File: //home/posscale/subdomains/xibo/vendor/emojione/emojione/lib/validate.yml
# This file is meant to provide a cross-platform definition of the test cases
# for the Emojione library, in order to keep the various implementations of
# Emojione text handling working in a consistent and interoperable way.
#
# If you are creating a new library for Emojione in a different programming
# language, please create a test which reads this file and executes the
# test cases as defined here. DO NOT CONVERT THIS FILE STATICALLY! The
# tests defined here are supposed to be updated over time.
tests:
unifyUnicode:
- description: "single unicode character conversion"
text: ":snail:"
expected: "๐"
- description: "mixed ascii, regular unicode and duplicate emoji"
text: ":alien: is ๐ฝ and ์ is not :alien: or :alien: also :randomy: is not emoji"
expected: "๐ฝ is ๐ฝ and ์ is not ๐ฝ or ๐ฝ also :randomy: is not emoji"
- description: "multiline emoji string"
text: ":dancer:\n:dancer:"
expected: "๐\n๐"
- description: "triple emoji string"
text: ":dancer::dancer::alien:"
expected: "๐๐๐ฝ"
toShort:
- description: "single unicode character conversion"
text: "๐"
expected: ":snail:"
- description: "mixed ascii, regular unicode and duplicate emoji"
text: "๐ฝ is not :alien: and ์ is not ๐ฝ or ๐ฝ"
expected: ":alien: is not :alien: and ์ is not :alien: or :alien:"
- description: "multiline emoji string"
text: "๐\n๐"
expected: ":dancer:\n:dancer:"
- description: "single emoji :grinning:"
text: "๐"
expected: ":grinning:"
- description: "single emoji :grin:"
text: "๐"
expected: ":grin:"
- description: "single emoji :joy:"
text: "๐"
expected: ":joy:"
- description: "single emoji :smiley:"
text: "๐"
expected: ":smiley:"
- description: "single emoji :smile:"
text: "๐"
expected: ":smile:"
- description: "single emoji :sweat_smile:"
text: "๐
"
expected: ":sweat_smile:"
- description: "single emoji :laughing:"
text: "๐"
expected: ":laughing:"
- description: "single emoji :innocent:"
text: "๐"
expected: ":innocent:"
- description: "single emoji :smiling_imp:"
text: "๐"
expected: ":smiling_imp:"
- description: "single emoji :imp:"
text: "๐ฟ"
expected: ":imp:"
- description: "single emoji :wink:"
text: "๐"
expected: ":wink:"
- description: "single emoji :blush:"
text: "๐"
expected: ":blush:"
- description: "single emoji :relaxed:"
text: "โบ๏ธ"
expected: ":relaxed:"
- description: "single emoji :yum:"
text: "๐"
expected: ":yum:"
- description: "single emoji :relieved:"
text: "๐"
expected: ":relieved:"
- description: "single emoji :heart_eyes:"
text: "๐"
expected: ":heart_eyes:"
- description: "single emoji :sunglasses:"
text: "๐"
expected: ":sunglasses:"
- description: "single emoji :smirk:"
text: "๐"
expected: ":smirk:"
- description: "single emoji :neutral_face:"
text: "๐"
expected: ":neutral_face:"
- description: "single emoji :expressionless:"
text: "๐"
expected: ":expressionless:"
- description: "single emoji :unamused:"
text: "๐"
expected: ":unamused:"
- description: "single emoji :sweat:"
text: "๐"
expected: ":sweat:"
- description: "single emoji :pensive:"
text: "๐"
expected: ":pensive:"
- description: "single emoji :confused:"
text: "๐"
expected: ":confused:"
- description: "single emoji :confounded:"
text: "๐"
expected: ":confounded:"
- description: "single emoji :kissing:"
text: "๐"
expected: ":kissing:"
- description: "single emoji :kissing_heart:"
text: "๐"
expected: ":kissing_heart:"
- description: "single emoji :kissing_smiling_eyes:"
text: "๐"
expected: ":kissing_smiling_eyes:"
- description: "single emoji :kissing_closed_eyes:"
text: "๐"
expected: ":kissing_closed_eyes:"
- description: "single emoji :stuck_out_tongue:"
text: "๐"
expected: ":stuck_out_tongue:"
- description: "single emoji :stuck_out_tongue_winking_eye:"
text: "๐"
expected: ":stuck_out_tongue_winking_eye:"
- description: "single emoji :stuck_out_tongue_closed_eyes:"
text: "๐"
expected: ":stuck_out_tongue_closed_eyes:"
- description: "single emoji :disappointed:"
text: "๐"
expected: ":disappointed:"
- description: "single emoji :worried:"
text: "๐"
expected: ":worried:"
- description: "single emoji :angry:"
text: "๐ "
expected: ":angry:"
- description: "single emoji :rage:"
text: "๐ก"
expected: ":rage:"
- description: "single emoji :cry:"
text: "๐ข"
expected: ":cry:"
- description: "single emoji :persevere:"
text: "๐ฃ"
expected: ":persevere:"
- description: "single emoji :triumph:"
text: "๐ค"
expected: ":triumph:"
- description: "single emoji :disappointed_relieved:"
text: "๐ฅ"
expected: ":disappointed_relieved:"
- description: "single emoji :frowning:"
text: "๐ฆ"
expected: ":frowning:"
- description: "single emoji :anguished:"
text: "๐ง"
expected: ":anguished:"
- description: "single emoji :fearful:"
text: "๐จ"
expected: ":fearful:"
- description: "single emoji :weary:"
text: "๐ฉ"
expected: ":weary:"
- description: "single emoji :sleepy:"
text: "๐ช"
expected: ":sleepy:"
- description: "single emoji :tired_face:"
text: "๐ซ"
expected: ":tired_face:"
- description: "single emoji :grimacing:"
text: "๐ฌ"
expected: ":grimacing:"
- description: "single emoji :sob:"
text: "๐ญ"
expected: ":sob:"
- description: "single emoji :open_mouth:"
text: "๐ฎ"
expected: ":open_mouth:"
- description: "single emoji :hushed:"
text: "๐ฏ"
expected: ":hushed:"
- description: "single emoji :cold_sweat:"
text: "๐ฐ"
expected: ":cold_sweat:"
- description: "single emoji :scream:"
text: "๐ฑ"
expected: ":scream:"
- description: "single emoji :astonished:"
text: "๐ฒ"
expected: ":astonished:"
- description: "single emoji :flushed:"
text: "๐ณ"
expected: ":flushed:"
- description: "single emoji :sleeping:"
text: "๐ด"
expected: ":sleeping:"
- description: "single emoji :dizzy_face:"
text: "๐ต"
expected: ":dizzy_face:"
- description: "single emoji :no_mouth:"
text: "๐ถ"
expected: ":no_mouth:"
- description: "single emoji :mask:"
text: "๐ท"
expected: ":mask:"
- description: "single emoji :slight_frown:"
text: "๐"
expected: ":slight_frown:"
- description: "single emoji :slight_smile:"
text: "๐"
expected: ":slight_smile:"
- description: "single emoji :smile_cat:"
text: "๐ธ"
expected: ":smile_cat:"
- description: "single emoji :joy_cat:"
text: "๐น"
expected: ":joy_cat:"
- description: "single emoji :smiley_cat:"
text: "๐บ"
expected: ":smiley_cat:"
- description: "single emoji :heart_eyes_cat:"
text: "๐ป"
expected: ":heart_eyes_cat:"
- description: "single emoji :smirk_cat:"
text: "๐ผ"
expected: ":smirk_cat:"
- description: "single emoji :kissing_cat:"
text: "๐ฝ"
expected: ":kissing_cat:"
- description: "single emoji :pouting_cat:"
text: "๐พ"
expected: ":pouting_cat:"
- description: "single emoji :crying_cat_face:"
text: "๐ฟ"
expected: ":crying_cat_face:"
- description: "single emoji :scream_cat:"
text: "๐"
expected: ":scream_cat:"
- description: "single emoji :footprints:"
text: "๐ฃ"
expected: ":footprints:"
- description: "single emoji :bust_in_silhouette:"
text: "๐ค"
expected: ":bust_in_silhouette:"
- description: "single emoji :busts_in_silhouette:"
text: "๐ฅ"
expected: ":busts_in_silhouette:"
- description: "single emoji :levitate:"
text: "๐ด"
expected: ":levitate:"
- description: "single emoji :spy:"
text: "๐ต"
expected: ":spy:"
- description: "single emoji :baby:"
text: "๐ถ"
expected: ":baby:"
- description: "single emoji :boy:"
text: "๐ฆ"
expected: ":boy:"
- description: "single emoji :girl:"
text: "๐ง"
expected: ":girl:"
- description: "single emoji :man:"
text: "๐จ"
expected: ":man:"
- description: "single emoji :woman:"
text: "๐ฉ"
expected: ":woman:"
- description: "single emoji :family:"
text: "๐ช"
expected: ":family:"
- description: "single emoji :family_mwg:"
text: "๐จโ๐ฉโ๐ง"
expected: ":family_mwg:"
- description: "single emoji :family_mwgb:"
text: "๐จโ๐ฉโ๐งโ๐ฆ"
expected: ":family_mwgb:"
- description: "single emoji :family_mwbb:"
text: "๐จโ๐ฉโ๐ฆโ๐ฆ"
expected: ":family_mwbb:"
- description: "single emoji :family_mwgg:"
text: "๐จโ๐ฉโ๐งโ๐ง"
expected: ":family_mwgg:"
- description: "single emoji :family_wwb:"
text: "๐ฉโ๐ฉโ๐ฆ"
expected: ":family_wwb:"
- description: "single emoji :family_wwg:"
text: "๐ฉโ๐ฉโ๐ง"
expected: ":family_wwg:"
- description: "single emoji :family_wwgb:"
text: "๐ฉโ๐ฉโ๐งโ๐ฆ"
expected: ":family_wwgb:"
- description: "single emoji :family_wwbb:"
text: "๐ฉโ๐ฉโ๐ฆโ๐ฆ"
expected: ":family_wwbb:"
- description: "single emoji :family_wwgg:"
text: "๐ฉโ๐ฉโ๐งโ๐ง"
expected: ":family_wwgg:"
- description: "single emoji :family_mmb:"
text: "๐จโ๐จโ๐ฆ"
expected: ":family_mmb:"
- description: "single emoji :family_mmg:"
text: "๐จโ๐จโ๐ง"
expected: ":family_mmg:"
- description: "single emoji :family_mmgb:"
text: "๐จโ๐จโ๐งโ๐ฆ"
expected: ":family_mmgb:"
- description: "single emoji :family_mmbb:"
text: "๐จโ๐จโ๐ฆโ๐ฆ"
expected: ":family_mmbb:"
- description: "single emoji :family_mmgg:"
text: "๐จโ๐จโ๐งโ๐ง"
expected: ":family_mmgg:"
- description: "single emoji :couple:"
text: "๐ซ"
expected: ":couple:"
- description: "single emoji :two_men_holding_hands:"
text: "๐ฌ"
expected: ":two_men_holding_hands:"
- description: "single emoji :two_women_holding_hands:"
text: "๐ญ"
expected: ":two_women_holding_hands:"
- description: "single emoji :dancers:"
text: "๐ฏ"
expected: ":dancers:"
- description: "single emoji :bride_with_veil:"
text: "๐ฐ"
expected: ":bride_with_veil:"
- description: "single emoji :person_with_blond_hair:"
text: "๐ฑ"
expected: ":person_with_blond_hair:"
- description: "single emoji :man_with_gua_pi_mao:"
text: "๐ฒ"
expected: ":man_with_gua_pi_mao:"
- description: "single emoji :man_with_turban:"
text: "๐ณ"
expected: ":man_with_turban:"
- description: "single emoji :older_man:"
text: "๐ด"
expected: ":older_man:"
- description: "single emoji :older_woman:"
text: "๐ต"
expected: ":older_woman:"
- description: "single emoji :cop:"
text: "๐ฎ"
expected: ":cop:"
- description: "single emoji :construction_worker:"
text: "๐ท"
expected: ":construction_worker:"
- description: "single emoji :princess:"
text: "๐ธ"
expected: ":princess:"
- description: "single emoji :guardsman:"
text: "๐"
expected: ":guardsman:"
- description: "single emoji :angel:"
text: "๐ผ"
expected: ":angel:"
- description: "single emoji :santa:"
text: "๐
"
expected: ":santa:"
- description: "single emoji :ghost:"
text: "๐ป"
expected: ":ghost:"
- description: "single emoji :japanese_ogre:"
text: "๐น"
expected: ":japanese_ogre:"
- description: "single emoji :japanese_goblin:"
text: "๐บ"
expected: ":japanese_goblin:"
- description: "single emoji :poop:"
text: "๐ฉ"
expected: ":poop:"
- description: "single emoji :skull:"
text: "๐"
expected: ":skull:"
- description: "single emoji :alien:"
text: "๐ฝ"
expected: ":alien:"
- description: "single emoji :space_invader:"
text: "๐พ"
expected: ":space_invader:"
- description: "single emoji :bow:"
text: "๐"
expected: ":bow:"
- description: "single emoji :information_desk_person:"
text: "๐"
expected: ":information_desk_person:"
- description: "single emoji :no_good:"
text: "๐
"
expected: ":no_good:"
- description: "single emoji :ok_woman:"
text: "๐"
expected: ":ok_woman:"
- description: "single emoji :raising_hand:"
text: "๐"
expected: ":raising_hand:"
- description: "single emoji :person_with_pouting_face:"
text: "๐"
expected: ":person_with_pouting_face:"
- description: "single emoji :person_frowning:"
text: "๐"
expected: ":person_frowning:"
- description: "single emoji :massage:"
text: "๐"
expected: ":massage:"
- description: "single emoji :haircut:"
text: "๐"
expected: ":haircut:"
- description: "single emoji :couple_with_heart:"
text: "๐"
expected: ":couple_with_heart:"
- description: "single emoji :couple_ww:"
text: "๐ฉโโค๏ธโ๐ฉ"
expected: ":couple_ww:"
- description: "single emoji :couple_mm:"
text: "๐จโโค๏ธโ๐จ"
expected: ":couple_mm:"
- description: "single emoji :couplekiss:"
text: "๐"
expected: ":couplekiss:"
- description: "single emoji :kiss_ww:"
text: "๐ฉโโค๏ธโ๐โ๐ฉ"
expected: ":kiss_ww:"
- description: "single emoji :kiss_mm:"
text: "๐จโโค๏ธโ๐โ๐จ"
expected: ":kiss_mm:"
- description: "single emoji :raised_hands:"
text: "๐"
expected: ":raised_hands:"
- description: "single emoji :clap:"
text: "๐"
expected: ":clap:"
- description: "single emoji :ear:"
text: "๐"
expected: ":ear:"
- description: "single emoji :eye:"
text: "๐"
expected: ":eye:"
- description: "single emoji :eyes:"
text: "๐"
expected: ":eyes:"
- description: "single emoji :nose:"
text: "๐"
expected: ":nose:"
- description: "single emoji :lips:"
text: "๐"
expected: ":lips:"
- description: "single emoji :kiss:"
text: "๐"
expected: ":kiss:"
- description: "single emoji :tongue:"
text: "๐
"
expected: ":tongue:"
- description: "single emoji :nail_care:"
text: "๐
"
expected: ":nail_care:"
- description: "single emoji :wave:"
text: "๐"
expected: ":wave:"
- description: "single emoji :thumbsup:"
text: "๐"
expected: ":thumbsup:"
- description: "single emoji :thumbsdown:"
text: "๐"
expected: ":thumbsdown:"
- description: "single emoji :point_up:"
text: "โ๏ธ"
expected: ":point_up:"
- description: "single emoji :point_up_2:"
text: "๐"
expected: ":point_up_2:"
- description: "single emoji :point_down:"
text: "๐"
expected: ":point_down:"
- description: "single emoji :point_left:"
text: "๐"
expected: ":point_left:"
- description: "single emoji :point_right:"
text: "๐"
expected: ":point_right:"
- description: "single emoji :ok_hand:"
text: "๐"
expected: ":ok_hand:"
- description: "single emoji :v:"
text: "โ๏ธ"
expected: ":v:"
- description: "single emoji :punch:"
text: "๐"
expected: ":punch:"
- description: "single emoji :fist:"
text: "โ"
expected: ":fist:"
- description: "single emoji :raised_hand:"
text: "โ"
expected: ":raised_hand:"
- description: "single emoji :muscle:"
text: "๐ช"
expected: ":muscle:"
- description: "single emoji :open_hands:"
text: "๐"
expected: ":open_hands:"
- description: "single emoji :writing_hand:"
text: "๐"
expected: ":writing_hand:"
- description: "single emoji :hand_splayed:"
text: "๐"
expected: ":hand_splayed:"
- description: "single emoji :middle_finger:"
text: "๐"
expected: ":middle_finger:"
- description: "single emoji :vulcan:"
text: "๐"
expected: ":vulcan:"
- description: "single emoji :pray:"
text: "๐"
expected: ":pray:"
- description: "single emoji :seedling:"
text: "๐ฑ"
expected: ":seedling:"
- description: "single emoji :evergreen_tree:"
text: "๐ฒ"
expected: ":evergreen_tree:"
- description: "single emoji :deciduous_tree:"
text: "๐ณ"
expected: ":deciduous_tree:"
- description: "single emoji :palm_tree:"
text: "๐ด"
expected: ":palm_tree:"
- description: "single emoji :cactus:"
text: "๐ต"
expected: ":cactus:"
- description: "single emoji :tulip:"
text: "๐ท"
expected: ":tulip:"
- description: "single emoji :cherry_blossom:"
text: "๐ธ"
expected: ":cherry_blossom:"
- description: "single emoji :rose:"
text: "๐น"
expected: ":rose:"
- description: "single emoji :hibiscus:"
text: "๐บ"
expected: ":hibiscus:"
- description: "single emoji :sunflower:"
text: "๐ป"
expected: ":sunflower:"
- description: "single emoji :blossom:"
text: "๐ผ"
expected: ":blossom:"
- description: "single emoji :bouquet:"
text: "๐"
expected: ":bouquet:"
- description: "single emoji :ear_of_rice:"
text: "๐พ"
expected: ":ear_of_rice:"
- description: "single emoji :herb:"
text: "๐ฟ"
expected: ":herb:"
- description: "single emoji :four_leaf_clover:"
text: "๐"
expected: ":four_leaf_clover:"
- description: "single emoji :maple_leaf:"
text: "๐"
expected: ":maple_leaf:"
- description: "single emoji :fallen_leaf:"
text: "๐"
expected: ":fallen_leaf:"
- description: "single emoji :leaves:"
text: "๐"
expected: ":leaves:"
- description: "single emoji :mushroom:"
text: "๐"
expected: ":mushroom:"
- description: "single emoji :chestnut:"
text: "๐ฐ"
expected: ":chestnut:"
- description: "single emoji :rat:"
text: "๐"
expected: ":rat:"
- description: "single emoji :mouse2:"
text: "๐"
expected: ":mouse2:"
- description: "single emoji :mouse:"
text: "๐ญ"
expected: ":mouse:"
- description: "single emoji :hamster:"
text: "๐น"
expected: ":hamster:"
- description: "single emoji :ox:"
text: "๐"
expected: ":ox:"
- description: "single emoji :water_buffalo:"
text: "๐"
expected: ":water_buffalo:"
- description: "single emoji :cow2:"
text: "๐"
expected: ":cow2:"
- description: "single emoji :cow:"
text: "๐ฎ"
expected: ":cow:"
- description: "single emoji :tiger2:"
text: "๐
"
expected: ":tiger2:"
- description: "single emoji :leopard:"
text: "๐"
expected: ":leopard:"
- description: "single emoji :tiger:"
text: "๐ฏ"
expected: ":tiger:"
- description: "single emoji :chipmunk:"
text: "๐ฟ"
expected: ":chipmunk:"
- description: "single emoji :rabbit2:"
text: "๐"
expected: ":rabbit2:"
- description: "single emoji :rabbit:"
text: "๐ฐ"
expected: ":rabbit:"
- description: "single emoji :cat2:"
text: "๐"
expected: ":cat2:"
- description: "single emoji :cat:"
text: "๐ฑ"
expected: ":cat:"
- description: "single emoji :racehorse:"
text: "๐"
expected: ":racehorse:"
- description: "single emoji :horse:"
text: "๐ด"
expected: ":horse:"
- description: "single emoji :ram:"
text: "๐"
expected: ":ram:"
- description: "single emoji :sheep:"
text: "๐"
expected: ":sheep:"
- description: "single emoji :goat:"
text: "๐"
expected: ":goat:"
- description: "single emoji :rooster:"
text: "๐"
expected: ":rooster:"
- description: "single emoji :chicken:"
text: "๐"
expected: ":chicken:"
- description: "single emoji :baby_chick:"
text: "๐ค"
expected: ":baby_chick:"
- description: "single emoji :hatching_chick:"
text: "๐ฃ"
expected: ":hatching_chick:"
- description: "single emoji :hatched_chick:"
text: "๐ฅ"
expected: ":hatched_chick:"
- description: "single emoji :bird:"
text: "๐ฆ"
expected: ":bird:"
- description: "single emoji :penguin:"
text: "๐ง"
expected: ":penguin:"
- description: "single emoji :elephant:"
text: "๐"
expected: ":elephant:"
- description: "single emoji :dromedary_camel:"
text: "๐ช"
expected: ":dromedary_camel:"
- description: "single emoji :camel:"
text: "๐ซ"
expected: ":camel:"
- description: "single emoji :boar:"
text: "๐"
expected: ":boar:"
- description: "single emoji :pig2:"
text: "๐"
expected: ":pig2:"
- description: "single emoji :pig:"
text: "๐ท"
expected: ":pig:"
- description: "single emoji :pig_nose:"
text: "๐ฝ"
expected: ":pig_nose:"
- description: "single emoji :dog2:"
text: "๐"
expected: ":dog2:"
- description: "single emoji :poodle:"
text: "๐ฉ"
expected: ":poodle:"
- description: "single emoji :dog:"
text: "๐ถ"
expected: ":dog:"
- description: "single emoji :wolf:"
text: "๐บ"
expected: ":wolf:"
- description: "single emoji :bear:"
text: "๐ป"
expected: ":bear:"
- description: "single emoji :koala:"
text: "๐จ"
expected: ":koala:"
- description: "single emoji :panda_face:"
text: "๐ผ"
expected: ":panda_face:"
- description: "single emoji :monkey_face:"
text: "๐ต"
expected: ":monkey_face:"
- description: "single emoji :see_no_evil:"
text: "๐"
expected: ":see_no_evil:"
- description: "single emoji :hear_no_evil:"
text: "๐"
expected: ":hear_no_evil:"
- description: "single emoji :speak_no_evil:"
text: "๐"
expected: ":speak_no_evil:"
- description: "single emoji :monkey:"
text: "๐"
expected: ":monkey:"
- description: "single emoji :dragon:"
text: "๐"
expected: ":dragon:"
- description: "single emoji :dragon_face:"
text: "๐ฒ"
expected: ":dragon_face:"
- description: "single emoji :crocodile:"
text: "๐"
expected: ":crocodile:"
- description: "single emoji :snake:"
text: "๐"
expected: ":snake:"
- description: "single emoji :turtle:"
text: "๐ข"
expected: ":turtle:"
- description: "single emoji :frog:"
text: "๐ธ"
expected: ":frog:"
- description: "single emoji :whale2:"
text: "๐"
expected: ":whale2:"
- description: "single emoji :whale:"
text: "๐ณ"
expected: ":whale:"
- description: "single emoji :dolphin:"
text: "๐ฌ"
expected: ":dolphin:"
- description: "single emoji :octopus:"
text: "๐"
expected: ":octopus:"
- description: "single emoji :fish:"
text: "๐"
expected: ":fish:"
- description: "single emoji :tropical_fish:"
text: "๐ "
expected: ":tropical_fish:"
- description: "single emoji :blowfish:"
text: "๐ก"
expected: ":blowfish:"
- description: "single emoji :shell:"
text: "๐"
expected: ":shell:"
- description: "single emoji :snail:"
text: "๐"
expected: ":snail:"
- description: "single emoji :bug:"
text: "๐"
expected: ":bug:"
- description: "single emoji :ant:"
text: "๐"
expected: ":ant:"
- description: "single emoji :bee:"
text: "๐"
expected: ":bee:"
- description: "single emoji :beetle:"
text: "๐"
expected: ":beetle:"
- description: "single emoji :spider:"
text: "๐ท"
expected: ":spider:"
- description: "single emoji :spider_web:"
text: "๐ธ"
expected: ":spider_web:"
- description: "single emoji :feet:"
text: "๐พ"
expected: ":feet:"
- description: "single emoji :zap:"
text: "โก๏ธ"
expected: ":zap:"
- description: "single emoji :fire:"
text: "๐ฅ"
expected: ":fire:"
- description: "single emoji :crescent_moon:"
text: "๐"
expected: ":crescent_moon:"
- description: "single emoji :sunny:"
text: "โ๏ธ"
expected: ":sunny:"
- description: "single emoji :partly_sunny:"
text: "โ
๏ธ"
expected: ":partly_sunny:"
- description: "single emoji :cloud:"
text: "โ๏ธ"
expected: ":cloud:"
- description: "single emoji :cloud_rain:"
text: "๐ง"
expected: ":cloud_rain:"
- description: "single emoji :cloud_snow:"
text: "๐จ"
expected: ":cloud_snow:"
- description: "single emoji :cloud_lightning:"
text: "๐ฉ"
expected: ":cloud_lightning:"
- description: "single emoji :cloud_tornado:"
text: "๐ช"
expected: ":cloud_tornado:"
- description: "single emoji :droplet:"
text: "๐ง"
expected: ":droplet:"
- description: "single emoji :sweat_drops:"
text: "๐ฆ"
expected: ":sweat_drops:"
- description: "single emoji :umbrella:"
text: "โ๏ธ"
expected: ":umbrella:"
- description: "single emoji :fog:"
text: "๐ซ"
expected: ":fog:"
- description: "single emoji :dash:"
text: "๐จ"
expected: ":dash:"
- description: "single emoji :snowflake:"
text: "โ๏ธ"
expected: ":snowflake:"
- description: "single emoji :star2:"
text: "๐"
expected: ":star2:"
- description: "single emoji :star:"
text: "โญ๏ธ"
expected: ":star:"
- description: "single emoji :stars:"
text: "๐ "
expected: ":stars:"
- description: "single emoji :sunrise_over_mountains:"
text: "๐"
expected: ":sunrise_over_mountains:"
- description: "single emoji :sunrise:"
text: "๐
"
expected: ":sunrise:"
- description: "single emoji :rainbow:"
text: "๐"
expected: ":rainbow:"
- description: "single emoji :ocean:"
text: "๐"
expected: ":ocean:"
- description: "single emoji :volcano:"
text: "๐"
expected: ":volcano:"
- description: "single emoji :milky_way:"
text: "๐"
expected: ":milky_way:"
- description: "single emoji :mount_fuji:"
text: "๐ป"
expected: ":mount_fuji:"
- description: "single emoji :japan:"
text: "๐พ"
expected: ":japan:"
- description: "single emoji :globe_with_meridians:"
text: "๐"
expected: ":globe_with_meridians:"
- description: "single emoji :earth_africa:"
text: "๐"
expected: ":earth_africa:"
- description: "single emoji :earth_americas:"
text: "๐"
expected: ":earth_americas:"
- description: "single emoji :earth_asia:"
text: "๐"
expected: ":earth_asia:"
- description: "single emoji :new_moon:"
text: "๐"
expected: ":new_moon:"
- description: "single emoji :waxing_crescent_moon:"
text: "๐"
expected: ":waxing_crescent_moon:"
- description: "single emoji :first_quarter_moon:"
text: "๐"
expected: ":first_quarter_moon:"
- description: "single emoji :waxing_gibbous_moon:"
text: "๐"
expected: ":waxing_gibbous_moon:"
- description: "single emoji :full_moon:"
text: "๐"
expected: ":full_moon:"
- description: "single emoji :waning_gibbous_moon:"
text: "๐"
expected: ":waning_gibbous_moon:"
- description: "single emoji :last_quarter_moon:"
text: "๐"
expected: ":last_quarter_moon:"
- description: "single emoji :waning_crescent_moon:"
text: "๐"
expected: ":waning_crescent_moon:"
- description: "single emoji :new_moon_with_face:"
text: "๐"
expected: ":new_moon_with_face:"
- description: "single emoji :full_moon_with_face:"
text: "๐"
expected: ":full_moon_with_face:"
- description: "single emoji :first_quarter_moon_with_face:"
text: "๐"
expected: ":first_quarter_moon_with_face:"
- description: "single emoji :last_quarter_moon_with_face:"
text: "๐"
expected: ":last_quarter_moon_with_face:"
- description: "single emoji :sun_with_face:"
text: "๐"
expected: ":sun_with_face:"
- description: "single emoji :wind_blowing_face:"
text: "๐ฌ"
expected: ":wind_blowing_face:"
- description: "single emoji :ribbon:"
text: "๐"
expected: ":ribbon:"
- description: "single emoji :gift:"
text: "๐"
expected: ":gift:"
- description: "single emoji :birthday:"
text: "๐"
expected: ":birthday:"
- description: "single emoji :jack_o_lantern:"
text: "๐"
expected: ":jack_o_lantern:"
- description: "single emoji :christmas_tree:"
text: "๐"
expected: ":christmas_tree:"
- description: "single emoji :tanabata_tree:"
text: "๐"
expected: ":tanabata_tree:"
- description: "single emoji :bamboo:"
text: "๐"
expected: ":bamboo:"
- description: "single emoji :rice_scene:"
text: "๐"
expected: ":rice_scene:"
- description: "single emoji :fireworks:"
text: "๐"
expected: ":fireworks:"
- description: "single emoji :sparkler:"
text: "๐"
expected: ":sparkler:"
- description: "single emoji :tada:"
text: "๐"
expected: ":tada:"
- description: "single emoji :confetti_ball:"
text: "๐"
expected: ":confetti_ball:"
- description: "single emoji :balloon:"
text: "๐"
expected: ":balloon:"
- description: "single emoji :dizzy:"
text: "๐ซ"
expected: ":dizzy:"
- description: "single emoji :sparkles:"
text: "โจ"
expected: ":sparkles:"
- description: "single emoji :boom:"
text: "๐ฅ"
expected: ":boom:"
- description: "single emoji :mortar_board:"
text: "๐"
expected: ":mortar_board:"
- description: "single emoji :crown:"
text: "๐"
expected: ":crown:"
- description: "single emoji :reminder_ribbon:"
text: "๐"
expected: ":reminder_ribbon:"
- description: "single emoji :military_medal:"
text: "๐"
expected: ":military_medal:"
- description: "single emoji :dolls:"
text: "๐"
expected: ":dolls:"
- description: "single emoji :flags:"
text: "๐"
expected: ":flags:"
- description: "single emoji :wind_chime:"
text: "๐"
expected: ":wind_chime:"
- description: "single emoji :crossed_flags:"
text: "๐"
expected: ":crossed_flags:"
- description: "single emoji :izakaya_lantern:"
text: "๐ฎ"
expected: ":izakaya_lantern:"
- description: "single emoji :ring:"
text: "๐"
expected: ":ring:"
- description: "single emoji :heart:"
text: "โค๏ธ"
expected: ":heart:"
- description: "single emoji :broken_heart:"
text: "๐"
expected: ":broken_heart:"
- description: "single emoji :love_letter:"
text: "๐"
expected: ":love_letter:"
- description: "single emoji :two_hearts:"
text: "๐"
expected: ":two_hearts:"
- description: "single emoji :revolving_hearts:"
text: "๐"
expected: ":revolving_hearts:"
- description: "single emoji :heartbeat:"
text: "๐"
expected: ":heartbeat:"
- description: "single emoji :heartpulse:"
text: "๐"
expected: ":heartpulse:"
- description: "single emoji :sparkling_heart:"
text: "๐"
expected: ":sparkling_heart:"
- description: "single emoji :cupid:"
text: "๐"
expected: ":cupid:"
- description: "single emoji :gift_heart:"
text: "๐"
expected: ":gift_heart:"
- description: "single emoji :heart_decoration:"
text: "๐"
expected: ":heart_decoration:"
- description: "single emoji :purple_heart:"
text: "๐"
expected: ":purple_heart:"
- description: "single emoji :yellow_heart:"
text: "๐"
expected: ":yellow_heart:"
- description: "single emoji :green_heart:"
text: "๐"
expected: ":green_heart:"
- description: "single emoji :blue_heart:"
text: "๐"
expected: ":blue_heart:"
- description: "single emoji :runner:"
text: "๐"
expected: ":runner:"
- description: "single emoji :walking:"
text: "๐ถ"
expected: ":walking:"
- description: "single emoji :dancer:"
text: "๐"
expected: ":dancer:"
- description: "single emoji :lifter:"
text: "๐"
expected: ":lifter:"
- description: "single emoji :golfer:"
text: "๐"
expected: ":golfer:"
- description: "single emoji :rowboat:"
text: "๐ฃ"
expected: ":rowboat:"
- description: "single emoji :swimmer:"
text: "๐"
expected: ":swimmer:"
- description: "single emoji :surfer:"
text: "๐"
expected: ":surfer:"
- description: "single emoji :bath:"
text: "๐"
expected: ":bath:"
- description: "single emoji :snowboarder:"
text: "๐"
expected: ":snowboarder:"
- description: "single emoji :ski:"
text: "๐ฟ"
expected: ":ski:"
- description: "single emoji :snowman:"
text: "โ๏ธ"
expected: ":snowman:"
- description: "single emoji :bicyclist:"
text: "๐ด"
expected: ":bicyclist:"
- description: "single emoji :mountain_bicyclist:"
text: "๐ต"
expected: ":mountain_bicyclist:"
- description: "single emoji :motorcycle:"
text: "๐"
expected: ":motorcycle:"
- description: "single emoji :race_car:"
text: "๐"
expected: ":race_car:"
- description: "single emoji :horse_racing:"
text: "๐"
expected: ":horse_racing:"
- description: "single emoji :tent:"
text: "โบ๏ธ"
expected: ":tent:"
- description: "single emoji :fishing_pole_and_fish:"
text: "๐ฃ"
expected: ":fishing_pole_and_fish:"
- description: "single emoji :soccer:"
text: "โฝ๏ธ"
expected: ":soccer:"
- description: "single emoji :basketball:"
text: "๐"
expected: ":basketball:"
- description: "single emoji :football:"
text: "๐"
expected: ":football:"
- description: "single emoji :baseball:"
text: "โพ๏ธ"
expected: ":baseball:"
- description: "single emoji :tennis:"
text: "๐พ"
expected: ":tennis:"
- description: "single emoji :rugby_football:"
text: "๐"
expected: ":rugby_football:"
- description: "single emoji :golf:"
text: "โณ๏ธ"
expected: ":golf:"
- description: "single emoji :trophy:"
text: "๐"
expected: ":trophy:"
- description: "single emoji :medal:"
text: "๐
"
expected: ":medal:"
- description: "single emoji :running_shirt_with_sash:"
text: "๐ฝ"
expected: ":running_shirt_with_sash:"
- description: "single emoji :checkered_flag:"
text: "๐"
expected: ":checkered_flag:"
- description: "single emoji :musical_keyboard:"
text: "๐น"
expected: ":musical_keyboard:"
- description: "single emoji :guitar:"
text: "๐ธ"
expected: ":guitar:"
- description: "single emoji :violin:"
text: "๐ป"
expected: ":violin:"
- description: "single emoji :saxophone:"
text: "๐ท"
expected: ":saxophone:"
- description: "single emoji :trumpet:"
text: "๐บ"
expected: ":trumpet:"
- description: "single emoji :musical_note:"
text: "๐ต"
expected: ":musical_note:"
- description: "single emoji :notes:"
text: "๐ถ"
expected: ":notes:"
- description: "single emoji :musical_score:"
text: "๐ผ"
expected: ":musical_score:"
- description: "single emoji :headphones:"
text: "๐ง"
expected: ":headphones:"
- description: "single emoji :microphone:"
text: "๐ค"
expected: ":microphone:"
- description: "single emoji :performing_arts:"
text: "๐ญ"
expected: ":performing_arts:"
- description: "single emoji :ticket:"
text: "๐ซ"
expected: ":ticket:"
- description: "single emoji :tophat:"
text: "๐ฉ"
expected: ":tophat:"
- description: "single emoji :circus_tent:"
text: "๐ช"
expected: ":circus_tent:"
- description: "single emoji :clapper:"
text: "๐ฌ"
expected: ":clapper:"
- description: "single emoji :film_frames:"
text: "๐"
expected: ":film_frames:"
- description: "single emoji :tickets:"
text: "๐"
expected: ":tickets:"
- description: "single emoji :art:"
text: "๐จ"
expected: ":art:"
- description: "single emoji :dart:"
text: "๐ฏ"
expected: ":dart:"
- description: "single emoji :8ball:"
text: "๐ฑ"
expected: ":8ball:"
- description: "single emoji :bowling:"
text: "๐ณ"
expected: ":bowling:"
- description: "single emoji :slot_machine:"
text: "๐ฐ"
expected: ":slot_machine:"
- description: "single emoji :game_die:"
text: "๐ฒ"
expected: ":game_die:"
- description: "single emoji :video_game:"
text: "๐ฎ"
expected: ":video_game:"
- description: "single emoji :flower_playing_cards:"
text: "๐ด"
expected: ":flower_playing_cards:"
- description: "single emoji :black_joker:"
text: "๐"
expected: ":black_joker:"
- description: "single emoji :mahjong:"
text: "๐๏ธ"
expected: ":mahjong:"
- description: "single emoji :carousel_horse:"
text: "๐ "
expected: ":carousel_horse:"
- description: "single emoji :ferris_wheel:"
text: "๐ก"
expected: ":ferris_wheel:"
- description: "single emoji :roller_coaster:"
text: "๐ข"
expected: ":roller_coaster:"
- description: "single emoji :tomato:"
text: "๐
"
expected: ":tomato:"
- description: "single emoji :eggplant:"
text: "๐"
expected: ":eggplant:"
- description: "single emoji :corn:"
text: "๐ฝ"
expected: ":corn:"
- description: "single emoji :sweet_potato:"
text: "๐ "
expected: ":sweet_potato:"
- description: "single emoji :hot_pepper:"
text: "๐ถ"
expected: ":hot_pepper:"
- description: "single emoji :grapes:"
text: "๐"
expected: ":grapes:"
- description: "single emoji :melon:"
text: "๐"
expected: ":melon:"
- description: "single emoji :watermelon:"
text: "๐"
expected: ":watermelon:"
- description: "single emoji :tangerine:"
text: "๐"
expected: ":tangerine:"
- description: "single emoji :lemon:"
text: "๐"
expected: ":lemon:"
- description: "single emoji :banana:"
text: "๐"
expected: ":banana:"
- description: "single emoji :pineapple:"
text: "๐"
expected: ":pineapple:"
- description: "single emoji :apple:"
text: "๐"
expected: ":apple:"
- description: "single emoji :green_apple:"
text: "๐"
expected: ":green_apple:"
- description: "single emoji :pear:"
text: "๐"
expected: ":pear:"
- description: "single emoji :peach:"
text: "๐"
expected: ":peach:"
- description: "single emoji :cherries:"
text: "๐"
expected: ":cherries:"
- description: "single emoji :strawberry:"
text: "๐"
expected: ":strawberry:"
- description: "single emoji :hamburger:"
text: "๐"
expected: ":hamburger:"
- description: "single emoji :pizza:"
text: "๐"
expected: ":pizza:"
- description: "single emoji :meat_on_bone:"
text: "๐"
expected: ":meat_on_bone:"
- description: "single emoji :poultry_leg:"
text: "๐"
expected: ":poultry_leg:"
- description: "single emoji :rice_cracker:"
text: "๐"
expected: ":rice_cracker:"
- description: "single emoji :rice_ball:"
text: "๐"
expected: ":rice_ball:"
- description: "single emoji :rice:"
text: "๐"
expected: ":rice:"
- description: "single emoji :curry:"
text: "๐"
expected: ":curry:"
- description: "single emoji :ramen:"
text: "๐"
expected: ":ramen:"
- description: "single emoji :spaghetti:"
text: "๐"
expected: ":spaghetti:"
- description: "single emoji :bread:"
text: "๐"
expected: ":bread:"
- description: "single emoji :fries:"
text: "๐"
expected: ":fries:"
- description: "single emoji :dango:"
text: "๐ก"
expected: ":dango:"
- description: "single emoji :oden:"
text: "๐ข"
expected: ":oden:"
- description: "single emoji :sushi:"
text: "๐ฃ"
expected: ":sushi:"
- description: "single emoji :fried_shrimp:"
text: "๐ค"
expected: ":fried_shrimp:"
- description: "single emoji :fish_cake:"
text: "๐ฅ"
expected: ":fish_cake:"
- description: "single emoji :icecream:"
text: "๐ฆ"
expected: ":icecream:"
- description: "single emoji :shaved_ice:"
text: "๐ง"
expected: ":shaved_ice:"
- description: "single emoji :ice_cream:"
text: "๐จ"
expected: ":ice_cream:"
- description: "single emoji :doughnut:"
text: "๐ฉ"
expected: ":doughnut:"
- description: "single emoji :cookie:"
text: "๐ช"
expected: ":cookie:"
- description: "single emoji :chocolate_bar:"
text: "๐ซ"
expected: ":chocolate_bar:"
- description: "single emoji :candy:"
text: "๐ฌ"
expected: ":candy:"
- description: "single emoji :lollipop:"
text: "๐ญ"
expected: ":lollipop:"
- description: "single emoji :custard:"
text: "๐ฎ"
expected: ":custard:"
- description: "single emoji :honey_pot:"
text: "๐ฏ"
expected: ":honey_pot:"
- description: "single emoji :cake:"
text: "๐ฐ"
expected: ":cake:"
- description: "single emoji :bento:"
text: "๐ฑ"
expected: ":bento:"
- description: "single emoji :stew:"
text: "๐ฒ"
expected: ":stew:"
- description: "single emoji :egg:"
text: "๐ณ"
expected: ":egg:"
- description: "single emoji :fork_and_knife:"
text: "๐ด"
expected: ":fork_and_knife:"
- description: "single emoji :tea:"
text: "๐ต"
expected: ":tea:"
- description: "single emoji :coffee:"
text: "โ๏ธ"
expected: ":coffee:"
- description: "single emoji :sake:"
text: "๐ถ"
expected: ":sake:"
- description: "single emoji :wine_glass:"
text: "๐ท"
expected: ":wine_glass:"
- description: "single emoji :cocktail:"
text: "๐ธ"
expected: ":cocktail:"
- description: "single emoji :tropical_drink:"
text: "๐น"
expected: ":tropical_drink:"
- description: "single emoji :beer:"
text: "๐บ"
expected: ":beer:"
- description: "single emoji :beers:"
text: "๐ป"
expected: ":beers:"
- description: "single emoji :baby_bottle:"
text: "๐ผ"
expected: ":baby_bottle:"
- description: "single emoji :watch:"
text: "โ๏ธ"
expected: ":watch:"
- description: "single emoji :iphone:"
text: "๐ฑ"
expected: ":iphone:"
- description: "single emoji :calling:"
text: "๐ฒ"
expected: ":calling:"
- description: "single emoji :computer:"
text: "๐ป"
expected: ":computer:"
- description: "single emoji :desktop:"
text: "๐ฅ"
expected: ":desktop:"
- description: "single emoji :keyboard:"
text: "๐ฎ"
expected: ":keyboard:"
- description: "single emoji :trackball:"
text: "๐ฒ"
expected: ":trackball:"
- description: "single emoji :printer:"
text: "๐จ"
expected: ":printer:"
- description: "single emoji :alarm_clock:"
text: "โฐ"
expected: ":alarm_clock:"
- description: "single emoji :clock:"
text: "๐ฐ"
expected: ":clock:"
- description: "single emoji :hourglass_flowing_sand:"
text: "โณ"
expected: ":hourglass_flowing_sand:"
- description: "single emoji :hourglass:"
text: "โ๏ธ"
expected: ":hourglass:"
- description: "single emoji :camera:"
text: "๐ท"
expected: ":camera:"
- description: "single emoji :camera_with_flash:"
text: "๐ธ"
expected: ":camera_with_flash:"
- description: "single emoji :video_camera:"
text: "๐น"
expected: ":video_camera:"
- description: "single emoji :movie_camera:"
text: "๐ฅ"
expected: ":movie_camera:"
- description: "single emoji :projector:"
text: "๐ฝ"
expected: ":projector:"
- description: "single emoji :tv:"
text: "๐บ"
expected: ":tv:"
- description: "single emoji :microphone2:"
text: "๐"
expected: ":microphone2:"
- description: "single emoji :level_slider:"
text: "๐"
expected: ":level_slider:"
- description: "single emoji :control_knobs:"
text: "๐"
expected: ":control_knobs:"
- description: "single emoji :radio:"
text: "๐ป"
expected: ":radio:"
- description: "single emoji :pager:"
text: "๐"
expected: ":pager:"
- description: "single emoji :joystick:"
text: "๐น"
expected: ":joystick:"
- description: "single emoji :telephone_receiver:"
text: "๐"
expected: ":telephone_receiver:"
- description: "single emoji :telephone:"
text: "โ๏ธ"
expected: ":telephone:"
- description: "single emoji :fax:"
text: "๐ "
expected: ":fax:"
- description: "single emoji :minidisc:"
text: "๐ฝ"
expected: ":minidisc:"
- description: "single emoji :floppy_disk:"
text: "๐พ"
expected: ":floppy_disk:"
- description: "single emoji :cd:"
text: "๐ฟ"
expected: ":cd:"
- description: "single emoji :dvd:"
text: "๐"
expected: ":dvd:"
- description: "single emoji :vhs:"
text: "๐ผ"
expected: ":vhs:"
- description: "single emoji :battery:"
text: "๐"
expected: ":battery:"
- description: "single emoji :electric_plug:"
text: "๐"
expected: ":electric_plug:"
- description: "single emoji :bulb:"
text: "๐ก"
expected: ":bulb:"
- description: "single emoji :flashlight:"
text: "๐ฆ"
expected: ":flashlight:"
- description: "single emoji :candle:"
text: "๐ฏ"
expected: ":candle:"
- description: "single emoji :satellite:"
text: "๐ก"
expected: ":satellite:"
- description: "single emoji :satellite_orbital:"
text: "๐ฐ"
expected: ":satellite_orbital:"
- description: "single emoji :credit_card:"
text: "๐ณ"
expected: ":credit_card:"
- description: "single emoji :money_with_wings:"
text: "๐ธ"
expected: ":money_with_wings:"
- description: "single emoji :moneybag:"
text: "๐ฐ"
expected: ":moneybag:"
- description: "single emoji :gem:"
text: "๐"
expected: ":gem:"
- description: "single emoji :closed_umbrella:"
text: "๐"
expected: ":closed_umbrella:"
- description: "single emoji :pouch:"
text: "๐"
expected: ":pouch:"
- description: "single emoji :purse:"
text: "๐"
expected: ":purse:"
- description: "single emoji :handbag:"
text: "๐"
expected: ":handbag:"
- description: "single emoji :briefcase:"
text: "๐ผ"
expected: ":briefcase:"
- description: "single emoji :school_satchel:"
text: "๐"
expected: ":school_satchel:"
- description: "single emoji :lipstick:"
text: "๐"
expected: ":lipstick:"
- description: "single emoji :eyeglasses:"
text: "๐"
expected: ":eyeglasses:"
- description: "single emoji :dark_sunglasses:"
text: "๐ถ"
expected: ":dark_sunglasses:"
- description: "single emoji :womans_hat:"
text: "๐"
expected: ":womans_hat:"
- description: "single emoji :sandal:"
text: "๐ก"
expected: ":sandal:"
- description: "single emoji :high_heel:"
text: "๐ "
expected: ":high_heel:"
- description: "single emoji :boot:"
text: "๐ข"
expected: ":boot:"
- description: "single emoji :mans_shoe:"
text: "๐"
expected: ":mans_shoe:"
- description: "single emoji :athletic_shoe:"
text: "๐"
expected: ":athletic_shoe:"
- description: "single emoji :bikini:"
text: "๐"
expected: ":bikini:"
- description: "single emoji :dress:"
text: "๐"
expected: ":dress:"
- description: "single emoji :kimono:"
text: "๐"
expected: ":kimono:"
- description: "single emoji :womans_clothes:"
text: "๐"
expected: ":womans_clothes:"
- description: "single emoji :shirt:"
text: "๐"
expected: ":shirt:"
- description: "single emoji :necktie:"
text: "๐"
expected: ":necktie:"
- description: "single emoji :jeans:"
text: "๐"
expected: ":jeans:"
- description: "single emoji :door:"
text: "๐ช"
expected: ":door:"
- description: "single emoji :shower:"
text: "๐ฟ"
expected: ":shower:"
- description: "single emoji :bathtub:"
text: "๐"
expected: ":bathtub:"
- description: "single emoji :toilet:"
text: "๐ฝ"
expected: ":toilet:"
- description: "single emoji :barber:"
text: "๐"
expected: ":barber:"
- description: "single emoji :syringe:"
text: "๐"
expected: ":syringe:"
- description: "single emoji :pill:"
text: "๐"
expected: ":pill:"
- description: "single emoji :microscope:"
text: "๐ฌ"
expected: ":microscope:"
- description: "single emoji :telescope:"
text: "๐ญ"
expected: ":telescope:"
- description: "single emoji :crystal_ball:"
text: "๐ฎ"
expected: ":crystal_ball:"
- description: "single emoji :wrench:"
text: "๐ง"
expected: ":wrench:"
- description: "single emoji :knife:"
text: "๐ช"
expected: ":knife:"
- description: "single emoji :dagger:"
text: "๐ก"
expected: ":dagger:"
- description: "single emoji :nut_and_bolt:"
text: "๐ฉ"
expected: ":nut_and_bolt:"
- description: "single emoji :hammer:"
text: "๐จ"
expected: ":hammer:"
- description: "single emoji :tools:"
text: "๐ "
expected: ":tools:"
- description: "single emoji :oil:"
text: "๐ข"
expected: ":oil:"
- description: "single emoji :bomb:"
text: "๐ฃ"
expected: ":bomb:"
- description: "single emoji :smoking:"
text: "๐ฌ"
expected: ":smoking:"
- description: "single emoji :gun:"
text: "๐ซ"
expected: ":gun:"
- description: "single emoji :bookmark:"
text: "๐"
expected: ":bookmark:"
- description: "single emoji :newspaper:"
text: "๐ฐ"
expected: ":newspaper:"
- description: "single emoji :newspaper2:"
text: "๐"
expected: ":newspaper2:"
- description: "single emoji :thermometer:"
text: "๐ก"
expected: ":thermometer:"
- description: "single emoji :label:"
text: "๐ท"
expected: ":label:"
- description: "single emoji :key:"
text: "๐"
expected: ":key:"
- description: "single emoji :key2:"
text: "๐"
expected: ":key2:"
- description: "single emoji :envelope:"
text: "โ๏ธ"
expected: ":envelope:"
- description: "single emoji :envelope_with_arrow:"
text: "๐ฉ"
expected: ":envelope_with_arrow:"
- description: "single emoji :incoming_envelope:"
text: "๐จ"
expected: ":incoming_envelope:"
- description: "single emoji :e-mail:"
text: "๐ง"
expected: ":e-mail:"
- description: "single emoji :inbox_tray:"
text: "๐ฅ"
expected: ":inbox_tray:"
- description: "single emoji :outbox_tray:"
text: "๐ค"
expected: ":outbox_tray:"
- description: "single emoji :package:"
text: "๐ฆ"
expected: ":package:"
- description: "single emoji :postal_horn:"
text: "๐ฏ"
expected: ":postal_horn:"
- description: "single emoji :postbox:"
text: "๐ฎ"
expected: ":postbox:"
- description: "single emoji :mailbox_closed:"
text: "๐ช"
expected: ":mailbox_closed:"
- description: "single emoji :mailbox:"
text: "๐ซ"
expected: ":mailbox:"
- description: "single emoji :mailbox_with_no_mail:"
text: "๐ญ"
expected: ":mailbox_with_no_mail:"
- description: "single emoji :mailbox_with_mail:"
text: "๐ฌ"
expected: ":mailbox_with_mail:"
- description: "single emoji :page_facing_up:"
text: "๐"
expected: ":page_facing_up:"
- description: "single emoji :page_with_curl:"
text: "๐"
expected: ":page_with_curl:"
- description: "single emoji :bookmark_tabs:"
text: "๐"
expected: ":bookmark_tabs:"
- description: "single emoji :wastebasket:"
text: "๐"
expected: ":wastebasket:"
- description: "single emoji :notepad_spiral:"
text: "๐"
expected: ":notepad_spiral:"
- description: "single emoji :chart_with_upwards_trend:"
text: "๐"
expected: ":chart_with_upwards_trend:"
- description: "single emoji :chart_with_downwards_trend:"
text: "๐"
expected: ":chart_with_downwards_trend:"
- description: "single emoji :bar_chart:"
text: "๐"
expected: ":bar_chart:"
- description: "single emoji :date:"
text: "๐
"
expected: ":date:"
- description: "single emoji :calendar:"
text: "๐"
expected: ":calendar:"
- description: "single emoji :calendar_spiral:"
text: "๐"
expected: ":calendar_spiral:"
- description: "single emoji :ballot_box:"
text: "๐ณ"
expected: ":ballot_box:"
- description: "single emoji :low_brightness:"
text: "๐
"
expected: ":low_brightness:"
- description: "single emoji :high_brightness:"
text: "๐"
expected: ":high_brightness:"
- description: "single emoji :compression:"
text: "๐"
expected: ":compression:"
- description: "single emoji :frame_photo:"
text: "๐ผ"
expected: ":frame_photo:"
- description: "single emoji :scroll:"
text: "๐"
expected: ":scroll:"
- description: "single emoji :clipboard:"
text: "๐"
expected: ":clipboard:"
- description: "single emoji :book:"
text: "๐"
expected: ":book:"
- description: "single emoji :notebook:"
text: "๐"
expected: ":notebook:"
- description: "single emoji :notebook_with_decorative_cover:"
text: "๐"
expected: ":notebook_with_decorative_cover:"
- description: "single emoji :ledger:"
text: "๐"
expected: ":ledger:"
- description: "single emoji :closed_book:"
text: "๐"
expected: ":closed_book:"
- description: "single emoji :green_book:"
text: "๐"
expected: ":green_book:"
- description: "single emoji :blue_book:"
text: "๐"
expected: ":blue_book:"
- description: "single emoji :orange_book:"
text: "๐"
expected: ":orange_book:"
- description: "single emoji :books:"
text: "๐"
expected: ":books:"
- description: "single emoji :card_index:"
text: "๐"
expected: ":card_index:"
- description: "single emoji :dividers:"
text: "๐"
expected: ":dividers:"
- description: "single emoji :card_box:"
text: "๐"
expected: ":card_box:"
- description: "single emoji :link:"
text: "๐"
expected: ":link:"
- description: "single emoji :paperclip:"
text: "๐"
expected: ":paperclip:"
- description: "single emoji :paperclips:"
text: "๐"
expected: ":paperclips:"
- description: "single emoji :pushpin:"
text: "๐"
expected: ":pushpin:"
- description: "single emoji :scissors:"
text: "โ๏ธ"
expected: ":scissors:"
- description: "single emoji :triangular_ruler:"
text: "๐"
expected: ":triangular_ruler:"
- description: "single emoji :round_pushpin:"
text: "๐"
expected: ":round_pushpin:"
- description: "single emoji :straight_ruler:"
text: "๐"
expected: ":straight_ruler:"
- description: "single emoji :triangular_flag_on_post:"
text: "๐ฉ"
expected: ":triangular_flag_on_post:"
- description: "single emoji :flag_white:"
text: "๐ณ"
expected: ":flag_white:"
- description: "single emoji :flag_black:"
text: "๐ด"
expected: ":flag_black:"
- description: "single emoji :hole:"
text: "๐ณ"
expected: ":hole:"
- description: "single emoji :file_folder:"
text: "๐"
expected: ":file_folder:"
- description: "single emoji :open_file_folder:"
text: "๐"
expected: ":open_file_folder:"
- description: "single emoji :file_cabinet:"
text: "๐"
expected: ":file_cabinet:"
- description: "single emoji :black_nib:"
text: "โ๏ธ"
expected: ":black_nib:"
- description: "single emoji :pencil2:"
text: "โ๏ธ"
expected: ":pencil2:"
- description: "single emoji :pen_ballpoint:"
text: "๐"
expected: ":pen_ballpoint:"
- description: "single emoji :pen_fountain:"
text: "๐"
expected: ":pen_fountain:"
- description: "single emoji :paintbrush:"
text: "๐"
expected: ":paintbrush:"
- description: "single emoji :crayon:"
text: "๐"
expected: ":crayon:"
- description: "single emoji :pencil:"
text: "๐"
expected: ":pencil:"
- description: "single emoji :lock_with_ink_pen:"
text: "๐"
expected: ":lock_with_ink_pen:"
- description: "single emoji :closed_lock_with_key:"
text: "๐"
expected: ":closed_lock_with_key:"
- description: "single emoji :lock:"
text: "๐"
expected: ":lock:"
- description: "single emoji :unlock:"
text: "๐"
expected: ":unlock:"
- description: "single emoji :mega:"
text: "๐ฃ"
expected: ":mega:"
- description: "single emoji :loudspeaker:"
text: "๐ข"
expected: ":loudspeaker:"
- description: "single emoji :speaker:"
text: "๐"
expected: ":speaker:"
- description: "single emoji :sound:"
text: "๐"
expected: ":sound:"
- description: "single emoji :loud_sound:"
text: "๐"
expected: ":loud_sound:"
- description: "single emoji :mute:"
text: "๐"
expected: ":mute:"
- description: "single emoji :zzz:"
text: "๐ค"
expected: ":zzz:"
- description: "single emoji :bell:"
text: "๐"
expected: ":bell:"
- description: "single emoji :no_bell:"
text: "๐"
expected: ":no_bell:"
- description: "single emoji :cross_heavy:"
text: "๐"
expected: ":cross_heavy:"
- description: "single emoji :om_symbol:"
text: "๐"
expected: ":om_symbol:"
- description: "single emoji :dove:"
text: "๐"
expected: ":dove:"
- description: "single emoji :thought_balloon:"
text: "๐ญ"
expected: ":thought_balloon:"
- description: "single emoji :speech_balloon:"
text: "๐ฌ"
expected: ":speech_balloon:"
- description: "single emoji :anger_right:"
text: "๐ฏ"
expected: ":anger_right:"
- description: "single emoji :children_crossing:"
text: "๐ธ"
expected: ":children_crossing:"
- description: "single emoji :shield:"
text: "๐ก"
expected: ":shield:"
- description: "single emoji :mag:"
text: "๐"
expected: ":mag:"
- description: "single emoji :mag_right:"
text: "๐"
expected: ":mag_right:"
- description: "single emoji :speaking_head:"
text: "๐ฃ"
expected: ":speaking_head:"
- description: "single emoji :sleeping_accommodation:"
text: "๐"
expected: ":sleeping_accommodation:"
- description: "single emoji :no_entry_sign:"
text: "๐ซ"
expected: ":no_entry_sign:"
- description: "single emoji :no_entry:"
text: "โ๏ธ"
expected: ":no_entry:"
- description: "single emoji :name_badge:"
text: "๐"
expected: ":name_badge:"
- description: "single emoji :no_pedestrians:"
text: "๐ท"
expected: ":no_pedestrians:"
- description: "single emoji :do_not_litter:"
text: "๐ฏ"
expected: ":do_not_litter:"
- description: "single emoji :no_bicycles:"
text: "๐ณ"
expected: ":no_bicycles:"
- description: "single emoji :non-potable_water:"
text: "๐ฑ"
expected: ":non-potable_water:"
- description: "single emoji :no_mobile_phones:"
text: "๐ต"
expected: ":no_mobile_phones:"
- description: "single emoji :underage:"
text: "๐"
expected: ":underage:"
- description: "single emoji :accept:"
text: "๐"
expected: ":accept:"
- description: "single emoji :ideograph_advantage:"
text: "๐"
expected: ":ideograph_advantage:"
- description: "single emoji :white_flower:"
text: "๐ฎ"
expected: ":white_flower:"
- description: "single emoji :secret:"
text: "ใ๏ธ"
expected: ":secret:"
- description: "single emoji :congratulations:"
text: "ใ๏ธ"
expected: ":congratulations:"
- description: "single emoji :u5408:"
text: "๐ด"
expected: ":u5408:"
- description: "single emoji :u6e80:"
text: "๐ต"
expected: ":u6e80:"
- description: "single emoji :u7981:"
text: "๐ฒ"
expected: ":u7981:"
- description: "single emoji :u6709:"
text: "๐ถ"
expected: ":u6709:"
- description: "single emoji :u7121:"
text: "๐๏ธ"
expected: ":u7121:"
- description: "single emoji :u7533:"
text: "๐ธ"
expected: ":u7533:"
- description: "single emoji :u55b6:"
text: "๐บ"
expected: ":u55b6:"
- description: "single emoji :u6708:"
text: "๐ท"
expected: ":u6708:"
- description: "single emoji :u5272:"
text: "๐น"
expected: ":u5272:"
- description: "single emoji :u7a7a:"
text: "๐ณ"
expected: ":u7a7a:"
- description: "single emoji :sa:"
text: "๐"
expected: ":sa:"
- description: "single emoji :koko:"
text: "๐"
expected: ":koko:"
- description: "single emoji :u6307:"
text: "๐ฏ๏ธ"
expected: ":u6307:"
- description: "single emoji :chart:"
text: "๐น"
expected: ":chart:"
- description: "single emoji :sparkle:"
text: "โ๏ธ"
expected: ":sparkle:"
- description: "single emoji :eight_spoked_asterisk:"
text: "โณ๏ธ"
expected: ":eight_spoked_asterisk:"
- description: "single emoji :negative_squared_cross_mark:"
text: "โ"
expected: ":negative_squared_cross_mark:"
- description: "single emoji :white_check_mark:"
text: "โ
"
expected: ":white_check_mark:"
- description: "single emoji :eight_pointed_black_star:"
text: "โด๏ธ"
expected: ":eight_pointed_black_star:"
- description: "single emoji :vibration_mode:"
text: "๐ณ"
expected: ":vibration_mode:"
- description: "single emoji :mobile_phone_off:"
text: "๐ด"
expected: ":mobile_phone_off:"
- description: "single emoji :vs:"
text: "๐"
expected: ":vs:"
- description: "single emoji :a:"
text: "๐
ฐ"
expected: ":a:"
- description: "single emoji :b:"
text: "๐
ฑ"
expected: ":b:"
- description: "single emoji :ab:"
text: "๐"
expected: ":ab:"
- description: "single emoji :cl:"
text: "๐"
expected: ":cl:"
- description: "single emoji :o2:"
text: "๐
พ"
expected: ":o2:"
- description: "single emoji :sos:"
text: "๐"
expected: ":sos:"
- description: "single emoji :id:"
text: "๐"
expected: ":id:"
- description: "single emoji :parking:"
text: "๐
ฟ๏ธ"
expected: ":parking:"
- description: "single emoji :wc:"
text: "๐พ"
expected: ":wc:"
- description: "single emoji :cool:"
text: "๐"
expected: ":cool:"
- description: "single emoji :free:"
text: "๐"
expected: ":free:"
- description: "single emoji :new:"
text: "๐"
expected: ":new:"
- description: "single emoji :ng:"
text: "๐"
expected: ":ng:"
- description: "single emoji :ok:"
text: "๐"
expected: ":ok:"
- description: "single emoji :up:"
text: "๐"
expected: ":up:"
- description: "single emoji :atm:"
text: "๐ง"
expected: ":atm:"
- description: "single emoji :aries:"
text: "โ๏ธ"
expected: ":aries:"
- description: "single emoji :taurus:"
text: "โ๏ธ"
expected: ":taurus:"
- description: "single emoji :gemini:"
text: "โ๏ธ"
expected: ":gemini:"
- description: "single emoji :cancer:"
text: "โ๏ธ"
expected: ":cancer:"
- description: "single emoji :leo:"
text: "โ๏ธ"
expected: ":leo:"
- description: "single emoji :virgo:"
text: "โ๏ธ"
expected: ":virgo:"
- description: "single emoji :libra:"
text: "โ๏ธ"
expected: ":libra:"
- description: "single emoji :scorpius:"
text: "โ๏ธ"
expected: ":scorpius:"
- description: "single emoji :sagittarius:"
text: "โ๏ธ"
expected: ":sagittarius:"
- description: "single emoji :capricorn:"
text: "โ๏ธ"
expected: ":capricorn:"
- description: "single emoji :aquarius:"
text: "โ๏ธ"
expected: ":aquarius:"
- description: "single emoji :pisces:"
text: "โ๏ธ"
expected: ":pisces:"
- description: "single emoji :restroom:"
text: "๐ป"
expected: ":restroom:"
- description: "single emoji :mens:"
text: "๐น"
expected: ":mens:"
- description: "single emoji :womens:"
text: "๐บ"
expected: ":womens:"
- description: "single emoji :baby_symbol:"
text: "๐ผ"
expected: ":baby_symbol:"
- description: "single emoji :wheelchair:"
text: "โฟ๏ธ"
expected: ":wheelchair:"
- description: "single emoji :potable_water:"
text: "๐ฐ"
expected: ":potable_water:"
- description: "single emoji :no_smoking:"
text: "๐ญ"
expected: ":no_smoking:"
- description: "single emoji :put_litter_in_its_place:"
text: "๐ฎ"
expected: ":put_litter_in_its_place:"
- description: "single emoji :arrow_forward:"
text: "โถ๏ธ"
expected: ":arrow_forward:"
- description: "single emoji :arrow_backward:"
text: "โ๏ธ"
expected: ":arrow_backward:"
- description: "single emoji :arrow_up_small:"
text: "๐ผ"
expected: ":arrow_up_small:"
- description: "single emoji :arrow_down_small:"
text: "๐ฝ"
expected: ":arrow_down_small:"
- description: "single emoji :fast_forward:"
text: "โฉ"
expected: ":fast_forward:"
- description: "single emoji :rewind:"
text: "โช"
expected: ":rewind:"
- description: "single emoji :arrow_double_up:"
text: "โซ"
expected: ":arrow_double_up:"
- description: "single emoji :arrow_double_down:"
text: "โฌ"
expected: ":arrow_double_down:"
- description: "single emoji :arrow_right:"
text: "โก๏ธ"
expected: ":arrow_right:"
- description: "single emoji :arrow_left:"
text: "โฌ
๏ธ"
expected: ":arrow_left:"
- description: "single emoji :arrow_up:"
text: "โฌ๏ธ"
expected: ":arrow_up:"
- description: "single emoji :arrow_down:"
text: "โฌ๏ธ"
expected: ":arrow_down:"
- description: "single emoji :arrow_upper_right:"
text: "โ๏ธ"
expected: ":arrow_upper_right:"
- description: "single emoji :arrow_lower_right:"
text: "โ๏ธ"
expected: ":arrow_lower_right:"
- description: "single emoji :arrow_lower_left:"
text: "โ๏ธ"
expected: ":arrow_lower_left:"
- description: "single emoji :arrow_upper_left:"
text: "โ๏ธ"
expected: ":arrow_upper_left:"
- description: "single emoji :arrow_up_down:"
text: "โ๏ธ"
expected: ":arrow_up_down:"
- description: "single emoji :left_right_arrow:"
text: "โ๏ธ"
expected: ":left_right_arrow:"
- description: "single emoji :arrows_counterclockwise:"
text: "๐"
expected: ":arrows_counterclockwise:"
- description: "single emoji :arrow_right_hook:"
text: "โช๏ธ"
expected: ":arrow_right_hook:"
- description: "single emoji :leftwards_arrow_with_hook:"
text: "โฉ๏ธ"
expected: ":leftwards_arrow_with_hook:"
- description: "single emoji :arrow_heading_up:"
text: "โคด๏ธ"
expected: ":arrow_heading_up:"
- description: "single emoji :arrow_heading_down:"
text: "โคต๏ธ"
expected: ":arrow_heading_down:"
- description: "single emoji :twisted_rightwards_arrows:"
text: "๐"
expected: ":twisted_rightwards_arrows:"
- description: "single emoji :repeat:"
text: "๐"
expected: ":repeat:"
- description: "single emoji :repeat_one:"
text: "๐"
expected: ":repeat_one:"
- description: "single emoji :hash:"
text: "#๏ธโฃ"
expected: ":hash:"
- description: "single emoji :zero:"
text: "0๏ธโฃ"
expected: ":zero:"
- description: "single emoji :one:"
text: "1๏ธโฃ"
expected: ":one:"
- description: "single emoji :two:"
text: "2๏ธโฃ"
expected: ":two:"
- description: "single emoji :three:"
text: "3๏ธโฃ"
expected: ":three:"
- description: "single emoji :four:"
text: "4๏ธโฃ"
expected: ":four:"
- description: "single emoji :five:"
text: "5๏ธโฃ"
expected: ":five:"
- description: "single emoji :six:"
text: "6๏ธโฃ"
expected: ":six:"
- description: "single emoji :seven:"
text: "7๏ธโฃ"
expected: ":seven:"
- description: "single emoji :eight:"
text: "8๏ธโฃ"
expected: ":eight:"
- description: "single emoji :nine:"
text: "9๏ธโฃ"
expected: ":nine:"
- description: "single emoji :keycap_ten:"
text: "๐"
expected: ":keycap_ten:"
- description: "single emoji :1234:"
text: "๐ข"
expected: ":1234:"
- description: "single emoji :abc:"
text: "๐ค"
expected: ":abc:"
- description: "single emoji :abcd:"
text: "๐ก"
expected: ":abcd:"
- description: "single emoji :capital_abcd:"
text: "๐ "
expected: ":capital_abcd:"
- description: "single emoji :information_source:"
text: "โน๏ธ"
expected: ":information_source:"
- description: "single emoji :signal_strength:"
text: "๐ถ"
expected: ":signal_strength:"
- description: "single emoji :cinema:"
text: "๐ฆ"
expected: ":cinema:"
- description: "single emoji :symbols:"
text: "๐ฃ"
expected: ":symbols:"
- description: "single emoji :heavy_plus_sign:"
text: "โ"
expected: ":heavy_plus_sign:"
- description: "single emoji :heavy_minus_sign:"
text: "โ"
expected: ":heavy_minus_sign:"
- description: "single emoji :wavy_dash:"
text: "ใฐ"
expected: ":wavy_dash:"
- description: "single emoji :heavy_division_sign:"
text: "โ"
expected: ":heavy_division_sign:"
- description: "single emoji :heavy_multiplication_x:"
text: "โ๏ธ"
expected: ":heavy_multiplication_x:"
- description: "single emoji :heavy_check_mark:"
text: "โ๏ธ"
expected: ":heavy_check_mark:"
- description: "single emoji :arrows_clockwise:"
text: "๐"
expected: ":arrows_clockwise:"
- description: "single emoji :tm:"
text: "โข๏ธ"
expected: ":tm:"
- description: "single emoji :copyright:"
text: "ยฉ๏ธ"
expected: ":copyright:"
- description: "single emoji :registered:"
text: "ยฎ๏ธ"
expected: ":registered:"
- description: "single emoji :currency_exchange:"
text: "๐ฑ"
expected: ":currency_exchange:"
- description: "single emoji :heavy_dollar_sign:"
text: "๐ฒ"
expected: ":heavy_dollar_sign:"
- description: "single emoji :curly_loop:"
text: "โฐ"
expected: ":curly_loop:"
- description: "single emoji :loop:"
text: "โฟ"
expected: ":loop:"
- description: "single emoji :part_alternation_mark:"
text: "ใฝ๏ธ"
expected: ":part_alternation_mark:"
- description: "single emoji :exclamation:"
text: "โ๏ธ"
expected: ":exclamation:"
- description: "single emoji :question:"
text: "โ"
expected: ":question:"
- description: "single emoji :grey_exclamation:"
text: "โ"
expected: ":grey_exclamation:"
- description: "single emoji :grey_question:"
text: "โ"
expected: ":grey_question:"
- description: "single emoji :bangbang:"
text: "โผ๏ธ"
expected: ":bangbang:"
- description: "single emoji :interrobang:"
text: "โ๏ธ"
expected: ":interrobang:"
- description: "single emoji :x:"
text: "โ"
expected: ":x:"
- description: "single emoji :o:"
text: "โญ๏ธ"
expected: ":o:"
- description: "single emoji :100:"
text: "๐ฏ"
expected: ":100:"
- description: "single emoji :end:"
text: "๐"
expected: ":end:"
- description: "single emoji :back:"
text: "๐"
expected: ":back:"
- description: "single emoji :on:"
text: "๐"
expected: ":on:"
- description: "single emoji :top:"
text: "๐"
expected: ":top:"
- description: "single emoji :soon:"
text: "๐"
expected: ":soon:"
- description: "single emoji :cyclone:"
text: "๐"
expected: ":cyclone:"
- description: "single emoji :m:"
text: "โ๏ธ"
expected: ":m:"
- description: "single emoji :ophiuchus:"
text: "โ"
expected: ":ophiuchus:"
- description: "single emoji :six_pointed_star:"
text: "๐ฏ"
expected: ":six_pointed_star:"
- description: "single emoji :beginner:"
text: "๐ฐ"
expected: ":beginner:"
- description: "single emoji :trident:"
text: "๐ฑ"
expected: ":trident:"
- description: "single emoji :warning:"
text: "โ ๏ธ"
expected: ":warning:"
- description: "single emoji :hotsprings:"
text: "โจ๏ธ"
expected: ":hotsprings:"
- description: "single emoji :rosette:"
text: "๐ต"
expected: ":rosette:"
- description: "single emoji :recycle:"
text: "โป๏ธ"
expected: ":recycle:"
- description: "single emoji :anger:"
text: "๐ข"
expected: ":anger:"
- description: "single emoji :diamond_shape_with_a_dot_inside:"
text: "๐ "
expected: ":diamond_shape_with_a_dot_inside:"
- description: "single emoji :spades:"
text: "โ ๏ธ"
expected: ":spades:"
- description: "single emoji :clubs:"
text: "โฃ๏ธ"
expected: ":clubs:"
- description: "single emoji :hearts:"
text: "โฅ๏ธ"
expected: ":hearts:"
- description: "single emoji :diamonds:"
text: "โฆ๏ธ"
expected: ":diamonds:"
- description: "single emoji :ballot_box_with_check:"
text: "โ๏ธ"
expected: ":ballot_box_with_check:"
- description: "single emoji :white_circle:"
text: "โช๏ธ"
expected: ":white_circle:"
- description: "single emoji :black_circle:"
text: "โซ๏ธ"
expected: ":black_circle:"
- description: "single emoji :radio_button:"
text: "๐"
expected: ":radio_button:"
- description: "single emoji :red_circle:"
text: "๐ด"
expected: ":red_circle:"
- description: "single emoji :large_blue_circle:"
text: "๐ต"
expected: ":large_blue_circle:"
- description: "single emoji :small_red_triangle:"
text: "๐บ"
expected: ":small_red_triangle:"
- description: "single emoji :small_red_triangle_down:"
text: "๐ป"
expected: ":small_red_triangle_down:"
- description: "single emoji :small_orange_diamond:"
text: "๐ธ"
expected: ":small_orange_diamond:"
- description: "single emoji :small_blue_diamond:"
text: "๐น"
expected: ":small_blue_diamond:"
- description: "single emoji :large_orange_diamond:"
text: "๐ถ"
expected: ":large_orange_diamond:"
- description: "single emoji :large_blue_diamond:"
text: "๐ท"
expected: ":large_blue_diamond:"
- description: "single emoji :black_small_square:"
text: "โช๏ธ"
expected: ":black_small_square:"
- description: "single emoji :white_small_square:"
text: "โซ๏ธ"
expected: ":white_small_square:"
- description: "single emoji :black_large_square:"
text: "โฌ๏ธ"
expected: ":black_large_square:"
- description: "single emoji :white_large_square:"
text: "โฌ๏ธ"
expected: ":white_large_square:"
- description: "single emoji :black_medium_square:"
text: "โผ๏ธ"
expected: ":black_medium_square:"
- description: "single emoji :white_medium_square:"
text: "โป๏ธ"
expected: ":white_medium_square:"
- description: "single emoji :black_medium_small_square:"
text: "โพ๏ธ"
expected: ":black_medium_small_square:"
- description: "single emoji :white_medium_small_square:"
text: "โฝ๏ธ"
expected: ":white_medium_small_square:"
- description: "single emoji :black_square_button:"
text: "๐ฒ"
expected: ":black_square_button:"
- description: "single emoji :white_square_button:"
text: "๐ณ"
expected: ":white_square_button:"
- description: "single emoji :clock1:"
text: "๐"
expected: ":clock1:"
- description: "single emoji :clock2:"
text: "๐"
expected: ":clock2:"
- description: "single emoji :clock3:"
text: "๐"
expected: ":clock3:"
- description: "single emoji :clock4:"
text: "๐"
expected: ":clock4:"
- description: "single emoji :clock5:"
text: "๐"
expected: ":clock5:"
- description: "single emoji :clock6:"
text: "๐"
expected: ":clock6:"
- description: "single emoji :clock7:"
text: "๐"
expected: ":clock7:"
- description: "single emoji :clock8:"
text: "๐"
expected: ":clock8:"
- description: "single emoji :clock9:"
text: "๐"
expected: ":clock9:"
- description: "single emoji :clock10:"
text: "๐"
expected: ":clock10:"
- description: "single emoji :clock11:"
text: "๐"
expected: ":clock11:"
- description: "single emoji :clock12:"
text: "๐"
expected: ":clock12:"
- description: "single emoji :clock130:"
text: "๐"
expected: ":clock130:"
- description: "single emoji :clock230:"
text: "๐"
expected: ":clock230:"
- description: "single emoji :clock330:"
text: "๐"
expected: ":clock330:"
- description: "single emoji :clock430:"
text: "๐"
expected: ":clock430:"
- description: "single emoji :clock530:"
text: "๐ "
expected: ":clock530:"
- description: "single emoji :clock630:"
text: "๐ก"
expected: ":clock630:"
- description: "single emoji :clock730:"
text: "๐ข"
expected: ":clock730:"
- description: "single emoji :clock830:"
text: "๐ฃ"
expected: ":clock830:"
- description: "single emoji :clock930:"
text: "๐ค"
expected: ":clock930:"
- description: "single emoji :clock1030:"
text: "๐ฅ"
expected: ":clock1030:"
- description: "single emoji :clock1130:"
text: "๐ฆ"
expected: ":clock1130:"
- description: "single emoji :clock1230:"
text: "๐ง"
expected: ":clock1230:"
- description: "single emoji :railway_car:"
text: "๐"
expected: ":railway_car:"
- description: "single emoji :mountain_railway:"
text: "๐"
expected: ":mountain_railway:"
- description: "single emoji :steam_locomotive:"
text: "๐"
expected: ":steam_locomotive:"
- description: "single emoji :train:"
text: "๐"
expected: ":train:"
- description: "single emoji :monorail:"
text: "๐"
expected: ":monorail:"
- description: "single emoji :bullettrain_side:"
text: "๐"
expected: ":bullettrain_side:"
- description: "single emoji :bullettrain_front:"
text: "๐
"
expected: ":bullettrain_front:"
- description: "single emoji :train2:"
text: "๐"
expected: ":train2:"
- description: "single emoji :metro:"
text: "๐"
expected: ":metro:"
- description: "single emoji :light_rail:"
text: "๐"
expected: ":light_rail:"
- description: "single emoji :station:"
text: "๐"
expected: ":station:"
- description: "single emoji :tram:"
text: "๐"
expected: ":tram:"
- description: "single emoji :railway_track:"
text: "๐ค"
expected: ":railway_track:"
- description: "single emoji :bus:"
text: "๐"
expected: ":bus:"
- description: "single emoji :oncoming_bus:"
text: "๐"
expected: ":oncoming_bus:"
- description: "single emoji :trolleybus:"
text: "๐"
expected: ":trolleybus:"
- description: "single emoji :minibus:"
text: "๐"
expected: ":minibus:"
- description: "single emoji :ambulance:"
text: "๐"
expected: ":ambulance:"
- description: "single emoji :fire_engine:"
text: "๐"
expected: ":fire_engine:"
- description: "single emoji :police_car:"
text: "๐"
expected: ":police_car:"
- description: "single emoji :oncoming_police_car:"
text: "๐"
expected: ":oncoming_police_car:"
- description: "single emoji :rotating_light:"
text: "๐จ"
expected: ":rotating_light:"
- description: "single emoji :taxi:"
text: "๐"
expected: ":taxi:"
- description: "single emoji :oncoming_taxi:"
text: "๐"
expected: ":oncoming_taxi:"
- description: "single emoji :red_car:"
text: "๐"
expected: ":red_car:"
- description: "single emoji :oncoming_automobile:"
text: "๐"
expected: ":oncoming_automobile:"
- description: "single emoji :blue_car:"
text: "๐"
expected: ":blue_car:"
- description: "single emoji :truck:"
text: "๐"
expected: ":truck:"
- description: "single emoji :articulated_lorry:"
text: "๐"
expected: ":articulated_lorry:"
- description: "single emoji :tractor:"
text: "๐"
expected: ":tractor:"
- description: "single emoji :bike:"
text: "๐ฒ"
expected: ":bike:"
- description: "single emoji :motorway:"
text: "๐ฃ"
expected: ":motorway:"
- description: "single emoji :busstop:"
text: "๐"
expected: ":busstop:"
- description: "single emoji :fuelpump:"
text: "โฝ๏ธ"
expected: ":fuelpump:"
- description: "single emoji :construction:"
text: "๐ง"
expected: ":construction:"
- description: "single emoji :vertical_traffic_light:"
text: "๐ฆ"
expected: ":vertical_traffic_light:"
- description: "single emoji :traffic_light:"
text: "๐ฅ"
expected: ":traffic_light:"
- description: "single emoji :rocket:"
text: "๐"
expected: ":rocket:"
- description: "single emoji :helicopter:"
text: "๐"
expected: ":helicopter:"
- description: "single emoji :airplane:"
text: "โ๏ธ"
expected: ":airplane:"
- description: "single emoji :airplane_small:"
text: "๐ฉ"
expected: ":airplane_small:"
- description: "single emoji :airplane_departure:"
text: "๐ซ"
expected: ":airplane_departure:"
- description: "single emoji :airplane_arriving:"
text: "๐ฌ"
expected: ":airplane_arriving:"
- description: "single emoji :seat:"
text: "๐บ"
expected: ":seat:"
- description: "single emoji :anchor:"
text: "โ๏ธ"
expected: ":anchor:"
- description: "single emoji :ship:"
text: "๐ข"
expected: ":ship:"
- description: "single emoji :cruise_ship:"
text: "๐ณ"
expected: ":cruise_ship:"
- description: "single emoji :motorboat:"
text: "๐ฅ"
expected: ":motorboat:"
- description: "single emoji :speedboat:"
text: "๐ค"
expected: ":speedboat:"
- description: "single emoji :sailboat:"
text: "โต๏ธ"
expected: ":sailboat:"
- description: "single emoji :aerial_tramway:"
text: "๐ก"
expected: ":aerial_tramway:"
- description: "single emoji :mountain_cableway:"
text: "๐ "
expected: ":mountain_cableway:"
- description: "single emoji :suspension_railway:"
text: "๐"
expected: ":suspension_railway:"
- description: "single emoji :passport_control:"
text: "๐"
expected: ":passport_control:"
- description: "single emoji :customs:"
text: "๐"
expected: ":customs:"
- description: "single emoji :baggage_claim:"
text: "๐"
expected: ":baggage_claim:"
- description: "single emoji :left_luggage:"
text: "๐
"
expected: ":left_luggage:"
- description: "single emoji :yen:"
text: "๐ด"
expected: ":yen:"
- description: "single emoji :euro:"
text: "๐ถ"
expected: ":euro:"
- description: "single emoji :pound:"
text: "๐ท"
expected: ":pound:"
- description: "single emoji :dollar:"
text: "๐ต"
expected: ":dollar:"
- description: "single emoji :bellhop:"
text: "๐"
expected: ":bellhop:"
- description: "single emoji :bed:"
text: "๐"
expected: ":bed:"
- description: "single emoji :couch:"
text: "๐"
expected: ":couch:"
- description: "single emoji :fork_knife_plate:"
text: "๐ฝ"
expected: ":fork_knife_plate:"
- description: "single emoji :shopping_bags:"
text: "๐"
expected: ":shopping_bags:"
- description: "single emoji :statue_of_liberty:"
text: "๐ฝ"
expected: ":statue_of_liberty:"
- description: "single emoji :moyai:"
text: "๐ฟ"
expected: ":moyai:"
- description: "single emoji :foggy:"
text: "๐"
expected: ":foggy:"
- description: "single emoji :tokyo_tower:"
text: "๐ผ"
expected: ":tokyo_tower:"
- description: "single emoji :fountain:"
text: "โฒ๏ธ"
expected: ":fountain:"
- description: "single emoji :european_castle:"
text: "๐ฐ"
expected: ":european_castle:"
- description: "single emoji :japanese_castle:"
text: "๐ฏ"
expected: ":japanese_castle:"
- description: "single emoji :classical_building:"
text: "๐"
expected: ":classical_building:"
- description: "single emoji :stadium:"
text: "๐"
expected: ":stadium:"
- description: "single emoji :mountain_snow:"
text: "๐"
expected: ":mountain_snow:"
- description: "single emoji :camping:"
text: "๐"
expected: ":camping:"
- description: "single emoji :beach:"
text: "๐"
expected: ":beach:"
- description: "single emoji :desert:"
text: "๐"
expected: ":desert:"
- description: "single emoji :island:"
text: "๐"
expected: ":island:"
- description: "single emoji :park:"
text: "๐"
expected: ":park:"
- description: "single emoji :cityscape:"
text: "๐"
expected: ":cityscape:"
- description: "single emoji :city_sunset:"
text: "๐"
expected: ":city_sunset:"
- description: "single emoji :city_dusk:"
text: "๐"
expected: ":city_dusk:"
- description: "single emoji :night_with_stars:"
text: "๐"
expected: ":night_with_stars:"
- description: "single emoji :bridge_at_night:"
text: "๐"
expected: ":bridge_at_night:"
- description: "single emoji :house:"
text: "๐ "
expected: ":house:"
- description: "single emoji :homes:"
text: "๐"
expected: ":homes:"
- description: "single emoji :house_with_garden:"
text: "๐ก"
expected: ":house_with_garden:"
- description: "single emoji :house_abandoned:"
text: "๐"
expected: ":house_abandoned:"
- description: "single emoji :contruction_site:"
text: "๐"
expected: ":contruction_site:"
- description: "single emoji :office:"
text: "๐ข"
expected: ":office:"
- description: "single emoji :department_store:"
text: "๐ฌ"
expected: ":department_store:"
- description: "single emoji :factory:"
text: "๐ญ"
expected: ":factory:"
- description: "single emoji :post_office:"
text: "๐ฃ"
expected: ":post_office:"
- description: "single emoji :european_post_office:"
text: "๐ค"
expected: ":european_post_office:"
- description: "single emoji :hospital:"
text: "๐ฅ"
expected: ":hospital:"
- description: "single emoji :bank:"
text: "๐ฆ"
expected: ":bank:"
- description: "single emoji :hotel:"
text: "๐จ"
expected: ":hotel:"
- description: "single emoji :love_hotel:"
text: "๐ฉ"
expected: ":love_hotel:"
- description: "single emoji :wedding:"
text: "๐"
expected: ":wedding:"
- description: "single emoji :church:"
text: "โช๏ธ"
expected: ":church:"
- description: "single emoji :convenience_store:"
text: "๐ช"
expected: ":convenience_store:"
- description: "single emoji :school:"
text: "๐ซ"
expected: ":school:"
- description: "single emoji :map:"
text: "๐บ"
expected: ":map:"
- description: "single emoji :flag_au:"
text: "๐ฆ๐บ"
expected: ":flag_au:"
- description: "single emoji :flag_at:"
text: "๐ฆ๐น"
expected: ":flag_at:"
- description: "single emoji :flag_be:"
text: "๐ง๐ช"
expected: ":flag_be:"
- description: "single emoji :flag_br:"
text: "๐ง๐ท"
expected: ":flag_br:"
- description: "single emoji :flag_ca:"
text: "๐จ๐ฆ"
expected: ":flag_ca:"
- description: "single emoji :flag_cl:"
text: "๐จ๐ฑ"
expected: ":flag_cl:"
- description: "single emoji :flag_cn:"
text: "๐จ๐ณ"
expected: ":flag_cn:"
- description: "single emoji :flag_co:"
text: "๐จ๐ด"
expected: ":flag_co:"
- description: "single emoji :flag_dk:"
text: "๐ฉ๐ฐ"
expected: ":flag_dk:"
- description: "single emoji :flag_fi:"
text: "๐ซ๐ฎ"
expected: ":flag_fi:"
- description: "single emoji :flag_fr:"
text: "๐ซ๐ท"
expected: ":flag_fr:"
- description: "single emoji :flag_de:"
text: "๐ฉ๐ช"
expected: ":flag_de:"
- description: "single emoji :flag_hk:"
text: "๐ญ๐ฐ"
expected: ":flag_hk:"
- description: "single emoji :flag_in:"
text: "๐ฎ๐ณ"
expected: ":flag_in:"
- description: "single emoji :flag_id:"
text: "๐ฎ๐ฉ"
expected: ":flag_id:"
- description: "single emoji :flag_ie:"
text: "๐ฎ๐ช"
expected: ":flag_ie:"
- description: "single emoji :flag_il:"
text: "๐ฎ๐ฑ"
expected: ":flag_il:"
- description: "single emoji :flag_it:"
text: "๐ฎ๐น"
expected: ":flag_it:"
- description: "single emoji :flag_jp:"
text: "๐ฏ๐ต"
expected: ":flag_jp:"
- description: "single emoji :flag_kr:"
text: "๐ฐ๐ท"
expected: ":flag_kr:"
- description: "single emoji :flag_mo:"
text: "๐ฒ๐ด"
expected: ":flag_mo:"
- description: "single emoji :flag_my:"
text: "๐ฒ๐พ"
expected: ":flag_my:"
- description: "single emoji :flag_mx:"
text: "๐ฒ๐ฝ"
expected: ":flag_mx:"
- description: "single emoji :flag_nl:"
text: "๐ณ๐ฑ"
expected: ":flag_nl:"
- description: "single emoji :flag_nz:"
text: "๐ณ๐ฟ"
expected: ":flag_nz:"
- description: "single emoji :flag_no:"
text: "๐ณ๐ด"
expected: ":flag_no:"
- description: "single emoji :flag_ph:"
text: "๐ต๐ญ"
expected: ":flag_ph:"
- description: "single emoji :flag_pl:"
text: "๐ต๐ฑ"
expected: ":flag_pl:"
- description: "single emoji :flag_pt:"
text: "๐ต๐น"
expected: ":flag_pt:"
- description: "single emoji :flag_pr:"
text: "๐ต๐ท"
expected: ":flag_pr:"
- description: "single emoji :flag_ru:"
text: "๐ท๐บ"
expected: ":flag_ru:"
- description: "single emoji :flag_sa:"
text: "๐ธ๐ฆ"
expected: ":flag_sa:"
- description: "single emoji :flag_sg:"
text: "๐ธ๐ฌ"
expected: ":flag_sg:"
- description: "single emoji :flag_za:"
text: "๐ฟ๐ฆ"
expected: ":flag_za:"
- description: "single emoji :flag_es:"
text: "๐ช๐ธ"
expected: ":flag_es:"
- description: "single emoji :flag_se:"
text: "๐ธ๐ช"
expected: ":flag_se:"
- description: "single emoji :flag_ch:"
text: "๐จ๐ญ"
expected: ":flag_ch:"
- description: "single emoji :flag_tr:"
text: "๐น๐ท"
expected: ":flag_tr:"
- description: "single emoji :flag_gb:"
text: "๐ฌ๐ง"
expected: ":flag_gb:"
- description: "single emoji :flag_us:"
text: "๐บ๐ธ"
expected: ":flag_us:"
- description: "single emoji :flag_ae:"
text: "๐ฆ๐ช"
expected: ":flag_ae:"
- description: "single emoji :flag_vn:"
text: "๐ป๐ณ"
expected: ":flag_vn:"
- description: "single emoji :flag_af:"
text: "๐ฆ๐ซ"
expected: ":flag_af:"
- description: "single emoji :flag_al:"
text: "๐ฆ๐ฑ"
expected: ":flag_al:"
- description: "single emoji :flag_dz:"
text: "๐ฉ๐ฟ"
expected: ":flag_dz:"
- description: "single emoji :flag_ad:"
text: "๐ฆ๐ฉ"
expected: ":flag_ad:"
- description: "single emoji :flag_ao:"
text: "๐ฆ๐ด"
expected: ":flag_ao:"
- description: "single emoji :flag_ai:"
text: "๐ฆ๐ฎ"
expected: ":flag_ai:"
- description: "single emoji :flag_ag:"
text: "๐ฆ๐ฌ"
expected: ":flag_ag:"
- description: "single emoji :flag_ar:"
text: "๐ฆ๐ท"
expected: ":flag_ar:"
- description: "single emoji :flag_am:"
text: "๐ฆ๐ฒ"
expected: ":flag_am:"
- description: "single emoji :flag_aw:"
text: "๐ฆ๐ผ"
expected: ":flag_aw:"
- description: "single emoji :flag_ac:"
text: "๐ฆ๐จ"
expected: ":flag_ac:"
- description: "single emoji :flag_az:"
text: "๐ฆ๐ฟ"
expected: ":flag_az:"
- description: "single emoji :flag_bs:"
text: "๐ง๐ธ"
expected: ":flag_bs:"
- description: "single emoji :flag_bh:"
text: "๐ง๐ญ"
expected: ":flag_bh:"
- description: "single emoji :flag_bd:"
text: "๐ง๐ฉ"
expected: ":flag_bd:"
- description: "single emoji :flag_bb:"
text: "๐ง๐ง"
expected: ":flag_bb:"
- description: "single emoji :flag_by:"
text: "๐ง๐พ"
expected: ":flag_by:"
- description: "single emoji :flag_bz:"
text: "๐ง๐ฟ"
expected: ":flag_bz:"
- description: "single emoji :flag_bj:"
text: "๐ง๐ฏ"
expected: ":flag_bj:"
- description: "single emoji :flag_bm:"
text: "๐ง๐ฒ"
expected: ":flag_bm:"
- description: "single emoji :flag_bt:"
text: "๐ง๐น"
expected: ":flag_bt:"
- description: "single emoji :flag_bo:"
text: "๐ง๐ด"
expected: ":flag_bo:"
- description: "single emoji :flag_ba:"
text: "๐ง๐ฆ"
expected: ":flag_ba:"
- description: "single emoji :flag_bw:"
text: "๐ง๐ผ"
expected: ":flag_bw:"
- description: "single emoji :flag_bn:"
text: "๐ง๐ณ"
expected: ":flag_bn:"
- description: "single emoji :flag_bg:"
text: "๐ง๐ฌ"
expected: ":flag_bg:"
- description: "single emoji :flag_bf:"
text: "๐ง๐ซ"
expected: ":flag_bf:"
- description: "single emoji :flag_bi:"
text: "๐ง๐ฎ"
expected: ":flag_bi:"
- description: "single emoji :flag_kh:"
text: "๐ฐ๐ญ"
expected: ":flag_kh:"
- description: "single emoji :flag_cm:"
text: "๐จ๐ฒ"
expected: ":flag_cm:"
- description: "single emoji :flag_cv:"
text: "๐จ๐ป"
expected: ":flag_cv:"
- description: "single emoji :flag_ky:"
text: "๐ฐ๐พ"
expected: ":flag_ky:"
- description: "single emoji :flag_cf:"
text: "๐จ๐ซ"
expected: ":flag_cf:"
- description: "single emoji :flag_km:"
text: "๐ฐ๐ฒ"
expected: ":flag_km:"
- description: "single emoji :flag_cd:"
text: "๐จ๐ฉ"
expected: ":flag_cd:"
- description: "single emoji :flag_cg:"
text: "๐จ๐ฌ"
expected: ":flag_cg:"
- description: "single emoji :flag_td:"
text: "๐น๐ฉ"
expected: ":flag_td:"
- description: "single emoji :flag_cr:"
text: "๐จ๐ท"
expected: ":flag_cr:"
- description: "single emoji :flag_ci:"
text: "๐จ๐ฎ"
expected: ":flag_ci:"
- description: "single emoji :flag_hr:"
text: "๐ญ๐ท"
expected: ":flag_hr:"
- description: "single emoji :flag_cu:"
text: "๐จ๐บ"
expected: ":flag_cu:"
- description: "single emoji :flag_cy:"
text: "๐จ๐พ"
expected: ":flag_cy:"
- description: "single emoji :flag_cz:"
text: "๐จ๐ฟ"
expected: ":flag_cz:"
- description: "single emoji :flag_dj:"
text: "๐ฉ๐ฏ"
expected: ":flag_dj:"
- description: "single emoji :flag_dm:"
text: "๐ฉ๐ฒ"
expected: ":flag_dm:"
- description: "single emoji :flag_do:"
text: "๐ฉ๐ด"
expected: ":flag_do:"
- description: "single emoji :flag_tl:"
text: "๐น๐ฑ"
expected: ":flag_tl:"
- description: "single emoji :flag_ec:"
text: "๐ช๐จ"
expected: ":flag_ec:"
- description: "single emoji :flag_eg:"
text: "๐ช๐ฌ"
expected: ":flag_eg:"
- description: "single emoji :flag_sv:"
text: "๐ธ๐ป"
expected: ":flag_sv:"
- description: "single emoji :flag_gq:"
text: "๐ฌ๐ถ"
expected: ":flag_gq:"
- description: "single emoji :flag_er:"
text: "๐ช๐ท"
expected: ":flag_er:"
- description: "single emoji :flag_ee:"
text: "๐ช๐ช"
expected: ":flag_ee:"
- description: "single emoji :flag_et:"
text: "๐ช๐น"
expected: ":flag_et:"
- description: "single emoji :flag_fk:"
text: "๐ซ๐ฐ"
expected: ":flag_fk:"
- description: "single emoji :flag_fo:"
text: "๐ซ๐ด"
expected: ":flag_fo:"
- description: "single emoji :flag_fj:"
text: "๐ซ๐ฏ"
expected: ":flag_fj:"
- description: "single emoji :flag_pf:"
text: "๐ต๐ซ"
expected: ":flag_pf:"
- description: "single emoji :flag_ga:"
text: "๐ฌ๐ฆ"
expected: ":flag_ga:"
- description: "single emoji :flag_gm:"
text: "๐ฌ๐ฒ"
expected: ":flag_gm:"
- description: "single emoji :flag_ge:"
text: "๐ฌ๐ช"
expected: ":flag_ge:"
- description: "single emoji :flag_gh:"
text: "๐ฌ๐ญ"
expected: ":flag_gh:"
- description: "single emoji :flag_gi:"
text: "๐ฌ๐ฎ"
expected: ":flag_gi:"
- description: "single emoji :flag_gr:"
text: "๐ฌ๐ท"
expected: ":flag_gr:"
- description: "single emoji :flag_gl:"
text: "๐ฌ๐ฑ"
expected: ":flag_gl:"
- description: "single emoji :flag_gd:"
text: "๐ฌ๐ฉ"
expected: ":flag_gd:"
- description: "single emoji :flag_gu:"
text: "๐ฌ๐บ"
expected: ":flag_gu:"
- description: "single emoji :flag_gt:"
text: "๐ฌ๐น"
expected: ":flag_gt:"
- description: "single emoji :flag_gn:"
text: "๐ฌ๐ณ"
expected: ":flag_gn:"
- description: "single emoji :flag_gw:"
text: "๐ฌ๐ผ"
expected: ":flag_gw:"
- description: "single emoji :flag_gy:"
text: "๐ฌ๐พ"
expected: ":flag_gy:"
- description: "single emoji :flag_ht:"
text: "๐ญ๐น"
expected: ":flag_ht:"
- description: "single emoji :flag_hn:"
text: "๐ญ๐ณ"
expected: ":flag_hn:"
- description: "single emoji :flag_hu:"
text: "๐ญ๐บ"
expected: ":flag_hu:"
- description: "single emoji :flag_is:"
text: "๐ฎ๐ธ"
expected: ":flag_is:"
- description: "single emoji :flag_ir:"
text: "๐ฎ๐ท"
expected: ":flag_ir:"
- description: "single emoji :flag_iq:"
text: "๐ฎ๐ถ"
expected: ":flag_iq:"
- description: "single emoji :flag_jm:"
text: "๐ฏ๐ฒ"
expected: ":flag_jm:"
- description: "single emoji :flag_je:"
text: "๐ฏ๐ช"
expected: ":flag_je:"
- description: "single emoji :flag_jo:"
text: "๐ฏ๐ด"
expected: ":flag_jo:"
- description: "single emoji :flag_kz:"
text: "๐ฐ๐ฟ"
expected: ":flag_kz:"
- description: "single emoji :flag_ke:"
text: "๐ฐ๐ช"
expected: ":flag_ke:"
- description: "single emoji :flag_ki:"
text: "๐ฐ๐ฎ"
expected: ":flag_ki:"
- description: "single emoji :flag_xk:"
text: "๐ฝ๐ฐ"
expected: ":flag_xk:"
- description: "single emoji :flag_kw:"
text: "๐ฐ๐ผ"
expected: ":flag_kw:"
- description: "single emoji :flag_kg:"
text: "๐ฐ๐ฌ"
expected: ":flag_kg:"
- description: "single emoji :flag_la:"
text: "๐ฑ๐ฆ"
expected: ":flag_la:"
- description: "single emoji :flag_lv:"
text: "๐ฑ๐ป"
expected: ":flag_lv:"
- description: "single emoji :flag_lb:"
text: "๐ฑ๐ง"
expected: ":flag_lb:"
- description: "single emoji :flag_ls:"
text: "๐ฑ๐ธ"
expected: ":flag_ls:"
- description: "single emoji :flag_lr:"
text: "๐ฑ๐ท"
expected: ":flag_lr:"
- description: "single emoji :flag_ly:"
text: "๐ฑ๐พ"
expected: ":flag_ly:"
- description: "single emoji :flag_li:"
text: "๐ฑ๐ฎ"
expected: ":flag_li:"
- description: "single emoji :flag_lt:"
text: "๐ฑ๐น"
expected: ":flag_lt:"
- description: "single emoji :flag_lu:"
text: "๐ฑ๐บ"
expected: ":flag_lu:"
- description: "single emoji :flag_mk:"
text: "๐ฒ๐ฐ"
expected: ":flag_mk:"
- description: "single emoji :flag_mg:"
text: "๐ฒ๐ฌ"
expected: ":flag_mg:"
- description: "single emoji :flag_mw:"
text: "๐ฒ๐ผ"
expected: ":flag_mw:"
- description: "single emoji :flag_mv:"
text: "๐ฒ๐ป"
expected: ":flag_mv:"
- description: "single emoji :flag_ml:"
text: "๐ฒ๐ฑ"
expected: ":flag_ml:"
- description: "single emoji :flag_mt:"
text: "๐ฒ๐น"
expected: ":flag_mt:"
- description: "single emoji :flag_mh:"
text: "๐ฒ๐ญ"
expected: ":flag_mh:"
- description: "single emoji :flag_mr:"
text: "๐ฒ๐ท"
expected: ":flag_mr:"
- description: "single emoji :flag_mu:"
text: "๐ฒ๐บ"
expected: ":flag_mu:"
- description: "single emoji :flag_fm:"
text: "๐ซ๐ฒ"
expected: ":flag_fm:"
- description: "single emoji :flag_md:"
text: "๐ฒ๐ฉ"
expected: ":flag_md:"
- description: "single emoji :flag_mc:"
text: "๐ฒ๐จ"
expected: ":flag_mc:"
- description: "single emoji :flag_mn:"
text: "๐ฒ๐ณ"
expected: ":flag_mn:"
- description: "single emoji :flag_me:"
text: "๐ฒ๐ช"
expected: ":flag_me:"
- description: "single emoji :flag_ms:"
text: "๐ฒ๐ธ"
expected: ":flag_ms:"
- description: "single emoji :flag_ma:"
text: "๐ฒ๐ฆ"
expected: ":flag_ma:"
- description: "single emoji :flag_mz:"
text: "๐ฒ๐ฟ"
expected: ":flag_mz:"
- description: "single emoji :flag_mm:"
text: "๐ฒ๐ฒ"
expected: ":flag_mm:"
- description: "single emoji :flag_na:"
text: "๐ณ๐ฆ"
expected: ":flag_na:"
- description: "single emoji :flag_nr:"
text: "๐ณ๐ท"
expected: ":flag_nr:"
- description: "single emoji :flag_np:"
text: "๐ณ๐ต"
expected: ":flag_np:"
- description: "single emoji :flag_nc:"
text: "๐ณ๐จ"
expected: ":flag_nc:"
- description: "single emoji :flag_ni:"
text: "๐ณ๐ฎ"
expected: ":flag_ni:"
- description: "single emoji :flag_ne:"
text: "๐ณ๐ช"
expected: ":flag_ne:"
- description: "single emoji :flag_ng:"
text: "๐ณ๐ฌ"
expected: ":flag_ng:"
- description: "single emoji :flag_nu:"
text: "๐ณ๐บ"
expected: ":flag_nu:"
- description: "single emoji :flag_kp:"
text: "๐ฐ๐ต"
expected: ":flag_kp:"
- description: "single emoji :flag_om:"
text: "๐ด๐ฒ"
expected: ":flag_om:"
- description: "single emoji :flag_pk:"
text: "๐ต๐ฐ"
expected: ":flag_pk:"
- description: "single emoji :flag_pw:"
text: "๐ต๐ผ"
expected: ":flag_pw:"
- description: "single emoji :flag_ps:"
text: "๐ต๐ธ"
expected: ":flag_ps:"
- description: "single emoji :flag_pa:"
text: "๐ต๐ฆ"
expected: ":flag_pa:"
- description: "single emoji :flag_pg:"
text: "๐ต๐ฌ"
expected: ":flag_pg:"
- description: "single emoji :flag_py:"
text: "๐ต๐พ"
expected: ":flag_py:"
- description: "single emoji :flag_pe:"
text: "๐ต๐ช"
expected: ":flag_pe:"
- description: "single emoji :flag_qa:"
text: "๐ถ๐ฆ"
expected: ":flag_qa:"
- description: "single emoji :flag_ro:"
text: "๐ท๐ด"
expected: ":flag_ro:"
- description: "single emoji :flag_rw:"
text: "๐ท๐ผ"
expected: ":flag_rw:"
- description: "single emoji :flag_sh:"
text: "๐ธ๐ญ"
expected: ":flag_sh:"
- description: "single emoji :flag_kn:"
text: "๐ฐ๐ณ"
expected: ":flag_kn:"
- description: "single emoji :flag_lc:"
text: "๐ฑ๐จ"
expected: ":flag_lc:"
- description: "single emoji :flag_vc:"
text: "๐ป๐จ"
expected: ":flag_vc:"
- description: "single emoji :flag_ws:"
text: "๐ผ๐ธ"
expected: ":flag_ws:"
- description: "single emoji :flag_sm:"
text: "๐ธ๐ฒ"
expected: ":flag_sm:"
- description: "single emoji :flag_st:"
text: "๐ธ๐น"
expected: ":flag_st:"
- description: "single emoji :flag_sn:"
text: "๐ธ๐ณ"
expected: ":flag_sn:"
- description: "single emoji :flag_rs:"
text: "๐ท๐ธ"
expected: ":flag_rs:"
- description: "single emoji :flag_sc:"
text: "๐ธ๐จ"
expected: ":flag_sc:"
- description: "single emoji :flag_sl:"
text: "๐ธ๐ฑ"
expected: ":flag_sl:"
- description: "single emoji :flag_sk:"
text: "๐ธ๐ฐ"
expected: ":flag_sk:"
- description: "single emoji :flag_si:"
text: "๐ธ๐ฎ"
expected: ":flag_si:"
- description: "single emoji :flag_sb:"
text: "๐ธ๐ง"
expected: ":flag_sb:"
- description: "single emoji :flag_so:"
text: "๐ธ๐ด"
expected: ":flag_so:"
- description: "single emoji :flag_lk:"
text: "๐ฑ๐ฐ"
expected: ":flag_lk:"
- description: "single emoji :flag_sd:"
text: "๐ธ๐ฉ"
expected: ":flag_sd:"
- description: "single emoji :flag_sr:"
text: "๐ธ๐ท"
expected: ":flag_sr:"
- description: "single emoji :flag_sz:"
text: "๐ธ๐ฟ"
expected: ":flag_sz:"
- description: "single emoji :flag_sy:"
text: "๐ธ๐พ"
expected: ":flag_sy:"
- description: "single emoji :flag_tw:"
text: "๐น๐ผ"
expected: ":flag_tw:"
- description: "single emoji :flag_tj:"
text: "๐น๐ฏ"
expected: ":flag_tj:"
- description: "single emoji :flag_tz:"
text: "๐น๐ฟ"
expected: ":flag_tz:"
- description: "single emoji :flag_th:"
text: "๐น๐ญ"
expected: ":flag_th:"
- description: "single emoji :flag_tg:"
text: "๐น๐ฌ"
expected: ":flag_tg:"
- description: "single emoji :flag_to:"
text: "๐น๐ด"
expected: ":flag_to:"
- description: "single emoji :flag_tt:"
text: "๐น๐น"
expected: ":flag_tt:"
- description: "single emoji :flag_tn:"
text: "๐น๐ณ"
expected: ":flag_tn:"
- description: "single emoji :flag_tm:"
text: "๐น๐ฒ"
expected: ":flag_tm:"
- description: "single emoji :flag_tv:"
text: "๐น๐ป"
expected: ":flag_tv:"
- description: "single emoji :flag_vi:"
text: "๐ป๐ฎ"
expected: ":flag_vi:"
- description: "single emoji :flag_ug:"
text: "๐บ๐ฌ"
expected: ":flag_ug:"
- description: "single emoji :flag_ua:"
text: "๐บ๐ฆ"
expected: ":flag_ua:"
- description: "single emoji :flag_uy:"
text: "๐บ๐พ"
expected: ":flag_uy:"
- description: "single emoji :flag_uz:"
text: "๐บ๐ฟ"
expected: ":flag_uz:"
- description: "single emoji :flag_vu:"
text: "๐ป๐บ"
expected: ":flag_vu:"
- description: "single emoji :flag_va:"
text: "๐ป๐ฆ"
expected: ":flag_va:"
- description: "single emoji :flag_ve:"
text: "๐ป๐ช"
expected: ":flag_ve:"
- description: "single emoji :flag_wf:"
text: "๐ผ๐ซ"
expected: ":flag_wf:"
- description: "single emoji :flag_eh:"
text: "๐ช๐ญ"
expected: ":flag_eh:"
- description: "single emoji :flag_ye:"
text: "๐พ๐ช"
expected: ":flag_ye:"
- description: "single emoji :flag_zm:"
text: "๐ฟ๐ฒ"
expected: ":flag_zm:"
- description: "single emoji :flag_zw:"
text: "๐ฟ๐ผ"
expected: ":flag_zw:"
toImage:
- description: "single character shortname conversion"
text: ":snail:"
expected: "<img class=\"emojione\" alt=\"๐\" src=\"//cdn.jsdelivr.net/emojione/assets/png/1F40C.png?v=1.2.4\"/>"
- description: "shortname shares a colon"
text: ":invalid:snail:"
expected: ":invalid<img class=\"emojione\" alt=\"๐\" src=\"//cdn.jsdelivr.net/emojione/assets/png/1F40C.png?v=1.2.4\"/>"
- description: "single unicode character conversion"
text: "๐"
expected: "<img class=\"emojione\" alt=\"๐\" src=\"//cdn.jsdelivr.net/emojione/assets/png/1F40C.png?v=1.2.4\"/>"