+
{{getEmoji(iconPath)}}
@@ -12,6 +13,8 @@
import BrokenImage from '@/assets/interface-icons/broken-icon.svg';
import ErrorHandler from '@/utils/ErrorHandler';
import { faviconApi as defaultFaviconApi, faviconApiEndpoints } from '@/utils/defaults';
+import EmojiUnicodeRegex from '@/utils/EmojiUnicodeRegex';
+import emojiLookup from '@/utils/emojis.json';
export default {
name: 'Icon',
@@ -52,6 +55,27 @@ export default {
if (splitPath.length >= 1) return validImgExtensions.includes(splitPath[1]);
return false;
},
+ /* Determins if a given string is an emoji, and if so what type it is */
+ isEmoji(img) {
+ if (EmojiUnicodeRegex.test(img) && img.match(/./gu).length) { // Is a unicode emoji
+ return { isEmoji: true, emojiType: 'glyph' };
+ } else if (new RegExp(/^:.*:$/).test(img)) { // Is a shortcode emoji
+ return { isEmoji: true, emojiType: 'shortcode' };
+ } else if (img.substring(0, 2) === 'U+' && img.length === 7) {
+ return { isEmoji: true, emojiType: 'unicode' };
+ }
+ return { isEmoji: false, emojiType: '' };
+ },
+ /* Formats and gets emoji from unicode or shortcode */
+ getEmoji(emojiCode) {
+ const { emojiType } = this.isEmoji(emojiCode);
+ if (emojiType === 'shortcode') {
+ if (emojiLookup[emojiCode]) return emojiLookup[emojiCode];
+ } else if (emojiType === 'unicode') {
+ return String.fromCodePoint(parseInt(emojiCode.substr(2), 16));
+ }
+ return emojiCode; // Emoji is a glyph already, just return
+ },
/* Get favicon URL, for items which use the favicon as their icon */
getFavicon(fullUrl) {
if (this.shouldUseDefaultFavicon(fullUrl)) { // Check if we should use local icon
@@ -85,6 +109,7 @@ export default {
case 'favicon': return this.getFavicon(url);
case 'generative': return this.getGenerativeIcon(url);
case 'svg': return img;
+ case 'emoji': return img;
default: return '';
}
},
@@ -98,6 +123,7 @@ export default {
else if (img.includes('fa-')) imgType = 'font-awesome';
else if (img === 'favicon') imgType = 'favicon';
else if (img === 'generative') imgType = 'generative';
+ else if (this.isEmoji(img).isEmoji) imgType = 'emoji';
else imgType = 'none';
return imgType;
},
@@ -144,7 +170,17 @@ export default {
fill: currentColor;
}
}
-
+ i.emoji-icon {
+ font-style: normal;
+ font-size: 2rem;
+ margin: 0.2rem;
+ &.small {
+ font-size: 1.5rem;
+ }
+ &.large {
+ font-size: 2.5rem;
+ }
+ }
.missing-image {
width: 3.5rem;
path {
diff --git a/src/utils/EmojiUnicodeRegex.js b/src/utils/EmojiUnicodeRegex.js
new file mode 100644
index 00000000..b6384c34
--- /dev/null
+++ b/src/utils/EmojiUnicodeRegex.js
@@ -0,0 +1 @@
+module.exports = /(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff]|[\u0023-\u0039]\ufe0f?\u20e3|\u3299|\u3297|\u303d|\u3030|\u24c2|\ud83c[\udd70-\udd71]|\ud83c[\udd7e-\udd7f]|\ud83c\udd8e|\ud83c[\udd91-\udd9a]|\ud83c[\udde6-\uddff]|[\ud83c[\ude01-\ude02]|\ud83c\ude1a|\ud83c\ude2f|[\ud83c[\ude32-\ude3a]|[\ud83c[\ude50-\ude51]|\u203c|\u2049|[\u25aa-\u25ab]|\u25b6|\u25c0|[\u25fb-\u25fe]|\u00a9|\u00ae|\u2122|\u2139|\ud83c\udc04|[\u2600-\u26FF]|\u2b05|\u2b06|\u2b07|\u2b1b|\u2b1c|\u2b50|\u2b55|\u231a|\u231b|\u2328|\u23cf|[\u23e9-\u23f3]|[\u23f8-\u23fa]|\ud83c\udccf|\u2934|\u2935|[\u2190-\u21ff])/;
diff --git a/src/utils/emojis.json b/src/utils/emojis.json
new file mode 100644
index 00000000..c268e82c
--- /dev/null
+++ b/src/utils/emojis.json
@@ -0,0 +1,1919 @@
+{
+ ":family_mothers_two_girls:": "๐ฉโ๐ฉโ๐งโ๐ง",
+ ":family_mothers_children:": "๐ฉโ๐ฉโ๐งโ๐ฆ",
+ ":family_mothers_two_boys:": "๐ฉโ๐ฉโ๐ฆโ๐ฆ",
+ ":family_two_girls:": "๐จโ๐ฉโ๐งโ๐ง",
+ ":family_children:": "๐จโ๐ฉโ๐งโ๐ฆ",
+ ":family_two_boys:": "๐จโ๐ฉโ๐ฆโ๐ฆ",
+ ":family_fathers_two_girls:": "๐จโ๐จโ๐งโ๐ง",
+ ":family_fathers_children:": "๐จโ๐จโ๐งโ๐ฆ",
+ ":family_fathers_two_boys:": "๐จโ๐จโ๐ฆโ๐ฆ",
+ ":family_mothers_one_girl:": "๐ฉโ๐ฉโ๐ง",
+ ":family_mothers_one_boy:": "๐ฉโ๐ฉโ๐ฆ",
+ ":single_mother_two_girls:": "๐ฉโ๐งโ๐ง",
+ ":single_mother_two_children:": "๐ฉโ๐งโ๐ฆ",
+ ":single_mother_two_boys:": "๐ฉโ๐ฆโ๐ฆ",
+ ":family_one_girl:": "๐จโ๐ฉโ๐ง",
+ ":family_fathers_one_girl:": "๐จโ๐จโ๐ง",
+ ":family_fathers_one_boy:": "๐จโ๐จโ๐ฆ",
+ ":single_father_two_girls:": "๐จโ๐งโ๐ง",
+ ":single_father_with_children:": "๐จโ๐งโ๐ฆ",
+ ":single_father_two_boys:": "๐จโ๐ฆโ๐ฆ",
+ ":single_mother_one_girl:": "๐ฉโ๐ง",
+ ":single_mother_one_boy:": "๐ฉโ๐ฆ",
+ ":single_father_one_girl:": "๐จโ๐ง",
+ ":single_father_one_boy:": "๐จโ๐ฆ",
+ ":joy:": "๐",
+ ":rolling_on_the_floor_laughing:": "๐คฃ",
+ ":heart:": "โค๏ธ",
+ ":hearts:": "โฅ",
+ ":heart_eyes:": "๐",
+ ":sob:": "๐ญ",
+ ":blush:": "๐",
+ ":unamused:": "๐",
+ ":kissing_heart:": "๐",
+ ":two_hearts:": "๐",
+ ":smiling:": "โบ๏ธ",
+ ":weary:": "๐ฉ",
+ ":ok_hand_dark_skin_tone:": "๐๐ฟ",
+ ":ok_hand_medium_dark_skin_tone: ": "๐๐พ",
+ ":ok_hand_medium_skin_tone:": "๐๐ฝ",
+ ":ok_hand_medium_light_skin_tone:": "๐๐ผ",
+ ":ok_hand_light_skin_tone:": "๐๐ป",
+ ":ok_hand:": "๐",
+ ":pensive:": "๐",
+ ":smirk:": "๐",
+ ":grin:": "๐",
+ ":recycle:": "โป๏ธ",
+ ":wink:": "๐",
+ ":thumbsup_dark_skin_tone:": "๐๐ฟ",
+ ":thumbsup_medium_dark_skin_tone:": "๐๐พ",
+ ":thumbsup_medium_skin_tone:": "๐๐ฝ",
+ ":thumbsup_medium_light_skin_tone:": "๐๐ผ",
+ ":thumbsup_light_skin_tone:": "๐๐ป",
+ ":thumbsup:": "๐",
+ ":pray_dark_skin_tone:": "๐๐ฟ",
+ ":pray_medium_dark_skin_tone:": "๐๐พ",
+ ":pray_medium_skin_skin_tone:": "๐๐ฝ",
+ ":pray_medium_light_skin_skin_tone:": "๐๐ผ",
+ ":pray_light_skin_skin_tone:": "๐๐ป",
+ ":pray:": "๐",
+ ":relieved:": "๐",
+ ":notes:": "๐ถ",
+ ":flushed:": "๐ณ",
+ ":raised_hands_medium_dark_skin_tone:": "๐๐พ",
+ ":raised_hands_medium_skin_tone:": "๐๐ฝ",
+ ":raised_hands_medium_light_skin_tone:": "๐๐ผ",
+ ":raised_hands_light_skin_tone:": "๐๐ป",
+ ":raised_hands:": "๐",
+ ":see_no_evil:": "๐",
+ ":cry:": "๐ข",
+ ":sunglasses:": "๐",
+ ":v_dark_skin_tone:": "โ๐ฟ",
+ ":v_medium_dark_skin_tone:": "โ๐พ",
+ ":v_medium_skin_tone:": "โ๐ฝ",
+ ":v_medium_light_skin_tone:": "โ๐ผ",
+ ":v_light_skin_tone:": "โ๐ป",
+ ":v:": "โ๏ธ",
+ ":eyes:": "๐",
+ ":sweat_smile:": "๐
",
+ ":sparkles:": "โจ",
+ ":sleeping:": "๐ด",
+ ":smile:": "๐",
+ ":purple_heart:": "๐",
+ ":broken_heart:": "๐",
+ ":100:": "๐ฏ",
+ ":expressionless:": "๐",
+ ":sparkling_heart:": "๐",
+ ":blue_heart:": "๐",
+ ":confused:": "๐",
+ ":man_tip_hand_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_tip_hand_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_tip_hand_medium_skin_tone:": "๐๐ฝโโ",
+ ":man_tip_hand_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_tip_hand_light_skin_tone:": "๐๐ปโโ",
+ ":person_tip_hand:": "๐โโ",
+ ":information_desk_person_dark_skin_tone:": "๐๐ฟ",
+ ":information_desk_person_medium_dark_skin_tone:": "๐๐พ",
+ ":information_desk_person_medium_skin_tone:": "๐๐ฝ",
+ ":information_desk_person_medium_light_skin_tone:": "๐๐ผ",
+ ":information_desk_person_light_skin_tone:": "๐๐ป",
+ ":information_desk_person:": "๐",
+ ":stuck_out_tongue_winking_eye:": "๐",
+ ":disappointed:": "๐",
+ ":yum:": "๐",
+ ":neutral_face:": "๐",
+ ":sleepy:": "๐ช",
+ ":clap_dark_skin_tone:": "๐๐ฟ",
+ ":clap_medium_dark_skin_tone:": "๐๐พ",
+ ":clap_medium_skin_tone:": "๐๐ฝ",
+ ":clap_medium_light_skin_tone:": "๐๐ผ",
+ ":clap_light_skin_tone:": "๐๐ป",
+ ":clap:": "๐",
+ ":cupid:": "๐",
+ ":heartpulse:": "๐",
+ ":revolving_hearts:": "๐",
+ ":arrow_left:": "โฌ
๏ธ",
+ ":speak_no_evil:": "๐",
+ ":raised_hand_dark_skin_tone:": "โ๐ฟ",
+ ":raised_hand_medium_dark_skin_tone:": "โ๐พ",
+ ":raised_hand_medium_skin_tone:": "โ๐ฝ",
+ ":raised_hand_medium_light_skin_tone:": "โ๐ผ",
+ ":raised_hand_light_skin_tone:": "โ๐ป",
+ ":raised_hand:": "โ",
+ ":kiss:": "๐",
+ ":point_right_dark_skin_tone:": "๐๐ฟ",
+ ":point_right_medium_dark_skin_tone:": "๐๐พ",
+ ":point_right_medium_skin_tone:": "๐๐ฝ",
+ ":point_right_medium_light_skin_tone:": "๐๐ผ",
+ ":point_right_light_skin_tone:": "๐๐ป",
+ ":point_right:": "๐",
+ ":cherry_blossom:": "๐ธ",
+ ":scream:": "๐ฑ",
+ ":fire:": "๐ฅ",
+ ":rage:": "๐ก",
+ ":smiley:": "๐",
+ ":part_popper:": "๐",
+ ":punch_dark_skin_tone:": "๐๐ฟ",
+ ":punch_medium_dark_skin_tone:": "๐๐พ",
+ ":punch_medium_skin_tone:": "๐๐ฝ",
+ ":punch_medium_light_skin_tone:": "๐๐ผ",
+ ":punch_light_skin_tone:": "๐๐ป",
+ ":punch:": "๐",
+ ":tired_face:": "๐ซ",
+ ":camera:": "๐ท",
+ ":rose:": "๐น",
+ ":stuck_out_tongue_closed_eyes:": "๐",
+ ":muscle_dark_skin_tone:": "๐ช๐ฟ",
+ ":muscle_medium_dark_skin_tone:": "๐ช๐พ",
+ ":muscle_medium_skin_tone:": "๐ช๐ฝ",
+ ":muscle_medium_light_skin_tone:": "๐ช๐ผ",
+ ":muscle_light_skin_tone:": "๐ช๐ป",
+ ":muscle:": "๐ช",
+ ":skull:": "๐",
+ ":sunny:": "โ๏ธ",
+ ":yellow_heart:": "๐",
+ ":triumph:": "๐ค",
+ ":new_moon_with_face:": "๐",
+ ":laughing:": "๐",
+ ":sweat:": "๐",
+ ":point_left_dark_skin_tone:": "๐๐ฟ",
+ ":point_left_medium_dark_skin_tone:": "๐๐พ",
+ ":point_left_medium_skin_tone:": "๐๐ฝ",
+ ":point_left_medium_light_skin_tone:": "๐๐ผ",
+ ":point_left_light_skin_tone:": "๐๐ป",
+ ":point_left:": "๐",
+ ":heavy_check_mark:": "โ๏ธ",
+ ":heart_eyes_cat:": "๐ป",
+ ":grinning:": "๐",
+ ":mask:": "๐ท",
+ ":green_heart:": "๐",
+ ":wave_dark_skin_tone:": "๐๐ฟ",
+ ":wave_medium_dark_skin_tone:": "๐๐พ",
+ ":wave_medium_skin_tone:": "๐๐ฝ",
+ ":wave_medium_light_skin_tone:": "๐๐ผ",
+ ":wave_light_skin_tone:": "๐๐ป",
+ ":wave:": "๐",
+ ":persevere:": "๐ฃ",
+ ":heartbeat:": "๐",
+ ":arrow_forward:": "โถ๏ธ",
+ ":arrow_backward:": "โ๏ธ",
+ ":arrow_right_hook:": "โช๏ธ",
+ ":leftwards_arrow_with_hook:": "โฉ๏ธ",
+ ":crown:": "๐",
+ ":kissing_closed_eyes:": "๐",
+ ":stuck_out_tongue:": "๐",
+ ":disappointed_relieved:": "๐ฅ",
+ ":innocent:": "๐",
+ ":headphones:": "๐ง",
+ ":white_check_mark:": "โ
",
+ ":confounded:": "๐",
+ ":arrow_right:": "โก๏ธ",
+ ":angry:": "๐ ",
+ ":grimacing:": "๐ฌ",
+ ":star2:": "๐",
+ ":gun:": "๐ซ",
+ ":man_raising_hand_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_raising_hand_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_raising_hand_medium_skin_tone:": "๐๐ฝโโ",
+ ":man_raising_hand_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_raising_hand_light_skin_tone:": "๐๐ปโโ",
+ ":man_raising_hand:": "๐โโ",
+ ":person_raising_hand_dark_skin_tone:": "๐๐ฟ",
+ ":person_raising_hand_medium_dark_skin_tone:": "๐๐พ",
+ ":person_raising_hand_medium_skin_tone:": "๐๐ฝ",
+ ":person_raising_hand_medium_light_skin_tone:": "๐๐ผ",
+ ":person_raising_hand_light_skin_tone:": "๐๐ป",
+ ":person_raising_hand:": "๐",
+ ":thumbsdown_dark_skin_tone:": "๐๐ฟ",
+ ":thumbsdown_medium_dark_skin_tone:": "๐๐พ",
+ ":thumbsdown_medium_skin_tone:": "๐๐ฝ",
+ ":thumbsdown_medium_light_skin_tone:": "๐๐ผ",
+ ":thumbsdown_light_skin_tone:": "๐๐ป",
+ ":thumbsdown:": "๐",
+ ":dancer_dark_skin_tone:": "๐๐ฟ",
+ ":dancer_medium_dark_skin_tone:": "๐๐พ",
+ ":dancer_medium_skin_tone:": "๐๐ฝ",
+ ":dancer_medium_light_skin_tone:": "๐๐ผ",
+ ":dancer_light_skin_tone:": "๐๐ป",
+ ":dancer:": "๐",
+ ":musical_note:": "๐ต",
+ ":no_mouth:": "๐ถ",
+ ":dizzy:": "๐ซ",
+ ":fist_dark_skin_tone:": "โ๐ฟ",
+ ":fist_medium_dark_skin_tone:": "โ๐พ",
+ ":fist_medium_skin_tone:": "โ๐ฝ",
+ ":fist_medium_light_skin_tone:": "โ๐ผ",
+ ":fist_light_skin_tone:": "โ๐ป",
+ ":fist:": "โ",
+ ":point_down_dark_skin_tone:": "๐๐ฟ",
+ ":point_down_medium_dark_skin_tone:": "๐๐พ",
+ ":point_down_medium_skin_tone:": "๐๐ฝ",
+ ":point_down_medium_light_skin_tone:": "๐๐ผ",
+ ":point_down_light_skin_tone:": "๐๐ป",
+ ":point_down:": "๐",
+ ":red_circle:": "๐ด",
+ ":man_no_good_dark_skin_tone:": "๐
๐ฟโโ",
+ ":man_no_good_medium_dark_skin_tone:": "๐
๐พโโ",
+ ":man_no_good_medium_skin_tone:": "๐
๐ฝโโ",
+ ":man_no_good_medium_light_skin_tone:": "๐
๐ผโโ",
+ ":man_no_good_light_skin_tone:": "๐
๐ปโโ",
+ ":man_no_good:": "๐
โโ",
+ ":no_good_dark_skin_tone:": "๐
๐ฟ",
+ ":no_good_medium_dark_skin_tone:": "๐
๐พ",
+ ":no_good_medium_skin_tone:": "๐
๐ฝ",
+ ":no_good_medium_light_skin_tone:": "๐
๐ผ",
+ ":no_good_light_skin_tone:": "๐
๐ป",
+ ":no_good:": "๐
",
+ ":boom:": "๐ฅ",
+ ":copyright:": "ยฉ",
+ ":thought_balloon:": "๐ญ",
+ ":tongue:": "๐
",
+ ":poop:": "๐ฉ",
+ ":cold_sweat:": "๐ฐ",
+ ":gem:": "๐",
+ ":ok_man_dark_skin_tone:": "๐๐ฟโโ",
+ ":ok_man_medium_dark_skin_tone:": "๐๐พโโ",
+ ":ok_man_medium_skin_tone:": "๐๐ฝโโ",
+ ":ok_man_medium_light_skin_tone:": "๐๐ผโโ",
+ ":ok_man_light_skin_tone:": "๐๐ปโโ",
+ ":ok_man:": "๐โโ",
+ ":ok_woman_dark_skin_tone:": "๐๐ฟ",
+ ":ok_woman_medium_dark_skin_tone:": "๐๐พ",
+ ":ok_woman_medium_skin_tone:": "๐๐ฝ",
+ ":ok_woman_medium_light_skin_tone:": "๐๐ผ",
+ ":ok_woman_light_skin_tone:": "๐๐ป",
+ ":ok_woman:": "๐",
+ ":pizza:": "๐",
+ ":joy_cat:": "๐น",
+ ":sun_with_face:": "๐",
+ ":leaves:": "๐",
+ ":sweat_drops:": "๐ฆ",
+ ":penguin:": "๐ง",
+ ":zzz:": "๐ค",
+ ":woman_walking_dark_skin_tone:": "๐ถ๐ฟโโ",
+ ":woman_walking_medium_dark_skin_tone:": "๐ถ๐พโโ",
+ ":woman_walking_medium_skin_tone:": "๐ถ๐ฝโโ",
+ ":woman_walking_medium_light_skin_tone:": "๐ถ๐ผโโ",
+ ":woman_walking_light_skin_tone:": "๐ถ๐ปโโ",
+ ":woman_walking:": "๐ถโโ",
+ ":walking_dark_skin_tone:": "๐ถ๐ฟ",
+ ":walking_medium_dark_skin_tone:": "๐ถ๐พ",
+ ":walking_medium_skin_tone:": "๐ถ๐ฝ",
+ ":walking_medium_light_skin_tone:": "๐ถ๐ผ",
+ ":walking_light_skin_tone:": "๐ถ๐ป",
+ ":walking:": "๐ถ",
+ ":airplane:": "โ๏ธ",
+ ":balloon:": "๐",
+ ":star:": "โญ๏ธ",
+ ":ribbon:": "๐",
+ ":ballot_box_with_check:": "โ๏ธ",
+ ":worried:": "๐",
+ ":underage:": "๐",
+ ":fearful:": "๐จ",
+ ":four_leaf_clover:": "๐",
+ ":hibiscus:": "๐บ",
+ ":microphone:": "๐ค",
+ ":open_hands_dark_skin_tone:": "๐๐ฟ",
+ ":open_hands_medium_dark_skin_tone:": "๐๐พ",
+ ":open_hands_medium_skin_tone:": "๐๐ฝ",
+ ":open_hands_medium_light_skin_tone:": "๐๐ผ",
+ ":open_hands_light_skin_tone:": "๐๐ป",
+ ":open_hands:": "๐",
+ ":ghost:": "๐ป",
+ ":palm_tree:": "๐ด",
+ ":bangbang:": "โผ๏ธ",
+ ":nail_care_dark_skin_tone:": "๐
๐ฟ",
+ ":nail_care_medium_dark_skin_tone:": "๐
๐พ",
+ ":nail_care_medium_skin_tone:": "๐
๐ฝ",
+ ":nail_care_medium_light_skin_tone:": "๐
๐ผ",
+ ":nail_care_light_skin_tone:": "๐
๐ป",
+ ":nail_care:": "๐
",
+ ":x:": "โ",
+ ":alien:": "๐ฝ",
+ ":bow_dark_skin_tone:": "๐๐ฟ",
+ ":bow_medium_dark_skin_tone:": "๐๐พ",
+ ":bow_medium_skin_tone:": "๐๐ฝ",
+ ":bow_medium_light_skin_tone:": "๐๐ผ",
+ ":bow_light_skin_tone:": "๐๐ป",
+ ":bow:": "๐",
+ ":cloud:": "โ๏ธ",
+ ":soccer:": "โฝ๏ธ",
+ ":angel_dark_skin_tone:": "๐ผ๐ฟ",
+ ":angel_medium_dark_skin_tone:": "๐ผ๐พ",
+ ":angel_medium_skin_tone:": "๐ผ๐ฝ",
+ ":angel_medium_light_skin_tone:": "๐ผ๐ผ",
+ ":angel_light_skin_tone:": "๐ผ๐ป",
+ ":angel:": "๐ผ",
+ ":man_dancers:": "๐ฏโโ",
+ ":dancers:": "๐ฏ",
+ ":exclamation:": "โ",
+ ":snowflake:": "โ๏ธ",
+ ":point_up_dark_skin_tone:": "โ๐ฟ",
+ ":point_up_medium_dark_skin_tone:": "โ๐พ",
+ ":point_up_medium_skin_tone:": "โ๐ฝ",
+ ":point_up_medium_light_skin_tone:": "โ๐ผ",
+ ":point_up_light_skin_tone:": "โ๐ป",
+ ":point_up:": "โ๏ธ",
+ ":kissing_smiling_eyes:": "๐",
+ ":rainbow:": "๐",
+ ":crescent_moon:": "๐",
+ ":heart_decoration:": "๐",
+ ":gift_heart:": "๐",
+ ":gift:": "๐",
+ ":beers:": "๐ป",
+ ":anguished:": "๐ง",
+ ":earth_africa:": "๐",
+ ":movie_camera:": "๐ฅ",
+ ":anchor:": "โ๏ธ",
+ ":zap:": "โก๏ธ",
+ ":clubs:": "โฃ",
+ ":heavy_multiplication_x:": "โ๏ธ",
+ ":woman_runner_dark_skin_tone:": "๐๐ฟโโ",
+ ":woman_runner_medium_dark_skin_tone:": "๐๐พโโ",
+ ":woman_runner_medium_skin_tone:": "๐๐ฝโโ",
+ ":woman_runner_medium_light_skin_tone:": "๐๐ผโโ",
+ ":woman_runner_light_skin_tone:": "๐๐ปโโ",
+ ":woman_runner": "๐โโ",
+ ":runner_dark_skin_tone:": "๐๐ฟ",
+ ":runner_medium_dark_skin_tone:": "๐๐พ",
+ ":runner_medium_skin_tone:": "๐๐ฝ",
+ ":runner_medium_light_skin_tone:": "๐๐ผ",
+ ":runner_light_skin_tone:": "๐๐ป",
+ ":runner:": "๐",
+ ":sunflower:": "๐ป",
+ ":earth_americas:": "๐",
+ ":bouquet:": "๐",
+ ":dog:": "๐ถ",
+ ":moneybag:": "๐ฐ",
+ ":herb:": "๐ฟ",
+ ":couple:": "๐ซ",
+ ":fallen_leaf:": "๐",
+ ":tulip:": "๐ท",
+ ":birthday:": "๐",
+ ":cat:": "๐ฑ",
+ ":coffee:": "โ๏ธ",
+ ":dizzy_face:": "๐ต",
+ ":point_up2_dark_skin_tone:": "๐๐ฟ",
+ ":point_up2_medium_dark_skin_tone:": "๐๐พ",
+ ":point_up2_medium_skin_tone:": "๐๐ฝ",
+ ":point_up2_medium_light_skin_tone:": "๐๐ผ",
+ ":point_up2_light_skin_tone:": "๐๐ป",
+ ":point_up_2:": "๐",
+ ":open_mouth:": "๐ฎ",
+ ":hushed:": "๐ฏ",
+ ":basketball:": "๐",
+ ":christmas_tree:": "๐",
+ ":ring:": "๐",
+ ":full_moon_with_face:": "๐",
+ ":astonished:": "๐ฒ",
+ ":two_women_holding_hands:": "๐ญ",
+ ":money_with_wings:": "๐ธ",
+ ":crying_cat_face:": "๐ฟ",
+ ":hear_no_evil:": "๐",
+ ":dash:": "๐จ",
+ ":cactus:": "๐ต",
+ ":hotsprings:": "โจ๏ธ",
+ ":telephone:": "โ๏ธ",
+ ":maple_leaf:": "๐",
+ ":princess_dark_skin_tone:": "๐ธ๐ฟ",
+ ":princess_medium_dark_skin_tone:": "๐ธ๐พ",
+ ":princess_medium_skin_tone:": "๐ธ๐ป",
+ ":princess_medium_light_skin_tone:": "๐ธ๐ผ",
+ ":princess:": "๐ธ",
+ ":man_massage_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_massage_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_massage_medium_skin_tone:": "๐๐ปโโ",
+ ":man_massage_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_massage:": "๐โโ",
+ ":massage_dark_skin_tone:": "๐๐ฟ",
+ ":massage_medium_dark_skin_tone:": "๐๐พ",
+ ":massage_medium_skin_tone:": "๐๐ป",
+ ":massage_medium_light_skin_tone:": "๐๐ผ",
+ ":massage:": "๐",
+ ":love_letter:": "๐",
+ ":trophy:": "๐",
+ ":man_frowning_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_frowning_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_frowning_medium_skin_tone:": "๐๐ฝโโ",
+ ":man_frowning_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_frowning_light_skin_tone:": "๐๐ปโโ",
+ ":man_frowning:": "๐โโ",
+ ":person_frowning_dark_skin_tone:": "๐๐ฟ",
+ ":person_frowning_medium_dark_skin_tone:": "๐๐พ",
+ ":person_frowning_medium_skin_tone:": "๐๐ฝ",
+ ":person_frowning_medium_light_skin_tone:": "๐๐ผ",
+ ":person_frowning_light_skin_tone:": "๐๐ป",
+ ":person_frowning:": "๐",
+ ":flag_us:": "๐บ๐ธ",
+ ":confetti_ball:": "๐",
+ ":blossom:": "๐ผ",
+ ":knife:": "๐ช",
+ ":lips:": "๐",
+ ":fries:": "๐",
+ ":doughnut:": "๐ฉ",
+ ":frowning:": "๐ฆ",
+ ":ocean:": "๐",
+ ":bomb:": "๐ฃ",
+ ":ok:": "๐",
+ ":cyclone:": "๐",
+ ":rocket:": "๐",
+ ":umbrella:": "โ๏ธ",
+ ":couplekiss:": "๐ฉโโค๏ธโ๐โ๐จ",
+ ":couple_woman_kiss:": "๐ฉโโค๏ธโ๐โ๐ฉ",
+ ":couple_man_kiss:": "๐จโโค๏ธโ๐โ๐จ",
+ ":couple_with_heart:": "๐ฉโโค๏ธโ๐จ",
+ ":girl_girl_love:": "๐ฉโโค๏ธโ๐ฉ",
+ ":man_man_love:": "๐จโโค๏ธโ๐จ",
+ ":lollipop:": "๐ญ",
+ ":clapper:": "๐ฌ",
+ ":pig:": "๐ท",
+ ":smiling_imp:": "๐",
+ ":imp:": "๐ฟ",
+ ":bee:": "๐",
+ ":kissing_cat:": "๐ฝ",
+ ":anger:": "๐ข",
+ ":musical_score:": "๐ผ",
+ ":santa_dark_skin_tone:": "๐
๐ฟ",
+ ":santa_medium_dark_skin_tone:": "๐
๐พ",
+ ":santa_medium_skin_tone:": "๐
๐ฝ",
+ ":santa_medium_light_skin_tone:": "๐
๐ผ",
+ ":santa_light_skin_tone:": "๐
๐ป",
+ ":santa:": "๐
",
+ ":earth_asia:": "๐",
+ ":football:": "๐",
+ ":guitar:": "๐ธ",
+ ":diamonds:": "โฆ",
+ ":panda_face:": "๐ผ",
+ ":speech_balloon:": "๐ฌ",
+ ":strawberry:": "๐",
+ ":smirk_cat:": "๐ผ",
+ ":banana:": "๐",
+ ":watermelon:": "๐",
+ ":snowman:": "โ๏ธ",
+ ":smile_cat:": "๐ธ",
+ ":spades:": "โ ",
+ ":top:": "๐",
+ ":eggplant:": "๐",
+ ":crystal_ball:": "๐ฎ",
+ ":fork_and_knife:": "๐ด",
+ ":calling:": "๐ฒ",
+ ":iphone:": "๐ฑ",
+ ":partly_sunny:": "โ
๏ธ",
+ ":warning:": "โ ๏ธ",
+ ":scream_cat:": "๐",
+ ":small_orange_diamond:": "๐ธ",
+ ":baby_dark_skin_tone:": "๐ถ๐ฟ",
+ ":baby_medium_dark_skin_tone:": "๐ถ๐พ",
+ ":baby_medium_skin_tone:": "๐ถ๐ฝ",
+ ":baby_medium_light_skin_tone:": "๐ถ๐ผ",
+ ":baby_light_skin_tone:": "๐ถ๐ป",
+ ":baby:": "๐ถ",
+ ":feet:": "๐พ",
+ ":footprints:": "๐ฃ",
+ ":beer:": "๐บ",
+ ":wine_glass:": "๐ท",
+ ":o:": "โญ๏ธ",
+ ":video_camera:": "๐น",
+ ":rabbit:": "๐ฐ",
+ ":tropical_drink:": "๐น",
+ ":smoking:": "๐ฌ",
+ ":space_invader:": "๐พ",
+ ":peach:": "๐",
+ ":snake:": "๐",
+ ":turtle:": "๐ข",
+ ":cherries:": "๐",
+ ":kissing:": "๐",
+ ":frog:": "๐ธ",
+ ":milky_way:": "๐",
+ ":rotating_light:": "๐จ",
+ ":hatching_chick:": "๐ฃ",
+ ":closed_book:": "๐",
+ ":candy:": "๐ฌ",
+ ":hamburger:": "๐",
+ ":bear:": "๐ป",
+ ":tiger:": "๐ฏ",
+ ":red_car:": "๐",
+ ":fast_forward:": "โฉ",
+ ":icecream:": "๐ฆ",
+ ":pineapple:": "๐",
+ ":ear_of_rice:": "๐พ",
+ ":syringe:": "๐",
+ ":put_litter_in_its_place:": "๐ฎ",
+ ":chocolate_bar:": "๐ซ",
+ ":black_small_square:": "โช๏ธ",
+ ":tv:": "๐บ",
+ ":pill:": "๐",
+ ":octopus:": "๐",
+ ":jack_o_lantern:": "๐",
+ ":grapes:": "๐",
+ ":smiley_cat:": "๐บ",
+ ":cd:": "๐ฟ",
+ ":cocktail:": "๐ธ",
+ ":cake:": "๐ฐ",
+ ":video_game:": "๐ฎ",
+ ":tm:": "โข",
+ ":arrow_down:": "โฌ๏ธ",
+ ":no_entry_sign:": "๐ซ",
+ ":lipstick:": "๐",
+ ":whale:": "๐ณ",
+ ":pencil:": "๐",
+ ":registered:": "ยฎ",
+ ":cookie:": "๐ช",
+ ":dolphin:": "๐ฌ",
+ ":loud_sound:": "๐",
+ ":man_dark_skin_tone:": "๐จ๐ฟ",
+ ":man_medium_dark_skin_tone:": "๐จ๐พ",
+ ":man_medium_skin_tone:": "๐จ๐ฝ",
+ ":man_medium_light_skin_tone:": "๐จ๐ผ",
+ ":man_light_skin_tone:": "๐จ๐ป",
+ ":man:": "๐จ",
+ ":hatched_chick:": "๐ฅ",
+ ":monkey:": "๐",
+ ":books:": "๐",
+ ":japanese_ogre:": "๐น",
+ ":woman_guardsman_dark_skin_tone:": "๐๐ฟโโ",
+ ":woman_guardsman_medium_dark_skin_tone:": "๐๐พโโ",
+ ":woman_guardsman_medium_skin_tone:": "๐๐ฝโโ",
+ ":woman_guardsman_medium_light_skin_tone:": "๐๐ผโโ",
+ ":woman_guardsman_light_skin_tone:": "๐๐ปโโ",
+ ":woman_guardsman:": "๐โโ",
+ ":guardsman_dark_skin_tone:": "๐๐ฟ",
+ ":guardsman_medium_dark_skin_tone:": "๐๐พ",
+ ":guardsman_medium_skin_tone:": "๐๐ฝ",
+ ":guardsman_medium_light_skin_tone:": "๐๐ผ",
+ ":guardsman_light_skin_tone:": "๐๐ป",
+ ":guardsman:": "๐",
+ ":loudspeaker:": "๐ข",
+ ":scissors:": "โ๏ธ",
+ ":girl_dark_skin_tone:": "๐ง๐ฟ",
+ ":girl_medium_dark_skin_tone:": "๐ง๐พ",
+ ":girl_medium_skin_tone:": "๐ง๐ฝ",
+ ":girl_medium_light_skin_tone:": "๐ง๐ผ",
+ ":girl_light_skin_tone:": "๐ง๐ป",
+ ":girl:": "๐ง",
+ ":mortar_board:": "๐",
+ ":flag_fr:": "๐ซ๐ท",
+ ":baseball:": "โพ๏ธ",
+ ":vertical_traffic_light:": "๐ฆ",
+ ":woman_dark_skin_tone:": "๐ฉ๐ฟ",
+ ":woman_medium_dark_skin_tone:": "๐ฉ๐พ",
+ ":woman_medium_skin_tone:": "๐ฉ๐ฝ",
+ ":woman_medium_light_skin_tone:": "๐ฉ๐ผ",
+ ":woman_light_skin_tone:": "๐ฉ๐ป",
+ ":woman:": "๐ฉ",
+ ":fireworks:": "๐",
+ ":stars:": "๐ ",
+ ":sos:": "๐",
+ ":mushroom:": "๐",
+ ":pouting_cat:": "๐พ",
+ ":left_luggage:": "๐
",
+ ":high_heel:": "๐ ",
+ ":dart:": "๐ฏ",
+ ":man_swimmer_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_swimmer_medium_dark_skin_tone:": "๐๐พโโ",
+ ":woman_swimmer_medium_skin_tone:": "๐๐ฝโโ",
+ ":woman_swimmer_medium_light_skin_tone:": "๐๐ผโโ",
+ ":woman_swimmer_light_skin_tone:": "๐๐ปโโ",
+ ":woman_swimmer:": "๐โโ",
+ ":swimmer_dark_skin_tone:": "๐๐ฟ",
+ ":swimmer_medium_dark_skin_tone:": "๐๐พ",
+ ":swimmer_medium_skin_tone:": "๐๐ฝ",
+ ":swimmer_medium_light_skin_tone:": "๐๐ผ",
+ ":swimmer_light_skin_tone:": "๐๐ป",
+ ":swimmer:": "๐โโ๏ธ",
+ ":key:": "๐",
+ ":bikini:": "๐",
+ ":family:": "๐จโ๐ฉโ๐ฆ",
+ ":pencil2:": "โ๏ธ",
+ ":elephant:": "๐",
+ ":droplet:": "๐ง",
+ ":seedling:": "๐ฑ",
+ ":apple:": "๐",
+ ":cool:": "๐",
+ ":telephone_receiver:": "๐",
+ ":dollar:": "๐ต",
+ ":house_with_garden:": "๐ก",
+ ":book:": "๐",
+ ":man_haircut_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_haircut_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_haircut_medium_skin_tone:": "๐๐ฝโโ",
+ ":man_haircut_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_haircut_light_skin_tone:": "๐๐ปโโ",
+ ":man_haircut:": "๐โโ",
+ ":haircut_dark_skin_tone:": "๐๐ฟ",
+ ":haircut_medium_dark_skin_tone:": "๐๐พ",
+ ":haircut_medium_skin_tone:": "๐๐ฝ",
+ ":haircut_medium_light_skin_tone:": "๐๐ผ",
+ ":haircut_light_skin_tone:": "๐๐ป",
+ ":haircut:": "๐",
+ ":computer:": "๐ป",
+ ":bulb:": "๐ก",
+ ":question:": "โ",
+ ":back:": "๐",
+ ":boy_dark_skin_tone:": "๐ฆ๐ฟ",
+ ":boy_medium_dark_skin_tone:": "๐ฆ๐พ",
+ ":boy_medium_skin_tone:": "๐ฆ๐ฝ",
+ ":boy_medium_light_skin_tone:": "๐ฆ๐ผ",
+ ":boy_light_skin_tone:": "๐ฆ๐ป",
+ ":boy:": "๐ฆ",
+ ":closed_lock_with_key:": "๐",
+ ":man_pouting_dark_skin_tone:": "๐๐ฟโโ",
+ ":man_pouting_medium_dark_skin_tone:": "๐๐พโโ",
+ ":man_pouting_medium_skin_tone:": "๐๐ฝโโ",
+ ":man_pouting_medium_light_skin_tone:": "๐๐ผโโ",
+ ":man_pouting_light_skin_tone:": "๐๐ปโโ",
+ ":man_pouting:": "๐โโ",
+ ":pouting_dark_skin_tone:": "๐๐ฟ",
+ ":pouting_medium_dark_skin_tone:": "๐๐พ",
+ ":pouting_medium_skin_tone:": "๐๐ฝ",
+ ":pouting_medium_light_skin_tone:": "๐๐ผ",
+ ":pouting_light_skin_tone:": "๐๐ป",
+ ":pouting:": "๐",
+ ":tangerine:": "๐",
+ ":left_right_arrow:": "โ",
+ ":sunrise:": "๐
",
+ ":poultry_leg:": "๐",
+ ":blue_circle:": "๐ต",
+ ":oncoming_automobile:": "๐",
+ ":shaved_ice:": "๐ง",
+ ":flag_it:": "๐ฎ๐น",
+ ":bird:": "๐ฆ",
+ ":flag_gb:": "๐ฌ๐ง",
+ ":first_quarter_moon_with_face:": "๐",
+ ":eyeglasses:": "๐",
+ ":goat:": "๐",
+ ":night_with_stars:": "๐",
+ ":older_woman_dark_skin_tone:": "๐ต๐ฟ",
+ ":older_woman_medium_dark_skin_tone:": "๐ต๐พ",
+ ":older_woman_medium_skin_tone:": "๐ต๐ฝ",
+ ":older_woman_medium_light_skin_tone:": "๐ต๐ผ",
+ ":older_woman_light_skin_tone:": "๐ต๐ป",
+ ":older_woman:": "๐ต",
+ ":black_circle:": "โซ๏ธ",
+ ":new_moon:": "๐",
+ ":two_men_holding_hands:": "๐ฌ",
+ ":white_circle:": "โช๏ธ",
+ ":customs:": "๐",
+ ":tropical_fish:": "๐ ",
+ ":house:": "๐ ",
+ ":arrows_clockwise:": "๐",
+ ":last_quarter_moon_with_face:": "๐",
+ ":round_pushpin:": "๐",
+ ":full_moon:": "๐",
+ ":athletic_shoe:": "๐",
+ ":lemon:": "๐",
+ ":baby_bottle:": "๐ผ",
+ ":art:": "๐จ",
+ ":envelope:": "โ๏ธ",
+ ":spaghetti:": "๐",
+ ":wind_chime:": "๐",
+ ":fish_cake:": "๐ฅ",
+ ":evergreen_tree:": "๐ฒ",
+ ":up:": "๐",
+ ":arrow_up:": "โฌ๏ธ",
+ ":arrow_upper_right:": "โ๏ธ",
+ ":arrow_lower_right:": "โ๏ธ",
+ ":arrow_lower_left:": "โ๏ธ",
+ ":performing_arts:": "๐ญ",
+ ":nose_dark_skin_tone:": "๐๐ฟ",
+ ":nose_medium_dark_skin_tone:": "๐๐พ",
+ ":nose_medium_skin_tone:": "๐๐ฝ",
+ ":nose_medium_light_skin_tone:": "๐๐ผ",
+ ":nose_light_skin_tone:": "๐๐ป",
+ ":nose:": "๐",
+ ":pig_nose:": "๐ฝ",
+ ":fish:": "๐",
+ ":woman_with_turban_dark_skin_tone:": "๐ณ๐ฟโโ",
+ ":woman_with_turban_medium_dark_skin_tone:": "๐ณ๐พโโ",
+ ":woman_with_turban_medium_skin_tone:": "๐ณ๐ฝโโ",
+ ":woman_with_turban_medium_light_skin_tone:": "๐ณ๐ผโโ",
+ ":woman_with_turban_light_skin_tone:": "๐ณ๐ปโโ",
+ ":woman_with_turban:": "๐ณโโ",
+ ":person_with_turban_dark_skin_tone:": "๐ณ๐ฟ",
+ ":person_with_turban_medium_dark_skin_tone:": "๐ณ๐พ",
+ ":person_with_turban_medium_skin_tone:": "๐ณ๐ฝ",
+ ":person_with_turban_medium_light_skin_tone:": "๐ณ๐ผ",
+ ":person_with_turban_light_skin_tone:": "๐ณ๐ป",
+ ":person_with_turban:": "๐ณ",
+ ":koala:": "๐จ",
+ ":ear_dark_skin_tone:": "๐๐ฟ",
+ ":ear_medium_dark_skin_tone:": "๐๐พ",
+ ":ear_medium_skin_tone:": "๐๐ฝ",
+ ":ear_medium_light_skin_tone:": "๐๐ผ",
+ ":ear_light_skin_tone:": "๐๐ป",
+ ":ear:": "๐",
+ ":eight_spoked_asterisk:": "โณ๏ธ",
+ ":small_blue_diamond:": "๐น",
+ ":shower:": "๐ฟ",
+ ":bug:": "๐",
+ ":ramen:": "๐",
+ ":tophat:": "๐ฉ",
+ ":bride_with_veil_dark_skin_tone:": "๐ฐ๐ฟ",
+ ":bride_with_veil_medium_dark_skin_tone:": "๐ฐ๐พ",
+ ":bride_with_veil_medium_skin_tone:": "๐ฐ๐ฝ",
+ ":bride_with_veil_medium_light_skin_tone:": "๐ฐ๐ผ",
+ ":bride_with_veil_light_skin_tone:": "๐ฐ๐ป",
+ ":bride_with_veil:": "๐ฐ",
+ ":fuelpump:": "โฝ๏ธ",
+ ":checkered_flag:": "๐",
+ ":horse:": "๐ด",
+ ":watch:": "โ๏ธ",
+ ":monkey_face:": "๐ต",
+ ":baby_symbol:": "๐ผ",
+ ":new:": "๐",
+ ":free:": "๐",
+ ":sparkler:": "๐",
+ ":corn:": "๐ฝ",
+ ":tennis:": "๐พ",
+ ":alarm_clock:": "โฐ",
+ ":battery:": "๐",
+ ":grey_exclamation:": "โ",
+ ":wolf:": "๐บ",
+ ":moyai:": "๐ฟ",
+ ":cow:": "๐ฎ",
+ ":mega:": "๐ฃ",
+ ":older_man_dark_skin_tone:": "๐ด๐ฟ",
+ ":older_man_medium_dark_skin_tone:": "๐ด๐พ",
+ ":older_man_medium_skin_tone:": "๐ด๐ฝ",
+ ":older_man_medium_light_skin_tone:": "๐ด๐ผ",
+ ":older_man_light_skin_tone:": "๐ด๐ป",
+ ":older_man:": "๐ด",
+ ":dress:": "๐",
+ ":link:": "๐",
+ ":chicken:": "๐",
+ ":cooking:": "๐ณ",
+ ":whale2:": "๐",
+ ":arrow_upper_left:": "โ๏ธ",
+ ":deciduous_tree:": "๐ณ",
+ ":bento:": "๐ฑ",
+ ":pushpin:": "๐",
+ ":soon:": "๐",
+ ":repeat:": "๐",
+ ":dragon:": "๐",
+ ":hamster:": "๐น",
+ ":golf:": "โณ๏ธ",
+ ":woman_surfer_dark_skin_tone:": "๐๐ฟโโ",
+ ":woman_surfer_medium_dark_skin_tone:": "๐๐พโโ",
+ ":woman_surfer_medium_skin_tone:": "๐๐ฝโโ",
+ ":woman_surfer_medium_light_skin_tone:": "๐๐ผโโ",
+ ":woman_surfer_light_skin_tone:": "๐๐ปโโ",
+ ":woman_surfer:": "๐โโ",
+ ":surfer_dark_skin_tone:": "๐๐ฟ",
+ ":surfer_medium_dark_skin_tone:": "๐๐พ",
+ ":surfer_medium_skin_tone:": "๐๐ฝ",
+ ":surfer_medium_light_skin_tone:": "๐๐ผ",
+ ":surfer_light_skin_tone:": "๐๐ป",
+ ":surfer:": "๐โโ๏ธ",
+ ":mouse:": "๐ญ",
+ ":waxing_crescent_moon:": "๐",
+ ":blue_car:": "๐",
+ ":a:": "๐
ฐ๏ธ",
+ ":interrobang:": "โ๏ธ",
+ ":u5272:": "๐น",
+ ":electric_plug:": "๐",
+ ":first_quarter_moon:": "๐",
+ ":cancer:": "โ๏ธ",
+ ":trident:": "๐ฑ",
+ ":bread:": "๐",
+ ":woman_cop_dark_skin_tone:": "๐ฎ๐ฟโโ",
+ ":woman_cop_medium_dark_skin_tone:": "๐ฎ๐พโโ",
+ ":woman_cop_medium_skin_tone:": "๐ฎ๐ฝโโ",
+ ":woman_cop_medium_light_skin_tone:": "๐ฎ๐ผโโ",
+ ":woman_cop_light_skin_tone:": "๐ฎ๐ปโโ",
+ ":woman_cop:": "๐ฎโโ",
+ ":cop_dark_skin_tone:": "๐ฎ๐ฟ",
+ ":cop_medium_dark_skin_tone:": "๐ฎ๐พ",
+ ":cop_medium_skin_tone:": "๐ฎ๐ฝ",
+ ":cop_medium_light_skin_tone:": "๐ฎ๐ผ",
+ ":cop_light_skin_tone:": "๐ฎ๐ป",
+ ":cop:": "๐ฎ",
+ ":tea:": "๐ต",
+ ":fishing_pole_and_fish:": "๐ฃ",
+ ":waxing_gibbous_moon:": "๐",
+ ":bike:": "๐ฒ",
+ ":bust_in_silhouette:": "๐ค",
+ ":rice:": "๐",
+ ":radio:": "๐ป",
+ ":baby_chick:": "๐ค",
+ ":arrow_heading_down:": "โคต๏ธ",
+ ":waning_crescent_moon:": "๐",
+ ":arrow_up_down:": "โ๏ธ",
+ ":e:": "๐ช",
+ ":last_quarter_moon:": "๐",
+ ":radio_button:": "๐",
+ ":sheep:": "๐",
+ ":woman_blond_hair_dark_skin_tone:": "๐ฑ๐ฟโโ",
+ ":woman_blond_hair_medium_dark_skin_tone:": "๐ฑ๐พโโ",
+ ":woman_blond_hair_medium_skin_tone:": "๐ฑ๐ฝโโ",
+ ":woman_blond_hair_medium_light_skin_tone:": "๐ฑ๐ผโโ",
+ ":woman_blond_hair_light_skin_tone:": "๐ฑ๐ปโโ",
+ ":woman_blond_hair:": "๐ฑโโ",
+ ":blond_hair_dark_skin_tone:": "๐ฑ๐ฟ",
+ ":blond_hair_medium_dark_skin_tone:": "๐ฑ๐พ",
+ ":blond_hair_medium_skin_tone:": "๐ฑ๐ฝ",
+ ":blond_hair_medium_light_skin_tone:": "๐ฑ๐ผ",
+ ":blond_hair_light_skin_tone:": "๐ฑ๐ป",
+ ":blond_hair:": "๐ฑ",
+ ":waning_gibbous_moon:": "๐",
+ ":lock:": "๐",
+ ":green_apple:": "๐",
+ ":japanese_goblin:": "๐บ",
+ ":curly_loop:": "โฐ",
+ ":triangular_flag_on_post:": "๐ฉ",
+ ":arrows_counterclockwise:": "๐",
+ ":racehorse:": "๐",
+ ":fried_shrimp:": "๐ค",
+ ":sunrise_over_mountains:": "๐",
+ ":volcano:": "๐",
+ ":rooster:": "๐",
+ ":inbox_tray:": "๐ฅ",
+ ":wedding:": "๐",
+ ":sushi:": "๐ฃ",
+ ":wavy_dash:": "ใฐ๏ธ",
+ ":ice_cream:": "๐จ",
+ ":rewind:": "โช",
+ ":tomato:": "๐
",
+ ":rabbit2:": "๐",
+ ":eight_pointed_black_star:": "โด๏ธ",
+ ":small_red_triangle:": "๐บ",
+ ":high_brightness:": "๐",
+ ":heavy_plus_sign:": "โ",
+ ":man_with_gua_pi_mao_dark_skin_tone:": "๐ฒ๐ฟ",
+ ":man_with_gua_pi_mao_medium_dark_skin_tone:": "๐ฒ๐พ",
+ ":man_with_gua_pi_mao_medium_skin_tone:": "๐ฒ๐ฝ",
+ ":man_with_gua_pi_mao_medium_light_skin_tone:": "๐ฒ๐ผ",
+ ":man_with_gua_pi_mao_light_skin_tone:": "๐ฒ๐ป",
+ ":man_with_gua_pi_mao:": "๐ฒ",
+ ":convenience_store:": "๐ช",
+ ":busts_in_silhouette:": "๐ฅ",
+ ":beetle:": "๐",
+ ":small_red_triangle_down:": "๐ป",
+ ":flag_de:": "๐ฉ๐ช",
+ ":arrow_heading_up:": "โคด๏ธ",
+ ":name_badge:": "๐",
+ ":bath_dark_skin_tone:": "๐๐ฟ",
+ ":bath_medium_dark_skin_tone:": "๐๐พ",
+ ":bath_medium_skin_tone:": "๐๐ฝ",
+ ":bath_medium_light_skin_tone:": "๐๐ผ",
+ ":bath_light_skin_tone:": "๐๐ป",
+ ":bath:": "๐",
+ ":no_entry:": "โ๏ธ",
+ ":crocodile:": "๐",
+ ":chestnut:": "๐ฐ",
+ ":dog2:": "๐",
+ ":cat2:": "๐",
+ ":hammer:": "๐จ",
+ ":meat_on_bone:": "๐",
+ ":shell:": "๐",
+ ":sparkle:": "โ๏ธ",
+ ":sailboat:": "โต๏ธ",
+ ":b:": "๐
ฑ๏ธ",
+ ":m:": "โ๏ธ",
+ ":poodle:": "๐ฉ",
+ ":aquarius:": "โ๏ธ",
+ ":stew:": "๐ฒ",
+ ":jeans:": "๐",
+ ":honey_pot:": "๐ฏ",
+ ":musical_keyboard:": "๐น",
+ ":unlock:": "๐",
+ ":black_nib:": "โ๏ธ",
+ ":statue_of_liberty:": "๐ฝ",
+ ":heavy_dollar_sign:": "๐ฒ",
+ ":snowboarder:": "๐",
+ ":white_flower:": "๐ฎ",
+ ":necktie:": "๐",
+ ":diamond_shape_with_a_dot_inside:": "๐ ",
+ ":aries:": "โ๏ธ",
+ ":womens:": "๐บ",
+ ":ant:": "๐",
+ ":scorpius:": "โ๏ธ",
+ ":city_sunset:": "๐",
+ ":hourglass_flowing_sand:": "โณ",
+ ":o2:": "๐
พ๏ธ",
+ ":dragon_face:": "๐ฒ",
+ ":snail:": "๐",
+ ":dvd:": "๐",
+ ":shirt:": "๐",
+ ":game_die:": "๐ฒ",
+ ":heavy_minus_sign:": "โ",
+ ":dolls:": "๐",
+ ":sagittarius:": "โ๏ธ",
+ ":8ball:": "๐ฑ",
+ ":bus:": "๐",
+ ":custard:": "๐ฎ",
+ ":crossed_flags:": "๐",
+ ":part_alternation_mark:": "ใฝ๏ธ",
+ ":camel:": "๐ซ",
+ ":curry:": "๐",
+ ":steam_locomotive:": "๐",
+ ":hospital:": "๐ฅ",
+ ":flag_jp:": "๐ฏ๐ต",
+ ":large_blue_diamond:": "๐ท",
+ ":tanabata_tree:": "๐",
+ ":bell:": "๐",
+ ":leo:": "โ๏ธ",
+ ":gemini:": "โ๏ธ",
+ ":pear:": "๐",
+ ":large_orange_diamond:": "๐ถ",
+ ":taurus:": "โ๏ธ",
+ ":globe_with_meridians:": "๐",
+ ":door:": "๐ช",
+ ":clock6:": "๐",
+ ":oncoming_police_car:": "๐",
+ ":envelope_with_arrow:": "๐ฉ",
+ ":closed_umbrella:": "๐",
+ ":saxophone:": "๐ท",
+ ":church:": "โช๏ธ",
+ ":woman_bicyclist_dark_skin_tone:": "๐ด๐ฟโโ",
+ ":woman_bicyclist_medium_dark_skin_tone:": "๐ด๐พโโ",
+ ":woman_bicyclist_medium_skin_tone:": "๐ด๐ฝโโ",
+ ":woman_bicyclist_medium_light_skin_tone:": "๐ด๐ผโโ",
+ ":woman_bicyclist_light_skin_tone:": "๐ด๐ปโโ",
+ ":woman_bicyclist:": "๐ดโโ",
+ ":bicyclist_dark_skin_tone:": "๐ด๐ฟ",
+ ":bicyclist_medium_dark_skin_tone:": "๐ด๐พ",
+ ":bicyclist_medium_skin_tone:": "๐ด๐ฝ",
+ ":bicyclist_medium_light_skin_tone:": "๐ด๐ผ",
+ ":bicyclist_light_skin_tone:": "๐ด๐ป",
+ ":bicyclist:": "๐ด",
+ ":pisces:": "โ๏ธ",
+ ":dango:": "๐ก",
+ ":capricorn:": "โ๏ธ",
+ ":office:": "๐ข",
+ ":woman_rowboat_dark_skin_tone:": "๐ฃ๐ฟโโ",
+ ":woman_rowboat_medium_dark_skin_tone:": "๐ฃ๐พโโ",
+ ":woman_rowboat_medium_skin_tone:": "๐ฃ๐ฝโโ",
+ ":woman_rowboat_medium_light_skin_tone:": "๐ฃ๐ผโโ",
+ ":woman_rowboat_light_skin_tone:": "๐ฃ๐ปโโ",
+ ":woman_rowboat:": "๐ฃโโ",
+ ":rowboat_dark_skin_tone:": "๐ฃ๐ฟ",
+ ":rowboat_medium_dark_skin_tone:": "๐ฃ๐พ",
+ ":rowboat_medium_skin_tone:": "๐ฃ๐ฝ",
+ ":rowboat_medium_light_skin_tone:": "๐ฃ๐ผ",
+ ":rowboat_light_skin_tone:": "๐ฃ๐ป",
+ ":rowboat:": "๐ฃ",
+ ":womans_hat:": "๐",
+ ":mans_shoe:": "๐",
+ ":love_hotel:": "๐ฉ",
+ ":mount_fuji:": "๐ป",
+ ":dromedary_camel:": "๐ช",
+ ":handbag:": "๐",
+ ":hourglass:": "โ๏ธ",
+ ":negative_squared_cross_mark:": "โ",
+ ":trumpet:": "๐บ",
+ ":school:": "๐ซ",
+ ":cow2:": "๐",
+ ":woman_construction_worker_dark_skin_tone:": "๐ท๐ฟโโ",
+ ":woman_construction_worker_medium_dark_skin_tone:": "๐ท๐พโโ",
+ ":woman_construction_worker_medium_skin_tone:": "๐ท๐ฝโโ",
+ ":woman_construction_worker_medium_light_skin_tone:": "๐ท๐ผโโ",
+ ":woman_construction_worker_light_skin_tone:": "๐ท๐ปโโ",
+ ":woman_construction_worker:": "๐ทโโ",
+ ":construction_worker_dark_skin_tone:": "๐ท๐ฟ",
+ ":construction_worker_medium_dark_skin_tone:": "๐ท๐พ",
+ ":construction_worker_medium_skin_tone:": "๐ท๐ฝ",
+ ":construction_worker_medium_light_skin_tone:": "๐ท๐ผ",
+ ":construction_worker_light_skin_tone:": "๐ท๐ป",
+ ":construction_worker:": "๐ท",
+ ":toilet:": "๐ฝ",
+ ":pig2:": "๐",
+ ":grey_question:": "โ",
+ ":beginner:": "๐ฐ",
+ ":violin:": "๐ป",
+ ":on:": "๐",
+ ":credit_card:": "๐ณ",
+ ":id:": "๐",
+ ":secret:": "ใ๏ธ",
+ ":ferris_wheel:": "๐ก",
+ ":bowling:": "๐ณ",
+ ":libra:": "โ๏ธ",
+ ":virgo:": "โ๏ธ",
+ ":barber:": "๐",
+ ":purse:": "๐",
+ ":roller_coaster:": "๐ข",
+ ":rat:": "๐",
+ ":date:": "๐
",
+ ":rugby_football:": "๐",
+ ":ram:": "๐",
+ ":arrow_up_small:": "๐ผ",
+ ":black_square_button:": "๐ฒ",
+ ":mobile_phone_off:": "๐ด",
+ ":tokyo_tower:": "๐ผ",
+ ":congratulations:": "ใ๏ธ",
+ ":kimono:": "๐",
+ ":flag_ru:": "๐ท๐บ",
+ ":ship:": "๐ข",
+ ":mag_right:": "๐",
+ ":mag:": "๐",
+ ":fire_engine:": "๐",
+ ":clock1130:": "๐ฆ",
+ ":police_car:": "๐",
+ ":black_joker:": "๐",
+ ":bridge_at_night:": "๐",
+ ":package:": "๐ฆ",
+ ":oncoming_taxi:": "๐",
+ ":calendar:": "๐",
+ ":horse_racing:": "๐",
+ ":tiger2:": "๐
",
+ ":boot:": "๐ข",
+ ":ambulance:": "๐",
+ ":white_square_button:": "๐ณ",
+ ":boar:": "๐",
+ ":school_satchel:": "๐",
+ ":loop:": "โฟ",
+ ":pound:": "๐ท",
+ ":information_source:": "โน๏ธ",
+ ":ox:": "๐",
+ ":rice_ball:": "๐",
+ ":vs:": "๐",
+ ":end:": "๐",
+ ":parking:": "๐
ฟ๏ธ",
+ ":sandal:": "๐ก",
+ ":tent:": "โบ๏ธ",
+ ":seat:": "๐บ",
+ ":taxi:": "๐",
+ ":black_medium_small_square:": "โพ๏ธ",
+ ":briefcase:": "๐ผ",
+ ":newspaper:": "๐ฐ",
+ ":circus_tent:": "๐ช",
+ ":six_pointed_star:": "๐ฏ",
+ ":mens:": "๐น",
+ ":european_castle:": "๐ฐ",
+ ":flashlight:": "๐ฆ",
+ ":foggy:": "๐",
+ ":arrow_double_up:": "โซ",
+ ":bamboo:": "๐",
+ ":ticket:": "๐ซ",
+ ":helicopter:": "๐",
+ ":minidisc:": "๐ฝ",
+ ":oncoming_bus:": "๐",
+ ":melon:": "๐",
+ ":white_small_square:": "โซ๏ธ",
+ ":european_post_office:": "๐ค",
+ ":keycap_ten:": "๐",
+ ":notebook:": "๐",
+ ":no_bell:": "๐",
+ ":oden:": "๐ข",
+ ":flags:": "๐",
+ ":carousel_horse:": "๐ ",
+ ":blowfish:": "๐ก",
+ ":chart_with_upwards_trend:": "๐",
+ ":sweet_potato:": "๐ ",
+ ":ski:": "๐ฟ",
+ ":clock12:": "๐",
+ ":signal_strength:": "๐ถ",
+ ":construction:": "๐ง",
+ ":number_sign:": "#",
+ ":black_medium_square:": "โผ๏ธ",
+ ":satellite:": "๐ฐ",
+ ":euro:": "๐ถ",
+ ":womans_clothes:": "๐",
+ ":ledger:": "๐",
+ ":leopard:": "๐",
+ ":low_brightness:": "๐
",
+ ":clock3:": "๐",
+ ":department_store:": "๐ฌ",
+ ":truck:": "๐",
+ ":sake:": "๐ถ",
+ ":railway_car:": "๐",
+ ":speedboat:": "๐ค",
+ ":flag_kr:": "๐ฐ๐ท",
+ ":vhs:": "๐ผ",
+ ":clock1:": "๐",
+ ":arrow_double_down:": "โฌ",
+ ":water_buffalo:": "๐",
+ ":arrow_down_small:": "๐ฝ",
+ ":yen:": "๐ด",
+ ":mute:": "๐",
+ ":running_shirt_with_sash:": "๐ฝ",
+ ":white_large_square:": "โฌ๏ธ",
+ ":wheelchair:": "โฟ๏ธ",
+ ":clock2:": "๐",
+ ":paperclip:": "๐",
+ ":atm:": "๐ง",
+ ":cinema:": "๐ฆ",
+ ":telescope:": "๐ญ",
+ ":rice_scene:": "๐",
+ ":blue_book:": "๐",
+ ":white_medium_square:": "โป๏ธ",
+ ":postbox:": "๐ฎ",
+ ":e_mail:": "๐ง",
+ ":mouse2:": "๐",
+ ":bullettrain_side:": "๐",
+ ":ideograph_advantage:": "๐",
+ ":nut_and_bolt:": "๐ฉ",
+ ":ng:": "๐",
+ ":hotel:": "๐จ",
+ ":wc:": "๐พ",
+ ":izakaya_lantern:": "๐ฎ",
+ ":repeat_one:": "๐",
+ ":mailbox_with_mail:": "๐ฌ",
+ ":chart_with_downwards_trend:": "๐",
+ ":green_book:": "๐",
+ ":tractor:": "๐",
+ ":fountain:": "โฒ๏ธ",
+ ":metro:": "๐",
+ ":clipboard:": "๐",
+ ":no_mobile_phones:": "๐ต",
+ ":clock4:": "๐",
+ ":no_smoking:": "๐ญ",
+ ":black_large_square:": "โฌ๏ธ",
+ ":slot_machine:": "๐ฐ",
+ ":clock5:": "๐",
+ ":bathtub:": "๐",
+ ":scroll:": "๐",
+ ":station:": "๐",
+ ":rice_cracker:": "๐",
+ ":bank:": "๐ฆ",
+ ":wrench:": "๐ง",
+ ":u6307:": "๐ฏ๏ธ",
+ ":articulated_lorry:": "๐",
+ ":page_facing_up:": "๐",
+ ":ophiuchus:": "โ",
+ ":bar_chart:": "๐",
+ ":no_pedestrians:": "๐ท",
+ ":flag_cn:": "๐จ๐ณ",
+ ":vibration_mode:": "๐ณ",
+ ":clock10:": "๐",
+ ":clock9:": "๐",
+ ":bullettrain_front:": "๐
",
+ ":minibus:": "๐",
+ ":tram:": "๐",
+ ":clock8:": "๐",
+ ":u7a7a:": "๐ณ",
+ ":traffic_light:": "๐ฅ",
+ ":woman_mountain_bicyclist_dark_skin_tone:": "๐ต๐ฟโโ",
+ ":woman_mountain_bicyclist_medium_dark_skin_tone:": "๐ต๐พโโ",
+ ":woman_mountain_bicyclist_medium_skin_tone:": "๐ต๐ฝโโ",
+ ":woman_mountain_bicyclist_medium_light_skin_tone:": "๐ต๐ผโโ",
+ ":woman_mountain_bicyclist_light_skin_tone:": "๐ต๐ปโโ",
+ ":woman_mountain_bicyclist:": "๐ตโโ",
+ ":mountain_bicyclist_dark_skin_tone:": "๐ต๐ฟ",
+ ":mountain_bicyclist_medium_dark_skin_tone:": "๐ต๐พ",
+ ":mountain_bicyclist_medium_skin_tone:": "๐ต๐ฝ",
+ ":mountain_bicyclist_medium_light_skin_tone:": "๐ต๐ผ",
+ ":mountain_bicyclist_light_skin_tone:": "๐ต๐ป",
+ ":mountain_bicyclist:": "๐ต",
+ ":microscope:": "๐ฌ",
+ ":japanese_castle:": "๐ฏ",
+ ":bookmark:": "๐",
+ ":bookmark_tabs:": "๐",
+ ":pouch:": "๐",
+ ":ab:": "๐",
+ ":page_with_curl:": "๐",
+ ":flower_playing_cards:": "๐ด",
+ ":clock11:": "๐",
+ ":fax:": "๐ ",
+ ":clock7:": "๐",
+ ":white_medium_small_square:": "โฝ๏ธ",
+ ":currency_exchange:": "๐ฑ",
+ ":sound:": "๐",
+ ":chart:": "๐น",
+ ":cl:": "๐",
+ ":floppy_disk:": "๐พ",
+ ":post_office:": "๐ฃ",
+ ":speaker:": "๐",
+ ":japan:": "๐พ",
+ ":u55b6:": "๐บ",
+ ":mahjong:": "๐๏ธ",
+ ":incoming_envelope:": "๐จ",
+ ":orange_book:": "๐",
+ ":restroom:": "๐ป",
+ ":u7121:": "๐๏ธ",
+ ":u6709:": "๐ถ",
+ ":triangular_ruler:": "๐",
+ ":train:": "๐",
+ ":u7533:": "๐ธ",
+ ":trolleybus:": "๐",
+ ":u6708:": "๐ท๏ธ",
+ ":1234:": "๐ข",
+ ":notebook_with_decorative_cover:": "๐",
+ ":u7981:": "๐ฒ",
+ ":u6e80:": "๐ต",
+ ":postal_horn:": "๐ฏ",
+ ":factory:": "๐ญ",
+ ":children_crossing:": "๐ธ",
+ ":train2:": "๐",
+ ":straight_ruler:": "๐",
+ ":pager:": "๐",
+ ":accept:": "๐",
+ ":u5408:": "๐ด",
+ ":lock_with_ink_pen:": "๐",
+ ":clock130:": "๐",
+ ":sa:": "๐๏ธ",
+ ":outbox_tray:": "๐ค",
+ ":twisted_rightwards_arrows:": "๐",
+ ":mailbox:": "๐ซ",
+ ":light_rail:": "๐",
+ ":clock930:": "๐ค",
+ ":busstop:": "๐",
+ ":open_file_folder:": "๐",
+ ":file_folder:": "๐",
+ ":potable_water:": "๐ฐ",
+ ":card_index:": "๐",
+ ":clock230:": "๐",
+ ":monorail:": "๐",
+ ":clock1230:": "๐ง",
+ ":clock1030:": "๐ฅ",
+ ":abc:": "๐ค",
+ ":mailbox_closed:": "๐ช",
+ ":clock430:": "๐",
+ ":mountain_railway:": "๐",
+ ":do_not_litter:": "๐ฏ",
+ ":clock330:": "๐",
+ ":heavy_division_sign:": "โ",
+ ":clock730:": "๐ข",
+ ":clock530:": "๐ ",
+ ":capital_abcd:": "๐ ",
+ ":mailbox_with_no_mail:": "๐ญ",
+ ":symbols:": "๐ฃ",
+ ":aerial_tramway:": "๐ก",
+ ":clock830:": "๐ฃ",
+ ":clock630:": "๐ก",
+ ":abcd:": "๐ก",
+ ":mountain_cableway:": "๐ ",
+ ":koko:": "๐",
+ ":passport_control:": "๐",
+ ":non_potable_water:": "๐ฑ",
+ ":suspension_railway:": "๐",
+ ":baggage_claim:": "๐",
+ ":no_bicycles:": "๐ณ",
+ ":rainbow_flag:": "๐ณ๏ธโ๐",
+ ":woman_detective_dark_skin_tone:": "๐ต๐ฟโโ",
+ ":woman_detective_medium_dark_skin_tone:": "๐ต๐พโโ",
+ ":woman_detective_medium_skin_tone:": "๐ต๐ฝโโ",
+ ":woman_detective_medium_light_skin_tone:": "๐ต๐ผโโ",
+ ":woman_detective_light_skin_tone:": "๐ต๐ปโโ",
+ ":woman_detective:": "๐ตโโ",
+ ":detective_dark_skin_tone:": "๐ต๐ฟ",
+ ":detective_medium_dark_skin_tone:": "๐ต๐พ",
+ ":detective_medium_skin_tone:": "๐ต๐ฝ",
+ ":detective_medium_light_skin_tone:": "๐ต๐ผ",
+ ":detective_light_skin_tone:": "๐ต๐ป",
+ ":detective:": "๐ต",
+ ":white_frowning_face:": "โน๏ธ",
+ ":skull_crossbones:": "โ ",
+ ":hugging:": "๐ค",
+ ":robot_face:": "๐ค",
+ ":face_with_head_bandage:": "๐ค",
+ ":thinking:": "๐ค",
+ ":nerd:": "๐ค",
+ ":face_with_thermometer:": "๐ค",
+ ":money_mouth_face:": "๐ค",
+ ":zipper_mouth:": "๐ค",
+ ":rolling_eyes:": "๐",
+ ":upside_down:": "๐",
+ ":slight_smile:": "๐",
+ ":slightly_frowning_face:": "๐",
+ ":sign_of_the_horns_dark_skin_tone:": "๐ค๐ฟ",
+ ":sign_of_the_horns_medium_dark_skin_tone:": "๐ค๐พ",
+ ":sign_of_the_horns_medium_skin_tone:": "๐ค๐ฝ",
+ ":sign_of_the_horns_medium_light_skin_tone:": "๐ค๐ผ",
+ ":sign_of_the_horns_light_skin_tone:": "๐ค๐ป",
+ ":sign_of_the_horns:": "๐ค",
+ ":spock_hand_dark_skin_tone:": "๐๐ฟ",
+ ":spock_hand_medium_dark_skin_tone:": "๐๐พ",
+ ":spock_hand_medium_skin_tone:": "๐๐ฝ",
+ ":spock_hand_medium_light_skin_tone:": "๐๐ผ",
+ ":spock_hand_light_skin_tone:": "๐๐ป",
+ ":spock_hand:": "๐",
+ ":middle_finger_dark_skin_tone:": "๐๐ฟ",
+ ":middle_finger_medium_dark_skin_tone:": "๐๐พ",
+ ":middle_finger_medium_skin_tone:": "๐๐ฝ",
+ ":middle_finger_medium_light_skin_tone:": "๐๐ผ",
+ ":middle_finger_light_skin_tone:": "๐๐ป",
+ ":middle_finger:": "๐",
+ ":raised_hand_with_fingers_splayed_dark_skin_tone:": "๐๐ฟ",
+ ":raised_hand_with_fingers_splayed_medium_dark_skin_tone:": "๐๐พ",
+ ":raised_hand_with_fingers_splayed_medium_skin_tone:": "๐๐ฝ",
+ ":raised_hand_with_fingers_splayed_medium_light_skin_tone:": "๐๐ผ",
+ ":raised_hand_with_fingers_splayed_light_skin_tone:": "๐๐ป",
+ ":raised_hand_with_fingers_splayed:": "๐",
+ ":writing_hand_dark_skin_tone:": "โ๐ฟ",
+ ":writing_hand_medium_dark_skin_tone:": "โ๐พ",
+ ":writing_hand_medium_skin_tone:": "โ๐ฝ",
+ ":writing_hand_medium_light_skin_tone:": "โ๐ผ",
+ ":writing_hand_light_skin_tone:": "โ๐ป",
+ ":writing_hand:": "โ๏ธ",
+ ":dark_sunglasses:": "๐ถ",
+ ":eye_speachbubble:": "๐โ๐จ",
+ ":eye:": "๐",
+ ":weightlifter_woman_dt:": "๐๐ฟโโ",
+ ":weightlifter_woman_mdt:": "๐๐พโโ",
+ ":weightlifter_woman_mt:": "๐๐ฝโโ",
+ ":weightlifter_woman_mlt:": "๐๐ผโโ",
+ ":weightlifter_woman_lt:": "๐๐ปโโ",
+ ":weightlifter_woman:": "๐โโ",
+ ":weightlifter_dt:": "๐๐ฟ",
+ ":weightlifter_mdt:": "๐๐พ",
+ ":weightlifter_mt:": "๐๐ฝ",
+ ":weightlifter_mlt:": "๐๐ผ",
+ ":weightlifter_lt:": "๐๐ป",
+ ":weightlifter:": "๐",
+ ":basketballer_woman_dt:": "โน๐ฟโโ",
+ ":basketballer_woman_mdt:": "โน๐พโโ",
+ ":basketballer_woman_mt:": "โน๐ฝโโ",
+ ":basketballer_woman_mlt:": "โน๐ผโโ",
+ ":basketballer_woman_lt:": "โน๐ปโโ",
+ ":basketballer_woman:": "โนโโ",
+ ":basketballer_darktone:": "โน๐ฟ",
+ ":basketballer_mediumdarktone:": "โน๐พ",
+ ":basketballer_mediumtone:": "โน๐ฝ",
+ ":basketballer_mediumlighttone:": "โน๐ผ",
+ ":basketballer_lt:": "โน๐ป",
+ ":basketballer:": "โน",
+ ":man_in_suit:": "๐ด",
+ ":golfer:": "๐๏ธโโ๏ธ",
+ ":golfer_woman:": "๐โโ",
+ "*": "*๏ธโฃ",
+ ":heart_exclamation:": "โฃ๏ธ",
+ ":star_of_david:": "โก๏ธ",
+ ":cross:": "โ๏ธ",
+ ":fleur_de_lis:": "โ๏ธ",
+ ":atom:": "โ",
+ ":wheel_of_dharma:": "โธ๏ธ",
+ ":yin_yang:": "โฏ๏ธ",
+ ":peace:": "โฎ",
+ ":star_and_crescent:": "โช๏ธ",
+ ":orthodox_cross:": "โฆ๏ธ",
+ ":biohazard:": "โฃ",
+ ":radioactive:": "โข",
+ ":place_of_worship:": "๐",
+ ":anger_right:": "๐ฏ",
+ ":menorah:": "๐",
+ ":om_symbol:": "๐",
+ ":funeral_urn:": "โฑ๏ธ",
+ ":coffin:": "โฐ๏ธ",
+ ":gear:": "โ๏ธ",
+ ":alembic:": "โ๏ธ",
+ ":scales:": "โ๏ธ",
+ ":crossed_swords:": "โ๏ธ",
+ ":keyboard:": "โจ๏ธ",
+ ":oil_drum:": "๐ข",
+ ":shield:": "๐ก",
+ ":hammer_and_wrench:": "๐ ",
+ ":bed:": "๐",
+ ":bellhop_bell:": "๐",
+ ":shopping_bags:": "๐",
+ ":sleeping_accommodation:": "๐",
+ ":couch_and_lamp:": "๐",
+ ":ballot_box:": "๐ณ",
+ ":dagger_knife:": "๐ก",
+ ":rolled_up_newspaper:": "๐",
+ ":old_key:": "๐",
+ ":compression:": "๐",
+ ":spiral_calendar_pad:": "๐",
+ ":spiral_note_pad:": "๐",
+ ":wastebasket:": "๐",
+ ":file_cabinet:": "๐",
+ ":card_file_box:": "๐",
+ ":card_index_dividers:": "๐",
+ ":frame_with_picture:": "๐ผ",
+ ":trackball:": "๐ฒ",
+ ":three_button_mouse:": "๐ฑ",
+ ":printer:": "๐จ",
+ ":desktop_computer:": "๐ฅ",
+ ":lower_left_crayon:": "๐",
+ ":lower_left_paintbrush:": "๐",
+ ":lower_left_fountain_pen:": "๐",
+ ":lower_left_ballpoint_pen:": "๐",
+ ":linked_paperclips:": "๐",
+ ":joystick:": "๐น",
+ ":hole:": "๐ณ",
+ ":mantelpiece_clock:": "๐ฐ",
+ ":candle:": "๐ฏ",
+ ":prayer_beads:": "๐ฟ",
+ ":film_projector:": "๐ฝ",
+ ":camera_with_flash:": "๐ธ",
+ ":amphora:": "๐บ",
+ ":label:": "๐ท",
+ ":flag_black:": "๐ด",
+ ":flag_white:": "๐ณ",
+ ":film_frames:": "๐",
+ ":control_knobs:": "๐",
+ ":level_slider:": "๐",
+ ":studio_microphone:": "๐",
+ ":thermometer:": "๐ก",
+ ":passenger_ship:": "๐ณ",
+ ":airplane_arriving:": "๐ฌ",
+ ":airplane_departure:": "๐ซ",
+ ":small_airplane:": "๐ฉ",
+ ":motor_boat:": "๐ฅ",
+ ":railway_track:": "๐ค",
+ ":motorway:": "๐ฃ",
+ ":world_map:": "๐บ",
+ ":synagogue:": "๐",
+ ":mosque:": "๐",
+ ":kaaba:": "๐",
+ ":stadium:": "๐",
+ ":national_park:": "๐",
+ ":desert_island:": "๐",
+ ":desert:": "๐",
+ ":classical_building:": "๐",
+ ":derelict_house_building:": "๐",
+ ":cityscape:": "๐",
+ ":house_buildings:": "๐",
+ ":building_construction:": "๐",
+ ":beach_with_umbrella:": "๐",
+ ":camping:": "๐",
+ ":snow_capped_mountain:": "๐",
+ ":racing_car:": "๐",
+ ":racing_motorcycle:": "๐",
+ ":bow_and_arrow:": "๐น",
+ ":badminton_racquet_and_shuttlecock:": "๐ธ",
+ ":rosette:": "๐ต",
+ ":table_tennis_paddle_and_ball:": "๐",
+ ":ice_hockey_stick_and_puck:": "๐",
+ ":field_hockey_stick_and_ball:": "๐",
+ ":volleyball:": "๐",
+ ":cricket_bat_and_ball:": "๐",
+ ":medal:": "๐",
+ ":admission_tickets:": "๐",
+ ":reminder_ribbon:": "๐",
+ ":cheese_wedge:": "๐ง",
+ ":popcorn:": "๐ฟ",
+ ":champagne:": "๐พ",
+ ":knife_fork_plate:": "๐ฝ",
+ ":hot_pepper:": "๐ถ",
+ ":burrito:": "๐ฏ",
+ ":taco:": "๐ฎ",
+ ":hotdog:": "๐ญ",
+ ":shamrock:": "โ๏ธ",
+ ":comet:": "โ๏ธ",
+ ":umbrella_with_rain_drops:": "โ๏ธ",
+ ":unicorn_face:": "๐ฆ",
+ ":turkey:": "๐ฆ",
+ ":scorpion:": "๐ฆ",
+ ":lion_face:": "๐ฆ",
+ ":crab:": "๐ฆ",
+ ":spider_web:": "๐ธ",
+ ":spider:": "๐ท",
+ ":dove_of_peace:": "๐",
+ ":chipmunk:": "๐ฟ",
+ ":wind_blowing_face:": "๐ฌ",
+ ":fog:": "๐ซ",
+ ":tornado_cloud:": "๐ช",
+ ":lightning_cloud:": "๐ฉ",
+ ":snow_cloud:": "๐จ",
+ ":rain_cloud:": "๐ง",
+ ":sun_behind_rain_cloud:": "๐ฆ",
+ ":sun_behind_cloud:": "๐ฅ",
+ ":sun_small_cloud:": "๐ค",
+ ":speaking_head_in_silhouette:": "๐ฃ",
+ ":black_circle_for_record:": "โบ",
+ ":black_square_for_stop:": "โน",
+ ":double_vertical_bar:": "โธ",
+ ":play_pause:": "โฏ",
+ ":track_previous:": "โฎ",
+ ":track_next:": "โญ",
+ ":beach_umbrella:": "โฑ",
+ ":chains:": "โ",
+ ":pick:": "โ",
+ ":hammer_and_pick:": "โ",
+ ":timer_clock:": "โฒ",
+ ":stopwatch:": "โฑ",
+ ":ferry:": "โด",
+ ":mountain:": "โฐ",
+ ":shinto_shrine:": "โฉ",
+ ":ice_skate:": "โธ",
+ ":skier:": "โท",
+ ":thunder_cloud_and_rain:": "โ",
+ ":helmet_with_white_cross": "โ",
+ ":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:": "๐จ๐ฒ",
+ ":flag_co:": "๐จ๐ด",
+ ":flag_cp:": "๐จ๐ต",
+ ":flag_cr:": "๐จ๐ท",
+ ":flag_cu:": "๐จ๐บ",
+ ":flag_cv:": "๐จ๐ป",
+ ":flag_cw:": "๐จ๐ผ",
+ ":flag_cx:": "๐จ๐ฝ",
+ ":flag_cy:": "๐จ๐พ",
+ ":flag_cz:": "๐จ๐ฟ",
+ ":flag_dg:": "๐ฉ๐ฌ",
+ ":flag_dj:": "๐ฉ๐ฏ",
+ ":flag_dk:": "๐ฉ๐ฐ",
+ ":flag_dm:": "๐ฉ๐ฒ",
+ ":flag_do:": "๐ฉ๐ด",
+ ":flag_dz:": "๐ฉ๐ฟ",
+ ":flag_ea:": "๐ช๐ฆ",
+ ":flag_ec:": "๐ช๐จ",
+ ":flag_ee:": "๐ช๐ช",
+ ":flag_eg:": "๐ช๐ฌ",
+ ":flag_eh:": "๐ช๐ญ",
+ ":flag_er:": "๐ช๐ท",
+ ":flag_es:": "๐ช๐ธ",
+ ":flag_et:": "๐ช๐น",
+ ":flag_eu:": "๐ช๐บ",
+ ":flag_fi:": "๐ซ๐ฎ",
+ ":flag_fj:": "๐ซ๐ฏ",
+ ":flag_fk:": "๐ซ๐ฐ",
+ ":flag_fm:": "๐ซ๐ฒ",
+ ":flag_fo:": "๐ซ๐ด",
+ ":flag_ga:": "๐ฌ๐ฆ",
+ ":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:": "๐ฎ๐ธ",
+ ":flag_je:": "๐ฏ๐ช",
+ ":flag_jm:": "๐ฏ๐ฒ",
+ ":flag_jo:": "๐ฏ๐ด",
+ ":flag_ke:": "๐ฐ๐ช",
+ ":flag_kg:": "๐ฐ๐ฌ",
+ ":flag_kh:": "๐ฐ๐ญ",
+ ":flag_ki:": "๐ฐ๐ฎ",
+ ":flag_km:": "๐ฐ๐ฒ",
+ ":flag_kn:": "๐ฐ๐ณ",
+ ":flag_kp:": "๐ฐ๐ต",
+ ":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:": "๐ท๐ธ",
+ ":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_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:": "๐ฟ๐ผ",
+ ":black_heart:": "๐ค",
+ ":speech_left:": "๐จ",
+ ":egg:": "๐ฅ",
+ ":octagonal_sign:": "๐",
+ ":drum:": "๐ฅ",
+ ":0:": "0๏ธโฃ",
+ ":1:": "1๏ธโฃ",
+ ":2:": "2๏ธโฃ",
+ ":3:": "3๏ธโฃ",
+ ":4:": "4๏ธโฃ",
+ ":5:": "5๏ธโฃ",
+ ":6:": "6๏ธโฃ",
+ ":7:": "7๏ธโฃ",
+ ":8:": "8๏ธโฃ",
+ ":9:": "9๏ธโฃ",
+ ":hash:": "#๏ธโฃ",
+ ":asterisk:": "*โฃ",
+ ":zero:": "0โฃ",
+ ":one:": "1โฃ",
+ ":two:": "2โฃ",
+ ":three:": "3โฃ",
+ ":four:": "4โฃ",
+ ":five:": "5โฃ",
+ ":six:": "6โฃ",
+ ":seven:": "7โฃ",
+ ":eight:": "8โฃ",
+ ":nine:": "9โฃ",
+ ":skull_and_crossbones:": "โ ๏ธ",
+ ":radioactive_sign:": "โข๏ธ",
+ ":biohazard_sign:": "โฃ๏ธ",
+ ":female_sign:": "โ",
+ ":male_sign:": "โ",
+ ":staff_of_aesculapius:": "โ",
+ ":heavy_exclamation_mark:": "โ๏ธ",
+ ":eject:": "โ",
+ ":peace_symbol:": "โฎ๏ธ",
+ ":atom_symbol:": "โ๏ธ",
+ ":snowman_without_snow:": "โ๏ธ",
+ ":waving_white_flag:": "๐ณ๏ธ",
+ ":skin_tone_2:": "๐ป",
+ ":skin_tone_3:": "๐ผ",
+ ":skin_tone_4:": "๐ฝ",
+ ":skin_tone_5:": "๐พ",
+ ":skin_tone_6:": "๐ฟ",
+ ":man_dancing:": "๐บ",
+ ":shopping_trolley:": "๐",
+ ":scooter:": "๐ด",
+ ":motor_scooter:": "๐ต",
+ ":canoe:": "๐ถ",
+ ":call_me_hand:": "๐ค",
+ ":raised_back_of_hand:": "๐ค",
+ ":left_facing_fist:": "๐ค",
+ ":right_facing_fist:": "๐ค",
+ ":handshake:": "๐ค",
+ ":hand_with_index_and_middle_fingers_crossed:": "๐ค",
+ ":face_with_cowboy_hat:": "๐ค ",
+ ":clown_face:": "๐คก",
+ ":nauseated_face:": "๐คข",
+ ":drooling_face:": "๐คค",
+ ":lying_face:": "๐คฅ",
+ ":face_palm:": "๐คฆ",
+ ":sneezing_face:": "๐คง",
+ ":pregnant_woman:": "๐คฐ",
+ ":selfie:": "๐คณ",
+ ":prince:": "๐คด",
+ ":man_in_tuxedo:": "๐คต",
+ ":mother_christmas:": "๐คถ",
+ ":shrug:": "๐คท",
+ ":person_doing_cartwheel:": "๐คธ",
+ ":juggling:": "๐คน",
+ ":fencer:": "๐คบ",
+ ":wrestlers:": "๐คผ",
+ ":water_polo:": "๐คฝ",
+ ":handball:": "๐คพ",
+ ":wilted_flower:": "๐ฅ",
+ ":clinking_glasses:": "๐ฅ",
+ ":tumbler_glass:": "๐ฅ",
+ ":spoon:": "๐ฅ",
+ ":goal_net:": "๐ฅ
",
+ ":first_place_medal:": "๐ฅ",
+ ":second_place_medal:": "๐ฅ",
+ ":third_place_medal:": "๐ฅ",
+ ":boxing_glove:": "๐ฅ",
+ ":martial_arts_uniform:": "๐ฅ",
+ ":croissant:": "๐ฅ",
+ ":avocado:": "๐ฅ",
+ ":cucumber:": "๐ฅ",
+ ":bacon:": "๐ฅ",
+ ":potato:": "๐ฅ",
+ ":carrot:": "๐ฅ",
+ ":baguette_bread:": "๐ฅ",
+ ":green_salad:": "๐ฅ",
+ ":shallow_pan_of_food:": "๐ฅ",
+ ":stuffed_flatbread:": "๐ฅ",
+ ":glass_of_milk:": "๐ฅ",
+ ":peanuts:": "๐ฅ",
+ ":kiwifruit:": "๐ฅ",
+ ":pancakes:": "๐ฅ",
+ ":eagle:": "๐ฆ
",
+ ":duck:": "๐ฆ",
+ ":bat:": "๐ฆ",
+ ":shark:": "๐ฆ",
+ ":owl:": "๐ฆ",
+ ":fox_face:": "๐ฆ",
+ ":butterfly:": "๐ฆ",
+ ":deer:": "๐ฆ",
+ ":gorilla:": "๐ฆ",
+ ":lizard:": "๐ฆ",
+ ":rhinoceros:": "๐ฆ",
+ ":shrimp:": "๐ฆ",
+ ":squid:": "๐ฆ",
+ ":flag_un:": "๐บ๐ณ",
+ ":male_farmer:": "๐จโ๐พ",
+ ":male_cook:": "๐จโ๐ณ",
+ ":male_student:": "๐จโ๐",
+ ":male_singer:": "๐จโ๐ค",
+ ":male_artist:": "๐จโ๐จ",
+ ":male_teacher:": "๐จโ๐ซ",
+ ":male_factory_worker:": "๐จโ๐ญ",
+ ":male_technologist:": "๐จโ๐ป",
+ ":male_office_worker:": "๐จโ๐ผ",
+ ":male_mechanic:": "๐จโ๐ง",
+ ":male_scientist:": "๐จโ๐ฌ",
+ ":male_astronaut:": "๐จโ๐",
+ ":male_firefighter:": "๐จโ๐",
+ ":female_farmer:": "๐ฉโ๐พ",
+ ":female_cook:": "๐ฉโ๐ณ",
+ ":female_student:": "๐ฉโ๐",
+ ":female_singer:": "๐ฉโ๐ค",
+ ":female_artist:": "๐ฉโ๐จ",
+ ":female_teacher:": "๐ฉโ๐ซ",
+ ":female_factory_worker:": "๐ฉโ๐ญ",
+ ":female_technologist:": "๐ฉโ๐ป",
+ ":female_office_worker:": "๐ฉโ๐ผ",
+ ":female_mechanic:": "๐ฉโ๐ง",
+ ":female_scientist:": "๐ฉโ๐ฌ",
+ ":female_astronaut:": "๐ฉโ๐",
+ ":female_firefighter:": "๐ฉโ๐",
+ ":woman_running:": "๐โโ๏ธ",
+ ":running:": "๐โโ๏ธ",
+ ":woman_surfing:": "๐โโ๏ธ",
+ ":woman_swimming:": "๐โโ๏ธ",
+ ":woman_lifting_weights:": "๐๏ธโโ๏ธ",
+ ":weight_lifter:": "๐๏ธโโ๏ธ",
+ ":woman_golfing:": "๐๏ธโโ๏ธ",
+ ":eye_in_speech_bubble:": "๐๏ธโ๐จ๏ธ",
+ ":male_doctor:": "๐จโโ๏ธ",
+ ":male_judge:": "๐จโโ๏ธ",
+ ":male_pilot:": "๐จโโ๏ธ",
+ ":female_doctor:": "๐ฉโโ๏ธ",
+ ":female_judge:": "๐ฉโโ๏ธ",
+ ":female_pilot:": "๐ฉโโ๏ธ",
+ ":woman_facepalming:": "๐คฆโโ๏ธ",
+ ":man_facepalming:": "๐คฆโโ๏ธ",
+ ":woman_shrugging:": "๐คทโโ๏ธ",
+ ":man_shrugging:": "๐คทโโ๏ธ",
+ ":woman_cartwheeling:": "๐คธโโ๏ธ",
+ ":man_cartwheeling:": "๐คธโโ๏ธ",
+ ":woman_juggling:": "๐คนโโ๏ธ",
+ ":man_juggling:": "๐คนโโ๏ธ",
+ ":woman_wrestling:": "๐คผโโ๏ธ",
+ ":man_wrestling:": "๐คผโโ๏ธ",
+ ":woman_playing_water_polo:": "๐คฝโโ๏ธ",
+ ":man_playing_water_polo:": "๐คฝโโ๏ธ",
+ ":woman_playing_handball:": "๐คพโโ๏ธ",
+ ":man_playing_handball:": "๐คพโโ๏ธ",
+ ":woman_bouncing_ball:": "โน๏ธโโ๏ธ",
+ ":person_with_ball:": "โน๏ธโโ๏ธ"
+}
\ No newline at end of file