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 53KB

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