Skip to content

Instantly share code, notes, and snippets.

@briankung
Last active August 7, 2017 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briankung/4b5c9b65b5ec8d330f69b9d8546e0e61 to your computer and use it in GitHub Desktop.
Save briankung/4b5c9b65b5ec8d330f69b9d8546e0e61 to your computer and use it in GitHub Desktop.
GitHub-like emoji autocomplete hacked together with emojilib and jquery-textcomplete
// ==UserScript==
// @name Emojis Everywhere
// @namespace https://github.com/briankung/
// @version 0.1
// @description GitHub-like emoji autocomplete hacked together with emojilib and jquery-textcomplete
// @author Brian Kung
// @match https://hangouts.google.com/
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery.textcomplete/1.7.3/jquery.textcomplete.min.js
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
GM_addStyle("\
.textcomplete-dropdown {\
border: 1px solid #ddd;\
background-color: white;\
}\
\
.textcomplete-dropdown li {\
border-top: 1px solid #ddd;\
padding: 2px 5px;\
}\
\
.textcomplete-dropdown li:first-child {\
border-top: none;\
}\
\
.textcomplete-dropdown li:hover,\
.textcomplete-dropdown .active {\
background-color: rgb(110, 183, 219);\
}\
\
.textcomplete-dropdown {\
list-style: none;\
padding: 0;\
margin: 0;\
z-index: 9001;\
}\
\
.textcomplete-dropdown a:hover {\
cursor: pointer;\
}\
")
var emojiMap = {
"poop": "๐Ÿ’ฉ",
"grinning": "๐Ÿ˜€",
"face": "๐Ÿ˜€",
"smile": "๐Ÿ˜€",
"happy": "๐Ÿ˜€",
"joy": "๐Ÿ˜€",
":D": "๐Ÿ˜€",
"grimacing": "๐Ÿ˜ฌ",
"grin": "๐Ÿ˜",
"joy": "๐Ÿ˜‚",
"smiley": "๐Ÿ˜ƒ",
"smile": "๐Ÿ˜„",
"sweat_smile": "๐Ÿ˜…",
"laughing": "๐Ÿ˜†",
"innocent": "๐Ÿ˜‡",
"wink": "๐Ÿ˜‰",
"blush": "๐Ÿ˜Š",
"slightly_smiling": "๐Ÿ™‚",
"upside_down": "๐Ÿ™ƒ",
"relaxed": "โ˜บ๏ธ",
"yum": "๐Ÿ˜‹",
"relieved": "๐Ÿ˜Œ",
"heart_eyes": "๐Ÿ˜",
"kissing_heart": "๐Ÿ˜˜",
"kissing": "๐Ÿ˜—",
"kissing_smiling_eyes": "๐Ÿ˜™",
"kissing_closed_eyes": "๐Ÿ˜š",
"stuck_out_tongue_winking_eye": "๐Ÿ˜œ",
"stuck_out_tongue_closed_eyes": "๐Ÿ˜",
"stuck_out_tongue": "๐Ÿ˜›",
"money_mouth": "๐Ÿค‘",
"nerd": "๐Ÿค“",
"sunglasses": "๐Ÿ˜Ž",
"hugging": "๐Ÿค—",
"smirk": "๐Ÿ˜",
"no_mouth": "๐Ÿ˜ถ",
"neutral_face": "๐Ÿ˜",
"expressionless": "๐Ÿ˜‘",
"unamused": "๐Ÿ˜’",
"rolling_eyes": "๐Ÿ™„",
"thinking": "๐Ÿค”",
"flushed": "๐Ÿ˜ณ",
"disappointed": "๐Ÿ˜ž",
"worried": "๐Ÿ˜Ÿ",
"angry": "๐Ÿ˜ ",
"rage": "๐Ÿ˜ก",
"pensive": "๐Ÿ˜”",
"confused": "๐Ÿ˜•",
"slightly_sad": "๐Ÿ™",
"white_frowning": "โ˜น",
"persevere": "๐Ÿ˜ฃ",
"confounded": "๐Ÿ˜–",
"tired_face": "๐Ÿ˜ซ",
"weary": "๐Ÿ˜ฉ",
"triumph": "๐Ÿ˜ค",
"open_mouth": "๐Ÿ˜ฎ",
"scream": "๐Ÿ˜ฑ",
"fearful": "๐Ÿ˜จ",
"cold_sweat": "๐Ÿ˜ฐ",
"hushed": "๐Ÿ˜ฏ",
"frowning": "๐Ÿ˜ฆ",
"anguished": "๐Ÿ˜ง",
"cry": "๐Ÿ˜ข",
"disappointed_relieved": "๐Ÿ˜ฅ",
"sleepy": "๐Ÿ˜ช",
"sweat": "๐Ÿ˜“",
"sob": "๐Ÿ˜ญ",
"dizzy_face": "๐Ÿ˜ต",
"astonished": "๐Ÿ˜ฒ",
"zipper_mouth": "๐Ÿค",
"mask": "๐Ÿ˜ท",
"thermometer_face": "๐Ÿค’",
"bandage_face": "๐Ÿค•",
"sleeping": "๐Ÿ˜ด",
"zzz": "๐Ÿ’ค",
"hankey": "๐Ÿ’ฉ",
"smiling_imp": "๐Ÿ˜ˆ",
"imp": "๐Ÿ‘ฟ",
"japanese_ogre": "๐Ÿ‘น",
"japanese_goblin": "๐Ÿ‘บ",
"sknull": "๐Ÿ’€",
"ghost": "๐Ÿ‘ป",
"alien": "๐Ÿ‘ฝ",
"robot": "๐Ÿค–",
"smiley_cat": "๐Ÿ˜บ",
"smile_cat": "๐Ÿ˜ธ",
"joy_cat": "๐Ÿ˜น",
"heart_eyes_cat": "๐Ÿ˜ป",
"smirk_cat": "๐Ÿ˜ผ",
"kissing_cat": "๐Ÿ˜ฝ",
"scream_cat": "๐Ÿ™€",
"crying_cat_face": "๐Ÿ˜ฟ",
"pouting_cat": "๐Ÿ˜พ",
"raised_hands": "๐Ÿ™Œ",
"clap": "๐Ÿ‘",
"wave": "๐Ÿ‘‹",
"+1": "๐Ÿ‘",
"thumbsup": "๐Ÿ‘",
"-1": "๐Ÿ‘Ž",
"thumbsdown": "๐Ÿ‘Ž",
"facepunch": "๐Ÿ‘Š",
"fist": "โœŠ",
"victory": "โœŒ๏ธ",
"ok_hand": "๐Ÿ‘Œ",
"hand": "โœ‹",
"open_hands": "๐Ÿ‘",
"muscle": "๐Ÿ’ช",
"pray": "๐Ÿ™",
"point_up": "โ˜",
"point_up_2": "๐Ÿ‘†",
"point_down": "๐Ÿ‘‡",
"point_left": "๐Ÿ‘ˆ",
"point_right": "๐Ÿ‘‰",
"middle_finger": "๐Ÿ–•",
"splayed_fingers": "๐Ÿ–",
"sign_of_horns": "๐Ÿค˜",
"vulcan_salute": "๐Ÿ––",
"writing_hand": "โœ",
"nail_care": "๐Ÿ’…",
"lips": "๐Ÿ‘„",
"tongue": "๐Ÿ‘…",
"ear": "๐Ÿ‘‚",
"nose": "๐Ÿ‘ƒ",
"eye": "๐Ÿ‘",
"eyes": "๐Ÿ‘€",
"bust_in_silhouette": "๐Ÿ‘ค",
"busts_in_silhouette": "๐Ÿ‘ฅ",
"speaking_head": "๐Ÿ—ฃ",
"baby": "๐Ÿ‘ถ",
"boy": "๐Ÿ‘ฆ",
"girl": "๐Ÿ‘ง",
"man": "๐Ÿ‘จ",
"woman": "๐Ÿ‘ฉ",
"person_with_blond_hair": "๐Ÿ‘ฑ",
"older_man": "๐Ÿ‘ด",
"older_woman": "๐Ÿ‘ต",
"man_with_gua_pi_mao": "๐Ÿ‘ฒ",
"man_with_turban": "๐Ÿ‘ณ",
"cop": "๐Ÿ‘ฎ",
"construction_worker": "๐Ÿ‘ท",
"guardsman": "๐Ÿ’‚",
"sleuth": "๐Ÿ•ต",
"santa": "๐ŸŽ…",
"angel": "๐Ÿ‘ผ",
"princess": "๐Ÿ‘ธ",
"bride_with_veil": "๐Ÿ‘ฐ",
"runner": "๐Ÿƒ",
"walking": "๐Ÿšถ",
"dancer": "๐Ÿ’ƒ",
"dancers": "๐Ÿ‘ฏ",
"couple": "๐Ÿ‘ซ",
"two_men_holding_hands": "๐Ÿ‘ฌ",
"two_women_holding_hands": "๐Ÿ‘ญ",
"bow": "๐Ÿ™‡",
"information_desk_person": "๐Ÿ’",
"no_good": "๐Ÿ™…",
"ok_woman": "๐Ÿ™†",
"raising_hand": "๐Ÿ™‹",
"person_with_pouting_face": "๐Ÿ™Ž",
"person_frowning": "๐Ÿ™",
"haircut": "๐Ÿ’‡",
"massage": "๐Ÿ’†",
"couple_with_heart": "๐Ÿ’‘",
"female_couple_with_heart": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ",
"male_couple_with_heart": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ",
"couplekiss": "๐Ÿ’",
"female_couplekiss": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ",
"male_couplekiss": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ",
"family": "๐Ÿ‘ช",
"family_man_woman_girl": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง",
"family_man_woman_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
"family_man_woman_boys": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
"family_man_woman_girls": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง",
"family_women_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ",
"family_women_girl": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง",
"family_women_girl_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
"family_women_boys": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
"family_women_girls": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง",
"family_men_boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ",
"family_men_girl": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง",
"family_men_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ",
"family_men_boys": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ",
"family_men_girls": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง",
"womans_clothes": "๐Ÿ‘š",
"shirt": "๐Ÿ‘•",
"jeans": "๐Ÿ‘–",
"necktie": "๐Ÿ‘”",
"dress": "๐Ÿ‘—",
"bikini": "๐Ÿ‘™",
"kimono": "๐Ÿ‘˜",
"lipstick": "๐Ÿ’„",
"kiss": "๐Ÿ’‹",
"footprints": "๐Ÿ‘ฃ",
"high_heel": "๐Ÿ‘ ",
"sandal": "๐Ÿ‘ก",
"boot": "๐Ÿ‘ข",
"mans_shoe": "๐Ÿ‘ž",
"athletic_shoe": "๐Ÿ‘Ÿ",
"womans_hat": "๐Ÿ‘’",
"tophat": "๐ŸŽฉ",
"helmet": "โ›‘",
"mortar_board": "๐ŸŽ“",
"crown": "๐Ÿ‘‘",
"school_satchel": "๐ŸŽ’",
"pouch": "๐Ÿ‘",
"purse": "๐Ÿ‘›",
"handbag": "๐Ÿ‘œ",
"briefcase": "๐Ÿ’ผ",
"eyeglasses": "๐Ÿ‘“",
"dark_sunglasses": "๐Ÿ•ถ",
"ring": "๐Ÿ’",
"closed_umbrella": "๐ŸŒ‚",
"dog": "๐Ÿถ",
"cat": "๐Ÿฑ",
"mouse": "๐Ÿญ",
"hamster": "๐Ÿน",
"rabbit": "๐Ÿฐ",
"bear": "๐Ÿป",
"panda_face": "๐Ÿผ",
"koala": "๐Ÿจ",
"tiger": "๐Ÿฏ",
"lion_face": "๐Ÿฆ",
"cow": "๐Ÿฎ",
"pig": "๐Ÿท",
"pig_nose": "๐Ÿฝ",
"frog": "๐Ÿธ",
"octopus": "๐Ÿ™",
"monkey_face": "๐Ÿต",
"see_no_evil": "๐Ÿ™ˆ",
"hear_no_evil": "๐Ÿ™‰",
"speak_no_evil": "๐Ÿ™Š",
"monkey": "๐Ÿ’",
"chicken": "๐Ÿ”",
"penguin": "๐Ÿง",
"bird": "๐Ÿฆ",
"baby_chick": "๐Ÿค",
"hatching_chick": "๐Ÿฃ",
"hatched_chick": "๐Ÿฅ",
"wolf": "๐Ÿบ",
"boar": "๐Ÿ—",
"horse": "๐Ÿด",
"unicorn_face": "๐Ÿฆ„",
"bee": "๐Ÿ",
"bug": "๐Ÿ›",
"snail": "๐ŸŒ",
"beetle": "๐Ÿž",
"ant": "๐Ÿœ",
"spider": "๐Ÿ•ท",
"scorpion": "๐Ÿฆ‚",
"crab": "๐Ÿฆ€",
"snake": "๐Ÿ",
"turtle": "๐Ÿข",
"tropical_fish": "๐Ÿ ",
"fish": "๐ŸŸ",
"blowfish": "๐Ÿก",
"dolphin": "๐Ÿฌ",
"whale": "๐Ÿณ",
"whale2": "๐Ÿ‹",
"crocodile": "๐ŸŠ",
"leopard": "๐Ÿ†",
"tiger2": "๐Ÿ…",
"water_buffalo": "๐Ÿƒ",
"ox": "๐Ÿ‚",
"cow2": "๐Ÿ„",
"dromedary_camel": "๐Ÿช",
"camel": "๐Ÿซ",
"elephant": "๐Ÿ˜",
"goat": "๐Ÿ",
"ram": "๐Ÿ",
"sheep": "๐Ÿ‘",
"racehorse": "๐ŸŽ",
"pig2": "๐Ÿ–",
"rat": "๐Ÿ€",
"mouse2": "๐Ÿ",
"rooster": "๐Ÿ“",
"turkey": "๐Ÿฆƒ",
"dove_of_peace": "๐Ÿ•Š",
"dog2": "๐Ÿ•",
"poodle": "๐Ÿฉ",
"cat2": "๐Ÿˆ",
"rabbit2": "๐Ÿ‡",
"chipmunk": "๐Ÿฟ",
"feet": "๐Ÿพ",
"dragon": "๐Ÿ‰",
"dragon_face": "๐Ÿฒ",
"cactus": "๐ŸŒต",
"christmas_tree": "๐ŸŽ„",
"evergreen_tree": "๐ŸŒฒ",
"deciduous_tree": "๐ŸŒณ",
"palm_tree": "๐ŸŒด",
"seedling": "๐ŸŒฑ",
"herb": "๐ŸŒฟ",
"shamrock": "โ˜˜",
"four_leaf_clover": "๐Ÿ€",
"bamboo": "๐ŸŽ",
"tanabata_tree": "๐ŸŽ‹",
"leaves": "๐Ÿƒ",
"fallen_leaf": "๐Ÿ‚",
"maple_leaf": "๐Ÿ",
"ear_of_rice": "๐ŸŒพ",
"hibiscus": "๐ŸŒบ",
"sunflower": "๐ŸŒป",
"rose": "๐ŸŒน",
"tulip": "๐ŸŒท",
"blossom": "๐ŸŒผ",
"cherry_blossom": "๐ŸŒธ",
"bouquet": "๐Ÿ’",
"mushroom": "๐Ÿ„",
"chestnut": "๐ŸŒฐ",
"jack_o_lantern": "๐ŸŽƒ",
"shell": "๐Ÿš",
"spider_web": "๐Ÿ•ธ",
"earth_americas": "๐ŸŒŽ",
"earth_africa": "๐ŸŒ",
"earth_asia": "๐ŸŒ",
"fnull_moon": "๐ŸŒ•",
"waning_gibbous_moon": "๐ŸŒ–",
"last_quarter_moon": "๐ŸŒ—",
"waning_crescent_moon": "๐ŸŒ˜",
"new_moon": "๐ŸŒ‘",
"waxing_crescent_moon": "๐ŸŒ’",
"first_quarter_moon": "๐ŸŒ“",
"moon": "๐ŸŒ”",
"new_moon_with_face": "๐ŸŒš",
"fnull_moon_with_face": "๐ŸŒ",
"first_quarter_moon_with_face": "๐ŸŒ›",
"last_quarter_moon_with_face": "๐ŸŒœ",
"sun_with_face": "๐ŸŒž",
"crescent_moon": "๐ŸŒ™",
"star": "โญ",
"star2": "๐ŸŒŸ",
"dizzy": "๐Ÿ’ซ",
"sparkles": "โœจ",
"comet": "โ˜„",
"sunny": "โ˜€",
"white_sun_with_small_cloud": "๐ŸŒค",
"partly_sunny": "โ›…",
"white_sun_behind_cloud": "๐ŸŒฅ",
"white_sun_behind_cloud_with_rain": "๐ŸŒฆ",
"cloud": "โ˜",
"cloud_with_rain": "๐ŸŒง",
"thunder_cloud_and_rain": "โ›ˆ",
"cloud_with_lightning": "๐ŸŒฉ",
"zap": "โšก",
"fire": "๐Ÿ”ฅ",
"boom": "๐Ÿ’ฅ",
"snowflake": "โ„",
"cloud_with_snow": "๐ŸŒจ",
"snowman": "โ›„",
"snowman_with_snow": "โ˜ƒ",
"wind_blowing_face": "๐ŸŒฌ",
"dash": "๐Ÿ’จ",
"cloud_with_tornado": "๐ŸŒช",
"fog": "๐ŸŒซ",
"umbrella_without_rain": "โ˜‚",
"umbrella": "โ˜”",
"droplet": "๐Ÿ’ง",
"sweat_drops": "๐Ÿ’ฆ",
"ocean": "๐ŸŒŠ",
"green_apple": "๐Ÿ",
"apple": "๐ŸŽ",
"pear": "๐Ÿ",
"tangerine": "๐ŸŠ",
"lemon": "๐Ÿ‹",
"banana": "๐ŸŒ",
"watermelon": "๐Ÿ‰",
"grapes": "๐Ÿ‡",
"strawberry": "๐Ÿ“",
"melon": "๐Ÿˆ",
"cherries": "๐Ÿ’",
"peach": "๐Ÿ‘",
"pineapple": "๐Ÿ",
"tomato": "๐Ÿ…",
"eggplant": "๐Ÿ†",
"hot_pepper": "๐ŸŒถ",
"corn": "๐ŸŒฝ",
"sweet_potato": "๐Ÿ ",
"honey_pot": "๐Ÿฏ",
"bread": "๐Ÿž",
"cheese_wedge": "๐Ÿง€",
"poultry_leg": "๐Ÿ—",
"meat_on_bone": "๐Ÿ–",
"fried_shrimp": "๐Ÿค",
"egg": "๐Ÿณ",
"hamburger": "๐Ÿ”",
"fries": "๐ŸŸ",
"hot_dog": "๐ŸŒญ",
"pizza": "๐Ÿ•",
"spaghetti": "๐Ÿ",
"taco": "๐ŸŒฎ",
"burrito": "๐ŸŒฏ",
"ramen": "๐Ÿœ",
"stew": "๐Ÿฒ",
"fish_cake": "๐Ÿฅ",
"sushi": "๐Ÿฃ",
"bento": "๐Ÿฑ",
"curry": "๐Ÿ›",
"rice_ball": "๐Ÿ™",
"rice": "๐Ÿš",
"rice_cracker": "๐Ÿ˜",
"oden": "๐Ÿข",
"dango": "๐Ÿก",
"shaved_ice": "๐Ÿง",
"ice_cream": "๐Ÿจ",
"icecream": "๐Ÿฆ",
"cake": "๐Ÿฐ",
"birthday": "๐ŸŽ‚",
"custard": "๐Ÿฎ",
"candy": "๐Ÿฌ",
"lollipop": "๐Ÿญ",
"chocolate_bar": "๐Ÿซ",
"popcorn": "๐Ÿฟ",
"doughnut": "๐Ÿฉ",
"cookie": "๐Ÿช",
"beer": "๐Ÿบ",
"beers": "๐Ÿป",
"wine_glass": "๐Ÿท",
"cocktail": "๐Ÿธ",
"tropical_drink": "๐Ÿน",
"bottle": "๐Ÿพ",
"sake": "๐Ÿถ",
"tea": "๐Ÿต",
"coffee": "โ˜•",
"baby_bottle": "๐Ÿผ",
"fork_and_knife": "๐Ÿด",
"fork_and_knife_with_plate": "๐Ÿฝ",
"soccer": "โšฝ",
"basketball": "๐Ÿ€",
"football": "๐Ÿˆ",
"baseball": "โšพ",
"tennis": "๐ŸŽพ",
"volleyball": "๐Ÿ",
"rugby_football": "๐Ÿ‰",
"8ball": "๐ŸŽฑ",
"golf": "โ›ณ",
"golfer": "๐ŸŒ",
"table_tennis": "๐Ÿ“",
"badminton": "๐Ÿธ",
"ice_hockey": "๐Ÿ’",
"field_hockey": "๐Ÿ‘",
"cricket": "๐Ÿ",
"ski": "๐ŸŽฟ",
"skier": "โ›ท",
"snowboarder": "๐Ÿ‚",
"ice_skate": "โ›ธ",
"bow_and_arrow": "๐Ÿน",
"fishing_pole_and_fish": "๐ŸŽฃ",
"rowboat": "๐Ÿšฃ",
"swimmer": "๐ŸŠ",
"surfer": "๐Ÿ„",
"bath": "๐Ÿ›€",
"person_with_ball": "โ›น",
"weight_lifter": "๐Ÿ‹",
"bicyclist": "๐Ÿšด",
"mountain_bicyclist": "๐Ÿšต",
"horse_racing": "๐Ÿ‡",
"man_levitating": "๐Ÿ•ด",
"trophy": "๐Ÿ†",
"running_shirt_with_sash": "๐ŸŽฝ",
"sports_medal": "๐Ÿ…",
"military_medal": "๐ŸŽ–",
"reminder_ribbon": "๐ŸŽ—",
"rosette": "๐Ÿต",
"ticket": "๐ŸŽซ",
"admission_ticket": "๐ŸŽŸ",
"performing_arts": "๐ŸŽญ",
"art": "๐ŸŽจ",
"circus_tent": "๐ŸŽช",
"microphone": "๐ŸŽค",
"headphones": "๐ŸŽง",
"musical_score": "๐ŸŽผ",
"musical_keyboard": "๐ŸŽน",
"saxophone": "๐ŸŽท",
"trumpet": "๐ŸŽบ",
"guitar": "๐ŸŽธ",
"violin": "๐ŸŽป",
"clapper": "๐ŸŽฌ",
"video_game": "๐ŸŽฎ",
"space_invader": "๐Ÿ‘พ",
"dart": "๐ŸŽฏ",
"game_die": "๐ŸŽฒ",
"slot_machine": "๐ŸŽฐ",
"bowling": "๐ŸŽณ",
"car": "๐Ÿš—",
"taxi": "๐Ÿš•",
"blue_car": "๐Ÿš™",
"bus": "๐ŸšŒ",
"trolleybus": "๐ŸšŽ",
"racing_car": "๐ŸŽ",
"police_car": "๐Ÿš“",
"ambulance": "๐Ÿš‘",
"fire_engine": "๐Ÿš’",
"minibus": "๐Ÿš",
"truck": "๐Ÿšš",
"articulated_lorry": "๐Ÿš›",
"tractor": "๐Ÿšœ",
"racing_motorcycle": "๐Ÿ",
"bike": "๐Ÿšฒ",
"rotating_light": "๐Ÿšจ",
"oncoming_police_car": "๐Ÿš”",
"oncoming_bus": "๐Ÿš",
"oncoming_automobile": "๐Ÿš˜",
"oncoming_taxi": "๐Ÿš–",
"aerial_tramway": "๐Ÿšก",
"mountain_cableway": "๐Ÿš ",
"suspension_railway": "๐ŸšŸ",
"railway_car": "๐Ÿšƒ",
"train": "๐Ÿš‹",
"monorail": "๐Ÿš",
"bnullettrain_side": "๐Ÿš„",
"bnullettrain_front": "๐Ÿš…",
"light_rail": "๐Ÿšˆ",
"mountain_railway": "๐Ÿšž",
"steam_locomotive": "๐Ÿš‚",
"train2": "๐Ÿš†",
"metro": "๐Ÿš‡",
"tram": "๐ŸšŠ",
"station": "๐Ÿš‰",
"helicopter": "๐Ÿš",
"small_airplane": "๐Ÿ›ฉ",
"airplane": "โœˆ",
"airplane_departure": "๐Ÿ›ซ",
"airplane_arrival": "๐Ÿ›ฌ",
"boat": "โ›ต",
"motor_boat": "๐Ÿ›ฅ",
"speedboat": "๐Ÿšค",
"ferry": "โ›ด",
"passenger_ship": "๐Ÿ›ณ",
"rocket": "๐Ÿš€",
"artificial_satellite": "๐Ÿ›ฐ",
"seat": "๐Ÿ’บ",
"anchor": "โš“",
"construction": "๐Ÿšง",
"fuelpump": "โ›ฝ",
"busstop": "๐Ÿš",
"vertical_traffic_light": "๐Ÿšฆ",
"traffic_light": "๐Ÿšฅ",
"checkered_flag": "๐Ÿ",
"ship": "๐Ÿšข",
"ferris_wheel": "๐ŸŽก",
"roller_coaster": "๐ŸŽข",
"carousel_horse": "๐ŸŽ ",
"building_construction": "๐Ÿ—",
"foggy": "๐ŸŒ",
"tokyo_tower": "๐Ÿ—ผ",
"factory": "๐Ÿญ",
"fountain": "โ›ฒ",
"rice_scene": "๐ŸŽ‘",
"mountain": "โ›ฐ",
"snow_capped_mountain": "๐Ÿ”",
"mount_fuji": "๐Ÿ—ป",
"volcano": "๐ŸŒ‹",
"japan": "๐Ÿ—พ",
"camping": "๐Ÿ•",
"tent": "โ›บ",
"national_park": "๐Ÿž",
"motorway": "๐Ÿ›ฃ",
"railway_track": "๐Ÿ›ค",
"sunrise": "๐ŸŒ…",
"sunrise_over_mountains": "๐ŸŒ„",
"desert": "๐Ÿœ",
"beach_with_umbrella": "๐Ÿ–",
"desert_island": "๐Ÿ",
"city_sunrise": "๐ŸŒ‡",
"city_sunset": "๐ŸŒ†",
"cityscape": "๐Ÿ™",
"night_with_stars": "๐ŸŒƒ",
"bridge_at_night": "๐ŸŒ‰",
"milky_way": "๐ŸŒŒ",
"stars": "๐ŸŒ ",
"sparkler": "๐ŸŽ‡",
"fireworks": "๐ŸŽ†",
"rainbow": "๐ŸŒˆ",
"buildings": "๐Ÿ˜",
"european_castle": "๐Ÿฐ",
"japanese_castle": "๐Ÿฏ",
"stadium": "๐ŸŸ",
"statue_of_liberty": "๐Ÿ—ฝ",
"house": "๐Ÿ ",
"house_with_garden": "๐Ÿก",
"derelict_house": "๐Ÿš",
"office": "๐Ÿข",
"department_store": "๐Ÿฌ",
"post_office": "๐Ÿฃ",
"european_post_office": "๐Ÿค",
"hospital": "๐Ÿฅ",
"bank": "๐Ÿฆ",
"hotel": "๐Ÿจ",
"convenience_store": "๐Ÿช",
"school": "๐Ÿซ",
"love_hotel": "๐Ÿฉ",
"wedding": "๐Ÿ’’",
"museum": "๐Ÿ›",
"church": "โ›ช",
"mosque": "๐Ÿ•Œ",
"synagogue": "๐Ÿ•",
"kaaba": "๐Ÿ•‹",
"shinto_shrine": "โ›ฉ",
"watch": "โŒš",
"iphone": "๐Ÿ“ฑ",
"calling": "๐Ÿ“ฒ",
"computer": "๐Ÿ’ป",
"keyboard": "โŒจ",
"desktop_computer": "๐Ÿ–ฅ",
"printer": "๐Ÿ–จ",
"three_button_mouse": "๐Ÿ–ฑ",
"trackball": "๐Ÿ–ฒ",
"joystick": "๐Ÿ•น",
"compression": "๐Ÿ—œ",
"minidisc": "๐Ÿ’ฝ",
"floppy_disk": "๐Ÿ’พ",
"cd": "๐Ÿ’ฟ",
"dvd": "๐Ÿ“€",
"vhs": "๐Ÿ“ผ",
"camera": "๐Ÿ“ท",
"camera_with_flash": "๐Ÿ“ธ",
"video_camera": "๐Ÿ“น",
"movie_camera": "๐ŸŽฅ",
"film_projector": "๐Ÿ“ฝ",
"film_frames": "๐ŸŽž",
"telephone_receiver": "๐Ÿ“ž",
"phone": "โ˜Ž",
"pager": "๐Ÿ“Ÿ",
"fax": "๐Ÿ“ ",
"tv": "๐Ÿ“บ",
"radio": "๐Ÿ“ป",
"studio_microphone": "๐ŸŽ™",
"level_slider": "๐ŸŽš",
"control_knobs": "๐ŸŽ›",
"stopwatch": "โฑ",
"timer_clock": "โฒ",
"alarm_clock": "โฐ",
"mantelpiece_clock": "๐Ÿ•ฐ",
"hourglass_flowing_sand": "โณ",
"hourglass": "โŒ›",
"satellite": "๐Ÿ“ก",
"battery": "๐Ÿ”‹",
"bulb": "๐Ÿ’ก",
"flashlight": "๐Ÿ”ฆ",
"candle": "๐Ÿ•ฏ",
"wastebasket": "๐Ÿ—‘",
"oil_drum": "๐Ÿ›ข",
"money_with_wings": "๐Ÿ’ธ",
"dollar": "๐Ÿ’ต",
"yen": "๐Ÿ’ด",
"euro": "๐Ÿ’ถ",
"pound": "๐Ÿ’ท",
"moneybag": "๐Ÿ’ฐ",
"credit_card": "๐Ÿ’ณ",
"gem": "๐Ÿ’Ž",
"scales": "โš–",
"wrench": "๐Ÿ”ง",
"hammer": "๐Ÿ”จ",
"hammer_and_pick": "โš’",
"hammer_and_wrench": "๐Ÿ› ",
"pick": "โ›",
"nut_and_bolt": "๐Ÿ”ฉ",
"gear": "โš™",
"chains": "โ›“",
"gun": "๐Ÿ”ซ",
"bomb": "๐Ÿ’ฃ",
"hocho": "๐Ÿ”ช",
"dagger_knife": "๐Ÿ—ก",
"crossed_swords": "โš”",
"shield": "๐Ÿ›ก",
"smoking": "๐Ÿšฌ",
"sknull_and_crossbones": "โ˜ ",
"coffin": "โšฐ",
"funeral_urn": "โšฑ",
"amphora": "๐Ÿบ",
"crystal_ball": "๐Ÿ”ฎ",
"prayer_beads": "๐Ÿ“ฟ",
"barber": "๐Ÿ’ˆ",
"alembic": "โš—",
"telescope": "๐Ÿ”ญ",
"microscope": "๐Ÿ”ฌ",
"hole": "๐Ÿ•ณ",
"pill": "๐Ÿ’Š",
"syringe": "๐Ÿ’‰",
"thermometer": "๐ŸŒก",
"label": "๐Ÿท",
"bookmark": "๐Ÿ”–",
"toilet": "๐Ÿšฝ",
"shower": "๐Ÿšฟ",
"bathtub": "๐Ÿ›",
"key": "๐Ÿ”‘",
"old_key": "๐Ÿ—",
"couch_and_lamp": "๐Ÿ›‹",
"sleeping_accommodation": "๐Ÿ›Œ",
"bed": "๐Ÿ›",
"door": "๐Ÿšช",
"bellhop_bell": "๐Ÿ›Ž",
"frame_with_picture": "๐Ÿ–ผ",
"world_map": "๐Ÿ—บ",
"umbrella_on_ground": "โ›ฑ",
"moyai": "๐Ÿ—ฟ",
"shopping_bags": "๐Ÿ›",
"balloon": "๐ŸŽˆ",
"flags": "๐ŸŽ",
"ribbon": "๐ŸŽ€",
"gift": "๐ŸŽ",
"confetti_ball": "๐ŸŽŠ",
"tada": "๐ŸŽ‰",
"dolls": "๐ŸŽŽ",
"wind_chime": "๐ŸŽ",
"crossed_flags": "๐ŸŽŒ",
"izakaya_lantern": "๐Ÿฎ",
"envelope": "โœ‰",
"envelope_with_arrow": "๐Ÿ“ฉ",
"incoming_envelope": "๐Ÿ“จ",
"email": "๐Ÿ“ง",
"love_letter": "๐Ÿ’Œ",
"postbox": "๐Ÿ“ฎ",
"mailbox_closed": "๐Ÿ“ช",
"mailbox": "๐Ÿ“ซ",
"mailbox_with_mail": "๐Ÿ“ฌ",
"mailbox_with_no_mail": "๐Ÿ“ญ",
"package": "๐Ÿ“ฆ",
"postal_horn": "๐Ÿ“ฏ",
"inbox_tray": "๐Ÿ“ฅ",
"outbox_tray": "๐Ÿ“ค",
"scroll": "๐Ÿ“œ",
"page_with_curl": "๐Ÿ“ƒ",
"bookmark_tabs": "๐Ÿ“‰",
"page_facing_up": "๐Ÿ“„",
"date": "๐Ÿ“…",
"calendar": "๐Ÿ“†",
"spiral_calendar_pad": "๐Ÿ—“",
"card_index": "๐Ÿ“‡",
"card_file_box": "๐Ÿ—ƒ",
"ballot_box_with_ballot": "๐Ÿ—ณ",
"file_cabinet": "๐Ÿ—„",
"clipboard": "๐Ÿ“‹",
"spiral_note_pad": "๐Ÿ—’",
"file_folder": "๐Ÿ“",
"open_file_folder": "๐Ÿ“‚",
"card_index_dividers": "๐Ÿ—‚",
"rolled_up_newspaper": "๐Ÿ—ž",
"newspaper": "๐Ÿ“ฐ",
"notebook": "๐Ÿ““",
"closed_book": "๐Ÿ“•",
"green_book": "๐Ÿ“—",
"blue_book": "๐Ÿ“˜",
"orange_book": "๐Ÿ“™",
"notebook_with_decorative_cover": "๐Ÿ“”",
"ledger": "๐Ÿ“’",
"books": "๐Ÿ“š",
"book": "๐Ÿ“–",
"link": "๐Ÿ”—",
"paperclip": "๐Ÿ“Ž",
"linked_paperclips": "๐Ÿ–‡",
"scissors": "โœ‚",
"triangular_ruler": "๐Ÿ“",
"straight_ruler": "๐Ÿ“",
"pushpin": "๐Ÿ“Œ",
"round_pushpin": "๐Ÿ“",
"triangular_flag_on_post": "๐Ÿšฉ",
"waving_white_flag": "๐Ÿณ",
"waving_black_flag": "๐Ÿด",
"closed_lock_with_key": "๐Ÿ”",
"lock": "๐Ÿ”’",
"unlock": "๐Ÿ”“",
"lock_with_ink_pen": "๐Ÿ”",
"lower_left_ballpoint_pen": "๐Ÿ–Š",
"lower_left_fountain_pen": "๐Ÿ–‹",
"black_nib": "โœ’",
"memo": "๐Ÿ“",
"pencil2": "โœ",
"lower_left_crayon": "๐Ÿ–",
"lower_left_paintbrush": "๐Ÿ–Œ",
"mag": "๐Ÿ”",
"mag_right": "๐Ÿ”Ž",
"heart": "โค๏ธ",
"yellow_heart": "๐Ÿ’›",
"green_heart": "๐Ÿ’š",
"blue_heart": "๐Ÿ’™",
"purple_heart": "๐Ÿ’œ",
"broken_heart": "๐Ÿ’”",
"heavy_heart_exclamation_mark_ornament": "โฃ",
"two_hearts": "๐Ÿ’•",
"revolving_hearts": "๐Ÿ’ž",
"heartbeat": "๐Ÿ’“",
"heartpulse": "๐Ÿ’—",
"sparkling_heart": "๐Ÿ’–",
"cupid": "๐Ÿ’˜",
"gift_heart": "๐Ÿ’",
"heart_decoration": "๐Ÿ’Ÿ",
"peace_symbol": "โ˜ฎ",
"latin_cross": "โœ",
"star_and_crescent": "โ˜ช",
"om_symbol": "๐Ÿ•‰",
"wheel_of_dharma": "โ˜ธ",
"star_of_david": "โœก",
"six_pointed_star": "๐Ÿ”ฏ",
"menorah_with_nine_branches": "๐Ÿ•Ž",
"yin_yang": "โ˜ฏ",
"orthodox_cross": "โ˜ฆ",
"place_of_worship": "๐Ÿ›",
"ophiuchus": "โ›Ž",
"aries": "โ™ˆ",
"taurus": "โ™‰",
"gemini": "โ™Š",
"cancer": "โ™‹",
"leo": "โ™Œ",
"virgo": "โ™",
"libra": "โ™Ž",
"scorpius": "โ™",
"sagittarius": "โ™",
"capricorn": "โ™‘",
"aquarius": "โ™’",
"pisces": "โ™“",
"id": "๐Ÿ†”",
"atom_symbol": "โš›",
"u7a7a": "๐Ÿˆณ",
"u5272": "๐Ÿˆน",
"radioactive_sign": "โ˜ข",
"biohazard_sign": "โ˜ฃ",
"mobile_phone_off": "๐Ÿ“ด",
"vibration_mode": "๐Ÿ“ณ",
"u6709": "๐Ÿˆถ",
"u7121": "๐Ÿˆš",
"u7533": "๐Ÿˆธ",
"u55b6": "๐Ÿˆบ",
"u6708": "๐Ÿˆท",
"eight_pointed_black_star": "โœด",
"vs": "๐Ÿ†š",
"accept": "๐Ÿ‰‘",
"white_flower": "๐Ÿ’ฎ",
"ideograph_advantage": "๐Ÿ‰",
"secret": "ใŠ™",
"congratulations": "ใŠ—",
"u5408": "๐Ÿˆด",
"u6e80": "๐Ÿˆต",
"u7981": "๐Ÿˆฒ",
"a": "๐Ÿ…ฐ",
"b": "๐Ÿ…ฑ",
"ab": "๐Ÿ†Ž",
"cl": "๐Ÿ†‘",
"o2": "๐Ÿ…พ",
"sos": "๐Ÿ†˜",
"no_entry": "โ›”",
"name_badge": "๐Ÿ“›",
"no_entry_sign": "๐Ÿšซ",
"x": "โŒ",
"o": "โญ•",
"anger": "๐Ÿ’ข",
"hotsprings": "โ™จ",
"no_pedestrians": "๐Ÿšท",
"do_not_litter": "๐Ÿšฏ",
"no_bicycles": "๐Ÿšณ",
"non-potable_water": "๐Ÿšฑ",
"underage": "๐Ÿ”ž",
"no_mobile_phones": "๐Ÿ“ต",
"exclamation": "โ—",
"grey_exclamation": "โ•",
"question": "โ“",
"grey_question": "โ”",
"bangbang": "โ€ผ",
"interrobang": "โ‰",
"100": "๐Ÿ’ฏ",
"low_brightness": "๐Ÿ”…",
"high_brightness": "๐Ÿ”†",
"trident": "๐Ÿ”ฑ",
"fleur_de_lis": "โšœ",
"part_alternation_mark": "ใ€ฝ",
"warning": "โš ๏ธ",
"children_crossing": "๐Ÿšธ",
"beginner": "๐Ÿ”ฐ",
"recycle": "โ™ป๏ธ",
"u6307": "๐Ÿ’น",
"sparkle": "โ‡๏ธ",
"eight_spoked_asterisk": "โœณ",
"negative_squared_cross_mark": "โŽ",
"white_check_mark": "โœ…",
"diamond_shape_with_a_dot_inside": "๐Ÿ’ ",
"cyclone": "๐ŸŒ€",
"loop": "โžฟ",
"globe_with_meridians": "๐ŸŒ",
"m": "โ“‚",
"atm": "๐Ÿง",
"sa": "๐Ÿˆ‚",
"passport_control": "๐Ÿ›‚",
"customs": "๐Ÿ›ƒ",
"baggage_claim": "๐Ÿ›„",
"left_luggage": "๐Ÿ›…",
"wheelchair": "โ™ฟ",
"no_smoking": "๐Ÿšญ",
"wc": "๐Ÿšพ",
"parking": "๐Ÿ…ฟ",
"potable_water": "๐Ÿšฐ",
"mens": "๐Ÿšน",
"womens": "๐Ÿšบ",
"baby_symbol": "๐Ÿšผ",
"restroom": "๐Ÿšป",
"put_litter_in_its_place": "๐Ÿšฎ",
"cinema": "๐ŸŽฆ",
"signal_strength": "๐Ÿ“ถ",
"koko": "๐Ÿˆ",
"ng": "๐Ÿ†–",
"ok": "๐Ÿ†—",
"up": "๐Ÿ†™",
"cool": "๐Ÿ†’",
"new": "๐Ÿ†•",
"free": "๐Ÿ†“",
"zero": "0โƒฃ",
"one": "1โƒฃ",
"two": "2โƒฃ",
"three": "3โƒฃ",
"four": "4โƒฃ",
"five": "5โƒฃ",
"six": "6โƒฃ",
"seven": "7โƒฃ",
"eight": "8โƒฃ",
"nine": "9โƒฃ",
"keycap_ten": "๐Ÿ”Ÿ",
"keycap_star": "*โƒฃ",
"1234": "๐Ÿ”ข",
"arrow_forward": "โ–ถ",
"double_vertical_bar": "โธ",
"black_right_pointing_triangle_with_double_vertical_bar": "โญ",
"black_square_for_stop": "โน",
"black_circle_for_record": "โบ",
"black_right_pointing_double_triangle_with_vertical_bar": "โฏ",
"black_left_pointing_double_triangle_with_vertical_bar": "โฎ",
"fast_forward": "โฉ",
"rewind": "โช",
"twisted_rightwards_arrows": "๐Ÿ”€",
"repeat": "๐Ÿ”",
"repeat_one": "๐Ÿ”‚",
"arrow_backward": "โ—€๏ธ",
"arrow_up_small": "๐Ÿ”ผ",
"arrow_down_small": "๐Ÿ”ฝ",
"arrow_double_up": "โซ",
"arrow_double_down": "โฌ",
"arrow_right": "โžก๏ธ",
"arrow_left": "โฌ…๏ธ",
"arrow_up": "โฌ†๏ธ",
"arrow_down": "โฌ‡๏ธ",
"arrow_upper_right": "โ†—",
"arrow_lower_right": "โ†˜",
"arrow_lower_left": "โ†™",
"arrow_upper_left": "โ†–",
"arrow_up_down": "โ†•",
"left_right_arrow": "โ†”",
"arrows_counterclockwise": "๐Ÿ”„",
"arrow_right_hook": "โ†ช",
"leftwards_arrow_with_hook": "โ†ฉ",
"arrow_heading_up": "โคด",
"arrow_heading_down": "โคต",
"hash": "#โƒฃ",
"information_source": "โ„น",
"abc": "๐Ÿ”ค",
"abcd": "๐Ÿ”ก",
"capital_abcd": "๐Ÿ” ",
"musical_note": "๐ŸŽต",
"notes": "๐ŸŽถ",
"wavy_dash": "ใ€ฐ",
"curly_loop": "โžฐ",
"heavy_check_mark": "โœ”",
"arrows_clockwise": "๐Ÿ”ƒ",
"heavy_plus_sign": "โž•",
"heavy_minus_sign": "โž–",
"heavy_division_sign": "โž—",
"heavy_multiplication_x": "โœ–",
"heavy_dollar_sign": "๐Ÿ’ฒ",
"currency_exchange": "๐Ÿ’ฑ",
"copyright": "ยฉ๏ธ",
"registered": "ยฎ๏ธ",
"tm": "โ„ข๏ธ",
"end": "๐Ÿ”š",
"back": "๐Ÿ”™",
"on": "๐Ÿ”›",
"top": "๐Ÿ”",
"soon": "๐Ÿ”œ",
"ballot_box_with_check": "โ˜‘",
"radio_button": "๐Ÿ”˜",
"white_circle": "โšช",
"black_circle": "โšซ",
"red_circle": "๐Ÿ”ด",
"large_blue_circle": "๐Ÿ”ต",
"small_orange_diamond": "๐Ÿ”ธ",
"small_blue_diamond": "๐Ÿ”น",
"large_orange_diamond": "๐Ÿ”ถ",
"large_blue_diamond": "๐Ÿ”ท",
"small_red_triangle": "๐Ÿ”บ",
"black_small_square": "โ–ช",
"white_small_square": "โ–ซ",
"black_large_square": "โฌ›",
"white_large_square": "โฌœ",
"small_red_triangle_down": "๐Ÿ”ป",
"black_medium_square": "โ—ผ",
"white_medium_square": "โ—ป",
"black_medium_small_square": "โ—พ",
"white_medium_small_square": "โ—ฝ",
"black_square_button": "๐Ÿ”ฒ",
"white_square_button": "๐Ÿ”ณ",
"speaker": "๐Ÿ”ˆ",
"sound": "๐Ÿ”‰",
"loud_sound": "๐Ÿ”Š",
"mute": "๐Ÿ”‡",
"mega": "๐Ÿ“ฃ",
"loudspeaker": "๐Ÿ“ข",
"bell": "๐Ÿ””",
"no_bell": "๐Ÿ”•",
"black_joker": "๐Ÿƒ",
"mahjong": "๐Ÿ€„",
"spades": "โ™ ๏ธ",
"clubs": "โ™ฃ๏ธ",
"hearts": "โ™ฅ๏ธ",
"diamonds": "โ™ฆ๏ธ",
"flower_playing_cards": "๐ŸŽด",
"thought_balloon": "๐Ÿ’ญ",
"right_anger_bubble": "๐Ÿ—ฏ",
"speech_balloon": "๐Ÿ’ฌ",
"left_speech_bubble": "๐Ÿ—จ",
"clock1": "๐Ÿ•",
"clock2": "๐Ÿ•‘",
"clock3": "๐Ÿ•’",
"clock4": "๐Ÿ•“",
"clock5": "๐Ÿ•”",
"clock6": "๐Ÿ••",
"clock7": "๐Ÿ•–",
"clock8": "๐Ÿ•—",
"clock9": "๐Ÿ•˜",
"clock10": "๐Ÿ•™",
"clock11": "๐Ÿ•š",
"clock12": "๐Ÿ•›",
"clock130": "๐Ÿ•œ",
"clock230": "๐Ÿ•",
"clock330": "๐Ÿ•ž",
"clock430": "๐Ÿ•Ÿ",
"clock530": "๐Ÿ• ",
"clock630": "๐Ÿ•ก",
"clock730": "๐Ÿ•ข",
"clock830": "๐Ÿ•ฃ",
"clock930": "๐Ÿ•ค",
"clock1030": "๐Ÿ•ฅ",
"clock1130": "๐Ÿ•ฆ",
"clock1230": "๐Ÿ•ง",
"af": "๐Ÿ‡ฆ๐Ÿ‡ซ",
"ax": "๐Ÿ‡ฆ๐Ÿ‡ฝ",
"al": "๐Ÿ‡ฆ๐Ÿ‡ฑ",
"dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ",
"as": "๐Ÿ‡ฆ๐Ÿ‡ธ",
"ad": "๐Ÿ‡ฆ๐Ÿ‡ฉ",
"ao": "๐Ÿ‡ฆ๐Ÿ‡ด",
"ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ",
"aq": "๐Ÿ‡ฆ๐Ÿ‡ถ",
"ag": "๐Ÿ‡ฆ๐Ÿ‡ฌ",
"ar": "๐Ÿ‡ฆ๐Ÿ‡ท",
"am": "๐Ÿ‡ฆ๐Ÿ‡ฒ",
"aw": "๐Ÿ‡ฆ๐Ÿ‡ผ",
"au": "๐Ÿ‡ฆ๐Ÿ‡บ",
"at": "๐Ÿ‡ฆ๐Ÿ‡น",
"az": "๐Ÿ‡ฆ๐Ÿ‡ฟ",
"bs": "๐Ÿ‡ง๐Ÿ‡ธ",
"bh": "๐Ÿ‡ง๐Ÿ‡ญ",
"bd": "๐Ÿ‡ง๐Ÿ‡ฉ",
"bb": "๐Ÿ‡ง๐Ÿ‡ง",
"by": "๐Ÿ‡ง๐Ÿ‡พ",
"be": "๐Ÿ‡ง๐Ÿ‡ช",
"bz": "๐Ÿ‡ง๐Ÿ‡ฟ",
"bj": "๐Ÿ‡ง๐Ÿ‡ฏ",
"bm": "๐Ÿ‡ง๐Ÿ‡ฒ",
"bt": "๐Ÿ‡ง๐Ÿ‡น",
"bo": "๐Ÿ‡ง๐Ÿ‡ด",
"bq": "๐Ÿ‡ง๐Ÿ‡ถ",
"ba": "๐Ÿ‡ง๐Ÿ‡ฆ",
"bw": "๐Ÿ‡ง๐Ÿ‡ผ",
"br": "๐Ÿ‡ง๐Ÿ‡ท",
"io": "๐Ÿ‡ฎ๐Ÿ‡ด",
"vg": "๐Ÿ‡ป๐Ÿ‡ฌ",
"bn": "๐Ÿ‡ง๐Ÿ‡ณ",
"bg": "๐Ÿ‡ง๐Ÿ‡ฌ",
"bf": "๐Ÿ‡ง๐Ÿ‡ซ",
"bi": "๐Ÿ‡ง๐Ÿ‡ฎ",
"cv": "๐Ÿ‡จ๐Ÿ‡ป",
"kh": "๐Ÿ‡ฐ๐Ÿ‡ญ",
"cm": "๐Ÿ‡จ๐Ÿ‡ฒ",
"ca": "๐Ÿ‡จ๐Ÿ‡ฆ",
"ic": "๐Ÿ‡ฎ๐Ÿ‡จ",
"ky": "๐Ÿ‡ฐ๐Ÿ‡พ",
"cf": "๐Ÿ‡จ๐Ÿ‡ซ",
"td": "๐Ÿ‡น๐Ÿ‡ฉ",
"chile": "๐Ÿ‡จ๐Ÿ‡ฑ",
"cn": "๐Ÿ‡จ๐Ÿ‡ณ",
"cx": "๐Ÿ‡จ๐Ÿ‡ฝ",
"cc": "๐Ÿ‡จ๐Ÿ‡จ",
"co": "๐Ÿ‡จ๐Ÿ‡ด",
"km": "๐Ÿ‡ฐ๐Ÿ‡ฒ",
"cg": "๐Ÿ‡จ๐Ÿ‡ฌ",
"drc": "๐Ÿ‡จ๐Ÿ‡ฉ",
"ck": "๐Ÿ‡จ๐Ÿ‡ฐ",
"cr": "๐Ÿ‡จ๐Ÿ‡ท",
"hr": "๐Ÿ‡ญ๐Ÿ‡ท",
"cu": "๐Ÿ‡จ๐Ÿ‡บ",
"cw": "๐Ÿ‡จ๐Ÿ‡ผ",
"cy": "๐Ÿ‡จ๐Ÿ‡พ",
"cz": "๐Ÿ‡จ๐Ÿ‡ฟ",
"dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ",
"dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ",
"dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ",
"do": "๐Ÿ‡ฉ๐Ÿ‡ด",
"ec": "๐Ÿ‡ช๐Ÿ‡จ",
"eg": "๐Ÿ‡ช๐Ÿ‡ฌ",
"sv": "๐Ÿ‡ธ๐Ÿ‡ป",
"gq": "๐Ÿ‡ฌ๐Ÿ‡ถ",
"er": "๐Ÿ‡ช๐Ÿ‡ท",
"ee": "๐Ÿ‡ช๐Ÿ‡ช",
"et": "๐Ÿ‡ช๐Ÿ‡น",
"eu": "๐Ÿ‡ช๐Ÿ‡บ",
"fk": "๐Ÿ‡ซ๐Ÿ‡ฐ",
"fo": "๐Ÿ‡ซ๐Ÿ‡ด",
"fj": "๐Ÿ‡ซ๐Ÿ‡ฏ",
"fi": "๐Ÿ‡ซ๐Ÿ‡ฎ",
"fr": "๐Ÿ‡ซ๐Ÿ‡ท",
"gf": "๐Ÿ‡ฌ๐Ÿ‡ซ",
"pf": "๐Ÿ‡ต๐Ÿ‡ซ",
"tf": "๐Ÿ‡น๐Ÿ‡ซ",
"ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ",
"gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ",
"ge": "๐Ÿ‡ฌ๐Ÿ‡ช",
"de": "๐Ÿ‡ฉ๐Ÿ‡ช",
"gh": "๐Ÿ‡ฌ๐Ÿ‡ญ",
"gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ",
"gr": "๐Ÿ‡ฌ๐Ÿ‡ท",
"gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ",
"gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ",
"gp": "๐Ÿ‡ฌ๐Ÿ‡ต",
"gu": "๐Ÿ‡ฌ๐Ÿ‡บ",
"gt": "๐Ÿ‡ฌ๐Ÿ‡น",
"gg": "๐Ÿ‡ฌ๐Ÿ‡ฌ",
"gn": "๐Ÿ‡ฌ๐Ÿ‡ณ",
"gw": "๐Ÿ‡ฌ๐Ÿ‡ผ",
"gy": "๐Ÿ‡ฌ๐Ÿ‡พ",
"ht": "๐Ÿ‡ญ๐Ÿ‡น",
"hn": "๐Ÿ‡ญ๐Ÿ‡ณ",
"hk": "๐Ÿ‡ญ๐Ÿ‡ฐ",
"hu": "๐Ÿ‡ญ๐Ÿ‡บ",
"is": "๐Ÿ‡ฎ๐Ÿ‡ธ",
"in": "๐Ÿ‡ฎ๐Ÿ‡ณ",
"indonesia": "๐Ÿ‡ฎ๐Ÿ‡ฉ",
"ir": "๐Ÿ‡ฎ๐Ÿ‡ท",
"iq": "๐Ÿ‡ฎ๐Ÿ‡ถ",
"ie": "๐Ÿ‡ฎ๐Ÿ‡ช",
"im": "๐Ÿ‡ฎ๐Ÿ‡ฒ",
"il": "๐Ÿ‡ฎ๐Ÿ‡ฑ",
"it": "๐Ÿ‡ฎ๐Ÿ‡น",
"ci": "๐Ÿ‡จ๐Ÿ‡ฎ",
"jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ",
"jp": "๐Ÿ‡ฏ๐Ÿ‡ต",
"je": "๐Ÿ‡ฏ๐Ÿ‡ช",
"jo": "๐Ÿ‡ฏ๐Ÿ‡ด",
"kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ",
"ke": "๐Ÿ‡ฐ๐Ÿ‡ช",
"ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ",
"xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ",
"kw": "๐Ÿ‡ฐ๐Ÿ‡ผ",
"kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ",
"la": "๐Ÿ‡ฑ๐Ÿ‡ฆ",
"lv": "๐Ÿ‡ฑ๐Ÿ‡ป",
"lb": "๐Ÿ‡ฑ๐Ÿ‡ง",
"ls": "๐Ÿ‡ฑ๐Ÿ‡ธ",
"lr": "๐Ÿ‡ฑ๐Ÿ‡ท",
"ly": "๐Ÿ‡ฑ๐Ÿ‡พ",
"li": "๐Ÿ‡ฑ๐Ÿ‡ฎ",
"lt": "๐Ÿ‡ฑ๐Ÿ‡น",
"lu": "๐Ÿ‡ฑ๐Ÿ‡บ",
"mo": "๐Ÿ‡ฒ๐Ÿ‡ด",
"mk": "๐Ÿ‡ฒ๐Ÿ‡ฐ",
"mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ",
"mw": "๐Ÿ‡ฒ๐Ÿ‡ผ",
"my": "๐Ÿ‡ฒ๐Ÿ‡พ",
"mv": "๐Ÿ‡ฒ๐Ÿ‡ป",
"ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ",
"mt": "๐Ÿ‡ฒ๐Ÿ‡น",
"mh": "๐Ÿ‡ฒ๐Ÿ‡ญ",
"mq": "๐Ÿ‡ฒ๐Ÿ‡ถ",
"mr": "๐Ÿ‡ฒ๐Ÿ‡ท",
"mu": "๐Ÿ‡ฒ๐Ÿ‡บ",
"yt": "๐Ÿ‡พ๐Ÿ‡น",
"mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ",
"fm": "๐Ÿ‡ซ๐Ÿ‡ฒ",
"md": "๐Ÿ‡ฒ๐Ÿ‡ฉ",
"mc": "๐Ÿ‡ฒ๐Ÿ‡จ",
"mn": "๐Ÿ‡ฒ๐Ÿ‡ณ",
"me": "๐Ÿ‡ฒ๐Ÿ‡ช",
"ms": "๐Ÿ‡ฒ๐Ÿ‡ธ",
"ma": "๐Ÿ‡ฒ๐Ÿ‡ฆ",
"mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ",
"mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ",
"na": "๐Ÿ‡ณ๐Ÿ‡ฆ",
"nr": "๐Ÿ‡ณ๐Ÿ‡ท",
"np": "๐Ÿ‡ณ๐Ÿ‡ต",
"nl": "๐Ÿ‡ณ๐Ÿ‡ฑ",
"nc": "๐Ÿ‡ณ๐Ÿ‡จ",
"nz": "๐Ÿ‡ณ๐Ÿ‡ฟ",
"ni": "๐Ÿ‡ณ๐Ÿ‡ฎ",
"ne": "๐Ÿ‡ณ๐Ÿ‡ช",
"nigeria": "๐Ÿ‡ณ๐Ÿ‡ฌ",
"nu": "๐Ÿ‡ณ๐Ÿ‡บ",
"nf": "๐Ÿ‡ณ๐Ÿ‡ซ",
"mp": "๐Ÿ‡ฒ๐Ÿ‡ต",
"kp": "๐Ÿ‡ฐ๐Ÿ‡ต",
"no": "๐Ÿ‡ณ๐Ÿ‡ด",
"om": "๐Ÿ‡ด๐Ÿ‡ฒ",
"pk": "๐Ÿ‡ต๐Ÿ‡ฐ",
"pw": "๐Ÿ‡ต๐Ÿ‡ผ",
"ps": "๐Ÿ‡ต๐Ÿ‡ธ",
"pa": "๐Ÿ‡ต๐Ÿ‡ฆ",
"pg": "๐Ÿ‡ต๐Ÿ‡ฌ",
"py": "๐Ÿ‡ต๐Ÿ‡พ",
"pe": "๐Ÿ‡ต๐Ÿ‡ช",
"ph": "๐Ÿ‡ต๐Ÿ‡ญ",
"pn": "๐Ÿ‡ต๐Ÿ‡ณ",
"pl": "๐Ÿ‡ต๐Ÿ‡ฑ",
"pt": "๐Ÿ‡ต๐Ÿ‡น",
"pr": "๐Ÿ‡ต๐Ÿ‡ท",
"qa": "๐Ÿ‡ถ๐Ÿ‡ฆ",
"re": "๐Ÿ‡ท๐Ÿ‡ช",
"ro": "๐Ÿ‡ท๐Ÿ‡ด",
"ru": "๐Ÿ‡ท๐Ÿ‡บ",
"rw": "๐Ÿ‡ท๐Ÿ‡ผ",
"bl": "๐Ÿ‡ง๐Ÿ‡ฑ",
"sh": "๐Ÿ‡ธ๐Ÿ‡ญ",
"kn": "๐Ÿ‡ฐ๐Ÿ‡ณ",
"lc": "๐Ÿ‡ฑ๐Ÿ‡จ",
"pm": "๐Ÿ‡ต๐Ÿ‡ฒ",
"vc": "๐Ÿ‡ป๐Ÿ‡จ",
"ws": "๐Ÿ‡ผ๐Ÿ‡ธ",
"sm": "๐Ÿ‡ธ๐Ÿ‡ฒ",
"st": "๐Ÿ‡ธ๐Ÿ‡น",
"saudi_arabia": "๐Ÿ‡ธ๐Ÿ‡ฆ",
"sn": "๐Ÿ‡ธ๐Ÿ‡ณ",
"rs": "๐Ÿ‡ท๐Ÿ‡ธ",
"sc": "๐Ÿ‡ธ๐Ÿ‡จ",
"sl": "๐Ÿ‡ธ๐Ÿ‡ฑ",
"sg": "๐Ÿ‡ธ๐Ÿ‡ฌ",
"sx": "๐Ÿ‡ธ๐Ÿ‡ฝ",
"sk": "๐Ÿ‡ธ๐Ÿ‡ฐ",
"si": "๐Ÿ‡ธ๐Ÿ‡ฎ",
"sb": "๐Ÿ‡ธ๐Ÿ‡ง",
"so": "๐Ÿ‡ธ๐Ÿ‡ด",
"za": "๐Ÿ‡ฟ๐Ÿ‡ฆ",
"gs": "๐Ÿ‡ฌ๐Ÿ‡ธ",
"kr": "๐Ÿ‡ฐ๐Ÿ‡ท",
"ss": "๐Ÿ‡ธ๐Ÿ‡ธ",
"es": "๐Ÿ‡ช๐Ÿ‡ธ",
"lk": "๐Ÿ‡ฑ๐Ÿ‡ฐ",
"sd": "๐Ÿ‡ธ๐Ÿ‡ฉ",
"sr": "๐Ÿ‡ธ๐Ÿ‡ท",
"sz": "๐Ÿ‡ธ๐Ÿ‡ฟ",
"se": "๐Ÿ‡ธ๐Ÿ‡ช",
"ch": "๐Ÿ‡จ๐Ÿ‡ญ",
"sy": "๐Ÿ‡ธ๐Ÿ‡พ",
"tw": "๐Ÿ‡น๐Ÿ‡ผ",
"tj": "๐Ÿ‡น๐Ÿ‡ฏ",
"tz": "๐Ÿ‡น๐Ÿ‡ฟ",
"th": "๐Ÿ‡น๐Ÿ‡ญ",
"tl": "๐Ÿ‡น๐Ÿ‡ฑ",
"tg": "๐Ÿ‡น๐Ÿ‡ฌ",
"tk": "๐Ÿ‡น๐Ÿ‡ฐ",
"to": "๐Ÿ‡น๐Ÿ‡ด",
"tt": "๐Ÿ‡น๐Ÿ‡น",
"tn": "๐Ÿ‡น๐Ÿ‡ณ",
"tr": "๐Ÿ‡น๐Ÿ‡ท",
"turkmenistan": "๐Ÿ‡น๐Ÿ‡ฒ",
"tc": "๐Ÿ‡น๐Ÿ‡จ",
"tuvalu": "๐Ÿ‡น๐Ÿ‡ป",
"ug": "๐Ÿ‡บ๐Ÿ‡ฌ",
"ua": "๐Ÿ‡บ๐Ÿ‡ฆ",
"ae": "๐Ÿ‡ฆ๐Ÿ‡ช",
"gb": "๐Ÿ‡ฌ๐Ÿ‡ง",
"us": "๐Ÿ‡บ๐Ÿ‡ธ",
"vi": "๐Ÿ‡ป๐Ÿ‡ฎ",
"uy": "๐Ÿ‡บ๐Ÿ‡พ",
"uz": "๐Ÿ‡บ๐Ÿ‡ฟ",
"vu": "๐Ÿ‡ป๐Ÿ‡บ",
"va": "๐Ÿ‡ป๐Ÿ‡ฆ",
"ve": "๐Ÿ‡ป๐Ÿ‡ช",
"vn": "๐Ÿ‡ป๐Ÿ‡ณ",
"wf": "๐Ÿ‡ผ๐Ÿ‡ซ",
"eh": "๐Ÿ‡ช๐Ÿ‡ญ",
"ye": "๐Ÿ‡พ๐Ÿ‡ช",
"zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ",
"zw": "๐Ÿ‡ฟ๐Ÿ‡ผ",
};
var shortcuts = Object.keys(emojiMap);
var emojis = Object.values(emojiMap);
var emojiStrategy = {
match: /(^|\s):(\w*)$/,
search: function (term, callback) {
var regexp = new RegExp(term);
callback($.grep(shortcuts, function (shortcut) {
return regexp.test(shortcut);
}));
},
replace: function (value) {
return emojiMap[value];
},
template: function (value) {
return ":" + value + ": " + emojiMap[value];
}
};
var options = { maxCount: 20, debounce: 300 };
$(document).on('keydown', 'textarea', function(e) {
$(e.target).textcomplete([emojiStrategy], options);
});
$(document).on('keydown', 'input[type=text]', function(e) {
$(e.target).textcomplete([emojiStrategy], options);
});
$(document).on('keydown', '[contenteditable="true"]', function(e) {
$(e.target).textcomplete([emojiStrategy], options);
});
})();
@briankung
Copy link
Author

@yarkovaleksei good refactor!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment