diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-04 09:38:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-04 09:38:58 -0800 |
commit | 09958d7f959f0c6bb32842f1cce412abcf905e5b (patch) | |
tree | 25e0f79d6d8d5d181abf4a690f778f62082e6046 /src/Text/Pandoc | |
parent | fde548f7515e6611bd5fb0b23e1ce6f3939faf78 (diff) | |
download | pandoc-09958d7f959f0c6bb32842f1cce412abcf905e5b.tar.gz |
Fixed Emoji character definitions.
There were many bugs in the definitions.
Closes #2523.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Emoji.hs | 1741 |
1 files changed, 871 insertions, 870 deletions
diff --git a/src/Text/Pandoc/Emoji.hs b/src/Text/Pandoc/Emoji.hs index c98b06fa1..c9f368abc 100644 --- a/src/Text/Pandoc/Emoji.hs +++ b/src/Text/Pandoc/Emoji.hs @@ -32,874 +32,875 @@ import qualified Data.Map as M emojis :: M.Map String String emojis = M.fromList - [ ("100", "\x1f4af") - , ("1234", "\x1f522") - , ("smile", "\x1f604") - , ("smiley", "\x1f603") - , ("grinning", "\x1f600") - , ("blush", "\x1f60a") - , ("relaxed", "\x263a\fe0f") - , ("wink", "\x1f609") - , ("heart_eyes", "\x1f60d") - , ("kissing_heart", "\x1f618") - , ("kissing_closed_eyes", "\x1f61a") - , ("kissing", "\x1f617") - , ("kissing_smiling_eyes", "\x1f619") - , ("stuck_out_tongue_winking_eye", "\x1f61c") - , ("stuck_out_tongue_closed_eyes", "\x1f61d") - , ("stuck_out_tongue", "\x1f61b") - , ("flushed", "\x1f633") - , ("grin", "\x1f601") - , ("pensive", "\x1f614") - , ("relieved", "\x1f60c") - , ("unamused", "\x1f612") - , ("disappointed", "\x1f61e") - , ("persevere", "\x1f623") - , ("cry", "\x1f622") - , ("joy", "\x1f602") - , ("sob", "\x1f62d") - , ("sleepy", "\x1f62a") - , ("disappointed_relieved", "\x1f625") - , ("cold_sweat", "\x1f630") - , ("sweat_smile", "\x1f605") - , ("sweat", "\x1f613") - , ("weary", "\x1f629") - , ("tired_face", "\x1f62b") - , ("fearful", "\x1f628") - , ("scream", "\x1f631") - , ("angry", "\x1f620") - , ("rage", "\x1f621") - , ("triumph", "\x1f624") - , ("confounded", "\x1f616") - , ("laughing", "\x1f606") - , ("satisfied", "\x1f606") - , ("yum", "\x1f60b") - , ("mask", "\x1f637") - , ("sunglasses", "\x1f60e") - , ("sleeping", "\x1f634") - , ("dizzy_face", "\x1f635") - , ("astonished", "\x1f632") - , ("worried", "\x1f61f") - , ("frowning", "\x1f626") - , ("anguished", "\x1f627") - , ("smiling_imp", "\x1f608") - , ("imp", "\x1f47f") - , ("open_mouth", "\x1f62e") - , ("grimacing", "\x1f62c") - , ("neutral_face", "\x1f610") - , ("confused", "\x1f615") - , ("hushed", "\x1f62f") - , ("no_mouth", "\x1f636") - , ("innocent", "\x1f607") - , ("smirk", "\x1f60f") - , ("expressionless", "\x1f611") - , ("man_with_gua_pi_mao", "\x1f472") - , ("man_with_turban", "\x1f473") - , ("cop", "\x1f46e") - , ("construction_worker", "\x1f477") - , ("guardsman", "\x1f482") - , ("baby", "\x1f476") - , ("boy", "\x1f466") - , ("girl", "\x1f467") - , ("man", "\x1f468") - , ("woman", "\x1f469") - , ("older_man", "\x1f474") - , ("older_woman", "\x1f475") - , ("person_with_blond_hair", "\x1f471") - , ("angel", "\x1f47c") - , ("princess", "\x1f478") - , ("smiley_cat", "\x1f63a") - , ("smile_cat", "\x1f638") - , ("heart_eyes_cat", "\x1f63b") - , ("kissing_cat", "\x1f63d") - , ("smirk_cat", "\x1f63c") - , ("scream_cat", "\x1f640") - , ("crying_cat_face", "\x1f63f") - , ("joy_cat", "\x1f639") - , ("pouting_cat", "\x1f63e") - , ("japanese_ogre", "\x1f479") - , ("japanese_goblin", "\x1f47a") - , ("see_no_evil", "\x1f648") - , ("hear_no_evil", "\x1f649") - , ("speak_no_evil", "\x1f64a") - , ("skull", "\x1f480") - , ("alien", "\x1f47d") - , ("hankey", "\x1f4a9") - , ("poop", "\x1f4a9") - , ("shit", "\x1f4a9") - , ("fire", "\x1f525") - , ("sparkles", "\x2728") - , ("star2", "\x1f31f") - , ("dizzy", "\x1f4ab") - , ("boom", "\x1f4a5") - , ("collision", "\x1f4a5") - , ("anger", "\x1f4a2") - , ("sweat_drops", "\x1f4a6") - , ("droplet", "\x1f4a7") - , ("zzz", "\x1f4a4") - , ("dash", "\x1f4a8") - , ("ear", "\x1f442") - , ("eyes", "\x1f440") - , ("nose", "\x1f443") - , ("tongue", "\x1f445") - , ("lips", "\x1f444") - , ("+1", "\x1f44d") - , ("thumbsup", "\x1f44d") - , ("-1", "\x1f44e") - , ("thumbsdown", "\x1f44e") - , ("ok_hand", "\x1f44c") - , ("facepunch", "\x1f44a") - , ("punch", "\x1f44a") - , ("fist", "\x270a") - , ("v", "\x270c\fe0f") - , ("wave", "\x1f44b") - , ("hand", "\x270b") - , ("raised_hand", "\x270b") - , ("open_hands", "\x1f450") - , ("point_up_2", "\x1f446") - , ("point_down", "\x1f447") - , ("point_right", "\x1f449") - , ("point_left", "\x1f448") - , ("raised_hands", "\x1f64c") - , ("pray", "\x1f64f") - , ("point_up", "\x261d\fe0f") - , ("clap", "\x1f44f") - , ("muscle", "\x1f4aa") - , ("walking", "\x1f6b6") - , ("runner", "\x1f3c3") - , ("running", "\x1f3c3") - , ("dancer", "\x1f483") - , ("couple", "\x1f46b") - , ("family", "\x1f46a") - , ("two_men_holding_hands", "\x1f46c") - , ("two_women_holding_hands", "\x1f46d") - , ("couplekiss", "\x1f48f") - , ("couple_with_heart", "\x1f491") - , ("dancers", "\x1f46f") - , ("ok_woman", "\x1f646") - , ("no_good", "\x1f645") - , ("information_desk_person", "\x1f481") - , ("raising_hand", "\x1f64b") - , ("massage", "\x1f486") - , ("haircut", "\x1f487") - , ("nail_care", "\x1f485") - , ("bride_with_veil", "\x1f470") - , ("person_with_pouting_face", "\x1f64e") - , ("person_frowning", "\x1f64d") - , ("bow", "\x1f647") - , ("tophat", "\x1f3a9") - , ("crown", "\x1f451") - , ("womans_hat", "\x1f452") - , ("athletic_shoe", "\x1f45f") - , ("mans_shoe", "\x1f45e") - , ("shoe", "\x1f45e") - , ("sandal", "\x1f461") - , ("high_heel", "\x1f460") - , ("boot", "\x1f462") - , ("shirt", "\x1f455") - , ("tshirt", "\x1f455") - , ("necktie", "\x1f454") - , ("womans_clothes", "\x1f45a") - , ("dress", "\x1f457") - , ("running_shirt_with_sash", "\x1f3bd") - , ("jeans", "\x1f456") - , ("kimono", "\x1f458") - , ("bikini", "\x1f459") - , ("briefcase", "\x1f4bc") - , ("handbag", "\x1f45c") - , ("pouch", "\x1f45d") - , ("purse", "\x1f45b") - , ("eyeglasses", "\x1f453") - , ("ribbon", "\x1f380") - , ("closed_umbrella", "\x1f302") - , ("lipstick", "\x1f484") - , ("yellow_heart", "\x1f49b") - , ("blue_heart", "\x1f499") - , ("purple_heart", "\x1f49c") - , ("green_heart", "\x1f49a") - , ("heart", "\x2764\fe0f") - , ("broken_heart", "\x1f494") - , ("heartpulse", "\x1f497") - , ("heartbeat", "\x1f493") - , ("two_hearts", "\x1f495") - , ("sparkling_heart", "\x1f496") - , ("revolving_hearts", "\x1f49e") - , ("cupid", "\x1f498") - , ("love_letter", "\x1f48c") - , ("kiss", "\x1f48b") - , ("ring", "\x1f48d") - , ("gem", "\x1f48e") - , ("bust_in_silhouette", "\x1f464") - , ("busts_in_silhouette", "\x1f465") - , ("speech_balloon", "\x1f4ac") - , ("footprints", "\x1f463") - , ("thought_balloon", "\x1f4ad") - , ("dog", "\x1f436") - , ("wolf", "\x1f43a") - , ("cat", "\x1f431") - , ("mouse", "\x1f42d") - , ("hamster", "\x1f439") - , ("rabbit", "\x1f430") - , ("frog", "\x1f438") - , ("tiger", "\x1f42f") - , ("koala", "\x1f428") - , ("bear", "\x1f43b") - , ("pig", "\x1f437") - , ("pig_nose", "\x1f43d") - , ("cow", "\x1f42e") - , ("boar", "\x1f417") - , ("monkey_face", "\x1f435") - , ("monkey", "\x1f412") - , ("horse", "\x1f434") - , ("sheep", "\x1f411") - , ("elephant", "\x1f418") - , ("panda_face", "\x1f43c") - , ("penguin", "\x1f427") - , ("bird", "\x1f426") - , ("baby_chick", "\x1f424") - , ("hatched_chick", "\x1f425") - , ("hatching_chick", "\x1f423") - , ("chicken", "\x1f414") - , ("snake", "\x1f40d") - , ("turtle", "\x1f422") - , ("bug", "\x1f41b") - , ("bee", "\x1f41d") - , ("honeybee", "\x1f41d") - , ("ant", "\x1f41c") - , ("beetle", "\x1f41e") - , ("snail", "\x1f40c") - , ("octopus", "\x1f419") - , ("shell", "\x1f41a") - , ("tropical_fish", "\x1f420") - , ("fish", "\x1f41f") - , ("dolphin", "\x1f42c") - , ("flipper", "\x1f42c") - , ("whale", "\x1f433") - , ("whale2", "\x1f40b") - , ("cow2", "\x1f404") - , ("ram", "\x1f40f") - , ("rat", "\x1f400") - , ("water_buffalo", "\x1f403") - , ("tiger2", "\x1f405") - , ("rabbit2", "\x1f407") - , ("dragon", "\x1f409") - , ("racehorse", "\x1f40e") - , ("goat", "\x1f410") - , ("rooster", "\x1f413") - , ("dog2", "\x1f415") - , ("pig2", "\x1f416") - , ("mouse2", "\x1f401") - , ("ox", "\x1f402") - , ("dragon_face", "\x1f432") - , ("blowfish", "\x1f421") - , ("crocodile", "\x1f40a") - , ("camel", "\x1f42b") - , ("dromedary_camel", "\x1f42a") - , ("leopard", "\x1f406") - , ("cat2", "\x1f408") - , ("poodle", "\x1f429") - , ("feet", "\x1f43e") - , ("paw_prints", "\x1f43e") - , ("bouquet", "\x1f490") - , ("cherry_blossom", "\x1f338") - , ("tulip", "\x1f337") - , ("four_leaf_clover", "\x1f340") - , ("rose", "\x1f339") - , ("sunflower", "\x1f33b") - , ("hibiscus", "\x1f33a") - , ("maple_leaf", "\x1f341") - , ("leaves", "\x1f343") - , ("fallen_leaf", "\x1f342") - , ("herb", "\x1f33f") - , ("ear_of_rice", "\x1f33e") - , ("mushroom", "\x1f344") - , ("cactus", "\x1f335") - , ("palm_tree", "\x1f334") - , ("evergreen_tree", "\x1f332") - , ("deciduous_tree", "\x1f333") - , ("chestnut", "\x1f330") - , ("seedling", "\x1f331") - , ("blossom", "\x1f33c") - , ("globe_with_meridians", "\x1f310") - , ("sun_with_face", "\x1f31e") - , ("full_moon_with_face", "\x1f31d") - , ("new_moon_with_face", "\x1f31a") - , ("new_moon", "\x1f311") - , ("waxing_crescent_moon", "\x1f312") - , ("first_quarter_moon", "\x1f313") - , ("moon", "\x1f314") - , ("waxing_gibbous_moon", "\x1f314") - , ("full_moon", "\x1f315") - , ("waning_gibbous_moon", "\x1f316") - , ("last_quarter_moon", "\x1f317") - , ("waning_crescent_moon", "\x1f318") - , ("last_quarter_moon_with_face", "\x1f31c") - , ("first_quarter_moon_with_face", "\x1f31b") - , ("crescent_moon", "\x1f319") - , ("earth_africa", "\x1f30d") - , ("earth_americas", "\x1f30e") - , ("earth_asia", "\x1f30f") - , ("volcano", "\x1f30b") - , ("milky_way", "\x1f30c") - , ("stars", "\x1f320") - , ("star", "\x2b50") - , ("sunny", "\x2600\fe0f") - , ("partly_sunny", "\x26c5") - , ("cloud", "\x2601\fe0f") - , ("zap", "\x26a1") - , ("umbrella", "\x2614") - , ("snowflake", "\x2744\fe0f") - , ("snowman", "\x26c4") - , ("cyclone", "\x1f300") - , ("foggy", "\x1f301") - , ("rainbow", "\x1f308") - , ("ocean", "\x1f30a") - , ("bamboo", "\x1f38d") - , ("gift_heart", "\x1f49d") - , ("dolls", "\x1f38e") - , ("school_satchel", "\x1f392") - , ("mortar_board", "\x1f393") - , ("flags", "\x1f38f") - , ("fireworks", "\x1f386") - , ("sparkler", "\x1f387") - , ("wind_chime", "\x1f390") - , ("rice_scene", "\x1f391") - , ("jack_o_lantern", "\x1f383") - , ("ghost", "\x1f47b") - , ("santa", "\x1f385") - , ("christmas_tree", "\x1f384") - , ("gift", "\x1f381") - , ("tanabata_tree", "\x1f38b") - , ("tada", "\x1f389") - , ("confetti_ball", "\x1f38a") - , ("balloon", "\x1f388") - , ("crossed_flags", "\x1f38c") - , ("crystal_ball", "\x1f52e") - , ("movie_camera", "\x1f3a5") - , ("camera", "\x1f4f7") - , ("video_camera", "\x1f4f9") - , ("vhs", "\x1f4fc") - , ("cd", "\x1f4bf") - , ("dvd", "\x1f4c0") - , ("minidisc", "\x1f4bd") - , ("floppy_disk", "\x1f4be") - , ("computer", "\x1f4bb") - , ("iphone", "\x1f4f1") - , ("phone", "\x260e\fe0f") - , ("telephone", "\x260e\fe0f") - , ("telephone_receiver", "\x1f4de") - , ("pager", "\x1f4df") - , ("fax", "\x1f4e0") - , ("satellite", "\x1f4e1") - , ("tv", "\x1f4fa") - , ("radio", "\x1f4fb") - , ("loud_sound", "\x1f50a") - , ("sound", "\x1f509") - , ("speaker", "\x1f508") - , ("mute", "\x1f507") - , ("bell", "\x1f514") - , ("no_bell", "\x1f515") - , ("loudspeaker", "\x1f4e2") - , ("mega", "\x1f4e3") - , ("hourglass_flowing_sand", "\x23f3") - , ("hourglass", "\x231b") - , ("alarm_clock", "\x23f0") - , ("watch", "\x231a") - , ("unlock", "\x1f513") - , ("lock", "\x1f512") - , ("lock_with_ink_pen", "\x1f50f") - , ("closed_lock_with_key", "\x1f510") - , ("key", "\x1f511") - , ("mag_right", "\x1f50e") - , ("bulb", "\x1f4a1") - , ("flashlight", "\x1f526") - , ("high_brightness", "\x1f506") - , ("low_brightness", "\x1f505") - , ("electric_plug", "\x1f50c") - , ("battery", "\x1f50b") - , ("mag", "\x1f50d") - , ("bathtub", "\x1f6c1") - , ("bath", "\x1f6c0") - , ("shower", "\x1f6bf") - , ("toilet", "\x1f6bd") - , ("wrench", "\x1f527") - , ("nut_and_bolt", "\x1f529") - , ("hammer", "\x1f528") - , ("door", "\x1f6aa") - , ("smoking", "\x1f6ac") - , ("bomb", "\x1f4a3") - , ("gun", "\x1f52b") - , ("hocho", "\x1f52a") - , ("knife", "\x1f52a") - , ("pill", "\x1f48a") - , ("syringe", "\x1f489") - , ("moneybag", "\x1f4b0") - , ("yen", "\x1f4b4") - , ("dollar", "\x1f4b5") - , ("pound", "\x1f4b7") - , ("euro", "\x1f4b6") - , ("credit_card", "\x1f4b3") - , ("money_with_wings", "\x1f4b8") - , ("calling", "\x1f4f2") - , ("e-mail", "\x1f4e7") - , ("inbox_tray", "\x1f4e5") - , ("outbox_tray", "\x1f4e4") - , ("email", "\x2709\fe0f") - , ("envelope", "\x2709\fe0f") - , ("envelope_with_arrow", "\x1f4e9") - , ("incoming_envelope", "\x1f4e8") - , ("postal_horn", "\x1f4ef") - , ("mailbox", "\x1f4eb") - , ("mailbox_closed", "\x1f4ea") - , ("mailbox_with_mail", "\x1f4ec") - , ("mailbox_with_no_mail", "\x1f4ed") - , ("postbox", "\x1f4ee") - , ("package", "\x1f4e6") - , ("memo", "\x1f4dd") - , ("pencil", "\x1f4dd") - , ("page_facing_up", "\x1f4c4") - , ("page_with_curl", "\x1f4c3") - , ("bookmark_tabs", "\x1f4d1") - , ("bar_chart", "\x1f4ca") - , ("chart_with_upwards_trend", "\x1f4c8") - , ("chart_with_downwards_trend", "\x1f4c9") - , ("scroll", "\x1f4dc") - , ("clipboard", "\x1f4cb") - , ("date", "\x1f4c5") - , ("calendar", "\x1f4c6") - , ("card_index", "\x1f4c7") - , ("file_folder", "\x1f4c1") - , ("open_file_folder", "\x1f4c2") - , ("scissors", "\x2702\fe0f") - , ("pushpin", "\x1f4cc") - , ("paperclip", "\x1f4ce") - , ("black_nib", "\x2712\fe0f") - , ("pencil2", "\x270f\fe0f") - , ("straight_ruler", "\x1f4cf") - , ("triangular_ruler", "\x1f4d0") - , ("closed_book", "\x1f4d5") - , ("green_book", "\x1f4d7") - , ("blue_book", "\x1f4d8") - , ("orange_book", "\x1f4d9") - , ("notebook", "\x1f4d3") - , ("notebook_with_decorative_cover", "\x1f4d4") - , ("ledger", "\x1f4d2") - , ("books", "\x1f4da") - , ("book", "\x1f4d6") - , ("open_book", "\x1f4d6") - , ("bookmark", "\x1f516") - , ("name_badge", "\x1f4db") - , ("microscope", "\x1f52c") - , ("telescope", "\x1f52d") - , ("newspaper", "\x1f4f0") - , ("art", "\x1f3a8") - , ("clapper", "\x1f3ac") - , ("microphone", "\x1f3a4") - , ("headphones", "\x1f3a7") - , ("musical_score", "\x1f3bc") - , ("musical_note", "\x1f3b5") - , ("notes", "\x1f3b6") - , ("musical_keyboard", "\x1f3b9") - , ("violin", "\x1f3bb") - , ("trumpet", "\x1f3ba") - , ("saxophone", "\x1f3b7") - , ("guitar", "\x1f3b8") - , ("space_invader", "\x1f47e") - , ("video_game", "\x1f3ae") - , ("black_joker", "\x1f0cf") - , ("flower_playing_cards", "\x1f3b4") - , ("mahjong", "\x1f004") - , ("game_die", "\x1f3b2") - , ("dart", "\x1f3af") - , ("football", "\x1f3c8") - , ("basketball", "\x1f3c0") - , ("soccer", "\x26bd") - , ("baseball", "\x26be\fe0f") - , ("tennis", "\x1f3be") - , ("8ball", "\x1f3b1") - , ("rugby_football", "\x1f3c9") - , ("bowling", "\x1f3b3") - , ("golf", "\x26f3") - , ("mountain_bicyclist", "\x1f6b5") - , ("bicyclist", "\x1f6b4") - , ("checkered_flag", "\x1f3c1") - , ("horse_racing", "\x1f3c7") - , ("trophy", "\x1f3c6") - , ("ski", "\x1f3bf") - , ("snowboarder", "\x1f3c2") - , ("swimmer", "\x1f3ca") - , ("surfer", "\x1f3c4") - , ("fishing_pole_and_fish", "\x1f3a3") - , ("coffee", "\x2615") - , ("tea", "\x1f375") - , ("sake", "\x1f376") - , ("baby_bottle", "\x1f37c") - , ("beer", "\x1f37a") - , ("beers", "\x1f37b") - , ("cocktail", "\x1f378") - , ("tropical_drink", "\x1f379") - , ("wine_glass", "\x1f377") - , ("fork_and_knife", "\x1f374") - , ("pizza", "\x1f355") - , ("hamburger", "\x1f354") - , ("fries", "\x1f35f") - , ("poultry_leg", "\x1f357") - , ("meat_on_bone", "\x1f356") - , ("spaghetti", "\x1f35d") - , ("curry", "\x1f35b") - , ("fried_shrimp", "\x1f364") - , ("bento", "\x1f371") - , ("sushi", "\x1f363") - , ("fish_cake", "\x1f365") - , ("rice_ball", "\x1f359") - , ("rice_cracker", "\x1f358") - , ("rice", "\x1f35a") - , ("ramen", "\x1f35c") - , ("stew", "\x1f372") - , ("oden", "\x1f362") - , ("dango", "\x1f361") - , ("egg", "\x1f373") - , ("bread", "\x1f35e") - , ("doughnut", "\x1f369") - , ("custard", "\x1f36e") - , ("icecream", "\x1f366") - , ("ice_cream", "\x1f368") - , ("shaved_ice", "\x1f367") - , ("birthday", "\x1f382") - , ("cake", "\x1f370") - , ("cookie", "\x1f36a") - , ("chocolate_bar", "\x1f36b") - , ("candy", "\x1f36c") - , ("lollipop", "\x1f36d") - , ("honey_pot", "\x1f36f") - , ("apple", "\x1f34e") - , ("green_apple", "\x1f34f") - , ("tangerine", "\x1f34a") - , ("lemon", "\x1f34b") - , ("cherries", "\x1f352") - , ("grapes", "\x1f347") - , ("watermelon", "\x1f349") - , ("strawberry", "\x1f353") - , ("peach", "\x1f351") - , ("melon", "\x1f348") - , ("banana", "\x1f34c") - , ("pear", "\x1f350") - , ("pineapple", "\x1f34d") - , ("sweet_potato", "\x1f360") - , ("eggplant", "\x1f346") - , ("tomato", "\x1f345") - , ("corn", "\x1f33d") - , ("house", "\x1f3e0") - , ("house_with_garden", "\x1f3e1") - , ("school", "\x1f3eb") - , ("office", "\x1f3e2") - , ("post_office", "\x1f3e3") - , ("hospital", "\x1f3e5") - , ("bank", "\x1f3e6") - , ("convenience_store", "\x1f3ea") - , ("love_hotel", "\x1f3e9") - , ("hotel", "\x1f3e8") - , ("wedding", "\x1f492") - , ("church", "\x26ea") - , ("department_store", "\x1f3ec") - , ("european_post_office", "\x1f3e4") - , ("city_sunrise", "\x1f307") - , ("city_sunset", "\x1f306") - , ("japanese_castle", "\x1f3ef") - , ("european_castle", "\x1f3f0") - , ("tent", "\x26fa") - , ("factory", "\x1f3ed") - , ("tokyo_tower", "\x1f5fc") - , ("japan", "\x1f5fe") - , ("mount_fuji", "\x1f5fb") - , ("sunrise_over_mountains", "\x1f304") - , ("sunrise", "\x1f305") - , ("night_with_stars", "\x1f303") - , ("statue_of_liberty", "\x1f5fd") - , ("bridge_at_night", "\x1f309") - , ("carousel_horse", "\x1f3a0") - , ("ferris_wheel", "\x1f3a1") - , ("fountain", "\x26f2") - , ("roller_coaster", "\x1f3a2") - , ("ship", "\x1f6a2") - , ("boat", "\x26f5") - , ("sailboat", "\x26f5") - , ("speedboat", "\x1f6a4") - , ("rowboat", "\x1f6a3") - , ("anchor", "\x2693") - , ("rocket", "\x1f680") - , ("airplane", "\x2708\fe0f") - , ("seat", "\x1f4ba") - , ("helicopter", "\x1f681") - , ("steam_locomotive", "\x1f682") - , ("tram", "\x1f68a") - , ("station", "\x1f689") - , ("mountain_railway", "\x1f69e") - , ("train2", "\x1f686") - , ("bullettrain_side", "\x1f684") - , ("bullettrain_front", "\x1f685") - , ("light_rail", "\x1f688") - , ("metro", "\x1f687") - , ("monorail", "\x1f69d") - , ("train", "\x1f68b") - , ("railway_car", "\x1f683") - , ("trolleybus", "\x1f68e") - , ("bus", "\x1f68c") - , ("oncoming_bus", "\x1f68d") - , ("blue_car", "\x1f699") - , ("oncoming_automobile", "\x1f698") - , ("car", "\x1f697") - , ("red_car", "\x1f697") - , ("taxi", "\x1f695") - , ("oncoming_taxi", "\x1f696") - , ("articulated_lorry", "\x1f69b") - , ("truck", "\x1f69a") - , ("rotating_light", "\x1f6a8") - , ("police_car", "\x1f693") - , ("oncoming_police_car", "\x1f694") - , ("fire_engine", "\x1f692") - , ("ambulance", "\x1f691") - , ("minibus", "\x1f690") - , ("bike", "\x1f6b2") - , ("aerial_tramway", "\x1f6a1") - , ("suspension_railway", "\x1f69f") - , ("mountain_cableway", "\x1f6a0") - , ("tractor", "\x1f69c") - , ("barber", "\x1f488") - , ("busstop", "\x1f68f") - , ("ticket", "\x1f3ab") - , ("vertical_traffic_light", "\x1f6a6") - , ("traffic_light", "\x1f6a5") - , ("warning", "\x26a0\fe0f") - , ("construction", "\x1f6a7") - , ("beginner", "\x1f530") - , ("fuelpump", "\x26fd") - , ("izakaya_lantern", "\x1f3ee") - , ("lantern", "\x1f3ee") - , ("slot_machine", "\x1f3b0") - , ("hotsprings", "\x2668\fe0f") - , ("moyai", "\x1f5ff") - , ("circus_tent", "\x1f3aa") - , ("performing_arts", "\x1f3ad") - , ("round_pushpin", "\x1f4cd") - , ("triangular_flag_on_post", "\x1f6a9") - , ("jp", "\x1f1ef\1f1f5") - , ("kr", "\x1f1f0\1f1f7") - , ("de", "\x1f1e9\1f1ea") - , ("cn", "\x1f1e8\1f1f3") - , ("us", "\x1f1fa\1f1f8") - , ("fr", "\x1f1eb\1f1f7") - , ("es", "\x1f1ea\1f1f8") - , ("it", "\x1f1ee\1f1f9") - , ("ru", "\x1f1f7\1f1fa") - , ("gb", "\x1f1ec\1f1e7") - , ("uk", "\x1f1ec\1f1e7") - , ("one", "1\fe0f\20e3") - , ("two", "2\fe0f\20e3") - , ("three", "3\fe0f\20e3") - , ("four", "4\fe0f\20e3") - , ("five", "5\fe0f\20e3") - , ("six", "6\fe0f\20e3") - , ("seven", "7\fe0f\20e3") - , ("eight", "8\fe0f\20e3") - , ("nine", "9\fe0f\20e3") - , ("zero", "0\fe0f\20e3") - , ("keycap_ten", "\x1f51f") - , ("hash", "#\fe0f\20e3") - , ("symbols", "\x1f523") - , ("arrow_up", "\x2b06\fe0f") - , ("arrow_down", "\x2b07\fe0f") - , ("arrow_left", "\x2b05\fe0f") - , ("arrow_right", "\x27a1\fe0f") - , ("capital_abcd", "\x1f520") - , ("abcd", "\x1f521") - , ("abc", "\x1f524") - , ("arrow_upper_right", "\x2197\fe0f") - , ("arrow_upper_left", "\x2196\fe0f") - , ("arrow_lower_right", "\x2198\fe0f") - , ("arrow_lower_left", "\x2199\fe0f") - , ("left_right_arrow", "\x2194\fe0f") - , ("arrow_up_down", "\x2195\fe0f") - , ("arrows_counterclockwise", "\x1f504") - , ("arrow_backward", "\x25c0\fe0f") - , ("arrow_forward", "\x25b6\fe0f") - , ("arrow_up_small", "\x1f53c") - , ("arrow_down_small", "\x1f53d") - , ("leftwards_arrow_with_hook", "\x21a9\fe0f") - , ("arrow_right_hook", "\x21aa\fe0f") - , ("information_source", "\x2139\fe0f") - , ("rewind", "\x23ea") - , ("fast_forward", "\x23e9") - , ("arrow_double_up", "\x23eb") - , ("arrow_double_down", "\x23ec") - , ("arrow_heading_down", "\x2935\fe0f") - , ("arrow_heading_up", "\x2934\fe0f") - , ("ok", "\x1f197") - , ("twisted_rightwards_arrows", "\x1f500") - , ("repeat", "\x1f501") - , ("repeat_one", "\x1f502") - , ("new", "\x1f195") - , ("up", "\x1f199") - , ("cool", "\x1f192") - , ("free", "\x1f193") - , ("ng", "\x1f196") - , ("signal_strength", "\x1f4f6") - , ("cinema", "\x1f3a6") - , ("koko", "\x1f201") - , ("u6307", "\x1f22f") - , ("u7a7a", "\x1f233") - , ("u6e80", "\x1f235") - , ("u5408", "\x1f234") - , ("u7981", "\x1f232") - , ("ideograph_advantage", "\x1f250") - , ("u5272", "\x1f239") - , ("u55b6", "\x1f23a") - , ("u6709", "\x1f236") - , ("u7121", "\x1f21a") - , ("restroom", "\x1f6bb") - , ("mens", "\x1f6b9") - , ("womens", "\x1f6ba") - , ("baby_symbol", "\x1f6bc") - , ("wc", "\x1f6be") - , ("potable_water", "\x1f6b0") - , ("put_litter_in_its_place", "\x1f6ae") - , ("parking", "\x1f17f\fe0f") - , ("wheelchair", "\x267f") - , ("no_smoking", "\x1f6ad") - , ("u6708", "\x1f237\fe0f") - , ("u7533", "\x1f238") - , ("sa", "\x1f202\fe0f") - , ("m", "\x24c2\fe0f") - , ("passport_control", "\x1f6c2") - , ("baggage_claim", "\x1f6c4") - , ("left_luggage", "\x1f6c5") - , ("customs", "\x1f6c3") - , ("accept", "\x1f251") - , ("secret", "\x3299\fe0f") - , ("congratulations", "\x3297\fe0f") - , ("cl", "\x1f191") - , ("sos", "\x1f198") - , ("id", "\x1f194") - , ("no_entry_sign", "\x1f6ab") - , ("underage", "\x1f51e") - , ("no_mobile_phones", "\x1f4f5") - , ("do_not_litter", "\x1f6af") - , ("non-potable_water", "\x1f6b1") - , ("no_bicycles", "\x1f6b3") - , ("no_pedestrians", "\x1f6b7") - , ("children_crossing", "\x1f6b8") - , ("no_entry", "\x26d4") - , ("eight_spoked_asterisk", "\x2733\fe0f") - , ("sparkle", "\x2747\fe0f") - , ("negative_squared_cross_mark", "\x274e") - , ("white_check_mark", "\x2705") - , ("eight_pointed_black_star", "\x2734\fe0f") - , ("heart_decoration", "\x1f49f") - , ("vs", "\x1f19a") - , ("vibration_mode", "\x1f4f3") - , ("mobile_phone_off", "\x1f4f4") - , ("a", "\x1f170\fe0f") - , ("b", "\x1f171\fe0f") - , ("ab", "\x1f18e") - , ("o2", "\x1f17e\fe0f") - , ("diamond_shape_with_a_dot_inside", "\x1f4a0") - , ("loop", "\x27bf") - , ("recycle", "\x267b\fe0f") - , ("aries", "\x2648") - , ("taurus", "\x2649") - , ("gemini", "\x264a") - , ("cancer", "\x264b") - , ("leo", "\x264c") - , ("virgo", "\x264d") - , ("libra", "\x264e") - , ("scorpius", "\x264f") - , ("sagittarius", "\x2650") - , ("capricorn", "\x2651") - , ("aquarius", "\x2652") - , ("pisces", "\x2653") - , ("ophiuchus", "\x26ce") - , ("six_pointed_star", "\x1f52f") - , ("atm", "\x1f3e7") - , ("chart", "\x1f4b9") - , ("heavy_dollar_sign", "\x1f4b2") - , ("currency_exchange", "\x1f4b1") - , ("copyright", "©\fe0f") - , ("registered", "®\fe0f") - , ("tm", "\x2122\fe0f") - , ("x", "\x274c") - , ("bangbang", "\x203c\fe0f") - , ("interrobang", "\x2049\fe0f") - , ("exclamation", "\x2757") - , ("heavy_exclamation_mark", "\x2757") - , ("question", "\x2753") - , ("grey_exclamation", "\x2755") - , ("grey_question", "\x2754") - , ("o", "\x2b55") - , ("top", "\x1f51d") - , ("end", "\x1f51a") - , ("back", "\x1f519") - , ("on", "\x1f51b") - , ("soon", "\x1f51c") - , ("arrows_clockwise", "\x1f503") - , ("clock12", "\x1f55b") - , ("clock1230", "\x1f567") - , ("clock1", "\x1f550") - , ("clock130", "\x1f55c") - , ("clock2", "\x1f551") - , ("clock230", "\x1f55d") - , ("clock3", "\x1f552") - , ("clock330", "\x1f55e") - , ("clock4", "\x1f553") - , ("clock430", "\x1f55f") - , ("clock5", "\x1f554") - , ("clock530", "\x1f560") - , ("clock6", "\x1f555") - , ("clock7", "\x1f556") - , ("clock8", "\x1f557") - , ("clock9", "\x1f558") - , ("clock10", "\x1f559") - , ("clock11", "\x1f55a") - , ("clock630", "\x1f561") - , ("clock730", "\x1f562") - , ("clock830", "\x1f563") - , ("clock930", "\x1f564") - , ("clock1030", "\x1f565") - , ("clock1130", "\x1f566") - , ("heavy_multiplication_x", "\x2716\fe0f") - , ("heavy_plus_sign", "\x2795") - , ("heavy_minus_sign", "\x2796") - , ("heavy_division_sign", "\x2797") - , ("spades", "\x2660\fe0f") - , ("hearts", "\x2665\fe0f") - , ("clubs", "\x2663\fe0f") - , ("diamonds", "\x2666\fe0f") - , ("white_flower", "\x1f4ae") - , ("heavy_check_mark", "\x2714\fe0f") - , ("ballot_box_with_check", "\x2611\fe0f") - , ("radio_button", "\x1f518") - , ("link", "\x1f517") - , ("curly_loop", "\x27b0") - , ("wavy_dash", "\x3030\fe0f") - , ("part_alternation_mark", "\x303d\fe0f") - , ("trident", "\x1f531") - , ("black_medium_square", "\x25fc\fe0f") - , ("white_medium_square", "\x25fb\fe0f") - , ("black_medium_small_square", "\x25fe") - , ("white_medium_small_square", "\x25fd") - , ("black_small_square", "\x25aa\fe0f") - , ("white_small_square", "\x25ab\fe0f") - , ("small_red_triangle", "\x1f53a") - , ("black_square_button", "\x1f532") - , ("white_square_button", "\x1f533") - , ("black_circle", "\x26ab") - , ("white_circle", "\x26aa") - , ("red_circle", "\x1f534") - , ("large_blue_circle", "\x1f535") - , ("small_red_triangle_down", "\x1f53b") - , ("white_large_square", "\x2b1c") - , ("black_large_square", "\x2b1b") - , ("large_orange_diamond", "\x1f536") - , ("large_blue_diamond", "\x1f537") - , ("small_orange_diamond", "\x1f538") - , ("small_blue_diamond", "\x1f539") + [("+1","\128077") + ,("-1","\128078") + ,("100","\128175") + ,("1234","\128290") + ,("8ball","\127921") + ,("a","\127344\65039") + ,("ab","\127374") + ,("abc","\128292") + ,("abcd","\128289") + ,("accept","\127569") + ,("aerial_tramway","\128673") + ,("airplane","\9992\65039") + ,("alarm_clock","\9200") + ,("alien","\128125") + ,("ambulance","\128657") + ,("anchor","\9875") + ,("angel","\128124") + ,("anger","\128162") + ,("angry","\128544") + ,("anguished","\128551") + ,("ant","\128028") + ,("apple","\127822") + ,("aquarius","\9810") + ,("aries","\9800") + ,("arrow_backward","\9664\65039") + ,("arrow_double_down","\9196") + ,("arrow_double_up","\9195") + ,("arrow_down","\11015\65039") + ,("arrow_down_small","\128317") + ,("arrow_forward","\9654\65039") + ,("arrow_heading_down","\10549\65039") + ,("arrow_heading_up","\10548\65039") + ,("arrow_left","\11013\65039") + ,("arrow_lower_left","\8601\65039") + ,("arrow_lower_right","\8600\65039") + ,("arrow_right","\10145\65039") + ,("arrow_right_hook","\8618\65039") + ,("arrow_up","\11014\65039") + ,("arrow_up_down","\8597\65039") + ,("arrow_up_small","\128316") + ,("arrow_upper_left","\8598\65039") + ,("arrow_upper_right","\8599\65039") + ,("arrows_clockwise","\128259") + ,("arrows_counterclockwise","\128260") + ,("art","\127912") + ,("articulated_lorry","\128667") + ,("astonished","\128562") + ,("athletic_shoe","\128095") + ,("atm","\127975") + ,("b","\127345\65039") + ,("baby","\128118") + ,("baby_bottle","\127868") + ,("baby_chick","\128036") + ,("baby_symbol","\128700") + ,("back","\128281") + ,("baggage_claim","\128708") + ,("balloon","\127880") + ,("ballot_box_with_check","\9745\65039") + ,("bamboo","\127885") + ,("banana","\127820") + ,("bangbang","\8252\65039") + ,("bank","\127974") + ,("bar_chart","\128202") + ,("barber","\128136") + ,("baseball","\9918\65039") + ,("basketball","\127936") + ,("bath","\128704") + ,("bathtub","\128705") + ,("battery","\128267") + ,("bear","\128059") + ,("bee","\128029") + ,("beer","\127866") + ,("beers","\127867") + ,("beetle","\128030") + ,("beginner","\128304") + ,("bell","\128276") + ,("bento","\127857") + ,("bicyclist","\128692") + ,("bike","\128690") + ,("bikini","\128089") + ,("bird","\128038") + ,("birthday","\127874") + ,("black_circle","\9899") + ,("black_joker","\127183") + ,("black_large_square","\11035") + ,("black_medium_small_square","\9726") + ,("black_medium_square","\9724\65039") + ,("black_nib","\10002\65039") + ,("black_small_square","\9642\65039") + ,("black_square_button","\128306") + ,("blossom","\127804") + ,("blowfish","\128033") + ,("blue_book","\128216") + ,("blue_car","\128665") + ,("blue_heart","\128153") + ,("blush","\128522") + ,("boar","\128023") + ,("boat","\9973") + ,("bomb","\128163") + ,("book","\128214") + ,("bookmark","\128278") + ,("bookmark_tabs","\128209") + ,("books","\128218") + ,("boom","\128165") + ,("boot","\128098") + ,("bouquet","\128144") + ,("bow","\128583") + ,("bowling","\127923") + ,("boy","\128102") + ,("bread","\127838") + ,("bride_with_veil","\128112") + ,("bridge_at_night","\127753") + ,("briefcase","\128188") + ,("broken_heart","\128148") + ,("bug","\128027") + ,("bulb","\128161") + ,("bullettrain_front","\128645") + ,("bullettrain_side","\128644") + ,("bus","\128652") + ,("busstop","\128655") + ,("bust_in_silhouette","\128100") + ,("busts_in_silhouette","\128101") + ,("cactus","\127797") + ,("cake","\127856") + ,("calendar","\128198") + ,("calling","\128242") + ,("camel","\128043") + ,("camera","\128247") + ,("cancer","\9803") + ,("candy","\127852") + ,("capital_abcd","\128288") + ,("capricorn","\9809") + ,("car","\128663") + ,("card_index","\128199") + ,("carousel_horse","\127904") + ,("cat","\128049") + ,("cat2","\128008") + ,("cd","\128191") + ,("chart","\128185") + ,("chart_with_downwards_trend","\128201") + ,("chart_with_upwards_trend","\128200") + ,("checkered_flag","\127937") + ,("cherries","\127826") + ,("cherry_blossom","\127800") + ,("chestnut","\127792") + ,("chicken","\128020") + ,("children_crossing","\128696") + ,("chocolate_bar","\127851") + ,("christmas_tree","\127876") + ,("church","\9962") + ,("cinema","\127910") + ,("circus_tent","\127914") + ,("city_sunrise","\127751") + ,("city_sunset","\127750") + ,("cl","\127377") + ,("clap","\128079") + ,("clapper","\127916") + ,("clipboard","\128203") + ,("clock1","\128336") + ,("clock10","\128345") + ,("clock1030","\128357") + ,("clock11","\128346") + ,("clock1130","\128358") + ,("clock12","\128347") + ,("clock1230","\128359") + ,("clock130","\128348") + ,("clock2","\128337") + ,("clock230","\128349") + ,("clock3","\128338") + ,("clock330","\128350") + ,("clock4","\128339") + ,("clock430","\128351") + ,("clock5","\128340") + ,("clock530","\128352") + ,("clock6","\128341") + ,("clock630","\128353") + ,("clock7","\128342") + ,("clock730","\128354") + ,("clock8","\128343") + ,("clock830","\128355") + ,("clock9","\128344") + ,("clock930","\128356") + ,("closed_book","\128213") + ,("closed_lock_with_key","\128272") + ,("closed_umbrella","\127746") + ,("cloud","\9729\65039") + ,("clubs","\9827\65039") + ,("cn","\127464\127475") + ,("cocktail","\127864") + ,("coffee","\9749") + ,("cold_sweat","\128560") + ,("collision","\128165") + ,("computer","\128187") + ,("confetti_ball","\127882") + ,("confounded","\128534") + ,("confused","\128533") + ,("congratulations","\12951\65039") + ,("construction","\128679") + ,("construction_worker","\128119") + ,("convenience_store","\127978") + ,("cookie","\127850") + ,("cool","\127378") + ,("cop","\128110") + ,("copyright","\169\65039") + ,("corn","\127805") + ,("couple","\128107") + ,("couple_with_heart","\128145") + ,("couplekiss","\128143") + ,("cow","\128046") + ,("cow2","\128004") + ,("credit_card","\128179") + ,("crescent_moon","\127769") + ,("crocodile","\128010") + ,("crossed_flags","\127884") + ,("crown","\128081") + ,("cry","\128546") + ,("crying_cat_face","\128575") + ,("crystal_ball","\128302") + ,("cupid","\128152") + ,("curly_loop","\10160") + ,("currency_exchange","\128177") + ,("curry","\127835") + ,("custard","\127854") + ,("customs","\128707") + ,("cyclone","\127744") + ,("dancer","\128131") + ,("dancers","\128111") + ,("dango","\127841") + ,("dart","\127919") + ,("dash","\128168") + ,("date","\128197") + ,("de","\127465\127466") + ,("deciduous_tree","\127795") + ,("department_store","\127980") + ,("diamond_shape_with_a_dot_inside","\128160") + ,("diamonds","\9830\65039") + ,("disappointed","\128542") + ,("disappointed_relieved","\128549") + ,("dizzy","\128171") + ,("dizzy_face","\128565") + ,("do_not_litter","\128687") + ,("dog","\128054") + ,("dog2","\128021") + ,("dollar","\128181") + ,("dolls","\127886") + ,("dolphin","\128044") + ,("door","\128682") + ,("doughnut","\127849") + ,("dragon","\128009") + ,("dragon_face","\128050") + ,("dress","\128087") + ,("dromedary_camel","\128042") + ,("droplet","\128167") + ,("dvd","\128192") + ,("e-mail","\128231") + ,("ear","\128066") + ,("ear_of_rice","\127806") + ,("earth_africa","\127757") + ,("earth_americas","\127758") + ,("earth_asia","\127759") + ,("egg","\127859") + ,("eggplant","\127814") + ,("eight","8\65039\8419") + ,("eight_pointed_black_star","\10036\65039") + ,("eight_spoked_asterisk","\10035\65039") + ,("electric_plug","\128268") + ,("elephant","\128024") + ,("email","\9993\65039") + ,("end","\128282") + ,("envelope","\9993\65039") + ,("envelope_with_arrow","\128233") + ,("es","\127466\127480") + ,("euro","\128182") + ,("european_castle","\127984") + ,("european_post_office","\127972") + ,("evergreen_tree","\127794") + ,("exclamation","\10071") + ,("expressionless","\128529") + ,("eyeglasses","\128083") + ,("eyes","\128064") + ,("facepunch","\128074") + ,("factory","\127981") + ,("fallen_leaf","\127810") + ,("family","\128106") + ,("fast_forward","\9193") + ,("fax","\128224") + ,("fearful","\128552") + ,("feet","\128062") + ,("ferris_wheel","\127905") + ,("file_folder","\128193") + ,("fire","\128293") + ,("fire_engine","\128658") + ,("fireworks","\127878") + ,("first_quarter_moon","\127763") + ,("first_quarter_moon_with_face","\127771") + ,("fish","\128031") + ,("fish_cake","\127845") + ,("fishing_pole_and_fish","\127907") + ,("fist","\9994") + ,("five","5\65039\8419") + ,("flags","\127887") + ,("flashlight","\128294") + ,("flipper","\128044") + ,("floppy_disk","\128190") + ,("flower_playing_cards","\127924") + ,("flushed","\128563") + ,("foggy","\127745") + ,("football","\127944") + ,("footprints","\128099") + ,("fork_and_knife","\127860") + ,("fountain","\9970") + ,("four","4\65039\8419") + ,("four_leaf_clover","\127808") + ,("fr","\127467\127479") + ,("free","\127379") + ,("fried_shrimp","\127844") + ,("fries","\127839") + ,("frog","\128056") + ,("frowning","\128550") + ,("fuelpump","\9981") + ,("full_moon","\127765") + ,("full_moon_with_face","\127773") + ,("game_die","\127922") + ,("gb","\127468\127463") + ,("gem","\128142") + ,("gemini","\9802") + ,("ghost","\128123") + ,("gift","\127873") + ,("gift_heart","\128157") + ,("girl","\128103") + ,("globe_with_meridians","\127760") + ,("goat","\128016") + ,("golf","\9971") + ,("grapes","\127815") + ,("green_apple","\127823") + ,("green_book","\128215") + ,("green_heart","\128154") + ,("grey_exclamation","\10069") + ,("grey_question","\10068") + ,("grimacing","\128556") + ,("grin","\128513") + ,("grinning","\128512") + ,("guardsman","\128130") + ,("guitar","\127928") + ,("gun","\128299") + ,("haircut","\128135") + ,("hamburger","\127828") + ,("hammer","\128296") + ,("hamster","\128057") + ,("hand","\9995") + ,("handbag","\128092") + ,("hankey","\128169") + ,("hash","#\65039\8419") + ,("hatched_chick","\128037") + ,("hatching_chick","\128035") + ,("headphones","\127911") + ,("hear_no_evil","\128585") + ,("heart","\10084\65039") + ,("heart_decoration","\128159") + ,("heart_eyes","\128525") + ,("heart_eyes_cat","\128571") + ,("heartbeat","\128147") + ,("heartpulse","\128151") + ,("hearts","\9829\65039") + ,("heavy_check_mark","\10004\65039") + ,("heavy_division_sign","\10135") + ,("heavy_dollar_sign","\128178") + ,("heavy_exclamation_mark","\10071") + ,("heavy_minus_sign","\10134") + ,("heavy_multiplication_x","\10006\65039") + ,("heavy_plus_sign","\10133") + ,("helicopter","\128641") + ,("herb","\127807") + ,("hibiscus","\127802") + ,("high_brightness","\128262") + ,("high_heel","\128096") + ,("hocho","\128298") + ,("honey_pot","\127855") + ,("honeybee","\128029") + ,("horse","\128052") + ,("horse_racing","\127943") + ,("hospital","\127973") + ,("hotel","\127976") + ,("hotsprings","\9832\65039") + ,("hourglass","\8987") + ,("hourglass_flowing_sand","\9203") + ,("house","\127968") + ,("house_with_garden","\127969") + ,("hushed","\128559") + ,("ice_cream","\127848") + ,("icecream","\127846") + ,("id","\127380") + ,("ideograph_advantage","\127568") + ,("imp","\128127") + ,("inbox_tray","\128229") + ,("incoming_envelope","\128232") + ,("information_desk_person","\128129") + ,("information_source","\8505\65039") + ,("innocent","\128519") + ,("interrobang","\8265\65039") + ,("iphone","\128241") + ,("it","\127470\127481") + ,("izakaya_lantern","\127982") + ,("jack_o_lantern","\127875") + ,("japan","\128510") + ,("japanese_castle","\127983") + ,("japanese_goblin","\128122") + ,("japanese_ogre","\128121") + ,("jeans","\128086") + ,("joy","\128514") + ,("joy_cat","\128569") + ,("jp","\127471\127477") + ,("key","\128273") + ,("keycap_ten","\128287") + ,("kimono","\128088") + ,("kiss","\128139") + ,("kissing","\128535") + ,("kissing_cat","\128573") + ,("kissing_closed_eyes","\128538") + ,("kissing_heart","\128536") + ,("kissing_smiling_eyes","\128537") + ,("knife","\128298") + ,("koala","\128040") + ,("koko","\127489") + ,("kr","\127472\127479") + ,("lantern","\127982") + ,("large_blue_circle","\128309") + ,("large_blue_diamond","\128311") + ,("large_orange_diamond","\128310") + ,("last_quarter_moon","\127767") + ,("last_quarter_moon_with_face","\127772") + ,("laughing","\128518") + ,("leaves","\127811") + ,("ledger","\128210") + ,("left_luggage","\128709") + ,("left_right_arrow","\8596\65039") + ,("leftwards_arrow_with_hook","\8617\65039") + ,("lemon","\127819") + ,("leo","\9804") + ,("leopard","\128006") + ,("libra","\9806") + ,("light_rail","\128648") + ,("link","\128279") + ,("lips","\128068") + ,("lipstick","\128132") + ,("lock","\128274") + ,("lock_with_ink_pen","\128271") + ,("lollipop","\127853") + ,("loop","\10175") + ,("loud_sound","\128266") + ,("loudspeaker","\128226") + ,("love_hotel","\127977") + ,("love_letter","\128140") + ,("low_brightness","\128261") + ,("m","\9410\65039") + ,("mag","\128269") + ,("mag_right","\128270") + ,("mahjong","\126980") + ,("mailbox","\128235") + ,("mailbox_closed","\128234") + ,("mailbox_with_mail","\128236") + ,("mailbox_with_no_mail","\128237") + ,("man","\128104") + ,("man_with_gua_pi_mao","\128114") + ,("man_with_turban","\128115") + ,("mans_shoe","\128094") + ,("maple_leaf","\127809") + ,("mask","\128567") + ,("massage","\128134") + ,("meat_on_bone","\127830") + ,("mega","\128227") + ,("melon","\127816") + ,("memo","\128221") + ,("mens","\128697") + ,("metro","\128647") + ,("microphone","\127908") + ,("microscope","\128300") + ,("milky_way","\127756") + ,("minibus","\128656") + ,("minidisc","\128189") + ,("mobile_phone_off","\128244") + ,("money_with_wings","\128184") + ,("moneybag","\128176") + ,("monkey","\128018") + ,("monkey_face","\128053") + ,("monorail","\128669") + ,("moon","\127764") + ,("mortar_board","\127891") + ,("mount_fuji","\128507") + ,("mountain_bicyclist","\128693") + ,("mountain_cableway","\128672") + ,("mountain_railway","\128670") + ,("mouse","\128045") + ,("mouse2","\128001") + ,("movie_camera","\127909") + ,("moyai","\128511") + ,("muscle","\128170") + ,("mushroom","\127812") + ,("musical_keyboard","\127929") + ,("musical_note","\127925") + ,("musical_score","\127932") + ,("mute","\128263") + ,("nail_care","\128133") + ,("name_badge","\128219") + ,("necktie","\128084") + ,("negative_squared_cross_mark","\10062") + ,("neutral_face","\128528") + ,("new","\127381") + ,("new_moon","\127761") + ,("new_moon_with_face","\127770") + ,("newspaper","\128240") + ,("ng","\127382") + ,("night_with_stars","\127747") + ,("nine","9\65039\8419") + ,("no_bell","\128277") + ,("no_bicycles","\128691") + ,("no_entry","\9940") + ,("no_entry_sign","\128683") + ,("no_good","\128581") + ,("no_mobile_phones","\128245") + ,("no_mouth","\128566") + ,("no_pedestrians","\128695") + ,("no_smoking","\128685") + ,("non-potable_water","\128689") + ,("nose","\128067") + ,("notebook","\128211") + ,("notebook_with_decorative_cover","\128212") + ,("notes","\127926") + ,("nut_and_bolt","\128297") + ,("o","\11093") + ,("o2","\127358\65039") + ,("ocean","\127754") + ,("octopus","\128025") + ,("oden","\127842") + ,("office","\127970") + ,("ok","\127383") + ,("ok_hand","\128076") + ,("ok_woman","\128582") + ,("older_man","\128116") + ,("older_woman","\128117") + ,("on","\128283") + ,("oncoming_automobile","\128664") + ,("oncoming_bus","\128653") + ,("oncoming_police_car","\128660") + ,("oncoming_taxi","\128662") + ,("one","1\65039\8419") + ,("open_book","\128214") + ,("open_file_folder","\128194") + ,("open_hands","\128080") + ,("open_mouth","\128558") + ,("ophiuchus","\9934") + ,("orange_book","\128217") + ,("outbox_tray","\128228") + ,("ox","\128002") + ,("package","\128230") + ,("page_facing_up","\128196") + ,("page_with_curl","\128195") + ,("pager","\128223") + ,("palm_tree","\127796") + ,("panda_face","\128060") + ,("paperclip","\128206") + ,("parking","\127359\65039") + ,("part_alternation_mark","\12349\65039") + ,("partly_sunny","\9925") + ,("passport_control","\128706") + ,("paw_prints","\128062") + ,("peach","\127825") + ,("pear","\127824") + ,("pencil","\128221") + ,("pencil2","\9999\65039") + ,("penguin","\128039") + ,("pensive","\128532") + ,("performing_arts","\127917") + ,("persevere","\128547") + ,("person_frowning","\128589") + ,("person_with_blond_hair","\128113") + ,("person_with_pouting_face","\128590") + ,("phone","\9742\65039") + ,("pig","\128055") + ,("pig2","\128022") + ,("pig_nose","\128061") + ,("pill","\128138") + ,("pineapple","\127821") + ,("pisces","\9811") + ,("pizza","\127829") + ,("point_down","\128071") + ,("point_left","\128072") + ,("point_right","\128073") + ,("point_up","\9757\65039") + ,("point_up_2","\128070") + ,("police_car","\128659") + ,("poodle","\128041") + ,("poop","\128169") + ,("post_office","\127971") + ,("postal_horn","\128239") + ,("postbox","\128238") + ,("potable_water","\128688") + ,("pouch","\128093") + ,("poultry_leg","\127831") + ,("pound","\128183") + ,("pouting_cat","\128574") + ,("pray","\128591") + ,("princess","\128120") + ,("punch","\128074") + ,("purple_heart","\128156") + ,("purse","\128091") + ,("pushpin","\128204") + ,("put_litter_in_its_place","\128686") + ,("question","\10067") + ,("rabbit","\128048") + ,("rabbit2","\128007") + ,("racehorse","\128014") + ,("radio","\128251") + ,("radio_button","\128280") + ,("rage","\128545") + ,("railway_car","\128643") + ,("rainbow","\127752") + ,("raised_hand","\9995") + ,("raised_hands","\128588") + ,("raising_hand","\128587") + ,("ram","\128015") + ,("ramen","\127836") + ,("rat","\128000") + ,("recycle","\9851\65039") + ,("red_car","\128663") + ,("red_circle","\128308") + ,("registered","\174\65039") + ,("relaxed","\9786\65039") + ,("relieved","\128524") + ,("repeat","\128257") + ,("repeat_one","\128258") + ,("restroom","\128699") + ,("revolving_hearts","\128158") + ,("rewind","\9194") + ,("ribbon","\127872") + ,("rice","\127834") + ,("rice_ball","\127833") + ,("rice_cracker","\127832") + ,("rice_scene","\127889") + ,("ring","\128141") + ,("rocket","\128640") + ,("roller_coaster","\127906") + ,("rooster","\128019") + ,("rose","\127801") + ,("rotating_light","\128680") + ,("round_pushpin","\128205") + ,("rowboat","\128675") + ,("ru","\127479\127482") + ,("rugby_football","\127945") + ,("runner","\127939") + ,("running","\127939") + ,("running_shirt_with_sash","\127933") + ,("sa","\127490\65039") + ,("sagittarius","\9808") + ,("sailboat","\9973") + ,("sake","\127862") + ,("sandal","\128097") + ,("santa","\127877") + ,("satellite","\128225") + ,("satisfied","\128518") + ,("saxophone","\127927") + ,("school","\127979") + ,("school_satchel","\127890") + ,("scissors","\9986\65039") + ,("scorpius","\9807") + ,("scream","\128561") + ,("scream_cat","\128576") + ,("scroll","\128220") + ,("seat","\128186") + ,("secret","\12953\65039") + ,("see_no_evil","\128584") + ,("seedling","\127793") + ,("seven","7\65039\8419") + ,("shaved_ice","\127847") + ,("sheep","\128017") + ,("shell","\128026") + ,("ship","\128674") + ,("shirt","\128085") + ,("shit","\128169") + ,("shoe","\128094") + ,("shower","\128703") + ,("signal_strength","\128246") + ,("six","6\65039\8419") + ,("six_pointed_star","\128303") + ,("ski","\127935") + ,("skull","\128128") + ,("sleeping","\128564") + ,("sleepy","\128554") + ,("slot_machine","\127920") + ,("small_blue_diamond","\128313") + ,("small_orange_diamond","\128312") + ,("small_red_triangle","\128314") + ,("small_red_triangle_down","\128315") + ,("smile","\128516") + ,("smile_cat","\128568") + ,("smiley","\128515") + ,("smiley_cat","\128570") + ,("smiling_imp","\128520") + ,("smirk","\128527") + ,("smirk_cat","\128572") + ,("smoking","\128684") + ,("snail","\128012") + ,("snake","\128013") + ,("snowboarder","\127938") + ,("snowflake","\10052\65039") + ,("snowman","\9924") + ,("sob","\128557") + ,("soccer","\9917") + ,("soon","\128284") + ,("sos","\127384") + ,("sound","\128265") + ,("space_invader","\128126") + ,("spades","\9824\65039") + ,("spaghetti","\127837") + ,("sparkle","\10055\65039") + ,("sparkler","\127879") + ,("sparkles","\10024") + ,("sparkling_heart","\128150") + ,("speak_no_evil","\128586") + ,("speaker","\128264") + ,("speech_balloon","\128172") + ,("speedboat","\128676") + ,("star","\11088") + ,("star2","\127775") + ,("stars","\127776") + ,("station","\128649") + ,("statue_of_liberty","\128509") + ,("steam_locomotive","\128642") + ,("stew","\127858") + ,("straight_ruler","\128207") + ,("strawberry","\127827") + ,("stuck_out_tongue","\128539") + ,("stuck_out_tongue_closed_eyes","\128541") + ,("stuck_out_tongue_winking_eye","\128540") + ,("sun_with_face","\127774") + ,("sunflower","\127803") + ,("sunglasses","\128526") + ,("sunny","\9728\65039") + ,("sunrise","\127749") + ,("sunrise_over_mountains","\127748") + ,("surfer","\127940") + ,("sushi","\127843") + ,("suspension_railway","\128671") + ,("sweat","\128531") + ,("sweat_drops","\128166") + ,("sweat_smile","\128517") + ,("sweet_potato","\127840") + ,("swimmer","\127946") + ,("symbols","\128291") + ,("syringe","\128137") + ,("tada","\127881") + ,("tanabata_tree","\127883") + ,("tangerine","\127818") + ,("taurus","\9801") + ,("taxi","\128661") + ,("tea","\127861") + ,("telephone","\9742\65039") + ,("telephone_receiver","\128222") + ,("telescope","\128301") + ,("tennis","\127934") + ,("tent","\9978") + ,("thought_balloon","\128173") + ,("three","3\65039\8419") + ,("thumbsdown","\128078") + ,("thumbsup","\128077") + ,("ticket","\127915") + ,("tiger","\128047") + ,("tiger2","\128005") + ,("tired_face","\128555") + ,("tm","\8482\65039") + ,("toilet","\128701") + ,("tokyo_tower","\128508") + ,("tomato","\127813") + ,("tongue","\128069") + ,("top","\128285") + ,("tophat","\127913") + ,("tractor","\128668") + ,("traffic_light","\128677") + ,("train","\128651") + ,("train2","\128646") + ,("tram","\128650") + ,("triangular_flag_on_post","\128681") + ,("triangular_ruler","\128208") + ,("trident","\128305") + ,("triumph","\128548") + ,("trolleybus","\128654") + ,("trophy","\127942") + ,("tropical_drink","\127865") + ,("tropical_fish","\128032") + ,("truck","\128666") + ,("trumpet","\127930") + ,("tshirt","\128085") + ,("tulip","\127799") + ,("turtle","\128034") + ,("tv","\128250") + ,("twisted_rightwards_arrows","\128256") + ,("two","2\65039\8419") + ,("two_hearts","\128149") + ,("two_men_holding_hands","\128108") + ,("two_women_holding_hands","\128109") + ,("u5272","\127545") + ,("u5408","\127540") + ,("u55b6","\127546") + ,("u6307","\127535") + ,("u6708","\127543\65039") + ,("u6709","\127542") + ,("u6e80","\127541") + ,("u7121","\127514") + ,("u7533","\127544") + ,("u7981","\127538") + ,("u7a7a","\127539") + ,("uk","\127468\127463") + ,("umbrella","\9748") + ,("unamused","\128530") + ,("underage","\128286") + ,("unlock","\128275") + ,("up","\127385") + ,("us","\127482\127480") + ,("v","\9996\65039") + ,("vertical_traffic_light","\128678") + ,("vhs","\128252") + ,("vibration_mode","\128243") + ,("video_camera","\128249") + ,("video_game","\127918") + ,("violin","\127931") + ,("virgo","\9805") + ,("volcano","\127755") + ,("vs","\127386") + ,("walking","\128694") + ,("waning_crescent_moon","\127768") + ,("waning_gibbous_moon","\127766") + ,("warning","\9888\65039") + ,("watch","\8986") + ,("water_buffalo","\128003") + ,("watermelon","\127817") + ,("wave","\128075") + ,("wavy_dash","\12336\65039") + ,("waxing_crescent_moon","\127762") + ,("waxing_gibbous_moon","\127764") + ,("wc","\128702") + ,("weary","\128553") + ,("wedding","\128146") + ,("whale","\128051") + ,("whale2","\128011") + ,("wheelchair","\9855") + ,("white_check_mark","\9989") + ,("white_circle","\9898") + ,("white_flower","\128174") + ,("white_large_square","\11036") + ,("white_medium_small_square","\9725") + ,("white_medium_square","\9723\65039") + ,("white_small_square","\9643\65039") + ,("white_square_button","\128307") + ,("wind_chime","\127888") + ,("wine_glass","\127863") + ,("wink","\128521") + ,("wolf","\128058") + ,("woman","\128105") + ,("womans_clothes","\128090") + ,("womans_hat","\128082") + ,("womens","\128698") + ,("worried","\128543") + ,("wrench","\128295") + ,("x","\10060") + ,("yellow_heart","\128155") + ,("yen","\128180") + ,("yum","\128523") + ,("zap","\9889") + ,("zero","0\65039\8419") + ,("zzz","\128164") ] + |