From 37285b432cb0a4c22eb62c3e16b501985f764071 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Nov 2015 14:17:25 -0800 Subject: Text.Pandoc.Emoji: use hex escapes instead of Unicode in source. Some of the unicode characters cause ghc parse errors in older ghc versions. --- src/Text/Pandoc/Emoji.hs | 1740 +++++++++++++++++++++++----------------------- 1 file changed, 870 insertions(+), 870 deletions(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Emoji.hs b/src/Text/Pandoc/Emoji.hs index 2ae7962cb..c98b06fa1 100644 --- a/src/Text/Pandoc/Emoji.hs +++ b/src/Text/Pandoc/Emoji.hs @@ -32,874 +32,874 @@ import qualified Data.Map as M emojis :: M.Map String String emojis = M.fromList - [ ("100", "๐Ÿ’ฏ") - , ("1234", "๐Ÿ”ข") - , ("smile", "๐Ÿ˜„") - , ("smiley", "๐Ÿ˜ƒ") - , ("grinning", "๐Ÿ˜€") - , ("blush", "๐Ÿ˜Š") - , ("relaxed", "โ˜บ๏ธ") - , ("wink", "๐Ÿ˜‰") - , ("heart_eyes", "๐Ÿ˜") - , ("kissing_heart", "๐Ÿ˜˜") - , ("kissing_closed_eyes", "๐Ÿ˜š") - , ("kissing", "๐Ÿ˜—") - , ("kissing_smiling_eyes", "๐Ÿ˜™") - , ("stuck_out_tongue_winking_eye", "๐Ÿ˜œ") - , ("stuck_out_tongue_closed_eyes", "๐Ÿ˜") - , ("stuck_out_tongue", "๐Ÿ˜›") - , ("flushed", "๐Ÿ˜ณ") - , ("grin", "๐Ÿ˜") - , ("pensive", "๐Ÿ˜”") - , ("relieved", "๐Ÿ˜Œ") - , ("unamused", "๐Ÿ˜’") - , ("disappointed", "๐Ÿ˜ž") - , ("persevere", "๐Ÿ˜ฃ") - , ("cry", "๐Ÿ˜ข") - , ("joy", "๐Ÿ˜‚") - , ("sob", "๐Ÿ˜ญ") - , ("sleepy", "๐Ÿ˜ช") - , ("disappointed_relieved", "๐Ÿ˜ฅ") - , ("cold_sweat", "๐Ÿ˜ฐ") - , ("sweat_smile", "๐Ÿ˜…") - , ("sweat", "๐Ÿ˜“") - , ("weary", "๐Ÿ˜ฉ") - , ("tired_face", "๐Ÿ˜ซ") - , ("fearful", "๐Ÿ˜จ") - , ("scream", "๐Ÿ˜ฑ") - , ("angry", "๐Ÿ˜ ") - , ("rage", "๐Ÿ˜ก") - , ("triumph", "๐Ÿ˜ค") - , ("confounded", "๐Ÿ˜–") - , ("laughing", "๐Ÿ˜†") - , ("satisfied", "๐Ÿ˜†") - , ("yum", "๐Ÿ˜‹") - , ("mask", "๐Ÿ˜ท") - , ("sunglasses", "๐Ÿ˜Ž") - , ("sleeping", "๐Ÿ˜ด") - , ("dizzy_face", "๐Ÿ˜ต") - , ("astonished", "๐Ÿ˜ฒ") - , ("worried", "๐Ÿ˜Ÿ") - , ("frowning", "๐Ÿ˜ฆ") - , ("anguished", "๐Ÿ˜ง") - , ("smiling_imp", "๐Ÿ˜ˆ") - , ("imp", "๐Ÿ‘ฟ") - , ("open_mouth", "๐Ÿ˜ฎ") - , ("grimacing", "๐Ÿ˜ฌ") - , ("neutral_face", "๐Ÿ˜") - , ("confused", "๐Ÿ˜•") - , ("hushed", "๐Ÿ˜ฏ") - , ("no_mouth", "๐Ÿ˜ถ") - , ("innocent", "๐Ÿ˜‡") - , ("smirk", "๐Ÿ˜") - , ("expressionless", "๐Ÿ˜‘") - , ("man_with_gua_pi_mao", "๐Ÿ‘ฒ") - , ("man_with_turban", "๐Ÿ‘ณ") - , ("cop", "๐Ÿ‘ฎ") - , ("construction_worker", "๐Ÿ‘ท") - , ("guardsman", "๐Ÿ’‚") - , ("baby", "๐Ÿ‘ถ") - , ("boy", "๐Ÿ‘ฆ") - , ("girl", "๐Ÿ‘ง") - , ("man", "๐Ÿ‘จ") - , ("woman", "๐Ÿ‘ฉ") - , ("older_man", "๐Ÿ‘ด") - , ("older_woman", "๐Ÿ‘ต") - , ("person_with_blond_hair", "๐Ÿ‘ฑ") - , ("angel", "๐Ÿ‘ผ") - , ("princess", "๐Ÿ‘ธ") - , ("smiley_cat", "๐Ÿ˜บ") - , ("smile_cat", "๐Ÿ˜ธ") - , ("heart_eyes_cat", "๐Ÿ˜ป") - , ("kissing_cat", "๐Ÿ˜ฝ") - , ("smirk_cat", "๐Ÿ˜ผ") - , ("scream_cat", "๐Ÿ™€") - , ("crying_cat_face", "๐Ÿ˜ฟ") - , ("joy_cat", "๐Ÿ˜น") - , ("pouting_cat", "๐Ÿ˜พ") - , ("japanese_ogre", "๐Ÿ‘น") - , ("japanese_goblin", "๐Ÿ‘บ") - , ("see_no_evil", "๐Ÿ™ˆ") - , ("hear_no_evil", "๐Ÿ™‰") - , ("speak_no_evil", "๐Ÿ™Š") - , ("skull", "๐Ÿ’€") - , ("alien", "๐Ÿ‘ฝ") - , ("hankey", "๐Ÿ’ฉ") - , ("poop", "๐Ÿ’ฉ") - , ("shit", "๐Ÿ’ฉ") - , ("fire", "๐Ÿ”ฅ") - , ("sparkles", "โœจ") - , ("star2", "๐ŸŒŸ") - , ("dizzy", "๐Ÿ’ซ") - , ("boom", "๐Ÿ’ฅ") - , ("collision", "๐Ÿ’ฅ") - , ("anger", "๐Ÿ’ข") - , ("sweat_drops", "๐Ÿ’ฆ") - , ("droplet", "๐Ÿ’ง") - , ("zzz", "๐Ÿ’ค") - , ("dash", "๐Ÿ’จ") - , ("ear", "๐Ÿ‘‚") - , ("eyes", "๐Ÿ‘€") - , ("nose", "๐Ÿ‘ƒ") - , ("tongue", "๐Ÿ‘…") - , ("lips", "๐Ÿ‘„") - , ("+1", "๐Ÿ‘") - , ("thumbsup", "๐Ÿ‘") - , ("-1", "๐Ÿ‘Ž") - , ("thumbsdown", "๐Ÿ‘Ž") - , ("ok_hand", "๐Ÿ‘Œ") - , ("facepunch", "๐Ÿ‘Š") - , ("punch", "๐Ÿ‘Š") - , ("fist", "โœŠ") - , ("v", "โœŒ๏ธ") - , ("wave", "๐Ÿ‘‹") - , ("hand", "โœ‹") - , ("raised_hand", "โœ‹") - , ("open_hands", "๐Ÿ‘") - , ("point_up_2", "๐Ÿ‘†") - , ("point_down", "๐Ÿ‘‡") - , ("point_right", "๐Ÿ‘‰") - , ("point_left", "๐Ÿ‘ˆ") - , ("raised_hands", "๐Ÿ™Œ") - , ("pray", "๐Ÿ™") - , ("point_up", "โ˜๏ธ") - , ("clap", "๐Ÿ‘") - , ("muscle", "๐Ÿ’ช") - , ("walking", "๐Ÿšถ") - , ("runner", "๐Ÿƒ") - , ("running", "๐Ÿƒ") - , ("dancer", "๐Ÿ’ƒ") - , ("couple", "๐Ÿ‘ซ") - , ("family", "๐Ÿ‘ช") - , ("two_men_holding_hands", "๐Ÿ‘ฌ") - , ("two_women_holding_hands", "๐Ÿ‘ญ") - , ("couplekiss", "๐Ÿ’") - , ("couple_with_heart", "๐Ÿ’‘") - , ("dancers", "๐Ÿ‘ฏ") - , ("ok_woman", "๐Ÿ™†") - , ("no_good", "๐Ÿ™…") - , ("information_desk_person", "๐Ÿ’") - , ("raising_hand", "๐Ÿ™‹") - , ("massage", "๐Ÿ’†") - , ("haircut", "๐Ÿ’‡") - , ("nail_care", "๐Ÿ’…") - , ("bride_with_veil", "๐Ÿ‘ฐ") - , ("person_with_pouting_face", "๐Ÿ™Ž") - , ("person_frowning", "๐Ÿ™") - , ("bow", "๐Ÿ™‡") - , ("tophat", "๐ŸŽฉ") - , ("crown", "๐Ÿ‘‘") - , ("womans_hat", "๐Ÿ‘’") - , ("athletic_shoe", "๐Ÿ‘Ÿ") - , ("mans_shoe", "๐Ÿ‘ž") - , ("shoe", "๐Ÿ‘ž") - , ("sandal", "๐Ÿ‘ก") - , ("high_heel", "๐Ÿ‘ ") - , ("boot", "๐Ÿ‘ข") - , ("shirt", "๐Ÿ‘•") - , ("tshirt", "๐Ÿ‘•") - , ("necktie", "๐Ÿ‘”") - , ("womans_clothes", "๐Ÿ‘š") - , ("dress", "๐Ÿ‘—") - , ("running_shirt_with_sash", "๐ŸŽฝ") - , ("jeans", "๐Ÿ‘–") - , ("kimono", "๐Ÿ‘˜") - , ("bikini", "๐Ÿ‘™") - , ("briefcase", "๐Ÿ’ผ") - , ("handbag", "๐Ÿ‘œ") - , ("pouch", "๐Ÿ‘") - , ("purse", "๐Ÿ‘›") - , ("eyeglasses", "๐Ÿ‘“") - , ("ribbon", "๐ŸŽ€") - , ("closed_umbrella", "๐ŸŒ‚") - , ("lipstick", "๐Ÿ’„") - , ("yellow_heart", "๐Ÿ’›") - , ("blue_heart", "๐Ÿ’™") - , ("purple_heart", "๐Ÿ’œ") - , ("green_heart", "๐Ÿ’š") - , ("heart", "โค๏ธ") - , ("broken_heart", "๐Ÿ’”") - , ("heartpulse", "๐Ÿ’—") - , ("heartbeat", "๐Ÿ’“") - , ("two_hearts", "๐Ÿ’•") - , ("sparkling_heart", "๐Ÿ’–") - , ("revolving_hearts", "๐Ÿ’ž") - , ("cupid", "๐Ÿ’˜") - , ("love_letter", "๐Ÿ’Œ") - , ("kiss", "๐Ÿ’‹") - , ("ring", "๐Ÿ’") - , ("gem", "๐Ÿ’Ž") - , ("bust_in_silhouette", "๐Ÿ‘ค") - , ("busts_in_silhouette", "๐Ÿ‘ฅ") - , ("speech_balloon", "๐Ÿ’ฌ") - , ("footprints", "๐Ÿ‘ฃ") - , ("thought_balloon", "๐Ÿ’ญ") - , ("dog", "๐Ÿถ") - , ("wolf", "๐Ÿบ") - , ("cat", "๐Ÿฑ") - , ("mouse", "๐Ÿญ") - , ("hamster", "๐Ÿน") - , ("rabbit", "๐Ÿฐ") - , ("frog", "๐Ÿธ") - , ("tiger", "๐Ÿฏ") - , ("koala", "๐Ÿจ") - , ("bear", "๐Ÿป") - , ("pig", "๐Ÿท") - , ("pig_nose", "๐Ÿฝ") - , ("cow", "๐Ÿฎ") - , ("boar", "๐Ÿ—") - , ("monkey_face", "๐Ÿต") - , ("monkey", "๐Ÿ’") - , ("horse", "๐Ÿด") - , ("sheep", "๐Ÿ‘") - , ("elephant", "๐Ÿ˜") - , ("panda_face", "๐Ÿผ") - , ("penguin", "๐Ÿง") - , ("bird", "๐Ÿฆ") - , ("baby_chick", "๐Ÿค") - , ("hatched_chick", "๐Ÿฅ") - , ("hatching_chick", "๐Ÿฃ") - , ("chicken", "๐Ÿ”") - , ("snake", "๐Ÿ") - , ("turtle", "๐Ÿข") - , ("bug", "๐Ÿ›") - , ("bee", "๐Ÿ") - , ("honeybee", "๐Ÿ") - , ("ant", "๐Ÿœ") - , ("beetle", "๐Ÿž") - , ("snail", "๐ŸŒ") - , ("octopus", "๐Ÿ™") - , ("shell", "๐Ÿš") - , ("tropical_fish", "๐Ÿ ") - , ("fish", "๐ŸŸ") - , ("dolphin", "๐Ÿฌ") - , ("flipper", "๐Ÿฌ") - , ("whale", "๐Ÿณ") - , ("whale2", "๐Ÿ‹") - , ("cow2", "๐Ÿ„") - , ("ram", "๐Ÿ") - , ("rat", "๐Ÿ€") - , ("water_buffalo", "๐Ÿƒ") - , ("tiger2", "๐Ÿ…") - , ("rabbit2", "๐Ÿ‡") - , ("dragon", "๐Ÿ‰") - , ("racehorse", "๐ŸŽ") - , ("goat", "๐Ÿ") - , ("rooster", "๐Ÿ“") - , ("dog2", "๐Ÿ•") - , ("pig2", "๐Ÿ–") - , ("mouse2", "๐Ÿ") - , ("ox", "๐Ÿ‚") - , ("dragon_face", "๐Ÿฒ") - , ("blowfish", "๐Ÿก") - , ("crocodile", "๐ŸŠ") - , ("camel", "๐Ÿซ") - , ("dromedary_camel", "๐Ÿช") - , ("leopard", "๐Ÿ†") - , ("cat2", "๐Ÿˆ") - , ("poodle", "๐Ÿฉ") - , ("feet", "๐Ÿพ") - , ("paw_prints", "๐Ÿพ") - , ("bouquet", "๐Ÿ’") - , ("cherry_blossom", "๐ŸŒธ") - , ("tulip", "๐ŸŒท") - , ("four_leaf_clover", "๐Ÿ€") - , ("rose", "๐ŸŒน") - , ("sunflower", "๐ŸŒป") - , ("hibiscus", "๐ŸŒบ") - , ("maple_leaf", "๐Ÿ") - , ("leaves", "๐Ÿƒ") - , ("fallen_leaf", "๐Ÿ‚") - , ("herb", "๐ŸŒฟ") - , ("ear_of_rice", "๐ŸŒพ") - , ("mushroom", "๐Ÿ„") - , ("cactus", "๐ŸŒต") - , ("palm_tree", "๐ŸŒด") - , ("evergreen_tree", "๐ŸŒฒ") - , ("deciduous_tree", "๐ŸŒณ") - , ("chestnut", "๐ŸŒฐ") - , ("seedling", "๐ŸŒฑ") - , ("blossom", "๐ŸŒผ") - , ("globe_with_meridians", "๐ŸŒ") - , ("sun_with_face", "๐ŸŒž") - , ("full_moon_with_face", "๐ŸŒ") - , ("new_moon_with_face", "๐ŸŒš") - , ("new_moon", "๐ŸŒ‘") - , ("waxing_crescent_moon", "๐ŸŒ’") - , ("first_quarter_moon", "๐ŸŒ“") - , ("moon", "๐ŸŒ”") - , ("waxing_gibbous_moon", "๐ŸŒ”") - , ("full_moon", "๐ŸŒ•") - , ("waning_gibbous_moon", "๐ŸŒ–") - , ("last_quarter_moon", "๐ŸŒ—") - , ("waning_crescent_moon", "๐ŸŒ˜") - , ("last_quarter_moon_with_face", "๐ŸŒœ") - , ("first_quarter_moon_with_face", "๐ŸŒ›") - , ("crescent_moon", "๐ŸŒ™") - , ("earth_africa", "๐ŸŒ") - , ("earth_americas", "๐ŸŒŽ") - , ("earth_asia", "๐ŸŒ") - , ("volcano", "๐ŸŒ‹") - , ("milky_way", "๐ŸŒŒ") - , ("stars", "๐ŸŒ ") - , ("star", "โญ") - , ("sunny", "โ˜€๏ธ") - , ("partly_sunny", "โ›…") - , ("cloud", "โ˜๏ธ") - , ("zap", "โšก") - , ("umbrella", "โ˜”") - , ("snowflake", "โ„๏ธ") - , ("snowman", "โ›„") - , ("cyclone", "๐ŸŒ€") - , ("foggy", "๐ŸŒ") - , ("rainbow", "๐ŸŒˆ") - , ("ocean", "๐ŸŒŠ") - , ("bamboo", "๐ŸŽ") - , ("gift_heart", "๐Ÿ’") - , ("dolls", "๐ŸŽŽ") - , ("school_satchel", "๐ŸŽ’") - , ("mortar_board", "๐ŸŽ“") - , ("flags", "๐ŸŽ") - , ("fireworks", "๐ŸŽ†") - , ("sparkler", "๐ŸŽ‡") - , ("wind_chime", "๐ŸŽ") - , ("rice_scene", "๐ŸŽ‘") - , ("jack_o_lantern", "๐ŸŽƒ") - , ("ghost", "๐Ÿ‘ป") - , ("santa", "๐ŸŽ…") - , ("christmas_tree", "๐ŸŽ„") - , ("gift", "๐ŸŽ") - , ("tanabata_tree", "๐ŸŽ‹") - , ("tada", "๐ŸŽ‰") - , ("confetti_ball", "๐ŸŽŠ") - , ("balloon", "๐ŸŽˆ") - , ("crossed_flags", "๐ŸŽŒ") - , ("crystal_ball", "๐Ÿ”ฎ") - , ("movie_camera", "๐ŸŽฅ") - , ("camera", "๐Ÿ“ท") - , ("video_camera", "๐Ÿ“น") - , ("vhs", "๐Ÿ“ผ") - , ("cd", "๐Ÿ’ฟ") - , ("dvd", "๐Ÿ“€") - , ("minidisc", "๐Ÿ’ฝ") - , ("floppy_disk", "๐Ÿ’พ") - , ("computer", "๐Ÿ’ป") - , ("iphone", "๐Ÿ“ฑ") - , ("phone", "โ˜Ž๏ธ") - , ("telephone", "โ˜Ž๏ธ") - , ("telephone_receiver", "๐Ÿ“ž") - , ("pager", "๐Ÿ“Ÿ") - , ("fax", "๐Ÿ“ ") - , ("satellite", "๐Ÿ“ก") - , ("tv", "๐Ÿ“บ") - , ("radio", "๐Ÿ“ป") - , ("loud_sound", "๐Ÿ”Š") - , ("sound", "๐Ÿ”‰") - , ("speaker", "๐Ÿ”ˆ") - , ("mute", "๐Ÿ”‡") - , ("bell", "๐Ÿ””") - , ("no_bell", "๐Ÿ”•") - , ("loudspeaker", "๐Ÿ“ข") - , ("mega", "๐Ÿ“ฃ") - , ("hourglass_flowing_sand", "โณ") - , ("hourglass", "โŒ›") - , ("alarm_clock", "โฐ") - , ("watch", "โŒš") - , ("unlock", "๐Ÿ”“") - , ("lock", "๐Ÿ”’") - , ("lock_with_ink_pen", "๐Ÿ”") - , ("closed_lock_with_key", "๐Ÿ”") - , ("key", "๐Ÿ”‘") - , ("mag_right", "๐Ÿ”Ž") - , ("bulb", "๐Ÿ’ก") - , ("flashlight", "๐Ÿ”ฆ") - , ("high_brightness", "๐Ÿ”†") - , ("low_brightness", "๐Ÿ”…") - , ("electric_plug", "๐Ÿ”Œ") - , ("battery", "๐Ÿ”‹") - , ("mag", "๐Ÿ”") - , ("bathtub", "๐Ÿ›") - , ("bath", "๐Ÿ›€") - , ("shower", "๐Ÿšฟ") - , ("toilet", "๐Ÿšฝ") - , ("wrench", "๐Ÿ”ง") - , ("nut_and_bolt", "๐Ÿ”ฉ") - , ("hammer", "๐Ÿ”จ") - , ("door", "๐Ÿšช") - , ("smoking", "๐Ÿšฌ") - , ("bomb", "๐Ÿ’ฃ") - , ("gun", "๐Ÿ”ซ") - , ("hocho", "๐Ÿ”ช") - , ("knife", "๐Ÿ”ช") - , ("pill", "๐Ÿ’Š") - , ("syringe", "๐Ÿ’‰") - , ("moneybag", "๐Ÿ’ฐ") - , ("yen", "๐Ÿ’ด") - , ("dollar", "๐Ÿ’ต") - , ("pound", "๐Ÿ’ท") - , ("euro", "๐Ÿ’ถ") - , ("credit_card", "๐Ÿ’ณ") - , ("money_with_wings", "๐Ÿ’ธ") - , ("calling", "๐Ÿ“ฒ") - , ("e-mail", "๐Ÿ“ง") - , ("inbox_tray", "๐Ÿ“ฅ") - , ("outbox_tray", "๐Ÿ“ค") - , ("email", "โœ‰๏ธ") - , ("envelope", "โœ‰๏ธ") - , ("envelope_with_arrow", "๐Ÿ“ฉ") - , ("incoming_envelope", "๐Ÿ“จ") - , ("postal_horn", "๐Ÿ“ฏ") - , ("mailbox", "๐Ÿ“ซ") - , ("mailbox_closed", "๐Ÿ“ช") - , ("mailbox_with_mail", "๐Ÿ“ฌ") - , ("mailbox_with_no_mail", "๐Ÿ“ญ") - , ("postbox", "๐Ÿ“ฎ") - , ("package", "๐Ÿ“ฆ") - , ("memo", "๐Ÿ“") - , ("pencil", "๐Ÿ“") - , ("page_facing_up", "๐Ÿ“„") - , ("page_with_curl", "๐Ÿ“ƒ") - , ("bookmark_tabs", "๐Ÿ“‘") - , ("bar_chart", "๐Ÿ“Š") - , ("chart_with_upwards_trend", "๐Ÿ“ˆ") - , ("chart_with_downwards_trend", "๐Ÿ“‰") - , ("scroll", "๐Ÿ“œ") - , ("clipboard", "๐Ÿ“‹") - , ("date", "๐Ÿ“…") - , ("calendar", "๐Ÿ“†") - , ("card_index", "๐Ÿ“‡") - , ("file_folder", "๐Ÿ“") - , ("open_file_folder", "๐Ÿ“‚") - , ("scissors", "โœ‚๏ธ") - , ("pushpin", "๐Ÿ“Œ") - , ("paperclip", "๐Ÿ“Ž") - , ("black_nib", "โœ’๏ธ") - , ("pencil2", "โœ๏ธ") - , ("straight_ruler", "๐Ÿ“") - , ("triangular_ruler", "๐Ÿ“") - , ("closed_book", "๐Ÿ“•") - , ("green_book", "๐Ÿ“—") - , ("blue_book", "๐Ÿ“˜") - , ("orange_book", "๐Ÿ“™") - , ("notebook", "๐Ÿ““") - , ("notebook_with_decorative_cover", "๐Ÿ“”") - , ("ledger", "๐Ÿ“’") - , ("books", "๐Ÿ“š") - , ("book", "๐Ÿ“–") - , ("open_book", "๐Ÿ“–") - , ("bookmark", "๐Ÿ”–") - , ("name_badge", "๐Ÿ“›") - , ("microscope", "๐Ÿ”ฌ") - , ("telescope", "๐Ÿ”ญ") - , ("newspaper", "๐Ÿ“ฐ") - , ("art", "๐ŸŽจ") - , ("clapper", "๐ŸŽฌ") - , ("microphone", "๐ŸŽค") - , ("headphones", "๐ŸŽง") - , ("musical_score", "๐ŸŽผ") - , ("musical_note", "๐ŸŽต") - , ("notes", "๐ŸŽถ") - , ("musical_keyboard", "๐ŸŽน") - , ("violin", "๐ŸŽป") - , ("trumpet", "๐ŸŽบ") - , ("saxophone", "๐ŸŽท") - , ("guitar", "๐ŸŽธ") - , ("space_invader", "๐Ÿ‘พ") - , ("video_game", "๐ŸŽฎ") - , ("black_joker", "๐Ÿƒ") - , ("flower_playing_cards", "๐ŸŽด") - , ("mahjong", "๐Ÿ€„") - , ("game_die", "๐ŸŽฒ") - , ("dart", "๐ŸŽฏ") - , ("football", "๐Ÿˆ") - , ("basketball", "๐Ÿ€") - , ("soccer", "โšฝ") - , ("baseball", "โšพ๏ธ") - , ("tennis", "๐ŸŽพ") - , ("8ball", "๐ŸŽฑ") - , ("rugby_football", "๐Ÿ‰") - , ("bowling", "๐ŸŽณ") - , ("golf", "โ›ณ") - , ("mountain_bicyclist", "๐Ÿšต") - , ("bicyclist", "๐Ÿšด") - , ("checkered_flag", "๐Ÿ") - , ("horse_racing", "๐Ÿ‡") - , ("trophy", "๐Ÿ†") - , ("ski", "๐ŸŽฟ") - , ("snowboarder", "๐Ÿ‚") - , ("swimmer", "๐ŸŠ") - , ("surfer", "๐Ÿ„") - , ("fishing_pole_and_fish", "๐ŸŽฃ") - , ("coffee", "โ˜•") - , ("tea", "๐Ÿต") - , ("sake", "๐Ÿถ") - , ("baby_bottle", "๐Ÿผ") - , ("beer", "๐Ÿบ") - , ("beers", "๐Ÿป") - , ("cocktail", "๐Ÿธ") - , ("tropical_drink", "๐Ÿน") - , ("wine_glass", "๐Ÿท") - , ("fork_and_knife", "๐Ÿด") - , ("pizza", "๐Ÿ•") - , ("hamburger", "๐Ÿ”") - , ("fries", "๐ŸŸ") - , ("poultry_leg", "๐Ÿ—") - , ("meat_on_bone", "๐Ÿ–") - , ("spaghetti", "๐Ÿ") - , ("curry", "๐Ÿ›") - , ("fried_shrimp", "๐Ÿค") - , ("bento", "๐Ÿฑ") - , ("sushi", "๐Ÿฃ") - , ("fish_cake", "๐Ÿฅ") - , ("rice_ball", "๐Ÿ™") - , ("rice_cracker", "๐Ÿ˜") - , ("rice", "๐Ÿš") - , ("ramen", "๐Ÿœ") - , ("stew", "๐Ÿฒ") - , ("oden", "๐Ÿข") - , ("dango", "๐Ÿก") - , ("egg", "๐Ÿณ") - , ("bread", "๐Ÿž") - , ("doughnut", "๐Ÿฉ") - , ("custard", "๐Ÿฎ") - , ("icecream", "๐Ÿฆ") - , ("ice_cream", "๐Ÿจ") - , ("shaved_ice", "๐Ÿง") - , ("birthday", "๐ŸŽ‚") - , ("cake", "๐Ÿฐ") - , ("cookie", "๐Ÿช") - , ("chocolate_bar", "๐Ÿซ") - , ("candy", "๐Ÿฌ") - , ("lollipop", "๐Ÿญ") - , ("honey_pot", "๐Ÿฏ") - , ("apple", "๐ŸŽ") - , ("green_apple", "๐Ÿ") - , ("tangerine", "๐ŸŠ") - , ("lemon", "๐Ÿ‹") - , ("cherries", "๐Ÿ’") - , ("grapes", "๐Ÿ‡") - , ("watermelon", "๐Ÿ‰") - , ("strawberry", "๐Ÿ“") - , ("peach", "๐Ÿ‘") - , ("melon", "๐Ÿˆ") - , ("banana", "๐ŸŒ") - , ("pear", "๐Ÿ") - , ("pineapple", "๐Ÿ") - , ("sweet_potato", "๐Ÿ ") - , ("eggplant", "๐Ÿ†") - , ("tomato", "๐Ÿ…") - , ("corn", "๐ŸŒฝ") - , ("house", "๐Ÿ ") - , ("house_with_garden", "๐Ÿก") - , ("school", "๐Ÿซ") - , ("office", "๐Ÿข") - , ("post_office", "๐Ÿฃ") - , ("hospital", "๐Ÿฅ") - , ("bank", "๐Ÿฆ") - , ("convenience_store", "๐Ÿช") - , ("love_hotel", "๐Ÿฉ") - , ("hotel", "๐Ÿจ") - , ("wedding", "๐Ÿ’’") - , ("church", "โ›ช") - , ("department_store", "๐Ÿฌ") - , ("european_post_office", "๐Ÿค") - , ("city_sunrise", "๐ŸŒ‡") - , ("city_sunset", "๐ŸŒ†") - , ("japanese_castle", "๐Ÿฏ") - , ("european_castle", "๐Ÿฐ") - , ("tent", "โ›บ") - , ("factory", "๐Ÿญ") - , ("tokyo_tower", "๐Ÿ—ผ") - , ("japan", "๐Ÿ—พ") - , ("mount_fuji", "๐Ÿ—ป") - , ("sunrise_over_mountains", "๐ŸŒ„") - , ("sunrise", "๐ŸŒ…") - , ("night_with_stars", "๐ŸŒƒ") - , ("statue_of_liberty", "๐Ÿ—ฝ") - , ("bridge_at_night", "๐ŸŒ‰") - , ("carousel_horse", "๐ŸŽ ") - , ("ferris_wheel", "๐ŸŽก") - , ("fountain", "โ›ฒ") - , ("roller_coaster", "๐ŸŽข") - , ("ship", "๐Ÿšข") - , ("boat", "โ›ต") - , ("sailboat", "โ›ต") - , ("speedboat", "๐Ÿšค") - , ("rowboat", "๐Ÿšฃ") - , ("anchor", "โš“") - , ("rocket", "๐Ÿš€") - , ("airplane", "โœˆ๏ธ") - , ("seat", "๐Ÿ’บ") - , ("helicopter", "๐Ÿš") - , ("steam_locomotive", "๐Ÿš‚") - , ("tram", "๐ŸšŠ") - , ("station", "๐Ÿš‰") - , ("mountain_railway", "๐Ÿšž") - , ("train2", "๐Ÿš†") - , ("bullettrain_side", "๐Ÿš„") - , ("bullettrain_front", "๐Ÿš…") - , ("light_rail", "๐Ÿšˆ") - , ("metro", "๐Ÿš‡") - , ("monorail", "๐Ÿš") - , ("train", "๐Ÿš‹") - , ("railway_car", "๐Ÿšƒ") - , ("trolleybus", "๐ŸšŽ") - , ("bus", "๐ŸšŒ") - , ("oncoming_bus", "๐Ÿš") - , ("blue_car", "๐Ÿš™") - , ("oncoming_automobile", "๐Ÿš˜") - , ("car", "๐Ÿš—") - , ("red_car", "๐Ÿš—") - , ("taxi", "๐Ÿš•") - , ("oncoming_taxi", "๐Ÿš–") - , ("articulated_lorry", "๐Ÿš›") - , ("truck", "๐Ÿšš") - , ("rotating_light", "๐Ÿšจ") - , ("police_car", "๐Ÿš“") - , ("oncoming_police_car", "๐Ÿš”") - , ("fire_engine", "๐Ÿš’") - , ("ambulance", "๐Ÿš‘") - , ("minibus", "๐Ÿš") - , ("bike", "๐Ÿšฒ") - , ("aerial_tramway", "๐Ÿšก") - , ("suspension_railway", "๐ŸšŸ") - , ("mountain_cableway", "๐Ÿš ") - , ("tractor", "๐Ÿšœ") - , ("barber", "๐Ÿ’ˆ") - , ("busstop", "๐Ÿš") - , ("ticket", "๐ŸŽซ") - , ("vertical_traffic_light", "๐Ÿšฆ") - , ("traffic_light", "๐Ÿšฅ") - , ("warning", "โš ๏ธ") - , ("construction", "๐Ÿšง") - , ("beginner", "๐Ÿ”ฐ") - , ("fuelpump", "โ›ฝ") - , ("izakaya_lantern", "๐Ÿฎ") - , ("lantern", "๐Ÿฎ") - , ("slot_machine", "๐ŸŽฐ") - , ("hotsprings", "โ™จ๏ธ") - , ("moyai", "๐Ÿ—ฟ") - , ("circus_tent", "๐ŸŽช") - , ("performing_arts", "๐ŸŽญ") - , ("round_pushpin", "๐Ÿ“") - , ("triangular_flag_on_post", "๐Ÿšฉ") - , ("jp", "๐Ÿ‡ฏ๐Ÿ‡ต") - , ("kr", "๐Ÿ‡ฐ๐Ÿ‡ท") - , ("de", "๐Ÿ‡ฉ๐Ÿ‡ช") - , ("cn", "๐Ÿ‡จ๐Ÿ‡ณ") - , ("us", "๐Ÿ‡บ๐Ÿ‡ธ") - , ("fr", "๐Ÿ‡ซ๐Ÿ‡ท") - , ("es", "๐Ÿ‡ช๐Ÿ‡ธ") - , ("it", "๐Ÿ‡ฎ๐Ÿ‡น") - , ("ru", "๐Ÿ‡ท๐Ÿ‡บ") - , ("gb", "๐Ÿ‡ฌ๐Ÿ‡ง") - , ("uk", "๐Ÿ‡ฌ๐Ÿ‡ง") - , ("one", "1๏ธโƒฃ") - , ("two", "2๏ธโƒฃ") - , ("three", "3๏ธโƒฃ") - , ("four", "4๏ธโƒฃ") - , ("five", "5๏ธโƒฃ") - , ("six", "6๏ธโƒฃ") - , ("seven", "7๏ธโƒฃ") - , ("eight", "8๏ธโƒฃ") - , ("nine", "9๏ธโƒฃ") - , ("zero", "0๏ธโƒฃ") - , ("keycap_ten", "๐Ÿ”Ÿ") - , ("hash", "#๏ธโƒฃ") - , ("symbols", "๐Ÿ”ฃ") - , ("arrow_up", "โฌ†๏ธ") - , ("arrow_down", "โฌ‡๏ธ") - , ("arrow_left", "โฌ…๏ธ") - , ("arrow_right", "โžก๏ธ") - , ("capital_abcd", "๐Ÿ” ") - , ("abcd", "๐Ÿ”ก") - , ("abc", "๐Ÿ”ค") - , ("arrow_upper_right", "โ†—๏ธ") - , ("arrow_upper_left", "โ†–๏ธ") - , ("arrow_lower_right", "โ†˜๏ธ") - , ("arrow_lower_left", "โ†™๏ธ") - , ("left_right_arrow", "โ†”๏ธ") - , ("arrow_up_down", "โ†•๏ธ") - , ("arrows_counterclockwise", "๐Ÿ”„") - , ("arrow_backward", "โ—€๏ธ") - , ("arrow_forward", "โ–ถ๏ธ") - , ("arrow_up_small", "๐Ÿ”ผ") - , ("arrow_down_small", "๐Ÿ”ฝ") - , ("leftwards_arrow_with_hook", "โ†ฉ๏ธ") - , ("arrow_right_hook", "โ†ช๏ธ") - , ("information_source", "โ„น๏ธ") - , ("rewind", "โช") - , ("fast_forward", "โฉ") - , ("arrow_double_up", "โซ") - , ("arrow_double_down", "โฌ") - , ("arrow_heading_down", "โคต๏ธ") - , ("arrow_heading_up", "โคด๏ธ") - , ("ok", "๐Ÿ†—") - , ("twisted_rightwards_arrows", "๐Ÿ”€") - , ("repeat", "๐Ÿ”") - , ("repeat_one", "๐Ÿ”‚") - , ("new", "๐Ÿ†•") - , ("up", "๐Ÿ†™") - , ("cool", "๐Ÿ†’") - , ("free", "๐Ÿ†“") - , ("ng", "๐Ÿ†–") - , ("signal_strength", "๐Ÿ“ถ") - , ("cinema", "๐ŸŽฆ") - , ("koko", "๐Ÿˆ") - , ("u6307", "๐Ÿˆฏ") - , ("u7a7a", "๐Ÿˆณ") - , ("u6e80", "๐Ÿˆต") - , ("u5408", "๐Ÿˆด") - , ("u7981", "๐Ÿˆฒ") - , ("ideograph_advantage", "๐Ÿ‰") - , ("u5272", "๐Ÿˆน") - , ("u55b6", "๐Ÿˆบ") - , ("u6709", "๐Ÿˆถ") - , ("u7121", "๐Ÿˆš") - , ("restroom", "๐Ÿšป") - , ("mens", "๐Ÿšน") - , ("womens", "๐Ÿšบ") - , ("baby_symbol", "๐Ÿšผ") - , ("wc", "๐Ÿšพ") - , ("potable_water", "๐Ÿšฐ") - , ("put_litter_in_its_place", "๐Ÿšฎ") - , ("parking", "๐Ÿ…ฟ๏ธ") - , ("wheelchair", "โ™ฟ") - , ("no_smoking", "๐Ÿšญ") - , ("u6708", "๐Ÿˆท๏ธ") - , ("u7533", "๐Ÿˆธ") - , ("sa", "๐Ÿˆ‚๏ธ") - , ("m", "โ“‚๏ธ") - , ("passport_control", "๐Ÿ›‚") - , ("baggage_claim", "๐Ÿ›„") - , ("left_luggage", "๐Ÿ›…") - , ("customs", "๐Ÿ›ƒ") - , ("accept", "๐Ÿ‰‘") - , ("secret", "ใŠ™๏ธ") - , ("congratulations", "ใŠ—๏ธ") - , ("cl", "๐Ÿ†‘") - , ("sos", "๐Ÿ†˜") - , ("id", "๐Ÿ†”") - , ("no_entry_sign", "๐Ÿšซ") - , ("underage", "๐Ÿ”ž") - , ("no_mobile_phones", "๐Ÿ“ต") - , ("do_not_litter", "๐Ÿšฏ") - , ("non-potable_water", "๐Ÿšฑ") - , ("no_bicycles", "๐Ÿšณ") - , ("no_pedestrians", "๐Ÿšท") - , ("children_crossing", "๐Ÿšธ") - , ("no_entry", "โ›”") - , ("eight_spoked_asterisk", "โœณ๏ธ") - , ("sparkle", "โ‡๏ธ") - , ("negative_squared_cross_mark", "โŽ") - , ("white_check_mark", "โœ…") - , ("eight_pointed_black_star", "โœด๏ธ") - , ("heart_decoration", "๐Ÿ’Ÿ") - , ("vs", "๐Ÿ†š") - , ("vibration_mode", "๐Ÿ“ณ") - , ("mobile_phone_off", "๐Ÿ“ด") - , ("a", "๐Ÿ…ฐ๏ธ") - , ("b", "๐Ÿ…ฑ๏ธ") - , ("ab", "๐Ÿ†Ž") - , ("o2", "๐Ÿ…พ๏ธ") - , ("diamond_shape_with_a_dot_inside", "๐Ÿ’ ") - , ("loop", "โžฟ") - , ("recycle", "โ™ป๏ธ") - , ("aries", "โ™ˆ") - , ("taurus", "โ™‰") - , ("gemini", "โ™Š") - , ("cancer", "โ™‹") - , ("leo", "โ™Œ") - , ("virgo", "โ™") - , ("libra", "โ™Ž") - , ("scorpius", "โ™") - , ("sagittarius", "โ™") - , ("capricorn", "โ™‘") - , ("aquarius", "โ™’") - , ("pisces", "โ™“") - , ("ophiuchus", "โ›Ž") - , ("six_pointed_star", "๐Ÿ”ฏ") - , ("atm", "๐Ÿง") - , ("chart", "๐Ÿ’น") - , ("heavy_dollar_sign", "๐Ÿ’ฒ") - , ("currency_exchange", "๐Ÿ’ฑ") - , ("copyright", "ยฉ๏ธ") - , ("registered", "ยฎ๏ธ") - , ("tm", "โ„ข๏ธ") - , ("x", "โŒ") - , ("bangbang", "โ€ผ๏ธ") - , ("interrobang", "โ‰๏ธ") - , ("exclamation", "โ—") - , ("heavy_exclamation_mark", "โ—") - , ("question", "โ“") - , ("grey_exclamation", "โ•") - , ("grey_question", "โ”") - , ("o", "โญ•") - , ("top", "๐Ÿ”") - , ("end", "๐Ÿ”š") - , ("back", "๐Ÿ”™") - , ("on", "๐Ÿ”›") - , ("soon", "๐Ÿ”œ") - , ("arrows_clockwise", "๐Ÿ”ƒ") - , ("clock12", "๐Ÿ•›") - , ("clock1230", "๐Ÿ•ง") - , ("clock1", "๐Ÿ•") - , ("clock130", "๐Ÿ•œ") - , ("clock2", "๐Ÿ•‘") - , ("clock230", "๐Ÿ•") - , ("clock3", "๐Ÿ•’") - , ("clock330", "๐Ÿ•ž") - , ("clock4", "๐Ÿ•“") - , ("clock430", "๐Ÿ•Ÿ") - , ("clock5", "๐Ÿ•”") - , ("clock530", "๐Ÿ• ") - , ("clock6", "๐Ÿ••") - , ("clock7", "๐Ÿ•–") - , ("clock8", "๐Ÿ•—") - , ("clock9", "๐Ÿ•˜") - , ("clock10", "๐Ÿ•™") - , ("clock11", "๐Ÿ•š") - , ("clock630", "๐Ÿ•ก") - , ("clock730", "๐Ÿ•ข") - , ("clock830", "๐Ÿ•ฃ") - , ("clock930", "๐Ÿ•ค") - , ("clock1030", "๐Ÿ•ฅ") - , ("clock1130", "๐Ÿ•ฆ") - , ("heavy_multiplication_x", "โœ–๏ธ") - , ("heavy_plus_sign", "โž•") - , ("heavy_minus_sign", "โž–") - , ("heavy_division_sign", "โž—") - , ("spades", "โ™ ๏ธ") - , ("hearts", "โ™ฅ๏ธ") - , ("clubs", "โ™ฃ๏ธ") - , ("diamonds", "โ™ฆ๏ธ") - , ("white_flower", "๐Ÿ’ฎ") - , ("heavy_check_mark", "โœ”๏ธ") - , ("ballot_box_with_check", "โ˜‘๏ธ") - , ("radio_button", "๐Ÿ”˜") - , ("link", "๐Ÿ”—") - , ("curly_loop", "โžฐ") - , ("wavy_dash", "ใ€ฐ๏ธ") - , ("part_alternation_mark", "ใ€ฝ๏ธ") - , ("trident", "๐Ÿ”ฑ") - , ("black_medium_square", "โ—ผ๏ธ") - , ("white_medium_square", "โ—ป๏ธ") - , ("black_medium_small_square", "โ—พ") - , ("white_medium_small_square", "โ—ฝ") - , ("black_small_square", "โ–ช๏ธ") - , ("white_small_square", "โ–ซ๏ธ") - , ("small_red_triangle", "๐Ÿ”บ") - , ("black_square_button", "๐Ÿ”ฒ") - , ("white_square_button", "๐Ÿ”ณ") - , ("black_circle", "โšซ") - , ("white_circle", "โšช") - , ("red_circle", "๐Ÿ”ด") - , ("large_blue_circle", "๐Ÿ”ต") - , ("small_red_triangle_down", "๐Ÿ”ป") - , ("white_large_square", "โฌœ") - , ("black_large_square", "โฌ›") - , ("large_orange_diamond", "๐Ÿ”ถ") - , ("large_blue_diamond", "๐Ÿ”ท") - , ("small_orange_diamond", "๐Ÿ”ธ") - , ("small_blue_diamond", "๐Ÿ”น") + [ ("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") ] -- cgit v1.2.3