Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. /*
  2. ---------------------------------------------------------
  3. French characters.
  4. ---------------------------------------------------------
  5. */
  6.  
  7. :*?C:;;EA::É
  8. :*?C:;;ea::é
  9. :*?C:;;e^::ê
  10. :*?C:;;et::ê
  11.  
  12. :*?C:;;eg::è
  13. :*?C:;;EG::È
  14. :*?C:;;E^::Ê
  15. :*?C:;;ET::Ë
  16.  
  17. :*?C:;;ag::à
  18. :*?C:;;AG::À
  19. :*?C:;;a^::â
  20. :*?C:;;A^::Â
  21.  
  22. :*?C:;;i^::î
  23. :*?C:;;I^::Î
  24.  
  25. :*?C:;;o^::ô
  26. :*?C:;;O^::Ô
  27.  
  28.  
  29. :*?C:;;CC::Ç
  30. :*?C:;;cc::ç
  31.  
  32. :*?C:;;ug::ù
  33. :*?C:;;Ug::Ù
  34. :*?C:;;u^::û
  35. :*?C:;;U^::Û
  36.  
  37. :*?C:;;ae::æ
  38. :*?C:;;AE::Æ
  39.  
  40. :*?C:;;oe::œ
  41. :*?C:;;OE::Œ
  42.  
  43. :*?C:;;ob::ø
  44. :*?C:;;OB::Ø
  45.  
  46. :*?C:;;...::…
  47.  
  48. /*
  49. ---------------------------------------------------------
  50. Special characters.
  51. ---------------------------------------------------------
  52. */
  53.  
  54.  
  55. :?*:;;<"::«
  56. :?*:;;">::»
  57.  
  58. ; unicode right-to-left veride
  59. :?*:;;rtlo::‮
  60.  
  61.  
  62. :?*:;;euro::€
  63. :?*:;;pound::£
  64. :?*:;;yen::¥
  65. :?*:;;cent::¢
  66. :?*:;;isk::Ƶ
  67.  
  68. :?*:;;copy::©
  69. :?*:;;register::®
  70. :?*:;;tm::™
  71.  
  72. :?*:;;dagger::†
  73. :?*:;;ddagger::‡
  74. :?*:;;obelisk::†
  75. :?*:;;diesis::‡
  76.  
  77. :?*:;;pilcrow::¶
  78. :?*:;;index::☞
  79. :?*:;;bindex::☛
  80. :?*:;;fleuron::❧
  81.  
  82. :?*:;;lefta::←
  83. :?*:;;righta::→
  84. :?*:;;upa::↑
  85. :?*:;;downa::↓
  86.  
  87. :?*:;;shade1::░
  88. :?*:;;shade2::▒
  89. :?*:;;shade3::▓
  90.  
  91. :?*:;;no::✘
  92. :?*:;;yes::✔
  93.  
  94. :?*:;;<-::←
  95. :?*:;;->::→
  96. :?*:;;/|\::↑
  97. :?*:;;\|/::↓
  98.  
  99. :?*:;;nwa::↖
  100. :?*:;;nea::↗
  101. :?*:;;swa::↙
  102. :?*:;;sea::↘
  103.  
  104. :?*:;;clock::↻
  105. :?*:;;aclock::↺
  106.  
  107. :?*:;;?::¿
  108.  
  109. :?*:;;1/4::¼
  110. :?*:;;1/2::½
  111. :?*:;;2/4::½
  112. :?*:;;3/4::¾
  113.  
  114. :?*:;;<3::♥
  115. :?*:;;heart::♥
  116. :?*:;;spade::♠
  117. :?*:;;club::♣
  118. :?*:;;diamond::♦
  119.  
  120. :?*:;;wking::♔
  121. :?*:;;wqueen::♕
  122. :?*:;;wrook::♖
  123. :?*:;;wbishop::♗
  124. :?*:;;wknight::♘
  125. :?*:;;wpawn::♙
  126.  
  127. :?*:;;bking::♚
  128. :?*:;;bqueen::♛
  129. :?*:;;brook::♜
  130. :?*:;;bbishop::♝
  131. :?*:;;bknight::♞
  132. :?*:;;bpawn::♟
  133.  
  134. :?*:;;box::□
  135.  
  136. ;Non-breaking space
  137. :?*:;; :: 
  138.  
  139. ;Mathematic
  140. :?*:;;+-::±
  141. :?*:;;div::÷
  142. :?*:;;>=::≥
  143. :?*:;;<=::≤
  144. :?*:;;!=::≠
  145. :?*:;;==::≡
  146. :?*:;;approx::≈
  147. :?*:;;inf::∞
  148. :?*:;;pi::π
  149. :?*:;;micro::µ
  150. :?*:;;square::²
  151. :?*:;;cube::³
  152. :?*:;;sroot::√
  153. :?*:;;radix::√
  154. :?*:;;percent::%
  155. :?*:;;permil::‰
  156. :?*:;;permyriad::‱
  157. :?*:;;degree::°
  158.  
  159. :?*:;;^1::¹
  160. :?*:;;^2::²
  161. :?*:;;^3::³
  162. :?*:;;^4::⁴
  163. :?*:;;^5::⁵
  164. :?*:;;^6::⁶
  165. :?*:;;^7::⁷
  166. :?*:;;^8::⁸
  167. :?*:;;^9::⁹
  168. :?*:;;^0::⁰
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement