The missing emoji library for java.
Based on the data provided by github/gemoji project, emoji-java is a lightweight java library that helps you use Emojis in your java applications.
Just add the dependency to your maven project:
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>1.1.0</version>
</dependency>You can also download the project, build it with mvn clean install and add the generated jar to your buildpath.
The EmojiManager provides several static methods to search throught the emojis database:
getForTagreturns all the emojis for a given taggetForAliasreturns the emoji for an aliasgetAllreturns all the emojisisEmojichecks if a string is an emoji
You can also query the metadata:
getAllTagsreturns the available tags
Or get everything:
getAllreturns all the emojis
An Emoji is a POJO (plain old java object), which provides the following methods:
getUnicodereturns the unicode representation of the emojigetDescriptionreturns the (optional) description of the emojigetAliasesreturns a list of aliases for this emojigetTagsreturns a list of tags for this emojigetHtmlDecimalreturns an html decimal representation of the emojigetHtmlHexadecimalreturns an html decimal representation of the emoji
To replace all the aliases and the html representations found in a string by their unicode, use EmojiParser.parseToUnicode(myString).
For example:
String str = "An :grinning:awesome :smiley:string 😄with a few :wink:emojis!";
String result = EmojiParser.parseToUnicode(str);
System.out.println(result);
// Prints:
// "An ๐awesome ๐string ๐with a few ๐emojis!"To replace all the emoji's unicodes found in a string by their aliases, use EmojiParser.parseToAliases(myString).
For example:
String str = "An ๐awesome ๐string with a few ๐emojis!";
String result = EmojiParser.parseToAliases(str);
System.out.println(result);
// Prints:
// "An :grinning:awesome :smiley:string with a few :wink:emojis!"To replace all the emoji's unicodes found in a string by their html representation, use EmojiParser.parseToHtmlDecimal(myString) or EmojiParser.parseToHtmlHexadecimal(myString).
For example:
String str = "An ๐awesome ๐string with a few ๐emojis!";
String resultDecimal = EmojiParser.parseToHtmlDecimal(str);
System.out.println(resultDecimal);
// Prints:
// "An 😀awesome 😃string with a few 😉emojis!"
String resultHexadecimal = EmojiParser.parseToHtmlHexadecimal(str);
System.out.println(resultHexadecimal);
// Prints:
// "An 😀awesome 😃string with a few 😉emojis!"Here is a table of the available emojis and their aliases.
| Emoji | Aliases | Emoji | Aliases |
|---|---|---|---|
| ๐ฆ | frowning | ๐ผ | vhs |
| ๐ท | wine_glass | ๐ | person_with_pouting_face |
| ๐ณ | egg | ๐ช | circus_tent |
| ๐ท | saxophone | ๐ธ | smile_cat |
| ๐ต | tea | ๐ผ | panda_face |
| arrow_heading_down | ๐ฉ | hankey, poop, shit | |
| ๐ฐ | rabbit | ๐ค | speedboat |
| ๐ | customs | ๐ถ | sake |
| ๐ | ram | ๐ช | mailbox_closed |
| ๐ | sunglasses | ๐ฒ | game_die |
| ๐ | rat | ๐ฎ | white_flower |
| ๐ | cow2 | ๐ | poultry_leg |
| ๐ค | bust_in_silhouette | ๐ | wink |
| ๐ด | red_circle | ๐ฝ | running_shirt_with_sash |
| ๐ฐ | newspaper | ๐ | card_index |
| ๐ซ | tired_face | ๐ | high_heel |
| ๐ | closed_umbrella | ๐ | arrows_clockwise |
| ๐ต | dollar | ๐ | monorail |
| ๐ | pig2 | โณ | golf |
| ๐ | sweat_smile | ๐ข | 1234 |
| ๐ด | u5408 | โ | partly_sunny |
| ๐ฏ | do_not_litter | ๐ฏ | hushed |
| โ | hand, raised_hand | ๐ | see_no_evil |
| a | โ๏ธ | point_up | |
| b | ๐ค | abc | |
| ๐ | mahjong | ๐ญ | no_smoking |
| ๐ซ | chocolate_bar | ๐ฅ | movie_camera |
| m | โญ | o | |
| ๐ป | heart_eyes_cat | ๐ | high_brightness |
| ๐ | lips | ๐ | handbag |
| ๐ | full_moon_with_face | โ๏ธ | v |
| ๐ฒ | calling | โช | white_circle |
| โ | x | ๐ | bar_chart |
| ๐ | mouse2 | 9๏ธโฃ | nine |
| ๐ซ | couple | ๐น | video_camera |
| ๐ต | musical_note | ๐ถ | notes |
| ๐ฏ | dancers | ๐ฅ | inbox_tray |
| bangbang | ๐ฝ | minidisc | |
| ๐ | articulated_lorry | ๐ | blush |
| ๐ค | microphone | ๐ | melon |
| โ | heavy_division_sign | โ | hand, raised_hand |
| ๐ฝ | statue_of_liberty | ๐ฉ | hankey, poop, shit |
| โ | grey_exclamation | ๐ | orange_book |
| ๐ | moon, waxing_gibbous_moon | โน๏ธ | information_source |
| ๐ | shell | ๐ท | construction_worker |
| ๐ด | mobile_phone_off | ๐บ | smiley_cat |
| ๐ | loud_sound | ๐ด | sleeping |
| ๐ | jeans | ๐ | pear |
| ๐ | police_car | ๐ | busstop |
| ๐ | blue_car | ๐ | end |
| ๐ก | satellite | ๐ | whale2 |
| ๐ | wind_chime | ๐ | repeat_one |
| ๐ซ | ticket | โ | umbrella |
| ๐ | rice | โ๏ธ | scissors |
| ๐ท๏ธ | u6708 | โ | aquarius |
| ๐ถ | u6709 | โ | coffee |
| airplane | ๐ | sweat | |
| โ | cancer | ๐ช | family |
| ๐ | kissing_heart | ๐ | gift |
| arrow_up_down | โฒ | fountain | |
| ยฉ๏ธ | copyright | ๐ | waxing_crescent_moon |
| ๐ | heart_decoration | ๐ | pill |
| ๐ข | oden | ๐ | boar |
| ๐ซ | camel | ๐ง | |
| โป๏ธ | white_medium_square | ๐ | tangerine |
| ๐ก | bulb | ๐ฒ | man_with_gua_pi_mao |
| ๐ | leopard | ๐ | earth_americas |
| ๐ซ | mailbox | ๐ | green_apple |
| ๐ค | zzz | ๐ | diamond_shape_with_a_dot_inside |
| #๏ธโฃ | hash | ๐ซ | gun |
| ๐ | expressionless | ๐ฉ | triangular_flag_on_post |
| ๐ฉ | woman | ๐ | mountain_cableway |
| ๐ | tropical_fish | ๐ฉ | doughnut |
| ๐ | unamused | โซ | black_circle |
| ๐ | bikini | ๐ | top |
| ๐ | suspension_railway | โฌ | black_large_square |
| ๐ | raising_hand | ๐ป | restroom |
| โ๏ธ | snowflake | ๐ฉ | tophat |
| arrow_lower_left | โ | question | |
| ๐บ | womens | ๐ฝ | kissing_cat |
| โต | boat, sailboat | ๐ณ | credit_card |
| ๐ฑ | 8ball | ๐ | rice_cracker |
| โ | anchor | ๐น | rose |
| spades | ๐ท | large_blue_diamond | |
| ๐ฐ | bride_with_veil | ๐ฃ | clock830 |
| ๐ฎ | cop | ๐ฎ | postbox |
| ๐ | meat_on_bone | ๐ฎ | cow |
| ๐ฒ | dragon_face | ๐ | pray |
| ๐ | neutral_face | ๐ท | pig |
| ๐ | radio_button | ๐ | pager |
| โจ๏ธ | hotsprings | ๐ก | ferris_wheel |
| ๐ณ | deciduous_tree | โฉ๏ธ | leftwards_arrow_with_hook |
| ๐ | surfer | ๐ | new |
| โพ | black_medium_small_square | ๐ | tanabata_tree |
| ๐ญ | thought_balloon | ๐ | racehorse |
| ๐ | no_good | ๐ | minibus |
| ๐ฆ | clock1130 | ๐ | carousel_horse |
| โผ๏ธ | black_medium_square | ๐ | chicken |
| ๐ณ | vibration_mode | โฝ | white_medium_small_square |
| ๐ | runner, running | ๐ | beetle |
| ๐ฑ | bento | โ | ophiuchus |
| ๐ | stuck_out_tongue_closed_eyes | ๐ด | flower_playing_cards |
| ๐ช | muscle | ๐ง | construction |
| ๐ | skull | ๐ | +1, thumbsup |
| ๐ | kissing_smiling_eyes | ๐ | blue_heart |
| ๐ | milky_way | ๐ผ | blossom |
| ๐ | ant | ๐ | rice_scene |
| ๐ฌ | mailbox_with_mail | ๐ข | cry |
| ๐ | memo, pencil | ๐ฏ | u6307 |
| ๐ | pineapple | ๐ | koko |
| ๐ผ | musical_score | ๐ง | droplet |
| ๐ฌ | speech_balloon | ๐ | u7121 |
| ๐ | ring | ๐ | octopus |
| ๐พ | japan | ๐ก | clock630 |
| ๐ข | ship | ๐ | name_badge |
| ๐ | last_quarter_moon_with_face | ๐ | lock_with_ink_pen |
| ๐ฐ | cake | โ | leo |
| โป๏ธ | recycle | โช๏ธ | arrow_right_hook |
| ๐ | oncoming_bus | โ | scorpius |
| ๐ | mute | ๐ | electric_plug |
| ๐ | swimmer | โ | negative_squared_cross_mark |
| ๐ถ | no_mouth | ๐ฃ | footprints |
| ๐ | bamboo | ๐ฝ | toilet |
| โ๏ธ | email, envelope | ๐ | first_quarter_moon_with_face |
| ๐ญ | telescope | ๐ฌ | department_store |
| ๐ | sunrise | ๐ | bridge_at_night |
| ๐ | battery | 2๏ธโฃ | two |
| ๐ | helicopter | ๐ง | anguished |
| ๐ | tractor | ๐ | ideograph_advantage |
| ๐ | black_joker | ๐ | dog2 |
| ๐ | worried | ๐ | watermelon |
| ๐ | trophy | ๐ฆ | flashlight |
| ๐ด | palm_tree | ๐ค | triumph |
| ๐จ | art | ๐ | underage |
| ๐ก | sandal | ๐ธ | children_crossing |
| ๐ | stuck_out_tongue | ๐ | speak_no_evil |
| ๐ | cupid | ๐ฆ | vertical_traffic_light |
| ๐ฉ | hankey, poop, shit | ๐ | shirt, tshirt |
| โ | watch | ๐ | clap |
| โก๏ธ | arrow_right | ๐น | chart |
| ๐ | clock430 | ๐ | point_down |
| ๐ | christmas_tree | ๐ | green_heart |
| ๐ฃ | bomb | ๐ญ | mouse |
| ๐ | disappointed | ๐ฃ | hatching_chick |
| ๐ซ | school | ๐ต | u6e80 |
| โ | taurus | โฌ ๏ธ | arrow_left |
| ๐ง | atm | ๐ | four_leaf_clover |
| ๐ | unlock | ๐ | love_letter |
| ๐ | star2 | โ๏ธ | phone, telephone |
| ๐ง | girl | ๐ | womans_hat |
| ๐ | railway_car | ๐ | bookmark |
| ๐ฆ | icecream | ๐บ | trumpet |
| ๐ฎ | video_game | ๐ | crocodile |
| ๐ฅ | boom, collision | ๐ | rabbit2 |
| ๐ | book, open_book | ๐ | truck |
| ๐ | chart_with_upwards_trend | ๐ | lipstick |
| ๐ | house | ๐ | wave |
| ๐ | pizza | ๐ธ | cocktail |
| ๐บ | hibiscus | ๐ข | boot |
| ๐ | mans_shoe, shoe | ๐ฃ | fishing_pole_and_fish |
| ๐ด | yen | ๐ฑ | trident |
| ๐ฐ | slot_machine | ๐ | stars |
| ๐ฐ | cold_sweat | ๐ | clock3 |
| ๐ | clock2 | arrow_backward | |
| ๐ | clock5 | ๐บ | japanese_goblin |
| ๐ | clock4 | ๐ | clock1 |
| ๐ | keycap_ten | arrow_forward | |
| ๐ | clock7 | ๐ | clock6 |
| ๐ | clock9 | ๐ | clock8 |
| parking | ๐ | clock230 | |
| ๐ | hear_no_evil | ๐ | heartbeat |
| โฌ | white_large_square | 3๏ธโฃ | three |
| ๐ | heartpulse | ๐ | information_desk_person |
| ๐ธ | princess | ๐ | fax |
| ๐ | tram | ๐ | ambulance |
| โ | white_check_mark | ๐ | cat2 |
| ๐ | moon, waxing_gibbous_moon | arrow_lower_right | |
| โ๏ธ | heavy_check_mark | ๐ | ramen |
| โ๏ธ | phone, telephone | ๐ | metro |
| ๐ | water_buffalo | ๐น | japanese_ogre |
| ๐ | necktie | ๐ | dolls |
| ๐ต | monkey_face | ๐ | capital_abcd |
| ๐ | flags | ๐ | pensive |
| ๐พ | space_invader | ๐ญ | lollipop |
| ๐ | train2 | ๐ฝ | alien |
| ๐ | file_folder | ๐ป | computer |
| ๐ฅ | fish_cake | left_right_arrow | |
| ๐ | fries | ๐ | left_luggage |
| ๐ | relieved | ๐ | grin |
| ๐ | ledger | ๐ฌ | two_men_holding_hands |
| โ๏ธ | ballot_box_with_check | ๐ | strawberry |
| arrow_heading_up | ๐พ | tennis | |
| ๐ | shirt, tshirt | ๐ก | rage |
| ๐ | waning_crescent_moon | ๐น | joy_cat |
| ๐ฃ | persevere | ๐ฟ | crying_cat_face |
| ๐ช | door | diamonds | |
| ๐ | monkey | ๐ | cyclone |
| โ๏ธ | cloud | ๐ฑ | currency_exchange |
| ๐ป | mount_fuji | ๐ | oncoming_taxi |
| ๐ณ | whale | โ๏ธ | pencil2 |
| ๐ป | bear | ๐ | tada |
| ๐ | banana | ใฐ๏ธ | wavy_dash |
| ๐ป | violin | ๐ฆ | package |
| ๐ | open_file_folder | ๐ | facepunch, punch |
| arrow_upper_left | ๐ | heart_eyes | |
| ๐ | rainbow | โ | heavy_minus_sign |
| ๐ข | loudspeaker | ๐ | earth_africa |
| โบ | tent | ๐ฌ | microscope |
| ๐ฒ | bike | relaxed | |
| ๐ | joy | โซ | arrow_double_up |
| โณ๏ธ | eight_spoked_asterisk | ๐ฅ | hospital |
| ๐ฏ | honey_pot | ๐ | sheep |
| โณ | hourglass_flowing_sand | โฝ | soccer |
| ๐ | chart_with_downwards_trend | ๐ | new_moon_with_face |
| ๐ | waning_gibbous_moon | ๐ | fire_engine |
| ๐ | earth_asia | ๐ | closed_book |
| ๐ | innocent | ๐ | kiss |
| ๐ณ | flushed | ๐ | hamburger |
| ๐ด | bicyclist | โ | hourglass |
| ๐ฅ | traffic_light | ๐ฎ | custard |
| ๐ฆ | cinema | ๐ | oncoming_police_car |
| ๐บ | beer | ๐ | smiley |
| ๐ | ab | ๐ | peach |
| ๐ฎ | izakaya_lantern, lantern | ๐ | couple_with_heart |
| ๐ฑ | non-potable_water | ๐ | angry |
| ๐ | round_pushpin | ๐ | closed_lock_with_key |
| ๐ | sparkling_heart | ๐ฃ | mega |
| ๐ | spaghetti | ๐ก | aerial_tramway |
| ๐ | broken_heart | ๐ฅ | hatched_chick |
| ๐ | tomato | ๐ | eyes |
| ๐ | new_moon | ๐จ | hotel |
| ๐ | baggage_claim | ๐ | volcano |
| ๐ | wedding | ๐ก | house_with_garden |
| ๐ฟ | cd | ๐ | cl |
| ๐จ๐ณ | cn | ๐ฐ | chestnut |
| ๐ช | dromedary_camel | ๐ป | sunflower |
| ๐ก | abcd | ๐ก | blowfish |
| ๐ | jack_o_lantern | โช๏ธ | black_small_square |
| ๐ฒ | astonished | ๐ | purse |
| ๐ง | penguin | ๐ฉ๐ช | de |
| ๐ | bee, honeybee | arrow_upper_right | |
| ๐ต | mountain_bicyclist | โ | aries |
| ๐ต | older_woman | ๐ณ | bowling |
| ๐ | kissing_closed_eyes | ๐ฅ | busts_in_silhouette |
| ๐ฐ | beginner | ๐ฆ | bird |
| warning | ๐ฒ | black_square_button | |
| ๐ | train | ๐ช | convenience_store |
| ๐ฌ | dolphin, flipper | ๐ณ | white_square_button |
| ๐ | straight_ruler | ๐ซ | no_entry_sign |
| ๐ | ribbon | ๐ | mortar_board |
| ๐ช๐ธ | es | โ | capricorn |
| ๐ผ | baby_bottle | ๐ฃ | rowboat |
| ๐ช | hocho, knife | ๐ | city_sunset |
| ๐ | tiger2 | ๐ | steam_locomotive |
| ๐ฉ | nut_and_bolt | ๐ | elephant |
| ๐ | purple_heart | ๐ | guardsman |
| โจ | sparkles | ๐ | sparkler |
| ๐ | back | ๐ซ๐ท | fr |
| ๐ | santa | ๐ | yum |
| ๐ท | pound | ๐ | lemon |
| ๐ฌ๐ง | gb, uk | ๐ฒ | heavy_dollar_sign |
| 6๏ธโฃ | six | ๐ | ok_woman |
| ๐ | football | ๐ | sun_with_face |
| ๐ด | fork_and_knife | โช | rewind |
| ๐ญ | mailbox_with_no_mail | ๐ | stuck_out_tongue_winking_eye |
| ๐ถ | baby | ๐ | no_bell |
| โ๏ธ | sparkle | ๐ค | european_post_office |
| ๐ | memo, pencil | ๐ | point_right |
| ๐ | clipboard | ๐ | soon |
| ๐ฟ | ski | ๐ | athletic_shoe |
| 4๏ธโฃ | four | ๐ | lock |
| ๐ฌ | clapper | ๐ | id |
| ๐ | crown | ๐ช | cookie |
| โฌ๏ธ | arrow_up | ๐ | laughing, satisfied |
| โฐ | curly_loop | ๐ | triangular_ruler |
| ๐ฎ๐น | it | ๐ | twisted_rightwards_arrows |
| ๐ | bell | ๐ | curry |
| ๐ณ | man_with_turban | ๐ | clock12 |
| ๐ | clock11 | ๐ | clock10 |
| ๐ | telephone_receiver | ๐ธ | u7533 |
| โพ๏ธ | baseball | ๐ | rice_ball |
| ๐ | couplekiss | ๐ถ | dog |
| ๐ฏ๐ต | jp | ๐ | smirk |
| 8๏ธโฃ | eight | ๐ | mag |
| ๐ฌ | grimacing | ๐ฒ | evergreen_tree |
| ๐ | page_with_curl | โ | libra |
| ๐จ | man | ๐ท | camera |
| ๐ | first_quarter_moon | ๐ | bread |
| ๐ท | no_pedestrians | ๐ | +1, thumbsup |
| ๐ฐ๐ท | kr | ๐ | low_brightness |
| โ | pisces | ๐ | trolleybus |
| ๐ฎ | izakaya_lantern, lantern | ๐น | mens |
| ๐ | green_book | ๐ง | clock1230 |
| โ๏ธ | heavy_multiplication_x | ๐ | crossed_flags |
| ๐ | notebook_with_decorative_cover | ๐พ | feet, paw_prints |
| โ | snowman | โซ๏ธ | white_small_square |
| ๐ญ | sob | ๐ผ | angel |
| ๐ | school_satchel | ๐ข | office |
| โด๏ธ | eight_pointed_black_star | ๐ข | anger |
| ๐ฆ | sweat_drops | ๐ | smile |
| ๐ป | radio | ๐ | confused |
| ๐ | sos | ๐ก | dango |
| ๐ฃ | sushi | o2 | |
| ๐ | -1, thumbsdown | ๐ข | turtle |
| ๐ฐ | potable_water | โค๏ธ | heart |
| ๐ง | wrench | ๐ค | baby_chick |
| ๐ | ng | ๐ | -1, thumbsdown |
| ๐ | birthday | ๐ | sunrise_over_mountains |
| ๐จ | hammer | ๐ฌ | candy |
| ๐ฝ | pig_nose | ๐ต | no_mobile_phones |
| ๐ | bow | ๐ค | clock930 |
| ๐ฆ | boy | ๐ฃ | symbols |
| ๐ | kimono | ๐ | syringe |
| ๐จ | incoming_envelope | ๐ฌ | smoking |
| ๐ | repeat | ๐ | gift_heart |
| ๐ฒ | u7981 | ๐ | ok |
| ๐ | on | ๐ | rooster |
| ๐ฉ | poodle | ๐พ | floppy_disk |
| ๐ฏ | postal_horn | ๐ฏ | six_pointed_star |
| ๐ | ox | ๐ | horse_racing |
| โ | grey_question | ๐ฏ | 100 |
| ๐ง | shaved_ice | ๐ณ | no_bicycles |
| ๐ฅ | clock1030 | โ | no_entry |
| โต | boat, sailboat | ๐ | yellow_heart |
| ๐ฏ | japanese_castle | ๐ | rocket |
| ยฎ๏ธ | registered | ๐ฑ | scream |
| ๐ | last_quarter_moon | ๐ | bathtub |
| ๐ฆ | bank | ๐ | dvd |
| โ | exclamation, heavy_exclamation_mark | ๐ฅ | fire |
| ๐ฐ | european_castle | ๐ | runner, running |
| ๐ | mushroom | ๐ | two_hearts |
| ๐บ | u55b6 | ๐ | point_left |
| ๐ฑ | person_with_blond_hair | ๐น | hamster |
| โก | zap | ๐ | taxi |
| ๐ | haircut | ๐ฏ | tiger |
| ๐ | accept | ๐ด | horse |
| ๐บ | seat | ๐ถ | large_orange_diamond |
| ๐พ | ear_of_rice | ๐ | person_frowning |
| โฉ | fast_forward | ๐ฟ | shower |
| ๐ค | fried_shrimp | ๐ท๐บ | ru |
| ๐ข | clock730 | ๐ | nail_care |
| โ | fist | ๐๏ธ | sa |
| ๐ฎ | open_mouth | ๐ต | cactus |
| ๐ | free | interrobang | |
| ๐ | key | โ๏ธ | email, envelope |
| ๐ | calendar | โญ | star |
| ๐บ | wolf | ๐ฉ | weary |
| 1๏ธโฃ | one | ๐ฃ | post_office |
| ๐พ | pouting_cat | ใฝ๏ธ | part_alternation_mark |
| โฝ | fuelpump | ๐น | tropical_drink |
| ๐ | bug | ๐ | fish |
| โข๏ธ | tm | ๐ผ | smirk_cat |
| ๐ | eyeglasses | ๐ | laughing, satisfied |
| ๐ | bus | ๐บ | tv |
| ๐ต | dizzy_face | ๐ง | headphones |
| โฌ | arrow_double_down | 7๏ธโฃ | seven |
| โ | exclamation, heavy_exclamation_mark | ๐ | light_rail |
| 0๏ธโฃ | zero | ๐ | revolving_hearts |
| ๐ | leaves | ๐ฌ๐ง | gb, uk |
| ๐ฎ | put_litter_in_its_place | โฟ | loop |
| ๐ | mag_right | ๐ | up |
| 5๏ธโฃ | five | ๐บ๐ธ | us |
| ๐ฎ | crystal_ball | ๐น | u5272 |
| โ๏ธ | black_nib | ๐ผ | baby_symbol |
| ๐ | ocean | ๐ | raised_hands |
| ๐ | full_moon | ๐ฝ | arrow_down_small |
| ๐ | vs | ๐ป | small_red_triangle_down |
| ๐ | grapes | โฟ | wheelchair |
| ๐ถ | euro | ๐ | night_with_stars |
| ๐ | clock530 | ๐ด | older_man |
| ๐พ | wc | ๐ | apple |
| ๐จ | rotating_light | ๐ช | sleepy |
| ๐ | bath | ๐ | pushpin |
| ๐ท | mask | ๐ฒ | stew |
| ๐ | bookmark_tabs | ๐ท | tulip |
| ๐ฑ | seedling | ๐ธ | guitar |
| โฐ | alarm_clock | ๐ | mans_shoe, shoe |
| ๐ณ | u7a7a | ๐ | dragon |
| ๐จ | ice_cream | ๐ | arrows_counterclockwise |
| ๐ | kissing | ๐ | maple_leaf |
| ๐ | paperclip | ๐ญ | performing_arts |
| ๐ | rugby_football | ๐ | eggplant |
| ๐ซ | dizzy | ๐ | ok_hand |
| ๐ | scroll | ๐ | goat |
| ๐ฑ | iphone | ๐ฉ | envelope_with_arrow |
| ๐ | dancer | ๐ | books |
| ๐ | globe_with_meridians | ๐ธ | cherry_blossom |
| ๐ | open_hands | ๐ | clock330 |
| ๐ | confounded | ๐ | tongue |
| โช | church | ๐ | city_sunrise |
| ๐ | mountain_railway | ๐ฟ | moyai |
| ใ๏ธ | secret | ๐ | fireworks |
| ๐ | gem | ๐ | facepunch, punch |
| ๐ฏ | dart | ๐ป | ghost |
| ๐ | ear | ๐ | barber |
| ๐ธ | money_with_wings | ๐ | smiling_imp |
| ๐ | passport_control | ๐ | pouch |
| ๐ | cool | ๐ข | roller_coaster |
| ๐ฐ | moneybag | ๐ | confetti_ball |
| ๐ | date | ๐ | dress |
| ๐ | snail | ๐ค | outbox_tray |
| ๐ | blue_book | ๐น | small_blue_diamond |
| โ | sagittarius | ๐ธ | small_orange_diamond |
| ๐ | cherries | ๐ฝ | corn |
| ๐ | sound | ๐ | grinning |
| ๐ | snowboarder | ๐ | womans_clothes |
| ๐ | bullettrain_front | ๐ | fallen_leaf |
| โ | heavy_plus_sign | ๐ | basketball |
| ๐ฌ | dolphin, flipper | ๐ธ | frog |
| ๐ | oncoming_automobile | ๐ถ | signal_strength |
| ๐ | massage | โ๏ธ | sunny |
| ๐ | book, open_book | ๐ | notebook |
| ๐จ | koala | ๐ผ | briefcase |
| ๐ | point_up_2 | ๐ญ | two_women_holding_hands |
| ๐ | bouquet | ๐ | sweet_potato |
| ๐ | car, red_car | ๐ | bee, honeybee |
| ๐ช | hocho, knife | ๐ผ | arrow_up_small |
| โ | gemini | ๐ฅ | boom, collision |
| ๐น | musical_keyboard | ๐ | speaker |
| ๐บ | small_red_triangle | ๐จ | dash |
| ๐ | clock130 | ๐ | scream_cat |
| ๐ | snake | ใ๏ธ | congratulations |
| ๐ | link | ๐ฟ | imp |
| ๐ต | large_blue_circle | ๐ | checkered_flag |
| ๐ | car, red_car | ๐ถ | walking |
| ๐ฑ | cat | ๐ป | beers |
| ๐ | station | hearts | |
| clubs | ๐พ | feet, paw_prints | |
| ๐ฟ | herb | ๐ | page_facing_up |
| ๐ | nose | ๐ | crescent_moon |
| ๐ | foggy | ๐ญ | factory |
| ๐ | balloon | ๐ | bullettrain_side |
| ๐ฅ | disappointed_relieved | ๐จ | fearful |
| ๐ฉ | love_hotel | โ | virgo |
| ๐ผ | tokyo_tower | โฌ๏ธ | arrow_down |