diff --git a/docs/src/markdown/about/changelog.md b/docs/src/markdown/about/changelog.md index 350c39402..41758a372 100644 --- a/docs/src/markdown/about/changelog.md +++ b/docs/src/markdown/about/changelog.md @@ -2,6 +2,8 @@ ## 9.11 +- **NEW**: Emoji: Update to just new CDN. +- **NEW**: Emoji: Update to use Twemoji 14.1.2. - **NEW**: Snippets: Ignore nested snippet section syntax when including a section. ## 9.10 diff --git a/docs/src/markdown/extensions/emoji.md b/docs/src/markdown/extensions/emoji.md index c28786d1a..68aa09180 100644 --- a/docs/src/markdown/extensions/emoji.md +++ b/docs/src/markdown/extensions/emoji.md @@ -43,7 +43,7 @@ toolkit repo @JoyPixels/emoji-toolkit. /// /// tab | Twemoji -[Twemoji][twemoji] ( ): +[Twemoji][twemoji] ( ): Twemoji is Twitter's open source emoji set which also covers a great many emoji with skin tones and gender modifiers. The hosted CDN provides 72x72 PNG emoji or SVG emoji. @@ -73,7 +73,7 @@ ensure proper usage and attributions. //// //// tab | Twemoji -- https://github.com/twitter/twemoji/blob/gh-pages/LICENSE-GRAPHICS +- https://github.com/jdecked/twemoji/blob/main/LICENSE-GRAPHICS //// //// tab | Gemoji diff --git a/pymdownx/__meta__.py b/pymdownx/__meta__.py index 92af61607..4e7534c5c 100644 --- a/pymdownx/__meta__.py +++ b/pymdownx/__meta__.py @@ -185,5 +185,5 @@ def parse_version(ver, pre=False): return Version(major, minor, micro, release, pre, post, dev) -__version_info__ = Version(9, 10, 0, "final") +__version_info__ = Version(9, 11, 0, "final") __version__ = __version_info__._get_canonical() diff --git a/pymdownx/emoji.py b/pymdownx/emoji.py index 9e6793af4..897db6b01 100644 --- a/pymdownx/emoji.py +++ b/pymdownx/emoji.py @@ -35,8 +35,9 @@ UNICODE_VARIATION_SELECTOR_16 = 'fe0f' EMOJIONE_SVG_CDN = 'https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/svg/' EMOJIONE_PNG_CDN = 'https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/' -TWEMOJI_SVG_CDN = 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/' -TWEMOJI_PNG_CDN = 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/' + +TWEMOJI_SVG_CDN = 'https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/' +TWEMOJI_PNG_CDN = 'https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/72x72/' GITHUB_UNICODE_CDN = 'https://github.githubassets.com/images/icons/emoji/unicode/' GITHUB_CDN = 'https://github.githubassets.com/images/icons/emoji/' NO_TITLE = 'none' diff --git a/pymdownx/twemoji_db.py b/pymdownx/twemoji_db.py index afa2227f5..c6cbeaafb 100644 --- a/pymdownx/twemoji_db.py +++ b/pymdownx/twemoji_db.py @@ -2,8 +2,8 @@ Names from emojione database. Do not edit by hand. """ -version = "v13.1.0" -index_version = "6.6.0" +version = "v14.1.2" +index_version = "7.0.1" name = "twemoji" emoji = { ":100:": { @@ -642,6 +642,11 @@ "name": "umbrella on ground", "unicode": "26f1" }, + ":beans:": { + "category": "food", + "name": "beans", + "unicode": "1fad8" + }, ":bear:": { "category": "nature", "name": "bear", @@ -772,6 +777,11 @@ "name": "bison", "unicode": "1f9ac" }, + ":biting_lip:": { + "category": "people", + "name": "biting lip", + "unicode": "1fae6" + }, ":black_cat:": { "category": "nature", "name": "black cat", @@ -968,7 +978,7 @@ "unicode": "1f4a3" }, ":bone:": { - "category": "people", + "category": "food", "name": "bone", "unicode": "1f9b4" }, @@ -1157,6 +1167,11 @@ "name": "bubble tea", "unicode": "1f9cb" }, + ":bubbles:": { + "category": "nature", + "name": "bubbles", + "unicode": "1fae7" + }, ":bucket:": { "category": "objects", "name": "bucket", @@ -1933,6 +1948,11 @@ "unicode": "a9", "unicode_alt": "00a9" }, + ":coral:": { + "category": "nature", + "name": "coral", + "unicode": "1fab8" + }, ":corn:": { "category": "food", "name": "ear of corn", @@ -2553,6 +2573,11 @@ "name": "passenger ship", "unicode": "1f6f3" }, + ":crutch:": { + "category": "travel", + "name": "crutch", + "unicode": "1fa7c" + }, ":cry:": { "category": "people", "name": "crying face", @@ -2933,6 +2958,11 @@ "name": "door", "unicode": "1f6aa" }, + ":dotted_line_face:": { + "category": "people", + "name": "dotted line face", + "unicode": "1fae5" + }, ":doughnut:": { "category": "food", "name": "doughnut", @@ -3164,6 +3194,11 @@ "name": "elf: dark skin tone", "unicode": "1f9dd-1f3ff" }, + ":empty_nest:": { + "category": "nature", + "name": "empty nest", + "unicode": "1fab9" + }, ":end:": { "category": "symbols", "name": "END arrow", @@ -3244,6 +3279,11 @@ "name": "face exhaling", "unicode": "1f62e-200d-1f4a8" }, + ":face_holding_back_tears:": { + "category": "people", + "name": "face holding back tears", + "unicode": "1f979" + }, ":face_in_clouds:": { "category": "people", "name": "face in clouds", @@ -3254,6 +3294,11 @@ "name": "face vomiting", "unicode": "1f92e" }, + ":face_with_diagonal_mouth:": { + "category": "people", + "name": "face with diagonal mouth", + "unicode": "1fae4" + }, ":face_with_hand_over_mouth:": { "category": "people", "name": "face with hand over mouth", @@ -3264,6 +3309,16 @@ "name": "face with monocle", "unicode": "1f9d0" }, + ":face_with_open_eyes_and_hand_over_mouth:": { + "category": "people", + "name": "face with open eyes and hand over mouth", + "unicode": "1fae2" + }, + ":face_with_peeking_eye:": { + "category": "people", + "name": "face with peeking eye", + "unicode": "1fae3" + }, ":face_with_raised_eyebrow:": { "category": "people", "name": "face with raised eyebrow", @@ -5451,6 +5506,11 @@ "name": "hammer and pick", "unicode": "2692" }, + ":hamsa:": { + "category": "objects", + "name": "hamsa", + "unicode": "1faac" + }, ":hamster:": { "category": "nature", "name": "hamster", @@ -5486,6 +5546,36 @@ "name": "hand with fingers splayed: dark skin tone", "unicode": "1f590-1f3ff" }, + ":hand_with_index_finger_and_thumb_crossed:": { + "category": "people", + "name": "hand with index finger and thumb crossed", + "unicode": "1faf0" + }, + ":hand_with_index_finger_and_thumb_crossed_tone1:": { + "category": "people", + "name": "hand with index finger and thumb crossed: light skin tone", + "unicode": "1faf0-1f3fb" + }, + ":hand_with_index_finger_and_thumb_crossed_tone2:": { + "category": "people", + "name": "hand with index finger and thumb crossed: medium-light skin tone", + "unicode": "1faf0-1f3fc" + }, + ":hand_with_index_finger_and_thumb_crossed_tone3:": { + "category": "people", + "name": "hand with index finger and thumb crossed: medium skin tone", + "unicode": "1faf0-1f3fd" + }, + ":hand_with_index_finger_and_thumb_crossed_tone4:": { + "category": "people", + "name": "hand with index finger and thumb crossed: medium-dark skin tone", + "unicode": "1faf0-1f3fe" + }, + ":hand_with_index_finger_and_thumb_crossed_tone5:": { + "category": "people", + "name": "hand with index finger and thumb crossed: dark skin tone", + "unicode": "1faf0-1f3ff" + }, ":handbag:": { "category": "people", "name": "handbag", @@ -5496,6 +5586,131 @@ "name": "handshake", "unicode": "1f91d" }, + ":handshake_tone1:": { + "category": "people", + "name": "handshake: light skin tone", + "unicode": "1f91d-1f3fb" + }, + ":handshake_tone1_tone2:": { + "category": "people", + "name": "handshake: light skin tone, medium-light skin tone", + "unicode": "1faf1-1f3fb-200d-1faf2-1f3fc" + }, + ":handshake_tone1_tone3:": { + "category": "people", + "name": "handshake: light skin tone, medium skin tone", + "unicode": "1faf1-1f3fb-200d-1faf2-1f3fd" + }, + ":handshake_tone1_tone4:": { + "category": "people", + "name": "handshake: light skin tone, medium-dark skin tone", + "unicode": "1faf1-1f3fb-200d-1faf2-1f3fe" + }, + ":handshake_tone1_tone5:": { + "category": "people", + "name": "handshake: light skin tone, dark skin tone", + "unicode": "1faf1-1f3fb-200d-1faf2-1f3ff" + }, + ":handshake_tone2:": { + "category": "people", + "name": "handshake: medium-light skin tone", + "unicode": "1f91d-1f3fc" + }, + ":handshake_tone2_tone1:": { + "category": "people", + "name": "handshake: medium-light skin tone, light skin tone", + "unicode": "1faf1-1f3fc-200d-1faf2-1f3fb" + }, + ":handshake_tone2_tone3:": { + "category": "people", + "name": "handshake: medium-light skin tone, medium skin tone", + "unicode": "1faf1-1f3fc-200d-1faf2-1f3fd" + }, + ":handshake_tone2_tone4:": { + "category": "people", + "name": "handshake: medium-light skin tone, medium-dark skin tone", + "unicode": "1faf1-1f3fc-200d-1faf2-1f3fe" + }, + ":handshake_tone2_tone5:": { + "category": "people", + "name": "handshake: medium-light skin tone, dark skin tone", + "unicode": "1faf1-1f3fc-200d-1faf2-1f3ff" + }, + ":handshake_tone3:": { + "category": "people", + "name": "handshake: medium skin tone", + "unicode": "1f91d-1f3fd" + }, + ":handshake_tone3_tone1:": { + "category": "people", + "name": "handshake: medium skin tone, light skin tone", + "unicode": "1faf1-1f3fd-200d-1faf2-1f3fb" + }, + ":handshake_tone3_tone2:": { + "category": "people", + "name": "handshake: medium skin tone, medium-light skin tone", + "unicode": "1faf1-1f3fd-200d-1faf2-1f3fc" + }, + ":handshake_tone3_tone4:": { + "category": "people", + "name": "handshake: medium skin tone, medium-dark skin tone", + "unicode": "1faf1-1f3fd-200d-1faf2-1f3fe" + }, + ":handshake_tone3_tone5:": { + "category": "people", + "name": "handshake: medium skin tone, dark skin tone", + "unicode": "1faf1-1f3fd-200d-1faf2-1f3ff" + }, + ":handshake_tone4:": { + "category": "people", + "name": "handshake: medium-dark skin tone", + "unicode": "1f91d-1f3fe" + }, + ":handshake_tone4_tone1:": { + "category": "people", + "name": "handshake: medium-dark skin tone, light skin tone", + "unicode": "1faf1-1f3fe-200d-1faf2-1f3fb" + }, + ":handshake_tone4_tone2:": { + "category": "people", + "name": "handshake: medium-dark skin tone, medium-light skin tone", + "unicode": "1faf1-1f3fe-200d-1faf2-1f3fc" + }, + ":handshake_tone4_tone3:": { + "category": "people", + "name": "handshake: medium-dark skin tone, medium skin tone", + "unicode": "1faf1-1f3fe-200d-1faf2-1f3fd" + }, + ":handshake_tone4_tone5:": { + "category": "people", + "name": "handshake: medium-dark skin tone, dark skin tone", + "unicode": "1faf1-1f3fe-200d-1faf2-1f3ff" + }, + ":handshake_tone5:": { + "category": "people", + "name": "handshake: dark skin tone", + "unicode": "1f91d-1f3ff" + }, + ":handshake_tone5_tone1:": { + "category": "people", + "name": "handshake: dark skin tone, light skin tone", + "unicode": "1faf1-1f3ff-200d-1faf2-1f3fb" + }, + ":handshake_tone5_tone2:": { + "category": "people", + "name": "handshake: dark skin tone, medium-light skin tone", + "unicode": "1faf1-1f3ff-200d-1faf2-1f3fc" + }, + ":handshake_tone5_tone3:": { + "category": "people", + "name": "handshake: dark skin tone, medium skin tone", + "unicode": "1faf1-1f3ff-200d-1faf2-1f3fd" + }, + ":handshake_tone5_tone4:": { + "category": "people", + "name": "handshake: dark skin tone, medium-dark skin tone", + "unicode": "1faf1-1f3ff-200d-1faf2-1f3fe" + }, ":hash:": { "category": "symbols", "name": "keycap: #", @@ -5587,6 +5802,36 @@ "name": "smiling cat with heart-eyes", "unicode": "1f63b" }, + ":heart_hands:": { + "category": "people", + "name": "heart hands", + "unicode": "1faf6" + }, + ":heart_hands_tone1:": { + "category": "people", + "name": "heart hands: light skin tone", + "unicode": "1faf6-1f3fb" + }, + ":heart_hands_tone2:": { + "category": "people", + "name": "heart hands: medium-light skin tone", + "unicode": "1faf6-1f3fc" + }, + ":heart_hands_tone3:": { + "category": "people", + "name": "heart hands: medium skin tone", + "unicode": "1faf6-1f3fd" + }, + ":heart_hands_tone4:": { + "category": "people", + "name": "heart hands: medium-dark skin tone", + "unicode": "1faf6-1f3fe" + }, + ":heart_hands_tone5:": { + "category": "people", + "name": "heart hands: dark skin tone", + "unicode": "1faf6-1f3ff" + }, ":heart_on_fire:": { "category": "symbols", "name": "heart on fire", @@ -5622,6 +5867,11 @@ "name": "heavy dollar sign", "unicode": "1f4b2" }, + ":heavy_equals_sign:": { + "category": "symbols", + "name": "heavy equals sign", + "unicode": "1f7f0" + }, ":heavy_minus_sign:": { "category": "symbols", "name": "minus sign", @@ -5708,7 +5958,7 @@ "unicode": "1f36f" }, ":hook:": { - "category": "objects", + "category": "travel", "name": "hook", "unicode": "1fa9d" }, @@ -5842,6 +6092,11 @@ "name": "ID button", "unicode": "1f194" }, + ":identification_card:": { + "category": "objects", + "name": "identification card", + "unicode": "1faaa" + }, ":ideograph_advantage:": { "category": "symbols", "name": "Japanese \u201cbargain\u201d button", @@ -5862,6 +6117,36 @@ "name": "incoming envelope", "unicode": "1f4e8" }, + ":index_pointing_at_the_viewer:": { + "category": "people", + "name": "index pointing at the viewer", + "unicode": "1faf5" + }, + ":index_pointing_at_the_viewer_tone1:": { + "category": "people", + "name": "index pointing at the viewer: light skin tone", + "unicode": "1faf5-1f3fb" + }, + ":index_pointing_at_the_viewer_tone2:": { + "category": "people", + "name": "index pointing at the viewer: medium-light skin tone", + "unicode": "1faf5-1f3fc" + }, + ":index_pointing_at_the_viewer_tone3:": { + "category": "people", + "name": "index pointing at the viewer: medium skin tone", + "unicode": "1faf5-1f3fd" + }, + ":index_pointing_at_the_viewer_tone4:": { + "category": "people", + "name": "index pointing at the viewer: medium-dark skin tone", + "unicode": "1faf5-1f3fe" + }, + ":index_pointing_at_the_viewer_tone5:": { + "category": "people", + "name": "index pointing at the viewer: dark skin tone", + "unicode": "1faf5-1f3ff" + }, ":infinity:": { "category": "symbols", "name": "infinity", @@ -5917,6 +6202,11 @@ "name": "ogre", "unicode": "1f479" }, + ":jar:": { + "category": "food", + "name": "jar", + "unicode": "1fad9" + }, ":jeans:": { "category": "people", "name": "jeans", @@ -6568,7 +6858,7 @@ "unicode": "1f52a" }, ":knot:": { - "category": "objects", + "category": "people", "name": "knot", "unicode": "1faa2" }, @@ -6692,6 +6982,36 @@ "name": "right arrow curving left", "unicode": "21a9" }, + ":leftwards_hand:": { + "category": "people", + "name": "leftwards hand", + "unicode": "1faf2" + }, + ":leftwards_hand_tone1:": { + "category": "people", + "name": "leftwards hand: light skin tone", + "unicode": "1faf2-1f3fb" + }, + ":leftwards_hand_tone2:": { + "category": "people", + "name": "leftwards hand: medium-light skin tone", + "unicode": "1faf2-1f3fc" + }, + ":leftwards_hand_tone3:": { + "category": "people", + "name": "leftwards hand: medium skin tone", + "unicode": "1faf2-1f3fd" + }, + ":leftwards_hand_tone4:": { + "category": "people", + "name": "leftwards hand: medium-dark skin tone", + "unicode": "1faf2-1f3fe" + }, + ":leftwards_hand_tone5:": { + "category": "people", + "name": "leftwards hand: dark skin tone", + "unicode": "1faf2-1f3ff" + }, ":leg:": { "category": "people", "name": "leg", @@ -6842,6 +7162,11 @@ "name": "double curly loop", "unicode": "27bf" }, + ":lotus:": { + "category": "nature", + "name": "lotus", + "unicode": "1fab7" + }, ":loud_sound:": { "category": "symbols", "name": "speaker high volume", @@ -6892,6 +7217,11 @@ "name": "love-you gesture: dark skin tone", "unicode": "1f91f-1f3ff" }, + ":low_battery:": { + "category": "objects", + "name": "low battery", + "unicode": "1faab" + }, ":low_brightness:": { "category": "symbols", "name": "dim button", @@ -9277,6 +9607,11 @@ "name": "melon", "unicode": "1f348" }, + ":melting_face:": { + "category": "people", + "name": "melting face", + "unicode": "1fae0" + }, ":men_holding_hands_tone1:": { "category": "people", "name": "men holding hands: light skin tone", @@ -9637,6 +9972,11 @@ "name": "mirror", "unicode": "1fa9e" }, + ":mirror_ball:": { + "category": "objects", + "name": "mirror ball", + "unicode": "1faa9" + }, ":mobile_phone:": { "category": "objects", "name": "mobile phone", @@ -9952,6 +10292,11 @@ "name": "nerd face", "unicode": "1f913" }, + ":nest_with_eggs:": { + "category": "nature", + "name": "nest with eggs", + "unicode": "1faba" + }, ":nesting_dolls:": { "category": "objects", "name": "nesting dolls", @@ -10504,11 +10849,71 @@ "name": "paintbrush", "unicode": "1f58c" }, + ":palm_down_hand:": { + "category": "people", + "name": "palm down hand", + "unicode": "1faf3" + }, + ":palm_down_hand_tone1:": { + "category": "people", + "name": "palm down hand: light skin tone", + "unicode": "1faf3-1f3fb" + }, + ":palm_down_hand_tone2:": { + "category": "people", + "name": "palm down hand: medium-light skin tone", + "unicode": "1faf3-1f3fc" + }, + ":palm_down_hand_tone3:": { + "category": "people", + "name": "palm down hand: medium skin tone", + "unicode": "1faf3-1f3fd" + }, + ":palm_down_hand_tone4:": { + "category": "people", + "name": "palm down hand: medium-dark skin tone", + "unicode": "1faf3-1f3fe" + }, + ":palm_down_hand_tone5:": { + "category": "people", + "name": "palm down hand: dark skin tone", + "unicode": "1faf3-1f3ff" + }, ":palm_tree:": { "category": "nature", "name": "palm tree", "unicode": "1f334" }, + ":palm_up_hand:": { + "category": "people", + "name": "palm up hand", + "unicode": "1faf4" + }, + ":palm_up_hand_tone1:": { + "category": "people", + "name": "palm up hand: light skin tone", + "unicode": "1faf4-1f3fb" + }, + ":palm_up_hand_tone2:": { + "category": "people", + "name": "palm up hand: medium-light skin tone", + "unicode": "1faf4-1f3fc" + }, + ":palm_up_hand_tone3:": { + "category": "people", + "name": "palm up hand: medium skin tone", + "unicode": "1faf4-1f3fd" + }, + ":palm_up_hand_tone4:": { + "category": "people", + "name": "palm up hand: medium-dark skin tone", + "unicode": "1faf4-1f3fe" + }, + ":palm_up_hand_tone5:": { + "category": "people", + "name": "palm up hand: dark skin tone", + "unicode": "1faf4-1f3ff" + }, ":palms_up_together:": { "category": "people", "name": "palms up together", @@ -12014,6 +12419,36 @@ "name": "person: white hair", "unicode": "1f9d1-200d-1f9b3" }, + ":person_with_crown:": { + "category": "people", + "name": "person with crown", + "unicode": "1fac5" + }, + ":person_with_crown_tone1:": { + "category": "people", + "name": "person with crown: light skin tone", + "unicode": "1fac5-1f3fb" + }, + ":person_with_crown_tone2:": { + "category": "people", + "name": "person with crown: medium-light skin tone", + "unicode": "1fac5-1f3fc" + }, + ":person_with_crown_tone3:": { + "category": "people", + "name": "person with crown: medium skin tone", + "unicode": "1fac5-1f3fd" + }, + ":person_with_crown_tone4:": { + "category": "people", + "name": "person with crown: medium-dark skin tone", + "unicode": "1fac5-1f3fe" + }, + ":person_with_crown_tone5:": { + "category": "people", + "name": "person with crown: dark skin tone", + "unicode": "1fac5-1f3ff" + }, ":person_with_probing_cane:": { "category": "people", "name": "person with probing cane", @@ -12249,6 +12684,11 @@ "name": "play or pause button", "unicode": "23ef" }, + ":playground_slide:": { + "category": "activity", + "name": "playground slide", + "unicode": "1f6dd" + }, ":pleading_face:": { "category": "people", "name": "pleading face", @@ -12509,6 +12949,11 @@ "name": "pound banknote", "unicode": "1f4b7" }, + ":pouring_liquid:": { + "category": "food", + "name": "pouring liquid", + "unicode": "1fad7" + }, ":pouting_cat:": { "category": "people", "name": "pouting cat", @@ -12549,6 +12994,66 @@ "name": "prayer beads", "unicode": "1f4ff" }, + ":pregnant_man:": { + "category": "people", + "name": "pregnant man", + "unicode": "1fac3" + }, + ":pregnant_man_tone1:": { + "category": "people", + "name": "pregnant man: light skin tone", + "unicode": "1fac3-1f3fb" + }, + ":pregnant_man_tone2:": { + "category": "people", + "name": "pregnant man: medium-light skin tone", + "unicode": "1fac3-1f3fc" + }, + ":pregnant_man_tone3:": { + "category": "people", + "name": "pregnant man: medium skin tone", + "unicode": "1fac3-1f3fd" + }, + ":pregnant_man_tone4:": { + "category": "people", + "name": "pregnant man: medium-dark skin tone", + "unicode": "1fac3-1f3fe" + }, + ":pregnant_man_tone5:": { + "category": "people", + "name": "pregnant man: dark skin tone", + "unicode": "1fac3-1f3ff" + }, + ":pregnant_person:": { + "category": "people", + "name": "pregnant person", + "unicode": "1fac4" + }, + ":pregnant_person_tone1:": { + "category": "people", + "name": "pregnant person: light skin tone", + "unicode": "1fac4-1f3fb" + }, + ":pregnant_person_tone2:": { + "category": "people", + "name": "pregnant person: medium-light skin tone", + "unicode": "1fac4-1f3fc" + }, + ":pregnant_person_tone3:": { + "category": "people", + "name": "pregnant person: medium skin tone", + "unicode": "1fac4-1f3fd" + }, + ":pregnant_person_tone4:": { + "category": "people", + "name": "pregnant person: medium-dark skin tone", + "unicode": "1fac4-1f3fe" + }, + ":pregnant_person_tone5:": { + "category": "people", + "name": "pregnant person: dark skin tone", + "unicode": "1fac4-1f3ff" + }, ":pregnant_woman:": { "category": "people", "name": "pregnant woman", @@ -13175,11 +13680,46 @@ "name": "right-facing fist: dark skin tone", "unicode": "1f91c-1f3ff" }, + ":rightwards_hand:": { + "category": "people", + "name": "rightwards hand", + "unicode": "1faf1" + }, + ":rightwards_hand_tone1:": { + "category": "people", + "name": "rightwards hand: light skin tone", + "unicode": "1faf1-1f3fb" + }, + ":rightwards_hand_tone2:": { + "category": "people", + "name": "rightwards hand: medium-light skin tone", + "unicode": "1faf1-1f3fc" + }, + ":rightwards_hand_tone3:": { + "category": "people", + "name": "rightwards hand: medium skin tone", + "unicode": "1faf1-1f3fd" + }, + ":rightwards_hand_tone4:": { + "category": "people", + "name": "rightwards hand: medium-dark skin tone", + "unicode": "1faf1-1f3fe" + }, + ":rightwards_hand_tone5:": { + "category": "people", + "name": "rightwards hand: dark skin tone", + "unicode": "1faf1-1f3ff" + }, ":ring:": { "category": "people", "name": "ring", "unicode": "1f48d" }, + ":ring_buoy:": { + "category": "travel", + "name": "ring buoy", + "unicode": "1f6df" + }, ":ringed_planet:": { "category": "nature", "name": "ringed planet", @@ -13300,6 +13840,11 @@ "name": "salt", "unicode": "1f9c2" }, + ":saluting_face:": { + "category": "people", + "name": "saluting face", + "unicode": "1fae1" + }, ":sandal:": { "category": "people", "name": "woman\u2019s sandal", @@ -13532,7 +14077,7 @@ "unicode_alt": "0037-20e3" }, ":sewing_needle:": { - "category": "objects", + "category": "people", "name": "sewing needle", "unicode": "1faa1" }, @@ -14733,6 +15278,11 @@ "name": "face with steam from nose", "unicode": "1f624" }, + ":troll:": { + "category": "people", + "name": "troll", + "unicode": "1f9cc" + }, ":trolleybus:": { "category": "travel", "name": "trolleybus", @@ -15174,6 +15724,11 @@ "name": "spouting whale", "unicode": "1f433" }, + ":wheel:": { + "category": "travel", + "name": "wheel", + "unicode": "1f6de" + }, ":wheel_of_dharma:": { "category": "symbols", "name": "wheel of dharma", @@ -17794,6 +18349,11 @@ "name": "cross mark", "unicode": "274c" }, + ":x_ray:": { + "category": "objects", + "name": "x-ray", + "unicode": "1fa7b" + }, ":yarn:": { "category": "people", "name": "yarn", @@ -17902,7 +18462,10 @@ ":ag:": ":flag_ag:", ":ai:": ":flag_ai:", ":al:": ":flag_al:", + ":alien_monster:": ":space_invader:", ":am:": ":flag_am:", + ":angry_face:": ":angry:", + ":antenna_bars:": ":signal_strength:", ":ao:": ":flag_ao:", ":aq:": ":flag_aq:", ":ar:": ":flag_ar:", @@ -17921,18 +18484,24 @@ ":at:": ":flag_at:", ":atom_symbol:": ":atom:", ":au:": ":flag_au:", + ":automobile:": ":red_car:", ":aw:": ":flag_aw:", ":ax:": ":flag_ax:", ":az:": ":flag_az:", ":ba:": ":flag_ba:", + ":baby_angel:": ":angel:", + ":back_arrow:": ":back:", ":back_of_hand:": ":raised_back_of_hand:", ":back_of_hand_tone1:": ":raised_back_of_hand_tone1:", ":back_of_hand_tone2:": ":raised_back_of_hand_tone2:", ":back_of_hand_tone3:": ":raised_back_of_hand_tone3:", ":back_of_hand_tone4:": ":raised_back_of_hand_tone4:", ":back_of_hand_tone5:": ":raised_back_of_hand_tone5:", + ":backpack:": ":school_satchel:", ":baguette_bread:": ":french_bread:", + ":balance_scale:": ":scales:", ":ballot_box_with_ballot:": ":ballot_box:", + ":barber_pole:": ":barber:", ":basketball_player:": ":person_bouncing_ball:", ":basketball_player_tone1:": ":person_bouncing_ball_tone1:", ":basketball_player_tone2:": ":person_bouncing_ball_tone2:", @@ -17948,11 +18517,15 @@ ":bearded_person_medium_dark_skin_tone:": ":bearded_person_tone4:", ":bearded_person_medium_light_skin_tone:": ":bearded_person_tone2:", ":bearded_person_medium_skin_tone:": ":bearded_person_tone3:", + ":beating_heart:": ":heartbeat:", + ":beer_mug:": ":beer:", ":bellhop_bell:": ":bellhop:", + ":bento_box:": ":bento:", ":bf:": ":flag_bf:", ":bg:": ":flag_bg:", ":bh:": ":flag_bh:", ":bi:": ":flag_bi:", + ":bicycle:": ":bike:", ":bicyclist:": ":person_biking:", ":bicyclist_tone1:": ":person_biking_tone1:", ":bicyclist_tone2:": ":person_biking_tone2:", @@ -17960,8 +18533,10 @@ ":bicyclist_tone4:": ":person_biking_tone4:", ":bicyclist_tone5:": ":person_biking_tone5:", ":biohazard_sign:": ":biohazard:", + ":birthday_cake:": ":birthday:", ":bj:": ":flag_bj:", ":bl:": ":flag_bl:", + ":black_flag:": ":flag_black:", ":blond-haired_man_dark_skin_tone:": ":blond-haired_man_tone5:", ":blond-haired_man_light_skin_tone:": ":blond-haired_man_tone1:", ":blond-haired_man_medium_dark_skin_tone:": ":blond-haired_man_tone4:", @@ -17990,9 +18565,12 @@ ":breast_feeding_medium_dark_skin_tone:": ":breast_feeding_tone4:", ":breast_feeding_medium_light_skin_tone:": ":breast_feeding_tone2:", ":breast_feeding_medium_skin_tone:": ":breast_feeding_tone3:", + ":brick:": ":bricks:", ":bs:": ":flag_bs:", ":bt:": ":flag_bt:", ":building_construction:": ":construction_site:", + ":bullet_train:": ":bullettrain_front:", + ":bus_stop:": ":busstop:", ":bv:": ":flag_bv:", ":bw:": ":flag_bw:", ":by:": ":flag_by:", @@ -18006,16 +18584,20 @@ ":call_me_hand_tone5:": ":call_me_tone5:", ":card_file_box:": ":card_box:", ":card_index_dividers:": ":dividers:", + ":carp_streamer:": ":flags:", ":cartwheel:": ":person_doing_cartwheel:", ":cartwheel_tone1:": ":person_doing_cartwheel_tone1:", ":cartwheel_tone2:": ":person_doing_cartwheel_tone2:", ":cartwheel_tone3:": ":person_doing_cartwheel_tone3:", ":cartwheel_tone4:": ":person_doing_cartwheel_tone4:", ":cartwheel_tone5:": ":person_doing_cartwheel_tone5:", + ":castle:": ":european_castle:", + ":cat_face:": ":cat:", ":cc:": ":flag_cc:", ":cf:": ":flag_cf:", ":cg:": ":flag_cg:", ":ch:": ":flag_ch:", + ":check_mark:": ":heavy_check_mark:", ":cheese_wedge:": ":cheese:", ":child_dark_skin_tone:": ":child_tone5:", ":child_light_skin_tone:": ":child_tone1:", @@ -18024,23 +18606,33 @@ ":child_medium_skin_tone:": ":child_tone3:", ":chile:": ":flag_cl:", ":ci:": ":flag_ci:", + ":cigarette:": ":smoking:", + ":circled_m:": ":m:", ":city_sunrise:": ":city_sunset:", ":ck:": ":flag_ck:", + ":clamp:": ":compression:", + ":clapper_board:": ":clapper:", ":clinking_glass:": ":champagne_glass:", ":cloud_with_lightning:": ":cloud_lightning:", ":cloud_with_rain:": ":cloud_rain:", ":cloud_with_snow:": ":cloud_snow:", ":cloud_with_tornado:": ":cloud_tornado:", ":clown_face:": ":clown:", + ":club_suit:": ":clubs:", + ":clutch_bag:": ":pouch:", ":cm:": ":flag_cm:", ":cn:": ":flag_cn:", ":co:": ":flag_co:", + ":collision:": ":boom:", + ":computer_disk:": ":minidisc:", + ":confused_face:": ":confused:", ":congo:": ":flag_cd:", ":cook_dark_skin_tone:": ":cook_tone5:", ":cook_light_skin_tone:": ":cook_tone1:", ":cook_medium_dark_skin_tone:": ":cook_tone4:", ":cook_medium_light_skin_tone:": ":cook_tone2:", ":cook_medium_skin_tone:": ":cook_tone3:", + ":cooked_rice:": ":rice:", ":cop:": ":police_officer:", ":cop_tone1:": ":police_officer_tone1:", ":cop_tone2:": ":police_officer_tone2:", @@ -18152,10 +18744,16 @@ ":couple_with_heart_ww:": ":couple_ww:", ":couplekiss_mm:": ":kiss_mm:", ":couplekiss_ww:": ":kiss_ww:", + ":cow_face:": ":cow:", ":cp:": ":flag_cp:", ":cr:": ":flag_cr:", ":cricket_bat_ball:": ":cricket_game:", + ":cross_mark:": ":x:", + ":crying_cat:": ":crying_cat_face:", + ":crying_face:": ":cry:", ":cu:": ":flag_cu:", + ":curly_hair:": ":curly_haired:", + ":curry_rice:": ":curry:", ":cv:": ":flag_cv:", ":cw:": ":flag_cw:", ":cx:": ":flag_cx:", @@ -18163,6 +18761,7 @@ ":cz:": ":flag_cz:", ":dagger_knife:": ":dagger:", ":dancers:": ":people_with_bunny_ears_partying:", + ":dashing_away:": ":dash:", ":de:": ":flag_de:", ":deaf_man_dark_skin_tone:": ":deaf_man_tone5:", ":deaf_man_light_skin_tone:": ":deaf_man_tone1:", @@ -18183,16 +18782,22 @@ ":desert_island:": ":island:", ":desktop_computer:": ":desktop:", ":dg:": ":flag_dg:", + ":diamond_suit:": ":diamonds:", + ":direct_hit:": ":dart:", ":dj:": ":flag_dj:", ":dk:": ":flag_dk:", ":dm:": ":flag_dm:", ":do:": ":flag_do:", + ":dog_face:": ":dog:", ":double_vertical_bar:": ":pause_button:", ":dove_of_peace:": ":dove:", + ":down_arrow:": ":arrow_down:", ":drool:": ":drooling_face:", ":drum_with_drumsticks:": ":drum:", ":dz:": ":flag_dz:", + ":e_mail:": ":e-mail:", ":ea:": ":flag_ea:", + ":ear_of_corn:": ":corn:", ":ear_with_hearing_aid_dark_skin_tone:": ":ear_with_hearing_aid_tone5:", ":ear_with_hearing_aid_light_skin_tone:": ":ear_with_hearing_aid_tone1:", ":ear_with_hearing_aid_medium_dark_skin_tone:": ":ear_with_hearing_aid_tone4:", @@ -18202,17 +18807,24 @@ ":ee:": ":flag_ee:", ":eg:": ":flag_eg:", ":eh:": ":flag_eh:", + ":eight_oclock:": ":clock8:", + ":eight_thirty:": ":clock830:", ":eject_symbol:": ":eject:", + ":eleven_oclock:": ":clock11:", + ":eleven_thirty:": ":clock1130:", ":elf_dark_skin_tone:": ":elf_tone5:", ":elf_light_skin_tone:": ":elf_tone1:", ":elf_medium_dark_skin_tone:": ":elf_tone4:", ":elf_medium_light_skin_tone:": ":elf_tone2:", ":elf_medium_skin_tone:": ":elf_tone3:", ":email:": ":e-mail:", + ":end_arrow:": ":end:", ":er:": ":flag_er:", ":es:": ":flag_es:", ":et:": ":flag_et:", ":eu:": ":flag_eu:", + ":euro_banknote:": ":euro:", + ":ewe:": ":sheep:", ":expecting_woman:": ":pregnant_woman:", ":expecting_woman_tone1:": ":pregnant_woman_tone1:", ":expecting_woman_tone2:": ":pregnant_woman_tone2:", @@ -18250,6 +18862,8 @@ ":farmer_medium_dark_skin_tone:": ":farmer_tone4:", ":farmer_medium_light_skin_tone:": ":farmer_tone2:", ":farmer_medium_skin_tone:": ":farmer_tone3:", + ":fax_machine:": ":fax:", + ":fearful_face:": ":fearful:", ":fencer:": ":person_fencing:", ":fencing:": ":person_fencing:", ":fi:": ":flag_fi:", @@ -18260,36 +18874,55 @@ ":firefighter_medium_light_skin_tone:": ":firefighter_tone2:", ":firefighter_medium_skin_tone:": ":firefighter_tone3:", ":first_place_medal:": ":first_place:", + ":fishing_pole:": ":fishing_pole_and_fish:", + ":five_oclock:": ":clock5:", + ":five_thirty:": ":clock530:", ":fj:": ":flag_fj:", ":fk:": ":flag_fk:", + ":flag_in_hole:": ":golf:", ":flame:": ":fire:", ":flan:": ":custard:", + ":flat_shoe:": ":womans_flat_shoe:", + ":fleur_de_lis:": ":fleur-de-lis:", + ":flexed_biceps:": ":muscle:", + ":flushed_face:": ":flushed:", ":fm:": ":flag_fm:", ":fo:": ":flag_fo:", + ":folded_hands:": ":pray:", ":foot_dark_skin_tone:": ":foot_tone5:", ":foot_light_skin_tone:": ":foot_tone1:", ":foot_medium_dark_skin_tone:": ":foot_tone4:", ":foot_medium_light_skin_tone:": ":foot_tone2:", ":foot_medium_skin_tone:": ":foot_tone3:", ":fork_and_knife_with_plate:": ":fork_knife_plate:", + ":fountain_pen:": ":pen_fountain:", + ":four_oclock:": ":clock4:", + ":four_thirty:": ":clock430:", ":fox_face:": ":fox:", ":fr:": ":flag_fr:", ":frame_with_picture:": ":frame_photo:", + ":french_fries:": ":fries:", + ":frowning_face:": ":frowning2:", + ":fuel_pump:": ":fuelpump:", ":funeral_urn:": ":urn:", ":ga:": ":flag_ga:", ":gay_pride_flag:": ":rainbow_flag:", ":gb:": ":flag_gb:", ":gd:": ":flag_gd:", ":ge:": ":flag_ge:", + ":gem_stone:": ":gem:", ":gf:": ":flag_gf:", ":gg:": ":flag_gg:", ":gh:": ":flag_gh:", ":gi:": ":flag_gi:", ":gl:": ":flag_gl:", ":glass_of_milk:": ":milk:", + ":glasses:": ":eyeglasses:", + ":glowing_star:": ":star2:", ":gm:": ":flag_gm:", ":gn:": ":flag_gn:", ":goal_net:": ":goal:", + ":goblin:": ":japanese_goblin:", ":golfer:": ":person_golfing:", ":gp:": ":flag_gp:", ":gq:": ":flag_gq:", @@ -18301,6 +18934,9 @@ ":grandma_tone4:": ":older_woman_tone4:", ":grandma_tone5:": ":older_woman_tone5:", ":green_salad:": ":salad:", + ":grinning_cat:": ":smiley_cat:", + ":grinning_face:": ":grinning:", + ":growing_heart:": ":heartpulse:", ":gs:": ":flag_gs:", ":gt:": ":flag_gt:", ":gu:": ":flag_gu:", @@ -18326,41 +18962,94 @@ ":hand_with_index_and_middle_fingers_crossed_tone3:": ":fingers_crossed_tone3:", ":hand_with_index_and_middle_fingers_crossed_tone4:": ":fingers_crossed_tone4:", ":hand_with_index_and_middle_fingers_crossed_tone5:": ":fingers_crossed_tone5:", + ":hand_with_index_finger_and_thumb_crossed_dark_skin_tone:": ":hand_with_index_finger_and_thumb_crossed_tone5:", + ":hand_with_index_finger_and_thumb_crossed_light_skin_tone:": ":hand_with_index_finger_and_thumb_crossed_tone1:", + ":hand_with_index_finger_and_thumb_crossed_medium_dark_skin_tone:": ":hand_with_index_finger_and_thumb_crossed_tone4:", + ":hand_with_index_finger_and_thumb_crossed_medium_light_skin_tone:": ":hand_with_index_finger_and_thumb_crossed_tone2:", + ":hand_with_index_finger_and_thumb_crossed_medium_skin_tone:": ":hand_with_index_finger_and_thumb_crossed_tone3:", ":handball:": ":person_playing_handball:", ":handball_tone1:": ":person_playing_handball_tone1:", ":handball_tone2:": ":person_playing_handball_tone2:", ":handball_tone3:": ":person_playing_handball_tone3:", ":handball_tone4:": ":person_playing_handball_tone4:", ":handball_tone5:": ":person_playing_handball_tone5:", + ":handshake_dark_skin_tone:": ":handshake_tone5:", + ":handshake_dark_skin_tone_light_skin_tone:": ":handshake_tone5_tone1:", + ":handshake_dark_skin_tone_medium_dark_skin_tone:": ":handshake_tone5_tone4:", + ":handshake_dark_skin_tone_medium_light_skin_tone:": ":handshake_tone5_tone2:", + ":handshake_dark_skin_tone_medium_skin_tone:": ":handshake_tone5_tone3:", + ":handshake_light_skin_tone:": ":handshake_tone1:", + ":handshake_light_skin_tone_dark_skin_tone:": ":handshake_tone1_tone5:", + ":handshake_light_skin_tone_medium_dark_skin_tone:": ":handshake_tone1_tone4:", + ":handshake_light_skin_tone_medium_light_skin_tone:": ":handshake_tone1_tone2:", + ":handshake_light_skin_tone_medium_skin_tone:": ":handshake_tone1_tone3:", + ":handshake_medium_dark_skin_tone:": ":handshake_tone4:", + ":handshake_medium_dark_skin_tone_dark_skin_tone:": ":handshake_tone4_tone5:", + ":handshake_medium_dark_skin_tone_light_skin_tone:": ":handshake_tone4_tone1:", + ":handshake_medium_dark_skin_tone_medium_light_skin_tone:": ":handshake_tone4_tone2:", + ":handshake_medium_dark_skin_tone_medium_skin_tone:": ":handshake_tone4_tone3:", + ":handshake_medium_light_skin_tone:": ":handshake_tone2:", + ":handshake_medium_light_skin_tone_dark_skin_tone:": ":handshake_tone2_tone5:", + ":handshake_medium_light_skin_tone_light_skin_tone:": ":handshake_tone2_tone1:", + ":handshake_medium_light_skin_tone_medium_dark_skin_tone:": ":handshake_tone2_tone4:", + ":handshake_medium_light_skin_tone_medium_skin_tone:": ":handshake_tone2_tone3:", + ":handshake_medium_skin_tone:": ":handshake_tone3:", + ":handshake_medium_skin_tone_dark_skin_tone:": ":handshake_tone3_tone5:", + ":handshake_medium_skin_tone_light_skin_tone:": ":handshake_tone3_tone1:", + ":handshake_medium_skin_tone_medium_dark_skin_tone:": ":handshake_tone3_tone4:", + ":handshake_medium_skin_tone_medium_light_skin_tone:": ":handshake_tone3_tone2:", ":hankey:": ":poop:", + ":headphone:": ":headphones:", ":health_worker_dark_skin_tone:": ":health_worker_tone5:", ":health_worker_light_skin_tone:": ":health_worker_tone1:", ":health_worker_medium_dark_skin_tone:": ":health_worker_tone4:", ":health_worker_medium_light_skin_tone:": ":health_worker_tone2:", ":health_worker_medium_skin_tone:": ":health_worker_tone3:", + ":heart_hands_dark_skin_tone:": ":heart_hands_tone5:", + ":heart_hands_light_skin_tone:": ":heart_hands_tone1:", + ":heart_hands_medium_dark_skin_tone:": ":heart_hands_tone4:", + ":heart_hands_medium_light_skin_tone:": ":heart_hands_tone2:", + ":heart_hands_medium_skin_tone:": ":heart_hands_tone3:", + ":heart_suit:": ":hearts:", ":heavy_heart_exclamation_mark_ornament:": ":heart_exclamation:", ":helmet_with_white_cross:": ":helmet_with_cross:", + ":high_voltage:": ":zap:", ":hk:": ":flag_hk:", ":hm:": ":flag_hm:", ":hn:": ":flag_hn:", + ":honeybee:": ":bee:", + ":horse_face:": ":horse:", + ":hot_beverage:": ":coffee:", ":hot_dog:": ":hotdog:", + ":hot_springs:": ":hotsprings:", ":house_buildings:": ":homes:", + ":houses:": ":homes:", ":hr:": ":flag_hr:", ":ht:": ":flag_ht:", ":hu:": ":flag_hu:", ":hugging_face:": ":hugging:", + ":hushed_face:": ":hushed:", ":ic:": ":flag_ic:", + ":ice_hockey:": ":hockey:", ":ie:": ":flag_ie:", ":il:": ":flag_il:", ":im:": ":flag_im:", ":in:": ":flag_in:", + ":index_pointing_at_the_viewer_dark_skin_tone:": ":index_pointing_at_the_viewer_tone5:", + ":index_pointing_at_the_viewer_light_skin_tone:": ":index_pointing_at_the_viewer_tone1:", + ":index_pointing_at_the_viewer_medium_dark_skin_tone:": ":index_pointing_at_the_viewer_tone4:", + ":index_pointing_at_the_viewer_medium_light_skin_tone:": ":index_pointing_at_the_viewer_tone2:", + ":index_pointing_at_the_viewer_medium_skin_tone:": ":index_pointing_at_the_viewer_tone3:", ":indonesia:": ":flag_id:", + ":information:": ":information_source:", ":information_desk_person:": ":person_tipping_hand:", ":information_desk_person_tone1:": ":person_tipping_hand_tone1:", ":information_desk_person_tone2:": ":person_tipping_hand_tone2:", ":information_desk_person_tone3:": ":person_tipping_hand_tone3:", ":information_desk_person_tone4:": ":person_tipping_hand_tone4:", ":information_desk_person_tone5:": ":person_tipping_hand_tone5:", + ":input_numbers:": ":1234:", + ":input_symbols:": ":symbols:", ":io:": ":flag_io:", ":iq:": ":flag_iq:", ":ir:": ":flag_ir:", @@ -18369,6 +19058,7 @@ ":je:": ":flag_je:", ":jm:": ":flag_jm:", ":jo:": ":flag_jo:", + ":joker:": ":black_joker:", ":jp:": ":flag_jp:", ":judge_dark_skin_tone:": ":judge_tone5:", ":judge_light_skin_tone:": ":judge_tone1:", @@ -18394,8 +19084,10 @@ ":kg:": ":flag_kg:", ":kh:": ":flag_kh:", ":ki:": ":flag_ki:", + ":kick_scooter:": ":scooter:", ":kiss_dark_skin_tone:": ":kiss_tone5:", ":kiss_light_skin_tone:": ":kiss_tone1:", + ":kiss_man_man:": ":kiss_mm:", ":kiss_man_man_dark_skin_tone:": ":kiss_man_man_tone5:", ":kiss_man_man_dark_skin_tone_light_skin_tone:": ":kiss_man_man_tone5_tone1:", ":kiss_man_man_dark_skin_tone_medium_dark_skin_tone:": ":kiss_man_man_tone5_tone4:", @@ -18421,6 +19113,7 @@ ":kiss_man_man_medium_skin_tone_light_skin_tone:": ":kiss_man_man_tone3_tone1:", ":kiss_man_man_medium_skin_tone_medium_dark_skin_tone:": ":kiss_man_man_tone3_tone4:", ":kiss_man_man_medium_skin_tone_medium_light_skin_tone:": ":kiss_man_man_tone3_tone2:", + ":kiss_mark:": ":kiss:", ":kiss_medium_dark_skin_tone:": ":kiss_tone4:", ":kiss_medium_light_skin_tone:": ":kiss_tone2:", ":kiss_medium_skin_tone:": ":kiss_tone3:", @@ -18494,6 +19187,9 @@ ":kiss_woman_woman_medium_skin_tone_light_skin_tone:": ":kiss_woman_woman_tone3_tone1:", ":kiss_woman_woman_medium_skin_tone_medium_dark_skin_tone:": ":kiss_woman_woman_tone3_tone4:", ":kiss_woman_woman_medium_skin_tone_medium_light_skin_tone:": ":kiss_woman_woman_tone3_tone2:", + ":kissing_face:": ":kissing:", + ":kitchen_knife:": ":knife:", + ":kiwi_fruit:": ":kiwi:", ":kiwifruit:": ":kiwi:", ":km:": ":flag_km:", ":kn:": ":flag_kn:", @@ -18506,6 +19202,7 @@ ":latin_cross:": ":cross:", ":lb:": ":flag_lb:", ":lc:": ":flag_lc:", + ":left_arrow:": ":arrow_left:", ":left_fist:": ":left_facing_fist:", ":left_fist_tone1:": ":left_facing_fist_tone1:", ":left_fist_tone2:": ":left_facing_fist_tone2:", @@ -18513,6 +19210,11 @@ ":left_fist_tone4:": ":left_facing_fist_tone4:", ":left_fist_tone5:": ":left_facing_fist_tone5:", ":left_speech_bubble:": ":speech_left:", + ":leftwards_hand_dark_skin_tone:": ":leftwards_hand_tone5:", + ":leftwards_hand_light_skin_tone:": ":leftwards_hand_tone1:", + ":leftwards_hand_medium_dark_skin_tone:": ":leftwards_hand_tone4:", + ":leftwards_hand_medium_light_skin_tone:": ":leftwards_hand_tone2:", + ":leftwards_hand_medium_skin_tone:": ":leftwards_hand_tone3:", ":leg_dark_skin_tone:": ":leg_tone5:", ":leg_light_skin_tone:": ":leg_tone1:", ":leg_medium_dark_skin_tone:": ":leg_tone4:", @@ -18526,9 +19228,13 @@ ":lifter_tone3:": ":person_lifting_weights_tone3:", ":lifter_tone4:": ":person_lifting_weights_tone4:", ":lifter_tone5:": ":person_lifting_weights_tone5:", + ":light_bulb:": ":bulb:", ":linked_paperclips:": ":paperclips:", ":lion:": ":lion_face:", ":lk:": ":flag_lk:", + ":locked:": ":lock:", + ":locomotive:": ":steam_locomotive:", + ":lotion_bottle:": ":squeeze_bottle:", ":love_you_gesture_dark_skin_tone:": ":love_you_gesture_tone5:", ":love_you_gesture_light_skin_tone:": ":love_you_gesture_tone1:", ":love_you_gesture_medium_dark_skin_tone:": ":love_you_gesture_tone4:", @@ -18802,6 +19508,7 @@ ":man_raising_hand_medium_dark_skin_tone:": ":man_raising_hand_tone4:", ":man_raising_hand_medium_light_skin_tone:": ":man_raising_hand_tone2:", ":man_raising_hand_medium_skin_tone:": ":man_raising_hand_tone3:", + ":man_red_hair:": ":man_red_haired:", ":man_red_haired_dark_skin_tone:": ":man_red_haired_tone5:", ":man_red_haired_light_skin_tone:": ":man_red_haired_tone1:", ":man_red_haired_medium_dark_skin_tone:": ":man_red_haired_tone4:", @@ -18920,6 +19627,7 @@ ":man_with_veil_medium_light_skin_tone:": ":man_with_veil_tone2:", ":man_with_veil_medium_skin_tone:": ":man_with_veil_tone3:", ":mantlepiece_clock:": ":clock:", + ":map_of_japan:": ":japan:", ":massage:": ":person_getting_massage:", ":massage_tone1:": ":person_getting_massage_tone1:", ":massage_tone2:": ":person_getting_massage_tone2:", @@ -18934,6 +19642,7 @@ ":mechanic_medium_dark_skin_tone:": ":mechanic_tone4:", ":mechanic_medium_light_skin_tone:": ":mechanic_tone2:", ":mechanic_medium_skin_tone:": ":mechanic_tone3:", + ":megaphone:": ":mega:", ":memo:": ":pencil:", ":men_holding_hands_dark_skin_tone:": ":men_holding_hands_tone5:", ":men_holding_hands_dark_skin_tone_light_skin_tone:": ":men_holding_hands_tone5_tone1:", @@ -18960,6 +19669,7 @@ ":men_holding_hands_medium_skin_tone_light_skin_tone:": ":men_holding_hands_tone3_tone1:", ":men_holding_hands_medium_skin_tone_medium_dark_skin_tone:": ":men_holding_hands_tone3_tone4:", ":men_holding_hands_medium_skin_tone_medium_light_skin_tone:": ":men_holding_hands_tone3_tone2:", + ":mens_room:": ":mens:", ":mermaid_dark_skin_tone:": ":mermaid_tone5:", ":mermaid_light_skin_tone:": ":mermaid_tone1:", ":mermaid_medium_dark_skin_tone:": ":mermaid_tone4:", @@ -18983,6 +19693,8 @@ ":mm:": ":flag_mm:", ":mn:": ":flag_mn:", ":mo:": ":flag_mo:", + ":moai:": ":moyai:", + ":money_bag:": ":moneybag:", ":money_mouth_face:": ":money_mouth:", ":mother_christmas:": ":mrs_claus:", ":mother_christmas_tone1:": ":mrs_claus_tone1:", @@ -18990,6 +19702,7 @@ ":mother_christmas_tone3:": ":mrs_claus_tone3:", ":mother_christmas_tone4:": ":mrs_claus_tone4:", ":mother_christmas_tone5:": ":mrs_claus_tone5:", + ":motor_boat:": ":motorboat:", ":motorbike:": ":motor_scooter:", ":mountain_bicyclist:": ":person_mountain_biking:", ":mountain_bicyclist_tone1:": ":person_mountain_biking_tone1:", @@ -18997,12 +19710,16 @@ ":mountain_bicyclist_tone3:": ":person_mountain_biking_tone3:", ":mountain_bicyclist_tone4:": ":person_mountain_biking_tone4:", ":mountain_bicyclist_tone5:": ":person_mountain_biking_tone5:", + ":mouse_face:": ":mouse:", + ":mouth:": ":lips:", ":mp:": ":flag_mp:", ":mq:": ":flag_mq:", ":mr:": ":flag_mr:", ":ms:": ":flag_ms:", ":mt:": ":flag_mt:", ":mu:": ":flag_mu:", + ":musical_notes:": ":notes:", + ":muted_speaker:": ":mute:", ":mv:": ":flag_mv:", ":mw:": ":flag_mw:", ":mx:": ":flag_mx:", @@ -19014,14 +19731,18 @@ ":my:": ":flag_my:", ":mz:": ":flag_mz:", ":na:": ":flag_na:", + ":nail_polish:": ":nail_care:", ":national_park:": ":park:", ":nc:": ":flag_nc:", ":ne:": ":flag_ne:", ":nerd_face:": ":nerd:", + ":new_moon_face:": ":new_moon_with_face:", ":next_track:": ":track_next:", ":nf:": ":flag_nf:", ":ni:": ":flag_ni:", ":nigeria:": ":flag_ng:", + ":nine_oclock:": ":clock9:", + ":nine_thirty:": ":clock930:", ":ninja_dark_skin_tone:": ":ninja_tone5:", ":ninja_light_skin_tone:": ":ninja_tone1:", ":ninja_medium_dark_skin_tone:": ":ninja_tone4:", @@ -19035,6 +19756,7 @@ ":no_good_tone3:": ":person_gesturing_no_tone3:", ":no_good_tone4:": ":person_gesturing_no_tone4:", ":no_good_tone5:": ":person_gesturing_no_tone5:", + ":no_littering:": ":do_not_litter:", ":np:": ":flag_np:", ":nr:": ":flag_nr:", ":nu:": ":flag_nu:", @@ -19044,6 +19766,7 @@ ":office_worker_medium_dark_skin_tone:": ":office_worker_tone4:", ":office_worker_medium_light_skin_tone:": ":office_worker_tone2:", ":office_worker_medium_skin_tone:": ":office_worker_tone3:", + ":ogre:": ":japanese_ogre:", ":oil_drum:": ":oil:", ":ok_woman:": ":person_gesturing_ok:", ":ok_woman_tone1:": ":person_gesturing_ok_tone1:", @@ -19052,23 +19775,46 @@ ":ok_woman_tone4:": ":person_gesturing_ok_tone4:", ":ok_woman_tone5:": ":person_gesturing_ok_tone5:", ":old_key:": ":key2:", + ":old_man:": ":older_man:", + ":old_woman:": ":older_woman:", ":older_adult_dark_skin_tone:": ":older_adult_tone5:", ":older_adult_light_skin_tone:": ":older_adult_tone1:", ":older_adult_medium_dark_skin_tone:": ":older_adult_tone4:", ":older_adult_medium_light_skin_tone:": ":older_adult_tone2:", ":older_adult_medium_skin_tone:": ":older_adult_tone3:", + ":older_person:": ":older_adult:", ":om:": ":flag_om:", + ":on_arrow:": ":on:", + ":oncoming_fist:": ":punch:", + ":one_oclock:": ":clock1:", + ":one_thirty:": ":clock130:", + ":open_book:": ":book:", + ":optical_disk:": ":cd:", ":pa:": ":flag_pa:", ":paella:": ":shallow_pan_of_food:", + ":palm_down_hand_dark_skin_tone:": ":palm_down_hand_tone5:", + ":palm_down_hand_light_skin_tone:": ":palm_down_hand_tone1:", + ":palm_down_hand_medium_dark_skin_tone:": ":palm_down_hand_tone4:", + ":palm_down_hand_medium_light_skin_tone:": ":palm_down_hand_tone2:", + ":palm_down_hand_medium_skin_tone:": ":palm_down_hand_tone3:", + ":palm_up_hand_dark_skin_tone:": ":palm_up_hand_tone5:", + ":palm_up_hand_light_skin_tone:": ":palm_up_hand_tone1:", + ":palm_up_hand_medium_dark_skin_tone:": ":palm_up_hand_tone4:", + ":palm_up_hand_medium_light_skin_tone:": ":palm_up_hand_tone2:", + ":palm_up_hand_medium_skin_tone:": ":palm_up_hand_tone3:", ":palms_up_together_dark_skin_tone:": ":palms_up_together_tone5:", ":palms_up_together_light_skin_tone:": ":palms_up_together_tone1:", ":palms_up_together_medium_dark_skin_tone:": ":palms_up_together_tone4:", ":palms_up_together_medium_light_skin_tone:": ":palms_up_together_tone2:", ":palms_up_together_medium_skin_tone:": ":palms_up_together_tone3:", + ":panda:": ":panda_face:", + ":party_popper:": ":tada:", ":passenger_ship:": ":cruise_ship:", ":paw_prints:": ":feet:", ":pe:": ":flag_pe:", ":peace_symbol:": ":peace:", + ":pen:": ":pen_ballpoint:", + ":pensive_face:": ":pensive:", ":people_holding_hands_dark_skin_tone:": ":people_holding_hands_tone5:", ":people_holding_hands_dark_skin_tone_light_skin_tone:": ":people_holding_hands_tone5_tone1:", ":people_holding_hands_dark_skin_tone_medium_dark_skin_tone:": ":people_holding_hands_tone5_tone4:", @@ -19094,6 +19840,8 @@ ":people_holding_hands_medium_skin_tone_light_skin_tone:": ":people_holding_hands_tone3_tone1:", ":people_holding_hands_medium_skin_tone_medium_dark_skin_tone:": ":people_holding_hands_tone3_tone4:", ":people_holding_hands_medium_skin_tone_medium_light_skin_tone:": ":people_holding_hands_tone3_tone2:", + ":person:": ":adult:", + ":person_beard:": ":bearded_person:", ":person_climbing_dark_skin_tone:": ":person_climbing_tone5:", ":person_climbing_light_skin_tone:": ":person_climbing_tone1:", ":person_climbing_medium_dark_skin_tone:": ":person_climbing_tone4:", @@ -19113,6 +19861,7 @@ ":person_golfing_medium_dark_skin_tone:": ":person_golfing_tone4:", ":person_golfing_medium_light_skin_tone:": ":person_golfing_tone2:", ":person_golfing_medium_skin_tone:": ":person_golfing_tone3:", + ":person_in_bed:": ":sleeping_accommodation:", ":person_in_bed_dark_skin_tone:": ":person_in_bed_tone5:", ":person_in_bed_light_skin_tone:": ":person_in_bed_tone1:", ":person_in_bed_medium_dark_skin_tone:": ":person_in_bed_tone4:", @@ -19176,6 +19925,11 @@ ":person_with_blond_hair_tone3:": ":blond_haired_person_tone3:", ":person_with_blond_hair_tone4:": ":blond_haired_person_tone4:", ":person_with_blond_hair_tone5:": ":blond_haired_person_tone5:", + ":person_with_crown_dark_skin_tone:": ":person_with_crown_tone5:", + ":person_with_crown_light_skin_tone:": ":person_with_crown_tone1:", + ":person_with_crown_medium_dark_skin_tone:": ":person_with_crown_tone4:", + ":person_with_crown_medium_light_skin_tone:": ":person_with_crown_tone2:", + ":person_with_crown_medium_skin_tone:": ":person_with_crown_tone3:", ":person_with_pouting_face:": ":person_pouting:", ":person_with_pouting_face_tone1:": ":person_pouting_tone1:", ":person_with_pouting_face_tone2:": ":person_pouting_tone2:", @@ -19190,6 +19944,8 @@ ":pf:": ":flag_pf:", ":pg:": ":flag_pg:", ":ph:": ":flag_ph:", + ":pig_face:": ":pig:", + ":pile_of_poo:": ":poop:", ":pilot_dark_skin_tone:": ":pilot_tone5:", ":pilot_light_skin_tone:": ":pilot_tone1:", ":pilot_medium_dark_skin_tone:": ":pilot_tone4:", @@ -19205,23 +19961,41 @@ ":pinching_hand_medium_dark_skin_tone:": ":pinching_hand_tone4:", ":pinching_hand_medium_light_skin_tone:": ":pinching_hand_tone2:", ":pinching_hand_medium_skin_tone:": ":pinching_hand_tone3:", + ":pistol:": ":gun:", ":pk:": ":flag_pk:", ":pl:": ":flag_pl:", ":pm:": ":flag_pm:", ":pn:": ":flag_pn:", ":poo:": ":poop:", + ":pot_of_food:": ":stew:", + ":pouting_face:": ":rage:", ":pr:": ":flag_pr:", + ":pregnant_man_dark_skin_tone:": ":pregnant_man_tone5:", + ":pregnant_man_light_skin_tone:": ":pregnant_man_tone1:", + ":pregnant_man_medium_dark_skin_tone:": ":pregnant_man_tone4:", + ":pregnant_man_medium_light_skin_tone:": ":pregnant_man_tone2:", + ":pregnant_man_medium_skin_tone:": ":pregnant_man_tone3:", + ":pregnant_person_dark_skin_tone:": ":pregnant_person_tone5:", + ":pregnant_person_light_skin_tone:": ":pregnant_person_tone1:", + ":pregnant_person_medium_dark_skin_tone:": ":pregnant_person_tone4:", + ":pregnant_person_medium_light_skin_tone:": ":pregnant_person_tone2:", + ":pregnant_person_medium_skin_tone:": ":pregnant_person_tone3:", ":previous_track:": ":track_previous:", + ":prohibited:": ":no_entry_sign:", ":ps:": ":flag_ps:", ":pt:": ":flag_pt:", ":pudding:": ":custard:", + ":puzzle_piece:": ":jigsaw:", ":pw:": ":flag_pw:", ":py:": ":flag_py:", ":qa:": ":flag_qa:", + ":question_mark:": ":question:", + ":rabbit_face:": ":rabbit:", ":racing_car:": ":race_car:", ":racing_motorcycle:": ":motorcycle:", ":radioactive_sign:": ":radioactive:", ":railroad_track:": ":railway_track:", + ":raised_fist:": ":fist:", ":raised_hand_with_fingers_splayed:": ":hand_splayed:", ":raised_hand_with_fingers_splayed_tone1:": ":hand_splayed_tone1:", ":raised_hand_with_fingers_splayed_tone2:": ":hand_splayed_tone2:", @@ -19240,7 +20014,12 @@ ":raising_hand_tone3:": ":person_raising_hand_tone3:", ":raising_hand_tone4:": ":person_raising_hand_tone4:", ":raising_hand_tone5:": ":person_raising_hand_tone5:", + ":raising_hands:": ":raised_hands:", ":re:": ":flag_re:", + ":red_apple:": ":apple:", + ":red_hair:": ":red_haired:", + ":red_heart:": ":heart:", + ":relieved_face:": ":relieved:", ":reversed_hand_with_middle_finger_extended:": ":middle_finger:", ":reversed_hand_with_middle_finger_extended_tone1:": ":middle_finger_tone1:", ":reversed_hand_with_middle_finger_extended_tone2:": ":middle_finger_tone2:", @@ -19249,12 +20028,18 @@ ":reversed_hand_with_middle_finger_extended_tone5:": ":middle_finger_tone5:", ":rhinoceros:": ":rhino:", ":right_anger_bubble:": ":anger_right:", + ":right_arrow:": ":arrow_right:", ":right_fist:": ":right_facing_fist:", ":right_fist_tone1:": ":right_facing_fist_tone1:", ":right_fist_tone2:": ":right_facing_fist_tone2:", ":right_fist_tone3:": ":right_facing_fist_tone3:", ":right_fist_tone4:": ":right_facing_fist_tone4:", ":right_fist_tone5:": ":right_facing_fist_tone5:", + ":rightwards_hand_dark_skin_tone:": ":rightwards_hand_tone5:", + ":rightwards_hand_light_skin_tone:": ":rightwards_hand_tone1:", + ":rightwards_hand_medium_dark_skin_tone:": ":rightwards_hand_tone4:", + ":rightwards_hand_medium_light_skin_tone:": ":rightwards_hand_tone2:", + ":rightwards_hand_medium_skin_tone:": ":rightwards_hand_tone3:", ":ro:": ":flag_ro:", ":robot_face:": ":robot:", ":rolled_up_newspaper:": ":newspaper2:", @@ -19273,7 +20058,10 @@ ":runner_tone3:": ":person_running_tone3:", ":runner_tone4:": ":person_running_tone4:", ":runner_tone5:": ":person_running_tone5:", + ":running_shirt:": ":running_shirt_with_sash:", + ":running_shoe:": ":athletic_shoe:", ":rw:": ":flag_rw:", + ":santa_claus:": ":santa:", ":satisfied:": ":laughing:", ":saudi:": ":flag_sa:", ":saudiarabia:": ":flag_sa:", @@ -19284,15 +20072,21 @@ ":scientist_medium_dark_skin_tone:": ":scientist_tone4:", ":scientist_medium_light_skin_tone:": ":scientist_tone2:", ":scientist_medium_skin_tone:": ":scientist_tone3:", + ":scorpio:": ":scorpius:", ":sd:": ":flag_sd:", ":se:": ":flag_se:", ":second_place_medal:": ":second_place:", + ":seven_oclock:": ":clock7:", + ":seven_thirty:": ":clock730:", ":sg:": ":flag_sg:", ":sh:": ":flag_sh:", ":shaking_hands:": ":handshake:", + ":sheaf_of_rice:": ":ear_of_rice:", ":shelled_peanut:": ":peanuts:", ":shit:": ":poop:", + ":shooting_star:": ":stars:", ":shopping_trolley:": ":shopping_cart:", + ":shortcake:": ":cake:", ":shrug:": ":person_shrugging:", ":shrug_tone1:": ":person_shrugging_tone1:", ":shrug_tone2:": ":person_shrugging_tone2:", @@ -19312,11 +20106,16 @@ ":singer_medium_dark_skin_tone:": ":singer_tone4:", ":singer_medium_light_skin_tone:": ":singer_tone2:", ":singer_medium_skin_tone:": ":singer_tone3:", + ":six_oclock:": ":clock6:", + ":six_thirty:": ":clock630:", ":sj:": ":flag_sj:", ":sk:": ":flag_sk:", ":skeleton:": ":skull:", + ":skis:": ":ski:", ":skull_and_crossbones:": ":skull_crossbones:", ":sl:": ":flag_sl:", + ":sleeping_face:": ":sleeping:", + ":sleepy_face:": ":sleepy:", ":sleuth_or_spy:": ":detective:", ":sleuth_or_spy_tone1:": ":detective_tone1:", ":sleuth_or_spy_tone2:": ":detective_tone2:", @@ -19327,6 +20126,8 @@ ":slightly_smiling_face:": ":slight_smile:", ":sm:": ":flag_sm:", ":small_airplane:": ":airplane_small:", + ":smiling_face:": ":relaxed:", + ":smirking_face:": ":smirk:", ":sn:": ":flag_sn:", ":sneeze:": ":sneezing_face:", ":snow_capped_mountain:": ":mountain_snow:", @@ -19336,9 +20137,13 @@ ":snowboarder_medium_light_skin_tone:": ":snowboarder_tone2:", ":snowboarder_medium_skin_tone:": ":snowboarder_tone3:", ":so:": ":flag_so:", + ":soccer_ball:": ":soccer:", + ":soon_arrow:": ":soon:", + ":spade_suit:": ":spades:", ":speaking_head_in_silhouette:": ":speaking_head:", ":spiral_calendar_pad:": ":calendar_spiral:", ":spiral_note_pad:": ":notepad_spiral:", + ":spiral_shell:": ":shell:", ":sports_medal:": ":medal:", ":spy:": ":detective:", ":spy_tone1:": ":detective_tone1:", @@ -19349,6 +20154,7 @@ ":sr:": ":flag_sr:", ":ss:": ":flag_ss:", ":st:": ":flag_st:", + ":steaming_bowl:": ":ramen:", ":stop_sign:": ":octagonal_sign:", ":student_dark_skin_tone:": ":student_tone5:", ":student_light_skin_tone:": ":student_tone1:", @@ -19357,6 +20163,8 @@ ":student_medium_skin_tone:": ":student_tone3:", ":studio_microphone:": ":microphone2:", ":stuffed_pita:": ":stuffed_flatbread:", + ":sun:": ":sunny:", + ":sunset:": ":city_sunset:", ":superhero_dark_skin_tone:": ":superhero_tone5:", ":superhero_light_skin_tone:": ":superhero_tone1:", ":superhero_medium_dark_skin_tone:": ":superhero_tone4:", @@ -19383,6 +20191,7 @@ ":sx:": ":flag_sx:", ":sy:": ":flag_sy:", ":sz:": ":flag_sz:", + ":t_shirt:": ":shirt:", ":ta:": ":flag_ta:", ":table_tennis:": ":ping_pong:", ":tc:": ":flag_tc:", @@ -19397,18 +20206,25 @@ ":technologist_medium_dark_skin_tone:": ":technologist_tone4:", ":technologist_medium_light_skin_tone:": ":technologist_tone2:", ":technologist_medium_skin_tone:": ":technologist_tone3:", + ":television:": ":tv:", + ":ten_oclock:": ":clock10:", + ":ten_thirty:": ":clock1030:", ":tf:": ":flag_tf:", ":tg:": ":flag_tg:", ":th:": ":flag_th:", ":thinking_face:": ":thinking:", ":third_place_medal:": ":third_place:", ":three_button_mouse:": ":mouse_three_button:", + ":three_oclock:": ":clock3:", + ":three_thirty:": ":clock330:", ":thumbdown:": ":thumbsdown:", ":thumbdown_tone1:": ":thumbsdown_tone1:", ":thumbdown_tone2:": ":thumbsdown_tone2:", ":thumbdown_tone3:": ":thumbsdown_tone3:", ":thumbdown_tone4:": ":thumbsdown_tone4:", ":thumbdown_tone5:": ":thumbsdown_tone5:", + ":thumbs_down:": ":thumbsdown:", + ":thumbs_up:": ":thumbsup:", ":thumbup:": ":thumbsup:", ":thumbup_tone1:": ":thumbsup_tone1:", ":thumbup_tone2:": ":thumbsup_tone2:", @@ -19416,13 +20232,19 @@ ":thumbup_tone4:": ":thumbsup_tone4:", ":thumbup_tone5:": ":thumbsup_tone5:", ":thunder_cloud_and_rain:": ":thunder_cloud_rain:", + ":tiger_face:": ":tiger:", ":timer_clock:": ":timer:", ":tj:": ":flag_tj:", ":tk:": ":flag_tk:", ":tl:": ":flag_tl:", ":tn:": ":flag_tn:", ":to:": ":flag_to:", + ":top_arrow:": ":top:", + ":top_hat:": ":tophat:", + ":tornado:": ":cloud_tornado:", ":tr:": ":flag_tr:", + ":trade_mark:": ":tm:", + ":tram_car:": ":train:", ":tt:": ":flag_tt:", ":turkmenistan:": ":flag_tm:", ":tuvalu:": ":flag_tv:", @@ -19432,12 +20254,21 @@ ":tuxedo_tone4:": ":person_in_tuxedo_tone4:", ":tuxedo_tone5:": ":person_in_tuxedo_tone5:", ":tw:": ":flag_tw:", + ":twelve_oclock:": ":clock12:", + ":twelve_thirty:": ":clock1230:", + ":two_oclock:": ":clock2:", + ":two_thirty:": ":clock230:", ":tz:": ":flag_tz:", ":ua:": ":flag_ua:", ":ug:": ":flag_ug:", ":um:": ":flag_um:", ":umbrella_on_ground:": ":beach_umbrella:", + ":unamused_face:": ":unamused:", ":unicorn_face:": ":unicorn:", + ":unlocked:": ":unlock:", + ":up_arrow:": ":arrow_up:", + ":up_down_arrow:": ":arrow_up_down:", + ":up_left_arrow:": ":arrow_upper_left:", ":upside_down_face:": ":upside_down:", ":us:": ":flag_us:", ":uy:": ":flag_uy:", @@ -19452,22 +20283,30 @@ ":ve:": ":flag_ve:", ":vg:": ":flag_vg:", ":vi:": ":flag_vi:", + ":victory_hand:": ":v:", + ":videocassette:": ":vhs:", ":vn:": ":flag_vn:", ":vu:": ":flag_vu:", + ":vulcan_salute:": ":vulcan:", ":walking:": ":person_walking:", ":walking_tone1:": ":person_walking_tone1:", ":walking_tone2:": ":person_walking_tone2:", ":walking_tone3:": ":person_walking_tone3:", ":walking_tone4:": ":person_walking_tone4:", ":walking_tone5:": ":person_walking_tone5:", + ":water_closet:": ":wc:", ":water_polo:": ":person_playing_water_polo:", ":water_polo_tone1:": ":person_playing_water_polo_tone1:", ":water_polo_tone2:": ":person_playing_water_polo_tone2:", ":water_polo_tone3:": ":person_playing_water_polo_tone3:", ":water_polo_tone4:": ":person_playing_water_polo_tone4:", ":water_polo_tone5:": ":person_playing_water_polo_tone5:", + ":water_wave:": ":ocean:", ":waving_black_flag:": ":flag_black:", + ":waving_hand:": ":wave:", ":waving_white_flag:": ":flag_white:", + ":weary_cat:": ":scream_cat:", + ":weary_face:": ":weary:", ":weight_lifter:": ":person_lifting_weights:", ":weight_lifter_tone1:": ":person_lifting_weights_tone1:", ":weight_lifter_tone2:": ":person_lifting_weights_tone2:", @@ -19476,11 +20315,15 @@ ":weight_lifter_tone5:": ":person_lifting_weights_tone5:", ":wf:": ":flag_wf:", ":whisky:": ":tumbler_glass:", + ":white_flag:": ":flag_white:", ":white_frowning_face:": ":frowning2:", + ":white_hair:": ":white_haired:", ":white_sun_behind_cloud:": ":white_sun_cloud:", ":white_sun_behind_cloud_with_rain:": ":white_sun_rain_cloud:", ":white_sun_with_small_cloud:": ":white_sun_small_cloud:", ":wilted_flower:": ":wilted_rose:", + ":wind_face:": ":wind_blowing_face:", + ":winking_face:": ":wink:", ":woman_and_man_holding_hands_dark_skin_tone:": ":woman_and_man_holding_hands_tone5:", ":woman_and_man_holding_hands_dark_skin_tone_light_skin_tone:": ":woman_and_man_holding_hands_tone5_tone1:", ":woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone:": ":woman_and_man_holding_hands_tone5_tone4:", @@ -19561,6 +20404,7 @@ ":woman_curly_haired_medium_dark_skin_tone:": ":woman_curly_haired_tone4:", ":woman_curly_haired_medium_light_skin_tone:": ":woman_curly_haired_tone2:", ":woman_curly_haired_medium_skin_tone:": ":woman_curly_haired_tone3:", + ":woman_dancing:": ":dancer:", ":woman_dark_skin_tone_beard:": ":woman_tone5_beard:", ":woman_detective_dark_skin_tone:": ":woman_detective_tone5:", ":woman_detective_light_skin_tone:": ":woman_detective_tone1:", @@ -19851,6 +20695,8 @@ ":woman_with_veil_medium_dark_skin_tone:": ":woman_with_veil_tone4:", ":woman_with_veil_medium_light_skin_tone:": ":woman_with_veil_tone2:", ":woman_with_veil_medium_skin_tone:": ":woman_with_veil_tone3:", + ":womans_boot:": ":boot:", + ":womans_sandal:": ":sandal:", ":women_holding_hands_dark_skin_tone:": ":women_holding_hands_tone5:", ":women_holding_hands_dark_skin_tone_light_skin_tone:": ":women_holding_hands_tone5_tone1:", ":women_holding_hands_dark_skin_tone_medium_dark_skin_tone:": ":women_holding_hands_tone5_tone4:", @@ -19876,13 +20722,17 @@ ":women_holding_hands_medium_skin_tone_light_skin_tone:": ":women_holding_hands_tone3_tone1:", ":women_holding_hands_medium_skin_tone_medium_dark_skin_tone:": ":women_holding_hands_tone3_tone4:", ":women_holding_hands_medium_skin_tone_medium_light_skin_tone:": ":women_holding_hands_tone3_tone2:", + ":womens_room:": ":womens:", ":world_map:": ":map:", + ":worried_face:": ":worried:", ":worship_symbol:": ":place_of_worship:", + ":wrapped_gift:": ":gift:", ":wrestlers:": ":people_wrestling:", ":wrestling:": ":people_wrestling:", ":ws:": ":flag_ws:", ":xk:": ":flag_xk:", ":ye:": ":flag_ye:", + ":yen_banknote:": ":yen:", ":yt:": ":flag_yt:", ":za:": ":flag_za:", ":zipper_mouth_face:": ":zipper_mouth:", diff --git a/tests/extensions/emoji/twemoji (png).html b/tests/extensions/emoji/twemoji (png).html index 1da0e3d8d..183559c57 100644 --- a/tests/extensions/emoji/twemoji (png).html +++ b/tests/extensions/emoji/twemoji (png).html @@ -1,3572 +1,3684 @@
100
-1234
-8ball
-a
-ab
-abacus
-abc
-abcd
-accept
-accordion
-adhesive_bandage
-adult
-adult_tone1
-adult_tone2
-adult_tone3
-adult_tone4
-adult_tone5
-aerial_tramway
-airplane
-airplane_arriving
-airplane_departure
-airplane_small
-alarm_clock
-alembic
-alien
-ambulance
-amphora
-anatomical_heart
-anchor
-angel
-angel_tone1
-angel_tone2
-angel_tone3
-angel_tone4
-angel_tone5
-anger
-anger_right
-angry
-anguished
-ant
-apple
-aquarius
-aries
-arrow_backward
-arrow_double_down
-arrow_double_up
-arrow_down
-arrow_down_small
-arrow_forward
-arrow_heading_down
-arrow_heading_up
-arrow_left
-arrow_lower_left
-arrow_lower_right
-arrow_right
-arrow_right_hook
-arrow_up
-arrow_up_down
-arrow_up_small
-arrow_upper_left
-arrow_upper_right
-arrows_clockwise
-arrows_counterclockwise
-art
-articulated_lorry
-artist
-artist_tone1
-artist_tone2
-artist_tone3
-artist_tone4
-artist_tone5
-asterisk
-astonished
-astronaut
-astronaut_tone1
-astronaut_tone2
-astronaut_tone3
-astronaut_tone4
-astronaut_tone5
-athletic_shoe
-atm
-atom
-auto_rickshaw
-avocado
-axe
-b
-baby
-baby_bottle
-baby_chick
-baby_symbol
-baby_tone1
-baby_tone2
-baby_tone3
-baby_tone4
-baby_tone5
-back
-bacon
-badger
-badminton
-bagel
-baggage_claim
-bald
-ballet_shoes
-balloon
-ballot_box
-ballot_box_with_check
-bamboo
-banana
-bangbang
-banjo
-bank
-bar_chart
-barber
-baseball
-basket
-basketball
-bat
-bath
-bath_tone1
-bath_tone2
-bath_tone3
-bath_tone4
-bath_tone5
-bathtub
-battery
-beach
-beach_umbrella
-bear
-bearded_person
-bearded_person_tone1
-bearded_person_tone2
-bearded_person_tone3
-bearded_person_tone4
-bearded_person_tone5
-beaver
-bed
-bee
-beer
-beers
-beetle
-beginner
-bell
-bell_pepper
-bellhop
-bento
-beverage_box
-bike
-bikini
-billed_cap
-biohazard
-bird
-birthday
-bison
-black_cat
-black_circle
-black_heart
-black_joker
-black_large_square
-black_medium_small_square
-black_medium_square
-black_nib
-black_small_square
-black_square_button
-blond-haired_man
-blond-haired_man_tone1
-blond-haired_man_tone2
-blond-haired_man_tone3
-blond-haired_man_tone4
-blond-haired_man_tone5
-blond-haired_woman
-blond-haired_woman_tone1
-blond-haired_woman_tone2
-blond-haired_woman_tone3
-blond-haired_woman_tone4
-blond-haired_woman_tone5
-blond_haired_person
-blond_haired_person_tone1
-blond_haired_person_tone2
-blond_haired_person_tone3
-blond_haired_person_tone4
-blond_haired_person_tone5
-blossom
-blowfish
-blue_book
-blue_car
-blue_circle
-blue_heart
-blue_square
-blueberries
-blush
-boar
-bomb
-bone
-book
-bookmark
-bookmark_tabs
-books
-boom
-boomerang
-boot
-bouquet
-bow_and_arrow
-bowl_with_spoon
-bowling
-boxing_glove
-boy
-boy_tone1
-boy_tone2
-boy_tone3
-boy_tone4
-boy_tone5
-brain
-bread
-breast_feeding
-breast_feeding_tone1
-breast_feeding_tone2
-breast_feeding_tone3
-breast_feeding_tone4
-breast_feeding_tone5
-bricks
-bridge_at_night
-briefcase
-briefs
-broccoli
-broken_heart
-broom
-brown_circle
-brown_heart
-brown_square
-bubble_tea
-bucket
-bug
-bulb
-bullettrain_front
-bullettrain_side
-burrito
-bus
-busstop
-bust_in_silhouette
-busts_in_silhouette
-butter
-butterfly
-cactus
-cake
-calendar
-calendar_spiral
-call_me
-call_me_tone1
-call_me_tone2
-call_me_tone3
-call_me_tone4
-call_me_tone5
-calling
-camel
-camera
-camera_with_flash
-camping
-cancer
-candle
-candy
-canned_food
-canoe
-capital_abcd
-capricorn
-card_box
-card_index
-carousel_horse
-carpentry_saw
-carrot
-cat2
-cat
-cd
-chains
-chair
-champagne
-champagne_glass
-chart
-chart_with_downwards_trend
-chart_with_upwards_trend
-checkered_flag
-cheese
-cherries
-cherry_blossom
-chess_pawn
-chestnut
-chicken
-child
-child_tone1
-child_tone2
-child_tone3
-child_tone4
-child_tone5
-children_crossing
-chipmunk
-chocolate_bar
-chopsticks
-christmas_tree
-church
-cinema
-circus_tent
-city_dusk
-city_sunset
-cityscape
-cl
-clap
-clap_tone1
-clap_tone2
-clap_tone3
-clap_tone4
-clap_tone5
-clapper
-classical_building
-clipboard
-clock1030
-clock10
-clock1130
-clock11
-clock1230
-clock12
-clock130
-clock1
-clock230
-clock2
-clock330
-clock3
-clock430
-clock4
-clock530
-clock5
-clock630
-clock6
-clock730
-clock7
-clock830
-clock8
-clock930
-clock9
-clock
-closed_book
-closed_lock_with_key
-closed_umbrella
-cloud
-cloud_lightning
-cloud_rain
-cloud_snow
-cloud_tornado
-clown
-clubs
-coat
-cockroach
-cocktail
-coconut
-coffee
-coffin
-coin
-cold_face
-cold_sweat
-comet
-compass
-compression
-computer
-confetti_ball
-confounded
-confused
-congratulations
-construction
-construction_site
-construction_worker
-construction_worker_tone1
-construction_worker_tone2
-construction_worker_tone3
-construction_worker_tone4
-construction_worker_tone5
-control_knobs
-convenience_store
-cook
-cook_tone1
-cook_tone2
-cook_tone3
-cook_tone4
-cook_tone5
-cookie
-cooking
-cool
-copyright
-corn
-couch
-couple
-couple_mm
-couple_with_heart
-couple_with_heart_man_man_tone1
-couple_with_heart_man_man_tone1_tone2
-couple_with_heart_man_man_tone1_tone3
-couple_with_heart_man_man_tone1_tone4
-couple_with_heart_man_man_tone1_tone5
-couple_with_heart_man_man_tone2
-couple_with_heart_man_man_tone2_tone1
-couple_with_heart_man_man_tone2_tone3
-couple_with_heart_man_man_tone2_tone4
-couple_with_heart_man_man_tone2_tone5
-couple_with_heart_man_man_tone3
-couple_with_heart_man_man_tone3_tone1
-couple_with_heart_man_man_tone3_tone2
-couple_with_heart_man_man_tone3_tone4
-couple_with_heart_man_man_tone3_tone5
-couple_with_heart_man_man_tone4
-couple_with_heart_man_man_tone4_tone1
-couple_with_heart_man_man_tone4_tone2
-couple_with_heart_man_man_tone4_tone3
-couple_with_heart_man_man_tone4_tone5
-couple_with_heart_man_man_tone5
-couple_with_heart_man_man_tone5_tone1
-couple_with_heart_man_man_tone5_tone2
-couple_with_heart_man_man_tone5_tone3
-couple_with_heart_man_man_tone5_tone4
-couple_with_heart_person_person_tone1_tone2
-couple_with_heart_person_person_tone1_tone3
-couple_with_heart_person_person_tone1_tone4
-couple_with_heart_person_person_tone1_tone5
-couple_with_heart_person_person_tone2_tone1
-couple_with_heart_person_person_tone2_tone3
-couple_with_heart_person_person_tone2_tone4
-couple_with_heart_person_person_tone2_tone5
-couple_with_heart_person_person_tone3_tone1
-couple_with_heart_person_person_tone3_tone2
-couple_with_heart_person_person_tone3_tone4
-couple_with_heart_person_person_tone3_tone5
-couple_with_heart_person_person_tone4_tone1
-couple_with_heart_person_person_tone4_tone2
-couple_with_heart_person_person_tone4_tone3
-couple_with_heart_person_person_tone4_tone5
-couple_with_heart_person_person_tone5_tone1
-couple_with_heart_person_person_tone5_tone2
-couple_with_heart_person_person_tone5_tone3
-couple_with_heart_person_person_tone5_tone4
-couple_with_heart_tone1
-couple_with_heart_tone2
-couple_with_heart_tone3
-couple_with_heart_tone4
-couple_with_heart_tone5
-couple_with_heart_woman_man
-couple_with_heart_woman_man_tone1
-couple_with_heart_woman_man_tone1_tone2
-couple_with_heart_woman_man_tone1_tone3
-couple_with_heart_woman_man_tone1_tone4
-couple_with_heart_woman_man_tone1_tone5
-couple_with_heart_woman_man_tone2
-couple_with_heart_woman_man_tone2_tone1
-couple_with_heart_woman_man_tone2_tone3
-couple_with_heart_woman_man_tone2_tone4
-couple_with_heart_woman_man_tone2_tone5
-couple_with_heart_woman_man_tone3
-couple_with_heart_woman_man_tone3_tone1
-couple_with_heart_woman_man_tone3_tone2
-couple_with_heart_woman_man_tone3_tone4
-couple_with_heart_woman_man_tone3_tone5
-couple_with_heart_woman_man_tone4
-couple_with_heart_woman_man_tone4_tone1
-couple_with_heart_woman_man_tone4_tone2
-couple_with_heart_woman_man_tone4_tone3
-couple_with_heart_woman_man_tone4_tone5
-couple_with_heart_woman_man_tone5
-couple_with_heart_woman_man_tone5_tone1
-couple_with_heart_woman_man_tone5_tone2
-couple_with_heart_woman_man_tone5_tone3
-couple_with_heart_woman_man_tone5_tone4
-couple_with_heart_woman_woman_tone1
-couple_with_heart_woman_woman_tone1_tone2
-couple_with_heart_woman_woman_tone1_tone3
-couple_with_heart_woman_woman_tone1_tone4
-couple_with_heart_woman_woman_tone1_tone5
-couple_with_heart_woman_woman_tone2
-couple_with_heart_woman_woman_tone2_tone1
-couple_with_heart_woman_woman_tone2_tone3
-couple_with_heart_woman_woman_tone2_tone4
-couple_with_heart_woman_woman_tone2_tone5
-couple_with_heart_woman_woman_tone3
-couple_with_heart_woman_woman_tone3_tone1
-couple_with_heart_woman_woman_tone3_tone2
-couple_with_heart_woman_woman_tone3_tone4
-couple_with_heart_woman_woman_tone3_tone5
-couple_with_heart_woman_woman_tone4
-couple_with_heart_woman_woman_tone4_tone1
-couple_with_heart_woman_woman_tone4_tone2
-couple_with_heart_woman_woman_tone4_tone3
-couple_with_heart_woman_woman_tone4_tone5
-couple_with_heart_woman_woman_tone5
-couple_with_heart_woman_woman_tone5_tone1
-couple_with_heart_woman_woman_tone5_tone2
-couple_with_heart_woman_woman_tone5_tone3
-couple_with_heart_woman_woman_tone5_tone4
-couple_ww
-couplekiss
-cow2
-cow
-cowboy
-crab
-crayon
-credit_card
-crescent_moon
-cricket
-cricket_game
-crocodile
-croissant
-cross
-crossed_flags
-crossed_swords
-crown
-cruise_ship
-cry
-crying_cat_face
-crystal_ball
-cucumber
-cup_with_straw
-cupcake
-cupid
-curling_stone
-curly_haired
-curly_loop
-currency_exchange
-curry
-custard
-customs
-cut_of_meat
-cyclone
-dagger
-dancer
-dancer_tone1
-dancer_tone2
-dancer_tone3
-dancer_tone4
-dancer_tone5
-dango
-dark_sunglasses
-dart
-dash
-date
-deaf_man
-deaf_man_tone1
-deaf_man_tone2
-deaf_man_tone3
-deaf_man_tone4
-deaf_man_tone5
-deaf_person
-deaf_person_tone1
-deaf_person_tone2
-deaf_person_tone3
-deaf_person_tone4
-deaf_person_tone5
-deaf_woman
-deaf_woman_tone1
-deaf_woman_tone2
-deaf_woman_tone3
-deaf_woman_tone4
-deaf_woman_tone5
-deciduous_tree
-deer
-department_store
-desert
-desktop
-detective
-detective_tone1
-detective_tone2
-detective_tone3
-detective_tone4
-detective_tone5
-diamond_shape_with_a_dot_inside
-diamonds
-disappointed
-disappointed_relieved
-disguised_face
-dividers
-diving_mask
-diya_lamp
-dizzy
-dizzy_face
-dna
-do_not_litter
-dodo
-dog2
-dog
-dollar
-dolls
-dolphin
-door
-doughnut
-dove
-dragon
-dragon_face
-dress
-dromedary_camel
-drooling_face
-drop_of_blood
-droplet
-drum
-duck
-dumpling
-dvd
-e-mail
-eagle
-ear
-ear_of_rice
-ear_tone1
-ear_tone2
-ear_tone3
-ear_tone4
-ear_tone5
-ear_with_hearing_aid
-ear_with_hearing_aid_tone1
-ear_with_hearing_aid_tone2
-ear_with_hearing_aid_tone3
-ear_with_hearing_aid_tone4
-ear_with_hearing_aid_tone5
-earth_africa
-earth_americas
-earth_asia
-egg
-eggplant
-eight
-eight_pointed_black_star
-eight_spoked_asterisk
-eject
-electric_plug
-elephant
-elevator
-elf
-elf_tone1
-elf_tone2
-elf_tone3
-elf_tone4
-elf_tone5
-end
-england
-envelope
-envelope_with_arrow
-euro
-european_castle
-european_post_office
-evergreen_tree
-exclamation
-exploding_head
-expressionless
-eye
-eye_in_speech_bubble
-eyeglasses
-eyes
-face_exhaling
-face_in_clouds
-face_vomiting
-face_with_hand_over_mouth
-face_with_monocle
-face_with_raised_eyebrow
-face_with_spiral_eyes
-face_with_symbols_over_mouth
-factory
-factory_worker
-factory_worker_tone1
-factory_worker_tone2
-factory_worker_tone3
-factory_worker_tone4
-factory_worker_tone5
-fairy
-fairy_tone1
-fairy_tone2
-fairy_tone3
-fairy_tone4
-fairy_tone5
-falafel
-fallen_leaf
-family
-family_man_boy
-family_man_boy_boy
-family_man_girl
-family_man_girl_boy
-family_man_girl_girl
-family_man_woman_boy
-family_mmb
-family_mmbb
-family_mmg
-family_mmgb
-family_mmgg
-family_mwbb
-family_mwg
-family_mwgb
-family_mwgg
-family_woman_boy
-family_woman_boy_boy
-family_woman_girl
-family_woman_girl_boy
-family_woman_girl_girl
-family_wwb
-family_wwbb
-family_wwg
-family_wwgb
-family_wwgg
-farmer
-farmer_tone1
-farmer_tone2
-farmer_tone3
-farmer_tone4
-farmer_tone5
-fast_forward
-fax
-fearful
-feather
-feet
-female_sign
-ferris_wheel
-ferry
-field_hockey
-file_cabinet
-file_folder
-film_frames
-fingers_crossed
-fingers_crossed_tone1
-fingers_crossed_tone2
-fingers_crossed_tone3
-fingers_crossed_tone4
-fingers_crossed_tone5
-fire
-fire_engine
-fire_extinguisher
-firecracker
-firefighter
-firefighter_tone1
-firefighter_tone2
-firefighter_tone3
-firefighter_tone4
-firefighter_tone5
-fireworks
-first_place
-first_quarter_moon
-first_quarter_moon_with_face
-fish
-fish_cake
-fishing_pole_and_fish
-fist
-fist_tone1
-fist_tone2
-fist_tone3
-fist_tone4
-fist_tone5
-five
-flag_ac
-flag_ad
-flag_ae
-flag_af
-flag_ag
-flag_ai
-flag_al
-flag_am
-flag_ao
-flag_aq
-flag_ar
-flag_as
-flag_at
-flag_au
-flag_aw
-flag_ax
-flag_az
-flag_ba
-flag_bb
-flag_bd
-flag_be
-flag_bf
-flag_bg
-flag_bh
-flag_bi
-flag_bj
-flag_bl
-flag_black
-flag_bm
-flag_bn
-flag_bo
-flag_bq
-flag_br
-flag_bs
-flag_bt
-flag_bv
-flag_bw
-flag_by
-flag_bz
-flag_ca
-flag_cc
-flag_cd
-flag_cf
-flag_cg
-flag_ch
-flag_ci
-flag_ck
-flag_cl
-flag_cm
-flag_cn
-flag_co
-flag_cp
-flag_cr
-flag_cu
-flag_cv
-flag_cw
-flag_cx
-flag_cy
-flag_cz
-flag_de
-flag_dg
-flag_dj
-flag_dk
-flag_dm
-flag_do
-flag_dz
-flag_ea
-flag_ec
-flag_ee
-flag_eg
-flag_eh
-flag_er
-flag_es
-flag_et
-flag_eu
-flag_fi
-flag_fj
-flag_fk
-flag_fm
-flag_fo
-flag_fr
-flag_ga
-flag_gb
-flag_gd
-flag_ge
-flag_gf
-flag_gg
-flag_gh
-flag_gi
-flag_gl
-flag_gm
-flag_gn
-flag_gp
-flag_gq
-flag_gr
-flag_gs
-flag_gt
-flag_gu
-flag_gw
-flag_gy
-flag_hk
-flag_hm
-flag_hn
-flag_hr
-flag_ht
-flag_hu
-flag_ic
-flag_id
-flag_ie
-flag_il
-flag_im
-flag_in
-flag_io
-flag_iq
-flag_ir
-flag_is
-flag_it
-flag_je
-flag_jm
-flag_jo
-flag_jp
-flag_ke
-flag_kg
-flag_kh
-flag_ki
-flag_km
-flag_kn
-flag_kp
-flag_kr
-flag_kw
-flag_ky
-flag_kz
-flag_la
-flag_lb
-flag_lc
-flag_li
-flag_lk
-flag_lr
-flag_ls
-flag_lt
-flag_lu
-flag_lv
-flag_ly
-flag_ma
-flag_mc
-flag_md
-flag_me
-flag_mf
-flag_mg
-flag_mh
-flag_mk
-flag_ml
-flag_mm
-flag_mn
-flag_mo
-flag_mp
-flag_mq
-flag_mr
-flag_ms
-flag_mt
-flag_mu
-flag_mv
-flag_mw
-flag_mx
-flag_my
-flag_mz
-flag_na
-flag_nc
-flag_ne
-flag_nf
-flag_ng
-flag_ni
-flag_nl
-flag_no
-flag_np
-flag_nr
-flag_nu
-flag_nz
-flag_om
-flag_pa
-flag_pe
-flag_pf
-flag_pg
-flag_ph
-flag_pk
-flag_pl
-flag_pm
-flag_pn
-flag_pr
-flag_ps
-flag_pt
-flag_pw
-flag_py
-flag_qa
-flag_re
-flag_ro
-flag_rs
-flag_ru
-flag_rw
-flag_sa
-flag_sb
-flag_sc
-flag_sd
-flag_se
-flag_sg
-flag_sh
-flag_si
-flag_sj
-flag_sk
-flag_sl
-flag_sm
-flag_sn
-flag_so
-flag_sr
-flag_ss
-flag_st
-flag_sv
-flag_sx
-flag_sy
-flag_sz
-flag_ta
-flag_tc
-flag_td
-flag_tf
-flag_tg
-flag_th
-flag_tj
-flag_tk
-flag_tl
-flag_tm
-flag_tn
-flag_to
-flag_tr
-flag_tt
-flag_tv
-flag_tw
-flag_tz
-flag_ua
-flag_ug
-flag_um
-flag_us
-flag_uy
-flag_uz
-flag_va
-flag_vc
-flag_ve
-flag_vg
-flag_vi
-flag_vn
-flag_vu
-flag_wf
-flag_white
-flag_ws
-flag_xk
-flag_ye
-flag_yt
-flag_za
-flag_zm
-flag_zw
-flags
-flamingo
-flashlight
-flatbread
-fleur-de-lis
-floppy_disk
-flower_playing_cards
-flushed
-fly
-flying_disc
-flying_saucer
-fog
-foggy
-fondue
-foot
-foot_tone1
-foot_tone2
-foot_tone3
-foot_tone4
-foot_tone5
-football
-footprints
-fork_and_knife
-fork_knife_plate
-fortune_cookie
-fountain
-four
-four_leaf_clover
-fox
-frame_photo
-free
-french_bread
-fried_shrimp
-fries
-frog
-frowning2
-frowning
-fuelpump
-full_moon
-full_moon_with_face
-game_die
-garlic
-gear
-gem
-gemini
-genie
-ghost
-gift
-gift_heart
-giraffe
-girl
-girl_tone1
-girl_tone2
-girl_tone3
-girl_tone4
-girl_tone5
-globe_with_meridians
-gloves
-goal
-goat
-goggles
-golf
-gorilla
-grapes
-green_apple
-green_book
-green_circle
-green_heart
-green_square
-grey_exclamation
-grey_question
-grimacing
-grin
-grinning
-guard
-guard_tone1
-guard_tone2
-guard_tone3
-guard_tone4
-guard_tone5
-guide_dog
-guitar
-gun
-hamburger
-hammer
-hammer_pick
-hamster
-hand_splayed
-hand_splayed_tone1
-hand_splayed_tone2
-hand_splayed_tone3
-hand_splayed_tone4
-hand_splayed_tone5
-handbag
-handshake
-hash
-hatched_chick
-hatching_chick
-head_bandage
-headphones
-headstone
-health_worker
-health_worker_tone1
-health_worker_tone2
-health_worker_tone3
-health_worker_tone4
-health_worker_tone5
-hear_no_evil
-heart
-heart_decoration
-heart_exclamation
-heart_eyes
-heart_eyes_cat
-heart_on_fire
-heartbeat
-heartpulse
-hearts
-heavy_check_mark
-heavy_division_sign
-heavy_dollar_sign
-heavy_minus_sign
-heavy_multiplication_x
-heavy_plus_sign
-hedgehog
-helicopter
-helmet_with_cross
-herb
-hibiscus
-high_brightness
-high_heel
-hiking_boot
-hindu_temple
-hippopotamus
-hockey
-hole
-homes
-honey_pot
-hook
-horse
-horse_racing
-horse_racing_tone1
-horse_racing_tone2
-horse_racing_tone3
-horse_racing_tone4
-horse_racing_tone5
-hospital
-hot_face
-hot_pepper
-hotdog
-hotel
-hotsprings
-hourglass
-hourglass_flowing_sand
-house
-house_abandoned
-house_with_garden
-hugging
-hushed
-hut
-ice_cream
-ice_cube
-ice_skate
-icecream
-id
-ideograph_advantage
-imp
-inbox_tray
-incoming_envelope
-infinity
-information_source
-innocent
-interrobang
-island
-izakaya_lantern
-jack_o_lantern
-japan
-japanese_castle
-japanese_goblin
-japanese_ogre
-jeans
-jigsaw
-joy
-joy_cat
-joystick
-judge
-judge_tone1
-judge_tone2
-judge_tone3
-judge_tone4
-judge_tone5
-kaaba
-kangaroo
-key2
-key
-keyboard
-keycap_ten
-kimono
-kiss
-kiss_man_man_tone1
-kiss_man_man_tone1_tone2
-kiss_man_man_tone1_tone3
-kiss_man_man_tone1_tone4
-kiss_man_man_tone1_tone5
-kiss_man_man_tone2
-kiss_man_man_tone2_tone1
-kiss_man_man_tone2_tone3
-kiss_man_man_tone2_tone4
-kiss_man_man_tone2_tone5
-kiss_man_man_tone3
-kiss_man_man_tone3_tone1
-kiss_man_man_tone3_tone2
-kiss_man_man_tone3_tone4
-kiss_man_man_tone3_tone5
-kiss_man_man_tone4
-kiss_man_man_tone4_tone1
-kiss_man_man_tone4_tone2
-kiss_man_man_tone4_tone3
-kiss_man_man_tone4_tone5
-kiss_man_man_tone5
-kiss_man_man_tone5_tone1
-kiss_man_man_tone5_tone2
-kiss_man_man_tone5_tone3
-kiss_man_man_tone5_tone4
-kiss_mm
-kiss_person_person_tone1_tone2
-kiss_person_person_tone1_tone3
-kiss_person_person_tone1_tone4
-kiss_person_person_tone1_tone5
-kiss_person_person_tone2_tone1
-kiss_person_person_tone2_tone3
-kiss_person_person_tone2_tone4
-kiss_person_person_tone2_tone5
-kiss_person_person_tone3_tone1
-kiss_person_person_tone3_tone2
-kiss_person_person_tone3_tone4
-kiss_person_person_tone3_tone5
-kiss_person_person_tone4_tone1
-kiss_person_person_tone4_tone2
-kiss_person_person_tone4_tone3
-kiss_person_person_tone4_tone5
-kiss_person_person_tone5_tone1
-kiss_person_person_tone5_tone2
-kiss_person_person_tone5_tone3
-kiss_person_person_tone5_tone4
-kiss_tone1
-kiss_tone2
-kiss_tone3
-kiss_tone4
-kiss_tone5
-kiss_woman_man
-kiss_woman_man_tone1
-kiss_woman_man_tone1_tone2
-kiss_woman_man_tone1_tone3
-kiss_woman_man_tone1_tone4
-kiss_woman_man_tone1_tone5
-kiss_woman_man_tone2
-kiss_woman_man_tone2_tone1
-kiss_woman_man_tone2_tone3
-kiss_woman_man_tone2_tone4
-kiss_woman_man_tone2_tone5
-kiss_woman_man_tone3
-kiss_woman_man_tone3_tone1
-kiss_woman_man_tone3_tone2
-kiss_woman_man_tone3_tone4
-kiss_woman_man_tone3_tone5
-kiss_woman_man_tone4
-kiss_woman_man_tone4_tone1
-kiss_woman_man_tone4_tone2
-kiss_woman_man_tone4_tone3
-kiss_woman_man_tone4_tone5
-kiss_woman_man_tone5
-kiss_woman_man_tone5_tone1
-kiss_woman_man_tone5_tone2
-kiss_woman_man_tone5_tone3
-kiss_woman_man_tone5_tone4
-kiss_woman_woman_tone1
-kiss_woman_woman_tone1_tone2
-kiss_woman_woman_tone1_tone3
-kiss_woman_woman_tone1_tone4
-kiss_woman_woman_tone1_tone5
-kiss_woman_woman_tone2
-kiss_woman_woman_tone2_tone1
-kiss_woman_woman_tone2_tone3
-kiss_woman_woman_tone2_tone4
-kiss_woman_woman_tone2_tone5
-kiss_woman_woman_tone3
-kiss_woman_woman_tone3_tone1
-kiss_woman_woman_tone3_tone2
-kiss_woman_woman_tone3_tone4
-kiss_woman_woman_tone3_tone5
-kiss_woman_woman_tone4
-kiss_woman_woman_tone4_tone1
-kiss_woman_woman_tone4_tone2
-kiss_woman_woman_tone4_tone3
-kiss_woman_woman_tone4_tone5
-kiss_woman_woman_tone5
-kiss_woman_woman_tone5_tone1
-kiss_woman_woman_tone5_tone2
-kiss_woman_woman_tone5_tone3
-kiss_woman_woman_tone5_tone4
-kiss_ww
-kissing
-kissing_cat
-kissing_closed_eyes
-kissing_heart
-kissing_smiling_eyes
-kite
-kiwi
-knife
-knot
-koala
-koko
-lab_coat
-label
-lacrosse
-ladder
-lady_beetle
-large_blue_diamond
-large_orange_diamond
-last_quarter_moon
-last_quarter_moon_with_face
-laughing
-leafy_green
-leaves
-ledger
-left_facing_fist
-left_facing_fist_tone1
-left_facing_fist_tone2
-left_facing_fist_tone3
-left_facing_fist_tone4
-left_facing_fist_tone5
-left_luggage
-left_right_arrow
-leftwards_arrow_with_hook
-leg
-leg_tone1
-leg_tone2
-leg_tone3
-leg_tone4
-leg_tone5
-lemon
-leo
-leopard
-level_slider
-levitate
-levitate_tone1
-levitate_tone2
-levitate_tone3
-levitate_tone4
-levitate_tone5
-libra
-light_rail
-link
-lion_face
-lips
-lipstick
-lizard
-llama
-lobster
-lock
-lock_with_ink_pen
-lollipop
-long_drum
-loop
-loud_sound
-loudspeaker
-love_hotel
-love_letter
-love_you_gesture
-love_you_gesture_tone1
-love_you_gesture_tone2
-love_you_gesture_tone3
-love_you_gesture_tone4
-love_you_gesture_tone5
-low_brightness
-luggage
-lungs
-lying_face
-m
-mag
-mag_right
-mage
-mage_tone1
-mage_tone2
-mage_tone3
-mage_tone4
-mage_tone5
-magic_wand
-magnet
-mahjong
-mailbox
-mailbox_closed
-mailbox_with_mail
-mailbox_with_no_mail
-male_sign
-mammoth
-man
-man_artist
-man_artist_tone1
-man_artist_tone2
-man_artist_tone3
-man_artist_tone4
-man_artist_tone5
-man_astronaut
-man_astronaut_tone1
-man_astronaut_tone2
-man_astronaut_tone3
-man_astronaut_tone4
-man_astronaut_tone5
-man_bald
-man_bald_tone1
-man_bald_tone2
-man_bald_tone3
-man_bald_tone4
-man_bald_tone5
-man_beard
-man_biking
-man_biking_tone1
-man_biking_tone2
-man_biking_tone3
-man_biking_tone4
-man_biking_tone5
-man_bouncing_ball
-man_bouncing_ball_tone1
-man_bouncing_ball_tone2
-man_bouncing_ball_tone3
-man_bouncing_ball_tone4
-man_bouncing_ball_tone5
-man_bowing
-man_bowing_tone1
-man_bowing_tone2
-man_bowing_tone3
-man_bowing_tone4
-man_bowing_tone5
-man_cartwheeling
-man_cartwheeling_tone1
-man_cartwheeling_tone2
-man_cartwheeling_tone3
-man_cartwheeling_tone4
-man_cartwheeling_tone5
-man_climbing
-man_climbing_tone1
-man_climbing_tone2
-man_climbing_tone3
-man_climbing_tone4
-man_climbing_tone5
-man_construction_worker
-man_construction_worker_tone1
-man_construction_worker_tone2
-man_construction_worker_tone3
-man_construction_worker_tone4
-man_construction_worker_tone5
-man_cook
-man_cook_tone1
-man_cook_tone2
-man_cook_tone3
-man_cook_tone4
-man_cook_tone5
-man_curly_haired
-man_curly_haired_tone1
-man_curly_haired_tone2
-man_curly_haired_tone3
-man_curly_haired_tone4
-man_curly_haired_tone5
-man_dancing
-man_dancing_tone1
-man_dancing_tone2
-man_dancing_tone3
-man_dancing_tone4
-man_dancing_tone5
-man_detective
-man_detective_tone1
-man_detective_tone2
-man_detective_tone3
-man_detective_tone4
-man_detective_tone5
-man_elf
-man_elf_tone1
-man_elf_tone2
-man_elf_tone3
-man_elf_tone4
-man_elf_tone5
-man_facepalming
-man_facepalming_tone1
-man_facepalming_tone2
-man_facepalming_tone3
-man_facepalming_tone4
-man_facepalming_tone5
-man_factory_worker
-man_factory_worker_tone1
-man_factory_worker_tone2
-man_factory_worker_tone3
-man_factory_worker_tone4
-man_factory_worker_tone5
-man_fairy
-man_fairy_tone1
-man_fairy_tone2
-man_fairy_tone3
-man_fairy_tone4
-man_fairy_tone5
-man_farmer
-man_farmer_tone1
-man_farmer_tone2
-man_farmer_tone3
-man_farmer_tone4
-man_farmer_tone5
-man_feeding_baby
-man_feeding_baby_tone1
-man_feeding_baby_tone2
-man_feeding_baby_tone3
-man_feeding_baby_tone4
-man_feeding_baby_tone5
-man_firefighter
-man_firefighter_tone1
-man_firefighter_tone2
-man_firefighter_tone3
-man_firefighter_tone4
-man_firefighter_tone5
-man_frowning
-man_frowning_tone1
-man_frowning_tone2
-man_frowning_tone3
-man_frowning_tone4
-man_frowning_tone5
-man_genie
-man_gesturing_no
-man_gesturing_no_tone1
-man_gesturing_no_tone2
-man_gesturing_no_tone3
-man_gesturing_no_tone4
-man_gesturing_no_tone5
-man_gesturing_ok
-man_gesturing_ok_tone1
-man_gesturing_ok_tone2
-man_gesturing_ok_tone3
-man_gesturing_ok_tone4
-man_gesturing_ok_tone5
-man_getting_face_massage
-man_getting_face_massage_tone1
-man_getting_face_massage_tone2
-man_getting_face_massage_tone3
-man_getting_face_massage_tone4
-man_getting_face_massage_tone5
-man_getting_haircut
-man_getting_haircut_tone1
-man_getting_haircut_tone2
-man_getting_haircut_tone3
-man_getting_haircut_tone4
-man_getting_haircut_tone5
-man_golfing
-man_golfing_tone1
-man_golfing_tone2
-man_golfing_tone3
-man_golfing_tone4
-man_golfing_tone5
-man_guard
-man_guard_tone1
-man_guard_tone2
-man_guard_tone3
-man_guard_tone4
-man_guard_tone5
-man_health_worker
-man_health_worker_tone1
-man_health_worker_tone2
-man_health_worker_tone3
-man_health_worker_tone4
-man_health_worker_tone5
-man_in_lotus_position
-man_in_lotus_position_tone1
-man_in_lotus_position_tone2
-man_in_lotus_position_tone3
-man_in_lotus_position_tone4
-man_in_lotus_position_tone5
-man_in_manual_wheelchair
-man_in_manual_wheelchair_tone1
-man_in_manual_wheelchair_tone2
-man_in_manual_wheelchair_tone3
-man_in_manual_wheelchair_tone4
-man_in_manual_wheelchair_tone5
-man_in_motorized_wheelchair
-man_in_motorized_wheelchair_tone1
-man_in_motorized_wheelchair_tone2
-man_in_motorized_wheelchair_tone3
-man_in_motorized_wheelchair_tone4
-man_in_motorized_wheelchair_tone5
-man_in_santa_hat
-man_in_santa_hat_tone1
-man_in_santa_hat_tone2
-man_in_santa_hat_tone3
-man_in_santa_hat_tone4
-man_in_santa_hat_tone5
-man_in_steamy_room
-man_in_steamy_room_tone1
-man_in_steamy_room_tone2
-man_in_steamy_room_tone3
-man_in_steamy_room_tone4
-man_in_steamy_room_tone5
-man_in_tuxedo
-man_in_tuxedo_tone1
-man_in_tuxedo_tone2
-man_in_tuxedo_tone3
-man_in_tuxedo_tone4
-man_in_tuxedo_tone5
-man_judge
-man_judge_tone1
-man_judge_tone2
-man_judge_tone3
-man_judge_tone4
-man_judge_tone5
-man_juggling
-man_juggling_tone1
-man_juggling_tone2
-man_juggling_tone3
-man_juggling_tone4
-man_juggling_tone5
-man_kneeling
-man_kneeling_tone1
-man_kneeling_tone2
-man_kneeling_tone3
-man_kneeling_tone4
-man_kneeling_tone5
-man_lifting_weights
-man_lifting_weights_tone1
-man_lifting_weights_tone2
-man_lifting_weights_tone3
-man_lifting_weights_tone4
-man_lifting_weights_tone5
-man_mage
-man_mage_tone1
-man_mage_tone2
-man_mage_tone3
-man_mage_tone4
-man_mage_tone5
-man_mechanic
-man_mechanic_tone1
-man_mechanic_tone2
-man_mechanic_tone3
-man_mechanic_tone4
-man_mechanic_tone5
-man_mountain_biking
-man_mountain_biking_tone1
-man_mountain_biking_tone2
-man_mountain_biking_tone3
-man_mountain_biking_tone4
-man_mountain_biking_tone5
-man_office_worker
-man_office_worker_tone1
-man_office_worker_tone2
-man_office_worker_tone3
-man_office_worker_tone4
-man_office_worker_tone5
-man_pilot
-man_pilot_tone1
-man_pilot_tone2
-man_pilot_tone3
-man_pilot_tone4
-man_pilot_tone5
-man_playing_handball
-man_playing_handball_tone1
-man_playing_handball_tone2
-man_playing_handball_tone3
-man_playing_handball_tone4
-man_playing_handball_tone5
-man_playing_water_polo
-man_playing_water_polo_tone1
-man_playing_water_polo_tone2
-man_playing_water_polo_tone3
-man_playing_water_polo_tone4
-man_playing_water_polo_tone5
-man_police_officer
-man_police_officer_tone1
-man_police_officer_tone2
-man_police_officer_tone3
-man_police_officer_tone4
-man_police_officer_tone5
-man_pouting
-man_pouting_tone1
-man_pouting_tone2
-man_pouting_tone3
-man_pouting_tone4
-man_pouting_tone5
-man_raising_hand
-man_raising_hand_tone1
-man_raising_hand_tone2
-man_raising_hand_tone3
-man_raising_hand_tone4
-man_raising_hand_tone5
-man_red_haired
-man_red_haired_tone1
-man_red_haired_tone2
-man_red_haired_tone3
-man_red_haired_tone4
-man_red_haired_tone5
-man_rowing_boat
-man_rowing_boat_tone1
-man_rowing_boat_tone2
-man_rowing_boat_tone3
-man_rowing_boat_tone4
-man_rowing_boat_tone5
-man_running
-man_running_tone1
-man_running_tone2
-man_running_tone3
-man_running_tone4
-man_running_tone5
-man_scientist
-man_scientist_tone1
-man_scientist_tone2
-man_scientist_tone3
-man_scientist_tone4
-man_scientist_tone5
-man_shrugging
-man_shrugging_tone1
-man_shrugging_tone2
-man_shrugging_tone3
-man_shrugging_tone4
-man_shrugging_tone5
-man_singer
-man_singer_tone1
-man_singer_tone2
-man_singer_tone3
-man_singer_tone4
-man_singer_tone5
-man_standing
-man_standing_tone1
-man_standing_tone2
-man_standing_tone3
-man_standing_tone4
-man_standing_tone5
-man_student
-man_student_tone1
-man_student_tone2
-man_student_tone3
-man_student_tone4
-man_student_tone5
-man_superhero
-man_superhero_tone1
-man_superhero_tone2
-man_superhero_tone3
-man_superhero_tone4
-man_superhero_tone5
-man_supervillain
-man_supervillain_tone1
-man_supervillain_tone2
-man_supervillain_tone3
-man_supervillain_tone4
-man_supervillain_tone5
-man_surfing
-man_surfing_tone1
-man_surfing_tone2
-man_surfing_tone3
-man_surfing_tone4
-man_surfing_tone5
-man_swimming
-man_swimming_tone1
-man_swimming_tone2
-man_swimming_tone3
-man_swimming_tone4
-man_swimming_tone5
-man_teacher
-man_teacher_tone1
-man_teacher_tone2
-man_teacher_tone3
-man_teacher_tone4
-man_teacher_tone5
-man_technologist
-man_technologist_tone1
-man_technologist_tone2
-man_technologist_tone3
-man_technologist_tone4
-man_technologist_tone5
-man_tipping_hand
-man_tipping_hand_tone1
-man_tipping_hand_tone2
-man_tipping_hand_tone3
-man_tipping_hand_tone4
-man_tipping_hand_tone5
-man_tone1
-man_tone1_beard
-man_tone2
-man_tone2_beard
-man_tone3
-man_tone3_beard
-man_tone4
-man_tone4_beard
-man_tone5
-man_tone5_beard
-man_vampire
-man_vampire_tone1
-man_vampire_tone2
-man_vampire_tone3
-man_vampire_tone4
-man_vampire_tone5
-man_walking
-man_walking_tone1
-man_walking_tone2
-man_walking_tone3
-man_walking_tone4
-man_walking_tone5
-man_wearing_turban
-man_wearing_turban_tone1
-man_wearing_turban_tone2
-man_wearing_turban_tone3
-man_wearing_turban_tone4
-man_wearing_turban_tone5
-man_white_haired
-man_white_haired_tone1
-man_white_haired_tone2
-man_white_haired_tone3
-man_white_haired_tone4
-man_white_haired_tone5
-man_with_chinese_cap
-man_with_chinese_cap_tone1
-man_with_chinese_cap_tone2
-man_with_chinese_cap_tone3
-man_with_chinese_cap_tone4
-man_with_chinese_cap_tone5
-man_with_probing_cane
-man_with_probing_cane_tone1
-man_with_probing_cane_tone2
-man_with_probing_cane_tone3
-man_with_probing_cane_tone4
-man_with_probing_cane_tone5
-man_with_veil
-man_with_veil_tone1
-man_with_veil_tone2
-man_with_veil_tone3
-man_with_veil_tone4
-man_with_veil_tone5
-man_zombie
-mango
-mans_shoe
-manual_wheelchair
-map
-maple_leaf
-martial_arts_uniform
-mask
-mate
-meat_on_bone
-mechanic
-mechanic_tone1
-mechanic_tone2
-mechanic_tone3
-mechanic_tone4
-mechanic_tone5
-mechanical_arm
-mechanical_leg
-medal
-medical_symbol
-mega
-melon
-men_holding_hands_tone1
-men_holding_hands_tone1_tone2
-men_holding_hands_tone1_tone3
-men_holding_hands_tone1_tone4
-men_holding_hands_tone1_tone5
-men_holding_hands_tone2
-men_holding_hands_tone2_tone1
-men_holding_hands_tone2_tone3
-men_holding_hands_tone2_tone4
-men_holding_hands_tone2_tone5
-men_holding_hands_tone3
-men_holding_hands_tone3_tone1
-men_holding_hands_tone3_tone2
-men_holding_hands_tone3_tone4
-men_holding_hands_tone3_tone5
-men_holding_hands_tone4
-men_holding_hands_tone4_tone1
-men_holding_hands_tone4_tone2
-men_holding_hands_tone4_tone3
-men_holding_hands_tone4_tone5
-men_holding_hands_tone5
-men_holding_hands_tone5_tone1
-men_holding_hands_tone5_tone2
-men_holding_hands_tone5_tone3
-men_holding_hands_tone5_tone4
-men_with_bunny_ears_partying
-men_wrestling
-mending_heart
-menorah
-mens
-mermaid
-mermaid_tone1
-mermaid_tone2
-mermaid_tone3
-mermaid_tone4
-mermaid_tone5
-merman
-merman_tone1
-merman_tone2
-merman_tone3
-merman_tone4
-merman_tone5
-merperson
-merperson_tone1
-merperson_tone2
-merperson_tone3
-merperson_tone4
-merperson_tone5
-metal
-metal_tone1
-metal_tone2
-metal_tone3
-metal_tone4
-metal_tone5
-metro
-microbe
-microphone2
-microphone
-microscope
-middle_finger
-middle_finger_tone1
-middle_finger_tone2
-middle_finger_tone3
-middle_finger_tone4
-middle_finger_tone5
-military_helmet
-military_medal
-milk
-milky_way
-minibus
-minidisc
-mirror
-mobile_phone
-mobile_phone_off
-money_mouth
-money_with_wings
-moneybag
-monkey
-monkey_face
-monorail
-moon_cake
-mortar_board
-mosque
-mosquito
-motor_scooter
-motorboat
-motorcycle
-motorized_wheelchair
-motorway
-mount_fuji
-mountain
-mountain_cableway
-mountain_railway
-mountain_snow
-mouse2
-mouse
-mouse_three_button
-mouse_trap
-movie_camera
-moyai
-mrs_claus
-mrs_claus_tone1
-mrs_claus_tone2
-mrs_claus_tone3
-mrs_claus_tone4
-mrs_claus_tone5
-muscle
-muscle_tone1
-muscle_tone2
-muscle_tone3
-muscle_tone4
-muscle_tone5
-mushroom
-musical_keyboard
-musical_note
-musical_score
-mute
-mx_claus
-mx_claus_tone1
-mx_claus_tone2
-mx_claus_tone3
-mx_claus_tone4
-mx_claus_tone5
-nail_care
-nail_care_tone1
-nail_care_tone2
-nail_care_tone3
-nail_care_tone4
-nail_care_tone5
-name_badge
-nauseated_face
-nazar_amulet
-necktie
-negative_squared_cross_mark
-nerd
-nesting_dolls
-neutral_face
-new
-new_moon
-new_moon_with_face
-newspaper2
-newspaper
-ng
-night_with_stars
-nine
-ninja
-ninja_tone1
-ninja_tone2
-ninja_tone3
-ninja_tone4
-ninja_tone5
-no_bell
-no_bicycles
-no_entry
-no_entry_sign
-no_mobile_phones
-no_mouth
-no_pedestrians
-no_smoking
-non-potable_water
-nose
-nose_tone1
-nose_tone2
-nose_tone3
-nose_tone4
-nose_tone5
-notebook
-notebook_with_decorative_cover
-notepad_spiral
-notes
-nut_and_bolt
-o2
-o
-ocean
-octagonal_sign
-octopus
-oden
-office
-office_worker
-office_worker_tone1
-office_worker_tone2
-office_worker_tone3
-office_worker_tone4
-office_worker_tone5
-oil
-ok
-ok_hand
-ok_hand_tone1
-ok_hand_tone2
-ok_hand_tone3
-ok_hand_tone4
-ok_hand_tone5
-older_adult
-older_adult_tone1
-older_adult_tone2
-older_adult_tone3
-older_adult_tone4
-older_adult_tone5
-older_man
-older_man_tone1
-older_man_tone2
-older_man_tone3
-older_man_tone4
-older_man_tone5
-older_woman
-older_woman_tone1
-older_woman_tone2
-older_woman_tone3
-older_woman_tone4
-older_woman_tone5
-olive
-om_symbol
-on
-oncoming_automobile
-oncoming_bus
-oncoming_police_car
-oncoming_taxi
-one
-one_piece_swimsuit
-onion
-open_file_folder
-open_hands
-open_hands_tone1
-open_hands_tone2
-open_hands_tone3
-open_hands_tone4
-open_hands_tone5
-open_mouth
-ophiuchus
-orange_book
-orange_circle
-orange_heart
-orange_square
-orangutan
-orthodox_cross
-otter
-outbox_tray
-owl
-ox
-oyster
-package
-page_facing_up
-page_with_curl
-pager
-paintbrush
-palm_tree
-palms_up_together
-palms_up_together_tone1
-palms_up_together_tone2
-palms_up_together_tone3
-palms_up_together_tone4
-palms_up_together_tone5
-pancakes
-panda_face
-paperclip
-paperclips
-parachute
-park
-parking
-parrot
-part_alternation_mark
-partly_sunny
-partying_face
-passport_control
-pause_button
-peace
-peach
-peacock
-peanuts
-pear
-pen_ballpoint
-pen_fountain
-pencil2
-pencil
-penguin
-pensive
-people_holding_hands
-people_holding_hands_tone1
-people_holding_hands_tone1_tone2
-people_holding_hands_tone1_tone3
-people_holding_hands_tone1_tone4
-people_holding_hands_tone1_tone5
-people_holding_hands_tone2
-people_holding_hands_tone2_tone1
-people_holding_hands_tone2_tone3
-people_holding_hands_tone2_tone4
-people_holding_hands_tone2_tone5
-people_holding_hands_tone3
-people_holding_hands_tone3_tone1
-people_holding_hands_tone3_tone2
-people_holding_hands_tone3_tone4
-people_holding_hands_tone3_tone5
-people_holding_hands_tone4
-people_holding_hands_tone4_tone1
-people_holding_hands_tone4_tone2
-people_holding_hands_tone4_tone3
-people_holding_hands_tone4_tone5
-people_holding_hands_tone5
-people_holding_hands_tone5_tone1
-people_holding_hands_tone5_tone2
-people_holding_hands_tone5_tone3
-people_holding_hands_tone5_tone4
-people_hugging
-people_with_bunny_ears_partying
-people_wrestling
-performing_arts
-persevere
-person_bald
-person_biking
-person_biking_tone1
-person_biking_tone2
-person_biking_tone3
-person_biking_tone4
-person_biking_tone5
-person_bouncing_ball
-person_bouncing_ball_tone1
-person_bouncing_ball_tone2
-person_bouncing_ball_tone3
-person_bouncing_ball_tone4
-person_bouncing_ball_tone5
-person_bowing
-person_bowing_tone1
-person_bowing_tone2
-person_bowing_tone3
-person_bowing_tone4
-person_bowing_tone5
-person_climbing
-person_climbing_tone1
-person_climbing_tone2
-person_climbing_tone3
-person_climbing_tone4
-person_climbing_tone5
-person_curly_hair
-person_doing_cartwheel
-person_doing_cartwheel_tone1
-person_doing_cartwheel_tone2
-person_doing_cartwheel_tone3
-person_doing_cartwheel_tone4
-person_doing_cartwheel_tone5
-person_facepalming
-person_facepalming_tone1
-person_facepalming_tone2
-person_facepalming_tone3
-person_facepalming_tone4
-person_facepalming_tone5
-person_feeding_baby
-person_feeding_baby_tone1
-person_feeding_baby_tone2
-person_feeding_baby_tone3
-person_feeding_baby_tone4
-person_feeding_baby_tone5
-person_fencing
-person_frowning
-person_frowning_tone1
-person_frowning_tone2
-person_frowning_tone3
-person_frowning_tone4
-person_frowning_tone5
-person_gesturing_no
-person_gesturing_no_tone1
-person_gesturing_no_tone2
-person_gesturing_no_tone3
-person_gesturing_no_tone4
-person_gesturing_no_tone5
-person_gesturing_ok
-person_gesturing_ok_tone1
-person_gesturing_ok_tone2
-person_gesturing_ok_tone3
-person_gesturing_ok_tone4
-person_gesturing_ok_tone5
-person_getting_haircut
-person_getting_haircut_tone1
-person_getting_haircut_tone2
-person_getting_haircut_tone3
-person_getting_haircut_tone4
-person_getting_haircut_tone5
-person_getting_massage
-person_getting_massage_tone1
-person_getting_massage_tone2
-person_getting_massage_tone3
-person_getting_massage_tone4
-person_getting_massage_tone5
-person_golfing
-person_golfing_tone1
-person_golfing_tone2
-person_golfing_tone3
-person_golfing_tone4
-person_golfing_tone5
-person_in_bed_tone1
-person_in_bed_tone2
-person_in_bed_tone3
-person_in_bed_tone4
-person_in_bed_tone5
-person_in_lotus_position
-person_in_lotus_position_tone1
-person_in_lotus_position_tone2
-person_in_lotus_position_tone3
-person_in_lotus_position_tone4
-person_in_lotus_position_tone5
-person_in_manual_wheelchair
-person_in_manual_wheelchair_tone1
-person_in_manual_wheelchair_tone2
-person_in_manual_wheelchair_tone3
-person_in_manual_wheelchair_tone4
-person_in_manual_wheelchair_tone5
-person_in_motorized_wheelchair
-person_in_motorized_wheelchair_tone1
-person_in_motorized_wheelchair_tone2
-person_in_motorized_wheelchair_tone3
-person_in_motorized_wheelchair_tone4
-person_in_motorized_wheelchair_tone5
-person_in_steamy_room
-person_in_steamy_room_tone1
-person_in_steamy_room_tone2
-person_in_steamy_room_tone3
-person_in_steamy_room_tone4
-person_in_steamy_room_tone5
-person_in_tuxedo
-person_in_tuxedo_tone1
-person_in_tuxedo_tone2
-person_in_tuxedo_tone3
-person_in_tuxedo_tone4
-person_in_tuxedo_tone5
-person_juggling
-person_juggling_tone1
-person_juggling_tone2
-person_juggling_tone3
-person_juggling_tone4
-person_juggling_tone5
-person_kneeling
-person_kneeling_tone1
-person_kneeling_tone2
-person_kneeling_tone3
-person_kneeling_tone4
-person_kneeling_tone5
-person_lifting_weights
-person_lifting_weights_tone1
-person_lifting_weights_tone2
-person_lifting_weights_tone3
-person_lifting_weights_tone4
-person_lifting_weights_tone5
-person_mountain_biking
-person_mountain_biking_tone1
-person_mountain_biking_tone2
-person_mountain_biking_tone3
-person_mountain_biking_tone4
-person_mountain_biking_tone5
-person_playing_handball
-person_playing_handball_tone1
-person_playing_handball_tone2
-person_playing_handball_tone3
-person_playing_handball_tone4
-person_playing_handball_tone5
-person_playing_water_polo
-person_playing_water_polo_tone1
-person_playing_water_polo_tone2
-person_playing_water_polo_tone3
-person_playing_water_polo_tone4
-person_playing_water_polo_tone5
-person_pouting
-person_pouting_tone1
-person_pouting_tone2
-person_pouting_tone3
-person_pouting_tone4
-person_pouting_tone5
-person_raising_hand
-person_raising_hand_tone1
-person_raising_hand_tone2
-person_raising_hand_tone3
-person_raising_hand_tone4
-person_raising_hand_tone5
-person_red_hair
-person_rowing_boat
-person_rowing_boat_tone1
-person_rowing_boat_tone2
-person_rowing_boat_tone3
-person_rowing_boat_tone4
-person_rowing_boat_tone5
-person_running
-person_running_tone1
-person_running_tone2
-person_running_tone3
-person_running_tone4
-person_running_tone5
-person_shrugging
-person_shrugging_tone1
-person_shrugging_tone2
-person_shrugging_tone3
-person_shrugging_tone4
-person_shrugging_tone5
-person_standing
-person_standing_tone1
-person_standing_tone2
-person_standing_tone3
-person_standing_tone4
-person_standing_tone5
-person_surfing
-person_surfing_tone1
-person_surfing_tone2
-person_surfing_tone3
-person_surfing_tone4
-person_surfing_tone5
-person_swimming
-person_swimming_tone1
-person_swimming_tone2
-person_swimming_tone3
-person_swimming_tone4
-person_swimming_tone5
-person_tipping_hand
-person_tipping_hand_tone1
-person_tipping_hand_tone2
-person_tipping_hand_tone3
-person_tipping_hand_tone4
-person_tipping_hand_tone5
-person_tone1_bald
-person_tone1_curly_hair
-person_tone1_red_hair
-person_tone1_white_hair
-person_tone2_bald
-person_tone2_curly_hair
-person_tone2_red_hair
-person_tone2_white_hair
-person_tone3_bald
-person_tone3_curly_hair
-person_tone3_red_hair
-person_tone3_white_hair
-person_tone4_bald
-person_tone4_curly_hair
-person_tone4_red_hair
-person_tone4_white_hair
-person_tone5_bald
-person_tone5_curly_hair
-person_tone5_red_hair
-person_tone5_white_hair
-person_walking
-person_walking_tone1
-person_walking_tone2
-person_walking_tone3
-person_walking_tone4
-person_walking_tone5
-person_wearing_turban
-person_wearing_turban_tone1
-person_wearing_turban_tone2
-person_wearing_turban_tone3
-person_wearing_turban_tone4
-person_wearing_turban_tone5
-person_white_hair
-person_with_probing_cane
-person_with_probing_cane_tone1
-person_with_probing_cane_tone2
-person_with_probing_cane_tone3
-person_with_probing_cane_tone4
-person_with_probing_cane_tone5
-person_with_veil
-person_with_veil_tone1
-person_with_veil_tone2
-person_with_veil_tone3
-person_with_veil_tone4
-person_with_veil_tone5
-petri_dish
-pick
-pickup_truck
-pie
-pig2
-pig
-pig_nose
-pill
-pilot
-pilot_tone1
-pilot_tone2
-pilot_tone3
-pilot_tone4
-pilot_tone5
-pinched_fingers
-pinched_fingers_tone1
-pinched_fingers_tone2
-pinched_fingers_tone3
-pinched_fingers_tone4
-pinched_fingers_tone5
-pinching_hand
-pinching_hand_tone1
-pinching_hand_tone2
-pinching_hand_tone3
-pinching_hand_tone4
-pinching_hand_tone5
-pineapple
-ping_pong
-pirate_flag
-pisces
-pizza
-piñata
-placard
-place_of_worship
-play_pause
-pleading_face
-plunger
-point_down
-point_down_tone1
-point_down_tone2
-point_down_tone3
-point_down_tone4
-point_down_tone5
-point_left
-point_left_tone1
-point_left_tone2
-point_left_tone3
-point_left_tone4
-point_left_tone5
-point_right
-point_right_tone1
-point_right_tone2
-point_right_tone3
-point_right_tone4
-point_right_tone5
-point_up
-point_up_2
-point_up_2_tone1
-point_up_2_tone2
-point_up_2_tone3
-point_up_2_tone4
-point_up_2_tone5
-point_up_tone1
-point_up_tone2
-point_up_tone3
-point_up_tone4
-point_up_tone5
-polar_bear
-police_car
-police_officer
-police_officer_tone1
-police_officer_tone2
-police_officer_tone3
-police_officer_tone4
-police_officer_tone5
-poodle
-poop
-popcorn
-post_office
-postal_horn
-postbox
-potable_water
-potato
-potted_plant
-pouch
-poultry_leg
-pound
-pouting_cat
-pray
-pray_tone1
-pray_tone2
-pray_tone3
-pray_tone4
-pray_tone5
-prayer_beads
-pregnant_woman
-pregnant_woman_tone1
-pregnant_woman_tone2
-pregnant_woman_tone3
-pregnant_woman_tone4
-pregnant_woman_tone5
-pretzel
-prince
-prince_tone1
-prince_tone2
-prince_tone3
-prince_tone4
-prince_tone5
-princess
-princess_tone1
-princess_tone2
-princess_tone3
-princess_tone4
-princess_tone5
-printer
-probing_cane
-projector
-punch
-punch_tone1
-punch_tone2
-punch_tone3
-punch_tone4
-punch_tone5
-purple_circle
-purple_heart
-purple_square
-purse
-pushpin
-put_litter_in_its_place
-question
-rabbit2
-rabbit
-raccoon
-race_car
-racehorse
-radio
-radio_button
-radioactive
-rage
-railway_car
-railway_track
-rainbow
-rainbow_flag
-raised_back_of_hand
-raised_back_of_hand_tone1
-raised_back_of_hand_tone2
-raised_back_of_hand_tone3
-raised_back_of_hand_tone4
-raised_back_of_hand_tone5
-raised_hand
-raised_hand_tone1
-raised_hand_tone2
-raised_hand_tone3
-raised_hand_tone4
-raised_hand_tone5
-raised_hands
-raised_hands_tone1
-raised_hands_tone2
-raised_hands_tone3
-raised_hands_tone4
-raised_hands_tone5
-ram
-ramen
-rat
-razor
-receipt
-record_button
-recycle
-red_car
-red_circle
-red_envelope
-red_haired
-red_square
-regional_indicator_a
-regional_indicator_b
-regional_indicator_c
-regional_indicator_d
-regional_indicator_e
-regional_indicator_f
-regional_indicator_g
-regional_indicator_h
-regional_indicator_i
-regional_indicator_j
-regional_indicator_k
-regional_indicator_l
-regional_indicator_m
-regional_indicator_n
-regional_indicator_o
-regional_indicator_p
-regional_indicator_q
-regional_indicator_r
-regional_indicator_s
-regional_indicator_t
-regional_indicator_u
-regional_indicator_v
-regional_indicator_w
-regional_indicator_x
-regional_indicator_y
-regional_indicator_z
-registered
-relaxed
-relieved
-reminder_ribbon
-repeat
-repeat_one
-restroom
-revolving_hearts
-rewind
-rhino
-ribbon
-rice
-rice_ball
-rice_cracker
-rice_scene
-right_facing_fist
-right_facing_fist_tone1
-right_facing_fist_tone2
-right_facing_fist_tone3
-right_facing_fist_tone4
-right_facing_fist_tone5
-ring
-ringed_planet
-robot
-rock
-rocket
-rofl
-roll_of_paper
-roller_coaster
-roller_skate
-rolling_eyes
-rooster
-rose
-rosette
-rotating_light
-round_pushpin
-rugby_football
-running_shirt_with_sash
-sa
-safety_pin
-safety_vest
-sagittarius
-sailboat
-sake
-salad
-salt
-sandal
-sandwich
-santa
-santa_tone1
-santa_tone2
-santa_tone3
-santa_tone4
-santa_tone5
-sari
-satellite
-satellite_orbital
-sauropod
-saxophone
-scales
-scarf
-school
-school_satchel
-scientist
-scientist_tone1
-scientist_tone2
-scientist_tone3
-scientist_tone4
-scientist_tone5
-scissors
-scooter
-scorpion
-scorpius
-scotland
-scream
-scream_cat
-screwdriver
-scroll
-seal
-seat
-second_place
-secret
-see_no_evil
-seedling
-selfie
-selfie_tone1
-selfie_tone2
-selfie_tone3
-selfie_tone4
-selfie_tone5
-service_dog
-seven
-sewing_needle
-shallow_pan_of_food
-shamrock
-shark
-shaved_ice
-sheep
-shell
-shibuya
-shield
-shinto_shrine
-ship
-shirt
-shopping_bags
-shopping_cart
-shorts
-shower
-shrimp
-shushing_face
-signal_strength
-singer
-singer_tone1
-singer_tone2
-singer_tone3
-singer_tone4
-singer_tone5
-six
-six_pointed_star
-skateboard
-ski
-skier
-skier_tone1
-skier_tone2
-skier_tone3
-skier_tone4
-skier_tone5
-skull
-skull_crossbones
-skunk
-sled
-sleeping
-sleeping_accommodation
-sleepy
-slight_frown
-slight_smile
-slot_machine
-sloth
-small_blue_diamond
-small_orange_diamond
-small_red_triangle
-small_red_triangle_down
-smile
-smile_cat
-smiley
-smiley_cat
-smiling_face_with_3_hearts
-smiling_face_with_tear
-smiling_imp
-smirk
-smirk_cat
-smoking
-snail
-snake
-sneezing_face
-snowboarder
-snowboarder_tone1
-snowboarder_tone2
-snowboarder_tone3
-snowboarder_tone4
-snowboarder_tone5
-snowflake
-snowman2
-snowman
-soap
-sob
-soccer
-socks
-softball
-soon
-sos
-sound
-space_invader
-spades
-spaghetti
-sparkle
-sparkler
-sparkles
-sparkling_heart
-speak_no_evil
-speaker
-speaking_head
-speech_balloon
-speech_left
-speedboat
-spider
-spider_web
-sponge
-spoon
-squeeze_bottle
-squid
-stadium
-star2
-star
-star_and_crescent
-star_of_david
-star_struck
-stars
-station
-statue_of_liberty
-steam_locomotive
-stethoscope
-stew
-stop_button
-stopwatch
-straight_ruler
-strawberry
-stuck_out_tongue
-stuck_out_tongue_closed_eyes
-stuck_out_tongue_winking_eye
-student
-student_tone1
-student_tone2
-student_tone3
-student_tone4
-student_tone5
-stuffed_flatbread
-sun_with_face
-sunflower
-sunglasses
-sunny
-sunrise
-sunrise_over_mountains
-superhero
-superhero_tone1
-superhero_tone2
-superhero_tone3
-superhero_tone4
-superhero_tone5
-supervillain
-supervillain_tone1
-supervillain_tone2
-supervillain_tone3
-supervillain_tone4
-supervillain_tone5
-sushi
-suspension_railway
-swan
-sweat
-sweat_drops
-sweat_smile
-sweet_potato
-symbols
-synagogue
-syringe
-t_rex
-taco
-tada
-takeout_box
-tamale
-tanabata_tree
-tangerine
-taurus
-taxi
-tea
-teacher
-teacher_tone1
-teacher_tone2
-teacher_tone3
-teacher_tone4
-teacher_tone5
-teapot
-technologist
-technologist_tone1
-technologist_tone2
-technologist_tone3
-technologist_tone4
-technologist_tone5
-teddy_bear
-telephone
-telephone_receiver
-telescope
-tennis
-tent
-test_tube
-thermometer
-thermometer_face
-thinking
-third_place
-thong_sandal
-thought_balloon
-thread
-three
-thumbsdown
-thumbsdown_tone1
-thumbsdown_tone2
-thumbsdown_tone3
-thumbsdown_tone4
-thumbsdown_tone5
-thumbsup
-thumbsup_tone1
-thumbsup_tone2
-thumbsup_tone3
-thumbsup_tone4
-thumbsup_tone5
-thunder_cloud_rain
-ticket
-tickets
-tiger2
-tiger
-timer
-tired_face
-tm
-toilet
-tokyo_tower
-tomato
-tone1
-tone2
-tone3
-tone4
-tone5
-tongue
-toolbox
-tools
-tooth
-toothbrush
-top
-tophat
-track_next
-track_previous
-trackball
-tractor
-traffic_light
-train2
-train
-tram
-transgender_flag
-transgender_symbol
-triangular_flag_on_post
-triangular_ruler
-trident
-triumph
-trolleybus
-trophy
-tropical_drink
-tropical_fish
-truck
-trumpet
-tulip
-tumbler_glass
-turkey
-turtle
-tv
-twisted_rightwards_arrows
-two
-two_hearts
-two_men_holding_hands
-two_women_holding_hands
-u5272
-u5408
-u55b6
-u6307
-u6708
-u6709
-u6e80
-u7121
-u7533
-u7981
-u7a7a
-umbrella2
-umbrella
-unamused
-underage
-unicorn
-united_nations
-unlock
-up
-upside_down
-urn
-v
-v_tone1
-v_tone2
-v_tone3
-v_tone4
-v_tone5
-vampire
-vampire_tone1
-vampire_tone2
-vampire_tone3
-vampire_tone4
-vampire_tone5
-vertical_traffic_light
-vhs
-vibration_mode
-video_camera
-video_game
-violin
-virgo
-volcano
-volleyball
-vs
-vulcan
-vulcan_tone1
-vulcan_tone2
-vulcan_tone3
-vulcan_tone4
-vulcan_tone5
-waffle
-wales
-waning_crescent_moon
-waning_gibbous_moon
-warning
-wastebasket
-watch
-water_buffalo
-watermelon
-wave
-wave_tone1
-wave_tone2
-wave_tone3
-wave_tone4
-wave_tone5
-wavy_dash
-waxing_crescent_moon
-waxing_gibbous_moon
-wc
-weary
-wedding
-whale2
-whale
-wheel_of_dharma
-wheelchair
-white_check_mark
-white_circle
-white_flower
-white_haired
-white_heart
-white_large_square
-white_medium_small_square
-white_medium_square
-white_small_square
-white_square_button
-white_sun_cloud
-white_sun_rain_cloud
-white_sun_small_cloud
-wilted_rose
-wind_blowing_face
-wind_chime
-window
-wine_glass
-wink
-wolf
-woman
-woman_and_man_holding_hands_tone1
-woman_and_man_holding_hands_tone1_tone2
-woman_and_man_holding_hands_tone1_tone3
-woman_and_man_holding_hands_tone1_tone4
-woman_and_man_holding_hands_tone1_tone5
-woman_and_man_holding_hands_tone2
-woman_and_man_holding_hands_tone2_tone1
-woman_and_man_holding_hands_tone2_tone3
-woman_and_man_holding_hands_tone2_tone4
-woman_and_man_holding_hands_tone2_tone5
-woman_and_man_holding_hands_tone3
-woman_and_man_holding_hands_tone3_tone1
-woman_and_man_holding_hands_tone3_tone2
-woman_and_man_holding_hands_tone3_tone4
-woman_and_man_holding_hands_tone3_tone5
-woman_and_man_holding_hands_tone4
-woman_and_man_holding_hands_tone4_tone1
-woman_and_man_holding_hands_tone4_tone2
-woman_and_man_holding_hands_tone4_tone3
-woman_and_man_holding_hands_tone4_tone5
-woman_and_man_holding_hands_tone5
-woman_and_man_holding_hands_tone5_tone1
-woman_and_man_holding_hands_tone5_tone2
-woman_and_man_holding_hands_tone5_tone3
-woman_and_man_holding_hands_tone5_tone4
-woman_artist
-woman_artist_tone1
-woman_artist_tone2
-woman_artist_tone3
-woman_artist_tone4
-woman_artist_tone5
-woman_astronaut
-woman_astronaut_tone1
-woman_astronaut_tone2
-woman_astronaut_tone3
-woman_astronaut_tone4
-woman_astronaut_tone5
-woman_bald
-woman_bald_tone1
-woman_bald_tone2
-woman_bald_tone3
-woman_bald_tone4
-woman_bald_tone5
-woman_beard
-woman_biking
-woman_biking_tone1
-woman_biking_tone2
-woman_biking_tone3
-woman_biking_tone4
-woman_biking_tone5
-woman_bouncing_ball
-woman_bouncing_ball_tone1
-woman_bouncing_ball_tone2
-woman_bouncing_ball_tone3
-woman_bouncing_ball_tone4
-woman_bouncing_ball_tone5
-woman_bowing
-woman_bowing_tone1
-woman_bowing_tone2
-woman_bowing_tone3
-woman_bowing_tone4
-woman_bowing_tone5
-woman_cartwheeling
-woman_cartwheeling_tone1
-woman_cartwheeling_tone2
-woman_cartwheeling_tone3
-woman_cartwheeling_tone4
-woman_cartwheeling_tone5
-woman_climbing
-woman_climbing_tone1
-woman_climbing_tone2
-woman_climbing_tone3
-woman_climbing_tone4
-woman_climbing_tone5
-woman_construction_worker
-woman_construction_worker_tone1
-woman_construction_worker_tone2
-woman_construction_worker_tone3
-woman_construction_worker_tone4
-woman_construction_worker_tone5
-woman_cook
-woman_cook_tone1
-woman_cook_tone2
-woman_cook_tone3
-woman_cook_tone4
-woman_cook_tone5
-woman_curly_haired
-woman_curly_haired_tone1
-woman_curly_haired_tone2
-woman_curly_haired_tone3
-woman_curly_haired_tone4
-woman_curly_haired_tone5
-woman_detective
-woman_detective_tone1
-woman_detective_tone2
-woman_detective_tone3
-woman_detective_tone4
-woman_detective_tone5
-woman_elf
-woman_elf_tone1
-woman_elf_tone2
-woman_elf_tone3
-woman_elf_tone4
-woman_elf_tone5
-woman_facepalming
-woman_facepalming_tone1
-woman_facepalming_tone2
-woman_facepalming_tone3
-woman_facepalming_tone4
-woman_facepalming_tone5
-woman_factory_worker
-woman_factory_worker_tone1
-woman_factory_worker_tone2
-woman_factory_worker_tone3
-woman_factory_worker_tone4
-woman_factory_worker_tone5
-woman_fairy
-woman_fairy_tone1
-woman_fairy_tone2
-woman_fairy_tone3
-woman_fairy_tone4
-woman_fairy_tone5
-woman_farmer
-woman_farmer_tone1
-woman_farmer_tone2
-woman_farmer_tone3
-woman_farmer_tone4
-woman_farmer_tone5
-woman_feeding_baby
-woman_feeding_baby_tone1
-woman_feeding_baby_tone2
-woman_feeding_baby_tone3
-woman_feeding_baby_tone4
-woman_feeding_baby_tone5
-woman_firefighter
-woman_firefighter_tone1
-woman_firefighter_tone2
-woman_firefighter_tone3
-woman_firefighter_tone4
-woman_firefighter_tone5
-woman_frowning
-woman_frowning_tone1
-woman_frowning_tone2
-woman_frowning_tone3
-woman_frowning_tone4
-woman_frowning_tone5
-woman_genie
-woman_gesturing_no
-woman_gesturing_no_tone1
-woman_gesturing_no_tone2
-woman_gesturing_no_tone3
-woman_gesturing_no_tone4
-woman_gesturing_no_tone5
-woman_gesturing_ok
-woman_gesturing_ok_tone1
-woman_gesturing_ok_tone2
-woman_gesturing_ok_tone3
-woman_gesturing_ok_tone4
-woman_gesturing_ok_tone5
-woman_getting_face_massage
-woman_getting_face_massage_tone1
-woman_getting_face_massage_tone2
-woman_getting_face_massage_tone3
-woman_getting_face_massage_tone4
-woman_getting_face_massage_tone5
-woman_getting_haircut
-woman_getting_haircut_tone1
-woman_getting_haircut_tone2
-woman_getting_haircut_tone3
-woman_getting_haircut_tone4
-woman_getting_haircut_tone5
-woman_golfing
-woman_golfing_tone1
-woman_golfing_tone2
-woman_golfing_tone3
-woman_golfing_tone4
-woman_golfing_tone5
-woman_guard
-woman_guard_tone1
-woman_guard_tone2
-woman_guard_tone3
-woman_guard_tone4
-woman_guard_tone5
-woman_health_worker
-woman_health_worker_tone1
-woman_health_worker_tone2
-woman_health_worker_tone3
-woman_health_worker_tone4
-woman_health_worker_tone5
-woman_in_lotus_position
-woman_in_lotus_position_tone1
-woman_in_lotus_position_tone2
-woman_in_lotus_position_tone3
-woman_in_lotus_position_tone4
-woman_in_lotus_position_tone5
-woman_in_manual_wheelchair
-woman_in_manual_wheelchair_tone1
-woman_in_manual_wheelchair_tone2
-woman_in_manual_wheelchair_tone3
-woman_in_manual_wheelchair_tone4
-woman_in_manual_wheelchair_tone5
-woman_in_motorized_wheelchair
-woman_in_motorized_wheelchair_tone1
-woman_in_motorized_wheelchair_tone2
-woman_in_motorized_wheelchair_tone3
-woman_in_motorized_wheelchair_tone4
-woman_in_motorized_wheelchair_tone5
-woman_in_santa_hat
-woman_in_santa_hat_tone1
-woman_in_santa_hat_tone2
-woman_in_santa_hat_tone3
-woman_in_santa_hat_tone4
-woman_in_santa_hat_tone5
-woman_in_steamy_room
-woman_in_steamy_room_tone1
-woman_in_steamy_room_tone2
-woman_in_steamy_room_tone3
-woman_in_steamy_room_tone4
-woman_in_steamy_room_tone5
-woman_in_tuxedo
-woman_in_tuxedo_tone1
-woman_in_tuxedo_tone2
-woman_in_tuxedo_tone3
-woman_in_tuxedo_tone4
-woman_in_tuxedo_tone5
-woman_judge
-woman_judge_tone1
-woman_judge_tone2
-woman_judge_tone3
-woman_judge_tone4
-woman_judge_tone5
-woman_juggling
-woman_juggling_tone1
-woman_juggling_tone2
-woman_juggling_tone3
-woman_juggling_tone4
-woman_juggling_tone5
-woman_kneeling
-woman_kneeling_tone1
-woman_kneeling_tone2
-woman_kneeling_tone3
-woman_kneeling_tone4
-woman_kneeling_tone5
-woman_leviate_tone2
-woman_leviate_tone3
-woman_leviate_tone4
-woman_leviate_tone5
-woman_levitate
-woman_levitate_tone1
-woman_lifting_weights
-woman_lifting_weights_tone1
-woman_lifting_weights_tone2
-woman_lifting_weights_tone3
-woman_lifting_weights_tone4
-woman_lifting_weights_tone5
-woman_mage
-woman_mage_tone1
-woman_mage_tone2
-woman_mage_tone3
-woman_mage_tone4
-woman_mage_tone5
-woman_mechanic
-woman_mechanic_tone1
-woman_mechanic_tone2
-woman_mechanic_tone3
-woman_mechanic_tone4
-woman_mechanic_tone5
-woman_mountain_biking
-woman_mountain_biking_tone1
-woman_mountain_biking_tone2
-woman_mountain_biking_tone3
-woman_mountain_biking_tone4
-woman_mountain_biking_tone5
-woman_office_worker
-woman_office_worker_tone1
-woman_office_worker_tone2
-woman_office_worker_tone3
-woman_office_worker_tone4
-woman_office_worker_tone5
-woman_pilot
-woman_pilot_tone1
-woman_pilot_tone2
-woman_pilot_tone3
-woman_pilot_tone4
-woman_pilot_tone5
-woman_playing_handball
-woman_playing_handball_tone1
-woman_playing_handball_tone2
-woman_playing_handball_tone3
-woman_playing_handball_tone4
-woman_playing_handball_tone5
-woman_playing_water_polo
-woman_playing_water_polo_tone1
-woman_playing_water_polo_tone2
-woman_playing_water_polo_tone3
-woman_playing_water_polo_tone4
-woman_playing_water_polo_tone5
-woman_police_officer
-woman_police_officer_tone1
-woman_police_officer_tone2
-woman_police_officer_tone3
-woman_police_officer_tone4
-woman_police_officer_tone5
-woman_pouting
-woman_pouting_tone1
-woman_pouting_tone2
-woman_pouting_tone3
-woman_pouting_tone4
-woman_pouting_tone5
-woman_raising_hand
-woman_raising_hand_tone1
-woman_raising_hand_tone2
-woman_raising_hand_tone3
-woman_raising_hand_tone4
-woman_raising_hand_tone5
-woman_red_haired
-woman_red_haired_tone1
-woman_red_haired_tone2
-woman_red_haired_tone3
-woman_red_haired_tone4
-woman_red_haired_tone5
-woman_rowing_boat
-woman_rowing_boat_tone1
-woman_rowing_boat_tone2
-woman_rowing_boat_tone3
-woman_rowing_boat_tone4
-woman_rowing_boat_tone5
-woman_running
-woman_running_tone1
-woman_running_tone2
-woman_running_tone3
-woman_running_tone4
-woman_running_tone5
-woman_scientist
-woman_scientist_tone1
-woman_scientist_tone2
-woman_scientist_tone3
-woman_scientist_tone4
-woman_scientist_tone5
-woman_shrugging
-woman_shrugging_tone1
-woman_shrugging_tone2
-woman_shrugging_tone3
-woman_shrugging_tone4
-woman_shrugging_tone5
-woman_singer
-woman_singer_tone1
-woman_singer_tone2
-woman_singer_tone3
-woman_singer_tone4
-woman_singer_tone5
-woman_standing
-woman_standing_tone1
-woman_standing_tone2
-woman_standing_tone3
-woman_standing_tone4
-woman_standing_tone5
-woman_student
-woman_student_tone1
-woman_student_tone2
-woman_student_tone3
-woman_student_tone4
-woman_student_tone5
-woman_superhero
-woman_superhero_tone1
-woman_superhero_tone2
-woman_superhero_tone3
-woman_superhero_tone4
-woman_superhero_tone5
-woman_supervillain
-woman_supervillain_tone1
-woman_supervillain_tone2
-woman_supervillain_tone3
-woman_supervillain_tone4
-woman_supervillain_tone5
-woman_surfing
-woman_surfing_tone1
-woman_surfing_tone2
-woman_surfing_tone3
-woman_surfing_tone4
-woman_surfing_tone5
-woman_swimming
-woman_swimming_tone1
-woman_swimming_tone2
-woman_swimming_tone3
-woman_swimming_tone4
-woman_swimming_tone5
-woman_teacher
-woman_teacher_tone1
-woman_teacher_tone2
-woman_teacher_tone3
-woman_teacher_tone4
-woman_teacher_tone5
-woman_technologist
-woman_technologist_tone1
-woman_technologist_tone2
-woman_technologist_tone3
-woman_technologist_tone4
-woman_technologist_tone5
-woman_tipping_hand
-woman_tipping_hand_tone1
-woman_tipping_hand_tone2
-woman_tipping_hand_tone3
-woman_tipping_hand_tone4
-woman_tipping_hand_tone5
-woman_tone1
-woman_tone1_beard
-woman_tone2
-woman_tone2_beard
-woman_tone3
-woman_tone3_beard
-woman_tone4
-woman_tone4_beard
-woman_tone5
-woman_tone5_beard
-woman_vampire
-woman_vampire_tone1
-woman_vampire_tone2
-woman_vampire_tone3
-woman_vampire_tone4
-woman_vampire_tone5
-woman_walking
-woman_walking_tone1
-woman_walking_tone2
-woman_walking_tone3
-woman_walking_tone4
-woman_walking_tone5
-woman_wearing_turban
-woman_wearing_turban_tone1
-woman_wearing_turban_tone2
-woman_wearing_turban_tone3
-woman_wearing_turban_tone4
-woman_wearing_turban_tone5
-woman_white_haired
-woman_white_haired_tone1
-woman_white_haired_tone2
-woman_white_haired_tone3
-woman_white_haired_tone4
-woman_white_haired_tone5
-woman_with_headscarf
-woman_with_headscarf_tone1
-woman_with_headscarf_tone2
-woman_with_headscarf_tone3
-woman_with_headscarf_tone4
-woman_with_headscarf_tone5
-woman_with_probing_cane
-woman_with_probing_cane_tone1
-woman_with_probing_cane_tone2
-woman_with_probing_cane_tone3
-woman_with_probing_cane_tone4
-woman_with_probing_cane_tone5
-woman_with_veil
-woman_with_veil_tone1
-woman_with_veil_tone2
-woman_with_veil_tone3
-woman_with_veil_tone4
-woman_with_veil_tone5
-woman_zombie
-womans_clothes
-womans_flat_shoe
-womans_hat
-women_holding_hands_tone1
-women_holding_hands_tone1_tone2
-women_holding_hands_tone1_tone3
-women_holding_hands_tone1_tone4
-women_holding_hands_tone1_tone5
-women_holding_hands_tone2
-women_holding_hands_tone2_tone1
-women_holding_hands_tone2_tone3
-women_holding_hands_tone2_tone4
-women_holding_hands_tone2_tone5
-women_holding_hands_tone3
-women_holding_hands_tone3_tone1
-women_holding_hands_tone3_tone2
-women_holding_hands_tone3_tone4
-women_holding_hands_tone3_tone5
-women_holding_hands_tone4
-women_holding_hands_tone4_tone1
-women_holding_hands_tone4_tone2
-women_holding_hands_tone4_tone3
-women_holding_hands_tone4_tone5
-women_holding_hands_tone5
-women_holding_hands_tone5_tone1
-women_holding_hands_tone5_tone2
-women_holding_hands_tone5_tone3
-women_holding_hands_tone5_tone4
-women_with_bunny_ears_partying
-women_wrestling
-womens
-wood
-woozy_face
-worm
-worried
-wrench
-writing_hand
-writing_hand_tone1
-writing_hand_tone2
-writing_hand_tone3
-writing_hand_tone4
-writing_hand_tone5
-x
-yarn
-yawning_face
-yellow_circle
-yellow_heart
-yellow_square
-yen
-yin_yang
-yo_yo
-yum
-zany_face
-zap
-zebra
-zero
-zipper_mouth
-zombie
-zzz
100
+1234
+8ball
+a
+ab
+abacus
+abc
+abcd
+accept
+accordion
+adhesive_bandage
+adult
+adult_tone1
+adult_tone2
+adult_tone3
+adult_tone4
+adult_tone5
+aerial_tramway
+airplane
+airplane_arriving
+airplane_departure
+airplane_small
+alarm_clock
+alembic
+alien
+ambulance
+amphora
+anatomical_heart
+anchor
+angel
+angel_tone1
+angel_tone2
+angel_tone3
+angel_tone4
+angel_tone5
+anger
+anger_right
+angry
+anguished
+ant
+apple
+aquarius
+aries
+arrow_backward
+arrow_double_down
+arrow_double_up
+arrow_down
+arrow_down_small
+arrow_forward
+arrow_heading_down
+arrow_heading_up
+arrow_left
+arrow_lower_left
+arrow_lower_right
+arrow_right
+arrow_right_hook
+arrow_up
+arrow_up_down
+arrow_up_small
+arrow_upper_left
+arrow_upper_right
+arrows_clockwise
+arrows_counterclockwise
+art
+articulated_lorry
+artist
+artist_tone1
+artist_tone2
+artist_tone3
+artist_tone4
+artist_tone5
+asterisk
+astonished
+astronaut
+astronaut_tone1
+astronaut_tone2
+astronaut_tone3
+astronaut_tone4
+astronaut_tone5
+athletic_shoe
+atm
+atom
+auto_rickshaw
+avocado
+axe
+b
+baby
+baby_bottle
+baby_chick
+baby_symbol
+baby_tone1
+baby_tone2
+baby_tone3
+baby_tone4
+baby_tone5
+back
+bacon
+badger
+badminton
+bagel
+baggage_claim
+bald
+ballet_shoes
+balloon
+ballot_box
+ballot_box_with_check
+bamboo
+banana
+bangbang
+banjo
+bank
+bar_chart
+barber
+baseball
+basket
+basketball
+bat
+bath
+bath_tone1
+bath_tone2
+bath_tone3
+bath_tone4
+bath_tone5
+bathtub
+battery
+beach
+beach_umbrella
+beans
+bear
+bearded_person
+bearded_person_tone1
+bearded_person_tone2
+bearded_person_tone3
+bearded_person_tone4
+bearded_person_tone5
+beaver
+bed
+bee
+beer
+beers
+beetle
+beginner
+bell
+bell_pepper
+bellhop
+bento
+beverage_box
+bike
+bikini
+billed_cap
+biohazard
+bird
+birthday
+bison
+biting_lip
+black_cat
+black_circle
+black_heart
+black_joker
+black_large_square
+black_medium_small_square
+black_medium_square
+black_nib
+black_small_square
+black_square_button
+blond-haired_man
+blond-haired_man_tone1
+blond-haired_man_tone2
+blond-haired_man_tone3
+blond-haired_man_tone4
+blond-haired_man_tone5
+blond-haired_woman
+blond-haired_woman_tone1
+blond-haired_woman_tone2
+blond-haired_woman_tone3
+blond-haired_woman_tone4
+blond-haired_woman_tone5
+blond_haired_person
+blond_haired_person_tone1
+blond_haired_person_tone2
+blond_haired_person_tone3
+blond_haired_person_tone4
+blond_haired_person_tone5
+blossom
+blowfish
+blue_book
+blue_car
+blue_circle
+blue_heart
+blue_square
+blueberries
+blush
+boar
+bomb
+bone
+book
+bookmark
+bookmark_tabs
+books
+boom
+boomerang
+boot
+bouquet
+bow_and_arrow
+bowl_with_spoon
+bowling
+boxing_glove
+boy
+boy_tone1
+boy_tone2
+boy_tone3
+boy_tone4
+boy_tone5
+brain
+bread
+breast_feeding
+breast_feeding_tone1
+breast_feeding_tone2
+breast_feeding_tone3
+breast_feeding_tone4
+breast_feeding_tone5
+bricks
+bridge_at_night
+briefcase
+briefs
+broccoli
+broken_heart
+broom
+brown_circle
+brown_heart
+brown_square
+bubble_tea
+bubbles
+bucket
+bug
+bulb
+bullettrain_front
+bullettrain_side
+burrito
+bus
+busstop
+bust_in_silhouette
+busts_in_silhouette
+butter
+butterfly
+cactus
+cake
+calendar
+calendar_spiral
+call_me
+call_me_tone1
+call_me_tone2
+call_me_tone3
+call_me_tone4
+call_me_tone5
+calling
+camel
+camera
+camera_with_flash
+camping
+cancer
+candle
+candy
+canned_food
+canoe
+capital_abcd
+capricorn
+card_box
+card_index
+carousel_horse
+carpentry_saw
+carrot
+cat2
+cat
+cd
+chains
+chair
+champagne
+champagne_glass
+chart
+chart_with_downwards_trend
+chart_with_upwards_trend
+checkered_flag
+cheese
+cherries
+cherry_blossom
+chess_pawn
+chestnut
+chicken
+child
+child_tone1
+child_tone2
+child_tone3
+child_tone4
+child_tone5
+children_crossing
+chipmunk
+chocolate_bar
+chopsticks
+christmas_tree
+church
+cinema
+circus_tent
+city_dusk
+city_sunset
+cityscape
+cl
+clap
+clap_tone1
+clap_tone2
+clap_tone3
+clap_tone4
+clap_tone5
+clapper
+classical_building
+clipboard
+clock1030
+clock10
+clock1130
+clock11
+clock1230
+clock12
+clock130
+clock1
+clock230
+clock2
+clock330
+clock3
+clock430
+clock4
+clock530
+clock5
+clock630
+clock6
+clock730
+clock7
+clock830
+clock8
+clock930
+clock9
+clock
+closed_book
+closed_lock_with_key
+closed_umbrella
+cloud
+cloud_lightning
+cloud_rain
+cloud_snow
+cloud_tornado
+clown
+clubs
+coat
+cockroach
+cocktail
+coconut
+coffee
+coffin
+coin
+cold_face
+cold_sweat
+comet
+compass
+compression
+computer
+confetti_ball
+confounded
+confused
+congratulations
+construction
+construction_site
+construction_worker
+construction_worker_tone1
+construction_worker_tone2
+construction_worker_tone3
+construction_worker_tone4
+construction_worker_tone5
+control_knobs
+convenience_store
+cook
+cook_tone1
+cook_tone2
+cook_tone3
+cook_tone4
+cook_tone5
+cookie
+cooking
+cool
+copyright
+coral
+corn
+couch
+couple
+couple_mm
+couple_with_heart
+couple_with_heart_man_man_tone1
+couple_with_heart_man_man_tone1_tone2
+couple_with_heart_man_man_tone1_tone3
+couple_with_heart_man_man_tone1_tone4
+couple_with_heart_man_man_tone1_tone5
+couple_with_heart_man_man_tone2
+couple_with_heart_man_man_tone2_tone1
+couple_with_heart_man_man_tone2_tone3
+couple_with_heart_man_man_tone2_tone4
+couple_with_heart_man_man_tone2_tone5
+couple_with_heart_man_man_tone3
+couple_with_heart_man_man_tone3_tone1
+couple_with_heart_man_man_tone3_tone2
+couple_with_heart_man_man_tone3_tone4
+couple_with_heart_man_man_tone3_tone5
+couple_with_heart_man_man_tone4
+couple_with_heart_man_man_tone4_tone1
+couple_with_heart_man_man_tone4_tone2
+couple_with_heart_man_man_tone4_tone3
+couple_with_heart_man_man_tone4_tone5
+couple_with_heart_man_man_tone5
+couple_with_heart_man_man_tone5_tone1
+couple_with_heart_man_man_tone5_tone2
+couple_with_heart_man_man_tone5_tone3
+couple_with_heart_man_man_tone5_tone4
+couple_with_heart_person_person_tone1_tone2
+couple_with_heart_person_person_tone1_tone3
+couple_with_heart_person_person_tone1_tone4
+couple_with_heart_person_person_tone1_tone5
+couple_with_heart_person_person_tone2_tone1
+couple_with_heart_person_person_tone2_tone3
+couple_with_heart_person_person_tone2_tone4
+couple_with_heart_person_person_tone2_tone5
+couple_with_heart_person_person_tone3_tone1
+couple_with_heart_person_person_tone3_tone2
+couple_with_heart_person_person_tone3_tone4
+couple_with_heart_person_person_tone3_tone5
+couple_with_heart_person_person_tone4_tone1
+couple_with_heart_person_person_tone4_tone2
+couple_with_heart_person_person_tone4_tone3
+couple_with_heart_person_person_tone4_tone5
+couple_with_heart_person_person_tone5_tone1
+couple_with_heart_person_person_tone5_tone2
+couple_with_heart_person_person_tone5_tone3
+couple_with_heart_person_person_tone5_tone4
+couple_with_heart_tone1
+couple_with_heart_tone2
+couple_with_heart_tone3
+couple_with_heart_tone4
+couple_with_heart_tone5
+couple_with_heart_woman_man
+couple_with_heart_woman_man_tone1
+couple_with_heart_woman_man_tone1_tone2
+couple_with_heart_woman_man_tone1_tone3
+couple_with_heart_woman_man_tone1_tone4
+couple_with_heart_woman_man_tone1_tone5
+couple_with_heart_woman_man_tone2
+couple_with_heart_woman_man_tone2_tone1
+couple_with_heart_woman_man_tone2_tone3
+couple_with_heart_woman_man_tone2_tone4
+couple_with_heart_woman_man_tone2_tone5
+couple_with_heart_woman_man_tone3
+couple_with_heart_woman_man_tone3_tone1
+couple_with_heart_woman_man_tone3_tone2
+couple_with_heart_woman_man_tone3_tone4
+couple_with_heart_woman_man_tone3_tone5
+couple_with_heart_woman_man_tone4
+couple_with_heart_woman_man_tone4_tone1
+couple_with_heart_woman_man_tone4_tone2
+couple_with_heart_woman_man_tone4_tone3
+couple_with_heart_woman_man_tone4_tone5
+couple_with_heart_woman_man_tone5
+couple_with_heart_woman_man_tone5_tone1
+couple_with_heart_woman_man_tone5_tone2
+couple_with_heart_woman_man_tone5_tone3
+couple_with_heart_woman_man_tone5_tone4
+couple_with_heart_woman_woman_tone1
+couple_with_heart_woman_woman_tone1_tone2
+couple_with_heart_woman_woman_tone1_tone3
+couple_with_heart_woman_woman_tone1_tone4
+couple_with_heart_woman_woman_tone1_tone5
+couple_with_heart_woman_woman_tone2
+couple_with_heart_woman_woman_tone2_tone1
+couple_with_heart_woman_woman_tone2_tone3
+couple_with_heart_woman_woman_tone2_tone4
+couple_with_heart_woman_woman_tone2_tone5
+couple_with_heart_woman_woman_tone3
+couple_with_heart_woman_woman_tone3_tone1
+couple_with_heart_woman_woman_tone3_tone2
+couple_with_heart_woman_woman_tone3_tone4
+couple_with_heart_woman_woman_tone3_tone5
+couple_with_heart_woman_woman_tone4
+couple_with_heart_woman_woman_tone4_tone1
+couple_with_heart_woman_woman_tone4_tone2
+couple_with_heart_woman_woman_tone4_tone3
+couple_with_heart_woman_woman_tone4_tone5
+couple_with_heart_woman_woman_tone5
+couple_with_heart_woman_woman_tone5_tone1
+couple_with_heart_woman_woman_tone5_tone2
+couple_with_heart_woman_woman_tone5_tone3
+couple_with_heart_woman_woman_tone5_tone4
+couple_ww
+couplekiss
+cow2
+cow
+cowboy
+crab
+crayon
+credit_card
+crescent_moon
+cricket
+cricket_game
+crocodile
+croissant
+cross
+crossed_flags
+crossed_swords
+crown
+cruise_ship
+crutch
+cry
+crying_cat_face
+crystal_ball
+cucumber
+cup_with_straw
+cupcake
+cupid
+curling_stone
+curly_haired
+curly_loop
+currency_exchange
+curry
+custard
+customs
+cut_of_meat
+cyclone
+dagger
+dancer
+dancer_tone1
+dancer_tone2
+dancer_tone3
+dancer_tone4
+dancer_tone5
+dango
+dark_sunglasses
+dart
+dash
+date
+deaf_man
+deaf_man_tone1
+deaf_man_tone2
+deaf_man_tone3
+deaf_man_tone4
+deaf_man_tone5
+deaf_person
+deaf_person_tone1
+deaf_person_tone2
+deaf_person_tone3
+deaf_person_tone4
+deaf_person_tone5
+deaf_woman
+deaf_woman_tone1
+deaf_woman_tone2
+deaf_woman_tone3
+deaf_woman_tone4
+deaf_woman_tone5
+deciduous_tree
+deer
+department_store
+desert
+desktop
+detective
+detective_tone1
+detective_tone2
+detective_tone3
+detective_tone4
+detective_tone5
+diamond_shape_with_a_dot_inside
+diamonds
+disappointed
+disappointed_relieved
+disguised_face
+dividers
+diving_mask
+diya_lamp
+dizzy
+dizzy_face
+dna
+do_not_litter
+dodo
+dog2
+dog
+dollar
+dolls
+dolphin
+door
+dotted_line_face
+doughnut
+dove
+dragon
+dragon_face
+dress
+dromedary_camel
+drooling_face
+drop_of_blood
+droplet
+drum
+duck
+dumpling
+dvd
+e-mail
+eagle
+ear
+ear_of_rice
+ear_tone1
+ear_tone2
+ear_tone3
+ear_tone4
+ear_tone5
+ear_with_hearing_aid
+ear_with_hearing_aid_tone1
+ear_with_hearing_aid_tone2
+ear_with_hearing_aid_tone3
+ear_with_hearing_aid_tone4
+ear_with_hearing_aid_tone5
+earth_africa
+earth_americas
+earth_asia
+egg
+eggplant
+eight
+eight_pointed_black_star
+eight_spoked_asterisk
+eject
+electric_plug
+elephant
+elevator
+elf
+elf_tone1
+elf_tone2
+elf_tone3
+elf_tone4
+elf_tone5
+empty_nest
+end
+england
+envelope
+envelope_with_arrow
+euro
+european_castle
+european_post_office
+evergreen_tree
+exclamation
+exploding_head
+expressionless
+eye
+eye_in_speech_bubble
+eyeglasses
+eyes
+face_exhaling
+face_holding_back_tears
+face_in_clouds
+face_vomiting
+face_with_diagonal_mouth
+face_with_hand_over_mouth
+face_with_monocle
+face_with_open_eyes_and_hand_over_mouth
+face_with_peeking_eye
+face_with_raised_eyebrow
+face_with_spiral_eyes
+face_with_symbols_over_mouth
+factory
+factory_worker
+factory_worker_tone1
+factory_worker_tone2
+factory_worker_tone3
+factory_worker_tone4
+factory_worker_tone5
+fairy
+fairy_tone1
+fairy_tone2
+fairy_tone3
+fairy_tone4
+fairy_tone5
+falafel
+fallen_leaf
+family
+family_man_boy
+family_man_boy_boy
+family_man_girl
+family_man_girl_boy
+family_man_girl_girl
+family_man_woman_boy
+family_mmb
+family_mmbb
+family_mmg
+family_mmgb
+family_mmgg
+family_mwbb
+family_mwg
+family_mwgb
+family_mwgg
+family_woman_boy
+family_woman_boy_boy
+family_woman_girl
+family_woman_girl_boy
+family_woman_girl_girl
+family_wwb
+family_wwbb
+family_wwg
+family_wwgb
+family_wwgg
+farmer
+farmer_tone1
+farmer_tone2
+farmer_tone3
+farmer_tone4
+farmer_tone5
+fast_forward
+fax
+fearful
+feather
+feet
+female_sign
+ferris_wheel
+ferry
+field_hockey
+file_cabinet
+file_folder
+film_frames
+fingers_crossed
+fingers_crossed_tone1
+fingers_crossed_tone2
+fingers_crossed_tone3
+fingers_crossed_tone4
+fingers_crossed_tone5
+fire
+fire_engine
+fire_extinguisher
+firecracker
+firefighter
+firefighter_tone1
+firefighter_tone2
+firefighter_tone3
+firefighter_tone4
+firefighter_tone5
+fireworks
+first_place
+first_quarter_moon
+first_quarter_moon_with_face
+fish
+fish_cake
+fishing_pole_and_fish
+fist
+fist_tone1
+fist_tone2
+fist_tone3
+fist_tone4
+fist_tone5
+five
+flag_ac
+flag_ad
+flag_ae
+flag_af
+flag_ag
+flag_ai
+flag_al
+flag_am
+flag_ao
+flag_aq
+flag_ar
+flag_as
+flag_at
+flag_au
+flag_aw
+flag_ax
+flag_az
+flag_ba
+flag_bb
+flag_bd
+flag_be
+flag_bf
+flag_bg
+flag_bh
+flag_bi
+flag_bj
+flag_bl
+flag_black
+flag_bm
+flag_bn
+flag_bo
+flag_bq
+flag_br
+flag_bs
+flag_bt
+flag_bv
+flag_bw
+flag_by
+flag_bz
+flag_ca
+flag_cc
+flag_cd
+flag_cf
+flag_cg
+flag_ch
+flag_ci
+flag_ck
+flag_cl
+flag_cm
+flag_cn
+flag_co
+flag_cp
+flag_cr
+flag_cu
+flag_cv
+flag_cw
+flag_cx
+flag_cy
+flag_cz
+flag_de
+flag_dg
+flag_dj
+flag_dk
+flag_dm
+flag_do
+flag_dz
+flag_ea
+flag_ec
+flag_ee
+flag_eg
+flag_eh
+flag_er
+flag_es
+flag_et
+flag_eu
+flag_fi
+flag_fj
+flag_fk
+flag_fm
+flag_fo
+flag_fr
+flag_ga
+flag_gb
+flag_gd
+flag_ge
+flag_gf
+flag_gg
+flag_gh
+flag_gi
+flag_gl
+flag_gm
+flag_gn
+flag_gp
+flag_gq
+flag_gr
+flag_gs
+flag_gt
+flag_gu
+flag_gw
+flag_gy
+flag_hk
+flag_hm
+flag_hn
+flag_hr
+flag_ht
+flag_hu
+flag_ic
+flag_id
+flag_ie
+flag_il
+flag_im
+flag_in
+flag_io
+flag_iq
+flag_ir
+flag_is
+flag_it
+flag_je
+flag_jm
+flag_jo
+flag_jp
+flag_ke
+flag_kg
+flag_kh
+flag_ki
+flag_km
+flag_kn
+flag_kp
+flag_kr
+flag_kw
+flag_ky
+flag_kz
+flag_la
+flag_lb
+flag_lc
+flag_li
+flag_lk
+flag_lr
+flag_ls
+flag_lt
+flag_lu
+flag_lv
+flag_ly
+flag_ma
+flag_mc
+flag_md
+flag_me
+flag_mf
+flag_mg
+flag_mh
+flag_mk
+flag_ml
+flag_mm
+flag_mn
+flag_mo
+flag_mp
+flag_mq
+flag_mr
+flag_ms
+flag_mt
+flag_mu
+flag_mv
+flag_mw
+flag_mx
+flag_my
+flag_mz
+flag_na
+flag_nc
+flag_ne
+flag_nf
+flag_ng
+flag_ni
+flag_nl
+flag_no
+flag_np
+flag_nr
+flag_nu
+flag_nz
+flag_om
+flag_pa
+flag_pe
+flag_pf
+flag_pg
+flag_ph
+flag_pk
+flag_pl
+flag_pm
+flag_pn
+flag_pr
+flag_ps
+flag_pt
+flag_pw
+flag_py
+flag_qa
+flag_re
+flag_ro
+flag_rs
+flag_ru
+flag_rw
+flag_sa
+flag_sb
+flag_sc
+flag_sd
+flag_se
+flag_sg
+flag_sh
+flag_si
+flag_sj
+flag_sk
+flag_sl
+flag_sm
+flag_sn
+flag_so
+flag_sr
+flag_ss
+flag_st
+flag_sv
+flag_sx
+flag_sy
+flag_sz
+flag_ta
+flag_tc
+flag_td
+flag_tf
+flag_tg
+flag_th
+flag_tj
+flag_tk
+flag_tl
+flag_tm
+flag_tn
+flag_to
+flag_tr
+flag_tt
+flag_tv
+flag_tw
+flag_tz
+flag_ua
+flag_ug
+flag_um
+flag_us
+flag_uy
+flag_uz
+flag_va
+flag_vc
+flag_ve
+flag_vg
+flag_vi
+flag_vn
+flag_vu
+flag_wf
+flag_white
+flag_ws
+flag_xk
+flag_ye
+flag_yt
+flag_za
+flag_zm
+flag_zw
+flags
+flamingo
+flashlight
+flatbread
+fleur-de-lis
+floppy_disk
+flower_playing_cards
+flushed
+fly
+flying_disc
+flying_saucer
+fog
+foggy
+fondue
+foot
+foot_tone1
+foot_tone2
+foot_tone3
+foot_tone4
+foot_tone5
+football
+footprints
+fork_and_knife
+fork_knife_plate
+fortune_cookie
+fountain
+four
+four_leaf_clover
+fox
+frame_photo
+free
+french_bread
+fried_shrimp
+fries
+frog
+frowning2
+frowning
+fuelpump
+full_moon
+full_moon_with_face
+game_die
+garlic
+gear
+gem
+gemini
+genie
+ghost
+gift
+gift_heart
+giraffe
+girl
+girl_tone1
+girl_tone2
+girl_tone3
+girl_tone4
+girl_tone5
+globe_with_meridians
+gloves
+goal
+goat
+goggles
+golf
+gorilla
+grapes
+green_apple
+green_book
+green_circle
+green_heart
+green_square
+grey_exclamation
+grey_question
+grimacing
+grin
+grinning
+guard
+guard_tone1
+guard_tone2
+guard_tone3
+guard_tone4
+guard_tone5
+guide_dog
+guitar
+gun
+hamburger
+hammer
+hammer_pick
+hamsa
+hamster
+hand_splayed
+hand_splayed_tone1
+hand_splayed_tone2
+hand_splayed_tone3
+hand_splayed_tone4
+hand_splayed_tone5
+hand_with_index_finger_and_thumb_crossed
+hand_with_index_finger_and_thumb_crossed_tone1
+hand_with_index_finger_and_thumb_crossed_tone2
+hand_with_index_finger_and_thumb_crossed_tone3
+hand_with_index_finger_and_thumb_crossed_tone4
+hand_with_index_finger_and_thumb_crossed_tone5
+handbag
+handshake
+handshake_tone1
+handshake_tone1_tone2
+handshake_tone1_tone3
+handshake_tone1_tone4
+handshake_tone1_tone5
+handshake_tone2
+handshake_tone2_tone1
+handshake_tone2_tone3
+handshake_tone2_tone4
+handshake_tone2_tone5
+handshake_tone3
+handshake_tone3_tone1
+handshake_tone3_tone2
+handshake_tone3_tone4
+handshake_tone3_tone5
+handshake_tone4
+handshake_tone4_tone1
+handshake_tone4_tone2
+handshake_tone4_tone3
+handshake_tone4_tone5
+handshake_tone5
+handshake_tone5_tone1
+handshake_tone5_tone2
+handshake_tone5_tone3
+handshake_tone5_tone4
+hash
+hatched_chick
+hatching_chick
+head_bandage
+headphones
+headstone
+health_worker
+health_worker_tone1
+health_worker_tone2
+health_worker_tone3
+health_worker_tone4
+health_worker_tone5
+hear_no_evil
+heart
+heart_decoration
+heart_exclamation
+heart_eyes
+heart_eyes_cat
+heart_hands
+heart_hands_tone1
+heart_hands_tone2
+heart_hands_tone3
+heart_hands_tone4
+heart_hands_tone5
+heart_on_fire
+heartbeat
+heartpulse
+hearts
+heavy_check_mark
+heavy_division_sign
+heavy_dollar_sign
+heavy_equals_sign
+heavy_minus_sign
+heavy_multiplication_x
+heavy_plus_sign
+hedgehog
+helicopter
+helmet_with_cross
+herb
+hibiscus
+high_brightness
+high_heel
+hiking_boot
+hindu_temple
+hippopotamus
+hockey
+hole
+homes
+honey_pot
+hook
+horse
+horse_racing
+horse_racing_tone1
+horse_racing_tone2
+horse_racing_tone3
+horse_racing_tone4
+horse_racing_tone5
+hospital
+hot_face
+hot_pepper
+hotdog
+hotel
+hotsprings
+hourglass
+hourglass_flowing_sand
+house
+house_abandoned
+house_with_garden
+hugging
+hushed
+hut
+ice_cream
+ice_cube
+ice_skate
+icecream
+id
+identification_card
+ideograph_advantage
+imp
+inbox_tray
+incoming_envelope
+index_pointing_at_the_viewer
+index_pointing_at_the_viewer_tone1
+index_pointing_at_the_viewer_tone2
+index_pointing_at_the_viewer_tone3
+index_pointing_at_the_viewer_tone4
+index_pointing_at_the_viewer_tone5
+infinity
+information_source
+innocent
+interrobang
+island
+izakaya_lantern
+jack_o_lantern
+japan
+japanese_castle
+japanese_goblin
+japanese_ogre
+jar
+jeans
+jigsaw
+joy
+joy_cat
+joystick
+judge
+judge_tone1
+judge_tone2
+judge_tone3
+judge_tone4
+judge_tone5
+kaaba
+kangaroo
+key2
+key
+keyboard
+keycap_ten
+kimono
+kiss
+kiss_man_man_tone1
+kiss_man_man_tone1_tone2
+kiss_man_man_tone1_tone3
+kiss_man_man_tone1_tone4
+kiss_man_man_tone1_tone5
+kiss_man_man_tone2
+kiss_man_man_tone2_tone1
+kiss_man_man_tone2_tone3
+kiss_man_man_tone2_tone4
+kiss_man_man_tone2_tone5
+kiss_man_man_tone3
+kiss_man_man_tone3_tone1
+kiss_man_man_tone3_tone2
+kiss_man_man_tone3_tone4
+kiss_man_man_tone3_tone5
+kiss_man_man_tone4
+kiss_man_man_tone4_tone1
+kiss_man_man_tone4_tone2
+kiss_man_man_tone4_tone3
+kiss_man_man_tone4_tone5
+kiss_man_man_tone5
+kiss_man_man_tone5_tone1
+kiss_man_man_tone5_tone2
+kiss_man_man_tone5_tone3
+kiss_man_man_tone5_tone4
+kiss_mm
+kiss_person_person_tone1_tone2
+kiss_person_person_tone1_tone3
+kiss_person_person_tone1_tone4
+kiss_person_person_tone1_tone5
+kiss_person_person_tone2_tone1
+kiss_person_person_tone2_tone3
+kiss_person_person_tone2_tone4
+kiss_person_person_tone2_tone5
+kiss_person_person_tone3_tone1
+kiss_person_person_tone3_tone2
+kiss_person_person_tone3_tone4
+kiss_person_person_tone3_tone5
+kiss_person_person_tone4_tone1
+kiss_person_person_tone4_tone2
+kiss_person_person_tone4_tone3
+kiss_person_person_tone4_tone5
+kiss_person_person_tone5_tone1
+kiss_person_person_tone5_tone2
+kiss_person_person_tone5_tone3
+kiss_person_person_tone5_tone4
+kiss_tone1
+kiss_tone2
+kiss_tone3
+kiss_tone4
+kiss_tone5
+kiss_woman_man
+kiss_woman_man_tone1
+kiss_woman_man_tone1_tone2
+kiss_woman_man_tone1_tone3
+kiss_woman_man_tone1_tone4
+kiss_woman_man_tone1_tone5
+kiss_woman_man_tone2
+kiss_woman_man_tone2_tone1
+kiss_woman_man_tone2_tone3
+kiss_woman_man_tone2_tone4
+kiss_woman_man_tone2_tone5
+kiss_woman_man_tone3
+kiss_woman_man_tone3_tone1
+kiss_woman_man_tone3_tone2
+kiss_woman_man_tone3_tone4
+kiss_woman_man_tone3_tone5
+kiss_woman_man_tone4
+kiss_woman_man_tone4_tone1
+kiss_woman_man_tone4_tone2
+kiss_woman_man_tone4_tone3
+kiss_woman_man_tone4_tone5
+kiss_woman_man_tone5
+kiss_woman_man_tone5_tone1
+kiss_woman_man_tone5_tone2
+kiss_woman_man_tone5_tone3
+kiss_woman_man_tone5_tone4
+kiss_woman_woman_tone1
+kiss_woman_woman_tone1_tone2
+kiss_woman_woman_tone1_tone3
+kiss_woman_woman_tone1_tone4
+kiss_woman_woman_tone1_tone5
+kiss_woman_woman_tone2
+kiss_woman_woman_tone2_tone1
+kiss_woman_woman_tone2_tone3
+kiss_woman_woman_tone2_tone4
+kiss_woman_woman_tone2_tone5
+kiss_woman_woman_tone3
+kiss_woman_woman_tone3_tone1
+kiss_woman_woman_tone3_tone2
+kiss_woman_woman_tone3_tone4
+kiss_woman_woman_tone3_tone5
+kiss_woman_woman_tone4
+kiss_woman_woman_tone4_tone1
+kiss_woman_woman_tone4_tone2
+kiss_woman_woman_tone4_tone3
+kiss_woman_woman_tone4_tone5
+kiss_woman_woman_tone5
+kiss_woman_woman_tone5_tone1
+kiss_woman_woman_tone5_tone2
+kiss_woman_woman_tone5_tone3
+kiss_woman_woman_tone5_tone4
+kiss_ww
+kissing
+kissing_cat
+kissing_closed_eyes
+kissing_heart
+kissing_smiling_eyes
+kite
+kiwi
+knife
+knot
+koala
+koko
+lab_coat
+label
+lacrosse
+ladder
+lady_beetle
+large_blue_diamond
+large_orange_diamond
+last_quarter_moon
+last_quarter_moon_with_face
+laughing
+leafy_green
+leaves
+ledger
+left_facing_fist
+left_facing_fist_tone1
+left_facing_fist_tone2
+left_facing_fist_tone3
+left_facing_fist_tone4
+left_facing_fist_tone5
+left_luggage
+left_right_arrow
+leftwards_arrow_with_hook
+leftwards_hand
+leftwards_hand_tone1
+leftwards_hand_tone2
+leftwards_hand_tone3
+leftwards_hand_tone4
+leftwards_hand_tone5
+leg
+leg_tone1
+leg_tone2
+leg_tone3
+leg_tone4
+leg_tone5
+lemon
+leo
+leopard
+level_slider
+levitate
+levitate_tone1
+levitate_tone2
+levitate_tone3
+levitate_tone4
+levitate_tone5
+libra
+light_rail
+link
+lion_face
+lips
+lipstick
+lizard
+llama
+lobster
+lock
+lock_with_ink_pen
+lollipop
+long_drum
+loop
+lotus
+loud_sound
+loudspeaker
+love_hotel
+love_letter
+love_you_gesture
+love_you_gesture_tone1
+love_you_gesture_tone2
+love_you_gesture_tone3
+love_you_gesture_tone4
+love_you_gesture_tone5
+low_battery
+low_brightness
+luggage
+lungs
+lying_face
+m
+mag
+mag_right
+mage
+mage_tone1
+mage_tone2
+mage_tone3
+mage_tone4
+mage_tone5
+magic_wand
+magnet
+mahjong
+mailbox
+mailbox_closed
+mailbox_with_mail
+mailbox_with_no_mail
+male_sign
+mammoth
+man
+man_artist
+man_artist_tone1
+man_artist_tone2
+man_artist_tone3
+man_artist_tone4
+man_artist_tone5
+man_astronaut
+man_astronaut_tone1
+man_astronaut_tone2
+man_astronaut_tone3
+man_astronaut_tone4
+man_astronaut_tone5
+man_bald
+man_bald_tone1
+man_bald_tone2
+man_bald_tone3
+man_bald_tone4
+man_bald_tone5
+man_beard
+man_biking
+man_biking_tone1
+man_biking_tone2
+man_biking_tone3
+man_biking_tone4
+man_biking_tone5
+man_bouncing_ball
+man_bouncing_ball_tone1
+man_bouncing_ball_tone2
+man_bouncing_ball_tone3
+man_bouncing_ball_tone4
+man_bouncing_ball_tone5
+man_bowing
+man_bowing_tone1
+man_bowing_tone2
+man_bowing_tone3
+man_bowing_tone4
+man_bowing_tone5
+man_cartwheeling
+man_cartwheeling_tone1
+man_cartwheeling_tone2
+man_cartwheeling_tone3
+man_cartwheeling_tone4
+man_cartwheeling_tone5
+man_climbing
+man_climbing_tone1
+man_climbing_tone2
+man_climbing_tone3
+man_climbing_tone4
+man_climbing_tone5
+man_construction_worker
+man_construction_worker_tone1
+man_construction_worker_tone2
+man_construction_worker_tone3
+man_construction_worker_tone4
+man_construction_worker_tone5
+man_cook
+man_cook_tone1
+man_cook_tone2
+man_cook_tone3
+man_cook_tone4
+man_cook_tone5
+man_curly_haired
+man_curly_haired_tone1
+man_curly_haired_tone2
+man_curly_haired_tone3
+man_curly_haired_tone4
+man_curly_haired_tone5
+man_dancing
+man_dancing_tone1
+man_dancing_tone2
+man_dancing_tone3
+man_dancing_tone4
+man_dancing_tone5
+man_detective
+man_detective_tone1
+man_detective_tone2
+man_detective_tone3
+man_detective_tone4
+man_detective_tone5
+man_elf
+man_elf_tone1
+man_elf_tone2
+man_elf_tone3
+man_elf_tone4
+man_elf_tone5
+man_facepalming
+man_facepalming_tone1
+man_facepalming_tone2
+man_facepalming_tone3
+man_facepalming_tone4
+man_facepalming_tone5
+man_factory_worker
+man_factory_worker_tone1
+man_factory_worker_tone2
+man_factory_worker_tone3
+man_factory_worker_tone4
+man_factory_worker_tone5
+man_fairy
+man_fairy_tone1
+man_fairy_tone2
+man_fairy_tone3
+man_fairy_tone4
+man_fairy_tone5
+man_farmer
+man_farmer_tone1
+man_farmer_tone2
+man_farmer_tone3
+man_farmer_tone4
+man_farmer_tone5
+man_feeding_baby
+man_feeding_baby_tone1
+man_feeding_baby_tone2
+man_feeding_baby_tone3
+man_feeding_baby_tone4
+man_feeding_baby_tone5
+man_firefighter
+man_firefighter_tone1
+man_firefighter_tone2
+man_firefighter_tone3
+man_firefighter_tone4
+man_firefighter_tone5
+man_frowning
+man_frowning_tone1
+man_frowning_tone2
+man_frowning_tone3
+man_frowning_tone4
+man_frowning_tone5
+man_genie
+man_gesturing_no
+man_gesturing_no_tone1
+man_gesturing_no_tone2
+man_gesturing_no_tone3
+man_gesturing_no_tone4
+man_gesturing_no_tone5
+man_gesturing_ok
+man_gesturing_ok_tone1
+man_gesturing_ok_tone2
+man_gesturing_ok_tone3
+man_gesturing_ok_tone4
+man_gesturing_ok_tone5
+man_getting_face_massage
+man_getting_face_massage_tone1
+man_getting_face_massage_tone2
+man_getting_face_massage_tone3
+man_getting_face_massage_tone4
+man_getting_face_massage_tone5
+man_getting_haircut
+man_getting_haircut_tone1
+man_getting_haircut_tone2
+man_getting_haircut_tone3
+man_getting_haircut_tone4
+man_getting_haircut_tone5
+man_golfing
+man_golfing_tone1
+man_golfing_tone2
+man_golfing_tone3
+man_golfing_tone4
+man_golfing_tone5
+man_guard
+man_guard_tone1
+man_guard_tone2
+man_guard_tone3
+man_guard_tone4
+man_guard_tone5
+man_health_worker
+man_health_worker_tone1
+man_health_worker_tone2
+man_health_worker_tone3
+man_health_worker_tone4
+man_health_worker_tone5
+man_in_lotus_position
+man_in_lotus_position_tone1
+man_in_lotus_position_tone2
+man_in_lotus_position_tone3
+man_in_lotus_position_tone4
+man_in_lotus_position_tone5
+man_in_manual_wheelchair
+man_in_manual_wheelchair_tone1
+man_in_manual_wheelchair_tone2
+man_in_manual_wheelchair_tone3
+man_in_manual_wheelchair_tone4
+man_in_manual_wheelchair_tone5
+man_in_motorized_wheelchair
+man_in_motorized_wheelchair_tone1
+man_in_motorized_wheelchair_tone2
+man_in_motorized_wheelchair_tone3
+man_in_motorized_wheelchair_tone4
+man_in_motorized_wheelchair_tone5
+man_in_santa_hat
+man_in_santa_hat_tone1
+man_in_santa_hat_tone2
+man_in_santa_hat_tone3
+man_in_santa_hat_tone4
+man_in_santa_hat_tone5
+man_in_steamy_room
+man_in_steamy_room_tone1
+man_in_steamy_room_tone2
+man_in_steamy_room_tone3
+man_in_steamy_room_tone4
+man_in_steamy_room_tone5
+man_in_tuxedo
+man_in_tuxedo_tone1
+man_in_tuxedo_tone2
+man_in_tuxedo_tone3
+man_in_tuxedo_tone4
+man_in_tuxedo_tone5
+man_judge
+man_judge_tone1
+man_judge_tone2
+man_judge_tone3
+man_judge_tone4
+man_judge_tone5
+man_juggling
+man_juggling_tone1
+man_juggling_tone2
+man_juggling_tone3
+man_juggling_tone4
+man_juggling_tone5
+man_kneeling
+man_kneeling_tone1
+man_kneeling_tone2
+man_kneeling_tone3
+man_kneeling_tone4
+man_kneeling_tone5
+man_lifting_weights
+man_lifting_weights_tone1
+man_lifting_weights_tone2
+man_lifting_weights_tone3
+man_lifting_weights_tone4
+man_lifting_weights_tone5
+man_mage
+man_mage_tone1
+man_mage_tone2
+man_mage_tone3
+man_mage_tone4
+man_mage_tone5
+man_mechanic
+man_mechanic_tone1
+man_mechanic_tone2
+man_mechanic_tone3
+man_mechanic_tone4
+man_mechanic_tone5
+man_mountain_biking
+man_mountain_biking_tone1
+man_mountain_biking_tone2
+man_mountain_biking_tone3
+man_mountain_biking_tone4
+man_mountain_biking_tone5
+man_office_worker
+man_office_worker_tone1
+man_office_worker_tone2
+man_office_worker_tone3
+man_office_worker_tone4
+man_office_worker_tone5
+man_pilot
+man_pilot_tone1
+man_pilot_tone2
+man_pilot_tone3
+man_pilot_tone4
+man_pilot_tone5
+man_playing_handball
+man_playing_handball_tone1
+man_playing_handball_tone2
+man_playing_handball_tone3
+man_playing_handball_tone4
+man_playing_handball_tone5
+man_playing_water_polo
+man_playing_water_polo_tone1
+man_playing_water_polo_tone2
+man_playing_water_polo_tone3
+man_playing_water_polo_tone4
+man_playing_water_polo_tone5
+man_police_officer
+man_police_officer_tone1
+man_police_officer_tone2
+man_police_officer_tone3
+man_police_officer_tone4
+man_police_officer_tone5
+man_pouting
+man_pouting_tone1
+man_pouting_tone2
+man_pouting_tone3
+man_pouting_tone4
+man_pouting_tone5
+man_raising_hand
+man_raising_hand_tone1
+man_raising_hand_tone2
+man_raising_hand_tone3
+man_raising_hand_tone4
+man_raising_hand_tone5
+man_red_haired
+man_red_haired_tone1
+man_red_haired_tone2
+man_red_haired_tone3
+man_red_haired_tone4
+man_red_haired_tone5
+man_rowing_boat
+man_rowing_boat_tone1
+man_rowing_boat_tone2
+man_rowing_boat_tone3
+man_rowing_boat_tone4
+man_rowing_boat_tone5
+man_running
+man_running_tone1
+man_running_tone2
+man_running_tone3
+man_running_tone4
+man_running_tone5
+man_scientist
+man_scientist_tone1
+man_scientist_tone2
+man_scientist_tone3
+man_scientist_tone4
+man_scientist_tone5
+man_shrugging
+man_shrugging_tone1
+man_shrugging_tone2
+man_shrugging_tone3
+man_shrugging_tone4
+man_shrugging_tone5
+man_singer
+man_singer_tone1
+man_singer_tone2
+man_singer_tone3
+man_singer_tone4
+man_singer_tone5
+man_standing
+man_standing_tone1
+man_standing_tone2
+man_standing_tone3
+man_standing_tone4
+man_standing_tone5
+man_student
+man_student_tone1
+man_student_tone2
+man_student_tone3
+man_student_tone4
+man_student_tone5
+man_superhero
+man_superhero_tone1
+man_superhero_tone2
+man_superhero_tone3
+man_superhero_tone4
+man_superhero_tone5
+man_supervillain
+man_supervillain_tone1
+man_supervillain_tone2
+man_supervillain_tone3
+man_supervillain_tone4
+man_supervillain_tone5
+man_surfing
+man_surfing_tone1
+man_surfing_tone2
+man_surfing_tone3
+man_surfing_tone4
+man_surfing_tone5
+man_swimming
+man_swimming_tone1
+man_swimming_tone2
+man_swimming_tone3
+man_swimming_tone4
+man_swimming_tone5
+man_teacher
+man_teacher_tone1
+man_teacher_tone2
+man_teacher_tone3
+man_teacher_tone4
+man_teacher_tone5
+man_technologist
+man_technologist_tone1
+man_technologist_tone2
+man_technologist_tone3
+man_technologist_tone4
+man_technologist_tone5
+man_tipping_hand
+man_tipping_hand_tone1
+man_tipping_hand_tone2
+man_tipping_hand_tone3
+man_tipping_hand_tone4
+man_tipping_hand_tone5
+man_tone1
+man_tone1_beard
+man_tone2
+man_tone2_beard
+man_tone3
+man_tone3_beard
+man_tone4
+man_tone4_beard
+man_tone5
+man_tone5_beard
+man_vampire
+man_vampire_tone1
+man_vampire_tone2
+man_vampire_tone3
+man_vampire_tone4
+man_vampire_tone5
+man_walking
+man_walking_tone1
+man_walking_tone2
+man_walking_tone3
+man_walking_tone4
+man_walking_tone5
+man_wearing_turban
+man_wearing_turban_tone1
+man_wearing_turban_tone2
+man_wearing_turban_tone3
+man_wearing_turban_tone4
+man_wearing_turban_tone5
+man_white_haired
+man_white_haired_tone1
+man_white_haired_tone2
+man_white_haired_tone3
+man_white_haired_tone4
+man_white_haired_tone5
+man_with_chinese_cap
+man_with_chinese_cap_tone1
+man_with_chinese_cap_tone2
+man_with_chinese_cap_tone3
+man_with_chinese_cap_tone4
+man_with_chinese_cap_tone5
+man_with_probing_cane
+man_with_probing_cane_tone1
+man_with_probing_cane_tone2
+man_with_probing_cane_tone3
+man_with_probing_cane_tone4
+man_with_probing_cane_tone5
+man_with_veil
+man_with_veil_tone1
+man_with_veil_tone2
+man_with_veil_tone3
+man_with_veil_tone4
+man_with_veil_tone5
+man_zombie
+mango
+mans_shoe
+manual_wheelchair
+map
+maple_leaf
+martial_arts_uniform
+mask
+mate
+meat_on_bone
+mechanic
+mechanic_tone1
+mechanic_tone2
+mechanic_tone3
+mechanic_tone4
+mechanic_tone5
+mechanical_arm
+mechanical_leg
+medal
+medical_symbol
+mega
+melon
+melting_face
+men_holding_hands_tone1
+men_holding_hands_tone1_tone2
+men_holding_hands_tone1_tone3
+men_holding_hands_tone1_tone4
+men_holding_hands_tone1_tone5
+men_holding_hands_tone2
+men_holding_hands_tone2_tone1
+men_holding_hands_tone2_tone3
+men_holding_hands_tone2_tone4
+men_holding_hands_tone2_tone5
+men_holding_hands_tone3
+men_holding_hands_tone3_tone1
+men_holding_hands_tone3_tone2
+men_holding_hands_tone3_tone4
+men_holding_hands_tone3_tone5
+men_holding_hands_tone4
+men_holding_hands_tone4_tone1
+men_holding_hands_tone4_tone2
+men_holding_hands_tone4_tone3
+men_holding_hands_tone4_tone5
+men_holding_hands_tone5
+men_holding_hands_tone5_tone1
+men_holding_hands_tone5_tone2
+men_holding_hands_tone5_tone3
+men_holding_hands_tone5_tone4
+men_with_bunny_ears_partying
+men_wrestling
+mending_heart
+menorah
+mens
+mermaid
+mermaid_tone1
+mermaid_tone2
+mermaid_tone3
+mermaid_tone4
+mermaid_tone5
+merman
+merman_tone1
+merman_tone2
+merman_tone3
+merman_tone4
+merman_tone5
+merperson
+merperson_tone1
+merperson_tone2
+merperson_tone3
+merperson_tone4
+merperson_tone5
+metal
+metal_tone1
+metal_tone2
+metal_tone3
+metal_tone4
+metal_tone5
+metro
+microbe
+microphone2
+microphone
+microscope
+middle_finger
+middle_finger_tone1
+middle_finger_tone2
+middle_finger_tone3
+middle_finger_tone4
+middle_finger_tone5
+military_helmet
+military_medal
+milk
+milky_way
+minibus
+minidisc
+mirror
+mirror_ball
+mobile_phone
+mobile_phone_off
+money_mouth
+money_with_wings
+moneybag
+monkey
+monkey_face
+monorail
+moon_cake
+mortar_board
+mosque
+mosquito
+motor_scooter
+motorboat
+motorcycle
+motorized_wheelchair
+motorway
+mount_fuji
+mountain
+mountain_cableway
+mountain_railway
+mountain_snow
+mouse2
+mouse
+mouse_three_button
+mouse_trap
+movie_camera
+moyai
+mrs_claus
+mrs_claus_tone1
+mrs_claus_tone2
+mrs_claus_tone3
+mrs_claus_tone4
+mrs_claus_tone5
+muscle
+muscle_tone1
+muscle_tone2
+muscle_tone3
+muscle_tone4
+muscle_tone5
+mushroom
+musical_keyboard
+musical_note
+musical_score
+mute
+mx_claus
+mx_claus_tone1
+mx_claus_tone2
+mx_claus_tone3
+mx_claus_tone4
+mx_claus_tone5
+nail_care
+nail_care_tone1
+nail_care_tone2
+nail_care_tone3
+nail_care_tone4
+nail_care_tone5
+name_badge
+nauseated_face
+nazar_amulet
+necktie
+negative_squared_cross_mark
+nerd
+nest_with_eggs
+nesting_dolls
+neutral_face
+new
+new_moon
+new_moon_with_face
+newspaper2
+newspaper
+ng
+night_with_stars
+nine
+ninja
+ninja_tone1
+ninja_tone2
+ninja_tone3
+ninja_tone4
+ninja_tone5
+no_bell
+no_bicycles
+no_entry
+no_entry_sign
+no_mobile_phones
+no_mouth
+no_pedestrians
+no_smoking
+non-potable_water
+nose
+nose_tone1
+nose_tone2
+nose_tone3
+nose_tone4
+nose_tone5
+notebook
+notebook_with_decorative_cover
+notepad_spiral
+notes
+nut_and_bolt
+o2
+o
+ocean
+octagonal_sign
+octopus
+oden
+office
+office_worker
+office_worker_tone1
+office_worker_tone2
+office_worker_tone3
+office_worker_tone4
+office_worker_tone5
+oil
+ok
+ok_hand
+ok_hand_tone1
+ok_hand_tone2
+ok_hand_tone3
+ok_hand_tone4
+ok_hand_tone5
+older_adult
+older_adult_tone1
+older_adult_tone2
+older_adult_tone3
+older_adult_tone4
+older_adult_tone5
+older_man
+older_man_tone1
+older_man_tone2
+older_man_tone3
+older_man_tone4
+older_man_tone5
+older_woman
+older_woman_tone1
+older_woman_tone2
+older_woman_tone3
+older_woman_tone4
+older_woman_tone5
+olive
+om_symbol
+on
+oncoming_automobile
+oncoming_bus
+oncoming_police_car
+oncoming_taxi
+one
+one_piece_swimsuit
+onion
+open_file_folder
+open_hands
+open_hands_tone1
+open_hands_tone2
+open_hands_tone3
+open_hands_tone4
+open_hands_tone5
+open_mouth
+ophiuchus
+orange_book
+orange_circle
+orange_heart
+orange_square
+orangutan
+orthodox_cross
+otter
+outbox_tray
+owl
+ox
+oyster
+package
+page_facing_up
+page_with_curl
+pager
+paintbrush
+palm_down_hand
+palm_down_hand_tone1
+palm_down_hand_tone2
+palm_down_hand_tone3
+palm_down_hand_tone4
+palm_down_hand_tone5
+palm_tree
+palm_up_hand
+palm_up_hand_tone1
+palm_up_hand_tone2
+palm_up_hand_tone3
+palm_up_hand_tone4
+palm_up_hand_tone5
+palms_up_together
+palms_up_together_tone1
+palms_up_together_tone2
+palms_up_together_tone3
+palms_up_together_tone4
+palms_up_together_tone5
+pancakes
+panda_face
+paperclip
+paperclips
+parachute
+park
+parking
+parrot
+part_alternation_mark
+partly_sunny
+partying_face
+passport_control
+pause_button
+peace
+peach
+peacock
+peanuts
+pear
+pen_ballpoint
+pen_fountain
+pencil2
+pencil
+penguin
+pensive
+people_holding_hands
+people_holding_hands_tone1
+people_holding_hands_tone1_tone2
+people_holding_hands_tone1_tone3
+people_holding_hands_tone1_tone4
+people_holding_hands_tone1_tone5
+people_holding_hands_tone2
+people_holding_hands_tone2_tone1
+people_holding_hands_tone2_tone3
+people_holding_hands_tone2_tone4
+people_holding_hands_tone2_tone5
+people_holding_hands_tone3
+people_holding_hands_tone3_tone1
+people_holding_hands_tone3_tone2
+people_holding_hands_tone3_tone4
+people_holding_hands_tone3_tone5
+people_holding_hands_tone4
+people_holding_hands_tone4_tone1
+people_holding_hands_tone4_tone2
+people_holding_hands_tone4_tone3
+people_holding_hands_tone4_tone5
+people_holding_hands_tone5
+people_holding_hands_tone5_tone1
+people_holding_hands_tone5_tone2
+people_holding_hands_tone5_tone3
+people_holding_hands_tone5_tone4
+people_hugging
+people_with_bunny_ears_partying
+people_wrestling
+performing_arts
+persevere
+person_bald
+person_biking
+person_biking_tone1
+person_biking_tone2
+person_biking_tone3
+person_biking_tone4
+person_biking_tone5
+person_bouncing_ball
+person_bouncing_ball_tone1
+person_bouncing_ball_tone2
+person_bouncing_ball_tone3
+person_bouncing_ball_tone4
+person_bouncing_ball_tone5
+person_bowing
+person_bowing_tone1
+person_bowing_tone2
+person_bowing_tone3
+person_bowing_tone4
+person_bowing_tone5
+person_climbing
+person_climbing_tone1
+person_climbing_tone2
+person_climbing_tone3
+person_climbing_tone4
+person_climbing_tone5
+person_curly_hair
+person_doing_cartwheel
+person_doing_cartwheel_tone1
+person_doing_cartwheel_tone2
+person_doing_cartwheel_tone3
+person_doing_cartwheel_tone4
+person_doing_cartwheel_tone5
+person_facepalming
+person_facepalming_tone1
+person_facepalming_tone2
+person_facepalming_tone3
+person_facepalming_tone4
+person_facepalming_tone5
+person_feeding_baby
+person_feeding_baby_tone1
+person_feeding_baby_tone2
+person_feeding_baby_tone3
+person_feeding_baby_tone4
+person_feeding_baby_tone5
+person_fencing
+person_frowning
+person_frowning_tone1
+person_frowning_tone2
+person_frowning_tone3
+person_frowning_tone4
+person_frowning_tone5
+person_gesturing_no
+person_gesturing_no_tone1
+person_gesturing_no_tone2
+person_gesturing_no_tone3
+person_gesturing_no_tone4
+person_gesturing_no_tone5
+person_gesturing_ok
+person_gesturing_ok_tone1
+person_gesturing_ok_tone2
+person_gesturing_ok_tone3
+person_gesturing_ok_tone4
+person_gesturing_ok_tone5
+person_getting_haircut
+person_getting_haircut_tone1
+person_getting_haircut_tone2
+person_getting_haircut_tone3
+person_getting_haircut_tone4
+person_getting_haircut_tone5
+person_getting_massage
+person_getting_massage_tone1
+person_getting_massage_tone2
+person_getting_massage_tone3
+person_getting_massage_tone4
+person_getting_massage_tone5
+person_golfing
+person_golfing_tone1
+person_golfing_tone2
+person_golfing_tone3
+person_golfing_tone4
+person_golfing_tone5
+person_in_bed_tone1
+person_in_bed_tone2
+person_in_bed_tone3
+person_in_bed_tone4
+person_in_bed_tone5
+person_in_lotus_position
+person_in_lotus_position_tone1
+person_in_lotus_position_tone2
+person_in_lotus_position_tone3
+person_in_lotus_position_tone4
+person_in_lotus_position_tone5
+person_in_manual_wheelchair
+person_in_manual_wheelchair_tone1
+person_in_manual_wheelchair_tone2
+person_in_manual_wheelchair_tone3
+person_in_manual_wheelchair_tone4
+person_in_manual_wheelchair_tone5
+person_in_motorized_wheelchair
+person_in_motorized_wheelchair_tone1
+person_in_motorized_wheelchair_tone2
+person_in_motorized_wheelchair_tone3
+person_in_motorized_wheelchair_tone4
+person_in_motorized_wheelchair_tone5
+person_in_steamy_room
+person_in_steamy_room_tone1
+person_in_steamy_room_tone2
+person_in_steamy_room_tone3
+person_in_steamy_room_tone4
+person_in_steamy_room_tone5
+person_in_tuxedo
+person_in_tuxedo_tone1
+person_in_tuxedo_tone2
+person_in_tuxedo_tone3
+person_in_tuxedo_tone4
+person_in_tuxedo_tone5
+person_juggling
+person_juggling_tone1
+person_juggling_tone2
+person_juggling_tone3
+person_juggling_tone4
+person_juggling_tone5
+person_kneeling
+person_kneeling_tone1
+person_kneeling_tone2
+person_kneeling_tone3
+person_kneeling_tone4
+person_kneeling_tone5
+person_lifting_weights
+person_lifting_weights_tone1
+person_lifting_weights_tone2
+person_lifting_weights_tone3
+person_lifting_weights_tone4
+person_lifting_weights_tone5
+person_mountain_biking
+person_mountain_biking_tone1
+person_mountain_biking_tone2
+person_mountain_biking_tone3
+person_mountain_biking_tone4
+person_mountain_biking_tone5
+person_playing_handball
+person_playing_handball_tone1
+person_playing_handball_tone2
+person_playing_handball_tone3
+person_playing_handball_tone4
+person_playing_handball_tone5
+person_playing_water_polo
+person_playing_water_polo_tone1
+person_playing_water_polo_tone2
+person_playing_water_polo_tone3
+person_playing_water_polo_tone4
+person_playing_water_polo_tone5
+person_pouting
+person_pouting_tone1
+person_pouting_tone2
+person_pouting_tone3
+person_pouting_tone4
+person_pouting_tone5
+person_raising_hand
+person_raising_hand_tone1
+person_raising_hand_tone2
+person_raising_hand_tone3
+person_raising_hand_tone4
+person_raising_hand_tone5
+person_red_hair
+person_rowing_boat
+person_rowing_boat_tone1
+person_rowing_boat_tone2
+person_rowing_boat_tone3
+person_rowing_boat_tone4
+person_rowing_boat_tone5
+person_running
+person_running_tone1
+person_running_tone2
+person_running_tone3
+person_running_tone4
+person_running_tone5
+person_shrugging
+person_shrugging_tone1
+person_shrugging_tone2
+person_shrugging_tone3
+person_shrugging_tone4
+person_shrugging_tone5
+person_standing
+person_standing_tone1
+person_standing_tone2
+person_standing_tone3
+person_standing_tone4
+person_standing_tone5
+person_surfing
+person_surfing_tone1
+person_surfing_tone2
+person_surfing_tone3
+person_surfing_tone4
+person_surfing_tone5
+person_swimming
+person_swimming_tone1
+person_swimming_tone2
+person_swimming_tone3
+person_swimming_tone4
+person_swimming_tone5
+person_tipping_hand
+person_tipping_hand_tone1
+person_tipping_hand_tone2
+person_tipping_hand_tone3
+person_tipping_hand_tone4
+person_tipping_hand_tone5
+person_tone1_bald
+person_tone1_curly_hair
+person_tone1_red_hair
+person_tone1_white_hair
+person_tone2_bald
+person_tone2_curly_hair
+person_tone2_red_hair
+person_tone2_white_hair
+person_tone3_bald
+person_tone3_curly_hair
+person_tone3_red_hair
+person_tone3_white_hair
+person_tone4_bald
+person_tone4_curly_hair
+person_tone4_red_hair
+person_tone4_white_hair
+person_tone5_bald
+person_tone5_curly_hair
+person_tone5_red_hair
+person_tone5_white_hair
+person_walking
+person_walking_tone1
+person_walking_tone2
+person_walking_tone3
+person_walking_tone4
+person_walking_tone5
+person_wearing_turban
+person_wearing_turban_tone1
+person_wearing_turban_tone2
+person_wearing_turban_tone3
+person_wearing_turban_tone4
+person_wearing_turban_tone5
+person_white_hair
+person_with_crown
+person_with_crown_tone1
+person_with_crown_tone2
+person_with_crown_tone3
+person_with_crown_tone4
+person_with_crown_tone5
+person_with_probing_cane
+person_with_probing_cane_tone1
+person_with_probing_cane_tone2
+person_with_probing_cane_tone3
+person_with_probing_cane_tone4
+person_with_probing_cane_tone5
+person_with_veil
+person_with_veil_tone1
+person_with_veil_tone2
+person_with_veil_tone3
+person_with_veil_tone4
+person_with_veil_tone5
+petri_dish
+pick
+pickup_truck
+pie
+pig2
+pig
+pig_nose
+pill
+pilot
+pilot_tone1
+pilot_tone2
+pilot_tone3
+pilot_tone4
+pilot_tone5
+pinched_fingers
+pinched_fingers_tone1
+pinched_fingers_tone2
+pinched_fingers_tone3
+pinched_fingers_tone4
+pinched_fingers_tone5
+pinching_hand
+pinching_hand_tone1
+pinching_hand_tone2
+pinching_hand_tone3
+pinching_hand_tone4
+pinching_hand_tone5
+pineapple
+ping_pong
+pirate_flag
+pisces
+pizza
+piñata
+placard
+place_of_worship
+play_pause
+playground_slide
+pleading_face
+plunger
+point_down
+point_down_tone1
+point_down_tone2
+point_down_tone3
+point_down_tone4
+point_down_tone5
+point_left
+point_left_tone1
+point_left_tone2
+point_left_tone3
+point_left_tone4
+point_left_tone5
+point_right
+point_right_tone1
+point_right_tone2
+point_right_tone3
+point_right_tone4
+point_right_tone5
+point_up
+point_up_2
+point_up_2_tone1
+point_up_2_tone2
+point_up_2_tone3
+point_up_2_tone4
+point_up_2_tone5
+point_up_tone1
+point_up_tone2
+point_up_tone3
+point_up_tone4
+point_up_tone5
+polar_bear
+police_car
+police_officer
+police_officer_tone1
+police_officer_tone2
+police_officer_tone3
+police_officer_tone4
+police_officer_tone5
+poodle
+poop
+popcorn
+post_office
+postal_horn
+postbox
+potable_water
+potato
+potted_plant
+pouch
+poultry_leg
+pound
+pouring_liquid
+pouting_cat
+pray
+pray_tone1
+pray_tone2
+pray_tone3
+pray_tone4
+pray_tone5
+prayer_beads
+pregnant_man
+pregnant_man_tone1
+pregnant_man_tone2
+pregnant_man_tone3
+pregnant_man_tone4
+pregnant_man_tone5
+pregnant_person
+pregnant_person_tone1
+pregnant_person_tone2
+pregnant_person_tone3
+pregnant_person_tone4
+pregnant_person_tone5
+pregnant_woman
+pregnant_woman_tone1
+pregnant_woman_tone2
+pregnant_woman_tone3
+pregnant_woman_tone4
+pregnant_woman_tone5
+pretzel
+prince
+prince_tone1
+prince_tone2
+prince_tone3
+prince_tone4
+prince_tone5
+princess
+princess_tone1
+princess_tone2
+princess_tone3
+princess_tone4
+princess_tone5
+printer
+probing_cane
+projector
+punch
+punch_tone1
+punch_tone2
+punch_tone3
+punch_tone4
+punch_tone5
+purple_circle
+purple_heart
+purple_square
+purse
+pushpin
+put_litter_in_its_place
+question
+rabbit2
+rabbit
+raccoon
+race_car
+racehorse
+radio
+radio_button
+radioactive
+rage
+railway_car
+railway_track
+rainbow
+rainbow_flag
+raised_back_of_hand
+raised_back_of_hand_tone1
+raised_back_of_hand_tone2
+raised_back_of_hand_tone3
+raised_back_of_hand_tone4
+raised_back_of_hand_tone5
+raised_hand
+raised_hand_tone1
+raised_hand_tone2
+raised_hand_tone3
+raised_hand_tone4
+raised_hand_tone5
+raised_hands
+raised_hands_tone1
+raised_hands_tone2
+raised_hands_tone3
+raised_hands_tone4
+raised_hands_tone5
+ram
+ramen
+rat
+razor
+receipt
+record_button
+recycle
+red_car
+red_circle
+red_envelope
+red_haired
+red_square
+regional_indicator_a
+regional_indicator_b
+regional_indicator_c
+regional_indicator_d
+regional_indicator_e
+regional_indicator_f
+regional_indicator_g
+regional_indicator_h
+regional_indicator_i
+regional_indicator_j
+regional_indicator_k
+regional_indicator_l
+regional_indicator_m
+regional_indicator_n
+regional_indicator_o
+regional_indicator_p
+regional_indicator_q
+regional_indicator_r
+regional_indicator_s
+regional_indicator_t
+regional_indicator_u
+regional_indicator_v
+regional_indicator_w
+regional_indicator_x
+regional_indicator_y
+regional_indicator_z
+registered
+relaxed
+relieved
+reminder_ribbon
+repeat
+repeat_one
+restroom
+revolving_hearts
+rewind
+rhino
+ribbon
+rice
+rice_ball
+rice_cracker
+rice_scene
+right_facing_fist
+right_facing_fist_tone1
+right_facing_fist_tone2
+right_facing_fist_tone3
+right_facing_fist_tone4
+right_facing_fist_tone5
+rightwards_hand
+rightwards_hand_tone1
+rightwards_hand_tone2
+rightwards_hand_tone3
+rightwards_hand_tone4
+rightwards_hand_tone5
+ring
+ring_buoy
+ringed_planet
+robot
+rock
+rocket
+rofl
+roll_of_paper
+roller_coaster
+roller_skate
+rolling_eyes
+rooster
+rose
+rosette
+rotating_light
+round_pushpin
+rugby_football
+running_shirt_with_sash
+sa
+safety_pin
+safety_vest
+sagittarius
+sailboat
+sake
+salad
+salt
+saluting_face
+sandal
+sandwich
+santa
+santa_tone1
+santa_tone2
+santa_tone3
+santa_tone4
+santa_tone5
+sari
+satellite
+satellite_orbital
+sauropod
+saxophone
+scales
+scarf
+school
+school_satchel
+scientist
+scientist_tone1
+scientist_tone2
+scientist_tone3
+scientist_tone4
+scientist_tone5
+scissors
+scooter
+scorpion
+scorpius
+scotland
+scream
+scream_cat
+screwdriver
+scroll
+seal
+seat
+second_place
+secret
+see_no_evil
+seedling
+selfie
+selfie_tone1
+selfie_tone2
+selfie_tone3
+selfie_tone4
+selfie_tone5
+service_dog
+seven
+sewing_needle
+shallow_pan_of_food
+shamrock
+shark
+shaved_ice
+sheep
+shell
+shibuya
+shield
+shinto_shrine
+ship
+shirt
+shopping_bags
+shopping_cart
+shorts
+shower
+shrimp
+shushing_face
+signal_strength
+singer
+singer_tone1
+singer_tone2
+singer_tone3
+singer_tone4
+singer_tone5
+six
+six_pointed_star
+skateboard
+ski
+skier
+skier_tone1
+skier_tone2
+skier_tone3
+skier_tone4
+skier_tone5
+skull
+skull_crossbones
+skunk
+sled
+sleeping
+sleeping_accommodation
+sleepy
+slight_frown
+slight_smile
+slot_machine
+sloth
+small_blue_diamond
+small_orange_diamond
+small_red_triangle
+small_red_triangle_down
+smile
+smile_cat
+smiley
+smiley_cat
+smiling_face_with_3_hearts
+smiling_face_with_tear
+smiling_imp
+smirk
+smirk_cat
+smoking
+snail
+snake
+sneezing_face
+snowboarder
+snowboarder_tone1
+snowboarder_tone2
+snowboarder_tone3
+snowboarder_tone4
+snowboarder_tone5
+snowflake
+snowman2
+snowman
+soap
+sob
+soccer
+socks
+softball
+soon
+sos
+sound
+space_invader
+spades
+spaghetti
+sparkle
+sparkler
+sparkles
+sparkling_heart
+speak_no_evil
+speaker
+speaking_head
+speech_balloon
+speech_left
+speedboat
+spider
+spider_web
+sponge
+spoon
+squeeze_bottle
+squid
+stadium
+star2
+star
+star_and_crescent
+star_of_david
+star_struck
+stars
+station
+statue_of_liberty
+steam_locomotive
+stethoscope
+stew
+stop_button
+stopwatch
+straight_ruler
+strawberry
+stuck_out_tongue
+stuck_out_tongue_closed_eyes
+stuck_out_tongue_winking_eye
+student
+student_tone1
+student_tone2
+student_tone3
+student_tone4
+student_tone5
+stuffed_flatbread
+sun_with_face
+sunflower
+sunglasses
+sunny
+sunrise
+sunrise_over_mountains
+superhero
+superhero_tone1
+superhero_tone2
+superhero_tone3
+superhero_tone4
+superhero_tone5
+supervillain
+supervillain_tone1
+supervillain_tone2
+supervillain_tone3
+supervillain_tone4
+supervillain_tone5
+sushi
+suspension_railway
+swan
+sweat
+sweat_drops
+sweat_smile
+sweet_potato
+symbols
+synagogue
+syringe
+t_rex
+taco
+tada
+takeout_box
+tamale
+tanabata_tree
+tangerine
+taurus
+taxi
+tea
+teacher
+teacher_tone1
+teacher_tone2
+teacher_tone3
+teacher_tone4
+teacher_tone5
+teapot
+technologist
+technologist_tone1
+technologist_tone2
+technologist_tone3
+technologist_tone4
+technologist_tone5
+teddy_bear
+telephone
+telephone_receiver
+telescope
+tennis
+tent
+test_tube
+thermometer
+thermometer_face
+thinking
+third_place
+thong_sandal
+thought_balloon
+thread
+three
+thumbsdown
+thumbsdown_tone1
+thumbsdown_tone2
+thumbsdown_tone3
+thumbsdown_tone4
+thumbsdown_tone5
+thumbsup
+thumbsup_tone1
+thumbsup_tone2
+thumbsup_tone3
+thumbsup_tone4
+thumbsup_tone5
+thunder_cloud_rain
+ticket
+tickets
+tiger2
+tiger
+timer
+tired_face
+tm
+toilet
+tokyo_tower
+tomato
+tone1
+tone2
+tone3
+tone4
+tone5
+tongue
+toolbox
+tools
+tooth
+toothbrush
+top
+tophat
+track_next
+track_previous
+trackball
+tractor
+traffic_light
+train2
+train
+tram
+transgender_flag
+transgender_symbol
+triangular_flag_on_post
+triangular_ruler
+trident
+triumph
+troll
+trolleybus
+trophy
+tropical_drink
+tropical_fish
+truck
+trumpet
+tulip
+tumbler_glass
+turkey
+turtle
+tv
+twisted_rightwards_arrows
+two
+two_hearts
+two_men_holding_hands
+two_women_holding_hands
+u5272
+u5408
+u55b6
+u6307
+u6708
+u6709
+u6e80
+u7121
+u7533
+u7981
+u7a7a
+umbrella2
+umbrella
+unamused
+underage
+unicorn
+united_nations
+unlock
+up
+upside_down
+urn
+v
+v_tone1
+v_tone2
+v_tone3
+v_tone4
+v_tone5
+vampire
+vampire_tone1
+vampire_tone2
+vampire_tone3
+vampire_tone4
+vampire_tone5
+vertical_traffic_light
+vhs
+vibration_mode
+video_camera
+video_game
+violin
+virgo
+volcano
+volleyball
+vs
+vulcan
+vulcan_tone1
+vulcan_tone2
+vulcan_tone3
+vulcan_tone4
+vulcan_tone5
+waffle
+wales
+waning_crescent_moon
+waning_gibbous_moon
+warning
+wastebasket
+watch
+water_buffalo
+watermelon
+wave
+wave_tone1
+wave_tone2
+wave_tone3
+wave_tone4
+wave_tone5
+wavy_dash
+waxing_crescent_moon
+waxing_gibbous_moon
+wc
+weary
+wedding
+whale2
+whale
+wheel
+wheel_of_dharma
+wheelchair
+white_check_mark
+white_circle
+white_flower
+white_haired
+white_heart
+white_large_square
+white_medium_small_square
+white_medium_square
+white_small_square
+white_square_button
+white_sun_cloud
+white_sun_rain_cloud
+white_sun_small_cloud
+wilted_rose
+wind_blowing_face
+wind_chime
+window
+wine_glass
+wink
+wolf
+woman
+woman_and_man_holding_hands_tone1
+woman_and_man_holding_hands_tone1_tone2
+woman_and_man_holding_hands_tone1_tone3
+woman_and_man_holding_hands_tone1_tone4
+woman_and_man_holding_hands_tone1_tone5
+woman_and_man_holding_hands_tone2
+woman_and_man_holding_hands_tone2_tone1
+woman_and_man_holding_hands_tone2_tone3
+woman_and_man_holding_hands_tone2_tone4
+woman_and_man_holding_hands_tone2_tone5
+woman_and_man_holding_hands_tone3
+woman_and_man_holding_hands_tone3_tone1
+woman_and_man_holding_hands_tone3_tone2
+woman_and_man_holding_hands_tone3_tone4
+woman_and_man_holding_hands_tone3_tone5
+woman_and_man_holding_hands_tone4
+woman_and_man_holding_hands_tone4_tone1
+woman_and_man_holding_hands_tone4_tone2
+woman_and_man_holding_hands_tone4_tone3
+woman_and_man_holding_hands_tone4_tone5
+woman_and_man_holding_hands_tone5
+woman_and_man_holding_hands_tone5_tone1
+woman_and_man_holding_hands_tone5_tone2
+woman_and_man_holding_hands_tone5_tone3
+woman_and_man_holding_hands_tone5_tone4
+woman_artist
+woman_artist_tone1
+woman_artist_tone2
+woman_artist_tone3
+woman_artist_tone4
+woman_artist_tone5
+woman_astronaut
+woman_astronaut_tone1
+woman_astronaut_tone2
+woman_astronaut_tone3
+woman_astronaut_tone4
+woman_astronaut_tone5
+woman_bald
+woman_bald_tone1
+woman_bald_tone2
+woman_bald_tone3
+woman_bald_tone4
+woman_bald_tone5
+woman_beard
+woman_biking
+woman_biking_tone1
+woman_biking_tone2
+woman_biking_tone3
+woman_biking_tone4
+woman_biking_tone5
+woman_bouncing_ball
+woman_bouncing_ball_tone1
+woman_bouncing_ball_tone2
+woman_bouncing_ball_tone3
+woman_bouncing_ball_tone4
+woman_bouncing_ball_tone5
+woman_bowing
+woman_bowing_tone1
+woman_bowing_tone2
+woman_bowing_tone3
+woman_bowing_tone4
+woman_bowing_tone5
+woman_cartwheeling
+woman_cartwheeling_tone1
+woman_cartwheeling_tone2
+woman_cartwheeling_tone3
+woman_cartwheeling_tone4
+woman_cartwheeling_tone5
+woman_climbing
+woman_climbing_tone1
+woman_climbing_tone2
+woman_climbing_tone3
+woman_climbing_tone4
+woman_climbing_tone5
+woman_construction_worker
+woman_construction_worker_tone1
+woman_construction_worker_tone2
+woman_construction_worker_tone3
+woman_construction_worker_tone4
+woman_construction_worker_tone5
+woman_cook
+woman_cook_tone1
+woman_cook_tone2
+woman_cook_tone3
+woman_cook_tone4
+woman_cook_tone5
+woman_curly_haired
+woman_curly_haired_tone1
+woman_curly_haired_tone2
+woman_curly_haired_tone3
+woman_curly_haired_tone4
+woman_curly_haired_tone5
+woman_detective
+woman_detective_tone1
+woman_detective_tone2
+woman_detective_tone3
+woman_detective_tone4
+woman_detective_tone5
+woman_elf
+woman_elf_tone1
+woman_elf_tone2
+woman_elf_tone3
+woman_elf_tone4
+woman_elf_tone5
+woman_facepalming
+woman_facepalming_tone1
+woman_facepalming_tone2
+woman_facepalming_tone3
+woman_facepalming_tone4
+woman_facepalming_tone5
+woman_factory_worker
+woman_factory_worker_tone1
+woman_factory_worker_tone2
+woman_factory_worker_tone3
+woman_factory_worker_tone4
+woman_factory_worker_tone5
+woman_fairy
+woman_fairy_tone1
+woman_fairy_tone2
+woman_fairy_tone3
+woman_fairy_tone4
+woman_fairy_tone5
+woman_farmer
+woman_farmer_tone1
+woman_farmer_tone2
+woman_farmer_tone3
+woman_farmer_tone4
+woman_farmer_tone5
+woman_feeding_baby
+woman_feeding_baby_tone1
+woman_feeding_baby_tone2
+woman_feeding_baby_tone3
+woman_feeding_baby_tone4
+woman_feeding_baby_tone5
+woman_firefighter
+woman_firefighter_tone1
+woman_firefighter_tone2
+woman_firefighter_tone3
+woman_firefighter_tone4
+woman_firefighter_tone5
+woman_frowning
+woman_frowning_tone1
+woman_frowning_tone2
+woman_frowning_tone3
+woman_frowning_tone4
+woman_frowning_tone5
+woman_genie
+woman_gesturing_no
+woman_gesturing_no_tone1
+woman_gesturing_no_tone2
+woman_gesturing_no_tone3
+woman_gesturing_no_tone4
+woman_gesturing_no_tone5
+woman_gesturing_ok
+woman_gesturing_ok_tone1
+woman_gesturing_ok_tone2
+woman_gesturing_ok_tone3
+woman_gesturing_ok_tone4
+woman_gesturing_ok_tone5
+woman_getting_face_massage
+woman_getting_face_massage_tone1
+woman_getting_face_massage_tone2
+woman_getting_face_massage_tone3
+woman_getting_face_massage_tone4
+woman_getting_face_massage_tone5
+woman_getting_haircut
+woman_getting_haircut_tone1
+woman_getting_haircut_tone2
+woman_getting_haircut_tone3
+woman_getting_haircut_tone4
+woman_getting_haircut_tone5
+woman_golfing
+woman_golfing_tone1
+woman_golfing_tone2
+woman_golfing_tone3
+woman_golfing_tone4
+woman_golfing_tone5
+woman_guard
+woman_guard_tone1
+woman_guard_tone2
+woman_guard_tone3
+woman_guard_tone4
+woman_guard_tone5
+woman_health_worker
+woman_health_worker_tone1
+woman_health_worker_tone2
+woman_health_worker_tone3
+woman_health_worker_tone4
+woman_health_worker_tone5
+woman_in_lotus_position
+woman_in_lotus_position_tone1
+woman_in_lotus_position_tone2
+woman_in_lotus_position_tone3
+woman_in_lotus_position_tone4
+woman_in_lotus_position_tone5
+woman_in_manual_wheelchair
+woman_in_manual_wheelchair_tone1
+woman_in_manual_wheelchair_tone2
+woman_in_manual_wheelchair_tone3
+woman_in_manual_wheelchair_tone4
+woman_in_manual_wheelchair_tone5
+woman_in_motorized_wheelchair
+woman_in_motorized_wheelchair_tone1
+woman_in_motorized_wheelchair_tone2
+woman_in_motorized_wheelchair_tone3
+woman_in_motorized_wheelchair_tone4
+woman_in_motorized_wheelchair_tone5
+woman_in_santa_hat
+woman_in_santa_hat_tone1
+woman_in_santa_hat_tone2
+woman_in_santa_hat_tone3
+woman_in_santa_hat_tone4
+woman_in_santa_hat_tone5
+woman_in_steamy_room
+woman_in_steamy_room_tone1
+woman_in_steamy_room_tone2
+woman_in_steamy_room_tone3
+woman_in_steamy_room_tone4
+woman_in_steamy_room_tone5
+woman_in_tuxedo
+woman_in_tuxedo_tone1
+woman_in_tuxedo_tone2
+woman_in_tuxedo_tone3
+woman_in_tuxedo_tone4
+woman_in_tuxedo_tone5
+woman_judge
+woman_judge_tone1
+woman_judge_tone2
+woman_judge_tone3
+woman_judge_tone4
+woman_judge_tone5
+woman_juggling
+woman_juggling_tone1
+woman_juggling_tone2
+woman_juggling_tone3
+woman_juggling_tone4
+woman_juggling_tone5
+woman_kneeling
+woman_kneeling_tone1
+woman_kneeling_tone2
+woman_kneeling_tone3
+woman_kneeling_tone4
+woman_kneeling_tone5
+woman_leviate_tone2
+woman_leviate_tone3
+woman_leviate_tone4
+woman_leviate_tone5
+woman_levitate
+woman_levitate_tone1
+woman_lifting_weights
+woman_lifting_weights_tone1
+woman_lifting_weights_tone2
+woman_lifting_weights_tone3
+woman_lifting_weights_tone4
+woman_lifting_weights_tone5
+woman_mage
+woman_mage_tone1
+woman_mage_tone2
+woman_mage_tone3
+woman_mage_tone4
+woman_mage_tone5
+woman_mechanic
+woman_mechanic_tone1
+woman_mechanic_tone2
+woman_mechanic_tone3
+woman_mechanic_tone4
+woman_mechanic_tone5
+woman_mountain_biking
+woman_mountain_biking_tone1
+woman_mountain_biking_tone2
+woman_mountain_biking_tone3
+woman_mountain_biking_tone4
+woman_mountain_biking_tone5
+woman_office_worker
+woman_office_worker_tone1
+woman_office_worker_tone2
+woman_office_worker_tone3
+woman_office_worker_tone4
+woman_office_worker_tone5
+woman_pilot
+woman_pilot_tone1
+woman_pilot_tone2
+woman_pilot_tone3
+woman_pilot_tone4
+woman_pilot_tone5
+woman_playing_handball
+woman_playing_handball_tone1
+woman_playing_handball_tone2
+woman_playing_handball_tone3
+woman_playing_handball_tone4
+woman_playing_handball_tone5
+woman_playing_water_polo
+woman_playing_water_polo_tone1
+woman_playing_water_polo_tone2
+woman_playing_water_polo_tone3
+woman_playing_water_polo_tone4
+woman_playing_water_polo_tone5
+woman_police_officer
+woman_police_officer_tone1
+woman_police_officer_tone2
+woman_police_officer_tone3
+woman_police_officer_tone4
+woman_police_officer_tone5
+woman_pouting
+woman_pouting_tone1
+woman_pouting_tone2
+woman_pouting_tone3
+woman_pouting_tone4
+woman_pouting_tone5
+woman_raising_hand
+woman_raising_hand_tone1
+woman_raising_hand_tone2
+woman_raising_hand_tone3
+woman_raising_hand_tone4
+woman_raising_hand_tone5
+woman_red_haired
+woman_red_haired_tone1
+woman_red_haired_tone2
+woman_red_haired_tone3
+woman_red_haired_tone4
+woman_red_haired_tone5
+woman_rowing_boat
+woman_rowing_boat_tone1
+woman_rowing_boat_tone2
+woman_rowing_boat_tone3
+woman_rowing_boat_tone4
+woman_rowing_boat_tone5
+woman_running
+woman_running_tone1
+woman_running_tone2
+woman_running_tone3
+woman_running_tone4
+woman_running_tone5
+woman_scientist
+woman_scientist_tone1
+woman_scientist_tone2
+woman_scientist_tone3
+woman_scientist_tone4
+woman_scientist_tone5
+woman_shrugging
+woman_shrugging_tone1
+woman_shrugging_tone2
+woman_shrugging_tone3
+woman_shrugging_tone4
+woman_shrugging_tone5
+woman_singer
+woman_singer_tone1
+woman_singer_tone2
+woman_singer_tone3
+woman_singer_tone4
+woman_singer_tone5
+woman_standing
+woman_standing_tone1
+woman_standing_tone2
+woman_standing_tone3
+woman_standing_tone4
+woman_standing_tone5
+woman_student
+woman_student_tone1
+woman_student_tone2
+woman_student_tone3
+woman_student_tone4
+woman_student_tone5
+woman_superhero
+woman_superhero_tone1
+woman_superhero_tone2
+woman_superhero_tone3
+woman_superhero_tone4
+woman_superhero_tone5
+woman_supervillain
+woman_supervillain_tone1
+woman_supervillain_tone2
+woman_supervillain_tone3
+woman_supervillain_tone4
+woman_supervillain_tone5
+woman_surfing
+woman_surfing_tone1
+woman_surfing_tone2
+woman_surfing_tone3
+woman_surfing_tone4
+woman_surfing_tone5
+woman_swimming
+woman_swimming_tone1
+woman_swimming_tone2
+woman_swimming_tone3
+woman_swimming_tone4
+woman_swimming_tone5
+woman_teacher
+woman_teacher_tone1
+woman_teacher_tone2
+woman_teacher_tone3
+woman_teacher_tone4
+woman_teacher_tone5
+woman_technologist
+woman_technologist_tone1
+woman_technologist_tone2
+woman_technologist_tone3
+woman_technologist_tone4
+woman_technologist_tone5
+woman_tipping_hand
+woman_tipping_hand_tone1
+woman_tipping_hand_tone2
+woman_tipping_hand_tone3
+woman_tipping_hand_tone4
+woman_tipping_hand_tone5
+woman_tone1
+woman_tone1_beard
+woman_tone2
+woman_tone2_beard
+woman_tone3
+woman_tone3_beard
+woman_tone4
+woman_tone4_beard
+woman_tone5
+woman_tone5_beard
+woman_vampire
+woman_vampire_tone1
+woman_vampire_tone2
+woman_vampire_tone3
+woman_vampire_tone4
+woman_vampire_tone5
+woman_walking
+woman_walking_tone1
+woman_walking_tone2
+woman_walking_tone3
+woman_walking_tone4
+woman_walking_tone5
+woman_wearing_turban
+woman_wearing_turban_tone1
+woman_wearing_turban_tone2
+woman_wearing_turban_tone3
+woman_wearing_turban_tone4
+woman_wearing_turban_tone5
+woman_white_haired
+woman_white_haired_tone1
+woman_white_haired_tone2
+woman_white_haired_tone3
+woman_white_haired_tone4
+woman_white_haired_tone5
+woman_with_headscarf
+woman_with_headscarf_tone1
+woman_with_headscarf_tone2
+woman_with_headscarf_tone3
+woman_with_headscarf_tone4
+woman_with_headscarf_tone5
+woman_with_probing_cane
+woman_with_probing_cane_tone1
+woman_with_probing_cane_tone2
+woman_with_probing_cane_tone3
+woman_with_probing_cane_tone4
+woman_with_probing_cane_tone5
+woman_with_veil
+woman_with_veil_tone1
+woman_with_veil_tone2
+woman_with_veil_tone3
+woman_with_veil_tone4
+woman_with_veil_tone5
+woman_zombie
+womans_clothes
+womans_flat_shoe
+womans_hat
+women_holding_hands_tone1
+women_holding_hands_tone1_tone2
+women_holding_hands_tone1_tone3
+women_holding_hands_tone1_tone4
+women_holding_hands_tone1_tone5
+women_holding_hands_tone2
+women_holding_hands_tone2_tone1
+women_holding_hands_tone2_tone3
+women_holding_hands_tone2_tone4
+women_holding_hands_tone2_tone5
+women_holding_hands_tone3
+women_holding_hands_tone3_tone1
+women_holding_hands_tone3_tone2
+women_holding_hands_tone3_tone4
+women_holding_hands_tone3_tone5
+women_holding_hands_tone4
+women_holding_hands_tone4_tone1
+women_holding_hands_tone4_tone2
+women_holding_hands_tone4_tone3
+women_holding_hands_tone4_tone5
+women_holding_hands_tone5
+women_holding_hands_tone5_tone1
+women_holding_hands_tone5_tone2
+women_holding_hands_tone5_tone3
+women_holding_hands_tone5_tone4
+women_with_bunny_ears_partying
+women_wrestling
+womens
+wood
+woozy_face
+worm
+worried
+wrench
+writing_hand
+writing_hand_tone1
+writing_hand_tone2
+writing_hand_tone3
+writing_hand_tone4
+writing_hand_tone5
+x
+x_ray
+yarn
+yawning_face
+yellow_circle
+yellow_heart
+yellow_square
+yen
+yin_yang
+yo_yo
+yum
+zany_face
+zap
+zebra
+zero
+zipper_mouth
+zombie
+zzz
100
-1234
-8ball
-a
-ab
-abacus
-abc
-abcd
-accept
-accordion
100
+1234
+8ball
+a
+ab
+abacus
+abc
+abcd
+accept
+accordion