org_rust_parser/object/
emoji.rs

1use phf::phf_map;
2
3use crate::constants::COLON;
4use crate::node_pool::NodeID;
5use crate::types::Parseable;
6use crate::types::{Cursor, MatchError, ParseOpts, Parser, Result};
7
8// Derived from https://cdn.jsdelivr.net/npm/emojibase-data@7.0.1/en/shortcodes/
9static EMOJI_MAP: phf::Map<&'static str, char> = phf_map! {
10"interrobang" => '⁉',
11"tm" => '™',
12"information_source" => 'ℹ',
13"left_right_arrow" => '↔',
14"arrow_up_down" => '↕',
15"arrow_upper_left" => '↖',
16"arrow_upper_right" => '↗',
17"arrow_lower_right" => '↘',
18"arrow_lower_left" => '↙',
19"keyboard" => '⌨',
20"sunny" => '☀',
21"cloud" => '☁',
22"open_umbrella" => '☂',
23"snowman_with_snow" => '☃',
24"comet" => '☄',
25"ballot_box_with_check" => '☑',
26"umbrella" => '☔',
27"coffee" => '☕',
28"shamrock" => '☘',
29"skull_and_crossbones" => '☠',
30"radioactive" => '☢',
31"biohazard" => '☣',
32"orthodox_cross" => '☦',
33"wheel_of_dharma" => '☸',
34"frowning_face" => '☹',
35"female_sign" => '♀',
36"male_sign" => '♂',
37"aries" => '♈',
38"taurus" => '♉',
39"sagittarius" => '♐',
40"capricorn" => '♑',
41"aquarius" => '♒',
42"pisces" => '♓',
43"spades" => '♠',
44"clubs" => '♣',
45"hearts" => '♥',
46"diamonds" => '♦',
47"hotsprings" => '♨',
48"hammer_and_pick" => '⚒',
49"anchor" => '⚓',
50"crossed_swords" => '⚔',
51"medical_symbol" => '⚕',
52"balance_scale" => '⚖',
53"alembic" => '⚗',
54"gear" => '⚙',
55"scissors" => '✂',
56"white_check_mark" => '✅',
57"airplane" => '✈',
58"envelope" => '✉',
59"black_nib" => '✒',
60"heavy_check_mark" => '✔',
61"heavy_multiplication_x" => '✖',
62"star_of_david" => '✡',
63"sparkles" => '✨',
64"eight_spoked_asterisk" => '✳',
65"eight_pointed_black_star" => '✴',
66"snowflake" => '❄',
67"sparkle" => '❇',
68"question" => '❓',
69"grey_question" => '❔',
70"grey_exclamation" => '❕',
71"exclamation" => '❗',
72"heavy_exclamation_mark" => '❗',
73"heavy_heart_exclamation" => '❣',
74"heart" => '❤',
75"heavy_plus_sign" => '➕',
76"heavy_minus_sign" => '➖',
77"heavy_division_sign" => '➗',
78"arrow_heading_up" => '⤴',
79"arrow_heading_down" => '⤵',
80"wavy_dash" => '〰',
81"congratulations" => '㊗',
82"secret" => '㊙',
83"100" => '💯',
84"1234" => '🔢',
85"+1" => '👍',
86"thumbsup" => '👍',
87"-1" => '👎',
88"thumbsdown" => '👎',
89"1st_place_medal" => '🥇',
90"2nd_place_medal" => '🥈',
91"3rd_place_medal" => '🥉',
92"8ball" => '🎱',
93"a" => '🅰',
94"ab" => '🆎',
95"abacus" => '🧮',
96"abc" => '🔤',
97"abcd" => '🔡',
98"accept" => '🉑',
99"accordion" => '🪗',
100"adhesive_bandage" => '🩹',
101"adult" => '🧑',
102"aerial_tramway" => '🚡',
103"afghanistan" => '🇦',
104"aland_islands" => '🇦',
105"alarm_clock" => '⏰',
106"albania" => '🇦',
107"algeria" => '🇩',
108"alien" => '👽',
109"ambulance" => '🚑',
110"american_samoa" => '🇦',
111"amphora" => '🏺',
112"anatomical_heart" => '🫀',
113"andorra" => '🇦',
114"angel" => '👼',
115"anger" => '💢',
116"angola" => '🇦',
117"angry" => '😠',
118"anguilla" => '🇦',
119"anguished" => '😧',
120"ant" => '🐜',
121"antarctica" => '🇦',
122"antigua_barbuda" => '🇦',
123"apple" => '🍎',
124"argentina" => '🇦',
125"armenia" => '🇦',
126"arrow_backward" => '◀',
127"arrow_double_down" => '⏬',
128"arrow_double_up" => '⏫',
129"arrow_down" => '⬇',
130"arrow_down_small" => '🔽',
131"arrow_forward" => '▶',
132"arrow_left" => '⬅',
133"arrow_right" => '➡',
134"arrow_right_hook" => '↪',
135"arrow_up" => '⬆',
136"arrow_up_small" => '🔼',
137"arrows_clockwise" => '🔃',
138"arrows_counterclockwise" => '🔄',
139"art" => '🎨',
140"articulated_lorry" => '🚛',
141"artificial_satellite" => '🛰',
142"artist" => '🧑',
143"aruba" => '🇦',
144"ascension_island" => '🇦',
145"asterisk" => '*',
146"astonished" => '😲',
147"astronaut" => '🧑',
148"athletic_shoe" => '👟',
149"atm" => '🏧',
150"atom_symbol" => '⚛',
151"australia" => '🇦',
152"austria" => '🇦',
153"auto_rickshaw" => '🛺',
154"avocado" => '🥑',
155"axe" => '🪓',
156"azerbaijan" => '🇦',
157"b" => '🅱',
158"baby" => '👶',
159"baby_bottle" => '🍼',
160"baby_chick" => '🐤',
161"baby_symbol" => '🚼',
162"back" => '🔙',
163"bacon" => '🥓',
164"badger" => '🦡',
165"badminton" => '🏸',
166"bagel" => '🥯',
167"baggage_claim" => '🛄',
168"baguette_bread" => '🥖',
169"bahamas" => '🇧',
170"bahrain" => '🇧',
171"bald_man" => '👨',
172"bald_woman" => '👩',
173"ballet_shoes" => '🩰',
174"balloon" => '🎈',
175"ballot_box" => '🗳',
176"bamboo" => '🎍',
177"banana" => '🍌',
178"bangbang" => '‼',
179"bangladesh" => '🇧',
180"banjo" => '🪕',
181"bank" => '🏦',
182"bar_chart" => '📊',
183"barbados" => '🇧',
184"barber" => '💈',
185"baseball" => '⚾',
186"basket" => '🧺',
187"basketball" => '🏀',
188"basketball_man" => '⛹',
189"bouncing_ball_man" => '⛹',
190"basketball_woman" => '⛹',
191"bouncing_ball_woman" => '⛹',
192"bat" => '🦇',
193"bath" => '🛀',
194"bathtub" => '🛁',
195"battery" => '🔋',
196"beach_umbrella" => '🏖',
197"bear" => '🐻',
198"bearded_person" => '🧔',
199"beaver" => '🦫',
200"bed" => '🛏',
201"bee" => '🐝',
202"honeybee" => '🐝',
203"beer" => '🍺',
204"beers" => '🍻',
205"beetle" => '🪲',
206"beginner" => '🔰',
207"belarus" => '🇧',
208"belgium" => '🇧',
209"belize" => '🇧',
210"bell" => '🔔',
211"bell_pepper" => '🫑',
212"bellhop_bell" => '🛎',
213"benin" => '🇧',
214"bento" => '🍱',
215"bermuda" => '🇧',
216"beverage_box" => '🧃',
217"bhutan" => '🇧',
218"bicyclist" => '🚴',
219"bike" => '🚲',
220"biking_man" => '🚴',
221"biking_woman" => '🚴',
222"bikini" => '👙',
223"billed_cap" => '🧢',
224"bird" => '🐦',
225"birthday" => '🎂',
226"bison" => '🦬',
227"black_cat" => '🐈',
228"black_circle" => '⚫',
229"black_flag" => '🏴',
230"black_heart" => '🖤',
231"black_joker" => '🃏',
232"black_large_square" => '⬛',
233"black_medium_small_square" => '◾',
234"black_medium_square" => '◼',
235"black_small_square" => '▪',
236"black_square_button" => '🔲',
237"blond_haired_man" => '👱',
238"blond_haired_person" => '👱',
239"blond_haired_woman" => '👱',
240"blonde_woman" => '👱',
241"blossom" => '🌼',
242"blowfish" => '🐡',
243"blue_book" => '📘',
244"blue_car" => '🚙',
245"blue_heart" => '💙',
246"blue_square" => '🟦',
247"blueberries" => '🫐',
248"blush" => '😊',
249"boar" => '🐗',
250"boat" => '⛵',
251"sailboat" => '⛵',
252"bolivia" => '🇧',
253"bomb" => '💣',
254"bone" => '🦴',
255"book" => '📖',
256"open_book" => '📖',
257"bookmark" => '🔖',
258"bookmark_tabs" => '📑',
259"books" => '📚',
260"boom" => '💥',
261"collision" => '💥',
262"boomerang" => '🪃',
263"boot" => '👢',
264"bosnia_herzegovina" => '🇧',
265"botswana" => '🇧',
266"bouncing_ball_person" => '⛹',
267"bouquet" => '💐',
268"bouvet_island" => '🇧',
269"bow" => '🙇',
270"bow_and_arrow" => '🏹',
271"bowing_man" => '🙇',
272"bowing_woman" => '🙇',
273"bowl_with_spoon" => '🥣',
274"bowling" => '🎳',
275"boxing_glove" => '🥊',
276"boy" => '👦',
277"brain" => '🧠',
278"brazil" => '🇧',
279"bread" => '🍞',
280"breast_feeding" => '🤱',
281"bricks" => '🧱',
282"bride_with_veil" => '👰',
283"woman_with_veil" => '👰',
284"bridge_at_night" => '🌉',
285"briefcase" => '💼',
286"british_indian_ocean_territory" => '🇮',
287"british_virgin_islands" => '🇻',
288"broccoli" => '🥦',
289"broken_heart" => '💔',
290"broom" => '🧹',
291"brown_circle" => '🟤',
292"brown_heart" => '🤎',
293"brown_square" => '🟫',
294"brunei" => '🇧',
295"bubble_tea" => '🧋',
296"bucket" => '🪣',
297"bug" => '🐛',
298"building_construction" => '🏗',
299"bulb" => '💡',
300"bulgaria" => '🇧',
301"bullettrain_front" => '🚅',
302"bullettrain_side" => '🚄',
303"burkina_faso" => '🇧',
304"burrito" => '🌯',
305"burundi" => '🇧',
306"bus" => '🚌',
307"business_suit_levitating" => '🕴',
308"busstop" => '🚏',
309"bust_in_silhouette" => '👤',
310"busts_in_silhouette" => '👥',
311"butter" => '🧈',
312"butterfly" => '🦋',
313"cactus" => '🌵',
314"cake" => '🍰',
315"calendar" => '📆',
316"call_me_hand" => '🤙',
317"calling" => '📲',
318"cambodia" => '🇰',
319"camel" => '🐫',
320"camera" => '📷',
321"camera_flash" => '📸',
322"cameroon" => '🇨',
323"camping" => '🏕',
324"canada" => '🇨',
325"canary_islands" => '🇮',
326"cancer" => '♋',
327"candle" => '🕯',
328"candy" => '🍬',
329"canned_food" => '🥫',
330"canoe" => '🛶',
331"cape_verde" => '🇨',
332"capital_abcd" => '🔠',
333"car" => '🚗',
334"red_car" => '🚗',
335"card_file_box" => '🗃',
336"card_index" => '📇',
337"card_index_dividers" => '🗂',
338"caribbean_netherlands" => '🇧',
339"carousel_horse" => '🎠',
340"carpentry_saw" => '🪚',
341"carrot" => '🥕',
342"cartwheeling" => '🤸',
343"cat" => '🐱',
344"cat2" => '🐈',
345"cayman_islands" => '🇰',
346"cd" => '💿',
347"central_african_republic" => '🇨',
348"ceuta_melilla" => '🇪',
349"chad" => '🇹',
350"chains" => '⛓',
351"chair" => '🪑',
352"champagne" => '🍾',
353"chart" => '💹',
354"chart_with_downwards_trend" => '📉',
355"chart_with_upwards_trend" => '📈',
356"checkered_flag" => '🏁',
357"cheese" => '🧀',
358"cherries" => '🍒',
359"cherry_blossom" => '🌸',
360"chess_pawn" => '♟',
361"chestnut" => '🌰',
362"chicken" => '🐔',
363"child" => '🧒',
364"children_crossing" => '🚸',
365"chile" => '🇨',
366"chipmunk" => '🐿',
367"chocolate_bar" => '🍫',
368"chopsticks" => '🥢',
369"christmas_island" => '🇨',
370"christmas_tree" => '🎄',
371"church" => '⛪',
372"cinema" => '🎦',
373"circus_tent" => '🎪',
374"city_sunrise" => '🌇',
375"city_sunset" => '🌆',
376"cityscape" => '🏙',
377"cl" => '🆑',
378"clamp" => '🗜',
379"clap" => '👏',
380"clapper" => '🎬',
381"classical_building" => '🏛',
382"climbing" => '🧗',
383"climbing_man" => '🧗',
384"climbing_woman" => '🧗',
385"clinking_glasses" => '🥂',
386"clipboard" => '📋',
387"clipperton_island" => '🇨',
388"clock1" => '🕐',
389"clock10" => '🕙',
390"clock1030" => '🕥',
391"clock11" => '🕚',
392"clock1130" => '🕦',
393"clock12" => '🕛',
394"clock1230" => '🕧',
395"clock130" => '🕜',
396"clock2" => '🕑',
397"clock230" => '🕝',
398"clock3" => '🕒',
399"clock330" => '🕞',
400"clock4" => '🕓',
401"clock430" => '🕟',
402"clock5" => '🕔',
403"clock530" => '🕠',
404"clock6" => '🕕',
405"clock630" => '🕡',
406"clock7" => '🕖',
407"clock730" => '🕢',
408"clock8" => '🕗',
409"clock830" => '🕣',
410"clock9" => '🕘',
411"clock930" => '🕤',
412"closed_book" => '📕',
413"closed_lock_with_key" => '🔐',
414"closed_umbrella" => '🌂',
415"cloud_with_lightning" => '🌩',
416"cloud_with_lightning_and_rain" => '⛈',
417"cloud_with_rain" => '🌧',
418"cloud_with_snow" => '🌨',
419"clown_face" => '🤡',
420"cn" => '🇨',
421"coat" => '🧥',
422"cockroach" => '🪳',
423"cocktail" => '🍸',
424"coconut" => '🥥',
425"cocos_islands" => '🇨',
426"coffin" => '⚰',
427"coin" => '🪙',
428"cold_face" => '🥶',
429"cold_sweat" => '😰',
430"colombia" => '🇨',
431"comoros" => '🇰',
432"compass" => '🧭',
433"computer" => '💻',
434"computer_mouse" => '🖱',
435"confetti_ball" => '🎊',
436"confounded" => '😖',
437"confused" => '😕',
438"congo_brazzaville" => '🇨',
439"congo_kinshasa" => '🇨',
440"construction" => '🚧',
441"construction_worker" => '👷',
442"construction_worker_man" => '👷',
443"construction_worker_woman" => '👷',
444"control_knobs" => '🎛',
445"convenience_store" => '🏪',
446"cook" => '🧑',
447"cook_islands" => '🇨',
448"cookie" => '🍪',
449"cool" => '🆒',
450"cop" => '👮',
451"police_officer" => '👮',
452"copyright" => '©',
453"corn" => '🌽',
454"costa_rica" => '🇨',
455"cote_divoire" => '🇨',
456"couch_and_lamp" => '🛋',
457"couple" => '👫',
458"couple_with_heart" => '💑',
459"couple_with_heart_man_man" => '👨',
460"couple_with_heart_woman_man" => '👩',
461"couple_with_heart_woman_woman" => '👩',
462"couplekiss" => '💏',
463"couplekiss_man_man" => '👨',
464"couplekiss_man_woman" => '👩',
465"couplekiss_woman_woman" => '👩',
466"cow" => '🐮',
467"cow2" => '🐄',
468"cowboy_hat_face" => '🤠',
469"crab" => '🦀',
470"crayon" => '🖍',
471"credit_card" => '💳',
472"crescent_moon" => '🌙',
473"cricket" => '🦗',
474"cricket_game" => '🏏',
475"croatia" => '🇭',
476"crocodile" => '🐊',
477"croissant" => '🥐',
478"crossed_fingers" => '🤞',
479"crossed_flags" => '🎌',
480"crown" => '👑',
481"cry" => '😢',
482"crying_cat_face" => '😿',
483"crystal_ball" => '🔮',
484"cuba" => '🇨',
485"cucumber" => '🥒',
486"cup_with_straw" => '🥤',
487"cupcake" => '🧁',
488"cupid" => '💘',
489"curacao" => '🇨',
490"curling_stone" => '🥌',
491"curly_haired_man" => '👨',
492"curly_haired_woman" => '👩',
493"curly_loop" => '➰',
494"currency_exchange" => '💱',
495"curry" => '🍛',
496"cursing_face" => '🤬',
497"custard" => '🍮',
498"customs" => '🛃',
499"cut_of_meat" => '🥩',
500"cyclone" => '🌀',
501"cyprus" => '🇨',
502"czech_republic" => '🇨',
503"dagger" => '🗡',
504"dancer" => '💃',
505"woman_dancing" => '💃',
506"dancers" => '👯',
507"dancing_men" => '👯',
508"dancing_women" => '👯',
509"dango" => '🍡',
510"dark_sunglasses" => '🕶',
511"dart" => '🎯',
512"dash" => '💨',
513"date" => '📅',
514"de" => '🇩',
515"deaf_man" => '🧏',
516"deaf_person" => '🧏',
517"deaf_woman" => '🧏',
518"deciduous_tree" => '🌳',
519"deer" => '🦌',
520"denmark" => '🇩',
521"department_store" => '🏬',
522"derelict_house" => '🏚',
523"desert" => '🏜',
524"desert_island" => '🏝',
525"desktop_computer" => '🖥',
526"detective" => '🕵',
527"diamond_shape_with_a_dot_inside" => '💠',
528"diego_garcia" => '🇩',
529"disappointed" => '😞',
530"disappointed_relieved" => '😥',
531"disguised_face" => '🥸',
532"diving_mask" => '🤿',
533"diya_lamp" => '🪔',
534"dizzy" => '💫',
535"dizzy_face" => '😵',
536"djibouti" => '🇩',
537"dna" => '🧬',
538"do_not_litter" => '🚯',
539"dodo" => '🦤',
540"dog" => '🐶',
541"dog2" => '🐕',
542"dollar" => '💵',
543"dolls" => '🎎',
544"dolphin" => '🐬',
545"flipper" => '🐬',
546"dominica" => '🇩',
547"dominican_republic" => '🇩',
548"door" => '🚪',
549"doughnut" => '🍩',
550"dove" => '🕊',
551"dragon" => '🐉',
552"dragon_face" => '🐲',
553"dress" => '👗',
554"dromedary_camel" => '🐪',
555"drooling_face" => '🤤',
556"drop_of_blood" => '🩸',
557"droplet" => '💧',
558"drum" => '🥁',
559"duck" => '🦆',
560"dumpling" => '🥟',
561"dvd" => '📀',
562"e-mail" => '📧',
563"email" => '📧',
564"eagle" => '🦅',
565"ear" => '👂',
566"ear_of_rice" => '🌾',
567"ear_with_hearing_aid" => '🦻',
568"earth_africa" => '🌍',
569"earth_americas" => '🌎',
570"earth_asia" => '🌏',
571"ecuador" => '🇪',
572"egg" => '🥚',
573"eggplant" => '🍆',
574"egypt" => '🇪',
575"eight" => '8',
576"eject_button" => '⏏',
577"el_salvador" => '🇸',
578"electric_plug" => '🔌',
579"elephant" => '🐘',
580"elevator" => '🛗',
581"elf" => '🧝',
582"elf_man" => '🧝',
583"elf_woman" => '🧝',
584"end" => '🔚',
585"england" => '🏴',
586"envelope_with_arrow" => '📩',
587"equatorial_guinea" => '🇬',
588"eritrea" => '🇪',
589"es" => '🇪',
590"estonia" => '🇪',
591"ethiopia" => '🇪',
592"eu" => '🇪',
593"european_union" => '🇪',
594"euro" => '💶',
595"european_castle" => '🏰',
596"european_post_office" => '🏤',
597"evergreen_tree" => '🌲',
598"exploding_head" => '🤯',
599"expressionless" => '😑',
600"eye" => '👁',
601"eye_speech_bubble" => '👁',
602"eyeglasses" => '👓',
603"eyes" => '👀',
604"face_exhaling" => '😮',
605"face_in_clouds" => '😶',
606"face_with_head_bandage" => '🤕',
607"face_with_spiral_eyes" => '😵',
608"face_with_thermometer" => '🤒',
609"facepalm" => '🤦',
610"facepunch" => '👊',
611"fist_oncoming" => '👊',
612"punch" => '👊',
613"factory" => '🏭',
614"factory_worker" => '🧑',
615"fairy" => '🧚',
616"fairy_man" => '🧚',
617"fairy_woman" => '🧚',
618"falafel" => '🧆',
619"falkland_islands" => '🇫',
620"fallen_leaf" => '🍂',
621"family" => '👪',
622"family_man_boy" => '👨',
623"family_man_boy_boy" => '👨',
624"family_man_girl" => '👨',
625"family_man_girl_boy" => '👨',
626"family_man_girl_girl" => '👨',
627"family_man_man_boy" => '👨',
628"family_man_man_boy_boy" => '👨',
629"family_man_man_girl" => '👨',
630"family_man_man_girl_boy" => '👨',
631"family_man_man_girl_girl" => '👨',
632"family_man_woman_boy" => '👨',
633"family_man_woman_boy_boy" => '👨',
634"family_man_woman_girl" => '👨',
635"family_man_woman_girl_boy" => '👨',
636"family_man_woman_girl_girl" => '👨',
637"family_woman_boy" => '👩',
638"family_woman_boy_boy" => '👩',
639"family_woman_girl" => '👩',
640"family_woman_girl_boy" => '👩',
641"family_woman_girl_girl" => '👩',
642"family_woman_woman_boy" => '👩',
643"family_woman_woman_boy_boy" => '👩',
644"family_woman_woman_girl" => '👩',
645"family_woman_woman_girl_boy" => '👩',
646"family_woman_woman_girl_girl" => '👩',
647"farmer" => '🧑',
648"faroe_islands" => '🇫',
649"fast_forward" => '⏩',
650"fax" => '📠',
651"fearful" => '😨',
652"feather" => '🪶',
653"feet" => '🐾',
654"paw_prints" => '🐾',
655"female_detective" => '🕵',
656"ferris_wheel" => '🎡',
657"ferry" => '⛴',
658"field_hockey" => '🏑',
659"fiji" => '🇫',
660"file_cabinet" => '🗄',
661"file_folder" => '📁',
662"film_projector" => '📽',
663"film_strip" => '🎞',
664"finland" => '🇫',
665"fire" => '🔥',
666"fire_engine" => '🚒',
667"fire_extinguisher" => '🧯',
668"firecracker" => '🧨',
669"firefighter" => '🧑',
670"fireworks" => '🎆',
671"first_quarter_moon" => '🌓',
672"first_quarter_moon_with_face" => '🌛',
673"fish" => '🐟',
674"fish_cake" => '🍥',
675"fishing_pole_and_fish" => '🎣',
676"fist" => '✊',
677"fist_raised" => '✊',
678"fist_left" => '🤛',
679"fist_right" => '🤜',
680"five" => '5',
681"flags" => '🎏',
682"flamingo" => '🦩',
683"flashlight" => '🔦',
684"flat_shoe" => '🥿',
685"flatbread" => '🫓',
686"fleur_de_lis" => '⚜',
687"flight_arrival" => '🛬',
688"flight_departure" => '🛫',
689"floppy_disk" => '💾',
690"flower_playing_cards" => '🎴',
691"flushed" => '😳',
692"fly" => '🪰',
693"flying_disc" => '🥏',
694"flying_saucer" => '🛸',
695"fog" => '🌫',
696"foggy" => '🌁',
697"fondue" => '🫕',
698"foot" => '🦶',
699"football" => '🏈',
700"footprints" => '👣',
701"fork_and_knife" => '🍴',
702"fortune_cookie" => '🥠',
703"fountain" => '⛲',
704"fountain_pen" => '🖋',
705"four" => '4',
706"four_leaf_clover" => '🍀',
707"fox_face" => '🦊',
708"fr" => '🇫',
709"framed_picture" => '🖼',
710"free" => '🆓',
711"french_guiana" => '🇬',
712"french_polynesia" => '🇵',
713"french_southern_territories" => '🇹',
714"fried_egg" => '🍳',
715"fried_shrimp" => '🍤',
716"fries" => '🍟',
717"frog" => '🐸',
718"frowning" => '😦',
719"frowning_man" => '🙍',
720"frowning_person" => '🙍',
721"frowning_woman" => '🙍',
722"fu" => '🖕',
723"middle_finger" => '🖕',
724"fuelpump" => '⛽',
725"full_moon" => '🌕',
726"full_moon_with_face" => '🌝',
727"funeral_urn" => '⚱',
728"gabon" => '🇬',
729"gambia" => '🇬',
730"game_die" => '🎲',
731"garlic" => '🧄',
732"gb" => '🇬',
733"uk" => '🇬',
734"gem" => '💎',
735"gemini" => '♊',
736"genie" => '🧞',
737"genie_man" => '🧞',
738"genie_woman" => '🧞',
739"georgia" => '🇬',
740"ghana" => '🇬',
741"ghost" => '👻',
742"gibraltar" => '🇬',
743"gift" => '🎁',
744"gift_heart" => '💝',
745"giraffe" => '🦒',
746"girl" => '👧',
747"globe_with_meridians" => '🌐',
748"gloves" => '🧤',
749"goal_net" => '🥅',
750"goat" => '🐐',
751"goggles" => '🥽',
752"golf" => '⛳',
753"golfing" => '🏌',
754"golfing_man" => '🏌',
755"golfing_woman" => '🏌',
756"gorilla" => '🦍',
757"grapes" => '🍇',
758"greece" => '🇬',
759"green_apple" => '🍏',
760"green_book" => '📗',
761"green_circle" => '🟢',
762"green_heart" => '💚',
763"green_salad" => '🥗',
764"green_square" => '🟩',
765"greenland" => '🇬',
766"grenada" => '🇬',
767"grimacing" => '😬',
768"grin" => '😁',
769"grinning" => '😀',
770"guadeloupe" => '🇬',
771"guam" => '🇬',
772"guard" => '💂',
773"guardsman" => '💂',
774"guardswoman" => '💂',
775"guatemala" => '🇬',
776"guernsey" => '🇬',
777"guide_dog" => '🦮',
778"guinea" => '🇬',
779"guinea_bissau" => '🇬',
780"guitar" => '🎸',
781"gun" => '🔫',
782"guyana" => '🇬',
783"haircut" => '💇',
784"haircut_man" => '💇',
785"haircut_woman" => '💇',
786"haiti" => '🇭',
787"hamburger" => '🍔',
788"hammer" => '🔨',
789"hammer_and_wrench" => '🛠',
790"hamster" => '🐹',
791"hand" => '✋',
792"raised_hand" => '✋',
793"hand_over_mouth" => '🤭',
794"handbag" => '👜',
795"handball_person" => '🤾',
796"handshake" => '🤝',
797"hankey" => '💩',
798"poop" => '💩',
799"shit" => '💩',
800"hash" => '#',
801"hatched_chick" => '🐥',
802"hatching_chick" => '🐣',
803"headphones" => '🎧',
804"headstone" => '🪦',
805"health_worker" => '🧑',
806"hear_no_evil" => '🙉',
807"heard_mcdonald_islands" => '🇭',
808"heart_decoration" => '💟',
809"heart_eyes" => '😍',
810"heart_eyes_cat" => '😻',
811"heart_on_fire" => '❤',
812"heartbeat" => '💓',
813"heartpulse" => '💗',
814"heavy_dollar_sign" => '💲',
815"hedgehog" => '🦔',
816"helicopter" => '🚁',
817"herb" => '🌿',
818"hibiscus" => '🌺',
819"high_brightness" => '🔆',
820"high_heel" => '👠',
821"hiking_boot" => '🥾',
822"hindu_temple" => '🛕',
823"hippopotamus" => '🦛',
824"hocho" => '🔪',
825"knife" => '🔪',
826"hole" => '🕳',
827"honduras" => '🇭',
828"honey_pot" => '🍯',
829"hong_kong" => '🇭',
830"hook" => '🪝',
831"horse" => '🐴',
832"horse_racing" => '🏇',
833"hospital" => '🏥',
834"hot_face" => '🥵',
835"hot_pepper" => '🌶',
836"hotdog" => '🌭',
837"hotel" => '🏨',
838"hourglass" => '⌛',
839"hourglass_flowing_sand" => '⏳',
840"house" => '🏠',
841"house_with_garden" => '🏡',
842"houses" => '🏘',
843"hugs" => '🤗',
844"hungary" => '🇭',
845"hushed" => '😯',
846"hut" => '🛖',
847"ice_cream" => '🍨',
848"ice_cube" => '🧊',
849"ice_hockey" => '🏒',
850"ice_skate" => '⛸',
851"icecream" => '🍦',
852"iceland" => '🇮',
853"id" => '🆔',
854"ideograph_advantage" => '🉐',
855"imp" => '👿',
856"inbox_tray" => '📥',
857"incoming_envelope" => '📨',
858"india" => '🇮',
859"indonesia" => '🇮',
860"infinity" => '♾',
861"information_desk_person" => '💁',
862"tipping_hand_person" => '💁',
863"innocent" => '😇',
864"iphone" => '📱',
865"iran" => '🇮',
866"iraq" => '🇮',
867"ireland" => '🇮',
868"isle_of_man" => '🇮',
869"israel" => '🇮',
870"it" => '🇮',
871"izakaya_lantern" => '🏮',
872"lantern" => '🏮',
873"jack_o_lantern" => '🎃',
874"jamaica" => '🇯',
875"japan" => '🗾',
876"japanese_castle" => '🏯',
877"japanese_goblin" => '👺',
878"japanese_ogre" => '👹',
879"jeans" => '👖',
880"jersey" => '🇯',
881"jigsaw" => '🧩',
882"jordan" => '🇯',
883"joy" => '😂',
884"joy_cat" => '😹',
885"joystick" => '🕹',
886"jp" => '🇯',
887"judge" => '🧑',
888"juggling_person" => '🤹',
889"kaaba" => '🕋',
890"kangaroo" => '🦘',
891"kazakhstan" => '🇰',
892"kenya" => '🇰',
893"key" => '🔑',
894"keycap_ten" => '🔟',
895"kick_scooter" => '🛴',
896"kimono" => '👘',
897"kiribati" => '🇰',
898"kiss" => '💋',
899"kissing" => '😗',
900"kissing_cat" => '😽',
901"kissing_closed_eyes" => '😚',
902"kissing_heart" => '😘',
903"kissing_smiling_eyes" => '😙',
904"kite" => '🪁',
905"kiwi_fruit" => '🥝',
906"kneeling_man" => '🧎',
907"kneeling_person" => '🧎',
908"kneeling_woman" => '🧎',
909"knot" => '🪢',
910"koala" => '🐨',
911"koko" => '🈁',
912"kosovo" => '🇽',
913"kr" => '🇰',
914"kuwait" => '🇰',
915"kyrgyzstan" => '🇰',
916"lab_coat" => '🥼',
917"label" => '🏷',
918"lacrosse" => '🥍',
919"ladder" => '🪜',
920"lady_beetle" => '🐞',
921"laos" => '🇱',
922"large_blue_circle" => '🔵',
923"large_blue_diamond" => '🔷',
924"large_orange_diamond" => '🔶',
925"last_quarter_moon" => '🌗',
926"last_quarter_moon_with_face" => '🌜',
927"latin_cross" => '✝',
928"latvia" => '🇱',
929"laughing" => '😆',
930"satisfied" => '😆',
931"leafy_green" => '🥬',
932"leaves" => '🍃',
933"lebanon" => '🇱',
934"ledger" => '📒',
935"left_luggage" => '🛅',
936"left_speech_bubble" => '🗨',
937"leftwards_arrow_with_hook" => '↩',
938"leg" => '🦵',
939"lemon" => '🍋',
940"leo" => '♌',
941"leopard" => '🐆',
942"lesotho" => '🇱',
943"level_slider" => '🎚',
944"liberia" => '🇱',
945"libra" => '♎',
946"libya" => '🇱',
947"liechtenstein" => '🇱',
948"light_rail" => '🚈',
949"link" => '🔗',
950"lion" => '🦁',
951"lips" => '👄',
952"lipstick" => '💄',
953"lithuania" => '🇱',
954"lizard" => '🦎',
955"llama" => '🦙',
956"lobster" => '🦞',
957"lock" => '🔒',
958"lock_with_ink_pen" => '🔏',
959"lollipop" => '🍭',
960"long_drum" => '🪘',
961"loop" => '➿',
962"lotion_bottle" => '🧴',
963"lotus_position" => '🧘',
964"lotus_position_man" => '🧘',
965"lotus_position_woman" => '🧘',
966"loud_sound" => '🔊',
967"loudspeaker" => '📢',
968"love_hotel" => '🏩',
969"love_letter" => '💌',
970"love_you_gesture" => '🤟',
971"low_brightness" => '🔅',
972"luggage" => '🧳',
973"lungs" => '🫁',
974"luxembourg" => '🇱',
975"lying_face" => '🤥',
976"m" => 'Ⓜ',
977"macau" => '🇲',
978"macedonia" => '🇲',
979"madagascar" => '🇲',
980"mag" => '🔍',
981"mag_right" => '🔎',
982"mage" => '🧙',
983"mage_man" => '🧙',
984"mage_woman" => '🧙',
985"magic_wand" => '🪄',
986"magnet" => '🧲',
987"mahjong" => '🀄',
988"mailbox" => '📫',
989"mailbox_closed" => '📪',
990"mailbox_with_mail" => '📬',
991"mailbox_with_no_mail" => '📭',
992"malawi" => '🇲',
993"malaysia" => '🇲',
994"maldives" => '🇲',
995"male_detective" => '🕵',
996"mali" => '🇲',
997"malta" => '🇲',
998"mammoth" => '🦣',
999"man" => '👨',
1000"man_artist" => '👨',
1001"man_astronaut" => '👨',
1002"man_beard" => '🧔',
1003"man_cartwheeling" => '🤸',
1004"man_cook" => '👨',
1005"man_dancing" => '🕺',
1006"man_facepalming" => '🤦',
1007"man_factory_worker" => '👨',
1008"man_farmer" => '👨',
1009"man_feeding_baby" => '👨',
1010"man_firefighter" => '👨',
1011"man_health_worker" => '👨',
1012"man_in_manual_wheelchair" => '👨',
1013"man_in_motorized_wheelchair" => '👨',
1014"man_in_tuxedo" => '🤵',
1015"man_judge" => '👨',
1016"man_juggling" => '🤹',
1017"man_mechanic" => '👨',
1018"man_office_worker" => '👨',
1019"man_pilot" => '👨',
1020"man_playing_handball" => '🤾',
1021"man_playing_water_polo" => '🤽',
1022"man_scientist" => '👨',
1023"man_shrugging" => '🤷',
1024"man_singer" => '👨',
1025"man_student" => '👨',
1026"man_teacher" => '👨',
1027"man_technologist" => '👨',
1028"man_with_gua_pi_mao" => '👲',
1029"man_with_probing_cane" => '👨',
1030"man_with_turban" => '👳',
1031"man_with_veil" => '👰',
1032"mandarin" => '🍊',
1033"orange" => '🍊',
1034"tangerine" => '🍊',
1035"mango" => '🥭',
1036"mans_shoe" => '👞',
1037"shoe" => '👞',
1038"mantelpiece_clock" => '🕰',
1039"manual_wheelchair" => '🦽',
1040"maple_leaf" => '🍁',
1041"marshall_islands" => '🇲',
1042"martial_arts_uniform" => '🥋',
1043"martinique" => '🇲',
1044"mask" => '😷',
1045"massage" => '💆',
1046"massage_man" => '💆',
1047"massage_woman" => '💆',
1048"mate" => '🧉',
1049"mauritania" => '🇲',
1050"mauritius" => '🇲',
1051"mayotte" => '🇾',
1052"meat_on_bone" => '🍖',
1053"mechanic" => '🧑',
1054"mechanical_arm" => '🦾',
1055"mechanical_leg" => '🦿',
1056"medal_military" => '🎖',
1057"medal_sports" => '🏅',
1058"mega" => '📣',
1059"melon" => '🍈',
1060"memo" => '📝',
1061"pencil" => '📝',
1062"men_wrestling" => '🤼',
1063"mending_heart" => '❤',
1064"menorah" => '🕎',
1065"mens" => '🚹',
1066"mermaid" => '🧜',
1067"merman" => '🧜',
1068"merperson" => '🧜',
1069"metal" => '🤘',
1070"metro" => '🚇',
1071"mexico" => '🇲',
1072"microbe" => '🦠',
1073"micronesia" => '🇫',
1074"microphone" => '🎤',
1075"microscope" => '🔬',
1076"military_helmet" => '🪖',
1077"milk_glass" => '🥛',
1078"milky_way" => '🌌',
1079"minibus" => '🚐',
1080"minidisc" => '💽',
1081"mirror" => '🪞',
1082"mobile_phone_off" => '📴',
1083"moldova" => '🇲',
1084"monaco" => '🇲',
1085"money_mouth_face" => '🤑',
1086"money_with_wings" => '💸',
1087"moneybag" => '💰',
1088"mongolia" => '🇲',
1089"monkey" => '🐒',
1090"monkey_face" => '🐵',
1091"monocle_face" => '🧐',
1092"monorail" => '🚝',
1093"montenegro" => '🇲',
1094"montserrat" => '🇲',
1095"moon" => '🌔',
1096"waxing_gibbous_moon" => '🌔',
1097"moon_cake" => '🥮',
1098"morocco" => '🇲',
1099"mortar_board" => '🎓',
1100"mosque" => '🕌',
1101"mosquito" => '🦟',
1102"motor_boat" => '🛥',
1103"motor_scooter" => '🛵',
1104"motorcycle" => '🏍',
1105"motorized_wheelchair" => '🦼',
1106"motorway" => '🛣',
1107"mount_fuji" => '🗻',
1108"mountain" => '⛰',
1109"mountain_bicyclist" => '🚵',
1110"mountain_biking_man" => '🚵',
1111"mountain_biking_woman" => '🚵',
1112"mountain_cableway" => '🚠',
1113"mountain_railway" => '🚞',
1114"mountain_snow" => '🏔',
1115"mouse" => '🐭',
1116"mouse2" => '🐁',
1117"mouse_trap" => '🪤',
1118"movie_camera" => '🎥',
1119"moyai" => '🗿',
1120"mozambique" => '🇲',
1121"mrs_claus" => '🤶',
1122"muscle" => '💪',
1123"mushroom" => '🍄',
1124"musical_keyboard" => '🎹',
1125"musical_note" => '🎵',
1126"musical_score" => '🎼',
1127"mute" => '🔇',
1128"mx_claus" => '🧑',
1129"myanmar" => '🇲',
1130"nail_care" => '💅',
1131"name_badge" => '📛',
1132"namibia" => '🇳',
1133"national_park" => '🏞',
1134"nauru" => '🇳',
1135"nauseated_face" => '🤢',
1136"nazar_amulet" => '🧿',
1137"necktie" => '👔',
1138"negative_squared_cross_mark" => '❎',
1139"nepal" => '🇳',
1140"nerd_face" => '🤓',
1141"nesting_dolls" => '🪆',
1142"netherlands" => '🇳',
1143"neutral_face" => '😐',
1144"new" => '🆕',
1145"new_caledonia" => '🇳',
1146"new_moon" => '🌑',
1147"new_moon_with_face" => '🌚',
1148"new_zealand" => '🇳',
1149"newspaper" => '📰',
1150"newspaper_roll" => '🗞',
1151"next_track_button" => '⏭',
1152"ng" => '🆖',
1153"ng_man" => '🙅',
1154"no_good_man" => '🙅',
1155"ng_woman" => '🙅',
1156"no_good_woman" => '🙅',
1157"nicaragua" => '🇳',
1158"niger" => '🇳',
1159"nigeria" => '🇳',
1160"night_with_stars" => '🌃',
1161"nine" => '9',
1162"ninja" => '🥷',
1163"niue" => '🇳',
1164"no_bell" => '🔕',
1165"no_bicycles" => '🚳',
1166"no_entry" => '⛔',
1167"no_entry_sign" => '🚫',
1168"no_good" => '🙅',
1169"no_mobile_phones" => '📵',
1170"no_mouth" => '😶',
1171"no_pedestrians" => '🚷',
1172"no_smoking" => '🚭',
1173"non-potable_water" => '🚱',
1174"norfolk_island" => '🇳',
1175"north_korea" => '🇰',
1176"northern_mariana_islands" => '🇲',
1177"norway" => '🇳',
1178"nose" => '👃',
1179"notebook" => '📓',
1180"notebook_with_decorative_cover" => '📔',
1181"notes" => '🎶',
1182"nut_and_bolt" => '🔩',
1183"o" => '⭕',
1184"o2" => '🅾',
1185"ocean" => '🌊',
1186"octopus" => '🐙',
1187"oden" => '🍢',
1188"office" => '🏢',
1189"office_worker" => '🧑',
1190"oil_drum" => '🛢',
1191"ok" => '🆗',
1192"ok_hand" => '👌',
1193"ok_man" => '🙆',
1194"ok_person" => '🙆',
1195"ok_woman" => '🙆',
1196"old_key" => '🗝',
1197"older_adult" => '🧓',
1198"older_man" => '👴',
1199"older_woman" => '👵',
1200"olive" => '🫒',
1201"om" => '🕉',
1202"oman" => '🇴',
1203"on" => '🔛',
1204"oncoming_automobile" => '🚘',
1205"oncoming_bus" => '🚍',
1206"oncoming_police_car" => '🚔',
1207"oncoming_taxi" => '🚖',
1208"one" => '1',
1209"one_piece_swimsuit" => '🩱',
1210"onion" => '🧅',
1211"open_file_folder" => '📂',
1212"open_hands" => '👐',
1213"open_mouth" => '😮',
1214"ophiuchus" => '⛎',
1215"orange_book" => '📙',
1216"orange_circle" => '🟠',
1217"orange_heart" => '🧡',
1218"orange_square" => '🟧',
1219"orangutan" => '🦧',
1220"otter" => '🦦',
1221"outbox_tray" => '📤',
1222"owl" => '🦉',
1223"ox" => '🐂',
1224"oyster" => '🦪',
1225"package" => '📦',
1226"page_facing_up" => '📄',
1227"page_with_curl" => '📃',
1228"pager" => '📟',
1229"paintbrush" => '🖌',
1230"pakistan" => '🇵',
1231"palau" => '🇵',
1232"palestinian_territories" => '🇵',
1233"palm_tree" => '🌴',
1234"palms_up_together" => '🤲',
1235"panama" => '🇵',
1236"pancakes" => '🥞',
1237"panda_face" => '🐼',
1238"paperclip" => '📎',
1239"paperclips" => '🖇',
1240"papua_new_guinea" => '🇵',
1241"parachute" => '🪂',
1242"paraguay" => '🇵',
1243"parasol_on_ground" => '⛱',
1244"parking" => '🅿',
1245"parrot" => '🦜',
1246"part_alternation_mark" => '〽',
1247"partly_sunny" => '⛅',
1248"partying_face" => '🥳',
1249"passenger_ship" => '🛳',
1250"passport_control" => '🛂',
1251"pause_button" => '⏸',
1252"peace_symbol" => '☮',
1253"peach" => '🍑',
1254"peacock" => '🦚',
1255"peanuts" => '🥜',
1256"pear" => '🍐',
1257"pen" => '🖊',
1258"pencil2" => '✏',
1259"penguin" => '🐧',
1260"pensive" => '😔',
1261"people_holding_hands" => '🧑',
1262"people_hugging" => '🫂',
1263"performing_arts" => '🎭',
1264"persevere" => '😣',
1265"person_bald" => '🧑',
1266"person_curly_hair" => '🧑',
1267"person_feeding_baby" => '🧑',
1268"person_fencing" => '🤺',
1269"person_in_manual_wheelchair" => '🧑',
1270"person_in_motorized_wheelchair" => '🧑',
1271"person_in_tuxedo" => '🤵',
1272"person_red_hair" => '🧑',
1273"person_white_hair" => '🧑',
1274"person_with_probing_cane" => '🧑',
1275"person_with_turban" => '👳',
1276"person_with_veil" => '👰',
1277"peru" => '🇵',
1278"petri_dish" => '🧫',
1279"philippines" => '🇵',
1280"phone" => '☎',
1281"telephone" => '☎',
1282"pick" => '⛏',
1283"pickup_truck" => '🛻',
1284"pie" => '🥧',
1285"pig" => '🐷',
1286"pig2" => '🐖',
1287"pig_nose" => '🐽',
1288"pill" => '💊',
1289"pilot" => '🧑',
1290"pinata" => '🪅',
1291"pinched_fingers" => '🤌',
1292"pinching_hand" => '🤏',
1293"pineapple" => '🍍',
1294"ping_pong" => '🏓',
1295"pirate_flag" => '🏴',
1296"pitcairn_islands" => '🇵',
1297"pizza" => '🍕',
1298"placard" => '🪧',
1299"place_of_worship" => '🛐',
1300"plate_with_cutlery" => '🍽',
1301"play_or_pause_button" => '⏯',
1302"pleading_face" => '🥺',
1303"plunger" => '🪠',
1304"point_down" => '👇',
1305"point_left" => '👈',
1306"point_right" => '👉',
1307"point_up" => '☝',
1308"point_up_2" => '👆',
1309"poland" => '🇵',
1310"polar_bear" => '🐻',
1311"police_car" => '🚓',
1312"policeman" => '👮',
1313"policewoman" => '👮',
1314"poodle" => '🐩',
1315"popcorn" => '🍿',
1316"portugal" => '🇵',
1317"post_office" => '🏣',
1318"postal_horn" => '📯',
1319"postbox" => '📮',
1320"potable_water" => '🚰',
1321"potato" => '🥔',
1322"potted_plant" => '🪴',
1323"pouch" => '👝',
1324"poultry_leg" => '🍗',
1325"pound" => '💷',
1326"pout" => '😡',
1327"rage" => '😡',
1328"pouting_cat" => '😾',
1329"pouting_face" => '🙎',
1330"pouting_man" => '🙎',
1331"pouting_woman" => '🙎',
1332"pray" => '🙏',
1333"prayer_beads" => '📿',
1334"pregnant_woman" => '🤰',
1335"pretzel" => '🥨',
1336"previous_track_button" => '⏮',
1337"prince" => '🤴',
1338"princess" => '👸',
1339"printer" => '🖨',
1340"probing_cane" => '🦯',
1341"puerto_rico" => '🇵',
1342"purple_circle" => '🟣',
1343"purple_heart" => '💜',
1344"purple_square" => '🟪',
1345"purse" => '👛',
1346"pushpin" => '📌',
1347"put_litter_in_its_place" => '🚮',
1348"qatar" => '🇶',
1349"rabbit" => '🐰',
1350"rabbit2" => '🐇',
1351"raccoon" => '🦝',
1352"racehorse" => '🐎',
1353"racing_car" => '🏎',
1354"radio" => '📻',
1355"radio_button" => '🔘',
1356"railway_car" => '🚃',
1357"railway_track" => '🛤',
1358"rainbow" => '🌈',
1359"rainbow_flag" => '🏳',
1360"raised_back_of_hand" => '🤚',
1361"raised_eyebrow" => '🤨',
1362"raised_hand_with_fingers_splayed" => '🖐',
1363"raised_hands" => '🙌',
1364"raising_hand" => '🙋',
1365"raising_hand_man" => '🙋',
1366"raising_hand_woman" => '🙋',
1367"ram" => '🐏',
1368"ramen" => '🍜',
1369"rat" => '🐀',
1370"razor" => '🪒',
1371"receipt" => '🧾',
1372"record_button" => '⏺',
1373"recycle" => '♻',
1374"red_circle" => '🔴',
1375"red_envelope" => '🧧',
1376"red_haired_man" => '👨',
1377"red_haired_woman" => '👩',
1378"red_square" => '🟥',
1379"registered" => '®',
1380"relaxed" => '☺',
1381"relieved" => '😌',
1382"reminder_ribbon" => '🎗',
1383"repeat" => '🔁',
1384"repeat_one" => '🔂',
1385"rescue_worker_helmet" => '⛑',
1386"restroom" => '🚻',
1387"reunion" => '🇷',
1388"revolving_hearts" => '💞',
1389"rewind" => '⏪',
1390"rhinoceros" => '🦏',
1391"ribbon" => '🎀',
1392"rice" => '🍚',
1393"rice_ball" => '🍙',
1394"rice_cracker" => '🍘',
1395"rice_scene" => '🎑',
1396"right_anger_bubble" => '🗯',
1397"ring" => '💍',
1398"ringed_planet" => '🪐',
1399"robot" => '🤖',
1400"rock" => '🪨',
1401"rocket" => '🚀',
1402"rofl" => '🤣',
1403"roll_eyes" => '🙄',
1404"roll_of_paper" => '🧻',
1405"roller_coaster" => '🎢',
1406"roller_skate" => '🛼',
1407"romania" => '🇷',
1408"rooster" => '🐓',
1409"rose" => '🌹',
1410"rosette" => '🏵',
1411"rotating_light" => '🚨',
1412"round_pushpin" => '📍',
1413"rowboat" => '🚣',
1414"rowing_man" => '🚣',
1415"rowing_woman" => '🚣',
1416"ru" => '🇷',
1417"rugby_football" => '🏉',
1418"runner" => '🏃',
1419"running" => '🏃',
1420"running_man" => '🏃',
1421"running_shirt_with_sash" => '🎽',
1422"running_woman" => '🏃',
1423"rwanda" => '🇷',
1424"sa" => '🈂',
1425"safety_pin" => '🧷',
1426"safety_vest" => '🦺',
1427"sake" => '🍶',
1428"salt" => '🧂',
1429"samoa" => '🇼',
1430"san_marino" => '🇸',
1431"sandal" => '👡',
1432"sandwich" => '🥪',
1433"santa" => '🎅',
1434"sao_tome_principe" => '🇸',
1435"sari" => '🥻',
1436"sassy_man" => '💁',
1437"tipping_hand_man" => '💁',
1438"sassy_woman" => '💁',
1439"tipping_hand_woman" => '💁',
1440"satellite" => '📡',
1441"saudi_arabia" => '🇸',
1442"sauna_man" => '🧖',
1443"sauna_person" => '🧖',
1444"sauna_woman" => '🧖',
1445"sauropod" => '🦕',
1446"saxophone" => '🎷',
1447"scarf" => '🧣',
1448"school" => '🏫',
1449"school_satchel" => '🎒',
1450"scientist" => '🧑',
1451"scorpion" => '🦂',
1452"scorpius" => '♏',
1453"scotland" => '🏴',
1454"scream" => '😱',
1455"scream_cat" => '🙀',
1456"screwdriver" => '🪛',
1457"scroll" => '📜',
1458"seal" => '🦭',
1459"seat" => '💺',
1460"see_no_evil" => '🙈',
1461"seedling" => '🌱',
1462"selfie" => '🤳',
1463"senegal" => '🇸',
1464"serbia" => '🇷',
1465"service_dog" => '🐕',
1466"seven" => '7',
1467"sewing_needle" => '🪡',
1468"seychelles" => '🇸',
1469"shallow_pan_of_food" => '🥘',
1470"shark" => '🦈',
1471"shaved_ice" => '🍧',
1472"sheep" => '🐑',
1473"shell" => '🐚',
1474"shield" => '🛡',
1475"shinto_shrine" => '⛩',
1476"ship" => '🚢',
1477"shirt" => '👕',
1478"tshirt" => '👕',
1479"shopping" => '🛍',
1480"shopping_cart" => '🛒',
1481"shorts" => '🩳',
1482"shower" => '🚿',
1483"shrimp" => '🦐',
1484"shrug" => '🤷',
1485"shushing_face" => '🤫',
1486"sierra_leone" => '🇸',
1487"signal_strength" => '📶',
1488"singapore" => '🇸',
1489"singer" => '🧑',
1490"sint_maarten" => '🇸',
1491"six" => '6',
1492"six_pointed_star" => '🔯',
1493"skateboard" => '🛹',
1494"ski" => '🎿',
1495"skier" => '⛷',
1496"skull" => '💀',
1497"skunk" => '🦨',
1498"sled" => '🛷',
1499"sleeping" => '😴',
1500"sleeping_bed" => '🛌',
1501"sleepy" => '😪',
1502"slightly_frowning_face" => '🙁',
1503"slightly_smiling_face" => '🙂',
1504"slot_machine" => '🎰',
1505"sloth" => '🦥',
1506"slovakia" => '🇸',
1507"slovenia" => '🇸',
1508"small_airplane" => '🛩',
1509"small_blue_diamond" => '🔹',
1510"small_orange_diamond" => '🔸',
1511"small_red_triangle" => '🔺',
1512"small_red_triangle_down" => '🔻',
1513"smile" => '😄',
1514"smile_cat" => '😸',
1515"smiley" => '😃',
1516"smiley_cat" => '😺',
1517"smiling_face_with_tear" => '🥲',
1518"smiling_face_with_three_hearts" => '🥰',
1519"smiling_imp" => '😈',
1520"smirk" => '😏',
1521"smirk_cat" => '😼',
1522"smoking" => '🚬',
1523"snail" => '🐌',
1524"snake" => '🐍',
1525"sneezing_face" => '🤧',
1526"snowboarder" => '🏂',
1527"snowman" => '⛄',
1528"soap" => '🧼',
1529"sob" => '😭',
1530"soccer" => '⚽',
1531"socks" => '🧦',
1532"softball" => '🥎',
1533"solomon_islands" => '🇸',
1534"somalia" => '🇸',
1535"soon" => '🔜',
1536"sos" => '🆘',
1537"sound" => '🔉',
1538"south_africa" => '🇿',
1539"south_georgia_south_sandwich_islands" => '🇬',
1540"south_sudan" => '🇸',
1541"space_invader" => '👾',
1542"spaghetti" => '🍝',
1543"sparkler" => '🎇',
1544"sparkling_heart" => '💖',
1545"speak_no_evil" => '🙊',
1546"speaker" => '🔈',
1547"speaking_head" => '🗣',
1548"speech_balloon" => '💬',
1549"speedboat" => '🚤',
1550"spider" => '🕷',
1551"spider_web" => '🕸',
1552"spiral_calendar" => '🗓',
1553"spiral_notepad" => '🗒',
1554"sponge" => '🧽',
1555"spoon" => '🥄',
1556"squid" => '🦑',
1557"sri_lanka" => '🇱',
1558"st_barthelemy" => '🇧',
1559"st_helena" => '🇸',
1560"st_kitts_nevis" => '🇰',
1561"st_lucia" => '🇱',
1562"st_martin" => '🇲',
1563"st_pierre_miquelon" => '🇵',
1564"st_vincent_grenadines" => '🇻',
1565"stadium" => '🏟',
1566"standing_man" => '🧍',
1567"standing_person" => '🧍',
1568"standing_woman" => '🧍',
1569"star" => '⭐',
1570"star2" => '🌟',
1571"star_and_crescent" => '☪',
1572"star_struck" => '🤩',
1573"stars" => '🌠',
1574"station" => '🚉',
1575"statue_of_liberty" => '🗽',
1576"steam_locomotive" => '🚂',
1577"stethoscope" => '🩺',
1578"stew" => '🍲',
1579"stop_button" => '⏹',
1580"stop_sign" => '🛑',
1581"stopwatch" => '⏱',
1582"straight_ruler" => '📏',
1583"strawberry" => '🍓',
1584"stuck_out_tongue" => '😛',
1585"stuck_out_tongue_closed_eyes" => '😝',
1586"stuck_out_tongue_winking_eye" => '😜',
1587"student" => '🧑',
1588"studio_microphone" => '🎙',
1589"stuffed_flatbread" => '🥙',
1590"sudan" => '🇸',
1591"sun_behind_large_cloud" => '🌥',
1592"sun_behind_rain_cloud" => '🌦',
1593"sun_behind_small_cloud" => '🌤',
1594"sun_with_face" => '🌞',
1595"sunflower" => '🌻',
1596"sunglasses" => '😎',
1597"sunrise" => '🌅',
1598"sunrise_over_mountains" => '🌄',
1599"superhero" => '🦸',
1600"superhero_man" => '🦸',
1601"superhero_woman" => '🦸',
1602"supervillain" => '🦹',
1603"supervillain_man" => '🦹',
1604"supervillain_woman" => '🦹',
1605"surfer" => '🏄',
1606"surfing_man" => '🏄',
1607"surfing_woman" => '🏄',
1608"suriname" => '🇸',
1609"sushi" => '🍣',
1610"suspension_railway" => '🚟',
1611"svalbard_jan_mayen" => '🇸',
1612"swan" => '🦢',
1613"swaziland" => '🇸',
1614"sweat" => '😓',
1615"sweat_drops" => '💦',
1616"sweat_smile" => '😅',
1617"sweden" => '🇸',
1618"sweet_potato" => '🍠',
1619"swim_brief" => '🩲',
1620"swimmer" => '🏊',
1621"swimming_man" => '🏊',
1622"swimming_woman" => '🏊',
1623"switzerland" => '🇨',
1624"symbols" => '🔣',
1625"synagogue" => '🕍',
1626"syria" => '🇸',
1627"syringe" => '💉',
1628"t-rex" => '🦖',
1629"taco" => '🌮',
1630"tada" => '🎉',
1631"taiwan" => '🇹',
1632"tajikistan" => '🇹',
1633"takeout_box" => '🥡',
1634"tamale" => '🫔',
1635"tanabata_tree" => '🎋',
1636"tanzania" => '🇹',
1637"taxi" => '🚕',
1638"tea" => '🍵',
1639"teacher" => '🧑',
1640"teapot" => '🫖',
1641"technologist" => '🧑',
1642"teddy_bear" => '🧸',
1643"telephone_receiver" => '📞',
1644"telescope" => '🔭',
1645"tennis" => '🎾',
1646"tent" => '⛺',
1647"test_tube" => '🧪',
1648"thailand" => '🇹',
1649"thermometer" => '🌡',
1650"thinking" => '🤔',
1651"thong_sandal" => '🩴',
1652"thought_balloon" => '💭',
1653"thread" => '🧵',
1654"three" => '3',
1655"ticket" => '🎫',
1656"tickets" => '🎟',
1657"tiger" => '🐯',
1658"tiger2" => '🐅',
1659"timer_clock" => '⏲',
1660"timor_leste" => '🇹',
1661"tired_face" => '😫',
1662"togo" => '🇹',
1663"toilet" => '🚽',
1664"tokelau" => '🇹',
1665"tokyo_tower" => '🗼',
1666"tomato" => '🍅',
1667"tonga" => '🇹',
1668"tongue" => '👅',
1669"toolbox" => '🧰',
1670"tooth" => '🦷',
1671"toothbrush" => '🪥',
1672"top" => '🔝',
1673"tophat" => '🎩',
1674"tornado" => '🌪',
1675"tr" => '🇹',
1676"trackball" => '🖲',
1677"tractor" => '🚜',
1678"traffic_light" => '🚥',
1679"train" => '🚋',
1680"train2" => '🚆',
1681"tram" => '🚊',
1682"transgender_flag" => '🏳',
1683"transgender_symbol" => '⚧',
1684"triangular_flag_on_post" => '🚩',
1685"triangular_ruler" => '📐',
1686"trident" => '🔱',
1687"trinidad_tobago" => '🇹',
1688"tristan_da_cunha" => '🇹',
1689"triumph" => '😤',
1690"trolleybus" => '🚎',
1691"trophy" => '🏆',
1692"tropical_drink" => '🍹',
1693"tropical_fish" => '🐠',
1694"truck" => '🚚',
1695"trumpet" => '🎺',
1696"tulip" => '🌷',
1697"tumbler_glass" => '🥃',
1698"tunisia" => '🇹',
1699"turkey" => '🦃',
1700"turkmenistan" => '🇹',
1701"turks_caicos_islands" => '🇹',
1702"turtle" => '🐢',
1703"tuvalu" => '🇹',
1704"tv" => '📺',
1705"twisted_rightwards_arrows" => '🔀',
1706"two" => '2',
1707"two_hearts" => '💕',
1708"two_men_holding_hands" => '👬',
1709"two_women_holding_hands" => '👭',
1710"u5272" => '🈹',
1711"u5408" => '🈴',
1712"u55b6" => '🈺',
1713"u6307" => '🈯',
1714"u6708" => '🈷',
1715"u6709" => '🈶',
1716"u6e80" => '🈵',
1717"u7121" => '🈚',
1718"u7533" => '🈸',
1719"u7981" => '🈲',
1720"u7a7a" => '🈳',
1721"uganda" => '🇺',
1722"ukraine" => '🇺',
1723"unamused" => '😒',
1724"underage" => '🔞',
1725"unicorn" => '🦄',
1726"united_arab_emirates" => '🇦',
1727"united_nations" => '🇺',
1728"unlock" => '🔓',
1729"up" => '🆙',
1730"upside_down_face" => '🙃',
1731"uruguay" => '🇺',
1732"us" => '🇺',
1733"us_outlying_islands" => '🇺',
1734"us_virgin_islands" => '🇻',
1735"uzbekistan" => '🇺',
1736"v" => '✌',
1737"vampire" => '🧛',
1738"vampire_man" => '🧛',
1739"vampire_woman" => '🧛',
1740"vanuatu" => '🇻',
1741"vatican_city" => '🇻',
1742"venezuela" => '🇻',
1743"vertical_traffic_light" => '🚦',
1744"vhs" => '📼',
1745"vibration_mode" => '📳',
1746"video_camera" => '📹',
1747"video_game" => '🎮',
1748"vietnam" => '🇻',
1749"violin" => '🎻',
1750"virgo" => '♍',
1751"volcano" => '🌋',
1752"volleyball" => '🏐',
1753"vomiting_face" => '🤮',
1754"vs" => '🆚',
1755"vulcan_salute" => '🖖',
1756"waffle" => '🧇',
1757"wales" => '🏴',
1758"walking" => '🚶',
1759"walking_man" => '🚶',
1760"walking_woman" => '🚶',
1761"wallis_futuna" => '🇼',
1762"waning_crescent_moon" => '🌘',
1763"waning_gibbous_moon" => '🌖',
1764"warning" => '⚠',
1765"wastebasket" => '🗑',
1766"watch" => '⌚',
1767"water_buffalo" => '🐃',
1768"water_polo" => '🤽',
1769"watermelon" => '🍉',
1770"wave" => '👋',
1771"waxing_crescent_moon" => '🌒',
1772"wc" => '🚾',
1773"weary" => '😩',
1774"wedding" => '💒',
1775"weight_lifting" => '🏋',
1776"weight_lifting_man" => '🏋',
1777"weight_lifting_woman" => '🏋',
1778"western_sahara" => '🇪',
1779"whale" => '🐳',
1780"whale2" => '🐋',
1781"wheelchair" => '♿',
1782"white_circle" => '⚪',
1783"white_flag" => '🏳',
1784"white_flower" => '💮',
1785"white_haired_man" => '👨',
1786"white_haired_woman" => '👩',
1787"white_heart" => '🤍',
1788"white_large_square" => '⬜',
1789"white_medium_small_square" => '◽',
1790"white_medium_square" => '◻',
1791"white_small_square" => '▫',
1792"white_square_button" => '🔳',
1793"wilted_flower" => '🥀',
1794"wind_chime" => '🎐',
1795"wind_face" => '🌬',
1796"window" => '🪟',
1797"wine_glass" => '🍷',
1798"wink" => '😉',
1799"wolf" => '🐺',
1800"woman" => '👩',
1801"woman_artist" => '👩',
1802"woman_astronaut" => '👩',
1803"woman_beard" => '🧔',
1804"woman_cartwheeling" => '🤸',
1805"woman_cook" => '👩',
1806"woman_facepalming" => '🤦',
1807"woman_factory_worker" => '👩',
1808"woman_farmer" => '👩',
1809"woman_feeding_baby" => '👩',
1810"woman_firefighter" => '👩',
1811"woman_health_worker" => '👩',
1812"woman_in_manual_wheelchair" => '👩',
1813"woman_in_motorized_wheelchair" => '👩',
1814"woman_in_tuxedo" => '🤵',
1815"woman_judge" => '👩',
1816"woman_juggling" => '🤹',
1817"woman_mechanic" => '👩',
1818"woman_office_worker" => '👩',
1819"woman_pilot" => '👩',
1820"woman_playing_handball" => '🤾',
1821"woman_playing_water_polo" => '🤽',
1822"woman_scientist" => '👩',
1823"woman_shrugging" => '🤷',
1824"woman_singer" => '👩',
1825"woman_student" => '👩',
1826"woman_teacher" => '👩',
1827"woman_technologist" => '👩',
1828"woman_with_headscarf" => '🧕',
1829"woman_with_probing_cane" => '👩',
1830"woman_with_turban" => '👳',
1831"womans_clothes" => '👚',
1832"womans_hat" => '👒',
1833"women_wrestling" => '🤼',
1834"womens" => '🚺',
1835"wood" => '🪵',
1836"woozy_face" => '🥴',
1837"world_map" => '🗺',
1838"worm" => '🪱',
1839"worried" => '😟',
1840"wrench" => '🔧',
1841"wrestling" => '🤼',
1842"writing_hand" => '✍',
1843"x" => '❌',
1844"yarn" => '🧶',
1845"yawning_face" => '🥱',
1846"yellow_circle" => '🟡',
1847"yellow_heart" => '💛',
1848"yellow_square" => '🟨',
1849"yemen" => '🇾',
1850"yen" => '💴',
1851"yin_yang" => '☯',
1852"yo_yo" => '🪀',
1853"yum" => '😋',
1854"zambia" => '🇿',
1855"zany_face" => '🤪',
1856"zap" => '⚡',
1857"zebra" => '🦓',
1858"zero" => '0',
1859"zimbabwe" => '🇿',
1860"zipper_mouth_face" => '🤐',
1861"zombie" => '🧟',
1862"zombie_man" => '🧟',
1863"zombie_woman" => '🧟',
1864"zzz" => '💤',
1865};
1866
1867#[derive(Debug, Clone, Copy, PartialEq, Eq)]
1868pub struct Emoji<'a> {
1869    pub name: &'a str,
1870    pub mapped_item: char,
1871}
1872
1873impl<'a> Parseable<'a> for Emoji<'a> {
1874    fn parse(
1875        parser: &mut Parser<'a>,
1876        mut cursor: Cursor<'a>,
1877        parent: Option<NodeID>,
1878        parse_opts: ParseOpts,
1879    ) -> Result<NodeID> {
1880        let start = cursor.index;
1881        cursor.word(":")?;
1882        // check against ::
1883        if cursor.try_curr()? == COLON {
1884            return Err(MatchError::InvalidLogic);
1885        }
1886
1887        let moji_name_match =
1888            cursor.fn_until(|chr: u8| chr.is_ascii_whitespace() || chr == COLON)?;
1889        cursor.index = moji_name_match.end;
1890        cursor.word(":")?;
1891
1892        if let Ok(moji) = parse_emoji(moji_name_match.obj) {
1893            Ok(parser.alloc(moji, start, cursor.index, parent))
1894        } else {
1895            Err(MatchError::InvalidLogic)
1896        }
1897    }
1898}
1899
1900pub(crate) fn parse_emoji<'a>(name: &'a str) -> Result<Emoji<'a>> {
1901    if let Some(mapped_item) = EMOJI_MAP.get(name) {
1902        Ok(Emoji {
1903            name,
1904            mapped_item: *mapped_item,
1905        })
1906    } else {
1907        Err(MatchError::InvalidLogic)
1908    }
1909}
1910
1911#[cfg(test)]
1912mod tests {
1913    use crate::expr_in_pool;
1914    use crate::object::Emoji;
1915    use crate::parse_org;
1916    use crate::types::Expr;
1917
1918    #[test]
1919    fn basic_emoji() {
1920        let input = r":flushed: abc
1921";
1922
1923        let parsed = parse_org(input);
1924        let l = expr_in_pool!(parsed, Emoji).unwrap();
1925
1926        assert_eq!(
1927            l,
1928            &Emoji {
1929                name: "flushed",
1930                mapped_item: '😳'
1931            }
1932        )
1933    }
1934
1935    #[test]
1936    fn failed_emoji() {
1937        let input = r":flu  shed: abc
1938";
1939
1940        let pool = parse_org(input);
1941        dbg!(pool);
1942    }
1943
1944    #[test]
1945    fn emoji_moji() {
1946        let input = r"* Heading baby :smirk_cat:  ";
1947
1948        let parsed = parse_org(input);
1949        let l = expr_in_pool!(parsed, Emoji);
1950        // the emoji is interpreted as a tag
1951        assert!(l.is_none());
1952
1953        // assert_eq!(
1954        //     l,
1955        //     &Emoji {
1956        //         name: "smirk_cat",
1957        //         mapped_item: '😼'
1958        //     }
1959        // )
1960    }
1961}