diff --git a/app/Services/Parser/Extensions/Emoji.php b/app/Services/Parser/Extensions/Emoji.php new file mode 100644 index 0000000000..0551ab593e --- /dev/null +++ b/app/Services/Parser/Extensions/Emoji.php @@ -0,0 +1,29 @@ +code = $code; + + if (self::$resourceFile === null) { + self::$resourceFile = \json_decode(\file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'emoji.json'), true); + } + $resourceFile = self::$resourceFile; + + $emoji = $resourceFile['emoticons'][$code]; + + $this->unified = $emoji['unified']; + $this->name = $emoji['name']; + } +} diff --git a/app/Services/Parser/Extensions/EmojiParser.php b/app/Services/Parser/Extensions/EmojiParser.php new file mode 100644 index 0000000000..02d875b0c7 --- /dev/null +++ b/app/Services/Parser/Extensions/EmojiParser.php @@ -0,0 +1,46 @@ +getCursor(); + $previous = $cursor->peek(-1); + if ($previous === null || $previous === ' ') { + return $this->appendEmoji($cursor, $inlineContext); + } + return false; + } + + private function appendEmoji(Cursor $cursor, InlineParserContext $context): bool + { + $previousState = $cursor->saveState(); + $emoji = $cursor->match('/^:[\w+-]+:/i'); + if ($emoji === null) { + $cursor->restoreState($previousState); + return false; + } + $emoji = \subStr($emoji, 1, -1); + if (\array_key_exists($emoji, Emojis::$codes)) { + $container = $context->getContainer(); + $container->appendChild(new Emoji($emoji)); + return true; + } + $cursor->restoreState($previousState); + return false; + } +} diff --git a/app/Services/Parser/Extensions/EmojiRenderer.php b/app/Services/Parser/Extensions/EmojiRenderer.php new file mode 100644 index 0000000000..d9430bddbd --- /dev/null +++ b/app/Services/Parser/Extensions/EmojiRenderer.php @@ -0,0 +1,32 @@ +renderEmoji($node); + } + throw new \LogicException('Failed to parse markdown emoticons'); + } + + private function renderEmoji(Emoji $emoji): HtmlElement + { + return new HtmlElement('img', [ + 'class' => 'img-smile', + 'src' => $this->cdnUrl($emoji), + 'alt' => ":$emoji->code:, $emoji->name", + ]); + } + + private function cdnUrl(Emoji $emoji): string + { + return "https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/$emoji->unified.svg"; + } +} diff --git a/app/Services/Parser/Extensions/Emojis.php b/app/Services/Parser/Extensions/Emojis.php new file mode 100644 index 0000000000..27eced0e97 --- /dev/null +++ b/app/Services/Parser/Extensions/Emojis.php @@ -0,0 +1,1788 @@ + "\u{1f44d}", + "-1" => "\u{1f44e}", + "100" => "\u{1f4af}", + "1234" => "\u{1f522}", + "1st_place_medal" => "\u{1f947}", + "2nd_place_medal" => "\u{1f948}", + "3rd_place_medal" => "\u{1f949}", + "8ball" => "\u{1f3b1}", + "a" => "\u{1f170}", + "ab" => "\u{1f18e}", + "abacus" => "\u{1f9ee}", + "abc" => "\u{1f524}", + "abcd" => "\u{1f521}", + "accept" => "\u{1f251}", + "adhesive_bandage" => "\u{1fa79}", + "adult" => "\u{1f9d1}", + "aerial_tramway" => "\u{1f6a1}", + "afghanistan" => "\u{1f1e6}\u{1f1eb}", + "airplane" => "\u{2708}", + "aland_islands" => "\u{1f1e6}\u{1f1fd}", + "alarm_clock" => "\u{23f0}", + "albania" => "\u{1f1e6}\u{1f1f1}", + "alembic" => "\u{2697}", + "algeria" => "\u{1f1e9}\u{1f1ff}", + "alien" => "\u{1f47d}", + "ambulance" => "\u{1f691}", + "american_samoa" => "\u{1f1e6}\u{1f1f8}", + "amphora" => "\u{1f3fa}", + "anchor" => "\u{2693}", + "andorra" => "\u{1f1e6}\u{1f1e9}", + "angel" => "\u{1f47c}", + "anger" => "\u{1f4a2}", + "angola" => "\u{1f1e6}\u{1f1f4}", + "angry" => "\u{1f620}", + "anguilla" => "\u{1f1e6}\u{1f1ee}", + "anguished" => "\u{1f627}", + "ant" => "\u{1f41c}", + "antarctica" => "\u{1f1e6}\u{1f1f6}", + "antigua_barbuda" => "\u{1f1e6}\u{1f1ec}", + "apple" => "\u{1f34e}", + "aquarius" => "\u{2652}", + "argentina" => "\u{1f1e6}\u{1f1f7}", + "aries" => "\u{2648}", + "armenia" => "\u{1f1e6}\u{1f1f2}", + "arrow_backward" => "\u{25c0}", + "arrow_double_down" => "\u{23ec}", + "arrow_double_up" => "\u{23eb}", + "arrow_down" => "\u{2b07}", + "arrow_down_small" => "\u{1f53d}", + "arrow_forward" => "\u{25b6}", + "arrow_heading_down" => "\u{2935}", + "arrow_heading_up" => "\u{2934}", + "arrow_left" => "\u{2b05}", + "arrow_lower_left" => "\u{2199}", + "arrow_lower_right" => "\u{2198}", + "arrow_right" => "\u{27a1}", + "arrow_right_hook" => "\u{21aa}", + "arrow_up" => "\u{2b06}", + "arrow_up_down" => "\u{2195}", + "arrow_up_small" => "\u{1f53c}", + "arrow_upper_left" => "\u{2196}", + "arrow_upper_right" => "\u{2197}", + "arrows_clockwise" => "\u{1f503}", + "arrows_counterclockwise" => "\u{1f504}", + "art" => "\u{1f3a8}", + "articulated_lorry" => "\u{1f69b}", + "artificial_satellite" => "\u{1f6f0}", + "artist" => "\u{1f9d1}\u{1f3a8}", + "aruba" => "\u{1f1e6}\u{1f1fc}", + "ascension_island" => "\u{1f1e6}\u{1f1e8}", + "asterisk" => "\u{002a}\u{20e3}", + "astonished" => "\u{1f632}", + "astronaut" => "\u{1f9d1}\u{1f680}", + "athletic_shoe" => "\u{1f45f}", + "atm" => "\u{1f3e7}", + "atom_symbol" => "\u{269b}", + "australia" => "\u{1f1e6}\u{1f1fa}", + "austria" => "\u{1f1e6}\u{1f1f9}", + "auto_rickshaw" => "\u{1f6fa}", + "avocado" => "\u{1f951}", + "axe" => "\u{1fa93}", + "azerbaijan" => "\u{1f1e6}\u{1f1ff}", + "b" => "\u{1f171}", + "baby" => "\u{1f476}", + "baby_bottle" => "\u{1f37c}", + "baby_chick" => "\u{1f424}", + "baby_symbol" => "\u{1f6bc}", + "back" => "\u{1f519}", + "bacon" => "\u{1f953}", + "badger" => "\u{1f9a1}", + "badminton" => "\u{1f3f8}", + "bagel" => "\u{1f96f}", + "baggage_claim" => "\u{1f6c4}", + "baguette_bread" => "\u{1f956}", + "bahamas" => "\u{1f1e7}\u{1f1f8}", + "bahrain" => "\u{1f1e7}\u{1f1ed}", + "balance_scale" => "\u{2696}", + "bald_man" => "\u{1f468}\u{1f9b2}", + "bald_woman" => "\u{1f469}\u{1f9b2}", + "ballet_shoes" => "\u{1fa70}", + "balloon" => "\u{1f388}", + "ballot_box" => "\u{1f5f3}", + "ballot_box_with_check" => "\u{2611}", + "bamboo" => "\u{1f38d}", + "banana" => "\u{1f34c}", + "bangbang" => "\u{203c}", + "bangladesh" => "\u{1f1e7}\u{1f1e9}", + "banjo" => "\u{1fa95}", + "bank" => "\u{1f3e6}", + "bar_chart" => "\u{1f4ca}", + "barbados" => "\u{1f1e7}\u{1f1e7}", + "barber" => "\u{1f488}", + "baseball" => "\u{26be}", + "basket" => "\u{1f9fa}", + "basketball" => "\u{1f3c0}", + "basketball_man" => "\u{26f9}\u{2642}", + "basketball_woman" => "\u{26f9}\u{2640}", + "bat" => "\u{1f987}", + "bath" => "\u{1f6c0}", + "bathtub" => "\u{1f6c1}", + "battery" => "\u{1f50b}", + "beach_umbrella" => "\u{1f3d6}", + "bear" => "\u{1f43b}", + "bearded_person" => "\u{1f9d4}", + "bed" => "\u{1f6cf}", + "bee" => "\u{1f41d}", + "beer" => "\u{1f37a}", + "beers" => "\u{1f37b}", + "beetle" => "\u{1f41e}", + "beginner" => "\u{1f530}", + "belarus" => "\u{1f1e7}\u{1f1fe}", + "belgium" => "\u{1f1e7}\u{1f1ea}", + "belize" => "\u{1f1e7}\u{1f1ff}", + "bell" => "\u{1f514}", + "bellhop_bell" => "\u{1f6ce}", + "benin" => "\u{1f1e7}\u{1f1ef}", + "bento" => "\u{1f371}", + "bermuda" => "\u{1f1e7}\u{1f1f2}", + "beverage_box" => "\u{1f9c3}", + "bhutan" => "\u{1f1e7}\u{1f1f9}", + "bicyclist" => "\u{1f6b4}", + "bike" => "\u{1f6b2}", + "biking_man" => "\u{1f6b4}\u{2642}", + "biking_woman" => "\u{1f6b4}\u{2640}", + "bikini" => "\u{1f459}", + "billed_cap" => "\u{1f9e2}", + "biohazard" => "\u{2623}", + "bird" => "\u{1f426}", + "birthday" => "\u{1f382}", + "black_circle" => "\u{26ab}", + "black_flag" => "\u{1f3f4}", + "black_heart" => "\u{1f5a4}", + "black_joker" => "\u{1f0cf}", + "black_large_square" => "\u{2b1b}", + "black_medium_small_square" => "\u{25fe}", + "black_medium_square" => "\u{25fc}", + "black_nib" => "\u{2712}", + "black_small_square" => "\u{25aa}", + "black_square_button" => "\u{1f532}", + "blond_haired_man" => "\u{1f471}\u{2642}", + "blond_haired_person" => "\u{1f471}", + "blond_haired_woman" => "\u{1f471}\u{2640}", + "blonde_woman" => "\u{1f471}\u{2640}", + "blossom" => "\u{1f33c}", + "blowfish" => "\u{1f421}", + "blue_book" => "\u{1f4d8}", + "blue_car" => "\u{1f699}", + "blue_heart" => "\u{1f499}", + "blue_square" => "\u{1f7e6}", + "blush" => "\u{1f60a}", + "boar" => "\u{1f417}", + "boat" => "\u{26f5}", + "bolivia" => "\u{1f1e7}\u{1f1f4}", + "bomb" => "\u{1f4a3}", + "bone" => "\u{1f9b4}", + "book" => "\u{1f4d6}", + "bookmark" => "\u{1f516}", + "bookmark_tabs" => "\u{1f4d1}", + "books" => "\u{1f4da}", + "boom" => "\u{1f4a5}", + "boot" => "\u{1f462}", + "bosnia_herzegovina" => "\u{1f1e7}\u{1f1e6}", + "botswana" => "\u{1f1e7}\u{1f1fc}", + "bouncing_ball_man" => "\u{26f9}\u{2642}", + "bouncing_ball_person" => "\u{26f9}", + "bouncing_ball_woman" => "\u{26f9}\u{2640}", + "bouquet" => "\u{1f490}", + "bouvet_island" => "\u{1f1e7}\u{1f1fb}", + "bow" => "\u{1f647}", + "bow_and_arrow" => "\u{1f3f9}", + "bowing_man" => "\u{1f647}\u{2642}", + "bowing_woman" => "\u{1f647}\u{2640}", + "bowl_with_spoon" => "\u{1f963}", + "bowling" => "\u{1f3b3}", + "boxing_glove" => "\u{1f94a}", + "boy" => "\u{1f466}", + "brain" => "\u{1f9e0}", + "brazil" => "\u{1f1e7}\u{1f1f7}", + "bread" => "\u{1f35e}", + "breast_feeding" => "\u{1f931}", + "bricks" => "\u{1f9f1}", + "bride_with_veil" => "\u{1f470}", + "bridge_at_night" => "\u{1f309}", + "briefcase" => "\u{1f4bc}", + "british_indian_ocean_territory" => "\u{1f1ee}\u{1f1f4}", + "british_virgin_islands" => "\u{1f1fb}\u{1f1ec}", + "broccoli" => "\u{1f966}", + "broken_heart" => "\u{1f494}", + "broom" => "\u{1f9f9}", + "brown_circle" => "\u{1f7e4}", + "brown_heart" => "\u{1f90e}", + "brown_square" => "\u{1f7eb}", + "brunei" => "\u{1f1e7}\u{1f1f3}", + "bug" => "\u{1f41b}", + "building_construction" => "\u{1f3d7}", + "bulb" => "\u{1f4a1}", + "bulgaria" => "\u{1f1e7}\u{1f1ec}", + "bullettrain_front" => "\u{1f685}", + "bullettrain_side" => "\u{1f684}", + "burkina_faso" => "\u{1f1e7}\u{1f1eb}", + "burrito" => "\u{1f32f}", + "burundi" => "\u{1f1e7}\u{1f1ee}", + "bus" => "\u{1f68c}", + "business_suit_levitating" => "\u{1f574}", + "busstop" => "\u{1f68f}", + "bust_in_silhouette" => "\u{1f464}", + "busts_in_silhouette" => "\u{1f465}", + "butter" => "\u{1f9c8}", + "butterfly" => "\u{1f98b}", + "cactus" => "\u{1f335}", + "cake" => "\u{1f370}", + "calendar" => "\u{1f4c6}", + "call_me_hand" => "\u{1f919}", + "calling" => "\u{1f4f2}", + "cambodia" => "\u{1f1f0}\u{1f1ed}", + "camel" => "\u{1f42b}", + "camera" => "\u{1f4f7}", + "camera_flash" => "\u{1f4f8}", + "cameroon" => "\u{1f1e8}\u{1f1f2}", + "camping" => "\u{1f3d5}", + "canada" => "\u{1f1e8}\u{1f1e6}", + "canary_islands" => "\u{1f1ee}\u{1f1e8}", + "cancer" => "\u{264b}", + "candle" => "\u{1f56f}", + "candy" => "\u{1f36c}", + "canned_food" => "\u{1f96b}", + "canoe" => "\u{1f6f6}", + "cape_verde" => "\u{1f1e8}\u{1f1fb}", + "capital_abcd" => "\u{1f520}", + "capricorn" => "\u{2651}", + "car" => "\u{1f697}", + "card_file_box" => "\u{1f5c3}", + "card_index" => "\u{1f4c7}", + "card_index_dividers" => "\u{1f5c2}", + "caribbean_netherlands" => "\u{1f1e7}\u{1f1f6}", + "carousel_horse" => "\u{1f3a0}", + "carrot" => "\u{1f955}", + "cartwheeling" => "\u{1f938}", + "cat" => "\u{1f431}", + "cat2" => "\u{1f408}", + "cayman_islands" => "\u{1f1f0}\u{1f1fe}", + "cd" => "\u{1f4bf}", + "central_african_republic" => "\u{1f1e8}\u{1f1eb}", + "ceuta_melilla" => "\u{1f1ea}\u{1f1e6}", + "chad" => "\u{1f1f9}\u{1f1e9}", + "chains" => "\u{26d3}", + "chair" => "\u{1fa91}", + "champagne" => "\u{1f37e}", + "chart" => "\u{1f4b9}", + "chart_with_downwards_trend" => "\u{1f4c9}", + "chart_with_upwards_trend" => "\u{1f4c8}", + "checkered_flag" => "\u{1f3c1}", + "cheese" => "\u{1f9c0}", + "cherries" => "\u{1f352}", + "cherry_blossom" => "\u{1f338}", + "chess_pawn" => "\u{265f}", + "chestnut" => "\u{1f330}", + "chicken" => "\u{1f414}", + "child" => "\u{1f9d2}", + "children_crossing" => "\u{1f6b8}", + "chile" => "\u{1f1e8}\u{1f1f1}", + "chipmunk" => "\u{1f43f}", + "chocolate_bar" => "\u{1f36b}", + "chopsticks" => "\u{1f962}", + "christmas_island" => "\u{1f1e8}\u{1f1fd}", + "christmas_tree" => "\u{1f384}", + "church" => "\u{26ea}", + "cinema" => "\u{1f3a6}", + "circus_tent" => "\u{1f3aa}", + "city_sunrise" => "\u{1f307}", + "city_sunset" => "\u{1f306}", + "cityscape" => "\u{1f3d9}", + "cl" => "\u{1f191}", + "clamp" => "\u{1f5dc}", + "clap" => "\u{1f44f}", + "clapper" => "\u{1f3ac}", + "classical_building" => "\u{1f3db}", + "climbing" => "\u{1f9d7}", + "climbing_man" => "\u{1f9d7}\u{2642}", + "climbing_woman" => "\u{1f9d7}\u{2640}", + "clinking_glasses" => "\u{1f942}", + "clipboard" => "\u{1f4cb}", + "clipperton_island" => "\u{1f1e8}\u{1f1f5}", + "clock1" => "\u{1f550}", + "clock10" => "\u{1f559}", + "clock1030" => "\u{1f565}", + "clock11" => "\u{1f55a}", + "clock1130" => "\u{1f566}", + "clock12" => "\u{1f55b}", + "clock1230" => "\u{1f567}", + "clock130" => "\u{1f55c}", + "clock2" => "\u{1f551}", + "clock230" => "\u{1f55d}", + "clock3" => "\u{1f552}", + "clock330" => "\u{1f55e}", + "clock4" => "\u{1f553}", + "clock430" => "\u{1f55f}", + "clock5" => "\u{1f554}", + "clock530" => "\u{1f560}", + "clock6" => "\u{1f555}", + "clock630" => "\u{1f561}", + "clock7" => "\u{1f556}", + "clock730" => "\u{1f562}", + "clock8" => "\u{1f557}", + "clock830" => "\u{1f563}", + "clock9" => "\u{1f558}", + "clock930" => "\u{1f564}", + "closed_book" => "\u{1f4d5}", + "closed_lock_with_key" => "\u{1f510}", + "closed_umbrella" => "\u{1f302}", + "cloud" => "\u{2601}", + "cloud_with_lightning" => "\u{1f329}", + "cloud_with_lightning_and_rain" => "\u{26c8}", + "cloud_with_rain" => "\u{1f327}", + "cloud_with_snow" => "\u{1f328}", + "clown_face" => "\u{1f921}", + "clubs" => "\u{2663}", + "cn" => "\u{1f1e8}\u{1f1f3}", + "coat" => "\u{1f9e5}", + "cocktail" => "\u{1f378}", + "coconut" => "\u{1f965}", + "cocos_islands" => "\u{1f1e8}\u{1f1e8}", + "coffee" => "\u{2615}", + "coffin" => "\u{26b0}", + "cold_face" => "\u{1f976}", + "cold_sweat" => "\u{1f630}", + "collision" => "\u{1f4a5}", + "colombia" => "\u{1f1e8}\u{1f1f4}", + "comet" => "\u{2604}", + "comoros" => "\u{1f1f0}\u{1f1f2}", + "compass" => "\u{1f9ed}", + "computer" => "\u{1f4bb}", + "computer_mouse" => "\u{1f5b1}", + "confetti_ball" => "\u{1f38a}", + "confounded" => "\u{1f616}", + "confused" => "\u{1f615}", + "congo_brazzaville" => "\u{1f1e8}\u{1f1ec}", + "congo_kinshasa" => "\u{1f1e8}\u{1f1e9}", + "congratulations" => "\u{3297}", + "construction" => "\u{1f6a7}", + "construction_worker" => "\u{1f477}", + "construction_worker_man" => "\u{1f477}\u{2642}", + "construction_worker_woman" => "\u{1f477}\u{2640}", + "control_knobs" => "\u{1f39b}", + "convenience_store" => "\u{1f3ea}", + "cook" => "\u{1f9d1}\u{1f373}", + "cook_islands" => "\u{1f1e8}\u{1f1f0}", + "cookie" => "\u{1f36a}", + "cool" => "\u{1f192}", + "cop" => "\u{1f46e}", + "copyright" => "\u{00a9}", + "corn" => "\u{1f33d}", + "costa_rica" => "\u{1f1e8}\u{1f1f7}", + "cote_divoire" => "\u{1f1e8}\u{1f1ee}", + "couch_and_lamp" => "\u{1f6cb}", + "couple" => "\u{1f46b}", + "couple_with_heart" => "\u{1f491}", + "couple_with_heart_man_man" => "\u{1f468}\u{2764}\u{1f468}", + "couple_with_heart_woman_man" => "\u{1f469}\u{2764}\u{1f468}", + "couple_with_heart_woman_woman" => "\u{1f469}\u{2764}\u{1f469}", + "couplekiss" => "\u{1f48f}", + "couplekiss_man_man" => "\u{1f468}\u{2764}\u{1f48b}\u{1f468}", + "couplekiss_man_woman" => "\u{1f469}\u{2764}\u{1f48b}\u{1f468}", + "couplekiss_woman_woman" => "\u{1f469}\u{2764}\u{1f48b}\u{1f469}", + "cow" => "\u{1f42e}", + "cow2" => "\u{1f404}", + "cowboy_hat_face" => "\u{1f920}", + "crab" => "\u{1f980}", + "crayon" => "\u{1f58d}", + "credit_card" => "\u{1f4b3}", + "crescent_moon" => "\u{1f319}", + "cricket" => "\u{1f997}", + "cricket_game" => "\u{1f3cf}", + "croatia" => "\u{1f1ed}\u{1f1f7}", + "crocodile" => "\u{1f40a}", + "croissant" => "\u{1f950}", + "crossed_fingers" => "\u{1f91e}", + "crossed_flags" => "\u{1f38c}", + "crossed_swords" => "\u{2694}", + "crown" => "\u{1f451}", + "cry" => "\u{1f622}", + "crying_cat_face" => "\u{1f63f}", + "crystal_ball" => "\u{1f52e}", + "cuba" => "\u{1f1e8}\u{1f1fa}", + "cucumber" => "\u{1f952}", + "cup_with_straw" => "\u{1f964}", + "cupcake" => "\u{1f9c1}", + "cupid" => "\u{1f498}", + "curacao" => "\u{1f1e8}\u{1f1fc}", + "curling_stone" => "\u{1f94c}", + "curly_haired_man" => "\u{1f468}\u{1f9b1}", + "curly_haired_woman" => "\u{1f469}\u{1f9b1}", + "curly_loop" => "\u{27b0}", + "currency_exchange" => "\u{1f4b1}", + "curry" => "\u{1f35b}", + "cursing_face" => "\u{1f92c}", + "custard" => "\u{1f36e}", + "customs" => "\u{1f6c3}", + "cut_of_meat" => "\u{1f969}", + "cyclone" => "\u{1f300}", + "cyprus" => "\u{1f1e8}\u{1f1fe}", + "czech_republic" => "\u{1f1e8}\u{1f1ff}", + "dagger" => "\u{1f5e1}", + "dancer" => "\u{1f483}", + "dancers" => "\u{1f46f}", + "dancing_men" => "\u{1f46f}\u{2642}", + "dancing_women" => "\u{1f46f}\u{2640}", + "dango" => "\u{1f361}", + "dark_sunglasses" => "\u{1f576}", + "dart" => "\u{1f3af}", + "dash" => "\u{1f4a8}", + "date" => "\u{1f4c5}", + "de" => "\u{1f1e9}\u{1f1ea}", + "deaf_man" => "\u{1f9cf}\u{2642}", + "deaf_person" => "\u{1f9cf}", + "deaf_woman" => "\u{1f9cf}\u{2640}", + "deciduous_tree" => "\u{1f333}", + "deer" => "\u{1f98c}", + "denmark" => "\u{1f1e9}\u{1f1f0}", + "department_store" => "\u{1f3ec}", + "derelict_house" => "\u{1f3da}", + "desert" => "\u{1f3dc}", + "desert_island" => "\u{1f3dd}", + "desktop_computer" => "\u{1f5a5}", + "detective" => "\u{1f575}", + "diamond_shape_with_a_dot_inside" => "\u{1f4a0}", + "diamonds" => "\u{2666}", + "diego_garcia" => "\u{1f1e9}\u{1f1ec}", + "disappointed" => "\u{1f61e}", + "disappointed_relieved" => "\u{1f625}", + "diving_mask" => "\u{1f93f}", + "diya_lamp" => "\u{1fa94}", + "dizzy" => "\u{1f4ab}", + "dizzy_face" => "\u{1f635}", + "djibouti" => "\u{1f1e9}\u{1f1ef}", + "dna" => "\u{1f9ec}", + "do_not_litter" => "\u{1f6af}", + "dog" => "\u{1f436}", + "dog2" => "\u{1f415}", + "dollar" => "\u{1f4b5}", + "dolls" => "\u{1f38e}", + "dolphin" => "\u{1f42c}", + "dominica" => "\u{1f1e9}\u{1f1f2}", + "dominican_republic" => "\u{1f1e9}\u{1f1f4}", + "door" => "\u{1f6aa}", + "doughnut" => "\u{1f369}", + "dove" => "\u{1f54a}", + "dragon" => "\u{1f409}", + "dragon_face" => "\u{1f432}", + "dress" => "\u{1f457}", + "dromedary_camel" => "\u{1f42a}", + "drooling_face" => "\u{1f924}", + "drop_of_blood" => "\u{1fa78}", + "droplet" => "\u{1f4a7}", + "drum" => "\u{1f941}", + "duck" => "\u{1f986}", + "dumpling" => "\u{1f95f}", + "dvd" => "\u{1f4c0}", + "e-mail" => "\u{1f4e7}", + "eagle" => "\u{1f985}", + "ear" => "\u{1f442}", + "ear_of_rice" => "\u{1f33e}", + "ear_with_hearing_aid" => "\u{1f9bb}", + "earth_africa" => "\u{1f30d}", + "earth_americas" => "\u{1f30e}", + "earth_asia" => "\u{1f30f}", + "ecuador" => "\u{1f1ea}\u{1f1e8}", + "egg" => "\u{1f95a}", + "eggplant" => "\u{1f346}", + "egypt" => "\u{1f1ea}\u{1f1ec}", + "eight" => "\u{0038}\u{20e3}", + "eight_pointed_black_star" => "\u{2734}", + "eight_spoked_asterisk" => "\u{2733}", + "eject_button" => "\u{23cf}", + "el_salvador" => "\u{1f1f8}\u{1f1fb}", + "electric_plug" => "\u{1f50c}", + "elephant" => "\u{1f418}", + "elf" => "\u{1f9dd}", + "elf_man" => "\u{1f9dd}\u{2642}", + "elf_woman" => "\u{1f9dd}\u{2640}", + "email" => "\u{2709}", + "end" => "\u{1f51a}", + "england" => "\u{1f3f4}\u{e0067}\u{e0062}\u{e0065}\u{e006e}\u{e0067}\u{e007f}", + "envelope" => "\u{2709}", + "envelope_with_arrow" => "\u{1f4e9}", + "equatorial_guinea" => "\u{1f1ec}\u{1f1f6}", + "eritrea" => "\u{1f1ea}\u{1f1f7}", + "es" => "\u{1f1ea}\u{1f1f8}", + "estonia" => "\u{1f1ea}\u{1f1ea}", + "ethiopia" => "\u{1f1ea}\u{1f1f9}", + "eu" => "\u{1f1ea}\u{1f1fa}", + "euro" => "\u{1f4b6}", + "european_castle" => "\u{1f3f0}", + "european_post_office" => "\u{1f3e4}", + "european_union" => "\u{1f1ea}\u{1f1fa}", + "evergreen_tree" => "\u{1f332}", + "exclamation" => "\u{2757}", + "exploding_head" => "\u{1f92f}", + "expressionless" => "\u{1f611}", + "eye" => "\u{1f441}", + "eye_speech_bubble" => "\u{1f441}\u{1f5e8}", + "eyeglasses" => "\u{1f453}", + "eyes" => "\u{1f440}", + "face_with_head_bandage" => "\u{1f915}", + "face_with_thermometer" => "\u{1f912}", + "facepalm" => "\u{1f926}", + "facepunch" => "\u{1f44a}", + "factory" => "\u{1f3ed}", + "factory_worker" => "\u{1f9d1}\u{1f3ed}", + "fairy" => "\u{1f9da}", + "fairy_man" => "\u{1f9da}\u{2642}", + "fairy_woman" => "\u{1f9da}\u{2640}", + "falafel" => "\u{1f9c6}", + "falkland_islands" => "\u{1f1eb}\u{1f1f0}", + "fallen_leaf" => "\u{1f342}", + "family" => "\u{1f46a}", + "family_man_boy" => "\u{1f468}\u{1f466}", + "family_man_boy_boy" => "\u{1f468}\u{1f466}\u{1f466}", + "family_man_girl" => "\u{1f468}\u{1f467}", + "family_man_girl_boy" => "\u{1f468}\u{1f467}\u{1f466}", + "family_man_girl_girl" => "\u{1f468}\u{1f467}\u{1f467}", + "family_man_man_boy" => "\u{1f468}\u{1f468}\u{1f466}", + "family_man_man_boy_boy" => "\u{1f468}\u{1f468}\u{1f466}\u{1f466}", + "family_man_man_girl" => "\u{1f468}\u{1f468}\u{1f467}", + "family_man_man_girl_boy" => "\u{1f468}\u{1f468}\u{1f467}\u{1f466}", + "family_man_man_girl_girl" => "\u{1f468}\u{1f468}\u{1f467}\u{1f467}", + "family_man_woman_boy" => "\u{1f468}\u{1f469}\u{1f466}", + "family_man_woman_boy_boy" => "\u{1f468}\u{1f469}\u{1f466}\u{1f466}", + "family_man_woman_girl" => "\u{1f468}\u{1f469}\u{1f467}", + "family_man_woman_girl_boy" => "\u{1f468}\u{1f469}\u{1f467}\u{1f466}", + "family_man_woman_girl_girl" => "\u{1f468}\u{1f469}\u{1f467}\u{1f467}", + "family_woman_boy" => "\u{1f469}\u{1f466}", + "family_woman_boy_boy" => "\u{1f469}\u{1f466}\u{1f466}", + "family_woman_girl" => "\u{1f469}\u{1f467}", + "family_woman_girl_boy" => "\u{1f469}\u{1f467}\u{1f466}", + "family_woman_girl_girl" => "\u{1f469}\u{1f467}\u{1f467}", + "family_woman_woman_boy" => "\u{1f469}\u{1f469}\u{1f466}", + "family_woman_woman_boy_boy" => "\u{1f469}\u{1f469}\u{1f466}\u{1f466}", + "family_woman_woman_girl" => "\u{1f469}\u{1f469}\u{1f467}", + "family_woman_woman_girl_boy" => "\u{1f469}\u{1f469}\u{1f467}\u{1f466}", + "family_woman_woman_girl_girl" => "\u{1f469}\u{1f469}\u{1f467}\u{1f467}", + "farmer" => "\u{1f9d1}\u{1f33e}", + "faroe_islands" => "\u{1f1eb}\u{1f1f4}", + "fast_forward" => "\u{23e9}", + "fax" => "\u{1f4e0}", + "fearful" => "\u{1f628}", + "feet" => "\u{1f43e}", + "female_detective" => "\u{1f575}\u{2640}", + "female_sign" => "\u{2640}", + "ferris_wheel" => "\u{1f3a1}", + "ferry" => "\u{26f4}", + "field_hockey" => "\u{1f3d1}", + "fiji" => "\u{1f1eb}\u{1f1ef}", + "file_cabinet" => "\u{1f5c4}", + "file_folder" => "\u{1f4c1}", + "film_projector" => "\u{1f4fd}", + "film_strip" => "\u{1f39e}", + "finland" => "\u{1f1eb}\u{1f1ee}", + "fire" => "\u{1f525}", + "fire_engine" => "\u{1f692}", + "fire_extinguisher" => "\u{1f9ef}", + "firecracker" => "\u{1f9e8}", + "firefighter" => "\u{1f9d1}\u{1f692}", + "fireworks" => "\u{1f386}", + "first_quarter_moon" => "\u{1f313}", + "first_quarter_moon_with_face" => "\u{1f31b}", + "fish" => "\u{1f41f}", + "fish_cake" => "\u{1f365}", + "fishing_pole_and_fish" => "\u{1f3a3}", + "fist" => "\u{270a}", + "fist_left" => "\u{1f91b}", + "fist_oncoming" => "\u{1f44a}", + "fist_raised" => "\u{270a}", + "fist_right" => "\u{1f91c}", + "five" => "\u{0035}\u{20e3}", + "flags" => "\u{1f38f}", + "flamingo" => "\u{1f9a9}", + "flashlight" => "\u{1f526}", + "flat_shoe" => "\u{1f97f}", + "fleur_de_lis" => "\u{269c}", + "flight_arrival" => "\u{1f6ec}", + "flight_departure" => "\u{1f6eb}", + "flipper" => "\u{1f42c}", + "floppy_disk" => "\u{1f4be}", + "flower_playing_cards" => "\u{1f3b4}", + "flushed" => "\u{1f633}", + "flying_disc" => "\u{1f94f}", + "flying_saucer" => "\u{1f6f8}", + "fog" => "\u{1f32b}", + "foggy" => "\u{1f301}", + "foot" => "\u{1f9b6}", + "football" => "\u{1f3c8}", + "footprints" => "\u{1f463}", + "fork_and_knife" => "\u{1f374}", + "fortune_cookie" => "\u{1f960}", + "fountain" => "\u{26f2}", + "fountain_pen" => "\u{1f58b}", + "four" => "\u{0034}\u{20e3}", + "four_leaf_clover" => "\u{1f340}", + "fox_face" => "\u{1f98a}", + "fr" => "\u{1f1eb}\u{1f1f7}", + "framed_picture" => "\u{1f5bc}", + "free" => "\u{1f193}", + "french_guiana" => "\u{1f1ec}\u{1f1eb}", + "french_polynesia" => "\u{1f1f5}\u{1f1eb}", + "french_southern_territories" => "\u{1f1f9}\u{1f1eb}", + "fried_egg" => "\u{1f373}", + "fried_shrimp" => "\u{1f364}", + "fries" => "\u{1f35f}", + "frog" => "\u{1f438}", + "frowning" => "\u{1f626}", + "frowning_face" => "\u{2639}", + "frowning_man" => "\u{1f64d}\u{2642}", + "frowning_person" => "\u{1f64d}", + "frowning_woman" => "\u{1f64d}\u{2640}", + "fu" => "\u{1f595}", + "fuelpump" => "\u{26fd}", + "full_moon" => "\u{1f315}", + "full_moon_with_face" => "\u{1f31d}", + "funeral_urn" => "\u{26b1}", + "gabon" => "\u{1f1ec}\u{1f1e6}", + "gambia" => "\u{1f1ec}\u{1f1f2}", + "game_die" => "\u{1f3b2}", + "garlic" => "\u{1f9c4}", + "gb" => "\u{1f1ec}\u{1f1e7}", + "gear" => "\u{2699}", + "gem" => "\u{1f48e}", + "gemini" => "\u{264a}", + "genie" => "\u{1f9de}", + "genie_man" => "\u{1f9de}\u{2642}", + "genie_woman" => "\u{1f9de}\u{2640}", + "georgia" => "\u{1f1ec}\u{1f1ea}", + "ghana" => "\u{1f1ec}\u{1f1ed}", + "ghost" => "\u{1f47b}", + "gibraltar" => "\u{1f1ec}\u{1f1ee}", + "gift" => "\u{1f381}", + "gift_heart" => "\u{1f49d}", + "giraffe" => "\u{1f992}", + "girl" => "\u{1f467}", + "globe_with_meridians" => "\u{1f310}", + "gloves" => "\u{1f9e4}", + "goal_net" => "\u{1f945}", + "goat" => "\u{1f410}", + "goggles" => "\u{1f97d}", + "golf" => "\u{26f3}", + "golfing" => "\u{1f3cc}", + "golfing_man" => "\u{1f3cc}\u{2642}", + "golfing_woman" => "\u{1f3cc}\u{2640}", + "gorilla" => "\u{1f98d}", + "grapes" => "\u{1f347}", + "greece" => "\u{1f1ec}\u{1f1f7}", + "green_apple" => "\u{1f34f}", + "green_book" => "\u{1f4d7}", + "green_circle" => "\u{1f7e2}", + "green_heart" => "\u{1f49a}", + "green_salad" => "\u{1f957}", + "green_square" => "\u{1f7e9}", + "greenland" => "\u{1f1ec}\u{1f1f1}", + "grenada" => "\u{1f1ec}\u{1f1e9}", + "grey_exclamation" => "\u{2755}", + "grey_question" => "\u{2754}", + "grimacing" => "\u{1f62c}", + "grin" => "\u{1f601}", + "grinning" => "\u{1f600}", + "guadeloupe" => "\u{1f1ec}\u{1f1f5}", + "guam" => "\u{1f1ec}\u{1f1fa}", + "guard" => "\u{1f482}", + "guardsman" => "\u{1f482}\u{2642}", + "guardswoman" => "\u{1f482}\u{2640}", + "guatemala" => "\u{1f1ec}\u{1f1f9}", + "guernsey" => "\u{1f1ec}\u{1f1ec}", + "guide_dog" => "\u{1f9ae}", + "guinea" => "\u{1f1ec}\u{1f1f3}", + "guinea_bissau" => "\u{1f1ec}\u{1f1fc}", + "guitar" => "\u{1f3b8}", + "gun" => "\u{1f52b}", + "guyana" => "\u{1f1ec}\u{1f1fe}", + "haircut" => "\u{1f487}", + "haircut_man" => "\u{1f487}\u{2642}", + "haircut_woman" => "\u{1f487}\u{2640}", + "haiti" => "\u{1f1ed}\u{1f1f9}", + "hamburger" => "\u{1f354}", + "hammer" => "\u{1f528}", + "hammer_and_pick" => "\u{2692}", + "hammer_and_wrench" => "\u{1f6e0}", + "hamster" => "\u{1f439}", + "hand" => "\u{270b}", + "hand_over_mouth" => "\u{1f92d}", + "handbag" => "\u{1f45c}", + "handball_person" => "\u{1f93e}", + "handshake" => "\u{1f91d}", + "hankey" => "\u{1f4a9}", + "hash" => "\u{0023}\u{20e3}", + "hatched_chick" => "\u{1f425}", + "hatching_chick" => "\u{1f423}", + "headphones" => "\u{1f3a7}", + "health_worker" => "\u{1f9d1}\u{2695}", + "hear_no_evil" => "\u{1f649}", + "heard_mcdonald_islands" => "\u{1f1ed}\u{1f1f2}", + "heart" => "\u{2764}", + "heart_decoration" => "\u{1f49f}", + "heart_eyes" => "\u{1f60d}", + "heart_eyes_cat" => "\u{1f63b}", + "heartbeat" => "\u{1f493}", + "heartpulse" => "\u{1f497}", + "hearts" => "\u{2665}", + "heavy_check_mark" => "\u{2714}", + "heavy_division_sign" => "\u{2797}", + "heavy_dollar_sign" => "\u{1f4b2}", + "heavy_exclamation_mark" => "\u{2757}", + "heavy_heart_exclamation" => "\u{2763}", + "heavy_minus_sign" => "\u{2796}", + "heavy_multiplication_x" => "\u{2716}", + "heavy_plus_sign" => "\u{2795}", + "hedgehog" => "\u{1f994}", + "helicopter" => "\u{1f681}", + "herb" => "\u{1f33f}", + "hibiscus" => "\u{1f33a}", + "high_brightness" => "\u{1f506}", + "high_heel" => "\u{1f460}", + "hiking_boot" => "\u{1f97e}", + "hindu_temple" => "\u{1f6d5}", + "hippopotamus" => "\u{1f99b}", + "hocho" => "\u{1f52a}", + "hole" => "\u{1f573}", + "honduras" => "\u{1f1ed}\u{1f1f3}", + "honey_pot" => "\u{1f36f}", + "honeybee" => "\u{1f41d}", + "hong_kong" => "\u{1f1ed}\u{1f1f0}", + "horse" => "\u{1f434}", + "horse_racing" => "\u{1f3c7}", + "hospital" => "\u{1f3e5}", + "hot_face" => "\u{1f975}", + "hot_pepper" => "\u{1f336}", + "hotdog" => "\u{1f32d}", + "hotel" => "\u{1f3e8}", + "hotsprings" => "\u{2668}", + "hourglass" => "\u{231b}", + "hourglass_flowing_sand" => "\u{23f3}", + "house" => "\u{1f3e0}", + "house_with_garden" => "\u{1f3e1}", + "houses" => "\u{1f3d8}", + "hugs" => "\u{1f917}", + "hungary" => "\u{1f1ed}\u{1f1fa}", + "hushed" => "\u{1f62f}", + "ice_cream" => "\u{1f368}", + "ice_cube" => "\u{1f9ca}", + "ice_hockey" => "\u{1f3d2}", + "ice_skate" => "\u{26f8}", + "icecream" => "\u{1f366}", + "iceland" => "\u{1f1ee}\u{1f1f8}", + "id" => "\u{1f194}", + "ideograph_advantage" => "\u{1f250}", + "imp" => "\u{1f47f}", + "inbox_tray" => "\u{1f4e5}", + "incoming_envelope" => "\u{1f4e8}", + "india" => "\u{1f1ee}\u{1f1f3}", + "indonesia" => "\u{1f1ee}\u{1f1e9}", + "infinity" => "\u{267e}", + "information_desk_person" => "\u{1f481}", + "information_source" => "\u{2139}", + "innocent" => "\u{1f607}", + "interrobang" => "\u{2049}", + "iphone" => "\u{1f4f1}", + "iran" => "\u{1f1ee}\u{1f1f7}", + "iraq" => "\u{1f1ee}\u{1f1f6}", + "ireland" => "\u{1f1ee}\u{1f1ea}", + "isle_of_man" => "\u{1f1ee}\u{1f1f2}", + "israel" => "\u{1f1ee}\u{1f1f1}", + "it" => "\u{1f1ee}\u{1f1f9}", + "izakaya_lantern" => "\u{1f3ee}", + "jack_o_lantern" => "\u{1f383}", + "jamaica" => "\u{1f1ef}\u{1f1f2}", + "japan" => "\u{1f5fe}", + "japanese_castle" => "\u{1f3ef}", + "japanese_goblin" => "\u{1f47a}", + "japanese_ogre" => "\u{1f479}", + "jeans" => "\u{1f456}", + "jersey" => "\u{1f1ef}\u{1f1ea}", + "jigsaw" => "\u{1f9e9}", + "jordan" => "\u{1f1ef}\u{1f1f4}", + "joy" => "\u{1f602}", + "joy_cat" => "\u{1f639}", + "joystick" => "\u{1f579}", + "jp" => "\u{1f1ef}\u{1f1f5}", + "judge" => "\u{1f9d1}\u{2696}", + "juggling_person" => "\u{1f939}", + "kaaba" => "\u{1f54b}", + "kangaroo" => "\u{1f998}", + "kazakhstan" => "\u{1f1f0}\u{1f1ff}", + "kenya" => "\u{1f1f0}\u{1f1ea}", + "key" => "\u{1f511}", + "keyboard" => "\u{2328}", + "keycap_ten" => "\u{1f51f}", + "kick_scooter" => "\u{1f6f4}", + "kimono" => "\u{1f458}", + "kiribati" => "\u{1f1f0}\u{1f1ee}", + "kiss" => "\u{1f48b}", + "kissing" => "\u{1f617}", + "kissing_cat" => "\u{1f63d}", + "kissing_closed_eyes" => "\u{1f61a}", + "kissing_heart" => "\u{1f618}", + "kissing_smiling_eyes" => "\u{1f619}", + "kite" => "\u{1fa81}", + "kiwi_fruit" => "\u{1f95d}", + "kneeling_man" => "\u{1f9ce}\u{2642}", + "kneeling_person" => "\u{1f9ce}", + "kneeling_woman" => "\u{1f9ce}\u{2640}", + "knife" => "\u{1f52a}", + "koala" => "\u{1f428}", + "koko" => "\u{1f201}", + "kosovo" => "\u{1f1fd}\u{1f1f0}", + "kr" => "\u{1f1f0}\u{1f1f7}", + "kuwait" => "\u{1f1f0}\u{1f1fc}", + "kyrgyzstan" => "\u{1f1f0}\u{1f1ec}", + "lab_coat" => "\u{1f97c}", + "label" => "\u{1f3f7}", + "lacrosse" => "\u{1f94d}", + "lantern" => "\u{1f3ee}", + "laos" => "\u{1f1f1}\u{1f1e6}", + "large_blue_circle" => "\u{1f535}", + "large_blue_diamond" => "\u{1f537}", + "large_orange_diamond" => "\u{1f536}", + "last_quarter_moon" => "\u{1f317}", + "last_quarter_moon_with_face" => "\u{1f31c}", + "latin_cross" => "\u{271d}", + "latvia" => "\u{1f1f1}\u{1f1fb}", + "laughing" => "\u{1f606}", + "leafy_green" => "\u{1f96c}", + "leaves" => "\u{1f343}", + "lebanon" => "\u{1f1f1}\u{1f1e7}", + "ledger" => "\u{1f4d2}", + "left_luggage" => "\u{1f6c5}", + "left_right_arrow" => "\u{2194}", + "left_speech_bubble" => "\u{1f5e8}", + "leftwards_arrow_with_hook" => "\u{21a9}", + "leg" => "\u{1f9b5}", + "lemon" => "\u{1f34b}", + "leo" => "\u{264c}", + "leopard" => "\u{1f406}", + "lesotho" => "\u{1f1f1}\u{1f1f8}", + "level_slider" => "\u{1f39a}", + "liberia" => "\u{1f1f1}\u{1f1f7}", + "libra" => "\u{264e}", + "libya" => "\u{1f1f1}\u{1f1fe}", + "liechtenstein" => "\u{1f1f1}\u{1f1ee}", + "light_rail" => "\u{1f688}", + "link" => "\u{1f517}", + "lion" => "\u{1f981}", + "lips" => "\u{1f444}", + "lipstick" => "\u{1f484}", + "lithuania" => "\u{1f1f1}\u{1f1f9}", + "lizard" => "\u{1f98e}", + "llama" => "\u{1f999}", + "lobster" => "\u{1f99e}", + "lock" => "\u{1f512}", + "lock_with_ink_pen" => "\u{1f50f}", + "lollipop" => "\u{1f36d}", + "loop" => "\u{27bf}", + "lotion_bottle" => "\u{1f9f4}", + "lotus_position" => "\u{1f9d8}", + "lotus_position_man" => "\u{1f9d8}\u{2642}", + "lotus_position_woman" => "\u{1f9d8}\u{2640}", + "loud_sound" => "\u{1f50a}", + "loudspeaker" => "\u{1f4e2}", + "love_hotel" => "\u{1f3e9}", + "love_letter" => "\u{1f48c}", + "love_you_gesture" => "\u{1f91f}", + "low_brightness" => "\u{1f505}", + "luggage" => "\u{1f9f3}", + "luxembourg" => "\u{1f1f1}\u{1f1fa}", + "lying_face" => "\u{1f925}", + "m" => "\u{24c2}", + "macau" => "\u{1f1f2}\u{1f1f4}", + "macedonia" => "\u{1f1f2}\u{1f1f0}", + "madagascar" => "\u{1f1f2}\u{1f1ec}", + "mag" => "\u{1f50d}", + "mag_right" => "\u{1f50e}", + "mage" => "\u{1f9d9}", + "mage_man" => "\u{1f9d9}\u{2642}", + "mage_woman" => "\u{1f9d9}\u{2640}", + "magnet" => "\u{1f9f2}", + "mahjong" => "\u{1f004}", + "mailbox" => "\u{1f4eb}", + "mailbox_closed" => "\u{1f4ea}", + "mailbox_with_mail" => "\u{1f4ec}", + "mailbox_with_no_mail" => "\u{1f4ed}", + "malawi" => "\u{1f1f2}\u{1f1fc}", + "malaysia" => "\u{1f1f2}\u{1f1fe}", + "maldives" => "\u{1f1f2}\u{1f1fb}", + "male_detective" => "\u{1f575}\u{2642}", + "male_sign" => "\u{2642}", + "mali" => "\u{1f1f2}\u{1f1f1}", + "malta" => "\u{1f1f2}\u{1f1f9}", + "man" => "\u{1f468}", + "man_artist" => "\u{1f468}\u{1f3a8}", + "man_astronaut" => "\u{1f468}\u{1f680}", + "man_cartwheeling" => "\u{1f938}\u{2642}", + "man_cook" => "\u{1f468}\u{1f373}", + "man_dancing" => "\u{1f57a}", + "man_facepalming" => "\u{1f926}\u{2642}", + "man_factory_worker" => "\u{1f468}\u{1f3ed}", + "man_farmer" => "\u{1f468}\u{1f33e}", + "man_firefighter" => "\u{1f468}\u{1f692}", + "man_health_worker" => "\u{1f468}\u{2695}", + "man_in_manual_wheelchair" => "\u{1f468}\u{1f9bd}", + "man_in_motorized_wheelchair" => "\u{1f468}\u{1f9bc}", + "man_in_tuxedo" => "\u{1f935}", + "man_judge" => "\u{1f468}\u{2696}", + "man_juggling" => "\u{1f939}\u{2642}", + "man_mechanic" => "\u{1f468}\u{1f527}", + "man_office_worker" => "\u{1f468}\u{1f4bc}", + "man_pilot" => "\u{1f468}\u{2708}", + "man_playing_handball" => "\u{1f93e}\u{2642}", + "man_playing_water_polo" => "\u{1f93d}\u{2642}", + "man_scientist" => "\u{1f468}\u{1f52c}", + "man_shrugging" => "\u{1f937}\u{2642}", + "man_singer" => "\u{1f468}\u{1f3a4}", + "man_student" => "\u{1f468}\u{1f393}", + "man_teacher" => "\u{1f468}\u{1f3eb}", + "man_technologist" => "\u{1f468}\u{1f4bb}", + "man_with_gua_pi_mao" => "\u{1f472}", + "man_with_probing_cane" => "\u{1f468}\u{1f9af}", + "man_with_turban" => "\u{1f473}\u{2642}", + "mandarin" => "\u{1f34a}", + "mango" => "\u{1f96d}", + "mans_shoe" => "\u{1f45e}", + "mantelpiece_clock" => "\u{1f570}", + "manual_wheelchair" => "\u{1f9bd}", + "maple_leaf" => "\u{1f341}", + "marshall_islands" => "\u{1f1f2}\u{1f1ed}", + "martial_arts_uniform" => "\u{1f94b}", + "martinique" => "\u{1f1f2}\u{1f1f6}", + "mask" => "\u{1f637}", + "massage" => "\u{1f486}", + "massage_man" => "\u{1f486}\u{2642}", + "massage_woman" => "\u{1f486}\u{2640}", + "mate" => "\u{1f9c9}", + "mauritania" => "\u{1f1f2}\u{1f1f7}", + "mauritius" => "\u{1f1f2}\u{1f1fa}", + "mayotte" => "\u{1f1fe}\u{1f1f9}", + "meat_on_bone" => "\u{1f356}", + "mechanic" => "\u{1f9d1}\u{1f527}", + "mechanical_arm" => "\u{1f9be}", + "mechanical_leg" => "\u{1f9bf}", + "medal_military" => "\u{1f396}", + "medal_sports" => "\u{1f3c5}", + "medical_symbol" => "\u{2695}", + "mega" => "\u{1f4e3}", + "melon" => "\u{1f348}", + "memo" => "\u{1f4dd}", + "men_wrestling" => "\u{1f93c}\u{2642}", + "menorah" => "\u{1f54e}", + "mens" => "\u{1f6b9}", + "mermaid" => "\u{1f9dc}\u{2640}", + "merman" => "\u{1f9dc}\u{2642}", + "merperson" => "\u{1f9dc}", + "metal" => "\u{1f918}", + "metro" => "\u{1f687}", + "mexico" => "\u{1f1f2}\u{1f1fd}", + "microbe" => "\u{1f9a0}", + "micronesia" => "\u{1f1eb}\u{1f1f2}", + "microphone" => "\u{1f3a4}", + "microscope" => "\u{1f52c}", + "middle_finger" => "\u{1f595}", + "milk_glass" => "\u{1f95b}", + "milky_way" => "\u{1f30c}", + "minibus" => "\u{1f690}", + "minidisc" => "\u{1f4bd}", + "mobile_phone_off" => "\u{1f4f4}", + "moldova" => "\u{1f1f2}\u{1f1e9}", + "monaco" => "\u{1f1f2}\u{1f1e8}", + "money_mouth_face" => "\u{1f911}", + "money_with_wings" => "\u{1f4b8}", + "moneybag" => "\u{1f4b0}", + "mongolia" => "\u{1f1f2}\u{1f1f3}", + "monkey" => "\u{1f412}", + "monkey_face" => "\u{1f435}", + "monocle_face" => "\u{1f9d0}", + "monorail" => "\u{1f69d}", + "montenegro" => "\u{1f1f2}\u{1f1ea}", + "montserrat" => "\u{1f1f2}\u{1f1f8}", + "moon" => "\u{1f314}", + "moon_cake" => "\u{1f96e}", + "morocco" => "\u{1f1f2}\u{1f1e6}", + "mortar_board" => "\u{1f393}", + "mosque" => "\u{1f54c}", + "mosquito" => "\u{1f99f}", + "motor_boat" => "\u{1f6e5}", + "motor_scooter" => "\u{1f6f5}", + "motorcycle" => "\u{1f3cd}", + "motorized_wheelchair" => "\u{1f9bc}", + "motorway" => "\u{1f6e3}", + "mount_fuji" => "\u{1f5fb}", + "mountain" => "\u{26f0}", + "mountain_bicyclist" => "\u{1f6b5}", + "mountain_biking_man" => "\u{1f6b5}\u{2642}", + "mountain_biking_woman" => "\u{1f6b5}\u{2640}", + "mountain_cableway" => "\u{1f6a0}", + "mountain_railway" => "\u{1f69e}", + "mountain_snow" => "\u{1f3d4}", + "mouse" => "\u{1f42d}", + "mouse2" => "\u{1f401}", + "movie_camera" => "\u{1f3a5}", + "moyai" => "\u{1f5ff}", + "mozambique" => "\u{1f1f2}\u{1f1ff}", + "mrs_claus" => "\u{1f936}", + "muscle" => "\u{1f4aa}", + "mushroom" => "\u{1f344}", + "musical_keyboard" => "\u{1f3b9}", + "musical_note" => "\u{1f3b5}", + "musical_score" => "\u{1f3bc}", + "mute" => "\u{1f507}", + "myanmar" => "\u{1f1f2}\u{1f1f2}", + "nail_care" => "\u{1f485}", + "name_badge" => "\u{1f4db}", + "namibia" => "\u{1f1f3}\u{1f1e6}", + "national_park" => "\u{1f3de}", + "nauru" => "\u{1f1f3}\u{1f1f7}", + "nauseated_face" => "\u{1f922}", + "nazar_amulet" => "\u{1f9ff}", + "necktie" => "\u{1f454}", + "negative_squared_cross_mark" => "\u{274e}", + "nepal" => "\u{1f1f3}\u{1f1f5}", + "nerd_face" => "\u{1f913}", + "netherlands" => "\u{1f1f3}\u{1f1f1}", + "neutral_face" => "\u{1f610}", + "new" => "\u{1f195}", + "new_caledonia" => "\u{1f1f3}\u{1f1e8}", + "new_moon" => "\u{1f311}", + "new_moon_with_face" => "\u{1f31a}", + "new_zealand" => "\u{1f1f3}\u{1f1ff}", + "newspaper" => "\u{1f4f0}", + "newspaper_roll" => "\u{1f5de}", + "next_track_button" => "\u{23ed}", + "ng" => "\u{1f196}", + "ng_man" => "\u{1f645}\u{2642}", + "ng_woman" => "\u{1f645}\u{2640}", + "nicaragua" => "\u{1f1f3}\u{1f1ee}", + "niger" => "\u{1f1f3}\u{1f1ea}", + "nigeria" => "\u{1f1f3}\u{1f1ec}", + "night_with_stars" => "\u{1f303}", + "nine" => "\u{0039}\u{20e3}", + "niue" => "\u{1f1f3}\u{1f1fa}", + "no_bell" => "\u{1f515}", + "no_bicycles" => "\u{1f6b3}", + "no_entry" => "\u{26d4}", + "no_entry_sign" => "\u{1f6ab}", + "no_good" => "\u{1f645}", + "no_good_man" => "\u{1f645}\u{2642}", + "no_good_woman" => "\u{1f645}\u{2640}", + "no_mobile_phones" => "\u{1f4f5}", + "no_mouth" => "\u{1f636}", + "no_pedestrians" => "\u{1f6b7}", + "no_smoking" => "\u{1f6ad}", + "non-potable_water" => "\u{1f6b1}", + "norfolk_island" => "\u{1f1f3}\u{1f1eb}", + "north_korea" => "\u{1f1f0}\u{1f1f5}", + "northern_mariana_islands" => "\u{1f1f2}\u{1f1f5}", + "norway" => "\u{1f1f3}\u{1f1f4}", + "nose" => "\u{1f443}", + "notebook" => "\u{1f4d3}", + "notebook_with_decorative_cover" => "\u{1f4d4}", + "notes" => "\u{1f3b6}", + "nut_and_bolt" => "\u{1f529}", + "o" => "\u{2b55}", + "o2" => "\u{1f17e}", + "ocean" => "\u{1f30a}", + "octopus" => "\u{1f419}", + "oden" => "\u{1f362}", + "office" => "\u{1f3e2}", + "office_worker" => "\u{1f9d1}\u{1f4bc}", + "oil_drum" => "\u{1f6e2}", + "ok" => "\u{1f197}", + "ok_hand" => "\u{1f44c}", + "ok_man" => "\u{1f646}\u{2642}", + "ok_person" => "\u{1f646}", + "ok_woman" => "\u{1f646}\u{2640}", + "old_key" => "\u{1f5dd}", + "older_adult" => "\u{1f9d3}", + "older_man" => "\u{1f474}", + "older_woman" => "\u{1f475}", + "om" => "\u{1f549}", + "oman" => "\u{1f1f4}\u{1f1f2}", + "on" => "\u{1f51b}", + "oncoming_automobile" => "\u{1f698}", + "oncoming_bus" => "\u{1f68d}", + "oncoming_police_car" => "\u{1f694}", + "oncoming_taxi" => "\u{1f696}", + "one" => "\u{0031}\u{20e3}", + "one_piece_swimsuit" => "\u{1fa71}", + "onion" => "\u{1f9c5}", + "open_book" => "\u{1f4d6}", + "open_file_folder" => "\u{1f4c2}", + "open_hands" => "\u{1f450}", + "open_mouth" => "\u{1f62e}", + "open_umbrella" => "\u{2602}", + "ophiuchus" => "\u{26ce}", + "orange" => "\u{1f34a}", + "orange_book" => "\u{1f4d9}", + "orange_circle" => "\u{1f7e0}", + "orange_heart" => "\u{1f9e1}", + "orange_square" => "\u{1f7e7}", + "orangutan" => "\u{1f9a7}", + "orthodox_cross" => "\u{2626}", + "otter" => "\u{1f9a6}", + "outbox_tray" => "\u{1f4e4}", + "owl" => "\u{1f989}", + "ox" => "\u{1f402}", + "oyster" => "\u{1f9aa}", + "package" => "\u{1f4e6}", + "page_facing_up" => "\u{1f4c4}", + "page_with_curl" => "\u{1f4c3}", + "pager" => "\u{1f4df}", + "paintbrush" => "\u{1f58c}", + "pakistan" => "\u{1f1f5}\u{1f1f0}", + "palau" => "\u{1f1f5}\u{1f1fc}", + "palestinian_territories" => "\u{1f1f5}\u{1f1f8}", + "palm_tree" => "\u{1f334}", + "palms_up_together" => "\u{1f932}", + "panama" => "\u{1f1f5}\u{1f1e6}", + "pancakes" => "\u{1f95e}", + "panda_face" => "\u{1f43c}", + "paperclip" => "\u{1f4ce}", + "paperclips" => "\u{1f587}", + "papua_new_guinea" => "\u{1f1f5}\u{1f1ec}", + "parachute" => "\u{1fa82}", + "paraguay" => "\u{1f1f5}\u{1f1fe}", + "parasol_on_ground" => "\u{26f1}", + "parking" => "\u{1f17f}", + "parrot" => "\u{1f99c}", + "part_alternation_mark" => "\u{303d}", + "partly_sunny" => "\u{26c5}", + "partying_face" => "\u{1f973}", + "passenger_ship" => "\u{1f6f3}", + "passport_control" => "\u{1f6c2}", + "pause_button" => "\u{23f8}", + "paw_prints" => "\u{1f43e}", + "peace_symbol" => "\u{262e}", + "peach" => "\u{1f351}", + "peacock" => "\u{1f99a}", + "peanuts" => "\u{1f95c}", + "pear" => "\u{1f350}", + "pen" => "\u{1f58a}", + "pencil" => "\u{1f4dd}", + "pencil2" => "\u{270f}", + "penguin" => "\u{1f427}", + "pensive" => "\u{1f614}", + "people_holding_hands" => "\u{1f9d1}\u{1f91d}\u{1f9d1}", + "performing_arts" => "\u{1f3ad}", + "persevere" => "\u{1f623}", + "person_bald" => "\u{1f9d1}\u{1f9b2}", + "person_curly_hair" => "\u{1f9d1}\u{1f9b1}", + "person_fencing" => "\u{1f93a}", + "person_in_manual_wheelchair" => "\u{1f9d1}\u{1f9bd}", + "person_in_motorized_wheelchair" => "\u{1f9d1}\u{1f9bc}", + "person_red_hair" => "\u{1f9d1}\u{1f9b0}", + "person_white_hair" => "\u{1f9d1}\u{1f9b3}", + "person_with_probing_cane" => "\u{1f9d1}\u{1f9af}", + "person_with_turban" => "\u{1f473}", + "peru" => "\u{1f1f5}\u{1f1ea}", + "petri_dish" => "\u{1f9eb}", + "philippines" => "\u{1f1f5}\u{1f1ed}", + "phone" => "\u{260e}", + "pick" => "\u{26cf}", + "pie" => "\u{1f967}", + "pig" => "\u{1f437}", + "pig2" => "\u{1f416}", + "pig_nose" => "\u{1f43d}", + "pill" => "\u{1f48a}", + "pilot" => "\u{1f9d1}\u{2708}", + "pinching_hand" => "\u{1f90f}", + "pineapple" => "\u{1f34d}", + "ping_pong" => "\u{1f3d3}", + "pirate_flag" => "\u{1f3f4}\u{2620}", + "pisces" => "\u{2653}", + "pitcairn_islands" => "\u{1f1f5}\u{1f1f3}", + "pizza" => "\u{1f355}", + "place_of_worship" => "\u{1f6d0}", + "plate_with_cutlery" => "\u{1f37d}", + "play_or_pause_button" => "\u{23ef}", + "pleading_face" => "\u{1f97a}", + "point_down" => "\u{1f447}", + "point_left" => "\u{1f448}", + "point_right" => "\u{1f449}", + "point_up" => "\u{261d}", + "point_up_2" => "\u{1f446}", + "poland" => "\u{1f1f5}\u{1f1f1}", + "police_car" => "\u{1f693}", + "police_officer" => "\u{1f46e}", + "policeman" => "\u{1f46e}\u{2642}", + "policewoman" => "\u{1f46e}\u{2640}", + "poodle" => "\u{1f429}", + "poop" => "\u{1f4a9}", + "popcorn" => "\u{1f37f}", + "portugal" => "\u{1f1f5}\u{1f1f9}", + "post_office" => "\u{1f3e3}", + "postal_horn" => "\u{1f4ef}", + "postbox" => "\u{1f4ee}", + "potable_water" => "\u{1f6b0}", + "potato" => "\u{1f954}", + "pouch" => "\u{1f45d}", + "poultry_leg" => "\u{1f357}", + "pound" => "\u{1f4b7}", + "pout" => "\u{1f621}", + "pouting_cat" => "\u{1f63e}", + "pouting_face" => "\u{1f64e}", + "pouting_man" => "\u{1f64e}\u{2642}", + "pouting_woman" => "\u{1f64e}\u{2640}", + "pray" => "\u{1f64f}", + "prayer_beads" => "\u{1f4ff}", + "pregnant_woman" => "\u{1f930}", + "pretzel" => "\u{1f968}", + "previous_track_button" => "\u{23ee}", + "prince" => "\u{1f934}", + "princess" => "\u{1f478}", + "printer" => "\u{1f5a8}", + "probing_cane" => "\u{1f9af}", + "puerto_rico" => "\u{1f1f5}\u{1f1f7}", + "punch" => "\u{1f44a}", + "purple_circle" => "\u{1f7e3}", + "purple_heart" => "\u{1f49c}", + "purple_square" => "\u{1f7ea}", + "purse" => "\u{1f45b}", + "pushpin" => "\u{1f4cc}", + "put_litter_in_its_place" => "\u{1f6ae}", + "qatar" => "\u{1f1f6}\u{1f1e6}", + "question" => "\u{2753}", + "rabbit" => "\u{1f430}", + "rabbit2" => "\u{1f407}", + "raccoon" => "\u{1f99d}", + "racehorse" => "\u{1f40e}", + "racing_car" => "\u{1f3ce}", + "radio" => "\u{1f4fb}", + "radio_button" => "\u{1f518}", + "radioactive" => "\u{2622}", + "rage" => "\u{1f621}", + "railway_car" => "\u{1f683}", + "railway_track" => "\u{1f6e4}", + "rainbow" => "\u{1f308}", + "rainbow_flag" => "\u{1f3f3}\u{1f308}", + "raised_back_of_hand" => "\u{1f91a}", + "raised_eyebrow" => "\u{1f928}", + "raised_hand" => "\u{270b}", + "raised_hand_with_fingers_splayed" => "\u{1f590}", + "raised_hands" => "\u{1f64c}", + "raising_hand" => "\u{1f64b}", + "raising_hand_man" => "\u{1f64b}\u{2642}", + "raising_hand_woman" => "\u{1f64b}\u{2640}", + "ram" => "\u{1f40f}", + "ramen" => "\u{1f35c}", + "rat" => "\u{1f400}", + "razor" => "\u{1fa92}", + "receipt" => "\u{1f9fe}", + "record_button" => "\u{23fa}", + "recycle" => "\u{267b}", + "red_car" => "\u{1f697}", + "red_circle" => "\u{1f534}", + "red_envelope" => "\u{1f9e7}", + "red_haired_man" => "\u{1f468}\u{1f9b0}", + "red_haired_woman" => "\u{1f469}\u{1f9b0}", + "red_square" => "\u{1f7e5}", + "registered" => "\u{00ae}", + "relaxed" => "\u{263a}", + "relieved" => "\u{1f60c}", + "reminder_ribbon" => "\u{1f397}", + "repeat" => "\u{1f501}", + "repeat_one" => "\u{1f502}", + "rescue_worker_helmet" => "\u{26d1}", + "restroom" => "\u{1f6bb}", + "reunion" => "\u{1f1f7}\u{1f1ea}", + "revolving_hearts" => "\u{1f49e}", + "rewind" => "\u{23ea}", + "rhinoceros" => "\u{1f98f}", + "ribbon" => "\u{1f380}", + "rice" => "\u{1f35a}", + "rice_ball" => "\u{1f359}", + "rice_cracker" => "\u{1f358}", + "rice_scene" => "\u{1f391}", + "right_anger_bubble" => "\u{1f5ef}", + "ring" => "\u{1f48d}", + "ringed_planet" => "\u{1fa90}", + "robot" => "\u{1f916}", + "rocket" => "\u{1f680}", + "rofl" => "\u{1f923}", + "roll_eyes" => "\u{1f644}", + "roll_of_paper" => "\u{1f9fb}", + "roller_coaster" => "\u{1f3a2}", + "romania" => "\u{1f1f7}\u{1f1f4}", + "rooster" => "\u{1f413}", + "rose" => "\u{1f339}", + "rosette" => "\u{1f3f5}", + "rotating_light" => "\u{1f6a8}", + "round_pushpin" => "\u{1f4cd}", + "rowboat" => "\u{1f6a3}", + "rowing_man" => "\u{1f6a3}\u{2642}", + "rowing_woman" => "\u{1f6a3}\u{2640}", + "ru" => "\u{1f1f7}\u{1f1fa}", + "rugby_football" => "\u{1f3c9}", + "runner" => "\u{1f3c3}", + "running" => "\u{1f3c3}", + "running_man" => "\u{1f3c3}\u{2642}", + "running_shirt_with_sash" => "\u{1f3bd}", + "running_woman" => "\u{1f3c3}\u{2640}", + "rwanda" => "\u{1f1f7}\u{1f1fc}", + "sa" => "\u{1f202}", + "safety_pin" => "\u{1f9f7}", + "safety_vest" => "\u{1f9ba}", + "sagittarius" => "\u{2650}", + "sailboat" => "\u{26f5}", + "sake" => "\u{1f376}", + "salt" => "\u{1f9c2}", + "samoa" => "\u{1f1fc}\u{1f1f8}", + "san_marino" => "\u{1f1f8}\u{1f1f2}", + "sandal" => "\u{1f461}", + "sandwich" => "\u{1f96a}", + "santa" => "\u{1f385}", + "sao_tome_principe" => "\u{1f1f8}\u{1f1f9}", + "sari" => "\u{1f97b}", + "sassy_man" => "\u{1f481}\u{2642}", + "sassy_woman" => "\u{1f481}\u{2640}", + "satellite" => "\u{1f4e1}", + "satisfied" => "\u{1f606}", + "saudi_arabia" => "\u{1f1f8}\u{1f1e6}", + "sauna_man" => "\u{1f9d6}\u{2642}", + "sauna_person" => "\u{1f9d6}", + "sauna_woman" => "\u{1f9d6}\u{2640}", + "sauropod" => "\u{1f995}", + "saxophone" => "\u{1f3b7}", + "scarf" => "\u{1f9e3}", + "school" => "\u{1f3eb}", + "school_satchel" => "\u{1f392}", + "scientist" => "\u{1f9d1}\u{1f52c}", + "scissors" => "\u{2702}", + "scorpion" => "\u{1f982}", + "scorpius" => "\u{264f}", + "scotland" => "\u{1f3f4}\u{e0067}\u{e0062}\u{e0073}\u{e0063}\u{e0074}\u{e007f}", + "scream" => "\u{1f631}", + "scream_cat" => "\u{1f640}", + "scroll" => "\u{1f4dc}", + "seat" => "\u{1f4ba}", + "secret" => "\u{3299}", + "see_no_evil" => "\u{1f648}", + "seedling" => "\u{1f331}", + "selfie" => "\u{1f933}", + "senegal" => "\u{1f1f8}\u{1f1f3}", + "serbia" => "\u{1f1f7}\u{1f1f8}", + "service_dog" => "\u{1f415}\u{1f9ba}", + "seven" => "\u{0037}\u{20e3}", + "seychelles" => "\u{1f1f8}\u{1f1e8}", + "shallow_pan_of_food" => "\u{1f958}", + "shamrock" => "\u{2618}", + "shark" => "\u{1f988}", + "shaved_ice" => "\u{1f367}", + "sheep" => "\u{1f411}", + "shell" => "\u{1f41a}", + "shield" => "\u{1f6e1}", + "shinto_shrine" => "\u{26e9}", + "ship" => "\u{1f6a2}", + "shirt" => "\u{1f455}", + "shit" => "\u{1f4a9}", + "shoe" => "\u{1f45e}", + "shopping" => "\u{1f6cd}", + "shopping_cart" => "\u{1f6d2}", + "shorts" => "\u{1fa73}", + "shower" => "\u{1f6bf}", + "shrimp" => "\u{1f990}", + "shrug" => "\u{1f937}", + "shushing_face" => "\u{1f92b}", + "sierra_leone" => "\u{1f1f8}\u{1f1f1}", + "signal_strength" => "\u{1f4f6}", + "singapore" => "\u{1f1f8}\u{1f1ec}", + "singer" => "\u{1f9d1}\u{1f3a4}", + "sint_maarten" => "\u{1f1f8}\u{1f1fd}", + "six" => "\u{0036}\u{20e3}", + "six_pointed_star" => "\u{1f52f}", + "skateboard" => "\u{1f6f9}", + "ski" => "\u{1f3bf}", + "skier" => "\u{26f7}", + "skull" => "\u{1f480}", + "skull_and_crossbones" => "\u{2620}", + "skunk" => "\u{1f9a8}", + "sled" => "\u{1f6f7}", + "sleeping" => "\u{1f634}", + "sleeping_bed" => "\u{1f6cc}", + "sleepy" => "\u{1f62a}", + "slightly_frowning_face" => "\u{1f641}", + "slightly_smiling_face" => "\u{1f642}", + "slot_machine" => "\u{1f3b0}", + "sloth" => "\u{1f9a5}", + "slovakia" => "\u{1f1f8}\u{1f1f0}", + "slovenia" => "\u{1f1f8}\u{1f1ee}", + "small_airplane" => "\u{1f6e9}", + "small_blue_diamond" => "\u{1f539}", + "small_orange_diamond" => "\u{1f538}", + "small_red_triangle" => "\u{1f53a}", + "small_red_triangle_down" => "\u{1f53b}", + "smile" => "\u{1f604}", + "smile_cat" => "\u{1f638}", + "smiley" => "\u{1f603}", + "smiley_cat" => "\u{1f63a}", + "smiling_face_with_three_hearts" => "\u{1f970}", + "smiling_imp" => "\u{1f608}", + "smirk" => "\u{1f60f}", + "smirk_cat" => "\u{1f63c}", + "smoking" => "\u{1f6ac}", + "snail" => "\u{1f40c}", + "snake" => "\u{1f40d}", + "sneezing_face" => "\u{1f927}", + "snowboarder" => "\u{1f3c2}", + "snowflake" => "\u{2744}", + "snowman" => "\u{26c4}", + "snowman_with_snow" => "\u{2603}", + "soap" => "\u{1f9fc}", + "sob" => "\u{1f62d}", + "soccer" => "\u{26bd}", + "socks" => "\u{1f9e6}", + "softball" => "\u{1f94e}", + "solomon_islands" => "\u{1f1f8}\u{1f1e7}", + "somalia" => "\u{1f1f8}\u{1f1f4}", + "soon" => "\u{1f51c}", + "sos" => "\u{1f198}", + "sound" => "\u{1f509}", + "south_africa" => "\u{1f1ff}\u{1f1e6}", + "south_georgia_south_sandwich_islands" => "\u{1f1ec}\u{1f1f8}", + "south_sudan" => "\u{1f1f8}\u{1f1f8}", + "space_invader" => "\u{1f47e}", + "spades" => "\u{2660}", + "spaghetti" => "\u{1f35d}", + "sparkle" => "\u{2747}", + "sparkler" => "\u{1f387}", + "sparkles" => "\u{2728}", + "sparkling_heart" => "\u{1f496}", + "speak_no_evil" => "\u{1f64a}", + "speaker" => "\u{1f508}", + "speaking_head" => "\u{1f5e3}", + "speech_balloon" => "\u{1f4ac}", + "speedboat" => "\u{1f6a4}", + "spider" => "\u{1f577}", + "spider_web" => "\u{1f578}", + "spiral_calendar" => "\u{1f5d3}", + "spiral_notepad" => "\u{1f5d2}", + "sponge" => "\u{1f9fd}", + "spoon" => "\u{1f944}", + "squid" => "\u{1f991}", + "sri_lanka" => "\u{1f1f1}\u{1f1f0}", + "st_barthelemy" => "\u{1f1e7}\u{1f1f1}", + "st_helena" => "\u{1f1f8}\u{1f1ed}", + "st_kitts_nevis" => "\u{1f1f0}\u{1f1f3}", + "st_lucia" => "\u{1f1f1}\u{1f1e8}", + "st_martin" => "\u{1f1f2}\u{1f1eb}", + "st_pierre_miquelon" => "\u{1f1f5}\u{1f1f2}", + "st_vincent_grenadines" => "\u{1f1fb}\u{1f1e8}", + "stadium" => "\u{1f3df}", + "standing_man" => "\u{1f9cd}\u{2642}", + "standing_person" => "\u{1f9cd}", + "standing_woman" => "\u{1f9cd}\u{2640}", + "star" => "\u{2b50}", + "star2" => "\u{1f31f}", + "star_and_crescent" => "\u{262a}", + "star_of_david" => "\u{2721}", + "star_struck" => "\u{1f929}", + "stars" => "\u{1f320}", + "station" => "\u{1f689}", + "statue_of_liberty" => "\u{1f5fd}", + "steam_locomotive" => "\u{1f682}", + "stethoscope" => "\u{1fa7a}", + "stew" => "\u{1f372}", + "stop_button" => "\u{23f9}", + "stop_sign" => "\u{1f6d1}", + "stopwatch" => "\u{23f1}", + "straight_ruler" => "\u{1f4cf}", + "strawberry" => "\u{1f353}", + "stuck_out_tongue" => "\u{1f61b}", + "stuck_out_tongue_closed_eyes" => "\u{1f61d}", + "stuck_out_tongue_winking_eye" => "\u{1f61c}", + "student" => "\u{1f9d1}\u{1f393}", + "studio_microphone" => "\u{1f399}", + "stuffed_flatbread" => "\u{1f959}", + "sudan" => "\u{1f1f8}\u{1f1e9}", + "sun_behind_large_cloud" => "\u{1f325}", + "sun_behind_rain_cloud" => "\u{1f326}", + "sun_behind_small_cloud" => "\u{1f324}", + "sun_with_face" => "\u{1f31e}", + "sunflower" => "\u{1f33b}", + "sunglasses" => "\u{1f60e}", + "sunny" => "\u{2600}", + "sunrise" => "\u{1f305}", + "sunrise_over_mountains" => "\u{1f304}", + "superhero" => "\u{1f9b8}", + "superhero_man" => "\u{1f9b8}\u{2642}", + "superhero_woman" => "\u{1f9b8}\u{2640}", + "supervillain" => "\u{1f9b9}", + "supervillain_man" => "\u{1f9b9}\u{2642}", + "supervillain_woman" => "\u{1f9b9}\u{2640}", + "surfer" => "\u{1f3c4}", + "surfing_man" => "\u{1f3c4}\u{2642}", + "surfing_woman" => "\u{1f3c4}\u{2640}", + "suriname" => "\u{1f1f8}\u{1f1f7}", + "sushi" => "\u{1f363}", + "suspension_railway" => "\u{1f69f}", + "svalbard_jan_mayen" => "\u{1f1f8}\u{1f1ef}", + "swan" => "\u{1f9a2}", + "swaziland" => "\u{1f1f8}\u{1f1ff}", + "sweat" => "\u{1f613}", + "sweat_drops" => "\u{1f4a6}", + "sweat_smile" => "\u{1f605}", + "sweden" => "\u{1f1f8}\u{1f1ea}", + "sweet_potato" => "\u{1f360}", + "swim_brief" => "\u{1fa72}", + "swimmer" => "\u{1f3ca}", + "swimming_man" => "\u{1f3ca}\u{2642}", + "swimming_woman" => "\u{1f3ca}\u{2640}", + "switzerland" => "\u{1f1e8}\u{1f1ed}", + "symbols" => "\u{1f523}", + "synagogue" => "\u{1f54d}", + "syria" => "\u{1f1f8}\u{1f1fe}", + "syringe" => "\u{1f489}", + "t-rex" => "\u{1f996}", + "taco" => "\u{1f32e}", + "tada" => "\u{1f389}", + "taiwan" => "\u{1f1f9}\u{1f1fc}", + "tajikistan" => "\u{1f1f9}\u{1f1ef}", + "takeout_box" => "\u{1f961}", + "tanabata_tree" => "\u{1f38b}", + "tangerine" => "\u{1f34a}", + "tanzania" => "\u{1f1f9}\u{1f1ff}", + "taurus" => "\u{2649}", + "taxi" => "\u{1f695}", + "tea" => "\u{1f375}", + "teacher" => "\u{1f9d1}\u{1f3eb}", + "technologist" => "\u{1f9d1}\u{1f4bb}", + "teddy_bear" => "\u{1f9f8}", + "telephone" => "\u{260e}", + "telephone_receiver" => "\u{1f4de}", + "telescope" => "\u{1f52d}", + "tennis" => "\u{1f3be}", + "tent" => "\u{26fa}", + "test_tube" => "\u{1f9ea}", + "thailand" => "\u{1f1f9}\u{1f1ed}", + "thermometer" => "\u{1f321}", + "thinking" => "\u{1f914}", + "thought_balloon" => "\u{1f4ad}", + "thread" => "\u{1f9f5}", + "three" => "\u{0033}\u{20e3}", + "thumbsdown" => "\u{1f44e}", + "thumbsup" => "\u{1f44d}", + "ticket" => "\u{1f3ab}", + "tickets" => "\u{1f39f}", + "tiger" => "\u{1f42f}", + "tiger2" => "\u{1f405}", + "timer_clock" => "\u{23f2}", + "timor_leste" => "\u{1f1f9}\u{1f1f1}", + "tipping_hand_man" => "\u{1f481}\u{2642}", + "tipping_hand_person" => "\u{1f481}", + "tipping_hand_woman" => "\u{1f481}\u{2640}", + "tired_face" => "\u{1f62b}", + "tm" => "\u{2122}", + "togo" => "\u{1f1f9}\u{1f1ec}", + "toilet" => "\u{1f6bd}", + "tokelau" => "\u{1f1f9}\u{1f1f0}", + "tokyo_tower" => "\u{1f5fc}", + "tomato" => "\u{1f345}", + "tonga" => "\u{1f1f9}\u{1f1f4}", + "tongue" => "\u{1f445}", + "toolbox" => "\u{1f9f0}", + "tooth" => "\u{1f9b7}", + "top" => "\u{1f51d}", + "tophat" => "\u{1f3a9}", + "tornado" => "\u{1f32a}", + "tr" => "\u{1f1f9}\u{1f1f7}", + "trackball" => "\u{1f5b2}", + "tractor" => "\u{1f69c}", + "traffic_light" => "\u{1f6a5}", + "train" => "\u{1f68b}", + "train2" => "\u{1f686}", + "tram" => "\u{1f68a}", + "triangular_flag_on_post" => "\u{1f6a9}", + "triangular_ruler" => "\u{1f4d0}", + "trident" => "\u{1f531}", + "trinidad_tobago" => "\u{1f1f9}\u{1f1f9}", + "tristan_da_cunha" => "\u{1f1f9}\u{1f1e6}", + "triumph" => "\u{1f624}", + "trolleybus" => "\u{1f68e}", + "trophy" => "\u{1f3c6}", + "tropical_drink" => "\u{1f379}", + "tropical_fish" => "\u{1f420}", + "truck" => "\u{1f69a}", + "trumpet" => "\u{1f3ba}", + "tshirt" => "\u{1f455}", + "tulip" => "\u{1f337}", + "tumbler_glass" => "\u{1f943}", + "tunisia" => "\u{1f1f9}\u{1f1f3}", + "turkey" => "\u{1f983}", + "turkmenistan" => "\u{1f1f9}\u{1f1f2}", + "turks_caicos_islands" => "\u{1f1f9}\u{1f1e8}", + "turtle" => "\u{1f422}", + "tuvalu" => "\u{1f1f9}\u{1f1fb}", + "tv" => "\u{1f4fa}", + "twisted_rightwards_arrows" => "\u{1f500}", + "two" => "\u{0032}\u{20e3}", + "two_hearts" => "\u{1f495}", + "two_men_holding_hands" => "\u{1f46c}", + "two_women_holding_hands" => "\u{1f46d}", + "u5272" => "\u{1f239}", + "u5408" => "\u{1f234}", + "u55b6" => "\u{1f23a}", + "u6307" => "\u{1f22f}", + "u6708" => "\u{1f237}", + "u6709" => "\u{1f236}", + "u6e80" => "\u{1f235}", + "u7121" => "\u{1f21a}", + "u7533" => "\u{1f238}", + "u7981" => "\u{1f232}", + "u7a7a" => "\u{1f233}", + "uganda" => "\u{1f1fa}\u{1f1ec}", + "uk" => "\u{1f1ec}\u{1f1e7}", + "ukraine" => "\u{1f1fa}\u{1f1e6}", + "umbrella" => "\u{2614}", + "unamused" => "\u{1f612}", + "underage" => "\u{1f51e}", + "unicorn" => "\u{1f984}", + "united_arab_emirates" => "\u{1f1e6}\u{1f1ea}", + "united_nations" => "\u{1f1fa}\u{1f1f3}", + "unlock" => "\u{1f513}", + "up" => "\u{1f199}", + "upside_down_face" => "\u{1f643}", + "uruguay" => "\u{1f1fa}\u{1f1fe}", + "us" => "\u{1f1fa}\u{1f1f8}", + "us_outlying_islands" => "\u{1f1fa}\u{1f1f2}", + "us_virgin_islands" => "\u{1f1fb}\u{1f1ee}", + "uzbekistan" => "\u{1f1fa}\u{1f1ff}", + "v" => "\u{270c}", + "vampire" => "\u{1f9db}", + "vampire_man" => "\u{1f9db}\u{2642}", + "vampire_woman" => "\u{1f9db}\u{2640}", + "vanuatu" => "\u{1f1fb}\u{1f1fa}", + "vatican_city" => "\u{1f1fb}\u{1f1e6}", + "venezuela" => "\u{1f1fb}\u{1f1ea}", + "vertical_traffic_light" => "\u{1f6a6}", + "vhs" => "\u{1f4fc}", + "vibration_mode" => "\u{1f4f3}", + "video_camera" => "\u{1f4f9}", + "video_game" => "\u{1f3ae}", + "vietnam" => "\u{1f1fb}\u{1f1f3}", + "violin" => "\u{1f3bb}", + "virgo" => "\u{264d}", + "volcano" => "\u{1f30b}", + "volleyball" => "\u{1f3d0}", + "vomiting_face" => "\u{1f92e}", + "vs" => "\u{1f19a}", + "vulcan_salute" => "\u{1f596}", + "waffle" => "\u{1f9c7}", + "wales" => "\u{1f3f4}\u{e0067}\u{e0062}\u{e0077}\u{e006c}\u{e0073}\u{e007f}", + "walking" => "\u{1f6b6}", + "walking_man" => "\u{1f6b6}\u{2642}", + "walking_woman" => "\u{1f6b6}\u{2640}", + "wallis_futuna" => "\u{1f1fc}\u{1f1eb}", + "waning_crescent_moon" => "\u{1f318}", + "waning_gibbous_moon" => "\u{1f316}", + "warning" => "\u{26a0}", + "wastebasket" => "\u{1f5d1}", + "watch" => "\u{231a}", + "water_buffalo" => "\u{1f403}", + "water_polo" => "\u{1f93d}", + "watermelon" => "\u{1f349}", + "wave" => "\u{1f44b}", + "wavy_dash" => "\u{3030}", + "waxing_crescent_moon" => "\u{1f312}", + "waxing_gibbous_moon" => "\u{1f314}", + "wc" => "\u{1f6be}", + "weary" => "\u{1f629}", + "wedding" => "\u{1f492}", + "weight_lifting" => "\u{1f3cb}", + "weight_lifting_man" => "\u{1f3cb}\u{2642}", + "weight_lifting_woman" => "\u{1f3cb}\u{2640}", + "western_sahara" => "\u{1f1ea}\u{1f1ed}", + "whale" => "\u{1f433}", + "whale2" => "\u{1f40b}", + "wheel_of_dharma" => "\u{2638}", + "wheelchair" => "\u{267f}", + "white_check_mark" => "\u{2705}", + "white_circle" => "\u{26aa}", + "white_flag" => "\u{1f3f3}", + "white_flower" => "\u{1f4ae}", + "white_haired_man" => "\u{1f468}\u{1f9b3}", + "white_haired_woman" => "\u{1f469}\u{1f9b3}", + "white_heart" => "\u{1f90d}", + "white_large_square" => "\u{2b1c}", + "white_medium_small_square" => "\u{25fd}", + "white_medium_square" => "\u{25fb}", + "white_small_square" => "\u{25ab}", + "white_square_button" => "\u{1f533}", + "wilted_flower" => "\u{1f940}", + "wind_chime" => "\u{1f390}", + "wind_face" => "\u{1f32c}", + "wine_glass" => "\u{1f377}", + "wink" => "\u{1f609}", + "wolf" => "\u{1f43a}", + "woman" => "\u{1f469}", + "woman_artist" => "\u{1f469}\u{1f3a8}", + "woman_astronaut" => "\u{1f469}\u{1f680}", + "woman_cartwheeling" => "\u{1f938}\u{2640}", + "woman_cook" => "\u{1f469}\u{1f373}", + "woman_dancing" => "\u{1f483}", + "woman_facepalming" => "\u{1f926}\u{2640}", + "woman_factory_worker" => "\u{1f469}\u{1f3ed}", + "woman_farmer" => "\u{1f469}\u{1f33e}", + "woman_firefighter" => "\u{1f469}\u{1f692}", + "woman_health_worker" => "\u{1f469}\u{2695}", + "woman_in_manual_wheelchair" => "\u{1f469}\u{1f9bd}", + "woman_in_motorized_wheelchair" => "\u{1f469}\u{1f9bc}", + "woman_judge" => "\u{1f469}\u{2696}", + "woman_juggling" => "\u{1f939}\u{2640}", + "woman_mechanic" => "\u{1f469}\u{1f527}", + "woman_office_worker" => "\u{1f469}\u{1f4bc}", + "woman_pilot" => "\u{1f469}\u{2708}", + "woman_playing_handball" => "\u{1f93e}\u{2640}", + "woman_playing_water_polo" => "\u{1f93d}\u{2640}", + "woman_scientist" => "\u{1f469}\u{1f52c}", + "woman_shrugging" => "\u{1f937}\u{2640}", + "woman_singer" => "\u{1f469}\u{1f3a4}", + "woman_student" => "\u{1f469}\u{1f393}", + "woman_teacher" => "\u{1f469}\u{1f3eb}", + "woman_technologist" => "\u{1f469}\u{1f4bb}", + "woman_with_headscarf" => "\u{1f9d5}", + "woman_with_probing_cane" => "\u{1f469}\u{1f9af}", + "woman_with_turban" => "\u{1f473}\u{2640}", + "womans_clothes" => "\u{1f45a}", + "womans_hat" => "\u{1f452}", + "women_wrestling" => "\u{1f93c}\u{2640}", + "womens" => "\u{1f6ba}", + "woozy_face" => "\u{1f974}", + "world_map" => "\u{1f5fa}", + "worried" => "\u{1f61f}", + "wrench" => "\u{1f527}", + "wrestling" => "\u{1f93c}", + "writing_hand" => "\u{270d}", + "x" => "\u{274c}", + "yarn" => "\u{1f9f6}", + "yawning_face" => "\u{1f971}", + "yellow_circle" => "\u{1f7e1}", + "yellow_heart" => "\u{1f49b}", + "yellow_square" => "\u{1f7e8}", + "yemen" => "\u{1f1fe}\u{1f1ea}", + "yen" => "\u{1f4b4}", + "yin_yang" => "\u{262f}", + "yo_yo" => "\u{1fa80}", + "yum" => "\u{1f60b}", + "zambia" => "\u{1f1ff}\u{1f1f2}", + "zany_face" => "\u{1f92a}", + "zap" => "\u{26a1}", + "zebra" => "\u{1f993}", + "zero" => "\u{0030}\u{20e3}", + "zimbabwe" => "\u{1f1ff}\u{1f1fc}", + "zipper_mouth_face" => "\u{1f910}", + "zombie" => "\u{1f9df}", + "zombie_man" => "\u{1f9df}\u{2642}", + "zombie_woman" => "\u{1f9df}\u{2640}", + "zzz" => "\u{1f4a4}" + ]; +} diff --git a/app/Services/Parser/Extensions/emoji.json b/app/Services/Parser/Extensions/emoji.json new file mode 100644 index 0000000000..67f7d41e44 --- /dev/null +++ b/app/Services/Parser/Extensions/emoji.json @@ -0,0 +1,24452 @@ +{ + "categories": [ + { + "name": "Smileys & People", + "subcategories": [ + "face-positive", + "face-neutral", + "face-negative", + "face-other", + "face-role", + "face-sick", + "creature-face", + "cat-face", + "monkey-face", + "person", + "person-role", + "person-gesture", + "person-activity", + "person-fantasy", + "person-sport", + "person-accessibility", + "family", + "body", + "emotion", + "clothing" + ] + }, + { + "name": "Animals & Nature", + "subcategories": [ + "animal-mammal", + "animal-bird", + "animal-amphibian", + "animal-reptile", + "animal-marine", + "animal-bug", + "plant-flower", + "plant-other" + ] + }, + { + "name": "Food & Drink", + "subcategories": [ + "food-fruit", + "food-vegetable", + "food-prepared", + "food-asian", + "food-sweet", + "drink", + "dishware" + ] + }, + { + "name": "Travel & Places", + "subcategories": [ + "place-map", + "place-geographic", + "place-building", + "place-religious", + "place-other", + "transport-ground", + "transport-water", + "transport-air", + "hotel", + "time", + "sky & weather" + ] + }, + { + "name": "Activities", + "subcategories": [ + "event", + "award-medal", + "sport", + "game" + ] + }, + { + "name": "Objects", + "subcategories": [ + "sound", + "music", + "musical-instrument", + "phone", + "computer", + "light & video", + "book-paper", + "money", + "mail", + "writing", + "office", + "lock", + "tool", + "medical", + "hygiene", + "science", + "other-object" + ] + }, + { + "name": "Symbols", + "subcategories": [ + "transport-sign", + "warning", + "arrow", + "religion", + "zodiac", + "av-symbol", + "other-symbol", + "keycap", + "alphanum", + "geometric", + "flag", + "country-flag" + ] + } + ], + "groups": [ + { + "name": "face-positive", + "emojis": [ + "smile", + "twinkle", + "happy", + "lol", + "laugh", + "wink", + "joy", + "rotfl", + "sweat_smile", + "tongue", + "tongue_wink", + "tongue_closed_eyes", + "yum", + "zany_face", + "hugging_face", + "relieved", + "relaxed", + "blush", + "kissing", + "kissing_smiling", + "kissing_closed_eyes", + "kissing_heart", + "heart_smile", + "heart_eyes", + "star-struck", + "party", + "holding_back_tears" + ] + }, + { + "name": "face-neutral", + "emojis": [ + "confused", + "diagonal_mouth", + "neutral", + "expressionless", + "rolling_eyes", + "exhaling", + "unamused", + "raised_eyebrow", + "monocle", + "surprised", + "open_mouth", + "astonished", + "thinking", + "no_mouth", + "zipper_mouth", + "dotted_line_face", + "melting_face", + "drooling", + "yawn", + "sleeping", + "smirk", + "passive_aggressive", + "upside_down_face", + "smiling_tear" + ] + }, + { + "name": "face-negative", + "emojis": [ + "frown", + "unhappy", + "sad", + "anguished", + "worried", + "disappointed", + "upset", + "sweat", + "pleading", + "weary", + "cry", + "disappointed_relieved", + "sob", + "fearful", + "cold_sweat", + "scream", + "flushed", + "grimacing", + "persevere", + "confounded", + "tired", + "woozy_face", + "spiral_eyes", + "dizzy_face", + "angry", + "rage", + "symbols_on_mouth" + ] + }, + { + "name": "face-role", + "emojis": [ + "innocent", + "cowboy_hat_face", + "clown_face", + "lying", + "person_with_crown", + "person_with_headscarf", + "nerd" + ] + }, + { + "name": "face-sick", + "emojis": [ + "face_thermometer", + "sneezing", + "mask", + "head_bandage", + "vomiting", + "nauseated" + ] + }, + { + "name": "creature-face", + "emojis": [ + "smiling_devil", + "devil", + "japanese_ogre", + "japanese_goblin", + "skull", + "skull_and_crossbones", + "ghost", + "alien", + "space_invader", + "robot", + "hankey", + "troll" + ] + }, + { + "name": "cat-face", + "emojis": [ + "smiley_cat", + "smile_cat", + "joy_cat", + "heart_eyes_cat", + "smirk_cat", + "kissing_cat", + "scream_cat", + "crying_cat_face", + "pouting_cat" + ] + }, + { + "name": "monkey-face", + "emojis": [ + "see_no_evil", + "hear_no_evil", + "speak_no_evil" + ] + }, + { + "name": "person", + "emojis": [ + "boy", + "girl", + "man", + "woman", + "older_man", + "older_woman", + "baby", + "angel", + "child", + "adult", + "older_adult", + "man_with_beard", + "red_haired_man", + "red_haired_woman", + "red_haired_person", + "curly_haired_man", + "curly_haired_woman", + "curly_haired_person", + "white_haired_man", + "white_haired_woman", + "white_haired_person", + "bald_man", + "bald_woman", + "bald_person" + ] + }, + { + "name": "person-role", + "emojis": [ + "male-doctor", + "female-doctor", + "male-student", + "female-student", + "male-teacher", + "female-teacher", + "male-judge", + "female-judge", + "male-farmer", + "female-farmer", + "male-cook", + "female-cook", + "male-mechanic", + "female-mechanic", + "male-factory-worker", + "female-factory-worker", + "male-office-worker", + "female-office-worker", + "male-scientist", + "female-scientist", + "male-technologist", + "female-technologist", + "male-singer", + "female-singer", + "male-artist", + "female-artist", + "male-pilot", + "female-pilot", + "male-astronaut", + "female-astronaut", + "male-firefighter", + "female-firefighter", + "cop", + "male-police-officer", + "female-police-officer", + "sleuth_or_spy", + "male-detective", + "female-detective", + "guardsman", + "male-guard", + "female-guard", + "construction_worker", + "male-construction-worker", + "female-construction-worker", + "man_with_turban", + "man-wearing-turban", + "woman-wearing-turban", + "person_with_blond_hair", + "blond-haired-man", + "blond-haired-woman", + "santa", + "mrs_claus", + "princess", + "prince", + "bride_with_veil", + "person_in_tuxedo", + "pregnant_woman", + "man_with_gua_pi_mao", + "judge", + "farmer", + "cook", + "mechanic", + "factory_worker", + "office_worker", + "scientist", + "technologist", + "singer", + "artist", + "pilot", + "astronaut", + "firefighter", + "student", + "teacher", + "health_worker" + ] + }, + { + "name": "person-gesture", + "emojis": [ + "person_frowning", + "man-frowning", + "woman-frowning", + "person_pouting", + "man-pouting", + "woman-pouting", + "no_good", + "man-gesturing-no", + "woman-gesturing-no", + "ok_woman", + "man-gesturing-ok", + "woman-gesturing-ok", + "information_desk_person", + "man-tipping-hand", + "woman-tipping-hand", + "raising_hand", + "man-raising-hand", + "woman-raising-hand", + "bow", + "man-bowing", + "woman-bowing", + "face_palm", + "man-facepalming", + "woman-facepalming", + "shrug", + "man-shrugging", + "woman-shrugging" + ] + }, + { + "name": "person-activity", + "emojis": [ + "massage", + "man-getting-massage", + "woman-getting-massage", + "haircut", + "man-getting-haircut", + "woman-getting-haircut", + "walking", + "man-walking", + "woman-walking", + "runner", + "man-running", + "woman-running", + "dancer", + "man_dancing", + "dancers", + "men-with-bunny-ears-partying", + "women-with-bunny-ears-partying", + "man_in_business_suit_levitating", + "speaking_head_in_silhouette", + "bust_in_silhouette", + "busts_in_silhouette", + "people_hugging", + "standing_person", + "man_standing", + "woman_standing", + "kneeling_person", + "man_kneeling", + "woman_kneeling", + "people_holding_hands", + "woman_with_veil", + "man_in_tuxedo" + ] + }, + { + "name": "person-sport", + "emojis": [ + "fencer", + "horse_racing", + "skier", + "snowboarder", + "golfer", + "man-golfing", + "woman-golfing", + "surfer", + "man-surfing", + "woman-surfing", + "rowboat", + "man-rowing-boat", + "woman-rowing-boat", + "swimmer", + "man-swimming", + "woman-swimming", + "person_with_ball", + "man-bouncing-ball", + "woman-bouncing-ball", + "weight_lifter", + "man-lifting-weights", + "woman-lifting-weights", + "bicyclist", + "man-biking", + "woman-biking", + "mountain_bicyclist", + "man-mountain-biking", + "woman-mountain-biking", + "racing_car", + "racing_motorcycle", + "person_doing_cartwheel", + "man-cartwheeling", + "woman-cartwheeling", + "wrestlers", + "man-wrestling", + "woman-wrestling", + "water_polo", + "man-playing-water-polo", + "woman-playing-water-polo", + "handball", + "man-playing-handball", + "woman-playing-handball", + "juggling", + "man-juggling", + "woman-juggling", + "person_in_lotus_position", + "man_in_lotus_position", + "woman_in_lotus_position", + "person_in_steamy_room", + "man_in_steamy_room", + "woman_in_steamy_room", + "person_climbing", + "man_climbing", + "woman_climbing" + ] + }, + { + "name": "family", + "emojis": [ + "man_and_woman_holding_hands", + "two_men_holding_hands", + "two_women_holding_hands", + "couplekiss", + "couple_with_heart", + "family", + "man-woman-boy", + "man-woman-girl", + "man-woman-girl-boy", + "man-woman-boy-boy", + "man-woman-girl-girl", + "man-man-boy", + "man-man-girl", + "man-man-girl-boy", + "man-man-boy-boy", + "man-man-girl-girl", + "woman-woman-boy", + "woman-woman-girl", + "woman-woman-girl-boy", + "woman-woman-boy-boy", + "woman-woman-girl-girl", + "man-boy", + "man-boy-boy", + "man-girl", + "man-girl-boy", + "man-girl-girl", + "woman-boy", + "woman-boy-boy", + "woman-girl", + "woman-girl-boy", + "woman-girl-girl", + "breast-feeding", + "woman-kiss-man", + "man-kiss-man", + "woman-kiss-woman", + "woman-heart-man", + "man-heart-man", + "woman-heart-woman", + "woman_feeding_baby", + "man_feeding_baby", + "person_feeding_baby" + ] + }, + { + "name": "body", + "emojis": [ + "muscle", + "selfie", + "point_left", + "point_right", + "point_up", + "point_up_2", + "middle_finger", + "point_down", + "v", + "crossed_fingers", + "spock-hand", + "horns_hand", + "call_me_hand", + "raised_hand_with_fingers_splayed", + "hand", + "ok_hand", + "thumbs_up", + "thumbs_down", + "fist", + "facepunch", + "left-facing_fist", + "right-facing_fist", + "raised_back_of_hand", + "wave", + "clap", + "writing_hand", + "open_hands", + "raised_hands", + "pray", + "handshake", + "nail_care", + "ear", + "nose", + "footprints", + "eyes", + "eye", + "eye-in-speech-bubble", + "anatomical_tongue", + "lips", + "foot", + "leg", + "brain", + "anatomical_heart", + "lungs", + "tooth", + "bone", + "biting_lip", + "ear_hearing_aid", + "rightwards_hand", + "leftwards_hand", + "palm_down_hand", + "palm_up_hand", + "pinched_fingers", + "pinching_hand", + "hand_with_index_finger_and_thumb_crossed", + "i_love_you_hand_sign", + "index_pointing_at_the_viewer", + "heart_hands", + "palms_together" + ] + }, + { + "name": "emotion", + "emojis": [ + "heart", + "brown_heart", + "orange_heart", + "yellow_heart", + "green_heart", + "blue_heart", + "purple_heart", + "black_heart", + "white_heart", + "heartpulse", + "heartbeat", + "sparkling_heart", + "cupid", + "gift_heart", + "heart_on_fire", + "two_hearts", + "revolving_hearts", + "heart_exclamation", + "broken_heart", + "mending_heart", + "heart_decoration", + "love_letter", + "kiss", + "zzz", + "anger", + "bomb", + "boom", + "sweat_drops", + "dash", + "dizzy", + "speech_balloon", + "left_speech_bubble", + "right_anger_bubble", + "thought_balloon", + "hole" + ] + }, + { + "name": "clothing", + "emojis": [ + "eyeglasses", + "dark_sunglasses", + "necktie", + "shirt", + "jeans", + "dress", + "kimono", + "bikini", + "womans_clothes", + "purse", + "handbag", + "pouch", + "shopping_bags", + "school_satchel", + "mans_shoe", + "athletic_shoe", + "high_heel", + "sandal", + "boot", + "crown", + "womans_hat", + "tophat", + "mortar_board", + "helmet_with_white_cross", + "prayer_beads", + "lipstick", + "ring", + "gem", + "coat", + "socks", + "sari", + "womans_flat_shoe", + "billed_cap", + "military_helmet", + "thong_sandal", + "ballet_shoes", + "shorts", + "hiking_boot", + "briefs", + "one-piece_swimsuit", + "gloves", + "scarf", + "safety_vest", + "lab_coat" + ] + }, + { + "name": "animal-mammal", + "emojis": [ + "monkey_face", + "monkey", + "gorilla", + "dog", + "dog2", + "poodle", + "wolf", + "fox", + "cat", + "cat2", + "lion_face", + "tiger", + "tiger2", + "leopard", + "horse", + "racehorse", + "deer", + "unicorn_face", + "cow", + "ox", + "water_buffalo", + "cow2", + "pig", + "pig2", + "boar", + "pig_nose", + "ram", + "sheep", + "goat", + "dromedary_camel", + "camel", + "elephant", + "rhinoceros", + "mouse", + "mouse2", + "rat", + "hamster", + "rabbit", + "rabbit2", + "chipmunk", + "bat", + "bear", + "koala", + "panda_face", + "paw_prints", + "kangaroo", + "badger", + "hippopotamus", + "mammoth", + "llama", + "black_cat", + "beaver", + "hedgehog", + "polar_bear", + "sloth", + "otter", + "skunk", + "raccoon", + "orangutan", + "service_dog", + "guide_dog", + "bison", + "giraffe_face", + "zebra_face" + ] + }, + { + "name": "animal-bird", + "emojis": [ + "turkey", + "chicken", + "rooster", + "hatching_chick", + "baby_chick", + "hatched_chick", + "bird", + "penguin", + "dove_of_peace", + "eagle", + "duck", + "owl", + "swan", + "dodo", + "parrot", + "peacock", + "flamingo", + "empty_nest", + "nest_with_eggs", + "feather" + ] + }, + { + "name": "animal-amphibian", + "emojis": [ + "frog" + ] + }, + { + "name": "animal-reptile", + "emojis": [ + "crocodile", + "turtle", + "lizard", + "snake", + "dragon_face", + "dragon", + "sauropod", + "t-rex" + ] + }, + { + "name": "animal-marine", + "emojis": [ + "whale", + "whale2", + "dolphin", + "fish", + "tropical_fish", + "blowfish", + "shark", + "octopus", + "shell", + "crab", + "shrimp", + "squid", + "seal", + "coral", + "microbe", + "oyster", + "lobster" + ] + }, + { + "name": "animal-bug", + "emojis": [ + "butterfly", + "snail", + "bug", + "ant", + "bee", + "ladybug", + "spider", + "spider_web", + "scorpion", + "beetle", + "cricket", + "cockroach", + "mosquito", + "fly", + "worm" + ] + }, + { + "name": "plant-flower", + "emojis": [ + "bouquet", + "cherry_blossom", + "white_flower", + "rosette", + "rose", + "wilted_flower", + "hibiscus", + "sunflower", + "blossom", + "tulip", + "lotus" + ] + }, + { + "name": "plant-other", + "emojis": [ + "seedling", + "evergreen_tree", + "deciduous_tree", + "palm_tree", + "cactus", + "ear_of_rice", + "herb", + "shamrock", + "four_leaf_clover", + "maple_leaf", + "fallen_leaf", + "leaves", + "potted_plant" + ] + }, + { + "name": "food-fruit", + "emojis": [ + "grapes", + "melon", + "watermelon", + "tangerine", + "lemon", + "banana", + "pineapple", + "apple", + "green_apple", + "pear", + "peach", + "cherries", + "strawberry", + "kiwifruit", + "tomato", + "mango", + "blueberries", + "olive", + "coconut" + ] + }, + { + "name": "food-vegetable", + "emojis": [ + "avocado", + "eggplant", + "potato", + "carrot", + "corn", + "hot_pepper", + "cucumber", + "mushroom", + "peanuts", + "chestnut", + "bell_pepper", + "leafy_green", + "broccoli", + "onion", + "garlic", + "beans" + ] + }, + { + "name": "food-prepared", + "emojis": [ + "bread", + "croissant", + "baguette_bread", + "pancakes", + "cheese", + "meat_on_bone", + "poultry_leg", + "bacon", + "hamburger", + "fries", + "pizza", + "hotdog", + "taco", + "burrito", + "stuffed_flatbread", + "egg", + "fried_egg", + "pan_of_food", + "stew", + "green_salad", + "popcorn", + "flatbread", + "bagel", + "pie", + "pretzel", + "waffle", + "sandwich", + "tamale", + "falafel", + "dumpling", + "canned_food", + "red_meat", + "butter", + "salt" + ] + }, + { + "name": "food-asian", + "emojis": [ + "bento", + "rice_cracker", + "rice_ball", + "rice", + "curry", + "ramen", + "spaghetti", + "sweet_potato", + "oden", + "sushi", + "fried_shrimp", + "fish_cake", + "dango", + "takeout_box", + "chopsticks" + ] + }, + { + "name": "food-sweet", + "emojis": [ + "icecream", + "shaved_ice", + "icecream_bowl", + "doughnut", + "cookie", + "birthday", + "cake", + "chocolate", + "candy", + "lollipop", + "custard", + "honey", + "fortune_cookie", + "cupcake", + "moon_cake", + "fondue" + ] + }, + { + "name": "drink", + "emojis": [ + "baby_bottle", + "glass_of_milk", + "coffee", + "tea", + "sake", + "champagne", + "wine_glass", + "cocktail", + "tropical_drink", + "beer", + "beers", + "clinking_glasses", + "tumbler_glass", + "beverage_box", + "mate_drink", + "cup_with_straw", + "bubble_tea", + "pouring_liquid", + "teapot", + "ice_cube" + ] + }, + { + "name": "dishware", + "emojis": [ + "knife_fork_plate", + "knife_fork", + "spoon", + "knife", + "bowl_with_spoon" + ] + }, + { + "name": "place-map", + "emojis": [ + "earth_africa", + "earth_americas", + "earth_asia", + "globe_with_meridians", + "world_map", + "japan" + ] + }, + { + "name": "place-geographic", + "emojis": [ + "snow_capped_mountain", + "mountain", + "volcano", + "mount_fuji", + "camping", + "beach_with_umbrella", + "desert", + "desert_island", + "national_park" + ] + }, + { + "name": "place-building", + "emojis": [ + "stadium", + "classical_building", + "building_construction", + "house_buildings", + "cityscape", + "derelict_house_building", + "house", + "house_with_garden", + "office", + "post_office", + "european_post_office", + "hospital", + "bank", + "hotel", + "love_hotel", + "convenience_store", + "school", + "department_store", + "factory", + "japanese_castle", + "european_castle", + "wedding", + "tokyo_tower", + "statue_of_liberty", + "hut" + ] + }, + { + "name": "place-religious", + "emojis": [ + "church", + "mosque", + "synagogue", + "shinto_shrine", + "kaaba", + "hindu_temple" + ] + }, + { + "name": "place-other", + "emojis": [ + "fountain", + "tent", + "foggy", + "night_with_stars", + "sunrise_over_mountains", + "sunrise", + "city_sunset", + "city_sunrise", + "bridge_at_night", + "hotsprings", + "milky_way", + "carousel_horse", + "ferris_wheel", + "roller_coaster", + "barber", + "circus_tent", + "performing_arts", + "frame_with_picture", + "art", + "slot_machine", + "headstone" + ] + }, + { + "name": "transport-ground", + "emojis": [ + "steam_locomotive", + "railway_car", + "bullettrain_side", + "bullettrain_front", + "train2", + "metro", + "light_rail", + "station", + "tram", + "monorail", + "mountain_railway", + "train", + "bus", + "oncoming_bus", + "trolleybus", + "minibus", + "ambulance", + "fire_engine", + "police_car", + "oncoming_police_car", + "taxi", + "oncoming_taxi", + "car", + "oncoming_automobile", + "blue_car", + "truck", + "articulated_lorry", + "tractor", + "bike", + "scooter", + "motor_scooter", + "busstop", + "motorway", + "railway_track", + "fuelpump", + "rotating_light", + "traffic_light", + "vertical_traffic_light", + "construction", + "octagonal_sign", + "pickup_truck", + "auto_rickshaw", + "wheel" + ] + }, + { + "name": "transport-water", + "emojis": [ + "anchor", + "boat", + "canoe", + "speedboat", + "passenger_ship", + "ferry", + "motor_boat", + "ship" + ] + }, + { + "name": "transport-air", + "emojis": [ + "airplane", + "small_airplane", + "airplane_departure", + "airplane_arriving", + "seat", + "helicopter", + "suspension_railway", + "mountain_cableway", + "aerial_tramway", + "rocket", + "satellite" + ] + }, + { + "name": "hotel", + "emojis": [ + "bellhop_bell", + "door", + "sleeping_accommodation", + "bed", + "couch_and_lamp", + "toilet", + "shower", + "bath", + "bathtub", + "luggage" + ] + }, + { + "name": "time", + "emojis": [ + "hourglass", + "hourglass_flowing_sand", + "watch", + "alarm_clock", + "stopwatch", + "timer_clock", + "mantelpiece_clock", + "clock12", + "clock1230", + "clock1", + "clock130", + "clock2", + "clock230", + "clock3", + "clock330", + "clock4", + "clock430", + "clock5", + "clock530", + "clock6", + "clock630", + "clock7", + "clock730", + "clock8", + "clock830", + "clock9", + "clock930", + "clock10", + "clock1030", + "clock11", + "clock1130" + ] + }, + { + "name": "sky & weather", + "emojis": [ + "new_moon", + "waxing_crescent_moon", + "first_quarter_moon", + "moon", + "full_moon", + "waning_gibbous_moon", + "last_quarter_moon", + "waning_crescent_moon", + "crescent_moon", + "new_moon_with_face", + "first_quarter_moon_with_face", + "last_quarter_moon_with_face", + "thermometer", + "sunny", + "full_moon_with_face", + "sun_with_face", + "star", + "star2", + "stars", + "cloud", + "partly_sunny", + "thunder_cloud_and_rain", + "mostly_sunny", + "barely_sunny", + "partly_sunny_rain", + "rain_cloud", + "snow_cloud", + "lightning", + "tornado", + "fog", + "wind_blowing_face", + "cyclone", + "rainbow", + "closed_umbrella", + "umbrella", + "umbrella_with_rain_drops", + "umbrella_on_ground", + "zap", + "snowflake", + "snowman", + "snowman_without_snow", + "comet", + "fire", + "droplet", + "ocean", + "ringed_planet" + ] + }, + { + "name": "event", + "emojis": [ + "halloween_pumpkin", + "christmas_tree", + "fireworks", + "sparkler", + "sparkles", + "balloon", + "tada", + "confetti_ball", + "tanabata_tree", + "bamboo", + "dolls", + "flags", + "wind_chime", + "rice_scene", + "ribbon", + "gift", + "reminder_ribbon", + "admission_ticket", + "ticket", + "red_envelope", + "firecracker", + "kite", + "pinata", + "mirror_ball" + ] + }, + { + "name": "award-medal", + "emojis": [ + "medal", + "trophy", + "sports_medal", + "first_place_medal", + "second_place_medal", + "third_place_medal" + ] + }, + { + "name": "sport", + "emojis": [ + "soccer", + "baseball", + "basketball", + "volleyball", + "football", + "rugby", + "tennis", + "8ball", + "bowling", + "cricket_bat_and_ball", + "field_hockey_stick_and_ball", + "ice_hockey_stick_and_puck", + "table_tennis_paddle_and_ball", + "badminton_racquet_and_shuttlecock", + "boxing_glove", + "martial_arts_uniform", + "goal_net", + "dart", + "golf", + "ice_skate", + "fishing_pole_and_fish", + "running_shirt_with_sash", + "ski", + "lacrosse", + "diving_mask", + "sled", + "curling_stone", + "yo-yo", + "softball", + "flying_disc", + "roller_skate", + "skateboard", + "parachute", + "boomerang", + "playground_slide", + "ring_buoy" + ] + }, + { + "name": "game", + "emojis": [ + "video_game", + "joystick", + "game_die", + "spades", + "hearts", + "diamonds", + "clubs", + "black_joker", + "mahjong", + "playing_card", + "chess_pawn", + "jigsaw" + ] + }, + { + "name": "sound", + "emojis": [ + "mute", + "speaker", + "sound", + "loud_sound", + "loudspeaker", + "mega", + "postal_horn", + "bell", + "no_bell" + ] + }, + { + "name": "music", + "emojis": [ + "musical_score", + "musical_note", + "notes", + "studio_microphone", + "level_slider", + "control_knobs", + "microphone", + "headphones", + "radio" + ] + }, + { + "name": "musical-instrument", + "emojis": [ + "saxophone", + "guitar", + "musical_keyboard", + "trumpet", + "violin", + "drum_with_drumsticks", + "banjo", + "long_drum", + "accordion" + ] + }, + { + "name": "phone", + "emojis": [ + "phone", + "calling", + "landphone", + "telephone_receiver", + "pager", + "fax", + "low_battery" + ] + }, + { + "name": "computer", + "emojis": [ + "battery", + "electric_plug", + "computer", + "desktop_computer", + "printer", + "keyboard", + "three_button_mouse", + "trackball", + "minidisc", + "floppy_disk", + "cd", + "dvd" + ] + }, + { + "name": "light & video", + "emojis": [ + "movie_camera", + "film_frames", + "film_projector", + "clapper", + "tv", + "camera", + "camera_with_flash", + "video_camera", + "vhs", + "mag", + "mag_right", + "microscope", + "telescope", + "satellite_antenna", + "candle", + "bulb", + "flashlight", + "izakaya_lantern" + ] + }, + { + "name": "book-paper", + "emojis": [ + "notebook_with_decorative_cover", + "closed_book", + "book", + "green_book", + "blue_book", + "orange_book", + "books", + "notebook", + "ledger", + "page_with_curl", + "scroll", + "page_facing_up", + "newspaper", + "rolled_up_newspaper", + "bookmark_tabs", + "bookmark", + "label" + ] + }, + { + "name": "money", + "emojis": [ + "moneybag", + "yen", + "dollar", + "euro", + "pound", + "money_with_wings", + "credit_card", + "chart", + "currency_exchange", + "heavy_dollar_sign", + "receipt", + "coin" + ] + }, + { + "name": "mail", + "emojis": [ + "email", + "e-mail", + "incoming_envelope", + "envelope_with_arrow", + "outbox_tray", + "inbox_tray", + "package", + "mailbox", + "mailbox_closed", + "mailbox_with_mail", + "mailbox_with_no_mail", + "postbox", + "ballot_box_with_ballot" + ] + }, + { + "name": "writing", + "emojis": [ + "pencil2", + "black_nib", + "lower_left_fountain_pen", + "lower_left_ballpoint_pen", + "lower_left_paintbrush", + "lower_left_crayon", + "memo" + ] + }, + { + "name": "office", + "emojis": [ + "briefcase", + "file_folder", + "open_file_folder", + "card_index_dividers", + "date", + "calendar", + "spiral_note_pad", + "spiral_calendar_pad", + "card_index", + "chart_with_upwards_trend", + "chart_with_downwards_trend", + "bar_chart", + "clipboard", + "pushpin", + "round_pushpin", + "paperclip", + "linked_paperclips", + "straight_ruler", + "triangular_ruler", + "scissors", + "card_file_box", + "file_cabinet", + "wastebasket", + "safety_pin" + ] + }, + { + "name": "lock", + "emojis": [ + "lock", + "unlock", + "lock_with_ink_pen", + "closed_lock_with_key", + "key", + "old_key" + ] + }, + { + "name": "tool", + "emojis": [ + "hammer", + "pick", + "hammer_and_pick", + "hammer_and_wrench", + "dagger_knife", + "crossed_swords", + "gun", + "bow_and_arrow", + "shield", + "wrench", + "nut_and_bolt", + "gear", + "compression", + "alembic", + "scales", + "link", + "chains", + "axe", + "goggles", + "screwdriver", + "carpentry_saw", + "toolbox", + "plunger", + "bucket", + "ladder", + "basket", + "fire_extinguisher", + "broom" + ] + }, + { + "name": "medical", + "emojis": [ + "syringe", + "pill", + "stethoscope", + "crutch", + "x-ray", + "adhesive_bandage", + "drop_of_blood", + "mechanical_leg", + "mechanical_arm", + "manual_wheelchair", + "motorized_wheelchair", + "probing_cane" + ] + }, + { + "name": "other-object", + "emojis": [ + "smoking", + "coffin", + "funeral_urn", + "moyai", + "oil_drum", + "crystal_ball", + "shopping_trolley", + "bricks", + "wood", + "rock", + "diya_lamp", + "placard", + "mouse_trap", + "thread", + "sewing_needle", + "yarn", + "knot", + "magnet", + "chair", + "window", + "mirror", + "hook", + "jar", + "abacus", + "teddy_bear", + "identification_card", + "nesting_dolls", + "magic_wand", + "flying_saucer", + "amphora" + ] + }, + { + "name": "transport-sign", + "emojis": [ + "atm", + "put_litter_in_its_place", + "potable_water", + "wheelchair", + "mens", + "womens", + "restroom", + "baby_symbol", + "wc", + "passport_control", + "customs", + "baggage_claim", + "left_luggage", + "elevator" + ] + }, + { + "name": "warning", + "emojis": [ + "warning", + "children_crossing", + "no_entry", + "no_entry_sign", + "no_bicycles", + "no_smoking", + "do_not_litter", + "non-potable_water", + "no_pedestrians", + "no_mobile_phones", + "underage", + "radioactive_sign", + "biohazard_sign" + ] + }, + { + "name": "arrow", + "emojis": [ + "arrow_up", + "arrow_upper_right", + "arrow_right", + "arrow_lower_right", + "arrow_down", + "arrow_lower_left", + "arrow_left", + "arrow_upper_left", + "arrow_up_down", + "left_right_arrow", + "leftwards_arrow_with_hook", + "arrow_right_hook", + "arrow_heading_up", + "arrow_heading_down", + "arrows_clockwise", + "arrows_counterclockwise", + "back", + "end", + "on", + "soon", + "top" + ] + }, + { + "name": "religion", + "emojis": [ + "hamsa", + "nazar_amulet", + "place_of_worship", + "atom_symbol", + "om_symbol", + "star_of_david", + "wheel_of_dharma", + "yin_yang", + "latin_cross", + "orthodox_cross", + "star_and_crescent", + "peace_symbol", + "menorah_with_nine_branches", + "six_pointed_star" + ] + }, + { + "name": "zodiac", + "emojis": [ + "aries", + "taurus", + "gemini", + "cancer", + "leo", + "virgo", + "libra", + "scorpius", + "sagittarius", + "capricorn", + "aquarius", + "pisces", + "ophiuchus" + ] + }, + { + "name": "av-symbol", + "emojis": [ + "twisted_rightwards_arrows", + "repeat", + "repeat_one", + "arrow_forward", + "fast_forward", + "black_right_pointing_double_triangle_with_vertical_bar", + "black_right_pointing_triangle_with_double_vertical_bar", + "arrow_backward", + "rewind", + "black_left_pointing_double_triangle_with_vertical_bar", + "arrow_up_small", + "arrow_double_up", + "arrow_down_small", + "arrow_double_down", + "double_vertical_bar", + "black_square_for_stop", + "black_circle_for_record", + "eject", + "cinema", + "low_brightness", + "high_brightness", + "signal_strength", + "vibration_mode", + "mobile_phone_off" + ] + }, + { + "name": "other-symbol", + "emojis": [ + "recycle", + "name_badge", + "fleur_de_lis", + "beginner", + "trident", + "o", + "white_check_mark", + "ballot_box_with_check", + "heavy_check_mark", + "heavy_multiplication_x", + "x", + "negative_squared_cross_mark", + "heavy_plus_sign", + "female_sign", + "male_sign", + "medical_symbol", + "heavy_minus_sign", + "heavy_division_sign", + "curly_loop", + "loop", + "part_alternation_mark", + "eight_spoked_asterisk", + "eight_pointed_black_star", + "sparkle", + "bangbang", + "interrobang", + "question", + "grey_question", + "grey_exclamation", + "exclamation", + "wavy_dash", + "copyright", + "registered", + "tm", + "transgender_symbol", + "infinity", + "heavy_equals_sign" + ] + }, + { + "name": "keycap", + "emojis": [ + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "hash", + "keycap_star", + "keycap_ten" + ] + }, + { + "name": "alphanum", + "emojis": [ + "100", + "capital_abcd", + "abcd", + "1234", + "symbols", + "abc", + "a", + "ab", + "b", + "cl", + "cool", + "free", + "information_source", + "id", + "m", + "new", + "ng", + "o2", + "ok", + "parking", + "sos", + "up", + "vs", + "koko", + "sa", + "u6708", + "u6709", + "u6307", + "ideograph_advantage", + "u5272", + "u7121", + "u7981", + "accept", + "u7533", + "u5408", + "u7a7a", + "congratulations", + "secret", + "u55b6", + "u6e80" + ] + }, + { + "name": "geometric", + "emojis": [ + "black_small_square", + "white_small_square", + "white_medium_square", + "black_medium_square", + "white_medium_small_square", + "black_medium_small_square", + "black_large_square", + "white_large_square", + "large_orange_diamond", + "large_blue_diamond", + "small_orange_diamond", + "small_blue_diamond", + "small_red_triangle", + "small_red_triangle_down", + "diamond_shape_with_a_dot_inside", + "radio_button", + "black_square_button", + "white_square_button", + "white_circle", + "black_circle", + "red_circle", + "large_blue_circle", + "large_orange_circle", + "large_yellow_circle", + "large_green_circle", + "large_purple_circle", + "large_brown_circle", + "large_red_square", + "large_orange_square", + "large_yellow_square", + "large_green_square", + "large_blue_square", + "large_purple_square", + "large_brown_square" + ] + }, + { + "name": "flag", + "emojis": [ + "checkered_flag", + "triangular_flag_on_post", + "crossed_flags", + "black_flag", + "white_flag", + "rainbow-flag", + "pirate_flag", + "transgender_flag" + ] + }, + { + "name": "country-flag", + "emojis": [ + "flag-ac", + "flag-ad", + "flag-ae", + "flag-af", + "flag-ag", + "flag-ai", + "flag-al", + "flag-am", + "flag-ao", + "flag-aq", + "flag-ar", + "flag-as", + "flag-at", + "flag-au", + "flag-aw", + "flag-ax", + "flag-az", + "flag-ba", + "flag-bb", + "flag-bd", + "flag-be", + "flag-bf", + "flag-bg", + "flag-bh", + "flag-bi", + "flag-bj", + "flag-bl", + "flag-bm", + "flag-bn", + "flag-bo", + "flag-bq", + "flag-br", + "flag-bs", + "flag-bt", + "flag-bv", + "flag-bw", + "flag-by", + "flag-bz", + "flag-ca", + "flag-cc", + "flag-cd", + "flag-cf", + "flag-cg", + "flag-ch", + "flag-ci", + "flag-ck", + "flag-cl", + "flag-cm", + "cn", + "flag-co", + "flag-cp", + "flag-cr", + "flag-cu", + "flag-cv", + "flag-cw", + "flag-cx", + "flag-cy", + "flag-cz", + "de", + "flag-dg", + "flag-dj", + "flag-dk", + "flag-dm", + "flag-do", + "flag-dz", + "flag-ea", + "flag-ec", + "flag-ee", + "flag-eg", + "flag-eh", + "flag-er", + "es", + "flag-et", + "flag-eu", + "flag-fi", + "flag-fj", + "flag-fk", + "flag-fm", + "flag-fo", + "fr", + "flag-ga", + "gb", + "flag-gd", + "flag-ge", + "flag-gf", + "flag-gg", + "flag-gh", + "flag-gi", + "flag-gl", + "flag-gm", + "flag-gn", + "flag-gp", + "flag-gq", + "flag-gr", + "flag-gs", + "flag-gt", + "flag-gu", + "flag-gw", + "flag-gy", + "flag-hk", + "flag-hm", + "flag-hn", + "flag-hr", + "flag-ht", + "flag-hu", + "flag-ic", + "flag-id", + "flag-ie", + "flag-il", + "flag-im", + "flag-in", + "flag-io", + "flag-iq", + "flag-ir", + "flag-is", + "it", + "flag-je", + "flag-jm", + "flag-jo", + "jp", + "flag-ke", + "flag-kg", + "flag-kh", + "flag-ki", + "flag-km", + "flag-kn", + "flag-kp", + "kr", + "flag-kw", + "flag-ky", + "flag-kz", + "flag-la", + "flag-lb", + "flag-lc", + "flag-li", + "flag-lk", + "flag-lr", + "flag-ls", + "flag-lt", + "flag-lu", + "flag-lv", + "flag-ly", + "flag-ma", + "flag-mc", + "flag-md", + "flag-me", + "flag-mf", + "flag-mg", + "flag-mh", + "flag-mk", + "flag-ml", + "flag-mm", + "flag-mn", + "flag-mo", + "flag-mp", + "flag-mq", + "flag-mr", + "flag-ms", + "flag-mt", + "flag-mu", + "flag-mv", + "flag-mw", + "flag-mx", + "flag-my", + "flag-mz", + "flag-na", + "flag-nc", + "flag-ne", + "flag-nf", + "flag-ng", + "flag-ni", + "flag-nl", + "flag-no", + "flag-np", + "flag-nr", + "flag-nu", + "flag-nz", + "flag-om", + "flag-pa", + "flag-pe", + "flag-pf", + "flag-pg", + "flag-ph", + "flag-pk", + "flag-pl", + "flag-pm", + "flag-pn", + "flag-pr", + "flag-ps", + "flag-pt", + "flag-pw", + "flag-py", + "flag-qa", + "flag-re", + "flag-ro", + "flag-rs", + "ru", + "flag-rw", + "flag-sa", + "flag-sb", + "flag-sc", + "flag-sd", + "flag-se", + "flag-sg", + "flag-sh", + "flag-si", + "flag-sj", + "flag-sk", + "flag-sl", + "flag-sm", + "flag-sn", + "flag-so", + "flag-sr", + "flag-ss", + "flag-st", + "flag-sv", + "flag-sx", + "flag-sy", + "flag-sz", + "flag-ta", + "flag-tc", + "flag-td", + "flag-tf", + "flag-tg", + "flag-th", + "flag-tj", + "flag-tk", + "flag-tl", + "flag-tm", + "flag-tn", + "flag-to", + "flag-tr", + "flag-tt", + "flag-tv", + "flag-tw", + "flag-tz", + "flag-ua", + "flag-ug", + "flag-um", + "flag-un", + "us", + "flag-uy", + "flag-uz", + "flag-va", + "flag-vc", + "flag-ve", + "flag-vg", + "flag-vi", + "flag-vn", + "flag-vu", + "flag-wf", + "flag-ws", + "flag-xk", + "flag-ye", + "flag-yt", + "flag-za", + "flag-zm", + "flag-zw", + "flag-scotland", + "flag-england", + "flag-wales" + ] + }, + { + "name": "face-other", + "emojis": [ + "salute", + "shush", + "hand_over_mouth", + "hand_over_mouth_open_eyes", + "exploding_head", + "disguised", + "peeking_eye", + "face_in_clouds", + "cold_face", + "hot_face", + "money_mouth", + "sunglasses" + ] + }, + { + "name": "person-fantasy", + "emojis": [ + "mage", + "male_mage", + "female_mage", + "fairy", + "male_fairy", + "female_fairy", + "vampire", + "male_vampire", + "female_vampire", + "elf", + "male_elf", + "female_elf", + "genie", + "male_genie", + "female_genie", + "zombie", + "male_zombie", + "female_zombie", + "merperson", + "merman", + "mermaid", + "supervillain", + "male_supervillain", + "female_supervillain", + "superhero", + "male_superhero", + "female_superhero", + "ninja" + ] + }, + { + "name": "person-accessibility", + "emojis": [ + "deaf_person", + "deaf_man", + "deaf_woman", + "person_with_probing_cane", + "man_with_probing_cane", + "woman_with_probing_cane", + "person_in_motorized_wheelchair", + "man_in_motorized_wheelchair", + "woman_in_motorized_wheelchair", + "person_in_manual_wheelchair", + "man_in_manual_wheelchair", + "woman_in_manual_wheelchair" + ] + }, + { + "name": "hygiene", + "emojis": [ + "lotion_bottle", + "razor", + "sponge", + "toothbrush", + "soap", + "bubbles", + "roll_of_paper" + ] + }, + { + "name": "science", + "emojis": [ + "petri_dish", + "test_tube", + "dna", + "compass" + ] + } + ], + "emoticons": { + "100": { + "id": "100", + "name": "Hundred Points", + "keywords": [ + "100", + "score", + "perfect", + "numbers", + "century", + "exam", + "quiz", + "test", + "pass" + ], + "unified": "1f4af", + "native": "๐Ÿ’ฏ" + }, + "1234": { + "id": "1234", + "name": "Input Numbers", + "keywords": [ + "1234", + "blue", + "square" + ], + "unified": "1f522", + "native": "๐Ÿ”ข" + }, + "8ball": { + "id": "8ball", + "name": "Billiards", + "keywords": [ + "8ball", + "pool", + "8", + "ball", + "hobby", + "game", + "luck", + "magic" + ], + "unified": "1f3b1", + "native": "๐ŸŽฑ" + }, + "a": { + "id": "a", + "name": "A Button (blood Type)", + "keywords": [ + "red", + "square", + "alphabet", + "letter" + ], + "unified": "1f170", + "native": "๐Ÿ…ฐ๏ธ" + }, + "ab": { + "id": "ab", + "name": "Negative Squared Ab", + "keywords": [ + "button", + "red", + "square", + "alphabet" + ], + "unified": "1f18e", + "native": "๐Ÿ†Ž" + }, + "abacus": { + "id": "abacus", + "name": "Abacus", + "keywords": [ + "calculation" + ], + "unified": "1f9ee", + "native": "๐Ÿงฎ" + }, + "abc": { + "id": "abc", + "name": "Input Latin Letters", + "keywords": [ + "abc", + "blue", + "square", + "alphabet" + ], + "unified": "1f524", + "native": "๐Ÿ”ค" + }, + "abcd": { + "id": "abcd", + "name": "Input Latin Lowercase", + "keywords": [ + "abcd", + "blue", + "square", + "alphabet" + ], + "unified": "1f521", + "native": "๐Ÿ”ก" + }, + "accept": { + "id": "accept", + "name": "Circled Ideograph Accept", + "keywords": [ + "japanese", + "acceptable", + "button", + "ok", + "good", + "chinese", + "kanji", + "agree", + "yes", + "orange", + "circle" + ], + "unified": "1f251", + "native": "๐Ÿ‰‘" + }, + "accordion": { + "id": "accordion", + "name": "Accordion", + "keywords": [ + "music" + ], + "unified": "1fa97", + "native": "๐Ÿช—" + }, + "adhesive_bandage": { + "id": "adhesive_bandage", + "name": "Adhesive Bandage", + "keywords": [ + "heal" + ], + "unified": "1fa79", + "native": "๐Ÿฉน" + }, + "admission_ticket": { + "id": "admission_ticket", + "name": "Admission Tickets", + "keywords": [ + "sports", + "concert", + "entrance" + ], + "unified": "1f39f", + "native": "๐ŸŽŸ๏ธ" + }, + "adult": { + "id": "adult", + "name": "Adult", + "keywords": [ + "person", + "gender", + "neutral" + ], + "unified": "1f9d1", + "native": "๐Ÿง‘" + }, + "aerial_tramway": { + "id": "aerial_tramway", + "name": "Aerial Tramway", + "keywords": [ + "transportation", + "vehicle", + "ski" + ], + "unified": "1f6a1", + "native": "๐Ÿšก" + }, + "airplane": { + "id": "airplane", + "name": "Airplane", + "keywords": [ + "vehicle", + "transportation", + "flight", + "fly" + ], + "unified": "2708", + "native": "โœˆ๏ธ" + }, + "airplane_arriving": { + "id": "airplane_arriving", + "name": "Airplane Arrival", + "keywords": [ + "arriving", + "airport", + "flight", + "boarding" + ], + "unified": "1f6ec", + "native": "๐Ÿ›ฌ" + }, + "airplane_departure": { + "id": "airplane_departure", + "name": "Airplane Departure", + "keywords": [ + "airport", + "flight", + "landing" + ], + "unified": "1f6eb", + "native": "๐Ÿ›ซ" + }, + "alarm_clock": { + "id": "alarm_clock", + "name": "Alarm Clock", + "keywords": [ + "time", + "wake" + ], + "unified": "23f0", + "native": "โฐ" + }, + "alembic": { + "id": "alembic", + "name": "Alembic", + "keywords": [ + "distilling", + "science", + "experiment", + "chemistry" + ], + "unified": "2697", + "native": "โš—๏ธ" + }, + "alien": { + "id": "alien", + "name": "Alien", + "keywords": [ + "UFO", + "paul", + "weird", + "outer", + "space" + ], + "unified": "1f47d", + "native": "๐Ÿ‘ฝ" + }, + "ambulance": { + "id": "ambulance", + "name": "Ambulance", + "keywords": [ + "health", + "911", + "hospital" + ], + "unified": "1f691", + "native": "๐Ÿš‘" + }, + "amphora": { + "id": "amphora", + "name": "Amphora", + "keywords": [ + "vase", + "jar" + ], + "unified": "1f3fa", + "native": "๐Ÿบ" + }, + "anatomical_heart": { + "id": "anatomical_heart", + "name": "Anatomical Heart", + "keywords": [ + "health", + "heartbeat" + ], + "unified": "1fac0", + "native": "๐Ÿซ€" + }, + "anatomical_tongue": { + "id": "anatomical_tongue", + "name": "Tongue", + "keywords": [ + "mouth", + "playful" + ], + "unified": "1f445", + "native": "๐Ÿ‘…" + }, + "anchor": { + "id": "anchor", + "name": "Anchor", + "keywords": [ + "ship", + "ferry", + "sea", + "boat" + ], + "unified": "2693", + "native": "โš“" + }, + "angel": { + "id": "angel", + "name": "Baby Angel", + "keywords": [ + "heaven", + "wings", + "halo" + ], + "unified": "1f47c", + "native": "๐Ÿ‘ผ" + }, + "anger": { + "id": "anger", + "name": "Anger Symbol", + "keywords": [ + "angry", + "mad" + ], + "unified": "1f4a2", + "native": "๐Ÿ’ข" + }, + "angry": { + "id": "angry", + "name": "Angry Face", + "keywords": [ + "mad", + "annoyed", + "frustrated" + ], + "unified": "1f620", + "native": "๐Ÿ˜ " + }, + "anguished": { + "id": "anguished", + "name": "Anguished Face", + "keywords": [ + "stunned", + "nervous" + ], + "unified": "1f627", + "native": "๐Ÿ˜ง" + }, + "ant": { + "id": "ant", + "name": "Ant", + "keywords": [ + "animal", + "insect", + "nature", + "bug" + ], + "unified": "1f41c", + "native": "๐Ÿœ" + }, + "apple": { + "id": "apple", + "name": "Red Apple", + "keywords": [ + "fruit", + "mac", + "school" + ], + "unified": "1f34e", + "native": "๐ŸŽ" + }, + "aquarius": { + "id": "aquarius", + "name": "Aquarius", + "keywords": [ + "sign", + "purple", + "square", + "zodiac", + "astrology" + ], + "unified": "2652", + "native": "โ™’" + }, + "aries": { + "id": "aries", + "name": "Aries", + "keywords": [ + "sign", + "purple", + "square", + "zodiac", + "astrology" + ], + "unified": "2648", + "native": "โ™ˆ" + }, + "arrow_backward": { + "id": "arrow_backward", + "name": "Reverse Button", + "keywords": [ + "arrow", + "backward", + "blue", + "square", + "left", + "direction" + ], + "unified": "25c0", + "native": "โ—€๏ธ" + }, + "arrow_double_down": { + "id": "arrow_double_down", + "name": "Fast Down Button", + "keywords": [ + "arrow", + "double", + "blue", + "square", + "direction", + "bottom" + ], + "unified": "23ec", + "native": "โฌ" + }, + "arrow_double_up": { + "id": "arrow_double_up", + "name": "Fast Up Button", + "keywords": [ + "arrow", + "double", + "blue", + "square", + "direction", + "top" + ], + "unified": "23eb", + "native": "โซ" + }, + "arrow_down": { + "id": "arrow_down", + "name": "Down Arrow", + "keywords": [ + "blue", + "square", + "direction", + "bottom" + ], + "unified": "2b07", + "native": "โฌ‡๏ธ" + }, + "arrow_down_small": { + "id": "arrow_down_small", + "name": "Downwards Button", + "keywords": [ + "arrow", + "down", + "small", + "blue", + "square", + "direction", + "bottom" + ], + "unified": "1f53d", + "native": "๐Ÿ”ฝ" + }, + "arrow_forward": { + "id": "arrow_forward", + "name": "Play Button", + "keywords": [ + "arrow", + "forward", + "blue", + "square", + "right", + "direction" + ], + "unified": "25b6", + "native": "โ–ถ๏ธ" + }, + "arrow_heading_down": { + "id": "arrow_heading_down", + "name": "Right Arrow Curving Down", + "keywords": [ + "heading", + "blue", + "square", + "direction", + "bottom" + ], + "unified": "2935", + "native": "โคต๏ธ" + }, + "arrow_heading_up": { + "id": "arrow_heading_up", + "name": "Right Arrow Curving Up", + "keywords": [ + "heading", + "blue", + "square", + "direction", + "top" + ], + "unified": "2934", + "native": "โคด๏ธ" + }, + "arrow_left": { + "id": "arrow_left", + "name": "Left Arrow", + "keywords": [ + "blue", + "square", + "previous", + "back" + ], + "unified": "2b05", + "native": "โฌ…๏ธ" + }, + "arrow_lower_left": { + "id": "arrow_lower_left", + "name": "Down-Left Arrow", + "keywords": [ + "lower", + "left", + "down", + "blue", + "square", + "direction", + "diagonal", + "southwest" + ], + "unified": "2199", + "native": "โ†™๏ธ" + }, + "arrow_lower_right": { + "id": "arrow_lower_right", + "name": "South East Arrow", + "keywords": [ + "lower", + "right", + "down", + "blue", + "square", + "direction", + "diagonal", + "southeast" + ], + "unified": "2198", + "native": "โ†˜๏ธ" + }, + "arrow_right": { + "id": "arrow_right", + "name": "Right Arrow", + "keywords": [ + "blue", + "square", + "next" + ], + "unified": "27a1", + "native": "โžก๏ธ" + }, + "arrow_right_hook": { + "id": "arrow_right_hook", + "name": "Left Arrow Curving Right", + "keywords": [ + "hook", + "blue", + "square", + "return", + "rotate", + "direction" + ], + "unified": "21aa", + "native": "โ†ช๏ธ" + }, + "arrow_up": { + "id": "arrow_up", + "name": "Up Arrow", + "keywords": [ + "blue", + "square", + "continue", + "top", + "direction" + ], + "unified": "2b06", + "native": "โฌ†๏ธ" + }, + "arrow_up_down": { + "id": "arrow_up_down", + "name": "Up Down Arrow", + "keywords": [ + "blue", + "square", + "direction", + "way", + "vertical" + ], + "unified": "2195", + "native": "โ†•๏ธ" + }, + "arrow_up_small": { + "id": "arrow_up_small", + "name": "Upwards Button", + "keywords": [ + "arrow", + "up", + "small", + "blue", + "square", + "triangle", + "direction", + "point", + "forward", + "top" + ], + "unified": "1f53c", + "native": "๐Ÿ”ผ" + }, + "arrow_upper_left": { + "id": "arrow_upper_left", + "name": "Up-Left Arrow", + "keywords": [ + "upper", + "left", + "up", + "blue", + "square", + "point", + "direction", + "diagonal", + "northwest" + ], + "unified": "2196", + "native": "โ†–๏ธ" + }, + "arrow_upper_right": { + "id": "arrow_upper_right", + "name": "Up-Right Arrow", + "keywords": [ + "upper", + "right", + "up", + "blue", + "square", + "point", + "direction", + "diagonal", + "northeast" + ], + "unified": "2197", + "native": "โ†—๏ธ" + }, + "arrows_clockwise": { + "id": "arrows_clockwise", + "name": "Clockwise Vertical Arrows", + "keywords": [ + "sync", + "cycle", + "round", + "repeat" + ], + "unified": "1f503", + "native": "๐Ÿ”ƒ" + }, + "arrows_counterclockwise": { + "id": "arrows_counterclockwise", + "name": "Counterclockwise Arrows Button", + "keywords": [ + "blue", + "square", + "sync", + "cycle" + ], + "unified": "1f504", + "native": "๐Ÿ”„" + }, + "art": { + "id": "art", + "name": "Artist Palette", + "keywords": [ + "art", + "design", + "paint", + "draw", + "colors" + ], + "unified": "1f3a8", + "native": "๐ŸŽจ" + }, + "articulated_lorry": { + "id": "articulated_lorry", + "name": "Articulated Lorry", + "keywords": [ + "vehicle", + "cars", + "transportation", + "express" + ], + "unified": "1f69b", + "native": "๐Ÿš›" + }, + "artist": { + "id": "artist", + "name": "Artist", + "keywords": [ + "painting", + "draw", + "creativity" + ], + "unified": "1f9d1-200d-1f3a8", + "native": "๐Ÿง‘โ€๐ŸŽจ" + }, + "astonished": { + "id": "astonished", + "name": "Astonished Face", + "keywords": [ + "xox", + "surprised", + "poisoned" + ], + "unified": "1f632", + "native": "๐Ÿ˜ฒ" + }, + "astronaut": { + "id": "astronaut", + "name": "Astronaut", + "keywords": [ + "outerspace" + ], + "unified": "1f9d1-200d-1f680", + "native": "๐Ÿง‘โ€๐Ÿš€" + }, + "athletic_shoe": { + "id": "athletic_shoe", + "name": "Running Shoe", + "keywords": [ + "athletic", + "shoes", + "sports", + "sneakers" + ], + "unified": "1f45f", + "native": "๐Ÿ‘Ÿ" + }, + "atm": { + "id": "atm", + "name": "Atm Sign", + "keywords": [ + "money", + "sales", + "cash", + "blue", + "square", + "payment", + "bank" + ], + "unified": "1f3e7", + "native": "๐Ÿง" + }, + "atom_symbol": { + "id": "atom_symbol", + "name": "Atom Symbol", + "keywords": [ + "science", + "physics", + "chemistry" + ], + "unified": "269b", + "native": "โš›๏ธ" + }, + "auto_rickshaw": { + "id": "auto_rickshaw", + "name": "Auto Rickshaw", + "keywords": [ + "move", + "transportation" + ], + "unified": "1f6fa", + "native": "๐Ÿ›บ" + }, + "avocado": { + "id": "avocado", + "name": "Avocado", + "keywords": [ + "fruit", + "food" + ], + "unified": "1f951", + "native": "๐Ÿฅ‘" + }, + "axe": { + "id": "axe", + "name": "Axe", + "keywords": [ + "tool", + "chop", + "cut" + ], + "unified": "1fa93", + "native": "๐Ÿช“" + }, + "b": { + "id": "b", + "name": "B Button (blood Type)", + "keywords": [ + "red", + "square", + "alphabet", + "letter" + ], + "unified": "1f171", + "native": "๐Ÿ…ฑ๏ธ" + }, + "baby": { + "id": "baby", + "name": "Baby", + "keywords": [ + "child", + "boy", + "girl", + "toddler" + ], + "unified": "1f476", + "native": "๐Ÿ‘ถ" + }, + "baby_bottle": { + "id": "baby_bottle", + "name": "Baby Bottle", + "keywords": [ + "food", + "container", + "milk" + ], + "unified": "1f37c", + "native": "๐Ÿผ" + }, + "baby_chick": { + "id": "baby_chick", + "name": "Baby Chick", + "keywords": [ + "animal", + "chicken", + "bird" + ], + "unified": "1f424", + "native": "๐Ÿค" + }, + "baby_symbol": { + "id": "baby_symbol", + "name": "Baby Symbol", + "keywords": [ + "orange", + "square", + "child" + ], + "unified": "1f6bc", + "native": "๐Ÿšผ" + }, + "back": { + "id": "back", + "name": "Back Arrow", + "keywords": [ + "words", + "return" + ], + "unified": "1f519", + "native": "๐Ÿ”™" + }, + "bacon": { + "id": "bacon", + "name": "Bacon", + "keywords": [ + "food", + "breakfast", + "pork", + "pig", + "meat" + ], + "unified": "1f953", + "native": "๐Ÿฅ“" + }, + "badger": { + "id": "badger", + "name": "Badger", + "keywords": [ + "animal", + "nature", + "honey" + ], + "unified": "1f9a1", + "native": "๐Ÿฆก" + }, + "badminton_racquet_and_shuttlecock": { + "id": "badminton_racquet_and_shuttlecock", + "name": "Badminton", + "keywords": [ + "racquet", + "and", + "shuttlecock", + "sports" + ], + "unified": "1f3f8", + "native": "๐Ÿธ" + }, + "bagel": { + "id": "bagel", + "name": "Bagel", + "keywords": [ + "food", + "bread", + "bakery", + "schmear" + ], + "unified": "1f96f", + "native": "๐Ÿฅฏ" + }, + "baggage_claim": { + "id": "baggage_claim", + "name": "Baggage Claim", + "keywords": [ + "blue", + "square", + "airport", + "transport" + ], + "unified": "1f6c4", + "native": "๐Ÿ›„" + }, + "baguette_bread": { + "id": "baguette_bread", + "name": "Baguette Bread", + "keywords": [ + "food", + "french" + ], + "unified": "1f956", + "native": "๐Ÿฅ–" + }, + "bald_man": { + "id": "bald_man", + "name": "Man: Bald", + "keywords": [ + "man", + "hairless" + ], + "unified": "1f468-200d-1f9b2", + "native": "๐Ÿ‘จโ€๐Ÿฆฒ" + }, + "bald_person": { + "id": "bald_person", + "name": "Person: Bald", + "keywords": [ + "person", + "hairless" + ], + "unified": "1f9d1-200d-1f9b2", + "native": "๐Ÿง‘โ€๐Ÿฆฒ" + }, + "bald_woman": { + "id": "bald_woman", + "name": "Woman: Bald", + "keywords": [ + "woman", + "hairless" + ], + "unified": "1f469-200d-1f9b2", + "native": "๐Ÿ‘ฉโ€๐Ÿฆฒ" + }, + "ballet_shoes": { + "id": "ballet_shoes", + "name": "Ballet Shoes", + "keywords": [ + "dance" + ], + "unified": "1fa70", + "native": "๐Ÿฉฐ" + }, + "balloon": { + "id": "balloon", + "name": "Balloon", + "keywords": [ + "party", + "celebration", + "birthday", + "circus" + ], + "unified": "1f388", + "native": "๐ŸŽˆ" + }, + "ballot_box_with_ballot": { + "id": "ballot_box_with_ballot", + "name": "Ballot Box with Ballot", + "keywords": [ + "election", + "vote" + ], + "unified": "1f5f3", + "native": "๐Ÿ—ณ๏ธ" + }, + "ballot_box_with_check": { + "id": "ballot_box_with_check", + "name": "Check Box with Check", + "keywords": [ + "ballot", + "ok", + "agree", + "confirm", + "black", + "square", + "vote", + "election", + "yes", + "tick" + ], + "unified": "2611", + "native": "โ˜‘๏ธ" + }, + "bamboo": { + "id": "bamboo", + "name": "Pine Decoration", + "keywords": [ + "bamboo", + "plant", + "nature", + "vegetable", + "panda" + ], + "unified": "1f38d", + "native": "๐ŸŽ" + }, + "banana": { + "id": "banana", + "name": "Banana", + "keywords": [ + "fruit", + "food", + "monkey" + ], + "unified": "1f34c", + "native": "๐ŸŒ" + }, + "bangbang": { + "id": "bangbang", + "name": "Double Exclamation Mark", + "keywords": [ + "bangbang", + "surprise" + ], + "unified": "203c", + "native": "โ€ผ๏ธ" + }, + "banjo": { + "id": "banjo", + "name": "Banjo", + "keywords": [ + "music", + "instructment" + ], + "unified": "1fa95", + "native": "๐Ÿช•" + }, + "bank": { + "id": "bank", + "name": "Bank", + "keywords": [ + "building", + "money", + "sales", + "cash", + "business", + "enterprise" + ], + "unified": "1f3e6", + "native": "๐Ÿฆ" + }, + "bar_chart": { + "id": "bar_chart", + "name": "Bar Chart", + "keywords": [ + "graph", + "presentation", + "stats" + ], + "unified": "1f4ca", + "native": "๐Ÿ“Š" + }, + "barber": { + "id": "barber", + "name": "Barber Pole", + "keywords": [ + "hair", + "salon", + "style" + ], + "unified": "1f488", + "native": "๐Ÿ’ˆ" + }, + "barely_sunny": { + "id": "barely_sunny", + "name": "Sun Behind Large Cloud", + "keywords": [ + "barely", + "sunny", + "weather" + ], + "unified": "1f325", + "native": "๐ŸŒฅ๏ธ" + }, + "baseball": { + "id": "baseball", + "name": "Baseball", + "keywords": [ + "sports", + "balls" + ], + "unified": "26be", + "native": "โšพ" + }, + "basket": { + "id": "basket", + "name": "Basket", + "keywords": [ + "laundry" + ], + "unified": "1f9fa", + "native": "๐Ÿงบ" + }, + "basketball": { + "id": "basketball", + "name": "Basketball", + "keywords": [ + "sports", + "balls", + "NBA" + ], + "unified": "1f3c0", + "native": "๐Ÿ€" + }, + "bat": { + "id": "bat", + "name": "Bat", + "keywords": [ + "animal", + "nature", + "blind", + "vampire" + ], + "unified": "1f987", + "native": "๐Ÿฆ‡" + }, + "bath": { + "id": "bath", + "name": "Bath", + "keywords": [ + "person", + "taking", + "clean", + "shower", + "bathroom" + ], + "unified": "1f6c0", + "native": "๐Ÿ›€" + }, + "bathtub": { + "id": "bathtub", + "name": "Bathtub", + "keywords": [ + "clean", + "shower", + "bathroom" + ], + "unified": "1f6c1", + "native": "๐Ÿ›" + }, + "battery": { + "id": "battery", + "name": "Battery", + "keywords": [ + "power", + "energy", + "sustain" + ], + "unified": "1f50b", + "native": "๐Ÿ”‹" + }, + "beach_with_umbrella": { + "id": "beach_with_umbrella", + "name": "Beach with Umbrella", + "keywords": [ + "weather", + "summer", + "sunny", + "sand", + "mojito" + ], + "unified": "1f3d6", + "native": "๐Ÿ–๏ธ" + }, + "beans": { + "id": "beans", + "name": "Beans", + "keywords": [ + "food" + ], + "unified": "1fad8", + "native": "๐Ÿซ˜" + }, + "bear": { + "id": "bear", + "name": "Bear", + "keywords": [ + "animal", + "nature", + "wild" + ], + "unified": "1f43b", + "native": "๐Ÿป" + }, + "beaver": { + "id": "beaver", + "name": "Beaver", + "keywords": [ + "animal", + "rodent" + ], + "unified": "1f9ab", + "native": "๐Ÿฆซ" + }, + "bed": { + "id": "bed", + "name": "Bed", + "keywords": [ + "sleep", + "rest" + ], + "unified": "1f6cf", + "native": "๐Ÿ›๏ธ" + }, + "bee": { + "id": "bee", + "name": "Honeybee", + "keywords": [ + "bee", + "animal", + "insect", + "nature", + "bug", + "spring", + "honey" + ], + "unified": "1f41d", + "native": "๐Ÿ" + }, + "beer": { + "id": "beer", + "name": "Beer Mug", + "keywords": [ + "relax", + "beverage", + "drink", + "drunk", + "party", + "pub", + "summer", + "alcohol", + "booze" + ], + "unified": "1f37a", + "native": "๐Ÿบ" + }, + "beers": { + "id": "beers", + "name": "Clinking Beer Mugs", + "keywords": [ + "beers", + "relax", + "beverage", + "drink", + "drunk", + "party", + "pub", + "summer", + "alcohol", + "booze" + ], + "unified": "1f37b", + "native": "๐Ÿป" + }, + "beetle": { + "id": "beetle", + "name": "Beetle", + "keywords": [ + "insect" + ], + "unified": "1fab2", + "native": "๐Ÿชฒ" + }, + "beginner": { + "id": "beginner", + "name": "Japanese Symbol for Beginner", + "keywords": [ + "badge", + "shield" + ], + "unified": "1f530", + "native": "๐Ÿ”ฐ" + }, + "bell": { + "id": "bell", + "name": "Bell", + "keywords": [ + "sound", + "notification", + "christmas", + "xmas", + "chime" + ], + "unified": "1f514", + "native": "๐Ÿ””" + }, + "bell_pepper": { + "id": "bell_pepper", + "name": "Bell Pepper", + "keywords": [ + "fruit", + "plant" + ], + "unified": "1fad1", + "native": "๐Ÿซ‘" + }, + "bellhop_bell": { + "id": "bellhop_bell", + "name": "Bellhop Bell", + "keywords": [ + "service" + ], + "unified": "1f6ce", + "native": "๐Ÿ›Ž๏ธ" + }, + "bento": { + "id": "bento", + "name": "Bento Box", + "keywords": [ + "food", + "japanese" + ], + "unified": "1f371", + "native": "๐Ÿฑ" + }, + "beverage_box": { + "id": "beverage_box", + "name": "Beverage Box", + "keywords": [ + "drink" + ], + "unified": "1f9c3", + "native": "๐Ÿงƒ" + }, + "bicyclist": { + "id": "bicyclist", + "name": "Bicyclist", + "keywords": [ + "person", + "biking", + "sport", + "move" + ], + "unified": "1f6b4", + "native": "๐Ÿšด" + }, + "bike": { + "id": "bike", + "name": "Bicycle", + "keywords": [ + "bike", + "sports", + "exercise", + "hipster" + ], + "unified": "1f6b2", + "native": "๐Ÿšฒ" + }, + "bikini": { + "id": "bikini", + "name": "Bikini", + "keywords": [ + "swimming", + "female", + "woman", + "girl", + "fashion", + "beach", + "summer" + ], + "unified": "1f459", + "native": "๐Ÿ‘™" + }, + "billed_cap": { + "id": "billed_cap", + "name": "Billed Cap", + "keywords": [ + "baseball" + ], + "unified": "1f9e2", + "native": "๐Ÿงข" + }, + "biohazard_sign": { + "id": "biohazard_sign", + "name": "Biohazard", + "keywords": [ + "sign", + "danger" + ], + "unified": "2623", + "native": "โ˜ฃ๏ธ" + }, + "bird": { + "id": "bird", + "name": "Bird", + "keywords": [ + "animal", + "nature", + "fly", + "tweet", + "spring" + ], + "unified": "1f426", + "native": "๐Ÿฆ" + }, + "birthday": { + "id": "birthday", + "name": "Birthday Cake", + "keywords": [ + "food", + "dessert" + ], + "unified": "1f382", + "native": "๐ŸŽ‚" + }, + "bison": { + "id": "bison", + "name": "Bison", + "keywords": [ + "ox" + ], + "unified": "1f9ac", + "native": "๐Ÿฆฌ" + }, + "biting_lip": { + "id": "biting_lip", + "name": "Biting Lip", + "keywords": [ + "flirt", + "sexy", + "pain", + "worry" + ], + "unified": "1fae6", + "native": "๐Ÿซฆ" + }, + "black_cat": { + "id": "black_cat", + "name": "Black Cat", + "keywords": [ + "superstition", + "luck" + ], + "unified": "1f408-200d-2b1b", + "native": "๐Ÿˆโ€โฌ›" + }, + "black_circle": { + "id": "black_circle", + "name": "Black Circle", + "keywords": [ + "shape", + "button", + "round" + ], + "unified": "26ab", + "native": "โšซ" + }, + "black_circle_for_record": { + "id": "black_circle_for_record", + "name": "Record Button", + "keywords": [ + "black", + "circle", + "for", + "blue", + "square" + ], + "unified": "23fa", + "native": "โบ๏ธ" + }, + "black_flag": { + "id": "black_flag", + "name": "Black Flag", + "keywords": [ + "waving", + "pirate" + ], + "unified": "1f3f4", + "native": "๐Ÿด" + }, + "black_heart": { + "id": "black_heart", + "name": "Black Heart", + "keywords": [ + "evil" + ], + "unified": "1f5a4", + "native": "๐Ÿ–ค" + }, + "black_joker": { + "id": "black_joker", + "name": "Joker", + "keywords": [ + "black", + "poker", + "cards", + "game", + "play", + "magic" + ], + "unified": "1f0cf", + "native": "๐Ÿƒ" + }, + "black_large_square": { + "id": "black_large_square", + "name": "Black Large Square", + "keywords": [ + "shape", + "icon", + "button" + ], + "unified": "2b1b", + "native": "โฌ›" + }, + "black_left_pointing_double_triangle_with_vertical_bar": { + "id": "black_left_pointing_double_triangle_with_vertical_bar", + "name": "Last Track Button", + "keywords": [ + "black", + "left", + "pointing", + "double", + "triangle", + "with", + "vertical", + "bar", + "backward" + ], + "unified": "23ee", + "native": "โฎ๏ธ" + }, + "black_medium_small_square": { + "id": "black_medium_small_square", + "name": "Black Medium Small Square", + "keywords": [ + "icon", + "shape", + "button" + ], + "unified": "25fe", + "native": "โ—พ" + }, + "black_medium_square": { + "id": "black_medium_square", + "name": "Black Medium Square", + "keywords": [ + "shape", + "button", + "icon" + ], + "unified": "25fc", + "native": "โ—ผ๏ธ" + }, + "black_nib": { + "id": "black_nib", + "name": "Black Nib", + "keywords": [ + "pen", + "stationery", + "writing", + "write" + ], + "unified": "2712", + "native": "โœ’๏ธ" + }, + "black_right_pointing_double_triangle_with_vertical_bar": { + "id": "black_right_pointing_double_triangle_with_vertical_bar", + "name": "Next Track Button", + "keywords": [ + "black", + "right", + "pointing", + "double", + "triangle", + "with", + "vertical", + "bar", + "forward", + "blue", + "square" + ], + "unified": "23ed", + "native": "โญ๏ธ" + }, + "black_right_pointing_triangle_with_double_vertical_bar": { + "id": "black_right_pointing_triangle_with_double_vertical_bar", + "name": "Play or Pause Button", + "keywords": [ + "black", + "right", + "pointing", + "triangle", + "with", + "double", + "vertical", + "bar", + "blue", + "square" + ], + "unified": "23ef", + "native": "โฏ๏ธ" + }, + "black_small_square": { + "id": "black_small_square", + "name": "Black Small Square", + "keywords": [ + "shape", + "icon" + ], + "unified": "25aa", + "native": "โ–ช๏ธ" + }, + "black_square_button": { + "id": "black_square_button", + "name": "Black Square Button", + "keywords": [ + "shape", + "input", + "frame" + ], + "unified": "1f532", + "native": "๐Ÿ”ฒ" + }, + "black_square_for_stop": { + "id": "black_square_for_stop", + "name": "Stop Button", + "keywords": [ + "black", + "square", + "for", + "blue" + ], + "unified": "23f9", + "native": "โน๏ธ" + }, + "blond-haired-man": { + "id": "blond-haired-man", + "name": "Man: Blond Hair", + "keywords": [ + "haired-man", + "man", + "male", + "boy", + "blonde", + "guy", + "person" + ], + "unified": "1f471-200d-2642-fe0f", + "native": "๐Ÿ‘ฑโ€โ™‚๏ธ" + }, + "blond-haired-woman": { + "id": "blond-haired-woman", + "name": "Woman: Blond Hair", + "keywords": [ + "haired-woman", + "woman", + "female", + "girl", + "blonde", + "person" + ], + "unified": "1f471-200d-2640-fe0f", + "native": "๐Ÿ‘ฑโ€โ™€๏ธ" + }, + "blossom": { + "id": "blossom", + "name": "Blossom", + "keywords": [ + "nature", + "flowers", + "yellow" + ], + "unified": "1f33c", + "native": "๐ŸŒผ" + }, + "blowfish": { + "id": "blowfish", + "name": "Blowfish", + "keywords": [ + "animal", + "nature", + "food", + "sea", + "ocean" + ], + "unified": "1f421", + "native": "๐Ÿก" + }, + "blue_book": { + "id": "blue_book", + "name": "Blue Book", + "keywords": [ + "read", + "library", + "knowledge", + "learn", + "study" + ], + "unified": "1f4d8", + "native": "๐Ÿ“˜" + }, + "blue_car": { + "id": "blue_car", + "name": "Recreational Vehicle", + "keywords": [ + "blue", + "car", + "sport", + "utility", + "transportation" + ], + "unified": "1f699", + "native": "๐Ÿš™" + }, + "blue_heart": { + "id": "blue_heart", + "name": "Blue Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f499", + "native": "๐Ÿ’™" + }, + "blueberries": { + "id": "blueberries", + "name": "Blueberries", + "keywords": [ + "fruit" + ], + "unified": "1fad0", + "native": "๐Ÿซ" + }, + "blush": { + "id": "blush", + "name": "Smiling Face with Smiling Eyes", + "keywords": [ + "blush", + "smile", + "happy", + "flushed", + "crush", + "embarrassed", + "shy", + "joy" + ], + "unified": "1f60a", + "native": "๐Ÿ˜Š" + }, + "boar": { + "id": "boar", + "name": "Boar", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f417", + "native": "๐Ÿ—" + }, + "boat": { + "id": "boat", + "name": "Sailboat", + "keywords": [ + "boat", + "ship", + "summer", + "transportation", + "water", + "sailing" + ], + "unified": "26f5", + "native": "โ›ต" + }, + "bomb": { + "id": "bomb", + "name": "Bomb", + "keywords": [ + "boom", + "explode", + "explosion", + "terrorism" + ], + "unified": "1f4a3", + "native": "๐Ÿ’ฃ" + }, + "bone": { + "id": "bone", + "name": "Bone", + "keywords": [ + "skeleton" + ], + "unified": "1f9b4", + "native": "๐Ÿฆด" + }, + "book": { + "id": "book", + "name": "Open Book", + "keywords": [ + "read", + "library", + "knowledge", + "literature", + "learn", + "study" + ], + "unified": "1f4d6", + "native": "๐Ÿ“–" + }, + "bookmark": { + "id": "bookmark", + "name": "Bookmark", + "keywords": [ + "favorite", + "label", + "save" + ], + "unified": "1f516", + "native": "๐Ÿ”–" + }, + "bookmark_tabs": { + "id": "bookmark_tabs", + "name": "Bookmark Tabs", + "keywords": [ + "favorite", + "save", + "order", + "tidy" + ], + "unified": "1f4d1", + "native": "๐Ÿ“‘" + }, + "books": { + "id": "books", + "name": "Books", + "keywords": [ + "literature", + "library", + "study" + ], + "unified": "1f4da", + "native": "๐Ÿ“š" + }, + "boom": { + "id": "boom", + "name": "Collision", + "keywords": [ + "boom", + "bomb", + "explode", + "explosion", + "blown" + ], + "unified": "1f4a5", + "native": "๐Ÿ’ฅ" + }, + "boomerang": { + "id": "boomerang", + "name": "Boomerang", + "keywords": [ + "weapon" + ], + "unified": "1fa83", + "native": "๐Ÿชƒ" + }, + "boot": { + "id": "boot", + "name": "Womans Boots", + "keywords": [ + "boot", + "woman", + "s", + "shoes", + "fashion" + ], + "unified": "1f462", + "native": "๐Ÿ‘ข" + }, + "bouquet": { + "id": "bouquet", + "name": "Bouquet", + "keywords": [ + "flowers", + "nature", + "spring" + ], + "unified": "1f490", + "native": "๐Ÿ’" + }, + "bow": { + "id": "bow", + "name": "Person Bowing", + "keywords": [ + "bow", + "respectiful" + ], + "unified": "1f647", + "native": "๐Ÿ™‡" + }, + "bow_and_arrow": { + "id": "bow_and_arrow", + "name": "Bow and Arrow", + "keywords": [ + "sports" + ], + "unified": "1f3f9", + "native": "๐Ÿน" + }, + "bowl_with_spoon": { + "id": "bowl_with_spoon", + "name": "Bowl with Spoon", + "keywords": [ + "food", + "breakfast", + "cereal", + "oatmeal", + "porridge" + ], + "unified": "1f963", + "native": "๐Ÿฅฃ" + }, + "bowling": { + "id": "bowling", + "name": "Bowling", + "keywords": [ + "sports", + "fun", + "play" + ], + "unified": "1f3b3", + "native": "๐ŸŽณ" + }, + "boxing_glove": { + "id": "boxing_glove", + "name": "Boxing Glove", + "keywords": [ + "sports", + "fighting" + ], + "unified": "1f94a", + "native": "๐ŸฅŠ" + }, + "boy": { + "id": "boy", + "name": "Boy", + "keywords": [ + "man", + "male", + "guy", + "teenager" + ], + "unified": "1f466", + "native": "๐Ÿ‘ฆ" + }, + "brain": { + "id": "brain", + "name": "Brain", + "keywords": [ + "smart", + "intelligent" + ], + "unified": "1f9e0", + "native": "๐Ÿง " + }, + "bread": { + "id": "bread", + "name": "Bread", + "keywords": [ + "food", + "wheat", + "breakfast", + "toast" + ], + "unified": "1f35e", + "native": "๐Ÿž" + }, + "breast-feeding": { + "id": "breast-feeding", + "name": "Breast-Feeding", + "keywords": [ + "breast", + "feeding", + "nursing", + "baby" + ], + "unified": "1f931", + "native": "๐Ÿคฑ" + }, + "bricks": { + "id": "bricks", + "name": "Brick", + "keywords": [ + "bricks" + ], + "unified": "1f9f1", + "native": "๐Ÿงฑ" + }, + "bride_with_veil": { + "id": "bride_with_veil", + "name": "Bride with Veil", + "keywords": [ + "couple", + "marriage", + "wedding", + "woman" + ], + "unified": "1f470", + "native": "๐Ÿ‘ฐ" + }, + "bridge_at_night": { + "id": "bridge_at_night", + "name": "Bridge at Night", + "keywords": [ + "photo", + "sanfrancisco" + ], + "unified": "1f309", + "native": "๐ŸŒ‰" + }, + "briefcase": { + "id": "briefcase", + "name": "Briefcase", + "keywords": [ + "business", + "documents", + "work", + "law", + "legal", + "job", + "career" + ], + "unified": "1f4bc", + "native": "๐Ÿ’ผ" + }, + "briefs": { + "id": "briefs", + "name": "Briefs", + "keywords": [ + "clothing" + ], + "unified": "1fa72", + "native": "๐Ÿฉฒ" + }, + "broccoli": { + "id": "broccoli", + "name": "Broccoli", + "keywords": [ + "fruit", + "food", + "vegetable" + ], + "unified": "1f966", + "native": "๐Ÿฅฆ" + }, + "broken_heart": { + "id": "broken_heart", + "name": "Broken Heart", + "keywords": [ + "sad", + "sorry", + "break", + "heartbreak" + ], + "unified": "1f494", + "native": "๐Ÿ’”" + }, + "broom": { + "id": "broom", + "name": "Broom", + "keywords": [ + "cleaning", + "sweeping", + "witch" + ], + "unified": "1f9f9", + "native": "๐Ÿงน" + }, + "brown_heart": { + "id": "brown_heart", + "name": "Brown Heart", + "keywords": [ + "coffee" + ], + "unified": "1f90e", + "native": "๐ŸคŽ" + }, + "bubble_tea": { + "id": "bubble_tea", + "name": "Bubble Tea", + "keywords": [ + "taiwan", + "boba", + "milk", + "straw" + ], + "unified": "1f9cb", + "native": "๐Ÿง‹" + }, + "bubbles": { + "id": "bubbles", + "name": "Bubbles", + "keywords": [ + "soap", + "fun", + "carbonation", + "sparkling" + ], + "unified": "1fae7", + "native": "๐Ÿซง" + }, + "bucket": { + "id": "bucket", + "name": "Bucket", + "keywords": [ + "water", + "container" + ], + "unified": "1faa3", + "native": "๐Ÿชฃ" + }, + "bug": { + "id": "bug", + "name": "Bug", + "keywords": [ + "animal", + "insect", + "nature", + "worm" + ], + "unified": "1f41b", + "native": "๐Ÿ›" + }, + "building_construction": { + "id": "building_construction", + "name": "Building Construction", + "keywords": [ + "wip", + "working", + "progress" + ], + "unified": "1f3d7", + "native": "๐Ÿ—๏ธ" + }, + "bulb": { + "id": "bulb", + "name": "Light Bulb", + "keywords": [ + "electricity", + "idea" + ], + "unified": "1f4a1", + "native": "๐Ÿ’ก" + }, + "bullettrain_front": { + "id": "bullettrain_front", + "name": "Bullet Train", + "keywords": [ + "bullettrain", + "front", + "transportation", + "vehicle", + "speed", + "fast", + "public", + "travel" + ], + "unified": "1f685", + "native": "๐Ÿš…" + }, + "bullettrain_side": { + "id": "bullettrain_side", + "name": "High-Speed Train", + "keywords": [ + "bullettrain", + "side", + "high", + "speed", + "transportation", + "vehicle" + ], + "unified": "1f684", + "native": "๐Ÿš„" + }, + "burrito": { + "id": "burrito", + "name": "Burrito", + "keywords": [ + "food", + "mexican" + ], + "unified": "1f32f", + "native": "๐ŸŒฏ" + }, + "bus": { + "id": "bus", + "name": "Bus", + "keywords": [ + "car", + "vehicle", + "transportation" + ], + "unified": "1f68c", + "native": "๐ŸšŒ" + }, + "busstop": { + "id": "busstop", + "name": "Bus Stop", + "keywords": [ + "busstop", + "transportation", + "wait" + ], + "unified": "1f68f", + "native": "๐Ÿš" + }, + "bust_in_silhouette": { + "id": "bust_in_silhouette", + "name": "Bust in Silhouette", + "keywords": [ + "user", + "person", + "human" + ], + "unified": "1f464", + "native": "๐Ÿ‘ค" + }, + "busts_in_silhouette": { + "id": "busts_in_silhouette", + "name": "Busts in Silhouette", + "keywords": [ + "user", + "person", + "human", + "group", + "team" + ], + "unified": "1f465", + "native": "๐Ÿ‘ฅ" + }, + "butter": { + "id": "butter", + "name": "Butter", + "keywords": [ + "food", + "cook" + ], + "unified": "1f9c8", + "native": "๐Ÿงˆ" + }, + "butterfly": { + "id": "butterfly", + "name": "Butterfly", + "keywords": [ + "animal", + "insect", + "nature", + "caterpillar" + ], + "unified": "1f98b", + "native": "๐Ÿฆ‹" + }, + "cactus": { + "id": "cactus", + "name": "Cactus", + "keywords": [ + "vegetable", + "plant", + "nature" + ], + "unified": "1f335", + "native": "๐ŸŒต" + }, + "cake": { + "id": "cake", + "name": "Shortcake", + "keywords": [ + "cake", + "food", + "dessert" + ], + "unified": "1f370", + "native": "๐Ÿฐ" + }, + "calendar": { + "id": "calendar", + "name": "Tear-off Calendar", + "keywords": [ + "tear", + "off", + "schedule", + "date", + "planning" + ], + "unified": "1f4c6", + "native": "๐Ÿ“†" + }, + "call_me_hand": { + "id": "call_me_hand", + "name": "Call Me Hand", + "keywords": [ + "hands", + "gesture", + "shaka" + ], + "unified": "1f919", + "native": "๐Ÿค™" + }, + "calling": { + "id": "calling", + "name": "Mobile Phone with Arrow", + "keywords": [ + "calling", + "iphone", + "incoming" + ], + "unified": "1f4f2", + "native": "๐Ÿ“ฒ" + }, + "camel": { + "id": "camel", + "name": "Bactrian Camel", + "keywords": [ + "two", + "hump", + "animal", + "nature", + "hot", + "desert" + ], + "unified": "1f42b", + "native": "๐Ÿซ" + }, + "camera": { + "id": "camera", + "name": "Camera", + "keywords": [ + "gadgets", + "photography" + ], + "unified": "1f4f7", + "native": "๐Ÿ“ท" + }, + "camera_with_flash": { + "id": "camera_with_flash", + "name": "Camera with Flash", + "keywords": [ + "photography", + "gadgets" + ], + "unified": "1f4f8", + "native": "๐Ÿ“ธ" + }, + "camping": { + "id": "camping", + "name": "Camping", + "keywords": [ + "photo", + "outdoors", + "tent" + ], + "unified": "1f3d5", + "native": "๐Ÿ•๏ธ" + }, + "cancer": { + "id": "cancer", + "name": "Cancer", + "keywords": [ + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "264b", + "native": "โ™‹" + }, + "candle": { + "id": "candle", + "name": "Candle", + "keywords": [ + "fire", + "wax" + ], + "unified": "1f56f", + "native": "๐Ÿ•ฏ๏ธ" + }, + "candy": { + "id": "candy", + "name": "Candy", + "keywords": [ + "snack", + "dessert", + "sweet", + "lolly" + ], + "unified": "1f36c", + "native": "๐Ÿฌ" + }, + "canned_food": { + "id": "canned_food", + "name": "Canned Food", + "keywords": [ + "soup" + ], + "unified": "1f96b", + "native": "๐Ÿฅซ" + }, + "canoe": { + "id": "canoe", + "name": "Canoe", + "keywords": [ + "boat", + "paddle", + "water", + "ship" + ], + "unified": "1f6f6", + "native": "๐Ÿ›ถ" + }, + "capital_abcd": { + "id": "capital_abcd", + "name": "Input Latin Uppercase", + "keywords": [ + "capital", + "abcd", + "alphabet", + "words", + "blue", + "square" + ], + "unified": "1f520", + "native": "๐Ÿ” " + }, + "capricorn": { + "id": "capricorn", + "name": "Capricorn", + "keywords": [ + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "2651", + "native": "โ™‘" + }, + "car": { + "id": "car", + "name": "Automobile", + "keywords": [ + "car", + "red", + "transportation", + "vehicle" + ], + "unified": "1f697", + "native": "๐Ÿš—" + }, + "card_file_box": { + "id": "card_file_box", + "name": "Card File Box", + "keywords": [ + "business", + "stationery" + ], + "unified": "1f5c3", + "native": "๐Ÿ—ƒ๏ธ" + }, + "card_index": { + "id": "card_index", + "name": "Card Index", + "keywords": [ + "business", + "stationery" + ], + "unified": "1f4c7", + "native": "๐Ÿ“‡" + }, + "card_index_dividers": { + "id": "card_index_dividers", + "name": "Card Index Dividers", + "keywords": [ + "organizing", + "business", + "stationery" + ], + "unified": "1f5c2", + "native": "๐Ÿ—‚๏ธ" + }, + "carousel_horse": { + "id": "carousel_horse", + "name": "Carousel Horse", + "keywords": [ + "photo", + "carnival" + ], + "unified": "1f3a0", + "native": "๐ŸŽ " + }, + "carpentry_saw": { + "id": "carpentry_saw", + "name": "Carpentry Saw", + "keywords": [ + "cut", + "chop" + ], + "unified": "1fa9a", + "native": "๐Ÿชš" + }, + "carrot": { + "id": "carrot", + "name": "Carrot", + "keywords": [ + "vegetable", + "food", + "orange" + ], + "unified": "1f955", + "native": "๐Ÿฅ•" + }, + "cat": { + "id": "cat", + "name": "Cat Face", + "keywords": [ + "animal", + "meow", + "nature", + "pet", + "kitten" + ], + "unified": "1f431", + "native": "๐Ÿฑ" + }, + "cat2": { + "id": "cat2", + "name": "Cat", + "keywords": [ + "cat2", + "animal", + "meow", + "pet", + "cats" + ], + "unified": "1f408", + "native": "๐Ÿˆ" + }, + "cd": { + "id": "cd", + "name": "Optical Disc", + "keywords": [ + "cd", + "disk", + "technology", + "dvd", + "90s" + ], + "unified": "1f4bf", + "native": "๐Ÿ’ฟ" + }, + "chains": { + "id": "chains", + "name": "Chains", + "keywords": [ + "lock", + "arrest" + ], + "unified": "26d3", + "native": "โ›“๏ธ" + }, + "chair": { + "id": "chair", + "name": "Chair", + "keywords": [ + "sit", + "furniture" + ], + "unified": "1fa91", + "native": "๐Ÿช‘" + }, + "champagne": { + "id": "champagne", + "name": "Bottle with Popping Cork", + "keywords": [ + "champagne", + "drink", + "wine", + "celebration" + ], + "unified": "1f37e", + "native": "๐Ÿพ" + }, + "chart": { + "id": "chart", + "name": "Chart Increasing with Yen", + "keywords": [ + "green", + "square", + "graph", + "presentation", + "stats" + ], + "unified": "1f4b9", + "native": "๐Ÿ’น" + }, + "chart_with_downwards_trend": { + "id": "chart_with_downwards_trend", + "name": "Chart Decreasing", + "keywords": [ + "with", + "downwards", + "trend", + "graph", + "presentation", + "stats", + "recession", + "business", + "economics", + "money", + "sales", + "bad", + "failure" + ], + "unified": "1f4c9", + "native": "๐Ÿ“‰" + }, + "chart_with_upwards_trend": { + "id": "chart_with_upwards_trend", + "name": "Chart Increasing", + "keywords": [ + "with", + "upwards", + "trend", + "graph", + "presentation", + "stats", + "recovery", + "business", + "economics", + "money", + "sales", + "good", + "success" + ], + "unified": "1f4c8", + "native": "๐Ÿ“ˆ" + }, + "checkered_flag": { + "id": "checkered_flag", + "name": "Chequered Flag", + "keywords": [ + "checkered", + "contest", + "finishline", + "race", + "gokart" + ], + "unified": "1f3c1", + "native": "๐Ÿ" + }, + "cheese": { + "id": "cheese", + "name": "Cheese Wedge", + "keywords": [ + "food", + "chadder" + ], + "unified": "1f9c0", + "native": "๐Ÿง€" + }, + "cherries": { + "id": "cherries", + "name": "Cherries", + "keywords": [ + "food", + "fruit" + ], + "unified": "1f352", + "native": "๐Ÿ’" + }, + "cherry_blossom": { + "id": "cherry_blossom", + "name": "Cherry Blossom", + "keywords": [ + "nature", + "plant", + "spring", + "flower" + ], + "unified": "1f338", + "native": "๐ŸŒธ" + }, + "chess_pawn": { + "id": "chess_pawn", + "name": "Chess Pawn", + "keywords": [ + "expendable" + ], + "unified": "265f", + "native": "โ™Ÿ๏ธ" + }, + "chestnut": { + "id": "chestnut", + "name": "Chestnut", + "keywords": [ + "food", + "squirrel" + ], + "unified": "1f330", + "native": "๐ŸŒฐ" + }, + "chicken": { + "id": "chicken", + "name": "Chicken", + "keywords": [ + "animal", + "cluck", + "nature", + "bird" + ], + "unified": "1f414", + "native": "๐Ÿ”" + }, + "child": { + "id": "child", + "name": "Child", + "keywords": [ + "gender", + "neutral", + "young" + ], + "unified": "1f9d2", + "native": "๐Ÿง’" + }, + "children_crossing": { + "id": "children_crossing", + "name": "Children Crossing", + "keywords": [ + "school", + "warning", + "danger", + "sign", + "driving", + "yellow", + "diamond" + ], + "unified": "1f6b8", + "native": "๐Ÿšธ" + }, + "chipmunk": { + "id": "chipmunk", + "name": "Chipmunk", + "keywords": [ + "animal", + "nature", + "rodent", + "squirrel" + ], + "unified": "1f43f", + "native": "๐Ÿฟ๏ธ" + }, + "chocolate": { + "id": "chocolate", + "name": "Chocolate Bar", + "keywords": [ + "food", + "snack", + "dessert", + "sweet" + ], + "unified": "1f36b", + "native": "๐Ÿซ" + }, + "chopsticks": { + "id": "chopsticks", + "name": "Chopsticks", + "keywords": [ + "food" + ], + "unified": "1f962", + "native": "๐Ÿฅข" + }, + "christmas_tree": { + "id": "christmas_tree", + "name": "Christmas Tree", + "keywords": [ + "festival", + "vacation", + "december", + "xmas", + "celebration" + ], + "unified": "1f384", + "native": "๐ŸŽ„" + }, + "church": { + "id": "church", + "name": "Church", + "keywords": [ + "building", + "religion", + "christ" + ], + "unified": "26ea", + "native": "โ›ช" + }, + "cinema": { + "id": "cinema", + "name": "Cinema", + "keywords": [ + "blue", + "square", + "record", + "film", + "movie", + "curtain", + "stage", + "theater" + ], + "unified": "1f3a6", + "native": "๐ŸŽฆ" + }, + "circus_tent": { + "id": "circus_tent", + "name": "Circus Tent", + "keywords": [ + "festival", + "carnival", + "party" + ], + "unified": "1f3aa", + "native": "๐ŸŽช" + }, + "city_sunrise": { + "id": "city_sunrise", + "name": "Sunset", + "keywords": [ + "city", + "sunrise", + "photo", + "good", + "morning", + "dawn" + ], + "unified": "1f307", + "native": "๐ŸŒ‡" + }, + "city_sunset": { + "id": "city_sunset", + "name": "Cityscape at Dusk", + "keywords": [ + "city", + "sunset", + "photo", + "evening", + "sky", + "buildings" + ], + "unified": "1f306", + "native": "๐ŸŒ†" + }, + "cityscape": { + "id": "cityscape", + "name": "Cityscape", + "keywords": [ + "photo", + "night", + "life", + "urban" + ], + "unified": "1f3d9", + "native": "๐Ÿ™๏ธ" + }, + "cl": { + "id": "cl", + "name": "Cl Button", + "keywords": [ + "alphabet", + "words", + "red", + "square" + ], + "unified": "1f191", + "native": "๐Ÿ†‘" + }, + "clap": { + "id": "clap", + "name": "Clapping Hands", + "keywords": [ + "clap", + "praise", + "applause", + "congrats", + "yay" + ], + "unified": "1f44f", + "native": "๐Ÿ‘" + }, + "clapper": { + "id": "clapper", + "name": "Clapper Board", + "keywords": [ + "movie", + "film", + "record" + ], + "unified": "1f3ac", + "native": "๐ŸŽฌ" + }, + "classical_building": { + "id": "classical_building", + "name": "Classical Building", + "keywords": [ + "art", + "culture", + "history" + ], + "unified": "1f3db", + "native": "๐Ÿ›๏ธ" + }, + "clinking_glasses": { + "id": "clinking_glasses", + "name": "Clinking Glasses", + "keywords": [ + "beverage", + "drink", + "party", + "alcohol", + "celebrate", + "cheers", + "wine", + "champagne", + "toast" + ], + "unified": "1f942", + "native": "๐Ÿฅ‚" + }, + "clipboard": { + "id": "clipboard", + "name": "Clipboard", + "keywords": [ + "stationery", + "documents" + ], + "unified": "1f4cb", + "native": "๐Ÿ“‹" + }, + "clock1": { + "id": "clock1", + "name": "One Oโ€™clock", + "keywords": [ + "clock1", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f550", + "native": "๐Ÿ•" + }, + "clock10": { + "id": "clock10", + "name": "Ten Oโ€™clock", + "keywords": [ + "clock10", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f559", + "native": "๐Ÿ•™" + }, + "clock1030": { + "id": "clock1030", + "name": "Ten-Thirty", + "keywords": [ + "clock1030", + "ten", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f565", + "native": "๐Ÿ•ฅ" + }, + "clock11": { + "id": "clock11", + "name": "Eleven Oโ€™clock", + "keywords": [ + "clock11", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f55a", + "native": "๐Ÿ•š" + }, + "clock1130": { + "id": "clock1130", + "name": "Eleven-Thirty", + "keywords": [ + "clock1130", + "eleven", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f566", + "native": "๐Ÿ•ฆ" + }, + "clock12": { + "id": "clock12", + "name": "Twelve Oโ€™clock", + "keywords": [ + "clock12", + "o", + "clock", + "time", + "noon", + "midnight", + "midday", + "late", + "early", + "schedule" + ], + "unified": "1f55b", + "native": "๐Ÿ•›" + }, + "clock1230": { + "id": "clock1230", + "name": "Twelve-Thirty", + "keywords": [ + "clock1230", + "twelve", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f567", + "native": "๐Ÿ•ง" + }, + "clock130": { + "id": "clock130", + "name": "One-Thirty", + "keywords": [ + "clock130", + "one", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f55c", + "native": "๐Ÿ•œ" + }, + "clock2": { + "id": "clock2", + "name": "Two Oโ€™clock", + "keywords": [ + "clock2", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f551", + "native": "๐Ÿ•‘" + }, + "clock230": { + "id": "clock230", + "name": "Two-Thirty", + "keywords": [ + "clock230", + "two", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f55d", + "native": "๐Ÿ•" + }, + "clock3": { + "id": "clock3", + "name": "Three Oโ€™clock", + "keywords": [ + "clock3", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f552", + "native": "๐Ÿ•’" + }, + "clock330": { + "id": "clock330", + "name": "Three-Thirty", + "keywords": [ + "clock330", + "three", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f55e", + "native": "๐Ÿ•ž" + }, + "clock4": { + "id": "clock4", + "name": "Four Oโ€™clock", + "keywords": [ + "clock4", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f553", + "native": "๐Ÿ•“" + }, + "clock430": { + "id": "clock430", + "name": "Four-Thirty", + "keywords": [ + "clock430", + "four", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f55f", + "native": "๐Ÿ•Ÿ" + }, + "clock5": { + "id": "clock5", + "name": "Five Oโ€™clock", + "keywords": [ + "clock5", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f554", + "native": "๐Ÿ•”" + }, + "clock530": { + "id": "clock530", + "name": "Five-Thirty", + "keywords": [ + "clock530", + "five", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f560", + "native": "๐Ÿ• " + }, + "clock6": { + "id": "clock6", + "name": "Six Oโ€™clock", + "keywords": [ + "clock6", + "o", + "clock", + "time", + "late", + "early", + "schedule", + "dawn", + "dusk" + ], + "unified": "1f555", + "native": "๐Ÿ••" + }, + "clock630": { + "id": "clock630", + "name": "Six-Thirty", + "keywords": [ + "clock630", + "six", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f561", + "native": "๐Ÿ•ก" + }, + "clock7": { + "id": "clock7", + "name": "Seven Oโ€™clock", + "keywords": [ + "clock7", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f556", + "native": "๐Ÿ•–" + }, + "clock730": { + "id": "clock730", + "name": "Seven-Thirty", + "keywords": [ + "clock730", + "seven", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f562", + "native": "๐Ÿ•ข" + }, + "clock8": { + "id": "clock8", + "name": "Eight Oโ€™clock", + "keywords": [ + "clock8", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f557", + "native": "๐Ÿ•—" + }, + "clock830": { + "id": "clock830", + "name": "Eight-Thirty", + "keywords": [ + "clock830", + "eight", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f563", + "native": "๐Ÿ•ฃ" + }, + "clock9": { + "id": "clock9", + "name": "Nine Oโ€™clock", + "keywords": [ + "clock9", + "o", + "clock", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f558", + "native": "๐Ÿ•˜" + }, + "clock930": { + "id": "clock930", + "name": "Nine-Thirty", + "keywords": [ + "clock930", + "nine", + "thirty", + "time", + "late", + "early", + "schedule" + ], + "unified": "1f564", + "native": "๐Ÿ•ค" + }, + "closed_book": { + "id": "closed_book", + "name": "Closed Book", + "keywords": [ + "read", + "library", + "knowledge", + "textbook", + "learn" + ], + "unified": "1f4d5", + "native": "๐Ÿ“•" + }, + "closed_lock_with_key": { + "id": "closed_lock_with_key", + "name": "Locked with Key", + "keywords": [ + "closed", + "lock", + "security", + "privacy" + ], + "unified": "1f510", + "native": "๐Ÿ”" + }, + "closed_umbrella": { + "id": "closed_umbrella", + "name": "Closed Umbrella", + "keywords": [ + "weather", + "rain", + "drizzle" + ], + "unified": "1f302", + "native": "๐ŸŒ‚" + }, + "cloud": { + "id": "cloud", + "name": "Cloud", + "keywords": [ + "weather", + "sky" + ], + "unified": "2601", + "native": "โ˜๏ธ" + }, + "clown_face": { + "id": "clown_face", + "name": "Clown Face", + "keywords": [], + "unified": "1f921", + "native": "๐Ÿคก" + }, + "clubs": { + "id": "clubs", + "name": "Club Suit", + "keywords": [ + "clubs", + "poker", + "cards", + "magic", + "suits" + ], + "unified": "2663", + "native": "โ™ฃ๏ธ" + }, + "cn": { + "id": "cn", + "name": "China Flag", + "keywords": [ + "cn", + "chinese", + "prc", + "country", + "nation", + "banner" + ], + "unified": "1f1e8-1f1f3", + "native": "๐Ÿ‡จ๐Ÿ‡ณ" + }, + "coat": { + "id": "coat", + "name": "Coat", + "keywords": [ + "jacket" + ], + "unified": "1f9e5", + "native": "๐Ÿงฅ" + }, + "cockroach": { + "id": "cockroach", + "name": "Cockroach", + "keywords": [ + "insect", + "pests" + ], + "unified": "1fab3", + "native": "๐Ÿชณ" + }, + "cocktail": { + "id": "cocktail", + "name": "Cocktail Glass", + "keywords": [ + "drink", + "drunk", + "alcohol", + "beverage", + "booze", + "mojito" + ], + "unified": "1f378", + "native": "๐Ÿธ" + }, + "coconut": { + "id": "coconut", + "name": "Coconut", + "keywords": [ + "fruit", + "nature", + "food", + "palm" + ], + "unified": "1f965", + "native": "๐Ÿฅฅ" + }, + "coffee": { + "id": "coffee", + "name": "Hot Beverage", + "keywords": [ + "coffee", + "caffeine", + "latte", + "espresso" + ], + "unified": "2615", + "native": "โ˜•" + }, + "coffin": { + "id": "coffin", + "name": "Coffin", + "keywords": [ + "vampire", + "dead", + "die", + "death", + "rip", + "graveyard", + "cemetery", + "casket", + "funeral", + "box" + ], + "unified": "26b0", + "native": "โšฐ๏ธ" + }, + "coin": { + "id": "coin", + "name": "Coin", + "keywords": [ + "money", + "currency" + ], + "unified": "1fa99", + "native": "๐Ÿช™" + }, + "cold_face": { + "id": "cold_face", + "name": "Cold Face", + "keywords": [ + "blue", + "freezing", + "frozen", + "frostbite", + "icicles" + ], + "unified": "1f976", + "native": "๐Ÿฅถ" + }, + "cold_sweat": { + "id": "cold_sweat", + "name": "Anxious Face with Sweat", + "keywords": [ + "cold", + "nervous" + ], + "unified": "1f630", + "native": "๐Ÿ˜ฐ" + }, + "comet": { + "id": "comet", + "name": "Comet", + "keywords": [ + "space" + ], + "unified": "2604", + "native": "โ˜„๏ธ" + }, + "compass": { + "id": "compass", + "name": "Compass", + "keywords": [ + "magnetic", + "navigation", + "orienteering" + ], + "unified": "1f9ed", + "native": "๐Ÿงญ" + }, + "compression": { + "id": "compression", + "name": "Clamp", + "keywords": [ + "compression", + "tool" + ], + "unified": "1f5dc", + "native": "๐Ÿ—œ๏ธ" + }, + "computer": { + "id": "computer", + "name": "Laptop", + "keywords": [ + "computer", + "technology", + "screen", + "display", + "monitor" + ], + "unified": "1f4bb", + "native": "๐Ÿ’ป" + }, + "confetti_ball": { + "id": "confetti_ball", + "name": "Confetti Ball", + "keywords": [ + "festival", + "party", + "birthday", + "circus" + ], + "unified": "1f38a", + "native": "๐ŸŽŠ" + }, + "confounded": { + "id": "confounded", + "name": "Confounded Face", + "keywords": [ + "confused", + "sick", + "unwell", + "oops", + ":S" + ], + "unified": "1f616", + "native": "๐Ÿ˜–" + }, + "confused": { + "id": "confused", + "name": "Confused Face", + "keywords": [ + "indifference", + "huh", + "weird", + "hmmm", + ":/" + ], + "unified": "1f615", + "native": "๐Ÿ˜•" + }, + "congratulations": { + "id": "congratulations", + "name": "Circled Ideograph Congratulation", + "keywords": [ + "congratulations", + "japanese", + "button", + "chinese", + "kanji", + "red", + "circle" + ], + "unified": "3297", + "native": "ใŠ—๏ธ" + }, + "construction": { + "id": "construction", + "name": "Construction", + "keywords": [ + "wip", + "progress", + "caution", + "warning" + ], + "unified": "1f6a7", + "native": "๐Ÿšง" + }, + "construction_worker": { + "id": "construction_worker", + "name": "Construction Worker", + "keywords": [ + "labor", + "build" + ], + "unified": "1f477", + "native": "๐Ÿ‘ท" + }, + "control_knobs": { + "id": "control_knobs", + "name": "Control Knobs", + "keywords": [ + "dial" + ], + "unified": "1f39b", + "native": "๐ŸŽ›๏ธ" + }, + "convenience_store": { + "id": "convenience_store", + "name": "Convenience Store", + "keywords": [ + "building", + "shopping", + "groceries" + ], + "unified": "1f3ea", + "native": "๐Ÿช" + }, + "cook": { + "id": "cook", + "name": "Cook", + "keywords": [ + "food", + "kitchen", + "culinary" + ], + "unified": "1f9d1-200d-1f373", + "native": "๐Ÿง‘โ€๐Ÿณ" + }, + "cookie": { + "id": "cookie", + "name": "Cookie", + "keywords": [ + "food", + "snack", + "oreo", + "chocolate", + "sweet", + "dessert" + ], + "unified": "1f36a", + "native": "๐Ÿช" + }, + "cool": { + "id": "cool", + "name": "Cool Button", + "keywords": [ + "words", + "blue", + "square" + ], + "unified": "1f192", + "native": "๐Ÿ†’" + }, + "cop": { + "id": "cop", + "name": "Police Officer", + "keywords": [ + "cop" + ], + "unified": "1f46e", + "native": "๐Ÿ‘ฎ" + }, + "copyright": { + "id": "copyright", + "name": "Copyright", + "keywords": [ + "ip", + "license", + "circle", + "law", + "legal" + ], + "unified": "a9", + "native": "ยฉ๏ธ" + }, + "coral": { + "id": "coral", + "name": "Coral", + "keywords": [ + "ocean", + "sea", + "reef" + ], + "unified": "1fab8", + "native": "๐Ÿชธ" + }, + "corn": { + "id": "corn", + "name": "Ear of Corn", + "keywords": [ + "food", + "vegetable", + "plant" + ], + "unified": "1f33d", + "native": "๐ŸŒฝ" + }, + "couch_and_lamp": { + "id": "couch_and_lamp", + "name": "Couch and Lamp", + "keywords": [ + "read", + "chill" + ], + "unified": "1f6cb", + "native": "๐Ÿ›‹๏ธ" + }, + "couple_with_heart": { + "id": "couple_with_heart", + "name": "Couple with Heart", + "keywords": [ + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "unified": "1f491", + "native": "๐Ÿ’‘" + }, + "couplekiss": { + "id": "couplekiss", + "name": "Kiss", + "keywords": [ + "couplekiss", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "unified": "1f48f", + "native": "๐Ÿ’" + }, + "cow": { + "id": "cow", + "name": "Cow Face", + "keywords": [ + "beef", + "ox", + "animal", + "nature", + "moo", + "milk" + ], + "unified": "1f42e", + "native": "๐Ÿฎ" + }, + "cow2": { + "id": "cow2", + "name": "Cow", + "keywords": [ + "cow2", + "beef", + "ox", + "animal", + "nature", + "moo", + "milk" + ], + "unified": "1f404", + "native": "๐Ÿ„" + }, + "cowboy_hat_face": { + "id": "cowboy_hat_face", + "name": "Cowboy Hat Face", + "keywords": [ + "with", + "cowgirl" + ], + "unified": "1f920", + "native": "๐Ÿค " + }, + "crab": { + "id": "crab", + "name": "Crab", + "keywords": [ + "animal", + "crustacean" + ], + "unified": "1f980", + "native": "๐Ÿฆ€" + }, + "credit_card": { + "id": "credit_card", + "name": "Credit Card", + "keywords": [ + "money", + "sales", + "dollar", + "bill", + "payment", + "shopping" + ], + "unified": "1f4b3", + "native": "๐Ÿ’ณ" + }, + "crescent_moon": { + "id": "crescent_moon", + "name": "Crescent Moon", + "keywords": [ + "night", + "sleep", + "sky", + "evening", + "magic" + ], + "unified": "1f319", + "native": "๐ŸŒ™" + }, + "cricket": { + "id": "cricket", + "name": "Cricket", + "keywords": [ + "animal", + "chirp" + ], + "unified": "1f997", + "native": "๐Ÿฆ—" + }, + "cricket_bat_and_ball": { + "id": "cricket_bat_and_ball", + "name": "Cricket Game", + "keywords": [ + "bat", + "and", + "ball", + "sports" + ], + "unified": "1f3cf", + "native": "๐Ÿ" + }, + "crocodile": { + "id": "crocodile", + "name": "Crocodile", + "keywords": [ + "animal", + "nature", + "reptile", + "lizard", + "alligator" + ], + "unified": "1f40a", + "native": "๐ŸŠ" + }, + "croissant": { + "id": "croissant", + "name": "Croissant", + "keywords": [ + "food", + "bread", + "french" + ], + "unified": "1f950", + "native": "๐Ÿฅ" + }, + "crossed_fingers": { + "id": "crossed_fingers", + "name": "Crossed Fingers", + "keywords": [ + "hand", + "with", + "index", + "and", + "middle", + "good", + "lucky" + ], + "unified": "1f91e", + "native": "๐Ÿคž" + }, + "crossed_flags": { + "id": "crossed_flags", + "name": "Crossed Flags", + "keywords": [ + "japanese", + "nation", + "country", + "border" + ], + "unified": "1f38c", + "native": "๐ŸŽŒ" + }, + "crossed_swords": { + "id": "crossed_swords", + "name": "Crossed Swords", + "keywords": [ + "weapon" + ], + "unified": "2694", + "native": "โš”๏ธ" + }, + "crown": { + "id": "crown", + "name": "Crown", + "keywords": [ + "king", + "kod", + "leader", + "royalty", + "lord" + ], + "unified": "1f451", + "native": "๐Ÿ‘‘" + }, + "crutch": { + "id": "crutch", + "name": "Crutch", + "keywords": [ + "accessibility", + "assist" + ], + "unified": "1fa7c", + "native": "๐Ÿฉผ" + }, + "cry": { + "id": "cry", + "name": "Crying Face", + "keywords": [ + "cry", + "tears", + "sad", + "depressed", + "upset", + ":'(" + ], + "unified": "1f622", + "native": "๐Ÿ˜ข" + }, + "crying_cat_face": { + "id": "crying_cat_face", + "name": "Crying Cat", + "keywords": [ + "face", + "animal", + "tears", + "weep", + "sad", + "cats", + "upset", + "cry" + ], + "unified": "1f63f", + "native": "๐Ÿ˜ฟ" + }, + "crystal_ball": { + "id": "crystal_ball", + "name": "Crystal Ball", + "keywords": [ + "disco", + "party", + "magic", + "circus", + "fortune", + "teller" + ], + "unified": "1f52e", + "native": "๐Ÿ”ฎ" + }, + "cucumber": { + "id": "cucumber", + "name": "Cucumber", + "keywords": [ + "fruit", + "food", + "pickle" + ], + "unified": "1f952", + "native": "๐Ÿฅ’" + }, + "cup_with_straw": { + "id": "cup_with_straw", + "name": "Cup with Straw", + "keywords": [ + "drink", + "soda" + ], + "unified": "1f964", + "native": "๐Ÿฅค" + }, + "cupcake": { + "id": "cupcake", + "name": "Cupcake", + "keywords": [ + "food", + "dessert", + "bakery", + "sweet" + ], + "unified": "1f9c1", + "native": "๐Ÿง" + }, + "cupid": { + "id": "cupid", + "name": "Heart with Arrow", + "keywords": [ + "cupid", + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f498", + "native": "๐Ÿ’˜" + }, + "curling_stone": { + "id": "curling_stone", + "name": "Curling Stone", + "keywords": [ + "sports" + ], + "unified": "1f94c", + "native": "๐ŸฅŒ" + }, + "curly_haired_man": { + "id": "curly_haired_man", + "name": "Man: Curly Hair", + "keywords": [ + "haired", + "man", + "hairstyle" + ], + "unified": "1f468-200d-1f9b1", + "native": "๐Ÿ‘จโ€๐Ÿฆฑ" + }, + "curly_haired_person": { + "id": "curly_haired_person", + "name": "Person: Curly Hair", + "keywords": [ + "haired", + "person", + "hairstyle" + ], + "unified": "1f9d1-200d-1f9b1", + "native": "๐Ÿง‘โ€๐Ÿฆฑ" + }, + "curly_haired_woman": { + "id": "curly_haired_woman", + "name": "Woman: Curly Hair", + "keywords": [ + "haired", + "woman", + "hairstyle" + ], + "unified": "1f469-200d-1f9b1", + "native": "๐Ÿ‘ฉโ€๐Ÿฆฑ" + }, + "curly_loop": { + "id": "curly_loop", + "name": "Curly Loop", + "keywords": [ + "scribble", + "draw", + "shape", + "squiggle" + ], + "unified": "27b0", + "native": "โžฐ" + }, + "currency_exchange": { + "id": "currency_exchange", + "name": "Currency Exchange", + "keywords": [ + "money", + "sales", + "dollar", + "travel" + ], + "unified": "1f4b1", + "native": "๐Ÿ’ฑ" + }, + "curry": { + "id": "curry", + "name": "Curry Rice", + "keywords": [ + "food", + "spicy", + "hot", + "indian" + ], + "unified": "1f35b", + "native": "๐Ÿ›" + }, + "custard": { + "id": "custard", + "name": "Custard", + "keywords": [ + "dessert", + "food" + ], + "unified": "1f36e", + "native": "๐Ÿฎ" + }, + "customs": { + "id": "customs", + "name": "Customs", + "keywords": [ + "passport", + "border", + "blue", + "square" + ], + "unified": "1f6c3", + "native": "๐Ÿ›ƒ" + }, + "cyclone": { + "id": "cyclone", + "name": "Cyclone", + "keywords": [ + "weather", + "swirl", + "blue", + "cloud", + "vortex", + "spiral", + "whirlpool", + "spin", + "tornado", + "hurricane", + "typhoon" + ], + "unified": "1f300", + "native": "๐ŸŒ€" + }, + "dagger_knife": { + "id": "dagger_knife", + "name": "Dagger", + "keywords": [ + "knife", + "weapon" + ], + "unified": "1f5e1", + "native": "๐Ÿ—ก๏ธ" + }, + "dancer": { + "id": "dancer", + "name": "Dancer", + "keywords": [ + "woman", + "dancing", + "female", + "girl", + "fun" + ], + "unified": "1f483", + "native": "๐Ÿ’ƒ" + }, + "dancers": { + "id": "dancers", + "name": "Woman with Bunny Ears", + "keywords": [ + "dancers", + "people", + "perform", + "costume" + ], + "unified": "1f46f", + "native": "๐Ÿ‘ฏ" + }, + "dango": { + "id": "dango", + "name": "Dango", + "keywords": [ + "food", + "dessert", + "sweet", + "japanese", + "barbecue", + "meat" + ], + "unified": "1f361", + "native": "๐Ÿก" + }, + "dark_sunglasses": { + "id": "dark_sunglasses", + "name": "Sunglasses", + "keywords": [ + "dark", + "face", + "cool", + "accessories" + ], + "unified": "1f576", + "native": "๐Ÿ•ถ๏ธ" + }, + "dart": { + "id": "dart", + "name": "Bullseye", + "keywords": [ + "dart", + "direct", + "hit", + "game", + "play", + "bar", + "target" + ], + "unified": "1f3af", + "native": "๐ŸŽฏ" + }, + "dash": { + "id": "dash", + "name": "Dash Symbol", + "keywords": [ + "dashing", + "away", + "wind", + "air", + "fast", + "shoo", + "fart", + "smoke", + "puff" + ], + "unified": "1f4a8", + "native": "๐Ÿ’จ" + }, + "date": { + "id": "date", + "name": "Calendar", + "keywords": [ + "date", + "schedule" + ], + "unified": "1f4c5", + "native": "๐Ÿ“…" + }, + "de": { + "id": "de", + "name": "Germany Flag", + "keywords": [ + "de", + "german", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1ea", + "native": "๐Ÿ‡ฉ๐Ÿ‡ช" + }, + "deaf_man": { + "id": "deaf_man", + "name": "Deaf Man", + "keywords": [ + "accessibility" + ], + "unified": "1f9cf-200d-2642-fe0f", + "native": "๐Ÿงโ€โ™‚๏ธ" + }, + "deaf_person": { + "id": "deaf_person", + "name": "Deaf Person", + "keywords": [ + "accessibility" + ], + "unified": "1f9cf", + "native": "๐Ÿง" + }, + "deaf_woman": { + "id": "deaf_woman", + "name": "Deaf Woman", + "keywords": [ + "accessibility" + ], + "unified": "1f9cf-200d-2640-fe0f", + "native": "๐Ÿงโ€โ™€๏ธ" + }, + "deciduous_tree": { + "id": "deciduous_tree", + "name": "Deciduous Tree", + "keywords": [ + "plant", + "nature" + ], + "unified": "1f333", + "native": "๐ŸŒณ" + }, + "deer": { + "id": "deer", + "name": "Deer", + "keywords": [ + "animal", + "nature", + "horns", + "venison" + ], + "unified": "1f98c", + "native": "๐ŸฆŒ" + }, + "department_store": { + "id": "department_store", + "name": "Department Store", + "keywords": [ + "building", + "shopping", + "mall" + ], + "unified": "1f3ec", + "native": "๐Ÿฌ" + }, + "derelict_house_building": { + "id": "derelict_house_building", + "name": "Derelict House", + "keywords": [ + "building", + "abandon", + "evict", + "broken" + ], + "unified": "1f3da", + "native": "๐Ÿš๏ธ" + }, + "desert": { + "id": "desert", + "name": "Desert", + "keywords": [ + "photo", + "warm", + "saharah" + ], + "unified": "1f3dc", + "native": "๐Ÿœ๏ธ" + }, + "desert_island": { + "id": "desert_island", + "name": "Desert Island", + "keywords": [ + "photo", + "tropical", + "mojito" + ], + "unified": "1f3dd", + "native": "๐Ÿ๏ธ" + }, + "desktop_computer": { + "id": "desktop_computer", + "name": "Desktop Computer", + "keywords": [ + "technology", + "computing", + "screen" + ], + "unified": "1f5a5", + "native": "๐Ÿ–ฅ๏ธ" + }, + "devil": { + "id": "devil", + "name": "Imp", + "keywords": [ + "angry", + "face", + "with", + "horns", + "devil" + ], + "unified": "1f47f", + "native": "๐Ÿ‘ฟ" + }, + "diagonal_mouth": { + "id": "diagonal_mouth", + "name": "Face with Diagonal Mouth", + "keywords": [ + "skeptic", + "confuse", + "frustrated", + "indifferent" + ], + "unified": "1fae4", + "native": "๐Ÿซค" + }, + "diamond_shape_with_a_dot_inside": { + "id": "diamond_shape_with_a_dot_inside", + "name": "Diamond with a Dot", + "keywords": [ + "shape", + "inside", + "jewel", + "blue", + "gem", + "crystal", + "fancy" + ], + "unified": "1f4a0", + "native": "๐Ÿ’ " + }, + "diamonds": { + "id": "diamonds", + "name": "Diamond Suit", + "keywords": [ + "diamonds", + "poker", + "cards", + "magic", + "suits" + ], + "unified": "2666", + "native": "โ™ฆ๏ธ" + }, + "disappointed": { + "id": "disappointed", + "name": "Disappointed Face", + "keywords": [ + "sad", + "upset", + "depressed", + ":(" + ], + "unified": "1f61e", + "native": "๐Ÿ˜ž" + }, + "disappointed_relieved": { + "id": "disappointed_relieved", + "name": "Sad but Relieved Face", + "keywords": [ + "disappointed", + "phew", + "sweat", + "nervous" + ], + "unified": "1f625", + "native": "๐Ÿ˜ฅ" + }, + "disguised": { + "id": "disguised", + "name": "Disguised Face", + "keywords": [ + "pretent", + "brows", + "glasses", + "moustache" + ], + "unified": "1f978", + "native": "๐Ÿฅธ" + }, + "diving_mask": { + "id": "diving_mask", + "name": "Diving Mask", + "keywords": [ + "sport", + "ocean" + ], + "unified": "1f93f", + "native": "๐Ÿคฟ" + }, + "diya_lamp": { + "id": "diya_lamp", + "name": "Diya Lamp", + "keywords": [ + "lighting" + ], + "unified": "1fa94", + "native": "๐Ÿช”" + }, + "dizzy": { + "id": "dizzy", + "name": "Dizzy", + "keywords": [ + "star", + "sparkle", + "shoot", + "magic" + ], + "unified": "1f4ab", + "native": "๐Ÿ’ซ" + }, + "dizzy_face": { + "id": "dizzy_face", + "name": "Dizzy Face", + "keywords": [ + "spent", + "unconscious", + "xox" + ], + "unified": "1f635", + "native": "๐Ÿ˜ต" + }, + "dna": { + "id": "dna", + "name": "Dna", + "keywords": [ + "biologist", + "genetics", + "life" + ], + "unified": "1f9ec", + "native": "๐Ÿงฌ" + }, + "do_not_litter": { + "id": "do_not_litter", + "name": "No Littering", + "keywords": [ + "do", + "not", + "litter", + "trash", + "bin", + "garbage", + "circle" + ], + "unified": "1f6af", + "native": "๐Ÿšฏ" + }, + "dodo": { + "id": "dodo", + "name": "Dodo", + "keywords": [ + "animal", + "bird" + ], + "unified": "1f9a4", + "native": "๐Ÿฆค" + }, + "dog": { + "id": "dog", + "name": "Dog Face", + "keywords": [ + "animal", + "friend", + "nature", + "woof", + "puppy", + "pet", + "faithful" + ], + "unified": "1f436", + "native": "๐Ÿถ" + }, + "dog2": { + "id": "dog2", + "name": "Dog", + "keywords": [ + "dog2", + "animal", + "nature", + "friend", + "doge", + "pet", + "faithful" + ], + "unified": "1f415", + "native": "๐Ÿ•" + }, + "dollar": { + "id": "dollar", + "name": "Dollar Banknote", + "keywords": [ + "money", + "sales", + "bill", + "currency" + ], + "unified": "1f4b5", + "native": "๐Ÿ’ต" + }, + "dolls": { + "id": "dolls", + "name": "Japanese Dolls", + "keywords": [ + "toy", + "kimono" + ], + "unified": "1f38e", + "native": "๐ŸŽŽ" + }, + "dolphin": { + "id": "dolphin", + "name": "Dolphin", + "keywords": [ + "flipper", + "animal", + "nature", + "fish", + "sea", + "ocean", + "fins", + "beach" + ], + "unified": "1f42c", + "native": "๐Ÿฌ" + }, + "door": { + "id": "door", + "name": "Door", + "keywords": [ + "house", + "entry", + "exit" + ], + "unified": "1f6aa", + "native": "๐Ÿšช" + }, + "dotted_line_face": { + "id": "dotted_line_face", + "name": "Dotted Line Face", + "keywords": [ + "invisible", + "lonely", + "isolation", + "depression" + ], + "unified": "1fae5", + "native": "๐Ÿซฅ" + }, + "double_vertical_bar": { + "id": "double_vertical_bar", + "name": "Pause Button", + "keywords": [ + "double", + "vertical", + "bar", + "blue", + "square" + ], + "unified": "23f8", + "native": "โธ๏ธ" + }, + "doughnut": { + "id": "doughnut", + "name": "Doughnut", + "keywords": [ + "food", + "dessert", + "snack", + "sweet", + "donut" + ], + "unified": "1f369", + "native": "๐Ÿฉ" + }, + "dove_of_peace": { + "id": "dove_of_peace", + "name": "Dove", + "keywords": [ + "of", + "peace", + "animal", + "bird" + ], + "unified": "1f54a", + "native": "๐Ÿ•Š๏ธ" + }, + "dragon": { + "id": "dragon", + "name": "Dragon", + "keywords": [ + "animal", + "myth", + "nature", + "chinese", + "green" + ], + "unified": "1f409", + "native": "๐Ÿ‰" + }, + "dragon_face": { + "id": "dragon_face", + "name": "Dragon Face", + "keywords": [ + "animal", + "myth", + "nature", + "chinese", + "green" + ], + "unified": "1f432", + "native": "๐Ÿฒ" + }, + "dress": { + "id": "dress", + "name": "Dress", + "keywords": [ + "clothes", + "fashion", + "shopping" + ], + "unified": "1f457", + "native": "๐Ÿ‘—" + }, + "dromedary_camel": { + "id": "dromedary_camel", + "name": "Camel", + "keywords": [ + "dromedary", + "animal", + "hot", + "desert", + "hump" + ], + "unified": "1f42a", + "native": "๐Ÿช" + }, + "drooling": { + "id": "drooling", + "name": "Drooling Face", + "keywords": [], + "unified": "1f924", + "native": "๐Ÿคค" + }, + "drop_of_blood": { + "id": "drop_of_blood", + "name": "Drop of Blood", + "keywords": [ + "period", + "hurt", + "harm", + "wound" + ], + "unified": "1fa78", + "native": "๐Ÿฉธ" + }, + "droplet": { + "id": "droplet", + "name": "Droplet", + "keywords": [ + "water", + "drip", + "faucet", + "spring" + ], + "unified": "1f4a7", + "native": "๐Ÿ’ง" + }, + "drum_with_drumsticks": { + "id": "drum_with_drumsticks", + "name": "Drum", + "keywords": [ + "with", + "drumsticks", + "music", + "instrument", + "snare" + ], + "unified": "1f941", + "native": "๐Ÿฅ" + }, + "duck": { + "id": "duck", + "name": "Duck", + "keywords": [ + "animal", + "nature", + "bird", + "mallard" + ], + "unified": "1f986", + "native": "๐Ÿฆ†" + }, + "dumpling": { + "id": "dumpling", + "name": "Dumpling", + "keywords": [ + "food", + "empanada", + "pierogi", + "potsticker" + ], + "unified": "1f95f", + "native": "๐ŸฅŸ" + }, + "dvd": { + "id": "dvd", + "name": "Dvd", + "keywords": [ + "cd", + "disk", + "disc" + ], + "unified": "1f4c0", + "native": "๐Ÿ“€" + }, + "e-mail": { + "id": "e-mail", + "name": "E-Mail", + "keywords": [ + "e", + "mail", + "communication", + "inbox" + ], + "unified": "1f4e7", + "native": "๐Ÿ“ง" + }, + "eagle": { + "id": "eagle", + "name": "Eagle", + "keywords": [ + "animal", + "nature", + "bird" + ], + "unified": "1f985", + "native": "๐Ÿฆ…" + }, + "ear": { + "id": "ear", + "name": "Ear", + "keywords": [ + "face", + "hear", + "sound", + "listen" + ], + "unified": "1f442", + "native": "๐Ÿ‘‚" + }, + "ear_hearing_aid": { + "id": "ear_hearing_aid", + "name": "Ear with Hearing Aid", + "keywords": [ + "accessibility" + ], + "unified": "1f9bb", + "native": "๐Ÿฆป" + }, + "ear_of_rice": { + "id": "ear_of_rice", + "name": "Ear of Rice", + "keywords": [ + "sheaf", + "nature", + "plant" + ], + "unified": "1f33e", + "native": "๐ŸŒพ" + }, + "earth_africa": { + "id": "earth_africa", + "name": "Earth Globe Europe-Africa", + "keywords": [ + "africa", + "showing", + "europe", + "world", + "international" + ], + "unified": "1f30d", + "native": "๐ŸŒ" + }, + "earth_americas": { + "id": "earth_americas", + "name": "Earth Globe Americas", + "keywords": [ + "showing", + "world", + "USA", + "international" + ], + "unified": "1f30e", + "native": "๐ŸŒŽ" + }, + "earth_asia": { + "id": "earth_asia", + "name": "Earth Globe Asia-Australia", + "keywords": [ + "asia", + "showing", + "australia", + "world", + "east", + "international" + ], + "unified": "1f30f", + "native": "๐ŸŒ" + }, + "egg": { + "id": "egg", + "name": "Egg", + "keywords": [ + "food", + "chicken", + "breakfast" + ], + "unified": "1f95a", + "native": "๐Ÿฅš" + }, + "eggplant": { + "id": "eggplant", + "name": "Eggplant", + "keywords": [ + "vegetable", + "nature", + "food", + "aubergine" + ], + "unified": "1f346", + "native": "๐Ÿ†" + }, + "eight": { + "id": "eight", + "name": "Keycap 8", + "keywords": [ + "eight", + "blue", + "square", + "numbers" + ], + "unified": "38-20e3", + "native": "8๏ธโƒฃ" + }, + "eight_pointed_black_star": { + "id": "eight_pointed_black_star", + "name": "Eight-Pointed Star", + "keywords": [ + "eight", + "pointed", + "black", + "orange", + "square", + "shape", + "polygon" + ], + "unified": "2734", + "native": "โœด๏ธ" + }, + "eight_spoked_asterisk": { + "id": "eight_spoked_asterisk", + "name": "Eight Spoked Asterisk", + "keywords": [ + "star", + "sparkle", + "green", + "square" + ], + "unified": "2733", + "native": "โœณ๏ธ" + }, + "eject": { + "id": "eject", + "name": "Eject Button", + "keywords": [ + "blue", + "square" + ], + "unified": "23cf", + "native": "โ๏ธ" + }, + "electric_plug": { + "id": "electric_plug", + "name": "Electric Plug", + "keywords": [ + "charger", + "power" + ], + "unified": "1f50c", + "native": "๐Ÿ”Œ" + }, + "elephant": { + "id": "elephant", + "name": "Elephant", + "keywords": [ + "animal", + "nature", + "nose", + "th", + "circus" + ], + "unified": "1f418", + "native": "๐Ÿ˜" + }, + "elevator": { + "id": "elevator", + "name": "Elevator", + "keywords": [ + "lift" + ], + "unified": "1f6d7", + "native": "๐Ÿ›—" + }, + "elf": { + "id": "elf", + "name": "Elf", + "keywords": [ + "magical" + ], + "unified": "1f9dd", + "native": "๐Ÿง" + }, + "email": { + "id": "email", + "name": "Envelope", + "keywords": [ + "email", + "letter", + "postal", + "inbox", + "communication" + ], + "unified": "2709", + "native": "โœ‰๏ธ" + }, + "empty_nest": { + "id": "empty_nest", + "name": "Empty Nest", + "keywords": [ + "bird" + ], + "unified": "1fab9", + "native": "๐Ÿชน" + }, + "end": { + "id": "end", + "name": "End Arrow", + "keywords": [ + "words" + ], + "unified": "1f51a", + "native": "๐Ÿ”š" + }, + "envelope_with_arrow": { + "id": "envelope_with_arrow", + "name": "Envelope with Arrow", + "keywords": [ + "email", + "communication" + ], + "unified": "1f4e9", + "native": "๐Ÿ“ฉ" + }, + "es": { + "id": "es", + "name": "Spain Flag", + "keywords": [ + "es", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1f8", + "native": "๐Ÿ‡ช๐Ÿ‡ธ" + }, + "euro": { + "id": "euro", + "name": "Euro Banknote", + "keywords": [ + "money", + "sales", + "dollar", + "currency" + ], + "unified": "1f4b6", + "native": "๐Ÿ’ถ" + }, + "european_castle": { + "id": "european_castle", + "name": "Castle", + "keywords": [ + "european", + "building", + "royalty", + "history" + ], + "unified": "1f3f0", + "native": "๐Ÿฐ" + }, + "european_post_office": { + "id": "european_post_office", + "name": "Post Office", + "keywords": [ + "european", + "building", + "email" + ], + "unified": "1f3e4", + "native": "๐Ÿค" + }, + "evergreen_tree": { + "id": "evergreen_tree", + "name": "Evergreen Tree", + "keywords": [ + "plant", + "nature" + ], + "unified": "1f332", + "native": "๐ŸŒฒ" + }, + "exclamation": { + "id": "exclamation", + "name": "Red Exclamation Mark", + "keywords": [ + "heavy", + "danger", + "surprise", + "punctuation", + "wow", + "warning" + ], + "unified": "2757", + "native": "โ—" + }, + "exhaling": { + "id": "exhaling", + "name": "Face Exhaling", + "keywords": [ + "relieve", + "relief", + "tired", + "sigh" + ], + "unified": "1f62e-200d-1f4a8", + "native": "๐Ÿ˜ฎโ€๐Ÿ’จ" + }, + "exploding_head": { + "id": "exploding_head", + "name": "Exploding Head", + "keywords": [ + "shocked", + "face", + "with", + "mind", + "blown" + ], + "unified": "1f92f", + "native": "๐Ÿคฏ" + }, + "expressionless": { + "id": "expressionless", + "name": "Expressionless Face", + "keywords": [ + "indifferent", + "-", + "", + "meh", + "deadpan" + ], + "unified": "1f611", + "native": "๐Ÿ˜‘" + }, + "eye": { + "id": "eye", + "name": "Eye", + "keywords": [ + "face", + "look", + "see", + "watch", + "stare" + ], + "unified": "1f441", + "native": "๐Ÿ‘๏ธ" + }, + "eye-in-speech-bubble": { + "id": "eye-in-speech-bubble", + "name": "Eye in Speech Bubble", + "keywords": [ + "in-speech-bubble", + "info" + ], + "unified": "1f441-200d-1f5e8", + "native": "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ" + }, + "eyeglasses": { + "id": "eyeglasses", + "name": "Glasses", + "keywords": [ + "eyeglasses", + "fashion", + "accessories", + "eyesight", + "nerdy", + "dork", + "geek" + ], + "unified": "1f453", + "native": "๐Ÿ‘“" + }, + "eyes": { + "id": "eyes", + "name": "Eyes", + "keywords": [ + "look", + "watch", + "stalk", + "peek", + "see" + ], + "unified": "1f440", + "native": "๐Ÿ‘€" + }, + "face_in_clouds": { + "id": "face_in_clouds", + "name": "Face in Clouds", + "keywords": [ + "shower", + "steam", + "dream" + ], + "unified": "1f636-200d-1f32b-fe0f", + "native": "๐Ÿ˜ถโ€๐ŸŒซ๏ธ" + }, + "face_palm": { + "id": "face_palm", + "name": "Face Palm", + "keywords": [ + "person", + "facepalming", + "disappointed" + ], + "unified": "1f926", + "native": "๐Ÿคฆ" + }, + "face_thermometer": { + "id": "face_thermometer", + "name": "Face with Thermometer", + "keywords": [ + "sick", + "temperature", + "cold", + "fever" + ], + "unified": "1f912", + "native": "๐Ÿค’" + }, + "facepunch": { + "id": "facepunch", + "name": "Oncoming Fist", + "keywords": [ + "facepunch", + "punch", + "angry", + "violence", + "hit", + "attack", + "hand" + ], + "unified": "1f44a", + "native": "๐Ÿ‘Š" + }, + "factory": { + "id": "factory", + "name": "Factory", + "keywords": [ + "building", + "industry", + "pollution", + "smoke" + ], + "unified": "1f3ed", + "native": "๐Ÿญ" + }, + "factory_worker": { + "id": "factory_worker", + "name": "Factory Worker", + "keywords": [ + "labor" + ], + "unified": "1f9d1-200d-1f3ed", + "native": "๐Ÿง‘โ€๐Ÿญ" + }, + "fairy": { + "id": "fairy", + "name": "Fairy", + "keywords": [ + "wings", + "magical" + ], + "unified": "1f9da", + "native": "๐Ÿงš" + }, + "falafel": { + "id": "falafel", + "name": "Falafel", + "keywords": [ + "food" + ], + "unified": "1f9c6", + "native": "๐Ÿง†" + }, + "fallen_leaf": { + "id": "fallen_leaf", + "name": "Fallen Leaf", + "keywords": [ + "nature", + "plant", + "vegetable", + "leaves" + ], + "unified": "1f342", + "native": "๐Ÿ‚" + }, + "family": { + "id": "family", + "name": "Family", + "keywords": [ + "home", + "parents", + "child", + "mom", + "dad", + "father", + "mother", + "people", + "human" + ], + "unified": "1f46a", + "native": "๐Ÿ‘ช" + }, + "farmer": { + "id": "farmer", + "name": "Farmer", + "keywords": [ + "crops" + ], + "unified": "1f9d1-200d-1f33e", + "native": "๐Ÿง‘โ€๐ŸŒพ" + }, + "fast_forward": { + "id": "fast_forward", + "name": "Fast-Forward Button", + "keywords": [ + "fast", + "forward", + "blue", + "square", + "play", + "speed", + "continue" + ], + "unified": "23e9", + "native": "โฉ" + }, + "fax": { + "id": "fax", + "name": "Fax Machine", + "keywords": [ + "communication", + "technology" + ], + "unified": "1f4e0", + "native": "๐Ÿ“ " + }, + "fearful": { + "id": "fearful", + "name": "Fearful Face", + "keywords": [ + "scared", + "terrified", + "nervous", + "oops", + "huh" + ], + "unified": "1f628", + "native": "๐Ÿ˜จ" + }, + "feather": { + "id": "feather", + "name": "Feather", + "keywords": [ + "bird", + "fly" + ], + "unified": "1fab6", + "native": "๐Ÿชถ" + }, + "female-artist": { + "id": "female-artist", + "name": "Woman Artist", + "keywords": [ + "female", + "painter", + "human" + ], + "unified": "1f469-200d-1f3a8", + "native": "๐Ÿ‘ฉโ€๐ŸŽจ" + }, + "female-astronaut": { + "id": "female-astronaut", + "name": "Woman Astronaut", + "keywords": [ + "female", + "space", + "rocket", + "human" + ], + "unified": "1f469-200d-1f680", + "native": "๐Ÿ‘ฉโ€๐Ÿš€" + }, + "female-construction-worker": { + "id": "female-construction-worker", + "name": "Woman Construction Worker", + "keywords": [ + "female", + "construction-worker", + "human", + "wip", + "build", + "labor" + ], + "unified": "1f477-200d-2640-fe0f", + "native": "๐Ÿ‘ทโ€โ™€๏ธ" + }, + "female-cook": { + "id": "female-cook", + "name": "Woman Cook", + "keywords": [ + "female", + "chef", + "human" + ], + "unified": "1f469-200d-1f373", + "native": "๐Ÿ‘ฉโ€๐Ÿณ" + }, + "female-detective": { + "id": "female-detective", + "name": "Woman Detective", + "keywords": [ + "female", + "human", + "spy" + ], + "unified": "1f575-fe0f-200d-2640-fe0f", + "native": "๐Ÿ•ต๏ธโ€โ™€๏ธ" + }, + "female-doctor": { + "id": "female-doctor", + "name": "Woman Health Worker", + "keywords": [ + "female", + "doctor", + "nurse", + "therapist", + "healthcare", + "human" + ], + "unified": "1f469-200d-2695-fe0f", + "native": "๐Ÿ‘ฉโ€โš•๏ธ" + }, + "female-factory-worker": { + "id": "female-factory-worker", + "name": "Woman Factory Worker", + "keywords": [ + "female", + "factory-worker", + "assembly", + "industrial", + "human" + ], + "unified": "1f469-200d-1f3ed", + "native": "๐Ÿ‘ฉโ€๐Ÿญ" + }, + "female-farmer": { + "id": "female-farmer", + "name": "Woman Farmer", + "keywords": [ + "female", + "rancher", + "gardener", + "human" + ], + "unified": "1f469-200d-1f33e", + "native": "๐Ÿ‘ฉโ€๐ŸŒพ" + }, + "female-firefighter": { + "id": "female-firefighter", + "name": "Woman Firefighter", + "keywords": [ + "female", + "fireman", + "human" + ], + "unified": "1f469-200d-1f692", + "native": "๐Ÿ‘ฉโ€๐Ÿš’" + }, + "female-guard": { + "id": "female-guard", + "name": "Woman Guard", + "keywords": [ + "female", + "uk", + "gb", + "british", + "royal" + ], + "unified": "1f482-200d-2640-fe0f", + "native": "๐Ÿ’‚โ€โ™€๏ธ" + }, + "female-judge": { + "id": "female-judge", + "name": "Woman Judge", + "keywords": [ + "female", + "justice", + "court", + "human" + ], + "unified": "1f469-200d-2696-fe0f", + "native": "๐Ÿ‘ฉโ€โš–๏ธ" + }, + "female-mechanic": { + "id": "female-mechanic", + "name": "Woman Mechanic", + "keywords": [ + "female", + "plumber", + "human", + "wrench" + ], + "unified": "1f469-200d-1f527", + "native": "๐Ÿ‘ฉโ€๐Ÿ”ง" + }, + "female-office-worker": { + "id": "female-office-worker", + "name": "Woman Office Worker", + "keywords": [ + "female", + "office-worker", + "business", + "manager", + "human" + ], + "unified": "1f469-200d-1f4bc", + "native": "๐Ÿ‘ฉโ€๐Ÿ’ผ" + }, + "female-pilot": { + "id": "female-pilot", + "name": "Woman Pilot", + "keywords": [ + "female", + "aviator", + "plane", + "human" + ], + "unified": "1f469-200d-2708-fe0f", + "native": "๐Ÿ‘ฉโ€โœˆ๏ธ" + }, + "female-police-officer": { + "id": "female-police-officer", + "name": "Woman Police Officer", + "keywords": [ + "female", + "police-officer", + "law", + "legal", + "enforcement", + "arrest", + "911" + ], + "unified": "1f46e-200d-2640-fe0f", + "native": "๐Ÿ‘ฎโ€โ™€๏ธ" + }, + "female-scientist": { + "id": "female-scientist", + "name": "Woman Scientist", + "keywords": [ + "female", + "biologist", + "chemist", + "engineer", + "physicist", + "human" + ], + "unified": "1f469-200d-1f52c", + "native": "๐Ÿ‘ฉโ€๐Ÿ”ฌ" + }, + "female-singer": { + "id": "female-singer", + "name": "Woman Singer", + "keywords": [ + "female", + "rockstar", + "entertainer", + "human" + ], + "unified": "1f469-200d-1f3a4", + "native": "๐Ÿ‘ฉโ€๐ŸŽค" + }, + "female-student": { + "id": "female-student", + "name": "Woman Student", + "keywords": [ + "female", + "graduate", + "human" + ], + "unified": "1f469-200d-1f393", + "native": "๐Ÿ‘ฉโ€๐ŸŽ“" + }, + "female-teacher": { + "id": "female-teacher", + "name": "Woman Teacher", + "keywords": [ + "female", + "instructor", + "professor", + "human" + ], + "unified": "1f469-200d-1f3eb", + "native": "๐Ÿ‘ฉโ€๐Ÿซ" + }, + "female-technologist": { + "id": "female-technologist", + "name": "Woman Technologist", + "keywords": [ + "female", + "coder", + "developer", + "engineer", + "programmer", + "software", + "human", + "laptop", + "computer" + ], + "unified": "1f469-200d-1f4bb", + "native": "๐Ÿ‘ฉโ€๐Ÿ’ป" + }, + "female_elf": { + "id": "female_elf", + "name": "Woman Elf", + "keywords": [ + "female" + ], + "unified": "1f9dd-200d-2640-fe0f", + "native": "๐Ÿงโ€โ™€๏ธ" + }, + "female_fairy": { + "id": "female_fairy", + "name": "Woman Fairy", + "keywords": [ + "female" + ], + "unified": "1f9da-200d-2640-fe0f", + "native": "๐Ÿงšโ€โ™€๏ธ" + }, + "female_genie": { + "id": "female_genie", + "name": "Woman Genie", + "keywords": [ + "female" + ], + "unified": "1f9de-200d-2640-fe0f", + "native": "๐Ÿงžโ€โ™€๏ธ" + }, + "female_mage": { + "id": "female_mage", + "name": "Woman Mage", + "keywords": [ + "female", + "witch" + ], + "unified": "1f9d9-200d-2640-fe0f", + "native": "๐Ÿง™โ€โ™€๏ธ" + }, + "female_sign": { + "id": "female_sign", + "name": "Female Sign", + "keywords": [ + "woman", + "women", + "lady", + "girl" + ], + "unified": "2640", + "native": "โ™€๏ธ" + }, + "female_superhero": { + "id": "female_superhero", + "name": "Woman Superhero", + "keywords": [ + "female", + "good", + "heroine", + "superpowers" + ], + "unified": "1f9b8-200d-2640-fe0f", + "native": "๐Ÿฆธโ€โ™€๏ธ" + }, + "female_supervillain": { + "id": "female_supervillain", + "name": "Woman Supervillain", + "keywords": [ + "female", + "evil", + "bad", + "criminal", + "heroine", + "superpowers" + ], + "unified": "1f9b9-200d-2640-fe0f", + "native": "๐Ÿฆนโ€โ™€๏ธ" + }, + "female_vampire": { + "id": "female_vampire", + "name": "Woman Vampire", + "keywords": [ + "female" + ], + "unified": "1f9db-200d-2640-fe0f", + "native": "๐Ÿง›โ€โ™€๏ธ" + }, + "female_zombie": { + "id": "female_zombie", + "name": "Woman Zombie", + "keywords": [ + "female", + "undead", + "walking", + "dead" + ], + "unified": "1f9df-200d-2640-fe0f", + "native": "๐ŸงŸโ€โ™€๏ธ" + }, + "fencer": { + "id": "fencer", + "name": "Fencer", + "keywords": [ + "person", + "fencing", + "sports", + "sword" + ], + "unified": "1f93a", + "native": "๐Ÿคบ" + }, + "ferris_wheel": { + "id": "ferris_wheel", + "name": "Ferris Wheel", + "keywords": [ + "photo", + "carnival", + "londoneye" + ], + "unified": "1f3a1", + "native": "๐ŸŽก" + }, + "ferry": { + "id": "ferry", + "name": "Ferry", + "keywords": [ + "boat", + "ship", + "yacht" + ], + "unified": "26f4", + "native": "โ›ด๏ธ" + }, + "field_hockey_stick_and_ball": { + "id": "field_hockey_stick_and_ball", + "name": "Field Hockey", + "keywords": [ + "stick", + "and", + "ball", + "sports" + ], + "unified": "1f3d1", + "native": "๐Ÿ‘" + }, + "file_cabinet": { + "id": "file_cabinet", + "name": "File Cabinet", + "keywords": [ + "filing", + "organizing" + ], + "unified": "1f5c4", + "native": "๐Ÿ—„๏ธ" + }, + "file_folder": { + "id": "file_folder", + "name": "File Folder", + "keywords": [ + "documents", + "business", + "office" + ], + "unified": "1f4c1", + "native": "๐Ÿ“" + }, + "film_frames": { + "id": "film_frames", + "name": "Film Frames", + "keywords": [ + "movie" + ], + "unified": "1f39e", + "native": "๐ŸŽž๏ธ" + }, + "film_projector": { + "id": "film_projector", + "name": "Film Projector", + "keywords": [ + "video", + "tape", + "record", + "movie" + ], + "unified": "1f4fd", + "native": "๐Ÿ“ฝ๏ธ" + }, + "fire": { + "id": "fire", + "name": "Fire", + "keywords": [ + "hot", + "cook", + "flame" + ], + "unified": "1f525", + "native": "๐Ÿ”ฅ" + }, + "fire_engine": { + "id": "fire_engine", + "name": "Fire Engine", + "keywords": [ + "transportation", + "cars", + "vehicle" + ], + "unified": "1f692", + "native": "๐Ÿš’" + }, + "fire_extinguisher": { + "id": "fire_extinguisher", + "name": "Fire Extinguisher", + "keywords": [ + "quench" + ], + "unified": "1f9ef", + "native": "๐Ÿงฏ" + }, + "firecracker": { + "id": "firecracker", + "name": "Firecracker", + "keywords": [ + "dynamite", + "boom", + "explode", + "explosion", + "explosive" + ], + "unified": "1f9e8", + "native": "๐Ÿงจ" + }, + "firefighter": { + "id": "firefighter", + "name": "Firefighter", + "keywords": [ + "fire" + ], + "unified": "1f9d1-200d-1f692", + "native": "๐Ÿง‘โ€๐Ÿš’" + }, + "fireworks": { + "id": "fireworks", + "name": "Fireworks", + "keywords": [ + "photo", + "festival", + "carnival", + "congratulations" + ], + "unified": "1f386", + "native": "๐ŸŽ†" + }, + "first_place_medal": { + "id": "first_place_medal", + "name": "1st Place Medal", + "keywords": [ + "first", + "award", + "winning" + ], + "unified": "1f947", + "native": "๐Ÿฅ‡" + }, + "first_quarter_moon": { + "id": "first_quarter_moon", + "name": "First Quarter Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f313", + "native": "๐ŸŒ“" + }, + "first_quarter_moon_with_face": { + "id": "first_quarter_moon_with_face", + "name": "First Quarter Moon Face", + "keywords": [ + "with", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f31b", + "native": "๐ŸŒ›" + }, + "fish": { + "id": "fish", + "name": "Fish", + "keywords": [ + "animal", + "food", + "nature" + ], + "unified": "1f41f", + "native": "๐ŸŸ" + }, + "fish_cake": { + "id": "fish_cake", + "name": "Fish Cake with Swirl", + "keywords": [ + "food", + "japan", + "sea", + "beach", + "narutomaki", + "pink", + "kamaboko", + "surimi", + "ramen" + ], + "unified": "1f365", + "native": "๐Ÿฅ" + }, + "fishing_pole_and_fish": { + "id": "fishing_pole_and_fish", + "name": "Fishing Pole", + "keywords": [ + "and", + "fish", + "food", + "hobby", + "summer" + ], + "unified": "1f3a3", + "native": "๐ŸŽฃ" + }, + "fist": { + "id": "fist", + "name": "Raised Fist", + "keywords": [ + "fingers", + "hand", + "grasp" + ], + "unified": "270a", + "native": "โœŠ" + }, + "five": { + "id": "five", + "name": "Keycap 5", + "keywords": [ + "five", + "numbers", + "blue", + "square", + "prime" + ], + "unified": "35-20e3", + "native": "5๏ธโƒฃ" + }, + "flag-ac": { + "id": "flag-ac", + "name": "Ascension Island Flag", + "keywords": [ + "ac" + ], + "unified": "1f1e6-1f1e8", + "native": "๐Ÿ‡ฆ๐Ÿ‡จ" + }, + "flag-ad": { + "id": "flag-ad", + "name": "Andorra Flag", + "keywords": [ + "ad", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1e9", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฉ" + }, + "flag-ae": { + "id": "flag-ae", + "name": "United Arab Emirates Flag", + "keywords": [ + "ae", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1ea", + "native": "๐Ÿ‡ฆ๐Ÿ‡ช" + }, + "flag-af": { + "id": "flag-af", + "name": "Afghanistan Flag", + "keywords": [ + "af", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1eb", + "native": "๐Ÿ‡ฆ๐Ÿ‡ซ" + }, + "flag-ag": { + "id": "flag-ag", + "name": "Antigua & Barbuda Flag", + "keywords": [ + "ag", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1ec", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฌ" + }, + "flag-ai": { + "id": "flag-ai", + "name": "Anguilla Flag", + "keywords": [ + "ai", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1ee", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฎ" + }, + "flag-al": { + "id": "flag-al", + "name": "Albania Flag", + "keywords": [ + "al", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f1", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฑ" + }, + "flag-am": { + "id": "flag-am", + "name": "Armenia Flag", + "keywords": [ + "am", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f2", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฒ" + }, + "flag-ao": { + "id": "flag-ao", + "name": "Angola Flag", + "keywords": [ + "ao", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f4", + "native": "๐Ÿ‡ฆ๐Ÿ‡ด" + }, + "flag-aq": { + "id": "flag-aq", + "name": "Antarctica Flag", + "keywords": [ + "aq", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f6", + "native": "๐Ÿ‡ฆ๐Ÿ‡ถ" + }, + "flag-ar": { + "id": "flag-ar", + "name": "Argentina Flag", + "keywords": [ + "ar", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f7", + "native": "๐Ÿ‡ฆ๐Ÿ‡ท" + }, + "flag-as": { + "id": "flag-as", + "name": "American Samoa Flag", + "keywords": [ + "as", + "ws", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f8", + "native": "๐Ÿ‡ฆ๐Ÿ‡ธ" + }, + "flag-at": { + "id": "flag-at", + "name": "Austria Flag", + "keywords": [ + "at", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1f9", + "native": "๐Ÿ‡ฆ๐Ÿ‡น" + }, + "flag-au": { + "id": "flag-au", + "name": "Australia Flag", + "keywords": [ + "au", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1fa", + "native": "๐Ÿ‡ฆ๐Ÿ‡บ" + }, + "flag-aw": { + "id": "flag-aw", + "name": "Aruba Flag", + "keywords": [ + "aw", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1fc", + "native": "๐Ÿ‡ฆ๐Ÿ‡ผ" + }, + "flag-ax": { + "id": "flag-ax", + "name": "ร…land Islands Flag", + "keywords": [ + "ax", + "aland", + "Aland", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1fd", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฝ" + }, + "flag-az": { + "id": "flag-az", + "name": "Azerbaijan Flag", + "keywords": [ + "az", + "nation", + "country", + "banner" + ], + "unified": "1f1e6-1f1ff", + "native": "๐Ÿ‡ฆ๐Ÿ‡ฟ" + }, + "flag-ba": { + "id": "flag-ba", + "name": "Bosnia & Herzegovina Flag", + "keywords": [ + "ba", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1e6", + "native": "๐Ÿ‡ง๐Ÿ‡ฆ" + }, + "flag-bb": { + "id": "flag-bb", + "name": "Barbados Flag", + "keywords": [ + "bb", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1e7", + "native": "๐Ÿ‡ง๐Ÿ‡ง" + }, + "flag-bd": { + "id": "flag-bd", + "name": "Bangladesh Flag", + "keywords": [ + "bd", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1e9", + "native": "๐Ÿ‡ง๐Ÿ‡ฉ" + }, + "flag-be": { + "id": "flag-be", + "name": "Belgium Flag", + "keywords": [ + "be", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ea", + "native": "๐Ÿ‡ง๐Ÿ‡ช" + }, + "flag-bf": { + "id": "flag-bf", + "name": "Burkina Faso Flag", + "keywords": [ + "bf", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1eb", + "native": "๐Ÿ‡ง๐Ÿ‡ซ" + }, + "flag-bg": { + "id": "flag-bg", + "name": "Bulgaria Flag", + "keywords": [ + "bg", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ec", + "native": "๐Ÿ‡ง๐Ÿ‡ฌ" + }, + "flag-bh": { + "id": "flag-bh", + "name": "Bahrain Flag", + "keywords": [ + "bh", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ed", + "native": "๐Ÿ‡ง๐Ÿ‡ญ" + }, + "flag-bi": { + "id": "flag-bi", + "name": "Burundi Flag", + "keywords": [ + "bi", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ee", + "native": "๐Ÿ‡ง๐Ÿ‡ฎ" + }, + "flag-bj": { + "id": "flag-bj", + "name": "Benin Flag", + "keywords": [ + "bj", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ef", + "native": "๐Ÿ‡ง๐Ÿ‡ฏ" + }, + "flag-bl": { + "id": "flag-bl", + "name": "St. Barthรฉlemy Flag", + "keywords": [ + "bl", + "st", + "barthelemy", + "saint", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f1", + "native": "๐Ÿ‡ง๐Ÿ‡ฑ" + }, + "flag-bm": { + "id": "flag-bm", + "name": "Bermuda Flag", + "keywords": [ + "bm", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f2", + "native": "๐Ÿ‡ง๐Ÿ‡ฒ" + }, + "flag-bn": { + "id": "flag-bn", + "name": "Brunei Flag", + "keywords": [ + "bn", + "darussalam", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f3", + "native": "๐Ÿ‡ง๐Ÿ‡ณ" + }, + "flag-bo": { + "id": "flag-bo", + "name": "Bolivia Flag", + "keywords": [ + "bo", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f4", + "native": "๐Ÿ‡ง๐Ÿ‡ด" + }, + "flag-bq": { + "id": "flag-bq", + "name": "Caribbean Netherlands Flag", + "keywords": [ + "bq", + "bonaire", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f6", + "native": "๐Ÿ‡ง๐Ÿ‡ถ" + }, + "flag-br": { + "id": "flag-br", + "name": "Brazil Flag", + "keywords": [ + "br", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f7", + "native": "๐Ÿ‡ง๐Ÿ‡ท" + }, + "flag-bs": { + "id": "flag-bs", + "name": "Bahamas Flag", + "keywords": [ + "bs", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f8", + "native": "๐Ÿ‡ง๐Ÿ‡ธ" + }, + "flag-bt": { + "id": "flag-bt", + "name": "Bhutan Flag", + "keywords": [ + "bt", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1f9", + "native": "๐Ÿ‡ง๐Ÿ‡น" + }, + "flag-bv": { + "id": "flag-bv", + "name": "Bouvet Island Flag", + "keywords": [ + "bv", + "norway" + ], + "unified": "1f1e7-1f1fb", + "native": "๐Ÿ‡ง๐Ÿ‡ป" + }, + "flag-bw": { + "id": "flag-bw", + "name": "Botswana Flag", + "keywords": [ + "bw", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1fc", + "native": "๐Ÿ‡ง๐Ÿ‡ผ" + }, + "flag-by": { + "id": "flag-by", + "name": "Belarus Flag", + "keywords": [ + "by", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1fe", + "native": "๐Ÿ‡ง๐Ÿ‡พ" + }, + "flag-bz": { + "id": "flag-bz", + "name": "Belize Flag", + "keywords": [ + "bz", + "nation", + "country", + "banner" + ], + "unified": "1f1e7-1f1ff", + "native": "๐Ÿ‡ง๐Ÿ‡ฟ" + }, + "flag-ca": { + "id": "flag-ca", + "name": "Canada Flag", + "keywords": [ + "ca", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1e6", + "native": "๐Ÿ‡จ๐Ÿ‡ฆ" + }, + "flag-cc": { + "id": "flag-cc", + "name": "Cocos (keeling) Islands Flag", + "keywords": [ + "cc", + "keeling", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1e8", + "native": "๐Ÿ‡จ๐Ÿ‡จ" + }, + "flag-cd": { + "id": "flag-cd", + "name": "Congo - Kinshasa Flag", + "keywords": [ + "cd", + "democratic", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1e9", + "native": "๐Ÿ‡จ๐Ÿ‡ฉ" + }, + "flag-cf": { + "id": "flag-cf", + "name": "Central African Republic Flag", + "keywords": [ + "cf", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1eb", + "native": "๐Ÿ‡จ๐Ÿ‡ซ" + }, + "flag-cg": { + "id": "flag-cg", + "name": "Congo - Brazzaville Flag", + "keywords": [ + "cg", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1ec", + "native": "๐Ÿ‡จ๐Ÿ‡ฌ" + }, + "flag-ch": { + "id": "flag-ch", + "name": "Switzerland Flag", + "keywords": [ + "ch", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1ed", + "native": "๐Ÿ‡จ๐Ÿ‡ญ" + }, + "flag-ci": { + "id": "flag-ci", + "name": "Cรดte Dโ€™ivoire Flag", + "keywords": [ + "ci", + "cote", + "d", + "ivoire", + "ivory", + "coast", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1ee", + "native": "๐Ÿ‡จ๐Ÿ‡ฎ" + }, + "flag-ck": { + "id": "flag-ck", + "name": "Cook Islands Flag", + "keywords": [ + "ck", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1f0", + "native": "๐Ÿ‡จ๐Ÿ‡ฐ" + }, + "flag-cl": { + "id": "flag-cl", + "name": "Chile Flag", + "keywords": [ + "cl", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1f1", + "native": "๐Ÿ‡จ๐Ÿ‡ฑ" + }, + "flag-cm": { + "id": "flag-cm", + "name": "Cameroon Flag", + "keywords": [ + "cm", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1f2", + "native": "๐Ÿ‡จ๐Ÿ‡ฒ" + }, + "flag-co": { + "id": "flag-co", + "name": "Colombia Flag", + "keywords": [ + "co", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1f4", + "native": "๐Ÿ‡จ๐Ÿ‡ด" + }, + "flag-cp": { + "id": "flag-cp", + "name": "Clipperton Island Flag", + "keywords": [ + "cp" + ], + "unified": "1f1e8-1f1f5", + "native": "๐Ÿ‡จ๐Ÿ‡ต" + }, + "flag-cr": { + "id": "flag-cr", + "name": "Costa Rica Flag", + "keywords": [ + "cr", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1f7", + "native": "๐Ÿ‡จ๐Ÿ‡ท" + }, + "flag-cu": { + "id": "flag-cu", + "name": "Cuba Flag", + "keywords": [ + "cu", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1fa", + "native": "๐Ÿ‡จ๐Ÿ‡บ" + }, + "flag-cv": { + "id": "flag-cv", + "name": "Cape Verde Flag", + "keywords": [ + "cv", + "cabo", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1fb", + "native": "๐Ÿ‡จ๐Ÿ‡ป" + }, + "flag-cw": { + "id": "flag-cw", + "name": "Curaรงao Flag", + "keywords": [ + "cw", + "curacao", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1fc", + "native": "๐Ÿ‡จ๐Ÿ‡ผ" + }, + "flag-cx": { + "id": "flag-cx", + "name": "Christmas Island Flag", + "keywords": [ + "cx", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1fd", + "native": "๐Ÿ‡จ๐Ÿ‡ฝ" + }, + "flag-cy": { + "id": "flag-cy", + "name": "Cyprus Flag", + "keywords": [ + "cy", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1fe", + "native": "๐Ÿ‡จ๐Ÿ‡พ" + }, + "flag-cz": { + "id": "flag-cz", + "name": "Czechia Flag", + "keywords": [ + "cz", + "nation", + "country", + "banner" + ], + "unified": "1f1e8-1f1ff", + "native": "๐Ÿ‡จ๐Ÿ‡ฟ" + }, + "flag-dg": { + "id": "flag-dg", + "name": "Diego Garcia Flag", + "keywords": [ + "dg" + ], + "unified": "1f1e9-1f1ec", + "native": "๐Ÿ‡ฉ๐Ÿ‡ฌ" + }, + "flag-dj": { + "id": "flag-dj", + "name": "Djibouti Flag", + "keywords": [ + "dj", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1ef", + "native": "๐Ÿ‡ฉ๐Ÿ‡ฏ" + }, + "flag-dk": { + "id": "flag-dk", + "name": "Denmark Flag", + "keywords": [ + "dk", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1f0", + "native": "๐Ÿ‡ฉ๐Ÿ‡ฐ" + }, + "flag-dm": { + "id": "flag-dm", + "name": "Dominica Flag", + "keywords": [ + "dm", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1f2", + "native": "๐Ÿ‡ฉ๐Ÿ‡ฒ" + }, + "flag-do": { + "id": "flag-do", + "name": "Dominican Republic Flag", + "keywords": [ + "do", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1f4", + "native": "๐Ÿ‡ฉ๐Ÿ‡ด" + }, + "flag-dz": { + "id": "flag-dz", + "name": "Algeria Flag", + "keywords": [ + "dz", + "nation", + "country", + "banner" + ], + "unified": "1f1e9-1f1ff", + "native": "๐Ÿ‡ฉ๐Ÿ‡ฟ" + }, + "flag-ea": { + "id": "flag-ea", + "name": "Ceuta & Melilla Flag", + "keywords": [ + "ea" + ], + "unified": "1f1ea-1f1e6", + "native": "๐Ÿ‡ช๐Ÿ‡ฆ" + }, + "flag-ec": { + "id": "flag-ec", + "name": "Ecuador Flag", + "keywords": [ + "ec", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1e8", + "native": "๐Ÿ‡ช๐Ÿ‡จ" + }, + "flag-ee": { + "id": "flag-ee", + "name": "Estonia Flag", + "keywords": [ + "ee", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1ea", + "native": "๐Ÿ‡ช๐Ÿ‡ช" + }, + "flag-eg": { + "id": "flag-eg", + "name": "Egypt Flag", + "keywords": [ + "eg", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1ec", + "native": "๐Ÿ‡ช๐Ÿ‡ฌ" + }, + "flag-eh": { + "id": "flag-eh", + "name": "Western Sahara Flag", + "keywords": [ + "eh", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1ed", + "native": "๐Ÿ‡ช๐Ÿ‡ญ" + }, + "flag-england": { + "id": "flag-england", + "name": "England Flag", + "keywords": [ + "english" + ], + "unified": "1f3f4-e0067-e0062-e0065-e006e-e0067-e007f", + "native": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ" + }, + "flag-er": { + "id": "flag-er", + "name": "Eritrea Flag", + "keywords": [ + "er", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1f7", + "native": "๐Ÿ‡ช๐Ÿ‡ท" + }, + "flag-et": { + "id": "flag-et", + "name": "Ethiopia Flag", + "keywords": [ + "et", + "nation", + "country", + "banner" + ], + "unified": "1f1ea-1f1f9", + "native": "๐Ÿ‡ช๐Ÿ‡น" + }, + "flag-eu": { + "id": "flag-eu", + "name": "European Union Flag", + "keywords": [ + "eu", + "banner" + ], + "unified": "1f1ea-1f1fa", + "native": "๐Ÿ‡ช๐Ÿ‡บ" + }, + "flag-fi": { + "id": "flag-fi", + "name": "Finland Flag", + "keywords": [ + "fi", + "nation", + "country", + "banner" + ], + "unified": "1f1eb-1f1ee", + "native": "๐Ÿ‡ซ๐Ÿ‡ฎ" + }, + "flag-fj": { + "id": "flag-fj", + "name": "Fiji Flag", + "keywords": [ + "fj", + "nation", + "country", + "banner" + ], + "unified": "1f1eb-1f1ef", + "native": "๐Ÿ‡ซ๐Ÿ‡ฏ" + }, + "flag-fk": { + "id": "flag-fk", + "name": "Falkland Islands Flag", + "keywords": [ + "fk", + "malvinas", + "nation", + "country", + "banner" + ], + "unified": "1f1eb-1f1f0", + "native": "๐Ÿ‡ซ๐Ÿ‡ฐ" + }, + "flag-fm": { + "id": "flag-fm", + "name": "Micronesia Flag", + "keywords": [ + "fm", + "federated", + "states", + "nation", + "country", + "banner" + ], + "unified": "1f1eb-1f1f2", + "native": "๐Ÿ‡ซ๐Ÿ‡ฒ" + }, + "flag-fo": { + "id": "flag-fo", + "name": "Faroe Islands Flag", + "keywords": [ + "fo", + "nation", + "country", + "banner" + ], + "unified": "1f1eb-1f1f4", + "native": "๐Ÿ‡ซ๐Ÿ‡ด" + }, + "flag-ga": { + "id": "flag-ga", + "name": "Gabon Flag", + "keywords": [ + "ga", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1e6", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฆ" + }, + "flag-gd": { + "id": "flag-gd", + "name": "Grenada Flag", + "keywords": [ + "gd", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1e9", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฉ" + }, + "flag-ge": { + "id": "flag-ge", + "name": "Georgia Flag", + "keywords": [ + "ge", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1ea", + "native": "๐Ÿ‡ฌ๐Ÿ‡ช" + }, + "flag-gf": { + "id": "flag-gf", + "name": "French Guiana Flag", + "keywords": [ + "gf", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1eb", + "native": "๐Ÿ‡ฌ๐Ÿ‡ซ" + }, + "flag-gg": { + "id": "flag-gg", + "name": "Guernsey Flag", + "keywords": [ + "gg", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1ec", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฌ" + }, + "flag-gh": { + "id": "flag-gh", + "name": "Ghana Flag", + "keywords": [ + "gh", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1ed", + "native": "๐Ÿ‡ฌ๐Ÿ‡ญ" + }, + "flag-gi": { + "id": "flag-gi", + "name": "Gibraltar Flag", + "keywords": [ + "gi", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1ee", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฎ" + }, + "flag-gl": { + "id": "flag-gl", + "name": "Greenland Flag", + "keywords": [ + "gl", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f1", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฑ" + }, + "flag-gm": { + "id": "flag-gm", + "name": "Gambia Flag", + "keywords": [ + "gm", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f2", + "native": "๐Ÿ‡ฌ๐Ÿ‡ฒ" + }, + "flag-gn": { + "id": "flag-gn", + "name": "Guinea Flag", + "keywords": [ + "gn", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f3", + "native": "๐Ÿ‡ฌ๐Ÿ‡ณ" + }, + "flag-gp": { + "id": "flag-gp", + "name": "Guadeloupe Flag", + "keywords": [ + "gp", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f5", + "native": "๐Ÿ‡ฌ๐Ÿ‡ต" + }, + "flag-gq": { + "id": "flag-gq", + "name": "Equatorial Guinea Flag", + "keywords": [ + "gq", + "gn", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f6", + "native": "๐Ÿ‡ฌ๐Ÿ‡ถ" + }, + "flag-gr": { + "id": "flag-gr", + "name": "Greece Flag", + "keywords": [ + "gr", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f7", + "native": "๐Ÿ‡ฌ๐Ÿ‡ท" + }, + "flag-gs": { + "id": "flag-gs", + "name": "South Georgia & South Sandwich Islands Flag", + "keywords": [ + "gs", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f8", + "native": "๐Ÿ‡ฌ๐Ÿ‡ธ" + }, + "flag-gt": { + "id": "flag-gt", + "name": "Guatemala Flag", + "keywords": [ + "gt", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1f9", + "native": "๐Ÿ‡ฌ๐Ÿ‡น" + }, + "flag-gu": { + "id": "flag-gu", + "name": "Guam Flag", + "keywords": [ + "gu", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1fa", + "native": "๐Ÿ‡ฌ๐Ÿ‡บ" + }, + "flag-gw": { + "id": "flag-gw", + "name": "Guinea-Bissau Flag", + "keywords": [ + "gw", + "guinea", + "bissau", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1fc", + "native": "๐Ÿ‡ฌ๐Ÿ‡ผ" + }, + "flag-gy": { + "id": "flag-gy", + "name": "Guyana Flag", + "keywords": [ + "gy", + "nation", + "country", + "banner" + ], + "unified": "1f1ec-1f1fe", + "native": "๐Ÿ‡ฌ๐Ÿ‡พ" + }, + "flag-hk": { + "id": "flag-hk", + "name": "Hong Kong Sar China Flag", + "keywords": [ + "hk", + "nation", + "country", + "banner" + ], + "unified": "1f1ed-1f1f0", + "native": "๐Ÿ‡ญ๐Ÿ‡ฐ" + }, + "flag-hm": { + "id": "flag-hm", + "name": "Heard & Mcdonald Islands Flag", + "keywords": [ + "hm" + ], + "unified": "1f1ed-1f1f2", + "native": "๐Ÿ‡ญ๐Ÿ‡ฒ" + }, + "flag-hn": { + "id": "flag-hn", + "name": "Honduras Flag", + "keywords": [ + "hn", + "nation", + "country", + "banner" + ], + "unified": "1f1ed-1f1f3", + "native": "๐Ÿ‡ญ๐Ÿ‡ณ" + }, + "flag-hr": { + "id": "flag-hr", + "name": "Croatia Flag", + "keywords": [ + "hr", + "nation", + "country", + "banner" + ], + "unified": "1f1ed-1f1f7", + "native": "๐Ÿ‡ญ๐Ÿ‡ท" + }, + "flag-ht": { + "id": "flag-ht", + "name": "Haiti Flag", + "keywords": [ + "ht", + "nation", + "country", + "banner" + ], + "unified": "1f1ed-1f1f9", + "native": "๐Ÿ‡ญ๐Ÿ‡น" + }, + "flag-hu": { + "id": "flag-hu", + "name": "Hungary Flag", + "keywords": [ + "hu", + "nation", + "country", + "banner" + ], + "unified": "1f1ed-1f1fa", + "native": "๐Ÿ‡ญ๐Ÿ‡บ" + }, + "flag-ic": { + "id": "flag-ic", + "name": "Canary Islands Flag", + "keywords": [ + "ic", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1e8", + "native": "๐Ÿ‡ฎ๐Ÿ‡จ" + }, + "flag-id": { + "id": "flag-id", + "name": "Indonesia Flag", + "keywords": [ + "id", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1e9", + "native": "๐Ÿ‡ฎ๐Ÿ‡ฉ" + }, + "flag-ie": { + "id": "flag-ie", + "name": "Ireland Flag", + "keywords": [ + "ie", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1ea", + "native": "๐Ÿ‡ฎ๐Ÿ‡ช" + }, + "flag-il": { + "id": "flag-il", + "name": "Israel Flag", + "keywords": [ + "il", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f1", + "native": "๐Ÿ‡ฎ๐Ÿ‡ฑ" + }, + "flag-im": { + "id": "flag-im", + "name": "Isle of Man Flag", + "keywords": [ + "im", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f2", + "native": "๐Ÿ‡ฎ๐Ÿ‡ฒ" + }, + "flag-in": { + "id": "flag-in", + "name": "India Flag", + "keywords": [ + "in", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f3", + "native": "๐Ÿ‡ฎ๐Ÿ‡ณ" + }, + "flag-io": { + "id": "flag-io", + "name": "British Indian Ocean Territory Flag", + "keywords": [ + "io", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f4", + "native": "๐Ÿ‡ฎ๐Ÿ‡ด" + }, + "flag-iq": { + "id": "flag-iq", + "name": "Iraq Flag", + "keywords": [ + "iq", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f6", + "native": "๐Ÿ‡ฎ๐Ÿ‡ถ" + }, + "flag-ir": { + "id": "flag-ir", + "name": "Iran Flag", + "keywords": [ + "ir", + "islamic", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f7", + "native": "๐Ÿ‡ฎ๐Ÿ‡ท" + }, + "flag-is": { + "id": "flag-is", + "name": "Iceland Flag", + "keywords": [ + "is", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f8", + "native": "๐Ÿ‡ฎ๐Ÿ‡ธ" + }, + "flag-je": { + "id": "flag-je", + "name": "Jersey Flag", + "keywords": [ + "je", + "nation", + "country", + "banner" + ], + "unified": "1f1ef-1f1ea", + "native": "๐Ÿ‡ฏ๐Ÿ‡ช" + }, + "flag-jm": { + "id": "flag-jm", + "name": "Jamaica Flag", + "keywords": [ + "jm", + "nation", + "country", + "banner" + ], + "unified": "1f1ef-1f1f2", + "native": "๐Ÿ‡ฏ๐Ÿ‡ฒ" + }, + "flag-jo": { + "id": "flag-jo", + "name": "Jordan Flag", + "keywords": [ + "jo", + "nation", + "country", + "banner" + ], + "unified": "1f1ef-1f1f4", + "native": "๐Ÿ‡ฏ๐Ÿ‡ด" + }, + "flag-ke": { + "id": "flag-ke", + "name": "Kenya Flag", + "keywords": [ + "ke", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1ea", + "native": "๐Ÿ‡ฐ๐Ÿ‡ช" + }, + "flag-kg": { + "id": "flag-kg", + "name": "Kyrgyzstan Flag", + "keywords": [ + "kg", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1ec", + "native": "๐Ÿ‡ฐ๐Ÿ‡ฌ" + }, + "flag-kh": { + "id": "flag-kh", + "name": "Cambodia Flag", + "keywords": [ + "kh", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1ed", + "native": "๐Ÿ‡ฐ๐Ÿ‡ญ" + }, + "flag-ki": { + "id": "flag-ki", + "name": "Kiribati Flag", + "keywords": [ + "ki", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1ee", + "native": "๐Ÿ‡ฐ๐Ÿ‡ฎ" + }, + "flag-km": { + "id": "flag-km", + "name": "Comoros Flag", + "keywords": [ + "km", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1f2", + "native": "๐Ÿ‡ฐ๐Ÿ‡ฒ" + }, + "flag-kn": { + "id": "flag-kn", + "name": "St. Kitts & Nevis Flag", + "keywords": [ + "kn", + "st", + "saint", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1f3", + "native": "๐Ÿ‡ฐ๐Ÿ‡ณ" + }, + "flag-kp": { + "id": "flag-kp", + "name": "North Korea Flag", + "keywords": [ + "kp", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1f5", + "native": "๐Ÿ‡ฐ๐Ÿ‡ต" + }, + "flag-kw": { + "id": "flag-kw", + "name": "Kuwait Flag", + "keywords": [ + "kw", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1fc", + "native": "๐Ÿ‡ฐ๐Ÿ‡ผ" + }, + "flag-ky": { + "id": "flag-ky", + "name": "Cayman Islands Flag", + "keywords": [ + "ky", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1fe", + "native": "๐Ÿ‡ฐ๐Ÿ‡พ" + }, + "flag-kz": { + "id": "flag-kz", + "name": "Kazakhstan Flag", + "keywords": [ + "kz", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1ff", + "native": "๐Ÿ‡ฐ๐Ÿ‡ฟ" + }, + "flag-la": { + "id": "flag-la", + "name": "Laos Flag", + "keywords": [ + "la", + "lao", + "democratic", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1e6", + "native": "๐Ÿ‡ฑ๐Ÿ‡ฆ" + }, + "flag-lb": { + "id": "flag-lb", + "name": "Lebanon Flag", + "keywords": [ + "lb", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1e7", + "native": "๐Ÿ‡ฑ๐Ÿ‡ง" + }, + "flag-lc": { + "id": "flag-lc", + "name": "St. Lucia Flag", + "keywords": [ + "lc", + "st", + "saint", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1e8", + "native": "๐Ÿ‡ฑ๐Ÿ‡จ" + }, + "flag-li": { + "id": "flag-li", + "name": "Liechtenstein Flag", + "keywords": [ + "li", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1ee", + "native": "๐Ÿ‡ฑ๐Ÿ‡ฎ" + }, + "flag-lk": { + "id": "flag-lk", + "name": "Sri Lanka Flag", + "keywords": [ + "lk", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1f0", + "native": "๐Ÿ‡ฑ๐Ÿ‡ฐ" + }, + "flag-lr": { + "id": "flag-lr", + "name": "Liberia Flag", + "keywords": [ + "lr", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1f7", + "native": "๐Ÿ‡ฑ๐Ÿ‡ท" + }, + "flag-ls": { + "id": "flag-ls", + "name": "Lesotho Flag", + "keywords": [ + "ls", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1f8", + "native": "๐Ÿ‡ฑ๐Ÿ‡ธ" + }, + "flag-lt": { + "id": "flag-lt", + "name": "Lithuania Flag", + "keywords": [ + "lt", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1f9", + "native": "๐Ÿ‡ฑ๐Ÿ‡น" + }, + "flag-lu": { + "id": "flag-lu", + "name": "Luxembourg Flag", + "keywords": [ + "lu", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1fa", + "native": "๐Ÿ‡ฑ๐Ÿ‡บ" + }, + "flag-lv": { + "id": "flag-lv", + "name": "Latvia Flag", + "keywords": [ + "lv", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1fb", + "native": "๐Ÿ‡ฑ๐Ÿ‡ป" + }, + "flag-ly": { + "id": "flag-ly", + "name": "Libya Flag", + "keywords": [ + "ly", + "nation", + "country", + "banner" + ], + "unified": "1f1f1-1f1fe", + "native": "๐Ÿ‡ฑ๐Ÿ‡พ" + }, + "flag-ma": { + "id": "flag-ma", + "name": "Morocco Flag", + "keywords": [ + "ma", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1e6", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฆ" + }, + "flag-mc": { + "id": "flag-mc", + "name": "Monaco Flag", + "keywords": [ + "mc", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1e8", + "native": "๐Ÿ‡ฒ๐Ÿ‡จ" + }, + "flag-md": { + "id": "flag-md", + "name": "Moldova Flag", + "keywords": [ + "md", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1e9", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฉ" + }, + "flag-me": { + "id": "flag-me", + "name": "Montenegro Flag", + "keywords": [ + "me", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1ea", + "native": "๐Ÿ‡ฒ๐Ÿ‡ช" + }, + "flag-mf": { + "id": "flag-mf", + "name": "St. Martin Flag", + "keywords": [ + "mf", + "st" + ], + "unified": "1f1f2-1f1eb", + "native": "๐Ÿ‡ฒ๐Ÿ‡ซ" + }, + "flag-mg": { + "id": "flag-mg", + "name": "Madagascar Flag", + "keywords": [ + "mg", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1ec", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฌ" + }, + "flag-mh": { + "id": "flag-mh", + "name": "Marshall Islands Flag", + "keywords": [ + "mh", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1ed", + "native": "๐Ÿ‡ฒ๐Ÿ‡ญ" + }, + "flag-mk": { + "id": "flag-mk", + "name": "North Macedonia Flag", + "keywords": [ + "mk", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f0", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฐ" + }, + "flag-ml": { + "id": "flag-ml", + "name": "Mali Flag", + "keywords": [ + "ml", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f1", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฑ" + }, + "flag-mm": { + "id": "flag-mm", + "name": "Myanmar (burma) Flag", + "keywords": [ + "mm", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f2", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฒ" + }, + "flag-mn": { + "id": "flag-mn", + "name": "Mongolia Flag", + "keywords": [ + "mn", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f3", + "native": "๐Ÿ‡ฒ๐Ÿ‡ณ" + }, + "flag-mo": { + "id": "flag-mo", + "name": "Macao Sar China Flag", + "keywords": [ + "mo", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f4", + "native": "๐Ÿ‡ฒ๐Ÿ‡ด" + }, + "flag-mp": { + "id": "flag-mp", + "name": "Northern Mariana Islands Flag", + "keywords": [ + "mp", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f5", + "native": "๐Ÿ‡ฒ๐Ÿ‡ต" + }, + "flag-mq": { + "id": "flag-mq", + "name": "Martinique Flag", + "keywords": [ + "mq", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f6", + "native": "๐Ÿ‡ฒ๐Ÿ‡ถ" + }, + "flag-mr": { + "id": "flag-mr", + "name": "Mauritania Flag", + "keywords": [ + "mr", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f7", + "native": "๐Ÿ‡ฒ๐Ÿ‡ท" + }, + "flag-ms": { + "id": "flag-ms", + "name": "Montserrat Flag", + "keywords": [ + "ms", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f8", + "native": "๐Ÿ‡ฒ๐Ÿ‡ธ" + }, + "flag-mt": { + "id": "flag-mt", + "name": "Malta Flag", + "keywords": [ + "mt", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1f9", + "native": "๐Ÿ‡ฒ๐Ÿ‡น" + }, + "flag-mu": { + "id": "flag-mu", + "name": "Mauritius Flag", + "keywords": [ + "mu", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1fa", + "native": "๐Ÿ‡ฒ๐Ÿ‡บ" + }, + "flag-mv": { + "id": "flag-mv", + "name": "Maldives Flag", + "keywords": [ + "mv", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1fb", + "native": "๐Ÿ‡ฒ๐Ÿ‡ป" + }, + "flag-mw": { + "id": "flag-mw", + "name": "Malawi Flag", + "keywords": [ + "mw", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1fc", + "native": "๐Ÿ‡ฒ๐Ÿ‡ผ" + }, + "flag-mx": { + "id": "flag-mx", + "name": "Mexico Flag", + "keywords": [ + "mx", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1fd", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฝ" + }, + "flag-my": { + "id": "flag-my", + "name": "Malaysia Flag", + "keywords": [ + "my", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1fe", + "native": "๐Ÿ‡ฒ๐Ÿ‡พ" + }, + "flag-mz": { + "id": "flag-mz", + "name": "Mozambique Flag", + "keywords": [ + "mz", + "nation", + "country", + "banner" + ], + "unified": "1f1f2-1f1ff", + "native": "๐Ÿ‡ฒ๐Ÿ‡ฟ" + }, + "flag-na": { + "id": "flag-na", + "name": "Namibia Flag", + "keywords": [ + "na", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1e6", + "native": "๐Ÿ‡ณ๐Ÿ‡ฆ" + }, + "flag-nc": { + "id": "flag-nc", + "name": "New Caledonia Flag", + "keywords": [ + "nc", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1e8", + "native": "๐Ÿ‡ณ๐Ÿ‡จ" + }, + "flag-ne": { + "id": "flag-ne", + "name": "Niger Flag", + "keywords": [ + "ne", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1ea", + "native": "๐Ÿ‡ณ๐Ÿ‡ช" + }, + "flag-nf": { + "id": "flag-nf", + "name": "Norfolk Island Flag", + "keywords": [ + "nf", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1eb", + "native": "๐Ÿ‡ณ๐Ÿ‡ซ" + }, + "flag-ng": { + "id": "flag-ng", + "name": "Nigeria Flag", + "keywords": [ + "ng", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1ec", + "native": "๐Ÿ‡ณ๐Ÿ‡ฌ" + }, + "flag-ni": { + "id": "flag-ni", + "name": "Nicaragua Flag", + "keywords": [ + "ni", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1ee", + "native": "๐Ÿ‡ณ๐Ÿ‡ฎ" + }, + "flag-nl": { + "id": "flag-nl", + "name": "Netherlands Flag", + "keywords": [ + "nl", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1f1", + "native": "๐Ÿ‡ณ๐Ÿ‡ฑ" + }, + "flag-no": { + "id": "flag-no", + "name": "Norway Flag", + "keywords": [ + "no", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1f4", + "native": "๐Ÿ‡ณ๐Ÿ‡ด" + }, + "flag-np": { + "id": "flag-np", + "name": "Nepal Flag", + "keywords": [ + "np", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1f5", + "native": "๐Ÿ‡ณ๐Ÿ‡ต" + }, + "flag-nr": { + "id": "flag-nr", + "name": "Nauru Flag", + "keywords": [ + "nr", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1f7", + "native": "๐Ÿ‡ณ๐Ÿ‡ท" + }, + "flag-nu": { + "id": "flag-nu", + "name": "Niue Flag", + "keywords": [ + "nu", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1fa", + "native": "๐Ÿ‡ณ๐Ÿ‡บ" + }, + "flag-nz": { + "id": "flag-nz", + "name": "New Zealand Flag", + "keywords": [ + "nz", + "nation", + "country", + "banner" + ], + "unified": "1f1f3-1f1ff", + "native": "๐Ÿ‡ณ๐Ÿ‡ฟ" + }, + "flag-om": { + "id": "flag-om", + "name": "Oman Flag", + "keywords": [ + "om", + "symbol", + "nation", + "country", + "banner" + ], + "unified": "1f1f4-1f1f2", + "native": "๐Ÿ‡ด๐Ÿ‡ฒ" + }, + "flag-pa": { + "id": "flag-pa", + "name": "Panama Flag", + "keywords": [ + "pa", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1e6", + "native": "๐Ÿ‡ต๐Ÿ‡ฆ" + }, + "flag-pe": { + "id": "flag-pe", + "name": "Peru Flag", + "keywords": [ + "pe", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1ea", + "native": "๐Ÿ‡ต๐Ÿ‡ช" + }, + "flag-pf": { + "id": "flag-pf", + "name": "French Polynesia Flag", + "keywords": [ + "pf", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1eb", + "native": "๐Ÿ‡ต๐Ÿ‡ซ" + }, + "flag-pg": { + "id": "flag-pg", + "name": "Papua New Guinea Flag", + "keywords": [ + "pg", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1ec", + "native": "๐Ÿ‡ต๐Ÿ‡ฌ" + }, + "flag-ph": { + "id": "flag-ph", + "name": "Philippines Flag", + "keywords": [ + "ph", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1ed", + "native": "๐Ÿ‡ต๐Ÿ‡ญ" + }, + "flag-pk": { + "id": "flag-pk", + "name": "Pakistan Flag", + "keywords": [ + "pk", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f0", + "native": "๐Ÿ‡ต๐Ÿ‡ฐ" + }, + "flag-pl": { + "id": "flag-pl", + "name": "Poland Flag", + "keywords": [ + "pl", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f1", + "native": "๐Ÿ‡ต๐Ÿ‡ฑ" + }, + "flag-pm": { + "id": "flag-pm", + "name": "St. Pierre & Miquelon Flag", + "keywords": [ + "pm", + "st", + "saint", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f2", + "native": "๐Ÿ‡ต๐Ÿ‡ฒ" + }, + "flag-pn": { + "id": "flag-pn", + "name": "Pitcairn Islands Flag", + "keywords": [ + "pn", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f3", + "native": "๐Ÿ‡ต๐Ÿ‡ณ" + }, + "flag-pr": { + "id": "flag-pr", + "name": "Puerto Rico Flag", + "keywords": [ + "pr", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f7", + "native": "๐Ÿ‡ต๐Ÿ‡ท" + }, + "flag-ps": { + "id": "flag-ps", + "name": "Palestinian Territories Flag", + "keywords": [ + "ps", + "palestine", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f8", + "native": "๐Ÿ‡ต๐Ÿ‡ธ" + }, + "flag-pt": { + "id": "flag-pt", + "name": "Portugal Flag", + "keywords": [ + "pt", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1f9", + "native": "๐Ÿ‡ต๐Ÿ‡น" + }, + "flag-pw": { + "id": "flag-pw", + "name": "Palau Flag", + "keywords": [ + "pw", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1fc", + "native": "๐Ÿ‡ต๐Ÿ‡ผ" + }, + "flag-py": { + "id": "flag-py", + "name": "Paraguay Flag", + "keywords": [ + "py", + "nation", + "country", + "banner" + ], + "unified": "1f1f5-1f1fe", + "native": "๐Ÿ‡ต๐Ÿ‡พ" + }, + "flag-qa": { + "id": "flag-qa", + "name": "Qatar Flag", + "keywords": [ + "qa", + "nation", + "country", + "banner" + ], + "unified": "1f1f6-1f1e6", + "native": "๐Ÿ‡ถ๐Ÿ‡ฆ" + }, + "flag-re": { + "id": "flag-re", + "name": "Rรฉunion Flag", + "keywords": [ + "re", + "reunion", + "nation", + "country", + "banner" + ], + "unified": "1f1f7-1f1ea", + "native": "๐Ÿ‡ท๐Ÿ‡ช" + }, + "flag-ro": { + "id": "flag-ro", + "name": "Romania Flag", + "keywords": [ + "ro", + "nation", + "country", + "banner" + ], + "unified": "1f1f7-1f1f4", + "native": "๐Ÿ‡ท๐Ÿ‡ด" + }, + "flag-rs": { + "id": "flag-rs", + "name": "Serbia Flag", + "keywords": [ + "rs", + "nation", + "country", + "banner" + ], + "unified": "1f1f7-1f1f8", + "native": "๐Ÿ‡ท๐Ÿ‡ธ" + }, + "flag-rw": { + "id": "flag-rw", + "name": "Rwanda Flag", + "keywords": [ + "rw", + "nation", + "country", + "banner" + ], + "unified": "1f1f7-1f1fc", + "native": "๐Ÿ‡ท๐Ÿ‡ผ" + }, + "flag-sa": { + "id": "flag-sa", + "name": "Saudi Arabia Flag", + "keywords": [ + "sa", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1e6", + "native": "๐Ÿ‡ธ๐Ÿ‡ฆ" + }, + "flag-sb": { + "id": "flag-sb", + "name": "Solomon Islands Flag", + "keywords": [ + "sb", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1e7", + "native": "๐Ÿ‡ธ๐Ÿ‡ง" + }, + "flag-sc": { + "id": "flag-sc", + "name": "Seychelles Flag", + "keywords": [ + "sc", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1e8", + "native": "๐Ÿ‡ธ๐Ÿ‡จ" + }, + "flag-scotland": { + "id": "flag-scotland", + "name": "Scotland Flag", + "keywords": [ + "scottish" + ], + "unified": "1f3f4-e0067-e0062-e0073-e0063-e0074-e007f", + "native": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ" + }, + "flag-sd": { + "id": "flag-sd", + "name": "Sudan Flag", + "keywords": [ + "sd", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1e9", + "native": "๐Ÿ‡ธ๐Ÿ‡ฉ" + }, + "flag-se": { + "id": "flag-se", + "name": "Sweden Flag", + "keywords": [ + "se", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1ea", + "native": "๐Ÿ‡ธ๐Ÿ‡ช" + }, + "flag-sg": { + "id": "flag-sg", + "name": "Singapore Flag", + "keywords": [ + "sg", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1ec", + "native": "๐Ÿ‡ธ๐Ÿ‡ฌ" + }, + "flag-sh": { + "id": "flag-sh", + "name": "St. Helena Flag", + "keywords": [ + "sh", + "st", + "saint", + "ascension", + "tristan", + "cunha", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1ed", + "native": "๐Ÿ‡ธ๐Ÿ‡ญ" + }, + "flag-si": { + "id": "flag-si", + "name": "Slovenia Flag", + "keywords": [ + "si", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1ee", + "native": "๐Ÿ‡ธ๐Ÿ‡ฎ" + }, + "flag-sj": { + "id": "flag-sj", + "name": "Svalbard & Jan Mayen Flag", + "keywords": [ + "sj" + ], + "unified": "1f1f8-1f1ef", + "native": "๐Ÿ‡ธ๐Ÿ‡ฏ" + }, + "flag-sk": { + "id": "flag-sk", + "name": "Slovakia Flag", + "keywords": [ + "sk", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f0", + "native": "๐Ÿ‡ธ๐Ÿ‡ฐ" + }, + "flag-sl": { + "id": "flag-sl", + "name": "Sierra Leone Flag", + "keywords": [ + "sl", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f1", + "native": "๐Ÿ‡ธ๐Ÿ‡ฑ" + }, + "flag-sm": { + "id": "flag-sm", + "name": "San Marino Flag", + "keywords": [ + "sm", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f2", + "native": "๐Ÿ‡ธ๐Ÿ‡ฒ" + }, + "flag-sn": { + "id": "flag-sn", + "name": "Senegal Flag", + "keywords": [ + "sn", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f3", + "native": "๐Ÿ‡ธ๐Ÿ‡ณ" + }, + "flag-so": { + "id": "flag-so", + "name": "Somalia Flag", + "keywords": [ + "so", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f4", + "native": "๐Ÿ‡ธ๐Ÿ‡ด" + }, + "flag-sr": { + "id": "flag-sr", + "name": "Suriname Flag", + "keywords": [ + "sr", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f7", + "native": "๐Ÿ‡ธ๐Ÿ‡ท" + }, + "flag-ss": { + "id": "flag-ss", + "name": "South Sudan Flag", + "keywords": [ + "ss", + "sd", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f8", + "native": "๐Ÿ‡ธ๐Ÿ‡ธ" + }, + "flag-st": { + "id": "flag-st", + "name": "Sรฃo Tomรฉ & Prรญncipe Flag", + "keywords": [ + "st", + "sao", + "tome", + "principe", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1f9", + "native": "๐Ÿ‡ธ๐Ÿ‡น" + }, + "flag-sv": { + "id": "flag-sv", + "name": "El Salvador Flag", + "keywords": [ + "sv", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1fb", + "native": "๐Ÿ‡ธ๐Ÿ‡ป" + }, + "flag-sx": { + "id": "flag-sx", + "name": "Sint Maarten Flag", + "keywords": [ + "sx", + "dutch", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1fd", + "native": "๐Ÿ‡ธ๐Ÿ‡ฝ" + }, + "flag-sy": { + "id": "flag-sy", + "name": "Syria Flag", + "keywords": [ + "sy", + "syrian", + "arab", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1fe", + "native": "๐Ÿ‡ธ๐Ÿ‡พ" + }, + "flag-sz": { + "id": "flag-sz", + "name": "Eswatini Flag", + "keywords": [ + "sz", + "nation", + "country", + "banner" + ], + "unified": "1f1f8-1f1ff", + "native": "๐Ÿ‡ธ๐Ÿ‡ฟ" + }, + "flag-ta": { + "id": "flag-ta", + "name": "Tristan Da Cunha Flag", + "keywords": [ + "ta" + ], + "unified": "1f1f9-1f1e6", + "native": "๐Ÿ‡น๐Ÿ‡ฆ" + }, + "flag-tc": { + "id": "flag-tc", + "name": "Turks & Caicos Islands Flag", + "keywords": [ + "tc", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1e8", + "native": "๐Ÿ‡น๐Ÿ‡จ" + }, + "flag-td": { + "id": "flag-td", + "name": "Chad Flag", + "keywords": [ + "td", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1e9", + "native": "๐Ÿ‡น๐Ÿ‡ฉ" + }, + "flag-tf": { + "id": "flag-tf", + "name": "French Southern Territories Flag", + "keywords": [ + "tf", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1eb", + "native": "๐Ÿ‡น๐Ÿ‡ซ" + }, + "flag-tg": { + "id": "flag-tg", + "name": "Togo Flag", + "keywords": [ + "tg", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1ec", + "native": "๐Ÿ‡น๐Ÿ‡ฌ" + }, + "flag-th": { + "id": "flag-th", + "name": "Thailand Flag", + "keywords": [ + "th", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1ed", + "native": "๐Ÿ‡น๐Ÿ‡ญ" + }, + "flag-tj": { + "id": "flag-tj", + "name": "Tajikistan Flag", + "keywords": [ + "tj", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1ef", + "native": "๐Ÿ‡น๐Ÿ‡ฏ" + }, + "flag-tk": { + "id": "flag-tk", + "name": "Tokelau Flag", + "keywords": [ + "tk", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f0", + "native": "๐Ÿ‡น๐Ÿ‡ฐ" + }, + "flag-tl": { + "id": "flag-tl", + "name": "Timor-Leste Flag", + "keywords": [ + "tl", + "timor", + "leste", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f1", + "native": "๐Ÿ‡น๐Ÿ‡ฑ" + }, + "flag-tm": { + "id": "flag-tm", + "name": "Turkmenistan Flag", + "keywords": [ + "tm", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f2", + "native": "๐Ÿ‡น๐Ÿ‡ฒ" + }, + "flag-tn": { + "id": "flag-tn", + "name": "Tunisia Flag", + "keywords": [ + "tn", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f3", + "native": "๐Ÿ‡น๐Ÿ‡ณ" + }, + "flag-to": { + "id": "flag-to", + "name": "Tonga Flag", + "keywords": [ + "to", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f4", + "native": "๐Ÿ‡น๐Ÿ‡ด" + }, + "flag-tr": { + "id": "flag-tr", + "name": "Turkey Flag", + "keywords": [ + "tr", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f7", + "native": "๐Ÿ‡น๐Ÿ‡ท" + }, + "flag-tt": { + "id": "flag-tt", + "name": "Trinidad & Tobago Flag", + "keywords": [ + "tt", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1f9", + "native": "๐Ÿ‡น๐Ÿ‡น" + }, + "flag-tv": { + "id": "flag-tv", + "name": "Tuvalu Flag", + "keywords": [ + "tv", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1fb", + "native": "๐Ÿ‡น๐Ÿ‡ป" + }, + "flag-tw": { + "id": "flag-tw", + "name": "Taiwan Flag", + "keywords": [ + "tw", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1fc", + "native": "๐Ÿ‡น๐Ÿ‡ผ" + }, + "flag-tz": { + "id": "flag-tz", + "name": "Tanzania Flag", + "keywords": [ + "tz", + "united", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1f9-1f1ff", + "native": "๐Ÿ‡น๐Ÿ‡ฟ" + }, + "flag-ua": { + "id": "flag-ua", + "name": "Ukraine Flag", + "keywords": [ + "ua", + "nation", + "country", + "banner" + ], + "unified": "1f1fa-1f1e6", + "native": "๐Ÿ‡บ๐Ÿ‡ฆ" + }, + "flag-ug": { + "id": "flag-ug", + "name": "Uganda Flag", + "keywords": [ + "ug", + "nation", + "country", + "banner" + ], + "unified": "1f1fa-1f1ec", + "native": "๐Ÿ‡บ๐Ÿ‡ฌ" + }, + "flag-um": { + "id": "flag-um", + "name": "U.s. Outlying Islands Flag", + "keywords": [ + "um", + "u", + "s" + ], + "unified": "1f1fa-1f1f2", + "native": "๐Ÿ‡บ๐Ÿ‡ฒ" + }, + "flag-un": { + "id": "flag-un", + "name": "United Nations Flag", + "keywords": [ + "un", + "banner" + ], + "unified": "1f1fa-1f1f3", + "native": "๐Ÿ‡บ๐Ÿ‡ณ" + }, + "flag-uy": { + "id": "flag-uy", + "name": "Uruguay Flag", + "keywords": [ + "uy", + "nation", + "country", + "banner" + ], + "unified": "1f1fa-1f1fe", + "native": "๐Ÿ‡บ๐Ÿ‡พ" + }, + "flag-uz": { + "id": "flag-uz", + "name": "Uzbekistan Flag", + "keywords": [ + "uz", + "nation", + "country", + "banner" + ], + "unified": "1f1fa-1f1ff", + "native": "๐Ÿ‡บ๐Ÿ‡ฟ" + }, + "flag-va": { + "id": "flag-va", + "name": "Vatican City Flag", + "keywords": [ + "va", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1e6", + "native": "๐Ÿ‡ป๐Ÿ‡ฆ" + }, + "flag-vc": { + "id": "flag-vc", + "name": "St. Vincent & Grenadines Flag", + "keywords": [ + "vc", + "st", + "saint", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1e8", + "native": "๐Ÿ‡ป๐Ÿ‡จ" + }, + "flag-ve": { + "id": "flag-ve", + "name": "Venezuela Flag", + "keywords": [ + "ve", + "bolivarian", + "republic", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1ea", + "native": "๐Ÿ‡ป๐Ÿ‡ช" + }, + "flag-vg": { + "id": "flag-vg", + "name": "British Virgin Islands Flag", + "keywords": [ + "vg", + "bvi", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1ec", + "native": "๐Ÿ‡ป๐Ÿ‡ฌ" + }, + "flag-vi": { + "id": "flag-vi", + "name": "U.s. Virgin Islands Flag", + "keywords": [ + "vi", + "u", + "s", + "us", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1ee", + "native": "๐Ÿ‡ป๐Ÿ‡ฎ" + }, + "flag-vn": { + "id": "flag-vn", + "name": "Vietnam Flag", + "keywords": [ + "vn", + "viet", + "nam", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1f3", + "native": "๐Ÿ‡ป๐Ÿ‡ณ" + }, + "flag-vu": { + "id": "flag-vu", + "name": "Vanuatu Flag", + "keywords": [ + "vu", + "nation", + "country", + "banner" + ], + "unified": "1f1fb-1f1fa", + "native": "๐Ÿ‡ป๐Ÿ‡บ" + }, + "flag-wales": { + "id": "flag-wales", + "name": "Wales Flag", + "keywords": [ + "welsh" + ], + "unified": "1f3f4-e0067-e0062-e0077-e006c-e0073-e007f", + "native": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ" + }, + "flag-wf": { + "id": "flag-wf", + "name": "Wallis & Futuna Flag", + "keywords": [ + "wf", + "nation", + "country", + "banner" + ], + "unified": "1f1fc-1f1eb", + "native": "๐Ÿ‡ผ๐Ÿ‡ซ" + }, + "flag-ws": { + "id": "flag-ws", + "name": "Samoa Flag", + "keywords": [ + "ws", + "nation", + "country", + "banner" + ], + "unified": "1f1fc-1f1f8", + "native": "๐Ÿ‡ผ๐Ÿ‡ธ" + }, + "flag-xk": { + "id": "flag-xk", + "name": "Kosovo Flag", + "keywords": [ + "xk", + "nation", + "country", + "banner" + ], + "unified": "1f1fd-1f1f0", + "native": "๐Ÿ‡ฝ๐Ÿ‡ฐ" + }, + "flag-ye": { + "id": "flag-ye", + "name": "Yemen Flag", + "keywords": [ + "ye", + "nation", + "country", + "banner" + ], + "unified": "1f1fe-1f1ea", + "native": "๐Ÿ‡พ๐Ÿ‡ช" + }, + "flag-yt": { + "id": "flag-yt", + "name": "Mayotte Flag", + "keywords": [ + "yt", + "nation", + "country", + "banner" + ], + "unified": "1f1fe-1f1f9", + "native": "๐Ÿ‡พ๐Ÿ‡น" + }, + "flag-za": { + "id": "flag-za", + "name": "South Africa Flag", + "keywords": [ + "za", + "nation", + "country", + "banner" + ], + "unified": "1f1ff-1f1e6", + "native": "๐Ÿ‡ฟ๐Ÿ‡ฆ" + }, + "flag-zm": { + "id": "flag-zm", + "name": "Zambia Flag", + "keywords": [ + "zm", + "nation", + "country", + "banner" + ], + "unified": "1f1ff-1f1f2", + "native": "๐Ÿ‡ฟ๐Ÿ‡ฒ" + }, + "flag-zw": { + "id": "flag-zw", + "name": "Zimbabwe Flag", + "keywords": [ + "zw", + "nation", + "country", + "banner" + ], + "unified": "1f1ff-1f1fc", + "native": "๐Ÿ‡ฟ๐Ÿ‡ผ" + }, + "flags": { + "id": "flags", + "name": "Carp Streamer", + "keywords": [ + "flags", + "fish", + "japanese", + "koinobori", + "banner" + ], + "unified": "1f38f", + "native": "๐ŸŽ" + }, + "flamingo": { + "id": "flamingo", + "name": "Flamingo", + "keywords": [ + "animal" + ], + "unified": "1f9a9", + "native": "๐Ÿฆฉ" + }, + "flashlight": { + "id": "flashlight", + "name": "Flashlight", + "keywords": [ + "dark", + "camping", + "sight", + "night" + ], + "unified": "1f526", + "native": "๐Ÿ”ฆ" + }, + "flatbread": { + "id": "flatbread", + "name": "Flatbread", + "keywords": [ + "flour", + "food" + ], + "unified": "1fad3", + "native": "๐Ÿซ“" + }, + "fleur_de_lis": { + "id": "fleur_de_lis", + "name": "Fleur-De-Lis", + "keywords": [ + "fleur", + "de", + "lis", + "decorative", + "scout" + ], + "unified": "269c", + "native": "โšœ๏ธ" + }, + "floppy_disk": { + "id": "floppy_disk", + "name": "Floppy Disk", + "keywords": [ + "oldschool", + "technology", + "save", + "90s", + "80s" + ], + "unified": "1f4be", + "native": "๐Ÿ’พ" + }, + "flushed": { + "id": "flushed", + "name": "Flushed Face", + "keywords": [ + "blush", + "shy", + "flattered" + ], + "unified": "1f633", + "native": "๐Ÿ˜ณ" + }, + "fly": { + "id": "fly", + "name": "Fly", + "keywords": [ + "insect" + ], + "unified": "1fab0", + "native": "๐Ÿชฐ" + }, + "flying_disc": { + "id": "flying_disc", + "name": "Flying Disc", + "keywords": [ + "sports", + "frisbee", + "ultimate" + ], + "unified": "1f94f", + "native": "๐Ÿฅ" + }, + "flying_saucer": { + "id": "flying_saucer", + "name": "Flying Saucer", + "keywords": [ + "transportation", + "vehicle", + "ufo" + ], + "unified": "1f6f8", + "native": "๐Ÿ›ธ" + }, + "fog": { + "id": "fog", + "name": "Fog", + "keywords": [ + "weather" + ], + "unified": "1f32b", + "native": "๐ŸŒซ๏ธ" + }, + "foggy": { + "id": "foggy", + "name": "Foggy", + "keywords": [ + "photo", + "mountain" + ], + "unified": "1f301", + "native": "๐ŸŒ" + }, + "fondue": { + "id": "fondue", + "name": "Fondue", + "keywords": [ + "cheese", + "pot", + "food" + ], + "unified": "1fad5", + "native": "๐Ÿซ•" + }, + "foot": { + "id": "foot", + "name": "Foot", + "keywords": [ + "kick", + "stomp" + ], + "unified": "1f9b6", + "native": "๐Ÿฆถ" + }, + "football": { + "id": "football", + "name": "American Football", + "keywords": [ + "sports", + "balls", + "NFL" + ], + "unified": "1f3c8", + "native": "๐Ÿˆ" + }, + "footprints": { + "id": "footprints", + "name": "Footprints", + "keywords": [ + "feet", + "tracking", + "walking", + "beach" + ], + "unified": "1f463", + "native": "๐Ÿ‘ฃ" + }, + "fortune_cookie": { + "id": "fortune_cookie", + "name": "Fortune Cookie", + "keywords": [ + "food", + "prophecy" + ], + "unified": "1f960", + "native": "๐Ÿฅ " + }, + "fountain": { + "id": "fountain", + "name": "Fountain", + "keywords": [ + "photo", + "summer", + "water", + "fresh" + ], + "unified": "26f2", + "native": "โ›ฒ" + }, + "four": { + "id": "four", + "name": "Keycap 4", + "keywords": [ + "four", + "numbers", + "blue", + "square" + ], + "unified": "34-20e3", + "native": "4๏ธโƒฃ" + }, + "four_leaf_clover": { + "id": "four_leaf_clover", + "name": "Four Leaf Clover", + "keywords": [ + "vegetable", + "plant", + "nature", + "lucky", + "irish" + ], + "unified": "1f340", + "native": "๐Ÿ€" + }, + "fox": { + "id": "fox", + "name": "Fox", + "keywords": [ + "face", + "animal", + "nature" + ], + "unified": "1f98a", + "native": "๐ŸฆŠ" + }, + "fr": { + "id": "fr", + "name": "France Flag", + "keywords": [ + "fr", + "banner", + "nation", + "french", + "country" + ], + "unified": "1f1eb-1f1f7", + "native": "๐Ÿ‡ซ๐Ÿ‡ท" + }, + "frame_with_picture": { + "id": "frame_with_picture", + "name": "Framed Picture", + "keywords": [ + "frame", + "with", + "photography" + ], + "unified": "1f5bc", + "native": "๐Ÿ–ผ๏ธ" + }, + "free": { + "id": "free", + "name": "Free Button", + "keywords": [ + "blue", + "square", + "words" + ], + "unified": "1f193", + "native": "๐Ÿ†“" + }, + "fried_egg": { + "id": "fried_egg", + "name": "Cooking", + "keywords": [ + "fried", + "egg", + "food", + "breakfast", + "kitchen" + ], + "unified": "1f373", + "native": "๐Ÿณ" + }, + "fried_shrimp": { + "id": "fried_shrimp", + "name": "Fried Shrimp", + "keywords": [ + "food", + "animal", + "appetizer", + "summer" + ], + "unified": "1f364", + "native": "๐Ÿค" + }, + "fries": { + "id": "fries", + "name": "French Fries", + "keywords": [ + "chips", + "snack", + "fast", + "food" + ], + "unified": "1f35f", + "native": "๐ŸŸ" + }, + "frog": { + "id": "frog", + "name": "Frog", + "keywords": [ + "animal", + "nature", + "croak", + "toad" + ], + "unified": "1f438", + "native": "๐Ÿธ" + }, + "frown": { + "id": "frown", + "name": "Slightly Frowning Face", + "keywords": [ + "disappointed", + "sad", + "upset" + ], + "unified": "1f641", + "native": "๐Ÿ™" + }, + "fuelpump": { + "id": "fuelpump", + "name": "Fuel Pump", + "keywords": [ + "fuelpump", + "gas", + "station", + "petroleum" + ], + "unified": "26fd", + "native": "โ›ฝ" + }, + "full_moon": { + "id": "full_moon", + "name": "Full Moon", + "keywords": [ + "nature", + "yellow", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f315", + "native": "๐ŸŒ•" + }, + "full_moon_with_face": { + "id": "full_moon_with_face", + "name": "Full Moon Face", + "keywords": [ + "with", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f31d", + "native": "๐ŸŒ" + }, + "funeral_urn": { + "id": "funeral_urn", + "name": "Funeral Urn", + "keywords": [ + "dead", + "die", + "death", + "rip", + "ashes" + ], + "unified": "26b1", + "native": "โšฑ๏ธ" + }, + "game_die": { + "id": "game_die", + "name": "Game Die", + "keywords": [ + "dice", + "random", + "tabletop", + "play", + "luck" + ], + "unified": "1f3b2", + "native": "๐ŸŽฒ" + }, + "garlic": { + "id": "garlic", + "name": "Garlic", + "keywords": [ + "food", + "spice", + "cook" + ], + "unified": "1f9c4", + "native": "๐Ÿง„" + }, + "gb": { + "id": "gb", + "name": "United Kingdom Flag", + "keywords": [ + "gb", + "uk", + "great", + "britain", + "northern", + "ireland", + "nation", + "country", + "banner", + "british", + "UK", + "english", + "england", + "union", + "jack" + ], + "unified": "1f1ec-1f1e7", + "native": "๐Ÿ‡ฌ๐Ÿ‡ง" + }, + "gear": { + "id": "gear", + "name": "Gear", + "keywords": [ + "cog" + ], + "unified": "2699", + "native": "โš™๏ธ" + }, + "gem": { + "id": "gem", + "name": "Gem Stone", + "keywords": [ + "blue", + "ruby", + "diamond", + "jewelry" + ], + "unified": "1f48e", + "native": "๐Ÿ’Ž" + }, + "gemini": { + "id": "gemini", + "name": "Gemini", + "keywords": [ + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "264a", + "native": "โ™Š" + }, + "genie": { + "id": "genie", + "name": "Genie", + "keywords": [ + "magical", + "wishes" + ], + "unified": "1f9de", + "native": "๐Ÿงž" + }, + "ghost": { + "id": "ghost", + "name": "Ghost", + "keywords": [ + "halloween", + "spooky", + "scary" + ], + "unified": "1f47b", + "native": "๐Ÿ‘ป" + }, + "gift": { + "id": "gift", + "name": "Wrapped Gift", + "keywords": [ + "present", + "birthday", + "christmas", + "xmas" + ], + "unified": "1f381", + "native": "๐ŸŽ" + }, + "gift_heart": { + "id": "gift_heart", + "name": "Heart with Ribbon", + "keywords": [ + "gift", + "love", + "valentines" + ], + "unified": "1f49d", + "native": "๐Ÿ’" + }, + "giraffe_face": { + "id": "giraffe_face", + "name": "Giraffe", + "keywords": [ + "face", + "animal", + "nature", + "spots", + "safari" + ], + "unified": "1f992", + "native": "๐Ÿฆ’" + }, + "girl": { + "id": "girl", + "name": "Girl", + "keywords": [ + "female", + "woman", + "teenager" + ], + "unified": "1f467", + "native": "๐Ÿ‘ง" + }, + "glass_of_milk": { + "id": "glass_of_milk", + "name": "Glass of Milk", + "keywords": [ + "beverage", + "drink", + "cow" + ], + "unified": "1f95b", + "native": "๐Ÿฅ›" + }, + "globe_with_meridians": { + "id": "globe_with_meridians", + "name": "Globe with Meridians", + "keywords": [ + "earth", + "international", + "world", + "internet", + "interweb", + "i18n" + ], + "unified": "1f310", + "native": "๐ŸŒ" + }, + "gloves": { + "id": "gloves", + "name": "Gloves", + "keywords": [ + "hands", + "winter", + "clothes" + ], + "unified": "1f9e4", + "native": "๐Ÿงค" + }, + "goal_net": { + "id": "goal_net", + "name": "Goal Net", + "keywords": [ + "sports" + ], + "unified": "1f945", + "native": "๐Ÿฅ…" + }, + "goat": { + "id": "goat", + "name": "Goat", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f410", + "native": "๐Ÿ" + }, + "goggles": { + "id": "goggles", + "name": "Goggles", + "keywords": [ + "eyes", + "protection", + "safety" + ], + "unified": "1f97d", + "native": "๐Ÿฅฝ" + }, + "golf": { + "id": "golf", + "name": "Flag in Hole", + "keywords": [ + "golf", + "sports", + "business", + "summer" + ], + "unified": "26f3", + "native": "โ›ณ" + }, + "golfer": { + "id": "golfer", + "name": "Person Golfing", + "keywords": [ + "golfer", + "sports", + "business" + ], + "unified": "1f3cc", + "native": "๐ŸŒ๏ธ" + }, + "gorilla": { + "id": "gorilla", + "name": "Gorilla", + "keywords": [ + "animal", + "nature", + "circus" + ], + "unified": "1f98d", + "native": "๐Ÿฆ" + }, + "grapes": { + "id": "grapes", + "name": "Grapes", + "keywords": [ + "fruit", + "food", + "wine" + ], + "unified": "1f347", + "native": "๐Ÿ‡" + }, + "green_apple": { + "id": "green_apple", + "name": "Green Apple", + "keywords": [ + "fruit", + "nature" + ], + "unified": "1f34f", + "native": "๐Ÿ" + }, + "green_book": { + "id": "green_book", + "name": "Green Book", + "keywords": [ + "read", + "library", + "knowledge", + "study" + ], + "unified": "1f4d7", + "native": "๐Ÿ“—" + }, + "green_heart": { + "id": "green_heart", + "name": "Green Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f49a", + "native": "๐Ÿ’š" + }, + "green_salad": { + "id": "green_salad", + "name": "Green Salad", + "keywords": [ + "food", + "healthy", + "lettuce" + ], + "unified": "1f957", + "native": "๐Ÿฅ—" + }, + "grey_exclamation": { + "id": "grey_exclamation", + "name": "White Exclamation Mark", + "keywords": [ + "grey", + "surprise", + "punctuation", + "gray", + "wow", + "warning" + ], + "unified": "2755", + "native": "โ•" + }, + "grey_question": { + "id": "grey_question", + "name": "White Question Mark", + "keywords": [ + "grey", + "doubts", + "gray", + "huh", + "confused" + ], + "unified": "2754", + "native": "โ”" + }, + "grimacing": { + "id": "grimacing", + "name": "Grimacing Face", + "keywords": [ + "grimace", + "teeth" + ], + "unified": "1f62c", + "native": "๐Ÿ˜ฌ" + }, + "guardsman": { + "id": "guardsman", + "name": "Guard", + "keywords": [ + "guardsman", + "protect" + ], + "unified": "1f482", + "native": "๐Ÿ’‚" + }, + "guide_dog": { + "id": "guide_dog", + "name": "Guide Dog", + "keywords": [ + "animal", + "blind" + ], + "unified": "1f9ae", + "native": "๐Ÿฆฎ" + }, + "guitar": { + "id": "guitar", + "name": "Guitar", + "keywords": [ + "music", + "instrument" + ], + "unified": "1f3b8", + "native": "๐ŸŽธ" + }, + "gun": { + "id": "gun", + "name": "Pistol", + "keywords": [ + "gun", + "violence", + "weapon", + "revolver" + ], + "unified": "1f52b", + "native": "๐Ÿ”ซ" + }, + "haircut": { + "id": "haircut", + "name": "Haircut", + "keywords": [ + "person", + "getting", + "hairstyle" + ], + "unified": "1f487", + "native": "๐Ÿ’‡" + }, + "halloween_pumpkin": { + "id": "halloween_pumpkin", + "name": "Jack-O-Lantern", + "keywords": [ + "jack", + "o", + "lantern", + "halloween", + "light", + "pumpkin", + "creepy", + "fall" + ], + "unified": "1f383", + "native": "๐ŸŽƒ" + }, + "hamburger": { + "id": "hamburger", + "name": "Hamburger", + "keywords": [ + "meat", + "fast", + "food", + "beef", + "cheeseburger", + "mcdonalds", + "burger", + "king" + ], + "unified": "1f354", + "native": "๐Ÿ”" + }, + "hammer": { + "id": "hammer", + "name": "Hammer", + "keywords": [ + "tools", + "build", + "create" + ], + "unified": "1f528", + "native": "๐Ÿ”จ" + }, + "hammer_and_pick": { + "id": "hammer_and_pick", + "name": "Hammer and Pick", + "keywords": [ + "tools", + "build", + "create" + ], + "unified": "2692", + "native": "โš’๏ธ" + }, + "hammer_and_wrench": { + "id": "hammer_and_wrench", + "name": "Hammer and Wrench", + "keywords": [ + "tools", + "build", + "create" + ], + "unified": "1f6e0", + "native": "๐Ÿ› ๏ธ" + }, + "hamsa": { + "id": "hamsa", + "name": "Hamsa", + "keywords": [ + "religion", + "protection" + ], + "unified": "1faac", + "native": "๐Ÿชฌ" + }, + "hamster": { + "id": "hamster", + "name": "Hamster", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f439", + "native": "๐Ÿน" + }, + "hand": { + "id": "hand", + "name": "Raised Hand", + "keywords": [ + "fingers", + "stop", + "highfive", + "high", + "five", + "palm", + "ban" + ], + "unified": "270b", + "native": "โœ‹" + }, + "hand_over_mouth": { + "id": "hand_over_mouth", + "name": "Face with Hand over Mouth", + "keywords": [ + "smiling", + "eyes", + "and", + "covering", + "whoops", + "shock", + "surprise" + ], + "unified": "1f92d", + "native": "๐Ÿคญ" + }, + "hand_over_mouth_open_eyes": { + "id": "hand_over_mouth_open_eyes", + "name": "Face with Open Eyes and Hand over Mouth", + "keywords": [ + "silence", + "secret", + "shock", + "surprise" + ], + "unified": "1fae2", + "native": "๐Ÿซข" + }, + "hand_with_index_finger_and_thumb_crossed": { + "id": "hand_with_index_finger_and_thumb_crossed", + "name": "Hand with Index Finger and Thumb Crossed", + "keywords": [ + "heart", + "love", + "money", + "expensive" + ], + "unified": "1faf0", + "native": "๐Ÿซฐ" + }, + "handbag": { + "id": "handbag", + "name": "Handbag", + "keywords": [ + "fashion", + "accessory", + "accessories", + "shopping" + ], + "unified": "1f45c", + "native": "๐Ÿ‘œ" + }, + "handball": { + "id": "handball", + "name": "Handball", + "keywords": [ + "person", + "playing", + "sport" + ], + "unified": "1f93e", + "native": "๐Ÿคพ" + }, + "handshake": { + "id": "handshake", + "name": "Handshake", + "keywords": [ + "agreement", + "shake" + ], + "unified": "1f91d", + "native": "๐Ÿค" + }, + "hankey": { + "id": "hankey", + "name": "Pile of Poo", + "keywords": [ + "hankey", + "poop", + "shit", + "shitface", + "fail", + "turd" + ], + "unified": "1f4a9", + "native": "๐Ÿ’ฉ" + }, + "happy": { + "id": "happy", + "name": "Happy Face", + "keywords": [ + "grin", + "happy", + "smile", + "joy", + "kawaii" + ], + "unified": "1f601", + "native": "๐Ÿ˜" + }, + "hash": { + "id": "hash", + "name": "Hash Key", + "keywords": [ + "keycap", + "", + "symbol", + "blue", + "square", + "twitter" + ], + "unified": "23-20e3", + "native": "#๏ธโƒฃ" + }, + "hatched_chick": { + "id": "hatched_chick", + "name": "Front-Facing Baby Chick", + "keywords": [ + "hatched", + "front", + "facing", + "animal", + "chicken", + "bird" + ], + "unified": "1f425", + "native": "๐Ÿฅ" + }, + "hatching_chick": { + "id": "hatching_chick", + "name": "Hatching Chick", + "keywords": [ + "animal", + "chicken", + "egg", + "born", + "baby", + "bird" + ], + "unified": "1f423", + "native": "๐Ÿฃ" + }, + "head_bandage": { + "id": "head_bandage", + "name": "Face with Head-Bandage", + "keywords": [ + "head", + "bandage", + "injured", + "clumsy", + "hurt" + ], + "unified": "1f915", + "native": "๐Ÿค•" + }, + "headphones": { + "id": "headphones", + "name": "Headphone", + "keywords": [ + "headphones", + "music", + "score", + "gadgets" + ], + "unified": "1f3a7", + "native": "๐ŸŽง" + }, + "headstone": { + "id": "headstone", + "name": "Headstone", + "keywords": [ + "death", + "rip", + "grave" + ], + "unified": "1faa6", + "native": "๐Ÿชฆ" + }, + "health_worker": { + "id": "health_worker", + "name": "Health Worker", + "keywords": [ + "hospital" + ], + "unified": "1f9d1-200d-2695-fe0f", + "native": "๐Ÿง‘โ€โš•๏ธ" + }, + "hear_no_evil": { + "id": "hear_no_evil", + "name": "Hear-No-Evil Monkey", + "keywords": [ + "hear", + "no", + "evil", + "animal", + "nature" + ], + "unified": "1f649", + "native": "๐Ÿ™‰" + }, + "heart": { + "id": "heart", + "name": "Red Heart", + "keywords": [ + "love", + "like", + "valentines" + ], + "unified": "2764", + "native": "โค๏ธ" + }, + "heart_decoration": { + "id": "heart_decoration", + "name": "Heart Decoration", + "keywords": [ + "purple", + "square", + "love", + "like" + ], + "unified": "1f49f", + "native": "๐Ÿ’Ÿ" + }, + "heart_exclamation": { + "id": "heart_exclamation", + "name": "Heart Exclamation", + "keywords": [ + "heavy", + "mark", + "ornament", + "decoration", + "love" + ], + "unified": "2763", + "native": "โฃ๏ธ" + }, + "heart_eyes": { + "id": "heart_eyes", + "name": "Smiling Face with Heart-Eyes", + "keywords": [ + "heart", + "eyes", + "love", + "like", + "affection", + "valentines", + "infatuation", + "crush" + ], + "unified": "1f60d", + "native": "๐Ÿ˜" + }, + "heart_eyes_cat": { + "id": "heart_eyes_cat", + "name": "Smiling Cat with Heart-Eyes", + "keywords": [ + "heart", + "eyes", + "animal", + "love", + "like", + "affection", + "cats", + "valentines" + ], + "unified": "1f63b", + "native": "๐Ÿ˜ป" + }, + "heart_hands": { + "id": "heart_hands", + "name": "Heart Hands", + "keywords": [ + "love", + "appreciation", + "support" + ], + "unified": "1faf6", + "native": "๐Ÿซถ" + }, + "heart_on_fire": { + "id": "heart_on_fire", + "name": "Heart on Fire", + "keywords": [ + "passionate", + "enthusiastic" + ], + "unified": "2764-fe0f-200d-1f525", + "native": "โค๏ธโ€๐Ÿ”ฅ" + }, + "heart_smile": { + "id": "heart_smile", + "name": "Smiling Face with Hearts", + "keywords": [ + "3", + "love", + "like", + "affection", + "valentines", + "infatuation", + "crush", + "adore" + ], + "unified": "1f970", + "native": "๐Ÿฅฐ" + }, + "heartbeat": { + "id": "heartbeat", + "name": "Beating Heart", + "keywords": [ + "heartbeat", + "love", + "like", + "affection", + "valentines", + "pink" + ], + "unified": "1f493", + "native": "๐Ÿ’“" + }, + "heartpulse": { + "id": "heartpulse", + "name": "Growing Heart", + "keywords": [ + "heartpulse", + "like", + "love", + "affection", + "valentines", + "pink" + ], + "unified": "1f497", + "native": "๐Ÿ’—" + }, + "hearts": { + "id": "hearts", + "name": "Heart Suit", + "keywords": [ + "hearts", + "poker", + "cards", + "magic", + "suits" + ], + "unified": "2665", + "native": "โ™ฅ๏ธ" + }, + "heavy_check_mark": { + "id": "heavy_check_mark", + "name": "Check Mark", + "keywords": [ + "heavy", + "ok", + "nike", + "answer", + "yes", + "tick" + ], + "unified": "2714", + "native": "โœ”๏ธ" + }, + "heavy_division_sign": { + "id": "heavy_division_sign", + "name": "Divide", + "keywords": [ + "heavy", + "division", + "sign", + "math", + "calculation" + ], + "unified": "2797", + "native": "โž—" + }, + "heavy_dollar_sign": { + "id": "heavy_dollar_sign", + "name": "Heavy Dollar Sign", + "keywords": [ + "money", + "sales", + "payment", + "currency", + "buck" + ], + "unified": "1f4b2", + "native": "๐Ÿ’ฒ" + }, + "heavy_equals_sign": { + "id": "heavy_equals_sign", + "name": "Heavy Equals Sign", + "keywords": [ + "math" + ], + "unified": "1f7f0", + "native": "๐ŸŸฐ" + }, + "heavy_minus_sign": { + "id": "heavy_minus_sign", + "name": "Minus", + "keywords": [ + "heavy", + "sign", + "math", + "calculation", + "subtract", + "less" + ], + "unified": "2796", + "native": "โž–" + }, + "heavy_multiplication_x": { + "id": "heavy_multiplication_x", + "name": "Multiply", + "keywords": [ + "heavy", + "multiplication", + "x", + "sign", + "math", + "calculation" + ], + "unified": "2716", + "native": "โœ–๏ธ" + }, + "heavy_plus_sign": { + "id": "heavy_plus_sign", + "name": "Plus", + "keywords": [ + "heavy", + "sign", + "math", + "calculation", + "addition", + "more", + "increase" + ], + "unified": "2795", + "native": "โž•" + }, + "hedgehog": { + "id": "hedgehog", + "name": "Hedgehog", + "keywords": [ + "animal", + "nature", + "spiny" + ], + "unified": "1f994", + "native": "๐Ÿฆ”" + }, + "helicopter": { + "id": "helicopter", + "name": "Helicopter", + "keywords": [ + "transportation", + "vehicle", + "fly" + ], + "unified": "1f681", + "native": "๐Ÿš" + }, + "helmet_with_white_cross": { + "id": "helmet_with_white_cross", + "name": "Rescue Workerโ€™s Helmet", + "keywords": [ + "with", + "white", + "cross", + "worker", + "s", + "construction", + "build" + ], + "unified": "26d1", + "native": "โ›‘๏ธ" + }, + "herb": { + "id": "herb", + "name": "Herb", + "keywords": [ + "vegetable", + "plant", + "medicine", + "weed", + "grass", + "lawn" + ], + "unified": "1f33f", + "native": "๐ŸŒฟ" + }, + "hibiscus": { + "id": "hibiscus", + "name": "Hibiscus", + "keywords": [ + "plant", + "vegetable", + "flowers", + "beach" + ], + "unified": "1f33a", + "native": "๐ŸŒบ" + }, + "high_brightness": { + "id": "high_brightness", + "name": "Bright Button", + "keywords": [ + "high", + "brightness", + "sun", + "light" + ], + "unified": "1f506", + "native": "๐Ÿ”†" + }, + "high_heel": { + "id": "high_heel", + "name": "High-Heeled Shoe", + "keywords": [ + "high", + "heel", + "heeled", + "fashion", + "shoes", + "female", + "pumps", + "stiletto" + ], + "unified": "1f460", + "native": "๐Ÿ‘ " + }, + "hiking_boot": { + "id": "hiking_boot", + "name": "Hiking Boot", + "keywords": [ + "backpacking", + "camping" + ], + "unified": "1f97e", + "native": "๐Ÿฅพ" + }, + "hindu_temple": { + "id": "hindu_temple", + "name": "Hindu Temple", + "keywords": [ + "religion" + ], + "unified": "1f6d5", + "native": "๐Ÿ›•" + }, + "hippopotamus": { + "id": "hippopotamus", + "name": "Hippopotamus", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f99b", + "native": "๐Ÿฆ›" + }, + "holding_back_tears": { + "id": "holding_back_tears", + "name": "Face Holding Back Tears", + "keywords": [ + "touched", + "gratitude" + ], + "unified": "1f979", + "native": "๐Ÿฅน" + }, + "hole": { + "id": "hole", + "name": "Hole", + "keywords": [ + "embarrassing" + ], + "unified": "1f573", + "native": "๐Ÿ•ณ๏ธ" + }, + "honey": { + "id": "honey", + "name": "Honey Pot", + "keywords": [ + "bees", + "sweet", + "kitchen" + ], + "unified": "1f36f", + "native": "๐Ÿฏ" + }, + "hook": { + "id": "hook", + "name": "Hook", + "keywords": [ + "tools" + ], + "unified": "1fa9d", + "native": "๐Ÿช" + }, + "horns_hand": { + "id": "horns_hand", + "name": "Sign of the Horns", + "keywords": [ + "hand", + "fingers", + "evil", + "eye", + "rock", + "on" + ], + "unified": "1f918", + "native": "๐Ÿค˜" + }, + "horse": { + "id": "horse", + "name": "Horse Face", + "keywords": [ + "animal", + "brown", + "nature" + ], + "unified": "1f434", + "native": "๐Ÿด" + }, + "horse_racing": { + "id": "horse_racing", + "name": "Horse Racing", + "keywords": [ + "animal", + "betting", + "competition", + "gambling", + "luck" + ], + "unified": "1f3c7", + "native": "๐Ÿ‡" + }, + "hospital": { + "id": "hospital", + "name": "Hospital", + "keywords": [ + "building", + "health", + "surgery", + "doctor" + ], + "unified": "1f3e5", + "native": "๐Ÿฅ" + }, + "hot_face": { + "id": "hot_face", + "name": "Hot Face", + "keywords": [ + "feverish", + "heat", + "red", + "sweating" + ], + "unified": "1f975", + "native": "๐Ÿฅต" + }, + "hot_pepper": { + "id": "hot_pepper", + "name": "Hot Pepper", + "keywords": [ + "food", + "spicy", + "chilli", + "chili" + ], + "unified": "1f336", + "native": "๐ŸŒถ๏ธ" + }, + "hotdog": { + "id": "hotdog", + "name": "Hot Dog", + "keywords": [ + "hotdog", + "food", + "frankfurter" + ], + "unified": "1f32d", + "native": "๐ŸŒญ" + }, + "hotel": { + "id": "hotel", + "name": "Hotel", + "keywords": [ + "building", + "accomodation", + "checkin" + ], + "unified": "1f3e8", + "native": "๐Ÿจ" + }, + "hotsprings": { + "id": "hotsprings", + "name": "Hot Springs", + "keywords": [ + "hotsprings", + "bath", + "warm", + "relax" + ], + "unified": "2668", + "native": "โ™จ๏ธ" + }, + "hourglass": { + "id": "hourglass", + "name": "Hourglass", + "keywords": [ + "done", + "time", + "clock", + "oldschool", + "limit", + "exam", + "quiz", + "test" + ], + "unified": "231b", + "native": "โŒ›" + }, + "hourglass_flowing_sand": { + "id": "hourglass_flowing_sand", + "name": "Hourglass Not Done", + "keywords": [ + "flowing", + "sand", + "oldschool", + "time", + "countdown" + ], + "unified": "23f3", + "native": "โณ" + }, + "house": { + "id": "house", + "name": "House", + "keywords": [ + "building", + "home" + ], + "unified": "1f3e0", + "native": "๐Ÿ " + }, + "house_buildings": { + "id": "house_buildings", + "name": "Houses", + "keywords": [ + "house", + "buildings", + "photo" + ], + "unified": "1f3d8", + "native": "๐Ÿ˜๏ธ" + }, + "house_with_garden": { + "id": "house_with_garden", + "name": "House with Garden", + "keywords": [ + "home", + "plant", + "nature" + ], + "unified": "1f3e1", + "native": "๐Ÿก" + }, + "hugging_face": { + "id": "hugging_face", + "name": "Hugging Face", + "keywords": [ + "smile", + "hug" + ], + "unified": "1f917", + "native": "๐Ÿค—" + }, + "hut": { + "id": "hut", + "name": "Hut", + "keywords": [ + "house", + "structure" + ], + "unified": "1f6d6", + "native": "๐Ÿ›–" + }, + "i_love_you_hand_sign": { + "id": "i_love_you_hand_sign", + "name": "Love-You Gesture", + "keywords": [ + "i", + "love", + "you", + "hand", + "sign", + "fingers" + ], + "unified": "1f91f", + "native": "๐ŸคŸ" + }, + "ice_cube": { + "id": "ice_cube", + "name": "Ice", + "keywords": [ + "cube", + "water", + "cold" + ], + "unified": "1f9ca", + "native": "๐ŸงŠ" + }, + "ice_hockey_stick_and_puck": { + "id": "ice_hockey_stick_and_puck", + "name": "Ice Hockey", + "keywords": [ + "stick", + "and", + "puck", + "sports" + ], + "unified": "1f3d2", + "native": "๐Ÿ’" + }, + "ice_skate": { + "id": "ice_skate", + "name": "Ice Skate", + "keywords": [ + "sports" + ], + "unified": "26f8", + "native": "โ›ธ๏ธ" + }, + "icecream": { + "id": "icecream", + "name": "Soft Ice Cream", + "keywords": [ + "icecream", + "food", + "hot", + "dessert", + "summer" + ], + "unified": "1f366", + "native": "๐Ÿฆ" + }, + "icecream_bowl": { + "id": "icecream_bowl", + "name": "Ice Cream", + "keywords": [ + "food", + "hot", + "dessert" + ], + "unified": "1f368", + "native": "๐Ÿจ" + }, + "id": { + "id": "id", + "name": "Id Button", + "keywords": [ + "purple", + "square", + "words" + ], + "unified": "1f194", + "native": "๐Ÿ†”" + }, + "identification_card": { + "id": "identification_card", + "name": "Identification Card", + "keywords": [ + "document" + ], + "unified": "1faaa", + "native": "๐Ÿชช" + }, + "ideograph_advantage": { + "id": "ideograph_advantage", + "name": "Japanese โ€œbargainโ€ Button", + "keywords": [ + "ideograph", + "advantage", + "bargain", + "chinese", + "kanji", + "obtain", + "get", + "circle" + ], + "unified": "1f250", + "native": "๐Ÿ‰" + }, + "inbox_tray": { + "id": "inbox_tray", + "name": "Inbox Tray", + "keywords": [ + "email", + "documents" + ], + "unified": "1f4e5", + "native": "๐Ÿ“ฅ" + }, + "incoming_envelope": { + "id": "incoming_envelope", + "name": "Incoming Envelope", + "keywords": [ + "email", + "inbox" + ], + "unified": "1f4e8", + "native": "๐Ÿ“จ" + }, + "index_pointing_at_the_viewer": { + "id": "index_pointing_at_the_viewer", + "name": "Index Pointing at the Viewer", + "keywords": [ + "you", + "recruit" + ], + "unified": "1faf5", + "native": "๐Ÿซต" + }, + "infinity": { + "id": "infinity", + "name": "Infinity", + "keywords": [ + "forever" + ], + "unified": "267e", + "native": "โ™พ๏ธ" + }, + "information_desk_person": { + "id": "information_desk_person", + "name": "Person Tipping Hand", + "keywords": [ + "information", + "desk" + ], + "unified": "1f481", + "native": "๐Ÿ’" + }, + "information_source": { + "id": "information_source", + "name": "Information", + "keywords": [ + "source", + "blue", + "square", + "alphabet", + "letter" + ], + "unified": "2139", + "native": "โ„น๏ธ" + }, + "innocent": { + "id": "innocent", + "name": "Smiling Face with Halo", + "keywords": [ + "innocent", + "angel", + "heaven" + ], + "unified": "1f607", + "native": "๐Ÿ˜‡" + }, + "interrobang": { + "id": "interrobang", + "name": "Exclamation Question Mark", + "keywords": [ + "interrobang", + "wat", + "punctuation", + "surprise" + ], + "unified": "2049", + "native": "โ‰๏ธ" + }, + "it": { + "id": "it", + "name": "Italy Flag", + "keywords": [ + "it", + "nation", + "country", + "banner" + ], + "unified": "1f1ee-1f1f9", + "native": "๐Ÿ‡ฎ๐Ÿ‡น" + }, + "izakaya_lantern": { + "id": "izakaya_lantern", + "name": "Izakaya Lantern", + "keywords": [ + "red", + "paper", + "light", + "halloween", + "spooky" + ], + "unified": "1f3ee", + "native": "๐Ÿฎ" + }, + "japan": { + "id": "japan", + "name": "Map of Japan", + "keywords": [ + "nation", + "country", + "japanese", + "asia" + ], + "unified": "1f5fe", + "native": "๐Ÿ—พ" + }, + "japanese_castle": { + "id": "japanese_castle", + "name": "Japanese Castle", + "keywords": [ + "photo", + "building" + ], + "unified": "1f3ef", + "native": "๐Ÿฏ" + }, + "japanese_goblin": { + "id": "japanese_goblin", + "name": "Goblin", + "keywords": [ + "japanese", + "red", + "evil", + "mask", + "monster", + "scary", + "creepy" + ], + "unified": "1f47a", + "native": "๐Ÿ‘บ" + }, + "japanese_ogre": { + "id": "japanese_ogre", + "name": "Ogre", + "keywords": [ + "japanese", + "monster", + "red", + "mask", + "halloween", + "scary", + "creepy", + "devil", + "demon" + ], + "unified": "1f479", + "native": "๐Ÿ‘น" + }, + "jar": { + "id": "jar", + "name": "Jar", + "keywords": [ + "container", + "sauce" + ], + "unified": "1fad9", + "native": "๐Ÿซ™" + }, + "jeans": { + "id": "jeans", + "name": "Jeans", + "keywords": [ + "fashion", + "shopping" + ], + "unified": "1f456", + "native": "๐Ÿ‘–" + }, + "jigsaw": { + "id": "jigsaw", + "name": "Puzzle Piece", + "keywords": [ + "jigsaw", + "interlocking" + ], + "unified": "1f9e9", + "native": "๐Ÿงฉ" + }, + "joy": { + "id": "joy", + "name": "Face with Tears of Joy", + "keywords": [ + "cry", + "weep", + "happy", + "happytears", + "haha" + ], + "unified": "1f602", + "native": "๐Ÿ˜‚" + }, + "joy_cat": { + "id": "joy_cat", + "name": "Cat with Tears of Joy", + "keywords": [ + "animal", + "cats", + "haha", + "happy" + ], + "unified": "1f639", + "native": "๐Ÿ˜น" + }, + "joystick": { + "id": "joystick", + "name": "Joystick", + "keywords": [ + "game", + "play" + ], + "unified": "1f579", + "native": "๐Ÿ•น๏ธ" + }, + "jp": { + "id": "jp", + "name": "Japan Flag", + "keywords": [ + "jp", + "japanese", + "nation", + "country", + "banner" + ], + "unified": "1f1ef-1f1f5", + "native": "๐Ÿ‡ฏ๐Ÿ‡ต" + }, + "judge": { + "id": "judge", + "name": "Judge", + "keywords": [ + "law" + ], + "unified": "1f9d1-200d-2696-fe0f", + "native": "๐Ÿง‘โ€โš–๏ธ" + }, + "juggling": { + "id": "juggling", + "name": "Juggling", + "keywords": [ + "person", + "performance", + "balance" + ], + "unified": "1f939", + "native": "๐Ÿคน" + }, + "kaaba": { + "id": "kaaba", + "name": "Kaaba", + "keywords": [ + "mecca", + "mosque", + "islam" + ], + "unified": "1f54b", + "native": "๐Ÿ•‹" + }, + "kangaroo": { + "id": "kangaroo", + "name": "Kangaroo", + "keywords": [ + "animal", + "nature", + "australia", + "joey", + "hop", + "marsupial" + ], + "unified": "1f998", + "native": "๐Ÿฆ˜" + }, + "key": { + "id": "key", + "name": "Key", + "keywords": [ + "lock", + "door", + "password" + ], + "unified": "1f511", + "native": "๐Ÿ”‘" + }, + "keyboard": { + "id": "keyboard", + "name": "Keyboard", + "keywords": [ + "technology", + "computer", + "type", + "input", + "text" + ], + "unified": "2328", + "native": "โŒจ๏ธ" + }, + "keycap_star": { + "id": "keycap_star", + "name": "Keycap: *", + "keywords": [ + "keycap", + "star", + "" + ], + "unified": "2a-20e3", + "native": "*๏ธโƒฃ" + }, + "keycap_ten": { + "id": "keycap_ten", + "name": "Keycap 10", + "keywords": [ + "ten", + "numbers", + "blue", + "square" + ], + "unified": "1f51f", + "native": "๐Ÿ”Ÿ" + }, + "kimono": { + "id": "kimono", + "name": "Kimono", + "keywords": [ + "dress", + "fashion", + "women", + "female", + "japanese" + ], + "unified": "1f458", + "native": "๐Ÿ‘˜" + }, + "kiss": { + "id": "kiss", + "name": "Kiss Mark", + "keywords": [ + "face", + "lips", + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f48b", + "native": "๐Ÿ’‹" + }, + "kissing": { + "id": "kissing", + "name": "Kissing Face", + "keywords": [ + "love", + "like", + "3", + "valentines", + "infatuation", + "kiss" + ], + "unified": "1f617", + "native": "๐Ÿ˜—" + }, + "kissing_cat": { + "id": "kissing_cat", + "name": "Kissing Cat", + "keywords": [ + "animal", + "cats", + "kiss" + ], + "unified": "1f63d", + "native": "๐Ÿ˜ฝ" + }, + "kissing_closed_eyes": { + "id": "kissing_closed_eyes", + "name": "Kissing Face with Closed Eyes", + "keywords": [ + "love", + "like", + "affection", + "valentines", + "infatuation", + "kiss" + ], + "unified": "1f61a", + "native": "๐Ÿ˜š" + }, + "kissing_heart": { + "id": "kissing_heart", + "name": "Face Blowing a Kiss", + "keywords": [ + "kissing", + "heart", + "love", + "like", + "affection", + "valentines", + "infatuation" + ], + "unified": "1f618", + "native": "๐Ÿ˜˜" + }, + "kissing_smiling": { + "id": "kissing_smiling", + "name": "Kissing Face with Smiling Eyes", + "keywords": [ + "affection", + "valentines", + "infatuation", + "kiss" + ], + "unified": "1f619", + "native": "๐Ÿ˜™" + }, + "kite": { + "id": "kite", + "name": "Kite", + "keywords": [ + "wind", + "fly" + ], + "unified": "1fa81", + "native": "๐Ÿช" + }, + "kiwifruit": { + "id": "kiwifruit", + "name": "Kiwifruit", + "keywords": [ + "kiwi", + "fruit", + "food" + ], + "unified": "1f95d", + "native": "๐Ÿฅ" + }, + "kneeling_person": { + "id": "kneeling_person", + "name": "Kneeling Person", + "keywords": [ + "pray", + "respectful" + ], + "unified": "1f9ce", + "native": "๐ŸงŽ" + }, + "knife": { + "id": "knife", + "name": "Hocho", + "keywords": [ + "knife", + "kitchen", + "blade", + "cutlery", + "weapon" + ], + "unified": "1f52a", + "native": "๐Ÿ”ช" + }, + "knife_fork": { + "id": "knife_fork", + "name": "Fork and Knife", + "keywords": [ + "cutlery", + "kitchen" + ], + "unified": "1f374", + "native": "๐Ÿด" + }, + "knife_fork_plate": { + "id": "knife_fork_plate", + "name": "Fork and Knife with Plate", + "keywords": [ + "food", + "eat", + "meal", + "lunch", + "dinner", + "restaurant" + ], + "unified": "1f37d", + "native": "๐Ÿฝ๏ธ" + }, + "knot": { + "id": "knot", + "name": "Knot", + "keywords": [ + "rope", + "scout" + ], + "unified": "1faa2", + "native": "๐Ÿชข" + }, + "koala": { + "id": "koala", + "name": "Koala", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f428", + "native": "๐Ÿจ" + }, + "koko": { + "id": "koko", + "name": "Squared Katakana Koko", + "keywords": [ + "japanese", + "here", + "button", + "blue", + "square", + "destination" + ], + "unified": "1f201", + "native": "๐Ÿˆ" + }, + "kr": { + "id": "kr", + "name": "South Korea Flag", + "keywords": [ + "kr", + "nation", + "country", + "banner" + ], + "unified": "1f1f0-1f1f7", + "native": "๐Ÿ‡ฐ๐Ÿ‡ท" + }, + "lab_coat": { + "id": "lab_coat", + "name": "Lab Coat", + "keywords": [ + "doctor", + "experiment", + "scientist", + "chemist" + ], + "unified": "1f97c", + "native": "๐Ÿฅผ" + }, + "label": { + "id": "label", + "name": "Label", + "keywords": [ + "sale", + "tag" + ], + "unified": "1f3f7", + "native": "๐Ÿท๏ธ" + }, + "lacrosse": { + "id": "lacrosse", + "name": "Lacrosse", + "keywords": [ + "sports", + "ball", + "stick" + ], + "unified": "1f94d", + "native": "๐Ÿฅ" + }, + "ladder": { + "id": "ladder", + "name": "Ladder", + "keywords": [ + "tools" + ], + "unified": "1fa9c", + "native": "๐Ÿชœ" + }, + "ladybug": { + "id": "ladybug", + "name": "Lady Beetle", + "keywords": [ + "ladybug", + "animal", + "insect", + "nature" + ], + "unified": "1f41e", + "native": "๐Ÿž" + }, + "landphone": { + "id": "landphone", + "name": "Telephone", + "keywords": [ + "phone", + "technology", + "communication", + "dial" + ], + "unified": "260e", + "native": "โ˜Ž๏ธ" + }, + "large_blue_circle": { + "id": "large_blue_circle", + "name": "Blue Circle", + "keywords": [ + "large", + "shape", + "icon", + "button" + ], + "unified": "1f535", + "native": "๐Ÿ”ต" + }, + "large_blue_diamond": { + "id": "large_blue_diamond", + "name": "Large Blue Diamond", + "keywords": [ + "shape", + "jewel", + "gem" + ], + "unified": "1f537", + "native": "๐Ÿ”ท" + }, + "large_blue_square": { + "id": "large_blue_square", + "name": "Blue Square", + "keywords": [ + "large" + ], + "unified": "1f7e6", + "native": "๐ŸŸฆ" + }, + "large_brown_circle": { + "id": "large_brown_circle", + "name": "Brown Circle", + "keywords": [ + "large", + "round" + ], + "unified": "1f7e4", + "native": "๐ŸŸค" + }, + "large_brown_square": { + "id": "large_brown_square", + "name": "Brown Square", + "keywords": [ + "large" + ], + "unified": "1f7eb", + "native": "๐ŸŸซ" + }, + "large_green_circle": { + "id": "large_green_circle", + "name": "Green Circle", + "keywords": [ + "large", + "round" + ], + "unified": "1f7e2", + "native": "๐ŸŸข" + }, + "large_green_square": { + "id": "large_green_square", + "name": "Green Square", + "keywords": [ + "large" + ], + "unified": "1f7e9", + "native": "๐ŸŸฉ" + }, + "large_orange_circle": { + "id": "large_orange_circle", + "name": "Orange Circle", + "keywords": [ + "large", + "round" + ], + "unified": "1f7e0", + "native": "๐ŸŸ " + }, + "large_orange_diamond": { + "id": "large_orange_diamond", + "name": "Large Orange Diamond", + "keywords": [ + "shape", + "jewel", + "gem" + ], + "unified": "1f536", + "native": "๐Ÿ”ถ" + }, + "large_orange_square": { + "id": "large_orange_square", + "name": "Orange Square", + "keywords": [ + "large" + ], + "unified": "1f7e7", + "native": "๐ŸŸง" + }, + "large_purple_circle": { + "id": "large_purple_circle", + "name": "Purple Circle", + "keywords": [ + "large", + "round" + ], + "unified": "1f7e3", + "native": "๐ŸŸฃ" + }, + "large_purple_square": { + "id": "large_purple_square", + "name": "Purple Square", + "keywords": [ + "large" + ], + "unified": "1f7ea", + "native": "๐ŸŸช" + }, + "large_red_square": { + "id": "large_red_square", + "name": "Red Square", + "keywords": [ + "large" + ], + "unified": "1f7e5", + "native": "๐ŸŸฅ" + }, + "large_yellow_circle": { + "id": "large_yellow_circle", + "name": "Yellow Circle", + "keywords": [ + "large", + "round" + ], + "unified": "1f7e1", + "native": "๐ŸŸก" + }, + "large_yellow_square": { + "id": "large_yellow_square", + "name": "Yellow Square", + "keywords": [ + "large" + ], + "unified": "1f7e8", + "native": "๐ŸŸจ" + }, + "last_quarter_moon": { + "id": "last_quarter_moon", + "name": "Last Quarter Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f317", + "native": "๐ŸŒ—" + }, + "last_quarter_moon_with_face": { + "id": "last_quarter_moon_with_face", + "name": "Last Quarter Moon Face", + "keywords": [ + "with", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f31c", + "native": "๐ŸŒœ" + }, + "latin_cross": { + "id": "latin_cross", + "name": "Latin Cross", + "keywords": [ + "christianity" + ], + "unified": "271d", + "native": "โœ๏ธ" + }, + "laugh": { + "id": "laugh", + "name": "Laughing Face", + "keywords": [ + "laughing", + "satisfied", + "happy", + "joy", + "lol", + "haha", + "glad", + "XD", + "laugh" + ], + "unified": "1f606", + "native": "๐Ÿ˜†" + }, + "leafy_green": { + "id": "leafy_green", + "name": "Leafy Green", + "keywords": [ + "food", + "vegetable", + "plant", + "bok", + "choy", + "cabbage", + "kale", + "lettuce" + ], + "unified": "1f96c", + "native": "๐Ÿฅฌ" + }, + "leaves": { + "id": "leaves", + "name": "Leaf Fluttering in Wind", + "keywords": [ + "leaves", + "nature", + "plant", + "tree", + "vegetable", + "grass", + "lawn", + "spring" + ], + "unified": "1f343", + "native": "๐Ÿƒ" + }, + "ledger": { + "id": "ledger", + "name": "Ledger", + "keywords": [ + "notes", + "paper" + ], + "unified": "1f4d2", + "native": "๐Ÿ“’" + }, + "left-facing_fist": { + "id": "left-facing_fist", + "name": "Left-Facing Fist", + "keywords": [ + "left", + "facing", + "hand", + "fistbump" + ], + "unified": "1f91b", + "native": "๐Ÿค›" + }, + "left_luggage": { + "id": "left_luggage", + "name": "Left Luggage", + "keywords": [ + "blue", + "square", + "travel" + ], + "unified": "1f6c5", + "native": "๐Ÿ›…" + }, + "left_right_arrow": { + "id": "left_right_arrow", + "name": "Left Right Arrow", + "keywords": [ + "shape", + "direction", + "horizontal", + "sideways" + ], + "unified": "2194", + "native": "โ†”๏ธ" + }, + "left_speech_bubble": { + "id": "left_speech_bubble", + "name": "Left Speech Bubble", + "keywords": [ + "words", + "message", + "talk", + "chatting" + ], + "unified": "1f5e8", + "native": "๐Ÿ—จ๏ธ" + }, + "leftwards_arrow_with_hook": { + "id": "leftwards_arrow_with_hook", + "name": "Right Arrow Curving Left", + "keywords": [ + "leftwards", + "with", + "hook", + "back", + "return", + "blue", + "square", + "undo", + "enter" + ], + "unified": "21a9", + "native": "โ†ฉ๏ธ" + }, + "leftwards_hand": { + "id": "leftwards_hand", + "name": "Leftwards Hand", + "keywords": [ + "palm", + "offer" + ], + "unified": "1faf2", + "native": "๐Ÿซฒ" + }, + "leg": { + "id": "leg", + "name": "Leg", + "keywords": [ + "kick", + "limb" + ], + "unified": "1f9b5", + "native": "๐Ÿฆต" + }, + "lemon": { + "id": "lemon", + "name": "Lemon", + "keywords": [ + "fruit", + "nature" + ], + "unified": "1f34b", + "native": "๐Ÿ‹" + }, + "leo": { + "id": "leo", + "name": "Leo", + "keywords": [ + "sign", + "purple", + "square", + "zodiac", + "astrology" + ], + "unified": "264c", + "native": "โ™Œ" + }, + "leopard": { + "id": "leopard", + "name": "Leopard", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f406", + "native": "๐Ÿ†" + }, + "level_slider": { + "id": "level_slider", + "name": "Level Slider", + "keywords": [ + "scale" + ], + "unified": "1f39a", + "native": "๐ŸŽš๏ธ" + }, + "libra": { + "id": "libra", + "name": "Libra", + "keywords": [ + "sign", + "purple", + "square", + "zodiac", + "astrology" + ], + "unified": "264e", + "native": "โ™Ž" + }, + "light_rail": { + "id": "light_rail", + "name": "Light Rail", + "keywords": [ + "transportation", + "vehicle" + ], + "unified": "1f688", + "native": "๐Ÿšˆ" + }, + "lightning": { + "id": "lightning", + "name": "Cloud with Lightning", + "keywords": [ + "weather", + "thunder" + ], + "unified": "1f329", + "native": "๐ŸŒฉ๏ธ" + }, + "link": { + "id": "link", + "name": "Link", + "keywords": [ + "rings", + "url" + ], + "unified": "1f517", + "native": "๐Ÿ”—" + }, + "linked_paperclips": { + "id": "linked_paperclips", + "name": "Linked Paperclips", + "keywords": [ + "documents", + "stationery" + ], + "unified": "1f587", + "native": "๐Ÿ–‡๏ธ" + }, + "lion_face": { + "id": "lion_face", + "name": "Lion", + "keywords": [ + "face", + "animal", + "nature" + ], + "unified": "1f981", + "native": "๐Ÿฆ" + }, + "lips": { + "id": "lips", + "name": "Mouth", + "keywords": [ + "lips", + "kiss" + ], + "unified": "1f444", + "native": "๐Ÿ‘„" + }, + "lipstick": { + "id": "lipstick", + "name": "Lipstick", + "keywords": [ + "female", + "girl", + "fashion", + "woman" + ], + "unified": "1f484", + "native": "๐Ÿ’„" + }, + "lizard": { + "id": "lizard", + "name": "Lizard", + "keywords": [ + "animal", + "nature", + "reptile" + ], + "unified": "1f98e", + "native": "๐ŸฆŽ" + }, + "llama": { + "id": "llama", + "name": "Llama", + "keywords": [ + "animal", + "nature", + "alpaca" + ], + "unified": "1f999", + "native": "๐Ÿฆ™" + }, + "lobster": { + "id": "lobster", + "name": "Lobster", + "keywords": [ + "animal", + "nature", + "bisque", + "claws", + "seafood" + ], + "unified": "1f99e", + "native": "๐Ÿฆž" + }, + "lock": { + "id": "lock", + "name": "Lock", + "keywords": [ + "locked", + "security", + "password", + "padlock" + ], + "unified": "1f512", + "native": "๐Ÿ”’" + }, + "lock_with_ink_pen": { + "id": "lock_with_ink_pen", + "name": "Locked with Pen", + "keywords": [ + "lock", + "ink", + "security", + "secret" + ], + "unified": "1f50f", + "native": "๐Ÿ”" + }, + "lol": { + "id": "lol", + "name": "Grinning Face with Smiling Eyes", + "keywords": [ + "smile", + "happy", + "joy", + "funny", + "haha", + "laugh", + "like", + ":D", + ":)" + ], + "unified": "1f604", + "native": "๐Ÿ˜„" + }, + "lollipop": { + "id": "lollipop", + "name": "Lollipop", + "keywords": [ + "food", + "snack", + "candy", + "sweet" + ], + "unified": "1f36d", + "native": "๐Ÿญ" + }, + "long_drum": { + "id": "long_drum", + "name": "Long Drum", + "keywords": [ + "music" + ], + "unified": "1fa98", + "native": "๐Ÿช˜" + }, + "loop": { + "id": "loop", + "name": "Double Curly Loop", + "keywords": [ + "tape", + "cassette" + ], + "unified": "27bf", + "native": "โžฟ" + }, + "lotion_bottle": { + "id": "lotion_bottle", + "name": "Lotion Bottle", + "keywords": [ + "moisturizer", + "sunscreen" + ], + "unified": "1f9f4", + "native": "๐Ÿงด" + }, + "lotus": { + "id": "lotus", + "name": "Lotus", + "keywords": [ + "flower", + "calm", + "meditation" + ], + "unified": "1fab7", + "native": "๐Ÿชท" + }, + "loud_sound": { + "id": "loud_sound", + "name": "Speaker High Volume", + "keywords": [ + "loud", + "sound", + "noise", + "noisy", + "broadcast" + ], + "unified": "1f50a", + "native": "๐Ÿ”Š" + }, + "loudspeaker": { + "id": "loudspeaker", + "name": "Loudspeaker", + "keywords": [ + "volume", + "sound" + ], + "unified": "1f4e2", + "native": "๐Ÿ“ข" + }, + "love_hotel": { + "id": "love_hotel", + "name": "Love Hotel", + "keywords": [ + "like", + "affection", + "dating" + ], + "unified": "1f3e9", + "native": "๐Ÿฉ" + }, + "love_letter": { + "id": "love_letter", + "name": "Love Letter", + "keywords": [ + "email", + "like", + "affection", + "envelope", + "valentines" + ], + "unified": "1f48c", + "native": "๐Ÿ’Œ" + }, + "low_battery": { + "id": "low_battery", + "name": "Low Battery", + "keywords": [ + "drained", + "dead" + ], + "unified": "1faab", + "native": "๐Ÿชซ" + }, + "low_brightness": { + "id": "low_brightness", + "name": "Dim Button", + "keywords": [ + "low", + "brightness", + "sun", + "afternoon", + "warm", + "summer" + ], + "unified": "1f505", + "native": "๐Ÿ”…" + }, + "lower_left_ballpoint_pen": { + "id": "lower_left_ballpoint_pen", + "name": "Pen", + "keywords": [ + "lower", + "left", + "ballpoint", + "stationery", + "writing", + "write" + ], + "unified": "1f58a", + "native": "๐Ÿ–Š๏ธ" + }, + "lower_left_crayon": { + "id": "lower_left_crayon", + "name": "Crayon", + "keywords": [ + "lower", + "left", + "drawing", + "creativity" + ], + "unified": "1f58d", + "native": "๐Ÿ–๏ธ" + }, + "lower_left_fountain_pen": { + "id": "lower_left_fountain_pen", + "name": "Fountain Pen", + "keywords": [ + "lower", + "left", + "stationery", + "writing", + "write" + ], + "unified": "1f58b", + "native": "๐Ÿ–‹๏ธ" + }, + "lower_left_paintbrush": { + "id": "lower_left_paintbrush", + "name": "Paintbrush", + "keywords": [ + "lower", + "left", + "drawing", + "creativity", + "art" + ], + "unified": "1f58c", + "native": "๐Ÿ–Œ๏ธ" + }, + "luggage": { + "id": "luggage", + "name": "Luggage", + "keywords": [ + "packing", + "travel" + ], + "unified": "1f9f3", + "native": "๐Ÿงณ" + }, + "lungs": { + "id": "lungs", + "name": "Lungs", + "keywords": [ + "breathe" + ], + "unified": "1fac1", + "native": "๐Ÿซ" + }, + "lying": { + "id": "lying", + "name": "Lying Face", + "keywords": [ + "lie", + "pinocchio" + ], + "unified": "1f925", + "native": "๐Ÿคฅ" + }, + "m": { + "id": "m", + "name": "Circled M", + "keywords": [ + "alphabet", + "blue", + "circle", + "letter" + ], + "unified": "24c2", + "native": "โ“‚๏ธ" + }, + "mag": { + "id": "mag", + "name": "Magnifying Glass Tilted Left", + "keywords": [ + "mag", + "search", + "zoom", + "find", + "detective" + ], + "unified": "1f50d", + "native": "๐Ÿ”" + }, + "mag_right": { + "id": "mag_right", + "name": "Magnifying Glass Tilted Right", + "keywords": [ + "mag", + "search", + "zoom", + "find", + "detective" + ], + "unified": "1f50e", + "native": "๐Ÿ”Ž" + }, + "mage": { + "id": "mage", + "name": "Mage", + "keywords": [ + "magic" + ], + "unified": "1f9d9", + "native": "๐Ÿง™" + }, + "magic_wand": { + "id": "magic_wand", + "name": "Magic Wand", + "keywords": [ + "supernature", + "power" + ], + "unified": "1fa84", + "native": "๐Ÿช„" + }, + "magnet": { + "id": "magnet", + "name": "Magnet", + "keywords": [ + "attraction", + "magnetic" + ], + "unified": "1f9f2", + "native": "๐Ÿงฒ" + }, + "mahjong": { + "id": "mahjong", + "name": "Mahjong Red Dragon", + "keywords": [ + "game", + "play", + "chinese", + "kanji" + ], + "unified": "1f004", + "native": "๐Ÿ€„" + }, + "mailbox": { + "id": "mailbox", + "name": "Closed Mailbox with Raised Flag", + "keywords": [ + "email", + "inbox", + "communication" + ], + "unified": "1f4eb", + "native": "๐Ÿ“ซ" + }, + "mailbox_closed": { + "id": "mailbox_closed", + "name": "Closed Mailbox with Lowered Flag", + "keywords": [ + "email", + "communication", + "inbox" + ], + "unified": "1f4ea", + "native": "๐Ÿ“ช" + }, + "mailbox_with_mail": { + "id": "mailbox_with_mail", + "name": "Open Mailbox with Raised Flag", + "keywords": [ + "mail", + "email", + "inbox", + "communication" + ], + "unified": "1f4ec", + "native": "๐Ÿ“ฌ" + }, + "mailbox_with_no_mail": { + "id": "mailbox_with_no_mail", + "name": "Open Mailbox with Lowered Flag", + "keywords": [ + "no", + "mail", + "email", + "inbox" + ], + "unified": "1f4ed", + "native": "๐Ÿ“ญ" + }, + "male-artist": { + "id": "male-artist", + "name": "Man Artist", + "keywords": [ + "male", + "painter", + "human" + ], + "unified": "1f468-200d-1f3a8", + "native": "๐Ÿ‘จโ€๐ŸŽจ" + }, + "male-astronaut": { + "id": "male-astronaut", + "name": "Man Astronaut", + "keywords": [ + "male", + "space", + "rocket", + "human" + ], + "unified": "1f468-200d-1f680", + "native": "๐Ÿ‘จโ€๐Ÿš€" + }, + "male-construction-worker": { + "id": "male-construction-worker", + "name": "Man Construction Worker", + "keywords": [ + "male", + "construction-worker", + "human", + "wip", + "guy", + "build", + "labor" + ], + "unified": "1f477-200d-2642-fe0f", + "native": "๐Ÿ‘ทโ€โ™‚๏ธ" + }, + "male-cook": { + "id": "male-cook", + "name": "Man Cook", + "keywords": [ + "male", + "chef", + "human" + ], + "unified": "1f468-200d-1f373", + "native": "๐Ÿ‘จโ€๐Ÿณ" + }, + "male-detective": { + "id": "male-detective", + "name": "Man Detective", + "keywords": [ + "male", + "crime" + ], + "unified": "1f575-fe0f-200d-2642-fe0f", + "native": "๐Ÿ•ต๏ธโ€โ™‚๏ธ" + }, + "male-doctor": { + "id": "male-doctor", + "name": "Man Health Worker", + "keywords": [ + "male", + "doctor", + "nurse", + "therapist", + "healthcare", + "human" + ], + "unified": "1f468-200d-2695-fe0f", + "native": "๐Ÿ‘จโ€โš•๏ธ" + }, + "male-factory-worker": { + "id": "male-factory-worker", + "name": "Man Factory Worker", + "keywords": [ + "male", + "factory-worker", + "assembly", + "industrial", + "human" + ], + "unified": "1f468-200d-1f3ed", + "native": "๐Ÿ‘จโ€๐Ÿญ" + }, + "male-farmer": { + "id": "male-farmer", + "name": "Man Farmer", + "keywords": [ + "male", + "rancher", + "gardener", + "human" + ], + "unified": "1f468-200d-1f33e", + "native": "๐Ÿ‘จโ€๐ŸŒพ" + }, + "male-firefighter": { + "id": "male-firefighter", + "name": "Man Firefighter", + "keywords": [ + "male", + "fireman", + "human" + ], + "unified": "1f468-200d-1f692", + "native": "๐Ÿ‘จโ€๐Ÿš’" + }, + "male-guard": { + "id": "male-guard", + "name": "Man Guard", + "keywords": [ + "male", + "uk", + "gb", + "british", + "guy", + "royal" + ], + "unified": "1f482-200d-2642-fe0f", + "native": "๐Ÿ’‚โ€โ™‚๏ธ" + }, + "male-judge": { + "id": "male-judge", + "name": "Man Judge", + "keywords": [ + "male", + "justice", + "court", + "human" + ], + "unified": "1f468-200d-2696-fe0f", + "native": "๐Ÿ‘จโ€โš–๏ธ" + }, + "male-mechanic": { + "id": "male-mechanic", + "name": "Man Mechanic", + "keywords": [ + "male", + "plumber", + "human", + "wrench" + ], + "unified": "1f468-200d-1f527", + "native": "๐Ÿ‘จโ€๐Ÿ”ง" + }, + "male-office-worker": { + "id": "male-office-worker", + "name": "Man Office Worker", + "keywords": [ + "male", + "office-worker", + "business", + "manager", + "human" + ], + "unified": "1f468-200d-1f4bc", + "native": "๐Ÿ‘จโ€๐Ÿ’ผ" + }, + "male-pilot": { + "id": "male-pilot", + "name": "Man Pilot", + "keywords": [ + "male", + "aviator", + "plane", + "human" + ], + "unified": "1f468-200d-2708-fe0f", + "native": "๐Ÿ‘จโ€โœˆ๏ธ" + }, + "male-police-officer": { + "id": "male-police-officer", + "name": "Man Police Officer", + "keywords": [ + "male", + "police-officer", + "law", + "legal", + "enforcement", + "arrest", + "911" + ], + "unified": "1f46e-200d-2642-fe0f", + "native": "๐Ÿ‘ฎโ€โ™‚๏ธ" + }, + "male-scientist": { + "id": "male-scientist", + "name": "Man Scientist", + "keywords": [ + "male", + "biologist", + "chemist", + "engineer", + "physicist", + "human" + ], + "unified": "1f468-200d-1f52c", + "native": "๐Ÿ‘จโ€๐Ÿ”ฌ" + }, + "male-singer": { + "id": "male-singer", + "name": "Man Singer", + "keywords": [ + "male", + "rockstar", + "entertainer", + "human" + ], + "unified": "1f468-200d-1f3a4", + "native": "๐Ÿ‘จโ€๐ŸŽค" + }, + "male-student": { + "id": "male-student", + "name": "Man Student", + "keywords": [ + "male", + "graduate", + "human" + ], + "unified": "1f468-200d-1f393", + "native": "๐Ÿ‘จโ€๐ŸŽ“" + }, + "male-teacher": { + "id": "male-teacher", + "name": "Man Teacher", + "keywords": [ + "male", + "instructor", + "professor", + "human" + ], + "unified": "1f468-200d-1f3eb", + "native": "๐Ÿ‘จโ€๐Ÿซ" + }, + "male-technologist": { + "id": "male-technologist", + "name": "Man Technologist", + "keywords": [ + "male", + "coder", + "developer", + "engineer", + "programmer", + "software", + "human", + "laptop", + "computer" + ], + "unified": "1f468-200d-1f4bb", + "native": "๐Ÿ‘จโ€๐Ÿ’ป" + }, + "male_elf": { + "id": "male_elf", + "name": "Man Elf", + "keywords": [ + "male" + ], + "unified": "1f9dd-200d-2642-fe0f", + "native": "๐Ÿงโ€โ™‚๏ธ" + }, + "male_fairy": { + "id": "male_fairy", + "name": "Man Fairy", + "keywords": [ + "male" + ], + "unified": "1f9da-200d-2642-fe0f", + "native": "๐Ÿงšโ€โ™‚๏ธ" + }, + "male_genie": { + "id": "male_genie", + "name": "Man Genie", + "keywords": [ + "male" + ], + "unified": "1f9de-200d-2642-fe0f", + "native": "๐Ÿงžโ€โ™‚๏ธ" + }, + "male_mage": { + "id": "male_mage", + "name": "Man Mage", + "keywords": [ + "male", + "sorcerer" + ], + "unified": "1f9d9-200d-2642-fe0f", + "native": "๐Ÿง™โ€โ™‚๏ธ" + }, + "male_sign": { + "id": "male_sign", + "name": "Male Sign", + "keywords": [ + "man", + "boy", + "men" + ], + "unified": "2642", + "native": "โ™‚๏ธ" + }, + "male_superhero": { + "id": "male_superhero", + "name": "Man Superhero", + "keywords": [ + "male", + "good", + "hero", + "superpowers" + ], + "unified": "1f9b8-200d-2642-fe0f", + "native": "๐Ÿฆธโ€โ™‚๏ธ" + }, + "male_supervillain": { + "id": "male_supervillain", + "name": "Man Supervillain", + "keywords": [ + "male", + "evil", + "bad", + "criminal", + "hero", + "superpowers" + ], + "unified": "1f9b9-200d-2642-fe0f", + "native": "๐Ÿฆนโ€โ™‚๏ธ" + }, + "male_vampire": { + "id": "male_vampire", + "name": "Man Vampire", + "keywords": [ + "male", + "dracula" + ], + "unified": "1f9db-200d-2642-fe0f", + "native": "๐Ÿง›โ€โ™‚๏ธ" + }, + "male_zombie": { + "id": "male_zombie", + "name": "Man Zombie", + "keywords": [ + "male", + "dracula", + "undead", + "walking", + "dead" + ], + "unified": "1f9df-200d-2642-fe0f", + "native": "๐ŸงŸโ€โ™‚๏ธ" + }, + "mammoth": { + "id": "mammoth", + "name": "Mammoth", + "keywords": [ + "elephant", + "tusks" + ], + "unified": "1f9a3", + "native": "๐Ÿฆฃ" + }, + "man": { + "id": "man", + "name": "Man", + "keywords": [ + "mustache", + "father", + "dad", + "guy", + "classy", + "sir", + "moustache" + ], + "unified": "1f468", + "native": "๐Ÿ‘จ" + }, + "man-biking": { + "id": "man-biking", + "name": "Man Biking", + "keywords": [ + "sports", + "bike", + "exercise", + "hipster" + ], + "unified": "1f6b4-200d-2642-fe0f", + "native": "๐Ÿšดโ€โ™‚๏ธ" + }, + "man-bouncing-ball": { + "id": "man-bouncing-ball", + "name": "Man Bouncing Ball", + "keywords": [ + "bouncing-ball", + "sport" + ], + "unified": "26f9-fe0f-200d-2642-fe0f", + "native": "โ›น๏ธโ€โ™‚๏ธ" + }, + "man-bowing": { + "id": "man-bowing", + "name": "Man Bowing", + "keywords": [ + "male", + "boy" + ], + "unified": "1f647-200d-2642-fe0f", + "native": "๐Ÿ™‡โ€โ™‚๏ธ" + }, + "man-boy": { + "id": "man-boy", + "name": "Family: Man, Boy", + "keywords": [ + "man", + "family", + "home", + "parent", + "people", + "human", + "child" + ], + "unified": "1f468-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฆ" + }, + "man-boy-boy": { + "id": "man-boy-boy", + "name": "Family: Man, Boy, Boy", + "keywords": [ + "man", + "boy-boy", + "family", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f466-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ" + }, + "man-cartwheeling": { + "id": "man-cartwheeling", + "name": "Man Cartwheeling", + "keywords": [ + "gymnastics" + ], + "unified": "1f938-200d-2642-fe0f", + "native": "๐Ÿคธโ€โ™‚๏ธ" + }, + "man-facepalming": { + "id": "man-facepalming", + "name": "Man Facepalming", + "keywords": [ + "male", + "boy", + "disbelief" + ], + "unified": "1f926-200d-2642-fe0f", + "native": "๐Ÿคฆโ€โ™‚๏ธ" + }, + "man-frowning": { + "id": "man-frowning", + "name": "Man Frowning", + "keywords": [ + "male", + "boy", + "sad", + "depressed", + "discouraged", + "unhappy" + ], + "unified": "1f64d-200d-2642-fe0f", + "native": "๐Ÿ™โ€โ™‚๏ธ" + }, + "man-gesturing-no": { + "id": "man-gesturing-no", + "name": "Man Gesturing No", + "keywords": [ + "gesturing-no", + "male", + "boy", + "nope" + ], + "unified": "1f645-200d-2642-fe0f", + "native": "๐Ÿ™…โ€โ™‚๏ธ" + }, + "man-gesturing-ok": { + "id": "man-gesturing-ok", + "name": "Man Gesturing Ok", + "keywords": [ + "gesturing-ok", + "men", + "boy", + "male", + "blue", + "human" + ], + "unified": "1f646-200d-2642-fe0f", + "native": "๐Ÿ™†โ€โ™‚๏ธ" + }, + "man-getting-haircut": { + "id": "man-getting-haircut", + "name": "Man Getting Haircut", + "keywords": [ + "getting-haircut", + "male", + "boy" + ], + "unified": "1f487-200d-2642-fe0f", + "native": "๐Ÿ’‡โ€โ™‚๏ธ" + }, + "man-getting-massage": { + "id": "man-getting-massage", + "name": "Man Getting Massage", + "keywords": [ + "getting-massage", + "male", + "boy", + "head" + ], + "unified": "1f486-200d-2642-fe0f", + "native": "๐Ÿ’†โ€โ™‚๏ธ" + }, + "man-girl": { + "id": "man-girl", + "name": "Family: Man, Girl", + "keywords": [ + "man", + "family", + "home", + "parent", + "people", + "human", + "child" + ], + "unified": "1f468-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘ง" + }, + "man-girl-boy": { + "id": "man-girl-boy", + "name": "Family: Man, Girl, Boy", + "keywords": [ + "man", + "girl-boy", + "family", + "girl", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f467-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" + }, + "man-girl-girl": { + "id": "man-girl-girl", + "name": "Family: Man, Girl, Girl", + "keywords": [ + "man", + "girl-girl", + "family", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f467-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง" + }, + "man-golfing": { + "id": "man-golfing", + "name": "Man Golfing", + "keywords": [ + "sport" + ], + "unified": "1f3cc-fe0f-200d-2642-fe0f", + "native": "๐ŸŒ๏ธโ€โ™‚๏ธ" + }, + "man-heart-man": { + "id": "man-heart-man", + "name": "Couple with Heart: Man, Man", + "keywords": [ + "heart-man", + "heart", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "unified": "1f468-200d-2764-fe0f-200d-1f468", + "native": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ" + }, + "man-juggling": { + "id": "man-juggling", + "name": "Man Juggling", + "keywords": [ + "juggle", + "balance", + "skill", + "multitask" + ], + "unified": "1f939-200d-2642-fe0f", + "native": "๐Ÿคนโ€โ™‚๏ธ" + }, + "man-kiss-man": { + "id": "man-kiss-man", + "name": "Kiss: Man, Man", + "keywords": [ + "kiss-man", + "kiss", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "unified": "1f468-200d-2764-fe0f-200d-1f48b-200d-1f468", + "native": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ" + }, + "man-lifting-weights": { + "id": "man-lifting-weights", + "name": "Man Lifting Weights", + "keywords": [ + "lifting-weights", + "sport" + ], + "unified": "1f3cb-fe0f-200d-2642-fe0f", + "native": "๐Ÿ‹๏ธโ€โ™‚๏ธ" + }, + "man-man-boy": { + "id": "man-man-boy", + "name": "Family: Man, Man, Boy", + "keywords": [ + "man", + "man-boy", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f468-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ" + }, + "man-man-boy-boy": { + "id": "man-man-boy-boy", + "name": "Family: Man, Man, Boy, Boy", + "keywords": [ + "man", + "man-boy-boy", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f468-200d-1f466-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ" + }, + "man-man-girl": { + "id": "man-man-girl", + "name": "Family: Man, Man, Girl", + "keywords": [ + "man", + "man-girl", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f468-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง" + }, + "man-man-girl-boy": { + "id": "man-man-girl-boy", + "name": "Family: Man, Man, Girl, Boy", + "keywords": [ + "man", + "man-girl-boy", + "family", + "girl", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f468-200d-1f467-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" + }, + "man-man-girl-girl": { + "id": "man-man-girl-girl", + "name": "Family: Man, Man, Girl, Girl", + "keywords": [ + "man", + "man-girl-girl", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f468-200d-1f467-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง" + }, + "man-mountain-biking": { + "id": "man-mountain-biking", + "name": "Man Mountain Biking", + "keywords": [ + "mountain-biking", + "transportation", + "sports", + "human", + "race", + "bike" + ], + "unified": "1f6b5-200d-2642-fe0f", + "native": "๐Ÿšตโ€โ™‚๏ธ" + }, + "man-playing-handball": { + "id": "man-playing-handball", + "name": "Man Playing Handball", + "keywords": [ + "playing-handball", + "sports" + ], + "unified": "1f93e-200d-2642-fe0f", + "native": "๐Ÿคพโ€โ™‚๏ธ" + }, + "man-playing-water-polo": { + "id": "man-playing-water-polo", + "name": "Man Playing Water Polo", + "keywords": [ + "playing-water-polo", + "sports", + "pool" + ], + "unified": "1f93d-200d-2642-fe0f", + "native": "๐Ÿคฝโ€โ™‚๏ธ" + }, + "man-pouting": { + "id": "man-pouting", + "name": "Man Pouting", + "keywords": [ + "male", + "boy" + ], + "unified": "1f64e-200d-2642-fe0f", + "native": "๐Ÿ™Žโ€โ™‚๏ธ" + }, + "man-raising-hand": { + "id": "man-raising-hand", + "name": "Man Raising Hand", + "keywords": [ + "raising-hand", + "male", + "boy" + ], + "unified": "1f64b-200d-2642-fe0f", + "native": "๐Ÿ™‹โ€โ™‚๏ธ" + }, + "man-rowing-boat": { + "id": "man-rowing-boat", + "name": "Man Rowing Boat", + "keywords": [ + "rowing-boat", + "sports", + "hobby", + "water", + "ship" + ], + "unified": "1f6a3-200d-2642-fe0f", + "native": "๐Ÿšฃโ€โ™‚๏ธ" + }, + "man-running": { + "id": "man-running", + "name": "Man Running", + "keywords": [ + "walking", + "exercise", + "race" + ], + "unified": "1f3c3-200d-2642-fe0f", + "native": "๐Ÿƒโ€โ™‚๏ธ" + }, + "man-shrugging": { + "id": "man-shrugging", + "name": "Man Shrugging", + "keywords": [ + "male", + "boy", + "confused", + "indifferent", + "doubt" + ], + "unified": "1f937-200d-2642-fe0f", + "native": "๐Ÿคทโ€โ™‚๏ธ" + }, + "man-surfing": { + "id": "man-surfing", + "name": "Man Surfing", + "keywords": [ + "sports", + "ocean", + "sea", + "summer", + "beach" + ], + "unified": "1f3c4-200d-2642-fe0f", + "native": "๐Ÿ„โ€โ™‚๏ธ" + }, + "man-swimming": { + "id": "man-swimming", + "name": "Man Swimming", + "keywords": [ + "sports", + "exercise", + "human", + "athlete", + "water", + "summer" + ], + "unified": "1f3ca-200d-2642-fe0f", + "native": "๐ŸŠโ€โ™‚๏ธ" + }, + "man-tipping-hand": { + "id": "man-tipping-hand", + "name": "Man Tipping Hand", + "keywords": [ + "tipping-hand", + "male", + "boy", + "human", + "information" + ], + "unified": "1f481-200d-2642-fe0f", + "native": "๐Ÿ’โ€โ™‚๏ธ" + }, + "man-walking": { + "id": "man-walking", + "name": "Man Walking", + "keywords": [ + "human", + "feet", + "steps" + ], + "unified": "1f6b6-200d-2642-fe0f", + "native": "๐Ÿšถโ€โ™‚๏ธ" + }, + "man-wearing-turban": { + "id": "man-wearing-turban", + "name": "Man Wearing Turban", + "keywords": [ + "wearing-turban", + "male", + "indian", + "hinduism", + "arabs" + ], + "unified": "1f473-200d-2642-fe0f", + "native": "๐Ÿ‘ณโ€โ™‚๏ธ" + }, + "man-woman-boy": { + "id": "man-woman-boy", + "name": "Family: Man, Woman, Boy", + "keywords": [ + "man", + "woman-boy", + "family", + "woman", + "love" + ], + "unified": "1f468-200d-1f469-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ" + }, + "man-woman-boy-boy": { + "id": "man-woman-boy-boy", + "name": "Family: Man, Woman, Boy, Boy", + "keywords": [ + "man", + "woman-boy-boy", + "family", + "woman", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f469-200d-1f466-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ" + }, + "man-woman-girl": { + "id": "man-woman-girl", + "name": "Family: Man, Woman, Girl", + "keywords": [ + "man", + "woman-girl", + "family", + "woman", + "home", + "parents", + "people", + "human", + "child" + ], + "unified": "1f468-200d-1f469-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง" + }, + "man-woman-girl-boy": { + "id": "man-woman-girl-boy", + "name": "Family: Man, Woman, Girl, Boy", + "keywords": [ + "man", + "woman-girl-boy", + "family", + "woman", + "girl", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f469-200d-1f467-200d-1f466", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" + }, + "man-woman-girl-girl": { + "id": "man-woman-girl-girl", + "name": "Family: Man, Woman, Girl, Girl", + "keywords": [ + "man", + "woman-girl-girl", + "family", + "woman", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f468-200d-1f469-200d-1f467-200d-1f467", + "native": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง" + }, + "man-wrestling": { + "id": "man-wrestling", + "name": "Men Wrestling", + "keywords": [ + "man", + "sports", + "wrestlers" + ], + "unified": "1f93c-200d-2642-fe0f", + "native": "๐Ÿคผโ€โ™‚๏ธ" + }, + "man_and_woman_holding_hands": { + "id": "man_and_woman_holding_hands", + "name": "Man and Woman Holding Hands", + "keywords": [ + "couple", + "pair", + "people", + "human", + "love", + "date", + "dating", + "like", + "affection", + "valentines", + "marriage" + ], + "unified": "1f46b", + "native": "๐Ÿ‘ซ" + }, + "man_climbing": { + "id": "man_climbing", + "name": "Man Climbing", + "keywords": [ + "sports", + "hobby", + "male", + "rock" + ], + "unified": "1f9d7-200d-2642-fe0f", + "native": "๐Ÿง—โ€โ™‚๏ธ" + }, + "man_dancing": { + "id": "man_dancing", + "name": "Man Dancing", + "keywords": [ + "male", + "boy", + "fun", + "dancer" + ], + "unified": "1f57a", + "native": "๐Ÿ•บ" + }, + "man_feeding_baby": { + "id": "man_feeding_baby", + "name": "Man Feeding Baby", + "keywords": [ + "birth", + "food" + ], + "unified": "1f468-200d-1f37c", + "native": "๐Ÿ‘จโ€๐Ÿผ" + }, + "man_in_business_suit_levitating": { + "id": "man_in_business_suit_levitating", + "name": "Person in Suit Levitating", + "keywords": [ + "man", + "business", + "levitate", + "hover", + "jump" + ], + "unified": "1f574", + "native": "๐Ÿ•ด๏ธ" + }, + "man_in_lotus_position": { + "id": "man_in_lotus_position", + "name": "Man in Lotus Position", + "keywords": [ + "male", + "meditation", + "yoga", + "serenity", + "zen", + "mindfulness" + ], + "unified": "1f9d8-200d-2642-fe0f", + "native": "๐Ÿง˜โ€โ™‚๏ธ" + }, + "man_in_manual_wheelchair": { + "id": "man_in_manual_wheelchair", + "name": "Man in Manual Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f468-200d-1f9bd", + "native": "๐Ÿ‘จโ€๐Ÿฆฝ" + }, + "man_in_motorized_wheelchair": { + "id": "man_in_motorized_wheelchair", + "name": "Man in Motorized Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f468-200d-1f9bc", + "native": "๐Ÿ‘จโ€๐Ÿฆผ" + }, + "man_in_steamy_room": { + "id": "man_in_steamy_room", + "name": "Man in Steamy Room", + "keywords": [ + "male", + "spa", + "steamroom", + "sauna" + ], + "unified": "1f9d6-200d-2642-fe0f", + "native": "๐Ÿง–โ€โ™‚๏ธ" + }, + "man_in_tuxedo": { + "id": "man_in_tuxedo", + "name": "Man in Tuxedo", + "keywords": [ + "formal", + "fashion" + ], + "unified": "1f935-200d-2642-fe0f", + "native": "๐Ÿคตโ€โ™‚๏ธ" + }, + "man_kneeling": { + "id": "man_kneeling", + "name": "Man Kneeling", + "keywords": [ + "pray", + "respectful" + ], + "unified": "1f9ce-200d-2642-fe0f", + "native": "๐ŸงŽโ€โ™‚๏ธ" + }, + "man_standing": { + "id": "man_standing", + "name": "Man Standing", + "keywords": [ + "still" + ], + "unified": "1f9cd-200d-2642-fe0f", + "native": "๐Ÿงโ€โ™‚๏ธ" + }, + "man_with_beard": { + "id": "man_with_beard", + "name": "Man: Beard", + "keywords": [ + "man", + "with", + "facial", + "hair" + ], + "unified": "1f9d4-200d-2642-fe0f", + "native": "๐Ÿง”โ€โ™‚๏ธ" + }, + "man_with_gua_pi_mao": { + "id": "man_with_gua_pi_mao", + "name": "Man with Gua Pi Mao", + "keywords": [ + "skullcap", + "male", + "boy", + "chinese" + ], + "unified": "1f472", + "native": "๐Ÿ‘ฒ" + }, + "man_with_probing_cane": { + "id": "man_with_probing_cane", + "name": "Man with White Cane", + "keywords": [ + "probing", + "blind" + ], + "unified": "1f468-200d-1f9af", + "native": "๐Ÿ‘จโ€๐Ÿฆฏ" + }, + "man_with_turban": { + "id": "man_with_turban", + "name": "Man with Turban", + "keywords": [ + "person", + "wearing", + "headdress" + ], + "unified": "1f473", + "native": "๐Ÿ‘ณ" + }, + "mango": { + "id": "mango", + "name": "Mango", + "keywords": [ + "fruit", + "food", + "tropical" + ], + "unified": "1f96d", + "native": "๐Ÿฅญ" + }, + "mans_shoe": { + "id": "mans_shoe", + "name": "Mans Shoe", + "keywords": [ + "man", + "s", + "fashion", + "male" + ], + "unified": "1f45e", + "native": "๐Ÿ‘ž" + }, + "mantelpiece_clock": { + "id": "mantelpiece_clock", + "name": "Mantelpiece Clock", + "keywords": [ + "time" + ], + "unified": "1f570", + "native": "๐Ÿ•ฐ๏ธ" + }, + "manual_wheelchair": { + "id": "manual_wheelchair", + "name": "Manual Wheelchair", + "keywords": [ + "accessibility" + ], + "unified": "1f9bd", + "native": "๐Ÿฆฝ" + }, + "maple_leaf": { + "id": "maple_leaf", + "name": "Maple Leaf", + "keywords": [ + "nature", + "plant", + "vegetable", + "ca", + "fall" + ], + "unified": "1f341", + "native": "๐Ÿ" + }, + "martial_arts_uniform": { + "id": "martial_arts_uniform", + "name": "Martial Arts Uniform", + "keywords": [ + "judo", + "karate", + "taekwondo" + ], + "unified": "1f94b", + "native": "๐Ÿฅ‹" + }, + "mask": { + "id": "mask", + "name": "Face with Medical Mask", + "keywords": [ + "sick", + "ill", + "disease" + ], + "unified": "1f637", + "native": "๐Ÿ˜ท" + }, + "massage": { + "id": "massage", + "name": "Face Massage", + "keywords": [ + "person", + "getting", + "relax" + ], + "unified": "1f486", + "native": "๐Ÿ’†" + }, + "mate_drink": { + "id": "mate_drink", + "name": "Mate", + "keywords": [ + "drink", + "tea", + "beverage" + ], + "unified": "1f9c9", + "native": "๐Ÿง‰" + }, + "meat_on_bone": { + "id": "meat_on_bone", + "name": "Meat on Bone", + "keywords": [ + "good", + "food", + "drumstick" + ], + "unified": "1f356", + "native": "๐Ÿ–" + }, + "mechanic": { + "id": "mechanic", + "name": "Mechanic", + "keywords": [ + "worker", + "technician" + ], + "unified": "1f9d1-200d-1f527", + "native": "๐Ÿง‘โ€๐Ÿ”ง" + }, + "mechanical_arm": { + "id": "mechanical_arm", + "name": "Mechanical Arm", + "keywords": [ + "accessibility" + ], + "unified": "1f9be", + "native": "๐Ÿฆพ" + }, + "mechanical_leg": { + "id": "mechanical_leg", + "name": "Mechanical Leg", + "keywords": [ + "accessibility" + ], + "unified": "1f9bf", + "native": "๐Ÿฆฟ" + }, + "medal": { + "id": "medal", + "name": "Military Medal", + "keywords": [ + "award", + "winning", + "army" + ], + "unified": "1f396", + "native": "๐ŸŽ–๏ธ" + }, + "medical_symbol": { + "id": "medical_symbol", + "name": "Medical Symbol", + "keywords": [ + "staff", + "of", + "aesculapius", + "health", + "hospital" + ], + "unified": "2695", + "native": "โš•๏ธ" + }, + "mega": { + "id": "mega", + "name": "Megaphone", + "keywords": [ + "mega", + "sound", + "speaker", + "volume" + ], + "unified": "1f4e3", + "native": "๐Ÿ“ฃ" + }, + "melon": { + "id": "melon", + "name": "Melon", + "keywords": [ + "fruit", + "nature", + "food" + ], + "unified": "1f348", + "native": "๐Ÿˆ" + }, + "melting_face": { + "id": "melting_face", + "name": "Melting Face", + "keywords": [ + "hot", + "heat" + ], + "unified": "1fae0", + "native": "๐Ÿซ " + }, + "memo": { + "id": "memo", + "name": "Memo", + "keywords": [ + "pencil", + "write", + "documents", + "stationery", + "paper", + "writing", + "legal", + "exam", + "quiz", + "test", + "study", + "compose" + ], + "unified": "1f4dd", + "native": "๐Ÿ“" + }, + "men-with-bunny-ears-partying": { + "id": "men-with-bunny-ears-partying", + "name": "Men with Bunny Ears", + "keywords": [ + "with-bunny-ears-partying", + "man", + "male", + "boys" + ], + "unified": "1f46f-200d-2642-fe0f", + "native": "๐Ÿ‘ฏโ€โ™‚๏ธ" + }, + "mending_heart": { + "id": "mending_heart", + "name": "Mending Heart", + "keywords": [ + "broken", + "bandage", + "wounded" + ], + "unified": "2764-fe0f-200d-1fa79", + "native": "โค๏ธโ€๐Ÿฉน" + }, + "menorah_with_nine_branches": { + "id": "menorah_with_nine_branches", + "name": "Menorah", + "keywords": [ + "with", + "nine", + "branches", + "hanukkah", + "candles", + "jewish" + ], + "unified": "1f54e", + "native": "๐Ÿ•Ž" + }, + "mens": { + "id": "mens", + "name": "Menโ€™s Room", + "keywords": [ + "mens", + "men", + "s", + "toilet", + "restroom", + "wc", + "blue", + "square", + "gender", + "male" + ], + "unified": "1f6b9", + "native": "๐Ÿšน" + }, + "mermaid": { + "id": "mermaid", + "name": "Mermaid", + "keywords": [ + "woman", + "female", + "merwoman", + "ariel" + ], + "unified": "1f9dc-200d-2640-fe0f", + "native": "๐Ÿงœโ€โ™€๏ธ" + }, + "merman": { + "id": "merman", + "name": "Merman", + "keywords": [ + "man", + "male", + "triton" + ], + "unified": "1f9dc-200d-2642-fe0f", + "native": "๐Ÿงœโ€โ™‚๏ธ" + }, + "merperson": { + "id": "merperson", + "name": "Merperson", + "keywords": [ + "sea" + ], + "unified": "1f9dc", + "native": "๐Ÿงœ" + }, + "metro": { + "id": "metro", + "name": "Metro", + "keywords": [ + "transportation", + "blue", + "square", + "mrt", + "underground", + "tube" + ], + "unified": "1f687", + "native": "๐Ÿš‡" + }, + "microbe": { + "id": "microbe", + "name": "Microbe", + "keywords": [ + "amoeba", + "bacteria", + "germs", + "virus" + ], + "unified": "1f9a0", + "native": "๐Ÿฆ " + }, + "microphone": { + "id": "microphone", + "name": "Microphone", + "keywords": [ + "sound", + "music", + "PA", + "sing", + "talkshow" + ], + "unified": "1f3a4", + "native": "๐ŸŽค" + }, + "microscope": { + "id": "microscope", + "name": "Microscope", + "keywords": [ + "laboratory", + "experiment", + "zoomin", + "science", + "study" + ], + "unified": "1f52c", + "native": "๐Ÿ”ฌ" + }, + "middle_finger": { + "id": "middle_finger", + "name": "Middle Finger", + "keywords": [ + "reversed", + "hand", + "with", + "extended", + "fingers", + "rude", + "flipping" + ], + "unified": "1f595", + "native": "๐Ÿ–•" + }, + "military_helmet": { + "id": "military_helmet", + "name": "Military Helmet", + "keywords": [ + "army", + "protection" + ], + "unified": "1fa96", + "native": "๐Ÿช–" + }, + "milky_way": { + "id": "milky_way", + "name": "Milky Way", + "keywords": [ + "photo", + "space", + "stars" + ], + "unified": "1f30c", + "native": "๐ŸŒŒ" + }, + "minibus": { + "id": "minibus", + "name": "Minibus", + "keywords": [ + "vehicle", + "car", + "transportation" + ], + "unified": "1f690", + "native": "๐Ÿš" + }, + "minidisc": { + "id": "minidisc", + "name": "Minidisc", + "keywords": [ + "computer", + "disk", + "technology", + "record", + "data", + "90s" + ], + "unified": "1f4bd", + "native": "๐Ÿ’ฝ" + }, + "mirror": { + "id": "mirror", + "name": "Mirror", + "keywords": [ + "reflection" + ], + "unified": "1fa9e", + "native": "๐Ÿชž" + }, + "mirror_ball": { + "id": "mirror_ball", + "name": "Mirror Ball", + "keywords": [ + "disco", + "dance", + "party" + ], + "unified": "1faa9", + "native": "๐Ÿชฉ" + }, + "mobile_phone_off": { + "id": "mobile_phone_off", + "name": "Mobile Phone off", + "keywords": [ + "mute", + "orange", + "square", + "silence", + "quiet" + ], + "unified": "1f4f4", + "native": "๐Ÿ“ด" + }, + "money_mouth": { + "id": "money_mouth", + "name": "Money-Mouth Face", + "keywords": [ + "money", + "mouth", + "rich", + "dollar" + ], + "unified": "1f911", + "native": "๐Ÿค‘" + }, + "money_with_wings": { + "id": "money_with_wings", + "name": "Money with Wings", + "keywords": [ + "dollar", + "bills", + "payment", + "sale" + ], + "unified": "1f4b8", + "native": "๐Ÿ’ธ" + }, + "moneybag": { + "id": "moneybag", + "name": "Money Bag", + "keywords": [ + "moneybag", + "dollar", + "payment", + "coins", + "sale" + ], + "unified": "1f4b0", + "native": "๐Ÿ’ฐ" + }, + "monkey": { + "id": "monkey", + "name": "Monkey", + "keywords": [ + "animal", + "nature", + "banana", + "circus" + ], + "unified": "1f412", + "native": "๐Ÿ’" + }, + "monkey_face": { + "id": "monkey_face", + "name": "Monkey Face", + "keywords": [ + "animal", + "nature", + "circus" + ], + "unified": "1f435", + "native": "๐Ÿต" + }, + "monocle": { + "id": "monocle", + "name": "Face with Monocle", + "keywords": [ + "stuffy", + "wealthy" + ], + "unified": "1f9d0", + "native": "๐Ÿง" + }, + "monorail": { + "id": "monorail", + "name": "Monorail", + "keywords": [ + "transportation", + "vehicle" + ], + "unified": "1f69d", + "native": "๐Ÿš" + }, + "moon": { + "id": "moon", + "name": "Waxing Gibbous Moon", + "keywords": [ + "nature", + "night", + "sky", + "gray", + "twilight", + "planet", + "space", + "evening", + "sleep" + ], + "unified": "1f314", + "native": "๐ŸŒ”" + }, + "moon_cake": { + "id": "moon_cake", + "name": "Moon Cake", + "keywords": [ + "food", + "autumn" + ], + "unified": "1f96e", + "native": "๐Ÿฅฎ" + }, + "mortar_board": { + "id": "mortar_board", + "name": "Graduation Cap", + "keywords": [ + "mortar", + "board", + "school", + "college", + "degree", + "university", + "hat", + "legal", + "learn", + "education" + ], + "unified": "1f393", + "native": "๐ŸŽ“" + }, + "mosque": { + "id": "mosque", + "name": "Mosque", + "keywords": [ + "islam", + "worship", + "minaret" + ], + "unified": "1f54c", + "native": "๐Ÿ•Œ" + }, + "mosquito": { + "id": "mosquito", + "name": "Mosquito", + "keywords": [ + "animal", + "nature", + "insect", + "malaria" + ], + "unified": "1f99f", + "native": "๐ŸฆŸ" + }, + "mostly_sunny": { + "id": "mostly_sunny", + "name": "Sun Behind Small Cloud", + "keywords": [ + "mostly", + "sunny", + "weather" + ], + "unified": "1f324", + "native": "๐ŸŒค๏ธ" + }, + "motor_boat": { + "id": "motor_boat", + "name": "Motor Boat", + "keywords": [ + "ship" + ], + "unified": "1f6e5", + "native": "๐Ÿ›ฅ๏ธ" + }, + "motor_scooter": { + "id": "motor_scooter", + "name": "Motor Scooter", + "keywords": [ + "vehicle", + "vespa", + "sasha" + ], + "unified": "1f6f5", + "native": "๐Ÿ›ต" + }, + "motorized_wheelchair": { + "id": "motorized_wheelchair", + "name": "Motorized Wheelchair", + "keywords": [ + "accessibility" + ], + "unified": "1f9bc", + "native": "๐Ÿฆผ" + }, + "motorway": { + "id": "motorway", + "name": "Motorway", + "keywords": [ + "road", + "cupertino", + "interstate", + "highway" + ], + "unified": "1f6e3", + "native": "๐Ÿ›ฃ๏ธ" + }, + "mount_fuji": { + "id": "mount_fuji", + "name": "Mount Fuji", + "keywords": [ + "photo", + "mountain", + "nature", + "japanese" + ], + "unified": "1f5fb", + "native": "๐Ÿ—ป" + }, + "mountain": { + "id": "mountain", + "name": "Mountain", + "keywords": [ + "photo", + "nature", + "environment" + ], + "unified": "26f0", + "native": "โ›ฐ๏ธ" + }, + "mountain_bicyclist": { + "id": "mountain_bicyclist", + "name": "Mountain Bicyclist", + "keywords": [ + "person", + "biking", + "sport", + "move" + ], + "unified": "1f6b5", + "native": "๐Ÿšต" + }, + "mountain_cableway": { + "id": "mountain_cableway", + "name": "Mountain Cableway", + "keywords": [ + "transportation", + "vehicle", + "ski" + ], + "unified": "1f6a0", + "native": "๐Ÿš " + }, + "mountain_railway": { + "id": "mountain_railway", + "name": "Mountain Railway", + "keywords": [ + "transportation", + "vehicle" + ], + "unified": "1f69e", + "native": "๐Ÿšž" + }, + "mouse": { + "id": "mouse", + "name": "Mouse Face", + "keywords": [ + "animal", + "nature", + "cheese", + "wedge", + "rodent" + ], + "unified": "1f42d", + "native": "๐Ÿญ" + }, + "mouse2": { + "id": "mouse2", + "name": "Mouse", + "keywords": [ + "mouse2", + "animal", + "nature", + "rodent" + ], + "unified": "1f401", + "native": "๐Ÿ" + }, + "mouse_trap": { + "id": "mouse_trap", + "name": "Mouse Trap", + "keywords": [ + "cheese" + ], + "unified": "1faa4", + "native": "๐Ÿชค" + }, + "movie_camera": { + "id": "movie_camera", + "name": "Movie Camera", + "keywords": [ + "film", + "record" + ], + "unified": "1f3a5", + "native": "๐ŸŽฅ" + }, + "moyai": { + "id": "moyai", + "name": "Moai", + "keywords": [ + "moyai", + "rock", + "easter", + "island" + ], + "unified": "1f5ff", + "native": "๐Ÿ—ฟ" + }, + "mrs_claus": { + "id": "mrs_claus", + "name": "Mrs. Claus", + "keywords": [ + "mrs", + "mother", + "christmas", + "woman", + "female", + "xmas" + ], + "unified": "1f936", + "native": "๐Ÿคถ" + }, + "muscle": { + "id": "muscle", + "name": "Flexed Biceps", + "keywords": [ + "muscle", + "arm", + "flex", + "hand", + "summer", + "strong" + ], + "unified": "1f4aa", + "native": "๐Ÿ’ช" + }, + "mushroom": { + "id": "mushroom", + "name": "Mushroom", + "keywords": [ + "plant", + "vegetable" + ], + "unified": "1f344", + "native": "๐Ÿ„" + }, + "musical_keyboard": { + "id": "musical_keyboard", + "name": "Musical Keyboard", + "keywords": [ + "piano", + "instrument", + "compose" + ], + "unified": "1f3b9", + "native": "๐ŸŽน" + }, + "musical_note": { + "id": "musical_note", + "name": "Musical Note", + "keywords": [ + "score", + "tone", + "sound" + ], + "unified": "1f3b5", + "native": "๐ŸŽต" + }, + "musical_score": { + "id": "musical_score", + "name": "Musical Score", + "keywords": [ + "treble", + "clef", + "compose" + ], + "unified": "1f3bc", + "native": "๐ŸŽผ" + }, + "mute": { + "id": "mute", + "name": "Muted Speaker", + "keywords": [ + "mute", + "sound", + "volume", + "silence", + "quiet" + ], + "unified": "1f507", + "native": "๐Ÿ”‡" + }, + "nail_care": { + "id": "nail_care", + "name": "Nail Polish", + "keywords": [ + "care", + "beauty", + "manicure", + "finger", + "fashion" + ], + "unified": "1f485", + "native": "๐Ÿ’…" + }, + "name_badge": { + "id": "name_badge", + "name": "Name Badge", + "keywords": [ + "fire", + "forbid" + ], + "unified": "1f4db", + "native": "๐Ÿ“›" + }, + "national_park": { + "id": "national_park", + "name": "National Park", + "keywords": [ + "photo", + "environment", + "nature" + ], + "unified": "1f3de", + "native": "๐Ÿž๏ธ" + }, + "nauseated": { + "id": "nauseated", + "name": "Nauseated Face", + "keywords": [ + "vomit", + "gross", + "green", + "sick", + "throw", + "up", + "ill" + ], + "unified": "1f922", + "native": "๐Ÿคข" + }, + "nazar_amulet": { + "id": "nazar_amulet", + "name": "Nazar Amulet", + "keywords": [ + "bead", + "charm" + ], + "unified": "1f9ff", + "native": "๐Ÿงฟ" + }, + "necktie": { + "id": "necktie", + "name": "Necktie", + "keywords": [ + "shirt", + "suitup", + "formal", + "fashion", + "cloth", + "business" + ], + "unified": "1f454", + "native": "๐Ÿ‘”" + }, + "negative_squared_cross_mark": { + "id": "negative_squared_cross_mark", + "name": "Cross Mark Button", + "keywords": [ + "negative", + "squared", + "x", + "green", + "square", + "no", + "deny" + ], + "unified": "274e", + "native": "โŽ" + }, + "nerd": { + "id": "nerd", + "name": "Nerd Face", + "keywords": [ + "nerdy", + "geek", + "dork" + ], + "unified": "1f913", + "native": "๐Ÿค“" + }, + "nest_with_eggs": { + "id": "nest_with_eggs", + "name": "Nest with Eggs", + "keywords": [ + "bird" + ], + "unified": "1faba", + "native": "๐Ÿชบ" + }, + "nesting_dolls": { + "id": "nesting_dolls", + "name": "Nesting Dolls", + "keywords": [ + "matryoshka", + "toy" + ], + "unified": "1fa86", + "native": "๐Ÿช†" + }, + "neutral": { + "id": "neutral", + "name": "Neutral Face", + "keywords": [ + "indifference", + "meh", + ":", + "" + ], + "unified": "1f610", + "native": "๐Ÿ˜" + }, + "new": { + "id": "new", + "name": "New Button", + "keywords": [ + "blue", + "square", + "words", + "start" + ], + "unified": "1f195", + "native": "๐Ÿ†•" + }, + "new_moon": { + "id": "new_moon", + "name": "New Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f311", + "native": "๐ŸŒ‘" + }, + "new_moon_with_face": { + "id": "new_moon_with_face", + "name": "New Moon Face", + "keywords": [ + "with", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f31a", + "native": "๐ŸŒš" + }, + "newspaper": { + "id": "newspaper", + "name": "Newspaper", + "keywords": [ + "press", + "headline" + ], + "unified": "1f4f0", + "native": "๐Ÿ“ฐ" + }, + "ng": { + "id": "ng", + "name": "Ng Button", + "keywords": [ + "blue", + "square", + "words", + "shape", + "icon" + ], + "unified": "1f196", + "native": "๐Ÿ†–" + }, + "night_with_stars": { + "id": "night_with_stars", + "name": "Night with Stars", + "keywords": [ + "evening", + "city", + "downtown" + ], + "unified": "1f303", + "native": "๐ŸŒƒ" + }, + "nine": { + "id": "nine", + "name": "Keycap 9", + "keywords": [ + "nine", + "blue", + "square", + "numbers" + ], + "unified": "39-20e3", + "native": "9๏ธโƒฃ" + }, + "ninja": { + "id": "ninja", + "name": "Ninja", + "keywords": [ + "ninjutsu", + "skills", + "japanese" + ], + "unified": "1f977", + "native": "๐Ÿฅท" + }, + "no_bell": { + "id": "no_bell", + "name": "Bell with Slash", + "keywords": [ + "no", + "sound", + "volume", + "mute", + "quiet", + "silent" + ], + "unified": "1f515", + "native": "๐Ÿ”•" + }, + "no_bicycles": { + "id": "no_bicycles", + "name": "No Bicycles", + "keywords": [ + "cyclist", + "prohibited", + "circle" + ], + "unified": "1f6b3", + "native": "๐Ÿšณ" + }, + "no_entry": { + "id": "no_entry", + "name": "No Entry", + "keywords": [ + "limit", + "security", + "privacy", + "bad", + "denied", + "stop", + "circle" + ], + "unified": "26d4", + "native": "โ›”" + }, + "no_entry_sign": { + "id": "no_entry_sign", + "name": "Prohibited", + "keywords": [ + "no", + "entry", + "sign", + "forbid", + "stop", + "limit", + "denied", + "disallow", + "circle" + ], + "unified": "1f6ab", + "native": "๐Ÿšซ" + }, + "no_good": { + "id": "no_good", + "name": "Person Gesturing No", + "keywords": [ + "good", + "decline" + ], + "unified": "1f645", + "native": "๐Ÿ™…" + }, + "no_mobile_phones": { + "id": "no_mobile_phones", + "name": "No Mobile Phones", + "keywords": [ + "iphone", + "mute", + "circle" + ], + "unified": "1f4f5", + "native": "๐Ÿ“ต" + }, + "no_mouth": { + "id": "no_mouth", + "name": "Face Without Mouth", + "keywords": [ + "no", + "hellokitty" + ], + "unified": "1f636", + "native": "๐Ÿ˜ถ" + }, + "no_pedestrians": { + "id": "no_pedestrians", + "name": "No Pedestrians", + "keywords": [ + "rules", + "crossing", + "walking", + "circle" + ], + "unified": "1f6b7", + "native": "๐Ÿšท" + }, + "no_smoking": { + "id": "no_smoking", + "name": "No Smoking", + "keywords": [ + "cigarette", + "blue", + "square", + "smell", + "smoke" + ], + "unified": "1f6ad", + "native": "๐Ÿšญ" + }, + "non-potable_water": { + "id": "non-potable_water", + "name": "Non-Potable Water", + "keywords": [ + "non", + "potable", + "drink", + "faucet", + "tap", + "circle" + ], + "unified": "1f6b1", + "native": "๐Ÿšฑ" + }, + "nose": { + "id": "nose", + "name": "Nose", + "keywords": [ + "smell", + "sniff" + ], + "unified": "1f443", + "native": "๐Ÿ‘ƒ" + }, + "notebook": { + "id": "notebook", + "name": "Notebook", + "keywords": [ + "stationery", + "record", + "notes", + "paper", + "study" + ], + "unified": "1f4d3", + "native": "๐Ÿ““" + }, + "notebook_with_decorative_cover": { + "id": "notebook_with_decorative_cover", + "name": "Notebook with Decorative Cover", + "keywords": [ + "classroom", + "notes", + "record", + "paper", + "study" + ], + "unified": "1f4d4", + "native": "๐Ÿ“”" + }, + "notes": { + "id": "notes", + "name": "Musical Notes", + "keywords": [ + "music", + "score" + ], + "unified": "1f3b6", + "native": "๐ŸŽถ" + }, + "nut_and_bolt": { + "id": "nut_and_bolt", + "name": "Nut and Bolt", + "keywords": [ + "handy", + "tools", + "fix" + ], + "unified": "1f529", + "native": "๐Ÿ”ฉ" + }, + "o": { + "id": "o", + "name": "Hollow Red Circle", + "keywords": [ + "o", + "round" + ], + "unified": "2b55", + "native": "โญ•" + }, + "o2": { + "id": "o2", + "name": "O Button (blood Type)", + "keywords": [ + "o2", + "alphabet", + "red", + "square", + "letter" + ], + "unified": "1f17e", + "native": "๐Ÿ…พ๏ธ" + }, + "ocean": { + "id": "ocean", + "name": "Water Wave", + "keywords": [ + "ocean", + "sea", + "nature", + "tsunami", + "disaster" + ], + "unified": "1f30a", + "native": "๐ŸŒŠ" + }, + "octagonal_sign": { + "id": "octagonal_sign", + "name": "Stop Sign", + "keywords": [ + "octagonal" + ], + "unified": "1f6d1", + "native": "๐Ÿ›‘" + }, + "octopus": { + "id": "octopus", + "name": "Octopus", + "keywords": [ + "animal", + "creature", + "ocean", + "sea", + "nature", + "beach" + ], + "unified": "1f419", + "native": "๐Ÿ™" + }, + "oden": { + "id": "oden", + "name": "Oden", + "keywords": [ + "food", + "japanese" + ], + "unified": "1f362", + "native": "๐Ÿข" + }, + "office": { + "id": "office", + "name": "Office Building", + "keywords": [ + "bureau", + "work" + ], + "unified": "1f3e2", + "native": "๐Ÿข" + }, + "office_worker": { + "id": "office_worker", + "name": "Office Worker", + "keywords": [ + "business" + ], + "unified": "1f9d1-200d-1f4bc", + "native": "๐Ÿง‘โ€๐Ÿ’ผ" + }, + "oil_drum": { + "id": "oil_drum", + "name": "Oil Drum", + "keywords": [ + "barrell" + ], + "unified": "1f6e2", + "native": "๐Ÿ›ข๏ธ" + }, + "ok": { + "id": "ok", + "name": "Ok Button", + "keywords": [ + "good", + "agree", + "yes", + "blue", + "square" + ], + "unified": "1f197", + "native": "๐Ÿ†—" + }, + "ok_hand": { + "id": "ok_hand", + "name": "Ok Hand", + "keywords": [ + "fingers", + "limbs", + "perfect", + "okay" + ], + "unified": "1f44c", + "native": "๐Ÿ‘Œ" + }, + "ok_woman": { + "id": "ok_woman", + "name": "Person Gesturing Ok", + "keywords": [ + "woman", + "agree" + ], + "unified": "1f646", + "native": "๐Ÿ™†" + }, + "old_key": { + "id": "old_key", + "name": "Old Key", + "keywords": [ + "lock", + "door", + "password" + ], + "unified": "1f5dd", + "native": "๐Ÿ—๏ธ" + }, + "older_adult": { + "id": "older_adult", + "name": "Older Adult", + "keywords": [ + "person", + "human", + "elder", + "senior", + "gender", + "neutral" + ], + "unified": "1f9d3", + "native": "๐Ÿง“" + }, + "older_man": { + "id": "older_man", + "name": "Old Man", + "keywords": [ + "older", + "human", + "male", + "men", + "elder", + "senior" + ], + "unified": "1f474", + "native": "๐Ÿ‘ด" + }, + "older_woman": { + "id": "older_woman", + "name": "Old Woman", + "keywords": [ + "older", + "human", + "female", + "women", + "lady", + "elder", + "senior" + ], + "unified": "1f475", + "native": "๐Ÿ‘ต" + }, + "olive": { + "id": "olive", + "name": "Olive", + "keywords": [ + "fruit" + ], + "unified": "1fad2", + "native": "๐Ÿซ’" + }, + "om_symbol": { + "id": "om_symbol", + "name": "Om", + "keywords": [ + "symbol", + "hinduism", + "buddhism", + "sikhism", + "jainism" + ], + "unified": "1f549", + "native": "๐Ÿ•‰๏ธ" + }, + "on": { + "id": "on", + "name": "On! Arrow", + "keywords": [ + "on", + "words" + ], + "unified": "1f51b", + "native": "๐Ÿ”›" + }, + "oncoming_automobile": { + "id": "oncoming_automobile", + "name": "Oncoming Automobile", + "keywords": [ + "car", + "vehicle", + "transportation" + ], + "unified": "1f698", + "native": "๐Ÿš˜" + }, + "oncoming_bus": { + "id": "oncoming_bus", + "name": "Oncoming Bus", + "keywords": [ + "vehicle", + "transportation" + ], + "unified": "1f68d", + "native": "๐Ÿš" + }, + "oncoming_police_car": { + "id": "oncoming_police_car", + "name": "Oncoming Police Car", + "keywords": [ + "vehicle", + "law", + "legal", + "enforcement", + "911" + ], + "unified": "1f694", + "native": "๐Ÿš”" + }, + "oncoming_taxi": { + "id": "oncoming_taxi", + "name": "Oncoming Taxi", + "keywords": [ + "vehicle", + "cars", + "uber" + ], + "unified": "1f696", + "native": "๐Ÿš–" + }, + "one": { + "id": "one", + "name": "Keycap 1", + "keywords": [ + "one", + "blue", + "square", + "numbers" + ], + "unified": "31-20e3", + "native": "1๏ธโƒฃ" + }, + "one-piece_swimsuit": { + "id": "one-piece_swimsuit", + "name": "One-Piece Swimsuit", + "keywords": [ + "one", + "piece", + "fashion" + ], + "unified": "1fa71", + "native": "๐Ÿฉฑ" + }, + "onion": { + "id": "onion", + "name": "Onion", + "keywords": [ + "cook", + "food", + "spice" + ], + "unified": "1f9c5", + "native": "๐Ÿง…" + }, + "open_file_folder": { + "id": "open_file_folder", + "name": "Open File Folder", + "keywords": [ + "documents", + "load" + ], + "unified": "1f4c2", + "native": "๐Ÿ“‚" + }, + "open_hands": { + "id": "open_hands", + "name": "Open Hands", + "keywords": [ + "fingers", + "butterfly" + ], + "unified": "1f450", + "native": "๐Ÿ‘" + }, + "open_mouth": { + "id": "open_mouth", + "name": "Face with Open Mouth", + "keywords": [ + "surprise", + "impressed", + "wow", + "whoa", + ":O" + ], + "unified": "1f62e", + "native": "๐Ÿ˜ฎ" + }, + "ophiuchus": { + "id": "ophiuchus", + "name": "Ophiuchus", + "keywords": [ + "sign", + "purple", + "square", + "constellation", + "astrology" + ], + "unified": "26ce", + "native": "โ›Ž" + }, + "orange_book": { + "id": "orange_book", + "name": "Orange Book", + "keywords": [ + "read", + "library", + "knowledge", + "textbook", + "study" + ], + "unified": "1f4d9", + "native": "๐Ÿ“™" + }, + "orange_heart": { + "id": "orange_heart", + "name": "Orange Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f9e1", + "native": "๐Ÿงก" + }, + "orangutan": { + "id": "orangutan", + "name": "Orangutan", + "keywords": [ + "animal" + ], + "unified": "1f9a7", + "native": "๐Ÿฆง" + }, + "orthodox_cross": { + "id": "orthodox_cross", + "name": "Orthodox Cross", + "keywords": [ + "suppedaneum", + "religion" + ], + "unified": "2626", + "native": "โ˜ฆ๏ธ" + }, + "otter": { + "id": "otter", + "name": "Otter", + "keywords": [ + "animal" + ], + "unified": "1f9a6", + "native": "๐Ÿฆฆ" + }, + "outbox_tray": { + "id": "outbox_tray", + "name": "Outbox Tray", + "keywords": [ + "inbox", + "email" + ], + "unified": "1f4e4", + "native": "๐Ÿ“ค" + }, + "owl": { + "id": "owl", + "name": "Owl", + "keywords": [ + "animal", + "nature", + "bird", + "hoot" + ], + "unified": "1f989", + "native": "๐Ÿฆ‰" + }, + "ox": { + "id": "ox", + "name": "Ox", + "keywords": [ + "animal", + "cow", + "beef" + ], + "unified": "1f402", + "native": "๐Ÿ‚" + }, + "oyster": { + "id": "oyster", + "name": "Oyster", + "keywords": [ + "food" + ], + "unified": "1f9aa", + "native": "๐Ÿฆช" + }, + "package": { + "id": "package", + "name": "Package", + "keywords": [ + "mail", + "gift", + "cardboard", + "box", + "moving" + ], + "unified": "1f4e6", + "native": "๐Ÿ“ฆ" + }, + "page_facing_up": { + "id": "page_facing_up", + "name": "Page Facing Up", + "keywords": [ + "documents", + "office", + "paper", + "information" + ], + "unified": "1f4c4", + "native": "๐Ÿ“„" + }, + "page_with_curl": { + "id": "page_with_curl", + "name": "Page with Curl", + "keywords": [ + "documents", + "office", + "paper" + ], + "unified": "1f4c3", + "native": "๐Ÿ“ƒ" + }, + "pager": { + "id": "pager", + "name": "Pager", + "keywords": [ + "bbcall", + "oldschool", + "90s" + ], + "unified": "1f4df", + "native": "๐Ÿ“Ÿ" + }, + "palm_down_hand": { + "id": "palm_down_hand", + "name": "Palm Down Hand", + "keywords": [ + "drop" + ], + "unified": "1faf3", + "native": "๐Ÿซณ" + }, + "palm_tree": { + "id": "palm_tree", + "name": "Palm Tree", + "keywords": [ + "plant", + "vegetable", + "nature", + "summer", + "beach", + "mojito", + "tropical" + ], + "unified": "1f334", + "native": "๐ŸŒด" + }, + "palm_up_hand": { + "id": "palm_up_hand", + "name": "Palm Up Hand", + "keywords": [ + "lift", + "offer", + "demand" + ], + "unified": "1faf4", + "native": "๐Ÿซด" + }, + "palms_together": { + "id": "palms_together", + "name": "Palms Up Together", + "keywords": [ + "hands", + "gesture", + "cupped", + "prayer" + ], + "unified": "1f932", + "native": "๐Ÿคฒ" + }, + "pan_of_food": { + "id": "pan_of_food", + "name": "Shallow Pan of Food", + "keywords": [ + "cooking", + "casserole", + "paella" + ], + "unified": "1f958", + "native": "๐Ÿฅ˜" + }, + "pancakes": { + "id": "pancakes", + "name": "Pancakes", + "keywords": [ + "food", + "breakfast", + "flapjacks", + "hotcakes" + ], + "unified": "1f95e", + "native": "๐Ÿฅž" + }, + "panda_face": { + "id": "panda_face", + "name": "Panda", + "keywords": [ + "face", + "animal", + "nature" + ], + "unified": "1f43c", + "native": "๐Ÿผ" + }, + "paperclip": { + "id": "paperclip", + "name": "Paperclip", + "keywords": [ + "documents", + "stationery" + ], + "unified": "1f4ce", + "native": "๐Ÿ“Ž" + }, + "parachute": { + "id": "parachute", + "name": "Parachute", + "keywords": [ + "fly", + "glide" + ], + "unified": "1fa82", + "native": "๐Ÿช‚" + }, + "parking": { + "id": "parking", + "name": "P Button", + "keywords": [ + "parking", + "cars", + "blue", + "square", + "alphabet", + "letter" + ], + "unified": "1f17f", + "native": "๐Ÿ…ฟ๏ธ" + }, + "parrot": { + "id": "parrot", + "name": "Parrot", + "keywords": [ + "animal", + "nature", + "bird", + "pirate", + "talk" + ], + "unified": "1f99c", + "native": "๐Ÿฆœ" + }, + "part_alternation_mark": { + "id": "part_alternation_mark", + "name": "Part Alternation Mark", + "keywords": [ + "graph", + "presentation", + "stats", + "business", + "economics", + "bad" + ], + "unified": "303d", + "native": "ใ€ฝ๏ธ" + }, + "partly_sunny": { + "id": "partly_sunny", + "name": "Sun Behind Cloud", + "keywords": [ + "partly", + "sunny", + "weather", + "nature", + "cloudy", + "morning", + "fall", + "spring" + ], + "unified": "26c5", + "native": "โ›…" + }, + "partly_sunny_rain": { + "id": "partly_sunny_rain", + "name": "Sun Behind Rain Cloud", + "keywords": [ + "partly", + "sunny", + "weather" + ], + "unified": "1f326", + "native": "๐ŸŒฆ๏ธ" + }, + "party": { + "id": "party", + "name": "Partying Face", + "keywords": [ + "celebration", + "woohoo" + ], + "unified": "1f973", + "native": "๐Ÿฅณ" + }, + "passenger_ship": { + "id": "passenger_ship", + "name": "Passenger Ship", + "keywords": [ + "yacht", + "cruise", + "ferry" + ], + "unified": "1f6f3", + "native": "๐Ÿ›ณ๏ธ" + }, + "passive_aggressive": { + "id": "passive_aggressive", + "name": "Slightly Smiling Face", + "keywords": [ + "smile" + ], + "unified": "1f642", + "native": "๐Ÿ™‚" + }, + "passport_control": { + "id": "passport_control", + "name": "Passport Control", + "keywords": [ + "custom", + "blue", + "square" + ], + "unified": "1f6c2", + "native": "๐Ÿ›‚" + }, + "paw_prints": { + "id": "paw_prints", + "name": "Paw Prints", + "keywords": [ + "feet", + "animal", + "tracking", + "footprints", + "dog", + "cat", + "pet" + ], + "unified": "1f43e", + "native": "๐Ÿพ" + }, + "peace_symbol": { + "id": "peace_symbol", + "name": "Peace Symbol", + "keywords": [ + "hippie" + ], + "unified": "262e", + "native": "โ˜ฎ๏ธ" + }, + "peach": { + "id": "peach", + "name": "Peach", + "keywords": [ + "fruit", + "nature", + "food" + ], + "unified": "1f351", + "native": "๐Ÿ‘" + }, + "peacock": { + "id": "peacock", + "name": "Peacock", + "keywords": [ + "animal", + "nature", + "peahen", + "bird" + ], + "unified": "1f99a", + "native": "๐Ÿฆš" + }, + "peanuts": { + "id": "peanuts", + "name": "Peanuts", + "keywords": [ + "food", + "nut" + ], + "unified": "1f95c", + "native": "๐Ÿฅœ" + }, + "pear": { + "id": "pear", + "name": "Pear", + "keywords": [ + "fruit", + "nature", + "food" + ], + "unified": "1f350", + "native": "๐Ÿ" + }, + "peeking_eye": { + "id": "peeking_eye", + "name": "Face with Peeking Eye", + "keywords": [ + "scared", + "frightening", + "embarrassing" + ], + "unified": "1fae3", + "native": "๐Ÿซฃ" + }, + "pencil2": { + "id": "pencil2", + "name": "Pencil", + "keywords": [ + "pencil2", + "stationery", + "write", + "paper", + "writing", + "school", + "study" + ], + "unified": "270f", + "native": "โœ๏ธ" + }, + "penguin": { + "id": "penguin", + "name": "Penguin", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f427", + "native": "๐Ÿง" + }, + "people_holding_hands": { + "id": "people_holding_hands", + "name": "People Holding Hands", + "keywords": [ + "friendship" + ], + "unified": "1f9d1-200d-1f91d-200d-1f9d1", + "native": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘" + }, + "people_hugging": { + "id": "people_hugging", + "name": "People Hugging", + "keywords": [ + "care" + ], + "unified": "1fac2", + "native": "๐Ÿซ‚" + }, + "performing_arts": { + "id": "performing_arts", + "name": "Performing Arts", + "keywords": [ + "acting", + "theater", + "drama" + ], + "unified": "1f3ad", + "native": "๐ŸŽญ" + }, + "persevere": { + "id": "persevere", + "name": "Persevering Face", + "keywords": [ + "persevere", + "sick", + "no", + "upset", + "oops" + ], + "unified": "1f623", + "native": "๐Ÿ˜ฃ" + }, + "person_climbing": { + "id": "person_climbing", + "name": "Person Climbing", + "keywords": [ + "sport" + ], + "unified": "1f9d7", + "native": "๐Ÿง—" + }, + "person_doing_cartwheel": { + "id": "person_doing_cartwheel", + "name": "Person Cartwheeling", + "keywords": [ + "doing", + "cartwheel", + "sport", + "gymnastic" + ], + "unified": "1f938", + "native": "๐Ÿคธ" + }, + "person_feeding_baby": { + "id": "person_feeding_baby", + "name": "Person Feeding Baby", + "keywords": [ + "birth", + "food" + ], + "unified": "1f9d1-200d-1f37c", + "native": "๐Ÿง‘โ€๐Ÿผ" + }, + "person_frowning": { + "id": "person_frowning", + "name": "Person Frowning", + "keywords": [ + "worried" + ], + "unified": "1f64d", + "native": "๐Ÿ™" + }, + "person_in_lotus_position": { + "id": "person_in_lotus_position", + "name": "Person in Lotus Position", + "keywords": [ + "meditate" + ], + "unified": "1f9d8", + "native": "๐Ÿง˜" + }, + "person_in_manual_wheelchair": { + "id": "person_in_manual_wheelchair", + "name": "Person in Manual Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f9d1-200d-1f9bd", + "native": "๐Ÿง‘โ€๐Ÿฆฝ" + }, + "person_in_motorized_wheelchair": { + "id": "person_in_motorized_wheelchair", + "name": "Person in Motorized Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f9d1-200d-1f9bc", + "native": "๐Ÿง‘โ€๐Ÿฆผ" + }, + "person_in_steamy_room": { + "id": "person_in_steamy_room", + "name": "Person in Steamy Room", + "keywords": [ + "relax", + "spa" + ], + "unified": "1f9d6", + "native": "๐Ÿง–" + }, + "person_in_tuxedo": { + "id": "person_in_tuxedo", + "name": "Man in Tuxedo", + "keywords": [ + "person", + "couple", + "marriage", + "wedding", + "groom" + ], + "unified": "1f935", + "native": "๐Ÿคต" + }, + "person_pouting": { + "id": "person_pouting", + "name": "Person Pouting", + "keywords": [ + "with", + "face", + "upset" + ], + "unified": "1f64e", + "native": "๐Ÿ™Ž" + }, + "person_with_ball": { + "id": "person_with_ball", + "name": "Person Bouncing Ball", + "keywords": [ + "with", + "sports", + "human" + ], + "unified": "26f9", + "native": "โ›น๏ธ" + }, + "person_with_blond_hair": { + "id": "person_with_blond_hair", + "name": "Person Blond Hair", + "keywords": [ + "with", + "hairstyle" + ], + "unified": "1f471", + "native": "๐Ÿ‘ฑ" + }, + "person_with_crown": { + "id": "person_with_crown", + "name": "Person with Crown", + "keywords": [ + "royalty", + "power" + ], + "unified": "1fac5", + "native": "๐Ÿซ…" + }, + "person_with_headscarf": { + "id": "person_with_headscarf", + "name": "Woman with Headscarf", + "keywords": [ + "person", + "female", + "hijab", + "mantilla", + "tichel" + ], + "unified": "1f9d5", + "native": "๐Ÿง•" + }, + "person_with_probing_cane": { + "id": "person_with_probing_cane", + "name": "Person with White Cane", + "keywords": [ + "probing", + "blind" + ], + "unified": "1f9d1-200d-1f9af", + "native": "๐Ÿง‘โ€๐Ÿฆฏ" + }, + "petri_dish": { + "id": "petri_dish", + "name": "Petri Dish", + "keywords": [ + "bacteria", + "biology", + "culture", + "lab" + ], + "unified": "1f9eb", + "native": "๐Ÿงซ" + }, + "phone": { + "id": "phone", + "name": "Mobile Phone", + "keywords": [ + "iphone", + "technology", + "apple", + "gadgets", + "dial" + ], + "unified": "1f4f1", + "native": "๐Ÿ“ฑ" + }, + "pick": { + "id": "pick", + "name": "Pick", + "keywords": [ + "tools", + "dig" + ], + "unified": "26cf", + "native": "โ›๏ธ" + }, + "pickup_truck": { + "id": "pickup_truck", + "name": "Pickup Truck", + "keywords": [ + "car", + "transportation" + ], + "unified": "1f6fb", + "native": "๐Ÿ›ป" + }, + "pie": { + "id": "pie", + "name": "Pie", + "keywords": [ + "food", + "dessert", + "pastry" + ], + "unified": "1f967", + "native": "๐Ÿฅง" + }, + "pig": { + "id": "pig", + "name": "Pig Face", + "keywords": [ + "animal", + "oink", + "nature" + ], + "unified": "1f437", + "native": "๐Ÿท" + }, + "pig2": { + "id": "pig2", + "name": "Pig", + "keywords": [ + "pig2", + "animal", + "nature" + ], + "unified": "1f416", + "native": "๐Ÿ–" + }, + "pig_nose": { + "id": "pig_nose", + "name": "Pig Nose", + "keywords": [ + "animal", + "oink" + ], + "unified": "1f43d", + "native": "๐Ÿฝ" + }, + "pill": { + "id": "pill", + "name": "Pill", + "keywords": [ + "health", + "medicine", + "doctor", + "pharmacy", + "drug" + ], + "unified": "1f48a", + "native": "๐Ÿ’Š" + }, + "pilot": { + "id": "pilot", + "name": "Pilot", + "keywords": [ + "fly", + "plane", + "airplane" + ], + "unified": "1f9d1-200d-2708-fe0f", + "native": "๐Ÿง‘โ€โœˆ๏ธ" + }, + "pinata": { + "id": "pinata", + "name": "Pinata", + "keywords": [ + "mexico", + "candy", + "celebration" + ], + "unified": "1fa85", + "native": "๐Ÿช…" + }, + "pinched_fingers": { + "id": "pinched_fingers", + "name": "Pinched Fingers", + "keywords": [ + "size", + "tiny", + "small" + ], + "unified": "1f90c", + "native": "๐ŸคŒ" + }, + "pinching_hand": { + "id": "pinching_hand", + "name": "Pinching Hand", + "keywords": [ + "tiny", + "small", + "size" + ], + "unified": "1f90f", + "native": "๐Ÿค" + }, + "pineapple": { + "id": "pineapple", + "name": "Pineapple", + "keywords": [ + "fruit", + "nature", + "food" + ], + "unified": "1f34d", + "native": "๐Ÿ" + }, + "pirate_flag": { + "id": "pirate_flag", + "name": "Pirate Flag", + "keywords": [ + "skull", + "crossbones", + "banner" + ], + "unified": "1f3f4-200d-2620-fe0f", + "native": "๐Ÿดโ€โ˜ ๏ธ" + }, + "pisces": { + "id": "pisces", + "name": "Pisces", + "keywords": [ + "purple", + "square", + "sign", + "zodiac", + "astrology" + ], + "unified": "2653", + "native": "โ™“" + }, + "pizza": { + "id": "pizza", + "name": "Pizza", + "keywords": [ + "food", + "party" + ], + "unified": "1f355", + "native": "๐Ÿ•" + }, + "placard": { + "id": "placard", + "name": "Placard", + "keywords": [ + "announcement" + ], + "unified": "1faa7", + "native": "๐Ÿชง" + }, + "place_of_worship": { + "id": "place_of_worship", + "name": "Place of Worship", + "keywords": [ + "religion", + "church", + "temple", + "prayer" + ], + "unified": "1f6d0", + "native": "๐Ÿ›" + }, + "playground_slide": { + "id": "playground_slide", + "name": "Playground Slide", + "keywords": [ + "fun", + "park" + ], + "unified": "1f6dd", + "native": "๐Ÿ›" + }, + "playing_card": { + "id": "playing_card", + "name": "Flower Playing Cards", + "keywords": [ + "game", + "sunset", + "red" + ], + "unified": "1f3b4", + "native": "๐ŸŽด" + }, + "pleading": { + "id": "pleading", + "name": "Pleading Face", + "keywords": [ + "begging", + "mercy" + ], + "unified": "1f97a", + "native": "๐Ÿฅบ" + }, + "plunger": { + "id": "plunger", + "name": "Plunger", + "keywords": [ + "toilet" + ], + "unified": "1faa0", + "native": "๐Ÿช " + }, + "point_down": { + "id": "point_down", + "name": "Backhand Index Pointing Down", + "keywords": [ + "point", + "fingers", + "hand", + "direction" + ], + "unified": "1f447", + "native": "๐Ÿ‘‡" + }, + "point_left": { + "id": "point_left", + "name": "Backhand Index Pointing Left", + "keywords": [ + "point", + "direction", + "fingers", + "hand" + ], + "unified": "1f448", + "native": "๐Ÿ‘ˆ" + }, + "point_right": { + "id": "point_right", + "name": "Backhand Index Pointing Right", + "keywords": [ + "point", + "fingers", + "hand", + "direction" + ], + "unified": "1f449", + "native": "๐Ÿ‘‰" + }, + "point_up": { + "id": "point_up", + "name": "Index Pointing Up", + "keywords": [ + "point", + "hand", + "fingers", + "direction" + ], + "unified": "261d", + "native": "โ˜๏ธ" + }, + "point_up_2": { + "id": "point_up_2", + "name": "Backhand Index Pointing Up", + "keywords": [ + "point", + "2", + "fingers", + "hand", + "direction" + ], + "unified": "1f446", + "native": "๐Ÿ‘†" + }, + "polar_bear": { + "id": "polar_bear", + "name": "Polar Bear", + "keywords": [ + "animal", + "arctic" + ], + "unified": "1f43b-200d-2744-fe0f", + "native": "๐Ÿปโ€โ„๏ธ" + }, + "police_car": { + "id": "police_car", + "name": "Police Car", + "keywords": [ + "vehicle", + "cars", + "transportation", + "law", + "legal", + "enforcement" + ], + "unified": "1f693", + "native": "๐Ÿš“" + }, + "poodle": { + "id": "poodle", + "name": "Poodle", + "keywords": [ + "dog", + "animal", + "101", + "nature", + "pet" + ], + "unified": "1f429", + "native": "๐Ÿฉ" + }, + "popcorn": { + "id": "popcorn", + "name": "Popcorn", + "keywords": [ + "food", + "movie", + "theater", + "films", + "snack" + ], + "unified": "1f37f", + "native": "๐Ÿฟ" + }, + "post_office": { + "id": "post_office", + "name": "Japanese Post Office", + "keywords": [ + "building", + "envelope", + "communication" + ], + "unified": "1f3e3", + "native": "๐Ÿฃ" + }, + "postal_horn": { + "id": "postal_horn", + "name": "Postal Horn", + "keywords": [ + "instrument", + "music" + ], + "unified": "1f4ef", + "native": "๐Ÿ“ฏ" + }, + "postbox": { + "id": "postbox", + "name": "Postbox", + "keywords": [ + "email", + "letter", + "envelope" + ], + "unified": "1f4ee", + "native": "๐Ÿ“ฎ" + }, + "potable_water": { + "id": "potable_water", + "name": "Potable Water", + "keywords": [ + "blue", + "square", + "liquid", + "restroom", + "cleaning", + "faucet" + ], + "unified": "1f6b0", + "native": "๐Ÿšฐ" + }, + "potato": { + "id": "potato", + "name": "Potato", + "keywords": [ + "food", + "tuber", + "vegatable", + "starch" + ], + "unified": "1f954", + "native": "๐Ÿฅ”" + }, + "potted_plant": { + "id": "potted_plant", + "name": "Potted Plant", + "keywords": [ + "greenery", + "house" + ], + "unified": "1fab4", + "native": "๐Ÿชด" + }, + "pouch": { + "id": "pouch", + "name": "Pouch", + "keywords": [ + "clutch", + "bag", + "accessories", + "shopping" + ], + "unified": "1f45d", + "native": "๐Ÿ‘" + }, + "poultry_leg": { + "id": "poultry_leg", + "name": "Poultry Leg", + "keywords": [ + "food", + "meat", + "drumstick", + "bird", + "chicken", + "turkey" + ], + "unified": "1f357", + "native": "๐Ÿ—" + }, + "pound": { + "id": "pound", + "name": "Pound Banknote", + "keywords": [ + "british", + "sterling", + "money", + "sales", + "bills", + "uk", + "england", + "currency" + ], + "unified": "1f4b7", + "native": "๐Ÿ’ท" + }, + "pouring_liquid": { + "id": "pouring_liquid", + "name": "Pouring Liquid", + "keywords": [ + "cup", + "water" + ], + "unified": "1fad7", + "native": "๐Ÿซ—" + }, + "pouting_cat": { + "id": "pouting_cat", + "name": "Pouting Cat", + "keywords": [ + "animal", + "cats" + ], + "unified": "1f63e", + "native": "๐Ÿ˜พ" + }, + "pray": { + "id": "pray", + "name": "Folded Hands", + "keywords": [ + "pray", + "please", + "hope", + "wish", + "namaste", + "highfive", + "high", + "five" + ], + "unified": "1f64f", + "native": "๐Ÿ™" + }, + "prayer_beads": { + "id": "prayer_beads", + "name": "Prayer Beads", + "keywords": [ + "dhikr", + "religious" + ], + "unified": "1f4ff", + "native": "๐Ÿ“ฟ" + }, + "pregnant_woman": { + "id": "pregnant_woman", + "name": "Pregnant Woman", + "keywords": [ + "baby" + ], + "unified": "1f930", + "native": "๐Ÿคฐ" + }, + "pretzel": { + "id": "pretzel", + "name": "Pretzel", + "keywords": [ + "food", + "bread", + "twisted" + ], + "unified": "1f968", + "native": "๐Ÿฅจ" + }, + "prince": { + "id": "prince", + "name": "Prince", + "keywords": [ + "boy", + "man", + "male", + "crown", + "royal", + "king" + ], + "unified": "1f934", + "native": "๐Ÿคด" + }, + "princess": { + "id": "princess", + "name": "Princess", + "keywords": [ + "girl", + "woman", + "female", + "blond", + "crown", + "royal", + "queen" + ], + "unified": "1f478", + "native": "๐Ÿ‘ธ" + }, + "printer": { + "id": "printer", + "name": "Printer", + "keywords": [ + "paper", + "ink" + ], + "unified": "1f5a8", + "native": "๐Ÿ–จ๏ธ" + }, + "probing_cane": { + "id": "probing_cane", + "name": "White Cane", + "keywords": [ + "probing", + "accessibility" + ], + "unified": "1f9af", + "native": "๐Ÿฆฏ" + }, + "purple_heart": { + "id": "purple_heart", + "name": "Purple Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f49c", + "native": "๐Ÿ’œ" + }, + "purse": { + "id": "purse", + "name": "Purse", + "keywords": [ + "fashion", + "accessories", + "money", + "sales", + "shopping" + ], + "unified": "1f45b", + "native": "๐Ÿ‘›" + }, + "pushpin": { + "id": "pushpin", + "name": "Pushpin", + "keywords": [ + "stationery", + "mark", + "here" + ], + "unified": "1f4cc", + "native": "๐Ÿ“Œ" + }, + "put_litter_in_its_place": { + "id": "put_litter_in_its_place", + "name": "Litter in Bin Sign", + "keywords": [ + "put", + "its", + "place", + "blue", + "square", + "human", + "info" + ], + "unified": "1f6ae", + "native": "๐Ÿšฎ" + }, + "question": { + "id": "question", + "name": "Red Question Mark", + "keywords": [ + "doubt", + "confused" + ], + "unified": "2753", + "native": "โ“" + }, + "rabbit": { + "id": "rabbit", + "name": "Rabbit Face", + "keywords": [ + "animal", + "nature", + "pet", + "spring", + "magic", + "bunny" + ], + "unified": "1f430", + "native": "๐Ÿฐ" + }, + "rabbit2": { + "id": "rabbit2", + "name": "Rabbit", + "keywords": [ + "rabbit2", + "animal", + "nature", + "pet", + "magic", + "spring" + ], + "unified": "1f407", + "native": "๐Ÿ‡" + }, + "raccoon": { + "id": "raccoon", + "name": "Raccoon", + "keywords": [ + "animal", + "nature" + ], + "unified": "1f99d", + "native": "๐Ÿฆ" + }, + "racehorse": { + "id": "racehorse", + "name": "Horse", + "keywords": [ + "racehorse", + "animal", + "gamble", + "luck" + ], + "unified": "1f40e", + "native": "๐ŸŽ" + }, + "racing_car": { + "id": "racing_car", + "name": "Racing Car", + "keywords": [ + "sports", + "race", + "fast", + "formula", + "f1" + ], + "unified": "1f3ce", + "native": "๐ŸŽ๏ธ" + }, + "racing_motorcycle": { + "id": "racing_motorcycle", + "name": "Motorcycle", + "keywords": [ + "racing", + "race", + "sports", + "fast" + ], + "unified": "1f3cd", + "native": "๐Ÿ๏ธ" + }, + "radio": { + "id": "radio", + "name": "Radio", + "keywords": [ + "communication", + "music", + "podcast", + "program" + ], + "unified": "1f4fb", + "native": "๐Ÿ“ป" + }, + "radio_button": { + "id": "radio_button", + "name": "Radio Button", + "keywords": [ + "input", + "old", + "music", + "circle" + ], + "unified": "1f518", + "native": "๐Ÿ”˜" + }, + "radioactive_sign": { + "id": "radioactive_sign", + "name": "Radioactive", + "keywords": [ + "sign", + "nuclear", + "danger" + ], + "unified": "2622", + "native": "โ˜ข๏ธ" + }, + "rage": { + "id": "rage", + "name": "Pouting Face", + "keywords": [ + "rage", + "angry", + "mad", + "hate", + "despise" + ], + "unified": "1f621", + "native": "๐Ÿ˜ก" + }, + "railway_car": { + "id": "railway_car", + "name": "Railway Car", + "keywords": [ + "transportation", + "vehicle" + ], + "unified": "1f683", + "native": "๐Ÿšƒ" + }, + "railway_track": { + "id": "railway_track", + "name": "Railway Track", + "keywords": [ + "train", + "transportation" + ], + "unified": "1f6e4", + "native": "๐Ÿ›ค๏ธ" + }, + "rain_cloud": { + "id": "rain_cloud", + "name": "Cloud with Rain", + "keywords": [ + "weather" + ], + "unified": "1f327", + "native": "๐ŸŒง๏ธ" + }, + "rainbow": { + "id": "rainbow", + "name": "Rainbow", + "keywords": [ + "nature", + "happy", + "unicorn", + "face", + "photo", + "sky", + "spring" + ], + "unified": "1f308", + "native": "๐ŸŒˆ" + }, + "rainbow-flag": { + "id": "rainbow-flag", + "name": "Rainbow Flag", + "keywords": [ + "pride", + "gay", + "lgbt", + "glbt", + "queer", + "homosexual", + "lesbian", + "bisexual", + "transgender" + ], + "unified": "1f3f3-fe0f-200d-1f308", + "native": "๐Ÿณ๏ธโ€๐ŸŒˆ" + }, + "raised_back_of_hand": { + "id": "raised_back_of_hand", + "name": "Raised Back of Hand", + "keywords": [ + "fingers", + "backhand" + ], + "unified": "1f91a", + "native": "๐Ÿคš" + }, + "raised_eyebrow": { + "id": "raised_eyebrow", + "name": "Face with Raised Eyebrow", + "keywords": [ + "one", + "distrust", + "scepticism", + "disapproval", + "disbelief", + "surprise" + ], + "unified": "1f928", + "native": "๐Ÿคจ" + }, + "raised_hand_with_fingers_splayed": { + "id": "raised_hand_with_fingers_splayed", + "name": "Hand with Fingers Splayed", + "keywords": [ + "raised", + "palm" + ], + "unified": "1f590", + "native": "๐Ÿ–๏ธ" + }, + "raised_hands": { + "id": "raised_hands", + "name": "Raising Hands", + "keywords": [ + "raised", + "gesture", + "hooray", + "yea", + "celebration" + ], + "unified": "1f64c", + "native": "๐Ÿ™Œ" + }, + "raising_hand": { + "id": "raising_hand", + "name": "Person Raising Hand", + "keywords": [ + "question" + ], + "unified": "1f64b", + "native": "๐Ÿ™‹" + }, + "ram": { + "id": "ram", + "name": "Ram", + "keywords": [ + "animal", + "sheep", + "nature" + ], + "unified": "1f40f", + "native": "๐Ÿ" + }, + "ramen": { + "id": "ramen", + "name": "Steaming Bowl", + "keywords": [ + "ramen", + "food", + "japanese", + "noodle", + "chopsticks" + ], + "unified": "1f35c", + "native": "๐Ÿœ" + }, + "rat": { + "id": "rat", + "name": "Rat", + "keywords": [ + "animal", + "mouse", + "rodent" + ], + "unified": "1f400", + "native": "๐Ÿ€" + }, + "razor": { + "id": "razor", + "name": "Razor", + "keywords": [ + "cut" + ], + "unified": "1fa92", + "native": "๐Ÿช’" + }, + "receipt": { + "id": "receipt", + "name": "Receipt", + "keywords": [ + "accounting", + "expenses" + ], + "unified": "1f9fe", + "native": "๐Ÿงพ" + }, + "recycle": { + "id": "recycle", + "name": "Recycling Symbol", + "keywords": [ + "recycle", + "arrow", + "environment", + "garbage", + "trash" + ], + "unified": "267b", + "native": "โ™ป๏ธ" + }, + "red_circle": { + "id": "red_circle", + "name": "Red Circle", + "keywords": [ + "shape", + "error", + "danger" + ], + "unified": "1f534", + "native": "๐Ÿ”ด" + }, + "red_envelope": { + "id": "red_envelope", + "name": "Red Envelope", + "keywords": [ + "gift" + ], + "unified": "1f9e7", + "native": "๐Ÿงง" + }, + "red_haired_man": { + "id": "red_haired_man", + "name": "Man: Red Hair", + "keywords": [ + "haired", + "man", + "hairstyle" + ], + "unified": "1f468-200d-1f9b0", + "native": "๐Ÿ‘จโ€๐Ÿฆฐ" + }, + "red_haired_person": { + "id": "red_haired_person", + "name": "Person: Red Hair", + "keywords": [ + "haired", + "person", + "hairstyle" + ], + "unified": "1f9d1-200d-1f9b0", + "native": "๐Ÿง‘โ€๐Ÿฆฐ" + }, + "red_haired_woman": { + "id": "red_haired_woman", + "name": "Woman: Red Hair", + "keywords": [ + "haired", + "woman", + "hairstyle" + ], + "unified": "1f469-200d-1f9b0", + "native": "๐Ÿ‘ฉโ€๐Ÿฆฐ" + }, + "red_meat": { + "id": "red_meat", + "name": "Red Cut of Meat", + "keywords": [ + "food", + "cow", + "chop", + "lambchop", + "porkchop" + ], + "unified": "1f969", + "native": "๐Ÿฅฉ" + }, + "registered": { + "id": "registered", + "name": "Registered", + "keywords": [ + "alphabet", + "circle" + ], + "unified": "ae", + "native": "ยฎ๏ธ" + }, + "relaxed": { + "id": "relaxed", + "name": "Smiling Face", + "keywords": [ + "relaxed", + "blush", + "massage", + "happiness" + ], + "unified": "263a", + "native": "โ˜บ๏ธ" + }, + "relieved": { + "id": "relieved", + "name": "Relieved Face", + "keywords": [ + "relaxed", + "phew", + "massage", + "happiness" + ], + "unified": "1f60c", + "native": "๐Ÿ˜Œ" + }, + "reminder_ribbon": { + "id": "reminder_ribbon", + "name": "Reminder Ribbon", + "keywords": [ + "sports", + "cause", + "support", + "awareness" + ], + "unified": "1f397", + "native": "๐ŸŽ—๏ธ" + }, + "repeat": { + "id": "repeat", + "name": "Repeat Button", + "keywords": [ + "loop", + "record" + ], + "unified": "1f501", + "native": "๐Ÿ”" + }, + "repeat_one": { + "id": "repeat_one", + "name": "Repeat Single Button", + "keywords": [ + "one", + "blue", + "square", + "loop" + ], + "unified": "1f502", + "native": "๐Ÿ”‚" + }, + "restroom": { + "id": "restroom", + "name": "Restroom", + "keywords": [ + "blue", + "square", + "toilet", + "refresh", + "wc", + "gender" + ], + "unified": "1f6bb", + "native": "๐Ÿšป" + }, + "revolving_hearts": { + "id": "revolving_hearts", + "name": "Revolving Hearts", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f49e", + "native": "๐Ÿ’ž" + }, + "rewind": { + "id": "rewind", + "name": "Fast Reverse Button", + "keywords": [ + "rewind", + "play", + "blue", + "square" + ], + "unified": "23ea", + "native": "โช" + }, + "rhinoceros": { + "id": "rhinoceros", + "name": "Rhinoceros", + "keywords": [ + "animal", + "nature", + "horn" + ], + "unified": "1f98f", + "native": "๐Ÿฆ" + }, + "ribbon": { + "id": "ribbon", + "name": "Ribbon", + "keywords": [ + "decoration", + "pink", + "girl", + "bowtie" + ], + "unified": "1f380", + "native": "๐ŸŽ€" + }, + "rice": { + "id": "rice", + "name": "Cooked Rice", + "keywords": [ + "food", + "china", + "asian" + ], + "unified": "1f35a", + "native": "๐Ÿš" + }, + "rice_ball": { + "id": "rice_ball", + "name": "Rice Ball", + "keywords": [ + "food", + "japanese" + ], + "unified": "1f359", + "native": "๐Ÿ™" + }, + "rice_cracker": { + "id": "rice_cracker", + "name": "Rice Cracker", + "keywords": [ + "food", + "japanese" + ], + "unified": "1f358", + "native": "๐Ÿ˜" + }, + "rice_scene": { + "id": "rice_scene", + "name": "Moon Viewing Ceremony", + "keywords": [ + "rice", + "scene", + "photo", + "japan", + "asia", + "tsukimi" + ], + "unified": "1f391", + "native": "๐ŸŽ‘" + }, + "right-facing_fist": { + "id": "right-facing_fist", + "name": "Right-Facing Fist", + "keywords": [ + "right", + "facing", + "hand", + "fistbump" + ], + "unified": "1f91c", + "native": "๐Ÿคœ" + }, + "right_anger_bubble": { + "id": "right_anger_bubble", + "name": "Right Anger Bubble", + "keywords": [ + "caption", + "speech", + "thinking", + "mad" + ], + "unified": "1f5ef", + "native": "๐Ÿ—ฏ๏ธ" + }, + "rightwards_hand": { + "id": "rightwards_hand", + "name": "Rightwards Hand", + "keywords": [ + "palm", + "offer" + ], + "unified": "1faf1", + "native": "๐Ÿซฑ" + }, + "ring": { + "id": "ring", + "name": "Ring", + "keywords": [ + "wedding", + "propose", + "marriage", + "valentines", + "diamond", + "fashion", + "jewelry", + "gem", + "engagement" + ], + "unified": "1f48d", + "native": "๐Ÿ’" + }, + "ring_buoy": { + "id": "ring_buoy", + "name": "Ring Buoy", + "keywords": [ + "life", + "saver", + "preserver" + ], + "unified": "1f6df", + "native": "๐Ÿ›Ÿ" + }, + "ringed_planet": { + "id": "ringed_planet", + "name": "Ringed Planet", + "keywords": [ + "outerspace" + ], + "unified": "1fa90", + "native": "๐Ÿช" + }, + "robot": { + "id": "robot", + "name": "Robot", + "keywords": [ + "face", + "computer", + "machine", + "bot" + ], + "unified": "1f916", + "native": "๐Ÿค–" + }, + "rock": { + "id": "rock", + "name": "Rock", + "keywords": [ + "stone" + ], + "unified": "1faa8", + "native": "๐Ÿชจ" + }, + "rocket": { + "id": "rocket", + "name": "Rocket", + "keywords": [ + "launch", + "ship", + "staffmode", + "NASA", + "outer", + "space", + "fly" + ], + "unified": "1f680", + "native": "๐Ÿš€" + }, + "roll_of_paper": { + "id": "roll_of_paper", + "name": "Roll of Paper", + "keywords": [], + "unified": "1f9fb", + "native": "๐Ÿงป" + }, + "rolled_up_newspaper": { + "id": "rolled_up_newspaper", + "name": "Rolled-Up Newspaper", + "keywords": [ + "rolled", + "up", + "press", + "headline" + ], + "unified": "1f5de", + "native": "๐Ÿ—ž๏ธ" + }, + "roller_coaster": { + "id": "roller_coaster", + "name": "Roller Coaster", + "keywords": [ + "carnival", + "playground", + "photo", + "fun" + ], + "unified": "1f3a2", + "native": "๐ŸŽข" + }, + "roller_skate": { + "id": "roller_skate", + "name": "Roller Skate", + "keywords": [ + "footwear", + "sports" + ], + "unified": "1f6fc", + "native": "๐Ÿ›ผ" + }, + "rolling_eyes": { + "id": "rolling_eyes", + "name": "Face with Rolling Eyes", + "keywords": [ + "eyeroll", + "frustrated" + ], + "unified": "1f644", + "native": "๐Ÿ™„" + }, + "rooster": { + "id": "rooster", + "name": "Rooster", + "keywords": [ + "animal", + "nature", + "chicken" + ], + "unified": "1f413", + "native": "๐Ÿ“" + }, + "rose": { + "id": "rose", + "name": "Rose", + "keywords": [ + "flowers", + "valentines", + "love", + "spring" + ], + "unified": "1f339", + "native": "๐ŸŒน" + }, + "rosette": { + "id": "rosette", + "name": "Rosette", + "keywords": [ + "flower", + "decoration", + "military" + ], + "unified": "1f3f5", + "native": "๐Ÿต๏ธ" + }, + "rotating_light": { + "id": "rotating_light", + "name": "Police Car Light", + "keywords": [ + "rotating", + "ambulance", + "911", + "emergency", + "alert", + "error", + "pinged", + "law", + "legal" + ], + "unified": "1f6a8", + "native": "๐Ÿšจ" + }, + "rotfl": { + "id": "rotfl", + "name": "Rolling on the Floor Laughing", + "keywords": [ + "face", + "lol", + "haha", + "rofl" + ], + "unified": "1f923", + "native": "๐Ÿคฃ" + }, + "round_pushpin": { + "id": "round_pushpin", + "name": "Round Pushpin", + "keywords": [ + "stationery", + "location", + "map", + "here" + ], + "unified": "1f4cd", + "native": "๐Ÿ“" + }, + "rowboat": { + "id": "rowboat", + "name": "Rowboat", + "keywords": [ + "person", + "rowing", + "boat", + "sport", + "move" + ], + "unified": "1f6a3", + "native": "๐Ÿšฃ" + }, + "ru": { + "id": "ru", + "name": "Russia Flag", + "keywords": [ + "ru", + "russian", + "federation", + "nation", + "country", + "banner" + ], + "unified": "1f1f7-1f1fa", + "native": "๐Ÿ‡ท๐Ÿ‡บ" + }, + "rugby": { + "id": "rugby", + "name": "Rugby Football", + "keywords": [ + "sports", + "team" + ], + "unified": "1f3c9", + "native": "๐Ÿ‰" + }, + "runner": { + "id": "runner", + "name": "Runner", + "keywords": [ + "running", + "person", + "move" + ], + "unified": "1f3c3", + "native": "๐Ÿƒ" + }, + "running_shirt_with_sash": { + "id": "running_shirt_with_sash", + "name": "Running Shirt", + "keywords": [ + "with", + "sash", + "play", + "pageant" + ], + "unified": "1f3bd", + "native": "๐ŸŽฝ" + }, + "sa": { + "id": "sa", + "name": "Squared Katakana Sa", + "keywords": [ + "japanese", + "service", + "charge", + "button", + "blue", + "square" + ], + "unified": "1f202", + "native": "๐Ÿˆ‚๏ธ" + }, + "sad": { + "id": "sad", + "name": "Frowning Face with Open Mouth", + "keywords": [ + "aw", + "what" + ], + "unified": "1f626", + "native": "๐Ÿ˜ฆ" + }, + "safety_pin": { + "id": "safety_pin", + "name": "Safety Pin", + "keywords": [ + "diaper" + ], + "unified": "1f9f7", + "native": "๐Ÿงท" + }, + "safety_vest": { + "id": "safety_vest", + "name": "Safety Vest", + "keywords": [ + "protection" + ], + "unified": "1f9ba", + "native": "๐Ÿฆบ" + }, + "sagittarius": { + "id": "sagittarius", + "name": "Sagittarius", + "keywords": [ + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "2650", + "native": "โ™" + }, + "sake": { + "id": "sake", + "name": "Sake", + "keywords": [ + "wine", + "drink", + "drunk", + "beverage", + "japanese", + "alcohol", + "booze" + ], + "unified": "1f376", + "native": "๐Ÿถ" + }, + "salt": { + "id": "salt", + "name": "Salt", + "keywords": [ + "condiment", + "shaker" + ], + "unified": "1f9c2", + "native": "๐Ÿง‚" + }, + "salute": { + "id": "salute", + "name": "Saluting Face", + "keywords": [ + "respect", + "salute" + ], + "unified": "1fae1", + "native": "๐Ÿซก" + }, + "sandal": { + "id": "sandal", + "name": "Womans Sandal", + "keywords": [ + "woman", + "s", + "shoes", + "fashion", + "flip", + "flops" + ], + "unified": "1f461", + "native": "๐Ÿ‘ก" + }, + "sandwich": { + "id": "sandwich", + "name": "Sandwich", + "keywords": [ + "food", + "lunch", + "bread" + ], + "unified": "1f96a", + "native": "๐Ÿฅช" + }, + "santa": { + "id": "santa", + "name": "Santa Claus", + "keywords": [ + "festival", + "man", + "male", + "xmas", + "father", + "christmas" + ], + "unified": "1f385", + "native": "๐ŸŽ…" + }, + "sari": { + "id": "sari", + "name": "Sari", + "keywords": [ + "dress" + ], + "unified": "1f97b", + "native": "๐Ÿฅป" + }, + "satellite": { + "id": "satellite", + "name": "Satellite", + "keywords": [ + "communication", + "gps", + "orbit", + "spaceflight", + "NASA", + "ISS" + ], + "unified": "1f6f0", + "native": "๐Ÿ›ฐ๏ธ" + }, + "satellite_antenna": { + "id": "satellite_antenna", + "name": "Satellite Antenna", + "keywords": [ + "communication", + "future", + "radio", + "space" + ], + "unified": "1f4e1", + "native": "๐Ÿ“ก" + }, + "sauropod": { + "id": "sauropod", + "name": "Sauropod", + "keywords": [ + "animal", + "nature", + "dinosaur", + "brachiosaurus", + "brontosaurus", + "diplodocus", + "extinct" + ], + "unified": "1f995", + "native": "๐Ÿฆ•" + }, + "saxophone": { + "id": "saxophone", + "name": "Saxophone", + "keywords": [ + "music", + "instrument", + "jazz", + "blues" + ], + "unified": "1f3b7", + "native": "๐ŸŽท" + }, + "scales": { + "id": "scales", + "name": "Balance Scale", + "keywords": [ + "scales", + "law", + "fairness", + "weight" + ], + "unified": "2696", + "native": "โš–๏ธ" + }, + "scarf": { + "id": "scarf", + "name": "Scarf", + "keywords": [ + "neck", + "winter", + "clothes" + ], + "unified": "1f9e3", + "native": "๐Ÿงฃ" + }, + "school": { + "id": "school", + "name": "School", + "keywords": [ + "building", + "student", + "education", + "learn", + "teach" + ], + "unified": "1f3eb", + "native": "๐Ÿซ" + }, + "school_satchel": { + "id": "school_satchel", + "name": "Backpack", + "keywords": [ + "school", + "satchel", + "student", + "education", + "bag" + ], + "unified": "1f392", + "native": "๐ŸŽ’" + }, + "scientist": { + "id": "scientist", + "name": "Scientist", + "keywords": [ + "chemistry" + ], + "unified": "1f9d1-200d-1f52c", + "native": "๐Ÿง‘โ€๐Ÿ”ฌ" + }, + "scissors": { + "id": "scissors", + "name": "Scissors", + "keywords": [ + "stationery", + "cut" + ], + "unified": "2702", + "native": "โœ‚๏ธ" + }, + "scooter": { + "id": "scooter", + "name": "Scooter", + "keywords": [ + "kick", + "vehicle", + "razor" + ], + "unified": "1f6f4", + "native": "๐Ÿ›ด" + }, + "scorpion": { + "id": "scorpion", + "name": "Scorpion", + "keywords": [ + "animal", + "arachnid" + ], + "unified": "1f982", + "native": "๐Ÿฆ‚" + }, + "scorpius": { + "id": "scorpius", + "name": "Scorpio", + "keywords": [ + "scorpius", + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "264f", + "native": "โ™" + }, + "scream": { + "id": "scream", + "name": "Face Screaming in Fear", + "keywords": [ + "scream", + "munch", + "scared", + "omg" + ], + "unified": "1f631", + "native": "๐Ÿ˜ฑ" + }, + "scream_cat": { + "id": "scream_cat", + "name": "Weary Cat", + "keywords": [ + "scream", + "animal", + "cats", + "munch", + "scared" + ], + "unified": "1f640", + "native": "๐Ÿ™€" + }, + "screwdriver": { + "id": "screwdriver", + "name": "Screwdriver", + "keywords": [ + "tools" + ], + "unified": "1fa9b", + "native": "๐Ÿช›" + }, + "scroll": { + "id": "scroll", + "name": "Scroll", + "keywords": [ + "documents", + "ancient", + "history", + "paper" + ], + "unified": "1f4dc", + "native": "๐Ÿ“œ" + }, + "seal": { + "id": "seal", + "name": "Seal", + "keywords": [ + "animal", + "creature", + "sea" + ], + "unified": "1f9ad", + "native": "๐Ÿฆญ" + }, + "seat": { + "id": "seat", + "name": "Seat", + "keywords": [ + "sit", + "airplane", + "transport", + "bus", + "flight", + "fly" + ], + "unified": "1f4ba", + "native": "๐Ÿ’บ" + }, + "second_place_medal": { + "id": "second_place_medal", + "name": "2nd Place Medal", + "keywords": [ + "second", + "award" + ], + "unified": "1f948", + "native": "๐Ÿฅˆ" + }, + "secret": { + "id": "secret", + "name": "Circled Ideograph Secret", + "keywords": [ + "japanese", + "button", + "privacy", + "chinese", + "sshh", + "kanji", + "red", + "circle" + ], + "unified": "3299", + "native": "ใŠ™๏ธ" + }, + "see_no_evil": { + "id": "see_no_evil", + "name": "See-No-Evil Monkey", + "keywords": [ + "see", + "no", + "evil", + "animal", + "nature", + "haha" + ], + "unified": "1f648", + "native": "๐Ÿ™ˆ" + }, + "seedling": { + "id": "seedling", + "name": "Seedling", + "keywords": [ + "plant", + "nature", + "grass", + "lawn", + "spring" + ], + "unified": "1f331", + "native": "๐ŸŒฑ" + }, + "selfie": { + "id": "selfie", + "name": "Selfie", + "keywords": [ + "camera", + "phone" + ], + "unified": "1f933", + "native": "๐Ÿคณ" + }, + "service_dog": { + "id": "service_dog", + "name": "Service Dog", + "keywords": [ + "blind", + "animal" + ], + "unified": "1f415-200d-1f9ba", + "native": "๐Ÿ•โ€๐Ÿฆบ" + }, + "seven": { + "id": "seven", + "name": "Keycap 7", + "keywords": [ + "seven", + "numbers", + "blue", + "square", + "prime" + ], + "unified": "37-20e3", + "native": "7๏ธโƒฃ" + }, + "sewing_needle": { + "id": "sewing_needle", + "name": "Sewing Needle", + "keywords": [ + "stitches" + ], + "unified": "1faa1", + "native": "๐Ÿชก" + }, + "shamrock": { + "id": "shamrock", + "name": "Shamrock", + "keywords": [ + "vegetable", + "plant", + "nature", + "irish", + "clover" + ], + "unified": "2618", + "native": "โ˜˜๏ธ" + }, + "shark": { + "id": "shark", + "name": "Shark", + "keywords": [ + "animal", + "nature", + "fish", + "sea", + "ocean", + "jaws", + "fins", + "beach" + ], + "unified": "1f988", + "native": "๐Ÿฆˆ" + }, + "shaved_ice": { + "id": "shaved_ice", + "name": "Shaved Ice", + "keywords": [ + "hot", + "dessert", + "summer" + ], + "unified": "1f367", + "native": "๐Ÿง" + }, + "sheep": { + "id": "sheep", + "name": "Ewe", + "keywords": [ + "sheep", + "animal", + "nature", + "wool", + "shipit" + ], + "unified": "1f411", + "native": "๐Ÿ‘" + }, + "shell": { + "id": "shell", + "name": "Spiral Shell", + "keywords": [ + "nature", + "sea", + "beach" + ], + "unified": "1f41a", + "native": "๐Ÿš" + }, + "shield": { + "id": "shield", + "name": "Shield", + "keywords": [ + "protection", + "security" + ], + "unified": "1f6e1", + "native": "๐Ÿ›ก๏ธ" + }, + "shinto_shrine": { + "id": "shinto_shrine", + "name": "Shinto Shrine", + "keywords": [ + "temple", + "japan", + "kyoto" + ], + "unified": "26e9", + "native": "โ›ฉ๏ธ" + }, + "ship": { + "id": "ship", + "name": "Ship", + "keywords": [ + "transportation", + "titanic", + "deploy" + ], + "unified": "1f6a2", + "native": "๐Ÿšข" + }, + "shirt": { + "id": "shirt", + "name": "T-Shirt", + "keywords": [ + "shirt", + "tshirt", + "t", + "fashion", + "cloth", + "casual", + "tee" + ], + "unified": "1f455", + "native": "๐Ÿ‘•" + }, + "shopping_bags": { + "id": "shopping_bags", + "name": "Shopping Bags", + "keywords": [ + "mall", + "buy", + "purchase" + ], + "unified": "1f6cd", + "native": "๐Ÿ›๏ธ" + }, + "shopping_trolley": { + "id": "shopping_trolley", + "name": "Shopping Cart", + "keywords": [ + "trolley" + ], + "unified": "1f6d2", + "native": "๐Ÿ›’" + }, + "shorts": { + "id": "shorts", + "name": "Shorts", + "keywords": [ + "clothing" + ], + "unified": "1fa73", + "native": "๐Ÿฉณ" + }, + "shower": { + "id": "shower", + "name": "Shower", + "keywords": [ + "clean", + "water", + "bathroom" + ], + "unified": "1f6bf", + "native": "๐Ÿšฟ" + }, + "shrimp": { + "id": "shrimp", + "name": "Shrimp", + "keywords": [ + "animal", + "ocean", + "nature", + "seafood" + ], + "unified": "1f990", + "native": "๐Ÿฆ" + }, + "shrug": { + "id": "shrug", + "name": "Shrug", + "keywords": [ + "person", + "shrugging", + "regardless" + ], + "unified": "1f937", + "native": "๐Ÿคท" + }, + "shush": { + "id": "shush", + "name": "Shushing Face", + "keywords": [ + "with", + "finger", + "covering", + "closed", + "lips", + "quiet", + "shhh" + ], + "unified": "1f92b", + "native": "๐Ÿคซ" + }, + "signal_strength": { + "id": "signal_strength", + "name": "Antenna Bars", + "keywords": [ + "signal", + "strength", + "blue", + "square", + "reception", + "phone", + "internet", + "connection", + "wifi", + "bluetooth" + ], + "unified": "1f4f6", + "native": "๐Ÿ“ถ" + }, + "singer": { + "id": "singer", + "name": "Singer", + "keywords": [ + "song", + "artist", + "performer" + ], + "unified": "1f9d1-200d-1f3a4", + "native": "๐Ÿง‘โ€๐ŸŽค" + }, + "six": { + "id": "six", + "name": "Keycap 6", + "keywords": [ + "six", + "numbers", + "blue", + "square" + ], + "unified": "36-20e3", + "native": "6๏ธโƒฃ" + }, + "six_pointed_star": { + "id": "six_pointed_star", + "name": "Dotted Six-Pointed Star", + "keywords": [ + "six", + "pointed", + "purple", + "square", + "religion", + "jewish", + "hexagram" + ], + "unified": "1f52f", + "native": "๐Ÿ”ฏ" + }, + "skateboard": { + "id": "skateboard", + "name": "Skateboard", + "keywords": [ + "board" + ], + "unified": "1f6f9", + "native": "๐Ÿ›น" + }, + "ski": { + "id": "ski", + "name": "Skis", + "keywords": [ + "ski", + "sports", + "winter", + "cold", + "snow" + ], + "unified": "1f3bf", + "native": "๐ŸŽฟ" + }, + "skier": { + "id": "skier", + "name": "Skier", + "keywords": [ + "sports", + "winter", + "snow" + ], + "unified": "26f7", + "native": "โ›ท๏ธ" + }, + "skull": { + "id": "skull", + "name": "Skull", + "keywords": [ + "dead", + "skeleton", + "creepy", + "death" + ], + "unified": "1f480", + "native": "๐Ÿ’€" + }, + "skull_and_crossbones": { + "id": "skull_and_crossbones", + "name": "Skull and Crossbones", + "keywords": [ + "poison", + "danger", + "deadly", + "scary", + "death", + "pirate", + "evil" + ], + "unified": "2620", + "native": "โ˜ ๏ธ" + }, + "skunk": { + "id": "skunk", + "name": "Skunk", + "keywords": [ + "animal" + ], + "unified": "1f9a8", + "native": "๐Ÿฆจ" + }, + "sled": { + "id": "sled", + "name": "Sled", + "keywords": [ + "sleigh", + "luge", + "toboggan" + ], + "unified": "1f6f7", + "native": "๐Ÿ›ท" + }, + "sleeping": { + "id": "sleeping", + "name": "Sleeping Face", + "keywords": [ + "tired", + "sleepy", + "night", + "zzz" + ], + "unified": "1f634", + "native": "๐Ÿ˜ด" + }, + "sleeping_accommodation": { + "id": "sleeping_accommodation", + "name": "Person in Bed", + "keywords": [ + "sleeping", + "accommodation", + "rest" + ], + "unified": "1f6cc", + "native": "๐Ÿ›Œ" + }, + "sleuth_or_spy": { + "id": "sleuth_or_spy", + "name": "Detective", + "keywords": [ + "sleuth", + "or", + "spy", + "human" + ], + "unified": "1f575", + "native": "๐Ÿ•ต๏ธ" + }, + "slot_machine": { + "id": "slot_machine", + "name": "Slot Machine", + "keywords": [ + "bet", + "gamble", + "vegas", + "fruit", + "luck", + "casino" + ], + "unified": "1f3b0", + "native": "๐ŸŽฐ" + }, + "sloth": { + "id": "sloth", + "name": "Sloth", + "keywords": [ + "animal" + ], + "unified": "1f9a5", + "native": "๐Ÿฆฅ" + }, + "small_airplane": { + "id": "small_airplane", + "name": "Small Airplane", + "keywords": [ + "flight", + "transportation", + "fly", + "vehicle" + ], + "unified": "1f6e9", + "native": "๐Ÿ›ฉ๏ธ" + }, + "small_blue_diamond": { + "id": "small_blue_diamond", + "name": "Small Blue Diamond", + "keywords": [ + "shape", + "jewel", + "gem" + ], + "unified": "1f539", + "native": "๐Ÿ”น" + }, + "small_orange_diamond": { + "id": "small_orange_diamond", + "name": "Small Orange Diamond", + "keywords": [ + "shape", + "jewel", + "gem" + ], + "unified": "1f538", + "native": "๐Ÿ”ธ" + }, + "small_red_triangle": { + "id": "small_red_triangle", + "name": "Red Triangle Pointed Up", + "keywords": [ + "small", + "shape", + "direction", + "top" + ], + "unified": "1f53a", + "native": "๐Ÿ”บ" + }, + "small_red_triangle_down": { + "id": "small_red_triangle_down", + "name": "Red Triangle Pointed Down", + "keywords": [ + "small", + "shape", + "direction", + "bottom" + ], + "unified": "1f53b", + "native": "๐Ÿ”ป" + }, + "smile": { + "id": "smile", + "name": "Smiling Face", + "keywords": [ + "smile", + "happy", + "joy", + ":D", + "grin" + ], + "unified": "1f600", + "native": "๐Ÿ˜€" + }, + "smile_cat": { + "id": "smile_cat", + "name": "Grinning Cat with Smiling Eyes", + "keywords": [ + "smile", + "animal", + "cats" + ], + "unified": "1f638", + "native": "๐Ÿ˜ธ" + }, + "smiley_cat": { + "id": "smiley_cat", + "name": "Grinning Cat", + "keywords": [ + "smiley", + "animal", + "cats", + "happy", + "smile" + ], + "unified": "1f63a", + "native": "๐Ÿ˜บ" + }, + "smiling_devil": { + "id": "smiling_devil", + "name": "Smiling Face with Horns", + "keywords": [ + "imp", + "devil" + ], + "unified": "1f608", + "native": "๐Ÿ˜ˆ" + }, + "smiling_tear": { + "id": "smiling_tear", + "name": "Smiling Face with Tear", + "keywords": [ + "sad", + "cry", + "pretend" + ], + "unified": "1f972", + "native": "๐Ÿฅฒ" + }, + "smirk": { + "id": "smirk", + "name": "Smirking Face", + "keywords": [ + "smirk", + "smile", + "mean", + "prank", + "smug", + "sarcasm" + ], + "unified": "1f60f", + "native": "๐Ÿ˜" + }, + "smirk_cat": { + "id": "smirk_cat", + "name": "Cat with Wry Smile", + "keywords": [ + "smirk", + "animal", + "cats" + ], + "unified": "1f63c", + "native": "๐Ÿ˜ผ" + }, + "smoking": { + "id": "smoking", + "name": "Cigarette", + "keywords": [ + "smoking", + "kills", + "tobacco", + "joint", + "smoke" + ], + "unified": "1f6ac", + "native": "๐Ÿšฌ" + }, + "snail": { + "id": "snail", + "name": "Snail", + "keywords": [ + "slow", + "animal", + "shell" + ], + "unified": "1f40c", + "native": "๐ŸŒ" + }, + "snake": { + "id": "snake", + "name": "Snake", + "keywords": [ + "animal", + "evil", + "nature", + "hiss", + "python" + ], + "unified": "1f40d", + "native": "๐Ÿ" + }, + "sneezing": { + "id": "sneezing", + "name": "Sneezing Face", + "keywords": [ + "gesundheit", + "sneeze", + "sick", + "allergy" + ], + "unified": "1f927", + "native": "๐Ÿคง" + }, + "snow_capped_mountain": { + "id": "snow_capped_mountain", + "name": "Snow-Capped Mountain", + "keywords": [ + "snow", + "capped", + "photo", + "nature", + "environment", + "winter", + "cold" + ], + "unified": "1f3d4", + "native": "๐Ÿ”๏ธ" + }, + "snow_cloud": { + "id": "snow_cloud", + "name": "Cloud with Snow", + "keywords": [ + "weather" + ], + "unified": "1f328", + "native": "๐ŸŒจ๏ธ" + }, + "snowboarder": { + "id": "snowboarder", + "name": "Snowboarder", + "keywords": [ + "sports", + "winter" + ], + "unified": "1f3c2", + "native": "๐Ÿ‚" + }, + "snowflake": { + "id": "snowflake", + "name": "Snowflake", + "keywords": [ + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas" + ], + "unified": "2744", + "native": "โ„๏ธ" + }, + "snowman": { + "id": "snowman", + "name": "Snowman", + "keywords": [ + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas", + "frozen" + ], + "unified": "2603", + "native": "โ˜ƒ๏ธ" + }, + "snowman_without_snow": { + "id": "snowman_without_snow", + "name": "Snowman Without Snow", + "keywords": [ + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas", + "frozen" + ], + "unified": "26c4", + "native": "โ›„" + }, + "soap": { + "id": "soap", + "name": "Soap", + "keywords": [ + "bar", + "bathing", + "cleaning", + "lather" + ], + "unified": "1f9fc", + "native": "๐Ÿงผ" + }, + "sob": { + "id": "sob", + "name": "Loudly Crying Face", + "keywords": [ + "sob", + "cry", + "tears", + "sad", + "upset", + "depressed" + ], + "unified": "1f62d", + "native": "๐Ÿ˜ญ" + }, + "soccer": { + "id": "soccer", + "name": "Soccer Ball", + "keywords": [ + "sports", + "football" + ], + "unified": "26bd", + "native": "โšฝ" + }, + "socks": { + "id": "socks", + "name": "Socks", + "keywords": [ + "stockings", + "clothes" + ], + "unified": "1f9e6", + "native": "๐Ÿงฆ" + }, + "softball": { + "id": "softball", + "name": "Softball", + "keywords": [ + "sports", + "balls" + ], + "unified": "1f94e", + "native": "๐ŸฅŽ" + }, + "soon": { + "id": "soon", + "name": "Soon Arrow", + "keywords": [ + "words" + ], + "unified": "1f51c", + "native": "๐Ÿ”œ" + }, + "sos": { + "id": "sos", + "name": "Sos Button", + "keywords": [ + "help", + "red", + "square", + "words", + "emergency", + "911" + ], + "unified": "1f198", + "native": "๐Ÿ†˜" + }, + "sound": { + "id": "sound", + "name": "Speaker Medium Volume", + "keywords": [ + "sound", + "broadcast" + ], + "unified": "1f509", + "native": "๐Ÿ”‰" + }, + "space_invader": { + "id": "space_invader", + "name": "Alien Monster", + "keywords": [ + "space", + "invader", + "game", + "arcade", + "play" + ], + "unified": "1f47e", + "native": "๐Ÿ‘พ" + }, + "spades": { + "id": "spades", + "name": "Spade Suit", + "keywords": [ + "spades", + "poker", + "cards", + "suits", + "magic" + ], + "unified": "2660", + "native": "โ™ ๏ธ" + }, + "spaghetti": { + "id": "spaghetti", + "name": "Spaghetti", + "keywords": [ + "food", + "italian", + "noodle" + ], + "unified": "1f35d", + "native": "๐Ÿ" + }, + "sparkle": { + "id": "sparkle", + "name": "Sparkle", + "keywords": [ + "stars", + "green", + "square", + "awesome", + "good", + "fireworks" + ], + "unified": "2747", + "native": "โ‡๏ธ" + }, + "sparkler": { + "id": "sparkler", + "name": "Sparkler", + "keywords": [ + "stars", + "night", + "shine" + ], + "unified": "1f387", + "native": "๐ŸŽ‡" + }, + "sparkles": { + "id": "sparkles", + "name": "Sparkles", + "keywords": [ + "stars", + "shine", + "shiny", + "cool", + "awesome", + "good", + "magic" + ], + "unified": "2728", + "native": "โœจ" + }, + "sparkling_heart": { + "id": "sparkling_heart", + "name": "Sparkling Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f496", + "native": "๐Ÿ’–" + }, + "speak_no_evil": { + "id": "speak_no_evil", + "name": "Speak-No-Evil Monkey", + "keywords": [ + "speak", + "no", + "evil", + "animal", + "nature", + "omg" + ], + "unified": "1f64a", + "native": "๐Ÿ™Š" + }, + "speaker": { + "id": "speaker", + "name": "Speaker", + "keywords": [ + "low", + "volume", + "sound", + "silence", + "broadcast" + ], + "unified": "1f508", + "native": "๐Ÿ”ˆ" + }, + "speaking_head_in_silhouette": { + "id": "speaking_head_in_silhouette", + "name": "Speaking Head", + "keywords": [ + "in", + "silhouette", + "user", + "person", + "human", + "sing", + "say", + "talk" + ], + "unified": "1f5e3", + "native": "๐Ÿ—ฃ๏ธ" + }, + "speech_balloon": { + "id": "speech_balloon", + "name": "Speech Balloon", + "keywords": [ + "bubble", + "words", + "message", + "talk", + "chatting" + ], + "unified": "1f4ac", + "native": "๐Ÿ’ฌ" + }, + "speedboat": { + "id": "speedboat", + "name": "Speedboat", + "keywords": [ + "ship", + "transportation", + "vehicle", + "summer" + ], + "unified": "1f6a4", + "native": "๐Ÿšค" + }, + "spider": { + "id": "spider", + "name": "Spider", + "keywords": [ + "animal", + "arachnid" + ], + "unified": "1f577", + "native": "๐Ÿ•ท๏ธ" + }, + "spider_web": { + "id": "spider_web", + "name": "Spider Web", + "keywords": [ + "animal", + "insect", + "arachnid", + "silk" + ], + "unified": "1f578", + "native": "๐Ÿ•ธ๏ธ" + }, + "spiral_calendar_pad": { + "id": "spiral_calendar_pad", + "name": "Spiral Calendar", + "keywords": [ + "pad", + "date", + "schedule", + "planning" + ], + "unified": "1f5d3", + "native": "๐Ÿ—“๏ธ" + }, + "spiral_eyes": { + "id": "spiral_eyes", + "name": "Face with Spiral Eyes", + "keywords": [ + "sick", + "ill", + "confused", + "nauseous", + "nausea" + ], + "unified": "1f635-200d-1f4ab", + "native": "๐Ÿ˜ตโ€๐Ÿ’ซ" + }, + "spiral_note_pad": { + "id": "spiral_note_pad", + "name": "Spiral Notepad", + "keywords": [ + "note", + "pad", + "memo", + "stationery" + ], + "unified": "1f5d2", + "native": "๐Ÿ—’๏ธ" + }, + "spock-hand": { + "id": "spock-hand", + "name": "Vulcan Salute", + "keywords": [ + "spock", + "hand", + "fingers", + "star", + "trek" + ], + "unified": "1f596", + "native": "๐Ÿ––" + }, + "sponge": { + "id": "sponge", + "name": "Sponge", + "keywords": [ + "absorbing", + "cleaning", + "porous" + ], + "unified": "1f9fd", + "native": "๐Ÿงฝ" + }, + "spoon": { + "id": "spoon", + "name": "Spoon", + "keywords": [ + "cutlery", + "kitchen", + "tableware" + ], + "unified": "1f944", + "native": "๐Ÿฅ„" + }, + "sports_medal": { + "id": "sports_medal", + "name": "Sports Medal", + "keywords": [ + "award", + "winning" + ], + "unified": "1f3c5", + "native": "๐Ÿ…" + }, + "squid": { + "id": "squid", + "name": "Squid", + "keywords": [ + "animal", + "nature", + "ocean", + "sea" + ], + "unified": "1f991", + "native": "๐Ÿฆ‘" + }, + "stadium": { + "id": "stadium", + "name": "Stadium", + "keywords": [ + "photo", + "place", + "sports", + "concert", + "venue" + ], + "unified": "1f3df", + "native": "๐ŸŸ๏ธ" + }, + "standing_person": { + "id": "standing_person", + "name": "Standing Person", + "keywords": [ + "still" + ], + "unified": "1f9cd", + "native": "๐Ÿง" + }, + "star": { + "id": "star", + "name": "Star", + "keywords": [ + "night", + "yellow" + ], + "unified": "2b50", + "native": "โญ" + }, + "star-struck": { + "id": "star-struck", + "name": "Star-Struck", + "keywords": [ + "star", + "struck", + "grinning", + "face", + "with", + "eyes", + "smile", + "starry" + ], + "unified": "1f929", + "native": "๐Ÿคฉ" + }, + "star2": { + "id": "star2", + "name": "Glowing Star", + "keywords": [ + "star2", + "night", + "sparkle", + "awesome", + "good", + "magic" + ], + "unified": "1f31f", + "native": "๐ŸŒŸ" + }, + "star_and_crescent": { + "id": "star_and_crescent", + "name": "Star and Crescent", + "keywords": [ + "islam" + ], + "unified": "262a", + "native": "โ˜ช๏ธ" + }, + "star_of_david": { + "id": "star_of_david", + "name": "Star of David", + "keywords": [ + "judaism" + ], + "unified": "2721", + "native": "โœก๏ธ" + }, + "stars": { + "id": "stars", + "name": "Shooting Star", + "keywords": [ + "stars", + "night", + "photo" + ], + "unified": "1f320", + "native": "๐ŸŒ " + }, + "station": { + "id": "station", + "name": "Station", + "keywords": [ + "transportation", + "vehicle", + "public" + ], + "unified": "1f689", + "native": "๐Ÿš‰" + }, + "statue_of_liberty": { + "id": "statue_of_liberty", + "name": "Statue of Liberty", + "keywords": [ + "american", + "newyork" + ], + "unified": "1f5fd", + "native": "๐Ÿ—ฝ" + }, + "steam_locomotive": { + "id": "steam_locomotive", + "name": "Locomotive", + "keywords": [ + "steam", + "transportation", + "vehicle", + "train" + ], + "unified": "1f682", + "native": "๐Ÿš‚" + }, + "stethoscope": { + "id": "stethoscope", + "name": "Stethoscope", + "keywords": [ + "health" + ], + "unified": "1fa7a", + "native": "๐Ÿฉบ" + }, + "stew": { + "id": "stew", + "name": "Pot of Food", + "keywords": [ + "stew", + "meat", + "soup" + ], + "unified": "1f372", + "native": "๐Ÿฒ" + }, + "stopwatch": { + "id": "stopwatch", + "name": "Stopwatch", + "keywords": [ + "time", + "deadline" + ], + "unified": "23f1", + "native": "โฑ๏ธ" + }, + "straight_ruler": { + "id": "straight_ruler", + "name": "Straight Ruler", + "keywords": [ + "stationery", + "calculate", + "length", + "math", + "school", + "drawing", + "architect", + "sketch" + ], + "unified": "1f4cf", + "native": "๐Ÿ“" + }, + "strawberry": { + "id": "strawberry", + "name": "Strawberry", + "keywords": [ + "fruit", + "food", + "nature" + ], + "unified": "1f353", + "native": "๐Ÿ“" + }, + "student": { + "id": "student", + "name": "Student", + "keywords": [ + "learn" + ], + "unified": "1f9d1-200d-1f393", + "native": "๐Ÿง‘โ€๐ŸŽ“" + }, + "studio_microphone": { + "id": "studio_microphone", + "name": "Studio Microphone", + "keywords": [ + "sing", + "recording", + "artist", + "talkshow" + ], + "unified": "1f399", + "native": "๐ŸŽ™๏ธ" + }, + "stuffed_flatbread": { + "id": "stuffed_flatbread", + "name": "Stuffed Flatbread", + "keywords": [ + "food", + "gyro" + ], + "unified": "1f959", + "native": "๐Ÿฅ™" + }, + "sun_with_face": { + "id": "sun_with_face", + "name": "Sun with Face", + "keywords": [ + "nature", + "morning", + "sky" + ], + "unified": "1f31e", + "native": "๐ŸŒž" + }, + "sunflower": { + "id": "sunflower", + "name": "Sunflower", + "keywords": [ + "nature", + "plant", + "fall" + ], + "unified": "1f33b", + "native": "๐ŸŒป" + }, + "sunglasses": { + "id": "sunglasses", + "name": "Smiling Face with Sunglasses", + "keywords": [ + "cool", + "smile", + "summer", + "beach", + "sunglass" + ], + "unified": "1f60e", + "native": "๐Ÿ˜Ž" + }, + "sunny": { + "id": "sunny", + "name": "Sun", + "keywords": [ + "sunny", + "weather", + "nature", + "brightness", + "summer", + "beach", + "spring" + ], + "unified": "2600", + "native": "โ˜€๏ธ" + }, + "sunrise": { + "id": "sunrise", + "name": "Sunrise", + "keywords": [ + "morning", + "view", + "vacation", + "photo" + ], + "unified": "1f305", + "native": "๐ŸŒ…" + }, + "sunrise_over_mountains": { + "id": "sunrise_over_mountains", + "name": "Sunrise over Mountains", + "keywords": [ + "view", + "vacation", + "photo" + ], + "unified": "1f304", + "native": "๐ŸŒ„" + }, + "superhero": { + "id": "superhero", + "name": "Superhero", + "keywords": [ + "marvel" + ], + "unified": "1f9b8", + "native": "๐Ÿฆธ" + }, + "supervillain": { + "id": "supervillain", + "name": "Supervillain", + "keywords": [ + "marvel" + ], + "unified": "1f9b9", + "native": "๐Ÿฆน" + }, + "surfer": { + "id": "surfer", + "name": "Surfer", + "keywords": [ + "person", + "surfing", + "sport", + "sea" + ], + "unified": "1f3c4", + "native": "๐Ÿ„" + }, + "surprised": { + "id": "surprised", + "name": "Hushed Face", + "keywords": [ + "woo", + "shh" + ], + "unified": "1f62f", + "native": "๐Ÿ˜ฏ" + }, + "sushi": { + "id": "sushi", + "name": "Sushi", + "keywords": [ + "food", + "fish", + "japanese", + "rice" + ], + "unified": "1f363", + "native": "๐Ÿฃ" + }, + "suspension_railway": { + "id": "suspension_railway", + "name": "Suspension Railway", + "keywords": [ + "vehicle", + "transportation" + ], + "unified": "1f69f", + "native": "๐ŸšŸ" + }, + "swan": { + "id": "swan", + "name": "Swan", + "keywords": [ + "animal", + "nature", + "bird" + ], + "unified": "1f9a2", + "native": "๐Ÿฆข" + }, + "sweat": { + "id": "sweat", + "name": "Face with Cold Sweat", + "keywords": [ + "downcast", + "hot", + "sad", + "tired", + "exercise" + ], + "unified": "1f613", + "native": "๐Ÿ˜“" + }, + "sweat_drops": { + "id": "sweat_drops", + "name": "Sweat Droplets", + "keywords": [ + "drops", + "water", + "drip", + "oops" + ], + "unified": "1f4a6", + "native": "๐Ÿ’ฆ" + }, + "sweat_smile": { + "id": "sweat_smile", + "name": "Grinning Face with Sweat", + "keywords": [ + "smile", + "hot", + "happy", + "laugh", + "relief" + ], + "unified": "1f605", + "native": "๐Ÿ˜…" + }, + "sweet_potato": { + "id": "sweet_potato", + "name": "Roasted Sweet Potato", + "keywords": [ + "food", + "nature" + ], + "unified": "1f360", + "native": "๐Ÿ " + }, + "swimmer": { + "id": "swimmer", + "name": "Swimmer", + "keywords": [ + "person", + "swimming", + "sport", + "pool" + ], + "unified": "1f3ca", + "native": "๐ŸŠ" + }, + "symbols": { + "id": "symbols", + "name": "Input Symbols", + "keywords": [ + "blue", + "square", + "music", + "note", + "ampersand", + "percent", + "glyphs", + "characters" + ], + "unified": "1f523", + "native": "๐Ÿ”ฃ" + }, + "symbols_on_mouth": { + "id": "symbols_on_mouth", + "name": "Face with Symbols on Mouth", + "keywords": [ + "serious", + "covering", + "swearing", + "cursing", + "cussing", + "profanity", + "expletive" + ], + "unified": "1f92c", + "native": "๐Ÿคฌ" + }, + "synagogue": { + "id": "synagogue", + "name": "Synagogue", + "keywords": [ + "judaism", + "worship", + "temple", + "jewish" + ], + "unified": "1f54d", + "native": "๐Ÿ•" + }, + "syringe": { + "id": "syringe", + "name": "Syringe", + "keywords": [ + "health", + "hospital", + "drugs", + "blood", + "medicine", + "needle", + "doctor", + "nurse" + ], + "unified": "1f489", + "native": "๐Ÿ’‰" + }, + "t-rex": { + "id": "t-rex", + "name": "T-Rex", + "keywords": [ + "t", + "rex", + "animal", + "nature", + "dinosaur", + "tyrannosaurus", + "extinct" + ], + "unified": "1f996", + "native": "๐Ÿฆ–" + }, + "table_tennis_paddle_and_ball": { + "id": "table_tennis_paddle_and_ball", + "name": "Ping Pong", + "keywords": [ + "table", + "tennis", + "paddle", + "and", + "ball", + "sports", + "pingpong" + ], + "unified": "1f3d3", + "native": "๐Ÿ“" + }, + "taco": { + "id": "taco", + "name": "Taco", + "keywords": [ + "food", + "mexican" + ], + "unified": "1f32e", + "native": "๐ŸŒฎ" + }, + "tada": { + "id": "tada", + "name": "Party Popper", + "keywords": [ + "tada", + "congratulations", + "birthday", + "magic", + "circus", + "celebration" + ], + "unified": "1f389", + "native": "๐ŸŽ‰" + }, + "takeout_box": { + "id": "takeout_box", + "name": "Takeout Box", + "keywords": [ + "food", + "leftovers" + ], + "unified": "1f961", + "native": "๐Ÿฅก" + }, + "tamale": { + "id": "tamale", + "name": "Tamale", + "keywords": [ + "food", + "masa" + ], + "unified": "1fad4", + "native": "๐Ÿซ”" + }, + "tanabata_tree": { + "id": "tanabata_tree", + "name": "Tanabata Tree", + "keywords": [ + "plant", + "nature", + "branch", + "summer" + ], + "unified": "1f38b", + "native": "๐ŸŽ‹" + }, + "tangerine": { + "id": "tangerine", + "name": "Tangerine", + "keywords": [ + "food", + "fruit", + "nature", + "orange" + ], + "unified": "1f34a", + "native": "๐ŸŠ" + }, + "taurus": { + "id": "taurus", + "name": "Taurus", + "keywords": [ + "purple", + "square", + "sign", + "zodiac", + "astrology" + ], + "unified": "2649", + "native": "โ™‰" + }, + "taxi": { + "id": "taxi", + "name": "Taxi", + "keywords": [ + "uber", + "vehicle", + "cars", + "transportation" + ], + "unified": "1f695", + "native": "๐Ÿš•" + }, + "tea": { + "id": "tea", + "name": "Teacup Without Handle", + "keywords": [ + "tea", + "drink", + "bowl", + "breakfast", + "green", + "british" + ], + "unified": "1f375", + "native": "๐Ÿต" + }, + "teacher": { + "id": "teacher", + "name": "Teacher", + "keywords": [ + "professor" + ], + "unified": "1f9d1-200d-1f3eb", + "native": "๐Ÿง‘โ€๐Ÿซ" + }, + "teapot": { + "id": "teapot", + "name": "Teapot", + "keywords": [ + "drink", + "hot" + ], + "unified": "1fad6", + "native": "๐Ÿซ–" + }, + "technologist": { + "id": "technologist", + "name": "Technologist", + "keywords": [ + "computer" + ], + "unified": "1f9d1-200d-1f4bb", + "native": "๐Ÿง‘โ€๐Ÿ’ป" + }, + "teddy_bear": { + "id": "teddy_bear", + "name": "Teddy Bear", + "keywords": [ + "plush", + "stuffed" + ], + "unified": "1f9f8", + "native": "๐Ÿงธ" + }, + "telephone_receiver": { + "id": "telephone_receiver", + "name": "Telephone Receiver", + "keywords": [ + "technology", + "communication", + "dial" + ], + "unified": "1f4de", + "native": "๐Ÿ“ž" + }, + "telescope": { + "id": "telescope", + "name": "Telescope", + "keywords": [ + "stars", + "space", + "zoom", + "science", + "astronomy" + ], + "unified": "1f52d", + "native": "๐Ÿ”ญ" + }, + "tennis": { + "id": "tennis", + "name": "Tennis", + "keywords": [ + "sports", + "balls", + "green" + ], + "unified": "1f3be", + "native": "๐ŸŽพ" + }, + "tent": { + "id": "tent", + "name": "Tent", + "keywords": [ + "photo", + "camping", + "outdoors" + ], + "unified": "26fa", + "native": "โ›บ" + }, + "test_tube": { + "id": "test_tube", + "name": "Test Tube", + "keywords": [ + "chemistry", + "experiment", + "lab", + "science" + ], + "unified": "1f9ea", + "native": "๐Ÿงช" + }, + "thermometer": { + "id": "thermometer", + "name": "Thermometer", + "keywords": [ + "weather", + "temperature", + "hot", + "cold" + ], + "unified": "1f321", + "native": "๐ŸŒก๏ธ" + }, + "thinking": { + "id": "thinking", + "name": "Thinking Face", + "keywords": [ + "hmmm", + "think", + "consider" + ], + "unified": "1f914", + "native": "๐Ÿค”" + }, + "third_place_medal": { + "id": "third_place_medal", + "name": "3rd Place Medal", + "keywords": [ + "third", + "award" + ], + "unified": "1f949", + "native": "๐Ÿฅ‰" + }, + "thong_sandal": { + "id": "thong_sandal", + "name": "Thong Sandal", + "keywords": [ + "footwear", + "summer" + ], + "unified": "1fa74", + "native": "๐Ÿฉด" + }, + "thought_balloon": { + "id": "thought_balloon", + "name": "Thought Balloon", + "keywords": [ + "bubble", + "cloud", + "speech", + "thinking", + "dream" + ], + "unified": "1f4ad", + "native": "๐Ÿ’ญ" + }, + "thread": { + "id": "thread", + "name": "Thread", + "keywords": [ + "needle", + "sewing", + "spool", + "string" + ], + "unified": "1f9f5", + "native": "๐Ÿงต" + }, + "three": { + "id": "three", + "name": "Keycap 3", + "keywords": [ + "three", + "numbers", + "prime", + "blue", + "square" + ], + "unified": "33-20e3", + "native": "3๏ธโƒฃ" + }, + "three_button_mouse": { + "id": "three_button_mouse", + "name": "Computer Mouse", + "keywords": [ + "three", + "button", + "click" + ], + "unified": "1f5b1", + "native": "๐Ÿ–ฑ๏ธ" + }, + "thumbs_down": { + "id": "thumbs_down", + "name": "Thumbs Down", + "keywords": [ + "-1", + "thumbsdown", + "no", + "dislike", + "hand" + ], + "unified": "1f44e", + "native": "๐Ÿ‘Ž" + }, + "thumbs_up": { + "id": "thumbs_up", + "name": "Thumbs Up", + "keywords": [ + "+1", + "thumbsup", + "yes", + "awesome", + "good", + "agree", + "accept", + "cool", + "hand", + "like" + ], + "unified": "1f44d", + "native": "๐Ÿ‘" + }, + "thunder_cloud_and_rain": { + "id": "thunder_cloud_and_rain", + "name": "Cloud with Lightning and Rain", + "keywords": [ + "thunder", + "weather" + ], + "unified": "26c8", + "native": "โ›ˆ๏ธ" + }, + "ticket": { + "id": "ticket", + "name": "Ticket", + "keywords": [ + "event", + "concert", + "pass" + ], + "unified": "1f3ab", + "native": "๐ŸŽซ" + }, + "tiger": { + "id": "tiger", + "name": "Tiger Face", + "keywords": [ + "animal", + "cat", + "danger", + "wild", + "nature", + "roar" + ], + "unified": "1f42f", + "native": "๐Ÿฏ" + }, + "tiger2": { + "id": "tiger2", + "name": "Tiger", + "keywords": [ + "tiger2", + "animal", + "nature", + "roar" + ], + "unified": "1f405", + "native": "๐Ÿ…" + }, + "timer_clock": { + "id": "timer_clock", + "name": "Timer Clock", + "keywords": [ + "alarm" + ], + "unified": "23f2", + "native": "โฒ๏ธ" + }, + "tired": { + "id": "tired", + "name": "Tired Face", + "keywords": [ + "sick", + "whine", + "upset", + "frustrated" + ], + "unified": "1f62b", + "native": "๐Ÿ˜ซ" + }, + "tm": { + "id": "tm", + "name": "Trade Mark", + "keywords": [ + "tm", + "trademark", + "brand", + "law", + "legal" + ], + "unified": "2122", + "native": "โ„ข๏ธ" + }, + "toilet": { + "id": "toilet", + "name": "Toilet", + "keywords": [ + "restroom", + "wc", + "washroom", + "bathroom", + "potty" + ], + "unified": "1f6bd", + "native": "๐Ÿšฝ" + }, + "tokyo_tower": { + "id": "tokyo_tower", + "name": "Tokyo Tower", + "keywords": [ + "photo", + "japanese" + ], + "unified": "1f5fc", + "native": "๐Ÿ—ผ" + }, + "tomato": { + "id": "tomato", + "name": "Tomato", + "keywords": [ + "fruit", + "vegetable", + "nature", + "food" + ], + "unified": "1f345", + "native": "๐Ÿ…" + }, + "tongue": { + "id": "tongue", + "name": "Face with Tongue", + "keywords": [ + "stuck", + "out", + "prank", + "childish", + "playful", + "mischievous", + "smile" + ], + "unified": "1f61b", + "native": "๐Ÿ˜›" + }, + "tongue_closed_eyes": { + "id": "tongue_closed_eyes", + "name": "Squinting Face with Tongue", + "keywords": [ + "stuck", + "out", + "closed", + "eyes", + "prank", + "playful", + "mischievous", + "smile" + ], + "unified": "1f61d", + "native": "๐Ÿ˜" + }, + "tongue_wink": { + "id": "tongue_wink", + "name": "Winking Face with Tongue", + "keywords": [ + "stuck", + "out", + "eye", + "prank", + "childish", + "playful", + "mischievous", + "smile", + "wink" + ], + "unified": "1f61c", + "native": "๐Ÿ˜œ" + }, + "toolbox": { + "id": "toolbox", + "name": "Toolbox", + "keywords": [ + "tools", + "diy", + "fix", + "maintainer", + "mechanic" + ], + "unified": "1f9f0", + "native": "๐Ÿงฐ" + }, + "tooth": { + "id": "tooth", + "name": "Tooth", + "keywords": [ + "teeth", + "dentist" + ], + "unified": "1f9b7", + "native": "๐Ÿฆท" + }, + "toothbrush": { + "id": "toothbrush", + "name": "Toothbrush", + "keywords": [ + "hygiene", + "dental" + ], + "unified": "1faa5", + "native": "๐Ÿชฅ" + }, + "top": { + "id": "top", + "name": "Top Arrow", + "keywords": [ + "words", + "blue", + "square" + ], + "unified": "1f51d", + "native": "๐Ÿ”" + }, + "tophat": { + "id": "tophat", + "name": "Top Hat", + "keywords": [ + "tophat", + "magic", + "gentleman", + "classy", + "circus" + ], + "unified": "1f3a9", + "native": "๐ŸŽฉ" + }, + "tornado": { + "id": "tornado", + "name": "Tornado", + "keywords": [ + "cloud", + "weather", + "cyclone", + "twister" + ], + "unified": "1f32a", + "native": "๐ŸŒช๏ธ" + }, + "trackball": { + "id": "trackball", + "name": "Trackball", + "keywords": [ + "technology", + "trackpad" + ], + "unified": "1f5b2", + "native": "๐Ÿ–ฒ๏ธ" + }, + "tractor": { + "id": "tractor", + "name": "Tractor", + "keywords": [ + "vehicle", + "car", + "farming", + "agriculture" + ], + "unified": "1f69c", + "native": "๐Ÿšœ" + }, + "traffic_light": { + "id": "traffic_light", + "name": "Horizontal Traffic Light", + "keywords": [ + "transportation", + "signal" + ], + "unified": "1f6a5", + "native": "๐Ÿšฅ" + }, + "train": { + "id": "train", + "name": "Tram Car", + "keywords": [ + "train", + "transportation", + "vehicle", + "carriage", + "public", + "travel" + ], + "unified": "1f68b", + "native": "๐Ÿš‹" + }, + "train2": { + "id": "train2", + "name": "Train", + "keywords": [ + "train2", + "transportation", + "vehicle" + ], + "unified": "1f686", + "native": "๐Ÿš†" + }, + "tram": { + "id": "tram", + "name": "Tram", + "keywords": [ + "transportation", + "vehicle" + ], + "unified": "1f68a", + "native": "๐ŸšŠ" + }, + "transgender_flag": { + "id": "transgender_flag", + "name": "Transgender Flag", + "keywords": [ + "lgbtq" + ], + "unified": "1f3f3-fe0f-200d-26a7-fe0f", + "native": "๐Ÿณ๏ธโ€โšง๏ธ" + }, + "transgender_symbol": { + "id": "transgender_symbol", + "name": "Transgender Symbol", + "keywords": [ + "lgbtq" + ], + "unified": "26a7", + "native": "โšง๏ธ" + }, + "triangular_flag_on_post": { + "id": "triangular_flag_on_post", + "name": "Triangular Flag", + "keywords": [ + "on", + "post", + "mark", + "milestone", + "place" + ], + "unified": "1f6a9", + "native": "๐Ÿšฉ" + }, + "triangular_ruler": { + "id": "triangular_ruler", + "name": "Triangular Ruler", + "keywords": [ + "stationery", + "math", + "architect", + "sketch" + ], + "unified": "1f4d0", + "native": "๐Ÿ“" + }, + "trident": { + "id": "trident", + "name": "Trident Emblem", + "keywords": [ + "weapon", + "spear" + ], + "unified": "1f531", + "native": "๐Ÿ”ฑ" + }, + "troll": { + "id": "troll", + "name": "Troll", + "keywords": [ + "mystical", + "monster" + ], + "unified": "1f9cc", + "native": "๐ŸงŒ" + }, + "trolleybus": { + "id": "trolleybus", + "name": "Trolleybus", + "keywords": [ + "bart", + "transportation", + "vehicle" + ], + "unified": "1f68e", + "native": "๐ŸšŽ" + }, + "trophy": { + "id": "trophy", + "name": "Trophy", + "keywords": [ + "win", + "award", + "contest", + "place", + "ftw", + "ceremony" + ], + "unified": "1f3c6", + "native": "๐Ÿ†" + }, + "tropical_drink": { + "id": "tropical_drink", + "name": "Tropical Drink", + "keywords": [ + "beverage", + "cocktail", + "summer", + "beach", + "alcohol", + "booze", + "mojito" + ], + "unified": "1f379", + "native": "๐Ÿน" + }, + "tropical_fish": { + "id": "tropical_fish", + "name": "Tropical Fish", + "keywords": [ + "animal", + "swim", + "ocean", + "beach", + "nemo" + ], + "unified": "1f420", + "native": "๐Ÿ " + }, + "truck": { + "id": "truck", + "name": "Delivery Truck", + "keywords": [ + "cars", + "transportation" + ], + "unified": "1f69a", + "native": "๐Ÿšš" + }, + "trumpet": { + "id": "trumpet", + "name": "Trumpet", + "keywords": [ + "music", + "brass" + ], + "unified": "1f3ba", + "native": "๐ŸŽบ" + }, + "tulip": { + "id": "tulip", + "name": "Tulip", + "keywords": [ + "flowers", + "plant", + "nature", + "summer", + "spring" + ], + "unified": "1f337", + "native": "๐ŸŒท" + }, + "tumbler_glass": { + "id": "tumbler_glass", + "name": "Tumbler Glass", + "keywords": [ + "drink", + "beverage", + "drunk", + "alcohol", + "liquor", + "booze", + "bourbon", + "scotch", + "whisky", + "shot" + ], + "unified": "1f943", + "native": "๐Ÿฅƒ" + }, + "turkey": { + "id": "turkey", + "name": "Turkey", + "keywords": [ + "animal", + "bird" + ], + "unified": "1f983", + "native": "๐Ÿฆƒ" + }, + "turtle": { + "id": "turtle", + "name": "Turtle", + "keywords": [ + "animal", + "slow", + "nature", + "tortoise" + ], + "unified": "1f422", + "native": "๐Ÿข" + }, + "tv": { + "id": "tv", + "name": "Television", + "keywords": [ + "tv", + "technology", + "program", + "oldschool", + "show" + ], + "unified": "1f4fa", + "native": "๐Ÿ“บ" + }, + "twinkle": { + "id": "twinkle", + "name": "Twinkle Smiling Face", + "keywords": [ + "smiley", + "happy", + "joy", + "haha", + ":D", + ":)", + "smile", + "funny" + ], + "unified": "1f603", + "native": "๐Ÿ˜ƒ" + }, + "twisted_rightwards_arrows": { + "id": "twisted_rightwards_arrows", + "name": "Shuffle Tracks Button", + "keywords": [ + "twisted", + "rightwards", + "arrows", + "blue", + "square", + "music", + "random" + ], + "unified": "1f500", + "native": "๐Ÿ”€" + }, + "two": { + "id": "two", + "name": "Keycap 2", + "keywords": [ + "two", + "numbers", + "prime", + "blue", + "square" + ], + "unified": "32-20e3", + "native": "2๏ธโƒฃ" + }, + "two_hearts": { + "id": "two_hearts", + "name": "Two Hearts", + "keywords": [ + "love", + "like", + "affection", + "valentines", + "heart" + ], + "unified": "1f495", + "native": "๐Ÿ’•" + }, + "two_men_holding_hands": { + "id": "two_men_holding_hands", + "name": "Men Holding Hands", + "keywords": [ + "two", + "pair", + "couple", + "love", + "like", + "bromance", + "friendship", + "people", + "human" + ], + "unified": "1f46c", + "native": "๐Ÿ‘ฌ" + }, + "two_women_holding_hands": { + "id": "two_women_holding_hands", + "name": "Women Holding Hands", + "keywords": [ + "two", + "pair", + "friendship", + "couple", + "love", + "like", + "female", + "people", + "human" + ], + "unified": "1f46d", + "native": "๐Ÿ‘ญ" + }, + "u5272": { + "id": "u5272", + "name": "Japanese โ€œdiscountโ€ Button", + "keywords": [ + "u5272", + "discount", + "cut", + "divide", + "chinese", + "kanji", + "pink", + "square" + ], + "unified": "1f239", + "native": "๐Ÿˆน" + }, + "u5408": { + "id": "u5408", + "name": "Japanese โ€œpassing Gradeโ€ Button", + "keywords": [ + "u5408", + "passing", + "grade", + "chinese", + "join", + "kanji", + "red", + "square" + ], + "unified": "1f234", + "native": "๐Ÿˆด" + }, + "u55b6": { + "id": "u55b6", + "name": "Squared Cjk Unified Ideograph-55b6", + "keywords": [ + "u55b6", + "japanese", + "open", + "for", + "business", + "button", + "opening", + "hours", + "orange", + "square" + ], + "unified": "1f23a", + "native": "๐Ÿˆบ" + }, + "u6307": { + "id": "u6307", + "name": "Japanese โ€œreservedโ€ Button", + "keywords": [ + "u6307", + "reserved", + "chinese", + "point", + "green", + "square", + "kanji" + ], + "unified": "1f22f", + "native": "๐Ÿˆฏ" + }, + "u6708": { + "id": "u6708", + "name": "Japanese โ€œmonthly Amountโ€ Button", + "keywords": [ + "u6708", + "monthly", + "amount", + "chinese", + "month", + "moon", + "orange", + "square", + "kanji" + ], + "unified": "1f237", + "native": "๐Ÿˆท๏ธ" + }, + "u6709": { + "id": "u6709", + "name": "Squared Cjk Unified Ideograph-6709", + "keywords": [ + "u6709", + "japanese", + "not", + "free", + "of", + "charge", + "button", + "orange", + "square", + "chinese", + "have", + "kanji" + ], + "unified": "1f236", + "native": "๐Ÿˆถ" + }, + "u6e80": { + "id": "u6e80", + "name": "Japanese โ€œno Vacancyโ€ Button", + "keywords": [ + "u6e80", + "no", + "vacancy", + "full", + "chinese", + "red", + "square", + "kanji" + ], + "unified": "1f235", + "native": "๐Ÿˆต" + }, + "u7121": { + "id": "u7121", + "name": "Japanese โ€œfree of Chargeโ€ Button", + "keywords": [ + "u7121", + "free", + "charge", + "nothing", + "chinese", + "kanji", + "orange", + "square" + ], + "unified": "1f21a", + "native": "๐Ÿˆš" + }, + "u7533": { + "id": "u7533", + "name": "Japanese โ€œapplicationโ€ Button", + "keywords": [ + "u7533", + "application", + "chinese", + "kanji", + "orange", + "square" + ], + "unified": "1f238", + "native": "๐Ÿˆธ" + }, + "u7981": { + "id": "u7981", + "name": "Japanese โ€œprohibitedโ€ Button", + "keywords": [ + "u7981", + "prohibited", + "kanji", + "chinese", + "forbidden", + "limit", + "restricted", + "red", + "square" + ], + "unified": "1f232", + "native": "๐Ÿˆฒ" + }, + "u7a7a": { + "id": "u7a7a", + "name": "Japanese โ€œvacancyโ€ Button", + "keywords": [ + "u7a7a", + "vacancy", + "kanji", + "chinese", + "empty", + "sky", + "blue", + "square" + ], + "unified": "1f233", + "native": "๐Ÿˆณ" + }, + "umbrella": { + "id": "umbrella", + "name": "Umbrella", + "keywords": [ + "weather", + "spring" + ], + "unified": "2602", + "native": "โ˜‚๏ธ" + }, + "umbrella_on_ground": { + "id": "umbrella_on_ground", + "name": "Umbrella on Ground", + "keywords": [ + "weather", + "summer" + ], + "unified": "26f1", + "native": "โ›ฑ๏ธ" + }, + "umbrella_with_rain_drops": { + "id": "umbrella_with_rain_drops", + "name": "Umbrella with Rain Drops", + "keywords": [ + "rainy", + "weather", + "spring" + ], + "unified": "2614", + "native": "โ˜”" + }, + "unamused": { + "id": "unamused", + "name": "Unamused Face", + "keywords": [ + "indifference", + "bored", + "straight", + "serious", + "sarcasm", + "unimpressed", + "skeptical", + "dubious", + "side", + "eye" + ], + "unified": "1f612", + "native": "๐Ÿ˜’" + }, + "underage": { + "id": "underage", + "name": "No One Under Eighteen", + "keywords": [ + "underage", + "18", + "drink", + "pub", + "night", + "minor", + "circle" + ], + "unified": "1f51e", + "native": "๐Ÿ”ž" + }, + "unhappy": { + "id": "unhappy", + "name": "Frowning Face", + "keywords": [ + "white", + "sad", + "upset", + "frown" + ], + "unified": "2639", + "native": "โ˜น๏ธ" + }, + "unicorn_face": { + "id": "unicorn_face", + "name": "Unicorn", + "keywords": [ + "face", + "animal", + "nature", + "mystical" + ], + "unified": "1f984", + "native": "๐Ÿฆ„" + }, + "unlock": { + "id": "unlock", + "name": "Unlocked", + "keywords": [ + "unlock", + "privacy", + "security" + ], + "unified": "1f513", + "native": "๐Ÿ”“" + }, + "up": { + "id": "up", + "name": "Up! Button", + "keywords": [ + "up", + "blue", + "square", + "above", + "high" + ], + "unified": "1f199", + "native": "๐Ÿ†™" + }, + "upset": { + "id": "upset", + "name": "Upset face", + "keywords": [ + "sad", + "depressed", + "upset" + ], + "unified": "1f614", + "native": "๐Ÿ˜”" + }, + "upside_down_face": { + "id": "upside_down_face", + "name": "Upside-Down Face", + "keywords": [ + "upside", + "down", + "flipped", + "silly", + "smile" + ], + "unified": "1f643", + "native": "๐Ÿ™ƒ" + }, + "us": { + "id": "us", + "name": "United States Flag", + "keywords": [ + "us", + "america", + "nation", + "country", + "banner" + ], + "unified": "1f1fa-1f1f8", + "native": "๐Ÿ‡บ๐Ÿ‡ธ" + }, + "v": { + "id": "v", + "name": "Victory Hand", + "keywords": [ + "v", + "fingers", + "ohyeah", + "peace", + "two" + ], + "unified": "270c", + "native": "โœŒ๏ธ" + }, + "vampire": { + "id": "vampire", + "name": "Vampire", + "keywords": [ + "blood", + "twilight" + ], + "unified": "1f9db", + "native": "๐Ÿง›" + }, + "vertical_traffic_light": { + "id": "vertical_traffic_light", + "name": "Vertical Traffic Light", + "keywords": [ + "transportation", + "driving" + ], + "unified": "1f6a6", + "native": "๐Ÿšฆ" + }, + "vhs": { + "id": "vhs", + "name": "Videocassette", + "keywords": [ + "vhs", + "record", + "video", + "oldschool", + "90s", + "80s" + ], + "unified": "1f4fc", + "native": "๐Ÿ“ผ" + }, + "vibration_mode": { + "id": "vibration_mode", + "name": "Vibration Mode", + "keywords": [ + "orange", + "square", + "phone" + ], + "unified": "1f4f3", + "native": "๐Ÿ“ณ" + }, + "video_camera": { + "id": "video_camera", + "name": "Video Camera", + "keywords": [ + "film", + "record" + ], + "unified": "1f4f9", + "native": "๐Ÿ“น" + }, + "video_game": { + "id": "video_game", + "name": "Video Game", + "keywords": [ + "play", + "console", + "PS4", + "controller" + ], + "unified": "1f3ae", + "native": "๐ŸŽฎ" + }, + "violin": { + "id": "violin", + "name": "Violin", + "keywords": [ + "music", + "instrument", + "orchestra", + "symphony" + ], + "unified": "1f3bb", + "native": "๐ŸŽป" + }, + "virgo": { + "id": "virgo", + "name": "Virgo", + "keywords": [ + "sign", + "zodiac", + "purple", + "square", + "astrology" + ], + "unified": "264d", + "native": "โ™" + }, + "volcano": { + "id": "volcano", + "name": "Volcano", + "keywords": [ + "photo", + "nature", + "disaster" + ], + "unified": "1f30b", + "native": "๐ŸŒ‹" + }, + "volleyball": { + "id": "volleyball", + "name": "Volleyball", + "keywords": [ + "sports", + "balls" + ], + "unified": "1f3d0", + "native": "๐Ÿ" + }, + "vomiting": { + "id": "vomiting", + "name": "Face Vomiting", + "keywords": [ + "with", + "open", + "mouth", + "sick" + ], + "unified": "1f92e", + "native": "๐Ÿคฎ" + }, + "vs": { + "id": "vs", + "name": "Vs Button", + "keywords": [ + "words", + "orange", + "square" + ], + "unified": "1f19a", + "native": "๐Ÿ†š" + }, + "waffle": { + "id": "waffle", + "name": "Waffle", + "keywords": [ + "food", + "breakfast" + ], + "unified": "1f9c7", + "native": "๐Ÿง‡" + }, + "walking": { + "id": "walking", + "name": "Pedestrian", + "keywords": [ + "walking", + "person", + "move" + ], + "unified": "1f6b6", + "native": "๐Ÿšถ" + }, + "waning_crescent_moon": { + "id": "waning_crescent_moon", + "name": "Waning Crescent Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f318", + "native": "๐ŸŒ˜" + }, + "waning_gibbous_moon": { + "id": "waning_gibbous_moon", + "name": "Waning Gibbous Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep", + "waxing" + ], + "unified": "1f316", + "native": "๐ŸŒ–" + }, + "warning": { + "id": "warning", + "name": "Warning", + "keywords": [ + "exclamation", + "wip", + "alert", + "error", + "problem", + "issue" + ], + "unified": "26a0", + "native": "โš ๏ธ" + }, + "wastebasket": { + "id": "wastebasket", + "name": "Wastebasket", + "keywords": [ + "bin", + "trash", + "rubbish", + "garbage", + "toss" + ], + "unified": "1f5d1", + "native": "๐Ÿ—‘๏ธ" + }, + "watch": { + "id": "watch", + "name": "Watch", + "keywords": [ + "time", + "accessories" + ], + "unified": "231a", + "native": "โŒš" + }, + "water_buffalo": { + "id": "water_buffalo", + "name": "Water Buffalo", + "keywords": [ + "animal", + "nature", + "ox", + "cow" + ], + "unified": "1f403", + "native": "๐Ÿƒ" + }, + "water_polo": { + "id": "water_polo", + "name": "Water Polo", + "keywords": [ + "person", + "playing", + "sport" + ], + "unified": "1f93d", + "native": "๐Ÿคฝ" + }, + "watermelon": { + "id": "watermelon", + "name": "Watermelon", + "keywords": [ + "fruit", + "food", + "picnic", + "summer" + ], + "unified": "1f349", + "native": "๐Ÿ‰" + }, + "wave": { + "id": "wave", + "name": "Waving Hand", + "keywords": [ + "wave", + "hands", + "gesture", + "goodbye", + "solong", + "farewell", + "hello", + "hi", + "palm" + ], + "unified": "1f44b", + "native": "๐Ÿ‘‹" + }, + "wavy_dash": { + "id": "wavy_dash", + "name": "Wavy Dash", + "keywords": [ + "draw", + "line", + "moustache", + "mustache", + "squiggle", + "scribble" + ], + "unified": "3030", + "native": "ใ€ฐ๏ธ" + }, + "waxing_crescent_moon": { + "id": "waxing_crescent_moon", + "name": "Waxing Crescent Moon", + "keywords": [ + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "unified": "1f312", + "native": "๐ŸŒ’" + }, + "wc": { + "id": "wc", + "name": "Water Closet", + "keywords": [ + "wc", + "toilet", + "restroom", + "blue", + "square" + ], + "unified": "1f6be", + "native": "๐Ÿšพ" + }, + "weary": { + "id": "weary", + "name": "Weary Face", + "keywords": [ + "tired", + "sleepy", + "sad", + "frustrated", + "upset" + ], + "unified": "1f629", + "native": "๐Ÿ˜ฉ" + }, + "wedding": { + "id": "wedding", + "name": "Wedding", + "keywords": [ + "love", + "like", + "affection", + "couple", + "marriage", + "bride", + "groom" + ], + "unified": "1f492", + "native": "๐Ÿ’’" + }, + "weight_lifter": { + "id": "weight_lifter", + "name": "Person Lifting Weights", + "keywords": [ + "weight", + "lifter", + "sports", + "training", + "exercise" + ], + "unified": "1f3cb", + "native": "๐Ÿ‹๏ธ" + }, + "whale": { + "id": "whale", + "name": "Spouting Whale", + "keywords": [ + "animal", + "nature", + "sea", + "ocean" + ], + "unified": "1f433", + "native": "๐Ÿณ" + }, + "whale2": { + "id": "whale2", + "name": "Whale", + "keywords": [ + "whale2", + "animal", + "nature", + "sea", + "ocean" + ], + "unified": "1f40b", + "native": "๐Ÿ‹" + }, + "wheel": { + "id": "wheel", + "name": "Wheel", + "keywords": [ + "car", + "transport" + ], + "unified": "1f6de", + "native": "๐Ÿ›ž" + }, + "wheel_of_dharma": { + "id": "wheel_of_dharma", + "name": "Wheel of Dharma", + "keywords": [ + "hinduism", + "buddhism", + "sikhism", + "jainism" + ], + "unified": "2638", + "native": "โ˜ธ๏ธ" + }, + "wheelchair": { + "id": "wheelchair", + "name": "Wheelchair Symbol", + "keywords": [ + "blue", + "square", + "disabled", + "accessibility" + ], + "unified": "267f", + "native": "โ™ฟ" + }, + "white_check_mark": { + "id": "white_check_mark", + "name": "Check Mark Button", + "keywords": [ + "white", + "green", + "square", + "ok", + "agree", + "vote", + "election", + "answer", + "tick" + ], + "unified": "2705", + "native": "โœ…" + }, + "white_circle": { + "id": "white_circle", + "name": "White Circle", + "keywords": [ + "shape", + "round" + ], + "unified": "26aa", + "native": "โšช" + }, + "white_flag": { + "id": "white_flag", + "name": "White Flag", + "keywords": [ + "waving", + "losing", + "loser", + "lost", + "surrender", + "give", + "up", + "fail" + ], + "unified": "1f3f3", + "native": "๐Ÿณ๏ธ" + }, + "white_flower": { + "id": "white_flower", + "name": "White Flower", + "keywords": [ + "japanese", + "spring" + ], + "unified": "1f4ae", + "native": "๐Ÿ’ฎ" + }, + "white_haired_man": { + "id": "white_haired_man", + "name": "Man: White Hair", + "keywords": [ + "haired", + "man", + "old", + "elder" + ], + "unified": "1f468-200d-1f9b3", + "native": "๐Ÿ‘จโ€๐Ÿฆณ" + }, + "white_haired_person": { + "id": "white_haired_person", + "name": "Person: White Hair", + "keywords": [ + "haired", + "person", + "elder", + "old" + ], + "unified": "1f9d1-200d-1f9b3", + "native": "๐Ÿง‘โ€๐Ÿฆณ" + }, + "white_haired_woman": { + "id": "white_haired_woman", + "name": "Woman: White Hair", + "keywords": [ + "haired", + "woman", + "old", + "elder" + ], + "unified": "1f469-200d-1f9b3", + "native": "๐Ÿ‘ฉโ€๐Ÿฆณ" + }, + "white_heart": { + "id": "white_heart", + "name": "White Heart", + "keywords": [ + "pure" + ], + "unified": "1f90d", + "native": "๐Ÿค" + }, + "white_large_square": { + "id": "white_large_square", + "name": "White Large Square", + "keywords": [ + "shape", + "icon", + "stone", + "button" + ], + "unified": "2b1c", + "native": "โฌœ" + }, + "white_medium_small_square": { + "id": "white_medium_small_square", + "name": "White Medium Small Square", + "keywords": [ + "shape", + "stone", + "icon", + "button" + ], + "unified": "25fd", + "native": "โ—ฝ" + }, + "white_medium_square": { + "id": "white_medium_square", + "name": "White Medium Square", + "keywords": [ + "shape", + "stone", + "icon" + ], + "unified": "25fb", + "native": "โ—ป๏ธ" + }, + "white_small_square": { + "id": "white_small_square", + "name": "White Small Square", + "keywords": [ + "shape", + "icon" + ], + "unified": "25ab", + "native": "โ–ซ๏ธ" + }, + "white_square_button": { + "id": "white_square_button", + "name": "White Square Button", + "keywords": [ + "shape", + "input" + ], + "unified": "1f533", + "native": "๐Ÿ”ณ" + }, + "wilted_flower": { + "id": "wilted_flower", + "name": "Wilted Flower", + "keywords": [ + "plant", + "nature" + ], + "unified": "1f940", + "native": "๐Ÿฅ€" + }, + "wind_blowing_face": { + "id": "wind_blowing_face", + "name": "Wind Face", + "keywords": [ + "blowing", + "gust", + "air" + ], + "unified": "1f32c", + "native": "๐ŸŒฌ๏ธ" + }, + "wind_chime": { + "id": "wind_chime", + "name": "Wind Chime", + "keywords": [ + "nature", + "ding", + "spring", + "bell" + ], + "unified": "1f390", + "native": "๐ŸŽ" + }, + "window": { + "id": "window", + "name": "Window", + "keywords": [ + "scenery" + ], + "unified": "1fa9f", + "native": "๐ŸชŸ" + }, + "wine_glass": { + "id": "wine_glass", + "name": "Wine Glass", + "keywords": [ + "drink", + "beverage", + "drunk", + "alcohol", + "booze" + ], + "unified": "1f377", + "native": "๐Ÿท" + }, + "wink": { + "id": "wink", + "name": "Winking Face", + "keywords": [ + "wink", + "happy", + "mischievous", + "secret", + ";)", + "smile", + "eye" + ], + "unified": "1f609", + "native": "๐Ÿ˜‰" + }, + "wolf": { + "id": "wolf", + "name": "Wolf", + "keywords": [ + "animal", + "nature", + "wild" + ], + "unified": "1f43a", + "native": "๐Ÿบ" + }, + "woman": { + "id": "woman", + "name": "Woman", + "keywords": [ + "female", + "girls", + "lady" + ], + "unified": "1f469", + "native": "๐Ÿ‘ฉ" + }, + "woman-biking": { + "id": "woman-biking", + "name": "Woman Biking", + "keywords": [ + "sports", + "bike", + "exercise", + "hipster", + "female" + ], + "unified": "1f6b4-200d-2640-fe0f", + "native": "๐Ÿšดโ€โ™€๏ธ" + }, + "woman-bouncing-ball": { + "id": "woman-bouncing-ball", + "name": "Woman Bouncing Ball", + "keywords": [ + "bouncing-ball", + "sports", + "human", + "female" + ], + "unified": "26f9-fe0f-200d-2640-fe0f", + "native": "โ›น๏ธโ€โ™€๏ธ" + }, + "woman-bowing": { + "id": "woman-bowing", + "name": "Woman Bowing", + "keywords": [ + "female", + "girl" + ], + "unified": "1f647-200d-2640-fe0f", + "native": "๐Ÿ™‡โ€โ™€๏ธ" + }, + "woman-boy": { + "id": "woman-boy", + "name": "Family: Woman, Boy", + "keywords": [ + "woman", + "family", + "home", + "parent", + "people", + "human", + "child" + ], + "unified": "1f469-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ" + }, + "woman-boy-boy": { + "id": "woman-boy-boy", + "name": "Family: Woman, Boy, Boy", + "keywords": [ + "woman", + "boy-boy", + "family", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f466-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ" + }, + "woman-cartwheeling": { + "id": "woman-cartwheeling", + "name": "Woman Cartwheeling", + "keywords": [ + "gymnastics" + ], + "unified": "1f938-200d-2640-fe0f", + "native": "๐Ÿคธโ€โ™€๏ธ" + }, + "woman-facepalming": { + "id": "woman-facepalming", + "name": "Woman Facepalming", + "keywords": [ + "female", + "girl", + "disbelief" + ], + "unified": "1f926-200d-2640-fe0f", + "native": "๐Ÿคฆโ€โ™€๏ธ" + }, + "woman-frowning": { + "id": "woman-frowning", + "name": "Woman Frowning", + "keywords": [ + "female", + "girl", + "sad", + "depressed", + "discouraged", + "unhappy" + ], + "unified": "1f64d-200d-2640-fe0f", + "native": "๐Ÿ™โ€โ™€๏ธ" + }, + "woman-gesturing-no": { + "id": "woman-gesturing-no", + "name": "Woman Gesturing No", + "keywords": [ + "gesturing-no", + "female", + "girl", + "nope" + ], + "unified": "1f645-200d-2640-fe0f", + "native": "๐Ÿ™…โ€โ™€๏ธ" + }, + "woman-gesturing-ok": { + "id": "woman-gesturing-ok", + "name": "Woman Gesturing Ok", + "keywords": [ + "gesturing-ok", + "women", + "girl", + "female", + "pink", + "human" + ], + "unified": "1f646-200d-2640-fe0f", + "native": "๐Ÿ™†โ€โ™€๏ธ" + }, + "woman-getting-haircut": { + "id": "woman-getting-haircut", + "name": "Woman Getting Haircut", + "keywords": [ + "getting-haircut", + "female", + "girl" + ], + "unified": "1f487-200d-2640-fe0f", + "native": "๐Ÿ’‡โ€โ™€๏ธ" + }, + "woman-getting-massage": { + "id": "woman-getting-massage", + "name": "Woman Getting Massage", + "keywords": [ + "getting-massage", + "female", + "girl", + "head" + ], + "unified": "1f486-200d-2640-fe0f", + "native": "๐Ÿ’†โ€โ™€๏ธ" + }, + "woman-girl": { + "id": "woman-girl", + "name": "Family: Woman, Girl", + "keywords": [ + "woman", + "family", + "home", + "parent", + "people", + "human", + "child" + ], + "unified": "1f469-200d-1f467", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ง" + }, + "woman-girl-boy": { + "id": "woman-girl-boy", + "name": "Family: Woman, Girl, Boy", + "keywords": [ + "woman", + "girl-boy", + "family", + "girl", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f467-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" + }, + "woman-girl-girl": { + "id": "woman-girl-girl", + "name": "Family: Woman, Girl, Girl", + "keywords": [ + "woman", + "girl-girl", + "family", + "home", + "parent", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f467-200d-1f467", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง" + }, + "woman-golfing": { + "id": "woman-golfing", + "name": "Woman Golfing", + "keywords": [ + "sports", + "business", + "female" + ], + "unified": "1f3cc-fe0f-200d-2640-fe0f", + "native": "๐ŸŒ๏ธโ€โ™€๏ธ" + }, + "woman-heart-man": { + "id": "woman-heart-man", + "name": "Couple with Heart: Woman, Man", + "keywords": [ + "woman", + "heart-man", + "heart", + "love" + ], + "unified": "1f469-200d-2764-fe0f-200d-1f468", + "native": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ" + }, + "woman-heart-woman": { + "id": "woman-heart-woman", + "name": "Couple with Heart: Woman, Woman", + "keywords": [ + "heart-woman", + "heart", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "unified": "1f469-200d-2764-fe0f-200d-1f469", + "native": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ" + }, + "woman-juggling": { + "id": "woman-juggling", + "name": "Woman Juggling", + "keywords": [ + "juggle", + "balance", + "skill", + "multitask" + ], + "unified": "1f939-200d-2640-fe0f", + "native": "๐Ÿคนโ€โ™€๏ธ" + }, + "woman-kiss-man": { + "id": "woman-kiss-man", + "name": "Kiss: Woman, Man", + "keywords": [ + "woman", + "kiss-man", + "kiss", + "love" + ], + "unified": "1f469-200d-2764-fe0f-200d-1f48b-200d-1f468", + "native": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ" + }, + "woman-kiss-woman": { + "id": "woman-kiss-woman", + "name": "Kiss: Woman, Woman", + "keywords": [ + "kiss-woman", + "kiss", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "unified": "1f469-200d-2764-fe0f-200d-1f48b-200d-1f469", + "native": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ" + }, + "woman-lifting-weights": { + "id": "woman-lifting-weights", + "name": "Woman Lifting Weights", + "keywords": [ + "lifting-weights", + "sports", + "training", + "exercise", + "female" + ], + "unified": "1f3cb-fe0f-200d-2640-fe0f", + "native": "๐Ÿ‹๏ธโ€โ™€๏ธ" + }, + "woman-mountain-biking": { + "id": "woman-mountain-biking", + "name": "Woman Mountain Biking", + "keywords": [ + "mountain-biking", + "transportation", + "sports", + "human", + "race", + "bike", + "female" + ], + "unified": "1f6b5-200d-2640-fe0f", + "native": "๐Ÿšตโ€โ™€๏ธ" + }, + "woman-playing-handball": { + "id": "woman-playing-handball", + "name": "Woman Playing Handball", + "keywords": [ + "playing-handball", + "sports" + ], + "unified": "1f93e-200d-2640-fe0f", + "native": "๐Ÿคพโ€โ™€๏ธ" + }, + "woman-playing-water-polo": { + "id": "woman-playing-water-polo", + "name": "Woman Playing Water Polo", + "keywords": [ + "playing-water-polo", + "sports", + "pool" + ], + "unified": "1f93d-200d-2640-fe0f", + "native": "๐Ÿคฝโ€โ™€๏ธ" + }, + "woman-pouting": { + "id": "woman-pouting", + "name": "Woman Pouting", + "keywords": [ + "female", + "girl" + ], + "unified": "1f64e-200d-2640-fe0f", + "native": "๐Ÿ™Žโ€โ™€๏ธ" + }, + "woman-raising-hand": { + "id": "woman-raising-hand", + "name": "Woman Raising Hand", + "keywords": [ + "raising-hand", + "female", + "girl" + ], + "unified": "1f64b-200d-2640-fe0f", + "native": "๐Ÿ™‹โ€โ™€๏ธ" + }, + "woman-rowing-boat": { + "id": "woman-rowing-boat", + "name": "Woman Rowing Boat", + "keywords": [ + "rowing-boat", + "sports", + "hobby", + "water", + "ship", + "female" + ], + "unified": "1f6a3-200d-2640-fe0f", + "native": "๐Ÿšฃโ€โ™€๏ธ" + }, + "woman-running": { + "id": "woman-running", + "name": "Woman Running", + "keywords": [ + "walking", + "exercise", + "race", + "female" + ], + "unified": "1f3c3-200d-2640-fe0f", + "native": "๐Ÿƒโ€โ™€๏ธ" + }, + "woman-shrugging": { + "id": "woman-shrugging", + "name": "Woman Shrugging", + "keywords": [ + "female", + "girl", + "confused", + "indifferent", + "doubt" + ], + "unified": "1f937-200d-2640-fe0f", + "native": "๐Ÿคทโ€โ™€๏ธ" + }, + "woman-surfing": { + "id": "woman-surfing", + "name": "Woman Surfing", + "keywords": [ + "sports", + "ocean", + "sea", + "summer", + "beach", + "female" + ], + "unified": "1f3c4-200d-2640-fe0f", + "native": "๐Ÿ„โ€โ™€๏ธ" + }, + "woman-swimming": { + "id": "woman-swimming", + "name": "Woman Swimming", + "keywords": [ + "sports", + "exercise", + "human", + "athlete", + "water", + "summer", + "female" + ], + "unified": "1f3ca-200d-2640-fe0f", + "native": "๐ŸŠโ€โ™€๏ธ" + }, + "woman-tipping-hand": { + "id": "woman-tipping-hand", + "name": "Woman Tipping Hand", + "keywords": [ + "tipping-hand", + "female", + "girl", + "human", + "information" + ], + "unified": "1f481-200d-2640-fe0f", + "native": "๐Ÿ’โ€โ™€๏ธ" + }, + "woman-walking": { + "id": "woman-walking", + "name": "Woman Walking", + "keywords": [ + "human", + "feet", + "steps", + "female" + ], + "unified": "1f6b6-200d-2640-fe0f", + "native": "๐Ÿšถโ€โ™€๏ธ" + }, + "woman-wearing-turban": { + "id": "woman-wearing-turban", + "name": "Woman Wearing Turban", + "keywords": [ + "wearing-turban", + "female", + "indian", + "hinduism", + "arabs" + ], + "unified": "1f473-200d-2640-fe0f", + "native": "๐Ÿ‘ณโ€โ™€๏ธ" + }, + "woman-woman-boy": { + "id": "woman-woman-boy", + "name": "Family: Woman, Woman, Boy", + "keywords": [ + "woman", + "woman-boy", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f469-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ" + }, + "woman-woman-boy-boy": { + "id": "woman-woman-boy-boy", + "name": "Family: Woman, Woman, Boy, Boy", + "keywords": [ + "woman", + "woman-boy-boy", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f469-200d-1f466-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ" + }, + "woman-woman-girl": { + "id": "woman-woman-girl", + "name": "Family: Woman, Woman, Girl", + "keywords": [ + "woman", + "woman-girl", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f469-200d-1f467", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง" + }, + "woman-woman-girl-boy": { + "id": "woman-woman-girl-boy", + "name": "Family: Woman, Woman, Girl, Boy", + "keywords": [ + "woman", + "woman-girl-boy", + "family", + "girl", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f469-200d-1f467-200d-1f466", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" + }, + "woman-woman-girl-girl": { + "id": "woman-woman-girl-girl", + "name": "Family: Woman, Woman, Girl, Girl", + "keywords": [ + "woman", + "woman-girl-girl", + "family", + "home", + "parents", + "people", + "human", + "children" + ], + "unified": "1f469-200d-1f469-200d-1f467-200d-1f467", + "native": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง" + }, + "woman-wrestling": { + "id": "woman-wrestling", + "name": "Women Wrestling", + "keywords": [ + "woman", + "sports", + "wrestlers" + ], + "unified": "1f93c-200d-2640-fe0f", + "native": "๐Ÿคผโ€โ™€๏ธ" + }, + "woman_climbing": { + "id": "woman_climbing", + "name": "Woman Climbing", + "keywords": [ + "sports", + "hobby", + "female", + "rock" + ], + "unified": "1f9d7-200d-2640-fe0f", + "native": "๐Ÿง—โ€โ™€๏ธ" + }, + "woman_feeding_baby": { + "id": "woman_feeding_baby", + "name": "Woman Feeding Baby", + "keywords": [ + "birth", + "food" + ], + "unified": "1f469-200d-1f37c", + "native": "๐Ÿ‘ฉโ€๐Ÿผ" + }, + "woman_in_lotus_position": { + "id": "woman_in_lotus_position", + "name": "Woman in Lotus Position", + "keywords": [ + "female", + "meditation", + "yoga", + "serenity", + "zen", + "mindfulness" + ], + "unified": "1f9d8-200d-2640-fe0f", + "native": "๐Ÿง˜โ€โ™€๏ธ" + }, + "woman_in_manual_wheelchair": { + "id": "woman_in_manual_wheelchair", + "name": "Woman in Manual Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f469-200d-1f9bd", + "native": "๐Ÿ‘ฉโ€๐Ÿฆฝ" + }, + "woman_in_motorized_wheelchair": { + "id": "woman_in_motorized_wheelchair", + "name": "Woman in Motorized Wheelchair", + "keywords": [ + "disability", + "accessibility" + ], + "unified": "1f469-200d-1f9bc", + "native": "๐Ÿ‘ฉโ€๐Ÿฆผ" + }, + "woman_in_steamy_room": { + "id": "woman_in_steamy_room", + "name": "Woman in Steamy Room", + "keywords": [ + "female", + "spa", + "steamroom", + "sauna" + ], + "unified": "1f9d6-200d-2640-fe0f", + "native": "๐Ÿง–โ€โ™€๏ธ" + }, + "woman_kneeling": { + "id": "woman_kneeling", + "name": "Woman Kneeling", + "keywords": [ + "respectful", + "pray" + ], + "unified": "1f9ce-200d-2640-fe0f", + "native": "๐ŸงŽโ€โ™€๏ธ" + }, + "woman_standing": { + "id": "woman_standing", + "name": "Woman Standing", + "keywords": [ + "still" + ], + "unified": "1f9cd-200d-2640-fe0f", + "native": "๐Ÿงโ€โ™€๏ธ" + }, + "woman_with_probing_cane": { + "id": "woman_with_probing_cane", + "name": "Woman with White Cane", + "keywords": [ + "probing", + "blind" + ], + "unified": "1f469-200d-1f9af", + "native": "๐Ÿ‘ฉโ€๐Ÿฆฏ" + }, + "woman_with_veil": { + "id": "woman_with_veil", + "name": "Woman with Veil", + "keywords": [ + "wedding", + "marriage" + ], + "unified": "1f470-200d-2640-fe0f", + "native": "๐Ÿ‘ฐโ€โ™€๏ธ" + }, + "womans_clothes": { + "id": "womans_clothes", + "name": "Womans Clothes", + "keywords": [ + "woman", + "s", + "fashion", + "shopping", + "bags", + "female" + ], + "unified": "1f45a", + "native": "๐Ÿ‘š" + }, + "womans_flat_shoe": { + "id": "womans_flat_shoe", + "name": "Flat Shoe", + "keywords": [ + "womans", + "ballet", + "slip", + "on", + "slipper" + ], + "unified": "1f97f", + "native": "๐Ÿฅฟ" + }, + "womans_hat": { + "id": "womans_hat", + "name": "Womans Hat", + "keywords": [ + "woman", + "s", + "fashion", + "accessories", + "female", + "lady", + "spring" + ], + "unified": "1f452", + "native": "๐Ÿ‘’" + }, + "women-with-bunny-ears-partying": { + "id": "women-with-bunny-ears-partying", + "name": "Women with Bunny Ears", + "keywords": [ + "with-bunny-ears-partying", + "woman", + "female", + "girls" + ], + "unified": "1f46f-200d-2640-fe0f", + "native": "๐Ÿ‘ฏโ€โ™€๏ธ" + }, + "womens": { + "id": "womens", + "name": "Womenโ€™s Room", + "keywords": [ + "womens", + "women", + "s", + "purple", + "square", + "woman", + "female", + "toilet", + "loo", + "restroom", + "gender" + ], + "unified": "1f6ba", + "native": "๐Ÿšบ" + }, + "wood": { + "id": "wood", + "name": "Wood", + "keywords": [ + "nature", + "timber", + "trunk" + ], + "unified": "1fab5", + "native": "๐Ÿชต" + }, + "woozy_face": { + "id": "woozy_face", + "name": "Woozy Face", + "keywords": [ + "dizzy", + "intoxicated", + "tipsy", + "wavy" + ], + "unified": "1f974", + "native": "๐Ÿฅด" + }, + "world_map": { + "id": "world_map", + "name": "World Map", + "keywords": [ + "location", + "direction" + ], + "unified": "1f5fa", + "native": "๐Ÿ—บ๏ธ" + }, + "worm": { + "id": "worm", + "name": "Worm", + "keywords": [ + "animal" + ], + "unified": "1fab1", + "native": "๐Ÿชฑ" + }, + "worried": { + "id": "worried", + "name": "Worried Face", + "keywords": [ + "concern", + "nervous", + ":(" + ], + "unified": "1f61f", + "native": "๐Ÿ˜Ÿ" + }, + "wrench": { + "id": "wrench", + "name": "Wrench", + "keywords": [ + "tools", + "diy", + "ikea", + "fix", + "maintainer" + ], + "unified": "1f527", + "native": "๐Ÿ”ง" + }, + "wrestlers": { + "id": "wrestlers", + "name": "Wrestlers", + "keywords": [ + "people", + "wrestling", + "sport" + ], + "unified": "1f93c", + "native": "๐Ÿคผ" + }, + "writing_hand": { + "id": "writing_hand", + "name": "Writing Hand", + "keywords": [ + "lower", + "left", + "ballpoint", + "pen", + "stationery", + "write", + "compose" + ], + "unified": "270d", + "native": "โœ๏ธ" + }, + "x": { + "id": "x", + "name": "Cross Mark", + "keywords": [ + "x", + "no", + "delete", + "remove", + "cancel", + "red" + ], + "unified": "274c", + "native": "โŒ" + }, + "x-ray": { + "id": "x-ray", + "name": "X-Ray", + "keywords": [ + "x", + "ray", + "skeleton", + "medicine" + ], + "unified": "1fa7b", + "native": "๐Ÿฉป" + }, + "yarn": { + "id": "yarn", + "name": "Yarn", + "keywords": [ + "ball", + "crochet", + "knit" + ], + "unified": "1f9f6", + "native": "๐Ÿงถ" + }, + "yawn": { + "id": "yawn", + "name": "Yawning Face", + "keywords": [ + "tired", + "sleepy" + ], + "unified": "1f971", + "native": "๐Ÿฅฑ" + }, + "yellow_heart": { + "id": "yellow_heart", + "name": "Yellow Heart", + "keywords": [ + "love", + "like", + "affection", + "valentines" + ], + "unified": "1f49b", + "native": "๐Ÿ’›" + }, + "yen": { + "id": "yen", + "name": "Yen Banknote", + "keywords": [ + "money", + "sales", + "japanese", + "dollar", + "currency" + ], + "unified": "1f4b4", + "native": "๐Ÿ’ด" + }, + "yin_yang": { + "id": "yin_yang", + "name": "Yin Yang", + "keywords": [ + "balance" + ], + "unified": "262f", + "native": "โ˜ฏ๏ธ" + }, + "yo-yo": { + "id": "yo-yo", + "name": "Yo-Yo", + "keywords": [ + "yo", + "toy" + ], + "unified": "1fa80", + "native": "๐Ÿช€" + }, + "yum": { + "id": "yum", + "name": "Face Savoring Food", + "keywords": [ + "yum", + "happy", + "joy", + "tongue", + "smile", + "silly", + "yummy", + "nom", + "delicious", + "savouring" + ], + "unified": "1f60b", + "native": "๐Ÿ˜‹" + }, + "zany_face": { + "id": "zany_face", + "name": "Zany Face", + "keywords": [ + "grinning", + "with", + "one", + "large", + "and", + "small", + "eye", + "goofy", + "crazy" + ], + "unified": "1f92a", + "native": "๐Ÿคช" + }, + "zap": { + "id": "zap", + "name": "High Voltage", + "keywords": [ + "zap", + "thunder", + "weather", + "lightning", + "bolt", + "fast" + ], + "unified": "26a1", + "native": "โšก" + }, + "zebra_face": { + "id": "zebra_face", + "name": "Zebra", + "keywords": [ + "face", + "animal", + "nature", + "stripes", + "safari" + ], + "unified": "1f993", + "native": "๐Ÿฆ“" + }, + "zero": { + "id": "zero", + "name": "Keycap 0", + "keywords": [ + "zero", + "numbers", + "blue", + "square", + "null" + ], + "unified": "30-20e3", + "native": "0๏ธโƒฃ" + }, + "zipper_mouth": { + "id": "zipper_mouth", + "name": "Zipper-Mouth Face", + "keywords": [ + "zipper", + "mouth", + "sealed", + "secret" + ], + "unified": "1f910", + "native": "๐Ÿค" + }, + "zombie": { + "id": "zombie", + "name": "Zombie", + "keywords": [ + "dead" + ], + "unified": "1f9df", + "native": "๐ŸงŸ" + }, + "zzz": { + "id": "zzz", + "name": "Zzz", + "keywords": [ + "sleepy", + "tired", + "dream" + ], + "unified": "1f4a4", + "native": "๐Ÿ’ค" + } + } +} diff --git a/app/Services/Parser/Parsers/Markdown.php b/app/Services/Parser/Parsers/Markdown.php index f11ce393a4..55425db1c9 100644 --- a/app/Services/Parser/Parsers/Markdown.php +++ b/app/Services/Parser/Parsers/Markdown.php @@ -3,6 +3,9 @@ use Coyote\Repositories\Contracts\PageRepositoryInterface as PageRepository; use Coyote\Repositories\Contracts\UserRepositoryInterface as UserRepository; +use Coyote\Services\Parser\Extensions\Emoji; +use Coyote\Services\Parser\Extensions\EmojiParser; +use Coyote\Services\Parser\Extensions\EmojiRenderer; use Coyote\Services\Parser\Extensions\InternalLinkExtension; use Coyote\Services\Parser\Extensions\MentionExtension; use Coyote\Services\Parser\Extensions\YoutubeLinkExtension; @@ -26,7 +29,15 @@ public function __construct( public function parse(string $text): string { - $environment = new Environment(['renderer' => ['soft_break' => "
\n"]]); + $environment = new Environment([ + 'renderer' => ['soft_break' => "
\n"], + 'default_attributes' => [ + Emoji::class => [ + 'class' => 'table', + 'alt' => 'new', + ], + ], + ]); $environment->addExtension(new CommonMarkCoreExtension()); $environment->addExtension(new AutolinkExtension()); $environment->addExtension(new StrikethroughExtension()); @@ -36,6 +47,9 @@ public function parse(string $text): string $environment->addExtension(new InternalLinkExtension($this->page, $this->host)); $environment->addInlineParser(new WikiLinksInlineParser($this->page), 100); $environment->addExtension(new YoutubeLinkExtension()); + + $environment->addInlineParser(new EmojiParser()); + $environment->addRenderer(Emoji::class, new EmojiRenderer()); $converter = new MarkdownConverter($environment); diff --git a/app/Services/Parser/Parsers/Purifier.php b/app/Services/Parser/Parsers/Purifier.php index 54dcd4087d..c75a5a59e2 100644 --- a/app/Services/Parser/Parsers/Purifier.php +++ b/app/Services/Parser/Parsers/Purifier.php @@ -22,6 +22,7 @@ public function __construct(array $overrideAllowedHtml = null) $def = $config->getHTMLDefinition(true); $def->addAttribute('a', 'data-user-id', 'Number'); + $def->addAttribute('img', 'data-emoji', 'Text'); $def->addAttribute('iframe', 'allowfullscreen', 'Bool'); $mark = $def->addElement('mark', 'Inline', 'Inline', 'Common'); diff --git a/config/purifier.php b/config/purifier.php index ecbad356e7..668d10a20b 100644 --- a/config/purifier.php +++ b/config/purifier.php @@ -22,7 +22,7 @@ // 'HTML.Doctype' => 'XHTML 1.0 Strict', // przez ta linie usuwana byla zawartosc znacznika
- 'HTML.Allowed' => 'b,strong,i,em,u,a[href|title|data-user-id|class],p,br,ul,ol[start],li,span[style|title|class],img[width|height|alt|src|title],sub,sup,pre,code[class],div[class],kbd,mark,h1,h2,h3,h4,h5,h6,blockquote,del,table[summary|class],thead,tbody,tr,th[abbr],td[abbr],hr,dfn,var,samp,iframe[src|class|allowfullscreen]', + 'HTML.Allowed' => 'b,strong,i,em,u,a[href|title|data-user-id|class],p,br,ul,ol[start],li,span[style|title|class],img[width|height|alt|src|title|class],sub,sup,pre,code[class],div[class],kbd,mark,h1,h2,h3,h4,h5,h6,blockquote,del,table[summary|class],thead,tbody,tr,th[abbr],td[abbr],hr,dfn,var,samp,iframe[src|class|allowfullscreen]', 'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,color,background-color,background-image,text-align', 'AutoFormat.AutoParagraph' => false, 'AutoFormat.RemoveEmpty' => false, // nie usuwaj pustych atrybutow typu diff --git a/resources/views/emails/layout.twig b/resources/views/emails/layout.twig index 05c02b84ef..30e9194ff1 100644 --- a/resources/views/emails/layout.twig +++ b/resources/views/emails/layout.twig @@ -50,6 +50,7 @@ .img-smile { display: inline; + width: 16px; } h1, h2, h3, h4, h5, h6 {