summaryrefslogtreecommitdiff
path: root/front/src/logic
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
committerpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
commitb1d68ac307ed87d63e83820cbdf843fff0fd9f7f (patch)
treed6a684a70a80509e68ff667b842aa4e4c091906f /front/src/logic
init
Diffstat (limited to 'front/src/logic')
-rw-r--r--front/src/logic/api.ts15
-rw-r--r--front/src/logic/bunts.ts51
-rw-r--r--front/src/logic/constants.ts36
-rw-r--r--front/src/logic/emojis.json3613
-rw-r--r--front/src/logic/nostril.ts36
-rw-r--r--front/src/logic/requests/nostril.ts139
-rw-r--r--front/src/logic/utils.ts459
7 files changed, 4349 insertions, 0 deletions
diff --git a/front/src/logic/api.ts b/front/src/logic/api.ts
new file mode 100644
index 0000000..b8acba2
--- /dev/null
+++ b/front/src/logic/api.ts
@@ -0,0 +1,15 @@
+import Urbit from "urbit-api";
+
+export const URL = import.meta.env.PROD ? "" : "http://localhost:8080";
+
+export async function start(): Promise<Urbit> {
+ const airlock = new Urbit(URL, "");
+ const res = await fetch(URL + "/~/host");
+ const ship = await res.text();
+ airlock.ship = ship.slice(1);
+ airlock.our = ship;
+ airlock.desk = "nostril";
+ await airlock.poke({ app: "hood", mark: "helm-hi", json: "opening airlock" });
+ await airlock.eventSource();
+ return airlock;
+}
diff --git a/front/src/logic/bunts.ts b/front/src/logic/bunts.ts
new file mode 100644
index 0000000..dfa70e3
--- /dev/null
+++ b/front/src/logic/bunts.ts
@@ -0,0 +1,51 @@
+import type { Engagement, List, Lock } from "@/types/trill";
+
+export const openLock: Lock = {
+ rank: { caveats: [], locked: false, public: true },
+ luk: { caveats: [], locked: false, public: true },
+ ship: { caveats: [], locked: false, public: true },
+ tags: { caveats: [], locked: false, public: true },
+ custom: { fn: null, public: false },
+};
+
+export const engagementBunt: Engagement = {
+ reacts: {},
+ quoted: [],
+ shared: [],
+};
+
+export const pushStateBunt = {
+ followers: [],
+ gate: {
+ lock: openLock,
+ mute: openLock,
+ begs: [],
+ "post-begs": [],
+ backlog: 0,
+ },
+};
+
+export const harkStateBunt = {
+ unread: {},
+ engagement: [],
+};
+
+export const pullStateBunt = {
+ following: [],
+ begs: [],
+ "post-begs": [],
+};
+export const listBunt: List = {
+ symbol: "",
+ name: "",
+ desc: "",
+ icon: "",
+ cover: "",
+ members: [],
+ public: true,
+};
+
+// export const palsBunt: Pals = {
+// incoming: {},
+// outgoing: {}
+// }
diff --git a/front/src/logic/constants.ts b/front/src/logic/constants.ts
new file mode 100644
index 0000000..fcf5573
--- /dev/null
+++ b/front/src/logic/constants.ts
@@ -0,0 +1,36 @@
+import type { Poast } from "@/types/trill";
+
+export const versionNum = "0.1.0";
+export const TIMEOUT = 15_000;
+
+export const ChatPostCount = 50;
+export const FeedPostCount = 50;
+export const RumorShip = "~londev-dozzod-sortug";
+export const RumorShip2 = "~paldev";
+
+export function isRumor(poast: Poast) {
+ return poast.author === RumorShip || poast.author === RumorShip2;
+}
+
+export const MOBILE_BROWSER_REGEX =
+ /Android|webOS|iPhone|iPad|iPod|BlackBerry/i;
+export const AUDIO_REGEX = new RegExp(/https:\/\/.+\.(mp3|wav|ogg)\b/gim);
+export const VIDEO_REGEX = new RegExp(/https:\/\/.+\.(mov|mp4|ogv)\b/gim);
+export const TWITTER_REGEX = new RegExp(
+ /https:\/\/(twitter|x)\.com\/.+\/status\/\d+/gim,
+);
+
+export const REF_REGEX = new RegExp(
+ /urbit:\/\/[a-z0-9-]+\/~[a-z-_]+\/[a-z0-9-_]+/gim,
+);
+export const RADIO_REGEX = new RegExp(/urbit:\/\/radio\/~[a-z-_]+/gim);
+
+export const IMAGE_REGEX = new RegExp(
+ /https:\/\/.+\.(jpg|img|png|gif|tiff|jpeg|webp|webm|svg)\b/gim,
+);
+
+export const SHIP_REGEX = new RegExp(/\B~[a-z-]+/);
+export const HASHTAGS_REGEX = new RegExp(/#[a-z-]+/g);
+
+export const DEFAULT_DATE = { year: 1970, month: 1, day: 1 };
+export const RADIO = "๐Ÿ“ป";
diff --git a/front/src/logic/emojis.json b/front/src/logic/emojis.json
new file mode 100644
index 0000000..599f707
--- /dev/null
+++ b/front/src/logic/emojis.json
@@ -0,0 +1,3613 @@
+{
+ "100": "๐Ÿ’ฏ",
+ "1000": "1000",
+ "1234": "๐Ÿ”ข",
+ "white_heavy_check_mark": "โœ…",
+ "done": "โœ…",
+ "pants": "๐Ÿ‘–",
+ "squirrel": "๐Ÿฟ๏ธ",
+ "partyparrot": "๐Ÿฆœ",
+ "party-parrot": "๐Ÿฆœ",
+ "60fps_parrot": "๐Ÿฆœ",
+ "charmander": "๐Ÿ”ฅ",
+ "java": "โ˜•",
+ "slack": "S",
+ "discord": "D",
+ "github": "G",
+ "jira": "J",
+ "shame": "๐Ÿ˜ณ",
+ "airbyte-100": "๐Ÿ’ฏ",
+ "airbyte-fire": "๐Ÿ”ฅ",
+ "firee": "๐Ÿ”ฅ",
+ "meow_party": "๐ŸŽ‰",
+ "meowparty": "๐ŸŽ‰",
+ "partyblob": "๐ŸŽ‰",
+ "party-blob": "๐ŸŽ‰",
+ "party_blob": "๐ŸŽ‰",
+ "octavia-hmm": "๐Ÿค”",
+ "octavia-hello": "๐Ÿ‘‹",
+ "ory_love": "โค๏ธ",
+ "grinning": "๐Ÿ˜€",
+ "smiley": "๐Ÿ˜ƒ",
+ "smile": "๐Ÿ˜„",
+ "grin": "๐Ÿ˜",
+ "laughing": "๐Ÿ˜†",
+ "satisfied": "๐Ÿ˜†",
+ "sweat_smile": "๐Ÿ˜…",
+ "rolling_on_the_floor_laughing": "๐Ÿคฃ",
+ "joy": "๐Ÿ˜‚",
+ "slightly_smiling_face": "๐Ÿ™‚",
+ "upside_down_face": "๐Ÿ™ƒ",
+ "melting_face": "๐Ÿซ ",
+ "wink": "๐Ÿ˜‰",
+ "blush": "๐Ÿ˜Š",
+ "innocent": "๐Ÿ˜‡",
+ "smiling_face_with_3_hearts": "๐Ÿฅฐ",
+ "heart_eyes": "๐Ÿ˜",
+ "star-struck": "๐Ÿคฉ",
+ "grinning_face_with_star_eyes": "๐Ÿคฉ",
+ "kissing_heart": "๐Ÿ˜˜",
+ "kissing": "๐Ÿ˜—",
+ "relaxed": "โ˜บ๏ธ",
+ "kissing_closed_eyes": "๐Ÿ˜š",
+ "kissing_smiling_eyes": "๐Ÿ˜™",
+ "smiling_face_with_tear": "๐Ÿฅฒ",
+ "yum": "๐Ÿ˜‹",
+ "stuck_out_tongue": "๐Ÿ˜›",
+ "stuck_out_tongue_winking_eye": "๐Ÿ˜œ",
+ "zany_face": "๐Ÿคช",
+ "grinning_face_with_one_large_and_one_small_eye": "๐Ÿคช",
+ "stuck_out_tongue_closed_eyes": "๐Ÿ˜",
+ "money_mouth_face": "๐Ÿค‘",
+ "hugging_face": "๐Ÿค—",
+ "face_with_hand_over_mouth": "๐Ÿคญ",
+ "smiling_face_with_smiling_eyes_and_hand_covering_mouth": "๐Ÿคญ",
+ "face_with_open_eyes_and_hand_over_mouth": "๐Ÿซข",
+ "face_with_peeking_eye": "๐Ÿซฃ",
+ "shushing_face": "๐Ÿคซ",
+ "face_with_finger_covering_closed_lips": "๐Ÿคซ",
+ "thinking_face": "๐Ÿค”",
+ "saluting_face": "๐Ÿซก",
+ "zipper_mouth_face": "๐Ÿค",
+ "face_with_raised_eyebrow": "๐Ÿคจ",
+ "face_with_one_eyebrow_raised": "๐Ÿคจ",
+ "neutral_face": "๐Ÿ˜",
+ "expressionless": "๐Ÿ˜‘",
+ "no_mouth": "๐Ÿ˜ถ",
+ "dotted_line_face": "๐Ÿซฅ",
+ "face_in_clouds": "๐Ÿ˜ถโ€๐ŸŒซ๏ธ",
+ "smirk": "๐Ÿ˜",
+ "unamused": "๐Ÿ˜’",
+ "face_with_rolling_eyes": "๐Ÿ™„",
+ "grimacing": "๐Ÿ˜ฌ",
+ "face_exhaling": "๐Ÿ˜ฎโ€๐Ÿ’จ",
+ "lying_face": "๐Ÿคฅ",
+ "relieved": "๐Ÿ˜Œ",
+ "pensive": "๐Ÿ˜”",
+ "sleepy": "๐Ÿ˜ช",
+ "drooling_face": "๐Ÿคค",
+ "sleeping": "๐Ÿ˜ด",
+ "mask": "๐Ÿ˜ท",
+ "face_with_thermometer": "๐Ÿค’",
+ "face_with_head_bandage": "๐Ÿค•",
+ "nauseated_face": "๐Ÿคข",
+ "face_vomiting": "๐Ÿคฎ",
+ "face_with_open_mouth_vomiting": "๐Ÿคฎ",
+ "sneezing_face": "๐Ÿคง",
+ "hot_face": "๐Ÿฅต",
+ "cold_face": "๐Ÿฅถ",
+ "woozy_face": "๐Ÿฅด",
+ "dizzy_face": "๐Ÿ˜ต",
+ "face_with_spiral_eyes": "๐Ÿ˜ตโ€๐Ÿ’ซ",
+ "exploding_head": "๐Ÿคฏ",
+ "wow_fb": "๐Ÿคฏ",
+ "shocked_face_with_exploding_head": "๐Ÿคฏ",
+ "face_with_cowboy_hat": "๐Ÿค ",
+ "partying_face": "๐Ÿฅณ",
+ "disguised_face": "๐Ÿฅธ",
+ "sunglasses": "๐Ÿ˜Ž",
+ "nerd_face": "๐Ÿค“",
+ "face_with_monocle": "๐Ÿง",
+ "confused": "๐Ÿ˜•",
+ "face_with_diagonal_mouth": "๐Ÿซค",
+ "worried": "๐Ÿ˜Ÿ",
+ "slightly_frowning_face": "๐Ÿ™",
+ "white_frowning_face": "โ˜น๏ธ",
+ "open_mouth": "๐Ÿ˜ฎ",
+ "hushed": "๐Ÿ˜ฏ",
+ "astonished": "๐Ÿ˜ฒ",
+ "flushed": "๐Ÿ˜ณ",
+ "pleading_face": "๐Ÿฅบ",
+ "face_holding_back_tears": "๐Ÿฅน",
+ "frowning": "๐Ÿ˜ฆ",
+ "anguished": "๐Ÿ˜ง",
+ "fearful": "๐Ÿ˜จ",
+ "cold_sweat": "๐Ÿ˜ฐ",
+ "disappointed_relieved": "๐Ÿ˜ฅ",
+ "cry": "๐Ÿ˜ข",
+ "sob": "๐Ÿ˜ญ",
+ "scream": "๐Ÿ˜ฑ",
+ "confounded": "๐Ÿ˜–",
+ "persevere": "๐Ÿ˜ฃ",
+ "disappointed": "๐Ÿ˜ž",
+ "sweat": "๐Ÿ˜“",
+ "weary": "๐Ÿ˜ฉ",
+ "tired_face": "๐Ÿ˜ซ",
+ "yawning_face": "๐Ÿฅฑ",
+ "triumph": "๐Ÿ˜ค",
+ "rage": "๐Ÿ˜ก",
+ "jakesidsmithmadness": "๐Ÿ˜ก",
+ "angry": "๐Ÿ˜ ",
+ "face_with_symbols_on_mouth": "๐Ÿคฌ",
+ "serious_face_with_symbols_covering_mouth": "๐Ÿคฌ",
+ "smiling_imp": "๐Ÿ˜ˆ",
+ "imp": "๐Ÿ‘ฟ",
+ "skull": "๐Ÿ’€",
+ "skull_and_crossbones": "โ˜ ๏ธ",
+ "hankey": "๐Ÿ’ฉ",
+ "shit": "๐Ÿ’ฉ",
+ "clown_face": "๐Ÿคก",
+ "japanese_ogre": "๐Ÿ‘น",
+ "japanese_goblin": "๐Ÿ‘บ",
+ "ghost": "๐Ÿ‘ป",
+ "alien": "๐Ÿ‘ฝ",
+ "space_invader": "๐Ÿ‘พ",
+ "robot_face": "๐Ÿค–",
+ "android": "๐Ÿค–",
+ "smiley_cat": "๐Ÿ˜บ",
+ "smile_cat": "๐Ÿ˜ธ",
+ "joy_cat": "๐Ÿ˜น",
+ "heart_eyes_cat": "๐Ÿ˜ป",
+ "smirk_cat": "๐Ÿ˜ผ",
+ "kissing_cat": "๐Ÿ˜ฝ",
+ "scream_cat": "๐Ÿ™€",
+ "crying_cat_face": "๐Ÿ˜ฟ",
+ "pouting_cat": "๐Ÿ˜พ",
+ "see_no_evil": "๐Ÿ™ˆ",
+ "hear_no_evil": "๐Ÿ™‰",
+ "speak_no_evil": "๐Ÿ™Š",
+ "kiss": "๐Ÿ’‹",
+ "love_letter": "๐Ÿ’Œ",
+ "cupid": "๐Ÿ’˜",
+ "gift_heart": "๐Ÿ’",
+ "sparkling_heart": "๐Ÿ’–",
+ "heartpulse": "๐Ÿ’—",
+ "heartbeat": "๐Ÿ’“",
+ "revolving_hearts": "๐Ÿ’ž",
+ "two_hearts": "๐Ÿ’•",
+ "heart_decoration": "๐Ÿ’Ÿ",
+ "heavy_heart_exclamation_mark_ornament": "โฃ๏ธ",
+ "broken_heart": "๐Ÿ’”",
+ "heart_on_fire": "โค๏ธโ€๐Ÿ”ฅ",
+ "mending_heart": "โค๏ธโ€๐Ÿฉน",
+ "heart": "โค๏ธ",
+ "kodee_love": "โค๏ธ",
+ "kodee-love": "โค๏ธ",
+ "orange_heart": "๐Ÿงก",
+ "yellow_heart": "๐Ÿ’›",
+ "green_heart": "๐Ÿ’š",
+ "blue_heart": "๐Ÿ’™",
+ "purple_heart": "๐Ÿ’œ",
+ "brown_heart": "๐ŸคŽ",
+ "black_heart": "๐Ÿ–ค",
+ "white_heart": "๐Ÿค",
+ "anger": "๐Ÿ’ข",
+ "boom": "๐Ÿ’ฅ",
+ "collision": "๐Ÿ’ฅ",
+ "dizzy": "๐Ÿ’ซ",
+ "sweat_drops": "๐Ÿ’ฆ",
+ "dash": "๐Ÿ’จ",
+ "hole": "๐Ÿ•ณ๏ธ",
+ "bomb": "๐Ÿ’ฃ",
+ "speech_balloon": "๐Ÿ’ฌ",
+ "eye-in-speech-bubble": "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ",
+ "left_speech_bubble": "๐Ÿ—จ๏ธ",
+ "right_anger_bubble": "๐Ÿ—ฏ๏ธ",
+ "thought_balloon": "๐Ÿ’ญ",
+ "zzz": "๐Ÿ’ค",
+ "wave_animated": "๐Ÿ‘‹",
+ "wave": "๐Ÿ‘‹",
+ "wave::skin-tone-2": "๐Ÿ‘‹๐Ÿป",
+ "wave::skin-tone-3": "๐Ÿ‘‹๐Ÿผ",
+ "wave::skin-tone-4": "๐Ÿ‘‹๐Ÿฝ",
+ "wave::skin-tone-5": "๐Ÿ‘‹๐Ÿพ",
+ "wave::skin-tone-6": "๐Ÿ‘‹๐Ÿฟ",
+ "raised_back_of_hand": "๐Ÿคš",
+ "raised_back_of_hand::skin-tone-2": "๐Ÿคš๐Ÿป",
+ "raised_back_of_hand::skin-tone-3": "๐Ÿคš๐Ÿผ",
+ "raised_back_of_hand::skin-tone-4": "๐Ÿคš๐Ÿฝ",
+ "raised_back_of_hand::skin-tone-5": "๐Ÿคš๐Ÿพ",
+ "raised_back_of_hand::skin-tone-6": "๐Ÿคš๐Ÿฟ",
+ "raised_hand_with_fingers_splayed": "๐Ÿ–๏ธ",
+ "raised_hand_with_fingers_splayed::skin-tone-2": "๐Ÿ–๐Ÿป",
+ "raised_hand_with_fingers_splayed::skin-tone-3": "๐Ÿ–๐Ÿผ",
+ "raised_hand_with_fingers_splayed::skin-tone-4": "๐Ÿ–๐Ÿฝ",
+ "raised_hand_with_fingers_splayed::skin-tone-5": "๐Ÿ–๐Ÿพ",
+ "raised_hand_with_fingers_splayed::skin-tone-6": "๐Ÿ–๐Ÿฟ",
+ "hand": "โœ‹",
+ "raised_hand": "โœ‹",
+ "hand::skin-tone-2": "โœ‹๐Ÿป",
+ "raised_hand::skin-tone-2": "โœ‹๐Ÿป",
+ "hand::skin-tone-3": "โœ‹๐Ÿผ",
+ "raised_hand::skin-tone-3": "โœ‹๐Ÿผ",
+ "hand::skin-tone-4": "โœ‹๐Ÿฝ",
+ "raised_hand::skin-tone-4": "โœ‹๐Ÿฝ",
+ "hand::skin-tone-5": "โœ‹๐Ÿพ",
+ "raised_hand::skin-tone-5": "โœ‹๐Ÿพ",
+ "hand::skin-tone-6": "โœ‹๐Ÿฟ",
+ "raised_hand::skin-tone-6": "โœ‹๐Ÿฟ",
+ "spock-hand": "๐Ÿ––",
+ "spock-hand::skin-tone-2": "๐Ÿ––๐Ÿป",
+ "spock-hand::skin-tone-3": "๐Ÿ––๐Ÿผ",
+ "spock-hand::skin-tone-4": "๐Ÿ––๐Ÿฝ",
+ "spock-hand::skin-tone-5": "๐Ÿ––๐Ÿพ",
+ "spock-hand::skin-tone-6": "๐Ÿ––๐Ÿฟ",
+ "rightwards_hand": "๐Ÿซฑ",
+ "rightwards_hand::skin-tone-2": "๐Ÿซฑ๐Ÿป",
+ "rightwards_hand::skin-tone-3": "๐Ÿซฑ๐Ÿผ",
+ "rightwards_hand::skin-tone-4": "๐Ÿซฑ๐Ÿฝ",
+ "rightwards_hand::skin-tone-5": "๐Ÿซฑ๐Ÿพ",
+ "rightwards_hand::skin-tone-6": "๐Ÿซฑ๐Ÿฟ",
+ "leftwards_hand": "๐Ÿซฒ",
+ "leftwards_hand::skin-tone-2": "๐Ÿซฒ๐Ÿป",
+ "leftwards_hand::skin-tone-3": "๐Ÿซฒ๐Ÿผ",
+ "leftwards_hand::skin-tone-4": "๐Ÿซฒ๐Ÿฝ",
+ "leftwards_hand::skin-tone-5": "๐Ÿซฒ๐Ÿพ",
+ "leftwards_hand::skin-tone-6": "๐Ÿซฒ๐Ÿฟ",
+ "palm_down_hand": "๐Ÿซณ",
+ "palm_down_hand::skin-tone-2": "๐Ÿซณ๐Ÿป",
+ "palm_down_hand::skin-tone-3": "๐Ÿซณ๐Ÿผ",
+ "palm_down_hand::skin-tone-4": "๐Ÿซณ๐Ÿฝ",
+ "palm_down_hand::skin-tone-5": "๐Ÿซณ๐Ÿพ",
+ "palm_down_hand::skin-tone-6": "๐Ÿซณ๐Ÿฟ",
+ "palm_up_hand": "๐Ÿซด",
+ "palm_up_hand::skin-tone-2": "๐Ÿซด๐Ÿป",
+ "palm_up_hand::skin-tone-3": "๐Ÿซด๐Ÿผ",
+ "palm_up_hand::skin-tone-4": "๐Ÿซด๐Ÿฝ",
+ "palm_up_hand::skin-tone-5": "๐Ÿซด๐Ÿพ",
+ "palm_up_hand::skin-tone-6": "๐Ÿซด๐Ÿฟ",
+ "ok_hand": "๐Ÿ‘Œ",
+ "ok_hand::skin-tone-2": "๐Ÿ‘Œ๐Ÿป",
+ "ok_hand::skin-tone-3": "๐Ÿ‘Œ๐Ÿผ",
+ "ok_hand::skin-tone-4": "๐Ÿ‘Œ๐Ÿฝ",
+ "ok_hand::skin-tone-5": "๐Ÿ‘Œ๐Ÿพ",
+ "ok_hand::skin-tone-6": "๐Ÿ‘Œ๐Ÿฟ",
+ "nice": "๐Ÿ‘Œ",
+ "nice::skin-tone-2": "๐Ÿ‘Œ๐Ÿป",
+ "nice::skin-tone-3": "๐Ÿ‘Œ๐Ÿผ",
+ "nice::skin-tone-4": "๐Ÿ‘Œ๐Ÿฝ",
+ "nice::skin-tone-5": "๐Ÿ‘Œ๐Ÿพ",
+ "nice::skin-tone-6": "๐Ÿ‘Œ๐Ÿฟ",
+ "pinched_fingers": "๐ŸคŒ",
+ "pinched_fingers::skin-tone-2": "๐ŸคŒ๐Ÿป",
+ "pinched_fingers::skin-tone-3": "๐ŸคŒ๐Ÿผ",
+ "pinched_fingers::skin-tone-4": "๐ŸคŒ๐Ÿฝ",
+ "pinched_fingers::skin-tone-5": "๐ŸคŒ๐Ÿพ",
+ "pinched_fingers::skin-tone-6": "๐ŸคŒ๐Ÿฟ",
+ "pinching_hand": "๐Ÿค",
+ "pinching_hand::skin-tone-2": "๐Ÿค๐Ÿป",
+ "pinching_hand::skin-tone-3": "๐Ÿค๐Ÿผ",
+ "pinching_hand::skin-tone-4": "๐Ÿค๐Ÿฝ",
+ "pinching_hand::skin-tone-5": "๐Ÿค๐Ÿพ",
+ "pinching_hand::skin-tone-6": "๐Ÿค๐Ÿฟ",
+ "v": "โœŒ๏ธ",
+ "v::skin-tone-2": "โœŒ๐Ÿป",
+ "v::skin-tone-3": "โœŒ๐Ÿผ",
+ "v::skin-tone-4": "โœŒ๐Ÿฝ",
+ "v::skin-tone-5": "โœŒ๐Ÿพ",
+ "v::skin-tone-6": "โœŒ๐Ÿฟ",
+ "crossed_fingers": "๐Ÿคž",
+ "hand_with_index_and_middle_fingers_crossed": "๐Ÿคž",
+ "crossed_fingers::skin-tone-2": "๐Ÿคž๐Ÿป",
+ "hand_with_index_and_middle_fingers_crossed::skin-tone-2": "๐Ÿคž๐Ÿป",
+ "crossed_fingers::skin-tone-3": "๐Ÿคž๐Ÿผ",
+ "hand_with_index_and_middle_fingers_crossed::skin-tone-3": "๐Ÿคž๐Ÿผ",
+ "crossed_fingers::skin-tone-4": "๐Ÿคž๐Ÿฝ",
+ "hand_with_index_and_middle_fingers_crossed::skin-tone-4": "๐Ÿคž๐Ÿฝ",
+ "crossed_fingers::skin-tone-5": "๐Ÿคž๐Ÿพ",
+ "hand_with_index_and_middle_fingers_crossed::skin-tone-5": "๐Ÿคž๐Ÿพ",
+ "crossed_fingers::skin-tone-6": "๐Ÿคž๐Ÿฟ",
+ "hand_with_index_and_middle_fingers_crossed::skin-tone-6": "๐Ÿคž๐Ÿฟ",
+ "hand_with_index_finger_and_thumb_crossed": "๐Ÿซฐ",
+ "hand_with_index_finger_and_thumb_crossed::skin-tone-2": "๐Ÿซฐ๐Ÿป",
+ "hand_with_index_finger_and_thumb_crossed::skin-tone-3": "๐Ÿซฐ๐Ÿผ",
+ "hand_with_index_finger_and_thumb_crossed::skin-tone-4": "๐Ÿซฐ๐Ÿฝ",
+ "hand_with_index_finger_and_thumb_crossed::skin-tone-5": "๐Ÿซฐ๐Ÿพ",
+ "hand_with_index_finger_and_thumb_crossed::skin-tone-6": "๐Ÿซฐ๐Ÿฟ",
+ "i_love_you_hand_sign": "๐ŸคŸ",
+ "i_love_you_hand_sign::skin-tone-2": "๐ŸคŸ๐Ÿป",
+ "i_love_you_hand_sign::skin-tone-3": "๐ŸคŸ๐Ÿผ",
+ "i_love_you_hand_sign::skin-tone-4": "๐ŸคŸ๐Ÿฝ",
+ "i_love_you_hand_sign::skin-tone-5": "๐ŸคŸ๐Ÿพ",
+ "i_love_you_hand_sign::skin-tone-6": "๐ŸคŸ๐Ÿฟ",
+ "the_horns": "๐Ÿค˜",
+ "sign_of_the_horns": "๐Ÿค˜",
+ "the_horns::skin-tone-2": "๐Ÿค˜๐Ÿป",
+ "sign_of_the_horns::skin-tone-2": "๐Ÿค˜๐Ÿป",
+ "the_horns::skin-tone-3": "๐Ÿค˜๐Ÿผ",
+ "sign_of_the_horns::skin-tone-3": "๐Ÿค˜๐Ÿผ",
+ "the_horns::skin-tone-4": "๐Ÿค˜๐Ÿฝ",
+ "sign_of_the_horns::skin-tone-4": "๐Ÿค˜๐Ÿฝ",
+ "the_horns::skin-tone-5": "๐Ÿค˜๐Ÿพ",
+ "sign_of_the_horns::skin-tone-5": "๐Ÿค˜๐Ÿพ",
+ "the_horns::skin-tone-6": "๐Ÿค˜๐Ÿฟ",
+ "sign_of_the_horns::skin-tone-6": "๐Ÿค˜๐Ÿฟ",
+ "call_me_hand": "๐Ÿค™",
+ "call_me_hand::skin-tone-2": "๐Ÿค™๐Ÿป",
+ "call_me_hand::skin-tone-3": "๐Ÿค™๐Ÿผ",
+ "call_me_hand::skin-tone-4": "๐Ÿค™๐Ÿฝ",
+ "call_me_hand::skin-tone-5": "๐Ÿค™๐Ÿพ",
+ "call_me_hand::skin-tone-6": "๐Ÿค™๐Ÿฟ",
+ "point_left": "๐Ÿ‘ˆ",
+ "point_left::skin-tone-2": "๐Ÿ‘ˆ๐Ÿป",
+ "point_left::skin-tone-3": "๐Ÿ‘ˆ๐Ÿผ",
+ "point_left::skin-tone-4": "๐Ÿ‘ˆ๐Ÿฝ",
+ "point_left::skin-tone-5": "๐Ÿ‘ˆ๐Ÿพ",
+ "point_left::skin-tone-6": "๐Ÿ‘ˆ๐Ÿฟ",
+ "point_right": "๐Ÿ‘‰",
+ "point_right::skin-tone-2": "๐Ÿ‘‰๐Ÿป",
+ "point_right::skin-tone-3": "๐Ÿ‘‰๐Ÿผ",
+ "point_right::skin-tone-4": "๐Ÿ‘‰๐Ÿฝ",
+ "point_right::skin-tone-5": "๐Ÿ‘‰๐Ÿพ",
+ "point_right::skin-tone-6": "๐Ÿ‘‰๐Ÿฟ",
+ "point_up_2": "๐Ÿ‘†",
+ "point_up_2::skin-tone-2": "๐Ÿ‘†๐Ÿป",
+ "point_up_2::skin-tone-3": "๐Ÿ‘†๐Ÿผ",
+ "point_up_2::skin-tone-4": "๐Ÿ‘†๐Ÿฝ",
+ "point_up_2::skin-tone-5": "๐Ÿ‘†๐Ÿพ",
+ "point_up_2::skin-tone-6": "๐Ÿ‘†๐Ÿฟ",
+ "middle_finger": "๐Ÿ–•",
+ "reversed_hand_with_middle_finger_extended": "๐Ÿ–•",
+ "middle_finger::skin-tone-2": "๐Ÿ–•๐Ÿป",
+ "reversed_hand_with_middle_finger_extended::skin-tone-2": "๐Ÿ–•๐Ÿป",
+ "middle_finger::skin-tone-3": "๐Ÿ–•๐Ÿผ",
+ "reversed_hand_with_middle_finger_extended::skin-tone-3": "๐Ÿ–•๐Ÿผ",
+ "middle_finger::skin-tone-4": "๐Ÿ–•๐Ÿฝ",
+ "reversed_hand_with_middle_finger_extended::skin-tone-4": "๐Ÿ–•๐Ÿฝ",
+ "middle_finger::skin-tone-5": "๐Ÿ–•๐Ÿพ",
+ "reversed_hand_with_middle_finger_extended::skin-tone-5": "๐Ÿ–•๐Ÿพ",
+ "middle_finger::skin-tone-6": "๐Ÿ–•๐Ÿฟ",
+ "reversed_hand_with_middle_finger_extended::skin-tone-6": "๐Ÿ–•๐Ÿฟ",
+ "point_down": "๐Ÿ‘‡",
+ "point_down::skin-tone-2": "๐Ÿ‘‡๐Ÿป",
+ "point_down::skin-tone-3": "๐Ÿ‘‡๐Ÿผ",
+ "point_down::skin-tone-4": "๐Ÿ‘‡๐Ÿฝ",
+ "point_down::skin-tone-5": "๐Ÿ‘‡๐Ÿพ",
+ "point_down::skin-tone-6": "๐Ÿ‘‡๐Ÿฟ",
+ "point_up": "โ˜๏ธ",
+ "point_up::skin-tone-2": "โ˜๐Ÿป",
+ "point_up::skin-tone-3": "โ˜๐Ÿผ",
+ "point_up::skin-tone-4": "โ˜๐Ÿฝ",
+ "point_up::skin-tone-5": "โ˜๐Ÿพ",
+ "point_up::skin-tone-6": "โ˜๐Ÿฟ",
+ "index_pointing_at_the_viewer": "๐Ÿซต",
+ "index_pointing_at_the_viewer::skin-tone-2": "๐Ÿซต๐Ÿป",
+ "index_pointing_at_the_viewer::skin-tone-3": "๐Ÿซต๐Ÿผ",
+ "index_pointing_at_the_viewer::skin-tone-4": "๐Ÿซต๐Ÿฝ",
+ "index_pointing_at_the_viewer::skin-tone-5": "๐Ÿซต๐Ÿพ",
+ "index_pointing_at_the_viewer::skin-tone-6": "๐Ÿซต๐Ÿฟ",
+ "+1": "๐Ÿ‘",
+ "thumbsup": "๐Ÿ‘",
+ "+1::skin-tone-2": "๐Ÿ‘๐Ÿป",
+ "thumbsup::skin-tone-2": "๐Ÿ‘๐Ÿป",
+ "+1::skin-tone-3": "๐Ÿ‘๐Ÿผ",
+ "thumbsup::skin-tone-3": "๐Ÿ‘๐Ÿผ",
+ "+1::skin-tone-4": "๐Ÿ‘๐Ÿฝ",
+ "thumbsup::skin-tone-4": "๐Ÿ‘๐Ÿฝ",
+ "+1::skin-tone-5": "๐Ÿ‘๐Ÿพ",
+ "thumbsup::skin-tone-5": "๐Ÿ‘๐Ÿพ",
+ "+1::skin-tone-6": "๐Ÿ‘๐Ÿฟ",
+ "thumbsup::skin-tone-6": "๐Ÿ‘๐Ÿฟ",
+ "-1": "๐Ÿ‘Ž",
+ "thumbsdown": "๐Ÿ‘Ž",
+ "-1::skin-tone-2": "๐Ÿ‘Ž๐Ÿป",
+ "thumbsdown::skin-tone-2": "๐Ÿ‘Ž๐Ÿป",
+ "-1::skin-tone-3": "๐Ÿ‘Ž๐Ÿผ",
+ "thumbsdown::skin-tone-3": "๐Ÿ‘Ž๐Ÿผ",
+ "-1::skin-tone-4": "๐Ÿ‘Ž๐Ÿฝ",
+ "thumbsdown::skin-tone-4": "๐Ÿ‘Ž๐Ÿฝ",
+ "-1::skin-tone-5": "๐Ÿ‘Ž๐Ÿพ",
+ "thumbsdown::skin-tone-5": "๐Ÿ‘Ž๐Ÿพ",
+ "-1::skin-tone-6": "๐Ÿ‘Ž๐Ÿฟ",
+ "thumbsdown::skin-tone-6": "๐Ÿ‘Ž๐Ÿฟ",
+ "fist": "โœŠ",
+ "fist::skin-tone-2": "โœŠ๐Ÿป",
+ "fist::skin-tone-3": "โœŠ๐Ÿผ",
+ "fist::skin-tone-4": "โœŠ๐Ÿฝ",
+ "fist::skin-tone-5": "โœŠ๐Ÿพ",
+ "fist::skin-tone-6": "โœŠ๐Ÿฟ",
+ "facepunch": "๐Ÿ‘Š",
+ "punch": "๐Ÿ‘Š",
+ "facepunch::skin-tone-2": "๐Ÿ‘Š๐Ÿป",
+ "punch::skin-tone-2": "๐Ÿ‘Š๐Ÿป",
+ "facepunch::skin-tone-3": "๐Ÿ‘Š๐Ÿผ",
+ "punch::skin-tone-3": "๐Ÿ‘Š๐Ÿผ",
+ "facepunch::skin-tone-4": "๐Ÿ‘Š๐Ÿฝ",
+ "punch::skin-tone-4": "๐Ÿ‘Š๐Ÿฝ",
+ "facepunch::skin-tone-5": "๐Ÿ‘Š๐Ÿพ",
+ "punch::skin-tone-5": "๐Ÿ‘Š๐Ÿพ",
+ "facepunch::skin-tone-6": "๐Ÿ‘Š๐Ÿฟ",
+ "punch::skin-tone-6": "๐Ÿ‘Š๐Ÿฟ",
+ "left-facing_fist": "๐Ÿค›",
+ "left-facing_fist::skin-tone-2": "๐Ÿค›๐Ÿป",
+ "left-facing_fist::skin-tone-3": "๐Ÿค›๐Ÿผ",
+ "left-facing_fist::skin-tone-4": "๐Ÿค›๐Ÿฝ",
+ "left-facing_fist::skin-tone-5": "๐Ÿค›๐Ÿพ",
+ "left-facing_fist::skin-tone-6": "๐Ÿค›๐Ÿฟ",
+ "right-facing_fist": "๐Ÿคœ",
+ "right-facing_fist::skin-tone-2": "๐Ÿคœ๐Ÿป",
+ "right-facing_fist::skin-tone-3": "๐Ÿคœ๐Ÿผ",
+ "right-facing_fist::skin-tone-4": "๐Ÿคœ๐Ÿฝ",
+ "right-facing_fist::skin-tone-5": "๐Ÿคœ๐Ÿพ",
+ "right-facing_fist::skin-tone-6": "๐Ÿคœ๐Ÿฟ",
+ "clap": "๐Ÿ‘",
+ "clap::skin-tone-2": "๐Ÿ‘๐Ÿป",
+ "clap::skin-tone-3": "๐Ÿ‘๐Ÿผ",
+ "clap::skin-tone-4": "๐Ÿ‘๐Ÿฝ",
+ "clap::skin-tone-5": "๐Ÿ‘๐Ÿพ",
+ "clap::skin-tone-6": "๐Ÿ‘๐Ÿฟ",
+ "raised_hands": "๐Ÿ™Œ",
+ "raised_hands::skin-tone-2": "๐Ÿ™Œ๐Ÿป",
+ "raised_hands::skin-tone-3": "๐Ÿ™Œ๐Ÿผ",
+ "raised_hands::skin-tone-4": "๐Ÿ™Œ๐Ÿฝ",
+ "raised_hands::skin-tone-5": "๐Ÿ™Œ๐Ÿพ",
+ "raised_hands::skin-tone-6": "๐Ÿ™Œ๐Ÿฟ",
+ "heart_hands": "๐Ÿซถ",
+ "heart_hands::skin-tone-2": "๐Ÿซถ๐Ÿป",
+ "heart_hands::skin-tone-3": "๐Ÿซถ๐Ÿผ",
+ "heart_hands::skin-tone-4": "๐Ÿซถ๐Ÿฝ",
+ "heart_hands::skin-tone-5": "๐Ÿซถ๐Ÿพ",
+ "heart_hands::skin-tone-6": "๐Ÿซถ๐Ÿฟ",
+ "open_hands": "๐Ÿ‘",
+ "open_hands::skin-tone-2": "๐Ÿ‘๐Ÿป",
+ "open_hands::skin-tone-3": "๐Ÿ‘๐Ÿผ",
+ "open_hands::skin-tone-4": "๐Ÿ‘๐Ÿฝ",
+ "open_hands::skin-tone-5": "๐Ÿ‘๐Ÿพ",
+ "open_hands::skin-tone-6": "๐Ÿ‘๐Ÿฟ",
+ "palms_up_together": "๐Ÿคฒ",
+ "palms_up_together::skin-tone-2": "๐Ÿคฒ๐Ÿป",
+ "palms_up_together::skin-tone-3": "๐Ÿคฒ๐Ÿผ",
+ "palms_up_together::skin-tone-4": "๐Ÿคฒ๐Ÿฝ",
+ "palms_up_together::skin-tone-5": "๐Ÿคฒ๐Ÿพ",
+ "palms_up_together::skin-tone-6": "๐Ÿคฒ๐Ÿฟ",
+ "handshake": "๐Ÿค",
+ "handshake::skin-tone-2": "๐Ÿค๐Ÿป",
+ "handshake::skin-tone-3": "๐Ÿค๐Ÿผ",
+ "handshake::skin-tone-4": "๐Ÿค๐Ÿฝ",
+ "handshake::skin-tone-5": "๐Ÿค๐Ÿพ",
+ "handshake::skin-tone-6": "๐Ÿค๐Ÿฟ",
+ "pray": "๐Ÿ™",
+ "pray::skin-tone-2": "๐Ÿ™๐Ÿป",
+ "pray::skin-tone-3": "๐Ÿ™๐Ÿผ",
+ "pray::skin-tone-4": "๐Ÿ™๐Ÿฝ",
+ "pray::skin-tone-5": "๐Ÿ™๐Ÿพ",
+ "pray::skin-tone-6": "๐Ÿ™๐Ÿฟ",
+ "writing_hand": "โœ๏ธ",
+ "writing_hand::skin-tone-2": "โœ๐Ÿป",
+ "writing_hand::skin-tone-3": "โœ๐Ÿผ",
+ "writing_hand::skin-tone-4": "โœ๐Ÿฝ",
+ "writing_hand::skin-tone-5": "โœ๐Ÿพ",
+ "writing_hand::skin-tone-6": "โœ๐Ÿฟ",
+ "nail_care": "๐Ÿ’…",
+ "nail_care::skin-tone-2": "๐Ÿ’…๐Ÿป",
+ "nail_care::skin-tone-3": "๐Ÿ’…๐Ÿผ",
+ "nail_care::skin-tone-4": "๐Ÿ’…๐Ÿฝ",
+ "nail_care::skin-tone-5": "๐Ÿ’…๐Ÿพ",
+ "nail_care::skin-tone-6": "๐Ÿ’…๐Ÿฟ",
+ "selfie": "๐Ÿคณ",
+ "selfie::skin-tone-2": "๐Ÿคณ๐Ÿป",
+ "selfie::skin-tone-3": "๐Ÿคณ๐Ÿผ",
+ "selfie::skin-tone-4": "๐Ÿคณ๐Ÿฝ",
+ "selfie::skin-tone-5": "๐Ÿคณ๐Ÿพ",
+ "selfie::skin-tone-6": "๐Ÿคณ๐Ÿฟ",
+ "muscle": "๐Ÿ’ช",
+ "muscle::skin-tone-2": "๐Ÿ’ช๐Ÿป",
+ "muscle::skin-tone-3": "๐Ÿ’ช๐Ÿผ",
+ "muscle::skin-tone-4": "๐Ÿ’ช๐Ÿฝ",
+ "muscle::skin-tone-5": "๐Ÿ’ช๐Ÿพ",
+ "muscle::skin-tone-6": "๐Ÿ’ช๐Ÿฟ",
+ "mechanical_arm": "๐Ÿฆพ",
+ "mechanical_leg": "๐Ÿฆฟ",
+ "leg": "๐Ÿฆต",
+ "leg::skin-tone-2": "๐Ÿฆต๐Ÿป",
+ "leg::skin-tone-3": "๐Ÿฆต๐Ÿผ",
+ "leg::skin-tone-4": "๐Ÿฆต๐Ÿฝ",
+ "leg::skin-tone-5": "๐Ÿฆต๐Ÿพ",
+ "leg::skin-tone-6": "๐Ÿฆต๐Ÿฟ",
+ "foot": "๐Ÿฆถ",
+ "foot::skin-tone-2": "๐Ÿฆถ๐Ÿป",
+ "foot::skin-tone-3": "๐Ÿฆถ๐Ÿผ",
+ "foot::skin-tone-4": "๐Ÿฆถ๐Ÿฝ",
+ "foot::skin-tone-5": "๐Ÿฆถ๐Ÿพ",
+ "foot::skin-tone-6": "๐Ÿฆถ๐Ÿฟ",
+ "ear": "๐Ÿ‘‚",
+ "ear::skin-tone-2": "๐Ÿ‘‚๐Ÿป",
+ "ear::skin-tone-3": "๐Ÿ‘‚๐Ÿผ",
+ "ear::skin-tone-4": "๐Ÿ‘‚๐Ÿฝ",
+ "ear::skin-tone-5": "๐Ÿ‘‚๐Ÿพ",
+ "ear::skin-tone-6": "๐Ÿ‘‚๐Ÿฟ",
+ "ear_with_hearing_aid": "๐Ÿฆป",
+ "ear_with_hearing_aid::skin-tone-2": "๐Ÿฆป๐Ÿป",
+ "ear_with_hearing_aid::skin-tone-3": "๐Ÿฆป๐Ÿผ",
+ "ear_with_hearing_aid::skin-tone-4": "๐Ÿฆป๐Ÿฝ",
+ "ear_with_hearing_aid::skin-tone-5": "๐Ÿฆป๐Ÿพ",
+ "ear_with_hearing_aid::skin-tone-6": "๐Ÿฆป๐Ÿฟ",
+ "nose": "๐Ÿ‘ƒ",
+ "nose::skin-tone-2": "๐Ÿ‘ƒ๐Ÿป",
+ "nose::skin-tone-3": "๐Ÿ‘ƒ๐Ÿผ",
+ "nose::skin-tone-4": "๐Ÿ‘ƒ๐Ÿฝ",
+ "nose::skin-tone-5": "๐Ÿ‘ƒ๐Ÿพ",
+ "nose::skin-tone-6": "๐Ÿ‘ƒ๐Ÿฟ",
+ "brain": "๐Ÿง ",
+ "anatomical_heart": "๐Ÿซ€",
+ "lungs": "๐Ÿซ",
+ "tooth": "๐Ÿฆท",
+ "bone": "๐Ÿฆด",
+ "eyes": "๐Ÿ‘€",
+ "dag-eyes": "๐Ÿ‘€",
+ "eye": "๐Ÿ‘๏ธ",
+ "tongue": "๐Ÿ‘…",
+ "lips": "๐Ÿ‘„",
+ "biting_lip": "๐Ÿซฆ",
+ "baby": "๐Ÿ‘ถ",
+ "baby::skin-tone-2": "๐Ÿ‘ถ๐Ÿป",
+ "baby::skin-tone-3": "๐Ÿ‘ถ๐Ÿผ",
+ "baby::skin-tone-4": "๐Ÿ‘ถ๐Ÿฝ",
+ "baby::skin-tone-5": "๐Ÿ‘ถ๐Ÿพ",
+ "baby::skin-tone-6": "๐Ÿ‘ถ๐Ÿฟ",
+ "child": "๐Ÿง’",
+ "child::skin-tone-2": "๐Ÿง’๐Ÿป",
+ "child::skin-tone-3": "๐Ÿง’๐Ÿผ",
+ "child::skin-tone-4": "๐Ÿง’๐Ÿฝ",
+ "child::skin-tone-5": "๐Ÿง’๐Ÿพ",
+ "child::skin-tone-6": "๐Ÿง’๐Ÿฟ",
+ "boy": "๐Ÿ‘ฆ",
+ "boy::skin-tone-2": "๐Ÿ‘ฆ๐Ÿป",
+ "boy::skin-tone-3": "๐Ÿ‘ฆ๐Ÿผ",
+ "boy::skin-tone-4": "๐Ÿ‘ฆ๐Ÿฝ",
+ "boy::skin-tone-5": "๐Ÿ‘ฆ๐Ÿพ",
+ "boy::skin-tone-6": "๐Ÿ‘ฆ๐Ÿฟ",
+ "girl": "๐Ÿ‘ง",
+ "girl::skin-tone-2": "๐Ÿ‘ง๐Ÿป",
+ "girl::skin-tone-3": "๐Ÿ‘ง๐Ÿผ",
+ "girl::skin-tone-4": "๐Ÿ‘ง๐Ÿฝ",
+ "girl::skin-tone-5": "๐Ÿ‘ง๐Ÿพ",
+ "girl::skin-tone-6": "๐Ÿ‘ง๐Ÿฟ",
+ "adult": "๐Ÿง‘",
+ "adult::skin-tone-2": "๐Ÿง‘๐Ÿป",
+ "adult::skin-tone-3": "๐Ÿง‘๐Ÿผ",
+ "adult::skin-tone-4": "๐Ÿง‘๐Ÿฝ",
+ "adult::skin-tone-5": "๐Ÿง‘๐Ÿพ",
+ "adult::skin-tone-6": "๐Ÿง‘๐Ÿฟ",
+ "person_with_blond_hair": "๐Ÿ‘ฑ",
+ "person_with_blond_hair::skin-tone-2": "๐Ÿ‘ฑ๐Ÿป",
+ "person_with_blond_hair::skin-tone-3": "๐Ÿ‘ฑ๐Ÿผ",
+ "person_with_blond_hair::skin-tone-4": "๐Ÿ‘ฑ๐Ÿฝ",
+ "person_with_blond_hair::skin-tone-5": "๐Ÿ‘ฑ๐Ÿพ",
+ "person_with_blond_hair::skin-tone-6": "๐Ÿ‘ฑ๐Ÿฟ",
+ "man": "๐Ÿ‘จ",
+ "man::skin-tone-2": "๐Ÿ‘จ๐Ÿป",
+ "man::skin-tone-3": "๐Ÿ‘จ๐Ÿผ",
+ "man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝ",
+ "man::skin-tone-5": "๐Ÿ‘จ๐Ÿพ",
+ "man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟ",
+ "bearded_person": "๐Ÿง”",
+ "bearded_person::skin-tone-2": "๐Ÿง”๐Ÿป",
+ "bearded_person::skin-tone-3": "๐Ÿง”๐Ÿผ",
+ "bearded_person::skin-tone-4": "๐Ÿง”๐Ÿฝ",
+ "bearded_person::skin-tone-5": "๐Ÿง”๐Ÿพ",
+ "bearded_person::skin-tone-6": "๐Ÿง”๐Ÿฟ",
+ "man_with_beard": "๐Ÿง”โ€โ™‚๏ธ",
+ "man_with_beard::skin-tone-2": "๐Ÿง”๐Ÿปโ€โ™‚๏ธ",
+ "man_with_beard::skin-tone-3": "๐Ÿง”๐Ÿผโ€โ™‚๏ธ",
+ "man_with_beard::skin-tone-4": "๐Ÿง”๐Ÿฝโ€โ™‚๏ธ",
+ "man_with_beard::skin-tone-5": "๐Ÿง”๐Ÿพโ€โ™‚๏ธ",
+ "man_with_beard::skin-tone-6": "๐Ÿง”๐Ÿฟโ€โ™‚๏ธ",
+ "woman_with_beard": "๐Ÿง”โ€โ™€๏ธ",
+ "woman_with_beard::skin-tone-2": "๐Ÿง”๐Ÿปโ€โ™€๏ธ",
+ "woman_with_beard::skin-tone-3": "๐Ÿง”๐Ÿผโ€โ™€๏ธ",
+ "woman_with_beard::skin-tone-4": "๐Ÿง”๐Ÿฝโ€โ™€๏ธ",
+ "woman_with_beard::skin-tone-5": "๐Ÿง”๐Ÿพโ€โ™€๏ธ",
+ "woman_with_beard::skin-tone-6": "๐Ÿง”๐Ÿฟโ€โ™€๏ธ",
+ "red_haired_man": "๐Ÿ‘จโ€๐Ÿฆฐ",
+ "red_haired_man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ",
+ "red_haired_man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ",
+ "red_haired_man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ",
+ "red_haired_man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ",
+ "red_haired_man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ",
+ "curly_haired_man": "๐Ÿ‘จโ€๐Ÿฆฑ",
+ "curly_haired_man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ",
+ "curly_haired_man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ",
+ "curly_haired_man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ",
+ "curly_haired_man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ",
+ "curly_haired_man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ",
+ "white_haired_man": "๐Ÿ‘จโ€๐Ÿฆณ",
+ "white_haired_man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ",
+ "white_haired_man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ",
+ "white_haired_man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ",
+ "white_haired_man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ",
+ "white_haired_man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ",
+ "bald_man": "๐Ÿ‘จโ€๐Ÿฆฒ",
+ "bald_man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ",
+ "bald_man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ",
+ "bald_man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ",
+ "bald_man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ",
+ "bald_man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ",
+ "woman": "๐Ÿ‘ฉ",
+ "woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿป",
+ "woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผ",
+ "woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝ",
+ "woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพ",
+ "woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟ",
+ "red_haired_woman": "๐Ÿ‘ฉโ€๐Ÿฆฐ",
+ "red_haired_woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ",
+ "red_haired_woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ",
+ "red_haired_woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ",
+ "red_haired_woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ",
+ "red_haired_woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ",
+ "red_haired_person": "๐Ÿง‘โ€๐Ÿฆฐ",
+ "red_haired_person::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ",
+ "red_haired_person::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ",
+ "red_haired_person::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ",
+ "red_haired_person::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ",
+ "red_haired_person::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ",
+ "curly_haired_woman": "๐Ÿ‘ฉโ€๐Ÿฆฑ",
+ "curly_haired_woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ",
+ "curly_haired_woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ",
+ "curly_haired_woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ",
+ "curly_haired_woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ",
+ "curly_haired_woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ",
+ "curly_haired_person": "๐Ÿง‘โ€๐Ÿฆฑ",
+ "curly_haired_person::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ",
+ "curly_haired_person::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ",
+ "curly_haired_person::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ",
+ "curly_haired_person::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ",
+ "curly_haired_person::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ",
+ "white_haired_woman": "๐Ÿ‘ฉโ€๐Ÿฆณ",
+ "white_haired_woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ",
+ "white_haired_woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ",
+ "white_haired_woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ",
+ "white_haired_woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ",
+ "white_haired_woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ",
+ "white_haired_person": "๐Ÿง‘โ€๐Ÿฆณ",
+ "white_haired_person::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ",
+ "white_haired_person::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ",
+ "white_haired_person::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ",
+ "white_haired_person::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ",
+ "white_haired_person::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ",
+ "bald_woman": "๐Ÿ‘ฉโ€๐Ÿฆฒ",
+ "bald_woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ",
+ "bald_woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ",
+ "bald_woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ",
+ "bald_woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ",
+ "bald_woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ",
+ "bald_person": "๐Ÿง‘โ€๐Ÿฆฒ",
+ "bald_person::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ",
+ "bald_person::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ",
+ "bald_person::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ",
+ "bald_person::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ",
+ "bald_person::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ",
+ "blond-haired-woman": "๐Ÿ‘ฑโ€โ™€๏ธ",
+ "blond-haired-woman::skin-tone-2": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ",
+ "blond-haired-woman::skin-tone-3": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ",
+ "blond-haired-woman::skin-tone-4": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ",
+ "blond-haired-woman::skin-tone-5": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ",
+ "blond-haired-woman::skin-tone-6": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ",
+ "blond-haired-man": "๐Ÿ‘ฑโ€โ™‚๏ธ",
+ "blond-haired-man::skin-tone-2": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ",
+ "blond-haired-man::skin-tone-3": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ",
+ "blond-haired-man::skin-tone-4": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ",
+ "blond-haired-man::skin-tone-5": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ",
+ "blond-haired-man::skin-tone-6": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ",
+ "older_adult": "๐Ÿง“",
+ "older_adult::skin-tone-2": "๐Ÿง“๐Ÿป",
+ "older_adult::skin-tone-3": "๐Ÿง“๐Ÿผ",
+ "older_adult::skin-tone-4": "๐Ÿง“๐Ÿฝ",
+ "older_adult::skin-tone-5": "๐Ÿง“๐Ÿพ",
+ "older_adult::skin-tone-6": "๐Ÿง“๐Ÿฟ",
+ "older_man": "๐Ÿ‘ด",
+ "older_man::skin-tone-2": "๐Ÿ‘ด๐Ÿป",
+ "older_man::skin-tone-3": "๐Ÿ‘ด๐Ÿผ",
+ "older_man::skin-tone-4": "๐Ÿ‘ด๐Ÿฝ",
+ "older_man::skin-tone-5": "๐Ÿ‘ด๐Ÿพ",
+ "older_man::skin-tone-6": "๐Ÿ‘ด๐Ÿฟ",
+ "older_woman": "๐Ÿ‘ต",
+ "older_woman::skin-tone-2": "๐Ÿ‘ต๐Ÿป",
+ "older_woman::skin-tone-3": "๐Ÿ‘ต๐Ÿผ",
+ "older_woman::skin-tone-4": "๐Ÿ‘ต๐Ÿฝ",
+ "older_woman::skin-tone-5": "๐Ÿ‘ต๐Ÿพ",
+ "older_woman::skin-tone-6": "๐Ÿ‘ต๐Ÿฟ",
+ "person_frowning": "๐Ÿ™",
+ "person_frowning::skin-tone-2": "๐Ÿ™๐Ÿป",
+ "person_frowning::skin-tone-3": "๐Ÿ™๐Ÿผ",
+ "person_frowning::skin-tone-4": "๐Ÿ™๐Ÿฝ",
+ "person_frowning::skin-tone-5": "๐Ÿ™๐Ÿพ",
+ "person_frowning::skin-tone-6": "๐Ÿ™๐Ÿฟ",
+ "man-frowning": "๐Ÿ™โ€โ™‚๏ธ",
+ "man-frowning::skin-tone-2": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ",
+ "man-frowning::skin-tone-3": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ",
+ "man-frowning::skin-tone-4": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ",
+ "man-frowning::skin-tone-5": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ",
+ "man-frowning::skin-tone-6": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ",
+ "woman-frowning": "๐Ÿ™โ€โ™€๏ธ",
+ "woman-frowning::skin-tone-2": "๐Ÿ™๐Ÿปโ€โ™€๏ธ",
+ "woman-frowning::skin-tone-3": "๐Ÿ™๐Ÿผโ€โ™€๏ธ",
+ "woman-frowning::skin-tone-4": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ",
+ "woman-frowning::skin-tone-5": "๐Ÿ™๐Ÿพโ€โ™€๏ธ",
+ "woman-frowning::skin-tone-6": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ",
+ "person_with_pouting_face": "๐Ÿ™Ž",
+ "person_with_pouting_face::skin-tone-2": "๐Ÿ™Ž๐Ÿป",
+ "person_with_pouting_face::skin-tone-3": "๐Ÿ™Ž๐Ÿผ",
+ "person_with_pouting_face::skin-tone-4": "๐Ÿ™Ž๐Ÿฝ",
+ "person_with_pouting_face::skin-tone-5": "๐Ÿ™Ž๐Ÿพ",
+ "person_with_pouting_face::skin-tone-6": "๐Ÿ™Ž๐Ÿฟ",
+ "man-pouting": "๐Ÿ™Žโ€โ™‚๏ธ",
+ "man-pouting::skin-tone-2": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ",
+ "man-pouting::skin-tone-3": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ",
+ "man-pouting::skin-tone-4": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ",
+ "man-pouting::skin-tone-5": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ",
+ "man-pouting::skin-tone-6": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ",
+ "woman-pouting": "๐Ÿ™Žโ€โ™€๏ธ",
+ "woman-pouting::skin-tone-2": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ",
+ "woman-pouting::skin-tone-3": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ",
+ "woman-pouting::skin-tone-4": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ",
+ "woman-pouting::skin-tone-5": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ",
+ "woman-pouting::skin-tone-6": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ",
+ "no_good": "๐Ÿ™…",
+ "no_good::skin-tone-2": "๐Ÿ™…๐Ÿป",
+ "no_good::skin-tone-3": "๐Ÿ™…๐Ÿผ",
+ "no_good::skin-tone-4": "๐Ÿ™…๐Ÿฝ",
+ "no_good::skin-tone-5": "๐Ÿ™…๐Ÿพ",
+ "no_good::skin-tone-6": "๐Ÿ™…๐Ÿฟ",
+ "man-gesturing-no": "๐Ÿ™…โ€โ™‚๏ธ",
+ "man-gesturing-no::skin-tone-2": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ",
+ "man-gesturing-no::skin-tone-3": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ",
+ "man-gesturing-no::skin-tone-4": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ",
+ "man-gesturing-no::skin-tone-5": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ",
+ "man-gesturing-no::skin-tone-6": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ",
+ "woman-gesturing-no": "๐Ÿ™…โ€โ™€๏ธ",
+ "woman-gesturing-no::skin-tone-2": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ",
+ "woman-gesturing-no::skin-tone-3": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ",
+ "woman-gesturing-no::skin-tone-4": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ",
+ "woman-gesturing-no::skin-tone-5": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ",
+ "woman-gesturing-no::skin-tone-6": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ",
+ "ok_woman": "๐Ÿ™†",
+ "ok_woman::skin-tone-2": "๐Ÿ™†๐Ÿป",
+ "ok_woman::skin-tone-3": "๐Ÿ™†๐Ÿผ",
+ "ok_woman::skin-tone-4": "๐Ÿ™†๐Ÿฝ",
+ "ok_woman::skin-tone-5": "๐Ÿ™†๐Ÿพ",
+ "ok_woman::skin-tone-6": "๐Ÿ™†๐Ÿฟ",
+ "man-gesturing-ok": "๐Ÿ™†โ€โ™‚๏ธ",
+ "man-gesturing-ok::skin-tone-2": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ",
+ "man-gesturing-ok::skin-tone-3": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ",
+ "man-gesturing-ok::skin-tone-4": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ",
+ "man-gesturing-ok::skin-tone-5": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ",
+ "man-gesturing-ok::skin-tone-6": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ",
+ "woman-gesturing-ok": "๐Ÿ™†โ€โ™€๏ธ",
+ "woman-gesturing-ok::skin-tone-2": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ",
+ "woman-gesturing-ok::skin-tone-3": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ",
+ "woman-gesturing-ok::skin-tone-4": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ",
+ "woman-gesturing-ok::skin-tone-5": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ",
+ "woman-gesturing-ok::skin-tone-6": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ",
+ "information_desk_person": "๐Ÿ’",
+ "information_desk_person::skin-tone-2": "๐Ÿ’๐Ÿป",
+ "information_desk_person::skin-tone-3": "๐Ÿ’๐Ÿผ",
+ "information_desk_person::skin-tone-4": "๐Ÿ’๐Ÿฝ",
+ "information_desk_person::skin-tone-5": "๐Ÿ’๐Ÿพ",
+ "information_desk_person::skin-tone-6": "๐Ÿ’๐Ÿฟ",
+ "man-tipping-hand": "๐Ÿ’โ€โ™‚๏ธ",
+ "man-tipping-hand::skin-tone-2": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ",
+ "man-tipping-hand::skin-tone-3": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ",
+ "man-tipping-hand::skin-tone-4": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ",
+ "man-tipping-hand::skin-tone-5": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ",
+ "man-tipping-hand::skin-tone-6": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ",
+ "woman-tipping-hand": "๐Ÿ’โ€โ™€๏ธ",
+ "woman-tipping-hand::skin-tone-2": "๐Ÿ’๐Ÿปโ€โ™€๏ธ",
+ "woman-tipping-hand::skin-tone-3": "๐Ÿ’๐Ÿผโ€โ™€๏ธ",
+ "woman-tipping-hand::skin-tone-4": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ",
+ "woman-tipping-hand::skin-tone-5": "๐Ÿ’๐Ÿพโ€โ™€๏ธ",
+ "woman-tipping-hand::skin-tone-6": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ",
+ "raising_hand": "๐Ÿ™‹",
+ "raising_hand::skin-tone-2": "๐Ÿ™‹๐Ÿป",
+ "raising_hand::skin-tone-3": "๐Ÿ™‹๐Ÿผ",
+ "raising_hand::skin-tone-4": "๐Ÿ™‹๐Ÿฝ",
+ "raising_hand::skin-tone-5": "๐Ÿ™‹๐Ÿพ",
+ "raising_hand::skin-tone-6": "๐Ÿ™‹๐Ÿฟ",
+ "man-raising-hand": "๐Ÿ™‹โ€โ™‚๏ธ",
+ "man-raising-hand::skin-tone-2": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ",
+ "man-raising-hand::skin-tone-3": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ",
+ "man-raising-hand::skin-tone-4": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ",
+ "man-raising-hand::skin-tone-5": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ",
+ "man-raising-hand::skin-tone-6": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ",
+ "woman-raising-hand": "๐Ÿ™‹โ€โ™€๏ธ",
+ "woman-raising-hand::skin-tone-2": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ",
+ "woman-raising-hand::skin-tone-3": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ",
+ "woman-raising-hand::skin-tone-4": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ",
+ "woman-raising-hand::skin-tone-5": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ",
+ "woman-raising-hand::skin-tone-6": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ",
+ "deaf_person": "๐Ÿง",
+ "deaf_person::skin-tone-2": "๐Ÿง๐Ÿป",
+ "deaf_person::skin-tone-3": "๐Ÿง๐Ÿผ",
+ "deaf_person::skin-tone-4": "๐Ÿง๐Ÿฝ",
+ "deaf_person::skin-tone-5": "๐Ÿง๐Ÿพ",
+ "deaf_person::skin-tone-6": "๐Ÿง๐Ÿฟ",
+ "deaf_man": "๐Ÿงโ€โ™‚๏ธ",
+ "deaf_man::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™‚๏ธ",
+ "deaf_man::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™‚๏ธ",
+ "deaf_man::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ",
+ "deaf_man::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™‚๏ธ",
+ "deaf_man::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ",
+ "deaf_woman": "๐Ÿงโ€โ™€๏ธ",
+ "deaf_woman::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™€๏ธ",
+ "deaf_woman::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™€๏ธ",
+ "deaf_woman::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™€๏ธ",
+ "deaf_woman::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™€๏ธ",
+ "deaf_woman::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™€๏ธ",
+ "nod-nicholson": "๐Ÿ™‡",
+ "daggy-celebrate": "๐ŸŽ‰",
+ "bow": "๐Ÿ™‡",
+ "bow::skin-tone-2": "๐Ÿ™‡๐Ÿป",
+ "bow::skin-tone-3": "๐Ÿ™‡๐Ÿผ",
+ "bow::skin-tone-4": "๐Ÿ™‡๐Ÿฝ",
+ "bow::skin-tone-5": "๐Ÿ™‡๐Ÿพ",
+ "bow::skin-tone-6": "๐Ÿ™‡๐Ÿฟ",
+ "man-bowing": "๐Ÿ™‡โ€โ™‚๏ธ",
+ "man-bowing::skin-tone-2": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ",
+ "man-bowing::skin-tone-3": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ",
+ "man-bowing::skin-tone-4": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ",
+ "man-bowing::skin-tone-5": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ",
+ "man-bowing::skin-tone-6": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ",
+ "woman-bowing": "๐Ÿ™‡โ€โ™€๏ธ",
+ "woman-bowing::skin-tone-2": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ",
+ "woman-bowing::skin-tone-3": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ",
+ "woman-bowing::skin-tone-4": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ",
+ "woman-bowing::skin-tone-5": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ",
+ "woman-bowing::skin-tone-6": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ",
+ "face_palm": "๐Ÿคฆ",
+ "face_palm::skin-tone-2": "๐Ÿคฆ๐Ÿป",
+ "face_palm::skin-tone-3": "๐Ÿคฆ๐Ÿผ",
+ "face_palm::skin-tone-4": "๐Ÿคฆ๐Ÿฝ",
+ "face_palm::skin-tone-5": "๐Ÿคฆ๐Ÿพ",
+ "face_palm::skin-tone-6": "๐Ÿคฆ๐Ÿฟ",
+ "man-facepalming": "๐Ÿคฆโ€โ™‚๏ธ",
+ "man-facepalming::skin-tone-2": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ",
+ "man-facepalming::skin-tone-3": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ",
+ "man-facepalming::skin-tone-4": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ",
+ "man-facepalming::skin-tone-5": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ",
+ "man-facepalming::skin-tone-6": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-facepalming": "๐Ÿคฆโ€โ™€๏ธ",
+ "woman-facepalming::skin-tone-2": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ",
+ "woman-facepalming::skin-tone-3": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ",
+ "woman-facepalming::skin-tone-4": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ",
+ "woman-facepalming::skin-tone-5": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ",
+ "woman-facepalming::skin-tone-6": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ",
+ "shrug": "๐Ÿคท",
+ "shrug::skin-tone-2": "๐Ÿคท๐Ÿป",
+ "shrug::skin-tone-3": "๐Ÿคท๐Ÿผ",
+ "shrug::skin-tone-4": "๐Ÿคท๐Ÿฝ",
+ "shrug::skin-tone-5": "๐Ÿคท๐Ÿพ",
+ "shrug::skin-tone-6": "๐Ÿคท๐Ÿฟ",
+ "man-shrugging": "๐Ÿคทโ€โ™‚๏ธ",
+ "man-shrugging::skin-tone-2": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ",
+ "man-shrugging::skin-tone-3": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ",
+ "man-shrugging::skin-tone-4": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ",
+ "man-shrugging::skin-tone-5": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ",
+ "man-shrugging::skin-tone-6": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ",
+ "woman-shrugging": "๐Ÿคทโ€โ™€๏ธ",
+ "woman-shrugging::skin-tone-2": "๐Ÿคท๐Ÿปโ€โ™€๏ธ",
+ "woman-shrugging::skin-tone-3": "๐Ÿคท๐Ÿผโ€โ™€๏ธ",
+ "woman-shrugging::skin-tone-4": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ",
+ "woman-shrugging::skin-tone-5": "๐Ÿคท๐Ÿพโ€โ™€๏ธ",
+ "woman-shrugging::skin-tone-6": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ",
+ "health_worker": "๐Ÿง‘โ€โš•๏ธ",
+ "health_worker::skin-tone-2": "๐Ÿง‘๐Ÿปโ€โš•๏ธ",
+ "health_worker::skin-tone-3": "๐Ÿง‘๐Ÿผโ€โš•๏ธ",
+ "health_worker::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ",
+ "health_worker::skin-tone-5": "๐Ÿง‘๐Ÿพโ€โš•๏ธ",
+ "health_worker::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ",
+ "male-doctor": "๐Ÿ‘จโ€โš•๏ธ",
+ "male-doctor::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ",
+ "male-doctor::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ",
+ "male-doctor::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ",
+ "male-doctor::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ",
+ "male-doctor::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ",
+ "female-doctor": "๐Ÿ‘ฉโ€โš•๏ธ",
+ "female-doctor::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ",
+ "female-doctor::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ",
+ "female-doctor::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ",
+ "female-doctor::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ",
+ "female-doctor::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ",
+ "student": "๐Ÿง‘โ€๐ŸŽ“",
+ "student::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“",
+ "student::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“",
+ "student::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“",
+ "student::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“",
+ "student::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“",
+ "male-student": "๐Ÿ‘จโ€๐ŸŽ“",
+ "male-student::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“",
+ "male-student::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“",
+ "male-student::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“",
+ "male-student::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“",
+ "male-student::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“",
+ "female-student": "๐Ÿ‘ฉโ€๐ŸŽ“",
+ "female-student::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“",
+ "female-student::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“",
+ "female-student::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“",
+ "female-student::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“",
+ "female-student::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“",
+ "teacher": "๐Ÿง‘โ€๐Ÿซ",
+ "teacher::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿซ",
+ "teacher::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿซ",
+ "teacher::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ",
+ "teacher::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿซ",
+ "teacher::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ",
+ "male-teacher": "๐Ÿ‘จโ€๐Ÿซ",
+ "male-teacher::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ",
+ "male-teacher::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ",
+ "male-teacher::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ",
+ "male-teacher::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ",
+ "male-teacher::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ",
+ "female-teacher": "๐Ÿ‘ฉโ€๐Ÿซ",
+ "female-teacher::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ",
+ "female-teacher::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ",
+ "female-teacher::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ",
+ "female-teacher::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ",
+ "female-teacher::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ",
+ "judge": "๐Ÿง‘โ€โš–๏ธ",
+ "judge::skin-tone-2": "๐Ÿง‘๐Ÿปโ€โš–๏ธ",
+ "judge::skin-tone-3": "๐Ÿง‘๐Ÿผโ€โš–๏ธ",
+ "judge::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ",
+ "judge::skin-tone-5": "๐Ÿง‘๐Ÿพโ€โš–๏ธ",
+ "judge::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ",
+ "male-judge": "๐Ÿ‘จโ€โš–๏ธ",
+ "male-judge::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ",
+ "male-judge::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ",
+ "male-judge::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ",
+ "male-judge::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ",
+ "male-judge::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ",
+ "female-judge": "๐Ÿ‘ฉโ€โš–๏ธ",
+ "female-judge::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ",
+ "female-judge::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ",
+ "female-judge::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ",
+ "female-judge::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ",
+ "female-judge::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ",
+ "farmer": "๐Ÿง‘โ€๐ŸŒพ",
+ "farmer::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ",
+ "farmer::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ",
+ "farmer::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ",
+ "farmer::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ",
+ "farmer::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ",
+ "male-farmer": "๐Ÿ‘จโ€๐ŸŒพ",
+ "male-farmer::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ",
+ "male-farmer::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ",
+ "male-farmer::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ",
+ "male-farmer::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ",
+ "male-farmer::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ",
+ "female-farmer": "๐Ÿ‘ฉโ€๐ŸŒพ",
+ "female-farmer::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ",
+ "female-farmer::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ",
+ "female-farmer::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ",
+ "female-farmer::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ",
+ "female-farmer::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ",
+ "cook": "๐Ÿง‘โ€๐Ÿณ",
+ "cook::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿณ",
+ "cook::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿณ",
+ "cook::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ",
+ "cook::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿณ",
+ "cook::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ",
+ "male-cook": "๐Ÿ‘จโ€๐Ÿณ",
+ "male-cook::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ",
+ "male-cook::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ",
+ "male-cook::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ",
+ "male-cook::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ",
+ "male-cook::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ",
+ "female-cook": "๐Ÿ‘ฉโ€๐Ÿณ",
+ "female-cook::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ",
+ "female-cook::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ",
+ "female-cook::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ",
+ "female-cook::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ",
+ "female-cook::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ",
+ "mechanic": "๐Ÿง‘โ€๐Ÿ”ง",
+ "mechanic::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง",
+ "mechanic::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง",
+ "mechanic::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง",
+ "mechanic::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง",
+ "mechanic::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง",
+ "male-mechanic": "๐Ÿ‘จโ€๐Ÿ”ง",
+ "male-mechanic::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง",
+ "male-mechanic::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง",
+ "male-mechanic::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง",
+ "male-mechanic::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง",
+ "male-mechanic::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง",
+ "female-mechanic": "๐Ÿ‘ฉโ€๐Ÿ”ง",
+ "female-mechanic::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง",
+ "female-mechanic::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง",
+ "female-mechanic::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง",
+ "female-mechanic::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง",
+ "female-mechanic::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง",
+ "factory_worker": "๐Ÿง‘โ€๐Ÿญ",
+ "factory_worker::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿญ",
+ "factory_worker::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿญ",
+ "factory_worker::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ",
+ "factory_worker::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿญ",
+ "factory_worker::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ",
+ "male-factory-worker": "๐Ÿ‘จโ€๐Ÿญ",
+ "male-factory-worker::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ",
+ "male-factory-worker::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ",
+ "male-factory-worker::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ",
+ "male-factory-worker::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ",
+ "male-factory-worker::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ",
+ "female-factory-worker": "๐Ÿ‘ฉโ€๐Ÿญ",
+ "female-factory-worker::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ",
+ "female-factory-worker::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ",
+ "female-factory-worker::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ",
+ "female-factory-worker::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ",
+ "female-factory-worker::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ",
+ "office_worker": "๐Ÿง‘โ€๐Ÿ’ผ",
+ "office_worker::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ",
+ "office_worker::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ",
+ "office_worker::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ",
+ "office_worker::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ",
+ "office_worker::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ",
+ "male-office-worker": "๐Ÿ‘จโ€๐Ÿ’ผ",
+ "male-office-worker::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ",
+ "male-office-worker::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ",
+ "male-office-worker::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ",
+ "male-office-worker::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ",
+ "male-office-worker::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ",
+ "female-office-worker": "๐Ÿ‘ฉโ€๐Ÿ’ผ",
+ "female-office-worker::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ",
+ "female-office-worker::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ",
+ "female-office-worker::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ",
+ "female-office-worker::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ",
+ "female-office-worker::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ",
+ "scientist": "๐Ÿง‘โ€๐Ÿ”ฌ",
+ "scientist::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ",
+ "scientist::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ",
+ "scientist::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ",
+ "scientist::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ",
+ "scientist::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ",
+ "male-scientist": "๐Ÿ‘จโ€๐Ÿ”ฌ",
+ "male-scientist::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ",
+ "male-scientist::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ",
+ "male-scientist::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ",
+ "male-scientist::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ",
+ "male-scientist::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ",
+ "female-scientist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ",
+ "female-scientist::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ",
+ "female-scientist::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ",
+ "female-scientist::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ",
+ "female-scientist::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ",
+ "female-scientist::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ",
+ "technologist": "๐Ÿง‘โ€๐Ÿ’ป",
+ "technologist::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป",
+ "technologist::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป",
+ "technologist::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป",
+ "technologist::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป",
+ "technologist::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป",
+ "male-technologist": "๐Ÿ‘จโ€๐Ÿ’ป",
+ "male-technologist::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป",
+ "male-technologist::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป",
+ "male-technologist::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป",
+ "male-technologist::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป",
+ "male-technologist::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป",
+ "female-technologist": "๐Ÿ‘ฉโ€๐Ÿ’ป",
+ "female-technologist::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป",
+ "female-technologist::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป",
+ "female-technologist::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป",
+ "female-technologist::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป",
+ "female-technologist::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป",
+ "singer": "๐Ÿง‘โ€๐ŸŽค",
+ "singer::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐ŸŽค",
+ "singer::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐ŸŽค",
+ "singer::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค",
+ "singer::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐ŸŽค",
+ "singer::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค",
+ "male-singer": "๐Ÿ‘จโ€๐ŸŽค",
+ "male-singer::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค",
+ "male-singer::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค",
+ "male-singer::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค",
+ "male-singer::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค",
+ "male-singer::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค",
+ "female-singer": "๐Ÿ‘ฉโ€๐ŸŽค",
+ "female-singer::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค",
+ "female-singer::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค",
+ "female-singer::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค",
+ "female-singer::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค",
+ "female-singer::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค",
+ "artist": "๐Ÿง‘โ€๐ŸŽจ",
+ "artist::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ",
+ "artist::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ",
+ "artist::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ",
+ "artist::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ",
+ "artist::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ",
+ "male-artist": "๐Ÿ‘จโ€๐ŸŽจ",
+ "male-artist::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ",
+ "male-artist::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ",
+ "male-artist::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ",
+ "male-artist::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ",
+ "male-artist::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ",
+ "female-artist": "๐Ÿ‘ฉโ€๐ŸŽจ",
+ "female-artist::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ",
+ "female-artist::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ",
+ "female-artist::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ",
+ "female-artist::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ",
+ "female-artist::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ",
+ "pilot": "๐Ÿง‘โ€โœˆ๏ธ",
+ "pilot::skin-tone-2": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ",
+ "pilot::skin-tone-3": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ",
+ "pilot::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ",
+ "pilot::skin-tone-5": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ",
+ "pilot::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ",
+ "male-pilot": "๐Ÿ‘จโ€โœˆ๏ธ",
+ "male-pilot::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ",
+ "male-pilot::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ",
+ "male-pilot::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ",
+ "male-pilot::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ",
+ "male-pilot::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ",
+ "female-pilot": "๐Ÿ‘ฉโ€โœˆ๏ธ",
+ "female-pilot::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ",
+ "female-pilot::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ",
+ "female-pilot::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ",
+ "female-pilot::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ",
+ "female-pilot::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ",
+ "astronaut": "๐Ÿง‘โ€๐Ÿš€",
+ "astronaut::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿš€",
+ "astronaut::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿš€",
+ "astronaut::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€",
+ "astronaut::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿš€",
+ "astronaut::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€",
+ "male-astronaut": "๐Ÿ‘จโ€๐Ÿš€",
+ "male-astronaut::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€",
+ "male-astronaut::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€",
+ "male-astronaut::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€",
+ "male-astronaut::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€",
+ "male-astronaut::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€",
+ "female-astronaut": "๐Ÿ‘ฉโ€๐Ÿš€",
+ "female-astronaut::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€",
+ "female-astronaut::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€",
+ "female-astronaut::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€",
+ "female-astronaut::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€",
+ "female-astronaut::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€",
+ "firefighter": "๐Ÿง‘โ€๐Ÿš’",
+ "firefighter::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿš’",
+ "firefighter::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿš’",
+ "firefighter::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’",
+ "firefighter::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿš’",
+ "firefighter::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’",
+ "male-firefighter": "๐Ÿ‘จโ€๐Ÿš’",
+ "male-firefighter::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’",
+ "male-firefighter::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’",
+ "male-firefighter::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’",
+ "male-firefighter::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’",
+ "male-firefighter::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’",
+ "female-firefighter": "๐Ÿ‘ฉโ€๐Ÿš’",
+ "female-firefighter::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’",
+ "female-firefighter::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’",
+ "female-firefighter::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’",
+ "female-firefighter::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’",
+ "female-firefighter::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’",
+ "cop": "๐Ÿ‘ฎ",
+ "cop::skin-tone-2": "๐Ÿ‘ฎ๐Ÿป",
+ "cop::skin-tone-3": "๐Ÿ‘ฎ๐Ÿผ",
+ "cop::skin-tone-4": "๐Ÿ‘ฎ๐Ÿฝ",
+ "cop::skin-tone-5": "๐Ÿ‘ฎ๐Ÿพ",
+ "cop::skin-tone-6": "๐Ÿ‘ฎ๐Ÿฟ",
+ "male-police-officer": "๐Ÿ‘ฎโ€โ™‚๏ธ",
+ "male-police-officer::skin-tone-2": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ",
+ "male-police-officer::skin-tone-3": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ",
+ "male-police-officer::skin-tone-4": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ",
+ "male-police-officer::skin-tone-5": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ",
+ "male-police-officer::skin-tone-6": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ",
+ "female-police-officer": "๐Ÿ‘ฎโ€โ™€๏ธ",
+ "female-police-officer::skin-tone-2": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ",
+ "female-police-officer::skin-tone-3": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ",
+ "female-police-officer::skin-tone-4": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ",
+ "female-police-officer::skin-tone-5": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ",
+ "female-police-officer::skin-tone-6": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ",
+ "sleuth_or_spy": "๐Ÿ•ต๏ธ",
+ "sleuth_or_spy::skin-tone-2": "๐Ÿ•ต๐Ÿป",
+ "sleuth_or_spy::skin-tone-3": "๐Ÿ•ต๐Ÿผ",
+ "sleuth_or_spy::skin-tone-4": "๐Ÿ•ต๐Ÿฝ",
+ "sleuth_or_spy::skin-tone-5": "๐Ÿ•ต๐Ÿพ",
+ "sleuth_or_spy::skin-tone-6": "๐Ÿ•ต๐Ÿฟ",
+ "male-detective": "๐Ÿ•ต๏ธโ€โ™‚๏ธ",
+ "male-detective::skin-tone-2": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ",
+ "male-detective::skin-tone-3": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ",
+ "male-detective::skin-tone-4": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ",
+ "male-detective::skin-tone-5": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ",
+ "male-detective::skin-tone-6": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ",
+ "female-detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ",
+ "female-detective::skin-tone-2": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ",
+ "female-detective::skin-tone-3": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ",
+ "female-detective::skin-tone-4": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ",
+ "female-detective::skin-tone-5": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ",
+ "female-detective::skin-tone-6": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ",
+ "guardsman": "๐Ÿ’‚",
+ "guardsman::skin-tone-2": "๐Ÿ’‚๐Ÿป",
+ "guardsman::skin-tone-3": "๐Ÿ’‚๐Ÿผ",
+ "guardsman::skin-tone-4": "๐Ÿ’‚๐Ÿฝ",
+ "guardsman::skin-tone-5": "๐Ÿ’‚๐Ÿพ",
+ "guardsman::skin-tone-6": "๐Ÿ’‚๐Ÿฟ",
+ "male-guard": "๐Ÿ’‚โ€โ™‚๏ธ",
+ "male-guard::skin-tone-2": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ",
+ "male-guard::skin-tone-3": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ",
+ "male-guard::skin-tone-4": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ",
+ "male-guard::skin-tone-5": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ",
+ "male-guard::skin-tone-6": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ",
+ "female-guard": "๐Ÿ’‚โ€โ™€๏ธ",
+ "female-guard::skin-tone-2": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ",
+ "female-guard::skin-tone-3": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ",
+ "female-guard::skin-tone-4": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ",
+ "female-guard::skin-tone-5": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ",
+ "female-guard::skin-tone-6": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ",
+ "ninja": "๐Ÿฅท",
+ "ninja::skin-tone-2": "๐Ÿฅท๐Ÿป",
+ "ninja::skin-tone-3": "๐Ÿฅท๐Ÿผ",
+ "ninja::skin-tone-4": "๐Ÿฅท๐Ÿฝ",
+ "ninja::skin-tone-5": "๐Ÿฅท๐Ÿพ",
+ "ninja::skin-tone-6": "๐Ÿฅท๐Ÿฟ",
+ "construction_worker": "๐Ÿ‘ท",
+ "construction_worker::skin-tone-2": "๐Ÿ‘ท๐Ÿป",
+ "construction_worker::skin-tone-3": "๐Ÿ‘ท๐Ÿผ",
+ "construction_worker::skin-tone-4": "๐Ÿ‘ท๐Ÿฝ",
+ "construction_worker::skin-tone-5": "๐Ÿ‘ท๐Ÿพ",
+ "construction_worker::skin-tone-6": "๐Ÿ‘ท๐Ÿฟ",
+ "male-construction-worker": "๐Ÿ‘ทโ€โ™‚๏ธ",
+ "male-construction-worker::skin-tone-2": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ",
+ "male-construction-worker::skin-tone-3": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ",
+ "male-construction-worker::skin-tone-4": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ",
+ "male-construction-worker::skin-tone-5": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ",
+ "male-construction-worker::skin-tone-6": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ",
+ "female-construction-worker": "๐Ÿ‘ทโ€โ™€๏ธ",
+ "female-construction-worker::skin-tone-2": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ",
+ "female-construction-worker::skin-tone-3": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ",
+ "female-construction-worker::skin-tone-4": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ",
+ "female-construction-worker::skin-tone-5": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ",
+ "female-construction-worker::skin-tone-6": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ",
+ "person_with_crown": "๐Ÿซ…",
+ "person_with_crown::skin-tone-2": "๐Ÿซ…๐Ÿป",
+ "person_with_crown::skin-tone-3": "๐Ÿซ…๐Ÿผ",
+ "person_with_crown::skin-tone-4": "๐Ÿซ…๐Ÿฝ",
+ "person_with_crown::skin-tone-5": "๐Ÿซ…๐Ÿพ",
+ "person_with_crown::skin-tone-6": "๐Ÿซ…๐Ÿฟ",
+ "prince": "๐Ÿคด",
+ "prince::skin-tone-2": "๐Ÿคด๐Ÿป",
+ "prince::skin-tone-3": "๐Ÿคด๐Ÿผ",
+ "prince::skin-tone-4": "๐Ÿคด๐Ÿฝ",
+ "prince::skin-tone-5": "๐Ÿคด๐Ÿพ",
+ "prince::skin-tone-6": "๐Ÿคด๐Ÿฟ",
+ "princess": "๐Ÿ‘ธ",
+ "princess::skin-tone-2": "๐Ÿ‘ธ๐Ÿป",
+ "princess::skin-tone-3": "๐Ÿ‘ธ๐Ÿผ",
+ "princess::skin-tone-4": "๐Ÿ‘ธ๐Ÿฝ",
+ "princess::skin-tone-5": "๐Ÿ‘ธ๐Ÿพ",
+ "princess::skin-tone-6": "๐Ÿ‘ธ๐Ÿฟ",
+ "man_with_turban": "๐Ÿ‘ณ",
+ "man_with_turban::skin-tone-2": "๐Ÿ‘ณ๐Ÿป",
+ "man_with_turban::skin-tone-3": "๐Ÿ‘ณ๐Ÿผ",
+ "man_with_turban::skin-tone-4": "๐Ÿ‘ณ๐Ÿฝ",
+ "man_with_turban::skin-tone-5": "๐Ÿ‘ณ๐Ÿพ",
+ "man_with_turban::skin-tone-6": "๐Ÿ‘ณ๐Ÿฟ",
+ "man-wearing-turban": "๐Ÿ‘ณโ€โ™‚๏ธ",
+ "man-wearing-turban::skin-tone-2": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ",
+ "man-wearing-turban::skin-tone-3": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ",
+ "man-wearing-turban::skin-tone-4": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ",
+ "man-wearing-turban::skin-tone-5": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ",
+ "man-wearing-turban::skin-tone-6": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-wearing-turban": "๐Ÿ‘ณโ€โ™€๏ธ",
+ "woman-wearing-turban::skin-tone-2": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ",
+ "woman-wearing-turban::skin-tone-3": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ",
+ "woman-wearing-turban::skin-tone-4": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ",
+ "woman-wearing-turban::skin-tone-5": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ",
+ "woman-wearing-turban::skin-tone-6": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ",
+ "man_with_gua_pi_mao": "๐Ÿ‘ฒ",
+ "man_with_gua_pi_mao::skin-tone-2": "๐Ÿ‘ฒ๐Ÿป",
+ "man_with_gua_pi_mao::skin-tone-3": "๐Ÿ‘ฒ๐Ÿผ",
+ "man_with_gua_pi_mao::skin-tone-4": "๐Ÿ‘ฒ๐Ÿฝ",
+ "man_with_gua_pi_mao::skin-tone-5": "๐Ÿ‘ฒ๐Ÿพ",
+ "man_with_gua_pi_mao::skin-tone-6": "๐Ÿ‘ฒ๐Ÿฟ",
+ "person_with_headscarf": "๐Ÿง•",
+ "person_with_headscarf::skin-tone-2": "๐Ÿง•๐Ÿป",
+ "person_with_headscarf::skin-tone-3": "๐Ÿง•๐Ÿผ",
+ "person_with_headscarf::skin-tone-4": "๐Ÿง•๐Ÿฝ",
+ "person_with_headscarf::skin-tone-5": "๐Ÿง•๐Ÿพ",
+ "person_with_headscarf::skin-tone-6": "๐Ÿง•๐Ÿฟ",
+ "person_in_tuxedo": "๐Ÿคต",
+ "person_in_tuxedo::skin-tone-2": "๐Ÿคต๐Ÿป",
+ "person_in_tuxedo::skin-tone-3": "๐Ÿคต๐Ÿผ",
+ "person_in_tuxedo::skin-tone-4": "๐Ÿคต๐Ÿฝ",
+ "person_in_tuxedo::skin-tone-5": "๐Ÿคต๐Ÿพ",
+ "person_in_tuxedo::skin-tone-6": "๐Ÿคต๐Ÿฟ",
+ "man_in_tuxedo": "๐Ÿคตโ€โ™‚๏ธ",
+ "man_in_tuxedo::skin-tone-2": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ",
+ "man_in_tuxedo::skin-tone-3": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ",
+ "man_in_tuxedo::skin-tone-4": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ",
+ "man_in_tuxedo::skin-tone-5": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ",
+ "man_in_tuxedo::skin-tone-6": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ",
+ "woman_in_tuxedo": "๐Ÿคตโ€โ™€๏ธ",
+ "woman_in_tuxedo::skin-tone-2": "๐Ÿคต๐Ÿปโ€โ™€๏ธ",
+ "woman_in_tuxedo::skin-tone-3": "๐Ÿคต๐Ÿผโ€โ™€๏ธ",
+ "woman_in_tuxedo::skin-tone-4": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ",
+ "woman_in_tuxedo::skin-tone-5": "๐Ÿคต๐Ÿพโ€โ™€๏ธ",
+ "woman_in_tuxedo::skin-tone-6": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ",
+ "bride_with_veil": "๐Ÿ‘ฐ",
+ "bride_with_veil::skin-tone-2": "๐Ÿ‘ฐ๐Ÿป",
+ "bride_with_veil::skin-tone-3": "๐Ÿ‘ฐ๐Ÿผ",
+ "bride_with_veil::skin-tone-4": "๐Ÿ‘ฐ๐Ÿฝ",
+ "bride_with_veil::skin-tone-5": "๐Ÿ‘ฐ๐Ÿพ",
+ "bride_with_veil::skin-tone-6": "๐Ÿ‘ฐ๐Ÿฟ",
+ "man_with_veil": "๐Ÿ‘ฐโ€โ™‚๏ธ",
+ "man_with_veil::skin-tone-2": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ",
+ "man_with_veil::skin-tone-3": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ",
+ "man_with_veil::skin-tone-4": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ",
+ "man_with_veil::skin-tone-5": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ",
+ "man_with_veil::skin-tone-6": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ",
+ "woman_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ",
+ "woman_with_veil::skin-tone-2": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ",
+ "woman_with_veil::skin-tone-3": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ",
+ "woman_with_veil::skin-tone-4": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ",
+ "woman_with_veil::skin-tone-5": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ",
+ "woman_with_veil::skin-tone-6": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ",
+ "pregnant_woman": "๐Ÿคฐ",
+ "pregnant_woman::skin-tone-2": "๐Ÿคฐ๐Ÿป",
+ "pregnant_woman::skin-tone-3": "๐Ÿคฐ๐Ÿผ",
+ "pregnant_woman::skin-tone-4": "๐Ÿคฐ๐Ÿฝ",
+ "pregnant_woman::skin-tone-5": "๐Ÿคฐ๐Ÿพ",
+ "pregnant_woman::skin-tone-6": "๐Ÿคฐ๐Ÿฟ",
+ "pregnant_man": "๐Ÿซƒ",
+ "pregnant_man::skin-tone-2": "๐Ÿซƒ๐Ÿป",
+ "pregnant_man::skin-tone-3": "๐Ÿซƒ๐Ÿผ",
+ "pregnant_man::skin-tone-4": "๐Ÿซƒ๐Ÿฝ",
+ "pregnant_man::skin-tone-5": "๐Ÿซƒ๐Ÿพ",
+ "pregnant_man::skin-tone-6": "๐Ÿซƒ๐Ÿฟ",
+ "pregnant_person": "๐Ÿซ„",
+ "pregnant_person::skin-tone-2": "๐Ÿซ„๐Ÿป",
+ "pregnant_person::skin-tone-3": "๐Ÿซ„๐Ÿผ",
+ "pregnant_person::skin-tone-4": "๐Ÿซ„๐Ÿฝ",
+ "pregnant_person::skin-tone-5": "๐Ÿซ„๐Ÿพ",
+ "pregnant_person::skin-tone-6": "๐Ÿซ„๐Ÿฟ",
+ "breast-feeding": "๐Ÿคฑ",
+ "breast-feeding::skin-tone-2": "๐Ÿคฑ๐Ÿป",
+ "breast-feeding::skin-tone-3": "๐Ÿคฑ๐Ÿผ",
+ "breast-feeding::skin-tone-4": "๐Ÿคฑ๐Ÿฝ",
+ "breast-feeding::skin-tone-5": "๐Ÿคฑ๐Ÿพ",
+ "breast-feeding::skin-tone-6": "๐Ÿคฑ๐Ÿฟ",
+ "woman_feeding_baby": "๐Ÿ‘ฉโ€๐Ÿผ",
+ "woman_feeding_baby::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ",
+ "woman_feeding_baby::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ",
+ "woman_feeding_baby::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ",
+ "woman_feeding_baby::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ",
+ "woman_feeding_baby::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ",
+ "man_feeding_baby": "๐Ÿ‘จโ€๐Ÿผ",
+ "man_feeding_baby::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ",
+ "man_feeding_baby::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ",
+ "man_feeding_baby::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ",
+ "man_feeding_baby::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ",
+ "man_feeding_baby::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ",
+ "person_feeding_baby": "๐Ÿง‘โ€๐Ÿผ",
+ "person_feeding_baby::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿผ",
+ "person_feeding_baby::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿผ",
+ "person_feeding_baby::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ",
+ "person_feeding_baby::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿผ",
+ "person_feeding_baby::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ",
+ "angel": "๐Ÿ‘ผ",
+ "angel::skin-tone-2": "๐Ÿ‘ผ๐Ÿป",
+ "angel::skin-tone-3": "๐Ÿ‘ผ๐Ÿผ",
+ "angel::skin-tone-4": "๐Ÿ‘ผ๐Ÿฝ",
+ "angel::skin-tone-5": "๐Ÿ‘ผ๐Ÿพ",
+ "angel::skin-tone-6": "๐Ÿ‘ผ๐Ÿฟ",
+ "dagsanta": "๐ŸŽ…",
+ "santa": "๐ŸŽ…",
+ "santa::skin-tone-2": "๐ŸŽ…๐Ÿป",
+ "santa::skin-tone-3": "๐ŸŽ…๐Ÿผ",
+ "santa::skin-tone-4": "๐ŸŽ…๐Ÿฝ",
+ "santa::skin-tone-5": "๐ŸŽ…๐Ÿพ",
+ "santa::skin-tone-6": "๐ŸŽ…๐Ÿฟ",
+ "mrs_claus": "๐Ÿคถ",
+ "mother_christmas": "๐Ÿคถ",
+ "mrs_claus::skin-tone-2": "๐Ÿคถ๐Ÿป",
+ "mother_christmas::skin-tone-2": "๐Ÿคถ๐Ÿป",
+ "mrs_claus::skin-tone-3": "๐Ÿคถ๐Ÿผ",
+ "mother_christmas::skin-tone-3": "๐Ÿคถ๐Ÿผ",
+ "mrs_claus::skin-tone-4": "๐Ÿคถ๐Ÿฝ",
+ "mother_christmas::skin-tone-4": "๐Ÿคถ๐Ÿฝ",
+ "mrs_claus::skin-tone-5": "๐Ÿคถ๐Ÿพ",
+ "mother_christmas::skin-tone-5": "๐Ÿคถ๐Ÿพ",
+ "mrs_claus::skin-tone-6": "๐Ÿคถ๐Ÿฟ",
+ "mother_christmas::skin-tone-6": "๐Ÿคถ๐Ÿฟ",
+ "mx_claus": "๐Ÿง‘โ€๐ŸŽ„",
+ "mx_claus::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„",
+ "mx_claus::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„",
+ "mx_claus::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„",
+ "mx_claus::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„",
+ "mx_claus::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„",
+ "superhero": "๐Ÿฆธ",
+ "superhero::skin-tone-2": "๐Ÿฆธ๐Ÿป",
+ "superhero::skin-tone-3": "๐Ÿฆธ๐Ÿผ",
+ "superhero::skin-tone-4": "๐Ÿฆธ๐Ÿฝ",
+ "superhero::skin-tone-5": "๐Ÿฆธ๐Ÿพ",
+ "superhero::skin-tone-6": "๐Ÿฆธ๐Ÿฟ",
+ "male_superhero": "๐Ÿฆธโ€โ™‚๏ธ",
+ "male_superhero::skin-tone-2": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ",
+ "male_superhero::skin-tone-3": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ",
+ "male_superhero::skin-tone-4": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ",
+ "male_superhero::skin-tone-5": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ",
+ "male_superhero::skin-tone-6": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ",
+ "female_superhero": "๐Ÿฆธโ€โ™€๏ธ",
+ "female_superhero::skin-tone-2": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ",
+ "female_superhero::skin-tone-3": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ",
+ "female_superhero::skin-tone-4": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ",
+ "female_superhero::skin-tone-5": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ",
+ "female_superhero::skin-tone-6": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ",
+ "supervillain": "๐Ÿฆน",
+ "supervillain::skin-tone-2": "๐Ÿฆน๐Ÿป",
+ "supervillain::skin-tone-3": "๐Ÿฆน๐Ÿผ",
+ "supervillain::skin-tone-4": "๐Ÿฆน๐Ÿฝ",
+ "supervillain::skin-tone-5": "๐Ÿฆน๐Ÿพ",
+ "supervillain::skin-tone-6": "๐Ÿฆน๐Ÿฟ",
+ "male_supervillain": "๐Ÿฆนโ€โ™‚๏ธ",
+ "male_supervillain::skin-tone-2": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ",
+ "male_supervillain::skin-tone-3": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ",
+ "male_supervillain::skin-tone-4": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ",
+ "male_supervillain::skin-tone-5": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ",
+ "male_supervillain::skin-tone-6": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ",
+ "female_supervillain": "๐Ÿฆนโ€โ™€๏ธ",
+ "female_supervillain::skin-tone-2": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ",
+ "female_supervillain::skin-tone-3": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ",
+ "female_supervillain::skin-tone-4": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ",
+ "female_supervillain::skin-tone-5": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ",
+ "female_supervillain::skin-tone-6": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ",
+ "mage": "๐Ÿง™",
+ "mage_ai": "๐Ÿง™",
+ "mage::skin-tone-2": "๐Ÿง™๐Ÿป",
+ "mage::skin-tone-3": "๐Ÿง™๐Ÿผ",
+ "mage::skin-tone-4": "๐Ÿง™๐Ÿฝ",
+ "mage::skin-tone-5": "๐Ÿง™๐Ÿพ",
+ "mage::skin-tone-6": "๐Ÿง™๐Ÿฟ",
+ "male_mage": "๐Ÿง™โ€โ™‚๏ธ",
+ "male_mage::skin-tone-2": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ",
+ "male_mage::skin-tone-3": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ",
+ "male_mage::skin-tone-4": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ",
+ "male_mage::skin-tone-5": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ",
+ "male_mage::skin-tone-6": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ",
+ "female_mage": "๐Ÿง™โ€โ™€๏ธ",
+ "female_mage::skin-tone-2": "๐Ÿง™๐Ÿปโ€โ™€๏ธ",
+ "female_mage::skin-tone-3": "๐Ÿง™๐Ÿผโ€โ™€๏ธ",
+ "female_mage::skin-tone-4": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ",
+ "female_mage::skin-tone-5": "๐Ÿง™๐Ÿพโ€โ™€๏ธ",
+ "female_mage::skin-tone-6": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ",
+ "airflow": "A",
+ "fairy": "๐Ÿงš",
+ "fairy::skin-tone-2": "๐Ÿงš๐Ÿป",
+ "fairy::skin-tone-3": "๐Ÿงš๐Ÿผ",
+ "fairy::skin-tone-4": "๐Ÿงš๐Ÿฝ",
+ "fairy::skin-tone-5": "๐Ÿงš๐Ÿพ",
+ "fairy::skin-tone-6": "๐Ÿงš๐Ÿฟ",
+ "male_fairy": "๐Ÿงšโ€โ™‚๏ธ",
+ "male_fairy::skin-tone-2": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ",
+ "male_fairy::skin-tone-3": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ",
+ "male_fairy::skin-tone-4": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ",
+ "male_fairy::skin-tone-5": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ",
+ "male_fairy::skin-tone-6": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ",
+ "female_fairy": "๐Ÿงšโ€โ™€๏ธ",
+ "female_fairy::skin-tone-2": "๐Ÿงš๐Ÿปโ€โ™€๏ธ",
+ "female_fairy::skin-tone-3": "๐Ÿงš๐Ÿผโ€โ™€๏ธ",
+ "female_fairy::skin-tone-4": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ",
+ "female_fairy::skin-tone-5": "๐Ÿงš๐Ÿพโ€โ™€๏ธ",
+ "female_fairy::skin-tone-6": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ",
+ "vampire": "๐Ÿง›",
+ "vampire::skin-tone-2": "๐Ÿง›๐Ÿป",
+ "vampire::skin-tone-3": "๐Ÿง›๐Ÿผ",
+ "vampire::skin-tone-4": "๐Ÿง›๐Ÿฝ",
+ "vampire::skin-tone-5": "๐Ÿง›๐Ÿพ",
+ "vampire::skin-tone-6": "๐Ÿง›๐Ÿฟ",
+ "male_vampire": "๐Ÿง›โ€โ™‚๏ธ",
+ "male_vampire::skin-tone-2": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ",
+ "male_vampire::skin-tone-3": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ",
+ "male_vampire::skin-tone-4": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ",
+ "male_vampire::skin-tone-5": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ",
+ "male_vampire::skin-tone-6": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ",
+ "female_vampire": "๐Ÿง›โ€โ™€๏ธ",
+ "female_vampire::skin-tone-2": "๐Ÿง›๐Ÿปโ€โ™€๏ธ",
+ "female_vampire::skin-tone-3": "๐Ÿง›๐Ÿผโ€โ™€๏ธ",
+ "female_vampire::skin-tone-4": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ",
+ "female_vampire::skin-tone-5": "๐Ÿง›๐Ÿพโ€โ™€๏ธ",
+ "female_vampire::skin-tone-6": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ",
+ "merperson": "๐Ÿงœ",
+ "merperson::skin-tone-2": "๐Ÿงœ๐Ÿป",
+ "merperson::skin-tone-3": "๐Ÿงœ๐Ÿผ",
+ "merperson::skin-tone-4": "๐Ÿงœ๐Ÿฝ",
+ "merperson::skin-tone-5": "๐Ÿงœ๐Ÿพ",
+ "merperson::skin-tone-6": "๐Ÿงœ๐Ÿฟ",
+ "merman": "๐Ÿงœโ€โ™‚๏ธ",
+ "merman::skin-tone-2": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ",
+ "merman::skin-tone-3": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ",
+ "merman::skin-tone-4": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ",
+ "merman::skin-tone-5": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ",
+ "merman::skin-tone-6": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ",
+ "mermaid": "๐Ÿงœโ€โ™€๏ธ",
+ "mermaid::skin-tone-2": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ",
+ "mermaid::skin-tone-3": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ",
+ "mermaid::skin-tone-4": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ",
+ "mermaid::skin-tone-5": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ",
+ "mermaid::skin-tone-6": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ",
+ "elf": "๐Ÿง",
+ "elf::skin-tone-2": "๐Ÿง๐Ÿป",
+ "elf::skin-tone-3": "๐Ÿง๐Ÿผ",
+ "elf::skin-tone-4": "๐Ÿง๐Ÿฝ",
+ "elf::skin-tone-5": "๐Ÿง๐Ÿพ",
+ "elf::skin-tone-6": "๐Ÿง๐Ÿฟ",
+ "male_elf": "๐Ÿงโ€โ™‚๏ธ",
+ "male_elf::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™‚๏ธ",
+ "male_elf::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™‚๏ธ",
+ "male_elf::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ",
+ "male_elf::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™‚๏ธ",
+ "male_elf::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ",
+ "female_elf": "๐Ÿงโ€โ™€๏ธ",
+ "female_elf::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™€๏ธ",
+ "female_elf::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™€๏ธ",
+ "female_elf::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™€๏ธ",
+ "female_elf::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™€๏ธ",
+ "female_elf::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™€๏ธ",
+ "genie": "๐Ÿงž",
+ "male_genie": "๐Ÿงžโ€โ™‚๏ธ",
+ "female_genie": "๐Ÿงžโ€โ™€๏ธ",
+ "zombie": "๐ŸงŸ",
+ "male_zombie": "๐ŸงŸโ€โ™‚๏ธ",
+ "female_zombie": "๐ŸงŸโ€โ™€๏ธ",
+ "troll": "๐ŸงŒ",
+ "massage": "๐Ÿ’†",
+ "massage::skin-tone-2": "๐Ÿ’†๐Ÿป",
+ "massage::skin-tone-3": "๐Ÿ’†๐Ÿผ",
+ "massage::skin-tone-4": "๐Ÿ’†๐Ÿฝ",
+ "massage::skin-tone-5": "๐Ÿ’†๐Ÿพ",
+ "massage::skin-tone-6": "๐Ÿ’†๐Ÿฟ",
+ "man-getting-massage": "๐Ÿ’†โ€โ™‚๏ธ",
+ "man-getting-massage::skin-tone-2": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ",
+ "man-getting-massage::skin-tone-3": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ",
+ "man-getting-massage::skin-tone-4": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ",
+ "man-getting-massage::skin-tone-5": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ",
+ "man-getting-massage::skin-tone-6": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ",
+ "woman-getting-massage": "๐Ÿ’†โ€โ™€๏ธ",
+ "woman-getting-massage::skin-tone-2": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ",
+ "woman-getting-massage::skin-tone-3": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ",
+ "woman-getting-massage::skin-tone-4": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ",
+ "woman-getting-massage::skin-tone-5": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ",
+ "woman-getting-massage::skin-tone-6": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ",
+ "haircut": "๐Ÿ’‡",
+ "haircut::skin-tone-2": "๐Ÿ’‡๐Ÿป",
+ "haircut::skin-tone-3": "๐Ÿ’‡๐Ÿผ",
+ "haircut::skin-tone-4": "๐Ÿ’‡๐Ÿฝ",
+ "haircut::skin-tone-5": "๐Ÿ’‡๐Ÿพ",
+ "haircut::skin-tone-6": "๐Ÿ’‡๐Ÿฟ",
+ "man-getting-haircut": "๐Ÿ’‡โ€โ™‚๏ธ",
+ "man-getting-haircut::skin-tone-2": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ",
+ "man-getting-haircut::skin-tone-3": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ",
+ "man-getting-haircut::skin-tone-4": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ",
+ "man-getting-haircut::skin-tone-5": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ",
+ "man-getting-haircut::skin-tone-6": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ",
+ "woman-getting-haircut": "๐Ÿ’‡โ€โ™€๏ธ",
+ "woman-getting-haircut::skin-tone-2": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ",
+ "woman-getting-haircut::skin-tone-3": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ",
+ "woman-getting-haircut::skin-tone-4": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ",
+ "woman-getting-haircut::skin-tone-5": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ",
+ "woman-getting-haircut::skin-tone-6": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ",
+ "lfg": "๐Ÿšถ",
+ "walking": "๐Ÿšถ",
+ "walking::skin-tone-2": "๐Ÿšถ๐Ÿป",
+ "walking::skin-tone-3": "๐Ÿšถ๐Ÿผ",
+ "walking::skin-tone-4": "๐Ÿšถ๐Ÿฝ",
+ "walking::skin-tone-5": "๐Ÿšถ๐Ÿพ",
+ "walking::skin-tone-6": "๐Ÿšถ๐Ÿฟ",
+ "man-walking": "๐Ÿšถโ€โ™‚๏ธ",
+ "man-walking::skin-tone-2": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ",
+ "man-walking::skin-tone-3": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ",
+ "man-walking::skin-tone-4": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ",
+ "man-walking::skin-tone-5": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ",
+ "man-walking::skin-tone-6": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-walking": "๐Ÿšถโ€โ™€๏ธ",
+ "woman-walking::skin-tone-2": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ",
+ "woman-walking::skin-tone-3": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ",
+ "woman-walking::skin-tone-4": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ",
+ "woman-walking::skin-tone-5": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ",
+ "woman-walking::skin-tone-6": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ",
+ "standing_person": "๐Ÿง",
+ "standing_person::skin-tone-2": "๐Ÿง๐Ÿป",
+ "standing_person::skin-tone-3": "๐Ÿง๐Ÿผ",
+ "standing_person::skin-tone-4": "๐Ÿง๐Ÿฝ",
+ "standing_person::skin-tone-5": "๐Ÿง๐Ÿพ",
+ "standing_person::skin-tone-6": "๐Ÿง๐Ÿฟ",
+ "man_standing": "๐Ÿงโ€โ™‚๏ธ",
+ "man_standing::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™‚๏ธ",
+ "man_standing::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™‚๏ธ",
+ "man_standing::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ",
+ "man_standing::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™‚๏ธ",
+ "man_standing::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ",
+ "woman_standing": "๐Ÿงโ€โ™€๏ธ",
+ "woman_standing::skin-tone-2": "๐Ÿง๐Ÿปโ€โ™€๏ธ",
+ "woman_standing::skin-tone-3": "๐Ÿง๐Ÿผโ€โ™€๏ธ",
+ "woman_standing::skin-tone-4": "๐Ÿง๐Ÿฝโ€โ™€๏ธ",
+ "woman_standing::skin-tone-5": "๐Ÿง๐Ÿพโ€โ™€๏ธ",
+ "woman_standing::skin-tone-6": "๐Ÿง๐Ÿฟโ€โ™€๏ธ",
+ "kneeling_person": "๐ŸงŽ",
+ "kneeling_person::skin-tone-2": "๐ŸงŽ๐Ÿป",
+ "kneeling_person::skin-tone-3": "๐ŸงŽ๐Ÿผ",
+ "kneeling_person::skin-tone-4": "๐ŸงŽ๐Ÿฝ",
+ "kneeling_person::skin-tone-5": "๐ŸงŽ๐Ÿพ",
+ "kneeling_person::skin-tone-6": "๐ŸงŽ๐Ÿฟ",
+ "man_kneeling": "๐ŸงŽโ€โ™‚๏ธ",
+ "man_kneeling::skin-tone-2": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ",
+ "man_kneeling::skin-tone-3": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ",
+ "man_kneeling::skin-tone-4": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ",
+ "man_kneeling::skin-tone-5": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ",
+ "man_kneeling::skin-tone-6": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ",
+ "woman_kneeling": "๐ŸงŽโ€โ™€๏ธ",
+ "woman_kneeling::skin-tone-2": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ",
+ "woman_kneeling::skin-tone-3": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ",
+ "woman_kneeling::skin-tone-4": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ",
+ "woman_kneeling::skin-tone-5": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ",
+ "woman_kneeling::skin-tone-6": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ",
+ "person_with_probing_cane": "๐Ÿง‘โ€๐Ÿฆฏ",
+ "person_with_probing_cane::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ",
+ "person_with_probing_cane::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ",
+ "person_with_probing_cane::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ",
+ "person_with_probing_cane::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ",
+ "person_with_probing_cane::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ",
+ "man_with_probing_cane": "๐Ÿ‘จโ€๐Ÿฆฏ",
+ "man_with_probing_cane::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ",
+ "man_with_probing_cane::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ",
+ "man_with_probing_cane::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ",
+ "man_with_probing_cane::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ",
+ "man_with_probing_cane::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ",
+ "woman_with_probing_cane": "๐Ÿ‘ฉโ€๐Ÿฆฏ",
+ "woman_with_probing_cane::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ",
+ "woman_with_probing_cane::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ",
+ "woman_with_probing_cane::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ",
+ "woman_with_probing_cane::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ",
+ "woman_with_probing_cane::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ",
+ "person_in_motorized_wheelchair": "๐Ÿง‘โ€๐Ÿฆผ",
+ "person_in_motorized_wheelchair::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ",
+ "person_in_motorized_wheelchair::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ",
+ "person_in_motorized_wheelchair::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ",
+ "person_in_motorized_wheelchair::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ",
+ "person_in_motorized_wheelchair::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair": "๐Ÿ‘จโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ",
+ "man_in_motorized_wheelchair::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ",
+ "woman_in_motorized_wheelchair::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ",
+ "person_in_manual_wheelchair": "๐Ÿง‘โ€๐Ÿฆฝ",
+ "person_in_manual_wheelchair::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ",
+ "person_in_manual_wheelchair::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ",
+ "person_in_manual_wheelchair::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ",
+ "person_in_manual_wheelchair::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ",
+ "person_in_manual_wheelchair::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair": "๐Ÿ‘จโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ",
+ "man_in_manual_wheelchair::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ",
+ "woman_in_manual_wheelchair::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ",
+ "runner": "๐Ÿƒ",
+ "running": "๐Ÿƒ",
+ "runner::skin-tone-2": "๐Ÿƒ๐Ÿป",
+ "running::skin-tone-2": "๐Ÿƒ๐Ÿป",
+ "runner::skin-tone-3": "๐Ÿƒ๐Ÿผ",
+ "running::skin-tone-3": "๐Ÿƒ๐Ÿผ",
+ "runner::skin-tone-4": "๐Ÿƒ๐Ÿฝ",
+ "running::skin-tone-4": "๐Ÿƒ๐Ÿฝ",
+ "runner::skin-tone-5": "๐Ÿƒ๐Ÿพ",
+ "running::skin-tone-5": "๐Ÿƒ๐Ÿพ",
+ "runner::skin-tone-6": "๐Ÿƒ๐Ÿฟ",
+ "running::skin-tone-6": "๐Ÿƒ๐Ÿฟ",
+ "man-running": "๐Ÿƒโ€โ™‚๏ธ",
+ "man-running::skin-tone-2": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ",
+ "man-running::skin-tone-3": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ",
+ "man-running::skin-tone-4": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ",
+ "man-running::skin-tone-5": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ",
+ "man-running::skin-tone-6": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-running": "๐Ÿƒโ€โ™€๏ธ",
+ "woman-running::skin-tone-2": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ",
+ "woman-running::skin-tone-3": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ",
+ "woman-running::skin-tone-4": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ",
+ "woman-running::skin-tone-5": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ",
+ "woman-running::skin-tone-6": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ",
+ "dancer": "๐Ÿ’ƒ",
+ "dancer::skin-tone-2": "๐Ÿ’ƒ๐Ÿป",
+ "dancer::skin-tone-3": "๐Ÿ’ƒ๐Ÿผ",
+ "dancer::skin-tone-4": "๐Ÿ’ƒ๐Ÿฝ",
+ "dancer::skin-tone-5": "๐Ÿ’ƒ๐Ÿพ",
+ "dancer::skin-tone-6": "๐Ÿ’ƒ๐Ÿฟ",
+ "man_dancing": "๐Ÿ•บ",
+ "man_dancing::skin-tone-2": "๐Ÿ•บ๐Ÿป",
+ "man_dancing::skin-tone-3": "๐Ÿ•บ๐Ÿผ",
+ "man_dancing::skin-tone-4": "๐Ÿ•บ๐Ÿฝ",
+ "man_dancing::skin-tone-5": "๐Ÿ•บ๐Ÿพ",
+ "man_dancing::skin-tone-6": "๐Ÿ•บ๐Ÿฟ",
+ "man_in_business_suit_levitating": "๐Ÿ•ด๏ธ",
+ "man_in_business_suit_levitating::skin-tone-2": "๐Ÿ•ด๐Ÿป",
+ "man_in_business_suit_levitating::skin-tone-3": "๐Ÿ•ด๐Ÿผ",
+ "man_in_business_suit_levitating::skin-tone-4": "๐Ÿ•ด๐Ÿฝ",
+ "man_in_business_suit_levitating::skin-tone-5": "๐Ÿ•ด๐Ÿพ",
+ "man_in_business_suit_levitating::skin-tone-6": "๐Ÿ•ด๐Ÿฟ",
+ "dancers": "๐Ÿ‘ฏ",
+ "men-with-bunny-ears-partying": "๐Ÿ‘ฏโ€โ™‚๏ธ",
+ "man-with-bunny-ears-partying": "๐Ÿ‘ฏโ€โ™‚๏ธ",
+ "women-with-bunny-ears-partying": "๐Ÿ‘ฏโ€โ™€๏ธ",
+ "woman-with-bunny-ears-partying": "๐Ÿ‘ฏโ€โ™€๏ธ",
+ "person_in_steamy_room": "๐Ÿง–",
+ "person_in_steamy_room::skin-tone-2": "๐Ÿง–๐Ÿป",
+ "person_in_steamy_room::skin-tone-3": "๐Ÿง–๐Ÿผ",
+ "person_in_steamy_room::skin-tone-4": "๐Ÿง–๐Ÿฝ",
+ "person_in_steamy_room::skin-tone-5": "๐Ÿง–๐Ÿพ",
+ "person_in_steamy_room::skin-tone-6": "๐Ÿง–๐Ÿฟ",
+ "man_in_steamy_room": "๐Ÿง–โ€โ™‚๏ธ",
+ "man_in_steamy_room::skin-tone-2": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ",
+ "man_in_steamy_room::skin-tone-3": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ",
+ "man_in_steamy_room::skin-tone-4": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ",
+ "man_in_steamy_room::skin-tone-5": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ",
+ "man_in_steamy_room::skin-tone-6": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ",
+ "woman_in_steamy_room": "๐Ÿง–โ€โ™€๏ธ",
+ "woman_in_steamy_room::skin-tone-2": "๐Ÿง–๐Ÿปโ€โ™€๏ธ",
+ "woman_in_steamy_room::skin-tone-3": "๐Ÿง–๐Ÿผโ€โ™€๏ธ",
+ "woman_in_steamy_room::skin-tone-4": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ",
+ "woman_in_steamy_room::skin-tone-5": "๐Ÿง–๐Ÿพโ€โ™€๏ธ",
+ "woman_in_steamy_room::skin-tone-6": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ",
+ "person_climbing": "๐Ÿง—",
+ "person_climbing::skin-tone-2": "๐Ÿง—๐Ÿป",
+ "person_climbing::skin-tone-3": "๐Ÿง—๐Ÿผ",
+ "person_climbing::skin-tone-4": "๐Ÿง—๐Ÿฝ",
+ "person_climbing::skin-tone-5": "๐Ÿง—๐Ÿพ",
+ "person_climbing::skin-tone-6": "๐Ÿง—๐Ÿฟ",
+ "man_climbing": "๐Ÿง—โ€โ™‚๏ธ",
+ "man_climbing::skin-tone-2": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ",
+ "man_climbing::skin-tone-3": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ",
+ "man_climbing::skin-tone-4": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ",
+ "man_climbing::skin-tone-5": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ",
+ "man_climbing::skin-tone-6": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ",
+ "woman_climbing": "๐Ÿง—โ€โ™€๏ธ",
+ "woman_climbing::skin-tone-2": "๐Ÿง—๐Ÿปโ€โ™€๏ธ",
+ "woman_climbing::skin-tone-3": "๐Ÿง—๐Ÿผโ€โ™€๏ธ",
+ "woman_climbing::skin-tone-4": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ",
+ "woman_climbing::skin-tone-5": "๐Ÿง—๐Ÿพโ€โ™€๏ธ",
+ "woman_climbing::skin-tone-6": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ",
+ "fencer": "๐Ÿคบ",
+ "horse_racing": "๐Ÿ‡",
+ "horse_racing::skin-tone-2": "๐Ÿ‡๐Ÿป",
+ "horse_racing::skin-tone-3": "๐Ÿ‡๐Ÿผ",
+ "horse_racing::skin-tone-4": "๐Ÿ‡๐Ÿฝ",
+ "horse_racing::skin-tone-5": "๐Ÿ‡๐Ÿพ",
+ "horse_racing::skin-tone-6": "๐Ÿ‡๐Ÿฟ",
+ "skier": "โ›ท๏ธ",
+ "snowboarder": "๐Ÿ‚",
+ "snowboarder::skin-tone-2": "๐Ÿ‚๐Ÿป",
+ "snowboarder::skin-tone-3": "๐Ÿ‚๐Ÿผ",
+ "snowboarder::skin-tone-4": "๐Ÿ‚๐Ÿฝ",
+ "snowboarder::skin-tone-5": "๐Ÿ‚๐Ÿพ",
+ "snowboarder::skin-tone-6": "๐Ÿ‚๐Ÿฟ",
+ "golfer": "๐ŸŒ๏ธ",
+ "golfer::skin-tone-2": "๐ŸŒ๐Ÿป",
+ "golfer::skin-tone-3": "๐ŸŒ๐Ÿผ",
+ "golfer::skin-tone-4": "๐ŸŒ๐Ÿฝ",
+ "golfer::skin-tone-5": "๐ŸŒ๐Ÿพ",
+ "golfer::skin-tone-6": "๐ŸŒ๐Ÿฟ",
+ "man-golfing": "๐ŸŒ๏ธโ€โ™‚๏ธ",
+ "man-golfing::skin-tone-2": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ",
+ "man-golfing::skin-tone-3": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ",
+ "man-golfing::skin-tone-4": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ",
+ "man-golfing::skin-tone-5": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ",
+ "man-golfing::skin-tone-6": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-golfing": "๐ŸŒ๏ธโ€โ™€๏ธ",
+ "woman-golfing::skin-tone-2": "๐ŸŒ๐Ÿปโ€โ™€๏ธ",
+ "woman-golfing::skin-tone-3": "๐ŸŒ๐Ÿผโ€โ™€๏ธ",
+ "woman-golfing::skin-tone-4": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ",
+ "woman-golfing::skin-tone-5": "๐ŸŒ๐Ÿพโ€โ™€๏ธ",
+ "woman-golfing::skin-tone-6": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ",
+ "surfer": "๐Ÿ„",
+ "surfer::skin-tone-2": "๐Ÿ„๐Ÿป",
+ "surfer::skin-tone-3": "๐Ÿ„๐Ÿผ",
+ "surfer::skin-tone-4": "๐Ÿ„๐Ÿฝ",
+ "surfer::skin-tone-5": "๐Ÿ„๐Ÿพ",
+ "surfer::skin-tone-6": "๐Ÿ„๐Ÿฟ",
+ "man-surfing": "๐Ÿ„โ€โ™‚๏ธ",
+ "man-surfing::skin-tone-2": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ",
+ "man-surfing::skin-tone-3": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ",
+ "man-surfing::skin-tone-4": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ",
+ "man-surfing::skin-tone-5": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ",
+ "man-surfing::skin-tone-6": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ",
+ "woman-surfing": "๐Ÿ„โ€โ™€๏ธ",
+ "woman-surfing::skin-tone-2": "๐Ÿ„๐Ÿปโ€โ™€๏ธ",
+ "woman-surfing::skin-tone-3": "๐Ÿ„๐Ÿผโ€โ™€๏ธ",
+ "woman-surfing::skin-tone-4": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ",
+ "woman-surfing::skin-tone-5": "๐Ÿ„๐Ÿพโ€โ™€๏ธ",
+ "woman-surfing::skin-tone-6": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ",
+ "rowboat": "๐Ÿšฃ",
+ "rowboat::skin-tone-2": "๐Ÿšฃ๐Ÿป",
+ "rowboat::skin-tone-3": "๐Ÿšฃ๐Ÿผ",
+ "rowboat::skin-tone-4": "๐Ÿšฃ๐Ÿฝ",
+ "rowboat::skin-tone-5": "๐Ÿšฃ๐Ÿพ",
+ "rowboat::skin-tone-6": "๐Ÿšฃ๐Ÿฟ",
+ "man-rowing-boat": "๐Ÿšฃโ€โ™‚๏ธ",
+ "man-rowing-boat::skin-tone-2": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ",
+ "man-rowing-boat::skin-tone-3": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ",
+ "man-rowing-boat::skin-tone-4": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ",
+ "man-rowing-boat::skin-tone-5": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ",
+ "man-rowing-boat::skin-tone-6": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-rowing-boat": "๐Ÿšฃโ€โ™€๏ธ",
+ "woman-rowing-boat::skin-tone-2": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ",
+ "woman-rowing-boat::skin-tone-3": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ",
+ "woman-rowing-boat::skin-tone-4": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ",
+ "woman-rowing-boat::skin-tone-5": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ",
+ "woman-rowing-boat::skin-tone-6": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ",
+ "swimmer": "๐ŸŠ",
+ "swimmer::skin-tone-2": "๐ŸŠ๐Ÿป",
+ "swimmer::skin-tone-3": "๐ŸŠ๐Ÿผ",
+ "swimmer::skin-tone-4": "๐ŸŠ๐Ÿฝ",
+ "swimmer::skin-tone-5": "๐ŸŠ๐Ÿพ",
+ "swimmer::skin-tone-6": "๐ŸŠ๐Ÿฟ",
+ "man-swimming": "๐ŸŠโ€โ™‚๏ธ",
+ "man-swimming::skin-tone-2": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ",
+ "man-swimming::skin-tone-3": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ",
+ "man-swimming::skin-tone-4": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ",
+ "man-swimming::skin-tone-5": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ",
+ "man-swimming::skin-tone-6": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-swimming": "๐ŸŠโ€โ™€๏ธ",
+ "woman-swimming::skin-tone-2": "๐ŸŠ๐Ÿปโ€โ™€๏ธ",
+ "woman-swimming::skin-tone-3": "๐ŸŠ๐Ÿผโ€โ™€๏ธ",
+ "woman-swimming::skin-tone-4": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ",
+ "woman-swimming::skin-tone-5": "๐ŸŠ๐Ÿพโ€โ™€๏ธ",
+ "woman-swimming::skin-tone-6": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ",
+ "person_with_ball": "โ›น๏ธ",
+ "person_with_ball::skin-tone-2": "โ›น๐Ÿป",
+ "person_with_ball::skin-tone-3": "โ›น๐Ÿผ",
+ "person_with_ball::skin-tone-4": "โ›น๐Ÿฝ",
+ "person_with_ball::skin-tone-5": "โ›น๐Ÿพ",
+ "person_with_ball::skin-tone-6": "โ›น๐Ÿฟ",
+ "man-bouncing-ball": "โ›น๏ธโ€โ™‚๏ธ",
+ "man-bouncing-ball::skin-tone-2": "โ›น๐Ÿปโ€โ™‚๏ธ",
+ "man-bouncing-ball::skin-tone-3": "โ›น๐Ÿผโ€โ™‚๏ธ",
+ "man-bouncing-ball::skin-tone-4": "โ›น๐Ÿฝโ€โ™‚๏ธ",
+ "man-bouncing-ball::skin-tone-5": "โ›น๐Ÿพโ€โ™‚๏ธ",
+ "man-bouncing-ball::skin-tone-6": "โ›น๐Ÿฟโ€โ™‚๏ธ",
+ "woman-bouncing-ball": "โ›น๏ธโ€โ™€๏ธ",
+ "woman-bouncing-ball::skin-tone-2": "โ›น๐Ÿปโ€โ™€๏ธ",
+ "woman-bouncing-ball::skin-tone-3": "โ›น๐Ÿผโ€โ™€๏ธ",
+ "woman-bouncing-ball::skin-tone-4": "โ›น๐Ÿฝโ€โ™€๏ธ",
+ "woman-bouncing-ball::skin-tone-5": "โ›น๐Ÿพโ€โ™€๏ธ",
+ "woman-bouncing-ball::skin-tone-6": "โ›น๐Ÿฟโ€โ™€๏ธ",
+ "weight_lifter": "๐Ÿ‹๏ธ",
+ "weight_lifter::skin-tone-2": "๐Ÿ‹๐Ÿป",
+ "weight_lifter::skin-tone-3": "๐Ÿ‹๐Ÿผ",
+ "weight_lifter::skin-tone-4": "๐Ÿ‹๐Ÿฝ",
+ "weight_lifter::skin-tone-5": "๐Ÿ‹๐Ÿพ",
+ "weight_lifter::skin-tone-6": "๐Ÿ‹๐Ÿฟ",
+ "man-lifting-weights": "๐Ÿ‹๏ธโ€โ™‚๏ธ",
+ "man-lifting-weights::skin-tone-2": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ",
+ "man-lifting-weights::skin-tone-3": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ",
+ "man-lifting-weights::skin-tone-4": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ",
+ "man-lifting-weights::skin-tone-5": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ",
+ "man-lifting-weights::skin-tone-6": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ",
+ "woman-lifting-weights": "๐Ÿ‹๏ธโ€โ™€๏ธ",
+ "woman-lifting-weights::skin-tone-2": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ",
+ "woman-lifting-weights::skin-tone-3": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ",
+ "woman-lifting-weights::skin-tone-4": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ",
+ "woman-lifting-weights::skin-tone-5": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ",
+ "woman-lifting-weights::skin-tone-6": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ",
+ "bicyclist": "๐Ÿšด",
+ "bicyclist::skin-tone-2": "๐Ÿšด๐Ÿป",
+ "bicyclist::skin-tone-3": "๐Ÿšด๐Ÿผ",
+ "bicyclist::skin-tone-4": "๐Ÿšด๐Ÿฝ",
+ "bicyclist::skin-tone-5": "๐Ÿšด๐Ÿพ",
+ "bicyclist::skin-tone-6": "๐Ÿšด๐Ÿฟ",
+ "man-biking": "๐Ÿšดโ€โ™‚๏ธ",
+ "man-biking::skin-tone-2": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ",
+ "man-biking::skin-tone-3": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ",
+ "man-biking::skin-tone-4": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ",
+ "man-biking::skin-tone-5": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ",
+ "man-biking::skin-tone-6": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ",
+ "woman-biking": "๐Ÿšดโ€โ™€๏ธ",
+ "woman-biking::skin-tone-2": "๐Ÿšด๐Ÿปโ€โ™€๏ธ",
+ "woman-biking::skin-tone-3": "๐Ÿšด๐Ÿผโ€โ™€๏ธ",
+ "woman-biking::skin-tone-4": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ",
+ "woman-biking::skin-tone-5": "๐Ÿšด๐Ÿพโ€โ™€๏ธ",
+ "woman-biking::skin-tone-6": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ",
+ "mountain_bicyclist": "๐Ÿšต",
+ "mountain_bicyclist::skin-tone-2": "๐Ÿšต๐Ÿป",
+ "mountain_bicyclist::skin-tone-3": "๐Ÿšต๐Ÿผ",
+ "mountain_bicyclist::skin-tone-4": "๐Ÿšต๐Ÿฝ",
+ "mountain_bicyclist::skin-tone-5": "๐Ÿšต๐Ÿพ",
+ "mountain_bicyclist::skin-tone-6": "๐Ÿšต๐Ÿฟ",
+ "man-mountain-biking": "๐Ÿšตโ€โ™‚๏ธ",
+ "man-mountain-biking::skin-tone-2": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ",
+ "man-mountain-biking::skin-tone-3": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ",
+ "man-mountain-biking::skin-tone-4": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ",
+ "man-mountain-biking::skin-tone-5": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ",
+ "man-mountain-biking::skin-tone-6": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ",
+ "woman-mountain-biking": "๐Ÿšตโ€โ™€๏ธ",
+ "woman-mountain-biking::skin-tone-2": "๐Ÿšต๐Ÿปโ€โ™€๏ธ",
+ "woman-mountain-biking::skin-tone-3": "๐Ÿšต๐Ÿผโ€โ™€๏ธ",
+ "woman-mountain-biking::skin-tone-4": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ",
+ "woman-mountain-biking::skin-tone-5": "๐Ÿšต๐Ÿพโ€โ™€๏ธ",
+ "woman-mountain-biking::skin-tone-6": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ",
+ "person_doing_cartwheel": "๐Ÿคธ",
+ "person_doing_cartwheel::skin-tone-2": "๐Ÿคธ๐Ÿป",
+ "person_doing_cartwheel::skin-tone-3": "๐Ÿคธ๐Ÿผ",
+ "person_doing_cartwheel::skin-tone-4": "๐Ÿคธ๐Ÿฝ",
+ "person_doing_cartwheel::skin-tone-5": "๐Ÿคธ๐Ÿพ",
+ "person_doing_cartwheel::skin-tone-6": "๐Ÿคธ๐Ÿฟ",
+ "man-cartwheeling": "๐Ÿคธโ€โ™‚๏ธ",
+ "man-cartwheeling::skin-tone-2": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ",
+ "man-cartwheeling::skin-tone-3": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ",
+ "man-cartwheeling::skin-tone-4": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ",
+ "man-cartwheeling::skin-tone-5": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ",
+ "man-cartwheeling::skin-tone-6": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-cartwheeling": "๐Ÿคธโ€โ™€๏ธ",
+ "woman-cartwheeling::skin-tone-2": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ",
+ "woman-cartwheeling::skin-tone-3": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ",
+ "woman-cartwheeling::skin-tone-4": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ",
+ "woman-cartwheeling::skin-tone-5": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ",
+ "woman-cartwheeling::skin-tone-6": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ",
+ "wrestlers": "๐Ÿคผ",
+ "man-wrestling": "๐Ÿคผโ€โ™‚๏ธ",
+ "woman-wrestling": "๐Ÿคผโ€โ™€๏ธ",
+ "water_polo": "๐Ÿคฝ",
+ "water_polo::skin-tone-2": "๐Ÿคฝ๐Ÿป",
+ "water_polo::skin-tone-3": "๐Ÿคฝ๐Ÿผ",
+ "water_polo::skin-tone-4": "๐Ÿคฝ๐Ÿฝ",
+ "water_polo::skin-tone-5": "๐Ÿคฝ๐Ÿพ",
+ "water_polo::skin-tone-6": "๐Ÿคฝ๐Ÿฟ",
+ "man-playing-water-polo": "๐Ÿคฝโ€โ™‚๏ธ",
+ "man-playing-water-polo::skin-tone-2": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ",
+ "man-playing-water-polo::skin-tone-3": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ",
+ "man-playing-water-polo::skin-tone-4": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ",
+ "man-playing-water-polo::skin-tone-5": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ",
+ "man-playing-water-polo::skin-tone-6": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-playing-water-polo": "๐Ÿคฝโ€โ™€๏ธ",
+ "woman-playing-water-polo::skin-tone-2": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ",
+ "woman-playing-water-polo::skin-tone-3": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ",
+ "woman-playing-water-polo::skin-tone-4": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ",
+ "woman-playing-water-polo::skin-tone-5": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ",
+ "woman-playing-water-polo::skin-tone-6": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ",
+ "handball": "๐Ÿคพ",
+ "handball::skin-tone-2": "๐Ÿคพ๐Ÿป",
+ "handball::skin-tone-3": "๐Ÿคพ๐Ÿผ",
+ "handball::skin-tone-4": "๐Ÿคพ๐Ÿฝ",
+ "handball::skin-tone-5": "๐Ÿคพ๐Ÿพ",
+ "handball::skin-tone-6": "๐Ÿคพ๐Ÿฟ",
+ "man-playing-handball": "๐Ÿคพโ€โ™‚๏ธ",
+ "man-playing-handball::skin-tone-2": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ",
+ "man-playing-handball::skin-tone-3": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ",
+ "man-playing-handball::skin-tone-4": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ",
+ "man-playing-handball::skin-tone-5": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ",
+ "man-playing-handball::skin-tone-6": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ",
+ "woman-playing-handball": "๐Ÿคพโ€โ™€๏ธ",
+ "woman-playing-handball::skin-tone-2": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ",
+ "woman-playing-handball::skin-tone-3": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ",
+ "woman-playing-handball::skin-tone-4": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ",
+ "woman-playing-handball::skin-tone-5": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ",
+ "woman-playing-handball::skin-tone-6": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ",
+ "juggling": "๐Ÿคน",
+ "juggling::skin-tone-2": "๐Ÿคน๐Ÿป",
+ "juggling::skin-tone-3": "๐Ÿคน๐Ÿผ",
+ "juggling::skin-tone-4": "๐Ÿคน๐Ÿฝ",
+ "juggling::skin-tone-5": "๐Ÿคน๐Ÿพ",
+ "juggling::skin-tone-6": "๐Ÿคน๐Ÿฟ",
+ "man-juggling": "๐Ÿคนโ€โ™‚๏ธ",
+ "man-juggling::skin-tone-2": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ",
+ "man-juggling::skin-tone-3": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ",
+ "man-juggling::skin-tone-4": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ",
+ "man-juggling::skin-tone-5": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ",
+ "man-juggling::skin-tone-6": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ",
+ "woman-juggling": "๐Ÿคนโ€โ™€๏ธ",
+ "woman-juggling::skin-tone-2": "๐Ÿคน๐Ÿปโ€โ™€๏ธ",
+ "woman-juggling::skin-tone-3": "๐Ÿคน๐Ÿผโ€โ™€๏ธ",
+ "woman-juggling::skin-tone-4": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ",
+ "woman-juggling::skin-tone-5": "๐Ÿคน๐Ÿพโ€โ™€๏ธ",
+ "woman-juggling::skin-tone-6": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ",
+ "person_in_lotus_position": "๐Ÿง˜",
+ "person_in_lotus_position::skin-tone-2": "๐Ÿง˜๐Ÿป",
+ "person_in_lotus_position::skin-tone-3": "๐Ÿง˜๐Ÿผ",
+ "person_in_lotus_position::skin-tone-4": "๐Ÿง˜๐Ÿฝ",
+ "person_in_lotus_position::skin-tone-5": "๐Ÿง˜๐Ÿพ",
+ "person_in_lotus_position::skin-tone-6": "๐Ÿง˜๐Ÿฟ",
+ "man_in_lotus_position": "๐Ÿง˜โ€โ™‚๏ธ",
+ "man_in_lotus_position::skin-tone-2": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ",
+ "man_in_lotus_position::skin-tone-3": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ",
+ "man_in_lotus_position::skin-tone-4": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ",
+ "man_in_lotus_position::skin-tone-5": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ",
+ "man_in_lotus_position::skin-tone-6": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ",
+ "woman_in_lotus_position": "๐Ÿง˜โ€โ™€๏ธ",
+ "woman_in_lotus_position::skin-tone-2": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ",
+ "woman_in_lotus_position::skin-tone-3": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ",
+ "woman_in_lotus_position::skin-tone-4": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ",
+ "woman_in_lotus_position::skin-tone-5": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ",
+ "woman_in_lotus_position::skin-tone-6": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ",
+ "bath": "๐Ÿ›€",
+ "bath::skin-tone-2": "๐Ÿ›€๐Ÿป",
+ "bath::skin-tone-3": "๐Ÿ›€๐Ÿผ",
+ "bath::skin-tone-4": "๐Ÿ›€๐Ÿฝ",
+ "bath::skin-tone-5": "๐Ÿ›€๐Ÿพ",
+ "bath::skin-tone-6": "๐Ÿ›€๐Ÿฟ",
+ "sleeping_accommodation": "๐Ÿ›Œ",
+ "sleeping_accommodation::skin-tone-2": "๐Ÿ›Œ๐Ÿป",
+ "sleeping_accommodation::skin-tone-3": "๐Ÿ›Œ๐Ÿผ",
+ "sleeping_accommodation::skin-tone-4": "๐Ÿ›Œ๐Ÿฝ",
+ "sleeping_accommodation::skin-tone-5": "๐Ÿ›Œ๐Ÿพ",
+ "sleeping_accommodation::skin-tone-6": "๐Ÿ›Œ๐Ÿฟ",
+ "people_holding_hands": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘",
+ "people_holding_hands::skin-tone-2": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป",
+ "people_holding_hands::skin-tone-3": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ",
+ "people_holding_hands::skin-tone-4": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ",
+ "people_holding_hands::skin-tone-5": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ",
+ "people_holding_hands::skin-tone-6": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ",
+ "two_women_holding_hands": "๐Ÿ‘ญ",
+ "women_holding_hands": "๐Ÿ‘ญ",
+ "two_women_holding_hands::skin-tone-2": "๐Ÿ‘ญ๐Ÿป",
+ "women_holding_hands::skin-tone-2": "๐Ÿ‘ญ๐Ÿป",
+ "two_women_holding_hands::skin-tone-3": "๐Ÿ‘ญ๐Ÿผ",
+ "women_holding_hands::skin-tone-3": "๐Ÿ‘ญ๐Ÿผ",
+ "two_women_holding_hands::skin-tone-4": "๐Ÿ‘ญ๐Ÿฝ",
+ "women_holding_hands::skin-tone-4": "๐Ÿ‘ญ๐Ÿฝ",
+ "two_women_holding_hands::skin-tone-5": "๐Ÿ‘ญ๐Ÿพ",
+ "women_holding_hands::skin-tone-5": "๐Ÿ‘ญ๐Ÿพ",
+ "two_women_holding_hands::skin-tone-6": "๐Ÿ‘ญ๐Ÿฟ",
+ "women_holding_hands::skin-tone-6": "๐Ÿ‘ญ๐Ÿฟ",
+ "man_and_woman_holding_hands": "๐Ÿ‘ซ",
+ "couple": "๐Ÿ‘ซ",
+ "man_and_woman_holding_hands::skin-tone-2": "๐Ÿ‘ซ๐Ÿป",
+ "couple::skin-tone-2": "๐Ÿ‘ซ๐Ÿป",
+ "man_and_woman_holding_hands::skin-tone-3": "๐Ÿ‘ซ๐Ÿผ",
+ "couple::skin-tone-3": "๐Ÿ‘ซ๐Ÿผ",
+ "man_and_woman_holding_hands::skin-tone-4": "๐Ÿ‘ซ๐Ÿฝ",
+ "couple::skin-tone-4": "๐Ÿ‘ซ๐Ÿฝ",
+ "man_and_woman_holding_hands::skin-tone-5": "๐Ÿ‘ซ๐Ÿพ",
+ "couple::skin-tone-5": "๐Ÿ‘ซ๐Ÿพ",
+ "man_and_woman_holding_hands::skin-tone-6": "๐Ÿ‘ซ๐Ÿฟ",
+ "couple::skin-tone-6": "๐Ÿ‘ซ๐Ÿฟ",
+ "two_men_holding_hands": "๐Ÿ‘ฌ",
+ "men_holding_hands": "๐Ÿ‘ฌ",
+ "two_men_holding_hands::skin-tone-2": "๐Ÿ‘ฌ๐Ÿป",
+ "men_holding_hands::skin-tone-2": "๐Ÿ‘ฌ๐Ÿป",
+ "two_men_holding_hands::skin-tone-3": "๐Ÿ‘ฌ๐Ÿผ",
+ "men_holding_hands::skin-tone-3": "๐Ÿ‘ฌ๐Ÿผ",
+ "two_men_holding_hands::skin-tone-4": "๐Ÿ‘ฌ๐Ÿฝ",
+ "men_holding_hands::skin-tone-4": "๐Ÿ‘ฌ๐Ÿฝ",
+ "two_men_holding_hands::skin-tone-5": "๐Ÿ‘ฌ๐Ÿพ",
+ "men_holding_hands::skin-tone-5": "๐Ÿ‘ฌ๐Ÿพ",
+ "two_men_holding_hands::skin-tone-6": "๐Ÿ‘ฌ๐Ÿฟ",
+ "men_holding_hands::skin-tone-6": "๐Ÿ‘ฌ๐Ÿฟ",
+ "couplekiss": "๐Ÿ’",
+ "couplekiss::skin-tone-2": "๐Ÿ’๐Ÿป",
+ "couplekiss::skin-tone-3": "๐Ÿ’๐Ÿผ",
+ "couplekiss::skin-tone-4": "๐Ÿ’๐Ÿฝ",
+ "couplekiss::skin-tone-5": "๐Ÿ’๐Ÿพ",
+ "couplekiss::skin-tone-6": "๐Ÿ’๐Ÿฟ",
+ "woman-kiss-man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ",
+ "woman-kiss-man::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป",
+ "woman-kiss-man::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ",
+ "woman-kiss-man::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ",
+ "woman-kiss-man::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ",
+ "woman-kiss-man::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ",
+ "man-kiss-man": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ",
+ "man-kiss-man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป",
+ "man-kiss-man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ",
+ "man-kiss-man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ",
+ "man-kiss-man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ",
+ "man-kiss-man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ",
+ "woman-kiss-woman": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ",
+ "woman-kiss-woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป",
+ "woman-kiss-woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ",
+ "woman-kiss-woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ",
+ "woman-kiss-woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ",
+ "woman-kiss-woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ",
+ "couple_with_heart": "๐Ÿ’‘",
+ "couple_with_heart::skin-tone-2": "๐Ÿ’‘๐Ÿป",
+ "couple_with_heart::skin-tone-3": "๐Ÿ’‘๐Ÿผ",
+ "couple_with_heart::skin-tone-4": "๐Ÿ’‘๐Ÿฝ",
+ "couple_with_heart::skin-tone-5": "๐Ÿ’‘๐Ÿพ",
+ "couple_with_heart::skin-tone-6": "๐Ÿ’‘๐Ÿฟ",
+ "woman-heart-man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ",
+ "woman-heart-man::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป",
+ "woman-heart-man::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ",
+ "woman-heart-man::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ",
+ "woman-heart-man::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ",
+ "woman-heart-man::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ",
+ "man-heart-man": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ",
+ "man-heart-man::skin-tone-2": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป",
+ "man-heart-man::skin-tone-3": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ",
+ "man-heart-man::skin-tone-4": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ",
+ "man-heart-man::skin-tone-5": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ",
+ "man-heart-man::skin-tone-6": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ",
+ "woman-heart-woman": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ",
+ "woman-heart-woman::skin-tone-2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป",
+ "woman-heart-woman::skin-tone-3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ",
+ "woman-heart-woman::skin-tone-4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ",
+ "woman-heart-woman::skin-tone-5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ",
+ "woman-heart-woman::skin-tone-6": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ",
+ "family": "๐Ÿ‘ช",
+ "man-woman-boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ",
+ "man-woman-girl": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง",
+ "man-woman-girl-boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
+ "man-woman-boy-boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
+ "man-woman-girl-girl": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง",
+ "man-man-boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ",
+ "man-man-girl": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง",
+ "man-man-girl-boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
+ "man-man-boy-boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
+ "man-man-girl-girl": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง",
+ "woman-woman-boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ",
+ "woman-woman-girl": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง",
+ "woman-woman-girl-boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
+ "woman-woman-boy-boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
+ "woman-woman-girl-girl": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง",
+ "man-boy": "๐Ÿ‘จโ€๐Ÿ‘ฆ",
+ "man-boy-boy": "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
+ "man-girl": "๐Ÿ‘จโ€๐Ÿ‘ง",
+ "man-girl-boy": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
+ "man-girl-girl": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง",
+ "woman-boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ",
+ "woman-boy-boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
+ "woman-girl": "๐Ÿ‘ฉโ€๐Ÿ‘ง",
+ "woman-girl-boy": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
+ "woman-girl-girl": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง",
+ "speaking_head_in_silhouette": "๐Ÿ—ฃ๏ธ",
+ "bust_in_silhouette": "๐Ÿ‘ค",
+ "busts_in_silhouette": "๐Ÿ‘ฅ",
+ "people_hugging": "๐Ÿซ‚",
+ "footprints": "๐Ÿ‘ฃ",
+ "monkey_face": "๐Ÿต",
+ "monkey": "๐Ÿ’",
+ "gorilla": "๐Ÿฆ",
+ "orangutan": "๐Ÿฆง",
+ "dog": "๐Ÿถ",
+ "dog2": "๐Ÿ•",
+ "guide_dog": "๐Ÿฆฎ",
+ "service_dog": "๐Ÿ•โ€๐Ÿฆบ",
+ "poodle": "๐Ÿฉ",
+ "wolf": "๐Ÿบ",
+ "fox_face": "๐ŸฆŠ",
+ "raccoon": "๐Ÿฆ",
+ "cat": "๐Ÿฑ",
+ "cat2": "๐Ÿˆ",
+ "black_cat": "๐Ÿˆโ€โฌ›",
+ "lion_face": "๐Ÿฆ",
+ "tiger": "๐Ÿฏ",
+ "tiger2": "๐Ÿ…",
+ "leopard": "๐Ÿ†",
+ "horse": "๐Ÿด",
+ "racehorse": "๐ŸŽ",
+ "unicorn_face": "๐Ÿฆ„",
+ "zebra_face": "๐Ÿฆ“",
+ "deer": "๐ŸฆŒ",
+ "bison": "๐Ÿฆฌ",
+ "cow": "๐Ÿฎ",
+ "ox": "๐Ÿ‚",
+ "water_buffalo": "๐Ÿƒ",
+ "cow2": "๐Ÿ„",
+ "pig": "๐Ÿท",
+ "pig2": "๐Ÿ–",
+ "boar": "๐Ÿ—",
+ "pig_nose": "๐Ÿฝ",
+ "ram": "๐Ÿ",
+ "sheep": "๐Ÿ‘",
+ "goat": "๐Ÿ",
+ "dromedary_camel": "๐Ÿช",
+ "camel": "๐Ÿซ",
+ "llama": "๐Ÿฆ™",
+ "giraffe_face": "๐Ÿฆ’",
+ "elephant": "๐Ÿ˜",
+ "mammoth": "๐Ÿฆฃ",
+ "rhinoceros": "๐Ÿฆ",
+ "hippopotamus": "๐Ÿฆ›",
+ "mouse": "๐Ÿญ",
+ "mouse2": "๐Ÿ",
+ "rat": "๐Ÿ€",
+ "hamster": "๐Ÿน",
+ "rabbit": "๐Ÿฐ",
+ "rabbit2": "๐Ÿ‡",
+ "chipmunk": "๐Ÿฟ๏ธ",
+ "beaver": "๐Ÿฆซ",
+ "hedgehog": "๐Ÿฆ”",
+ "bat": "๐Ÿฆ‡",
+ "bear": "๐Ÿป",
+ "polar_bear": "๐Ÿปโ€โ„๏ธ",
+ "koala": "๐Ÿจ",
+ "panda_face": "๐Ÿผ",
+ "sloth": "๐Ÿฆฅ",
+ "otter": "๐Ÿฆฆ",
+ "skunk": "๐Ÿฆจ",
+ "kangaroo": "๐Ÿฆ˜",
+ "badger": "๐Ÿฆก",
+ "feet": "๐Ÿพ",
+ "paw_prints": "๐Ÿพ",
+ "turkey": "๐Ÿฆƒ",
+ "chicken": "๐Ÿ”",
+ "rooster": "๐Ÿ“",
+ "hatching_chick": "๐Ÿฃ",
+ "baby_chick": "๐Ÿค",
+ "hatched_chick": "๐Ÿฅ",
+ "bird": "๐Ÿฆ",
+ "penguin": "๐Ÿง",
+ "dove_of_peace": "๐Ÿ•Š๏ธ",
+ "eagle": "๐Ÿฆ…",
+ "duck": "๐Ÿฆ†",
+ "swan": "๐Ÿฆข",
+ "owl": "๐Ÿฆ‰",
+ "dodo": "๐Ÿฆค",
+ "feather": "๐Ÿชถ",
+ "flamingo": "๐Ÿฆฉ",
+ "peacock": "๐Ÿฆš",
+ "parrot": "๐Ÿฆœ",
+ "frog": "๐Ÿธ",
+ "crocodile": "๐ŸŠ",
+ "turtle": "๐Ÿข",
+ "lizard": "๐ŸฆŽ",
+ "snake": "๐Ÿ",
+ "dragon_face": "๐Ÿฒ",
+ "dragon": "๐Ÿ‰",
+ "sauropod": "๐Ÿฆ•",
+ "t-rex": "๐Ÿฆ–",
+ "philosoraptor": "๐Ÿฆ–",
+ "whale": "๐Ÿณ",
+ "whale2": "๐Ÿ‹",
+ "dolphin": "๐Ÿฌ",
+ "flipper": "๐Ÿฌ",
+ "seal": "๐Ÿฆญ",
+ "fish": "๐ŸŸ",
+ "tropical_fish": "๐Ÿ ",
+ "blowfish": "๐Ÿก",
+ "shark": "๐Ÿฆˆ",
+ "octopus": "๐Ÿ™",
+ "shell": "๐Ÿš",
+ "coral": "๐Ÿชธ",
+ "snail": "๐ŸŒ",
+ "butterfly": "๐Ÿฆ‹",
+ "bug": "๐Ÿ›",
+ "ant": "๐Ÿœ",
+ "bee": "๐Ÿ",
+ "honeybee": "๐Ÿ",
+ "beetle": "๐Ÿชฒ",
+ "ladybug": "๐Ÿž",
+ "lady_beetle": "๐Ÿž",
+ "cricket": "๐Ÿฆ—",
+ "cockroach": "๐Ÿชณ",
+ "spider": "๐Ÿ•ท๏ธ",
+ "spider_web": "๐Ÿ•ธ๏ธ",
+ "scorpion": "๐Ÿฆ‚",
+ "mosquito": "๐ŸฆŸ",
+ "fly": "๐Ÿชฐ",
+ "worm": "๐Ÿชฑ",
+ "microbe": "๐Ÿฆ ",
+ "bouquet": "๐Ÿ’",
+ "cherry_blossom": "๐ŸŒธ",
+ "white_flower": "๐Ÿ’ฎ",
+ "lotus": "๐Ÿชท",
+ "rosette": "๐Ÿต๏ธ",
+ "rose": "๐ŸŒน",
+ "wilted_flower": "๐Ÿฅ€",
+ "hibiscus": "๐ŸŒบ",
+ "sunflower": "๐ŸŒป",
+ "blossom": "๐ŸŒผ",
+ "tulip": "๐ŸŒท",
+ "seedling": "๐ŸŒฑ",
+ "potted_plant": "๐Ÿชด",
+ "evergreen_tree": "๐ŸŒฒ",
+ "deciduous_tree": "๐ŸŒณ",
+ "palm_tree": "๐ŸŒด",
+ "cactus": "๐ŸŒต",
+ "ear_of_rice": "๐ŸŒพ",
+ "herb": "๐ŸŒฟ",
+ "shamrock": "โ˜˜๏ธ",
+ "four_leaf_clover": "๐Ÿ€",
+ "maple_leaf": "๐Ÿ",
+ "fallen_leaf": "๐Ÿ‚",
+ "leaves": "๐Ÿƒ",
+ "empty_nest": "๐Ÿชน",
+ "nest_with_eggs": "๐Ÿชบ",
+ "grapes": "๐Ÿ‡",
+ "melon": "๐Ÿˆ",
+ "watermelon": "๐Ÿ‰",
+ "tangerine": "๐ŸŠ",
+ "lemon": "๐Ÿ‹",
+ "banana": "๐ŸŒ",
+ "pineapple": "๐Ÿ",
+ "mango": "๐Ÿฅญ",
+ "apple": "๐ŸŽ",
+ "green_apple": "๐Ÿ",
+ "pear": "๐Ÿ",
+ "peach": "๐Ÿ‘",
+ "cherries": "๐Ÿ’",
+ "strawberry": "๐Ÿ“",
+ "blueberries": "๐Ÿซ",
+ "kiwifruit": "๐Ÿฅ",
+ "tomato": "๐Ÿ…",
+ "olive": "๐Ÿซ’",
+ "coconut": "๐Ÿฅฅ",
+ "avocado": "๐Ÿฅ‘",
+ "eggplant": "๐Ÿ†",
+ "potato": "๐Ÿฅ”",
+ "carrot": "๐Ÿฅ•",
+ "corn": "๐ŸŒฝ",
+ "hot_pepper": "๐ŸŒถ๏ธ",
+ "bell_pepper": "๐Ÿซ‘",
+ "cucumber": "๐Ÿฅ’",
+ "leafy_green": "๐Ÿฅฌ",
+ "broccoli": "๐Ÿฅฆ",
+ "garlic": "๐Ÿง„",
+ "onion": "๐Ÿง…",
+ "mushroom": "๐Ÿ„",
+ "peanuts": "๐Ÿฅœ",
+ "beans": "๐Ÿซ˜",
+ "chestnut": "๐ŸŒฐ",
+ "bread": "๐Ÿž",
+ "croissant": "๐Ÿฅ",
+ "baguette_bread": "๐Ÿฅ–",
+ "flatbread": "๐Ÿซ“",
+ "pretzel": "๐Ÿฅจ",
+ "bagel": "๐Ÿฅฏ",
+ "pancakes": "๐Ÿฅž",
+ "waffle": "๐Ÿง‡",
+ "cheese_wedge": "๐Ÿง€",
+ "meat_on_bone": "๐Ÿ–",
+ "poultry_leg": "๐Ÿ—",
+ "cut_of_meat": "๐Ÿฅฉ",
+ "bacon": "๐Ÿฅ“",
+ "hamburger": "๐Ÿ”",
+ "fries": "๐ŸŸ",
+ "pizza": "๐Ÿ•",
+ "hotdog": "๐ŸŒญ",
+ "sandwich": "๐Ÿฅช",
+ "taco": "๐ŸŒฎ",
+ "burrito": "๐ŸŒฏ",
+ "tamale": "๐Ÿซ”",
+ "stuffed_flatbread": "๐Ÿฅ™",
+ "falafel": "๐Ÿง†",
+ "egg": "๐Ÿฅš",
+ "fried_egg": "๐Ÿณ",
+ "cooking": "๐Ÿณ",
+ "shallow_pan_of_food": "๐Ÿฅ˜",
+ "stew": "๐Ÿฒ",
+ "fondue": "๐Ÿซ•",
+ "bowl_with_spoon": "๐Ÿฅฃ",
+ "green_salad": "๐Ÿฅ—",
+ "popcorn": "๐Ÿฟ",
+ "butter": "๐Ÿงˆ",
+ "salt": "๐Ÿง‚",
+ "canned_food": "๐Ÿฅซ",
+ "bento": "๐Ÿฑ",
+ "rice_cracker": "๐Ÿ˜",
+ "rice_ball": "๐Ÿ™",
+ "rice": "๐Ÿš",
+ "curry": "๐Ÿ›",
+ "ramen": "๐Ÿœ",
+ "spaghetti": "๐Ÿ",
+ "sweet_potato": "๐Ÿ ",
+ "oden": "๐Ÿข",
+ "sushi": "๐Ÿฃ",
+ "fried_shrimp": "๐Ÿค",
+ "fish_cake": "๐Ÿฅ",
+ "moon_cake": "๐Ÿฅฎ",
+ "dango": "๐Ÿก",
+ "dumpling": "๐ŸฅŸ",
+ "fortune_cookie": "๐Ÿฅ ",
+ "takeout_box": "๐Ÿฅก",
+ "crab": "๐Ÿฆ€",
+ "lobster": "๐Ÿฆž",
+ "shrimp": "๐Ÿฆ",
+ "squid": "๐Ÿฆ‘",
+ "oyster": "๐Ÿฆช",
+ "icecream": "๐Ÿฆ",
+ "shaved_ice": "๐Ÿง",
+ "ice_cream": "๐Ÿจ",
+ "doughnut": "๐Ÿฉ",
+ "cookie": "๐Ÿช",
+ "birthday": "๐ŸŽ‚",
+ "cake": "๐Ÿฐ",
+ "cupcake": "๐Ÿง",
+ "pie": "๐Ÿฅง",
+ "chocolate_bar": "๐Ÿซ",
+ "candy": "๐Ÿฌ",
+ "lollipop": "๐Ÿญ",
+ "custard": "๐Ÿฎ",
+ "honey_pot": "๐Ÿฏ",
+ "baby_bottle": "๐Ÿผ",
+ "glass_of_milk": "๐Ÿฅ›",
+ "coffee": "โ˜•",
+ "teapot": "๐Ÿซ–",
+ "tea": "๐Ÿต",
+ "sake": "๐Ÿถ",
+ "champagne": "๐Ÿพ",
+ "wine_glass": "๐Ÿท",
+ "cocktail": "๐Ÿธ",
+ "tropical_drink": "๐Ÿน",
+ "beer": "๐Ÿบ",
+ "beers": "๐Ÿป",
+ "clinking_glasses": "๐Ÿฅ‚",
+ "tumbler_glass": "๐Ÿฅƒ",
+ "pouring_liquid": "๐Ÿซ—",
+ "cup_with_straw": "๐Ÿฅค",
+ "bubble_tea": "๐Ÿง‹",
+ "beverage_box": "๐Ÿงƒ",
+ "mate_drink": "๐Ÿง‰",
+ "ice_cube": "๐ŸงŠ",
+ "chopsticks": "๐Ÿฅข",
+ "knife_fork_plate": "๐Ÿฝ๏ธ",
+ "fork_and_knife": "๐Ÿด",
+ "spoon": "๐Ÿฅ„",
+ "hocho": "๐Ÿ”ช",
+ "knife": "๐Ÿ”ช",
+ "jar": "๐Ÿซ™",
+ "amphora": "๐Ÿบ",
+ "earth_africa": "๐ŸŒ",
+ "earth_americas": "๐ŸŒŽ",
+ "earth_asia": "๐ŸŒ",
+ "globe_with_meridians": "๐ŸŒ",
+ "world_map": "๐Ÿ—บ๏ธ",
+ "japan": "๐Ÿ—พ",
+ "compass": "๐Ÿงญ",
+ "snow_capped_mountain": "๐Ÿ”๏ธ",
+ "mountain": "โ›ฐ๏ธ",
+ "volcano": "๐ŸŒ‹",
+ "mount_fuji": "๐Ÿ—ป",
+ "camping": "๐Ÿ•๏ธ",
+ "beach_with_umbrella": "๐Ÿ–๏ธ",
+ "desert": "๐Ÿœ๏ธ",
+ "desert_island": "๐Ÿ๏ธ",
+ "national_park": "๐Ÿž๏ธ",
+ "stadium": "๐ŸŸ๏ธ",
+ "classical_building": "๐Ÿ›๏ธ",
+ "building_construction": "๐Ÿ—๏ธ",
+ "bricks": "๐Ÿงฑ",
+ "databricks": "๐Ÿงฑ",
+ "pydata": "๐Ÿชจ",
+ "rock": "๐Ÿชจ",
+ "wood": "๐Ÿชต",
+ "hut": "๐Ÿ›–",
+ "house_buildings": "๐Ÿ˜๏ธ",
+ "derelict_house_building": "๐Ÿš๏ธ",
+ "house": "๐Ÿ ",
+ "house_with_garden": "๐Ÿก",
+ "office": "๐Ÿข",
+ "post_office": "๐Ÿฃ",
+ "european_post_office": "๐Ÿค",
+ "hospital": "๐Ÿฅ",
+ "bank": "๐Ÿฆ",
+ "hotel": "๐Ÿจ",
+ "love_hotel": "๐Ÿฉ",
+ "convenience_store": "๐Ÿช",
+ "school": "๐Ÿซ",
+ "department_store": "๐Ÿฌ",
+ "factory": "๐Ÿญ",
+ "japanese_castle": "๐Ÿฏ",
+ "european_castle": "๐Ÿฐ",
+ "wedding": "๐Ÿ’’",
+ "tokyo_tower": "๐Ÿ—ผ",
+ "statue_of_liberty": "๐Ÿ—ฝ",
+ "church": "โ›ช",
+ "mosque": "๐Ÿ•Œ",
+ "hindu_temple": "๐Ÿ›•",
+ "synagogue": "๐Ÿ•",
+ "shinto_shrine": "โ›ฉ๏ธ",
+ "kaaba": "๐Ÿ•‹",
+ "fountain": "โ›ฒ",
+ "tent": "โ›บ",
+ "foggy": "๐ŸŒ",
+ "night_with_stars": "๐ŸŒƒ",
+ "cityscape": "๐Ÿ™๏ธ",
+ "sunrise_over_mountains": "๐ŸŒ„",
+ "sunrise": "๐ŸŒ…",
+ "city_sunset": "๐ŸŒ†",
+ "city_sunrise": "๐ŸŒ‡",
+ "bridge_at_night": "๐ŸŒ‰",
+ "hotsprings": "โ™จ๏ธ",
+ "carousel_horse": "๐ŸŽ ",
+ "playground_slide": "๐Ÿ›",
+ "ferris_wheel": "๐ŸŽก",
+ "roller_coaster": "๐ŸŽข",
+ "barber": "๐Ÿ’ˆ",
+ "circus_tent": "๐ŸŽช",
+ "steam_locomotive": "๐Ÿš‚",
+ "railway_car": "๐Ÿšƒ",
+ "bullettrain_side": "๐Ÿš„",
+ "bullettrain_front": "๐Ÿš…",
+ "train2": "๐Ÿš†",
+ "metro": "๐Ÿš‡",
+ "light_rail": "๐Ÿšˆ",
+ "station": "๐Ÿš‰",
+ "tram": "๐ŸšŠ",
+ "monorail": "๐Ÿš",
+ "mountain_railway": "๐Ÿšž",
+ "train": "๐Ÿš‹",
+ "bus": "๐ŸšŒ",
+ "oncoming_bus": "๐Ÿš",
+ "trolleybus": "๐ŸšŽ",
+ "minibus": "๐Ÿš",
+ "ambulance": "๐Ÿš‘",
+ "fire_engine": "๐Ÿš’",
+ "police_car": "๐Ÿš“",
+ "oncoming_police_car": "๐Ÿš”",
+ "taxi": "๐Ÿš•",
+ "oncoming_taxi": "๐Ÿš–",
+ "car": "๐Ÿš—",
+ "red_car": "๐Ÿš—",
+ "oncoming_automobile": "๐Ÿš˜",
+ "blue_car": "๐Ÿš™",
+ "pickup_truck": "๐Ÿ›ป",
+ "truck": "๐Ÿšš",
+ "articulated_lorry": "๐Ÿš›",
+ "tractor": "๐Ÿšœ",
+ "racing_car": "๐ŸŽ๏ธ",
+ "racing_motorcycle": "๐Ÿ๏ธ",
+ "motor_scooter": "๐Ÿ›ต",
+ "manual_wheelchair": "๐Ÿฆฝ",
+ "motorized_wheelchair": "๐Ÿฆผ",
+ "auto_rickshaw": "๐Ÿ›บ",
+ "bike": "๐Ÿšฒ",
+ "scooter": "๐Ÿ›ด",
+ "skateboard": "๐Ÿ›น",
+ "roller_skate": "๐Ÿ›ผ",
+ "busstop": "๐Ÿš",
+ "motorway": "๐Ÿ›ฃ๏ธ",
+ "railway_track": "๐Ÿ›ค๏ธ",
+ "oil_drum": "๐Ÿ›ข๏ธ",
+ "fuelpump": "โ›ฝ",
+ "wheel": "๐Ÿ›ž",
+ "rotating_light": "๐Ÿšจ",
+ "traffic_light": "๐Ÿšฅ",
+ "vertical_traffic_light": "๐Ÿšฆ",
+ "octagonal_sign": "๐Ÿ›‘",
+ "construction": "๐Ÿšง",
+ "anchor": "โš“",
+ "ring_buoy": "๐Ÿ›Ÿ",
+ "boat": "โ›ต",
+ "sailboat": "โ›ต",
+ "canoe": "๐Ÿ›ถ",
+ "speedboat": "๐Ÿšค",
+ "passenger_ship": "๐Ÿ›ณ๏ธ",
+ "ferry": "โ›ด๏ธ",
+ "motor_boat": "๐Ÿ›ฅ๏ธ",
+ "ship": "๐Ÿšข",
+ "airplane": "โœˆ๏ธ",
+ "small_airplane": "๐Ÿ›ฉ๏ธ",
+ "airplane_departure": "๐Ÿ›ซ",
+ "airplane_arriving": "๐Ÿ›ฌ",
+ "parachute": "๐Ÿช‚",
+ "seat": "๐Ÿ’บ",
+ "helicopter": "๐Ÿš",
+ "suspension_railway": "๐ŸšŸ",
+ "mountain_cableway": "๐Ÿš ",
+ "aerial_tramway": "๐Ÿšก",
+ "satellite": "๐Ÿ›ฐ๏ธ",
+ "rocket": "๐Ÿš€",
+ "rocketing": "๐Ÿš€",
+ "rocking": "๐Ÿš€",
+ "ahhhhhhhhh": "๐Ÿš€",
+ "flying_saucer": "๐Ÿ›ธ",
+ "bellhop_bell": "๐Ÿ›Ž๏ธ",
+ "luggage": "๐Ÿงณ",
+ "hourglass": "โŒ›",
+ "hourglass_flowing_sand": "โณ",
+ "watch": "โŒš",
+ "alarm_clock": "โฐ",
+ "stopwatch": "โฑ๏ธ",
+ "timer_clock": "โฒ๏ธ",
+ "mantelpiece_clock": "๐Ÿ•ฐ๏ธ",
+ "clock12": "๐Ÿ•›",
+ "clock1230": "๐Ÿ•ง",
+ "clock1": "๐Ÿ•",
+ "clock130": "๐Ÿ•œ",
+ "clock2": "๐Ÿ•‘",
+ "clock230": "๐Ÿ•",
+ "clock3": "๐Ÿ•’",
+ "clock330": "๐Ÿ•ž",
+ "clock4": "๐Ÿ•“",
+ "clock430": "๐Ÿ•Ÿ",
+ "clock5": "๐Ÿ•”",
+ "clock530": "๐Ÿ• ",
+ "clock6": "๐Ÿ••",
+ "clock630": "๐Ÿ•ก",
+ "clock7": "๐Ÿ•–",
+ "clock730": "๐Ÿ•ข",
+ "clock8": "๐Ÿ•—",
+ "clock830": "๐Ÿ•ฃ",
+ "clock9": "๐Ÿ•˜",
+ "clock930": "๐Ÿ•ค",
+ "clock10": "๐Ÿ•™",
+ "clock1030": "๐Ÿ•ฅ",
+ "clock11": "๐Ÿ•š",
+ "clock1130": "๐Ÿ•ฆ",
+ "new_moon": "๐ŸŒ‘",
+ "waxing_crescent_moon": "๐ŸŒ’",
+ "first_quarter_moon": "๐ŸŒ“",
+ "moon": "๐ŸŒ”",
+ "waxing_gibbous_moon": "๐ŸŒ”",
+ "full_moon": "๐ŸŒ•",
+ "waning_gibbous_moon": "๐ŸŒ–",
+ "last_quarter_moon": "๐ŸŒ—",
+ "waning_crescent_moon": "๐ŸŒ˜",
+ "crescent_moon": "๐ŸŒ™",
+ "new_moon_with_face": "๐ŸŒš",
+ "first_quarter_moon_with_face": "๐ŸŒ›",
+ "last_quarter_moon_with_face": "๐ŸŒœ",
+ "thermometer": "๐ŸŒก๏ธ",
+ "sunny": "โ˜€๏ธ",
+ "full_moon_with_face": "๐ŸŒ",
+ "sun_with_face": "๐ŸŒž",
+ "ringed_planet": "๐Ÿช",
+ "star": "โญ",
+ "star2": "๐ŸŒŸ",
+ "stars": "๐ŸŒ ",
+ "milky_way": "๐ŸŒŒ",
+ "cloud": "โ˜๏ธ",
+ "partly_sunny": "โ›…",
+ "thunder_cloud_and_rain": "โ›ˆ๏ธ",
+ "mostly_sunny": "๐ŸŒค๏ธ",
+ "sun_small_cloud": "๐ŸŒค๏ธ",
+ "barely_sunny": "๐ŸŒฅ๏ธ",
+ "sun_behind_cloud": "๐ŸŒฅ๏ธ",
+ "partly_sunny_rain": "๐ŸŒฆ๏ธ",
+ "sun_behind_rain_cloud": "๐ŸŒฆ๏ธ",
+ "rain_cloud": "๐ŸŒง๏ธ",
+ "snow_cloud": "๐ŸŒจ๏ธ",
+ "lightning": "๐ŸŒฉ๏ธ",
+ "lightning_cloud": "๐ŸŒฉ๏ธ",
+ "tornado": "๐ŸŒช๏ธ",
+ "tornado_cloud": "๐ŸŒช๏ธ",
+ "fog": "๐ŸŒซ๏ธ",
+ "wind_blowing_face": "๐ŸŒฌ๏ธ",
+ "cyclone": "๐ŸŒ€",
+ "rainbow": "๐ŸŒˆ",
+ "rainbow-daggy": "๐ŸŒˆ",
+ "closed_umbrella": "๐ŸŒ‚",
+ "umbrella": "โ˜‚๏ธ",
+ "umbrella_with_rain_drops": "โ˜”",
+ "umbrella_on_ground": "โ›ฑ๏ธ",
+ "zap": "โšก",
+ "snowflake": "โ„๏ธ",
+ "snowman": "โ˜ƒ๏ธ",
+ "snowman_without_snow": "โ›„",
+ "comet": "โ˜„๏ธ",
+ "fire": "๐Ÿ”ฅ",
+ "tuzki_onfire": "๐Ÿ”ฅ",
+ "tuzki-onfire": "๐Ÿ”ฅ",
+ "droplet": "๐Ÿ’ง",
+ "ocean": "๐ŸŒŠ",
+ "jack_o_lantern": "๐ŸŽƒ",
+ "christmas_tree": "๐ŸŽ„",
+ "fireworks": "๐ŸŽ†",
+ "sparkler": "๐ŸŽ‡",
+ "firecracker": "๐Ÿงจ",
+ "sparkles": "โœจ",
+ "balloon": "๐ŸŽˆ",
+ "tada": "๐ŸŽ‰",
+ "confetti_ball": "๐ŸŽŠ",
+ "tanabata_tree": "๐ŸŽ‹",
+ "bamboo": "๐ŸŽ",
+ "dolls": "๐ŸŽŽ",
+ "flags": "๐ŸŽ",
+ "wind_chime": "๐ŸŽ",
+ "rice_scene": "๐ŸŽ‘",
+ "red_envelope": "๐Ÿงง",
+ "ribbon": "๐ŸŽ€",
+ "gift": "๐ŸŽ",
+ "reminder_ribbon": "๐ŸŽ—๏ธ",
+ "admission_tickets": "๐ŸŽŸ๏ธ",
+ "ticket": "๐ŸŽซ",
+ "medal": "๐ŸŽ–๏ธ",
+ "trophy": "๐Ÿ†",
+ "sports_medal": "๐Ÿ…",
+ "first_place_medal": "๐Ÿฅ‡",
+ "second_place_medal": "๐Ÿฅˆ",
+ "third_place_medal": "๐Ÿฅ‰",
+ "soccer": "โšฝ",
+ "baseball": "โšพ",
+ "softball": "๐ŸฅŽ",
+ "basketball": "๐Ÿ€",
+ "volleyball": "๐Ÿ",
+ "football": "๐Ÿˆ",
+ "rugby_football": "๐Ÿ‰",
+ "tennis": "๐ŸŽพ",
+ "flying_disc": "๐Ÿฅ",
+ "bowling": "๐ŸŽณ",
+ "cricket_bat_and_ball": "๐Ÿ",
+ "field_hockey_stick_and_ball": "๐Ÿ‘",
+ "ice_hockey_stick_and_puck": "๐Ÿ’",
+ "lacrosse": "๐Ÿฅ",
+ "table_tennis_paddle_and_ball": "๐Ÿ“",
+ "badminton_racquet_and_shuttlecock": "๐Ÿธ",
+ "boxing_glove": "๐ŸฅŠ",
+ "martial_arts_uniform": "๐Ÿฅ‹",
+ "goal_net": "๐Ÿฅ…",
+ "golf": "โ›ณ",
+ "ice_skate": "โ›ธ๏ธ",
+ "fishing_pole_and_fish": "๐ŸŽฃ",
+ "diving_mask": "๐Ÿคฟ",
+ "running_shirt_with_sash": "๐ŸŽฝ",
+ "ski": "๐ŸŽฟ",
+ "sled": "๐Ÿ›ท",
+ "curling_stone": "๐ŸฅŒ",
+ "dart": "๐ŸŽฏ",
+ "yo-yo": "๐Ÿช€",
+ "kite": "๐Ÿช",
+ "8ball": "๐ŸŽฑ",
+ "crystal_ball": "๐Ÿ”ฎ",
+ "magic_wand": "๐Ÿช„",
+ "nazar_amulet": "๐Ÿงฟ",
+ "hamsa": "๐Ÿชฌ",
+ "video_game": "๐ŸŽฎ",
+ "joystick": "๐Ÿ•น๏ธ",
+ "slot_machine": "๐ŸŽฐ",
+ "game_die": "๐ŸŽฒ",
+ "jigsaw": "๐Ÿงฉ",
+ "teddy_bear": "๐Ÿงธ",
+ "pinata": "๐Ÿช…",
+ "mirror_ball": "๐Ÿชฉ",
+ "nesting_dolls": "๐Ÿช†",
+ "spades": "โ™ ๏ธ",
+ "hearts": "โ™ฅ๏ธ",
+ "diamonds": "โ™ฆ๏ธ",
+ "clubs": "โ™ฃ๏ธ",
+ "chess_pawn": "โ™Ÿ๏ธ",
+ "black_joker": "๐Ÿƒ",
+ "mahjong": "๐Ÿ€„",
+ "flower_playing_cards": "๐ŸŽด",
+ "performing_arts": "๐ŸŽญ",
+ "frame_with_picture": "๐Ÿ–ผ๏ธ",
+ "art": "๐ŸŽจ",
+ "thread": "๐Ÿงต",
+ "sewing_needle": "๐Ÿชก",
+ "yarn": "๐Ÿงถ",
+ "knot": "๐Ÿชข",
+ "eyeglasses": "๐Ÿ‘“",
+ "dark_sunglasses": "๐Ÿ•ถ๏ธ",
+ "goggles": "๐Ÿฅฝ",
+ "lab_coat": "๐Ÿฅผ",
+ "safety_vest": "๐Ÿฆบ",
+ "necktie": "๐Ÿ‘”",
+ "shirt": "๐Ÿ‘•",
+ "tshirt": "๐Ÿ‘•",
+ "jeans": "๐Ÿ‘–",
+ "scarf": "๐Ÿงฃ",
+ "gloves": "๐Ÿงค",
+ "coat": "๐Ÿงฅ",
+ "socks": "๐Ÿงฆ",
+ "dress": "๐Ÿ‘—",
+ "kimono": "๐Ÿ‘˜",
+ "sari": "๐Ÿฅป",
+ "one-piece_swimsuit": "๐Ÿฉฑ",
+ "briefs": "๐Ÿฉฒ",
+ "shorts": "๐Ÿฉณ",
+ "bikini": "๐Ÿ‘™",
+ "womans_clothes": "๐Ÿ‘š",
+ "purse": "๐Ÿ‘›",
+ "handbag": "๐Ÿ‘œ",
+ "pouch": "๐Ÿ‘",
+ "shopping_bags": "๐Ÿ›๏ธ",
+ "school_satchel": "๐ŸŽ’",
+ "thong_sandal": "๐Ÿฉด",
+ "mans_shoe": "๐Ÿ‘ž",
+ "shoe": "๐Ÿ‘ž",
+ "athletic_shoe": "๐Ÿ‘Ÿ",
+ "hiking_boot": "๐Ÿฅพ",
+ "womans_flat_shoe": "๐Ÿฅฟ",
+ "high_heel": "๐Ÿ‘ ",
+ "sandal": "๐Ÿ‘ก",
+ "ballet_shoes": "๐Ÿฉฐ",
+ "boot": "๐Ÿ‘ข",
+ "crown": "๐Ÿ‘‘",
+ "womans_hat": "๐Ÿ‘’",
+ "tophat": "๐ŸŽฉ",
+ "mortar_board": "๐ŸŽ“",
+ "billed_cap": "๐Ÿงข",
+ "military_helmet": "๐Ÿช–",
+ "helmet_with_white_cross": "โ›‘๏ธ",
+ "prayer_beads": "๐Ÿ“ฟ",
+ "lipstick": "๐Ÿ’„",
+ "ring": "๐Ÿ’",
+ "gem": "๐Ÿ’Ž",
+ "mute": "๐Ÿ”‡",
+ "speaker": "๐Ÿ”ˆ",
+ "sound": "๐Ÿ”‰",
+ "loud_sound": "๐Ÿ”Š",
+ "loudspeaker": "๐Ÿ“ข",
+ "mega": "๐Ÿ“ฃ",
+ "postal_horn": "๐Ÿ“ฏ",
+ "bell": "๐Ÿ””",
+ "no_bell": "๐Ÿ”•",
+ "musical_score": "๐ŸŽผ",
+ "musical_note": "๐ŸŽต",
+ "notes": "๐ŸŽถ",
+ "studio_microphone": "๐ŸŽ™๏ธ",
+ "level_slider": "๐ŸŽš๏ธ",
+ "control_knobs": "๐ŸŽ›๏ธ",
+ "microphone": "๐ŸŽค",
+ "headphones": "๐ŸŽง",
+ "radio": "๐Ÿ“ป",
+ "saxophone": "๐ŸŽท",
+ "accordion": "๐Ÿช—",
+ "guitar": "๐ŸŽธ",
+ "musical_keyboard": "๐ŸŽน",
+ "trumpet": "๐ŸŽบ",
+ "violin": "๐ŸŽป",
+ "banjo": "๐Ÿช•",
+ "drum_with_drumsticks": "๐Ÿฅ",
+ "long_drum": "๐Ÿช˜",
+ "iphone": "๐Ÿ“ฑ",
+ "calling": "๐Ÿ“ฒ",
+ "phone": "โ˜Ž๏ธ",
+ "telephone": "โ˜Ž๏ธ",
+ "telephone_receiver": "๐Ÿ“ž",
+ "pager": "๐Ÿ“Ÿ",
+ "fax": "๐Ÿ“ ",
+ "battery": "๐Ÿ”‹",
+ "low_battery": "๐Ÿชซ",
+ "electric_plug": "๐Ÿ”Œ",
+ "computer": "๐Ÿ’ป",
+ "desktop_computer": "๐Ÿ–ฅ๏ธ",
+ "printer": "๐Ÿ–จ๏ธ",
+ "keyboard": "โŒจ๏ธ",
+ "three_button_mouse": "๐Ÿ–ฑ๏ธ",
+ "trackball": "๐Ÿ–ฒ๏ธ",
+ "minidisc": "๐Ÿ’ฝ",
+ "floppy_disk": "๐Ÿ’พ",
+ "cd": "๐Ÿ’ฟ",
+ "dvd": "๐Ÿ“€",
+ "abacus": "๐Ÿงฎ",
+ "movie_camera": "๐ŸŽฅ",
+ "film_frames": "๐ŸŽž๏ธ",
+ "film_projector": "๐Ÿ“ฝ๏ธ",
+ "webassembly": ".wasm",
+ "clapper": "๐ŸŽฌ",
+ "tv": "๐Ÿ“บ",
+ "camera": "๐Ÿ“ท",
+ "camera_with_flash": "๐Ÿ“ธ",
+ "video_camera": "๐Ÿ“น",
+ "vhs": "๐Ÿ“ผ",
+ "mag": "๐Ÿ”",
+ "mag_right": "๐Ÿ”Ž",
+ "candle": "๐Ÿ•ฏ๏ธ",
+ "bulb": "๐Ÿ’ก",
+ "flashlight": "๐Ÿ”ฆ",
+ "izakaya_lantern": "๐Ÿฎ",
+ "lantern": "๐Ÿฎ",
+ "diya_lamp": "๐Ÿช”",
+ "notebook_with_decorative_cover": "๐Ÿ“”",
+ "closed_book": "๐Ÿ“•",
+ "book": "๐Ÿ“–",
+ "open_book": "๐Ÿ“–",
+ "green_book": "๐Ÿ“—",
+ "blue_book": "๐Ÿ“˜",
+ "orange_book": "๐Ÿ“™",
+ "books": "๐Ÿ“š",
+ "notebook": "๐Ÿ““",
+ "ledger": "๐Ÿ“’",
+ "page_with_curl": "๐Ÿ“ƒ",
+ "scroll": "๐Ÿ“œ",
+ "page_facing_up": "๐Ÿ“„",
+ "newspaper": "๐Ÿ“ฐ",
+ "rolled_up_newspaper": "๐Ÿ—ž๏ธ",
+ "bookmark_tabs": "๐Ÿ“‘",
+ "bookmark": "๐Ÿ”–",
+ "label": "๐Ÿท๏ธ",
+ "moneybag": "๐Ÿ’ฐ",
+ "coin": "๐Ÿช™",
+ "yen": "๐Ÿ’ด",
+ "dollar": "๐Ÿ’ต",
+ "euro": "๐Ÿ’ถ",
+ "pound": "๐Ÿ’ท",
+ "money_with_wings": "๐Ÿ’ธ",
+ "money_flying": "๐Ÿ’ธ",
+ "credit_card": "๐Ÿ’ณ",
+ "receipt": "๐Ÿงพ",
+ "chart": "๐Ÿ’น",
+ "email": "โœ‰๏ธ",
+ "envelope": "โœ‰๏ธ",
+ "e-mail": "๐Ÿ“ง",
+ "incoming_envelope": "๐Ÿ“จ",
+ "envelope_with_arrow": "๐Ÿ“ฉ",
+ "outbox_tray": "๐Ÿ“ค",
+ "inbox_tray": "๐Ÿ“ฅ",
+ "package": "๐Ÿ“ฆ",
+ "mailbox": "๐Ÿ“ซ",
+ "mailbox_closed": "๐Ÿ“ช",
+ "mailbox_with_mail": "๐Ÿ“ฌ",
+ "mailbox_with_no_mail": "๐Ÿ“ญ",
+ "postbox": "๐Ÿ“ฎ",
+ "ballot_box_with_ballot": "๐Ÿ—ณ๏ธ",
+ "pencil2": "โœ๏ธ",
+ "black_nib": "โœ’๏ธ",
+ "lower_left_fountain_pen": "๐Ÿ–‹๏ธ",
+ "lower_left_ballpoint_pen": "๐Ÿ–Š๏ธ",
+ "lower_left_paintbrush": "๐Ÿ–Œ๏ธ",
+ "lower_left_crayon": "๐Ÿ–๏ธ",
+ "memo": "๐Ÿ“",
+ "pencil": "๐Ÿ“",
+ "briefcase": "๐Ÿ’ผ",
+ "file_folder": "๐Ÿ“",
+ "open_file_folder": "๐Ÿ“‚",
+ "card_index_dividers": "๐Ÿ—‚๏ธ",
+ "date": "๐Ÿ“…",
+ "calendar": "๐Ÿ“†",
+ "spiral_note_pad": "๐Ÿ—’๏ธ",
+ "spiral_calendar_pad": "๐Ÿ—“๏ธ",
+ "card_index": "๐Ÿ“‡",
+ "chart_with_upwards_trend": "๐Ÿ“ˆ",
+ "chart_with_downwards_trend": "๐Ÿ“‰",
+ "bar_chart": "๐Ÿ“Š",
+ "clipboard": "๐Ÿ“‹",
+ "pushpin": "๐Ÿ“Œ",
+ "kodee_pin": "๐Ÿ“Œ",
+ "kodee-pin": "๐Ÿ“Œ",
+ "round_pushpin": "๐Ÿ“",
+ "paperclip": "๐Ÿ“Ž",
+ "linked_paperclips": "๐Ÿ–‡๏ธ",
+ "straight_ruler": "๐Ÿ“",
+ "triangular_ruler": "๐Ÿ“",
+ "scissors": "โœ‚๏ธ",
+ "card_file_box": "๐Ÿ—ƒ๏ธ",
+ "file_cabinet": "๐Ÿ—„๏ธ",
+ "wastebasket": "๐Ÿ—‘๏ธ",
+ "lock": "๐Ÿ”’",
+ "unlock": "๐Ÿ”“",
+ "lock_with_ink_pen": "๐Ÿ”",
+ "closed_lock_with_key": "๐Ÿ”",
+ "key": "๐Ÿ”‘",
+ "old_key": "๐Ÿ—๏ธ",
+ "hammer": "๐Ÿ”จ",
+ "axe": "๐Ÿช“",
+ "pick": "โ›๏ธ",
+ "hammer_and_pick": "โš’๏ธ",
+ "hammer_and_wrench": "๐Ÿ› ๏ธ",
+ "dagger_knife": "๐Ÿ—ก๏ธ",
+ "crossed_swords": "โš”๏ธ",
+ "gun": "๐Ÿ”ซ",
+ "boomerang": "๐Ÿชƒ",
+ "bow_and_arrow": "๐Ÿน",
+ "shield": "๐Ÿ›ก๏ธ",
+ "carpentry_saw": "๐Ÿชš",
+ "wrench": "๐Ÿ”ง",
+ "screwdriver": "๐Ÿช›",
+ "nut_and_bolt": "๐Ÿ”ฉ",
+ "gear": "โš™๏ธ",
+ "compression": "๐Ÿ—œ๏ธ",
+ "scales": "โš–๏ธ",
+ "probing_cane": "๐Ÿฆฏ",
+ "link": "๐Ÿ”—",
+ "chains": "โ›“๏ธ",
+ "hook": "๐Ÿช",
+ "toolbox": "๐Ÿงฐ",
+ "magnet": "๐Ÿงฒ",
+ "ladder": "๐Ÿชœ",
+ "alembic": "โš—๏ธ",
+ "test_tube": "๐Ÿงช",
+ "petri_dish": "๐Ÿงซ",
+ "dna": "๐Ÿงฌ",
+ "microscope": "๐Ÿ”ฌ",
+ "telescope": "๐Ÿ”ญ",
+ "satellite_antenna": "๐Ÿ“ก",
+ "syringe": "๐Ÿ’‰",
+ "drop_of_blood": "๐Ÿฉธ",
+ "pill": "๐Ÿ’Š",
+ "adhesive_bandage": "๐Ÿฉน",
+ "crutch": "๐Ÿฉผ",
+ "stethoscope": "๐Ÿฉบ",
+ "x-ray": "๐Ÿฉป",
+ "door": "๐Ÿšช",
+ "elevator": "๐Ÿ›—",
+ "mirror": "๐Ÿชž",
+ "window": "๐ŸชŸ",
+ "bed": "๐Ÿ›๏ธ",
+ "couch_and_lamp": "๐Ÿ›‹๏ธ",
+ "chair": "๐Ÿช‘",
+ "toilet": "๐Ÿšฝ",
+ "plunger": "๐Ÿช ",
+ "shower": "๐Ÿšฟ",
+ "bathtub": "๐Ÿ›",
+ "mouse_trap": "๐Ÿชค",
+ "razor": "๐Ÿช’",
+ "lotion_bottle": "๐Ÿงด",
+ "safety_pin": "๐Ÿงท",
+ "broom": "๐Ÿงน",
+ "basket": "๐Ÿงบ",
+ "roll_of_paper": "๐Ÿงป",
+ "bucket": "๐Ÿชฃ",
+ "soap": "๐Ÿงผ",
+ "bubbles": "๐Ÿซง",
+ "toothbrush": "๐Ÿชฅ",
+ "sponge": "๐Ÿงฝ",
+ "fire_extinguisher": "๐Ÿงฏ",
+ "shopping_trolley": "๐Ÿ›’",
+ "smoking": "๐Ÿšฌ",
+ "coffin": "โšฐ๏ธ",
+ "headstone": "๐Ÿชฆ",
+ "funeral_urn": "โšฑ๏ธ",
+ "moyai": "๐Ÿ—ฟ",
+ "placard": "๐Ÿชง",
+ "identification_card": "๐Ÿชช",
+ "atm": "๐Ÿง",
+ "put_litter_in_its_place": "๐Ÿšฎ",
+ "potable_water": "๐Ÿšฐ",
+ "wheelchair": "โ™ฟ",
+ "mens": "๐Ÿšน",
+ "womens": "๐Ÿšบ",
+ "restroom": "๐Ÿšป",
+ "baby_symbol": "๐Ÿšผ",
+ "wc": "๐Ÿšพ",
+ "passport_control": "๐Ÿ›‚",
+ "customs": "๐Ÿ›ƒ",
+ "baggage_claim": "๐Ÿ›„",
+ "left_luggage": "๐Ÿ›…",
+ "warning": "โš ๏ธ",
+ "children_crossing": "๐Ÿšธ",
+ "no_entry": "โ›”",
+ "no_entry_sign": "๐Ÿšซ",
+ "no_bicycles": "๐Ÿšณ",
+ "no_smoking": "๐Ÿšญ",
+ "do_not_litter": "๐Ÿšฏ",
+ "non-potable_water": "๐Ÿšฑ",
+ "no_pedestrians": "๐Ÿšท",
+ "no_mobile_phones": "๐Ÿ“ต",
+ "underage": "๐Ÿ”ž",
+ "radioactive_sign": "โ˜ข๏ธ",
+ "biohazard_sign": "โ˜ฃ๏ธ",
+ "arrow_up": "โฌ†๏ธ",
+ "arrow_upper_right": "โ†—๏ธ",
+ "arrow_right": "โžก๏ธ",
+ "arrow_lower_right": "โ†˜๏ธ",
+ "arrow_down": "โฌ‡๏ธ",
+ "arrow_lower_left": "โ†™๏ธ",
+ "arrow_left": "โฌ…๏ธ",
+ "arrow_upper_left": "โ†–๏ธ",
+ "arrow_up_down": "โ†•๏ธ",
+ "left_right_arrow": "โ†”๏ธ",
+ "leftwards_arrow_with_hook": "โ†ฉ๏ธ",
+ "arrow_right_hook": "โ†ช๏ธ",
+ "arrow_heading_up": "โคด๏ธ",
+ "arrow_heading_down": "โคต๏ธ",
+ "arrows_clockwise": "๐Ÿ”ƒ",
+ "arrows_counterclockwise": "๐Ÿ”„",
+ "back": "๐Ÿ”™",
+ "end": "๐Ÿ”š",
+ "on": "๐Ÿ”›",
+ "soon": "๐Ÿ”œ",
+ "top": "๐Ÿ”",
+ "place_of_worship": "๐Ÿ›",
+ "atom_symbol": "โš›๏ธ",
+ "om_symbol": "๐Ÿ•‰๏ธ",
+ "star_of_david": "โœก๏ธ",
+ "wheel_of_dharma": "โ˜ธ๏ธ",
+ "yin_yang": "โ˜ฏ๏ธ",
+ "latin_cross": "โœ๏ธ",
+ "orthodox_cross": "โ˜ฆ๏ธ",
+ "star_and_crescent": "โ˜ช๏ธ",
+ "peace_symbol": "โ˜ฎ๏ธ",
+ "menorah_with_nine_branches": "๐Ÿ•Ž",
+ "six_pointed_star": "๐Ÿ”ฏ",
+ "aries": "โ™ˆ",
+ "taurus": "โ™‰",
+ "gemini": "โ™Š",
+ "cancer": "โ™‹",
+ "leo": "โ™Œ",
+ "virgo": "โ™",
+ "libra": "โ™Ž",
+ "scorpius": "โ™",
+ "sagittarius": "โ™",
+ "capricorn": "โ™‘",
+ "aquarius": "โ™’",
+ "pisces": "โ™“",
+ "ophiuchus": "โ›Ž",
+ "twisted_rightwards_arrows": "๐Ÿ”€",
+ "repeat": "๐Ÿ”",
+ "repeat_one": "๐Ÿ”‚",
+ "arrow_forward": "โ–ถ๏ธ",
+ "fast_forward": "โฉ",
+ "black_right_pointing_double_triangle_with_vertical_bar": "โญ๏ธ",
+ "black_right_pointing_triangle_with_double_vertical_bar": "โฏ๏ธ",
+ "arrow_backward": "โ—€๏ธ",
+ "rewind": "โช",
+ "black_left_pointing_double_triangle_with_vertical_bar": "โฎ๏ธ",
+ "arrow_up_small": "๐Ÿ”ผ",
+ "arrow_double_up": "โซ",
+ "arrow_down_small": "๐Ÿ”ฝ",
+ "arrow_double_down": "โฌ",
+ "double_vertical_bar": "โธ๏ธ",
+ "black_square_for_stop": "โน๏ธ",
+ "black_circle_for_record": "โบ๏ธ",
+ "eject": "โ๏ธ",
+ "cinema": "๐ŸŽฆ",
+ "low_brightness": "๐Ÿ”…",
+ "high_brightness": "๐Ÿ”†",
+ "signal_strength": "๐Ÿ“ถ",
+ "vibration_mode": "๐Ÿ“ณ",
+ "mobile_phone_off": "๐Ÿ“ด",
+ "female_sign": "โ™€๏ธ",
+ "male_sign": "โ™‚๏ธ",
+ "transgender_symbol": "โšง๏ธ",
+ "heavy_multiplication_x": "โœ–๏ธ",
+ "heavy_plus_sign": "โž•",
+ "heavy_minus_sign": "โž–",
+ "heavy_division_sign": "โž—",
+ "heavy_equals_sign": "๐ŸŸฐ",
+ "infinity": "โ™พ๏ธ",
+ "bangbang": "โ€ผ๏ธ",
+ "interrobang": "โ‰๏ธ",
+ "question": "โ“",
+ "grey_question": "โ”",
+ "grey_exclamation": "โ•",
+ "exclamation": "โ—",
+ "heavy_exclamation_mark": "โ—",
+ "wavy_dash": "ใ€ฐ๏ธ",
+ "currency_exchange": "๐Ÿ’ฑ",
+ "heavy_dollar_sign": "๐Ÿ’ฒ",
+ "medical_symbol": "โš•๏ธ",
+ "staff_of_aesculapius": "โš•๏ธ",
+ "recycle": "โ™ป๏ธ",
+ "fleur_de_lis": "โšœ๏ธ",
+ "trident": "๐Ÿ”ฑ",
+ "name_badge": "๐Ÿ“›",
+ "beginner": "๐Ÿ”ฐ",
+ "o": "โญ•",
+ "white_check_mark": "โœ…",
+ "ballot_box_with_check": "โ˜‘๏ธ",
+ "heavy_check_mark": "โœ”๏ธ",
+ "x": "โŒ",
+ "negative_squared_cross_mark": "โŽ",
+ "curly_loop": "โžฐ",
+ "loop": "โžฟ",
+ "part_alternation_mark": "ใ€ฝ๏ธ",
+ "eight_spoked_asterisk": "โœณ๏ธ",
+ "eight_pointed_black_star": "โœด๏ธ",
+ "sparkle": "โ‡๏ธ",
+ "copyright": "ยฉ๏ธ",
+ "registered": "ยฎ๏ธ",
+ "tm": "โ„ข๏ธ",
+ "hash": "#๏ธโƒฃ",
+ "keycap_star": "*๏ธโƒฃ",
+ "zero": "0๏ธโƒฃ",
+ "one": "1๏ธโƒฃ",
+ "two": "2๏ธโƒฃ",
+ "three": "3๏ธโƒฃ",
+ "four": "4๏ธโƒฃ",
+ "five": "5๏ธโƒฃ",
+ "six": "6๏ธโƒฃ",
+ "seven": "7๏ธโƒฃ",
+ "eight": "8๏ธโƒฃ",
+ "nine": "9๏ธโƒฃ",
+ "keycap_ten": "๐Ÿ”Ÿ",
+ "capital_abcd": "๐Ÿ” ",
+ "fivetran": "5๏ธโƒฃ",
+ "abcd": "๐Ÿ”ก",
+ "symbols": "๐Ÿ”ฃ",
+ "abc": "๐Ÿ”ค",
+ "a": "๐Ÿ…ฐ๏ธ",
+ "ab": "๐Ÿ†Ž",
+ "b": "๐Ÿ…ฑ๏ธ",
+ "cl": "๐Ÿ†‘",
+ "cool": "๐Ÿ†’",
+ "free": "๐Ÿ†“",
+ "information_source": "โ„น๏ธ",
+ "id": "๐Ÿ†”",
+ "m": "โ“‚๏ธ",
+ "new": "๐Ÿ†•",
+ "ng": "๐Ÿ†–",
+ "o2": "๐Ÿ…พ๏ธ",
+ "ok": "๐Ÿ†—",
+ "parking": "๐Ÿ…ฟ๏ธ",
+ "sos": "๐Ÿ†˜",
+ "up": "๐Ÿ†™",
+ "vs": "๐Ÿ†š",
+ "koko": "๐Ÿˆ",
+ "sa": "๐Ÿˆ‚๏ธ",
+ "u6708": "๐Ÿˆท๏ธ",
+ "u6709": "๐Ÿˆถ",
+ "u6307": "๐Ÿˆฏ",
+ "ideograph_advantage": "๐Ÿ‰",
+ "u5272": "๐Ÿˆน",
+ "u7121": "๐Ÿˆš",
+ "u7981": "๐Ÿˆฒ",
+ "accept": "๐Ÿ‰‘",
+ "u7533": "๐Ÿˆธ",
+ "u5408": "๐Ÿˆด",
+ "u7a7a": "๐Ÿˆณ",
+ "congratulations": "ใŠ—๏ธ",
+ "secret": "ใŠ™๏ธ",
+ "u55b6": "๐Ÿˆบ",
+ "u6e80": "๐Ÿˆต",
+ "red_circle": "๐Ÿ”ด",
+ "large_orange_circle": "๐ŸŸ ",
+ "large_yellow_circle": "๐ŸŸก",
+ "large_green_circle": "๐ŸŸข",
+ "large_blue_circle": "๐Ÿ”ต",
+ "large_purple_circle": "๐ŸŸฃ",
+ "large_brown_circle": "๐ŸŸค",
+ "black_circle": "โšซ",
+ "white_circle": "โšช",
+ "large_red_square": "๐ŸŸฅ",
+ "large_orange_square": "๐ŸŸง",
+ "large_yellow_square": "๐ŸŸจ",
+ "large_green_square": "๐ŸŸฉ",
+ "large_blue_square": "๐ŸŸฆ",
+ "large_purple_square": "๐ŸŸช",
+ "large_brown_square": "๐ŸŸซ",
+ "black_large_square": "โฌ›",
+ "white_large_square": "โฌœ",
+ "black_medium_square": "โ—ผ๏ธ",
+ "white_medium_square": "โ—ป๏ธ",
+ "black_medium_small_square": "โ—พ",
+ "white_medium_small_square": "โ—ฝ",
+ "black_small_square": "โ–ช๏ธ",
+ "white_small_square": "โ–ซ๏ธ",
+ "large_orange_diamond": "๐Ÿ”ถ",
+ "large_blue_diamond": "๐Ÿ”ท",
+ "small_orange_diamond": "๐Ÿ”ธ",
+ "small_blue_diamond": "๐Ÿ”น",
+ "small_red_triangle": "๐Ÿ”บ",
+ "small_red_triangle_down": "๐Ÿ”ป",
+ "diamond_shape_with_a_dot_inside": "๐Ÿ’ ",
+ "radio_button": "๐Ÿ”˜",
+ "white_square_button": "๐Ÿ”ณ",
+ "black_square_button": "๐Ÿ”ฒ",
+ "checkered_flag": "๐Ÿ",
+ "triangular_flag_on_post": "๐Ÿšฉ",
+ "crossed_flags": "๐ŸŽŒ",
+ "waving_black_flag": "๐Ÿด",
+ "waving_white_flag": "๐Ÿณ๏ธ",
+ "rainbow-flag": "๐Ÿณ๏ธโ€๐ŸŒˆ",
+ "transgender_flag": "๐Ÿณ๏ธโ€โšง๏ธ",
+ "pirate_flag": "๐Ÿดโ€โ˜ ๏ธ",
+ "flag-ac": "๐Ÿ‡ฆ๐Ÿ‡จ",
+ "flag-ad": "๐Ÿ‡ฆ๐Ÿ‡ฉ",
+ "flag-ae": "๐Ÿ‡ฆ๐Ÿ‡ช",
+ "flag-af": "๐Ÿ‡ฆ๐Ÿ‡ซ",
+ "flag-ag": "๐Ÿ‡ฆ๐Ÿ‡ฌ",
+ "flag-ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ",
+ "flag-al": "๐Ÿ‡ฆ๐Ÿ‡ฑ",
+ "flag-am": "๐Ÿ‡ฆ๐Ÿ‡ฒ",
+ "flag-ao": "๐Ÿ‡ฆ๐Ÿ‡ด",
+ "flag-aq": "๐Ÿ‡ฆ๐Ÿ‡ถ",
+ "flag-ar": "๐Ÿ‡ฆ๐Ÿ‡ท",
+ "flag-as": "๐Ÿ‡ฆ๐Ÿ‡ธ",
+ "flag-at": "๐Ÿ‡ฆ๐Ÿ‡น",
+ "flag-au": "๐Ÿ‡ฆ๐Ÿ‡บ",
+ "flag-aw": "๐Ÿ‡ฆ๐Ÿ‡ผ",
+ "flag-ax": "๐Ÿ‡ฆ๐Ÿ‡ฝ",
+ "flag-az": "๐Ÿ‡ฆ๐Ÿ‡ฟ",
+ "flag-ba": "๐Ÿ‡ง๐Ÿ‡ฆ",
+ "flag-bb": "๐Ÿ‡ง๐Ÿ‡ง",
+ "flag-bd": "๐Ÿ‡ง๐Ÿ‡ฉ",
+ "flag-be": "๐Ÿ‡ง๐Ÿ‡ช",
+ "flag-bf": "๐Ÿ‡ง๐Ÿ‡ซ",
+ "flag-bg": "๐Ÿ‡ง๐Ÿ‡ฌ",
+ "flag-bh": "๐Ÿ‡ง๐Ÿ‡ญ",
+ "flag-bi": "๐Ÿ‡ง๐Ÿ‡ฎ",
+ "flag-bj": "๐Ÿ‡ง๐Ÿ‡ฏ",
+ "flag-bl": "๐Ÿ‡ง๐Ÿ‡ฑ",
+ "flag-bm": "๐Ÿ‡ง๐Ÿ‡ฒ",
+ "flag-bn": "๐Ÿ‡ง๐Ÿ‡ณ",
+ "flag-bo": "๐Ÿ‡ง๐Ÿ‡ด",
+ "flag-bq": "๐Ÿ‡ง๐Ÿ‡ถ",
+ "flag-br": "๐Ÿ‡ง๐Ÿ‡ท",
+ "flag-bs": "๐Ÿ‡ง๐Ÿ‡ธ",
+ "flag-bt": "๐Ÿ‡ง๐Ÿ‡น",
+ "flag-bv": "๐Ÿ‡ง๐Ÿ‡ป",
+ "flag-bw": "๐Ÿ‡ง๐Ÿ‡ผ",
+ "flag-by": "๐Ÿ‡ง๐Ÿ‡พ",
+ "flag-bz": "๐Ÿ‡ง๐Ÿ‡ฟ",
+ "flag-ca": "๐Ÿ‡จ๐Ÿ‡ฆ",
+ "flag-cc": "๐Ÿ‡จ๐Ÿ‡จ",
+ "flag-cd": "๐Ÿ‡จ๐Ÿ‡ฉ",
+ "flag-cf": "๐Ÿ‡จ๐Ÿ‡ซ",
+ "flag-cg": "๐Ÿ‡จ๐Ÿ‡ฌ",
+ "flag-ch": "๐Ÿ‡จ๐Ÿ‡ญ",
+ "flag-ci": "๐Ÿ‡จ๐Ÿ‡ฎ",
+ "flag-ck": "๐Ÿ‡จ๐Ÿ‡ฐ",
+ "flag-cl": "๐Ÿ‡จ๐Ÿ‡ฑ",
+ "flag-cm": "๐Ÿ‡จ๐Ÿ‡ฒ",
+ "cn": "๐Ÿ‡จ๐Ÿ‡ณ",
+ "flag-cn": "๐Ÿ‡จ๐Ÿ‡ณ",
+ "flag-co": "๐Ÿ‡จ๐Ÿ‡ด",
+ "flag-cp": "๐Ÿ‡จ๐Ÿ‡ต",
+ "flag-cr": "๐Ÿ‡จ๐Ÿ‡ท",
+ "flag-cu": "๐Ÿ‡จ๐Ÿ‡บ",
+ "flag-cv": "๐Ÿ‡จ๐Ÿ‡ป",
+ "flag-cw": "๐Ÿ‡จ๐Ÿ‡ผ",
+ "flag-cx": "๐Ÿ‡จ๐Ÿ‡ฝ",
+ "flag-cy": "๐Ÿ‡จ๐Ÿ‡พ",
+ "flag-cz": "๐Ÿ‡จ๐Ÿ‡ฟ",
+ "de": "๐Ÿ‡ฉ๐Ÿ‡ช",
+ "flag-de": "๐Ÿ‡ฉ๐Ÿ‡ช",
+ "flag-dg": "๐Ÿ‡ฉ๐Ÿ‡ฌ",
+ "flag-dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ",
+ "flag-dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ",
+ "flag-dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ",
+ "flag-do": "๐Ÿ‡ฉ๐Ÿ‡ด",
+ "flag-dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ",
+ "flag-ea": "๐Ÿ‡ช๐Ÿ‡ฆ",
+ "flag-ec": "๐Ÿ‡ช๐Ÿ‡จ",
+ "flag-ee": "๐Ÿ‡ช๐Ÿ‡ช",
+ "flag-eg": "๐Ÿ‡ช๐Ÿ‡ฌ",
+ "flag-eh": "๐Ÿ‡ช๐Ÿ‡ญ",
+ "flag-er": "๐Ÿ‡ช๐Ÿ‡ท",
+ "es": "๐Ÿ‡ช๐Ÿ‡ธ",
+ "flag-es": "๐Ÿ‡ช๐Ÿ‡ธ",
+ "flag-et": "๐Ÿ‡ช๐Ÿ‡น",
+ "flag-eu": "๐Ÿ‡ช๐Ÿ‡บ",
+ "flag-fi": "๐Ÿ‡ซ๐Ÿ‡ฎ",
+ "flag-fj": "๐Ÿ‡ซ๐Ÿ‡ฏ",
+ "flag-fk": "๐Ÿ‡ซ๐Ÿ‡ฐ",
+ "flag-fm": "๐Ÿ‡ซ๐Ÿ‡ฒ",
+ "flag-fo": "๐Ÿ‡ซ๐Ÿ‡ด",
+ "fr": "๐Ÿ‡ซ๐Ÿ‡ท",
+ "flag-fr": "๐Ÿ‡ซ๐Ÿ‡ท",
+ "flag-ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ",
+ "gb": "๐Ÿ‡ฌ๐Ÿ‡ง",
+ "flag-gb": "๐Ÿ‡ฌ๐Ÿ‡ง",
+ "flag-gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ",
+ "flag-ge": "๐Ÿ‡ฌ๐Ÿ‡ช",
+ "flag-gf": "๐Ÿ‡ฌ๐Ÿ‡ซ",
+ "flag-gg": "๐Ÿ‡ฌ๐Ÿ‡ฌ",
+ "flag-gh": "๐Ÿ‡ฌ๐Ÿ‡ญ",
+ "flag-gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ",
+ "flag-gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ",
+ "flag-gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ",
+ "flag-gn": "๐Ÿ‡ฌ๐Ÿ‡ณ",
+ "flag-gp": "๐Ÿ‡ฌ๐Ÿ‡ต",
+ "flag-gq": "๐Ÿ‡ฌ๐Ÿ‡ถ",
+ "flag-gr": "๐Ÿ‡ฌ๐Ÿ‡ท",
+ "flag-gs": "๐Ÿ‡ฌ๐Ÿ‡ธ",
+ "flag-gt": "๐Ÿ‡ฌ๐Ÿ‡น",
+ "flag-gu": "๐Ÿ‡ฌ๐Ÿ‡บ",
+ "flag-gw": "๐Ÿ‡ฌ๐Ÿ‡ผ",
+ "flag-gy": "๐Ÿ‡ฌ๐Ÿ‡พ",
+ "flag-hk": "๐Ÿ‡ญ๐Ÿ‡ฐ",
+ "flag-hm": "๐Ÿ‡ญ๐Ÿ‡ฒ",
+ "flag-hn": "๐Ÿ‡ญ๐Ÿ‡ณ",
+ "flag-hr": "๐Ÿ‡ญ๐Ÿ‡ท",
+ "flag-ht": "๐Ÿ‡ญ๐Ÿ‡น",
+ "flag-hu": "๐Ÿ‡ญ๐Ÿ‡บ",
+ "flag-ic": "๐Ÿ‡ฎ๐Ÿ‡จ",
+ "flag-id": "๐Ÿ‡ฎ๐Ÿ‡ฉ",
+ "flag-ie": "๐Ÿ‡ฎ๐Ÿ‡ช",
+ "flag-il": "๐Ÿ‡ฎ๐Ÿ‡ฑ",
+ "flag-im": "๐Ÿ‡ฎ๐Ÿ‡ฒ",
+ "flag-in": "๐Ÿ‡ฎ๐Ÿ‡ณ",
+ "flag-io": "๐Ÿ‡ฎ๐Ÿ‡ด",
+ "flag-iq": "๐Ÿ‡ฎ๐Ÿ‡ถ",
+ "flag-ir": "๐Ÿ‡ฎ๐Ÿ‡ท",
+ "flag-is": "๐Ÿ‡ฎ๐Ÿ‡ธ",
+ "it": "๐Ÿ‡ฎ๐Ÿ‡น",
+ "flag-it": "๐Ÿ‡ฎ๐Ÿ‡น",
+ "flag-je": "๐Ÿ‡ฏ๐Ÿ‡ช",
+ "flag-jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ",
+ "flag-jo": "๐Ÿ‡ฏ๐Ÿ‡ด",
+ "jp": "๐Ÿ‡ฏ๐Ÿ‡ต",
+ "flag-jp": "๐Ÿ‡ฏ๐Ÿ‡ต",
+ "flag-ke": "๐Ÿ‡ฐ๐Ÿ‡ช",
+ "flag-kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ",
+ "flag-kh": "๐Ÿ‡ฐ๐Ÿ‡ญ",
+ "flag-ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ",
+ "flag-km": "๐Ÿ‡ฐ๐Ÿ‡ฒ",
+ "flag-kn": "๐Ÿ‡ฐ๐Ÿ‡ณ",
+ "flag-kp": "๐Ÿ‡ฐ๐Ÿ‡ต",
+ "kr": "๐Ÿ‡ฐ๐Ÿ‡ท",
+ "flag-kr": "๐Ÿ‡ฐ๐Ÿ‡ท",
+ "flag-kw": "๐Ÿ‡ฐ๐Ÿ‡ผ",
+ "flag-ky": "๐Ÿ‡ฐ๐Ÿ‡พ",
+ "flag-kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ",
+ "flag-la": "๐Ÿ‡ฑ๐Ÿ‡ฆ",
+ "flag-lb": "๐Ÿ‡ฑ๐Ÿ‡ง",
+ "flag-lc": "๐Ÿ‡ฑ๐Ÿ‡จ",
+ "flag-li": "๐Ÿ‡ฑ๐Ÿ‡ฎ",
+ "flag-lk": "๐Ÿ‡ฑ๐Ÿ‡ฐ",
+ "flag-lr": "๐Ÿ‡ฑ๐Ÿ‡ท",
+ "flag-ls": "๐Ÿ‡ฑ๐Ÿ‡ธ",
+ "flag-lt": "๐Ÿ‡ฑ๐Ÿ‡น",
+ "flag-lu": "๐Ÿ‡ฑ๐Ÿ‡บ",
+ "flag-lv": "๐Ÿ‡ฑ๐Ÿ‡ป",
+ "flag-ly": "๐Ÿ‡ฑ๐Ÿ‡พ",
+ "flag-ma": "๐Ÿ‡ฒ๐Ÿ‡ฆ",
+ "flag-mc": "๐Ÿ‡ฒ๐Ÿ‡จ",
+ "flag-md": "๐Ÿ‡ฒ๐Ÿ‡ฉ",
+ "flag-me": "๐Ÿ‡ฒ๐Ÿ‡ช",
+ "flag-mf": "๐Ÿ‡ฒ๐Ÿ‡ซ",
+ "flag-mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ",
+ "flag-mh": "๐Ÿ‡ฒ๐Ÿ‡ญ",
+ "flag-mk": "๐Ÿ‡ฒ๐Ÿ‡ฐ",
+ "flag-ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ",
+ "flag-mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ",
+ "flag-mn": "๐Ÿ‡ฒ๐Ÿ‡ณ",
+ "flag-mo": "๐Ÿ‡ฒ๐Ÿ‡ด",
+ "flag-mp": "๐Ÿ‡ฒ๐Ÿ‡ต",
+ "flag-mq": "๐Ÿ‡ฒ๐Ÿ‡ถ",
+ "flag-mr": "๐Ÿ‡ฒ๐Ÿ‡ท",
+ "flag-ms": "๐Ÿ‡ฒ๐Ÿ‡ธ",
+ "flag-mt": "๐Ÿ‡ฒ๐Ÿ‡น",
+ "flag-mu": "๐Ÿ‡ฒ๐Ÿ‡บ",
+ "flag-mv": "๐Ÿ‡ฒ๐Ÿ‡ป",
+ "flag-mw": "๐Ÿ‡ฒ๐Ÿ‡ผ",
+ "flag-mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ",
+ "flag-my": "๐Ÿ‡ฒ๐Ÿ‡พ",
+ "flag-mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ",
+ "flag-na": "๐Ÿ‡ณ๐Ÿ‡ฆ",
+ "flag-nc": "๐Ÿ‡ณ๐Ÿ‡จ",
+ "flag-ne": "๐Ÿ‡ณ๐Ÿ‡ช",
+ "flag-nf": "๐Ÿ‡ณ๐Ÿ‡ซ",
+ "flag-ng": "๐Ÿ‡ณ๐Ÿ‡ฌ",
+ "flag-ni": "๐Ÿ‡ณ๐Ÿ‡ฎ",
+ "flag-nl": "๐Ÿ‡ณ๐Ÿ‡ฑ",
+ "flag-no": "๐Ÿ‡ณ๐Ÿ‡ด",
+ "flag-np": "๐Ÿ‡ณ๐Ÿ‡ต",
+ "flag-nr": "๐Ÿ‡ณ๐Ÿ‡ท",
+ "flag-nu": "๐Ÿ‡ณ๐Ÿ‡บ",
+ "flag-nz": "๐Ÿ‡ณ๐Ÿ‡ฟ",
+ "flag-om": "๐Ÿ‡ด๐Ÿ‡ฒ",
+ "flag-pa": "๐Ÿ‡ต๐Ÿ‡ฆ",
+ "flag-pe": "๐Ÿ‡ต๐Ÿ‡ช",
+ "flag-pf": "๐Ÿ‡ต๐Ÿ‡ซ",
+ "flag-pg": "๐Ÿ‡ต๐Ÿ‡ฌ",
+ "flag-ph": "๐Ÿ‡ต๐Ÿ‡ญ",
+ "flag-pk": "๐Ÿ‡ต๐Ÿ‡ฐ",
+ "flag-pl": "๐Ÿ‡ต๐Ÿ‡ฑ",
+ "flag-pm": "๐Ÿ‡ต๐Ÿ‡ฒ",
+ "flag-pn": "๐Ÿ‡ต๐Ÿ‡ณ",
+ "flag-pr": "๐Ÿ‡ต๐Ÿ‡ท",
+ "flag-ps": "๐Ÿ‡ต๐Ÿ‡ธ",
+ "flag-pt": "๐Ÿ‡ต๐Ÿ‡น",
+ "flag-pw": "๐Ÿ‡ต๐Ÿ‡ผ",
+ "flag-py": "๐Ÿ‡ต๐Ÿ‡พ",
+ "flag-qa": "๐Ÿ‡ถ๐Ÿ‡ฆ",
+ "flag-re": "๐Ÿ‡ท๐Ÿ‡ช",
+ "flag-ro": "๐Ÿ‡ท๐Ÿ‡ด",
+ "flag-rs": "๐Ÿ‡ท๐Ÿ‡ธ",
+ "ru": "๐Ÿ‡ท๐Ÿ‡บ",
+ "flag-ru": "๐Ÿ‡ท๐Ÿ‡บ",
+ "flag-rw": "๐Ÿ‡ท๐Ÿ‡ผ",
+ "flag-sa": "๐Ÿ‡ธ๐Ÿ‡ฆ",
+ "flag-sb": "๐Ÿ‡ธ๐Ÿ‡ง",
+ "flag-sc": "๐Ÿ‡ธ๐Ÿ‡จ",
+ "flag-sd": "๐Ÿ‡ธ๐Ÿ‡ฉ",
+ "flag-se": "๐Ÿ‡ธ๐Ÿ‡ช",
+ "flag-sg": "๐Ÿ‡ธ๐Ÿ‡ฌ",
+ "flag-sh": "๐Ÿ‡ธ๐Ÿ‡ญ",
+ "flag-si": "๐Ÿ‡ธ๐Ÿ‡ฎ",
+ "flag-sj": "๐Ÿ‡ธ๐Ÿ‡ฏ",
+ "flag-sk": "๐Ÿ‡ธ๐Ÿ‡ฐ",
+ "flag-sl": "๐Ÿ‡ธ๐Ÿ‡ฑ",
+ "flag-sm": "๐Ÿ‡ธ๐Ÿ‡ฒ",
+ "flag-sn": "๐Ÿ‡ธ๐Ÿ‡ณ",
+ "flag-so": "๐Ÿ‡ธ๐Ÿ‡ด",
+ "flag-sr": "๐Ÿ‡ธ๐Ÿ‡ท",
+ "flag-ss": "๐Ÿ‡ธ๐Ÿ‡ธ",
+ "flag-st": "๐Ÿ‡ธ๐Ÿ‡น",
+ "flag-sv": "๐Ÿ‡ธ๐Ÿ‡ป",
+ "flag-sx": "๐Ÿ‡ธ๐Ÿ‡ฝ",
+ "flag-sy": "๐Ÿ‡ธ๐Ÿ‡พ",
+ "flag-sz": "๐Ÿ‡ธ๐Ÿ‡ฟ",
+ "flag-ta": "๐Ÿ‡น๐Ÿ‡ฆ",
+ "flag-tc": "๐Ÿ‡น๐Ÿ‡จ",
+ "flag-td": "๐Ÿ‡น๐Ÿ‡ฉ",
+ "flag-tf": "๐Ÿ‡น๐Ÿ‡ซ",
+ "flag-tg": "๐Ÿ‡น๐Ÿ‡ฌ",
+ "flag-th": "๐Ÿ‡น๐Ÿ‡ญ",
+ "flag-tj": "๐Ÿ‡น๐Ÿ‡ฏ",
+ "flag-tk": "๐Ÿ‡น๐Ÿ‡ฐ",
+ "flag-tl": "๐Ÿ‡น๐Ÿ‡ฑ",
+ "flag-tm": "๐Ÿ‡น๐Ÿ‡ฒ",
+ "flag-tn": "๐Ÿ‡น๐Ÿ‡ณ",
+ "flag-to": "๐Ÿ‡น๐Ÿ‡ด",
+ "flag-tr": "๐Ÿ‡น๐Ÿ‡ท",
+ "flag-tt": "๐Ÿ‡น๐Ÿ‡น",
+ "flag-tv": "๐Ÿ‡น๐Ÿ‡ป",
+ "flag-tw": "๐Ÿ‡น๐Ÿ‡ผ",
+ "flag-tz": "๐Ÿ‡น๐Ÿ‡ฟ",
+ "flag-ua": "๐Ÿ‡บ๐Ÿ‡ฆ",
+ "flag-ug": "๐Ÿ‡บ๐Ÿ‡ฌ",
+ "flag-um": "๐Ÿ‡บ๐Ÿ‡ฒ",
+ "flag-un": "๐Ÿ‡บ๐Ÿ‡ณ",
+ "us": "๐Ÿ‡บ๐Ÿ‡ธ",
+ "flag-us": "๐Ÿ‡บ๐Ÿ‡ธ",
+ "flag-uy": "๐Ÿ‡บ๐Ÿ‡พ",
+ "flag-uz": "๐Ÿ‡บ๐Ÿ‡ฟ",
+ "flag-va": "๐Ÿ‡ป๐Ÿ‡ฆ",
+ "flag-vc": "๐Ÿ‡ป๐Ÿ‡จ",
+ "flag-ve": "๐Ÿ‡ป๐Ÿ‡ช",
+ "flag-vg": "๐Ÿ‡ป๐Ÿ‡ฌ",
+ "flag-vi": "๐Ÿ‡ป๐Ÿ‡ฎ",
+ "flag-vn": "๐Ÿ‡ป๐Ÿ‡ณ",
+ "flag-vu": "๐Ÿ‡ป๐Ÿ‡บ",
+ "flag-wf": "๐Ÿ‡ผ๐Ÿ‡ซ",
+ "flag-ws": "๐Ÿ‡ผ๐Ÿ‡ธ",
+ "flag-xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ",
+ "flag-ye": "๐Ÿ‡พ๐Ÿ‡ช",
+ "flag-yt": "๐Ÿ‡พ๐Ÿ‡น",
+ "flag-za": "๐Ÿ‡ฟ๐Ÿ‡ฆ",
+ "flag-zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ",
+ "flag-zw": "๐Ÿ‡ฟ๐Ÿ‡ผ",
+ "flag-england": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ",
+ "flag-scotland": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ",
+ "flag-wales": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ",
+ "kotlinconf23": "K",
+ "kotlinconf-2023": "K",
+ "kotlin-intensifies-purple": "K",
+ "kotlin-intensifies": "K",
+ "compose-multiplatform": "K",
+ "kotlinnew": "K",
+ "kotlin": "K",
+ "kotlin_emoji": "K",
+ "kotlin-emoji": "K",
+ "kotlin-gradient": "K",
+ "kotlin_gradient": "K",
+ "kotlin-golf": "๐ŸŒ๏ธ",
+ "mascot": "๐Ÿงธ",
+ "mascot-wink": "๐Ÿงธ",
+ "compose": "โœ๏ธ",
+ "yes": "๐Ÿ‘Œ",
+ "ohyes": "๐Ÿ‘Œ",
+ "thank-you": "๐Ÿ™",
+ "tnx": "๐Ÿ™",
+ "cool-doge": "๐Ÿ•",
+ "blob-hype": "๐Ÿฆ ",
+ "suspend": "โธ๏ธ",
+ "parrot-upside-down": "๐Ÿฆœ",
+ "twitter": "T",
+ "javascript": "JS",
+ "this-is-fine": "๐Ÿ™‚",
+ "marrrcin": "๐Ÿ™‚",
+ "partydagster": "๐ŸŽ‰",
+ "kedroid-party": "๐ŸŽ‰",
+ "planet-daggy": "๐Ÿช",
+ "flames-daggy": "๐Ÿ”ฅ",
+ "next-level-daggy": "๐Ÿ‘Œ",
+ "awesome": "๐Ÿ‘Œ",
+ "dagster": "D",
+ "super": "๐Ÿ‘Œ",
+ "blob_ok_hand": "๐Ÿ‘Œ",
+ "blob-okay-hand": "๐Ÿ‘Œ",
+ "gradle": "G",
+ "maskot-wink": "๐Ÿงธ",
+ "maskot": "๐Ÿงธ",
+ "kotlin-flag": "K",
+ "oh-yeah": "๐ŸŽ‰",
+ "thumbsup_all": "๐Ÿ‘",
+ "not-kotlin": "๐Ÿ˜ถ",
+ "trollface": "๐ŸงŒ",
+ "no": "๐Ÿšซ",
+ "ohno": "๐Ÿšซ",
+ "nospam": "๐Ÿšซ",
+ "blob_shrug": "๐Ÿคท",
+ "thread-please": "๐Ÿงต",
+ "dagster-bot-resolve": "๐Ÿค–",
+ "bananadance": "๐ŸŒ",
+ "bananas": "๐ŸŒ",
+ "laptop_parrot": "๐Ÿฆœ",
+ "laptop-parrot": "๐Ÿฆœ",
+ "dancing_parrot": "๐Ÿฆœ",
+ "dancing-parrot": "๐Ÿฆœ",
+ "bongo_blob": "๐Ÿฆ ",
+ "blob": "๐Ÿฆ ",
+ "blob_wave": "๐Ÿ‘‹",
+ "pikachu_wave": "๐Ÿ‘‹",
+ "android_wave": "๐Ÿ‘‹",
+ "android-wave": "๐Ÿ‘‹",
+ "dagster-bot-surfaced-to-issue": "๐Ÿค–",
+ "tsow-slack-icon": "S",
+ "kedro": "K",
+ "pipe": "|",
+ "prefect": "P",
+ "snowflake-inc": "โ„๏ธ",
+ "kestra": "K"
+} \ No newline at end of file
diff --git a/front/src/logic/nostril.ts b/front/src/logic/nostril.ts
new file mode 100644
index 0000000..4e5549d
--- /dev/null
+++ b/front/src/logic/nostril.ts
@@ -0,0 +1,36 @@
+import type { Event } from "@/types/nostr";
+import type { FC, FlatFeed, Poast } from "@/types/trill";
+import { engagementBunt, openLock } from "./bunts";
+export function eventsToFc(relayData: Record<string, Event[]>): FC {
+ const start = null;
+ const end = null;
+ const feed = Object.values(relayData).reduce((acc: FlatFeed, events) => {
+ const poasts = events.map(eventToPoast);
+ for (const p of poasts) {
+ if (p) acc[p.id] = p;
+ }
+ return acc;
+ }, {});
+ return { feed, start, end };
+}
+export function eventToPoast(event: Event): Poast | null {
+ if (event.kind !== 1) return null;
+ const contents = [{ paragraph: [{ text: event.content }] }];
+ const ts = event.created_at * 1000;
+ const id = `${ts}`;
+ const poast: Poast = {
+ id,
+ host: event.pubkey,
+ author: event.pubkey,
+ contents,
+ thread: id,
+ parent: null,
+ read: openLock,
+ write: openLock,
+ tags: [],
+ time: ts,
+ engagement: engagementBunt,
+ children: [],
+ };
+ return poast;
+}
diff --git a/front/src/logic/requests/nostril.ts b/front/src/logic/requests/nostril.ts
new file mode 100644
index 0000000..6f0edcf
--- /dev/null
+++ b/front/src/logic/requests/nostril.ts
@@ -0,0 +1,139 @@
+import type Urbit from "urbit-api";
+import type { Cursor, PostID, SentPoast } from "@/types/trill";
+import type { Ship } from "@/types/urbit";
+import { FeedPostCount } from "../constants";
+import type { UserProfile } from "@/types/nostril";
+
+// Subscribe
+type Handler = (date: any) => void;
+export default class IO {
+ airlock;
+ constructor(airlock: Urbit) {
+ this.airlock = airlock;
+ }
+ private async poke(json: any) {
+ return this.airlock.poke({ app: "nostril", mark: "json", json });
+ }
+ private async scry(path: string) {
+ return this.airlock.scry({ app: "nostril", path });
+ }
+ private async sub(path: string, handler: Handler) {
+ const err = (err: any, _id: string) =>
+ console.log(err, "error on nostril subscription");
+ const quit = (data: any) =>
+ console.log(data, "nostril subscription kicked");
+ const res = await this.airlock.subscribe({
+ app: "nostril",
+ path,
+ event: handler,
+ err,
+ quit,
+ });
+ console.log(res, "subscribed to nostril agent");
+ }
+ async unsub(sub: number) {
+ return await this.airlock.unsubscribe(sub);
+ }
+ // subs
+ async subscribeStore(handler: Handler) {
+ const res = await this.sub("/ui", handler);
+ return res;
+ }
+ // scries
+
+ async scryFeed(start: Cursor, end: Cursor, desc = true) {
+ const order = desc ? 1 : 0;
+ const term = "feed";
+
+ const path = `/j/feed/${term}/${start}/${end}/${FeedPostCount}/${order}`;
+ return await this.scry(path);
+ }
+ async scryPost(
+ host: Ship,
+ id: PostID,
+ start: Cursor,
+ end: Cursor,
+ desc = true,
+ ) {
+ const order = desc ? 1 : 0;
+
+ const path = `/j/post/${host}/${id}/${start}/${end}/${FeedPostCount}/${order}`;
+ return await this.scry(path);
+ }
+ // pokes
+
+ async pokeAlive() {
+ return await this.poke({ alive: true });
+ }
+ async addPost(pubkey: string, content: string) {
+ const json = { add: { pubkey, content } };
+ return this.poke({ post: json });
+ }
+ // async addPost(post: SentPoast, gossip: boolean) {
+ // const json = {
+ // "new-post": {
+ // "sent-post": post,
+ // gossip,
+ // },
+ // };
+ // return this.poke(json);
+ // }
+
+ async deletePost(id: string) {
+ const host = `~${this.airlock.ship}`;
+ const json = {
+ "del-post": {
+ ship: host,
+ id: id,
+ },
+ };
+ return this.poke(json);
+ }
+
+ async addReact(ship: Ship, id: PostID, reaction: string) {
+ const json = {
+ "new-react": {
+ react: reaction,
+ pid: {
+ id: id,
+ ship: ship,
+ },
+ },
+ };
+
+ return this.poke(json);
+ }
+
+ // follows
+ async follow(ship: Ship) {
+ const json = { add: ship };
+ return this.poke({ fols: json });
+ }
+
+ async unfollow(ship: Ship) {
+ const json = { del: ship };
+ return await this.poke({ fols: json });
+ }
+ // profiles
+ async createProfile(pubkey: string, profile: UserProfile) {
+ const json = { add: { pubkey, profile } };
+ return await this.poke({ prof: json });
+ }
+ async createKey() {
+ const json = { add: null };
+ return await this.poke({ keys: json });
+ }
+ async removeKey(pubkey: string) {
+ const json = { del: pubkey };
+ return await this.poke({ keys: json });
+ }
+ // relaying
+ async relayPost(host: string, id: string, relays: string[]) {
+ const json = { send: { host, id, relays } };
+ return await this.poke({ rela: json });
+ }
+}
+
+// notifications
+
+// mark as read
diff --git a/front/src/logic/utils.ts b/front/src/logic/utils.ts
new file mode 100644
index 0000000..dbd246e
--- /dev/null
+++ b/front/src/logic/utils.ts
@@ -0,0 +1,459 @@
+import type {
+ Content,
+ Notification,
+ ID,
+ ExternalContent,
+ Poast,
+ Reference,
+ Inline,
+ PID,
+ SortugRef,
+} from "@/types/trill";
+import type { Ship } from "@/types/urbit";
+import anyAscii from "any-ascii";
+import type { ReactGrouping, SPID } from "@/types/ui";
+import { openLock } from "./bunts";
+import { isValidPatp, patp2dec } from "urbit-ob";
+import { REF_REGEX } from "./constants";
+
+export function parseSortugLink(link: string): SortugRef {
+ const s = link.replace("urbit://", "").split("/");
+ const [type, ship, ...pat] = s;
+ const path = `/${pat.join("/")}`;
+ return { type, ship, path };
+}
+export function sortugRefTolink(r: SortugRef): string {
+ return `urbit://${r.type}/${r.ship}${r.path}`;
+}
+// TODO
+
+export function createReference(ship: Ship, id: ID) {
+ return {
+ reference: {
+ feed: { id: id, ship: ship },
+ },
+ };
+}
+
+export function addScheme(url: string) {
+ if (url.includes("localhost")) {
+ return `http://${url.replace("http://", "")}`;
+ } else {
+ return `https://${url.replace("http://", "")}`;
+ }
+}
+
+export function easyCode(code: string) {
+ const string = code.replace(/-/g, "");
+ const matches = string.match(/.{1,6}/g);
+ if (matches) return matches.join("-");
+}
+
+export function tilde(patp: Ship) {
+ if (patp[0] == "~") {
+ return patp;
+ } else {
+ return "~" + patp;
+ }
+}
+
+export function color_to_hex(color: string) {
+ let hex = "#" + color.replace(".", "").replace("0x", "").toUpperCase();
+ if (hex == "#0") {
+ hex = "#000000";
+ }
+ return hex;
+}
+
+export function date_diff(date: number | Date, type: "short" | "long") {
+ const now = new Date().getTime();
+ const diff = now - new Date(date).getTime();
+ if (type == "short") {
+ return to_string(diff / 1000);
+ } else {
+ return to_string_long(diff / 1000);
+ }
+}
+
+function to_string(s: number) {
+ if (s < 60) {
+ return "now";
+ } else if (s < 3600) {
+ return `${Math.ceil(s / 60)}m`;
+ } else if (s < 86400) {
+ return `${Math.ceil(s / 60 / 60)}h`;
+ } else if (s < 2678400) {
+ return `${Math.ceil(s / 60 / 60 / 24)}d`;
+ } else if (s < 32140800) {
+ return `${Math.ceil(s / 60 / 60 / 24 / 30)}mo`;
+ } else {
+ return `${Math.ceil(s / 60 / 60 / 24 / 30 / 12)}y`;
+ }
+}
+
+function to_string_long(s: number) {
+ if (s < 60) {
+ return "right now";
+ } else if (s < 3600) {
+ return `${Math.ceil(s / 60)} minutes ago`;
+ } else if (s < 86400) {
+ return `${Math.ceil(s / 60 / 60)} hours ago`;
+ } else if (s < 2678400) {
+ return `${Math.ceil(s / 60 / 60 / 24)} days ago`;
+ } else if (s < 32140800) {
+ return `${Math.ceil(s / 60 / 60 / 24 / 30)} months ago`;
+ } else {
+ return `${Math.ceil(s / 60 / 60 / 24 / 30 / 12)} years ago`;
+ }
+}
+
+export function regexes() {
+ const IMAGE_REGEX = new RegExp(/(jpg|img|png|gif|tiff|jpeg|webp|webm|svg)$/i);
+ const AUDIO_REGEX = new RegExp(/(mp3|wav|ogg)$/i);
+ const VIDEO_REGEX = new RegExp(/(mov|mp4|ogv)$/i);
+ return { img: IMAGE_REGEX, aud: AUDIO_REGEX, vid: VIDEO_REGEX };
+}
+
+export function stringToSymbol(str: string) {
+ const ascii = anyAscii(str);
+ let result = "";
+ for (let i = 0; i < ascii.length; i++) {
+ const n = ascii.charCodeAt(i);
+ if ((n >= 97 && n <= 122) || (n >= 48 && n <= 57)) {
+ result += ascii[i];
+ } else if (n >= 65 && n <= 90) {
+ result += String.fromCharCode(n + 32);
+ } else {
+ result += "-";
+ }
+ }
+ result = result.replace(/^[\-\d]+|\-+/g, "-");
+ result = result.replace(/^\-+|\-+$/g, "");
+ return result;
+}
+export function buildDM(author: Ship, recipient: Ship, contents: Content[]) {
+ const node: any = {};
+ const point = patp2dec(recipient);
+ const index = `/${point}/${makeIndex()}`;
+ node[index] = {
+ children: null,
+ post: {
+ author: author,
+ contents: contents,
+ hash: null,
+ index: index,
+ signatures: [],
+ "time-sent": Date.now(),
+ },
+ };
+ return {
+ app: "dm-hook",
+ mark: "graph-update-3",
+ json: {
+ "add-nodes": {
+ resource: { name: "dm-inbox", ship: author },
+ nodes: node,
+ },
+ },
+ };
+}
+
+export function makeIndex(): string {
+ const DA_UNIX_EPOCH = BigInt("170141184475152167957503069145530368000");
+ const DA_SECOND = BigInt("18446744073709551616");
+ const timeSinceEpoch = (BigInt(Date.now()) * DA_SECOND) / BigInt(1000);
+ return (DA_UNIX_EPOCH + timeSinceEpoch).toString();
+}
+export function makeDottedIndex() {
+ const DA_UNIX_EPOCH = BigInt("170141184475152167957503069145530368000");
+ const DA_SECOND = BigInt("18446744073709551616");
+ const timeSinceEpoch = (BigInt(Date.now()) * DA_SECOND) / BigInt(1000);
+ const index = (DA_UNIX_EPOCH + timeSinceEpoch).toString();
+ return index.replace(/\B(?=(\d{3})+(?!\d))/g, ".");
+}
+
+export function repostData(p: Poast): PID | null {
+ if (
+ p.contents.length === 1 &&
+ "ref" in p.contents[0] &&
+ p.contents[0].ref.type === "trill"
+ )
+ return {
+ id: p.contents[0].ref.path.slice(1),
+ ship: p.contents[0].ref.ship,
+ };
+ else return null;
+}
+
+export function getNotificationTime(n: Notification): number {
+ if ("follow" in n) {
+ return n.follow.time;
+ } else if ("unfollow" in n) {
+ return n.unfollow.time;
+ } else if ("mention" in n) {
+ return n.mention.time;
+ } else if ("react" in n) {
+ return n.react.time;
+ } else if ("reply" in n) {
+ return n.reply.time;
+ } else if ("quote" in n) {
+ return n.quote.time;
+ } else if ("share" in n) {
+ return n.share.time;
+ } else {
+ return Date.now();
+ }
+}
+export function abbreviateChat(s: string): string {
+ const plist = s.trim().split(" ");
+ if (isValidPatp(plist[0]) && plist.length > 1) {
+ return `${plist[0]} & ${plist.length - 1}+`;
+ } else if (s.length < 25) return s;
+ else return `${s.substring(0, 25)}...`;
+}
+
+export function timestring(n: number): string {
+ const nn = new Date(n);
+ return nn.toTimeString().slice(0, 5);
+}
+export function wait(ms: number) {
+ return new Promise((resolve, _reject) => {
+ setTimeout(resolve, ms);
+ });
+}
+
+export function quoteToReference(d: SPID): Reference | ExternalContent {
+ if (d.service === "twatter")
+ return {
+ json: {
+ origin: "twatter",
+ content: JSON.stringify(d.post),
+ },
+ };
+ else
+ return {
+ ref: {
+ type: "trill",
+ ship: d.post.host,
+ path: `/${d.post.id}`,
+ },
+ };
+}
+
+export function trillPermalink(t: Poast) {
+ return `urbit://trill/${t.host}/${t.id}`;
+}
+export function isFeedRef(c: Content): boolean {
+ return "ref" in c && (c as Reference).ref.type === "trill";
+}
+
+export function checkTilde(s: string) {
+ if (s[0] === "~") return s;
+ else return "~" + s;
+}
+
+export function addDots(s: string, num: number): string {
+ const reversed = s.split("").reverse().join("");
+ const reg = new RegExp(`.{${num}}`, "g");
+ const withCommas = reversed.replace(reg, "$&.");
+ return withCommas.split("").reverse().join("").slice(1);
+}
+export function addDots5(s: string): string {
+ const reversed = s.split("").reverse().join("");
+ const withCommas = reversed.replace(/.{5}/g, "$&.");
+ return withCommas.split("").reverse().join("");
+}
+// TODO
+export function getTrillText(c: Content): string {
+ if (!c) return "";
+ const reducePara = (acc: string, item: Inline) => {
+ let t = "";
+ if ("text" in item) t = item.text + " ";
+ if ("italic" in item) t = item.italic + " ";
+ if ("bold" in item) t = item.bold + " ";
+ if ("strike" in item) t = item.strike + " ";
+ if ("ship" in item) t = item.ship + " ";
+ if ("codespan" in item) t = item.codespan + " ";
+ if ("link" in item) t = item.link.href + " ";
+ if ("break" in item) t = "\n";
+ return acc + t;
+ };
+ return c.reduce((acc, item) => {
+ if ("paragraph" in item) {
+ const text = item.paragraph.reduce(reducePara, "");
+ return acc + text + "\n";
+ } else return acc;
+ }, "");
+}
+export function isTwatterLink(s: string) {
+ const sp = s
+ .replace("https://", "")
+ .split("/")
+ .filter((s) => s);
+ return sp.length === 4 && sp[0] === "twitter.com" && sp[2] === "status";
+}
+export const isSortugLink = (s: string) => !!s.match(REF_REGEX);
+export function parseOutSortugLinks(s: string): [SortugRef[], string] {
+ const matches = s.match(REF_REGEX);
+ let refs = [];
+ let rest = s;
+ for (let m of matches || []) {
+ rest = rest.replace(m, "");
+ refs.push(parseSortugLink(m));
+ }
+ return [refs, rest];
+}
+
+export function isTrillLink(s: string): boolean {
+ if (!isSortugLink(s)) return false;
+ const r = parseSortugLink(s);
+ if (r.type !== "trill") return false;
+ return isValidPatp(r.ship) && !isNaN(Number(r.path.slice(1)));
+}
+
+export function auraToHex(s: string): string {
+ if (s.startsWith("0x")) {
+ let numbers = s.replace("0x", "").replace(".", "");
+ while (numbers.length < 6) {
+ numbers = "0" + numbers;
+ }
+ return "#" + numbers;
+ } else if (s.startsWith("#")) return s;
+ else {
+ // console.log(s, "weird hex");
+ return "black";
+ }
+}
+
+export function buildPost(
+ author: Ship,
+ id: string,
+ time: number,
+ s: string,
+ content: string,
+): Poast {
+ return {
+ host: author,
+ author: author,
+ thread: null,
+ parent: null,
+ contents: [{ paragraph: [{ text: s }] }],
+ read: openLock,
+ write: openLock,
+ tags: [],
+ id,
+ time,
+ children: [],
+ engagement: { reacts: {}, quoted: [], shared: [] },
+ json: { origin: "rumors", content },
+ };
+}
+
+// default cursors
+export function makeNewestIndex() {
+ const DA_UNIX_EPOCH = BigInt("170141184475152167957503069145530368000");
+ const DA_SECOND = BigInt("18446744073709551616");
+ const timeSinceEpoch = (BigInt(Date.now()) * DA_SECOND) / BigInt(1000);
+ return (DA_UNIX_EPOCH + timeSinceEpoch).toString();
+}
+export const startCursor = makeNewestIndex();
+export const endCursor = "0";
+
+export function displayCount(c: number): string {
+ if (c <= 0) return "";
+ if (c < 1_000) return `${c}`;
+ if (c >= 1_000 && c < 1_000_000) return `${Math.round(c / 1_00) / 10}K`;
+ if (c >= 1_000_000) return `${Math.round(c / 100_000) / 10}M`;
+ else return "";
+}
+export function isWhiteish(hex: string): boolean {
+ if (hex.indexOf("#") === 0) hex = hex.slice(1);
+ const r = parseInt(hex.slice(0, 2), 16);
+ const g = parseInt(hex.slice(2, 4), 16);
+ const b = parseInt(hex.slice(4, 6), 16);
+ return r > 200 && g > 200 && b > 200;
+}
+
+export function localISOString(date: Date) {
+ const offset = new Date().getTimezoneOffset();
+ const localts = date.getTime() - offset * 60_000;
+ return new Date(localts).toISOString().slice(0, 16);
+}
+
+export function goback() {
+ window.history.back();
+}
+
+export function groupReacts(reacts: Record<Ship, string>): ReactGrouping {
+ const byReact = Object.entries(reacts).reduce(
+ (acc: Record<string, Ship[]>, item) => {
+ const shipList = acc[item[1]];
+ if (!shipList) acc[item[1]] = [item[0]];
+ else acc[item[1]] = [...shipList, item[0]];
+ return acc;
+ },
+ {},
+ );
+ return Object.entries(byReact)
+ .reduce((acc: ReactGrouping, item) => {
+ const pair = { react: item[0], ships: item[1] };
+ return [...acc, pair];
+ }, [])
+ .sort((a, b) => b.ships.length - a.ships.length);
+}
+
+export function reverseRecord(
+ a: Record<string, string>,
+): Record<string, string> {
+ return Object.entries(a).reduce((acc: Record<string, string>, [k, v]) => {
+ acc[v] = k;
+ return acc;
+ }, {});
+}
+
+export function getColorHex(color: string): string {
+ if (color.startsWith("0x"))
+ return `#${padString(stripFuckingDots(color), 6)}`;
+ else if (color.startsWith("#") && color.length === 7) return color;
+ else if (color.length === 6) return `#${color}`;
+ else {
+ console.log(color, "something weird with this color");
+ return "#FFFFFF";
+ }
+}
+
+export function stripFuckingDots(hex: string) {
+ return hex.replace("0x", "").replaceAll(".", "");
+}
+export function padString(s: string, size: number) {
+ if (s.length >= size) return s;
+ else return padString(`0${s}`, size);
+}
+export function isDark(hexColor: string): boolean {
+ const r = parseInt(hexColor.substring(1, 2), 16);
+ const g = parseInt(hexColor.substring(3, 5), 16);
+ const b = parseInt(hexColor.substring(5, 7), 16);
+
+ const sr = r / 255;
+ const sg = g / 255;
+ const sb = b / 255;
+ const rSrgb =
+ sr <= 0.03928 ? sr / 12.92 : Math.pow((sr + 0.055) / 1.055, 2.4);
+ const gSrgb =
+ sg <= 0.03928 ? sg / 12.92 : Math.pow((sg + 0.055) / 1.055, 2.4);
+ const bSrgb =
+ sb <= 0.03928 ? sb / 12.92 : Math.pow((sb + 0.055) / 1.055, 2.4);
+
+ // Calculate luminance
+ const luminance = 0.2126 * rSrgb + 0.7152 * gSrgb + 0.0722 * bSrgb;
+ return luminance < 0.12;
+}
+
+export function checkIfClickedOutside(
+ e: React.MouseEvent,
+ el: HTMLElement,
+ close: any,
+) {
+ e.stopPropagation();
+ if (el.contains(e.currentTarget)) close();
+}