/** * This file is part of Threema Web. * * Threema Web is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at * your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero * General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with Threema Web. If not, see . */ import * as twemoji from 'twemoji'; // This file contains helper functions related to emoji. // Try to keep all functions pure! const shortnames = { 'soccer': '26bd', 'basketball': '1f3c0', 'football': '1f3c8', 'baseball': '26be', 'softball': '1f94e', 'tennis': '1f3be', 'volleyball': '1f3d0', 'rugby_football': '1f3c9', '8ball': '1f3b1', 'ping_pong': '1f3d3', 'table_tennis': '1f3d3', 'badminton': '1f3f8', 'goal_net': '1f945', 'goal': '1f945', 'hockey': '1f3d2', 'field_hockey': '1f3d1', 'cricket_game': '1f3cf', 'cricket_bat_ball': '1f3cf', 'lacrosse': '1f94d', 'golf': '26f3', 'flying_disc': '1f94f', 'bow_and_arrow': '1f3f9', 'archery': '1f3f9', 'fishing_pole_and_fish': '1f3a3', 'boxing_gloves': '1f94a', 'boxing_glove': '1f94a', 'martial_arts_uniform': '1f94b', 'karate_uniform': '1f94b', 'running_shirt_with_sash': '1f3bd', 'skateboard': '1f6f9', 'ice_skate': '26f8', 'curling_stone': '1f94c', 'sled': '1f6f7', 'ski': '1f3bf', 'skier': '26f7', 'snowboarder': '1f3c2', 'snowboarder_light_skin_tone': '1f3c2-1f3fb', 'snowboarder_tone1': '1f3c2-1f3fb', 'snowboarder_medium_light_skin_tone': '1f3c2-1f3fc', 'snowboarder_tone2': '1f3c2-1f3fc', 'snowboarder_medium_skin_tone': '1f3c2-1f3fd', 'snowboarder_tone3': '1f3c2-1f3fd', 'snowboarder_medium_dark_skin_tone': '1f3c2-1f3fe', 'snowboarder_tone4': '1f3c2-1f3fe', 'snowboarder_dark_skin_tone': '1f3c2-1f3ff', 'snowboarder_tone5': '1f3c2-1f3ff', 'lifter': '1f3cb', 'weight_lifter': '1f3cb', 'person_lifting_weights': '1f3cb', 'person_lifting_weights_tone1': '1f3cb-1f3fb', 'weight_lifter_tone1': '1f3cb-1f3fb', 'lifter_tone1': '1f3cb-1f3fb', 'person_lifting_weights_tone2': '1f3cb-1f3fc', 'lifter_tone2': '1f3cb-1f3fc', 'weight_lifter_tone2': '1f3cb-1f3fc', 'person_lifting_weights_tone3': '1f3cb-1f3fd', 'lifter_tone3': '1f3cb-1f3fd', 'weight_lifter_tone3': '1f3cb-1f3fd', 'lifter_tone4': '1f3cb-1f3fe', 'person_lifting_weights_tone4': '1f3cb-1f3fe', 'weight_lifter_tone4': '1f3cb-1f3fe', 'lifter_tone5': '1f3cb-1f3ff', 'person_lifting_weights_tone5': '1f3cb-1f3ff', 'weight_lifter_tone5': '1f3cb-1f3ff', 'woman_lifting_weights': '1f3cb-fe0f-200d-2640-fe0f', 'woman_lifting_weights_light_skin_tone': '1f3cb-1f3fb-200d-2640-fe0f', 'woman_lifting_weights_tone1': '1f3cb-1f3fb-200d-2640-fe0f', 'woman_lifting_weights_medium_light_skin_tone': '1f3cb-1f3fc-200d-2640-fe0f', 'woman_lifting_weights_tone2': '1f3cb-1f3fc-200d-2640-fe0f', 'woman_lifting_weights_medium_skin_tone': '1f3cb-1f3fd-200d-2640-fe0f', 'woman_lifting_weights_tone3': '1f3cb-1f3fd-200d-2640-fe0f', 'woman_lifting_weights_tone4': '1f3cb-1f3fe-200d-2640-fe0f', 'woman_lifting_weights_medium_dark_skin_tone': '1f3cb-1f3fe-200d-2640-fe0f', 'woman_lifting_weights_dark_skin_tone': '1f3cb-1f3ff-200d-2640-fe0f', 'woman_lifting_weights_tone5': '1f3cb-1f3ff-200d-2640-fe0f', 'women_wrestling': '1f93c-200d-2640-fe0f', 'men_wrestling': '1f93c-200d-2642-fe0f', 'woman_cartwheeling': '1f938-200d-2640-fe0f', 'woman_cartwheeling_light_skin_tone': '1f938-1f3fb-200d-2640-fe0f', 'woman_cartwheeling_tone1': '1f938-1f3fb-200d-2640-fe0f', 'woman_cartwheeling_tone2': '1f938-1f3fc-200d-2640-fe0f', 'woman_cartwheeling_medium_light_skin_tone': '1f938-1f3fc-200d-2640-fe0f', 'woman_cartwheeling_tone3': '1f938-1f3fd-200d-2640-fe0f', 'woman_cartwheeling_medium_skin_tone': '1f938-1f3fd-200d-2640-fe0f', 'woman_cartwheeling_medium_dark_skin_tone': '1f938-1f3fe-200d-2640-fe0f', 'woman_cartwheeling_tone4': '1f938-1f3fe-200d-2640-fe0f', 'woman_cartwheeling_dark_skin_tone': '1f938-1f3ff-200d-2640-fe0f', 'woman_cartwheeling_tone5': '1f938-1f3ff-200d-2640-fe0f', 'man_cartwheeling': '1f938-200d-2642-fe0f', 'man_cartwheeling_tone1': '1f938-1f3fb-200d-2642-fe0f', 'man_cartwheeling_light_skin_tone': '1f938-1f3fb-200d-2642-fe0f', 'man_cartwheeling_tone2': '1f938-1f3fc-200d-2642-fe0f', 'man_cartwheeling_medium_light_skin_tone': '1f938-1f3fc-200d-2642-fe0f', 'man_cartwheeling_tone3': '1f938-1f3fd-200d-2642-fe0f', 'man_cartwheeling_medium_skin_tone': '1f938-1f3fd-200d-2642-fe0f', 'man_cartwheeling_medium_dark_skin_tone': '1f938-1f3fe-200d-2642-fe0f', 'man_cartwheeling_tone4': '1f938-1f3fe-200d-2642-fe0f', 'man_cartwheeling_dark_skin_tone': '1f938-1f3ff-200d-2642-fe0f', 'man_cartwheeling_tone5': '1f938-1f3ff-200d-2642-fe0f', 'person_with_ball': '26f9', 'basketball_player': '26f9', 'person_bouncing_ball': '26f9', 'person_bouncing_ball_tone1': '26f9-1f3fb', 'basketball_player_tone1': '26f9-1f3fb', 'person_with_ball_tone1': '26f9-1f3fb', 'basketball_player_tone2': '26f9-1f3fc', 'person_with_ball_tone2': '26f9-1f3fc', 'person_bouncing_ball_tone2': '26f9-1f3fc', 'person_bouncing_ball_tone3': '26f9-1f3fd', 'basketball_player_tone3': '26f9-1f3fd', 'person_with_ball_tone3': '26f9-1f3fd', 'person_with_ball_tone4': '26f9-1f3fe', 'person_bouncing_ball_tone4': '26f9-1f3fe', 'basketball_player_tone4': '26f9-1f3fe', 'person_bouncing_ball_tone5': '26f9-1f3ff', 'person_with_ball_tone5': '26f9-1f3ff', 'basketball_player_tone5': '26f9-1f3ff', 'woman_bouncing_ball': '26f9-fe0f-200d-2640-fe0f', 'woman_bouncing_ball_light_skin_tone': '26f9-1f3fb-200d-2640-fe0f', 'woman_bouncing_ball_tone1': '26f9-1f3fb-200d-2640-fe0f', 'woman_bouncing_ball_tone2': '26f9-1f3fc-200d-2640-fe0f', 'woman_bouncing_ball_medium_light_skin_tone': '26f9-1f3fc-200d-2640-fe0f', 'woman_bouncing_ball_tone3': '26f9-1f3fd-200d-2640-fe0f', 'woman_bouncing_ball_medium_skin_tone': '26f9-1f3fd-200d-2640-fe0f', 'woman_bouncing_ball_medium_dark_skin_tone': '26f9-1f3fe-200d-2640-fe0f', 'woman_bouncing_ball_tone4': '26f9-1f3fe-200d-2640-fe0f', 'woman_bouncing_ball_dark_skin_tone': '26f9-1f3ff-200d-2640-fe0f', 'woman_bouncing_ball_tone5': '26f9-1f3ff-200d-2640-fe0f', 'person_fencing': '1f93a', 'fencer': '1f93a', 'fencing': '1f93a', 'woman_playing_handball': '1f93e-200d-2640-fe0f', 'woman_playing_handball_tone1': '1f93e-1f3fb-200d-2640-fe0f', 'woman_playing_handball_light_skin_tone': '1f93e-1f3fb-200d-2640-fe0f', 'woman_playing_handball_medium_light_skin_tone': '1f93e-1f3fc-200d-2640-fe0f', 'woman_playing_handball_tone2': '1f93e-1f3fc-200d-2640-fe0f', 'woman_playing_handball_tone3': '1f93e-1f3fd-200d-2640-fe0f', 'woman_playing_handball_medium_skin_tone': '1f93e-1f3fd-200d-2640-fe0f', 'woman_playing_handball_tone4': '1f93e-1f3fe-200d-2640-fe0f', 'woman_playing_handball_medium_dark_skin_tone': '1f93e-1f3fe-200d-2640-fe0f', 'woman_playing_handball_tone5': '1f93e-1f3ff-200d-2640-fe0f', 'woman_playing_handball_dark_skin_tone': '1f93e-1f3ff-200d-2640-fe0f', 'man_playing_handball': '1f93e-200d-2642-fe0f', 'man_playing_handball_tone1': '1f93e-1f3fb-200d-2642-fe0f', 'man_playing_handball_light_skin_tone': '1f93e-1f3fb-200d-2642-fe0f', 'man_playing_handball_tone2': '1f93e-1f3fc-200d-2642-fe0f', 'man_playing_handball_medium_light_skin_tone': '1f93e-1f3fc-200d-2642-fe0f', 'man_playing_handball_tone3': '1f93e-1f3fd-200d-2642-fe0f', 'man_playing_handball_medium_skin_tone': '1f93e-1f3fd-200d-2642-fe0f', 'man_playing_handball_medium_dark_skin_tone': '1f93e-1f3fe-200d-2642-fe0f', 'man_playing_handball_tone4': '1f93e-1f3fe-200d-2642-fe0f', 'man_playing_handball_tone5': '1f93e-1f3ff-200d-2642-fe0f', 'man_playing_handball_dark_skin_tone': '1f93e-1f3ff-200d-2642-fe0f', 'golfer': '1f3cc', 'person_golfing': '1f3cc', 'person_golfing_light_skin_tone': '1f3cc-1f3fb', 'person_golfing_tone1': '1f3cc-1f3fb', 'person_golfing_medium_light_skin_tone': '1f3cc-1f3fc', 'person_golfing_tone2': '1f3cc-1f3fc', 'person_golfing_medium_skin_tone': '1f3cc-1f3fd', 'person_golfing_tone3': '1f3cc-1f3fd', 'person_golfing_tone4': '1f3cc-1f3fe', 'person_golfing_medium_dark_skin_tone': '1f3cc-1f3fe', 'person_golfing_dark_skin_tone': '1f3cc-1f3ff', 'person_golfing_tone5': '1f3cc-1f3ff', 'woman_golfing': '1f3cc-fe0f-200d-2640-fe0f', 'woman_golfing_tone1': '1f3cc-1f3fb-200d-2640-fe0f', 'woman_golfing_light_skin_tone': '1f3cc-1f3fb-200d-2640-fe0f', 'woman_golfing_medium_light_skin_tone': '1f3cc-1f3fc-200d-2640-fe0f', 'woman_golfing_tone2': '1f3cc-1f3fc-200d-2640-fe0f', 'woman_golfing_medium_skin_tone': '1f3cc-1f3fd-200d-2640-fe0f', 'woman_golfing_tone3': '1f3cc-1f3fd-200d-2640-fe0f', 'woman_golfing_tone4': '1f3cc-1f3fe-200d-2640-fe0f', 'woman_golfing_medium_dark_skin_tone': '1f3cc-1f3fe-200d-2640-fe0f', 'woman_golfing_tone5': '1f3cc-1f3ff-200d-2640-fe0f', 'woman_golfing_dark_skin_tone': '1f3cc-1f3ff-200d-2640-fe0f', 'horse_racing': '1f3c7', 'horse_racing_tone1': '1f3c7-1f3fb', 'horse_racing_tone2': '1f3c7-1f3fc', 'horse_racing_tone3': '1f3c7-1f3fd', 'horse_racing_tone4': '1f3c7-1f3fe', 'horse_racing_tone5': '1f3c7-1f3ff', 'woman_in_lotus_position': '1f9d8-200d-2640-fe0f', 'woman_in_lotus_position_light_skin_tone': '1f9d8-1f3fb-200d-2640-fe0f', 'woman_in_lotus_position_tone1': '1f9d8-1f3fb-200d-2640-fe0f', 'woman_in_lotus_position_tone2': '1f9d8-1f3fc-200d-2640-fe0f', 'woman_in_lotus_position_medium_light_skin_tone': '1f9d8-1f3fc-200d-2640-fe0f', 'woman_in_lotus_position_medium_skin_tone': '1f9d8-1f3fd-200d-2640-fe0f', 'woman_in_lotus_position_tone3': '1f9d8-1f3fd-200d-2640-fe0f', 'woman_in_lotus_position_medium_dark_skin_tone': '1f9d8-1f3fe-200d-2640-fe0f', 'woman_in_lotus_position_tone4': '1f9d8-1f3fe-200d-2640-fe0f', 'woman_in_lotus_position_tone5': '1f9d8-1f3ff-200d-2640-fe0f', 'woman_in_lotus_position_dark_skin_tone': '1f9d8-1f3ff-200d-2640-fe0f', 'man_in_lotus_position': '1f9d8-200d-2642-fe0f', 'man_in_lotus_position_tone1': '1f9d8-1f3fb-200d-2642-fe0f', 'man_in_lotus_position_light_skin_tone': '1f9d8-1f3fb-200d-2642-fe0f', 'man_in_lotus_position_tone2': '1f9d8-1f3fc-200d-2642-fe0f', 'man_in_lotus_position_medium_light_skin_tone': '1f9d8-1f3fc-200d-2642-fe0f', 'man_in_lotus_position_medium_skin_tone': '1f9d8-1f3fd-200d-2642-fe0f', 'man_in_lotus_position_tone3': '1f9d8-1f3fd-200d-2642-fe0f', 'man_in_lotus_position_medium_dark_skin_tone': '1f9d8-1f3fe-200d-2642-fe0f', 'man_in_lotus_position_tone4': '1f9d8-1f3fe-200d-2642-fe0f', 'man_in_lotus_position_dark_skin_tone': '1f9d8-1f3ff-200d-2642-fe0f', 'man_in_lotus_position_tone5': '1f9d8-1f3ff-200d-2642-fe0f', 'person_surfing': '1f3c4', 'surfer': '1f3c4', 'surfer_tone1': '1f3c4-1f3fb', 'person_surfing_tone1': '1f3c4-1f3fb', 'surfer_tone2': '1f3c4-1f3fc', 'person_surfing_tone2': '1f3c4-1f3fc', 'surfer_tone3': '1f3c4-1f3fd', 'person_surfing_tone3': '1f3c4-1f3fd', 'surfer_tone4': '1f3c4-1f3fe', 'person_surfing_tone4': '1f3c4-1f3fe', 'person_surfing_tone5': '1f3c4-1f3ff', 'surfer_tone5': '1f3c4-1f3ff', 'woman_surfing': '1f3c4-200d-2640-fe0f', 'woman_surfing_light_skin_tone': '1f3c4-1f3fb-200d-2640-fe0f', 'woman_surfing_tone1': '1f3c4-1f3fb-200d-2640-fe0f', 'woman_surfing_medium_light_skin_tone': '1f3c4-1f3fc-200d-2640-fe0f', 'woman_surfing_tone2': '1f3c4-1f3fc-200d-2640-fe0f', 'woman_surfing_tone3': '1f3c4-1f3fd-200d-2640-fe0f', 'woman_surfing_medium_skin_tone': '1f3c4-1f3fd-200d-2640-fe0f', 'woman_surfing_medium_dark_skin_tone': '1f3c4-1f3fe-200d-2640-fe0f', 'woman_surfing_tone4': '1f3c4-1f3fe-200d-2640-fe0f', 'woman_surfing_tone5': '1f3c4-1f3ff-200d-2640-fe0f', 'woman_surfing_dark_skin_tone': '1f3c4-1f3ff-200d-2640-fe0f', 'person_swimming': '1f3ca', 'swimmer': '1f3ca', 'person_swimming_tone1': '1f3ca-1f3fb', 'swimmer_tone1': '1f3ca-1f3fb', 'person_swimming_tone2': '1f3ca-1f3fc', 'swimmer_tone2': '1f3ca-1f3fc', 'person_swimming_tone3': '1f3ca-1f3fd', 'swimmer_tone3': '1f3ca-1f3fd', 'person_swimming_tone4': '1f3ca-1f3fe', 'swimmer_tone4': '1f3ca-1f3fe', 'person_swimming_tone5': '1f3ca-1f3ff', 'swimmer_tone5': '1f3ca-1f3ff', 'woman_swimming': '1f3ca-200d-2640-fe0f', 'woman_swimming_light_skin_tone': '1f3ca-1f3fb-200d-2640-fe0f', 'woman_swimming_tone1': '1f3ca-1f3fb-200d-2640-fe0f', 'woman_swimming_tone2': '1f3ca-1f3fc-200d-2640-fe0f', 'woman_swimming_medium_light_skin_tone': '1f3ca-1f3fc-200d-2640-fe0f', 'woman_swimming_tone3': '1f3ca-1f3fd-200d-2640-fe0f', 'woman_swimming_medium_skin_tone': '1f3ca-1f3fd-200d-2640-fe0f', 'woman_swimming_tone4': '1f3ca-1f3fe-200d-2640-fe0f', 'woman_swimming_medium_dark_skin_tone': '1f3ca-1f3fe-200d-2640-fe0f', 'woman_swimming_tone5': '1f3ca-1f3ff-200d-2640-fe0f', 'woman_swimming_dark_skin_tone': '1f3ca-1f3ff-200d-2640-fe0f', 'woman_playing_water_polo': '1f93d-200d-2640-fe0f', 'woman_playing_water_polo_light_skin_tone': '1f93d-1f3fb-200d-2640-fe0f', 'woman_playing_water_polo_tone1': '1f93d-1f3fb-200d-2640-fe0f', 'woman_playing_water_polo_medium_light_skin_tone': '1f93d-1f3fc-200d-2640-fe0f', 'woman_playing_water_polo_tone2': '1f93d-1f3fc-200d-2640-fe0f', 'woman_playing_water_polo_medium_skin_tone': '1f93d-1f3fd-200d-2640-fe0f', 'woman_playing_water_polo_tone3': '1f93d-1f3fd-200d-2640-fe0f', 'woman_playing_water_polo_tone4': '1f93d-1f3fe-200d-2640-fe0f', 'woman_playing_water_polo_medium_dark_skin_tone': '1f93d-1f3fe-200d-2640-fe0f', 'woman_playing_water_polo_dark_skin_tone': '1f93d-1f3ff-200d-2640-fe0f', 'woman_playing_water_polo_tone5': '1f93d-1f3ff-200d-2640-fe0f', 'man_playing_water_polo': '1f93d-200d-2642-fe0f', 'man_playing_water_polo_light_skin_tone': '1f93d-1f3fb-200d-2642-fe0f', 'man_playing_water_polo_tone1': '1f93d-1f3fb-200d-2642-fe0f', 'man_playing_water_polo_tone2': '1f93d-1f3fc-200d-2642-fe0f', 'man_playing_water_polo_medium_light_skin_tone': '1f93d-1f3fc-200d-2642-fe0f', 'man_playing_water_polo_medium_skin_tone': '1f93d-1f3fd-200d-2642-fe0f', 'man_playing_water_polo_tone3': '1f93d-1f3fd-200d-2642-fe0f', 'man_playing_water_polo_tone4': '1f93d-1f3fe-200d-2642-fe0f', 'man_playing_water_polo_medium_dark_skin_tone': '1f93d-1f3fe-200d-2642-fe0f', 'man_playing_water_polo_tone5': '1f93d-1f3ff-200d-2642-fe0f', 'man_playing_water_polo_dark_skin_tone': '1f93d-1f3ff-200d-2642-fe0f', 'person_rowing_boat': '1f6a3', 'rowboat': '1f6a3', 'rowboat_tone1': '1f6a3-1f3fb', 'person_rowing_boat_tone1': '1f6a3-1f3fb', 'rowboat_tone2': '1f6a3-1f3fc', 'person_rowing_boat_tone2': '1f6a3-1f3fc', 'person_rowing_boat_tone3': '1f6a3-1f3fd', 'rowboat_tone3': '1f6a3-1f3fd', 'person_rowing_boat_tone4': '1f6a3-1f3fe', 'rowboat_tone4': '1f6a3-1f3fe', 'rowboat_tone5': '1f6a3-1f3ff', 'person_rowing_boat_tone5': '1f6a3-1f3ff', 'woman_rowing_boat': '1f6a3-200d-2640-fe0f', 'woman_rowing_boat_tone1': '1f6a3-1f3fb-200d-2640-fe0f', 'woman_rowing_boat_light_skin_tone': '1f6a3-1f3fb-200d-2640-fe0f', 'woman_rowing_boat_tone2': '1f6a3-1f3fc-200d-2640-fe0f', 'woman_rowing_boat_medium_light_skin_tone': '1f6a3-1f3fc-200d-2640-fe0f', 'woman_rowing_boat_medium_skin_tone': '1f6a3-1f3fd-200d-2640-fe0f', 'woman_rowing_boat_tone3': '1f6a3-1f3fd-200d-2640-fe0f', 'woman_rowing_boat_medium_dark_skin_tone': '1f6a3-1f3fe-200d-2640-fe0f', 'woman_rowing_boat_tone4': '1f6a3-1f3fe-200d-2640-fe0f', 'woman_rowing_boat_tone5': '1f6a3-1f3ff-200d-2640-fe0f', 'woman_rowing_boat_dark_skin_tone': '1f6a3-1f3ff-200d-2640-fe0f', 'woman_climbing': '1f9d7-200d-2640-fe0f', 'woman_climbing_light_skin_tone': '1f9d7-1f3fb-200d-2640-fe0f', 'woman_climbing_tone1': '1f9d7-1f3fb-200d-2640-fe0f', 'woman_climbing_medium_light_skin_tone': '1f9d7-1f3fc-200d-2640-fe0f', 'woman_climbing_tone2': '1f9d7-1f3fc-200d-2640-fe0f', 'woman_climbing_tone3': '1f9d7-1f3fd-200d-2640-fe0f', 'woman_climbing_medium_skin_tone': '1f9d7-1f3fd-200d-2640-fe0f', 'woman_climbing_medium_dark_skin_tone': '1f9d7-1f3fe-200d-2640-fe0f', 'woman_climbing_tone4': '1f9d7-1f3fe-200d-2640-fe0f', 'woman_climbing_dark_skin_tone': '1f9d7-1f3ff-200d-2640-fe0f', 'woman_climbing_tone5': '1f9d7-1f3ff-200d-2640-fe0f', 'man_climbing': '1f9d7-200d-2642-fe0f', 'man_climbing_tone1': '1f9d7-1f3fb-200d-2642-fe0f', 'man_climbing_light_skin_tone': '1f9d7-1f3fb-200d-2642-fe0f', 'man_climbing_tone2': '1f9d7-1f3fc-200d-2642-fe0f', 'man_climbing_medium_light_skin_tone': '1f9d7-1f3fc-200d-2642-fe0f', 'man_climbing_medium_skin_tone': '1f9d7-1f3fd-200d-2642-fe0f', 'man_climbing_tone3': '1f9d7-1f3fd-200d-2642-fe0f', 'man_climbing_tone4': '1f9d7-1f3fe-200d-2642-fe0f', 'man_climbing_medium_dark_skin_tone': '1f9d7-1f3fe-200d-2642-fe0f', 'man_climbing_tone5': '1f9d7-1f3ff-200d-2642-fe0f', 'man_climbing_dark_skin_tone': '1f9d7-1f3ff-200d-2642-fe0f', 'person_mountain_biking': '1f6b5', 'mountain_bicyclist': '1f6b5', 'mountain_bicyclist_tone1': '1f6b5-1f3fb', 'person_mountain_biking_tone1': '1f6b5-1f3fb', 'mountain_bicyclist_tone2': '1f6b5-1f3fc', 'person_mountain_biking_tone2': '1f6b5-1f3fc', 'person_mountain_biking_tone3': '1f6b5-1f3fd', 'mountain_bicyclist_tone3': '1f6b5-1f3fd', 'person_mountain_biking_tone4': '1f6b5-1f3fe', 'mountain_bicyclist_tone4': '1f6b5-1f3fe', 'person_mountain_biking_tone5': '1f6b5-1f3ff', 'mountain_bicyclist_tone5': '1f6b5-1f3ff', 'woman_mountain_biking': '1f6b5-200d-2640-fe0f', 'woman_mountain_biking_tone1': '1f6b5-1f3fb-200d-2640-fe0f', 'woman_mountain_biking_light_skin_tone': '1f6b5-1f3fb-200d-2640-fe0f', 'woman_mountain_biking_medium_light_skin_tone': '1f6b5-1f3fc-200d-2640-fe0f', 'woman_mountain_biking_tone2': '1f6b5-1f3fc-200d-2640-fe0f', 'woman_mountain_biking_tone3': '1f6b5-1f3fd-200d-2640-fe0f', 'woman_mountain_biking_medium_skin_tone': '1f6b5-1f3fd-200d-2640-fe0f', 'woman_mountain_biking_medium_dark_skin_tone': '1f6b5-1f3fe-200d-2640-fe0f', 'woman_mountain_biking_tone4': '1f6b5-1f3fe-200d-2640-fe0f', 'woman_mountain_biking_tone5': '1f6b5-1f3ff-200d-2640-fe0f', 'woman_mountain_biking_dark_skin_tone': '1f6b5-1f3ff-200d-2640-fe0f', 'person_biking': '1f6b4', 'bicyclist': '1f6b4', 'person_biking_tone1': '1f6b4-1f3fb', 'bicyclist_tone1': '1f6b4-1f3fb', 'person_biking_tone2': '1f6b4-1f3fc', 'bicyclist_tone2': '1f6b4-1f3fc', 'person_biking_tone3': '1f6b4-1f3fd', 'bicyclist_tone3': '1f6b4-1f3fd', 'bicyclist_tone4': '1f6b4-1f3fe', 'person_biking_tone4': '1f6b4-1f3fe', 'person_biking_tone5': '1f6b4-1f3ff', 'bicyclist_tone5': '1f6b4-1f3ff', 'woman_biking': '1f6b4-200d-2640-fe0f', 'woman_biking_tone1': '1f6b4-1f3fb-200d-2640-fe0f', 'woman_biking_light_skin_tone': '1f6b4-1f3fb-200d-2640-fe0f', 'woman_biking_medium_light_skin_tone': '1f6b4-1f3fc-200d-2640-fe0f', 'woman_biking_tone2': '1f6b4-1f3fc-200d-2640-fe0f', 'woman_biking_medium_skin_tone': '1f6b4-1f3fd-200d-2640-fe0f', 'woman_biking_tone3': '1f6b4-1f3fd-200d-2640-fe0f', 'woman_biking_tone4': '1f6b4-1f3fe-200d-2640-fe0f', 'woman_biking_medium_dark_skin_tone': '1f6b4-1f3fe-200d-2640-fe0f', 'woman_biking_tone5': '1f6b4-1f3ff-200d-2640-fe0f', 'woman_biking_dark_skin_tone': '1f6b4-1f3ff-200d-2640-fe0f', 'trophy': '1f3c6', 'first_place': '1f947', 'first_place_medal': '1f947', 'second_place': '1f948', 'second_place_medal': '1f948', 'third_place_medal': '1f949', 'third_place': '1f949', 'sports_medal': '1f3c5', 'medal': '1f3c5', 'military_medal': '1f396', 'rosette': '1f3f5', 'reminder_ribbon': '1f397', 'ticket': '1f3ab', 'admission_tickets': '1f39f', 'tickets': '1f39f', 'circus_tent': '1f3aa', 'woman_juggling': '1f939-200d-2640-fe0f', 'woman_juggling_light_skin_tone': '1f939-1f3fb-200d-2640-fe0f', 'woman_juggling_tone1': '1f939-1f3fb-200d-2640-fe0f', 'woman_juggling_medium_light_skin_tone': '1f939-1f3fc-200d-2640-fe0f', 'woman_juggling_tone2': '1f939-1f3fc-200d-2640-fe0f', 'woman_juggling_tone3': '1f939-1f3fd-200d-2640-fe0f', 'woman_juggling_medium_skin_tone': '1f939-1f3fd-200d-2640-fe0f', 'woman_juggling_medium_dark_skin_tone': '1f939-1f3fe-200d-2640-fe0f', 'woman_juggling_tone4': '1f939-1f3fe-200d-2640-fe0f', 'woman_juggling_tone5': '1f939-1f3ff-200d-2640-fe0f', 'woman_juggling_dark_skin_tone': '1f939-1f3ff-200d-2640-fe0f', 'man_juggling': '1f939-200d-2642-fe0f', 'man_juggling_light_skin_tone': '1f939-1f3fb-200d-2642-fe0f', 'man_juggling_tone1': '1f939-1f3fb-200d-2642-fe0f', 'man_juggling_tone2': '1f939-1f3fc-200d-2642-fe0f', 'man_juggling_medium_light_skin_tone': '1f939-1f3fc-200d-2642-fe0f', 'man_juggling_tone3': '1f939-1f3fd-200d-2642-fe0f', 'man_juggling_medium_skin_tone': '1f939-1f3fd-200d-2642-fe0f', 'man_juggling_tone4': '1f939-1f3fe-200d-2642-fe0f', 'man_juggling_medium_dark_skin_tone': '1f939-1f3fe-200d-2642-fe0f', 'man_juggling_dark_skin_tone': '1f939-1f3ff-200d-2642-fe0f', 'man_juggling_tone5': '1f939-1f3ff-200d-2642-fe0f', 'performing_arts': '1f3ad', 'art': '1f3a8', 'clapper': '1f3ac', 'microphone': '1f3a4', 'headphones': '1f3a7', 'musical_score': '1f3bc', 'musical_keyboard': '1f3b9', 'drum_with_drumsticks': '1f941', 'drum': '1f941', 'saxophone': '1f3b7', 'trumpet': '1f3ba', 'guitar': '1f3b8', 'violin': '1f3bb', 'game_die': '1f3b2', 'dart': '1f3af', 'bowling': '1f3b3', 'video_game': '1f3ae', 'slot_machine': '1f3b0', 'flag_white': '1f3f3', 'waving_white_flag': '1f3f3', 'flag_black': '1f3f4', 'waving_black_flag': '1f3f4', 'checkered_flag': '1f3c1', 'triangular_flag_on_post': '1f6a9', 'rainbow_flag': '1f3f3-fe0f-200d-1f308', 'gay_pride_flag': '1f3f3-fe0f-200d-1f308', 'pirate_flag': '1f3f4-200d-2620-fe0f', 'flag_af': '1f1e6-1f1eb', 'af': '1f1e6-1f1eb', 'flag_ax': '1f1e6-1f1fd', 'ax': '1f1e6-1f1fd', 'flag_al': '1f1e6-1f1f1', 'al': '1f1e6-1f1f1', 'flag_dz': '1f1e9-1f1ff', 'dz': '1f1e9-1f1ff', 'as': '1f1e6-1f1f8', 'flag_as': '1f1e6-1f1f8', 'flag_ad': '1f1e6-1f1e9', 'ad': '1f1e6-1f1e9', 'ao': '1f1e6-1f1f4', 'flag_ao': '1f1e6-1f1f4', 'flag_ai': '1f1e6-1f1ee', 'ai': '1f1e6-1f1ee', 'flag_aq': '1f1e6-1f1f6', 'aq': '1f1e6-1f1f6', 'flag_ag': '1f1e6-1f1ec', 'ag': '1f1e6-1f1ec', 'flag_ar': '1f1e6-1f1f7', 'ar': '1f1e6-1f1f7', 'am': '1f1e6-1f1f2', 'flag_am': '1f1e6-1f1f2', 'aw': '1f1e6-1f1fc', 'flag_aw': '1f1e6-1f1fc', 'flag_au': '1f1e6-1f1fa', 'au': '1f1e6-1f1fa', 'at': '1f1e6-1f1f9', 'flag_at': '1f1e6-1f1f9', 'flag_az': '1f1e6-1f1ff', 'az': '1f1e6-1f1ff', 'bs': '1f1e7-1f1f8', 'flag_bs': '1f1e7-1f1f8', 'flag_bh': '1f1e7-1f1ed', 'bh': '1f1e7-1f1ed', 'bd': '1f1e7-1f1e9', 'flag_bd': '1f1e7-1f1e9', 'flag_bb': '1f1e7-1f1e7', 'bb': '1f1e7-1f1e7', 'flag_by': '1f1e7-1f1fe', 'by': '1f1e7-1f1fe', 'be': '1f1e7-1f1ea', 'flag_be': '1f1e7-1f1ea', 'bz': '1f1e7-1f1ff', 'flag_bz': '1f1e7-1f1ff', 'bj': '1f1e7-1f1ef', 'flag_bj': '1f1e7-1f1ef', 'bm': '1f1e7-1f1f2', 'flag_bm': '1f1e7-1f1f2', 'bt': '1f1e7-1f1f9', 'flag_bt': '1f1e7-1f1f9', 'bo': '1f1e7-1f1f4', 'flag_bo': '1f1e7-1f1f4', 'ba': '1f1e7-1f1e6', 'flag_ba': '1f1e7-1f1e6', 'bw': '1f1e7-1f1fc', 'flag_bw': '1f1e7-1f1fc', 'br': '1f1e7-1f1f7', 'flag_br': '1f1e7-1f1f7', 'io': '1f1ee-1f1f4', 'flag_io': '1f1ee-1f1f4', 'flag_vg': '1f1fb-1f1ec', 'vg': '1f1fb-1f1ec', 'flag_bn': '1f1e7-1f1f3', 'bn': '1f1e7-1f1f3', 'flag_bg': '1f1e7-1f1ec', 'bg': '1f1e7-1f1ec', 'flag_bf': '1f1e7-1f1eb', 'bf': '1f1e7-1f1eb', 'flag_bi': '1f1e7-1f1ee', 'bi': '1f1e7-1f1ee', 'kh': '1f1f0-1f1ed', 'flag_kh': '1f1f0-1f1ed', 'flag_cm': '1f1e8-1f1f2', 'cm': '1f1e8-1f1f2', 'flag_ca': '1f1e8-1f1e6', 'ca': '1f1e8-1f1e6', 'flag_ic': '1f1ee-1f1e8', 'ic': '1f1ee-1f1e8', 'cv': '1f1e8-1f1fb', 'flag_cv': '1f1e8-1f1fb', 'bq': '1f1e7-1f1f6', 'flag_bq': '1f1e7-1f1f6', 'flag_ky': '1f1f0-1f1fe', 'ky': '1f1f0-1f1fe', 'cf': '1f1e8-1f1eb', 'flag_cf': '1f1e8-1f1eb', 'flag_td': '1f1f9-1f1e9', 'td': '1f1f9-1f1e9', 'flag_cl': '1f1e8-1f1f1', 'chile': '1f1e8-1f1f1', 'cn': '1f1e8-1f1f3', 'flag_cn': '1f1e8-1f1f3', 'flag_cx': '1f1e8-1f1fd', 'cx': '1f1e8-1f1fd', 'flag_cc': '1f1e8-1f1e8', 'cc': '1f1e8-1f1e8', 'flag_co': '1f1e8-1f1f4', 'co': '1f1e8-1f1f4', 'flag_km': '1f1f0-1f1f2', 'km': '1f1f0-1f1f2', 'cg': '1f1e8-1f1ec', 'flag_cg': '1f1e8-1f1ec', 'flag_cd': '1f1e8-1f1e9', 'congo': '1f1e8-1f1e9', 'flag_ck': '1f1e8-1f1f0', 'ck': '1f1e8-1f1f0', 'cr': '1f1e8-1f1f7', 'flag_cr': '1f1e8-1f1f7', 'ci': '1f1e8-1f1ee', 'flag_ci': '1f1e8-1f1ee', 'hr': '1f1ed-1f1f7', 'flag_hr': '1f1ed-1f1f7', 'flag_cu': '1f1e8-1f1fa', 'cu': '1f1e8-1f1fa', 'flag_cw': '1f1e8-1f1fc', 'cw': '1f1e8-1f1fc', 'flag_cy': '1f1e8-1f1fe', 'cy': '1f1e8-1f1fe', 'cz': '1f1e8-1f1ff', 'flag_cz': '1f1e8-1f1ff', 'flag_dk': '1f1e9-1f1f0', 'dk': '1f1e9-1f1f0', 'flag_dj': '1f1e9-1f1ef', 'dj': '1f1e9-1f1ef', 'flag_dm': '1f1e9-1f1f2', 'dm': '1f1e9-1f1f2', 'flag_do': '1f1e9-1f1f4', 'do': '1f1e9-1f1f4', 'flag_ec': '1f1ea-1f1e8', 'ec': '1f1ea-1f1e8', 'flag_eg': '1f1ea-1f1ec', 'eg': '1f1ea-1f1ec', 'flag_sv': '1f1f8-1f1fb', 'sv': '1f1f8-1f1fb', 'flag_gq': '1f1ec-1f1f6', 'gq': '1f1ec-1f1f6', 'er': '1f1ea-1f1f7', 'flag_er': '1f1ea-1f1f7', 'ee': '1f1ea-1f1ea', 'flag_ee': '1f1ea-1f1ea', 'et': '1f1ea-1f1f9', 'flag_et': '1f1ea-1f1f9', 'flag_eu': '1f1ea-1f1fa', 'eu': '1f1ea-1f1fa', 'fk': '1f1eb-1f1f0', 'flag_fk': '1f1eb-1f1f0', 'flag_fo': '1f1eb-1f1f4', 'fo': '1f1eb-1f1f4', 'flag_fj': '1f1eb-1f1ef', 'fj': '1f1eb-1f1ef', 'flag_fi': '1f1eb-1f1ee', 'fi': '1f1eb-1f1ee', 'flag_fr': '1f1eb-1f1f7', 'fr': '1f1eb-1f1f7', 'flag_gf': '1f1ec-1f1eb', 'gf': '1f1ec-1f1eb', 'pf': '1f1f5-1f1eb', 'flag_pf': '1f1f5-1f1eb', 'flag_tf': '1f1f9-1f1eb', 'tf': '1f1f9-1f1eb', 'ga': '1f1ec-1f1e6', 'flag_ga': '1f1ec-1f1e6', 'gm': '1f1ec-1f1f2', 'flag_gm': '1f1ec-1f1f2', 'flag_ge': '1f1ec-1f1ea', 'ge': '1f1ec-1f1ea', 'de': '1f1e9-1f1ea', 'flag_de': '1f1e9-1f1ea', 'gh': '1f1ec-1f1ed', 'flag_gh': '1f1ec-1f1ed', 'gi': '1f1ec-1f1ee', 'flag_gi': '1f1ec-1f1ee', 'flag_gr': '1f1ec-1f1f7', 'gr': '1f1ec-1f1f7', 'flag_gl': '1f1ec-1f1f1', 'gl': '1f1ec-1f1f1', 'flag_gd': '1f1ec-1f1e9', 'gd': '1f1ec-1f1e9', 'flag_gp': '1f1ec-1f1f5', 'gp': '1f1ec-1f1f5', 'gu': '1f1ec-1f1fa', 'flag_gu': '1f1ec-1f1fa', 'flag_gt': '1f1ec-1f1f9', 'gt': '1f1ec-1f1f9', 'gg': '1f1ec-1f1ec', 'flag_gg': '1f1ec-1f1ec', 'gn': '1f1ec-1f1f3', 'flag_gn': '1f1ec-1f1f3', 'flag_gw': '1f1ec-1f1fc', 'gw': '1f1ec-1f1fc', 'gy': '1f1ec-1f1fe', 'flag_gy': '1f1ec-1f1fe', 'flag_ht': '1f1ed-1f1f9', 'ht': '1f1ed-1f1f9', 'hn': '1f1ed-1f1f3', 'flag_hn': '1f1ed-1f1f3', 'flag_hk': '1f1ed-1f1f0', 'hk': '1f1ed-1f1f0', 'flag_hu': '1f1ed-1f1fa', 'hu': '1f1ed-1f1fa', 'flag_is': '1f1ee-1f1f8', 'is': '1f1ee-1f1f8', 'in': '1f1ee-1f1f3', 'flag_in': '1f1ee-1f1f3', 'flag_id': '1f1ee-1f1e9', 'indonesia': '1f1ee-1f1e9', 'ir': '1f1ee-1f1f7', 'flag_ir': '1f1ee-1f1f7', 'iq': '1f1ee-1f1f6', 'flag_iq': '1f1ee-1f1f6', 'flag_ie': '1f1ee-1f1ea', 'ie': '1f1ee-1f1ea', 'flag_im': '1f1ee-1f1f2', 'im': '1f1ee-1f1f2', 'il': '1f1ee-1f1f1', 'flag_il': '1f1ee-1f1f1', 'flag_it': '1f1ee-1f1f9', 'it': '1f1ee-1f1f9', 'flag_jm': '1f1ef-1f1f2', 'jm': '1f1ef-1f1f2', 'jp': '1f1ef-1f1f5', 'flag_jp': '1f1ef-1f1f5', 'crossed_flags': '1f38c', 'je': '1f1ef-1f1ea', 'flag_je': '1f1ef-1f1ea', 'jo': '1f1ef-1f1f4', 'flag_jo': '1f1ef-1f1f4', 'kz': '1f1f0-1f1ff', 'flag_kz': '1f1f0-1f1ff', 'ke': '1f1f0-1f1ea', 'flag_ke': '1f1f0-1f1ea', 'flag_ki': '1f1f0-1f1ee', 'ki': '1f1f0-1f1ee', 'xk': '1f1fd-1f1f0', 'flag_xk': '1f1fd-1f1f0', 'flag_kw': '1f1f0-1f1fc', 'kw': '1f1f0-1f1fc', 'kg': '1f1f0-1f1ec', 'flag_kg': '1f1f0-1f1ec', 'la': '1f1f1-1f1e6', 'flag_la': '1f1f1-1f1e6', 'lv': '1f1f1-1f1fb', 'flag_lv': '1f1f1-1f1fb', 'lb': '1f1f1-1f1e7', 'flag_lb': '1f1f1-1f1e7', 'flag_ls': '1f1f1-1f1f8', 'ls': '1f1f1-1f1f8', 'lr': '1f1f1-1f1f7', 'flag_lr': '1f1f1-1f1f7', 'ly': '1f1f1-1f1fe', 'flag_ly': '1f1f1-1f1fe', 'flag_li': '1f1f1-1f1ee', 'li': '1f1f1-1f1ee', 'flag_lt': '1f1f1-1f1f9', 'lt': '1f1f1-1f1f9', 'flag_lu': '1f1f1-1f1fa', 'lu': '1f1f1-1f1fa', 'mo': '1f1f2-1f1f4', 'flag_mo': '1f1f2-1f1f4', 'flag_mk': '1f1f2-1f1f0', 'mk': '1f1f2-1f1f0', 'flag_mg': '1f1f2-1f1ec', 'mg': '1f1f2-1f1ec', 'flag_mw': '1f1f2-1f1fc', 'mw': '1f1f2-1f1fc', 'my': '1f1f2-1f1fe', 'flag_my': '1f1f2-1f1fe', 'flag_mv': '1f1f2-1f1fb', 'mv': '1f1f2-1f1fb', 'ml': '1f1f2-1f1f1', 'flag_ml': '1f1f2-1f1f1', 'mt': '1f1f2-1f1f9', 'flag_mt': '1f1f2-1f1f9', 'mh': '1f1f2-1f1ed', 'flag_mh': '1f1f2-1f1ed', 'flag_mq': '1f1f2-1f1f6', 'mq': '1f1f2-1f1f6', 'flag_mr': '1f1f2-1f1f7', 'mr': '1f1f2-1f1f7', 'flag_mu': '1f1f2-1f1fa', 'mu': '1f1f2-1f1fa', 'yt': '1f1fe-1f1f9', 'flag_yt': '1f1fe-1f1f9', 'mx': '1f1f2-1f1fd', 'flag_mx': '1f1f2-1f1fd', 'flag_fm': '1f1eb-1f1f2', 'fm': '1f1eb-1f1f2', 'md': '1f1f2-1f1e9', 'flag_md': '1f1f2-1f1e9', 'flag_mc': '1f1f2-1f1e8', 'mc': '1f1f2-1f1e8', 'flag_mn': '1f1f2-1f1f3', 'mn': '1f1f2-1f1f3', 'flag_me': '1f1f2-1f1ea', 'me': '1f1f2-1f1ea', 'ms': '1f1f2-1f1f8', 'flag_ms': '1f1f2-1f1f8', 'flag_ma': '1f1f2-1f1e6', 'ma': '1f1f2-1f1e6', 'mz': '1f1f2-1f1ff', 'flag_mz': '1f1f2-1f1ff', 'flag_mm': '1f1f2-1f1f2', 'mm': '1f1f2-1f1f2', 'flag_na': '1f1f3-1f1e6', 'na': '1f1f3-1f1e6', 'flag_nr': '1f1f3-1f1f7', 'nr': '1f1f3-1f1f7', 'np': '1f1f3-1f1f5', 'flag_np': '1f1f3-1f1f5', 'flag_nl': '1f1f3-1f1f1', 'nl': '1f1f3-1f1f1', 'flag_nc': '1f1f3-1f1e8', 'nc': '1f1f3-1f1e8', 'nz': '1f1f3-1f1ff', 'flag_nz': '1f1f3-1f1ff', 'flag_ni': '1f1f3-1f1ee', 'ni': '1f1f3-1f1ee', 'flag_ne': '1f1f3-1f1ea', 'ne': '1f1f3-1f1ea', 'nigeria': '1f1f3-1f1ec', 'flag_ng': '1f1f3-1f1ec', 'flag_nu': '1f1f3-1f1fa', 'nu': '1f1f3-1f1fa', 'nf': '1f1f3-1f1eb', 'flag_nf': '1f1f3-1f1eb', 'kp': '1f1f0-1f1f5', 'flag_kp': '1f1f0-1f1f5', 'mp': '1f1f2-1f1f5', 'flag_mp': '1f1f2-1f1f5', 'flag_no': '1f1f3-1f1f4', 'no': '1f1f3-1f1f4', 'flag_om': '1f1f4-1f1f2', 'om': '1f1f4-1f1f2', 'flag_pk': '1f1f5-1f1f0', 'pk': '1f1f5-1f1f0', 'flag_pw': '1f1f5-1f1fc', 'pw': '1f1f5-1f1fc', 'flag_ps': '1f1f5-1f1f8', 'ps': '1f1f5-1f1f8', 'flag_pa': '1f1f5-1f1e6', 'pa': '1f1f5-1f1e6', 'pg': '1f1f5-1f1ec', 'flag_pg': '1f1f5-1f1ec', 'py': '1f1f5-1f1fe', 'flag_py': '1f1f5-1f1fe', 'flag_pe': '1f1f5-1f1ea', 'pe': '1f1f5-1f1ea', 'flag_ph': '1f1f5-1f1ed', 'ph': '1f1f5-1f1ed', 'flag_pn': '1f1f5-1f1f3', 'pn': '1f1f5-1f1f3', 'flag_pl': '1f1f5-1f1f1', 'pl': '1f1f5-1f1f1', 'flag_pt': '1f1f5-1f1f9', 'pt': '1f1f5-1f1f9', 'flag_pr': '1f1f5-1f1f7', 'pr': '1f1f5-1f1f7', 'flag_qa': '1f1f6-1f1e6', 'qa': '1f1f6-1f1e6', 're': '1f1f7-1f1ea', 'flag_re': '1f1f7-1f1ea', 'flag_ro': '1f1f7-1f1f4', 'ro': '1f1f7-1f1f4', 'ru': '1f1f7-1f1fa', 'flag_ru': '1f1f7-1f1fa', 'rw': '1f1f7-1f1fc', 'flag_rw': '1f1f7-1f1fc', 'flag_ws': '1f1fc-1f1f8', 'ws': '1f1fc-1f1f8', 'sm': '1f1f8-1f1f2', 'flag_sm': '1f1f8-1f1f2', 'st': '1f1f8-1f1f9', 'flag_st': '1f1f8-1f1f9', 'saudiarabia': '1f1f8-1f1e6', 'saudi': '1f1f8-1f1e6', 'flag_sa': '1f1f8-1f1e6', 'flag_sn': '1f1f8-1f1f3', 'sn': '1f1f8-1f1f3', 'flag_rs': '1f1f7-1f1f8', 'rs': '1f1f7-1f1f8', 'flag_sc': '1f1f8-1f1e8', 'sc': '1f1f8-1f1e8', 'sl': '1f1f8-1f1f1', 'flag_sl': '1f1f8-1f1f1', 'flag_sg': '1f1f8-1f1ec', 'sg': '1f1f8-1f1ec', 'sx': '1f1f8-1f1fd', 'flag_sx': '1f1f8-1f1fd', 'sk': '1f1f8-1f1f0', 'flag_sk': '1f1f8-1f1f0', 'si': '1f1f8-1f1ee', 'flag_si': '1f1f8-1f1ee', 'gs': '1f1ec-1f1f8', 'flag_gs': '1f1ec-1f1f8', 'flag_sb': '1f1f8-1f1e7', 'sb': '1f1f8-1f1e7', 'flag_so': '1f1f8-1f1f4', 'so': '1f1f8-1f1f4', 'flag_za': '1f1ff-1f1e6', 'za': '1f1ff-1f1e6', 'flag_kr': '1f1f0-1f1f7', 'kr': '1f1f0-1f1f7', 'ss': '1f1f8-1f1f8', 'flag_ss': '1f1f8-1f1f8', 'es': '1f1ea-1f1f8', 'flag_es': '1f1ea-1f1f8', 'lk': '1f1f1-1f1f0', 'flag_lk': '1f1f1-1f1f0', 'flag_bl': '1f1e7-1f1f1', 'bl': '1f1e7-1f1f1', 'flag_sh': '1f1f8-1f1ed', 'sh': '1f1f8-1f1ed', 'kn': '1f1f0-1f1f3', 'flag_kn': '1f1f0-1f1f3', 'lc': '1f1f1-1f1e8', 'flag_lc': '1f1f1-1f1e8', 'flag_pm': '1f1f5-1f1f2', 'pm': '1f1f5-1f1f2', 'flag_vc': '1f1fb-1f1e8', 'vc': '1f1fb-1f1e8', 'flag_sd': '1f1f8-1f1e9', 'sd': '1f1f8-1f1e9', 'flag_sr': '1f1f8-1f1f7', 'sr': '1f1f8-1f1f7', 'sz': '1f1f8-1f1ff', 'flag_sz': '1f1f8-1f1ff', 'se': '1f1f8-1f1ea', 'flag_se': '1f1f8-1f1ea', 'flag_ch': '1f1e8-1f1ed', 'ch': '1f1e8-1f1ed', 'flag_sy': '1f1f8-1f1fe', 'sy': '1f1f8-1f1fe', 'tw': '1f1f9-1f1fc', 'flag_tw': '1f1f9-1f1fc', 'flag_tj': '1f1f9-1f1ef', 'tj': '1f1f9-1f1ef', 'tz': '1f1f9-1f1ff', 'flag_tz': '1f1f9-1f1ff', 'th': '1f1f9-1f1ed', 'flag_th': '1f1f9-1f1ed', 'tl': '1f1f9-1f1f1', 'flag_tl': '1f1f9-1f1f1', 'flag_tg': '1f1f9-1f1ec', 'tg': '1f1f9-1f1ec', 'flag_tk': '1f1f9-1f1f0', 'tk': '1f1f9-1f1f0', 'flag_to': '1f1f9-1f1f4', 'to': '1f1f9-1f1f4', 'tt': '1f1f9-1f1f9', 'flag_tt': '1f1f9-1f1f9', 'tn': '1f1f9-1f1f3', 'flag_tn': '1f1f9-1f1f3', 'flag_tr': '1f1f9-1f1f7', 'tr': '1f1f9-1f1f7', 'flag_tm': '1f1f9-1f1f2', 'turkmenistan': '1f1f9-1f1f2', 'flag_tc': '1f1f9-1f1e8', 'tc': '1f1f9-1f1e8', 'flag_vi': '1f1fb-1f1ee', 'vi': '1f1fb-1f1ee', 'flag_tv': '1f1f9-1f1fb', 'tuvalu': '1f1f9-1f1fb', 'ug': '1f1fa-1f1ec', 'flag_ug': '1f1fa-1f1ec', 'ua': '1f1fa-1f1e6', 'flag_ua': '1f1fa-1f1e6', 'ae': '1f1e6-1f1ea', 'flag_ae': '1f1e6-1f1ea', 'gb': '1f1ec-1f1e7', 'flag_gb': '1f1ec-1f1e7', 'england': '1f3f4-e0067-e0062-e0065-e006e-e0067-e007f', 'scotland': '1f3f4-e0067-e0062-e0073-e0063-e0074-e007f', 'wales': '1f3f4-e0067-e0062-e0077-e006c-e0073-e007f', 'us': '1f1fa-1f1f8', 'flag_us': '1f1fa-1f1f8', 'uy': '1f1fa-1f1fe', 'flag_uy': '1f1fa-1f1fe', 'flag_uz': '1f1fa-1f1ff', 'uz': '1f1fa-1f1ff', 'vu': '1f1fb-1f1fa', 'flag_vu': '1f1fb-1f1fa', 'va': '1f1fb-1f1e6', 'flag_va': '1f1fb-1f1e6', 've': '1f1fb-1f1ea', 'flag_ve': '1f1fb-1f1ea', 'flag_vn': '1f1fb-1f1f3', 'vn': '1f1fb-1f1f3', 'flag_wf': '1f1fc-1f1eb', 'wf': '1f1fc-1f1eb', 'eh': '1f1ea-1f1ed', 'flag_eh': '1f1ea-1f1ed', 'flag_ye': '1f1fe-1f1ea', 'ye': '1f1fe-1f1ea', 'flag_zm': '1f1ff-1f1f2', 'zm': '1f1ff-1f1f2', 'zw': '1f1ff-1f1fc', 'flag_zw': '1f1ff-1f1fc', 'green_apple': '1f34f', 'apple': '1f34e', 'pear': '1f350', 'tangerine': '1f34a', 'lemon': '1f34b', 'banana': '1f34c', 'watermelon': '1f349', 'grapes': '1f347', 'strawberry': '1f353', 'melon': '1f348', 'cherries': '1f352', 'peach': '1f351', 'mango': '1f96d', 'pineapple': '1f34d', 'coconut': '1f965', 'kiwifruit': '1f95d', 'kiwi': '1f95d', 'tomato': '1f345', 'eggplant': '1f346', 'avocado': '1f951', 'broccoli': '1f966', 'leafy_green': '1f96c', 'cucumber': '1f952', 'hot_pepper': '1f336', 'corn': '1f33d', 'carrot': '1f955', 'potato': '1f954', 'sweet_potato': '1f360', 'croissant': '1f950', 'bread': '1f35e', 'french_bread': '1f956', 'baguette_bread': '1f956', 'pretzel': '1f968', 'bagel': '1f96f', 'cheese_wedge': '1f9c0', 'cheese': '1f9c0', 'egg': '1f95a', 'cooking': '1f373', 'pancakes': '1f95e', 'bacon': '1f953', 'cut_of_meat': '1f969', 'poultry_leg': '1f357', 'meat_on_bone': '1f356', 'hotdog': '1f32d', 'hot_dog': '1f32d', 'hamburger': '1f354', 'fries': '1f35f', 'pizza': '1f355', 'sandwich': '1f96a', 'stuffed_pita': '1f959', 'stuffed_flatbread': '1f959', 'taco': '1f32e', 'burrito': '1f32f', 'green_salad': '1f957', 'salad': '1f957', 'paella': '1f958', 'shallow_pan_of_food': '1f958', 'canned_food': '1f96b', 'spaghetti': '1f35d', 'ramen': '1f35c', 'stew': '1f372', 'curry': '1f35b', 'sushi': '1f363', 'bento': '1f371', 'fried_shrimp': '1f364', 'rice_ball': '1f359', 'rice': '1f35a', 'rice_cracker': '1f358', 'fish_cake': '1f365', 'fortune_cookie': '1f960', 'oden': '1f362', 'dango': '1f361', 'shaved_ice': '1f367', 'ice_cream': '1f368', 'icecream': '1f366', 'pie': '1f967', 'cake': '1f370', 'birthday': '1f382', 'moon_cake': '1f96e', 'cupcake': '1f9c1', 'custard': '1f36e', 'flan': '1f36e', 'pudding': '1f36e', 'lollipop': '1f36d', 'candy': '1f36c', 'chocolate_bar': '1f36b', 'popcorn': '1f37f', 'salt': '1f9c2', 'doughnut': '1f369', 'dumpling': '1f95f', 'cookie': '1f36a', 'chestnut': '1f330', 'shelled_peanut': '1f95c', 'peanuts': '1f95c', 'honey_pot': '1f36f', 'glass_of_milk': '1f95b', 'milk': '1f95b', 'baby_bottle': '1f37c', 'coffee': '2615', 'tea': '1f375', 'cup_with_straw': '1f964', 'sake': '1f376', 'beer': '1f37a', 'beers': '1f37b', 'clinking_glass': '1f942', 'champagne_glass': '1f942', 'wine_glass': '1f377', 'tumbler_glass': '1f943', 'whisky': '1f943', 'cocktail': '1f378', 'tropical_drink': '1f379', 'bottle_with_popping_cork': '1f37e', 'champagne': '1f37e', 'spoon': '1f944', 'fork_and_knife': '1f374', 'fork_and_knife_with_plate': '1f37d', 'fork_knife_plate': '1f37d', 'bowl_with_spoon': '1f963', 'takeout_box': '1f961', 'chopsticks': '1f962', 'dog': '1f436', 'cat': '1f431', 'mouse': '1f42d', 'hamster': '1f439', 'rabbit': '1f430', 'fox_face': '1f98a', 'fox': '1f98a', 'raccoon': '1f99d', 'bear': '1f43b', 'panda_face': '1f43c', 'kangaroo': '1f998', 'badger': '1f9a1', 'koala': '1f428', 'tiger': '1f42f', 'lion': '1f981', 'lion_face': '1f981', 'cow': '1f42e', 'pig': '1f437', 'pig_nose': '1f43d', 'frog': '1f438', 'monkey_face': '1f435', 'see_no_evil': '1f648', 'hear_no_evil': '1f649', 'speak_no_evil': '1f64a', 'monkey': '1f412', 'chicken': '1f414', 'penguin': '1f427', 'bird': '1f426', 'baby_chick': '1f424', 'hatching_chick': '1f423', 'hatched_chick': '1f425', 'duck': '1f986', 'swan': '1f9a2', 'eagle': '1f985', 'owl': '1f989', 'parrot': '1f99c', 'peacock': '1f99a', 'bat': '1f987', 'wolf': '1f43a', 'boar': '1f417', 'horse': '1f434', 'unicorn_face': '1f984', 'unicorn': '1f984', 'bee': '1f41d', 'bug': '1f41b', 'butterfly': '1f98b', 'snail': '1f40c', 'shell': '1f41a', 'beetle': '1f41e', 'ant': '1f41c', 'cricket': '1f997', 'spider': '1f577', 'spider_web': '1f578', 'scorpion': '1f982', 'mosquito': '1f99f', 'microbe': '1f9a0', 'turtle': '1f422', 'snake': '1f40d', 'lizard': '1f98e', 't_rex': '1f996', 'sauropod': '1f995', 'octopus': '1f419', 'squid': '1f991', 'shrimp': '1f990', 'crab': '1f980', 'lobster': '1f99e', 'blowfish': '1f421', 'tropical_fish': '1f420', 'fish': '1f41f', 'dolphin': '1f42c', 'whale': '1f433', 'whale2': '1f40b', 'shark': '1f988', 'crocodile': '1f40a', 'tiger2': '1f405', 'leopard': '1f406', 'zebra': '1f993', 'gorilla': '1f98d', 'elephant': '1f418', 'rhino': '1f98f', 'rhinoceros': '1f98f', 'hippopotamus': '1f99b', 'dromedary_camel': '1f42a', 'camel': '1f42b', 'giraffe': '1f992', 'llama': '1f999', 'water_buffalo': '1f403', 'ox': '1f402', 'cow2': '1f404', 'racehorse': '1f40e', 'pig2': '1f416', 'ram': '1f40f', 'sheep': '1f411', 'goat': '1f410', 'deer': '1f98c', 'dog2': '1f415', 'poodle': '1f429', 'cat2': '1f408', 'rooster': '1f413', 'turkey': '1f983', 'dove_of_peace': '1f54a', 'dove': '1f54a', 'rabbit2': '1f407', 'mouse2': '1f401', 'rat': '1f400', 'chipmunk': '1f43f', 'hedgehog': '1f994', 'feet': '1f43e', 'paw_prints': '1f43e', 'dragon': '1f409', 'dragon_face': '1f432', 'cactus': '1f335', 'christmas_tree': '1f384', 'evergreen_tree': '1f332', 'deciduous_tree': '1f333', 'palm_tree': '1f334', 'seedling': '1f331', 'herb': '1f33f', 'shamrock': '2618', 'four_leaf_clover': '1f340', 'bamboo': '1f38d', 'tanabata_tree': '1f38b', 'leaves': '1f343', 'fallen_leaf': '1f342', 'maple_leaf': '1f341', 'mushroom': '1f344', 'ear_of_rice': '1f33e', 'bouquet': '1f490', 'tulip': '1f337', 'rose': '1f339', 'wilted_flower': '1f940', 'wilted_rose': '1f940', 'hibiscus': '1f33a', 'cherry_blossom': '1f338', 'blossom': '1f33c', 'sunflower': '1f33b', 'sun_with_face': '1f31e', 'full_moon_with_face': '1f31d', 'first_quarter_moon_with_face': '1f31b', 'last_quarter_moon_with_face': '1f31c', 'new_moon_with_face': '1f31a', 'full_moon': '1f315', 'waning_gibbous_moon': '1f316', 'last_quarter_moon': '1f317', 'waning_crescent_moon': '1f318', 'new_moon': '1f311', 'waxing_crescent_moon': '1f312', 'first_quarter_moon': '1f313', 'waxing_gibbous_moon': '1f314', 'crescent_moon': '1f319', 'earth_americas': '1f30e', 'earth_africa': '1f30d', 'earth_asia': '1f30f', 'dizzy': '1f4ab', 'star': '2b50', 'star2': '1f31f', 'sparkles': '2728', 'zap': '26a1', 'comet': '2604', 'boom': '1f4a5', 'fire': '1f525', 'flame': '1f525', 'cloud_with_tornado': '1f32a', 'cloud_tornado': '1f32a', 'rainbow': '1f308', 'sunny': '2600', 'white_sun_with_small_cloud': '1f324', 'white_sun_small_cloud': '1f324', 'partly_sunny': '26c5', 'white_sun_behind_cloud': '1f325', 'white_sun_cloud': '1f325', 'cloud': '2601', 'white_sun_rain_cloud': '1f326', 'white_sun_behind_cloud_with_rain': '1f326', 'cloud_rain': '1f327', 'cloud_with_rain': '1f327', 'thunder_cloud_rain': '26c8', 'thunder_cloud_and_rain': '26c8', 'cloud_with_lightning': '1f329', 'cloud_lightning': '1f329', 'cloud_with_snow': '1f328', 'cloud_snow': '1f328', 'snowflake': '2744', 'snowman2': '2603', 'snowman': '26c4', 'wind_blowing_face': '1f32c', 'dash': '1f4a8', 'droplet': '1f4a7', 'sweat_drops': '1f4a6', 'umbrella': '2614', 'umbrella2': '2602', 'ocean': '1f30a', 'fog': '1f32b', 'watch': '231a', 'iphone': '1f4f1', 'calling': '1f4f2', 'computer': '1f4bb', 'keyboard': '2328', 'desktop_computer': '1f5a5', 'desktop': '1f5a5', 'printer': '1f5a8', 'mouse_three_button': '1f5b1', 'three_button_mouse': '1f5b1', 'trackball': '1f5b2', 'joystick': '1f579', 'chess_pawn': '265f-fe0f', 'jigsaw': '1f9e9', 'compression': '1f5dc', 'minidisc': '1f4bd', 'floppy_disk': '1f4be', 'cd': '1f4bf', 'dvd': '1f4c0', 'vhs': '1f4fc', 'camera': '1f4f7', 'camera_with_flash': '1f4f8', 'video_camera': '1f4f9', 'movie_camera': '1f3a5', 'film_projector': '1f4fd', 'projector': '1f4fd', 'film_frames': '1f39e', 'telephone_receiver': '1f4de', 'telephone': '260e', 'pager': '1f4df', 'fax': '1f4e0', 'tv': '1f4fa', 'radio': '1f4fb', 'microphone2': '1f399', 'studio_microphone': '1f399', 'level_slider': '1f39a', 'control_knobs': '1f39b', 'stopwatch': '23f1', 'timer_clock': '23f2', 'timer': '23f2', 'alarm_clock': '23f0', 'mantlepiece_clock': '1f570', 'clock': '1f570', 'hourglass': '231b', 'hourglass_flowing_sand': '23f3', 'satellite': '1f4e1', 'compass': '1f9ed', 'battery': '1f50b', 'electric_plug': '1f50c', 'magnet': '1f9f2', 'bulb': '1f4a1', 'flashlight': '1f526', 'candle': '1f56f', 'fire_extinguisher': '1f9ef', 'wastebasket': '1f5d1', 'oil_drum': '1f6e2', 'oil': '1f6e2', 'money_with_wings': '1f4b8', 'dollar': '1f4b5', 'yen': '1f4b4', 'euro': '1f4b6', 'pound': '1f4b7', 'moneybag': '1f4b0', 'credit_card': '1f4b3', 'gem': '1f48e', 'nazar_amulet': '1f9ff', 'bricks': '1f9f1', 'scales': '2696', 'toolbox': '1f9f0', 'wrench': '1f527', 'hammer': '1f528', 'hammer_and_pick': '2692', 'hammer_pick': '2692', 'hammer_and_wrench': '1f6e0', 'tools': '1f6e0', 'pick': '26cf', 'nut_and_bolt': '1f529', 'gear': '2699', 'chains': '26d3', 'gun': '1f52b', 'bomb': '1f4a3', 'knife': '1f52a', 'dagger': '1f5e1', 'dagger_knife': '1f5e1', 'crossed_swords': '2694', 'shield': '1f6e1', 'smoking': '1f6ac', 'coffin': '26b0', 'funeral_urn': '26b1', 'urn': '26b1', 'amphora': '1f3fa', 'crystal_ball': '1f52e', 'prayer_beads': '1f4ff', 'barber': '1f488', 'alembic': '2697', 'test_tube': '1f9ea', 'petri_dish': '1f9eb', 'dna': '1f9ec', 'abacus': '1f9ee', 'telescope': '1f52d', 'microscope': '1f52c', 'hole': '1f573', 'pill': '1f48a', 'syringe': '1f489', 'thermometer': '1f321', 'toilet': '1f6bd', 'potable_water': '1f6b0', 'shower': '1f6bf', 'bathtub': '1f6c1', 'bath': '1f6c0', 'bath_tone1': '1f6c0-1f3fb', 'bath_tone2': '1f6c0-1f3fc', 'bath_tone3': '1f6c0-1f3fd', 'bath_tone4': '1f6c0-1f3fe', 'bath_tone5': '1f6c0-1f3ff', 'broom': '1f9f9', 'basket': '1f9fa', 'roll_of_paper': '1f9fb', 'soap': '1f9fc', 'sponge': '1f9fd', 'squeeze_bottle': '1f9f4', 'thread': '1f9f5', 'yarn': '1f9f6', 'bellhop_bell': '1f6ce', 'bellhop': '1f6ce', 'key': '1f511', 'old_key': '1f5dd', 'key2': '1f5dd', 'door': '1f6aa', 'couch_and_lamp': '1f6cb', 'couch': '1f6cb', 'bed': '1f6cf', 'sleeping_accommodation': '1f6cc', 'person_in_bed_light_skin_tone': '1f6cc-1f3fb', 'person_in_bed_tone1': '1f6cc-1f3fb', 'person_in_bed_medium_light_skin_tone': '1f6cc-1f3fc', 'person_in_bed_tone2': '1f6cc-1f3fc', 'person_in_bed_tone3': '1f6cc-1f3fd', 'person_in_bed_medium_skin_tone': '1f6cc-1f3fd', 'person_in_bed_tone4': '1f6cc-1f3fe', 'person_in_bed_medium_dark_skin_tone': '1f6cc-1f3fe', 'person_in_bed_tone5': '1f6cc-1f3ff', 'person_in_bed_dark_skin_tone': '1f6cc-1f3ff', 'teddy_bear': '1f9f8', 'frame_photo': '1f5bc', 'frame_with_picture': '1f5bc', 'shopping_bags': '1f6cd', 'shopping_trolley': '1f6d2', 'shopping_cart': '1f6d2', 'gift': '1f381', 'balloon': '1f388', 'flags': '1f38f', 'ribbon': '1f380', 'confetti_ball': '1f38a', 'tada': '1f389', 'dolls': '1f38e', 'izakaya_lantern': '1f3ee', 'wind_chime': '1f390', 'red_envelope': '1f9e7', 'envelope': '2709', 'envelope_with_arrow': '1f4e9', 'incoming_envelope': '1f4e8', 'e-mail': '1f4e7', 'email': '1f4e7', 'love_letter': '1f48c', 'inbox_tray': '1f4e5', 'outbox_tray': '1f4e4', 'package': '1f4e6', 'label': '1f3f7', 'mailbox_closed': '1f4ea', 'mailbox': '1f4eb', 'mailbox_with_mail': '1f4ec', 'mailbox_with_no_mail': '1f4ed', 'postbox': '1f4ee', 'postal_horn': '1f4ef', 'scroll': '1f4dc', 'page_with_curl': '1f4c3', 'page_facing_up': '1f4c4', 'receipt': '1f9fe', 'bookmark_tabs': '1f4d1', 'bar_chart': '1f4ca', 'chart_with_upwards_trend': '1f4c8', 'chart_with_downwards_trend': '1f4c9', 'spiral_note_pad': '1f5d2', 'notepad_spiral': '1f5d2', 'calendar_spiral': '1f5d3', 'spiral_calendar_pad': '1f5d3', 'calendar': '1f4c6', 'date': '1f4c5', 'card_index': '1f4c7', 'card_file_box': '1f5c3', 'card_box': '1f5c3', 'ballot_box_with_ballot': '1f5f3', 'ballot_box': '1f5f3', 'file_cabinet': '1f5c4', 'clipboard': '1f4cb', 'file_folder': '1f4c1', 'open_file_folder': '1f4c2', 'card_index_dividers': '1f5c2', 'dividers': '1f5c2', 'rolled_up_newspaper': '1f5de', 'newspaper2': '1f5de', 'newspaper': '1f4f0', 'notebook': '1f4d3', 'notebook_with_decorative_cover': '1f4d4', 'ledger': '1f4d2', 'closed_book': '1f4d5', 'green_book': '1f4d7', 'blue_book': '1f4d8', 'orange_book': '1f4d9', 'books': '1f4da', 'book': '1f4d6', 'bookmark': '1f516', 'link': '1f517', 'paperclip': '1f4ce', 'paperclips': '1f587', 'linked_paperclips': '1f587', 'triangular_ruler': '1f4d0', 'straight_ruler': '1f4cf', 'safety_pin': '1f9f7', 'pushpin': '1f4cc', 'round_pushpin': '1f4cd', 'scissors': '2702', 'lower_left_ballpoint_pen': '1f58a', 'pen_ballpoint': '1f58a', 'lower_left_fountain_pen': '1f58b', 'pen_fountain': '1f58b', 'black_nib': '2712', 'paintbrush': '1f58c', 'lower_left_paintbrush': '1f58c', 'lower_left_crayon': '1f58d', 'crayon': '1f58d', 'pencil': '1f4dd', 'memo': '1f4dd', 'pencil2': '270f', 'mag': '1f50d', 'mag_right': '1f50e', 'lock_with_ink_pen': '1f50f', 'closed_lock_with_key': '1f510', 'lock': '1f512', 'unlock': '1f513', 'grinning': '1f600', 'smiley': '1f603', 'smile': '1f604', 'grin': '1f601', 'laughing': '1f606', 'satisfied': '1f606', 'sweat_smile': '1f605', 'joy': '1f602', 'rolling_on_the_floor_laughing': '1f923', 'rofl': '1f923', 'relaxed': '263a', 'blush': '1f60a', 'innocent': '1f607', 'slightly_smiling_face': '1f642', 'slight_smile': '1f642', 'upside_down_face': '1f643', 'upside_down': '1f643', 'wink': '1f609', 'relieved': '1f60c', 'heart_eyes': '1f60d', 'kissing_heart': '1f618', 'smiling_face_with_3_hearts': '1f970', 'kissing': '1f617', 'kissing_smiling_eyes': '1f619', 'kissing_closed_eyes': '1f61a', 'yum': '1f60b', 'stuck_out_tongue': '1f61b', 'stuck_out_tongue_closed_eyes': '1f61d', 'stuck_out_tongue_winking_eye': '1f61c', 'zany_face': '1f92a', 'face_with_raised_eyebrow': '1f928', 'face_with_monocle': '1f9d0', 'nerd_face': '1f913', 'nerd': '1f913', 'sunglasses': '1f60e', 'star_struck': '1f929', 'partying_face': '1f973', 'smirk': '1f60f', 'unamused': '1f612', 'disappointed': '1f61e', 'pensive': '1f614', 'worried': '1f61f', 'confused': '1f615', 'slightly_frowning_face': '1f641', 'slight_frown': '1f641', 'frowning2': '2639', 'white_frowning_face': '2639', 'persevere': '1f623', 'confounded': '1f616', 'tired_face': '1f62b', 'weary': '1f629', 'cry': '1f622', 'sob': '1f62d', 'triumph': '1f624', 'angry': '1f620', 'rage': '1f621', 'face_with_symbols_over_mouth': '1f92c', 'exploding_head': '1f92f', 'flushed': '1f633', 'scream': '1f631', 'fearful': '1f628', 'cold_sweat': '1f630', 'hot_face': '1f975', 'cold_face': '1f976', 'pleading_face': '1f97a', 'disappointed_relieved': '1f625', 'sweat': '1f613', 'hugging_face': '1f917', 'hugging': '1f917', 'thinking_face': '1f914', 'thinking': '1f914', 'face_with_hand_over_mouth': '1f92d', 'shushing_face': '1f92b', 'liar': '1f925', 'lying_face': '1f925', 'no_mouth': '1f636', 'neutral_face': '1f610', 'expressionless': '1f611', 'grimacing': '1f62c', 'rolling_eyes': '1f644', 'face_with_rolling_eyes': '1f644', 'hushed': '1f62f', 'frowning': '1f626', 'anguished': '1f627', 'open_mouth': '1f62e', 'astonished': '1f632', 'sleeping': '1f634', 'drool': '1f924', 'drooling_face': '1f924', 'sleepy': '1f62a', 'dizzy_face': '1f635', 'zipper_mouth_face': '1f910', 'zipper_mouth': '1f910', 'woozy_face': '1f974', 'sick': '1f922', 'nauseated_face': '1f922', 'face_vomiting': '1f92e', 'sneezing_face': '1f927', 'sneeze': '1f927', 'mask': '1f637', 'thermometer_face': '1f912', 'face_with_thermometer': '1f912', 'face_with_head_bandage': '1f915', 'head_bandage': '1f915', 'money_mouth_face': '1f911', 'money_mouth': '1f911', 'cowboy': '1f920', 'face_with_cowboy_hat': '1f920', 'smiling_imp': '1f608', 'imp': '1f47f', 'japanese_ogre': '1f479', 'japanese_goblin': '1f47a', 'clown': '1f921', 'clown_face': '1f921', 'poop': '1f4a9', 'shit': '1f4a9', 'poo': '1f4a9', 'hankey': '1f4a9', 'ghost': '1f47b', 'skeleton': '1f480', 'skull': '1f480', 'skull_crossbones': '2620', 'skull_and_crossbones': '2620', 'alien': '1f47d', 'space_invader': '1f47e', 'robot_face': '1f916', 'robot': '1f916', 'jack_o_lantern': '1f383', 'smiley_cat': '1f63a', 'smile_cat': '1f638', 'joy_cat': '1f639', 'heart_eyes_cat': '1f63b', 'smirk_cat': '1f63c', 'kissing_cat': '1f63d', 'scream_cat': '1f640', 'crying_cat_face': '1f63f', 'pouting_cat': '1f63e', 'palms_up_together': '1f932', 'palms_up_together_light_skin_tone': '1f932-1f3fb', 'palms_up_together_tone1': '1f932-1f3fb', 'palms_up_together_medium_light_skin_tone': '1f932-1f3fc', 'palms_up_together_tone2': '1f932-1f3fc', 'palms_up_together_medium_skin_tone': '1f932-1f3fd', 'palms_up_together_tone3': '1f932-1f3fd', 'palms_up_together_medium_dark_skin_tone': '1f932-1f3fe', 'palms_up_together_tone4': '1f932-1f3fe', 'palms_up_together_tone5': '1f932-1f3ff', 'palms_up_together_dark_skin_tone': '1f932-1f3ff', 'open_hands': '1f450', 'open_hands_tone1': '1f450-1f3fb', 'open_hands_tone2': '1f450-1f3fc', 'open_hands_tone3': '1f450-1f3fd', 'open_hands_tone4': '1f450-1f3fe', 'open_hands_tone5': '1f450-1f3ff', 'raised_hands': '1f64c', 'raised_hands_tone1': '1f64c-1f3fb', 'raised_hands_tone2': '1f64c-1f3fc', 'raised_hands_tone3': '1f64c-1f3fd', 'raised_hands_tone4': '1f64c-1f3fe', 'raised_hands_tone5': '1f64c-1f3ff', 'clap': '1f44f', 'clap_tone1': '1f44f-1f3fb', 'clap_tone2': '1f44f-1f3fc', 'clap_tone3': '1f44f-1f3fd', 'clap_tone4': '1f44f-1f3fe', 'clap_tone5': '1f44f-1f3ff', 'handshake': '1f91d', 'shaking_hands': '1f91d', 'thumbsup': '1f44d', '+1': '1f44d', 'thumbup': '1f44d', 'thumbsup_tone1': '1f44d-1f3fb', '+1_tone1': '1f44d-1f3fb', 'thumbup_tone1': '1f44d-1f3fb', 'thumbsup_tone2': '1f44d-1f3fc', '+1_tone2': '1f44d-1f3fc', 'thumbup_tone2': '1f44d-1f3fc', 'thumbsup_tone3': '1f44d-1f3fd', 'thumbup_tone3': '1f44d-1f3fd', '+1_tone3': '1f44d-1f3fd', 'thumbsup_tone4': '1f44d-1f3fe', '+1_tone4': '1f44d-1f3fe', 'thumbup_tone4': '1f44d-1f3fe', 'thumbup_tone5': '1f44d-1f3ff', '+1_tone5': '1f44d-1f3ff', 'thumbsup_tone5': '1f44d-1f3ff', 'thumbdown': '1f44e', '-1': '1f44e', 'thumbsdown': '1f44e', 'thumbdown_tone1': '1f44e-1f3fb', 'thumbsdown_tone1': '1f44e-1f3fb', '-1_tone1': '1f44e-1f3fb', '-1_tone2': '1f44e-1f3fc', 'thumbsdown_tone2': '1f44e-1f3fc', 'thumbdown_tone2': '1f44e-1f3fc', 'thumbdown_tone3': '1f44e-1f3fd', 'thumbsdown_tone3': '1f44e-1f3fd', '-1_tone3': '1f44e-1f3fd', 'thumbsdown_tone4': '1f44e-1f3fe', 'thumbdown_tone4': '1f44e-1f3fe', '-1_tone4': '1f44e-1f3fe', 'thumbsdown_tone5': '1f44e-1f3ff', 'thumbdown_tone5': '1f44e-1f3ff', '-1_tone5': '1f44e-1f3ff', 'punch': '1f44a', 'punch_tone1': '1f44a-1f3fb', 'punch_tone2': '1f44a-1f3fc', 'punch_tone3': '1f44a-1f3fd', 'punch_tone4': '1f44a-1f3fe', 'punch_tone5': '1f44a-1f3ff', 'fist': '270a', 'fist_tone1': '270a-1f3fb', 'fist_tone2': '270a-1f3fc', 'fist_tone3': '270a-1f3fd', 'fist_tone4': '270a-1f3fe', 'fist_tone5': '270a-1f3ff', 'left_fist': '1f91b', 'left_facing_fist': '1f91b', 'left_facing_fist_tone1': '1f91b-1f3fb', 'left_fist_tone1': '1f91b-1f3fb', 'left_fist_tone2': '1f91b-1f3fc', 'left_facing_fist_tone2': '1f91b-1f3fc', 'left_facing_fist_tone3': '1f91b-1f3fd', 'left_fist_tone3': '1f91b-1f3fd', 'left_facing_fist_tone4': '1f91b-1f3fe', 'left_fist_tone4': '1f91b-1f3fe', 'left_fist_tone5': '1f91b-1f3ff', 'left_facing_fist_tone5': '1f91b-1f3ff', 'right_fist': '1f91c', 'right_facing_fist': '1f91c', 'right_facing_fist_tone1': '1f91c-1f3fb', 'right_fist_tone1': '1f91c-1f3fb', 'right_facing_fist_tone2': '1f91c-1f3fc', 'right_fist_tone2': '1f91c-1f3fc', 'right_facing_fist_tone3': '1f91c-1f3fd', 'right_fist_tone3': '1f91c-1f3fd', 'right_fist_tone4': '1f91c-1f3fe', 'right_facing_fist_tone4': '1f91c-1f3fe', 'right_fist_tone5': '1f91c-1f3ff', 'right_facing_fist_tone5': '1f91c-1f3ff', 'fingers_crossed': '1f91e', 'hand_with_index_and_middle_finger_crossed': '1f91e', 'fingers_crossed_tone1': '1f91e-1f3fb', 'hand_with_index_and_middle_fingers_crossed_tone1': '1f91e-1f3fb', 'fingers_crossed_tone2': '1f91e-1f3fc', 'hand_with_index_and_middle_fingers_crossed_tone2': '1f91e-1f3fc', 'fingers_crossed_tone3': '1f91e-1f3fd', 'hand_with_index_and_middle_fingers_crossed_tone3': '1f91e-1f3fd', 'hand_with_index_and_middle_fingers_crossed_tone4': '1f91e-1f3fe', 'fingers_crossed_tone4': '1f91e-1f3fe', 'hand_with_index_and_middle_fingers_crossed_tone5': '1f91e-1f3ff', 'fingers_crossed_tone5': '1f91e-1f3ff', 'v': '270c', 'v_tone1': '270c-1f3fb', 'v_tone2': '270c-1f3fc', 'v_tone3': '270c-1f3fd', 'v_tone4': '270c-1f3fe', 'v_tone5': '270c-1f3ff', 'love_you_gesture': '1f91f', 'love_you_gesture_light_skin_tone': '1f91f-1f3fb', 'love_you_gesture_tone1': '1f91f-1f3fb', 'love_you_gesture_tone2': '1f91f-1f3fc', 'love_you_gesture_medium_light_skin_tone': '1f91f-1f3fc', 'love_you_gesture_medium_skin_tone': '1f91f-1f3fd', 'love_you_gesture_tone3': '1f91f-1f3fd', 'love_you_gesture_tone4': '1f91f-1f3fe', 'love_you_gesture_medium_dark_skin_tone': '1f91f-1f3fe', 'love_you_gesture_dark_skin_tone': '1f91f-1f3ff', 'love_you_gesture_tone5': '1f91f-1f3ff', 'sign_of_the_horns': '1f918', 'metal': '1f918', 'metal_tone1': '1f918-1f3fb', 'sign_of_the_horns_tone1': '1f918-1f3fb', 'metal_tone2': '1f918-1f3fc', 'sign_of_the_horns_tone2': '1f918-1f3fc', 'sign_of_the_horns_tone3': '1f918-1f3fd', 'metal_tone3': '1f918-1f3fd', 'metal_tone4': '1f918-1f3fe', 'sign_of_the_horns_tone4': '1f918-1f3fe', 'metal_tone5': '1f918-1f3ff', 'sign_of_the_horns_tone5': '1f918-1f3ff', 'ok_hand': '1f44c', 'ok_hand_tone1': '1f44c-1f3fb', 'ok_hand_tone2': '1f44c-1f3fc', 'ok_hand_tone3': '1f44c-1f3fd', 'ok_hand_tone4': '1f44c-1f3fe', 'ok_hand_tone5': '1f44c-1f3ff', 'point_left': '1f448', 'point_left_tone1': '1f448-1f3fb', 'point_left_tone2': '1f448-1f3fc', 'point_left_tone3': '1f448-1f3fd', 'point_left_tone4': '1f448-1f3fe', 'point_left_tone5': '1f448-1f3ff', 'point_right': '1f449', 'point_right_tone1': '1f449-1f3fb', 'point_right_tone2': '1f449-1f3fc', 'point_right_tone3': '1f449-1f3fd', 'point_right_tone4': '1f449-1f3fe', 'point_right_tone5': '1f449-1f3ff', 'point_up_2': '1f446', 'point_up_2_tone1': '1f446-1f3fb', 'point_up_2_tone2': '1f446-1f3fc', 'point_up_2_tone3': '1f446-1f3fd', 'point_up_2_tone4': '1f446-1f3fe', 'point_up_2_tone5': '1f446-1f3ff', 'point_down': '1f447', 'point_down_tone1': '1f447-1f3fb', 'point_down_tone2': '1f447-1f3fc', 'point_down_tone3': '1f447-1f3fd', 'point_down_tone4': '1f447-1f3fe', 'point_down_tone5': '1f447-1f3ff', 'point_up': '261d', 'point_up_tone1': '261d-1f3fb', 'point_up_tone2': '261d-1f3fc', 'point_up_tone3': '261d-1f3fd', 'point_up_tone4': '261d-1f3fe', 'point_up_tone5': '261d-1f3ff', 'raised_hand': '270b', 'raised_hand_tone1': '270b-1f3fb', 'raised_hand_tone2': '270b-1f3fc', 'raised_hand_tone3': '270b-1f3fd', 'raised_hand_tone4': '270b-1f3fe', 'raised_hand_tone5': '270b-1f3ff', 'back_of_hand': '1f91a', 'raised_back_of_hand': '1f91a', 'raised_back_of_hand_tone1': '1f91a-1f3fb', 'back_of_hand_tone1': '1f91a-1f3fb', 'raised_back_of_hand_tone2': '1f91a-1f3fc', 'back_of_hand_tone2': '1f91a-1f3fc', 'back_of_hand_tone3': '1f91a-1f3fd', 'raised_back_of_hand_tone3': '1f91a-1f3fd', 'raised_back_of_hand_tone4': '1f91a-1f3fe', 'back_of_hand_tone4': '1f91a-1f3fe', 'raised_back_of_hand_tone5': '1f91a-1f3ff', 'back_of_hand_tone5': '1f91a-1f3ff', 'hand_splayed': '1f590', 'raised_hand_with_fingers_splayed': '1f590', 'hand_splayed_tone1': '1f590-1f3fb', 'raised_hand_with_fingers_splayed_tone1': '1f590-1f3fb', 'hand_splayed_tone2': '1f590-1f3fc', 'raised_hand_with_fingers_splayed_tone2': '1f590-1f3fc', 'raised_hand_with_fingers_splayed_tone3': '1f590-1f3fd', 'hand_splayed_tone3': '1f590-1f3fd', 'hand_splayed_tone4': '1f590-1f3fe', 'raised_hand_with_fingers_splayed_tone4': '1f590-1f3fe', 'hand_splayed_tone5': '1f590-1f3ff', 'raised_hand_with_fingers_splayed_tone5': '1f590-1f3ff', 'raised_hand_with_part_between_middle_and_ring_fingers': '1f596', 'vulcan': '1f596', 'raised_hand_with_part_between_middle_and_ring_fingers_tone1': '1f596-1f3fb', 'vulcan_tone1': '1f596-1f3fb', 'vulcan_tone2': '1f596-1f3fc', 'raised_hand_with_part_between_middle_and_ring_fingers_tone2': '1f596-1f3fc', 'raised_hand_with_part_between_middle_and_ring_fingers_tone3': '1f596-1f3fd', 'vulcan_tone3': '1f596-1f3fd', 'vulcan_tone4': '1f596-1f3fe', 'raised_hand_with_part_between_middle_and_ring_fingers_tone4': '1f596-1f3fe', 'vulcan_tone5': '1f596-1f3ff', 'raised_hand_with_part_between_middle_and_ring_fingers_tone5': '1f596-1f3ff', 'wave': '1f44b', 'wave_tone1': '1f44b-1f3fb', 'wave_tone2': '1f44b-1f3fc', 'wave_tone3': '1f44b-1f3fd', 'wave_tone4': '1f44b-1f3fe', 'wave_tone5': '1f44b-1f3ff', 'call_me_hand': '1f919', 'call_me': '1f919', 'call_me_hand_tone1': '1f919-1f3fb', 'call_me_tone1': '1f919-1f3fb', 'call_me_tone2': '1f919-1f3fc', 'call_me_hand_tone2': '1f919-1f3fc', 'call_me_hand_tone3': '1f919-1f3fd', 'call_me_tone3': '1f919-1f3fd', 'call_me_hand_tone4': '1f919-1f3fe', 'call_me_tone4': '1f919-1f3fe', 'call_me_hand_tone5': '1f919-1f3ff', 'call_me_tone5': '1f919-1f3ff', 'muscle': '1f4aa', 'muscle_tone1': '1f4aa-1f3fb', 'muscle_tone2': '1f4aa-1f3fc', 'muscle_tone3': '1f4aa-1f3fd', 'muscle_tone4': '1f4aa-1f3fe', 'muscle_tone5': '1f4aa-1f3ff', 'leg': '1f9b5', 'leg_light_skin_tone': '1f9b5-1f3fb', 'leg_tone1': '1f9b5-1f3fb', 'leg_tone2': '1f9b5-1f3fc', 'leg_medium_light_skin_tone': '1f9b5-1f3fc', 'leg_tone3': '1f9b5-1f3fd', 'leg_medium_skin_tone': '1f9b5-1f3fd', 'leg_tone4': '1f9b5-1f3fe', 'leg_medium_dark_skin_tone': '1f9b5-1f3fe', 'leg_dark_skin_tone': '1f9b5-1f3ff', 'leg_tone5': '1f9b5-1f3ff', 'foot': '1f9b6', 'foot_tone1': '1f9b6-1f3fb', 'foot_light_skin_tone': '1f9b6-1f3fb', 'foot_medium_light_skin_tone': '1f9b6-1f3fc', 'foot_tone2': '1f9b6-1f3fc', 'foot_medium_skin_tone': '1f9b6-1f3fd', 'foot_tone3': '1f9b6-1f3fd', 'foot_medium_dark_skin_tone': '1f9b6-1f3fe', 'foot_tone4': '1f9b6-1f3fe', 'foot_tone5': '1f9b6-1f3ff', 'foot_dark_skin_tone': '1f9b6-1f3ff', 'reversed_hand_with_middle_finger_extended': '1f595', 'middle_finger': '1f595', 'reversed_hand_with_middle_finger_extended_tone1': '1f595-1f3fb', 'middle_finger_tone1': '1f595-1f3fb', 'reversed_hand_with_middle_finger_extended_tone2': '1f595-1f3fc', 'middle_finger_tone2': '1f595-1f3fc', 'middle_finger_tone3': '1f595-1f3fd', 'reversed_hand_with_middle_finger_extended_tone3': '1f595-1f3fd', 'reversed_hand_with_middle_finger_extended_tone4': '1f595-1f3fe', 'middle_finger_tone4': '1f595-1f3fe', 'reversed_hand_with_middle_finger_extended_tone5': '1f595-1f3ff', 'middle_finger_tone5': '1f595-1f3ff', 'writing_hand': '270d', 'writing_hand_tone1': '270d-1f3fb', 'writing_hand_tone2': '270d-1f3fc', 'writing_hand_tone3': '270d-1f3fd', 'writing_hand_tone4': '270d-1f3fe', 'writing_hand_tone5': '270d-1f3ff', 'pray': '1f64f', 'pray_tone1': '1f64f-1f3fb', 'pray_tone2': '1f64f-1f3fc', 'pray_tone3': '1f64f-1f3fd', 'pray_tone4': '1f64f-1f3fe', 'pray_tone5': '1f64f-1f3ff', 'ring': '1f48d', 'lipstick': '1f484', 'kiss': '1f48b', 'lips': '1f444', 'tongue': '1f445', 'ear': '1f442', 'ear_tone1': '1f442-1f3fb', 'ear_tone2': '1f442-1f3fc', 'ear_tone3': '1f442-1f3fd', 'ear_tone4': '1f442-1f3fe', 'ear_tone5': '1f442-1f3ff', 'nose': '1f443', 'nose_tone1': '1f443-1f3fb', 'nose_tone2': '1f443-1f3fc', 'nose_tone3': '1f443-1f3fd', 'nose_tone4': '1f443-1f3fe', 'nose_tone5': '1f443-1f3ff', 'footprints': '1f463', 'eye': '1f441', 'eyes': '1f440', 'brain': '1f9e0', 'bone': '1f9b4', 'tooth': '1f9b7', 'speaking_head_in_silhouette': '1f5e3', 'speaking_head': '1f5e3', 'bust_in_silhouette': '1f464', 'busts_in_silhouette': '1f465', 'baby': '1f476', 'baby_tone1': '1f476-1f3fb', 'baby_tone2': '1f476-1f3fc', 'baby_tone3': '1f476-1f3fd', 'baby_tone4': '1f476-1f3fe', 'baby_tone5': '1f476-1f3ff', 'girl': '1f467', 'girl_tone1': '1f467-1f3fb', 'girl_tone2': '1f467-1f3fc', 'girl_tone3': '1f467-1f3fd', 'girl_tone4': '1f467-1f3fe', 'girl_tone5': '1f467-1f3ff', 'child': '1f9d2', 'child_light_skin_tone': '1f9d2-1f3fb', 'child_tone1': '1f9d2-1f3fb', 'child_tone2': '1f9d2-1f3fc', 'child_medium_light_skin_tone': '1f9d2-1f3fc', 'child_tone3': '1f9d2-1f3fd', 'child_medium_skin_tone': '1f9d2-1f3fd', 'child_tone4': '1f9d2-1f3fe', 'child_medium_dark_skin_tone': '1f9d2-1f3fe', 'child_tone5': '1f9d2-1f3ff', 'child_dark_skin_tone': '1f9d2-1f3ff', 'boy': '1f466', 'boy_tone1': '1f466-1f3fb', 'boy_tone2': '1f466-1f3fc', 'boy_tone3': '1f466-1f3fd', 'boy_tone4': '1f466-1f3fe', 'boy_tone5': '1f466-1f3ff', 'woman': '1f469', 'woman_tone1': '1f469-1f3fb', 'woman_tone2': '1f469-1f3fc', 'woman_tone3': '1f469-1f3fd', 'woman_tone4': '1f469-1f3fe', 'woman_tone5': '1f469-1f3ff', 'adult': '1f9d1', 'adult_light_skin_tone': '1f9d1-1f3fb', 'adult_tone1': '1f9d1-1f3fb', 'adult_tone2': '1f9d1-1f3fc', 'adult_medium_light_skin_tone': '1f9d1-1f3fc', 'adult_tone3': '1f9d1-1f3fd', 'adult_medium_skin_tone': '1f9d1-1f3fd', 'adult_tone4': '1f9d1-1f3fe', 'adult_medium_dark_skin_tone': '1f9d1-1f3fe', 'adult_tone5': '1f9d1-1f3ff', 'adult_dark_skin_tone': '1f9d1-1f3ff', 'man': '1f468', 'man_tone1': '1f468-1f3fb', 'man_tone2': '1f468-1f3fc', 'man_tone3': '1f468-1f3fd', 'man_tone4': '1f468-1f3fe', 'man_tone5': '1f468-1f3ff', 'person_with_blond_hair': '1f471', 'blond_haired_person': '1f471', 'person_with_blond_hair_tone1': '1f471-1f3fb', 'blond_haired_person_tone1': '1f471-1f3fb', 'blond_haired_person_tone2': '1f471-1f3fc', 'person_with_blond_hair_tone2': '1f471-1f3fc', 'person_with_blond_hair_tone3': '1f471-1f3fd', 'blond_haired_person_tone3': '1f471-1f3fd', 'person_with_blond_hair_tone4': '1f471-1f3fe', 'blond_haired_person_tone4': '1f471-1f3fe', 'blond_haired_person_tone5': '1f471-1f3ff', 'person_with_blond_hair_tone5': '1f471-1f3ff', 'blond-haired_woman': '1f471-200d-2640-fe0f', 'blond-haired_woman_light_skin_tone': '1f471-1f3fb-200d-2640-fe0f', 'blond-haired_woman_tone1': '1f471-1f3fb-200d-2640-fe0f', 'blond-haired_woman_medium_light_skin_tone': '1f471-1f3fc-200d-2640-fe0f', 'blond-haired_woman_tone2': '1f471-1f3fc-200d-2640-fe0f', 'blond-haired_woman_tone3': '1f471-1f3fd-200d-2640-fe0f', 'blond-haired_woman_medium_skin_tone': '1f471-1f3fd-200d-2640-fe0f', 'blond-haired_woman_tone4': '1f471-1f3fe-200d-2640-fe0f', 'blond-haired_woman_medium_dark_skin_tone': '1f471-1f3fe-200d-2640-fe0f', 'blond-haired_woman_tone5': '1f471-1f3ff-200d-2640-fe0f', 'blond-haired_woman_dark_skin_tone': '1f471-1f3ff-200d-2640-fe0f', 'woman_red_haired': '1f469-200d-1f9b0', 'woman_red_haired_light_skin_tone': '1f469-1f3fb-200d-1f9b0', 'woman_red_haired_tone1': '1f469-1f3fb-200d-1f9b0', 'woman_red_haired_medium_light_skin_tone': '1f469-1f3fc-200d-1f9b0', 'woman_red_haired_tone2': '1f469-1f3fc-200d-1f9b0', 'woman_red_haired_medium_skin_tone': '1f469-1f3fd-200d-1f9b0', 'woman_red_haired_tone3': '1f469-1f3fd-200d-1f9b0', 'woman_red_haired_tone4': '1f469-1f3fe-200d-1f9b0', 'woman_red_haired_medium_dark_skin_tone': '1f469-1f3fe-200d-1f9b0', 'woman_red_haired_dark_skin_tone': '1f469-1f3ff-200d-1f9b0', 'woman_red_haired_tone5': '1f469-1f3ff-200d-1f9b0', 'man_red_haired': '1f468-200d-1f9b0', 'man_red_haired_light_skin_tone': '1f468-1f3fb-200d-1f9b0', 'man_red_haired_tone1': '1f468-1f3fb-200d-1f9b0', 'man_red_haired_tone2': '1f468-1f3fc-200d-1f9b0', 'man_red_haired_medium_light_skin_tone': '1f468-1f3fc-200d-1f9b0', 'man_red_haired_tone3': '1f468-1f3fd-200d-1f9b0', 'man_red_haired_medium_skin_tone': '1f468-1f3fd-200d-1f9b0', 'man_red_haired_tone4': '1f468-1f3fe-200d-1f9b0', 'man_red_haired_medium_dark_skin_tone': '1f468-1f3fe-200d-1f9b0', 'man_red_haired_dark_skin_tone': '1f468-1f3ff-200d-1f9b0', 'man_red_haired_tone5': '1f468-1f3ff-200d-1f9b0', 'woman_curly_haired': '1f469-200d-1f9b1', 'woman_curly_haired_tone1': '1f469-1f3fb-200d-1f9b1', 'woman_curly_haired_light_skin_tone': '1f469-1f3fb-200d-1f9b1', 'woman_curly_haired_tone2': '1f469-1f3fc-200d-1f9b1', 'woman_curly_haired_medium_light_skin_tone': '1f469-1f3fc-200d-1f9b1', 'woman_curly_haired_medium_skin_tone': '1f469-1f3fd-200d-1f9b1', 'woman_curly_haired_tone3': '1f469-1f3fd-200d-1f9b1', 'woman_curly_haired_medium_dark_skin_tone': '1f469-1f3fe-200d-1f9b1', 'woman_curly_haired_tone4': '1f469-1f3fe-200d-1f9b1', 'woman_curly_haired_tone5': '1f469-1f3ff-200d-1f9b1', 'woman_curly_haired_dark_skin_tone': '1f469-1f3ff-200d-1f9b1', 'man_curly_haired': '1f468-200d-1f9b1', 'man_curly_haired_light_skin_tone': '1f468-1f3fb-200d-1f9b1', 'man_curly_haired_tone1': '1f468-1f3fb-200d-1f9b1', 'man_curly_haired_medium_light_skin_tone': '1f468-1f3fc-200d-1f9b1', 'man_curly_haired_tone2': '1f468-1f3fc-200d-1f9b1', 'man_curly_haired_tone3': '1f468-1f3fd-200d-1f9b1', 'man_curly_haired_medium_skin_tone': '1f468-1f3fd-200d-1f9b1', 'man_curly_haired_tone4': '1f468-1f3fe-200d-1f9b1', 'man_curly_haired_medium_dark_skin_tone': '1f468-1f3fe-200d-1f9b1', 'man_curly_haired_tone5': '1f468-1f3ff-200d-1f9b1', 'man_curly_haired_dark_skin_tone': '1f468-1f3ff-200d-1f9b1', 'woman_white_haired': '1f469-200d-1f9b3', 'woman_white_haired_tone1': '1f469-1f3fb-200d-1f9b3', 'woman_white_haired_light_skin_tone': '1f469-1f3fb-200d-1f9b3', 'woman_white_haired_tone2': '1f469-1f3fc-200d-1f9b3', 'woman_white_haired_medium_light_skin_tone': '1f469-1f3fc-200d-1f9b3', 'woman_white_haired_medium_skin_tone': '1f469-1f3fd-200d-1f9b3', 'woman_white_haired_tone3': '1f469-1f3fd-200d-1f9b3', 'woman_white_haired_tone4': '1f469-1f3fe-200d-1f9b3', 'woman_white_haired_medium_dark_skin_tone': '1f469-1f3fe-200d-1f9b3', 'woman_white_haired_tone5': '1f469-1f3ff-200d-1f9b3', 'woman_white_haired_dark_skin_tone': '1f469-1f3ff-200d-1f9b3', 'man_white_haired': '1f468-200d-1f9b3', 'man_white_haired_light_skin_tone': '1f468-1f3fb-200d-1f9b3', 'man_white_haired_tone1': '1f468-1f3fb-200d-1f9b3', 'man_white_haired_tone2': '1f468-1f3fc-200d-1f9b3', 'man_white_haired_medium_light_skin_tone': '1f468-1f3fc-200d-1f9b3', 'man_white_haired_tone3': '1f468-1f3fd-200d-1f9b3', 'man_white_haired_medium_skin_tone': '1f468-1f3fd-200d-1f9b3', 'man_white_haired_medium_dark_skin_tone': '1f468-1f3fe-200d-1f9b3', 'man_white_haired_tone4': '1f468-1f3fe-200d-1f9b3', 'man_white_haired_dark_skin_tone': '1f468-1f3ff-200d-1f9b3', 'man_white_haired_tone5': '1f468-1f3ff-200d-1f9b3', 'woman_bald': '1f469-200d-1f9b2', 'woman_bald_light_skin_tone': '1f469-1f3fb-200d-1f9b2', 'woman_bald_tone1': '1f469-1f3fb-200d-1f9b2', 'woman_bald_medium_light_skin_tone': '1f469-1f3fc-200d-1f9b2', 'woman_bald_tone2': '1f469-1f3fc-200d-1f9b2', 'woman_bald_medium_skin_tone': '1f469-1f3fd-200d-1f9b2', 'woman_bald_tone3': '1f469-1f3fd-200d-1f9b2', 'woman_bald_medium_dark_skin_tone': '1f469-1f3fe-200d-1f9b2', 'woman_bald_tone4': '1f469-1f3fe-200d-1f9b2', 'woman_bald_dark_skin_tone': '1f469-1f3ff-200d-1f9b2', 'woman_bald_tone5': '1f469-1f3ff-200d-1f9b2', 'man_bald': '1f468-200d-1f9b2', 'man_bald_light_skin_tone': '1f468-1f3fb-200d-1f9b2', 'man_bald_tone1': '1f468-1f3fb-200d-1f9b2', 'man_bald_medium_light_skin_tone': '1f468-1f3fc-200d-1f9b2', 'man_bald_tone2': '1f468-1f3fc-200d-1f9b2', 'man_bald_medium_skin_tone': '1f468-1f3fd-200d-1f9b2', 'man_bald_tone3': '1f468-1f3fd-200d-1f9b2', 'man_bald_medium_dark_skin_tone': '1f468-1f3fe-200d-1f9b2', 'man_bald_tone4': '1f468-1f3fe-200d-1f9b2', 'man_bald_dark_skin_tone': '1f468-1f3ff-200d-1f9b2', 'man_bald_tone5': '1f468-1f3ff-200d-1f9b2', 'bearded_person': '1f9d4', 'bearded_person_light_skin_tone': '1f9d4-1f3fb', 'bearded_person_tone1': '1f9d4-1f3fb', 'bearded_person_tone2': '1f9d4-1f3fc', 'bearded_person_medium_light_skin_tone': '1f9d4-1f3fc', 'bearded_person_tone3': '1f9d4-1f3fd', 'bearded_person_medium_skin_tone': '1f9d4-1f3fd', 'bearded_person_medium_dark_skin_tone': '1f9d4-1f3fe', 'bearded_person_tone4': '1f9d4-1f3fe', 'bearded_person_tone5': '1f9d4-1f3ff', 'bearded_person_dark_skin_tone': '1f9d4-1f3ff', 'older_woman': '1f475', 'grandma': '1f475', 'older_woman_tone1': '1f475-1f3fb', 'grandma_tone1': '1f475-1f3fb', 'grandma_tone2': '1f475-1f3fc', 'older_woman_tone2': '1f475-1f3fc', 'grandma_tone3': '1f475-1f3fd', 'older_woman_tone3': '1f475-1f3fd', 'grandma_tone4': '1f475-1f3fe', 'older_woman_tone4': '1f475-1f3fe', 'older_woman_tone5': '1f475-1f3ff', 'grandma_tone5': '1f475-1f3ff', 'older_adult': '1f9d3', 'older_adult_light_skin_tone': '1f9d3-1f3fb', 'older_adult_tone1': '1f9d3-1f3fb', 'older_adult_tone2': '1f9d3-1f3fc', 'older_adult_medium_light_skin_tone': '1f9d3-1f3fc', 'older_adult_tone3': '1f9d3-1f3fd', 'older_adult_medium_skin_tone': '1f9d3-1f3fd', 'older_adult_medium_dark_skin_tone': '1f9d3-1f3fe', 'older_adult_tone4': '1f9d3-1f3fe', 'older_adult_dark_skin_tone': '1f9d3-1f3ff', 'older_adult_tone5': '1f9d3-1f3ff', 'older_man': '1f474', 'older_man_tone1': '1f474-1f3fb', 'older_man_tone2': '1f474-1f3fc', 'older_man_tone3': '1f474-1f3fd', 'older_man_tone4': '1f474-1f3fe', 'older_man_tone5': '1f474-1f3ff', 'man_with_chinese_cap': '1f472', 'man_with_gua_pi_mao': '1f472', 'man_with_gua_pi_mao_tone1': '1f472-1f3fb', 'man_with_chinese_cap_tone1': '1f472-1f3fb', 'man_with_gua_pi_mao_tone2': '1f472-1f3fc', 'man_with_chinese_cap_tone2': '1f472-1f3fc', 'man_with_chinese_cap_tone3': '1f472-1f3fd', 'man_with_gua_pi_mao_tone3': '1f472-1f3fd', 'man_with_gua_pi_mao_tone4': '1f472-1f3fe', 'man_with_chinese_cap_tone4': '1f472-1f3fe', 'man_with_gua_pi_mao_tone5': '1f472-1f3ff', 'man_with_chinese_cap_tone5': '1f472-1f3ff', 'person_wearing_turban': '1f473', 'man_with_turban': '1f473', 'man_with_turban_tone1': '1f473-1f3fb', 'person_wearing_turban_tone1': '1f473-1f3fb', 'man_with_turban_tone2': '1f473-1f3fc', 'person_wearing_turban_tone2': '1f473-1f3fc', 'man_with_turban_tone3': '1f473-1f3fd', 'person_wearing_turban_tone3': '1f473-1f3fd', 'person_wearing_turban_tone4': '1f473-1f3fe', 'man_with_turban_tone4': '1f473-1f3fe', 'man_with_turban_tone5': '1f473-1f3ff', 'person_wearing_turban_tone5': '1f473-1f3ff', 'woman_wearing_turban': '1f473-200d-2640-fe0f', 'woman_wearing_turban_tone1': '1f473-1f3fb-200d-2640-fe0f', 'woman_wearing_turban_light_skin_tone': '1f473-1f3fb-200d-2640-fe0f', 'woman_wearing_turban_tone2': '1f473-1f3fc-200d-2640-fe0f', 'woman_wearing_turban_medium_light_skin_tone': '1f473-1f3fc-200d-2640-fe0f', 'woman_wearing_turban_medium_skin_tone': '1f473-1f3fd-200d-2640-fe0f', 'woman_wearing_turban_tone3': '1f473-1f3fd-200d-2640-fe0f', 'woman_wearing_turban_medium_dark_skin_tone': '1f473-1f3fe-200d-2640-fe0f', 'woman_wearing_turban_tone4': '1f473-1f3fe-200d-2640-fe0f', 'woman_wearing_turban_tone5': '1f473-1f3ff-200d-2640-fe0f', 'woman_wearing_turban_dark_skin_tone': '1f473-1f3ff-200d-2640-fe0f', 'woman_with_headscarf': '1f9d5', 'woman_with_headscarf_light_skin_tone': '1f9d5-1f3fb', 'woman_with_headscarf_tone1': '1f9d5-1f3fb', 'woman_with_headscarf_medium_light_skin_tone': '1f9d5-1f3fc', 'woman_with_headscarf_tone2': '1f9d5-1f3fc', 'woman_with_headscarf_tone3': '1f9d5-1f3fd', 'woman_with_headscarf_medium_skin_tone': '1f9d5-1f3fd', 'woman_with_headscarf_tone4': '1f9d5-1f3fe', 'woman_with_headscarf_medium_dark_skin_tone': '1f9d5-1f3fe', 'woman_with_headscarf_dark_skin_tone': '1f9d5-1f3ff', 'woman_with_headscarf_tone5': '1f9d5-1f3ff', 'police_officer': '1f46e', 'cop': '1f46e', 'cop_tone1': '1f46e-1f3fb', 'police_officer_tone1': '1f46e-1f3fb', 'police_officer_tone2': '1f46e-1f3fc', 'cop_tone2': '1f46e-1f3fc', 'police_officer_tone3': '1f46e-1f3fd', 'cop_tone3': '1f46e-1f3fd', 'cop_tone4': '1f46e-1f3fe', 'police_officer_tone4': '1f46e-1f3fe', 'police_officer_tone5': '1f46e-1f3ff', 'cop_tone5': '1f46e-1f3ff', 'woman_police_officer': '1f46e-200d-2640-fe0f', 'woman_police_officer_light_skin_tone': '1f46e-1f3fb-200d-2640-fe0f', 'woman_police_officer_tone1': '1f46e-1f3fb-200d-2640-fe0f', 'woman_police_officer_tone2': '1f46e-1f3fc-200d-2640-fe0f', 'woman_police_officer_medium_light_skin_tone': '1f46e-1f3fc-200d-2640-fe0f', 'woman_police_officer_medium_skin_tone': '1f46e-1f3fd-200d-2640-fe0f', 'woman_police_officer_tone3': '1f46e-1f3fd-200d-2640-fe0f', 'woman_police_officer_medium_dark_skin_tone': '1f46e-1f3fe-200d-2640-fe0f', 'woman_police_officer_tone4': '1f46e-1f3fe-200d-2640-fe0f', 'woman_police_officer_dark_skin_tone': '1f46e-1f3ff-200d-2640-fe0f', 'woman_police_officer_tone5': '1f46e-1f3ff-200d-2640-fe0f', 'construction_worker': '1f477', 'construction_worker_tone1': '1f477-1f3fb', 'construction_worker_tone2': '1f477-1f3fc', 'construction_worker_tone3': '1f477-1f3fd', 'construction_worker_tone4': '1f477-1f3fe', 'construction_worker_tone5': '1f477-1f3ff', 'woman_construction_worker': '1f477-200d-2640-fe0f', 'woman_construction_worker_tone1': '1f477-1f3fb-200d-2640-fe0f', 'woman_construction_worker_light_skin_tone': '1f477-1f3fb-200d-2640-fe0f', 'woman_construction_worker_medium_light_skin_tone': '1f477-1f3fc-200d-2640-fe0f', 'woman_construction_worker_tone2': '1f477-1f3fc-200d-2640-fe0f', 'woman_construction_worker_medium_skin_tone': '1f477-1f3fd-200d-2640-fe0f', 'woman_construction_worker_tone3': '1f477-1f3fd-200d-2640-fe0f', 'woman_construction_worker_medium_dark_skin_tone': '1f477-1f3fe-200d-2640-fe0f', 'woman_construction_worker_tone4': '1f477-1f3fe-200d-2640-fe0f', 'woman_construction_worker_dark_skin_tone': '1f477-1f3ff-200d-2640-fe0f', 'woman_construction_worker_tone5': '1f477-1f3ff-200d-2640-fe0f', 'guard': '1f482', 'guardsman': '1f482', 'guard_tone1': '1f482-1f3fb', 'guardsman_tone1': '1f482-1f3fb', 'guard_tone2': '1f482-1f3fc', 'guardsman_tone2': '1f482-1f3fc', 'guardsman_tone3': '1f482-1f3fd', 'guard_tone3': '1f482-1f3fd', 'guard_tone4': '1f482-1f3fe', 'guardsman_tone4': '1f482-1f3fe', 'guard_tone5': '1f482-1f3ff', 'guardsman_tone5': '1f482-1f3ff', 'woman_guard': '1f482-200d-2640-fe0f', 'woman_guard_light_skin_tone': '1f482-1f3fb-200d-2640-fe0f', 'woman_guard_tone1': '1f482-1f3fb-200d-2640-fe0f', 'woman_guard_medium_light_skin_tone': '1f482-1f3fc-200d-2640-fe0f', 'woman_guard_tone2': '1f482-1f3fc-200d-2640-fe0f', 'woman_guard_medium_skin_tone': '1f482-1f3fd-200d-2640-fe0f', 'woman_guard_tone3': '1f482-1f3fd-200d-2640-fe0f', 'woman_guard_medium_dark_skin_tone': '1f482-1f3fe-200d-2640-fe0f', 'woman_guard_tone4': '1f482-1f3fe-200d-2640-fe0f', 'woman_guard_dark_skin_tone': '1f482-1f3ff-200d-2640-fe0f', 'woman_guard_tone5': '1f482-1f3ff-200d-2640-fe0f', 'detective': '1f575', 'spy': '1f575', 'sleuth_or_spy': '1f575', 'spy_tone1': '1f575-1f3fb', 'detective_tone1': '1f575-1f3fb', 'sleuth_or_spy_tone1': '1f575-1f3fb', 'sleuth_or_spy_tone2': '1f575-1f3fc', 'detective_tone2': '1f575-1f3fc', 'spy_tone2': '1f575-1f3fc', 'sleuth_or_spy_tone3': '1f575-1f3fd', 'detective_tone3': '1f575-1f3fd', 'spy_tone3': '1f575-1f3fd', 'spy_tone4': '1f575-1f3fe', 'sleuth_or_spy_tone4': '1f575-1f3fe', 'detective_tone4': '1f575-1f3fe', 'detective_tone5': '1f575-1f3ff', 'spy_tone5': '1f575-1f3ff', 'sleuth_or_spy_tone5': '1f575-1f3ff', 'woman_detective': '1f575-fe0f-200d-2640-fe0f', 'woman_detective_tone1': '1f575-1f3fb-200d-2640-fe0f', 'woman_detective_light_skin_tone': '1f575-1f3fb-200d-2640-fe0f', 'woman_detective_tone2': '1f575-1f3fc-200d-2640-fe0f', 'woman_detective_medium_light_skin_tone': '1f575-1f3fc-200d-2640-fe0f', 'woman_detective_tone3': '1f575-1f3fd-200d-2640-fe0f', 'woman_detective_medium_skin_tone': '1f575-1f3fd-200d-2640-fe0f', 'woman_detective_tone4': '1f575-1f3fe-200d-2640-fe0f', 'woman_detective_medium_dark_skin_tone': '1f575-1f3fe-200d-2640-fe0f', 'woman_detective_dark_skin_tone': '1f575-1f3ff-200d-2640-fe0f', 'woman_detective_tone5': '1f575-1f3ff-200d-2640-fe0f', 'woman_health_worker': '1f469-200d-2695-fe0f', 'woman_health_worker_tone1': '1f469-1f3fb-200d-2695-fe0f', 'woman_health_worker_light_skin_tone': '1f469-1f3fb-200d-2695-fe0f', 'woman_health_worker_medium_light_skin_tone': '1f469-1f3fc-200d-2695-fe0f', 'woman_health_worker_tone2': '1f469-1f3fc-200d-2695-fe0f', 'woman_health_worker_tone3': '1f469-1f3fd-200d-2695-fe0f', 'woman_health_worker_medium_skin_tone': '1f469-1f3fd-200d-2695-fe0f', 'woman_health_worker_tone4': '1f469-1f3fe-200d-2695-fe0f', 'woman_health_worker_medium_dark_skin_tone': '1f469-1f3fe-200d-2695-fe0f', 'woman_health_worker_tone5': '1f469-1f3ff-200d-2695-fe0f', 'woman_health_worker_dark_skin_tone': '1f469-1f3ff-200d-2695-fe0f', 'man_health_worker': '1f468-200d-2695-fe0f', 'man_health_worker_light_skin_tone': '1f468-1f3fb-200d-2695-fe0f', 'man_health_worker_tone1': '1f468-1f3fb-200d-2695-fe0f', 'man_health_worker_medium_light_skin_tone': '1f468-1f3fc-200d-2695-fe0f', 'man_health_worker_tone2': '1f468-1f3fc-200d-2695-fe0f', 'man_health_worker_medium_skin_tone': '1f468-1f3fd-200d-2695-fe0f', 'man_health_worker_tone3': '1f468-1f3fd-200d-2695-fe0f', 'man_health_worker_tone4': '1f468-1f3fe-200d-2695-fe0f', 'man_health_worker_medium_dark_skin_tone': '1f468-1f3fe-200d-2695-fe0f', 'man_health_worker_tone5': '1f468-1f3ff-200d-2695-fe0f', 'man_health_worker_dark_skin_tone': '1f468-1f3ff-200d-2695-fe0f', 'woman_farmer': '1f469-200d-1f33e', 'woman_farmer_light_skin_tone': '1f469-1f3fb-200d-1f33e', 'woman_farmer_tone1': '1f469-1f3fb-200d-1f33e', 'woman_farmer_tone2': '1f469-1f3fc-200d-1f33e', 'woman_farmer_medium_light_skin_tone': '1f469-1f3fc-200d-1f33e', 'woman_farmer_tone3': '1f469-1f3fd-200d-1f33e', 'woman_farmer_medium_skin_tone': '1f469-1f3fd-200d-1f33e', 'woman_farmer_tone4': '1f469-1f3fe-200d-1f33e', 'woman_farmer_medium_dark_skin_tone': '1f469-1f3fe-200d-1f33e', 'woman_farmer_tone5': '1f469-1f3ff-200d-1f33e', 'woman_farmer_dark_skin_tone': '1f469-1f3ff-200d-1f33e', 'man_farmer': '1f468-200d-1f33e', 'man_farmer_light_skin_tone': '1f468-1f3fb-200d-1f33e', 'man_farmer_tone1': '1f468-1f3fb-200d-1f33e', 'man_farmer_medium_light_skin_tone': '1f468-1f3fc-200d-1f33e', 'man_farmer_tone2': '1f468-1f3fc-200d-1f33e', 'man_farmer_medium_skin_tone': '1f468-1f3fd-200d-1f33e', 'man_farmer_tone3': '1f468-1f3fd-200d-1f33e', 'man_farmer_tone4': '1f468-1f3fe-200d-1f33e', 'man_farmer_medium_dark_skin_tone': '1f468-1f3fe-200d-1f33e', 'man_farmer_tone5': '1f468-1f3ff-200d-1f33e', 'man_farmer_dark_skin_tone': '1f468-1f3ff-200d-1f33e', 'woman_cook': '1f469-200d-1f373', 'woman_cook_light_skin_tone': '1f469-1f3fb-200d-1f373', 'woman_cook_tone1': '1f469-1f3fb-200d-1f373', 'woman_cook_tone2': '1f469-1f3fc-200d-1f373', 'woman_cook_medium_light_skin_tone': '1f469-1f3fc-200d-1f373', 'woman_cook_tone3': '1f469-1f3fd-200d-1f373', 'woman_cook_medium_skin_tone': '1f469-1f3fd-200d-1f373', 'woman_cook_medium_dark_skin_tone': '1f469-1f3fe-200d-1f373', 'woman_cook_tone4': '1f469-1f3fe-200d-1f373', 'woman_cook_dark_skin_tone': '1f469-1f3ff-200d-1f373', 'woman_cook_tone5': '1f469-1f3ff-200d-1f373', 'man_cook': '1f468-200d-1f373', 'man_cook_tone1': '1f468-1f3fb-200d-1f373', 'man_cook_light_skin_tone': '1f468-1f3fb-200d-1f373', 'man_cook_medium_light_skin_tone': '1f468-1f3fc-200d-1f373', 'man_cook_tone2': '1f468-1f3fc-200d-1f373', 'man_cook_medium_skin_tone': '1f468-1f3fd-200d-1f373', 'man_cook_tone3': '1f468-1f3fd-200d-1f373', 'man_cook_medium_dark_skin_tone': '1f468-1f3fe-200d-1f373', 'man_cook_tone4': '1f468-1f3fe-200d-1f373', 'man_cook_tone5': '1f468-1f3ff-200d-1f373', 'man_cook_dark_skin_tone': '1f468-1f3ff-200d-1f373', 'woman_student': '1f469-200d-1f393', 'woman_student_tone1': '1f469-1f3fb-200d-1f393', 'woman_student_light_skin_tone': '1f469-1f3fb-200d-1f393', 'woman_student_medium_light_skin_tone': '1f469-1f3fc-200d-1f393', 'woman_student_tone2': '1f469-1f3fc-200d-1f393', 'woman_student_tone3': '1f469-1f3fd-200d-1f393', 'woman_student_medium_skin_tone': '1f469-1f3fd-200d-1f393', 'woman_student_medium_dark_skin_tone': '1f469-1f3fe-200d-1f393', 'woman_student_tone4': '1f469-1f3fe-200d-1f393', 'woman_student_tone5': '1f469-1f3ff-200d-1f393', 'woman_student_dark_skin_tone': '1f469-1f3ff-200d-1f393', 'man_student': '1f468-200d-1f393', 'man_student_light_skin_tone': '1f468-1f3fb-200d-1f393', 'man_student_tone1': '1f468-1f3fb-200d-1f393', 'man_student_tone2': '1f468-1f3fc-200d-1f393', 'man_student_medium_light_skin_tone': '1f468-1f3fc-200d-1f393', 'man_student_tone3': '1f468-1f3fd-200d-1f393', 'man_student_medium_skin_tone': '1f468-1f3fd-200d-1f393', 'man_student_medium_dark_skin_tone': '1f468-1f3fe-200d-1f393', 'man_student_tone4': '1f468-1f3fe-200d-1f393', 'man_student_dark_skin_tone': '1f468-1f3ff-200d-1f393', 'man_student_tone5': '1f468-1f3ff-200d-1f393', 'woman_singer': '1f469-200d-1f3a4', 'woman_singer_light_skin_tone': '1f469-1f3fb-200d-1f3a4', 'woman_singer_tone1': '1f469-1f3fb-200d-1f3a4', 'woman_singer_tone2': '1f469-1f3fc-200d-1f3a4', 'woman_singer_medium_light_skin_tone': '1f469-1f3fc-200d-1f3a4', 'woman_singer_tone3': '1f469-1f3fd-200d-1f3a4', 'woman_singer_medium_skin_tone': '1f469-1f3fd-200d-1f3a4', 'woman_singer_medium_dark_skin_tone': '1f469-1f3fe-200d-1f3a4', 'woman_singer_tone4': '1f469-1f3fe-200d-1f3a4', 'woman_singer_dark_skin_tone': '1f469-1f3ff-200d-1f3a4', 'woman_singer_tone5': '1f469-1f3ff-200d-1f3a4', 'man_singer': '1f468-200d-1f3a4', 'man_singer_tone1': '1f468-1f3fb-200d-1f3a4', 'man_singer_light_skin_tone': '1f468-1f3fb-200d-1f3a4', 'man_singer_tone2': '1f468-1f3fc-200d-1f3a4', 'man_singer_medium_light_skin_tone': '1f468-1f3fc-200d-1f3a4', 'man_singer_medium_skin_tone': '1f468-1f3fd-200d-1f3a4', 'man_singer_tone3': '1f468-1f3fd-200d-1f3a4', 'man_singer_medium_dark_skin_tone': '1f468-1f3fe-200d-1f3a4', 'man_singer_tone4': '1f468-1f3fe-200d-1f3a4', 'man_singer_dark_skin_tone': '1f468-1f3ff-200d-1f3a4', 'man_singer_tone5': '1f468-1f3ff-200d-1f3a4', 'woman_teacher': '1f469-200d-1f3eb', 'woman_teacher_tone1': '1f469-1f3fb-200d-1f3eb', 'woman_teacher_light_skin_tone': '1f469-1f3fb-200d-1f3eb', 'woman_teacher_tone2': '1f469-1f3fc-200d-1f3eb', 'woman_teacher_medium_light_skin_tone': '1f469-1f3fc-200d-1f3eb', 'woman_teacher_tone3': '1f469-1f3fd-200d-1f3eb', 'woman_teacher_medium_skin_tone': '1f469-1f3fd-200d-1f3eb', 'woman_teacher_tone4': '1f469-1f3fe-200d-1f3eb', 'woman_teacher_medium_dark_skin_tone': '1f469-1f3fe-200d-1f3eb', 'woman_teacher_dark_skin_tone': '1f469-1f3ff-200d-1f3eb', 'woman_teacher_tone5': '1f469-1f3ff-200d-1f3eb', 'man_teacher': '1f468-200d-1f3eb', 'man_teacher_light_skin_tone': '1f468-1f3fb-200d-1f3eb', 'man_teacher_tone1': '1f468-1f3fb-200d-1f3eb', 'man_teacher_medium_light_skin_tone': '1f468-1f3fc-200d-1f3eb', 'man_teacher_tone2': '1f468-1f3fc-200d-1f3eb', 'man_teacher_tone3': '1f468-1f3fd-200d-1f3eb', 'man_teacher_medium_skin_tone': '1f468-1f3fd-200d-1f3eb', 'man_teacher_medium_dark_skin_tone': '1f468-1f3fe-200d-1f3eb', 'man_teacher_tone4': '1f468-1f3fe-200d-1f3eb', 'man_teacher_tone5': '1f468-1f3ff-200d-1f3eb', 'man_teacher_dark_skin_tone': '1f468-1f3ff-200d-1f3eb', 'woman_factory_worker': '1f469-200d-1f3ed', 'woman_factory_worker_tone1': '1f469-1f3fb-200d-1f3ed', 'woman_factory_worker_light_skin_tone': '1f469-1f3fb-200d-1f3ed', 'woman_factory_worker_tone2': '1f469-1f3fc-200d-1f3ed', 'woman_factory_worker_medium_light_skin_tone': '1f469-1f3fc-200d-1f3ed', 'woman_factory_worker_tone3': '1f469-1f3fd-200d-1f3ed', 'woman_factory_worker_medium_skin_tone': '1f469-1f3fd-200d-1f3ed', 'woman_factory_worker_medium_dark_skin_tone': '1f469-1f3fe-200d-1f3ed', 'woman_factory_worker_tone4': '1f469-1f3fe-200d-1f3ed', 'woman_factory_worker_dark_skin_tone': '1f469-1f3ff-200d-1f3ed', 'woman_factory_worker_tone5': '1f469-1f3ff-200d-1f3ed', 'man_factory_worker': '1f468-200d-1f3ed', 'man_factory_worker_light_skin_tone': '1f468-1f3fb-200d-1f3ed', 'man_factory_worker_tone1': '1f468-1f3fb-200d-1f3ed', 'man_factory_worker_tone2': '1f468-1f3fc-200d-1f3ed', 'man_factory_worker_medium_light_skin_tone': '1f468-1f3fc-200d-1f3ed', 'man_factory_worker_tone3': '1f468-1f3fd-200d-1f3ed', 'man_factory_worker_medium_skin_tone': '1f468-1f3fd-200d-1f3ed', 'man_factory_worker_tone4': '1f468-1f3fe-200d-1f3ed', 'man_factory_worker_medium_dark_skin_tone': '1f468-1f3fe-200d-1f3ed', 'man_factory_worker_dark_skin_tone': '1f468-1f3ff-200d-1f3ed', 'man_factory_worker_tone5': '1f468-1f3ff-200d-1f3ed', 'woman_technologist': '1f469-200d-1f4bb', 'woman_technologist_tone1': '1f469-1f3fb-200d-1f4bb', 'woman_technologist_light_skin_tone': '1f469-1f3fb-200d-1f4bb', 'woman_technologist_tone2': '1f469-1f3fc-200d-1f4bb', 'woman_technologist_medium_light_skin_tone': '1f469-1f3fc-200d-1f4bb', 'woman_technologist_medium_skin_tone': '1f469-1f3fd-200d-1f4bb', 'woman_technologist_tone3': '1f469-1f3fd-200d-1f4bb', 'woman_technologist_tone4': '1f469-1f3fe-200d-1f4bb', 'woman_technologist_medium_dark_skin_tone': '1f469-1f3fe-200d-1f4bb', 'woman_technologist_dark_skin_tone': '1f469-1f3ff-200d-1f4bb', 'woman_technologist_tone5': '1f469-1f3ff-200d-1f4bb', 'man_technologist': '1f468-200d-1f4bb', 'man_technologist_light_skin_tone': '1f468-1f3fb-200d-1f4bb', 'man_technologist_tone1': '1f468-1f3fb-200d-1f4bb', 'man_technologist_tone2': '1f468-1f3fc-200d-1f4bb', 'man_technologist_medium_light_skin_tone': '1f468-1f3fc-200d-1f4bb', 'man_technologist_tone3': '1f468-1f3fd-200d-1f4bb', 'man_technologist_medium_skin_tone': '1f468-1f3fd-200d-1f4bb', 'man_technologist_medium_dark_skin_tone': '1f468-1f3fe-200d-1f4bb', 'man_technologist_tone4': '1f468-1f3fe-200d-1f4bb', 'man_technologist_dark_skin_tone': '1f468-1f3ff-200d-1f4bb', 'man_technologist_tone5': '1f468-1f3ff-200d-1f4bb', 'woman_office_worker': '1f469-200d-1f4bc', 'woman_office_worker_light_skin_tone': '1f469-1f3fb-200d-1f4bc', 'woman_office_worker_tone1': '1f469-1f3fb-200d-1f4bc', 'woman_office_worker_tone2': '1f469-1f3fc-200d-1f4bc', 'woman_office_worker_medium_light_skin_tone': '1f469-1f3fc-200d-1f4bc', 'woman_office_worker_medium_skin_tone': '1f469-1f3fd-200d-1f4bc', 'woman_office_worker_tone3': '1f469-1f3fd-200d-1f4bc', 'woman_office_worker_medium_dark_skin_tone': '1f469-1f3fe-200d-1f4bc', 'woman_office_worker_tone4': '1f469-1f3fe-200d-1f4bc', 'woman_office_worker_dark_skin_tone': '1f469-1f3ff-200d-1f4bc', 'woman_office_worker_tone5': '1f469-1f3ff-200d-1f4bc', 'man_office_worker': '1f468-200d-1f4bc', 'man_office_worker_light_skin_tone': '1f468-1f3fb-200d-1f4bc', 'man_office_worker_tone1': '1f468-1f3fb-200d-1f4bc', 'man_office_worker_medium_light_skin_tone': '1f468-1f3fc-200d-1f4bc', 'man_office_worker_tone2': '1f468-1f3fc-200d-1f4bc', 'man_office_worker_tone3': '1f468-1f3fd-200d-1f4bc', 'man_office_worker_medium_skin_tone': '1f468-1f3fd-200d-1f4bc', 'man_office_worker_tone4': '1f468-1f3fe-200d-1f4bc', 'man_office_worker_medium_dark_skin_tone': '1f468-1f3fe-200d-1f4bc', 'man_office_worker_dark_skin_tone': '1f468-1f3ff-200d-1f4bc', 'man_office_worker_tone5': '1f468-1f3ff-200d-1f4bc', 'woman_mechanic': '1f469-200d-1f527', 'woman_mechanic_light_skin_tone': '1f469-1f3fb-200d-1f527', 'woman_mechanic_tone1': '1f469-1f3fb-200d-1f527', 'woman_mechanic_medium_light_skin_tone': '1f469-1f3fc-200d-1f527', 'woman_mechanic_tone2': '1f469-1f3fc-200d-1f527', 'woman_mechanic_tone3': '1f469-1f3fd-200d-1f527', 'woman_mechanic_medium_skin_tone': '1f469-1f3fd-200d-1f527', 'woman_mechanic_tone4': '1f469-1f3fe-200d-1f527', 'woman_mechanic_medium_dark_skin_tone': '1f469-1f3fe-200d-1f527', 'woman_mechanic_tone5': '1f469-1f3ff-200d-1f527', 'woman_mechanic_dark_skin_tone': '1f469-1f3ff-200d-1f527', 'man_mechanic': '1f468-200d-1f527', 'man_mechanic_tone1': '1f468-1f3fb-200d-1f527', 'man_mechanic_light_skin_tone': '1f468-1f3fb-200d-1f527', 'man_mechanic_medium_light_skin_tone': '1f468-1f3fc-200d-1f527', 'man_mechanic_tone2': '1f468-1f3fc-200d-1f527', 'man_mechanic_medium_skin_tone': '1f468-1f3fd-200d-1f527', 'man_mechanic_tone3': '1f468-1f3fd-200d-1f527', 'man_mechanic_tone4': '1f468-1f3fe-200d-1f527', 'man_mechanic_medium_dark_skin_tone': '1f468-1f3fe-200d-1f527', 'man_mechanic_dark_skin_tone': '1f468-1f3ff-200d-1f527', 'man_mechanic_tone5': '1f468-1f3ff-200d-1f527', 'woman_scientist': '1f469-200d-1f52c', 'woman_scientist_tone1': '1f469-1f3fb-200d-1f52c', 'woman_scientist_light_skin_tone': '1f469-1f3fb-200d-1f52c', 'woman_scientist_tone2': '1f469-1f3fc-200d-1f52c', 'woman_scientist_medium_light_skin_tone': '1f469-1f3fc-200d-1f52c', 'woman_scientist_tone3': '1f469-1f3fd-200d-1f52c', 'woman_scientist_medium_skin_tone': '1f469-1f3fd-200d-1f52c', 'woman_scientist_tone4': '1f469-1f3fe-200d-1f52c', 'woman_scientist_medium_dark_skin_tone': '1f469-1f3fe-200d-1f52c', 'woman_scientist_tone5': '1f469-1f3ff-200d-1f52c', 'woman_scientist_dark_skin_tone': '1f469-1f3ff-200d-1f52c', 'man_scientist': '1f468-200d-1f52c', 'man_scientist_light_skin_tone': '1f468-1f3fb-200d-1f52c', 'man_scientist_tone1': '1f468-1f3fb-200d-1f52c', 'man_scientist_medium_light_skin_tone': '1f468-1f3fc-200d-1f52c', 'man_scientist_tone2': '1f468-1f3fc-200d-1f52c', 'man_scientist_tone3': '1f468-1f3fd-200d-1f52c', 'man_scientist_medium_skin_tone': '1f468-1f3fd-200d-1f52c', 'man_scientist_medium_dark_skin_tone': '1f468-1f3fe-200d-1f52c', 'man_scientist_tone4': '1f468-1f3fe-200d-1f52c', 'man_scientist_dark_skin_tone': '1f468-1f3ff-200d-1f52c', 'man_scientist_tone5': '1f468-1f3ff-200d-1f52c', 'woman_artist': '1f469-200d-1f3a8', 'woman_artist_tone1': '1f469-1f3fb-200d-1f3a8', 'woman_artist_light_skin_tone': '1f469-1f3fb-200d-1f3a8', 'woman_artist_medium_light_skin_tone': '1f469-1f3fc-200d-1f3a8', 'woman_artist_tone2': '1f469-1f3fc-200d-1f3a8', 'woman_artist_medium_skin_tone': '1f469-1f3fd-200d-1f3a8', 'woman_artist_tone3': '1f469-1f3fd-200d-1f3a8', 'woman_artist_tone4': '1f469-1f3fe-200d-1f3a8', 'woman_artist_medium_dark_skin_tone': '1f469-1f3fe-200d-1f3a8', 'woman_artist_dark_skin_tone': '1f469-1f3ff-200d-1f3a8', 'woman_artist_tone5': '1f469-1f3ff-200d-1f3a8', 'man_artist': '1f468-200d-1f3a8', 'man_artist_tone1': '1f468-1f3fb-200d-1f3a8', 'man_artist_light_skin_tone': '1f468-1f3fb-200d-1f3a8', 'man_artist_medium_light_skin_tone': '1f468-1f3fc-200d-1f3a8', 'man_artist_tone2': '1f468-1f3fc-200d-1f3a8', 'man_artist_tone3': '1f468-1f3fd-200d-1f3a8', 'man_artist_medium_skin_tone': '1f468-1f3fd-200d-1f3a8', 'man_artist_tone4': '1f468-1f3fe-200d-1f3a8', 'man_artist_medium_dark_skin_tone': '1f468-1f3fe-200d-1f3a8', 'man_artist_tone5': '1f468-1f3ff-200d-1f3a8', 'man_artist_dark_skin_tone': '1f468-1f3ff-200d-1f3a8', 'woman_firefighter': '1f469-200d-1f692', 'woman_firefighter_tone1': '1f469-1f3fb-200d-1f692', 'woman_firefighter_light_skin_tone': '1f469-1f3fb-200d-1f692', 'woman_firefighter_tone2': '1f469-1f3fc-200d-1f692', 'woman_firefighter_medium_light_skin_tone': '1f469-1f3fc-200d-1f692', 'woman_firefighter_tone3': '1f469-1f3fd-200d-1f692', 'woman_firefighter_medium_skin_tone': '1f469-1f3fd-200d-1f692', 'woman_firefighter_tone4': '1f469-1f3fe-200d-1f692', 'woman_firefighter_medium_dark_skin_tone': '1f469-1f3fe-200d-1f692', 'woman_firefighter_tone5': '1f469-1f3ff-200d-1f692', 'woman_firefighter_dark_skin_tone': '1f469-1f3ff-200d-1f692', 'man_firefighter': '1f468-200d-1f692', 'man_firefighter_light_skin_tone': '1f468-1f3fb-200d-1f692', 'man_firefighter_tone1': '1f468-1f3fb-200d-1f692', 'man_firefighter_tone2': '1f468-1f3fc-200d-1f692', 'man_firefighter_medium_light_skin_tone': '1f468-1f3fc-200d-1f692', 'man_firefighter_medium_skin_tone': '1f468-1f3fd-200d-1f692', 'man_firefighter_tone3': '1f468-1f3fd-200d-1f692', 'man_firefighter_medium_dark_skin_tone': '1f468-1f3fe-200d-1f692', 'man_firefighter_tone4': '1f468-1f3fe-200d-1f692', 'man_firefighter_dark_skin_tone': '1f468-1f3ff-200d-1f692', 'man_firefighter_tone5': '1f468-1f3ff-200d-1f692', 'woman_pilot': '1f469-200d-2708-fe0f', 'woman_pilot_tone1': '1f469-1f3fb-200d-2708-fe0f', 'woman_pilot_light_skin_tone': '1f469-1f3fb-200d-2708-fe0f', 'woman_pilot_medium_light_skin_tone': '1f469-1f3fc-200d-2708-fe0f', 'woman_pilot_tone2': '1f469-1f3fc-200d-2708-fe0f', 'woman_pilot_medium_skin_tone': '1f469-1f3fd-200d-2708-fe0f', 'woman_pilot_tone3': '1f469-1f3fd-200d-2708-fe0f', 'woman_pilot_medium_dark_skin_tone': '1f469-1f3fe-200d-2708-fe0f', 'woman_pilot_tone4': '1f469-1f3fe-200d-2708-fe0f', 'woman_pilot_dark_skin_tone': '1f469-1f3ff-200d-2708-fe0f', 'woman_pilot_tone5': '1f469-1f3ff-200d-2708-fe0f', 'man_pilot': '1f468-200d-2708-fe0f', 'man_pilot_light_skin_tone': '1f468-1f3fb-200d-2708-fe0f', 'man_pilot_tone1': '1f468-1f3fb-200d-2708-fe0f', 'man_pilot_tone2': '1f468-1f3fc-200d-2708-fe0f', 'man_pilot_medium_light_skin_tone': '1f468-1f3fc-200d-2708-fe0f', 'man_pilot_tone3': '1f468-1f3fd-200d-2708-fe0f', 'man_pilot_medium_skin_tone': '1f468-1f3fd-200d-2708-fe0f', 'man_pilot_medium_dark_skin_tone': '1f468-1f3fe-200d-2708-fe0f', 'man_pilot_tone4': '1f468-1f3fe-200d-2708-fe0f', 'man_pilot_dark_skin_tone': '1f468-1f3ff-200d-2708-fe0f', 'man_pilot_tone5': '1f468-1f3ff-200d-2708-fe0f', 'woman_astronaut': '1f469-200d-1f680', 'woman_astronaut_light_skin_tone': '1f469-1f3fb-200d-1f680', 'woman_astronaut_tone1': '1f469-1f3fb-200d-1f680', 'woman_astronaut_tone2': '1f469-1f3fc-200d-1f680', 'woman_astronaut_medium_light_skin_tone': '1f469-1f3fc-200d-1f680', 'woman_astronaut_medium_skin_tone': '1f469-1f3fd-200d-1f680', 'woman_astronaut_tone3': '1f469-1f3fd-200d-1f680', 'woman_astronaut_tone4': '1f469-1f3fe-200d-1f680', 'woman_astronaut_medium_dark_skin_tone': '1f469-1f3fe-200d-1f680', 'woman_astronaut_dark_skin_tone': '1f469-1f3ff-200d-1f680', 'woman_astronaut_tone5': '1f469-1f3ff-200d-1f680', 'man_astronaut': '1f468-200d-1f680', 'man_astronaut_light_skin_tone': '1f468-1f3fb-200d-1f680', 'man_astronaut_tone1': '1f468-1f3fb-200d-1f680', 'man_astronaut_tone2': '1f468-1f3fc-200d-1f680', 'man_astronaut_medium_light_skin_tone': '1f468-1f3fc-200d-1f680', 'man_astronaut_medium_skin_tone': '1f468-1f3fd-200d-1f680', 'man_astronaut_tone3': '1f468-1f3fd-200d-1f680', 'man_astronaut_medium_dark_skin_tone': '1f468-1f3fe-200d-1f680', 'man_astronaut_tone4': '1f468-1f3fe-200d-1f680', 'man_astronaut_tone5': '1f468-1f3ff-200d-1f680', 'man_astronaut_dark_skin_tone': '1f468-1f3ff-200d-1f680', 'woman_judge': '1f469-200d-2696-fe0f', 'woman_judge_light_skin_tone': '1f469-1f3fb-200d-2696-fe0f', 'woman_judge_tone1': '1f469-1f3fb-200d-2696-fe0f', 'woman_judge_tone2': '1f469-1f3fc-200d-2696-fe0f', 'woman_judge_medium_light_skin_tone': '1f469-1f3fc-200d-2696-fe0f', 'woman_judge_medium_skin_tone': '1f469-1f3fd-200d-2696-fe0f', 'woman_judge_tone3': '1f469-1f3fd-200d-2696-fe0f', 'woman_judge_medium_dark_skin_tone': '1f469-1f3fe-200d-2696-fe0f', 'woman_judge_tone4': '1f469-1f3fe-200d-2696-fe0f', 'woman_judge_tone5': '1f469-1f3ff-200d-2696-fe0f', 'woman_judge_dark_skin_tone': '1f469-1f3ff-200d-2696-fe0f', 'man_judge': '1f468-200d-2696-fe0f', 'man_judge_tone1': '1f468-1f3fb-200d-2696-fe0f', 'man_judge_light_skin_tone': '1f468-1f3fb-200d-2696-fe0f', 'man_judge_medium_light_skin_tone': '1f468-1f3fc-200d-2696-fe0f', 'man_judge_tone2': '1f468-1f3fc-200d-2696-fe0f', 'man_judge_medium_skin_tone': '1f468-1f3fd-200d-2696-fe0f', 'man_judge_tone3': '1f468-1f3fd-200d-2696-fe0f', 'man_judge_tone4': '1f468-1f3fe-200d-2696-fe0f', 'man_judge_medium_dark_skin_tone': '1f468-1f3fe-200d-2696-fe0f', 'man_judge_tone5': '1f468-1f3ff-200d-2696-fe0f', 'man_judge_dark_skin_tone': '1f468-1f3ff-200d-2696-fe0f', 'bride_with_veil': '1f470', 'bride_with_veil_tone1': '1f470-1f3fb', 'bride_with_veil_tone2': '1f470-1f3fc', 'bride_with_veil_tone3': '1f470-1f3fd', 'bride_with_veil_tone4': '1f470-1f3fe', 'bride_with_veil_tone5': '1f470-1f3ff', 'man_in_tuxedo': '1f935', 'man_in_tuxedo_tone1': '1f935-1f3fb', 'tuxedo_tone1': '1f935-1f3fb', 'tuxedo_tone2': '1f935-1f3fc', 'man_in_tuxedo_tone2': '1f935-1f3fc', 'man_in_tuxedo_tone3': '1f935-1f3fd', 'tuxedo_tone3': '1f935-1f3fd', 'man_in_tuxedo_tone4': '1f935-1f3fe', 'tuxedo_tone4': '1f935-1f3fe', 'tuxedo_tone5': '1f935-1f3ff', 'man_in_tuxedo_tone5': '1f935-1f3ff', 'princess': '1f478', 'princess_tone1': '1f478-1f3fb', 'princess_tone2': '1f478-1f3fc', 'princess_tone3': '1f478-1f3fd', 'princess_tone4': '1f478-1f3fe', 'princess_tone5': '1f478-1f3ff', 'prince': '1f934', 'prince_tone1': '1f934-1f3fb', 'prince_tone2': '1f934-1f3fc', 'prince_tone3': '1f934-1f3fd', 'prince_tone4': '1f934-1f3fe', 'prince_tone5': '1f934-1f3ff', 'mrs_claus': '1f936', 'mother_christmas': '1f936', 'mother_christmas_tone1': '1f936-1f3fb', 'mrs_claus_tone1': '1f936-1f3fb', 'mother_christmas_tone3': '1f936-1f3fd', 'mrs_claus_tone3': '1f936-1f3fd', 'mrs_claus_tone2': '1f936-1f3fc', 'mother_christmas_tone2': '1f936-1f3fc', 'mrs_claus_tone4': '1f936-1f3fe', 'mother_christmas_tone4': '1f936-1f3fe', 'mother_christmas_tone5': '1f936-1f3ff', 'mrs_claus_tone5': '1f936-1f3ff', 'santa': '1f385', 'santa_tone1': '1f385-1f3fb', 'santa_tone2': '1f385-1f3fc', 'santa_tone3': '1f385-1f3fd', 'santa_tone4': '1f385-1f3fe', 'santa_tone5': '1f385-1f3ff', 'woman_superhero': '1f9b8-200d-2640-fe0f', 'woman_superhero_tone1': '1f9b8-1f3fb-200d-2640-fe0f', 'woman_superhero_light_skin_tone': '1f9b8-1f3fb-200d-2640-fe0f', 'woman_superhero_tone2': '1f9b8-1f3fc-200d-2640-fe0f', 'woman_superhero_medium_light_skin_tone': '1f9b8-1f3fc-200d-2640-fe0f', 'woman_superhero_tone3': '1f9b8-1f3fd-200d-2640-fe0f', 'woman_superhero_medium_skin_tone': '1f9b8-1f3fd-200d-2640-fe0f', 'woman_superhero_medium_dark_skin_tone': '1f9b8-1f3fe-200d-2640-fe0f', 'woman_superhero_tone4': '1f9b8-1f3fe-200d-2640-fe0f', 'woman_superhero_tone5': '1f9b8-1f3ff-200d-2640-fe0f', 'woman_superhero_dark_skin_tone': '1f9b8-1f3ff-200d-2640-fe0f', 'man_superhero': '1f9b8-200d-2642-fe0f', 'man_superhero_light_skin_tone': '1f9b8-1f3fb-200d-2642-fe0f', 'man_superhero_tone1': '1f9b8-1f3fb-200d-2642-fe0f', 'man_superhero_tone2': '1f9b8-1f3fc-200d-2642-fe0f', 'man_superhero_medium_light_skin_tone': '1f9b8-1f3fc-200d-2642-fe0f', 'man_superhero_medium_skin_tone': '1f9b8-1f3fd-200d-2642-fe0f', 'man_superhero_tone3': '1f9b8-1f3fd-200d-2642-fe0f', 'man_superhero_medium_dark_skin_tone': '1f9b8-1f3fe-200d-2642-fe0f', 'man_superhero_tone4': '1f9b8-1f3fe-200d-2642-fe0f', 'man_superhero_tone5': '1f9b8-1f3ff-200d-2642-fe0f', 'man_superhero_dark_skin_tone': '1f9b8-1f3ff-200d-2642-fe0f', 'woman_supervillain_tone1': '1f9b9-1f3fb-200d-2640-fe0f', 'woman_supervillain_light_skin_tone': '1f9b9-1f3fb-200d-2640-fe0f', 'woman_supervillain': '1f9b9-200d-2640-fe0f', 'woman_supervillain_tone2': '1f9b9-1f3fc-200d-2640-fe0f', 'woman_supervillain_medium_light_skin_tone': '1f9b9-1f3fc-200d-2640-fe0f', 'woman_supervillain_medium_skin_tone': '1f9b9-1f3fd-200d-2640-fe0f', 'woman_supervillain_tone3': '1f9b9-1f3fd-200d-2640-fe0f', 'woman_supervillain_tone4': '1f9b9-1f3fe-200d-2640-fe0f', 'woman_supervillain_medium_dark_skin_tone': '1f9b9-1f3fe-200d-2640-fe0f', 'woman_supervillain_tone5': '1f9b9-1f3ff-200d-2640-fe0f', 'woman_supervillain_dark_skin_tone': '1f9b9-1f3ff-200d-2640-fe0f', 'man_supervillain': '1f9b9-200d-2642-fe0f', 'man_supervillain_tone1': '1f9b9-1f3fb-200d-2642-fe0f', 'man_supervillain_light_skin_tone': '1f9b9-1f3fb-200d-2642-fe0f', 'man_supervillain_tone2': '1f9b9-1f3fc-200d-2642-fe0f', 'man_supervillain_medium_light_skin_tone': '1f9b9-1f3fc-200d-2642-fe0f', 'man_supervillain_tone3': '1f9b9-1f3fd-200d-2642-fe0f', 'man_supervillain_medium_skin_tone': '1f9b9-1f3fd-200d-2642-fe0f', 'man_supervillain_tone4': '1f9b9-1f3fe-200d-2642-fe0f', 'man_supervillain_medium_dark_skin_tone': '1f9b9-1f3fe-200d-2642-fe0f', 'man_supervillain_dark_skin_tone': '1f9b9-1f3ff-200d-2642-fe0f', 'man_supervillain_tone5': '1f9b9-1f3ff-200d-2642-fe0f', 'woman_mage': '1f9d9-200d-2640-fe0f', 'woman_mage_light_skin_tone': '1f9d9-1f3fb-200d-2640-fe0f', 'woman_mage_tone1': '1f9d9-1f3fb-200d-2640-fe0f', 'woman_mage_tone2': '1f9d9-1f3fc-200d-2640-fe0f', 'woman_mage_medium_light_skin_tone': '1f9d9-1f3fc-200d-2640-fe0f', 'woman_mage_tone3': '1f9d9-1f3fd-200d-2640-fe0f', 'woman_mage_medium_skin_tone': '1f9d9-1f3fd-200d-2640-fe0f', 'woman_mage_tone4': '1f9d9-1f3fe-200d-2640-fe0f', 'woman_mage_medium_dark_skin_tone': '1f9d9-1f3fe-200d-2640-fe0f', 'woman_mage_tone5': '1f9d9-1f3ff-200d-2640-fe0f', 'woman_mage_dark_skin_tone': '1f9d9-1f3ff-200d-2640-fe0f', 'man_mage': '1f9d9-200d-2642-fe0f', 'man_mage_tone1': '1f9d9-1f3fb-200d-2642-fe0f', 'man_mage_light_skin_tone': '1f9d9-1f3fb-200d-2642-fe0f', 'man_mage_medium_light_skin_tone': '1f9d9-1f3fc-200d-2642-fe0f', 'man_mage_tone2': '1f9d9-1f3fc-200d-2642-fe0f', 'man_mage_tone3': '1f9d9-1f3fd-200d-2642-fe0f', 'man_mage_medium_skin_tone': '1f9d9-1f3fd-200d-2642-fe0f', 'man_mage_tone4': '1f9d9-1f3fe-200d-2642-fe0f', 'man_mage_medium_dark_skin_tone': '1f9d9-1f3fe-200d-2642-fe0f', 'man_mage_tone5': '1f9d9-1f3ff-200d-2642-fe0f', 'man_mage_dark_skin_tone': '1f9d9-1f3ff-200d-2642-fe0f', 'woman_elf': '1f9dd-200d-2640-fe0f', 'woman_elf_tone1': '1f9dd-1f3fb-200d-2640-fe0f', 'woman_elf_light_skin_tone': '1f9dd-1f3fb-200d-2640-fe0f', 'woman_elf_medium_light_skin_tone': '1f9dd-1f3fc-200d-2640-fe0f', 'woman_elf_tone2': '1f9dd-1f3fc-200d-2640-fe0f', 'woman_elf_medium_skin_tone': '1f9dd-1f3fd-200d-2640-fe0f', 'woman_elf_tone3': '1f9dd-1f3fd-200d-2640-fe0f', 'woman_elf_tone4': '1f9dd-1f3fe-200d-2640-fe0f', 'woman_elf_medium_dark_skin_tone': '1f9dd-1f3fe-200d-2640-fe0f', 'woman_elf_dark_skin_tone': '1f9dd-1f3ff-200d-2640-fe0f', 'woman_elf_tone5': '1f9dd-1f3ff-200d-2640-fe0f', 'man_elf': '1f9dd-200d-2642-fe0f', 'man_elf_tone1': '1f9dd-1f3fb-200d-2642-fe0f', 'man_elf_light_skin_tone': '1f9dd-1f3fb-200d-2642-fe0f', 'man_elf_tone2': '1f9dd-1f3fc-200d-2642-fe0f', 'man_elf_medium_light_skin_tone': '1f9dd-1f3fc-200d-2642-fe0f', 'man_elf_medium_skin_tone': '1f9dd-1f3fd-200d-2642-fe0f', 'man_elf_tone3': '1f9dd-1f3fd-200d-2642-fe0f', 'man_elf_medium_dark_skin_tone': '1f9dd-1f3fe-200d-2642-fe0f', 'man_elf_tone4': '1f9dd-1f3fe-200d-2642-fe0f', 'man_elf_dark_skin_tone': '1f9dd-1f3ff-200d-2642-fe0f', 'man_elf_tone5': '1f9dd-1f3ff-200d-2642-fe0f', 'woman_vampire': '1f9db-200d-2640-fe0f', 'woman_vampire_light_skin_tone': '1f9db-1f3fb-200d-2640-fe0f', 'woman_vampire_tone1': '1f9db-1f3fb-200d-2640-fe0f', 'woman_vampire_medium_light_skin_tone': '1f9db-1f3fc-200d-2640-fe0f', 'woman_vampire_tone2': '1f9db-1f3fc-200d-2640-fe0f', 'woman_vampire_tone3': '1f9db-1f3fd-200d-2640-fe0f', 'woman_vampire_medium_skin_tone': '1f9db-1f3fd-200d-2640-fe0f', 'woman_vampire_tone4': '1f9db-1f3fe-200d-2640-fe0f', 'woman_vampire_medium_dark_skin_tone': '1f9db-1f3fe-200d-2640-fe0f', 'woman_vampire_tone5': '1f9db-1f3ff-200d-2640-fe0f', 'woman_vampire_dark_skin_tone': '1f9db-1f3ff-200d-2640-fe0f', 'man_vampire': '1f9db-200d-2642-fe0f', 'man_vampire_tone1': '1f9db-1f3fb-200d-2642-fe0f', 'man_vampire_light_skin_tone': '1f9db-1f3fb-200d-2642-fe0f', 'man_vampire_tone2': '1f9db-1f3fc-200d-2642-fe0f', 'man_vampire_medium_light_skin_tone': '1f9db-1f3fc-200d-2642-fe0f', 'man_vampire_medium_skin_tone': '1f9db-1f3fd-200d-2642-fe0f', 'man_vampire_tone3': '1f9db-1f3fd-200d-2642-fe0f', 'man_vampire_tone4': '1f9db-1f3fe-200d-2642-fe0f', 'man_vampire_medium_dark_skin_tone': '1f9db-1f3fe-200d-2642-fe0f', 'man_vampire_tone5': '1f9db-1f3ff-200d-2642-fe0f', 'man_vampire_dark_skin_tone': '1f9db-1f3ff-200d-2642-fe0f', 'woman_zombie': '1f9df-200d-2640-fe0f', 'man_zombie': '1f9df-200d-2642-fe0f', 'woman_genie': '1f9de-200d-2640-fe0f', 'man_genie': '1f9de-200d-2642-fe0f', 'mermaid': '1f9dc-200d-2640-fe0f', 'mermaid_light_skin_tone': '1f9dc-1f3fb-200d-2640-fe0f', 'mermaid_tone1': '1f9dc-1f3fb-200d-2640-fe0f', 'mermaid_medium_light_skin_tone': '1f9dc-1f3fc-200d-2640-fe0f', 'mermaid_tone2': '1f9dc-1f3fc-200d-2640-fe0f', 'mermaid_medium_skin_tone': '1f9dc-1f3fd-200d-2640-fe0f', 'mermaid_tone3': '1f9dc-1f3fd-200d-2640-fe0f', 'mermaid_tone4': '1f9dc-1f3fe-200d-2640-fe0f', 'mermaid_medium_dark_skin_tone': '1f9dc-1f3fe-200d-2640-fe0f', 'mermaid_tone5': '1f9dc-1f3ff-200d-2640-fe0f', 'mermaid_dark_skin_tone': '1f9dc-1f3ff-200d-2640-fe0f', 'merman': '1f9dc-200d-2642-fe0f', 'merman_tone1': '1f9dc-1f3fb-200d-2642-fe0f', 'merman_light_skin_tone': '1f9dc-1f3fb-200d-2642-fe0f', 'merman_medium_light_skin_tone': '1f9dc-1f3fc-200d-2642-fe0f', 'merman_tone2': '1f9dc-1f3fc-200d-2642-fe0f', 'merman_tone3': '1f9dc-1f3fd-200d-2642-fe0f', 'merman_medium_skin_tone': '1f9dc-1f3fd-200d-2642-fe0f', 'merman_medium_dark_skin_tone': '1f9dc-1f3fe-200d-2642-fe0f', 'merman_tone4': '1f9dc-1f3fe-200d-2642-fe0f', 'merman_tone5': '1f9dc-1f3ff-200d-2642-fe0f', 'merman_dark_skin_tone': '1f9dc-1f3ff-200d-2642-fe0f', 'woman_fairy': '1f9da-200d-2640-fe0f', 'woman_fairy_light_skin_tone': '1f9da-1f3fb-200d-2640-fe0f', 'woman_fairy_tone1': '1f9da-1f3fb-200d-2640-fe0f', 'woman_fairy_medium_light_skin_tone': '1f9da-1f3fc-200d-2640-fe0f', 'woman_fairy_tone2': '1f9da-1f3fc-200d-2640-fe0f', 'woman_fairy_medium_skin_tone': '1f9da-1f3fd-200d-2640-fe0f', 'woman_fairy_tone3': '1f9da-1f3fd-200d-2640-fe0f', 'woman_fairy_tone4': '1f9da-1f3fe-200d-2640-fe0f', 'woman_fairy_medium_dark_skin_tone': '1f9da-1f3fe-200d-2640-fe0f', 'woman_fairy_dark_skin_tone': '1f9da-1f3ff-200d-2640-fe0f', 'woman_fairy_tone5': '1f9da-1f3ff-200d-2640-fe0f', 'man_fairy': '1f9da-200d-2642-fe0f', 'man_fairy_light_skin_tone': '1f9da-1f3fb-200d-2642-fe0f', 'man_fairy_tone1': '1f9da-1f3fb-200d-2642-fe0f', 'man_fairy_tone2': '1f9da-1f3fc-200d-2642-fe0f', 'man_fairy_medium_light_skin_tone': '1f9da-1f3fc-200d-2642-fe0f', 'man_fairy_medium_skin_tone': '1f9da-1f3fd-200d-2642-fe0f', 'man_fairy_tone3': '1f9da-1f3fd-200d-2642-fe0f', 'man_fairy_medium_dark_skin_tone': '1f9da-1f3fe-200d-2642-fe0f', 'man_fairy_tone4': '1f9da-1f3fe-200d-2642-fe0f', 'man_fairy_tone5': '1f9da-1f3ff-200d-2642-fe0f', 'man_fairy_dark_skin_tone': '1f9da-1f3ff-200d-2642-fe0f', 'angel': '1f47c', 'angel_tone1': '1f47c-1f3fb', 'angel_tone2': '1f47c-1f3fc', 'angel_tone3': '1f47c-1f3fd', 'angel_tone4': '1f47c-1f3fe', 'angel_tone5': '1f47c-1f3ff', 'pregnant_woman': '1f930', 'expecting_woman': '1f930', 'pregnant_woman_tone1': '1f930-1f3fb', 'expecting_woman_tone1': '1f930-1f3fb', 'expecting_woman_tone2': '1f930-1f3fc', 'pregnant_woman_tone2': '1f930-1f3fc', 'expecting_woman_tone3': '1f930-1f3fd', 'pregnant_woman_tone3': '1f930-1f3fd', 'expecting_woman_tone4': '1f930-1f3fe', 'pregnant_woman_tone4': '1f930-1f3fe', 'pregnant_woman_tone5': '1f930-1f3ff', 'expecting_woman_tone5': '1f930-1f3ff', 'breast_feeding': '1f931', 'breast_feeding_tone1': '1f931-1f3fb', 'breast_feeding_light_skin_tone': '1f931-1f3fb', 'breast_feeding_medium_light_skin_tone': '1f931-1f3fc', 'breast_feeding_tone2': '1f931-1f3fc', 'breast_feeding_medium_skin_tone': '1f931-1f3fd', 'breast_feeding_tone3': '1f931-1f3fd', 'breast_feeding_tone4': '1f931-1f3fe', 'breast_feeding_medium_dark_skin_tone': '1f931-1f3fe', 'breast_feeding_dark_skin_tone': '1f931-1f3ff', 'breast_feeding_tone5': '1f931-1f3ff', 'person_bowing': '1f647', 'bow': '1f647', 'bow_tone1': '1f647-1f3fb', 'person_bowing_tone1': '1f647-1f3fb', 'bow_tone2': '1f647-1f3fc', 'person_bowing_tone2': '1f647-1f3fc', 'person_bowing_tone3': '1f647-1f3fd', 'bow_tone3': '1f647-1f3fd', 'bow_tone4': '1f647-1f3fe', 'person_bowing_tone4': '1f647-1f3fe', 'bow_tone5': '1f647-1f3ff', 'person_bowing_tone5': '1f647-1f3ff', 'woman_bowing': '1f647-200d-2640-fe0f', 'woman_bowing_tone1': '1f647-1f3fb-200d-2640-fe0f', 'woman_bowing_light_skin_tone': '1f647-1f3fb-200d-2640-fe0f', 'woman_bowing_tone2': '1f647-1f3fc-200d-2640-fe0f', 'woman_bowing_medium_light_skin_tone': '1f647-1f3fc-200d-2640-fe0f', 'woman_bowing_medium_skin_tone': '1f647-1f3fd-200d-2640-fe0f', 'woman_bowing_tone3': '1f647-1f3fd-200d-2640-fe0f', 'woman_bowing_tone4': '1f647-1f3fe-200d-2640-fe0f', 'woman_bowing_medium_dark_skin_tone': '1f647-1f3fe-200d-2640-fe0f', 'woman_bowing_tone5': '1f647-1f3ff-200d-2640-fe0f', 'woman_bowing_dark_skin_tone': '1f647-1f3ff-200d-2640-fe0f', 'information_desk_person': '1f481', 'person_tipping_hand': '1f481', 'person_tipping_hand_tone1': '1f481-1f3fb', 'information_desk_person_tone1': '1f481-1f3fb', 'person_tipping_hand_tone2': '1f481-1f3fc', 'information_desk_person_tone2': '1f481-1f3fc', 'information_desk_person_tone3': '1f481-1f3fd', 'person_tipping_hand_tone3': '1f481-1f3fd', 'person_tipping_hand_tone4': '1f481-1f3fe', 'information_desk_person_tone4': '1f481-1f3fe', 'information_desk_person_tone5': '1f481-1f3ff', 'person_tipping_hand_tone5': '1f481-1f3ff', 'man_tipping_hand': '1f481-200d-2642-fe0f', 'man_tipping_hand_light_skin_tone': '1f481-1f3fb-200d-2642-fe0f', 'man_tipping_hand_tone1': '1f481-1f3fb-200d-2642-fe0f', 'man_tipping_hand_medium_light_skin_tone': '1f481-1f3fc-200d-2642-fe0f', 'man_tipping_hand_tone2': '1f481-1f3fc-200d-2642-fe0f', 'man_tipping_hand_tone3': '1f481-1f3fd-200d-2642-fe0f', 'man_tipping_hand_medium_skin_tone': '1f481-1f3fd-200d-2642-fe0f', 'man_tipping_hand_medium_dark_skin_tone': '1f481-1f3fe-200d-2642-fe0f', 'man_tipping_hand_tone4': '1f481-1f3fe-200d-2642-fe0f', 'man_tipping_hand_dark_skin_tone': '1f481-1f3ff-200d-2642-fe0f', 'man_tipping_hand_tone5': '1f481-1f3ff-200d-2642-fe0f', 'no_good': '1f645', 'person_gesturing_no': '1f645', 'person_gesturing_no_tone1': '1f645-1f3fb', 'no_good_tone1': '1f645-1f3fb', 'no_good_tone2': '1f645-1f3fc', 'person_gesturing_no_tone2': '1f645-1f3fc', 'no_good_tone3': '1f645-1f3fd', 'person_gesturing_no_tone3': '1f645-1f3fd', 'person_gesturing_no_tone4': '1f645-1f3fe', 'no_good_tone4': '1f645-1f3fe', 'no_good_tone5': '1f645-1f3ff', 'person_gesturing_no_tone5': '1f645-1f3ff', 'man_gesturing_no': '1f645-200d-2642-fe0f', 'man_gesturing_no_tone1': '1f645-1f3fb-200d-2642-fe0f', 'man_gesturing_no_light_skin_tone': '1f645-1f3fb-200d-2642-fe0f', 'man_gesturing_no_tone2': '1f645-1f3fc-200d-2642-fe0f', 'man_gesturing_no_medium_light_skin_tone': '1f645-1f3fc-200d-2642-fe0f', 'man_gesturing_no_medium_skin_tone': '1f645-1f3fd-200d-2642-fe0f', 'man_gesturing_no_tone3': '1f645-1f3fd-200d-2642-fe0f', 'man_gesturing_no_tone4': '1f645-1f3fe-200d-2642-fe0f', 'man_gesturing_no_medium_dark_skin_tone': '1f645-1f3fe-200d-2642-fe0f', 'man_gesturing_no_dark_skin_tone': '1f645-1f3ff-200d-2642-fe0f', 'man_gesturing_no_tone5': '1f645-1f3ff-200d-2642-fe0f', 'ok_woman': '1f646', 'person_gesturing_ok': '1f646', 'ok_woman_tone1': '1f646-1f3fb', 'person_gesturing_ok_tone1': '1f646-1f3fb', 'person_gesturing_ok_tone2': '1f646-1f3fc', 'ok_woman_tone2': '1f646-1f3fc', 'person_gesturing_ok_tone3': '1f646-1f3fd', 'ok_woman_tone3': '1f646-1f3fd', 'person_gesturing_ok_tone4': '1f646-1f3fe', 'ok_woman_tone4': '1f646-1f3fe', 'ok_woman_tone5': '1f646-1f3ff', 'person_gesturing_ok_tone5': '1f646-1f3ff', 'man_gesturing_ok': '1f646-200d-2642-fe0f', 'man_gesturing_ok_tone1': '1f646-1f3fb-200d-2642-fe0f', 'man_gesturing_ok_light_skin_tone': '1f646-1f3fb-200d-2642-fe0f', 'man_gesturing_ok_tone2': '1f646-1f3fc-200d-2642-fe0f', 'man_gesturing_ok_medium_light_skin_tone': '1f646-1f3fc-200d-2642-fe0f', 'man_gesturing_ok_tone3': '1f646-1f3fd-200d-2642-fe0f', 'man_gesturing_ok_medium_skin_tone': '1f646-1f3fd-200d-2642-fe0f', 'man_gesturing_ok_medium_dark_skin_tone': '1f646-1f3fe-200d-2642-fe0f', 'man_gesturing_ok_tone4': '1f646-1f3fe-200d-2642-fe0f', 'man_gesturing_ok_tone5': '1f646-1f3ff-200d-2642-fe0f', 'man_gesturing_ok_dark_skin_tone': '1f646-1f3ff-200d-2642-fe0f', 'person_raising_hand': '1f64b', 'raising_hand': '1f64b', 'raising_hand_tone1': '1f64b-1f3fb', 'person_raising_hand_tone1': '1f64b-1f3fb', 'raising_hand_tone2': '1f64b-1f3fc', 'person_raising_hand_tone2': '1f64b-1f3fc', 'person_raising_hand_tone3': '1f64b-1f3fd', 'raising_hand_tone3': '1f64b-1f3fd', 'raising_hand_tone4': '1f64b-1f3fe', 'person_raising_hand_tone4': '1f64b-1f3fe', 'raising_hand_tone5': '1f64b-1f3ff', 'person_raising_hand_tone5': '1f64b-1f3ff', 'man_raising_hand': '1f64b-200d-2642-fe0f', 'man_raising_hand_tone1': '1f64b-1f3fb-200d-2642-fe0f', 'man_raising_hand_light_skin_tone': '1f64b-1f3fb-200d-2642-fe0f', 'man_raising_hand_medium_light_skin_tone': '1f64b-1f3fc-200d-2642-fe0f', 'man_raising_hand_tone2': '1f64b-1f3fc-200d-2642-fe0f', 'man_raising_hand_medium_skin_tone': '1f64b-1f3fd-200d-2642-fe0f', 'man_raising_hand_tone3': '1f64b-1f3fd-200d-2642-fe0f', 'man_raising_hand_tone4': '1f64b-1f3fe-200d-2642-fe0f', 'man_raising_hand_medium_dark_skin_tone': '1f64b-1f3fe-200d-2642-fe0f', 'man_raising_hand_tone5': '1f64b-1f3ff-200d-2642-fe0f', 'man_raising_hand_dark_skin_tone': '1f64b-1f3ff-200d-2642-fe0f', 'woman_facepalming': '1f926-200d-2640-fe0f', 'woman_facepalming_tone1': '1f926-1f3fb-200d-2640-fe0f', 'woman_facepalming_light_skin_tone': '1f926-1f3fb-200d-2640-fe0f', 'woman_facepalming_tone2': '1f926-1f3fc-200d-2640-fe0f', 'woman_facepalming_medium_light_skin_tone': '1f926-1f3fc-200d-2640-fe0f', 'woman_facepalming_tone3': '1f926-1f3fd-200d-2640-fe0f', 'woman_facepalming_medium_skin_tone': '1f926-1f3fd-200d-2640-fe0f', 'woman_facepalming_tone4': '1f926-1f3fe-200d-2640-fe0f', 'woman_facepalming_medium_dark_skin_tone': '1f926-1f3fe-200d-2640-fe0f', 'woman_facepalming_tone5': '1f926-1f3ff-200d-2640-fe0f', 'woman_facepalming_dark_skin_tone': '1f926-1f3ff-200d-2640-fe0f', 'man_facepalming': '1f926-200d-2642-fe0f', 'man_facepalming_tone1': '1f926-1f3fb-200d-2642-fe0f', 'man_facepalming_light_skin_tone': '1f926-1f3fb-200d-2642-fe0f', 'man_facepalming_tone2': '1f926-1f3fc-200d-2642-fe0f', 'man_facepalming_medium_light_skin_tone': '1f926-1f3fc-200d-2642-fe0f', 'man_facepalming_tone3': '1f926-1f3fd-200d-2642-fe0f', 'man_facepalming_medium_skin_tone': '1f926-1f3fd-200d-2642-fe0f', 'man_facepalming_tone4': '1f926-1f3fe-200d-2642-fe0f', 'man_facepalming_medium_dark_skin_tone': '1f926-1f3fe-200d-2642-fe0f', 'man_facepalming_tone5': '1f926-1f3ff-200d-2642-fe0f', 'man_facepalming_dark_skin_tone': '1f926-1f3ff-200d-2642-fe0f', 'woman_shrugging': '1f937-200d-2640-fe0f', 'woman_shrugging_tone1': '1f937-1f3fb-200d-2640-fe0f', 'woman_shrugging_light_skin_tone': '1f937-1f3fb-200d-2640-fe0f', 'woman_shrugging_tone2': '1f937-1f3fc-200d-2640-fe0f', 'woman_shrugging_medium_light_skin_tone': '1f937-1f3fc-200d-2640-fe0f', 'woman_shrugging_medium_skin_tone': '1f937-1f3fd-200d-2640-fe0f', 'woman_shrugging_tone3': '1f937-1f3fd-200d-2640-fe0f', 'woman_shrugging_medium_dark_skin_tone': '1f937-1f3fe-200d-2640-fe0f', 'woman_shrugging_tone4': '1f937-1f3fe-200d-2640-fe0f', 'woman_shrugging_tone5': '1f937-1f3ff-200d-2640-fe0f', 'woman_shrugging_dark_skin_tone': '1f937-1f3ff-200d-2640-fe0f', 'man_shrugging': '1f937-200d-2642-fe0f', 'man_shrugging_tone1': '1f937-1f3fb-200d-2642-fe0f', 'man_shrugging_light_skin_tone': '1f937-1f3fb-200d-2642-fe0f', 'man_shrugging_medium_light_skin_tone': '1f937-1f3fc-200d-2642-fe0f', 'man_shrugging_tone2': '1f937-1f3fc-200d-2642-fe0f', 'man_shrugging_tone3': '1f937-1f3fd-200d-2642-fe0f', 'man_shrugging_medium_skin_tone': '1f937-1f3fd-200d-2642-fe0f', 'man_shrugging_medium_dark_skin_tone': '1f937-1f3fe-200d-2642-fe0f', 'man_shrugging_tone4': '1f937-1f3fe-200d-2642-fe0f', 'man_shrugging_tone5': '1f937-1f3ff-200d-2642-fe0f', 'man_shrugging_dark_skin_tone': '1f937-1f3ff-200d-2642-fe0f', 'person_with_pouting_face': '1f64e', 'person_pouting': '1f64e', 'person_with_pouting_face_tone1': '1f64e-1f3fb', 'person_pouting_tone1': '1f64e-1f3fb', 'person_pouting_tone2': '1f64e-1f3fc', 'person_with_pouting_face_tone2': '1f64e-1f3fc', 'person_pouting_tone3': '1f64e-1f3fd', 'person_with_pouting_face_tone3': '1f64e-1f3fd', 'person_pouting_tone4': '1f64e-1f3fe', 'person_with_pouting_face_tone4': '1f64e-1f3fe', 'person_with_pouting_face_tone5': '1f64e-1f3ff', 'person_pouting_tone5': '1f64e-1f3ff', 'man_pouting': '1f64e-200d-2642-fe0f', 'man_pouting_tone1': '1f64e-1f3fb-200d-2642-fe0f', 'man_pouting_light_skin_tone': '1f64e-1f3fb-200d-2642-fe0f', 'man_pouting_tone2': '1f64e-1f3fc-200d-2642-fe0f', 'man_pouting_medium_light_skin_tone': '1f64e-1f3fc-200d-2642-fe0f', 'man_pouting_medium_skin_tone': '1f64e-1f3fd-200d-2642-fe0f', 'man_pouting_tone3': '1f64e-1f3fd-200d-2642-fe0f', 'man_pouting_tone4': '1f64e-1f3fe-200d-2642-fe0f', 'man_pouting_medium_dark_skin_tone': '1f64e-1f3fe-200d-2642-fe0f', 'man_pouting_tone5': '1f64e-1f3ff-200d-2642-fe0f', 'man_pouting_dark_skin_tone': '1f64e-1f3ff-200d-2642-fe0f', 'person_frowning': '1f64d', 'person_frowning_tone1': '1f64d-1f3fb', 'person_frowning_tone2': '1f64d-1f3fc', 'person_frowning_tone3': '1f64d-1f3fd', 'person_frowning_tone4': '1f64d-1f3fe', 'person_frowning_tone5': '1f64d-1f3ff', 'man_frowning': '1f64d-200d-2642-fe0f', 'man_frowning_tone1': '1f64d-1f3fb-200d-2642-fe0f', 'man_frowning_light_skin_tone': '1f64d-1f3fb-200d-2642-fe0f', 'man_frowning_medium_light_skin_tone': '1f64d-1f3fc-200d-2642-fe0f', 'man_frowning_tone2': '1f64d-1f3fc-200d-2642-fe0f', 'man_frowning_medium_skin_tone': '1f64d-1f3fd-200d-2642-fe0f', 'man_frowning_tone3': '1f64d-1f3fd-200d-2642-fe0f', 'man_frowning_tone4': '1f64d-1f3fe-200d-2642-fe0f', 'man_frowning_medium_dark_skin_tone': '1f64d-1f3fe-200d-2642-fe0f', 'man_frowning_dark_skin_tone': '1f64d-1f3ff-200d-2642-fe0f', 'man_frowning_tone5': '1f64d-1f3ff-200d-2642-fe0f', 'person_getting_haircut': '1f487', 'haircut': '1f487', 'person_getting_haircut_tone1': '1f487-1f3fb', 'haircut_tone1': '1f487-1f3fb', 'haircut_tone2': '1f487-1f3fc', 'person_getting_haircut_tone2': '1f487-1f3fc', 'person_getting_haircut_tone3': '1f487-1f3fd', 'haircut_tone3': '1f487-1f3fd', 'person_getting_haircut_tone4': '1f487-1f3fe', 'haircut_tone4': '1f487-1f3fe', 'haircut_tone5': '1f487-1f3ff', 'person_getting_haircut_tone5': '1f487-1f3ff', 'man_getting_haircut': '1f487-200d-2642-fe0f', 'man_getting_haircut_light_skin_tone': '1f487-1f3fb-200d-2642-fe0f', 'man_getting_haircut_tone1': '1f487-1f3fb-200d-2642-fe0f', 'man_getting_haircut_tone2': '1f487-1f3fc-200d-2642-fe0f', 'man_getting_haircut_medium_light_skin_tone': '1f487-1f3fc-200d-2642-fe0f', 'man_getting_haircut_medium_skin_tone': '1f487-1f3fd-200d-2642-fe0f', 'man_getting_haircut_tone3': '1f487-1f3fd-200d-2642-fe0f', 'man_getting_haircut_medium_dark_skin_tone': '1f487-1f3fe-200d-2642-fe0f', 'man_getting_haircut_tone4': '1f487-1f3fe-200d-2642-fe0f', 'man_getting_haircut_tone5': '1f487-1f3ff-200d-2642-fe0f', 'man_getting_haircut_dark_skin_tone': '1f487-1f3ff-200d-2642-fe0f', 'person_getting_massage': '1f486', 'massage': '1f486', 'person_getting_massage_tone1': '1f486-1f3fb', 'massage_tone1': '1f486-1f3fb', 'person_getting_massage_tone2': '1f486-1f3fc', 'massage_tone2': '1f486-1f3fc', 'person_getting_massage_tone3': '1f486-1f3fd', 'massage_tone3': '1f486-1f3fd', 'massage_tone4': '1f486-1f3fe', 'person_getting_massage_tone4': '1f486-1f3fe', 'person_getting_massage_tone5': '1f486-1f3ff', 'massage_tone5': '1f486-1f3ff', 'man_getting_face_massage': '1f486-200d-2642-fe0f', 'man_getting_face_massage_light_skin_tone': '1f486-1f3fb-200d-2642-fe0f', 'man_getting_face_massage_tone1': '1f486-1f3fb-200d-2642-fe0f', 'man_getting_face_massage_medium_light_skin_tone': '1f486-1f3fc-200d-2642-fe0f', 'man_getting_face_massage_tone2': '1f486-1f3fc-200d-2642-fe0f', 'man_getting_face_massage_tone3': '1f486-1f3fd-200d-2642-fe0f', 'man_getting_face_massage_medium_skin_tone': '1f486-1f3fd-200d-2642-fe0f', 'man_getting_face_massage_medium_dark_skin_tone': '1f486-1f3fe-200d-2642-fe0f', 'man_getting_face_massage_tone4': '1f486-1f3fe-200d-2642-fe0f', 'man_getting_face_massage_tone5': '1f486-1f3ff-200d-2642-fe0f', 'man_getting_face_massage_dark_skin_tone': '1f486-1f3ff-200d-2642-fe0f', 'woman_in_steamy_room': '1f9d6-200d-2640-fe0f', 'woman_in_steamy_room_tone1': '1f9d6-1f3fb-200d-2640-fe0f', 'woman_in_steamy_room_light_skin_tone': '1f9d6-1f3fb-200d-2640-fe0f', 'woman_in_steamy_room_medium_light_skin_tone': '1f9d6-1f3fc-200d-2640-fe0f', 'woman_in_steamy_room_tone2': '1f9d6-1f3fc-200d-2640-fe0f', 'woman_in_steamy_room_medium_skin_tone': '1f9d6-1f3fd-200d-2640-fe0f', 'woman_in_steamy_room_tone3': '1f9d6-1f3fd-200d-2640-fe0f', 'woman_in_steamy_room_tone4': '1f9d6-1f3fe-200d-2640-fe0f', 'woman_in_steamy_room_medium_dark_skin_tone': '1f9d6-1f3fe-200d-2640-fe0f', 'woman_in_steamy_room_tone5': '1f9d6-1f3ff-200d-2640-fe0f', 'woman_in_steamy_room_dark_skin_tone': '1f9d6-1f3ff-200d-2640-fe0f', 'man_in_steamy_room': '1f9d6-200d-2642-fe0f', 'man_in_steamy_room_light_skin_tone': '1f9d6-1f3fb-200d-2642-fe0f', 'man_in_steamy_room_tone1': '1f9d6-1f3fb-200d-2642-fe0f', 'man_in_steamy_room_medium_light_skin_tone': '1f9d6-1f3fc-200d-2642-fe0f', 'man_in_steamy_room_tone2': '1f9d6-1f3fc-200d-2642-fe0f', 'man_in_steamy_room_medium_skin_tone': '1f9d6-1f3fd-200d-2642-fe0f', 'man_in_steamy_room_tone3': '1f9d6-1f3fd-200d-2642-fe0f', 'man_in_steamy_room_medium_dark_skin_tone': '1f9d6-1f3fe-200d-2642-fe0f', 'man_in_steamy_room_tone4': '1f9d6-1f3fe-200d-2642-fe0f', 'man_in_steamy_room_dark_skin_tone': '1f9d6-1f3ff-200d-2642-fe0f', 'man_in_steamy_room_tone5': '1f9d6-1f3ff-200d-2642-fe0f', 'nail_care': '1f485', 'nail_care_tone1': '1f485-1f3fb', 'nail_care_tone2': '1f485-1f3fc', 'nail_care_tone3': '1f485-1f3fd', 'nail_care_tone4': '1f485-1f3fe', 'nail_care_tone5': '1f485-1f3ff', 'selfie': '1f933', 'selfie_tone1': '1f933-1f3fb', 'selfie_tone2': '1f933-1f3fc', 'selfie_tone3': '1f933-1f3fd', 'selfie_tone4': '1f933-1f3fe', 'selfie_tone5': '1f933-1f3ff', 'dancer': '1f483', 'dancer_tone1': '1f483-1f3fb', 'dancer_tone2': '1f483-1f3fc', 'dancer_tone3': '1f483-1f3fd', 'dancer_tone4': '1f483-1f3fe', 'dancer_tone5': '1f483-1f3ff', 'male_dancer': '1f57a', 'man_dancing': '1f57a', 'man_dancing_tone1': '1f57a-1f3fb', 'male_dancer_tone1': '1f57a-1f3fb', 'male_dancer_tone2': '1f57a-1f3fc', 'man_dancing_tone2': '1f57a-1f3fc', 'man_dancing_tone3': '1f57a-1f3fd', 'male_dancer_tone3': '1f57a-1f3fd', 'male_dancer_tone5': '1f57a-1f3ff', 'man_dancing_tone5': '1f57a-1f3ff', 'man_dancing_tone4': '1f57a-1f3fe', 'male_dancer_tone4': '1f57a-1f3fe', 'dancers': '1f46f', 'people_with_bunny_ears_partying': '1f46f', 'men_with_bunny_ears_partying': '1f46f-200d-2642-fe0f', 'levitate': '1f574', 'man_in_business_suit_levitating': '1f574', 'man_in_business_suit_levitating_tone1': '1f574-1f3fb', 'levitate_tone1': '1f574-1f3fb', 'man_in_business_suit_levitating_light_skin_tone': '1f574-1f3fb', 'man_in_business_suit_levitating_medium_light_skin_tone': '1f574-1f3fc', 'man_in_business_suit_levitating_tone2': '1f574-1f3fc', 'levitate_tone2': '1f574-1f3fc', 'man_in_business_suit_levitating_medium_skin_tone': '1f574-1f3fd', 'man_in_business_suit_levitating_tone3': '1f574-1f3fd', 'levitate_tone3': '1f574-1f3fd', 'levitate_tone4': '1f574-1f3fe', 'man_in_business_suit_levitating_medium_dark_skin_tone': '1f574-1f3fe', 'man_in_business_suit_levitating_tone4': '1f574-1f3fe', 'levitate_tone5': '1f574-1f3ff', 'man_in_business_suit_levitating_dark_skin_tone': '1f574-1f3ff', 'man_in_business_suit_levitating_tone5': '1f574-1f3ff', 'person_walking': '1f6b6', 'walking': '1f6b6', 'walking_tone1': '1f6b6-1f3fb', 'person_walking_tone1': '1f6b6-1f3fb', 'person_walking_tone2': '1f6b6-1f3fc', 'walking_tone2': '1f6b6-1f3fc', 'walking_tone3': '1f6b6-1f3fd', 'person_walking_tone3': '1f6b6-1f3fd', 'person_walking_tone4': '1f6b6-1f3fe', 'walking_tone4': '1f6b6-1f3fe', 'walking_tone5': '1f6b6-1f3ff', 'person_walking_tone5': '1f6b6-1f3ff', 'woman_walking': '1f6b6-200d-2640-fe0f', 'woman_walking_tone1': '1f6b6-1f3fb-200d-2640-fe0f', 'woman_walking_light_skin_tone': '1f6b6-1f3fb-200d-2640-fe0f', 'woman_walking_medium_light_skin_tone': '1f6b6-1f3fc-200d-2640-fe0f', 'woman_walking_tone2': '1f6b6-1f3fc-200d-2640-fe0f', 'woman_walking_tone3': '1f6b6-1f3fd-200d-2640-fe0f', 'woman_walking_medium_skin_tone': '1f6b6-1f3fd-200d-2640-fe0f', 'woman_walking_tone4': '1f6b6-1f3fe-200d-2640-fe0f', 'woman_walking_medium_dark_skin_tone': '1f6b6-1f3fe-200d-2640-fe0f', 'woman_walking_dark_skin_tone': '1f6b6-1f3ff-200d-2640-fe0f', 'woman_walking_tone5': '1f6b6-1f3ff-200d-2640-fe0f', 'runner': '1f3c3', 'person_running': '1f3c3', 'runner_tone1': '1f3c3-1f3fb', 'person_running_tone1': '1f3c3-1f3fb', 'runner_tone2': '1f3c3-1f3fc', 'person_running_tone2': '1f3c3-1f3fc', 'runner_tone3': '1f3c3-1f3fd', 'person_running_tone3': '1f3c3-1f3fd', 'runner_tone4': '1f3c3-1f3fe', 'person_running_tone4': '1f3c3-1f3fe', 'person_running_tone5': '1f3c3-1f3ff', 'runner_tone5': '1f3c3-1f3ff', 'woman_running': '1f3c3-200d-2640-fe0f', 'woman_running_tone1': '1f3c3-1f3fb-200d-2640-fe0f', 'woman_running_light_skin_tone': '1f3c3-1f3fb-200d-2640-fe0f', 'woman_running_medium_light_skin_tone': '1f3c3-1f3fc-200d-2640-fe0f', 'woman_running_tone2': '1f3c3-1f3fc-200d-2640-fe0f', 'woman_running_tone3': '1f3c3-1f3fd-200d-2640-fe0f', 'woman_running_medium_skin_tone': '1f3c3-1f3fd-200d-2640-fe0f', 'woman_running_tone4': '1f3c3-1f3fe-200d-2640-fe0f', 'woman_running_medium_dark_skin_tone': '1f3c3-1f3fe-200d-2640-fe0f', 'woman_running_dark_skin_tone': '1f3c3-1f3ff-200d-2640-fe0f', 'woman_running_tone5': '1f3c3-1f3ff-200d-2640-fe0f', 'couple': '1f46b', 'two_women_holding_hands': '1f46d', 'two_men_holding_hands': '1f46c', 'couple_with_heart': '1f491', 'couple_with_heart_ww': '1f469-200d-2764-fe0f-200d-1f469', 'couple_ww': '1f469-200d-2764-fe0f-200d-1f469', 'couple_with_heart_mm': '1f468-200d-2764-fe0f-200d-1f468', 'couple_mm': '1f468-200d-2764-fe0f-200d-1f468', 'couplekiss': '1f48f', 'couplekiss_ww': '1f469-200d-2764-fe0f-200d-1f48b-200d-1f469', 'kiss_ww': '1f469-200d-2764-fe0f-200d-1f48b-200d-1f469', 'kiss_mm': '1f468-200d-2764-fe0f-200d-1f48b-200d-1f468', 'couplekiss_mm': '1f468-200d-2764-fe0f-200d-1f48b-200d-1f468', 'family': '1f46a', 'family_mwg': '1f468-200d-1f469-200d-1f467', 'family_mwgb': '1f468-200d-1f469-200d-1f467-200d-1f466', 'family_mwbb': '1f468-200d-1f469-200d-1f466-200d-1f466', 'family_mwgg': '1f468-200d-1f469-200d-1f467-200d-1f467', 'family_wwb': '1f469-200d-1f469-200d-1f466', 'family_wwg': '1f469-200d-1f469-200d-1f467', 'family_wwgb': '1f469-200d-1f469-200d-1f467-200d-1f466', 'family_wwbb': '1f469-200d-1f469-200d-1f466-200d-1f466', 'family_wwgg': '1f469-200d-1f469-200d-1f467-200d-1f467', 'family_mmb': '1f468-200d-1f468-200d-1f466', 'family_mmg': '1f468-200d-1f468-200d-1f467', 'family_mmgb': '1f468-200d-1f468-200d-1f467-200d-1f466', 'family_mmbb': '1f468-200d-1f468-200d-1f466-200d-1f466', 'family_mmgg': '1f468-200d-1f468-200d-1f467-200d-1f467', 'family_woman_boy': '1f469-200d-1f466', 'family_woman_girl': '1f469-200d-1f467', 'family_woman_girl_boy': '1f469-200d-1f467-200d-1f466', 'family_woman_boy_boy': '1f469-200d-1f466-200d-1f466', 'family_woman_girl_girl': '1f469-200d-1f467-200d-1f467', 'family_man_boy': '1f468-200d-1f466', 'family_man_girl': '1f468-200d-1f467', 'family_man_girl_boy': '1f468-200d-1f467-200d-1f466', 'family_man_boy_boy': '1f468-200d-1f466-200d-1f466', 'family_man_girl_girl': '1f468-200d-1f467-200d-1f467', 'coat': '1f9e5', 'womans_clothes': '1f45a', 'shirt': '1f455', 'jeans': '1f456', 'necktie': '1f454', 'dress': '1f457', 'bikini': '1f459', 'kimono': '1f458', 'lab_coat': '1f97c', 'high_heel': '1f460', 'sandal': '1f461', 'boot': '1f462', 'mans_shoe': '1f45e', 'athletic_shoe': '1f45f', 'hiking_boot': '1f97e', 'womans_flat_shoe': '1f97f', 'socks': '1f9e6', 'gloves': '1f9e4', 'scarf': '1f9e3', 'tophat': '1f3a9', 'billed_cap': '1f9e2', 'womans_hat': '1f452', 'mortar_board': '1f393', 'helmet_with_cross': '26d1', 'helmet_with_white_cross': '26d1', 'crown': '1f451', 'pouch': '1f45d', 'purse': '1f45b', 'handbag': '1f45c', 'briefcase': '1f4bc', 'school_satchel': '1f392', 'eyeglasses': '1f453', 'dark_sunglasses': '1f576', 'goggles': '1f97d', 'closed_umbrella': '1f302', 'heart': '2764', 'orange_heart': '1f9e1', 'yellow_heart': '1f49b', 'green_heart': '1f49a', 'blue_heart': '1f499', 'purple_heart': '1f49c', 'black_heart': '1f5a4', 'broken_heart': '1f494', 'heavy_heart_exclamation_mark_ornament': '2763', 'heart_exclamation': '2763', 'two_hearts': '1f495', 'revolving_hearts': '1f49e', 'heartbeat': '1f493', 'heartpulse': '1f497', 'sparkling_heart': '1f496', 'cupid': '1f498', 'gift_heart': '1f49d', 'heart_decoration': '1f49f', 'peace': '262e', 'peace_symbol': '262e', 'latin_cross': '271d', 'cross': '271d', 'star_and_crescent': '262a', 'om_symbol': '1f549', 'wheel_of_dharma': '2638', 'star_of_david': '2721', 'six_pointed_star': '1f52f', 'menorah': '1f54e', 'yin_yang': '262f', 'orthodox_cross': '2626', 'worship_symbol': '1f6d0', 'place_of_worship': '1f6d0', 'ophiuchus': '26ce', 'aries': '2648', 'taurus': '2649', 'gemini': '264a', 'cancer': '264b', 'leo': '264c', 'virgo': '264d', 'libra': '264e', 'scorpius': '264f', 'sagittarius': '2650', 'capricorn': '2651', 'aquarius': '2652', 'pisces': '2653', 'id': '1f194', 'atom': '269b', 'atom_symbol': '269b', 'infinity': '267e-fe0f', 'accept': '1f251', 'radioactive_sign': '2622', 'radioactive': '2622', 'biohazard_sign': '2623', 'biohazard': '2623', 'mobile_phone_off': '1f4f4', 'vibration_mode': '1f4f3', 'u6709': '1f236', 'u7121': '1f21a', 'u7533': '1f238', 'u55b6': '1f23a', 'u6708': '1f237', 'eight_pointed_black_star': '2734', 'vs': '1f19a', 'white_flower': '1f4ae', 'ideograph_advantage': '1f250', 'secret': '3299', 'congratulations': '3297', 'u5408': '1f234', 'u6e80': '1f235', 'u5272': '1f239', 'u7981': '1f232', 'a': '1f170', 'b': '1f171', 'ab': '1f18e', 'cl': '1f191', 'o2': '1f17e', 'sos': '1f198', 'x': '274c', 'o': '2b55', 'stop_sign': '1f6d1', 'octagonal_sign': '1f6d1', 'no_entry': '26d4', 'name_badge': '1f4db', 'no_entry_sign': '1f6ab', '100': '1f4af', 'anger': '1f4a2', 'hotsprings': '2668', 'no_pedestrians': '1f6b7', 'do_not_litter': '1f6af', 'no_bicycles': '1f6b3', 'non-potable_water': '1f6b1', 'underage': '1f51e', 'no_mobile_phones': '1f4f5', 'no_smoking': '1f6ad', 'exclamation': '2757', 'grey_exclamation': '2755', 'question': '2753', 'grey_question': '2754', 'bangbang': '203c', 'interrobang': '2049', 'low_brightness': '1f505', 'high_brightness': '1f506', 'part_alternation_mark': '303d', 'warning': '26a0', 'children_crossing': '1f6b8', 'trident': '1f531', 'fleur-de-lis': '269c', 'beginner': '1f530', 'recycle': '267b', 'white_check_mark': '2705', 'u6307': '1f22f', 'chart': '1f4b9', 'sparkle': '2747', 'eight_spoked_asterisk': '2733', 'negative_squared_cross_mark': '274e', 'globe_with_meridians': '1f310', 'diamond_shape_with_a_dot_inside': '1f4a0', 'm': '24c2', 'cyclone': '1f300', 'zzz': '1f4a4', 'atm': '1f3e7', 'wc': '1f6be', 'wheelchair': '267f', 'parking': '1f17f', 'u7a7a': '1f233', 'sa': '1f202', 'passport_control': '1f6c2', 'customs': '1f6c3', 'baggage_claim': '1f6c4', 'left_luggage': '1f6c5', 'mens': '1f6b9', 'womens': '1f6ba', 'baby_symbol': '1f6bc', 'restroom': '1f6bb', 'put_litter_in_its_place': '1f6ae', 'cinema': '1f3a6', 'signal_strength': '1f4f6', 'koko': '1f201', 'symbols': '1f523', 'information_source': '2139', 'abc': '1f524', 'abcd': '1f521', 'capital_abcd': '1f520', 'ng': '1f196', 'ok': '1f197', 'up': '1f199', 'cool': '1f192', 'new': '1f195', 'free': '1f193', 'zero': '30-fe0f-20e3', 'one': '31-fe0f-20e3', 'two': '32-fe0f-20e3', 'three': '33-fe0f-20e3', 'four': '34-fe0f-20e3', 'five': '35-fe0f-20e3', 'six': '36-fe0f-20e3', 'seven': '37-fe0f-20e3', 'eight': '38-fe0f-20e3', 'nine': '39-fe0f-20e3', 'keycap_ten': '1f51f', '1234': '1f522', 'hash': '23-fe0f-20e3', 'asterisk': '2a-fe0f-20e3', 'keycap_asterisk': '2a-fe0f-20e3', 'eject_symbol': '23cf', 'eject': '23cf', 'arrow_forward': '25b6', 'double_vertical_bar': '23f8', 'pause_button': '23f8', 'play_pause': '23ef', 'stop_button': '23f9', 'record_button': '23fa', 'track_next': '23ed', 'next_track': '23ed', 'track_previous': '23ee', 'previous_track': '23ee', 'fast_forward': '23e9', 'rewind': '23ea', 'arrow_double_up': '23eb', 'arrow_double_down': '23ec', 'arrow_backward': '25c0', 'arrow_up_small': '1f53c', 'arrow_down_small': '1f53d', 'arrow_right': '27a1', 'arrow_left': '2b05', 'arrow_up': '2b06', 'arrow_down': '2b07', 'arrow_upper_right': '2197', 'arrow_lower_right': '2198', 'arrow_lower_left': '2199', 'arrow_upper_left': '2196', 'arrow_up_down': '2195', 'left_right_arrow': '2194', 'arrow_right_hook': '21aa', 'leftwards_arrow_with_hook': '21a9', 'arrow_heading_up': '2934', 'arrow_heading_down': '2935', 'twisted_rightwards_arrows': '1f500', 'repeat': '1f501', 'repeat_one': '1f502', 'arrows_counterclockwise': '1f504', 'arrows_clockwise': '1f503', 'musical_note': '1f3b5', 'notes': '1f3b6', 'heavy_plus_sign': '2795', 'heavy_minus_sign': '2796', 'heavy_division_sign': '2797', 'heavy_multiplication_x': '2716', 'heavy_dollar_sign': '1f4b2', 'currency_exchange': '1f4b1', 'tm': '2122-fe0f', 'copyright': 'a9-fe0f', 'registered': 'ae-fe0f', 'wavy_dash': '3030', 'curly_loop': '27b0', 'loop': '27bf', 'end': '1f51a', 'back': '1f519', 'on': '1f51b', 'top': '1f51d', 'soon': '1f51c', 'heavy_check_mark': '2714', 'ballot_box_with_check': '2611', 'radio_button': '1f518', 'white_circle': '26aa', 'black_circle': '26ab', 'red_circle': '1f534', 'blue_circle': '1f535', 'small_red_triangle': '1f53a', 'small_red_triangle_down': '1f53b', 'small_orange_diamond': '1f538', 'small_blue_diamond': '1f539', 'large_orange_diamond': '1f536', 'large_blue_diamond': '1f537', 'white_square_button': '1f533', 'black_square_button': '1f532', 'black_small_square': '25aa', 'white_small_square': '25ab', 'black_medium_small_square': '25fe', 'white_medium_small_square': '25fd', 'black_medium_square': '25fc', 'white_medium_square': '25fb', 'black_large_square': '2b1b', 'white_large_square': '2b1c', 'speaker': '1f508', 'mute': '1f507', 'sound': '1f509', 'loud_sound': '1f50a', 'bell': '1f514', 'no_bell': '1f515', 'mega': '1f4e3', 'loudspeaker': '1f4e2', 'speech_left': '1f5e8', 'left_speech_bubble': '1f5e8', 'eye_in_speech_bubble': '1f441-fe0f-200d-1f5e8-fe0f', 'speech_balloon': '1f4ac', 'thought_balloon': '1f4ad', 'right_anger_bubble': '1f5ef', 'anger_right': '1f5ef', 'spades': '2660', 'clubs': '2663', 'hearts': '2665', 'diamonds': '2666', 'black_joker': '1f0cf', 'flower_playing_cards': '1f3b4', 'mahjong': '1f004', 'clock1': '1f550', 'clock2': '1f551', 'clock3': '1f552', 'clock4': '1f553', 'clock5': '1f554', 'clock6': '1f555', 'clock7': '1f556', 'clock8': '1f557', 'clock9': '1f558', 'clock10': '1f559', 'clock11': '1f55a', 'clock12': '1f55b', 'clock130': '1f55c', 'clock230': '1f55d', 'clock330': '1f55e', 'clock430': '1f55f', 'clock530': '1f560', 'clock630': '1f561', 'clock730': '1f562', 'clock830': '1f563', 'clock930': '1f564', 'clock1030': '1f565', 'clock1130': '1f566', 'clock1230': '1f567', 'red_car': '1f697', 'taxi': '1f695', 'blue_car': '1f699', 'bus': '1f68c', 'trolleybus': '1f68e', 'race_car': '1f3ce', 'racing_car': '1f3ce', 'police_car': '1f693', 'ambulance': '1f691', 'fire_engine': '1f692', 'minibus': '1f690', 'truck': '1f69a', 'articulated_lorry': '1f69b', 'tractor': '1f69c', 'scooter': '1f6f4', 'bike': '1f6b2', 'motorbike': '1f6f5', 'motor_scooter': '1f6f5', 'motorcycle': '1f3cd', 'racing_motorcycle': '1f3cd', 'rotating_light': '1f6a8', 'oncoming_police_car': '1f694', 'oncoming_bus': '1f68d', 'oncoming_automobile': '1f698', 'oncoming_taxi': '1f696', 'aerial_tramway': '1f6a1', 'mountain_cableway': '1f6a0', 'suspension_railway': '1f69f', 'railway_car': '1f683', 'train': '1f68b', 'mountain_railway': '1f69e', 'monorail': '1f69d', 'bullettrain_side': '1f684', 'bullettrain_front': '1f685', 'light_rail': '1f688', 'steam_locomotive': '1f682', 'train2': '1f686', 'metro': '1f687', 'tram': '1f68a', 'station': '1f689', 'airplane': '2708', 'airplane_departure': '1f6eb', 'airplane_arriving': '1f6ec', 'small_airplane': '1f6e9', 'airplane_small': '1f6e9', 'seat': '1f4ba', 'luggage': '1f9f3', 'satellite_orbital': '1f6f0', 'rocket': '1f680', 'flying_saucer': '1f6f8', 'helicopter': '1f681', 'kayak': '1f6f6', 'canoe': '1f6f6', 'sailboat': '26f5', 'speedboat': '1f6a4', 'motorboat': '1f6e5', 'passenger_ship': '1f6f3', 'cruise_ship': '1f6f3', 'ferry': '26f4', 'ship': '1f6a2', 'anchor': '2693', 'fuelpump': '26fd', 'construction': '1f6a7', 'vertical_traffic_light': '1f6a6', 'traffic_light': '1f6a5', 'busstop': '1f68f', 'world_map': '1f5fa', 'map': '1f5fa', 'moyai': '1f5ff', 'statue_of_liberty': '1f5fd', 'tokyo_tower': '1f5fc', 'european_castle': '1f3f0', 'japanese_castle': '1f3ef', 'stadium': '1f3df', 'ferris_wheel': '1f3a1', 'roller_coaster': '1f3a2', 'carousel_horse': '1f3a0', 'fountain': '26f2', 'umbrella_on_ground': '26f1', 'beach_umbrella': '26f1', 'beach_with_umbrella': '1f3d6', 'beach': '1f3d6', 'island': '1f3dd', 'desert_island': '1f3dd', 'desert': '1f3dc', 'volcano': '1f30b', 'mountain': '26f0', 'mountain_snow': '1f3d4', 'snow_capped_mountain': '1f3d4', 'mount_fuji': '1f5fb', 'camping': '1f3d5', 'tent': '26fa', 'house': '1f3e0', 'house_with_garden': '1f3e1', 'house_buildings': '1f3d8', 'homes': '1f3d8', 'house_abandoned': '1f3da', 'derelict_house_building': '1f3da', 'construction_site': '1f3d7', 'building_construction': '1f3d7', 'factory': '1f3ed', 'office': '1f3e2', 'department_store': '1f3ec', 'post_office': '1f3e3', 'european_post_office': '1f3e4', 'hospital': '1f3e5', 'bank': '1f3e6', 'hotel': '1f3e8', 'convenience_store': '1f3ea', 'school': '1f3eb', 'love_hotel': '1f3e9', 'wedding': '1f492', 'classical_building': '1f3db', 'church': '26ea', 'mosque': '1f54c', 'synagogue': '1f54d', 'kaaba': '1f54b', 'shinto_shrine': '26e9', 'railway_track': '1f6e4', 'railroad_track': '1f6e4', 'motorway': '1f6e3', 'japan': '1f5fe', 'rice_scene': '1f391', 'park': '1f3de', 'national_park': '1f3de', 'sunrise': '1f305', 'sunrise_over_mountains': '1f304', 'stars': '1f320', 'sparkler': '1f387', 'fireworks': '1f386', 'firecracker': '1f9e8', 'city_sunrise': '1f307', 'city_sunset': '1f307', 'city_dusk': '1f306', 'cityscape': '1f3d9', 'night_with_stars': '1f303', 'milky_way': '1f30c', 'bridge_at_night': '1f309', 'foggy': '1f301', }; /** * Convert emoji unicode characters to images. */ export function emojify(text: string): string { if (text !== null) { return twemoji.parse(text, { callback: (icon, options, variant) => { return 'emoji/png32/' + icon + '.png'; }, attributes: (icon, variant) => { return {'data-c': variant}; }, className: 'em', }); } return text; } /** * Translate a shortname to UTF8. */ export function shortnameToUnicode(shortname: string): string | null { const codepoints = shortnames[shortname]; if (codepoints === undefined) { return null; } return codepoints .split('-') .map(twemoji.convert.fromCodePoint) .join(''); } /** * Enlarge 1-3 emoji. */ const pattern = /]*>)/g; const singleEmojiThreshold = 3; const singleEmojiClassName = 'large-emoji'; export function enlargeSingleEmoji(text: string, enlarge: boolean = false): string { if (!enlarge) { return text; } const matches = text.match(pattern); if (matches != null && matches.length >= 1 && matches.length <= singleEmojiThreshold) { if (text.replace(pattern, '').length === 0) { text = text .replace(pattern, '