From 9cd40f21b7c882dfa6a0c40b58a97c5d6c23e08a Mon Sep 17 00:00:00 2001 From: ManUtopiK <emmanuel.salomon@gmail.com> Date: Fri, 11 Feb 2022 00:59:29 +0100 Subject: [PATCH] fix: fetch emojis from discourse #5 --- assets/css/tailwind.css | 8 + components/home/HomeMap.vue | 2 +- components/home/HomeNextEvents.vue | 12 +- libs/emoji-data.js | 9614 ++++++++++++++++++++++++++++ libs/emoji.js | 264 + 5 files changed, 9897 insertions(+), 3 deletions(-) create mode 100644 libs/emoji-data.js create mode 100644 libs/emoji.js diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index b82dc423..ea6cdb3e 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -29,6 +29,14 @@ html { @apply text-white; } +/* For emojis from discourse */ +img.emoji { + width: 20px; + height: 20px; + vertical-align: middle; + display: inline; +} + /* Loader */ @keyframes spinner { to { diff --git a/components/home/HomeMap.vue b/components/home/HomeMap.vue index eddb5cfe..111d796d 100644 --- a/components/home/HomeMap.vue +++ b/components/home/HomeMap.vue @@ -1,6 +1,6 @@ <template> <section id="map"> - <div class="container flex items-end mb-3"> + <div class="container flex items-end mb-3 pl-8"> <FaviconMap class="w-12 h-12 mr-3 fill-current dark:text-gray-100" /> <a href="https://carte.monnaie-libre.fr" diff --git a/components/home/HomeNextEvents.vue b/components/home/HomeNextEvents.vue index fab62b24..379b315b 100644 --- a/components/home/HomeNextEvents.vue +++ b/components/home/HomeNextEvents.vue @@ -1,6 +1,6 @@ <template> <section id="agenda" class="container py-12"> - <div class="border-b-2 container flex items-end mb-3 pb-2"> + <div class="border-b-2 container flex items-end mb-3 pb-2 pl-1"> <JuneCalendar class="w-12 mr-3 fill-current dark:text-gray-100" /> <a :href="`${$config.forum_url}/calendar`" @@ -52,7 +52,7 @@ {{ prettyDate(event.event.start) }} <div v-for="(tag, i) in event.tag" :key="i">{{ tag }}</div> </div> - <div>{{ event.title }}</div> + <div v-html="emojify(event.title)" /> </a> </div> </aside> @@ -66,6 +66,7 @@ <script> import JuneCalendar from '~/static/img/june-calendar.svg?inline' import { fetchNextEvents } from '~/libs/api-forum' +import { performEmojiUnescape } from '~/libs/emoji' export default { name: 'HomeNextEvents', @@ -118,6 +119,13 @@ export default { }) .reduce((string, part) => string + part) }, + emojify(text) { + return performEmojiUnescape(text, { + emojiSet: 'images/emoji/twitter', + emojiCDNUrl: 'https://forum.monnaie-libre.fr', + getURL: (url) => url, + }) + }, }, } </script> diff --git a/libs/emoji-data.js b/libs/emoji-data.js new file mode 100644 index 00000000..7252b764 --- /dev/null +++ b/libs/emoji-data.js @@ -0,0 +1,9614 @@ +// prettier-ignore +/* eslint-disable */ + +// DO NOT EDIT THIS FILE!!! +// Update it by running `rake javascript:update_constants` + +export const emojis = [ + "grinning", + "grimacing", + "grin", + "joy", + "rofl", + "smiley", + "smile", + "sweat_smile", + "laughing", + "innocent", + "wink", + "blush", + "slightly_smiling_face", + "upside_down_face", + "relaxed", + "yum", + "relieved", + "heart_eyes", + "kissing_heart", + "kissing", + "kissing_smiling_eyes", + "kissing_closed_eyes", + "stuck_out_tongue_winking_eye", + "stuck_out_tongue_closed_eyes", + "stuck_out_tongue", + "money_mouth_face", + "nerd_face", + "sunglasses", + "clown_face", + "cowboy_hat_face", + "hugs", + "smirk", + "no_mouth", + "neutral_face", + "expressionless", + "unamused", + "roll_eyes", + "thinking", + "lying_face", + "flushed", + "disappointed", + "worried", + "angry", + "rage", + "pensive", + "confused", + "slightly_frowning_face", + "frowning_face", + "persevere", + "confounded", + "tired_face", + "weary", + "triumph", + "open_mouth", + "scream", + "fearful", + "cold_sweat", + "hushed", + "frowning_with_open_mouth", + "anguished", + "cry", + "disappointed_relieved", + "drooling_face", + "sleepy", + "sweat", + "sob", + "dizzy_face", + "astonished", + "zipper_mouth_face", + "nauseated_face", + "sneezing_face", + "mask", + "face_with_thermometer", + "face_with_head_bandage", + "sleeping", + "zzz", + "poop", + "smiling_imp", + "imp", + "japanese_ogre", + "japanese_goblin", + "skull", + "ghost", + "alien", + "robot", + "smiley_cat", + "smile_cat", + "joy_cat", + "heart_eyes_cat", + "smirk_cat", + "kissing_cat", + "scream_cat", + "crying_cat_face", + "pouting_cat", + "raised_hands", + "clap", + "wave", + "call_me_hand", + "+1", + "-1", + "facepunch", + "fist", + "fist_left", + "fist_right", + "v", + "ok_hand", + "raised_hand", + "raised_back_of_hand", + "open_hands", + "muscle", + "pray", + "handshake", + "point_up", + "point_up_2", + "point_down", + "point_left", + "point_right", + "fu", + "raised_hand_with_fingers_splayed", + "metal", + "crossed_fingers", + "vulcan_salute", + "writing_hand", + "selfie", + "nail_care", + "lips", + "tongue", + "ear", + "nose", + "eye", + "eyes", + "bust_in_silhouette", + "busts_in_silhouette", + "speaking_head", + "baby", + "boy", + "girl", + "man", + "woman", + "blonde_woman", + "blonde_man", + "older_man", + "older_woman", + "man_with_gua_pi_mao", + "woman_with_turban", + "man_with_turban", + "policewoman", + "policeman", + "construction_worker_woman", + "construction_worker_man", + "guardswoman", + "guardsman", + "female_detective", + "male_detective", + "woman_health_worker", + "man_health_worker", + "woman_farmer", + "man_farmer", + "woman_cook", + "man_cook", + "woman_student", + "man_student", + "woman_singer", + "man_singer", + "woman_teacher", + "man_teacher", + "woman_factory_worker", + "man_factory_worker", + "woman_technologist", + "man_technologist", + "woman_office_worker", + "man_office_worker", + "woman_mechanic", + "man_mechanic", + "woman_scientist", + "man_scientist", + "woman_artist", + "man_artist", + "woman_firefighter", + "man_firefighter", + "woman_pilot", + "man_pilot", + "woman_astronaut", + "man_astronaut", + "woman_judge", + "man_judge", + "mrs_claus", + "santa", + "angel", + "pregnant_woman", + "princess", + "prince", + "bride_with_veil", + "person_in_tuxedo", + "running_woman", + "running_man", + "walking_woman", + "walking_man", + "dancer", + "man_dancing", + "dancing_women", + "dancing_men", + "couple", + "two_men_holding_hands", + "two_women_holding_hands", + "bowing_woman", + "bowing_man", + "man_facepalming", + "woman_facepalming", + "woman_shrugging", + "man_shrugging", + "tipping_hand_woman", + "tipping_hand_man", + "no_good_woman", + "no_good_man", + "ok_woman", + "ok_man", + "raising_hand_woman", + "raising_hand_man", + "pouting_woman", + "pouting_man", + "frowning_woman", + "frowning_man", + "haircut_woman", + "haircut_man", + "massage_woman", + "massage_man", + "couple_with_heart", + "couple_with_heart_woman_woman", + "couple_with_heart_man_man", + "couplekiss_man_woman", + "couplekiss_woman_woman", + "couplekiss_man_man", + "family", + "family_man_woman_girl", + "family_man_woman_girl_boy", + "family_man_woman_boy_boy", + "family_man_woman_girl_girl", + "family_woman_woman_boy", + "family_woman_woman_girl", + "family_woman_woman_girl_boy", + "family_woman_woman_boy_boy", + "family_woman_woman_girl_girl", + "family_man_man_boy", + "family_man_man_girl", + "family_man_man_girl_boy", + "family_man_man_boy_boy", + "family_man_man_girl_girl", + "family_woman_boy", + "family_woman_girl", + "family_woman_girl_boy", + "family_woman_boy_boy", + "family_woman_girl_girl", + "family_man_boy", + "family_man_girl", + "family_man_girl_boy", + "family_man_boy_boy", + "family_man_girl_girl", + "womans_clothes", + "tshirt", + "jeans", + "necktie", + "dress", + "bikini", + "kimono", + "lipstick", + "kiss", + "footprints", + "high_heel", + "sandal", + "boot", + "mans_shoe", + "athletic_shoe", + "womans_hat", + "tophat", + "rescue_worker_helmet", + "mortar_board", + "crown", + "school_satchel", + "pouch", + "purse", + "handbag", + "briefcase", + "eyeglasses", + "dark_sunglasses", + "ring", + "closed_umbrella", + "dog", + "cat", + "mouse", + "hamster", + "rabbit", + "fox_face", + "bear", + "panda_face", + "koala", + "tiger", + "lion", + "cow", + "pig", + "pig_nose", + "frog", + "squid", + "octopus", + "shrimp", + "monkey_face", + "gorilla", + "see_no_evil", + "hear_no_evil", + "speak_no_evil", + "monkey", + "chicken", + "penguin", + "bird", + "baby_chick", + "hatching_chick", + "hatched_chick", + "duck", + "eagle", + "owl", + "bat", + "wolf", + "boar", + "horse", + "unicorn", + "honeybee", + "bug", + "butterfly", + "snail", + "lady_beetle", + "ant", + "spider", + "scorpion", + "crab", + "snake", + "lizard", + "turtle", + "tropical_fish", + "fish", + "blowfish", + "dolphin", + "shark", + "whale", + "whale2", + "crocodile", + "leopard", + "tiger2", + "water_buffalo", + "ox", + "cow2", + "deer", + "dromedary_camel", + "camel", + "elephant", + "rhinoceros", + "goat", + "ram", + "sheep", + "racehorse", + "pig2", + "rat", + "mouse2", + "rooster", + "turkey", + "dove", + "dog2", + "poodle", + "cat2", + "rabbit2", + "chipmunk", + "paw_prints", + "dragon", + "dragon_face", + "cactus", + "christmas_tree", + "evergreen_tree", + "deciduous_tree", + "palm_tree", + "seedling", + "herb", + "shamrock", + "four_leaf_clover", + "bamboo", + "tanabata_tree", + "leaves", + "fallen_leaf", + "maple_leaf", + "ear_of_rice", + "hibiscus", + "sunflower", + "rose", + "wilted_flower", + "tulip", + "blossom", + "cherry_blossom", + "bouquet", + "mushroom", + "chestnut", + "jack_o_lantern", + "shell", + "spider_web", + "earth_americas", + "earth_africa", + "earth_asia", + "full_moon", + "waning_gibbous_moon", + "last_quarter_moon", + "waning_crescent_moon", + "new_moon", + "waxing_crescent_moon", + "first_quarter_moon", + "waxing_gibbous_moon", + "new_moon_with_face", + "full_moon_with_face", + "first_quarter_moon_with_face", + "last_quarter_moon_with_face", + "sun_with_face", + "crescent_moon", + "star", + "star2", + "dizzy", + "sparkles", + "comet", + "sunny", + "sun_behind_small_cloud", + "partly_sunny", + "sun_behind_large_cloud", + "sun_behind_rain_cloud", + "cloud", + "cloud_with_rain", + "cloud_with_lightning_and_rain", + "cloud_with_lightning", + "zap", + "fire", + "boom", + "snowflake", + "cloud_with_snow", + "snowman", + "snowman_with_snow", + "wind_face", + "dash", + "tornado", + "fog", + "open_umbrella", + "umbrella", + "droplet", + "sweat_drops", + "ocean", + "green_apple", + "apple", + "pear", + "tangerine", + "lemon", + "banana", + "watermelon", + "grapes", + "strawberry", + "melon", + "cherries", + "peach", + "pineapple", + "kiwi_fruit", + "avocado", + "tomato", + "eggplant", + "cucumber", + "carrot", + "hot_pepper", + "potato", + "corn", + "sweet_potato", + "peanuts", + "honey_pot", + "croissant", + "bread", + "baguette_bread", + "cheese", + "egg", + "bacon", + "pancakes", + "poultry_leg", + "meat_on_bone", + "fried_shrimp", + "fried_egg", + "hamburger", + "fries", + "stuffed_flatbread", + "hotdog", + "pizza", + "spaghetti", + "taco", + "burrito", + "green_salad", + "shallow_pan_of_food", + "ramen", + "stew", + "fish_cake", + "sushi", + "bento", + "curry", + "rice_ball", + "rice", + "rice_cracker", + "oden", + "dango", + "shaved_ice", + "ice_cream", + "icecream", + "cake", + "birthday", + "custard", + "candy", + "lollipop", + "chocolate_bar", + "popcorn", + "doughnut", + "cookie", + "milk_glass", + "beer", + "beers", + "clinking_glasses", + "wine_glass", + "tumbler_glass", + "cocktail", + "tropical_drink", + "champagne", + "sake", + "tea", + "coffee", + "baby_bottle", + "spoon", + "fork_and_knife", + "plate_with_cutlery", + "soccer", + "basketball", + "football", + "baseball", + "tennis", + "volleyball", + "rugby_football", + "8ball", + "golf", + "golfing_woman", + "golfing_man", + "ping_pong", + "badminton", + "goal_net", + "ice_hockey", + "field_hockey", + "cricket_bat_and_ball", + "ski", + "skier", + "snowboarder", + "person_fencing", + "women_wrestling", + "men_wrestling", + "woman_cartwheeling", + "man_cartwheeling", + "woman_playing_handball", + "man_playing_handball", + "ice_skate", + "bow_and_arrow", + "fishing_pole_and_fish", + "boxing_glove", + "martial_arts_uniform", + "rowing_woman", + "rowing_man", + "swimming_woman", + "swimming_man", + "woman_playing_water_polo", + "man_playing_water_polo", + "surfing_woman", + "surfing_man", + "bath", + "basketball_woman", + "basketball_man", + "weight_lifting_woman", + "weight_lifting_man", + "biking_woman", + "biking_man", + "mountain_biking_woman", + "mountain_biking_man", + "horse_racing", + "business_suit_levitating", + "trophy", + "running_shirt_with_sash", + "medal_sports", + "medal_military", + "1st_place_medal", + "2nd_place_medal", + "3rd_place_medal", + "reminder_ribbon", + "rosette", + "ticket", + "tickets", + "performing_arts", + "art", + "circus_tent", + "woman_juggling", + "man_juggling", + "microphone", + "headphones", + "musical_score", + "musical_keyboard", + "drum", + "saxophone", + "trumpet", + "guitar", + "violin", + "clapper", + "video_game", + "space_invader", + "dart", + "game_die", + "slot_machine", + "bowling", + "red_car", + "taxi", + "blue_car", + "bus", + "trolleybus", + "racing_car", + "police_car", + "ambulance", + "fire_engine", + "minibus", + "truck", + "articulated_lorry", + "tractor", + "kick_scooter", + "motorcycle", + "bike", + "motor_scooter", + "rotating_light", + "oncoming_police_car", + "oncoming_bus", + "oncoming_automobile", + "oncoming_taxi", + "aerial_tramway", + "mountain_cableway", + "suspension_railway", + "railway_car", + "train", + "monorail", + "bullettrain_side", + "bullettrain_front", + "light_rail", + "mountain_railway", + "steam_locomotive", + "train2", + "metro", + "tram", + "station", + "helicopter", + "small_airplane", + "airplane", + "flight_departure", + "flight_arrival", + "sailboat", + "motor_boat", + "speedboat", + "ferry", + "passenger_ship", + "rocket", + "artificial_satellite", + "seat", + "canoe", + "anchor", + "construction", + "fuelpump", + "busstop", + "vertical_traffic_light", + "traffic_light", + "checkered_flag", + "ship", + "ferris_wheel", + "roller_coaster", + "carousel_horse", + "building_construction", + "foggy", + "tokyo_tower", + "factory", + "fountain", + "rice_scene", + "mountain", + "mountain_snow", + "mount_fuji", + "volcano", + "japan", + "camping", + "tent", + "national_park", + "motorway", + "railway_track", + "sunrise", + "sunrise_over_mountains", + "desert", + "beach_umbrella", + "desert_island", + "city_sunrise", + "city_sunset", + "cityscape", + "night_with_stars", + "bridge_at_night", + "milky_way", + "stars", + "sparkler", + "fireworks", + "rainbow", + "houses", + "european_castle", + "japanese_castle", + "stadium", + "statue_of_liberty", + "house", + "house_with_garden", + "derelict_house", + "office", + "department_store", + "post_office", + "european_post_office", + "hospital", + "bank", + "hotel", + "convenience_store", + "school", + "love_hotel", + "wedding", + "classical_building", + "church", + "mosque", + "synagogue", + "kaaba", + "shinto_shrine", + "watch", + "iphone", + "calling", + "computer", + "keyboard", + "desktop_computer", + "printer", + "computer_mouse", + "trackball", + "joystick", + "clamp", + "minidisc", + "floppy_disk", + "cd", + "dvd", + "vhs", + "camera", + "camera_flash", + "video_camera", + "movie_camera", + "film_projector", + "film_strip", + "telephone_receiver", + "phone", + "pager", + "fax", + "tv", + "radio", + "studio_microphone", + "level_slider", + "control_knobs", + "stopwatch", + "timer_clock", + "alarm_clock", + "mantelpiece_clock", + "hourglass_flowing_sand", + "hourglass", + "satellite", + "battery", + "electric_plug", + "bulb", + "flashlight", + "candle", + "wastebasket", + "oil_drum", + "money_with_wings", + "dollar", + "yen", + "euro", + "pound", + "moneybag", + "credit_card", + "gem", + "balance_scale", + "wrench", + "hammer", + "hammer_and_pick", + "hammer_and_wrench", + "pick", + "nut_and_bolt", + "gear", + "chains", + "gun", + "bomb", + "hocho", + "dagger", + "crossed_swords", + "shield", + "smoking", + "skull_and_crossbones", + "coffin", + "funeral_urn", + "amphora", + "crystal_ball", + "prayer_beads", + "barber", + "alembic", + "telescope", + "microscope", + "hole", + "pill", + "syringe", + "thermometer", + "label", + "bookmark", + "toilet", + "shower", + "bathtub", + "key", + "old_key", + "couch_and_lamp", + "sleeping_bed", + "bed", + "door", + "bellhop_bell", + "framed_picture", + "world_map", + "parasol_on_ground", + "moyai", + "shopping", + "shopping_cart", + "balloon", + "flags", + "ribbon", + "gift", + "confetti_ball", + "tada", + "dolls", + "wind_chime", + "crossed_flags", + "izakaya_lantern", + "email", + "envelope_with_arrow", + "incoming_envelope", + "e-mail", + "love_letter", + "postbox", + "mailbox_closed", + "mailbox", + "mailbox_with_mail", + "mailbox_with_no_mail", + "package", + "postal_horn", + "inbox_tray", + "outbox_tray", + "scroll", + "page_with_curl", + "bookmark_tabs", + "bar_chart", + "chart_with_upwards_trend", + "chart_with_downwards_trend", + "page_facing_up", + "date", + "calendar", + "spiral_calendar", + "card_index", + "card_file_box", + "ballot_box", + "file_cabinet", + "clipboard", + "spiral_notepad", + "file_folder", + "open_file_folder", + "card_index_dividers", + "newspaper_roll", + "newspaper", + "notebook", + "closed_book", + "green_book", + "blue_book", + "orange_book", + "notebook_with_decorative_cover", + "ledger", + "books", + "open_book", + "link", + "paperclip", + "paperclips", + "scissors", + "triangular_ruler", + "straight_ruler", + "pushpin", + "round_pushpin", + "triangular_flag_on_post", + "white_flag", + "black_flag", + "rainbow_flag", + "closed_lock_with_key", + "lock", + "unlock", + "lock_with_ink_pen", + "pen", + "fountain_pen", + "black_nib", + "memo", + "pencil2", + "crayon", + "paintbrush", + "mag", + "mag_right", + "heart", + "yellow_heart", + "green_heart", + "blue_heart", + "purple_heart", + "black_heart", + "broken_heart", + "heavy_heart_exclamation", + "two_hearts", + "revolving_hearts", + "heartbeat", + "heartpulse", + "sparkling_heart", + "cupid", + "gift_heart", + "heart_decoration", + "peace_symbol", + "latin_cross", + "star_and_crescent", + "om", + "wheel_of_dharma", + "star_of_david", + "six_pointed_star", + "menorah", + "yin_yang", + "orthodox_cross", + "place_of_worship", + "ophiuchus", + "aries", + "taurus", + "gemini", + "cancer", + "leo", + "virgo", + "libra", + "scorpius", + "sagittarius", + "capricorn", + "aquarius", + "pisces", + "id", + "atom_symbol", + "u7a7a", + "u5272", + "radioactive", + "biohazard", + "mobile_phone_off", + "vibration_mode", + "u6709", + "u7121", + "u7533", + "u55b6", + "u6708", + "eight_pointed_black_star", + "vs", + "accept", + "white_flower", + "ideograph_advantage", + "secret", + "congratulations", + "u5408", + "u6e80", + "u7981", + "a", + "b", + "ab", + "cl", + "o2", + "sos", + "no_entry", + "name_badge", + "no_entry_sign", + "x", + "o", + "stop_sign", + "anger", + "hotsprings", + "no_pedestrians", + "do_not_litter", + "no_bicycles", + "non-potable_water", + "underage", + "no_mobile_phones", + "exclamation", + "grey_exclamation", + "question", + "grey_question", + "bangbang", + "interrobang", + "100", + "low_brightness", + "high_brightness", + "trident", + "fleur_de_lis", + "part_alternation_mark", + "warning", + "children_crossing", + "beginner", + "recycle", + "u6307", + "chart", + "sparkle", + "eight_spoked_asterisk", + "negative_squared_cross_mark", + "white_check_mark", + "diamond_shape_with_a_dot_inside", + "cyclone", + "loop", + "globe_with_meridians", + "m", + "atm", + "sa", + "passport_control", + "customs", + "baggage_claim", + "left_luggage", + "wheelchair", + "no_smoking", + "wc", + "parking", + "potable_water", + "mens", + "womens", + "baby_symbol", + "restroom", + "put_litter_in_its_place", + "cinema", + "signal_strength", + "koko", + "ng", + "ok", + "up", + "cool", + "new", + "free", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "keycap_ten", + "asterisk", + "1234", + "arrow_forward", + "pause_button", + "next_track_button", + "stop_button", + "record_button", + "play_or_pause_button", + "previous_track_button", + "fast_forward", + "rewind", + "twisted_rightwards_arrows", + "repeat", + "repeat_one", + "arrow_backward", + "arrow_up_small", + "arrow_down_small", + "arrow_double_up", + "arrow_double_down", + "arrow_right", + "arrow_left", + "arrow_up", + "arrow_down", + "arrow_upper_right", + "arrow_lower_right", + "arrow_lower_left", + "arrow_upper_left", + "arrow_up_down", + "left_right_arrow", + "arrows_counterclockwise", + "arrow_right_hook", + "leftwards_arrow_with_hook", + "arrow_heading_up", + "arrow_heading_down", + "hash", + "information_source", + "abc", + "abcd", + "capital_abcd", + "symbols", + "musical_note", + "notes", + "wavy_dash", + "curly_loop", + "heavy_check_mark", + "arrows_clockwise", + "heavy_plus_sign", + "heavy_minus_sign", + "heavy_division_sign", + "heavy_multiplication_x", + "heavy_dollar_sign", + "currency_exchange", + "copyright", + "registered", + "tm", + "end", + "back", + "on", + "top", + "soon", + "ballot_box_with_check", + "radio_button", + "white_circle", + "black_circle", + "red_circle", + "large_blue_circle", + "small_orange_diamond", + "small_blue_diamond", + "large_orange_diamond", + "large_blue_diamond", + "small_red_triangle", + "black_small_square", + "white_small_square", + "black_large_square", + "white_large_square", + "small_red_triangle_down", + "black_medium_square", + "white_medium_square", + "black_medium_small_square", + "white_medium_small_square", + "black_square_button", + "white_square_button", + "speaker", + "sound", + "loud_sound", + "mute", + "mega", + "loudspeaker", + "bell", + "no_bell", + "black_joker", + "mahjong", + "spades", + "clubs", + "hearts", + "diamonds", + "flower_playing_cards", + "thought_balloon", + "right_anger_bubble", + "speech_balloon", + "left_speech_bubble", + "clock1", + "clock2", + "clock3", + "clock4", + "clock5", + "clock6", + "clock7", + "clock8", + "clock9", + "clock10", + "clock11", + "clock12", + "clock130", + "clock230", + "clock330", + "clock430", + "clock530", + "clock630", + "clock730", + "clock830", + "clock930", + "clock1030", + "clock1130", + "clock1230", + "afghanistan", + "aland_islands", + "albania", + "algeria", + "american_samoa", + "andorra", + "angola", + "anguilla", + "antarctica", + "antigua_barbuda", + "argentina", + "armenia", + "aruba", + "australia", + "austria", + "azerbaijan", + "bahamas", + "bahrain", + "bangladesh", + "barbados", + "belarus", + "belgium", + "belize", + "benin", + "bermuda", + "bhutan", + "bolivia", + "caribbean_netherlands", + "bosnia_herzegovina", + "botswana", + "brazil", + "british_indian_ocean_territory", + "british_virgin_islands", + "brunei", + "bulgaria", + "burkina_faso", + "burundi", + "cape_verde", + "cambodia", + "cameroon", + "canada", + "canary_islands", + "cayman_islands", + "central_african_republic", + "chad", + "chile", + "cn", + "christmas_island", + "cocos_islands", + "colombia", + "comoros", + "congo_brazzaville", + "congo_kinshasa", + "cook_islands", + "costa_rica", + "croatia", + "cuba", + "curacao", + "cyprus", + "czech_republic", + "denmark", + "djibouti", + "dominica", + "dominican_republic", + "ecuador", + "egypt", + "el_salvador", + "equatorial_guinea", + "eritrea", + "estonia", + "ethiopia", + "eu", + "falkland_islands", + "faroe_islands", + "fiji", + "finland", + "fr", + "french_guiana", + "french_polynesia", + "french_southern_territories", + "gabon", + "gambia", + "georgia", + "de", + "ghana", + "gibraltar", + "greece", + "greenland", + "grenada", + "guadeloupe", + "guam", + "guatemala", + "guernsey", + "guinea", + "guinea_bissau", + "guyana", + "haiti", + "honduras", + "hong_kong", + "hungary", + "iceland", + "india", + "indonesia", + "iran", + "iraq", + "ireland", + "isle_of_man", + "israel", + "it", + "cote_divoire", + "jamaica", + "jp", + "jersey", + "jordan", + "kazakhstan", + "kenya", + "kiribati", + "kosovo", + "kuwait", + "kyrgyzstan", + "laos", + "latvia", + "lebanon", + "lesotho", + "liberia", + "libya", + "liechtenstein", + "lithuania", + "luxembourg", + "macau", + "macedonia", + "madagascar", + "malawi", + "malaysia", + "maldives", + "mali", + "malta", + "marshall_islands", + "martinique", + "mauritania", + "mauritius", + "mayotte", + "mexico", + "micronesia", + "moldova", + "monaco", + "mongolia", + "montenegro", + "montserrat", + "morocco", + "mozambique", + "myanmar", + "namibia", + "nauru", + "nepal", + "netherlands", + "new_caledonia", + "new_zealand", + "nicaragua", + "niger", + "nigeria", + "niue", + "norfolk_island", + "northern_mariana_islands", + "north_korea", + "norway", + "oman", + "pakistan", + "palau", + "palestinian_territories", + "panama", + "papua_new_guinea", + "paraguay", + "peru", + "philippines", + "pitcairn_islands", + "poland", + "portugal", + "puerto_rico", + "qatar", + "reunion", + "romania", + "ru", + "rwanda", + "st_barthelemy", + "st_helena", + "st_kitts_nevis", + "st_lucia", + "st_pierre_miquelon", + "st_vincent_grenadines", + "samoa", + "san_marino", + "sao_tome_principe", + "saudi_arabia", + "senegal", + "serbia", + "seychelles", + "sierra_leone", + "singapore", + "sint_maarten", + "slovakia", + "slovenia", + "solomon_islands", + "somalia", + "south_africa", + "south_georgia_south_sandwich_islands", + "kr", + "south_sudan", + "es", + "sri_lanka", + "sudan", + "suriname", + "swaziland", + "sweden", + "switzerland", + "syria", + "taiwan", + "tajikistan", + "tanzania", + "thailand", + "timor_leste", + "togo", + "tokelau", + "tonga", + "trinidad_tobago", + "tunisia", + "tr", + "turkmenistan", + "turks_caicos_islands", + "tuvalu", + "uganda", + "ukraine", + "united_arab_emirates", + "uk", + "us", + "us_virgin_islands", + "uruguay", + "uzbekistan", + "vanuatu", + "vatican_city", + "venezuela", + "vietnam", + "wallis_futuna", + "western_sahara", + "yemen", + "zambia", + "zimbabwe", + "star_struck", + "face_with_raised_eyebrow", + "exploding_head", + "crazy_face", + "face_with_symbols_over_mouth", + "face_vomiting", + "shushing_face", + "face_with_hand_over_mouth", + "face_with_monocle", + "child", + "adult", + "older_adult", + "woman_with_headscarf", + "bearded_person", + "breast_feeding", + "mage", + "woman_mage", + "fairy", + "vampire", + "merperson", + "merman", + "elf", + "genie", + "woman_genie", + "zombie", + "woman_zombie", + "person_in_steamy_room", + "woman_in_steamy_room", + "person_climbing", + "woman_climbing", + "person_in_lotus_position", + "woman_in_lotus_position", + "love_you_gesture", + "palms_up_together", + "brain", + "orange_heart", + "scarf", + "gloves", + "coat", + "socks", + "billed_cap", + "zebra", + "giraffe", + "hedgehog", + "sauropod", + "t_rex", + "cricket", + "coconut", + "broccoli", + "pretzel", + "cut_of_meat", + "sandwich", + "bowl_with_spoon", + "canned_food", + "dumpling", + "fortune_cookie", + "takeout_box", + "pie", + "cup_with_straw", + "chopsticks", + "flying_saucer", + "sled", + "curling_stone", + "svalbard_and_jan_mayen", + "st_martin", + "us_outlying_islands", + "tristan_da_cunha", + "heard_and_mc_donald_islands", + "ceuta_and_melilla", + "diego_garcia", + "ascension_island", + "bouvet_island", + "clipperton_island", + "united_nations", + "smiling_face_with_three_hearts", + "hot_face", + "cold_face", + "partying_face", + "woozy_face", + "pleading_face", + "man_red_haired", + "man_curly_haired", + "man_white_haired", + "man_bald", + "woman_red_haired", + "woman_curly_haired", + "woman_white_haired", + "woman_bald", + "superhero", + "man_superhero", + "woman_superhero", + "supervillain", + "woman_supervillain", + "man_supervillain", + "leg", + "foot", + "bone", + "tooth", + "goggles", + "lab_coat", + "hiking_boot", + "flat_shoe", + "raccoon", + "llama", + "hippopotamus", + "kangaroo", + "badger", + "swan", + "peacock", + "parrot", + "lobster", + "mosquito", + "microbe", + "mango", + "leafy_green", + "bagel", + "salt", + "moon_cake", + "cupcake", + "compass", + "brick", + "skateboard", + "luggage", + "firecracker", + "red_gift_envelope", + "softball", + "flying_disc", + "lacrosse", + "nazar_amulet", + "jigsaw", + "teddy_bear", + "chess_pawn", + "thread", + "yarn", + "abacus", + "receipt", + "toolbox", + "magnet", + "test_tube", + "petri_dish", + "dna", + "lotion_bottle", + "safety_pin", + "broom", + "basket", + "roll_of_toilet_paper", + "soap", + "sponge", + "fire_extinguisher", + "infinity", + "pirate_flag", + "waffle", + "otter", + "sloth", + "ice_cube", + "ringer_planet", + "flamingo", + "yawning_face", + "pinching_hand", + "service_dog", + "orangutan", + "auto_rickshaw", + "parachute", + "yo-yo", + "kite", + "brown_square", + "purple_square", + "blue_square", + "green_square", + "yellow_square", + "orange_square", + "red_square", + "brown_circle", + "purple_circle", + "green_circle", + "yellow_circle", + "orange_circle", + "razor", + "chair", + "stethoscope", + "adhesive_bandage", + "drop_of_blood", + "probing_cane", + "axe", + "diya_lamp", + "banjo", + "ballet_shoes", + "shorts", + "briefs", + "one_piece_swimsuit", + "sari", + "safety_vest", + "diving_mask", + "motorized_wheelchair", + "manual_wheelchair", + "hindu_temple", + "maté", + "beverage_box", + "oyster", + "butter", + "falafel", + "onion", + "garlic", + "skunk", + "guide_dog", + "people_holding_hands", + "woman_in_manual_wheelchair", + "man_in_manual_wheelchair", + "woman_in_motorized_wheelchair", + "man_in_motorized_wheelchair", + "woman_with_probing_cane", + "man_with_probing_cane", + "woman_kneeling", + "man_kneeling", + "man_standing", + "woman_standing", + "deaf_woman", + "deaf_man", + "hear_with_hearing_aid", + "mechanical_leg", + "mechanical_arm", + "white_heart", + "brown_heart", + "transgender_flag", + "smiling_face_with_tear", + "disguised_face", + "pinched_fingers", + "anatomical_heart", + "lungs", + "ninja", + "mx_claus", + "people_hugging", + "black_cat", + "bison", + "mammoth", + "beaver", + "dodo", + "feather", + "seal", + "beetle", + "cockroach", + "fly", + "worm", + "potted_plant", + "blueberries", + "olive", + "bell_pepper", + "flatbread", + "tamale", + "fondue", + "teapot", + "bubble_tea", + "rock", + "wood", + "hut", + "pickup_truck", + "roller_skate", + "magic_wand", + "piñata", + "nesting_dolls", + "sewing_needle", + "knot", + "thong_sandal", + "military_helmet", + "accordion", + "long_drum", + "coin", + "boomerang", + "carpentry_saw", + "screwdriver", + "hook", + "ladder", + "mirror", + "window", + "plunger", + "mouse_trap", + "bucket", + "toothbrush", + "headstone", + "placard", + "transgender_symbol", + "man_feeding_baby", + "person_feeding_baby", + "polar_bear", + "melting_face", + "smiling_face", + "face_with_open_eyes_and_hand_over_mouth", + "face_with_peeking_eye", + "saluting_face", + "dotted_line_face", + "face_in_clouds", + "face_exhaling", + "face_with_spiral_eyes", + "face_with_diagonal_mouth", + "frowning_face", + "face_holding_back_tears", + "heart_on_fire", + "mending_heart", + "eye_in_speech_bubble", + "rightwards_hand", + "leftwards_hand", + "palm_down_hand", + "palm_up_hand", + "hand_with_index_finger_and_thumb_crossed", + "index_pointing_at_the_viewer", + "heart_hands", + "biting_lip", + "man_beard", + "woman_beard", + "person_red_hair", + "person_curly_hair", + "person_white_hair", + "person_bald", + "man_blond_hair", + "person_frowning", + "person_pouting", + "person_gesturing_no", + "person_gesturing_ok", + "person_tipping_hand", + "person_raising_hand", + "deaf_person", + "man_bowing", + "person_facepalming", + "person_shrugging", + "health_worker", + "student", + "teacher", + "judge", + "farmer", + "cook", + "mechanic", + "factory_worker", + "office_worker", + "scientist", + "technologist", + "singer", + "artist", + "pilot", + "astronaut", + "firefighter", + "man_police_officer", + "man_detective", + "man_guard", + "man_construction_worker", + "person_with_crown", + "man_wearing_turban", + "man_in_tuxedo", + "woman_in_tuxedo", + "man_with_veil", + "woman_with_veil", + "pregnant_man", + "pregnant_person", + "woman_feeding_baby", + "man_mage", + "man_fairy", + "woman_fairy", + "man_vampire", + "woman_vampire", + "mermaid", + "man_elf", + "woman_elf", + "man_genie", + "man_zombie", + "troll", + "person_getting_massage", + "person_getting_haircut", + "man_walking", + "person_standing", + "person_kneeling", + "person_with_white_cane", + "person_in_motorized_wheelchair", + "person_in_manual_wheelchair", + "man_running", + "women_with_bunny_ears", + "man_in_steamy_room", + "man_climbing", + "man_golfing", + "man_surfing", + "man_rowing_boat", + "man_swimming", + "man_bouncing_ball", + "man_lifting_weights", + "man_biking", + "man_mountain_biking", + "person_cartwheeling", + "people_wrestling", + "person_playing_water_polo", + "person_playing_handball", + "person_juggling", + "man_in_lotus_position", + "kiss_woman_man", + "couple_with_heart_woman_man", + "family_man_woman_boy", + "red_hair", + "curly_hair", + "white_hair", + "bald", + "coral", + "lotus", + "empty_nest", + "nest_with_eggs", + "beans", + "pouring_liquid", + "jar", + "playground_slide", + "wheel", + "ring_buoy", + "hamsa", + "mirror_ball", + "low_battery", + "crutch", + "xray", + "elevator", + "bubbles", + "identification_card", + "eject_button", + "female_sign", + "male_sign", + "heavy_equals_sign", + "medical_symbol", + "england", + "scotland", + "wales", +]; +export const tonableEmojis = [ + "raised_hands", + "clap", + "wave", + "call_me_hand", + "+1", + "-1", + "facepunch", + "fist", + "fist_left", + "fist_right", + "v", + "ok_hand", + "raised_hand", + "raised_back_of_hand", + "open_hands", + "muscle", + "pray", + "handshake", + "point_up", + "point_up_2", + "point_down", + "point_left", + "point_right", + "fu", + "raised_hand_with_fingers_splayed", + "metal", + "crossed_fingers", + "vulcan_salute", + "writing_hand", + "selfie", + "nail_care", + "ear", + "nose", + "baby", + "boy", + "girl", + "man", + "woman", + "blonde_woman", + "blonde_man", + "older_man", + "older_woman", + "man_with_gua_pi_mao", + "woman_with_turban", + "man_with_turban", + "policewoman", + "policeman", + "construction_worker_woman", + "construction_worker_man", + "guardswoman", + "guardsman", + "male_detective", + "woman_health_worker", + "man_health_worker", + "woman_farmer", + "man_farmer", + "woman_cook", + "man_cook", + "woman_student", + "man_student", + "woman_singer", + "man_singer", + "woman_teacher", + "man_teacher", + "woman_factory_worker", + "man_factory_worker", + "woman_technologist", + "man_technologist", + "woman_office_worker", + "man_office_worker", + "woman_mechanic", + "man_mechanic", + "woman_scientist", + "man_scientist", + "woman_artist", + "man_artist", + "woman_firefighter", + "man_firefighter", + "woman_pilot", + "man_pilot", + "woman_astronaut", + "man_astronaut", + "woman_judge", + "man_judge", + "mrs_claus", + "santa", + "angel", + "pregnant_woman", + "princess", + "prince", + "bride_with_veil", + "person_in_tuxedo", + "running_woman", + "running_man", + "walking_woman", + "walking_man", + "dancer", + "man_dancing", + "couple", + "two_men_holding_hands", + "two_women_holding_hands", + "bowing_woman", + "bowing_man", + "man_facepalming", + "woman_facepalming", + "woman_shrugging", + "man_shrugging", + "tipping_hand_woman", + "tipping_hand_man", + "no_good_woman", + "no_good_man", + "ok_woman", + "ok_man", + "raising_hand_woman", + "raising_hand_man", + "pouting_woman", + "pouting_man", + "frowning_woman", + "frowning_man", + "haircut_woman", + "haircut_man", + "massage_woman", + "massage_man", + "golfing_man", + "snowboarder", + "woman_cartwheeling", + "man_cartwheeling", + "woman_playing_handball", + "man_playing_handball", + "rowing_woman", + "rowing_man", + "swimming_woman", + "swimming_man", + "woman_playing_water_polo", + "man_playing_water_polo", + "surfing_woman", + "surfing_man", + "bath", + "basketball_man", + "weight_lifting_man", + "biking_woman", + "biking_man", + "mountain_biking_woman", + "mountain_biking_man", + "horse_racing", + "business_suit_levitating", + "woman_juggling", + "man_juggling", + "sleeping_bed", + "child", + "adult", + "older_adult", + "woman_with_headscarf", + "bearded_person", + "breast_feeding", + "mage", + "woman_mage", + "fairy", + "vampire", + "merperson", + "merman", + "elf", + "person_in_steamy_room", + "woman_in_steamy_room", + "person_climbing", + "woman_climbing", + "person_in_lotus_position", + "woman_in_lotus_position", + "love_you_gesture", + "palms_up_together", + "man_red_haired", + "man_curly_haired", + "man_white_haired", + "man_bald", + "woman_red_haired", + "woman_curly_haired", + "woman_white_haired", + "woman_bald", + "superhero", + "man_superhero", + "woman_superhero", + "supervillain", + "woman_supervillain", + "man_supervillain", + "leg", + "foot", + "pinching_hand", + "people_holding_hands", + "woman_in_manual_wheelchair", + "man_in_manual_wheelchair", + "woman_in_motorized_wheelchair", + "man_in_motorized_wheelchair", + "woman_with_probing_cane", + "man_with_probing_cane", + "woman_kneeling", + "man_kneeling", + "man_standing", + "woman_standing", + "deaf_woman", + "deaf_man", + "hear_with_hearing_aid", + "pinched_fingers", + "ninja", + "mx_claus", + "man_feeding_baby", + "person_feeding_baby", + "person_red_hair", + "person_curly_hair", + "person_white_hair", + "person_bald", + "man_blond_hair", + "person_frowning", + "person_pouting", + "person_gesturing_no", + "person_gesturing_ok", + "person_tipping_hand", + "person_raising_hand", + "deaf_person", + "man_bowing", + "person_facepalming", + "person_shrugging", + "health_worker", + "student", + "teacher", + "judge", + "farmer", + "cook", + "mechanic", + "factory_worker", + "office_worker", + "scientist", + "technologist", + "singer", + "artist", + "pilot", + "astronaut", + "firefighter", + "man_police_officer", + "man_detective", + "man_guard", + "man_construction_worker", + "man_wearing_turban", + "man_in_tuxedo", + "woman_in_tuxedo", + "man_with_veil", + "woman_with_veil", + "woman_feeding_baby", + "man_mage", + "man_fairy", + "woman_fairy", + "man_vampire", + "woman_vampire", + "mermaid", + "man_elf", + "woman_elf", + "person_getting_massage", + "person_getting_haircut", + "man_walking", + "person_standing", + "person_kneeling", + "person_with_white_cane", + "person_in_motorized_wheelchair", + "person_in_manual_wheelchair", + "man_running", + "man_in_steamy_room", + "man_climbing", + "man_golfing", + "man_surfing", + "man_rowing_boat", + "man_swimming", + "man_bouncing_ball", + "man_lifting_weights", + "man_biking", + "man_mountain_biking", + "person_cartwheeling", + "person_playing_water_polo", + "person_playing_handball", + "person_juggling", + "man_in_lotus_position", +]; +export const aliases = { + right_anger_bubble: ["anger_right"], + ballot_box: ["ballot_box_with_ballot"], + basketball_man: ["basketball_player", "person_with_ball"], + beach_umbrella: ["umbrella_on_ground", "beach", "beach_with_umbrella"], + parasol_on_ground: ["umbrella_on_ground"], + bellhop_bell: ["bellhop"], + biohazard: ["biohazard_sign"], + bow_and_arrow: ["archery"], + spiral_calendar: ["calendar_spiral", "spiral_calendar_pad"], + card_file_box: ["card_box"], + champagne: ["bottle_with_popping_cork"], + cheese: ["cheese_wedge"], + city_sunset: ["city_dusk"], + couch_and_lamp: ["couch"], + crayon: ["lower_left_crayon"], + cricket_bat_and_ball: ["cricket_bat_ball"], + latin_cross: ["cross"], + dagger: ["dagger_knife"], + desktop_computer: ["desktop"], + card_index_dividers: ["dividers"], + dove: ["dove_of_peace"], + footprints: ["feet"], + fire: ["flame"], + black_flag: ["flag_black", "waving_black_flag"], + cn: ["flag_cn"], + de: ["flag_de"], + es: ["flag_es"], + fr: ["flag_fr"], + uk: ["gb", "flag_gb"], + it: ["flag_it"], + jp: ["flag_jp"], + kr: ["flag_kr"], + ru: ["flag_ru"], + us: ["flag_us"], + white_flag: ["flag_white", "waving_white_flag"], + plate_with_cutlery: ["fork_knife_plate", "fork_and_knife_with_plate"], + framed_picture: ["frame_photo", "frame_with_picture"], + hammer_and_pick: ["hammer_pick"], + heavy_heart_exclamation: [ + "heart_exclamation", + "heavy_heart_exclamation_mark_ornament", + ], + houses: ["homes", "house_buildings"], + hotdog: ["hot_dog"], + derelict_house: ["house_abandoned", "derelict_house_building"], + desert_island: ["island"], + old_key: ["key2"], + laughing: ["satisfied"], + business_suit_levitating: ["levitate", "man_in_business_suit_levitating"], + weight_lifting_man: ["lifter", "weight_lifter"], + medal_sports: ["medal", "sports_medal"], + metal: ["sign_of_the_horns"], + fu: ["middle_finger", "reversed_hand_with_middle_finger_extended"], + motorcycle: ["racing_motorcycle"], + mountain_snow: ["snow_capped_mountain"], + newspaper_roll: ["newspaper2", "rolled_up_newspaper"], + spiral_notepad: ["notepad_spiral", "spiral_note_pad"], + oil_drum: ["oil"], + older_woman: ["grandma"], + paintbrush: ["lower_left_paintbrush"], + paperclips: ["linked_paperclips"], + pause_button: ["double_vertical_bar"], + peace_symbol: ["peace"], + fountain_pen: ["pen_fountain", "lower_left_fountain_pen"], + ping_pong: ["table_tennis"], + place_of_worship: ["worship_symbol"], + poop: ["shit", "hankey", "poo"], + radioactive: ["radioactive_sign"], + railway_track: ["railroad_track"], + robot: ["robot_face"], + skull: ["skeleton"], + skull_and_crossbones: ["skull_crossbones"], + speaking_head: ["speaking_head_in_silhouette"], + male_detective: ["spy", "sleuth_or_spy"], + thinking: ["thinking_face"], + "-1": ["thumbsdown"], + "+1": ["thumbsup"], + cloud_with_lightning_and_rain: [ + "thunder_cloud_rain", + "thunder_cloud_and_rain", + ], + tickets: ["admission_tickets"], + next_track_button: ["track_next", "next_track"], + previous_track_button: ["track_previous", "previous_track"], + unicorn: ["unicorn_face"], + funeral_urn: ["urn"], + sun_behind_large_cloud: ["white_sun_cloud", "white_sun_behind_cloud"], + sun_behind_rain_cloud: [ + "white_sun_rain_cloud", + "white_sun_behind_cloud_with_rain", + ], + partly_sunny: ["white_sun_small_cloud", "white_sun_with_small_cloud"], + open_umbrella: ["umbrella2"], + hammer_and_wrench: ["tools"], + face_with_thermometer: ["thermometer_face"], + timer_clock: ["timer"], + keycap_ten: ["ten"], + memo: ["pencil"], + rescue_worker_helmet: ["helmet_with_cross", "helmet_with_white_cross"], + slightly_smiling_face: ["slightly_smiling", "slight_smile"], + construction_worker_man: ["construction_worker"], + upside_down_face: ["upside_down"], + money_mouth_face: ["money_mouth"], + nerd_face: ["nerd"], + hugs: ["hugging", "hugging_face"], + roll_eyes: ["rolling_eyes", "face_with_rolling_eyes"], + slightly_frowning_face: ["frowning", "slight_frown"], + frowning_face: ["frowning2", "white_frowning_face"], + zipper_mouth_face: ["zipper_mouth"], + face_with_head_bandage: ["head_bandage"], + raised_hand_with_fingers_splayed: ["hand_splayed"], + raised_hand: ["hand"], + vulcan_salute: [ + "vulcan", + "raised_hand_with_part_between_middle_and_ring_fingers", + ], + policeman: ["cop"], + running_man: ["runner"], + walking_man: ["walking"], + bowing_man: ["bow"], + no_good_woman: ["no_good"], + raising_hand_woman: ["raising_hand"], + pouting_woman: ["person_with_pouting_face"], + frowning_woman: ["person_frowning"], + haircut_woman: ["haircut"], + massage_woman: ["massage"], + tshirt: ["shirt"], + biking_man: ["bicyclist"], + mountain_biking_man: ["mountain_bicyclist"], + passenger_ship: ["cruise_ship"], + motor_boat: ["motorboat", "boat"], + flight_arrival: ["airplane_arriving"], + flight_departure: ["airplane_departure"], + small_airplane: ["airplane_small"], + racing_car: ["race_car"], + family_man_woman_boy_boy: ["family_man_woman_boys"], + family_man_woman_girl_girl: ["family_man_woman_girls"], + family_woman_woman_boy: ["family_women_boy"], + family_woman_woman_girl: ["family_women_girl"], + family_woman_woman_girl_boy: ["family_women_girl_boy"], + family_woman_woman_boy_boy: ["family_women_boys"], + family_woman_woman_girl_girl: ["family_women_girls"], + family_man_man_boy: ["family_men_boy"], + family_man_man_girl: ["family_men_girl"], + family_man_man_girl_boy: ["family_men_girl_boy"], + family_man_man_boy_boy: ["family_men_boys"], + family_man_man_girl_girl: ["family_men_girls"], + cloud_with_lightning: ["cloud_lightning"], + tornado: ["cloud_tornado", "cloud_with_tornado"], + cloud_with_rain: ["cloud_rain"], + cloud_with_snow: ["cloud_snow"], + asterisk: ["keycap_star"], + studio_microphone: ["microphone2"], + medal_military: ["military_medal"], + couple_with_heart_woman_woman: ["female_couple_with_heart"], + couple_with_heart_man_man: ["male_couple_with_heart"], + couplekiss_woman_woman: ["female_couplekiss"], + couplekiss_man_man: ["male_couplekiss"], + honeybee: ["bee"], + lion: ["lion_face"], + artificial_satellite: ["satellite_orbital"], + computer_mouse: ["mouse_three_button", "three_button_mouse"], + hocho: ["knife"], + swimming_man: ["swimmer"], + wind_face: ["wind_blowing_face"], + golfing_man: ["golfer"], + facepunch: ["punch"], + building_construction: ["construction_site"], + family_man_woman_girl_boy: ["family"], + ice_hockey: ["hockey"], + snowman_with_snow: ["snowman2"], + play_or_pause_button: ["play_pause"], + film_projector: ["projector"], + shopping: ["shopping_bags"], + open_book: ["book"], + national_park: ["park"], + world_map: ["map"], + pen: ["pen_ballpoint", "lower_left_ballpoint_pen"], + email: ["envelope", "e-mail"], + phone: ["telephone"], + atom_symbol: ["atom"], + mantelpiece_clock: ["clock"], + camera_flash: ["camera_with_flash"], + film_strip: ["film_frames"], + balance_scale: ["scales"], + surfing_man: ["surfer"], + couplekiss_man_woman: ["couplekiss"], + couple_with_heart_woman_man: ["couple_with_heart"], + clamp: ["compression"], + dancing_women: ["dancers"], + blonde_man: ["person_with_blond_hair"], + sleeping_bed: ["sleeping_accommodation"], + om: ["om_symbol"], + tipping_hand_woman: ["information_desk_person"], + rowing_man: ["rowboat"], + new_moon: ["moon"], + oncoming_automobile: ["car", "automobile"], + fleur_de_lis: ["fleur-de-lis"], + face_vomiting: ["puke"], + smile: ["grinning_face_with_smiling_eyes"], + frowning_with_open_mouth: ["frowning_face_with_open_mouth"], +}; +export const searchAliases = { + sad: [ + "frowning_face", + "slightly_frowning_face", + "sob", + "crying_cat_face", + "cry", + "face_holding_back_tears", + ], + cry: ["sob", "crying_cat_face", "face_holding_back_tears"], + face: [ + "grinning", + "grimacing", + "grin", + "joy", + "rofl", + "smiley", + "smile", + "sweat_smile", + "laughing", + "innocent", + "wink", + "blush", + "slightly_smiling_face", + "upside_down_face", + "yum", + "relieved", + "heart_eyes", + "kissing_heart", + "kissing", + "kissing_smiling_eyes", + "kissing_closed_eyes", + "stuck_out_tongue_winking_eye", + "stuck_out_tongue_closed_eyes", + "stuck_out_tongue", + "money_mouth_face", + "nerd_face", + "sunglasses", + "clown_face", + "cowboy_hat_face", + "hugs", + "smirk", + "no_mouth", + "neutral_face", + "expressionless", + "unamused", + "roll_eyes", + "thinking", + "lying_face", + "flushed", + "disappointed", + "worried", + "angry", + "rage", + "pensive", + "confused", + "slightly_frowning_face", + "persevere", + "confounded", + "tired_face", + "weary", + "triumph", + "open_mouth", + "scream", + "fearful", + "cold_sweat", + "hushed", + "frowning_with_open_mouth", + "anguished", + "cry", + "disappointed_relieved", + "drooling_face", + "sleepy", + "sweat", + "sob", + "dizzy_face", + "astonished", + "zipper_mouth_face", + "nauseated_face", + "sneezing_face", + "mask", + "face_with_thermometer", + "face_with_head_bandage", + "sleeping", + "poop", + "smiling_imp", + "imp", + "japanese_ogre", + "japanese_goblin", + "skull", + "ghost", + "alien", + "robot", + "smiley_cat", + "smile_cat", + "joy_cat", + "heart_eyes_cat", + "smirk_cat", + "kissing_cat", + "scream_cat", + "crying_cat_face", + "pouting_cat", + "eyes", + "speaking_head", + "angel", + "rescue_worker_helmet", + "dog", + "cat", + "mouse", + "hamster", + "rabbit", + "fox_face", + "bear", + "panda_face", + "koala", + "tiger", + "lion", + "cow", + "pig", + "pig_nose", + "frog", + "monkey_face", + "see_no_evil", + "hear_no_evil", + "speak_no_evil", + "wolf", + "horse", + "unicorn", + "whale", + "dragon_face", + "new_moon_with_face", + "full_moon_with_face", + "first_quarter_moon_with_face", + "last_quarter_moon_with_face", + "sun_with_face", + "wind_face", + "space_invader", + "skull_and_crossbones", + "moyai", + "star_struck", + "face_with_monocle", + "disguised_face", + "smiling_face", + "frowning_face", + "person_facepalming", + "person_getting_massage", + ], + grin: ["grinning", "smile_cat"], + "grinning face": ["grinning"], + grimace: ["grimacing"], + "grimacing face": ["grimacing"], + "beaming face with smiling eyes": ["grin"], + eye: [ + "grin", + "smile", + "blush", + "heart_eyes", + "kissing_smiling_eyes", + "kissing_closed_eyes", + "stuck_out_tongue_winking_eye", + "stuck_out_tongue_closed_eyes", + "smile_cat", + "heart_eyes_cat", + "kissing_cat", + "eyes", + "eyeglasses", + "dark_sunglasses", + "crazy_face", + ], + smile: [ + "grin", + "smiley", + "sweat_smile", + "laughing", + "blush", + "slightly_smiling_face", + "yum", + "heart_eyes", + "kissing_smiling_eyes", + "smiling_imp", + "smiley_cat", + "smile_cat", + "heart_eyes_cat", + "smirk_cat", + "smiling_face", + ], + "face with tears of joy": ["joy"], + laugh: ["joy", "rofl", "laughing"], + tear: [ + "joy", + "cry", + "sob", + "joy_cat", + "crying_cat_face", + "smiling_face_with_tear", + ], + floor: ["rofl"], + rolling: ["rofl", "roll_eyes"], + "rolling on the floor laughing": ["rofl"], + rotfl: ["rofl"], + "grinning face with big eyes": ["smiley"], + mouth: [ + "smiley", + "smile", + "laughing", + "money_mouth_face", + "no_mouth", + "open_mouth", + "frowning_with_open_mouth", + "zipper_mouth_face", + "smiley_cat", + "lips", + ], + open: [ + "smiley", + "smile", + "sweat_smile", + "open_mouth", + "frowning_with_open_mouth", + "smiley_cat", + "open_hands", + "mailbox_with_mail", + "mailbox_with_no_mail", + "open_file_folder", + "open_book", + "unlock", + ], + "grinning face with smiling eyes": ["smile"], + cold: [ + "sweat_smile", + "cold_sweat", + "sweat", + "mask", + "snowflake", + "cloud_with_snow", + "snowman", + "snowman_with_snow", + "droplet", + "mountain_snow", + "cold_face", + "ice_cube", + ], + "grinning face with sweat": ["sweat_smile"], + sweat: ["sweat_smile", "cold_sweat", "droplet", "sweat_drops"], + "grinning squinting face": ["laughing"], + satisfied: ["laughing"], + angel: ["innocent"], + fantasy: [ + "innocent", + "smiling_imp", + "imp", + "japanese_ogre", + "japanese_goblin", + "ghost", + "alien", + "angel", + "princess", + "crystal_ball", + "troll", + ], + halo: ["innocent"], + "smiling face with halo": ["innocent"], + "winking face": ["wink"], + "smiling face with smiling eyes": ["blush"], + "upside-down": ["upside_down_face"], + "upside-down face": ["upside_down_face"], + delicious: ["yum"], + "face savoring food": ["yum"], + savouring: ["yum"], + "relieved face": ["relieved"], + love: [ + "heart_eyes", + "heart_eyes_cat", + "couple_with_heart", + "love_hotel", + "love_letter", + "two_hearts", + "hand_with_index_finger_and_thumb_crossed", + "heart_hands", + ], + "smiling face with heart-eyes": ["heart_eyes"], + "face blowing a kiss": ["kissing_heart"], + kiss: [ + "kissing_heart", + "kissing", + "kissing_smiling_eyes", + "kissing_closed_eyes", + "kissing_cat", + "couplekiss_man_woman", + ], + "kissing face": ["kissing"], + "kissing face with smiling eyes": ["kissing_smiling_eyes"], + closed: [ + "kissing_closed_eyes", + "mailbox_closed", + "mailbox", + "closed_book", + "closed_lock_with_key", + "lock", + ], + "kissing face with closed eyes": ["kissing_closed_eyes"], + joke: ["stuck_out_tongue_winking_eye"], + tongue: [ + "stuck_out_tongue_winking_eye", + "stuck_out_tongue_closed_eyes", + "stuck_out_tongue", + ], + wink: ["stuck_out_tongue_winking_eye"], + "winking face with tongue": ["stuck_out_tongue_winking_eye"], + horrible: ["stuck_out_tongue_closed_eyes"], + "squinting face with tongue": ["stuck_out_tongue_closed_eyes"], + taste: ["stuck_out_tongue_closed_eyes"], + "face with tongue": ["stuck_out_tongue"], + money: [ + "money_mouth_face", + "money_with_wings", + "dollar", + "yen", + "euro", + "pound", + "moneybag", + "credit_card", + "chart", + "heavy_dollar_sign", + "currency_exchange", + "red_gift_envelope", + "coin", + "hand_with_index_finger_and_thumb_crossed", + ], + "money-mouth face": ["money_mouth_face"], + geek: ["nerd_face"], + nerd: ["nerd_face"], + bright: [ + "sunglasses", + "full_moon_with_face", + "sun_with_face", + "sunny", + "high_brightness", + ], + cool: ["sunglasses"], + "smiling face with sunglasses": ["sunglasses"], + sun: [ + "sunglasses", + "sunflower", + "sun_with_face", + "sunny", + "sun_behind_small_cloud", + "partly_sunny", + "sun_behind_large_cloud", + "sun_behind_rain_cloud", + "sunrise", + "sunrise_over_mountains", + "city_sunrise", + "parasol_on_ground", + ], + clown: ["clown_face"], + cowboy: ["cowboy_hat_face"], + cowgirl: ["cowboy_hat_face"], + hat: [ + "cowboy_hat_face", + "man_with_gua_pi_mao", + "construction_worker_man", + "womans_hat", + "tophat", + "rescue_worker_helmet", + "mortar_board", + "partying_face", + ], + hug: ["hugs", "people_hugging"], + hugging: ["hugs"], + "open hands": ["hugs"], + "smiling face": ["hugs"], + "smiling face with open hands": ["hugs"], + "smirking face": ["smirk"], + "face without mouth": ["no_mouth"], + quiet: ["no_mouth", "mute", "no_bell", "shushing_face"], + silent: ["no_mouth", "mute", "no_bell"], + deadpan: ["neutral_face"], + meh: [ + "neutral_face", + "expressionless", + "confused", + "face_with_diagonal_mouth", + ], + neutral: ["neutral_face"], + inexpressive: ["expressionless"], + unexpressive: ["expressionless"], + "expressionless face": ["expressionless"], + unhappy: ["unamused"], + "unamused face": ["unamused"], + eyeroll: ["roll_eyes"], + eyes: ["roll_eyes", "star_struck"], + "face with rolling eyes": ["roll_eyes"], + "thinking face": ["thinking"], + lie: ["lying_face"], + pinocchio: ["lying_face"], + dazed: ["flushed"], + "flushed face": ["flushed"], + "disappointed face": ["disappointed"], + "worried face": ["worried"], + anger: ["angry"], + mad: ["angry", "rage", "anger", "right_anger_bubble"], + "angry face": ["angry"], + angry: ["rage", "anger", "right_anger_bubble", "face_holding_back_tears"], + enraged: ["rage"], + pouting: ["rage", "pouting_cat", "person_pouting"], + red: [ + "rage", + "apple", + "cherries", + "izakaya_lantern", + "o", + "arrow_up_small", + "arrow_down_small", + "red_circle", + "small_red_triangle", + "small_red_triangle_down", + "mahjong", + "red_square", + ], + "enraged face": ["rage"], + dejected: ["pensive"], + "pensive face": ["pensive"], + "confused face": ["confused"], + frown: [ + "slightly_frowning_face", + "frowning_with_open_mouth", + "frowning_face", + "person_frowning", + ], + "persevering face": ["persevere"], + "confounded face": ["confounded"], + tired: ["tired_face", "weary", "yawning_face"], + "weary face": ["weary"], + "face with steam from nose": ["triumph"], + won: ["triumph"], + "face with open mouth": ["open_mouth"], + sympathy: ["open_mouth"], + "face screaming in fear": ["scream"], + fear: ["scream", "fearful", "biting_lip"], + munch: ["scream"], + scared: ["scream", "fearful", "face_with_open_eyes_and_hand_over_mouth"], + "fearful face": ["fearful"], + "anxious face with sweat": ["cold_sweat"], + blue: [ + "cold_sweat", + "blue_book", + "blue_heart", + "large_blue_circle", + "small_blue_diamond", + "large_blue_diamond", + "blue_square", + "blueberries", + ], + rushed: ["cold_sweat"], + stunned: ["hushed"], + surprised: ["hushed", "scream_cat"], + "hushed face": ["hushed"], + "frowning face with open mouth": ["frowning_with_open_mouth"], + "anguished face": ["anguished"], + "crying face": ["cry"], + disappointed: ["disappointed_relieved", "face_with_diagonal_mouth"], + relieved: ["disappointed_relieved", "smiling_face_with_tear"], + "sad but relieved face": ["disappointed_relieved"], + whew: ["disappointed_relieved"], + drooling: ["drooling_face"], + "good night": ["sleepy", "sleeping", "zzz", "sleeping_bed"], + sleep: ["sleepy", "sleeping", "zzz", "sleeping_bed", "bed"], + "sleepy face": ["sleepy"], + "downcast face with sweat": ["sweat"], + "loudly crying face": ["sob"], + "crossed-out eyes": ["dizzy_face"], + dead: ["dizzy_face"], + "face with crossed-out eyes": ["dizzy_face"], + "knocked out": ["dizzy_face"], + shocked: ["astonished", "exploding_head"], + totally: ["astonished"], + "astonished face": ["astonished"], + zipper: ["zipper_mouth_face"], + "zipper-mouth face": ["zipper_mouth_face"], + nauseated: ["nauseated_face"], + vomit: ["nauseated_face", "face_vomiting"], + gesundheit: ["sneezing_face"], + sneeze: ["sneezing_face"], + doctor: ["mask", "hospital", "pill", "lab_coat", "stethoscope", "xray"], + "face with medical mask": ["mask"], + sick: ["mask", "face_with_thermometer", "pill", "syringe", "face_vomiting"], + ill: ["face_with_thermometer"], + thermometer: ["face_with_thermometer"], + bandage: ["face_with_head_bandage", "adhesive_bandage"], + "face with head-bandage": ["face_with_head_bandage"], + hurt: ["face_with_head_bandage", "crutch"], + injury: ["face_with_head_bandage", "drop_of_blood"], + "sleeping face": ["sleeping"], + ZZZ: ["sleeping", "zzz"], + comic: [ + "zzz", + "muscle", + "dizzy", + "boom", + "dash", + "droplet", + "sweat_drops", + "bulb", + "bomb", + "anger", + "diamond_shape_with_a_dot_inside", + "thought_balloon", + "speech_balloon", + ], + dung: ["poop"], + monster: [ + "poop", + "japanese_ogre", + "japanese_goblin", + "skull", + "ghost", + "robot", + "space_invader", + "skull_and_crossbones", + "troll", + ], + "pile of poo": ["poop"], + poo: ["poop"], + "fairy tale": [ + "smiling_imp", + "japanese_ogre", + "japanese_goblin", + "skull", + "ghost", + "angel", + "princess", + "dragon", + "dragon_face", + "crystal_ball", + "troll", + ], + horns: ["smiling_imp", "metal"], + "smiling face with horns": ["smiling_imp"], + "angry face with horns": ["imp"], + demon: ["imp"], + devil: ["imp"], + creature: [ + "japanese_ogre", + "japanese_goblin", + "ghost", + "alien", + "space_invader", + ], + ogre: ["japanese_ogre"], + goblin: ["japanese_goblin"], + death: ["skull", "skull_and_crossbones", "coffin", "funeral_urn"], + extraterrestrial: ["alien", "space_invader"], + ufo: ["alien", "space_invader"], + cat: [ + "smiley_cat", + "smile_cat", + "joy_cat", + "heart_eyes_cat", + "smirk_cat", + "kissing_cat", + "scream_cat", + "crying_cat_face", + "pouting_cat", + "cat2", + "black_cat", + ], + grinning: ["smiley_cat", "star_struck"], + "grinning cat": ["smiley_cat"], + "grinning cat with smiling eyes": ["smile_cat"], + "cat with tears of joy": ["joy_cat"], + joy: ["joy_cat"], + heart: [ + "heart_eyes_cat", + "love_letter", + "heart_decoration", + "stethoscope", + "white_heart", + "brown_heart", + "anatomical_heart", + "hand_with_index_finger_and_thumb_crossed", + ], + "smiling cat with heart-eyes": ["heart_eyes_cat"], + "cat with wry smile": ["smirk_cat"], + ironic: ["smirk_cat"], + wry: ["smirk_cat"], + oh: ["scream_cat"], + weary: ["scream_cat"], + "weary cat": ["scream_cat"], + "crying cat": ["crying_cat_face"], + celebration: [ + "raised_hands", + "mrs_claus", + "santa", + "mortar_board", + "christmas_tree", + "bamboo", + "tanabata_tree", + "jack_o_lantern", + "birthday", + "medal_military", + "reminder_ribbon", + "rice_scene", + "sparkler", + "fireworks", + "balloon", + "flags", + "ribbon", + "gift", + "confetti_ball", + "tada", + "dolls", + "wind_chime", + "crossed_flags", + "partying_face", + "piñata", + ], + gesture: [ + "raised_hands", + "bowing_man", + "person_frowning", + "person_pouting", + "person_gesturing_no", + "person_gesturing_ok", + "person_raising_hand", + ], + hand: [ + "raised_hands", + "clap", + "wave", + "call_me_hand", + "+1", + "-1", + "facepunch", + "fist", + "v", + "ok_hand", + "raised_hand", + "open_hands", + "pray", + "handshake", + "point_up", + "point_up_2", + "point_down", + "point_left", + "point_right", + "fu", + "raised_hand_with_fingers_splayed", + "metal", + "crossed_fingers", + "vulcan_salute", + "writing_hand", + "couple", + "two_women_holding_hands", + "love_you_gesture", + "gloves", + "people_holding_hands", + "rightwards_hand", + "leftwards_hand", + "person_gesturing_no", + "person_gesturing_ok", + "person_tipping_hand", + "person_raising_hand", + "hamsa", + ], + hooray: ["raised_hands"], + raised: ["raised_hands", "raised_back_of_hand", "person_raising_hand"], + "raising hands": ["raised_hands"], + "clapping hands": ["clap"], + waving: ["wave", "white_flag", "black_flag"], + "waving hand": ["wave"], + call: ["call_me_hand"], + "hang loose": ["call_me_hand"], + Shaka: ["call_me_hand"], + thumb: ["+1", "-1"], + "thumbs up": ["+1"], + up: ["+1", "point_up", "point_up_2", "top"], + down: [ + "-1", + "point_down", + "chart_with_downwards_trend", + "arrow_down_small", + "arrow_double_down", + "arrow_down", + "arrow_heading_down", + "small_red_triangle_down", + ], + "thumbs down": ["-1"], + clenched: ["facepunch", "fist"], + fist: ["facepunch", "fist_left", "fist_right"], + "oncoming fist": ["facepunch"], + punch: ["facepunch", "fist"], + "raised fist": ["fist"], + "left-facing fist": ["fist_left"], + leftwards: ["fist_left"], + "right-facing fist": ["fist_right"], + rightwards: ["fist_right"], + victory: ["v"], + "victory hand": ["v"], + OK: ["ok_hand", "ok", "saluting_face", "person_gesturing_ok"], + "OK hand": ["ok_hand"], + "high 5": ["raised_hand", "pray"], + "high five": ["raised_hand", "pray"], + backhand: [ + "raised_back_of_hand", + "point_up_2", + "point_down", + "point_left", + "point_right", + ], + biceps: ["muscle"], + flex: ["muscle"], + "flexed biceps": ["muscle"], + ask: ["pray"], + "folded hands": ["pray"], + please: ["pray"], + thanks: ["pray", "people_hugging"], + agreement: ["handshake"], + meeting: ["handshake"], + shake: ["handshake"], + finger: [ + "point_up", + "point_up_2", + "point_down", + "point_left", + "point_right", + "fu", + "raised_hand_with_fingers_splayed", + "metal", + "crossed_fingers", + "vulcan_salute", + ], + index: [ + "point_up", + "point_left", + "point_right", + "card_index", + "card_index_dividers", + ], + "index pointing up": ["point_up"], + point: [ + "point_up", + "point_up_2", + "point_down", + "point_left", + "point_right", + "index_pointing_at_the_viewer", + ], + "backhand index pointing up": ["point_up_2"], + "backhand index pointing down": ["point_down"], + "backhand index pointing left": ["point_left"], + "backhand index pointing right": ["point_right"], + "middle finger": ["fu"], + "hand with fingers splayed": ["raised_hand_with_fingers_splayed"], + splayed: ["raised_hand_with_fingers_splayed"], + "rock-on": ["metal"], + "sign of the horns": ["metal"], + cross: [ + "crossed_fingers", + "rescue_worker_helmet", + "church", + "crossed_flags", + "latin_cross", + "orthodox_cross", + "x", + ], + luck: ["crossed_fingers"], + spock: ["vulcan_salute"], + vulcan: ["vulcan_salute"], + write: ["writing_hand"], + camera: ["selfie", "camera_flash", "video_camera", "movie_camera", "cinema"], + phone: [ + "selfie", + "iphone", + "calling", + "telephone_receiver", + "mobile_phone_off", + "vibration_mode", + "no_mobile_phones", + "signal_strength", + ], + care: ["nail_care"], + cosmetics: ["nail_care", "lipstick"], + manicure: ["nail_care"], + nail: ["nail_care"], + polish: ["nail_care"], + "nail polish": ["nail_care"], + body: ["tongue", "ear", "nose", "eye"], + bust: ["bust_in_silhouette", "busts_in_silhouette"], + silhouette: ["bust_in_silhouette", "busts_in_silhouette", "speaking_head"], + head: ["speaking_head"], + speak: ["speaking_head", "speak_no_evil"], + speaking: ["speaking_head"], + young: ["baby", "boy", "girl", "seedling", "child"], + Virgo: ["girl", "virgo"], + zodiac: [ + "girl", + "two_men_holding_hands", + "lion", + "scorpion", + "crab", + "snake", + "fish", + "ox", + "goat", + "ram", + "bow_and_arrow", + "balance_scale", + "amphora", + "ophiuchus", + "aries", + "taurus", + "gemini", + "cancer", + "leo", + "virgo", + "libra", + "scorpius", + "sagittarius", + "capricorn", + "aquarius", + "pisces", + ], + adult: ["man", "woman", "older_man", "older_woman", "older_adult"], + blond: ["blonde_man"], + "blond-haired person": ["blonde_man"], + hair: ["blonde_man", "white_hair"], + "person: blond hair": ["blonde_man"], + man: [ + "older_man", + "man_farmer", + "man_cook", + "man_student", + "man_singer", + "man_teacher", + "man_factory_worker", + "man_technologist", + "man_office_worker", + "man_mechanic", + "man_scientist", + "man_artist", + "man_firefighter", + "man_astronaut", + "man_dancing", + "couple", + "two_men_holding_hands", + "mans_shoe", + "mens", + "man_in_manual_wheelchair", + "man_in_motorized_wheelchair", + "man_with_probing_cane", + "man_feeding_baby", + "male_sign", + ], + old: ["older_man", "older_woman", "old_key", "older_adult", "white_hair"], + "old man": ["older_man"], + woman: [ + "older_woman", + "woman_farmer", + "woman_cook", + "woman_student", + "woman_singer", + "woman_teacher", + "woman_factory_worker", + "woman_technologist", + "woman_office_worker", + "woman_mechanic", + "woman_scientist", + "woman_artist", + "woman_firefighter", + "woman_astronaut", + "pregnant_woman", + "dancer", + "couple", + "womans_clothes", + "high_heel", + "sandal", + "boot", + "womans_hat", + "womens", + "woman_in_manual_wheelchair", + "woman_in_motorized_wheelchair", + "woman_with_probing_cane", + "woman_feeding_baby", + "female_sign", + ], + "old woman": ["older_woman"], + cap: ["man_with_gua_pi_mao", "mortar_board"], + "gua pi mao": ["man_with_gua_pi_mao"], + person: [ + "man_with_gua_pi_mao", + "bride_with_veil", + "person_in_tuxedo", + "business_suit_levitating", + "adult", + "bearded_person", + "people_holding_hands", + "person_feeding_baby", + ], + "person with skullcap": ["man_with_gua_pi_mao"], + skullcap: ["man_with_gua_pi_mao"], + "person wearing turban": ["man_with_turban"], + turban: ["man_with_turban"], + cop: ["policeman"], + officer: ["policeman"], + police: ["policeman", "police_car", "rotating_light", "oncoming_police_car"], + "police officer": ["policeman"], + construction: ["construction_worker_man", "building_construction"], + worker: [ + "construction_worker_man", + "woman_factory_worker", + "man_factory_worker", + "factory_worker", + ], + "construction worker": ["construction_worker_man"], + guard: ["guardsman"], + detective: ["male_detective"], + sleuth: ["male_detective"], + spy: ["male_detective"], + farmer: ["woman_farmer", "man_farmer"], + gardener: ["woman_farmer", "man_farmer", "farmer"], + rancher: ["woman_farmer", "man_farmer", "farmer"], + chef: ["woman_cook", "man_cook", "cook"], + cook: ["woman_cook", "man_cook"], + graduate: ["woman_student", "man_student", "student"], + student: ["woman_student", "man_student"], + actor: ["woman_singer", "man_singer", "singer"], + entertainer: ["woman_singer", "man_singer", "singer"], + rock: ["woman_singer", "man_singer", "curling_stone", "singer"], + singer: ["woman_singer", "man_singer"], + star: [ + "woman_singer", + "man_singer", + "star2", + "dizzy", + "sparkles", + "night_with_stars", + "stars", + "star_of_david", + "six_pointed_star", + "eight_pointed_black_star", + "star_struck", + "singer", + ], + instructor: ["woman_teacher", "man_teacher", "teacher"], + professor: ["woman_teacher", "man_teacher", "teacher"], + teacher: ["woman_teacher", "man_teacher"], + assembly: ["woman_factory_worker", "man_factory_worker", "factory_worker"], + factory: ["woman_factory_worker", "man_factory_worker", "factory_worker"], + industrial: ["woman_factory_worker", "man_factory_worker", "factory_worker"], + coder: ["woman_technologist", "man_technologist", "technologist"], + developer: ["woman_technologist", "man_technologist", "technologist"], + inventor: ["woman_technologist", "man_technologist", "technologist"], + software: ["woman_technologist", "man_technologist", "technologist"], + technologist: ["woman_technologist", "man_technologist"], + architect: ["woman_office_worker", "man_office_worker", "office_worker"], + business: [ + "woman_office_worker", + "man_office_worker", + "business_suit_levitating", + "office_worker", + ], + manager: ["woman_office_worker", "man_office_worker", "office_worker"], + "white-collar": ["woman_office_worker", "man_office_worker", "office_worker"], + electrician: ["woman_mechanic", "man_mechanic", "mechanic"], + mechanic: ["woman_mechanic", "man_mechanic", "toolbox"], + plumber: ["woman_mechanic", "man_mechanic", "plunger", "mechanic"], + tradesperson: ["woman_mechanic", "man_mechanic", "mechanic"], + biologist: [ + "woman_scientist", + "man_scientist", + "petri_dish", + "dna", + "scientist", + ], + chemist: ["woman_scientist", "man_scientist", "test_tube", "scientist"], + engineer: ["woman_scientist", "man_scientist", "scientist"], + physicist: ["woman_scientist", "man_scientist", "scientist"], + scientist: ["woman_scientist", "man_scientist", "lab_coat"], + artist: ["woman_artist", "man_artist"], + palette: ["woman_artist", "man_artist", "art", "artist"], + firefighter: ["woman_firefighter", "man_firefighter"], + firetruck: ["woman_firefighter", "man_firefighter", "firefighter"], + astronaut: ["woman_astronaut", "man_astronaut"], + rocket: ["woman_astronaut", "man_astronaut", "astronaut"], + Christmas: ["mrs_claus", "santa", "christmas_tree"], + claus: ["mrs_claus", "santa"], + mother: ["mrs_claus"], + "Mrs.": ["mrs_claus"], + "Mrs. Claus": ["mrs_claus"], + father: ["santa"], + "Santa Claus": ["santa"], + baby: [ + "angel", + "baby_chick", + "hatching_chick", + "hatched_chick", + "baby_bottle", + "baby_symbol", + "breast_feeding", + "man_feeding_baby", + "person_feeding_baby", + "woman_feeding_baby", + ], + "baby angel": ["angel"], + pregnant: ["pregnant_woman", "pregnant_man", "pregnant_person"], + bride: ["bride_with_veil"], + "person with veil": ["bride_with_veil"], + veil: ["bride_with_veil"], + wedding: ["bride_with_veil"], + groom: ["person_in_tuxedo"], + tuxedo: ["person_in_tuxedo"], + marathon: ["running_man"], + "person running": ["running_man"], + running: ["running_man", "dash", "running_shirt_with_sash"], + hike: ["walking_man"], + "person walking": ["walking_man"], + walk: ["walking_man"], + walking: ["walking_man"], + dance: ["dancer", "man_dancing", "ballet_shoes", "mirror_ball"], + dancing: ["dancer", "man_dancing"], + "woman dancing": ["dancer"], + "bunny ear": ["dancing_women"], + dancer: ["dancing_women"], + partying: ["dancing_women"], + "people with bunny ears": ["dancing_women"], + hold: ["couple", "people_holding_hands"], + "holding hands": [ + "couple", + "two_men_holding_hands", + "two_women_holding_hands", + "people_holding_hands", + ], + "woman and man holding hands": ["couple"], + couple: [ + "two_men_holding_hands", + "two_women_holding_hands", + "couple_with_heart", + "couplekiss_man_woman", + "people_holding_hands", + ], + Gemini: ["two_men_holding_hands", "gemini"], + men: ["two_men_holding_hands"], + "men holding hands": ["two_men_holding_hands"], + twins: ["two_men_holding_hands", "gemini"], + women: ["two_women_holding_hands"], + "women holding hands": ["two_women_holding_hands"], + apology: ["bowing_man"], + bow: ["bowing_man", "bow_and_arrow"], + "person bowing": ["bowing_man"], + sorry: ["bowing_man"], + clothing: [ + "womans_clothes", + "tshirt", + "jeans", + "necktie", + "dress", + "bikini", + "kimono", + "footprints", + "high_heel", + "sandal", + "boot", + "mans_shoe", + "athletic_shoe", + "womans_hat", + "tophat", + "mortar_board", + "crown", + "pouch", + "purse", + "handbag", + "eyeglasses", + "closed_umbrella", + "open_umbrella", + "umbrella", + "prayer_beads", + "sari", + ], + "woman’s clothes": ["womans_clothes"], + shirt: ["tshirt", "running_shirt_with_sash"], + "t-shirt": ["tshirt"], + pants: ["jeans", "shorts"], + trousers: ["jeans"], + tie: ["necktie", "knot"], + swim: ["bikini", "swimming_man"], + makeup: ["lipstick"], + "kiss mark": ["kiss"], + lips: ["kiss"], + footprint: ["footprints"], + print: ["footprints", "paw_prints"], + heel: ["high_heel"], + "high-heeled shoe": ["high_heel"], + shoe: ["high_heel", "sandal", "boot", "mans_shoe", "athletic_shoe"], + "woman’s sandal": ["sandal"], + "woman’s boot": ["boot"], + "man’s shoe": ["mans_shoe"], + athletic: ["athletic_shoe"], + "running shoe": ["athletic_shoe"], + sneaker: ["athletic_shoe"], + "woman’s hat": ["womans_hat"], + top: ["tophat"], + "top hat": ["tophat"], + aid: ["rescue_worker_helmet"], + helmet: ["rescue_worker_helmet", "military_helmet"], + "rescue worker’s helmet": ["rescue_worker_helmet"], + graduation: ["mortar_board"], + "graduation cap": ["mortar_board"], + king: ["crown"], + queen: ["crown"], + backpack: ["school_satchel"], + bag: ["school_satchel", "pouch", "handbag", "moneybag", "shopping"], + rucksack: ["school_satchel"], + satchel: ["school_satchel"], + school: ["school_satchel"], + "clutch bag": ["pouch"], + coin: ["purse"], + purse: ["handbag"], + eyewear: ["eyeglasses", "dark_sunglasses"], + glasses: ["eyeglasses", "dark_sunglasses", "disguised_face"], + dark: ["dark_sunglasses", "new_moon"], + sunglasses: ["dark_sunglasses"], + diamond: [ + "ring", + "gem", + "diamond_shape_with_a_dot_inside", + "small_orange_diamond", + "small_blue_diamond", + "large_orange_diamond", + "large_blue_diamond", + ], + rain: [ + "closed_umbrella", + "sun_behind_rain_cloud", + "cloud_with_rain", + "cloud_with_lightning_and_rain", + "open_umbrella", + "umbrella", + "rainbow", + "parasol_on_ground", + ], + umbrella: [ + "closed_umbrella", + "open_umbrella", + "beach_umbrella", + "parasol_on_ground", + ], + pet: ["dog", "cat", "hamster", "rabbit", "dog2", "cat2", "rabbit2"], + "dog face": ["dog"], + "cat face": ["cat"], + "mouse face": ["mouse"], + bunny: ["rabbit", "rabbit2"], + "rabbit face": ["rabbit"], + fox: ["fox_face"], + panda: ["panda_face"], + marsupial: ["koala", "kangaroo"], + "tiger face": ["tiger"], + Leo: ["lion", "leo"], + "cow face": ["cow"], + "pig face": ["pig"], + nose: ["pig_nose", "disguised_face"], + pig: ["pig_nose", "boar", "pig2"], + food: [ + "squid", + "shrimp", + "kiwi_fruit", + "avocado", + "cucumber", + "carrot", + "potato", + "peanuts", + "croissant", + "baguette_bread", + "egg", + "bacon", + "pancakes", + "stuffed_flatbread", + "green_salad", + "shallow_pan_of_food", + "olive", + "beans", + ], + molusc: ["squid"], + shellfish: ["shrimp"], + small: ["shrimp", "crazy_face"], + monkey: ["monkey_face", "see_no_evil", "hear_no_evil", "speak_no_evil"], + evil: [ + "see_no_evil", + "hear_no_evil", + "speak_no_evil", + "black_heart", + "supervillain", + ], + forbidden: [ + "see_no_evil", + "hear_no_evil", + "speak_no_evil", + "no_entry", + "no_entry_sign", + "no_pedestrians", + "do_not_litter", + "no_bicycles", + "no_mobile_phones", + "no_smoking", + "no_bell", + "person_gesturing_no", + ], + see: ["see_no_evil"], + "see-no-evil monkey": ["see_no_evil"], + hear: ["hear_no_evil", "deaf_person"], + "hear-no-evil monkey": ["hear_no_evil"], + "speak-no-evil monkey": ["speak_no_evil"], + bird: [ + "chicken", + "penguin", + "baby_chick", + "hatching_chick", + "hatched_chick", + "duck", + "eagle", + "owl", + "rooster", + "turkey", + "dove", + "swan", + "peacock", + "parrot", + "feather", + ], + chick: ["baby_chick", "hatching_chick", "hatched_chick"], + hatching: ["hatching_chick"], + "front-facing baby chick": ["hatched_chick"], + wise: ["owl"], + vampire: ["bat"], + "horse face": ["horse"], + bee: ["honeybee"], + insect: [ + "honeybee", + "bug", + "butterfly", + "lady_beetle", + "ant", + "spider", + "beetle", + "cockroach", + ], + pretty: ["butterfly"], + beetle: ["lady_beetle"], + ladybird: ["lady_beetle"], + ladybug: ["lady_beetle"], + scorpio: ["scorpion"], + Scorpio: ["scorpion", "scorpius"], + Cancer: ["crab", "cancer"], + bearer: ["snake", "ophiuchus", "aquarius"], + Ophiuchus: ["snake", "ophiuchus"], + serpent: ["snake", "ophiuchus"], + reptile: ["lizard"], + terrapin: ["turtle"], + tortoise: ["turtle"], + fish: [ + "tropical_fish", + "blowfish", + "shark", + "fish_cake", + "fishing_pole_and_fish", + "pisces", + ], + tropical: ["tropical_fish", "tropical_drink", "mango", "flamingo"], + Pisces: ["fish", "pisces"], + flipper: ["dolphin"], + spouting: ["whale"], + "spouting whale": ["whale"], + whale: ["whale2"], + tiger: ["tiger2"], + buffalo: ["water_buffalo", "bison"], + water: [ + "water_buffalo", + "ocean", + "gun", + "shower", + "aquarius", + "non-potable_water", + "wc", + "potable_water", + "person_playing_water_polo", + ], + bull: ["ox", "taurus"], + Taurus: ["ox", "taurus"], + cow: ["cow2"], + camel: ["dromedary_camel"], + dromedary: ["dromedary_camel"], + hump: ["dromedary_camel", "camel"], + bactrian: ["camel"], + "two-hump camel": ["camel"], + Capricorn: ["goat", "capricorn"], + Aries: ["ram", "aries"], + male: ["ram"], + sheep: ["ram"], + ewe: ["sheep"], + female: ["sheep"], + equestrian: ["racehorse"], + horse: ["racehorse", "horse_racing", "carousel_horse"], + racing: [ + "racehorse", + "horse_racing", + "racing_car", + "motorcycle", + "checkered_flag", + ], + sow: ["pig2"], + mouse: ["mouse2"], + fly: ["dove", "money_with_wings", "kite"], + peace: ["dove", "peace_symbol"], + dog: ["dog2", "poodle", "service_dog"], + rabbit: ["rabbit2"], + squirrel: ["chipmunk"], + feet: ["paw_prints"], + paw: ["paw_prints"], + dragon: ["dragon_face"], + plant: ["cactus", "shamrock", "chestnut", "rosette", "potted_plant"], + tree: [ + "christmas_tree", + "evergreen_tree", + "deciduous_tree", + "palm_tree", + "tanabata_tree", + ], + "Christmas tree": ["christmas_tree"], + deciduous: ["deciduous_tree"], + shedding: ["deciduous_tree"], + palm: ["palm_tree", "coconut", "person_facepalming"], + leaf: [ + "herb", + "four_leaf_clover", + "leaves", + "fallen_leaf", + "maple_leaf", + "beginner", + ], + 4: ["four_leaf_clover", "clock4", "clock430"], + clover: ["four_leaf_clover"], + four: ["four_leaf_clover", "clock4", "clock430"], + "four-leaf clover": ["four_leaf_clover"], + Japanese: [ + "bamboo", + "tanabata_tree", + "rice_ball", + "dango", + "japanese_castle", + "post_office", + "dolls", + "crossed_flags", + "u7a7a", + "u5272", + "u6709", + "u7121", + "u7533", + "u55b6", + "u6708", + "accept", + "ideograph_advantage", + "secret", + "congratulations", + "u5408", + "u6e80", + "u7981", + "beginner", + "u6307", + "sa", + "koko", + "flower_playing_cards", + ], + pine: ["bamboo"], + "pine decoration": ["bamboo"], + banner: ["tanabata_tree"], + blow: ["leaves", "wind_face"], + flutter: ["leaves"], + "leaf fluttering in wind": ["leaves"], + wind: ["leaves", "wind_face", "wind_chime"], + falling: ["fallen_leaf", "maple_leaf", "stars"], + maple: ["maple_leaf"], + ear: ["ear_of_rice", "corn", "deaf_person"], + grain: ["ear_of_rice"], + rice: ["ear_of_rice", "curry", "rice_ball", "rice_cracker"], + "sheaf of rice": ["ear_of_rice"], + flower: [ + "hibiscus", + "sunflower", + "rose", + "wilted_flower", + "tulip", + "blossom", + "cherry_blossom", + "bouquet", + "white_flower", + "flower_playing_cards", + "lotus", + ], + wilted: ["wilted_flower"], + blossom: ["cherry_blossom"], + cherry: ["cherry_blossom", "cherries"], + toadstool: ["mushroom"], + halloween: ["jack_o_lantern"], + jack: ["jack_o_lantern"], + "jack-o-lantern": ["jack_o_lantern"], + lantern: ["jack_o_lantern", "izakaya_lantern"], + spiral: [ + "shell", + "spiral_calendar", + "spiral_notepad", + "face_with_spiral_eyes", + ], + "spiral shell": ["shell"], + spider: ["spider_web"], + web: ["spider_web"], + Americas: ["earth_americas"], + earth: [ + "earth_americas", + "earth_africa", + "earth_asia", + "globe_with_meridians", + ], + globe: [ + "earth_americas", + "earth_africa", + "earth_asia", + "globe_with_meridians", + ], + "globe showing Americas": ["earth_americas"], + world: [ + "earth_americas", + "earth_africa", + "earth_asia", + "world_map", + "globe_with_meridians", + ], + Africa: ["earth_africa"], + Europe: ["earth_africa"], + "globe showing Europe-Africa": ["earth_africa"], + Asia: ["earth_asia"], + Australia: ["earth_asia", "kangaroo"], + "globe showing Asia-Australia": ["earth_asia"], + full: [ + "full_moon", + "full_moon_with_face", + "100", + "pregnant_man", + "pregnant_person", + ], + moon: [ + "full_moon", + "waning_gibbous_moon", + "last_quarter_moon", + "waning_crescent_moon", + "new_moon", + "waxing_crescent_moon", + "first_quarter_moon", + "waxing_gibbous_moon", + "new_moon_with_face", + "full_moon_with_face", + "first_quarter_moon_with_face", + "last_quarter_moon_with_face", + "crescent_moon", + "rice_scene", + ], + gibbous: ["waning_gibbous_moon", "waxing_gibbous_moon"], + waning: ["waning_gibbous_moon", "waning_crescent_moon"], + quarter: [ + "last_quarter_moon", + "first_quarter_moon", + "first_quarter_moon_with_face", + "last_quarter_moon_with_face", + ], + crescent: ["waning_crescent_moon", "waxing_crescent_moon", "crescent_moon"], + waxing: ["waxing_crescent_moon", "waxing_gibbous_moon"], + "new moon face": ["new_moon_with_face"], + "full moon face": ["full_moon_with_face"], + "first quarter moon face": ["first_quarter_moon_with_face"], + "last quarter moon face": ["last_quarter_moon_with_face"], + glittery: ["star2"], + glow: ["star2"], + "glowing star": ["star2"], + shining: ["star2"], + sparkle: ["star2", "sparkles", "sparkler", "sparkling_heart"], + "*": [ + "sparkles", + "eight_pointed_black_star", + "sparkle", + "eight_spoked_asterisk", + ], + space: ["comet", "rocket", "artificial_satellite", "milky_way"], + rays: ["sunny"], + cloud: [ + "sun_behind_small_cloud", + "partly_sunny", + "sun_behind_large_cloud", + "sun_behind_rain_cloud", + "cloud_with_rain", + "cloud_with_lightning_and_rain", + "cloud_with_lightning", + "cloud_with_snow", + "wind_face", + "tornado", + "fog", + ], + "sun behind cloud": ["partly_sunny"], + weather: ["cloud", "thermometer"], + thunder: ["cloud_with_lightning_and_rain"], + lightning: ["cloud_with_lightning", "zap"], + danger: ["zap"], + electric: ["zap", "railway_car", "electric_plug", "bulb", "flashlight"], + "high voltage": ["zap"], + voltage: ["zap"], + flame: ["fire"], + tool: [ + "fire", + "anchor", + "clamp", + "flashlight", + "wrench", + "hammer", + "hammer_and_pick", + "hammer_and_wrench", + "pick", + "nut_and_bolt", + "gear", + "gun", + "hocho", + "crystal_ball", + "alembic", + "telescope", + "microscope", + "scissors", + "mag", + "mag_right", + "trident", + "toolbox", + "carpentry_saw", + "screwdriver", + ], + collision: ["boom"], + snow: [ + "snowflake", + "cloud_with_snow", + "snowman", + "snowman_with_snow", + "ski", + "skier", + "snowboarder", + "mountain_snow", + ], + "snowman without snow": ["snowman"], + snowman: ["snowman_with_snow"], + "dashing away": ["dash"], + whirlwind: ["tornado"], + drop: ["umbrella", "droplet", "palm_down_hand"], + "umbrella with rain drops": ["umbrella"], + splashing: ["sweat_drops"], + "sweat droplets": ["sweat_drops"], + wave: ["ocean"], + "water wave": ["ocean"], + apple: ["green_apple"], + fruit: [ + "green_apple", + "apple", + "pear", + "tangerine", + "lemon", + "banana", + "watermelon", + "grapes", + "strawberry", + "melon", + "cherries", + "peach", + "pineapple", + "kiwi_fruit", + "avocado", + "tomato", + "mango", + ], + green: [ + "green_apple", + "green_salad", + "green_book", + "green_heart", + "green_square", + "green_circle", + ], + "red apple": ["apple"], + orange: [ + "tangerine", + "orange_book", + "small_orange_diamond", + "large_orange_diamond", + "orange_heart", + "orange_square", + "orange_circle", + ], + citrus: ["lemon"], + grape: ["grapes"], + berry: ["strawberry", "blueberries"], + berries: ["cherries"], + kiwi: ["kiwi_fruit"], + vegetable: [ + "tomato", + "eggplant", + "cucumber", + "carrot", + "potato", + "peanuts", + "bell_pepper", + ], + aubergine: ["eggplant"], + pickle: ["cucumber"], + hot: ["hot_pepper", "coffee", "hotsprings", "hot_face"], + pepper: ["hot_pepper", "bell_pepper"], + "ear of corn": ["corn"], + maize: ["corn"], + maze: ["corn"], + potato: ["sweet_potato"], + roasted: ["sweet_potato"], + sweet: [ + "sweet_potato", + "honey_pot", + "dango", + "shaved_ice", + "ice_cream", + "icecream", + "cake", + "birthday", + "custard", + "candy", + "lollipop", + "chocolate_bar", + "doughnut", + "cookie", + "cupcake", + "beverage_box", + ], + "roasted sweet potato": ["sweet_potato"], + nut: ["peanuts", "nut_and_bolt"], + peanut: ["peanuts"], + honey: ["honey_pot"], + honeypot: ["honey_pot"], + pot: ["honey_pot", "stew", "fondue", "teapot"], + bread: ["croissant", "baguette_bread", "sandwich"], + breakfast: [ + "croissant", + "egg", + "bacon", + "pancakes", + "fried_egg", + "doughnut", + "bowl_with_spoon", + "bagel", + "waffle", + ], + french: ["croissant", "baguette_bread", "fries"], + roll: ["croissant"], + loaf: ["bread"], + baguette: ["baguette_bread"], + "cheese wedge": ["cheese"], + meat: ["bacon", "meat_on_bone"], + crêpe: ["pancakes"], + hotcake: ["pancakes"], + pancake: ["pancakes"], + bone: ["poultry_leg", "meat_on_bone"], + chicken: ["poultry_leg"], + drumstick: ["poultry_leg"], + leg: ["poultry_leg"], + poultry: ["poultry_leg"], + fried: ["fried_shrimp"], + prawn: ["fried_shrimp"], + shrimp: ["fried_shrimp"], + tempura: ["fried_shrimp"], + cooking: [ + "fried_egg", + "fork_and_knife", + "plate_with_cutlery", + "hocho", + "amphora", + ], + egg: ["fried_egg"], + frying: ["fried_egg"], + pan: ["fried_egg", "shallow_pan_of_food"], + burger: ["hamburger"], + "french fries": ["fries"], + falafel: ["stuffed_flatbread"], + flatbread: ["stuffed_flatbread"], + gyro: ["stuffed_flatbread"], + kebab: ["stuffed_flatbread", "oden"], + stuffed: ["stuffed_flatbread", "teddy_bear"], + frankfurter: ["hotdog"], + "hot dog": ["hotdog"], + sausage: ["hotdog"], + cheese: ["pizza", "fondue"], + slice: ["pizza", "cake"], + pasta: ["spaghetti"], + mexican: ["taco", "burrito", "tamale"], + wrap: ["burrito"], + salad: ["green_salad"], + casserole: ["shallow_pan_of_food"], + paella: ["shallow_pan_of_food"], + shallow: ["shallow_pan_of_food"], + bowl: ["ramen"], + noodle: ["ramen"], + steaming: ["ramen", "coffee", "hotsprings"], + "steaming bowl": ["ramen"], + "pot of food": ["stew"], + cake: ["fish_cake", "birthday"], + "fish cake with swirl": ["fish_cake"], + pastry: ["fish_cake", "cake", "birthday", "pie"], + swirl: ["fish_cake"], + box: [ + "bento", + "gift", + "package", + "inbox_tray", + "outbox_tray", + "card_file_box", + "ballot_box", + "ballot_box_with_check", + "beverage_box", + ], + "bento box": ["bento"], + "curry rice": ["curry"], + ball: [ + "rice_ball", + "soccer", + "basketball", + "football", + "baseball", + "tennis", + "volleyball", + "rugby_football", + "8ball", + "golfing_man", + "ping_pong", + "field_hockey", + "cricket_bat_and_ball", + "basketball_man", + "bowling", + "crystal_ball", + "confetti_ball", + "softball", + "lacrosse", + "yarn", + "person_playing_handball", + ], + cooked: ["rice"], + "cooked rice": ["rice"], + cracker: ["rice_cracker"], + seafood: ["oden", "lobster"], + skewer: ["oden", "dango"], + stick: ["oden", "dango", "ice_hockey", "field_hockey", "lacrosse", "crutch"], + dessert: [ + "dango", + "shaved_ice", + "ice_cream", + "icecream", + "cake", + "birthday", + "custard", + "candy", + "lollipop", + "chocolate_bar", + "doughnut", + "cookie", + ], + ice: [ + "shaved_ice", + "ice_cream", + "icecream", + "ice_hockey", + "ice_skate", + "ice_cube", + ], + shaved: ["shaved_ice"], + cream: ["ice_cream", "icecream"], + soft: ["icecream", "speaker"], + "soft ice cream": ["icecream"], + shortcake: ["cake"], + "birthday cake": ["birthday"], + pudding: ["custard"], + candy: ["lollipop"], + bar: [ + "chocolate_bar", + "beer", + "beers", + "wine_glass", + "cocktail", + "tropical_drink", + "champagne", + "sake", + "izakaya_lantern", + "bar_chart", + "signal_strength", + "pause_button", + "soap", + ], + chocolate: ["chocolate_bar", "fondue"], + donut: ["doughnut"], + drink: [ + "milk_glass", + "beer", + "beers", + "clinking_glasses", + "wine_glass", + "cocktail", + "tropical_drink", + "champagne", + "sake", + "tea", + "coffee", + "baby_bottle", + "amphora", + "maté", + "teapot", + "pouring_liquid", + ], + glass: [ + "milk_glass", + "clinking_glasses", + "wine_glass", + "tumbler_glass", + "cocktail", + "mag", + "mag_right", + "pouring_liquid", + ], + "glass of milk": ["milk_glass"], + milk: ["milk_glass", "baby_bottle", "bubble_tea"], + mug: ["beer", "beers"], + "beer mug": ["beer"], + beer: ["beers"], + clink: ["beers", "clinking_glasses"], + "clinking beer mugs": ["beers"], + celebrate: ["clinking_glasses"], + beverage: ["wine_glass", "sake", "tea", "coffee", "beverage_box"], + wine: ["wine_glass"], + liquor: ["tumbler_glass"], + shot: ["tumbler_glass", "syringe"], + tumbler: ["tumbler_glass"], + whisky: ["tumbler_glass"], + "cocktail glass": ["cocktail"], + bottle: ["champagne", "sake", "baby_bottle"], + "bottle with popping cork": ["champagne"], + cork: ["champagne"], + popping: ["champagne"], + cup: ["sake", "tea"], + teacup: ["tea"], + "teacup without handle": ["tea"], + tea: ["coffee", "teapot", "bubble_tea"], + "hot beverage": ["coffee"], + tableware: ["spoon"], + cutlery: ["fork_and_knife"], + fork: ["fork_and_knife", "plate_with_cutlery"], + knife: ["fork_and_knife", "plate_with_cutlery", "hocho", "dagger"], + "fork and knife with plate": ["plate_with_cutlery"], + plate: ["plate_with_cutlery"], + football: ["soccer", "rugby_football"], + "soccer ball": ["soccer"], + hoop: ["basketball"], + american: ["football"], + "american football": ["football"], + racquet: ["tennis", "badminton"], + game: [ + "volleyball", + "8ball", + "ping_pong", + "badminton", + "ice_hockey", + "field_hockey", + "cricket_bat_and_ball", + "video_game", + "dart", + "game_die", + "slot_machine", + "bowling", + "joystick", + "black_joker", + "mahjong", + "spades", + "clubs", + "hearts", + "diamonds", + "flower_playing_cards", + "curling_stone", + ], + rugby: ["rugby_football"], + 8: ["8ball", "clock8", "clock830"], + billiard: ["8ball"], + eight: ["8ball", "clock8", "clock830"], + "pool 8 ball": ["8ball"], + "flag in hole": ["golf"], + hole: ["golf"], + golf: ["golfing_man"], + "person golfing": ["golfing_man"], + bat: ["ping_pong", "cricket_bat_and_ball"], + paddle: ["ping_pong"], + "table tennis": ["ping_pong"], + birdie: ["badminton"], + shuttlecock: ["badminton"], + goal: ["goal_net", "lacrosse"], + net: ["goal_net"], + hockey: ["ice_hockey", "field_hockey"], + puck: ["ice_hockey"], + field: ["field_hockey"], + "cricket game": ["cricket_bat_and_ball"], + skis: ["ski"], + ski: ["skier", "snowboarder"], + snowboard: ["snowboarder"], + fencer: ["person_fencing"], + fencing: ["person_fencing"], + sword: ["person_fencing"], + skate: ["ice_skate", "roller_skate"], + archer: ["bow_and_arrow", "sagittarius"], + arrow: [ + "bow_and_arrow", + "calling", + "envelope_with_arrow", + "cupid", + "arrow_forward", + "next_track_button", + "play_or_pause_button", + "previous_track_button", + "fast_forward", + "rewind", + "twisted_rightwards_arrows", + "repeat", + "repeat_one", + "arrow_backward", + "arrow_up_small", + "arrow_down_small", + "arrow_double_up", + "arrow_double_down", + "arrow_right", + "arrow_left", + "arrow_up", + "arrow_down", + "arrow_upper_right", + "arrow_lower_right", + "arrow_lower_left", + "arrow_upper_left", + "arrow_up_down", + "left_right_arrow", + "arrows_counterclockwise", + "arrow_right_hook", + "leftwards_arrow_with_hook", + "arrow_heading_up", + "arrow_heading_down", + "arrows_clockwise", + "end", + "back", + "on", + "top", + "soon", + ], + Sagittarius: ["bow_and_arrow", "sagittarius"], + "fishing pole": ["fishing_pole_and_fish"], + pole: ["fishing_pole_and_fish", "barber"], + boxing: ["boxing_glove"], + glove: ["boxing_glove", "softball"], + judo: ["martial_arts_uniform"], + karate: ["martial_arts_uniform"], + "martial arts": ["martial_arts_uniform"], + taekwondo: ["martial_arts_uniform"], + uniform: ["martial_arts_uniform"], + boat: [ + "rowing_man", + "sailboat", + "motor_boat", + "speedboat", + "ferry", + "canoe", + "ship", + ], + "person rowing boat": ["rowing_man"], + rowboat: ["rowing_man"], + "person swimming": ["swimming_man"], + "person surfing": ["surfing_man"], + surfing: ["surfing_man"], + bathtub: ["bath"], + "person taking bath": ["bath"], + "person bouncing ball": ["basketball_man"], + lifter: ["weight_lifting_man"], + "person lifting weights": ["weight_lifting_man"], + weight: ["weight_lifting_man"], + bicycle: ["biking_man", "mountain_biking_man", "bike", "no_bicycles"], + biking: ["biking_man"], + cyclist: ["biking_man", "mountain_biking_man"], + "person biking": ["biking_man"], + bicyclist: ["mountain_biking_man"], + bike: ["mountain_biking_man", "no_bicycles"], + mountain: [ + "mountain_biking_man", + "mountain_cableway", + "mountain_railway", + "mountain_snow", + "mount_fuji", + "volcano", + "sunrise_over_mountains", + ], + "person mountain biking": ["mountain_biking_man"], + jockey: ["horse_racing"], + racehorse: ["horse_racing"], + "person in suit levitating": ["business_suit_levitating"], + suit: ["business_suit_levitating"], + prize: ["trophy"], + athletics: ["running_shirt_with_sash"], + sash: ["running_shirt_with_sash"], + "running shirt": ["running_shirt_with_sash"], + medal: [ + "medal_sports", + "medal_military", + "1st_place_medal", + "2nd_place_medal", + "3rd_place_medal", + ], + "sports medal": ["medal_sports"], + military: ["medal_military", "military_helmet"], + "military medal": ["medal_military"], + first: ["1st_place_medal"], + gold: ["1st_place_medal", "coin"], + second: ["2nd_place_medal"], + silver: ["2nd_place_medal", "coin"], + bronze: ["3rd_place_medal"], + third: ["3rd_place_medal"], + reminder: ["reminder_ribbon"], + ribbon: ["reminder_ribbon", "gift_heart"], + admission: ["ticket", "tickets"], + "admission tickets": ["tickets"], + ticket: ["tickets"], + art: ["performing_arts", "framed_picture"], + mask: ["performing_arts"], + performing: ["performing_arts"], + theater: ["performing_arts"], + theatre: ["performing_arts"], + "artist palette": ["art"], + museum: ["art", "framed_picture"], + painting: ["art", "framed_picture", "paintbrush"], + circus: ["circus_tent"], + tent: ["circus_tent"], + karaoke: ["microphone"], + mic: ["microphone", "studio_microphone"], + earbud: ["headphones"], + headphone: ["headphones"], + music: [ + "musical_score", + "musical_keyboard", + "drum", + "saxophone", + "trumpet", + "guitar", + "violin", + "studio_microphone", + "level_slider", + "control_knobs", + "musical_note", + "notes", + "banjo", + ], + score: ["musical_score", "100"], + instrument: ["musical_keyboard", "saxophone", "trumpet", "guitar", "violin"], + keyboard: ["musical_keyboard"], + piano: ["musical_keyboard"], + drumsticks: ["drum"], + sax: ["saxophone"], + "clapper board": ["clapper"], + movie: ["clapper", "movie_camera", "film_projector", "film_strip", "cinema"], + controller: ["video_game"], + alien: ["space_invader"], + "alien monster": ["space_invader"], + bullseye: ["dart"], + "direct hit": ["dart"], + hit: ["dart"], + target: ["dart"], + dice: ["game_die"], + die: ["game_die"], + slot: ["slot_machine"], + automobile: ["red_car", "oncoming_automobile"], + car: [ + "red_car", + "racing_car", + "police_car", + "rotating_light", + "oncoming_police_car", + "oncoming_automobile", + "aerial_tramway", + "railway_car", + "train", + "mountain_railway", + ], + vehicle: ["taxi", "bus", "ambulance", "tractor", "monorail", "helicopter"], + recreational: ["blue_car"], + "sport utility": ["blue_car"], + "sport utility vehicle": ["blue_car"], + bus: ["trolleybus", "minibus", "oncoming_bus", "busstop"], + tram: ["trolleybus", "railway_car", "train"], + trolley: ["trolleybus", "shopping_cart"], + patrol: ["police_car"], + engine: ["fire_engine", "steam_locomotive"], + fire: ["fire_engine", "fire_extinguisher"], + truck: ["fire_engine", "articulated_lorry", "pickup_truck"], + delivery: ["truck"], + "delivery truck": ["truck"], + lorry: ["articulated_lorry"], + semi: ["articulated_lorry"], + kick: ["kick_scooter", "leg", "foot"], + scooter: ["kick_scooter", "motor_scooter"], + motor: ["motor_scooter"], + beacon: ["rotating_light"], + light: [ + "rotating_light", + "vertical_traffic_light", + "traffic_light", + "bulb", + "flashlight", + "candle", + "izakaya_lantern", + "feather", + ], + revolving: ["rotating_light", "revolving_hearts"], + "police car light": ["rotating_light"], + oncoming: [ + "oncoming_police_car", + "oncoming_bus", + "oncoming_automobile", + "oncoming_taxi", + ], + taxi: ["oncoming_taxi"], + aerial: ["aerial_tramway"], + cable: ["aerial_tramway", "mountain_cableway"], + gondola: ["aerial_tramway", "mountain_cableway"], + tramway: ["aerial_tramway"], + railway: [ + "suspension_railway", + "railway_car", + "bullettrain_side", + "bullettrain_front", + "light_rail", + "mountain_railway", + "steam_locomotive", + "train2", + "station", + "railway_track", + ], + suspension: ["suspension_railway"], + train: [ + "railway_car", + "bullettrain_side", + "bullettrain_front", + "steam_locomotive", + "train2", + "station", + "railway_track", + ], + trolleybus: ["railway_car", "train", "tram"], + "tram car": ["train"], + "high-speed train": ["bullettrain_side"], + shinkansen: ["bullettrain_side", "bullettrain_front"], + speed: ["bullettrain_side", "bullettrain_front"], + bullet: ["bullettrain_front"], + "bullet train": ["bullettrain_front"], + locomotive: ["steam_locomotive"], + steam: ["steam_locomotive"], + subway: ["metro"], + aeroplane: [ + "small_airplane", + "airplane", + "flight_departure", + "flight_arrival", + ], + airplane: ["small_airplane", "flight_departure", "flight_arrival"], + "check-in": ["flight_departure"], + departure: ["flight_departure"], + departures: ["flight_departure"], + "airplane departure": ["flight_departure"], + "airplane arrival": ["flight_arrival"], + arrivals: ["flight_arrival"], + arriving: ["flight_arrival"], + landing: ["flight_arrival"], + resort: ["sailboat"], + sea: ["sailboat"], + yacht: ["sailboat"], + motorboat: ["motor_boat"], + passenger: ["ferry", "passenger_ship", "ship"], + ship: ["passenger_ship", "anchor", "trident"], + satellite: ["artificial_satellite"], + chair: ["seat"], + barrier: ["construction"], + diesel: ["fuelpump"], + fuel: ["fuelpump"], + gas: ["fuelpump"], + pump: ["fuelpump"], + station: ["fuelpump"], + "fuel pump": ["fuelpump"], + stop: ["busstop", "stop_sign", "stop_button"], + "bus stop": ["busstop"], + signal: ["vertical_traffic_light", "traffic_light"], + traffic: [ + "vertical_traffic_light", + "traffic_light", + "no_entry", + "children_crossing", + ], + "horizontal traffic light": ["traffic_light"], + checkered: ["checkered_flag"], + chequered: ["checkered_flag"], + "chequered flag": ["checkered_flag"], + "amusement park": ["ferris_wheel", "roller_coaster", "playground_slide"], + ferris: ["ferris_wheel"], + wheel: ["ferris_wheel", "wheel_of_dharma"], + coaster: ["roller_coaster"], + roller: ["roller_coaster", "roller_skate"], + carousel: ["carousel_horse"], + fog: ["foggy"], + Tokyo: ["tokyo_tower"], + tower: ["tokyo_tower"], + "Tokyo tower": ["tokyo_tower"], + building: ["factory", "office", "bank", "hotel", "school"], + ceremony: ["rice_scene"], + "moon viewing ceremony": ["rice_scene"], + "snow-capped mountain": ["mountain_snow"], + fuji: ["mount_fuji"], + eruption: ["volcano"], + Japan: ["japan"], + map: ["japan", "world_map"], + "map of Japan": ["japan"], + camping: ["tent", "hiking_boot"], + park: ["national_park"], + highway: ["motorway"], + road: ["motorway"], + morning: ["sunrise", "sunrise_over_mountains"], + sunrise: ["sunrise_over_mountains"], + beach: ["beach_umbrella"], + "beach with umbrella": ["beach_umbrella"], + desert: ["desert_island"], + island: ["desert_island"], + dusk: ["city_sunrise", "city_sunset"], + sunset: ["city_sunrise", "city_sunset"], + city: ["city_sunset", "cityscape"], + "cityscape at dusk": ["city_sunset"], + evening: ["city_sunset"], + landscape: ["city_sunset"], + night: ["night_with_stars", "bridge_at_night"], + bridge: ["bridge_at_night"], + shooting: ["stars"], + "shooting star": ["stars"], + fireworks: ["sparkler", "firecracker"], + castle: ["european_castle", "japanese_castle"], + European: ["european_castle", "european_post_office"], + "Japanese castle": ["japanese_castle"], + liberty: ["statue_of_liberty"], + statue: ["statue_of_liberty", "moyai"], + "Statue of Liberty": ["statue_of_liberty"], + home: ["house", "house_with_garden"], + garden: ["house_with_garden"], + house: ["house_with_garden", "derelict_house", "potted_plant", "hut"], + derelict: ["derelict_house"], + "office building": ["office"], + department: ["department_store"], + store: ["department_store", "convenience_store", "jar"], + "Japanese post office": ["post_office"], + post: [ + "post_office", + "european_post_office", + "postal_horn", + "triangular_flag_on_post", + ], + "post office": ["european_post_office"], + medicine: [ + "hospital", + "pill", + "syringe", + "stethoscope", + "drop_of_blood", + "medical_symbol", + ], + convenience: ["convenience_store"], + hotel: [ + "love_hotel", + "couch_and_lamp", + "sleeping_bed", + "bed", + "bellhop_bell", + "shopping", + ], + chapel: ["wedding"], + romance: ["wedding"], + classical: ["classical_building"], + Christian: ["church", "latin_cross", "orthodox_cross"], + religion: [ + "church", + "mosque", + "synagogue", + "kaaba", + "shinto_shrine", + "prayer_beads", + "latin_cross", + "star_and_crescent", + "om", + "wheel_of_dharma", + "star_of_david", + "menorah", + "yin_yang", + "orthodox_cross", + "place_of_worship", + ], + islam: ["mosque", "kaaba", "star_and_crescent"], + Muslim: ["mosque", "kaaba", "star_and_crescent"], + Jew: ["synagogue", "star_of_david"], + Jewish: ["synagogue", "star_of_david"], + temple: ["synagogue", "hindu_temple"], + shinto: ["shinto_shrine"], + shrine: ["shinto_shrine"], + clock: [ + "watch", + "stopwatch", + "timer_clock", + "alarm_clock", + "mantelpiece_clock", + "clock1", + "clock2", + "clock3", + "clock4", + "clock5", + "clock6", + "clock7", + "clock8", + "clock9", + "clock10", + "clock11", + "clock12", + "clock130", + "clock230", + "clock330", + "clock430", + "clock530", + "clock630", + "clock730", + "clock830", + "clock930", + "clock1030", + "clock1130", + "clock1230", + ], + cell: [ + "iphone", + "calling", + "mobile_phone_off", + "vibration_mode", + "no_mobile_phones", + "signal_strength", + ], + mobile: [ + "iphone", + "calling", + "mobile_phone_off", + "vibration_mode", + "no_mobile_phones", + "signal_strength", + ], + telephone: [ + "iphone", + "telephone_receiver", + "phone", + "mobile_phone_off", + "vibration_mode", + ], + "mobile phone": ["iphone"], + "mobile phone with arrow": ["calling"], + receive: ["calling", "incoming_envelope", "inbox_tray"], + laptop: ["computer"], + pc: ["computer"], + personal: ["computer"], + computer: [ + "keyboard", + "desktop_computer", + "printer", + "computer_mouse", + "trackball", + "minidisc", + "floppy_disk", + "cd", + "dvd", + ], + desktop: ["desktop_computer"], + "video game": ["joystick"], + compress: ["clamp"], + vice: ["clamp"], + disk: ["minidisc", "floppy_disk", "cd", "dvd"], + minidisk: ["minidisc"], + optical: ["minidisc", "cd", "dvd"], + "computer disk": ["minidisc"], + floppy: ["floppy_disk"], + CD: ["cd"], + "optical disk": ["cd"], + "Blu-ray": ["dvd"], + DVD: ["dvd"], + tape: ["vhs"], + video: [ + "vhs", + "camera", + "camera_flash", + "video_camera", + "film_projector", + "tv", + "radio", + ], + videocassette: ["vhs"], + "camera with flash": ["camera_flash"], + flash: ["camera_flash"], + cinema: ["movie_camera", "film_projector", "film_strip"], + film: ["film_projector", "film_strip", "cinema"], + projector: ["film_projector"], + frames: ["film_strip"], + "film frames": ["film_strip"], + receiver: ["telephone_receiver"], + "fax machine": ["fax"], + television: ["tv"], + microphone: ["studio_microphone"], + studio: ["studio_microphone"], + level: ["level_slider"], + slider: ["level_slider"], + control: ["control_knobs", "passport_control"], + knobs: ["control_knobs"], + timer: ["timer_clock", "hourglass_flowing_sand", "hourglass"], + alarm: ["alarm_clock"], + hourglass: ["hourglass_flowing_sand"], + "hourglass not done": ["hourglass_flowing_sand"], + sand: ["hourglass_flowing_sand", "hourglass"], + "hourglass done": ["hourglass"], + antenna: ["satellite", "signal_strength"], + dish: ["satellite"], + "satellite antenna": ["satellite"], + electricity: ["electric_plug"], + plug: ["electric_plug"], + idea: ["bulb"], + "light bulb": ["bulb"], + torch: ["flashlight"], + drum: ["oil_drum", "long_drum"], + oil: ["oil_drum", "diya_lamp"], + banknote: ["money_with_wings", "dollar", "yen", "euro", "pound"], + bill: ["money_with_wings", "dollar", "yen", "euro", "pound"], + wings: ["money_with_wings"], + currency: [ + "dollar", + "yen", + "euro", + "pound", + "heavy_dollar_sign", + "currency_exchange", + ], + note: [ + "dollar", + "yen", + "euro", + "pound", + "spiral_notepad", + "musical_note", + "notes", + ], + "dollar banknote": ["dollar"], + "yen banknote": ["yen"], + "euro banknote": ["euro"], + "pound banknote": ["pound"], + dollar: ["moneybag", "heavy_dollar_sign"], + "money bag": ["moneybag"], + card: [ + "credit_card", + "card_index", + "card_file_box", + "card_index_dividers", + "black_joker", + "spades", + "clubs", + "hearts", + "diamonds", + "flower_playing_cards", + ], + credit: ["credit_card"], + "gem stone": ["gem"], + jewel: ["gem"], + balance: ["balance_scale", "libra", "person_juggling"], + justice: ["balance_scale", "libra"], + Libra: ["balance_scale", "libra"], + scale: ["balance_scale"], + spanner: ["wrench", "hammer_and_wrench"], + hammer: ["hammer_and_pick", "hammer_and_wrench"], + pick: ["hammer_and_pick"], + wrench: ["hammer_and_wrench"], + mining: ["pick"], + bolt: ["nut_and_bolt"], + cog: ["gear"], + cogwheel: ["gear"], + chain: ["chains"], + handgun: ["gun"], + pistol: ["gun"], + revolver: ["gun"], + weapon: ["gun", "hocho", "dagger", "crossed_swords", "shield"], + "water pistol": ["gun"], + "kitchen knife": ["hocho"], + crossed: ["crossed_swords", "crossed_flags", "twisted_rightwards_arrows"], + swords: ["crossed_swords"], + cigarette: ["smoking"], + crossbones: ["skull_and_crossbones"], + skull: ["skull_and_crossbones"], + ashes: ["funeral_urn"], + funeral: ["funeral_urn"], + urn: ["funeral_urn"], + Aquarius: ["amphora", "aquarius"], + jug: ["amphora"], + crystal: ["crystal_ball"], + fortune: ["crystal_ball", "six_pointed_star"], + beads: ["prayer_beads"], + necklace: ["prayer_beads"], + prayer: ["prayer_beads", "palms_up_together"], + haircut: ["barber", "person_getting_haircut"], + "barber pole": ["barber"], + chemistry: ["alembic", "test_tube"], + science: ["telescope", "microscope", "test_tube"], + needle: ["syringe", "thread", "sewing_needle"], + mark: [ + "bookmark", + "bookmark_tabs", + "heavy_heart_exclamation", + "x", + "exclamation", + "grey_exclamation", + "question", + "grey_question", + "bangbang", + "interrobang", + "part_alternation_mark", + "negative_squared_cross_mark", + "white_check_mark", + "up", + "heavy_check_mark", + "tm", + "on", + ], + bath: ["bathtub"], + lock: [ + "key", + "old_key", + "closed_lock_with_key", + "unlock", + "lock_with_ink_pen", + ], + password: ["key"], + clue: ["old_key", "jigsaw"], + key: ["old_key", "closed_lock_with_key"], + couch: ["couch_and_lamp"], + lamp: ["couch_and_lamp", "diya_lamp"], + "person in bed": ["sleeping_bed"], + bell: ["bellhop_bell", "wind_chime", "no_bell"], + bellhop: ["bellhop_bell"], + frame: ["framed_picture", "window"], + picture: ["framed_picture"], + "umbrella on ground": ["parasol_on_ground"], + moai: ["moyai"], + "shopping bags": ["shopping"], + cart: ["shopping_cart"], + shopping: ["shopping_cart"], + carp: ["flags"], + streamer: ["flags"], + "carp streamer": ["flags"], + present: ["gift"], + wrapped: ["gift", "tamale"], + "wrapped gift": ["gift"], + confetti: ["confetti_ball"], + party: ["tada", "partying_face", "piñata", "mirror_ball"], + popper: ["tada"], + "party popper": ["tada"], + doll: ["dolls", "nesting_dolls"], + festival: ["dolls", "moon_cake"], + "Japanese dolls": ["dolls"], + chime: ["wind_chime"], + "red paper lantern": ["izakaya_lantern"], + envelope: ["email", "envelope_with_arrow", "incoming_envelope"], + letter: [ + "email", + "incoming_envelope", + "e-mail", + "love_letter", + "inbox_tray", + "outbox_tray", + ], + "e-mail": ["envelope_with_arrow", "incoming_envelope"], + email: ["envelope_with_arrow", "incoming_envelope", "e-mail"], + outgoing: ["envelope_with_arrow"], + incoming: ["incoming_envelope"], + mail: [ + "e-mail", + "love_letter", + "postbox", + "mailbox_closed", + "mailbox", + "mailbox_with_mail", + "mailbox_with_no_mail", + "inbox_tray", + "outbox_tray", + ], + mailbox: [ + "postbox", + "mailbox_closed", + "mailbox_with_mail", + "mailbox_with_no_mail", + ], + "closed mailbox with lowered flag": ["mailbox_closed"], + lowered: ["mailbox_closed", "mailbox_with_no_mail"], + postbox: [ + "mailbox_closed", + "mailbox", + "mailbox_with_mail", + "mailbox_with_no_mail", + ], + "closed mailbox with raised flag": ["mailbox"], + "open mailbox with raised flag": ["mailbox_with_mail"], + "open mailbox with lowered flag": ["mailbox_with_no_mail"], + parcel: ["package"], + horn: ["postal_horn", "partying_face"], + postal: ["postal_horn"], + inbox: ["inbox_tray"], + tray: ["inbox_tray", "outbox_tray"], + outbox: ["outbox_tray"], + sent: ["outbox_tray"], + paper: ["scroll", "newspaper_roll", "newspaper"], + curl: ["page_with_curl", "loop", "curly_loop"], + document: ["page_with_curl", "page_facing_up"], + page: ["page_with_curl", "page_facing_up"], + bookmark: ["bookmark_tabs"], + marker: ["bookmark_tabs"], + tabs: ["bookmark_tabs"], + chart: [ + "bar_chart", + "chart_with_upwards_trend", + "chart_with_downwards_trend", + ], + graph: [ + "bar_chart", + "chart_with_upwards_trend", + "chart_with_downwards_trend", + "chart", + ], + "chart increasing": ["chart_with_upwards_trend"], + growth: ["chart_with_upwards_trend", "chart"], + trend: ["chart_with_upwards_trend", "chart_with_downwards_trend"], + upward: ["chart_with_upwards_trend"], + "chart decreasing": ["chart_with_downwards_trend"], + calendar: ["date", "spiral_calendar"], + "tear-off calendar": ["calendar"], + pad: ["spiral_calendar", "spiral_notepad"], + rolodex: ["card_index"], + file: ["card_file_box", "file_cabinet", "file_folder", "open_file_folder"], + ballot: ["ballot_box"], + "ballot box with ballot": ["ballot_box"], + cabinet: ["file_cabinet"], + filing: ["file_cabinet"], + folder: ["file_folder", "open_file_folder"], + dividers: ["card_index_dividers"], + news: ["newspaper_roll", "newspaper"], + newspaper: ["newspaper_roll"], + rolled: ["newspaper_roll"], + "rolled-up newspaper": ["newspaper_roll"], + book: [ + "closed_book", + "green_book", + "blue_book", + "orange_book", + "notebook_with_decorative_cover", + "books", + "open_book", + ], + cover: ["notebook_with_decorative_cover"], + decorated: ["notebook_with_decorative_cover"], + notebook: ["notebook_with_decorative_cover", "ledger"], + link: ["paperclips"], + "linked paperclips": ["paperclips"], + paperclip: ["paperclips"], + cutting: ["scissors"], + ruler: ["triangular_ruler", "straight_ruler"], + set: ["triangular_ruler"], + triangle: [ + "triangular_ruler", + "arrow_forward", + "next_track_button", + "play_or_pause_button", + "previous_track_button", + "arrow_backward", + ], + "straight edge": ["straight_ruler"], + pin: ["pushpin", "round_pushpin"], + pushpin: ["round_pushpin"], + "triangular flag": ["triangular_flag_on_post"], + "locked with key": ["closed_lock_with_key"], + secure: ["closed_lock_with_key"], + locked: ["lock"], + unlocked: ["unlock"], + ink: ["lock_with_ink_pen"], + "locked with pen": ["lock_with_ink_pen"], + nib: ["lock_with_ink_pen", "black_nib"], + pen: ["lock_with_ink_pen", "fountain_pen", "black_nib"], + privacy: ["lock_with_ink_pen"], + ballpoint: ["pen"], + fountain: ["fountain_pen"], + pencil: ["memo", "pencil2"], + magnifying: ["mag", "mag_right"], + "magnifying glass tilted left": ["mag"], + search: ["mag", "mag_right"], + "magnifying glass tilted right": ["mag_right"], + "red heart": ["heart"], + yellow: ["yellow_heart", "yellow_square", "yellow_circle"], + purple: ["purple_heart", "purple_square", "purple_circle"], + black: ["black_heart", "black_cat"], + wicked: ["black_heart"], + break: ["broken_heart"], + broken: ["broken_heart"], + exclamation: [ + "heavy_heart_exclamation", + "grey_exclamation", + "bangbang", + "interrobang", + ], + "heart exclamation": ["heavy_heart_exclamation"], + punctuation: [ + "heavy_heart_exclamation", + "exclamation", + "grey_exclamation", + "question", + "grey_question", + "interrobang", + "wavy_dash", + ], + beating: ["heartbeat"], + "beating heart": ["heartbeat"], + pulsating: ["heartbeat"], + excited: ["heartpulse", "sparkling_heart"], + growing: ["heartpulse"], + "growing heart": ["heartpulse"], + nervous: ["heartpulse", "biting_lip"], + pulse: ["heartpulse", "anatomical_heart"], + "heart with arrow": ["cupid"], + "heart with ribbon": ["gift_heart"], + valentine: ["gift_heart"], + Hindu: ["om"], + Buddhist: ["wheel_of_dharma"], + dharma: ["wheel_of_dharma"], + David: ["star_of_david"], + "star of David": ["star_of_david"], + "dotted six-pointed star": ["six_pointed_star"], + candelabrum: ["menorah"], + candlestick: ["menorah"], + tao: ["yin_yang"], + taoist: ["yin_yang"], + yang: ["yin_yang"], + yin: ["yin_yang"], + worship: ["place_of_worship"], + snake: ["ophiuchus"], + ram: ["aries"], + ox: ["taurus"], + crab: ["cancer"], + lion: ["leo"], + scales: ["libra"], + scorpion: ["scorpius"], + goat: ["capricorn"], + ID: ["id", "identification_card"], + "ID button": ["id"], + identity: ["id"], + atheist: ["atom_symbol"], + atom: ["atom_symbol"], + "“vacancyâ€": ["u7a7a"], + ideograph: [ + "u7a7a", + "u5272", + "u6709", + "u7121", + "u7533", + "u55b6", + "u6708", + "accept", + "ideograph_advantage", + "secret", + "congratulations", + "u5408", + "u6e80", + "u7981", + "u6307", + ], + "Japanese “vacancy†button": ["u7a7a"], + 空: ["u7a7a"], + "“discountâ€": ["u5272"], + "Japanese “discount†button": ["u5272"], + 割: ["u5272"], + sign: [ + "radioactive", + "biohazard", + "stop_sign", + "heavy_plus_sign", + "heavy_minus_sign", + "heavy_division_sign", + "heavy_multiplication_x", + "placard", + ], + off: ["mobile_phone_off"], + mode: ["vibration_mode"], + vibration: ["vibration_mode"], + "“not free of chargeâ€": ["u6709"], + "Japanese “not free of charge†button": ["u6709"], + 有: ["u6709"], + "“free of chargeâ€": ["u7121"], + "Japanese “free of charge†button": ["u7121"], + ç„¡: ["u7121"], + "“applicationâ€": ["u7533"], + "Japanese “application†button": ["u7533"], + 申: ["u7533"], + "“open for businessâ€": ["u55b6"], + "Japanese “open for business†button": ["u55b6"], + å–¶: ["u55b6"], + "“monthly amountâ€": ["u6708"], + "Japanese “monthly amount†button": ["u6708"], + 月: ["u6708"], + "eight-pointed star": ["eight_pointed_black_star"], + versus: ["vs"], + VS: ["vs"], + "VS button": ["vs"], + "“acceptableâ€": ["accept"], + "Japanese “acceptable†button": ["accept"], + å¯: ["accept"], + "“bargainâ€": ["ideograph_advantage"], + "Japanese “bargain†button": ["ideograph_advantage"], + å¾—: ["ideograph_advantage"], + "“secretâ€": ["secret"], + "Japanese “secret†button": ["secret"], + 秘: ["secret"], + "“congratulationsâ€": ["congratulations"], + "Japanese “congratulations†button": ["congratulations"], + ç¥: ["congratulations"], + "“passing gradeâ€": ["u5408"], + "Japanese “passing grade†button": ["u5408"], + åˆ: ["u5408"], + "“no vacancyâ€": ["u6e80"], + "Japanese “no vacancy†button": ["u6e80"], + 満: ["u6e80"], + "“prohibitedâ€": ["u7981"], + "Japanese “prohibited†button": ["u7981"], + ç¦: ["u7981"], + A: ["a"], + "A button (blood type)": ["a"], + "blood type": ["a", "b", "ab", "o2"], + B: ["b"], + "B button (blood type)": ["b"], + AB: ["ab"], + "AB button (blood type)": ["ab"], + CL: ["cl"], + "CL button": ["cl"], + O: ["o2"], + "O button (blood type)": ["o2"], + help: ["sos", "person_tipping_hand"], + SOS: ["sos"], + "SOS button": ["sos"], + entry: ["no_entry", "no_entry_sign"], + no: [ + "no_entry", + "no_entry_sign", + "no_pedestrians", + "do_not_litter", + "no_bicycles", + "no_mobile_phones", + "no_smoking", + ], + not: [ + "no_entry", + "no_entry_sign", + "no_pedestrians", + "do_not_litter", + "no_smoking", + ], + prohibited: [ + "no_entry", + "no_entry_sign", + "no_pedestrians", + "do_not_litter", + "no_bicycles", + "underage", + "no_smoking", + "person_gesturing_no", + ], + badge: ["name_badge"], + name: ["name_badge"], + "×": ["x", "negative_squared_cross_mark", "heavy_multiplication_x"], + cancel: ["x", "heavy_multiplication_x"], + multiplication: ["x", "heavy_multiplication_x"], + multiply: ["x", "heavy_multiplication_x"], + "cross mark": ["x"], + circle: [ + "o", + "m", + "record_button", + "white_circle", + "black_circle", + "red_circle", + "large_blue_circle", + "brown_circle", + "purple_circle", + "green_circle", + "yellow_circle", + "orange_circle", + "wheel", + ], + "hollow red circle": ["o"], + large: ["o", "crazy_face", "mammoth", "dodo"], + octagonal: ["stop_sign"], + "anger symbol": ["anger"], + springs: ["hotsprings"], + "hot springs": ["hotsprings"], + pedestrian: ["no_pedestrians", "children_crossing"], + litter: ["do_not_litter", "put_litter_in_its_place"], + "no littering": ["do_not_litter"], + "non-drinking": ["non-potable_water"], + "non-potable": ["non-potable_water"], + 18: ["underage"], + "age restriction": ["underage"], + eighteen: ["underage"], + "no one under eighteen": ["underage"], + "!": ["exclamation", "grey_exclamation", "bangbang", "interrobang"], + "red exclamation mark": ["exclamation"], + outlined: [ + "grey_exclamation", + "grey_question", + "white_square_button", + "smiling_face", + ], + "white exclamation mark": ["grey_exclamation"], + "?": ["question", "grey_question", "interrobang"], + "red question mark": ["question"], + question: ["grey_question", "interrobang"], + "white question mark": ["grey_question"], + "!!": ["bangbang"], + "double exclamation mark": ["bangbang"], + "!?": ["interrobang"], + "exclamation question mark": ["interrobang"], + hundred: ["100"], + "hundred points": ["100"], + brightness: ["low_brightness", "high_brightness"], + dim: ["low_brightness"], + "dim button": ["low_brightness"], + low: ["low_brightness"], + "bright button": ["high_brightness"], + anchor: ["trident"], + emblem: ["trident"], + "trident emblem": ["trident"], + "fleur-de-lis": ["fleur_de_lis"], + part: ["part_alternation_mark"], + child: ["children_crossing"], + crossing: ["children_crossing"], + chevron: ["beginner"], + "Japanese symbol for beginner": ["beginner"], + "recycling symbol": ["recycle"], + "“reservedâ€": ["u6307"], + "Japanese “reserved†button": ["u6307"], + 指: ["u6307"], + "chart increasing with yen": ["chart"], + yen: ["chart"], + asterisk: ["eight_spoked_asterisk"], + "eight-spoked asterisk": ["eight_spoked_asterisk"], + "cross mark button": ["negative_squared_cross_mark"], + square: [ + "negative_squared_cross_mark", + "stop_button", + "black_small_square", + "white_small_square", + "black_large_square", + "white_large_square", + "black_medium_square", + "white_medium_square", + "black_medium_small_square", + "white_medium_small_square", + "black_square_button", + "white_square_button", + "brown_square", + "purple_square", + "blue_square", + "green_square", + "yellow_square", + "orange_square", + "red_square", + ], + x: ["negative_squared_cross_mark", "heavy_multiplication_x"], + "✓": ["white_check_mark", "heavy_check_mark", "ballot_box_with_check"], + button: [ + "white_check_mark", + "arrow_up_small", + "arrow_down_small", + "radio_button", + "black_square_button", + "white_square_button", + ], + check: ["white_check_mark", "heavy_check_mark", "ballot_box_with_check"], + "check mark button": ["white_check_mark"], + "diamond with a dot": ["diamond_shape_with_a_dot_inside"], + geometric: [ + "diamond_shape_with_a_dot_inside", + "radio_button", + "white_circle", + "black_circle", + "red_circle", + "large_blue_circle", + "small_orange_diamond", + "small_blue_diamond", + "large_orange_diamond", + "large_blue_diamond", + "small_red_triangle", + "black_small_square", + "white_small_square", + "black_large_square", + "white_large_square", + "small_red_triangle_down", + "black_medium_square", + "white_medium_square", + "black_medium_small_square", + "white_medium_small_square", + "black_square_button", + "white_square_button", + ], + inside: ["diamond_shape_with_a_dot_inside"], + dizzy: ["cyclone", "woozy_face", "face_with_spiral_eyes"], + hurricane: ["cyclone"], + twister: ["cyclone"], + typhoon: ["cyclone"], + double: [ + "loop", + "pause_button", + "fast_forward", + "rewind", + "arrow_double_up", + "arrow_double_down", + ], + "double curly loop": ["loop"], + meridians: ["globe_with_meridians"], + "circled M": ["m"], + M: ["m"], + ATM: ["atm"], + "ATM sign": ["atm"], + automated: ["atm"], + bank: ["atm", "currency_exchange"], + teller: ["atm"], + "“service chargeâ€": ["sa"], + "Japanese “service charge†button": ["sa"], + katakana: ["sa", "koko"], + サ: ["sa"], + passport: ["passport_control"], + baggage: ["baggage_claim", "left_luggage"], + claim: ["baggage_claim"], + locker: ["left_luggage"], + luggage: ["left_luggage"], + access: ["wheelchair"], + "wheelchair symbol": ["wheelchair"], + smoking: ["no_smoking"], + bathroom: ["wc", "mens", "womens", "restroom", "toothbrush"], + closet: ["wc"], + lavatory: ["wc", "mens", "womens", "restroom"], + restroom: ["wc", "mens", "womens"], + toilet: ["wc", "mens", "womens", "restroom", "plunger"], + WC: ["wc", "mens", "womens", "restroom"], + "water closet": ["wc"], + P: ["parking"], + "P button": ["parking"], + drinking: ["potable_water"], + potable: ["potable_water"], + "men’s room": ["mens"], + "women’s room": ["womens"], + changing: ["baby_symbol"], + "litter bin": ["put_litter_in_its_place"], + "litter in bin sign": ["put_litter_in_its_place"], + "antenna bars": ["signal_strength"], + "“hereâ€": ["koko"], + "Japanese “here†button": ["koko"], + ココ: ["koko"], + NG: ["ng"], + "NG button": ["ng"], + "OK button": ["ok"], + UP: ["up"], + "UP!": ["up"], + "UP! button": ["up"], + COOL: ["cool"], + "COOL button": ["cool"], + NEW: ["new"], + "NEW button": ["new"], + FREE: ["free"], + "FREE button": ["free"], + input: ["1234", "abc", "abcd", "capital_abcd", "symbols"], + numbers: ["1234"], + "input numbers": ["1234"], + play: ["arrow_forward", "play_or_pause_button", "playground_slide"], + "play button": ["arrow_forward"], + right: ["arrow_forward", "play_or_pause_button", "rightwards_hand"], + pause: ["pause_button", "play_or_pause_button"], + vertical: ["pause_button"], + "next scene": ["next_track_button"], + "next track": ["next_track_button"], + record: ["record_button"], + "last track button": ["previous_track_button"], + "previous scene": ["previous_track_button"], + "previous track": ["previous_track_button"], + fast: ["fast_forward"], + "fast-forward button": ["fast_forward"], + forward: ["fast_forward"], + "fast reverse button": ["rewind"], + "shuffle tracks button": ["twisted_rightwards_arrows"], + clockwise: ["repeat", "repeat_one", "arrows_clockwise"], + "repeat button": ["repeat"], + once: ["repeat_one"], + "repeat single button": ["repeat_one"], + left: ["arrow_backward", "leftwards_hand"], + reverse: ["arrow_backward"], + "reverse button": ["arrow_backward"], + "upwards button": ["arrow_up_small"], + "downwards button": ["arrow_down_small"], + "fast up button": ["arrow_double_up"], + "fast down button": ["arrow_double_down"], + cardinal: ["arrow_right", "arrow_left", "arrow_up", "arrow_down"], + direction: [ + "arrow_right", + "arrow_left", + "arrow_up", + "arrow_down", + "arrow_upper_right", + "arrow_lower_right", + "arrow_lower_left", + "arrow_upper_left", + ], + east: ["arrow_right"], + "right arrow": ["arrow_right"], + "left arrow": ["arrow_left"], + west: ["arrow_left"], + north: ["arrow_up"], + "up arrow": ["arrow_up"], + south: ["arrow_down"], + "down arrow": ["arrow_down"], + intercardinal: [ + "arrow_upper_right", + "arrow_lower_right", + "arrow_lower_left", + "arrow_upper_left", + ], + northeast: ["arrow_upper_right"], + "up-right arrow": ["arrow_upper_right"], + "down-right arrow": ["arrow_lower_right"], + southeast: ["arrow_lower_right"], + "down-left arrow": ["arrow_lower_left"], + southwest: ["arrow_lower_left"], + northwest: ["arrow_upper_left"], + "up-left arrow": ["arrow_upper_left"], + "up-down arrow": ["arrow_up_down"], + "left-right arrow": ["left_right_arrow"], + anticlockwise: ["arrows_counterclockwise"], + counterclockwise: ["arrows_counterclockwise"], + "counterclockwise arrows button": ["arrows_counterclockwise"], + withershins: ["arrows_counterclockwise"], + "left arrow curving right": ["arrow_right_hook"], + "right arrow curving left": ["leftwards_arrow_with_hook"], + "right arrow curving up": ["arrow_heading_up"], + "right arrow curving down": ["arrow_heading_down"], + i: ["information_source"], + information: ["information_source", "person_tipping_hand"], + alphabet: ["abc"], + latin: ["abc", "abcd", "capital_abcd"], + letters: ["abc", "abcd", "capital_abcd"], + "input latin letters": ["abc"], + lowercase: ["abcd"], + "input latin lowercase": ["abcd"], + ABCD: ["capital_abcd"], + uppercase: ["capital_abcd"], + "input latin uppercase": ["capital_abcd"], + "〒♪&%": ["symbols"], + "input symbols": ["symbols"], + "musical notes": ["notes"], + dash: ["wavy_dash"], + wavy: ["wavy_dash"], + loop: ["curly_loop"], + "check mark": ["heavy_check_mark"], + "clockwise vertical arrows": ["arrows_clockwise"], + reload: ["arrows_clockwise"], + "+": ["heavy_plus_sign"], + math: [ + "heavy_plus_sign", + "heavy_minus_sign", + "heavy_division_sign", + "heavy_equals_sign", + ], + plus: ["heavy_plus_sign"], + "-": ["heavy_minus_sign"], + "−": ["heavy_minus_sign"], + minus: ["heavy_minus_sign"], + "÷": ["heavy_division_sign"], + divide: ["heavy_division_sign"], + division: ["heavy_division_sign"], + exchange: ["currency_exchange"], + C: ["copyright"], + R: ["registered"], + TM: ["tm"], + "trade mark": ["tm"], + trademark: ["tm"], + END: ["end"], + "END arrow": ["end"], + BACK: ["back"], + "BACK arrow": ["back"], + ON: ["on"], + "ON!": ["on"], + "ON! arrow": ["on"], + TOP: ["top"], + "TOP arrow": ["top"], + SOON: ["soon"], + "SOON arrow": ["soon"], + "check box with check": ["ballot_box_with_check"], + radio: ["radio_button"], + "blue circle": ["large_blue_circle"], + "red triangle pointed up": ["small_red_triangle"], + "red triangle pointed down": ["small_red_triangle_down"], + "black medium-small square": ["black_medium_small_square"], + "white medium-small square": ["white_medium_small_square"], + "speaker low volume": ["speaker"], + medium: ["sound"], + "speaker medium volume": ["sound"], + loud: ["loud_sound", "loudspeaker"], + "speaker high volume": ["loud_sound"], + "muted speaker": ["mute"], + speaker: ["mute"], + cheering: ["mega"], + megaphone: ["mega"], + "public address": ["loudspeaker"], + "bell with slash": ["no_bell"], + mute: ["no_bell"], + joker: ["black_joker"], + wildcard: ["black_joker"], + "mahjong red dragon": ["mahjong"], + "spade suit": ["spades"], + "club suit": ["clubs"], + "heart suit": ["hearts"], + "diamond suit": ["diamonds"], + playing: ["flower_playing_cards"], + balloon: [ + "thought_balloon", + "right_anger_bubble", + "speech_balloon", + "left_speech_bubble", + ], + bubble: [ + "thought_balloon", + "right_anger_bubble", + "speech_balloon", + "left_speech_bubble", + "bubble_tea", + ], + thought: ["thought_balloon"], + dialog: ["speech_balloon", "left_speech_bubble"], + speech: ["speech_balloon", "left_speech_bubble"], + "00": [ + "clock1", + "clock2", + "clock3", + "clock4", + "clock5", + "clock6", + "clock7", + "clock8", + "clock9", + "clock10", + "clock11", + "clock12", + ], + 1: ["clock1", "clock130"], + "1:00": ["clock1"], + "o’clock": [ + "clock1", + "clock2", + "clock3", + "clock4", + "clock5", + "clock6", + "clock7", + "clock8", + "clock9", + "clock10", + "clock11", + "clock12", + ], + one: ["clock1", "clock130"], + "one o’clock": ["clock1"], + 2: ["clock2", "clock230"], + "2:00": ["clock2"], + two: ["clock2", "clock230"], + "two o’clock": ["clock2"], + 3: ["clock3", "clock330"], + "3:00": ["clock3"], + three: ["clock3", "clock330"], + "three o’clock": ["clock3"], + "4:00": ["clock4"], + "four o’clock": ["clock4"], + 5: ["clock5", "clock530"], + "5:00": ["clock5"], + five: ["clock5", "clock530"], + "five o’clock": ["clock5"], + 6: ["clock6", "clock630"], + "6:00": ["clock6"], + six: ["clock6", "clock630"], + "six o’clock": ["clock6"], + 7: ["clock7", "clock730"], + "7:00": ["clock7"], + seven: ["clock7", "clock730"], + "seven o’clock": ["clock7"], + "8:00": ["clock8"], + "eight o’clock": ["clock8"], + 9: ["clock9", "clock930"], + "9:00": ["clock9"], + nine: ["clock9", "clock930"], + "nine o’clock": ["clock9"], + 10: ["clock10", "clock1030"], + "10:00": ["clock10"], + ten: ["clock10", "clock1030"], + "ten o’clock": ["clock10"], + 11: ["clock11", "clock1130"], + "11:00": ["clock11"], + eleven: ["clock11", "clock1130"], + "eleven o’clock": ["clock11"], + 12: ["clock12", "clock1230"], + "12:00": ["clock12"], + twelve: ["clock12", "clock1230"], + "twelve o’clock": ["clock12"], + "1:30": ["clock130"], + "one-thirty": ["clock130"], + thirty: [ + "clock130", + "clock230", + "clock330", + "clock430", + "clock530", + "clock630", + "clock730", + "clock830", + "clock930", + "clock1030", + "clock1130", + "clock1230", + ], + "2:30": ["clock230"], + "two-thirty": ["clock230"], + "3:30": ["clock330"], + "three-thirty": ["clock330"], + "4:30": ["clock430"], + "four-thirty": ["clock430"], + "5:30": ["clock530"], + "five-thirty": ["clock530"], + "6:30": ["clock630"], + "six-thirty": ["clock630"], + "7:30": ["clock730"], + "seven-thirty": ["clock730"], + "8:30": ["clock830"], + "eight-thirty": ["clock830"], + "9:30": ["clock930"], + "nine-thirty": ["clock930"], + "10:30": ["clock1030"], + "ten-thirty": ["clock1030"], + "11:30": ["clock1130"], + "eleven-thirty": ["clock1130"], + "12:30": ["clock1230"], + "twelve-thirty": ["clock1230"], + "star-struck": ["star_struck"], + distrust: ["face_with_raised_eyebrow"], + skeptic: ["face_with_raised_eyebrow"], + "mind blown": ["exploding_head"], + goofy: ["crazy_face"], + "zany face": ["crazy_face"], + "face with symbols on mouth": ["face_with_symbols_over_mouth"], + swearing: ["face_with_symbols_over_mouth"], + puke: ["face_vomiting"], + shush: ["shushing_face"], + whoops: ["face_with_hand_over_mouth"], + monocle: ["face_with_monocle"], + stuffy: ["face_with_monocle"], + "gender-neutral": ["child", "adult", "older_adult"], + "unspecified gender": ["child", "adult", "older_adult"], + "older person": ["older_adult"], + headscarf: ["woman_with_headscarf"], + hijab: ["woman_with_headscarf"], + mantilla: ["woman_with_headscarf"], + tichel: ["woman_with_headscarf"], + beard: ["bearded_person"], + "person: beard": ["bearded_person"], + breast: ["breast_feeding"], + "breast-feeding": ["breast_feeding"], + nursing: [ + "breast_feeding", + "man_feeding_baby", + "person_feeding_baby", + "woman_feeding_baby", + ], + sorcerer: ["mage"], + sorceress: ["mage"], + witch: ["mage", "broom", "magic_wand"], + wizard: ["mage", "magic_wand"], + Oberon: ["fairy"], + Puck: ["fairy"], + Titania: ["fairy"], + Dracula: ["vampire"], + undead: ["vampire", "zombie"], + mermaid: ["merperson"], + merman: ["merperson"], + merwoman: ["merperson"], + magical: ["elf"], + djinn: ["genie"], + "walking dead": ["zombie"], + sauna: ["person_in_steamy_room"], + "steam room": ["person_in_steamy_room"], + climber: ["person_climbing"], + meditation: ["person_in_lotus_position"], + yoga: ["person_in_lotus_position"], + ILY: ["love_you_gesture"], + "love-you gesture": ["love_you_gesture"], + intelligent: ["brain"], + neck: ["scarf"], + jacket: ["coat"], + stocking: ["socks"], + "baseball cap": ["billed_cap"], + stripe: ["zebra"], + spots: ["giraffe"], + spiny: ["hedgehog"], + brachiosaurus: ["sauropod"], + brontosaurus: ["sauropod"], + diplodocus: ["sauropod"], + "T-Rex": ["t_rex"], + "Tyrannosaurus Rex": ["t_rex"], + grasshopper: ["cricket"], + "piña colada": ["coconut"], + "wild cabbage": ["broccoli"], + twisted: ["pretzel"], + chop: ["cut_of_meat", "axe"], + lambchop: ["cut_of_meat"], + porkchop: ["cut_of_meat"], + steak: ["cut_of_meat"], + cereal: ["bowl_with_spoon"], + congee: ["bowl_with_spoon"], + can: ["canned_food"], + empanada: ["dumpling"], + gyÅza: ["dumpling"], + jiaozi: ["dumpling"], + pierogi: ["dumpling"], + potsticker: ["dumpling"], + prophecy: ["fortune_cookie"], + "oyster pail": ["takeout_box"], + filling: ["pie"], + juice: ["cup_with_straw", "beverage_box"], + soda: ["cup_with_straw"], + hashi: ["chopsticks"], + UFO: ["flying_saucer"], + sledge: ["sled"], + sleigh: ["sled"], + adore: ["smiling_face_with_three_hearts"], + crush: ["smiling_face_with_three_hearts"], + hearts: ["smiling_face_with_three_hearts"], + "in love": ["smiling_face_with_three_hearts"], + "smiling face with hearts": ["smiling_face_with_three_hearts"], + feverish: ["hot_face"], + "heat stroke": ["hot_face"], + "red-faced": ["hot_face"], + sweating: ["hot_face"], + "blue-faced": ["cold_face"], + freezing: ["cold_face"], + frostbite: ["cold_face"], + icicles: ["cold_face"], + intoxicated: ["woozy_face"], + tipsy: ["woozy_face"], + "uneven eyes": ["woozy_face"], + "wavy mouth": ["woozy_face"], + begging: ["pleading_face"], + mercy: ["pleading_face"], + "puppy eyes": ["pleading_face"], + good: ["superhero"], + hero: ["superhero"], + heroine: ["superhero"], + superpower: ["superhero", "supervillain"], + criminal: ["supervillain"], + villain: ["supervillain"], + limb: ["leg"], + stomp: ["foot"], + skeleton: ["bone", "xray"], + dentist: ["tooth"], + "eye protection": ["goggles"], + swimming: ["goggles"], + welding: ["goggles"], + experiment: ["lab_coat", "test_tube"], + backpacking: ["hiking_boot"], + boot: ["hiking_boot"], + hiking: ["hiking_boot"], + "ballet flat": ["flat_shoe"], + "slip-on": ["flat_shoe"], + slipper: ["flat_shoe"], + curious: ["raccoon"], + sly: ["raccoon"], + alpaca: ["llama"], + guanaco: ["llama"], + vicuña: ["llama"], + wool: ["llama"], + hippo: ["hippopotamus"], + joey: ["kangaroo"], + jump: ["kangaroo"], + "honey badger": ["badger"], + pester: ["badger"], + cygnet: ["swan"], + "ugly duckling": ["swan"], + ostentatious: ["peacock"], + peahen: ["peacock"], + proud: ["peacock", "smiling_face_with_tear", "face_holding_back_tears"], + pirate: ["parrot"], + talk: ["parrot"], + bisque: ["lobster"], + claws: ["lobster"], + disease: ["mosquito", "fly"], + fever: ["mosquito"], + malaria: ["mosquito"], + pest: ["mosquito", "cockroach", "fly"], + virus: ["mosquito", "microbe"], + amoeba: ["microbe"], + bacteria: ["microbe", "petri_dish"], + "bok choy": ["leafy_green"], + cabbage: ["leafy_green"], + kale: ["leafy_green"], + lettuce: ["leafy_green"], + bakery: ["bagel", "cupcake"], + schmear: ["bagel"], + condiment: ["salt", "jar"], + shaker: ["salt"], + autumn: ["moon_cake"], + yuèbÇng: ["moon_cake"], + magnetic: ["compass", "magnet"], + navigation: ["compass"], + orienteering: ["compass"], + bricks: ["brick"], + clay: ["brick"], + mortar: ["brick"], + wall: ["brick"], + board: ["skateboard"], + packing: ["luggage"], + travel: ["luggage"], + dynamite: ["firecracker"], + explosive: ["firecracker"], + gift: ["red_gift_envelope"], + "good luck": ["red_gift_envelope"], + hóngbÄo: ["red_gift_envelope"], + "lai see": ["red_gift_envelope"], + "red envelope": ["red_gift_envelope"], + underarm: ["softball"], + ultimate: ["flying_disc"], + bead: ["nazar_amulet"], + charm: ["nazar_amulet"], + "evil-eye": ["nazar_amulet"], + nazar: ["nazar_amulet"], + talisman: ["nazar_amulet"], + interlocking: ["jigsaw"], + piece: ["jigsaw"], + puzzle: ["jigsaw"], + "puzzle piece": ["jigsaw"], + plaything: ["teddy_bear"], + plush: ["teddy_bear"], + toy: ["teddy_bear", "yo-yo"], + chess: ["chess_pawn"], + dupe: ["chess_pawn"], + expendable: ["chess_pawn"], + sewing: ["thread", "sewing_needle"], + spool: ["thread"], + string: ["thread"], + crochet: ["yarn"], + knit: ["yarn"], + calculation: ["abacus"], + accounting: ["receipt"], + bookkeeping: ["receipt"], + evidence: ["receipt"], + proof: ["receipt"], + chest: ["toolbox"], + attraction: ["magnet"], + horseshoe: ["magnet"], + lab: ["test_tube", "petri_dish"], + biology: ["petri_dish"], + culture: ["petri_dish"], + evolution: ["dna"], + gene: ["dna"], + genetics: ["dna"], + life: ["dna"], + lotion: ["lotion_bottle"], + moisturizer: ["lotion_bottle"], + shampoo: ["lotion_bottle"], + sunscreen: ["lotion_bottle"], + diaper: ["safety_pin"], + "punk rock": ["safety_pin"], + cleaning: ["broom", "soap", "sponge"], + sweeping: ["broom"], + farming: ["basket"], + laundry: ["basket"], + picnic: ["basket"], + "paper towels": ["roll_of_toilet_paper"], + "roll of paper": ["roll_of_toilet_paper"], + "toilet paper": ["roll_of_toilet_paper"], + bathing: ["soap"], + lather: ["soap"], + soapdish: ["soap"], + absorbing: ["sponge"], + porous: ["sponge"], + extinguish: ["fire_extinguisher"], + quench: ["fire_extinguisher"], + forever: ["infinity"], + unbounded: ["infinity"], + universal: ["infinity"], + indecisive: ["waffle"], + iron: ["waffle"], + fishing: ["otter"], + playful: ["otter"], + lazy: ["sloth"], + slow: ["sloth"], + iceberg: ["ice_cube"], + "ringed planet": ["ringer_planet"], + saturn: ["ringer_planet"], + saturnine: ["ringer_planet"], + flamboyant: ["flamingo"], + bored: ["yawning_face"], + yawn: ["yawning_face"], + "small amount": ["pinching_hand"], + accessibility: [ + "service_dog", + "probing_cane", + "motorized_wheelchair", + "manual_wheelchair", + "guide_dog", + "woman_in_manual_wheelchair", + "man_in_manual_wheelchair", + "woman_in_motorized_wheelchair", + "man_in_motorized_wheelchair", + "woman_with_probing_cane", + "man_with_probing_cane", + "hear_with_hearing_aid", + "mechanical_leg", + "mechanical_arm", + "deaf_person", + "person_with_white_cane", + "person_in_motorized_wheelchair", + "person_in_manual_wheelchair", + "elevator", + ], + assistance: ["service_dog"], + service: ["service_dog"], + ape: ["orangutan"], + "tuk tuk": ["auto_rickshaw"], + "hang-glide": ["parachute"], + parasail: ["parachute"], + skydive: ["parachute"], + fluctuate: ["yo-yo"], + soar: ["kite"], + brown: ["brown_square", "brown_circle", "brown_heart"], + sharp: ["razor"], + shave: ["razor"], + seat: ["chair"], + sit: ["chair"], + bleed: ["drop_of_blood"], + "blood donation": ["drop_of_blood"], + menstruation: ["drop_of_blood"], + blind: [ + "probing_cane", + "guide_dog", + "woman_with_probing_cane", + "man_with_probing_cane", + "person_with_white_cane", + ], + "white cane": ["probing_cane"], + hatchet: ["axe"], + split: ["axe"], + wood: ["axe"], + diya: ["diya_lamp"], + stringed: ["banjo"], + ballet: ["ballet_shoes"], + "bathing suit": ["shorts", "briefs", "one_piece_swimsuit"], + underwear: ["shorts", "briefs"], + "one-piece": ["briefs"], + swimsuit: ["briefs"], + "one-piece swimsuit": ["one_piece_swimsuit"], + dress: ["sari"], + emergency: ["safety_vest"], + safety: ["safety_vest", "ring_buoy"], + vest: ["safety_vest"], + diving: ["diving_mask", "oyster"], + scuba: ["diving_mask"], + snorkeling: ["diving_mask"], + hindu: ["hindu_temple"], + mate: ["maté"], + straw: ["beverage_box"], + pearl: ["oyster", "bubble_tea"], + dairy: ["butter"], + chickpea: ["falafel"], + meatball: ["falafel"], + flavoring: ["onion", "garlic"], + stink: ["skunk"], + guide: ["guide_dog"], + wheelchair: [ + "woman_in_manual_wheelchair", + "man_in_manual_wheelchair", + "woman_in_motorized_wheelchair", + "man_in_motorized_wheelchair", + "person_in_motorized_wheelchair", + "person_in_manual_wheelchair", + ], + "woman with white cane": ["woman_with_probing_cane"], + "man with white cane": ["man_with_probing_cane"], + "ear with hearing aid": ["hear_with_hearing_aid"], + "hard of hearing": ["hear_with_hearing_aid"], + prosthetic: ["mechanical_leg", "mechanical_arm"], + white: ["white_heart", "white_hair"], + grateful: ["smiling_face_with_tear"], + smiling: ["smiling_face_with_tear"], + touched: ["smiling_face_with_tear"], + disguise: ["disguised_face"], + incognito: ["disguised_face"], + fingers: ["pinched_fingers"], + "hand gesture": ["pinched_fingers"], + interrogation: ["pinched_fingers"], + pinched: ["pinched_fingers"], + sarcastic: ["pinched_fingers"], + anatomical: ["anatomical_heart"], + cardiology: ["anatomical_heart"], + organ: ["anatomical_heart", "lungs"], + breath: ["lungs"], + exhalation: ["lungs"], + inhalation: ["lungs"], + respiration: ["lungs"], + fighter: ["ninja"], + hidden: ["ninja"], + stealth: ["ninja"], + "Claus, christmas": ["mx_claus"], + goodbye: ["people_hugging"], + hello: ["people_hugging"], + unlucky: ["black_cat"], + herd: ["bison"], + wisent: ["bison"], + extinction: ["mammoth", "dodo"], + tusk: ["mammoth"], + woolly: ["mammoth"], + dam: ["beaver"], + Mauritius: ["dodo"], + flight: ["feather"], + plumage: ["feather"], + "sea lion": ["seal"], + bug: ["beetle"], + roach: ["cockroach"], + maggot: ["fly"], + rotting: ["fly"], + annelid: ["worm"], + earthworm: ["worm"], + parasite: ["worm"], + boring: ["potted_plant"], + grow: ["potted_plant"], + nurturing: ["potted_plant"], + useless: ["potted_plant"], + bilberry: ["blueberries"], + blueberry: ["blueberries"], + capsicum: ["bell_pepper"], + arepa: ["flatbread"], + lavash: ["flatbread"], + naan: ["flatbread"], + pita: ["flatbread"], + melted: ["fondue"], + Swiss: ["fondue"], + boulder: ["rock"], + heavy: ["rock"], + solid: ["rock"], + stone: ["rock"], + log: ["wood"], + lumber: ["wood", "carpentry_saw"], + timber: ["wood"], + roundhouse: ["hut"], + yurt: ["hut"], + "pick-up": ["pickup_truck"], + pickup: ["pickup_truck"], + magic: ["magic_wand"], + nesting: ["nesting_dolls", "empty_nest", "nest_with_eggs"], + russia: ["nesting_dolls"], + embroidery: ["sewing_needle"], + stitches: ["sewing_needle"], + sutures: ["sewing_needle"], + tailoring: ["sewing_needle"], + rope: ["knot"], + tangled: ["knot"], + twine: ["knot"], + twist: ["knot"], + "beach sandals": ["thong_sandal"], + sandals: ["thong_sandal"], + "thong sandals": ["thong_sandal"], + thongs: ["thong_sandal"], + zÅri: ["thong_sandal"], + army: ["military_helmet"], + soldier: ["military_helmet"], + warrior: ["military_helmet"], + concertina: ["accordion"], + "squeeze box": ["accordion"], + beat: ["long_drum"], + conga: ["long_drum"], + rhythm: ["long_drum"], + metal: ["coin"], + treasure: ["coin"], + australia: ["boomerang"], + rebound: ["boomerang"], + repercussion: ["boomerang"], + carpenter: ["carpentry_saw"], + saw: ["carpentry_saw"], + screw: ["screwdriver"], + catch: ["hook", "palm_up_hand"], + crook: ["hook"], + curve: ["hook"], + ensnare: ["hook"], + "selling point": ["hook"], + climb: ["ladder"], + rung: ["ladder"], + step: ["ladder"], + reflection: ["mirror"], + reflector: ["mirror"], + speculum: ["mirror"], + "fresh air": ["window"], + opening: ["window"], + transparent: ["window"], + view: ["window"], + "force cup": ["plunger"], + suction: ["plunger"], + bait: ["mouse_trap"], + mousetrap: ["mouse_trap"], + snare: ["mouse_trap"], + trap: ["mouse_trap"], + cask: ["bucket"], + pail: ["bucket"], + vat: ["bucket"], + brush: ["toothbrush"], + clean: ["toothbrush", "bubbles"], + dental: ["toothbrush"], + hygiene: ["toothbrush"], + teeth: ["toothbrush"], + cemetery: ["headstone"], + grave: ["headstone"], + graveyard: ["headstone"], + tombstone: ["headstone"], + demonstration: ["placard"], + picket: ["placard"], + protest: ["placard"], + transgender: ["transgender_symbol"], + feeding: ["man_feeding_baby", "person_feeding_baby", "woman_feeding_baby"], + disappear: ["melting_face", "dotted_line_face"], + dissolve: ["melting_face"], + liquid: ["melting_face"], + melt: ["melting_face"], + relaxed: ["smiling_face"], + amazement: ["face_with_open_eyes_and_hand_over_mouth"], + awe: ["face_with_open_eyes_and_hand_over_mouth"], + disbelief: ["face_with_open_eyes_and_hand_over_mouth", "person_facepalming"], + embarrass: ["face_with_open_eyes_and_hand_over_mouth"], + surprise: ["face_with_open_eyes_and_hand_over_mouth"], + captivated: ["face_with_peeking_eye"], + peep: ["face_with_peeking_eye"], + stare: ["face_with_peeking_eye"], + salute: ["saluting_face"], + sunny: ["saluting_face"], + troops: ["saluting_face"], + yes: ["saluting_face"], + depressed: ["dotted_line_face"], + hide: ["dotted_line_face"], + introvert: ["dotted_line_face"], + invisible: ["dotted_line_face"], + exhale: ["face_exhaling"], + gasp: ["face_exhaling"], + groan: ["face_exhaling"], + relief: ["face_exhaling"], + whisper: ["face_exhaling"], + whistle: ["face_exhaling"], + hypnotized: ["face_with_spiral_eyes"], + trouble: ["face_with_spiral_eyes"], + whoa: ["face_with_spiral_eyes"], + skeptical: ["face_with_diagonal_mouth"], + unsure: ["face_with_diagonal_mouth"], + resist: ["face_holding_back_tears"], + rightward: ["rightwards_hand"], + leftward: ["leftwards_hand"], + dismiss: ["palm_down_hand"], + shoo: ["palm_down_hand"], + beckon: ["palm_up_hand"], + come: ["palm_up_hand"], + offer: ["palm_up_hand"], + expensive: ["hand_with_index_finger_and_thumb_crossed"], + snap: ["hand_with_index_finger_and_thumb_crossed"], + you: ["index_pointing_at_the_viewer"], + anxious: ["biting_lip"], + flirting: ["biting_lip"], + uncomfortable: ["biting_lip"], + worried: ["biting_lip"], + "person gesturing NO": ["person_gesturing_no"], + "person gesturing OK": ["person_gesturing_ok"], + sassy: ["person_tipping_hand"], + tipping: ["person_tipping_hand"], + happy: ["person_raising_hand"], + deaf: ["deaf_person"], + exasperation: ["person_facepalming"], + doubt: ["person_shrugging"], + ignorance: ["person_shrugging"], + indifference: ["person_shrugging"], + shrug: ["person_shrugging"], + monarch: ["person_with_crown"], + noble: ["person_with_crown"], + regal: ["person_with_crown"], + royalty: ["person_with_crown"], + belly: ["pregnant_man", "pregnant_person"], + bloated: ["pregnant_man", "pregnant_person"], + massage: ["person_getting_massage"], + salon: ["person_getting_massage"], + barber: ["person_getting_haircut"], + beauty: ["person_getting_haircut"], + parlor: ["person_getting_haircut"], + stand: ["person_standing"], + standing: ["person_standing"], + kneel: ["person_kneeling"], + kneeling: ["person_kneeling"], + cartwheel: ["person_cartwheeling"], + gymnastics: ["person_cartwheeling"], + wrestle: ["people_wrestling"], + wrestler: ["people_wrestling"], + polo: ["person_playing_water_polo"], + handball: ["person_playing_handball"], + juggle: ["person_juggling"], + multitask: ["person_juggling"], + skill: ["person_juggling"], + ginger: ["red_hair"], + redhead: ["red_hair"], + afro: ["curly_hair"], + curly: ["curly_hair"], + ringlets: ["curly_hair"], + gray: ["white_hair"], + chemotherapy: ["bald"], + hairless: ["bald"], + "no hair": ["bald"], + shaven: ["bald"], + ocean: ["coral"], + reef: ["coral"], + Buddhism: ["lotus"], + Hinduism: ["lotus"], + India: ["lotus"], + purity: ["lotus"], + Vietnam: ["lotus"], + kidney: ["beans"], + legume: ["beans"], + empty: ["pouring_liquid", "jar"], + spill: ["pouring_liquid"], + container: ["jar"], + sauce: ["jar"], + tire: ["wheel"], + turn: ["wheel"], + float: ["ring_buoy"], + "life preserver": ["ring_buoy"], + "life saver": ["ring_buoy"], + rescue: ["ring_buoy"], + amulet: ["hamsa"], + Fatima: ["hamsa"], + Mary: ["hamsa"], + Miriam: ["hamsa"], + protection: ["hamsa"], + disco: ["mirror_ball"], + glitter: ["mirror_ball"], + electronic: ["low_battery"], + "low energy": ["low_battery"], + cane: ["crutch"], + disability: ["crutch"], + "mobility aid": ["crutch"], + bones: ["xray"], + medical: ["xray"], + "x-ray": ["xray"], + hoist: ["elevator"], + lift: ["elevator"], + burp: ["bubbles"], + soap: ["bubbles"], + underwater: ["bubbles"], + credentials: ["identification_card"], + license: ["identification_card"], + security: ["identification_card"], + eject: ["eject_button"], + equality: ["heavy_equals_sign"], + aesculapius: ["medical_symbol"], + staff: ["medical_symbol"], +}; +export const translations = { + ":)": "slight_smile", + ":-)": "slight_smile", + "^_^": "slight_smile", + "^__^": "slight_smile", + ":(": "frowning", + ":-(": "frowning", + ";)": "wink", + ";-)": "wink", + ":'(": "cry", + ":'-(": "cry", + ":-'(": "cry", + ":p": "stuck_out_tongue", + ":P": "stuck_out_tongue", + ":-P": "stuck_out_tongue", + ":O": "open_mouth", + ":-O": "open_mouth", + ":D": "smiley", + ":-D": "smiley", + ":|": "expressionless", + ":-|": "expressionless", + ":/": "confused", + "8-)": "sunglasses", + ";P": "stuck_out_tongue_winking_eye", + ";-P": "stuck_out_tongue_winking_eye", + ":$": "blush", + ":-$": "blush", +}; +export const replacements = { + "😀": "grinning", + "😬": "grimacing", + "ðŸ˜": "grin", + "😂": "joy", + "🤣": "rofl", + "😃": "smiley", + "😄": "smile", + "😅": "sweat_smile", + "😆": "laughing", + "😇": "innocent", + "😉": "wink", + "😊": "blush", + "🙂": "slightly_smiling_face", + "🙃": "upside_down_face", + "☺": "relaxed", + "😋": "yum", + "😌": "relieved", + "ðŸ˜": "heart_eyes", + "😘": "kissing_heart", + "😗": "kissing", + "😙": "kissing_smiling_eyes", + "😚": "kissing_closed_eyes", + "😜": "stuck_out_tongue_winking_eye", + "ðŸ˜": "stuck_out_tongue_closed_eyes", + "😛": "stuck_out_tongue", + "🤑": "money_mouth_face", + "🤓": "nerd_face", + "😎": "sunglasses", + "🤡": "clown_face", + "🤠": "cowboy_hat_face", + "🤗": "hugs", + "ðŸ˜": "smirk", + "😶": "no_mouth", + "ðŸ˜": "neutral_face", + "😑": "expressionless", + "😒": "unamused", + "🙄": "roll_eyes", + "🤔": "thinking", + "🤥": "lying_face", + "😳": "flushed", + "😞": "disappointed", + "😟": "worried", + "😠": "angry", + "😡": "rage", + "😔": "pensive", + "😕": "confused", + "ðŸ™": "slightly_frowning_face", + "☹": "frowning", + "😣": "persevere", + "😖": "confounded", + "😫": "tired_face", + "😩": "weary", + "😤": "triumph", + "😮": "open_mouth", + "😱": "scream", + "😨": "fearful", + "😰": "cold_sweat", + "😯": "hushed", + "😦": "frowning_with_open_mouth", + "😧": "anguished", + "😢": "cry", + "😥": "disappointed_relieved", + "🤤": "drooling_face", + "😪": "sleepy", + "😓": "sweat", + "ðŸ˜": "sob", + "😵": "dizzy_face", + "😲": "astonished", + "ðŸ¤": "zipper_mouth_face", + "🤢": "nauseated_face", + "🤧": "sneezing_face", + "😷": "mask", + "🤒": "face_with_thermometer", + "🤕": "face_with_head_bandage", + "😴": "sleeping", + "💤": "zzz", + "💩": "poop", + "😈": "smiling_imp", + "👿": "imp", + "👹": "japanese_ogre", + "👺": "japanese_goblin", + "💀": "skull", + "👻": "ghost", + "👽": "alien", + "🤖": "robot", + "😺": "smiley_cat", + "😸": "smile_cat", + "😹": "joy_cat", + "😻": "heart_eyes_cat", + "😼": "smirk_cat", + "😽": "kissing_cat", + "🙀": "scream_cat", + "😿": "crying_cat_face", + "😾": "pouting_cat", + "🙌": "raised_hands", + "🙌ðŸ»": "raised_hands:t2", + "🙌ðŸ¼": "raised_hands:t3", + "🙌ðŸ½": "raised_hands:t4", + "🙌ðŸ¾": "raised_hands:t5", + "🙌ðŸ¿": "raised_hands:t6", + "ðŸ‘": "clap", + "ðŸ‘ðŸ»": "clap:t2", + "ðŸ‘ðŸ¼": "clap:t3", + "ðŸ‘ðŸ½": "clap:t4", + "ðŸ‘ðŸ¾": "clap:t5", + "ðŸ‘ðŸ¿": "clap:t6", + "👋": "wave", + "👋ðŸ»": "wave:t2", + "👋ðŸ¼": "wave:t3", + "👋ðŸ½": "wave:t4", + "👋ðŸ¾": "wave:t5", + "👋ðŸ¿": "wave:t6", + "🤙": "call_me_hand", + "🤙ðŸ»": "call_me_hand:t2", + "🤙ðŸ¼": "call_me_hand:t3", + "🤙ðŸ½": "call_me_hand:t4", + "🤙ðŸ¾": "call_me_hand:t5", + "🤙ðŸ¿": "call_me_hand:t6", + "ðŸ‘": "+1", + "ðŸ‘ðŸ»": "+1:t2", + "ðŸ‘ðŸ¼": "+1:t3", + "ðŸ‘ðŸ½": "+1:t4", + "ðŸ‘ðŸ¾": "+1:t5", + "ðŸ‘ðŸ¿": "+1:t6", + "👎": "-1", + "👎ðŸ»": "-1:t2", + "👎ðŸ¼": "-1:t3", + "👎ðŸ½": "-1:t4", + "👎ðŸ¾": "-1:t5", + "👎ðŸ¿": "-1:t6", + "👊": "facepunch", + "👊ðŸ»": "facepunch:t2", + "👊ðŸ¼": "facepunch:t3", + "👊ðŸ½": "facepunch:t4", + "👊ðŸ¾": "facepunch:t5", + "👊ðŸ¿": "facepunch:t6", + "✊": "fist", + "✊ðŸ»": "fist:t2", + "✊ðŸ¼": "fist:t3", + "✊ðŸ½": "fist:t4", + "✊ðŸ¾": "fist:t5", + "✊ðŸ¿": "fist:t6", + "🤛": "fist_left", + "🤛ðŸ»": "fist_left:t2", + "🤛ðŸ¼": "fist_left:t3", + "🤛ðŸ½": "fist_left:t4", + "🤛ðŸ¾": "fist_left:t5", + "🤛ðŸ¿": "fist_left:t6", + "🤜": "fist_right", + "🤜ðŸ»": "fist_right:t2", + "🤜ðŸ¼": "fist_right:t3", + "🤜ðŸ½": "fist_right:t4", + "🤜ðŸ¾": "fist_right:t5", + "🤜ðŸ¿": "fist_right:t6", + "✌": "v", + "✌ðŸ»": "v:t2", + "✌ðŸ¼": "v:t3", + "✌ðŸ½": "v:t4", + "✌ðŸ¾": "v:t5", + "✌ðŸ¿": "v:t6", + "👌": "ok_hand", + "👌ðŸ»": "ok_hand:t2", + "👌ðŸ¼": "ok_hand:t3", + "👌ðŸ½": "ok_hand:t4", + "👌ðŸ¾": "ok_hand:t5", + "👌ðŸ¿": "ok_hand:t6", + "✋": "raised_hand", + "✋ðŸ»": "raised_hand:t2", + "✋ðŸ¼": "raised_hand:t3", + "✋ðŸ½": "raised_hand:t4", + "✋ðŸ¾": "raised_hand:t5", + "✋ðŸ¿": "raised_hand:t6", + "🤚": "raised_back_of_hand", + "🤚ðŸ»": "raised_back_of_hand:t2", + "🤚ðŸ¼": "raised_back_of_hand:t3", + "🤚ðŸ½": "raised_back_of_hand:t4", + "🤚ðŸ¾": "raised_back_of_hand:t5", + "🤚ðŸ¿": "raised_back_of_hand:t6", + "ðŸ‘": "open_hands", + "ðŸ‘ðŸ»": "open_hands:t2", + "ðŸ‘ðŸ¼": "open_hands:t3", + "ðŸ‘ðŸ½": "open_hands:t4", + "ðŸ‘ðŸ¾": "open_hands:t5", + "ðŸ‘ðŸ¿": "open_hands:t6", + "💪": "muscle", + "💪ðŸ»": "muscle:t2", + "💪ðŸ¼": "muscle:t3", + "💪ðŸ½": "muscle:t4", + "💪ðŸ¾": "muscle:t5", + "💪ðŸ¿": "muscle:t6", + "ðŸ™": "pray", + "ðŸ™ðŸ»": "pray:t2", + "ðŸ™ðŸ¼": "pray:t3", + "ðŸ™ðŸ½": "pray:t4", + "ðŸ™ðŸ¾": "pray:t5", + "ðŸ™ðŸ¿": "pray:t6", + "ðŸ¤": "handshake", + "ðŸ¤ðŸ»": "handshake:t2", + "ðŸ¤ðŸ¼": "handshake:t3", + "ðŸ¤ðŸ½": "handshake:t4", + "ðŸ¤ðŸ¾": "handshake:t5", + "ðŸ¤ðŸ¿": "handshake:t6", + "â˜": "point_up", + "â˜ðŸ»": "point_up:t2", + "â˜ðŸ¼": "point_up:t3", + "â˜ðŸ½": "point_up:t4", + "â˜ðŸ¾": "point_up:t5", + "â˜ðŸ¿": "point_up:t6", + "👆": "point_up_2", + "👆ðŸ»": "point_up_2:t2", + "👆ðŸ¼": "point_up_2:t3", + "👆ðŸ½": "point_up_2:t4", + "👆ðŸ¾": "point_up_2:t5", + "👆ðŸ¿": "point_up_2:t6", + "👇": "point_down", + "👇ðŸ»": "point_down:t2", + "👇ðŸ¼": "point_down:t3", + "👇ðŸ½": "point_down:t4", + "👇ðŸ¾": "point_down:t5", + "👇ðŸ¿": "point_down:t6", + "👈": "point_left", + "👈ðŸ»": "point_left:t2", + "👈ðŸ¼": "point_left:t3", + "👈ðŸ½": "point_left:t4", + "👈ðŸ¾": "point_left:t5", + "👈ðŸ¿": "point_left:t6", + "👉": "point_right", + "👉ðŸ»": "point_right:t2", + "👉ðŸ¼": "point_right:t3", + "👉ðŸ½": "point_right:t4", + "👉ðŸ¾": "point_right:t5", + "👉ðŸ¿": "point_right:t6", + "🖕": "fu", + "🖕ðŸ»": "fu:t2", + "🖕ðŸ¼": "fu:t3", + "🖕ðŸ½": "fu:t4", + "🖕ðŸ¾": "fu:t5", + "🖕ðŸ¿": "fu:t6", + "ðŸ–": "raised_hand_with_fingers_splayed", + "ðŸ–ðŸ»": "raised_hand_with_fingers_splayed:t2", + "ðŸ–ðŸ¼": "raised_hand_with_fingers_splayed:t3", + "ðŸ–ðŸ½": "raised_hand_with_fingers_splayed:t4", + "ðŸ–ðŸ¾": "raised_hand_with_fingers_splayed:t5", + "ðŸ–ðŸ¿": "raised_hand_with_fingers_splayed:t6", + "🤘": "metal", + "🤘ðŸ»": "metal:t2", + "🤘ðŸ¼": "metal:t3", + "🤘ðŸ½": "metal:t4", + "🤘ðŸ¾": "metal:t5", + "🤘ðŸ¿": "metal:t6", + "🤞": "crossed_fingers", + "🤞ðŸ»": "crossed_fingers:t2", + "🤞ðŸ¼": "crossed_fingers:t3", + "🤞ðŸ½": "crossed_fingers:t4", + "🤞ðŸ¾": "crossed_fingers:t5", + "🤞ðŸ¿": "crossed_fingers:t6", + "🖖": "vulcan_salute", + "🖖ðŸ»": "vulcan_salute:t2", + "🖖ðŸ¼": "vulcan_salute:t3", + "🖖ðŸ½": "vulcan_salute:t4", + "🖖ðŸ¾": "vulcan_salute:t5", + "🖖ðŸ¿": "vulcan_salute:t6", + "âœ": "writing_hand", + "âœðŸ»": "writing_hand:t2", + "âœðŸ¼": "writing_hand:t3", + "âœðŸ½": "writing_hand:t4", + "âœðŸ¾": "writing_hand:t5", + "âœðŸ¿": "writing_hand:t6", + "🤳": "selfie", + "🤳ðŸ»": "selfie:t2", + "🤳ðŸ¼": "selfie:t3", + "🤳ðŸ½": "selfie:t4", + "🤳ðŸ¾": "selfie:t5", + "🤳ðŸ¿": "selfie:t6", + "💅": "nail_care", + "💅ðŸ»": "nail_care:t2", + "💅ðŸ¼": "nail_care:t3", + "💅ðŸ½": "nail_care:t4", + "💅ðŸ¾": "nail_care:t5", + "💅ðŸ¿": "nail_care:t6", + "👄": "lips", + "👅": "tongue", + "👂": "ear", + "👂ðŸ»": "ear:t2", + "👂ðŸ¼": "ear:t3", + "👂ðŸ½": "ear:t4", + "👂ðŸ¾": "ear:t5", + "👂ðŸ¿": "ear:t6", + "👃": "nose", + "👃ðŸ»": "nose:t2", + "👃ðŸ¼": "nose:t3", + "👃ðŸ½": "nose:t4", + "👃ðŸ¾": "nose:t5", + "👃ðŸ¿": "nose:t6", + "ðŸ‘": "eye", + "👀": "eyes", + "👤": "bust_in_silhouette", + "👥": "busts_in_silhouette", + "🗣": "speaking_head", + "👶": "baby", + "👶ðŸ»": "baby:t2", + "👶ðŸ¼": "baby:t3", + "👶ðŸ½": "baby:t4", + "👶ðŸ¾": "baby:t5", + "👶ðŸ¿": "baby:t6", + "👦": "boy", + "👦ðŸ»": "boy:t2", + "👦ðŸ¼": "boy:t3", + "👦ðŸ½": "boy:t4", + "👦ðŸ¾": "boy:t5", + "👦ðŸ¿": "boy:t6", + "👧": "girl", + "👧ðŸ»": "girl:t2", + "👧ðŸ¼": "girl:t3", + "👧ðŸ½": "girl:t4", + "👧ðŸ¾": "girl:t5", + "👧ðŸ¿": "girl:t6", + "👨": "man", + "👨ðŸ»": "man:t2", + "👨ðŸ¼": "man:t3", + "👨ðŸ½": "man:t4", + "👨ðŸ¾": "man:t5", + "👨ðŸ¿": "man:t6", + "👩": "woman", + "👩ðŸ»": "woman:t2", + "👩ðŸ¼": "woman:t3", + "👩ðŸ½": "woman:t4", + "👩ðŸ¾": "woman:t5", + "👩ðŸ¿": "woman:t6", + "👱â€â™€ï¸": "blonde_woman", + "👱ðŸ»â€â™€ï¸": "blonde_woman:t2", + "👱ðŸ¼â€â™€ï¸": "blonde_woman:t3", + "👱ðŸ½â€â™€ï¸": "blonde_woman:t4", + "👱ðŸ¾â€â™€ï¸": "blonde_woman:t5", + "👱ðŸ¿â€â™€ï¸": "blonde_woman:t6", + "👱": "blonde_man", + "👱ðŸ»": "blonde_man:t2", + "👱ðŸ¼": "blonde_man:t3", + "👱ðŸ½": "blonde_man:t4", + "👱ðŸ¾": "blonde_man:t5", + "👱ðŸ¿": "blonde_man:t6", + "👴": "older_man", + "👴ðŸ»": "older_man:t2", + "👴ðŸ¼": "older_man:t3", + "👴ðŸ½": "older_man:t4", + "👴ðŸ¾": "older_man:t5", + "👴ðŸ¿": "older_man:t6", + "👵": "older_woman", + "👵ðŸ»": "older_woman:t2", + "👵ðŸ¼": "older_woman:t3", + "👵ðŸ½": "older_woman:t4", + "👵ðŸ¾": "older_woman:t5", + "👵ðŸ¿": "older_woman:t6", + "👲": "man_with_gua_pi_mao", + "👲ðŸ»": "man_with_gua_pi_mao:t2", + "👲ðŸ¼": "man_with_gua_pi_mao:t3", + "👲ðŸ½": "man_with_gua_pi_mao:t4", + "👲ðŸ¾": "man_with_gua_pi_mao:t5", + "👲ðŸ¿": "man_with_gua_pi_mao:t6", + "👳â€â™€ï¸": "woman_with_turban", + "👳ðŸ»â€â™€ï¸": "woman_with_turban:t2", + "👳ðŸ¼â€â™€ï¸": "woman_with_turban:t3", + "👳ðŸ½â€â™€ï¸": "woman_with_turban:t4", + "👳ðŸ¾â€â™€ï¸": "woman_with_turban:t5", + "👳ðŸ¿â€â™€ï¸": "woman_with_turban:t6", + "👳": "man_with_turban", + "👳ðŸ»": "man_with_turban:t2", + "👳ðŸ¼": "man_with_turban:t3", + "👳ðŸ½": "man_with_turban:t4", + "👳ðŸ¾": "man_with_turban:t5", + "👳ðŸ¿": "man_with_turban:t6", + "👮â€â™€ï¸": "policewoman", + "👮ðŸ»â€â™€ï¸": "policewoman:t2", + "👮ðŸ¼â€â™€ï¸": "policewoman:t3", + "👮ðŸ½â€â™€ï¸": "policewoman:t4", + "👮ðŸ¾â€â™€ï¸": "policewoman:t5", + "👮ðŸ¿â€â™€ï¸": "policewoman:t6", + "👮": "policeman", + "👮ðŸ»": "policeman:t2", + "👮ðŸ¼": "policeman:t3", + "👮ðŸ½": "policeman:t4", + "👮ðŸ¾": "policeman:t5", + "👮ðŸ¿": "policeman:t6", + "👷â€â™€ï¸": "construction_worker_woman", + "👷ðŸ»â€â™€ï¸": "construction_worker_woman:t2", + "👷ðŸ¼â€â™€ï¸": "construction_worker_woman:t3", + "👷ðŸ½â€â™€ï¸": "construction_worker_woman:t4", + "👷ðŸ¾â€â™€ï¸": "construction_worker_woman:t5", + "👷ðŸ¿â€â™€ï¸": "construction_worker_woman:t6", + "👷": "construction_worker_man", + "👷ðŸ»": "construction_worker_man:t2", + "👷ðŸ¼": "construction_worker_man:t3", + "👷ðŸ½": "construction_worker_man:t4", + "👷ðŸ¾": "construction_worker_man:t5", + "👷ðŸ¿": "construction_worker_man:t6", + "💂â€â™€ï¸": "guardswoman", + "💂ðŸ»â€â™€ï¸": "guardswoman:t2", + "💂ðŸ¼â€â™€ï¸": "guardswoman:t3", + "💂ðŸ½â€â™€ï¸": "guardswoman:t4", + "💂ðŸ¾â€â™€ï¸": "guardswoman:t5", + "💂ðŸ¿â€â™€ï¸": "guardswoman:t6", + "💂": "guardsman", + "💂ðŸ»": "guardsman:t2", + "💂ðŸ¼": "guardsman:t3", + "💂ðŸ½": "guardsman:t4", + "💂ðŸ¾": "guardsman:t5", + "💂ðŸ¿": "guardsman:t6", + "🕵ï¸â€â™€": "female_detective", + "🕵": "male_detective", + "🕵ðŸ»": "male_detective:t2", + "🕵ðŸ¼": "male_detective:t3", + "🕵ðŸ½": "male_detective:t4", + "🕵ðŸ¾": "male_detective:t5", + "🕵ðŸ¿": "male_detective:t6", + "👩â€âš•ï¸": "woman_health_worker", + "👩ðŸ»â€âš•ï¸": "woman_health_worker:t2", + "👩ðŸ¼â€âš•ï¸": "woman_health_worker:t3", + "👩ðŸ½â€âš•ï¸": "woman_health_worker:t4", + "👩ðŸ¾â€âš•ï¸": "woman_health_worker:t5", + "👩ðŸ¿â€âš•ï¸": "woman_health_worker:t6", + "👨â€âš•ï¸": "man_health_worker", + "👨ðŸ»â€âš•ï¸": "man_health_worker:t2", + "👨ðŸ¼â€âš•ï¸": "man_health_worker:t3", + "👨ðŸ½â€âš•ï¸": "man_health_worker:t4", + "👨ðŸ¾â€âš•ï¸": "man_health_worker:t5", + "👨ðŸ¿â€âš•ï¸": "man_health_worker:t6", + "👩â€ðŸŒ¾": "woman_farmer", + "👩ðŸ»â€ðŸŒ¾": "woman_farmer:t2", + "👩ðŸ¼â€ðŸŒ¾": "woman_farmer:t3", + "👩ðŸ½â€ðŸŒ¾": "woman_farmer:t4", + "👩ðŸ¾â€ðŸŒ¾": "woman_farmer:t5", + "👩ðŸ¿â€ðŸŒ¾": "woman_farmer:t6", + "👨â€ðŸŒ¾": "man_farmer", + "👨ðŸ»â€ðŸŒ¾": "man_farmer:t2", + "👨ðŸ¼â€ðŸŒ¾": "man_farmer:t3", + "👨ðŸ½â€ðŸŒ¾": "man_farmer:t4", + "👨ðŸ¾â€ðŸŒ¾": "man_farmer:t5", + "👨ðŸ¿â€ðŸŒ¾": "man_farmer:t6", + "👩â€ðŸ³": "woman_cook", + "👩ðŸ»â€ðŸ³": "woman_cook:t2", + "👩ðŸ¼â€ðŸ³": "woman_cook:t3", + "👩ðŸ½â€ðŸ³": "woman_cook:t4", + "👩ðŸ¾â€ðŸ³": "woman_cook:t5", + "👩ðŸ¿â€ðŸ³": "woman_cook:t6", + "👨â€ðŸ³": "man_cook", + "👨ðŸ»â€ðŸ³": "man_cook:t2", + "👨ðŸ¼â€ðŸ³": "man_cook:t3", + "👨ðŸ½â€ðŸ³": "man_cook:t4", + "👨ðŸ¾â€ðŸ³": "man_cook:t5", + "👨ðŸ¿â€ðŸ³": "man_cook:t6", + "👩â€ðŸŽ“": "woman_student", + "👩ðŸ»â€ðŸŽ“": "woman_student:t2", + "👩ðŸ¼â€ðŸŽ“": "woman_student:t3", + "👩ðŸ½â€ðŸŽ“": "woman_student:t4", + "👩ðŸ¾â€ðŸŽ“": "woman_student:t5", + "👩ðŸ¿â€ðŸŽ“": "woman_student:t6", + "👨â€ðŸŽ“": "man_student", + "👨ðŸ»â€ðŸŽ“": "man_student:t2", + "👨ðŸ¼â€ðŸŽ“": "man_student:t3", + "👨ðŸ½â€ðŸŽ“": "man_student:t4", + "👨ðŸ¾â€ðŸŽ“": "man_student:t5", + "👨ðŸ¿â€ðŸŽ“": "man_student:t6", + "👩â€ðŸŽ¤": "woman_singer", + "👩ðŸ»â€ðŸŽ¤": "woman_singer:t2", + "👩ðŸ¼â€ðŸŽ¤": "woman_singer:t3", + "👩ðŸ½â€ðŸŽ¤": "woman_singer:t4", + "👩ðŸ¾â€ðŸŽ¤": "woman_singer:t5", + "👩ðŸ¿â€ðŸŽ¤": "woman_singer:t6", + "👨â€ðŸŽ¤": "man_singer", + "👨ðŸ»â€ðŸŽ¤": "man_singer:t2", + "👨ðŸ¼â€ðŸŽ¤": "man_singer:t3", + "👨ðŸ½â€ðŸŽ¤": "man_singer:t4", + "👨ðŸ¾â€ðŸŽ¤": "man_singer:t5", + "👨ðŸ¿â€ðŸŽ¤": "man_singer:t6", + "👩â€ðŸ«": "woman_teacher", + "👩ðŸ»â€ðŸ«": "woman_teacher:t2", + "👩ðŸ¼â€ðŸ«": "woman_teacher:t3", + "👩ðŸ½â€ðŸ«": "woman_teacher:t4", + "👩ðŸ¾â€ðŸ«": "woman_teacher:t5", + "👩ðŸ¿â€ðŸ«": "woman_teacher:t6", + "👨â€ðŸ«": "man_teacher", + "👨ðŸ»â€ðŸ«": "man_teacher:t2", + "👨ðŸ¼â€ðŸ«": "man_teacher:t3", + "👨ðŸ½â€ðŸ«": "man_teacher:t4", + "👨ðŸ¾â€ðŸ«": "man_teacher:t5", + "👨ðŸ¿â€ðŸ«": "man_teacher:t6", + "👩â€ðŸ": "woman_factory_worker", + "👩ðŸ»â€ðŸ": "woman_factory_worker:t2", + "👩ðŸ¼â€ðŸ": "woman_factory_worker:t3", + "👩ðŸ½â€ðŸ": "woman_factory_worker:t4", + "👩ðŸ¾â€ðŸ": "woman_factory_worker:t5", + "👩ðŸ¿â€ðŸ": "woman_factory_worker:t6", + "👨â€ðŸ": "man_factory_worker", + "👨ðŸ»â€ðŸ": "man_factory_worker:t2", + "👨ðŸ¼â€ðŸ": "man_factory_worker:t3", + "👨ðŸ½â€ðŸ": "man_factory_worker:t4", + "👨ðŸ¾â€ðŸ": "man_factory_worker:t5", + "👨ðŸ¿â€ðŸ": "man_factory_worker:t6", + "👩â€ðŸ’»": "woman_technologist", + "👩ðŸ»â€ðŸ’»": "woman_technologist:t2", + "👩ðŸ¼â€ðŸ’»": "woman_technologist:t3", + "👩ðŸ½â€ðŸ’»": "woman_technologist:t4", + "👩ðŸ¾â€ðŸ’»": "woman_technologist:t5", + "👩ðŸ¿â€ðŸ’»": "woman_technologist:t6", + "👨â€ðŸ’»": "man_technologist", + "👨ðŸ»â€ðŸ’»": "man_technologist:t2", + "👨ðŸ¼â€ðŸ’»": "man_technologist:t3", + "👨ðŸ½â€ðŸ’»": "man_technologist:t4", + "👨ðŸ¾â€ðŸ’»": "man_technologist:t5", + "👨ðŸ¿â€ðŸ’»": "man_technologist:t6", + "👩â€ðŸ’¼": "woman_office_worker", + "👩ðŸ»â€ðŸ’¼": "woman_office_worker:t2", + "👩ðŸ¼â€ðŸ’¼": "woman_office_worker:t3", + "👩ðŸ½â€ðŸ’¼": "woman_office_worker:t4", + "👩ðŸ¾â€ðŸ’¼": "woman_office_worker:t5", + "👩ðŸ¿â€ðŸ’¼": "woman_office_worker:t6", + "👨â€ðŸ’¼": "man_office_worker", + "👨ðŸ»â€ðŸ’¼": "man_office_worker:t2", + "👨ðŸ¼â€ðŸ’¼": "man_office_worker:t3", + "👨ðŸ½â€ðŸ’¼": "man_office_worker:t4", + "👨ðŸ¾â€ðŸ’¼": "man_office_worker:t5", + "👨ðŸ¿â€ðŸ’¼": "man_office_worker:t6", + "👩â€ðŸ”§": "woman_mechanic", + "👩ðŸ»â€ðŸ”§": "woman_mechanic:t2", + "👩ðŸ¼â€ðŸ”§": "woman_mechanic:t3", + "👩ðŸ½â€ðŸ”§": "woman_mechanic:t4", + "👩ðŸ¾â€ðŸ”§": "woman_mechanic:t5", + "👩ðŸ¿â€ðŸ”§": "woman_mechanic:t6", + "👨â€ðŸ”§": "man_mechanic", + "👨ðŸ»â€ðŸ”§": "man_mechanic:t2", + "👨ðŸ¼â€ðŸ”§": "man_mechanic:t3", + "👨ðŸ½â€ðŸ”§": "man_mechanic:t4", + "👨ðŸ¾â€ðŸ”§": "man_mechanic:t5", + "👨ðŸ¿â€ðŸ”§": "man_mechanic:t6", + "👩â€ðŸ”¬": "woman_scientist", + "👩ðŸ»â€ðŸ”¬": "woman_scientist:t2", + "👩ðŸ¼â€ðŸ”¬": "woman_scientist:t3", + "👩ðŸ½â€ðŸ”¬": "woman_scientist:t4", + "👩ðŸ¾â€ðŸ”¬": "woman_scientist:t5", + "👩ðŸ¿â€ðŸ”¬": "woman_scientist:t6", + "👨â€ðŸ”¬": "man_scientist", + "👨ðŸ»â€ðŸ”¬": "man_scientist:t2", + "👨ðŸ¼â€ðŸ”¬": "man_scientist:t3", + "👨ðŸ½â€ðŸ”¬": "man_scientist:t4", + "👨ðŸ¾â€ðŸ”¬": "man_scientist:t5", + "👨ðŸ¿â€ðŸ”¬": "man_scientist:t6", + "👩â€ðŸŽ¨": "woman_artist", + "👩ðŸ»â€ðŸŽ¨": "woman_artist:t2", + "👩ðŸ¼â€ðŸŽ¨": "woman_artist:t3", + "👩ðŸ½â€ðŸŽ¨": "woman_artist:t4", + "👩ðŸ¾â€ðŸŽ¨": "woman_artist:t5", + "👩ðŸ¿â€ðŸŽ¨": "woman_artist:t6", + "👨â€ðŸŽ¨": "man_artist", + "👨ðŸ»â€ðŸŽ¨": "man_artist:t2", + "👨ðŸ¼â€ðŸŽ¨": "man_artist:t3", + "👨ðŸ½â€ðŸŽ¨": "man_artist:t4", + "👨ðŸ¾â€ðŸŽ¨": "man_artist:t5", + "👨ðŸ¿â€ðŸŽ¨": "man_artist:t6", + "👩â€ðŸš’": "woman_firefighter", + "👩ðŸ»â€ðŸš’": "woman_firefighter:t2", + "👩ðŸ¼â€ðŸš’": "woman_firefighter:t3", + "👩ðŸ½â€ðŸš’": "woman_firefighter:t4", + "👩ðŸ¾â€ðŸš’": "woman_firefighter:t5", + "👩ðŸ¿â€ðŸš’": "woman_firefighter:t6", + "👨â€ðŸš’": "man_firefighter", + "👨ðŸ»â€ðŸš’": "man_firefighter:t2", + "👨ðŸ¼â€ðŸš’": "man_firefighter:t3", + "👨ðŸ½â€ðŸš’": "man_firefighter:t4", + "👨ðŸ¾â€ðŸš’": "man_firefighter:t5", + "👨ðŸ¿â€ðŸš’": "man_firefighter:t6", + "👩â€âœˆï¸": "woman_pilot", + "👩ðŸ»â€âœˆï¸": "woman_pilot:t2", + "👩ðŸ¼â€âœˆï¸": "woman_pilot:t3", + "👩ðŸ½â€âœˆï¸": "woman_pilot:t4", + "👩ðŸ¾â€âœˆï¸": "woman_pilot:t5", + "👩ðŸ¿â€âœˆï¸": "woman_pilot:t6", + "👨â€âœˆï¸": "man_pilot", + "👨ðŸ»â€âœˆï¸": "man_pilot:t2", + "👨ðŸ¼â€âœˆï¸": "man_pilot:t3", + "👨ðŸ½â€âœˆï¸": "man_pilot:t4", + "👨ðŸ¾â€âœˆï¸": "man_pilot:t5", + "👨ðŸ¿â€âœˆï¸": "man_pilot:t6", + "👩â€ðŸš€": "woman_astronaut", + "👩ðŸ»â€ðŸš€": "woman_astronaut:t2", + "👩ðŸ¼â€ðŸš€": "woman_astronaut:t3", + "👩ðŸ½â€ðŸš€": "woman_astronaut:t4", + "👩ðŸ¾â€ðŸš€": "woman_astronaut:t5", + "👩ðŸ¿â€ðŸš€": "woman_astronaut:t6", + "👨â€ðŸš€": "man_astronaut", + "👨ðŸ»â€ðŸš€": "man_astronaut:t2", + "👨ðŸ¼â€ðŸš€": "man_astronaut:t3", + "👨ðŸ½â€ðŸš€": "man_astronaut:t4", + "👨ðŸ¾â€ðŸš€": "man_astronaut:t5", + "👨ðŸ¿â€ðŸš€": "man_astronaut:t6", + "👩â€âš–ï¸": "woman_judge", + "👩ðŸ»â€âš–ï¸": "woman_judge:t2", + "👩ðŸ¼â€âš–ï¸": "woman_judge:t3", + "👩ðŸ½â€âš–ï¸": "woman_judge:t4", + "👩ðŸ¾â€âš–ï¸": "woman_judge:t5", + "👩ðŸ¿â€âš–ï¸": "woman_judge:t6", + "👨â€âš–ï¸": "man_judge", + "👨ðŸ»â€âš–ï¸": "man_judge:t2", + "👨ðŸ¼â€âš–ï¸": "man_judge:t3", + "👨ðŸ½â€âš–ï¸": "man_judge:t4", + "👨ðŸ¾â€âš–ï¸": "man_judge:t5", + "👨ðŸ¿â€âš–ï¸": "man_judge:t6", + "🤶": "mrs_claus", + "🤶ðŸ»": "mrs_claus:t2", + "🤶ðŸ¼": "mrs_claus:t3", + "🤶ðŸ½": "mrs_claus:t4", + "🤶ðŸ¾": "mrs_claus:t5", + "🤶ðŸ¿": "mrs_claus:t6", + "🎅": "santa", + "🎅ðŸ»": "santa:t2", + "🎅ðŸ¼": "santa:t3", + "🎅ðŸ½": "santa:t4", + "🎅ðŸ¾": "santa:t5", + "🎅ðŸ¿": "santa:t6", + "👼": "angel", + "👼ðŸ»": "angel:t2", + "👼ðŸ¼": "angel:t3", + "👼ðŸ½": "angel:t4", + "👼ðŸ¾": "angel:t5", + "👼ðŸ¿": "angel:t6", + "🤰": "pregnant_woman", + "🤰ðŸ»": "pregnant_woman:t2", + "🤰ðŸ¼": "pregnant_woman:t3", + "🤰ðŸ½": "pregnant_woman:t4", + "🤰ðŸ¾": "pregnant_woman:t5", + "🤰ðŸ¿": "pregnant_woman:t6", + "👸": "princess", + "👸ðŸ»": "princess:t2", + "👸ðŸ¼": "princess:t3", + "👸ðŸ½": "princess:t4", + "👸ðŸ¾": "princess:t5", + "👸ðŸ¿": "princess:t6", + "🤴": "prince", + "🤴ðŸ»": "prince:t2", + "🤴ðŸ¼": "prince:t3", + "🤴ðŸ½": "prince:t4", + "🤴ðŸ¾": "prince:t5", + "🤴ðŸ¿": "prince:t6", + "👰": "bride_with_veil", + "👰ðŸ»": "bride_with_veil:t2", + "👰ðŸ¼": "bride_with_veil:t3", + "👰ðŸ½": "bride_with_veil:t4", + "👰ðŸ¾": "bride_with_veil:t5", + "👰ðŸ¿": "bride_with_veil:t6", + "🤵": "person_in_tuxedo", + "🤵ðŸ»": "person_in_tuxedo:t2", + "🤵ðŸ¼": "person_in_tuxedo:t3", + "🤵ðŸ½": "person_in_tuxedo:t4", + "🤵ðŸ¾": "person_in_tuxedo:t5", + "🤵ðŸ¿": "person_in_tuxedo:t6", + "ðŸƒâ€â™€ï¸": "running_woman", + "ðŸƒðŸ»â€â™€ï¸": "running_woman:t2", + "ðŸƒðŸ¼â€â™€ï¸": "running_woman:t3", + "ðŸƒðŸ½â€â™€ï¸": "running_woman:t4", + "ðŸƒðŸ¾â€â™€ï¸": "running_woman:t5", + "ðŸƒðŸ¿â€â™€ï¸": "running_woman:t6", + "ðŸƒ": "running_man", + "ðŸƒðŸ»": "running_man:t2", + "ðŸƒðŸ¼": "running_man:t3", + "ðŸƒðŸ½": "running_man:t4", + "ðŸƒðŸ¾": "running_man:t5", + "ðŸƒðŸ¿": "running_man:t6", + "🚶â€â™€ï¸": "walking_woman", + "🚶ðŸ»â€â™€ï¸": "walking_woman:t2", + "🚶ðŸ¼â€â™€ï¸": "walking_woman:t3", + "🚶ðŸ½â€â™€ï¸": "walking_woman:t4", + "🚶ðŸ¾â€â™€ï¸": "walking_woman:t5", + "🚶ðŸ¿â€â™€ï¸": "walking_woman:t6", + "🚶": "walking_man", + "🚶ðŸ»": "walking_man:t2", + "🚶ðŸ¼": "walking_man:t3", + "🚶ðŸ½": "walking_man:t4", + "🚶ðŸ¾": "walking_man:t5", + "🚶ðŸ¿": "walking_man:t6", + "💃": "dancer", + "💃ðŸ»": "dancer:t2", + "💃ðŸ¼": "dancer:t3", + "💃ðŸ½": "dancer:t4", + "💃ðŸ¾": "dancer:t5", + "💃ðŸ¿": "dancer:t6", + "🕺": "man_dancing", + "🕺ðŸ»": "man_dancing:t2", + "🕺ðŸ¼": "man_dancing:t3", + "🕺ðŸ½": "man_dancing:t4", + "🕺ðŸ¾": "man_dancing:t5", + "🕺ðŸ¿": "man_dancing:t6", + "👯": "dancing_women", + "👯â€â™‚": "dancing_men", + "👫": "couple", + "👫ðŸ»": "couple:t2", + "👫ðŸ¼": "couple:t3", + "👫ðŸ½": "couple:t4", + "👫ðŸ¾": "couple:t5", + "👫ðŸ¿": "couple:t6", + "👬": "two_men_holding_hands", + "👬ðŸ»": "two_men_holding_hands:t2", + "👬ðŸ¼": "two_men_holding_hands:t3", + "👬ðŸ½": "two_men_holding_hands:t4", + "👬ðŸ¾": "two_men_holding_hands:t5", + "👬ðŸ¿": "two_men_holding_hands:t6", + "ðŸ‘": "two_women_holding_hands", + "ðŸ‘ðŸ»": "two_women_holding_hands:t2", + "ðŸ‘ðŸ¼": "two_women_holding_hands:t3", + "ðŸ‘ðŸ½": "two_women_holding_hands:t4", + "ðŸ‘ðŸ¾": "two_women_holding_hands:t5", + "ðŸ‘ðŸ¿": "two_women_holding_hands:t6", + "🙇â€â™€ï¸": "bowing_woman", + "🙇ðŸ»â€â™€ï¸": "bowing_woman:t2", + "🙇ðŸ¼â€â™€ï¸": "bowing_woman:t3", + "🙇ðŸ½â€â™€ï¸": "bowing_woman:t4", + "🙇ðŸ¾â€â™€ï¸": "bowing_woman:t5", + "🙇ðŸ¿â€â™€ï¸": "bowing_woman:t6", + "🙇": "bowing_man", + "🙇ðŸ»": "bowing_man:t2", + "🙇ðŸ¼": "bowing_man:t3", + "🙇ðŸ½": "bowing_man:t4", + "🙇ðŸ¾": "bowing_man:t5", + "🙇ðŸ¿": "bowing_man:t6", + "🤦â€â™‚ï¸": "man_facepalming", + "🤦ðŸ»â€â™‚ï¸": "man_facepalming:t2", + "🤦ðŸ¼â€â™‚ï¸": "man_facepalming:t3", + "🤦ðŸ½â€â™‚ï¸": "man_facepalming:t4", + "🤦ðŸ¾â€â™‚ï¸": "man_facepalming:t5", + "🤦ðŸ¿â€â™‚ï¸": "man_facepalming:t6", + "🤦â€â™€ï¸": "woman_facepalming", + "🤦ðŸ»â€â™€ï¸": "woman_facepalming:t2", + "🤦ðŸ¼â€â™€ï¸": "woman_facepalming:t3", + "🤦ðŸ½â€â™€ï¸": "woman_facepalming:t4", + "🤦ðŸ¾â€â™€ï¸": "woman_facepalming:t5", + "🤦ðŸ¿â€â™€ï¸": "woman_facepalming:t6", + "🤷â€â™€ï¸": "woman_shrugging", + "🤷ðŸ»â€â™€ï¸": "woman_shrugging:t2", + "🤷ðŸ¼â€â™€ï¸": "woman_shrugging:t3", + "🤷ðŸ½â€â™€ï¸": "woman_shrugging:t4", + "🤷ðŸ¾â€â™€ï¸": "woman_shrugging:t5", + "🤷ðŸ¿â€â™€ï¸": "woman_shrugging:t6", + "🤷â€â™‚ï¸": "man_shrugging", + "🤷ðŸ»â€â™‚ï¸": "man_shrugging:t2", + "🤷ðŸ¼â€â™‚ï¸": "man_shrugging:t3", + "🤷ðŸ½â€â™‚ï¸": "man_shrugging:t4", + "🤷ðŸ¾â€â™‚ï¸": "man_shrugging:t5", + "🤷ðŸ¿â€â™‚ï¸": "man_shrugging:t6", + "ðŸ’â€â™€ï¸": "tipping_hand_woman", + "ðŸ’ðŸ»â€â™€ï¸": "tipping_hand_woman:t2", + "ðŸ’ðŸ¼â€â™€ï¸": "tipping_hand_woman:t3", + "ðŸ’ðŸ½â€â™€ï¸": "tipping_hand_woman:t4", + "ðŸ’ðŸ¾â€â™€ï¸": "tipping_hand_woman:t5", + "ðŸ’ðŸ¿â€â™€ï¸": "tipping_hand_woman:t6", + "ðŸ’â€â™‚ï¸": "tipping_hand_man", + "ðŸ’ðŸ»â€â™‚ï¸": "tipping_hand_man:t2", + "ðŸ’ðŸ¼â€â™‚ï¸": "tipping_hand_man:t3", + "ðŸ’ðŸ½â€â™‚ï¸": "tipping_hand_man:t4", + "ðŸ’ðŸ¾â€â™‚ï¸": "tipping_hand_man:t5", + "ðŸ’ðŸ¿â€â™‚ï¸": "tipping_hand_man:t6", + "🙅â€â™€ï¸": "no_good_woman", + "🙅ðŸ»â€â™€ï¸": "no_good_woman:t2", + "🙅ðŸ¼â€â™€ï¸": "no_good_woman:t3", + "🙅ðŸ½â€â™€ï¸": "no_good_woman:t4", + "🙅ðŸ¾â€â™€ï¸": "no_good_woman:t5", + "🙅ðŸ¿â€â™€ï¸": "no_good_woman:t6", + "🙅â€â™‚ï¸": "no_good_man", + "🙅ðŸ»â€â™‚ï¸": "no_good_man:t2", + "🙅ðŸ¼â€â™‚ï¸": "no_good_man:t3", + "🙅ðŸ½â€â™‚ï¸": "no_good_man:t4", + "🙅ðŸ¾â€â™‚ï¸": "no_good_man:t5", + "🙅ðŸ¿â€â™‚ï¸": "no_good_man:t6", + "🙆â€â™€ï¸": "ok_woman", + "🙆ðŸ»â€â™€ï¸": "ok_woman:t2", + "🙆ðŸ¼â€â™€ï¸": "ok_woman:t3", + "🙆ðŸ½â€â™€ï¸": "ok_woman:t4", + "🙆ðŸ¾â€â™€ï¸": "ok_woman:t5", + "🙆ðŸ¿â€â™€ï¸": "ok_woman:t6", + "🙆â€â™‚ï¸": "ok_man", + "🙆ðŸ»â€â™‚ï¸": "ok_man:t2", + "🙆ðŸ¼â€â™‚ï¸": "ok_man:t3", + "🙆ðŸ½â€â™‚ï¸": "ok_man:t4", + "🙆ðŸ¾â€â™‚ï¸": "ok_man:t5", + "🙆ðŸ¿â€â™‚ï¸": "ok_man:t6", + "🙋â€â™€ï¸": "raising_hand_woman", + "🙋ðŸ»â€â™€ï¸": "raising_hand_woman:t2", + "🙋ðŸ¼â€â™€ï¸": "raising_hand_woman:t3", + "🙋ðŸ½â€â™€ï¸": "raising_hand_woman:t4", + "🙋ðŸ¾â€â™€ï¸": "raising_hand_woman:t5", + "🙋ðŸ¿â€â™€ï¸": "raising_hand_woman:t6", + "🙋â€â™‚ï¸": "raising_hand_man", + "🙋ðŸ»â€â™‚ï¸": "raising_hand_man:t2", + "🙋ðŸ¼â€â™‚ï¸": "raising_hand_man:t3", + "🙋ðŸ½â€â™‚ï¸": "raising_hand_man:t4", + "🙋ðŸ¾â€â™‚ï¸": "raising_hand_man:t5", + "🙋ðŸ¿â€â™‚ï¸": "raising_hand_man:t6", + "🙎â€â™€ï¸": "pouting_woman", + "🙎ðŸ»â€â™€ï¸": "pouting_woman:t2", + "🙎ðŸ¼â€â™€ï¸": "pouting_woman:t3", + "🙎ðŸ½â€â™€ï¸": "pouting_woman:t4", + "🙎ðŸ¾â€â™€ï¸": "pouting_woman:t5", + "🙎ðŸ¿â€â™€ï¸": "pouting_woman:t6", + "🙎â€â™‚ï¸": "pouting_man", + "🙎ðŸ»â€â™‚ï¸": "pouting_man:t2", + "🙎ðŸ¼â€â™‚ï¸": "pouting_man:t3", + "🙎ðŸ½â€â™‚ï¸": "pouting_man:t4", + "🙎ðŸ¾â€â™‚ï¸": "pouting_man:t5", + "🙎ðŸ¿â€â™‚ï¸": "pouting_man:t6", + "ðŸ™â€â™€ï¸": "frowning_woman", + "ðŸ™ðŸ»â€â™€ï¸": "frowning_woman:t2", + "ðŸ™ðŸ¼â€â™€ï¸": "frowning_woman:t3", + "ðŸ™ðŸ½â€â™€ï¸": "frowning_woman:t4", + "ðŸ™ðŸ¾â€â™€ï¸": "frowning_woman:t5", + "ðŸ™ðŸ¿â€â™€ï¸": "frowning_woman:t6", + "ðŸ™â€â™‚ï¸": "frowning_man", + "ðŸ™ðŸ»â€â™‚ï¸": "frowning_man:t2", + "ðŸ™ðŸ¼â€â™‚ï¸": "frowning_man:t3", + "ðŸ™ðŸ½â€â™‚ï¸": "frowning_man:t4", + "ðŸ™ðŸ¾â€â™‚ï¸": "frowning_man:t5", + "ðŸ™ðŸ¿â€â™‚ï¸": "frowning_man:t6", + "💇â€â™€ï¸": "haircut_woman", + "💇ðŸ»â€â™€ï¸": "haircut_woman:t2", + "💇ðŸ¼â€â™€ï¸": "haircut_woman:t3", + "💇ðŸ½â€â™€ï¸": "haircut_woman:t4", + "💇ðŸ¾â€â™€ï¸": "haircut_woman:t5", + "💇ðŸ¿â€â™€ï¸": "haircut_woman:t6", + "💇â€â™‚ï¸": "haircut_man", + "💇ðŸ»â€â™‚ï¸": "haircut_man:t2", + "💇ðŸ¼â€â™‚ï¸": "haircut_man:t3", + "💇ðŸ½â€â™‚ï¸": "haircut_man:t4", + "💇ðŸ¾â€â™‚ï¸": "haircut_man:t5", + "💇ðŸ¿â€â™‚ï¸": "haircut_man:t6", + "💆â€â™€ï¸": "massage_woman", + "💆ðŸ»â€â™€ï¸": "massage_woman:t2", + "💆ðŸ¼â€â™€ï¸": "massage_woman:t3", + "💆ðŸ½â€â™€ï¸": "massage_woman:t4", + "💆ðŸ¾â€â™€ï¸": "massage_woman:t5", + "💆ðŸ¿â€â™€ï¸": "massage_woman:t6", + "💆â€â™‚ï¸": "massage_man", + "💆ðŸ»â€â™‚ï¸": "massage_man:t2", + "💆ðŸ¼â€â™‚ï¸": "massage_man:t3", + "💆ðŸ½â€â™‚ï¸": "massage_man:t4", + "💆ðŸ¾â€â™‚ï¸": "massage_man:t5", + "💆ðŸ¿â€â™‚ï¸": "massage_man:t6", + "💑": "couple_with_heart", + "👩â€â¤ï¸â€ðŸ‘©": "couple_with_heart_woman_woman", + "👨â€â¤ï¸â€ðŸ‘¨": "couple_with_heart_man_man", + "ðŸ’": "couplekiss_man_woman", + "👩â€â¤ï¸â€ðŸ’‹â€ðŸ‘©": "couplekiss_woman_woman", + "👨â€â¤ï¸â€ðŸ’‹â€ðŸ‘¨": "couplekiss_man_man", + "👪": "family", + "👨â€ðŸ‘©â€ðŸ‘§": "family_man_woman_girl", + "👨â€ðŸ‘©â€ðŸ‘§â€ðŸ‘¦": "family_man_woman_girl_boy", + "👨â€ðŸ‘©â€ðŸ‘¦â€ðŸ‘¦": "family_man_woman_boy_boy", + "👨â€ðŸ‘©â€ðŸ‘§â€ðŸ‘§": "family_man_woman_girl_girl", + "👩â€ðŸ‘©â€ðŸ‘¦": "family_woman_woman_boy", + "👩â€ðŸ‘©â€ðŸ‘§": "family_woman_woman_girl", + "👩â€ðŸ‘©â€ðŸ‘§â€ðŸ‘¦": "family_woman_woman_girl_boy", + "👩â€ðŸ‘©â€ðŸ‘¦â€ðŸ‘¦": "family_woman_woman_boy_boy", + "👩â€ðŸ‘©â€ðŸ‘§â€ðŸ‘§": "family_woman_woman_girl_girl", + "👨â€ðŸ‘¨â€ðŸ‘¦": "family_man_man_boy", + "👨â€ðŸ‘¨â€ðŸ‘§": "family_man_man_girl", + "👨â€ðŸ‘¨â€ðŸ‘§â€ðŸ‘¦": "family_man_man_girl_boy", + "👨â€ðŸ‘¨â€ðŸ‘¦â€ðŸ‘¦": "family_man_man_boy_boy", + "👨â€ðŸ‘¨â€ðŸ‘§â€ðŸ‘§": "family_man_man_girl_girl", + "👩â€ðŸ‘¦": "family_woman_boy", + "👩â€ðŸ‘§": "family_woman_girl", + "👩â€ðŸ‘§â€ðŸ‘¦": "family_woman_girl_boy", + "👩â€ðŸ‘¦â€ðŸ‘¦": "family_woman_boy_boy", + "👩â€ðŸ‘§â€ðŸ‘§": "family_woman_girl_girl", + "👨â€ðŸ‘¦": "family_man_boy", + "👨â€ðŸ‘§": "family_man_girl", + "👨â€ðŸ‘§â€ðŸ‘¦": "family_man_girl_boy", + "👨â€ðŸ‘¦â€ðŸ‘¦": "family_man_boy_boy", + "👨â€ðŸ‘§â€ðŸ‘§": "family_man_girl_girl", + "👚": "womans_clothes", + "👕": "tshirt", + "👖": "jeans", + "👔": "necktie", + "👗": "dress", + "👙": "bikini", + "👘": "kimono", + "💄": "lipstick", + "💋": "kiss", + "👣": "footprints", + "👠": "high_heel", + "👡": "sandal", + "👢": "boot", + "👞": "mans_shoe", + "👟": "athletic_shoe", + "👒": "womans_hat", + "🎩": "tophat", + "⛑": "rescue_worker_helmet", + "🎓": "mortar_board", + "👑": "crown", + "🎒": "school_satchel", + "ðŸ‘": "pouch", + "👛": "purse", + "👜": "handbag", + "💼": "briefcase", + "👓": "eyeglasses", + "🕶": "dark_sunglasses", + "ðŸ’": "ring", + "🌂": "closed_umbrella", + "ðŸ¶": "dog", + "ðŸ±": "cat", + "ðŸ": "mouse", + "ðŸ¹": "hamster", + "ðŸ°": "rabbit", + "🦊": "fox_face", + "ðŸ»": "bear", + "ðŸ¼": "panda_face", + "ðŸ¨": "koala", + "ðŸ¯": "tiger", + "ðŸ¦": "lion", + "ðŸ®": "cow", + "ðŸ·": "pig", + "ðŸ½": "pig_nose", + "ðŸ¸": "frog", + "🦑": "squid", + "ðŸ™": "octopus", + "ðŸ¦": "shrimp", + "ðŸµ": "monkey_face", + "ðŸ¦": "gorilla", + "🙈": "see_no_evil", + "🙉": "hear_no_evil", + "🙊": "speak_no_evil", + "ðŸ’": "monkey", + "ðŸ”": "chicken", + "ðŸ§": "penguin", + "ðŸ¦": "bird", + "ðŸ¤": "baby_chick", + "ðŸ£": "hatching_chick", + "ðŸ¥": "hatched_chick", + "🦆": "duck", + "🦅": "eagle", + "🦉": "owl", + "🦇": "bat", + "ðŸº": "wolf", + "ðŸ—": "boar", + "ðŸ´": "horse", + "🦄": "unicorn", + "ðŸ": "honeybee", + "ðŸ›": "bug", + "🦋": "butterfly", + "ðŸŒ": "snail", + "ðŸž": "lady_beetle", + "ðŸœ": "ant", + "🕷": "spider", + "🦂": "scorpion", + "🦀": "crab", + "ðŸ": "snake", + "🦎": "lizard", + "ðŸ¢": "turtle", + "ðŸ ": "tropical_fish", + "ðŸŸ": "fish", + "ðŸ¡": "blowfish", + "ðŸ¬": "dolphin", + "🦈": "shark", + "ðŸ³": "whale", + "ðŸ‹": "whale2", + "ðŸŠ": "crocodile", + "ðŸ†": "leopard", + "ðŸ…": "tiger2", + "ðŸƒ": "water_buffalo", + "ðŸ‚": "ox", + "ðŸ„": "cow2", + "🦌": "deer", + "ðŸª": "dromedary_camel", + "ðŸ«": "camel", + "ðŸ˜": "elephant", + "ðŸ¦": "rhinoceros", + "ðŸ": "goat", + "ðŸ": "ram", + "ðŸ‘": "sheep", + "ðŸŽ": "racehorse", + "ðŸ–": "pig2", + "ðŸ€": "rat", + "ðŸ": "mouse2", + "ðŸ“": "rooster", + "🦃": "turkey", + "🕊": "dove", + "ðŸ•": "dog2", + "ðŸ©": "poodle", + "ðŸˆ": "cat2", + "ðŸ‡": "rabbit2", + "ðŸ¿": "chipmunk", + "ðŸ¾": "paw_prints", + "ðŸ‰": "dragon", + "ðŸ²": "dragon_face", + "🌵": "cactus", + "🎄": "christmas_tree", + "🌲": "evergreen_tree", + "🌳": "deciduous_tree", + "🌴": "palm_tree", + "🌱": "seedling", + "🌿": "herb", + "☘": "shamrock", + "ðŸ€": "four_leaf_clover", + "ðŸŽ": "bamboo", + "🎋": "tanabata_tree", + "ðŸƒ": "leaves", + "ðŸ‚": "fallen_leaf", + "ðŸ": "maple_leaf", + "🌾": "ear_of_rice", + "🌺": "hibiscus", + "🌻": "sunflower", + "🌹": "rose", + "🥀": "wilted_flower", + "🌷": "tulip", + "🌼": "blossom", + "🌸": "cherry_blossom", + "ðŸ’": "bouquet", + "ðŸ„": "mushroom", + "🌰": "chestnut", + "🎃": "jack_o_lantern", + "ðŸš": "shell", + "🕸": "spider_web", + "🌎": "earth_americas", + "ðŸŒ": "earth_africa", + "ðŸŒ": "earth_asia", + "🌕": "full_moon", + "🌖": "waning_gibbous_moon", + "🌗": "last_quarter_moon", + "🌘": "waning_crescent_moon", + "🌑": "new_moon", + "🌒": "waxing_crescent_moon", + "🌓": "first_quarter_moon", + "🌔": "waxing_gibbous_moon", + "🌚": "new_moon_with_face", + "ðŸŒ": "full_moon_with_face", + "🌛": "first_quarter_moon_with_face", + "🌜": "last_quarter_moon_with_face", + "🌞": "sun_with_face", + "🌙": "crescent_moon", + "â": "star", + "🌟": "star2", + "💫": "dizzy", + "✨": "sparkles", + "☄": "comet", + "☀": "sunny", + "🌤": "sun_behind_small_cloud", + "â›…": "partly_sunny", + "🌥": "sun_behind_large_cloud", + "🌦": "sun_behind_rain_cloud", + "â˜": "cloud", + "🌧": "cloud_with_rain", + "⛈": "cloud_with_lightning_and_rain", + "🌩": "cloud_with_lightning", + "âš¡": "zap", + "🔥": "fire", + "💥": "boom", + "â„": "snowflake", + "🌨": "cloud_with_snow", + "⛄": "snowman", + "☃": "snowman_with_snow", + "🌬": "wind_face", + "💨": "dash", + "🌪": "tornado", + "🌫": "fog", + "☂": "open_umbrella", + "☔": "umbrella", + "💧": "droplet", + "💦": "sweat_drops", + "🌊": "ocean", + "ðŸ": "green_apple", + "ðŸŽ": "apple", + "ðŸ": "pear", + "ðŸŠ": "tangerine", + "ðŸ‹": "lemon", + "ðŸŒ": "banana", + "ðŸ‰": "watermelon", + "ðŸ‡": "grapes", + "ðŸ“": "strawberry", + "ðŸˆ": "melon", + "ðŸ’": "cherries", + "ðŸ‘": "peach", + "ðŸ": "pineapple", + "ðŸ¥": "kiwi_fruit", + "🥑": "avocado", + "ðŸ…": "tomato", + "ðŸ†": "eggplant", + "🥒": "cucumber", + "🥕": "carrot", + "🌶": "hot_pepper", + "🥔": "potato", + "🌽": "corn", + "ðŸ ": "sweet_potato", + "🥜": "peanuts", + "ðŸ¯": "honey_pot", + "ðŸ¥": "croissant", + "ðŸž": "bread", + "🥖": "baguette_bread", + "🧀": "cheese", + "🥚": "egg", + "🥓": "bacon", + "🥞": "pancakes", + "ðŸ—": "poultry_leg", + "ðŸ–": "meat_on_bone", + "ðŸ¤": "fried_shrimp", + "ðŸ³": "fried_egg", + "ðŸ”": "hamburger", + "ðŸŸ": "fries", + "🥙": "stuffed_flatbread", + "ðŸŒ": "hotdog", + "ðŸ•": "pizza", + "ðŸ": "spaghetti", + "🌮": "taco", + "🌯": "burrito", + "🥗": "green_salad", + "🥘": "shallow_pan_of_food", + "ðŸœ": "ramen", + "ðŸ²": "stew", + "ðŸ¥": "fish_cake", + "ðŸ£": "sushi", + "ðŸ±": "bento", + "ðŸ›": "curry", + "ðŸ™": "rice_ball", + "ðŸš": "rice", + "ðŸ˜": "rice_cracker", + "ðŸ¢": "oden", + "ðŸ¡": "dango", + "ðŸ§": "shaved_ice", + "ðŸ¨": "ice_cream", + "ðŸ¦": "icecream", + "ðŸ°": "cake", + "🎂": "birthday", + "ðŸ®": "custard", + "ðŸ¬": "candy", + "ðŸ": "lollipop", + "ðŸ«": "chocolate_bar", + "ðŸ¿": "popcorn", + "ðŸ©": "doughnut", + "ðŸª": "cookie", + "🥛": "milk_glass", + "ðŸº": "beer", + "ðŸ»": "beers", + "🥂": "clinking_glasses", + "ðŸ·": "wine_glass", + "🥃": "tumbler_glass", + "ðŸ¸": "cocktail", + "ðŸ¹": "tropical_drink", + "ðŸ¾": "champagne", + "ðŸ¶": "sake", + "ðŸµ": "tea", + "☕": "coffee", + "ðŸ¼": "baby_bottle", + "🥄": "spoon", + "ðŸ´": "fork_and_knife", + "ðŸ½": "plate_with_cutlery", + "âš½": "soccer", + "ðŸ€": "basketball", + "ðŸˆ": "football", + "âš¾": "baseball", + "🎾": "tennis", + "ðŸ": "volleyball", + "ðŸ‰": "rugby_football", + "🎱": "8ball", + "⛳": "golf", + "ðŸŒï¸â€â™€": "golfing_woman", + "ðŸŒ": "golfing_man", + "ðŸŒðŸ»": "golfing_man:t2", + "ðŸŒðŸ¼": "golfing_man:t3", + "ðŸŒðŸ½": "golfing_man:t4", + "ðŸŒðŸ¾": "golfing_man:t5", + "ðŸŒðŸ¿": "golfing_man:t6", + "ðŸ“": "ping_pong", + "ðŸ¸": "badminton", + "🥅": "goal_net", + "ðŸ’": "ice_hockey", + "ðŸ‘": "field_hockey", + "ðŸ": "cricket_bat_and_ball", + "🎿": "ski", + "â›·": "skier", + "ðŸ‚": "snowboarder", + "ðŸ‚ðŸ»": "snowboarder:t2", + "ðŸ‚ðŸ¼": "snowboarder:t3", + "ðŸ‚ðŸ½": "snowboarder:t4", + "ðŸ‚ðŸ¾": "snowboarder:t5", + "ðŸ‚ðŸ¿": "snowboarder:t6", + "🤺": "person_fencing", + "🤼â€â™€": "women_wrestling", + "🤼â€â™‚": "men_wrestling", + "🤸â€â™€ï¸": "woman_cartwheeling", + "🤸ðŸ»â€â™€ï¸": "woman_cartwheeling:t2", + "🤸ðŸ¼â€â™€ï¸": "woman_cartwheeling:t3", + "🤸ðŸ½â€â™€ï¸": "woman_cartwheeling:t4", + "🤸ðŸ¾â€â™€ï¸": "woman_cartwheeling:t5", + "🤸ðŸ¿â€â™€ï¸": "woman_cartwheeling:t6", + "🤸â€â™‚ï¸": "man_cartwheeling", + "🤸ðŸ»â€â™‚ï¸": "man_cartwheeling:t2", + "🤸ðŸ¼â€â™‚ï¸": "man_cartwheeling:t3", + "🤸ðŸ½â€â™‚ï¸": "man_cartwheeling:t4", + "🤸ðŸ¾â€â™‚ï¸": "man_cartwheeling:t5", + "🤸ðŸ¿â€â™‚ï¸": "man_cartwheeling:t6", + "🤾â€â™€ï¸": "woman_playing_handball", + "🤾ðŸ»â€â™€ï¸": "woman_playing_handball:t2", + "🤾ðŸ¼â€â™€ï¸": "woman_playing_handball:t3", + "🤾ðŸ½â€â™€ï¸": "woman_playing_handball:t4", + "🤾ðŸ¾â€â™€ï¸": "woman_playing_handball:t5", + "🤾ðŸ¿â€â™€ï¸": "woman_playing_handball:t6", + "🤾â€â™‚ï¸": "man_playing_handball", + "🤾ðŸ»â€â™‚ï¸": "man_playing_handball:t2", + "🤾ðŸ¼â€â™‚ï¸": "man_playing_handball:t3", + "🤾ðŸ½â€â™‚ï¸": "man_playing_handball:t4", + "🤾ðŸ¾â€â™‚ï¸": "man_playing_handball:t5", + "🤾ðŸ¿â€â™‚ï¸": "man_playing_handball:t6", + "⛸": "ice_skate", + "ðŸ¹": "bow_and_arrow", + "🎣": "fishing_pole_and_fish", + "🥊": "boxing_glove", + "🥋": "martial_arts_uniform", + "🚣â€â™€ï¸": "rowing_woman", + "🚣ðŸ»â€â™€ï¸": "rowing_woman:t2", + "🚣ðŸ¼â€â™€ï¸": "rowing_woman:t3", + "🚣ðŸ½â€â™€ï¸": "rowing_woman:t4", + "🚣ðŸ¾â€â™€ï¸": "rowing_woman:t5", + "🚣ðŸ¿â€â™€ï¸": "rowing_woman:t6", + "🚣": "rowing_man", + "🚣ðŸ»": "rowing_man:t2", + "🚣ðŸ¼": "rowing_man:t3", + "🚣ðŸ½": "rowing_man:t4", + "🚣ðŸ¾": "rowing_man:t5", + "🚣ðŸ¿": "rowing_man:t6", + "ðŸŠâ€â™€ï¸": "swimming_woman", + "ðŸŠðŸ»â€â™€ï¸": "swimming_woman:t2", + "ðŸŠðŸ¼â€â™€ï¸": "swimming_woman:t3", + "ðŸŠðŸ½â€â™€ï¸": "swimming_woman:t4", + "ðŸŠðŸ¾â€â™€ï¸": "swimming_woman:t5", + "ðŸŠðŸ¿â€â™€ï¸": "swimming_woman:t6", + "ðŸŠ": "swimming_man", + "ðŸŠðŸ»": "swimming_man:t2", + "ðŸŠðŸ¼": "swimming_man:t3", + "ðŸŠðŸ½": "swimming_man:t4", + "ðŸŠðŸ¾": "swimming_man:t5", + "ðŸŠðŸ¿": "swimming_man:t6", + "🤽â€â™€ï¸": "woman_playing_water_polo", + "🤽ðŸ»â€â™€ï¸": "woman_playing_water_polo:t2", + "🤽ðŸ¼â€â™€ï¸": "woman_playing_water_polo:t3", + "🤽ðŸ½â€â™€ï¸": "woman_playing_water_polo:t4", + "🤽ðŸ¾â€â™€ï¸": "woman_playing_water_polo:t5", + "🤽ðŸ¿â€â™€ï¸": "woman_playing_water_polo:t6", + "🤽â€â™‚ï¸": "man_playing_water_polo", + "🤽ðŸ»â€â™‚ï¸": "man_playing_water_polo:t2", + "🤽ðŸ¼â€â™‚ï¸": "man_playing_water_polo:t3", + "🤽ðŸ½â€â™‚ï¸": "man_playing_water_polo:t4", + "🤽ðŸ¾â€â™‚ï¸": "man_playing_water_polo:t5", + "🤽ðŸ¿â€â™‚ï¸": "man_playing_water_polo:t6", + "ðŸ„â€â™€ï¸": "surfing_woman", + "ðŸ„ðŸ»â€â™€ï¸": "surfing_woman:t2", + "ðŸ„ðŸ¼â€â™€ï¸": "surfing_woman:t3", + "ðŸ„ðŸ½â€â™€ï¸": "surfing_woman:t4", + "ðŸ„ðŸ¾â€â™€ï¸": "surfing_woman:t5", + "ðŸ„ðŸ¿â€â™€ï¸": "surfing_woman:t6", + "ðŸ„": "surfing_man", + "ðŸ„ðŸ»": "surfing_man:t2", + "ðŸ„ðŸ¼": "surfing_man:t3", + "ðŸ„ðŸ½": "surfing_man:t4", + "ðŸ„ðŸ¾": "surfing_man:t5", + "ðŸ„ðŸ¿": "surfing_man:t6", + "🛀": "bath", + "🛀ðŸ»": "bath:t2", + "🛀ðŸ¼": "bath:t3", + "🛀ðŸ½": "bath:t4", + "🛀ðŸ¾": "bath:t5", + "🛀ðŸ¿": "bath:t6", + "⛹ï¸â€â™€": "basketball_woman", + "⛹": "basketball_man", + "⛹ðŸ»": "basketball_man:t2", + "⛹ðŸ¼": "basketball_man:t3", + "⛹ðŸ½": "basketball_man:t4", + "⛹ðŸ¾": "basketball_man:t5", + "⛹ðŸ¿": "basketball_man:t6", + "ðŸ‹ï¸â€â™€": "weight_lifting_woman", + "ðŸ‹": "weight_lifting_man", + "ðŸ‹ðŸ»": "weight_lifting_man:t2", + "ðŸ‹ðŸ¼": "weight_lifting_man:t3", + "ðŸ‹ðŸ½": "weight_lifting_man:t4", + "ðŸ‹ðŸ¾": "weight_lifting_man:t5", + "ðŸ‹ðŸ¿": "weight_lifting_man:t6", + "🚴â€â™€ï¸": "biking_woman", + "🚴ðŸ»â€â™€ï¸": "biking_woman:t2", + "🚴ðŸ¼â€â™€ï¸": "biking_woman:t3", + "🚴ðŸ½â€â™€ï¸": "biking_woman:t4", + "🚴ðŸ¾â€â™€ï¸": "biking_woman:t5", + "🚴ðŸ¿â€â™€ï¸": "biking_woman:t6", + "🚴": "biking_man", + "🚴ðŸ»": "biking_man:t2", + "🚴ðŸ¼": "biking_man:t3", + "🚴ðŸ½": "biking_man:t4", + "🚴ðŸ¾": "biking_man:t5", + "🚴ðŸ¿": "biking_man:t6", + "🚵â€â™€ï¸": "mountain_biking_woman", + "🚵ðŸ»â€â™€ï¸": "mountain_biking_woman:t2", + "🚵ðŸ¼â€â™€ï¸": "mountain_biking_woman:t3", + "🚵ðŸ½â€â™€ï¸": "mountain_biking_woman:t4", + "🚵ðŸ¾â€â™€ï¸": "mountain_biking_woman:t5", + "🚵ðŸ¿â€â™€ï¸": "mountain_biking_woman:t6", + "🚵": "mountain_biking_man", + "🚵ðŸ»": "mountain_biking_man:t2", + "🚵ðŸ¼": "mountain_biking_man:t3", + "🚵ðŸ½": "mountain_biking_man:t4", + "🚵ðŸ¾": "mountain_biking_man:t5", + "🚵ðŸ¿": "mountain_biking_man:t6", + "ðŸ‡": "horse_racing", + "ðŸ‡ðŸ»": "horse_racing:t2", + "ðŸ‡ðŸ¼": "horse_racing:t3", + "ðŸ‡ðŸ½": "horse_racing:t4", + "ðŸ‡ðŸ¾": "horse_racing:t5", + "ðŸ‡ðŸ¿": "horse_racing:t6", + "🕴": "business_suit_levitating", + "🕴ðŸ»": "business_suit_levitating:t2", + "🕴ðŸ¼": "business_suit_levitating:t3", + "🕴ðŸ½": "business_suit_levitating:t4", + "🕴ðŸ¾": "business_suit_levitating:t5", + "🕴ðŸ¿": "business_suit_levitating:t6", + "ðŸ†": "trophy", + "🎽": "running_shirt_with_sash", + "ðŸ…": "medal_sports", + "🎖": "medal_military", + "🥇": "1st_place_medal", + "🥈": "2nd_place_medal", + "🥉": "3rd_place_medal", + "🎗": "reminder_ribbon", + "ðŸµ": "rosette", + "🎫": "ticket", + "🎟": "tickets", + "ðŸŽ": "performing_arts", + "🎨": "art", + "🎪": "circus_tent", + "🤹â€â™€ï¸": "woman_juggling", + "🤹ðŸ»â€â™€ï¸": "woman_juggling:t2", + "🤹ðŸ¼â€â™€ï¸": "woman_juggling:t3", + "🤹ðŸ½â€â™€ï¸": "woman_juggling:t4", + "🤹ðŸ¾â€â™€ï¸": "woman_juggling:t5", + "🤹ðŸ¿â€â™€ï¸": "woman_juggling:t6", + "🤹â€â™‚ï¸": "man_juggling", + "🤹ðŸ»â€â™‚ï¸": "man_juggling:t2", + "🤹ðŸ¼â€â™‚ï¸": "man_juggling:t3", + "🤹ðŸ½â€â™‚ï¸": "man_juggling:t4", + "🤹ðŸ¾â€â™‚ï¸": "man_juggling:t5", + "🤹ðŸ¿â€â™‚ï¸": "man_juggling:t6", + "🎤": "microphone", + "🎧": "headphones", + "🎼": "musical_score", + "🎹": "musical_keyboard", + "ðŸ¥": "drum", + "🎷": "saxophone", + "🎺": "trumpet", + "🎸": "guitar", + "🎻": "violin", + "🎬": "clapper", + "🎮": "video_game", + "👾": "space_invader", + "🎯": "dart", + "🎲": "game_die", + "🎰": "slot_machine", + "🎳": "bowling", + "🚗": "red_car", + "🚕": "taxi", + "🚙": "blue_car", + "🚌": "bus", + "🚎": "trolleybus", + "ðŸŽ": "racing_car", + "🚓": "police_car", + "🚑": "ambulance", + "🚒": "fire_engine", + "ðŸš": "minibus", + "🚚": "truck", + "🚛": "articulated_lorry", + "🚜": "tractor", + "🛴": "kick_scooter", + "ðŸ": "motorcycle", + "🚲": "bike", + "🛵": "motor_scooter", + "🚨": "rotating_light", + "🚔": "oncoming_police_car", + "ðŸš": "oncoming_bus", + "🚘": "oncoming_automobile", + "🚖": "oncoming_taxi", + "🚡": "aerial_tramway", + "🚠": "mountain_cableway", + "🚟": "suspension_railway", + "🚃": "railway_car", + "🚋": "train", + "ðŸš": "monorail", + "🚄": "bullettrain_side", + "🚅": "bullettrain_front", + "🚈": "light_rail", + "🚞": "mountain_railway", + "🚂": "steam_locomotive", + "🚆": "train2", + "🚇": "metro", + "🚊": "tram", + "🚉": "station", + "ðŸš": "helicopter", + "🛩": "small_airplane", + "✈": "airplane", + "🛫": "flight_departure", + "🛬": "flight_arrival", + "⛵": "sailboat", + "🛥": "motor_boat", + "🚤": "speedboat", + "â›´": "ferry", + "🛳": "passenger_ship", + "🚀": "rocket", + "🛰": "artificial_satellite", + "💺": "seat", + "🛶": "canoe", + "âš“": "anchor", + "🚧": "construction", + "⛽": "fuelpump", + "ðŸš": "busstop", + "🚦": "vertical_traffic_light", + "🚥": "traffic_light", + "ðŸ": "checkered_flag", + "🚢": "ship", + "🎡": "ferris_wheel", + "🎢": "roller_coaster", + "🎠": "carousel_horse", + "ðŸ—": "building_construction", + "ðŸŒ": "foggy", + "🗼": "tokyo_tower", + "ðŸ": "factory", + "⛲": "fountain", + "🎑": "rice_scene", + "â›°": "mountain", + "ðŸ”": "mountain_snow", + "🗻": "mount_fuji", + "🌋": "volcano", + "🗾": "japan", + "ðŸ•": "camping", + "⛺": "tent", + "ðŸž": "national_park", + "🛣": "motorway", + "🛤": "railway_track", + "🌅": "sunrise", + "🌄": "sunrise_over_mountains", + "ðŸœ": "desert", + "ðŸ–": "beach_umbrella", + "ðŸ": "desert_island", + "🌇": "city_sunrise", + "🌆": "city_sunset", + "ðŸ™": "cityscape", + "🌃": "night_with_stars", + "🌉": "bridge_at_night", + "🌌": "milky_way", + "🌠": "stars", + "🎇": "sparkler", + "🎆": "fireworks", + "🌈": "rainbow", + "ðŸ˜": "houses", + "ðŸ°": "european_castle", + "ðŸ¯": "japanese_castle", + "ðŸŸ": "stadium", + "🗽": "statue_of_liberty", + "ðŸ ": "house", + "ðŸ¡": "house_with_garden", + "ðŸš": "derelict_house", + "ðŸ¢": "office", + "ðŸ¬": "department_store", + "ðŸ£": "post_office", + "ðŸ¤": "european_post_office", + "ðŸ¥": "hospital", + "ðŸ¦": "bank", + "ðŸ¨": "hotel", + "ðŸª": "convenience_store", + "ðŸ«": "school", + "ðŸ©": "love_hotel", + "💒": "wedding", + "ðŸ›": "classical_building", + "⛪": "church", + "🕌": "mosque", + "ðŸ•": "synagogue", + "🕋": "kaaba", + "⛩": "shinto_shrine", + "⌚": "watch", + "📱": "iphone", + "📲": "calling", + "💻": "computer", + "⌨": "keyboard", + "🖥": "desktop_computer", + "🖨": "printer", + "🖱": "computer_mouse", + "🖲": "trackball", + "🕹": "joystick", + "🗜": "clamp", + "💽": "minidisc", + "💾": "floppy_disk", + "💿": "cd", + "📀": "dvd", + "📼": "vhs", + "📷": "camera", + "📸": "camera_flash", + "📹": "video_camera", + "🎥": "movie_camera", + "📽": "film_projector", + "🎞": "film_strip", + "📞": "telephone_receiver", + "☎": "phone", + "📟": "pager", + "📠": "fax", + "📺": "tv", + "📻": "radio", + "🎙": "studio_microphone", + "🎚": "level_slider", + "🎛": "control_knobs", + "â±": "stopwatch", + "â²": "timer_clock", + "â°": "alarm_clock", + "🕰": "mantelpiece_clock", + "â³": "hourglass_flowing_sand", + "⌛": "hourglass", + "📡": "satellite", + "🔋": "battery", + "🔌": "electric_plug", + "💡": "bulb", + "🔦": "flashlight", + "🕯": "candle", + "🗑": "wastebasket", + "🛢": "oil_drum", + "💸": "money_with_wings", + "💵": "dollar", + "💴": "yen", + "💶": "euro", + "💷": "pound", + "💰": "moneybag", + "💳": "credit_card", + "💎": "gem", + "âš–": "balance_scale", + "🔧": "wrench", + "🔨": "hammer", + "âš’": "hammer_and_pick", + "🛠": "hammer_and_wrench", + "â›": "pick", + "🔩": "nut_and_bolt", + "âš™": "gear", + "⛓": "chains", + "🔫": "gun", + "💣": "bomb", + "🔪": "hocho", + "🗡": "dagger", + "âš”": "crossed_swords", + "🛡": "shield", + "🚬": "smoking", + "☠": "skull_and_crossbones", + "âš°": "coffin", + "âš±": "funeral_urn", + "ðŸº": "amphora", + "🔮": "crystal_ball", + "📿": "prayer_beads", + "💈": "barber", + "âš—": "alembic", + "ðŸ”": "telescope", + "🔬": "microscope", + "🕳": "hole", + "💊": "pill", + "💉": "syringe", + "🌡": "thermometer", + "ðŸ·": "label", + "🔖": "bookmark", + "🚽": "toilet", + "🚿": "shower", + "ðŸ›": "bathtub", + "🔑": "key", + "ðŸ—": "old_key", + "🛋": "couch_and_lamp", + "🛌": "sleeping_bed", + "🛌ðŸ»": "sleeping_bed:t2", + "🛌ðŸ¼": "sleeping_bed:t3", + "🛌ðŸ½": "sleeping_bed:t4", + "🛌ðŸ¾": "sleeping_bed:t5", + "🛌ðŸ¿": "sleeping_bed:t6", + "ðŸ›": "bed", + "🚪": "door", + "🛎": "bellhop_bell", + "🖼": "framed_picture", + "🗺": "world_map", + "â›±": "parasol_on_ground", + "🗿": "moyai", + "ðŸ›": "shopping", + "🛒": "shopping_cart", + "🎈": "balloon", + "ðŸŽ": "flags", + "🎀": "ribbon", + "ðŸŽ": "gift", + "🎊": "confetti_ball", + "🎉": "tada", + "🎎": "dolls", + "ðŸŽ": "wind_chime", + "🎌": "crossed_flags", + "ðŸ®": "izakaya_lantern", + "✉": "email", + "📩": "envelope_with_arrow", + "📨": "incoming_envelope", + "📧": "e-mail", + "💌": "love_letter", + "📮": "postbox", + "📪": "mailbox_closed", + "📫": "mailbox", + "📬": "mailbox_with_mail", + "ðŸ“": "mailbox_with_no_mail", + "📦": "package", + "📯": "postal_horn", + "📥": "inbox_tray", + "📤": "outbox_tray", + "📜": "scroll", + "📃": "page_with_curl", + "📑": "bookmark_tabs", + "📊": "bar_chart", + "📈": "chart_with_upwards_trend", + "📉": "chart_with_downwards_trend", + "📄": "page_facing_up", + "📅": "date", + "📆": "calendar", + "🗓": "spiral_calendar", + "📇": "card_index", + "🗃": "card_file_box", + "🗳": "ballot_box", + "🗄": "file_cabinet", + "📋": "clipboard", + "🗒": "spiral_notepad", + "ðŸ“": "file_folder", + "📂": "open_file_folder", + "🗂": "card_index_dividers", + "🗞": "newspaper_roll", + "📰": "newspaper", + "📓": "notebook", + "📕": "closed_book", + "📗": "green_book", + "📘": "blue_book", + "📙": "orange_book", + "📔": "notebook_with_decorative_cover", + "📒": "ledger", + "📚": "books", + "📖": "open_book", + "🔗": "link", + "📎": "paperclip", + "🖇": "paperclips", + "✂": "scissors", + "ðŸ“": "triangular_ruler", + "ðŸ“": "straight_ruler", + "📌": "pushpin", + "ðŸ“": "round_pushpin", + "🚩": "triangular_flag_on_post", + "ðŸ³": "white_flag", + "ðŸ´": "black_flag", + "ðŸ³ï¸â€ðŸŒˆ": "rainbow_flag", + "ðŸ”": "closed_lock_with_key", + "🔒": "lock", + "🔓": "unlock", + "ðŸ”": "lock_with_ink_pen", + "🖊": "pen", + "🖋": "fountain_pen", + "✒": "black_nib", + "ðŸ“": "memo", + "âœ": "pencil2", + "ðŸ–": "crayon", + "🖌": "paintbrush", + "ðŸ”": "mag", + "🔎": "mag_right", + "â¤": "heart", + "💛": "yellow_heart", + "💚": "green_heart", + "💙": "blue_heart", + "💜": "purple_heart", + "🖤": "black_heart", + "💔": "broken_heart", + "â£": "heavy_heart_exclamation", + "💕": "two_hearts", + "💞": "revolving_hearts", + "💓": "heartbeat", + "💗": "heartpulse", + "💖": "sparkling_heart", + "💘": "cupid", + "ðŸ’": "gift_heart", + "💟": "heart_decoration", + "☮": "peace_symbol", + "âœ": "latin_cross", + "☪": "star_and_crescent", + "🕉": "om", + "☸": "wheel_of_dharma", + "✡": "star_of_david", + "🔯": "six_pointed_star", + "🕎": "menorah", + "☯": "yin_yang", + "☦": "orthodox_cross", + "ðŸ›": "place_of_worship", + "⛎": "ophiuchus", + "♈": "aries", + "♉": "taurus", + "♊": "gemini", + "♋": "cancer", + "♌": "leo", + "â™": "virgo", + "♎": "libra", + "â™": "scorpius", + "â™": "sagittarius", + "♑": "capricorn", + "â™’": "aquarius", + "♓": "pisces", + "🆔": "id", + "âš›": "atom_symbol", + "🈳": "u7a7a", + "🈹": "u5272", + "☢": "radioactive", + "☣": "biohazard", + "📴": "mobile_phone_off", + "📳": "vibration_mode", + "🈶": "u6709", + "🈚": "u7121", + "🈸": "u7533", + "🈺": "u55b6", + "🈷": "u6708", + "✴": "eight_pointed_black_star", + "🆚": "vs", + "🉑": "accept", + "💮": "white_flower", + "ðŸ‰": "ideograph_advantage", + "㊙": "secret", + "㊗": "congratulations", + "🈴": "u5408", + "🈵": "u6e80", + "🈲": "u7981", + "🅰": "a", + "🅱": "b", + "🆎": "ab", + "🆑": "cl", + "🅾": "o2", + "🆘": "sos", + "â›”": "no_entry", + "📛": "name_badge", + "🚫": "no_entry_sign", + "âŒ": "x", + "â•": "o", + "🛑": "stop_sign", + "💢": "anger", + "♨": "hotsprings", + "🚷": "no_pedestrians", + "🚯": "do_not_litter", + "🚳": "no_bicycles", + "🚱": "non-potable_water", + "🔞": "underage", + "📵": "no_mobile_phones", + "â—": "exclamation", + "â•": "grey_exclamation", + "â“": "question", + "â”": "grey_question", + "‼": "bangbang", + "â‰": "interrobang", + "💯": "100", + "🔅": "low_brightness", + "🔆": "high_brightness", + "🔱": "trident", + "âšœ": "fleur_de_lis", + "〽": "part_alternation_mark", + "âš ": "warning", + "🚸": "children_crossing", + "🔰": "beginner", + "â™»": "recycle", + "🈯": "u6307", + "💹": "chart", + "â‡": "sparkle", + "✳": "eight_spoked_asterisk", + "âŽ": "negative_squared_cross_mark", + "✅": "white_check_mark", + "💠": "diamond_shape_with_a_dot_inside", + "🌀": "cyclone", + "âž¿": "loop", + "ðŸŒ": "globe_with_meridians", + "â“‚": "m", + "ðŸ§": "atm", + "🈂": "sa", + "🛂": "passport_control", + "🛃": "customs", + "🛄": "baggage_claim", + "🛅": "left_luggage", + "♿": "wheelchair", + "ðŸš": "no_smoking", + "🚾": "wc", + "🅿": "parking", + "🚰": "potable_water", + "🚹": "mens", + "🚺": "womens", + "🚼": "baby_symbol", + "🚻": "restroom", + "🚮": "put_litter_in_its_place", + "🎦": "cinema", + "📶": "signal_strength", + "ðŸˆ": "koko", + "🆖": "ng", + "🆗": "ok", + "🆙": "up", + "🆒": "cool", + "🆕": "new", + "🆓": "free", + "0ï¸âƒ£": "zero", + "1ï¸âƒ£": "one", + "2ï¸âƒ£": "two", + "3ï¸âƒ£": "three", + "4ï¸âƒ£": "four", + "5ï¸âƒ£": "five", + "6ï¸âƒ£": "six", + "7ï¸âƒ£": "seven", + "8ï¸âƒ£": "eight", + "9ï¸âƒ£": "nine", + "🔟": "keycap_ten", + "*ï¸âƒ£": "asterisk", + "🔢": "1234", + "â–¶": "arrow_forward", + "â¸": "pause_button", + "â": "next_track_button", + "â¹": "stop_button", + "âº": "record_button", + "â¯": "play_or_pause_button", + "â®": "previous_track_button", + "â©": "fast_forward", + "âª": "rewind", + "🔀": "twisted_rightwards_arrows", + "ðŸ”": "repeat", + "🔂": "repeat_one", + "â—€": "arrow_backward", + "🔼": "arrow_up_small", + "🔽": "arrow_down_small", + "â«": "arrow_double_up", + "â¬": "arrow_double_down", + "âž¡": "arrow_right", + "⬅": "arrow_left", + "⬆": "arrow_up", + "⬇": "arrow_down", + "↗": "arrow_upper_right", + "↘": "arrow_lower_right", + "↙": "arrow_lower_left", + "↖": "arrow_upper_left", + "↕": "arrow_up_down", + "🔄": "arrows_counterclockwise", + "↪": "arrow_right_hook", + "↩": "leftwards_arrow_with_hook", + "⤴": "arrow_heading_up", + "⤵": "arrow_heading_down", + "#ï¸âƒ£": "hash", + ℹ: "information_source", + "🔤": "abc", + "🔡": "abcd", + "🔠": "capital_abcd", + "🔣": "symbols", + "🎵": "musical_note", + "🎶": "notes", + "〰": "wavy_dash", + "âž°": "curly_loop", + "✔": "heavy_check_mark", + "🔃": "arrows_clockwise", + "âž•": "heavy_plus_sign", + "âž–": "heavy_minus_sign", + "âž—": "heavy_division_sign", + "✖": "heavy_multiplication_x", + "💲": "heavy_dollar_sign", + "💱": "currency_exchange", + "🔚": "end", + "🔙": "back", + "🔛": "on", + "ðŸ”": "top", + "🔜": "soon", + "☑": "ballot_box_with_check", + "🔘": "radio_button", + "⚪": "white_circle", + "âš«": "black_circle", + "🔴": "red_circle", + "🔵": "large_blue_circle", + "🔸": "small_orange_diamond", + "🔹": "small_blue_diamond", + "🔶": "large_orange_diamond", + "🔷": "large_blue_diamond", + "🔺": "small_red_triangle", + "â–ª": "black_small_square", + "â–«": "white_small_square", + "⬛": "black_large_square", + "⬜": "white_large_square", + "🔻": "small_red_triangle_down", + "â—¼": "black_medium_square", + "â—»": "white_medium_square", + "â—¾": "black_medium_small_square", + "â—½": "white_medium_small_square", + "🔲": "black_square_button", + "🔳": "white_square_button", + "🔈": "speaker", + "🔉": "sound", + "🔊": "loud_sound", + "🔇": "mute", + "📣": "mega", + "📢": "loudspeaker", + "🔔": "bell", + "🔕": "no_bell", + "ðŸƒ": "black_joker", + "🀄": "mahjong", + "â™ ": "spades", + "♣": "clubs", + "♥": "heart", + "♦": "diamonds", + "🎴": "flower_playing_cards", + "ðŸ’": "thought_balloon", + "🗯": "right_anger_bubble", + "💬": "speech_balloon", + "🗨": "left_speech_bubble", + "ðŸ•": "clock1", + "🕑": "clock2", + "🕒": "clock3", + "🕓": "clock4", + "🕔": "clock5", + "🕕": "clock6", + "🕖": "clock7", + "🕗": "clock8", + "🕘": "clock9", + "🕙": "clock10", + "🕚": "clock11", + "🕛": "clock12", + "🕜": "clock130", + "ðŸ•": "clock230", + "🕞": "clock330", + "🕟": "clock430", + "🕠": "clock530", + "🕡": "clock630", + "🕢": "clock730", + "🕣": "clock830", + "🕤": "clock930", + "🕥": "clock1030", + "🕦": "clock1130", + "🕧": "clock1230", + "🇦🇫": "afghanistan", + "🇦🇽": "aland_islands", + "🇦🇱": "albania", + "🇩🇿": "algeria", + "🇦🇸": "american_samoa", + "🇦🇩": "andorra", + "🇦🇴": "angola", + "🇦🇮": "anguilla", + "🇦🇶": "antarctica", + "🇦🇬": "antigua_barbuda", + "🇦🇷": "argentina", + "🇦🇲": "armenia", + "🇦🇼": "aruba", + "🇦🇺": "australia", + "🇦🇹": "austria", + "🇦🇿": "azerbaijan", + "🇧🇸": "bahamas", + "🇧ðŸ‡": "bahrain", + "🇧🇩": "bangladesh", + "🇧🇧": "barbados", + "🇧🇾": "belarus", + "🇧🇪": "belgium", + "🇧🇿": "belize", + "🇧🇯": "benin", + "🇧🇲": "bermuda", + "🇧🇹": "bhutan", + "🇧🇴": "bolivia", + "🇧🇶": "caribbean_netherlands", + "🇧🇦": "bosnia_herzegovina", + "🇧🇼": "botswana", + "🇧🇷": "brazil", + "🇮🇴": "british_indian_ocean_territory", + "🇻🇬": "british_virgin_islands", + "🇧🇳": "brunei", + "🇧🇬": "bulgaria", + "🇧🇫": "burkina_faso", + "🇧🇮": "burundi", + "🇨🇻": "cape_verde", + "🇰ðŸ‡": "cambodia", + "🇨🇲": "cameroon", + "🇨🇦": "canada", + "🇮🇨": "canary_islands", + "🇰🇾": "cayman_islands", + "🇨🇫": "central_african_republic", + "🇹🇩": "chad", + "🇨🇱": "chile", + "🇨🇳": "cn", + "🇨🇽": "christmas_island", + "🇨🇨": "cocos_islands", + "🇨🇴": "colombia", + "🇰🇲": "comoros", + "🇨🇬": "congo_brazzaville", + "🇨🇩": "congo_kinshasa", + "🇨🇰": "cook_islands", + "🇨🇷": "costa_rica", + "ðŸ‡ðŸ‡·": "croatia", + "🇨🇺": "cuba", + "🇨🇼": "curacao", + "🇨🇾": "cyprus", + "🇨🇿": "czech_republic", + "🇩🇰": "denmark", + "🇩🇯": "djibouti", + "🇩🇲": "dominica", + "🇩🇴": "dominican_republic", + "🇪🇨": "ecuador", + "🇪🇬": "egypt", + "🇸🇻": "el_salvador", + "🇬🇶": "equatorial_guinea", + "🇪🇷": "eritrea", + "🇪🇪": "estonia", + "🇪🇹": "ethiopia", + "🇪🇺": "eu", + "🇫🇰": "falkland_islands", + "🇫🇴": "faroe_islands", + "🇫🇯": "fiji", + "🇫🇮": "finland", + "🇫🇷": "fr", + "🇬🇫": "french_guiana", + "🇵🇫": "french_polynesia", + "🇹🇫": "french_southern_territories", + "🇬🇦": "gabon", + "🇬🇲": "gambia", + "🇬🇪": "georgia", + "🇩🇪": "de", + "🇬ðŸ‡": "ghana", + "🇬🇮": "gibraltar", + "🇬🇷": "greece", + "🇬🇱": "greenland", + "🇬🇩": "grenada", + "🇬🇵": "guadeloupe", + "🇬🇺": "guam", + "🇬🇹": "guatemala", + "🇬🇬": "guernsey", + "🇬🇳": "guinea", + "🇬🇼": "guinea_bissau", + "🇬🇾": "guyana", + "ðŸ‡ðŸ‡¹": "haiti", + "ðŸ‡ðŸ‡³": "honduras", + "ðŸ‡ðŸ‡°": "hong_kong", + "ðŸ‡ðŸ‡º": "hungary", + "🇮🇸": "iceland", + "🇮🇳": "india", + "🇮🇩": "indonesia", + "🇮🇷": "iran", + "🇮🇶": "iraq", + "🇮🇪": "ireland", + "🇮🇲": "isle_of_man", + "🇮🇱": "israel", + "🇮🇹": "it", + "🇨🇮": "cote_divoire", + "🇯🇲": "jamaica", + "🇯🇵": "jp", + "🇯🇪": "jersey", + "🇯🇴": "jordan", + "🇰🇿": "kazakhstan", + "🇰🇪": "kenya", + "🇰🇮": "kiribati", + "🇽🇰": "kosovo", + "🇰🇼": "kuwait", + "🇰🇬": "kyrgyzstan", + "🇱🇦": "laos", + "🇱🇻": "latvia", + "🇱🇧": "lebanon", + "🇱🇸": "lesotho", + "🇱🇷": "liberia", + "🇱🇾": "libya", + "🇱🇮": "liechtenstein", + "🇱🇹": "lithuania", + "🇱🇺": "luxembourg", + "🇲🇴": "macau", + "🇲🇰": "macedonia", + "🇲🇬": "madagascar", + "🇲🇼": "malawi", + "🇲🇾": "malaysia", + "🇲🇻": "maldives", + "🇲🇱": "mali", + "🇲🇹": "malta", + "🇲ðŸ‡": "marshall_islands", + "🇲🇶": "martinique", + "🇲🇷": "mauritania", + "🇲🇺": "mauritius", + "🇾🇹": "mayotte", + "🇲🇽": "mexico", + "🇫🇲": "micronesia", + "🇲🇩": "moldova", + "🇲🇨": "monaco", + "🇲🇳": "mongolia", + "🇲🇪": "montenegro", + "🇲🇸": "montserrat", + "🇲🇦": "morocco", + "🇲🇿": "mozambique", + "🇲🇲": "myanmar", + "🇳🇦": "namibia", + "🇳🇷": "nauru", + "🇳🇵": "nepal", + "🇳🇱": "netherlands", + "🇳🇨": "new_caledonia", + "🇳🇿": "new_zealand", + "🇳🇮": "nicaragua", + "🇳🇪": "niger", + "🇳🇬": "nigeria", + "🇳🇺": "niue", + "🇳🇫": "norfolk_island", + "🇲🇵": "northern_mariana_islands", + "🇰🇵": "north_korea", + "🇳🇴": "norway", + "🇴🇲": "oman", + "🇵🇰": "pakistan", + "🇵🇼": "palau", + "🇵🇸": "palestinian_territories", + "🇵🇦": "panama", + "🇵🇬": "papua_new_guinea", + "🇵🇾": "paraguay", + "🇵🇪": "peru", + "🇵ðŸ‡": "philippines", + "🇵🇳": "pitcairn_islands", + "🇵🇱": "poland", + "🇵🇹": "portugal", + "🇵🇷": "puerto_rico", + "🇶🇦": "qatar", + "🇷🇪": "reunion", + "🇷🇴": "romania", + "🇷🇺": "ru", + "🇷🇼": "rwanda", + "🇧🇱": "st_barthelemy", + "🇸ðŸ‡": "st_helena", + "🇰🇳": "st_kitts_nevis", + "🇱🇨": "st_lucia", + "🇵🇲": "st_pierre_miquelon", + "🇻🇨": "st_vincent_grenadines", + "🇼🇸": "samoa", + "🇸🇲": "san_marino", + "🇸🇹": "sao_tome_principe", + "🇸🇦": "saudi_arabia", + "🇸🇳": "senegal", + "🇷🇸": "serbia", + "🇸🇨": "seychelles", + "🇸🇱": "sierra_leone", + "🇸🇬": "singapore", + "🇸🇽": "sint_maarten", + "🇸🇰": "slovakia", + "🇸🇮": "slovenia", + "🇸🇧": "solomon_islands", + "🇸🇴": "somalia", + "🇿🇦": "south_africa", + "🇬🇸": "south_georgia_south_sandwich_islands", + "🇰🇷": "kr", + "🇸🇸": "south_sudan", + "🇪🇸": "es", + "🇱🇰": "sri_lanka", + "🇸🇩": "sudan", + "🇸🇷": "suriname", + "🇸🇿": "swaziland", + "🇸🇪": "sweden", + "🇨ðŸ‡": "switzerland", + "🇸🇾": "syria", + "🇹🇼": "taiwan", + "🇹🇯": "tajikistan", + "🇹🇿": "tanzania", + "🇹ðŸ‡": "thailand", + "🇹🇱": "timor_leste", + "🇹🇬": "togo", + "🇹🇰": "tokelau", + "🇹🇴": "tonga", + "🇹🇹": "trinidad_tobago", + "🇹🇳": "tunisia", + "🇹🇷": "tr", + "🇹🇲": "turkmenistan", + "🇹🇨": "turks_caicos_islands", + "🇹🇻": "tuvalu", + "🇺🇬": "uganda", + "🇺🇦": "ukraine", + "🇦🇪": "united_arab_emirates", + "🇬🇧": "uk", + "🇺🇸": "us", + "🇻🇮": "us_virgin_islands", + "🇺🇾": "uruguay", + "🇺🇿": "uzbekistan", + "🇻🇺": "vanuatu", + "🇻🇦": "vatican_city", + "🇻🇪": "venezuela", + "🇻🇳": "vietnam", + "🇼🇫": "wallis_futuna", + "🇪ðŸ‡": "western_sahara", + "🇾🇪": "yemen", + "🇿🇲": "zambia", + "🇿🇼": "zimbabwe", + "🤩": "star_struck", + "🤨": "face_with_raised_eyebrow", + "🤯": "exploding_head", + "🤪": "crazy_face", + "🤬": "face_with_symbols_over_mouth", + "🤮": "face_vomiting", + "🤫": "shushing_face", + "ðŸ¤": "face_with_hand_over_mouth", + "ðŸ§": "face_with_monocle", + "🧒": "child", + "🧒ðŸ»": "child:t2", + "🧒ðŸ¼": "child:t3", + "🧒ðŸ½": "child:t4", + "🧒ðŸ¾": "child:t5", + "🧒ðŸ¿": "child:t6", + "🧑": "adult", + "🧑ðŸ»": "adult:t2", + "🧑ðŸ¼": "adult:t3", + "🧑ðŸ½": "adult:t4", + "🧑ðŸ¾": "adult:t5", + "🧑ðŸ¿": "adult:t6", + "🧓": "older_adult", + "🧓ðŸ»": "older_adult:t2", + "🧓ðŸ¼": "older_adult:t3", + "🧓ðŸ½": "older_adult:t4", + "🧓ðŸ¾": "older_adult:t5", + "🧓ðŸ¿": "older_adult:t6", + "🧕": "woman_with_headscarf", + "🧕ðŸ»": "woman_with_headscarf:t2", + "🧕ðŸ¼": "woman_with_headscarf:t3", + "🧕ðŸ½": "woman_with_headscarf:t4", + "🧕ðŸ¾": "woman_with_headscarf:t5", + "🧕ðŸ¿": "woman_with_headscarf:t6", + "🧔": "bearded_person", + "🧔ðŸ»": "bearded_person:t2", + "🧔ðŸ¼": "bearded_person:t3", + "🧔ðŸ½": "bearded_person:t4", + "🧔ðŸ¾": "bearded_person:t5", + "🧔ðŸ¿": "bearded_person:t6", + "🤱": "breast_feeding", + "🤱ðŸ»": "breast_feeding:t2", + "🤱ðŸ¼": "breast_feeding:t3", + "🤱ðŸ½": "breast_feeding:t4", + "🤱ðŸ¾": "breast_feeding:t5", + "🤱ðŸ¿": "breast_feeding:t6", + "🧙": "mage", + "🧙ðŸ»": "mage:t2", + "🧙ðŸ¼": "mage:t3", + "🧙ðŸ½": "mage:t4", + "🧙ðŸ¾": "mage:t5", + "🧙ðŸ¿": "mage:t6", + "🧙â€â™€ï¸": "woman_mage", + "🧙ðŸ»â€â™€ï¸": "woman_mage:t2", + "🧙ðŸ¼â€â™€ï¸": "woman_mage:t3", + "🧙ðŸ½â€â™€ï¸": "woman_mage:t4", + "🧙ðŸ¾â€â™€ï¸": "woman_mage:t5", + "🧙ðŸ¿â€â™€ï¸": "woman_mage:t6", + "🧚": "fairy", + "🧚ðŸ»": "fairy:t2", + "🧚ðŸ¼": "fairy:t3", + "🧚ðŸ½": "fairy:t4", + "🧚ðŸ¾": "fairy:t5", + "🧚ðŸ¿": "fairy:t6", + "🧛": "vampire", + "🧛ðŸ»": "vampire:t2", + "🧛ðŸ¼": "vampire:t3", + "🧛ðŸ½": "vampire:t4", + "🧛ðŸ¾": "vampire:t5", + "🧛ðŸ¿": "vampire:t6", + "🧜": "merperson", + "🧜ðŸ»": "merperson:t2", + "🧜ðŸ¼": "merperson:t3", + "🧜ðŸ½": "merperson:t4", + "🧜ðŸ¾": "merperson:t5", + "🧜ðŸ¿": "merperson:t6", + "🧜â€â™‚ï¸": "merman", + "🧜ðŸ»â€â™‚ï¸": "merman:t2", + "🧜ðŸ¼â€â™‚ï¸": "merman:t3", + "🧜ðŸ½â€â™‚ï¸": "merman:t4", + "🧜ðŸ¾â€â™‚ï¸": "merman:t5", + "🧜ðŸ¿â€â™‚ï¸": "merman:t6", + "ðŸ§": "elf", + "ðŸ§ðŸ»": "elf:t2", + "ðŸ§ðŸ¼": "elf:t3", + "ðŸ§ðŸ½": "elf:t4", + "ðŸ§ðŸ¾": "elf:t5", + "ðŸ§ðŸ¿": "elf:t6", + "🧞": "genie", + "🧞â€â™€": "woman_genie", + "🧟": "zombie", + "🧟â€â™€": "woman_zombie", + "🧖": "person_in_steamy_room", + "🧖ðŸ»": "person_in_steamy_room:t2", + "🧖ðŸ¼": "person_in_steamy_room:t3", + "🧖ðŸ½": "person_in_steamy_room:t4", + "🧖ðŸ¾": "person_in_steamy_room:t5", + "🧖ðŸ¿": "person_in_steamy_room:t6", + "🧖â€â™€ï¸": "woman_in_steamy_room", + "🧖ðŸ»â€â™€ï¸": "woman_in_steamy_room:t2", + "🧖ðŸ¼â€â™€ï¸": "woman_in_steamy_room:t3", + "🧖ðŸ½â€â™€ï¸": "woman_in_steamy_room:t4", + "🧖ðŸ¾â€â™€ï¸": "woman_in_steamy_room:t5", + "🧖ðŸ¿â€â™€ï¸": "woman_in_steamy_room:t6", + "🧗": "person_climbing", + "🧗ðŸ»": "person_climbing:t2", + "🧗ðŸ¼": "person_climbing:t3", + "🧗ðŸ½": "person_climbing:t4", + "🧗ðŸ¾": "person_climbing:t5", + "🧗ðŸ¿": "person_climbing:t6", + "🧗â€â™€ï¸": "woman_climbing", + "🧗ðŸ»â€â™€ï¸": "woman_climbing:t2", + "🧗ðŸ¼â€â™€ï¸": "woman_climbing:t3", + "🧗ðŸ½â€â™€ï¸": "woman_climbing:t4", + "🧗ðŸ¾â€â™€ï¸": "woman_climbing:t5", + "🧗ðŸ¿â€â™€ï¸": "woman_climbing:t6", + "🧘": "person_in_lotus_position", + "🧘ðŸ»": "person_in_lotus_position:t2", + "🧘ðŸ¼": "person_in_lotus_position:t3", + "🧘ðŸ½": "person_in_lotus_position:t4", + "🧘ðŸ¾": "person_in_lotus_position:t5", + "🧘ðŸ¿": "person_in_lotus_position:t6", + "🧘â€â™€ï¸": "woman_in_lotus_position", + "🧘ðŸ»â€â™€ï¸": "woman_in_lotus_position:t2", + "🧘ðŸ¼â€â™€ï¸": "woman_in_lotus_position:t3", + "🧘ðŸ½â€â™€ï¸": "woman_in_lotus_position:t4", + "🧘ðŸ¾â€â™€ï¸": "woman_in_lotus_position:t5", + "🧘ðŸ¿â€â™€ï¸": "woman_in_lotus_position:t6", + "🤟": "love_you_gesture", + "🤟ðŸ»": "love_you_gesture:t2", + "🤟ðŸ¼": "love_you_gesture:t3", + "🤟ðŸ½": "love_you_gesture:t4", + "🤟ðŸ¾": "love_you_gesture:t5", + "🤟ðŸ¿": "love_you_gesture:t6", + "🤲": "palms_up_together", + "🤲ðŸ»": "palms_up_together:t2", + "🤲ðŸ¼": "palms_up_together:t3", + "🤲ðŸ½": "palms_up_together:t4", + "🤲ðŸ¾": "palms_up_together:t5", + "🤲ðŸ¿": "palms_up_together:t6", + "🧠": "brain", + "🧡": "orange_heart", + "🧣": "scarf", + "🧤": "gloves", + "🧥": "coat", + "🧦": "socks", + "🧢": "billed_cap", + "🦓": "zebra", + "🦒": "giraffe", + "🦔": "hedgehog", + "🦕": "sauropod", + "🦖": "t_rex", + "🦗": "cricket", + "🥥": "coconut", + "🥦": "broccoli", + "🥨": "pretzel", + "🥩": "cut_of_meat", + "🥪": "sandwich", + "🥣": "bowl_with_spoon", + "🥫": "canned_food", + "🥟": "dumpling", + "🥠": "fortune_cookie", + "🥡": "takeout_box", + "🥧": "pie", + "🥤": "cup_with_straw", + "🥢": "chopsticks", + "🛸": "flying_saucer", + "🛷": "sled", + "🥌": "curling_stone", + "🇸🇯": "svalbard_and_jan_mayen", + "🇲🇫": "st_martin", + "🇺🇲": "us_outlying_islands", + "🇹🇦": "tristan_da_cunha", + "ðŸ‡ðŸ‡²": "heard_and_mc_donald_islands", + "🇪🇦": "ceuta_and_melilla", + "🇩🇬": "diego_garcia", + "🇦🇨": "ascension_island", + "🇧🇻": "bouvet_island", + "🇨🇵": "clipperton_island", + "🇺🇳": "united_nations", + "🥰": "smiling_face_with_three_hearts", + "🥵": "hot_face", + "🥶": "cold_face", + "🥳": "partying_face", + "🥴": "woozy_face", + "🥺": "pleading_face", + "👨â€ðŸ¦°": "man_red_haired", + "👨ðŸ»â€ðŸ¦°": "man_red_haired:t2", + "👨ðŸ¼â€ðŸ¦°": "man_red_haired:t3", + "👨ðŸ½â€ðŸ¦°": "man_red_haired:t4", + "👨ðŸ¾â€ðŸ¦°": "man_red_haired:t5", + "👨ðŸ¿â€ðŸ¦°": "man_red_haired:t6", + "👨â€ðŸ¦±": "man_curly_haired", + "👨ðŸ»â€ðŸ¦±": "man_curly_haired:t2", + "👨ðŸ¼â€ðŸ¦±": "man_curly_haired:t3", + "👨ðŸ½â€ðŸ¦±": "man_curly_haired:t4", + "👨ðŸ¾â€ðŸ¦±": "man_curly_haired:t5", + "👨ðŸ¿â€ðŸ¦±": "man_curly_haired:t6", + "👨â€ðŸ¦³": "man_white_haired", + "👨ðŸ»â€ðŸ¦³": "man_white_haired:t2", + "👨ðŸ¼â€ðŸ¦³": "man_white_haired:t3", + "👨ðŸ½â€ðŸ¦³": "man_white_haired:t4", + "👨ðŸ¾â€ðŸ¦³": "man_white_haired:t5", + "👨ðŸ¿â€ðŸ¦³": "man_white_haired:t6", + "👨â€ðŸ¦²": "man_bald", + "👨ðŸ»â€ðŸ¦²": "man_bald:t2", + "👨ðŸ¼â€ðŸ¦²": "man_bald:t3", + "👨ðŸ½â€ðŸ¦²": "man_bald:t4", + "👨ðŸ¾â€ðŸ¦²": "man_bald:t5", + "👨ðŸ¿â€ðŸ¦²": "man_bald:t6", + "👩â€ðŸ¦°": "woman_red_haired", + "👩ðŸ»â€ðŸ¦°": "woman_red_haired:t2", + "👩ðŸ¼â€ðŸ¦°": "woman_red_haired:t3", + "👩ðŸ½â€ðŸ¦°": "woman_red_haired:t4", + "👩ðŸ¾â€ðŸ¦°": "woman_red_haired:t5", + "👩ðŸ¿â€ðŸ¦°": "woman_red_haired:t6", + "👩â€ðŸ¦±": "woman_curly_haired", + "👩ðŸ»â€ðŸ¦±": "woman_curly_haired:t2", + "👩ðŸ¼â€ðŸ¦±": "woman_curly_haired:t3", + "👩ðŸ½â€ðŸ¦±": "woman_curly_haired:t4", + "👩ðŸ¾â€ðŸ¦±": "woman_curly_haired:t5", + "👩ðŸ¿â€ðŸ¦±": "woman_curly_haired:t6", + "👩â€ðŸ¦³": "woman_white_haired", + "👩ðŸ»â€ðŸ¦³": "woman_white_haired:t2", + "👩ðŸ¼â€ðŸ¦³": "woman_white_haired:t3", + "👩ðŸ½â€ðŸ¦³": "woman_white_haired:t4", + "👩ðŸ¾â€ðŸ¦³": "woman_white_haired:t5", + "👩ðŸ¿â€ðŸ¦³": "woman_white_haired:t6", + "👩â€ðŸ¦²": "woman_bald", + "👩ðŸ»â€ðŸ¦²": "woman_bald:t2", + "👩ðŸ¼â€ðŸ¦²": "woman_bald:t3", + "👩ðŸ½â€ðŸ¦²": "woman_bald:t4", + "👩ðŸ¾â€ðŸ¦²": "woman_bald:t5", + "👩ðŸ¿â€ðŸ¦²": "woman_bald:t6", + "🦸": "superhero", + "🦸ðŸ»": "superhero:t2", + "🦸ðŸ¼": "superhero:t3", + "🦸ðŸ½": "superhero:t4", + "🦸ðŸ¾": "superhero:t5", + "🦸ðŸ¿": "superhero:t6", + "🦸â€â™‚ï¸": "man_superhero", + "🦸ðŸ»â€â™‚ï¸": "man_superhero:t2", + "🦸ðŸ¼â€â™‚ï¸": "man_superhero:t3", + "🦸ðŸ½â€â™‚ï¸": "man_superhero:t4", + "🦸ðŸ¾â€â™‚ï¸": "man_superhero:t5", + "🦸ðŸ¿â€â™‚ï¸": "man_superhero:t6", + "🦸â€â™€ï¸": "woman_superhero", + "🦸ðŸ»â€â™€ï¸": "woman_superhero:t2", + "🦸ðŸ¼â€â™€ï¸": "woman_superhero:t3", + "🦸ðŸ½â€â™€ï¸": "woman_superhero:t4", + "🦸ðŸ¾â€â™€ï¸": "woman_superhero:t5", + "🦸ðŸ¿â€â™€ï¸": "woman_superhero:t6", + "🦹": "supervillain", + "🦹ðŸ»": "supervillain:t2", + "🦹ðŸ¼": "supervillain:t3", + "🦹ðŸ½": "supervillain:t4", + "🦹ðŸ¾": "supervillain:t5", + "🦹ðŸ¿": "supervillain:t6", + "🦹â€â™€ï¸": "woman_supervillain", + "🦹ðŸ»â€â™€ï¸": "woman_supervillain:t2", + "🦹ðŸ¼â€â™€ï¸": "woman_supervillain:t3", + "🦹ðŸ½â€â™€ï¸": "woman_supervillain:t4", + "🦹ðŸ¾â€â™€ï¸": "woman_supervillain:t5", + "🦹ðŸ¿â€â™€ï¸": "woman_supervillain:t6", + "🦹â€â™‚ï¸": "man_supervillain", + "🦹ðŸ»â€â™‚ï¸": "man_supervillain:t2", + "🦹ðŸ¼â€â™‚ï¸": "man_supervillain:t3", + "🦹ðŸ½â€â™‚ï¸": "man_supervillain:t4", + "🦹ðŸ¾â€â™‚ï¸": "man_supervillain:t5", + "🦹ðŸ¿â€â™‚ï¸": "man_supervillain:t6", + "🦵": "leg", + "🦵ðŸ»": "leg:t2", + "🦵ðŸ¼": "leg:t3", + "🦵ðŸ½": "leg:t4", + "🦵ðŸ¾": "leg:t5", + "🦵ðŸ¿": "leg:t6", + "🦶": "foot", + "🦶ðŸ»": "foot:t2", + "🦶ðŸ¼": "foot:t3", + "🦶ðŸ½": "foot:t4", + "🦶ðŸ¾": "foot:t5", + "🦶ðŸ¿": "foot:t6", + "🦴": "bone", + "🦷": "tooth", + "🥽": "goggles", + "🥼": "lab_coat", + "🥾": "hiking_boot", + "🥿": "flat_shoe", + "ðŸ¦": "raccoon", + "🦙": "llama", + "🦛": "hippopotamus", + "🦘": "kangaroo", + "🦡": "badger", + "🦢": "swan", + "🦚": "peacock", + "🦜": "parrot", + "🦞": "lobster", + "🦟": "mosquito", + "🦠": "microbe", + "ðŸ¥": "mango", + "🥬": "leafy_green", + "🥯": "bagel", + "🧂": "salt", + "🥮": "moon_cake", + "ðŸ§": "cupcake", + "ðŸ§": "compass", + "🧱": "brick", + "🛹": "skateboard", + "🧳": "luggage", + "🧨": "firecracker", + "🧧": "red_gift_envelope", + "🥎": "softball", + "ðŸ¥": "flying_disc", + "ðŸ¥": "lacrosse", + "🧿": "nazar_amulet", + "🧩": "jigsaw", + "🧸": "teddy_bear", + "♟": "chess_pawn", + "🧵": "thread", + "🧶": "yarn", + "🧮": "abacus", + "🧾": "receipt", + "🧰": "toolbox", + "🧲": "magnet", + "🧪": "test_tube", + "🧫": "petri_dish", + "🧬": "dna", + "🧴": "lotion_bottle", + "🧷": "safety_pin", + "🧹": "broom", + "🧺": "basket", + "🧻": "roll_of_toilet_paper", + "🧼": "soap", + "🧽": "sponge", + "🧯": "fire_extinguisher", + "♾": "infinity", + "ðŸ´â€â˜ ": "pirate_flag", + "🧇": "waffle", + "🦦": "otter", + "🦥": "sloth", + "🧊": "ice_cube", + "ðŸª": "ringer_planet", + "🦩": "flamingo", + "🥱": "yawning_face", + "ðŸ¤": "pinching_hand", + "ðŸ¤ðŸ»": "pinching_hand:t2", + "ðŸ¤ðŸ¼": "pinching_hand:t3", + "ðŸ¤ðŸ½": "pinching_hand:t4", + "ðŸ¤ðŸ¾": "pinching_hand:t5", + "ðŸ¤ðŸ¿": "pinching_hand:t6", + "ðŸ•â€ðŸ¦º": "service_dog", + "🦧": "orangutan", + "🛺": "auto_rickshaw", + "🪂": "parachute", + "🪀": "yo-yo", + "ðŸª": "kite", + "🟫": "brown_square", + "🟪": "purple_square", + "🟦": "blue_square", + "🟩": "green_square", + "🟨": "yellow_square", + "🟧": "orange_square", + "🟥": "red_square", + "🟤": "brown_circle", + "🟣": "purple_circle", + "🟢": "green_circle", + "🟡": "yellow_circle", + "🟠": "orange_circle", + "🪒": "razor", + "🪑": "chair", + "🩺": "stethoscope", + "🩹": "adhesive_bandage", + "🩸": "drop_of_blood", + "🦯": "probing_cane", + "🪓": "axe", + "🪔": "diya_lamp", + "🪕": "banjo", + "🩰": "ballet_shoes", + "🩳": "shorts", + "🩲": "briefs", + "🩱": "one_piece_swimsuit", + "🥻": "sari", + "🦺": "safety_vest", + "🤿": "diving_mask", + "🦼": "motorized_wheelchair", + "🦽": "manual_wheelchair", + "🛕": "hindu_temple", + "🧉": "maté", + "🧃": "beverage_box", + "🦪": "oyster", + "🧈": "butter", + "🧆": "falafel", + "🧅": "onion", + "🧄": "garlic", + "🦨": "skunk", + "🦮": "guide_dog", + "🧑â€ðŸ¤â€ðŸ§‘": "people_holding_hands", + "🧑ðŸ»â€ðŸ¤â€ðŸ§‘": "people_holding_hands:t2", + "🧑ðŸ¼â€ðŸ¤â€ðŸ§‘": "people_holding_hands:t3", + "🧑ðŸ½â€ðŸ¤â€ðŸ§‘": "people_holding_hands:t4", + "🧑ðŸ¾â€ðŸ¤â€ðŸ§‘": "people_holding_hands:t5", + "🧑ðŸ¿â€ðŸ¤â€ðŸ§‘": "people_holding_hands:t6", + "👩â€ðŸ¦½": "woman_in_manual_wheelchair", + "👩ðŸ»â€ðŸ¦½": "woman_in_manual_wheelchair:t2", + "👩ðŸ¼â€ðŸ¦½": "woman_in_manual_wheelchair:t3", + "👩ðŸ½â€ðŸ¦½": "woman_in_manual_wheelchair:t4", + "👩ðŸ¾â€ðŸ¦½": "woman_in_manual_wheelchair:t5", + "👩ðŸ¿â€ðŸ¦½": "woman_in_manual_wheelchair:t6", + "👨â€ðŸ¦½": "man_in_manual_wheelchair", + "👨ðŸ»â€ðŸ¦½": "man_in_manual_wheelchair:t2", + "👨ðŸ¼â€ðŸ¦½": "man_in_manual_wheelchair:t3", + "👨ðŸ½â€ðŸ¦½": "man_in_manual_wheelchair:t4", + "👨ðŸ¾â€ðŸ¦½": "man_in_manual_wheelchair:t5", + "👨ðŸ¿â€ðŸ¦½": "man_in_manual_wheelchair:t6", + "👩â€ðŸ¦¼": "woman_in_motorized_wheelchair", + "👩ðŸ»â€ðŸ¦¼": "woman_in_motorized_wheelchair:t2", + "👩ðŸ¼â€ðŸ¦¼": "woman_in_motorized_wheelchair:t3", + "👩ðŸ½â€ðŸ¦¼": "woman_in_motorized_wheelchair:t4", + "👩ðŸ¾â€ðŸ¦¼": "woman_in_motorized_wheelchair:t5", + "👩ðŸ¿â€ðŸ¦¼": "woman_in_motorized_wheelchair:t6", + "👨â€ðŸ¦¼": "man_in_motorized_wheelchair", + "👨ðŸ»â€ðŸ¦¼": "man_in_motorized_wheelchair:t2", + "👨ðŸ¼â€ðŸ¦¼": "man_in_motorized_wheelchair:t3", + "👨ðŸ½â€ðŸ¦¼": "man_in_motorized_wheelchair:t4", + "👨ðŸ¾â€ðŸ¦¼": "man_in_motorized_wheelchair:t5", + "👨ðŸ¿â€ðŸ¦¼": "man_in_motorized_wheelchair:t6", + "👩â€ðŸ¦¯": "woman_with_probing_cane", + "👩ðŸ»â€ðŸ¦¯": "woman_with_probing_cane:t2", + "👩ðŸ¼â€ðŸ¦¯": "woman_with_probing_cane:t3", + "👩ðŸ½â€ðŸ¦¯": "woman_with_probing_cane:t4", + "👩ðŸ¾â€ðŸ¦¯": "woman_with_probing_cane:t5", + "👩ðŸ¿â€ðŸ¦¯": "woman_with_probing_cane:t6", + "👨â€ðŸ¦¯": "man_with_probing_cane", + "👨ðŸ»â€ðŸ¦¯": "man_with_probing_cane:t2", + "👨ðŸ¼â€ðŸ¦¯": "man_with_probing_cane:t3", + "👨ðŸ½â€ðŸ¦¯": "man_with_probing_cane:t4", + "👨ðŸ¾â€ðŸ¦¯": "man_with_probing_cane:t5", + "👨ðŸ¿â€ðŸ¦¯": "man_with_probing_cane:t6", + "🧎â€â™€ï¸": "woman_kneeling", + "🧎ðŸ»â€â™€ï¸": "woman_kneeling:t2", + "🧎ðŸ¼â€â™€ï¸": "woman_kneeling:t3", + "🧎ðŸ½â€â™€ï¸": "woman_kneeling:t4", + "🧎ðŸ¾â€â™€ï¸": "woman_kneeling:t5", + "🧎ðŸ¿â€â™€ï¸": "woman_kneeling:t6", + "🧎â€â™‚ï¸": "man_kneeling", + "🧎ðŸ»â€â™‚ï¸": "man_kneeling:t2", + "🧎ðŸ¼â€â™‚ï¸": "man_kneeling:t3", + "🧎ðŸ½â€â™‚ï¸": "man_kneeling:t4", + "🧎ðŸ¾â€â™‚ï¸": "man_kneeling:t5", + "🧎ðŸ¿â€â™‚ï¸": "man_kneeling:t6", + "ðŸ§â€â™‚ï¸": "man_standing", + "ðŸ§ðŸ»â€â™‚ï¸": "man_standing:t2", + "ðŸ§ðŸ¼â€â™‚ï¸": "man_standing:t3", + "ðŸ§ðŸ½â€â™‚ï¸": "man_standing:t4", + "ðŸ§ðŸ¾â€â™‚ï¸": "man_standing:t5", + "ðŸ§ðŸ¿â€â™‚ï¸": "man_standing:t6", + "ðŸ§â€â™€ï¸": "woman_standing", + "ðŸ§ðŸ»â€â™€ï¸": "woman_standing:t2", + "ðŸ§ðŸ¼â€â™€ï¸": "woman_standing:t3", + "ðŸ§ðŸ½â€â™€ï¸": "woman_standing:t4", + "ðŸ§ðŸ¾â€â™€ï¸": "woman_standing:t5", + "ðŸ§ðŸ¿â€â™€ï¸": "woman_standing:t6", + "ðŸ§â€â™€ï¸": "deaf_woman", + "ðŸ§ðŸ»â€â™€ï¸": "deaf_woman:t2", + "ðŸ§ðŸ¼â€â™€ï¸": "deaf_woman:t3", + "ðŸ§ðŸ½â€â™€ï¸": "deaf_woman:t4", + "ðŸ§ðŸ¾â€â™€ï¸": "deaf_woman:t5", + "ðŸ§ðŸ¿â€â™€ï¸": "deaf_woman:t6", + "ðŸ§â€â™‚ï¸": "deaf_man", + "ðŸ§ðŸ»â€â™‚ï¸": "deaf_man:t2", + "ðŸ§ðŸ¼â€â™‚ï¸": "deaf_man:t3", + "ðŸ§ðŸ½â€â™‚ï¸": "deaf_man:t4", + "ðŸ§ðŸ¾â€â™‚ï¸": "deaf_man:t5", + "ðŸ§ðŸ¿â€â™‚ï¸": "deaf_man:t6", + "🦻": "hear_with_hearing_aid", + "🦻ðŸ»": "hear_with_hearing_aid:t2", + "🦻ðŸ¼": "hear_with_hearing_aid:t3", + "🦻ðŸ½": "hear_with_hearing_aid:t4", + "🦻ðŸ¾": "hear_with_hearing_aid:t5", + "🦻ðŸ¿": "hear_with_hearing_aid:t6", + "🦿": "mechanical_leg", + "🦾": "mechanical_arm", + "ðŸ¤": "white_heart", + "🤎": "brown_heart", + "ðŸ³ï¸â€âš§": "transgender_flag", + "🥲": "smiling_face_with_tear", + "🥸": "disguised_face", + "🤌": "pinched_fingers", + "🤌ðŸ»": "pinched_fingers:t2", + "🤌ðŸ¼": "pinched_fingers:t3", + "🤌ðŸ½": "pinched_fingers:t4", + "🤌ðŸ¾": "pinched_fingers:t5", + "🤌ðŸ¿": "pinched_fingers:t6", + "🫀": "anatomical_heart", + "ðŸ«": "lungs", + "🥷": "ninja", + "🥷ðŸ»": "ninja:t2", + "🥷ðŸ¼": "ninja:t3", + "🥷ðŸ½": "ninja:t4", + "🥷ðŸ¾": "ninja:t5", + "🥷ðŸ¿": "ninja:t6", + "🧑â€ðŸŽ„": "mx_claus", + "🧑ðŸ»â€ðŸŽ„": "mx_claus:t2", + "🧑ðŸ¼â€ðŸŽ„": "mx_claus:t3", + "🧑ðŸ½â€ðŸŽ„": "mx_claus:t4", + "🧑ðŸ¾â€ðŸŽ„": "mx_claus:t5", + "🧑ðŸ¿â€ðŸŽ„": "mx_claus:t6", + "🫂": "people_hugging", + "ðŸˆâ€â¬›": "black_cat", + "🦬": "bison", + "🦣": "mammoth", + "🦫": "beaver", + "🦤": "dodo", + "🪶": "feather", + "ðŸ¦": "seal", + "🪲": "beetle", + "🪳": "cockroach", + "🪰": "fly", + "🪱": "worm", + "🪴": "potted_plant", + "ðŸ«": "blueberries", + "🫒": "olive", + "🫑": "bell_pepper", + "🫓": "flatbread", + "🫔": "tamale", + "🫕": "fondue", + "🫖": "teapot", + "🧋": "bubble_tea", + "🪨": "rock", + "🪵": "wood", + "🛖": "hut", + "🛻": "pickup_truck", + "🛼": "roller_skate", + "🪄": "magic_wand", + "🪅": "piñata", + "🪆": "nesting_dolls", + "🪡": "sewing_needle", + "🪢": "knot", + "🩴": "thong_sandal", + "🪖": "military_helmet", + "🪗": "accordion", + "🪘": "long_drum", + "🪙": "coin", + "🪃": "boomerang", + "🪚": "carpentry_saw", + "🪛": "screwdriver", + "ðŸª": "hook", + "🪜": "ladder", + "🪞": "mirror", + "🪟": "window", + "🪠": "plunger", + "🪤": "mouse_trap", + "🪣": "bucket", + "🪥": "toothbrush", + "🪦": "headstone", + "🪧": "placard", + "⚧": "transgender_symbol", + "👨â€ðŸ¼": "man_feeding_baby", + "👨ðŸ»â€ðŸ¼": "man_feeding_baby:t2", + "👨ðŸ¼â€ðŸ¼": "man_feeding_baby:t3", + "👨ðŸ½â€ðŸ¼": "man_feeding_baby:t4", + "👨ðŸ¾â€ðŸ¼": "man_feeding_baby:t5", + "👨ðŸ¿â€ðŸ¼": "man_feeding_baby:t6", + "🧑â€ðŸ¼": "person_feeding_baby", + "🧑ðŸ»â€ðŸ¼": "person_feeding_baby:t2", + "🧑ðŸ¼â€ðŸ¼": "person_feeding_baby:t3", + "🧑ðŸ½â€ðŸ¼": "person_feeding_baby:t4", + "🧑ðŸ¾â€ðŸ¼": "person_feeding_baby:t5", + "🧑ðŸ¿â€ðŸ¼": "person_feeding_baby:t6", + "ðŸ»â€â„": "polar_bear", + "🫠": "melting_face", + "🫢": "face_with_open_eyes_and_hand_over_mouth", + "🫣": "face_with_peeking_eye", + "🫡": "saluting_face", + "🫥": "dotted_line_face", + "😶â€ðŸŒ«": "face_in_clouds", + "😮â€ðŸ’¨": "face_exhaling", + "😵â€ðŸ’«": "face_with_spiral_eyes", + "🫤": "face_with_diagonal_mouth", + "🥹": "face_holding_back_tears", + "â¤ï¸â€ðŸ”¥": "heart_on_fire", + "â¤ï¸â€ðŸ©¹": "mending_heart", + "ðŸ‘ï¸â€ðŸ—¨": "eye_in_speech_bubble", + "🫱": "rightwards_hand", + "🫲": "leftwards_hand", + "🫳": "palm_down_hand", + "🫴": "palm_up_hand", + "🫰": "hand_with_index_finger_and_thumb_crossed", + "🫵": "index_pointing_at_the_viewer", + "🫶": "heart_hands", + "🫦": "biting_lip", + "🧔â€â™‚": "man_beard", + "🧔â€â™€": "woman_beard", + "🧑â€ðŸ¦°": "person_red_hair", + "🧑ðŸ»â€ðŸ¦°": "person_red_hair:t2", + "🧑ðŸ¼â€ðŸ¦°": "person_red_hair:t3", + "🧑ðŸ½â€ðŸ¦°": "person_red_hair:t4", + "🧑ðŸ¾â€ðŸ¦°": "person_red_hair:t5", + "🧑ðŸ¿â€ðŸ¦°": "person_red_hair:t6", + "🧑â€ðŸ¦±": "person_curly_hair", + "🧑ðŸ»â€ðŸ¦±": "person_curly_hair:t2", + "🧑ðŸ¼â€ðŸ¦±": "person_curly_hair:t3", + "🧑ðŸ½â€ðŸ¦±": "person_curly_hair:t4", + "🧑ðŸ¾â€ðŸ¦±": "person_curly_hair:t5", + "🧑ðŸ¿â€ðŸ¦±": "person_curly_hair:t6", + "🧑â€ðŸ¦³": "person_white_hair", + "🧑ðŸ»â€ðŸ¦³": "person_white_hair:t2", + "🧑ðŸ¼â€ðŸ¦³": "person_white_hair:t3", + "🧑ðŸ½â€ðŸ¦³": "person_white_hair:t4", + "🧑ðŸ¾â€ðŸ¦³": "person_white_hair:t5", + "🧑ðŸ¿â€ðŸ¦³": "person_white_hair:t6", + "🧑â€ðŸ¦²": "person_bald", + "🧑ðŸ»â€ðŸ¦²": "person_bald:t2", + "🧑ðŸ¼â€ðŸ¦²": "person_bald:t3", + "🧑ðŸ½â€ðŸ¦²": "person_bald:t4", + "🧑ðŸ¾â€ðŸ¦²": "person_bald:t5", + "🧑ðŸ¿â€ðŸ¦²": "person_bald:t6", + "👱â€â™‚ï¸": "man_blond_hair", + "👱ðŸ»â€â™‚ï¸": "man_blond_hair:t2", + "👱ðŸ¼â€â™‚ï¸": "man_blond_hair:t3", + "👱ðŸ½â€â™‚ï¸": "man_blond_hair:t4", + "👱ðŸ¾â€â™‚ï¸": "man_blond_hair:t5", + "👱ðŸ¿â€â™‚ï¸": "man_blond_hair:t6", + "ðŸ™": "person_frowning", + "ðŸ™ðŸ»": "person_frowning:t2", + "ðŸ™ðŸ¼": "person_frowning:t3", + "ðŸ™ðŸ½": "person_frowning:t4", + "ðŸ™ðŸ¾": "person_frowning:t5", + "ðŸ™ðŸ¿": "person_frowning:t6", + "🙎": "person_pouting", + "🙎ðŸ»": "person_pouting:t2", + "🙎ðŸ¼": "person_pouting:t3", + "🙎ðŸ½": "person_pouting:t4", + "🙎ðŸ¾": "person_pouting:t5", + "🙎ðŸ¿": "person_pouting:t6", + "🙅": "person_gesturing_no", + "🙅ðŸ»": "person_gesturing_no:t2", + "🙅ðŸ¼": "person_gesturing_no:t3", + "🙅ðŸ½": "person_gesturing_no:t4", + "🙅ðŸ¾": "person_gesturing_no:t5", + "🙅ðŸ¿": "person_gesturing_no:t6", + "🙆": "person_gesturing_ok", + "🙆ðŸ»": "person_gesturing_ok:t2", + "🙆ðŸ¼": "person_gesturing_ok:t3", + "🙆ðŸ½": "person_gesturing_ok:t4", + "🙆ðŸ¾": "person_gesturing_ok:t5", + "🙆ðŸ¿": "person_gesturing_ok:t6", + "ðŸ’": "person_tipping_hand", + "ðŸ’ðŸ»": "person_tipping_hand:t2", + "ðŸ’ðŸ¼": "person_tipping_hand:t3", + "ðŸ’ðŸ½": "person_tipping_hand:t4", + "ðŸ’ðŸ¾": "person_tipping_hand:t5", + "ðŸ’ðŸ¿": "person_tipping_hand:t6", + "🙋": "person_raising_hand", + "🙋ðŸ»": "person_raising_hand:t2", + "🙋ðŸ¼": "person_raising_hand:t3", + "🙋ðŸ½": "person_raising_hand:t4", + "🙋ðŸ¾": "person_raising_hand:t5", + "🙋ðŸ¿": "person_raising_hand:t6", + "ðŸ§": "deaf_person", + "ðŸ§ðŸ»": "deaf_person:t2", + "ðŸ§ðŸ¼": "deaf_person:t3", + "ðŸ§ðŸ½": "deaf_person:t4", + "ðŸ§ðŸ¾": "deaf_person:t5", + "ðŸ§ðŸ¿": "deaf_person:t6", + "🙇â€â™‚ï¸": "man_bowing", + "🙇ðŸ»â€â™‚ï¸": "man_bowing:t2", + "🙇ðŸ¼â€â™‚ï¸": "man_bowing:t3", + "🙇ðŸ½â€â™‚ï¸": "man_bowing:t4", + "🙇ðŸ¾â€â™‚ï¸": "man_bowing:t5", + "🙇ðŸ¿â€â™‚ï¸": "man_bowing:t6", + "🤦": "person_facepalming", + "🤦ðŸ»": "person_facepalming:t2", + "🤦ðŸ¼": "person_facepalming:t3", + "🤦ðŸ½": "person_facepalming:t4", + "🤦ðŸ¾": "person_facepalming:t5", + "🤦ðŸ¿": "person_facepalming:t6", + "🤷": "person_shrugging", + "🤷ðŸ»": "person_shrugging:t2", + "🤷ðŸ¼": "person_shrugging:t3", + "🤷ðŸ½": "person_shrugging:t4", + "🤷ðŸ¾": "person_shrugging:t5", + "🤷ðŸ¿": "person_shrugging:t6", + "🧑â€âš•ï¸": "health_worker", + "🧑ðŸ»â€âš•ï¸": "health_worker:t2", + "🧑ðŸ¼â€âš•ï¸": "health_worker:t3", + "🧑ðŸ½â€âš•ï¸": "health_worker:t4", + "🧑ðŸ¾â€âš•ï¸": "health_worker:t5", + "🧑ðŸ¿â€âš•ï¸": "health_worker:t6", + "🧑â€ðŸŽ“": "student", + "🧑ðŸ»â€ðŸŽ“": "student:t2", + "🧑ðŸ¼â€ðŸŽ“": "student:t3", + "🧑ðŸ½â€ðŸŽ“": "student:t4", + "🧑ðŸ¾â€ðŸŽ“": "student:t5", + "🧑ðŸ¿â€ðŸŽ“": "student:t6", + "🧑â€ðŸ«": "teacher", + "🧑ðŸ»â€ðŸ«": "teacher:t2", + "🧑ðŸ¼â€ðŸ«": "teacher:t3", + "🧑ðŸ½â€ðŸ«": "teacher:t4", + "🧑ðŸ¾â€ðŸ«": "teacher:t5", + "🧑ðŸ¿â€ðŸ«": "teacher:t6", + "🧑â€âš–ï¸": "judge", + "🧑ðŸ»â€âš–ï¸": "judge:t2", + "🧑ðŸ¼â€âš–ï¸": "judge:t3", + "🧑ðŸ½â€âš–ï¸": "judge:t4", + "🧑ðŸ¾â€âš–ï¸": "judge:t5", + "🧑ðŸ¿â€âš–ï¸": "judge:t6", + "🧑â€ðŸŒ¾": "farmer", + "🧑ðŸ»â€ðŸŒ¾": "farmer:t2", + "🧑ðŸ¼â€ðŸŒ¾": "farmer:t3", + "🧑ðŸ½â€ðŸŒ¾": "farmer:t4", + "🧑ðŸ¾â€ðŸŒ¾": "farmer:t5", + "🧑ðŸ¿â€ðŸŒ¾": "farmer:t6", + "🧑â€ðŸ³": "cook", + "🧑ðŸ»â€ðŸ³": "cook:t2", + "🧑ðŸ¼â€ðŸ³": "cook:t3", + "🧑ðŸ½â€ðŸ³": "cook:t4", + "🧑ðŸ¾â€ðŸ³": "cook:t5", + "🧑ðŸ¿â€ðŸ³": "cook:t6", + "🧑â€ðŸ”§": "mechanic", + "🧑ðŸ»â€ðŸ”§": "mechanic:t2", + "🧑ðŸ¼â€ðŸ”§": "mechanic:t3", + "🧑ðŸ½â€ðŸ”§": "mechanic:t4", + "🧑ðŸ¾â€ðŸ”§": "mechanic:t5", + "🧑ðŸ¿â€ðŸ”§": "mechanic:t6", + "🧑â€ðŸ": "factory_worker", + "🧑ðŸ»â€ðŸ": "factory_worker:t2", + "🧑ðŸ¼â€ðŸ": "factory_worker:t3", + "🧑ðŸ½â€ðŸ": "factory_worker:t4", + "🧑ðŸ¾â€ðŸ": "factory_worker:t5", + "🧑ðŸ¿â€ðŸ": "factory_worker:t6", + "🧑â€ðŸ’¼": "office_worker", + "🧑ðŸ»â€ðŸ’¼": "office_worker:t2", + "🧑ðŸ¼â€ðŸ’¼": "office_worker:t3", + "🧑ðŸ½â€ðŸ’¼": "office_worker:t4", + "🧑ðŸ¾â€ðŸ’¼": "office_worker:t5", + "🧑ðŸ¿â€ðŸ’¼": "office_worker:t6", + "🧑â€ðŸ”¬": "scientist", + "🧑ðŸ»â€ðŸ”¬": "scientist:t2", + "🧑ðŸ¼â€ðŸ”¬": "scientist:t3", + "🧑ðŸ½â€ðŸ”¬": "scientist:t4", + "🧑ðŸ¾â€ðŸ”¬": "scientist:t5", + "🧑ðŸ¿â€ðŸ”¬": "scientist:t6", + "🧑â€ðŸ’»": "technologist", + "🧑ðŸ»â€ðŸ’»": "technologist:t2", + "🧑ðŸ¼â€ðŸ’»": "technologist:t3", + "🧑ðŸ½â€ðŸ’»": "technologist:t4", + "🧑ðŸ¾â€ðŸ’»": "technologist:t5", + "🧑ðŸ¿â€ðŸ’»": "technologist:t6", + "🧑â€ðŸŽ¤": "singer", + "🧑ðŸ»â€ðŸŽ¤": "singer:t2", + "🧑ðŸ¼â€ðŸŽ¤": "singer:t3", + "🧑ðŸ½â€ðŸŽ¤": "singer:t4", + "🧑ðŸ¾â€ðŸŽ¤": "singer:t5", + "🧑ðŸ¿â€ðŸŽ¤": "singer:t6", + "🧑â€ðŸŽ¨": "artist", + "🧑ðŸ»â€ðŸŽ¨": "artist:t2", + "🧑ðŸ¼â€ðŸŽ¨": "artist:t3", + "🧑ðŸ½â€ðŸŽ¨": "artist:t4", + "🧑ðŸ¾â€ðŸŽ¨": "artist:t5", + "🧑ðŸ¿â€ðŸŽ¨": "artist:t6", + "🧑â€âœˆï¸": "pilot", + "🧑ðŸ»â€âœˆï¸": "pilot:t2", + "🧑ðŸ¼â€âœˆï¸": "pilot:t3", + "🧑ðŸ½â€âœˆï¸": "pilot:t4", + "🧑ðŸ¾â€âœˆï¸": "pilot:t5", + "🧑ðŸ¿â€âœˆï¸": "pilot:t6", + "🧑â€ðŸš€": "astronaut", + "🧑ðŸ»â€ðŸš€": "astronaut:t2", + "🧑ðŸ¼â€ðŸš€": "astronaut:t3", + "🧑ðŸ½â€ðŸš€": "astronaut:t4", + "🧑ðŸ¾â€ðŸš€": "astronaut:t5", + "🧑ðŸ¿â€ðŸš€": "astronaut:t6", + "🧑â€ðŸš’": "firefighter", + "🧑ðŸ»â€ðŸš’": "firefighter:t2", + "🧑ðŸ¼â€ðŸš’": "firefighter:t3", + "🧑ðŸ½â€ðŸš’": "firefighter:t4", + "🧑ðŸ¾â€ðŸš’": "firefighter:t5", + "🧑ðŸ¿â€ðŸš’": "firefighter:t6", + "👮â€â™‚ï¸": "man_police_officer", + "👮ðŸ»â€â™‚ï¸": "man_police_officer:t2", + "👮ðŸ¼â€â™‚ï¸": "man_police_officer:t3", + "👮ðŸ½â€â™‚ï¸": "man_police_officer:t4", + "👮ðŸ¾â€â™‚ï¸": "man_police_officer:t5", + "👮ðŸ¿â€â™‚ï¸": "man_police_officer:t6", + "🕵ï¸â€â™‚ï¸": "man_detective", + "🕵ðŸ»ï¸â€â™‚ï¸": "man_detective:t2", + "🕵ðŸ¼ï¸â€â™‚ï¸": "man_detective:t3", + "🕵ðŸ½ï¸â€â™‚ï¸": "man_detective:t4", + "🕵ðŸ¾ï¸â€â™‚ï¸": "man_detective:t5", + "🕵ðŸ¿ï¸â€â™‚ï¸": "man_detective:t6", + "💂â€â™‚ï¸": "man_guard", + "💂ðŸ»â€â™‚ï¸": "man_guard:t2", + "💂ðŸ¼â€â™‚ï¸": "man_guard:t3", + "💂ðŸ½â€â™‚ï¸": "man_guard:t4", + "💂ðŸ¾â€â™‚ï¸": "man_guard:t5", + "💂ðŸ¿â€â™‚ï¸": "man_guard:t6", + "👷â€â™‚ï¸": "man_construction_worker", + "👷ðŸ»â€â™‚ï¸": "man_construction_worker:t2", + "👷ðŸ¼â€â™‚ï¸": "man_construction_worker:t3", + "👷ðŸ½â€â™‚ï¸": "man_construction_worker:t4", + "👷ðŸ¾â€â™‚ï¸": "man_construction_worker:t5", + "👷ðŸ¿â€â™‚ï¸": "man_construction_worker:t6", + "🫅": "person_with_crown", + "👳â€â™‚ï¸": "man_wearing_turban", + "👳ðŸ»â€â™‚ï¸": "man_wearing_turban:t2", + "👳ðŸ¼â€â™‚ï¸": "man_wearing_turban:t3", + "👳ðŸ½â€â™‚ï¸": "man_wearing_turban:t4", + "👳ðŸ¾â€â™‚ï¸": "man_wearing_turban:t5", + "👳ðŸ¿â€â™‚ï¸": "man_wearing_turban:t6", + "🤵â€â™‚ï¸": "man_in_tuxedo", + "🤵ðŸ»â€â™‚ï¸": "man_in_tuxedo:t2", + "🤵ðŸ¼â€â™‚ï¸": "man_in_tuxedo:t3", + "🤵ðŸ½â€â™‚ï¸": "man_in_tuxedo:t4", + "🤵ðŸ¾â€â™‚ï¸": "man_in_tuxedo:t5", + "🤵ðŸ¿â€â™‚ï¸": "man_in_tuxedo:t6", + "🤵â€â™€ï¸": "woman_in_tuxedo", + "🤵ðŸ»â€â™€ï¸": "woman_in_tuxedo:t2", + "🤵ðŸ¼â€â™€ï¸": "woman_in_tuxedo:t3", + "🤵ðŸ½â€â™€ï¸": "woman_in_tuxedo:t4", + "🤵ðŸ¾â€â™€ï¸": "woman_in_tuxedo:t5", + "🤵ðŸ¿â€â™€ï¸": "woman_in_tuxedo:t6", + "👰â€â™‚ï¸": "man_with_veil", + "👰ðŸ»â€â™‚ï¸": "man_with_veil:t2", + "👰ðŸ¼â€â™‚ï¸": "man_with_veil:t3", + "👰ðŸ½â€â™‚ï¸": "man_with_veil:t4", + "👰ðŸ¾â€â™‚ï¸": "man_with_veil:t5", + "👰ðŸ¿â€â™‚ï¸": "man_with_veil:t6", + "👰â€â™€ï¸": "woman_with_veil", + "👰ðŸ»â€â™€ï¸": "woman_with_veil:t2", + "👰ðŸ¼â€â™€ï¸": "woman_with_veil:t3", + "👰ðŸ½â€â™€ï¸": "woman_with_veil:t4", + "👰ðŸ¾â€â™€ï¸": "woman_with_veil:t5", + "👰ðŸ¿â€â™€ï¸": "woman_with_veil:t6", + "🫃": "pregnant_man", + "🫄": "pregnant_person", + "👩â€ðŸ¼": "woman_feeding_baby", + "👩ðŸ»â€ðŸ¼": "woman_feeding_baby:t2", + "👩ðŸ¼â€ðŸ¼": "woman_feeding_baby:t3", + "👩ðŸ½â€ðŸ¼": "woman_feeding_baby:t4", + "👩ðŸ¾â€ðŸ¼": "woman_feeding_baby:t5", + "👩ðŸ¿â€ðŸ¼": "woman_feeding_baby:t6", + "🧙â€â™‚ï¸": "man_mage", + "🧙ðŸ»â€â™‚ï¸": "man_mage:t2", + "🧙ðŸ¼â€â™‚ï¸": "man_mage:t3", + "🧙ðŸ½â€â™‚ï¸": "man_mage:t4", + "🧙ðŸ¾â€â™‚ï¸": "man_mage:t5", + "🧙ðŸ¿â€â™‚ï¸": "man_mage:t6", + "🧚â€â™‚ï¸": "man_fairy", + "🧚ðŸ»â€â™‚ï¸": "man_fairy:t2", + "🧚ðŸ¼â€â™‚ï¸": "man_fairy:t3", + "🧚ðŸ½â€â™‚ï¸": "man_fairy:t4", + "🧚ðŸ¾â€â™‚ï¸": "man_fairy:t5", + "🧚ðŸ¿â€â™‚ï¸": "man_fairy:t6", + "🧚â€â™€ï¸": "woman_fairy", + "🧚ðŸ»â€â™€ï¸": "woman_fairy:t2", + "🧚ðŸ¼â€â™€ï¸": "woman_fairy:t3", + "🧚ðŸ½â€â™€ï¸": "woman_fairy:t4", + "🧚ðŸ¾â€â™€ï¸": "woman_fairy:t5", + "🧚ðŸ¿â€â™€ï¸": "woman_fairy:t6", + "🧛â€â™‚ï¸": "man_vampire", + "🧛ðŸ»â€â™‚ï¸": "man_vampire:t2", + "🧛ðŸ¼â€â™‚ï¸": "man_vampire:t3", + "🧛ðŸ½â€â™‚ï¸": "man_vampire:t4", + "🧛ðŸ¾â€â™‚ï¸": "man_vampire:t5", + "🧛ðŸ¿â€â™‚ï¸": "man_vampire:t6", + "🧛â€â™€ï¸": "woman_vampire", + "🧛ðŸ»â€â™€ï¸": "woman_vampire:t2", + "🧛ðŸ¼â€â™€ï¸": "woman_vampire:t3", + "🧛ðŸ½â€â™€ï¸": "woman_vampire:t4", + "🧛ðŸ¾â€â™€ï¸": "woman_vampire:t5", + "🧛ðŸ¿â€â™€ï¸": "woman_vampire:t6", + "🧜â€â™€ï¸": "mermaid", + "🧜ðŸ»â€â™€ï¸": "mermaid:t2", + "🧜ðŸ¼â€â™€ï¸": "mermaid:t3", + "🧜ðŸ½â€â™€ï¸": "mermaid:t4", + "🧜ðŸ¾â€â™€ï¸": "mermaid:t5", + "🧜ðŸ¿â€â™€ï¸": "mermaid:t6", + "ðŸ§â€â™‚ï¸": "man_elf", + "ðŸ§ðŸ»â€â™‚ï¸": "man_elf:t2", + "ðŸ§ðŸ¼â€â™‚ï¸": "man_elf:t3", + "ðŸ§ðŸ½â€â™‚ï¸": "man_elf:t4", + "ðŸ§ðŸ¾â€â™‚ï¸": "man_elf:t5", + "ðŸ§ðŸ¿â€â™‚ï¸": "man_elf:t6", + "ðŸ§â€â™€ï¸": "woman_elf", + "ðŸ§ðŸ»â€â™€ï¸": "woman_elf:t2", + "ðŸ§ðŸ¼â€â™€ï¸": "woman_elf:t3", + "ðŸ§ðŸ½â€â™€ï¸": "woman_elf:t4", + "ðŸ§ðŸ¾â€â™€ï¸": "woman_elf:t5", + "ðŸ§ðŸ¿â€â™€ï¸": "woman_elf:t6", + "🧞â€â™‚": "man_genie", + "🧟â€â™‚": "man_zombie", + "🧌": "troll", + "💆": "person_getting_massage", + "💆ðŸ»": "person_getting_massage:t2", + "💆ðŸ¼": "person_getting_massage:t3", + "💆ðŸ½": "person_getting_massage:t4", + "💆ðŸ¾": "person_getting_massage:t5", + "💆ðŸ¿": "person_getting_massage:t6", + "💇": "person_getting_haircut", + "💇ðŸ»": "person_getting_haircut:t2", + "💇ðŸ¼": "person_getting_haircut:t3", + "💇ðŸ½": "person_getting_haircut:t4", + "💇ðŸ¾": "person_getting_haircut:t5", + "💇ðŸ¿": "person_getting_haircut:t6", + "🚶â€â™‚ï¸": "man_walking", + "🚶ðŸ»â€â™‚ï¸": "man_walking:t2", + "🚶ðŸ¼â€â™‚ï¸": "man_walking:t3", + "🚶ðŸ½â€â™‚ï¸": "man_walking:t4", + "🚶ðŸ¾â€â™‚ï¸": "man_walking:t5", + "🚶ðŸ¿â€â™‚ï¸": "man_walking:t6", + "ðŸ§": "person_standing", + "ðŸ§ðŸ»": "person_standing:t2", + "ðŸ§ðŸ¼": "person_standing:t3", + "ðŸ§ðŸ½": "person_standing:t4", + "ðŸ§ðŸ¾": "person_standing:t5", + "ðŸ§ðŸ¿": "person_standing:t6", + "🧎": "person_kneeling", + "🧎ðŸ»": "person_kneeling:t2", + "🧎ðŸ¼": "person_kneeling:t3", + "🧎ðŸ½": "person_kneeling:t4", + "🧎ðŸ¾": "person_kneeling:t5", + "🧎ðŸ¿": "person_kneeling:t6", + "🧑â€ðŸ¦¯": "person_with_white_cane", + "🧑ðŸ»â€ðŸ¦¯": "person_with_white_cane:t2", + "🧑ðŸ¼â€ðŸ¦¯": "person_with_white_cane:t3", + "🧑ðŸ½â€ðŸ¦¯": "person_with_white_cane:t4", + "🧑ðŸ¾â€ðŸ¦¯": "person_with_white_cane:t5", + "🧑ðŸ¿â€ðŸ¦¯": "person_with_white_cane:t6", + "🧑â€ðŸ¦¼": "person_in_motorized_wheelchair", + "🧑ðŸ»â€ðŸ¦¼": "person_in_motorized_wheelchair:t2", + "🧑ðŸ¼â€ðŸ¦¼": "person_in_motorized_wheelchair:t3", + "🧑ðŸ½â€ðŸ¦¼": "person_in_motorized_wheelchair:t4", + "🧑ðŸ¾â€ðŸ¦¼": "person_in_motorized_wheelchair:t5", + "🧑ðŸ¿â€ðŸ¦¼": "person_in_motorized_wheelchair:t6", + "🧑â€ðŸ¦½": "person_in_manual_wheelchair", + "🧑ðŸ»â€ðŸ¦½": "person_in_manual_wheelchair:t2", + "🧑ðŸ¼â€ðŸ¦½": "person_in_manual_wheelchair:t3", + "🧑ðŸ½â€ðŸ¦½": "person_in_manual_wheelchair:t4", + "🧑ðŸ¾â€ðŸ¦½": "person_in_manual_wheelchair:t5", + "🧑ðŸ¿â€ðŸ¦½": "person_in_manual_wheelchair:t6", + "ðŸƒâ€â™‚ï¸": "man_running", + "ðŸƒðŸ»â€â™‚ï¸": "man_running:t2", + "ðŸƒðŸ¼â€â™‚ï¸": "man_running:t3", + "ðŸƒðŸ½â€â™‚ï¸": "man_running:t4", + "ðŸƒðŸ¾â€â™‚ï¸": "man_running:t5", + "ðŸƒðŸ¿â€â™‚ï¸": "man_running:t6", + "👯â€â™€": "women_with_bunny_ears", + "🧖â€â™‚ï¸": "man_in_steamy_room", + "🧖ðŸ»â€â™‚ï¸": "man_in_steamy_room:t2", + "🧖ðŸ¼â€â™‚ï¸": "man_in_steamy_room:t3", + "🧖ðŸ½â€â™‚ï¸": "man_in_steamy_room:t4", + "🧖ðŸ¾â€â™‚ï¸": "man_in_steamy_room:t5", + "🧖ðŸ¿â€â™‚ï¸": "man_in_steamy_room:t6", + "🧗â€â™‚ï¸": "man_climbing", + "🧗ðŸ»â€â™‚ï¸": "man_climbing:t2", + "🧗ðŸ¼â€â™‚ï¸": "man_climbing:t3", + "🧗ðŸ½â€â™‚ï¸": "man_climbing:t4", + "🧗ðŸ¾â€â™‚ï¸": "man_climbing:t5", + "🧗ðŸ¿â€â™‚ï¸": "man_climbing:t6", + "ðŸŒï¸â€â™‚ï¸": "man_golfing", + "ðŸŒðŸ»ï¸â€â™‚ï¸": "man_golfing:t2", + "ðŸŒðŸ¼ï¸â€â™‚ï¸": "man_golfing:t3", + "ðŸŒðŸ½ï¸â€â™‚ï¸": "man_golfing:t4", + "ðŸŒðŸ¾ï¸â€â™‚ï¸": "man_golfing:t5", + "ðŸŒðŸ¿ï¸â€â™‚ï¸": "man_golfing:t6", + "ðŸ„â€â™‚ï¸": "man_surfing", + "ðŸ„ðŸ»â€â™‚ï¸": "man_surfing:t2", + "ðŸ„ðŸ¼â€â™‚ï¸": "man_surfing:t3", + "ðŸ„ðŸ½â€â™‚ï¸": "man_surfing:t4", + "ðŸ„ðŸ¾â€â™‚ï¸": "man_surfing:t5", + "ðŸ„ðŸ¿â€â™‚ï¸": "man_surfing:t6", + "🚣â€â™‚ï¸": "man_rowing_boat", + "🚣ðŸ»â€â™‚ï¸": "man_rowing_boat:t2", + "🚣ðŸ¼â€â™‚ï¸": "man_rowing_boat:t3", + "🚣ðŸ½â€â™‚ï¸": "man_rowing_boat:t4", + "🚣ðŸ¾â€â™‚ï¸": "man_rowing_boat:t5", + "🚣ðŸ¿â€â™‚ï¸": "man_rowing_boat:t6", + "ðŸŠâ€â™‚ï¸": "man_swimming", + "ðŸŠðŸ»â€â™‚ï¸": "man_swimming:t2", + "ðŸŠðŸ¼â€â™‚ï¸": "man_swimming:t3", + "ðŸŠðŸ½â€â™‚ï¸": "man_swimming:t4", + "ðŸŠðŸ¾â€â™‚ï¸": "man_swimming:t5", + "ðŸŠðŸ¿â€â™‚ï¸": "man_swimming:t6", + "⛹ï¸â€â™‚ï¸": "man_bouncing_ball", + "⛹ðŸ»ï¸â€â™‚ï¸": "man_bouncing_ball:t2", + "⛹ðŸ¼ï¸â€â™‚ï¸": "man_bouncing_ball:t3", + "⛹ðŸ½ï¸â€â™‚ï¸": "man_bouncing_ball:t4", + "⛹ðŸ¾ï¸â€â™‚ï¸": "man_bouncing_ball:t5", + "⛹ðŸ¿ï¸â€â™‚ï¸": "man_bouncing_ball:t6", + "ðŸ‹ï¸â€â™‚ï¸": "man_lifting_weights", + "ðŸ‹ðŸ»ï¸â€â™‚ï¸": "man_lifting_weights:t2", + "ðŸ‹ðŸ¼ï¸â€â™‚ï¸": "man_lifting_weights:t3", + "ðŸ‹ðŸ½ï¸â€â™‚ï¸": "man_lifting_weights:t4", + "ðŸ‹ðŸ¾ï¸â€â™‚ï¸": "man_lifting_weights:t5", + "ðŸ‹ðŸ¿ï¸â€â™‚ï¸": "man_lifting_weights:t6", + "🚴â€â™‚ï¸": "man_biking", + "🚴ðŸ»â€â™‚ï¸": "man_biking:t2", + "🚴ðŸ¼â€â™‚ï¸": "man_biking:t3", + "🚴ðŸ½â€â™‚ï¸": "man_biking:t4", + "🚴ðŸ¾â€â™‚ï¸": "man_biking:t5", + "🚴ðŸ¿â€â™‚ï¸": "man_biking:t6", + "🚵â€â™‚ï¸": "man_mountain_biking", + "🚵ðŸ»â€â™‚ï¸": "man_mountain_biking:t2", + "🚵ðŸ¼â€â™‚ï¸": "man_mountain_biking:t3", + "🚵ðŸ½â€â™‚ï¸": "man_mountain_biking:t4", + "🚵ðŸ¾â€â™‚ï¸": "man_mountain_biking:t5", + "🚵ðŸ¿â€â™‚ï¸": "man_mountain_biking:t6", + "🤸": "person_cartwheeling", + "🤸ðŸ»": "person_cartwheeling:t2", + "🤸ðŸ¼": "person_cartwheeling:t3", + "🤸ðŸ½": "person_cartwheeling:t4", + "🤸ðŸ¾": "person_cartwheeling:t5", + "🤸ðŸ¿": "person_cartwheeling:t6", + "🤼": "people_wrestling", + "🤽": "person_playing_water_polo", + "🤽ðŸ»": "person_playing_water_polo:t2", + "🤽ðŸ¼": "person_playing_water_polo:t3", + "🤽ðŸ½": "person_playing_water_polo:t4", + "🤽ðŸ¾": "person_playing_water_polo:t5", + "🤽ðŸ¿": "person_playing_water_polo:t6", + "🤾": "person_playing_handball", + "🤾ðŸ»": "person_playing_handball:t2", + "🤾ðŸ¼": "person_playing_handball:t3", + "🤾ðŸ½": "person_playing_handball:t4", + "🤾ðŸ¾": "person_playing_handball:t5", + "🤾ðŸ¿": "person_playing_handball:t6", + "🤹": "person_juggling", + "🤹ðŸ»": "person_juggling:t2", + "🤹ðŸ¼": "person_juggling:t3", + "🤹ðŸ½": "person_juggling:t4", + "🤹ðŸ¾": "person_juggling:t5", + "🤹ðŸ¿": "person_juggling:t6", + "🧘â€â™‚ï¸": "man_in_lotus_position", + "🧘ðŸ»â€â™‚ï¸": "man_in_lotus_position:t2", + "🧘ðŸ¼â€â™‚ï¸": "man_in_lotus_position:t3", + "🧘ðŸ½â€â™‚ï¸": "man_in_lotus_position:t4", + "🧘ðŸ¾â€â™‚ï¸": "man_in_lotus_position:t5", + "🧘ðŸ¿â€â™‚ï¸": "man_in_lotus_position:t6", + "👩â€â¤ï¸â€ðŸ’‹â€ðŸ‘¨": "kiss_woman_man", + "👩â€â¤ï¸â€ðŸ‘¨": "couple_with_heart_woman_man", + "👨â€ðŸ‘©â€ðŸ‘¦": "family_man_woman_boy", + "🦰": "red_hair", + "🦱": "curly_hair", + "🦳": "white_hair", + "🦲": "bald", + "🪸": "coral", + "🪷": "lotus", + "🪹": "empty_nest", + "🪺": "nest_with_eggs", + "🫘": "beans", + "🫗": "pouring_liquid", + "🫙": "jar", + "ðŸ›": "playground_slide", + "🛞": "wheel", + "🛟": "ring_buoy", + "🪬": "hamsa", + "🪩": "mirror_ball", + "🪫": "low_battery", + "🩼": "crutch", + "🩻": "xray", + "🛗": "elevator", + "🫧": "bubbles", + "🪪": "identification_card", + "â": "eject_button", + "♀": "female_sign", + "♂": "male_sign", + "🟰": "heavy_equals_sign", + "âš•": "medical_symbol", + "ðŸ´ó §ó ¢ó ¥ó ®ó §ó ¿": "england", + "ðŸ´ó §ó ¢ó ³ó £ó ´ó ¿": "scotland", + "ðŸ´ó §ó ¢ó ·ó ¬ó ³ó ¿": "wales", + "☻": "slight_smile", + "♡": "heart", +}; diff --git a/libs/emoji.js b/libs/emoji.js new file mode 100644 index 00000000..de9e20b4 --- /dev/null +++ b/libs/emoji.js @@ -0,0 +1,264 @@ +// prettier-ignore +/* eslint-disable */ + +/** + * Forked from https://github.com/discourse/discourse/blob/6f8c91254ec816b25d73b9edadebc8db2e76edd2/app/assets/javascripts/pretty-text/addon/emoji.js + */ + + import { +// aliases, + emojis, +// replacements, +// searchAliases, +// tonableEmojis, +// translations, + } from './emoji-data' +const aliases = {} +// const emojis = [] +const replacements = {} +const searchAliases = {} +const tonableEmojis = [] +const translations = {} + +const IMAGE_VERSION = 12 + +const extendedEmoji = {} + +export function registerEmoji(code, url, group) { + code = code.toLowerCase() + extendedEmoji[code] = { url, group } +} + +export function extendedEmojiList() { + return extendedEmoji +} + +const emojiHash = {} + +// https://github.com/mathiasbynens/emoji-regex/blob/main/text.js +export const emojiReplacementRegex = + '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[#*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|☻|♡)\uFE0F?' + +function textEmojiRegex(inlineEmoji) { + return inlineEmoji ? /:[^\s:]+(?::t\d)?:?/g : /\B:[^\s:]+(?::t\d)?:?\B/g +} + +// add all default emojis +emojis.forEach((code) => (emojiHash[code] = true)) + +// and their aliases +const aliasHash = {} +Object.keys(aliases).forEach((name) => { + aliases[name].forEach((alias) => (aliasHash[alias] = name)) +}) + +function isReplacableInlineEmoji(string, index, inlineEmoji) { + if (inlineEmoji) { + return true + } + + // index depends on regex; when `inlineEmoji` is false, the regex starts + // with a `\B` character, so there's no need to subtract from the index + const beforeEmoji = string.slice(0, index) + + return ( + beforeEmoji.length === 0 || + /(?:\s|[>.,\/#!$%^&*;:{}=\-_`~()])$/.test(beforeEmoji) || + new RegExp(`(?:${emojiReplacementRegex})$`, 'g').test(beforeEmoji) + ) +} + +export function performEmojiUnescape(string, opts) { + if (!string) { + return + } + + const allTranslations = Object.assign( + {}, + translations, + opts.customEmojiTranslation || {} + ) + + const replacementFunction = (m, index) => { + const isEmoticon = opts.enableEmojiShortcuts && !!allTranslations[m] + const isUnicodeEmoticon = !!replacements[m] + let emojiVal + + if (isEmoticon) { + emojiVal = allTranslations[m] + } else if (isUnicodeEmoticon) { + emojiVal = replacements[m] + } else { + emojiVal = m.slice(1, m.length - 1) + } + const hasEndingColon = m.lastIndexOf(':') === m.length - 1 + const url = buildEmojiUrl(emojiVal, opts) + let classes = isCustomEmoji(emojiVal, opts) ? 'emoji emoji-custom' : 'emoji' + + if (opts.class) { + classes = `${classes} ${opts.class}` + } + + const isReplacable = + (isEmoticon || hasEndingColon || isUnicodeEmoticon) && + isReplacableInlineEmoji(string, index, opts.inlineEmoji) + + return url && isReplacable + ? `<img width="20" height="20" src='${url}' ${ + opts.skipTitle ? '' : `title='${emojiVal}'` + } ${ + opts.lazy ? "loading='lazy' " : '' + }alt='${emojiVal}' class='${classes}'>` + : m + } + + return string + .replace(new RegExp(emojiReplacementRegex, 'g'), replacementFunction) + .replace(textEmojiRegex(opts.inlineEmoji), replacementFunction) +} + +export function performEmojiEscape(string, opts) { + const allTranslations = Object.assign( + {}, + translations, + opts.customEmojiTranslation || {} + ) + + const replacementFunction = (m, index) => { + if (isReplacableInlineEmoji(string, index, opts.inlineEmoji)) { + if (allTranslations[m]) { + return opts.emojiShortcuts ? `:${allTranslations[m]}:` : m + } else if (replacements[m]) { + return `:${replacements[m]}:` + } + } + + return m + } + + return string + .replace(new RegExp(emojiReplacementRegex, 'g'), replacementFunction) + .replace(textEmojiRegex(opts.inlineEmoji), replacementFunction) +} + +export function isCustomEmoji(code, opts) { + code = code.toLowerCase() + if (extendedEmoji.hasOwnProperty(code)) { + return true + } + if (opts && opts.customEmoji && opts.customEmoji.hasOwnProperty(code)) { + return true + } + return false +} + +export function buildEmojiUrl(code, opts) { + let url + code = String(code).toLowerCase() + if (extendedEmoji.hasOwnProperty(code)) { + url = extendedEmoji[code].url + } + + if (opts && opts.customEmoji && opts.customEmoji[code]) { + url = opts.customEmoji[code].url || opts.customEmoji[code] + } + + const noToneMatch = code.match(/([^:]+):?/) + + let emojiBasePath = '/images/emoji' + if (opts.emojiCDNUrl) { + emojiBasePath = opts.emojiCDNUrl + } + if ( + noToneMatch && + !url && + (emojiHash.hasOwnProperty(noToneMatch[1]) || + aliasHash.hasOwnProperty(noToneMatch[1])) + ) { + url = opts.getURL( + `${emojiBasePath}/${opts.emojiSet}/${code.replace(/:t/, '/')}.png` + ) + } + + if (url) { + url = url + '?v=' + IMAGE_VERSION + } + + return url +} + +export function emojiExists(code) { + code = code.toLowerCase() + return !!( + extendedEmoji.hasOwnProperty(code) || + emojiHash.hasOwnProperty(code) || + aliasHash.hasOwnProperty(code) + ) +} + +let toSearch +export function emojiSearch(term, options) { + const maxResults = (options && options.maxResults) || -1 + const diversity = options && options.diversity + if (maxResults === 0) { + return [] + } + + toSearch = + toSearch || + [ + ...Object.keys(emojiHash), + ...Object.keys(extendedEmoji), + ...Object.keys(aliasHash), + ].sort() + + const results = [] + + function addResult(t) { + const val = aliasHash[t] || t + if (!results.includes(val)) { + if (diversity && diversity > 1 && isSkinTonableEmoji(val)) { + results.push(`${val}:t${diversity}`) + } else { + results.push(val) + } + } + } + + // if term matches from beginning + for (let i = 0; i < toSearch.length; i++) { + const item = toSearch[i] + if (item.indexOf(term) === 0) { + addResult(item) + } + } + + for (const [key, value] of Object.entries(searchAliases)) { + if (key.startsWith(term)) { + for (const emoji of value) { + addResult(emoji) + } + } + } + + for (let i = 0; i < toSearch.length; i++) { + const item = toSearch[i] + if (item.indexOf(term) > 0) { + addResult(item) + } + } + + if (maxResults === -1) { + return results + } else { + return results.slice(0, maxResults) + } +} + +export function isSkinTonableEmoji(term) { + const match = term.split(':').filter(Boolean)[0] + if (match) { + return tonableEmojis.includes(match) + } + return false +} -- GitLab