From ac7140512f694d84cfb6755d8862a708911b390f Mon Sep 17 00:00:00 2001 From: Danijel-James Wynyard Date: Sat, 17 Feb 2018 15:12:01 +1100 Subject: [PATCH] emojify template --- emojify | 1910 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1910 insertions(+) create mode 100755 emojify diff --git a/emojify b/emojify new file mode 100755 index 0000000..2b0bd75 --- /dev/null +++ b/emojify @@ -0,0 +1,1910 @@ +#!/usr/bin/env bash +# +# emojify +# https://github.com/mrowa44/emojify +# +# Substitutes emoji aliases (like :sparkling_heart:) to emoji raw characters. +# +# emojify takes input from argument list or from the pipeline. +# +# +# For instance, to emojify git log run: +# $ git log --oneline --color | emojify | less +# (you need to specify color option if you want colors) +# +# To have an alias that does that for you, add something like: +# log = ! git log --oneline --color | emojify | less +# to your .gitconfig +# +# Or, you could do something silly like: +# $ emojify "Hey, I just :raising_hand: you, and this is :scream: , but +# here's my :calling: , so :telephone_receiver: me, maybe?" + +# List generated by +# https://gist.github.com/GrenderG/fd4eb4c73eadad219b0ecb5f9345070a#file-emoji_scrap-py +declare -A emojis=( + + # category: people + + [":grinning:"]="\U1f600" + [":grin:"]="\U1f601" + [":joy:"]="\U1f602" + [":rofl:"]="\U1f923" + [":smiley:"]="\U1f603" + [":smile:"]="\U1f604" + [":sweat_smile:"]="\U1f605" + [":laughing:"]="\U1f606" + [":wink:"]="\U1f609" + [":blush:"]="\U1f60a" + [":yum:"]="\U1f60b" + [":sunglasses:"]="\U1f60e" + [":heart_eyes:"]="\U1f60d" + [":kissing_heart:"]="\U1f618" + [":kissing:"]="\U1f617" + [":kissing_smiling_eyes:"]="\U1f619" + [":kissing_closed_eyes:"]="\U1f61a" + [":relaxed:"]="\U263a" + [":slight_smile:"]="\U1f642" + [":hugging:"]="\U1f917" + [":thinking:"]="\U1f914" + [":neutral_face:"]="\U1f610" + [":expressionless:"]="\U1f611" + [":no_mouth:"]="\U1f636" + [":rolling_eyes:"]="\U1f644" + [":smirk:"]="\U1f60f" + [":persevere:"]="\U1f623" + [":disappointed_relieved:"]="\U1f625" + [":open_mouth:"]="\U1f62e" + [":zipper_mouth:"]="\U1f910" + [":hushed:"]="\U1f62f" + [":sleepy:"]="\U1f62a" + [":tired_face:"]="\U1f62b" + [":sleeping:"]="\U1f634" + [":relieved:"]="\U1f60c" + [":nerd:"]="\U1f913" + [":stuck_out_tongue:"]="\U1f61b" + [":stuck_out_tongue_winking_eye:"]="\U1f61c" + [":stuck_out_tongue_closed_eyes:"]="\U1f61d" + [":drooling_face:"]="\U1f924" + [":unamused:"]="\U1f612" + [":sweat:"]="\U1f613" + [":pensive:"]="\U1f614" + [":confused:"]="\U1f615" + [":upside_down:"]="\U1f643" + [":money_mouth:"]="\U1f911" + [":astonished:"]="\U1f632" + [":frowning2:"]="\U2639" + [":slight_frown:"]="\U1f641" + [":confounded:"]="\U1f616" + [":disappointed:"]="\U1f61e" + [":worried:"]="\U1f61f" + [":triumph:"]="\U1f624" + [":cry:"]="\U1f622" + [":sob:"]="\U1f62d" + [":frowning:"]="\U1f626" + [":anguished:"]="\U1f627" + [":fearful:"]="\U1f628" + [":weary:"]="\U1f629" + [":grimacing:"]="\U1f62c" + [":cold_sweat:"]="\U1f630" + [":scream:"]="\U1f631" + [":flushed:"]="\U1f633" + [":dizzy_face:"]="\U1f635" + [":rage:"]="\U1f621" + [":angry:"]="\U1f620" + [":innocent:"]="\U1f607" + [":cowboy:"]="\U1f920" + [":clown:"]="\U1f921" + [":lying_face:"]="\U1f925" + [":mask:"]="\U1f637" + [":thermometer_face:"]="\U1f912" + [":head_bandage:"]="\U1f915" + [":nauseated_face:"]="\U1f922" + [":sneezing_face:"]="\U1f927" + [":smiling_imp:"]="\U1f608" + [":imp:"]="\U1f47f" + [":japanese_ogre:"]="\U1f479" + [":japanese_goblin:"]="\U1f47a" + [":skull:"]="\U1f480" + [":ghost:"]="\U1f47b" + [":alien:"]="\U1f47d" + [":robot:"]="\U1f916" + [":poop:"]="\U1f4a9" + [":smiley_cat:"]="\U1f63a" + [":smile_cat:"]="\U1f638" + [":joy_cat:"]="\U1f639" + [":heart_eyes_cat:"]="\U1f63b" + [":smirk_cat:"]="\U1f63c" + [":kissing_cat:"]="\U1f63d" + [":scream_cat:"]="\U1f640" + [":crying_cat_face:"]="\U1f63f" + [":pouting_cat:"]="\U1f63e" + [":boy:"]="\U1f466" + [":girl:"]="\U1f467" + [":man:"]="\U1f468" + [":woman:"]="\U1f469" + [":older_man:"]="\U1f474" + [":older_woman:"]="\U1f475" + [":baby:"]="\U1f476" + [":angel:"]="\U1f47c" + [":cop:"]="\U1f46e" + [":spy:"]="\U1f575" + [":guardsman:"]="\U1f482" + [":construction_worker:"]="\U1f477" + [":man_with_turban:"]="\U1f473" + [":person_with_blond_hair:"]="\U1f471" + [":santa:"]="\U1f385" + [":mrs_claus:"]="\U1f936" + [":princess:"]="\U1f478" + [":prince:"]="\U1f934" + [":bride_with_veil:"]="\U1f470" + [":man_in_tuxedo:"]="\U1f935" + [":pregnant_woman:"]="\U1f930" + [":man_with_gua_pi_mao:"]="\U1f472" + [":person_frowning:"]="\U1f64d" + [":person_with_pouting_face:"]="\U1f64e" + [":no_good:"]="\U1f645" + [":ok_woman:"]="\U1f646" + [":information_desk_person:"]="\U1f481" + [":raising_hand:"]="\U1f64b" + [":bow:"]="\U1f647" + [":face_palm:"]="\U1f926" + [":shrug:"]="\U1f937" + [":massage:"]="\U1f486" + [":haircut:"]="\U1f487" + [":walking:"]="\U1f6b6" + [":runner:"]="\U1f3c3" + [":dancer:"]="\U1f483" + [":man_dancing:"]="\U1f57a" + [":dancers:"]="\U1f46f" + [":speaking_head:"]="\U1f5e3" + [":bust_in_silhouette:"]="\U1f464" + [":busts_in_silhouette:"]="\U1f465" + [":couple:"]="\U1f46b" + [":two_men_holding_hands:"]="\U1f46c" + [":two_women_holding_hands:"]="\U1f46d" + [":couplekiss:"]="\U1f48f" + [":kiss_mm:"]="\U1f468\U2764\U1f48b\U1f468" + + # category: nature + + [":see_no_evil:"]="\U1f648" + [":hear_no_evil:"]="\U1f649" + [":speak_no_evil:"]="\U1f64a" + [":sweat_drops:"]="\U1f4a6" + [":dash:"]="\U1f4a8" + [":monkey_face:"]="\U1f435" + [":monkey:"]="\U1f412" + [":gorilla:"]="\U1f98d" + [":dog:"]="\U1f436" + [":dog2:"]="\U1f415" + [":poodle:"]="\U1f429" + [":wolf:"]="\U1f43a" + [":fox:"]="\U1f98a" + [":cat:"]="\U1f431" + [":cat2:"]="\U1f408" + [":lion_face:"]="\U1f981" + [":tiger:"]="\U1f42f" + [":tiger2:"]="\U1f405" + [":leopard:"]="\U1f406" + [":horse:"]="\U1f434" + [":racehorse:"]="\U1f40e" + [":deer:"]="\U1f98c" + [":unicorn:"]="\U1f984" + [":cow:"]="\U1f42e" + [":ox:"]="\U1f402" + [":water_buffalo:"]="\U1f403" + [":cow2:"]="\U1f404" + [":pig:"]="\U1f437" + [":pig2:"]="\U1f416" + [":boar:"]="\U1f417" + [":pig_nose:"]="\U1f43d" + [":ram:"]="\U1f40f" + [":sheep:"]="\U1f411" + [":goat:"]="\U1f410" + [":dromedary_camel:"]="\U1f42a" + [":camel:"]="\U1f42b" + [":elephant:"]="\U1f418" + [":rhino:"]="\U1f98f" + [":mouse:"]="\U1f42d" + [":mouse2:"]="\U1f401" + [":rat:"]="\U1f400" + [":hamster:"]="\U1f439" + [":rabbit:"]="\U1f430" + [":rabbit2:"]="\U1f407" + [":chipmunk:"]="\U1f43f" + [":bat:"]="\U1f987" + [":bear:"]="\U1f43b" + [":koala:"]="\U1f428" + [":panda_face:"]="\U1f43c" + [":feet:"]="\U1f43e" + [":turkey:"]="\U1f983" + [":chicken:"]="\U1f414" + [":rooster:"]="\U1f413" + [":hatching_chick:"]="\U1f423" + [":baby_chick:"]="\U1f424" + [":hatched_chick:"]="\U1f425" + [":bird:"]="\U1f426" + [":penguin:"]="\U1f427" + [":dove:"]="\U1f54a" + [":eagle:"]="\U1f985" + [":duck:"]="\U1f986" + [":owl:"]="\U1f989" + [":frog:"]="\U1f438" + [":crocodile:"]="\U1f40a" + [":turtle:"]="\U1f422" + [":lizard:"]="\U1f98e" + [":snake:"]="\U1f40d" + [":dragon_face:"]="\U1f432" + [":dragon:"]="\U1f409" + [":whale:"]="\U1f433" + [":whale2:"]="\U1f40b" + [":dolphin:"]="\U1f42c" + [":fish:"]="\U1f41f" + [":tropical_fish:"]="\U1f420" + [":blowfish:"]="\U1f421" + [":shark:"]="\U1f988" + [":octopus:"]="\U1f419" + [":shell:"]="\U1f41a" + [":crab:"]="\U1f980" + [":shrimp:"]="\U1f990" + [":squid:"]="\U1f991" + [":butterfly:"]="\U1f98b" + [":snail:"]="\U1f40c" + [":bug:"]="\U1f41b" + [":ant:"]="\U1f41c" + [":bee:"]="\U1f41d" + [":beetle:"]="\U1f41e" + [":spider:"]="\U1f577" + [":spider_web:"]="\U1f578" + [":scorpion:"]="\U1f982" + [":bouquet:"]="\U1f490" + [":cherry_blossom:"]="\U1f338" + [":rosette:"]="\U1f3f5" + [":rose:"]="\U1f339" + [":wilted_rose:"]="\U1f940" + [":hibiscus:"]="\U1f33a" + [":sunflower:"]="\U1f33b" + [":blossom:"]="\U1f33c" + [":tulip:"]="\U1f337" + [":seedling:"]="\U1f331" + [":evergreen_tree:"]="\U1f332" + [":deciduous_tree:"]="\U1f333" + [":palm_tree:"]="\U1f334" + [":cactus:"]="\U1f335" + [":ear_of_rice:"]="\U1f33e" + [":herb:"]="\U1f33f" + [":shamrock:"]="\U2618" + [":four_leaf_clover:"]="\U1f340" + [":maple_leaf:"]="\U1f341" + [":fallen_leaf:"]="\U1f342" + [":leaves:"]="\U1f343" + [":mushroom:"]="\U1f344" + [":chestnut:"]="\U1f330" + [":earth_africa:"]="\U1f30d" + [":earth_americas:"]="\U1f30e" + [":earth_asia:"]="\U1f30f" + [":new_moon:"]="\U1f311" + [":waxing_crescent_moon:"]="\U1f312" + [":first_quarter_moon:"]="\U1f313" + [":waxing_gibbous_moon:"]="\U1f314" + [":full_moon:"]="\U1f315" + [":waning_gibbous_moon:"]="\U1f316" + [":last_quarter_moon:"]="\U1f317" + [":waning_crescent_moon:"]="\U1f318" + [":crescent_moon:"]="\U1f319" + [":new_moon_with_face:"]="\U1f31a" + [":first_quarter_moon_with_face:"]="\U1f31b" + [":last_quarter_moon_with_face:"]="\U1f31c" + [":sunny:"]="\U2600" + [":full_moon_with_face:"]="\U1f31d" + [":sun_with_face:"]="\U1f31e" + [":star:"]="\U2b50" + [":star2:"]="\U1f31f" + [":cloud:"]="\U2601" + [":partly_sunny:"]="\U26c5" + [":thunder_cloud_rain:"]="\U26c8" + [":white_sun_small_cloud:"]="\U1f324" + [":white_sun_cloud:"]="\U1f325" + [":white_sun_rain_cloud:"]="\U1f326" + [":cloud_rain:"]="\U1f327" + [":cloud_snow:"]="\U1f328" + [":cloud_lightning:"]="\U1f329" + [":cloud_tornado:"]="\U1f32a" + [":fog:"]="\U1f32b" + [":wind_blowing_face:"]="\U1f32c" + [":umbrella2:"]="\U2602" + [":umbrella:"]="\U2614" + [":zap:"]="\U26a1" + [":snowflake:"]="\U2744" + [":snowman2:"]="\U2603" + [":snowman:"]="\U26c4" + [":comet:"]="\U2604" + [":fire:"]="\U1f525" + [":droplet:"]="\U1f4a7" + [":ocean:"]="\U1f30a" + [":jack_o_lantern:"]="\U1f383" + [":christmas_tree:"]="\U1f384" + [":sparkles:"]="\U2728" + [":tanabata_tree:"]="\U1f38b" + [":bamboo:"]="\U1f38d" + + # category: food + + [":grapes:"]="\U1f347" + [":melon:"]="\U1f348" + [":watermelon:"]="\U1f349" + [":tangerine:"]="\U1f34a" + [":lemon:"]="\U1f34b" + [":banana:"]="\U1f34c" + [":pineapple:"]="\U1f34d" + [":apple:"]="\U1f34e" + [":green_apple:"]="\U1f34f" + [":pear:"]="\U1f350" + [":peach:"]="\U1f351" + [":cherries:"]="\U1f352" + [":strawberry:"]="\U1f353" + [":kiwi:"]="\U1f95d" + [":tomato:"]="\U1f345" + [":avocado:"]="\U1f951" + [":eggplant:"]="\U1f346" + [":potato:"]="\U1f954" + [":carrot:"]="\U1f955" + [":corn:"]="\U1f33d" + [":hot_pepper:"]="\U1f336" + [":cucumber:"]="\U1f952" + [":peanuts:"]="\U1f95c" + [":bread:"]="\U1f35e" + [":croissant:"]="\U1f950" + [":french_bread:"]="\U1f956" + [":pancakes:"]="\U1f95e" + [":cheese:"]="\U1f9c0" + [":meat_on_bone:"]="\U1f356" + [":poultry_leg:"]="\U1f357" + [":bacon:"]="\U1f953" + [":hamburger:"]="\U1f354" + [":fries:"]="\U1f35f" + [":pizza:"]="\U1f355" + [":hotdog:"]="\U1f32d" + [":taco:"]="\U1f32e" + [":burrito:"]="\U1f32f" + [":stuffed_flatbread:"]="\U1f959" + [":egg:"]="\U1f95a" + [":cooking:"]="\U1f373" + [":shallow_pan_of_food:"]="\U1f958" + [":stew:"]="\U1f372" + [":salad:"]="\U1f957" + [":popcorn:"]="\U1f37f" + [":bento:"]="\U1f371" + [":rice_cracker:"]="\U1f358" + [":rice_ball:"]="\U1f359" + [":rice:"]="\U1f35a" + [":curry:"]="\U1f35b" + [":ramen:"]="\U1f35c" + [":spaghetti:"]="\U1f35d" + [":sweet_potato:"]="\U1f360" + [":oden:"]="\U1f362" + [":sushi:"]="\U1f363" + [":fried_shrimp:"]="\U1f364" + [":fish_cake:"]="\U1f365" + [":dango:"]="\U1f361" + [":icecream:"]="\U1f366" + [":shaved_ice:"]="\U1f367" + [":ice_cream:"]="\U1f368" + [":doughnut:"]="\U1f369" + [":cookie:"]="\U1f36a" + [":birthday:"]="\U1f382" + [":cake:"]="\U1f370" + [":chocolate_bar:"]="\U1f36b" + [":candy:"]="\U1f36c" + [":lollipop:"]="\U1f36d" + [":custard:"]="\U1f36e" + [":honey_pot:"]="\U1f36f" + [":baby_bottle:"]="\U1f37c" + [":milk:"]="\U1f95b" + [":coffee:"]="\U2615" + [":tea:"]="\U1f375" + [":sake:"]="\U1f376" + [":champagne:"]="\U1f37e" + [":wine_glass:"]="\U1f377" + [":cocktail:"]="\U1f378" + [":tropical_drink:"]="\U1f379" + [":beer:"]="\U1f37a" + [":beers:"]="\U1f37b" + [":champagne_glass:"]="\U1f942" + [":tumbler_glass:"]="\U1f943" + [":fork_knife_plate:"]="\U1f37d" + [":fork_and_knife:"]="\U1f374" + [":spoon:"]="\U1f944" + + # category: activity + + [":space_invader:"]="\U1f47e" + [":levitate:"]="\U1f574" + [":fencer:"]="\U1f93a" + [":horse_racing:"]="\U1f3c7" + [":skier:"]="\U26f7" + [":snowboarder:"]="\U1f3c2" + [":golfer:"]="\U1f3cc" + [":surfer:"]="\U1f3c4" + [":rowboat:"]="\U1f6a3" + [":swimmer:"]="\U1f3ca" + [":basketball_player:"]="\U26f9" + [":lifter:"]="\U1f3cb" + [":bicyclist:"]="\U1f6b4" + [":mountain_bicyclist:"]="\U1f6b5" + [":cartwheel:"]="\U1f938" + [":wrestlers:"]="\U1f93c" + [":water_polo:"]="\U1f93d" + [":handball:"]="\U1f93e" + [":juggling:"]="\U1f939" + [":circus_tent:"]="\U1f3aa" + [":performing_arts:"]="\U1f3ad" + [":art:"]="\U1f3a8" + [":slot_machine:"]="\U1f3b0" + [":bath:"]="\U1f6c0" + [":reminder_ribbon:"]="\U1f397" + [":tickets:"]="\U1f39f" + [":ticket:"]="\U1f3ab" + [":military_medal:"]="\U1f396" + [":trophy:"]="\U1f3c6" + [":medal:"]="\U1f3c5" + [":first_place:"]="\U1f947" + [":second_place:"]="\U1f948" + [":third_place:"]="\U1f949" + [":soccer:"]="\U26bd" + [":baseball:"]="\U26be" + [":basketball:"]="\U1f3c0" + [":volleyball:"]="\U1f3d0" + [":football:"]="\U1f3c8" + [":rugby_football:"]="\U1f3c9" + [":tennis:"]="\U1f3be" + [":8ball:"]="\U1f3b1" + [":bowling:"]="\U1f3b3" + [":cricket:"]="\U1f3cf" + [":field_hockey:"]="\U1f3d1" + [":hockey:"]="\U1f3d2" + [":ping_pong:"]="\U1f3d3" + [":badminton:"]="\U1f3f8" + [":boxing_glove:"]="\U1f94a" + [":martial_arts_uniform:"]="\U1f94b" + [":goal:"]="\U1f945" + [":dart:"]="\U1f3af" + [":golf:"]="\U26f3" + [":ice_skate:"]="\U26f8" + [":fishing_pole_and_fish:"]="\U1f3a3" + [":running_shirt_with_sash:"]="\U1f3bd" + [":ski:"]="\U1f3bf" + [":video_game:"]="\U1f3ae" + [":game_die:"]="\U1f3b2" + [":musical_score:"]="\U1f3bc" + [":microphone:"]="\U1f3a4" + [":headphones:"]="\U1f3a7" + [":saxophone:"]="\U1f3b7" + [":guitar:"]="\U1f3b8" + [":musical_keyboard:"]="\U1f3b9" + [":trumpet:"]="\U1f3ba" + [":violin:"]="\U1f3bb" + [":drum:"]="\U1f941" + [":clapper:"]="\U1f3ac" + [":bow_and_arrow:"]="\U1f3f9" + + # category: travel + + [":race_car:"]="\U1f3ce" + [":motorcycle:"]="\U1f3cd" + [":japan:"]="\U1f5fe" + [":mountain_snow:"]="\U1f3d4" + [":mountain:"]="\U26f0" + [":volcano:"]="\U1f30b" + [":mount_fuji:"]="\U1f5fb" + [":camping:"]="\U1f3d5" + [":beach:"]="\U1f3d6" + [":desert:"]="\U1f3dc" + [":island:"]="\U1f3dd" + [":park:"]="\U1f3de" + [":stadium:"]="\U1f3df" + [":classical_building:"]="\U1f3db" + [":construction_site:"]="\U1f3d7" + [":homes:"]="\U1f3d8" + [":cityscape:"]="\U1f3d9" + [":house_abandoned:"]="\U1f3da" + [":house:"]="\U1f3e0" + [":house_with_garden:"]="\U1f3e1" + [":office:"]="\U1f3e2" + [":post_office:"]="\U1f3e3" + [":european_post_office:"]="\U1f3e4" + [":hospital:"]="\U1f3e5" + [":bank:"]="\U1f3e6" + [":hotel:"]="\U1f3e8" + [":love_hotel:"]="\U1f3e9" + [":convenience_store:"]="\U1f3ea" + [":school:"]="\U1f3eb" + [":department_store:"]="\U1f3ec" + [":factory:"]="\U1f3ed" + [":japanese_castle:"]="\U1f3ef" + [":european_castle:"]="\U1f3f0" + [":wedding:"]="\U1f492" + [":tokyo_tower:"]="\U1f5fc" + [":statue_of_liberty:"]="\U1f5fd" + [":church:"]="\U26ea" + [":mosque:"]="\U1f54c" + [":synagogue:"]="\U1f54d" + [":shinto_shrine:"]="\U26e9" + [":kaaba:"]="\U1f54b" + [":fountain:"]="\U26f2" + [":tent:"]="\U26fa" + [":foggy:"]="\U1f301" + [":night_with_stars:"]="\U1f303" + [":sunrise_over_mountains:"]="\U1f304" + [":sunrise:"]="\U1f305" + [":city_dusk:"]="\U1f306" + [":city_sunset:"]="\U1f307" + [":bridge_at_night:"]="\U1f309" + [":milky_way:"]="\U1f30c" + [":carousel_horse:"]="\U1f3a0" + [":ferris_wheel:"]="\U1f3a1" + [":roller_coaster:"]="\U1f3a2" + [":steam_locomotive:"]="\U1f682" + [":railway_car:"]="\U1f683" + [":bullettrain_side:"]="\U1f684" + [":bullettrain_front:"]="\U1f685" + [":train2:"]="\U1f686" + [":metro:"]="\U1f687" + [":light_rail:"]="\U1f688" + [":station:"]="\U1f689" + [":tram:"]="\U1f68a" + [":monorail:"]="\U1f69d" + [":mountain_railway:"]="\U1f69e" + [":train:"]="\U1f68b" + [":bus:"]="\U1f68c" + [":oncoming_bus:"]="\U1f68d" + [":trolleybus:"]="\U1f68e" + [":minibus:"]="\U1f690" + [":ambulance:"]="\U1f691" + [":fire_engine:"]="\U1f692" + [":police_car:"]="\U1f693" + [":oncoming_police_car:"]="\U1f694" + [":taxi:"]="\U1f695" + [":oncoming_taxi:"]="\U1f696" + [":red_car:"]="\U1f697" + [":oncoming_automobile:"]="\U1f698" + [":blue_car:"]="\U1f699" + [":truck:"]="\U1f69a" + [":articulated_lorry:"]="\U1f69b" + [":tractor:"]="\U1f69c" + [":bike:"]="\U1f6b2" + [":scooter:"]="\U1f6f4" + [":motor_scooter:"]="\U1f6f5" + [":busstop:"]="\U1f68f" + [":motorway:"]="\U1f6e3" + [":railway_track:"]="\U1f6e4" + [":fuelpump:"]="\U26fd" + [":rotating_light:"]="\U1f6a8" + [":traffic_light:"]="\U1f6a5" + [":vertical_traffic_light:"]="\U1f6a6" + [":construction:"]="\U1f6a7" + [":anchor:"]="\U2693" + [":sailboat:"]="\U26f5" + [":canoe:"]="\U1f6f6" + [":speedboat:"]="\U1f6a4" + [":cruise_ship:"]="\U1f6f3" + [":ferry:"]="\U26f4" + [":motorboat:"]="\U1f6e5" + [":ship:"]="\U1f6a2" + [":airplane:"]="\U2708" + [":airplane_small:"]="\U1f6e9" + [":airplane_departure:"]="\U1f6eb" + [":airplane_arriving:"]="\U1f6ec" + [":seat:"]="\U1f4ba" + [":helicopter:"]="\U1f681" + [":suspension_railway:"]="\U1f69f" + [":mountain_cableway:"]="\U1f6a0" + [":aerial_tramway:"]="\U1f6a1" + [":rocket:"]="\U1f680" + [":satellite_orbital:"]="\U1f6f0" + [":stars:"]="\U1f320" + [":rainbow:"]="\U1f308" + [":fireworks:"]="\U1f386" + [":sparkler:"]="\U1f387" + [":rice_scene:"]="\U1f391" + [":checkered_flag:"]="\U1f3c1" + + # category: objects + + [":skull_crossbones:"]="\U2620" + [":love_letter:"]="\U1f48c" + [":bomb:"]="\U1f4a3" + [":hole:"]="\U1f573" + [":shopping_bags:"]="\U1f6cd" + [":prayer_beads:"]="\U1f4ff" + [":gem:"]="\U1f48e" + [":knife:"]="\U1f52a" + [":amphora:"]="\U1f3fa" + [":map:"]="\U1f5fa" + [":barber:"]="\U1f488" + [":frame_photo:"]="\U1f5bc" + [":bellhop:"]="\U1f6ce" + [":door:"]="\U1f6aa" + [":sleeping_accommodation:"]="\U1f6cc" + [":bed:"]="\U1f6cf" + [":couch:"]="\U1f6cb" + [":toilet:"]="\U1f6bd" + [":shower:"]="\U1f6bf" + [":bathtub:"]="\U1f6c1" + [":hourglass:"]="\U231b" + [":hourglass_flowing_sand:"]="\U23f3" + [":watch:"]="\U231a" + [":alarm_clock:"]="\U23f0" + [":stopwatch:"]="\U23f1" + [":timer:"]="\U23f2" + [":clock:"]="\U1f570" + [":thermometer:"]="\U1f321" + [":beach_umbrella:"]="\U26f1" + [":balloon:"]="\U1f388" + [":tada:"]="\U1f389" + [":confetti_ball:"]="\U1f38a" + [":dolls:"]="\U1f38e" + [":flags:"]="\U1f38f" + [":wind_chime:"]="\U1f390" + [":ribbon:"]="\U1f380" + [":gift:"]="\U1f381" + [":joystick:"]="\U1f579" + [":postal_horn:"]="\U1f4ef" + [":microphone2:"]="\U1f399" + [":level_slider:"]="\U1f39a" + [":control_knobs:"]="\U1f39b" + [":radio:"]="\U1f4fb" + [":iphone:"]="\U1f4f1" + [":calling:"]="\U1f4f2" + [":telephone:"]="\U260e" + [":telephone_receiver:"]="\U1f4de" + [":pager:"]="\U1f4df" + [":fax:"]="\U1f4e0" + [":battery:"]="\U1f50b" + [":electric_plug:"]="\U1f50c" + [":computer:"]="\U1f4bb" + [":desktop:"]="\U1f5a5" + [":printer:"]="\U1f5a8" + [":keyboard:"]="\U2328" + [":mouse_three_button:"]="\U1f5b1" + [":trackball:"]="\U1f5b2" + [":minidisc:"]="\U1f4bd" + [":floppy_disk:"]="\U1f4be" + [":cd:"]="\U1f4bf" + [":dvd:"]="\U1f4c0" + [":movie_camera:"]="\U1f3a5" + [":film_frames:"]="\U1f39e" + [":projector:"]="\U1f4fd" + [":tv:"]="\U1f4fa" + [":camera:"]="\U1f4f7" + [":camera_with_flash:"]="\U1f4f8" + [":video_camera:"]="\U1f4f9" + [":vhs:"]="\U1f4fc" + [":mag:"]="\U1f50d" + [":mag_right:"]="\U1f50e" + [":microscope:"]="\U1f52c" + [":telescope:"]="\U1f52d" + [":satellite:"]="\U1f4e1" + [":candle:"]="\U1f56f" + [":bulb:"]="\U1f4a1" + [":flashlight:"]="\U1f526" + [":izakaya_lantern:"]="\U1f3ee" + [":notebook_with_decorative_cover:"]="\U1f4d4" + [":closed_book:"]="\U1f4d5" + [":book:"]="\U1f4d6" + [":green_book:"]="\U1f4d7" + [":blue_book:"]="\U1f4d8" + [":orange_book:"]="\U1f4d9" + [":books:"]="\U1f4da" + [":notebook:"]="\U1f4d3" + [":ledger:"]="\U1f4d2" + [":page_with_curl:"]="\U1f4c3" + [":scroll:"]="\U1f4dc" + [":page_facing_up:"]="\U1f4c4" + [":newspaper:"]="\U1f4f0" + [":newspaper2:"]="\U1f5de" + [":bookmark_tabs:"]="\U1f4d1" + [":bookmark:"]="\U1f516" + [":label:"]="\U1f3f7" + [":moneybag:"]="\U1f4b0" + [":yen:"]="\U1f4b4" + [":dollar:"]="\U1f4b5" + [":euro:"]="\U1f4b6" + [":pound:"]="\U1f4b7" + [":money_with_wings:"]="\U1f4b8" + [":credit_card:"]="\U1f4b3" + [":envelope:"]="\U2709" + [":e-mail:"]="\U1f4e7" + [":incoming_envelope:"]="\U1f4e8" + [":envelope_with_arrow:"]="\U1f4e9" + [":outbox_tray:"]="\U1f4e4" + [":inbox_tray:"]="\U1f4e5" + [":package:"]="\U1f4e6" + [":mailbox:"]="\U1f4eb" + [":mailbox_closed:"]="\U1f4ea" + [":mailbox_with_mail:"]="\U1f4ec" + [":mailbox_with_no_mail:"]="\U1f4ed" + [":postbox:"]="\U1f4ee" + [":ballot_box:"]="\U1f5f3" + [":pencil2:"]="\U270f" + [":black_nib:"]="\U2712" + [":pen_fountain:"]="\U1f58b" + [":pen_ballpoint:"]="\U1f58a" + [":paintbrush:"]="\U1f58c" + [":crayon:"]="\U1f58d" + [":pencil:"]="\U1f4dd" + [":file_folder:"]="\U1f4c1" + [":open_file_folder:"]="\U1f4c2" + [":dividers:"]="\U1f5c2" + [":date:"]="\U1f4c5" + [":calendar:"]="\U1f4c6" + [":notepad_spiral:"]="\U1f5d2" + [":calendar_spiral:"]="\U1f5d3" + [":card_index:"]="\U1f4c7" + [":chart_with_upwards_trend:"]="\U1f4c8" + [":chart_with_downwards_trend:"]="\U1f4c9" + [":bar_chart:"]="\U1f4ca" + [":clipboard:"]="\U1f4cb" + [":pushpin:"]="\U1f4cc" + [":round_pushpin:"]="\U1f4cd" + [":paperclip:"]="\U1f4ce" + [":paperclips:"]="\U1f587" + [":straight_ruler:"]="\U1f4cf" + [":triangular_ruler:"]="\U1f4d0" + [":scissors:"]="\U2702" + [":card_box:"]="\U1f5c3" + [":file_cabinet:"]="\U1f5c4" + [":wastebasket:"]="\U1f5d1" + [":lock:"]="\U1f512" + [":unlock:"]="\U1f513" + [":lock_with_ink_pen:"]="\U1f50f" + [":closed_lock_with_key:"]="\U1f510" + [":key:"]="\U1f511" + [":key2:"]="\U1f5dd" + [":hammer:"]="\U1f528" + [":pick:"]="\U26cf" + [":hammer_pick:"]="\U2692" + [":tools:"]="\U1f6e0" + [":dagger:"]="\U1f5e1" + [":crossed_swords:"]="\U2694" + [":gun:"]="\U1f52b" + [":shield:"]="\U1f6e1" + [":wrench:"]="\U1f527" + [":nut_and_bolt:"]="\U1f529" + [":gear:"]="\U2699" + [":compression:"]="\U1f5dc" + [":alembic:"]="\U2697" + [":scales:"]="\U2696" + [":link:"]="\U1f517" + [":chains:"]="\U26d3" + [":syringe:"]="\U1f489" + [":pill:"]="\U1f48a" + [":smoking:"]="\U1f6ac" + [":coffin:"]="\U26b0" + [":urn:"]="\U26b1" + [":moyai:"]="\U1f5ff" + [":oil:"]="\U1f6e2" + [":crystal_ball:"]="\U1f52e" + [":shopping_cart:"]="\U1f6d2" + [":triangular_flag_on_post:"]="\U1f6a9" + [":crossed_flags:"]="\U1f38c" + [":flag_black:"]="\U1f3f4" + [":flag_white:"]="\U1f3f3" + [":rainbow_flag:"]="\U1f3f3\U1f308" + + # category: symbols + + [":eye_in_speech_bubble:"]="\U1f441\U1f5e8" + [":cupid:"]="\U1f498" + [":heart:"]="\U2764" + [":heartbeat:"]="\U1f493" + [":broken_heart:"]="\U1f494" + [":two_hearts:"]="\U1f495" + [":sparkling_heart:"]="\U1f496" + [":heartpulse:"]="\U1f497" + [":blue_heart:"]="\U1f499" + [":green_heart:"]="\U1f49a" + [":yellow_heart:"]="\U1f49b" + [":purple_heart:"]="\U1f49c" + [":black_heart:"]="\U1f5a4" + [":gift_heart:"]="\U1f49d" + [":revolving_hearts:"]="\U1f49e" + [":heart_decoration:"]="\U1f49f" + [":heart_exclamation:"]="\U2763" + [":anger:"]="\U1f4a2" + [":boom:"]="\U1f4a5" + [":dizzy:"]="\U1f4ab" + [":speech_balloon:"]="\U1f4ac" + [":speech_left:"]="\U1f5e8" + [":anger_right:"]="\U1f5ef" + [":thought_balloon:"]="\U1f4ad" + [":white_flower:"]="\U1f4ae" + [":globe_with_meridians:"]="\U1f310" + [":hotsprings:"]="\U2668" + [":octagonal_sign:"]="\U1f6d1" + [":clock12:"]="\U1f55b" + [":clock1230:"]="\U1f567" + [":clock1:"]="\U1f550" + [":clock130:"]="\U1f55c" + [":clock2:"]="\U1f551" + [":clock230:"]="\U1f55d" + [":clock3:"]="\U1f552" + [":clock330:"]="\U1f55e" + [":clock4:"]="\U1f553" + [":clock430:"]="\U1f55f" + [":clock5:"]="\U1f554" + [":clock530:"]="\U1f560" + [":clock6:"]="\U1f555" + [":clock630:"]="\U1f561" + [":clock7:"]="\U1f556" + [":clock730:"]="\U1f562" + [":clock8:"]="\U1f557" + [":clock830:"]="\U1f563" + [":clock9:"]="\U1f558" + [":clock930:"]="\U1f564" + [":clock10:"]="\U1f559" + [":clock1030:"]="\U1f565" + [":clock11:"]="\U1f55a" + [":clock1130:"]="\U1f566" + [":cyclone:"]="\U1f300" + [":spades:"]="\U2660" + [":hearts:"]="\U2665" + [":diamonds:"]="\U2666" + [":clubs:"]="\U2663" + [":black_joker:"]="\U1f0cf" + [":mahjong:"]="\U1f004" + [":flower_playing_cards:"]="\U1f3b4" + [":mute:"]="\U1f507" + [":speaker:"]="\U1f508" + [":sound:"]="\U1f509" + [":loud_sound:"]="\U1f50a" + [":loudspeaker:"]="\U1f4e2" + [":mega:"]="\U1f4e3" + [":bell:"]="\U1f514" + [":no_bell:"]="\U1f515" + [":musical_note:"]="\U1f3b5" + [":notes:"]="\U1f3b6" + [":chart:"]="\U1f4b9" + [":currency_exchange:"]="\U1f4b1" + [":heavy_dollar_sign:"]="\U1f4b2" + [":atm:"]="\U1f3e7" + [":put_litter_in_its_place:"]="\U1f6ae" + [":potable_water:"]="\U1f6b0" + [":wheelchair:"]="\U267f" + [":mens:"]="\U1f6b9" + [":womens:"]="\U1f6ba" + [":restroom:"]="\U1f6bb" + [":baby_symbol:"]="\U1f6bc" + [":wc:"]="\U1f6be" + [":passport_control:"]="\U1f6c2" + [":customs:"]="\U1f6c3" + [":baggage_claim:"]="\U1f6c4" + [":left_luggage:"]="\U1f6c5" + [":warning:"]="\U26a0" + [":children_crossing:"]="\U1f6b8" + [":no_entry:"]="\U26d4" + [":no_entry_sign:"]="\U1f6ab" + [":no_bicycles:"]="\U1f6b3" + [":no_smoking:"]="\U1f6ad" + [":do_not_litter:"]="\U1f6af" + [":non-potable_water:"]="\U1f6b1" + [":no_pedestrians:"]="\U1f6b7" + [":no_mobile_phones:"]="\U1f4f5" + [":underage:"]="\U1f51e" + [":radioactive:"]="\U2622" + [":biohazard:"]="\U2623" + [":arrow_up:"]="\U2b06" + [":arrow_upper_right:"]="\U2197" + [":arrow_right:"]="\U27a1" + [":arrow_lower_right:"]="\U2198" + [":arrow_down:"]="\U2b07" + [":arrow_lower_left:"]="\U2199" + [":arrow_left:"]="\U2b05" + [":arrow_upper_left:"]="\U2196" + [":arrow_up_down:"]="\U2195" + [":left_right_arrow:"]="\U2194" + [":leftwards_arrow_with_hook:"]="\U21a9" + [":arrow_right_hook:"]="\U21aa" + [":arrow_heading_up:"]="\U2934" + [":arrow_heading_down:"]="\U2935" + [":arrows_clockwise:"]="\U1f503" + [":arrows_counterclockwise:"]="\U1f504" + [":back:"]="\U1f519" + [":end:"]="\U1f51a" + [":on:"]="\U1f51b" + [":soon:"]="\U1f51c" + [":top:"]="\U1f51d" + [":place_of_worship:"]="\U1f6d0" + [":atom:"]="\U269b" + [":om_symbol:"]="\U1f549" + [":star_of_david:"]="\U2721" + [":wheel_of_dharma:"]="\U2638" + [":yin_yang:"]="\U262f" + [":cross:"]="\U271d" + [":orthodox_cross:"]="\U2626" + [":star_and_crescent:"]="\U262a" + [":peace:"]="\U262e" + [":menorah:"]="\U1f54e" + [":six_pointed_star:"]="\U1f52f" + [":aries:"]="\U2648" + [":taurus:"]="\U2649" + [":gemini:"]="\U264a" + [":cancer:"]="\U264b" + [":leo:"]="\U264c" + [":virgo:"]="\U264d" + [":libra:"]="\U264e" + [":scorpius:"]="\U264f" + [":sagittarius:"]="\U2650" + [":capricorn:"]="\U2651" + [":aquarius:"]="\U2652" + [":pisces:"]="\U2653" + [":ophiuchus:"]="\U26ce" + [":twisted_rightwards_arrows:"]="\U1f500" + [":repeat:"]="\U1f501" + [":repeat_one:"]="\U1f502" + [":arrow_forward:"]="\U25b6" + [":fast_forward:"]="\U23e9" + [":track_next:"]="\U23ed" + [":play_pause:"]="\U23ef" + [":arrow_backward:"]="\U25c0" + [":rewind:"]="\U23ea" + [":track_previous:"]="\U23ee" + [":arrow_up_small:"]="\U1f53c" + [":arrow_double_up:"]="\U23eb" + [":arrow_down_small:"]="\U1f53d" + [":arrow_double_down:"]="\U23ec" + [":pause_button:"]="\U23f8" + [":stop_button:"]="\U23f9" + [":record_button:"]="\U23fa" + [":eject:"]="\U23cf" + [":cinema:"]="\U1f3a6" + [":low_brightness:"]="\U1f505" + [":high_brightness:"]="\U1f506" + [":signal_strength:"]="\U1f4f6" + [":vibration_mode:"]="\U1f4f3" + [":mobile_phone_off:"]="\U1f4f4" + [":recycle:"]="\U267b" + [":name_badge:"]="\U1f4db" + [":fleur-de-lis:"]="\U269c" + [":beginner:"]="\U1f530" + [":trident:"]="\U1f531" + [":o:"]="\U2b55" + [":white_check_mark:"]="\U2705" + [":ballot_box_with_check:"]="\U2611" + [":heavy_check_mark:"]="\U2714" + [":heavy_multiplication_x:"]="\U2716" + [":x:"]="\U274c" + [":negative_squared_cross_mark:"]="\U274e" + [":heavy_plus_sign:"]="\U2795" + [":heavy_minus_sign:"]="\U2796" + [":heavy_division_sign:"]="\U2797" + [":curly_loop:"]="\U27b0" + [":loop:"]="\U27bf" + [":part_alternation_mark:"]="\U303d" + [":eight_spoked_asterisk:"]="\U2733" + [":eight_pointed_black_star:"]="\U2734" + [":sparkle:"]="\U2747" + [":bangbang:"]="\U203c" + [":interrobang:"]="\U2049" + [":question:"]="\U2753" + [":grey_question:"]="\U2754" + [":grey_exclamation:"]="\U2755" + [":exclamation:"]="\U2757" + [":wavy_dash:"]="\U3030" + [":copyright:"]="\U00a9" + [":registered:"]="\U00ae" + [":tm:"]="\U2122" + [":hash:"]="\U0023\U20e3" + [":asterisk:"]="\U002a\U20e3" + [":zero:"]="\U0030\U20e3" + [":one:"]="\U0031\U20e3" + [":two:"]="\U0032\U20e3" + [":three:"]="\U0033\U20e3" + [":four:"]="\U0034\U20e3" + [":five:"]="\U0035\U20e3" + [":six:"]="\U0036\U20e3" + [":seven:"]="\U0037\U20e3" + [":eight:"]="\U0038\U20e3" + [":nine:"]="\U0039\U20e3" + [":keycap_ten:"]="\U1f51f" + [":100:"]="\U1f4af" + [":capital_abcd:"]="\U1f520" + [":abcd:"]="\U1f521" + [":1234:"]="\U1f522" + [":symbols:"]="\U1f523" + [":abc:"]="\U1f524" + [":a:"]="\U1f170" + [":ab:"]="\U1f18e" + [":b:"]="\U1f171" + [":cl:"]="\U1f191" + [":cool:"]="\U1f192" + [":free:"]="\U1f193" + [":information_source:"]="\U2139" + [":id:"]="\U1f194" + [":m:"]="\U24c2" + [":new:"]="\U1f195" + [":ng:"]="\U1f196" + [":o2:"]="\U1f17e" + [":ok:"]="\U1f197" + [":parking:"]="\U1f17f" + [":sos:"]="\U1f198" + [":up:"]="\U1f199" + [":vs:"]="\U1f19a" + [":koko:"]="\U1f201" + [":sa:"]="\U1f202" + [":u6708:"]="\U1f237" + [":u6709:"]="\U1f236" + [":u6307:"]="\U1f22f" + [":ideograph_advantage:"]="\U1f250" + [":u5272:"]="\U1f239" + [":u7121:"]="\U1f21a" + [":u7981:"]="\U1f232" + [":accept:"]="\U1f251" + [":u7533:"]="\U1f238" + [":u5408:"]="\U1f234" + [":u7a7a:"]="\U1f233" + [":congratulations:"]="\U3297" + [":secret:"]="\U3299" + [":u55b6:"]="\U1f23a" + [":u6e80:"]="\U1f235" + [":black_small_square:"]="\U25aa" + [":white_small_square:"]="\U25ab" + [":white_medium_square:"]="\U25fb" + [":black_medium_square:"]="\U25fc" + [":white_medium_small_square:"]="\U25fd" + [":black_medium_small_square:"]="\U25fe" + [":black_large_square:"]="\U2b1b" + [":white_large_square:"]="\U2b1c" + [":large_orange_diamond:"]="\U1f536" + [":large_blue_diamond:"]="\U1f537" + [":small_orange_diamond:"]="\U1f538" + [":small_blue_diamond:"]="\U1f539" + [":small_red_triangle:"]="\U1f53a" + [":small_red_triangle_down:"]="\U1f53b" + [":diamond_shape_with_a_dot_inside:"]="\U1f4a0" + [":radio_button:"]="\U1f518" + [":black_square_button:"]="\U1f532" + [":white_square_button:"]="\U1f533" + [":white_circle:"]="\U26aa" + [":black_circle:"]="\U26ab" + [":red_circle:"]="\U1f534" + [":blue_circle:"]="\U1f535" + + # category: flags + + [":flag_ac:"]="\U1f1e6\U1f1e8" + [":flag_ad:"]="\U1f1e6\U1f1e9" + [":flag_ae:"]="\U1f1e6\U1f1ea" + [":flag_af:"]="\U1f1e6\U1f1eb" + [":flag_ag:"]="\U1f1e6\U1f1ec" + [":flag_ai:"]="\U1f1e6\U1f1ee" + [":flag_al:"]="\U1f1e6\U1f1f1" + [":flag_am:"]="\U1f1e6\U1f1f2" + [":flag_ao:"]="\U1f1e6\U1f1f4" + [":flag_aq:"]="\U1f1e6\U1f1f6" + [":flag_ar:"]="\U1f1e6\U1f1f7" + [":flag_as:"]="\U1f1e6\U1f1f8" + [":flag_at:"]="\U1f1e6\U1f1f9" + [":flag_au:"]="\U1f1e6\U1f1fa" + [":flag_aw:"]="\U1f1e6\U1f1fc" + [":flag_ax:"]="\U1f1e6\U1f1fd" + [":flag_az:"]="\U1f1e6\U1f1ff" + [":flag_ba:"]="\U1f1e7\U1f1e6" + [":flag_bb:"]="\U1f1e7\U1f1e7" + [":flag_bd:"]="\U1f1e7\U1f1e9" + [":flag_be:"]="\U1f1e7\U1f1ea" + [":flag_bf:"]="\U1f1e7\U1f1eb" + [":flag_bg:"]="\U1f1e7\U1f1ec" + [":flag_bh:"]="\U1f1e7\U1f1ed" + [":flag_bi:"]="\U1f1e7\U1f1ee" + [":flag_bj:"]="\U1f1e7\U1f1ef" + [":flag_bl:"]="\U1f1e7\U1f1f1" + [":flag_bm:"]="\U1f1e7\U1f1f2" + [":flag_bn:"]="\U1f1e7\U1f1f3" + [":flag_bo:"]="\U1f1e7\U1f1f4" + [":flag_bq:"]="\U1f1e7\U1f1f6" + [":flag_br:"]="\U1f1e7\U1f1f7" + [":flag_bs:"]="\U1f1e7\U1f1f8" + [":flag_bt:"]="\U1f1e7\U1f1f9" + [":flag_bv:"]="\U1f1e7\U1f1fb" + [":flag_bw:"]="\U1f1e7\U1f1fc" + [":flag_by:"]="\U1f1e7\U1f1fe" + [":flag_bz:"]="\U1f1e7\U1f1ff" + [":flag_ca:"]="\U1f1e8\U1f1e6" + [":flag_cc:"]="\U1f1e8\U1f1e8" + [":flag_cd:"]="\U1f1e8\U1f1e9" + [":flag_cf:"]="\U1f1e8\U1f1eb" + [":flag_cg:"]="\U1f1e8\U1f1ec" + [":flag_ch:"]="\U1f1e8\U1f1ed" + [":flag_ci:"]="\U1f1e8\U1f1ee" + [":flag_ck:"]="\U1f1e8\U1f1f0" + [":flag_cl:"]="\U1f1e8\U1f1f1" + [":flag_cm:"]="\U1f1e8\U1f1f2" + [":flag_cn:"]="\U1f1e8\U1f1f3" + [":flag_co:"]="\U1f1e8\U1f1f4" + [":flag_cp:"]="\U1f1e8\U1f1f5" + [":flag_cr:"]="\U1f1e8\U1f1f7" + [":flag_cu:"]="\U1f1e8\U1f1fa" + [":flag_cv:"]="\U1f1e8\U1f1fb" + [":flag_cw:"]="\U1f1e8\U1f1fc" + [":flag_cx:"]="\U1f1e8\U1f1fd" + [":flag_cy:"]="\U1f1e8\U1f1fe" + [":flag_cz:"]="\U1f1e8\U1f1ff" + [":flag_de:"]="\U1f1e9\U1f1ea" + [":flag_dg:"]="\U1f1e9\U1f1ec" + [":flag_dj:"]="\U1f1e9\U1f1ef" + [":flag_dk:"]="\U1f1e9\U1f1f0" + [":flag_dm:"]="\U1f1e9\U1f1f2" + [":flag_do:"]="\U1f1e9\U1f1f4" + [":flag_dz:"]="\U1f1e9\U1f1ff" + [":flag_ea:"]="\U1f1ea\U1f1e6" + [":flag_ec:"]="\U1f1ea\U1f1e8" + [":flag_ee:"]="\U1f1ea\U1f1ea" + [":flag_eg:"]="\U1f1ea\U1f1ec" + [":flag_eh:"]="\U1f1ea\U1f1ed" + [":flag_er:"]="\U1f1ea\U1f1f7" + [":flag_es:"]="\U1f1ea\U1f1f8" + [":flag_et:"]="\U1f1ea\U1f1f9" + [":flag_eu:"]="\U1f1ea\U1f1fa" + [":flag_fi:"]="\U1f1eb\U1f1ee" + [":flag_fj:"]="\U1f1eb\U1f1ef" + [":flag_fk:"]="\U1f1eb\U1f1f0" + [":flag_fm:"]="\U1f1eb\U1f1f2" + [":flag_fo:"]="\U1f1eb\U1f1f4" + [":flag_fr:"]="\U1f1eb\U1f1f7" + [":flag_ga:"]="\U1f1ec\U1f1e6" + [":flag_gb:"]="\U1f1ec\U1f1e7" + [":flag_gd:"]="\U1f1ec\U1f1e9" + [":flag_ge:"]="\U1f1ec\U1f1ea" + [":flag_gf:"]="\U1f1ec\U1f1eb" + [":flag_gg:"]="\U1f1ec\U1f1ec" + [":flag_gh:"]="\U1f1ec\U1f1ed" + [":flag_gi:"]="\U1f1ec\U1f1ee" + [":flag_gl:"]="\U1f1ec\U1f1f1" + [":flag_gm:"]="\U1f1ec\U1f1f2" + [":flag_gn:"]="\U1f1ec\U1f1f3" + [":flag_gp:"]="\U1f1ec\U1f1f5" + [":flag_gq:"]="\U1f1ec\U1f1f6" + [":flag_gr:"]="\U1f1ec\U1f1f7" + [":flag_gs:"]="\U1f1ec\U1f1f8" + [":flag_gt:"]="\U1f1ec\U1f1f9" + [":flag_gu:"]="\U1f1ec\U1f1fa" + [":flag_gw:"]="\U1f1ec\U1f1fc" + [":flag_gy:"]="\U1f1ec\U1f1fe" + [":flag_hk:"]="\U1f1ed\U1f1f0" + [":flag_hm:"]="\U1f1ed\U1f1f2" + [":flag_hn:"]="\U1f1ed\U1f1f3" + [":flag_hr:"]="\U1f1ed\U1f1f7" + [":flag_ht:"]="\U1f1ed\U1f1f9" + [":flag_hu:"]="\U1f1ed\U1f1fa" + [":flag_ic:"]="\U1f1ee\U1f1e8" + [":flag_id:"]="\U1f1ee\U1f1e9" + [":flag_ie:"]="\U1f1ee\U1f1ea" + [":flag_il:"]="\U1f1ee\U1f1f1" + [":flag_im:"]="\U1f1ee\U1f1f2" + [":flag_in:"]="\U1f1ee\U1f1f3" + [":flag_io:"]="\U1f1ee\U1f1f4" + [":flag_iq:"]="\U1f1ee\U1f1f6" + [":flag_ir:"]="\U1f1ee\U1f1f7" + [":flag_is:"]="\U1f1ee\U1f1f8" + [":flag_it:"]="\U1f1ee\U1f1f9" + [":flag_je:"]="\U1f1ef\U1f1ea" + [":flag_jm:"]="\U1f1ef\U1f1f2" + [":flag_jo:"]="\U1f1ef\U1f1f4" + [":flag_jp:"]="\U1f1ef\U1f1f5" + [":flag_ke:"]="\U1f1f0\U1f1ea" + [":flag_kg:"]="\U1f1f0\U1f1ec" + [":flag_kh:"]="\U1f1f0\U1f1ed" + [":flag_ki:"]="\U1f1f0\U1f1ee" + [":flag_km:"]="\U1f1f0\U1f1f2" + [":flag_kn:"]="\U1f1f0\U1f1f3" + [":flag_kp:"]="\U1f1f0\U1f1f5" + [":flag_kr:"]="\U1f1f0\U1f1f7" + [":flag_kw:"]="\U1f1f0\U1f1fc" + [":flag_ky:"]="\U1f1f0\U1f1fe" + [":flag_kz:"]="\U1f1f0\U1f1ff" + [":flag_la:"]="\U1f1f1\U1f1e6" + [":flag_lb:"]="\U1f1f1\U1f1e7" + [":flag_lc:"]="\U1f1f1\U1f1e8" + [":flag_li:"]="\U1f1f1\U1f1ee" + [":flag_lk:"]="\U1f1f1\U1f1f0" + [":flag_lr:"]="\U1f1f1\U1f1f7" + [":flag_ls:"]="\U1f1f1\U1f1f8" + [":flag_lt:"]="\U1f1f1\U1f1f9" + [":flag_lu:"]="\U1f1f1\U1f1fa" + [":flag_lv:"]="\U1f1f1\U1f1fb" + [":flag_ly:"]="\U1f1f1\U1f1fe" + [":flag_ma:"]="\U1f1f2\U1f1e6" + [":flag_mc:"]="\U1f1f2\U1f1e8" + [":flag_md:"]="\U1f1f2\U1f1e9" + [":flag_me:"]="\U1f1f2\U1f1ea" + [":flag_mf:"]="\U1f1f2\U1f1eb" + [":flag_mg:"]="\U1f1f2\U1f1ec" + [":flag_mh:"]="\U1f1f2\U1f1ed" + [":flag_mk:"]="\U1f1f2\U1f1f0" + [":flag_ml:"]="\U1f1f2\U1f1f1" + [":flag_mm:"]="\U1f1f2\U1f1f2" + [":flag_mn:"]="\U1f1f2\U1f1f3" + [":flag_mo:"]="\U1f1f2\U1f1f4" + [":flag_mp:"]="\U1f1f2\U1f1f5" + [":flag_mq:"]="\U1f1f2\U1f1f6" + [":flag_mr:"]="\U1f1f2\U1f1f7" + [":flag_ms:"]="\U1f1f2\U1f1f8" + [":flag_mt:"]="\U1f1f2\U1f1f9" + [":flag_mu:"]="\U1f1f2\U1f1fa" + [":flag_mv:"]="\U1f1f2\U1f1fb" + [":flag_mw:"]="\U1f1f2\U1f1fc" + [":flag_mx:"]="\U1f1f2\U1f1fd" + [":flag_my:"]="\U1f1f2\U1f1fe" + [":flag_mz:"]="\U1f1f2\U1f1ff" + [":flag_na:"]="\U1f1f3\U1f1e6" + [":flag_nc:"]="\U1f1f3\U1f1e8" + [":flag_ne:"]="\U1f1f3\U1f1ea" + [":flag_nf:"]="\U1f1f3\U1f1eb" + [":flag_ng:"]="\U1f1f3\U1f1ec" + [":flag_ni:"]="\U1f1f3\U1f1ee" + [":flag_nl:"]="\U1f1f3\U1f1f1" + [":flag_no:"]="\U1f1f3\U1f1f4" + [":flag_np:"]="\U1f1f3\U1f1f5" + [":flag_nr:"]="\U1f1f3\U1f1f7" + [":flag_nu:"]="\U1f1f3\U1f1fa" + [":flag_nz:"]="\U1f1f3\U1f1ff" + [":flag_om:"]="\U1f1f4\U1f1f2" + [":flag_pa:"]="\U1f1f5\U1f1e6" + [":flag_pe:"]="\U1f1f5\U1f1ea" + [":flag_pf:"]="\U1f1f5\U1f1eb" + [":flag_pg:"]="\U1f1f5\U1f1ec" + [":flag_ph:"]="\U1f1f5\U1f1ed" + [":flag_pk:"]="\U1f1f5\U1f1f0" + [":flag_pl:"]="\U1f1f5\U1f1f1" + [":flag_pm:"]="\U1f1f5\U1f1f2" + [":flag_pn:"]="\U1f1f5\U1f1f3" + [":flag_pr:"]="\U1f1f5\U1f1f7" + [":flag_ps:"]="\U1f1f5\U1f1f8" + [":flag_pt:"]="\U1f1f5\U1f1f9" + [":flag_pw:"]="\U1f1f5\U1f1fc" + [":flag_py:"]="\U1f1f5\U1f1fe" + [":flag_qa:"]="\U1f1f6\U1f1e6" + [":flag_re:"]="\U1f1f7\U1f1ea" + [":flag_ro:"]="\U1f1f7\U1f1f4" + [":flag_rs:"]="\U1f1f7\U1f1f8" + [":flag_ru:"]="\U1f1f7\U1f1fa" + [":flag_rw:"]="\U1f1f7\U1f1fc" + [":flag_sa:"]="\U1f1f8\U1f1e6" + [":flag_sb:"]="\U1f1f8\U1f1e7" + [":flag_sc:"]="\U1f1f8\U1f1e8" + [":flag_sd:"]="\U1f1f8\U1f1e9" + [":flag_se:"]="\U1f1f8\U1f1ea" + [":flag_sg:"]="\U1f1f8\U1f1ec" + [":flag_sh:"]="\U1f1f8\U1f1ed" + [":flag_si:"]="\U1f1f8\U1f1ee" + [":flag_sj:"]="\U1f1f8\U1f1ef" + [":flag_sk:"]="\U1f1f8\U1f1f0" + [":flag_sl:"]="\U1f1f8\U1f1f1" + [":flag_sm:"]="\U1f1f8\U1f1f2" + [":flag_sn:"]="\U1f1f8\U1f1f3" + [":flag_so:"]="\U1f1f8\U1f1f4" + [":flag_sr:"]="\U1f1f8\U1f1f7" + [":flag_ss:"]="\U1f1f8\U1f1f8" + [":flag_st:"]="\U1f1f8\U1f1f9" + [":flag_sv:"]="\U1f1f8\U1f1fb" + [":flag_sx:"]="\U1f1f8\U1f1fd" + [":flag_sy:"]="\U1f1f8\U1f1fe" + [":flag_sz:"]="\U1f1f8\U1f1ff" + [":flag_ta:"]="\U1f1f9\U1f1e6" + [":flag_tc:"]="\U1f1f9\U1f1e8" + [":flag_td:"]="\U1f1f9\U1f1e9" + [":flag_tf:"]="\U1f1f9\U1f1eb" + [":flag_tg:"]="\U1f1f9\U1f1ec" + [":flag_th:"]="\U1f1f9\U1f1ed" + [":flag_tj:"]="\U1f1f9\U1f1ef" + [":flag_tk:"]="\U1f1f9\U1f1f0" + [":flag_tl:"]="\U1f1f9\U1f1f1" + [":flag_tm:"]="\U1f1f9\U1f1f2" + [":flag_tn:"]="\U1f1f9\U1f1f3" + [":flag_to:"]="\U1f1f9\U1f1f4" + [":flag_tr:"]="\U1f1f9\U1f1f7" + [":flag_tt:"]="\U1f1f9\U1f1f9" + [":flag_tv:"]="\U1f1f9\U1f1fb" + [":flag_tw:"]="\U1f1f9\U1f1fc" + [":flag_tz:"]="\U1f1f9\U1f1ff" + [":flag_ua:"]="\U1f1fa\U1f1e6" + [":flag_ug:"]="\U1f1fa\U1f1ec" + [":flag_um:"]="\U1f1fa\U1f1f2" + [":flag_us:"]="\U1f1fa\U1f1f8" + [":flag_uy:"]="\U1f1fa\U1f1fe" + [":flag_uz:"]="\U1f1fa\U1f1ff" + [":flag_va:"]="\U1f1fb\U1f1e6" + [":flag_vc:"]="\U1f1fb\U1f1e8" + [":flag_ve:"]="\U1f1fb\U1f1ea" + [":flag_vg:"]="\U1f1fb\U1f1ec" + [":flag_vi:"]="\U1f1fb\U1f1ee" + [":flag_vn:"]="\U1f1fb\U1f1f3" + [":flag_vu:"]="\U1f1fb\U1f1fa" + [":flag_wf:"]="\U1f1fc\U1f1eb" + [":flag_ws:"]="\U1f1fc\U1f1f8" + [":flag_xk:"]="\U1f1fd\U1f1f0" + [":flag_ye:"]="\U1f1fe\U1f1ea" + [":flag_yt:"]="\U1f1fe\U1f1f9" + [":flag_za:"]="\U1f1ff\U1f1e6" + [":flag_zm:"]="\U1f1ff\U1f1f2" + [":flag_zw:"]="\U1f1ff\U1f1fc" + + # category: diversity + + [":boy:"]="\U1f466" + [":boy_tone1:"]="\U1f466\U1f3fb" + [":boy_tone2:"]="\U1f466\U1f3fc" + [":boy_tone3:"]="\U1f466\U1f3fd" + [":boy_tone4:"]="\U1f466\U1f3fe" + [":boy_tone5:"]="\U1f466\U1f3ff" + [":girl:"]="\U1f467" + [":girl_tone1:"]="\U1f467\U1f3fb" + [":girl_tone2:"]="\U1f467\U1f3fc" + [":girl_tone3:"]="\U1f467\U1f3fd" + [":girl_tone4:"]="\U1f467\U1f3fe" + [":girl_tone5:"]="\U1f467\U1f3ff" + [":man:"]="\U1f468" + [":man_tone1:"]="\U1f468\U1f3fb" + [":man_tone2:"]="\U1f468\U1f3fc" + [":man_tone3:"]="\U1f468\U1f3fd" + [":man_tone4:"]="\U1f468\U1f3fe" + [":man_tone5:"]="\U1f468\U1f3ff" + [":woman:"]="\U1f469" + [":woman_tone1:"]="\U1f469\U1f3fb" + [":woman_tone2:"]="\U1f469\U1f3fc" + [":woman_tone3:"]="\U1f469\U1f3fd" + [":woman_tone4:"]="\U1f469\U1f3fe" + [":woman_tone5:"]="\U1f469\U1f3ff" + [":older_man:"]="\U1f474" + [":older_man_tone1:"]="\U1f474\U1f3fb" + [":older_man_tone2:"]="\U1f474\U1f3fc" + [":older_man_tone3:"]="\U1f474\U1f3fd" + [":older_man_tone4:"]="\U1f474\U1f3fe" + [":older_man_tone5:"]="\U1f474\U1f3ff" + [":older_woman:"]="\U1f475" + [":older_woman_tone1:"]="\U1f475\U1f3fb" + [":older_woman_tone2:"]="\U1f475\U1f3fc" + [":older_woman_tone3:"]="\U1f475\U1f3fd" + [":older_woman_tone4:"]="\U1f475\U1f3fe" + [":older_woman_tone5:"]="\U1f475\U1f3ff" + [":baby:"]="\U1f476" + [":baby_tone1:"]="\U1f476\U1f3fb" + [":baby_tone2:"]="\U1f476\U1f3fc" + [":baby_tone3:"]="\U1f476\U1f3fd" + [":baby_tone4:"]="\U1f476\U1f3fe" + [":baby_tone5:"]="\U1f476\U1f3ff" + [":angel:"]="\U1f47c" + [":angel_tone1:"]="\U1f47c\U1f3fb" + [":angel_tone2:"]="\U1f47c\U1f3fc" + [":angel_tone3:"]="\U1f47c\U1f3fd" + [":angel_tone4:"]="\U1f47c\U1f3fe" + [":angel_tone5:"]="\U1f47c\U1f3ff" + [":cop:"]="\U1f46e" + [":cop_tone1:"]="\U1f46e\U1f3fb" + [":cop_tone2:"]="\U1f46e\U1f3fc" + [":cop_tone3:"]="\U1f46e\U1f3fd" + [":cop_tone4:"]="\U1f46e\U1f3fe" + [":cop_tone5:"]="\U1f46e\U1f3ff" + [":spy:"]="\U1f575" + [":spy_tone1:"]="\U1f575\U1f3fb" + [":spy_tone2:"]="\U1f575\U1f3fc" + [":spy_tone3:"]="\U1f575\U1f3fd" + [":spy_tone4:"]="\U1f575\U1f3fe" + [":spy_tone5:"]="\U1f575\U1f3ff" + [":guardsman:"]="\U1f482" + [":guardsman_tone1:"]="\U1f482\U1f3fb" + [":guardsman_tone2:"]="\U1f482\U1f3fc" + [":guardsman_tone3:"]="\U1f482\U1f3fd" + [":guardsman_tone4:"]="\U1f482\U1f3fe" + [":guardsman_tone5:"]="\U1f482\U1f3ff" + [":construction_worker:"]="\U1f477" + [":construction_worker_tone1:"]="\U1f477\U1f3fb" + [":construction_worker_tone2:"]="\U1f477\U1f3fc" + [":construction_worker_tone3:"]="\U1f477\U1f3fd" + [":construction_worker_tone4:"]="\U1f477\U1f3fe" + [":construction_worker_tone5:"]="\U1f477\U1f3ff" + [":man_with_turban:"]="\U1f473" + [":man_with_turban_tone1:"]="\U1f473\U1f3fb" + [":man_with_turban_tone2:"]="\U1f473\U1f3fc" + [":man_with_turban_tone3:"]="\U1f473\U1f3fd" + [":man_with_turban_tone4:"]="\U1f473\U1f3fe" + [":man_with_turban_tone5:"]="\U1f473\U1f3ff" + [":person_with_blond_hair:"]="\U1f471" + [":person_with_blond_hair_tone1:"]="\U1f471\U1f3fb" + [":person_with_blond_hair_tone2:"]="\U1f471\U1f3fc" + [":person_with_blond_hair_tone3:"]="\U1f471\U1f3fd" + [":person_with_blond_hair_tone4:"]="\U1f471\U1f3fe" + [":person_with_blond_hair_tone5:"]="\U1f471\U1f3ff" + [":santa:"]="\U1f385" + [":santa_tone1:"]="\U1f385\U1f3fb" + [":santa_tone2:"]="\U1f385\U1f3fc" + [":santa_tone3:"]="\U1f385\U1f3fd" + [":santa_tone4:"]="\U1f385\U1f3fe" + [":santa_tone5:"]="\U1f385\U1f3ff" + [":mrs_claus:"]="\U1f936" + [":mrs_claus_tone1:"]="\U1f936\U1f3fb" + [":mrs_claus_tone2:"]="\U1f936\U1f3fc" + [":mrs_claus_tone3:"]="\U1f936\U1f3fd" + [":mrs_claus_tone4:"]="\U1f936\U1f3fe" + [":mrs_claus_tone5:"]="\U1f936\U1f3ff" + [":princess:"]="\U1f478" + [":princess_tone1:"]="\U1f478\U1f3fb" + [":princess_tone2:"]="\U1f478\U1f3fc" + [":princess_tone3:"]="\U1f478\U1f3fd" + [":princess_tone4:"]="\U1f478\U1f3fe" + [":princess_tone5:"]="\U1f478\U1f3ff" + [":prince:"]="\U1f934" + [":prince_tone1:"]="\U1f934\U1f3fb" + [":prince_tone2:"]="\U1f934\U1f3fc" + [":prince_tone3:"]="\U1f934\U1f3fd" + [":prince_tone4:"]="\U1f934\U1f3fe" + [":prince_tone5:"]="\U1f934\U1f3ff" + [":bride_with_veil:"]="\U1f470" + [":bride_with_veil_tone1:"]="\U1f470\U1f3fb" + [":bride_with_veil_tone2:"]="\U1f470\U1f3fc" + [":bride_with_veil_tone3:"]="\U1f470\U1f3fd" + [":bride_with_veil_tone4:"]="\U1f470\U1f3fe" + [":bride_with_veil_tone5:"]="\U1f470\U1f3ff" + [":man_in_tuxedo:"]="\U1f935" + [":man_in_tuxedo_tone1:"]="\U1f935\U1f3fb" + [":man_in_tuxedo_tone2:"]="\U1f935\U1f3fc" + [":man_in_tuxedo_tone3:"]="\U1f935\U1f3fd" + [":man_in_tuxedo_tone4:"]="\U1f935\U1f3fe" + [":man_in_tuxedo_tone5:"]="\U1f935\U1f3ff" + [":pregnant_woman:"]="\U1f930" + [":pregnant_woman_tone1:"]="\U1f930\U1f3fb" + [":pregnant_woman_tone2:"]="\U1f930\U1f3fc" + [":pregnant_woman_tone3:"]="\U1f930\U1f3fd" + [":pregnant_woman_tone4:"]="\U1f930\U1f3fe" + [":pregnant_woman_tone5:"]="\U1f930\U1f3ff" + [":man_with_gua_pi_mao:"]="\U1f472" + [":man_with_gua_pi_mao_tone1:"]="\U1f472\U1f3fb" + [":man_with_gua_pi_mao_tone2:"]="\U1f472\U1f3fc" + [":man_with_gua_pi_mao_tone3:"]="\U1f472\U1f3fd" + [":man_with_gua_pi_mao_tone4:"]="\U1f472\U1f3fe" + [":man_with_gua_pi_mao_tone5:"]="\U1f472\U1f3ff" + [":person_frowning:"]="\U1f64d" + [":person_frowning_tone1:"]="\U1f64d\U1f3fb" + [":person_frowning_tone2:"]="\U1f64d\U1f3fc" + [":person_frowning_tone3:"]="\U1f64d\U1f3fd" + [":person_frowning_tone4:"]="\U1f64d\U1f3fe" + [":person_frowning_tone5:"]="\U1f64d\U1f3ff" + [":person_with_pouting_face:"]="\U1f64e" + [":person_with_pouting_face_tone1:"]="\U1f64e\U1f3fb" + [":person_with_pouting_face_tone2:"]="\U1f64e\U1f3fc" + [":person_with_pouting_face_tone3:"]="\U1f64e\U1f3fd" + [":person_with_pouting_face_tone4:"]="\U1f64e\U1f3fe" + [":person_with_pouting_face_tone5:"]="\U1f64e\U1f3ff" + [":no_good:"]="\U1f645" + [":no_good_tone1:"]="\U1f645\U1f3fb" + [":no_good_tone2:"]="\U1f645\U1f3fc" + [":no_good_tone3:"]="\U1f645\U1f3fd" + [":no_good_tone4:"]="\U1f645\U1f3fe" + [":no_good_tone5:"]="\U1f645\U1f3ff" + [":ok_woman:"]="\U1f646" + [":ok_woman_tone1:"]="\U1f646\U1f3fb" + [":ok_woman_tone2:"]="\U1f646\U1f3fc" + [":ok_woman_tone3:"]="\U1f646\U1f3fd" + [":ok_woman_tone4:"]="\U1f646\U1f3fe" + [":ok_woman_tone5:"]="\U1f646\U1f3ff" + [":information_desk_person:"]="\U1f481" + [":information_desk_person_tone1:"]="\U1f481\U1f3fb" + [":information_desk_person_tone2:"]="\U1f481\U1f3fc" + [":information_desk_person_tone3:"]="\U1f481\U1f3fd" + [":information_desk_person_tone4:"]="\U1f481\U1f3fe" + [":information_desk_person_tone5:"]="\U1f481\U1f3ff" + [":raising_hand:"]="\U1f64b" + [":raising_hand_tone1:"]="\U1f64b\U1f3fb" + [":raising_hand_tone2:"]="\U1f64b\U1f3fc" + [":raising_hand_tone3:"]="\U1f64b\U1f3fd" + [":raising_hand_tone4:"]="\U1f64b\U1f3fe" + [":raising_hand_tone5:"]="\U1f64b\U1f3ff" + [":bow:"]="\U1f647" + [":bow_tone1:"]="\U1f647\U1f3fb" + [":bow_tone2:"]="\U1f647\U1f3fc" + [":bow_tone3:"]="\U1f647\U1f3fd" + [":bow_tone4:"]="\U1f647\U1f3fe" + [":bow_tone5:"]="\U1f647\U1f3ff" + [":face_palm:"]="\U1f926" + [":face_palm_tone1:"]="\U1f926\U1f3fb" + [":face_palm_tone2:"]="\U1f926\U1f3fc" + [":face_palm_tone3:"]="\U1f926\U1f3fd" + [":face_palm_tone4:"]="\U1f926\U1f3fe" + [":face_palm_tone5:"]="\U1f926\U1f3ff" + [":shrug:"]="\U1f937" + [":shrug_tone1:"]="\U1f937\U1f3fb" + [":shrug_tone2:"]="\U1f937\U1f3fc" + [":shrug_tone3:"]="\U1f937\U1f3fd" + [":shrug_tone4:"]="\U1f937\U1f3fe" + [":shrug_tone5:"]="\U1f937\U1f3ff" + [":massage:"]="\U1f486" + [":massage_tone1:"]="\U1f486\U1f3fb" + [":massage_tone2:"]="\U1f486\U1f3fc" + [":massage_tone3:"]="\U1f486\U1f3fd" + [":massage_tone4:"]="\U1f486\U1f3fe" + [":massage_tone5:"]="\U1f486\U1f3ff" + [":haircut:"]="\U1f487" + [":haircut_tone1:"]="\U1f487\U1f3fb" + [":haircut_tone2:"]="\U1f487\U1f3fc" + [":haircut_tone3:"]="\U1f487\U1f3fd" + [":haircut_tone4:"]="\U1f487\U1f3fe" + [":haircut_tone5:"]="\U1f487\U1f3ff" + [":walking:"]="\U1f6b6" + [":walking_tone1:"]="\U1f6b6\U1f3fb" + [":walking_tone2:"]="\U1f6b6\U1f3fc" + [":walking_tone3:"]="\U1f6b6\U1f3fd" + [":walking_tone4:"]="\U1f6b6\U1f3fe" + [":walking_tone5:"]="\U1f6b6\U1f3ff" + [":runner:"]="\U1f3c3" + [":runner_tone1:"]="\U1f3c3\U1f3fb" + [":runner_tone2:"]="\U1f3c3\U1f3fc" + [":runner_tone3:"]="\U1f3c3\U1f3fd" + [":runner_tone4:"]="\U1f3c3\U1f3fe" + [":runner_tone5:"]="\U1f3c3\U1f3ff" + [":dancer:"]="\U1f483" + [":dancer_tone1:"]="\U1f483\U1f3fb" + [":dancer_tone2:"]="\U1f483\U1f3fc" + [":dancer_tone3:"]="\U1f483\U1f3fd" + [":dancer_tone4:"]="\U1f483\U1f3fe" + [":dancer_tone5:"]="\U1f483\U1f3ff" + [":man_dancing:"]="\U1f57a" + [":man_dancing_tone1:"]="\U1f57a\U1f3fb" + [":man_dancing_tone2:"]="\U1f57a\U1f3fc" + [":man_dancing_tone3:"]="\U1f57a\U1f3fd" + [":man_dancing_tone4:"]="\U1f57a\U1f3fe" + [":man_dancing_tone5:"]="\U1f57a\U1f3ff" + [":horse_racing:"]="\U1f3c7" + [":horse_racing_tone1:"]="\U1f3c7\U1f3fb" + [":horse_racing_tone2:"]="\U1f3c7\U1f3fc" + [":horse_racing_tone3:"]="\U1f3c7\U1f3fd" + [":horse_racing_tone4:"]="\U1f3c7\U1f3fe" + [":horse_racing_tone5:"]="\U1f3c7\U1f3ff" + [":surfer:"]="\U1f3c4" + [":surfer_tone1:"]="\U1f3c4\U1f3fb" + [":surfer_tone2:"]="\U1f3c4\U1f3fc" + [":surfer_tone3:"]="\U1f3c4\U1f3fd" + [":surfer_tone4:"]="\U1f3c4\U1f3fe" + [":surfer_tone5:"]="\U1f3c4\U1f3ff" + [":rowboat:"]="\U1f6a3" + [":rowboat_tone1:"]="\U1f6a3\U1f3fb" + [":rowboat_tone2:"]="\U1f6a3\U1f3fc" + [":rowboat_tone3:"]="\U1f6a3\U1f3fd" + [":rowboat_tone4:"]="\U1f6a3\U1f3fe" + [":rowboat_tone5:"]="\U1f6a3\U1f3ff" + [":swimmer:"]="\U1f3ca" + [":swimmer_tone1:"]="\U1f3ca\U1f3fb" + [":swimmer_tone2:"]="\U1f3ca\U1f3fc" + [":swimmer_tone3:"]="\U1f3ca\U1f3fd" + [":swimmer_tone4:"]="\U1f3ca\U1f3fe" + [":swimmer_tone5:"]="\U1f3ca\U1f3ff" + [":basketball_player:"]="\U26f9" + [":basketball_player_tone1:"]="\U26f9\U1f3fb" + [":basketball_player_tone2:"]="\U26f9\U1f3fc" + [":basketball_player_tone3:"]="\U26f9\U1f3fd" + [":basketball_player_tone4:"]="\U26f9\U1f3fe" + [":basketball_player_tone5:"]="\U26f9\U1f3ff" + [":lifter:"]="\U1f3cb" + [":lifter_tone1:"]="\U1f3cb\U1f3fb" + [":lifter_tone2:"]="\U1f3cb\U1f3fc" + [":lifter_tone3:"]="\U1f3cb\U1f3fd" + [":lifter_tone4:"]="\U1f3cb\U1f3fe" + [":lifter_tone5:"]="\U1f3cb\U1f3ff" + [":bicyclist:"]="\U1f6b4" + [":bicyclist_tone1:"]="\U1f6b4\U1f3fb" + [":bicyclist_tone2:"]="\U1f6b4\U1f3fc" + [":bicyclist_tone3:"]="\U1f6b4\U1f3fd" + [":bicyclist_tone4:"]="\U1f6b4\U1f3fe" + [":bicyclist_tone5:"]="\U1f6b4\U1f3ff" + [":mountain_bicyclist:"]="\U1f6b5" + [":mountain_bicyclist_tone1:"]="\U1f6b5\U1f3fb" + [":mountain_bicyclist_tone2:"]="\U1f6b5\U1f3fc" + [":mountain_bicyclist_tone3:"]="\U1f6b5\U1f3fd" + [":mountain_bicyclist_tone4:"]="\U1f6b5\U1f3fe" + [":mountain_bicyclist_tone5:"]="\U1f6b5\U1f3ff" + [":cartwheel:"]="\U1f938" + [":cartwheel_tone1:"]="\U1f938\U1f3fb" + [":cartwheel_tone2:"]="\U1f938\U1f3fc" + [":cartwheel_tone3:"]="\U1f938\U1f3fd" + [":cartwheel_tone4:"]="\U1f938\U1f3fe" + [":cartwheel_tone5:"]="\U1f938\U1f3ff" + [":wrestlers:"]="\U1f93c" + [":wrestlers_tone1:"]="\U1f93c\U1f3fb" + [":wrestlers_tone2:"]="\U1f93c\U1f3fc" + [":wrestlers_tone3:"]="\U1f93c\U1f3fd" + [":wrestlers_tone4:"]="\U1f93c\U1f3fe" + [":wrestlers_tone5:"]="\U1f93c\U1f3ff" + [":water_polo:"]="\U1f93d" + [":water_polo_tone1:"]="\U1f93d\U1f3fb" + [":water_polo_tone2:"]="\U1f93d\U1f3fc" + [":water_polo_tone3:"]="\U1f93d\U1f3fd" + [":water_polo_tone4:"]="\U1f93d\U1f3fe" + [":water_polo_tone5:"]="\U1f93d\U1f3ff" + [":handball:"]="\U1f93e" + [":handball_tone1:"]="\U1f93e\U1f3fb" + [":handball_tone2:"]="\U1f93e\U1f3fc" + [":handball_tone3:"]="\U1f93e\U1f3fd" + [":handball_tone4:"]="\U1f93e\U1f3fe" + [":handball_tone5:"]="\U1f93e\U1f3ff" + [":juggling:"]="\U1f939" + [":juggling_tone1:"]="\U1f939\U1f3fb" + [":juggling_tone2:"]="\U1f939\U1f3fc" + [":juggling_tone3:"]="\U1f939\U1f3fd" + [":juggling_tone4:"]="\U1f939\U1f3fe" + [":juggling_tone5:"]="\U1f939\U1f3ff" + [":muscle:"]="\U1f4aa" + [":muscle_tone1:"]="\U1f4aa\U1f3fb" + [":muscle_tone2:"]="\U1f4aa\U1f3fc" + [":muscle_tone3:"]="\U1f4aa\U1f3fd" + [":muscle_tone4:"]="\U1f4aa\U1f3fe" + [":muscle_tone5:"]="\U1f4aa\U1f3ff" + [":selfie:"]="\U1f933" + [":selfie_tone1:"]="\U1f933\U1f3fb" + [":selfie_tone2:"]="\U1f933\U1f3fc" + [":selfie_tone3:"]="\U1f933\U1f3fd" + [":selfie_tone4:"]="\U1f933\U1f3fe" + [":selfie_tone5:"]="\U1f933\U1f3ff" + [":point_left:"]="\U1f448" + [":point_left_tone1:"]="\U1f448\U1f3fb" + [":point_left_tone2:"]="\U1f448\U1f3fc" + [":point_left_tone3:"]="\U1f448\U1f3fd" + [":point_left_tone4:"]="\U1f448\U1f3fe" + [":point_left_tone5:"]="\U1f448\U1f3ff" + [":point_right:"]="\U1f449" + [":point_right_tone1:"]="\U1f449\U1f3fb" + [":point_right_tone2:"]="\U1f449\U1f3fc" + [":point_right_tone3:"]="\U1f449\U1f3fd" + [":point_right_tone4:"]="\U1f449\U1f3fe" + [":point_right_tone5:"]="\U1f449\U1f3ff" + [":point_up:"]="\U261d" + [":point_up_tone1:"]="\U261d\U1f3fb" + [":point_up_tone2:"]="\U261d\U1f3fc" + [":point_up_tone3:"]="\U261d\U1f3fd" + [":point_up_tone4:"]="\U261d\U1f3fe" + [":point_up_tone5:"]="\U261d\U1f3ff" + [":point_up_2:"]="\U1f446" + [":point_up_2_tone1:"]="\U1f446\U1f3fb" + [":point_up_2_tone2:"]="\U1f446\U1f3fc" + [":point_up_2_tone3:"]="\U1f446\U1f3fd" + [":point_up_2_tone4:"]="\U1f446\U1f3fe" + [":point_up_2_tone5:"]="\U1f446\U1f3ff" + [":middle_finger:"]="\U1f595" + [":middle_finger_tone1:"]="\U1f595\U1f3fb" + [":middle_finger_tone2:"]="\U1f595\U1f3fc" + [":middle_finger_tone3:"]="\U1f595\U1f3fd" + [":middle_finger_tone4:"]="\U1f595\U1f3fe" + [":middle_finger_tone5:"]="\U1f595\U1f3ff" + [":point_down:"]="\U1f447" + [":point_down_tone1:"]="\U1f447\U1f3fb" + [":point_down_tone2:"]="\U1f447\U1f3fc" + [":point_down_tone3:"]="\U1f447\U1f3fd" + [":point_down_tone4:"]="\U1f447\U1f3fe" + [":point_down_tone5:"]="\U1f447\U1f3ff" + [":v:"]="\U270c" + [":v_tone1:"]="\U270c\U1f3fb" + [":v_tone2:"]="\U270c\U1f3fc" + [":v_tone3:"]="\U270c\U1f3fd" + [":v_tone4:"]="\U270c\U1f3fe" + [":v_tone5:"]="\U270c\U1f3ff" + [":fingers_crossed:"]="\U1f91e" + [":fingers_crossed_tone1:"]="\U1f91e\U1f3fb" + [":fingers_crossed_tone2:"]="\U1f91e\U1f3fc" + [":fingers_crossed_tone3:"]="\U1f91e\U1f3fd" + [":fingers_crossed_tone4:"]="\U1f91e\U1f3fe" + [":fingers_crossed_tone5:"]="\U1f91e\U1f3ff" + [":vulcan:"]="\U1f596" + [":vulcan_tone1:"]="\U1f596\U1f3fb" + [":vulcan_tone2:"]="\U1f596\U1f3fc" + [":vulcan_tone3:"]="\U1f596\U1f3fd" + [":vulcan_tone4:"]="\U1f596\U1f3fe" + [":vulcan_tone5:"]="\U1f596\U1f3ff" + [":metal:"]="\U1f918" + [":metal_tone1:"]="\U1f918\U1f3fb" + [":metal_tone2:"]="\U1f918\U1f3fc" + [":metal_tone3:"]="\U1f918\U1f3fd" + [":metal_tone4:"]="\U1f918\U1f3fe" + [":metal_tone5:"]="\U1f918\U1f3ff" + [":call_me:"]="\U1f919" + [":call_me_tone1:"]="\U1f919\U1f3fb" + [":call_me_tone2:"]="\U1f919\U1f3fc" + [":call_me_tone3:"]="\U1f919\U1f3fd" + [":call_me_tone4:"]="\U1f919\U1f3fe" + [":call_me_tone5:"]="\U1f919\U1f3ff" + [":hand_splayed:"]="\U1f590" + [":hand_splayed_tone1:"]="\U1f590\U1f3fb" + [":hand_splayed_tone2:"]="\U1f590\U1f3fc" + [":hand_splayed_tone3:"]="\U1f590\U1f3fd" + [":hand_splayed_tone4:"]="\U1f590\U1f3fe" + [":hand_splayed_tone5:"]="\U1f590\U1f3ff" + [":raised_hand:"]="\U270b" + [":raised_hand_tone1:"]="\U270b\U1f3fb" + [":raised_hand_tone2:"]="\U270b\U1f3fc" + [":raised_hand_tone3:"]="\U270b\U1f3fd" + [":raised_hand_tone4:"]="\U270b\U1f3fe" + [":raised_hand_tone5:"]="\U270b\U1f3ff" + [":ok_hand:"]="\U1f44c" + [":ok_hand_tone1:"]="\U1f44c\U1f3fb" + [":ok_hand_tone2:"]="\U1f44c\U1f3fc" + [":ok_hand_tone3:"]="\U1f44c\U1f3fd" + [":ok_hand_tone4:"]="\U1f44c\U1f3fe" + [":ok_hand_tone5:"]="\U1f44c\U1f3ff" + [":thumbsup:"]="\U1f44d" + [":thumbsup_tone1:"]="\U1f44d\U1f3fb" + [":thumbsup_tone2:"]="\U1f44d\U1f3fc" + [":thumbsup_tone3:"]="\U1f44d\U1f3fd" + [":thumbsup_tone4:"]="\U1f44d\U1f3fe" + [":thumbsup_tone5:"]="\U1f44d\U1f3ff" + [":thumbsdown:"]="\U1f44e" + [":thumbsdown_tone1:"]="\U1f44e\U1f3fb" + [":thumbsdown_tone2:"]="\U1f44e\U1f3fc" + [":thumbsdown_tone3:"]="\U1f44e\U1f3fd" + [":thumbsdown_tone4:"]="\U1f44e\U1f3fe" + [":thumbsdown_tone5:"]="\U1f44e\U1f3ff" + [":fist:"]="\U270a" + [":fist_tone1:"]="\U270a\U1f3fb" + [":fist_tone2:"]="\U270a\U1f3fc" + [":fist_tone3:"]="\U270a\U1f3fd" + [":fist_tone4:"]="\U270a\U1f3fe" + [":fist_tone5:"]="\U270a\U1f3ff" + [":punch:"]="\U1f44a" + [":punch_tone1:"]="\U1f44a\U1f3fb" + [":punch_tone2:"]="\U1f44a\U1f3fc" + [":punch_tone3:"]="\U1f44a\U1f3fd" + [":punch_tone4:"]="\U1f44a\U1f3fe" + [":punch_tone5:"]="\U1f44a\U1f3ff" + [":left_facing_fist:"]="\U1f91b" + [":left_facing_fist_tone1:"]="\U1f91b\U1f3fb" + [":left_facing_fist_tone2:"]="\U1f91b\U1f3fc" + [":left_facing_fist_tone3:"]="\U1f91b\U1f3fd" + [":left_facing_fist_tone4:"]="\U1f91b\U1f3fe" + [":left_facing_fist_tone5:"]="\U1f91b\U1f3ff" + [":right_facing_fist:"]="\U1f91c" + [":right_facing_fist_tone1:"]="\U1f91c\U1f3fb" + [":right_facing_fist_tone2:"]="\U1f91c\U1f3fc" + [":right_facing_fist_tone3:"]="\U1f91c\U1f3fd" + [":right_facing_fist_tone4:"]="\U1f91c\U1f3fe" + [":right_facing_fist_tone5:"]="\U1f91c\U1f3ff" + [":raised_back_of_hand:"]="\U1f91a" + [":raised_back_of_hand_tone1:"]="\U1f91a\U1f3fb" + [":raised_back_of_hand_tone2:"]="\U1f91a\U1f3fc" + [":raised_back_of_hand_tone3:"]="\U1f91a\U1f3fd" + [":raised_back_of_hand_tone4:"]="\U1f91a\U1f3fe" + [":raised_back_of_hand_tone5:"]="\U1f91a\U1f3ff" + [":wave:"]="\U1f44b" + [":wave_tone1:"]="\U1f44b\U1f3fb" + [":wave_tone2:"]="\U1f44b\U1f3fc" + [":wave_tone3:"]="\U1f44b\U1f3fd" + [":wave_tone4:"]="\U1f44b\U1f3fe" + [":wave_tone5:"]="\U1f44b\U1f3ff" + [":clap:"]="\U1f44f" + [":clap_tone1:"]="\U1f44f\U1f3fb" + [":clap_tone2:"]="\U1f44f\U1f3fc" + [":clap_tone3:"]="\U1f44f\U1f3fd" + [":clap_tone4:"]="\U1f44f\U1f3fe" + [":clap_tone5:"]="\U1f44f\U1f3ff" + [":writing_hand:"]="\U270d" + [":writing_hand_tone1:"]="\U270d\U1f3fb" + [":writing_hand_tone2:"]="\U270d\U1f3fc" + [":writing_hand_tone3:"]="\U270d\U1f3fd" + [":writing_hand_tone4:"]="\U270d\U1f3fe" + [":writing_hand_tone5:"]="\U270d\U1f3ff" + [":open_hands:"]="\U1f450" + [":open_hands_tone1:"]="\U1f450\U1f3fb" + [":open_hands_tone2:"]="\U1f450\U1f3fc" + [":open_hands_tone3:"]="\U1f450\U1f3fd" + [":open_hands_tone4:"]="\U1f450\U1f3fe" + [":open_hands_tone5:"]="\U1f450\U1f3ff" + [":raised_hands:"]="\U1f64c" + [":raised_hands_tone1:"]="\U1f64c\U1f3fb" + [":raised_hands_tone2:"]="\U1f64c\U1f3fc" + [":raised_hands_tone3:"]="\U1f64c\U1f3fd" + [":raised_hands_tone4:"]="\U1f64c\U1f3fe" + [":raised_hands_tone5:"]="\U1f64c\U1f3ff" + [":pray:"]="\U1f64f" + [":pray_tone1:"]="\U1f64f\U1f3fb" + [":pray_tone2:"]="\U1f64f\U1f3fc" + [":pray_tone3:"]="\U1f64f\U1f3fd" + [":pray_tone4:"]="\U1f64f\U1f3fe" + [":pray_tone5:"]="\U1f64f\U1f3ff" + [":handshake:"]="\U1f91d" + [":handshake_tone1:"]="\U1f91d\U1f3fb" + [":handshake_tone2:"]="\U1f91d\U1f3fc" + [":handshake_tone3:"]="\U1f91d\U1f3fd" + [":handshake_tone4:"]="\U1f91d\U1f3fe" + [":handshake_tone5:"]="\U1f91d\U1f3ff" + [":nail_care:"]="\U1f485" + [":nail_care_tone1:"]="\U1f485\U1f3fb" + [":nail_care_tone2:"]="\U1f485\U1f3fc" + [":nail_care_tone3:"]="\U1f485\U1f3fd" + [":nail_care_tone4:"]="\U1f485\U1f3fe" + [":nail_care_tone5:"]="\U1f485\U1f3ff" + [":ear:"]="\U1f442" + [":ear_tone1:"]="\U1f442\U1f3fb" + [":ear_tone2:"]="\U1f442\U1f3fc" + [":ear_tone3:"]="\U1f442\U1f3fd" + [":ear_tone4:"]="\U1f442\U1f3fe" + [":ear_tone5:"]="\U1f442\U1f3ff" + [":nose:"]="\U1f443" + [":nose_tone1:"]="\U1f443\U1f3fb" + [":nose_tone2:"]="\U1f443\U1f3fc" + [":nose_tone3:"]="\U1f443\U1f3fd" + [":nose_tone4:"]="\U1f443\U1f3fe" + [":nose_tone5:"]="\U1f443\U1f3ff" + [":bath:"]="\U1f6c0" + [":bath_tone1:"]="\U1f6c0\U1f3fb" + [":bath_tone2:"]="\U1f6c0\U1f3fc" + [":bath_tone3:"]="\U1f6c0\U1f3fd" + [":bath_tone4:"]="\U1f6c0\U1f3fe" + [":bath_tone5:"]="\U1f6c0\U1f3ff" +) + +# Gets emoji from the associative array +# Returns raw emoji character or word +to_emoji () { + local value=${emojis[$1]} + [[ -n $value ]] && echo -e "$value " || echo "$1" +} + +# Function to parse a line, split it into an array of words and then emojify +# each word. +parse_line () { + IFS=' '; read -ra words_arr <<< "$*" + out=() + for word in "${words_arr[@]}"; do + out+=("$(to_emoji "$word")") + done + echo "${out[*]}" +} + +# Function to print help info. +help () { + cat <= 4 )); then + return + else + echo -e "Oh my! That’s a very old version of bash you’re using, we don’t support that anymore :(\n" \ + "\nConsider upgrading it or, if you must use bash ${BASH_VERSION} download an old version of" \ + "emojify from here: https://github.com/mrowa44/emojify/blob/old_bash_support/emojify" + exit 0 + fi +} + +# If arguments are provided on the command line then check for supported help +# options or process the arguments as emoji names. +if [[ -n $1 ]]; then + case $1 in + '-h' | '--help' ) + help + ;; + + '-l' | '--list' ) + help list + ;; + + * ) + check_version + parse_line "$*" + ;; + esac +else + check_version + while IFS=''; read -r line || [ -n "$line" ]; do + parse_line "$line" + done +fi