eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
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.

en_emoji 54KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449
  1. // Emoji and Other Symbol pronunciations for English
  2. //
  3. // Entries with `text|emoji` in the comments have text and emoji forms. They
  4. // can be followed by [FE0E] to select the text style, and [FE0F] to select
  5. // the emoji style.
  6. //
  7. // NOTE: See `src/ucd-tools/data/espeak-ng/emoji-data.txt` for additional data
  8. // in interpreting ZWJ emoji sequences.
  9. $textmode
  10. // 0080..00FF : C1 Controls and Latin-1 Supplement
  11. © copyright // [00A9] text|emoji
  12. ® registered // [00AE] text|emoji
  13. // 2000..203C : General Punctuation
  14. ‼ double exclamation mark // [203C] text|emoji
  15. ⁉ exclamation question mark // [2049] text|emoji
  16. // 2100..214F : Letterlike Symbols
  17. ™ trade mark // [2122] text|emoji
  18. ℹ information // [2139] text|emoji
  19. // 2190..21FF : Arrows
  20. ↔ left right arrow // [2194] text|emoji
  21. ↕ up down arrow // [2195] text|emoji
  22. ↖ up left arrow // [2196] text|emoji
  23. ↗ up right arrow // [2197] text|emoji
  24. ↘ down right arrow // [2198] text|emoji
  25. ↙ down left arrow // [2199] text|emoji
  26. ↩ right arrow curving left // [21A9] text|emoji
  27. ↪ left arrow curving right // [21AA] text|emoji
  28. // 2300..23FF : Miscellaneous Technical
  29. ⌚ watch // [231A]
  30. ⌛ hourglass // [231B]
  31. ⌨ keyboard // [2328] text|emoji
  32. ⏏ eject button // [23CF] text|emoji
  33. ⏩ fast forward button // [23E9]
  34. ⏪ fast reverse button // [23EA]
  35. ⏫ fast up button // [23EB]
  36. ⏬ fast down button // [23EC]
  37. ⏭ next track button // [23ED] text|emoji
  38. ⏮ last track button // [23EE] text|emoji
  39. ⏯ play or pause button // [23EF] text|emoji
  40. ⏰ alarm clock // [23F0]
  41. ⏱ stopwatch // [23F1] text|emoji
  42. ⏲ timer clock // [23F2] text|emoji
  43. ⏳ hourglass with flowing sand // [23F3]
  44. ⏸ pause button // [23F8] text|emoji
  45. ⏹ stop button // [23F9] text|emoji
  46. ⏺ record button // [23FA] text|emoji
  47. // 2460..24FF : Enclosed Alphanumerics
  48. Ⓜ circled m // [24C2] text|emoji
  49. // 25A0..25FF : Geometric Shapes
  50. ▪ black small square // [25AA] text|emoji
  51. ▫ white small square // [25AB] text|emoji
  52. ▶ play button // [25B6] text|emoji
  53. ◀ reverse button // [25C0] text|emoji
  54. ◻ white medium square // [25FB] text|emoji
  55. ◼ black medium square // [25FC] text|emoji
  56. ◽ white medium small square // [25FD]
  57. ◾ black medium small square // [25FE]
  58. // 2600..26FF : Miscellaneous Symbols
  59. ☀ sun // [2600] text|emoji
  60. ☁ cloud // [2601] text|emoji
  61. ☂ umbrella // [2602] text|emoji
  62. ☃ snowman // [2603] text|emoji
  63. ☄ comet // [2604] text|emoji
  64. ☎ telephone // [260E] text|emoji
  65. ☑ ballot box with check // [2611] text|emoji
  66. ☔ umbrella with rain drops // [2614]
  67. ☕ hot beverage // [2615]
  68. ☘ shamrock // [2618] text|emoji
  69. ☝ index pointing up // [261D] text|emoji
  70. ☠ skull and crossbones // [2620] text|emoji
  71. ☢ radioactive // [2622] text|emoji
  72. ☣ biohazard // [2623] text|emoji
  73. ☦ orthodox cross // [2626] text|emoji
  74. ☪ star and crescent // [262A] text|emoji
  75. ☮ peace symbol // [262E] text|emoji
  76. ☯ yin yang // [262F] text|emoji
  77. ☸ wheel of dharma // [2638] text|emoji
  78. ☹ frowning face // [2639] text|emoji
  79. ☺ smiling face // [263A] text|emoji
  80. ♀ woman $emoji_zwj // [2640] text|emoji Emoji_Gender
  81. ♀ female sign // [2640] text|emoji
  82. ♂ man $emoji_zwj // [2642] text|emoji Emoji_Gender
  83. ♂ male sign // [2642] text|emoji
  84. ♈ aries // [2648]
  85. ♉ taurus // [2649]
  86. ♊ gemini // [264A]
  87. ♋ cancer // [264B]
  88. ♌ leo // [264C]
  89. ♍ virgo // [264D]
  90. ♎ libra // [264E]
  91. ♏ scorpius // [264F]
  92. ♐ sagittarius // [2650]
  93. ♑ capricorn // [2651]
  94. ♒ aquarius // [2652]
  95. ♓ pisces // [2653]
  96. ♠ spade suit // [2660] text|emoji
  97. ♣ club suit // [2663] text|emoji
  98. ♥ heart suit // [2665] text|emoji
  99. ♦ diamond suit // [2666] text|emoji
  100. ♨ hot springs // [2668] text|emoji
  101. ♻ recycling symbol // [267B] text|emoji
  102. ♿ wheelchair symbol // [267F]
  103. ⚒ hammer and pick // [2692] text|emoji
  104. ⚓ anchor // [2693]
  105. ⚔ crossed swords // [2694] text|emoji
  106. ⚕ health worker $emoji_zwj // [2695] text|emoji
  107. ⚕ medical symbol // [2695] text|emoji
  108. ⚖ judge $emoji_zwj // [2696] text|emoji
  109. ⚖ balance scale // [2696] text|emoji
  110. ⚗ alembic // [2697] text|emoji
  111. ⚙ gear // [2699] text|emoji
  112. ⚛ atom symbol // [269B] text|emoji
  113. ⚜ fleur de lis // [269C] text|emoji
  114. ⚠ warning // [26A0] text|emoji
  115. ⚡ high voltage // [26A1]
  116. ⚪ white circle // [26AA]
  117. ⚫ black circle // [26AB]
  118. ⚰ coffin // [26B0] text|emoji
  119. ⚱ funeral urn // [26B1] text|emoji
  120. ⚽ soccer ball // [26BD]
  121. ⚾ baseball // [26BE]
  122. ⛄ snowman without snow // [26C4]
  123. ⛅ sun behind cloud // [26C5]
  124. ⛈ cloud with lightning and rain // [26C8] text|emoji
  125. ⛎ ophiuchus // [26CE]
  126. ⛏ pick // [26CF] text|emoji
  127. ⛑ rescue worker's helmet // [26D1] text|emoji
  128. ⛓ chains // [26D3] text|emoji
  129. ⛔ no entry // [26D4]
  130. ⛩ shinto shrine // [26E9] text|emoji
  131. ⛪ church // [26EA]
  132. ⛰ mountain // [26F0] text|emoji
  133. ⛱ umbrella on ground // [26F1] text|emoji
  134. ⛲ fountain // [26F2]
  135. ⛳ flag in hole // [26F3]
  136. ⛴ ferry // [26F4] text|emoji
  137. ⛵ sailboat // [26F5]
  138. ⛷ skier // [26F7] text|emoji
  139. ⛸ ice skate // [26F8] text|emoji
  140. ⛹ person bouncing ball // [26F9] text|emoji
  141. ⛺ tent // [26FA]
  142. ⛽ fuel pump // [26FD]
  143. // 2700..27BF : Dingbats
  144. ✂ scissors // [2702] text|emoji
  145. ✅ white heavy check mark // [2705]
  146. ✈ pilot $emoji_zwj // [2708] text|emoji
  147. ✈ airplane // [2708] text|emoji
  148. ✉ envelope // [2709] text|emoji
  149. ✊ raised fist // [270A]
  150. ✋ raised hand // [270B]
  151. ✌ victory hand // [270C] text|emoji
  152. ✍ writing hand // [270D] text|emoji
  153. ✏ pencil // [270F] text|emoji
  154. ✒ black nib // [2712] text|emoji
  155. ✔ heavy check mark // [2714] text|emoji
  156. ✖ heavy multiplication x // [2716] text|emoji
  157. ✝ latin cross // [271D] text|emoji
  158. ✡ star of david // [2721] text|emoji
  159. ✨ sparkles // [2728]
  160. ✳ eight spoked asterisk // [2733] text|emoji
  161. ✴ eight pointed star // [2734] text|emoji
  162. ❄ snowflake // [2744] text|emoji
  163. ❇ sparkle // [2747] text|emoji
  164. ❌ cross mark // [274C]
  165. ❎ cross mark button // [274E]
  166. ❓ question mark // [2753]
  167. ❔ white question mark // [2754]
  168. ❕ white exclamation mark // [2755]
  169. ❗ exclamation mark // [2757]
  170. ❣ heavy heart exclamation // [2763] text|emoji
  171. ❤ red heart // [2764] text|emoji
  172. ➕ heavy plus sign // [2795]
  173. ➖ heavy minus sign // [2796]
  174. ➗ heavy division sign // [2797]
  175. ➡ right arrow // [27A1] text|emoji
  176. ➰ curly loop // [27B0]
  177. ➿ double curly loop // [27BF]
  178. // 2900..297F : Supplemental Arrows-B
  179. ⤴ right arrow curving up // [2934] text|emoji
  180. ⤵ right arrow curving down // [2935] text|emoji
  181. // 2B00..2BFF : Miscellaneous Symbols and Arrows
  182. ⬅ left arrow // [2B05] text|emoji
  183. ⬆ up arrow // [2B06] text|emoji
  184. ⬇ down arrow // [2B07] text|emoji
  185. ⬛ black large square // [2B1B]
  186. ⬜ white large square // [2B1C]
  187. ⭐ white medium star // [2B50]
  188. ⭕ heavy large circle // [2B55]
  189. // 3000..303F : CJK Symbols and Punctuation
  190. 〰 wavy dash // [3030] text|emoji
  191. 〽 part alternation mark // [303D] text|emoji
  192. // 3200..32FF : Enclosed CJK Letters and Months
  193. ㊗ japanese congratulations button // [3297] text|emoji
  194. ㊙ japanese secret button // [3299] text|emoji
  195. // 1F100..1F1FF : Enclosed Alphanumeric Supplement
  196. 🅰 a button blood type // [1F170] text|emoji
  197. 🅱 b button blood type // [1F171] text|emoji
  198. 🅾 o button blood type // [1F17E] text|emoji
  199. 🅿 p button // [1F17F] text|emoji
  200. 🆎 a b button blood type // [1F18E]
  201. 🆑 c l button // [1F191]
  202. 🆒 cool button // [1F192]
  203. 🆓 free button // [1F193]
  204. 🆔 i d button // [1F194]
  205. 🆕 new button // [1F195]
  206. 🆖 n g button // [1F196]
  207. 🆗 o k button // [1F197]
  208. 🆘 s o s button // [1F198]
  209. 🆙 up exclamation mark button // [1F199]
  210. 🆚 v s button // [1F19A]
  211. // 1F200..1F2FF : Enclosed Ideographic Supplement
  212. 🈁 japanese here button // [1F201]
  213. 🈂 japanese service charge button // [1F202] text|emoji
  214. 🈚 japanese free of charge button // [1F21A]
  215. 🈯 japanese reserved button // [1F22F]
  216. 🈲 japanese prohibited button // [1F232]
  217. 🈳 japanese vacancy button // [1F233]
  218. 🈴 japanese passing grade button // [1F234]
  219. 🈵 japanese no vacancy button // [1F235]
  220. 🈶 japanese not free of charge button // [1F236]
  221. 🈷 japanese monthly amount button // [1F237] text|emoji
  222. 🈸 japanese application button // [1F238]
  223. 🈹 japanese discount button // [1F239]
  224. 🈺 japanese open for business button // [1F23A]
  225. 🉐 japanese bargain button // [1F250]
  226. 🉑 japanese acceptable button // [1F251]
  227. // 1F000..1F02F : Mahjong Tiles
  228. 🀄 mahjong red dragon // [1F004]
  229. // 1F0A0..1F0FF : Playing Cards
  230. 🃏 joker // [1F0CF]
  231. // 1F300..1F5FF : Miscellaneous Symbols and Pictographs
  232. 🌀 cyclone // [1F300]
  233. 🌁 foggy // [1F301]
  234. 🌂 closed umbrella // [1F302]
  235. 🌃 night with stars // [1F303]
  236. 🌄 sunrise over mountains // [1F304]
  237. 🌅 sunrise // [1F305]
  238. 🌆 cityscape at dusk // [1F306]
  239. 🌇 sunset // [1F307]
  240. 🌈 rainbow // [1F308]
  241. 🌉 bridge at night // [1F309]
  242. 🌊 water wave // [1F30A]
  243. 🌋 volcano // [1F30B]
  244. 🌌 milky way // [1F30C]
  245. 🌍 globe showing europe africa // [1F30D]
  246. 🌎 globe showing americas // [1F30E]
  247. 🌏 globe showing asia australia // [1F30F]
  248. 🌐 globe with meridians // [1F310]
  249. 🌑 new moon // [1F311]
  250. 🌒 waxing crescent moon // [1F312]
  251. 🌓 first quarter moon // [1F313]
  252. 🌔 waxing gibbous moon // [1F314]
  253. 🌕 full moon // [1F315]
  254. 🌖 waning gibbous moon // [1F316]
  255. 🌗 last quarter moon // [1F317]
  256. 🌘 waning crescent moon // [1F318]
  257. 🌙 crescent moon // [1F319]
  258. 🌚 new moon face // [1F31A]
  259. 🌛 first quarter moon with face // [1F31B]
  260. 🌜 last quarter moon with face // [1F31C]
  261. 🌝 full moon with face // [1F31D]
  262. 🌞 sun with face // [1F31E]
  263. 🌟 glowing star // [1F31F]
  264. 🌠 shooting star // [1F320]
  265. 🌡 thermometer // [1F321] text|emoji
  266. 🌤 sun behind small cloud // [1F324] text|emoji
  267. 🌥 sun behind large cloud // [1F325] text|emoji
  268. 🌦 sun behind rain cloud // [1F326] text|emoji
  269. 🌧 cloud with rain // [1F327] text|emoji
  270. 🌨 cloud with snow // [1F328] text|emoji
  271. 🌩 cloud with lightning // [1F329] text|emoji
  272. 🌪 tornado // [1F32A] text|emoji
  273. 🌫 fog // [1F32B] text|emoji
  274. 🌬 wind face // [1F32C] text|emoji
  275. 🌭 hot dog // [1F32D]
  276. 🌮 taco // [1F32E]
  277. 🌯 burrito // [1F32F]
  278. 🌰 chestnut // [1F330]
  279. 🌱 seedling // [1F331]
  280. 🌲 evergreen tree // [1F332]
  281. 🌳 deciduous tree // [1F333]
  282. 🌴 palm tree // [1F334]
  283. 🌵 cactus // [1F335]
  284. 🌶 hot pepper // [1F336] text|emoji
  285. 🌷 tulip // [1F337]
  286. 🌸 cherry blossom // [1F338]
  287. 🌹 rose // [1F339]
  288. 🌺 hibiscus // [1F33A]
  289. 🌻 sunflower // [1F33B]
  290. 🌼 blossom // [1F33C]
  291. 🌽 ear of corn // [1F33D]
  292. 🌾 farmer $emoji_zwj // [1F33E]
  293. 🌾 sheaf of rice // [1F33E]
  294. 🌿 herb // [1F33F]
  295. 🍀 four leaf clover // [1F340]
  296. 🍁 maple leaf // [1F341]
  297. 🍂 fallen leaf // [1F342]
  298. 🍃 leaf fluttering in wind // [1F343]
  299. 🍄 mushroom // [1F344]
  300. 🍅 tomato // [1F345]
  301. 🍆 eggplant // [1F346]
  302. 🍇 grapes // [1F347]
  303. 🍈 melon // [1F348]
  304. 🍉 watermelon // [1F349]
  305. 🍊 tangerine // [1F34A]
  306. 🍋 lemon // [1F34B]
  307. 🍌 banana // [1F34C]
  308. 🍍 pineapple // [1F34D]
  309. 🍎 red apple // [1F34E]
  310. 🍏 green apple // [1F34F]
  311. 🍐 pear // [1F350]
  312. 🍑 peach // [1F351]
  313. 🍒 cherries // [1F352]
  314. 🍓 strawberry // [1F353]
  315. 🍔 hamburger // [1F354]
  316. 🍕 pizza // [1F355]
  317. 🍖 meat on bone // [1F356]
  318. 🍗 poultry leg // [1F357]
  319. 🍘 rice cracker // [1F358]
  320. 🍙 rice ball // [1F359]
  321. 🍚 cooked rice // [1F35A]
  322. 🍛 curry rice // [1F35B]
  323. 🍜 steaming bowl // [1F35C]
  324. 🍝 spaghetti // [1F35D]
  325. 🍞 bread // [1F35E]
  326. 🍟 french fries // [1F35F]
  327. 🍠 roasted sweet potato // [1F360]
  328. 🍡 dango // [1F361]
  329. 🍢 oden // [1F362]
  330. 🍣 sushi // [1F363]
  331. 🍤 fried shrimp // [1F364]
  332. 🍥 fish cake with swirl // [1F365]
  333. 🍦 soft ice cream // [1F366]
  334. 🍧 shaved ice // [1F367]
  335. 🍨 ice cream // [1F368]
  336. 🍩 doughnut // [1F369]
  337. 🍪 cookie // [1F36A]
  338. 🍫 chocolate bar // [1F36B]
  339. 🍬 candy // [1F36C]
  340. 🍭 lollipop // [1F36D]
  341. 🍮 custard // [1F36E]
  342. 🍯 honey pot // [1F36F]
  343. 🍰 shortcake // [1F370]
  344. 🍱 bento box // [1F371]
  345. 🍲 pot of food // [1F372]
  346. 🍳 cook $emoji_zwj // [1F373]
  347. 🍳 cooking // [1F373]
  348. 🍴 fork and knife // [1F374]
  349. 🍵 teacup without handle // [1F375]
  350. 🍶 sake // [1F376]
  351. 🍷 wine glass // [1F377]
  352. 🍸 cocktail glass // [1F378]
  353. 🍹 tropical drink // [1F379]
  354. 🍺 beer mug // [1F37A]
  355. 🍻 clinking beer mugs // [1F37B]
  356. 🍼 baby bottle // [1F37C]
  357. 🍽 fork and knife with plate // [1F37D] text|emoji
  358. 🍾 bottle with popping cork // [1F37E]
  359. 🍿 popcorn // [1F37F]
  360. 🎀 ribbon // [1F380]
  361. 🎁 wrapped gift // [1F381]
  362. 🎂 birthday cake // [1F382]
  363. 🎃 jack o'lantern // [1F383]
  364. 🎄 christmas tree // [1F384]
  365. 🎅 santa claus // [1F385]
  366. 🎆 fireworks // [1F386]
  367. 🎇 sparkler // [1F387]
  368. 🎈 balloon // [1F388]
  369. 🎉 party popper // [1F389]
  370. 🎊 confetti ball // [1F38A]
  371. 🎋 tanabata tree // [1F38B]
  372. 🎌 crossed flags // [1F38C]
  373. 🎍 pine decoration // [1F38D]
  374. 🎎 japanese dolls // [1F38E]
  375. 🎏 carp streamer // [1F38F]
  376. 🎐 wind chime // [1F390]
  377. 🎑 moon viewing ceremony // [1F391]
  378. 🎒 school backpack // [1F392]
  379. 🎓 student $emoji_zwj // [1F393]
  380. 🎓 graduation cap // [1F393]
  381. 🎖 military medal // [1F396] text|emoji
  382. 🎗 reminder ribbon // [1F397] text|emoji
  383. 🎙 studio microphone // [1F399] text|emoji
  384. 🎚 level slider // [1F39A] text|emoji
  385. 🎛 control knobs // [1F39B] text|emoji
  386. 🎜 film frames // [1F39E] text|emoji
  387. 🎝 admission tickets // [1F39F] text|emoji
  388. 🎠 carousel horse // [1F3A0]
  389. 🎡 ferris wheel // [1F3A1]
  390. 🎢 roller coaster // [1F3A2]
  391. 🎣 fishing pole // [1F3A3]
  392. 🎤 singer $emoji_zwj // [1F3A4]
  393. 🎤 microphone // [1F3A4]
  394. 🎥 movie camera // [1F3A5]
  395. 🎦 cinema // [1F3A6]
  396. 🎧 headphone // [1F3A7]
  397. 🎨 artist $emoji_zwj // [1F3A8]
  398. 🎨 artist palette // [1F3A8]
  399. 🎩 top hat // [1F3A9]
  400. 🎪 circus tent // [1F3AA]
  401. 🎫 ticket // [1F3AB]
  402. 🎬 clapper board // [1F3AC]
  403. 🎭 performing arts // [1F3AD]
  404. 🎮 video game // [1F3AE]
  405. 🎯 direct hit // [1F3AF]
  406. 🎰 slot machine // [1F3B0]
  407. 🎱 pool 8 ball // [1F3B1]
  408. 🎲 game die // [1F3B2]
  409. 🎳 bowling // [1F3B3]
  410. 🎴 flower playing cards // [1F3B4]
  411. 🎵 musical note // [1F3B5]
  412. 🎶 musical notes // [1F3B6]
  413. 🎷 saxophone // [1F3B7]
  414. 🎸 guitar // [1F3B8]
  415. 🎹 musical keyboard // [1F3B9]
  416. 🎺 trumpet // [1F3BA]
  417. 🎻 violin // [1F3BB]
  418. 🎼 musical score // [1F3BC]
  419. 🎽 running shirt // [1F3BD]
  420. 🎾 tennis // [1F3BE]
  421. 🎿 skis // [1F3BF]
  422. 🏀 basketball // [1F3C0]
  423. 🏁 chequered flag // [1F3C1]
  424. 🏂 snowboarder // [1F3C2]
  425. 🏃 person running // [1F3C3]
  426. 🏄 person surfing // [1F3C4]
  427. 🏅 sports medal // [1F3C5]
  428. 🏆 trophy // [1F3C6]
  429. 🏇 horse racing // [1F3C7]
  430. 🏈 american football // [1F3C8]
  431. 🏉 rugby football // [1F3C9]
  432. 🏊 person swimming // [1F3CA]
  433. 🏋 person lifting weights // [1F3CB] text|emoji
  434. 🏌 person golfing // [1F3CC] text|emoji
  435. 🏍 motorcycle // [1F3CD] text|emoji
  436. 🏎 racing car // [1F3CE] text|emoji
  437. 🏏 cricket // [1F3CF]
  438. 🏐 volleyball // [1F3D0]
  439. 🏑 field hockey // [1F3D1]
  440. 🏒 ice hockey // [1F3D2]
  441. 🏓 ping pong // [1F3D3]
  442. 🏔 snow capped mountain // [1F3D4] text|emoji
  443. 🏕 camping // [1F3D5] text|emoji
  444. 🏖 beach with umbrella // [1F3D6] text|emoji
  445. 🏗 building construction // [1F3D7] text|emoji
  446. 🏘 house // [1F3D8] text|emoji
  447. 🏙 cityscape // [1F3D9] text|emoji
  448. 🏚 derelict house // [1F3DA] text|emoji
  449. 🏛 classical building // [1F3DB] text|emoji
  450. 🏜 desert // [1F3DC] text|emoji
  451. 🏝 desert island // [1F3DD] text|emoji
  452. 🏞 national park // [1F3DE] text|emoji
  453. 🏟 stadium // [1F3DF] text|emoji
  454. 🏠 house // [1F3E0]
  455. 🏡 house with garden // [1F3E1]
  456. 🏢 office building // [1F3E2]
  457. 🏣 japanese post office // [1F3E3]
  458. 🏤 post office // [1F3E4]
  459. 🏥 hospital // [1F3E5]
  460. 🏦 bank // [1F3E6]
  461. 🏧 a t m sign // [1F3E7]
  462. 🏨 hotel // [1F3E8]
  463. 🏩 love hotel // [1F3E9]
  464. 🏪 convenience store // [1F3EA]
  465. 🏫 teacher $emoji_zwj // [1F3EB]
  466. 🏫 school // [1F3EB]
  467. 🏬 department store // [1F3EC]
  468. 🏭 factory worker $emoji_zwj // [1F3ED]
  469. 🏭 factory // [1F3ED]
  470. 🏮 red paper lantern // [1F3EE]
  471. 🏯 japanese castle // [1F3EF]
  472. 🏰 castle // [1F3F0]
  473. 🏳 white flag // [1F3F3] text|emoji
  474. 🏴 black flag // [1F3F4]
  475. 🏵 rosette // [1F3F5] text|emoji
  476. 🏷 label // [1F3F7] text|emoji
  477. 🏸 badminton // [1F3F8]
  478. 🏹 bow and arrow // [1F3F9]
  479. 🏺 amphora // [1F3FA]
  480. 🏻 light skin tone // [1F3FB]
  481. 🏼 medium-light skin tone // [1F3FC]
  482. 🏽 medium skin tone // [1F3FD]
  483. 🏾 medium-dark skin tone // [1F3FE]
  484. 🏿 dark skin tone // [1F3FF]
  485. 🐀 rat // [1F400]
  486. 🐁 mouse // [1F401]
  487. 🐂 ox // [1F402]
  488. 🐃 water buffalo // [1F403]
  489. 🐄 cow // [1F404]
  490. 🐅 tiger // [1F405]
  491. 🐆 leopard // [1F406]
  492. 🐇 rabbit // [1F407]
  493. 🐈 cat // [1F408]
  494. 🐉 dragon // [1F409]
  495. 🐊 crocodile // [1F40A]
  496. 🐋 whale // [1F40B]
  497. 🐌 snail // [1F40C]
  498. 🐍 snake // [1F40D]
  499. 🐎 horse // [1F40E]
  500. 🐏 ram // [1F40F]
  501. 🐐 goat // [1F410]
  502. 🐑 sheep // [1F411]
  503. 🐒 monkey // [1F412]
  504. 🐓 rooster // [1F413]
  505. 🐔 chicken // [1F414]
  506. 🐕 dog // [1F415]
  507. 🐖 pig // [1F416]
  508. 🐗 boar // [1F417]
  509. 🐘 elephant // [1F418]
  510. 🐙 octopus // [1F419]
  511. 🐚 spiral shell // [1F41A]
  512. 🐛 bug // [1F41B]
  513. 🐜 ant // [1F41C]
  514. 🐝 honeybee // [1F41D]
  515. 🐞 lady beetle // [1F41E]
  516. 🐟 fish // [1F41F]
  517. 🐠 tropical fish // [1F420]
  518. 🐡 blowfish // [1F421]
  519. 🐢 turtle // [1F422]
  520. 🐣 hatching chick // [1F423]
  521. 🐤 baby chick // [1F424]
  522. 🐥 front facing baby chick // [1F425]
  523. 🐦 bird // [1F426]
  524. 🐧 penguin // [1F427]
  525. 🐨 koala // [1F428]
  526. 🐩 poodle // [1F429]
  527. 🐪 camel // [1F42A]
  528. 🐫 two hump camel // [1F42B]
  529. 🐬 dolphin // [1F42C]
  530. 🐭 mouse face // [1F42D]
  531. 🐮 cow face // [1F42E]
  532. 🐯 tiger face // [1F42F]
  533. 🐰 rabbit face // [1F430]
  534. 🐱 cat face // [1F431]
  535. 🐲 dragon face // [1F432]
  536. 🐳 spouting whale // [1F433]
  537. 🐴 horse face // [1F434]
  538. 🐵 monkey face // [1F435]
  539. 🐶 dog face // [1F436]
  540. 🐷 pig face // [1F437]
  541. 🐸 frog face // [1F438]
  542. 🐹 hamster face // [1F439]
  543. 🐺 wolf face // [1F43A]
  544. 🐻 bear face // [1F43B]
  545. 🐼 panda face // [1F43C]
  546. 🐽 pig nose // [1F43D]
  547. 🐾 paw prints // [1F43E]
  548. 🐿 chipmunk // [1F43F] text|emoji
  549. 👀 eyes // [1F440]
  550. 👁 eye // [1F441] text|emoji
  551. 👂 ear // [1F442]
  552. 👃 nose // [1F443]
  553. 👄 mouth // [1F444]
  554. 👅 tongue // [1F445]
  555. 👆 backhand index pointing up // [1F446]
  556. 👇 backhand index pointing down // [1F447]
  557. 👈 backhand index pointing left // [1F448]
  558. 👉 backhand index pointing right // [1F449]
  559. 👊 oncoming fist // [1F44A]
  560. 👋 waving hand // [1F44B]
  561. 👌 o k hand // [1F44C]
  562. 👍 thumbs up // [1F44D]
  563. 👎 thumbs down // [1F44E]
  564. 👏 clapping hands // [1F44F]
  565. 👐 open hands // [1F450]
  566. 👑 crown // [1F451]
  567. 👒 woman's hat // [1F452]
  568. 👓 glasses // [1F453]
  569. 👔 necktie // [1F454]
  570. 👕 t shirt // [1F455]
  571. 👖 jeans // [1F456]
  572. 👗 dress // [1F457]
  573. 👘 kimono // [1F458]
  574. 👙 bikini // [1F459]
  575. 👚 woman's clothes // [1F45A]
  576. 👛 purse // [1F45B]
  577. 👜 handbag // [1F45C]
  578. 👝 clutch bag // [1F45D]
  579. 👞 man's shoe // [1F45E]
  580. 👟 running shoe // [1F45F]
  581. 👠 high heeled shoe // [1F460]
  582. 👡 woman's sandal // [1F461]
  583. 👢 woman's boot // [1F462]
  584. 👣 footprints // [1F463]
  585. 👤 bust in silhouette // [1F464]
  586. 👥 busts in silhouette // [1F465]
  587. 👦 boy // [1F466]
  588. 👧 girl // [1F467]
  589. 👨 man // [1F468]
  590. 👩 woman // [1F469]
  591. 👪 family // [1F46A]
  592. 👫 man and woman holding hands // [1F46B]
  593. 👬 two men holding hands // [1F46C]
  594. 👭 two women holding hands // [1F46D]
  595. 👮 police officer // [1F46E]
  596. 👯 people with bunny ears partying // [1F46F]
  597. 👰 bride with veil // [1F470]
  598. 👱 blond haired person // [1F471]
  599. 👲 man with chinese cap // [1F472]
  600. 👳 person wearing turban // [1F473]
  601. 👴 old man // [1F474]
  602. 👵 old woman // [1F475]
  603. 👶 baby // [1F476]
  604. 👷 construction worker // [1F477]
  605. 👸 princess // [1F478]
  606. 👹 ogre // [1F479]
  607. 👺 goblin // [1F47A]
  608. 👻 ghost // [1F47B]
  609. 👼 baby angel // [1F47C]
  610. 👽 alien // [1F47D]
  611. 👾 alien monster // [1F47E]
  612. 👿 angry face with horns // [1F47F]
  613. 💀 skull // [1F480]
  614. 💁 person tipping hand // [1F481]
  615. 💂 guard // [1F482]
  616. 💃 woman dancing // [1F483]
  617. 💄 lipstick // [1F484]
  618. 💅 nail polish // [1F485]
  619. 💆 person getting massage // [1F486]
  620. 💇 person getting haircut // [1F487]
  621. 💈 barber pole // [1F488]
  622. 💉 syringe // [1F489]
  623. 💊 pill // [1F48A]
  624. 💋 kiss mark // [1F48B]
  625. 💌 love letter // [1F48C]
  626. 💍 ring // [1F48D]
  627. 💎 gem stone // [1F48E]
  628. 💏 kiss // [1F48F]
  629. 💐 bouquet // [1F490]
  630. 💑 couple with heart // [1F491]
  631. 💒 wedding // [1F492]
  632. 💓 beating heart // [1F493]
  633. 💔 broken heart // [1F494]
  634. 💕 two hearts // [1F495]
  635. 💖 sparkling heart // [1F496]
  636. 💗 growing heart // [1F497]
  637. 💘 heart with arrow // [1F498]
  638. 💙 blue heart // [1F499]
  639. 💚 green heart // [1F49A]
  640. 💛 yellow heart // [1F49B]
  641. 💜 purple heart // [1F49C]
  642. 💝 heart with ribbon // [1F49D]
  643. 💞 revolving hearts // [1F49E]
  644. 💟 heart decoration // [1F49F]
  645. 💠 diamond with a dot // [1F4A0]
  646. 💡 light bulb // [1F4A1]
  647. 💢 anger symbol // [1F4A2]
  648. 💣 bomb // [1F4A3]
  649. 💤 zzz // [1F4A4]
  650. 💥 collision // [1F4A5]
  651. 💦 sweat droplets // [1F4A6]
  652. 💧 droplet // [1F4A7]
  653. 💨 dashing away // [1F4A8]
  654. 💩 pile of poo // [1F4A9]
  655. 💪 flexed biceps // [1F4AA]
  656. 💫 dizzy // [1F4AB]
  657. 💬 speech balloon // [1F4AC]
  658. 💭 thought balloon // [1F4AD]
  659. 💮 white flower // [1F4AE]
  660. 💯 hundred points // [1F4AF]
  661. 💰 money bag // [1F4B0]
  662. 💱 currency exchange // [1F4B1]
  663. 💲 heavy dollar sign // [1F4B2]
  664. 💳 credit card // [1F4B3]
  665. 💴 yen banknote // [1F4B4]
  666. 💵 dollar banknote // [1F4B5]
  667. 💶 euro banknote // [1F4B6]
  668. 💷 pound banknote // [1F4B7]
  669. 💸 money with wings // [1F4B8]
  670. 💹 chart increasing with yen // [1F4B9]
  671. 💺 seat // [1F4BA]
  672. 💻 technologist $emoji_zwj // [1F4BB]
  673. 💻 laptop computer // [1F4BB]
  674. 💼 office worker $emoji_zwj // [1F4BC]
  675. 💼 briefcase // [1F4BC]
  676. 💽 computer disk // [1F4BD]
  677. 💾 floppy disk // [1F4BE]
  678. 💿 optical disk // [1F4BF]
  679. 📀 dvd // [1F4C0]
  680. 📁 file folder // [1F4C1]
  681. 📂 open file folder // [1F4C2]
  682. 📃 page with curl // [1F4C3]
  683. 📄 page facing up // [1F4C4]
  684. 📅 calendar // [1F4C5]
  685. 📆 tear off calendar // [1F4C6]
  686. 📇 card index // [1F4C7]
  687. 📈 chart increasing // [1F4C8]
  688. 📉 chart decreasing // [1F4C9]
  689. 📊 bar chart // [1F4CA]
  690. 📋 clipboard // [1F4CB]
  691. 📌 pushpin // [1F4CC]
  692. 📍 round pushpin // [1F4CD]
  693. 📎 paperclip // [1F4CE]
  694. 📏 straight ruler // [1F4CF]
  695. 📐 triangular ruler // [1F4D0]
  696. 📑 bookmark tabs // [1F4D1]
  697. 📒 ledger // [1F4D2]
  698. 📓 notebook // [1F4D3]
  699. 📔 notebook with decorative cover // [1F4D4]
  700. 📕 closed book // [1F4D5]
  701. 📖 open book // [1F4D6]
  702. 📗 green book // [1F4D7]
  703. 📘 blue book // [1F4D8]
  704. 📙 orange book // [1F4D9]
  705. 📚 books // [1F4DA]
  706. 📛 name badge // [1F4DB]
  707. 📜 scroll // [1F4DC]
  708. 📝 memo // [1F4DD]
  709. 📞 telephone receiver // [1F4DE]
  710. 📟 pager // [1F4DF]
  711. 📠 fax machine // [1F4E0]
  712. 📡 satellite antenna // [1F4E1]
  713. 📢 loudspeaker // [1F4E2]
  714. 📣 megaphone // [1F4E3]
  715. 📤 outbox tray // [1F4E4]
  716. 📥 inbox tray // [1F4E5]
  717. 📦 package // [1F4E6]
  718. 📧 e mail // [1F4E7]
  719. 📨 incoming envelope // [1F4E8]
  720. 📩 envelope with arrow // [1F4E9]
  721. 📪 closed mailbox with lowered flag // [1F4EA]
  722. 📫 closed mailbox with raised flag // [1F4EB]
  723. 📬 open mailbox with raised flag // [1F4EC]
  724. 📭 open mailbox with lowered flag // [1F4ED]
  725. 📮 postbox // [1F4EE]
  726. 📯 postal horn // [1F4EF]
  727. 📰 newspaper // [1F4F0]
  728. 📱 mobile phone // [1F4F1]
  729. 📲 mobile phone with arrow // [1F4F2]
  730. 📳 vibration mode // [1F4F3]
  731. 📴 mobile phone off // [1F4F4]
  732. 📵 no mobile phones // [1F4F5]
  733. 📶 antenna bars // [1F4F6]
  734. 📷 camera // [1F4F7]
  735. 📸 camera with flash // [1F4F8]
  736. 📹 video camera // [1F4F9]
  737. 📺 television // [1F4FA]
  738. 📻 radio // [1F4FB]
  739. 📼 videocassette // [1F4FC]
  740. 📽 film projector // [1F4FD] text|emoji
  741. 📿 prayer beads // [1F4FF]
  742. 🔀 shuffle tracks button // [1F500]
  743. 🔁 repeat button // [1F501]
  744. 🔂 repeat single button // [1F502]
  745. 🔃 clockwise vertical arrows // [1F503]
  746. 🔄 anticlockwise arrows button // [1F504]
  747. 🔅 dim button // [1F505]
  748. 🔆 bright button // [1F506]
  749. 🔇 muted speaker // [1F507]
  750. 🔈 speaker low volume // [1F508]
  751. 🔉 speaker medium volume // [1F509]
  752. 🔊 speaker high volume // [1F50A]
  753. 🔋 battery // [1F50B]
  754. 🔌 electric plug // [1F50C]
  755. 🔍 left pointing magnifying glass // [1F50D]
  756. 🔎 right pointing magnifying glass // [1F50E]
  757. 🔏 locked with pen // [1F50F]
  758. 🔐 locked with key // [1F510]
  759. 🔑 key // [1F511]
  760. 🔒 locked // [1F512]
  761. 🔓 unlocked // [1F513]
  762. 🔔 bell // [1F514]
  763. 🔕 bell with slash // [1F515]
  764. 🔖 bookmark // [1F516]
  765. 🔗 link // [1F517]
  766. 🔘 radio button // [1F518]
  767. 🔙 back arrow // [1F519]
  768. 🔚 end arrow // [1F51A]
  769. 🔛 on exclamation mark arrow // [1F51B]
  770. 🔜 soon arrow // [1F51C]
  771. 🔝 top arrow // [1F51D]
  772. 🔞 no one under eighteen // [1F51E]
  773. 🔟 keycap 10 // [1F51F]
  774. 🔠 input latin uppercase // [1F520]
  775. 🔡 input latin lowercase // [1F521]
  776. 🔢 input numbers // [1F522]
  777. 🔣 input symbols // [1F523]
  778. 🔤 input latin letters // [1F524]
  779. 🔥 fire // [1F525]
  780. 🔦 flashlight // [1F526]
  781. 🔧 mechanic $emoji_zwj // [1F527]
  782. 🔧 wrench // [1F527]
  783. 🔨 hammer // [1F528]
  784. 🔩 nut and bolt // [1F529]
  785. 🔪 kitchen knife // [1F52A]
  786. 🔫 pistol // [1F52B]
  787. 🔬 scientist $emoji_zwj // [1F52C]
  788. 🔬 microscope // [1F52C]
  789. 🔭 telescope // [1F52D]
  790. 🔮 crystal ball // [1F52E]
  791. 🔯 dotted six pointed star // [1F52F]
  792. 🔰 japanese symbol for beginner // [1F530]
  793. 🔱 trident emblem // [1F531]
  794. 🔲 black square button // [1F532]
  795. 🔳 white square button // [1F533]
  796. 🔴 red circle // [1F534]
  797. 🔵 blue circle // [1F535]
  798. 🔶 large orange diamond // [1F536]
  799. 🔷 large blue diamond // [1F537]
  800. 🔸 small orange diamond // [1F538]
  801. 🔹 small blue diamond // [1F539]
  802. 🔺 red triangle pointed up // [1F53A]
  803. 🔻 red triangle pointed down // [1F53B]
  804. 🔼 up button // [1F53C]
  805. 🔽 down button // [1F53D]
  806. 🕉 om // [1F549] text|emoji
  807. 🕊 dove // [1F54A] text|emoji
  808. 🕋 kaaba // [1F54B]
  809. 🕌 mosque // [1F54C]
  810. 🕍 synagogue // [1F54D]
  811. 🕎 menorah // [1F54E]
  812. 🕐 one o'clock // [1F550]
  813. 🕑 two o'clock // [1F551]
  814. 🕒 three o'clock // [1F552]
  815. 🕓 four o'clock // [1F553]
  816. 🕔 five o'clock // [1F554]
  817. 🕕 six o'clock // [1F555]
  818. 🕖 seven o'clock // [1F556]
  819. 🕗 eight o'clock // [1F557]
  820. 🕘 nine o'clock // [1F558]
  821. 🕙 ten o'clock // [1F559]
  822. 🕚 eleven o'clock // [1F55A]
  823. 🕛 twelve o'clock // [1F55B]
  824. 🕜 one thirty // [1F55C]
  825. 🕝 two thirty // [1F55D]
  826. 🕞 three thirty // [1F55E]
  827. 🕟 four thirty // [1F55F]
  828. 🕠 five thirty // [1F560]
  829. 🕡 six thirty // [1F561]
  830. 🕢 seven thirty // [1F562]
  831. 🕣 eight thirty // [1F563]
  832. 🕤 nine thirty // [1F564]
  833. 🕥 ten thirty // [1F565]
  834. 🕦 eleven thirty // [1F566]
  835. 🕧 twelve thirty // [1F567]
  836. 🕯 candle // [1F56F] text|emoji
  837. 🕰 mantelpiece clock // [1F570] text|emoji
  838. 🕳 hole // [1F573] text|emoji
  839. 🕴 man in business suit levitating // [1F574] text|emoji
  840. 🕵 detective // [1F575] text|emoji
  841. 🕶 sunglasses // [1F576] text|emoji
  842. 🕷 spider // [1F577] text|emoji
  843. 🕸 spider web // [1F578] text|emoji
  844. 🕹 joystick // [1F579] text|emoji
  845. 🕺 man dancing // [1F57A]
  846. 🖇 linked paperclips // [1F587] text|emoji
  847. 🖊 pen // [1F58A] text|emoji
  848. 🖋 fountain pen // [1F58B] text|emoji
  849. 🖌 paintbrush // [1F58C] text|emoji
  850. 🖍 crayon // [1F58D] text|emoji
  851. 🖐 raised hand with fingers splayed // [1F590] text|emoji
  852. 🖕 middle finger // [1F595]
  853. 🖖 vulcan salute // [1F596]
  854. 🖤 black heart // [1F5A4]
  855. 🖥 desktop computer // [1F5A5] text|emoji
  856. 🖨 printer // [1F5A8] text|emoji
  857. 🖱 computer mouse // [1F5B1] text|emoji
  858. 🖲 trackball // [1F5B2] text|emoji
  859. 🖼 framed picture // [1F5BC] text|emoji
  860. 🗂 card index dividers // [1F5C2] text|emoji
  861. 🗃 card file box // [1F5C3] text|emoji
  862. 🗄 file cabinet // [1F5C4] text|emoji
  863. 🗑 wastebasket // [1F5D1] text|emoji
  864. 🗒 spiral notepad // [1F5D2] text|emoji
  865. 🗓 spiral calendar // [1F5D3] text|emoji
  866. 🗜 clamp // [1F5DC] text|emoji
  867. 🗝 old key // [1F5DD] text|emoji
  868. 🗞 rolled up newspaper // [1F5DE] text|emoji
  869. 🗡 dagger // [1F5E1] text|emoji
  870. 🗣 speaking head // [1F5E3] text|emoji
  871. 🗨 left speech bubble // [1F5E8] text|emoji
  872. 🗯 right anger bubble // [1F5EF] text|emoji
  873. 🗳 ballot box with ballot // [1F5F3] text|emoji
  874. 🗺 world map // [1F5FA] text|emoji
  875. 🗻 mount fuji // [1F5FB]
  876. 🗼 tokyo tower // [1F5FC]
  877. 🗽 statue of liberty // [1F5FD]
  878. 🗾 map of japan // [1F5FE]
  879. 🗿 moai // [1F5FF]
  880. // 1F600..1F64F : Emoticons
  881. 😀 grinning face // [1F600]
  882. 😁 grinning face with smiling eyes // [1F601]
  883. 😂 face with tears of joy // [1F602]
  884. 😃 smiling face with open mouth // [1F603]
  885. 😄 smiling face with open mouth and smiling eyes // [1F604]
  886. 😅 smiling face with open mouth and cold sweat // [1F605]
  887. 😆 smiling face with open mouth and closed eyes // [1F606]
  888. 😇 smiling face with halo // [1F607]
  889. 😈 smiling face with horns // [1F608]
  890. 😉 winking face // [1F609]
  891. 😊 smiling face with smiling eyes // [1F60A]
  892. 😋 face savouring delicious food // [1F60B]
  893. 😌 relieved face // [1F60C]
  894. 😍 smiling face with heart eyes // [1F60D]
  895. 😎 smiling face with sunglasses // [1F60E]
  896. 😏 smirking face // [1F60F]
  897. 😐 neutral face // [1F610]
  898. 😑 expressionless face // [1F611]
  899. 😒 unamused face // [1F612]
  900. 😓 face with cold sweat // [1F613]
  901. 😔 pensive face // [1F614]
  902. 😕 confused face // [1F615]
  903. 😖 confounded face // [1F616]
  904. 😗 kissing face // [1F617]
  905. 😘 face blowing a kiss // [1F618]
  906. 😙 kissing face with smiling eyes // [1F619]
  907. 😚 kissing face with closed eyes // [1F61A]
  908. 😛 face with stuck out tongue // [1F61B]
  909. 😜 face with stuck out tongue and winking eye // [1F61C]
  910. 😝 face with stuck out tongue and closed eyes // [1F61D]
  911. 😞 disappointed face // [1F61E]
  912. 😟 worried face // [1F61F]
  913. 😠 angry face // [1F620]
  914. 😡 pouting face // [1F621]
  915. 😢 crying face // [1F622]
  916. 😣 persevering face // [1F623]
  917. 😤 face with steam from nose // [1F624]
  918. 😥 disappointed but relieved face // [1F625]
  919. 😦 frowning face with open mouth // [1F626]
  920. 😧 anguished face // [1F627]
  921. 😨 fearful face // [1F628]
  922. 😩 weary face // [1F629]
  923. 😪 sleepy face // [1F62A]
  924. 😫 tired face // [1F62B]
  925. 😬 grimacing face // [1F62C]
  926. 😭 loudly crying face // [1F62D]
  927. 😮 face with open mouth // [1F62E]
  928. 😯 hushed face // [1F62F]
  929. 😰 face with open mouth and cold sweat // [1F630]
  930. 😱 face screaming in fear // [1F631]
  931. 😲 astonished face // [1F632]
  932. 😳 flushed face // [1F633]
  933. 😴 sleeping face // [1F634]
  934. 😵 dizzy face // [1F635]
  935. 😶 face without mouth // [1F636]
  936. 😷 face with medical mask // [1F637]
  937. 😸 grinning cat face with smiling eyes // [1F638]
  938. 😹 cat face with tears of joy // [1F639]
  939. 😺 smiling cat face with open mouth // [1F63A]
  940. 😻 smiling cat face with heart eyes // [1F63B]
  941. 😼 cat face with wry smile // [1F63C]
  942. 😽 kissing cat face with closed eyes // [1F63D]
  943. 😾 pouting cat face // [1F63E]
  944. 😿 crying cat face // [1F63F]
  945. 🙀 weary cat face // [1F640]
  946. 🙁 slightly frowning face // [1F641]
  947. 🙂 slightly smiling face // [1F642]
  948. 🙃 upside down face // [1F643]
  949. 🙄 face with rolling eyes // [1F644]
  950. 🙅 person gesturing no // [1F645]
  951. 🙆 person gesturing ok // [1F646]
  952. 🙇 person bowing // [1F647]
  953. 🙈 see no evil monkey // [1F648]
  954. 🙉 hear no evil monkey // [1F649]
  955. 🙊 speak no evil monkey // [1F64A]
  956. 🙋 person raising hand // [1F64B]
  957. 🙌 raising hands // [1F64C]
  958. 🙍 person frowning // [1F64D]
  959. 🙎 person pouting // [1F64E]
  960. 🙏 folded hands // [1F64F]
  961. // 1F680..1F6FF : Transport and Map Symbols
  962. 🚀 astronaut $emoji_zwj // [1F680]
  963. 🚀 rocket // [1F680]
  964. 🚁 helicopter // [1F681]
  965. 🚂 locomotive // [1F682]
  966. 🚃 railway car // [1F683]
  967. 🚄 high speed train // [1F684]
  968. 🚅 high speed train with bullet nose // [1F685]
  969. 🚆 train // [1F686]
  970. 🚇 metro // [1F687]
  971. 🚈 light rail // [1F688]
  972. 🚉 station // [1F689]
  973. 🚊 tram // [1F68A]
  974. 🚋 tram car // [1F68B]
  975. 🚌 bus // [1F68C]
  976. 🚍 oncoming bus // [1F68D]
  977. 🚎 trolleybus // [1F68E]
  978. 🚏 bus stop // [1F68F]
  979. 🚐 minibus // [1F690]
  980. 🚑 ambulance // [1F691]
  981. 🚒 firefighter $emoji_zwj // [1F692]
  982. 🚒 fire engine // [1F692]
  983. 🚓 police car // [1F693]
  984. 🚔 oncoming police car // [1F694]
  985. 🚕 taxi // [1F695]
  986. 🚖 oncoming taxi // [1F696]
  987. 🚗 automobile // [1F697]
  988. 🚘 oncoming automobile // [1F698]
  989. 🚙 sport utility vehicle // [1F699]
  990. 🚚 delivery truck // [1F69A]
  991. 🚛 articulated lorry // [1F69B]
  992. 🚜 tractor // [1F69C]
  993. 🚝 monorail // [1F69D]
  994. 🚞 mountain railway // [1F69E]
  995. 🚟 suspension railway // [1F69F]
  996. 🚠 mountain cableway // [1F6A0]
  997. 🚡 aerial tramway // [1F6A1]
  998. 🚢 ship // [1F6A2]
  999. 🚣 person rowing boat // [1F6A3]
  1000. 🚤 speedboat // [1F6A4]
  1001. 🚥 horizontal traffic light // [1F6A5]
  1002. 🚦 vertical traffic light // [1F6A6]
  1003. 🚧 construction // [1F6A7]
  1004. 🚨 police car light // [1F6A8]
  1005. 🚩 triangular flag // [1F6A9]
  1006. 🚪 door // [1F6AA]
  1007. 🚫 prohibited // [1F6AB]
  1008. 🚬 cigarette // [1F6AC]
  1009. 🚭 no smoking // [1F6AD]
  1010. 🚮 litter in bin sign // [1F6AE]
  1011. 🚯 no littering // [1F6AF]
  1012. 🚰 potable water // [1F6B0]
  1013. 🚱 non potable water // [1F6B1]
  1014. 🚲 bicycle // [1F6B2]
  1015. 🚳 no bicycles // [1F6B3]
  1016. 🚴 person biking // [1F6B4]
  1017. 🚵 person mountain biking // [1F6B5]
  1018. 🚶 person walking // [1F6B6]
  1019. 🚷 no pedestrians // [1F6B7]
  1020. 🚸 children crossing // [1F6B8]
  1021. 🚹 men's room // [1F6B9]
  1022. 🚺 women's room // [1F6BA]
  1023. 🚻 restroom // [1F6BB]
  1024. 🚼 baby symbol // [1F6BC]
  1025. 🚽 toilet // [1F6BD]
  1026. 🚾 water closet // [1F6BE]
  1027. 🚿 shower // [1F6BF]
  1028. 🛀 person taking bath // [1F6C0]
  1029. 🛁 bathtub // [1F6C1]
  1030. 🛂 passport control // [1F6C2]
  1031. 🛃 customs // [1F6C3]
  1032. 🛄 baggage claim // [1F6C4]
  1033. 🛅 left luggage // [1F6C5]
  1034. 🛋 couch and lamp // [1F6CB] text|emoji
  1035. 🛌 person in bed // [1F6CC]
  1036. 🛍 shopping bags // [1F6CD] text|emoji
  1037. 🛎 bellhop bell // [1F6CE] text|emoji
  1038. 🛏 bed // [1F6CF] text|emoji
  1039. 🛐 place of worship // [1F6D0]
  1040. 🛑 stop sign // [1F6D1]
  1041. 🛒 shopping cart // [1F6D2]
  1042. 🛠 hammer and wrench // [1F6E0] text|emoji
  1043. 🛡 shield // [1F6E1] text|emoji
  1044. 🛢 oil drum // [1F6E2] text|emoji
  1045. 🛣 motorway // [1F6E3] text|emoji
  1046. 🛤 railway track // [1F6E4] text|emoji
  1047. 🛥 motor boat // [1F6E5] text|emoji
  1048. 🛩 small airplane // [1F6E9] text|emoji
  1049. 🛫 airplane departure // [1F6EB]
  1050. 🛬 airplane arrival // [1F6EC]
  1051. 🛰 satellite // [1F6F0] text|emoji
  1052. 🛳 passenger ship // [1F6F3] text|emoji
  1053. 🛴 kick scooter // [1F6F4]
  1054. 🛵 motor scooter // [1F6F5]
  1055. 🛶 canoe // [1F6F6]
  1056. // 1F900..1F9FF : Supplemental Symbols and Pictographs
  1057. 🤐 zipper mouth face // [1F910]
  1058. 🤑 money mouth face // [1F911]
  1059. 🤒 face with thermometer // [1F912]
  1060. 🤓 nerd face // [1F913]
  1061. 🤔 thinking face // [1F914]
  1062. 🤕 face with head bandage // [1F915]
  1063. 🤖 robot face // [1F916]
  1064. 🤗 hugging face // [1F917]
  1065. 🤘 sign of the horns // [1F918]
  1066. 🤙 call me hand // [1F919]
  1067. 🤚 raised back of hand // [1F91A]
  1068. 🤛 left facing fist // [1F91B]
  1069. 🤜 right facing fist // [1F91C]
  1070. 🤝 handshake // [1F91D]
  1071. 🤞 crossed fingers // [1F91E]
  1072. 🤠 cowboy hat face // [1F920]
  1073. 🤡 clown face // [1F921]
  1074. 🤢 nauseated face // [1F922]
  1075. 🤣 rolling on the floor laughing // [1F923]
  1076. 🤤 drooling face // [1F924]
  1077. 🤥 lying face // [1F925]
  1078. 🤦 person facepalming // [1F926]
  1079. 🤧 sneezing face // [1F927]
  1080. 🤰 pregnant woman // [1F930]
  1081. 🤳 selfie // [1F933]
  1082. 🤴 prince // [1F934]
  1083. 🤵 man in tuxedo // [1F935]
  1084. 🤶 misses claus // [1F936]
  1085. 🤷 person shrugging // [1F937]
  1086. 🤸 person cartwheeling // [1F938]
  1087. 🤹 person juggling // [1F939]
  1088. 🤺 person fencing // [1F93A]
  1089. 🤼 people wrestling // [1F93C]
  1090. 🤽 person playing water polo // [1F93D]
  1091. 🤾 person playing handball // [1F93E]
  1092. 🥀 wilted flower // [1F940]
  1093. 🥁 drum // [1F941]
  1094. 🥂 clinking glasses // [1F942]
  1095. 🥃 tumbler glass // [1F943]
  1096. 🥄 spoon // [1F944]
  1097. 🥅 goal net // [1F945]
  1098. 🥇 1st place medal // [1F947]
  1099. 🥈 2nd place medal // [1F948]
  1100. 🥉 3rd place medal // [1F949]
  1101. 🥊 boxing glove // [1F94A]
  1102. 🥋 martial arts uniform // [1F94B]
  1103. 🥐 croissant // [1F950]
  1104. 🥑 avocado // [1F951]
  1105. 🥒 cucumber // [1F952]
  1106. 🥓 bacon // [1F953]
  1107. 🥔 potato // [1F954]
  1108. 🥕 carrot // [1F955]
  1109. 🥖 baguette bread // [1F956]
  1110. 🥗 green salad // [1F957]
  1111. 🥘 shallow pan of food // [1F958]
  1112. 🥙 stuffed flatbread // [1F959]
  1113. 🥚 egg // [1F95A]
  1114. 🥛 glass of milk // [1F95B]
  1115. 🥜 peanuts // [1F95C]
  1116. 🥝 kiwi fruit // [1F95D]
  1117. 🥞 pancakes // [1F95E]
  1118. 🦀 crab // [1F980]
  1119. 🦁 lion face // [1F981]
  1120. 🦂 scorpion // [1F982]
  1121. 🦃 turkey // [1F983]
  1122. 🦄 unicorn face // [1F984]
  1123. 🦅 eagle // [1F985]
  1124. 🦆 duck // [1F986]
  1125. 🦇 bat // [1F987]
  1126. 🦈 shark // [1F988]
  1127. 🦉 owl // [1F989]
  1128. 🦊 fox face // [1F98A]
  1129. 🦋 butterfly // [1F98B]
  1130. 🦌 deer // [1F98C]
  1131. 🦍 gorilla // [1F98D]
  1132. 🦎 lizard // [1F98E]
  1133. 🦏 rhinoceros // [1F98F]
  1134. 🦐 shrimp // [1F990]
  1135. 🦑 squid // [1F991]
  1136. 🧀 cheese wedge // [1F9C0]
  1137. // Country Flags (Regional Indicator Symbols)
  1138. 🇦🇨 ascension island // [1F1E6 1F1E8] AC
  1139. 🇦🇩 andorra // [1F1E6 1F1E9] AD
  1140. 🇦🇪 united arab emirates // [1F1E6 1F1EA] AE
  1141. 🇦🇫 afghanistan // [1F1E6 1F1EB] AF
  1142. 🇦🇬 antigua and barbuda // [1F1E6 1F1EC] AG
  1143. 🇦🇮 anguilla // [1F1E6 1F1EE] AI
  1144. 🇦🇱 albania // [1F1E6 1F1F1] AL
  1145. 🇦🇲 armenia // [1F1E6 1F1F2] AM
  1146. 🇦🇴 angola // [1F1E6 1F1F4] AO
  1147. 🇦🇶 antarctica // [1F1E6 1F1F6] AQ
  1148. 🇦🇷 argentina // [1F1E6 1F1F7] AR
  1149. 🇦🇸 american samoa // [1F1E6 1F1F8] AS
  1150. 🇦🇹 austria // [1F1E6 1F1F9] AT
  1151. 🇦🇺 australia // [1F1E6 1F1FA] AU
  1152. 🇦🇼 aruba // [1F1E6 1F1FC] AW
  1153. 🇦🇽 åland islands // [1F1E6 1F1FD] AX
  1154. 🇦🇿 azerbaijan // [1F1E6 1F1FF] AZ
  1155. 🇧🇦 bosnia and herzegovina // [1F1E7 1F1E6] BA
  1156. 🇧🇧 barbados // [1F1E7 1F1E7] BB
  1157. 🇧🇩 bangladesh // [1F1E7 1F1E9] BD
  1158. 🇧🇪 belgium // [1F1E7 1F1EA] BE
  1159. 🇧🇫 burkina faso // [1F1E7 1F1EB] BF
  1160. 🇧🇬 bulgaria // [1F1E7 1F1EC] BG
  1161. 🇧🇭 bahrain // [1F1E7 1F1ED] BH
  1162. 🇧🇮 burundi // [1F1E7 1F1EE] BI
  1163. 🇧🇯 benin // [1F1E7 1F1EF] BJ
  1164. 🇧🇱 saint barthélemy // [1F1E7 1F1F1] BL
  1165. 🇧🇲 bermuda // [1F1E7 1F1F2] BM
  1166. 🇧🇳 brunei // [1F1E7 1F1F3] BN
  1167. 🇧🇴 bolivia // [1F1E7 1F1F4] BO
  1168. 🇧🇶 caribbean netherlands // [1F1E7 1F1F6] BQ
  1169. 🇧🇷 brazil // [1F1E7 1F1F7] BR
  1170. 🇧🇸 bahamas // [1F1E7 1F1F8] BS
  1171. 🇧🇹 bhutan // [1F1E7 1F1F9] BT
  1172. 🇧🇻 bouvet Island // [1F1E7 1F1FB] BV
  1173. 🇧🇼 botswana // [1F1E7 1F1FC] BW
  1174. 🇧🇾 belarus // [1F1E7 1F1FE] BY
  1175. 🇧🇿 belize // [1F1E7 1F1FF] BZ
  1176. 🇨🇦 canada // [1F1E8 1F1E6] CA
  1177. 🇨🇨 cocos (keeling) islands // [1F1E8 1F1E8] CC
  1178. 🇨🇩 congo - kinshasa // [1F1E8 1F1E9] CD
  1179. 🇨🇫 central african republic // [1F1E8 1F1EB] CF
  1180. 🇨🇬 congo - brazzaville // [1F1E8 1F1EC] CG
  1181. 🇨🇭 switzerland // [1F1E8 1F1ED] CH
  1182. 🇨🇮 côte d'ivoire // [1F1E8 1F1EE] CI
  1183. 🇨🇰 cook islands // [1F1E8 1F1F0] CK
  1184. 🇨🇱 chile // [1F1E8 1F1F1] CL
  1185. 🇨🇲 cameroon // [1F1E8 1F1F2] CM
  1186. 🇨🇳 china // [1F1E8 1F1F3] CN
  1187. 🇨🇴 colombia // [1F1E8 1F1F4] CO
  1188. 🇨🇵 clipperton island // [1F1E8 1F1F5] CP
  1189. 🇨🇷 costa rica // [1F1E8 1F1F7] CR
  1190. 🇨🇺 cuba // [1F1E8 1F1FA] CU
  1191. 🇨🇻 cape verde // [1F1E8 1F1FB] CV
  1192. 🇨🇼 curaçao // [1F1E8 1F1FC] CW
  1193. 🇨🇽 christmas island // [1F1E8 1F1FD] CX
  1194. 🇨🇾 cyprus // [1F1E8 1F1FE] CY
  1195. 🇨🇿 czech republic // [1F1E8 1F1FF] CZ
  1196. 🇩🇪 germany // [1F1E9 1F1EA] DE
  1197. 🇩🇬 diego garcia // [1F1E9 1F1EC] DG
  1198. 🇩🇯 djibouti // [1F1E9 1F1EF] DJ
  1199. 🇩🇰 denmark // [1F1E9 1F1F0] DK
  1200. 🇩🇲 dominica // [1F1E9 1F1F2] DM
  1201. 🇩🇴 dominican republic // [1F1E9 1F1F4] DO
  1202. 🇩🇿 algeria // [1F1E9 1F1FF] DZ
  1203. 🇪🇦 ceuta and melilla // [1F1EA 1F1E6] EA
  1204. 🇪🇨 ecuador // [1F1EA 1F1E8] EC
  1205. 🇪🇪 estonia // [1F1EA 1F1EA] EE
  1206. 🇪🇬 egypt // [1F1EA 1F1EC] EG
  1207. 🇪🇭 western sahara // [1F1EA 1F1ED] EH
  1208. 🇪🇷 eritrea // [1F1EA 1F1F7] ER
  1209. 🇪🇸 spain // [1F1EA 1F1F8] ES
  1210. 🇪🇹 ethiopia // [1F1EA 1F1F9] ET
  1211. 🇪🇺 european union // [1F1EA 1F1FA] EU
  1212. 🇫🇮 finland // [1F1EB 1F1EE] FI
  1213. 🇫🇯 fiji // [1F1EB 1F1EF] FJ
  1214. 🇫🇰 falkland islands // [1F1EB 1F1F0] FI
  1215. 🇫🇲 micronesia // [1F1EB 1F1F2] FM
  1216. 🇫🇴 faroe islands // [1F1EB 1F1F4] FO
  1217. 🇫🇷 france // [1F1EB 1F1F7] FR
  1218. 🇬🇦 gabon // [1F1EC 1F1E6] GA
  1219. 🇬🇧 united kingdom // [1F1EC 1F1E7] GB
  1220. 🇬🇩 grenada // [1F1EC 1F1E9] GD
  1221. 🇬🇪 georgia // [1F1EC 1F1EA] GE
  1222. 🇬🇫 french guiana // [1F1EC 1F1EB] GF
  1223. 🇬🇬 guernsey // [1F1EC 1F1EC] GG
  1224. 🇬🇭 ghana // [1F1EC 1F1ED] GH
  1225. 🇬🇮 gibraltar // [1F1EC 1F1EE] GI
  1226. 🇬🇱 greenland // [1F1EC 1F1F1] GL
  1227. 🇬🇲 gambia // [1F1EC 1F1F2] GM
  1228. 🇬🇳 guinea // [1F1EC 1F1F3] GN
  1229. 🇬🇵 guadeloupe // [1F1EC 1F1F5] GP
  1230. 🇬🇶 equatorial guinea // [1F1EC 1F1F6] GQ
  1231. 🇬🇷 greece // [1F1EC 1F1F7] GR
  1232. 🇬🇸 south georgia and south sandwich islands // [1F1EC 1F1F8] GS
  1233. 🇬🇹 guatemala // [1F1EC 1F1F9] GT
  1234. 🇬🇺 guam // [1F1EC 1F1FA] GU
  1235. 🇬🇼 guinea bissau // [1F1EC 1F1FC] GW
  1236. 🇬🇾 guyana // [1F1EC 1F1FE] GY
  1237. 🇭🇰 hong kong SAR china // [1F1ED 1F1F0] HK
  1238. 🇭🇲 heard and mcdonald islands // [1F1ED 1F1F2] HM
  1239. 🇭🇳 honduras // [1F1ED 1F1F3] HN
  1240. 🇭🇷 croatia // [1F1ED 1F1F7] HR
  1241. 🇭🇹 haiti // [1F1ED 1F1F9] HT
  1242. 🇭🇺 hungary // [1F1ED 1F1FA] HU
  1243. 🇮🇨 canary islands // [1F1EE 1F1E8] IC
  1244. 🇮🇩 indonesia // [1F1EE 1F1E9] ID
  1245. 🇮🇪 ireland // [1F1EE 1F1EA] IE
  1246. 🇮🇱 israel // [1F1EE 1F1F1] IL
  1247. 🇮🇲 isle of man // [1F1EE 1F1F2] IM
  1248. 🇮🇳 india // [1F1EE 1F1F3] IN
  1249. 🇮🇴 british indian ocean territory // [1F1EE 1F1F4] IO
  1250. 🇮🇶 iraq // [1F1EE 1F1F6] IQ
  1251. 🇮🇷 iran // [1F1EE 1F1F7] IR
  1252. 🇮🇸 iceland // [1F1EE 1F1F8] IS
  1253. 🇮🇹 italy // [1F1EE 1F1F9] IT
  1254. 🇯🇪 jersey // [1F1EF 1F1EA] JE
  1255. 🇯🇲 jamaica // [1F1EF 1F1F2] JM
  1256. 🇯🇴 jordan // [1F1EF 1F1F4] JO
  1257. 🇯🇵 japan // [1F1EF 1F1F5] JP
  1258. 🇰🇪 kenya // [1F1F0 1F1EA] KE
  1259. 🇰🇬 kyrgyzstan // [1F1F0 1F1EC] KG
  1260. 🇰🇭 cambodia // [1F1F0 1F1ED] KH
  1261. 🇰🇮 kiribati // [1F1F0 1F1EE] KI
  1262. 🇰🇲 comoros // [1F1F0 1F1F2] KM
  1263. 🇰🇳 saint kitts and nevis // [1F1F0 1F1F3] KN
  1264. 🇰🇵 north korea // [1F1F0 1F1F5] KP
  1265. 🇰🇷 south korea // [1F1F0 1F1F7] KR
  1266. 🇰🇼 kuwait // [1F1F0 1F1FC] KW
  1267. 🇰🇾 cayman islands // [1F1F0 1F1FE] KY
  1268. 🇰🇿 kazakhstan // [1F1F0 1F1FF] KZ
  1269. 🇱🇦 laos // [1F1F1 1F1E6] LA
  1270. 🇱🇧 lebanon // [1F1F1 1F1E7] LB
  1271. 🇱🇨 saint lucia // [1F1F1 1F1E8] LC
  1272. 🇱🇮 liechtenstein // [1F1F1 1F1EE] LI
  1273. 🇱🇰 sri lanka // [1F1F1 1F1F0] LK
  1274. 🇱🇷 liberia // [1F1F1 1F1F7] LR
  1275. 🇱🇸 lesotho // [1F1F1 1F1F8] LS
  1276. 🇱🇹 lithuania // [1F1F1 1F1F9] LT
  1277. 🇱🇺 luxembourg // [1F1F1 1F1FA] LU
  1278. 🇱🇻 latvia // [1F1F1 1F1FB] LV
  1279. 🇱🇾 libya // [1F1F1 1F1FE] LY
  1280. 🇲🇦 morocco // [1F1F2 1F1E6] MA
  1281. 🇲🇨 monaco // [1F1F2 1F1E8] MC
  1282. 🇲🇩 moldova // [1F1F2 1F1E9] MD
  1283. 🇲🇪 montenegro // [1F1F2 1F1EA] ME
  1284. 🇲🇫 saint martin // [1F1F2 1F1EB] MF
  1285. 🇲🇬 madagascar // [1F1F2 1F1EC] MG
  1286. 🇲🇭 marshall islands // [1F1F2 1F1ED] MH
  1287. 🇲🇰 macedonia // [1F1F2 1F1F0] MK
  1288. 🇲🇱 mali // [1F1F2 1F1F1] ML
  1289. 🇲🇲 myanmar (burma) // [1F1F2 1F1F2] MM
  1290. 🇲🇳 mongolia // [1F1F2 1F1F3] MN
  1291. 🇲🇴 macau SAR china // [1F1F2 1F1F4] MO
  1292. 🇲🇵 northern mariana islands // [1F1F2 1F1F5] MP
  1293. 🇲🇶 martinique // [1F1F2 1F1F6] MQ
  1294. 🇲🇷 mauritania // [1F1F2 1F1F7] MR
  1295. 🇲🇸 montserrat // [1F1F2 1F1F8] MS
  1296. 🇲🇹 malta // [1F1F2 1F1F9] MT
  1297. 🇲🇺 mauritius // [1F1F2 1F1FA] MU
  1298. 🇲🇻 maldives // [1F1F2 1F1FB] MV
  1299. 🇲🇼 malawi // [1F1F2 1F1FC] MW
  1300. 🇲🇽 mexico // [1F1F2 1F1FD] MX
  1301. 🇲🇾 malaysia // [1F1F2 1F1FE] MY
  1302. 🇲🇿 mozambique // [1F1F2 1F1FF] MZ
  1303. 🇳🇦 namibia // [1F1F3 1F1E6] NA
  1304. 🇳🇨 new caledonia // [1F1F3 1F1E8] NC
  1305. 🇳🇪 niger // [1F1F3 1F1EA] NE
  1306. 🇳🇫 norfolk island // [1F1F3 1F1EB] NF
  1307. 🇳🇬 nigeria // [1F1F3 1F1EC] NG
  1308. 🇳🇮 nicaragua // [1F1F3 1F1EE] NI
  1309. 🇳🇱 netherlands // [1F1F3 1F1F1] NL
  1310. 🇳🇴 norway // [1F1F3 1F1F4] NO
  1311. 🇳🇵 nepal // [1F1F3 1F1F5] NP
  1312. 🇳🇷 nauru // [1F1F3 1F1F7] NR
  1313. 🇳🇺 niue // [1F1F3 1F1FA] NU
  1314. 🇳🇿 new zealand // [1F1F3 1F1FF] NZ
  1315. 🇴🇲 oman // [1F1F4 1F1F2] OM
  1316. 🇵🇦 panama // [1F1F5 1F1E6] PA
  1317. 🇵🇪 peru // [1F1F5 1F1EA] PE
  1318. 🇵🇫 french polynesia // [1F1F5 1F1EB] PF
  1319. 🇵🇬 papua new guinea // [1F1F5 1F1EC] PG
  1320. 🇵🇭 philippines // [1F1F5 1F1ED] PH
  1321. 🇵🇰 pakistan // [1F1F5 1F1F0] PK
  1322. 🇵🇱 poland // [1F1F5 1F1F1] PL
  1323. 🇵🇲 saint pierre and miquelon // [1F1F5 1F1F2] PM
  1324. 🇵🇳 pitcairn islands // [1F1F5 1F1F3] PN
  1325. 🇵🇷 puerto rico // [1F1F5 1F1F7] PR
  1326. 🇵🇸 palestinian territories // [1F1F5 1F1F8] PS
  1327. 🇵🇹 portugal // [1F1F5 1F1F9] PT
  1328. 🇵🇼 palau // [1F1F5 1F1FC] PW
  1329. 🇵🇾 paraguay // [1F1F5 1F1FE] PY
  1330. 🇶🇦 qatar // [1F1F6 1F1E6] QA
  1331. 🇷🇪 réunion // [1F1F7 1F1EA] RE
  1332. 🇷🇴 romania // [1F1F7 1F1F4] RO
  1333. 🇷🇸 serbia // [1F1F7 1F1F8] RS
  1334. 🇷🇺 russia // [1F1F7 1F1FA] RU
  1335. 🇷🇼 rwanda // [1F1F7 1F1FC] RW
  1336. 🇸🇦 saudi arabia // [1F1F8 1F1E6] SA
  1337. 🇸🇧 solomon islands // [1F1F8 1F1E7] SB
  1338. 🇸🇨 seychelles // [1F1F8 1F1E8] SC
  1339. 🇸🇩 sudan // [1F1F8 1F1E9] SD
  1340. 🇸🇪 sweden // [1F1F8 1F1EA] SE
  1341. 🇸🇬 singapore // [1F1F8 1F1EC] SG
  1342. 🇸🇭 saint helena // [1F1F8 1F1ED] SH
  1343. 🇸🇮 slovenia // [1F1F8 1F1EE] SI
  1344. 🇸🇯 svalbard and jan mayen // [1F1F8 1F1EF] SJ
  1345. 🇸🇰 slovakia // [1F1F8 1F1F0] SK
  1346. 🇸🇱 sierra leone // [1F1F8 1F1F1] SL
  1347. 🇸🇲 san marino // [1F1F8 1F1F2] SM
  1348. 🇸🇳 senegal // [1F1F8 1F1F3] SN
  1349. 🇸🇴 somalia // [1F1F8 1F1F4] SO
  1350. 🇸🇷 suriname // [1F1F8 1F1F7] SR
  1351. 🇸🇸 south sudan // [1F1F8 1F1F8] SS
  1352. 🇸🇹 são tomé and príncipe // [1F1F8 1F1F9] ST
  1353. 🇸🇻 el salvador // [1F1F8 1F1FB] SV
  1354. 🇸🇽 sint maarten // [1F1F8 1F1FD] SX
  1355. 🇸🇾 syria // [1F1F8 1F1FE] SY
  1356. 🇸🇿 swaziland // [1F1F8 1F1FF] SZ
  1357. 🇹🇦 tristan da cunha // [1F1F9 1F1E6] TA
  1358. 🇹🇨 turks and caicos islands // [1F1F9 1F1E8] TC
  1359. 🇹🇩 chad // [1F1F9 1F1E9] TD
  1360. 🇹🇫 french southern territories // [1F1F9 1F1EB] TF
  1361. 🇹🇬 togo // [1F1F9 1F1EC] TG
  1362. 🇹🇭 thailand // [1F1F9 1F1ED] TH
  1363. 🇹🇯 tajikistan // [1F1F9 1F1EF] TJ
  1364. 🇹🇰 tokelau // [1F1F9 1F1F0] TK
  1365. 🇹🇱 timor leste // [1F1F9 1F1F1] TL
  1366. 🇹🇲 turkmenistan // [1F1F9 1F1F2] TM
  1367. 🇹🇳 tunisia // [1F1F9 1F1F3] TN
  1368. 🇹🇴 tonga // [1F1F9 1F1F4] TO
  1369. 🇹🇷 turkey // [1F1F9 1F1F7] TR
  1370. 🇹🇹 trinidad and tobago // [1F1F9 1F1F9] TT
  1371. 🇹🇻 tuvalu // [1F1F9 1F1FB] TV
  1372. 🇹🇼 taiwan // [1F1F9 1F1FC] TW
  1373. 🇹🇿 tanzania // [1F1F9 1F1FF] TZ
  1374. 🇺🇦 ukraine // [1F1FA 1F1E6] UA
  1375. 🇺🇬 uganda // [1F1FA 1F1EC] UG
  1376. 🇺🇲 u s outlying islands // [1F1FA 1F1F2] UM
  1377. 🇺🇳 united nations // [1F1FA 1F1F3] UN
  1378. 🇺🇸 united states // [1F1FA 1F1F8] US
  1379. 🇺🇾 uruguay // [1F1FA 1F1FE] UY
  1380. 🇺🇿 uzbekistan // [1F1FA 1F1FF] UZ
  1381. 🇻🇦 vatican city // [1F1FB 1F1E6] VA
  1382. 🇻🇨 saint vincent and grenadines // [1F1FB 1F1E8] VC
  1383. 🇻🇪 venezuela // [1F1FB 1F1EA] VE
  1384. 🇻🇬 british virgin islands // [1F1FB 1F1EC] VG
  1385. 🇻🇮 u s virgin islands // [1F1FB 1F1EE] VI
  1386. 🇻🇳 vietnam // [1F1FB 1F1F3] VN
  1387. 🇻🇺 vanuatu // [1F1FB 1F1FA] VU
  1388. 🇼🇫 wallis and futuna // [1F1FC 1F1EB] WF
  1389. 🇼🇸 samoa // [1F1FC 1F1F8] WS
  1390. 🇽🇰 kosovo // [1F1FD 1F1F0] XK
  1391. 🇾🇪 yemen // [1F1FE 1F1EA] YE
  1392. 🇾🇹 mayotte // [1F1FE 1F1F9] YT
  1393. 🇿🇦 south africa // [1F1FF 1F1E6] ZA
  1394. 🇿🇲 zambia // [1F1FF 1F1F2] ZM
  1395. 🇿🇼 zimbabwe // [1F1FF 1F1FC] ZW
  1396. // References:
  1397. // [UCD] Unicode Character Database 9.0.0 [http://www.unicode.org/Public/9.0.0/ucd/]
  1398. // [Emoji] Unicode Emoji 4.0 [http://www.unicode.org/Public/emoji/4.0/]
  1399. // [CLDR] Unicode Common Locale Data Repository 30.0.3 [http://cldr.unicode.org/index/downloads/cldr-30]
  1400. //
  1401. // Sources:
  1402. // 1. emoji-test.txt (Emoji)
  1403. // 2. common/annotations/en.xml (CLDR)