not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

928 lines
23 KiB

  1. #
  2. # Unicode Emojis Data and Browser
  3. #
  4. # - This module can be imported into your own program:
  5. #
  6. # from unicode import emojis
  7. # print (emojis['snake']) # ๐Ÿ
  8. #
  9. # Or just copy and paste what you need. ๐Ÿ˜‰
  10. #
  11. # Data derived from emojis-hash by jsifalda (MIT licensed)
  12. # - https://www.npmjs.com/package/emojis-hash
  13. #
  14. emojis = {
  15. "+1": "๐Ÿ‘"
  16. , "-1": "๐Ÿ‘Ž"
  17. , "100": "๐Ÿ’ฏ"
  18. , "1234": "๐Ÿ”ข"
  19. , "8ball": "๐ŸŽฑ"
  20. , "a": "๐Ÿ…ฐ๏ธ"
  21. , "ab": "๐Ÿ†Ž"
  22. , "abc": "๐Ÿ”ค"
  23. , "abcd": "๐Ÿ”ก"
  24. , "accept": "๐Ÿ‰‘"
  25. , "aerial_tramway": "๐Ÿšก"
  26. , "airplane": "โœˆ๏ธ"
  27. , "alarm_clock": "โฐ"
  28. , "alien": "๐Ÿ‘ฝ"
  29. , "ambulance": "๐Ÿš‘"
  30. , "anchor": "โš“"
  31. , "angel": "๐Ÿ‘ผ"
  32. , "anger": "๐Ÿ’ข"
  33. , "angry": "๐Ÿ˜ "
  34. , "anguished": "๐Ÿ˜ง"
  35. , "ant": "๐Ÿœ"
  36. , "apple": "๐ŸŽ"
  37. , "aquarius": "โ™’"
  38. , "aries": "โ™ˆ"
  39. , "arrow_backward": "โ—€๏ธ"
  40. , "arrow_double_down": "โฌ"
  41. , "arrow_double_up": "โซ"
  42. , "arrow_down": "โฌ‡๏ธ"
  43. , "arrow_down_small": "๐Ÿ”ฝ"
  44. , "arrow_forward": "โ–ถ๏ธ"
  45. , "arrow_heading_down": "โคต๏ธ"
  46. , "arrow_heading_up": "โคด๏ธ"
  47. , "arrow_left": "โฌ…๏ธ"
  48. , "arrow_lower_left": "โ†™๏ธ"
  49. , "arrow_lower_right": "โ†˜๏ธ"
  50. , "arrow_right": "โžก๏ธ"
  51. , "arrow_right_hook": "โ†ช๏ธ"
  52. , "arrow_up": "โฌ†๏ธ"
  53. , "arrow_up_down": "โ†•๏ธ"
  54. , "arrow_up_small": "๐Ÿ”ผ"
  55. , "arrow_upper_left": "โ†–๏ธ"
  56. , "arrow_upper_right": "โ†—๏ธ"
  57. , "arrows_clockwise": "๐Ÿ”ƒ"
  58. , "arrows_counterclockwise": "๐Ÿ”„"
  59. , "art": "๐ŸŽจ"
  60. , "articulated_lorry": "๐Ÿš›"
  61. , "astonished": "๐Ÿ˜ฒ"
  62. , "atm": "๐Ÿง"
  63. , "b": "๐Ÿ…ฑ๏ธ"
  64. , "baby": "๐Ÿ‘ถ"
  65. , "baby_bottle": "๐Ÿผ"
  66. , "baby_chick": "๐Ÿค"
  67. , "baby_symbol": "๐Ÿšผ"
  68. , "back": "๐Ÿ”™"
  69. , "baggage_claim": "๐Ÿ›„"
  70. , "balloon": "๐ŸŽˆ"
  71. , "ballot_box_with_check": "โ˜‘๏ธ"
  72. , "bamboo": "๐ŸŽ"
  73. , "banana": "๐ŸŒ"
  74. , "bangbang": "โ€ผ๏ธ"
  75. , "bank": "๐Ÿฆ"
  76. , "bar_chart": "๐Ÿ“Š"
  77. , "barber": "๐Ÿ’ˆ"
  78. , "baseball": "โšพ๏ธ"
  79. , "basketball": "๐Ÿ€"
  80. , "bath": "๐Ÿ›€"
  81. , "bathtub": "๐Ÿ›"
  82. , "battery": "๐Ÿ”‹"
  83. , "bear": "๐Ÿป"
  84. , "beer": "๐Ÿบ"
  85. , "beers": "๐Ÿป"
  86. , "beetle": "๐Ÿž"
  87. , "beginner": "๐Ÿ”ฐ"
  88. , "bell": "๐Ÿ””"
  89. , "bento": "๐Ÿฑ"
  90. , "bicyclist": "๐Ÿšด"
  91. , "bike": "๐Ÿšฒ"
  92. , "bikini": "๐Ÿ‘™"
  93. , "bird": "๐Ÿฆ"
  94. , "birthday": "๐ŸŽ‚"
  95. , "black_circle": "โšซ"
  96. , "black_joker": "๐Ÿƒ"
  97. , "black_medium_small_square": "โ—พ"
  98. , "black_medium_square": "โ—ผ๏ธ"
  99. , "black_nib": "โœ’๏ธ"
  100. , "black_small_square": "โ–ช๏ธ"
  101. , "black_square_button": "๐Ÿ”ฒ"
  102. , "blossom": "๐ŸŒผ"
  103. , "blowfish": "๐Ÿก"
  104. , "blue_book": "๐Ÿ“˜"
  105. , "blue_car": "๐Ÿš™"
  106. , "blue_heart": "๐Ÿ’™"
  107. , "blush": "๐Ÿ˜Š"
  108. , "boar": "๐Ÿ—"
  109. , "boat": "โ›ต"
  110. , "bomb": "๐Ÿ’ฃ"
  111. , "book": "๐Ÿ“–"
  112. , "bookmark": "๐Ÿ”–"
  113. , "bookmark_tabs": "๐Ÿ“‘"
  114. , "books": "๐Ÿ“š"
  115. , "boom": "๐Ÿ’ฅ"
  116. , "boot": "๐Ÿ‘ข"
  117. , "bouquet": "๐Ÿ’"
  118. , "bow": "๐Ÿ™‡"
  119. , "bowling": "๐ŸŽณ"
  120. , "boy": "๐Ÿ‘ฆ"
  121. , "bread": "๐Ÿž"
  122. , "bride_with_veil": "๐Ÿ‘ฐ"
  123. , "bridge_at_night": "๐ŸŒ‰"
  124. , "briefcase": "๐Ÿ’ผ"
  125. , "broken_heart": "๐Ÿ’”"
  126. , "bug": "๐Ÿ›"
  127. , "bulb": "๐Ÿ’ก"
  128. , "bullettrain_front": "๐Ÿš…"
  129. , "bullettrain_side": "๐Ÿš„"
  130. , "bus": "๐ŸšŒ"
  131. , "busstop": "๐Ÿš"
  132. , "bust_in_silhouette": "๐Ÿ‘ค"
  133. , "busts_in_silhouette": "๐Ÿ‘ฅ"
  134. , "cactus": "๐ŸŒต"
  135. , "cake": "๐Ÿฐ"
  136. , "calendar": "๐Ÿ“†"
  137. , "calling": "๐Ÿ“ฒ"
  138. , "camel": "๐Ÿซ"
  139. , "camera": "๐Ÿ“ท"
  140. , "cancer": "โ™‹"
  141. , "candy": "๐Ÿฌ"
  142. , "capital_abcd": "๐Ÿ” "
  143. , "capricorn": "โ™‘"
  144. , "car": "๐Ÿš—"
  145. , "card_index": "๐Ÿ“‡"
  146. , "carousel_horse": "๐ŸŽ "
  147. , "cat": "๐Ÿฑ"
  148. , "cat2": "๐Ÿˆ"
  149. , "cd": "๐Ÿ’ฟ"
  150. , "chart": "๐Ÿ’น"
  151. , "chart_with_downwards_trend": "๐Ÿ“‰"
  152. , "chart_with_upwards_trend": "๐Ÿ“ˆ"
  153. , "checkered_flag": "๐Ÿ"
  154. , "cherries": "๐Ÿ’"
  155. , "cherry_blossom": "๐ŸŒธ"
  156. , "chestnut": "๐ŸŒฐ"
  157. , "chicken": "๐Ÿ”"
  158. , "children_crossing": "๐Ÿšธ"
  159. , "chocolate_bar": "๐Ÿซ"
  160. , "christmas_tree": "๐ŸŽ„"
  161. , "church": "โ›ช"
  162. , "cinema": "๐ŸŽฆ"
  163. , "circus_tent": "๐ŸŽช"
  164. , "city_sunrise": "๐ŸŒ‡"
  165. , "city_sunset": "๐ŸŒ†"
  166. , "cl": "๐Ÿ†‘"
  167. , "clap": "๐Ÿ‘"
  168. , "clapper": "๐ŸŽฌ"
  169. , "clipboard": "๐Ÿ“‹"
  170. , "clock1": "๐Ÿ•"
  171. , "clock10": "๐Ÿ•™"
  172. , "clock1030": "๐Ÿ•ฅ"
  173. , "clock11": "๐Ÿ•š"
  174. , "clock1130": "๐Ÿ•ฆ"
  175. , "clock12": "๐Ÿ•›"
  176. , "clock1230": "๐Ÿ•ง"
  177. , "clock130": "๐Ÿ•œ"
  178. , "clock2": "๐Ÿ•‘"
  179. , "clock230": "๐Ÿ•"
  180. , "clock3": "๐Ÿ•’"
  181. , "clock330": "๐Ÿ•ž"
  182. , "clock4": "๐Ÿ•“"
  183. , "clock430": "๐Ÿ•Ÿ"
  184. , "clock5": "๐Ÿ•”"
  185. , "clock530": "๐Ÿ• "
  186. , "clock6": "๐Ÿ••"
  187. , "clock630": "๐Ÿ•ก"
  188. , "clock7": "๐Ÿ•–"
  189. , "clock730": "๐Ÿ•ข"
  190. , "clock8": "๐Ÿ•—"
  191. , "clock830": "๐Ÿ•ฃ"
  192. , "clock9": "๐Ÿ•˜"
  193. , "clock930": "๐Ÿ•ค"
  194. , "closed_book": "๐Ÿ“•"
  195. , "closed_lock_with_key": "๐Ÿ”"
  196. , "closed_umbrella": "๐ŸŒ‚"
  197. , "cloud": "โ˜๏ธ"
  198. , "clubs": "โ™ฃ๏ธ"
  199. , "cn": "๐Ÿ‡จ๐Ÿ‡ณ"
  200. , "cocktail": "๐Ÿธ"
  201. , "coffee": "โ˜•"
  202. , "cold_sweat": "๐Ÿ˜ฐ"
  203. , "collision": "๐Ÿ’ฅ"
  204. , "computer": "๐Ÿ’ป"
  205. , "confetti_ball": "๐ŸŽŠ"
  206. , "confounded": "๐Ÿ˜–"
  207. , "confused": "๐Ÿ˜•"
  208. , "congratulations": "ใŠ—๏ธ"
  209. , "construction": "๐Ÿšง"
  210. , "construction_worker": "๐Ÿ‘ท"
  211. , "convenience_store": "๐Ÿช"
  212. , "cookie": "๐Ÿช"
  213. , "cool": "๐Ÿ†’"
  214. , "cop": "๐Ÿ‘ฎ"
  215. , "copyright": "ยฉ๏ธ"
  216. , "corn": "๐ŸŒฝ"
  217. , "couple": "๐Ÿ‘ซ"
  218. , "couple_with_heart": "๐Ÿ’‘"
  219. , "couplekiss": "๐Ÿ’"
  220. , "cow": "๐Ÿฎ"
  221. , "cow2": "๐Ÿ„"
  222. , "credit_card": "๐Ÿ’ณ"
  223. , "crocodile": "๐ŸŠ"
  224. , "crossed_flags": "๐ŸŽŒ"
  225. , "crown": "๐Ÿ‘‘"
  226. , "cry": "๐Ÿ˜ข"
  227. , "crying_cat_face": "๐Ÿ˜ฟ"
  228. , "crystal_ball": "๐Ÿ”ฎ"
  229. , "cupid": "๐Ÿ’˜"
  230. , "curly_loop": "โžฐ"
  231. , "currency_exchange": "๐Ÿ’ฑ"
  232. , "curry": "๐Ÿ›"
  233. , "custard": "๐Ÿฎ"
  234. , "customs": "๐Ÿ›ƒ"
  235. , "cyclone": "๐ŸŒ€"
  236. , "dancer": "๐Ÿ’ƒ"
  237. , "dancers": "๐Ÿ‘ฏ"
  238. , "dango": "๐Ÿก"
  239. , "dart": "๐ŸŽฏ"
  240. , "dash": "๐Ÿ’จ"
  241. , "date": "๐Ÿ“…"
  242. , "de": "๐Ÿ‡ฉ๐Ÿ‡ช"
  243. , "deciduous_tree": "๐ŸŒณ"
  244. , "department_store": "๐Ÿฌ"
  245. , "diamond_shape_with_a_dot_inside": "๐Ÿ’ "
  246. , "diamonds": "โ™ฆ๏ธ"
  247. , "disappointed": "๐Ÿ˜ž"
  248. , "disappointed_relieved": "๐Ÿ˜ฅ"
  249. , "dizzy": "๐Ÿ’ซ"
  250. , "dizzy_face": "๐Ÿ˜ต"
  251. , "do_not_litter": "๐Ÿšฏ"
  252. , "dog": "๐Ÿถ"
  253. , "dog2": "๐Ÿ•"
  254. , "dollar": "๐Ÿ’ต"
  255. , "dolls": "๐ŸŽŽ"
  256. , "dolphin": "๐Ÿฌ"
  257. , "door": "๐Ÿšช"
  258. , "doughnut": "๐Ÿฉ"
  259. , "dragon": "๐Ÿ‰"
  260. , "dragon_face": "๐Ÿฒ"
  261. , "dress": "๐Ÿ‘—"
  262. , "dromedary_camel": "๐Ÿช"
  263. , "droplet": "๐Ÿ’ง"
  264. , "dvd": "๐Ÿ“€"
  265. , "e-mail": "๐Ÿ“ง"
  266. , "ear": "๐Ÿ‘‚"
  267. , "ear_of_rice": "๐ŸŒพ"
  268. , "earth_africa": "๐ŸŒ"
  269. , "earth_americas": "๐ŸŒŽ"
  270. , "earth_asia": "๐ŸŒ"
  271. , "egg": "๐Ÿณ"
  272. , "eggplant": "๐Ÿ†"
  273. , "eight_pointed_black_star": "โœด๏ธ"
  274. , "eight_spoked_asterisk": "โœณ๏ธ"
  275. , "electric_plug": "๐Ÿ”Œ"
  276. , "elephant": "๐Ÿ˜"
  277. , "email": "โœ‰๏ธ"
  278. , "end": "๐Ÿ”š"
  279. , "envelope": "โœ‰๏ธ"
  280. , "es": "๐Ÿ‡ช๐Ÿ‡ธ"
  281. , "euro": "๐Ÿ’ถ"
  282. , "european_castle": "๐Ÿฐ"
  283. , "european_post_office": "๐Ÿค"
  284. , "evergreen_tree": "๐ŸŒฒ"
  285. , "exclamation": "โ—"
  286. , "expressionless": "๐Ÿ˜‘"
  287. , "eyeglasses": "๐Ÿ‘“"
  288. , "eyes": "๐Ÿ‘€"
  289. , "facepunch": "๐Ÿ‘Š"
  290. , "factory": "๐Ÿญ"
  291. , "fallen_leaf": "๐Ÿ‚"
  292. , "family": "๐Ÿ‘ช"
  293. , "fast_forward": "โฉ"
  294. , "fax": "๐Ÿ“ "
  295. , "fearful": "๐Ÿ˜จ"
  296. , "feet": "๐Ÿพ"
  297. , "ferris_wheel": "๐ŸŽก"
  298. , "file_folder": "๐Ÿ“"
  299. , "fire": "๐Ÿ”ฅ"
  300. , "fire_engine": "๐Ÿš’"
  301. , "fireworks": "๐ŸŽ†"
  302. , "first_quarter_moon": "๐ŸŒ“"
  303. , "first_quarter_moon_with_face": "๐ŸŒ›"
  304. , "fish": "๐ŸŸ"
  305. , "fish_cake": "๐Ÿฅ"
  306. , "fishing_pole_and_fish": "๐ŸŽฃ"
  307. , "fist": "โœŠ"
  308. , "flags": "๐ŸŽ"
  309. , "flashlight": "๐Ÿ”ฆ"
  310. , "floppy_disk": "๐Ÿ’พ"
  311. , "flower_playing_cards": "๐ŸŽด"
  312. , "flushed": "๐Ÿ˜ณ"
  313. , "foggy": "๐ŸŒ"
  314. , "football": "๐Ÿˆ"
  315. , "fork_and_knife": "๐Ÿด"
  316. , "fountain": "โ›ฒ"
  317. , "four_leaf_clover": "๐Ÿ€"
  318. , "fr": "๐Ÿ‡ซ๐Ÿ‡ท"
  319. , "free": "๐Ÿ†“"
  320. , "fried_shrimp": "๐Ÿค"
  321. , "fries": "๐ŸŸ"
  322. , "frog": "๐Ÿธ"
  323. , "frowning": "๐Ÿ˜ฆ"
  324. , "fuelpump": "โ›ฝ"
  325. , "full_moon": "๐ŸŒ•"
  326. , "full_moon_with_face": "๐ŸŒ"
  327. , "game_die": "๐ŸŽฒ"
  328. , "gb": "๐Ÿ‡ฌ๐Ÿ‡ง"
  329. , "gem": "๐Ÿ’Ž"
  330. , "gemini": "โ™Š"
  331. , "ghost": "๐Ÿ‘ป"
  332. , "gift": "๐ŸŽ"
  333. , "gift_heart": "๐Ÿ’"
  334. , "girl": "๐Ÿ‘ง"
  335. , "globe_with_meridians": "๐ŸŒ"
  336. , "goat": "๐Ÿ"
  337. , "golf": "โ›ณ"
  338. , "grapes": "๐Ÿ‡"
  339. , "green_apple": "๐Ÿ"
  340. , "green_book": "๐Ÿ“—"
  341. , "green_heart": "๐Ÿ’š"
  342. , "grey_exclamation": "โ•"
  343. , "grey_question": "โ”"
  344. , "grimacing": "๐Ÿ˜ฌ"
  345. , "grin": "๐Ÿ˜"
  346. , "grinning": "๐Ÿ˜€"
  347. , "guardsman": "๐Ÿ’‚"
  348. , "guitar": "๐ŸŽธ"
  349. , "gun": "๐Ÿ”ซ"
  350. , "haircut": "๐Ÿ’‡"
  351. , "hamburger": "๐Ÿ”"
  352. , "hammer": "๐Ÿ”จ"
  353. , "hamster": "๐Ÿน"
  354. , "hand": "โœ‹"
  355. , "handbag": "๐Ÿ‘œ"
  356. , "hankey": "๐Ÿ’ฉ"
  357. , "hash": "#๏ธโƒฃ"
  358. , "hatched_chick": "๐Ÿฅ"
  359. , "hatching_chick": "๐Ÿฃ"
  360. , "headphones": "๐ŸŽง"
  361. , "hear_no_evil": "๐Ÿ™‰"
  362. , "heart": "โค๏ธ"
  363. , "heart_decoration": "๐Ÿ’Ÿ"
  364. , "heart_eyes": "๐Ÿ˜"
  365. , "heart_eyes_cat": "๐Ÿ˜ป"
  366. , "heartbeat": "๐Ÿ’“"
  367. , "heartpulse": "๐Ÿ’—"
  368. , "hearts": "โ™ฅ๏ธ"
  369. , "heavy_check_mark": "โœ”๏ธ"
  370. , "heavy_division_sign": "โž—"
  371. , "heavy_dollar_sign": "๐Ÿ’ฒ"
  372. , "heavy_exclamation_mark": "โ—"
  373. , "heavy_minus_sign": "โž–"
  374. , "heavy_multiplication_x": "โœ–๏ธ"
  375. , "heavy_plus_sign": "โž•"
  376. , "helicopter": "๐Ÿš"
  377. , "herb": "๐ŸŒฟ"
  378. , "hibiscus": "๐ŸŒบ"
  379. , "high_brightness": "๐Ÿ”†"
  380. , "high_heel": "๐Ÿ‘ "
  381. , "hocho": "๐Ÿ”ช"
  382. , "honey_pot": "๐Ÿฏ"
  383. , "honeybee": "๐Ÿ"
  384. , "horse": "๐Ÿด"
  385. , "horse_racing": "๐Ÿ‡"
  386. , "hospital": "๐Ÿฅ"
  387. , "hotel": "๐Ÿจ"
  388. , "hotsprings": "โ™จ๏ธ"
  389. , "hourglass": "โŒ›"
  390. , "hourglass_flowing_sand": "โณ"
  391. , "house": "๐Ÿ "
  392. , "house_with_garden": "๐Ÿก"
  393. , "hushed": "๐Ÿ˜ฏ"
  394. , "ice_cream": "๐Ÿจ"
  395. , "icecream": "๐Ÿฆ"
  396. , "id": "๐Ÿ†”"
  397. , "ideograph_advantage": "๐Ÿ‰"
  398. , "imp": "๐Ÿ‘ฟ"
  399. , "inbox_tray": "๐Ÿ“ฅ"
  400. , "incoming_envelope": "๐Ÿ“จ"
  401. , "information_desk_person": "๐Ÿ’"
  402. , "information_source": "โ„น๏ธ"
  403. , "innocent": "๐Ÿ˜‡"
  404. , "interrobang": "โ‰๏ธ"
  405. , "smartphone": "๐Ÿ“ฑ"
  406. , "it": "๐Ÿ‡ฎ๐Ÿ‡น"
  407. , "izakaya_lantern": "๐Ÿฎ"
  408. , "jack_o_lantern": "๐ŸŽƒ"
  409. , "japan": "๐Ÿ—พ"
  410. , "japanese_castle": "๐Ÿฏ"
  411. , "japanese_goblin": "๐Ÿ‘บ"
  412. , "japanese_ogre": "๐Ÿ‘น"
  413. , "jeans": "๐Ÿ‘–"
  414. , "joy": "๐Ÿ˜‚"
  415. , "joy_cat": "๐Ÿ˜น"
  416. , "jp": "๐Ÿ‡ฏ๐Ÿ‡ต"
  417. , "key": "๐Ÿ”‘"
  418. , "keycap_ten": "๐Ÿ”Ÿ"
  419. , "kimono": "๐Ÿ‘˜"
  420. , "kiss": "๐Ÿ’‹"
  421. , "kissing": "๐Ÿ˜—"
  422. , "kissing_cat": "๐Ÿ˜ฝ"
  423. , "kissing_closed_eyes": "๐Ÿ˜š"
  424. , "kissing_heart": "๐Ÿ˜˜"
  425. , "kissing_smiling_eyes": "๐Ÿ˜™"
  426. , "koala": "๐Ÿจ"
  427. , "koko": "๐Ÿˆ"
  428. , "kr": "๐Ÿ‡ฐ๐Ÿ‡ท"
  429. , "large_blue_circle": "๐Ÿ”ต"
  430. , "large_blue_diamond": "๐Ÿ”ท"
  431. , "large_orange_diamond": "๐Ÿ”ถ"
  432. , "last_quarter_moon": "๐ŸŒ—"
  433. , "last_quarter_moon_with_face": "๐ŸŒœ"
  434. , "laughing": "๐Ÿ˜†"
  435. , "leaves": "๐Ÿƒ"
  436. , "ledger": "๐Ÿ“’"
  437. , "left_luggage": "๐Ÿ›…"
  438. , "left_right_arrow": "โ†”๏ธ"
  439. , "leftwards_arrow_with_hook": "โ†ฉ๏ธ"
  440. , "lemon": "๐Ÿ‹"
  441. , "leo": "โ™Œ"
  442. , "leopard": "๐Ÿ†"
  443. , "libra": "โ™Ž"
  444. , "light_rail": "๐Ÿšˆ"
  445. , "link": "๐Ÿ”—"
  446. , "lips": "๐Ÿ‘„"
  447. , "lipstick": "๐Ÿ’„"
  448. , "lock": "๐Ÿ”’"
  449. , "lock_with_ink_pen": "๐Ÿ”"
  450. , "lollipop": "๐Ÿญ"
  451. , "loop": "โžฟ"
  452. , "loudspeaker": "๐Ÿ“ข"
  453. , "love_hotel": "๐Ÿฉ"
  454. , "love_letter": "๐Ÿ’Œ"
  455. , "low_brightness": "๐Ÿ”…"
  456. , "m": "โ“‚๏ธ"
  457. , "mag": "๐Ÿ”"
  458. , "mag_right": "๐Ÿ”Ž"
  459. , "mahjong": "๐Ÿ€„"
  460. , "mailbox": "๐Ÿ“ซ"
  461. , "mailbox_closed": "๐Ÿ“ช"
  462. , "mailbox_with_mail": "๐Ÿ“ฌ"
  463. , "mailbox_with_no_mail": "๐Ÿ“ญ"
  464. , "man": "๐Ÿ‘จ"
  465. , "man_with_gua_pi_mao": "๐Ÿ‘ฒ"
  466. , "man_with_turban": "๐Ÿ‘ณ"
  467. , "mans_shoe": "๐Ÿ‘ž"
  468. , "maple_leaf": "๐Ÿ"
  469. , "mask": "๐Ÿ˜ท"
  470. , "massage": "๐Ÿ’†"
  471. , "meat_on_bone": "๐Ÿ–"
  472. , "mega": "๐Ÿ“ฃ"
  473. , "melon": "๐Ÿˆ"
  474. , "memo": "๐Ÿ“"
  475. , "mens": "๐Ÿšน"
  476. , "metro": "๐Ÿš‡"
  477. , "microphone": "๐ŸŽค"
  478. , "microscope": "๐Ÿ”ฌ"
  479. , "milky_way": "๐ŸŒŒ"
  480. , "minibus": "๐Ÿš"
  481. , "minidisc": "๐Ÿ’ฝ"
  482. , "mobile_phone_off": "๐Ÿ“ด"
  483. , "money_with_wings": "๐Ÿ’ธ"
  484. , "moneybag": "๐Ÿ’ฐ"
  485. , "monkey": "๐Ÿ’"
  486. , "monkey_face": "๐Ÿต"
  487. , "monorail": "๐Ÿš"
  488. , "moon": "๐ŸŒ”"
  489. , "mortar_board": "๐ŸŽ“"
  490. , "mount_fuji": "๐Ÿ—ป"
  491. , "mountain_bicyclist": "๐Ÿšต"
  492. , "mountain_cableway": "๐Ÿš "
  493. , "mountain_railway": "๐Ÿšž"
  494. , "mouse": "๐Ÿญ"
  495. , "mouse2": "๐Ÿ"
  496. , "movie_camera": "๐ŸŽฅ"
  497. , "moyai": "๐Ÿ—ฟ"
  498. , "muscle": "๐Ÿ’ช"
  499. , "mushroom": "๐Ÿ„"
  500. , "musical_keyboard": "๐ŸŽน"
  501. , "musical_note": "๐ŸŽต"
  502. , "musical_score": "๐ŸŽผ"
  503. , "mute": "๐Ÿ”‡"
  504. , "nail_care": "๐Ÿ’…"
  505. , "name_badge": "๐Ÿ“›"
  506. , "necktie": "๐Ÿ‘”"
  507. , "negative_squared_cross_mark": "โŽ"
  508. , "neutral_face": "๐Ÿ˜"
  509. , "new": "๐Ÿ†•"
  510. , "new_moon": "๐ŸŒ‘"
  511. , "new_moon_with_face": "๐ŸŒš"
  512. , "newspaper": "๐Ÿ“ฐ"
  513. , "ng": "๐Ÿ†–"
  514. , "no_bell": "๐Ÿ”•"
  515. , "no_bicycles": "๐Ÿšณ"
  516. , "no_entry": "โ›”"
  517. , "no_entry_sign": "๐Ÿšซ"
  518. , "no_good": "๐Ÿ™…"
  519. , "no_mobile_phones": "๐Ÿ“ต"
  520. , "no_mouth": "๐Ÿ˜ถ"
  521. , "no_pedestrians": "๐Ÿšท"
  522. , "no_smoking": "๐Ÿšญ"
  523. , "non-potable_water": "๐Ÿšฑ"
  524. , "nose": "๐Ÿ‘ƒ"
  525. , "notebook": "๐Ÿ““"
  526. , "notebook_with_decorative_cover": "๐Ÿ“”"
  527. , "notes": "๐ŸŽถ"
  528. , "nut_and_bolt": "๐Ÿ”ฉ"
  529. , "o": "โญ•"
  530. , "o2": "๐Ÿ…พ๏ธ"
  531. , "ocean": "๐ŸŒŠ"
  532. , "octopus": "๐Ÿ™"
  533. , "oden": "๐Ÿข"
  534. , "office": "๐Ÿข"
  535. , "ok": "๐Ÿ†—"
  536. , "ok_hand": "๐Ÿ‘Œ"
  537. , "ok_woman": "๐Ÿ™†"
  538. , "older_man": "๐Ÿ‘ด"
  539. , "older_woman": "๐Ÿ‘ต"
  540. , "on": "๐Ÿ”›"
  541. , "oncoming_automobile": "๐Ÿš˜"
  542. , "oncoming_bus": "๐Ÿš"
  543. , "oncoming_police_car": "๐Ÿš”"
  544. , "oncoming_taxi": "๐Ÿš–"
  545. , "open_file_folder": "๐Ÿ“‚"
  546. , "open_hands": "๐Ÿ‘"
  547. , "open_mouth": "๐Ÿ˜ฎ"
  548. , "ophiuchus": "โ›Ž"
  549. , "orange_book": "๐Ÿ“™"
  550. , "outbox_tray": "๐Ÿ“ค"
  551. , "ox": "๐Ÿ‚"
  552. , "package": "๐Ÿ“ฆ"
  553. , "page_facing_up": "๐Ÿ“„"
  554. , "page_with_curl": "๐Ÿ“ƒ"
  555. , "pager": "๐Ÿ“Ÿ"
  556. , "palm_tree": "๐ŸŒด"
  557. , "panda_face": "๐Ÿผ"
  558. , "paperclip": "๐Ÿ“Ž"
  559. , "parking": "๐Ÿ…ฟ๏ธ"
  560. , "part_alternation_mark": "ใ€ฝ๏ธ"
  561. , "partly_sunny": "โ›…"
  562. , "passport_control": "๐Ÿ›‚"
  563. , "paw_prints": "๐Ÿพ"
  564. , "peach": "๐Ÿ‘"
  565. , "pear": "๐Ÿ"
  566. , "pencil": "๐Ÿ“"
  567. , "pencil2": "โœ๏ธ"
  568. , "penguin": "๐Ÿง"
  569. , "pensive": "๐Ÿ˜”"
  570. , "performing_arts": "๐ŸŽญ"
  571. , "persevere": "๐Ÿ˜ฃ"
  572. , "person_frowning": "๐Ÿ™"
  573. , "person_with_blond_hair": "๐Ÿ‘ฑ"
  574. , "person_with_pouting_face": "๐Ÿ™Ž"
  575. , "phone": "โ˜Ž๏ธ"
  576. , "pig": "๐Ÿท"
  577. , "pig2": "๐Ÿ–"
  578. , "pig_nose": "๐Ÿฝ"
  579. , "pill": "๐Ÿ’Š"
  580. , "pineapple": "๐Ÿ"
  581. , "pisces": "โ™“"
  582. , "pizza": "๐Ÿ•"
  583. , "point_down": "๐Ÿ‘‡"
  584. , "point_left": "๐Ÿ‘ˆ"
  585. , "point_right": "๐Ÿ‘‰"
  586. , "point_up": "โ˜๏ธ"
  587. , "point_up_2": "๐Ÿ‘†"
  588. , "police_car": "๐Ÿš“"
  589. , "poodle": "๐Ÿฉ"
  590. , "poop": "๐Ÿ’ฉ"
  591. , "post_office": "๐Ÿฃ"
  592. , "postal_horn": "๐Ÿ“ฏ"
  593. , "postbox": "๐Ÿ“ฎ"
  594. , "potable_water": "๐Ÿšฐ"
  595. , "pouch": "๐Ÿ‘"
  596. , "poultry_leg": "๐Ÿ—"
  597. , "pound": "๐Ÿ’ท"
  598. , "pouting_cat": "๐Ÿ˜พ"
  599. , "pray": "๐Ÿ™"
  600. , "princess": "๐Ÿ‘ธ"
  601. , "punch": "๐Ÿ‘Š"
  602. , "purple_heart": "๐Ÿ’œ"
  603. , "purse": "๐Ÿ‘›"
  604. , "pushpin": "๐Ÿ“Œ"
  605. , "put_litter_in_its_place": "๐Ÿšฎ"
  606. , "question": "โ“"
  607. , "rabbit": "๐Ÿฐ"
  608. , "rabbit2": "๐Ÿ‡"
  609. , "racehorse": "๐ŸŽ"
  610. , "radio": "๐Ÿ“ป"
  611. , "radio_button": "๐Ÿ”˜"
  612. , "rage": "๐Ÿ˜ก"
  613. , "railway_car": "๐Ÿšƒ"
  614. , "rainbow": "๐ŸŒˆ"
  615. , "raised_hand": "โœ‹"
  616. , "raised_hands": "๐Ÿ™Œ"
  617. , "raising_hand": "๐Ÿ™‹"
  618. , "ram": "๐Ÿ"
  619. , "ramen": "๐Ÿœ"
  620. , "rat": "๐Ÿ€"
  621. , "recycle": "โ™ป๏ธ"
  622. , "red_car": "๐Ÿš—"
  623. , "red_circle": "๐Ÿ”ด"
  624. , "registered": "ยฎ๏ธ"
  625. , "relaxed": "โ˜บ๏ธ"
  626. , "relieved": "๐Ÿ˜Œ"
  627. , "repeat": "๐Ÿ”"
  628. , "repeat_one": "๐Ÿ”‚"
  629. , "restroom": "๐Ÿšป"
  630. , "revolving_hearts": "๐Ÿ’ž"
  631. , "rewind": "โช"
  632. , "ribbon": "๐ŸŽ€"
  633. , "rice": "๐Ÿš"
  634. , "rice_ball": "๐Ÿ™"
  635. , "rice_cracker": "๐Ÿ˜"
  636. , "rice_scene": "๐ŸŽ‘"
  637. , "ring": "๐Ÿ’"
  638. , "rocket": "๐Ÿš€"
  639. , "roller_coaster": "๐ŸŽข"
  640. , "rooster": "๐Ÿ“"
  641. , "rose": "๐ŸŒน"
  642. , "rotating_light": "๐Ÿšจ"
  643. , "round_pushpin": "๐Ÿ“"
  644. , "rowboat": "๐Ÿšฃ"
  645. , "ru": "๐Ÿ‡ท๐Ÿ‡บ"
  646. , "rugby_football": "๐Ÿ‰"
  647. , "runner": "๐Ÿƒ"
  648. , "running": "๐Ÿƒ"
  649. , "running_shirt_with_sash": "๐ŸŽฝ"
  650. , "sagittarius": "โ™"
  651. , "sailboat": "โ›ต"
  652. , "sake": "๐Ÿถ"
  653. , "sandal": "๐Ÿ‘ก"
  654. , "santa": "๐ŸŽ…"
  655. , "satellite": "๐Ÿ“ก"
  656. , "satisfied": "๐Ÿ˜†"
  657. , "saxophone": "๐ŸŽท"
  658. , "school": "๐Ÿซ"
  659. , "school_satchel": "๐ŸŽ’"
  660. , "scissors": "โœ‚๏ธ"
  661. , "scorpius": "โ™"
  662. , "scream": "๐Ÿ˜ฑ"
  663. , "scream_cat": "๐Ÿ™€"
  664. , "scroll": "๐Ÿ“œ"
  665. , "seat": "๐Ÿ’บ"
  666. , "secret": "ใŠ™๏ธ"
  667. , "see_no_evil": "๐Ÿ™ˆ"
  668. , "seedling": "๐ŸŒฑ"
  669. , "shaved_ice": "๐Ÿง"
  670. , "sheep": "๐Ÿ‘"
  671. , "shell": "๐Ÿš"
  672. , "ship": "๐Ÿšข"
  673. , "shirt": "๐Ÿ‘•"
  674. , "shit": "๐Ÿ’ฉ"
  675. , "shoe": "๐Ÿ‘ž"
  676. , "shower": "๐Ÿšฟ"
  677. , "signal_strength": "๐Ÿ“ถ"
  678. , "six_pointed_star": "๐Ÿ”ฏ"
  679. , "ski": "๐ŸŽฟ"
  680. , "skull": "๐Ÿ’€"
  681. , "sleeping": "๐Ÿ˜ด"
  682. , "sleepy": "๐Ÿ˜ช"
  683. , "slot_machine": "๐ŸŽฐ"
  684. , "small_blue_diamond": "๐Ÿ”น"
  685. , "small_orange_diamond": "๐Ÿ”ธ"
  686. , "small_red_triangle": "๐Ÿ”บ"
  687. , "small_red_triangle_down": "๐Ÿ”ป"
  688. , "smile": "๐Ÿ˜„"
  689. , "smile_cat": "๐Ÿ˜ธ"
  690. , "smiley": "๐Ÿ˜ƒ"
  691. , "smiley_cat": "๐Ÿ˜บ"
  692. , "smiling_imp": "๐Ÿ˜ˆ"
  693. , "smirk": "๐Ÿ˜"
  694. , "smirk_cat": "๐Ÿ˜ผ"
  695. , "smoking": "๐Ÿšฌ"
  696. , "snail": "๐ŸŒ"
  697. , "snake": "๐Ÿ"
  698. , "snowboarder": "๐Ÿ‚"
  699. , "snowflake": "โ„๏ธ"
  700. , "snowman": "โ›„"
  701. , "sob": "๐Ÿ˜ญ"
  702. , "soccer": "โšฝ"
  703. , "soon": "๐Ÿ”œ"
  704. , "sos": "๐Ÿ†˜"
  705. , "sound": "๐Ÿ”‰"
  706. , "space_invader": "๐Ÿ‘พ"
  707. , "spades": "โ™ ๏ธ"
  708. , "spaghetti": "๐Ÿ"
  709. , "sparkle": "โ‡๏ธ"
  710. , "sparkler": "๐ŸŽ‡"
  711. , "sparkles": "โœจ"
  712. , "sparkling_heart": "๐Ÿ’–"
  713. , "speak_no_evil": "๐Ÿ™Š"
  714. , "speaker": "๐Ÿ”ˆ"
  715. , "speech_balloon": "๐Ÿ’ฌ"
  716. , "speedboat": "๐Ÿšค"
  717. , "star": "โญ"
  718. , "star2": "๐ŸŒŸ"
  719. , "stars": "๐ŸŒ "
  720. , "station": "๐Ÿš‰"
  721. , "statue_of_liberty": "๐Ÿ—ฝ"
  722. , "steam_locomotive": "๐Ÿš‚"
  723. , "stew": "๐Ÿฒ"
  724. , "straight_ruler": "๐Ÿ“"
  725. , "strawberry": "๐Ÿ“"
  726. , "stuck_out_tongue": "๐Ÿ˜›"
  727. , "stuck_out_tongue_closed_eyes": "๐Ÿ˜"
  728. , "stuck_out_tongue_winking_eye": "๐Ÿ˜œ"
  729. , "sun_with_face": "๐ŸŒž"
  730. , "sunflower": "๐ŸŒป"
  731. , "sunglasses": "๐Ÿ˜Ž"
  732. , "sunny": "โ˜€๏ธ"
  733. , "sunrise": "๐ŸŒ…"
  734. , "sunrise_over_mountains": "๐ŸŒ„"
  735. , "surfer": "๐Ÿ„"
  736. , "sushi": "๐Ÿฃ"
  737. , "suspension_railway": "๐ŸšŸ"
  738. , "sweat": "๐Ÿ˜“"
  739. , "sweat_drops": "๐Ÿ’ฆ"
  740. , "sweat_smile": "๐Ÿ˜…"
  741. , "sweet_potato": "๐Ÿ "
  742. , "swimmer": "๐ŸŠ"
  743. , "symbols": "๐Ÿ”ฃ"
  744. , "syringe": "๐Ÿ’‰"
  745. , "tada": "๐ŸŽ‰"
  746. , "tanabata_tree": "๐ŸŽ‹"
  747. , "tangerine": "๐ŸŠ"
  748. , "taurus": "โ™‰"
  749. , "taxi": "๐Ÿš•"
  750. , "tea": "๐Ÿต"
  751. , "telephone": "โ˜Ž๏ธ"
  752. , "telephone_receiver": "๐Ÿ“ž"
  753. , "telescope": "๐Ÿ”ญ"
  754. , "tennis": "๐ŸŽพ"
  755. , "tent": "โ›บ"
  756. , "thought_balloon": "๐Ÿ’ญ"
  757. , "thumbsdown": "๐Ÿ‘Ž"
  758. , "thumbsup": "๐Ÿ‘"
  759. , "ticket": "๐ŸŽซ"
  760. , "tiger": "๐Ÿฏ"
  761. , "tiger2": "๐Ÿ…"
  762. , "tired_face": "๐Ÿ˜ซ"
  763. , "tm": "โ„ข๏ธ"
  764. , "toilet": "๐Ÿšฝ"
  765. , "tokyo_tower": "๐Ÿ—ผ"
  766. , "tomato": "๐Ÿ…"
  767. , "tongue": "๐Ÿ‘…"
  768. , "top": "๐Ÿ”"
  769. , "tophat": "๐ŸŽฉ"
  770. , "tractor": "๐Ÿšœ"
  771. , "traffic_light": "๐Ÿšฅ"
  772. , "train": "๐Ÿš‹"
  773. , "train2": "๐Ÿš†"
  774. , "tram": "๐ŸšŠ"
  775. , "triangular_flag_on_post": "๐Ÿšฉ"
  776. , "triangular_ruler": "๐Ÿ“"
  777. , "trident": "๐Ÿ”ฑ"
  778. , "triumph": "๐Ÿ˜ค"
  779. , "trolleybus": "๐ŸšŽ"
  780. , "trophy": "๐Ÿ†"
  781. , "tropical_drink": "๐Ÿน"
  782. , "tropical_fish": "๐Ÿ "
  783. , "truck": "๐Ÿšš"
  784. , "trumpet": "๐ŸŽบ"
  785. , "tshirt": "๐Ÿ‘•"
  786. , "tulip": "๐ŸŒท"
  787. , "turtle": "๐Ÿข"
  788. , "tv": "๐Ÿ“บ"
  789. , "twisted_rightwards_arrows": "๐Ÿ”€"
  790. , "two_hearts": "๐Ÿ’•"
  791. , "two_men_holding_hands": "๐Ÿ‘ฌ"
  792. , "two_women_holding_hands": "๐Ÿ‘ญ"
  793. , "uk": "๐Ÿ‡ฌ๐Ÿ‡ง"
  794. , "umbrella": "โ˜”"
  795. , "unamused": "๐Ÿ˜’"
  796. , "underage": "๐Ÿ”ž"
  797. , "unlock": "๐Ÿ”“"
  798. , "up": "๐Ÿ†™"
  799. , "us": "๐Ÿ‡บ๐Ÿ‡ธ"
  800. , "v": "โœŒ๏ธ"
  801. , "vertical_traffic_light": "๐Ÿšฆ"
  802. , "vhs": "๐Ÿ“ผ"
  803. , "vibration_mode": "๐Ÿ“ณ"
  804. , "video_camera": "๐Ÿ“น"
  805. , "video_game": "๐ŸŽฎ"
  806. , "violin": "๐ŸŽป"
  807. , "virgo": "โ™"
  808. , "volcano": "๐ŸŒ‹"
  809. , "vs": "๐Ÿ†š"
  810. , "walking": "๐Ÿšถ"
  811. , "waning_crescent_moon": "๐ŸŒ˜"
  812. , "waning_gibbous_moon": "๐ŸŒ–"
  813. , "warning": "โš ๏ธ"
  814. , "watch": "โŒš"
  815. , "water_buffalo": "๐Ÿƒ"
  816. , "watermelon": "๐Ÿ‰"
  817. , "wave": "๐Ÿ‘‹"
  818. , "wavy_dash": "ใ€ฐ๏ธ"
  819. , "waxing_crescent_moon": "๐ŸŒ’"
  820. , "waxing_gibbous_moon": "๐ŸŒ”"
  821. , "wc": "๐Ÿšพ"
  822. , "weary": "๐Ÿ˜ฉ"
  823. , "wedding": "๐Ÿ’’"
  824. , "whale": "๐Ÿณ"
  825. , "whale2": "๐Ÿ‹"
  826. , "wheelchair": "โ™ฟ"
  827. , "white_check_mark": "โœ…"
  828. , "white_circle": "โšช"
  829. , "white_flower": "๐Ÿ’ฎ"
  830. , "white_large_square": "โฌœ"
  831. , "white_medium_small_square": "โ—ฝ"
  832. , "white_medium_square": "โ—ป๏ธ"
  833. , "white_small_square": "โ–ซ๏ธ"
  834. , "white_square_button": "๐Ÿ”ณ"
  835. , "wind_chime": "๐ŸŽ"
  836. , "wine_glass": "๐Ÿท"
  837. , "wink": "๐Ÿ˜‰"
  838. , "wolf": "๐Ÿบ"
  839. , "woman": "๐Ÿ‘ฉ"
  840. , "womans_clothes": "๐Ÿ‘š"
  841. , "womans_hat": "๐Ÿ‘’"
  842. , "womens": "๐Ÿšบ"
  843. , "worried": "๐Ÿ˜Ÿ"
  844. , "wrench": "๐Ÿ”ง"
  845. , "x": "โŒ"
  846. , "yellow_heart": "๐Ÿ’›"
  847. , "yen": "๐Ÿ’ด"
  848. , "yum": "๐Ÿ˜‹"
  849. , "zap": "โšก"
  850. , "zzz": "๐Ÿ’ค"
  851. , "tools": "โš’" # Extra symbols added
  852. , "medicine": "โš•"
  853. , "atom": "โš›"
  854. , "yin_yang": "โ˜ฏ"
  855. , "justice": "โš–"
  856. , "peace": "โ˜ฎ"
  857. , "dharma_wheel": "โ˜ธ"
  858. , "shinto_shrine": "โ›ฉ"
  859. , "skorpion": "๐Ÿฆ‚"
  860. , "dove": "๐Ÿ•Š"
  861. , "crab": "๐Ÿฆ€"
  862. , "om": "๐Ÿ•‰"
  863. , "lorraine_cross": "โ˜จ"
  864. , "latin_cross": "โœ"
  865. , "radioactive": "โ˜ข"
  866. , "medal": "๐ŸŽ–"
  867. , "reminder_ribbon": "๐ŸŽ—"
  868. , "skull_crossbones": "โ˜ "
  869. , "biohazard": "โ˜ฃ"
  870. , "alien_monster": "๐Ÿ‘พ"
  871. , "ankh": "โ˜ฅ"
  872. , "soccer_ball": "โšฝ"
  873. , "pinwheel_star": "โœฏ"
  874. , "circled_star": "โœช"
  875. , "leopard": "๐Ÿ†"
  876. , "black_florette": "โœฟ"
  877. , "white_florette": "โ€"
  878. , "lotus_flower": "โ"
  879. }
  880. if __name__=='__main__':
  881. import random
  882. class Browser:
  883. def __init__(self):
  884. print ('<h2>๐Ÿ€„ Unicode Emojis</h2>', end='')
  885. document.body.style['text-align'] = 'center'
  886. self.div = document.createElement('div')
  887. self.entry = inputAsync()
  888. document.body.appendChild(self.div)
  889. self.div.style.overflow = 'auto'
  890. self.load()
  891. def load(self):
  892. shown = []
  893. def show(evt):
  894. char = evt.target.innerHTML
  895. if char in shown:
  896. return
  897. else:
  898. shown.append(char)
  899. print('<span style="white-space: nowrap">' +
  900. evt.target.innerHTML +
  901. '<small><i>&nbsp;' + evt.target.id +
  902. '</i></small>' +
  903. '</span>', end='\t')
  904. def filter(evt):
  905. for item in self.div.childNodes:
  906. if evt.target.value in item.id:
  907. item.style.display = 'inline-block'
  908. else:
  909. item.style.display = 'none'
  910. for char in emojis:
  911. button = document.createElement('pre')
  912. button.style.display = 'inline-block'
  913. button.style['font-family'] = 'Noto Emoji'
  914. button.style['font-size'] = '48px'
  915. button.style['line-height'] = '0px'
  916. button.innerHTML = emojis[char]
  917. button.id = char
  918. button.onclick = show
  919. self.div.appendChild(button)
  920. self.entry.onkeyup = filter
  921. print (len(emojis) + ' emojis loaded<br>')
  922. Browser()