Created
August 26, 2019 06:46
-
-
Save patriksvensson/2d1132ddd8831864eaf3173cd4c21dca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Text.RegularExpressions; | |
namespace Ghostly.Utilities | |
{ | |
// Emoji list borrowed from https://github.com/lunet-io/markdig/blob/25959174d521c7f4458fa7b340d58a4ac136fa30/src/Markdig/Extensions/Emoji/EmojiParser.cs | |
public static class EmojiReplacer | |
{ | |
private static Regex _regex; | |
private static Dictionary<string, string> _lookup; | |
static EmojiReplacer() | |
{ | |
_regex = new Regex(":{1}.*?:{1}"); | |
_lookup = new Dictionary<string, string>() | |
{ | |
{ ":100:", "๐ฏ" }, | |
{ ":1234:", "๐ข" }, | |
{ ":smile:", "๐" }, | |
{ ":smiley:", "๐" }, | |
{ ":grinning:", "๐" }, | |
{ ":blush:", "๐" }, | |
{ ":relaxed:", "โบ๏ธ" }, | |
{ ":wink:", "๐" }, | |
{ ":heart_eyes:", "๐" }, | |
{ ":kissing_heart:", "๐" }, | |
{ ":kissing_closed_eyes:", "๐" }, | |
{ ":kissing:", "๐" }, | |
{ ":kissing_smiling_eyes:", "๐" }, | |
{ ":stuck_out_tongue_winking_eye:", "๐" }, | |
{ ":stuck_out_tongue_closed_eyes:", "๐" }, | |
{ ":stuck_out_tongue:", "๐" }, | |
{ ":flushed:", "๐ณ" }, | |
{ ":grin:", "๐" }, | |
{ ":pensive:", "๐" }, | |
{ ":relieved:", "๐" }, | |
{ ":unamused:", "๐" }, | |
{ ":disappointed:", "๐" }, | |
{ ":persevere:", "๐ฃ" }, | |
{ ":cry:", "๐ข" }, | |
{ ":joy:", "๐" }, | |
{ ":sob:", "๐ญ" }, | |
{ ":sleepy:", "๐ช" }, | |
{ ":disappointed_relieved:", "๐ฅ" }, | |
{ ":cold_sweat:", "๐ฐ" }, | |
{ ":sweat_smile:", "๐ " }, | |
{ ":sweat:", "๐" }, | |
{ ":weary:", "๐ฉ" }, | |
{ ":tired_face:", "๐ซ" }, | |
{ ":fearful:", "๐จ" }, | |
{ ":scream:", "๐ฑ" }, | |
{ ":angry:", "๐ " }, | |
{ ":rage:", "๐ก" }, | |
{ ":triumph:", "๐ค" }, | |
{ ":confounded:", "๐" }, | |
{ ":laughing:", "๐" }, | |
{ ":satisfied:", "๐" }, | |
{ ":yum:", "๐" }, | |
{ ":mask:", "๐ท" }, | |
{ ":sunglasses:", "๐" }, | |
{ ":sleeping:", "๐ด" }, | |
{ ":dizzy_face:", "๐ต" }, | |
{ ":astonished:", "๐ฒ" }, | |
{ ":worried:", "๐" }, | |
{ ":frowning:", "๐ฆ" }, | |
{ ":anguished:", "๐ง" }, | |
{ ":smiling_imp:", "๐" }, | |
{ ":imp:", "๐ฟ" }, | |
{ ":open_mouth:", "๐ฎ" }, | |
{ ":grimacing:", "๐ฌ" }, | |
{ ":neutral_face:", "๐" }, | |
{ ":confused:", "๐" }, | |
{ ":hushed:", "๐ฏ" }, | |
{ ":no_mouth:", "๐ถ" }, | |
{ ":innocent:", "๐" }, | |
{ ":smirk:", "๐" }, | |
{ ":expressionless:", "๐" }, | |
{ ":man_with_gua_pi_mao:", "๐ฒ" }, | |
{ ":man_with_turban:", "๐ณ" }, | |
{ ":cop:", "๐ฎ" }, | |
{ ":construction_worker:", "๐ท" }, | |
{ ":guardsman:", "๐" }, | |
{ ":baby:", "๐ถ" }, | |
{ ":boy:", "๐ฆ" }, | |
{ ":girl:", "๐ง" }, | |
{ ":man:", "๐จ" }, | |
{ ":woman:", "๐ฉ" }, | |
{ ":older_man:", "๐ด" }, | |
{ ":older_woman:", "๐ต" }, | |
{ ":person_with_blond_hair:", "๐ฑ" }, | |
{ ":angel:", "๐ผ" }, | |
{ ":princess:", "๐ธ" }, | |
{ ":smiley_cat:", "๐บ" }, | |
{ ":smile_cat:", "๐ธ" }, | |
{ ":heart_eyes_cat:", "๐ป" }, | |
{ ":kissing_cat:", "๐ฝ" }, | |
{ ":smirk_cat:", "๐ผ" }, | |
{ ":scream_cat:", "๐" }, | |
{ ":crying_cat_face:", "๐ฟ" }, | |
{ ":joy_cat:", "๐น" }, | |
{ ":pouting_cat:", "๐พ" }, | |
{ ":japanese_ogre:", "๐น" }, | |
{ ":japanese_goblin:", "๐บ" }, | |
{ ":see_no_evil:", "๐" }, | |
{ ":hear_no_evil:", "๐" }, | |
{ ":speak_no_evil:", "๐" }, | |
{ ":skull:", "๐" }, | |
{ ":alien:", "๐ฝ" }, | |
{ ":hankey:", "๐ฉ" }, | |
{ ":poop:", "๐ฉ" }, | |
{ ":shit:", "๐ฉ" }, | |
{ ":fire:", "๐ฅ" }, | |
{ ":sparkles:", "โจ" }, | |
{ ":star2:", "๐" }, | |
{ ":dizzy:", "๐ซ" }, | |
{ ":boom:", "๐ฅ" }, | |
{ ":collision:", "๐ฅ" }, | |
{ ":anger:", "๐ข" }, | |
{ ":sweat_drops:", "๐ฆ" }, | |
{ ":droplet:", "๐ง" }, | |
{ ":zzz:", "๐ค" }, | |
{ ":dash:", "๐จ" }, | |
{ ":ear:", "๐" }, | |
{ ":eyes:", "๐" }, | |
{ ":nose:", "๐" }, | |
{ ":tongue:", "๐ " }, | |
{ ":lips:", "๐" }, | |
{ ":+1:", "๐" }, | |
{ ":thumbsup:", "๐" }, | |
{ ":-1:", "๐" }, | |
{ ":thumbsdown:", "๐" }, | |
{ ":ok_hand:", "๐" }, | |
{ ":facepunch:", "๐" }, | |
{ ":punch:", "๐" }, | |
{ ":fist:", "โ" }, | |
{ ":v:", "โ๏ธ" }, | |
{ ":wave:", "๐" }, | |
{ ":hand:", "โ" }, | |
{ ":raised_hand:", "โ" }, | |
{ ":open_hands:", "๐" }, | |
{ ":point_up_2:", "๐" }, | |
{ ":point_down:", "๐" }, | |
{ ":point_right:", "๐" }, | |
{ ":point_left:", "๐" }, | |
{ ":raised_hands:", "๐" }, | |
{ ":pray:", "๐" }, | |
{ ":point_up:", "โ๏ธ" }, | |
{ ":clap:", "๐" }, | |
{ ":muscle:", "๐ช" }, | |
{ ":walking:", "๐ถ" }, | |
{ ":runner:", "๐" }, | |
{ ":running:", "๐" }, | |
{ ":dancer:", "๐" }, | |
{ ":couple:", "๐ซ" }, | |
{ ":family:", "๐ช" }, | |
{ ":two_men_holding_hands:", "๐ฌ" }, | |
{ ":two_women_holding_hands:", "๐ญ" }, | |
{ ":couplekiss:", "๐" }, | |
{ ":couple_with_heart:", "๐" }, | |
{ ":dancers:", "๐ฏ" }, | |
{ ":ok_woman:", "๐" }, | |
{ ":no_good:", "๐ " }, | |
{ ":information_desk_person:", "๐" }, | |
{ ":raising_hand:", "๐" }, | |
{ ":massage:", "๐" }, | |
{ ":haircut:", "๐" }, | |
{ ":nail_care:", "๐ " }, | |
{ ":bride_with_veil:", "๐ฐ" }, | |
{ ":person_with_pouting_face:", "๐" }, | |
{ ":person_frowning:", "๐" }, | |
{ ":bow:", "๐" }, | |
{ ":tophat:", "๐ฉ" }, | |
{ ":crown:", "๐" }, | |
{ ":womans_hat:", "๐" }, | |
{ ":athletic_shoe:", "๐" }, | |
{ ":mans_shoe:", "๐" }, | |
{ ":shoe:", "๐" }, | |
{ ":sandal:", "๐ก" }, | |
{ ":high_heel:", "๐ " }, | |
{ ":boot:", "๐ข" }, | |
{ ":shirt:", "๐" }, | |
{ ":tshirt:", "๐" }, | |
{ ":necktie:", "๐" }, | |
{ ":womans_clothes:", "๐" }, | |
{ ":dress:", "๐" }, | |
{ ":running_shirt_with_sash:", "๐ฝ" }, | |
{ ":jeans:", "๐" }, | |
{ ":kimono:", "๐" }, | |
{ ":bikini:", "๐" }, | |
{ ":briefcase:", "๐ผ" }, | |
{ ":handbag:", "๐" }, | |
{ ":pouch:", "๐" }, | |
{ ":purse:", "๐" }, | |
{ ":eyeglasses:", "๐" }, | |
{ ":ribbon:", "๐" }, | |
{ ":closed_umbrella:", "๐" }, | |
{ ":lipstick:", "๐" }, | |
{ ":yellow_heart:", "๐" }, | |
{ ":blue_heart:", "๐" }, | |
{ ":purple_heart:", "๐" }, | |
{ ":green_heart:", "๐" }, | |
{ ":heart:", "โค๏ธ" }, | |
{ ":broken_heart:", "๐" }, | |
{ ":heartpulse:", "๐" }, | |
{ ":heartbeat:", "๐" }, | |
{ ":two_hearts:", "๐" }, | |
{ ":sparkling_heart:", "๐" }, | |
{ ":revolving_hearts:", "๐" }, | |
{ ":cupid:", "๐" }, | |
{ ":love_letter:", "๐" }, | |
{ ":kiss:", "๐" }, | |
{ ":ring:", "๐" }, | |
{ ":gem:", "๐" }, | |
{ ":bust_in_silhouette:", "๐ค" }, | |
{ ":busts_in_silhouette:", "๐ฅ" }, | |
{ ":speech_balloon:", "๐ฌ" }, | |
{ ":footprints:", "๐ฃ" }, | |
{ ":thought_balloon:", "๐ญ" }, | |
{ ":dog:", "๐ถ" }, | |
{ ":wolf:", "๐บ" }, | |
{ ":cat:", "๐ฑ" }, | |
{ ":mouse:", "๐ญ" }, | |
{ ":hamster:", "๐น" }, | |
{ ":rabbit:", "๐ฐ" }, | |
{ ":frog:", "๐ธ" }, | |
{ ":tiger:", "๐ฏ" }, | |
{ ":koala:", "๐จ" }, | |
{ ":bear:", "๐ป" }, | |
{ ":pig:", "๐ท" }, | |
{ ":pig_nose:", "๐ฝ" }, | |
{ ":cow:", "๐ฎ" }, | |
{ ":boar:", "๐" }, | |
{ ":monkey_face:", "๐ต" }, | |
{ ":monkey:", "๐" }, | |
{ ":horse:", "๐ด" }, | |
{ ":sheep:", "๐" }, | |
{ ":elephant:", "๐" }, | |
{ ":panda_face:", "๐ผ" }, | |
{ ":penguin:", "๐ง" }, | |
{ ":bird:", "๐ฆ" }, | |
{ ":baby_chick:", "๐ค" }, | |
{ ":hatched_chick:", "๐ฅ" }, | |
{ ":hatching_chick:", "๐ฃ" }, | |
{ ":chicken:", "๐" }, | |
{ ":snake:", "๐" }, | |
{ ":turtle:", "๐ข" }, | |
{ ":bug:", "๐" }, | |
{ ":bee:", "๐" }, | |
{ ":honeybee:", "๐" }, | |
{ ":ant:", "๐" }, | |
{ ":beetle:", "๐" }, | |
{ ":snail:", "๐" }, | |
{ ":octopus:", "๐" }, | |
{ ":shell:", "๐" }, | |
{ ":tropical_fish:", "๐ " }, | |
{ ":fish:", "๐" }, | |
{ ":dolphin:", "๐ฌ" }, | |
{ ":flipper:", "๐ฌ" }, | |
{ ":whale:", "๐ณ" }, | |
{ ":whale2:", "๐" }, | |
{ ":cow2:", "๐" }, | |
{ ":ram:", "๐" }, | |
{ ":rat:", "๐" }, | |
{ ":water_buffalo:", "๐" }, | |
{ ":tiger2:", "๐ " }, | |
{ ":rabbit2:", "๐" }, | |
{ ":dragon:", "๐" }, | |
{ ":racehorse:", "๐" }, | |
{ ":goat:", "๐" }, | |
{ ":rooster:", "๐" }, | |
{ ":dog2:", "๐" }, | |
{ ":pig2:", "๐" }, | |
{ ":mouse2:", "๐" }, | |
{ ":ox:", "๐" }, | |
{ ":dragon_face:", "๐ฒ" }, | |
{ ":blowfish:", "๐ก" }, | |
{ ":crocodile:", "๐" }, | |
{ ":camel:", "๐ซ" }, | |
{ ":dromedary_camel:", "๐ช" }, | |
{ ":leopard:", "๐" }, | |
{ ":cat2:", "๐" }, | |
{ ":poodle:", "๐ฉ" }, | |
{ ":feet:", "๐พ" }, | |
{ ":paw_prints:", "๐พ" }, | |
{ ":bouquet:", "๐" }, | |
{ ":cherry_blossom:", "๐ธ" }, | |
{ ":tulip:", "๐ท" }, | |
{ ":four_leaf_clover:", "๐" }, | |
{ ":rose:", "๐น" }, | |
{ ":sunflower:", "๐ป" }, | |
{ ":hibiscus:", "๐บ" }, | |
{ ":maple_leaf:", "๐" }, | |
{ ":leaves:", "๐" }, | |
{ ":fallen_leaf:", "๐" }, | |
{ ":herb:", "๐ฟ" }, | |
{ ":ear_of_rice:", "๐พ" }, | |
{ ":mushroom:", "๐" }, | |
{ ":cactus:", "๐ต" }, | |
{ ":palm_tree:", "๐ด" }, | |
{ ":evergreen_tree:", "๐ฒ" }, | |
{ ":deciduous_tree:", "๐ณ" }, | |
{ ":chestnut:", "๐ฐ" }, | |
{ ":seedling:", "๐ฑ" }, | |
{ ":blossom:", "๐ผ" }, | |
{ ":globe_with_meridians:", "๐" }, | |
{ ":sun_with_face:", "๐" }, | |
{ ":full_moon_with_face:", "๐" }, | |
{ ":new_moon_with_face:", "๐" }, | |
{ ":new_moon:", "๐" }, | |
{ ":waxing_crescent_moon:", "๐" }, | |
{ ":first_quarter_moon:", "๐" }, | |
{ ":moon:", "๐" }, | |
{ ":waxing_gibbous_moon:", "๐" }, | |
{ ":full_moon:", "๐" }, | |
{ ":waning_gibbous_moon:", "๐" }, | |
{ ":last_quarter_moon:", "๐" }, | |
{ ":waning_crescent_moon:", "๐" }, | |
{ ":last_quarter_moon_with_face:", "๐" }, | |
{ ":first_quarter_moon_with_face:", "๐" }, | |
{ ":crescent_moon:", "๐" }, | |
{ ":earth_africa:", "๐" }, | |
{ ":earth_americas:", "๐" }, | |
{ ":earth_asia:", "๐" }, | |
{ ":volcano:", "๐" }, | |
{ ":milky_way:", "๐" }, | |
{ ":stars:", "๐ " }, | |
{ ":star:", "โญ" }, | |
{ ":sunny:", "โ๏ธ" }, | |
{ ":partly_sunny:", "โ " }, | |
{ ":cloud:", "โ๏ธ" }, | |
{ ":zap:", "โก" }, | |
{ ":umbrella:", "โ" }, | |
{ ":snowflake:", "โ๏ธ" }, | |
{ ":snowman:", "โ" }, | |
{ ":cyclone:", "๐" }, | |
{ ":foggy:", "๐" }, | |
{ ":rainbow:", "๐" }, | |
{ ":ocean:", "๐" }, | |
{ ":bamboo:", "๐" }, | |
{ ":gift_heart:", "๐" }, | |
{ ":dolls:", "๐" }, | |
{ ":school_satchel:", "๐" }, | |
{ ":mortar_board:", "๐" }, | |
{ ":flags:", "๐" }, | |
{ ":fireworks:", "๐" }, | |
{ ":sparkler:", "๐" }, | |
{ ":wind_chime:", "๐" }, | |
{ ":rice_scene:", "๐" }, | |
{ ":jack_o_lantern:", "๐" }, | |
{ ":ghost:", "๐ป" }, | |
{ ":santa:", "๐ " }, | |
{ ":christmas_tree:", "๐" }, | |
{ ":gift:", "๐" }, | |
{ ":tanabata_tree:", "๐" }, | |
{ ":tada:", "๐" }, | |
{ ":confetti_ball:", "๐" }, | |
{ ":balloon:", "๐" }, | |
{ ":crossed_flags:", "๐" }, | |
{ ":crystal_ball:", "๐ฎ" }, | |
{ ":movie_camera:", "๐ฅ" }, | |
{ ":camera:", "๐ท" }, | |
{ ":video_camera:", "๐น" }, | |
{ ":vhs:", "๐ผ" }, | |
{ ":cd:", "๐ฟ" }, | |
{ ":dvd:", "๐" }, | |
{ ":minidisc:", "๐ฝ" }, | |
{ ":floppy_disk:", "๐พ" }, | |
{ ":computer:", "๐ป" }, | |
{ ":iphone:", "๐ฑ" }, | |
{ ":phone:", "โ๏ธ" }, | |
{ ":telephone:", "โ๏ธ" }, | |
{ ":telephone_receiver:", "๐" }, | |
{ ":pager:", "๐" }, | |
{ ":fax:", "๐ " }, | |
{ ":satellite:", "๐ก" }, | |
{ ":tv:", "๐บ" }, | |
{ ":radio:", "๐ป" }, | |
{ ":loud_sound:", "๐" }, | |
{ ":sound:", "๐" }, | |
{ ":speaker:", "๐" }, | |
{ ":mute:", "๐" }, | |
{ ":bell:", "๐" }, | |
{ ":no_bell:", "๐" }, | |
{ ":loudspeaker:", "๐ข" }, | |
{ ":mega:", "๐ฃ" }, | |
{ ":hourglass_flowing_sand:", "โณ" }, | |
{ ":hourglass:", "โ" }, | |
{ ":alarm_clock:", "โฐ" }, | |
{ ":watch:", "โ" }, | |
{ ":unlock:", "๐" }, | |
{ ":lock:", "๐" }, | |
{ ":lock_with_ink_pen:", "๐" }, | |
{ ":closed_lock_with_key:", "๐" }, | |
{ ":key:", "๐" }, | |
{ ":mag_right:", "๐" }, | |
{ ":bulb:", "๐ก" }, | |
{ ":flashlight:", "๐ฆ" }, | |
{ ":high_brightness:", "๐" }, | |
{ ":low_brightness:", "๐ " }, | |
{ ":electric_plug:", "๐" }, | |
{ ":battery:", "๐" }, | |
{ ":mag:", "๐" }, | |
{ ":bathtub:", "๐" }, | |
{ ":bath:", "๐" }, | |
{ ":shower:", "๐ฟ" }, | |
{ ":toilet:", "๐ฝ" }, | |
{ ":wrench:", "๐ง" }, | |
{ ":nut_and_bolt:", "๐ฉ" }, | |
{ ":hammer:", "๐จ" }, | |
{ ":door:", "๐ช" }, | |
{ ":smoking:", "๐ฌ" }, | |
{ ":bomb:", "๐ฃ" }, | |
{ ":gun:", "๐ซ" }, | |
{ ":hocho:", "๐ช" }, | |
{ ":knife:", "๐ช" }, | |
{ ":pill:", "๐" }, | |
{ ":syringe:", "๐" }, | |
{ ":moneybag:", "๐ฐ" }, | |
{ ":yen:", "๐ด" }, | |
{ ":dollar:", "๐ต" }, | |
{ ":pound:", "๐ท" }, | |
{ ":euro:", "๐ถ" }, | |
{ ":credit_card:", "๐ณ" }, | |
{ ":money_with_wings:", "๐ธ" }, | |
{ ":calling:", "๐ฒ" }, | |
{ ":e-mail:", "๐ง" }, | |
{ ":inbox_tray:", "๐ฅ" }, | |
{ ":outbox_tray:", "๐ค" }, | |
{ ":email:", "โ๏ธ" }, | |
{ ":envelope:", "โ๏ธ" }, | |
{ ":envelope_with_arrow:", "๐ฉ" }, | |
{ ":incoming_envelope:", "๐จ" }, | |
{ ":postal_horn:", "๐ฏ" }, | |
{ ":mailbox:", "๐ซ" }, | |
{ ":mailbox_closed:", "๐ช" }, | |
{ ":mailbox_with_mail:", "๐ฌ" }, | |
{ ":mailbox_with_no_mail:", "๐ญ" }, | |
{ ":postbox:", "๐ฎ" }, | |
{ ":package:", "๐ฆ" }, | |
{ ":memo:", "๐" }, | |
{ ":pencil:", "๐" }, | |
{ ":page_facing_up:", "๐" }, | |
{ ":page_with_curl:", "๐" }, | |
{ ":bookmark_tabs:", "๐" }, | |
{ ":bar_chart:", "๐" }, | |
{ ":chart_with_upwards_trend:", "๐" }, | |
{ ":chart_with_downwards_trend:", "๐" }, | |
{ ":scroll:", "๐" }, | |
{ ":clipboard:", "๐" }, | |
{ ":date:", "๐ " }, | |
{ ":calendar:", "๐" }, | |
{ ":card_index:", "๐" }, | |
{ ":file_folder:", "๐" }, | |
{ ":open_file_folder:", "๐" }, | |
{ ":scissors:", "โ๏ธ" }, | |
{ ":pushpin:", "๐" }, | |
{ ":paperclip:", "๐" }, | |
{ ":black_nib:", "โ๏ธ" }, | |
{ ":pencil2:", "โ๏ธ" }, | |
{ ":straight_ruler:", "๐" }, | |
{ ":triangular_ruler:", "๐" }, | |
{ ":closed_book:", "๐" }, | |
{ ":green_book:", "๐" }, | |
{ ":blue_book:", "๐" }, | |
{ ":orange_book:", "๐" }, | |
{ ":notebook:", "๐" }, | |
{ ":notebook_with_decorative_cover:", "๐" }, | |
{ ":ledger:", "๐" }, | |
{ ":books:", "๐" }, | |
{ ":book:", "๐" }, | |
{ ":open_book:", "๐" }, | |
{ ":bookmark:", "๐" }, | |
{ ":name_badge:", "๐" }, | |
{ ":microscope:", "๐ฌ" }, | |
{ ":telescope:", "๐ญ" }, | |
{ ":newspaper:", "๐ฐ" }, | |
{ ":art:", "๐จ" }, | |
{ ":clapper:", "๐ฌ" }, | |
{ ":microphone:", "๐ค" }, | |
{ ":headphones:", "๐ง" }, | |
{ ":musical_score:", "๐ผ" }, | |
{ ":musical_note:", "๐ต" }, | |
{ ":notes:", "๐ถ" }, | |
{ ":musical_keyboard:", "๐น" }, | |
{ ":violin:", "๐ป" }, | |
{ ":trumpet:", "๐บ" }, | |
{ ":saxophone:", "๐ท" }, | |
{ ":guitar:", "๐ธ" }, | |
{ ":space_invader:", "๐พ" }, | |
{ ":video_game:", "๐ฎ" }, | |
{ ":black_joker:", "๐" }, | |
{ ":flower_playing_cards:", "๐ด" }, | |
{ ":mahjong:", "๐" }, | |
{ ":game_die:", "๐ฒ" }, | |
{ ":dart:", "๐ฏ" }, | |
{ ":football:", "๐" }, | |
{ ":basketball:", "๐" }, | |
{ ":soccer:", "โฝ" }, | |
{ ":baseball:", "โพ๏ธ" }, | |
{ ":tennis:", "๐พ" }, | |
{ ":8ball:", "๐ฑ" }, | |
{ ":rugby_football:", "๐" }, | |
{ ":bowling:", "๐ณ" }, | |
{ ":golf:", "โณ" }, | |
{ ":mountain_bicyclist:", "๐ต" }, | |
{ ":bicyclist:", "๐ด" }, | |
{ ":checkered_flag:", "๐" }, | |
{ ":horse_racing:", "๐" }, | |
{ ":trophy:", "๐" }, | |
{ ":ski:", "๐ฟ" }, | |
{ ":snowboarder:", "๐" }, | |
{ ":swimmer:", "๐" }, | |
{ ":surfer:", "๐" }, | |
{ ":fishing_pole_and_fish:", "๐ฃ" }, | |
{ ":coffee:", "โ" }, | |
{ ":tea:", "๐ต" }, | |
{ ":sake:", "๐ถ" }, | |
{ ":baby_bottle:", "๐ผ" }, | |
{ ":beer:", "๐บ" }, | |
{ ":beers:", "๐ป" }, | |
{ ":cocktail:", "๐ธ" }, | |
{ ":tropical_drink:", "๐น" }, | |
{ ":wine_glass:", "๐ท" }, | |
{ ":fork_and_knife:", "๐ด" }, | |
{ ":pizza:", "๐" }, | |
{ ":hamburger:", "๐" }, | |
{ ":fries:", "๐" }, | |
{ ":poultry_leg:", "๐" }, | |
{ ":meat_on_bone:", "๐" }, | |
{ ":spaghetti:", "๐" }, | |
{ ":curry:", "๐" }, | |
{ ":fried_shrimp:", "๐ค" }, | |
{ ":bento:", "๐ฑ" }, | |
{ ":sushi:", "๐ฃ" }, | |
{ ":fish_cake:", "๐ฅ" }, | |
{ ":rice_ball:", "๐" }, | |
{ ":rice_cracker:", "๐" }, | |
{ ":rice:", "๐" }, | |
{ ":ramen:", "๐" }, | |
{ ":stew:", "๐ฒ" }, | |
{ ":oden:", "๐ข" }, | |
{ ":dango:", "๐ก" }, | |
{ ":egg:", "๐ณ" }, | |
{ ":bread:", "๐" }, | |
{ ":doughnut:", "๐ฉ" }, | |
{ ":custard:", "๐ฎ" }, | |
{ ":icecream:", "๐ฆ" }, | |
{ ":ice_cream:", "๐จ" }, | |
{ ":shaved_ice:", "๐ง" }, | |
{ ":birthday:", "๐" }, | |
{ ":cake:", "๐ฐ" }, | |
{ ":cookie:", "๐ช" }, | |
{ ":chocolate_bar:", "๐ซ" }, | |
{ ":candy:", "๐ฌ" }, | |
{ ":lollipop:", "๐ญ" }, | |
{ ":honey_pot:", "๐ฏ" }, | |
{ ":apple:", "๐" }, | |
{ ":green_apple:", "๐" }, | |
{ ":tangerine:", "๐" }, | |
{ ":lemon:", "๐" }, | |
{ ":cherries:", "๐" }, | |
{ ":grapes:", "๐" }, | |
{ ":watermelon:", "๐" }, | |
{ ":strawberry:", "๐" }, | |
{ ":peach:", "๐" }, | |
{ ":melon:", "๐" }, | |
{ ":banana:", "๐" }, | |
{ ":pear:", "๐" }, | |
{ ":pineapple:", "๐" }, | |
{ ":sweet_potato:", "๐ " }, | |
{ ":eggplant:", "๐" }, | |
{ ":tomato:", "๐ " }, | |
{ ":corn:", "๐ฝ" }, | |
{ ":house:", "๐ " }, | |
{ ":house_with_garden:", "๐ก" }, | |
{ ":school:", "๐ซ" }, | |
{ ":office:", "๐ข" }, | |
{ ":post_office:", "๐ฃ" }, | |
{ ":hospital:", "๐ฅ" }, | |
{ ":bank:", "๐ฆ" }, | |
{ ":convenience_store:", "๐ช" }, | |
{ ":love_hotel:", "๐ฉ" }, | |
{ ":hotel:", "๐จ" }, | |
{ ":wedding:", "๐" }, | |
{ ":church:", "โช" }, | |
{ ":department_store:", "๐ฌ" }, | |
{ ":european_post_office:", "๐ค" }, | |
{ ":city_sunrise:", "๐" }, | |
{ ":city_sunset:", "๐" }, | |
{ ":japanese_castle:", "๐ฏ" }, | |
{ ":european_castle:", "๐ฐ" }, | |
{ ":tent:", "โบ" }, | |
{ ":factory:", "๐ญ" }, | |
{ ":tokyo_tower:", "๐ผ" }, | |
{ ":japan:", "๐พ" }, | |
{ ":mount_fuji:", "๐ป" }, | |
{ ":sunrise_over_mountains:", "๐" }, | |
{ ":sunrise:", "๐ " }, | |
{ ":night_with_stars:", "๐" }, | |
{ ":statue_of_liberty:", "๐ฝ" }, | |
{ ":bridge_at_night:", "๐" }, | |
{ ":carousel_horse:", "๐ " }, | |
{ ":ferris_wheel:", "๐ก" }, | |
{ ":fountain:", "โฒ" }, | |
{ ":roller_coaster:", "๐ข" }, | |
{ ":ship:", "๐ข" }, | |
{ ":boat:", "โต" }, | |
{ ":sailboat:", "โต" }, | |
{ ":speedboat:", "๐ค" }, | |
{ ":rowboat:", "๐ฃ" }, | |
{ ":anchor:", "โ" }, | |
{ ":rocket:", "๐" }, | |
{ ":airplane:", "โ๏ธ" }, | |
{ ":seat:", "๐บ" }, | |
{ ":helicopter:", "๐" }, | |
{ ":steam_locomotive:", "๐" }, | |
{ ":tram:", "๐" }, | |
{ ":station:", "๐" }, | |
{ ":mountain_railway:", "๐" }, | |
{ ":train2:", "๐" }, | |
{ ":bullettrain_side:", "๐" }, | |
{ ":bullettrain_front:", "๐ " }, | |
{ ":light_rail:", "๐" }, | |
{ ":metro:", "๐" }, | |
{ ":monorail:", "๐" }, | |
{ ":train:", "๐" }, | |
{ ":railway_car:", "๐" }, | |
{ ":trolleybus:", "๐" }, | |
{ ":bus:", "๐" }, | |
{ ":oncoming_bus:", "๐" }, | |
{ ":blue_car:", "๐" }, | |
{ ":oncoming_automobile:", "๐" }, | |
{ ":car:", "๐" }, | |
{ ":red_car:", "๐" }, | |
{ ":taxi:", "๐" }, | |
{ ":oncoming_taxi:", "๐" }, | |
{ ":articulated_lorry:", "๐" }, | |
{ ":truck:", "๐" }, | |
{ ":rotating_light:", "๐จ" }, | |
{ ":police_car:", "๐" }, | |
{ ":oncoming_police_car:", "๐" }, | |
{ ":fire_engine:", "๐" }, | |
{ ":ambulance:", "๐" }, | |
{ ":minibus:", "๐" }, | |
{ ":bike:", "๐ฒ" }, | |
{ ":aerial_tramway:", "๐ก" }, | |
{ ":suspension_railway:", "๐" }, | |
{ ":mountain_cableway:", "๐ " }, | |
{ ":tractor:", "๐" }, | |
{ ":barber:", "๐" }, | |
{ ":busstop:", "๐" }, | |
{ ":ticket:", "๐ซ" }, | |
{ ":vertical_traffic_light:", "๐ฆ" }, | |
{ ":traffic_light:", "๐ฅ" }, | |
{ ":warning:", "โ ๏ธ" }, | |
{ ":construction:", "๐ง" }, | |
{ ":beginner:", "๐ฐ" }, | |
{ ":fuelpump:", "โฝ" }, | |
{ ":izakaya_lantern:", "๐ฎ" }, | |
{ ":lantern:", "๐ฎ" }, | |
{ ":slot_machine:", "๐ฐ" }, | |
{ ":hotsprings:", "โจ๏ธ" }, | |
{ ":moyai:", "๐ฟ" }, | |
{ ":circus_tent:", "๐ช" }, | |
{ ":performing_arts:", "๐ญ" }, | |
{ ":round_pushpin:", "๐" }, | |
{ ":triangular_flag_on_post:", "๐ฉ" }, | |
{ ":jp:", "๐ฏ๐ต" }, | |
{ ":kr:", "๐ฐ๐ท" }, | |
{ ":de:", "๐ฉ๐ช" }, | |
{ ":cn:", "๐จ๐ณ" }, | |
{ ":us:", "๐บ๐ธ" }, | |
{ ":fr:", "๐ซ๐ท" }, | |
{ ":es:", "๐ช๐ธ" }, | |
{ ":it:", "๐ฎ๐น" }, | |
{ ":ru:", "๐ท๐บ" }, | |
{ ":gb:", "๐ฌ๐ง" }, | |
{ ":uk:", "๐ฌ๐ง" }, | |
{ ":one:", "1๏ธโฃ" }, | |
{ ":two:", "2๏ธโฃ" }, | |
{ ":three:", "3๏ธโฃ" }, | |
{ ":four:", "4๏ธโฃ" }, | |
{ ":five:", "5๏ธโฃ" }, | |
{ ":six:", "6๏ธโฃ" }, | |
{ ":seven:", "7๏ธโฃ" }, | |
{ ":eight:", "8๏ธโฃ" }, | |
{ ":nine:", "9๏ธโฃ" }, | |
{ ":zero:", "0๏ธโฃ" }, | |
{ ":keycap_ten:", "๐" }, | |
{ ":hash:", "#๏ธโฃ" }, | |
{ ":symbols:", "๐ฃ" }, | |
{ ":arrow_up:", "โฌ๏ธ" }, | |
{ ":arrow_down:", "โฌ๏ธ" }, | |
{ ":arrow_left:", "โฌ ๏ธ" }, | |
{ ":arrow_right:", "โก๏ธ" }, | |
{ ":capital_abcd:", "๐ " }, | |
{ ":abcd:", "๐ก" }, | |
{ ":abc:", "๐ค" }, | |
{ ":arrow_upper_right:", "โ๏ธ" }, | |
{ ":arrow_upper_left:", "โ๏ธ" }, | |
{ ":arrow_lower_right:", "โ๏ธ" }, | |
{ ":arrow_lower_left:", "โ๏ธ" }, | |
{ ":left_right_arrow:", "โ๏ธ" }, | |
{ ":arrow_up_down:", "โ๏ธ" }, | |
{ ":arrows_counterclockwise:", "๐" }, | |
{ ":arrow_backward:", "โ๏ธ" }, | |
{ ":arrow_forward:", "โถ๏ธ" }, | |
{ ":arrow_up_small:", "๐ผ" }, | |
{ ":arrow_down_small:", "๐ฝ" }, | |
{ ":leftwards_arrow_with_hook:", "โฉ๏ธ" }, | |
{ ":arrow_right_hook:", "โช๏ธ" }, | |
{ ":information_source:", "โน๏ธ" }, | |
{ ":rewind:", "โช" }, | |
{ ":fast_forward:", "โฉ" }, | |
{ ":arrow_double_up:", "โซ" }, | |
{ ":arrow_double_down:", "โฌ" }, | |
{ ":arrow_heading_down:", "โคต๏ธ" }, | |
{ ":arrow_heading_up:", "โคด๏ธ" }, | |
{ ":ok:", "๐" }, | |
{ ":twisted_rightwards_arrows:", "๐" }, | |
{ ":repeat:", "๐" }, | |
{ ":repeat_one:", "๐" }, | |
{ ":new:", "๐" }, | |
{ ":up:", "๐" }, | |
{ ":cool:", "๐" }, | |
{ ":free:", "๐" }, | |
{ ":ng:", "๐" }, | |
{ ":signal_strength:", "๐ถ" }, | |
{ ":cinema:", "๐ฆ" }, | |
{ ":koko:", "๐" }, | |
{ ":u6307:", "๐ฏ" }, | |
{ ":u7a7a:", "๐ณ" }, | |
{ ":u6e80:", "๐ต" }, | |
{ ":u5408:", "๐ด" }, | |
{ ":u7981:", "๐ฒ" }, | |
{ ":ideograph_advantage:", "๐" }, | |
{ ":u5272:", "๐น" }, | |
{ ":u55b6:", "๐บ" }, | |
{ ":u6709:", "๐ถ" }, | |
{ ":u7121:", "๐" }, | |
{ ":restroom:", "๐ป" }, | |
{ ":mens:", "๐น" }, | |
{ ":womens:", "๐บ" }, | |
{ ":baby_symbol:", "๐ผ" }, | |
{ ":wc:", "๐พ" }, | |
{ ":potable_water:", "๐ฐ" }, | |
{ ":put_litter_in_its_place:", "๐ฎ" }, | |
{ ":parking:", "๐ ฟ๏ธ" }, | |
{ ":wheelchair:", "โฟ" }, | |
{ ":no_smoking:", "๐ญ" }, | |
{ ":u6708:", "๐ท๏ธ" }, | |
{ ":u7533:", "๐ธ" }, | |
{ ":sa:", "๐๏ธ" }, | |
{ ":m:", "โ๏ธ" }, | |
{ ":passport_control:", "๐" }, | |
{ ":baggage_claim:", "๐" }, | |
{ ":left_luggage:", "๐ " }, | |
{ ":customs:", "๐" }, | |
{ ":accept:", "๐" }, | |
{ ":secret:", "ใ๏ธ" }, | |
{ ":congratulations:", "ใ๏ธ" }, | |
{ ":cl:", "๐" }, | |
{ ":sos:", "๐" }, | |
{ ":id:", "๐" }, | |
{ ":no_entry_sign:", "๐ซ" }, | |
{ ":underage:", "๐" }, | |
{ ":no_mobile_phones:", "๐ต" }, | |
{ ":do_not_litter:", "๐ฏ" }, | |
{ ":non-potable_water:", "๐ฑ" }, | |
{ ":no_bicycles:", "๐ณ" }, | |
{ ":no_pedestrians:", "๐ท" }, | |
{ ":children_crossing:", "๐ธ" }, | |
{ ":no_entry:", "โ" }, | |
{ ":eight_spoked_asterisk:", "โณ๏ธ" }, | |
{ ":sparkle:", "โ๏ธ" }, | |
{ ":negative_squared_cross_mark:", "โ" }, | |
{ ":white_check_mark:", "โ " }, | |
{ ":eight_pointed_black_star:", "โด๏ธ" }, | |
{ ":heart_decoration:", "๐" }, | |
{ ":vs:", "๐" }, | |
{ ":vibration_mode:", "๐ณ" }, | |
{ ":mobile_phone_off:", "๐ด" }, | |
{ ":a:", "๐ ฐ๏ธ" }, | |
{ ":b:", "๐ ฑ๏ธ" }, | |
{ ":ab:", "๐" }, | |
{ ":o2:", "๐ พ๏ธ" }, | |
{ ":diamond_shape_with_a_dot_inside:", "๐ " }, | |
{ ":loop:", "โฟ" }, | |
{ ":recycle:", "โป๏ธ" }, | |
{ ":aries:", "โ" }, | |
{ ":taurus:", "โ" }, | |
{ ":gemini:", "โ" }, | |
{ ":cancer:", "โ" }, | |
{ ":leo:", "โ" }, | |
{ ":virgo:", "โ" }, | |
{ ":libra:", "โ" }, | |
{ ":scorpius:", "โ" }, | |
{ ":sagittarius:", "โ" }, | |
{ ":capricorn:", "โ" }, | |
{ ":aquarius:", "โ" }, | |
{ ":pisces:", "โ" }, | |
{ ":ophiuchus:", "โ" }, | |
{ ":six_pointed_star:", "๐ฏ" }, | |
{ ":atm:", "๐ง" }, | |
{ ":chart:", "๐น" }, | |
{ ":heavy_dollar_sign:", "๐ฒ" }, | |
{ ":currency_exchange:", "๐ฑ" }, | |
{ ":copyright:", "ยฉ๏ธ" }, | |
{ ":registered:", "ยฎ๏ธ" }, | |
{ ":tm:", "โข๏ธ" }, | |
{ ":x:", "โ" }, | |
{ ":bangbang:", "โผ๏ธ" }, | |
{ ":interrobang:", "โ๏ธ" }, | |
{ ":exclamation:", "โ" }, | |
{ ":heavy_exclamation_mark:", "โ" }, | |
{ ":question:", "โ" }, | |
{ ":grey_exclamation:", "โ" }, | |
{ ":grey_question:", "โ" }, | |
{ ":o:", "โญ" }, | |
{ ":top:", "๐" }, | |
{ ":end:", "๐" }, | |
{ ":back:", "๐" }, | |
{ ":on:", "๐" }, | |
{ ":soon:", "๐" }, | |
{ ":arrows_clockwise:", "๐" }, | |
{ ":clock12:", "๐" }, | |
{ ":clock1230:", "๐ง" }, | |
{ ":clock1:", "๐" }, | |
{ ":clock130:", "๐" }, | |
{ ":clock2:", "๐" }, | |
{ ":clock230:", "๐" }, | |
{ ":clock3:", "๐" }, | |
{ ":clock330:", "๐" }, | |
{ ":clock4:", "๐" }, | |
{ ":clock430:", "๐" }, | |
{ ":clock5:", "๐" }, | |
{ ":clock530:", "๐ " }, | |
{ ":clock6:", "๐" }, | |
{ ":clock7:", "๐" }, | |
{ ":clock8:", "๐" }, | |
{ ":clock9:", "๐" }, | |
{ ":clock10:", "๐" }, | |
{ ":clock11:", "๐" }, | |
{ ":clock630:", "๐ก" }, | |
{ ":clock730:", "๐ข" }, | |
{ ":clock830:", "๐ฃ" }, | |
{ ":clock930:", "๐ค" }, | |
{ ":clock1030:", "๐ฅ" }, | |
{ ":clock1130:", "๐ฆ" }, | |
{ ":heavy_multiplication_x:", "โ๏ธ" }, | |
{ ":heavy_plus_sign:", "โ" }, | |
{ ":heavy_minus_sign:", "โ" }, | |
{ ":heavy_division_sign:", "โ" }, | |
{ ":spades:", "โ ๏ธ" }, | |
{ ":hearts:", "โฅ๏ธ" }, | |
{ ":clubs:", "โฃ๏ธ" }, | |
{ ":diamonds:", "โฆ๏ธ" }, | |
{ ":white_flower:", "๐ฎ" }, | |
{ ":heavy_check_mark:", "โ๏ธ" }, | |
{ ":ballot_box_with_check:", "โ๏ธ" }, | |
{ ":radio_button:", "๐" }, | |
{ ":link:", "๐" }, | |
{ ":curly_loop:", "โฐ" }, | |
{ ":wavy_dash:", "ใฐ๏ธ" }, | |
{ ":part_alternation_mark:", "ใฝ๏ธ" }, | |
{ ":trident:", "๐ฑ" }, | |
{ ":black_medium_square:", "โผ๏ธ" }, | |
{ ":white_medium_square:", "โป๏ธ" }, | |
{ ":black_medium_small_square:", "โพ" }, | |
{ ":white_medium_small_square:", "โฝ" }, | |
{ ":black_small_square:", "โช๏ธ" }, | |
{ ":white_small_square:", "โซ๏ธ" }, | |
{ ":small_red_triangle:", "๐บ" }, | |
{ ":black_square_button:", "๐ฒ" }, | |
{ ":white_square_button:", "๐ณ" }, | |
{ ":black_circle:", "โซ" }, | |
{ ":white_circle:", "โช" }, | |
{ ":red_circle:", "๐ด" }, | |
{ ":large_blue_circle:", "๐ต" }, | |
{ ":small_red_triangle_down:", "๐ป" }, | |
{ ":white_large_square:", "โฌ" }, | |
{ ":black_large_square:", "โฌ" }, | |
{ ":large_orange_diamond:", "๐ถ" }, | |
{ ":large_blue_diamond:", "๐ท" }, | |
{ ":small_orange_diamond:", "๐ธ" }, | |
{ ":small_blue_diamond:", "๐น" }, | |
// Custom additions | |
{ ":custom_arrow_left:", "โ" }, | |
{ ":custom_arrow_right:", "โ" }, | |
{ ":custom_arrow_left_right:", "โ" }, | |
{ ":custom_arrow_left_strong:", "โ" }, | |
{ ":custom_arrow_right_strong:", "โ" }, | |
{ ":custom_arrow_left_right_strong:", "โ" }, | |
{ ":rofl:", "๐คฃ" }, | |
{ ":slightly_smiling_face:", "๐" }, | |
{ ":upside_down_face:", "๐" }, | |
{ ":star_struck:", "๐คฉ" }, | |
{ ":zany_face:", "๐คช" }, | |
{ ":money_mouth_face:", "๐ค" }, | |
{ ":hugs:", "๐ค" }, | |
{ ":hand_over_mouth:", "๐คญ" }, | |
{ ":shushing_face:", "๐คซ" }, | |
{ ":thinking:", "๐ค" }, | |
{ ":zipper_mouth_face:", "๐ค" }, | |
{ ":raised_eyebrow:", "๐คจ" }, | |
{ ":roll_eyes:", "๐" }, | |
{ ":lying_face:", "๐คฅ" }, | |
{ ":drooling_face:", "๐คค" }, | |
{ ":face_with_thermometer:", "๐ค" }, | |
{ ":face_with_head_bandage:", "๐ค" }, | |
{ ":nauseated_face:", "๐คข" }, | |
{ ":vomiting_face:", "๐คฎ" }, | |
{ ":sneezing_face:", "๐คง" }, | |
{ ":exploding_head:", "๐คฏ" }, | |
{ ":cowboy_hat_face:", "๐ค " }, | |
{ ":nerd_face:", "๐ค" }, | |
{ ":monocle_face:", "๐ง" }, | |
{ ":slightly_frowning_face:", "๐" }, | |
{ ":frowning_face:", "โน๏ธ" }, | |
{ ":cursing_face:", "๐คฌ" }, | |
{ ":skull_and_crossbones:", "โ ๏ธ" }, | |
{ ":clown_face:", "๐คก" }, | |
{ ":robot:", "๐ค" }, | |
{ ":heavy_heart_exclamation:", "โฃ๏ธ" }, | |
{ ":orange_heart:", "๐งก" }, | |
{ ":black_heart:", "๐ค" }, | |
{ ":hole:", "๐ณ๏ธ" }, | |
{ ":eye_speech_bubble:", "๐๏ธโ๐จ๏ธ" }, | |
{ ":left_speech_bubble:", "๐จ๏ธ" }, | |
{ ":right_anger_bubble:", "๐ฏ๏ธ" }, | |
{ ":raised_back_of_hand:", "๐ค" }, | |
{ ":raised_hand_with_fingers_splayed:", "๐๏ธ" }, | |
{ ":vulcan_salute:", "๐" }, | |
{ ":crossed_fingers:", "๐ค" }, | |
{ ":love_you_gesture:", "๐ค" }, | |
{ ":metal:", "๐ค" }, | |
{ ":call_me_hand:", "๐ค" }, | |
{ ":middle_finger:", "๐" }, | |
{ ":fist_raised:", "โ" }, | |
{ ":fist_oncoming:", "๐" }, | |
{ ":fist_left:", "๐ค" }, | |
{ ":fist_right:", "๐ค" }, | |
{ ":palms_up_together:", "๐คฒ" }, | |
{ ":handshake:", "๐ค" }, | |
{ ":writing_hand:", "โ๏ธ" }, | |
{ ":selfie:", "๐คณ" }, | |
{ ":brain:", "๐ง " }, | |
{ ":eye:", "๐๏ธ" }, | |
{ ":child:", "๐ง" }, | |
{ ":adult:", "๐ง" }, | |
{ ":blond_haired_person:", "๐ฑ" }, | |
{ ":bearded_person:", "๐ง" }, | |
{ ":blond_haired_man:", "๐ฑโโ๏ธ" }, | |
{ ":blond_haired_woman:", "๐ฑโโ๏ธ" }, | |
{ ":older_adult:", "๐ง" }, | |
{ ":frowning_person:", "๐" }, | |
{ ":frowning_man:", "๐โโ๏ธ" }, | |
{ ":frowning_woman:", "๐โโ๏ธ" }, | |
{ ":pouting_face:", "๐" }, | |
{ ":pouting_man:", "๐โโ๏ธ" }, | |
{ ":pouting_woman:", "๐โโ๏ธ" }, | |
{ ":no_good_man:", "๐ โโ๏ธ" }, | |
{ ":no_good_woman:", "๐ โโ๏ธ" }, | |
{ ":ok_person:", "๐" }, | |
{ ":ok_man:", "๐โโ๏ธ" }, | |
{ ":tipping_hand_person:", "๐" }, | |
{ ":tipping_hand_man:", "๐โโ๏ธ" }, | |
{ ":tipping_hand_woman:", "๐โโ๏ธ" }, | |
{ ":raising_hand_man:", "๐โโ๏ธ" }, | |
{ ":raising_hand_woman:", "๐โโ๏ธ" }, | |
{ ":bowing_man:", "๐โโ๏ธ" }, | |
{ ":bowing_woman:", "๐โโ๏ธ" }, | |
{ ":facepalm:", "๐คฆ" }, | |
{ ":man_facepalming:", "๐คฆโโ๏ธ" }, | |
{ ":woman_facepalming:", "๐คฆโโ๏ธ" }, | |
{ ":shrug:", "๐คท" }, | |
{ ":man_shrugging:", "๐คทโโ๏ธ" }, | |
{ ":woman_shrugging:", "๐คทโโ๏ธ" }, | |
{ ":man_health_worker:", "๐จโโ๏ธ" }, | |
{ ":woman_health_worker:", "๐ฉโโ๏ธ" }, | |
{ ":man_student:", "๐จโ๐" }, | |
{ ":woman_student:", "๐ฉโ๐" }, | |
{ ":man_teacher:", "๐จโ๐ซ" }, | |
{ ":woman_teacher:", "๐ฉโ๐ซ" }, | |
{ ":man_judge:", "๐จโโ๏ธ" }, | |
{ ":woman_judge:", "๐ฉโโ๏ธ" }, | |
{ ":man_farmer:", "๐จโ๐พ" }, | |
{ ":woman_farmer:", "๐ฉโ๐พ" }, | |
{ ":man_cook:", "๐จโ๐ณ" }, | |
{ ":woman_cook:", "๐ฉโ๐ณ" }, | |
{ ":man_mechanic:", "๐จโ๐ง" }, | |
{ ":woman_mechanic:", "๐ฉโ๐ง" }, | |
{ ":man_factory_worker:", "๐จโ๐ญ" }, | |
{ ":woman_factory_worker:", "๐ฉโ๐ญ" }, | |
{ ":man_office_worker:", "๐จโ๐ผ" }, | |
{ ":woman_office_worker:", "๐ฉโ๐ผ" }, | |
{ ":man_scientist:", "๐จโ๐ฌ" }, | |
{ ":woman_scientist:", "๐ฉโ๐ฌ" }, | |
{ ":man_technologist:", "๐จโ๐ป" }, | |
{ ":woman_technologist:", "๐ฉโ๐ป" }, | |
{ ":man_singer:", "๐จโ๐ค" }, | |
{ ":woman_singer:", "๐ฉโ๐ค" }, | |
{ ":man_artist:", "๐จโ๐จ" }, | |
{ ":woman_artist:", "๐ฉโ๐จ" }, | |
{ ":man_pilot:", "๐จโโ๏ธ" }, | |
{ ":woman_pilot:", "๐ฉโโ๏ธ" }, | |
{ ":man_astronaut:", "๐จโ๐" }, | |
{ ":woman_astronaut:", "๐ฉโ๐" }, | |
{ ":man_firefighter:", "๐จโ๐" }, | |
{ ":woman_firefighter:", "๐ฉโ๐" }, | |
{ ":police_officer:", "๐ฎ" }, | |
{ ":policeman:", "๐ฎโโ๏ธ" }, | |
{ ":policewoman:", "๐ฎโโ๏ธ" }, | |
{ ":detective:", "๐ต๏ธ" }, | |
{ ":male_detective:", "๐ต๏ธโโ๏ธ" }, | |
{ ":female_detective:", "๐ต๏ธโโ๏ธ" }, | |
{ ":guard:", "๐" }, | |
{ ":guardswoman:", "๐โโ๏ธ" }, | |
{ ":construction_worker_man:", "๐ทโโ๏ธ" }, | |
{ ":construction_worker_woman:", "๐ทโโ๏ธ" }, | |
{ ":prince:", "๐คด" }, | |
{ ":person_with_turban:", "๐ณ" }, | |
{ ":woman_with_turban:", "๐ณโโ๏ธ" }, | |
{ ":woman_with_headscarf:", "๐ง" }, | |
{ ":man_in_tuxedo:", "๐คต" }, | |
{ ":pregnant_woman:", "๐คฐ" }, | |
{ ":breast_feeding:", "๐คฑ" }, | |
{ ":mrs_claus:", "๐คถ" }, | |
{ ":mage:", "๐ง" }, | |
{ ":mage_man:", "๐งโโ๏ธ" }, | |
{ ":mage_woman:", "๐งโโ๏ธ" }, | |
{ ":fairy:", "๐ง" }, | |
{ ":fairy_man:", "๐งโโ๏ธ" }, | |
{ ":fairy_woman:", "๐งโโ๏ธ" }, | |
{ ":vampire:", "๐ง" }, | |
{ ":vampire_man:", "๐งโโ๏ธ" }, | |
{ ":vampire_woman:", "๐งโโ๏ธ" }, | |
{ ":merperson:", "๐ง" }, | |
{ ":merman:", "๐งโโ๏ธ" }, | |
{ ":mermaid:", "๐งโโ๏ธ" }, | |
{ ":elf:", "๐ง" }, | |
{ ":elf_man:", "๐งโโ๏ธ" }, | |
{ ":elf_woman:", "๐งโโ๏ธ" }, | |
{ ":genie:", "๐ง" }, | |
{ ":genie_man:", "๐งโโ๏ธ" }, | |
{ ":genie_woman:", "๐งโโ๏ธ" }, | |
{ ":zombie:", "๐ง" }, | |
{ ":zombie_man:", "๐งโโ๏ธ" }, | |
{ ":zombie_woman:", "๐งโโ๏ธ" }, | |
{ ":massage_man:", "๐โโ๏ธ" }, | |
{ ":massage_woman:", "๐โโ๏ธ" }, | |
{ ":haircut_man:", "๐โโ๏ธ" }, | |
{ ":haircut_woman:", "๐โโ๏ธ" }, | |
{ ":walking_man:", "๐ถโโ๏ธ" }, | |
{ ":walking_woman:", "๐ถโโ๏ธ" }, | |
{ ":running_man:", "๐โโ๏ธ" }, | |
{ ":running_woman:", "๐โโ๏ธ" }, | |
{ ":woman_dancing:", "๐" }, | |
{ ":man_dancing:", "๐บ" }, | |
{ ":business_suit_levitating:", "๐ด๏ธ" }, | |
{ ":dancing_men:", "๐ฏโโ๏ธ" }, | |
{ ":dancing_women:", "๐ฏโโ๏ธ" }, | |
{ ":sauna_person:", "๐ง" }, | |
{ ":sauna_man:", "๐งโโ๏ธ" }, | |
{ ":sauna_woman:", "๐งโโ๏ธ" }, | |
{ ":climbing:", "๐ง" }, | |
{ ":climbing_man:", "๐งโโ๏ธ" }, | |
{ ":climbing_woman:", "๐งโโ๏ธ" }, | |
{ ":person_fencing:", "๐คบ" }, | |
{ ":skier:", "โท๏ธ" }, | |
{ ":golfing:", "๐๏ธ" }, | |
{ ":golfing_man:", "๐๏ธโโ๏ธ" }, | |
{ ":golfing_woman:", "๐๏ธโโ๏ธ" }, | |
{ ":surfing_man:", "๐โโ๏ธ" }, | |
{ ":surfing_woman:", "๐โโ๏ธ" }, | |
{ ":rowing_man:", "๐ฃโโ๏ธ" }, | |
{ ":rowing_woman:", "๐ฃโโ๏ธ" }, | |
{ ":swimming_man:", "๐โโ๏ธ" }, | |
{ ":swimming_woman:", "๐โโ๏ธ" }, | |
{ ":bouncing_ball_person:", "โน๏ธ" }, | |
{ ":bouncing_ball_man:", "โน๏ธโโ๏ธ" }, | |
{ ":bouncing_ball_woman:", "โน๏ธโโ๏ธ" }, | |
{ ":weight_lifting:", "๐๏ธ" }, | |
{ ":weight_lifting_man:", "๐๏ธโโ๏ธ" }, | |
{ ":weight_lifting_woman:", "๐๏ธโโ๏ธ" }, | |
{ ":biking_man:", "๐ดโโ๏ธ" }, | |
{ ":biking_woman:", "๐ดโโ๏ธ" }, | |
{ ":mountain_biking_man:", "๐ตโโ๏ธ" }, | |
{ ":mountain_biking_woman:", "๐ตโโ๏ธ" }, | |
{ ":cartwheeling:", "๐คธ" }, | |
{ ":man_cartwheeling:", "๐คธโโ๏ธ" }, | |
{ ":woman_cartwheeling:", "๐คธโโ๏ธ" }, | |
{ ":wrestling:", "๐คผ" }, | |
{ ":men_wrestling:", "๐คผโโ๏ธ" }, | |
{ ":women_wrestling:", "๐คผโโ๏ธ" }, | |
{ ":water_polo:", "๐คฝ" }, | |
{ ":man_playing_water_polo:", "๐คฝโโ๏ธ" }, | |
{ ":woman_playing_water_polo:", "๐คฝโโ๏ธ" }, | |
{ ":handball_person:", "๐คพ" }, | |
{ ":man_playing_handball:", "๐คพโโ๏ธ" }, | |
{ ":woman_playing_handball:", "๐คพโโ๏ธ" }, | |
{ ":juggling_person:", "๐คน" }, | |
{ ":man_juggling:", "๐คนโโ๏ธ" }, | |
{ ":woman_juggling:", "๐คนโโ๏ธ" }, | |
{ ":lotus_position:", "๐ง" }, | |
{ ":lotus_position_man:", "๐งโโ๏ธ" }, | |
{ ":lotus_position_woman:", "๐งโโ๏ธ" }, | |
{ ":sleeping_bed:", "๐" }, | |
{ ":people_holding_hands:", "๐งโ๐คโ๐ง" }, | |
{ ":couplekiss_man_woman:", "๐ฉโโค๏ธโ๐โ๐จ" }, | |
{ ":couplekiss_man_man:", "๐จโโค๏ธโ๐โ๐จ" }, | |
{ ":couplekiss_woman_woman:", "๐ฉโโค๏ธโ๐โ๐ฉ" }, | |
{ ":couple_with_heart_woman_man:", "๐ฉโโค๏ธโ๐จ" }, | |
{ ":couple_with_heart_man_man:", "๐จโโค๏ธโ๐จ" }, | |
{ ":couple_with_heart_woman_woman:", "๐ฉโโค๏ธโ๐ฉ" }, | |
{ ":family_man_woman_boy:", "๐จโ๐ฉโ๐ฆ" }, | |
{ ":family_man_woman_girl:", "๐จโ๐ฉโ๐ง" }, | |
{ ":family_man_woman_girl_boy:", "๐จโ๐ฉโ๐งโ๐ฆ" }, | |
{ ":family_man_woman_boy_boy:", "๐จโ๐ฉโ๐ฆโ๐ฆ" }, | |
{ ":family_man_woman_girl_girl:", "๐จโ๐ฉโ๐งโ๐ง" }, | |
{ ":family_man_man_boy:", "๐จโ๐จโ๐ฆ" }, | |
{ ":family_man_man_girl:", "๐จโ๐จโ๐ง" }, | |
{ ":family_man_man_girl_boy:", "๐จโ๐จโ๐งโ๐ฆ" }, | |
{ ":family_man_man_boy_boy:", "๐จโ๐จโ๐ฆโ๐ฆ" }, | |
{ ":family_man_man_girl_girl:", "๐จโ๐จโ๐งโ๐ง" }, | |
{ ":family_woman_woman_boy:", "๐ฉโ๐ฉโ๐ฆ" }, | |
{ ":family_woman_woman_girl:", "๐ฉโ๐ฉโ๐ง" }, | |
{ ":family_woman_woman_girl_boy:", "๐ฉโ๐ฉโ๐งโ๐ฆ" }, | |
{ ":family_woman_woman_boy_boy:", "๐ฉโ๐ฉโ๐ฆโ๐ฆ" }, | |
{ ":family_woman_woman_girl_girl:", "๐ฉโ๐ฉโ๐งโ๐ง" }, | |
{ ":family_man_boy:", "๐จโ๐ฆ" }, | |
{ ":family_man_boy_boy:", "๐จโ๐ฆโ๐ฆ" }, | |
{ ":family_man_girl:", "๐จโ๐ง" }, | |
{ ":family_man_girl_boy:", "๐จโ๐งโ๐ฆ" }, | |
{ ":family_man_girl_girl:", "๐จโ๐งโ๐ง" }, | |
{ ":family_woman_boy:", "๐ฉโ๐ฆ" }, | |
{ ":family_woman_boy_boy:", "๐ฉโ๐ฆโ๐ฆ" }, | |
{ ":family_woman_girl:", "๐ฉโ๐ง" }, | |
{ ":family_woman_girl_boy:", "๐ฉโ๐งโ๐ฆ" }, | |
{ ":family_woman_girl_girl:", "๐ฉโ๐งโ๐ง" }, | |
{ ":speaking_head:", "๐ฃ๏ธ" }, | |
{ ":gorilla:", "๐ฆ" }, | |
{ ":fox_face:", "๐ฆ" }, | |
{ ":lion:", "๐ฆ" }, | |
{ ":unicorn:", "๐ฆ" }, | |
{ ":zebra:", "๐ฆ" }, | |
{ ":deer:", "๐ฆ" }, | |
{ ":giraffe:", "๐ฆ" }, | |
{ ":rhinoceros:", "๐ฆ" }, | |
{ ":chipmunk:", "๐ฟ๏ธ" }, | |
{ ":hedgehog:", "๐ฆ" }, | |
{ ":bat:", "๐ฆ" }, | |
{ ":turkey:", "๐ฆ" }, | |
{ ":dove:", "๐๏ธ" }, | |
{ ":eagle:", "๐ฆ " }, | |
{ ":duck:", "๐ฆ" }, | |
{ ":owl:", "๐ฆ" }, | |
{ ":lizard:", "๐ฆ" }, | |
{ ":sauropod:", "๐ฆ" }, | |
{ ":t-rex:", "๐ฆ" }, | |
{ ":shark:", "๐ฆ" }, | |
{ ":butterfly:", "๐ฆ" }, | |
{ ":cricket:", "๐ฆ" }, | |
{ ":spider:", "๐ท๏ธ" }, | |
{ ":spider_web:", "๐ธ๏ธ" }, | |
{ ":scorpion:", "๐ฆ" }, | |
{ ":rosette:", "๐ต๏ธ" }, | |
{ ":wilted_flower:", "๐ฅ" }, | |
{ ":shamrock:", "โ๏ธ" }, | |
{ ":kiwi_fruit:", "๐ฅ" }, | |
{ ":coconut:", "๐ฅฅ" }, | |
{ ":avocado:", "๐ฅ" }, | |
{ ":potato:", "๐ฅ" }, | |
{ ":carrot:", "๐ฅ" }, | |
{ ":hot_pepper:", "๐ถ๏ธ" }, | |
{ ":cucumber:", "๐ฅ" }, | |
{ ":broccoli:", "๐ฅฆ" }, | |
{ ":peanuts:", "๐ฅ" }, | |
{ ":croissant:", "๐ฅ" }, | |
{ ":baguette_bread:", "๐ฅ" }, | |
{ ":pretzel:", "๐ฅจ" }, | |
{ ":pancakes:", "๐ฅ" }, | |
{ ":cheese:", "๐ง" }, | |
{ ":cut_of_meat:", "๐ฅฉ" }, | |
{ ":bacon:", "๐ฅ" }, | |
{ ":hotdog:", "๐ญ" }, | |
{ ":sandwich:", "๐ฅช" }, | |
{ ":taco:", "๐ฎ" }, | |
{ ":burrito:", "๐ฏ" }, | |
{ ":stuffed_flatbread:", "๐ฅ" }, | |
{ ":fried_egg:", "๐ณ" }, | |
{ ":shallow_pan_of_food:", "๐ฅ" }, | |
{ ":bowl_with_spoon:", "๐ฅฃ" }, | |
{ ":green_salad:", "๐ฅ" }, | |
{ ":popcorn:", "๐ฟ" }, | |
{ ":canned_food:", "๐ฅซ" }, | |
{ ":dumpling:", "๐ฅ" }, | |
{ ":fortune_cookie:", "๐ฅ " }, | |
{ ":takeout_box:", "๐ฅก" }, | |
{ ":crab:", "๐ฆ" }, | |
{ ":shrimp:", "๐ฆ" }, | |
{ ":squid:", "๐ฆ" }, | |
{ ":pie:", "๐ฅง" }, | |
{ ":milk_glass:", "๐ฅ" }, | |
{ ":champagne:", "๐พ" }, | |
{ ":clinking_glasses:", "๐ฅ" }, | |
{ ":tumbler_glass:", "๐ฅ" }, | |
{ ":cup_with_straw:", "๐ฅค" }, | |
{ ":chopsticks:", "๐ฅข" }, | |
{ ":plate_with_cutlery:", "๐ฝ๏ธ" }, | |
{ ":spoon:", "๐ฅ" }, | |
{ ":amphora:", "๐บ" }, | |
{ ":world_map:", "๐บ๏ธ" }, | |
{ ":mountain_snow:", "๐๏ธ" }, | |
{ ":mountain:", "โฐ๏ธ" }, | |
{ ":camping:", "๐๏ธ" }, | |
{ ":beach_umbrella:", "๐๏ธ" }, | |
{ ":desert:", "๐๏ธ" }, | |
{ ":desert_island:", "๐๏ธ" }, | |
{ ":national_park:", "๐๏ธ" }, | |
{ ":stadium:", "๐๏ธ" }, | |
{ ":classical_building:", "๐๏ธ" }, | |
{ ":building_construction:", "๐๏ธ" }, | |
{ ":houses:", "๐๏ธ" }, | |
{ ":derelict_house:", "๐๏ธ" }, | |
{ ":mosque:", "๐" }, | |
{ ":synagogue:", "๐" }, | |
{ ":shinto_shrine:", "โฉ๏ธ" }, | |
{ ":kaaba:", "๐" }, | |
{ ":cityscape:", "๐๏ธ" }, | |
{ ":racing_car:", "๐๏ธ" }, | |
{ ":motorcycle:", "๐๏ธ" }, | |
{ ":motor_scooter:", "๐ต" }, | |
{ ":kick_scooter:", "๐ด" }, | |
{ ":motorway:", "๐ฃ๏ธ" }, | |
{ ":railway_track:", "๐ค๏ธ" }, | |
{ ":oil_drum:", "๐ข๏ธ" }, | |
{ ":stop_sign:", "๐" }, | |
{ ":canoe:", "๐ถ" }, | |
{ ":passenger_ship:", "๐ณ๏ธ" }, | |
{ ":ferry:", "โด๏ธ" }, | |
{ ":motor_boat:", "๐ฅ๏ธ" }, | |
{ ":small_airplane:", "๐ฉ๏ธ" }, | |
{ ":flight_departure:", "๐ซ" }, | |
{ ":flight_arrival:", "๐ฌ" }, | |
{ ":artificial_satellite:", "๐ฐ๏ธ" }, | |
{ ":flying_saucer:", "๐ธ" }, | |
{ ":bellhop_bell:", "๐๏ธ" }, | |
{ ":stopwatch:", "โฑ๏ธ" }, | |
{ ":timer_clock:", "โฒ๏ธ" }, | |
{ ":mantelpiece_clock:", "๐ฐ๏ธ" }, | |
{ ":thermometer:", "๐ก๏ธ" }, | |
{ ":cloud_with_lightning_and_rain:", "โ๏ธ" }, | |
{ ":sun_behind_small_cloud:", "๐ค๏ธ" }, | |
{ ":sun_behind_large_cloud:", "๐ฅ๏ธ" }, | |
{ ":sun_behind_rain_cloud:", "๐ฆ๏ธ" }, | |
{ ":cloud_with_rain:", "๐ง๏ธ" }, | |
{ ":cloud_with_snow:", "๐จ๏ธ" }, | |
{ ":cloud_with_lightning:", "๐ฉ๏ธ" }, | |
{ ":tornado:", "๐ช๏ธ" }, | |
{ ":fog:", "๐ซ๏ธ" }, | |
{ ":wind_face:", "๐ฌ๏ธ" }, | |
{ ":open_umbrella:", "โ๏ธ" }, | |
{ ":parasol_on_ground:", "โฑ๏ธ" }, | |
{ ":snowman_with_snow:", "โ๏ธ" }, | |
{ ":comet:", "โ๏ธ" }, | |
{ ":reminder_ribbon:", "๐๏ธ" }, | |
{ ":tickets:", "๐๏ธ" }, | |
{ ":medal_military:", "๐๏ธ" }, | |
{ ":medal_sports:", "๐ " }, | |
{ ":1st_place_medal:", "๐ฅ" }, | |
{ ":2nd_place_medal:", "๐ฅ" }, | |
{ ":3rd_place_medal:", "๐ฅ" }, | |
{ ":volleyball:", "๐" }, | |
{ ":cricket_game:", "๐" }, | |
{ ":field_hockey:", "๐" }, | |
{ ":ice_hockey:", "๐" }, | |
{ ":ping_pong:", "๐" }, | |
{ ":badminton:", "๐ธ" }, | |
{ ":boxing_glove:", "๐ฅ" }, | |
{ ":martial_arts_uniform:", "๐ฅ" }, | |
{ ":goal_net:", "๐ฅ " }, | |
{ ":ice_skate:", "โธ๏ธ" }, | |
{ ":sled:", "๐ท" }, | |
{ ":curling_stone:", "๐ฅ" }, | |
{ ":joystick:", "๐น๏ธ" }, | |
{ ":chess_pawn:", "โ๏ธ" }, | |
{ ":framed_picture:", "๐ผ๏ธ" }, | |
{ ":dark_sunglasses:", "๐ถ๏ธ" }, | |
{ ":scarf:", "๐งฃ" }, | |
{ ":gloves:", "๐งค" }, | |
{ ":coat:", "๐งฅ" }, | |
{ ":socks:", "๐งฆ" }, | |
{ ":shopping:", "๐๏ธ" }, | |
{ ":billed_cap:", "๐งข" }, | |
{ ":rescue_worker_helmet:", "โ๏ธ" }, | |
{ ":prayer_beads:", "๐ฟ" }, | |
{ ":studio_microphone:", "๐๏ธ" }, | |
{ ":level_slider:", "๐๏ธ" }, | |
{ ":control_knobs:", "๐๏ธ" }, | |
{ ":drum:", "๐ฅ" }, | |
{ ":desktop_computer:", "๐ฅ๏ธ" }, | |
{ ":printer:", "๐จ๏ธ" }, | |
{ ":keyboard:", "โจ๏ธ" }, | |
{ ":computer_mouse:", "๐ฑ๏ธ" }, | |
{ ":trackball:", "๐ฒ๏ธ" }, | |
{ ":film_strip:", "๐๏ธ" }, | |
{ ":film_projector:", "๐ฝ๏ธ" }, | |
{ ":camera_flash:", "๐ธ" }, | |
{ ":candle:", "๐ฏ๏ธ" }, | |
{ ":newspaper_roll:", "๐๏ธ" }, | |
{ ":label:", "๐ท๏ธ" }, | |
{ ":ballot_box:", "๐ณ๏ธ" }, | |
{ ":fountain_pen:", "๐๏ธ" }, | |
{ ":pen:", "๐๏ธ" }, | |
{ ":paintbrush:", "๐๏ธ" }, | |
{ ":crayon:", "๐๏ธ" }, | |
{ ":card_index_dividers:", "๐๏ธ" }, | |
{ ":spiral_notepad:", "๐๏ธ" }, | |
{ ":spiral_calendar:", "๐๏ธ" }, | |
{ ":paperclips:", "๐๏ธ" }, | |
{ ":card_file_box:", "๐๏ธ" }, | |
{ ":file_cabinet:", "๐๏ธ" }, | |
{ ":wastebasket:", "๐๏ธ" }, | |
{ ":old_key:", "๐๏ธ" }, | |
{ ":pick:", "โ๏ธ" }, | |
{ ":hammer_and_pick:", "โ๏ธ" }, | |
{ ":hammer_and_wrench:", "๐ ๏ธ" }, | |
{ ":dagger:", "๐ก๏ธ" }, | |
{ ":crossed_swords:", "โ๏ธ" }, | |
{ ":bow_and_arrow:", "๐น" }, | |
{ ":shield:", "๐ก๏ธ" }, | |
{ ":gear:", "โ๏ธ" }, | |
{ ":clamp:", "๐๏ธ" }, | |
{ ":balance_scale:", "โ๏ธ" }, | |
{ ":chains:", "โ๏ธ" }, | |
{ ":alembic:", "โ๏ธ" }, | |
{ ":bed:", "๐๏ธ" }, | |
{ ":couch_and_lamp:", "๐๏ธ" }, | |
{ ":shopping_cart:", "๐" }, | |
{ ":coffin:", "โฐ๏ธ" }, | |
{ ":funeral_urn:", "โฑ๏ธ" }, | |
{ ":radioactive:", "โข๏ธ" }, | |
{ ":biohazard:", "โฃ๏ธ" }, | |
{ ":place_of_worship:", "๐" }, | |
{ ":atom_symbol:", "โ๏ธ" }, | |
{ ":om:", "๐๏ธ" }, | |
{ ":star_of_david:", "โก๏ธ" }, | |
{ ":wheel_of_dharma:", "โธ๏ธ" }, | |
{ ":yin_yang:", "โฏ๏ธ" }, | |
{ ":latin_cross:", "โ๏ธ" }, | |
{ ":orthodox_cross:", "โฆ๏ธ" }, | |
{ ":star_and_crescent:", "โช๏ธ" }, | |
{ ":peace_symbol:", "โฎ๏ธ" }, | |
{ ":menorah:", "๐" }, | |
{ ":next_track_button:", "โญ๏ธ" }, | |
{ ":play_or_pause_button:", "โฏ๏ธ" }, | |
{ ":previous_track_button:", "โฎ๏ธ" }, | |
{ ":pause_button:", "โธ๏ธ" }, | |
{ ":stop_button:", "โน๏ธ" }, | |
{ ":record_button:", "โบ๏ธ" }, | |
{ ":eject_button:", "โ๏ธ" }, | |
{ ":female_sign:", "โ๏ธ" }, | |
{ ":male_sign:", "โ๏ธ" }, | |
{ ":medical_symbol:", "โ๏ธ" }, | |
{ ":infinity:", "โพ๏ธ" }, | |
{ ":fleur_de_lis:", "โ๏ธ" }, | |
{ ":asterisk:", "*๏ธโฃ" }, | |
{ ":black_flag:", "๐ด" }, | |
{ ":white_flag:", "๐ณ๏ธ" }, | |
{ ":rainbow_flag:", "๐ณ๏ธโ๐" }, | |
{ ":pirate_flag:", "๐ดโโ ๏ธ" }, | |
{ ":ascension_island:", "๐ฆ๐จ" }, | |
{ ":andorra:", "๐ฆ๐ฉ" }, | |
{ ":united_arab_emirates:", "๐ฆ๐ช" }, | |
{ ":afghanistan:", "๐ฆ๐ซ" }, | |
{ ":antigua_barbuda:", "๐ฆ๐ฌ" }, | |
{ ":anguilla:", "๐ฆ๐ฎ" }, | |
{ ":albania:", "๐ฆ๐ฑ" }, | |
{ ":armenia:", "๐ฆ๐ฒ" }, | |
{ ":angola:", "๐ฆ๐ด" }, | |
{ ":antarctica:", "๐ฆ๐ถ" }, | |
{ ":argentina:", "๐ฆ๐ท" }, | |
{ ":american_samoa:", "๐ฆ๐ธ" }, | |
{ ":austria:", "๐ฆ๐น" }, | |
{ ":australia:", "๐ฆ๐บ" }, | |
{ ":aruba:", "๐ฆ๐ผ" }, | |
{ ":aland_islands:", "๐ฆ๐ฝ" }, | |
{ ":azerbaijan:", "๐ฆ๐ฟ" }, | |
{ ":bosnia_herzegovina:", "๐ง๐ฆ" }, | |
{ ":barbados:", "๐ง๐ง" }, | |
{ ":bangladesh:", "๐ง๐ฉ" }, | |
{ ":belgium:", "๐ง๐ช" }, | |
{ ":burkina_faso:", "๐ง๐ซ" }, | |
{ ":bulgaria:", "๐ง๐ฌ" }, | |
{ ":bahrain:", "๐ง๐ญ" }, | |
{ ":burundi:", "๐ง๐ฎ" }, | |
{ ":benin:", "๐ง๐ฏ" }, | |
{ ":st_barthelemy:", "๐ง๐ฑ" }, | |
{ ":bermuda:", "๐ง๐ฒ" }, | |
{ ":brunei:", "๐ง๐ณ" }, | |
{ ":bolivia:", "๐ง๐ด" }, | |
{ ":caribbean_netherlands:", "๐ง๐ถ" }, | |
{ ":brazil:", "๐ง๐ท" }, | |
{ ":bahamas:", "๐ง๐ธ" }, | |
{ ":bhutan:", "๐ง๐น" }, | |
{ ":bouvet_island:", "๐ง๐ป" }, | |
{ ":botswana:", "๐ง๐ผ" }, | |
{ ":belarus:", "๐ง๐พ" }, | |
{ ":belize:", "๐ง๐ฟ" }, | |
{ ":canada:", "๐จ๐ฆ" }, | |
{ ":cocos_islands:", "๐จ๐จ" }, | |
{ ":congo_kinshasa:", "๐จ๐ฉ" }, | |
{ ":central_african_republic:", "๐จ๐ซ" }, | |
{ ":congo_brazzaville:", "๐จ๐ฌ" }, | |
{ ":switzerland:", "๐จ๐ญ" }, | |
{ ":cote_divoire:", "๐จ๐ฎ" }, | |
{ ":cook_islands:", "๐จ๐ฐ" }, | |
{ ":chile:", "๐จ๐ฑ" }, | |
{ ":cameroon:", "๐จ๐ฒ" }, | |
{ ":colombia:", "๐จ๐ด" }, | |
{ ":clipperton_island:", "๐จ๐ต" }, | |
{ ":costa_rica:", "๐จ๐ท" }, | |
{ ":cuba:", "๐จ๐บ" }, | |
{ ":cape_verde:", "๐จ๐ป" }, | |
{ ":curacao:", "๐จ๐ผ" }, | |
{ ":christmas_island:", "๐จ๐ฝ" }, | |
{ ":cyprus:", "๐จ๐พ" }, | |
{ ":czech_republic:", "๐จ๐ฟ" }, | |
{ ":diego_garcia:", "๐ฉ๐ฌ" }, | |
{ ":djibouti:", "๐ฉ๐ฏ" }, | |
{ ":denmark:", "๐ฉ๐ฐ" }, | |
{ ":dominica:", "๐ฉ๐ฒ" }, | |
{ ":dominican_republic:", "๐ฉ๐ด" }, | |
{ ":algeria:", "๐ฉ๐ฟ" }, | |
{ ":ceuta_melilla:", "๐ช๐ฆ" }, | |
{ ":ecuador:", "๐ช๐จ" }, | |
{ ":estonia:", "๐ช๐ช" }, | |
{ ":egypt:", "๐ช๐ฌ" }, | |
{ ":western_sahara:", "๐ช๐ญ" }, | |
{ ":eritrea:", "๐ช๐ท" }, | |
{ ":ethiopia:", "๐ช๐น" }, | |
{ ":eu:", "๐ช๐บ" }, | |
{ ":finland:", "๐ซ๐ฎ" }, | |
{ ":fiji:", "๐ซ๐ฏ" }, | |
{ ":falkland_islands:", "๐ซ๐ฐ" }, | |
{ ":micronesia:", "๐ซ๐ฒ" }, | |
{ ":faroe_islands:", "๐ซ๐ด" }, | |
{ ":gabon:", "๐ฌ๐ฆ" }, | |
{ ":grenada:", "๐ฌ๐ฉ" }, | |
{ ":georgia:", "๐ฌ๐ช" }, | |
{ ":french_guiana:", "๐ฌ๐ซ" }, | |
{ ":guernsey:", "๐ฌ๐ฌ" }, | |
{ ":ghana:", "๐ฌ๐ญ" }, | |
{ ":gibraltar:", "๐ฌ๐ฎ" }, | |
{ ":greenland:", "๐ฌ๐ฑ" }, | |
{ ":gambia:", "๐ฌ๐ฒ" }, | |
{ ":guinea:", "๐ฌ๐ณ" }, | |
{ ":guadeloupe:", "๐ฌ๐ต" }, | |
{ ":equatorial_guinea:", "๐ฌ๐ถ" }, | |
{ ":greece:", "๐ฌ๐ท" }, | |
{ ":south_georgia_south_sandwich_islands:", "๐ฌ๐ธ" }, | |
{ ":guatemala:", "๐ฌ๐น" }, | |
{ ":guam:", "๐ฌ๐บ" }, | |
{ ":guinea_bissau:", "๐ฌ๐ผ" }, | |
{ ":guyana:", "๐ฌ๐พ" }, | |
{ ":hong_kong:", "๐ญ๐ฐ" }, | |
{ ":heard_mcdonald_islands:", "๐ญ๐ฒ" }, | |
{ ":honduras:", "๐ญ๐ณ" }, | |
{ ":croatia:", "๐ญ๐ท" }, | |
{ ":haiti:", "๐ญ๐น" }, | |
{ ":hungary:", "๐ญ๐บ" }, | |
{ ":canary_islands:", "๐ฎ๐จ" }, | |
{ ":indonesia:", "๐ฎ๐ฉ" }, | |
{ ":ireland:", "๐ฎ๐ช" }, | |
{ ":israel:", "๐ฎ๐ฑ" }, | |
{ ":isle_of_man:", "๐ฎ๐ฒ" }, | |
{ ":india:", "๐ฎ๐ณ" }, | |
{ ":british_indian_ocean_territory:", "๐ฎ๐ด" }, | |
{ ":iraq:", "๐ฎ๐ถ" }, | |
{ ":iran:", "๐ฎ๐ท" }, | |
{ ":iceland:", "๐ฎ๐ธ" }, | |
{ ":jersey:", "๐ฏ๐ช" }, | |
{ ":jamaica:", "๐ฏ๐ฒ" }, | |
{ ":jordan:", "๐ฏ๐ด" }, | |
{ ":kenya:", "๐ฐ๐ช" }, | |
{ ":kyrgyzstan:", "๐ฐ๐ฌ" }, | |
{ ":cambodia:", "๐ฐ๐ญ" }, | |
{ ":kiribati:", "๐ฐ๐ฎ" }, | |
{ ":comoros:", "๐ฐ๐ฒ" }, | |
{ ":st_kitts_nevis:", "๐ฐ๐ณ" }, | |
{ ":north_korea:", "๐ฐ๐ต" }, | |
{ ":kuwait:", "๐ฐ๐ผ" }, | |
{ ":cayman_islands:", "๐ฐ๐พ" }, | |
{ ":kazakhstan:", "๐ฐ๐ฟ" }, | |
{ ":laos:", "๐ฑ๐ฆ" }, | |
{ ":lebanon:", "๐ฑ๐ง" }, | |
{ ":st_lucia:", "๐ฑ๐จ" }, | |
{ ":liechtenstein:", "๐ฑ๐ฎ" }, | |
{ ":sri_lanka:", "๐ฑ๐ฐ" }, | |
{ ":liberia:", "๐ฑ๐ท" }, | |
{ ":lesotho:", "๐ฑ๐ธ" }, | |
{ ":lithuania:", "๐ฑ๐น" }, | |
{ ":luxembourg:", "๐ฑ๐บ" }, | |
{ ":latvia:", "๐ฑ๐ป" }, | |
{ ":libya:", "๐ฑ๐พ" }, | |
{ ":morocco:", "๐ฒ๐ฆ" }, | |
{ ":monaco:", "๐ฒ๐จ" }, | |
{ ":moldova:", "๐ฒ๐ฉ" }, | |
{ ":montenegro:", "๐ฒ๐ช" }, | |
{ ":st_martin:", "๐ฒ๐ซ" }, | |
{ ":madagascar:", "๐ฒ๐ฌ" }, | |
{ ":marshall_islands:", "๐ฒ๐ญ" }, | |
{ ":macedonia:", "๐ฒ๐ฐ" }, | |
{ ":mali:", "๐ฒ๐ฑ" }, | |
{ ":myanmar:", "๐ฒ๐ฒ" }, | |
{ ":mongolia:", "๐ฒ๐ณ" }, | |
{ ":macau:", "๐ฒ๐ด" }, | |
{ ":northern_mariana_islands:", "๐ฒ๐ต" }, | |
{ ":martinique:", "๐ฒ๐ถ" }, | |
{ ":mauritania:", "๐ฒ๐ท" }, | |
{ ":montserrat:", "๐ฒ๐ธ" }, | |
{ ":malta:", "๐ฒ๐น" }, | |
{ ":mauritius:", "๐ฒ๐บ" }, | |
{ ":maldives:", "๐ฒ๐ป" }, | |
{ ":malawi:", "๐ฒ๐ผ" }, | |
{ ":mexico:", "๐ฒ๐ฝ" }, | |
{ ":malaysia:", "๐ฒ๐พ" }, | |
{ ":mozambique:", "๐ฒ๐ฟ" }, | |
{ ":namibia:", "๐ณ๐ฆ" }, | |
{ ":new_caledonia:", "๐ณ๐จ" }, | |
{ ":niger:", "๐ณ๐ช" }, | |
{ ":norfolk_island:", "๐ณ๐ซ" }, | |
{ ":nigeria:", "๐ณ๐ฌ" }, | |
{ ":nicaragua:", "๐ณ๐ฎ" }, | |
{ ":netherlands:", "๐ณ๐ฑ" }, | |
{ ":norway:", "๐ณ๐ด" }, | |
{ ":nepal:", "๐ณ๐ต" }, | |
{ ":nauru:", "๐ณ๐ท" }, | |
{ ":niue:", "๐ณ๐บ" }, | |
{ ":new_zealand:", "๐ณ๐ฟ" }, | |
{ ":oman:", "๐ด๐ฒ" }, | |
{ ":panama:", "๐ต๐ฆ" }, | |
{ ":peru:", "๐ต๐ช" }, | |
{ ":french_polynesia:", "๐ต๐ซ" }, | |
{ ":papua_new_guinea:", "๐ต๐ฌ" }, | |
{ ":philippines:", "๐ต๐ญ" }, | |
{ ":pakistan:", "๐ต๐ฐ" }, | |
{ ":poland:", "๐ต๐ฑ" }, | |
{ ":st_pierre_miquelon:", "๐ต๐ฒ" }, | |
{ ":pitcairn_islands:", "๐ต๐ณ" }, | |
{ ":puerto_rico:", "๐ต๐ท" }, | |
{ ":palestinian_territories:", "๐ต๐ธ" }, | |
{ ":portugal:", "๐ต๐น" }, | |
{ ":palau:", "๐ต๐ผ" }, | |
{ ":paraguay:", "๐ต๐พ" }, | |
{ ":qatar:", "๐ถ๐ฆ" }, | |
{ ":reunion:", "๐ท๐ช" }, | |
{ ":romania:", "๐ท๐ด" }, | |
{ ":serbia:", "๐ท๐ธ" }, | |
{ ":rwanda:", "๐ท๐ผ" }, | |
{ ":saudi_arabia:", "๐ธ๐ฆ" }, | |
{ ":solomon_islands:", "๐ธ๐ง" }, | |
{ ":seychelles:", "๐ธ๐จ" }, | |
{ ":sudan:", "๐ธ๐ฉ" }, | |
{ ":sweden:", "๐ธ๐ช" }, | |
{ ":singapore:", "๐ธ๐ฌ" }, | |
{ ":st_helena:", "๐ธ๐ญ" }, | |
{ ":slovenia:", "๐ธ๐ฎ" }, | |
{ ":svalbard_jan_mayen:", "๐ธ๐ฏ" }, | |
{ ":slovakia:", "๐ธ๐ฐ" }, | |
{ ":sierra_leone:", "๐ธ๐ฑ" }, | |
{ ":san_marino:", "๐ธ๐ฒ" }, | |
{ ":senegal:", "๐ธ๐ณ" }, | |
{ ":somalia:", "๐ธ๐ด" }, | |
{ ":suriname:", "๐ธ๐ท" }, | |
{ ":south_sudan:", "๐ธ๐ธ" }, | |
{ ":sao_tome_principe:", "๐ธ๐น" }, | |
{ ":el_salvador:", "๐ธ๐ป" }, | |
{ ":sint_maarten:", "๐ธ๐ฝ" }, | |
{ ":syria:", "๐ธ๐พ" }, | |
{ ":swaziland:", "๐ธ๐ฟ" }, | |
{ ":tristan_da_cunha:", "๐น๐ฆ" }, | |
{ ":turks_caicos_islands:", "๐น๐จ" }, | |
{ ":chad:", "๐น๐ฉ" }, | |
{ ":french_southern_territories:", "๐น๐ซ" }, | |
{ ":togo:", "๐น๐ฌ" }, | |
{ ":thailand:", "๐น๐ญ" }, | |
{ ":tajikistan:", "๐น๐ฏ" }, | |
{ ":tokelau:", "๐น๐ฐ" }, | |
{ ":timor_leste:", "๐น๐ฑ" }, | |
{ ":turkmenistan:", "๐น๐ฒ" }, | |
{ ":tunisia:", "๐น๐ณ" }, | |
{ ":tonga:", "๐น๐ด" }, | |
{ ":tr:", "๐น๐ท" }, | |
{ ":trinidad_tobago:", "๐น๐น" }, | |
{ ":tuvalu:", "๐น๐ป" }, | |
{ ":taiwan:", "๐น๐ผ" }, | |
{ ":tanzania:", "๐น๐ฟ" }, | |
{ ":ukraine:", "๐บ๐ฆ" }, | |
{ ":uganda:", "๐บ๐ฌ" }, | |
{ ":us_outlying_islands:", "๐บ๐ฒ" }, | |
{ ":united_nations:", "๐บ๐ณ" }, | |
{ ":uruguay:", "๐บ๐พ" }, | |
{ ":uzbekistan:", "๐บ๐ฟ" }, | |
{ ":vatican_city:", "๐ป๐ฆ" }, | |
{ ":st_vincent_grenadines:", "๐ป๐จ" }, | |
{ ":venezuela:", "๐ป๐ช" }, | |
{ ":british_virgin_islands:", "๐ป๐ฌ" }, | |
{ ":us_virgin_islands:", "๐ป๐ฎ" }, | |
{ ":vietnam:", "๐ป๐ณ" }, | |
{ ":vanuatu:", "๐ป๐บ" }, | |
{ ":wallis_futuna:", "๐ผ๐ซ" }, | |
{ ":samoa:", "๐ผ๐ธ" }, | |
{ ":kosovo:", "๐ฝ๐ฐ" }, | |
{ ":yemen:", "๐พ๐ช" }, | |
{ ":mayotte:", "๐พ๐น" }, | |
{ ":south_africa:", "๐ฟ๐ฆ" }, | |
{ ":zambia:", "๐ฟ๐ฒ" }, | |
{ ":zimbabwe:", "๐ฟ๐ผ" } | |
}; | |
} | |
public static string Replace(string text) | |
{ | |
return _regex.Replace(text, m => | |
{ | |
if (_lookup.TryGetValue(m.Value, out var emoji)) | |
{ | |
return m.Value.Replace(m.Value, emoji); | |
} | |
return m.Value; | |
}); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment