Glimmer::Emoji
Emoji provides emoji shortcode expansion for markdown content.
Converts shortcodes like :smile: to their Unicode equivalents.
Constants
SHORTCODE_REGEX = /:[a-zA-Z0-9_+\-]+:/
Regex matching any colon-delimited shortcode pattern.
SHORTCODES = {":smile:" => "๐", ":grinning:" => "๐", ":grin:" => "๐", ":joy:" => "๐", ":sweat_smile:" => "๐
", ":laughing:" => "๐", ":wink:" => "๐", ":blush:" => "๐", ":yum:" => "๐", ":sunglasses:" => "๐", ":heart_eyes:" => "๐", ":kissing_heart:" => "๐", ":kissing:" => "๐", ":kissing_smiling_eyes:" => "๐", ":kissing_closed_eyes:" => "๐", ":relaxed:" => "โบ๏ธ", ":slightly_smiling_face:" => "๐", ":hugging_face:" => "๐ค", ":thinking:" => "๐ค", ":neutral_face:" => "๐", ":expressionless:" => "๐", ":no_mouth:" => "๐ถ", ":rolling_eyes:" => "๐", ":smirk:" => "๐", ":persevere:" => "๐ฃ", ":disappointed_relieved:" => "๐ฅ", ":open_mouth:" => "๐ฎ", ":zipper_mouth_face:" => "๐ค", ":hushed:" => "๐ฏ", ":sleepy:" => "๐ช", ":tired_face:" => "๐ซ", ":sleeping:" => "๐ด", ":relieved:" => "๐", ":stuck_out_tongue:" => "๐", ":stuck_out_tongue_winking_eye:" => "๐", ":stuck_out_tongue_closed_eyes:" => "๐", ":drooling_face:" => "๐คค", ":unamused:" => "๐", ":sweat:" => "๐", ":pensive:" => "๐", ":confused:" => "๐", ":upside_down_face:" => "๐", ":money_mouth_face:" => "๐ค", ":astonished:" => "๐ฒ", ":slightly_frowning_face:" => "๐", ":frowning_face:" => "โน๏ธ", ":confounded:" => "๐", ":disappointed:" => "๐", ":worried:" => "๐", ":angry:" => "๐ ", ":rage:" => "๐ก", ":pout:" => "๐ก", ":cry:" => "๐ข", ":triumph:" => "๐ค", ":fearful:" => "๐จ", ":weary:" => "๐ฉ", ":grimacing:" => "๐ฌ", ":cold_sweat:" => "๐ฐ", ":scream:" => "๐ฑ", ":flushed:" => "๐ณ", ":dizzy_face:" => "๐ต", ":innocent:" => "๐", ":cowboy_hat_face:" => "๐ค ", ":clown_face:" => "๐คก", ":nauseated_face:" => "๐คข", ":rofl:" => "๐คฃ", ":lying_face:" => "๐คฅ", ":sneezing_face:" => "๐คง", ":+1:" => "๐", ":thumbsup:" => "๐", ":-1:" => "๐", ":thumbsdown:" => "๐", ":ok_hand:" => "๐", ":fist_raised:" => "โ", ":fist:" => "โ", ":v:" => "โ๏ธ", ":wave:" => "๐", ":raised_hand:" => "โ", ":open_hands:" => "๐", ":muscle:" => "๐ช", ":pray:" => "๐", ":point_up:" => "โ๏ธ", ":point_up_2:" => "๐", ":point_down:" => "๐", ":point_left:" => "๐", ":point_right:" => "๐", ":middle_finger:" => "๐", ":fu:" => "๐", ":raised_hand_with_fingers_splayed:" => "๐๏ธ", ":the_horns:" => "๐ค", ":sign_of_the_horns:" => "๐ค", ":call_me_hand:" => "๐ค", ":handshake:" => "๐ค", ":crossed_fingers:" => "๐ค", ":bust_in_silhouette:" => "๐ค", ":busts_in_silhouette:" => "๐ฅ", ":footprints:" => "๐ฃ", ":baby:" => "๐ถ", ":boy:" => "๐ฆ", ":girl:" => "๐ง", ":man:" => "๐จ", ":woman:" => "๐ฉ", ":blonde_man:" => "๐ฑ", ":blonde_woman:" => "๐ฑ\u200Dโ๏ธ", ":older_man:" => "๐ด", ":older_woman:" => "๐ต", ":man_with_gua_pi_mao:" => "๐ฒ", ":man_with_turban:" => "๐ณ", ":cop:" => "๐ฎ", ":construction_worker_man:" => "๐ท", ":guardsman:" => "๐", ":detective:" => "๐ต๏ธ", ":santa:" => "๐
", ":mrs_claus:" => "๐คถ", ":princess:" => "๐ธ", ":prince:" => "๐คด", ":bride_with_veil:" => "๐ฐ", ":man_in_tuxedo:" => "๐คต", ":pregnant_woman:" => "๐คฐ", ":dog:" => "๐ถ", ":cat:" => "๐ฑ", ":mouse:" => "๐ญ", ":hamster:" => "๐น", ":rabbit:" => "๐ฐ", ":fox_face:" => "๐ฆ", ":bear:" => "๐ป", ":panda_face:" => "๐ผ", ":koala:" => "๐จ", ":tiger:" => "๐ฏ", ":lion:" => "๐ฆ", ":cow:" => "๐ฎ", ":pig:" => "๐ท", ":pig_nose:" => "๐ฝ", ":frog:" => "๐ธ", ":monkey_face:" => "๐ต", ":see_no_evil:" => "๐", ":hear_no_evil:" => "๐", ":speak_no_evil:" => "๐", ":monkey:" => "๐", ":chicken:" => "๐", ":penguin:" => "๐ง", ":bird:" => "๐ฆ", ":baby_chick:" => "๐ค", ":hatching_chick:" => "๐ฃ", ":hatched_chick:" => "๐ฅ", ":duck:" => "๐ฆ", ":eagle:" => "๐ฆ
", ":owl:" => "๐ฆ", ":bat:" => "๐ฆ", ":wolf:" => "๐บ", ":boar:" => "๐", ":horse:" => "๐ด", ":unicorn:" => "๐ฆ", ":bee:" => "๐", ":honeybee:" => "๐", ":bug:" => "๐", ":butterfly:" => "๐ฆ", ":snail:" => "๐", ":shell:" => "๐", ":beetle:" => "๐", ":ant:" => "๐", ":spider:" => "๐ท๏ธ", ":spider_web:" => "๐ธ๏ธ", ":turtle:" => "๐ข", ":snake:" => "๐", ":lizard:" => "๐ฆ", ":scorpion:" => "๐ฆ", ":crab:" => "๐ฆ", ":squid:" => "๐ฆ", ":octopus:" => "๐", ":shrimp:" => "๐ฆ", ":tropical_fish:" => "๐ ", ":fish:" => "๐", ":blowfish:" => "๐ก", ":dolphin:" => "๐ฌ", ":whale:" => "๐ณ", ":whale2:" => "๐", ":shark:" => "๐ฆ", ":crocodile:" => "๐", ":tiger2:" => "๐
", ":leopard:" => "๐", ":zebra:" => "๐ฆ", ":gorilla:" => "๐ฆ", ":elephant:" => "๐", ":rhinoceros:" => "๐ฆ", ":dromedary_camel:" => "๐ช", ":camel:" => "๐ซ", ":sunny:" => "โ๏ธ", ":cloud:" => "โ๏ธ", ":partly_sunny:" => "โ
", ":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:" => "๐ฌ๏ธ", ":cyclone:" => "๐", ":rainbow:" => "๐", ":closed_umbrella:" => "๐", ":umbrella:" => "โ๏ธ", ":umbrella_with_rain_drops:" => "โ", ":zap:" => "โก", ":snowflake:" => "โ๏ธ", ":snowman:" => "โ๏ธ", ":snowman_with_snow:" => "โ๏ธ", ":comet:" => "โ๏ธ", ":fire:" => "๐ฅ", ":droplet:" => "๐ง", ":ocean:" => "๐", ":green_apple:" => "๐", ":apple:" => "๐", ":pear:" => "๐", ":tangerine:" => "๐", ":lemon:" => "๐", ":banana:" => "๐", ":watermelon:" => "๐", ":grapes:" => "๐", ":strawberry:" => "๐", ":melon:" => "๐", ":cherries:" => "๐", ":peach:" => "๐", ":pineapple:" => "๐", ":kiwi_fruit:" => "๐ฅ", ":avocado:" => "๐ฅ", ":tomato:" => "๐
", ":eggplant:" => "๐", ":cucumber:" => "๐ฅ", ":carrot:" => "๐ฅ", ":corn:" => "๐ฝ", ":hot_pepper:" => "๐ถ๏ธ", ":potato:" => "๐ฅ", ":sweet_potato:" => "๐ ", ":chestnut:" => "๐ฐ", ":peanuts:" => "๐ฅ", ":honey_pot:" => "๐ฏ", ":croissant:" => "๐ฅ", ":bread:" => "๐", ":baguette_bread:" => "๐ฅ", ":cheese:" => "๐ง", ":egg:" => "๐ฅ", ":bacon:" => "๐ฅ", ":pancakes:" => "๐ฅ", ":poultry_leg:" => "๐", ":meat_on_bone:" => "๐", ":fried_shrimp:" => "๐ค", ":fried_egg:" => "๐ณ", ":hamburger:" => "๐", ":fries:" => "๐", ":pizza:" => "๐", ":hotdog:" => "๐ญ", ":sandwich:" => "๐ฅช", ":taco:" => "๐ฎ", ":burrito:" => "๐ฏ", ":stuffed_flatbread:" => "๐ฅ", ":shallow_pan_of_food:" => "๐ฅ", ":stew:" => "๐ฒ", ":green_salad:" => "๐ฅ", ":popcorn:" => "๐ฟ", ":bento:" => "๐ฑ", ":rice_cracker:" => "๐", ":rice_ball:" => "๐", ":rice:" => "๐", ":curry:" => "๐", ":ramen:" => "๐", ":spaghetti:" => "๐", ":oden:" => "๐ข", ":sushi:" => "๐ฃ", ":fish_cake:" => "๐ฅ", ":dango:" => "๐ก", ":icecream:" => "๐ฆ", ":shaved_ice:" => "๐ง", ":ice_cream:" => "๐จ", ":doughnut:" => "๐ฉ", ":cookie:" => "๐ช", ":birthday:" => "๐", ":cake:" => "๐ฐ", ":chocolate_bar:" => "๐ซ", ":candy:" => "๐ฌ", ":lollipop:" => "๐ญ", ":custard:" => "๐ฎ", ":soccer:" => "โฝ", ":basketball:" => "๐", ":football:" => "๐", ":baseball:" => "โพ", ":tennis:" => "๐พ", ":volleyball:" => "๐", ":rugby_football:" => "๐", ":8ball:" => "๐ฑ", ":golf:" => "โณ", ":golfer:" => "๐๏ธ", ":ping_pong:" => "๐", ":badminton:" => "๐ธ", ":ice_hockey:" => "๐", ":field_hockey:" => "๐", ":cricket:" => "๐", ":ski:" => "๐ฟ", ":skier:" => "โท๏ธ", ":snowboarder:" => "๐", ":person_fencing:" => "๐คบ", ":ice_skate:" => "โธ๏ธ", ":bow_and_arrow:" => "๐น", ":fishing_pole_and_fish:" => "๐ฃ", ":boxing_glove:" => "๐ฅ", ":martial_arts_uniform:" => "๐ฅ", ":goal_net:" => "๐ฅ
", ":dart:" => "๐ฏ", ":wind_chime:" => "๐", ":trophy:" => "๐", ":medal:" => "๐
", ":sports_medal:" => "๐
", ":first_place_medal:" => "๐ฅ", ":second_place_medal:" => "๐ฅ", ":third_place_medal:" => "๐ฅ", ":rosette:" => "๐ต๏ธ", ":reminder_ribbon:" => "๐๏ธ", ":ticket:" => "๐ซ", ":admission_tickets:" => "๐๏ธ", ":circus_tent:" => "๐ช", ":juggling:" => "๐คน", ":microphone:" => "๐ค", ":headphones:" => "๐ง", ":radio:" => "๐ป", ":saxophone:" => "๐ท", ":guitar:" => "๐ธ", ":musical_keyboard:" => "๐น", ":trumpet:" => "๐บ", ":violin:" => "๐ป", ":drum:" => "๐ฅ", ":iphone:" => "๐ฑ", ":calling:" => "๐ฒ", ":telephone:" => "โ๏ธ", ":telephone_receiver:" => "๐", ":pager:" => "๐", ":fax:" => "๐ ", ":battery:" => "๐", ":electric_plug:" => "๐", ":computer:" => "๐ป", ":desktop_computer:" => "๐ฅ๏ธ", ":printer:" => "๐จ๏ธ", ":keyboard:" => "โจ๏ธ", ":computer_mouse:" => "๐ฑ๏ธ", ":trackball:" => "๐ฒ๏ธ", ":minidisc:" => "๐ฝ", ":floppy_disk:" => "๐พ", ":cd:" => "๐ฟ", ":dvd:" => "๐", ":movie_camera:" => "๐ฅ", ":film_strip:" => "๐๏ธ", ":film_projector:" => "๐ฝ๏ธ", ":clapper:" => "๐ฌ", ":tv:" => "๐บ", ":camera:" => "๐ท", ":camera_flash:" => "๐ธ", ":video_camera:" => "๐น", ":vhs:" => "๐ผ", ":mag:" => "๐", ":mag_right:" => "๐", ":microscope:" => "๐ฌ", ":telescope:" => "๐ญ", ":satellite_antenna:" => "๐ก", ":candle:" => "๐ฏ๏ธ", ":bulb:" => "๐ก", ":flashlight:" => "๐ฆ", ":izakaya_lantern:" => "๐ฎ", ":notebook_with_decorative_cover:" => "๐", ":closed_book:" => "๐", ":book:" => "๐", ":green_book:" => "๐", ":blue_book:" => "๐", ":orange_book:" => "๐", ":books:" => "๐", ":notebook:" => "๐", ":ledger:" => "๐", ":page_with_curl:" => "๐", ":scroll:" => "๐", ":page_facing_up:" => "๐", ":newspaper:" => "๐ฐ", ":newspaper_roll:" => "๐๏ธ", ":bookmark_tabs:" => "๐", ":bookmark:" => "๐", ":label:" => "๐ท๏ธ", ":moneybag:" => "๐ฐ", ":yen:" => "๐ด", ":dollar:" => "๐ต", ":euro:" => "๐ถ", ":pound:" => "๐ท", ":money_with_wings:" => "๐ธ", ":credit_card:" => "๐ณ", ":chart:" => "๐น", ":currency_exchange:" => "๐ฑ", ":heavy_dollar_sign:" => "๐ฒ", ":email:" => "๐ง", ":e-mail:" => "๐ง", ":incoming_envelope:" => "๐จ", ":envelope_with_arrow:" => "๐ฉ", ":outbox_tray:" => "๐ค", ":inbox_tray:" => "๐ฅ", ":package:" => "๐ฆ", ":mailbox:" => "๐ซ", ":mailbox_closed:" => "๐ช", ":mailbox_with_mail:" => "๐ฌ", ":mailbox_with_no_mail:" => "๐ญ", ":postbox:" => "๐ฎ", ":ballot_box_with_ballot:" => "๐ณ๏ธ", ":pencil2:" => "โ๏ธ", ":black_nib:" => "โ๏ธ", ":lower_left_fountain_pen:" => "๐๏ธ", ":lower_left_ballpoint_pen:" => "๐๏ธ", ":lower_left_paintbrush:" => "๐๏ธ", ":lower_left_crayon:" => "๐๏ธ", ":memo:" => "๐", ":briefcase:" => "๐ผ", ":file_folder:" => "๐", ":open_file_folder:" => "๐", ":card_index_dividers:" => "๐๏ธ", ":date:" => "๐
", ":calendar:" => "๐", ":spiral_notepad:" => "๐๏ธ", ":spiral_calendar:" => "๐๏ธ", ":card_index:" => "๐", ":chart_with_upwards_trend:" => "๐", ":chart_with_downwards_trend:" => "๐", ":bar_chart:" => "๐", ":clipboard:" => "๐", ":pushpin:" => "๐", ":round_pushpin:" => "๐", ":paperclip:" => "๐", ":linked_paperclips:" => "๐๏ธ", ":straight_ruler:" => "๐", ":triangular_ruler:" => "๐", ":scissors:" => "โ๏ธ", ":card_file_box:" => "๐๏ธ", ":file_cabinet:" => "๐๏ธ", ":wastebasket:" => "๐๏ธ", ":lock:" => "๐", ":unlock:" => "๐", ":lock_with_ink_pen:" => "๐", ":closed_lock_with_key:" => "๐", ":key:" => "๐", ":old_key:" => "๐๏ธ", ":hammer:" => "๐จ", ":pick:" => "โ๏ธ", ":hammer_and_pick:" => "โ๏ธ", ":hammer_and_wrench:" => "๐ ๏ธ", ":dagger_knife:" => "๐ก๏ธ", ":crossed_swords:" => "โ๏ธ", ":gun:" => "๐ซ", ":shield:" => "๐ก๏ธ", ":wrench:" => "๐ง", ":nut_and_bolt:" => "๐ฉ", ":gear:" => "โ๏ธ", ":compression:" => "๐๏ธ", ":alembic:" => "โ๏ธ", ":scales:" => "โ๏ธ", ":link:" => "๐", ":chains:" => "โ๏ธ", ":syringe:" => "๐", ":pill:" => "๐", ":smoking:" => "๐ฌ", ":coffin:" => "โฐ๏ธ", ":funeral_urn:" => "โฑ๏ธ", ":moyai:" => "๐ฟ", ":oil_drum:" => "๐ข๏ธ", ":crystal_ball:" => "๐ฎ", ":shopping_cart:" => "๐", ":atm:" => "๐ง", ":put_litter_in_its_place:" => "๐ฎ", ":potable_water:" => "๐ฐ", ":wheelchair:" => "โฟ", ":mens:" => "๐น", ":womens:" => "๐บ", ":restroom:" => "๐ป", ":baby_symbol:" => "๐ผ", ":wc:" => "๐พ", ":passport_control:" => "๐", ":customs:" => "๐", ":baggage_claim:" => "๐", ":left_luggage:" => "๐
", ":warning:" => "โ ๏ธ", ":children_crossing:" => "๐ธ", ":no_entry:" => "โ", ":no_entry_sign:" => "๐ซ", ":no_bicycles:" => "๐ณ", ":no_smoking:" => "๐ญ", ":do_not_litter:" => "๐ฏ", ":non-potable_water:" => "๐ฑ", ":no_pedestrians:" => "๐ท", ":no_mobile_phones:" => "๐ต", ":underage:" => "๐", ":radioactive:" => "โข๏ธ", ":biohazard:" => "โฃ๏ธ", ":arrow_up:" => "โฌ๏ธ", ":arrow_upper_right:" => "โ๏ธ", ":arrow_right:" => "โก๏ธ", ":arrow_lower_right:" => "โ๏ธ", ":arrow_down:" => "โฌ๏ธ", ":arrow_lower_left:" => "โ๏ธ", ":arrow_left:" => "โฌ
๏ธ", ":arrow_upper_left:" => "โ๏ธ", ":arrow_up_down:" => "โ๏ธ", ":left_right_arrow:" => "โ๏ธ", ":leftwards_arrow_with_hook:" => "โฉ๏ธ", ":arrow_right_hook:" => "โช๏ธ", ":arrows_clockwise:" => "๐", ":arrows_counterclockwise:" => "๐", ":back:" => "๐", ":end:" => "๐", ":on:" => "๐", ":soon:" => "๐", ":top:" => "๐", ":place_of_worship:" => "๐", ":atom_symbol:" => "โ๏ธ", ":om:" => "๐๏ธ", ":star_of_david:" => "โก๏ธ", ":wheel_of_dharma:" => "โธ๏ธ", ":yinyang:" => "โฏ๏ธ", ":latin_cross:" => "โ๏ธ", ":orthodox_cross:" => "โฆ๏ธ", ":star_and_crescent:" => "โช๏ธ", ":peace_symbol:" => "โฎ๏ธ", ":menorah_with_nine_branches:" => "๐", ":six_pointed_star:" => "๐ฏ", ":aries:" => "โ", ":taurus:" => "โ", ":gemini:" => "โ", ":cancer:" => "โ", ":leo:" => "โ", ":virgo:" => "โ", ":libra:" => "โ", ":scorpius:" => "โ", ":sagittarius:" => "โ", ":capricorn:" => "โ", ":aquarius:" => "โ", ":pisces:" => "โ", ":ophiuchus:" => "โ", ":twisted_rightwards_arrows:" => "๐", ":repeat:" => "๐", ":repeat_one:" => "๐", ":arrow_forward:" => "โถ๏ธ", ":fast_forward:" => "โฉ", ":next_track_button:" => "โญ๏ธ", ":play_or_pause_button:" => "โฏ๏ธ", ":arrow_backward:" => "โ๏ธ", ":rewind:" => "โช", ":previous_track_button:" => "โฎ๏ธ", ":arrow_up_small:" => "๐ผ", ":arrow_double_up:" => "โซ", ":arrow_down_small:" => "๐ฝ", ":arrow_double_down:" => "โฌ", ":pause_button:" => "โธ๏ธ", ":stop_button:" => "โน๏ธ", ":record_button:" => "โบ๏ธ", ":eject_button:" => "โ๏ธ", ":cinema:" => "๐ฆ", ":low_brightness:" => "๐
", ":high_brightness:" => "๐", ":signal_strength:" => "๐ถ", ":vibration_mode:" => "๐ณ", ":mobile_phone_off:" => "๐ด", ":recycle:" => "โป๏ธ", ":name_badge:" => "๐", ":fleur_de_lis:" => "โ๏ธ", ":beginner:" => "๐ฐ", ":trident:" => "๐ฑ", ":o:" => "โญ", ":white_check_mark:" => "โ
", ":ballot_box_with_check:" => "โ๏ธ", ":heavy_check_mark:" => "โ๏ธ", ":x:" => "โ", ":negative_squared_cross_mark:" => "โ", ":curly_loop:" => "โฐ", ":loop:" => "โฟ", ":part_alternation_mark:" => "ใฝ๏ธ", ":eight_spoked_asterisk:" => "โณ๏ธ", ":eight_pointed_black_star:" => "โด๏ธ", ":sparkle:" => "โ๏ธ", ":copyright:" => "ยฉ๏ธ", ":registered:" => "ยฎ๏ธ", ":tm:" => "โข๏ธ", ":hash:" => "#๏ธโฃ", ":asterisk:" => "*๏ธโฃ", ":zero:" => "0๏ธโฃ", ":one:" => "1๏ธโฃ", ":two:" => "2๏ธโฃ", ":three:" => "3๏ธโฃ", ":four:" => "4๏ธโฃ", ":five:" => "5๏ธโฃ", ":six:" => "6๏ธโฃ", ":seven:" => "7๏ธโฃ", ":eight:" => "8๏ธโฃ", ":nine:" => "9๏ธโฃ", ":keycap_ten:" => "๐", ":capital_abcd:" => "๐ ", ":abcd:" => "๐ก", ":symbols:" => "๐ฃ", ":abc:" => "๐ค", ":a:" => "๐
ฐ๏ธ", ":ab:" => "๐", ":b:" => "๐
ฑ๏ธ", ":cl:" => "๐", ":cool:" => "๐", ":free:" => "๐", ":information_source:" => "โน๏ธ", ":id:" => "๐", ":m:" => "โ๏ธ", ":new:" => "๐", ":ng:" => "๐", ":o2:" => "๐
พ๏ธ", ":ok:" => "๐", ":parking:" => "๐
ฟ๏ธ", ":sos:" => "๐", ":up:" => "๐", ":vs:" => "๐", ":koko:" => "๐", ":sa:" => "๐๏ธ", ":u6708:" => "๐ท๏ธ", ":u6709:" => "๐ถ", ":u6307:" => "๐ฏ", ":ideograph_advantage:" => "๐", ":u5272:" => "๐น", ":u7121:" => "๐", ":u7981:" => "๐ฒ", ":accept:" => "๐", ":u7533:" => "๐ธ", ":u5408:" => "๐ด", ":u7a7a:" => "๐ณ", ":congratulations:" => "ใ๏ธ", ":secret:" => "ใ๏ธ", ":u55b6:" => "๐บ", ":u6e80:" => "๐ต", ":red_circle:" => "๐ด", ":orange_circle:" => "๐ ", ":yellow_circle:" => "๐ก", ":green_circle:" => "๐ข", ":large_blue_circle:" => "๐ต", ":purple_circle:" => "๐ฃ", ":brown_circle:" => "๐ค", ":black_circle:" => "โซ", ":white_circle:" => "โช", ":red_square:" => "๐ฅ", ":orange_square:" => "๐ง", ":yellow_square:" => "๐จ", ":green_square:" => "๐ฉ", ":blue_square:" => "๐ฆ", ":purple_square:" => "๐ช", ":brown_square:" => "๐ซ", ":black_large_square:" => "โฌ", ":white_large_square:" => "โฌ", ":black_medium_square:" => "โผ๏ธ", ":white_medium_square:" => "โป๏ธ", ":black_medium_small_square:" => "โพ", ":white_medium_small_square:" => "โฝ", ":black_small_square:" => "โช๏ธ", ":white_small_square:" => "โซ๏ธ", ":large_orange_diamond:" => "๐ถ", ":large_blue_diamond:" => "๐ท", ":small_orange_diamond:" => "๐ธ", ":small_blue_diamond:" => "๐น", ":small_red_triangle:" => "๐บ", ":small_red_triangle_down:" => "๐ป", ":diamond_shape_with_a_dot_inside:" => "๐ ", ":radio_button:" => "๐", ":white_square_button:" => "๐ณ", ":black_square_button:" => "๐ฒ", ":heart:" => "โค๏ธ", ":orange_heart:" => "๐งก", ":yellow_heart:" => "๐", ":green_heart:" => "๐", ":blue_heart:" => "๐", ":purple_heart:" => "๐", ":brown_heart:" => "๐ค", ":black_heart:" => "๐ค", ":white_heart:" => "๐ค", ":broken_heart:" => "๐", ":heavy_heart_exclamation:" => "โฃ๏ธ", ":two_hearts:" => "๐", ":revolving_hearts:" => "๐", ":heartbeat:" => "๐", ":heartpulse:" => "๐", ":sparkling_heart:" => "๐", ":cupid:" => "๐", ":gift_heart:" => "๐", ":heart_decoration:" => "๐", ":100:" => "๐ฏ", ":anger:" => "๐ข", ":boom:" => "๐ฅ", ":collision:" => "๐ฅ", ":dizzy:" => "๐ซ", ":sweat_drops:" => "๐ฆ", ":dash:" => "๐จ", ":hole:" => "๐ณ๏ธ", ":bomb:" => "๐ฃ", ":speech_balloon:" => "๐ฌ", ":eye_speech_bubble:" => "๐๏ธ\u200D๐จ๏ธ", ":left_speech_bubble:" => "๐จ๏ธ", ":right_anger_bubble:" => "๐ฏ๏ธ", ":thought_balloon:" => "๐ญ", ":zzz:" => "๐ค", ":rocket:" => "๐", ":star:" => "โญ", ":sparkles:" => "โจ", ":coffee:" => "โ", ":beer:" => "๐บ", ":wine_glass:" => "๐ท", ":cocktail:" => "๐ธ", ":tropical_drink:" => "๐น", ":tumbler_glass:" => "๐ฅ", ":fork_and_knife:" => "๐ด", ":spoon:" => "๐ฅ", ":knife_fork_plate:" => "๐ฝ๏ธ", ":flower_playing_cards:" => "๐ด", ":slot_machine:" => "๐ฐ", ":beach_umbrella:" => "๐๏ธ", ":ferris_wheel:" => "๐ก", ":roller_coaster:" => "๐ข", ":barber:" => "๐"}