//
//  Emojione.swift
//
//  Created by Rafael Kellermann Streit (@rafaelks) on 10/10/16.
//  Copyright (c) 2016.
//

import Foundation

struct Emojione {
    static let values = [
        "interrobang": "\u{00002049}",
        "tm": "\u{00002122}",
        "information_source": "\u{00002139}",
        "left_right_arrow": "\u{00002194}",
        "arrow_up_down": "\u{00002195}",
        "arrow_upper_left": "\u{00002196}",
        "arrow_upper_right": "\u{00002197}",
        "arrow_lower_right": "\u{00002198}",
        "arrow_lower_left": "\u{00002199}",
        "keyboard": "\u{00002328}",
        "sunny": "\u{00002600}",
        "cloud": "\u{00002601}",
        "umbrella2": "\u{00002602}",
        "snowman2": "\u{00002603}",
        "comet": "\u{00002604}",
        "ballot_box_with_check": "\u{00002611}",
        "umbrella": "\u{00002614}",
        "coffee": "\u{00002615}",
        "shamrock": "\u{00002618}",
        "skull_crossbones": "\u{00002620}",
        "radioactive": "\u{00002622}",
        "biohazard": "\u{00002623}",
        "orthodox_cross": "\u{00002626}",
        "wheel_of_dharma": "\u{00002638}",
        "frowning2": "\u{00002639}",
        "female_sign": "\u{00002640}",
        "male_sign": "\u{00002642}",
        "aries": "\u{00002648}",
        "taurus": "\u{00002649}",
        "sagittarius": "\u{00002650}",
        "capricorn": "\u{00002651}",
        "aquarius": "\u{00002652}",
        "pisces": "\u{00002653}",
        "spades": "\u{00002660}",
        "clubs": "\u{00002663}",
        "hearts": "\u{00002665}",
        "diamonds": "\u{00002666}",
        "hotsprings": "\u{00002668}",
        "hammer_pick": "\u{00002692}",
        "anchor": "\u{00002693}",
        "crossed_swords": "\u{00002694}",
        "medical_symbol": "\u{00002695}",
        "scales": "\u{00002696}",
        "alembic": "\u{00002697}",
        "gear": "\u{00002699}",
        "scissors": "\u{00002702}",
        "white_check_mark": "\u{00002705}",
        "airplane": "\u{00002708}",
        "envelope": "\u{00002709}",
        "black_nib": "\u{00002712}",
        "heavy_check_mark": "\u{00002714}",
        "heavy_multiplication_x": "\u{00002716}",
        "star_of_david": "\u{00002721}",
        "sparkles": "\u{00002728}",
        "eight_spoked_asterisk": "\u{00002733}",
        "eight_pointed_black_star": "\u{00002734}",
        "snowflake": "\u{00002744}",
        "sparkle": "\u{00002747}",
        "question": "\u{00002753}",
        "grey_question": "\u{00002754}",
        "grey_exclamation": "\u{00002755}",
        "exclamation": "\u{00002757}",
        "heart_exclamation": "\u{00002763}",
        "heart": "\u{00002764}",
        "heavy_plus_sign": "\u{00002795}",
        "heavy_minus_sign": "\u{00002796}",
        "heavy_division_sign": "\u{00002797}",
        "arrow_heading_up": "\u{00002934}",
        "arrow_heading_down": "\u{00002935}",
        "wavy_dash": "\u{00003030}",
        "congratulations": "\u{00003297}",
        "secret": "\u{00003299}",
        "grinning": "\u{0001f600}",
        "smiley": "\u{0001f603}",
        "smile": "\u{0001f604}",
        "grin": "\u{0001f601}",
        "laughing": "\u{0001f606}",
        "sweat_smile": "\u{0001f605}",
        "joy": "\u{0001f602}",
        "rofl": "\u{0001f923}",
        "relaxed": "\u{0000263a}",
        "blush": "\u{0001f60a}",
        "innocent": "\u{0001f607}",
        "slight_smile": "\u{0001f642}",
        "upside_down": "\u{0001f643}",
        "wink": "\u{0001f609}",
        "relieved": "\u{0001f60c}",
        "heart_eyes": "\u{0001f60d}",
        "kissing_heart": "\u{0001f618}",
        "kissing": "\u{0001f617}",
        "kissing_smiling_eyes": "\u{0001f619}",
        "kissing_closed_eyes": "\u{0001f61a}",
        "yum": "\u{0001f60b}",
        "stuck_out_tongue_winking_eye": "\u{0001f61c}",
        "stuck_out_tongue_closed_eyes": "\u{0001f61d}",
        "stuck_out_tongue": "\u{0001f61b}",
        "money_mouth": "\u{0001f911}",
        "hugging": "\u{0001f917}",
        "nerd": "\u{0001f913}",
        "sunglasses": "\u{0001f60e}",
        "clown": "\u{0001f921}",
        "cowboy": "\u{0001f920}",
        "smirk": "\u{0001f60f}",
        "unamused": "\u{0001f612}",
        "disappointed": "\u{0001f61e}",
        "pensive": "\u{0001f614}",
        "worried": "\u{0001f61f}",
        "confused": "\u{0001f615}",
        "slight_frown": "\u{0001f641}",
        "persevere": "\u{0001f623}",
        "confounded": "\u{0001f616}",
        "tired_face": "\u{0001f62b}",
        "weary": "\u{0001f629}",
        "triumph": "\u{0001f624}",
        "angry": "\u{0001f620}",
        "rage": "\u{0001f621}",
        "no_mouth": "\u{0001f636}",
        "neutral_face": "\u{0001f610}",
        "expressionless": "\u{0001f611}",
        "hushed": "\u{0001f62f}",
        "frowning": "\u{0001f626}",
        "anguished": "\u{0001f627}",
        "open_mouth": "\u{0001f62e}",
        "astonished": "\u{0001f632}",
        "dizzy_face": "\u{0001f635}",
        "flushed": "\u{0001f633}",
        "scream": "\u{0001f631}",
        "fearful": "\u{0001f628}",
        "cold_sweat": "\u{0001f630}",
        "cry": "\u{0001f622}",
        "disappointed_relieved": "\u{0001f625}",
        "drooling_face": "\u{0001f924}",
        "sob": "\u{0001f62d}",
        "sweat": "\u{0001f613}",
        "sleepy": "\u{0001f62a}",
        "sleeping": "\u{0001f634}",
        "rolling_eyes": "\u{0001f644}",
        "thinking": "\u{0001f914}",
        "lying_face": "\u{0001f925}",
        "grimacing": "\u{0001f62c}",
        "zipper_mouth": "\u{0001f910}",
        "nauseated_face": "\u{0001f922}",
        "sneezing_face": "\u{0001f927}",
        "mask": "\u{0001f637}",
        "thermometer_face": "\u{0001f912}",
        "head_bandage": "\u{0001f915}",
        "smiling_imp": "\u{0001f608}",
        "imp": "\u{0001f47f}",
        "japanese_ogre": "\u{0001f479}",
        "japanese_goblin": "\u{0001f47a}",
        "poop": "\u{0001f4a9}",
        "ghost": "\u{0001f47b}",
        "skull": "\u{0001f480}",
        "alien": "\u{0001f47d}",
        "space_invader": "\u{0001f47e}",
        "robot": "\u{0001f916}",
        "jack_o_lantern": "\u{0001f383}",
        "smiley_cat": "\u{0001f63a}",
        "smile_cat": "\u{0001f638}",
        "joy_cat": "\u{0001f639}",
        "heart_eyes_cat": "\u{0001f63b}",
        "smirk_cat": "\u{0001f63c}",
        "kissing_cat": "\u{0001f63d}",
        "scream_cat": "\u{0001f640}",
        "crying_cat_face": "\u{0001f63f}",
        "pouting_cat": "\u{0001f63e}",
        "open_hands": "\u{0001f450}",
        "open_hands_tone1": "\u{0001f450}\u{0001f3fb}",
        "open_hands_tone2": "\u{0001f450}\u{0001f3fc}",
        "open_hands_tone3": "\u{0001f450}\u{0001f3fd}",
        "open_hands_tone4": "\u{0001f450}\u{0001f3fe}",
        "open_hands_tone5": "\u{0001f450}\u{0001f3ff}",
        "raised_hands": "\u{0001f64c}",
        "raised_hands_tone1": "\u{0001f64c}\u{0001f3fb}",
        "raised_hands_tone2": "\u{0001f64c}\u{0001f3fc}",
        "raised_hands_tone3": "\u{0001f64c}\u{0001f3fd}",
        "raised_hands_tone4": "\u{0001f64c}\u{0001f3fe}",
        "raised_hands_tone5": "\u{0001f64c}\u{0001f3ff}",
        "clap": "\u{0001f44f}",
        "clap_tone1": "\u{0001f44f}\u{0001f3fb}",
        "clap_tone2": "\u{0001f44f}\u{0001f3fc}",
        "clap_tone3": "\u{0001f44f}\u{0001f3fd}",
        "clap_tone4": "\u{0001f44f}\u{0001f3fe}",
        "clap_tone5": "\u{0001f44f}\u{0001f3ff}",
        "pray": "\u{0001f64f}",
        "pray_tone1": "\u{0001f64f}\u{0001f3fb}",
        "pray_tone2": "\u{0001f64f}\u{0001f3fc}",
        "pray_tone3": "\u{0001f64f}\u{0001f3fd}",
        "pray_tone4": "\u{0001f64f}\u{0001f3fe}",
        "pray_tone5": "\u{0001f64f}\u{0001f3ff}",
        "handshake": "\u{0001f91d}",
        "thumbsup": "\u{0001f44d}",
        "thumbsup_tone1": "\u{0001f44d}\u{0001f3fb}",
        "thumbsup_tone2": "\u{0001f44d}\u{0001f3fc}",
        "thumbsup_tone3": "\u{0001f44d}\u{0001f3fd}",
        "thumbsup_tone4": "\u{0001f44d}\u{0001f3fe}",
        "thumbsup_tone5": "\u{0001f44d}\u{0001f3ff}",
        "thumbsdown": "\u{0001f44e}",
        "thumbsdown_tone1": "\u{0001f44e}\u{0001f3fb}",
        "thumbsdown_tone2": "\u{0001f44e}\u{0001f3fc}",
        "thumbsdown_tone3": "\u{0001f44e}\u{0001f3fd}",
        "thumbsdown_tone4": "\u{0001f44e}\u{0001f3fe}",
        "thumbsdown_tone5": "\u{0001f44e}\u{0001f3ff}",
        "punch": "\u{0001f44a}",
        "punch_tone1": "\u{0001f44a}\u{0001f3fb}",
        "punch_tone2": "\u{0001f44a}\u{0001f3fc}",
        "punch_tone3": "\u{0001f44a}\u{0001f3fd}",
        "punch_tone4": "\u{0001f44a}\u{0001f3fe}",
        "punch_tone5": "\u{0001f44a}\u{0001f3ff}",
        "fist": "\u{0000270a}",
        "fist_tone1": "\u{0000270a}\u{0001f3fb}",
        "fist_tone2": "\u{0000270a}\u{0001f3fc}",
        "fist_tone3": "\u{0000270a}\u{0001f3fd}",
        "fist_tone4": "\u{0000270a}\u{0001f3fe}",
        "fist_tone5": "\u{0000270a}\u{0001f3ff}",
        "left_facing_fist": "\u{0001f91b}",
        "left_facing_fist_tone1": "\u{0001f91b}\u{0001f3fb}",
        "left_facing_fist_tone2": "\u{0001f91b}\u{0001f3fc}",
        "left_facing_fist_tone3": "\u{0001f91b}\u{0001f3fd}",
        "left_facing_fist_tone4": "\u{0001f91b}\u{0001f3fe}",
        "left_facing_fist_tone5": "\u{0001f91b}\u{0001f3ff}",
        "right_facing_fist": "\u{0001f91c}",
        "right_facing_fist_tone1": "\u{0001f91c}\u{0001f3fb}",
        "right_facing_fist_tone2": "\u{0001f91c}\u{0001f3fc}",
        "right_facing_fist_tone3": "\u{0001f91c}\u{0001f3fd}",
        "right_facing_fist_tone4": "\u{0001f91c}\u{0001f3fe}",
        "right_facing_fist_tone5": "\u{0001f91c}\u{0001f3ff}",
        "fingers_crossed": "\u{0001f91e}",
        "fingers_crossed_tone1": "\u{0001f91e}\u{0001f3fb}",
        "fingers_crossed_tone2": "\u{0001f91e}\u{0001f3fc}",
        "fingers_crossed_tone3": "\u{0001f91e}\u{0001f3fd}",
        "fingers_crossed_tone4": "\u{0001f91e}\u{0001f3fe}",
        "fingers_crossed_tone5": "\u{0001f91e}\u{0001f3ff}",
        "v": "\u{0000270c}",
        "v_tone1": "\u{0000270c}\u{0001f3fb}",
        "v_tone2": "\u{0000270c}\u{0001f3fc}",
        "v_tone3": "\u{0000270c}\u{0001f3fd}",
        "v_tone4": "\u{0000270c}\u{0001f3fe}",
        "v_tone5": "\u{0000270c}\u{0001f3ff}",
        "metal": "\u{0001f918}",
        "metal_tone1": "\u{0001f918}\u{0001f3fb}",
        "metal_tone2": "\u{0001f918}\u{0001f3fc}",
        "metal_tone3": "\u{0001f918}\u{0001f3fd}",
        "metal_tone4": "\u{0001f918}\u{0001f3fe}",
        "metal_tone5": "\u{0001f918}\u{0001f3ff}",
        "ok_hand": "\u{0001f44c}",
        "ok_hand_tone1": "\u{0001f44c}\u{0001f3fb}",
        "ok_hand_tone2": "\u{0001f44c}\u{0001f3fc}",
        "ok_hand_tone3": "\u{0001f44c}\u{0001f3fd}",
        "ok_hand_tone4": "\u{0001f44c}\u{0001f3fe}",
        "ok_hand_tone5": "\u{0001f44c}\u{0001f3ff}",
        "point_left": "\u{0001f448}",
        "point_left_tone1": "\u{0001f448}\u{0001f3fb}",
        "point_left_tone2": "\u{0001f448}\u{0001f3fc}",
        "point_left_tone3": "\u{0001f448}\u{0001f3fd}",
        "point_left_tone4": "\u{0001f448}\u{0001f3fe}",
        "point_left_tone5": "\u{0001f448}\u{0001f3ff}",
        "point_right": "\u{0001f449}",
        "point_right_tone1": "\u{0001f449}\u{0001f3fb}",
        "point_right_tone2": "\u{0001f449}\u{0001f3fc}",
        "point_right_tone3": "\u{0001f449}\u{0001f3fd}",
        "point_right_tone4": "\u{0001f449}\u{0001f3fe}",
        "point_right_tone5": "\u{0001f449}\u{0001f3ff}",
        "point_up_2": "\u{0001f446}",
        "point_up_2_tone1": "\u{0001f446}\u{0001f3fb}",
        "point_up_2_tone2": "\u{0001f446}\u{0001f3fc}",
        "point_up_2_tone3": "\u{0001f446}\u{0001f3fd}",
        "point_up_2_tone4": "\u{0001f446}\u{0001f3fe}",
        "point_up_2_tone5": "\u{0001f446}\u{0001f3ff}",
        "point_down": "\u{0001f447}",
        "point_down_tone1": "\u{0001f447}\u{0001f3fb}",
        "point_down_tone2": "\u{0001f447}\u{0001f3fc}",
        "point_down_tone3": "\u{0001f447}\u{0001f3fd}",
        "point_down_tone4": "\u{0001f447}\u{0001f3fe}",
        "point_down_tone5": "\u{0001f447}\u{0001f3ff}",
        "point_up": "\u{0000261d}",
        "point_up_tone1": "\u{0000261d}\u{0001f3fb}",
        "point_up_tone2": "\u{0000261d}\u{0001f3fc}",
        "point_up_tone3": "\u{0000261d}\u{0001f3fd}",
        "point_up_tone4": "\u{0000261d}\u{0001f3fe}",
        "point_up_tone5": "\u{0000261d}\u{0001f3ff}",
        "raised_hand": "\u{0000270b}",
        "raised_hand_tone1": "\u{0000270b}\u{0001f3fb}",
        "raised_hand_tone2": "\u{0000270b}\u{0001f3fc}",
        "raised_hand_tone3": "\u{0000270b}\u{0001f3fd}",
        "raised_hand_tone4": "\u{0000270b}\u{0001f3fe}",
        "raised_hand_tone5": "\u{0000270b}\u{0001f3ff}",
        "raised_back_of_hand": "\u{0001f91a}",
        "raised_back_of_hand_tone1": "\u{0001f91a}\u{0001f3fb}",
        "raised_back_of_hand_tone2": "\u{0001f91a}\u{0001f3fc}",
        "raised_back_of_hand_tone3": "\u{0001f91a}\u{0001f3fd}",
        "raised_back_of_hand_tone4": "\u{0001f91a}\u{0001f3fe}",
        "raised_back_of_hand_tone5": "\u{0001f91a}\u{0001f3ff}",
        "hand_splayed": "\u{0001f590}",
        "hand_splayed_tone1": "\u{0001f590}\u{0001f3fb}",
        "hand_splayed_tone2": "\u{0001f590}\u{0001f3fc}",
        "hand_splayed_tone3": "\u{0001f590}\u{0001f3fd}",
        "hand_splayed_tone4": "\u{0001f590}\u{0001f3fe}",
        "hand_splayed_tone5": "\u{0001f590}\u{0001f3ff}",
        "vulcan": "\u{0001f596}",
        "vulcan_tone1": "\u{0001f596}\u{0001f3fb}",
        "vulcan_tone2": "\u{0001f596}\u{0001f3fc}",
        "vulcan_tone3": "\u{0001f596}\u{0001f3fd}",
        "vulcan_tone4": "\u{0001f596}\u{0001f3fe}",
        "vulcan_tone5": "\u{0001f596}\u{0001f3ff}",
        "wave": "\u{0001f44b}",
        "wave_tone1": "\u{0001f44b}\u{0001f3fb}",
        "wave_tone2": "\u{0001f44b}\u{0001f3fc}",
        "wave_tone3": "\u{0001f44b}\u{0001f3fd}",
        "wave_tone4": "\u{0001f44b}\u{0001f3fe}",
        "wave_tone5": "\u{0001f44b}\u{0001f3ff}",
        "call_me": "\u{0001f919}",
        "call_me_tone1": "\u{0001f919}\u{0001f3fb}",
        "call_me_tone2": "\u{0001f919}\u{0001f3fc}",
        "call_me_tone3": "\u{0001f919}\u{0001f3fd}",
        "call_me_tone4": "\u{0001f919}\u{0001f3fe}",
        "call_me_tone5": "\u{0001f919}\u{0001f3ff}",
        "muscle": "\u{0001f4aa}",
        "muscle_tone1": "\u{0001f4aa}\u{0001f3fb}",
        "muscle_tone2": "\u{0001f4aa}\u{0001f3fc}",
        "muscle_tone3": "\u{0001f4aa}\u{0001f3fd}",
        "muscle_tone4": "\u{0001f4aa}\u{0001f3fe}",
        "muscle_tone5": "\u{0001f4aa}\u{0001f3ff}",
        "middle_finger": "\u{0001f595}",
        "middle_finger_tone1": "\u{0001f595}\u{0001f3fb}",
        "middle_finger_tone2": "\u{0001f595}\u{0001f3fc}",
        "middle_finger_tone3": "\u{0001f595}\u{0001f3fd}",
        "middle_finger_tone4": "\u{0001f595}\u{0001f3fe}",
        "middle_finger_tone5": "\u{0001f595}\u{0001f3ff}",
        "writing_hand": "\u{0000270d}",
        "writing_hand_tone1": "\u{0000270d}\u{0001f3fb}",
        "writing_hand_tone2": "\u{0000270d}\u{0001f3fc}",
        "writing_hand_tone3": "\u{0000270d}\u{0001f3fd}",
        "writing_hand_tone4": "\u{0000270d}\u{0001f3fe}",
        "writing_hand_tone5": "\u{0000270d}\u{0001f3ff}",
        "selfie": "\u{0001f933}",
        "selfie_tone1": "\u{0001f933}\u{0001f3fb}",
        "selfie_tone2": "\u{0001f933}\u{0001f3fc}",
        "selfie_tone3": "\u{0001f933}\u{0001f3fd}",
        "selfie_tone4": "\u{0001f933}\u{0001f3fe}",
        "selfie_tone5": "\u{0001f933}\u{0001f3ff}",
        "nail_care": "\u{0001f485}",
        "nail_care_tone1": "\u{0001f485}\u{0001f3fb}",
        "nail_care_tone2": "\u{0001f485}\u{0001f3fc}",
        "nail_care_tone3": "\u{0001f485}\u{0001f3fd}",
        "nail_care_tone4": "\u{0001f485}\u{0001f3fe}",
        "nail_care_tone5": "\u{0001f485}\u{0001f3ff}",
        "ring": "\u{0001f48d}",
        "lipstick": "\u{0001f484}",
        "kiss": "\u{0001f48b}",
        "lips": "\u{0001f444}",
        "tongue": "\u{0001f445}",
        "ear": "\u{0001f442}",
        "ear_tone1": "\u{0001f442}\u{0001f3fb}",
        "ear_tone2": "\u{0001f442}\u{0001f3fc}",
        "ear_tone3": "\u{0001f442}\u{0001f3fd}",
        "ear_tone4": "\u{0001f442}\u{0001f3fe}",
        "ear_tone5": "\u{0001f442}\u{0001f3ff}",
        "nose": "\u{0001f443}",
        "nose_tone1": "\u{0001f443}\u{0001f3fb}",
        "nose_tone2": "\u{0001f443}\u{0001f3fc}",
        "nose_tone3": "\u{0001f443}\u{0001f3fd}",
        "nose_tone4": "\u{0001f443}\u{0001f3fe}",
        "nose_tone5": "\u{0001f443}\u{0001f3ff}",
        "footprints": "\u{0001f463}",
        "eye": "\u{0001f441}",
        "eyes": "\u{0001f440}",
        "speaking_head": "\u{0001f5e3}",
        "bust_in_silhouette": "\u{0001f464}",
        "busts_in_silhouette": "\u{0001f465}",
        "baby": "\u{0001f476}",
        "baby_tone1": "\u{0001f476}\u{0001f3fb}",
        "baby_tone2": "\u{0001f476}\u{0001f3fc}",
        "baby_tone3": "\u{0001f476}\u{0001f3fd}",
        "baby_tone4": "\u{0001f476}\u{0001f3fe}",
        "baby_tone5": "\u{0001f476}\u{0001f3ff}",
        "boy": "\u{0001f466}",
        "boy_tone1": "\u{0001f466}\u{0001f3fb}",
        "boy_tone2": "\u{0001f466}\u{0001f3fc}",
        "boy_tone3": "\u{0001f466}\u{0001f3fd}",
        "boy_tone4": "\u{0001f466}\u{0001f3fe}",
        "boy_tone5": "\u{0001f466}\u{0001f3ff}",
        "girl": "\u{0001f467}",
        "girl_tone1": "\u{0001f467}\u{0001f3fb}",
        "girl_tone2": "\u{0001f467}\u{0001f3fc}",
        "girl_tone3": "\u{0001f467}\u{0001f3fd}",
        "girl_tone4": "\u{0001f467}\u{0001f3fe}",
        "girl_tone5": "\u{0001f467}\u{0001f3ff}",
        "man": "\u{0001f468}",
        "man_tone1": "\u{0001f468}\u{0001f3fb}",
        "man_tone2": "\u{0001f468}\u{0001f3fc}",
        "man_tone3": "\u{0001f468}\u{0001f3fd}",
        "man_tone4": "\u{0001f468}\u{0001f3fe}",
        "man_tone5": "\u{0001f468}\u{0001f3ff}",
        "woman": "\u{0001f469}",
        "woman_tone1": "\u{0001f469}\u{0001f3fb}",
        "woman_tone2": "\u{0001f469}\u{0001f3fc}",
        "woman_tone3": "\u{0001f469}\u{0001f3fd}",
        "woman_tone4": "\u{0001f469}\u{0001f3fe}",
        "woman_tone5": "\u{0001f469}\u{0001f3ff}",
        "blond-haired_woman": "\u{0001f471}\u{00002640}",
        "blond-haired_woman_tone1": "\u{0001f471}\u{0001f3fb}\u{00002640}",
        "blond-haired_woman_tone2": "\u{0001f471}\u{0001f3fc}\u{00002640}",
        "blond-haired_woman_tone3": "\u{0001f471}\u{0001f3fd}\u{00002640}",
        "blond-haired_woman_tone4": "\u{0001f471}\u{0001f3fe}\u{00002640}",
        "blond-haired_woman_tone5": "\u{0001f471}\u{0001f3ff}\u{00002640}",
        "blond_haired_person": "\u{0001f471}",
        "blond_haired_person_tone1": "\u{0001f471}\u{0001f3fb}",
        "blond_haired_person_tone2": "\u{0001f471}\u{0001f3fc}",
        "blond_haired_person_tone3": "\u{0001f471}\u{0001f3fd}",
        "blond_haired_person_tone4": "\u{0001f471}\u{0001f3fe}",
        "blond_haired_person_tone5": "\u{0001f471}\u{0001f3ff}",
        "blond-haired_man": "\u{0001f471}\u{00002642}",
        "blond-haired_man_tone5": "\u{0001f471}\u{0001f3ff}\u{00002642}",
        "blond-haired_man_tone4": "\u{0001f471}\u{0001f3fe}\u{00002642}",
        "blond-haired_man_tone3": "\u{0001f471}\u{0001f3fd}\u{00002642}",
        "blond-haired_man_tone2": "\u{0001f471}\u{0001f3fc}\u{00002642}",
        "blond-haired_man_tone1": "\u{0001f471}\u{0001f3fb}\u{00002642}",
        "older_man": "\u{0001f474}",
        "older_man_tone1": "\u{0001f474}\u{0001f3fb}",
        "older_man_tone2": "\u{0001f474}\u{0001f3fc}",
        "older_man_tone3": "\u{0001f474}\u{0001f3fd}",
        "older_man_tone4": "\u{0001f474}\u{0001f3fe}",
        "older_man_tone5": "\u{0001f474}\u{0001f3ff}",
        "older_woman": "\u{0001f475}",
        "older_woman_tone1": "\u{0001f475}\u{0001f3fb}",
        "older_woman_tone2": "\u{0001f475}\u{0001f3fc}",
        "older_woman_tone3": "\u{0001f475}\u{0001f3fd}",
        "older_woman_tone4": "\u{0001f475}\u{0001f3fe}",
        "older_woman_tone5": "\u{0001f475}\u{0001f3ff}",
        "man_with_chinese_cap": "\u{0001f472}",
        "man_with_chinese_cap_tone1": "\u{0001f472}\u{0001f3fb}",
        "man_with_chinese_cap_tone2": "\u{0001f472}\u{0001f3fc}",
        "man_with_chinese_cap_tone3": "\u{0001f472}\u{0001f3fd}",
        "man_with_chinese_cap_tone4": "\u{0001f472}\u{0001f3fe}",
        "man_with_chinese_cap_tone5": "\u{0001f472}\u{0001f3ff}",
        "woman_wearing_turban": "\u{0001f473}\u{00002640}",
        "woman_wearing_turban_tone1": "\u{0001f473}\u{0001f3fb}\u{00002640}",
        "woman_wearing_turban_tone2": "\u{0001f473}\u{0001f3fc}\u{00002640}",
        "woman_wearing_turban_tone3": "\u{0001f473}\u{0001f3fd}\u{00002640}",
        "woman_wearing_turban_tone4": "\u{0001f473}\u{0001f3fe}\u{00002640}",
        "woman_wearing_turban_tone5": "\u{0001f473}\u{0001f3ff}\u{00002640}",
        "person_wearing_turban": "\u{0001f473}",
        "person_wearing_turban_tone1": "\u{0001f473}\u{0001f3fb}",
        "person_wearing_turban_tone2": "\u{0001f473}\u{0001f3fc}",
        "person_wearing_turban_tone3": "\u{0001f473}\u{0001f3fd}",
        "person_wearing_turban_tone4": "\u{0001f473}\u{0001f3fe}",
        "person_wearing_turban_tone5": "\u{0001f473}\u{0001f3ff}",
        "man_wearing_turban": "\u{0001f473}\u{00002642}",
        "man_wearing_turban_tone5": "\u{0001f473}\u{0001f3ff}\u{00002642}",
        "man_wearing_turban_tone4": "\u{0001f473}\u{0001f3fe}\u{00002642}",
        "man_wearing_turban_tone3": "\u{0001f473}\u{0001f3fd}\u{00002642}",
        "man_wearing_turban_tone2": "\u{0001f473}\u{0001f3fc}\u{00002642}",
        "man_wearing_turban_tone1": "\u{0001f473}\u{0001f3fb}\u{00002642}",
        "woman_police_officer": "\u{0001f46e}\u{00002640}",
        "woman_police_officer_tone1": "\u{0001f46e}\u{0001f3fb}\u{00002640}",
        "woman_police_officer_tone2": "\u{0001f46e}\u{0001f3fc}\u{00002640}",
        "woman_police_officer_tone3": "\u{0001f46e}\u{0001f3fd}\u{00002640}",
        "woman_police_officer_tone4": "\u{0001f46e}\u{0001f3fe}\u{00002640}",
        "woman_police_officer_tone5": "\u{0001f46e}\u{0001f3ff}\u{00002640}",
        "police_officer": "\u{0001f46e}",
        "police_officer_tone1": "\u{0001f46e}\u{0001f3fb}",
        "police_officer_tone2": "\u{0001f46e}\u{0001f3fc}",
        "police_officer_tone3": "\u{0001f46e}\u{0001f3fd}",
        "police_officer_tone4": "\u{0001f46e}\u{0001f3fe}",
        "police_officer_tone5": "\u{0001f46e}\u{0001f3ff}",
        "man_police_officer": "\u{0001f46e}\u{00002642}",
        "man_police_officer_tone5": "\u{0001f46e}\u{0001f3ff}\u{00002642}",
        "man_police_officer_tone4": "\u{0001f46e}\u{0001f3fe}\u{00002642}",
        "man_police_officer_tone3": "\u{0001f46e}\u{0001f3fd}\u{00002642}",
        "man_police_officer_tone2": "\u{0001f46e}\u{0001f3fc}\u{00002642}",
        "man_police_officer_tone1": "\u{0001f46e}\u{0001f3fb}\u{00002642}",
        "woman_construction_worker": "\u{0001f477}\u{00002640}",
        "woman_construction_worker_tone1": "\u{0001f477}\u{0001f3fb}\u{00002640}",
        "woman_construction_worker_tone2": "\u{0001f477}\u{0001f3fc}\u{00002640}",
        "woman_construction_worker_tone3": "\u{0001f477}\u{0001f3fd}\u{00002640}",
        "woman_construction_worker_tone4": "\u{0001f477}\u{0001f3fe}\u{00002640}",
        "woman_construction_worker_tone5": "\u{0001f477}\u{0001f3ff}\u{00002640}",
        "construction_worker": "\u{0001f477}",
        "construction_worker_tone1": "\u{0001f477}\u{0001f3fb}",
        "construction_worker_tone2": "\u{0001f477}\u{0001f3fc}",
        "construction_worker_tone3": "\u{0001f477}\u{0001f3fd}",
        "construction_worker_tone4": "\u{0001f477}\u{0001f3fe}",
        "construction_worker_tone5": "\u{0001f477}\u{0001f3ff}",
        "man_construction_worker": "\u{0001f477}\u{00002642}",
        "man_construction_worker_tone5": "\u{0001f477}\u{0001f3ff}\u{00002642}",
        "man_construction_worker_tone4": "\u{0001f477}\u{0001f3fe}\u{00002642}",
        "man_construction_worker_tone3": "\u{0001f477}\u{0001f3fd}\u{00002642}",
        "man_construction_worker_tone2": "\u{0001f477}\u{0001f3fc}\u{00002642}",
        "man_construction_worker_tone1": "\u{0001f477}\u{0001f3fb}\u{00002642}",
        "woman_guard": "\u{0001f482}\u{00002640}",
        "woman_guard_tone1": "\u{0001f482}\u{0001f3fb}\u{00002640}",
        "woman_guard_tone2": "\u{0001f482}\u{0001f3fc}\u{00002640}",
        "woman_guard_tone3": "\u{0001f482}\u{0001f3fd}\u{00002640}",
        "woman_guard_tone4": "\u{0001f482}\u{0001f3fe}\u{00002640}",
        "woman_guard_tone5": "\u{0001f482}\u{0001f3ff}\u{00002640}",
        "guard": "\u{0001f482}",
        "guard_tone1": "\u{0001f482}\u{0001f3fb}",
        "guard_tone2": "\u{0001f482}\u{0001f3fc}",
        "guard_tone3": "\u{0001f482}\u{0001f3fd}",
        "guard_tone4": "\u{0001f482}\u{0001f3fe}",
        "guard_tone5": "\u{0001f482}\u{0001f3ff}",
        "man_guard": "\u{0001f482}\u{00002642}",
        "man_guard_tone5": "\u{0001f482}\u{0001f3ff}\u{00002642}",
        "man_guard_tone4": "\u{0001f482}\u{0001f3fe}\u{00002642}",
        "man_guard_tone3": "\u{0001f482}\u{0001f3fd}\u{00002642}",
        "man_guard_tone2": "\u{0001f482}\u{0001f3fc}\u{00002642}",
        "man_guard_tone1": "\u{0001f482}\u{0001f3fb}\u{00002642}",
        "woman_detective": "\u{0001f575}\u{00002640}",
        "woman_detective_tone1": "\u{0001f575}\u{0001f3fb}\u{00002640}",
        "woman_detective_tone2": "\u{0001f575}\u{0001f3fc}\u{00002640}",
        "woman_detective_tone3": "\u{0001f575}\u{0001f3fd}\u{00002640}",
        "woman_detective_tone4": "\u{0001f575}\u{0001f3fe}\u{00002640}",
        "woman_detective_tone5": "\u{0001f575}\u{0001f3ff}\u{00002640}",
        "detective": "\u{0001f575}",
        "detective_tone1": "\u{0001f575}\u{0001f3fb}",
        "detective_tone2": "\u{0001f575}\u{0001f3fc}",
        "detective_tone3": "\u{0001f575}\u{0001f3fd}",
        "detective_tone4": "\u{0001f575}\u{0001f3fe}",
        "detective_tone5": "\u{0001f575}\u{0001f3ff}",
        "man_detective": "\u{0001f575}\u{00002642}",
        "man_detective_tone5": "\u{0001f575}\u{0001f3ff}\u{00002642}",
        "man_detective_tone4": "\u{0001f575}\u{0001f3fe}\u{00002642}",
        "man_detective_tone3": "\u{0001f575}\u{0001f3fd}\u{00002642}",
        "man_detective_tone2": "\u{0001f575}\u{0001f3fc}\u{00002642}",
        "man_detective_tone1": "\u{0001f575}\u{0001f3fb}\u{00002642}",
        "woman_health_worker": "\u{0001f469}\u{00002695}",
        "woman_health_worker_tone1": "\u{0001f469}\u{0001f3fb}\u{00002695}",
        "woman_health_worker_tone2": "\u{0001f469}\u{0001f3fc}\u{00002695}",
        "woman_health_worker_tone3": "\u{0001f469}\u{0001f3fd}\u{00002695}",
        "woman_health_worker_tone4": "\u{0001f469}\u{0001f3fe}\u{00002695}",
        "woman_health_worker_tone5": "\u{0001f469}\u{0001f3ff}\u{00002695}",
        "man_health_worker": "\u{0001f468}\u{00002695}",
        "man_health_worker_tone1": "\u{0001f468}\u{0001f3fb}\u{00002695}",
        "man_health_worker_tone2": "\u{0001f468}\u{0001f3fc}\u{00002695}",
        "man_health_worker_tone3": "\u{0001f468}\u{0001f3fd}\u{00002695}",
        "man_health_worker_tone4": "\u{0001f468}\u{0001f3fe}\u{00002695}",
        "man_health_worker_tone5": "\u{0001f468}\u{0001f3ff}\u{00002695}",
        "woman_farmer": "\u{0001f469}\u{0001f33e}",
        "woman_farmer_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f33e}",
        "woman_farmer_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f33e}",
        "woman_farmer_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f33e}",
        "woman_farmer_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f33e}",
        "woman_farmer_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f33e}",
        "man_farmer": "\u{0001f468}\u{0001f33e}",
        "man_farmer_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f33e}",
        "man_farmer_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f33e}",
        "man_farmer_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f33e}",
        "man_farmer_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f33e}",
        "man_farmer_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f33e}",
        "woman_cook": "\u{0001f469}\u{0001f373}",
        "woman_cook_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f373}",
        "woman_cook_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f373}",
        "woman_cook_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f373}",
        "woman_cook_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f373}",
        "woman_cook_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f373}",
        "man_cook": "\u{0001f468}\u{0001f373}",
        "man_cook_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f373}",
        "man_cook_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f373}",
        "man_cook_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f373}",
        "man_cook_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f373}",
        "man_cook_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f373}",
        "woman_student": "\u{0001f469}\u{0001f393}",
        "woman_student_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f393}",
        "woman_student_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f393}",
        "woman_student_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f393}",
        "woman_student_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f393}",
        "woman_student_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f393}",
        "man_student": "\u{0001f468}\u{0001f393}",
        "man_student_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f393}",
        "man_student_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f393}",
        "man_student_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f393}",
        "man_student_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f393}",
        "man_student_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f393}",
        "woman_singer": "\u{0001f469}\u{0001f3a4}",
        "woman_singer_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f3a4}",
        "woman_singer_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f3a4}",
        "woman_singer_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f3a4}",
        "woman_singer_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f3a4}",
        "woman_singer_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f3a4}",
        "man_singer": "\u{0001f468}\u{0001f3a4}",
        "man_singer_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f3a4}",
        "man_singer_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f3a4}",
        "man_singer_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f3a4}",
        "man_singer_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f3a4}",
        "man_singer_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f3a4}",
        "woman_teacher": "\u{0001f469}\u{0001f3eb}",
        "woman_teacher_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f3eb}",
        "woman_teacher_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f3eb}",
        "woman_teacher_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f3eb}",
        "woman_teacher_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f3eb}",
        "woman_teacher_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f3eb}",
        "man_teacher": "\u{0001f468}\u{0001f3eb}",
        "man_teacher_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f3eb}",
        "man_teacher_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f3eb}",
        "man_teacher_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f3eb}",
        "man_teacher_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f3eb}",
        "man_teacher_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f3eb}",
        "woman_factory_worker": "\u{0001f469}\u{0001f3ed}",
        "woman_factory_worker_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f3ed}",
        "woman_factory_worker_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f3ed}",
        "woman_factory_worker_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f3ed}",
        "woman_factory_worker_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f3ed}",
        "woman_factory_worker_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f3ed}",
        "man_factory_worker": "\u{0001f468}\u{0001f3ed}",
        "man_factory_worker_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f3ed}",
        "man_factory_worker_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f3ed}",
        "man_factory_worker_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f3ed}",
        "man_factory_worker_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f3ed}",
        "man_factory_worker_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f3ed}",
        "woman_technologist": "\u{0001f469}\u{0001f4bb}",
        "woman_technologist_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f4bb}",
        "woman_technologist_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f4bb}",
        "woman_technologist_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f4bb}",
        "woman_technologist_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f4bb}",
        "woman_technologist_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f4bb}",
        "man_technologist": "\u{0001f468}\u{0001f4bb}",
        "man_technologist_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f4bb}",
        "man_technologist_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f4bb}",
        "man_technologist_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f4bb}",
        "man_technologist_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f4bb}",
        "man_technologist_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f4bb}",
        "woman_office_worker": "\u{0001f469}\u{0001f4bc}",
        "woman_office_worker_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f4bc}",
        "woman_office_worker_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f4bc}",
        "woman_office_worker_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f4bc}",
        "woman_office_worker_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f4bc}",
        "woman_office_worker_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f4bc}",
        "man_office_worker": "\u{0001f468}\u{0001f4bc}",
        "man_office_worker_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f4bc}",
        "man_office_worker_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f4bc}",
        "man_office_worker_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f4bc}",
        "man_office_worker_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f4bc}",
        "man_office_worker_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f4bc}",
        "woman_mechanic": "\u{0001f469}\u{0001f527}",
        "woman_mechanic_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f527}",
        "woman_mechanic_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f527}",
        "woman_mechanic_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f527}",
        "woman_mechanic_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f527}",
        "woman_mechanic_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f527}",
        "man_mechanic": "\u{0001f468}\u{0001f527}",
        "man_mechanic_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f527}",
        "man_mechanic_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f527}",
        "man_mechanic_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f527}",
        "man_mechanic_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f527}",
        "man_mechanic_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f527}",
        "woman_scientist": "\u{0001f469}\u{0001f52c}",
        "woman_scientist_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f52c}",
        "woman_scientist_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f52c}",
        "woman_scientist_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f52c}",
        "woman_scientist_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f52c}",
        "woman_scientist_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f52c}",
        "man_scientist": "\u{0001f468}\u{0001f52c}",
        "man_scientist_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f52c}",
        "man_scientist_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f52c}",
        "man_scientist_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f52c}",
        "man_scientist_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f52c}",
        "man_scientist_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f52c}",
        "woman_artist": "\u{0001f469}\u{0001f3a8}",
        "woman_artist_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f3a8}",
        "woman_artist_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f3a8}",
        "woman_artist_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f3a8}",
        "woman_artist_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f3a8}",
        "woman_artist_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f3a8}",
        "man_artist": "\u{0001f468}\u{0001f3a8}",
        "man_artist_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f3a8}",
        "man_artist_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f3a8}",
        "man_artist_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f3a8}",
        "man_artist_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f3a8}",
        "man_artist_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f3a8}",
        "woman_firefighter": "\u{0001f469}\u{0001f692}",
        "woman_firefighter_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f692}",
        "woman_firefighter_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f692}",
        "woman_firefighter_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f692}",
        "woman_firefighter_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f692}",
        "woman_firefighter_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f692}",
        "man_firefighter": "\u{0001f468}\u{0001f692}",
        "man_firefighter_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f692}",
        "man_firefighter_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f692}",
        "man_firefighter_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f692}",
        "man_firefighter_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f692}",
        "man_firefighter_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f692}",
        "woman_pilot": "\u{0001f469}\u{00002708}",
        "woman_pilot_tone1": "\u{0001f469}\u{0001f3fb}\u{00002708}",
        "woman_pilot_tone2": "\u{0001f469}\u{0001f3fc}\u{00002708}",
        "woman_pilot_tone3": "\u{0001f469}\u{0001f3fd}\u{00002708}",
        "woman_pilot_tone4": "\u{0001f469}\u{0001f3fe}\u{00002708}",
        "woman_pilot_tone5": "\u{0001f469}\u{0001f3ff}\u{00002708}",
        "man_pilot": "\u{0001f468}\u{00002708}",
        "man_pilot_tone1": "\u{0001f468}\u{0001f3fb}\u{00002708}",
        "man_pilot_tone2": "\u{0001f468}\u{0001f3fc}\u{00002708}",
        "man_pilot_tone3": "\u{0001f468}\u{0001f3fd}\u{00002708}",
        "man_pilot_tone4": "\u{0001f468}\u{0001f3fe}\u{00002708}",
        "man_pilot_tone5": "\u{0001f468}\u{0001f3ff}\u{00002708}",
        "woman_astronaut": "\u{0001f469}\u{0001f680}",
        "woman_astronaut_tone1": "\u{0001f469}\u{0001f3fb}\u{0001f680}",
        "woman_astronaut_tone2": "\u{0001f469}\u{0001f3fc}\u{0001f680}",
        "woman_astronaut_tone3": "\u{0001f469}\u{0001f3fd}\u{0001f680}",
        "woman_astronaut_tone4": "\u{0001f469}\u{0001f3fe}\u{0001f680}",
        "woman_astronaut_tone5": "\u{0001f469}\u{0001f3ff}\u{0001f680}",
        "man_astronaut": "\u{0001f468}\u{0001f680}",
        "man_astronaut_tone1": "\u{0001f468}\u{0001f3fb}\u{0001f680}",
        "man_astronaut_tone2": "\u{0001f468}\u{0001f3fc}\u{0001f680}",
        "man_astronaut_tone3": "\u{0001f468}\u{0001f3fd}\u{0001f680}",
        "man_astronaut_tone4": "\u{0001f468}\u{0001f3fe}\u{0001f680}",
        "man_astronaut_tone5": "\u{0001f468}\u{0001f3ff}\u{0001f680}",
        "woman_judge": "\u{0001f469}\u{00002696}",
        "woman_judge_tone1": "\u{0001f469}\u{0001f3fb}\u{00002696}",
        "woman_judge_tone2": "\u{0001f469}\u{0001f3fc}\u{00002696}",
        "woman_judge_tone3": "\u{0001f469}\u{0001f3fd}\u{00002696}",
        "woman_judge_tone4": "\u{0001f469}\u{0001f3fe}\u{00002696}",
        "woman_judge_tone5": "\u{0001f469}\u{0001f3ff}\u{00002696}",
        "man_judge": "\u{0001f468}\u{00002696}",
        "man_judge_tone1": "\u{0001f468}\u{0001f3fb}\u{00002696}",
        "man_judge_tone2": "\u{0001f468}\u{0001f3fc}\u{00002696}",
        "man_judge_tone3": "\u{0001f468}\u{0001f3fd}\u{00002696}",
        "man_judge_tone4": "\u{0001f468}\u{0001f3fe}\u{00002696}",
        "man_judge_tone5": "\u{0001f468}\u{0001f3ff}\u{00002696}",
        "mrs_claus": "\u{0001f936}",
        "mrs_claus_tone1": "\u{0001f936}\u{0001f3fb}",
        "mrs_claus_tone2": "\u{0001f936}\u{0001f3fc}",
        "mrs_claus_tone3": "\u{0001f936}\u{0001f3fd}",
        "mrs_claus_tone4": "\u{0001f936}\u{0001f3fe}",
        "mrs_claus_tone5": "\u{0001f936}\u{0001f3ff}",
        "santa": "\u{0001f385}",
        "santa_tone1": "\u{0001f385}\u{0001f3fb}",
        "santa_tone2": "\u{0001f385}\u{0001f3fc}",
        "santa_tone3": "\u{0001f385}\u{0001f3fd}",
        "santa_tone4": "\u{0001f385}\u{0001f3fe}",
        "santa_tone5": "\u{0001f385}\u{0001f3ff}",
        "princess": "\u{0001f478}",
        "princess_tone1": "\u{0001f478}\u{0001f3fb}",
        "princess_tone2": "\u{0001f478}\u{0001f3fc}",
        "princess_tone3": "\u{0001f478}\u{0001f3fd}",
        "princess_tone4": "\u{0001f478}\u{0001f3fe}",
        "princess_tone5": "\u{0001f478}\u{0001f3ff}",
        "prince": "\u{0001f934}",
        "prince_tone1": "\u{0001f934}\u{0001f3fb}",
        "prince_tone2": "\u{0001f934}\u{0001f3fc}",
        "prince_tone3": "\u{0001f934}\u{0001f3fd}",
        "prince_tone4": "\u{0001f934}\u{0001f3fe}",
        "prince_tone5": "\u{0001f934}\u{0001f3ff}",
        "bride_with_veil": "\u{0001f470}",
        "bride_with_veil_tone1": "\u{0001f470}\u{0001f3fb}",
        "bride_with_veil_tone2": "\u{0001f470}\u{0001f3fc}",
        "bride_with_veil_tone3": "\u{0001f470}\u{0001f3fd}",
        "bride_with_veil_tone4": "\u{0001f470}\u{0001f3fe}",
        "bride_with_veil_tone5": "\u{0001f470}\u{0001f3ff}",
        "man_in_tuxedo": "\u{0001f935}",
        "man_in_tuxedo_tone1": "\u{0001f935}\u{0001f3fb}",
        "man_in_tuxedo_tone2": "\u{0001f935}\u{0001f3fc}",
        "man_in_tuxedo_tone3": "\u{0001f935}\u{0001f3fd}",
        "man_in_tuxedo_tone4": "\u{0001f935}\u{0001f3fe}",
        "man_in_tuxedo_tone5": "\u{0001f935}\u{0001f3ff}",
        "angel": "\u{0001f47c}",
        "angel_tone1": "\u{0001f47c}\u{0001f3fb}",
        "angel_tone2": "\u{0001f47c}\u{0001f3fc}",
        "angel_tone3": "\u{0001f47c}\u{0001f3fd}",
        "angel_tone4": "\u{0001f47c}\u{0001f3fe}",
        "angel_tone5": "\u{0001f47c}\u{0001f3ff}",
        "pregnant_woman": "\u{0001f930}",
        "pregnant_woman_tone1": "\u{0001f930}\u{0001f3fb}",
        "pregnant_woman_tone2": "\u{0001f930}\u{0001f3fc}",
        "pregnant_woman_tone3": "\u{0001f930}\u{0001f3fd}",
        "pregnant_woman_tone4": "\u{0001f930}\u{0001f3fe}",
        "pregnant_woman_tone5": "\u{0001f930}\u{0001f3ff}",
        "woman_bowing": "\u{0001f647}\u{00002640}",
        "woman_bowing_tone1": "\u{0001f647}\u{0001f3fb}\u{00002640}",
        "woman_bowing_tone2": "\u{0001f647}\u{0001f3fc}\u{00002640}",
        "woman_bowing_tone3": "\u{0001f647}\u{0001f3fd}\u{00002640}",
        "woman_bowing_tone4": "\u{0001f647}\u{0001f3fe}\u{00002640}",
        "woman_bowing_tone5": "\u{0001f647}\u{0001f3ff}\u{00002640}",
        "person_bowing": "\u{0001f647}",
        "person_bowing_tone1": "\u{0001f647}\u{0001f3fb}",
        "person_bowing_tone2": "\u{0001f647}\u{0001f3fc}",
        "person_bowing_tone3": "\u{0001f647}\u{0001f3fd}",
        "person_bowing_tone4": "\u{0001f647}\u{0001f3fe}",
        "person_bowing_tone5": "\u{0001f647}\u{0001f3ff}",
        "man_bowing": "\u{0001f647}\u{00002642}",
        "man_bowing_tone5": "\u{0001f647}\u{0001f3ff}\u{00002642}",
        "man_bowing_tone4": "\u{0001f647}\u{0001f3fe}\u{00002642}",
        "man_bowing_tone3": "\u{0001f647}\u{0001f3fd}\u{00002642}",
        "man_bowing_tone2": "\u{0001f647}\u{0001f3fc}\u{00002642}",
        "man_bowing_tone1": "\u{0001f647}\u{0001f3fb}\u{00002642}",
        "person_tipping_hand": "\u{0001f481}",
        "person_tipping_hand_tone1": "\u{0001f481}\u{0001f3fb}",
        "person_tipping_hand_tone2": "\u{0001f481}\u{0001f3fc}",
        "person_tipping_hand_tone3": "\u{0001f481}\u{0001f3fd}",
        "person_tipping_hand_tone4": "\u{0001f481}\u{0001f3fe}",
        "person_tipping_hand_tone5": "\u{0001f481}\u{0001f3ff}",
        "man_tipping_hand": "\u{0001f481}\u{00002642}",
        "man_tipping_hand_tone1": "\u{0001f481}\u{0001f3fb}\u{00002642}",
        "man_tipping_hand_tone2": "\u{0001f481}\u{0001f3fc}\u{00002642}",
        "man_tipping_hand_tone3": "\u{0001f481}\u{0001f3fd}\u{00002642}",
        "man_tipping_hand_tone4": "\u{0001f481}\u{0001f3fe}\u{00002642}",
        "man_tipping_hand_tone5": "\u{0001f481}\u{0001f3ff}\u{00002642}",
        "woman_tipping_hand": "\u{0001f481}\u{00002640}",
        "woman_tipping_hand_tone5": "\u{0001f481}\u{0001f3ff}\u{00002640}",
        "woman_tipping_hand_tone4": "\u{0001f481}\u{0001f3fe}\u{00002640}",
        "woman_tipping_hand_tone3": "\u{0001f481}\u{0001f3fd}\u{00002640}",
        "woman_tipping_hand_tone2": "\u{0001f481}\u{0001f3fc}\u{00002640}",
        "woman_tipping_hand_tone1": "\u{0001f481}\u{0001f3fb}\u{00002640}",
        "person_gesturing_no": "\u{0001f645}",
        "person_gesturing_no_tone1": "\u{0001f645}\u{0001f3fb}",
        "person_gesturing_no_tone2": "\u{0001f645}\u{0001f3fc}",
        "person_gesturing_no_tone3": "\u{0001f645}\u{0001f3fd}",
        "person_gesturing_no_tone4": "\u{0001f645}\u{0001f3fe}",
        "person_gesturing_no_tone5": "\u{0001f645}\u{0001f3ff}",
        "man_gesturing_no": "\u{0001f645}\u{00002642}",
        "man_gesturing_no_tone1": "\u{0001f645}\u{0001f3fb}\u{00002642}",
        "man_gesturing_no_tone2": "\u{0001f645}\u{0001f3fc}\u{00002642}",
        "man_gesturing_no_tone3": "\u{0001f645}\u{0001f3fd}\u{00002642}",
        "man_gesturing_no_tone4": "\u{0001f645}\u{0001f3fe}\u{00002642}",
        "man_gesturing_no_tone5": "\u{0001f645}\u{0001f3ff}\u{00002642}",
        "woman_gesturing_no": "\u{0001f645}\u{00002640}",
        "woman_gesturing_no_tone5": "\u{0001f645}\u{0001f3ff}\u{00002640}",
        "woman_gesturing_no_tone4": "\u{0001f645}\u{0001f3fe}\u{00002640}",
        "woman_gesturing_no_tone3": "\u{0001f645}\u{0001f3fd}\u{00002640}",
        "woman_gesturing_no_tone2": "\u{0001f645}\u{0001f3fc}\u{00002640}",
        "woman_gesturing_no_tone1": "\u{0001f645}\u{0001f3fb}\u{00002640}",
        "person_gesturing_ok": "\u{0001f646}",
        "person_gesturing_ok_tone1": "\u{0001f646}\u{0001f3fb}",
        "person_gesturing_ok_tone2": "\u{0001f646}\u{0001f3fc}",
        "person_gesturing_ok_tone3": "\u{0001f646}\u{0001f3fd}",
        "person_gesturing_ok_tone4": "\u{0001f646}\u{0001f3fe}",
        "person_gesturing_ok_tone5": "\u{0001f646}\u{0001f3ff}",
        "man_gesturing_ok": "\u{0001f646}\u{00002642}",
        "man_gesturing_ok_tone1": "\u{0001f646}\u{0001f3fb}\u{00002642}",
        "man_gesturing_ok_tone2": "\u{0001f646}\u{0001f3fc}\u{00002642}",
        "man_gesturing_ok_tone3": "\u{0001f646}\u{0001f3fd}\u{00002642}",
        "man_gesturing_ok_tone4": "\u{0001f646}\u{0001f3fe}\u{00002642}",
        "man_gesturing_ok_tone5": "\u{0001f646}\u{0001f3ff}\u{00002642}",
        "woman_gesturing_ok": "\u{0001f646}\u{00002640}",
        "woman_gesturing_ok_tone5": "\u{0001f646}\u{0001f3ff}\u{00002640}",
        "woman_gesturing_ok_tone4": "\u{0001f646}\u{0001f3fe}\u{00002640}",
        "woman_gesturing_ok_tone3": "\u{0001f646}\u{0001f3fd}\u{00002640}",
        "woman_gesturing_ok_tone2": "\u{0001f646}\u{0001f3fc}\u{00002640}",
        "woman_gesturing_ok_tone1": "\u{0001f646}\u{0001f3fb}\u{00002640}",
        "person_raising_hand": "\u{0001f64b}",
        "person_raising_hand_tone1": "\u{0001f64b}\u{0001f3fb}",
        "person_raising_hand_tone2": "\u{0001f64b}\u{0001f3fc}",
        "person_raising_hand_tone3": "\u{0001f64b}\u{0001f3fd}",
        "person_raising_hand_tone4": "\u{0001f64b}\u{0001f3fe}",
        "person_raising_hand_tone5": "\u{0001f64b}\u{0001f3ff}",
        "man_raising_hand": "\u{0001f64b}\u{00002642}",
        "man_raising_hand_tone1": "\u{0001f64b}\u{0001f3fb}\u{00002642}",
        "man_raising_hand_tone2": "\u{0001f64b}\u{0001f3fc}\u{00002642}",
        "man_raising_hand_tone3": "\u{0001f64b}\u{0001f3fd}\u{00002642}",
        "man_raising_hand_tone4": "\u{0001f64b}\u{0001f3fe}\u{00002642}",
        "man_raising_hand_tone5": "\u{0001f64b}\u{0001f3ff}\u{00002642}",
        "woman_raising_hand": "\u{0001f64b}\u{00002640}",
        "woman_raising_hand_tone5": "\u{0001f64b}\u{0001f3ff}\u{00002640}",
        "woman_raising_hand_tone4": "\u{0001f64b}\u{0001f3fe}\u{00002640}",
        "woman_raising_hand_tone3": "\u{0001f64b}\u{0001f3fd}\u{00002640}",
        "woman_raising_hand_tone2": "\u{0001f64b}\u{0001f3fc}\u{00002640}",
        "woman_raising_hand_tone1": "\u{0001f64b}\u{0001f3fb}\u{00002640}",
        "woman_facepalming": "\u{0001f926}\u{00002640}",
        "woman_facepalming_tone1": "\u{0001f926}\u{0001f3fb}\u{00002640}",
        "woman_facepalming_tone2": "\u{0001f926}\u{0001f3fc}\u{00002640}",
        "woman_facepalming_tone3": "\u{0001f926}\u{0001f3fd}\u{00002640}",
        "woman_facepalming_tone4": "\u{0001f926}\u{0001f3fe}\u{00002640}",
        "woman_facepalming_tone5": "\u{0001f926}\u{0001f3ff}\u{00002640}",
        "man_facepalming": "\u{0001f926}\u{00002642}",
        "man_facepalming_tone1": "\u{0001f926}\u{0001f3fb}\u{00002642}",
        "man_facepalming_tone2": "\u{0001f926}\u{0001f3fc}\u{00002642}",
        "man_facepalming_tone3": "\u{0001f926}\u{0001f3fd}\u{00002642}",
        "man_facepalming_tone4": "\u{0001f926}\u{0001f3fe}\u{00002642}",
        "man_facepalming_tone5": "\u{0001f926}\u{0001f3ff}\u{00002642}",
        "person_facepalming": "\u{0001f926}",
        "person_facepalming_tone1": "\u{0001f926}\u{0001f3fb}",
        "person_facepalming_tone2": "\u{0001f926}\u{0001f3fc}",
        "person_facepalming_tone3": "\u{0001f926}\u{0001f3fd}",
        "person_facepalming_tone4": "\u{0001f926}\u{0001f3fe}",
        "person_facepalming_tone5": "\u{0001f926}\u{0001f3ff}",
        "woman_shrugging": "\u{0001f937}\u{00002640}",
        "woman_shrugging_tone1": "\u{0001f937}\u{0001f3fb}\u{00002640}",
        "woman_shrugging_tone2": "\u{0001f937}\u{0001f3fc}\u{00002640}",
        "woman_shrugging_tone3": "\u{0001f937}\u{0001f3fd}\u{00002640}",
        "woman_shrugging_tone4": "\u{0001f937}\u{0001f3fe}\u{00002640}",
        "woman_shrugging_tone5": "\u{0001f937}\u{0001f3ff}\u{00002640}",
        "man_shrugging": "\u{0001f937}\u{00002642}",
        "man_shrugging_tone1": "\u{0001f937}\u{0001f3fb}\u{00002642}",
        "man_shrugging_tone2": "\u{0001f937}\u{0001f3fc}\u{00002642}",
        "man_shrugging_tone3": "\u{0001f937}\u{0001f3fd}\u{00002642}",
        "man_shrugging_tone4": "\u{0001f937}\u{0001f3fe}\u{00002642}",
        "man_shrugging_tone5": "\u{0001f937}\u{0001f3ff}\u{00002642}",
        "person_shrugging": "\u{0001f937}",
        "person_shrugging_tone1": "\u{0001f937}\u{0001f3fb}",
        "person_shrugging_tone2": "\u{0001f937}\u{0001f3fc}",
        "person_shrugging_tone3": "\u{0001f937}\u{0001f3fd}",
        "person_shrugging_tone4": "\u{0001f937}\u{0001f3fe}",
        "person_shrugging_tone5": "\u{0001f937}\u{0001f3ff}",
        "person_pouting": "\u{0001f64e}",
        "person_pouting_tone1": "\u{0001f64e}\u{0001f3fb}",
        "person_pouting_tone2": "\u{0001f64e}\u{0001f3fc}",
        "person_pouting_tone3": "\u{0001f64e}\u{0001f3fd}",
        "person_pouting_tone4": "\u{0001f64e}\u{0001f3fe}",
        "person_pouting_tone5": "\u{0001f64e}\u{0001f3ff}",
        "man_pouting": "\u{0001f64e}\u{00002642}",
        "man_pouting_tone1": "\u{0001f64e}\u{0001f3fb}\u{00002642}",
        "man_pouting_tone2": "\u{0001f64e}\u{0001f3fc}\u{00002642}",
        "man_pouting_tone3": "\u{0001f64e}\u{0001f3fd}\u{00002642}",
        "man_pouting_tone4": "\u{0001f64e}\u{0001f3fe}\u{00002642}",
        "man_pouting_tone5": "\u{0001f64e}\u{0001f3ff}\u{00002642}",
        "woman_pouting": "\u{0001f64e}\u{00002640}",
        "woman_pouting_tone5": "\u{0001f64e}\u{0001f3ff}\u{00002640}",
        "woman_pouting_tone4": "\u{0001f64e}\u{0001f3fe}\u{00002640}",
        "woman_pouting_tone3": "\u{0001f64e}\u{0001f3fd}\u{00002640}",
        "woman_pouting_tone2": "\u{0001f64e}\u{0001f3fc}\u{00002640}",
        "woman_pouting_tone1": "\u{0001f64e}\u{0001f3fb}\u{00002640}",
        "person_frowning": "\u{0001f64d}",
        "person_frowning_tone1": "\u{0001f64d}\u{0001f3fb}",
        "person_frowning_tone2": "\u{0001f64d}\u{0001f3fc}",
        "person_frowning_tone3": "\u{0001f64d}\u{0001f3fd}",
        "person_frowning_tone4": "\u{0001f64d}\u{0001f3fe}",
        "person_frowning_tone5": "\u{0001f64d}\u{0001f3ff}",
        "man_frowning": "\u{0001f64d}\u{00002642}",
        "man_frowning_tone1": "\u{0001f64d}\u{0001f3fb}\u{00002642}",
        "man_frowning_tone2": "\u{0001f64d}\u{0001f3fc}\u{00002642}",
        "man_frowning_tone3": "\u{0001f64d}\u{0001f3fd}\u{00002642}",
        "man_frowning_tone4": "\u{0001f64d}\u{0001f3fe}\u{00002642}",
        "man_frowning_tone5": "\u{0001f64d}\u{0001f3ff}\u{00002642}",
        "woman_frowning": "\u{0001f64d}\u{00002640}",
        "woman_frowning_tone5": "\u{0001f64d}\u{0001f3ff}\u{00002640}",
        "woman_frowning_tone4": "\u{0001f64d}\u{0001f3fe}\u{00002640}",
        "woman_frowning_tone3": "\u{0001f64d}\u{0001f3fd}\u{00002640}",
        "woman_frowning_tone2": "\u{0001f64d}\u{0001f3fc}\u{00002640}",
        "woman_frowning_tone1": "\u{0001f64d}\u{0001f3fb}\u{00002640}",
        "person_getting_haircut": "\u{0001f487}",
        "person_getting_haircut_tone1": "\u{0001f487}\u{0001f3fb}",
        "person_getting_haircut_tone2": "\u{0001f487}\u{0001f3fc}",
        "person_getting_haircut_tone3": "\u{0001f487}\u{0001f3fd}",
        "person_getting_haircut_tone4": "\u{0001f487}\u{0001f3fe}",
        "person_getting_haircut_tone5": "\u{0001f487}\u{0001f3ff}",
        "man_getting_haircut": "\u{0001f487}\u{00002642}",
        "man_getting_haircut_tone1": "\u{0001f487}\u{0001f3fb}\u{00002642}",
        "man_getting_haircut_tone2": "\u{0001f487}\u{0001f3fc}\u{00002642}",
        "man_getting_haircut_tone3": "\u{0001f487}\u{0001f3fd}\u{00002642}",
        "man_getting_haircut_tone4": "\u{0001f487}\u{0001f3fe}\u{00002642}",
        "man_getting_haircut_tone5": "\u{0001f487}\u{0001f3ff}\u{00002642}",
        "woman_getting_haircut": "\u{0001f487}\u{00002640}",
        "woman_getting_haircut_tone5": "\u{0001f487}\u{0001f3ff}\u{00002640}",
        "woman_getting_haircut_tone4": "\u{0001f487}\u{0001f3fe}\u{00002640}",
        "woman_getting_haircut_tone3": "\u{0001f487}\u{0001f3fd}\u{00002640}",
        "woman_getting_haircut_tone2": "\u{0001f487}\u{0001f3fc}\u{00002640}",
        "woman_getting_haircut_tone1": "\u{0001f487}\u{0001f3fb}\u{00002640}",
        "person_getting_massage": "\u{0001f486}",
        "person_getting_massage_tone1": "\u{0001f486}\u{0001f3fb}",
        "person_getting_massage_tone2": "\u{0001f486}\u{0001f3fc}",
        "person_getting_massage_tone3": "\u{0001f486}\u{0001f3fd}",
        "person_getting_massage_tone4": "\u{0001f486}\u{0001f3fe}",
        "person_getting_massage_tone5": "\u{0001f486}\u{0001f3ff}",
        "man_getting_face_massage": "\u{0001f486}\u{00002642}",
        "man_getting_face_massage_tone1": "\u{0001f486}\u{0001f3fb}\u{00002642}",
        "man_getting_face_massage_tone2": "\u{0001f486}\u{0001f3fc}\u{00002642}",
        "man_getting_face_massage_tone3": "\u{0001f486}\u{0001f3fd}\u{00002642}",
        "man_getting_face_massage_tone4": "\u{0001f486}\u{0001f3fe}\u{00002642}",
        "man_getting_face_massage_tone5": "\u{0001f486}\u{0001f3ff}\u{00002642}",
        "woman_getting_face_massage": "\u{0001f486}\u{00002640}",
        "woman_getting_face_massage_tone5": "\u{0001f486}\u{0001f3ff}\u{00002640}",
        "woman_getting_face_massage_tone4": "\u{0001f486}\u{0001f3fe}\u{00002640}",
        "woman_getting_face_massage_tone3": "\u{0001f486}\u{0001f3fd}\u{00002640}",
        "woman_getting_face_massage_tone2": "\u{0001f486}\u{0001f3fc}\u{00002640}",
        "woman_getting_face_massage_tone1": "\u{0001f486}\u{0001f3fb}\u{00002640}",
        "levitate": "\u{0001f574}",
        "man_in_business_suit_levitating_tone1": "\u{0001f574}\u{0001f3fb}",
        "man_in_business_suit_levitating_tone2": "\u{0001f574}\u{0001f3fc}",
        "man_in_business_suit_levitating_tone3": "\u{0001f574}\u{0001f3fd}",
        "man_in_business_suit_levitating_tone4": "\u{0001f574}\u{0001f3fe}",
        "man_in_business_suit_levitating_tone5": "\u{0001f574}\u{0001f3ff}",
        "dancer": "\u{0001f483}",
        "dancer_tone1": "\u{0001f483}\u{0001f3fb}",
        "dancer_tone2": "\u{0001f483}\u{0001f3fc}",
        "dancer_tone3": "\u{0001f483}\u{0001f3fd}",
        "dancer_tone4": "\u{0001f483}\u{0001f3fe}",
        "dancer_tone5": "\u{0001f483}\u{0001f3ff}",
        "man_dancing": "\u{0001f57a}",
        "man_dancing_tone1": "\u{0001f57a}\u{0001f3fb}",
        "man_dancing_tone2": "\u{0001f57a}\u{0001f3fc}",
        "man_dancing_tone3": "\u{0001f57a}\u{0001f3fd}",
        "man_dancing_tone4": "\u{0001f57a}\u{0001f3fe}",
        "man_dancing_tone5": "\u{0001f57a}\u{0001f3ff}",
        "people_with_bunny_ears_partying": "\u{0001f46f}",
        "men_with_bunny_ears_partying": "\u{0001f46f}\u{00002642}",
        "women_with_bunny_ears_partying": "\u{0001f46f}\u{00002640}",
        "woman_walking": "\u{0001f6b6}\u{00002640}",
        "woman_walking_tone1": "\u{0001f6b6}\u{0001f3fb}\u{00002640}",
        "woman_walking_tone2": "\u{0001f6b6}\u{0001f3fc}\u{00002640}",
        "woman_walking_tone3": "\u{0001f6b6}\u{0001f3fd}\u{00002640}",
        "woman_walking_tone4": "\u{0001f6b6}\u{0001f3fe}\u{00002640}",
        "woman_walking_tone5": "\u{0001f6b6}\u{0001f3ff}\u{00002640}",
        "person_walking": "\u{0001f6b6}",
        "person_walking_tone1": "\u{0001f6b6}\u{0001f3fb}",
        "person_walking_tone2": "\u{0001f6b6}\u{0001f3fc}",
        "person_walking_tone3": "\u{0001f6b6}\u{0001f3fd}",
        "person_walking_tone4": "\u{0001f6b6}\u{0001f3fe}",
        "person_walking_tone5": "\u{0001f6b6}\u{0001f3ff}",
        "man_walking": "\u{0001f6b6}\u{00002642}",
        "man_walking_tone5": "\u{0001f6b6}\u{0001f3ff}\u{00002642}",
        "man_walking_tone4": "\u{0001f6b6}\u{0001f3fe}\u{00002642}",
        "man_walking_tone3": "\u{0001f6b6}\u{0001f3fd}\u{00002642}",
        "man_walking_tone2": "\u{0001f6b6}\u{0001f3fc}\u{00002642}",
        "man_walking_tone1": "\u{0001f6b6}\u{0001f3fb}\u{00002642}",
        "woman_running": "\u{0001f3c3}\u{00002640}",
        "woman_running_tone1": "\u{0001f3c3}\u{0001f3fb}\u{00002640}",
        "woman_running_tone2": "\u{0001f3c3}\u{0001f3fc}\u{00002640}",
        "woman_running_tone3": "\u{0001f3c3}\u{0001f3fd}\u{00002640}",
        "woman_running_tone4": "\u{0001f3c3}\u{0001f3fe}\u{00002640}",
        "woman_running_tone5": "\u{0001f3c3}\u{0001f3ff}\u{00002640}",
        "person_running": "\u{0001f3c3}",
        "person_running_tone1": "\u{0001f3c3}\u{0001f3fb}",
        "person_running_tone2": "\u{0001f3c3}\u{0001f3fc}",
        "person_running_tone3": "\u{0001f3c3}\u{0001f3fd}",
        "person_running_tone4": "\u{0001f3c3}\u{0001f3fe}",
        "person_running_tone5": "\u{0001f3c3}\u{0001f3ff}",
        "man_running": "\u{0001f3c3}\u{00002642}",
        "man_running_tone5": "\u{0001f3c3}\u{0001f3ff}\u{00002642}",
        "man_running_tone4": "\u{0001f3c3}\u{0001f3fe}\u{00002642}",
        "man_running_tone3": "\u{0001f3c3}\u{0001f3fd}\u{00002642}",
        "man_running_tone2": "\u{0001f3c3}\u{0001f3fc}\u{00002642}",
        "man_running_tone1": "\u{0001f3c3}\u{0001f3fb}\u{00002642}",
        "couple": "\u{0001f46b}",
        "two_women_holding_hands": "\u{0001f46d}",
        "two_men_holding_hands": "\u{0001f46c}",
        "couple_with_heart": "\u{0001f491}",
        "couple_ww": "\u{0001f469}\u{00002764}\u{0001f469}",
        "couple_mm": "\u{0001f468}\u{00002764}\u{0001f468}",
        "couplekiss": "\u{0001f48f}",
        "kiss_ww": "\u{0001f469}\u{00002764}\u{0001f48b}\u{0001f469}",
        "kiss_mm": "\u{0001f468}\u{00002764}\u{0001f48b}\u{0001f468}",
        "family": "\u{0001f46a}",
        "family_mwg": "\u{0001f468}\u{0001f469}\u{0001f467}",
        "family_mwgb": "\u{0001f468}\u{0001f469}\u{0001f467}\u{0001f466}",
        "family_mwbb": "\u{0001f468}\u{0001f469}\u{0001f466}\u{0001f466}",
        "family_mwgg": "\u{0001f468}\u{0001f469}\u{0001f467}\u{0001f467}",
        "family_wwb": "\u{0001f469}\u{0001f469}\u{0001f466}",
        "family_wwg": "\u{0001f469}\u{0001f469}\u{0001f467}",
        "family_wwgb": "\u{0001f469}\u{0001f469}\u{0001f467}\u{0001f466}",
        "family_wwbb": "\u{0001f469}\u{0001f469}\u{0001f466}\u{0001f466}",
        "family_wwgg": "\u{0001f469}\u{0001f469}\u{0001f467}\u{0001f467}",
        "family_mmb": "\u{0001f468}\u{0001f468}\u{0001f466}",
        "family_mmg": "\u{0001f468}\u{0001f468}\u{0001f467}",
        "family_mmgb": "\u{0001f468}\u{0001f468}\u{0001f467}\u{0001f466}",
        "family_mmbb": "\u{0001f468}\u{0001f468}\u{0001f466}\u{0001f466}",
        "family_mmgg": "\u{0001f468}\u{0001f468}\u{0001f467}\u{0001f467}",
        "family_woman_boy": "\u{0001f469}\u{0001f466}",
        "family_woman_girl": "\u{0001f469}\u{0001f467}",
        "family_woman_girl_boy": "\u{0001f469}\u{0001f467}\u{0001f466}",
        "family_woman_boy_boy": "\u{0001f469}\u{0001f466}\u{0001f466}",
        "family_woman_girl_girl": "\u{0001f469}\u{0001f467}\u{0001f467}",
        "family_man_boy": "\u{0001f468}\u{0001f466}",
        "family_man_girl": "\u{0001f468}\u{0001f467}",
        "family_man_girl_boy": "\u{0001f468}\u{0001f467}\u{0001f466}",
        "family_man_boy_boy": "\u{0001f468}\u{0001f466}\u{0001f466}",
        "family_man_girl_girl": "\u{0001f468}\u{0001f467}\u{0001f467}",
        "womans_clothes": "\u{0001f45a}",
        "shirt": "\u{0001f455}",
        "jeans": "\u{0001f456}",
        "necktie": "\u{0001f454}",
        "dress": "\u{0001f457}",
        "bikini": "\u{0001f459}",
        "kimono": "\u{0001f458}",
        "high_heel": "\u{0001f460}",
        "sandal": "\u{0001f461}",
        "boot": "\u{0001f462}",
        "mans_shoe": "\u{0001f45e}",
        "athletic_shoe": "\u{0001f45f}",
        "womans_hat": "\u{0001f452}",
        "tophat": "\u{0001f3a9}",
        "mortar_board": "\u{0001f393}",
        "crown": "\u{0001f451}",
        "helmet_with_cross": "\u{000026d1}",
        "school_satchel": "\u{0001f392}",
        "pouch": "\u{0001f45d}",
        "purse": "\u{0001f45b}",
        "handbag": "\u{0001f45c}",
        "briefcase": "\u{0001f4bc}",
        "eyeglasses": "\u{0001f453}",
        "dark_sunglasses": "\u{0001f576}",
        "closed_umbrella": "\u{0001f302}",
        "dog": "\u{0001f436}",
        "cat": "\u{0001f431}",
        "mouse": "\u{0001f42d}",
        "hamster": "\u{0001f439}",
        "rabbit": "\u{0001f430}",
        "fox": "\u{0001f98a}",
        "bear": "\u{0001f43b}",
        "panda_face": "\u{0001f43c}",
        "koala": "\u{0001f428}",
        "tiger": "\u{0001f42f}",
        "lion_face": "\u{0001f981}",
        "cow": "\u{0001f42e}",
        "pig": "\u{0001f437}",
        "pig_nose": "\u{0001f43d}",
        "frog": "\u{0001f438}",
        "monkey_face": "\u{0001f435}",
        "see_no_evil": "\u{0001f648}",
        "hear_no_evil": "\u{0001f649}",
        "speak_no_evil": "\u{0001f64a}",
        "monkey": "\u{0001f412}",
        "chicken": "\u{0001f414}",
        "penguin": "\u{0001f427}",
        "bird": "\u{0001f426}",
        "baby_chick": "\u{0001f424}",
        "hatching_chick": "\u{0001f423}",
        "hatched_chick": "\u{0001f425}",
        "duck": "\u{0001f986}",
        "eagle": "\u{0001f985}",
        "owl": "\u{0001f989}",
        "bat": "\u{0001f987}",
        "wolf": "\u{0001f43a}",
        "boar": "\u{0001f417}",
        "horse": "\u{0001f434}",
        "unicorn": "\u{0001f984}",
        "bee": "\u{0001f41d}",
        "bug": "\u{0001f41b}",
        "butterfly": "\u{0001f98b}",
        "snail": "\u{0001f40c}",
        "shell": "\u{0001f41a}",
        "beetle": "\u{0001f41e}",
        "ant": "\u{0001f41c}",
        "spider": "\u{0001f577}",
        "spider_web": "\u{0001f578}",
        "turtle": "\u{0001f422}",
        "snake": "\u{0001f40d}",
        "lizard": "\u{0001f98e}",
        "scorpion": "\u{0001f982}",
        "crab": "\u{0001f980}",
        "squid": "\u{0001f991}",
        "octopus": "\u{0001f419}",
        "shrimp": "\u{0001f990}",
        "tropical_fish": "\u{0001f420}",
        "fish": "\u{0001f41f}",
        "blowfish": "\u{0001f421}",
        "dolphin": "\u{0001f42c}",
        "shark": "\u{0001f988}",
        "whale": "\u{0001f433}",
        "whale2": "\u{0001f40b}",
        "crocodile": "\u{0001f40a}",
        "leopard": "\u{0001f406}",
        "tiger2": "\u{0001f405}",
        "water_buffalo": "\u{0001f403}",
        "ox": "\u{0001f402}",
        "cow2": "\u{0001f404}",
        "deer": "\u{0001f98c}",
        "dromedary_camel": "\u{0001f42a}",
        "camel": "\u{0001f42b}",
        "elephant": "\u{0001f418}",
        "rhino": "\u{0001f98f}",
        "gorilla": "\u{0001f98d}",
        "racehorse": "\u{0001f40e}",
        "pig2": "\u{0001f416}",
        "goat": "\u{0001f410}",
        "ram": "\u{0001f40f}",
        "sheep": "\u{0001f411}",
        "dog2": "\u{0001f415}",
        "poodle": "\u{0001f429}",
        "cat2": "\u{0001f408}",
        "rooster": "\u{0001f413}",
        "turkey": "\u{0001f983}",
        "dove": "\u{0001f54a}",
        "rabbit2": "\u{0001f407}",
        "mouse2": "\u{0001f401}",
        "rat": "\u{0001f400}",
        "chipmunk": "\u{0001f43f}",
        "feet": "\u{0001f43e}",
        "dragon": "\u{0001f409}",
        "dragon_face": "\u{0001f432}",
        "cactus": "\u{0001f335}",
        "christmas_tree": "\u{0001f384}",
        "evergreen_tree": "\u{0001f332}",
        "deciduous_tree": "\u{0001f333}",
        "palm_tree": "\u{0001f334}",
        "seedling": "\u{0001f331}",
        "herb": "\u{0001f33f}",
        "four_leaf_clover": "\u{0001f340}",
        "bamboo": "\u{0001f38d}",
        "tanabata_tree": "\u{0001f38b}",
        "leaves": "\u{0001f343}",
        "fallen_leaf": "\u{0001f342}",
        "maple_leaf": "\u{0001f341}",
        "mushroom": "\u{0001f344}",
        "ear_of_rice": "\u{0001f33e}",
        "bouquet": "\u{0001f490}",
        "tulip": "\u{0001f337}",
        "rose": "\u{0001f339}",
        "wilted_rose": "\u{0001f940}",
        "sunflower": "\u{0001f33b}",
        "blossom": "\u{0001f33c}",
        "cherry_blossom": "\u{0001f338}",
        "hibiscus": "\u{0001f33a}",
        "earth_americas": "\u{0001f30e}",
        "earth_africa": "\u{0001f30d}",
        "earth_asia": "\u{0001f30f}",
        "full_moon": "\u{0001f315}",
        "waning_gibbous_moon": "\u{0001f316}",
        "last_quarter_moon": "\u{0001f317}",
        "waning_crescent_moon": "\u{0001f318}",
        "new_moon": "\u{0001f311}",
        "waxing_crescent_moon": "\u{0001f312}",
        "first_quarter_moon": "\u{0001f313}",
        "waxing_gibbous_moon": "\u{0001f314}",
        "new_moon_with_face": "\u{0001f31a}",
        "full_moon_with_face": "\u{0001f31d}",
        "sun_with_face": "\u{0001f31e}",
        "first_quarter_moon_with_face": "\u{0001f31b}",
        "last_quarter_moon_with_face": "\u{0001f31c}",
        "crescent_moon": "\u{0001f319}",
        "dizzy": "\u{0001f4ab}",
        "star": "\u{00002b50}",
        "star2": "\u{0001f31f}",
        "zap": "\u{000026a1}",
        "fire": "\u{0001f525}",
        "boom": "\u{0001f4a5}",
        "white_sun_small_cloud": "\u{0001f324}",
        "partly_sunny": "\u{000026c5}",
        "white_sun_cloud": "\u{0001f325}",
        "white_sun_rain_cloud": "\u{0001f326}",
        "rainbow": "\u{0001f308}",
        "cloud_rain": "\u{0001f327}",
        "thunder_cloud_rain": "\u{000026c8}",
        "cloud_lightning": "\u{0001f329}",
        "cloud_snow": "\u{0001f328}",
        "snowman": "\u{000026c4}",
        "wind_blowing_face": "\u{0001f32c}",
        "dash": "\u{0001f4a8}",
        "cloud_tornado": "\u{0001f32a}",
        "fog": "\u{0001f32b}",
        "ocean": "\u{0001f30a}",
        "droplet": "\u{0001f4a7}",
        "sweat_drops": "\u{0001f4a6}",
        "giraffe": "\u{0001f992}",
        "zebra": "\u{0001f993}",
        "hedgehog": "\u{0001f994}",
        "sauropod": "\u{0001f995}",
        "t_rex": "\u{0001f996}",
        "cricket": "\u{0001f997}",
        "green_apple": "\u{0001f34f}",
        "apple": "\u{0001f34e}",
        "pear": "\u{0001f350}",
        "tangerine": "\u{0001f34a}",
        "lemon": "\u{0001f34b}",
        "banana": "\u{0001f34c}",
        "watermelon": "\u{0001f349}",
        "grapes": "\u{0001f347}",
        "strawberry": "\u{0001f353}",
        "melon": "\u{0001f348}",
        "cherries": "\u{0001f352}",
        "peach": "\u{0001f351}",
        "pineapple": "\u{0001f34d}",
        "kiwi": "\u{0001f95d}",
        "avocado": "\u{0001f951}",
        "tomato": "\u{0001f345}",
        "eggplant": "\u{0001f346}",
        "cucumber": "\u{0001f952}",
        "carrot": "\u{0001f955}",
        "corn": "\u{0001f33d}",
        "hot_pepper": "\u{0001f336}",
        "potato": "\u{0001f954}",
        "sweet_potato": "\u{0001f360}",
        "chestnut": "\u{0001f330}",
        "peanuts": "\u{0001f95c}",
        "honey_pot": "\u{0001f36f}",
        "croissant": "\u{0001f950}",
        "bread": "\u{0001f35e}",
        "french_bread": "\u{0001f956}",
        "cheese": "\u{0001f9c0}",
        "egg": "\u{0001f95a}",
        "cooking": "\u{0001f373}",
        "bacon": "\u{0001f953}",
        "pancakes": "\u{0001f95e}",
        "fried_shrimp": "\u{0001f364}",
        "poultry_leg": "\u{0001f357}",
        "meat_on_bone": "\u{0001f356}",
        "pizza": "\u{0001f355}",
        "hotdog": "\u{0001f32d}",
        "hamburger": "\u{0001f354}",
        "fries": "\u{0001f35f}",
        "stuffed_flatbread": "\u{0001f959}",
        "taco": "\u{0001f32e}",
        "burrito": "\u{0001f32f}",
        "salad": "\u{0001f957}",
        "shallow_pan_of_food": "\u{0001f958}",
        "spaghetti": "\u{0001f35d}",
        "ramen": "\u{0001f35c}",
        "stew": "\u{0001f372}",
        "fish_cake": "\u{0001f365}",
        "sushi": "\u{0001f363}",
        "bento": "\u{0001f371}",
        "curry": "\u{0001f35b}",
        "rice_ball": "\u{0001f359}",
        "rice": "\u{0001f35a}",
        "rice_cracker": "\u{0001f358}",
        "oden": "\u{0001f362}",
        "dango": "\u{0001f361}",
        "shaved_ice": "\u{0001f367}",
        "ice_cream": "\u{0001f368}",
        "icecream": "\u{0001f366}",
        "cake": "\u{0001f370}",
        "birthday": "\u{0001f382}",
        "custard": "\u{0001f36e}",
        "lollipop": "\u{0001f36d}",
        "candy": "\u{0001f36c}",
        "chocolate_bar": "\u{0001f36b}",
        "popcorn": "\u{0001f37f}",
        "doughnut": "\u{0001f369}",
        "cookie": "\u{0001f36a}",
        "milk": "\u{0001f95b}",
        "baby_bottle": "\u{0001f37c}",
        "tea": "\u{0001f375}",
        "sake": "\u{0001f376}",
        "beer": "\u{0001f37a}",
        "beers": "\u{0001f37b}",
        "champagne_glass": "\u{0001f942}",
        "wine_glass": "\u{0001f377}",
        "tumbler_glass": "\u{0001f943}",
        "cocktail": "\u{0001f378}",
        "tropical_drink": "\u{0001f379}",
        "champagne": "\u{0001f37e}",
        "spoon": "\u{0001f944}",
        "fork_and_knife": "\u{0001f374}",
        "fork_knife_plate": "\u{0001f37d}",
        "dumpling": "\u{0001f95f}",
        "fortune_cookie": "\u{0001f960}",
        "takeout_box": "\u{0001f961}",
        "chopsticks": "\u{0001f962}",
        "bowl_with_spoon": "\u{0001f963}",
        "cup_with_straw": "\u{0001f964}",
        "coconut": "\u{0001f965}",
        "broccoli": "\u{0001f966}",
        "pie": "\u{0001f967}",
        "pretzel": "\u{0001f968}",
        "cut_of_meat": "\u{0001f969}",
        "sandwich": "\u{0001f96a}",
        "canned_food": "\u{0001f96b}",
        "soccer": "\u{000026bd}",
        "basketball": "\u{0001f3c0}",
        "football": "\u{0001f3c8}",
        "baseball": "\u{000026be}",
        "tennis": "\u{0001f3be}",
        "volleyball": "\u{0001f3d0}",
        "rugby_football": "\u{0001f3c9}",
        "8ball": "\u{0001f3b1}",
        "ping_pong": "\u{0001f3d3}",
        "badminton": "\u{0001f3f8}",
        "goal": "\u{0001f945}",
        "hockey": "\u{0001f3d2}",
        "field_hockey": "\u{0001f3d1}",
        "cricket_game": "\u{0001f3cf}",
        "golf": "\u{000026f3}",
        "bow_and_arrow": "\u{0001f3f9}",
        "fishing_pole_and_fish": "\u{0001f3a3}",
        "boxing_glove": "\u{0001f94a}",
        "martial_arts_uniform": "\u{0001f94b}",
        "ice_skate": "\u{000026f8}",
        "ski": "\u{0001f3bf}",
        "skier": "\u{000026f7}",
        "snowboarder": "\u{0001f3c2}",
        "snowboarder_tone1": "\u{0001f3c2}\u{0001f3fb}",
        "snowboarder_tone2": "\u{0001f3c2}\u{0001f3fc}",
        "snowboarder_tone3": "\u{0001f3c2}\u{0001f3fd}",
        "snowboarder_tone4": "\u{0001f3c2}\u{0001f3fe}",
        "snowboarder_tone5": "\u{0001f3c2}\u{0001f3ff}",
        "woman_lifting_weights": "\u{0001f3cb}\u{00002640}",
        "woman_lifting_weights_tone1": "\u{0001f3cb}\u{0001f3fb}\u{00002640}",
        "woman_lifting_weights_tone2": "\u{0001f3cb}\u{0001f3fc}\u{00002640}",
        "woman_lifting_weights_tone3": "\u{0001f3cb}\u{0001f3fd}\u{00002640}",
        "woman_lifting_weights_tone4": "\u{0001f3cb}\u{0001f3fe}\u{00002640}",
        "woman_lifting_weights_tone5": "\u{0001f3cb}\u{0001f3ff}\u{00002640}",
        "person_lifting_weights": "\u{0001f3cb}",
        "person_lifting_weights_tone1": "\u{0001f3cb}\u{0001f3fb}",
        "person_lifting_weights_tone2": "\u{0001f3cb}\u{0001f3fc}",
        "person_lifting_weights_tone3": "\u{0001f3cb}\u{0001f3fd}",
        "person_lifting_weights_tone4": "\u{0001f3cb}\u{0001f3fe}",
        "person_lifting_weights_tone5": "\u{0001f3cb}\u{0001f3ff}",
        "man_lifting_weights": "\u{0001f3cb}\u{00002642}",
        "man_lifting_weights_tone5": "\u{0001f3cb}\u{0001f3ff}\u{00002642}",
        "man_lifting_weights_tone4": "\u{0001f3cb}\u{0001f3fe}\u{00002642}",
        "man_lifting_weights_tone3": "\u{0001f3cb}\u{0001f3fd}\u{00002642}",
        "man_lifting_weights_tone2": "\u{0001f3cb}\u{0001f3fc}\u{00002642}",
        "man_lifting_weights_tone1": "\u{0001f3cb}\u{0001f3fb}\u{00002642}",
        "person_fencing": "\u{0001f93a}",
        "women_wrestling": "\u{0001f93c}\u{00002640}",
        "men_wrestling": "\u{0001f93c}\u{00002642}",
        "people_wrestling": "\u{0001f93c}",
        "woman_cartwheeling": "\u{0001f938}\u{00002640}",
        "woman_cartwheeling_tone1": "\u{0001f938}\u{0001f3fb}\u{00002640}",
        "woman_cartwheeling_tone2": "\u{0001f938}\u{0001f3fc}\u{00002640}",
        "woman_cartwheeling_tone3": "\u{0001f938}\u{0001f3fd}\u{00002640}",
        "woman_cartwheeling_tone4": "\u{0001f938}\u{0001f3fe}\u{00002640}",
        "woman_cartwheeling_tone5": "\u{0001f938}\u{0001f3ff}\u{00002640}",
        "man_cartwheeling": "\u{0001f938}\u{00002642}",
        "man_cartwheeling_tone1": "\u{0001f938}\u{0001f3fb}\u{00002642}",
        "man_cartwheeling_tone2": "\u{0001f938}\u{0001f3fc}\u{00002642}",
        "man_cartwheeling_tone3": "\u{0001f938}\u{0001f3fd}\u{00002642}",
        "man_cartwheeling_tone4": "\u{0001f938}\u{0001f3fe}\u{00002642}",
        "man_cartwheeling_tone5": "\u{0001f938}\u{0001f3ff}\u{00002642}",
        "person_doing_cartwheel": "\u{0001f938}",
        "person_doing_cartwheel_tone1": "\u{0001f938}\u{0001f3fb}",
        "person_doing_cartwheel_tone2": "\u{0001f938}\u{0001f3fc}",
        "person_doing_cartwheel_tone3": "\u{0001f938}\u{0001f3fd}",
        "person_doing_cartwheel_tone4": "\u{0001f938}\u{0001f3fe}",
        "person_doing_cartwheel_tone5": "\u{0001f938}\u{0001f3ff}",
        "woman_bouncing_ball": "\u{000026f9}\u{00002640}",
        "woman_bouncing_ball_tone1": "\u{000026f9}\u{0001f3fb}\u{00002640}",
        "woman_bouncing_ball_tone2": "\u{000026f9}\u{0001f3fc}\u{00002640}",
        "woman_bouncing_ball_tone3": "\u{000026f9}\u{0001f3fd}\u{00002640}",
        "woman_bouncing_ball_tone4": "\u{000026f9}\u{0001f3fe}\u{00002640}",
        "woman_bouncing_ball_tone5": "\u{000026f9}\u{0001f3ff}\u{00002640}",
        "person_bouncing_ball": "\u{000026f9}",
        "person_bouncing_ball_tone1": "\u{000026f9}\u{0001f3fb}",
        "person_bouncing_ball_tone2": "\u{000026f9}\u{0001f3fc}",
        "person_bouncing_ball_tone3": "\u{000026f9}\u{0001f3fd}",
        "person_bouncing_ball_tone4": "\u{000026f9}\u{0001f3fe}",
        "person_bouncing_ball_tone5": "\u{000026f9}\u{0001f3ff}",
        "man_bouncing_ball": "\u{000026f9}\u{00002642}",
        "man_bouncing_ball_tone5": "\u{000026f9}\u{0001f3ff}\u{00002642}",
        "man_bouncing_ball_tone4": "\u{000026f9}\u{0001f3fe}\u{00002642}",
        "man_bouncing_ball_tone3": "\u{000026f9}\u{0001f3fd}\u{00002642}",
        "man_bouncing_ball_tone2": "\u{000026f9}\u{0001f3fc}\u{00002642}",
        "man_bouncing_ball_tone1": "\u{000026f9}\u{0001f3fb}\u{00002642}",
        "woman_playing_handball": "\u{0001f93e}\u{00002640}",
        "woman_playing_handball_tone1": "\u{0001f93e}\u{0001f3fb}\u{00002640}",
        "woman_playing_handball_tone2": "\u{0001f93e}\u{0001f3fc}\u{00002640}",
        "woman_playing_handball_tone3": "\u{0001f93e}\u{0001f3fd}\u{00002640}",
        "woman_playing_handball_tone4": "\u{0001f93e}\u{0001f3fe}\u{00002640}",
        "woman_playing_handball_tone5": "\u{0001f93e}\u{0001f3ff}\u{00002640}",
        "man_playing_handball": "\u{0001f93e}\u{00002642}",
        "man_playing_handball_tone1": "\u{0001f93e}\u{0001f3fb}\u{00002642}",
        "man_playing_handball_tone2": "\u{0001f93e}\u{0001f3fc}\u{00002642}",
        "man_playing_handball_tone3": "\u{0001f93e}\u{0001f3fd}\u{00002642}",
        "man_playing_handball_tone4": "\u{0001f93e}\u{0001f3fe}\u{00002642}",
        "man_playing_handball_tone5": "\u{0001f93e}\u{0001f3ff}\u{00002642}",
        "person_playing_handball": "\u{0001f93e}",
        "person_playing_handball_tone1": "\u{0001f93e}\u{0001f3fb}",
        "person_playing_handball_tone2": "\u{0001f93e}\u{0001f3fc}",
        "person_playing_handball_tone3": "\u{0001f93e}\u{0001f3fd}",
        "person_playing_handball_tone4": "\u{0001f93e}\u{0001f3fe}",
        "person_playing_handball_tone5": "\u{0001f93e}\u{0001f3ff}",
        "woman_golfing": "\u{0001f3cc}\u{00002640}",
        "woman_golfing_tone1": "\u{0001f3cc}\u{0001f3fb}\u{00002640}",
        "woman_golfing_tone2": "\u{0001f3cc}\u{0001f3fc}\u{00002640}",
        "woman_golfing_tone3": "\u{0001f3cc}\u{0001f3fd}\u{00002640}",
        "woman_golfing_tone4": "\u{0001f3cc}\u{0001f3fe}\u{00002640}",
        "woman_golfing_tone5": "\u{0001f3cc}\u{0001f3ff}\u{00002640}",
        "person_golfing": "\u{0001f3cc}",
        "person_golfing_tone1": "\u{0001f3cc}\u{0001f3fb}",
        "person_golfing_tone2": "\u{0001f3cc}\u{0001f3fc}",
        "person_golfing_tone3": "\u{0001f3cc}\u{0001f3fd}",
        "person_golfing_tone4": "\u{0001f3cc}\u{0001f3fe}",
        "person_golfing_tone5": "\u{0001f3cc}\u{0001f3ff}",
        "man_golfing": "\u{0001f3cc}\u{00002642}",
        "man_golfing_tone1": "\u{0001f3cc}\u{0001f3fb}\u{00002642}",
        "man_golfing_tone2": "\u{0001f3cc}\u{0001f3fc}\u{00002642}",
        "man_golfing_tone3": "\u{0001f3cc}\u{0001f3fd}\u{00002642}",
        "man_golfing_tone4": "\u{0001f3cc}\u{0001f3fe}\u{00002642}",
        "man_golfing_tone5": "\u{0001f3cc}\u{0001f3ff}\u{00002642}",
        "woman_surfing": "\u{0001f3c4}\u{00002640}",
        "woman_surfing_tone1": "\u{0001f3c4}\u{0001f3fb}\u{00002640}",
        "woman_surfing_tone2": "\u{0001f3c4}\u{0001f3fc}\u{00002640}",
        "woman_surfing_tone3": "\u{0001f3c4}\u{0001f3fd}\u{00002640}",
        "woman_surfing_tone4": "\u{0001f3c4}\u{0001f3fe}\u{00002640}",
        "woman_surfing_tone5": "\u{0001f3c4}\u{0001f3ff}\u{00002640}",
        "person_surfing": "\u{0001f3c4}",
        "person_surfing_tone1": "\u{0001f3c4}\u{0001f3fb}",
        "person_surfing_tone2": "\u{0001f3c4}\u{0001f3fc}",
        "person_surfing_tone3": "\u{0001f3c4}\u{0001f3fd}",
        "person_surfing_tone4": "\u{0001f3c4}\u{0001f3fe}",
        "person_surfing_tone5": "\u{0001f3c4}\u{0001f3ff}",
        "man_surfing": "\u{0001f3c4}\u{00002642}",
        "man_surfing_tone5": "\u{0001f3c4}\u{0001f3ff}\u{00002642}",
        "man_surfing_tone4": "\u{0001f3c4}\u{0001f3fe}\u{00002642}",
        "man_surfing_tone3": "\u{0001f3c4}\u{0001f3fd}\u{00002642}",
        "man_surfing_tone2": "\u{0001f3c4}\u{0001f3fc}\u{00002642}",
        "man_surfing_tone1": "\u{0001f3c4}\u{0001f3fb}\u{00002642}",
        "woman_swimming": "\u{0001f3ca}\u{00002640}",
        "woman_swimming_tone1": "\u{0001f3ca}\u{0001f3fb}\u{00002640}",
        "woman_swimming_tone2": "\u{0001f3ca}\u{0001f3fc}\u{00002640}",
        "woman_swimming_tone3": "\u{0001f3ca}\u{0001f3fd}\u{00002640}",
        "woman_swimming_tone4": "\u{0001f3ca}\u{0001f3fe}\u{00002640}",
        "woman_swimming_tone5": "\u{0001f3ca}\u{0001f3ff}\u{00002640}",
        "person_swimming": "\u{0001f3ca}",
        "person_swimming_tone1": "\u{0001f3ca}\u{0001f3fb}",
        "person_swimming_tone2": "\u{0001f3ca}\u{0001f3fc}",
        "person_swimming_tone3": "\u{0001f3ca}\u{0001f3fd}",
        "person_swimming_tone4": "\u{0001f3ca}\u{0001f3fe}",
        "person_swimming_tone5": "\u{0001f3ca}\u{0001f3ff}",
        "man_swimming": "\u{0001f3ca}\u{00002642}",
        "man_swimming_tone5": "\u{0001f3ca}\u{0001f3ff}\u{00002642}",
        "man_swimming_tone4": "\u{0001f3ca}\u{0001f3fe}\u{00002642}",
        "man_swimming_tone3": "\u{0001f3ca}\u{0001f3fd}\u{00002642}",
        "man_swimming_tone2": "\u{0001f3ca}\u{0001f3fc}\u{00002642}",
        "man_swimming_tone1": "\u{0001f3ca}\u{0001f3fb}\u{00002642}",
        "woman_playing_water_polo": "\u{0001f93d}\u{00002640}",
        "woman_playing_water_polo_tone1": "\u{0001f93d}\u{0001f3fb}\u{00002640}",
        "woman_playing_water_polo_tone2": "\u{0001f93d}\u{0001f3fc}\u{00002640}",
        "woman_playing_water_polo_tone3": "\u{0001f93d}\u{0001f3fd}\u{00002640}",
        "woman_playing_water_polo_tone4": "\u{0001f93d}\u{0001f3fe}\u{00002640}",
        "woman_playing_water_polo_tone5": "\u{0001f93d}\u{0001f3ff}\u{00002640}",
        "man_playing_water_polo": "\u{0001f93d}\u{00002642}",
        "man_playing_water_polo_tone1": "\u{0001f93d}\u{0001f3fb}\u{00002642}",
        "man_playing_water_polo_tone2": "\u{0001f93d}\u{0001f3fc}\u{00002642}",
        "man_playing_water_polo_tone3": "\u{0001f93d}\u{0001f3fd}\u{00002642}",
        "man_playing_water_polo_tone4": "\u{0001f93d}\u{0001f3fe}\u{00002642}",
        "man_playing_water_polo_tone5": "\u{0001f93d}\u{0001f3ff}\u{00002642}",
        "person_playing_water_polo": "\u{0001f93d}",
        "person_playing_water_polo_tone1": "\u{0001f93d}\u{0001f3fb}",
        "person_playing_water_polo_tone2": "\u{0001f93d}\u{0001f3fc}",
        "person_playing_water_polo_tone3": "\u{0001f93d}\u{0001f3fd}",
        "person_playing_water_polo_tone4": "\u{0001f93d}\u{0001f3fe}",
        "person_playing_water_polo_tone5": "\u{0001f93d}\u{0001f3ff}",
        "woman_rowing_boat": "\u{0001f6a3}\u{00002640}",
        "woman_rowing_boat_tone1": "\u{0001f6a3}\u{0001f3fb}\u{00002640}",
        "woman_rowing_boat_tone2": "\u{0001f6a3}\u{0001f3fc}\u{00002640}",
        "woman_rowing_boat_tone3": "\u{0001f6a3}\u{0001f3fd}\u{00002640}",
        "woman_rowing_boat_tone4": "\u{0001f6a3}\u{0001f3fe}\u{00002640}",
        "woman_rowing_boat_tone5": "\u{0001f6a3}\u{0001f3ff}\u{00002640}",
        "person_rowing_boat": "\u{0001f6a3}",
        "person_rowing_boat_tone1": "\u{0001f6a3}\u{0001f3fb}",
        "person_rowing_boat_tone2": "\u{0001f6a3}\u{0001f3fc}",
        "person_rowing_boat_tone3": "\u{0001f6a3}\u{0001f3fd}",
        "person_rowing_boat_tone4": "\u{0001f6a3}\u{0001f3fe}",
        "person_rowing_boat_tone5": "\u{0001f6a3}\u{0001f3ff}",
        "man_rowing_boat": "\u{0001f6a3}\u{00002642}",
        "man_rowing_boat_tone5": "\u{0001f6a3}\u{0001f3ff}\u{00002642}",
        "man_rowing_boat_tone4": "\u{0001f6a3}\u{0001f3fe}\u{00002642}",
        "man_rowing_boat_tone3": "\u{0001f6a3}\u{0001f3fd}\u{00002642}",
        "man_rowing_boat_tone2": "\u{0001f6a3}\u{0001f3fc}\u{00002642}",
        "man_rowing_boat_tone1": "\u{0001f6a3}\u{0001f3fb}\u{00002642}",
        "horse_racing": "\u{0001f3c7}",
        "horse_racing_tone1": "\u{0001f3c7}\u{0001f3fb}",
        "horse_racing_tone2": "\u{0001f3c7}\u{0001f3fc}",
        "horse_racing_tone3": "\u{0001f3c7}\u{0001f3fd}",
        "horse_racing_tone4": "\u{0001f3c7}\u{0001f3fe}",
        "horse_racing_tone5": "\u{0001f3c7}\u{0001f3ff}",
        "woman_biking": "\u{0001f6b4}\u{00002640}",
        "woman_biking_tone1": "\u{0001f6b4}\u{0001f3fb}\u{00002640}",
        "woman_biking_tone2": "\u{0001f6b4}\u{0001f3fc}\u{00002640}",
        "woman_biking_tone3": "\u{0001f6b4}\u{0001f3fd}\u{00002640}",
        "woman_biking_tone4": "\u{0001f6b4}\u{0001f3fe}\u{00002640}",
        "woman_biking_tone5": "\u{0001f6b4}\u{0001f3ff}\u{00002640}",
        "person_biking": "\u{0001f6b4}",
        "person_biking_tone1": "\u{0001f6b4}\u{0001f3fb}",
        "person_biking_tone2": "\u{0001f6b4}\u{0001f3fc}",
        "person_biking_tone3": "\u{0001f6b4}\u{0001f3fd}",
        "person_biking_tone4": "\u{0001f6b4}\u{0001f3fe}",
        "person_biking_tone5": "\u{0001f6b4}\u{0001f3ff}",
        "man_biking": "\u{0001f6b4}\u{00002642}",
        "man_biking_tone5": "\u{0001f6b4}\u{0001f3ff}\u{00002642}",
        "man_biking_tone4": "\u{0001f6b4}\u{0001f3fe}\u{00002642}",
        "man_biking_tone3": "\u{0001f6b4}\u{0001f3fd}\u{00002642}",
        "man_biking_tone2": "\u{0001f6b4}\u{0001f3fc}\u{00002642}",
        "man_biking_tone1": "\u{0001f6b4}\u{0001f3fb}\u{00002642}",
        "woman_mountain_biking": "\u{0001f6b5}\u{00002640}",
        "woman_mountain_biking_tone1": "\u{0001f6b5}\u{0001f3fb}\u{00002640}",
        "woman_mountain_biking_tone2": "\u{0001f6b5}\u{0001f3fc}\u{00002640}",
        "woman_mountain_biking_tone3": "\u{0001f6b5}\u{0001f3fd}\u{00002640}",
        "woman_mountain_biking_tone4": "\u{0001f6b5}\u{0001f3fe}\u{00002640}",
        "woman_mountain_biking_tone5": "\u{0001f6b5}\u{0001f3ff}\u{00002640}",
        "person_mountain_biking": "\u{0001f6b5}",
        "person_mountain_biking_tone1": "\u{0001f6b5}\u{0001f3fb}",
        "person_mountain_biking_tone2": "\u{0001f6b5}\u{0001f3fc}",
        "person_mountain_biking_tone3": "\u{0001f6b5}\u{0001f3fd}",
        "person_mountain_biking_tone4": "\u{0001f6b5}\u{0001f3fe}",
        "person_mountain_biking_tone5": "\u{0001f6b5}\u{0001f3ff}",
        "man_mountain_biking": "\u{0001f6b5}\u{00002642}",
        "man_mountain_biking_tone5": "\u{0001f6b5}\u{0001f3ff}\u{00002642}",
        "man_mountain_biking_tone4": "\u{0001f6b5}\u{0001f3fe}\u{00002642}",
        "man_mountain_biking_tone3": "\u{0001f6b5}\u{0001f3fd}\u{00002642}",
        "man_mountain_biking_tone2": "\u{0001f6b5}\u{0001f3fc}\u{00002642}",
        "man_mountain_biking_tone1": "\u{0001f6b5}\u{0001f3fb}\u{00002642}",
        "running_shirt_with_sash": "\u{0001f3bd}",
        "medal": "\u{0001f3c5}",
        "military_medal": "\u{0001f396}",
        "first_place": "\u{0001f947}",
        "second_place": "\u{0001f948}",
        "third_place": "\u{0001f949}",
        "trophy": "\u{0001f3c6}",
        "rosette": "\u{0001f3f5}",
        "reminder_ribbon": "\u{0001f397}",
        "ticket": "\u{0001f3ab}",
        "tickets": "\u{0001f39f}",
        "circus_tent": "\u{0001f3aa}",
        "woman_juggling": "\u{0001f939}\u{00002640}",
        "woman_juggling_tone1": "\u{0001f939}\u{0001f3fb}\u{00002640}",
        "woman_juggling_tone2": "\u{0001f939}\u{0001f3fc}\u{00002640}",
        "woman_juggling_tone3": "\u{0001f939}\u{0001f3fd}\u{00002640}",
        "woman_juggling_tone4": "\u{0001f939}\u{0001f3fe}\u{00002640}",
        "woman_juggling_tone5": "\u{0001f939}\u{0001f3ff}\u{00002640}",
        "man_juggling": "\u{0001f939}\u{00002642}",
        "man_juggling_tone1": "\u{0001f939}\u{0001f3fb}\u{00002642}",
        "man_juggling_tone2": "\u{0001f939}\u{0001f3fc}\u{00002642}",
        "man_juggling_tone3": "\u{0001f939}\u{0001f3fd}\u{00002642}",
        "man_juggling_tone4": "\u{0001f939}\u{0001f3fe}\u{00002642}",
        "man_juggling_tone5": "\u{0001f939}\u{0001f3ff}\u{00002642}",
        "person_juggling": "\u{0001f939}",
        "person_juggling_tone1": "\u{0001f939}\u{0001f3fb}",
        "person_juggling_tone2": "\u{0001f939}\u{0001f3fc}",
        "person_juggling_tone3": "\u{0001f939}\u{0001f3fd}",
        "person_juggling_tone4": "\u{0001f939}\u{0001f3fe}",
        "person_juggling_tone5": "\u{0001f939}\u{0001f3ff}",
        "performing_arts": "\u{0001f3ad}",
        "art": "\u{0001f3a8}",
        "clapper": "\u{0001f3ac}",
        "microphone": "\u{0001f3a4}",
        "headphones": "\u{0001f3a7}",
        "musical_score": "\u{0001f3bc}",
        "musical_keyboard": "\u{0001f3b9}",
        "drum": "\u{0001f941}",
        "saxophone": "\u{0001f3b7}",
        "trumpet": "\u{0001f3ba}",
        "guitar": "\u{0001f3b8}",
        "violin": "\u{0001f3bb}",
        "game_die": "\u{0001f3b2}",
        "dart": "\u{0001f3af}",
        "bowling": "\u{0001f3b3}",
        "video_game": "\u{0001f3ae}",
        "slot_machine": "\u{0001f3b0}",
        "sled": "\u{0001f6f7}",
        "breast_feeding": "\u{0001f931}",
        "curling_stone": "\u{0001f94c}",
        "person_in_steamy_room": "\u{0001f9d6}",
        "person_climbing": "\u{0001f9d7}",
        "person_in_lotus_position": "\u{0001f9d8}",
        "breast_feeding_tone1": "\u{0001f931}\u{0001f3fb}",
        "breast_feeding_tone2": "\u{0001f931}\u{0001f3fc}",
        "breast_feeding_tone3": "\u{0001f931}\u{0001f3fd}",
        "breast_feeding_tone4": "\u{0001f931}\u{0001f3fe}",
        "breast_feeding_tone5": "\u{0001f931}\u{0001f3ff}",
        "person_in_steamy_room_tone1": "\u{0001f9d6}\u{0001f3fb}",
        "person_in_steamy_room_tone2": "\u{0001f9d6}\u{0001f3fc}",
        "person_in_steamy_room_tone3": "\u{0001f9d6}\u{0001f3fd}",
        "person_in_steamy_room_tone4": "\u{0001f9d6}\u{0001f3fe}",
        "person_in_steamy_room_tone5": "\u{0001f9d6}\u{0001f3ff}",
        "person_climbing_tone1": "\u{0001f9d7}\u{0001f3fb}",
        "person_climbing_tone2": "\u{0001f9d7}\u{0001f3fc}",
        "person_climbing_tone3": "\u{0001f9d7}\u{0001f3fd}",
        "person_climbing_tone4": "\u{0001f9d7}\u{0001f3fe}",
        "person_climbing_tone5": "\u{0001f9d7}\u{0001f3ff}",
        "person_in_lotus_position_tone1": "\u{0001f9d8}\u{0001f3fb}",
        "person_in_lotus_position_tone2": "\u{0001f9d8}\u{0001f3fc}",
        "person_in_lotus_position_tone3": "\u{0001f9d8}\u{0001f3fd}",
        "person_in_lotus_position_tone4": "\u{0001f9d8}\u{0001f3fe}",
        "person_in_lotus_position_tone5": "\u{0001f9d8}\u{0001f3ff}",
        "woman_in_steamy_room": "\u{0001f9d6}\u{00002640}",
        "man_in_steamy_room": "\u{0001f9d6}\u{00002642}",
        "woman_in_steamy_room_tone1": "\u{0001f9d6}\u{0001f3fb}\u{00002640}",
        "man_in_steamy_room_tone1": "\u{0001f9d6}\u{0001f3fb}\u{00002642}",
        "woman_in_steamy_room_tone2": "\u{0001f9d6}\u{0001f3fc}\u{00002640}",
        "man_in_steamy_room_tone2": "\u{0001f9d6}\u{0001f3fc}\u{00002642}",
        "woman_in_steamy_room_tone3": "\u{0001f9d6}\u{0001f3fd}\u{00002640}",
        "man_in_steamy_room_tone3": "\u{0001f9d6}\u{0001f3fd}\u{00002642}",
        "woman_in_steamy_room_tone4": "\u{0001f9d6}\u{0001f3fe}\u{00002640}",
        "man_in_steamy_room_tone4": "\u{0001f9d6}\u{0001f3fe}\u{00002642}",
        "woman_in_steamy_room_tone5": "\u{0001f9d6}\u{0001f3ff}\u{00002640}",
        "man_in_steamy_room_tone5": "\u{0001f9d6}\u{0001f3ff}\u{00002642}",
        "woman_climbing": "\u{0001f9d7}\u{00002640}",
        "man_climbing": "\u{0001f9d7}\u{00002642}",
        "woman_climbing_tone1": "\u{0001f9d7}\u{0001f3fb}\u{00002640}",
        "man_climbing_tone1": "\u{0001f9d7}\u{0001f3fb}\u{00002642}",
        "woman_climbing_tone2": "\u{0001f9d7}\u{0001f3fc}\u{00002640}",
        "man_climbing_tone2": "\u{0001f9d7}\u{0001f3fc}\u{00002642}",
        "woman_climbing_tone3": "\u{0001f9d7}\u{0001f3fd}\u{00002640}",
        "man_climbing_tone3": "\u{0001f9d7}\u{0001f3fd}\u{00002642}",
        "woman_climbing_tone4": "\u{0001f9d7}\u{0001f3fe}\u{00002640}",
        "man_climbing_tone4": "\u{0001f9d7}\u{0001f3fe}\u{00002642}",
        "woman_climbing_tone5": "\u{0001f9d7}\u{0001f3ff}\u{00002640}",
        "man_climbing_tone5": "\u{0001f9d7}\u{0001f3ff}\u{00002642}",
        "woman_in_lotus_position": "\u{0001f9d8}\u{00002640}",
        "man_in_lotus_position": "\u{0001f9d8}\u{00002642}",
        "woman_in_lotus_position_tone1": "\u{0001f9d8}\u{0001f3fb}\u{00002640}",
        "man_in_lotus_position_tone1": "\u{0001f9d8}\u{0001f3fb}\u{00002642}",
        "woman_in_lotus_position_tone2": "\u{0001f9d8}\u{0001f3fc}\u{00002640}",
        "man_in_lotus_position_tone2": "\u{0001f9d8}\u{0001f3fc}\u{00002642}",
        "woman_in_lotus_position_tone3": "\u{0001f9d8}\u{0001f3fd}\u{00002640}",
        "man_in_lotus_position_tone3": "\u{0001f9d8}\u{0001f3fd}\u{00002642}",
        "woman_in_lotus_position_tone4": "\u{0001f9d8}\u{0001f3fe}\u{00002640}",
        "man_in_lotus_position_tone4": "\u{0001f9d8}\u{0001f3fe}\u{00002642}",
        "woman_in_lotus_position_tone5": "\u{0001f9d8}\u{0001f3ff}\u{00002640}",
        "man_in_lotus_position_tone5": "\u{0001f9d8}\u{0001f3ff}\u{00002642}",
        "red_car": "\u{0001f697}",
        "taxi": "\u{0001f695}",
        "blue_car": "\u{0001f699}",
        "bus": "\u{0001f68c}",
        "trolleybus": "\u{0001f68e}",
        "race_car": "\u{0001f3ce}",
        "police_car": "\u{0001f693}",
        "ambulance": "\u{0001f691}",
        "fire_engine": "\u{0001f692}",
        "minibus": "\u{0001f690}",
        "truck": "\u{0001f69a}",
        "articulated_lorry": "\u{0001f69b}",
        "tractor": "\u{0001f69c}",
        "scooter": "\u{0001f6f4}",
        "bike": "\u{0001f6b2}",
        "motor_scooter": "\u{0001f6f5}",
        "motorcycle": "\u{0001f3cd}",
        "rotating_light": "\u{0001f6a8}",
        "oncoming_police_car": "\u{0001f694}",
        "oncoming_bus": "\u{0001f68d}",
        "oncoming_automobile": "\u{0001f698}",
        "oncoming_taxi": "\u{0001f696}",
        "aerial_tramway": "\u{0001f6a1}",
        "mountain_cableway": "\u{0001f6a0}",
        "suspension_railway": "\u{0001f69f}",
        "railway_car": "\u{0001f683}",
        "train": "\u{0001f68b}",
        "mountain_railway": "\u{0001f69e}",
        "monorail": "\u{0001f69d}",
        "bullettrain_side": "\u{0001f684}",
        "bullettrain_front": "\u{0001f685}",
        "light_rail": "\u{0001f688}",
        "steam_locomotive": "\u{0001f682}",
        "train2": "\u{0001f686}",
        "metro": "\u{0001f687}",
        "tram": "\u{0001f68a}",
        "station": "\u{0001f689}",
        "helicopter": "\u{0001f681}",
        "airplane_small": "\u{0001f6e9}",
        "airplane_departure": "\u{0001f6eb}",
        "airplane_arriving": "\u{0001f6ec}",
        "rocket": "\u{0001f680}",
        "satellite_orbital": "\u{0001f6f0}",
        "seat": "\u{0001f4ba}",
        "canoe": "\u{0001f6f6}",
        "sailboat": "\u{000026f5}",
        "motorboat": "\u{0001f6e5}",
        "speedboat": "\u{0001f6a4}",
        "cruise_ship": "\u{0001f6f3}",
        "ferry": "\u{000026f4}",
        "ship": "\u{0001f6a2}",
        "construction": "\u{0001f6a7}",
        "fuelpump": "\u{000026fd}",
        "busstop": "\u{0001f68f}",
        "vertical_traffic_light": "\u{0001f6a6}",
        "traffic_light": "\u{0001f6a5}",
        "map": "\u{0001f5fa}",
        "moyai": "\u{0001f5ff}",
        "statue_of_liberty": "\u{0001f5fd}",
        "fountain": "\u{000026f2}",
        "tokyo_tower": "\u{0001f5fc}",
        "european_castle": "\u{0001f3f0}",
        "japanese_castle": "\u{0001f3ef}",
        "stadium": "\u{0001f3df}",
        "ferris_wheel": "\u{0001f3a1}",
        "roller_coaster": "\u{0001f3a2}",
        "carousel_horse": "\u{0001f3a0}",
        "beach_umbrella": "\u{000026f1}",
        "beach": "\u{0001f3d6}",
        "island": "\u{0001f3dd}",
        "mountain": "\u{000026f0}",
        "mountain_snow": "\u{0001f3d4}",
        "mount_fuji": "\u{0001f5fb}",
        "volcano": "\u{0001f30b}",
        "desert": "\u{0001f3dc}",
        "camping": "\u{0001f3d5}",
        "tent": "\u{000026fa}",
        "railway_track": "\u{0001f6e4}",
        "motorway": "\u{0001f6e3}",
        "construction_site": "\u{0001f3d7}",
        "factory": "\u{0001f3ed}",
        "house": "\u{0001f3e0}",
        "house_with_garden": "\u{0001f3e1}",
        "homes": "\u{0001f3d8}",
        "house_abandoned": "\u{0001f3da}",
        "office": "\u{0001f3e2}",
        "department_store": "\u{0001f3ec}",
        "post_office": "\u{0001f3e3}",
        "european_post_office": "\u{0001f3e4}",
        "hospital": "\u{0001f3e5}",
        "bank": "\u{0001f3e6}",
        "hotel": "\u{0001f3e8}",
        "convenience_store": "\u{0001f3ea}",
        "school": "\u{0001f3eb}",
        "love_hotel": "\u{0001f3e9}",
        "wedding": "\u{0001f492}",
        "classical_building": "\u{0001f3db}",
        "church": "\u{000026ea}",
        "mosque": "\u{0001f54c}",
        "synagogue": "\u{0001f54d}",
        "kaaba": "\u{0001f54b}",
        "shinto_shrine": "\u{000026e9}",
        "japan": "\u{0001f5fe}",
        "rice_scene": "\u{0001f391}",
        "park": "\u{0001f3de}",
        "sunrise": "\u{0001f305}",
        "sunrise_over_mountains": "\u{0001f304}",
        "stars": "\u{0001f320}",
        "sparkler": "\u{0001f387}",
        "fireworks": "\u{0001f386}",
        "city_sunset": "\u{0001f307}",
        "city_dusk": "\u{0001f306}",
        "cityscape": "\u{0001f3d9}",
        "night_with_stars": "\u{0001f303}",
        "milky_way": "\u{0001f30c}",
        "bridge_at_night": "\u{0001f309}",
        "foggy": "\u{0001f301}",
        "flying_saucer": "\u{0001f6f8}",
        "watch": "\u{0000231a}",
        "iphone": "\u{0001f4f1}",
        "calling": "\u{0001f4f2}",
        "computer": "\u{0001f4bb}",
        "desktop": "\u{0001f5a5}",
        "printer": "\u{0001f5a8}",
        "mouse_three_button": "\u{0001f5b1}",
        "trackball": "\u{0001f5b2}",
        "joystick": "\u{0001f579}",
        "compression": "\u{0001f5dc}",
        "minidisc": "\u{0001f4bd}",
        "floppy_disk": "\u{0001f4be}",
        "cd": "\u{0001f4bf}",
        "dvd": "\u{0001f4c0}",
        "vhs": "\u{0001f4fc}",
        "camera": "\u{0001f4f7}",
        "camera_with_flash": "\u{0001f4f8}",
        "video_camera": "\u{0001f4f9}",
        "movie_camera": "\u{0001f3a5}",
        "projector": "\u{0001f4fd}",
        "film_frames": "\u{0001f39e}",
        "telephone_receiver": "\u{0001f4de}",
        "telephone": "\u{0000260e}",
        "pager": "\u{0001f4df}",
        "fax": "\u{0001f4e0}",
        "tv": "\u{0001f4fa}",
        "radio": "\u{0001f4fb}",
        "microphone2": "\u{0001f399}",
        "level_slider": "\u{0001f39a}",
        "control_knobs": "\u{0001f39b}",
        "stopwatch": "\u{000023f1}",
        "timer": "\u{000023f2}",
        "alarm_clock": "\u{000023f0}",
        "clock": "\u{0001f570}",
        "hourglass": "\u{0000231b}",
        "hourglass_flowing_sand": "\u{000023f3}",
        "satellite": "\u{0001f4e1}",
        "battery": "\u{0001f50b}",
        "electric_plug": "\u{0001f50c}",
        "bulb": "\u{0001f4a1}",
        "flashlight": "\u{0001f526}",
        "candle": "\u{0001f56f}",
        "wastebasket": "\u{0001f5d1}",
        "oil": "\u{0001f6e2}",
        "money_with_wings": "\u{0001f4b8}",
        "dollar": "\u{0001f4b5}",
        "yen": "\u{0001f4b4}",
        "euro": "\u{0001f4b6}",
        "pound": "\u{0001f4b7}",
        "moneybag": "\u{0001f4b0}",
        "credit_card": "\u{0001f4b3}",
        "gem": "\u{0001f48e}",
        "wrench": "\u{0001f527}",
        "hammer": "\u{0001f528}",
        "tools": "\u{0001f6e0}",
        "pick": "\u{000026cf}",
        "nut_and_bolt": "\u{0001f529}",
        "chains": "\u{000026d3}",
        "gun": "\u{0001f52b}",
        "bomb": "\u{0001f4a3}",
        "knife": "\u{0001f52a}",
        "dagger": "\u{0001f5e1}",
        "shield": "\u{0001f6e1}",
        "smoking": "\u{0001f6ac}",
        "coffin": "\u{000026b0}",
        "urn": "\u{000026b1}",
        "amphora": "\u{0001f3fa}",
        "crystal_ball": "\u{0001f52e}",
        "prayer_beads": "\u{0001f4ff}",
        "barber": "\u{0001f488}",
        "telescope": "\u{0001f52d}",
        "microscope": "\u{0001f52c}",
        "hole": "\u{0001f573}",
        "pill": "\u{0001f48a}",
        "syringe": "\u{0001f489}",
        "thermometer": "\u{0001f321}",
        "toilet": "\u{0001f6bd}",
        "potable_water": "\u{0001f6b0}",
        "shower": "\u{0001f6bf}",
        "bathtub": "\u{0001f6c1}",
        "bath": "\u{0001f6c0}",
        "bath_tone1": "\u{0001f6c0}\u{0001f3fb}",
        "bath_tone2": "\u{0001f6c0}\u{0001f3fc}",
        "bath_tone3": "\u{0001f6c0}\u{0001f3fd}",
        "bath_tone4": "\u{0001f6c0}\u{0001f3fe}",
        "bath_tone5": "\u{0001f6c0}\u{0001f3ff}",
        "bellhop": "\u{0001f6ce}",
        "key": "\u{0001f511}",
        "key2": "\u{0001f5dd}",
        "door": "\u{0001f6aa}",
        "couch": "\u{0001f6cb}",
        "bed": "\u{0001f6cf}",
        "sleeping_accommodation": "\u{0001f6cc}",
        "person_in_bed_tone1": "\u{0001f6cc}\u{0001f3fb}",
        "person_in_bed_tone2": "\u{0001f6cc}\u{0001f3fc}",
        "person_in_bed_tone3": "\u{0001f6cc}\u{0001f3fd}",
        "person_in_bed_tone4": "\u{0001f6cc}\u{0001f3fe}",
        "person_in_bed_tone5": "\u{0001f6cc}\u{0001f3ff}",
        "frame_photo": "\u{0001f5bc}",
        "shopping_bags": "\u{0001f6cd}",
        "shopping_cart": "\u{0001f6d2}",
        "gift": "\u{0001f381}",
        "balloon": "\u{0001f388}",
        "flags": "\u{0001f38f}",
        "ribbon": "\u{0001f380}",
        "confetti_ball": "\u{0001f38a}",
        "tada": "\u{0001f389}",
        "dolls": "\u{0001f38e}",
        "izakaya_lantern": "\u{0001f3ee}",
        "wind_chime": "\u{0001f390}",
        "envelope_with_arrow": "\u{0001f4e9}",
        "incoming_envelope": "\u{0001f4e8}",
        "e-mail": "\u{0001f4e7}",
        "love_letter": "\u{0001f48c}",
        "inbox_tray": "\u{0001f4e5}",
        "outbox_tray": "\u{0001f4e4}",
        "package": "\u{0001f4e6}",
        "label": "\u{0001f3f7}",
        "mailbox_closed": "\u{0001f4ea}",
        "mailbox": "\u{0001f4eb}",
        "mailbox_with_mail": "\u{0001f4ec}",
        "mailbox_with_no_mail": "\u{0001f4ed}",
        "postbox": "\u{0001f4ee}",
        "postal_horn": "\u{0001f4ef}",
        "scroll": "\u{0001f4dc}",
        "page_with_curl": "\u{0001f4c3}",
        "page_facing_up": "\u{0001f4c4}",
        "bookmark_tabs": "\u{0001f4d1}",
        "bar_chart": "\u{0001f4ca}",
        "chart_with_upwards_trend": "\u{0001f4c8}",
        "chart_with_downwards_trend": "\u{0001f4c9}",
        "notepad_spiral": "\u{0001f5d2}",
        "calendar_spiral": "\u{0001f5d3}",
        "calendar": "\u{0001f4c6}",
        "date": "\u{0001f4c5}",
        "card_index": "\u{0001f4c7}",
        "card_box": "\u{0001f5c3}",
        "ballot_box": "\u{0001f5f3}",
        "file_cabinet": "\u{0001f5c4}",
        "clipboard": "\u{0001f4cb}",
        "file_folder": "\u{0001f4c1}",
        "open_file_folder": "\u{0001f4c2}",
        "dividers": "\u{0001f5c2}",
        "newspaper2": "\u{0001f5de}",
        "newspaper": "\u{0001f4f0}",
        "notebook": "\u{0001f4d3}",
        "notebook_with_decorative_cover": "\u{0001f4d4}",
        "ledger": "\u{0001f4d2}",
        "closed_book": "\u{0001f4d5}",
        "green_book": "\u{0001f4d7}",
        "blue_book": "\u{0001f4d8}",
        "orange_book": "\u{0001f4d9}",
        "books": "\u{0001f4da}",
        "book": "\u{0001f4d6}",
        "bookmark": "\u{0001f516}",
        "link": "\u{0001f517}",
        "paperclip": "\u{0001f4ce}",
        "paperclips": "\u{0001f587}",
        "triangular_ruler": "\u{0001f4d0}",
        "straight_ruler": "\u{0001f4cf}",
        "pushpin": "\u{0001f4cc}",
        "round_pushpin": "\u{0001f4cd}",
        "pen_ballpoint": "\u{0001f58a}",
        "pen_fountain": "\u{0001f58b}",
        "paintbrush": "\u{0001f58c}",
        "crayon": "\u{0001f58d}",
        "pencil": "\u{0001f4dd}",
        "pencil2": "\u{0000270f}",
        "mag": "\u{0001f50d}",
        "mag_right": "\u{0001f50e}",
        "lock_with_ink_pen": "\u{0001f50f}",
        "closed_lock_with_key": "\u{0001f510}",
        "lock": "\u{0001f512}",
        "unlock": "\u{0001f513}",
        "orange_heart": "\u{0001f9e1}",
        "yellow_heart": "\u{0001f49b}",
        "green_heart": "\u{0001f49a}",
        "blue_heart": "\u{0001f499}",
        "purple_heart": "\u{0001f49c}",
        "black_heart": "\u{0001f5a4}",
        "broken_heart": "\u{0001f494}",
        "two_hearts": "\u{0001f495}",
        "revolving_hearts": "\u{0001f49e}",
        "heartbeat": "\u{0001f493}",
        "heartpulse": "\u{0001f497}",
        "sparkling_heart": "\u{0001f496}",
        "cupid": "\u{0001f498}",
        "gift_heart": "\u{0001f49d}",
        "heart_decoration": "\u{0001f49f}",
        "peace": "\u{0000262e}",
        "cross": "\u{0000271d}",
        "star_and_crescent": "\u{0000262a}",
        "om_symbol": "\u{0001f549}",
        "six_pointed_star": "\u{0001f52f}",
        "menorah": "\u{0001f54e}",
        "yin_yang": "\u{0000262f}",
        "place_of_worship": "\u{0001f6d0}",
        "ophiuchus": "\u{000026ce}",
        "gemini": "\u{0000264a}",
        "cancer": "\u{0000264b}",
        "leo": "\u{0000264c}",
        "virgo": "\u{0000264d}",
        "libra": "\u{0000264e}",
        "scorpius": "\u{0000264f}",
        "id": "\u{0001f194}",
        "atom": "\u{0000269b}",
        "accept": "\u{0001f251}",
        "mobile_phone_off": "\u{0001f4f4}",
        "vibration_mode": "\u{0001f4f3}",
        "u6709": "\u{0001f236}",
        "u7121": "\u{0001f21a}",
        "u7533": "\u{0001f238}",
        "u55b6": "\u{0001f23a}",
        "u6708": "\u{0001f237}",
        "vs": "\u{0001f19a}",
        "white_flower": "\u{0001f4ae}",
        "ideograph_advantage": "\u{0001f250}",
        "u5408": "\u{0001f234}",
        "u6e80": "\u{0001f235}",
        "u5272": "\u{0001f239}",
        "u7981": "\u{0001f232}",
        "a": "\u{0001f170}",
        "b": "\u{0001f171}",
        "ab": "\u{0001f18e}",
        "cl": "\u{0001f191}",
        "o2": "\u{0001f17e}",
        "sos": "\u{0001f198}",
        "x": "\u{0000274c}",
        "o": "\u{00002b55}",
        "octagonal_sign": "\u{0001f6d1}",
        "no_entry": "\u{000026d4}",
        "name_badge": "\u{0001f4db}",
        "no_entry_sign": "\u{0001f6ab}",
        "100": "\u{0001f4af}",
        "anger": "\u{0001f4a2}",
        "no_pedestrians": "\u{0001f6b7}",
        "do_not_litter": "\u{0001f6af}",
        "no_bicycles": "\u{0001f6b3}",
        "non-potable_water": "\u{0001f6b1}",
        "underage": "\u{0001f51e}",
        "no_mobile_phones": "\u{0001f4f5}",
        "no_smoking": "\u{0001f6ad}",
        "bangbang": "\u{0000203c}",
        "low_brightness": "\u{0001f505}",
        "high_brightness": "\u{0001f506}",
        "part_alternation_mark": "\u{0000303d}",
        "warning": "\u{000026a0}",
        "children_crossing": "\u{0001f6b8}",
        "trident": "\u{0001f531}",
        "fleur-de-lis": "\u{0000269c}",
        "beginner": "\u{0001f530}",
        "recycle": "\u{0000267b}",
        "u6307": "\u{0001f22f}",
        "chart": "\u{0001f4b9}",
        "negative_squared_cross_mark": "\u{0000274e}",
        "globe_with_meridians": "\u{0001f310}",
        "diamond_shape_with_a_dot_inside": "\u{0001f4a0}",
        "m": "\u{000024c2}",
        "cyclone": "\u{0001f300}",
        "zzz": "\u{0001f4a4}",
        "atm": "\u{0001f3e7}",
        "wc": "\u{0001f6be}",
        "wheelchair": "\u{0000267f}",
        "parking": "\u{0001f17f}",
        "u7a7a": "\u{0001f233}",
        "sa": "\u{0001f202}",
        "passport_control": "\u{0001f6c2}",
        "customs": "\u{0001f6c3}",
        "baggage_claim": "\u{0001f6c4}",
        "left_luggage": "\u{0001f6c5}",
        "mens": "\u{0001f6b9}",
        "womens": "\u{0001f6ba}",
        "baby_symbol": "\u{0001f6bc}",
        "restroom": "\u{0001f6bb}",
        "put_litter_in_its_place": "\u{0001f6ae}",
        "cinema": "\u{0001f3a6}",
        "signal_strength": "\u{0001f4f6}",
        "koko": "\u{0001f201}",
        "symbols": "\u{0001f523}",
        "abc": "\u{0001f524}",
        "abcd": "\u{0001f521}",
        "capital_abcd": "\u{0001f520}",
        "ng": "\u{0001f196}",
        "ok": "\u{0001f197}",
        "up": "\u{0001f199}",
        "cool": "\u{0001f192}",
        "new": "\u{0001f195}",
        "free": "\u{0001f193}",
        "zero": "0\u{000020e3}",
        "one": "1\u{000020e3}",
        "two": "2\u{000020e3}",
        "three": "3\u{000020e3}",
        "four": "4\u{000020e3}",
        "five": "5\u{000020e3}",
        "six": "6\u{000020e3}",
        "seven": "7\u{000020e3}",
        "eight": "8\u{000020e3}",
        "nine": "9\u{000020e3}",
        "keycap_ten": "\u{0001f51f}",
        "1234": "\u{0001f522}",
        "hash": "#\u{000020e3}",
        "asterisk": "\u{0000002a}\u{000020e3}",
        "arrow_forward": "\u{000025b6}",
        "pause_button": "\u{000023f8}",
        "play_pause": "\u{000023ef}",
        "stop_button": "\u{000023f9}",
        "record_button": "\u{000023fa}",
        "eject": "\u{000023cf}",
        "track_next": "\u{000023ed}",
        "track_previous": "\u{000023ee}",
        "fast_forward": "\u{000023e9}",
        "rewind": "\u{000023ea}",
        "arrow_double_up": "\u{000023eb}",
        "arrow_double_down": "\u{000023ec}",
        "arrow_backward": "\u{000025c0}",
        "arrow_up_small": "\u{0001f53c}",
        "arrow_down_small": "\u{0001f53d}",
        "arrow_right": "\u{000027a1}",
        "arrow_left": "\u{00002b05}",
        "arrow_up": "\u{00002b06}",
        "arrow_down": "\u{00002b07}",
        "arrow_right_hook": "\u{000021aa}",
        "leftwards_arrow_with_hook": "\u{000021a9}",
        "twisted_rightwards_arrows": "\u{0001f500}",
        "repeat": "\u{0001f501}",
        "repeat_one": "\u{0001f502}",
        "arrows_counterclockwise": "\u{0001f504}",
        "arrows_clockwise": "\u{0001f503}",
        "musical_note": "\u{0001f3b5}",
        "notes": "\u{0001f3b6}",
        "heavy_dollar_sign": "\u{0001f4b2}",
        "currency_exchange": "\u{0001f4b1}",
        "copyright": "\u{000000a9}",
        "registered": "\u{000000ae}",
        "curly_loop": "\u{000027b0}",
        "loop": "\u{000027bf}",
        "end": "\u{0001f51a}",
        "back": "\u{0001f519}",
        "on": "\u{0001f51b}",
        "top": "\u{0001f51d}",
        "soon": "\u{0001f51c}",
        "radio_button": "\u{0001f518}",
        "white_circle": "\u{000026aa}",
        "black_circle": "\u{000026ab}",
        "red_circle": "\u{0001f534}",
        "blue_circle": "\u{0001f535}",
        "small_red_triangle": "\u{0001f53a}",
        "small_red_triangle_down": "\u{0001f53b}",
        "small_orange_diamond": "\u{0001f538}",
        "small_blue_diamond": "\u{0001f539}",
        "large_orange_diamond": "\u{0001f536}",
        "large_blue_diamond": "\u{0001f537}",
        "white_square_button": "\u{0001f533}",
        "black_square_button": "\u{0001f532}",
        "black_small_square": "\u{000025aa}",
        "white_small_square": "\u{000025ab}",
        "black_medium_small_square": "\u{000025fe}",
        "white_medium_small_square": "\u{000025fd}",
        "black_medium_square": "\u{000025fc}",
        "white_medium_square": "\u{000025fb}",
        "black_large_square": "\u{00002b1b}",
        "white_large_square": "\u{00002b1c}",
        "speaker": "\u{0001f508}",
        "mute": "\u{0001f507}",
        "sound": "\u{0001f509}",
        "loud_sound": "\u{0001f50a}",
        "bell": "\u{0001f514}",
        "no_bell": "\u{0001f515}",
        "mega": "\u{0001f4e3}",
        "loudspeaker": "\u{0001f4e2}",
        "speech_left": "\u{0001f5e8}",
        "eye_in_speech_bubble": "\u{0001f441}\u{0001f5e8}",
        "speech_balloon": "\u{0001f4ac}",
        "thought_balloon": "\u{0001f4ad}",
        "anger_right": "\u{0001f5ef}",
        "black_joker": "\u{0001f0cf}",
        "flower_playing_cards": "\u{0001f3b4}",
        "mahjong": "\u{0001f004}",
        "clock1": "\u{0001f550}",
        "clock2": "\u{0001f551}",
        "clock3": "\u{0001f552}",
        "clock4": "\u{0001f553}",
        "clock5": "\u{0001f554}",
        "clock6": "\u{0001f555}",
        "clock7": "\u{0001f556}",
        "clock8": "\u{0001f557}",
        "clock9": "\u{0001f558}",
        "clock10": "\u{0001f559}",
        "clock11": "\u{0001f55a}",
        "clock12": "\u{0001f55b}",
        "clock130": "\u{0001f55c}",
        "clock230": "\u{0001f55d}",
        "clock330": "\u{0001f55e}",
        "clock430": "\u{0001f55f}",
        "clock530": "\u{0001f560}",
        "clock630": "\u{0001f561}",
        "clock730": "\u{0001f562}",
        "clock830": "\u{0001f563}",
        "clock930": "\u{0001f564}",
        "clock1030": "\u{0001f565}",
        "clock1130": "\u{0001f566}",
        "clock1230": "\u{0001f567}",
        "flag_white": "\u{0001f3f3}",
        "flag_black": "\u{0001f3f4}",
        "checkered_flag": "\u{0001f3c1}",
        "triangular_flag_on_post": "\u{0001f6a9}",
        "rainbow_flag": "\u{0001f3f3}\u{0001f308}",
        "flag_af": "\u{0001f1e6}\u{0001f1eb}",
        "flag_ax": "\u{0001f1e6}\u{0001f1fd}",
        "flag_al": "\u{0001f1e6}\u{0001f1f1}",
        "flag_dz": "\u{0001f1e9}\u{0001f1ff}",
        "flag_as": "\u{0001f1e6}\u{0001f1f8}",
        "flag_ad": "\u{0001f1e6}\u{0001f1e9}",
        "flag_ao": "\u{0001f1e6}\u{0001f1f4}",
        "flag_ai": "\u{0001f1e6}\u{0001f1ee}",
        "flag_aq": "\u{0001f1e6}\u{0001f1f6}",
        "flag_ag": "\u{0001f1e6}\u{0001f1ec}",
        "flag_ar": "\u{0001f1e6}\u{0001f1f7}",
        "flag_am": "\u{0001f1e6}\u{0001f1f2}",
        "flag_aw": "\u{0001f1e6}\u{0001f1fc}",
        "flag_au": "\u{0001f1e6}\u{0001f1fa}",
        "flag_at": "\u{0001f1e6}\u{0001f1f9}",
        "flag_az": "\u{0001f1e6}\u{0001f1ff}",
        "flag_bs": "\u{0001f1e7}\u{0001f1f8}",
        "flag_bh": "\u{0001f1e7}\u{0001f1ed}",
        "flag_bd": "\u{0001f1e7}\u{0001f1e9}",
        "flag_bb": "\u{0001f1e7}\u{0001f1e7}",
        "flag_by": "\u{0001f1e7}\u{0001f1fe}",
        "flag_be": "\u{0001f1e7}\u{0001f1ea}",
        "flag_bz": "\u{0001f1e7}\u{0001f1ff}",
        "flag_bj": "\u{0001f1e7}\u{0001f1ef}",
        "flag_bm": "\u{0001f1e7}\u{0001f1f2}",
        "flag_bt": "\u{0001f1e7}\u{0001f1f9}",
        "flag_bo": "\u{0001f1e7}\u{0001f1f4}",
        "flag_ba": "\u{0001f1e7}\u{0001f1e6}",
        "flag_bw": "\u{0001f1e7}\u{0001f1fc}",
        "flag_br": "\u{0001f1e7}\u{0001f1f7}",
        "flag_io": "\u{0001f1ee}\u{0001f1f4}",
        "flag_vg": "\u{0001f1fb}\u{0001f1ec}",
        "flag_bn": "\u{0001f1e7}\u{0001f1f3}",
        "flag_bg": "\u{0001f1e7}\u{0001f1ec}",
        "flag_bf": "\u{0001f1e7}\u{0001f1eb}",
        "flag_bi": "\u{0001f1e7}\u{0001f1ee}",
        "flag_kh": "\u{0001f1f0}\u{0001f1ed}",
        "flag_cm": "\u{0001f1e8}\u{0001f1f2}",
        "flag_ca": "\u{0001f1e8}\u{0001f1e6}",
        "flag_ic": "\u{0001f1ee}\u{0001f1e8}",
        "flag_cv": "\u{0001f1e8}\u{0001f1fb}",
        "flag_bq": "\u{0001f1e7}\u{0001f1f6}",
        "flag_ky": "\u{0001f1f0}\u{0001f1fe}",
        "flag_cf": "\u{0001f1e8}\u{0001f1eb}",
        "flag_td": "\u{0001f1f9}\u{0001f1e9}",
        "flag_cl": "\u{0001f1e8}\u{0001f1f1}",
        "flag_cn": "\u{0001f1e8}\u{0001f1f3}",
        "flag_cx": "\u{0001f1e8}\u{0001f1fd}",
        "flag_cc": "\u{0001f1e8}\u{0001f1e8}",
        "flag_co": "\u{0001f1e8}\u{0001f1f4}",
        "flag_km": "\u{0001f1f0}\u{0001f1f2}",
        "flag_cg": "\u{0001f1e8}\u{0001f1ec}",
        "flag_cd": "\u{0001f1e8}\u{0001f1e9}",
        "flag_ck": "\u{0001f1e8}\u{0001f1f0}",
        "flag_cr": "\u{0001f1e8}\u{0001f1f7}",
        "flag_ci": "\u{0001f1e8}\u{0001f1ee}",
        "flag_hr": "\u{0001f1ed}\u{0001f1f7}",
        "flag_cu": "\u{0001f1e8}\u{0001f1fa}",
        "flag_cw": "\u{0001f1e8}\u{0001f1fc}",
        "flag_cy": "\u{0001f1e8}\u{0001f1fe}",
        "flag_cz": "\u{0001f1e8}\u{0001f1ff}",
        "flag_dk": "\u{0001f1e9}\u{0001f1f0}",
        "flag_dj": "\u{0001f1e9}\u{0001f1ef}",
        "flag_dm": "\u{0001f1e9}\u{0001f1f2}",
        "flag_do": "\u{0001f1e9}\u{0001f1f4}",
        "flag_ec": "\u{0001f1ea}\u{0001f1e8}",
        "flag_eg": "\u{0001f1ea}\u{0001f1ec}",
        "flag_sv": "\u{0001f1f8}\u{0001f1fb}",
        "flag_gq": "\u{0001f1ec}\u{0001f1f6}",
        "flag_er": "\u{0001f1ea}\u{0001f1f7}",
        "flag_ee": "\u{0001f1ea}\u{0001f1ea}",
        "flag_et": "\u{0001f1ea}\u{0001f1f9}",
        "flag_eu": "\u{0001f1ea}\u{0001f1fa}",
        "flag_fk": "\u{0001f1eb}\u{0001f1f0}",
        "flag_fo": "\u{0001f1eb}\u{0001f1f4}",
        "flag_fj": "\u{0001f1eb}\u{0001f1ef}",
        "flag_fi": "\u{0001f1eb}\u{0001f1ee}",
        "flag_fr": "\u{0001f1eb}\u{0001f1f7}",
        "flag_gf": "\u{0001f1ec}\u{0001f1eb}",
        "flag_pf": "\u{0001f1f5}\u{0001f1eb}",
        "flag_tf": "\u{0001f1f9}\u{0001f1eb}",
        "flag_ga": "\u{0001f1ec}\u{0001f1e6}",
        "flag_gm": "\u{0001f1ec}\u{0001f1f2}",
        "flag_ge": "\u{0001f1ec}\u{0001f1ea}",
        "flag_de": "\u{0001f1e9}\u{0001f1ea}",
        "flag_gh": "\u{0001f1ec}\u{0001f1ed}",
        "flag_gi": "\u{0001f1ec}\u{0001f1ee}",
        "flag_gr": "\u{0001f1ec}\u{0001f1f7}",
        "flag_gl": "\u{0001f1ec}\u{0001f1f1}",
        "flag_gd": "\u{0001f1ec}\u{0001f1e9}",
        "flag_gp": "\u{0001f1ec}\u{0001f1f5}",
        "flag_gu": "\u{0001f1ec}\u{0001f1fa}",
        "flag_gt": "\u{0001f1ec}\u{0001f1f9}",
        "flag_gg": "\u{0001f1ec}\u{0001f1ec}",
        "flag_gn": "\u{0001f1ec}\u{0001f1f3}",
        "flag_gw": "\u{0001f1ec}\u{0001f1fc}",
        "flag_gy": "\u{0001f1ec}\u{0001f1fe}",
        "flag_ht": "\u{0001f1ed}\u{0001f1f9}",
        "flag_hn": "\u{0001f1ed}\u{0001f1f3}",
        "flag_hk": "\u{0001f1ed}\u{0001f1f0}",
        "flag_hu": "\u{0001f1ed}\u{0001f1fa}",
        "flag_is": "\u{0001f1ee}\u{0001f1f8}",
        "flag_in": "\u{0001f1ee}\u{0001f1f3}",
        "flag_id": "\u{0001f1ee}\u{0001f1e9}",
        "flag_ir": "\u{0001f1ee}\u{0001f1f7}",
        "flag_iq": "\u{0001f1ee}\u{0001f1f6}",
        "flag_ie": "\u{0001f1ee}\u{0001f1ea}",
        "flag_im": "\u{0001f1ee}\u{0001f1f2}",
        "flag_il": "\u{0001f1ee}\u{0001f1f1}",
        "flag_it": "\u{0001f1ee}\u{0001f1f9}",
        "flag_jm": "\u{0001f1ef}\u{0001f1f2}",
        "flag_jp": "\u{0001f1ef}\u{0001f1f5}",
        "crossed_flags": "\u{0001f38c}",
        "flag_je": "\u{0001f1ef}\u{0001f1ea}",
        "flag_jo": "\u{0001f1ef}\u{0001f1f4}",
        "flag_kz": "\u{0001f1f0}\u{0001f1ff}",
        "flag_ke": "\u{0001f1f0}\u{0001f1ea}",
        "flag_ki": "\u{0001f1f0}\u{0001f1ee}",
        "flag_xk": "\u{0001f1fd}\u{0001f1f0}",
        "flag_kw": "\u{0001f1f0}\u{0001f1fc}",
        "flag_kg": "\u{0001f1f0}\u{0001f1ec}",
        "flag_la": "\u{0001f1f1}\u{0001f1e6}",
        "flag_lv": "\u{0001f1f1}\u{0001f1fb}",
        "flag_lb": "\u{0001f1f1}\u{0001f1e7}",
        "flag_ls": "\u{0001f1f1}\u{0001f1f8}",
        "flag_lr": "\u{0001f1f1}\u{0001f1f7}",
        "flag_ly": "\u{0001f1f1}\u{0001f1fe}",
        "flag_li": "\u{0001f1f1}\u{0001f1ee}",
        "flag_lt": "\u{0001f1f1}\u{0001f1f9}",
        "flag_lu": "\u{0001f1f1}\u{0001f1fa}",
        "flag_mo": "\u{0001f1f2}\u{0001f1f4}",
        "flag_mk": "\u{0001f1f2}\u{0001f1f0}",
        "flag_mg": "\u{0001f1f2}\u{0001f1ec}",
        "flag_mw": "\u{0001f1f2}\u{0001f1fc}",
        "flag_my": "\u{0001f1f2}\u{0001f1fe}",
        "flag_mv": "\u{0001f1f2}\u{0001f1fb}",
        "flag_ml": "\u{0001f1f2}\u{0001f1f1}",
        "flag_mt": "\u{0001f1f2}\u{0001f1f9}",
        "flag_mh": "\u{0001f1f2}\u{0001f1ed}",
        "flag_mq": "\u{0001f1f2}\u{0001f1f6}",
        "flag_mr": "\u{0001f1f2}\u{0001f1f7}",
        "flag_mu": "\u{0001f1f2}\u{0001f1fa}",
        "flag_yt": "\u{0001f1fe}\u{0001f1f9}",
        "flag_mx": "\u{0001f1f2}\u{0001f1fd}",
        "flag_fm": "\u{0001f1eb}\u{0001f1f2}",
        "flag_md": "\u{0001f1f2}\u{0001f1e9}",
        "flag_mc": "\u{0001f1f2}\u{0001f1e8}",
        "flag_mn": "\u{0001f1f2}\u{0001f1f3}",
        "flag_me": "\u{0001f1f2}\u{0001f1ea}",
        "flag_ms": "\u{0001f1f2}\u{0001f1f8}",
        "flag_ma": "\u{0001f1f2}\u{0001f1e6}",
        "flag_mz": "\u{0001f1f2}\u{0001f1ff}",
        "flag_mm": "\u{0001f1f2}\u{0001f1f2}",
        "flag_na": "\u{0001f1f3}\u{0001f1e6}",
        "flag_nr": "\u{0001f1f3}\u{0001f1f7}",
        "flag_np": "\u{0001f1f3}\u{0001f1f5}",
        "flag_nl": "\u{0001f1f3}\u{0001f1f1}",
        "flag_nc": "\u{0001f1f3}\u{0001f1e8}",
        "flag_nz": "\u{0001f1f3}\u{0001f1ff}",
        "flag_ni": "\u{0001f1f3}\u{0001f1ee}",
        "flag_ne": "\u{0001f1f3}\u{0001f1ea}",
        "flag_ng": "\u{0001f1f3}\u{0001f1ec}",
        "flag_nu": "\u{0001f1f3}\u{0001f1fa}",
        "flag_nf": "\u{0001f1f3}\u{0001f1eb}",
        "flag_kp": "\u{0001f1f0}\u{0001f1f5}",
        "flag_mp": "\u{0001f1f2}\u{0001f1f5}",
        "flag_no": "\u{0001f1f3}\u{0001f1f4}",
        "flag_om": "\u{0001f1f4}\u{0001f1f2}",
        "flag_pk": "\u{0001f1f5}\u{0001f1f0}",
        "flag_pw": "\u{0001f1f5}\u{0001f1fc}",
        "flag_ps": "\u{0001f1f5}\u{0001f1f8}",
        "flag_pa": "\u{0001f1f5}\u{0001f1e6}",
        "flag_pg": "\u{0001f1f5}\u{0001f1ec}",
        "flag_py": "\u{0001f1f5}\u{0001f1fe}",
        "flag_pe": "\u{0001f1f5}\u{0001f1ea}",
        "flag_ph": "\u{0001f1f5}\u{0001f1ed}",
        "flag_pn": "\u{0001f1f5}\u{0001f1f3}",
        "flag_pl": "\u{0001f1f5}\u{0001f1f1}",
        "flag_pt": "\u{0001f1f5}\u{0001f1f9}",
        "flag_pr": "\u{0001f1f5}\u{0001f1f7}",
        "flag_qa": "\u{0001f1f6}\u{0001f1e6}",
        "flag_re": "\u{0001f1f7}\u{0001f1ea}",
        "flag_ro": "\u{0001f1f7}\u{0001f1f4}",
        "flag_ru": "\u{0001f1f7}\u{0001f1fa}",
        "flag_rw": "\u{0001f1f7}\u{0001f1fc}",
        "flag_ws": "\u{0001f1fc}\u{0001f1f8}",
        "flag_sm": "\u{0001f1f8}\u{0001f1f2}",
        "flag_st": "\u{0001f1f8}\u{0001f1f9}",
        "flag_sa": "\u{0001f1f8}\u{0001f1e6}",
        "flag_sn": "\u{0001f1f8}\u{0001f1f3}",
        "flag_rs": "\u{0001f1f7}\u{0001f1f8}",
        "flag_sc": "\u{0001f1f8}\u{0001f1e8}",
        "flag_sl": "\u{0001f1f8}\u{0001f1f1}",
        "flag_sg": "\u{0001f1f8}\u{0001f1ec}",
        "flag_sx": "\u{0001f1f8}\u{0001f1fd}",
        "flag_sk": "\u{0001f1f8}\u{0001f1f0}",
        "flag_si": "\u{0001f1f8}\u{0001f1ee}",
        "flag_gs": "\u{0001f1ec}\u{0001f1f8}",
        "flag_sb": "\u{0001f1f8}\u{0001f1e7}",
        "flag_so": "\u{0001f1f8}\u{0001f1f4}",
        "flag_za": "\u{0001f1ff}\u{0001f1e6}",
        "flag_kr": "\u{0001f1f0}\u{0001f1f7}",
        "flag_ss": "\u{0001f1f8}\u{0001f1f8}",
        "flag_es": "\u{0001f1ea}\u{0001f1f8}",
        "flag_lk": "\u{0001f1f1}\u{0001f1f0}",
        "flag_bl": "\u{0001f1e7}\u{0001f1f1}",
        "flag_sh": "\u{0001f1f8}\u{0001f1ed}",
        "flag_kn": "\u{0001f1f0}\u{0001f1f3}",
        "flag_lc": "\u{0001f1f1}\u{0001f1e8}",
        "flag_pm": "\u{0001f1f5}\u{0001f1f2}",
        "flag_vc": "\u{0001f1fb}\u{0001f1e8}",
        "flag_sd": "\u{0001f1f8}\u{0001f1e9}",
        "flag_sr": "\u{0001f1f8}\u{0001f1f7}",
        "flag_sz": "\u{0001f1f8}\u{0001f1ff}",
        "flag_se": "\u{0001f1f8}\u{0001f1ea}",
        "flag_ch": "\u{0001f1e8}\u{0001f1ed}",
        "flag_sy": "\u{0001f1f8}\u{0001f1fe}",
        "flag_tw": "\u{0001f1f9}\u{0001f1fc}",
        "flag_tj": "\u{0001f1f9}\u{0001f1ef}",
        "flag_tz": "\u{0001f1f9}\u{0001f1ff}",
        "flag_th": "\u{0001f1f9}\u{0001f1ed}",
        "flag_tl": "\u{0001f1f9}\u{0001f1f1}",
        "flag_tg": "\u{0001f1f9}\u{0001f1ec}",
        "flag_tk": "\u{0001f1f9}\u{0001f1f0}",
        "flag_to": "\u{0001f1f9}\u{0001f1f4}",
        "flag_tt": "\u{0001f1f9}\u{0001f1f9}",
        "flag_tn": "\u{0001f1f9}\u{0001f1f3}",
        "flag_tr": "\u{0001f1f9}\u{0001f1f7}",
        "flag_tm": "\u{0001f1f9}\u{0001f1f2}",
        "flag_tc": "\u{0001f1f9}\u{0001f1e8}",
        "flag_tv": "\u{0001f1f9}\u{0001f1fb}",
        "flag_vi": "\u{0001f1fb}\u{0001f1ee}",
        "flag_ug": "\u{0001f1fa}\u{0001f1ec}",
        "flag_ua": "\u{0001f1fa}\u{0001f1e6}",
        "flag_ae": "\u{0001f1e6}\u{0001f1ea}",
        "flag_gb": "\u{0001f1ec}\u{0001f1e7}",
        "flag_us": "\u{0001f1fa}\u{0001f1f8}",
        "flag_uy": "\u{0001f1fa}\u{0001f1fe}",
        "flag_uz": "\u{0001f1fa}\u{0001f1ff}",
        "flag_vu": "\u{0001f1fb}\u{0001f1fa}",
        "flag_va": "\u{0001f1fb}\u{0001f1e6}",
        "flag_ve": "\u{0001f1fb}\u{0001f1ea}",
        "flag_vn": "\u{0001f1fb}\u{0001f1f3}",
        "flag_wf": "\u{0001f1fc}\u{0001f1eb}",
        "flag_eh": "\u{0001f1ea}\u{0001f1ed}",
        "flag_ye": "\u{0001f1fe}\u{0001f1ea}",
        "flag_zm": "\u{0001f1ff}\u{0001f1f2}",
        "flag_zw": "\u{0001f1ff}\u{0001f1fc}",
        "flag_ac": "\u{0001f1e6}\u{0001f1e8}",
        "flag_ta": "\u{0001f1f9}\u{0001f1e6}",
        "flag_bv": "\u{0001f1e7}\u{0001f1fb}",
        "flag_hm": "\u{0001f1ed}\u{0001f1f2}",
        "flag_sj": "\u{0001f1f8}\u{0001f1ef}",
        "flag_um": "\u{0001f1fa}\u{0001f1f2}",
        "flag_ea": "\u{0001f1ea}\u{0001f1e6}",
        "flag_cp": "\u{0001f1e8}\u{0001f1f5}",
        "flag_dg": "\u{0001f1e9}\u{0001f1ec}",
        "flag_mf": "\u{0001f1f2}\u{0001f1eb}",
        "united_nations": "\u{0001f1fa}\u{0001f1f3}",
        "england": "\u{0001f3f4}\u{000e0067}\u{000e0062}\u{000e0065}\u{000e006e}\u{000e0067}\u{000e007f}",
        "scotland": "\u{0001f3f4}\u{000e0067}\u{000e0062}\u{000e0073}\u{000e0063}\u{000e0074}\u{000e007f}",
        "wales": "\u{0001f3f4}\u{000e0067}\u{000e0062}\u{000e0077}\u{000e006c}\u{000e0073}\u{000e007f}",
        "asterisk_symbol": "\u{0000002a}",
        "regional_indicator_z": "\u{0001f1ff}",
        "regional_indicator_y": "\u{0001f1fe}",
        "regional_indicator_x": "\u{0001f1fd}",
        "pound_symbol": "#",
        "tone1": "\u{0001f3fb}",
        "tone2": "\u{0001f3fc}",
        "tone3": "\u{0001f3fd}",
        "tone4": "\u{0001f3fe}",
        "tone5": "\u{0001f3ff}",
        "regional_indicator_w": "\u{0001f1fc}",
        "regional_indicator_v": "\u{0001f1fb}",
        "regional_indicator_u": "\u{0001f1fa}",
        "regional_indicator_t": "\u{0001f1f9}",
        "regional_indicator_s": "\u{0001f1f8}",
        "regional_indicator_r": "\u{0001f1f7}",
        "regional_indicator_q": "\u{0001f1f6}",
        "regional_indicator_p": "\u{0001f1f5}",
        "regional_indicator_o": "\u{0001f1f4}",
        "regional_indicator_n": "\u{0001f1f3}",
        "regional_indicator_m": "\u{0001f1f2}",
        "regional_indicator_l": "\u{0001f1f1}",
        "regional_indicator_k": "\u{0001f1f0}",
        "regional_indicator_j": "\u{0001f1ef}",
        "regional_indicator_i": "\u{0001f1ee}",
        "regional_indicator_h": "\u{0001f1ed}",
        "regional_indicator_g": "\u{0001f1ec}",
        "regional_indicator_f": "\u{0001f1eb}",
        "regional_indicator_e": "\u{0001f1ea}",
        "regional_indicator_d": "\u{0001f1e9}",
        "regional_indicator_c": "\u{0001f1e8}",
        "regional_indicator_b": "\u{0001f1e7}",
        "regional_indicator_a": "\u{0001f1e6}",
        "digit_nine": "9",
        "digit_eight": "8",
        "digit_seven": "7",
        "digit_six": "6",
        "digit_five": "5",
        "digit_four": "4",
        "digit_three": "3",
        "digit_two": "2",
        "digit_one": "1",
        "digit_zero": "0",
        "family_man_woman_boy": "\u{0001f468}\u{0001f469}\u{0001f466}",
        "couple_with_heart_woman_man": "\u{0001f469}\u{00002764}\u{0001f468}",
        "kiss_woman_man": "\u{0001f469}\u{00002764}\u{0001f48b}\u{0001f468}",
        "face_with_raised_eyebrow": "\u{0001f928}",
        "star_struck": "\u{0001f929}",
        "crazy_face": "\u{0001f92a}",
        "shushing_face": "\u{0001f92b}",
        "face_with_symbols_over_mouth": "\u{0001f92c}",
        "face_with_hand_over_mouth": "\u{0001f92d}",
        "face_vomiting": "\u{0001f92e}",
        "exploding_head": "\u{0001f92f}",
        "face_with_monocle": "\u{0001f9d0}",
        "adult": "\u{0001f9d1}",
        "child": "\u{0001f9d2}",
        "older_adult": "\u{0001f9d3}",
        "bearded_person": "\u{0001f9d4}",
        "woman_with_headscarf": "\u{0001f9d5}",
        "brain": "\u{0001f9e0}",
        "billed_cap": "\u{0001f9e2}",
        "mage": "\u{0001f9d9}",
        "fairy": "\u{0001f9da}",
        "vampire": "\u{0001f9db}",
        "merperson": "\u{0001f9dc}",
        "elf": "\u{0001f9dd}",
        "genie": "\u{0001f9de}",
        "zombie": "\u{0001f9df}",
        "scarf": "\u{0001f9e3}",
        "gloves": "\u{0001f9e4}",
        "coat": "\u{0001f9e5}",
        "socks": "\u{0001f9e6}",
        "love_you_gesture": "\u{0001f91f}",
        "love_you_gesture_tone1": "\u{0001f91f}\u{0001f3fb}",
        "love_you_gesture_tone2": "\u{0001f91f}\u{0001f3fc}",
        "love_you_gesture_tone3": "\u{0001f91f}\u{0001f3fd}",
        "love_you_gesture_tone4": "\u{0001f91f}\u{0001f3fe}",
        "love_you_gesture_tone5": "\u{0001f91f}\u{0001f3ff}",
        "palms_up_together": "\u{0001f932}",
        "palms_up_together_tone1": "\u{0001f932}\u{0001f3fb}",
        "palms_up_together_tone2": "\u{0001f932}\u{0001f3fc}",
        "palms_up_together_tone3": "\u{0001f932}\u{0001f3fd}",
        "palms_up_together_tone4": "\u{0001f932}\u{0001f3fe}",
        "palms_up_together_tone5": "\u{0001f932}\u{0001f3ff}",
        "adult_tone1": "\u{0001f9d1}\u{0001f3fb}",
        "adult_tone2": "\u{0001f9d1}\u{0001f3fc}",
        "adult_tone3": "\u{0001f9d1}\u{0001f3fd}",
        "adult_tone4": "\u{0001f9d1}\u{0001f3fe}",
        "adult_tone5": "\u{0001f9d1}\u{0001f3ff}",
        "child_tone1": "\u{0001f9d2}\u{0001f3fb}",
        "child_tone2": "\u{0001f9d2}\u{0001f3fc}",
        "child_tone3": "\u{0001f9d2}\u{0001f3fd}",
        "child_tone4": "\u{0001f9d2}\u{0001f3fe}",
        "child_tone5": "\u{0001f9d2}\u{0001f3ff}",
        "older_adult_tone1": "\u{0001f9d3}\u{0001f3fb}",
        "older_adult_tone2": "\u{0001f9d3}\u{0001f3fc}",
        "older_adult_tone3": "\u{0001f9d3}\u{0001f3fd}",
        "older_adult_tone4": "\u{0001f9d3}\u{0001f3fe}",
        "older_adult_tone5": "\u{0001f9d3}\u{0001f3ff}",
        "bearded_person_tone1": "\u{0001f9d4}\u{0001f3fb}",
        "bearded_person_tone2": "\u{0001f9d4}\u{0001f3fc}",
        "bearded_person_tone3": "\u{0001f9d4}\u{0001f3fd}",
        "bearded_person_tone4": "\u{0001f9d4}\u{0001f3fe}",
        "bearded_person_tone5": "\u{0001f9d4}\u{0001f3ff}",
        "woman_with_headscarf_tone1": "\u{0001f9d5}\u{0001f3fb}",
        "woman_with_headscarf_tone2": "\u{0001f9d5}\u{0001f3fc}",
        "woman_with_headscarf_tone3": "\u{0001f9d5}\u{0001f3fd}",
        "woman_with_headscarf_tone4": "\u{0001f9d5}\u{0001f3fe}",
        "woman_with_headscarf_tone5": "\u{0001f9d5}\u{0001f3ff}",
        "mage_tone1": "\u{0001f9d9}\u{0001f3fb}",
        "mage_tone2": "\u{0001f9d9}\u{0001f3fc}",
        "mage_tone3": "\u{0001f9d9}\u{0001f3fd}",
        "mage_tone4": "\u{0001f9d9}\u{0001f3fe}",
        "mage_tone5": "\u{0001f9d9}\u{0001f3ff}",
        "fairy_tone1": "\u{0001f9da}\u{0001f3fb}",
        "fairy_tone2": "\u{0001f9da}\u{0001f3fc}",
        "fairy_tone3": "\u{0001f9da}\u{0001f3fd}",
        "fairy_tone4": "\u{0001f9da}\u{0001f3fe}",
        "fairy_tone5": "\u{0001f9da}\u{0001f3ff}",
        "vampire_tone1": "\u{0001f9db}\u{0001f3fb}",
        "vampire_tone2": "\u{0001f9db}\u{0001f3fc}",
        "vampire_tone3": "\u{0001f9db}\u{0001f3fd}",
        "vampire_tone4": "\u{0001f9db}\u{0001f3fe}",
        "vampire_tone5": "\u{0001f9db}\u{0001f3ff}",
        "merperson_tone1": "\u{0001f9dc}\u{0001f3fb}",
        "merperson_tone2": "\u{0001f9dc}\u{0001f3fc}",
        "merperson_tone3": "\u{0001f9dc}\u{0001f3fd}",
        "merperson_tone4": "\u{0001f9dc}\u{0001f3fe}",
        "merperson_tone5": "\u{0001f9dc}\u{0001f3ff}",
        "elf_tone1": "\u{0001f9dd}\u{0001f3fb}",
        "elf_tone2": "\u{0001f9dd}\u{0001f3fc}",
        "elf_tone3": "\u{0001f9dd}\u{0001f3fd}",
        "elf_tone4": "\u{0001f9dd}\u{0001f3fe}",
        "elf_tone5": "\u{0001f9dd}\u{0001f3ff}",
        "woman_mage": "\u{0001f9d9}\u{00002640}",
        "man_mage": "\u{0001f9d9}\u{00002642}",
        "woman_mage_tone1": "\u{0001f9d9}\u{0001f3fb}\u{00002640}",
        "man_mage_tone1": "\u{0001f9d9}\u{0001f3fb}\u{00002642}",
        "woman_mage_tone2": "\u{0001f9d9}\u{0001f3fc}\u{00002640}",
        "man_mage_tone2": "\u{0001f9d9}\u{0001f3fc}\u{00002642}",
        "woman_mage_tone3": "\u{0001f9d9}\u{0001f3fd}\u{00002640}",
        "man_mage_tone3": "\u{0001f9d9}\u{0001f3fd}\u{00002642}",
        "woman_mage_tone4": "\u{0001f9d9}\u{0001f3fe}\u{00002640}",
        "man_mage_tone4": "\u{0001f9d9}\u{0001f3fe}\u{00002642}",
        "woman_mage_tone5": "\u{0001f9d9}\u{0001f3ff}\u{00002640}",
        "man_mage_tone5": "\u{0001f9d9}\u{0001f3ff}\u{00002642}",
        "woman_fairy": "\u{0001f9da}\u{00002640}",
        "man_fairy": "\u{0001f9da}\u{00002642}",
        "woman_fairy_tone1": "\u{0001f9da}\u{0001f3fb}\u{00002640}",
        "man_fairy_tone1": "\u{0001f9da}\u{0001f3fb}\u{00002642}",
        "woman_fairy_tone2": "\u{0001f9da}\u{0001f3fc}\u{00002640}",
        "man_fairy_tone2": "\u{0001f9da}\u{0001f3fc}\u{00002642}",
        "woman_fairy_tone3": "\u{0001f9da}\u{0001f3fd}\u{00002640}",
        "man_fairy_tone3": "\u{0001f9da}\u{0001f3fd}\u{00002642}",
        "woman_fairy_tone4": "\u{0001f9da}\u{0001f3fe}\u{00002640}",
        "man_fairy_tone4": "\u{0001f9da}\u{0001f3fe}\u{00002642}",
        "woman_fairy_tone5": "\u{0001f9da}\u{0001f3ff}\u{00002640}",
        "man_fairy_tone5": "\u{0001f9da}\u{0001f3ff}\u{00002642}",
        "woman_vampire": "\u{0001f9db}\u{00002640}",
        "man_vampire": "\u{0001f9db}\u{00002642}",
        "woman_vampire_tone1": "\u{0001f9db}\u{0001f3fb}\u{00002640}",
        "man_vampire_tone1": "\u{0001f9db}\u{0001f3fb}\u{00002642}",
        "woman_vampire_tone2": "\u{0001f9db}\u{0001f3fc}\u{00002640}",
        "man_vampire_tone2": "\u{0001f9db}\u{0001f3fc}\u{00002642}",
        "woman_vampire_tone3": "\u{0001f9db}\u{0001f3fd}\u{00002640}",
        "man_vampire_tone3": "\u{0001f9db}\u{0001f3fd}\u{00002642}",
        "woman_vampire_tone4": "\u{0001f9db}\u{0001f3fe}\u{00002640}",
        "man_vampire_tone4": "\u{0001f9db}\u{0001f3fe}\u{00002642}",
        "woman_vampire_tone5": "\u{0001f9db}\u{0001f3ff}\u{00002640}",
        "man_vampire_tone5": "\u{0001f9db}\u{0001f3ff}\u{00002642}",
        "mermaid": "\u{0001f9dc}\u{00002640}",
        "merman": "\u{0001f9dc}\u{00002642}",
        "mermaid_tone1": "\u{0001f9dc}\u{0001f3fb}\u{00002640}",
        "merman_tone1": "\u{0001f9dc}\u{0001f3fb}\u{00002642}",
        "mermaid_tone2": "\u{0001f9dc}\u{0001f3fc}\u{00002640}",
        "merman_tone2": "\u{0001f9dc}\u{0001f3fc}\u{00002642}",
        "mermaid_tone3": "\u{0001f9dc}\u{0001f3fd}\u{00002640}",
        "merman_tone3": "\u{0001f9dc}\u{0001f3fd}\u{00002642}",
        "mermaid_tone4": "\u{0001f9dc}\u{0001f3fe}\u{00002640}",
        "merman_tone4": "\u{0001f9dc}\u{0001f3fe}\u{00002642}",
        "mermaid_tone5": "\u{0001f9dc}\u{0001f3ff}\u{00002640}",
        "merman_tone5": "\u{0001f9dc}\u{0001f3ff}\u{00002642}",
        "woman_elf": "\u{0001f9dd}\u{00002640}",
        "man_elf": "\u{0001f9dd}\u{00002642}",
        "woman_elf_tone1": "\u{0001f9dd}\u{0001f3fb}\u{00002640}",
        "man_elf_tone1": "\u{0001f9dd}\u{0001f3fb}\u{00002642}",
        "woman_elf_tone2": "\u{0001f9dd}\u{0001f3fc}\u{00002640}",
        "man_elf_tone2": "\u{0001f9dd}\u{0001f3fc}\u{00002642}",
        "woman_elf_tone3": "\u{0001f9dd}\u{0001f3fd}\u{00002640}",
        "man_elf_tone3": "\u{0001f9dd}\u{0001f3fd}\u{00002642}",
        "woman_elf_tone4": "\u{0001f9dd}\u{0001f3fe}\u{00002640}",
        "man_elf_tone4": "\u{0001f9dd}\u{0001f3fe}\u{00002642}",
        "woman_elf_tone5": "\u{0001f9dd}\u{0001f3ff}\u{00002640}",
        "man_elf_tone5": "\u{0001f9dd}\u{0001f3ff}\u{00002642}",
        "woman_genie": "\u{0001f9de}\u{00002640}",
        "man_genie": "\u{0001f9de}\u{00002642}",
        "woman_zombie": "\u{0001f9df}\u{00002640}",
        "man_zombie": "\u{0001f9df}\u{00002642}",
    ]
    
    static func transform(string: String) -> String {
        let oldString = string as NSString
        var transformedString = string as NSString
        
        let regex = try! NSRegularExpression(pattern: ":([-+\\w]+):", options: [])
        let matches = regex.matches(in: transformedString as String, options: [], range: NSMakeRange(0, transformedString.length))
        
        for result in matches {
            guard result.numberOfRanges == 2 else { continue }
            
            let shortname = oldString.substring(with: result.rangeAt(1))
            if let emoji = values[shortname] {
                transformedString = transformedString.replacingOccurrences(of: ":\(shortname):", with: emoji) as NSString
            }
        }
        
        return transformedString as String
    }
}
