diff --git a/.github/workflows/appimage-build.yml b/.github/workflows/appimage-build.yml
index aebf52d1..c976faf6 100644
--- a/.github/workflows/appimage-build.yml
+++ b/.github/workflows/appimage-build.yml
@@ -36,7 +36,7 @@ jobs:
libgtk-3-bin libglib2.0-bin shared-mime-info gsettings-desktop-schemas \
liblua5.4-dev libpci-dev libperl-dev libssl-dev libayatana-appindicator3-dev \
perl python3 python3-minimal python3-dev python3-cffi mono-devel desktop-file-utils \
- fonts-noto-color-emoji breeze-gtk-theme \
+ breeze-gtk-theme \
patchelf file curl
- name: Configure
@@ -119,15 +119,8 @@ jobs:
cp -a /usr/lib/x86_64-linux-gnu/libpython3*.so* AppDir/usr/lib/x86_64-linux-gnu/
fi
- if [ -d "/usr/share/gtk-3.0/emoji" ]; then
- install -d AppDir/usr/share/gtk-3.0
- cp -a /usr/share/gtk-3.0/emoji AppDir/usr/share/gtk-3.0/
- fi
-
- if [ -f "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" ]; then
- install -d AppDir/usr/share/fonts/truetype/noto
- cp -a /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf AppDir/usr/share/fonts/truetype/noto/
- fi
+ test -f AppDir/usr/share/fonts/zoitechat/NotoColorEmoji.ttf
+ test -f AppDir/usr/share/doc/zoitechat/fonts/OFL.txt
if [ -d "/usr/lib/x86_64-linux-gnu/gtk-3.0/modules" ]; then
install -d AppDir/usr/lib/x86_64-linux-gnu/gtk-3.0
@@ -143,7 +136,6 @@ jobs:
run: |
set -eux
- # Include every built-in plugin except the Windows-only update plugin.
find AppDir/usr/lib -maxdepth 4 -type f -name '*.so' -path '*/zoitechat/plugins/*' -print | sort
for plugin in checksum fishlim lua perl python sysinfo; do
@@ -258,13 +250,10 @@ jobs:
export PYTHONPATH="$pythonpath_entries${PYTHONPATH:+:$PYTHONPATH}"
fi
- # OpenSSL trust store override
export SSL_CERT_FILE="${SSL_CERT_FILE:-$APPDIR/etc/ssl/certs/ca-certificates.crt}"
export SSL_CERT_DIR="${SSL_CERT_DIR:-$APPDIR/etc/ssl/certs}"
export CURL_CA_BUNDLE="${CURL_CA_BUNDLE:-$SSL_CERT_FILE}"
- # Prefer Wayland if the session provides it, but keep X11 fallback.
- # Don't override if the user already set GDK_BACKEND explicitly.
if [ -z "${GDK_BACKEND:-}" ]; then
if [ -n "${WAYLAND_DISPLAY:-}" ] || [ "${XDG_SESSION_TYPE:-}" = "wayland" ]; then
export GDK_BACKEND="wayland,x11"
diff --git a/COPYING b/COPYING
index 9efa6fbc..9e9f9a39 100644
--- a/COPYING
+++ b/COPYING
@@ -336,3 +336,26 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
+
+
+
+======================================================================
+ADDITIONAL LICENSE NOTICE
+======================================================================
+
+ZoiteChat source code:
+GPL version 2
+See Above.
+
+Unicode Emoji and CLDR data:
+Unicode License v3
+data/emoji/LICENSE-UNICODE.txt
+
+gemoji shortcode data:
+MIT License
+Copyright (c) 2019 GitHub, Inc.
+data/emoji/LICENSE-GEMOJI.txt
+
+Noto Color Emoji:
+SIL Open Font License 1.1
+data/fonts/OFL.txt
diff --git a/data/emoji/LICENSE-UNICODE.txt b/data/emoji/LICENSE-UNICODE.txt
new file mode 100644
index 00000000..56da5891
--- /dev/null
+++ b/data/emoji/LICENSE-UNICODE.txt
@@ -0,0 +1,39 @@
+UNICODE LICENSE V3
+
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2026 Unicode, Inc.
+
+NOTICE TO USER: Carefully read the following legal agreement. BY
+DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
+SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
+DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of data files and any associated documentation (the "Data Files") or
+software and any associated documentation (the "Software") to deal in the
+Data Files or Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, and/or sell
+copies of the Data Files or Software, and to permit persons to whom the
+Data Files or Software are furnished to do so, provided that either (a)
+this copyright and permission notice appear with all copies of the Data
+Files or Software, or (b) this copyright and permission notice appear in
+associated Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
+THIRD PARTY RIGHTS.
+
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
+BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
+FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall
+not be used in advertising or otherwise to promote the sale, use or other
+dealings in these Data Files or Software without prior written
+authorization of the copyright holder.
diff --git a/data/emoji/README.md b/data/emoji/README.md
new file mode 100644
index 00000000..ea94a95a
--- /dev/null
+++ b/data/emoji/README.md
@@ -0,0 +1,30 @@
+# Bundled emoji data
+
+These are pinned copies of the upstream data files that
+`tools/gen-emoji-data.py` compiles into ZoiteChat's emoji picker catalog
+at build time. Bundling them means every ZoiteChat package exposes the
+same emoji, names, categories and search keywords, independent of the
+GTK runtime version or the emoji data a distribution installs under
+`/usr/share/gtk-3.0/emoji`.
+
+Nothing here affects what is sent over IRC: the picker inserts plain
+Unicode sequences. Official builds register the bundled Noto Color Emoji
+font privately for consistent rendering, while preserving platform font
+fallback if registration is unavailable.
+
+| File | Source | Version |
+| ---- | ------ | ------- |
+| `emoji-test.txt` | [Unicode emoji data](https://unicode.org/Public/emoji/17.0/emoji-test.txt) (mirrored at [unicode-org/unicodetools](https://github.com/unicode-org/unicodetools/blob/main/unicodetools/data/emoji/17.0/emoji-test.txt)) | Emoji 17.0 |
+| `cldr-annotations-en.xml` | [unicode-org/cldr](https://github.com/unicode-org/cldr/blob/release-48/common/annotations/en.xml) `common/annotations/en.xml` | CLDR release 48 |
+| `cldr-annotations-derived-en.xml` | [unicode-org/cldr](https://github.com/unicode-org/cldr/blob/release-48/common/annotationsDerived/en.xml) `common/annotationsDerived/en.xml` | CLDR release 48 |
+| `gemoji.json` | [github/gemoji](https://github.com/github/gemoji/blob/v4.1.0/db/emoji.json) `db/emoji.json` | v4.1.0 |
+
+The pinned versions are recorded in `VERSIONS`.
+
+## Licenses
+
+- `emoji-test.txt`, `cldr-annotations-en.xml`,
+ `cldr-annotations-derived-en.xml`: © Unicode, Inc., distributed under
+ the [Unicode License v3](https://www.unicode.org/license.txt).
+- `gemoji.json`: from the gemoji project, MIT licensed,
+ © GitHub, Inc.
diff --git a/data/emoji/VERSIONS b/data/emoji/VERSIONS
new file mode 100644
index 00000000..c4bee5e1
--- /dev/null
+++ b/data/emoji/VERSIONS
@@ -0,0 +1,6 @@
+# Pinned versions of the emoji source data in this directory.
+# Keep in sync with the files themselves; tools/gen-emoji-data.py
+# verifies unicode-emoji against the emoji-test.txt header.
+unicode-emoji=17.0
+cldr=48
+gemoji=4.1.0
diff --git a/data/emoji/cldr-annotations-derived-en.xml b/data/emoji/cldr-annotations-derived-en.xml
new file mode 100644
index 00000000..8ba77741
--- /dev/null
+++ b/data/emoji/cldr-annotations-derived-en.xml
@@ -0,0 +1,4749 @@
+
+
+
+
+
+
+
+
+
+ bye | cya | g2g | greetings | gtg | hand | hello | hey | hi | later | light skin tone | outtie | ttfn | ttyl | wave | yo | you
+ waving hand: light skin tone
+ bye | cya | g2g | greetings | gtg | hand | hello | hey | hi | later | medium-light skin tone | outtie | ttfn | ttyl | wave | yo | you
+ waving hand: medium-light skin tone
+ bye | cya | g2g | greetings | gtg | hand | hello | hey | hi | later | medium skin tone | outtie | ttfn | ttyl | wave | yo | you
+ waving hand: medium skin tone
+ bye | cya | g2g | greetings | gtg | hand | hello | hey | hi | later | medium-dark skin tone | outtie | ttfn | ttyl | wave | yo | you
+ waving hand: medium-dark skin tone
+ bye | cya | dark skin tone | g2g | greetings | gtg | hand | hello | hey | hi | later | outtie | ttfn | ttyl | wave | yo | you
+ waving hand: dark skin tone
+ back | backhand | hand | light skin tone | raised
+ raised back of hand: light skin tone
+ back | backhand | hand | medium-light skin tone | raised
+ raised back of hand: medium-light skin tone
+ back | backhand | hand | medium skin tone | raised
+ raised back of hand: medium skin tone
+ back | backhand | hand | medium-dark skin tone | raised
+ raised back of hand: medium-dark skin tone
+ back | backhand | dark skin tone | hand | raised
+ raised back of hand: dark skin tone
+ finger | fingers | hand | light skin tone | raised | splayed | stop
+ hand with fingers splayed: light skin tone
+ finger | fingers | hand | medium-light skin tone | raised | splayed | stop
+ hand with fingers splayed: medium-light skin tone
+ finger | fingers | hand | medium skin tone | raised | splayed | stop
+ hand with fingers splayed: medium skin tone
+ finger | fingers | hand | medium-dark skin tone | raised | splayed | stop
+ hand with fingers splayed: medium-dark skin tone
+ dark skin tone | finger | fingers | hand | raised | splayed | stop
+ hand with fingers splayed: dark skin tone
+ 5 | five | hand | high | light skin tone | raised | stop
+ raised hand: light skin tone
+ 5 | five | hand | high | medium-light skin tone | raised | stop
+ raised hand: medium-light skin tone
+ 5 | five | hand | high | medium skin tone | raised | stop
+ raised hand: medium skin tone
+ 5 | five | hand | high | medium-dark skin tone | raised | stop
+ raised hand: medium-dark skin tone
+ 5 | dark skin tone | five | hand | high | raised | stop
+ raised hand: dark skin tone
+ finger | hand | hands | light skin tone | salute | Vulcan
+ vulcan salute: light skin tone
+ finger | hand | hands | medium-light skin tone | salute | Vulcan
+ vulcan salute: medium-light skin tone
+ finger | hand | hands | medium skin tone | salute | Vulcan
+ vulcan salute: medium skin tone
+ finger | hand | hands | medium-dark skin tone | salute | Vulcan
+ vulcan salute: medium-dark skin tone
+ dark skin tone | finger | hand | hands | salute | Vulcan
+ vulcan salute: dark skin tone
+ hand | handshake | hold | light skin tone | reach | right | rightward | rightwards | shake
+ rightwards hand: light skin tone
+ hand | handshake | hold | medium-light skin tone | reach | right | rightward | rightwards | shake
+ rightwards hand: medium-light skin tone
+ hand | handshake | hold | medium skin tone | reach | right | rightward | rightwards | shake
+ rightwards hand: medium skin tone
+ hand | handshake | hold | medium-dark skin tone | reach | right | rightward | rightwards | shake
+ rightwards hand: medium-dark skin tone
+ dark skin tone | hand | handshake | hold | reach | right | rightward | rightwards | shake
+ rightwards hand: dark skin tone
+ agreement | deal | hand | handshake | light skin tone | medium-light skin tone | meeting | shake
+ handshake: light skin tone, medium-light skin tone
+ agreement | deal | hand | handshake | light skin tone | medium skin tone | meeting | shake
+ handshake: light skin tone, medium skin tone
+ agreement | deal | hand | handshake | light skin tone | medium-dark skin tone | meeting | shake
+ handshake: light skin tone, medium-dark skin tone
+ agreement | dark skin tone | deal | hand | handshake | light skin tone | meeting | shake
+ handshake: light skin tone, dark skin tone
+ agreement | deal | hand | handshake | light skin tone | medium-light skin tone | meeting | shake
+ handshake: medium-light skin tone, light skin tone
+ agreement | deal | hand | handshake | medium skin tone | medium-light skin tone | meeting | shake
+ handshake: medium-light skin tone, medium skin tone
+ agreement | deal | hand | handshake | medium-dark skin tone | medium-light skin tone | meeting | shake
+ handshake: medium-light skin tone, medium-dark skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium-light skin tone | meeting | shake
+ handshake: medium-light skin tone, dark skin tone
+ agreement | deal | hand | handshake | light skin tone | medium skin tone | meeting | shake
+ handshake: medium skin tone, light skin tone
+ agreement | deal | hand | handshake | medium skin tone | medium-light skin tone | meeting | shake
+ handshake: medium skin tone, medium-light skin tone
+ agreement | deal | hand | handshake | medium skin tone | medium-dark skin tone | meeting | shake
+ handshake: medium skin tone, medium-dark skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium skin tone | meeting | shake
+ handshake: medium skin tone, dark skin tone
+ agreement | deal | hand | handshake | light skin tone | medium-dark skin tone | meeting | shake
+ handshake: medium-dark skin tone, light skin tone
+ agreement | deal | hand | handshake | medium-dark skin tone | medium-light skin tone | meeting | shake
+ handshake: medium-dark skin tone, medium-light skin tone
+ agreement | deal | hand | handshake | medium skin tone | medium-dark skin tone | meeting | shake
+ handshake: medium-dark skin tone, medium skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium-dark skin tone | meeting | shake
+ handshake: medium-dark skin tone, dark skin tone
+ agreement | dark skin tone | deal | hand | handshake | light skin tone | meeting | shake
+ handshake: dark skin tone, light skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium-light skin tone | meeting | shake
+ handshake: dark skin tone, medium-light skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium skin tone | meeting | shake
+ handshake: dark skin tone, medium skin tone
+ agreement | dark skin tone | deal | hand | handshake | medium-dark skin tone | meeting | shake
+ handshake: dark skin tone, medium-dark skin tone
+ hand | handshake | hold | left | leftward | leftwards | light skin tone | reach | shake
+ leftwards hand: light skin tone
+ hand | handshake | hold | left | leftward | leftwards | medium-light skin tone | reach | shake
+ leftwards hand: medium-light skin tone
+ hand | handshake | hold | left | leftward | leftwards | medium skin tone | reach | shake
+ leftwards hand: medium skin tone
+ hand | handshake | hold | left | leftward | leftwards | medium-dark skin tone | reach | shake
+ leftwards hand: medium-dark skin tone
+ dark skin tone | hand | handshake | hold | left | leftward | leftwards | reach | shake
+ leftwards hand: dark skin tone
+ dismiss | down | drop | dropped | hand | light skin tone | palm | pick | shoo | up
+ palm down hand: light skin tone
+ dismiss | down | drop | dropped | hand | medium-light skin tone | palm | pick | shoo | up
+ palm down hand: medium-light skin tone
+ dismiss | down | drop | dropped | hand | medium skin tone | palm | pick | shoo | up
+ palm down hand: medium skin tone
+ dismiss | down | drop | dropped | hand | medium-dark skin tone | palm | pick | shoo | up
+ palm down hand: medium-dark skin tone
+ dark skin tone | dismiss | down | drop | dropped | hand | palm | pick | shoo | up
+ palm down hand: dark skin tone
+ beckon | catch | come | hand | hold | know | lift | light skin tone | me | offer | palm | tell
+ palm up hand: light skin tone
+ beckon | catch | come | hand | hold | know | lift | me | medium-light skin tone | offer | palm | tell
+ palm up hand: medium-light skin tone
+ beckon | catch | come | hand | hold | know | lift | me | medium skin tone | offer | palm | tell
+ palm up hand: medium skin tone
+ beckon | catch | come | hand | hold | know | lift | me | medium-dark skin tone | offer | palm | tell
+ palm up hand: medium-dark skin tone
+ beckon | catch | come | dark skin tone | hand | hold | know | lift | me | offer | palm | tell
+ palm up hand: dark skin tone
+ block | five | halt | hand | high | hold | leftward | leftwards | light skin tone | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand: light skin tone
+ block | five | halt | hand | high | hold | leftward | leftwards | medium-light skin tone | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand: medium-light skin tone
+ block | five | halt | hand | high | hold | leftward | leftwards | medium skin tone | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand: medium skin tone
+ block | five | halt | hand | high | hold | leftward | leftwards | medium-dark skin tone | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand: medium-dark skin tone
+ block | dark skin tone | five | halt | hand | high | hold | leftward | leftwards | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand: dark skin tone
+ block | five | halt | hand | high | hold | light skin tone | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand: light skin tone
+ block | five | halt | hand | high | hold | medium-light skin tone | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand: medium-light skin tone
+ block | five | halt | hand | high | hold | medium skin tone | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand: medium skin tone
+ block | five | halt | hand | high | hold | medium-dark skin tone | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand: medium-dark skin tone
+ block | dark skin tone | five | halt | hand | high | hold | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand: dark skin tone
+ awesome | bet | dope | fleek | fosho | got | gotcha | hand | legit | light skin tone | OK | okay | pinch | rad | sure | sweet | three
+ OK hand: light skin tone
+ awesome | bet | dope | fleek | fosho | got | gotcha | hand | legit | medium-light skin tone | OK | okay | pinch | rad | sure | sweet | three
+ OK hand: medium-light skin tone
+ awesome | bet | dope | fleek | fosho | got | gotcha | hand | legit | medium skin tone | OK | okay | pinch | rad | sure | sweet | three
+ OK hand: medium skin tone
+ awesome | bet | dope | fleek | fosho | got | gotcha | hand | legit | medium-dark skin tone | OK | okay | pinch | rad | sure | sweet | three
+ OK hand: medium-dark skin tone
+ awesome | bet | dark skin tone | dope | fleek | fosho | got | gotcha | hand | legit | OK | okay | pinch | rad | sure | sweet | three
+ OK hand: dark skin tone
+ fingers | gesture | hand | hold | huh | interrogation | light skin tone | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers: light skin tone
+ fingers | gesture | hand | hold | huh | interrogation | medium-light skin tone | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers: medium-light skin tone
+ fingers | gesture | hand | hold | huh | interrogation | medium skin tone | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers: medium skin tone
+ fingers | gesture | hand | hold | huh | interrogation | medium-dark skin tone | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers: medium-dark skin tone
+ dark skin tone | fingers | gesture | hand | hold | huh | interrogation | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers: dark skin tone
+ amount | bit | fingers | hand | light skin tone | little | pinching | small | sort
+ pinching hand: light skin tone
+ amount | bit | fingers | hand | little | medium-light skin tone | pinching | small | sort
+ pinching hand: medium-light skin tone
+ amount | bit | fingers | hand | little | medium skin tone | pinching | small | sort
+ pinching hand: medium skin tone
+ amount | bit | fingers | hand | little | medium-dark skin tone | pinching | small | sort
+ pinching hand: medium-dark skin tone
+ amount | bit | dark skin tone | fingers | hand | little | pinching | small | sort
+ pinching hand: dark skin tone
+ hand | light skin tone | peace | v | victory
+ victory hand: light skin tone
+ hand | medium-light skin tone | peace | v | victory
+ victory hand: medium-light skin tone
+ hand | medium skin tone | peace | v | victory
+ victory hand: medium skin tone
+ hand | medium-dark skin tone | peace | v | victory
+ victory hand: medium-dark skin tone
+ dark skin tone | hand | peace | v | victory
+ victory hand: dark skin tone
+ cross | crossed | finger | fingers | hand | light skin tone | luck
+ crossed fingers: light skin tone
+ cross | crossed | finger | fingers | hand | luck | medium-light skin tone
+ crossed fingers: medium-light skin tone
+ cross | crossed | finger | fingers | hand | luck | medium skin tone
+ crossed fingers: medium skin tone
+ cross | crossed | finger | fingers | hand | luck | medium-dark skin tone
+ crossed fingers: medium-dark skin tone
+ cross | crossed | dark skin tone | finger | fingers | hand | luck
+ crossed fingers: dark skin tone
+ <3 | crossed | expensive | finger | hand | heart | index | light skin tone | love | money | snap | thumb
+ hand with index finger and thumb crossed: light skin tone
+ <3 | crossed | expensive | finger | hand | heart | index | love | medium-light skin tone | money | snap | thumb
+ hand with index finger and thumb crossed: medium-light skin tone
+ <3 | crossed | expensive | finger | hand | heart | index | love | medium skin tone | money | snap | thumb
+ hand with index finger and thumb crossed: medium skin tone
+ <3 | crossed | expensive | finger | hand | heart | index | love | medium-dark skin tone | money | snap | thumb
+ hand with index finger and thumb crossed: medium-dark skin tone
+ <3 | crossed | dark skin tone | expensive | finger | hand | heart | index | love | money | snap | thumb
+ hand with index finger and thumb crossed: dark skin tone
+ fingers | gesture | hand | ILY | light skin tone | love | love-you | three | you
+ love-you gesture: light skin tone
+ fingers | gesture | hand | ILY | love | love-you | medium-light skin tone | three | you
+ love-you gesture: medium-light skin tone
+ fingers | gesture | hand | ILY | love | love-you | medium skin tone | three | you
+ love-you gesture: medium skin tone
+ fingers | gesture | hand | ILY | love | love-you | medium-dark skin tone | three | you
+ love-you gesture: medium-dark skin tone
+ dark skin tone | fingers | gesture | hand | ILY | love | love-you | three | you
+ love-you gesture: dark skin tone
+ finger | hand | horns | light skin tone | rock-on | sign
+ sign of the horns: light skin tone
+ finger | hand | horns | medium-light skin tone | rock-on | sign
+ sign of the horns: medium-light skin tone
+ finger | hand | horns | medium skin tone | rock-on | sign
+ sign of the horns: medium skin tone
+ finger | hand | horns | medium-dark skin tone | rock-on | sign
+ sign of the horns: medium-dark skin tone
+ dark skin tone | finger | hand | horns | rock-on | sign
+ sign of the horns: dark skin tone
+ call | hand | hang | light skin tone | loose | me | Shaka
+ call me hand: light skin tone
+ call | hand | hang | loose | me | medium-light skin tone | Shaka
+ call me hand: medium-light skin tone
+ call | hand | hang | loose | me | medium skin tone | Shaka
+ call me hand: medium skin tone
+ call | hand | hang | loose | me | medium-dark skin tone | Shaka
+ call me hand: medium-dark skin tone
+ call | dark skin tone | hand | hang | loose | me | Shaka
+ call me hand: dark skin tone
+ backhand | finger | hand | index | left | light skin tone | point | pointing
+ backhand index pointing left: light skin tone
+ backhand | finger | hand | index | left | medium-light skin tone | point | pointing
+ backhand index pointing left: medium-light skin tone
+ backhand | finger | hand | index | left | medium skin tone | point | pointing
+ backhand index pointing left: medium skin tone
+ backhand | finger | hand | index | left | medium-dark skin tone | point | pointing
+ backhand index pointing left: medium-dark skin tone
+ backhand | dark skin tone | finger | hand | index | left | point | pointing
+ backhand index pointing left: dark skin tone
+ backhand | finger | hand | index | light skin tone | point | pointing | right
+ backhand index pointing right: light skin tone
+ backhand | finger | hand | index | medium-light skin tone | point | pointing | right
+ backhand index pointing right: medium-light skin tone
+ backhand | finger | hand | index | medium skin tone | point | pointing | right
+ backhand index pointing right: medium skin tone
+ backhand | finger | hand | index | medium-dark skin tone | point | pointing | right
+ backhand index pointing right: medium-dark skin tone
+ backhand | dark skin tone | finger | hand | index | point | pointing | right
+ backhand index pointing right: dark skin tone
+ backhand | finger | hand | index | light skin tone | point | pointing | up
+ backhand index pointing up: light skin tone
+ backhand | finger | hand | index | medium-light skin tone | point | pointing | up
+ backhand index pointing up: medium-light skin tone
+ backhand | finger | hand | index | medium skin tone | point | pointing | up
+ backhand index pointing up: medium skin tone
+ backhand | finger | hand | index | medium-dark skin tone | point | pointing | up
+ backhand index pointing up: medium-dark skin tone
+ backhand | dark skin tone | finger | hand | index | point | pointing | up
+ backhand index pointing up: dark skin tone
+ finger | hand | light skin tone | middle
+ middle finger: light skin tone
+ finger | hand | medium-light skin tone | middle
+ middle finger: medium-light skin tone
+ finger | hand | medium skin tone | middle
+ middle finger: medium skin tone
+ finger | hand | medium-dark skin tone | middle
+ middle finger: medium-dark skin tone
+ dark skin tone | finger | hand | middle
+ middle finger: dark skin tone
+ backhand | down | finger | hand | index | light skin tone | point | pointing
+ backhand index pointing down: light skin tone
+ backhand | down | finger | hand | index | medium-light skin tone | point | pointing
+ backhand index pointing down: medium-light skin tone
+ backhand | down | finger | hand | index | medium skin tone | point | pointing
+ backhand index pointing down: medium skin tone
+ backhand | down | finger | hand | index | medium-dark skin tone | point | pointing
+ backhand index pointing down: medium-dark skin tone
+ backhand | dark skin tone | down | finger | hand | index | point | pointing
+ backhand index pointing down: dark skin tone
+ finger | hand | index | light skin tone | point | pointing | this | up
+ index pointing up: light skin tone
+ finger | hand | index | medium-light skin tone | point | pointing | this | up
+ index pointing up: medium-light skin tone
+ finger | hand | index | medium skin tone | point | pointing | this | up
+ index pointing up: medium skin tone
+ finger | hand | index | medium-dark skin tone | point | pointing | this | up
+ index pointing up: medium-dark skin tone
+ dark skin tone | finger | hand | index | point | pointing | this | up
+ index pointing up: dark skin tone
+ at | finger | hand | index | light skin tone | pointing | poke | viewer | you
+ index pointing at the viewer: light skin tone
+ at | finger | hand | index | medium-light skin tone | pointing | poke | viewer | you
+ index pointing at the viewer: medium-light skin tone
+ at | finger | hand | index | medium skin tone | pointing | poke | viewer | you
+ index pointing at the viewer: medium skin tone
+ at | finger | hand | index | medium-dark skin tone | pointing | poke | viewer | you
+ index pointing at the viewer: medium-dark skin tone
+ at | dark skin tone | finger | hand | index | pointing | poke | viewer | you
+ index pointing at the viewer: dark skin tone
+ +1 | good | hand | light skin tone | like | thumb | up | yes
+ thumbs up: light skin tone
+ +1 | good | hand | like | medium-light skin tone | thumb | up | yes
+ thumbs up: medium-light skin tone
+ +1 | good | hand | like | medium skin tone | thumb | up | yes
+ thumbs up: medium skin tone
+ +1 | good | hand | like | medium-dark skin tone | thumb | up | yes
+ thumbs up: medium-dark skin tone
+ +1 | dark skin tone | good | hand | like | thumb | up | yes
+ thumbs up: dark skin tone
+ -1 | bad | dislike | down | good | hand | light skin tone | no | nope | thumb | thumbs
+ thumbs down: light skin tone
+ -1 | bad | dislike | down | good | hand | medium-light skin tone | no | nope | thumb | thumbs
+ thumbs down: medium-light skin tone
+ -1 | bad | dislike | down | good | hand | medium skin tone | no | nope | thumb | thumbs
+ thumbs down: medium skin tone
+ -1 | bad | dislike | down | good | hand | medium-dark skin tone | no | nope | thumb | thumbs
+ thumbs down: medium-dark skin tone
+ -1 | bad | dark skin tone | dislike | down | good | hand | no | nope | thumb | thumbs
+ thumbs down: dark skin tone
+ clenched | fist | hand | light skin tone | punch | raised | solidarity
+ raised fist: light skin tone
+ clenched | fist | hand | medium-light skin tone | punch | raised | solidarity
+ raised fist: medium-light skin tone
+ clenched | fist | hand | medium skin tone | punch | raised | solidarity
+ raised fist: medium skin tone
+ clenched | fist | hand | medium-dark skin tone | punch | raised | solidarity
+ raised fist: medium-dark skin tone
+ clenched | dark skin tone | fist | hand | punch | raised | solidarity
+ raised fist: dark skin tone
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | fist | hand | knuckle | light skin tone | oncoming | pound | punch | rock | ttyl
+ oncoming fist: light skin tone
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | fist | hand | knuckle | medium-light skin tone | oncoming | pound | punch | rock | ttyl
+ oncoming fist: medium-light skin tone
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | fist | hand | knuckle | medium skin tone | oncoming | pound | punch | rock | ttyl
+ oncoming fist: medium skin tone
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | fist | hand | knuckle | medium-dark skin tone | oncoming | pound | punch | rock | ttyl
+ oncoming fist: medium-dark skin tone
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | dark skin tone | fist | hand | knuckle | oncoming | pound | punch | rock | ttyl
+ oncoming fist: dark skin tone
+ fist | left-facing | leftwards | light skin tone
+ left-facing fist: light skin tone
+ fist | left-facing | leftwards | medium-light skin tone
+ left-facing fist: medium-light skin tone
+ fist | left-facing | leftwards | medium skin tone
+ left-facing fist: medium skin tone
+ fist | left-facing | leftwards | medium-dark skin tone
+ left-facing fist: medium-dark skin tone
+ dark skin tone | fist | left-facing | leftwards
+ left-facing fist: dark skin tone
+ fist | light skin tone | right-facing | rightwards
+ right-facing fist: light skin tone
+ fist | medium-light skin tone | right-facing | rightwards
+ right-facing fist: medium-light skin tone
+ fist | medium skin tone | right-facing | rightwards
+ right-facing fist: medium skin tone
+ fist | medium-dark skin tone | right-facing | rightwards
+ right-facing fist: medium-dark skin tone
+ dark skin tone | fist | right-facing | rightwards
+ right-facing fist: dark skin tone
+ applause | approval | awesome | clap | congrats | congratulations | excited | good | great | hand | homie | job | light skin tone | nice | prayed | well | yay
+ clapping hands: light skin tone
+ applause | approval | awesome | clap | congrats | congratulations | excited | good | great | hand | homie | job | medium-light skin tone | nice | prayed | well | yay
+ clapping hands: medium-light skin tone
+ applause | approval | awesome | clap | congrats | congratulations | excited | good | great | hand | homie | job | medium skin tone | nice | prayed | well | yay
+ clapping hands: medium skin tone
+ applause | approval | awesome | clap | congrats | congratulations | excited | good | great | hand | homie | job | medium-dark skin tone | nice | prayed | well | yay
+ clapping hands: medium-dark skin tone
+ applause | approval | awesome | clap | congrats | congratulations | dark skin tone | excited | good | great | hand | homie | job | nice | prayed | well | yay
+ clapping hands: dark skin tone
+ celebration | gesture | hand | hands | hooray | light skin tone | praise | raised | raising
+ raising hands: light skin tone
+ celebration | gesture | hand | hands | hooray | medium-light skin tone | praise | raised | raising
+ raising hands: medium-light skin tone
+ celebration | gesture | hand | hands | hooray | medium skin tone | praise | raised | raising
+ raising hands: medium skin tone
+ celebration | gesture | hand | hands | hooray | medium-dark skin tone | praise | raised | raising
+ raising hands: medium-dark skin tone
+ celebration | dark skin tone | gesture | hand | hands | hooray | praise | raised | raising
+ raising hands: dark skin tone
+ <3 | hands | heart | light skin tone | love | you
+ heart hands: light skin tone
+ <3 | hands | heart | love | medium-light skin tone | you
+ heart hands: medium-light skin tone
+ <3 | hands | heart | love | medium skin tone | you
+ heart hands: medium skin tone
+ <3 | hands | heart | love | medium-dark skin tone | you
+ heart hands: medium-dark skin tone
+ <3 | dark skin tone | hands | heart | love | you
+ heart hands: dark skin tone
+ hand | hands | hug | jazz | light skin tone | open | swerve
+ open hands: light skin tone
+ hand | hands | hug | jazz | medium-light skin tone | open | swerve
+ open hands: medium-light skin tone
+ hand | hands | hug | jazz | medium skin tone | open | swerve
+ open hands: medium skin tone
+ hand | hands | hug | jazz | medium-dark skin tone | open | swerve
+ open hands: medium-dark skin tone
+ dark skin tone | hand | hands | hug | jazz | open | swerve
+ open hands: dark skin tone
+ cupped | dua | hands | light skin tone | palms | pray | prayer | together | up | wish
+ palms up together: light skin tone
+ cupped | dua | hands | medium-light skin tone | palms | pray | prayer | together | up | wish
+ palms up together: medium-light skin tone
+ cupped | dua | hands | medium skin tone | palms | pray | prayer | together | up | wish
+ palms up together: medium skin tone
+ cupped | dua | hands | medium-dark skin tone | palms | pray | prayer | together | up | wish
+ palms up together: medium-dark skin tone
+ cupped | dark skin tone | dua | hands | palms | pray | prayer | together | up | wish
+ palms up together: dark skin tone
+ agreement | deal | hand | handshake | light skin tone | meeting | shake
+ handshake: light skin tone
+ agreement | deal | hand | handshake | medium-light skin tone | meeting | shake
+ handshake: medium-light skin tone
+ agreement | deal | hand | handshake | medium skin tone | meeting | shake
+ handshake: medium skin tone
+ agreement | deal | hand | handshake | medium-dark skin tone | meeting | shake
+ handshake: medium-dark skin tone
+ agreement | dark skin tone | deal | hand | handshake | meeting | shake
+ handshake: dark skin tone
+ appreciate | ask | beg | blessed | bow | cmon | five | folded | gesture | hand | high | light skin tone | please | pray | thanks | thx
+ folded hands: light skin tone
+ appreciate | ask | beg | blessed | bow | cmon | five | folded | gesture | hand | high | medium-light skin tone | please | pray | thanks | thx
+ folded hands: medium-light skin tone
+ appreciate | ask | beg | blessed | bow | cmon | five | folded | gesture | hand | high | medium skin tone | please | pray | thanks | thx
+ folded hands: medium skin tone
+ appreciate | ask | beg | blessed | bow | cmon | five | folded | gesture | hand | high | medium-dark skin tone | please | pray | thanks | thx
+ folded hands: medium-dark skin tone
+ appreciate | ask | beg | blessed | bow | cmon | dark skin tone | five | folded | gesture | hand | high | please | pray | thanks | thx
+ folded hands: dark skin tone
+ hand | light skin tone | write | writing
+ writing hand: light skin tone
+ hand | medium-light skin tone | write | writing
+ writing hand: medium-light skin tone
+ hand | medium skin tone | write | writing
+ writing hand: medium skin tone
+ hand | medium-dark skin tone | write | writing
+ writing hand: medium-dark skin tone
+ dark skin tone | hand | write | writing
+ writing hand: dark skin tone
+ bored | care | cosmetics | done | light skin tone | makeup | manicure | nail | polish | whatever
+ nail polish: light skin tone
+ bored | care | cosmetics | done | makeup | manicure | medium-light skin tone | nail | polish | whatever
+ nail polish: medium-light skin tone
+ bored | care | cosmetics | done | makeup | manicure | medium skin tone | nail | polish | whatever
+ nail polish: medium skin tone
+ bored | care | cosmetics | done | makeup | manicure | medium-dark skin tone | nail | polish | whatever
+ nail polish: medium-dark skin tone
+ bored | care | cosmetics | dark skin tone | done | makeup | manicure | nail | polish | whatever
+ nail polish: dark skin tone
+ camera | light skin tone | phone | selfie
+ selfie: light skin tone
+ camera | medium-light skin tone | phone | selfie
+ selfie: medium-light skin tone
+ camera | medium skin tone | phone | selfie
+ selfie: medium skin tone
+ camera | medium-dark skin tone | phone | selfie
+ selfie: medium-dark skin tone
+ camera | dark skin tone | phone | selfie
+ selfie: dark skin tone
+ arm | beast | bench | biceps | bodybuilder | bro | curls | flex | gains | gym | jacked | light skin tone | muscle | press | ripped | strong | weightlift
+ flexed biceps: light skin tone
+ arm | beast | bench | biceps | bodybuilder | bro | curls | flex | gains | gym | jacked | medium-light skin tone | muscle | press | ripped | strong | weightlift
+ flexed biceps: medium-light skin tone
+ arm | beast | bench | biceps | bodybuilder | bro | curls | flex | gains | gym | jacked | medium skin tone | muscle | press | ripped | strong | weightlift
+ flexed biceps: medium skin tone
+ arm | beast | bench | biceps | bodybuilder | bro | curls | flex | gains | gym | jacked | medium-dark skin tone | muscle | press | ripped | strong | weightlift
+ flexed biceps: medium-dark skin tone
+ arm | beast | bench | biceps | bodybuilder | bro | curls | dark skin tone | flex | gains | gym | jacked | muscle | press | ripped | strong | weightlift
+ flexed biceps: dark skin tone
+ bent | foot | kick | knee | leg | light skin tone | limb
+ leg: light skin tone
+ bent | foot | kick | knee | leg | limb | medium-light skin tone
+ leg: medium-light skin tone
+ bent | foot | kick | knee | leg | limb | medium skin tone
+ leg: medium skin tone
+ bent | foot | kick | knee | leg | limb | medium-dark skin tone
+ leg: medium-dark skin tone
+ bent | dark skin tone | foot | kick | knee | leg | limb
+ leg: dark skin tone
+ ankle | feet | foot | kick | light skin tone | stomp
+ foot: light skin tone
+ ankle | feet | foot | kick | medium-light skin tone | stomp
+ foot: medium-light skin tone
+ ankle | feet | foot | kick | medium skin tone | stomp
+ foot: medium skin tone
+ ankle | feet | foot | kick | medium-dark skin tone | stomp
+ foot: medium-dark skin tone
+ ankle | dark skin tone | feet | foot | kick | stomp
+ foot: dark skin tone
+ body | ear | ears | hear | hearing | light skin tone | listen | listening | sound
+ ear: light skin tone
+ body | ear | ears | hear | hearing | listen | listening | medium-light skin tone | sound
+ ear: medium-light skin tone
+ body | ear | ears | hear | hearing | listen | listening | medium skin tone | sound
+ ear: medium skin tone
+ body | ear | ears | hear | hearing | listen | listening | medium-dark skin tone | sound
+ ear: medium-dark skin tone
+ body | dark skin tone | ear | ears | hear | hearing | listen | listening | sound
+ ear: dark skin tone
+ accessibility | aid | ear | hard | hearing | light skin tone
+ ear with hearing aid: light skin tone
+ accessibility | aid | ear | hard | hearing | medium-light skin tone
+ ear with hearing aid: medium-light skin tone
+ accessibility | aid | ear | hard | hearing | medium skin tone
+ ear with hearing aid: medium skin tone
+ accessibility | aid | ear | hard | hearing | medium-dark skin tone
+ ear with hearing aid: medium-dark skin tone
+ accessibility | aid | dark skin tone | ear | hard | hearing
+ ear with hearing aid: dark skin tone
+ body | light skin tone | nose | noses | nosey | odor | smell | smells
+ nose: light skin tone
+ body | medium-light skin tone | nose | noses | nosey | odor | smell | smells
+ nose: medium-light skin tone
+ body | medium skin tone | nose | noses | nosey | odor | smell | smells
+ nose: medium skin tone
+ body | medium-dark skin tone | nose | noses | nosey | odor | smell | smells
+ nose: medium-dark skin tone
+ body | dark skin tone | nose | noses | nosey | odor | smell | smells
+ nose: dark skin tone
+ babies | baby | children | goo | infant | light skin tone | newborn | pregnant | young
+ baby: light skin tone
+ babies | baby | children | goo | infant | medium-light skin tone | newborn | pregnant | young
+ baby: medium-light skin tone
+ babies | baby | children | goo | infant | medium skin tone | newborn | pregnant | young
+ baby: medium skin tone
+ babies | baby | children | goo | infant | medium-dark skin tone | newborn | pregnant | young
+ baby: medium-dark skin tone
+ babies | baby | children | dark skin tone | goo | infant | newborn | pregnant | young
+ baby: dark skin tone
+ bright-eyed | child | grandchild | kid | light skin tone | young | younger
+ child: light skin tone
+ bright-eyed | child | grandchild | kid | medium-light skin tone | young | younger
+ child: medium-light skin tone
+ bright-eyed | child | grandchild | kid | medium skin tone | young | younger
+ child: medium skin tone
+ bright-eyed | child | grandchild | kid | medium-dark skin tone | young | younger
+ child: medium-dark skin tone
+ bright-eyed | child | dark skin tone | grandchild | kid | young | younger
+ child: dark skin tone
+ boy | bright-eyed | child | grandson | kid | light skin tone | son | young | younger
+ boy: light skin tone
+ boy | bright-eyed | child | grandson | kid | medium-light skin tone | son | young | younger
+ boy: medium-light skin tone
+ boy | bright-eyed | child | grandson | kid | medium skin tone | son | young | younger
+ boy: medium skin tone
+ boy | bright-eyed | child | grandson | kid | medium-dark skin tone | son | young | younger
+ boy: medium-dark skin tone
+ boy | bright-eyed | child | dark skin tone | grandson | kid | son | young | younger
+ boy: dark skin tone
+ bright-eyed | child | daughter | girl | granddaughter | kid | light skin tone | Virgo | young | younger | zodiac
+ girl: light skin tone
+ bright-eyed | child | daughter | girl | granddaughter | kid | medium-light skin tone | Virgo | young | younger | zodiac
+ girl: medium-light skin tone
+ bright-eyed | child | daughter | girl | granddaughter | kid | medium skin tone | Virgo | young | younger | zodiac
+ girl: medium skin tone
+ bright-eyed | child | daughter | girl | granddaughter | kid | medium-dark skin tone | Virgo | young | younger | zodiac
+ girl: medium-dark skin tone
+ bright-eyed | child | dark skin tone | daughter | girl | granddaughter | kid | Virgo | young | younger | zodiac
+ girl: dark skin tone
+ adult | light skin tone | person
+ person: light skin tone
+ adult | medium-light skin tone | person
+ person: medium-light skin tone
+ adult | medium skin tone | person
+ person: medium skin tone
+ adult | medium-dark skin tone | person
+ person: medium-dark skin tone
+ adult | dark skin tone | person
+ person: dark skin tone
+ blond | blond hair | blond-haired | human | light skin tone | person
+ person: light skin tone, blond hair
+ blond | blond hair | blond-haired | human | medium-light skin tone | person
+ person: medium-light skin tone, blond hair
+ blond | blond hair | blond-haired | human | medium skin tone | person
+ person: medium skin tone, blond hair
+ blond | blond hair | blond-haired | human | medium-dark skin tone | person
+ person: medium-dark skin tone, blond hair
+ blond | blond hair | blond-haired | dark skin tone | human | person
+ person: dark skin tone, blond hair
+ combat | duel | grapple | light skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: light skin tone, medium-light skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: light skin tone, medium skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-light skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-light skin tone, medium skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-dark skin tone, light skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-dark skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-dark skin tone, dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: dark skin tone, light skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: dark skin tone, medium-light skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | xoxo
+ kiss: person, person, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | xoxo
+ kiss: person, person, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: person, person, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | you
+ couple with heart: person, person, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | you
+ couple with heart: person, person, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: person, person, dark skin tone, medium-dark skin tone
+ adult | person | red hair
+ person: red hair
+ adult | light skin tone | person | red hair
+ person: light skin tone, red hair
+ adult | medium-light skin tone | person | red hair
+ person: medium-light skin tone, red hair
+ adult | medium skin tone | person | red hair
+ person: medium skin tone, red hair
+ adult | medium-dark skin tone | person | red hair
+ person: medium-dark skin tone, red hair
+ adult | dark skin tone | person | red hair
+ person: dark skin tone, red hair
+ adult | curly hair | person
+ person: curly hair
+ adult | curly hair | light skin tone | person
+ person: light skin tone, curly hair
+ adult | curly hair | medium-light skin tone | person
+ person: medium-light skin tone, curly hair
+ adult | curly hair | medium skin tone | person
+ person: medium skin tone, curly hair
+ adult | curly hair | medium-dark skin tone | person
+ person: medium-dark skin tone, curly hair
+ adult | curly hair | dark skin tone | person
+ person: dark skin tone, curly hair
+ adult | person | white hair
+ person: white hair
+ adult | light skin tone | person | white hair
+ person: light skin tone, white hair
+ adult | medium-light skin tone | person | white hair
+ person: medium-light skin tone, white hair
+ adult | medium skin tone | person | white hair
+ person: medium skin tone, white hair
+ adult | medium-dark skin tone | person | white hair
+ person: medium-dark skin tone, white hair
+ adult | dark skin tone | person | white hair
+ person: dark skin tone, white hair
+ adult | bald | person
+ person: bald
+ adult | bald | light skin tone | person
+ person: light skin tone, bald
+ adult | bald | medium-light skin tone | person
+ person: medium-light skin tone, bald
+ adult | bald | medium skin tone | person
+ person: medium skin tone, bald
+ adult | bald | medium-dark skin tone | person
+ person: medium-dark skin tone, bald
+ adult | bald | dark skin tone | person
+ person: dark skin tone, bald
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: light skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-light skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-dark skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: dark skin tone, medium-dark skin tone
+ ballet | dancer | light skin tone
+ ballet dancer: light skin tone
+ ballet | dancer | medium-light skin tone
+ ballet dancer: medium-light skin tone
+ ballet | dancer | medium skin tone
+ ballet dancer: medium skin tone
+ ballet | dancer | medium-dark skin tone
+ ballet dancer: medium-dark skin tone
+ ballet | dancer | dark skin tone
+ ballet dancer: dark skin tone
+ adult | bro | light skin tone | man
+ man: light skin tone
+ adult | bro | man | medium-light skin tone
+ man: medium-light skin tone
+ adult | bro | man | medium skin tone
+ man: medium skin tone
+ adult | bro | man | medium-dark skin tone
+ man: medium-dark skin tone
+ adult | bro | dark skin tone | man
+ man: dark skin tone
+ beard | bearded | light skin tone | person | whiskers
+ person: light skin tone, beard
+ beard | bearded | medium-light skin tone | person | whiskers
+ person: medium-light skin tone, beard
+ beard | bearded | medium skin tone | person | whiskers
+ person: medium skin tone, beard
+ beard | bearded | medium-dark skin tone | person | whiskers
+ person: medium-dark skin tone, beard
+ beard | bearded | dark skin tone | person | whiskers
+ person: dark skin tone, beard
+ beard | bearded | light skin tone | man | whiskers
+ man: light skin tone, beard
+ beard | bearded | man | medium-light skin tone | whiskers
+ man: medium-light skin tone, beard
+ beard | bearded | man | medium skin tone | whiskers
+ man: medium skin tone, beard
+ beard | bearded | man | medium-dark skin tone | whiskers
+ man: medium-dark skin tone, beard
+ beard | bearded | dark skin tone | man | whiskers
+ man: dark skin tone, beard
+ blond | blond-haired | hair | light skin tone | man
+ man: light skin tone, blond hair
+ blond | blond-haired | hair | man | medium-light skin tone
+ man: medium-light skin tone, blond hair
+ blond | blond-haired | hair | man | medium skin tone
+ man: medium skin tone, blond hair
+ blond | blond-haired | hair | man | medium-dark skin tone
+ man: medium-dark skin tone, blond hair
+ blond | blond-haired | dark skin tone | hair | man
+ man: dark skin tone, blond hair
+ combat | duel | grapple | light skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: light skin tone, medium-light skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: light skin tone, medium skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-light skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-light skin tone, medium skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-dark skin tone, light skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-dark skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-dark skin tone, dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: dark skin tone, light skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: dark skin tone, medium-light skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | xoxo
+ kiss: man, man, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | xoxo
+ kiss: man, man, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | xoxo
+ kiss: man, man, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: man, man, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | mwah | person | romance | together | xoxo
+ kiss: man, man, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | you
+ couple with heart: man, man, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | you
+ couple with heart: man, man, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | you
+ couple with heart: man, man, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: man, man, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | person | relationship | romance | together | you
+ couple with heart: man, man, dark skin tone
+ adult | bro | man | red hair
+ man: red hair
+ adult | bro | light skin tone | man | red hair
+ man: light skin tone, red hair
+ adult | bro | man | medium-light skin tone | red hair
+ man: medium-light skin tone, red hair
+ adult | bro | man | medium skin tone | red hair
+ man: medium skin tone, red hair
+ adult | bro | man | medium-dark skin tone | red hair
+ man: medium-dark skin tone, red hair
+ adult | bro | dark skin tone | man | red hair
+ man: dark skin tone, red hair
+ adult | bro | curly hair | man
+ man: curly hair
+ adult | bro | curly hair | light skin tone | man
+ man: light skin tone, curly hair
+ adult | bro | curly hair | man | medium-light skin tone
+ man: medium-light skin tone, curly hair
+ adult | bro | curly hair | man | medium skin tone
+ man: medium skin tone, curly hair
+ adult | bro | curly hair | man | medium-dark skin tone
+ man: medium-dark skin tone, curly hair
+ adult | bro | curly hair | dark skin tone | man
+ man: dark skin tone, curly hair
+ adult | bro | man | white hair
+ man: white hair
+ adult | bro | light skin tone | man | white hair
+ man: light skin tone, white hair
+ adult | bro | man | medium-light skin tone | white hair
+ man: medium-light skin tone, white hair
+ adult | bro | man | medium skin tone | white hair
+ man: medium skin tone, white hair
+ adult | bro | man | medium-dark skin tone | white hair
+ man: medium-dark skin tone, white hair
+ adult | bro | dark skin tone | man | white hair
+ man: dark skin tone, white hair
+ adult | bald | bro | man
+ man: bald
+ adult | bald | bro | light skin tone | man
+ man: light skin tone, bald
+ adult | bald | bro | man | medium-light skin tone
+ man: medium-light skin tone, bald
+ adult | bald | bro | man | medium skin tone
+ man: medium skin tone, bald
+ adult | bald | bro | man | medium-dark skin tone
+ man: medium-dark skin tone, bald
+ adult | bald | bro | dark skin tone | man
+ man: dark skin tone, bald
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: light skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-light skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-dark skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: dark skin tone, medium-dark skin tone
+ adult | lady | light skin tone | woman
+ woman: light skin tone
+ adult | lady | medium-light skin tone | woman
+ woman: medium-light skin tone
+ adult | lady | medium skin tone | woman
+ woman: medium skin tone
+ adult | lady | medium-dark skin tone | woman
+ woman: medium-dark skin tone
+ adult | dark skin tone | lady | woman
+ woman: dark skin tone
+ beard | bearded | light skin tone | whiskers | woman
+ woman: light skin tone, beard
+ beard | bearded | medium-light skin tone | whiskers | woman
+ woman: medium-light skin tone, beard
+ beard | bearded | medium skin tone | whiskers | woman
+ woman: medium skin tone, beard
+ beard | bearded | medium-dark skin tone | whiskers | woman
+ woman: medium-dark skin tone, beard
+ beard | bearded | dark skin tone | whiskers | woman
+ woman: dark skin tone, beard
+ blond | blond-haired | blonde | hair | light skin tone | woman
+ woman: light skin tone, blond hair
+ blond | blond-haired | blonde | hair | medium-light skin tone | woman
+ woman: medium-light skin tone, blond hair
+ blond | blond-haired | blonde | hair | medium skin tone | woman
+ woman: medium skin tone, blond hair
+ blond | blond-haired | blonde | hair | medium-dark skin tone | woman
+ woman: medium-dark skin tone, blond hair
+ blond | blond-haired | blonde | dark skin tone | hair | woman
+ woman: dark skin tone, blond hair
+ combat | duel | grapple | light skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: light skin tone, medium-light skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: light skin tone, medium skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-light skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-light skin tone, medium skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-light skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-light skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium skin tone, light skin tone
+ combat | duel | grapple | medium skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium skin tone, medium-dark skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium skin tone, dark skin tone
+ combat | duel | grapple | light skin tone | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-dark skin tone, light skin tone
+ combat | duel | grapple | medium-dark skin tone | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-dark skin tone, medium-light skin tone
+ combat | duel | grapple | medium skin tone | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-dark skin tone, dark skin tone
+ combat | dark skin tone | duel | grapple | light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: dark skin tone, light skin tone
+ combat | dark skin tone | duel | grapple | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: dark skin tone, medium-light skin tone
+ combat | dark skin tone | duel | grapple | medium skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: dark skin tone, medium skin tone
+ combat | dark skin tone | duel | grapple | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | man | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | man | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | man | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium skin tone | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | man | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | man | person | relationship | romance | together | woman | you
+ couple with heart: woman, man, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, light skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-light skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-light skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-light skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium skin tone, dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, medium-dark skin tone, dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, dark skin tone, light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, dark skin tone, medium-light skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, dark skin tone, medium skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, dark skin tone, medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman, dark skin tone
+ adult | lady | red hair | woman
+ woman: red hair
+ adult | lady | light skin tone | red hair | woman
+ woman: light skin tone, red hair
+ adult | lady | medium-light skin tone | red hair | woman
+ woman: medium-light skin tone, red hair
+ adult | lady | medium skin tone | red hair | woman
+ woman: medium skin tone, red hair
+ adult | lady | medium-dark skin tone | red hair | woman
+ woman: medium-dark skin tone, red hair
+ adult | dark skin tone | lady | red hair | woman
+ woman: dark skin tone, red hair
+ adult | curly hair | lady | woman
+ woman: curly hair
+ adult | curly hair | lady | light skin tone | woman
+ woman: light skin tone, curly hair
+ adult | curly hair | lady | medium-light skin tone | woman
+ woman: medium-light skin tone, curly hair
+ adult | curly hair | lady | medium skin tone | woman
+ woman: medium skin tone, curly hair
+ adult | curly hair | lady | medium-dark skin tone | woman
+ woman: medium-dark skin tone, curly hair
+ adult | curly hair | dark skin tone | lady | woman
+ woman: dark skin tone, curly hair
+ adult | lady | white hair | woman
+ woman: white hair
+ adult | lady | light skin tone | white hair | woman
+ woman: light skin tone, white hair
+ adult | lady | medium-light skin tone | white hair | woman
+ woman: medium-light skin tone, white hair
+ adult | lady | medium skin tone | white hair | woman
+ woman: medium skin tone, white hair
+ adult | lady | medium-dark skin tone | white hair | woman
+ woman: medium-dark skin tone, white hair
+ adult | dark skin tone | lady | white hair | woman
+ woman: dark skin tone, white hair
+ adult | bald | lady | woman
+ woman: bald
+ adult | bald | lady | light skin tone | woman
+ woman: light skin tone, bald
+ adult | bald | lady | medium-light skin tone | woman
+ woman: medium-light skin tone, bald
+ adult | bald | lady | medium skin tone | woman
+ woman: medium skin tone, bald
+ adult | bald | lady | medium-dark skin tone | woman
+ woman: medium-dark skin tone, bald
+ adult | bald | dark skin tone | lady | woman
+ woman: dark skin tone, bald
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: light skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-light skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-light skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-light skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-light skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium skin tone, medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-dark skin tone, dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: dark skin tone, light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: dark skin tone, medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: dark skin tone, medium skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: dark skin tone, medium-dark skin tone
+ adult | elderly | grandparent | light skin tone | old | person | wise
+ older person: light skin tone
+ adult | elderly | grandparent | medium-light skin tone | old | person | wise
+ older person: medium-light skin tone
+ adult | elderly | grandparent | medium skin tone | old | person | wise
+ older person: medium skin tone
+ adult | elderly | grandparent | medium-dark skin tone | old | person | wise
+ older person: medium-dark skin tone
+ adult | dark skin tone | elderly | grandparent | old | person | wise
+ older person: dark skin tone
+ adult | bald | elderly | gramps | grandfather | grandpa | light skin tone | man | old | wise
+ old man: light skin tone
+ adult | bald | elderly | gramps | grandfather | grandpa | man | medium-light skin tone | old | wise
+ old man: medium-light skin tone
+ adult | bald | elderly | gramps | grandfather | grandpa | man | medium skin tone | old | wise
+ old man: medium skin tone
+ adult | bald | elderly | gramps | grandfather | grandpa | man | medium-dark skin tone | old | wise
+ old man: medium-dark skin tone
+ adult | bald | dark skin tone | elderly | gramps | grandfather | grandpa | man | old | wise
+ old man: dark skin tone
+ adult | elderly | grandma | grandmother | granny | lady | light skin tone | old | wise | woman
+ old woman: light skin tone
+ adult | elderly | grandma | grandmother | granny | lady | medium-light skin tone | old | wise | woman
+ old woman: medium-light skin tone
+ adult | elderly | grandma | grandmother | granny | lady | medium skin tone | old | wise | woman
+ old woman: medium skin tone
+ adult | elderly | grandma | grandmother | granny | lady | medium-dark skin tone | old | wise | woman
+ old woman: medium-dark skin tone
+ adult | dark skin tone | elderly | grandma | grandmother | granny | lady | old | wise | woman
+ old woman: dark skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | light skin tone | person | upset
+ person frowning: light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium-light skin tone | person | upset
+ person frowning: medium-light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium skin tone | person | upset
+ person frowning: medium skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium-dark skin tone | person | upset
+ person frowning: medium-dark skin tone
+ annoyed | dark skin tone | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | person | upset
+ person frowning: dark skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | light skin tone | man | upset
+ man frowning: light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | man | medium-light skin tone | upset
+ man frowning: medium-light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | man | medium skin tone | upset
+ man frowning: medium skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | man | medium-dark skin tone | upset
+ man frowning: medium-dark skin tone
+ annoyed | dark skin tone | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | man | upset
+ man frowning: dark skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | light skin tone | upset | woman
+ woman frowning: light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium-light skin tone | upset | woman
+ woman frowning: medium-light skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium skin tone | upset | woman
+ woman frowning: medium skin tone
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | medium-dark skin tone | upset | woman
+ woman frowning: medium-dark skin tone
+ annoyed | dark skin tone | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | upset | woman
+ woman frowning: dark skin tone
+ disappointed | downtrodden | frown | grimace | light skin tone | person | pouting | scowl | sulk | upset | whine
+ person pouting: light skin tone
+ disappointed | downtrodden | frown | grimace | medium-light skin tone | person | pouting | scowl | sulk | upset | whine
+ person pouting: medium-light skin tone
+ disappointed | downtrodden | frown | grimace | medium skin tone | person | pouting | scowl | sulk | upset | whine
+ person pouting: medium skin tone
+ disappointed | downtrodden | frown | grimace | medium-dark skin tone | person | pouting | scowl | sulk | upset | whine
+ person pouting: medium-dark skin tone
+ dark skin tone | disappointed | downtrodden | frown | grimace | person | pouting | scowl | sulk | upset | whine
+ person pouting: dark skin tone
+ disappointed | downtrodden | frown | grimace | light skin tone | man | pouting | scowl | sulk | upset | whine
+ man pouting: light skin tone
+ disappointed | downtrodden | frown | grimace | man | medium-light skin tone | pouting | scowl | sulk | upset | whine
+ man pouting: medium-light skin tone
+ disappointed | downtrodden | frown | grimace | man | medium skin tone | pouting | scowl | sulk | upset | whine
+ man pouting: medium skin tone
+ disappointed | downtrodden | frown | grimace | man | medium-dark skin tone | pouting | scowl | sulk | upset | whine
+ man pouting: medium-dark skin tone
+ dark skin tone | disappointed | downtrodden | frown | grimace | man | pouting | scowl | sulk | upset | whine
+ man pouting: dark skin tone
+ disappointed | downtrodden | frown | grimace | light skin tone | pouting | scowl | sulk | upset | whine | woman
+ woman pouting: light skin tone
+ disappointed | downtrodden | frown | grimace | medium-light skin tone | pouting | scowl | sulk | upset | whine | woman
+ woman pouting: medium-light skin tone
+ disappointed | downtrodden | frown | grimace | medium skin tone | pouting | scowl | sulk | upset | whine | woman
+ woman pouting: medium skin tone
+ disappointed | downtrodden | frown | grimace | medium-dark skin tone | pouting | scowl | sulk | upset | whine | woman
+ woman pouting: medium-dark skin tone
+ dark skin tone | disappointed | downtrodden | frown | grimace | pouting | scowl | sulk | upset | whine | woman
+ woman pouting: dark skin tone
+ forbidden | gesture | hand | light skin tone | NO | not | person | prohibit
+ person gesturing NO: light skin tone
+ forbidden | gesture | hand | medium-light skin tone | NO | not | person | prohibit
+ person gesturing NO: medium-light skin tone
+ forbidden | gesture | hand | medium skin tone | NO | not | person | prohibit
+ person gesturing NO: medium skin tone
+ forbidden | gesture | hand | medium-dark skin tone | NO | not | person | prohibit
+ person gesturing NO: medium-dark skin tone
+ dark skin tone | forbidden | gesture | hand | NO | not | person | prohibit
+ person gesturing NO: dark skin tone
+ forbidden | gesture | hand | light skin tone | man | NO | not | prohibit
+ man gesturing NO: light skin tone
+ forbidden | gesture | hand | man | medium-light skin tone | NO | not | prohibit
+ man gesturing NO: medium-light skin tone
+ forbidden | gesture | hand | man | medium skin tone | NO | not | prohibit
+ man gesturing NO: medium skin tone
+ forbidden | gesture | hand | man | medium-dark skin tone | NO | not | prohibit
+ man gesturing NO: medium-dark skin tone
+ dark skin tone | forbidden | gesture | hand | man | NO | not | prohibit
+ man gesturing NO: dark skin tone
+ forbidden | gesture | hand | light skin tone | NO | not | prohibit | woman
+ woman gesturing NO: light skin tone
+ forbidden | gesture | hand | medium-light skin tone | NO | not | prohibit | woman
+ woman gesturing NO: medium-light skin tone
+ forbidden | gesture | hand | medium skin tone | NO | not | prohibit | woman
+ woman gesturing NO: medium skin tone
+ forbidden | gesture | hand | medium-dark skin tone | NO | not | prohibit | woman
+ woman gesturing NO: medium-dark skin tone
+ dark skin tone | forbidden | gesture | hand | NO | not | prohibit | woman
+ woman gesturing NO: dark skin tone
+ exercise | gesture | gesturing | hand | light skin tone | OK | omg | person
+ person gesturing OK: light skin tone
+ exercise | gesture | gesturing | hand | medium-light skin tone | OK | omg | person
+ person gesturing OK: medium-light skin tone
+ exercise | gesture | gesturing | hand | medium skin tone | OK | omg | person
+ person gesturing OK: medium skin tone
+ exercise | gesture | gesturing | hand | medium-dark skin tone | OK | omg | person
+ person gesturing OK: medium-dark skin tone
+ dark skin tone | exercise | gesture | gesturing | hand | OK | omg | person
+ person gesturing OK: dark skin tone
+ exercise | gesture | gesturing | hand | light skin tone | man | OK | omg
+ man gesturing OK: light skin tone
+ exercise | gesture | gesturing | hand | man | medium-light skin tone | OK | omg
+ man gesturing OK: medium-light skin tone
+ exercise | gesture | gesturing | hand | man | medium skin tone | OK | omg
+ man gesturing OK: medium skin tone
+ exercise | gesture | gesturing | hand | man | medium-dark skin tone | OK | omg
+ man gesturing OK: medium-dark skin tone
+ dark skin tone | exercise | gesture | gesturing | hand | man | OK | omg
+ man gesturing OK: dark skin tone
+ exercise | gesture | gesturing | hand | light skin tone | OK | omg | woman
+ woman gesturing OK: light skin tone
+ exercise | gesture | gesturing | hand | medium-light skin tone | OK | omg | woman
+ woman gesturing OK: medium-light skin tone
+ exercise | gesture | gesturing | hand | medium skin tone | OK | omg | woman
+ woman gesturing OK: medium skin tone
+ exercise | gesture | gesturing | hand | medium-dark skin tone | OK | omg | woman
+ woman gesturing OK: medium-dark skin tone
+ dark skin tone | exercise | gesture | gesturing | hand | OK | omg | woman
+ woman gesturing OK: dark skin tone
+ fetch | flick | flip | gossip | hand | light skin tone | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand: light skin tone
+ fetch | flick | flip | gossip | hand | medium-light skin tone | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand: medium-light skin tone
+ fetch | flick | flip | gossip | hand | medium skin tone | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand: medium skin tone
+ fetch | flick | flip | gossip | hand | medium-dark skin tone | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand: medium-dark skin tone
+ dark skin tone | fetch | flick | flip | gossip | hand | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand: dark skin tone
+ fetch | flick | flip | gossip | hand | light skin tone | man | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand: light skin tone
+ fetch | flick | flip | gossip | hand | man | medium-light skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand: medium-light skin tone
+ fetch | flick | flip | gossip | hand | man | medium skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand: medium skin tone
+ fetch | flick | flip | gossip | hand | man | medium-dark skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand: medium-dark skin tone
+ dark skin tone | fetch | flick | flip | gossip | hand | man | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand: dark skin tone
+ fetch | flick | flip | gossip | hand | light skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand: light skin tone
+ fetch | flick | flip | gossip | hand | medium-light skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand: medium-light skin tone
+ fetch | flick | flip | gossip | hand | medium skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand: medium skin tone
+ fetch | flick | flip | gossip | hand | medium-dark skin tone | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand: medium-dark skin tone
+ dark skin tone | fetch | flick | flip | gossip | hand | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand: dark skin tone
+ gesture | hand | here | know | light skin tone | me | person | pick | question | raise | raising
+ person raising hand: light skin tone
+ gesture | hand | here | know | me | medium-light skin tone | person | pick | question | raise | raising
+ person raising hand: medium-light skin tone
+ gesture | hand | here | know | me | medium skin tone | person | pick | question | raise | raising
+ person raising hand: medium skin tone
+ gesture | hand | here | know | me | medium-dark skin tone | person | pick | question | raise | raising
+ person raising hand: medium-dark skin tone
+ dark skin tone | gesture | hand | here | know | me | person | pick | question | raise | raising
+ person raising hand: dark skin tone
+ gesture | hand | here | know | light skin tone | man | me | pick | question | raise | raising
+ man raising hand: light skin tone
+ gesture | hand | here | know | man | me | medium-light skin tone | pick | question | raise | raising
+ man raising hand: medium-light skin tone
+ gesture | hand | here | know | man | me | medium skin tone | pick | question | raise | raising
+ man raising hand: medium skin tone
+ gesture | hand | here | know | man | me | medium-dark skin tone | pick | question | raise | raising
+ man raising hand: medium-dark skin tone
+ dark skin tone | gesture | hand | here | know | man | me | pick | question | raise | raising
+ man raising hand: dark skin tone
+ gesture | hand | here | know | light skin tone | me | pick | question | raise | raising | woman
+ woman raising hand: light skin tone
+ gesture | hand | here | know | me | medium-light skin tone | pick | question | raise | raising | woman
+ woman raising hand: medium-light skin tone
+ gesture | hand | here | know | me | medium skin tone | pick | question | raise | raising | woman
+ woman raising hand: medium skin tone
+ gesture | hand | here | know | me | medium-dark skin tone | pick | question | raise | raising | woman
+ woman raising hand: medium-dark skin tone
+ dark skin tone | gesture | hand | here | know | me | pick | question | raise | raising | woman
+ woman raising hand: dark skin tone
+ accessibility | deaf | ear | gesture | hear | light skin tone | person
+ deaf person: light skin tone
+ accessibility | deaf | ear | gesture | hear | medium-light skin tone | person
+ deaf person: medium-light skin tone
+ accessibility | deaf | ear | gesture | hear | medium skin tone | person
+ deaf person: medium skin tone
+ accessibility | deaf | ear | gesture | hear | medium-dark skin tone | person
+ deaf person: medium-dark skin tone
+ accessibility | dark skin tone | deaf | ear | gesture | hear | person
+ deaf person: dark skin tone
+ accessibility | deaf | ear | gesture | hear | light skin tone | man
+ deaf man: light skin tone
+ accessibility | deaf | ear | gesture | hear | man | medium-light skin tone
+ deaf man: medium-light skin tone
+ accessibility | deaf | ear | gesture | hear | man | medium skin tone
+ deaf man: medium skin tone
+ accessibility | deaf | ear | gesture | hear | man | medium-dark skin tone
+ deaf man: medium-dark skin tone
+ accessibility | dark skin tone | deaf | ear | gesture | hear | man
+ deaf man: dark skin tone
+ accessibility | deaf | ear | gesture | hear | light skin tone | woman
+ deaf woman: light skin tone
+ accessibility | deaf | ear | gesture | hear | medium-light skin tone | woman
+ deaf woman: medium-light skin tone
+ accessibility | deaf | ear | gesture | hear | medium skin tone | woman
+ deaf woman: medium skin tone
+ accessibility | deaf | ear | gesture | hear | medium-dark skin tone | woman
+ deaf woman: medium-dark skin tone
+ accessibility | dark skin tone | deaf | ear | gesture | hear | woman
+ deaf woman: dark skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | light skin tone | meditate | meditation | person | pity | regret | sorry
+ person bowing: light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium-light skin tone | person | pity | regret | sorry
+ person bowing: medium-light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium skin tone | person | pity | regret | sorry
+ person bowing: medium skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium-dark skin tone | person | pity | regret | sorry
+ person bowing: medium-dark skin tone
+ apology | ask | beg | bow | bowing | dark skin tone | favor | forgive | gesture | meditate | meditation | person | pity | regret | sorry
+ person bowing: dark skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | light skin tone | man | meditate | meditation | pity | regret | sorry
+ man bowing: light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | man | meditate | meditation | medium-light skin tone | pity | regret | sorry
+ man bowing: medium-light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | man | meditate | meditation | medium skin tone | pity | regret | sorry
+ man bowing: medium skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | man | meditate | meditation | medium-dark skin tone | pity | regret | sorry
+ man bowing: medium-dark skin tone
+ apology | ask | beg | bow | bowing | dark skin tone | favor | forgive | gesture | man | meditate | meditation | pity | regret | sorry
+ man bowing: dark skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | light skin tone | meditate | meditation | pity | regret | sorry | woman
+ woman bowing: light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium-light skin tone | pity | regret | sorry | woman
+ woman bowing: medium-light skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium skin tone | pity | regret | sorry | woman
+ woman bowing: medium skin tone
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | medium-dark skin tone | pity | regret | sorry | woman
+ woman bowing: medium-dark skin tone
+ apology | ask | beg | bow | bowing | dark skin tone | favor | forgive | gesture | meditate | meditation | pity | regret | sorry | woman
+ woman bowing: dark skin tone
+ again | bewilder | disbelief | exasperation | facepalm | light skin tone | no | not | oh | omg | person | shock | smh
+ person facepalming: light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium-light skin tone | no | not | oh | omg | person | shock | smh
+ person facepalming: medium-light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium skin tone | no | not | oh | omg | person | shock | smh
+ person facepalming: medium skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium-dark skin tone | no | not | oh | omg | person | shock | smh
+ person facepalming: medium-dark skin tone
+ again | bewilder | dark skin tone | disbelief | exasperation | facepalm | no | not | oh | omg | person | shock | smh
+ person facepalming: dark skin tone
+ again | bewilder | disbelief | exasperation | facepalm | light skin tone | man | no | not | oh | omg | shock | smh
+ man facepalming: light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | man | medium-light skin tone | no | not | oh | omg | shock | smh
+ man facepalming: medium-light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | man | medium skin tone | no | not | oh | omg | shock | smh
+ man facepalming: medium skin tone
+ again | bewilder | disbelief | exasperation | facepalm | man | medium-dark skin tone | no | not | oh | omg | shock | smh
+ man facepalming: medium-dark skin tone
+ again | bewilder | dark skin tone | disbelief | exasperation | facepalm | man | no | not | oh | omg | shock | smh
+ man facepalming: dark skin tone
+ again | bewilder | disbelief | exasperation | facepalm | light skin tone | no | not | oh | omg | shock | smh | woman
+ woman facepalming: light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium-light skin tone | no | not | oh | omg | shock | smh | woman
+ woman facepalming: medium-light skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium skin tone | no | not | oh | omg | shock | smh | woman
+ woman facepalming: medium skin tone
+ again | bewilder | disbelief | exasperation | facepalm | medium-dark skin tone | no | not | oh | omg | shock | smh | woman
+ woman facepalming: medium-dark skin tone
+ again | bewilder | dark skin tone | disbelief | exasperation | facepalm | no | not | oh | omg | shock | smh | woman
+ woman facepalming: dark skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | light skin tone | maybe | person | shrug | shrugging | whatever | who
+ person shrugging: light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium-light skin tone | person | shrug | shrugging | whatever | who
+ person shrugging: medium-light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium skin tone | person | shrug | shrugging | whatever | who
+ person shrugging: medium skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium-dark skin tone | person | shrug | shrugging | whatever | who
+ person shrugging: medium-dark skin tone
+ dark skin tone | doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | person | shrug | shrugging | whatever | who
+ person shrugging: dark skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | light skin tone | man | maybe | shrug | shrugging | whatever | who
+ man shrugging: light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | man | maybe | medium-light skin tone | shrug | shrugging | whatever | who
+ man shrugging: medium-light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | man | maybe | medium skin tone | shrug | shrugging | whatever | who
+ man shrugging: medium skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | man | maybe | medium-dark skin tone | shrug | shrugging | whatever | who
+ man shrugging: medium-dark skin tone
+ dark skin tone | doubt | dunno | guess | idk | ignorance | indifference | knows | man | maybe | shrug | shrugging | whatever | who
+ man shrugging: dark skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | light skin tone | maybe | shrug | shrugging | whatever | who | woman
+ woman shrugging: light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium-light skin tone | shrug | shrugging | whatever | who | woman
+ woman shrugging: medium-light skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium skin tone | shrug | shrugging | whatever | who | woman
+ woman shrugging: medium skin tone
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | medium-dark skin tone | shrug | shrugging | whatever | who | woman
+ woman shrugging: medium-dark skin tone
+ dark skin tone | doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | shrug | shrugging | whatever | who | woman
+ woman shrugging: dark skin tone
+ doctor | health | healthcare | light skin tone | nurse | therapist | worker
+ health worker: light skin tone
+ doctor | health | healthcare | medium-light skin tone | nurse | therapist | worker
+ health worker: medium-light skin tone
+ doctor | health | healthcare | medium skin tone | nurse | therapist | worker
+ health worker: medium skin tone
+ doctor | health | healthcare | medium-dark skin tone | nurse | therapist | worker
+ health worker: medium-dark skin tone
+ dark skin tone | doctor | health | healthcare | nurse | therapist | worker
+ health worker: dark skin tone
+ doctor | health | healthcare | light skin tone | man | nurse | therapist | worker
+ man health worker: light skin tone
+ doctor | health | healthcare | man | medium-light skin tone | nurse | therapist | worker
+ man health worker: medium-light skin tone
+ doctor | health | healthcare | man | medium skin tone | nurse | therapist | worker
+ man health worker: medium skin tone
+ doctor | health | healthcare | man | medium-dark skin tone | nurse | therapist | worker
+ man health worker: medium-dark skin tone
+ dark skin tone | doctor | health | healthcare | man | nurse | therapist | worker
+ man health worker: dark skin tone
+ doctor | health | healthcare | light skin tone | nurse | therapist | woman | worker
+ woman health worker: light skin tone
+ doctor | health | healthcare | medium-light skin tone | nurse | therapist | woman | worker
+ woman health worker: medium-light skin tone
+ doctor | health | healthcare | medium skin tone | nurse | therapist | woman | worker
+ woman health worker: medium skin tone
+ doctor | health | healthcare | medium-dark skin tone | nurse | therapist | woman | worker
+ woman health worker: medium-dark skin tone
+ dark skin tone | doctor | health | healthcare | nurse | therapist | woman | worker
+ woman health worker: dark skin tone
+ graduate | light skin tone | student
+ student: light skin tone
+ graduate | medium-light skin tone | student
+ student: medium-light skin tone
+ graduate | medium skin tone | student
+ student: medium skin tone
+ graduate | medium-dark skin tone | student
+ student: medium-dark skin tone
+ dark skin tone | graduate | student
+ student: dark skin tone
+ graduate | light skin tone | man | student
+ man student: light skin tone
+ graduate | man | medium-light skin tone | student
+ man student: medium-light skin tone
+ graduate | man | medium skin tone | student
+ man student: medium skin tone
+ graduate | man | medium-dark skin tone | student
+ man student: medium-dark skin tone
+ dark skin tone | graduate | man | student
+ man student: dark skin tone
+ graduate | light skin tone | student | woman
+ woman student: light skin tone
+ graduate | medium-light skin tone | student | woman
+ woman student: medium-light skin tone
+ graduate | medium skin tone | student | woman
+ woman student: medium skin tone
+ graduate | medium-dark skin tone | student | woman
+ woman student: medium-dark skin tone
+ dark skin tone | graduate | student | woman
+ woman student: dark skin tone
+ instructor | lecturer | light skin tone | professor | teacher
+ teacher: light skin tone
+ instructor | lecturer | medium-light skin tone | professor | teacher
+ teacher: medium-light skin tone
+ instructor | lecturer | medium skin tone | professor | teacher
+ teacher: medium skin tone
+ instructor | lecturer | medium-dark skin tone | professor | teacher
+ teacher: medium-dark skin tone
+ dark skin tone | instructor | lecturer | professor | teacher
+ teacher: dark skin tone
+ instructor | lecturer | light skin tone | man | professor | teacher
+ man teacher: light skin tone
+ instructor | lecturer | man | medium-light skin tone | professor | teacher
+ man teacher: medium-light skin tone
+ instructor | lecturer | man | medium skin tone | professor | teacher
+ man teacher: medium skin tone
+ instructor | lecturer | man | medium-dark skin tone | professor | teacher
+ man teacher: medium-dark skin tone
+ dark skin tone | instructor | lecturer | man | professor | teacher
+ man teacher: dark skin tone
+ instructor | lecturer | light skin tone | professor | teacher | woman
+ woman teacher: light skin tone
+ instructor | lecturer | medium-light skin tone | professor | teacher | woman
+ woman teacher: medium-light skin tone
+ instructor | lecturer | medium skin tone | professor | teacher | woman
+ woman teacher: medium skin tone
+ instructor | lecturer | medium-dark skin tone | professor | teacher | woman
+ woman teacher: medium-dark skin tone
+ dark skin tone | instructor | lecturer | professor | teacher | woman
+ woman teacher: dark skin tone
+ judge | justice | law | light skin tone | scales
+ judge: light skin tone
+ judge | justice | law | medium-light skin tone | scales
+ judge: medium-light skin tone
+ judge | justice | law | medium skin tone | scales
+ judge: medium skin tone
+ judge | justice | law | medium-dark skin tone | scales
+ judge: medium-dark skin tone
+ dark skin tone | judge | justice | law | scales
+ judge: dark skin tone
+ judge | justice | law | light skin tone | man | scales
+ man judge: light skin tone
+ judge | justice | law | man | medium-light skin tone | scales
+ man judge: medium-light skin tone
+ judge | justice | law | man | medium skin tone | scales
+ man judge: medium skin tone
+ judge | justice | law | man | medium-dark skin tone | scales
+ man judge: medium-dark skin tone
+ dark skin tone | judge | justice | law | man | scales
+ man judge: dark skin tone
+ judge | justice | law | light skin tone | scales | woman
+ woman judge: light skin tone
+ judge | justice | law | medium-light skin tone | scales | woman
+ woman judge: medium-light skin tone
+ judge | justice | law | medium skin tone | scales | woman
+ woman judge: medium skin tone
+ judge | justice | law | medium-dark skin tone | scales | woman
+ woman judge: medium-dark skin tone
+ dark skin tone | judge | justice | law | scales | woman
+ woman judge: dark skin tone
+ farmer | gardener | light skin tone | rancher
+ farmer: light skin tone
+ farmer | gardener | medium-light skin tone | rancher
+ farmer: medium-light skin tone
+ farmer | gardener | medium skin tone | rancher
+ farmer: medium skin tone
+ farmer | gardener | medium-dark skin tone | rancher
+ farmer: medium-dark skin tone
+ dark skin tone | farmer | gardener | rancher
+ farmer: dark skin tone
+ farmer | gardener | light skin tone | man | rancher
+ man farmer: light skin tone
+ farmer | gardener | man | medium-light skin tone | rancher
+ man farmer: medium-light skin tone
+ farmer | gardener | man | medium skin tone | rancher
+ man farmer: medium skin tone
+ farmer | gardener | man | medium-dark skin tone | rancher
+ man farmer: medium-dark skin tone
+ dark skin tone | farmer | gardener | man | rancher
+ man farmer: dark skin tone
+ farmer | gardener | light skin tone | rancher | woman
+ woman farmer: light skin tone
+ farmer | gardener | medium-light skin tone | rancher | woman
+ woman farmer: medium-light skin tone
+ farmer | gardener | medium skin tone | rancher | woman
+ woman farmer: medium skin tone
+ farmer | gardener | medium-dark skin tone | rancher | woman
+ woman farmer: medium-dark skin tone
+ dark skin tone | farmer | gardener | rancher | woman
+ woman farmer: dark skin tone
+ chef | cook | light skin tone
+ cook: light skin tone
+ chef | cook | medium-light skin tone
+ cook: medium-light skin tone
+ chef | cook | medium skin tone
+ cook: medium skin tone
+ chef | cook | medium-dark skin tone
+ cook: medium-dark skin tone
+ chef | cook | dark skin tone
+ cook: dark skin tone
+ chef | cook | light skin tone | man
+ man cook: light skin tone
+ chef | cook | man | medium-light skin tone
+ man cook: medium-light skin tone
+ chef | cook | man | medium skin tone
+ man cook: medium skin tone
+ chef | cook | man | medium-dark skin tone
+ man cook: medium-dark skin tone
+ chef | cook | dark skin tone | man
+ man cook: dark skin tone
+ chef | cook | light skin tone | woman
+ woman cook: light skin tone
+ chef | cook | medium-light skin tone | woman
+ woman cook: medium-light skin tone
+ chef | cook | medium skin tone | woman
+ woman cook: medium skin tone
+ chef | cook | medium-dark skin tone | woman
+ woman cook: medium-dark skin tone
+ chef | cook | dark skin tone | woman
+ woman cook: dark skin tone
+ electrician | light skin tone | mechanic | plumber | tradesperson
+ mechanic: light skin tone
+ electrician | mechanic | medium-light skin tone | plumber | tradesperson
+ mechanic: medium-light skin tone
+ electrician | mechanic | medium skin tone | plumber | tradesperson
+ mechanic: medium skin tone
+ electrician | mechanic | medium-dark skin tone | plumber | tradesperson
+ mechanic: medium-dark skin tone
+ dark skin tone | electrician | mechanic | plumber | tradesperson
+ mechanic: dark skin tone
+ electrician | light skin tone | man | mechanic | plumber | tradesperson
+ man mechanic: light skin tone
+ electrician | man | mechanic | medium-light skin tone | plumber | tradesperson
+ man mechanic: medium-light skin tone
+ electrician | man | mechanic | medium skin tone | plumber | tradesperson
+ man mechanic: medium skin tone
+ electrician | man | mechanic | medium-dark skin tone | plumber | tradesperson
+ man mechanic: medium-dark skin tone
+ dark skin tone | electrician | man | mechanic | plumber | tradesperson
+ man mechanic: dark skin tone
+ electrician | light skin tone | mechanic | plumber | tradesperson | woman
+ woman mechanic: light skin tone
+ electrician | mechanic | medium-light skin tone | plumber | tradesperson | woman
+ woman mechanic: medium-light skin tone
+ electrician | mechanic | medium skin tone | plumber | tradesperson | woman
+ woman mechanic: medium skin tone
+ electrician | mechanic | medium-dark skin tone | plumber | tradesperson | woman
+ woman mechanic: medium-dark skin tone
+ dark skin tone | electrician | mechanic | plumber | tradesperson | woman
+ woman mechanic: dark skin tone
+ assembly | factory | industrial | light skin tone | worker
+ factory worker: light skin tone
+ assembly | factory | industrial | medium-light skin tone | worker
+ factory worker: medium-light skin tone
+ assembly | factory | industrial | medium skin tone | worker
+ factory worker: medium skin tone
+ assembly | factory | industrial | medium-dark skin tone | worker
+ factory worker: medium-dark skin tone
+ assembly | dark skin tone | factory | industrial | worker
+ factory worker: dark skin tone
+ assembly | factory | industrial | light skin tone | man | worker
+ man factory worker: light skin tone
+ assembly | factory | industrial | man | medium-light skin tone | worker
+ man factory worker: medium-light skin tone
+ assembly | factory | industrial | man | medium skin tone | worker
+ man factory worker: medium skin tone
+ assembly | factory | industrial | man | medium-dark skin tone | worker
+ man factory worker: medium-dark skin tone
+ assembly | dark skin tone | factory | industrial | man | worker
+ man factory worker: dark skin tone
+ assembly | factory | industrial | light skin tone | woman | worker
+ woman factory worker: light skin tone
+ assembly | factory | industrial | medium-light skin tone | woman | worker
+ woman factory worker: medium-light skin tone
+ assembly | factory | industrial | medium skin tone | woman | worker
+ woman factory worker: medium skin tone
+ assembly | factory | industrial | medium-dark skin tone | woman | worker
+ woman factory worker: medium-dark skin tone
+ assembly | dark skin tone | factory | industrial | woman | worker
+ woman factory worker: dark skin tone
+ architect | business | light skin tone | manager | office | white-collar | worker
+ office worker: light skin tone
+ architect | business | manager | medium-light skin tone | office | white-collar | worker
+ office worker: medium-light skin tone
+ architect | business | manager | medium skin tone | office | white-collar | worker
+ office worker: medium skin tone
+ architect | business | manager | medium-dark skin tone | office | white-collar | worker
+ office worker: medium-dark skin tone
+ architect | business | dark skin tone | manager | office | white-collar | worker
+ office worker: dark skin tone
+ architect | business | light skin tone | man | manager | office | white-collar | worker
+ man office worker: light skin tone
+ architect | business | man | manager | medium-light skin tone | office | white-collar | worker
+ man office worker: medium-light skin tone
+ architect | business | man | manager | medium skin tone | office | white-collar | worker
+ man office worker: medium skin tone
+ architect | business | man | manager | medium-dark skin tone | office | white-collar | worker
+ man office worker: medium-dark skin tone
+ architect | business | dark skin tone | man | manager | office | white-collar | worker
+ man office worker: dark skin tone
+ architect | business | light skin tone | manager | office | white-collar | woman | worker
+ woman office worker: light skin tone
+ architect | business | manager | medium-light skin tone | office | white-collar | woman | worker
+ woman office worker: medium-light skin tone
+ architect | business | manager | medium skin tone | office | white-collar | woman | worker
+ woman office worker: medium skin tone
+ architect | business | manager | medium-dark skin tone | office | white-collar | woman | worker
+ woman office worker: medium-dark skin tone
+ architect | business | dark skin tone | manager | office | white-collar | woman | worker
+ woman office worker: dark skin tone
+ biologist | chemist | engineer | light skin tone | mathematician | physicist | scientist
+ scientist: light skin tone
+ biologist | chemist | engineer | mathematician | medium-light skin tone | physicist | scientist
+ scientist: medium-light skin tone
+ biologist | chemist | engineer | mathematician | medium skin tone | physicist | scientist
+ scientist: medium skin tone
+ biologist | chemist | engineer | mathematician | medium-dark skin tone | physicist | scientist
+ scientist: medium-dark skin tone
+ biologist | chemist | dark skin tone | engineer | mathematician | physicist | scientist
+ scientist: dark skin tone
+ biologist | chemist | engineer | light skin tone | man | mathematician | physicist | scientist
+ man scientist: light skin tone
+ biologist | chemist | engineer | man | mathematician | medium-light skin tone | physicist | scientist
+ man scientist: medium-light skin tone
+ biologist | chemist | engineer | man | mathematician | medium skin tone | physicist | scientist
+ man scientist: medium skin tone
+ biologist | chemist | engineer | man | mathematician | medium-dark skin tone | physicist | scientist
+ man scientist: medium-dark skin tone
+ biologist | chemist | dark skin tone | engineer | man | mathematician | physicist | scientist
+ man scientist: dark skin tone
+ biologist | chemist | engineer | light skin tone | mathematician | physicist | scientist | woman
+ woman scientist: light skin tone
+ biologist | chemist | engineer | mathematician | medium-light skin tone | physicist | scientist | woman
+ woman scientist: medium-light skin tone
+ biologist | chemist | engineer | mathematician | medium skin tone | physicist | scientist | woman
+ woman scientist: medium skin tone
+ biologist | chemist | engineer | mathematician | medium-dark skin tone | physicist | scientist | woman
+ woman scientist: medium-dark skin tone
+ biologist | chemist | dark skin tone | engineer | mathematician | physicist | scientist | woman
+ woman scientist: dark skin tone
+ coder | computer | developer | inventor | light skin tone | software | technologist
+ technologist: light skin tone
+ coder | computer | developer | inventor | medium-light skin tone | software | technologist
+ technologist: medium-light skin tone
+ coder | computer | developer | inventor | medium skin tone | software | technologist
+ technologist: medium skin tone
+ coder | computer | developer | inventor | medium-dark skin tone | software | technologist
+ technologist: medium-dark skin tone
+ coder | computer | dark skin tone | developer | inventor | software | technologist
+ technologist: dark skin tone
+ coder | computer | developer | inventor | light skin tone | man | software | technologist
+ man technologist: light skin tone
+ coder | computer | developer | inventor | man | medium-light skin tone | software | technologist
+ man technologist: medium-light skin tone
+ coder | computer | developer | inventor | man | medium skin tone | software | technologist
+ man technologist: medium skin tone
+ coder | computer | developer | inventor | man | medium-dark skin tone | software | technologist
+ man technologist: medium-dark skin tone
+ coder | computer | dark skin tone | developer | inventor | man | software | technologist
+ man technologist: dark skin tone
+ coder | computer | developer | inventor | light skin tone | software | technologist | woman
+ woman technologist: light skin tone
+ coder | computer | developer | inventor | medium-light skin tone | software | technologist | woman
+ woman technologist: medium-light skin tone
+ coder | computer | developer | inventor | medium skin tone | software | technologist | woman
+ woman technologist: medium skin tone
+ coder | computer | developer | inventor | medium-dark skin tone | software | technologist | woman
+ woman technologist: medium-dark skin tone
+ coder | computer | dark skin tone | developer | inventor | software | technologist | woman
+ woman technologist: dark skin tone
+ actor | entertainer | light skin tone | rock | rockstar | singer | star
+ singer: light skin tone
+ actor | entertainer | medium-light skin tone | rock | rockstar | singer | star
+ singer: medium-light skin tone
+ actor | entertainer | medium skin tone | rock | rockstar | singer | star
+ singer: medium skin tone
+ actor | entertainer | medium-dark skin tone | rock | rockstar | singer | star
+ singer: medium-dark skin tone
+ actor | dark skin tone | entertainer | rock | rockstar | singer | star
+ singer: dark skin tone
+ actor | entertainer | light skin tone | man | rock | rockstar | singer | star
+ man singer: light skin tone
+ actor | entertainer | man | medium-light skin tone | rock | rockstar | singer | star
+ man singer: medium-light skin tone
+ actor | entertainer | man | medium skin tone | rock | rockstar | singer | star
+ man singer: medium skin tone
+ actor | entertainer | man | medium-dark skin tone | rock | rockstar | singer | star
+ man singer: medium-dark skin tone
+ actor | dark skin tone | entertainer | man | rock | rockstar | singer | star
+ man singer: dark skin tone
+ actor | entertainer | light skin tone | rock | rockstar | singer | star | woman
+ woman singer: light skin tone
+ actor | entertainer | medium-light skin tone | rock | rockstar | singer | star | woman
+ woman singer: medium-light skin tone
+ actor | entertainer | medium skin tone | rock | rockstar | singer | star | woman
+ woman singer: medium skin tone
+ actor | entertainer | medium-dark skin tone | rock | rockstar | singer | star | woman
+ woman singer: medium-dark skin tone
+ actor | dark skin tone | entertainer | rock | rockstar | singer | star | woman
+ woman singer: dark skin tone
+ artist | light skin tone | palette
+ artist: light skin tone
+ artist | medium-light skin tone | palette
+ artist: medium-light skin tone
+ artist | medium skin tone | palette
+ artist: medium skin tone
+ artist | medium-dark skin tone | palette
+ artist: medium-dark skin tone
+ artist | dark skin tone | palette
+ artist: dark skin tone
+ artist | light skin tone | man | palette
+ man artist: light skin tone
+ artist | man | medium-light skin tone | palette
+ man artist: medium-light skin tone
+ artist | man | medium skin tone | palette
+ man artist: medium skin tone
+ artist | man | medium-dark skin tone | palette
+ man artist: medium-dark skin tone
+ artist | dark skin tone | man | palette
+ man artist: dark skin tone
+ artist | light skin tone | palette | woman
+ woman artist: light skin tone
+ artist | medium-light skin tone | palette | woman
+ woman artist: medium-light skin tone
+ artist | medium skin tone | palette | woman
+ woman artist: medium skin tone
+ artist | medium-dark skin tone | palette | woman
+ woman artist: medium-dark skin tone
+ artist | dark skin tone | palette | woman
+ woman artist: dark skin tone
+ light skin tone | pilot | plane
+ pilot: light skin tone
+ medium-light skin tone | pilot | plane
+ pilot: medium-light skin tone
+ medium skin tone | pilot | plane
+ pilot: medium skin tone
+ medium-dark skin tone | pilot | plane
+ pilot: medium-dark skin tone
+ dark skin tone | pilot | plane
+ pilot: dark skin tone
+ light skin tone | man | pilot | plane
+ man pilot: light skin tone
+ man | medium-light skin tone | pilot | plane
+ man pilot: medium-light skin tone
+ man | medium skin tone | pilot | plane
+ man pilot: medium skin tone
+ man | medium-dark skin tone | pilot | plane
+ man pilot: medium-dark skin tone
+ dark skin tone | man | pilot | plane
+ man pilot: dark skin tone
+ light skin tone | pilot | plane | woman
+ woman pilot: light skin tone
+ medium-light skin tone | pilot | plane | woman
+ woman pilot: medium-light skin tone
+ medium skin tone | pilot | plane | woman
+ woman pilot: medium skin tone
+ medium-dark skin tone | pilot | plane | woman
+ woman pilot: medium-dark skin tone
+ dark skin tone | pilot | plane | woman
+ woman pilot: dark skin tone
+ astronaut | light skin tone | rocket | space
+ astronaut: light skin tone
+ astronaut | medium-light skin tone | rocket | space
+ astronaut: medium-light skin tone
+ astronaut | medium skin tone | rocket | space
+ astronaut: medium skin tone
+ astronaut | medium-dark skin tone | rocket | space
+ astronaut: medium-dark skin tone
+ astronaut | dark skin tone | rocket | space
+ astronaut: dark skin tone
+ astronaut | light skin tone | man | rocket | space
+ man astronaut: light skin tone
+ astronaut | man | medium-light skin tone | rocket | space
+ man astronaut: medium-light skin tone
+ astronaut | man | medium skin tone | rocket | space
+ man astronaut: medium skin tone
+ astronaut | man | medium-dark skin tone | rocket | space
+ man astronaut: medium-dark skin tone
+ astronaut | dark skin tone | man | rocket | space
+ man astronaut: dark skin tone
+ astronaut | light skin tone | rocket | space | woman
+ woman astronaut: light skin tone
+ astronaut | medium-light skin tone | rocket | space | woman
+ woman astronaut: medium-light skin tone
+ astronaut | medium skin tone | rocket | space | woman
+ woman astronaut: medium skin tone
+ astronaut | medium-dark skin tone | rocket | space | woman
+ woman astronaut: medium-dark skin tone
+ astronaut | dark skin tone | rocket | space | woman
+ woman astronaut: dark skin tone
+ fire | firefighter | firetruck | light skin tone
+ firefighter: light skin tone
+ fire | firefighter | firetruck | medium-light skin tone
+ firefighter: medium-light skin tone
+ fire | firefighter | firetruck | medium skin tone
+ firefighter: medium skin tone
+ fire | firefighter | firetruck | medium-dark skin tone
+ firefighter: medium-dark skin tone
+ dark skin tone | fire | firefighter | firetruck
+ firefighter: dark skin tone
+ fire | firefighter | firetruck | light skin tone | man
+ man firefighter: light skin tone
+ fire | firefighter | firetruck | man | medium-light skin tone
+ man firefighter: medium-light skin tone
+ fire | firefighter | firetruck | man | medium skin tone
+ man firefighter: medium skin tone
+ fire | firefighter | firetruck | man | medium-dark skin tone
+ man firefighter: medium-dark skin tone
+ dark skin tone | fire | firefighter | firetruck | man
+ man firefighter: dark skin tone
+ fire | firefighter | firetruck | light skin tone | woman
+ woman firefighter: light skin tone
+ fire | firefighter | firetruck | medium-light skin tone | woman
+ woman firefighter: medium-light skin tone
+ fire | firefighter | firetruck | medium skin tone | woman
+ woman firefighter: medium skin tone
+ fire | firefighter | firetruck | medium-dark skin tone | woman
+ woman firefighter: medium-dark skin tone
+ dark skin tone | fire | firefighter | firetruck | woman
+ woman firefighter: dark skin tone
+ apprehend | arrest | citation | cop | law | light skin tone | officer | over | police | pulled | undercover
+ police officer: light skin tone
+ apprehend | arrest | citation | cop | law | medium-light skin tone | officer | over | police | pulled | undercover
+ police officer: medium-light skin tone
+ apprehend | arrest | citation | cop | law | medium skin tone | officer | over | police | pulled | undercover
+ police officer: medium skin tone
+ apprehend | arrest | citation | cop | law | medium-dark skin tone | officer | over | police | pulled | undercover
+ police officer: medium-dark skin tone
+ apprehend | arrest | citation | cop | dark skin tone | law | officer | over | police | pulled | undercover
+ police officer: dark skin tone
+ apprehend | arrest | citation | cop | law | light skin tone | man | officer | over | police | pulled | undercover
+ man police officer: light skin tone
+ apprehend | arrest | citation | cop | law | man | medium-light skin tone | officer | over | police | pulled | undercover
+ man police officer: medium-light skin tone
+ apprehend | arrest | citation | cop | law | man | medium skin tone | officer | over | police | pulled | undercover
+ man police officer: medium skin tone
+ apprehend | arrest | citation | cop | law | man | medium-dark skin tone | officer | over | police | pulled | undercover
+ man police officer: medium-dark skin tone
+ apprehend | arrest | citation | cop | dark skin tone | law | man | officer | over | police | pulled | undercover
+ man police officer: dark skin tone
+ apprehend | arrest | citation | cop | law | light skin tone | officer | over | police | pulled | undercover | woman
+ woman police officer: light skin tone
+ apprehend | arrest | citation | cop | law | medium-light skin tone | officer | over | police | pulled | undercover | woman
+ woman police officer: medium-light skin tone
+ apprehend | arrest | citation | cop | law | medium skin tone | officer | over | police | pulled | undercover | woman
+ woman police officer: medium skin tone
+ apprehend | arrest | citation | cop | law | medium-dark skin tone | officer | over | police | pulled | undercover | woman
+ woman police officer: medium-dark skin tone
+ apprehend | arrest | citation | cop | dark skin tone | law | officer | over | police | pulled | undercover | woman
+ woman police officer: dark skin tone
+ detective | light skin tone | sleuth | spy
+ detective: light skin tone
+ detective | medium-light skin tone | sleuth | spy
+ detective: medium-light skin tone
+ detective | medium skin tone | sleuth | spy
+ detective: medium skin tone
+ detective | medium-dark skin tone | sleuth | spy
+ detective: medium-dark skin tone
+ dark skin tone | detective | sleuth | spy
+ detective: dark skin tone
+ detective | light skin tone | man | sleuth | spy
+ man detective: light skin tone
+ detective | man | medium-light skin tone | sleuth | spy
+ man detective: medium-light skin tone
+ detective | man | medium skin tone | sleuth | spy
+ man detective: medium skin tone
+ detective | man | medium-dark skin tone | sleuth | spy
+ man detective: medium-dark skin tone
+ dark skin tone | detective | man | sleuth | spy
+ man detective: dark skin tone
+ detective | light skin tone | sleuth | spy | woman
+ woman detective: light skin tone
+ detective | medium-light skin tone | sleuth | spy | woman
+ woman detective: medium-light skin tone
+ detective | medium skin tone | sleuth | spy | woman
+ woman detective: medium skin tone
+ detective | medium-dark skin tone | sleuth | spy | woman
+ woman detective: medium-dark skin tone
+ dark skin tone | detective | sleuth | spy | woman
+ woman detective: dark skin tone
+ buckingham | guard | helmet | light skin tone | london | palace
+ guard: light skin tone
+ buckingham | guard | helmet | london | medium-light skin tone | palace
+ guard: medium-light skin tone
+ buckingham | guard | helmet | london | medium skin tone | palace
+ guard: medium skin tone
+ buckingham | guard | helmet | london | medium-dark skin tone | palace
+ guard: medium-dark skin tone
+ buckingham | dark skin tone | guard | helmet | london | palace
+ guard: dark skin tone
+ buckingham | guard | helmet | light skin tone | london | man | palace
+ man guard: light skin tone
+ buckingham | guard | helmet | london | man | medium-light skin tone | palace
+ man guard: medium-light skin tone
+ buckingham | guard | helmet | london | man | medium skin tone | palace
+ man guard: medium skin tone
+ buckingham | guard | helmet | london | man | medium-dark skin tone | palace
+ man guard: medium-dark skin tone
+ buckingham | dark skin tone | guard | helmet | london | man | palace
+ man guard: dark skin tone
+ buckingham | guard | helmet | light skin tone | london | palace | woman
+ woman guard: light skin tone
+ buckingham | guard | helmet | london | medium-light skin tone | palace | woman
+ woman guard: medium-light skin tone
+ buckingham | guard | helmet | london | medium skin tone | palace | woman
+ woman guard: medium skin tone
+ buckingham | guard | helmet | london | medium-dark skin tone | palace | woman
+ woman guard: medium-dark skin tone
+ buckingham | dark skin tone | guard | helmet | london | palace | woman
+ woman guard: dark skin tone
+ assassin | fight | fighter | hidden | light skin tone | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja: light skin tone
+ assassin | fight | fighter | hidden | medium-light skin tone | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja: medium-light skin tone
+ assassin | fight | fighter | hidden | medium skin tone | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja: medium skin tone
+ assassin | fight | fighter | hidden | medium-dark skin tone | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja: medium-dark skin tone
+ assassin | dark skin tone | fight | fighter | hidden | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja: dark skin tone
+ build | construction | fix | hardhat | hat | light skin tone | man | person | rebuild | remodel | repair | work | worker
+ construction worker: light skin tone
+ build | construction | fix | hardhat | hat | man | medium-light skin tone | person | rebuild | remodel | repair | work | worker
+ construction worker: medium-light skin tone
+ build | construction | fix | hardhat | hat | man | medium skin tone | person | rebuild | remodel | repair | work | worker
+ construction worker: medium skin tone
+ build | construction | fix | hardhat | hat | man | medium-dark skin tone | person | rebuild | remodel | repair | work | worker
+ construction worker: medium-dark skin tone
+ build | construction | dark skin tone | fix | hardhat | hat | man | person | rebuild | remodel | repair | work | worker
+ construction worker: dark skin tone
+ build | construction | fix | hardhat | hat | light skin tone | man | rebuild | remodel | repair | work | worker
+ man construction worker: light skin tone
+ build | construction | fix | hardhat | hat | man | medium-light skin tone | rebuild | remodel | repair | work | worker
+ man construction worker: medium-light skin tone
+ build | construction | fix | hardhat | hat | man | medium skin tone | rebuild | remodel | repair | work | worker
+ man construction worker: medium skin tone
+ build | construction | fix | hardhat | hat | man | medium-dark skin tone | rebuild | remodel | repair | work | worker
+ man construction worker: medium-dark skin tone
+ build | construction | dark skin tone | fix | hardhat | hat | man | rebuild | remodel | repair | work | worker
+ man construction worker: dark skin tone
+ build | construction | fix | hardhat | hat | light skin tone | man | rebuild | remodel | repair | woman | work | worker
+ woman construction worker: light skin tone
+ build | construction | fix | hardhat | hat | man | medium-light skin tone | rebuild | remodel | repair | woman | work | worker
+ woman construction worker: medium-light skin tone
+ build | construction | fix | hardhat | hat | man | medium skin tone | rebuild | remodel | repair | woman | work | worker
+ woman construction worker: medium skin tone
+ build | construction | fix | hardhat | hat | man | medium-dark skin tone | rebuild | remodel | repair | woman | work | worker
+ woman construction worker: medium-dark skin tone
+ build | construction | dark skin tone | fix | hardhat | hat | man | rebuild | remodel | repair | woman | work | worker
+ woman construction worker: dark skin tone
+ crown | light skin tone | monarch | noble | person | regal | royal | royalty
+ person with crown: light skin tone
+ crown | medium-light skin tone | monarch | noble | person | regal | royal | royalty
+ person with crown: medium-light skin tone
+ crown | medium skin tone | monarch | noble | person | regal | royal | royalty
+ person with crown: medium skin tone
+ crown | medium-dark skin tone | monarch | noble | person | regal | royal | royalty
+ person with crown: medium-dark skin tone
+ crown | dark skin tone | monarch | noble | person | regal | royal | royalty
+ person with crown: dark skin tone
+ crown | fairy | fairytale | fantasy | king | light skin tone | prince | royal | royalty | tale
+ prince: light skin tone
+ crown | fairy | fairytale | fantasy | king | medium-light skin tone | prince | royal | royalty | tale
+ prince: medium-light skin tone
+ crown | fairy | fairytale | fantasy | king | medium skin tone | prince | royal | royalty | tale
+ prince: medium skin tone
+ crown | fairy | fairytale | fantasy | king | medium-dark skin tone | prince | royal | royalty | tale
+ prince: medium-dark skin tone
+ crown | dark skin tone | fairy | fairytale | fantasy | king | prince | royal | royalty | tale
+ prince: dark skin tone
+ crown | fairy | fairytale | fantasy | light skin tone | princess | queen | royal | royalty | tale
+ princess: light skin tone
+ crown | fairy | fairytale | fantasy | medium-light skin tone | princess | queen | royal | royalty | tale
+ princess: medium-light skin tone
+ crown | fairy | fairytale | fantasy | medium skin tone | princess | queen | royal | royalty | tale
+ princess: medium skin tone
+ crown | fairy | fairytale | fantasy | medium-dark skin tone | princess | queen | royal | royalty | tale
+ princess: medium-dark skin tone
+ crown | dark skin tone | fairy | fairytale | fantasy | princess | queen | royal | royalty | tale
+ princess: dark skin tone
+ light skin tone | person | turban | wearing
+ person wearing turban: light skin tone
+ medium-light skin tone | person | turban | wearing
+ person wearing turban: medium-light skin tone
+ medium skin tone | person | turban | wearing
+ person wearing turban: medium skin tone
+ medium-dark skin tone | person | turban | wearing
+ person wearing turban: medium-dark skin tone
+ dark skin tone | person | turban | wearing
+ person wearing turban: dark skin tone
+ light skin tone | man | turban | wearing
+ man wearing turban: light skin tone
+ man | medium-light skin tone | turban | wearing
+ man wearing turban: medium-light skin tone
+ man | medium skin tone | turban | wearing
+ man wearing turban: medium skin tone
+ man | medium-dark skin tone | turban | wearing
+ man wearing turban: medium-dark skin tone
+ dark skin tone | man | turban | wearing
+ man wearing turban: dark skin tone
+ light skin tone | turban | wearing | woman
+ woman wearing turban: light skin tone
+ medium-light skin tone | turban | wearing | woman
+ woman wearing turban: medium-light skin tone
+ medium skin tone | turban | wearing | woman
+ woman wearing turban: medium skin tone
+ medium-dark skin tone | turban | wearing | woman
+ woman wearing turban: medium-dark skin tone
+ dark skin tone | turban | wearing | woman
+ woman wearing turban: dark skin tone
+ cap | Chinese | gua | guapi | hat | light skin tone | mao | person | pi | skullcap
+ person with skullcap: light skin tone
+ cap | Chinese | gua | guapi | hat | mao | medium-light skin tone | person | pi | skullcap
+ person with skullcap: medium-light skin tone
+ cap | Chinese | gua | guapi | hat | mao | medium skin tone | person | pi | skullcap
+ person with skullcap: medium skin tone
+ cap | Chinese | gua | guapi | hat | mao | medium-dark skin tone | person | pi | skullcap
+ person with skullcap: medium-dark skin tone
+ cap | Chinese | dark skin tone | gua | guapi | hat | mao | person | pi | skullcap
+ person with skullcap: dark skin tone
+ bandana | head | headscarf | hijab | kerchief | light skin tone | mantilla | tichel | woman
+ woman with headscarf: light skin tone
+ bandana | head | headscarf | hijab | kerchief | mantilla | medium-light skin tone | tichel | woman
+ woman with headscarf: medium-light skin tone
+ bandana | head | headscarf | hijab | kerchief | mantilla | medium skin tone | tichel | woman
+ woman with headscarf: medium skin tone
+ bandana | head | headscarf | hijab | kerchief | mantilla | medium-dark skin tone | tichel | woman
+ woman with headscarf: medium-dark skin tone
+ bandana | dark skin tone | head | headscarf | hijab | kerchief | mantilla | tichel | woman
+ woman with headscarf: dark skin tone
+ formal | light skin tone | person | tuxedo | wedding
+ person in tuxedo: light skin tone
+ formal | medium-light skin tone | person | tuxedo | wedding
+ person in tuxedo: medium-light skin tone
+ formal | medium skin tone | person | tuxedo | wedding
+ person in tuxedo: medium skin tone
+ formal | medium-dark skin tone | person | tuxedo | wedding
+ person in tuxedo: medium-dark skin tone
+ dark skin tone | formal | person | tuxedo | wedding
+ person in tuxedo: dark skin tone
+ formal | groom | light skin tone | man | tuxedo | wedding
+ man in tuxedo: light skin tone
+ formal | groom | man | medium-light skin tone | tuxedo | wedding
+ man in tuxedo: medium-light skin tone
+ formal | groom | man | medium skin tone | tuxedo | wedding
+ man in tuxedo: medium skin tone
+ formal | groom | man | medium-dark skin tone | tuxedo | wedding
+ man in tuxedo: medium-dark skin tone
+ dark skin tone | formal | groom | man | tuxedo | wedding
+ man in tuxedo: dark skin tone
+ formal | light skin tone | tuxedo | wedding | woman
+ woman in tuxedo: light skin tone
+ formal | medium-light skin tone | tuxedo | wedding | woman
+ woman in tuxedo: medium-light skin tone
+ formal | medium skin tone | tuxedo | wedding | woman
+ woman in tuxedo: medium skin tone
+ formal | medium-dark skin tone | tuxedo | wedding | woman
+ woman in tuxedo: medium-dark skin tone
+ dark skin tone | formal | tuxedo | wedding | woman
+ woman in tuxedo: dark skin tone
+ light skin tone | person | veil | wedding
+ person with veil: light skin tone
+ medium-light skin tone | person | veil | wedding
+ person with veil: medium-light skin tone
+ medium skin tone | person | veil | wedding
+ person with veil: medium skin tone
+ medium-dark skin tone | person | veil | wedding
+ person with veil: medium-dark skin tone
+ dark skin tone | person | veil | wedding
+ person with veil: dark skin tone
+ light skin tone | man | veil | wedding
+ man with veil: light skin tone
+ man | medium-light skin tone | veil | wedding
+ man with veil: medium-light skin tone
+ man | medium skin tone | veil | wedding
+ man with veil: medium skin tone
+ man | medium-dark skin tone | veil | wedding
+ man with veil: medium-dark skin tone
+ dark skin tone | man | veil | wedding
+ man with veil: dark skin tone
+ bride | light skin tone | veil | wedding | woman
+ woman with veil: light skin tone
+ bride | medium-light skin tone | veil | wedding | woman
+ woman with veil: medium-light skin tone
+ bride | medium skin tone | veil | wedding | woman
+ woman with veil: medium skin tone
+ bride | medium-dark skin tone | veil | wedding | woman
+ woman with veil: medium-dark skin tone
+ bride | dark skin tone | veil | wedding | woman
+ woman with veil: dark skin tone
+ light skin tone | pregnant | woman
+ pregnant woman: light skin tone
+ medium-light skin tone | pregnant | woman
+ pregnant woman: medium-light skin tone
+ medium skin tone | pregnant | woman
+ pregnant woman: medium skin tone
+ medium-dark skin tone | pregnant | woman
+ pregnant woman: medium-dark skin tone
+ dark skin tone | pregnant | woman
+ pregnant woman: dark skin tone
+ belly | bloated | full | light skin tone | man | overeat | pregnant
+ pregnant man: light skin tone
+ belly | bloated | full | man | medium-light skin tone | overeat | pregnant
+ pregnant man: medium-light skin tone
+ belly | bloated | full | man | medium skin tone | overeat | pregnant
+ pregnant man: medium skin tone
+ belly | bloated | full | man | medium-dark skin tone | overeat | pregnant
+ pregnant man: medium-dark skin tone
+ belly | bloated | dark skin tone | full | man | overeat | pregnant
+ pregnant man: dark skin tone
+ belly | bloated | full | light skin tone | overeat | person | pregnant | stuffed
+ pregnant person: light skin tone
+ belly | bloated | full | medium-light skin tone | overeat | person | pregnant | stuffed
+ pregnant person: medium-light skin tone
+ belly | bloated | full | medium skin tone | overeat | person | pregnant | stuffed
+ pregnant person: medium skin tone
+ belly | bloated | full | medium-dark skin tone | overeat | person | pregnant | stuffed
+ pregnant person: medium-dark skin tone
+ belly | bloated | dark skin tone | full | overeat | person | pregnant | stuffed
+ pregnant person: dark skin tone
+ baby | breast | breast-feeding | feeding | light skin tone | mom | mother | nursing | woman
+ breast-feeding: light skin tone
+ baby | breast | breast-feeding | feeding | medium-light skin tone | mom | mother | nursing | woman
+ breast-feeding: medium-light skin tone
+ baby | breast | breast-feeding | feeding | medium skin tone | mom | mother | nursing | woman
+ breast-feeding: medium skin tone
+ baby | breast | breast-feeding | feeding | medium-dark skin tone | mom | mother | nursing | woman
+ breast-feeding: medium-dark skin tone
+ baby | breast | breast-feeding | dark skin tone | feeding | mom | mother | nursing | woman
+ breast-feeding: dark skin tone
+ baby | feed | feeding | light skin tone | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby: light skin tone
+ baby | feed | feeding | medium-light skin tone | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby: medium-light skin tone
+ baby | feed | feeding | medium skin tone | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby: medium skin tone
+ baby | feed | feeding | medium-dark skin tone | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby: medium-dark skin tone
+ baby | dark skin tone | feed | feeding | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby: dark skin tone
+ baby | dad | father | feed | feeding | light skin tone | man | nanny | newborn | nursing
+ man feeding baby: light skin tone
+ baby | dad | father | feed | feeding | man | medium-light skin tone | nanny | newborn | nursing
+ man feeding baby: medium-light skin tone
+ baby | dad | father | feed | feeding | man | medium skin tone | nanny | newborn | nursing
+ man feeding baby: medium skin tone
+ baby | dad | father | feed | feeding | man | medium-dark skin tone | nanny | newborn | nursing
+ man feeding baby: medium-dark skin tone
+ baby | dad | dark skin tone | father | feed | feeding | man | nanny | newborn | nursing
+ man feeding baby: dark skin tone
+ baby | feed | feeding | light skin tone | nanny | newborn | nursing | parent
+ person feeding baby: light skin tone
+ baby | feed | feeding | medium-light skin tone | nanny | newborn | nursing | parent
+ person feeding baby: medium-light skin tone
+ baby | feed | feeding | medium skin tone | nanny | newborn | nursing | parent
+ person feeding baby: medium skin tone
+ baby | feed | feeding | medium-dark skin tone | nanny | newborn | nursing | parent
+ person feeding baby: medium-dark skin tone
+ baby | dark skin tone | feed | feeding | nanny | newborn | nursing | parent
+ person feeding baby: dark skin tone
+ angel | baby | church | face | fairy | fairytale | fantasy | light skin tone | tale
+ baby angel: light skin tone
+ angel | baby | church | face | fairy | fairytale | fantasy | medium-light skin tone | tale
+ baby angel: medium-light skin tone
+ angel | baby | church | face | fairy | fairytale | fantasy | medium skin tone | tale
+ baby angel: medium skin tone
+ angel | baby | church | face | fairy | fairytale | fantasy | medium-dark skin tone | tale
+ baby angel: medium-dark skin tone
+ angel | baby | church | dark skin tone | face | fairy | fairytale | fantasy | tale
+ baby angel: dark skin tone
+ celebration | Christmas | claus | fairy | fantasy | father | holiday | light skin tone | merry | santa | tale | xmas
+ Santa Claus: light skin tone
+ celebration | Christmas | claus | fairy | fantasy | father | holiday | medium-light skin tone | merry | santa | tale | xmas
+ Santa Claus: medium-light skin tone
+ celebration | Christmas | claus | fairy | fantasy | father | holiday | medium skin tone | merry | santa | tale | xmas
+ Santa Claus: medium skin tone
+ celebration | Christmas | claus | fairy | fantasy | father | holiday | medium-dark skin tone | merry | santa | tale | xmas
+ Santa Claus: medium-dark skin tone
+ celebration | Christmas | claus | dark skin tone | fairy | fantasy | father | holiday | merry | santa | tale | xmas
+ Santa Claus: dark skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | light skin tone | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus: light skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium-light skin tone | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus: medium-light skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium skin tone | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus: medium skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium-dark skin tone | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus: medium-dark skin tone
+ celebration | Christmas | claus | dark skin tone | fairy | fantasy | holiday | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus: dark skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | light skin tone | merry | Mx | santa | tale | xmas
+ Mx Claus: light skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium-light skin tone | merry | Mx | santa | tale | xmas
+ Mx Claus: medium-light skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium skin tone | merry | Mx | santa | tale | xmas
+ Mx Claus: medium skin tone
+ celebration | Christmas | claus | fairy | fantasy | holiday | medium-dark skin tone | merry | Mx | santa | tale | xmas
+ Mx Claus: medium-dark skin tone
+ celebration | Christmas | claus | dark skin tone | fairy | fantasy | holiday | merry | Mx | santa | tale | xmas
+ Mx Claus: dark skin tone
+ good | hero | light skin tone | superhero | superpower
+ superhero: light skin tone
+ good | hero | medium-light skin tone | superhero | superpower
+ superhero: medium-light skin tone
+ good | hero | medium skin tone | superhero | superpower
+ superhero: medium skin tone
+ good | hero | medium-dark skin tone | superhero | superpower
+ superhero: medium-dark skin tone
+ dark skin tone | good | hero | superhero | superpower
+ superhero: dark skin tone
+ good | hero | light skin tone | man | superhero | superpower
+ man superhero: light skin tone
+ good | hero | man | medium-light skin tone | superhero | superpower
+ man superhero: medium-light skin tone
+ good | hero | man | medium skin tone | superhero | superpower
+ man superhero: medium skin tone
+ good | hero | man | medium-dark skin tone | superhero | superpower
+ man superhero: medium-dark skin tone
+ dark skin tone | good | hero | man | superhero | superpower
+ man superhero: dark skin tone
+ good | hero | heroine | light skin tone | superhero | superpower | woman
+ woman superhero: light skin tone
+ good | hero | heroine | medium-light skin tone | superhero | superpower | woman
+ woman superhero: medium-light skin tone
+ good | hero | heroine | medium skin tone | superhero | superpower | woman
+ woman superhero: medium skin tone
+ good | hero | heroine | medium-dark skin tone | superhero | superpower | woman
+ woman superhero: medium-dark skin tone
+ dark skin tone | good | hero | heroine | superhero | superpower | woman
+ woman superhero: dark skin tone
+ bad | criminal | evil | light skin tone | superpower | supervillain | villain
+ supervillain: light skin tone
+ bad | criminal | evil | medium-light skin tone | superpower | supervillain | villain
+ supervillain: medium-light skin tone
+ bad | criminal | evil | medium skin tone | superpower | supervillain | villain
+ supervillain: medium skin tone
+ bad | criminal | evil | medium-dark skin tone | superpower | supervillain | villain
+ supervillain: medium-dark skin tone
+ bad | criminal | dark skin tone | evil | superpower | supervillain | villain
+ supervillain: dark skin tone
+ bad | criminal | evil | light skin tone | man | superpower | supervillain | villain
+ man supervillain: light skin tone
+ bad | criminal | evil | man | medium-light skin tone | superpower | supervillain | villain
+ man supervillain: medium-light skin tone
+ bad | criminal | evil | man | medium skin tone | superpower | supervillain | villain
+ man supervillain: medium skin tone
+ bad | criminal | evil | man | medium-dark skin tone | superpower | supervillain | villain
+ man supervillain: medium-dark skin tone
+ bad | criminal | dark skin tone | evil | man | superpower | supervillain | villain
+ man supervillain: dark skin tone
+ bad | criminal | evil | light skin tone | superpower | supervillain | villain | woman
+ woman supervillain: light skin tone
+ bad | criminal | evil | medium-light skin tone | superpower | supervillain | villain | woman
+ woman supervillain: medium-light skin tone
+ bad | criminal | evil | medium skin tone | superpower | supervillain | villain | woman
+ woman supervillain: medium skin tone
+ bad | criminal | evil | medium-dark skin tone | superpower | supervillain | villain | woman
+ woman supervillain: medium-dark skin tone
+ bad | criminal | dark skin tone | evil | superpower | supervillain | villain | woman
+ woman supervillain: dark skin tone
+ fantasy | light skin tone | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage: light skin tone
+ fantasy | mage | magic | medium-light skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage: medium-light skin tone
+ fantasy | mage | magic | medium skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage: medium skin tone
+ fantasy | mage | magic | medium-dark skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage: medium-dark skin tone
+ dark skin tone | fantasy | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage: dark skin tone
+ fantasy | light skin tone | mage | magic | man | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage: light skin tone
+ fantasy | mage | magic | man | medium-light skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage: medium-light skin tone
+ fantasy | mage | magic | man | medium skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage: medium skin tone
+ fantasy | mage | magic | man | medium-dark skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage: medium-dark skin tone
+ dark skin tone | fantasy | mage | magic | man | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage: dark skin tone
+ fantasy | light skin tone | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage: light skin tone
+ fantasy | mage | magic | medium-light skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage: medium-light skin tone
+ fantasy | mage | magic | medium skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage: medium skin tone
+ fantasy | mage | magic | medium-dark skin tone | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage: medium-dark skin tone
+ dark skin tone | fantasy | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage: dark skin tone
+ fairy | fairytale | fantasy | light skin tone | myth | person | pixie | tale | wings
+ fairy: light skin tone
+ fairy | fairytale | fantasy | medium-light skin tone | myth | person | pixie | tale | wings
+ fairy: medium-light skin tone
+ fairy | fairytale | fantasy | medium skin tone | myth | person | pixie | tale | wings
+ fairy: medium skin tone
+ fairy | fairytale | fantasy | medium-dark skin tone | myth | person | pixie | tale | wings
+ fairy: medium-dark skin tone
+ dark skin tone | fairy | fairytale | fantasy | myth | person | pixie | tale | wings
+ fairy: dark skin tone
+ fairy | fairytale | fantasy | light skin tone | man | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy: light skin tone
+ fairy | fairytale | fantasy | man | medium-light skin tone | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy: medium-light skin tone
+ fairy | fairytale | fantasy | man | medium skin tone | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy: medium skin tone
+ fairy | fairytale | fantasy | man | medium-dark skin tone | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy: medium-dark skin tone
+ dark skin tone | fairy | fairytale | fantasy | man | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy: dark skin tone
+ fairy | fairytale | fantasy | light skin tone | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy: light skin tone
+ fairy | fairytale | fantasy | medium-light skin tone | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy: medium-light skin tone
+ fairy | fairytale | fantasy | medium skin tone | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy: medium skin tone
+ fairy | fairytale | fantasy | medium-dark skin tone | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy: medium-dark skin tone
+ dark skin tone | fairy | fairytale | fantasy | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy: dark skin tone
+ blood | Dracula | fangs | halloween | light skin tone | scary | supernatural | teeth | undead | vampire
+ vampire: light skin tone
+ blood | Dracula | fangs | halloween | medium-light skin tone | scary | supernatural | teeth | undead | vampire
+ vampire: medium-light skin tone
+ blood | Dracula | fangs | halloween | medium skin tone | scary | supernatural | teeth | undead | vampire
+ vampire: medium skin tone
+ blood | Dracula | fangs | halloween | medium-dark skin tone | scary | supernatural | teeth | undead | vampire
+ vampire: medium-dark skin tone
+ blood | dark skin tone | Dracula | fangs | halloween | scary | supernatural | teeth | undead | vampire
+ vampire: dark skin tone
+ blood | fangs | halloween | light skin tone | man | scary | supernatural | teeth | undead | vampire
+ man vampire: light skin tone
+ blood | fangs | halloween | man | medium-light skin tone | scary | supernatural | teeth | undead | vampire
+ man vampire: medium-light skin tone
+ blood | fangs | halloween | man | medium skin tone | scary | supernatural | teeth | undead | vampire
+ man vampire: medium skin tone
+ blood | fangs | halloween | man | medium-dark skin tone | scary | supernatural | teeth | undead | vampire
+ man vampire: medium-dark skin tone
+ blood | dark skin tone | fangs | halloween | man | scary | supernatural | teeth | undead | vampire
+ man vampire: dark skin tone
+ blood | fangs | halloween | light skin tone | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire: light skin tone
+ blood | fangs | halloween | medium-light skin tone | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire: medium-light skin tone
+ blood | fangs | halloween | medium skin tone | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire: medium skin tone
+ blood | fangs | halloween | medium-dark skin tone | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire: medium-dark skin tone
+ blood | dark skin tone | fangs | halloween | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire: dark skin tone
+ creature | fairytale | folklore | light skin tone | merperson | ocean | sea | siren | trident
+ merperson: light skin tone
+ creature | fairytale | folklore | medium-light skin tone | merperson | ocean | sea | siren | trident
+ merperson: medium-light skin tone
+ creature | fairytale | folklore | medium skin tone | merperson | ocean | sea | siren | trident
+ merperson: medium skin tone
+ creature | fairytale | folklore | medium-dark skin tone | merperson | ocean | sea | siren | trident
+ merperson: medium-dark skin tone
+ creature | dark skin tone | fairytale | folklore | merperson | ocean | sea | siren | trident
+ merperson: dark skin tone
+ creature | fairytale | folklore | light skin tone | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman: light skin tone
+ creature | fairytale | folklore | medium-light skin tone | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman: medium-light skin tone
+ creature | fairytale | folklore | medium skin tone | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman: medium skin tone
+ creature | fairytale | folklore | medium-dark skin tone | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman: medium-dark skin tone
+ creature | dark skin tone | fairytale | folklore | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman: dark skin tone
+ creature | fairytale | folklore | light skin tone | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid: light skin tone
+ creature | fairytale | folklore | medium-light skin tone | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid: medium-light skin tone
+ creature | fairytale | folklore | medium skin tone | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid: medium skin tone
+ creature | fairytale | folklore | medium-dark skin tone | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid: medium-dark skin tone
+ creature | dark skin tone | fairytale | folklore | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid: dark skin tone
+ elf | elves | enchantment | fantasy | folklore | light skin tone | magic | magical | myth
+ elf: light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium-light skin tone | myth
+ elf: medium-light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium skin tone | myth
+ elf: medium skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium-dark skin tone | myth
+ elf: medium-dark skin tone
+ dark skin tone | elf | elves | enchantment | fantasy | folklore | magic | magical | myth
+ elf: dark skin tone
+ elf | elves | enchantment | fantasy | folklore | light skin tone | magic | magical | man | myth
+ man elf: light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | man | medium-light skin tone | myth
+ man elf: medium-light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | man | medium skin tone | myth
+ man elf: medium skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | man | medium-dark skin tone | myth
+ man elf: medium-dark skin tone
+ dark skin tone | elf | elves | enchantment | fantasy | folklore | magic | magical | man | myth
+ man elf: dark skin tone
+ elf | elves | enchantment | fantasy | folklore | light skin tone | magic | magical | myth | woman
+ woman elf: light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium-light skin tone | myth | woman
+ woman elf: medium-light skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium skin tone | myth | woman
+ woman elf: medium skin tone
+ elf | elves | enchantment | fantasy | folklore | magic | magical | medium-dark skin tone | myth | woman
+ woman elf: medium-dark skin tone
+ dark skin tone | elf | elves | enchantment | fantasy | folklore | magic | magical | myth | woman
+ woman elf: dark skin tone
+ face | getting | headache | light skin tone | massage | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage: light skin tone
+ face | getting | headache | massage | medium-light skin tone | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage: medium-light skin tone
+ face | getting | headache | massage | medium skin tone | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage: medium skin tone
+ face | getting | headache | massage | medium-dark skin tone | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage: medium-dark skin tone
+ dark skin tone | face | getting | headache | massage | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage: dark skin tone
+ face | getting | headache | light skin tone | man | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage: light skin tone
+ face | getting | headache | man | massage | medium-light skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage: medium-light skin tone
+ face | getting | headache | man | massage | medium skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage: medium skin tone
+ face | getting | headache | man | massage | medium-dark skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage: medium-dark skin tone
+ dark skin tone | face | getting | headache | man | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage: dark skin tone
+ face | getting | headache | light skin tone | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage: light skin tone
+ face | getting | headache | massage | medium-light skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage: medium-light skin tone
+ face | getting | headache | massage | medium skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage: medium skin tone
+ face | getting | headache | massage | medium-dark skin tone | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage: medium-dark skin tone
+ dark skin tone | face | getting | headache | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage: dark skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | light skin tone | parlor | person | shears | style
+ person getting haircut: light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium-light skin tone | parlor | person | shears | style
+ person getting haircut: medium-light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium skin tone | parlor | person | shears | style
+ person getting haircut: medium skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium-dark skin tone | parlor | person | shears | style
+ person getting haircut: medium-dark skin tone
+ barber | beauty | chop | cosmetology | cut | dark skin tone | groom | hair | haircut | parlor | person | shears | style
+ person getting haircut: dark skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | light skin tone | man | parlor | person | shears | style
+ man getting haircut: light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | man | medium-light skin tone | parlor | person | shears | style
+ man getting haircut: medium-light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | man | medium skin tone | parlor | person | shears | style
+ man getting haircut: medium skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | man | medium-dark skin tone | parlor | person | shears | style
+ man getting haircut: medium-dark skin tone
+ barber | beauty | chop | cosmetology | cut | dark skin tone | groom | hair | haircut | man | parlor | person | shears | style
+ man getting haircut: dark skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | light skin tone | parlor | person | shears | style | woman
+ woman getting haircut: light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium-light skin tone | parlor | person | shears | style | woman
+ woman getting haircut: medium-light skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium skin tone | parlor | person | shears | style | woman
+ woman getting haircut: medium skin tone
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | medium-dark skin tone | parlor | person | shears | style | woman
+ woman getting haircut: medium-dark skin tone
+ barber | beauty | chop | cosmetology | cut | dark skin tone | groom | hair | haircut | parlor | person | shears | style | woman
+ woman getting haircut: dark skin tone
+ amble | gait | hike | light skin tone | man | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking: light skin tone
+ amble | gait | hike | man | medium-light skin tone | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking: medium-light skin tone
+ amble | gait | hike | man | medium skin tone | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking: medium skin tone
+ amble | gait | hike | man | medium-dark skin tone | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking: medium-dark skin tone
+ amble | dark skin tone | gait | hike | man | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking: dark skin tone
+ amble | gait | hike | light skin tone | man | pace | pedestrian | stride | stroll | walk | walking
+ man walking: light skin tone
+ amble | gait | hike | man | medium-light skin tone | pace | pedestrian | stride | stroll | walk | walking
+ man walking: medium-light skin tone
+ amble | gait | hike | man | medium skin tone | pace | pedestrian | stride | stroll | walk | walking
+ man walking: medium skin tone
+ amble | gait | hike | man | medium-dark skin tone | pace | pedestrian | stride | stroll | walk | walking
+ man walking: medium-dark skin tone
+ amble | dark skin tone | gait | hike | man | pace | pedestrian | stride | stroll | walk | walking
+ man walking: dark skin tone
+ amble | gait | hike | light skin tone | man | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking: light skin tone
+ amble | gait | hike | man | medium-light skin tone | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking: medium-light skin tone
+ amble | gait | hike | man | medium skin tone | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking: medium skin tone
+ amble | gait | hike | man | medium-dark skin tone | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking: medium-dark skin tone
+ amble | dark skin tone | gait | hike | man | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking: dark skin tone
+ amble | facing | gait | hike | man | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: facing right
+ amble | facing | gait | hike | light skin tone | man | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: light skin tone, facing right
+ amble | facing | gait | hike | man | medium-light skin tone | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: medium-light skin tone, facing right
+ amble | facing | gait | hike | man | medium skin tone | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: medium skin tone, facing right
+ amble | facing | gait | hike | man | medium-dark skin tone | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: medium-dark skin tone, facing right
+ amble | dark skin tone | facing | gait | hike | man | pace | pedestrian | person | right | stride | stroll | walk | walking
+ person walking: dark skin tone, facing right
+ amble | facing | gait | hike | man | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: facing right
+ amble | facing | gait | hike | light skin tone | man | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: light skin tone, facing right
+ amble | facing | gait | hike | man | medium-light skin tone | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: medium-light skin tone, facing right
+ amble | facing | gait | hike | man | medium skin tone | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: medium skin tone, facing right
+ amble | facing | gait | hike | man | medium-dark skin tone | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: medium-dark skin tone, facing right
+ amble | dark skin tone | facing | gait | hike | man | pace | pedestrian | right | stride | stroll | walk | walking | woman
+ woman walking: dark skin tone, facing right
+ amble | facing | gait | hike | man | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: facing right
+ amble | facing | gait | hike | light skin tone | man | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: light skin tone, facing right
+ amble | facing | gait | hike | man | medium-light skin tone | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: medium-light skin tone, facing right
+ amble | facing | gait | hike | man | medium skin tone | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: medium skin tone, facing right
+ amble | facing | gait | hike | man | medium-dark skin tone | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: medium-dark skin tone, facing right
+ amble | dark skin tone | facing | gait | hike | man | pace | pedestrian | right | stride | stroll | walk | walking
+ man walking: dark skin tone, facing right
+ light skin tone | person | stand | standing
+ person standing: light skin tone
+ medium-light skin tone | person | stand | standing
+ person standing: medium-light skin tone
+ medium skin tone | person | stand | standing
+ person standing: medium skin tone
+ medium-dark skin tone | person | stand | standing
+ person standing: medium-dark skin tone
+ dark skin tone | person | stand | standing
+ person standing: dark skin tone
+ light skin tone | man | stand | standing
+ man standing: light skin tone
+ man | medium-light skin tone | stand | standing
+ man standing: medium-light skin tone
+ man | medium skin tone | stand | standing
+ man standing: medium skin tone
+ man | medium-dark skin tone | stand | standing
+ man standing: medium-dark skin tone
+ dark skin tone | man | stand | standing
+ man standing: dark skin tone
+ light skin tone | stand | standing | woman
+ woman standing: light skin tone
+ medium-light skin tone | stand | standing | woman
+ woman standing: medium-light skin tone
+ medium skin tone | stand | standing | woman
+ woman standing: medium skin tone
+ medium-dark skin tone | stand | standing | woman
+ woman standing: medium-dark skin tone
+ dark skin tone | stand | standing | woman
+ woman standing: dark skin tone
+ kneel | kneeling | knees | light skin tone | person
+ person kneeling: light skin tone
+ kneel | kneeling | knees | medium-light skin tone | person
+ person kneeling: medium-light skin tone
+ kneel | kneeling | knees | medium skin tone | person
+ person kneeling: medium skin tone
+ kneel | kneeling | knees | medium-dark skin tone | person
+ person kneeling: medium-dark skin tone
+ dark skin tone | kneel | kneeling | knees | person
+ person kneeling: dark skin tone
+ kneel | kneeling | knees | light skin tone | man
+ man kneeling: light skin tone
+ kneel | kneeling | knees | man | medium-light skin tone
+ man kneeling: medium-light skin tone
+ kneel | kneeling | knees | man | medium skin tone
+ man kneeling: medium skin tone
+ kneel | kneeling | knees | man | medium-dark skin tone
+ man kneeling: medium-dark skin tone
+ dark skin tone | kneel | kneeling | knees | man
+ man kneeling: dark skin tone
+ kneel | kneeling | knees | light skin tone | woman
+ woman kneeling: light skin tone
+ kneel | kneeling | knees | medium-light skin tone | woman
+ woman kneeling: medium-light skin tone
+ kneel | kneeling | knees | medium skin tone | woman
+ woman kneeling: medium skin tone
+ kneel | kneeling | knees | medium-dark skin tone | woman
+ woman kneeling: medium-dark skin tone
+ dark skin tone | kneel | kneeling | knees | woman
+ woman kneeling: dark skin tone
+ facing | kneel | kneeling | knees | person | right
+ person kneeling: facing right
+ facing | kneel | kneeling | knees | light skin tone | person | right
+ person kneeling: light skin tone, facing right
+ facing | kneel | kneeling | knees | medium-light skin tone | person | right
+ person kneeling: medium-light skin tone, facing right
+ facing | kneel | kneeling | knees | medium skin tone | person | right
+ person kneeling: medium skin tone, facing right
+ facing | kneel | kneeling | knees | medium-dark skin tone | person | right
+ person kneeling: medium-dark skin tone, facing right
+ dark skin tone | facing | kneel | kneeling | knees | person | right
+ person kneeling: dark skin tone, facing right
+ facing | kneel | kneeling | knees | right | woman
+ woman kneeling: facing right
+ facing | kneel | kneeling | knees | light skin tone | right | woman
+ woman kneeling: light skin tone, facing right
+ facing | kneel | kneeling | knees | medium-light skin tone | right | woman
+ woman kneeling: medium-light skin tone, facing right
+ facing | kneel | kneeling | knees | medium skin tone | right | woman
+ woman kneeling: medium skin tone, facing right
+ facing | kneel | kneeling | knees | medium-dark skin tone | right | woman
+ woman kneeling: medium-dark skin tone, facing right
+ dark skin tone | facing | kneel | kneeling | knees | right | woman
+ woman kneeling: dark skin tone, facing right
+ facing | kneel | kneeling | knees | man | right
+ man kneeling: facing right
+ facing | kneel | kneeling | knees | light skin tone | man | right
+ man kneeling: light skin tone, facing right
+ facing | kneel | kneeling | knees | man | medium-light skin tone | right
+ man kneeling: medium-light skin tone, facing right
+ facing | kneel | kneeling | knees | man | medium skin tone | right
+ man kneeling: medium skin tone, facing right
+ facing | kneel | kneeling | knees | man | medium-dark skin tone | right
+ man kneeling: medium-dark skin tone, facing right
+ dark skin tone | facing | kneel | kneeling | knees | man | right
+ man kneeling: dark skin tone, facing right
+ accessibility | blind | cane | light skin tone | person | probing | white
+ person with white cane: light skin tone
+ accessibility | blind | cane | medium-light skin tone | person | probing | white
+ person with white cane: medium-light skin tone
+ accessibility | blind | cane | medium skin tone | person | probing | white
+ person with white cane: medium skin tone
+ accessibility | blind | cane | medium-dark skin tone | person | probing | white
+ person with white cane: medium-dark skin tone
+ accessibility | blind | cane | dark skin tone | person | probing | white
+ person with white cane: dark skin tone
+ accessibility | blind | cane | facing | person | probing | right | white
+ person with white cane: facing right
+ accessibility | blind | cane | facing | light skin tone | person | probing | right | white
+ person with white cane: light skin tone, facing right
+ accessibility | blind | cane | facing | medium-light skin tone | person | probing | right | white
+ person with white cane: medium-light skin tone, facing right
+ accessibility | blind | cane | facing | medium skin tone | person | probing | right | white
+ person with white cane: medium skin tone, facing right
+ accessibility | blind | cane | facing | medium-dark skin tone | person | probing | right | white
+ person with white cane: medium-dark skin tone, facing right
+ accessibility | blind | cane | dark skin tone | facing | person | probing | right | white
+ person with white cane: dark skin tone, facing right
+ accessibility | blind | cane | light skin tone | man | probing | white
+ man with white cane: light skin tone
+ accessibility | blind | cane | man | medium-light skin tone | probing | white
+ man with white cane: medium-light skin tone
+ accessibility | blind | cane | man | medium skin tone | probing | white
+ man with white cane: medium skin tone
+ accessibility | blind | cane | man | medium-dark skin tone | probing | white
+ man with white cane: medium-dark skin tone
+ accessibility | blind | cane | dark skin tone | man | probing | white
+ man with white cane: dark skin tone
+ accessibility | blind | cane | facing | man | probing | right | white
+ man with white cane: facing right
+ accessibility | blind | cane | facing | light skin tone | man | probing | right | white
+ man with white cane: light skin tone, facing right
+ accessibility | blind | cane | facing | man | medium-light skin tone | probing | right | white
+ man with white cane: medium-light skin tone, facing right
+ accessibility | blind | cane | facing | man | medium skin tone | probing | right | white
+ man with white cane: medium skin tone, facing right
+ accessibility | blind | cane | facing | man | medium-dark skin tone | probing | right | white
+ man with white cane: medium-dark skin tone, facing right
+ accessibility | blind | cane | dark skin tone | facing | man | probing | right | white
+ man with white cane: dark skin tone, facing right
+ accessibility | blind | cane | light skin tone | probing | white | woman
+ woman with white cane: light skin tone
+ accessibility | blind | cane | medium-light skin tone | probing | white | woman
+ woman with white cane: medium-light skin tone
+ accessibility | blind | cane | medium skin tone | probing | white | woman
+ woman with white cane: medium skin tone
+ accessibility | blind | cane | medium-dark skin tone | probing | white | woman
+ woman with white cane: medium-dark skin tone
+ accessibility | blind | cane | dark skin tone | probing | white | woman
+ woman with white cane: dark skin tone
+ accessibility | blind | cane | facing | probing | right | white | woman
+ woman with white cane: facing right
+ accessibility | blind | cane | facing | light skin tone | probing | right | white | woman
+ woman with white cane: light skin tone, facing right
+ accessibility | blind | cane | facing | medium-light skin tone | probing | right | white | woman
+ woman with white cane: medium-light skin tone, facing right
+ accessibility | blind | cane | facing | medium skin tone | probing | right | white | woman
+ woman with white cane: medium skin tone, facing right
+ accessibility | blind | cane | facing | medium-dark skin tone | probing | right | white | woman
+ woman with white cane: medium-dark skin tone, facing right
+ accessibility | blind | cane | dark skin tone | facing | probing | right | white | woman
+ woman with white cane: dark skin tone, facing right
+ accessibility | light skin tone | motorized | person | wheelchair
+ person in motorized wheelchair: light skin tone
+ accessibility | medium-light skin tone | motorized | person | wheelchair
+ person in motorized wheelchair: medium-light skin tone
+ accessibility | medium skin tone | motorized | person | wheelchair
+ person in motorized wheelchair: medium skin tone
+ accessibility | medium-dark skin tone | motorized | person | wheelchair
+ person in motorized wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | motorized | person | wheelchair
+ person in motorized wheelchair: dark skin tone
+ accessibility | facing | motorized | person | right | wheelchair
+ person in motorized wheelchair: facing right
+ accessibility | facing | light skin tone | motorized | person | right | wheelchair
+ person in motorized wheelchair: light skin tone, facing right
+ accessibility | facing | medium-light skin tone | motorized | person | right | wheelchair
+ person in motorized wheelchair: medium-light skin tone, facing right
+ accessibility | facing | medium skin tone | motorized | person | right | wheelchair
+ person in motorized wheelchair: medium skin tone, facing right
+ accessibility | facing | medium-dark skin tone | motorized | person | right | wheelchair
+ person in motorized wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | motorized | person | right | wheelchair
+ person in motorized wheelchair: dark skin tone, facing right
+ accessibility | light skin tone | man | motorized | wheelchair
+ man in motorized wheelchair: light skin tone
+ accessibility | man | medium-light skin tone | motorized | wheelchair
+ man in motorized wheelchair: medium-light skin tone
+ accessibility | man | medium skin tone | motorized | wheelchair
+ man in motorized wheelchair: medium skin tone
+ accessibility | man | medium-dark skin tone | motorized | wheelchair
+ man in motorized wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | man | motorized | wheelchair
+ man in motorized wheelchair: dark skin tone
+ accessibility | facing | man | motorized | right | wheelchair
+ man in motorized wheelchair: facing right
+ accessibility | facing | light skin tone | man | motorized | right | wheelchair
+ man in motorized wheelchair: light skin tone, facing right
+ accessibility | facing | man | medium-light skin tone | motorized | right | wheelchair
+ man in motorized wheelchair: medium-light skin tone, facing right
+ accessibility | facing | man | medium skin tone | motorized | right | wheelchair
+ man in motorized wheelchair: medium skin tone, facing right
+ accessibility | facing | man | medium-dark skin tone | motorized | right | wheelchair
+ man in motorized wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | man | motorized | right | wheelchair
+ man in motorized wheelchair: dark skin tone, facing right
+ accessibility | light skin tone | motorized | wheelchair | woman
+ woman in motorized wheelchair: light skin tone
+ accessibility | medium-light skin tone | motorized | wheelchair | woman
+ woman in motorized wheelchair: medium-light skin tone
+ accessibility | medium skin tone | motorized | wheelchair | woman
+ woman in motorized wheelchair: medium skin tone
+ accessibility | medium-dark skin tone | motorized | wheelchair | woman
+ woman in motorized wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | motorized | wheelchair | woman
+ woman in motorized wheelchair: dark skin tone
+ accessibility | facing | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: facing right
+ accessibility | facing | light skin tone | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: light skin tone, facing right
+ accessibility | facing | medium-light skin tone | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: medium-light skin tone, facing right
+ accessibility | facing | medium skin tone | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: medium skin tone, facing right
+ accessibility | facing | medium-dark skin tone | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | motorized | right | wheelchair | woman
+ woman in motorized wheelchair: dark skin tone, facing right
+ accessibility | light skin tone | manual | person | wheelchair
+ person in manual wheelchair: light skin tone
+ accessibility | manual | medium-light skin tone | person | wheelchair
+ person in manual wheelchair: medium-light skin tone
+ accessibility | manual | medium skin tone | person | wheelchair
+ person in manual wheelchair: medium skin tone
+ accessibility | manual | medium-dark skin tone | person | wheelchair
+ person in manual wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | manual | person | wheelchair
+ person in manual wheelchair: dark skin tone
+ accessibility | facing | manual | person | right | wheelchair
+ person in manual wheelchair: facing right
+ accessibility | facing | light skin tone | manual | person | right | wheelchair
+ person in manual wheelchair: light skin tone, facing right
+ accessibility | facing | manual | medium-light skin tone | person | right | wheelchair
+ person in manual wheelchair: medium-light skin tone, facing right
+ accessibility | facing | manual | medium skin tone | person | right | wheelchair
+ person in manual wheelchair: medium skin tone, facing right
+ accessibility | facing | manual | medium-dark skin tone | person | right | wheelchair
+ person in manual wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | manual | person | right | wheelchair
+ person in manual wheelchair: dark skin tone, facing right
+ accessibility | light skin tone | man | manual | wheelchair
+ man in manual wheelchair: light skin tone
+ accessibility | man | manual | medium-light skin tone | wheelchair
+ man in manual wheelchair: medium-light skin tone
+ accessibility | man | manual | medium skin tone | wheelchair
+ man in manual wheelchair: medium skin tone
+ accessibility | man | manual | medium-dark skin tone | wheelchair
+ man in manual wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | man | manual | wheelchair
+ man in manual wheelchair: dark skin tone
+ accessibility | facing | man | manual | right | wheelchair
+ man in manual wheelchair: facing right
+ accessibility | facing | light skin tone | man | manual | right | wheelchair
+ man in manual wheelchair: light skin tone, facing right
+ accessibility | facing | man | manual | medium-light skin tone | right | wheelchair
+ man in manual wheelchair: medium-light skin tone, facing right
+ accessibility | facing | man | manual | medium skin tone | right | wheelchair
+ man in manual wheelchair: medium skin tone, facing right
+ accessibility | facing | man | manual | medium-dark skin tone | right | wheelchair
+ man in manual wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | man | manual | right | wheelchair
+ man in manual wheelchair: dark skin tone, facing right
+ accessibility | light skin tone | manual | wheelchair | woman
+ woman in manual wheelchair: light skin tone
+ accessibility | manual | medium-light skin tone | wheelchair | woman
+ woman in manual wheelchair: medium-light skin tone
+ accessibility | manual | medium skin tone | wheelchair | woman
+ woman in manual wheelchair: medium skin tone
+ accessibility | manual | medium-dark skin tone | wheelchair | woman
+ woman in manual wheelchair: medium-dark skin tone
+ accessibility | dark skin tone | manual | wheelchair | woman
+ woman in manual wheelchair: dark skin tone
+ accessibility | facing | manual | right | wheelchair | woman
+ woman in manual wheelchair: facing right
+ accessibility | facing | light skin tone | manual | right | wheelchair | woman
+ woman in manual wheelchair: light skin tone, facing right
+ accessibility | facing | manual | medium-light skin tone | right | wheelchair | woman
+ woman in manual wheelchair: medium-light skin tone, facing right
+ accessibility | facing | manual | medium skin tone | right | wheelchair | woman
+ woman in manual wheelchair: medium skin tone, facing right
+ accessibility | facing | manual | medium-dark skin tone | right | wheelchair | woman
+ woman in manual wheelchair: medium-dark skin tone, facing right
+ accessibility | dark skin tone | facing | manual | right | wheelchair | woman
+ woman in manual wheelchair: dark skin tone, facing right
+ fast | hurry | light skin tone | marathon | move | person | quick | race | racing | run | rush | speed
+ person running: light skin tone
+ fast | hurry | marathon | medium-light skin tone | move | person | quick | race | racing | run | rush | speed
+ person running: medium-light skin tone
+ fast | hurry | marathon | medium skin tone | move | person | quick | race | racing | run | rush | speed
+ person running: medium skin tone
+ fast | hurry | marathon | medium-dark skin tone | move | person | quick | race | racing | run | rush | speed
+ person running: medium-dark skin tone
+ dark skin tone | fast | hurry | marathon | move | person | quick | race | racing | run | rush | speed
+ person running: dark skin tone
+ fast | hurry | light skin tone | man | marathon | move | quick | race | racing | run | rush | speed
+ man running: light skin tone
+ fast | hurry | man | marathon | medium-light skin tone | move | quick | race | racing | run | rush | speed
+ man running: medium-light skin tone
+ fast | hurry | man | marathon | medium skin tone | move | quick | race | racing | run | rush | speed
+ man running: medium skin tone
+ fast | hurry | man | marathon | medium-dark skin tone | move | quick | race | racing | run | rush | speed
+ man running: medium-dark skin tone
+ dark skin tone | fast | hurry | man | marathon | move | quick | race | racing | run | rush | speed
+ man running: dark skin tone
+ fast | hurry | light skin tone | marathon | move | quick | race | racing | run | rush | speed | woman
+ woman running: light skin tone
+ fast | hurry | marathon | medium-light skin tone | move | quick | race | racing | run | rush | speed | woman
+ woman running: medium-light skin tone
+ fast | hurry | marathon | medium skin tone | move | quick | race | racing | run | rush | speed | woman
+ woman running: medium skin tone
+ fast | hurry | marathon | medium-dark skin tone | move | quick | race | racing | run | rush | speed | woman
+ woman running: medium-dark skin tone
+ dark skin tone | fast | hurry | marathon | move | quick | race | racing | run | rush | speed | woman
+ woman running: dark skin tone
+ facing | fast | hurry | marathon | move | person | quick | race | racing | right | run | rush | speed
+ person running: facing right
+ facing | fast | hurry | light skin tone | marathon | move | person | quick | race | racing | right | run | rush | speed
+ person running: light skin tone, facing right
+ facing | fast | hurry | marathon | medium-light skin tone | move | person | quick | race | racing | right | run | rush | speed
+ person running: medium-light skin tone, facing right
+ facing | fast | hurry | marathon | medium skin tone | move | person | quick | race | racing | right | run | rush | speed
+ person running: medium skin tone, facing right
+ facing | fast | hurry | marathon | medium-dark skin tone | move | person | quick | race | racing | right | run | rush | speed
+ person running: medium-dark skin tone, facing right
+ dark skin tone | facing | fast | hurry | marathon | move | person | quick | race | racing | right | run | rush | speed
+ person running: dark skin tone, facing right
+ facing | fast | hurry | marathon | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: facing right
+ facing | fast | hurry | light skin tone | marathon | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: light skin tone, facing right
+ facing | fast | hurry | marathon | medium-light skin tone | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: medium-light skin tone, facing right
+ facing | fast | hurry | marathon | medium skin tone | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: medium skin tone, facing right
+ facing | fast | hurry | marathon | medium-dark skin tone | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: medium-dark skin tone, facing right
+ dark skin tone | facing | fast | hurry | marathon | move | quick | race | racing | right | run | rush | speed | woman
+ woman running: dark skin tone, facing right
+ facing | fast | hurry | man | marathon | move | quick | race | racing | right | run | rush | speed
+ man running: facing right
+ facing | fast | hurry | light skin tone | man | marathon | move | quick | race | racing | right | run | rush | speed
+ man running: light skin tone, facing right
+ facing | fast | hurry | man | marathon | medium-light skin tone | move | quick | race | racing | right | run | rush | speed
+ man running: medium-light skin tone, facing right
+ facing | fast | hurry | man | marathon | medium skin tone | move | quick | race | racing | right | run | rush | speed
+ man running: medium skin tone, facing right
+ facing | fast | hurry | man | marathon | medium-dark skin tone | move | quick | race | racing | right | run | rush | speed
+ man running: medium-dark skin tone, facing right
+ dark skin tone | facing | fast | hurry | man | marathon | move | quick | race | racing | right | run | rush | speed
+ man running: dark skin tone, facing right
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | light skin tone | salsa | tango | woman
+ woman dancing: light skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | medium-light skin tone | salsa | tango | woman
+ woman dancing: medium-light skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | medium skin tone | salsa | tango | woman
+ woman dancing: medium skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | medium-dark skin tone | salsa | tango | woman
+ woman dancing: medium-dark skin tone
+ dance | dancer | dancing | dark skin tone | elegant | festive | flair | flamenco | groove | let’s | salsa | tango | woman
+ woman dancing: dark skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | light skin tone | man | salsa | tango
+ man dancing: light skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | man | medium-light skin tone | salsa | tango
+ man dancing: medium-light skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | man | medium skin tone | salsa | tango
+ man dancing: medium skin tone
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | man | medium-dark skin tone | salsa | tango
+ man dancing: medium-dark skin tone
+ dance | dancer | dancing | dark skin tone | elegant | festive | flair | flamenco | groove | let’s | man | salsa | tango
+ man dancing: dark skin tone
+ business | levitating | light skin tone | person | suit
+ person in suit levitating: light skin tone
+ business | levitating | medium-light skin tone | person | suit
+ person in suit levitating: medium-light skin tone
+ business | levitating | medium skin tone | person | suit
+ person in suit levitating: medium skin tone
+ business | levitating | medium-dark skin tone | person | suit
+ person in suit levitating: medium-dark skin tone
+ business | dark skin tone | levitating | person | suit
+ person in suit levitating: dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears: dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-light skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears: dark skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-light skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-light skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium skin tone
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | medium-dark skin tone | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: medium-dark skin tone
+ bestie | bff | bunny | counterpart | dancer | dark skin tone | double | ear | identical | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears: dark skin tone
+ day | light skin tone | luxurious | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room: light skin tone
+ day | luxurious | medium-light skin tone | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room: medium-light skin tone
+ day | luxurious | medium skin tone | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room: medium skin tone
+ day | luxurious | medium-dark skin tone | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room: medium-dark skin tone
+ dark skin tone | day | luxurious | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room: dark skin tone
+ day | light skin tone | luxurious | man | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room: light skin tone
+ day | luxurious | man | medium-light skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room: medium-light skin tone
+ day | luxurious | man | medium skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room: medium skin tone
+ day | luxurious | man | medium-dark skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room: medium-dark skin tone
+ dark skin tone | day | luxurious | man | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room: dark skin tone
+ day | light skin tone | luxurious | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room: light skin tone
+ day | luxurious | medium-light skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room: medium-light skin tone
+ day | luxurious | medium skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room: medium skin tone
+ day | luxurious | medium-dark skin tone | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room: medium-dark skin tone
+ dark skin tone | day | luxurious | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room: dark skin tone
+ climb | climber | climbing | light skin tone | mountain | person | rock | scale | up
+ person climbing: light skin tone
+ climb | climber | climbing | medium-light skin tone | mountain | person | rock | scale | up
+ person climbing: medium-light skin tone
+ climb | climber | climbing | medium skin tone | mountain | person | rock | scale | up
+ person climbing: medium skin tone
+ climb | climber | climbing | medium-dark skin tone | mountain | person | rock | scale | up
+ person climbing: medium-dark skin tone
+ climb | climber | climbing | dark skin tone | mountain | person | rock | scale | up
+ person climbing: dark skin tone
+ climb | climber | climbing | light skin tone | man | mountain | rock | scale | up
+ man climbing: light skin tone
+ climb | climber | climbing | man | medium-light skin tone | mountain | rock | scale | up
+ man climbing: medium-light skin tone
+ climb | climber | climbing | man | medium skin tone | mountain | rock | scale | up
+ man climbing: medium skin tone
+ climb | climber | climbing | man | medium-dark skin tone | mountain | rock | scale | up
+ man climbing: medium-dark skin tone
+ climb | climber | climbing | dark skin tone | man | mountain | rock | scale | up
+ man climbing: dark skin tone
+ climb | climber | climbing | light skin tone | mountain | rock | scale | up | woman
+ woman climbing: light skin tone
+ climb | climber | climbing | medium-light skin tone | mountain | rock | scale | up | woman
+ woman climbing: medium-light skin tone
+ climb | climber | climbing | medium skin tone | mountain | rock | scale | up | woman
+ woman climbing: medium skin tone
+ climb | climber | climbing | medium-dark skin tone | mountain | rock | scale | up | woman
+ woman climbing: medium-dark skin tone
+ climb | climber | climbing | dark skin tone | mountain | rock | scale | up | woman
+ woman climbing: dark skin tone
+ horse | jockey | light skin tone | racehorse | racing | riding | sport
+ horse racing: light skin tone
+ horse | jockey | medium-light skin tone | racehorse | racing | riding | sport
+ horse racing: medium-light skin tone
+ horse | jockey | medium skin tone | racehorse | racing | riding | sport
+ horse racing: medium skin tone
+ horse | jockey | medium-dark skin tone | racehorse | racing | riding | sport
+ horse racing: medium-dark skin tone
+ dark skin tone | horse | jockey | racehorse | racing | riding | sport
+ horse racing: dark skin tone
+ light skin tone | ski | snow | snowboard | snowboarder | sport
+ snowboarder: light skin tone
+ medium-light skin tone | ski | snow | snowboard | snowboarder | sport
+ snowboarder: medium-light skin tone
+ medium skin tone | ski | snow | snowboard | snowboarder | sport
+ snowboarder: medium skin tone
+ medium-dark skin tone | ski | snow | snowboard | snowboarder | sport
+ snowboarder: medium-dark skin tone
+ dark skin tone | ski | snow | snowboard | snowboarder | sport
+ snowboarder: dark skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | light skin tone | person | pga | putt | range | tee
+ person golfing: light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium-light skin tone | person | pga | putt | range | tee
+ person golfing: medium-light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium skin tone | person | pga | putt | range | tee
+ person golfing: medium skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium-dark skin tone | person | pga | putt | range | tee
+ person golfing: medium-dark skin tone
+ ball | birdie | caddy | dark skin tone | driving | golf | golfing | green | person | pga | putt | range | tee
+ person golfing: dark skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | light skin tone | man | pga | putt | range | tee
+ man golfing: light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | man | medium-light skin tone | pga | putt | range | tee
+ man golfing: medium-light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | man | medium skin tone | pga | putt | range | tee
+ man golfing: medium skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | man | medium-dark skin tone | pga | putt | range | tee
+ man golfing: medium-dark skin tone
+ ball | birdie | caddy | dark skin tone | driving | golf | golfing | green | man | pga | putt | range | tee
+ man golfing: dark skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | light skin tone | pga | putt | range | tee | woman
+ woman golfing: light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium-light skin tone | pga | putt | range | tee | woman
+ woman golfing: medium-light skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium skin tone | pga | putt | range | tee | woman
+ woman golfing: medium skin tone
+ ball | birdie | caddy | driving | golf | golfing | green | medium-dark skin tone | pga | putt | range | tee | woman
+ woman golfing: medium-dark skin tone
+ ball | birdie | caddy | dark skin tone | driving | golf | golfing | green | pga | putt | range | tee | woman
+ woman golfing: dark skin tone
+ beach | light skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing: light skin tone
+ beach | medium-light skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing: medium-light skin tone
+ beach | medium skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing: medium skin tone
+ beach | medium-dark skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing: medium-dark skin tone
+ beach | dark skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing: dark skin tone
+ beach | light skin tone | man | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing: light skin tone
+ beach | man | medium-light skin tone | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing: medium-light skin tone
+ beach | man | medium skin tone | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing: medium skin tone
+ beach | man | medium-dark skin tone | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing: medium-dark skin tone
+ beach | dark skin tone | man | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing: dark skin tone
+ beach | light skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing: light skin tone
+ beach | medium-light skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing: medium-light skin tone
+ beach | medium skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing: medium skin tone
+ beach | medium-dark skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing: medium-dark skin tone
+ beach | dark skin tone | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing: dark skin tone
+ boat | canoe | cruise | fishing | lake | light skin tone | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat: light skin tone
+ boat | canoe | cruise | fishing | lake | medium-light skin tone | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat: medium-light skin tone
+ boat | canoe | cruise | fishing | lake | medium skin tone | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat: medium skin tone
+ boat | canoe | cruise | fishing | lake | medium-dark skin tone | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat: medium-dark skin tone
+ boat | canoe | cruise | dark skin tone | fishing | lake | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat: dark skin tone
+ boat | canoe | cruise | fishing | lake | light skin tone | man | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat: light skin tone
+ boat | canoe | cruise | fishing | lake | man | medium-light skin tone | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat: medium-light skin tone
+ boat | canoe | cruise | fishing | lake | man | medium skin tone | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat: medium skin tone
+ boat | canoe | cruise | fishing | lake | man | medium-dark skin tone | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat: medium-dark skin tone
+ boat | canoe | cruise | dark skin tone | fishing | lake | man | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat: dark skin tone
+ boat | canoe | cruise | fishing | lake | light skin tone | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat: light skin tone
+ boat | canoe | cruise | fishing | lake | medium-light skin tone | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat: medium-light skin tone
+ boat | canoe | cruise | fishing | lake | medium skin tone | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat: medium skin tone
+ boat | canoe | cruise | fishing | lake | medium-dark skin tone | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat: medium-dark skin tone
+ boat | canoe | cruise | dark skin tone | fishing | lake | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat: dark skin tone
+ freestyle | light skin tone | person | sport | swim | swimmer | swimming | triathlon
+ person swimming: light skin tone
+ freestyle | medium-light skin tone | person | sport | swim | swimmer | swimming | triathlon
+ person swimming: medium-light skin tone
+ freestyle | medium skin tone | person | sport | swim | swimmer | swimming | triathlon
+ person swimming: medium skin tone
+ freestyle | medium-dark skin tone | person | sport | swim | swimmer | swimming | triathlon
+ person swimming: medium-dark skin tone
+ dark skin tone | freestyle | person | sport | swim | swimmer | swimming | triathlon
+ person swimming: dark skin tone
+ freestyle | light skin tone | man | sport | swim | swimmer | swimming | triathlon
+ man swimming: light skin tone
+ freestyle | man | medium-light skin tone | sport | swim | swimmer | swimming | triathlon
+ man swimming: medium-light skin tone
+ freestyle | man | medium skin tone | sport | swim | swimmer | swimming | triathlon
+ man swimming: medium skin tone
+ freestyle | man | medium-dark skin tone | sport | swim | swimmer | swimming | triathlon
+ man swimming: medium-dark skin tone
+ dark skin tone | freestyle | man | sport | swim | swimmer | swimming | triathlon
+ man swimming: dark skin tone
+ freestyle | light skin tone | man | sport | swim | swimmer | swimming | triathlon
+ woman swimming: light skin tone
+ freestyle | man | medium-light skin tone | sport | swim | swimmer | swimming | triathlon
+ woman swimming: medium-light skin tone
+ freestyle | man | medium skin tone | sport | swim | swimmer | swimming | triathlon
+ woman swimming: medium skin tone
+ freestyle | man | medium-dark skin tone | sport | swim | swimmer | swimming | triathlon
+ woman swimming: medium-dark skin tone
+ dark skin tone | freestyle | man | sport | swim | swimmer | swimming | triathlon
+ woman swimming: dark skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | light skin tone | net | person | player | throw
+ person bouncing ball: light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium-light skin tone | net | person | player | throw
+ person bouncing ball: medium-light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium skin tone | net | person | player | throw
+ person bouncing ball: medium skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium-dark skin tone | net | person | player | throw
+ person bouncing ball: medium-dark skin tone
+ athletic | ball | basketball | bouncing | championship | dark skin tone | dribble | net | person | player | throw
+ person bouncing ball: dark skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | light skin tone | man | net | player | throw
+ man bouncing ball: light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | man | medium-light skin tone | net | player | throw
+ man bouncing ball: medium-light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | man | medium skin tone | net | player | throw
+ man bouncing ball: medium skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | man | medium-dark skin tone | net | player | throw
+ man bouncing ball: medium-dark skin tone
+ athletic | ball | basketball | bouncing | championship | dark skin tone | dribble | man | net | player | throw
+ man bouncing ball: dark skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | light skin tone | net | player | throw | woman
+ woman bouncing ball: light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium-light skin tone | net | player | throw | woman
+ woman bouncing ball: medium-light skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium skin tone | net | player | throw | woman
+ woman bouncing ball: medium skin tone
+ athletic | ball | basketball | bouncing | championship | dribble | medium-dark skin tone | net | player | throw | woman
+ woman bouncing ball: medium-dark skin tone
+ athletic | ball | basketball | bouncing | championship | dark skin tone | dribble | net | player | throw | woman
+ woman bouncing ball: dark skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | light skin tone | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights: light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium-light skin tone | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights: medium-light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium skin tone | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights: medium skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium-dark skin tone | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights: medium-dark skin tone
+ barbell | bodybuilder | dark skin tone | deadlift | lifter | lifting | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights: dark skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | light skin tone | man | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights: light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | man | medium-light skin tone | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights: medium-light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | man | medium skin tone | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights: medium skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | man | medium-dark skin tone | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights: medium-dark skin tone
+ barbell | bodybuilder | dark skin tone | deadlift | lifter | lifting | man | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights: dark skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | light skin tone | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights: light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium-light skin tone | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights: medium-light skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium skin tone | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights: medium skin tone
+ barbell | bodybuilder | deadlift | lifter | lifting | medium-dark skin tone | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights: medium-dark skin tone
+ barbell | bodybuilder | dark skin tone | deadlift | lifter | lifting | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | person | riding | sport
+ person biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-light skin tone | person | riding | sport
+ person biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium skin tone | person | riding | sport
+ person biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-dark skin tone | person | riding | sport
+ person biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | person | riding | sport
+ person biking: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | man | riding | sport
+ man biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium-light skin tone | riding | sport
+ man biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium skin tone | riding | sport
+ man biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium-dark skin tone | riding | sport
+ man biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | man | riding | sport
+ man biking: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | riding | sport | woman
+ woman biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-light skin tone | riding | sport | woman
+ woman biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium skin tone | riding | sport | woman
+ woman biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-dark skin tone | riding | sport | woman
+ woman biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | riding | sport | woman
+ woman biking: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | mountain | person | riding | sport
+ person mountain biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-light skin tone | mountain | person | riding | sport
+ person mountain biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium skin tone | mountain | person | riding | sport
+ person mountain biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-dark skin tone | mountain | person | riding | sport
+ person mountain biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | mountain | person | riding | sport
+ person mountain biking: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | man | mountain | riding | sport
+ man mountain biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium-light skin tone | mountain | riding | sport
+ man mountain biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium skin tone | mountain | riding | sport
+ man mountain biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | medium-dark skin tone | mountain | riding | sport
+ man mountain biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | man | mountain | riding | sport
+ man mountain biking: dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | light skin tone | mountain | riding | sport | woman
+ woman mountain biking: light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-light skin tone | mountain | riding | sport | woman
+ woman mountain biking: medium-light skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium skin tone | mountain | riding | sport | woman
+ woman mountain biking: medium skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | medium-dark skin tone | mountain | riding | sport | woman
+ woman mountain biking: medium-dark skin tone
+ bicycle | bicyclist | bike | biking | cycle | cyclist | dark skin tone | mountain | riding | sport | woman
+ woman mountain biking: dark skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | light skin tone | person | somersault
+ person cartwheeling: light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium-light skin tone | person | somersault
+ person cartwheeling: medium-light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium skin tone | person | somersault
+ person cartwheeling: medium skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium-dark skin tone | person | somersault
+ person cartwheeling: medium-dark skin tone
+ active | cartwheel | cartwheeling | dark skin tone | excited | flip | gymnastics | happy | person | somersault
+ person cartwheeling: dark skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | light skin tone | man | somersault
+ man cartwheeling: light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | man | medium-light skin tone | somersault
+ man cartwheeling: medium-light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | man | medium skin tone | somersault
+ man cartwheeling: medium skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | man | medium-dark skin tone | somersault
+ man cartwheeling: medium-dark skin tone
+ active | cartwheel | cartwheeling | dark skin tone | excited | flip | gymnastics | happy | man | somersault
+ man cartwheeling: dark skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | light skin tone | somersault | woman
+ woman cartwheeling: light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium-light skin tone | somersault | woman
+ woman cartwheeling: medium-light skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium skin tone | somersault | woman
+ woman cartwheeling: medium skin tone
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | medium-dark skin tone | somersault | woman
+ woman cartwheeling: medium-dark skin tone
+ active | cartwheel | cartwheeling | dark skin tone | excited | flip | gymnastics | happy | somersault | woman
+ woman cartwheeling: dark skin tone
+ combat | duel | grapple | light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: light skin tone
+ combat | duel | grapple | medium-light skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-light skin tone
+ combat | duel | grapple | medium skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium skin tone
+ combat | duel | grapple | medium-dark skin tone | people | ring | tournament | wrestle | wrestling
+ people wrestling: medium-dark skin tone
+ combat | dark skin tone | duel | grapple | people | ring | tournament | wrestle | wrestling
+ people wrestling: dark skin tone
+ combat | duel | grapple | light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: light skin tone
+ combat | duel | grapple | medium-light skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-light skin tone
+ combat | duel | grapple | medium skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium skin tone
+ combat | duel | grapple | medium-dark skin tone | ring | tournament | women | wrestle | wrestling
+ women wrestling: medium-dark skin tone
+ combat | dark skin tone | duel | grapple | ring | tournament | women | wrestle | wrestling
+ women wrestling: dark skin tone
+ combat | duel | grapple | light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: light skin tone
+ combat | duel | grapple | medium-light skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-light skin tone
+ combat | duel | grapple | medium skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium skin tone
+ combat | duel | grapple | medium-dark skin tone | men | ring | tournament | wrestle | wrestling
+ men wrestling: medium-dark skin tone
+ combat | dark skin tone | duel | grapple | men | ring | tournament | wrestle | wrestling
+ men wrestling: dark skin tone
+ light skin tone | person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo: light skin tone
+ medium-light skin tone | person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo: medium-light skin tone
+ medium skin tone | person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo: medium skin tone
+ medium-dark skin tone | person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo: medium-dark skin tone
+ dark skin tone | person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo: dark skin tone
+ light skin tone | man | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo: light skin tone
+ man | medium-light skin tone | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo: medium-light skin tone
+ man | medium skin tone | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo: medium skin tone
+ man | medium-dark skin tone | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo: medium-dark skin tone
+ dark skin tone | man | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo: dark skin tone
+ light skin tone | playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo: light skin tone
+ medium-light skin tone | playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo: medium-light skin tone
+ medium skin tone | playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo: medium skin tone
+ medium-dark skin tone | playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo: medium-dark skin tone
+ dark skin tone | playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo: dark skin tone
+ athletics | ball | catch | chuck | handball | hurl | light skin tone | lob | person | pitch | playing | sport | throw | toss
+ person playing handball: light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium-light skin tone | person | pitch | playing | sport | throw | toss
+ person playing handball: medium-light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium skin tone | person | pitch | playing | sport | throw | toss
+ person playing handball: medium skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium-dark skin tone | person | pitch | playing | sport | throw | toss
+ person playing handball: medium-dark skin tone
+ athletics | ball | catch | chuck | dark skin tone | handball | hurl | lob | person | pitch | playing | sport | throw | toss
+ person playing handball: dark skin tone
+ athletics | ball | catch | chuck | handball | hurl | light skin tone | lob | man | pitch | playing | sport | throw | toss
+ man playing handball: light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | man | medium-light skin tone | pitch | playing | sport | throw | toss
+ man playing handball: medium-light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | man | medium skin tone | pitch | playing | sport | throw | toss
+ man playing handball: medium skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | man | medium-dark skin tone | pitch | playing | sport | throw | toss
+ man playing handball: medium-dark skin tone
+ athletics | ball | catch | chuck | dark skin tone | handball | hurl | lob | man | pitch | playing | sport | throw | toss
+ man playing handball: dark skin tone
+ athletics | ball | catch | chuck | handball | hurl | light skin tone | lob | pitch | playing | sport | throw | toss | woman
+ woman playing handball: light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium-light skin tone | pitch | playing | sport | throw | toss | woman
+ woman playing handball: medium-light skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium skin tone | pitch | playing | sport | throw | toss | woman
+ woman playing handball: medium skin tone
+ athletics | ball | catch | chuck | handball | hurl | lob | medium-dark skin tone | pitch | playing | sport | throw | toss | woman
+ woman playing handball: medium-dark skin tone
+ athletics | ball | catch | chuck | dark skin tone | handball | hurl | lob | pitch | playing | sport | throw | toss | woman
+ woman playing handball: dark skin tone
+ act | balance | balancing | handle | juggle | juggling | light skin tone | manage | multitask | person | skill
+ person juggling: light skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium-light skin tone | multitask | person | skill
+ person juggling: medium-light skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium skin tone | multitask | person | skill
+ person juggling: medium skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium-dark skin tone | multitask | person | skill
+ person juggling: medium-dark skin tone
+ act | balance | balancing | dark skin tone | handle | juggle | juggling | manage | multitask | person | skill
+ person juggling: dark skin tone
+ act | balance | balancing | handle | juggle | juggling | light skin tone | man | manage | multitask | skill
+ man juggling: light skin tone
+ act | balance | balancing | handle | juggle | juggling | man | manage | medium-light skin tone | multitask | skill
+ man juggling: medium-light skin tone
+ act | balance | balancing | handle | juggle | juggling | man | manage | medium skin tone | multitask | skill
+ man juggling: medium skin tone
+ act | balance | balancing | handle | juggle | juggling | man | manage | medium-dark skin tone | multitask | skill
+ man juggling: medium-dark skin tone
+ act | balance | balancing | dark skin tone | handle | juggle | juggling | man | manage | multitask | skill
+ man juggling: dark skin tone
+ act | balance | balancing | handle | juggle | juggling | light skin tone | manage | multitask | skill | woman
+ woman juggling: light skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium-light skin tone | multitask | skill | woman
+ woman juggling: medium-light skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium skin tone | multitask | skill | woman
+ woman juggling: medium skin tone
+ act | balance | balancing | handle | juggle | juggling | manage | medium-dark skin tone | multitask | skill | woman
+ woman juggling: medium-dark skin tone
+ act | balance | balancing | dark skin tone | handle | juggle | juggling | manage | multitask | skill | woman
+ woman juggling: dark skin tone
+ cross | legged | legs | light skin tone | lotus | meditation | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position: light skin tone
+ cross | legged | legs | lotus | meditation | medium-light skin tone | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position: medium-light skin tone
+ cross | legged | legs | lotus | meditation | medium skin tone | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position: medium skin tone
+ cross | legged | legs | lotus | meditation | medium-dark skin tone | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position: medium-dark skin tone
+ cross | dark skin tone | legged | legs | lotus | meditation | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position: dark skin tone
+ cross | legged | legs | light skin tone | lotus | man | meditation | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position: light skin tone
+ cross | legged | legs | lotus | man | meditation | medium-light skin tone | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position: medium-light skin tone
+ cross | legged | legs | lotus | man | meditation | medium skin tone | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position: medium skin tone
+ cross | legged | legs | lotus | man | meditation | medium-dark skin tone | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position: medium-dark skin tone
+ cross | dark skin tone | legged | legs | lotus | man | meditation | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position: dark skin tone
+ cross | legged | legs | light skin tone | lotus | meditation | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position: light skin tone
+ cross | legged | legs | lotus | meditation | medium-light skin tone | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position: medium-light skin tone
+ cross | legged | legs | lotus | meditation | medium skin tone | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position: medium skin tone
+ cross | legged | legs | lotus | meditation | medium-dark skin tone | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position: medium-dark skin tone
+ cross | dark skin tone | legged | legs | lotus | meditation | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position: dark skin tone
+ bath | bathtub | light skin tone | person | taking | tub
+ person taking bath: light skin tone
+ bath | bathtub | medium-light skin tone | person | taking | tub
+ person taking bath: medium-light skin tone
+ bath | bathtub | medium skin tone | person | taking | tub
+ person taking bath: medium skin tone
+ bath | bathtub | medium-dark skin tone | person | taking | tub
+ person taking bath: medium-dark skin tone
+ bath | bathtub | dark skin tone | person | taking | tub
+ person taking bath: dark skin tone
+ bed | bedtime | good | goodnight | hotel | light skin tone | nap | night | person | sleep | tired | zzz
+ person in bed: light skin tone
+ bed | bedtime | good | goodnight | hotel | medium-light skin tone | nap | night | person | sleep | tired | zzz
+ person in bed: medium-light skin tone
+ bed | bedtime | good | goodnight | hotel | medium skin tone | nap | night | person | sleep | tired | zzz
+ person in bed: medium skin tone
+ bed | bedtime | good | goodnight | hotel | medium-dark skin tone | nap | night | person | sleep | tired | zzz
+ person in bed: medium-dark skin tone
+ bed | bedtime | dark skin tone | good | goodnight | hotel | nap | night | person | sleep | tired | zzz
+ person in bed: dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | people | twins
+ people holding hands: light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium-light skin tone | people | twins
+ people holding hands: light skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium skin tone | people | twins
+ people holding hands: light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium-dark skin tone | people | twins
+ people holding hands: light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | people | twins
+ people holding hands: light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium-light skin tone | people | twins
+ people holding hands: medium-light skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium-light skin tone | people | twins
+ people holding hands: medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-light skin tone | people | twins
+ people holding hands: medium-light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | medium-light skin tone | people | twins
+ people holding hands: medium-light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-light skin tone | people | twins
+ people holding hands: medium-light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium skin tone | people | twins
+ people holding hands: medium skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-light skin tone | people | twins
+ people holding hands: medium skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium skin tone | people | twins
+ people holding hands: medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-dark skin tone | people | twins
+ people holding hands: medium skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium skin tone | people | twins
+ people holding hands: medium skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | medium-dark skin tone | people | twins
+ people holding hands: medium-dark skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | medium-light skin tone | people | twins
+ people holding hands: medium-dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-dark skin tone | people | twins
+ people holding hands: medium-dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | people | twins
+ people holding hands: medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-dark skin tone | people | twins
+ people holding hands: medium-dark skin tone, dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | people | twins
+ people holding hands: dark skin tone, light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-light skin tone | people | twins
+ people holding hands: dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium skin tone | people | twins
+ people holding hands: dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-dark skin tone | people | twins
+ people holding hands: dark skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | people | twins
+ people holding hands: dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | sisters | twins | women
+ women holding hands: light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: light skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium skin tone | sisters | twins | women
+ women holding hands: light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium-dark skin tone | sisters | twins | women
+ women holding hands: light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | light skin tone | sisters | twins | women
+ women holding hands: light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-light skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium-dark skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium skin tone | sisters | twins | women
+ women holding hands: medium skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: medium skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium skin tone | sisters | twins | women
+ women holding hands: medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium skin tone | medium-dark skin tone | sisters | twins | women
+ women holding hands: medium skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium skin tone | sisters | twins | women
+ women holding hands: medium skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | light skin tone | medium-dark skin tone | sisters | twins | women
+ women holding hands: medium-dark skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium-dark skin tone | medium-light skin tone | sisters | twins | women
+ women holding hands: medium-dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium skin tone | medium-dark skin tone | sisters | twins | women
+ women holding hands: medium-dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | medium-dark skin tone | sisters | twins | women
+ women holding hands: medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium-dark skin tone | sisters | twins | women
+ women holding hands: medium-dark skin tone, dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | light skin tone | sisters | twins | women
+ women holding hands: dark skin tone, light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium-light skin tone | sisters | twins | women
+ women holding hands: dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium skin tone | sisters | twins | women
+ women holding hands: dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | medium-dark skin tone | sisters | twins | women
+ women holding hands: dark skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | girls | hand | hold | sisters | twins | women
+ women holding hands: dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | twins | woman
+ woman and man holding hands: light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium-light skin tone | twins | woman
+ woman and man holding hands: light skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium skin tone | twins | woman
+ woman and man holding hands: light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium-dark skin tone | twins | woman
+ woman and man holding hands: light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | man | twins | woman
+ woman and man holding hands: light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-light skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium skin tone | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-light skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium-dark skin tone | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-light skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-light skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium skin tone | twins | woman
+ woman and man holding hands: medium skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium skin tone | medium-light skin tone | twins | woman
+ woman and man holding hands: medium skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium skin tone | twins | woman
+ woman and man holding hands: medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium skin tone | medium-dark skin tone | twins | woman
+ woman and man holding hands: medium skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium skin tone | twins | woman
+ woman and man holding hands: medium skin tone, dark skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | light skin tone | man | medium-dark skin tone | twins | woman
+ woman and man holding hands: medium-dark skin tone, light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium-dark skin tone | medium-light skin tone | twins | woman
+ woman and man holding hands: medium-dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium skin tone | medium-dark skin tone | twins | woman
+ woman and man holding hands: medium-dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | medium-dark skin tone | twins | woman
+ woman and man holding hands: medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium-dark skin tone | twins | woman
+ woman and man holding hands: medium-dark skin tone, dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | man | twins | woman
+ woman and man holding hands: dark skin tone, light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium-light skin tone | twins | woman
+ woman and man holding hands: dark skin tone, medium-light skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium skin tone | twins | woman
+ woman and man holding hands: dark skin tone, medium skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | medium-dark skin tone | twins | woman
+ woman and man holding hands: dark skin tone, medium-dark skin tone
+ bae | bestie | bff | couple | dark skin tone | dating | flirt | friends | hand | hold | man | twins | woman
+ woman and man holding hands: dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | men | twins
+ men holding hands: light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium-light skin tone | men | twins
+ men holding hands: light skin tone, medium-light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium skin tone | men | twins
+ men holding hands: light skin tone, medium skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium-dark skin tone | men | twins
+ men holding hands: light skin tone, medium-dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | men | twins
+ men holding hands: light skin tone, dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium-light skin tone | men | twins
+ men holding hands: medium-light skin tone, light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium-light skin tone | men | twins
+ men holding hands: medium-light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-light skin tone | men | twins
+ men holding hands: medium-light skin tone, medium skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | medium-light skin tone | men | twins
+ men holding hands: medium-light skin tone, medium-dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-light skin tone | men | twins
+ men holding hands: medium-light skin tone, dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium skin tone | men | twins
+ men holding hands: medium skin tone, light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-light skin tone | men | twins
+ men holding hands: medium skin tone, medium-light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium skin tone | men | twins
+ men holding hands: medium skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-dark skin tone | men | twins
+ men holding hands: medium skin tone, medium-dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium skin tone | men | twins
+ men holding hands: medium skin tone, dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | light skin tone | medium-dark skin tone | men | twins
+ men holding hands: medium-dark skin tone, light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | medium-light skin tone | men | twins
+ men holding hands: medium-dark skin tone, medium-light skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium skin tone | medium-dark skin tone | men | twins
+ men holding hands: medium-dark skin tone, medium skin tone
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | medium-dark skin tone | men | twins
+ men holding hands: medium-dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-dark skin tone | men | twins
+ men holding hands: medium-dark skin tone, dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | light skin tone | men | twins
+ men holding hands: dark skin tone, light skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-light skin tone | men | twins
+ men holding hands: dark skin tone, medium-light skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium skin tone | men | twins
+ men holding hands: dark skin tone, medium skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | medium-dark skin tone | men | twins
+ men holding hands: dark skin tone, medium-dark skin tone
+ bae | bestie | bff | boys | brothers | couple | dark skin tone | dating | flirt | friends | hand | hold | men | twins
+ men holding hands: dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | light skin tone | love | mwah | person | romance | together | xoxo
+ kiss: light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-light skin tone | mwah | person | romance | together | xoxo
+ kiss: medium-light skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium skin tone | mwah | person | romance | together | xoxo
+ kiss: medium skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | medium-dark skin tone | mwah | person | romance | together | xoxo
+ kiss: medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | date | dating | heart | kiss | love | mwah | person | romance | together | xoxo
+ kiss: dark skin tone
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | mwah | person | romance | together | woman | xoxo
+ kiss: woman, man
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | man | mwah | person | romance | together | xoxo
+ kiss: man, man
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | mwah | person | romance | together | woman | xoxo
+ kiss: woman, woman
+ anniversary | babe | bae | couple | dating | heart | kiss | light skin tone | love | person | relationship | romance | together | you
+ couple with heart: light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-light skin tone | person | relationship | romance | together | you
+ couple with heart: medium-light skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium skin tone | person | relationship | romance | together | you
+ couple with heart: medium skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | medium-dark skin tone | person | relationship | romance | together | you
+ couple with heart: medium-dark skin tone
+ anniversary | babe | bae | couple | dark skin tone | dating | heart | kiss | love | person | relationship | romance | together | you
+ couple with heart: dark skin tone
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | person | relationship | romance | together | woman | you
+ couple with heart: woman, man
+ anniversary | babe | bae | couple | dating | heart | kiss | love | man | person | relationship | romance | together | you
+ couple with heart: man, man
+ anniversary | babe | bae | couple | dating | heart | kiss | love | person | relationship | romance | together | woman | you
+ couple with heart: woman, woman
+ boy | child | family | man | woman
+ family: man, woman, boy
+ child | family | girl | man | woman
+ family: man, woman, girl
+ boy | child | family | girl | man | woman
+ family: man, woman, girl, boy
+ boy | child | family | man | woman
+ family: man, woman, boy, boy
+ child | family | girl | man | woman
+ family: man, woman, girl, girl
+ boy | child | family | man
+ family: man, man, boy
+ child | family | girl | man
+ family: man, man, girl
+ boy | child | family | girl | man
+ family: man, man, girl, boy
+ boy | child | family | man
+ family: man, man, boy, boy
+ child | family | girl | man
+ family: man, man, girl, girl
+ boy | child | family | woman
+ family: woman, woman, boy
+ child | family | girl | woman
+ family: woman, woman, girl
+ boy | child | family | girl | woman
+ family: woman, woman, girl, boy
+ boy | child | family | woman
+ family: woman, woman, boy, boy
+ child | family | girl | woman
+ family: woman, woman, girl, girl
+ boy | child | family | man
+ family: man, boy
+ boy | child | family | man
+ family: man, boy, boy
+ child | family | girl | man
+ family: man, girl
+ boy | child | family | girl | man
+ family: man, girl, boy
+ child | family | girl | man
+ family: man, girl, girl
+ boy | child | family | woman
+ family: woman, boy
+ boy | child | family | woman
+ family: woman, boy, boy
+ child | family | girl | woman
+ family: woman, girl
+ boy | child | family | girl | woman
+ family: woman, girl, boy
+ child | family | girl | woman
+ family: woman, girl, girl
+ keycap
+ keycap: #
+ keycap
+ keycap: *
+ keycap
+ keycap: 10
+ flag
+ flag: Ascension Island
+ flag
+ flag: Andorra
+ flag
+ flag: United Arab Emirates
+ flag
+ flag: Afghanistan
+ flag
+ flag: Antigua & Barbuda
+ flag
+ flag: Anguilla
+ flag
+ flag: Albania
+ flag
+ flag: Armenia
+ flag
+ flag: Angola
+ flag
+ flag: Antarctica
+ flag
+ flag: Argentina
+ flag
+ flag: American Samoa
+ flag
+ flag: Austria
+ flag
+ flag: Australia
+ flag
+ flag: Aruba
+ flag
+ flag: Åland Islands
+ flag
+ flag: Azerbaijan
+ flag
+ flag: Bosnia & Herzegovina
+ flag
+ flag: Barbados
+ flag
+ flag: Bangladesh
+ flag
+ flag: Belgium
+ flag
+ flag: Burkina Faso
+ flag
+ flag: Bulgaria
+ flag
+ flag: Bahrain
+ flag
+ flag: Burundi
+ flag
+ flag: Benin
+ flag
+ flag: St. Barthélemy
+ flag
+ flag: Bermuda
+ flag
+ flag: Brunei
+ flag
+ flag: Bolivia
+ flag
+ flag: Caribbean Netherlands
+ flag
+ flag: Brazil
+ flag
+ flag: Bahamas
+ flag
+ flag: Bhutan
+ flag
+ flag: Bouvet Island
+ flag
+ flag: Botswana
+ flag
+ flag: Belarus
+ flag
+ flag: Belize
+ flag
+ flag: Canada
+ flag
+ flag: Cocos (Keeling) Islands
+ flag
+ flag: Congo - Kinshasa
+ flag
+ flag: Central African Republic
+ flag
+ flag: Congo - Brazzaville
+ flag
+ flag: Switzerland
+ flag
+ flag: Côte d’Ivoire
+ flag
+ flag: Cook Islands
+ flag
+ flag: Chile
+ flag
+ flag: Cameroon
+ flag
+ flag: China
+ flag
+ flag: Colombia
+ flag
+ flag: Clipperton Island
+ flag
+ flag: Sark
+ flag
+ flag: Costa Rica
+ flag
+ flag: Cuba
+ flag
+ flag: Cape Verde
+ flag
+ flag: Curaçao
+ flag
+ flag: Christmas Island
+ flag
+ flag: Cyprus
+ flag
+ flag: Czechia
+ flag
+ flag: Germany
+ flag
+ flag: Diego Garcia
+ flag
+ flag: Djibouti
+ flag
+ flag: Denmark
+ flag
+ flag: Dominica
+ flag
+ flag: Dominican Republic
+ flag
+ flag: Algeria
+ flag
+ flag: Ceuta & Melilla
+ flag
+ flag: Ecuador
+ flag
+ flag: Estonia
+ flag
+ flag: Egypt
+ flag
+ flag: Western Sahara
+ flag
+ flag: Eritrea
+ flag
+ flag: Spain
+ flag
+ flag: Ethiopia
+ flag
+ flag: European Union
+ flag
+ flag: Finland
+ flag
+ flag: Fiji
+ flag
+ flag: Falkland Islands
+ flag
+ flag: Micronesia
+ flag
+ flag: Faroe Islands
+ flag
+ flag: France
+ flag
+ flag: Gabon
+ flag
+ flag: United Kingdom
+ flag
+ flag: Grenada
+ flag
+ flag: Georgia
+ flag
+ flag: French Guiana
+ flag
+ flag: Guernsey
+ flag
+ flag: Ghana
+ flag
+ flag: Gibraltar
+ flag
+ flag: Greenland
+ flag
+ flag: Gambia
+ flag
+ flag: Guinea
+ flag
+ flag: Guadeloupe
+ flag
+ flag: Equatorial Guinea
+ flag
+ flag: Greece
+ flag
+ flag: South Georgia & South Sandwich Islands
+ flag
+ flag: Guatemala
+ flag
+ flag: Guam
+ flag
+ flag: Guinea-Bissau
+ flag
+ flag: Guyana
+ flag
+ flag: Hong Kong SAR China
+ flag
+ flag: Heard & McDonald Islands
+ flag
+ flag: Honduras
+ flag
+ flag: Croatia
+ flag
+ flag: Haiti
+ flag
+ flag: Hungary
+ flag
+ flag: Canary Islands
+ flag
+ flag: Indonesia
+ flag
+ flag: Ireland
+ flag
+ flag: Israel
+ flag
+ flag: Isle of Man
+ flag
+ flag: India
+ flag
+ flag: British Indian Ocean Territory
+ flag
+ flag: Iraq
+ flag
+ flag: Iran
+ flag
+ flag: Iceland
+ flag
+ flag: Italy
+ flag
+ flag: Jersey
+ flag
+ flag: Jamaica
+ flag
+ flag: Jordan
+ flag
+ flag: Japan
+ flag
+ flag: Kenya
+ flag
+ flag: Kyrgyzstan
+ flag
+ flag: Cambodia
+ flag
+ flag: Kiribati
+ flag
+ flag: Comoros
+ flag
+ flag: St. Kitts & Nevis
+ flag
+ flag: North Korea
+ flag
+ flag: South Korea
+ flag
+ flag: Kuwait
+ flag
+ flag: Cayman Islands
+ flag
+ flag: Kazakhstan
+ flag
+ flag: Laos
+ flag
+ flag: Lebanon
+ flag
+ flag: St. Lucia
+ flag
+ flag: Liechtenstein
+ flag
+ flag: Sri Lanka
+ flag
+ flag: Liberia
+ flag
+ flag: Lesotho
+ flag
+ flag: Lithuania
+ flag
+ flag: Luxembourg
+ flag
+ flag: Latvia
+ flag
+ flag: Libya
+ flag
+ flag: Morocco
+ flag
+ flag: Monaco
+ flag
+ flag: Moldova
+ flag
+ flag: Montenegro
+ flag
+ flag: St. Martin
+ flag
+ flag: Madagascar
+ flag
+ flag: Marshall Islands
+ flag
+ flag: North Macedonia
+ flag
+ flag: Mali
+ flag
+ flag: Myanmar (Burma)
+ flag
+ flag: Mongolia
+ flag
+ flag: Macao SAR China
+ flag
+ flag: Northern Mariana Islands
+ flag
+ flag: Martinique
+ flag
+ flag: Mauritania
+ flag
+ flag: Montserrat
+ flag
+ flag: Malta
+ flag
+ flag: Mauritius
+ flag
+ flag: Maldives
+ flag
+ flag: Malawi
+ flag
+ flag: Mexico
+ flag
+ flag: Malaysia
+ flag
+ flag: Mozambique
+ flag
+ flag: Namibia
+ flag
+ flag: New Caledonia
+ flag
+ flag: Niger
+ flag
+ flag: Norfolk Island
+ flag
+ flag: Nigeria
+ flag
+ flag: Nicaragua
+ flag
+ flag: Netherlands
+ flag
+ flag: Norway
+ flag
+ flag: Nepal
+ flag
+ flag: Nauru
+ flag
+ flag: Niue
+ flag
+ flag: New Zealand
+ flag
+ flag: Oman
+ flag
+ flag: Panama
+ flag
+ flag: Peru
+ flag
+ flag: French Polynesia
+ flag
+ flag: Papua New Guinea
+ flag
+ flag: Philippines
+ flag
+ flag: Pakistan
+ flag
+ flag: Poland
+ flag
+ flag: St. Pierre & Miquelon
+ flag
+ flag: Pitcairn Islands
+ flag
+ flag: Puerto Rico
+ flag
+ flag: Palestinian Territories
+ flag
+ flag: Portugal
+ flag
+ flag: Palau
+ flag
+ flag: Paraguay
+ flag
+ flag: Qatar
+ flag
+ flag: Réunion
+ flag
+ flag: Romania
+ flag
+ flag: Serbia
+ flag
+ flag: Russia
+ flag
+ flag: Rwanda
+ flag
+ flag: Saudi Arabia
+ flag
+ flag: Solomon Islands
+ flag
+ flag: Seychelles
+ flag
+ flag: Sudan
+ flag
+ flag: Sweden
+ flag
+ flag: Singapore
+ flag
+ flag: St. Helena
+ flag
+ flag: Slovenia
+ flag
+ flag: Svalbard & Jan Mayen
+ flag
+ flag: Slovakia
+ flag
+ flag: Sierra Leone
+ flag
+ flag: San Marino
+ flag
+ flag: Senegal
+ flag
+ flag: Somalia
+ flag
+ flag: Suriname
+ flag
+ flag: South Sudan
+ flag
+ flag: São Tomé & Príncipe
+ flag
+ flag: El Salvador
+ flag
+ flag: Sint Maarten
+ flag
+ flag: Syria
+ flag
+ flag: Eswatini
+ flag
+ flag: Tristan da Cunha
+ flag
+ flag: Turks & Caicos Islands
+ flag
+ flag: Chad
+ flag
+ flag: French Southern Territories
+ flag
+ flag: Togo
+ flag
+ flag: Thailand
+ flag
+ flag: Tajikistan
+ flag
+ flag: Tokelau
+ flag
+ flag: Timor-Leste
+ flag
+ flag: Turkmenistan
+ flag
+ flag: Tunisia
+ flag
+ flag: Tonga
+ flag
+ flag: Türkiye
+ flag
+ flag: Trinidad & Tobago
+ flag
+ flag: Tuvalu
+ flag
+ flag: Taiwan
+ flag
+ flag: Tanzania
+ flag
+ flag: Ukraine
+ flag
+ flag: Uganda
+ flag
+ flag: U.S. Outlying Islands
+ flag
+ flag: United Nations
+ flag
+ flag: United States
+ flag
+ flag: Uruguay
+ flag
+ flag: Uzbekistan
+ flag
+ flag: Vatican City
+ flag
+ flag: St. Vincent & Grenadines
+ flag
+ flag: Venezuela
+ flag
+ flag: British Virgin Islands
+ flag
+ flag: U.S. Virgin Islands
+ flag
+ flag: Vietnam
+ flag
+ flag: Vanuatu
+ flag
+ flag: Wallis & Futuna
+ flag
+ flag: Samoa
+ flag
+ flag: Kosovo
+ flag
+ flag: Yemen
+ flag
+ flag: Mayotte
+ flag
+ flag: South Africa
+ flag
+ flag: Zambia
+ flag
+ flag: Zimbabwe
+ flag
+ flag: England
+ flag
+ flag: Scotland
+ flag
+ flag: Wales
+ Unknown Currency
+ Armenian Dram
+ Afghan Afghani
+ Bangladeshi Taka
+ Thai Baht
+ Cambodian Riel
+ Costa Rican Colón
+ Nigerian Naira
+ Israeli New Shekel
+ Vietnamese Dong
+ Laotian Kip
+ Mongolian Tugrik
+ Paraguayan Guarani
+ Ukrainian Hryvnia
+ Ghanaian Cedi
+ Kazakhstani Tenge
+ Turkish Lira
+ Azerbaijani Manat
+ Georgian Lari
+ Spanish Peseta
+
+
diff --git a/data/emoji/cldr-annotations-en.xml b/data/emoji/cldr-annotations-en.xml
new file mode 100644
index 00000000..fbf0e693
--- /dev/null
+++ b/data/emoji/cldr-annotations-en.xml
@@ -0,0 +1,3957 @@
+
+
+
+
+
+
+
+
+
+ brace | bracket | curly | gullwing | open
+ open curly bracket
+ 1–2 | light | skin | tone | type
+ light skin tone
+ 3 | medium-light | skin | tone | type
+ medium-light skin tone
+ 4 | medium | skin | tone | type
+ medium skin tone
+ 5 | medium-dark | skin | tone | type
+ medium-dark skin tone
+ 6 | dark | skin | tone | type
+ dark skin tone
+ overline | overstrike | vinculum
+ overline
+ dash | line | low | underdash | underline
+ low line
+ dash | hyphen | hyphen-minus | minus
+ hyphen-minus
+ dash | hyphen
+ hyphen
+ dash | en
+ en dash
+ dash | em
+ em dash
+ bar | dash | horizontal | line
+ horizontal bar
+ dot | dots | interpunct | katakana | middle | middot
+ katakana middle dot
+
+ comma
+ comma
+ arabic | comma
+ arabic comma
+ comma | ideographic
+ ideographic comma
+ semi-colon | semicolon
+ semicolon
+ arabic | semi-colon | semicolon
+ arabic semicolon
+ colon
+ colon
+ bang | exclamation | mark | point
+ exclamation mark
+ bang | exclamation | inverted | mark | point
+ inverted exclamation mark
+ mark | question
+ question mark
+ inverted | mark | question
+ inverted question mark
+ arabic | mark | question
+ arabic question mark
+ interabang | interrobang
+ interrobang
+ dot | full | period | stop
+ period
+ dots | ellipsis | omission
+ ellipsis
+ full | ideographic | period | stop
+ ideographic period
+ dot | interpunct | middle | middot
+ middle dot
+ apostrophe | quote | single | typewriter
+ typewriter apostrophe
+ apostrophe | left | quote | single | smart
+ left apostrophe
+ apostrophe | quote | right | single | smart
+ right apostrophe
+ apostrophe | low | quote | right
+ low right apostrophe
+ double | left | mark | quotation | quote | smart
+ left quotation mark
+ double | mark | quotation | quote | right | smart
+ right quotation mark
+ double | low | mark | quotation | quote | right | smart
+ low right quotation mark
+ angle | brackets | carets | chevron | guillemet | left | quote
+ left guillemet
+ angle | brackets | carets | chevron | guillemet | quote | right
+ right guillemet
+ bracket | close | paren | parens | parenthesis | round
+ close parenthesis
+ bracket | crotchet | open | square
+ open square bracket
+ bracket | close | crotchet | square
+ close square bracket
+ brace | bracket | close | curly | gullwing
+ close curly bracket
+ angle | bracket | brackets | chevron | diamond | open | pointy | tuple
+ open angle bracket
+ angle | bracket | brackets | chevron | close | diamond | pointy | tuple
+ close angle bracket
+ angle | bracket | double | open
+ open double angle bracket
+ angle | bracket | close | double
+ close double angle bracket
+ bracket | corner | open
+ open corner bracket
+ bracket | close | corner
+ close corner bracket
+ bracket | corner | hollow | open
+ open hollow corner bracket
+ bracket | close | corner | hollow
+ close hollow corner bracket
+ black | bracket | lens | lenticular | open
+ open black lens bracket
+ black | bracket | close | lens | lenticular
+ close black lens bracket
+ bracket | open | shell | tortoise
+ open tortoise shell bracket
+ bracket | close | shell | tortoise
+ close tortoise shell bracket
+ bracket | hollow | lens | lenticular | open
+ open hollow lens bracket
+ bracket | close | hollow | lens | lenticular
+ close hollow lens bracket
+ paragraph | part | section | silcrow
+ section
+ alinea | mark | paragraph | paraph | pilcrow
+ paragraph mark
+ ampersat | arobase | arroba | at | at-sign | commercial | mark | sign | strudel
+ at-sign
+ asterisk | star | wildcard
+ asterisk
+ oblique | slash | solidus | stroke | virgule | whack
+ slash
+ backslash | reverse | solidus | whack
+ backslash
+ ampersand | and | et
+ ampersand
+ hash | hashtag | lb | number | pound | sign
+ hash sign
+ cent | per | per-cent | percent
+ percent
+ mil | mille | per | permil | permille
+ per mille
+ dagger | obelisk | obelus | sign
+ dagger sign
+ dagger | double | obelisk | obelus | sign
+ double dagger sign
+ bullet | dot
+ bullet
+ dash | hyphen | hyphenation | point
+ hyphenation point
+ prime
+ prime
+ double | prime
+ double prime
+ prime | triple
+ triple prime
+ caret
+ caret
+ mark | reference
+ reference mark
+ asterism | dinkus | stars
+ asterism
+ accent | grave | tone
+ grave accent
+ accent | acute | tone
+ acute accent
+ accent | caret | chevron | circumflex | control | hat | pointer | power | sign | wedge | xor
+ circumflex accent
+ diaeresis | tréma | umlaut
+ diaeresis
+ degree | hour | proof
+ degree
+ copyright | recording | sound
+ sound recording copyright
+ arrow | left | left-pointing
+ left-pointing arrow
+ arrow | leftwards | stroke
+ leftwards arrow stroke
+ arrow | right | right-pointing
+ right-pointing arrow
+ arrow | rightwards | stroke
+ rightwards arrow stroke
+ arrow | up | up-pointing
+ up-pointing arrow
+ arrow | down | down-pointing
+ down-pointing arrow
+ arrow | leftwards | wave
+ leftwards wave arrow
+ arrow | rightwards | wave
+ rightwards wave arrow
+ arrow | headed | leftwards | two
+ leftwards two headed arrow
+ arrow | headed | two | upwards
+ upwards two headed arrow
+ arrow | headed | rightwards | two
+ rightwards two headed arrow
+ arrow | downwards | headed | two
+ downwards two headed arrow
+ arrow | leftwards | tail
+ leftwards arrow tail
+ arrow | rightwards | tail
+ rightwards arrow tail
+ arrow | bar | from | leftwards
+ leftwards arrow from bar
+ arrow | bar | from | upwards
+ upwards arrow from bar
+ arrow | bar | from | rightwards
+ rightwards arrow from bar
+ arrow | bar | downwards | from
+ downwards arrow from bar
+ arrow | base | down | up | with
+ up down arrow with base
+ arrow | leftwards | loop
+ leftwards arrow loop
+ arrow | loop | rightwards
+ rightwards arrow loop
+ arrow | left | right | wave
+ left right wave arrow
+ arrow | downwards | zigzag
+ downwards zigzag arrow
+ arrow | leftwards | tip | upwards
+ upwards arrow tip leftwards
+ arrow | rightwards | tip | upwards
+ upwards arrow tip rightwards
+ arrow | downwards | leftwards | tip
+ downwards arrow tip leftwards
+ arrow | downwards | rightwards | tip
+ downwards arrow tip rightwards
+ arrow | corner | downwards | rightwards
+ rightwards arrow corner downwards
+ arrow | corner | downwards | leftwards
+ downwards arrow corner leftwards
+ anticlockwise | arrow | semicircle | top
+ anticlockwise top semicircle arrow
+ arrow | clockwise | semicircle | top
+ clockwise top semicircle arrow
+ arrow | bar | long | north | west
+ north west arrow long bar
+ arrow | bar | bars | leftwards | over | rightwards
+ leftwards over rightwards arrow bars
+ anticlockwise | arrow | circle | open
+ anticlockwise open circle arrow
+ arrow | circle | clockwise | open
+ clockwise open circle arrow
+ barb | harpoon | leftwards | upwards
+ leftwards harpoon barb upwards
+ barb | downwards | harpoon | leftwards
+ leftwards harpoon barb downwards
+ barb | harpoon | rightwards | upwards
+ upwards harpoon barb rightwards
+ barb | harpoon | leftwards | upwards
+ upwards harpoon barb leftwards
+ barb | harpoon | rightwards | upwards
+ rightwards harpoon barb upwards
+ barb | downwards | harpoon | rightwards
+ rightwards harpoon barb downwards
+ barb | downwards | harpoon | rightwards
+ downwards harpoon barb rightwards
+ barb | downwards | harpoon | leftwards
+ downwards harpoon barb leftwards
+ arrow | leftwards | over | rightwards
+ rightwards arrow over leftwards arrow
+ and | arrow | arrows | down | down-pointing | up | up-pointing
+ up-pointing and down-pointing arrows
+ arrow | arrows | left | left-pointing | over | right | right-pointing
+ left-pointing over right-pointing arrows
+ arrows | leftwards | paired
+ leftwards paired arrows
+ arrows | paired | upwards
+ upwards paired arrows
+ arrows | paired | rightwards
+ rightwards paired arrows
+ arrows | downwards | paired
+ downwards paired arrows
+ harpoon | leftwards | over | rightwards
+ leftwards harpoon over rightwards harpoon
+ harpoon | leftwards | over | rightwards
+ rightwards harpoon over leftwards harpoon
+ arrow | double | leftwards
+ leftwards double arrow
+ arrow | double | leftwards | stroke
+ leftwards double arrow stroke
+ arrow | double | upwards
+ upwards double arrow
+ arrow | double | rightwards
+ rightwards double arrow
+ arrow | double | rightwards | stroke
+ rightwards double arrow stroke
+ arrow | double | downwards
+ downwards double arrow
+ arrow | double | left | right
+ left right double arrow
+ arrow | double | left | right | stroke
+ left right double arrow stroke
+ arrow | double | north | west
+ north west double arrow
+ arrow | double | east | north
+ north east double arrow
+ arrow | double | east | south
+ south east double arrow
+ arrow | double | south | west
+ south west double arrow
+ arrow | leftwards | triple
+ leftwards triple arrow
+ arrow | rightwards | triple
+ rightwards triple arrow
+ arrow | leftwards | squiggle
+ leftwards squiggle arrow
+ arrow | rightwards | squiggle
+ rightwards squiggle arrow
+ arrow | double | stroke | upwards
+ upwards arrow double stroke
+ arrow | double | downwards | stroke
+ downwards arrow double stroke
+ arrow | dashed | leftwards
+ leftwards dashed arrow
+ arrow | dashed | upwards
+ upwards dashed arrow
+ arrow | dashed | rightwards
+ rightwards dashed arrow
+ arrow | dashed | downwards
+ downwards dashed arrow
+ arrow | bar | leftwards
+ leftwards arrow bar
+ arrow | bar | rightwards
+ rightwards arrow bar
+ arrow | hollow | leftwards
+ leftwards hollow arrow
+ arrow | hollow | upwards
+ upwards hollow arrow
+ arrow | hollow | rightwards
+ rightwards hollow arrow
+ arrow | downwards | hollow
+ downwards hollow arrow
+ arrow | bar | from | hollow | upwards
+ upwards hollow arrow from bar
+ arrow | downwards | leftwards | upwards
+ downwards arrow leftwards upwards arrow
+ all | any | for | given | universal
+ for all
+ differential | partial
+ partial differential
+ exists | there
+ there exists
+ empty | mathematics | operator | set
+ empty set
+ increment | triangle
+ increment
+ nabla | triangle
+ nabla
+ contains | element | membership | of | set
+ element of
+ an | element | not
+ not an element
+ as | contains | element | member
+ contains as member
+ end | halmos | proof | q.e.d. | qed | tombstone
+ end proof
+ logic | n-ary | product
+ n-ary product
+ mathematics | n-ary | summation
+ n-ary summation
+ add | plus | sign
+ plus sign
+ plus-minus
+ plus-minus
+ divide | division | obelus | sign
+ division sign
+ multiplication | multiply | sign | times
+ multiplication sign
+ less | less-than | open | tag | than
+ less-than
+ inequality | less-than | mathematics | not
+ not less-than
+ equal | equals
+ equal
+ equal | inequality | inequation | not
+ not equal
+ close | greater | greater-than | tag | than
+ greater-than
+ greater-than | inequality | mathematics | not
+ not greater-than
+ negation | not
+ negation
+ bar | line | pike | pipe | sheffer | stick | stroke | vbar | vertical
+ vertical line
+ tilde
+ tilde
+ minus | sign | subtract
+ minus sign
+ minus | superscript
+ superscript minus
+ minus-or-plus | plus-minus
+ minus-or-plus
+ division | slash | stroke | virgule
+ division slash
+ fraction | slash | stroke | virgule
+ fraction slash
+ asterisk | operator | star
+ asterisk operator
+ composition | operator | ring
+ ring operator
+ bullet | operator
+ bullet operator
+ radical | radix | root | square | surd
+ square root
+ proportional | proportionality
+ proportional
+ infinity | sign
+ infinity sign
+ angle | mathematics | right
+ right angle
+ acute | angle
+ angle
+ divides | divisor
+ divides
+ parallel
+ parallel
+ ac | and | atque | logical | wedge
+ logical and
+ intersection | set
+ intersection
+ collection | set | union
+ union
+ calculus | integral
+ integral
+ calculus | double | integral
+ double integral
+ contour | integral
+ contour integral
+ logic | therefore
+ therefore
+ because | logic
+ because
+ ratio
+ ratio
+ proportion | proportionality
+ proportion
+ operator | tilde
+ tilde operator
+ reversed | tilde
+ reversed tilde
+ inverted | lazy | s
+ inverted lazy s
+ asymptote | asymptotically | equal | mathematics
+ asymptotically equal
+ approximately | congruence | equal | equality | isomorphism | mathematics
+ approximately equal
+ almost | approximate | approximation | equal
+ almost equal
+ all | equal | equality | mathematics
+ all equal
+ approximately | equal | image | the
+ approximately equal the image
+ equal | equality | in | mathematics | ring
+ ring in equal
+ exact | identical | to | triple
+ identical to
+ equality | equivalent | mathematics | strictly
+ strictly equivalent
+ equal | equals | inequality | less-than | or
+ less-than or equal
+ equal | equals | greater-than | inequality | or
+ greater-than or equal
+ equal | inequality | less-than | mathematics | over
+ less-than over equal
+ equal | greater-than | inequality | mathematics | over
+ greater-than over equal
+ inequality | less-than | mathematics | much
+ much less-than
+ greater-than | inequality | mathematics | much
+ much greater-than
+ between
+ between
+ equivalent | greater-than | inequality | mathematics
+ greater-than equivalent
+ mathematics | operator | precedes | set
+ precedes
+ mathematics | operator | set | succeeds
+ succeeds
+ does | mathematics | not | operator | set | succeed
+ does not succeed
+ of | set | subset
+ subset of
+ mathematics | operator | set | superset
+ superset
+ equal | subset
+ subset equal
+ equal | equality | mathematics | superset
+ superset equal
+ circled | plus
+ circled plus
+ circled | difference | erosion | minus | symmetric
+ circled minus
+ circled | product | tensor | times
+ circled times
+ circled | division | division-like | mathematics | slash
+ circled division slash
+ circled | dot | operator | XNOR
+ circled dot operator
+ circled | operator | ring
+ circled ring operator
+ asterisk | circled | operator
+ circled asterisk operator
+ addition-like | mathematics | plus | squared
+ squared plus
+ mathematics | minus | squared | subtraction-like
+ squared minus
+ eet | falsum | tack | up
+ up tack
+ does | force | not
+ does not force
+ mathematics | operator | precedes | relation | set | under
+ precedes under relation
+ mathematics | operator | relation | set | succeeds | under
+ succeeds under relation
+ as | contain | does | equal | group | mathematics | normal | not | subgroup | theory
+ does not contain as normal subgroup equal
+ original
+ original
+ conjugate | hermitian | mathematics | matrix | self-adjoint | square
+ hermitian conjugate matrix
+ mathematics | right | right-angled | triangle
+ right triangle
+ disjunction | logic | logical | n-ary | or
+ n-ary logical or
+ intersection | mathematics | n-ary | operator | set
+ n-ary intersection
+ mathematics | n-ary | operator | set | union
+ n-ary union
+ dot | operator
+ dot operator
+ operator | star
+ star operator
+ binary | bowtie | join | natural | operator
+ natural join
+ double | intersection | mathematics | operator | set
+ double intersection
+ inequality | less-than | mathematics | much | very
+ very much less-than
+ greater-than | inequality | mathematics | much | very
+ very much greater-than
+ ellipsis | mathematics | vertical
+ vertical ellipsis
+ ellipsis | horizontal | midline
+ midline horizontal ellipsis
+ diagonal | ellipsis | mathematics | right | up
+ up right diagonal ellipsis
+ diagonal | down | ellipsis | mathematics | right
+ down right diagonal ellipsis
+ filled | square
+ filled square
+ hollow | square
+ hollow square
+ corners | hollow | rounded | square | with
+ hollow square with rounded corners
+ containing | filled | hollow | square
+ hollow square containing filled square
+ fill | horizontal | square | with
+ square with horizontal fill
+ fill | square | vertical | with
+ square with vertical fill
+ crosshatch | fill | orthogonal | square
+ square orthogonal crosshatch fill
+ fill | left | lower | right | square | upper
+ square upper left lower right fill
+ fill | left | lower | right | square | upper
+ square upper right lower left fill
+ crosshatch | diagonal | fill | square
+ square diagonal crosshatch fill
+ filled | rectangle
+ filled rectangle
+ hollow | rectangle
+ hollow rectangle
+ filled | rectangle | vertical
+ filled vertical rectangle
+ filled | parallelogram
+ filled parallelogram
+ arrow | filled | triangle | up | up-pointing
+ filled up-pointing triangle
+ hollow | triangle | up-pointing
+ hollow up-pointing triangle
+ filled | small | triangle | up-pointing
+ filled up-pointing small triangle
+ hollow | small | triangle | up-pointing
+ hollow up-pointing small triangle
+ hollow | right-pointing | triangle
+ hollow right-pointing triangle
+ filled | right-pointing | small | triangle
+ filled right-pointing small triangle
+ hollow | right-pointing | small | triangle
+ hollow right-pointing small triangle
+ filled | pointer | right-pointing
+ filled right-pointing pointer
+ hollow | pointer | right-pointing
+ hollow right-pointing pointer
+ arrow | down | down-pointing | filled | triangle
+ filled down-pointing triangle
+ down-pointing | hollow | triangle
+ hollow down-pointing triangle
+ down-pointing | filled | small | triangle
+ filled down-pointing small triangle
+ down-pointing | hollow | small | triangle
+ hollow down-pointing small triangle
+ hollow | left-pointing | triangle
+ hollow left-pointing triangle
+ filled | left-pointing | small | triangle
+ filled left-pointing small triangle
+ hollow | left-pointing | small | triangle
+ hollow left-pointing small triangle
+ filled | left-pointing | pointer
+ filled left-pointing pointer
+ hollow | left-pointing | pointer
+ hollow left-pointing pointer
+ diamond | filled
+ filled diamond
+ diamond | hollow
+ hollow diamond
+ containing | diamond | filled | hollow
+ hollow diamond containing filled diamond
+ cicles | circle | circled | concentric | containing | dot | filled | fisheye | hollow | ward
+ hollow circle containing filled circle
+ diamond | lozenge | rhombus
+ lozenge
+ circle | hollow | ring
+ hollow circle
+ circle | dotted
+ dotted circle
+ circle | fill | vertical | with
+ circle with vertical fill
+ circle | circles | concentric | double | target
+ concentric circles
+ circle | filled
+ filled circle
+ circle | filled | half | left
+ circle left half filled
+ circle | filled | half | right
+ circle right half filled
+ circle | filled | half | lower
+ circle lower half filled
+ circle | filled | half | upper
+ circle upper half filled
+ circle | filled | quadrant | right | upper
+ circle upper right quadrant filled
+ all | but | circle | filled | left | quadrant | upper
+ circle all but upper left quadrant filled
+ circle | filled | half | left
+ left half filled circle
+ circle | filled | half | right
+ right half filled circle
+ bullet | inverse
+ inverse bullet
+ circle | containing | filled | hollow | inverse | square
+ filled square containing hollow circle
+ arc | circular | left | quadrant | upper
+ upper left quadrant circular arc
+ arc | circular | quadrant | right | upper
+ upper right quadrant circular arc
+ arc | circular | lower | quadrant | right
+ lower right quadrant circular arc
+ arc | circular | left | lower | quadrant
+ lower left quadrant circular arc
+ circle | half | upper
+ upper half circle
+ circle | half | lower
+ lower half circle
+ filled | lower | right | triangle
+ filled lower right triangle
+ filled | left | lower | triangle
+ filled lower left triangle
+ filled | left | triangle | upper
+ filled upper left triangle
+ filled | right | triangle | upper
+ filled upper right triangle
+ bullet | hollow
+ hollow bullet
+ circle | hollow | large | ring
+ large hollow circle
+ hollow | quadrant | right | square | upper
+ hollow square upper right quadrant
+ circle | hollow | quadrant | right | upper | with
+ hollow circle with upper right quadrant
+ lower | right | triangle
+ lower right triangle
+ eighth | music | note
+ eighth note
+ plus | subscript | two
+ plus subscript two
+ cross | product | vector
+ vector cross product
+ interior | product
+ interior product
+ double | logical | or | underbar
+ logical or double underbar
+ equal | less-than | slanted
+ less-than slanted equal
+ above | equal | less-than | similar
+ less-than above similar equal
+ double-line | equal | greater-than | inequality | mathematics
+ double-line equal greater-than
+ above | almost | equal | not | succeeds
+ succeeds above not almost equal
+ bemolle | flat | music | note
+ flat
+ dièse | diesis | music | note | sharp
+ sharp
+ cheerful | cheery | face | grin | grinning | happy | laugh | nice | smile | smiling | teeth
+ grinning face
+ awesome | big | eyes | face | grin | grinning | happy | mouth | open | smile | smiling | teeth | yay
+ grinning face with big eyes
+ eye | eyes | face | grin | grinning | happy | laugh | lol | mouth | open | smile | smiling
+ grinning face with smiling eyes
+ beaming | eye | eyes | face | grin | grinning | happy | nice | smile | smiling | teeth
+ beaming face with smiling eyes
+ closed | eyes | face | grinning | haha | hahaha | happy | laugh | lol | mouth | open | rofl | smile | smiling | squinting
+ grinning squinting face
+ cold | dejected | excited | face | grinning | mouth | nervous | open | smile | smiling | stress | stressed | sweat
+ grinning face with sweat
+ crying | face | floor | funny | haha | happy | hehe | hilarious | joy | laugh | lmao | lol | rofl | roflmao | rolling | tear
+ rolling on the floor laughing
+ crying | face | feels | funny | haha | happy | hehe | hilarious | joy | laugh | lmao | lol | rofl | roflmao | tear
+ face with tears of joy
+ face | happy | slightly | smile | smiling
+ slightly smiling face
+ face | hehe | smile | upside-down
+ upside-down face
+ disappear | dissolve | embarrassed | face | haha | heat | hot | liquid | lol | melt | melting | sarcasm | sarcastic
+ melting face
+ face | flirt | heartbreaker | sexy | slide | tease | wink | winking | winks
+ winking face
+ blush | eye | eyes | face | glad | satisfied | smile | smiling
+ smiling face with smiling eyes
+ angel | angelic | angels | blessed | face | fairy | fairytale | fantasy | halo | happy | innocent | peaceful | smile | smiling | spirit | tale
+ smiling face with halo
+ 3 | adore | crush | face | heart | hearts | ily | love | romance | smile | smiling | you
+ smiling face with hearts
+ 143 | bae | eye | face | feels | heart-eyes | hearts | ily | kisses | love | romance | romantic | smile | xoxo
+ smiling face with heart-eyes
+ excited | eyes | face | grinning | smile | star | star-struck | starry-eyed | wow
+ star-struck
+ adorbs | bae | blowing | face | flirt | heart | ily | kiss | love | lover | miss | muah | romantic | smooch | xoxo | you
+ face blowing a kiss
+ 143 | date | dating | face | flirt | ily | kiss | love | smooch | smooches | xoxo | you
+ kissing face
+ face | happy | outlined | relaxed | smile | smiling
+ smiling face
+ 143 | bae | blush | closed | date | dating | eye | eyes | face | flirt | ily | kisses | kissing | smooches | xoxo
+ kissing face with closed eyes
+ 143 | closed | date | dating | eye | eyes | face | flirt | ily | kiss | kisses | kissing | love | night | smile | smiling
+ kissing face with smiling eyes
+ face | glad | grateful | happy | joy | pain | proud | relieved | smile | smiley | smiling | tear | touched
+ smiling face with tear
+ delicious | eat | face | food | full | hungry | savor | smile | smiling | tasty | um | yum | yummy
+ face savoring food
+ awesome | cool | face | nice | party | stuck-out | sweet | tongue
+ face with tongue
+ crazy | epic | eye | face | funny | joke | loopy | nutty | party | stuck-out | tongue | wacky | weirdo | wink | winking | yolo
+ winking face with tongue
+ crazy | eye | eyes | face | goofy | large | small | zany
+ zany face
+ closed | eye | eyes | face | gross | horrible | omg | squinting | stuck-out | taste | tongue | whatever | yolo
+ squinting face with tongue
+ face | money | money-mouth | mouth | paid
+ money-mouth face
+ face | hands | hug | hugging | open | smiling
+ smiling face with open hands
+ face | giggle | giggling | hand | mouth | oops | realization | secret | shock | sudden | surprise | whoops
+ face with hand over mouth
+ amazement | awe | disbelief | embarrass | eyes | face | gasp | hand | mouth | omg | open | over | quiet | scared | shock | surprise
+ face with open eyes and hand over mouth
+ captivated | embarrass | eye | face | hide | hiding | peek | peeking | peep | scared | shy | stare
+ face with peeking eye
+ face | quiet | shh | shush | shushing
+ shushing face
+ chin | consider | face | hmm | ponder | pondering | thinking | wondering
+ thinking face
+ face | good | luck | ma’am | OK | respect | salute | saluting | sir | troops | yes
+ saluting face
+ face | keep | mouth | quiet | secret | shut | zip | zipper | zipper-mouth
+ zipper-mouth face
+ disapproval | disbelief | distrust | emoji | eyebrow | face | hmm | mild | raised | skeptic | skeptical | skepticism | surprise | what
+ face with raised eyebrow
+ awkward | blank | deadpan | expressionless | face | fine | jealous | meh | neutral | oh | shade | straight | unamused | unhappy | unimpressed | whatever
+ neutral face
+ awkward | dead | expressionless | face | fine | inexpressive | jealous | meh | not | oh | omg | straight | uh | unhappy | unimpressed | whatever
+ expressionless face
+ awkward | blank | expressionless | face | mouth | mouthless | mute | quiet | secret | silence | silent | speechless
+ face without mouth
+ depressed | disappear | dotted | face | hidden | hide | introvert | invisible | line | meh | whatever | wtv
+ dotted line face
+ absentminded | clouds | face | fog | head
+ face in clouds
+ boss | dapper | face | flirt | homie | kidding | leer | shade | slick | sly | smirk | smug | snicker | suave | suspicious | swag
+ smirking face
+ ... | bored | face | fine | jealous | jel | jelly | pissed | smh | ugh | uhh | unamused | unhappy | weird | whatever
+ unamused face
+ eyeroll | eyes | face | rolling | shade | ugh | whatever
+ face with rolling eyes
+ awk | awkward | dentist | face | grimace | grimacing | grinning | smile | smiling
+ grimacing face
+ blow | blowing | exhale | exhaling | exhausted | face | gasp | groan | relief | sigh | smiley | smoke | whisper | whistle
+ face exhaling
+ face | liar | lie | lying | pinocchio
+ lying face
+ crazy | daze | earthquake | face | omg | panic | shaking | shock | surprise | vibrate | whoa | wow
+ shaking face
+ head | horizontally | no | shake | shaking
+ head shaking horizontally
+ head | nod | shaking | vertically | yes
+ head shaking vertically
+ calm | face | peace | relief | relieved | zen
+ relieved face
+ awful | bored | dejected | died | disappointed | face | losing | lost | pensive | sad | sucks
+ pensive face
+ crying | face | good | night | sad | sleep | sleeping | sleepy | tired
+ sleepy face
+ drooling | face
+ drooling face
+ bed | bedtime | face | good | goodnight | nap | night | sleep | sleeping | tired | whatever | yawn | zzz
+ sleeping face
+ bags | bored | exhausted | eyes | face | fatigued | late | sleepy | tired | weary
+ face with bags under eyes
+ cold | dentist | dermatologist | doctor | dr | face | germs | mask | medical | medicine | sick
+ face with medical mask
+ face | ill | sick | thermometer
+ face with thermometer
+ bandage | face | head-bandage | hurt | injury | ouch
+ face with head-bandage
+ face | gross | nasty | nauseated | sick | vomit
+ nauseated face
+ barf | ew | face | gross | puke | sick | spew | throw | up | vomit | vomiting
+ face vomiting
+ face | fever | flu | gesundheit | sick | sneeze | sneezing
+ sneezing face
+ dying | face | feverish | heat | hot | panting | red-faced | stroke | sweating | tongue
+ hot face
+ blue | blue-faced | cold | face | freezing | frostbite | icicles | subzero | teeth
+ cold face
+ dizzy | drunk | eyes | face | intoxicated | mouth | tipsy | uneven | wavy | woozy
+ woozy face
+ crossed-out | dead | dizzy | eyes | face | feels | knocked | out | sick | tired
+ face with crossed-out eyes
+ confused | dizzy | eyes | face | hypnotized | omg | smiley | spiral | trouble | whoa | woah | woozy
+ face with spiral eyes
+ blown | explode | exploding | head | mind | mindblown | no | shocked | way
+ exploding head
+ cowboy | cowgirl | face | hat
+ cowboy hat face
+ bday | birthday | celebrate | celebration | excited | face | happy | hat | hooray | horn | party | partying
+ partying face
+ disguise | eyebrow | face | glasses | incognito | moustache | mustache | nose | person | spy | tache | tash
+ disguised face
+ awesome | beach | bright | bro | chilling | cool | face | rad | relaxed | shades | slay | smile | style | sunglasses | swag | win
+ smiling face with sunglasses
+ brainy | clever | expert | face | geek | gifted | glasses | intelligent | nerd | smart
+ nerd face
+ classy | face | fancy | monocle | rich | stuffy | wealthy
+ face with monocle
+ befuddled | confused | confusing | dunno | face | frown | hm | meh | not | sad | sorry | sure
+ confused face
+ confused | confusion | diagonal | disappointed | doubt | doubtful | face | frustrated | frustration | meh | mouth | skeptical | unsure | whatever | wtv
+ face with diagonal mouth
+ anxious | butterflies | face | nerves | nervous | sad | stress | stressed | surprised | worried | worry
+ worried face
+ face | frown | frowning | sad | slightly
+ slightly frowning face
+ face | frown | frowning | sad
+ frowning face
+ believe | face | forgot | mouth | omg | open | shocked | surprised | sympathy | unbelievable | unreal | whoa | wow | you
+ face with open mouth
+ epic | face | hushed | omg | stunned | surprised | whoa | woah
+ hushed face
+ astonished | cost | face | no | omg | shocked | totally | way
+ astonished face
+ amazed | awkward | crazy | dazed | dead | disbelief | embarrassed | face | flushed | geez | heat | hot | impressed | jeez | what | wow
+ flushed face
+
+ anxiety | bloated | panic | shocked | surprised | vulnerable
+ distorted face
+ begging | big | eyes | face | mercy | not | pleading | please | pretty | puppy | sad | why
+ pleading face
+ admiration | aww | back | cry | embarrassed | face | feelings | grateful | gratitude | holding | joy | please | proud | resist | sad | tears
+ face holding back tears
+ caught | face | frown | frowning | guard | mouth | open | scared | scary | surprise | what | wow
+ frowning face with open mouth
+ anguished | face | forgot | scared | scary | stressed | surprise | unhappy | what | wow
+ anguished face
+ afraid | anxious | blame | face | fear | fearful | scared | worried
+ fearful face
+ anxious | blue | cold | eek | face | mouth | nervous | open | rushed | scared | sweat | yikes
+ anxious face with sweat
+ anxious | call | close | complicated | disappointed | face | not | relieved | sad | sweat | time | whew
+ sad but relieved face
+ awful | cry | crying | face | feels | miss | sad | tear | triste | unhappy
+ crying face
+ bawling | cry | crying | face | loudly | sad | sob | tear | tears | unhappy
+ loudly crying face
+ epic | face | fear | fearful | munch | scared | scream | screamer | screaming | shocked | surprised | woah
+ face screaming in fear
+ annoyed | confounded | confused | cringe | distraught | face | feels | frustrated | mad | sad
+ confounded face
+ concentrate | concentration | face | focus | headache | persevere | persevering
+ persevering face
+ awful | blame | dejected | disappointed | face | fail | losing | sad | unhappy
+ disappointed face
+ close | cold | downcast | face | feels | headache | nervous | sad | scared | sweat | yikes
+ downcast face with sweat
+ crying | face | fail | feels | hungry | mad | nooo | sad | sleepy | tired | unhappy | weary
+ weary face
+ cost | face | feels | nap | sad | sneeze | tired
+ tired face
+ bedtime | bored | face | goodnight | nap | night | sleep | sleepy | tired | whatever | yawn | yawning | zzz
+ yawning face
+ anger | angry | face | feels | fume | fuming | furious | fury | mad | nose | steam | triumph | unhappy | won
+ face with steam from nose
+ anger | angry | enraged | face | feels | mad | maddening | pouting | rage | red | shade | unhappy | upset
+ enraged face
+ anger | angry | blame | face | feels | frustrated | mad | maddening | rage | shade | unhappy | upset
+ angry face
+ censor | cursing | cussing | face | mad | mouth | pissed | swearing | symbols
+ face with symbols on mouth
+ demon | devil | evil | face | fairy | fairytale | fantasy | horns | purple | shade | smile | smiling | tale
+ smiling face with horns
+ angry | demon | devil | evil | face | fairy | fairytale | fantasy | horns | imp | mischievous | purple | shade | tale
+ angry face with horns
+ body | dead | death | face | fairy | fairytale | i’m | lmao | monster | skull | tale | yolo
+ skull
+ bone | crossbones | dead | death | face | monster | skull
+ skull and crossbones
+ bs | comic | doo | dung | face | fml | monster | pile | poo | poop | smelly | smh | stink | stinks | stinky | turd
+ pile of poo
+ clown | face
+ clown face
+ creature | devil | face | fairy | fairytale | fantasy | mask | monster | ogre | scary | tale
+ ogre
+ angry | creature | face | fairy | fairytale | fantasy | goblin | mask | mean | monster | tale
+ goblin
+ boo | creature | excited | face | fairy | fairytale | fantasy | ghost | halloween | haunting | monster | scary | silly | tale
+ ghost
+ alien | creature | extraterrestrial | face | fairy | fairytale | fantasy | monster | space | tale | ufo
+ alien
+ alien | creature | extraterrestrial | face | fairy | fairytale | fantasy | game | gamer | games | monster | pixelated | space | tale | ufo
+ alien monster
+ face | monster | robot
+ robot
+ animal | cat | face | grinning | mouth | open | smile | smiling
+ grinning cat
+ animal | cat | eye | eyes | face | grin | grinning | smile | smiling
+ grinning cat with smiling eyes
+ animal | cat | face | joy | laugh | laughing | lol | tear | tears
+ cat with tears of joy
+ animal | cat | eye | face | heart | heart-eyes | love | smile | smiling
+ smiling cat with heart-eyes
+ animal | cat | face | ironic | smile | wry
+ cat with wry smile
+ animal | cat | closed | eye | eyes | face | kiss | kissing
+ kissing cat
+ animal | cat | face | oh | surprised | weary
+ weary cat
+ animal | cat | cry | crying | face | sad | tear
+ crying cat
+ animal | cat | face | pouting
+ pouting cat
+ embarrassed | evil | face | forbidden | forgot | gesture | hide | monkey | no | omg | prohibited | scared | secret | smh | watch
+ see-no-evil monkey
+ animal | ears | evil | face | forbidden | gesture | hear | listen | monkey | no | not | prohibited | secret | shh | tmi
+ hear-no-evil monkey
+ animal | evil | face | forbidden | gesture | monkey | no | not | oops | prohibited | quiet | secret | speak | stealth
+ speak-no-evil monkey
+ heart | letter | love | mail | romance | valentine
+ love letter
+ 143 | adorbs | arrow | cupid | date | emotion | heart | ily | love | romance | valentine
+ heart with arrow
+ 143 | anniversary | emotion | heart | ily | kisses | ribbon | valentine | xoxo
+ heart with ribbon
+ 143 | emotion | excited | good | heart | ily | kisses | morning | night | sparkle | sparkling | xoxo
+ sparkling heart
+ 143 | emotion | excited | growing | heart | heartpulse | ily | kisses | muah | nervous | pulse | xoxo
+ growing heart
+ 143 | beating | cardio | emotion | heart | heartbeat | ily | love | pulsating | pulse
+ beating heart
+ 143 | adorbs | anniversary | emotion | heart | hearts | revolving
+ revolving hearts
+ 143 | anniversary | date | dating | emotion | heart | hearts | ily | kisses | love | loving | two | xoxo
+ two hearts
+ 143 | decoration | emotion | heart | hearth | purple | white
+ heart decoration
+ exclamation | heart | heavy | mark | punctuation
+ heart exclamation
+ break | broken | crushed | emotion | heart | heartbroken | lonely | sad
+ broken heart
+ burn | fire | heart | love | lust | sacred
+ heart on fire
+ healthier | heart | improving | mending | recovering | recuperating | well
+ mending heart
+ emotion | heart | love | red
+ red heart
+ 143 | adorable | cute | emotion | heart | ily | like | love | pink | special | sweet
+ pink heart
+ 143 | heart | orange
+ orange heart
+ 143 | cardiac | emotion | heart | ily | love | yellow
+ yellow heart
+ 143 | emotion | green | heart | ily | love | romantic
+ green heart
+ 143 | blue | emotion | heart | ily | love | romance
+ blue heart
+ 143 | blue | cute | cyan | emotion | heart | ily | light | like | love | sky | special | teal
+ light blue heart
+ 143 | bestest | emotion | heart | ily | love | purple
+ purple heart
+ 143 | brown | heart
+ brown heart
+ black | evil | heart | wicked
+ black heart
+ 143 | emotion | gray | grey | heart | ily | love | silver | slate | special
+ grey heart
+ 143 | heart | white
+ white heart
+ dating | emotion | heart | kiss | kissing | lips | mark | romance | sexy
+ kiss mark
+ 100 | a+ | agree | clearly | definitely | faithful | fleek | full | hundred | keep | perfect | point | score | TRUE | truth | yup
+ hundred points
+ anger | angry | comic | mad | symbol | upset
+ anger symbol
+ argument | brawl | debate | disagreement | fight | ruckus | wrestle
+ fight cloud
+ bomb | boom | collide | collision | comic | explode
+ collision
+ comic | dizzy | shining | shooting | star | stars
+ dizzy
+ comic | drip | droplet | droplets | drops | splashing | squirt | sweat | water | wet | work | workout
+ sweat droplets
+ away | cloud | comic | dash | dashing | fart | fast | go | gone | gotta | running | smoke
+ dashing away
+ hole
+ hole
+ balloon | bubble | comic | dialog | message | sms | speech | talk | text | typing
+ speech balloon
+ balloon | bubble | eye | speech | witness
+ eye in speech bubble
+ balloon | bubble | dialog | left | speech
+ left speech bubble
+ anger | angry | balloon | bubble | mad | right
+ right anger bubble
+ balloon | bubble | cartoon | cloud | comic | daydream | decisions | dream | idea | invent | invention | realize | think | thoughts | wonder
+ thought balloon
+ comic | good | goodnight | night | sleep | sleeping | sleepy | tired | zzz
+ ZZZ
+ bye | cya | g2g | greetings | gtg | hand | hello | hey | hi | later | outtie | ttfn | ttyl | wave | yo | you
+ waving hand
+ back | backhand | hand | raised
+ raised back of hand
+ finger | fingers | hand | raised | splayed | stop
+ hand with fingers splayed
+ 5 | five | hand | high | raised | stop
+ raised hand
+ finger | hand | hands | salute | Vulcan
+ vulcan salute
+ hand | handshake | hold | reach | right | rightward | rightwards | shake
+ rightwards hand
+ hand | handshake | hold | left | leftward | leftwards | reach | shake
+ leftwards hand
+ dismiss | down | drop | dropped | hand | palm | pick | shoo | up
+ palm down hand
+ beckon | catch | come | hand | hold | know | lift | me | offer | palm | tell
+ palm up hand
+ block | five | halt | hand | high | hold | leftward | leftwards | pause | push | pushing | refuse | slap | stop | wait
+ leftwards pushing hand
+ block | five | halt | hand | high | hold | pause | push | pushing | refuse | rightward | rightwards | slap | stop | wait
+ rightwards pushing hand
+ awesome | bet | dope | fleek | fosho | got | gotcha | hand | legit | OK | okay | pinch | rad | sure | sweet | three
+ OK hand
+ fingers | gesture | hand | hold | huh | interrogation | patience | pinched | relax | sarcastic | ugh | what | zip
+ pinched fingers
+ amount | bit | fingers | hand | little | pinching | small | sort
+ pinching hand
+ hand | peace | v | victory
+ victory hand
+ cross | crossed | finger | fingers | hand | luck
+ crossed fingers
+ <3 | crossed | expensive | finger | hand | heart | index | love | money | snap | thumb
+ hand with index finger and thumb crossed
+ fingers | gesture | hand | ILY | love | love-you | three | you
+ love-you gesture
+ finger | hand | horns | rock-on | sign
+ sign of the horns
+ call | hand | hang | loose | me | Shaka
+ call me hand
+ backhand | finger | hand | index | left | point | pointing
+ backhand index pointing left
+ backhand | finger | hand | index | point | pointing | right
+ backhand index pointing right
+ backhand | finger | hand | index | point | pointing | up
+ backhand index pointing up
+ finger | hand | middle
+ middle finger
+ backhand | down | finger | hand | index | point | pointing
+ backhand index pointing down
+ finger | hand | index | point | pointing | this | up
+ index pointing up
+ at | finger | hand | index | pointing | poke | viewer | you
+ index pointing at the viewer
+ +1 | good | hand | like | thumb | up | yes
+ thumbs up
+ -1 | bad | dislike | down | good | hand | no | nope | thumb | thumbs
+ thumbs down
+ clenched | fist | hand | punch | raised | solidarity
+ raised fist
+ absolutely | agree | boom | bro | bruh | bump | clenched | correct | fist | hand | knuckle | oncoming | pound | punch | rock | ttyl
+ oncoming fist
+ fist | left-facing | leftwards
+ left-facing fist
+ fist | right-facing | rightwards
+ right-facing fist
+ applause | approval | awesome | clap | congrats | congratulations | excited | good | great | hand | homie | job | nice | prayed | well | yay
+ clapping hands
+ celebration | gesture | hand | hands | hooray | praise | raised | raising
+ raising hands
+ <3 | hands | heart | love | you
+ heart hands
+ hand | hands | hug | jazz | open | swerve
+ open hands
+ cupped | dua | hands | palms | pray | prayer | together | up | wish
+ palms up together
+ agreement | deal | hand | handshake | meeting | shake
+ handshake
+ appreciate | ask | beg | blessed | bow | cmon | five | folded | gesture | hand | high | please | pray | thanks | thx
+ folded hands
+ hand | write | writing
+ writing hand
+ bored | care | cosmetics | done | makeup | manicure | nail | polish | whatever
+ nail polish
+ camera | phone | selfie
+ selfie
+ arm | beast | bench | biceps | bodybuilder | bro | curls | flex | gains | gym | jacked | muscle | press | ripped | strong | weightlift
+ flexed biceps
+ accessibility | arm | mechanical | prosthetic
+ mechanical arm
+ accessibility | leg | mechanical | prosthetic
+ mechanical leg
+ bent | foot | kick | knee | leg | limb
+ leg
+ ankle | feet | foot | kick | stomp
+ foot
+ body | ear | ears | hear | hearing | listen | listening | sound
+ ear
+ accessibility | aid | ear | hard | hearing
+ ear with hearing aid
+ body | nose | noses | nosey | odor | smell | smells
+ nose
+ brain | intelligent | smart
+ brain
+ anatomical | beat | cardiology | heart | heartbeat | organ | pulse | real | red
+ anatomical heart
+ breath | breathe | exhalation | inhalation | lung | lungs | organ | respiration
+ lungs
+ dentist | pearly | teeth | tooth | white
+ tooth
+ bone | bones | dog | skeleton | wishbone
+ bone
+ body | eye | eyes | face | googly | look | looking | omg | peep | see | seeing
+ eyes
+ 1 | body | eye | one
+ eye
+ body | lick | slurp | tongue
+ tongue
+ beauty | body | kiss | kissing | lips | lipstick | mouth
+ mouth
+ anxious | bite | biting | fear | flirt | flirting | kiss | lip | lipstick | nervous | sexy | uncomfortable | worried | worry
+ biting lip
+ babies | baby | children | goo | infant | newborn | pregnant | young
+ baby
+ bright-eyed | child | grandchild | kid | young | younger
+ child
+ boy | bright-eyed | child | grandson | kid | son | young | younger
+ boy
+ bright-eyed | child | daughter | girl | granddaughter | kid | Virgo | young | younger | zodiac
+ girl
+ adult | person
+ person
+ blond | blond-haired | human | person
+ person: blond hair
+ adult | bro | man
+ man
+ beard | bearded | person | whiskers
+ person: beard
+ beard | bearded | man | whiskers
+ man: beard
+ blond | blond-haired | hair | man
+ man: blond hair
+ adult | lady | woman
+ woman
+ beard | bearded | whiskers | woman
+ woman: beard
+ blond | blond-haired | blonde | hair | woman
+ woman: blond hair
+ adult | elderly | grandparent | old | person | wise
+ older person
+ adult | bald | elderly | gramps | grandfather | grandpa | man | old | wise
+ old man
+ adult | elderly | grandma | grandmother | granny | lady | old | wise | woman
+ old woman
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | person | upset
+ person frowning
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | man | upset
+ man frowning
+ annoyed | disappointed | disgruntled | disturbed | frown | frowning | frustrated | gesture | irritated | upset | woman
+ woman frowning
+ disappointed | downtrodden | frown | grimace | person | pouting | scowl | sulk | upset | whine
+ person pouting
+ disappointed | downtrodden | frown | grimace | man | pouting | scowl | sulk | upset | whine
+ man pouting
+ disappointed | downtrodden | frown | grimace | pouting | scowl | sulk | upset | whine | woman
+ woman pouting
+ forbidden | gesture | hand | NO | not | person | prohibit
+ person gesturing NO
+ forbidden | gesture | hand | man | NO | not | prohibit
+ man gesturing NO
+ forbidden | gesture | hand | NO | not | prohibit | woman
+ woman gesturing NO
+ exercise | gesture | gesturing | hand | OK | omg | person
+ person gesturing OK
+ exercise | gesture | gesturing | hand | man | OK | omg
+ man gesturing OK
+ exercise | gesture | gesturing | hand | OK | omg | woman
+ woman gesturing OK
+ fetch | flick | flip | gossip | hand | person | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ person tipping hand
+ fetch | flick | flip | gossip | hand | man | sarcasm | sarcastic | sassy | seriously | tipping | whatever
+ man tipping hand
+ fetch | flick | flip | gossip | hand | sarcasm | sarcastic | sassy | seriously | tipping | whatever | woman
+ woman tipping hand
+ gesture | hand | here | know | me | person | pick | question | raise | raising
+ person raising hand
+ gesture | hand | here | know | man | me | pick | question | raise | raising
+ man raising hand
+ gesture | hand | here | know | me | pick | question | raise | raising | woman
+ woman raising hand
+ accessibility | deaf | ear | gesture | hear | person
+ deaf person
+ accessibility | deaf | ear | gesture | hear | man
+ deaf man
+ accessibility | deaf | ear | gesture | hear | woman
+ deaf woman
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | person | pity | regret | sorry
+ person bowing
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | man | meditate | meditation | pity | regret | sorry
+ man bowing
+ apology | ask | beg | bow | bowing | favor | forgive | gesture | meditate | meditation | pity | regret | sorry | woman
+ woman bowing
+ again | bewilder | disbelief | exasperation | facepalm | no | not | oh | omg | person | shock | smh
+ person facepalming
+ again | bewilder | disbelief | exasperation | facepalm | man | no | not | oh | omg | shock | smh
+ man facepalming
+ again | bewilder | disbelief | exasperation | facepalm | no | not | oh | omg | shock | smh | woman
+ woman facepalming
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | person | shrug | shrugging | whatever | who
+ person shrugging
+ doubt | dunno | guess | idk | ignorance | indifference | knows | man | maybe | shrug | shrugging | whatever | who
+ man shrugging
+ doubt | dunno | guess | idk | ignorance | indifference | knows | maybe | shrug | shrugging | whatever | who | woman
+ woman shrugging
+ doctor | health | healthcare | nurse | therapist | worker
+ health worker
+ doctor | health | healthcare | man | nurse | therapist | worker
+ man health worker
+ doctor | health | healthcare | nurse | therapist | woman | worker
+ woman health worker
+ graduate | student
+ student
+ graduate | man | student
+ man student
+ graduate | student | woman
+ woman student
+ instructor | lecturer | professor | teacher
+ teacher
+ instructor | lecturer | man | professor | teacher
+ man teacher
+ instructor | lecturer | professor | teacher | woman
+ woman teacher
+ judge | justice | law | scales
+ judge
+ judge | justice | law | man | scales
+ man judge
+ judge | justice | law | scales | woman
+ woman judge
+ farmer | gardener | rancher
+ farmer
+ farmer | gardener | man | rancher
+ man farmer
+ farmer | gardener | rancher | woman
+ woman farmer
+ chef | cook
+ cook
+ chef | cook | man
+ man cook
+ chef | cook | woman
+ woman cook
+ electrician | mechanic | plumber | tradesperson
+ mechanic
+ electrician | man | mechanic | plumber | tradesperson
+ man mechanic
+ electrician | mechanic | plumber | tradesperson | woman
+ woman mechanic
+ assembly | factory | industrial | worker
+ factory worker
+ assembly | factory | industrial | man | worker
+ man factory worker
+ assembly | factory | industrial | woman | worker
+ woman factory worker
+ architect | business | manager | office | white-collar | worker
+ office worker
+ architect | business | man | manager | office | white-collar | worker
+ man office worker
+ architect | business | manager | office | white-collar | woman | worker
+ woman office worker
+ biologist | chemist | engineer | mathematician | physicist | scientist
+ scientist
+ biologist | chemist | engineer | man | mathematician | physicist | scientist
+ man scientist
+ biologist | chemist | engineer | mathematician | physicist | scientist | woman
+ woman scientist
+ coder | computer | developer | inventor | software | technologist
+ technologist
+ coder | computer | developer | inventor | man | software | technologist
+ man technologist
+ coder | computer | developer | inventor | software | technologist | woman
+ woman technologist
+ actor | entertainer | rock | rockstar | singer | star
+ singer
+ actor | entertainer | man | rock | rockstar | singer | star
+ man singer
+ actor | entertainer | rock | rockstar | singer | star | woman
+ woman singer
+ artist | palette
+ artist
+ artist | man | palette
+ man artist
+ artist | palette | woman
+ woman artist
+ pilot | plane
+ pilot
+ man | pilot | plane
+ man pilot
+ pilot | plane | woman
+ woman pilot
+ astronaut | rocket | space
+ astronaut
+ astronaut | man | rocket | space
+ man astronaut
+ astronaut | rocket | space | woman
+ woman astronaut
+ fire | firefighter | firetruck
+ firefighter
+ fire | firefighter | firetruck | man
+ man firefighter
+ fire | firefighter | firetruck | woman
+ woman firefighter
+ apprehend | arrest | citation | cop | law | officer | over | police | pulled | undercover
+ police officer
+ apprehend | arrest | citation | cop | law | man | officer | over | police | pulled | undercover
+ man police officer
+ apprehend | arrest | citation | cop | law | officer | over | police | pulled | undercover | woman
+ woman police officer
+ detective | sleuth | spy
+ detective
+ detective | man | sleuth | spy
+ man detective
+ detective | sleuth | spy | woman
+ woman detective
+ buckingham | guard | helmet | london | palace
+ guard
+ buckingham | guard | helmet | london | man | palace
+ man guard
+ buckingham | guard | helmet | london | palace | woman
+ woman guard
+ assassin | fight | fighter | hidden | ninja | person | secret | skills | sly | soldier | stealth | war
+ ninja
+ build | construction | fix | hardhat | hat | man | person | rebuild | remodel | repair | work | worker
+ construction worker
+ build | construction | fix | hardhat | hat | man | rebuild | remodel | repair | work | worker
+ man construction worker
+ build | construction | fix | hardhat | hat | man | rebuild | remodel | repair | woman | work | worker
+ woman construction worker
+ crown | monarch | noble | person | regal | royal | royalty
+ person with crown
+ crown | fairy | fairytale | fantasy | king | prince | royal | royalty | tale
+ prince
+ crown | fairy | fairytale | fantasy | princess | queen | royal | royalty | tale
+ princess
+ person | turban | wearing
+ person wearing turban
+ man | turban | wearing
+ man wearing turban
+ turban | wearing | woman
+ woman wearing turban
+ cap | Chinese | gua | guapi | hat | mao | person | pi | skullcap
+ person with skullcap
+ bandana | head | headscarf | hijab | kerchief | mantilla | tichel | woman
+ woman with headscarf
+ formal | person | tuxedo | wedding
+ person in tuxedo
+ formal | groom | man | tuxedo | wedding
+ man in tuxedo
+ formal | tuxedo | wedding | woman
+ woman in tuxedo
+ person | veil | wedding
+ person with veil
+ man | veil | wedding
+ man with veil
+ bride | veil | wedding | woman
+ woman with veil
+ pregnant | woman
+ pregnant woman
+ belly | bloated | full | man | overeat | pregnant
+ pregnant man
+ belly | bloated | full | overeat | person | pregnant | stuffed
+ pregnant person
+ baby | breast | breast-feeding | feeding | mom | mother | nursing | woman
+ breast-feeding
+ baby | feed | feeding | mom | mother | nanny | newborn | nursing | woman
+ woman feeding baby
+ baby | dad | father | feed | feeding | man | nanny | newborn | nursing
+ man feeding baby
+ baby | feed | feeding | nanny | newborn | nursing | parent
+ person feeding baby
+ angel | baby | church | face | fairy | fairytale | fantasy | tale
+ baby angel
+ celebration | Christmas | claus | fairy | fantasy | father | holiday | merry | santa | tale | xmas
+ Santa Claus
+ celebration | Christmas | claus | fairy | fantasy | holiday | merry | mother | Mrs | santa | tale | xmas
+ Mrs. Claus
+ celebration | Christmas | claus | fairy | fantasy | holiday | merry | Mx | santa | tale | xmas
+ Mx Claus
+ good | hero | superhero | superpower
+ superhero
+ good | hero | man | superhero | superpower
+ man superhero
+ good | hero | heroine | superhero | superpower | woman
+ woman superhero
+ bad | criminal | evil | superpower | supervillain | villain
+ supervillain
+ bad | criminal | evil | man | superpower | supervillain | villain
+ man supervillain
+ bad | criminal | evil | superpower | supervillain | villain | woman
+ woman supervillain
+ fantasy | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ mage
+ fantasy | mage | magic | man | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard
+ man mage
+ fantasy | mage | magic | play | sorcerer | sorceress | sorcery | spell | summon | witch | wizard | woman
+ woman mage
+ fairy | fairytale | fantasy | myth | person | pixie | tale | wings
+ fairy
+ fairy | fairytale | fantasy | man | myth | Oberon | person | pixie | Puck | tale | wings
+ man fairy
+ fairy | fairytale | fantasy | myth | person | pixie | tale | Titania | wings | woman
+ woman fairy
+ blood | Dracula | fangs | halloween | scary | supernatural | teeth | undead | vampire
+ vampire
+ blood | fangs | halloween | man | scary | supernatural | teeth | undead | vampire
+ man vampire
+ blood | fangs | halloween | scary | supernatural | teeth | undead | vampire | woman
+ woman vampire
+ creature | fairytale | folklore | merperson | ocean | sea | siren | trident
+ merperson
+ creature | fairytale | folklore | merman | Neptune | ocean | Poseidon | sea | siren | trident | Triton
+ merman
+ creature | fairytale | folklore | mermaid | merwoman | ocean | sea | siren | trident
+ mermaid
+ elf | elves | enchantment | fantasy | folklore | magic | magical | myth
+ elf
+ elf | elves | enchantment | fantasy | folklore | magic | magical | man | myth
+ man elf
+ elf | elves | enchantment | fantasy | folklore | magic | magical | myth | woman
+ woman elf
+ djinn | fantasy | genie | jinn | lamp | myth | rub | wishes
+ genie
+ djinn | fantasy | genie | jinn | lamp | man | myth | rub | wishes
+ man genie
+ djinn | fantasy | genie | jinn | lamp | myth | rub | wishes | woman
+ woman genie
+ apocalypse | dead | halloween | horror | scary | undead | walking | zombie
+ zombie
+ apocalypse | dead | halloween | horror | man | scary | undead | walking | zombie
+ man zombie
+ apocalypse | dead | halloween | horror | scary | undead | walking | woman | zombie
+ woman zombie
+ fairy | fantasy | monster | tale | troll | trolling
+ troll
+ bigfoot | cryptid | forest | giant | hairy | sasquatch | woodwose | yeti
+ hairy creature
+ face | getting | headache | massage | person | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ person getting massage
+ face | getting | headache | man | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment
+ man getting massage
+ face | getting | headache | massage | relax | relaxing | salon | soothe | spa | tension | therapy | treatment | woman
+ woman getting massage
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | parlor | person | shears | style
+ person getting haircut
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | man | parlor | person | shears | style
+ man getting haircut
+ barber | beauty | chop | cosmetology | cut | groom | hair | haircut | parlor | person | shears | style | woman
+ woman getting haircut
+ amble | gait | hike | man | pace | pedestrian | person | stride | stroll | walk | walking
+ person walking
+ amble | gait | hike | man | pace | pedestrian | stride | stroll | walk | walking
+ man walking
+ amble | gait | hike | man | pace | pedestrian | stride | stroll | walk | walking | woman
+ woman walking
+ person | stand | standing
+ person standing
+ man | stand | standing
+ man standing
+ stand | standing | woman
+ woman standing
+ kneel | kneeling | knees | person
+ person kneeling
+ kneel | kneeling | knees | man
+ man kneeling
+ kneel | kneeling | knees | woman
+ woman kneeling
+ accessibility | blind | cane | person | probing | white
+ person with white cane
+ accessibility | blind | cane | man | probing | white
+ man with white cane
+ accessibility | blind | cane | probing | white | woman
+ woman with white cane
+ accessibility | motorized | person | wheelchair
+ person in motorized wheelchair
+ accessibility | man | motorized | wheelchair
+ man in motorized wheelchair
+ accessibility | motorized | wheelchair | woman
+ woman in motorized wheelchair
+ accessibility | manual | person | wheelchair
+ person in manual wheelchair
+ accessibility | man | manual | wheelchair
+ man in manual wheelchair
+ accessibility | manual | wheelchair | woman
+ woman in manual wheelchair
+ fast | hurry | marathon | move | person | quick | race | racing | run | rush | speed
+ person running
+ fast | hurry | man | marathon | move | quick | race | racing | run | rush | speed
+ man running
+ fast | hurry | marathon | move | quick | race | racing | run | rush | speed | woman
+ woman running
+ ballet | dancer
+ ballet dancer
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | salsa | tango | woman
+ woman dancing
+ dance | dancer | dancing | elegant | festive | flair | flamenco | groove | let’s | man | salsa | tango
+ man dancing
+ business | levitating | person | suit
+ person in suit levitating
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | pair | party | partying | people | soulmate | twin | twinsies
+ people with bunny ears
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | men | pair | party | partying | people | soulmate | twin | twinsies
+ men with bunny ears
+ bestie | bff | bunny | counterpart | dancer | double | ear | identical | pair | party | partying | people | soulmate | twin | twinsies | women
+ women with bunny ears
+ day | luxurious | pamper | person | relax | room | sauna | spa | steam | steambath | unwind
+ person in steamy room
+ day | luxurious | man | pamper | relax | room | sauna | spa | steam | steambath | unwind
+ man in steamy room
+ day | luxurious | pamper | relax | room | sauna | spa | steam | steambath | unwind | woman
+ woman in steamy room
+ climb | climber | climbing | mountain | person | rock | scale | up
+ person climbing
+ climb | climber | climbing | man | mountain | rock | scale | up
+ man climbing
+ climb | climber | climbing | mountain | rock | scale | up | woman
+ woman climbing
+ fencer | fencing | person | sword
+ person fencing
+ horse | jockey | racehorse | racing | riding | sport
+ horse racing
+ ski | skier | snow
+ skier
+ ski | snow | snowboard | snowboarder | sport
+ snowboarder
+ ball | birdie | caddy | driving | golf | golfing | green | person | pga | putt | range | tee
+ person golfing
+ ball | birdie | caddy | driving | golf | golfing | green | man | pga | putt | range | tee
+ man golfing
+ ball | birdie | caddy | driving | golf | golfing | green | pga | putt | range | tee | woman
+ woman golfing
+ beach | ocean | person | sport | surf | surfer | surfing | swell | waves
+ person surfing
+ beach | man | ocean | sport | surf | surfer | surfing | swell | waves
+ man surfing
+ beach | ocean | person | sport | surf | surfer | surfing | swell | waves
+ woman surfing
+ boat | canoe | cruise | fishing | lake | oar | paddle | person | raft | river | row | rowboat | rowing
+ person rowing boat
+ boat | canoe | cruise | fishing | lake | man | oar | paddle | raft | river | row | rowboat | rowing
+ man rowing boat
+ boat | canoe | cruise | fishing | lake | oar | paddle | raft | river | row | rowboat | rowing | woman
+ woman rowing boat
+ freestyle | person | sport | swim | swimmer | swimming | triathlon
+ person swimming
+ freestyle | man | sport | swim | swimmer | swimming | triathlon
+ man swimming
+ freestyle | man | sport | swim | swimmer | swimming | triathlon
+ woman swimming
+ athletic | ball | basketball | bouncing | championship | dribble | net | person | player | throw
+ person bouncing ball
+ athletic | ball | basketball | bouncing | championship | dribble | man | net | player | throw
+ man bouncing ball
+ athletic | ball | basketball | bouncing | championship | dribble | net | player | throw | woman
+ woman bouncing ball
+ barbell | bodybuilder | deadlift | lifter | lifting | person | powerlifting | weight | weightlifter | weights | workout
+ person lifting weights
+ barbell | bodybuilder | deadlift | lifter | lifting | man | powerlifting | weight | weightlifter | weights | workout
+ man lifting weights
+ barbell | bodybuilder | deadlift | lifter | lifting | powerlifting | weight | weightlifter | weights | woman | workout
+ woman lifting weights
+ bicycle | bicyclist | bike | biking | cycle | cyclist | person | riding | sport
+ person biking
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | riding | sport
+ man biking
+ bicycle | bicyclist | bike | biking | cycle | cyclist | riding | sport | woman
+ woman biking
+ bicycle | bicyclist | bike | biking | cycle | cyclist | mountain | person | riding | sport
+ person mountain biking
+ bicycle | bicyclist | bike | biking | cycle | cyclist | man | mountain | riding | sport
+ man mountain biking
+ bicycle | bicyclist | bike | biking | cycle | cyclist | mountain | riding | sport | woman
+ woman mountain biking
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | person | somersault
+ person cartwheeling
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | man | somersault
+ man cartwheeling
+ active | cartwheel | cartwheeling | excited | flip | gymnastics | happy | somersault | woman
+ woman cartwheeling
+ combat | duel | grapple | people | ring | tournament | wrestle | wrestling
+ people wrestling
+ combat | duel | grapple | men | ring | tournament | wrestle | wrestling
+ men wrestling
+ combat | duel | grapple | ring | tournament | women | wrestle | wrestling
+ women wrestling
+ person | playing | polo | sport | swimming | water | waterpolo
+ person playing water polo
+ man | playing | polo | sport | swimming | water | waterpolo
+ man playing water polo
+ playing | polo | sport | swimming | water | waterpolo | woman
+ woman playing water polo
+ athletics | ball | catch | chuck | handball | hurl | lob | person | pitch | playing | sport | throw | toss
+ person playing handball
+ athletics | ball | catch | chuck | handball | hurl | lob | man | pitch | playing | sport | throw | toss
+ man playing handball
+ athletics | ball | catch | chuck | handball | hurl | lob | pitch | playing | sport | throw | toss | woman
+ woman playing handball
+ act | balance | balancing | handle | juggle | juggling | manage | multitask | person | skill
+ person juggling
+ act | balance | balancing | handle | juggle | juggling | man | manage | multitask | skill
+ man juggling
+ act | balance | balancing | handle | juggle | juggling | manage | multitask | skill | woman
+ woman juggling
+ cross | legged | legs | lotus | meditation | peace | person | position | relax | serenity | yoga | yogi | zen
+ person in lotus position
+ cross | legged | legs | lotus | man | meditation | peace | position | relax | serenity | yoga | yogi | zen
+ man in lotus position
+ cross | legged | legs | lotus | meditation | peace | position | relax | serenity | woman | yoga | yogi | zen
+ woman in lotus position
+ bath | bathtub | person | taking | tub
+ person taking bath
+ bed | bedtime | good | goodnight | hotel | nap | night | person | sleep | tired | zzz
+ person in bed
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | people | twins
+ people holding hands
+ bae | bestie | bff | couple | dating | flirt | friends | girls | hand | hold | sisters | twins | women
+ women holding hands
+ bae | bestie | bff | couple | dating | flirt | friends | hand | hold | man | twins | woman
+ woman and man holding hands
+ bae | bestie | bff | boys | brothers | couple | dating | flirt | friends | hand | hold | men | twins
+ men holding hands
+ anniversary | babe | bae | couple | date | dating | heart | kiss | love | mwah | person | romance | together | xoxo
+ kiss
+ anniversary | babe | bae | couple | dating | heart | kiss | love | person | relationship | romance | together | you
+ couple with heart
+ face | head | silhouette | speak | speaking
+ speaking head
+ bust | mysterious | shadow | silhouette
+ bust in silhouette
+ bff | bust | busts | everyone | friend | friends | people | silhouette
+ busts in silhouette
+ comfort | embrace | farewell | friendship | goodbye | hello | hug | hugging | love | people | thanks
+ people hugging
+ child | family
+ family
+ adult | child | family
+ family: adult, adult, child
+ adult | child | family
+ family: adult, adult, child, child
+ adult | child | family
+ family: adult, child
+ adult | child | family
+ family: adult, child, child
+ barefoot | clothing | footprint | footprints | omw | print | walk
+ footprints
+ clue | crime | detective | fingerprint | forensics | identity | mystery | print | safety | trace
+ fingerprint
+ ginger | hair | red | redhead
+ red hair
+ afro | curly | hair | ringlets
+ curly hair
+ gray | hair | old | white
+ white hair
+ bald | chemotherapy | hair | hairless | no | shaven
+ bald
+ animal | banana | face | monkey
+ monkey face
+ animal | banana | monkey
+ monkey
+ animal | gorilla
+ gorilla
+ animal | ape | monkey | orangutan
+ orangutan
+ adorbs | animal | dog | face | pet | puppies | puppy
+ dog face
+ animal | animals | dog | dogs | pet
+ dog
+ accessibility | animal | blind | dog | guide
+ guide dog
+ accessibility | animal | assistance | dog | service
+ service dog
+ animal | dog | fluffy | poodle
+ poodle
+ animal | face | wolf
+ wolf
+ animal | face | fox
+ fox
+ animal | curious | raccoon | sly
+ raccoon
+ animal | cat | face | kitten | kitty | pet
+ cat face
+ animal | animals | cat | cats | kitten | pet
+ cat
+ animal | black | cat | feline | halloween | meow | unlucky
+ black cat
+ alpha | animal | face | Leo | lion | mane | order | rawr | roar | safari | strong | zodiac
+ lion
+ animal | big | cat | face | predator | tiger
+ tiger face
+ animal | big | cat | predator | tiger | zoo
+ tiger
+ animal | big | cat | leopard | predator | zoo
+ leopard
+ animal | dressage | equine | face | farm | horse | horses
+ horse face
+ alces | animal | antlers | elk | mammal | moose
+ moose
+ animal | ass | burro | donkey | hinny | mammal | mule | stubborn
+ donkey
+ animal | equestrian | farm | horse | racehorse | racing
+ horse
+ face | unicorn
+ unicorn
+ animal | stripe | zebra
+ zebra
+ animal | deer
+ deer
+ animal | bison | buffalo | herd | wisent
+ bison
+ animal | cow | face | farm | milk | moo
+ cow face
+ animal | animals | bull | farm | ox | Taurus | zodiac
+ ox
+ animal | buffalo | water | zoo
+ water buffalo
+ animal | animals | cow | farm | milk | moo
+ cow
+ animal | bacon | face | farm | pig | pork
+ pig face
+ animal | bacon | farm | pig | pork | sow
+ pig
+ animal | boar | pig
+ boar
+ animal | face | farm | nose | pig | smell | snout
+ pig nose
+ animal | Aries | horns | male | ram | sheep | zodiac | zoo
+ ram
+ animal | baa | ewe | farm | female | fluffy | lamb | sheep | wool
+ ewe
+ animal | Capricorn | farm | goat | milk | zodiac
+ goat
+ animal | camel | desert | dromedary | hump | one
+ camel
+ animal | bactrian | camel | desert | hump | two | two-hump
+ two-hump camel
+ alpaca | animal | guanaco | llama | vicuña | wool
+ llama
+ animal | giraffe | spots
+ giraffe
+ animal | elephant
+ elephant
+ animal | extinction | large | mammoth | tusk | wooly
+ mammoth
+ animal | rhinoceros
+ rhinoceros
+ animal | hippo | hippopotamus
+ hippopotamus
+ animal | face | mouse
+ mouse face
+ animal | animals | mouse
+ mouse
+ animal | rat
+ rat
+ animal | face | hamster | pet
+ hamster
+ animal | bunny | face | pet | rabbit
+ rabbit face
+ animal | bunny | pet | rabbit
+ rabbit
+ animal | chipmunk | squirrel
+ chipmunk
+ animal | beaver | dam | teeth
+ beaver
+ animal | hedgehog | spiny
+ hedgehog
+ animal | bat | vampire
+ bat
+ animal | bear | face | grizzly | growl | honey
+ bear
+ animal | arctic | bear | polar | white
+ polar bear
+ animal | australia | bear | down | face | koala | marsupial | under
+ koala
+ animal | bamboo | face | panda
+ panda
+ lazy | sloth | slow
+ sloth
+ animal | fishing | otter | playful
+ otter
+ animal | skunk | stink
+ skunk
+ animal | joey | jump | kangaroo | marsupial
+ kangaroo
+ animal | badger | honey | pester
+ badger
+ feet | paw | paws | print | prints
+ paw prints
+ bird | gobble | thanksgiving | turkey
+ turkey
+ animal | bird | chicken | ornithology
+ chicken
+ animal | bird | ornithology | rooster
+ rooster
+ animal | baby | bird | chick | egg | hatching
+ hatching chick
+ animal | baby | bird | chick | ornithology
+ baby chick
+ animal | baby | bird | chick | front-facing | newborn | ornithology
+ front-facing baby chick
+ animal | bird | ornithology
+ bird
+ animal | antarctica | bird | ornithology | penguin
+ penguin
+ bird | dove | fly | ornithology | peace
+ dove
+ animal | bird | eagle | ornithology
+ eagle
+ animal | bird | duck | ornithology
+ duck
+ animal | bird | cygnet | duckling | ornithology | swan | ugly
+ swan
+ animal | bird | ornithology | owl | wise
+ owl
+ animal | bird | dodo | extinction | large | ornithology
+ dodo
+ bird | feather | flight | light | plumage
+ feather
+ animal | bird | flamboyant | flamingo | ornithology | tropical
+ flamingo
+ animal | bird | colorful | ornithology | ostentatious | peacock | peahen | pretty | proud
+ peacock
+ animal | bird | ornithology | parrot | pirate | talk
+ parrot
+ angelic | ascend | aviation | bird | fly | flying | heavenly | mythology | soar | wing
+ wing
+ animal | beak | bird | black | caw | corvid | crow | ornithology | raven | rook
+ black bird
+ animal | bird | duck | flock | fowl | gaggle | gander | geese | goose | honk | ornithology | silly
+ goose
+ ascend | ascension | emerge | fantasy | firebird | glory | immortal | phoenix | rebirth | reincarnation | reinvent | renewal | revival | revive | rise | transform
+ phoenix
+ animal | face | frog
+ frog
+ animal | crocodile | zoo
+ crocodile
+ animal | terrapin | tortoise | turtle
+ turtle
+ animal | lizard | reptile
+ lizard
+ animal | bearer | Ophiuchus | serpent | snake | zodiac
+ snake
+ animal | dragon | face | fairy | fairytale | tale
+ dragon face
+ animal | dragon | fairy | fairytale | knights | tale
+ dragon
+ brachiosaurus | brontosaurus | dinosaur | diplodocus | sauropod
+ sauropod
+ dinosaur | Rex | T | T-Rex | Tyrannosaurus
+ T-Rex
+ animal | beach | face | ocean | spouting | whale
+ spouting whale
+ animal | beach | ocean | whale
+ whale
+ animal | beach | dolphin | flipper | ocean
+ dolphin
+ marine | ocean | whale
+ orca
+ animal | lion | ocean | sea | seal
+ seal
+ animal | dinner | fish | fishes | fishing | Pisces | zodiac
+ fish
+ animal | fish | fishes | tropical
+ tropical fish
+ animal | blowfish | fish
+ blowfish
+ animal | fish | shark
+ shark
+ animal | creature | ocean | octopus
+ octopus
+ animal | beach | conch | sea | shell | spiral
+ spiral shell
+ change | climate | coral | ocean | reef | sea
+ coral
+ animal | aquarium | burn | invertebrate | jelly | jellyfish | life | marine | ocean | ouch | plankton | sea | sting | stinger | tentacles
+ jellyfish
+ Cancer | crab | zodiac
+ crab
+ animal | bisque | claws | lobster | seafood
+ lobster
+ food | shellfish | shrimp | small
+ shrimp
+ animal | food | mollusk | squid
+ squid
+ diving | oyster | pearl
+ oyster
+ animal | escargot | garden | nature | slug | snail
+ snail
+ butterfly | insect | pretty
+ butterfly
+ animal | bug | garden | insect
+ bug
+ animal | ant | garden | insect
+ ant
+ animal | bee | bumblebee | honey | honeybee | insect | nature | spring
+ honeybee
+ animal | beetle | bug | insect
+ beetle
+ animal | beetle | garden | insect | lady | ladybird | ladybug | nature
+ lady beetle
+ animal | bug | cricket | grasshopper | insect | Orthoptera
+ cricket
+ animal | cockroach | insect | pest | roach
+ cockroach
+ animal | insect | spider
+ spider
+ spider | web
+ spider web
+ Scorpio | scorpion | Scorpius | zodiac
+ scorpion
+ bite | disease | fever | insect | malaria | mosquito | pest | virus
+ mosquito
+ animal | disease | fly | insect | maggot | pest | rotting
+ fly
+ animal | annelid | earthworm | parasite | worm
+ worm
+ amoeba | bacteria | microbe | science | virus
+ microbe
+ anniversary | birthday | bouquet | date | flower | love | plant | romance
+ bouquet
+ blossom | cherry | flower | plant | spring | springtime
+ cherry blossom
+ flower | white
+ white flower
+ beauty | Buddhism | calm | flower | Hinduism | lotus | peace | purity | serenity
+ lotus
+ plant | rosette
+ rosette
+ beauty | elegant | flower | love | plant | red | rose | valentine
+ rose
+ dying | flower | wilted
+ wilted flower
+ flower | hibiscus | plant
+ hibiscus
+ flower | outdoors | plant | sun | sunflower
+ sunflower
+ blossom | buttercup | dandelion | flower | plant
+ blossom
+ blossom | flower | growth | plant | tulip
+ tulip
+ bloom | bluebonnet | flower | hyacinth | indigo | lavender | lilac | lupine | plant | purple | shrub | snapdragon | spring | violet
+ hyacinth
+ plant | sapling | seedling | sprout | young
+ seedling
+ decor | grow | house | nurturing | plant | pot | potted
+ potted plant
+ christmas | evergreen | forest | pine | tree
+ evergreen tree
+ deciduous | forest | green | habitat | shedding | tree
+ deciduous tree
+ beach | palm | plant | tree | tropical
+ palm tree
+ cactus | desert | drought | nature | plant
+ cactus
+ ear | grain | grains | plant | rice | sheaf
+ sheaf of rice
+ herb | leaf | plant
+ herb
+ irish | plant | shamrock
+ shamrock
+ 4 | clover | four | four-leaf | irish | leaf | lucky | plant
+ four leaf clover
+ falling | leaf | maple
+ maple leaf
+ autumn | fall | fallen | falling | leaf
+ fallen leaf
+ blow | flutter | fluttering | leaf | wind
+ leaf fluttering in wind
+ branch | empty | home | nest | nesting
+ empty nest
+ bird | branch | egg | eggs | nest | nesting
+ nest with eggs
+ fungus | mushroom | toadstool
+ mushroom
+ bare | barren | branches | dead | drought | leafless | tree | trunk | winter | wood
+ leafless tree
+ Dionysus | fruit | grape | grapes
+ grapes
+ cantaloupe | fruit | melon
+ melon
+ fruit | watermelon
+ watermelon
+ c | citrus | fruit | nectarine | orange | tangerine | vitamin
+ tangerine
+ citrus | fruit | lemon | sour
+ lemon
+ acidity | citrus | cocktail | fruit | garnish | key | lime | margarita | mojito | refreshing | salsa | sour | tangy | tequila | tropical | zest
+ lime
+ banana | fruit | potassium
+ banana
+ colada | fruit | pina | pineapple | tropical
+ pineapple
+ food | fruit | mango | tropical
+ mango
+ apple | diet | food | fruit | health | red | ripe
+ red apple
+ apple | fruit | green
+ green apple
+ fruit | pear
+ pear
+ fruit | peach
+ peach
+ berries | cherries | cherry | fruit | red
+ cherries
+ berry | fruit | strawberry
+ strawberry
+ berries | berry | bilberry | blue | blueberries | blueberry | food | fruit
+ blueberries
+ food | fruit | kiwi
+ kiwi fruit
+ food | fruit | tomato | vegetable
+ tomato
+ food | olive
+ olive
+ coconut | colada | palm | piña
+ coconut
+ avocado | food | fruit
+ avocado
+ aubergine | eggplant | vegetable
+ eggplant
+ food | potato | vegetable
+ potato
+ carrot | food | vegetable
+ carrot
+ corn | crops | ear | farm | maize | maze
+ ear of corn
+ hot | pepper
+ hot pepper
+ bell | capsicum | food | pepper | vegetable
+ bell pepper
+ cucumber | food | pickle | vegetable
+ cucumber
+ bok | burgers | cabbage | choy | green | kale | leafy | lettuce | salad
+ leafy green
+ broccoli | cabbage | wild
+ broccoli
+ flavoring | garlic
+ garlic
+ flavoring | onion
+ onion
+ food | nut | peanut | peanuts | vegetable
+ peanuts
+ beans | food | kidney | legume | small
+ beans
+ almond | chestnut | plant
+ chestnut
+ beer | ginger | health | herb | natural | root | spice
+ ginger root
+ beans | beanstalk | edamame | legume | pea | pod | soybean | vegetable | veggie
+ pea pod
+ food | fungi | fungus | mushroom | nature | pizza | portobello | shiitake | shroom | spore | sprout | toppings | truffle | vegetable | vegetarian | veggie
+ brown mushroom
+ beet | food | garden | radish | root | salad | turnip | vegetable | vegetarian
+ root vegetable
+ bread | carbs | food | grain | loaf | restaurant | toast | wheat
+ bread
+ bread | breakfast | crescent | croissant | food | french | roll
+ croissant
+ baguette | bread | food | french
+ baguette bread
+ arepa | bread | flatbread | food | gordita | lavash | naan | pita
+ flatbread
+ convoluted | pretzel | twisted
+ pretzel
+ bagel | bakery | bread | breakfast | schmear
+ bagel
+ breakfast | crêpe | food | hotcake | pancake | pancakes
+ pancakes
+ breakfast | indecisive | iron | waffle
+ waffle
+ cheese | wedge
+ cheese wedge
+ bone | meat
+ meat on bone
+ bone | chicken | drumstick | hungry | leg | poultry | turkey
+ poultry leg
+ chop | cut | lambchop | meat | porkchop | red | steak
+ cut of meat
+ bacon | breakfast | food | meat
+ bacon
+ burger | eat | fast | food | hamburger | hungry
+ hamburger
+ fast | food | french | fries
+ french fries
+ cheese | food | hungry | pepperoni | pizza | slice
+ pizza
+ dog | frankfurter | hot | hotdog | sausage
+ hot dog
+ bread | sandwich
+ sandwich
+ mexican | taco
+ taco
+ burrito | mexican | wrap
+ burrito
+ food | mexican | pamonha | tamale | wrapped
+ tamale
+ falafel | flatbread | food | gyro | kebab | stuffed
+ stuffed flatbread
+ chickpea | falafel | meatball
+ falafel
+ breakfast | egg | food
+ egg
+ breakfast | cooking | easy | egg | fry | frying | over | pan | restaurant | side | sunny | up
+ cooking
+ casserole | food | paella | pan | shallow
+ shallow pan of food
+ food | pot | soup | stew
+ pot of food
+ cheese | chocolate | fondue | food | melted | pot | ski
+ fondue
+ bowl | breakfast | cereal | congee | oatmeal | porridge | spoon
+ bowl with spoon
+ food | green | salad
+ green salad
+ corn | movie | pop | popcorn
+ popcorn
+ butter | dairy
+ butter
+ condiment | flavor | mad | salt | salty | shaker | taste | upset
+ salt
+ can | canned | food
+ canned food
+ bento | box | food
+ bento box
+ cracker | food | rice
+ rice cracker
+ ball | food | Japanese | rice
+ rice ball
+ cooked | food | rice
+ cooked rice
+ curry | food | rice
+ curry rice
+ bowl | chopsticks | food | noodle | pho | ramen | soup | steaming
+ steaming bowl
+ food | meatballs | pasta | restaurant | spaghetti
+ spaghetti
+ food | potato | roasted | sweet
+ roasted sweet potato
+ food | kebab | oden | restaurant | seafood | skewer | stick
+ oden
+ food | sushi
+ sushi
+ fried | prawn | shrimp | tempura
+ fried shrimp
+ cake | fish | food | pastry | restaurant | swirl
+ fish cake with swirl
+ autumn | cake | festival | moon | yuèbǐng
+ moon cake
+ dango | dessert | Japanese | skewer | stick | sweet
+ dango
+ dumpling | empanada | gyōza | jiaozi | pierogi | potsticker
+ dumpling
+ cookie | fortune | prophecy
+ fortune cookie
+ box | chopsticks | delivery | food | oyster | pail | takeout
+ takeout box
+ cream | dessert | food | ice | icecream | restaurant | serve | soft | sweet
+ soft ice cream
+ dessert | ice | restaurant | shaved | sweet
+ shaved ice
+ cream | dessert | food | ice | restaurant | sweet
+ ice cream
+ breakfast | dessert | donut | doughnut | food | sweet
+ doughnut
+ chip | chocolate | cookie | dessert | sweet
+ cookie
+ bday | birthday | cake | celebration | dessert | happy | pastry | sweet
+ birthday cake
+ cake | dessert | pastry | shortcake | slice | sweet
+ shortcake
+ bakery | cupcake | dessert | sprinkles | sugar | sweet | treat
+ cupcake
+ apple | filling | fruit | meat | pastry | pie | pumpkin | slice
+ pie
+ bar | candy | chocolate | dessert | halloween | sweet | tooth
+ chocolate bar
+ candy | cavities | dessert | halloween | restaurant | sweet | tooth | wrapper
+ candy
+ candy | dessert | food | lollipop | restaurant | sweet
+ lollipop
+ custard | dessert | pudding | sweet
+ custard
+ barrel | bear | food | honey | honeypot | jar | pot | sweet
+ honey pot
+ babies | baby | birth | born | bottle | drink | infant | milk | newborn
+ baby bottle
+ drink | glass | milk
+ glass of milk
+ beverage | cafe | caffeine | chai | coffee | drink | hot | morning | steaming | tea
+ hot beverage
+ brew | drink | food | pot | tea | teapot
+ teapot
+ beverage | cup | drink | handle | oolong | tea | teacup
+ teacup without handle
+ bar | beverage | bottle | cup | drink | restaurant | sake
+ sake
+ bar | bottle | cork | drink | popping
+ bottle with popping cork
+ alcohol | bar | beverage | booze | club | drink | drinking | drinks | glass | restaurant | wine
+ wine glass
+ alcohol | bar | booze | club | cocktail | drink | drinking | drinks | glass | mad | martini | men
+ cocktail glass
+ alcohol | bar | booze | club | cocktail | drink | drinking | drinks | drunk | mai | party | tai | tropical | tropics
+ tropical drink
+ alcohol | ale | bar | beer | booze | drink | drinking | drinks | mug | octoberfest | oktoberfest | pint | stein | summer
+ beer mug
+ alcohol | bar | beer | booze | bottoms | cheers | clink | clinking | drinking | drinks | mugs
+ clinking beer mugs
+ celebrate | clink | clinking | drink | glass | glasses
+ clinking glasses
+ glass | liquor | scotch | shot | tumbler | whiskey | whisky
+ tumbler glass
+ accident | drink | empty | glass | liquid | oops | pour | pouring | spill | water
+ pouring liquid
+ cup | drink | juice | malt | soda | soft | straw | water
+ cup with straw
+ boba | bubble | food | milk | pearl | tea
+ bubble tea
+ beverage | box | juice | straw | sweet
+ beverage box
+ drink | mate
+ mate
+ cold | cube | ice | iceberg
+ ice
+ chopsticks | hashi | jeotgarak | kuaizi
+ chopsticks
+ cooking | dinner | eat | fork | knife | plate
+ fork and knife with plate
+ breakfast | breaky | cooking | cutlery | delicious | dinner | eat | feed | food | fork | hungry | knife | lunch | restaurant | yum | yummy
+ fork and knife
+ eat | spoon | tableware
+ spoon
+ chef | cooking | hocho | kitchen | knife | tool | weapon
+ kitchen knife
+ condiment | container | empty | jar | nothing | sauce | store
+ jar
+ amphora | Aquarius | cooking | drink | jug | tool | weapon | zodiac
+ amphora
+ Africa | earth | Europe | Europe-Africa | globe | showing | world
+ globe showing Europe-Africa
+ Americas | earth | globe | showing | world
+ globe showing Americas
+ Asia | Asia-Australia | Australia | earth | globe | showing | world
+ globe showing Asia-Australia
+ earth | globe | internet | meridians | web | world | worldwide
+ globe with meridians
+ map | world
+ world map
+ Japan | map
+ map of Japan
+ compass | direction | magnetic | navigation | orienteering
+ compass
+ cold | mountain | snow | snow-capped
+ snow-capped mountain
+ mountain
+ mountain
+ avalanche | danger | disaster | earthquake | mountain | mudslide | rocks
+ landslide
+ eruption | mountain | nature | volcano
+ volcano
+ fuji | mount | mountain | nature
+ mount fuji
+ camping
+ camping
+ beach | umbrella
+ beach with umbrella
+ desert
+ desert
+ desert | island
+ desert island
+ national | park
+ national park
+ stadium
+ stadium
+ building | classical
+ classical building
+ building | construction | crane
+ building construction
+ brick | bricks | clay | mortar | wall
+ brick
+ boulder | heavy | rock | solid | stone | tough
+ rock
+ log | lumber | timber | wood
+ wood
+ home | house | hut | roundhouse | shelter | yurt
+ hut
+ house | houses
+ houses
+ derelict | home | house
+ derelict house
+ building | country | heart | home | house | ranch | settle | simple | suburban | suburbia | where
+ house
+ building | country | garden | heart | home | house | ranch | settle | simple | suburban | suburbia | where
+ house with garden
+ building | city | cubical | job | office
+ office building
+ building | Japanese | office | post
+ Japanese post office
+ building | European | office | post
+ post office
+ building | doctor | hospital | medicine
+ hospital
+ bank | building
+ bank
+ building | hotel
+ hotel
+ building | hotel | love
+ love hotel
+ 24 | building | convenience | hours | store
+ convenience store
+ building | school
+ school
+ building | department | store
+ department store
+ building | factory
+ factory
+ building | castle | Japanese
+ Japanese castle
+ building | castle | European
+ castle
+ chapel | hitched | nuptials | romance | wedding
+ wedding
+ Tokyo | tower
+ Tokyo tower
+ liberty | Liberty | new | ny | nyc | statue | Statue | york
+ Statue of Liberty
+ bless | chapel | Christian | church | cross | religion
+ church
+ islam | masjid | mosque | Muslim | religion
+ mosque
+ hindu | temple
+ hindu temple
+ Jew | Jewish | judaism | religion | synagogue | temple
+ synagogue
+ religion | shinto | shrine
+ shinto shrine
+ hajj | islam | kaaba | Muslim | religion | umrah
+ kaaba
+ fountain
+ fountain
+ camping | tent
+ tent
+ fog | foggy
+ foggy
+ night | star | stars
+ night with stars
+ city | cityscape
+ cityscape
+ morning | mountains | over | sun | sunrise
+ sunrise over mountains
+ morning | nature | sun | sunrise
+ sunrise
+ at | building | city | cityscape | dusk | evening | landscape | sun | sunset
+ cityscape at dusk
+ building | dusk | sun | sunset
+ sunset
+ at | bridge | night
+ bridge at night
+ hot | hotsprings | springs | steaming
+ hot springs
+ carousel | entertainment | horse
+ carousel horse
+ amusement | park | play | playground | playing | slide | sliding | theme
+ playground slide
+ amusement | ferris | park | theme | wheel
+ ferris wheel
+ amusement | coaster | park | roller | theme
+ roller coaster
+ barber | cut | fresh | haircut | pole | shave
+ barber pole
+ circus | tent
+ circus tent
+ caboose | engine | locomotive | railway | steam | train | trains | travel
+ locomotive
+ car | electric | railway | train | tram | travel | trolleybus
+ railway car
+ high-speed | railway | shinkansen | speed | train
+ high-speed train
+ bullet | high-speed | nose | railway | shinkansen | speed | train | travel
+ bullet train
+ arrived | choo | railway | train
+ train
+ metro | subway | travel
+ metro
+ arrived | light | monorail | rail | railway
+ light rail
+ railway | station | train
+ station
+ tram | trolleybus
+ tram
+ monorail | vehicle
+ monorail
+ car | mountain | railway | trip
+ mountain railway
+ bus | car | tram | trolley | trolleybus
+ tram car
+ bus | school | vehicle
+ bus
+ bus | cars | oncoming
+ oncoming bus
+ bus | tram | trolley | trolleybus
+ trolleybus
+ bus | drive | minibus | van | vehicle
+ minibus
+ ambulance | emergency | vehicle
+ ambulance
+ engine | fire | truck
+ fire engine
+ 5–0 | car | cops | patrol | police
+ police car
+ car | oncoming | police
+ oncoming police car
+ cab | cabbie | car | drive | taxi | vehicle | yellow
+ taxi
+ cab | cabbie | cars | drove | hail | oncoming | taxi | yellow
+ oncoming taxi
+ automobile | car | driving | vehicle
+ automobile
+ automobile | car | cars | drove | oncoming | vehicle
+ oncoming automobile
+ car | drive | recreational | sport | sportutility | utility | vehicle
+ sport utility vehicle
+ automobile | car | flatbed | pick-up | pickup | transportation | truck
+ pickup truck
+ car | delivery | drive | truck | vehicle
+ delivery truck
+ articulated | car | drive | lorry | move | semi | truck | vehicle
+ articulated lorry
+ tractor | vehicle
+ tractor
+ car | racing | zoom
+ racing car
+ motorcycle | racing
+ motorcycle
+ motor | scooter
+ motor scooter
+ accessibility | manual | wheelchair
+ manual wheelchair
+ accessibility | motorized | wheelchair
+ motorized wheelchair
+ auto | rickshaw | tuk
+ auto rickshaw
+ bicycle | bike | class | cycle | cycling | cyclist | gang | ride | spin | spinning
+ bicycle
+ kick | scooter
+ kick scooter
+ board | skate | skateboard | skater | wheels
+ skateboard
+ blades | roller | skate | skates | sport
+ roller skate
+ bus | busstop | stop
+ bus stop
+ highway | motorway | road
+ motorway
+ railway | track | train
+ railway track
+ drum | oil
+ oil drum
+ diesel | fuel | fuelpump | gas | gasoline | pump | station
+ fuel pump
+ car | circle | tire | turn | vehicle | wheel
+ wheel
+ alarm | alert | beacon | car | emergency | light | police | revolving | siren
+ police car light
+ horizontal | intersection | light | signal | stop | stoplight | traffic
+ horizontal traffic light
+ drove | intersection | light | signal | stop | stoplight | traffic | vertical
+ vertical traffic light
+ octagonal | sign | stop
+ stop sign
+ barrier | construction
+ construction
+ anchor | ship | tool
+ anchor
+ buoy | float | life | lifesaver | preserver | rescue | ring | safety | save | saver | swim
+ ring buoy
+ boat | resort | sailboat | sailing | sea | yacht
+ sailboat
+ boat | canoe
+ canoe
+ billionaire | boat | lake | luxury | millionaire | speedboat | summer | travel
+ speedboat
+ passenger | ship
+ passenger ship
+ boat | ferry | passenger
+ ferry
+ boat | motor | motorboat
+ motor boat
+ boat | passenger | ship | travel
+ ship
+ aeroplane | airplane | fly | flying | jet | plane | travel
+ airplane
+ aeroplane | airplane | plane | small
+ small airplane
+ aeroplane | airplane | check-in | departure | departures | plane
+ airplane departure
+ aeroplane | airplane | arrival | arrivals | arriving | landing | plane
+ airplane arrival
+ hang-glide | parachute | parasail | skydive
+ parachute
+ chair | seat
+ seat
+ copter | helicopter | roflcopter | travel | vehicle
+ helicopter
+ railway | suspension
+ suspension railway
+ cable | cableway | gondola | lift | mountain | ski
+ mountain cableway
+ aerial | cable | car | gondola | ropeway | tramway
+ aerial tramway
+ satellite | space
+ satellite
+ launch | rocket | rockets | space | travel
+ rocket
+ aliens | extra | flying | saucer | terrestrial | UFO
+ flying saucer
+ bell | bellhop | hotel
+ bellhop bell
+ bag | luggage | packing | roller | suitcase | travel
+ luggage
+ done | hourglass | sand | time | timer
+ hourglass done
+ done | flowing | hourglass | hours | not | sand | timer | waiting | yolo
+ hourglass not done
+ clock | time | watch
+ watch
+ alarm | clock | hours | hrs | late | time | waiting
+ alarm clock
+ clock | stopwatch | time
+ stopwatch
+ clock | timer
+ timer clock
+ clock | mantelpiece | time
+ mantelpiece clock
+ 12 | 12:00 | clock | o’clock | time | twelve
+ twelve o’clock
+ 12 | 12:30 | 30 | clock | thirty | time | twelve | twelve-thirty
+ twelve-thirty
+ 1 | 1:00 | clock | o’clock | one | time
+ one o’clock
+ 1 | 1:30 | 30 | clock | one | one-thirty | thirty | time
+ one-thirty
+ 2 | 2:00 | clock | o’clock | time | two
+ two o’clock
+ 2 | 2:30 | 30 | clock | thirty | time | two | two-thirty
+ two-thirty
+ 3 | 3:00 | clock | o’clock | three | time
+ three o’clock
+ 3 | 3:30 | 30 | clock | thirty | three | three-thirty | time
+ three-thirty
+ 4 | 4:00 | clock | four | o’clock | time
+ four o’clock
+ 30 | 4 | 4:30 | clock | four | four-thirty | thirty | time
+ four-thirty
+ 5 | 5:00 | clock | five | o’clock | time
+ five o’clock
+ 30 | 5 | 5:30 | clock | five | five-thirty | thirty | time
+ five-thirty
+ 6 | 6:00 | clock | o’clock | six | time
+ six o’clock
+ 30 | 6 | 6:30 | clock | six | six-thirty | thirty
+ six-thirty
+ 0 | 7 | 7:00 | clock | o’clock | seven
+ seven o’clock
+ 30 | 7 | 7:30 | clock | seven | seven-thirty | thirty
+ seven-thirty
+ 8 | 8:00 | clock | eight | o’clock | time
+ eight o’clock
+ 30 | 8 | 8:30 | clock | eight | eight-thirty | thirty | time
+ eight-thirty
+ 9 | 9:00 | clock | nine | o’clock | time
+ nine o’clock
+ 30 | 9 | 9:30 | clock | nine | nine-thirty | thirty | time
+ nine-thirty
+ 0 | 10 | 10:00 | clock | o’clock | ten
+ ten o’clock
+ 10 | 10:30 | 30 | clock | ten | ten-thirty | thirty | time
+ ten-thirty
+ 11 | 11:00 | clock | eleven | o’clock | time
+ eleven o’clock
+ 11 | 11:30 | 30 | clock | eleven | eleven-thirty | thirty | time
+ eleven-thirty
+ dark | moon | new | space
+ new moon
+ crescent | dreams | moon | space | waxing
+ waxing crescent moon
+ first | moon | quarter | space
+ first quarter moon
+ gibbous | moon | space | waxing
+ waxing gibbous moon
+ full | moon | space
+ full moon
+ gibbous | moon | space | waning
+ waning gibbous moon
+ last | moon | quarter | space
+ last quarter moon
+ crescent | moon | space | waning
+ waning crescent moon
+ crescent | moon | ramadan | space
+ crescent moon
+ face | moon | new | space
+ new moon face
+ face | first | moon | quarter | space
+ first quarter moon face
+ dreams | face | last | moon | quarter
+ last quarter moon face
+ thermometer | weather
+ thermometer
+ bright | rays | space | sun | sunny | weather
+ sun
+ bright | face | full | moon
+ full moon face
+ beach | bright | day | face | heat | shine | sun | sunny | sunshine | weather
+ sun with face
+ planet | ringed | saturn | saturnine
+ ringed planet
+ astronomy | medium | star | stars | white
+ star
+ glittery | glow | glowing | night | shining | sparkle | star | win
+ glowing star
+ falling | night | shooting | space | star
+ shooting star
+ milky | space | way
+ milky way
+ cloud | weather
+ cloud
+ behind | cloud | cloudy | sun | weather
+ sun behind cloud
+ cloud | lightning | rain | thunder | thunderstorm
+ cloud with lightning and rain
+ behind | cloud | sun | weather
+ sun behind small cloud
+ behind | cloud | sun | weather
+ sun behind large cloud
+ behind | cloud | rain | sun | weather
+ sun behind rain cloud
+ cloud | rain | weather
+ cloud with rain
+ cloud | cold | snow | weather
+ cloud with snow
+ cloud | lightning | weather
+ cloud with lightning
+ cloud | tornado | weather | whirlwind
+ tornado
+ cloud | fog | weather
+ fog
+ blow | cloud | face | wind
+ wind face
+ cyclone | dizzy | hurricane | twister | typhoon | weather
+ cyclone
+ gay | genderqueer | glbt | glbtq | lesbian | lgbt | lgbtq | lgbtqia | nature | pride | queer | rain | rainbow | trans | transgender | weather
+ rainbow
+ closed | clothing | rain | umbrella
+ closed umbrella
+ clothing | rain | umbrella
+ umbrella
+ clothing | drop | drops | rain | umbrella | weather
+ umbrella with rain drops
+ ground | rain | sun | umbrella
+ umbrella on ground
+ danger | electric | electricity | high | lightning | nature | thunder | thunderbolt | voltage | zap
+ high voltage
+ cold | snow | snowflake | weather
+ snowflake
+ cold | man | snow | snowman
+ snowman
+ cold | man | snow | snowman
+ snowman without snow
+ comet | space
+ comet
+ af | burn | fire | flame | hot | lit | litaf | tool
+ fire
+ cold | comic | drop | droplet | nature | sad | sweat | tear | water | weather
+ droplet
+ nature | ocean | surf | surfer | surfing | water | wave
+ water wave
+ celebration | halloween | jack | jack-o-lantern | lantern | pumpkin
+ jack-o-lantern
+ celebration | Christmas | tree
+ Christmas tree
+ boom | celebration | entertainment | fireworks | yolo
+ fireworks
+ boom | celebration | fireworks | sparkle | sparkler
+ sparkler
+ dynamite | explosive | fire | firecracker | fireworks | light | pop | popping | spark
+ firecracker
+ * | magic | sparkle | sparkles | star
+ sparkles
+ balloon | birthday | celebrate | celebration
+ balloon
+ awesome | birthday | celebrate | celebration | excited | hooray | party | popper | tada | woohoo
+ party popper
+ ball | celebrate | celebration | confetti | party | woohoo
+ confetti ball
+ banner | celebration | Japanese | tanabata | tree
+ tanabata tree
+ bamboo | celebration | decoration | Japanese | pine | plant
+ pine decoration
+ celebration | doll | dolls | festival | Japanese
+ Japanese dolls
+ carp | celebration | streamer
+ carp streamer
+ bell | celebration | chime | wind
+ wind chime
+ celebration | ceremony | moon | viewing
+ moon viewing ceremony
+ envelope | gift | good | hóngbāo | lai | luck | money | red | see
+ red envelope
+ celebration | ribbon
+ ribbon
+ birthday | bow | box | celebration | christmas | gift | present | surprise | wrapped
+ wrapped gift
+ celebration | reminder | ribbon
+ reminder ribbon
+ admission | ticket | tickets
+ admission tickets
+ admission | stub | ticket
+ ticket
+ award | celebration | medal | military
+ military medal
+ champion | champs | prize | slay | sport | trophy | victory | win | winning
+ trophy
+ award | gold | medal | sports | winner
+ sports medal
+ 1st | first | gold | medal | place
+ 1st place medal
+ 2nd | medal | place | second | silver
+ 2nd place medal
+ 3rd | bronze | medal | place | third
+ 3rd place medal
+ ball | football | futbol | soccer | sport
+ soccer ball
+ ball | baseball | sport
+ baseball
+ ball | glove | softball | sports | underarm
+ softball
+ ball | basketball | hoop | sport
+ basketball
+ ball | game | volleyball
+ volleyball
+ american | ball | bowl | football | sport | super
+ american football
+ ball | football | rugby | sport
+ rugby football
+ ball | racquet | sport | tennis
+ tennis
+ disc | flying | ultimate
+ flying disc
+ ball | bowling | game | sport | strike
+ bowling
+ ball | bat | cricket | game
+ cricket game
+ ball | field | game | hockey | stick
+ field hockey
+ game | hockey | ice | puck | stick
+ ice hockey
+ ball | goal | lacrosse | sports | stick
+ lacrosse
+ ball | bat | game | paddle | ping | pingpong | pong | table | tennis
+ ping pong
+ badminton | birdie | game | racquet | shuttlecock
+ badminton
+ boxing | glove
+ boxing glove
+ arts | judo | karate | martial | taekwondo | uniform
+ martial arts uniform
+ goal | net
+ goal net
+ flag | golf | hole | sport
+ flag in hole
+ ice | skate | skating
+ ice skate
+ entertainment | fish | fishing | pole | sport
+ fishing pole
+ diving | mask | scuba | snorkeling
+ diving mask
+ athletics | running | sash | shirt
+ running shirt
+ ski | skis | snow | sport
+ skis
+ luge | sled | sledge | sleigh | snow | toboggan
+ sled
+ curling | game | rock | stone
+ curling stone
+ bull | bullseye | dart | direct | entertainment | game | hit | target
+ bullseye
+ fluctuate | toy | yo-yo
+ yo-yo
+ fly | kite | soar
+ kite
+ gun | handgun | pistol | revolver | tool | water | weapon
+ water pistol
+ 8 | 8ball | ball | billiard | eight | game | pool
+ pool 8 ball
+ ball | crystal | fairy | fairytale | fantasy | fortune | future | magic | tale | tool
+ crystal ball
+ magic | magician | wand | witch | wizard
+ magic wand
+ controller | entertainment | game | video
+ video game
+ game | joystick | video | videogame
+ joystick
+ casino | gamble | gambling | game | machine | slot | slots
+ slot machine
+ dice | die | entertainment | game
+ game die
+ clue | interlocking | jigsaw | piece | puzzle
+ puzzle piece
+ bear | plaything | plush | stuffed | teddy | toy
+ teddy bear
+ candy | celebrate | celebration | cinco | de | festive | mayo | party | pinada | pinata | piñata
+ piñata
+ ball | dance | disco | glitter | mirror | party
+ mirror ball
+ babooshka | baboushka | babushka | doll | dolls | matryoshka | nesting | russia
+ nesting dolls
+ card | game | spade | suit
+ spade suit
+ card | emotion | game | heart | hearts | suit
+ heart suit
+ card | diamond | game | suit
+ diamond suit
+ card | club | clubs | game | suit
+ club suit
+ chess | dupe | expendable | pawn
+ chess pawn
+ card | game | joker | wildcard
+ joker
+ dragon | game | mahjong | red
+ mahjong red dragon
+ card | cards | flower | game | Japanese | playing
+ flower playing cards
+ actor | actress | art | arts | entertainment | mask | performing | theater | theatre | thespian
+ performing arts
+ art | frame | framed | museum | painting | picture
+ framed picture
+ art | artist | artsy | arty | colorful | creative | entertainment | museum | painter | painting | palette
+ artist palette
+ needle | sewing | spool | string | thread
+ thread
+ embroidery | needle | sew | sewing | stitches | sutures | tailoring | thread
+ sewing needle
+ ball | crochet | knit | yarn
+ yarn
+ cord | knot | rope | tangled | tie | twine | twist
+ knot
+ clothing | eye | eyeglasses | eyewear | glasses
+ glasses
+ dark | eye | eyewear | glasses | sunglasses
+ sunglasses
+ dive | eye | goggles | protection | scuba | swimming | welding
+ goggles
+ clothes | coat | doctor | dr | experiment | jacket | lab | scientist | white
+ lab coat
+ emergency | safety | vest
+ safety vest
+ clothing | employed | necktie | serious | shirt | tie
+ necktie
+ blue | casual | clothes | clothing | collar | dressed | shirt | shopping | t-shirt | tshirt | weekend
+ t-shirt
+ blue | casual | clothes | clothing | denim | dressed | jeans | pants | shopping | trousers | weekend
+ jeans
+ bundle | cold | neck | scarf | up
+ scarf
+ gloves | hand
+ gloves
+ brr | bundle | coat | cold | jacket | up
+ coat
+ socks | stocking
+ socks
+ clothes | clothing | dress | dressed | fancy | shopping
+ dress
+ clothing | comfortable | kimono
+ kimono
+ clothing | dress | sari
+ sari
+ bathing | one-piece | suit | swimsuit
+ one-piece swimsuit
+ bathing | briefs | one-piece | suit | swimsuit | underwear
+ briefs
+ bathing | pants | shorts | suit | swimsuit | underwear
+ shorts
+ bathing | beach | bikini | clothing | pool | suit | swim
+ bikini
+ blouse | clothes | clothing | collar | dress | dressed | lady | shirt | shopping | woman | woman’s
+ woman’s clothes
+ clack | clap | cool | cooling | dance | fan | flirt | flutter | folding | hand | hot | shy
+ folding hand fan
+ clothes | clothing | coin | dress | fancy | handbag | purse | shopping
+ purse
+ bag | clothes | clothing | dress | handbag | lady | purse | shopping
+ handbag
+ bag | clothes | clothing | clutch | dress | handbag | pouch | purse
+ clutch bag
+ bag | bags | hotel | shopping
+ shopping bags
+ backpack | backpacking | bag | bookbag | education | rucksack | satchel | school
+ backpack
+ beach | flip | flop | sandal | sandals | shoe | thong | thongs | zōri
+ thong sandal
+ brown | clothes | clothing | feet | foot | kick | man | man’s | shoe | shoes | shopping
+ man’s shoe
+ athletic | clothes | clothing | fast | kick | running | shoe | shoes | shopping | sneaker | tennis
+ running shoe
+ backpacking | boot | brown | camping | hiking | outdoors | shoe
+ hiking boot
+ ballet | comfy | flat | flats | shoe | slip-on | slipper
+ flat shoe
+ clothes | clothing | dress | fashion | heel | heels | high-heeled | shoe | shoes | shopping | stiletto | woman
+ high-heeled shoe
+ clothing | sandal | shoe | woman | woman’s
+ woman’s sandal
+ ballet | dance | shoes
+ ballet shoes
+ boot | clothes | clothing | dress | shoe | shoes | shopping | woman | woman’s
+ woman’s boot
+ Afro | comb | groom | hair | pick
+ hair pick
+ clothing | crown | family | king | medieval | queen | royal | royalty | win
+ crown
+ clothes | clothing | garden | hat | hats | party | woman | woman’s
+ woman’s hat
+ clothes | clothing | fancy | formal | hat | magic | top | tophat
+ top hat
+ cap | celebration | clothing | education | graduation | hat | scholar
+ graduation cap
+ baseball | bent | billed | cap | dad | hat
+ billed cap
+ army | helmet | military | soldier | war | warrior
+ military helmet
+ aid | cross | face | hat | helmet | rescue | worker’s
+ rescue worker’s helmet
+ beads | clothing | necklace | prayer | religion
+ prayer beads
+ cosmetics | date | lipstick | makeup
+ lipstick
+ diamond | engaged | engagement | married | ring | romance | shiny | sparkling | wedding
+ ring
+ diamond | engagement | gem | jewel | money | romance | stone | wedding
+ gem stone
+ mute | muted | quiet | silent | sound | speaker
+ muted speaker
+ low | soft | sound | speaker | volume
+ speaker low volume
+ medium | sound | speaker | volume
+ speaker medium volume
+ high | loud | music | sound | speaker | volume
+ speaker high volume
+ address | communication | loud | loudspeaker | public | sound
+ loudspeaker
+ cheering | megaphone | sound
+ megaphone
+ horn | post | postal
+ postal horn
+ bell | break | church | sound
+ bell
+ bell | forbidden | mute | no | not | prohibited | quiet | silent | slash | sound
+ bell with slash
+ music | musical | note | score
+ musical score
+ music | musical | note | sound
+ musical note
+ music | musical | note | notes | sound
+ musical notes
+ mic | microphone | music | studio
+ studio microphone
+ level | music | slider
+ level slider
+ control | knobs | music
+ control knobs
+ karaoke | mic | microphone | music | sing | sound
+ microphone
+ earbud | headphone | sound
+ headphone
+ entertainment | radio | tbt | video
+ radio
+ instrument | music | sax | saxophone
+ saxophone
+ instrument | music | trumpet
+ trumpet
+ brass | instrument | jazz | music | sad | slide
+ trombone
+ accordion | box | concertina | instrument | music | squeeze | squeezebox
+ accordion
+ guitar | instrument | music | strat
+ guitar
+ instrument | keyboard | music | musical | piano
+ musical keyboard
+ instrument | music | violin
+ violin
+ banjo | music | stringed
+ banjo
+ drum | drumsticks | music
+ drum
+ beat | conga | drum | instrument | long | rhythm
+ long drum
+ cha | dance | instrument | maracas | music | party | percussion | rattle | shake | shaker
+ maracas
+ band | fife | flautist | flute | instrument | marching | music | orchestra | piccolo | pipe | recorder | woodwind
+ flute
+ cupid | harp | instrument | love | music | orchestra
+ harp
+ cell | communication | mobile | phone | telephone
+ mobile phone
+ arrow | build | call | cell | communication | mobile | phone | receive | telephone
+ mobile phone with arrow
+ phone | telephone
+ telephone
+ communication | phone | receiver | telephone | voip
+ telephone receiver
+ communication | pager
+ pager
+ communication | fax | machine
+ fax machine
+ battery
+ battery
+ battery | drained | electronic | energy | low | power
+ low battery
+ electric | electricity | plug
+ electric plug
+ computer | laptop | office | pc | personal
+ laptop
+ computer | desktop | monitor
+ desktop computer
+ computer | printer
+ printer
+ computer | keyboard
+ keyboard
+ computer | mouse
+ computer mouse
+ computer | trackball
+ trackball
+ computer | disk | minidisk | optical
+ computer disk
+ computer | disk | floppy
+ floppy disk
+ blu-ray | CD | computer | disk | dvd | optical
+ optical disk
+ Blu-ray | cd | computer | disk | DVD | optical
+ dvd
+ abacus | calculation | calculator
+ abacus
+ bollywood | camera | cinema | film | hollywood | movie | record
+ movie camera
+ cinema | film | frames | movie
+ film frames
+ cinema | film | movie | projector | video
+ film projector
+ action | board | clapper | movie
+ clapper board
+ television | tv | video
+ television
+ camera | photo | selfie | snap | tbt | trip | video
+ camera
+ camera | flash | video
+ camera with flash
+ camcorder | camera | tbt | video
+ video camera
+ old | school | tape | vcr | vhs | video | videocassette
+ videocassette
+ glass | lab | left | left-pointing | magnifying | science | search | tilted | tool
+ magnifying glass tilted left
+ contact | glass | lab | magnifying | right | right-pointing | science | search | tilted | tool
+ magnifying glass tilted right
+ candle | light
+ candle
+ bulb | comic | electric | idea | light
+ light bulb
+ electric | flashlight | light | tool | torch
+ flashlight
+ bar | lantern | light | paper | red | restaurant
+ red paper lantern
+ diya | lamp | light | oil
+ diya lamp
+ book | cover | decorated | decorative | education | notebook | school | writing
+ notebook with decorative cover
+ book | closed | education
+ closed book
+ book | education | fantasy | knowledge | library | novels | open | reading
+ open book
+ book | education | fantasy | green | library | reading
+ green book
+ blue | book | education | fantasy | library | reading
+ blue book
+ book | education | fantasy | library | orange | reading
+ orange book
+ book | books | education | fantasy | knowledge | library | novels | reading | school | study
+ books
+ notebook
+ notebook
+ ledger | notebook
+ ledger
+ curl | document | page | paper
+ page with curl
+ paper | scroll
+ scroll
+ document | facing | page | paper | up
+ page facing up
+ communication | news | newspaper | paper
+ newspaper
+ news | newspaper | paper | rolled | rolled-up
+ rolled-up newspaper
+ bookmark | mark | marker | tabs
+ bookmark tabs
+ bookmark | mark
+ bookmark
+ label | tag
+ label
+ coin | dollar | euro | gold | metal | money | rich | silver | treasure
+ coin
+ bag | bank | bet | billion | cash | cost | dollar | gold | million | money | moneybag | paid | paying | pot | rich | win
+ money bag
+ gem | gold | jewels | loot | money | prize | silver | valuables | wealth
+ treasure chest
+ bank | banknote | bill | currency | money | note | yen
+ yen banknote
+ bank | banknote | bill | currency | dollar | money | note
+ dollar banknote
+ 100 | bank | banknote | bill | currency | euro | money | note | rich
+ euro banknote
+ bank | banknote | bill | billion | cash | currency | money | note | pound | pounds
+ pound banknote
+ bank | banknote | bill | billion | cash | dollar | fly | million | money | note | pay | wings
+ money with wings
+ bank | card | cash | charge | credit | money | pay
+ credit card
+ accounting | bookkeeping | evidence | invoice | proof | receipt
+ receipt
+ bank | chart | currency | graph | growth | increasing | market | money | rise | trend | upward | yen
+ chart increasing with yen
+ e-mail | email | envelope | letter
+ envelope
+ e-mail | email | letter | mail
+ e-mail
+ delivering | e-mail | email | envelope | incoming | letter | mail | receive | sent
+ incoming envelope
+ arrow | communication | down | e-mail | email | envelope | letter | mail | outgoing | send | sent
+ envelope with arrow
+ box | email | letter | mail | outbox | sent | tray
+ outbox tray
+ box | email | inbox | letter | mail | receive | tray | zero
+ inbox tray
+ box | communication | delivery | package | parcel | shipping
+ package
+ closed | communication | flag | mail | mailbox | postbox | raised
+ closed mailbox with raised flag
+ closed | flag | lowered | mail | mailbox | postbox
+ closed mailbox with lowered flag
+ flag | mail | mailbox | open | postbox | raised
+ open mailbox with raised flag
+ flag | lowered | mail | mailbox | open | postbox
+ open mailbox with lowered flag
+ mail | mailbox | postbox
+ postbox
+ ballot | box
+ ballot box with ballot
+ pencil
+ pencil
+ black | nib | pen
+ black nib
+ fountain | pen
+ fountain pen
+ ballpoint | pen
+ pen
+ paintbrush | painting
+ paintbrush
+ crayon
+ crayon
+ communication | media | memo | notes | pencil
+ memo
+ briefcase | office
+ briefcase
+ file | folder
+ file folder
+ file | folder | open
+ open file folder
+ card | dividers | index
+ card index dividers
+ calendar | date
+ calendar
+ calendar | tear-off
+ tear-off calendar
+ note | notepad | pad | spiral
+ spiral notepad
+ calendar | pad | spiral
+ spiral calendar
+ card | index | old | rolodex | school
+ card index
+ chart | data | graph | growth | increasing | right | trend | up | upward
+ chart increasing
+ chart | data | decreasing | down | downward | graph | negative | trend
+ chart decreasing
+ bar | chart | data | graph
+ bar chart
+ clipboard | do | list | notes
+ clipboard
+ collage | pin | pushpin
+ pushpin
+ location | map | pin | pushpin | round
+ round pushpin
+ paperclip
+ paperclip
+ link | linked | paperclip | paperclips
+ linked paperclips
+ angle | edge | math | ruler | straight | straightedge
+ straight ruler
+ angle | math | rule | ruler | set | slide | triangle | triangular
+ triangular ruler
+ cut | cutting | paper | scissors | tool
+ scissors
+ box | card | file
+ card file box
+ cabinet | file | filing | paper
+ file cabinet
+ can | garbage | trash | waste | wastebasket
+ wastebasket
+ closed | lock | locked | private
+ locked
+ cracked | lock | open | unlock | unlocked
+ unlocked
+ ink | lock | locked | nib | pen | privacy
+ locked with pen
+ bike | closed | key | lock | locked | secure
+ locked with key
+ key | keys | lock | major | password | unlock
+ key
+ clue | key | lock | old
+ old key
+ hammer | home | improvement | repairs | tool
+ hammer
+ ax | axe | chop | hatchet | split | wood
+ axe
+ hammer | mining | pick | tool
+ pick
+ hammer | pick | tool
+ hammer and pick
+ hammer | spanner | tool | wrench
+ hammer and wrench
+ dagger | knife | weapon
+ dagger
+ crossed | swords | weapon
+ crossed swords
+ bomb | boom | comic | dangerous | explosion | hot
+ bomb
+ boomerang | rebound | repercussion | weapon
+ boomerang
+ archer | archery | arrow | bow | Sagittarius | tool | weapon | zodiac
+ bow and arrow
+ shield | weapon
+ shield
+ carpenter | carpentry | cut | lumber | saw | tool | trim
+ carpentry saw
+ home | improvement | spanner | tool | wrench
+ wrench
+ flathead | handy | screw | screwdriver | tool
+ screwdriver
+ bolt | home | improvement | nut | tool
+ nut and bolt
+ cog | cogwheel | gear | tool
+ gear
+ clamp | compress | tool | vice
+ clamp
+ balance | justice | Libra | scale | scales | tool | weight | zodiac
+ balance scale
+ accessibility | blind | cane | probing | white
+ white cane
+ link | links
+ link
+ break | breaking | broken | chain | cuffs | freedom
+ broken chain
+ chain | chains
+ chains
+ catch | crook | curve | ensnare | hook | point | selling
+ hook
+ box | chest | mechanic | red | tool | toolbox
+ toolbox
+ attraction | horseshoe | magnet | magnetic | negative | positive | shape | u
+ magnet
+ climb | ladder | rung | step
+ ladder
+ bury | dig | garden | hole | plant | scoop | shovel | snow | spade
+ shovel
+ alembic | chemistry | tool
+ alembic
+ chemist | chemistry | experiment | lab | science | test | tube
+ test tube
+ bacteria | biologist | biology | culture | dish | lab | petri
+ petri dish
+ biologist | dna | evolution | gene | genetics | life
+ dna
+ experiment | lab | microscope | science | tool
+ microscope
+ contact | extraterrestrial | science | telescope | tool
+ telescope
+ aliens | antenna | contact | dish | satellite | science
+ satellite antenna
+ doctor | flu | medicine | needle | shot | sick | syringe | tool | vaccination
+ syringe
+ bleed | blood | donation | drop | injury | medicine | menstruation
+ drop of blood
+ doctor | drugs | medicated | medicine | pill | pills | sick | vitamin
+ pill
+ adhesive | bandage
+ adhesive bandage
+ aid | cane | crutch | disability | help | hurt | injured | mobility | stick
+ crutch
+ doctor | heart | medicine | stethoscope
+ stethoscope
+ bones | doctor | medical | skeleton | skull | x-ray | xray
+ x-ray
+ back | closet | door | front
+ door
+ accessibility | elevator | hoist | lift
+ elevator
+ makeup | mirror | reflection | reflector | speculum
+ mirror
+ air | frame | fresh | opening | transparent | view | window
+ window
+ bed | hotel | sleep
+ bed
+ couch | hotel | lamp
+ couch and lamp
+ chair | seat | sit
+ chair
+ bathroom | toilet
+ toilet
+ cup | force | plumber | plunger | poop | suction | toilet
+ plunger
+ shower | water
+ shower
+ bath | bathtub
+ bathtub
+ bait | cheese | lure | mouse | mousetrap | snare | trap
+ mouse trap
+ razor | sharp | shave
+ razor
+ bottle | lotion | moisturizer | shampoo | sunscreen
+ lotion bottle
+ diaper | pin | punk | rock | safety
+ safety pin
+ broom | cleaning | sweeping | witch
+ broom
+ basket | farming | laundry | picnic
+ basket
+ paper | roll | toilet | towels
+ roll of paper
+ bucket | cask | pail | vat
+ bucket
+ bar | bathing | clean | cleaning | lather | soap | soapdish
+ soap
+ bubble | bubbles | burp | clean | floating | pearl | soap | underwater
+ bubbles
+ bathroom | brush | clean | dental | hygiene | teeth | toiletry | toothbrush
+ toothbrush
+ absorbing | cleaning | porous | soak | sponge
+ sponge
+ extinguish | extinguisher | fire | quench
+ fire extinguisher
+ cart | shopping | trolley
+ shopping cart
+ cigarette | smoking
+ cigarette
+ coffin | dead | death | vampire
+ coffin
+ cemetery | dead | grave | graveyard | headstone | memorial | rip | tomb | tombstone
+ headstone
+ ashes | death | funeral | urn
+ funeral urn
+ amulet | bead | blue | charm | evil-eye | nazar | talisman
+ nazar amulet
+ amulet | Fatima | fortune | guide | hamsa | hand | Mary | Miriam | palm | protect | protection
+ hamsa
+ face | moai | moyai | statue | stoneface | travel
+ moai
+ card | demonstration | notice | picket | placard | plaque | protest | sign
+ placard
+ card | credentials | document | ID | identification | license | security
+ identification card
+ ATM | automated | bank | cash | money | sign | teller
+ ATM sign
+ bin | litter | litterbin | sign
+ litter in bin sign
+ drinking | potable | water
+ potable water
+ access | handicap | symbol | wheelchair
+ wheelchair symbol
+ bathroom | lavatory | man | men’s | restroom | room | toilet | WC
+ men’s room
+ bathroom | lavatory | restroom | room | toilet | WC | woman | women’s
+ women’s room
+ bathroom | lavatory | restroom | toilet | WC
+ restroom
+ baby | changing | symbol
+ baby symbol
+ bathroom | closet | lavatory | restroom | toilet | water | WC
+ water closet
+ control | passport
+ passport control
+ customs | packing
+ customs
+ arrived | baggage | bags | case | checked | claim | journey | packing | plane | ready | travel | trip
+ baggage claim
+ baggage | case | left | locker | luggage
+ left luggage
+ caution | warning
+ warning
+ child | children | crossing | pedestrian | traffic
+ children crossing
+ do | entry | fail | forbidden | no | not | pass | prohibited | traffic
+ no entry
+ entry | forbidden | no | not | prohibited | smoke
+ prohibited
+ bicycle | bicycles | bike | forbidden | no | not | prohibited
+ no bicycles
+ forbidden | no | not | prohibited | smoke | smoking
+ no smoking
+ forbidden | litter | littering | no | not | prohibited
+ no littering
+ dry | non-drinking | non-potable | prohibited | water
+ non-potable water
+ forbidden | no | not | pedestrian | pedestrians | prohibited
+ no pedestrians
+ cell | forbidden | mobile | no | not | phone | phones | prohibited | telephone
+ no mobile phones
+ 18 | age | eighteen | forbidden | no | not | one | prohibited | restriction | underage
+ no one under eighteen
+ radioactive | sign
+ radioactive
+ biohazard | sign
+ biohazard
+ arrow | cardinal | direction | north | up
+ up arrow
+ arrow | direction | intercardinal | northeast | up-right
+ up-right arrow
+ arrow | cardinal | direction | east | right
+ right arrow
+ arrow | direction | down-right | intercardinal | southeast
+ down-right arrow
+ arrow | cardinal | direction | down | south
+ down arrow
+ arrow | direction | down-left | intercardinal | southwest
+ down-left arrow
+ arrow | cardinal | direction | left | west
+ left arrow
+ arrow | direction | intercardinal | northwest | up-left
+ up-left arrow
+ arrow | up-down
+ up-down arrow
+ arrow | left-right
+ left-right arrow
+ arrow | left | right | stroke
+ left right arrow stroke
+ arrow | curving | left | right
+ right arrow curving left
+ arrow | curving | left | right
+ left arrow curving right
+ arrow | curving | right | up
+ right arrow curving up
+ arrow | curving | down | right
+ right arrow curving down
+ arrow | arrows | clockwise | refresh | reload | vertical
+ clockwise vertical arrows
+ again | anticlockwise | arrow | arrows | button | counterclockwise | deja | refresh | rewindershins | vu
+ counterclockwise arrows button
+ arrow | BACK
+ BACK arrow
+ arrow | END
+ END arrow
+ arrow | mark | ON!
+ ON! arrow
+ arrow | brb | omw | SOON
+ SOON arrow
+ arrow | homie | TOP | up
+ TOP arrow
+ place | pray | religion | worship
+ place of worship
+ atheist | atom | symbol
+ atom symbol
+ Hindu | om | religion
+ om
+ David | Jew | Jewish | judaism | religion | star
+ star of David
+ Buddhist | dharma | religion | wheel
+ wheel of dharma
+ difficult | lives | religion | tao | taoist | total | yang | yin | yinyang
+ yin yang
+ christ | Christian | cross | latin | religion
+ latin cross
+ Christian | cross | orthodox | religion
+ orthodox cross
+ crescent | islam | Muslim | ramadan | religion | star
+ star and crescent
+ healing | peace | peaceful | symbol
+ peace symbol
+ candelabrum | candlestick | hanukkah | jewish | judaism | menorah | religion
+ menorah
+ dotted | fortune | jewish | judaism | six-pointed | star
+ dotted six-pointed star
+ Deg | Fateh | Khalsa | Khanda | religion | Sikh | Sikhism | Tegh
+ khanda
+ Aries | horoscope | ram | zodiac
+ Aries
+ bull | horoscope | ox | Taurus | zodiac
+ Taurus
+ Gemini | horoscope | twins | zodiac
+ Gemini
+ Cancer | crab | horoscope | zodiac
+ Cancer
+ horoscope | Leo | lion | zodiac
+ Leo
+ horoscope | Virgo | zodiac
+ Virgo
+ balance | horoscope | justice | Libra | scales | zodiac
+ Libra
+ horoscope | Scorpio | scorpion | Scorpius | zodiac
+ Scorpio
+ archer | horoscope | Sagittarius | zodiac
+ Sagittarius
+ Capricorn | goat | horoscope | zodiac
+ Capricorn
+ Aquarius | bearer | horoscope | water | zodiac
+ Aquarius
+ fish | horoscope | Pisces | zodiac
+ Pisces
+ bearer | Ophiuchus | serpent | snake | zodiac
+ Ophiuchus
+ arrow | button | crossed | shuffle | tracks
+ shuffle tracks button
+ arrow | button | clockwise | repeat
+ repeat button
+ arrow | button | clockwise | once | repeat | single
+ repeat single button
+ arrow | button | play | right | triangle
+ play button
+ arrow | button | double | fast | fast-forward | forward
+ fast-forward button
+ arrow | button | next | scene | track | triangle
+ next track button
+ arrow | button | pause | play | right | triangle
+ play or pause button
+ arrow | button | left | reverse | triangle
+ reverse button
+ arrow | button | double | fast | reverse | rewind
+ fast reverse button
+ arrow | button | last | previous | scene | track | triangle
+ last track button
+ arrow | button | red | up | upwards
+ upwards button
+ arrow | button | double | fast | up
+ fast up button
+ arrow | button | down | downwards | red
+ downwards button
+ arrow | button | double | down | fast
+ fast down button
+ bar | button | double | pause | vertical
+ pause button
+ button | square | stop
+ stop button
+ button | circle | record
+ record button
+ button | eject
+ eject button
+ camera | cinema | film | movie
+ cinema
+ brightness | button | dim | low
+ dim button
+ bright | brightness | button | light
+ bright button
+ antenna | bar | bars | cell | communication | mobile | phone | signal | telephone
+ antenna bars
+ broadband | computer | connectivity | hotspot | internet | network | router | smartphone | wi-fi | wifi | wireless | wlan
+ wireless
+ cell | communication | mobile | mode | phone | telephone | vibration
+ vibration mode
+ cell | mobile | off | phone | telephone
+ mobile phone off
+ female | sign | woman
+ female sign
+ male | man | sign
+ male sign
+ symbol | transgender
+ transgender symbol
+ × | cancel | multiplication | multiply | sign | x
+ multiply
+ + | plus
+ plus
+ - | − | heavy | math | minus | sign
+ minus
+ ÷ | divide | division | heavy | math | sign
+ divide
+ answer | equal | equality | equals | heavy | math | sign
+ heavy equals sign
+ forever | infinity | unbounded | universal
+ infinity
+ ! | !! | bangbang | double | exclamation | mark | punctuation
+ double exclamation mark
+ ! | !? | ? | exclamation | interrobang | mark | punctuation | question
+ exclamation question mark
+ ? | mark | punctuation | question | red
+ red question mark
+ ? | mark | outlined | punctuation | question | white
+ white question mark
+ ! | exclamation | mark | outlined | punctuation | white
+ white exclamation mark
+ ! | exclamation | mark | punctuation | red
+ red exclamation mark
+ dash | punctuation | wavy
+ wavy dash
+ bank | currency | exchange | money
+ currency exchange
+ billion | cash | charge | currency | dollar | heavy | million | money | pay | sign
+ heavy dollar sign
+ aesculapius | medical | medicine | staff | symbol
+ medical symbol
+ recycle | recycling | symbol
+ recycling symbol
+ fleur-de-lis | knights
+ fleur-de-lis
+ anchor | emblem | poseidon | ship | tool | trident
+ trident emblem
+ badge | name
+ name badge
+ beginner | chevron | green | Japanese | leaf | symbol | tool | yellow
+ Japanese symbol for beginner
+ circle | heavy | hollow | large | o | red
+ hollow red circle
+ ✓ | button | check | checked | checkmark | complete | completed | done | fixed | mark | tick
+ check mark button
+ ✓ | ballot | box | check | checked | done | off | tick
+ check box with check
+ ✓ | check | checked | checkmark | done | heavy | mark | tick
+ check mark
+ × | cancel | cross | mark | multiplication | multiply | x
+ cross mark
+ × | button | cross | mark | multiplication | multiply | square | x
+ cross mark button
+ curl | curly | loop
+ curly loop
+ curl | curly | double | loop
+ double curly loop
+ alternation | mark | part
+ part alternation mark
+ * | asterisk | eight-spoked
+ eight-spoked asterisk
+ * | eight-pointed | star
+ eight-pointed star
+ * | sparkle
+ sparkle
+ C | copyright
+ copyright
+ R | registered
+ registered
+ mark | TM | trade | trademark
+ trade mark
+ drip | holi | ink | liquid | mess | paint | spill | splatter | stain
+ splatter
+ ABCD | input | latin | letters | uppercase
+ input latin uppercase
+ abcd | input | latin | letters | lowercase
+ input latin lowercase
+ 1234 | input | numbers
+ input numbers
+ & | % | ♪ | 〒 | input | symbols
+ input symbols
+ abc | alphabet | input | latin | letters
+ input latin letters
+ blood | button | type
+ A button (blood type)
+ AB | blood | button | type
+ AB button (blood type)
+ B | blood | button | type
+ B button (blood type)
+ button | CL
+ CL button
+ button | COOL
+ COOL button
+ button | FREE
+ FREE button
+ I | information
+ information
+ button | ID | identity
+ ID button
+ circle | circled | M
+ circled M
+ button | NEW
+ NEW button
+ button | NG
+ NG button
+ blood | button | O | type
+ O button (blood type)
+ button | OK | okay
+ OK button
+ button | P | parking
+ P button
+ button | help | SOS
+ SOS button
+ button | mark | UP | UP!
+ UP! button
+ button | versus | VS
+ VS button
+ button | here | Japanese | katakana
+ Japanese “here” button
+ button | charge | Japanese | katakana | service
+ Japanese “service charge” button
+ amount | button | ideograph | Japanese | monthly
+ Japanese “monthly amount” button
+ button | charge | free | ideograph | Japanese | not
+ Japanese “not free of charge” button
+ button | ideograph | Japanese | reserved
+ Japanese “reserved” button
+ bargain | button | ideograph | Japanese
+ Japanese “bargain” button
+ button | discount | ideograph | Japanese
+ Japanese “discount” button
+ button | charge | free | ideograph | Japanese
+ Japanese “free of charge” button
+ button | ideograph | Japanese | prohibited
+ Japanese “prohibited” button
+ acceptable | button | ideograph | Japanese
+ Japanese “acceptable” button
+ application | button | ideograph | Japanese
+ Japanese “application” button
+ button | grade | ideograph | Japanese | passing
+ Japanese “passing grade” button
+ button | ideograph | Japanese | vacancy
+ Japanese “vacancy” button
+ button | congratulations | ideograph | Japanese
+ Japanese “congratulations” button
+ button | ideograph | Japanese | secret
+ Japanese “secret” button
+ business | button | ideograph | Japanese | open
+ Japanese “open for business” button
+ button | ideograph | Japanese | no | vacancy
+ Japanese “no vacancy” button
+ circle | geometric | red
+ red circle
+ circle | orange
+ orange circle
+ circle | yellow
+ yellow circle
+ circle | green
+ green circle
+ blue | circle | geometric
+ blue circle
+ circle | purple
+ purple circle
+ brown | circle
+ brown circle
+ black | circle | geometric
+ black circle
+ circle | geometric | white
+ white circle
+ card | penalty | red | square
+ red square
+ orange | square
+ orange square
+ card | penalty | square | yellow
+ yellow square
+ green | square
+ green square
+ blue | square
+ blue square
+ purple | square
+ purple square
+ brown | square
+ brown square
+ black | geometric | large | square
+ black large square
+ geometric | large | square | white
+ white large square
+ black | geometric | medium | square
+ black medium square
+ geometric | medium | square | white
+ white medium square
+ black | geometric | medium-small | square
+ black medium-small square
+ geometric | medium-small | square | white
+ white medium-small square
+ black | geometric | small | square
+ black small square
+ geometric | small | square | white
+ white small square
+ diamond | geometric | large | orange
+ large orange diamond
+ blue | diamond | geometric | large
+ large blue diamond
+ diamond | geometric | orange | small
+ small orange diamond
+ blue | diamond | geometric | small
+ small blue diamond
+ geometric | pointed | red | triangle | up
+ red triangle pointed up
+ down | geometric | pointed | red | triangle
+ red triangle pointed down
+ comic | diamond | dot | geometric
+ diamond with a dot
+ button | geometric | radio
+ radio button
+ button | geometric | outlined | square | white
+ white square button
+ black | button | geometric | square
+ black square button
+ checkered | chequered | finish | flag | flags | game | race | racing | sport | win
+ chequered flag
+ construction | flag | golf | post | triangular
+ triangular flag
+ celebration | cross | crossed | flags | Japanese
+ crossed flags
+ black | flag | waving
+ black flag
+ flag | waving | white
+ white flag
+ bisexual | flag | gay | genderqueer | glbt | glbtq | lesbian | lgbt | lgbtq | lgbtqia | pride | queer | rainbow | trans | transgender
+ rainbow flag
+ blue | flag | light | pink | transgender | white
+ transgender flag
+ flag | Jolly | pirate | plunder | Roger | treasure
+ pirate flag
+ cent
+ cent
+ dollar | money | peso | USD
+ dollar
+ currency | EGP | GBP | pound
+ pound
+ CNY | currency | JPY | yen | yuan
+ yen
+ BRB | cruzeiro | currency
+ cruzeiro
+ currency | franc | french
+ french franc
+ currency | lira
+ lira
+ mil | mill
+ mill
+ KPW | KRW | won
+ won
+ currency | EUR | euro
+ euro
+ currency | german | penny | pfennig
+ german penny
+ peso
+ peso
+ ARA | austral | currency
+ austral
+ currency | livre | tournois
+ livre tournois
+ currency | spesmilo
+ spesmilo
+ currency | indian | rupee
+ indian rupee
+ currency | ruble
+ ruble
+ bitcoin | BTC
+ bitcoin
+ 0 | keycap | zero
+ keycap: 0
+ 1 | keycap | one
+ keycap: 1
+ 2 | keycap | two
+ keycap: 2
+ 3 | keycap | three
+ keycap: 3
+ 4 | four | keycap
+ keycap: 4
+ 5 | five | keycap
+ keycap: 5
+ 6 | keycap | six
+ keycap: 6
+ 7 | keycap | seven
+ keycap: 7
+ 8 | eight | keycap
+ keycap: 8
+ 9 | keycap | nine
+ keycap: 9
+ one | superscript
+ superscript one
+ squared | superscript | two
+ superscript two
+ cubed | superscript | three
+ superscript three
+ currency | rupee
+ rupee
+ measure | micro | sign
+ micro sign
+ currency | rial
+ rial
+
+
diff --git a/data/emoji/emoji-test.txt b/data/emoji/emoji-test.txt
new file mode 100644
index 00000000..e42fdef4
--- /dev/null
+++ b/data/emoji/emoji-test.txt
@@ -0,0 +1,5518 @@
+# emoji-test.txt
+# Date: 2025-08-04, 20:55:31 GMT
+# © 2025 Unicode®, Inc.
+# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
+# For terms of use and license, see https://www.unicode.org/terms_of_use.html
+#
+# Emoji Keyboard/Display Test Data for UTS #51
+# Version: 17.0
+#
+# For documentation and usage, see https://www.unicode.org/reports/tr51
+#
+# This file provides data for testing which emoji forms should be in keyboards and which should also be displayed/processed.
+# Format: code points; status # emoji name
+# Code points — list of one or more hex code points, separated by spaces
+# Status
+# component — an Emoji_Component,
+# excluding Regional_Indicator, ASCII, and non-Emoji
+# fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
+# excluding Emoji_Component
+# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
+# unqualified — an unqualified emoji (see ED-19 in UTS #51)
+# Notes:
+# • A mapping of these status values to RGI_Emoji_Qualification property values
+# is given by ED-28 in UTS #51.
+# • This includes the emoji components that need emoji presentation (skin tone and hair)
+# when isolated, but omits the components that need not have an emoji
+# presentation when isolated. See ED-20 in UTS #51 for further information.
+# • The RGI emoji set corresponds to the RGI_Emoji property and contains the same sequences
+# as the union of the sets of component and fully-qualified sequences in this file.
+# See ED-27 in UTS #51 for further information.
+# • The listed minimally-qualified and unqualified cover all cases where an
+# element of the RGI set is missing one or more emoji presentation selectors.
+# • The file is in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes.
+# • The groups and subgroups are illustrative. See the Emoji Order chart for more information.
+
+
+# group: Smileys & Emotion
+
+# subgroup: face-smiling
+1F600 ; fully-qualified # 😀 E1.0 grinning face
+1F603 ; fully-qualified # 😃 E0.6 grinning face with big eyes
+1F604 ; fully-qualified # 😄 E0.6 grinning face with smiling eyes
+1F601 ; fully-qualified # 😁 E0.6 beaming face with smiling eyes
+1F606 ; fully-qualified # 😆 E0.6 grinning squinting face
+1F605 ; fully-qualified # 😅 E0.6 grinning face with sweat
+1F923 ; fully-qualified # 🤣 E3.0 rolling on the floor laughing
+1F602 ; fully-qualified # 😂 E0.6 face with tears of joy
+1F642 ; fully-qualified # 🙂 E1.0 slightly smiling face
+1F643 ; fully-qualified # 🙃 E1.0 upside-down face
+1FAE0 ; fully-qualified # 🫠 E14.0 melting face
+1F609 ; fully-qualified # 😉 E0.6 winking face
+1F60A ; fully-qualified # 😊 E0.6 smiling face with smiling eyes
+1F607 ; fully-qualified # 😇 E1.0 smiling face with halo
+
+# subgroup: face-affection
+1F970 ; fully-qualified # 🥰 E11.0 smiling face with hearts
+1F60D ; fully-qualified # 😍 E0.6 smiling face with heart-eyes
+1F929 ; fully-qualified # 🤩 E5.0 star-struck
+1F618 ; fully-qualified # 😘 E0.6 face blowing a kiss
+1F617 ; fully-qualified # 😗 E1.0 kissing face
+263A FE0F ; fully-qualified # ☺️ E0.6 smiling face
+263A ; unqualified # ☺ E0.6 smiling face
+1F61A ; fully-qualified # 😚 E0.6 kissing face with closed eyes
+1F619 ; fully-qualified # 😙 E1.0 kissing face with smiling eyes
+1F972 ; fully-qualified # 🥲 E13.0 smiling face with tear
+
+# subgroup: face-tongue
+1F60B ; fully-qualified # 😋 E0.6 face savoring food
+1F61B ; fully-qualified # 😛 E1.0 face with tongue
+1F61C ; fully-qualified # 😜 E0.6 winking face with tongue
+1F92A ; fully-qualified # 🤪 E5.0 zany face
+1F61D ; fully-qualified # 😝 E0.6 squinting face with tongue
+1F911 ; fully-qualified # 🤑 E1.0 money-mouth face
+
+# subgroup: face-hand
+1F917 ; fully-qualified # 🤗 E1.0 smiling face with open hands
+1F92D ; fully-qualified # 🤭 E5.0 face with hand over mouth
+1FAE2 ; fully-qualified # 🫢 E14.0 face with open eyes and hand over mouth
+1FAE3 ; fully-qualified # 🫣 E14.0 face with peeking eye
+1F92B ; fully-qualified # 🤫 E5.0 shushing face
+1F914 ; fully-qualified # 🤔 E1.0 thinking face
+1FAE1 ; fully-qualified # 🫡 E14.0 saluting face
+
+# subgroup: face-neutral-skeptical
+1F910 ; fully-qualified # 🤐 E1.0 zipper-mouth face
+1F928 ; fully-qualified # 🤨 E5.0 face with raised eyebrow
+1F610 ; fully-qualified # 😐 E0.7 neutral face
+1F611 ; fully-qualified # 😑 E1.0 expressionless face
+1F636 ; fully-qualified # 😶 E1.0 face without mouth
+1FAE5 ; fully-qualified # 🫥 E14.0 dotted line face
+1F636 200D 1F32B FE0F ; fully-qualified # 😶🌫️ E13.1 face in clouds
+1F636 200D 1F32B ; minimally-qualified # 😶🌫 E13.1 face in clouds
+1F60F ; fully-qualified # 😏 E0.6 smirking face
+1F612 ; fully-qualified # 😒 E0.6 unamused face
+1F644 ; fully-qualified # 🙄 E1.0 face with rolling eyes
+1F62C ; fully-qualified # 😬 E1.0 grimacing face
+1F62E 200D 1F4A8 ; fully-qualified # 😮💨 E13.1 face exhaling
+1F925 ; fully-qualified # 🤥 E3.0 lying face
+1FAE8 ; fully-qualified # 🫨 E15.0 shaking face
+1F642 200D 2194 FE0F ; fully-qualified # 🙂↔️ E15.1 head shaking horizontally
+1F642 200D 2194 ; minimally-qualified # 🙂↔ E15.1 head shaking horizontally
+1F642 200D 2195 FE0F ; fully-qualified # 🙂↕️ E15.1 head shaking vertically
+1F642 200D 2195 ; minimally-qualified # 🙂↕ E15.1 head shaking vertically
+
+# subgroup: face-sleepy
+1F60C ; fully-qualified # 😌 E0.6 relieved face
+1F614 ; fully-qualified # 😔 E0.6 pensive face
+1F62A ; fully-qualified # 😪 E0.6 sleepy face
+1F924 ; fully-qualified # 🤤 E3.0 drooling face
+1F634 ; fully-qualified # 😴 E1.0 sleeping face
+1FAE9 ; fully-qualified # E16.0 face with bags under eyes
+
+# subgroup: face-unwell
+1F637 ; fully-qualified # 😷 E0.6 face with medical mask
+1F912 ; fully-qualified # 🤒 E1.0 face with thermometer
+1F915 ; fully-qualified # 🤕 E1.0 face with head-bandage
+1F922 ; fully-qualified # 🤢 E3.0 nauseated face
+1F92E ; fully-qualified # 🤮 E5.0 face vomiting
+1F927 ; fully-qualified # 🤧 E3.0 sneezing face
+1F975 ; fully-qualified # 🥵 E11.0 hot face
+1F976 ; fully-qualified # 🥶 E11.0 cold face
+1F974 ; fully-qualified # 🥴 E11.0 woozy face
+1F635 ; fully-qualified # 😵 E0.6 face with crossed-out eyes
+1F635 200D 1F4AB ; fully-qualified # 😵💫 E13.1 face with spiral eyes
+1F92F ; fully-qualified # 🤯 E5.0 exploding head
+
+# subgroup: face-hat
+1F920 ; fully-qualified # 🤠 E3.0 cowboy hat face
+1F973 ; fully-qualified # 🥳 E11.0 partying face
+1F978 ; fully-qualified # 🥸 E13.0 disguised face
+
+# subgroup: face-glasses
+1F60E ; fully-qualified # 😎 E1.0 smiling face with sunglasses
+1F913 ; fully-qualified # 🤓 E1.0 nerd face
+1F9D0 ; fully-qualified # 🧐 E5.0 face with monocle
+
+# subgroup: face-concerned
+1F615 ; fully-qualified # 😕 E1.0 confused face
+1FAE4 ; fully-qualified # 🫤 E14.0 face with diagonal mouth
+1F61F ; fully-qualified # 😟 E1.0 worried face
+1F641 ; fully-qualified # 🙁 E1.0 slightly frowning face
+2639 FE0F ; fully-qualified # ☹️ E0.7 frowning face
+2639 ; unqualified # ☹ E0.7 frowning face
+1F62E ; fully-qualified # 😮 E1.0 face with open mouth
+1F62F ; fully-qualified # 😯 E1.0 hushed face
+1F632 ; fully-qualified # 😲 E0.6 astonished face
+1F633 ; fully-qualified # 😳 E0.6 flushed face
+1FAEA ; fully-qualified # E17.0 distorted face
+1F97A ; fully-qualified # 🥺 E11.0 pleading face
+1F979 ; fully-qualified # 🥹 E14.0 face holding back tears
+1F626 ; fully-qualified # 😦 E1.0 frowning face with open mouth
+1F627 ; fully-qualified # 😧 E1.0 anguished face
+1F628 ; fully-qualified # 😨 E0.6 fearful face
+1F630 ; fully-qualified # 😰 E0.6 anxious face with sweat
+1F625 ; fully-qualified # 😥 E0.6 sad but relieved face
+1F622 ; fully-qualified # 😢 E0.6 crying face
+1F62D ; fully-qualified # 😭 E0.6 loudly crying face
+1F631 ; fully-qualified # 😱 E0.6 face screaming in fear
+1F616 ; fully-qualified # 😖 E0.6 confounded face
+1F623 ; fully-qualified # 😣 E0.6 persevering face
+1F61E ; fully-qualified # 😞 E0.6 disappointed face
+1F613 ; fully-qualified # 😓 E0.6 downcast face with sweat
+1F629 ; fully-qualified # 😩 E0.6 weary face
+1F62B ; fully-qualified # 😫 E0.6 tired face
+1F971 ; fully-qualified # 🥱 E12.0 yawning face
+
+# subgroup: face-negative
+1F624 ; fully-qualified # 😤 E0.6 face with steam from nose
+1F621 ; fully-qualified # 😡 E0.6 enraged face
+1F620 ; fully-qualified # 😠 E0.6 angry face
+1F92C ; fully-qualified # 🤬 E5.0 face with symbols on mouth
+1F608 ; fully-qualified # 😈 E1.0 smiling face with horns
+1F47F ; fully-qualified # 👿 E0.6 angry face with horns
+1F480 ; fully-qualified # 💀 E0.6 skull
+2620 FE0F ; fully-qualified # ☠️ E1.0 skull and crossbones
+2620 ; unqualified # ☠ E1.0 skull and crossbones
+
+# subgroup: face-costume
+1F4A9 ; fully-qualified # 💩 E0.6 pile of poo
+1F921 ; fully-qualified # 🤡 E3.0 clown face
+1F479 ; fully-qualified # 👹 E0.6 ogre
+1F47A ; fully-qualified # 👺 E0.6 goblin
+1F47B ; fully-qualified # 👻 E0.6 ghost
+1F47D ; fully-qualified # 👽 E0.6 alien
+1F47E ; fully-qualified # 👾 E0.6 alien monster
+1F916 ; fully-qualified # 🤖 E1.0 robot
+
+# subgroup: cat-face
+1F63A ; fully-qualified # 😺 E0.6 grinning cat
+1F638 ; fully-qualified # 😸 E0.6 grinning cat with smiling eyes
+1F639 ; fully-qualified # 😹 E0.6 cat with tears of joy
+1F63B ; fully-qualified # 😻 E0.6 smiling cat with heart-eyes
+1F63C ; fully-qualified # 😼 E0.6 cat with wry smile
+1F63D ; fully-qualified # 😽 E0.6 kissing cat
+1F640 ; fully-qualified # 🙀 E0.6 weary cat
+1F63F ; fully-qualified # 😿 E0.6 crying cat
+1F63E ; fully-qualified # 😾 E0.6 pouting cat
+
+# subgroup: monkey-face
+1F648 ; fully-qualified # 🙈 E0.6 see-no-evil monkey
+1F649 ; fully-qualified # 🙉 E0.6 hear-no-evil monkey
+1F64A ; fully-qualified # 🙊 E0.6 speak-no-evil monkey
+
+# subgroup: heart
+1F48C ; fully-qualified # 💌 E0.6 love letter
+1F498 ; fully-qualified # 💘 E0.6 heart with arrow
+1F49D ; fully-qualified # 💝 E0.6 heart with ribbon
+1F496 ; fully-qualified # 💖 E0.6 sparkling heart
+1F497 ; fully-qualified # 💗 E0.6 growing heart
+1F493 ; fully-qualified # 💓 E0.6 beating heart
+1F49E ; fully-qualified # 💞 E0.6 revolving hearts
+1F495 ; fully-qualified # 💕 E0.6 two hearts
+1F49F ; fully-qualified # 💟 E0.6 heart decoration
+2763 FE0F ; fully-qualified # ❣️ E1.0 heart exclamation
+2763 ; unqualified # ❣ E1.0 heart exclamation
+1F494 ; fully-qualified # 💔 E0.6 broken heart
+2764 FE0F 200D 1F525 ; fully-qualified # ❤️🔥 E13.1 heart on fire
+2764 200D 1F525 ; unqualified # ❤🔥 E13.1 heart on fire
+2764 FE0F 200D 1FA79 ; fully-qualified # ❤️🩹 E13.1 mending heart
+2764 200D 1FA79 ; unqualified # ❤🩹 E13.1 mending heart
+2764 FE0F ; fully-qualified # ❤️ E0.6 red heart
+2764 ; unqualified # ❤ E0.6 red heart
+1FA77 ; fully-qualified # 🩷 E15.0 pink heart
+1F9E1 ; fully-qualified # 🧡 E5.0 orange heart
+1F49B ; fully-qualified # 💛 E0.6 yellow heart
+1F49A ; fully-qualified # 💚 E0.6 green heart
+1F499 ; fully-qualified # 💙 E0.6 blue heart
+1FA75 ; fully-qualified # 🩵 E15.0 light blue heart
+1F49C ; fully-qualified # 💜 E0.6 purple heart
+1F90E ; fully-qualified # 🤎 E12.0 brown heart
+1F5A4 ; fully-qualified # 🖤 E3.0 black heart
+1FA76 ; fully-qualified # 🩶 E15.0 grey heart
+1F90D ; fully-qualified # 🤍 E12.0 white heart
+
+# subgroup: emotion
+1F48B ; fully-qualified # 💋 E0.6 kiss mark
+1F4AF ; fully-qualified # 💯 E0.6 hundred points
+1F4A2 ; fully-qualified # 💢 E0.6 anger symbol
+1FAEF ; fully-qualified # E17.0 fight cloud
+1F4A5 ; fully-qualified # 💥 E0.6 collision
+1F4AB ; fully-qualified # 💫 E0.6 dizzy
+1F4A6 ; fully-qualified # 💦 E0.6 sweat droplets
+1F4A8 ; fully-qualified # 💨 E0.6 dashing away
+1F573 FE0F ; fully-qualified # 🕳️ E0.7 hole
+1F573 ; unqualified # 🕳 E0.7 hole
+1F4AC ; fully-qualified # 💬 E0.6 speech balloon
+1F441 FE0F 200D 1F5E8 FE0F ; fully-qualified # 👁️🗨️ E2.0 eye in speech bubble
+1F441 200D 1F5E8 FE0F ; unqualified # 👁🗨️ E2.0 eye in speech bubble
+1F441 FE0F 200D 1F5E8 ; minimally-qualified # 👁️🗨 E2.0 eye in speech bubble
+1F441 200D 1F5E8 ; unqualified # 👁🗨 E2.0 eye in speech bubble
+1F5E8 FE0F ; fully-qualified # 🗨️ E2.0 left speech bubble
+1F5E8 ; unqualified # 🗨 E2.0 left speech bubble
+1F5EF FE0F ; fully-qualified # 🗯️ E0.7 right anger bubble
+1F5EF ; unqualified # 🗯 E0.7 right anger bubble
+1F4AD ; fully-qualified # 💭 E1.0 thought balloon
+1F4A4 ; fully-qualified # 💤 E0.6 ZZZ
+
+# Smileys & Emotion subtotal: 187
+# Smileys & Emotion subtotal: 187 w/o modifiers
+
+# group: People & Body
+
+# subgroup: hand-fingers-open
+1F44B ; fully-qualified # 👋 E0.6 waving hand
+1F44B 1F3FB ; fully-qualified # 👋🏻 E1.0 waving hand: light skin tone
+1F44B 1F3FC ; fully-qualified # 👋🏼 E1.0 waving hand: medium-light skin tone
+1F44B 1F3FD ; fully-qualified # 👋🏽 E1.0 waving hand: medium skin tone
+1F44B 1F3FE ; fully-qualified # 👋🏾 E1.0 waving hand: medium-dark skin tone
+1F44B 1F3FF ; fully-qualified # 👋🏿 E1.0 waving hand: dark skin tone
+1F91A ; fully-qualified # 🤚 E3.0 raised back of hand
+1F91A 1F3FB ; fully-qualified # 🤚🏻 E3.0 raised back of hand: light skin tone
+1F91A 1F3FC ; fully-qualified # 🤚🏼 E3.0 raised back of hand: medium-light skin tone
+1F91A 1F3FD ; fully-qualified # 🤚🏽 E3.0 raised back of hand: medium skin tone
+1F91A 1F3FE ; fully-qualified # 🤚🏾 E3.0 raised back of hand: medium-dark skin tone
+1F91A 1F3FF ; fully-qualified # 🤚🏿 E3.0 raised back of hand: dark skin tone
+1F590 FE0F ; fully-qualified # 🖐️ E0.7 hand with fingers splayed
+1F590 ; unqualified # 🖐 E0.7 hand with fingers splayed
+1F590 1F3FB ; fully-qualified # 🖐🏻 E1.0 hand with fingers splayed: light skin tone
+1F590 1F3FC ; fully-qualified # 🖐🏼 E1.0 hand with fingers splayed: medium-light skin tone
+1F590 1F3FD ; fully-qualified # 🖐🏽 E1.0 hand with fingers splayed: medium skin tone
+1F590 1F3FE ; fully-qualified # 🖐🏾 E1.0 hand with fingers splayed: medium-dark skin tone
+1F590 1F3FF ; fully-qualified # 🖐🏿 E1.0 hand with fingers splayed: dark skin tone
+270B ; fully-qualified # ✋ E0.6 raised hand
+270B 1F3FB ; fully-qualified # ✋🏻 E1.0 raised hand: light skin tone
+270B 1F3FC ; fully-qualified # ✋🏼 E1.0 raised hand: medium-light skin tone
+270B 1F3FD ; fully-qualified # ✋🏽 E1.0 raised hand: medium skin tone
+270B 1F3FE ; fully-qualified # ✋🏾 E1.0 raised hand: medium-dark skin tone
+270B 1F3FF ; fully-qualified # ✋🏿 E1.0 raised hand: dark skin tone
+1F596 ; fully-qualified # 🖖 E1.0 vulcan salute
+1F596 1F3FB ; fully-qualified # 🖖🏻 E1.0 vulcan salute: light skin tone
+1F596 1F3FC ; fully-qualified # 🖖🏼 E1.0 vulcan salute: medium-light skin tone
+1F596 1F3FD ; fully-qualified # 🖖🏽 E1.0 vulcan salute: medium skin tone
+1F596 1F3FE ; fully-qualified # 🖖🏾 E1.0 vulcan salute: medium-dark skin tone
+1F596 1F3FF ; fully-qualified # 🖖🏿 E1.0 vulcan salute: dark skin tone
+1FAF1 ; fully-qualified # 🫱 E14.0 rightwards hand
+1FAF1 1F3FB ; fully-qualified # 🫱🏻 E14.0 rightwards hand: light skin tone
+1FAF1 1F3FC ; fully-qualified # 🫱🏼 E14.0 rightwards hand: medium-light skin tone
+1FAF1 1F3FD ; fully-qualified # 🫱🏽 E14.0 rightwards hand: medium skin tone
+1FAF1 1F3FE ; fully-qualified # 🫱🏾 E14.0 rightwards hand: medium-dark skin tone
+1FAF1 1F3FF ; fully-qualified # 🫱🏿 E14.0 rightwards hand: dark skin tone
+1FAF2 ; fully-qualified # 🫲 E14.0 leftwards hand
+1FAF2 1F3FB ; fully-qualified # 🫲🏻 E14.0 leftwards hand: light skin tone
+1FAF2 1F3FC ; fully-qualified # 🫲🏼 E14.0 leftwards hand: medium-light skin tone
+1FAF2 1F3FD ; fully-qualified # 🫲🏽 E14.0 leftwards hand: medium skin tone
+1FAF2 1F3FE ; fully-qualified # 🫲🏾 E14.0 leftwards hand: medium-dark skin tone
+1FAF2 1F3FF ; fully-qualified # 🫲🏿 E14.0 leftwards hand: dark skin tone
+1FAF3 ; fully-qualified # 🫳 E14.0 palm down hand
+1FAF3 1F3FB ; fully-qualified # 🫳🏻 E14.0 palm down hand: light skin tone
+1FAF3 1F3FC ; fully-qualified # 🫳🏼 E14.0 palm down hand: medium-light skin tone
+1FAF3 1F3FD ; fully-qualified # 🫳🏽 E14.0 palm down hand: medium skin tone
+1FAF3 1F3FE ; fully-qualified # 🫳🏾 E14.0 palm down hand: medium-dark skin tone
+1FAF3 1F3FF ; fully-qualified # 🫳🏿 E14.0 palm down hand: dark skin tone
+1FAF4 ; fully-qualified # 🫴 E14.0 palm up hand
+1FAF4 1F3FB ; fully-qualified # 🫴🏻 E14.0 palm up hand: light skin tone
+1FAF4 1F3FC ; fully-qualified # 🫴🏼 E14.0 palm up hand: medium-light skin tone
+1FAF4 1F3FD ; fully-qualified # 🫴🏽 E14.0 palm up hand: medium skin tone
+1FAF4 1F3FE ; fully-qualified # 🫴🏾 E14.0 palm up hand: medium-dark skin tone
+1FAF4 1F3FF ; fully-qualified # 🫴🏿 E14.0 palm up hand: dark skin tone
+1FAF7 ; fully-qualified # 🫷 E15.0 leftwards pushing hand
+1FAF7 1F3FB ; fully-qualified # 🫷🏻 E15.0 leftwards pushing hand: light skin tone
+1FAF7 1F3FC ; fully-qualified # 🫷🏼 E15.0 leftwards pushing hand: medium-light skin tone
+1FAF7 1F3FD ; fully-qualified # 🫷🏽 E15.0 leftwards pushing hand: medium skin tone
+1FAF7 1F3FE ; fully-qualified # 🫷🏾 E15.0 leftwards pushing hand: medium-dark skin tone
+1FAF7 1F3FF ; fully-qualified # 🫷🏿 E15.0 leftwards pushing hand: dark skin tone
+1FAF8 ; fully-qualified # 🫸 E15.0 rightwards pushing hand
+1FAF8 1F3FB ; fully-qualified # 🫸🏻 E15.0 rightwards pushing hand: light skin tone
+1FAF8 1F3FC ; fully-qualified # 🫸🏼 E15.0 rightwards pushing hand: medium-light skin tone
+1FAF8 1F3FD ; fully-qualified # 🫸🏽 E15.0 rightwards pushing hand: medium skin tone
+1FAF8 1F3FE ; fully-qualified # 🫸🏾 E15.0 rightwards pushing hand: medium-dark skin tone
+1FAF8 1F3FF ; fully-qualified # 🫸🏿 E15.0 rightwards pushing hand: dark skin tone
+
+# subgroup: hand-fingers-partial
+1F44C ; fully-qualified # 👌 E0.6 OK hand
+1F44C 1F3FB ; fully-qualified # 👌🏻 E1.0 OK hand: light skin tone
+1F44C 1F3FC ; fully-qualified # 👌🏼 E1.0 OK hand: medium-light skin tone
+1F44C 1F3FD ; fully-qualified # 👌🏽 E1.0 OK hand: medium skin tone
+1F44C 1F3FE ; fully-qualified # 👌🏾 E1.0 OK hand: medium-dark skin tone
+1F44C 1F3FF ; fully-qualified # 👌🏿 E1.0 OK hand: dark skin tone
+1F90C ; fully-qualified # 🤌 E13.0 pinched fingers
+1F90C 1F3FB ; fully-qualified # 🤌🏻 E13.0 pinched fingers: light skin tone
+1F90C 1F3FC ; fully-qualified # 🤌🏼 E13.0 pinched fingers: medium-light skin tone
+1F90C 1F3FD ; fully-qualified # 🤌🏽 E13.0 pinched fingers: medium skin tone
+1F90C 1F3FE ; fully-qualified # 🤌🏾 E13.0 pinched fingers: medium-dark skin tone
+1F90C 1F3FF ; fully-qualified # 🤌🏿 E13.0 pinched fingers: dark skin tone
+1F90F ; fully-qualified # 🤏 E12.0 pinching hand
+1F90F 1F3FB ; fully-qualified # 🤏🏻 E12.0 pinching hand: light skin tone
+1F90F 1F3FC ; fully-qualified # 🤏🏼 E12.0 pinching hand: medium-light skin tone
+1F90F 1F3FD ; fully-qualified # 🤏🏽 E12.0 pinching hand: medium skin tone
+1F90F 1F3FE ; fully-qualified # 🤏🏾 E12.0 pinching hand: medium-dark skin tone
+1F90F 1F3FF ; fully-qualified # 🤏🏿 E12.0 pinching hand: dark skin tone
+270C FE0F ; fully-qualified # ✌️ E0.6 victory hand
+270C ; unqualified # ✌ E0.6 victory hand
+270C 1F3FB ; fully-qualified # ✌🏻 E1.0 victory hand: light skin tone
+270C 1F3FC ; fully-qualified # ✌🏼 E1.0 victory hand: medium-light skin tone
+270C 1F3FD ; fully-qualified # ✌🏽 E1.0 victory hand: medium skin tone
+270C 1F3FE ; fully-qualified # ✌🏾 E1.0 victory hand: medium-dark skin tone
+270C 1F3FF ; fully-qualified # ✌🏿 E1.0 victory hand: dark skin tone
+1F91E ; fully-qualified # 🤞 E3.0 crossed fingers
+1F91E 1F3FB ; fully-qualified # 🤞🏻 E3.0 crossed fingers: light skin tone
+1F91E 1F3FC ; fully-qualified # 🤞🏼 E3.0 crossed fingers: medium-light skin tone
+1F91E 1F3FD ; fully-qualified # 🤞🏽 E3.0 crossed fingers: medium skin tone
+1F91E 1F3FE ; fully-qualified # 🤞🏾 E3.0 crossed fingers: medium-dark skin tone
+1F91E 1F3FF ; fully-qualified # 🤞🏿 E3.0 crossed fingers: dark skin tone
+1FAF0 ; fully-qualified # 🫰 E14.0 hand with index finger and thumb crossed
+1FAF0 1F3FB ; fully-qualified # 🫰🏻 E14.0 hand with index finger and thumb crossed: light skin tone
+1FAF0 1F3FC ; fully-qualified # 🫰🏼 E14.0 hand with index finger and thumb crossed: medium-light skin tone
+1FAF0 1F3FD ; fully-qualified # 🫰🏽 E14.0 hand with index finger and thumb crossed: medium skin tone
+1FAF0 1F3FE ; fully-qualified # 🫰🏾 E14.0 hand with index finger and thumb crossed: medium-dark skin tone
+1FAF0 1F3FF ; fully-qualified # 🫰🏿 E14.0 hand with index finger and thumb crossed: dark skin tone
+1F91F ; fully-qualified # 🤟 E5.0 love-you gesture
+1F91F 1F3FB ; fully-qualified # 🤟🏻 E5.0 love-you gesture: light skin tone
+1F91F 1F3FC ; fully-qualified # 🤟🏼 E5.0 love-you gesture: medium-light skin tone
+1F91F 1F3FD ; fully-qualified # 🤟🏽 E5.0 love-you gesture: medium skin tone
+1F91F 1F3FE ; fully-qualified # 🤟🏾 E5.0 love-you gesture: medium-dark skin tone
+1F91F 1F3FF ; fully-qualified # 🤟🏿 E5.0 love-you gesture: dark skin tone
+1F918 ; fully-qualified # 🤘 E1.0 sign of the horns
+1F918 1F3FB ; fully-qualified # 🤘🏻 E1.0 sign of the horns: light skin tone
+1F918 1F3FC ; fully-qualified # 🤘🏼 E1.0 sign of the horns: medium-light skin tone
+1F918 1F3FD ; fully-qualified # 🤘🏽 E1.0 sign of the horns: medium skin tone
+1F918 1F3FE ; fully-qualified # 🤘🏾 E1.0 sign of the horns: medium-dark skin tone
+1F918 1F3FF ; fully-qualified # 🤘🏿 E1.0 sign of the horns: dark skin tone
+1F919 ; fully-qualified # 🤙 E3.0 call me hand
+1F919 1F3FB ; fully-qualified # 🤙🏻 E3.0 call me hand: light skin tone
+1F919 1F3FC ; fully-qualified # 🤙🏼 E3.0 call me hand: medium-light skin tone
+1F919 1F3FD ; fully-qualified # 🤙🏽 E3.0 call me hand: medium skin tone
+1F919 1F3FE ; fully-qualified # 🤙🏾 E3.0 call me hand: medium-dark skin tone
+1F919 1F3FF ; fully-qualified # 🤙🏿 E3.0 call me hand: dark skin tone
+
+# subgroup: hand-single-finger
+1F448 ; fully-qualified # 👈 E0.6 backhand index pointing left
+1F448 1F3FB ; fully-qualified # 👈🏻 E1.0 backhand index pointing left: light skin tone
+1F448 1F3FC ; fully-qualified # 👈🏼 E1.0 backhand index pointing left: medium-light skin tone
+1F448 1F3FD ; fully-qualified # 👈🏽 E1.0 backhand index pointing left: medium skin tone
+1F448 1F3FE ; fully-qualified # 👈🏾 E1.0 backhand index pointing left: medium-dark skin tone
+1F448 1F3FF ; fully-qualified # 👈🏿 E1.0 backhand index pointing left: dark skin tone
+1F449 ; fully-qualified # 👉 E0.6 backhand index pointing right
+1F449 1F3FB ; fully-qualified # 👉🏻 E1.0 backhand index pointing right: light skin tone
+1F449 1F3FC ; fully-qualified # 👉🏼 E1.0 backhand index pointing right: medium-light skin tone
+1F449 1F3FD ; fully-qualified # 👉🏽 E1.0 backhand index pointing right: medium skin tone
+1F449 1F3FE ; fully-qualified # 👉🏾 E1.0 backhand index pointing right: medium-dark skin tone
+1F449 1F3FF ; fully-qualified # 👉🏿 E1.0 backhand index pointing right: dark skin tone
+1F446 ; fully-qualified # 👆 E0.6 backhand index pointing up
+1F446 1F3FB ; fully-qualified # 👆🏻 E1.0 backhand index pointing up: light skin tone
+1F446 1F3FC ; fully-qualified # 👆🏼 E1.0 backhand index pointing up: medium-light skin tone
+1F446 1F3FD ; fully-qualified # 👆🏽 E1.0 backhand index pointing up: medium skin tone
+1F446 1F3FE ; fully-qualified # 👆🏾 E1.0 backhand index pointing up: medium-dark skin tone
+1F446 1F3FF ; fully-qualified # 👆🏿 E1.0 backhand index pointing up: dark skin tone
+1F595 ; fully-qualified # 🖕 E1.0 middle finger
+1F595 1F3FB ; fully-qualified # 🖕🏻 E1.0 middle finger: light skin tone
+1F595 1F3FC ; fully-qualified # 🖕🏼 E1.0 middle finger: medium-light skin tone
+1F595 1F3FD ; fully-qualified # 🖕🏽 E1.0 middle finger: medium skin tone
+1F595 1F3FE ; fully-qualified # 🖕🏾 E1.0 middle finger: medium-dark skin tone
+1F595 1F3FF ; fully-qualified # 🖕🏿 E1.0 middle finger: dark skin tone
+1F447 ; fully-qualified # 👇 E0.6 backhand index pointing down
+1F447 1F3FB ; fully-qualified # 👇🏻 E1.0 backhand index pointing down: light skin tone
+1F447 1F3FC ; fully-qualified # 👇🏼 E1.0 backhand index pointing down: medium-light skin tone
+1F447 1F3FD ; fully-qualified # 👇🏽 E1.0 backhand index pointing down: medium skin tone
+1F447 1F3FE ; fully-qualified # 👇🏾 E1.0 backhand index pointing down: medium-dark skin tone
+1F447 1F3FF ; fully-qualified # 👇🏿 E1.0 backhand index pointing down: dark skin tone
+261D FE0F ; fully-qualified # ☝️ E0.6 index pointing up
+261D ; unqualified # ☝ E0.6 index pointing up
+261D 1F3FB ; fully-qualified # ☝🏻 E1.0 index pointing up: light skin tone
+261D 1F3FC ; fully-qualified # ☝🏼 E1.0 index pointing up: medium-light skin tone
+261D 1F3FD ; fully-qualified # ☝🏽 E1.0 index pointing up: medium skin tone
+261D 1F3FE ; fully-qualified # ☝🏾 E1.0 index pointing up: medium-dark skin tone
+261D 1F3FF ; fully-qualified # ☝🏿 E1.0 index pointing up: dark skin tone
+1FAF5 ; fully-qualified # 🫵 E14.0 index pointing at the viewer
+1FAF5 1F3FB ; fully-qualified # 🫵🏻 E14.0 index pointing at the viewer: light skin tone
+1FAF5 1F3FC ; fully-qualified # 🫵🏼 E14.0 index pointing at the viewer: medium-light skin tone
+1FAF5 1F3FD ; fully-qualified # 🫵🏽 E14.0 index pointing at the viewer: medium skin tone
+1FAF5 1F3FE ; fully-qualified # 🫵🏾 E14.0 index pointing at the viewer: medium-dark skin tone
+1FAF5 1F3FF ; fully-qualified # 🫵🏿 E14.0 index pointing at the viewer: dark skin tone
+
+# subgroup: hand-fingers-closed
+1F44D ; fully-qualified # 👍 E0.6 thumbs up
+1F44D 1F3FB ; fully-qualified # 👍🏻 E1.0 thumbs up: light skin tone
+1F44D 1F3FC ; fully-qualified # 👍🏼 E1.0 thumbs up: medium-light skin tone
+1F44D 1F3FD ; fully-qualified # 👍🏽 E1.0 thumbs up: medium skin tone
+1F44D 1F3FE ; fully-qualified # 👍🏾 E1.0 thumbs up: medium-dark skin tone
+1F44D 1F3FF ; fully-qualified # 👍🏿 E1.0 thumbs up: dark skin tone
+1F44E ; fully-qualified # 👎 E0.6 thumbs down
+1F44E 1F3FB ; fully-qualified # 👎🏻 E1.0 thumbs down: light skin tone
+1F44E 1F3FC ; fully-qualified # 👎🏼 E1.0 thumbs down: medium-light skin tone
+1F44E 1F3FD ; fully-qualified # 👎🏽 E1.0 thumbs down: medium skin tone
+1F44E 1F3FE ; fully-qualified # 👎🏾 E1.0 thumbs down: medium-dark skin tone
+1F44E 1F3FF ; fully-qualified # 👎🏿 E1.0 thumbs down: dark skin tone
+270A ; fully-qualified # ✊ E0.6 raised fist
+270A 1F3FB ; fully-qualified # ✊🏻 E1.0 raised fist: light skin tone
+270A 1F3FC ; fully-qualified # ✊🏼 E1.0 raised fist: medium-light skin tone
+270A 1F3FD ; fully-qualified # ✊🏽 E1.0 raised fist: medium skin tone
+270A 1F3FE ; fully-qualified # ✊🏾 E1.0 raised fist: medium-dark skin tone
+270A 1F3FF ; fully-qualified # ✊🏿 E1.0 raised fist: dark skin tone
+1F44A ; fully-qualified # 👊 E0.6 oncoming fist
+1F44A 1F3FB ; fully-qualified # 👊🏻 E1.0 oncoming fist: light skin tone
+1F44A 1F3FC ; fully-qualified # 👊🏼 E1.0 oncoming fist: medium-light skin tone
+1F44A 1F3FD ; fully-qualified # 👊🏽 E1.0 oncoming fist: medium skin tone
+1F44A 1F3FE ; fully-qualified # 👊🏾 E1.0 oncoming fist: medium-dark skin tone
+1F44A 1F3FF ; fully-qualified # 👊🏿 E1.0 oncoming fist: dark skin tone
+1F91B ; fully-qualified # 🤛 E3.0 left-facing fist
+1F91B 1F3FB ; fully-qualified # 🤛🏻 E3.0 left-facing fist: light skin tone
+1F91B 1F3FC ; fully-qualified # 🤛🏼 E3.0 left-facing fist: medium-light skin tone
+1F91B 1F3FD ; fully-qualified # 🤛🏽 E3.0 left-facing fist: medium skin tone
+1F91B 1F3FE ; fully-qualified # 🤛🏾 E3.0 left-facing fist: medium-dark skin tone
+1F91B 1F3FF ; fully-qualified # 🤛🏿 E3.0 left-facing fist: dark skin tone
+1F91C ; fully-qualified # 🤜 E3.0 right-facing fist
+1F91C 1F3FB ; fully-qualified # 🤜🏻 E3.0 right-facing fist: light skin tone
+1F91C 1F3FC ; fully-qualified # 🤜🏼 E3.0 right-facing fist: medium-light skin tone
+1F91C 1F3FD ; fully-qualified # 🤜🏽 E3.0 right-facing fist: medium skin tone
+1F91C 1F3FE ; fully-qualified # 🤜🏾 E3.0 right-facing fist: medium-dark skin tone
+1F91C 1F3FF ; fully-qualified # 🤜🏿 E3.0 right-facing fist: dark skin tone
+
+# subgroup: hands
+1F44F ; fully-qualified # 👏 E0.6 clapping hands
+1F44F 1F3FB ; fully-qualified # 👏🏻 E1.0 clapping hands: light skin tone
+1F44F 1F3FC ; fully-qualified # 👏🏼 E1.0 clapping hands: medium-light skin tone
+1F44F 1F3FD ; fully-qualified # 👏🏽 E1.0 clapping hands: medium skin tone
+1F44F 1F3FE ; fully-qualified # 👏🏾 E1.0 clapping hands: medium-dark skin tone
+1F44F 1F3FF ; fully-qualified # 👏🏿 E1.0 clapping hands: dark skin tone
+1F64C ; fully-qualified # 🙌 E0.6 raising hands
+1F64C 1F3FB ; fully-qualified # 🙌🏻 E1.0 raising hands: light skin tone
+1F64C 1F3FC ; fully-qualified # 🙌🏼 E1.0 raising hands: medium-light skin tone
+1F64C 1F3FD ; fully-qualified # 🙌🏽 E1.0 raising hands: medium skin tone
+1F64C 1F3FE ; fully-qualified # 🙌🏾 E1.0 raising hands: medium-dark skin tone
+1F64C 1F3FF ; fully-qualified # 🙌🏿 E1.0 raising hands: dark skin tone
+1FAF6 ; fully-qualified # 🫶 E14.0 heart hands
+1FAF6 1F3FB ; fully-qualified # 🫶🏻 E14.0 heart hands: light skin tone
+1FAF6 1F3FC ; fully-qualified # 🫶🏼 E14.0 heart hands: medium-light skin tone
+1FAF6 1F3FD ; fully-qualified # 🫶🏽 E14.0 heart hands: medium skin tone
+1FAF6 1F3FE ; fully-qualified # 🫶🏾 E14.0 heart hands: medium-dark skin tone
+1FAF6 1F3FF ; fully-qualified # 🫶🏿 E14.0 heart hands: dark skin tone
+1F450 ; fully-qualified # 👐 E0.6 open hands
+1F450 1F3FB ; fully-qualified # 👐🏻 E1.0 open hands: light skin tone
+1F450 1F3FC ; fully-qualified # 👐🏼 E1.0 open hands: medium-light skin tone
+1F450 1F3FD ; fully-qualified # 👐🏽 E1.0 open hands: medium skin tone
+1F450 1F3FE ; fully-qualified # 👐🏾 E1.0 open hands: medium-dark skin tone
+1F450 1F3FF ; fully-qualified # 👐🏿 E1.0 open hands: dark skin tone
+1F932 ; fully-qualified # 🤲 E5.0 palms up together
+1F932 1F3FB ; fully-qualified # 🤲🏻 E5.0 palms up together: light skin tone
+1F932 1F3FC ; fully-qualified # 🤲🏼 E5.0 palms up together: medium-light skin tone
+1F932 1F3FD ; fully-qualified # 🤲🏽 E5.0 palms up together: medium skin tone
+1F932 1F3FE ; fully-qualified # 🤲🏾 E5.0 palms up together: medium-dark skin tone
+1F932 1F3FF ; fully-qualified # 🤲🏿 E5.0 palms up together: dark skin tone
+1F91D ; fully-qualified # 🤝 E3.0 handshake
+1F91D 1F3FB ; fully-qualified # 🤝🏻 E14.0 handshake: light skin tone
+1F91D 1F3FC ; fully-qualified # 🤝🏼 E14.0 handshake: medium-light skin tone
+1F91D 1F3FD ; fully-qualified # 🤝🏽 E14.0 handshake: medium skin tone
+1F91D 1F3FE ; fully-qualified # 🤝🏾 E14.0 handshake: medium-dark skin tone
+1F91D 1F3FF ; fully-qualified # 🤝🏿 E14.0 handshake: dark skin tone
+1FAF1 1F3FB 200D 1FAF2 1F3FC ; fully-qualified # 🫱🏻🫲🏼 E14.0 handshake: light skin tone, medium-light skin tone
+1FAF1 1F3FB 200D 1FAF2 1F3FD ; fully-qualified # 🫱🏻🫲🏽 E14.0 handshake: light skin tone, medium skin tone
+1FAF1 1F3FB 200D 1FAF2 1F3FE ; fully-qualified # 🫱🏻🫲🏾 E14.0 handshake: light skin tone, medium-dark skin tone
+1FAF1 1F3FB 200D 1FAF2 1F3FF ; fully-qualified # 🫱🏻🫲🏿 E14.0 handshake: light skin tone, dark skin tone
+1FAF1 1F3FC 200D 1FAF2 1F3FB ; fully-qualified # 🫱🏼🫲🏻 E14.0 handshake: medium-light skin tone, light skin tone
+1FAF1 1F3FC 200D 1FAF2 1F3FD ; fully-qualified # 🫱🏼🫲🏽 E14.0 handshake: medium-light skin tone, medium skin tone
+1FAF1 1F3FC 200D 1FAF2 1F3FE ; fully-qualified # 🫱🏼🫲🏾 E14.0 handshake: medium-light skin tone, medium-dark skin tone
+1FAF1 1F3FC 200D 1FAF2 1F3FF ; fully-qualified # 🫱🏼🫲🏿 E14.0 handshake: medium-light skin tone, dark skin tone
+1FAF1 1F3FD 200D 1FAF2 1F3FB ; fully-qualified # 🫱🏽🫲🏻 E14.0 handshake: medium skin tone, light skin tone
+1FAF1 1F3FD 200D 1FAF2 1F3FC ; fully-qualified # 🫱🏽🫲🏼 E14.0 handshake: medium skin tone, medium-light skin tone
+1FAF1 1F3FD 200D 1FAF2 1F3FE ; fully-qualified # 🫱🏽🫲🏾 E14.0 handshake: medium skin tone, medium-dark skin tone
+1FAF1 1F3FD 200D 1FAF2 1F3FF ; fully-qualified # 🫱🏽🫲🏿 E14.0 handshake: medium skin tone, dark skin tone
+1FAF1 1F3FE 200D 1FAF2 1F3FB ; fully-qualified # 🫱🏾🫲🏻 E14.0 handshake: medium-dark skin tone, light skin tone
+1FAF1 1F3FE 200D 1FAF2 1F3FC ; fully-qualified # 🫱🏾🫲🏼 E14.0 handshake: medium-dark skin tone, medium-light skin tone
+1FAF1 1F3FE 200D 1FAF2 1F3FD ; fully-qualified # 🫱🏾🫲🏽 E14.0 handshake: medium-dark skin tone, medium skin tone
+1FAF1 1F3FE 200D 1FAF2 1F3FF ; fully-qualified # 🫱🏾🫲🏿 E14.0 handshake: medium-dark skin tone, dark skin tone
+1FAF1 1F3FF 200D 1FAF2 1F3FB ; fully-qualified # 🫱🏿🫲🏻 E14.0 handshake: dark skin tone, light skin tone
+1FAF1 1F3FF 200D 1FAF2 1F3FC ; fully-qualified # 🫱🏿🫲🏼 E14.0 handshake: dark skin tone, medium-light skin tone
+1FAF1 1F3FF 200D 1FAF2 1F3FD ; fully-qualified # 🫱🏿🫲🏽 E14.0 handshake: dark skin tone, medium skin tone
+1FAF1 1F3FF 200D 1FAF2 1F3FE ; fully-qualified # 🫱🏿🫲🏾 E14.0 handshake: dark skin tone, medium-dark skin tone
+1F64F ; fully-qualified # 🙏 E0.6 folded hands
+1F64F 1F3FB ; fully-qualified # 🙏🏻 E1.0 folded hands: light skin tone
+1F64F 1F3FC ; fully-qualified # 🙏🏼 E1.0 folded hands: medium-light skin tone
+1F64F 1F3FD ; fully-qualified # 🙏🏽 E1.0 folded hands: medium skin tone
+1F64F 1F3FE ; fully-qualified # 🙏🏾 E1.0 folded hands: medium-dark skin tone
+1F64F 1F3FF ; fully-qualified # 🙏🏿 E1.0 folded hands: dark skin tone
+
+# subgroup: hand-prop
+270D FE0F ; fully-qualified # ✍️ E0.7 writing hand
+270D ; unqualified # ✍ E0.7 writing hand
+270D 1F3FB ; fully-qualified # ✍🏻 E1.0 writing hand: light skin tone
+270D 1F3FC ; fully-qualified # ✍🏼 E1.0 writing hand: medium-light skin tone
+270D 1F3FD ; fully-qualified # ✍🏽 E1.0 writing hand: medium skin tone
+270D 1F3FE ; fully-qualified # ✍🏾 E1.0 writing hand: medium-dark skin tone
+270D 1F3FF ; fully-qualified # ✍🏿 E1.0 writing hand: dark skin tone
+1F485 ; fully-qualified # 💅 E0.6 nail polish
+1F485 1F3FB ; fully-qualified # 💅🏻 E1.0 nail polish: light skin tone
+1F485 1F3FC ; fully-qualified # 💅🏼 E1.0 nail polish: medium-light skin tone
+1F485 1F3FD ; fully-qualified # 💅🏽 E1.0 nail polish: medium skin tone
+1F485 1F3FE ; fully-qualified # 💅🏾 E1.0 nail polish: medium-dark skin tone
+1F485 1F3FF ; fully-qualified # 💅🏿 E1.0 nail polish: dark skin tone
+1F933 ; fully-qualified # 🤳 E3.0 selfie
+1F933 1F3FB ; fully-qualified # 🤳🏻 E3.0 selfie: light skin tone
+1F933 1F3FC ; fully-qualified # 🤳🏼 E3.0 selfie: medium-light skin tone
+1F933 1F3FD ; fully-qualified # 🤳🏽 E3.0 selfie: medium skin tone
+1F933 1F3FE ; fully-qualified # 🤳🏾 E3.0 selfie: medium-dark skin tone
+1F933 1F3FF ; fully-qualified # 🤳🏿 E3.0 selfie: dark skin tone
+
+# subgroup: body-parts
+1F4AA ; fully-qualified # 💪 E0.6 flexed biceps
+1F4AA 1F3FB ; fully-qualified # 💪🏻 E1.0 flexed biceps: light skin tone
+1F4AA 1F3FC ; fully-qualified # 💪🏼 E1.0 flexed biceps: medium-light skin tone
+1F4AA 1F3FD ; fully-qualified # 💪🏽 E1.0 flexed biceps: medium skin tone
+1F4AA 1F3FE ; fully-qualified # 💪🏾 E1.0 flexed biceps: medium-dark skin tone
+1F4AA 1F3FF ; fully-qualified # 💪🏿 E1.0 flexed biceps: dark skin tone
+1F9BE ; fully-qualified # 🦾 E12.0 mechanical arm
+1F9BF ; fully-qualified # 🦿 E12.0 mechanical leg
+1F9B5 ; fully-qualified # 🦵 E11.0 leg
+1F9B5 1F3FB ; fully-qualified # 🦵🏻 E11.0 leg: light skin tone
+1F9B5 1F3FC ; fully-qualified # 🦵🏼 E11.0 leg: medium-light skin tone
+1F9B5 1F3FD ; fully-qualified # 🦵🏽 E11.0 leg: medium skin tone
+1F9B5 1F3FE ; fully-qualified # 🦵🏾 E11.0 leg: medium-dark skin tone
+1F9B5 1F3FF ; fully-qualified # 🦵🏿 E11.0 leg: dark skin tone
+1F9B6 ; fully-qualified # 🦶 E11.0 foot
+1F9B6 1F3FB ; fully-qualified # 🦶🏻 E11.0 foot: light skin tone
+1F9B6 1F3FC ; fully-qualified # 🦶🏼 E11.0 foot: medium-light skin tone
+1F9B6 1F3FD ; fully-qualified # 🦶🏽 E11.0 foot: medium skin tone
+1F9B6 1F3FE ; fully-qualified # 🦶🏾 E11.0 foot: medium-dark skin tone
+1F9B6 1F3FF ; fully-qualified # 🦶🏿 E11.0 foot: dark skin tone
+1F442 ; fully-qualified # 👂 E0.6 ear
+1F442 1F3FB ; fully-qualified # 👂🏻 E1.0 ear: light skin tone
+1F442 1F3FC ; fully-qualified # 👂🏼 E1.0 ear: medium-light skin tone
+1F442 1F3FD ; fully-qualified # 👂🏽 E1.0 ear: medium skin tone
+1F442 1F3FE ; fully-qualified # 👂🏾 E1.0 ear: medium-dark skin tone
+1F442 1F3FF ; fully-qualified # 👂🏿 E1.0 ear: dark skin tone
+1F9BB ; fully-qualified # 🦻 E12.0 ear with hearing aid
+1F9BB 1F3FB ; fully-qualified # 🦻🏻 E12.0 ear with hearing aid: light skin tone
+1F9BB 1F3FC ; fully-qualified # 🦻🏼 E12.0 ear with hearing aid: medium-light skin tone
+1F9BB 1F3FD ; fully-qualified # 🦻🏽 E12.0 ear with hearing aid: medium skin tone
+1F9BB 1F3FE ; fully-qualified # 🦻🏾 E12.0 ear with hearing aid: medium-dark skin tone
+1F9BB 1F3FF ; fully-qualified # 🦻🏿 E12.0 ear with hearing aid: dark skin tone
+1F443 ; fully-qualified # 👃 E0.6 nose
+1F443 1F3FB ; fully-qualified # 👃🏻 E1.0 nose: light skin tone
+1F443 1F3FC ; fully-qualified # 👃🏼 E1.0 nose: medium-light skin tone
+1F443 1F3FD ; fully-qualified # 👃🏽 E1.0 nose: medium skin tone
+1F443 1F3FE ; fully-qualified # 👃🏾 E1.0 nose: medium-dark skin tone
+1F443 1F3FF ; fully-qualified # 👃🏿 E1.0 nose: dark skin tone
+1F9E0 ; fully-qualified # 🧠 E5.0 brain
+1FAC0 ; fully-qualified # 🫀 E13.0 anatomical heart
+1FAC1 ; fully-qualified # 🫁 E13.0 lungs
+1F9B7 ; fully-qualified # 🦷 E11.0 tooth
+1F9B4 ; fully-qualified # 🦴 E11.0 bone
+1F440 ; fully-qualified # 👀 E0.6 eyes
+1F441 FE0F ; fully-qualified # 👁️ E0.7 eye
+1F441 ; unqualified # 👁 E0.7 eye
+1F445 ; fully-qualified # 👅 E0.6 tongue
+1F444 ; fully-qualified # 👄 E0.6 mouth
+1FAE6 ; fully-qualified # 🫦 E14.0 biting lip
+
+# subgroup: person
+1F476 ; fully-qualified # 👶 E0.6 baby
+1F476 1F3FB ; fully-qualified # 👶🏻 E1.0 baby: light skin tone
+1F476 1F3FC ; fully-qualified # 👶🏼 E1.0 baby: medium-light skin tone
+1F476 1F3FD ; fully-qualified # 👶🏽 E1.0 baby: medium skin tone
+1F476 1F3FE ; fully-qualified # 👶🏾 E1.0 baby: medium-dark skin tone
+1F476 1F3FF ; fully-qualified # 👶🏿 E1.0 baby: dark skin tone
+1F9D2 ; fully-qualified # 🧒 E5.0 child
+1F9D2 1F3FB ; fully-qualified # 🧒🏻 E5.0 child: light skin tone
+1F9D2 1F3FC ; fully-qualified # 🧒🏼 E5.0 child: medium-light skin tone
+1F9D2 1F3FD ; fully-qualified # 🧒🏽 E5.0 child: medium skin tone
+1F9D2 1F3FE ; fully-qualified # 🧒🏾 E5.0 child: medium-dark skin tone
+1F9D2 1F3FF ; fully-qualified # 🧒🏿 E5.0 child: dark skin tone
+1F466 ; fully-qualified # 👦 E0.6 boy
+1F466 1F3FB ; fully-qualified # 👦🏻 E1.0 boy: light skin tone
+1F466 1F3FC ; fully-qualified # 👦🏼 E1.0 boy: medium-light skin tone
+1F466 1F3FD ; fully-qualified # 👦🏽 E1.0 boy: medium skin tone
+1F466 1F3FE ; fully-qualified # 👦🏾 E1.0 boy: medium-dark skin tone
+1F466 1F3FF ; fully-qualified # 👦🏿 E1.0 boy: dark skin tone
+1F467 ; fully-qualified # 👧 E0.6 girl
+1F467 1F3FB ; fully-qualified # 👧🏻 E1.0 girl: light skin tone
+1F467 1F3FC ; fully-qualified # 👧🏼 E1.0 girl: medium-light skin tone
+1F467 1F3FD ; fully-qualified # 👧🏽 E1.0 girl: medium skin tone
+1F467 1F3FE ; fully-qualified # 👧🏾 E1.0 girl: medium-dark skin tone
+1F467 1F3FF ; fully-qualified # 👧🏿 E1.0 girl: dark skin tone
+1F9D1 ; fully-qualified # 🧑 E5.0 person
+1F9D1 1F3FB ; fully-qualified # 🧑🏻 E5.0 person: light skin tone
+1F9D1 1F3FC ; fully-qualified # 🧑🏼 E5.0 person: medium-light skin tone
+1F9D1 1F3FD ; fully-qualified # 🧑🏽 E5.0 person: medium skin tone
+1F9D1 1F3FE ; fully-qualified # 🧑🏾 E5.0 person: medium-dark skin tone
+1F9D1 1F3FF ; fully-qualified # 🧑🏿 E5.0 person: dark skin tone
+1F471 ; fully-qualified # 👱 E0.6 person: blond hair
+1F471 1F3FB ; fully-qualified # 👱🏻 E1.0 person: light skin tone, blond hair
+1F471 1F3FC ; fully-qualified # 👱🏼 E1.0 person: medium-light skin tone, blond hair
+1F471 1F3FD ; fully-qualified # 👱🏽 E1.0 person: medium skin tone, blond hair
+1F471 1F3FE ; fully-qualified # 👱🏾 E1.0 person: medium-dark skin tone, blond hair
+1F471 1F3FF ; fully-qualified # 👱🏿 E1.0 person: dark skin tone, blond hair
+1F468 ; fully-qualified # 👨 E0.6 man
+1F468 1F3FB ; fully-qualified # 👨🏻 E1.0 man: light skin tone
+1F468 1F3FC ; fully-qualified # 👨🏼 E1.0 man: medium-light skin tone
+1F468 1F3FD ; fully-qualified # 👨🏽 E1.0 man: medium skin tone
+1F468 1F3FE ; fully-qualified # 👨🏾 E1.0 man: medium-dark skin tone
+1F468 1F3FF ; fully-qualified # 👨🏿 E1.0 man: dark skin tone
+1F9D4 ; fully-qualified # 🧔 E5.0 person: beard
+1F9D4 1F3FB ; fully-qualified # 🧔🏻 E5.0 person: light skin tone, beard
+1F9D4 1F3FC ; fully-qualified # 🧔🏼 E5.0 person: medium-light skin tone, beard
+1F9D4 1F3FD ; fully-qualified # 🧔🏽 E5.0 person: medium skin tone, beard
+1F9D4 1F3FE ; fully-qualified # 🧔🏾 E5.0 person: medium-dark skin tone, beard
+1F9D4 1F3FF ; fully-qualified # 🧔🏿 E5.0 person: dark skin tone, beard
+1F9D4 200D 2642 FE0F ; fully-qualified # 🧔♂️ E13.1 man: beard
+1F9D4 200D 2642 ; minimally-qualified # 🧔♂ E13.1 man: beard
+1F9D4 1F3FB 200D 2642 FE0F ; fully-qualified # 🧔🏻♂️ E13.1 man: light skin tone, beard
+1F9D4 1F3FB 200D 2642 ; minimally-qualified # 🧔🏻♂ E13.1 man: light skin tone, beard
+1F9D4 1F3FC 200D 2642 FE0F ; fully-qualified # 🧔🏼♂️ E13.1 man: medium-light skin tone, beard
+1F9D4 1F3FC 200D 2642 ; minimally-qualified # 🧔🏼♂ E13.1 man: medium-light skin tone, beard
+1F9D4 1F3FD 200D 2642 FE0F ; fully-qualified # 🧔🏽♂️ E13.1 man: medium skin tone, beard
+1F9D4 1F3FD 200D 2642 ; minimally-qualified # 🧔🏽♂ E13.1 man: medium skin tone, beard
+1F9D4 1F3FE 200D 2642 FE0F ; fully-qualified # 🧔🏾♂️ E13.1 man: medium-dark skin tone, beard
+1F9D4 1F3FE 200D 2642 ; minimally-qualified # 🧔🏾♂ E13.1 man: medium-dark skin tone, beard
+1F9D4 1F3FF 200D 2642 FE0F ; fully-qualified # 🧔🏿♂️ E13.1 man: dark skin tone, beard
+1F9D4 1F3FF 200D 2642 ; minimally-qualified # 🧔🏿♂ E13.1 man: dark skin tone, beard
+1F9D4 200D 2640 FE0F ; fully-qualified # 🧔♀️ E13.1 woman: beard
+1F9D4 200D 2640 ; minimally-qualified # 🧔♀ E13.1 woman: beard
+1F9D4 1F3FB 200D 2640 FE0F ; fully-qualified # 🧔🏻♀️ E13.1 woman: light skin tone, beard
+1F9D4 1F3FB 200D 2640 ; minimally-qualified # 🧔🏻♀ E13.1 woman: light skin tone, beard
+1F9D4 1F3FC 200D 2640 FE0F ; fully-qualified # 🧔🏼♀️ E13.1 woman: medium-light skin tone, beard
+1F9D4 1F3FC 200D 2640 ; minimally-qualified # 🧔🏼♀ E13.1 woman: medium-light skin tone, beard
+1F9D4 1F3FD 200D 2640 FE0F ; fully-qualified # 🧔🏽♀️ E13.1 woman: medium skin tone, beard
+1F9D4 1F3FD 200D 2640 ; minimally-qualified # 🧔🏽♀ E13.1 woman: medium skin tone, beard
+1F9D4 1F3FE 200D 2640 FE0F ; fully-qualified # 🧔🏾♀️ E13.1 woman: medium-dark skin tone, beard
+1F9D4 1F3FE 200D 2640 ; minimally-qualified # 🧔🏾♀ E13.1 woman: medium-dark skin tone, beard
+1F9D4 1F3FF 200D 2640 FE0F ; fully-qualified # 🧔🏿♀️ E13.1 woman: dark skin tone, beard
+1F9D4 1F3FF 200D 2640 ; minimally-qualified # 🧔🏿♀ E13.1 woman: dark skin tone, beard
+1F468 200D 1F9B0 ; fully-qualified # 👨🦰 E11.0 man: red hair
+1F468 1F3FB 200D 1F9B0 ; fully-qualified # 👨🏻🦰 E11.0 man: light skin tone, red hair
+1F468 1F3FC 200D 1F9B0 ; fully-qualified # 👨🏼🦰 E11.0 man: medium-light skin tone, red hair
+1F468 1F3FD 200D 1F9B0 ; fully-qualified # 👨🏽🦰 E11.0 man: medium skin tone, red hair
+1F468 1F3FE 200D 1F9B0 ; fully-qualified # 👨🏾🦰 E11.0 man: medium-dark skin tone, red hair
+1F468 1F3FF 200D 1F9B0 ; fully-qualified # 👨🏿🦰 E11.0 man: dark skin tone, red hair
+1F468 200D 1F9B1 ; fully-qualified # 👨🦱 E11.0 man: curly hair
+1F468 1F3FB 200D 1F9B1 ; fully-qualified # 👨🏻🦱 E11.0 man: light skin tone, curly hair
+1F468 1F3FC 200D 1F9B1 ; fully-qualified # 👨🏼🦱 E11.0 man: medium-light skin tone, curly hair
+1F468 1F3FD 200D 1F9B1 ; fully-qualified # 👨🏽🦱 E11.0 man: medium skin tone, curly hair
+1F468 1F3FE 200D 1F9B1 ; fully-qualified # 👨🏾🦱 E11.0 man: medium-dark skin tone, curly hair
+1F468 1F3FF 200D 1F9B1 ; fully-qualified # 👨🏿🦱 E11.0 man: dark skin tone, curly hair
+1F468 200D 1F9B3 ; fully-qualified # 👨🦳 E11.0 man: white hair
+1F468 1F3FB 200D 1F9B3 ; fully-qualified # 👨🏻🦳 E11.0 man: light skin tone, white hair
+1F468 1F3FC 200D 1F9B3 ; fully-qualified # 👨🏼🦳 E11.0 man: medium-light skin tone, white hair
+1F468 1F3FD 200D 1F9B3 ; fully-qualified # 👨🏽🦳 E11.0 man: medium skin tone, white hair
+1F468 1F3FE 200D 1F9B3 ; fully-qualified # 👨🏾🦳 E11.0 man: medium-dark skin tone, white hair
+1F468 1F3FF 200D 1F9B3 ; fully-qualified # 👨🏿🦳 E11.0 man: dark skin tone, white hair
+1F468 200D 1F9B2 ; fully-qualified # 👨🦲 E11.0 man: bald
+1F468 1F3FB 200D 1F9B2 ; fully-qualified # 👨🏻🦲 E11.0 man: light skin tone, bald
+1F468 1F3FC 200D 1F9B2 ; fully-qualified # 👨🏼🦲 E11.0 man: medium-light skin tone, bald
+1F468 1F3FD 200D 1F9B2 ; fully-qualified # 👨🏽🦲 E11.0 man: medium skin tone, bald
+1F468 1F3FE 200D 1F9B2 ; fully-qualified # 👨🏾🦲 E11.0 man: medium-dark skin tone, bald
+1F468 1F3FF 200D 1F9B2 ; fully-qualified # 👨🏿🦲 E11.0 man: dark skin tone, bald
+1F469 ; fully-qualified # 👩 E0.6 woman
+1F469 1F3FB ; fully-qualified # 👩🏻 E1.0 woman: light skin tone
+1F469 1F3FC ; fully-qualified # 👩🏼 E1.0 woman: medium-light skin tone
+1F469 1F3FD ; fully-qualified # 👩🏽 E1.0 woman: medium skin tone
+1F469 1F3FE ; fully-qualified # 👩🏾 E1.0 woman: medium-dark skin tone
+1F469 1F3FF ; fully-qualified # 👩🏿 E1.0 woman: dark skin tone
+1F469 200D 1F9B0 ; fully-qualified # 👩🦰 E11.0 woman: red hair
+1F469 1F3FB 200D 1F9B0 ; fully-qualified # 👩🏻🦰 E11.0 woman: light skin tone, red hair
+1F469 1F3FC 200D 1F9B0 ; fully-qualified # 👩🏼🦰 E11.0 woman: medium-light skin tone, red hair
+1F469 1F3FD 200D 1F9B0 ; fully-qualified # 👩🏽🦰 E11.0 woman: medium skin tone, red hair
+1F469 1F3FE 200D 1F9B0 ; fully-qualified # 👩🏾🦰 E11.0 woman: medium-dark skin tone, red hair
+1F469 1F3FF 200D 1F9B0 ; fully-qualified # 👩🏿🦰 E11.0 woman: dark skin tone, red hair
+1F9D1 200D 1F9B0 ; fully-qualified # 🧑🦰 E12.1 person: red hair
+1F9D1 1F3FB 200D 1F9B0 ; fully-qualified # 🧑🏻🦰 E12.1 person: light skin tone, red hair
+1F9D1 1F3FC 200D 1F9B0 ; fully-qualified # 🧑🏼🦰 E12.1 person: medium-light skin tone, red hair
+1F9D1 1F3FD 200D 1F9B0 ; fully-qualified # 🧑🏽🦰 E12.1 person: medium skin tone, red hair
+1F9D1 1F3FE 200D 1F9B0 ; fully-qualified # 🧑🏾🦰 E12.1 person: medium-dark skin tone, red hair
+1F9D1 1F3FF 200D 1F9B0 ; fully-qualified # 🧑🏿🦰 E12.1 person: dark skin tone, red hair
+1F469 200D 1F9B1 ; fully-qualified # 👩🦱 E11.0 woman: curly hair
+1F469 1F3FB 200D 1F9B1 ; fully-qualified # 👩🏻🦱 E11.0 woman: light skin tone, curly hair
+1F469 1F3FC 200D 1F9B1 ; fully-qualified # 👩🏼🦱 E11.0 woman: medium-light skin tone, curly hair
+1F469 1F3FD 200D 1F9B1 ; fully-qualified # 👩🏽🦱 E11.0 woman: medium skin tone, curly hair
+1F469 1F3FE 200D 1F9B1 ; fully-qualified # 👩🏾🦱 E11.0 woman: medium-dark skin tone, curly hair
+1F469 1F3FF 200D 1F9B1 ; fully-qualified # 👩🏿🦱 E11.0 woman: dark skin tone, curly hair
+1F9D1 200D 1F9B1 ; fully-qualified # 🧑🦱 E12.1 person: curly hair
+1F9D1 1F3FB 200D 1F9B1 ; fully-qualified # 🧑🏻🦱 E12.1 person: light skin tone, curly hair
+1F9D1 1F3FC 200D 1F9B1 ; fully-qualified # 🧑🏼🦱 E12.1 person: medium-light skin tone, curly hair
+1F9D1 1F3FD 200D 1F9B1 ; fully-qualified # 🧑🏽🦱 E12.1 person: medium skin tone, curly hair
+1F9D1 1F3FE 200D 1F9B1 ; fully-qualified # 🧑🏾🦱 E12.1 person: medium-dark skin tone, curly hair
+1F9D1 1F3FF 200D 1F9B1 ; fully-qualified # 🧑🏿🦱 E12.1 person: dark skin tone, curly hair
+1F469 200D 1F9B3 ; fully-qualified # 👩🦳 E11.0 woman: white hair
+1F469 1F3FB 200D 1F9B3 ; fully-qualified # 👩🏻🦳 E11.0 woman: light skin tone, white hair
+1F469 1F3FC 200D 1F9B3 ; fully-qualified # 👩🏼🦳 E11.0 woman: medium-light skin tone, white hair
+1F469 1F3FD 200D 1F9B3 ; fully-qualified # 👩🏽🦳 E11.0 woman: medium skin tone, white hair
+1F469 1F3FE 200D 1F9B3 ; fully-qualified # 👩🏾🦳 E11.0 woman: medium-dark skin tone, white hair
+1F469 1F3FF 200D 1F9B3 ; fully-qualified # 👩🏿🦳 E11.0 woman: dark skin tone, white hair
+1F9D1 200D 1F9B3 ; fully-qualified # 🧑🦳 E12.1 person: white hair
+1F9D1 1F3FB 200D 1F9B3 ; fully-qualified # 🧑🏻🦳 E12.1 person: light skin tone, white hair
+1F9D1 1F3FC 200D 1F9B3 ; fully-qualified # 🧑🏼🦳 E12.1 person: medium-light skin tone, white hair
+1F9D1 1F3FD 200D 1F9B3 ; fully-qualified # 🧑🏽🦳 E12.1 person: medium skin tone, white hair
+1F9D1 1F3FE 200D 1F9B3 ; fully-qualified # 🧑🏾🦳 E12.1 person: medium-dark skin tone, white hair
+1F9D1 1F3FF 200D 1F9B3 ; fully-qualified # 🧑🏿🦳 E12.1 person: dark skin tone, white hair
+1F469 200D 1F9B2 ; fully-qualified # 👩🦲 E11.0 woman: bald
+1F469 1F3FB 200D 1F9B2 ; fully-qualified # 👩🏻🦲 E11.0 woman: light skin tone, bald
+1F469 1F3FC 200D 1F9B2 ; fully-qualified # 👩🏼🦲 E11.0 woman: medium-light skin tone, bald
+1F469 1F3FD 200D 1F9B2 ; fully-qualified # 👩🏽🦲 E11.0 woman: medium skin tone, bald
+1F469 1F3FE 200D 1F9B2 ; fully-qualified # 👩🏾🦲 E11.0 woman: medium-dark skin tone, bald
+1F469 1F3FF 200D 1F9B2 ; fully-qualified # 👩🏿🦲 E11.0 woman: dark skin tone, bald
+1F9D1 200D 1F9B2 ; fully-qualified # 🧑🦲 E12.1 person: bald
+1F9D1 1F3FB 200D 1F9B2 ; fully-qualified # 🧑🏻🦲 E12.1 person: light skin tone, bald
+1F9D1 1F3FC 200D 1F9B2 ; fully-qualified # 🧑🏼🦲 E12.1 person: medium-light skin tone, bald
+1F9D1 1F3FD 200D 1F9B2 ; fully-qualified # 🧑🏽🦲 E12.1 person: medium skin tone, bald
+1F9D1 1F3FE 200D 1F9B2 ; fully-qualified # 🧑🏾🦲 E12.1 person: medium-dark skin tone, bald
+1F9D1 1F3FF 200D 1F9B2 ; fully-qualified # 🧑🏿🦲 E12.1 person: dark skin tone, bald
+1F471 200D 2640 FE0F ; fully-qualified # 👱♀️ E4.0 woman: blond hair
+1F471 200D 2640 ; minimally-qualified # 👱♀ E4.0 woman: blond hair
+1F471 1F3FB 200D 2640 FE0F ; fully-qualified # 👱🏻♀️ E4.0 woman: light skin tone, blond hair
+1F471 1F3FB 200D 2640 ; minimally-qualified # 👱🏻♀ E4.0 woman: light skin tone, blond hair
+1F471 1F3FC 200D 2640 FE0F ; fully-qualified # 👱🏼♀️ E4.0 woman: medium-light skin tone, blond hair
+1F471 1F3FC 200D 2640 ; minimally-qualified # 👱🏼♀ E4.0 woman: medium-light skin tone, blond hair
+1F471 1F3FD 200D 2640 FE0F ; fully-qualified # 👱🏽♀️ E4.0 woman: medium skin tone, blond hair
+1F471 1F3FD 200D 2640 ; minimally-qualified # 👱🏽♀ E4.0 woman: medium skin tone, blond hair
+1F471 1F3FE 200D 2640 FE0F ; fully-qualified # 👱🏾♀️ E4.0 woman: medium-dark skin tone, blond hair
+1F471 1F3FE 200D 2640 ; minimally-qualified # 👱🏾♀ E4.0 woman: medium-dark skin tone, blond hair
+1F471 1F3FF 200D 2640 FE0F ; fully-qualified # 👱🏿♀️ E4.0 woman: dark skin tone, blond hair
+1F471 1F3FF 200D 2640 ; minimally-qualified # 👱🏿♀ E4.0 woman: dark skin tone, blond hair
+1F471 200D 2642 FE0F ; fully-qualified # 👱♂️ E4.0 man: blond hair
+1F471 200D 2642 ; minimally-qualified # 👱♂ E4.0 man: blond hair
+1F471 1F3FB 200D 2642 FE0F ; fully-qualified # 👱🏻♂️ E4.0 man: light skin tone, blond hair
+1F471 1F3FB 200D 2642 ; minimally-qualified # 👱🏻♂ E4.0 man: light skin tone, blond hair
+1F471 1F3FC 200D 2642 FE0F ; fully-qualified # 👱🏼♂️ E4.0 man: medium-light skin tone, blond hair
+1F471 1F3FC 200D 2642 ; minimally-qualified # 👱🏼♂ E4.0 man: medium-light skin tone, blond hair
+1F471 1F3FD 200D 2642 FE0F ; fully-qualified # 👱🏽♂️ E4.0 man: medium skin tone, blond hair
+1F471 1F3FD 200D 2642 ; minimally-qualified # 👱🏽♂ E4.0 man: medium skin tone, blond hair
+1F471 1F3FE 200D 2642 FE0F ; fully-qualified # 👱🏾♂️ E4.0 man: medium-dark skin tone, blond hair
+1F471 1F3FE 200D 2642 ; minimally-qualified # 👱🏾♂ E4.0 man: medium-dark skin tone, blond hair
+1F471 1F3FF 200D 2642 FE0F ; fully-qualified # 👱🏿♂️ E4.0 man: dark skin tone, blond hair
+1F471 1F3FF 200D 2642 ; minimally-qualified # 👱🏿♂ E4.0 man: dark skin tone, blond hair
+1F9D3 ; fully-qualified # 🧓 E5.0 older person
+1F9D3 1F3FB ; fully-qualified # 🧓🏻 E5.0 older person: light skin tone
+1F9D3 1F3FC ; fully-qualified # 🧓🏼 E5.0 older person: medium-light skin tone
+1F9D3 1F3FD ; fully-qualified # 🧓🏽 E5.0 older person: medium skin tone
+1F9D3 1F3FE ; fully-qualified # 🧓🏾 E5.0 older person: medium-dark skin tone
+1F9D3 1F3FF ; fully-qualified # 🧓🏿 E5.0 older person: dark skin tone
+1F474 ; fully-qualified # 👴 E0.6 old man
+1F474 1F3FB ; fully-qualified # 👴🏻 E1.0 old man: light skin tone
+1F474 1F3FC ; fully-qualified # 👴🏼 E1.0 old man: medium-light skin tone
+1F474 1F3FD ; fully-qualified # 👴🏽 E1.0 old man: medium skin tone
+1F474 1F3FE ; fully-qualified # 👴🏾 E1.0 old man: medium-dark skin tone
+1F474 1F3FF ; fully-qualified # 👴🏿 E1.0 old man: dark skin tone
+1F475 ; fully-qualified # 👵 E0.6 old woman
+1F475 1F3FB ; fully-qualified # 👵🏻 E1.0 old woman: light skin tone
+1F475 1F3FC ; fully-qualified # 👵🏼 E1.0 old woman: medium-light skin tone
+1F475 1F3FD ; fully-qualified # 👵🏽 E1.0 old woman: medium skin tone
+1F475 1F3FE ; fully-qualified # 👵🏾 E1.0 old woman: medium-dark skin tone
+1F475 1F3FF ; fully-qualified # 👵🏿 E1.0 old woman: dark skin tone
+
+# subgroup: person-gesture
+1F64D ; fully-qualified # 🙍 E0.6 person frowning
+1F64D 1F3FB ; fully-qualified # 🙍🏻 E1.0 person frowning: light skin tone
+1F64D 1F3FC ; fully-qualified # 🙍🏼 E1.0 person frowning: medium-light skin tone
+1F64D 1F3FD ; fully-qualified # 🙍🏽 E1.0 person frowning: medium skin tone
+1F64D 1F3FE ; fully-qualified # 🙍🏾 E1.0 person frowning: medium-dark skin tone
+1F64D 1F3FF ; fully-qualified # 🙍🏿 E1.0 person frowning: dark skin tone
+1F64D 200D 2642 FE0F ; fully-qualified # 🙍♂️ E4.0 man frowning
+1F64D 200D 2642 ; minimally-qualified # 🙍♂ E4.0 man frowning
+1F64D 1F3FB 200D 2642 FE0F ; fully-qualified # 🙍🏻♂️ E4.0 man frowning: light skin tone
+1F64D 1F3FB 200D 2642 ; minimally-qualified # 🙍🏻♂ E4.0 man frowning: light skin tone
+1F64D 1F3FC 200D 2642 FE0F ; fully-qualified # 🙍🏼♂️ E4.0 man frowning: medium-light skin tone
+1F64D 1F3FC 200D 2642 ; minimally-qualified # 🙍🏼♂ E4.0 man frowning: medium-light skin tone
+1F64D 1F3FD 200D 2642 FE0F ; fully-qualified # 🙍🏽♂️ E4.0 man frowning: medium skin tone
+1F64D 1F3FD 200D 2642 ; minimally-qualified # 🙍🏽♂ E4.0 man frowning: medium skin tone
+1F64D 1F3FE 200D 2642 FE0F ; fully-qualified # 🙍🏾♂️ E4.0 man frowning: medium-dark skin tone
+1F64D 1F3FE 200D 2642 ; minimally-qualified # 🙍🏾♂ E4.0 man frowning: medium-dark skin tone
+1F64D 1F3FF 200D 2642 FE0F ; fully-qualified # 🙍🏿♂️ E4.0 man frowning: dark skin tone
+1F64D 1F3FF 200D 2642 ; minimally-qualified # 🙍🏿♂ E4.0 man frowning: dark skin tone
+1F64D 200D 2640 FE0F ; fully-qualified # 🙍♀️ E4.0 woman frowning
+1F64D 200D 2640 ; minimally-qualified # 🙍♀ E4.0 woman frowning
+1F64D 1F3FB 200D 2640 FE0F ; fully-qualified # 🙍🏻♀️ E4.0 woman frowning: light skin tone
+1F64D 1F3FB 200D 2640 ; minimally-qualified # 🙍🏻♀ E4.0 woman frowning: light skin tone
+1F64D 1F3FC 200D 2640 FE0F ; fully-qualified # 🙍🏼♀️ E4.0 woman frowning: medium-light skin tone
+1F64D 1F3FC 200D 2640 ; minimally-qualified # 🙍🏼♀ E4.0 woman frowning: medium-light skin tone
+1F64D 1F3FD 200D 2640 FE0F ; fully-qualified # 🙍🏽♀️ E4.0 woman frowning: medium skin tone
+1F64D 1F3FD 200D 2640 ; minimally-qualified # 🙍🏽♀ E4.0 woman frowning: medium skin tone
+1F64D 1F3FE 200D 2640 FE0F ; fully-qualified # 🙍🏾♀️ E4.0 woman frowning: medium-dark skin tone
+1F64D 1F3FE 200D 2640 ; minimally-qualified # 🙍🏾♀ E4.0 woman frowning: medium-dark skin tone
+1F64D 1F3FF 200D 2640 FE0F ; fully-qualified # 🙍🏿♀️ E4.0 woman frowning: dark skin tone
+1F64D 1F3FF 200D 2640 ; minimally-qualified # 🙍🏿♀ E4.0 woman frowning: dark skin tone
+1F64E ; fully-qualified # 🙎 E0.6 person pouting
+1F64E 1F3FB ; fully-qualified # 🙎🏻 E1.0 person pouting: light skin tone
+1F64E 1F3FC ; fully-qualified # 🙎🏼 E1.0 person pouting: medium-light skin tone
+1F64E 1F3FD ; fully-qualified # 🙎🏽 E1.0 person pouting: medium skin tone
+1F64E 1F3FE ; fully-qualified # 🙎🏾 E1.0 person pouting: medium-dark skin tone
+1F64E 1F3FF ; fully-qualified # 🙎🏿 E1.0 person pouting: dark skin tone
+1F64E 200D 2642 FE0F ; fully-qualified # 🙎♂️ E4.0 man pouting
+1F64E 200D 2642 ; minimally-qualified # 🙎♂ E4.0 man pouting
+1F64E 1F3FB 200D 2642 FE0F ; fully-qualified # 🙎🏻♂️ E4.0 man pouting: light skin tone
+1F64E 1F3FB 200D 2642 ; minimally-qualified # 🙎🏻♂ E4.0 man pouting: light skin tone
+1F64E 1F3FC 200D 2642 FE0F ; fully-qualified # 🙎🏼♂️ E4.0 man pouting: medium-light skin tone
+1F64E 1F3FC 200D 2642 ; minimally-qualified # 🙎🏼♂ E4.0 man pouting: medium-light skin tone
+1F64E 1F3FD 200D 2642 FE0F ; fully-qualified # 🙎🏽♂️ E4.0 man pouting: medium skin tone
+1F64E 1F3FD 200D 2642 ; minimally-qualified # 🙎🏽♂ E4.0 man pouting: medium skin tone
+1F64E 1F3FE 200D 2642 FE0F ; fully-qualified # 🙎🏾♂️ E4.0 man pouting: medium-dark skin tone
+1F64E 1F3FE 200D 2642 ; minimally-qualified # 🙎🏾♂ E4.0 man pouting: medium-dark skin tone
+1F64E 1F3FF 200D 2642 FE0F ; fully-qualified # 🙎🏿♂️ E4.0 man pouting: dark skin tone
+1F64E 1F3FF 200D 2642 ; minimally-qualified # 🙎🏿♂ E4.0 man pouting: dark skin tone
+1F64E 200D 2640 FE0F ; fully-qualified # 🙎♀️ E4.0 woman pouting
+1F64E 200D 2640 ; minimally-qualified # 🙎♀ E4.0 woman pouting
+1F64E 1F3FB 200D 2640 FE0F ; fully-qualified # 🙎🏻♀️ E4.0 woman pouting: light skin tone
+1F64E 1F3FB 200D 2640 ; minimally-qualified # 🙎🏻♀ E4.0 woman pouting: light skin tone
+1F64E 1F3FC 200D 2640 FE0F ; fully-qualified # 🙎🏼♀️ E4.0 woman pouting: medium-light skin tone
+1F64E 1F3FC 200D 2640 ; minimally-qualified # 🙎🏼♀ E4.0 woman pouting: medium-light skin tone
+1F64E 1F3FD 200D 2640 FE0F ; fully-qualified # 🙎🏽♀️ E4.0 woman pouting: medium skin tone
+1F64E 1F3FD 200D 2640 ; minimally-qualified # 🙎🏽♀ E4.0 woman pouting: medium skin tone
+1F64E 1F3FE 200D 2640 FE0F ; fully-qualified # 🙎🏾♀️ E4.0 woman pouting: medium-dark skin tone
+1F64E 1F3FE 200D 2640 ; minimally-qualified # 🙎🏾♀ E4.0 woman pouting: medium-dark skin tone
+1F64E 1F3FF 200D 2640 FE0F ; fully-qualified # 🙎🏿♀️ E4.0 woman pouting: dark skin tone
+1F64E 1F3FF 200D 2640 ; minimally-qualified # 🙎🏿♀ E4.0 woman pouting: dark skin tone
+1F645 ; fully-qualified # 🙅 E0.6 person gesturing NO
+1F645 1F3FB ; fully-qualified # 🙅🏻 E1.0 person gesturing NO: light skin tone
+1F645 1F3FC ; fully-qualified # 🙅🏼 E1.0 person gesturing NO: medium-light skin tone
+1F645 1F3FD ; fully-qualified # 🙅🏽 E1.0 person gesturing NO: medium skin tone
+1F645 1F3FE ; fully-qualified # 🙅🏾 E1.0 person gesturing NO: medium-dark skin tone
+1F645 1F3FF ; fully-qualified # 🙅🏿 E1.0 person gesturing NO: dark skin tone
+1F645 200D 2642 FE0F ; fully-qualified # 🙅♂️ E4.0 man gesturing NO
+1F645 200D 2642 ; minimally-qualified # 🙅♂ E4.0 man gesturing NO
+1F645 1F3FB 200D 2642 FE0F ; fully-qualified # 🙅🏻♂️ E4.0 man gesturing NO: light skin tone
+1F645 1F3FB 200D 2642 ; minimally-qualified # 🙅🏻♂ E4.0 man gesturing NO: light skin tone
+1F645 1F3FC 200D 2642 FE0F ; fully-qualified # 🙅🏼♂️ E4.0 man gesturing NO: medium-light skin tone
+1F645 1F3FC 200D 2642 ; minimally-qualified # 🙅🏼♂ E4.0 man gesturing NO: medium-light skin tone
+1F645 1F3FD 200D 2642 FE0F ; fully-qualified # 🙅🏽♂️ E4.0 man gesturing NO: medium skin tone
+1F645 1F3FD 200D 2642 ; minimally-qualified # 🙅🏽♂ E4.0 man gesturing NO: medium skin tone
+1F645 1F3FE 200D 2642 FE0F ; fully-qualified # 🙅🏾♂️ E4.0 man gesturing NO: medium-dark skin tone
+1F645 1F3FE 200D 2642 ; minimally-qualified # 🙅🏾♂ E4.0 man gesturing NO: medium-dark skin tone
+1F645 1F3FF 200D 2642 FE0F ; fully-qualified # 🙅🏿♂️ E4.0 man gesturing NO: dark skin tone
+1F645 1F3FF 200D 2642 ; minimally-qualified # 🙅🏿♂ E4.0 man gesturing NO: dark skin tone
+1F645 200D 2640 FE0F ; fully-qualified # 🙅♀️ E4.0 woman gesturing NO
+1F645 200D 2640 ; minimally-qualified # 🙅♀ E4.0 woman gesturing NO
+1F645 1F3FB 200D 2640 FE0F ; fully-qualified # 🙅🏻♀️ E4.0 woman gesturing NO: light skin tone
+1F645 1F3FB 200D 2640 ; minimally-qualified # 🙅🏻♀ E4.0 woman gesturing NO: light skin tone
+1F645 1F3FC 200D 2640 FE0F ; fully-qualified # 🙅🏼♀️ E4.0 woman gesturing NO: medium-light skin tone
+1F645 1F3FC 200D 2640 ; minimally-qualified # 🙅🏼♀ E4.0 woman gesturing NO: medium-light skin tone
+1F645 1F3FD 200D 2640 FE0F ; fully-qualified # 🙅🏽♀️ E4.0 woman gesturing NO: medium skin tone
+1F645 1F3FD 200D 2640 ; minimally-qualified # 🙅🏽♀ E4.0 woman gesturing NO: medium skin tone
+1F645 1F3FE 200D 2640 FE0F ; fully-qualified # 🙅🏾♀️ E4.0 woman gesturing NO: medium-dark skin tone
+1F645 1F3FE 200D 2640 ; minimally-qualified # 🙅🏾♀ E4.0 woman gesturing NO: medium-dark skin tone
+1F645 1F3FF 200D 2640 FE0F ; fully-qualified # 🙅🏿♀️ E4.0 woman gesturing NO: dark skin tone
+1F645 1F3FF 200D 2640 ; minimally-qualified # 🙅🏿♀ E4.0 woman gesturing NO: dark skin tone
+1F646 ; fully-qualified # 🙆 E0.6 person gesturing OK
+1F646 1F3FB ; fully-qualified # 🙆🏻 E1.0 person gesturing OK: light skin tone
+1F646 1F3FC ; fully-qualified # 🙆🏼 E1.0 person gesturing OK: medium-light skin tone
+1F646 1F3FD ; fully-qualified # 🙆🏽 E1.0 person gesturing OK: medium skin tone
+1F646 1F3FE ; fully-qualified # 🙆🏾 E1.0 person gesturing OK: medium-dark skin tone
+1F646 1F3FF ; fully-qualified # 🙆🏿 E1.0 person gesturing OK: dark skin tone
+1F646 200D 2642 FE0F ; fully-qualified # 🙆♂️ E4.0 man gesturing OK
+1F646 200D 2642 ; minimally-qualified # 🙆♂ E4.0 man gesturing OK
+1F646 1F3FB 200D 2642 FE0F ; fully-qualified # 🙆🏻♂️ E4.0 man gesturing OK: light skin tone
+1F646 1F3FB 200D 2642 ; minimally-qualified # 🙆🏻♂ E4.0 man gesturing OK: light skin tone
+1F646 1F3FC 200D 2642 FE0F ; fully-qualified # 🙆🏼♂️ E4.0 man gesturing OK: medium-light skin tone
+1F646 1F3FC 200D 2642 ; minimally-qualified # 🙆🏼♂ E4.0 man gesturing OK: medium-light skin tone
+1F646 1F3FD 200D 2642 FE0F ; fully-qualified # 🙆🏽♂️ E4.0 man gesturing OK: medium skin tone
+1F646 1F3FD 200D 2642 ; minimally-qualified # 🙆🏽♂ E4.0 man gesturing OK: medium skin tone
+1F646 1F3FE 200D 2642 FE0F ; fully-qualified # 🙆🏾♂️ E4.0 man gesturing OK: medium-dark skin tone
+1F646 1F3FE 200D 2642 ; minimally-qualified # 🙆🏾♂ E4.0 man gesturing OK: medium-dark skin tone
+1F646 1F3FF 200D 2642 FE0F ; fully-qualified # 🙆🏿♂️ E4.0 man gesturing OK: dark skin tone
+1F646 1F3FF 200D 2642 ; minimally-qualified # 🙆🏿♂ E4.0 man gesturing OK: dark skin tone
+1F646 200D 2640 FE0F ; fully-qualified # 🙆♀️ E4.0 woman gesturing OK
+1F646 200D 2640 ; minimally-qualified # 🙆♀ E4.0 woman gesturing OK
+1F646 1F3FB 200D 2640 FE0F ; fully-qualified # 🙆🏻♀️ E4.0 woman gesturing OK: light skin tone
+1F646 1F3FB 200D 2640 ; minimally-qualified # 🙆🏻♀ E4.0 woman gesturing OK: light skin tone
+1F646 1F3FC 200D 2640 FE0F ; fully-qualified # 🙆🏼♀️ E4.0 woman gesturing OK: medium-light skin tone
+1F646 1F3FC 200D 2640 ; minimally-qualified # 🙆🏼♀ E4.0 woman gesturing OK: medium-light skin tone
+1F646 1F3FD 200D 2640 FE0F ; fully-qualified # 🙆🏽♀️ E4.0 woman gesturing OK: medium skin tone
+1F646 1F3FD 200D 2640 ; minimally-qualified # 🙆🏽♀ E4.0 woman gesturing OK: medium skin tone
+1F646 1F3FE 200D 2640 FE0F ; fully-qualified # 🙆🏾♀️ E4.0 woman gesturing OK: medium-dark skin tone
+1F646 1F3FE 200D 2640 ; minimally-qualified # 🙆🏾♀ E4.0 woman gesturing OK: medium-dark skin tone
+1F646 1F3FF 200D 2640 FE0F ; fully-qualified # 🙆🏿♀️ E4.0 woman gesturing OK: dark skin tone
+1F646 1F3FF 200D 2640 ; minimally-qualified # 🙆🏿♀ E4.0 woman gesturing OK: dark skin tone
+1F481 ; fully-qualified # 💁 E0.6 person tipping hand
+1F481 1F3FB ; fully-qualified # 💁🏻 E1.0 person tipping hand: light skin tone
+1F481 1F3FC ; fully-qualified # 💁🏼 E1.0 person tipping hand: medium-light skin tone
+1F481 1F3FD ; fully-qualified # 💁🏽 E1.0 person tipping hand: medium skin tone
+1F481 1F3FE ; fully-qualified # 💁🏾 E1.0 person tipping hand: medium-dark skin tone
+1F481 1F3FF ; fully-qualified # 💁🏿 E1.0 person tipping hand: dark skin tone
+1F481 200D 2642 FE0F ; fully-qualified # 💁♂️ E4.0 man tipping hand
+1F481 200D 2642 ; minimally-qualified # 💁♂ E4.0 man tipping hand
+1F481 1F3FB 200D 2642 FE0F ; fully-qualified # 💁🏻♂️ E4.0 man tipping hand: light skin tone
+1F481 1F3FB 200D 2642 ; minimally-qualified # 💁🏻♂ E4.0 man tipping hand: light skin tone
+1F481 1F3FC 200D 2642 FE0F ; fully-qualified # 💁🏼♂️ E4.0 man tipping hand: medium-light skin tone
+1F481 1F3FC 200D 2642 ; minimally-qualified # 💁🏼♂ E4.0 man tipping hand: medium-light skin tone
+1F481 1F3FD 200D 2642 FE0F ; fully-qualified # 💁🏽♂️ E4.0 man tipping hand: medium skin tone
+1F481 1F3FD 200D 2642 ; minimally-qualified # 💁🏽♂ E4.0 man tipping hand: medium skin tone
+1F481 1F3FE 200D 2642 FE0F ; fully-qualified # 💁🏾♂️ E4.0 man tipping hand: medium-dark skin tone
+1F481 1F3FE 200D 2642 ; minimally-qualified # 💁🏾♂ E4.0 man tipping hand: medium-dark skin tone
+1F481 1F3FF 200D 2642 FE0F ; fully-qualified # 💁🏿♂️ E4.0 man tipping hand: dark skin tone
+1F481 1F3FF 200D 2642 ; minimally-qualified # 💁🏿♂ E4.0 man tipping hand: dark skin tone
+1F481 200D 2640 FE0F ; fully-qualified # 💁♀️ E4.0 woman tipping hand
+1F481 200D 2640 ; minimally-qualified # 💁♀ E4.0 woman tipping hand
+1F481 1F3FB 200D 2640 FE0F ; fully-qualified # 💁🏻♀️ E4.0 woman tipping hand: light skin tone
+1F481 1F3FB 200D 2640 ; minimally-qualified # 💁🏻♀ E4.0 woman tipping hand: light skin tone
+1F481 1F3FC 200D 2640 FE0F ; fully-qualified # 💁🏼♀️ E4.0 woman tipping hand: medium-light skin tone
+1F481 1F3FC 200D 2640 ; minimally-qualified # 💁🏼♀ E4.0 woman tipping hand: medium-light skin tone
+1F481 1F3FD 200D 2640 FE0F ; fully-qualified # 💁🏽♀️ E4.0 woman tipping hand: medium skin tone
+1F481 1F3FD 200D 2640 ; minimally-qualified # 💁🏽♀ E4.0 woman tipping hand: medium skin tone
+1F481 1F3FE 200D 2640 FE0F ; fully-qualified # 💁🏾♀️ E4.0 woman tipping hand: medium-dark skin tone
+1F481 1F3FE 200D 2640 ; minimally-qualified # 💁🏾♀ E4.0 woman tipping hand: medium-dark skin tone
+1F481 1F3FF 200D 2640 FE0F ; fully-qualified # 💁🏿♀️ E4.0 woman tipping hand: dark skin tone
+1F481 1F3FF 200D 2640 ; minimally-qualified # 💁🏿♀ E4.0 woman tipping hand: dark skin tone
+1F64B ; fully-qualified # 🙋 E0.6 person raising hand
+1F64B 1F3FB ; fully-qualified # 🙋🏻 E1.0 person raising hand: light skin tone
+1F64B 1F3FC ; fully-qualified # 🙋🏼 E1.0 person raising hand: medium-light skin tone
+1F64B 1F3FD ; fully-qualified # 🙋🏽 E1.0 person raising hand: medium skin tone
+1F64B 1F3FE ; fully-qualified # 🙋🏾 E1.0 person raising hand: medium-dark skin tone
+1F64B 1F3FF ; fully-qualified # 🙋🏿 E1.0 person raising hand: dark skin tone
+1F64B 200D 2642 FE0F ; fully-qualified # 🙋♂️ E4.0 man raising hand
+1F64B 200D 2642 ; minimally-qualified # 🙋♂ E4.0 man raising hand
+1F64B 1F3FB 200D 2642 FE0F ; fully-qualified # 🙋🏻♂️ E4.0 man raising hand: light skin tone
+1F64B 1F3FB 200D 2642 ; minimally-qualified # 🙋🏻♂ E4.0 man raising hand: light skin tone
+1F64B 1F3FC 200D 2642 FE0F ; fully-qualified # 🙋🏼♂️ E4.0 man raising hand: medium-light skin tone
+1F64B 1F3FC 200D 2642 ; minimally-qualified # 🙋🏼♂ E4.0 man raising hand: medium-light skin tone
+1F64B 1F3FD 200D 2642 FE0F ; fully-qualified # 🙋🏽♂️ E4.0 man raising hand: medium skin tone
+1F64B 1F3FD 200D 2642 ; minimally-qualified # 🙋🏽♂ E4.0 man raising hand: medium skin tone
+1F64B 1F3FE 200D 2642 FE0F ; fully-qualified # 🙋🏾♂️ E4.0 man raising hand: medium-dark skin tone
+1F64B 1F3FE 200D 2642 ; minimally-qualified # 🙋🏾♂ E4.0 man raising hand: medium-dark skin tone
+1F64B 1F3FF 200D 2642 FE0F ; fully-qualified # 🙋🏿♂️ E4.0 man raising hand: dark skin tone
+1F64B 1F3FF 200D 2642 ; minimally-qualified # 🙋🏿♂ E4.0 man raising hand: dark skin tone
+1F64B 200D 2640 FE0F ; fully-qualified # 🙋♀️ E4.0 woman raising hand
+1F64B 200D 2640 ; minimally-qualified # 🙋♀ E4.0 woman raising hand
+1F64B 1F3FB 200D 2640 FE0F ; fully-qualified # 🙋🏻♀️ E4.0 woman raising hand: light skin tone
+1F64B 1F3FB 200D 2640 ; minimally-qualified # 🙋🏻♀ E4.0 woman raising hand: light skin tone
+1F64B 1F3FC 200D 2640 FE0F ; fully-qualified # 🙋🏼♀️ E4.0 woman raising hand: medium-light skin tone
+1F64B 1F3FC 200D 2640 ; minimally-qualified # 🙋🏼♀ E4.0 woman raising hand: medium-light skin tone
+1F64B 1F3FD 200D 2640 FE0F ; fully-qualified # 🙋🏽♀️ E4.0 woman raising hand: medium skin tone
+1F64B 1F3FD 200D 2640 ; minimally-qualified # 🙋🏽♀ E4.0 woman raising hand: medium skin tone
+1F64B 1F3FE 200D 2640 FE0F ; fully-qualified # 🙋🏾♀️ E4.0 woman raising hand: medium-dark skin tone
+1F64B 1F3FE 200D 2640 ; minimally-qualified # 🙋🏾♀ E4.0 woman raising hand: medium-dark skin tone
+1F64B 1F3FF 200D 2640 FE0F ; fully-qualified # 🙋🏿♀️ E4.0 woman raising hand: dark skin tone
+1F64B 1F3FF 200D 2640 ; minimally-qualified # 🙋🏿♀ E4.0 woman raising hand: dark skin tone
+1F9CF ; fully-qualified # 🧏 E12.0 deaf person
+1F9CF 1F3FB ; fully-qualified # 🧏🏻 E12.0 deaf person: light skin tone
+1F9CF 1F3FC ; fully-qualified # 🧏🏼 E12.0 deaf person: medium-light skin tone
+1F9CF 1F3FD ; fully-qualified # 🧏🏽 E12.0 deaf person: medium skin tone
+1F9CF 1F3FE ; fully-qualified # 🧏🏾 E12.0 deaf person: medium-dark skin tone
+1F9CF 1F3FF ; fully-qualified # 🧏🏿 E12.0 deaf person: dark skin tone
+1F9CF 200D 2642 FE0F ; fully-qualified # 🧏♂️ E12.0 deaf man
+1F9CF 200D 2642 ; minimally-qualified # 🧏♂ E12.0 deaf man
+1F9CF 1F3FB 200D 2642 FE0F ; fully-qualified # 🧏🏻♂️ E12.0 deaf man: light skin tone
+1F9CF 1F3FB 200D 2642 ; minimally-qualified # 🧏🏻♂ E12.0 deaf man: light skin tone
+1F9CF 1F3FC 200D 2642 FE0F ; fully-qualified # 🧏🏼♂️ E12.0 deaf man: medium-light skin tone
+1F9CF 1F3FC 200D 2642 ; minimally-qualified # 🧏🏼♂ E12.0 deaf man: medium-light skin tone
+1F9CF 1F3FD 200D 2642 FE0F ; fully-qualified # 🧏🏽♂️ E12.0 deaf man: medium skin tone
+1F9CF 1F3FD 200D 2642 ; minimally-qualified # 🧏🏽♂ E12.0 deaf man: medium skin tone
+1F9CF 1F3FE 200D 2642 FE0F ; fully-qualified # 🧏🏾♂️ E12.0 deaf man: medium-dark skin tone
+1F9CF 1F3FE 200D 2642 ; minimally-qualified # 🧏🏾♂ E12.0 deaf man: medium-dark skin tone
+1F9CF 1F3FF 200D 2642 FE0F ; fully-qualified # 🧏🏿♂️ E12.0 deaf man: dark skin tone
+1F9CF 1F3FF 200D 2642 ; minimally-qualified # 🧏🏿♂ E12.0 deaf man: dark skin tone
+1F9CF 200D 2640 FE0F ; fully-qualified # 🧏♀️ E12.0 deaf woman
+1F9CF 200D 2640 ; minimally-qualified # 🧏♀ E12.0 deaf woman
+1F9CF 1F3FB 200D 2640 FE0F ; fully-qualified # 🧏🏻♀️ E12.0 deaf woman: light skin tone
+1F9CF 1F3FB 200D 2640 ; minimally-qualified # 🧏🏻♀ E12.0 deaf woman: light skin tone
+1F9CF 1F3FC 200D 2640 FE0F ; fully-qualified # 🧏🏼♀️ E12.0 deaf woman: medium-light skin tone
+1F9CF 1F3FC 200D 2640 ; minimally-qualified # 🧏🏼♀ E12.0 deaf woman: medium-light skin tone
+1F9CF 1F3FD 200D 2640 FE0F ; fully-qualified # 🧏🏽♀️ E12.0 deaf woman: medium skin tone
+1F9CF 1F3FD 200D 2640 ; minimally-qualified # 🧏🏽♀ E12.0 deaf woman: medium skin tone
+1F9CF 1F3FE 200D 2640 FE0F ; fully-qualified # 🧏🏾♀️ E12.0 deaf woman: medium-dark skin tone
+1F9CF 1F3FE 200D 2640 ; minimally-qualified # 🧏🏾♀ E12.0 deaf woman: medium-dark skin tone
+1F9CF 1F3FF 200D 2640 FE0F ; fully-qualified # 🧏🏿♀️ E12.0 deaf woman: dark skin tone
+1F9CF 1F3FF 200D 2640 ; minimally-qualified # 🧏🏿♀ E12.0 deaf woman: dark skin tone
+1F647 ; fully-qualified # 🙇 E0.6 person bowing
+1F647 1F3FB ; fully-qualified # 🙇🏻 E1.0 person bowing: light skin tone
+1F647 1F3FC ; fully-qualified # 🙇🏼 E1.0 person bowing: medium-light skin tone
+1F647 1F3FD ; fully-qualified # 🙇🏽 E1.0 person bowing: medium skin tone
+1F647 1F3FE ; fully-qualified # 🙇🏾 E1.0 person bowing: medium-dark skin tone
+1F647 1F3FF ; fully-qualified # 🙇🏿 E1.0 person bowing: dark skin tone
+1F647 200D 2642 FE0F ; fully-qualified # 🙇♂️ E4.0 man bowing
+1F647 200D 2642 ; minimally-qualified # 🙇♂ E4.0 man bowing
+1F647 1F3FB 200D 2642 FE0F ; fully-qualified # 🙇🏻♂️ E4.0 man bowing: light skin tone
+1F647 1F3FB 200D 2642 ; minimally-qualified # 🙇🏻♂ E4.0 man bowing: light skin tone
+1F647 1F3FC 200D 2642 FE0F ; fully-qualified # 🙇🏼♂️ E4.0 man bowing: medium-light skin tone
+1F647 1F3FC 200D 2642 ; minimally-qualified # 🙇🏼♂ E4.0 man bowing: medium-light skin tone
+1F647 1F3FD 200D 2642 FE0F ; fully-qualified # 🙇🏽♂️ E4.0 man bowing: medium skin tone
+1F647 1F3FD 200D 2642 ; minimally-qualified # 🙇🏽♂ E4.0 man bowing: medium skin tone
+1F647 1F3FE 200D 2642 FE0F ; fully-qualified # 🙇🏾♂️ E4.0 man bowing: medium-dark skin tone
+1F647 1F3FE 200D 2642 ; minimally-qualified # 🙇🏾♂ E4.0 man bowing: medium-dark skin tone
+1F647 1F3FF 200D 2642 FE0F ; fully-qualified # 🙇🏿♂️ E4.0 man bowing: dark skin tone
+1F647 1F3FF 200D 2642 ; minimally-qualified # 🙇🏿♂ E4.0 man bowing: dark skin tone
+1F647 200D 2640 FE0F ; fully-qualified # 🙇♀️ E4.0 woman bowing
+1F647 200D 2640 ; minimally-qualified # 🙇♀ E4.0 woman bowing
+1F647 1F3FB 200D 2640 FE0F ; fully-qualified # 🙇🏻♀️ E4.0 woman bowing: light skin tone
+1F647 1F3FB 200D 2640 ; minimally-qualified # 🙇🏻♀ E4.0 woman bowing: light skin tone
+1F647 1F3FC 200D 2640 FE0F ; fully-qualified # 🙇🏼♀️ E4.0 woman bowing: medium-light skin tone
+1F647 1F3FC 200D 2640 ; minimally-qualified # 🙇🏼♀ E4.0 woman bowing: medium-light skin tone
+1F647 1F3FD 200D 2640 FE0F ; fully-qualified # 🙇🏽♀️ E4.0 woman bowing: medium skin tone
+1F647 1F3FD 200D 2640 ; minimally-qualified # 🙇🏽♀ E4.0 woman bowing: medium skin tone
+1F647 1F3FE 200D 2640 FE0F ; fully-qualified # 🙇🏾♀️ E4.0 woman bowing: medium-dark skin tone
+1F647 1F3FE 200D 2640 ; minimally-qualified # 🙇🏾♀ E4.0 woman bowing: medium-dark skin tone
+1F647 1F3FF 200D 2640 FE0F ; fully-qualified # 🙇🏿♀️ E4.0 woman bowing: dark skin tone
+1F647 1F3FF 200D 2640 ; minimally-qualified # 🙇🏿♀ E4.0 woman bowing: dark skin tone
+1F926 ; fully-qualified # 🤦 E3.0 person facepalming
+1F926 1F3FB ; fully-qualified # 🤦🏻 E3.0 person facepalming: light skin tone
+1F926 1F3FC ; fully-qualified # 🤦🏼 E3.0 person facepalming: medium-light skin tone
+1F926 1F3FD ; fully-qualified # 🤦🏽 E3.0 person facepalming: medium skin tone
+1F926 1F3FE ; fully-qualified # 🤦🏾 E3.0 person facepalming: medium-dark skin tone
+1F926 1F3FF ; fully-qualified # 🤦🏿 E3.0 person facepalming: dark skin tone
+1F926 200D 2642 FE0F ; fully-qualified # 🤦♂️ E4.0 man facepalming
+1F926 200D 2642 ; minimally-qualified # 🤦♂ E4.0 man facepalming
+1F926 1F3FB 200D 2642 FE0F ; fully-qualified # 🤦🏻♂️ E4.0 man facepalming: light skin tone
+1F926 1F3FB 200D 2642 ; minimally-qualified # 🤦🏻♂ E4.0 man facepalming: light skin tone
+1F926 1F3FC 200D 2642 FE0F ; fully-qualified # 🤦🏼♂️ E4.0 man facepalming: medium-light skin tone
+1F926 1F3FC 200D 2642 ; minimally-qualified # 🤦🏼♂ E4.0 man facepalming: medium-light skin tone
+1F926 1F3FD 200D 2642 FE0F ; fully-qualified # 🤦🏽♂️ E4.0 man facepalming: medium skin tone
+1F926 1F3FD 200D 2642 ; minimally-qualified # 🤦🏽♂ E4.0 man facepalming: medium skin tone
+1F926 1F3FE 200D 2642 FE0F ; fully-qualified # 🤦🏾♂️ E4.0 man facepalming: medium-dark skin tone
+1F926 1F3FE 200D 2642 ; minimally-qualified # 🤦🏾♂ E4.0 man facepalming: medium-dark skin tone
+1F926 1F3FF 200D 2642 FE0F ; fully-qualified # 🤦🏿♂️ E4.0 man facepalming: dark skin tone
+1F926 1F3FF 200D 2642 ; minimally-qualified # 🤦🏿♂ E4.0 man facepalming: dark skin tone
+1F926 200D 2640 FE0F ; fully-qualified # 🤦♀️ E4.0 woman facepalming
+1F926 200D 2640 ; minimally-qualified # 🤦♀ E4.0 woman facepalming
+1F926 1F3FB 200D 2640 FE0F ; fully-qualified # 🤦🏻♀️ E4.0 woman facepalming: light skin tone
+1F926 1F3FB 200D 2640 ; minimally-qualified # 🤦🏻♀ E4.0 woman facepalming: light skin tone
+1F926 1F3FC 200D 2640 FE0F ; fully-qualified # 🤦🏼♀️ E4.0 woman facepalming: medium-light skin tone
+1F926 1F3FC 200D 2640 ; minimally-qualified # 🤦🏼♀ E4.0 woman facepalming: medium-light skin tone
+1F926 1F3FD 200D 2640 FE0F ; fully-qualified # 🤦🏽♀️ E4.0 woman facepalming: medium skin tone
+1F926 1F3FD 200D 2640 ; minimally-qualified # 🤦🏽♀ E4.0 woman facepalming: medium skin tone
+1F926 1F3FE 200D 2640 FE0F ; fully-qualified # 🤦🏾♀️ E4.0 woman facepalming: medium-dark skin tone
+1F926 1F3FE 200D 2640 ; minimally-qualified # 🤦🏾♀ E4.0 woman facepalming: medium-dark skin tone
+1F926 1F3FF 200D 2640 FE0F ; fully-qualified # 🤦🏿♀️ E4.0 woman facepalming: dark skin tone
+1F926 1F3FF 200D 2640 ; minimally-qualified # 🤦🏿♀ E4.0 woman facepalming: dark skin tone
+1F937 ; fully-qualified # 🤷 E3.0 person shrugging
+1F937 1F3FB ; fully-qualified # 🤷🏻 E3.0 person shrugging: light skin tone
+1F937 1F3FC ; fully-qualified # 🤷🏼 E3.0 person shrugging: medium-light skin tone
+1F937 1F3FD ; fully-qualified # 🤷🏽 E3.0 person shrugging: medium skin tone
+1F937 1F3FE ; fully-qualified # 🤷🏾 E3.0 person shrugging: medium-dark skin tone
+1F937 1F3FF ; fully-qualified # 🤷🏿 E3.0 person shrugging: dark skin tone
+1F937 200D 2642 FE0F ; fully-qualified # 🤷♂️ E4.0 man shrugging
+1F937 200D 2642 ; minimally-qualified # 🤷♂ E4.0 man shrugging
+1F937 1F3FB 200D 2642 FE0F ; fully-qualified # 🤷🏻♂️ E4.0 man shrugging: light skin tone
+1F937 1F3FB 200D 2642 ; minimally-qualified # 🤷🏻♂ E4.0 man shrugging: light skin tone
+1F937 1F3FC 200D 2642 FE0F ; fully-qualified # 🤷🏼♂️ E4.0 man shrugging: medium-light skin tone
+1F937 1F3FC 200D 2642 ; minimally-qualified # 🤷🏼♂ E4.0 man shrugging: medium-light skin tone
+1F937 1F3FD 200D 2642 FE0F ; fully-qualified # 🤷🏽♂️ E4.0 man shrugging: medium skin tone
+1F937 1F3FD 200D 2642 ; minimally-qualified # 🤷🏽♂ E4.0 man shrugging: medium skin tone
+1F937 1F3FE 200D 2642 FE0F ; fully-qualified # 🤷🏾♂️ E4.0 man shrugging: medium-dark skin tone
+1F937 1F3FE 200D 2642 ; minimally-qualified # 🤷🏾♂ E4.0 man shrugging: medium-dark skin tone
+1F937 1F3FF 200D 2642 FE0F ; fully-qualified # 🤷🏿♂️ E4.0 man shrugging: dark skin tone
+1F937 1F3FF 200D 2642 ; minimally-qualified # 🤷🏿♂ E4.0 man shrugging: dark skin tone
+1F937 200D 2640 FE0F ; fully-qualified # 🤷♀️ E4.0 woman shrugging
+1F937 200D 2640 ; minimally-qualified # 🤷♀ E4.0 woman shrugging
+1F937 1F3FB 200D 2640 FE0F ; fully-qualified # 🤷🏻♀️ E4.0 woman shrugging: light skin tone
+1F937 1F3FB 200D 2640 ; minimally-qualified # 🤷🏻♀ E4.0 woman shrugging: light skin tone
+1F937 1F3FC 200D 2640 FE0F ; fully-qualified # 🤷🏼♀️ E4.0 woman shrugging: medium-light skin tone
+1F937 1F3FC 200D 2640 ; minimally-qualified # 🤷🏼♀ E4.0 woman shrugging: medium-light skin tone
+1F937 1F3FD 200D 2640 FE0F ; fully-qualified # 🤷🏽♀️ E4.0 woman shrugging: medium skin tone
+1F937 1F3FD 200D 2640 ; minimally-qualified # 🤷🏽♀ E4.0 woman shrugging: medium skin tone
+1F937 1F3FE 200D 2640 FE0F ; fully-qualified # 🤷🏾♀️ E4.0 woman shrugging: medium-dark skin tone
+1F937 1F3FE 200D 2640 ; minimally-qualified # 🤷🏾♀ E4.0 woman shrugging: medium-dark skin tone
+1F937 1F3FF 200D 2640 FE0F ; fully-qualified # 🤷🏿♀️ E4.0 woman shrugging: dark skin tone
+1F937 1F3FF 200D 2640 ; minimally-qualified # 🤷🏿♀ E4.0 woman shrugging: dark skin tone
+
+# subgroup: person-role
+1F9D1 200D 2695 FE0F ; fully-qualified # 🧑⚕️ E12.1 health worker
+1F9D1 200D 2695 ; minimally-qualified # 🧑⚕ E12.1 health worker
+1F9D1 1F3FB 200D 2695 FE0F ; fully-qualified # 🧑🏻⚕️ E12.1 health worker: light skin tone
+1F9D1 1F3FB 200D 2695 ; minimally-qualified # 🧑🏻⚕ E12.1 health worker: light skin tone
+1F9D1 1F3FC 200D 2695 FE0F ; fully-qualified # 🧑🏼⚕️ E12.1 health worker: medium-light skin tone
+1F9D1 1F3FC 200D 2695 ; minimally-qualified # 🧑🏼⚕ E12.1 health worker: medium-light skin tone
+1F9D1 1F3FD 200D 2695 FE0F ; fully-qualified # 🧑🏽⚕️ E12.1 health worker: medium skin tone
+1F9D1 1F3FD 200D 2695 ; minimally-qualified # 🧑🏽⚕ E12.1 health worker: medium skin tone
+1F9D1 1F3FE 200D 2695 FE0F ; fully-qualified # 🧑🏾⚕️ E12.1 health worker: medium-dark skin tone
+1F9D1 1F3FE 200D 2695 ; minimally-qualified # 🧑🏾⚕ E12.1 health worker: medium-dark skin tone
+1F9D1 1F3FF 200D 2695 FE0F ; fully-qualified # 🧑🏿⚕️ E12.1 health worker: dark skin tone
+1F9D1 1F3FF 200D 2695 ; minimally-qualified # 🧑🏿⚕ E12.1 health worker: dark skin tone
+1F468 200D 2695 FE0F ; fully-qualified # 👨⚕️ E4.0 man health worker
+1F468 200D 2695 ; minimally-qualified # 👨⚕ E4.0 man health worker
+1F468 1F3FB 200D 2695 FE0F ; fully-qualified # 👨🏻⚕️ E4.0 man health worker: light skin tone
+1F468 1F3FB 200D 2695 ; minimally-qualified # 👨🏻⚕ E4.0 man health worker: light skin tone
+1F468 1F3FC 200D 2695 FE0F ; fully-qualified # 👨🏼⚕️ E4.0 man health worker: medium-light skin tone
+1F468 1F3FC 200D 2695 ; minimally-qualified # 👨🏼⚕ E4.0 man health worker: medium-light skin tone
+1F468 1F3FD 200D 2695 FE0F ; fully-qualified # 👨🏽⚕️ E4.0 man health worker: medium skin tone
+1F468 1F3FD 200D 2695 ; minimally-qualified # 👨🏽⚕ E4.0 man health worker: medium skin tone
+1F468 1F3FE 200D 2695 FE0F ; fully-qualified # 👨🏾⚕️ E4.0 man health worker: medium-dark skin tone
+1F468 1F3FE 200D 2695 ; minimally-qualified # 👨🏾⚕ E4.0 man health worker: medium-dark skin tone
+1F468 1F3FF 200D 2695 FE0F ; fully-qualified # 👨🏿⚕️ E4.0 man health worker: dark skin tone
+1F468 1F3FF 200D 2695 ; minimally-qualified # 👨🏿⚕ E4.0 man health worker: dark skin tone
+1F469 200D 2695 FE0F ; fully-qualified # 👩⚕️ E4.0 woman health worker
+1F469 200D 2695 ; minimally-qualified # 👩⚕ E4.0 woman health worker
+1F469 1F3FB 200D 2695 FE0F ; fully-qualified # 👩🏻⚕️ E4.0 woman health worker: light skin tone
+1F469 1F3FB 200D 2695 ; minimally-qualified # 👩🏻⚕ E4.0 woman health worker: light skin tone
+1F469 1F3FC 200D 2695 FE0F ; fully-qualified # 👩🏼⚕️ E4.0 woman health worker: medium-light skin tone
+1F469 1F3FC 200D 2695 ; minimally-qualified # 👩🏼⚕ E4.0 woman health worker: medium-light skin tone
+1F469 1F3FD 200D 2695 FE0F ; fully-qualified # 👩🏽⚕️ E4.0 woman health worker: medium skin tone
+1F469 1F3FD 200D 2695 ; minimally-qualified # 👩🏽⚕ E4.0 woman health worker: medium skin tone
+1F469 1F3FE 200D 2695 FE0F ; fully-qualified # 👩🏾⚕️ E4.0 woman health worker: medium-dark skin tone
+1F469 1F3FE 200D 2695 ; minimally-qualified # 👩🏾⚕ E4.0 woman health worker: medium-dark skin tone
+1F469 1F3FF 200D 2695 FE0F ; fully-qualified # 👩🏿⚕️ E4.0 woman health worker: dark skin tone
+1F469 1F3FF 200D 2695 ; minimally-qualified # 👩🏿⚕ E4.0 woman health worker: dark skin tone
+1F9D1 200D 1F393 ; fully-qualified # 🧑🎓 E12.1 student
+1F9D1 1F3FB 200D 1F393 ; fully-qualified # 🧑🏻🎓 E12.1 student: light skin tone
+1F9D1 1F3FC 200D 1F393 ; fully-qualified # 🧑🏼🎓 E12.1 student: medium-light skin tone
+1F9D1 1F3FD 200D 1F393 ; fully-qualified # 🧑🏽🎓 E12.1 student: medium skin tone
+1F9D1 1F3FE 200D 1F393 ; fully-qualified # 🧑🏾🎓 E12.1 student: medium-dark skin tone
+1F9D1 1F3FF 200D 1F393 ; fully-qualified # 🧑🏿🎓 E12.1 student: dark skin tone
+1F468 200D 1F393 ; fully-qualified # 👨🎓 E4.0 man student
+1F468 1F3FB 200D 1F393 ; fully-qualified # 👨🏻🎓 E4.0 man student: light skin tone
+1F468 1F3FC 200D 1F393 ; fully-qualified # 👨🏼🎓 E4.0 man student: medium-light skin tone
+1F468 1F3FD 200D 1F393 ; fully-qualified # 👨🏽🎓 E4.0 man student: medium skin tone
+1F468 1F3FE 200D 1F393 ; fully-qualified # 👨🏾🎓 E4.0 man student: medium-dark skin tone
+1F468 1F3FF 200D 1F393 ; fully-qualified # 👨🏿🎓 E4.0 man student: dark skin tone
+1F469 200D 1F393 ; fully-qualified # 👩🎓 E4.0 woman student
+1F469 1F3FB 200D 1F393 ; fully-qualified # 👩🏻🎓 E4.0 woman student: light skin tone
+1F469 1F3FC 200D 1F393 ; fully-qualified # 👩🏼🎓 E4.0 woman student: medium-light skin tone
+1F469 1F3FD 200D 1F393 ; fully-qualified # 👩🏽🎓 E4.0 woman student: medium skin tone
+1F469 1F3FE 200D 1F393 ; fully-qualified # 👩🏾🎓 E4.0 woman student: medium-dark skin tone
+1F469 1F3FF 200D 1F393 ; fully-qualified # 👩🏿🎓 E4.0 woman student: dark skin tone
+1F9D1 200D 1F3EB ; fully-qualified # 🧑🏫 E12.1 teacher
+1F9D1 1F3FB 200D 1F3EB ; fully-qualified # 🧑🏻🏫 E12.1 teacher: light skin tone
+1F9D1 1F3FC 200D 1F3EB ; fully-qualified # 🧑🏼🏫 E12.1 teacher: medium-light skin tone
+1F9D1 1F3FD 200D 1F3EB ; fully-qualified # 🧑🏽🏫 E12.1 teacher: medium skin tone
+1F9D1 1F3FE 200D 1F3EB ; fully-qualified # 🧑🏾🏫 E12.1 teacher: medium-dark skin tone
+1F9D1 1F3FF 200D 1F3EB ; fully-qualified # 🧑🏿🏫 E12.1 teacher: dark skin tone
+1F468 200D 1F3EB ; fully-qualified # 👨🏫 E4.0 man teacher
+1F468 1F3FB 200D 1F3EB ; fully-qualified # 👨🏻🏫 E4.0 man teacher: light skin tone
+1F468 1F3FC 200D 1F3EB ; fully-qualified # 👨🏼🏫 E4.0 man teacher: medium-light skin tone
+1F468 1F3FD 200D 1F3EB ; fully-qualified # 👨🏽🏫 E4.0 man teacher: medium skin tone
+1F468 1F3FE 200D 1F3EB ; fully-qualified # 👨🏾🏫 E4.0 man teacher: medium-dark skin tone
+1F468 1F3FF 200D 1F3EB ; fully-qualified # 👨🏿🏫 E4.0 man teacher: dark skin tone
+1F469 200D 1F3EB ; fully-qualified # 👩🏫 E4.0 woman teacher
+1F469 1F3FB 200D 1F3EB ; fully-qualified # 👩🏻🏫 E4.0 woman teacher: light skin tone
+1F469 1F3FC 200D 1F3EB ; fully-qualified # 👩🏼🏫 E4.0 woman teacher: medium-light skin tone
+1F469 1F3FD 200D 1F3EB ; fully-qualified # 👩🏽🏫 E4.0 woman teacher: medium skin tone
+1F469 1F3FE 200D 1F3EB ; fully-qualified # 👩🏾🏫 E4.0 woman teacher: medium-dark skin tone
+1F469 1F3FF 200D 1F3EB ; fully-qualified # 👩🏿🏫 E4.0 woman teacher: dark skin tone
+1F9D1 200D 2696 FE0F ; fully-qualified # 🧑⚖️ E12.1 judge
+1F9D1 200D 2696 ; minimally-qualified # 🧑⚖ E12.1 judge
+1F9D1 1F3FB 200D 2696 FE0F ; fully-qualified # 🧑🏻⚖️ E12.1 judge: light skin tone
+1F9D1 1F3FB 200D 2696 ; minimally-qualified # 🧑🏻⚖ E12.1 judge: light skin tone
+1F9D1 1F3FC 200D 2696 FE0F ; fully-qualified # 🧑🏼⚖️ E12.1 judge: medium-light skin tone
+1F9D1 1F3FC 200D 2696 ; minimally-qualified # 🧑🏼⚖ E12.1 judge: medium-light skin tone
+1F9D1 1F3FD 200D 2696 FE0F ; fully-qualified # 🧑🏽⚖️ E12.1 judge: medium skin tone
+1F9D1 1F3FD 200D 2696 ; minimally-qualified # 🧑🏽⚖ E12.1 judge: medium skin tone
+1F9D1 1F3FE 200D 2696 FE0F ; fully-qualified # 🧑🏾⚖️ E12.1 judge: medium-dark skin tone
+1F9D1 1F3FE 200D 2696 ; minimally-qualified # 🧑🏾⚖ E12.1 judge: medium-dark skin tone
+1F9D1 1F3FF 200D 2696 FE0F ; fully-qualified # 🧑🏿⚖️ E12.1 judge: dark skin tone
+1F9D1 1F3FF 200D 2696 ; minimally-qualified # 🧑🏿⚖ E12.1 judge: dark skin tone
+1F468 200D 2696 FE0F ; fully-qualified # 👨⚖️ E4.0 man judge
+1F468 200D 2696 ; minimally-qualified # 👨⚖ E4.0 man judge
+1F468 1F3FB 200D 2696 FE0F ; fully-qualified # 👨🏻⚖️ E4.0 man judge: light skin tone
+1F468 1F3FB 200D 2696 ; minimally-qualified # 👨🏻⚖ E4.0 man judge: light skin tone
+1F468 1F3FC 200D 2696 FE0F ; fully-qualified # 👨🏼⚖️ E4.0 man judge: medium-light skin tone
+1F468 1F3FC 200D 2696 ; minimally-qualified # 👨🏼⚖ E4.0 man judge: medium-light skin tone
+1F468 1F3FD 200D 2696 FE0F ; fully-qualified # 👨🏽⚖️ E4.0 man judge: medium skin tone
+1F468 1F3FD 200D 2696 ; minimally-qualified # 👨🏽⚖ E4.0 man judge: medium skin tone
+1F468 1F3FE 200D 2696 FE0F ; fully-qualified # 👨🏾⚖️ E4.0 man judge: medium-dark skin tone
+1F468 1F3FE 200D 2696 ; minimally-qualified # 👨🏾⚖ E4.0 man judge: medium-dark skin tone
+1F468 1F3FF 200D 2696 FE0F ; fully-qualified # 👨🏿⚖️ E4.0 man judge: dark skin tone
+1F468 1F3FF 200D 2696 ; minimally-qualified # 👨🏿⚖ E4.0 man judge: dark skin tone
+1F469 200D 2696 FE0F ; fully-qualified # 👩⚖️ E4.0 woman judge
+1F469 200D 2696 ; minimally-qualified # 👩⚖ E4.0 woman judge
+1F469 1F3FB 200D 2696 FE0F ; fully-qualified # 👩🏻⚖️ E4.0 woman judge: light skin tone
+1F469 1F3FB 200D 2696 ; minimally-qualified # 👩🏻⚖ E4.0 woman judge: light skin tone
+1F469 1F3FC 200D 2696 FE0F ; fully-qualified # 👩🏼⚖️ E4.0 woman judge: medium-light skin tone
+1F469 1F3FC 200D 2696 ; minimally-qualified # 👩🏼⚖ E4.0 woman judge: medium-light skin tone
+1F469 1F3FD 200D 2696 FE0F ; fully-qualified # 👩🏽⚖️ E4.0 woman judge: medium skin tone
+1F469 1F3FD 200D 2696 ; minimally-qualified # 👩🏽⚖ E4.0 woman judge: medium skin tone
+1F469 1F3FE 200D 2696 FE0F ; fully-qualified # 👩🏾⚖️ E4.0 woman judge: medium-dark skin tone
+1F469 1F3FE 200D 2696 ; minimally-qualified # 👩🏾⚖ E4.0 woman judge: medium-dark skin tone
+1F469 1F3FF 200D 2696 FE0F ; fully-qualified # 👩🏿⚖️ E4.0 woman judge: dark skin tone
+1F469 1F3FF 200D 2696 ; minimally-qualified # 👩🏿⚖ E4.0 woman judge: dark skin tone
+1F9D1 200D 1F33E ; fully-qualified # 🧑🌾 E12.1 farmer
+1F9D1 1F3FB 200D 1F33E ; fully-qualified # 🧑🏻🌾 E12.1 farmer: light skin tone
+1F9D1 1F3FC 200D 1F33E ; fully-qualified # 🧑🏼🌾 E12.1 farmer: medium-light skin tone
+1F9D1 1F3FD 200D 1F33E ; fully-qualified # 🧑🏽🌾 E12.1 farmer: medium skin tone
+1F9D1 1F3FE 200D 1F33E ; fully-qualified # 🧑🏾🌾 E12.1 farmer: medium-dark skin tone
+1F9D1 1F3FF 200D 1F33E ; fully-qualified # 🧑🏿🌾 E12.1 farmer: dark skin tone
+1F468 200D 1F33E ; fully-qualified # 👨🌾 E4.0 man farmer
+1F468 1F3FB 200D 1F33E ; fully-qualified # 👨🏻🌾 E4.0 man farmer: light skin tone
+1F468 1F3FC 200D 1F33E ; fully-qualified # 👨🏼🌾 E4.0 man farmer: medium-light skin tone
+1F468 1F3FD 200D 1F33E ; fully-qualified # 👨🏽🌾 E4.0 man farmer: medium skin tone
+1F468 1F3FE 200D 1F33E ; fully-qualified # 👨🏾🌾 E4.0 man farmer: medium-dark skin tone
+1F468 1F3FF 200D 1F33E ; fully-qualified # 👨🏿🌾 E4.0 man farmer: dark skin tone
+1F469 200D 1F33E ; fully-qualified # 👩🌾 E4.0 woman farmer
+1F469 1F3FB 200D 1F33E ; fully-qualified # 👩🏻🌾 E4.0 woman farmer: light skin tone
+1F469 1F3FC 200D 1F33E ; fully-qualified # 👩🏼🌾 E4.0 woman farmer: medium-light skin tone
+1F469 1F3FD 200D 1F33E ; fully-qualified # 👩🏽🌾 E4.0 woman farmer: medium skin tone
+1F469 1F3FE 200D 1F33E ; fully-qualified # 👩🏾🌾 E4.0 woman farmer: medium-dark skin tone
+1F469 1F3FF 200D 1F33E ; fully-qualified # 👩🏿🌾 E4.0 woman farmer: dark skin tone
+1F9D1 200D 1F373 ; fully-qualified # 🧑🍳 E12.1 cook
+1F9D1 1F3FB 200D 1F373 ; fully-qualified # 🧑🏻🍳 E12.1 cook: light skin tone
+1F9D1 1F3FC 200D 1F373 ; fully-qualified # 🧑🏼🍳 E12.1 cook: medium-light skin tone
+1F9D1 1F3FD 200D 1F373 ; fully-qualified # 🧑🏽🍳 E12.1 cook: medium skin tone
+1F9D1 1F3FE 200D 1F373 ; fully-qualified # 🧑🏾🍳 E12.1 cook: medium-dark skin tone
+1F9D1 1F3FF 200D 1F373 ; fully-qualified # 🧑🏿🍳 E12.1 cook: dark skin tone
+1F468 200D 1F373 ; fully-qualified # 👨🍳 E4.0 man cook
+1F468 1F3FB 200D 1F373 ; fully-qualified # 👨🏻🍳 E4.0 man cook: light skin tone
+1F468 1F3FC 200D 1F373 ; fully-qualified # 👨🏼🍳 E4.0 man cook: medium-light skin tone
+1F468 1F3FD 200D 1F373 ; fully-qualified # 👨🏽🍳 E4.0 man cook: medium skin tone
+1F468 1F3FE 200D 1F373 ; fully-qualified # 👨🏾🍳 E4.0 man cook: medium-dark skin tone
+1F468 1F3FF 200D 1F373 ; fully-qualified # 👨🏿🍳 E4.0 man cook: dark skin tone
+1F469 200D 1F373 ; fully-qualified # 👩🍳 E4.0 woman cook
+1F469 1F3FB 200D 1F373 ; fully-qualified # 👩🏻🍳 E4.0 woman cook: light skin tone
+1F469 1F3FC 200D 1F373 ; fully-qualified # 👩🏼🍳 E4.0 woman cook: medium-light skin tone
+1F469 1F3FD 200D 1F373 ; fully-qualified # 👩🏽🍳 E4.0 woman cook: medium skin tone
+1F469 1F3FE 200D 1F373 ; fully-qualified # 👩🏾🍳 E4.0 woman cook: medium-dark skin tone
+1F469 1F3FF 200D 1F373 ; fully-qualified # 👩🏿🍳 E4.0 woman cook: dark skin tone
+1F9D1 200D 1F527 ; fully-qualified # 🧑🔧 E12.1 mechanic
+1F9D1 1F3FB 200D 1F527 ; fully-qualified # 🧑🏻🔧 E12.1 mechanic: light skin tone
+1F9D1 1F3FC 200D 1F527 ; fully-qualified # 🧑🏼🔧 E12.1 mechanic: medium-light skin tone
+1F9D1 1F3FD 200D 1F527 ; fully-qualified # 🧑🏽🔧 E12.1 mechanic: medium skin tone
+1F9D1 1F3FE 200D 1F527 ; fully-qualified # 🧑🏾🔧 E12.1 mechanic: medium-dark skin tone
+1F9D1 1F3FF 200D 1F527 ; fully-qualified # 🧑🏿🔧 E12.1 mechanic: dark skin tone
+1F468 200D 1F527 ; fully-qualified # 👨🔧 E4.0 man mechanic
+1F468 1F3FB 200D 1F527 ; fully-qualified # 👨🏻🔧 E4.0 man mechanic: light skin tone
+1F468 1F3FC 200D 1F527 ; fully-qualified # 👨🏼🔧 E4.0 man mechanic: medium-light skin tone
+1F468 1F3FD 200D 1F527 ; fully-qualified # 👨🏽🔧 E4.0 man mechanic: medium skin tone
+1F468 1F3FE 200D 1F527 ; fully-qualified # 👨🏾🔧 E4.0 man mechanic: medium-dark skin tone
+1F468 1F3FF 200D 1F527 ; fully-qualified # 👨🏿🔧 E4.0 man mechanic: dark skin tone
+1F469 200D 1F527 ; fully-qualified # 👩🔧 E4.0 woman mechanic
+1F469 1F3FB 200D 1F527 ; fully-qualified # 👩🏻🔧 E4.0 woman mechanic: light skin tone
+1F469 1F3FC 200D 1F527 ; fully-qualified # 👩🏼🔧 E4.0 woman mechanic: medium-light skin tone
+1F469 1F3FD 200D 1F527 ; fully-qualified # 👩🏽🔧 E4.0 woman mechanic: medium skin tone
+1F469 1F3FE 200D 1F527 ; fully-qualified # 👩🏾🔧 E4.0 woman mechanic: medium-dark skin tone
+1F469 1F3FF 200D 1F527 ; fully-qualified # 👩🏿🔧 E4.0 woman mechanic: dark skin tone
+1F9D1 200D 1F3ED ; fully-qualified # 🧑🏭 E12.1 factory worker
+1F9D1 1F3FB 200D 1F3ED ; fully-qualified # 🧑🏻🏭 E12.1 factory worker: light skin tone
+1F9D1 1F3FC 200D 1F3ED ; fully-qualified # 🧑🏼🏭 E12.1 factory worker: medium-light skin tone
+1F9D1 1F3FD 200D 1F3ED ; fully-qualified # 🧑🏽🏭 E12.1 factory worker: medium skin tone
+1F9D1 1F3FE 200D 1F3ED ; fully-qualified # 🧑🏾🏭 E12.1 factory worker: medium-dark skin tone
+1F9D1 1F3FF 200D 1F3ED ; fully-qualified # 🧑🏿🏭 E12.1 factory worker: dark skin tone
+1F468 200D 1F3ED ; fully-qualified # 👨🏭 E4.0 man factory worker
+1F468 1F3FB 200D 1F3ED ; fully-qualified # 👨🏻🏭 E4.0 man factory worker: light skin tone
+1F468 1F3FC 200D 1F3ED ; fully-qualified # 👨🏼🏭 E4.0 man factory worker: medium-light skin tone
+1F468 1F3FD 200D 1F3ED ; fully-qualified # 👨🏽🏭 E4.0 man factory worker: medium skin tone
+1F468 1F3FE 200D 1F3ED ; fully-qualified # 👨🏾🏭 E4.0 man factory worker: medium-dark skin tone
+1F468 1F3FF 200D 1F3ED ; fully-qualified # 👨🏿🏭 E4.0 man factory worker: dark skin tone
+1F469 200D 1F3ED ; fully-qualified # 👩🏭 E4.0 woman factory worker
+1F469 1F3FB 200D 1F3ED ; fully-qualified # 👩🏻🏭 E4.0 woman factory worker: light skin tone
+1F469 1F3FC 200D 1F3ED ; fully-qualified # 👩🏼🏭 E4.0 woman factory worker: medium-light skin tone
+1F469 1F3FD 200D 1F3ED ; fully-qualified # 👩🏽🏭 E4.0 woman factory worker: medium skin tone
+1F469 1F3FE 200D 1F3ED ; fully-qualified # 👩🏾🏭 E4.0 woman factory worker: medium-dark skin tone
+1F469 1F3FF 200D 1F3ED ; fully-qualified # 👩🏿🏭 E4.0 woman factory worker: dark skin tone
+1F9D1 200D 1F4BC ; fully-qualified # 🧑💼 E12.1 office worker
+1F9D1 1F3FB 200D 1F4BC ; fully-qualified # 🧑🏻💼 E12.1 office worker: light skin tone
+1F9D1 1F3FC 200D 1F4BC ; fully-qualified # 🧑🏼💼 E12.1 office worker: medium-light skin tone
+1F9D1 1F3FD 200D 1F4BC ; fully-qualified # 🧑🏽💼 E12.1 office worker: medium skin tone
+1F9D1 1F3FE 200D 1F4BC ; fully-qualified # 🧑🏾💼 E12.1 office worker: medium-dark skin tone
+1F9D1 1F3FF 200D 1F4BC ; fully-qualified # 🧑🏿💼 E12.1 office worker: dark skin tone
+1F468 200D 1F4BC ; fully-qualified # 👨💼 E4.0 man office worker
+1F468 1F3FB 200D 1F4BC ; fully-qualified # 👨🏻💼 E4.0 man office worker: light skin tone
+1F468 1F3FC 200D 1F4BC ; fully-qualified # 👨🏼💼 E4.0 man office worker: medium-light skin tone
+1F468 1F3FD 200D 1F4BC ; fully-qualified # 👨🏽💼 E4.0 man office worker: medium skin tone
+1F468 1F3FE 200D 1F4BC ; fully-qualified # 👨🏾💼 E4.0 man office worker: medium-dark skin tone
+1F468 1F3FF 200D 1F4BC ; fully-qualified # 👨🏿💼 E4.0 man office worker: dark skin tone
+1F469 200D 1F4BC ; fully-qualified # 👩💼 E4.0 woman office worker
+1F469 1F3FB 200D 1F4BC ; fully-qualified # 👩🏻💼 E4.0 woman office worker: light skin tone
+1F469 1F3FC 200D 1F4BC ; fully-qualified # 👩🏼💼 E4.0 woman office worker: medium-light skin tone
+1F469 1F3FD 200D 1F4BC ; fully-qualified # 👩🏽💼 E4.0 woman office worker: medium skin tone
+1F469 1F3FE 200D 1F4BC ; fully-qualified # 👩🏾💼 E4.0 woman office worker: medium-dark skin tone
+1F469 1F3FF 200D 1F4BC ; fully-qualified # 👩🏿💼 E4.0 woman office worker: dark skin tone
+1F9D1 200D 1F52C ; fully-qualified # 🧑🔬 E12.1 scientist
+1F9D1 1F3FB 200D 1F52C ; fully-qualified # 🧑🏻🔬 E12.1 scientist: light skin tone
+1F9D1 1F3FC 200D 1F52C ; fully-qualified # 🧑🏼🔬 E12.1 scientist: medium-light skin tone
+1F9D1 1F3FD 200D 1F52C ; fully-qualified # 🧑🏽🔬 E12.1 scientist: medium skin tone
+1F9D1 1F3FE 200D 1F52C ; fully-qualified # 🧑🏾🔬 E12.1 scientist: medium-dark skin tone
+1F9D1 1F3FF 200D 1F52C ; fully-qualified # 🧑🏿🔬 E12.1 scientist: dark skin tone
+1F468 200D 1F52C ; fully-qualified # 👨🔬 E4.0 man scientist
+1F468 1F3FB 200D 1F52C ; fully-qualified # 👨🏻🔬 E4.0 man scientist: light skin tone
+1F468 1F3FC 200D 1F52C ; fully-qualified # 👨🏼🔬 E4.0 man scientist: medium-light skin tone
+1F468 1F3FD 200D 1F52C ; fully-qualified # 👨🏽🔬 E4.0 man scientist: medium skin tone
+1F468 1F3FE 200D 1F52C ; fully-qualified # 👨🏾🔬 E4.0 man scientist: medium-dark skin tone
+1F468 1F3FF 200D 1F52C ; fully-qualified # 👨🏿🔬 E4.0 man scientist: dark skin tone
+1F469 200D 1F52C ; fully-qualified # 👩🔬 E4.0 woman scientist
+1F469 1F3FB 200D 1F52C ; fully-qualified # 👩🏻🔬 E4.0 woman scientist: light skin tone
+1F469 1F3FC 200D 1F52C ; fully-qualified # 👩🏼🔬 E4.0 woman scientist: medium-light skin tone
+1F469 1F3FD 200D 1F52C ; fully-qualified # 👩🏽🔬 E4.0 woman scientist: medium skin tone
+1F469 1F3FE 200D 1F52C ; fully-qualified # 👩🏾🔬 E4.0 woman scientist: medium-dark skin tone
+1F469 1F3FF 200D 1F52C ; fully-qualified # 👩🏿🔬 E4.0 woman scientist: dark skin tone
+1F9D1 200D 1F4BB ; fully-qualified # 🧑💻 E12.1 technologist
+1F9D1 1F3FB 200D 1F4BB ; fully-qualified # 🧑🏻💻 E12.1 technologist: light skin tone
+1F9D1 1F3FC 200D 1F4BB ; fully-qualified # 🧑🏼💻 E12.1 technologist: medium-light skin tone
+1F9D1 1F3FD 200D 1F4BB ; fully-qualified # 🧑🏽💻 E12.1 technologist: medium skin tone
+1F9D1 1F3FE 200D 1F4BB ; fully-qualified # 🧑🏾💻 E12.1 technologist: medium-dark skin tone
+1F9D1 1F3FF 200D 1F4BB ; fully-qualified # 🧑🏿💻 E12.1 technologist: dark skin tone
+1F468 200D 1F4BB ; fully-qualified # 👨💻 E4.0 man technologist
+1F468 1F3FB 200D 1F4BB ; fully-qualified # 👨🏻💻 E4.0 man technologist: light skin tone
+1F468 1F3FC 200D 1F4BB ; fully-qualified # 👨🏼💻 E4.0 man technologist: medium-light skin tone
+1F468 1F3FD 200D 1F4BB ; fully-qualified # 👨🏽💻 E4.0 man technologist: medium skin tone
+1F468 1F3FE 200D 1F4BB ; fully-qualified # 👨🏾💻 E4.0 man technologist: medium-dark skin tone
+1F468 1F3FF 200D 1F4BB ; fully-qualified # 👨🏿💻 E4.0 man technologist: dark skin tone
+1F469 200D 1F4BB ; fully-qualified # 👩💻 E4.0 woman technologist
+1F469 1F3FB 200D 1F4BB ; fully-qualified # 👩🏻💻 E4.0 woman technologist: light skin tone
+1F469 1F3FC 200D 1F4BB ; fully-qualified # 👩🏼💻 E4.0 woman technologist: medium-light skin tone
+1F469 1F3FD 200D 1F4BB ; fully-qualified # 👩🏽💻 E4.0 woman technologist: medium skin tone
+1F469 1F3FE 200D 1F4BB ; fully-qualified # 👩🏾💻 E4.0 woman technologist: medium-dark skin tone
+1F469 1F3FF 200D 1F4BB ; fully-qualified # 👩🏿💻 E4.0 woman technologist: dark skin tone
+1F9D1 200D 1F3A4 ; fully-qualified # 🧑🎤 E12.1 singer
+1F9D1 1F3FB 200D 1F3A4 ; fully-qualified # 🧑🏻🎤 E12.1 singer: light skin tone
+1F9D1 1F3FC 200D 1F3A4 ; fully-qualified # 🧑🏼🎤 E12.1 singer: medium-light skin tone
+1F9D1 1F3FD 200D 1F3A4 ; fully-qualified # 🧑🏽🎤 E12.1 singer: medium skin tone
+1F9D1 1F3FE 200D 1F3A4 ; fully-qualified # 🧑🏾🎤 E12.1 singer: medium-dark skin tone
+1F9D1 1F3FF 200D 1F3A4 ; fully-qualified # 🧑🏿🎤 E12.1 singer: dark skin tone
+1F468 200D 1F3A4 ; fully-qualified # 👨🎤 E4.0 man singer
+1F468 1F3FB 200D 1F3A4 ; fully-qualified # 👨🏻🎤 E4.0 man singer: light skin tone
+1F468 1F3FC 200D 1F3A4 ; fully-qualified # 👨🏼🎤 E4.0 man singer: medium-light skin tone
+1F468 1F3FD 200D 1F3A4 ; fully-qualified # 👨🏽🎤 E4.0 man singer: medium skin tone
+1F468 1F3FE 200D 1F3A4 ; fully-qualified # 👨🏾🎤 E4.0 man singer: medium-dark skin tone
+1F468 1F3FF 200D 1F3A4 ; fully-qualified # 👨🏿🎤 E4.0 man singer: dark skin tone
+1F469 200D 1F3A4 ; fully-qualified # 👩🎤 E4.0 woman singer
+1F469 1F3FB 200D 1F3A4 ; fully-qualified # 👩🏻🎤 E4.0 woman singer: light skin tone
+1F469 1F3FC 200D 1F3A4 ; fully-qualified # 👩🏼🎤 E4.0 woman singer: medium-light skin tone
+1F469 1F3FD 200D 1F3A4 ; fully-qualified # 👩🏽🎤 E4.0 woman singer: medium skin tone
+1F469 1F3FE 200D 1F3A4 ; fully-qualified # 👩🏾🎤 E4.0 woman singer: medium-dark skin tone
+1F469 1F3FF 200D 1F3A4 ; fully-qualified # 👩🏿🎤 E4.0 woman singer: dark skin tone
+1F9D1 200D 1F3A8 ; fully-qualified # 🧑🎨 E12.1 artist
+1F9D1 1F3FB 200D 1F3A8 ; fully-qualified # 🧑🏻🎨 E12.1 artist: light skin tone
+1F9D1 1F3FC 200D 1F3A8 ; fully-qualified # 🧑🏼🎨 E12.1 artist: medium-light skin tone
+1F9D1 1F3FD 200D 1F3A8 ; fully-qualified # 🧑🏽🎨 E12.1 artist: medium skin tone
+1F9D1 1F3FE 200D 1F3A8 ; fully-qualified # 🧑🏾🎨 E12.1 artist: medium-dark skin tone
+1F9D1 1F3FF 200D 1F3A8 ; fully-qualified # 🧑🏿🎨 E12.1 artist: dark skin tone
+1F468 200D 1F3A8 ; fully-qualified # 👨🎨 E4.0 man artist
+1F468 1F3FB 200D 1F3A8 ; fully-qualified # 👨🏻🎨 E4.0 man artist: light skin tone
+1F468 1F3FC 200D 1F3A8 ; fully-qualified # 👨🏼🎨 E4.0 man artist: medium-light skin tone
+1F468 1F3FD 200D 1F3A8 ; fully-qualified # 👨🏽🎨 E4.0 man artist: medium skin tone
+1F468 1F3FE 200D 1F3A8 ; fully-qualified # 👨🏾🎨 E4.0 man artist: medium-dark skin tone
+1F468 1F3FF 200D 1F3A8 ; fully-qualified # 👨🏿🎨 E4.0 man artist: dark skin tone
+1F469 200D 1F3A8 ; fully-qualified # 👩🎨 E4.0 woman artist
+1F469 1F3FB 200D 1F3A8 ; fully-qualified # 👩🏻🎨 E4.0 woman artist: light skin tone
+1F469 1F3FC 200D 1F3A8 ; fully-qualified # 👩🏼🎨 E4.0 woman artist: medium-light skin tone
+1F469 1F3FD 200D 1F3A8 ; fully-qualified # 👩🏽🎨 E4.0 woman artist: medium skin tone
+1F469 1F3FE 200D 1F3A8 ; fully-qualified # 👩🏾🎨 E4.0 woman artist: medium-dark skin tone
+1F469 1F3FF 200D 1F3A8 ; fully-qualified # 👩🏿🎨 E4.0 woman artist: dark skin tone
+1F9D1 200D 2708 FE0F ; fully-qualified # 🧑✈️ E12.1 pilot
+1F9D1 200D 2708 ; minimally-qualified # 🧑✈ E12.1 pilot
+1F9D1 1F3FB 200D 2708 FE0F ; fully-qualified # 🧑🏻✈️ E12.1 pilot: light skin tone
+1F9D1 1F3FB 200D 2708 ; minimally-qualified # 🧑🏻✈ E12.1 pilot: light skin tone
+1F9D1 1F3FC 200D 2708 FE0F ; fully-qualified # 🧑🏼✈️ E12.1 pilot: medium-light skin tone
+1F9D1 1F3FC 200D 2708 ; minimally-qualified # 🧑🏼✈ E12.1 pilot: medium-light skin tone
+1F9D1 1F3FD 200D 2708 FE0F ; fully-qualified # 🧑🏽✈️ E12.1 pilot: medium skin tone
+1F9D1 1F3FD 200D 2708 ; minimally-qualified # 🧑🏽✈ E12.1 pilot: medium skin tone
+1F9D1 1F3FE 200D 2708 FE0F ; fully-qualified # 🧑🏾✈️ E12.1 pilot: medium-dark skin tone
+1F9D1 1F3FE 200D 2708 ; minimally-qualified # 🧑🏾✈ E12.1 pilot: medium-dark skin tone
+1F9D1 1F3FF 200D 2708 FE0F ; fully-qualified # 🧑🏿✈️ E12.1 pilot: dark skin tone
+1F9D1 1F3FF 200D 2708 ; minimally-qualified # 🧑🏿✈ E12.1 pilot: dark skin tone
+1F468 200D 2708 FE0F ; fully-qualified # 👨✈️ E4.0 man pilot
+1F468 200D 2708 ; minimally-qualified # 👨✈ E4.0 man pilot
+1F468 1F3FB 200D 2708 FE0F ; fully-qualified # 👨🏻✈️ E4.0 man pilot: light skin tone
+1F468 1F3FB 200D 2708 ; minimally-qualified # 👨🏻✈ E4.0 man pilot: light skin tone
+1F468 1F3FC 200D 2708 FE0F ; fully-qualified # 👨🏼✈️ E4.0 man pilot: medium-light skin tone
+1F468 1F3FC 200D 2708 ; minimally-qualified # 👨🏼✈ E4.0 man pilot: medium-light skin tone
+1F468 1F3FD 200D 2708 FE0F ; fully-qualified # 👨🏽✈️ E4.0 man pilot: medium skin tone
+1F468 1F3FD 200D 2708 ; minimally-qualified # 👨🏽✈ E4.0 man pilot: medium skin tone
+1F468 1F3FE 200D 2708 FE0F ; fully-qualified # 👨🏾✈️ E4.0 man pilot: medium-dark skin tone
+1F468 1F3FE 200D 2708 ; minimally-qualified # 👨🏾✈ E4.0 man pilot: medium-dark skin tone
+1F468 1F3FF 200D 2708 FE0F ; fully-qualified # 👨🏿✈️ E4.0 man pilot: dark skin tone
+1F468 1F3FF 200D 2708 ; minimally-qualified # 👨🏿✈ E4.0 man pilot: dark skin tone
+1F469 200D 2708 FE0F ; fully-qualified # 👩✈️ E4.0 woman pilot
+1F469 200D 2708 ; minimally-qualified # 👩✈ E4.0 woman pilot
+1F469 1F3FB 200D 2708 FE0F ; fully-qualified # 👩🏻✈️ E4.0 woman pilot: light skin tone
+1F469 1F3FB 200D 2708 ; minimally-qualified # 👩🏻✈ E4.0 woman pilot: light skin tone
+1F469 1F3FC 200D 2708 FE0F ; fully-qualified # 👩🏼✈️ E4.0 woman pilot: medium-light skin tone
+1F469 1F3FC 200D 2708 ; minimally-qualified # 👩🏼✈ E4.0 woman pilot: medium-light skin tone
+1F469 1F3FD 200D 2708 FE0F ; fully-qualified # 👩🏽✈️ E4.0 woman pilot: medium skin tone
+1F469 1F3FD 200D 2708 ; minimally-qualified # 👩🏽✈ E4.0 woman pilot: medium skin tone
+1F469 1F3FE 200D 2708 FE0F ; fully-qualified # 👩🏾✈️ E4.0 woman pilot: medium-dark skin tone
+1F469 1F3FE 200D 2708 ; minimally-qualified # 👩🏾✈ E4.0 woman pilot: medium-dark skin tone
+1F469 1F3FF 200D 2708 FE0F ; fully-qualified # 👩🏿✈️ E4.0 woman pilot: dark skin tone
+1F469 1F3FF 200D 2708 ; minimally-qualified # 👩🏿✈ E4.0 woman pilot: dark skin tone
+1F9D1 200D 1F680 ; fully-qualified # 🧑🚀 E12.1 astronaut
+1F9D1 1F3FB 200D 1F680 ; fully-qualified # 🧑🏻🚀 E12.1 astronaut: light skin tone
+1F9D1 1F3FC 200D 1F680 ; fully-qualified # 🧑🏼🚀 E12.1 astronaut: medium-light skin tone
+1F9D1 1F3FD 200D 1F680 ; fully-qualified # 🧑🏽🚀 E12.1 astronaut: medium skin tone
+1F9D1 1F3FE 200D 1F680 ; fully-qualified # 🧑🏾🚀 E12.1 astronaut: medium-dark skin tone
+1F9D1 1F3FF 200D 1F680 ; fully-qualified # 🧑🏿🚀 E12.1 astronaut: dark skin tone
+1F468 200D 1F680 ; fully-qualified # 👨🚀 E4.0 man astronaut
+1F468 1F3FB 200D 1F680 ; fully-qualified # 👨🏻🚀 E4.0 man astronaut: light skin tone
+1F468 1F3FC 200D 1F680 ; fully-qualified # 👨🏼🚀 E4.0 man astronaut: medium-light skin tone
+1F468 1F3FD 200D 1F680 ; fully-qualified # 👨🏽🚀 E4.0 man astronaut: medium skin tone
+1F468 1F3FE 200D 1F680 ; fully-qualified # 👨🏾🚀 E4.0 man astronaut: medium-dark skin tone
+1F468 1F3FF 200D 1F680 ; fully-qualified # 👨🏿🚀 E4.0 man astronaut: dark skin tone
+1F469 200D 1F680 ; fully-qualified # 👩🚀 E4.0 woman astronaut
+1F469 1F3FB 200D 1F680 ; fully-qualified # 👩🏻🚀 E4.0 woman astronaut: light skin tone
+1F469 1F3FC 200D 1F680 ; fully-qualified # 👩🏼🚀 E4.0 woman astronaut: medium-light skin tone
+1F469 1F3FD 200D 1F680 ; fully-qualified # 👩🏽🚀 E4.0 woman astronaut: medium skin tone
+1F469 1F3FE 200D 1F680 ; fully-qualified # 👩🏾🚀 E4.0 woman astronaut: medium-dark skin tone
+1F469 1F3FF 200D 1F680 ; fully-qualified # 👩🏿🚀 E4.0 woman astronaut: dark skin tone
+1F9D1 200D 1F692 ; fully-qualified # 🧑🚒 E12.1 firefighter
+1F9D1 1F3FB 200D 1F692 ; fully-qualified # 🧑🏻🚒 E12.1 firefighter: light skin tone
+1F9D1 1F3FC 200D 1F692 ; fully-qualified # 🧑🏼🚒 E12.1 firefighter: medium-light skin tone
+1F9D1 1F3FD 200D 1F692 ; fully-qualified # 🧑🏽🚒 E12.1 firefighter: medium skin tone
+1F9D1 1F3FE 200D 1F692 ; fully-qualified # 🧑🏾🚒 E12.1 firefighter: medium-dark skin tone
+1F9D1 1F3FF 200D 1F692 ; fully-qualified # 🧑🏿🚒 E12.1 firefighter: dark skin tone
+1F468 200D 1F692 ; fully-qualified # 👨🚒 E4.0 man firefighter
+1F468 1F3FB 200D 1F692 ; fully-qualified # 👨🏻🚒 E4.0 man firefighter: light skin tone
+1F468 1F3FC 200D 1F692 ; fully-qualified # 👨🏼🚒 E4.0 man firefighter: medium-light skin tone
+1F468 1F3FD 200D 1F692 ; fully-qualified # 👨🏽🚒 E4.0 man firefighter: medium skin tone
+1F468 1F3FE 200D 1F692 ; fully-qualified # 👨🏾🚒 E4.0 man firefighter: medium-dark skin tone
+1F468 1F3FF 200D 1F692 ; fully-qualified # 👨🏿🚒 E4.0 man firefighter: dark skin tone
+1F469 200D 1F692 ; fully-qualified # 👩🚒 E4.0 woman firefighter
+1F469 1F3FB 200D 1F692 ; fully-qualified # 👩🏻🚒 E4.0 woman firefighter: light skin tone
+1F469 1F3FC 200D 1F692 ; fully-qualified # 👩🏼🚒 E4.0 woman firefighter: medium-light skin tone
+1F469 1F3FD 200D 1F692 ; fully-qualified # 👩🏽🚒 E4.0 woman firefighter: medium skin tone
+1F469 1F3FE 200D 1F692 ; fully-qualified # 👩🏾🚒 E4.0 woman firefighter: medium-dark skin tone
+1F469 1F3FF 200D 1F692 ; fully-qualified # 👩🏿🚒 E4.0 woman firefighter: dark skin tone
+1F46E ; fully-qualified # 👮 E0.6 police officer
+1F46E 1F3FB ; fully-qualified # 👮🏻 E1.0 police officer: light skin tone
+1F46E 1F3FC ; fully-qualified # 👮🏼 E1.0 police officer: medium-light skin tone
+1F46E 1F3FD ; fully-qualified # 👮🏽 E1.0 police officer: medium skin tone
+1F46E 1F3FE ; fully-qualified # 👮🏾 E1.0 police officer: medium-dark skin tone
+1F46E 1F3FF ; fully-qualified # 👮🏿 E1.0 police officer: dark skin tone
+1F46E 200D 2642 FE0F ; fully-qualified # 👮♂️ E4.0 man police officer
+1F46E 200D 2642 ; minimally-qualified # 👮♂ E4.0 man police officer
+1F46E 1F3FB 200D 2642 FE0F ; fully-qualified # 👮🏻♂️ E4.0 man police officer: light skin tone
+1F46E 1F3FB 200D 2642 ; minimally-qualified # 👮🏻♂ E4.0 man police officer: light skin tone
+1F46E 1F3FC 200D 2642 FE0F ; fully-qualified # 👮🏼♂️ E4.0 man police officer: medium-light skin tone
+1F46E 1F3FC 200D 2642 ; minimally-qualified # 👮🏼♂ E4.0 man police officer: medium-light skin tone
+1F46E 1F3FD 200D 2642 FE0F ; fully-qualified # 👮🏽♂️ E4.0 man police officer: medium skin tone
+1F46E 1F3FD 200D 2642 ; minimally-qualified # 👮🏽♂ E4.0 man police officer: medium skin tone
+1F46E 1F3FE 200D 2642 FE0F ; fully-qualified # 👮🏾♂️ E4.0 man police officer: medium-dark skin tone
+1F46E 1F3FE 200D 2642 ; minimally-qualified # 👮🏾♂ E4.0 man police officer: medium-dark skin tone
+1F46E 1F3FF 200D 2642 FE0F ; fully-qualified # 👮🏿♂️ E4.0 man police officer: dark skin tone
+1F46E 1F3FF 200D 2642 ; minimally-qualified # 👮🏿♂ E4.0 man police officer: dark skin tone
+1F46E 200D 2640 FE0F ; fully-qualified # 👮♀️ E4.0 woman police officer
+1F46E 200D 2640 ; minimally-qualified # 👮♀ E4.0 woman police officer
+1F46E 1F3FB 200D 2640 FE0F ; fully-qualified # 👮🏻♀️ E4.0 woman police officer: light skin tone
+1F46E 1F3FB 200D 2640 ; minimally-qualified # 👮🏻♀ E4.0 woman police officer: light skin tone
+1F46E 1F3FC 200D 2640 FE0F ; fully-qualified # 👮🏼♀️ E4.0 woman police officer: medium-light skin tone
+1F46E 1F3FC 200D 2640 ; minimally-qualified # 👮🏼♀ E4.0 woman police officer: medium-light skin tone
+1F46E 1F3FD 200D 2640 FE0F ; fully-qualified # 👮🏽♀️ E4.0 woman police officer: medium skin tone
+1F46E 1F3FD 200D 2640 ; minimally-qualified # 👮🏽♀ E4.0 woman police officer: medium skin tone
+1F46E 1F3FE 200D 2640 FE0F ; fully-qualified # 👮🏾♀️ E4.0 woman police officer: medium-dark skin tone
+1F46E 1F3FE 200D 2640 ; minimally-qualified # 👮🏾♀ E4.0 woman police officer: medium-dark skin tone
+1F46E 1F3FF 200D 2640 FE0F ; fully-qualified # 👮🏿♀️ E4.0 woman police officer: dark skin tone
+1F46E 1F3FF 200D 2640 ; minimally-qualified # 👮🏿♀ E4.0 woman police officer: dark skin tone
+1F575 FE0F ; fully-qualified # 🕵️ E0.7 detective
+1F575 ; unqualified # 🕵 E0.7 detective
+1F575 1F3FB ; fully-qualified # 🕵🏻 E2.0 detective: light skin tone
+1F575 1F3FC ; fully-qualified # 🕵🏼 E2.0 detective: medium-light skin tone
+1F575 1F3FD ; fully-qualified # 🕵🏽 E2.0 detective: medium skin tone
+1F575 1F3FE ; fully-qualified # 🕵🏾 E2.0 detective: medium-dark skin tone
+1F575 1F3FF ; fully-qualified # 🕵🏿 E2.0 detective: dark skin tone
+1F575 FE0F 200D 2642 FE0F ; fully-qualified # 🕵️♂️ E4.0 man detective
+1F575 200D 2642 FE0F ; unqualified # 🕵♂️ E4.0 man detective
+1F575 FE0F 200D 2642 ; minimally-qualified # 🕵️♂ E4.0 man detective
+1F575 200D 2642 ; unqualified # 🕵♂ E4.0 man detective
+1F575 1F3FB 200D 2642 FE0F ; fully-qualified # 🕵🏻♂️ E4.0 man detective: light skin tone
+1F575 1F3FB 200D 2642 ; minimally-qualified # 🕵🏻♂ E4.0 man detective: light skin tone
+1F575 1F3FC 200D 2642 FE0F ; fully-qualified # 🕵🏼♂️ E4.0 man detective: medium-light skin tone
+1F575 1F3FC 200D 2642 ; minimally-qualified # 🕵🏼♂ E4.0 man detective: medium-light skin tone
+1F575 1F3FD 200D 2642 FE0F ; fully-qualified # 🕵🏽♂️ E4.0 man detective: medium skin tone
+1F575 1F3FD 200D 2642 ; minimally-qualified # 🕵🏽♂ E4.0 man detective: medium skin tone
+1F575 1F3FE 200D 2642 FE0F ; fully-qualified # 🕵🏾♂️ E4.0 man detective: medium-dark skin tone
+1F575 1F3FE 200D 2642 ; minimally-qualified # 🕵🏾♂ E4.0 man detective: medium-dark skin tone
+1F575 1F3FF 200D 2642 FE0F ; fully-qualified # 🕵🏿♂️ E4.0 man detective: dark skin tone
+1F575 1F3FF 200D 2642 ; minimally-qualified # 🕵🏿♂ E4.0 man detective: dark skin tone
+1F575 FE0F 200D 2640 FE0F ; fully-qualified # 🕵️♀️ E4.0 woman detective
+1F575 200D 2640 FE0F ; unqualified # 🕵♀️ E4.0 woman detective
+1F575 FE0F 200D 2640 ; minimally-qualified # 🕵️♀ E4.0 woman detective
+1F575 200D 2640 ; unqualified # 🕵♀ E4.0 woman detective
+1F575 1F3FB 200D 2640 FE0F ; fully-qualified # 🕵🏻♀️ E4.0 woman detective: light skin tone
+1F575 1F3FB 200D 2640 ; minimally-qualified # 🕵🏻♀ E4.0 woman detective: light skin tone
+1F575 1F3FC 200D 2640 FE0F ; fully-qualified # 🕵🏼♀️ E4.0 woman detective: medium-light skin tone
+1F575 1F3FC 200D 2640 ; minimally-qualified # 🕵🏼♀ E4.0 woman detective: medium-light skin tone
+1F575 1F3FD 200D 2640 FE0F ; fully-qualified # 🕵🏽♀️ E4.0 woman detective: medium skin tone
+1F575 1F3FD 200D 2640 ; minimally-qualified # 🕵🏽♀ E4.0 woman detective: medium skin tone
+1F575 1F3FE 200D 2640 FE0F ; fully-qualified # 🕵🏾♀️ E4.0 woman detective: medium-dark skin tone
+1F575 1F3FE 200D 2640 ; minimally-qualified # 🕵🏾♀ E4.0 woman detective: medium-dark skin tone
+1F575 1F3FF 200D 2640 FE0F ; fully-qualified # 🕵🏿♀️ E4.0 woman detective: dark skin tone
+1F575 1F3FF 200D 2640 ; minimally-qualified # 🕵🏿♀ E4.0 woman detective: dark skin tone
+1F482 ; fully-qualified # 💂 E0.6 guard
+1F482 1F3FB ; fully-qualified # 💂🏻 E1.0 guard: light skin tone
+1F482 1F3FC ; fully-qualified # 💂🏼 E1.0 guard: medium-light skin tone
+1F482 1F3FD ; fully-qualified # 💂🏽 E1.0 guard: medium skin tone
+1F482 1F3FE ; fully-qualified # 💂🏾 E1.0 guard: medium-dark skin tone
+1F482 1F3FF ; fully-qualified # 💂🏿 E1.0 guard: dark skin tone
+1F482 200D 2642 FE0F ; fully-qualified # 💂♂️ E4.0 man guard
+1F482 200D 2642 ; minimally-qualified # 💂♂ E4.0 man guard
+1F482 1F3FB 200D 2642 FE0F ; fully-qualified # 💂🏻♂️ E4.0 man guard: light skin tone
+1F482 1F3FB 200D 2642 ; minimally-qualified # 💂🏻♂ E4.0 man guard: light skin tone
+1F482 1F3FC 200D 2642 FE0F ; fully-qualified # 💂🏼♂️ E4.0 man guard: medium-light skin tone
+1F482 1F3FC 200D 2642 ; minimally-qualified # 💂🏼♂ E4.0 man guard: medium-light skin tone
+1F482 1F3FD 200D 2642 FE0F ; fully-qualified # 💂🏽♂️ E4.0 man guard: medium skin tone
+1F482 1F3FD 200D 2642 ; minimally-qualified # 💂🏽♂ E4.0 man guard: medium skin tone
+1F482 1F3FE 200D 2642 FE0F ; fully-qualified # 💂🏾♂️ E4.0 man guard: medium-dark skin tone
+1F482 1F3FE 200D 2642 ; minimally-qualified # 💂🏾♂ E4.0 man guard: medium-dark skin tone
+1F482 1F3FF 200D 2642 FE0F ; fully-qualified # 💂🏿♂️ E4.0 man guard: dark skin tone
+1F482 1F3FF 200D 2642 ; minimally-qualified # 💂🏿♂ E4.0 man guard: dark skin tone
+1F482 200D 2640 FE0F ; fully-qualified # 💂♀️ E4.0 woman guard
+1F482 200D 2640 ; minimally-qualified # 💂♀ E4.0 woman guard
+1F482 1F3FB 200D 2640 FE0F ; fully-qualified # 💂🏻♀️ E4.0 woman guard: light skin tone
+1F482 1F3FB 200D 2640 ; minimally-qualified # 💂🏻♀ E4.0 woman guard: light skin tone
+1F482 1F3FC 200D 2640 FE0F ; fully-qualified # 💂🏼♀️ E4.0 woman guard: medium-light skin tone
+1F482 1F3FC 200D 2640 ; minimally-qualified # 💂🏼♀ E4.0 woman guard: medium-light skin tone
+1F482 1F3FD 200D 2640 FE0F ; fully-qualified # 💂🏽♀️ E4.0 woman guard: medium skin tone
+1F482 1F3FD 200D 2640 ; minimally-qualified # 💂🏽♀ E4.0 woman guard: medium skin tone
+1F482 1F3FE 200D 2640 FE0F ; fully-qualified # 💂🏾♀️ E4.0 woman guard: medium-dark skin tone
+1F482 1F3FE 200D 2640 ; minimally-qualified # 💂🏾♀ E4.0 woman guard: medium-dark skin tone
+1F482 1F3FF 200D 2640 FE0F ; fully-qualified # 💂🏿♀️ E4.0 woman guard: dark skin tone
+1F482 1F3FF 200D 2640 ; minimally-qualified # 💂🏿♀ E4.0 woman guard: dark skin tone
+1F977 ; fully-qualified # 🥷 E13.0 ninja
+1F977 1F3FB ; fully-qualified # 🥷🏻 E13.0 ninja: light skin tone
+1F977 1F3FC ; fully-qualified # 🥷🏼 E13.0 ninja: medium-light skin tone
+1F977 1F3FD ; fully-qualified # 🥷🏽 E13.0 ninja: medium skin tone
+1F977 1F3FE ; fully-qualified # 🥷🏾 E13.0 ninja: medium-dark skin tone
+1F977 1F3FF ; fully-qualified # 🥷🏿 E13.0 ninja: dark skin tone
+1F477 ; fully-qualified # 👷 E0.6 construction worker
+1F477 1F3FB ; fully-qualified # 👷🏻 E1.0 construction worker: light skin tone
+1F477 1F3FC ; fully-qualified # 👷🏼 E1.0 construction worker: medium-light skin tone
+1F477 1F3FD ; fully-qualified # 👷🏽 E1.0 construction worker: medium skin tone
+1F477 1F3FE ; fully-qualified # 👷🏾 E1.0 construction worker: medium-dark skin tone
+1F477 1F3FF ; fully-qualified # 👷🏿 E1.0 construction worker: dark skin tone
+1F477 200D 2642 FE0F ; fully-qualified # 👷♂️ E4.0 man construction worker
+1F477 200D 2642 ; minimally-qualified # 👷♂ E4.0 man construction worker
+1F477 1F3FB 200D 2642 FE0F ; fully-qualified # 👷🏻♂️ E4.0 man construction worker: light skin tone
+1F477 1F3FB 200D 2642 ; minimally-qualified # 👷🏻♂ E4.0 man construction worker: light skin tone
+1F477 1F3FC 200D 2642 FE0F ; fully-qualified # 👷🏼♂️ E4.0 man construction worker: medium-light skin tone
+1F477 1F3FC 200D 2642 ; minimally-qualified # 👷🏼♂ E4.0 man construction worker: medium-light skin tone
+1F477 1F3FD 200D 2642 FE0F ; fully-qualified # 👷🏽♂️ E4.0 man construction worker: medium skin tone
+1F477 1F3FD 200D 2642 ; minimally-qualified # 👷🏽♂ E4.0 man construction worker: medium skin tone
+1F477 1F3FE 200D 2642 FE0F ; fully-qualified # 👷🏾♂️ E4.0 man construction worker: medium-dark skin tone
+1F477 1F3FE 200D 2642 ; minimally-qualified # 👷🏾♂ E4.0 man construction worker: medium-dark skin tone
+1F477 1F3FF 200D 2642 FE0F ; fully-qualified # 👷🏿♂️ E4.0 man construction worker: dark skin tone
+1F477 1F3FF 200D 2642 ; minimally-qualified # 👷🏿♂ E4.0 man construction worker: dark skin tone
+1F477 200D 2640 FE0F ; fully-qualified # 👷♀️ E4.0 woman construction worker
+1F477 200D 2640 ; minimally-qualified # 👷♀ E4.0 woman construction worker
+1F477 1F3FB 200D 2640 FE0F ; fully-qualified # 👷🏻♀️ E4.0 woman construction worker: light skin tone
+1F477 1F3FB 200D 2640 ; minimally-qualified # 👷🏻♀ E4.0 woman construction worker: light skin tone
+1F477 1F3FC 200D 2640 FE0F ; fully-qualified # 👷🏼♀️ E4.0 woman construction worker: medium-light skin tone
+1F477 1F3FC 200D 2640 ; minimally-qualified # 👷🏼♀ E4.0 woman construction worker: medium-light skin tone
+1F477 1F3FD 200D 2640 FE0F ; fully-qualified # 👷🏽♀️ E4.0 woman construction worker: medium skin tone
+1F477 1F3FD 200D 2640 ; minimally-qualified # 👷🏽♀ E4.0 woman construction worker: medium skin tone
+1F477 1F3FE 200D 2640 FE0F ; fully-qualified # 👷🏾♀️ E4.0 woman construction worker: medium-dark skin tone
+1F477 1F3FE 200D 2640 ; minimally-qualified # 👷🏾♀ E4.0 woman construction worker: medium-dark skin tone
+1F477 1F3FF 200D 2640 FE0F ; fully-qualified # 👷🏿♀️ E4.0 woman construction worker: dark skin tone
+1F477 1F3FF 200D 2640 ; minimally-qualified # 👷🏿♀ E4.0 woman construction worker: dark skin tone
+1FAC5 ; fully-qualified # 🫅 E14.0 person with crown
+1FAC5 1F3FB ; fully-qualified # 🫅🏻 E14.0 person with crown: light skin tone
+1FAC5 1F3FC ; fully-qualified # 🫅🏼 E14.0 person with crown: medium-light skin tone
+1FAC5 1F3FD ; fully-qualified # 🫅🏽 E14.0 person with crown: medium skin tone
+1FAC5 1F3FE ; fully-qualified # 🫅🏾 E14.0 person with crown: medium-dark skin tone
+1FAC5 1F3FF ; fully-qualified # 🫅🏿 E14.0 person with crown: dark skin tone
+1F934 ; fully-qualified # 🤴 E3.0 prince
+1F934 1F3FB ; fully-qualified # 🤴🏻 E3.0 prince: light skin tone
+1F934 1F3FC ; fully-qualified # 🤴🏼 E3.0 prince: medium-light skin tone
+1F934 1F3FD ; fully-qualified # 🤴🏽 E3.0 prince: medium skin tone
+1F934 1F3FE ; fully-qualified # 🤴🏾 E3.0 prince: medium-dark skin tone
+1F934 1F3FF ; fully-qualified # 🤴🏿 E3.0 prince: dark skin tone
+1F478 ; fully-qualified # 👸 E0.6 princess
+1F478 1F3FB ; fully-qualified # 👸🏻 E1.0 princess: light skin tone
+1F478 1F3FC ; fully-qualified # 👸🏼 E1.0 princess: medium-light skin tone
+1F478 1F3FD ; fully-qualified # 👸🏽 E1.0 princess: medium skin tone
+1F478 1F3FE ; fully-qualified # 👸🏾 E1.0 princess: medium-dark skin tone
+1F478 1F3FF ; fully-qualified # 👸🏿 E1.0 princess: dark skin tone
+1F473 ; fully-qualified # 👳 E0.6 person wearing turban
+1F473 1F3FB ; fully-qualified # 👳🏻 E1.0 person wearing turban: light skin tone
+1F473 1F3FC ; fully-qualified # 👳🏼 E1.0 person wearing turban: medium-light skin tone
+1F473 1F3FD ; fully-qualified # 👳🏽 E1.0 person wearing turban: medium skin tone
+1F473 1F3FE ; fully-qualified # 👳🏾 E1.0 person wearing turban: medium-dark skin tone
+1F473 1F3FF ; fully-qualified # 👳🏿 E1.0 person wearing turban: dark skin tone
+1F473 200D 2642 FE0F ; fully-qualified # 👳♂️ E4.0 man wearing turban
+1F473 200D 2642 ; minimally-qualified # 👳♂ E4.0 man wearing turban
+1F473 1F3FB 200D 2642 FE0F ; fully-qualified # 👳🏻♂️ E4.0 man wearing turban: light skin tone
+1F473 1F3FB 200D 2642 ; minimally-qualified # 👳🏻♂ E4.0 man wearing turban: light skin tone
+1F473 1F3FC 200D 2642 FE0F ; fully-qualified # 👳🏼♂️ E4.0 man wearing turban: medium-light skin tone
+1F473 1F3FC 200D 2642 ; minimally-qualified # 👳🏼♂ E4.0 man wearing turban: medium-light skin tone
+1F473 1F3FD 200D 2642 FE0F ; fully-qualified # 👳🏽♂️ E4.0 man wearing turban: medium skin tone
+1F473 1F3FD 200D 2642 ; minimally-qualified # 👳🏽♂ E4.0 man wearing turban: medium skin tone
+1F473 1F3FE 200D 2642 FE0F ; fully-qualified # 👳🏾♂️ E4.0 man wearing turban: medium-dark skin tone
+1F473 1F3FE 200D 2642 ; minimally-qualified # 👳🏾♂ E4.0 man wearing turban: medium-dark skin tone
+1F473 1F3FF 200D 2642 FE0F ; fully-qualified # 👳🏿♂️ E4.0 man wearing turban: dark skin tone
+1F473 1F3FF 200D 2642 ; minimally-qualified # 👳🏿♂ E4.0 man wearing turban: dark skin tone
+1F473 200D 2640 FE0F ; fully-qualified # 👳♀️ E4.0 woman wearing turban
+1F473 200D 2640 ; minimally-qualified # 👳♀ E4.0 woman wearing turban
+1F473 1F3FB 200D 2640 FE0F ; fully-qualified # 👳🏻♀️ E4.0 woman wearing turban: light skin tone
+1F473 1F3FB 200D 2640 ; minimally-qualified # 👳🏻♀ E4.0 woman wearing turban: light skin tone
+1F473 1F3FC 200D 2640 FE0F ; fully-qualified # 👳🏼♀️ E4.0 woman wearing turban: medium-light skin tone
+1F473 1F3FC 200D 2640 ; minimally-qualified # 👳🏼♀ E4.0 woman wearing turban: medium-light skin tone
+1F473 1F3FD 200D 2640 FE0F ; fully-qualified # 👳🏽♀️ E4.0 woman wearing turban: medium skin tone
+1F473 1F3FD 200D 2640 ; minimally-qualified # 👳🏽♀ E4.0 woman wearing turban: medium skin tone
+1F473 1F3FE 200D 2640 FE0F ; fully-qualified # 👳🏾♀️ E4.0 woman wearing turban: medium-dark skin tone
+1F473 1F3FE 200D 2640 ; minimally-qualified # 👳🏾♀ E4.0 woman wearing turban: medium-dark skin tone
+1F473 1F3FF 200D 2640 FE0F ; fully-qualified # 👳🏿♀️ E4.0 woman wearing turban: dark skin tone
+1F473 1F3FF 200D 2640 ; minimally-qualified # 👳🏿♀ E4.0 woman wearing turban: dark skin tone
+1F472 ; fully-qualified # 👲 E0.6 person with skullcap
+1F472 1F3FB ; fully-qualified # 👲🏻 E1.0 person with skullcap: light skin tone
+1F472 1F3FC ; fully-qualified # 👲🏼 E1.0 person with skullcap: medium-light skin tone
+1F472 1F3FD ; fully-qualified # 👲🏽 E1.0 person with skullcap: medium skin tone
+1F472 1F3FE ; fully-qualified # 👲🏾 E1.0 person with skullcap: medium-dark skin tone
+1F472 1F3FF ; fully-qualified # 👲🏿 E1.0 person with skullcap: dark skin tone
+1F9D5 ; fully-qualified # 🧕 E5.0 woman with headscarf
+1F9D5 1F3FB ; fully-qualified # 🧕🏻 E5.0 woman with headscarf: light skin tone
+1F9D5 1F3FC ; fully-qualified # 🧕🏼 E5.0 woman with headscarf: medium-light skin tone
+1F9D5 1F3FD ; fully-qualified # 🧕🏽 E5.0 woman with headscarf: medium skin tone
+1F9D5 1F3FE ; fully-qualified # 🧕🏾 E5.0 woman with headscarf: medium-dark skin tone
+1F9D5 1F3FF ; fully-qualified # 🧕🏿 E5.0 woman with headscarf: dark skin tone
+1F935 ; fully-qualified # 🤵 E3.0 person in tuxedo
+1F935 1F3FB ; fully-qualified # 🤵🏻 E3.0 person in tuxedo: light skin tone
+1F935 1F3FC ; fully-qualified # 🤵🏼 E3.0 person in tuxedo: medium-light skin tone
+1F935 1F3FD ; fully-qualified # 🤵🏽 E3.0 person in tuxedo: medium skin tone
+1F935 1F3FE ; fully-qualified # 🤵🏾 E3.0 person in tuxedo: medium-dark skin tone
+1F935 1F3FF ; fully-qualified # 🤵🏿 E3.0 person in tuxedo: dark skin tone
+1F935 200D 2642 FE0F ; fully-qualified # 🤵♂️ E13.0 man in tuxedo
+1F935 200D 2642 ; minimally-qualified # 🤵♂ E13.0 man in tuxedo
+1F935 1F3FB 200D 2642 FE0F ; fully-qualified # 🤵🏻♂️ E13.0 man in tuxedo: light skin tone
+1F935 1F3FB 200D 2642 ; minimally-qualified # 🤵🏻♂ E13.0 man in tuxedo: light skin tone
+1F935 1F3FC 200D 2642 FE0F ; fully-qualified # 🤵🏼♂️ E13.0 man in tuxedo: medium-light skin tone
+1F935 1F3FC 200D 2642 ; minimally-qualified # 🤵🏼♂ E13.0 man in tuxedo: medium-light skin tone
+1F935 1F3FD 200D 2642 FE0F ; fully-qualified # 🤵🏽♂️ E13.0 man in tuxedo: medium skin tone
+1F935 1F3FD 200D 2642 ; minimally-qualified # 🤵🏽♂ E13.0 man in tuxedo: medium skin tone
+1F935 1F3FE 200D 2642 FE0F ; fully-qualified # 🤵🏾♂️ E13.0 man in tuxedo: medium-dark skin tone
+1F935 1F3FE 200D 2642 ; minimally-qualified # 🤵🏾♂ E13.0 man in tuxedo: medium-dark skin tone
+1F935 1F3FF 200D 2642 FE0F ; fully-qualified # 🤵🏿♂️ E13.0 man in tuxedo: dark skin tone
+1F935 1F3FF 200D 2642 ; minimally-qualified # 🤵🏿♂ E13.0 man in tuxedo: dark skin tone
+1F935 200D 2640 FE0F ; fully-qualified # 🤵♀️ E13.0 woman in tuxedo
+1F935 200D 2640 ; minimally-qualified # 🤵♀ E13.0 woman in tuxedo
+1F935 1F3FB 200D 2640 FE0F ; fully-qualified # 🤵🏻♀️ E13.0 woman in tuxedo: light skin tone
+1F935 1F3FB 200D 2640 ; minimally-qualified # 🤵🏻♀ E13.0 woman in tuxedo: light skin tone
+1F935 1F3FC 200D 2640 FE0F ; fully-qualified # 🤵🏼♀️ E13.0 woman in tuxedo: medium-light skin tone
+1F935 1F3FC 200D 2640 ; minimally-qualified # 🤵🏼♀ E13.0 woman in tuxedo: medium-light skin tone
+1F935 1F3FD 200D 2640 FE0F ; fully-qualified # 🤵🏽♀️ E13.0 woman in tuxedo: medium skin tone
+1F935 1F3FD 200D 2640 ; minimally-qualified # 🤵🏽♀ E13.0 woman in tuxedo: medium skin tone
+1F935 1F3FE 200D 2640 FE0F ; fully-qualified # 🤵🏾♀️ E13.0 woman in tuxedo: medium-dark skin tone
+1F935 1F3FE 200D 2640 ; minimally-qualified # 🤵🏾♀ E13.0 woman in tuxedo: medium-dark skin tone
+1F935 1F3FF 200D 2640 FE0F ; fully-qualified # 🤵🏿♀️ E13.0 woman in tuxedo: dark skin tone
+1F935 1F3FF 200D 2640 ; minimally-qualified # 🤵🏿♀ E13.0 woman in tuxedo: dark skin tone
+1F470 ; fully-qualified # 👰 E0.6 person with veil
+1F470 1F3FB ; fully-qualified # 👰🏻 E1.0 person with veil: light skin tone
+1F470 1F3FC ; fully-qualified # 👰🏼 E1.0 person with veil: medium-light skin tone
+1F470 1F3FD ; fully-qualified # 👰🏽 E1.0 person with veil: medium skin tone
+1F470 1F3FE ; fully-qualified # 👰🏾 E1.0 person with veil: medium-dark skin tone
+1F470 1F3FF ; fully-qualified # 👰🏿 E1.0 person with veil: dark skin tone
+1F470 200D 2642 FE0F ; fully-qualified # 👰♂️ E13.0 man with veil
+1F470 200D 2642 ; minimally-qualified # 👰♂ E13.0 man with veil
+1F470 1F3FB 200D 2642 FE0F ; fully-qualified # 👰🏻♂️ E13.0 man with veil: light skin tone
+1F470 1F3FB 200D 2642 ; minimally-qualified # 👰🏻♂ E13.0 man with veil: light skin tone
+1F470 1F3FC 200D 2642 FE0F ; fully-qualified # 👰🏼♂️ E13.0 man with veil: medium-light skin tone
+1F470 1F3FC 200D 2642 ; minimally-qualified # 👰🏼♂ E13.0 man with veil: medium-light skin tone
+1F470 1F3FD 200D 2642 FE0F ; fully-qualified # 👰🏽♂️ E13.0 man with veil: medium skin tone
+1F470 1F3FD 200D 2642 ; minimally-qualified # 👰🏽♂ E13.0 man with veil: medium skin tone
+1F470 1F3FE 200D 2642 FE0F ; fully-qualified # 👰🏾♂️ E13.0 man with veil: medium-dark skin tone
+1F470 1F3FE 200D 2642 ; minimally-qualified # 👰🏾♂ E13.0 man with veil: medium-dark skin tone
+1F470 1F3FF 200D 2642 FE0F ; fully-qualified # 👰🏿♂️ E13.0 man with veil: dark skin tone
+1F470 1F3FF 200D 2642 ; minimally-qualified # 👰🏿♂ E13.0 man with veil: dark skin tone
+1F470 200D 2640 FE0F ; fully-qualified # 👰♀️ E13.0 woman with veil
+1F470 200D 2640 ; minimally-qualified # 👰♀ E13.0 woman with veil
+1F470 1F3FB 200D 2640 FE0F ; fully-qualified # 👰🏻♀️ E13.0 woman with veil: light skin tone
+1F470 1F3FB 200D 2640 ; minimally-qualified # 👰🏻♀ E13.0 woman with veil: light skin tone
+1F470 1F3FC 200D 2640 FE0F ; fully-qualified # 👰🏼♀️ E13.0 woman with veil: medium-light skin tone
+1F470 1F3FC 200D 2640 ; minimally-qualified # 👰🏼♀ E13.0 woman with veil: medium-light skin tone
+1F470 1F3FD 200D 2640 FE0F ; fully-qualified # 👰🏽♀️ E13.0 woman with veil: medium skin tone
+1F470 1F3FD 200D 2640 ; minimally-qualified # 👰🏽♀ E13.0 woman with veil: medium skin tone
+1F470 1F3FE 200D 2640 FE0F ; fully-qualified # 👰🏾♀️ E13.0 woman with veil: medium-dark skin tone
+1F470 1F3FE 200D 2640 ; minimally-qualified # 👰🏾♀ E13.0 woman with veil: medium-dark skin tone
+1F470 1F3FF 200D 2640 FE0F ; fully-qualified # 👰🏿♀️ E13.0 woman with veil: dark skin tone
+1F470 1F3FF 200D 2640 ; minimally-qualified # 👰🏿♀ E13.0 woman with veil: dark skin tone
+1F930 ; fully-qualified # 🤰 E3.0 pregnant woman
+1F930 1F3FB ; fully-qualified # 🤰🏻 E3.0 pregnant woman: light skin tone
+1F930 1F3FC ; fully-qualified # 🤰🏼 E3.0 pregnant woman: medium-light skin tone
+1F930 1F3FD ; fully-qualified # 🤰🏽 E3.0 pregnant woman: medium skin tone
+1F930 1F3FE ; fully-qualified # 🤰🏾 E3.0 pregnant woman: medium-dark skin tone
+1F930 1F3FF ; fully-qualified # 🤰🏿 E3.0 pregnant woman: dark skin tone
+1FAC3 ; fully-qualified # 🫃 E14.0 pregnant man
+1FAC3 1F3FB ; fully-qualified # 🫃🏻 E14.0 pregnant man: light skin tone
+1FAC3 1F3FC ; fully-qualified # 🫃🏼 E14.0 pregnant man: medium-light skin tone
+1FAC3 1F3FD ; fully-qualified # 🫃🏽 E14.0 pregnant man: medium skin tone
+1FAC3 1F3FE ; fully-qualified # 🫃🏾 E14.0 pregnant man: medium-dark skin tone
+1FAC3 1F3FF ; fully-qualified # 🫃🏿 E14.0 pregnant man: dark skin tone
+1FAC4 ; fully-qualified # 🫄 E14.0 pregnant person
+1FAC4 1F3FB ; fully-qualified # 🫄🏻 E14.0 pregnant person: light skin tone
+1FAC4 1F3FC ; fully-qualified # 🫄🏼 E14.0 pregnant person: medium-light skin tone
+1FAC4 1F3FD ; fully-qualified # 🫄🏽 E14.0 pregnant person: medium skin tone
+1FAC4 1F3FE ; fully-qualified # 🫄🏾 E14.0 pregnant person: medium-dark skin tone
+1FAC4 1F3FF ; fully-qualified # 🫄🏿 E14.0 pregnant person: dark skin tone
+1F931 ; fully-qualified # 🤱 E5.0 breast-feeding
+1F931 1F3FB ; fully-qualified # 🤱🏻 E5.0 breast-feeding: light skin tone
+1F931 1F3FC ; fully-qualified # 🤱🏼 E5.0 breast-feeding: medium-light skin tone
+1F931 1F3FD ; fully-qualified # 🤱🏽 E5.0 breast-feeding: medium skin tone
+1F931 1F3FE ; fully-qualified # 🤱🏾 E5.0 breast-feeding: medium-dark skin tone
+1F931 1F3FF ; fully-qualified # 🤱🏿 E5.0 breast-feeding: dark skin tone
+1F469 200D 1F37C ; fully-qualified # 👩🍼 E13.0 woman feeding baby
+1F469 1F3FB 200D 1F37C ; fully-qualified # 👩🏻🍼 E13.0 woman feeding baby: light skin tone
+1F469 1F3FC 200D 1F37C ; fully-qualified # 👩🏼🍼 E13.0 woman feeding baby: medium-light skin tone
+1F469 1F3FD 200D 1F37C ; fully-qualified # 👩🏽🍼 E13.0 woman feeding baby: medium skin tone
+1F469 1F3FE 200D 1F37C ; fully-qualified # 👩🏾🍼 E13.0 woman feeding baby: medium-dark skin tone
+1F469 1F3FF 200D 1F37C ; fully-qualified # 👩🏿🍼 E13.0 woman feeding baby: dark skin tone
+1F468 200D 1F37C ; fully-qualified # 👨🍼 E13.0 man feeding baby
+1F468 1F3FB 200D 1F37C ; fully-qualified # 👨🏻🍼 E13.0 man feeding baby: light skin tone
+1F468 1F3FC 200D 1F37C ; fully-qualified # 👨🏼🍼 E13.0 man feeding baby: medium-light skin tone
+1F468 1F3FD 200D 1F37C ; fully-qualified # 👨🏽🍼 E13.0 man feeding baby: medium skin tone
+1F468 1F3FE 200D 1F37C ; fully-qualified # 👨🏾🍼 E13.0 man feeding baby: medium-dark skin tone
+1F468 1F3FF 200D 1F37C ; fully-qualified # 👨🏿🍼 E13.0 man feeding baby: dark skin tone
+1F9D1 200D 1F37C ; fully-qualified # 🧑🍼 E13.0 person feeding baby
+1F9D1 1F3FB 200D 1F37C ; fully-qualified # 🧑🏻🍼 E13.0 person feeding baby: light skin tone
+1F9D1 1F3FC 200D 1F37C ; fully-qualified # 🧑🏼🍼 E13.0 person feeding baby: medium-light skin tone
+1F9D1 1F3FD 200D 1F37C ; fully-qualified # 🧑🏽🍼 E13.0 person feeding baby: medium skin tone
+1F9D1 1F3FE 200D 1F37C ; fully-qualified # 🧑🏾🍼 E13.0 person feeding baby: medium-dark skin tone
+1F9D1 1F3FF 200D 1F37C ; fully-qualified # 🧑🏿🍼 E13.0 person feeding baby: dark skin tone
+
+# subgroup: person-fantasy
+1F47C ; fully-qualified # 👼 E0.6 baby angel
+1F47C 1F3FB ; fully-qualified # 👼🏻 E1.0 baby angel: light skin tone
+1F47C 1F3FC ; fully-qualified # 👼🏼 E1.0 baby angel: medium-light skin tone
+1F47C 1F3FD ; fully-qualified # 👼🏽 E1.0 baby angel: medium skin tone
+1F47C 1F3FE ; fully-qualified # 👼🏾 E1.0 baby angel: medium-dark skin tone
+1F47C 1F3FF ; fully-qualified # 👼🏿 E1.0 baby angel: dark skin tone
+1F385 ; fully-qualified # 🎅 E0.6 Santa Claus
+1F385 1F3FB ; fully-qualified # 🎅🏻 E1.0 Santa Claus: light skin tone
+1F385 1F3FC ; fully-qualified # 🎅🏼 E1.0 Santa Claus: medium-light skin tone
+1F385 1F3FD ; fully-qualified # 🎅🏽 E1.0 Santa Claus: medium skin tone
+1F385 1F3FE ; fully-qualified # 🎅🏾 E1.0 Santa Claus: medium-dark skin tone
+1F385 1F3FF ; fully-qualified # 🎅🏿 E1.0 Santa Claus: dark skin tone
+1F936 ; fully-qualified # 🤶 E3.0 Mrs. Claus
+1F936 1F3FB ; fully-qualified # 🤶🏻 E3.0 Mrs. Claus: light skin tone
+1F936 1F3FC ; fully-qualified # 🤶🏼 E3.0 Mrs. Claus: medium-light skin tone
+1F936 1F3FD ; fully-qualified # 🤶🏽 E3.0 Mrs. Claus: medium skin tone
+1F936 1F3FE ; fully-qualified # 🤶🏾 E3.0 Mrs. Claus: medium-dark skin tone
+1F936 1F3FF ; fully-qualified # 🤶🏿 E3.0 Mrs. Claus: dark skin tone
+1F9D1 200D 1F384 ; fully-qualified # 🧑🎄 E13.0 Mx Claus
+1F9D1 1F3FB 200D 1F384 ; fully-qualified # 🧑🏻🎄 E13.0 Mx Claus: light skin tone
+1F9D1 1F3FC 200D 1F384 ; fully-qualified # 🧑🏼🎄 E13.0 Mx Claus: medium-light skin tone
+1F9D1 1F3FD 200D 1F384 ; fully-qualified # 🧑🏽🎄 E13.0 Mx Claus: medium skin tone
+1F9D1 1F3FE 200D 1F384 ; fully-qualified # 🧑🏾🎄 E13.0 Mx Claus: medium-dark skin tone
+1F9D1 1F3FF 200D 1F384 ; fully-qualified # 🧑🏿🎄 E13.0 Mx Claus: dark skin tone
+1F9B8 ; fully-qualified # 🦸 E11.0 superhero
+1F9B8 1F3FB ; fully-qualified # 🦸🏻 E11.0 superhero: light skin tone
+1F9B8 1F3FC ; fully-qualified # 🦸🏼 E11.0 superhero: medium-light skin tone
+1F9B8 1F3FD ; fully-qualified # 🦸🏽 E11.0 superhero: medium skin tone
+1F9B8 1F3FE ; fully-qualified # 🦸🏾 E11.0 superhero: medium-dark skin tone
+1F9B8 1F3FF ; fully-qualified # 🦸🏿 E11.0 superhero: dark skin tone
+1F9B8 200D 2642 FE0F ; fully-qualified # 🦸♂️ E11.0 man superhero
+1F9B8 200D 2642 ; minimally-qualified # 🦸♂ E11.0 man superhero
+1F9B8 1F3FB 200D 2642 FE0F ; fully-qualified # 🦸🏻♂️ E11.0 man superhero: light skin tone
+1F9B8 1F3FB 200D 2642 ; minimally-qualified # 🦸🏻♂ E11.0 man superhero: light skin tone
+1F9B8 1F3FC 200D 2642 FE0F ; fully-qualified # 🦸🏼♂️ E11.0 man superhero: medium-light skin tone
+1F9B8 1F3FC 200D 2642 ; minimally-qualified # 🦸🏼♂ E11.0 man superhero: medium-light skin tone
+1F9B8 1F3FD 200D 2642 FE0F ; fully-qualified # 🦸🏽♂️ E11.0 man superhero: medium skin tone
+1F9B8 1F3FD 200D 2642 ; minimally-qualified # 🦸🏽♂ E11.0 man superhero: medium skin tone
+1F9B8 1F3FE 200D 2642 FE0F ; fully-qualified # 🦸🏾♂️ E11.0 man superhero: medium-dark skin tone
+1F9B8 1F3FE 200D 2642 ; minimally-qualified # 🦸🏾♂ E11.0 man superhero: medium-dark skin tone
+1F9B8 1F3FF 200D 2642 FE0F ; fully-qualified # 🦸🏿♂️ E11.0 man superhero: dark skin tone
+1F9B8 1F3FF 200D 2642 ; minimally-qualified # 🦸🏿♂ E11.0 man superhero: dark skin tone
+1F9B8 200D 2640 FE0F ; fully-qualified # 🦸♀️ E11.0 woman superhero
+1F9B8 200D 2640 ; minimally-qualified # 🦸♀ E11.0 woman superhero
+1F9B8 1F3FB 200D 2640 FE0F ; fully-qualified # 🦸🏻♀️ E11.0 woman superhero: light skin tone
+1F9B8 1F3FB 200D 2640 ; minimally-qualified # 🦸🏻♀ E11.0 woman superhero: light skin tone
+1F9B8 1F3FC 200D 2640 FE0F ; fully-qualified # 🦸🏼♀️ E11.0 woman superhero: medium-light skin tone
+1F9B8 1F3FC 200D 2640 ; minimally-qualified # 🦸🏼♀ E11.0 woman superhero: medium-light skin tone
+1F9B8 1F3FD 200D 2640 FE0F ; fully-qualified # 🦸🏽♀️ E11.0 woman superhero: medium skin tone
+1F9B8 1F3FD 200D 2640 ; minimally-qualified # 🦸🏽♀ E11.0 woman superhero: medium skin tone
+1F9B8 1F3FE 200D 2640 FE0F ; fully-qualified # 🦸🏾♀️ E11.0 woman superhero: medium-dark skin tone
+1F9B8 1F3FE 200D 2640 ; minimally-qualified # 🦸🏾♀ E11.0 woman superhero: medium-dark skin tone
+1F9B8 1F3FF 200D 2640 FE0F ; fully-qualified # 🦸🏿♀️ E11.0 woman superhero: dark skin tone
+1F9B8 1F3FF 200D 2640 ; minimally-qualified # 🦸🏿♀ E11.0 woman superhero: dark skin tone
+1F9B9 ; fully-qualified # 🦹 E11.0 supervillain
+1F9B9 1F3FB ; fully-qualified # 🦹🏻 E11.0 supervillain: light skin tone
+1F9B9 1F3FC ; fully-qualified # 🦹🏼 E11.0 supervillain: medium-light skin tone
+1F9B9 1F3FD ; fully-qualified # 🦹🏽 E11.0 supervillain: medium skin tone
+1F9B9 1F3FE ; fully-qualified # 🦹🏾 E11.0 supervillain: medium-dark skin tone
+1F9B9 1F3FF ; fully-qualified # 🦹🏿 E11.0 supervillain: dark skin tone
+1F9B9 200D 2642 FE0F ; fully-qualified # 🦹♂️ E11.0 man supervillain
+1F9B9 200D 2642 ; minimally-qualified # 🦹♂ E11.0 man supervillain
+1F9B9 1F3FB 200D 2642 FE0F ; fully-qualified # 🦹🏻♂️ E11.0 man supervillain: light skin tone
+1F9B9 1F3FB 200D 2642 ; minimally-qualified # 🦹🏻♂ E11.0 man supervillain: light skin tone
+1F9B9 1F3FC 200D 2642 FE0F ; fully-qualified # 🦹🏼♂️ E11.0 man supervillain: medium-light skin tone
+1F9B9 1F3FC 200D 2642 ; minimally-qualified # 🦹🏼♂ E11.0 man supervillain: medium-light skin tone
+1F9B9 1F3FD 200D 2642 FE0F ; fully-qualified # 🦹🏽♂️ E11.0 man supervillain: medium skin tone
+1F9B9 1F3FD 200D 2642 ; minimally-qualified # 🦹🏽♂ E11.0 man supervillain: medium skin tone
+1F9B9 1F3FE 200D 2642 FE0F ; fully-qualified # 🦹🏾♂️ E11.0 man supervillain: medium-dark skin tone
+1F9B9 1F3FE 200D 2642 ; minimally-qualified # 🦹🏾♂ E11.0 man supervillain: medium-dark skin tone
+1F9B9 1F3FF 200D 2642 FE0F ; fully-qualified # 🦹🏿♂️ E11.0 man supervillain: dark skin tone
+1F9B9 1F3FF 200D 2642 ; minimally-qualified # 🦹🏿♂ E11.0 man supervillain: dark skin tone
+1F9B9 200D 2640 FE0F ; fully-qualified # 🦹♀️ E11.0 woman supervillain
+1F9B9 200D 2640 ; minimally-qualified # 🦹♀ E11.0 woman supervillain
+1F9B9 1F3FB 200D 2640 FE0F ; fully-qualified # 🦹🏻♀️ E11.0 woman supervillain: light skin tone
+1F9B9 1F3FB 200D 2640 ; minimally-qualified # 🦹🏻♀ E11.0 woman supervillain: light skin tone
+1F9B9 1F3FC 200D 2640 FE0F ; fully-qualified # 🦹🏼♀️ E11.0 woman supervillain: medium-light skin tone
+1F9B9 1F3FC 200D 2640 ; minimally-qualified # 🦹🏼♀ E11.0 woman supervillain: medium-light skin tone
+1F9B9 1F3FD 200D 2640 FE0F ; fully-qualified # 🦹🏽♀️ E11.0 woman supervillain: medium skin tone
+1F9B9 1F3FD 200D 2640 ; minimally-qualified # 🦹🏽♀ E11.0 woman supervillain: medium skin tone
+1F9B9 1F3FE 200D 2640 FE0F ; fully-qualified # 🦹🏾♀️ E11.0 woman supervillain: medium-dark skin tone
+1F9B9 1F3FE 200D 2640 ; minimally-qualified # 🦹🏾♀ E11.0 woman supervillain: medium-dark skin tone
+1F9B9 1F3FF 200D 2640 FE0F ; fully-qualified # 🦹🏿♀️ E11.0 woman supervillain: dark skin tone
+1F9B9 1F3FF 200D 2640 ; minimally-qualified # 🦹🏿♀ E11.0 woman supervillain: dark skin tone
+1F9D9 ; fully-qualified # 🧙 E5.0 mage
+1F9D9 1F3FB ; fully-qualified # 🧙🏻 E5.0 mage: light skin tone
+1F9D9 1F3FC ; fully-qualified # 🧙🏼 E5.0 mage: medium-light skin tone
+1F9D9 1F3FD ; fully-qualified # 🧙🏽 E5.0 mage: medium skin tone
+1F9D9 1F3FE ; fully-qualified # 🧙🏾 E5.0 mage: medium-dark skin tone
+1F9D9 1F3FF ; fully-qualified # 🧙🏿 E5.0 mage: dark skin tone
+1F9D9 200D 2642 FE0F ; fully-qualified # 🧙♂️ E5.0 man mage
+1F9D9 200D 2642 ; minimally-qualified # 🧙♂ E5.0 man mage
+1F9D9 1F3FB 200D 2642 FE0F ; fully-qualified # 🧙🏻♂️ E5.0 man mage: light skin tone
+1F9D9 1F3FB 200D 2642 ; minimally-qualified # 🧙🏻♂ E5.0 man mage: light skin tone
+1F9D9 1F3FC 200D 2642 FE0F ; fully-qualified # 🧙🏼♂️ E5.0 man mage: medium-light skin tone
+1F9D9 1F3FC 200D 2642 ; minimally-qualified # 🧙🏼♂ E5.0 man mage: medium-light skin tone
+1F9D9 1F3FD 200D 2642 FE0F ; fully-qualified # 🧙🏽♂️ E5.0 man mage: medium skin tone
+1F9D9 1F3FD 200D 2642 ; minimally-qualified # 🧙🏽♂ E5.0 man mage: medium skin tone
+1F9D9 1F3FE 200D 2642 FE0F ; fully-qualified # 🧙🏾♂️ E5.0 man mage: medium-dark skin tone
+1F9D9 1F3FE 200D 2642 ; minimally-qualified # 🧙🏾♂ E5.0 man mage: medium-dark skin tone
+1F9D9 1F3FF 200D 2642 FE0F ; fully-qualified # 🧙🏿♂️ E5.0 man mage: dark skin tone
+1F9D9 1F3FF 200D 2642 ; minimally-qualified # 🧙🏿♂ E5.0 man mage: dark skin tone
+1F9D9 200D 2640 FE0F ; fully-qualified # 🧙♀️ E5.0 woman mage
+1F9D9 200D 2640 ; minimally-qualified # 🧙♀ E5.0 woman mage
+1F9D9 1F3FB 200D 2640 FE0F ; fully-qualified # 🧙🏻♀️ E5.0 woman mage: light skin tone
+1F9D9 1F3FB 200D 2640 ; minimally-qualified # 🧙🏻♀ E5.0 woman mage: light skin tone
+1F9D9 1F3FC 200D 2640 FE0F ; fully-qualified # 🧙🏼♀️ E5.0 woman mage: medium-light skin tone
+1F9D9 1F3FC 200D 2640 ; minimally-qualified # 🧙🏼♀ E5.0 woman mage: medium-light skin tone
+1F9D9 1F3FD 200D 2640 FE0F ; fully-qualified # 🧙🏽♀️ E5.0 woman mage: medium skin tone
+1F9D9 1F3FD 200D 2640 ; minimally-qualified # 🧙🏽♀ E5.0 woman mage: medium skin tone
+1F9D9 1F3FE 200D 2640 FE0F ; fully-qualified # 🧙🏾♀️ E5.0 woman mage: medium-dark skin tone
+1F9D9 1F3FE 200D 2640 ; minimally-qualified # 🧙🏾♀ E5.0 woman mage: medium-dark skin tone
+1F9D9 1F3FF 200D 2640 FE0F ; fully-qualified # 🧙🏿♀️ E5.0 woman mage: dark skin tone
+1F9D9 1F3FF 200D 2640 ; minimally-qualified # 🧙🏿♀ E5.0 woman mage: dark skin tone
+1F9DA ; fully-qualified # 🧚 E5.0 fairy
+1F9DA 1F3FB ; fully-qualified # 🧚🏻 E5.0 fairy: light skin tone
+1F9DA 1F3FC ; fully-qualified # 🧚🏼 E5.0 fairy: medium-light skin tone
+1F9DA 1F3FD ; fully-qualified # 🧚🏽 E5.0 fairy: medium skin tone
+1F9DA 1F3FE ; fully-qualified # 🧚🏾 E5.0 fairy: medium-dark skin tone
+1F9DA 1F3FF ; fully-qualified # 🧚🏿 E5.0 fairy: dark skin tone
+1F9DA 200D 2642 FE0F ; fully-qualified # 🧚♂️ E5.0 man fairy
+1F9DA 200D 2642 ; minimally-qualified # 🧚♂ E5.0 man fairy
+1F9DA 1F3FB 200D 2642 FE0F ; fully-qualified # 🧚🏻♂️ E5.0 man fairy: light skin tone
+1F9DA 1F3FB 200D 2642 ; minimally-qualified # 🧚🏻♂ E5.0 man fairy: light skin tone
+1F9DA 1F3FC 200D 2642 FE0F ; fully-qualified # 🧚🏼♂️ E5.0 man fairy: medium-light skin tone
+1F9DA 1F3FC 200D 2642 ; minimally-qualified # 🧚🏼♂ E5.0 man fairy: medium-light skin tone
+1F9DA 1F3FD 200D 2642 FE0F ; fully-qualified # 🧚🏽♂️ E5.0 man fairy: medium skin tone
+1F9DA 1F3FD 200D 2642 ; minimally-qualified # 🧚🏽♂ E5.0 man fairy: medium skin tone
+1F9DA 1F3FE 200D 2642 FE0F ; fully-qualified # 🧚🏾♂️ E5.0 man fairy: medium-dark skin tone
+1F9DA 1F3FE 200D 2642 ; minimally-qualified # 🧚🏾♂ E5.0 man fairy: medium-dark skin tone
+1F9DA 1F3FF 200D 2642 FE0F ; fully-qualified # 🧚🏿♂️ E5.0 man fairy: dark skin tone
+1F9DA 1F3FF 200D 2642 ; minimally-qualified # 🧚🏿♂ E5.0 man fairy: dark skin tone
+1F9DA 200D 2640 FE0F ; fully-qualified # 🧚♀️ E5.0 woman fairy
+1F9DA 200D 2640 ; minimally-qualified # 🧚♀ E5.0 woman fairy
+1F9DA 1F3FB 200D 2640 FE0F ; fully-qualified # 🧚🏻♀️ E5.0 woman fairy: light skin tone
+1F9DA 1F3FB 200D 2640 ; minimally-qualified # 🧚🏻♀ E5.0 woman fairy: light skin tone
+1F9DA 1F3FC 200D 2640 FE0F ; fully-qualified # 🧚🏼♀️ E5.0 woman fairy: medium-light skin tone
+1F9DA 1F3FC 200D 2640 ; minimally-qualified # 🧚🏼♀ E5.0 woman fairy: medium-light skin tone
+1F9DA 1F3FD 200D 2640 FE0F ; fully-qualified # 🧚🏽♀️ E5.0 woman fairy: medium skin tone
+1F9DA 1F3FD 200D 2640 ; minimally-qualified # 🧚🏽♀ E5.0 woman fairy: medium skin tone
+1F9DA 1F3FE 200D 2640 FE0F ; fully-qualified # 🧚🏾♀️ E5.0 woman fairy: medium-dark skin tone
+1F9DA 1F3FE 200D 2640 ; minimally-qualified # 🧚🏾♀ E5.0 woman fairy: medium-dark skin tone
+1F9DA 1F3FF 200D 2640 FE0F ; fully-qualified # 🧚🏿♀️ E5.0 woman fairy: dark skin tone
+1F9DA 1F3FF 200D 2640 ; minimally-qualified # 🧚🏿♀ E5.0 woman fairy: dark skin tone
+1F9DB ; fully-qualified # 🧛 E5.0 vampire
+1F9DB 1F3FB ; fully-qualified # 🧛🏻 E5.0 vampire: light skin tone
+1F9DB 1F3FC ; fully-qualified # 🧛🏼 E5.0 vampire: medium-light skin tone
+1F9DB 1F3FD ; fully-qualified # 🧛🏽 E5.0 vampire: medium skin tone
+1F9DB 1F3FE ; fully-qualified # 🧛🏾 E5.0 vampire: medium-dark skin tone
+1F9DB 1F3FF ; fully-qualified # 🧛🏿 E5.0 vampire: dark skin tone
+1F9DB 200D 2642 FE0F ; fully-qualified # 🧛♂️ E5.0 man vampire
+1F9DB 200D 2642 ; minimally-qualified # 🧛♂ E5.0 man vampire
+1F9DB 1F3FB 200D 2642 FE0F ; fully-qualified # 🧛🏻♂️ E5.0 man vampire: light skin tone
+1F9DB 1F3FB 200D 2642 ; minimally-qualified # 🧛🏻♂ E5.0 man vampire: light skin tone
+1F9DB 1F3FC 200D 2642 FE0F ; fully-qualified # 🧛🏼♂️ E5.0 man vampire: medium-light skin tone
+1F9DB 1F3FC 200D 2642 ; minimally-qualified # 🧛🏼♂ E5.0 man vampire: medium-light skin tone
+1F9DB 1F3FD 200D 2642 FE0F ; fully-qualified # 🧛🏽♂️ E5.0 man vampire: medium skin tone
+1F9DB 1F3FD 200D 2642 ; minimally-qualified # 🧛🏽♂ E5.0 man vampire: medium skin tone
+1F9DB 1F3FE 200D 2642 FE0F ; fully-qualified # 🧛🏾♂️ E5.0 man vampire: medium-dark skin tone
+1F9DB 1F3FE 200D 2642 ; minimally-qualified # 🧛🏾♂ E5.0 man vampire: medium-dark skin tone
+1F9DB 1F3FF 200D 2642 FE0F ; fully-qualified # 🧛🏿♂️ E5.0 man vampire: dark skin tone
+1F9DB 1F3FF 200D 2642 ; minimally-qualified # 🧛🏿♂ E5.0 man vampire: dark skin tone
+1F9DB 200D 2640 FE0F ; fully-qualified # 🧛♀️ E5.0 woman vampire
+1F9DB 200D 2640 ; minimally-qualified # 🧛♀ E5.0 woman vampire
+1F9DB 1F3FB 200D 2640 FE0F ; fully-qualified # 🧛🏻♀️ E5.0 woman vampire: light skin tone
+1F9DB 1F3FB 200D 2640 ; minimally-qualified # 🧛🏻♀ E5.0 woman vampire: light skin tone
+1F9DB 1F3FC 200D 2640 FE0F ; fully-qualified # 🧛🏼♀️ E5.0 woman vampire: medium-light skin tone
+1F9DB 1F3FC 200D 2640 ; minimally-qualified # 🧛🏼♀ E5.0 woman vampire: medium-light skin tone
+1F9DB 1F3FD 200D 2640 FE0F ; fully-qualified # 🧛🏽♀️ E5.0 woman vampire: medium skin tone
+1F9DB 1F3FD 200D 2640 ; minimally-qualified # 🧛🏽♀ E5.0 woman vampire: medium skin tone
+1F9DB 1F3FE 200D 2640 FE0F ; fully-qualified # 🧛🏾♀️ E5.0 woman vampire: medium-dark skin tone
+1F9DB 1F3FE 200D 2640 ; minimally-qualified # 🧛🏾♀ E5.0 woman vampire: medium-dark skin tone
+1F9DB 1F3FF 200D 2640 FE0F ; fully-qualified # 🧛🏿♀️ E5.0 woman vampire: dark skin tone
+1F9DB 1F3FF 200D 2640 ; minimally-qualified # 🧛🏿♀ E5.0 woman vampire: dark skin tone
+1F9DC ; fully-qualified # 🧜 E5.0 merperson
+1F9DC 1F3FB ; fully-qualified # 🧜🏻 E5.0 merperson: light skin tone
+1F9DC 1F3FC ; fully-qualified # 🧜🏼 E5.0 merperson: medium-light skin tone
+1F9DC 1F3FD ; fully-qualified # 🧜🏽 E5.0 merperson: medium skin tone
+1F9DC 1F3FE ; fully-qualified # 🧜🏾 E5.0 merperson: medium-dark skin tone
+1F9DC 1F3FF ; fully-qualified # 🧜🏿 E5.0 merperson: dark skin tone
+1F9DC 200D 2642 FE0F ; fully-qualified # 🧜♂️ E5.0 merman
+1F9DC 200D 2642 ; minimally-qualified # 🧜♂ E5.0 merman
+1F9DC 1F3FB 200D 2642 FE0F ; fully-qualified # 🧜🏻♂️ E5.0 merman: light skin tone
+1F9DC 1F3FB 200D 2642 ; minimally-qualified # 🧜🏻♂ E5.0 merman: light skin tone
+1F9DC 1F3FC 200D 2642 FE0F ; fully-qualified # 🧜🏼♂️ E5.0 merman: medium-light skin tone
+1F9DC 1F3FC 200D 2642 ; minimally-qualified # 🧜🏼♂ E5.0 merman: medium-light skin tone
+1F9DC 1F3FD 200D 2642 FE0F ; fully-qualified # 🧜🏽♂️ E5.0 merman: medium skin tone
+1F9DC 1F3FD 200D 2642 ; minimally-qualified # 🧜🏽♂ E5.0 merman: medium skin tone
+1F9DC 1F3FE 200D 2642 FE0F ; fully-qualified # 🧜🏾♂️ E5.0 merman: medium-dark skin tone
+1F9DC 1F3FE 200D 2642 ; minimally-qualified # 🧜🏾♂ E5.0 merman: medium-dark skin tone
+1F9DC 1F3FF 200D 2642 FE0F ; fully-qualified # 🧜🏿♂️ E5.0 merman: dark skin tone
+1F9DC 1F3FF 200D 2642 ; minimally-qualified # 🧜🏿♂ E5.0 merman: dark skin tone
+1F9DC 200D 2640 FE0F ; fully-qualified # 🧜♀️ E5.0 mermaid
+1F9DC 200D 2640 ; minimally-qualified # 🧜♀ E5.0 mermaid
+1F9DC 1F3FB 200D 2640 FE0F ; fully-qualified # 🧜🏻♀️ E5.0 mermaid: light skin tone
+1F9DC 1F3FB 200D 2640 ; minimally-qualified # 🧜🏻♀ E5.0 mermaid: light skin tone
+1F9DC 1F3FC 200D 2640 FE0F ; fully-qualified # 🧜🏼♀️ E5.0 mermaid: medium-light skin tone
+1F9DC 1F3FC 200D 2640 ; minimally-qualified # 🧜🏼♀ E5.0 mermaid: medium-light skin tone
+1F9DC 1F3FD 200D 2640 FE0F ; fully-qualified # 🧜🏽♀️ E5.0 mermaid: medium skin tone
+1F9DC 1F3FD 200D 2640 ; minimally-qualified # 🧜🏽♀ E5.0 mermaid: medium skin tone
+1F9DC 1F3FE 200D 2640 FE0F ; fully-qualified # 🧜🏾♀️ E5.0 mermaid: medium-dark skin tone
+1F9DC 1F3FE 200D 2640 ; minimally-qualified # 🧜🏾♀ E5.0 mermaid: medium-dark skin tone
+1F9DC 1F3FF 200D 2640 FE0F ; fully-qualified # 🧜🏿♀️ E5.0 mermaid: dark skin tone
+1F9DC 1F3FF 200D 2640 ; minimally-qualified # 🧜🏿♀ E5.0 mermaid: dark skin tone
+1F9DD ; fully-qualified # 🧝 E5.0 elf
+1F9DD 1F3FB ; fully-qualified # 🧝🏻 E5.0 elf: light skin tone
+1F9DD 1F3FC ; fully-qualified # 🧝🏼 E5.0 elf: medium-light skin tone
+1F9DD 1F3FD ; fully-qualified # 🧝🏽 E5.0 elf: medium skin tone
+1F9DD 1F3FE ; fully-qualified # 🧝🏾 E5.0 elf: medium-dark skin tone
+1F9DD 1F3FF ; fully-qualified # 🧝🏿 E5.0 elf: dark skin tone
+1F9DD 200D 2642 FE0F ; fully-qualified # 🧝♂️ E5.0 man elf
+1F9DD 200D 2642 ; minimally-qualified # 🧝♂ E5.0 man elf
+1F9DD 1F3FB 200D 2642 FE0F ; fully-qualified # 🧝🏻♂️ E5.0 man elf: light skin tone
+1F9DD 1F3FB 200D 2642 ; minimally-qualified # 🧝🏻♂ E5.0 man elf: light skin tone
+1F9DD 1F3FC 200D 2642 FE0F ; fully-qualified # 🧝🏼♂️ E5.0 man elf: medium-light skin tone
+1F9DD 1F3FC 200D 2642 ; minimally-qualified # 🧝🏼♂ E5.0 man elf: medium-light skin tone
+1F9DD 1F3FD 200D 2642 FE0F ; fully-qualified # 🧝🏽♂️ E5.0 man elf: medium skin tone
+1F9DD 1F3FD 200D 2642 ; minimally-qualified # 🧝🏽♂ E5.0 man elf: medium skin tone
+1F9DD 1F3FE 200D 2642 FE0F ; fully-qualified # 🧝🏾♂️ E5.0 man elf: medium-dark skin tone
+1F9DD 1F3FE 200D 2642 ; minimally-qualified # 🧝🏾♂ E5.0 man elf: medium-dark skin tone
+1F9DD 1F3FF 200D 2642 FE0F ; fully-qualified # 🧝🏿♂️ E5.0 man elf: dark skin tone
+1F9DD 1F3FF 200D 2642 ; minimally-qualified # 🧝🏿♂ E5.0 man elf: dark skin tone
+1F9DD 200D 2640 FE0F ; fully-qualified # 🧝♀️ E5.0 woman elf
+1F9DD 200D 2640 ; minimally-qualified # 🧝♀ E5.0 woman elf
+1F9DD 1F3FB 200D 2640 FE0F ; fully-qualified # 🧝🏻♀️ E5.0 woman elf: light skin tone
+1F9DD 1F3FB 200D 2640 ; minimally-qualified # 🧝🏻♀ E5.0 woman elf: light skin tone
+1F9DD 1F3FC 200D 2640 FE0F ; fully-qualified # 🧝🏼♀️ E5.0 woman elf: medium-light skin tone
+1F9DD 1F3FC 200D 2640 ; minimally-qualified # 🧝🏼♀ E5.0 woman elf: medium-light skin tone
+1F9DD 1F3FD 200D 2640 FE0F ; fully-qualified # 🧝🏽♀️ E5.0 woman elf: medium skin tone
+1F9DD 1F3FD 200D 2640 ; minimally-qualified # 🧝🏽♀ E5.0 woman elf: medium skin tone
+1F9DD 1F3FE 200D 2640 FE0F ; fully-qualified # 🧝🏾♀️ E5.0 woman elf: medium-dark skin tone
+1F9DD 1F3FE 200D 2640 ; minimally-qualified # 🧝🏾♀ E5.0 woman elf: medium-dark skin tone
+1F9DD 1F3FF 200D 2640 FE0F ; fully-qualified # 🧝🏿♀️ E5.0 woman elf: dark skin tone
+1F9DD 1F3FF 200D 2640 ; minimally-qualified # 🧝🏿♀ E5.0 woman elf: dark skin tone
+1F9DE ; fully-qualified # 🧞 E5.0 genie
+1F9DE 200D 2642 FE0F ; fully-qualified # 🧞♂️ E5.0 man genie
+1F9DE 200D 2642 ; minimally-qualified # 🧞♂ E5.0 man genie
+1F9DE 200D 2640 FE0F ; fully-qualified # 🧞♀️ E5.0 woman genie
+1F9DE 200D 2640 ; minimally-qualified # 🧞♀ E5.0 woman genie
+1F9DF ; fully-qualified # 🧟 E5.0 zombie
+1F9DF 200D 2642 FE0F ; fully-qualified # 🧟♂️ E5.0 man zombie
+1F9DF 200D 2642 ; minimally-qualified # 🧟♂ E5.0 man zombie
+1F9DF 200D 2640 FE0F ; fully-qualified # 🧟♀️ E5.0 woman zombie
+1F9DF 200D 2640 ; minimally-qualified # 🧟♀ E5.0 woman zombie
+1F9CC ; fully-qualified # 🧌 E14.0 troll
+1FAC8 ; fully-qualified # E17.0 hairy creature
+
+# subgroup: person-activity
+1F486 ; fully-qualified # 💆 E0.6 person getting massage
+1F486 1F3FB ; fully-qualified # 💆🏻 E1.0 person getting massage: light skin tone
+1F486 1F3FC ; fully-qualified # 💆🏼 E1.0 person getting massage: medium-light skin tone
+1F486 1F3FD ; fully-qualified # 💆🏽 E1.0 person getting massage: medium skin tone
+1F486 1F3FE ; fully-qualified # 💆🏾 E1.0 person getting massage: medium-dark skin tone
+1F486 1F3FF ; fully-qualified # 💆🏿 E1.0 person getting massage: dark skin tone
+1F486 200D 2642 FE0F ; fully-qualified # 💆♂️ E4.0 man getting massage
+1F486 200D 2642 ; minimally-qualified # 💆♂ E4.0 man getting massage
+1F486 1F3FB 200D 2642 FE0F ; fully-qualified # 💆🏻♂️ E4.0 man getting massage: light skin tone
+1F486 1F3FB 200D 2642 ; minimally-qualified # 💆🏻♂ E4.0 man getting massage: light skin tone
+1F486 1F3FC 200D 2642 FE0F ; fully-qualified # 💆🏼♂️ E4.0 man getting massage: medium-light skin tone
+1F486 1F3FC 200D 2642 ; minimally-qualified # 💆🏼♂ E4.0 man getting massage: medium-light skin tone
+1F486 1F3FD 200D 2642 FE0F ; fully-qualified # 💆🏽♂️ E4.0 man getting massage: medium skin tone
+1F486 1F3FD 200D 2642 ; minimally-qualified # 💆🏽♂ E4.0 man getting massage: medium skin tone
+1F486 1F3FE 200D 2642 FE0F ; fully-qualified # 💆🏾♂️ E4.0 man getting massage: medium-dark skin tone
+1F486 1F3FE 200D 2642 ; minimally-qualified # 💆🏾♂ E4.0 man getting massage: medium-dark skin tone
+1F486 1F3FF 200D 2642 FE0F ; fully-qualified # 💆🏿♂️ E4.0 man getting massage: dark skin tone
+1F486 1F3FF 200D 2642 ; minimally-qualified # 💆🏿♂ E4.0 man getting massage: dark skin tone
+1F486 200D 2640 FE0F ; fully-qualified # 💆♀️ E4.0 woman getting massage
+1F486 200D 2640 ; minimally-qualified # 💆♀ E4.0 woman getting massage
+1F486 1F3FB 200D 2640 FE0F ; fully-qualified # 💆🏻♀️ E4.0 woman getting massage: light skin tone
+1F486 1F3FB 200D 2640 ; minimally-qualified # 💆🏻♀ E4.0 woman getting massage: light skin tone
+1F486 1F3FC 200D 2640 FE0F ; fully-qualified # 💆🏼♀️ E4.0 woman getting massage: medium-light skin tone
+1F486 1F3FC 200D 2640 ; minimally-qualified # 💆🏼♀ E4.0 woman getting massage: medium-light skin tone
+1F486 1F3FD 200D 2640 FE0F ; fully-qualified # 💆🏽♀️ E4.0 woman getting massage: medium skin tone
+1F486 1F3FD 200D 2640 ; minimally-qualified # 💆🏽♀ E4.0 woman getting massage: medium skin tone
+1F486 1F3FE 200D 2640 FE0F ; fully-qualified # 💆🏾♀️ E4.0 woman getting massage: medium-dark skin tone
+1F486 1F3FE 200D 2640 ; minimally-qualified # 💆🏾♀ E4.0 woman getting massage: medium-dark skin tone
+1F486 1F3FF 200D 2640 FE0F ; fully-qualified # 💆🏿♀️ E4.0 woman getting massage: dark skin tone
+1F486 1F3FF 200D 2640 ; minimally-qualified # 💆🏿♀ E4.0 woman getting massage: dark skin tone
+1F487 ; fully-qualified # 💇 E0.6 person getting haircut
+1F487 1F3FB ; fully-qualified # 💇🏻 E1.0 person getting haircut: light skin tone
+1F487 1F3FC ; fully-qualified # 💇🏼 E1.0 person getting haircut: medium-light skin tone
+1F487 1F3FD ; fully-qualified # 💇🏽 E1.0 person getting haircut: medium skin tone
+1F487 1F3FE ; fully-qualified # 💇🏾 E1.0 person getting haircut: medium-dark skin tone
+1F487 1F3FF ; fully-qualified # 💇🏿 E1.0 person getting haircut: dark skin tone
+1F487 200D 2642 FE0F ; fully-qualified # 💇♂️ E4.0 man getting haircut
+1F487 200D 2642 ; minimally-qualified # 💇♂ E4.0 man getting haircut
+1F487 1F3FB 200D 2642 FE0F ; fully-qualified # 💇🏻♂️ E4.0 man getting haircut: light skin tone
+1F487 1F3FB 200D 2642 ; minimally-qualified # 💇🏻♂ E4.0 man getting haircut: light skin tone
+1F487 1F3FC 200D 2642 FE0F ; fully-qualified # 💇🏼♂️ E4.0 man getting haircut: medium-light skin tone
+1F487 1F3FC 200D 2642 ; minimally-qualified # 💇🏼♂ E4.0 man getting haircut: medium-light skin tone
+1F487 1F3FD 200D 2642 FE0F ; fully-qualified # 💇🏽♂️ E4.0 man getting haircut: medium skin tone
+1F487 1F3FD 200D 2642 ; minimally-qualified # 💇🏽♂ E4.0 man getting haircut: medium skin tone
+1F487 1F3FE 200D 2642 FE0F ; fully-qualified # 💇🏾♂️ E4.0 man getting haircut: medium-dark skin tone
+1F487 1F3FE 200D 2642 ; minimally-qualified # 💇🏾♂ E4.0 man getting haircut: medium-dark skin tone
+1F487 1F3FF 200D 2642 FE0F ; fully-qualified # 💇🏿♂️ E4.0 man getting haircut: dark skin tone
+1F487 1F3FF 200D 2642 ; minimally-qualified # 💇🏿♂ E4.0 man getting haircut: dark skin tone
+1F487 200D 2640 FE0F ; fully-qualified # 💇♀️ E4.0 woman getting haircut
+1F487 200D 2640 ; minimally-qualified # 💇♀ E4.0 woman getting haircut
+1F487 1F3FB 200D 2640 FE0F ; fully-qualified # 💇🏻♀️ E4.0 woman getting haircut: light skin tone
+1F487 1F3FB 200D 2640 ; minimally-qualified # 💇🏻♀ E4.0 woman getting haircut: light skin tone
+1F487 1F3FC 200D 2640 FE0F ; fully-qualified # 💇🏼♀️ E4.0 woman getting haircut: medium-light skin tone
+1F487 1F3FC 200D 2640 ; minimally-qualified # 💇🏼♀ E4.0 woman getting haircut: medium-light skin tone
+1F487 1F3FD 200D 2640 FE0F ; fully-qualified # 💇🏽♀️ E4.0 woman getting haircut: medium skin tone
+1F487 1F3FD 200D 2640 ; minimally-qualified # 💇🏽♀ E4.0 woman getting haircut: medium skin tone
+1F487 1F3FE 200D 2640 FE0F ; fully-qualified # 💇🏾♀️ E4.0 woman getting haircut: medium-dark skin tone
+1F487 1F3FE 200D 2640 ; minimally-qualified # 💇🏾♀ E4.0 woman getting haircut: medium-dark skin tone
+1F487 1F3FF 200D 2640 FE0F ; fully-qualified # 💇🏿♀️ E4.0 woman getting haircut: dark skin tone
+1F487 1F3FF 200D 2640 ; minimally-qualified # 💇🏿♀ E4.0 woman getting haircut: dark skin tone
+1F6B6 ; fully-qualified # 🚶 E0.6 person walking
+1F6B6 1F3FB ; fully-qualified # 🚶🏻 E1.0 person walking: light skin tone
+1F6B6 1F3FC ; fully-qualified # 🚶🏼 E1.0 person walking: medium-light skin tone
+1F6B6 1F3FD ; fully-qualified # 🚶🏽 E1.0 person walking: medium skin tone
+1F6B6 1F3FE ; fully-qualified # 🚶🏾 E1.0 person walking: medium-dark skin tone
+1F6B6 1F3FF ; fully-qualified # 🚶🏿 E1.0 person walking: dark skin tone
+1F6B6 200D 2642 FE0F ; fully-qualified # 🚶♂️ E4.0 man walking
+1F6B6 200D 2642 ; minimally-qualified # 🚶♂ E4.0 man walking
+1F6B6 1F3FB 200D 2642 FE0F ; fully-qualified # 🚶🏻♂️ E4.0 man walking: light skin tone
+1F6B6 1F3FB 200D 2642 ; minimally-qualified # 🚶🏻♂ E4.0 man walking: light skin tone
+1F6B6 1F3FC 200D 2642 FE0F ; fully-qualified # 🚶🏼♂️ E4.0 man walking: medium-light skin tone
+1F6B6 1F3FC 200D 2642 ; minimally-qualified # 🚶🏼♂ E4.0 man walking: medium-light skin tone
+1F6B6 1F3FD 200D 2642 FE0F ; fully-qualified # 🚶🏽♂️ E4.0 man walking: medium skin tone
+1F6B6 1F3FD 200D 2642 ; minimally-qualified # 🚶🏽♂ E4.0 man walking: medium skin tone
+1F6B6 1F3FE 200D 2642 FE0F ; fully-qualified # 🚶🏾♂️ E4.0 man walking: medium-dark skin tone
+1F6B6 1F3FE 200D 2642 ; minimally-qualified # 🚶🏾♂ E4.0 man walking: medium-dark skin tone
+1F6B6 1F3FF 200D 2642 FE0F ; fully-qualified # 🚶🏿♂️ E4.0 man walking: dark skin tone
+1F6B6 1F3FF 200D 2642 ; minimally-qualified # 🚶🏿♂ E4.0 man walking: dark skin tone
+1F6B6 200D 2640 FE0F ; fully-qualified # 🚶♀️ E4.0 woman walking
+1F6B6 200D 2640 ; minimally-qualified # 🚶♀ E4.0 woman walking
+1F6B6 1F3FB 200D 2640 FE0F ; fully-qualified # 🚶🏻♀️ E4.0 woman walking: light skin tone
+1F6B6 1F3FB 200D 2640 ; minimally-qualified # 🚶🏻♀ E4.0 woman walking: light skin tone
+1F6B6 1F3FC 200D 2640 FE0F ; fully-qualified # 🚶🏼♀️ E4.0 woman walking: medium-light skin tone
+1F6B6 1F3FC 200D 2640 ; minimally-qualified # 🚶🏼♀ E4.0 woman walking: medium-light skin tone
+1F6B6 1F3FD 200D 2640 FE0F ; fully-qualified # 🚶🏽♀️ E4.0 woman walking: medium skin tone
+1F6B6 1F3FD 200D 2640 ; minimally-qualified # 🚶🏽♀ E4.0 woman walking: medium skin tone
+1F6B6 1F3FE 200D 2640 FE0F ; fully-qualified # 🚶🏾♀️ E4.0 woman walking: medium-dark skin tone
+1F6B6 1F3FE 200D 2640 ; minimally-qualified # 🚶🏾♀ E4.0 woman walking: medium-dark skin tone
+1F6B6 1F3FF 200D 2640 FE0F ; fully-qualified # 🚶🏿♀️ E4.0 woman walking: dark skin tone
+1F6B6 1F3FF 200D 2640 ; minimally-qualified # 🚶🏿♀ E4.0 woman walking: dark skin tone
+1F6B6 200D 27A1 FE0F ; fully-qualified # 🚶➡️ E15.1 person walking facing right
+1F6B6 200D 27A1 ; minimally-qualified # 🚶➡ E15.1 person walking facing right
+1F6B6 1F3FB 200D 27A1 FE0F ; fully-qualified # 🚶🏻➡️ E15.1 person walking facing right: light skin tone
+1F6B6 1F3FB 200D 27A1 ; minimally-qualified # 🚶🏻➡ E15.1 person walking facing right: light skin tone
+1F6B6 1F3FC 200D 27A1 FE0F ; fully-qualified # 🚶🏼➡️ E15.1 person walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 27A1 ; minimally-qualified # 🚶🏼➡ E15.1 person walking facing right: medium-light skin tone
+1F6B6 1F3FD 200D 27A1 FE0F ; fully-qualified # 🚶🏽➡️ E15.1 person walking facing right: medium skin tone
+1F6B6 1F3FD 200D 27A1 ; minimally-qualified # 🚶🏽➡ E15.1 person walking facing right: medium skin tone
+1F6B6 1F3FE 200D 27A1 FE0F ; fully-qualified # 🚶🏾➡️ E15.1 person walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 27A1 ; minimally-qualified # 🚶🏾➡ E15.1 person walking facing right: medium-dark skin tone
+1F6B6 1F3FF 200D 27A1 FE0F ; fully-qualified # 🚶🏿➡️ E15.1 person walking facing right: dark skin tone
+1F6B6 1F3FF 200D 27A1 ; minimally-qualified # 🚶🏿➡ E15.1 person walking facing right: dark skin tone
+1F6B6 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶♀️➡️ E15.1 woman walking facing right
+1F6B6 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶♀➡️ E15.1 woman walking facing right
+1F6B6 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶♀️➡ E15.1 woman walking facing right
+1F6B6 200D 2640 200D 27A1 ; minimally-qualified # 🚶♀➡ E15.1 woman walking facing right
+1F6B6 1F3FB 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏻♀️➡️ E15.1 woman walking facing right: light skin tone
+1F6B6 1F3FB 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶🏻♀➡️ E15.1 woman walking facing right: light skin tone
+1F6B6 1F3FB 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶🏻♀️➡ E15.1 woman walking facing right: light skin tone
+1F6B6 1F3FB 200D 2640 200D 27A1 ; minimally-qualified # 🚶🏻♀➡ E15.1 woman walking facing right: light skin tone
+1F6B6 1F3FC 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏼♀️➡️ E15.1 woman walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶🏼♀➡️ E15.1 woman walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶🏼♀️➡ E15.1 woman walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2640 200D 27A1 ; minimally-qualified # 🚶🏼♀➡ E15.1 woman walking facing right: medium-light skin tone
+1F6B6 1F3FD 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏽♀️➡️ E15.1 woman walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶🏽♀➡️ E15.1 woman walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶🏽♀️➡ E15.1 woman walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2640 200D 27A1 ; minimally-qualified # 🚶🏽♀➡ E15.1 woman walking facing right: medium skin tone
+1F6B6 1F3FE 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏾♀️➡️ E15.1 woman walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶🏾♀➡️ E15.1 woman walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶🏾♀️➡ E15.1 woman walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2640 200D 27A1 ; minimally-qualified # 🚶🏾♀➡ E15.1 woman walking facing right: medium-dark skin tone
+1F6B6 1F3FF 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏿♀️➡️ E15.1 woman walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🚶🏿♀➡️ E15.1 woman walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🚶🏿♀️➡ E15.1 woman walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2640 200D 27A1 ; minimally-qualified # 🚶🏿♀➡ E15.1 woman walking facing right: dark skin tone
+1F6B6 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶♂️➡️ E15.1 man walking facing right
+1F6B6 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶♂➡️ E15.1 man walking facing right
+1F6B6 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶♂️➡ E15.1 man walking facing right
+1F6B6 200D 2642 200D 27A1 ; minimally-qualified # 🚶♂➡ E15.1 man walking facing right
+1F6B6 1F3FB 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏻♂️➡️ E15.1 man walking facing right: light skin tone
+1F6B6 1F3FB 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶🏻♂➡️ E15.1 man walking facing right: light skin tone
+1F6B6 1F3FB 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶🏻♂️➡ E15.1 man walking facing right: light skin tone
+1F6B6 1F3FB 200D 2642 200D 27A1 ; minimally-qualified # 🚶🏻♂➡ E15.1 man walking facing right: light skin tone
+1F6B6 1F3FC 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏼♂️➡️ E15.1 man walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶🏼♂➡️ E15.1 man walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶🏼♂️➡ E15.1 man walking facing right: medium-light skin tone
+1F6B6 1F3FC 200D 2642 200D 27A1 ; minimally-qualified # 🚶🏼♂➡ E15.1 man walking facing right: medium-light skin tone
+1F6B6 1F3FD 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏽♂️➡️ E15.1 man walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶🏽♂➡️ E15.1 man walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶🏽♂️➡ E15.1 man walking facing right: medium skin tone
+1F6B6 1F3FD 200D 2642 200D 27A1 ; minimally-qualified # 🚶🏽♂➡ E15.1 man walking facing right: medium skin tone
+1F6B6 1F3FE 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏾♂️➡️ E15.1 man walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶🏾♂➡️ E15.1 man walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶🏾♂️➡ E15.1 man walking facing right: medium-dark skin tone
+1F6B6 1F3FE 200D 2642 200D 27A1 ; minimally-qualified # 🚶🏾♂➡ E15.1 man walking facing right: medium-dark skin tone
+1F6B6 1F3FF 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🚶🏿♂️➡️ E15.1 man walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🚶🏿♂➡️ E15.1 man walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🚶🏿♂️➡ E15.1 man walking facing right: dark skin tone
+1F6B6 1F3FF 200D 2642 200D 27A1 ; minimally-qualified # 🚶🏿♂➡ E15.1 man walking facing right: dark skin tone
+1F9CD ; fully-qualified # 🧍 E12.0 person standing
+1F9CD 1F3FB ; fully-qualified # 🧍🏻 E12.0 person standing: light skin tone
+1F9CD 1F3FC ; fully-qualified # 🧍🏼 E12.0 person standing: medium-light skin tone
+1F9CD 1F3FD ; fully-qualified # 🧍🏽 E12.0 person standing: medium skin tone
+1F9CD 1F3FE ; fully-qualified # 🧍🏾 E12.0 person standing: medium-dark skin tone
+1F9CD 1F3FF ; fully-qualified # 🧍🏿 E12.0 person standing: dark skin tone
+1F9CD 200D 2642 FE0F ; fully-qualified # 🧍♂️ E12.0 man standing
+1F9CD 200D 2642 ; minimally-qualified # 🧍♂ E12.0 man standing
+1F9CD 1F3FB 200D 2642 FE0F ; fully-qualified # 🧍🏻♂️ E12.0 man standing: light skin tone
+1F9CD 1F3FB 200D 2642 ; minimally-qualified # 🧍🏻♂ E12.0 man standing: light skin tone
+1F9CD 1F3FC 200D 2642 FE0F ; fully-qualified # 🧍🏼♂️ E12.0 man standing: medium-light skin tone
+1F9CD 1F3FC 200D 2642 ; minimally-qualified # 🧍🏼♂ E12.0 man standing: medium-light skin tone
+1F9CD 1F3FD 200D 2642 FE0F ; fully-qualified # 🧍🏽♂️ E12.0 man standing: medium skin tone
+1F9CD 1F3FD 200D 2642 ; minimally-qualified # 🧍🏽♂ E12.0 man standing: medium skin tone
+1F9CD 1F3FE 200D 2642 FE0F ; fully-qualified # 🧍🏾♂️ E12.0 man standing: medium-dark skin tone
+1F9CD 1F3FE 200D 2642 ; minimally-qualified # 🧍🏾♂ E12.0 man standing: medium-dark skin tone
+1F9CD 1F3FF 200D 2642 FE0F ; fully-qualified # 🧍🏿♂️ E12.0 man standing: dark skin tone
+1F9CD 1F3FF 200D 2642 ; minimally-qualified # 🧍🏿♂ E12.0 man standing: dark skin tone
+1F9CD 200D 2640 FE0F ; fully-qualified # 🧍♀️ E12.0 woman standing
+1F9CD 200D 2640 ; minimally-qualified # 🧍♀ E12.0 woman standing
+1F9CD 1F3FB 200D 2640 FE0F ; fully-qualified # 🧍🏻♀️ E12.0 woman standing: light skin tone
+1F9CD 1F3FB 200D 2640 ; minimally-qualified # 🧍🏻♀ E12.0 woman standing: light skin tone
+1F9CD 1F3FC 200D 2640 FE0F ; fully-qualified # 🧍🏼♀️ E12.0 woman standing: medium-light skin tone
+1F9CD 1F3FC 200D 2640 ; minimally-qualified # 🧍🏼♀ E12.0 woman standing: medium-light skin tone
+1F9CD 1F3FD 200D 2640 FE0F ; fully-qualified # 🧍🏽♀️ E12.0 woman standing: medium skin tone
+1F9CD 1F3FD 200D 2640 ; minimally-qualified # 🧍🏽♀ E12.0 woman standing: medium skin tone
+1F9CD 1F3FE 200D 2640 FE0F ; fully-qualified # 🧍🏾♀️ E12.0 woman standing: medium-dark skin tone
+1F9CD 1F3FE 200D 2640 ; minimally-qualified # 🧍🏾♀ E12.0 woman standing: medium-dark skin tone
+1F9CD 1F3FF 200D 2640 FE0F ; fully-qualified # 🧍🏿♀️ E12.0 woman standing: dark skin tone
+1F9CD 1F3FF 200D 2640 ; minimally-qualified # 🧍🏿♀ E12.0 woman standing: dark skin tone
+1F9CE ; fully-qualified # 🧎 E12.0 person kneeling
+1F9CE 1F3FB ; fully-qualified # 🧎🏻 E12.0 person kneeling: light skin tone
+1F9CE 1F3FC ; fully-qualified # 🧎🏼 E12.0 person kneeling: medium-light skin tone
+1F9CE 1F3FD ; fully-qualified # 🧎🏽 E12.0 person kneeling: medium skin tone
+1F9CE 1F3FE ; fully-qualified # 🧎🏾 E12.0 person kneeling: medium-dark skin tone
+1F9CE 1F3FF ; fully-qualified # 🧎🏿 E12.0 person kneeling: dark skin tone
+1F9CE 200D 2642 FE0F ; fully-qualified # 🧎♂️ E12.0 man kneeling
+1F9CE 200D 2642 ; minimally-qualified # 🧎♂ E12.0 man kneeling
+1F9CE 1F3FB 200D 2642 FE0F ; fully-qualified # 🧎🏻♂️ E12.0 man kneeling: light skin tone
+1F9CE 1F3FB 200D 2642 ; minimally-qualified # 🧎🏻♂ E12.0 man kneeling: light skin tone
+1F9CE 1F3FC 200D 2642 FE0F ; fully-qualified # 🧎🏼♂️ E12.0 man kneeling: medium-light skin tone
+1F9CE 1F3FC 200D 2642 ; minimally-qualified # 🧎🏼♂ E12.0 man kneeling: medium-light skin tone
+1F9CE 1F3FD 200D 2642 FE0F ; fully-qualified # 🧎🏽♂️ E12.0 man kneeling: medium skin tone
+1F9CE 1F3FD 200D 2642 ; minimally-qualified # 🧎🏽♂ E12.0 man kneeling: medium skin tone
+1F9CE 1F3FE 200D 2642 FE0F ; fully-qualified # 🧎🏾♂️ E12.0 man kneeling: medium-dark skin tone
+1F9CE 1F3FE 200D 2642 ; minimally-qualified # 🧎🏾♂ E12.0 man kneeling: medium-dark skin tone
+1F9CE 1F3FF 200D 2642 FE0F ; fully-qualified # 🧎🏿♂️ E12.0 man kneeling: dark skin tone
+1F9CE 1F3FF 200D 2642 ; minimally-qualified # 🧎🏿♂ E12.0 man kneeling: dark skin tone
+1F9CE 200D 2640 FE0F ; fully-qualified # 🧎♀️ E12.0 woman kneeling
+1F9CE 200D 2640 ; minimally-qualified # 🧎♀ E12.0 woman kneeling
+1F9CE 1F3FB 200D 2640 FE0F ; fully-qualified # 🧎🏻♀️ E12.0 woman kneeling: light skin tone
+1F9CE 1F3FB 200D 2640 ; minimally-qualified # 🧎🏻♀ E12.0 woman kneeling: light skin tone
+1F9CE 1F3FC 200D 2640 FE0F ; fully-qualified # 🧎🏼♀️ E12.0 woman kneeling: medium-light skin tone
+1F9CE 1F3FC 200D 2640 ; minimally-qualified # 🧎🏼♀ E12.0 woman kneeling: medium-light skin tone
+1F9CE 1F3FD 200D 2640 FE0F ; fully-qualified # 🧎🏽♀️ E12.0 woman kneeling: medium skin tone
+1F9CE 1F3FD 200D 2640 ; minimally-qualified # 🧎🏽♀ E12.0 woman kneeling: medium skin tone
+1F9CE 1F3FE 200D 2640 FE0F ; fully-qualified # 🧎🏾♀️ E12.0 woman kneeling: medium-dark skin tone
+1F9CE 1F3FE 200D 2640 ; minimally-qualified # 🧎🏾♀ E12.0 woman kneeling: medium-dark skin tone
+1F9CE 1F3FF 200D 2640 FE0F ; fully-qualified # 🧎🏿♀️ E12.0 woman kneeling: dark skin tone
+1F9CE 1F3FF 200D 2640 ; minimally-qualified # 🧎🏿♀ E12.0 woman kneeling: dark skin tone
+1F9CE 200D 27A1 FE0F ; fully-qualified # 🧎➡️ E15.1 person kneeling facing right
+1F9CE 200D 27A1 ; minimally-qualified # 🧎➡ E15.1 person kneeling facing right
+1F9CE 1F3FB 200D 27A1 FE0F ; fully-qualified # 🧎🏻➡️ E15.1 person kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 27A1 ; minimally-qualified # 🧎🏻➡ E15.1 person kneeling facing right: light skin tone
+1F9CE 1F3FC 200D 27A1 FE0F ; fully-qualified # 🧎🏼➡️ E15.1 person kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 27A1 ; minimally-qualified # 🧎🏼➡ E15.1 person kneeling facing right: medium-light skin tone
+1F9CE 1F3FD 200D 27A1 FE0F ; fully-qualified # 🧎🏽➡️ E15.1 person kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 27A1 ; minimally-qualified # 🧎🏽➡ E15.1 person kneeling facing right: medium skin tone
+1F9CE 1F3FE 200D 27A1 FE0F ; fully-qualified # 🧎🏾➡️ E15.1 person kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 27A1 ; minimally-qualified # 🧎🏾➡ E15.1 person kneeling facing right: medium-dark skin tone
+1F9CE 1F3FF 200D 27A1 FE0F ; fully-qualified # 🧎🏿➡️ E15.1 person kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 27A1 ; minimally-qualified # 🧎🏿➡ E15.1 person kneeling facing right: dark skin tone
+1F9CE 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎♀️➡️ E15.1 woman kneeling facing right
+1F9CE 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎♀➡️ E15.1 woman kneeling facing right
+1F9CE 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎♀️➡ E15.1 woman kneeling facing right
+1F9CE 200D 2640 200D 27A1 ; minimally-qualified # 🧎♀➡ E15.1 woman kneeling facing right
+1F9CE 1F3FB 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏻♀️➡️ E15.1 woman kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎🏻♀➡️ E15.1 woman kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎🏻♀️➡ E15.1 woman kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2640 200D 27A1 ; minimally-qualified # 🧎🏻♀➡ E15.1 woman kneeling facing right: light skin tone
+1F9CE 1F3FC 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏼♀️➡️ E15.1 woman kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎🏼♀➡️ E15.1 woman kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎🏼♀️➡ E15.1 woman kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2640 200D 27A1 ; minimally-qualified # 🧎🏼♀➡ E15.1 woman kneeling facing right: medium-light skin tone
+1F9CE 1F3FD 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏽♀️➡️ E15.1 woman kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎🏽♀➡️ E15.1 woman kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎🏽♀️➡ E15.1 woman kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2640 200D 27A1 ; minimally-qualified # 🧎🏽♀➡ E15.1 woman kneeling facing right: medium skin tone
+1F9CE 1F3FE 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏾♀️➡️ E15.1 woman kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎🏾♀➡️ E15.1 woman kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎🏾♀️➡ E15.1 woman kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2640 200D 27A1 ; minimally-qualified # 🧎🏾♀➡ E15.1 woman kneeling facing right: medium-dark skin tone
+1F9CE 1F3FF 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏿♀️➡️ E15.1 woman kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🧎🏿♀➡️ E15.1 woman kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🧎🏿♀️➡ E15.1 woman kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2640 200D 27A1 ; minimally-qualified # 🧎🏿♀➡ E15.1 woman kneeling facing right: dark skin tone
+1F9CE 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎♂️➡️ E15.1 man kneeling facing right
+1F9CE 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎♂➡️ E15.1 man kneeling facing right
+1F9CE 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎♂️➡ E15.1 man kneeling facing right
+1F9CE 200D 2642 200D 27A1 ; minimally-qualified # 🧎♂➡ E15.1 man kneeling facing right
+1F9CE 1F3FB 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏻♂️➡️ E15.1 man kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎🏻♂➡️ E15.1 man kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎🏻♂️➡ E15.1 man kneeling facing right: light skin tone
+1F9CE 1F3FB 200D 2642 200D 27A1 ; minimally-qualified # 🧎🏻♂➡ E15.1 man kneeling facing right: light skin tone
+1F9CE 1F3FC 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏼♂️➡️ E15.1 man kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎🏼♂➡️ E15.1 man kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎🏼♂️➡ E15.1 man kneeling facing right: medium-light skin tone
+1F9CE 1F3FC 200D 2642 200D 27A1 ; minimally-qualified # 🧎🏼♂➡ E15.1 man kneeling facing right: medium-light skin tone
+1F9CE 1F3FD 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏽♂️➡️ E15.1 man kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎🏽♂➡️ E15.1 man kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎🏽♂️➡ E15.1 man kneeling facing right: medium skin tone
+1F9CE 1F3FD 200D 2642 200D 27A1 ; minimally-qualified # 🧎🏽♂➡ E15.1 man kneeling facing right: medium skin tone
+1F9CE 1F3FE 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏾♂️➡️ E15.1 man kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎🏾♂➡️ E15.1 man kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎🏾♂️➡ E15.1 man kneeling facing right: medium-dark skin tone
+1F9CE 1F3FE 200D 2642 200D 27A1 ; minimally-qualified # 🧎🏾♂➡ E15.1 man kneeling facing right: medium-dark skin tone
+1F9CE 1F3FF 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🧎🏿♂️➡️ E15.1 man kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🧎🏿♂➡️ E15.1 man kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🧎🏿♂️➡ E15.1 man kneeling facing right: dark skin tone
+1F9CE 1F3FF 200D 2642 200D 27A1 ; minimally-qualified # 🧎🏿♂➡ E15.1 man kneeling facing right: dark skin tone
+1F9D1 200D 1F9AF ; fully-qualified # 🧑🦯 E12.1 person with white cane
+1F9D1 1F3FB 200D 1F9AF ; fully-qualified # 🧑🏻🦯 E12.1 person with white cane: light skin tone
+1F9D1 1F3FC 200D 1F9AF ; fully-qualified # 🧑🏼🦯 E12.1 person with white cane: medium-light skin tone
+1F9D1 1F3FD 200D 1F9AF ; fully-qualified # 🧑🏽🦯 E12.1 person with white cane: medium skin tone
+1F9D1 1F3FE 200D 1F9AF ; fully-qualified # 🧑🏾🦯 E12.1 person with white cane: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9AF ; fully-qualified # 🧑🏿🦯 E12.1 person with white cane: dark skin tone
+1F9D1 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🦯➡️ E15.1 person with white cane facing right
+1F9D1 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🦯➡ E15.1 person with white cane facing right
+1F9D1 1F3FB 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🏻🦯➡️ E15.1 person with white cane facing right: light skin tone
+1F9D1 1F3FB 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🏻🦯➡ E15.1 person with white cane facing right: light skin tone
+1F9D1 1F3FC 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🏼🦯➡️ E15.1 person with white cane facing right: medium-light skin tone
+1F9D1 1F3FC 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🏼🦯➡ E15.1 person with white cane facing right: medium-light skin tone
+1F9D1 1F3FD 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🏽🦯➡️ E15.1 person with white cane facing right: medium skin tone
+1F9D1 1F3FD 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🏽🦯➡ E15.1 person with white cane facing right: medium skin tone
+1F9D1 1F3FE 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🏾🦯➡️ E15.1 person with white cane facing right: medium-dark skin tone
+1F9D1 1F3FE 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🏾🦯➡ E15.1 person with white cane facing right: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 🧑🏿🦯➡️ E15.1 person with white cane facing right: dark skin tone
+1F9D1 1F3FF 200D 1F9AF 200D 27A1 ; minimally-qualified # 🧑🏿🦯➡ E15.1 person with white cane facing right: dark skin tone
+1F468 200D 1F9AF ; fully-qualified # 👨🦯 E12.0 man with white cane
+1F468 1F3FB 200D 1F9AF ; fully-qualified # 👨🏻🦯 E12.0 man with white cane: light skin tone
+1F468 1F3FC 200D 1F9AF ; fully-qualified # 👨🏼🦯 E12.0 man with white cane: medium-light skin tone
+1F468 1F3FD 200D 1F9AF ; fully-qualified # 👨🏽🦯 E12.0 man with white cane: medium skin tone
+1F468 1F3FE 200D 1F9AF ; fully-qualified # 👨🏾🦯 E12.0 man with white cane: medium-dark skin tone
+1F468 1F3FF 200D 1F9AF ; fully-qualified # 👨🏿🦯 E12.0 man with white cane: dark skin tone
+1F468 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🦯➡️ E15.1 man with white cane facing right
+1F468 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🦯➡ E15.1 man with white cane facing right
+1F468 1F3FB 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🏻🦯➡️ E15.1 man with white cane facing right: light skin tone
+1F468 1F3FB 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🏻🦯➡ E15.1 man with white cane facing right: light skin tone
+1F468 1F3FC 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🏼🦯➡️ E15.1 man with white cane facing right: medium-light skin tone
+1F468 1F3FC 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🏼🦯➡ E15.1 man with white cane facing right: medium-light skin tone
+1F468 1F3FD 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🏽🦯➡️ E15.1 man with white cane facing right: medium skin tone
+1F468 1F3FD 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🏽🦯➡ E15.1 man with white cane facing right: medium skin tone
+1F468 1F3FE 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🏾🦯➡️ E15.1 man with white cane facing right: medium-dark skin tone
+1F468 1F3FE 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🏾🦯➡ E15.1 man with white cane facing right: medium-dark skin tone
+1F468 1F3FF 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👨🏿🦯➡️ E15.1 man with white cane facing right: dark skin tone
+1F468 1F3FF 200D 1F9AF 200D 27A1 ; minimally-qualified # 👨🏿🦯➡ E15.1 man with white cane facing right: dark skin tone
+1F469 200D 1F9AF ; fully-qualified # 👩🦯 E12.0 woman with white cane
+1F469 1F3FB 200D 1F9AF ; fully-qualified # 👩🏻🦯 E12.0 woman with white cane: light skin tone
+1F469 1F3FC 200D 1F9AF ; fully-qualified # 👩🏼🦯 E12.0 woman with white cane: medium-light skin tone
+1F469 1F3FD 200D 1F9AF ; fully-qualified # 👩🏽🦯 E12.0 woman with white cane: medium skin tone
+1F469 1F3FE 200D 1F9AF ; fully-qualified # 👩🏾🦯 E12.0 woman with white cane: medium-dark skin tone
+1F469 1F3FF 200D 1F9AF ; fully-qualified # 👩🏿🦯 E12.0 woman with white cane: dark skin tone
+1F469 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🦯➡️ E15.1 woman with white cane facing right
+1F469 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🦯➡ E15.1 woman with white cane facing right
+1F469 1F3FB 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🏻🦯➡️ E15.1 woman with white cane facing right: light skin tone
+1F469 1F3FB 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🏻🦯➡ E15.1 woman with white cane facing right: light skin tone
+1F469 1F3FC 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🏼🦯➡️ E15.1 woman with white cane facing right: medium-light skin tone
+1F469 1F3FC 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🏼🦯➡ E15.1 woman with white cane facing right: medium-light skin tone
+1F469 1F3FD 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🏽🦯➡️ E15.1 woman with white cane facing right: medium skin tone
+1F469 1F3FD 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🏽🦯➡ E15.1 woman with white cane facing right: medium skin tone
+1F469 1F3FE 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🏾🦯➡️ E15.1 woman with white cane facing right: medium-dark skin tone
+1F469 1F3FE 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🏾🦯➡ E15.1 woman with white cane facing right: medium-dark skin tone
+1F469 1F3FF 200D 1F9AF 200D 27A1 FE0F ; fully-qualified # 👩🏿🦯➡️ E15.1 woman with white cane facing right: dark skin tone
+1F469 1F3FF 200D 1F9AF 200D 27A1 ; minimally-qualified # 👩🏿🦯➡ E15.1 woman with white cane facing right: dark skin tone
+1F9D1 200D 1F9BC ; fully-qualified # 🧑🦼 E12.1 person in motorized wheelchair
+1F9D1 1F3FB 200D 1F9BC ; fully-qualified # 🧑🏻🦼 E12.1 person in motorized wheelchair: light skin tone
+1F9D1 1F3FC 200D 1F9BC ; fully-qualified # 🧑🏼🦼 E12.1 person in motorized wheelchair: medium-light skin tone
+1F9D1 1F3FD 200D 1F9BC ; fully-qualified # 🧑🏽🦼 E12.1 person in motorized wheelchair: medium skin tone
+1F9D1 1F3FE 200D 1F9BC ; fully-qualified # 🧑🏾🦼 E12.1 person in motorized wheelchair: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9BC ; fully-qualified # 🧑🏿🦼 E12.1 person in motorized wheelchair: dark skin tone
+1F9D1 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🦼➡️ E15.1 person in motorized wheelchair facing right
+1F9D1 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🦼➡ E15.1 person in motorized wheelchair facing right
+1F9D1 1F3FB 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🏻🦼➡️ E15.1 person in motorized wheelchair facing right: light skin tone
+1F9D1 1F3FB 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🏻🦼➡ E15.1 person in motorized wheelchair facing right: light skin tone
+1F9D1 1F3FC 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🏼🦼➡️ E15.1 person in motorized wheelchair facing right: medium-light skin tone
+1F9D1 1F3FC 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🏼🦼➡ E15.1 person in motorized wheelchair facing right: medium-light skin tone
+1F9D1 1F3FD 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🏽🦼➡️ E15.1 person in motorized wheelchair facing right: medium skin tone
+1F9D1 1F3FD 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🏽🦼➡ E15.1 person in motorized wheelchair facing right: medium skin tone
+1F9D1 1F3FE 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🏾🦼➡️ E15.1 person in motorized wheelchair facing right: medium-dark skin tone
+1F9D1 1F3FE 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🏾🦼➡ E15.1 person in motorized wheelchair facing right: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 🧑🏿🦼➡️ E15.1 person in motorized wheelchair facing right: dark skin tone
+1F9D1 1F3FF 200D 1F9BC 200D 27A1 ; minimally-qualified # 🧑🏿🦼➡ E15.1 person in motorized wheelchair facing right: dark skin tone
+1F468 200D 1F9BC ; fully-qualified # 👨🦼 E12.0 man in motorized wheelchair
+1F468 1F3FB 200D 1F9BC ; fully-qualified # 👨🏻🦼 E12.0 man in motorized wheelchair: light skin tone
+1F468 1F3FC 200D 1F9BC ; fully-qualified # 👨🏼🦼 E12.0 man in motorized wheelchair: medium-light skin tone
+1F468 1F3FD 200D 1F9BC ; fully-qualified # 👨🏽🦼 E12.0 man in motorized wheelchair: medium skin tone
+1F468 1F3FE 200D 1F9BC ; fully-qualified # 👨🏾🦼 E12.0 man in motorized wheelchair: medium-dark skin tone
+1F468 1F3FF 200D 1F9BC ; fully-qualified # 👨🏿🦼 E12.0 man in motorized wheelchair: dark skin tone
+1F468 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🦼➡️ E15.1 man in motorized wheelchair facing right
+1F468 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🦼➡ E15.1 man in motorized wheelchair facing right
+1F468 1F3FB 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🏻🦼➡️ E15.1 man in motorized wheelchair facing right: light skin tone
+1F468 1F3FB 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🏻🦼➡ E15.1 man in motorized wheelchair facing right: light skin tone
+1F468 1F3FC 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🏼🦼➡️ E15.1 man in motorized wheelchair facing right: medium-light skin tone
+1F468 1F3FC 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🏼🦼➡ E15.1 man in motorized wheelchair facing right: medium-light skin tone
+1F468 1F3FD 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🏽🦼➡️ E15.1 man in motorized wheelchair facing right: medium skin tone
+1F468 1F3FD 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🏽🦼➡ E15.1 man in motorized wheelchair facing right: medium skin tone
+1F468 1F3FE 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🏾🦼➡️ E15.1 man in motorized wheelchair facing right: medium-dark skin tone
+1F468 1F3FE 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🏾🦼➡ E15.1 man in motorized wheelchair facing right: medium-dark skin tone
+1F468 1F3FF 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👨🏿🦼➡️ E15.1 man in motorized wheelchair facing right: dark skin tone
+1F468 1F3FF 200D 1F9BC 200D 27A1 ; minimally-qualified # 👨🏿🦼➡ E15.1 man in motorized wheelchair facing right: dark skin tone
+1F469 200D 1F9BC ; fully-qualified # 👩🦼 E12.0 woman in motorized wheelchair
+1F469 1F3FB 200D 1F9BC ; fully-qualified # 👩🏻🦼 E12.0 woman in motorized wheelchair: light skin tone
+1F469 1F3FC 200D 1F9BC ; fully-qualified # 👩🏼🦼 E12.0 woman in motorized wheelchair: medium-light skin tone
+1F469 1F3FD 200D 1F9BC ; fully-qualified # 👩🏽🦼 E12.0 woman in motorized wheelchair: medium skin tone
+1F469 1F3FE 200D 1F9BC ; fully-qualified # 👩🏾🦼 E12.0 woman in motorized wheelchair: medium-dark skin tone
+1F469 1F3FF 200D 1F9BC ; fully-qualified # 👩🏿🦼 E12.0 woman in motorized wheelchair: dark skin tone
+1F469 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🦼➡️ E15.1 woman in motorized wheelchair facing right
+1F469 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🦼➡ E15.1 woman in motorized wheelchair facing right
+1F469 1F3FB 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🏻🦼➡️ E15.1 woman in motorized wheelchair facing right: light skin tone
+1F469 1F3FB 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🏻🦼➡ E15.1 woman in motorized wheelchair facing right: light skin tone
+1F469 1F3FC 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🏼🦼➡️ E15.1 woman in motorized wheelchair facing right: medium-light skin tone
+1F469 1F3FC 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🏼🦼➡ E15.1 woman in motorized wheelchair facing right: medium-light skin tone
+1F469 1F3FD 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🏽🦼➡️ E15.1 woman in motorized wheelchair facing right: medium skin tone
+1F469 1F3FD 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🏽🦼➡ E15.1 woman in motorized wheelchair facing right: medium skin tone
+1F469 1F3FE 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🏾🦼➡️ E15.1 woman in motorized wheelchair facing right: medium-dark skin tone
+1F469 1F3FE 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🏾🦼➡ E15.1 woman in motorized wheelchair facing right: medium-dark skin tone
+1F469 1F3FF 200D 1F9BC 200D 27A1 FE0F ; fully-qualified # 👩🏿🦼➡️ E15.1 woman in motorized wheelchair facing right: dark skin tone
+1F469 1F3FF 200D 1F9BC 200D 27A1 ; minimally-qualified # 👩🏿🦼➡ E15.1 woman in motorized wheelchair facing right: dark skin tone
+1F9D1 200D 1F9BD ; fully-qualified # 🧑🦽 E12.1 person in manual wheelchair
+1F9D1 1F3FB 200D 1F9BD ; fully-qualified # 🧑🏻🦽 E12.1 person in manual wheelchair: light skin tone
+1F9D1 1F3FC 200D 1F9BD ; fully-qualified # 🧑🏼🦽 E12.1 person in manual wheelchair: medium-light skin tone
+1F9D1 1F3FD 200D 1F9BD ; fully-qualified # 🧑🏽🦽 E12.1 person in manual wheelchair: medium skin tone
+1F9D1 1F3FE 200D 1F9BD ; fully-qualified # 🧑🏾🦽 E12.1 person in manual wheelchair: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9BD ; fully-qualified # 🧑🏿🦽 E12.1 person in manual wheelchair: dark skin tone
+1F9D1 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🦽➡️ E15.1 person in manual wheelchair facing right
+1F9D1 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🦽➡ E15.1 person in manual wheelchair facing right
+1F9D1 1F3FB 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🏻🦽➡️ E15.1 person in manual wheelchair facing right: light skin tone
+1F9D1 1F3FB 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🏻🦽➡ E15.1 person in manual wheelchair facing right: light skin tone
+1F9D1 1F3FC 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🏼🦽➡️ E15.1 person in manual wheelchair facing right: medium-light skin tone
+1F9D1 1F3FC 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🏼🦽➡ E15.1 person in manual wheelchair facing right: medium-light skin tone
+1F9D1 1F3FD 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🏽🦽➡️ E15.1 person in manual wheelchair facing right: medium skin tone
+1F9D1 1F3FD 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🏽🦽➡ E15.1 person in manual wheelchair facing right: medium skin tone
+1F9D1 1F3FE 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🏾🦽➡️ E15.1 person in manual wheelchair facing right: medium-dark skin tone
+1F9D1 1F3FE 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🏾🦽➡ E15.1 person in manual wheelchair facing right: medium-dark skin tone
+1F9D1 1F3FF 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 🧑🏿🦽➡️ E15.1 person in manual wheelchair facing right: dark skin tone
+1F9D1 1F3FF 200D 1F9BD 200D 27A1 ; minimally-qualified # 🧑🏿🦽➡ E15.1 person in manual wheelchair facing right: dark skin tone
+1F468 200D 1F9BD ; fully-qualified # 👨🦽 E12.0 man in manual wheelchair
+1F468 1F3FB 200D 1F9BD ; fully-qualified # 👨🏻🦽 E12.0 man in manual wheelchair: light skin tone
+1F468 1F3FC 200D 1F9BD ; fully-qualified # 👨🏼🦽 E12.0 man in manual wheelchair: medium-light skin tone
+1F468 1F3FD 200D 1F9BD ; fully-qualified # 👨🏽🦽 E12.0 man in manual wheelchair: medium skin tone
+1F468 1F3FE 200D 1F9BD ; fully-qualified # 👨🏾🦽 E12.0 man in manual wheelchair: medium-dark skin tone
+1F468 1F3FF 200D 1F9BD ; fully-qualified # 👨🏿🦽 E12.0 man in manual wheelchair: dark skin tone
+1F468 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🦽➡️ E15.1 man in manual wheelchair facing right
+1F468 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🦽➡ E15.1 man in manual wheelchair facing right
+1F468 1F3FB 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🏻🦽➡️ E15.1 man in manual wheelchair facing right: light skin tone
+1F468 1F3FB 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🏻🦽➡ E15.1 man in manual wheelchair facing right: light skin tone
+1F468 1F3FC 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🏼🦽➡️ E15.1 man in manual wheelchair facing right: medium-light skin tone
+1F468 1F3FC 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🏼🦽➡ E15.1 man in manual wheelchair facing right: medium-light skin tone
+1F468 1F3FD 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🏽🦽➡️ E15.1 man in manual wheelchair facing right: medium skin tone
+1F468 1F3FD 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🏽🦽➡ E15.1 man in manual wheelchair facing right: medium skin tone
+1F468 1F3FE 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🏾🦽➡️ E15.1 man in manual wheelchair facing right: medium-dark skin tone
+1F468 1F3FE 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🏾🦽➡ E15.1 man in manual wheelchair facing right: medium-dark skin tone
+1F468 1F3FF 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👨🏿🦽➡️ E15.1 man in manual wheelchair facing right: dark skin tone
+1F468 1F3FF 200D 1F9BD 200D 27A1 ; minimally-qualified # 👨🏿🦽➡ E15.1 man in manual wheelchair facing right: dark skin tone
+1F469 200D 1F9BD ; fully-qualified # 👩🦽 E12.0 woman in manual wheelchair
+1F469 1F3FB 200D 1F9BD ; fully-qualified # 👩🏻🦽 E12.0 woman in manual wheelchair: light skin tone
+1F469 1F3FC 200D 1F9BD ; fully-qualified # 👩🏼🦽 E12.0 woman in manual wheelchair: medium-light skin tone
+1F469 1F3FD 200D 1F9BD ; fully-qualified # 👩🏽🦽 E12.0 woman in manual wheelchair: medium skin tone
+1F469 1F3FE 200D 1F9BD ; fully-qualified # 👩🏾🦽 E12.0 woman in manual wheelchair: medium-dark skin tone
+1F469 1F3FF 200D 1F9BD ; fully-qualified # 👩🏿🦽 E12.0 woman in manual wheelchair: dark skin tone
+1F469 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🦽➡️ E15.1 woman in manual wheelchair facing right
+1F469 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🦽➡ E15.1 woman in manual wheelchair facing right
+1F469 1F3FB 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🏻🦽➡️ E15.1 woman in manual wheelchair facing right: light skin tone
+1F469 1F3FB 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🏻🦽➡ E15.1 woman in manual wheelchair facing right: light skin tone
+1F469 1F3FC 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🏼🦽➡️ E15.1 woman in manual wheelchair facing right: medium-light skin tone
+1F469 1F3FC 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🏼🦽➡ E15.1 woman in manual wheelchair facing right: medium-light skin tone
+1F469 1F3FD 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🏽🦽➡️ E15.1 woman in manual wheelchair facing right: medium skin tone
+1F469 1F3FD 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🏽🦽➡ E15.1 woman in manual wheelchair facing right: medium skin tone
+1F469 1F3FE 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🏾🦽➡️ E15.1 woman in manual wheelchair facing right: medium-dark skin tone
+1F469 1F3FE 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🏾🦽➡ E15.1 woman in manual wheelchair facing right: medium-dark skin tone
+1F469 1F3FF 200D 1F9BD 200D 27A1 FE0F ; fully-qualified # 👩🏿🦽➡️ E15.1 woman in manual wheelchair facing right: dark skin tone
+1F469 1F3FF 200D 1F9BD 200D 27A1 ; minimally-qualified # 👩🏿🦽➡ E15.1 woman in manual wheelchair facing right: dark skin tone
+1F3C3 ; fully-qualified # 🏃 E0.6 person running
+1F3C3 1F3FB ; fully-qualified # 🏃🏻 E1.0 person running: light skin tone
+1F3C3 1F3FC ; fully-qualified # 🏃🏼 E1.0 person running: medium-light skin tone
+1F3C3 1F3FD ; fully-qualified # 🏃🏽 E1.0 person running: medium skin tone
+1F3C3 1F3FE ; fully-qualified # 🏃🏾 E1.0 person running: medium-dark skin tone
+1F3C3 1F3FF ; fully-qualified # 🏃🏿 E1.0 person running: dark skin tone
+1F3C3 200D 2642 FE0F ; fully-qualified # 🏃♂️ E4.0 man running
+1F3C3 200D 2642 ; minimally-qualified # 🏃♂ E4.0 man running
+1F3C3 1F3FB 200D 2642 FE0F ; fully-qualified # 🏃🏻♂️ E4.0 man running: light skin tone
+1F3C3 1F3FB 200D 2642 ; minimally-qualified # 🏃🏻♂ E4.0 man running: light skin tone
+1F3C3 1F3FC 200D 2642 FE0F ; fully-qualified # 🏃🏼♂️ E4.0 man running: medium-light skin tone
+1F3C3 1F3FC 200D 2642 ; minimally-qualified # 🏃🏼♂ E4.0 man running: medium-light skin tone
+1F3C3 1F3FD 200D 2642 FE0F ; fully-qualified # 🏃🏽♂️ E4.0 man running: medium skin tone
+1F3C3 1F3FD 200D 2642 ; minimally-qualified # 🏃🏽♂ E4.0 man running: medium skin tone
+1F3C3 1F3FE 200D 2642 FE0F ; fully-qualified # 🏃🏾♂️ E4.0 man running: medium-dark skin tone
+1F3C3 1F3FE 200D 2642 ; minimally-qualified # 🏃🏾♂ E4.0 man running: medium-dark skin tone
+1F3C3 1F3FF 200D 2642 FE0F ; fully-qualified # 🏃🏿♂️ E4.0 man running: dark skin tone
+1F3C3 1F3FF 200D 2642 ; minimally-qualified # 🏃🏿♂ E4.0 man running: dark skin tone
+1F3C3 200D 2640 FE0F ; fully-qualified # 🏃♀️ E4.0 woman running
+1F3C3 200D 2640 ; minimally-qualified # 🏃♀ E4.0 woman running
+1F3C3 1F3FB 200D 2640 FE0F ; fully-qualified # 🏃🏻♀️ E4.0 woman running: light skin tone
+1F3C3 1F3FB 200D 2640 ; minimally-qualified # 🏃🏻♀ E4.0 woman running: light skin tone
+1F3C3 1F3FC 200D 2640 FE0F ; fully-qualified # 🏃🏼♀️ E4.0 woman running: medium-light skin tone
+1F3C3 1F3FC 200D 2640 ; minimally-qualified # 🏃🏼♀ E4.0 woman running: medium-light skin tone
+1F3C3 1F3FD 200D 2640 FE0F ; fully-qualified # 🏃🏽♀️ E4.0 woman running: medium skin tone
+1F3C3 1F3FD 200D 2640 ; minimally-qualified # 🏃🏽♀ E4.0 woman running: medium skin tone
+1F3C3 1F3FE 200D 2640 FE0F ; fully-qualified # 🏃🏾♀️ E4.0 woman running: medium-dark skin tone
+1F3C3 1F3FE 200D 2640 ; minimally-qualified # 🏃🏾♀ E4.0 woman running: medium-dark skin tone
+1F3C3 1F3FF 200D 2640 FE0F ; fully-qualified # 🏃🏿♀️ E4.0 woman running: dark skin tone
+1F3C3 1F3FF 200D 2640 ; minimally-qualified # 🏃🏿♀ E4.0 woman running: dark skin tone
+1F3C3 200D 27A1 FE0F ; fully-qualified # 🏃➡️ E15.1 person running facing right
+1F3C3 200D 27A1 ; minimally-qualified # 🏃➡ E15.1 person running facing right
+1F3C3 1F3FB 200D 27A1 FE0F ; fully-qualified # 🏃🏻➡️ E15.1 person running facing right: light skin tone
+1F3C3 1F3FB 200D 27A1 ; minimally-qualified # 🏃🏻➡ E15.1 person running facing right: light skin tone
+1F3C3 1F3FC 200D 27A1 FE0F ; fully-qualified # 🏃🏼➡️ E15.1 person running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 27A1 ; minimally-qualified # 🏃🏼➡ E15.1 person running facing right: medium-light skin tone
+1F3C3 1F3FD 200D 27A1 FE0F ; fully-qualified # 🏃🏽➡️ E15.1 person running facing right: medium skin tone
+1F3C3 1F3FD 200D 27A1 ; minimally-qualified # 🏃🏽➡ E15.1 person running facing right: medium skin tone
+1F3C3 1F3FE 200D 27A1 FE0F ; fully-qualified # 🏃🏾➡️ E15.1 person running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 27A1 ; minimally-qualified # 🏃🏾➡ E15.1 person running facing right: medium-dark skin tone
+1F3C3 1F3FF 200D 27A1 FE0F ; fully-qualified # 🏃🏿➡️ E15.1 person running facing right: dark skin tone
+1F3C3 1F3FF 200D 27A1 ; minimally-qualified # 🏃🏿➡ E15.1 person running facing right: dark skin tone
+1F3C3 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃♀️➡️ E15.1 woman running facing right
+1F3C3 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃♀➡️ E15.1 woman running facing right
+1F3C3 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃♀️➡ E15.1 woman running facing right
+1F3C3 200D 2640 200D 27A1 ; minimally-qualified # 🏃♀➡ E15.1 woman running facing right
+1F3C3 1F3FB 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏻♀️➡️ E15.1 woman running facing right: light skin tone
+1F3C3 1F3FB 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃🏻♀➡️ E15.1 woman running facing right: light skin tone
+1F3C3 1F3FB 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃🏻♀️➡ E15.1 woman running facing right: light skin tone
+1F3C3 1F3FB 200D 2640 200D 27A1 ; minimally-qualified # 🏃🏻♀➡ E15.1 woman running facing right: light skin tone
+1F3C3 1F3FC 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏼♀️➡️ E15.1 woman running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃🏼♀➡️ E15.1 woman running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃🏼♀️➡ E15.1 woman running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2640 200D 27A1 ; minimally-qualified # 🏃🏼♀➡ E15.1 woman running facing right: medium-light skin tone
+1F3C3 1F3FD 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏽♀️➡️ E15.1 woman running facing right: medium skin tone
+1F3C3 1F3FD 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃🏽♀➡️ E15.1 woman running facing right: medium skin tone
+1F3C3 1F3FD 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃🏽♀️➡ E15.1 woman running facing right: medium skin tone
+1F3C3 1F3FD 200D 2640 200D 27A1 ; minimally-qualified # 🏃🏽♀➡ E15.1 woman running facing right: medium skin tone
+1F3C3 1F3FE 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏾♀️➡️ E15.1 woman running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃🏾♀➡️ E15.1 woman running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃🏾♀️➡ E15.1 woman running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2640 200D 27A1 ; minimally-qualified # 🏃🏾♀➡ E15.1 woman running facing right: medium-dark skin tone
+1F3C3 1F3FF 200D 2640 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏿♀️➡️ E15.1 woman running facing right: dark skin tone
+1F3C3 1F3FF 200D 2640 200D 27A1 FE0F ; minimally-qualified # 🏃🏿♀➡️ E15.1 woman running facing right: dark skin tone
+1F3C3 1F3FF 200D 2640 FE0F 200D 27A1 ; minimally-qualified # 🏃🏿♀️➡ E15.1 woman running facing right: dark skin tone
+1F3C3 1F3FF 200D 2640 200D 27A1 ; minimally-qualified # 🏃🏿♀➡ E15.1 woman running facing right: dark skin tone
+1F3C3 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃♂️➡️ E15.1 man running facing right
+1F3C3 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃♂➡️ E15.1 man running facing right
+1F3C3 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃♂️➡ E15.1 man running facing right
+1F3C3 200D 2642 200D 27A1 ; minimally-qualified # 🏃♂➡ E15.1 man running facing right
+1F3C3 1F3FB 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏻♂️➡️ E15.1 man running facing right: light skin tone
+1F3C3 1F3FB 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃🏻♂➡️ E15.1 man running facing right: light skin tone
+1F3C3 1F3FB 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃🏻♂️➡ E15.1 man running facing right: light skin tone
+1F3C3 1F3FB 200D 2642 200D 27A1 ; minimally-qualified # 🏃🏻♂➡ E15.1 man running facing right: light skin tone
+1F3C3 1F3FC 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏼♂️➡️ E15.1 man running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃🏼♂➡️ E15.1 man running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃🏼♂️➡ E15.1 man running facing right: medium-light skin tone
+1F3C3 1F3FC 200D 2642 200D 27A1 ; minimally-qualified # 🏃🏼♂➡ E15.1 man running facing right: medium-light skin tone
+1F3C3 1F3FD 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏽♂️➡️ E15.1 man running facing right: medium skin tone
+1F3C3 1F3FD 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃🏽♂➡️ E15.1 man running facing right: medium skin tone
+1F3C3 1F3FD 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃🏽♂️➡ E15.1 man running facing right: medium skin tone
+1F3C3 1F3FD 200D 2642 200D 27A1 ; minimally-qualified # 🏃🏽♂➡ E15.1 man running facing right: medium skin tone
+1F3C3 1F3FE 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏾♂️➡️ E15.1 man running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃🏾♂➡️ E15.1 man running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃🏾♂️➡ E15.1 man running facing right: medium-dark skin tone
+1F3C3 1F3FE 200D 2642 200D 27A1 ; minimally-qualified # 🏃🏾♂➡ E15.1 man running facing right: medium-dark skin tone
+1F3C3 1F3FF 200D 2642 FE0F 200D 27A1 FE0F ; fully-qualified # 🏃🏿♂️➡️ E15.1 man running facing right: dark skin tone
+1F3C3 1F3FF 200D 2642 200D 27A1 FE0F ; minimally-qualified # 🏃🏿♂➡️ E15.1 man running facing right: dark skin tone
+1F3C3 1F3FF 200D 2642 FE0F 200D 27A1 ; minimally-qualified # 🏃🏿♂️➡ E15.1 man running facing right: dark skin tone
+1F3C3 1F3FF 200D 2642 200D 27A1 ; minimally-qualified # 🏃🏿♂➡ E15.1 man running facing right: dark skin tone
+1F9D1 200D 1FA70 ; fully-qualified # 🧑🩰 E17.0 ballet dancer
+1F9D1 1F3FB 200D 1FA70 ; fully-qualified # 🧑🏻🩰 E17.0 ballet dancer: light skin tone
+1F9D1 1F3FC 200D 1FA70 ; fully-qualified # 🧑🏼🩰 E17.0 ballet dancer: medium-light skin tone
+1F9D1 1F3FD 200D 1FA70 ; fully-qualified # 🧑🏽🩰 E17.0 ballet dancer: medium skin tone
+1F9D1 1F3FE 200D 1FA70 ; fully-qualified # 🧑🏾🩰 E17.0 ballet dancer: medium-dark skin tone
+1F9D1 1F3FF 200D 1FA70 ; fully-qualified # 🧑🏿🩰 E17.0 ballet dancer: dark skin tone
+1F483 ; fully-qualified # 💃 E0.6 woman dancing
+1F483 1F3FB ; fully-qualified # 💃🏻 E1.0 woman dancing: light skin tone
+1F483 1F3FC ; fully-qualified # 💃🏼 E1.0 woman dancing: medium-light skin tone
+1F483 1F3FD ; fully-qualified # 💃🏽 E1.0 woman dancing: medium skin tone
+1F483 1F3FE ; fully-qualified # 💃🏾 E1.0 woman dancing: medium-dark skin tone
+1F483 1F3FF ; fully-qualified # 💃🏿 E1.0 woman dancing: dark skin tone
+1F57A ; fully-qualified # 🕺 E3.0 man dancing
+1F57A 1F3FB ; fully-qualified # 🕺🏻 E3.0 man dancing: light skin tone
+1F57A 1F3FC ; fully-qualified # 🕺🏼 E3.0 man dancing: medium-light skin tone
+1F57A 1F3FD ; fully-qualified # 🕺🏽 E3.0 man dancing: medium skin tone
+1F57A 1F3FE ; fully-qualified # 🕺🏾 E3.0 man dancing: medium-dark skin tone
+1F57A 1F3FF ; fully-qualified # 🕺🏿 E3.0 man dancing: dark skin tone
+1F574 FE0F ; fully-qualified # 🕴️ E0.7 person in suit levitating
+1F574 ; unqualified # 🕴 E0.7 person in suit levitating
+1F574 1F3FB ; fully-qualified # 🕴🏻 E4.0 person in suit levitating: light skin tone
+1F574 1F3FC ; fully-qualified # 🕴🏼 E4.0 person in suit levitating: medium-light skin tone
+1F574 1F3FD ; fully-qualified # 🕴🏽 E4.0 person in suit levitating: medium skin tone
+1F574 1F3FE ; fully-qualified # 🕴🏾 E4.0 person in suit levitating: medium-dark skin tone
+1F574 1F3FF ; fully-qualified # 🕴🏿 E4.0 person in suit levitating: dark skin tone
+1F46F ; fully-qualified # 👯 E0.6 people with bunny ears
+1F46F 1F3FB ; fully-qualified # 👯🏻 E17.0 people with bunny ears: light skin tone
+1F46F 1F3FC ; fully-qualified # 👯🏼 E17.0 people with bunny ears: medium-light skin tone
+1F46F 1F3FD ; fully-qualified # 👯🏽 E17.0 people with bunny ears: medium skin tone
+1F46F 1F3FE ; fully-qualified # 👯🏾 E17.0 people with bunny ears: medium-dark skin tone
+1F46F 1F3FF ; fully-qualified # 👯🏿 E17.0 people with bunny ears: dark skin tone
+1F46F 200D 2642 FE0F ; fully-qualified # 👯♂️ E4.0 men with bunny ears
+1F46F 200D 2642 ; minimally-qualified # 👯♂ E4.0 men with bunny ears
+1F46F 1F3FB 200D 2642 FE0F ; fully-qualified # 👯🏻♂️ E17.0 men with bunny ears: light skin tone
+1F46F 1F3FB 200D 2642 ; minimally-qualified # 👯🏻♂ E17.0 men with bunny ears: light skin tone
+1F46F 1F3FC 200D 2642 FE0F ; fully-qualified # 👯🏼♂️ E17.0 men with bunny ears: medium-light skin tone
+1F46F 1F3FC 200D 2642 ; minimally-qualified # 👯🏼♂ E17.0 men with bunny ears: medium-light skin tone
+1F46F 1F3FD 200D 2642 FE0F ; fully-qualified # 👯🏽♂️ E17.0 men with bunny ears: medium skin tone
+1F46F 1F3FD 200D 2642 ; minimally-qualified # 👯🏽♂ E17.0 men with bunny ears: medium skin tone
+1F46F 1F3FE 200D 2642 FE0F ; fully-qualified # 👯🏾♂️ E17.0 men with bunny ears: medium-dark skin tone
+1F46F 1F3FE 200D 2642 ; minimally-qualified # 👯🏾♂ E17.0 men with bunny ears: medium-dark skin tone
+1F46F 1F3FF 200D 2642 FE0F ; fully-qualified # 👯🏿♂️ E17.0 men with bunny ears: dark skin tone
+1F46F 1F3FF 200D 2642 ; minimally-qualified # 👯🏿♂ E17.0 men with bunny ears: dark skin tone
+1F46F 200D 2640 FE0F ; fully-qualified # 👯♀️ E4.0 women with bunny ears
+1F46F 200D 2640 ; minimally-qualified # 👯♀ E4.0 women with bunny ears
+1F46F 1F3FB 200D 2640 FE0F ; fully-qualified # 👯🏻♀️ E17.0 women with bunny ears: light skin tone
+1F46F 1F3FB 200D 2640 ; minimally-qualified # 👯🏻♀ E17.0 women with bunny ears: light skin tone
+1F46F 1F3FC 200D 2640 FE0F ; fully-qualified # 👯🏼♀️ E17.0 women with bunny ears: medium-light skin tone
+1F46F 1F3FC 200D 2640 ; minimally-qualified # 👯🏼♀ E17.0 women with bunny ears: medium-light skin tone
+1F46F 1F3FD 200D 2640 FE0F ; fully-qualified # 👯🏽♀️ E17.0 women with bunny ears: medium skin tone
+1F46F 1F3FD 200D 2640 ; minimally-qualified # 👯🏽♀ E17.0 women with bunny ears: medium skin tone
+1F46F 1F3FE 200D 2640 FE0F ; fully-qualified # 👯🏾♀️ E17.0 women with bunny ears: medium-dark skin tone
+1F46F 1F3FE 200D 2640 ; minimally-qualified # 👯🏾♀ E17.0 women with bunny ears: medium-dark skin tone
+1F46F 1F3FF 200D 2640 FE0F ; fully-qualified # 👯🏿♀️ E17.0 women with bunny ears: dark skin tone
+1F46F 1F3FF 200D 2640 ; minimally-qualified # 👯🏿♀ E17.0 women with bunny ears: dark skin tone
+1F9D1 1F3FB 200D 1F430 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏻🐰🧑🏼 E17.0 people with bunny ears: light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 1F430 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏻🐰🧑🏽 E17.0 people with bunny ears: light skin tone, medium skin tone
+1F9D1 1F3FB 200D 1F430 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏻🐰🧑🏾 E17.0 people with bunny ears: light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 1F430 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏻🐰🧑🏿 E17.0 people with bunny ears: light skin tone, dark skin tone
+1F9D1 1F3FC 200D 1F430 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼🐰🧑🏻 E17.0 people with bunny ears: medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 1F430 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏼🐰🧑🏽 E17.0 people with bunny ears: medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 1F430 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏼🐰🧑🏾 E17.0 people with bunny ears: medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 1F430 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏼🐰🧑🏿 E17.0 people with bunny ears: medium-light skin tone, dark skin tone
+1F9D1 1F3FD 200D 1F430 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽🐰🧑🏻 E17.0 people with bunny ears: medium skin tone, light skin tone
+1F9D1 1F3FD 200D 1F430 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽🐰🧑🏼 E17.0 people with bunny ears: medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 1F430 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏽🐰🧑🏾 E17.0 people with bunny ears: medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 1F430 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏽🐰🧑🏿 E17.0 people with bunny ears: medium skin tone, dark skin tone
+1F9D1 1F3FE 200D 1F430 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾🐰🧑🏻 E17.0 people with bunny ears: medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 1F430 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾🐰🧑🏼 E17.0 people with bunny ears: medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 1F430 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾🐰🧑🏽 E17.0 people with bunny ears: medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 1F430 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏾🐰🧑🏿 E17.0 people with bunny ears: medium-dark skin tone, dark skin tone
+1F9D1 1F3FF 200D 1F430 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿🐰🧑🏻 E17.0 people with bunny ears: dark skin tone, light skin tone
+1F9D1 1F3FF 200D 1F430 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿🐰🧑🏼 E17.0 people with bunny ears: dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 1F430 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿🐰🧑🏽 E17.0 people with bunny ears: dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 1F430 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿🐰🧑🏾 E17.0 people with bunny ears: dark skin tone, medium-dark skin tone
+1F468 1F3FB 200D 1F430 200D 1F468 1F3FC ; fully-qualified # 👨🏻🐰👨🏼 E17.0 men with bunny ears: light skin tone, medium-light skin tone
+1F468 1F3FB 200D 1F430 200D 1F468 1F3FD ; fully-qualified # 👨🏻🐰👨🏽 E17.0 men with bunny ears: light skin tone, medium skin tone
+1F468 1F3FB 200D 1F430 200D 1F468 1F3FE ; fully-qualified # 👨🏻🐰👨🏾 E17.0 men with bunny ears: light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 1F430 200D 1F468 1F3FF ; fully-qualified # 👨🏻🐰👨🏿 E17.0 men with bunny ears: light skin tone, dark skin tone
+1F468 1F3FC 200D 1F430 200D 1F468 1F3FB ; fully-qualified # 👨🏼🐰👨🏻 E17.0 men with bunny ears: medium-light skin tone, light skin tone
+1F468 1F3FC 200D 1F430 200D 1F468 1F3FD ; fully-qualified # 👨🏼🐰👨🏽 E17.0 men with bunny ears: medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 1F430 200D 1F468 1F3FE ; fully-qualified # 👨🏼🐰👨🏾 E17.0 men with bunny ears: medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 1F430 200D 1F468 1F3FF ; fully-qualified # 👨🏼🐰👨🏿 E17.0 men with bunny ears: medium-light skin tone, dark skin tone
+1F468 1F3FD 200D 1F430 200D 1F468 1F3FB ; fully-qualified # 👨🏽🐰👨🏻 E17.0 men with bunny ears: medium skin tone, light skin tone
+1F468 1F3FD 200D 1F430 200D 1F468 1F3FC ; fully-qualified # 👨🏽🐰👨🏼 E17.0 men with bunny ears: medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 1F430 200D 1F468 1F3FE ; fully-qualified # 👨🏽🐰👨🏾 E17.0 men with bunny ears: medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 1F430 200D 1F468 1F3FF ; fully-qualified # 👨🏽🐰👨🏿 E17.0 men with bunny ears: medium skin tone, dark skin tone
+1F468 1F3FE 200D 1F430 200D 1F468 1F3FB ; fully-qualified # 👨🏾🐰👨🏻 E17.0 men with bunny ears: medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 1F430 200D 1F468 1F3FC ; fully-qualified # 👨🏾🐰👨🏼 E17.0 men with bunny ears: medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 1F430 200D 1F468 1F3FD ; fully-qualified # 👨🏾🐰👨🏽 E17.0 men with bunny ears: medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 1F430 200D 1F468 1F3FF ; fully-qualified # 👨🏾🐰👨🏿 E17.0 men with bunny ears: medium-dark skin tone, dark skin tone
+1F468 1F3FF 200D 1F430 200D 1F468 1F3FB ; fully-qualified # 👨🏿🐰👨🏻 E17.0 men with bunny ears: dark skin tone, light skin tone
+1F468 1F3FF 200D 1F430 200D 1F468 1F3FC ; fully-qualified # 👨🏿🐰👨🏼 E17.0 men with bunny ears: dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 1F430 200D 1F468 1F3FD ; fully-qualified # 👨🏿🐰👨🏽 E17.0 men with bunny ears: dark skin tone, medium skin tone
+1F468 1F3FF 200D 1F430 200D 1F468 1F3FE ; fully-qualified # 👨🏿🐰👨🏾 E17.0 men with bunny ears: dark skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1F430 200D 1F469 1F3FC ; fully-qualified # 👩🏻🐰👩🏼 E17.0 women with bunny ears: light skin tone, medium-light skin tone
+1F469 1F3FB 200D 1F430 200D 1F469 1F3FD ; fully-qualified # 👩🏻🐰👩🏽 E17.0 women with bunny ears: light skin tone, medium skin tone
+1F469 1F3FB 200D 1F430 200D 1F469 1F3FE ; fully-qualified # 👩🏻🐰👩🏾 E17.0 women with bunny ears: light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1F430 200D 1F469 1F3FF ; fully-qualified # 👩🏻🐰👩🏿 E17.0 women with bunny ears: light skin tone, dark skin tone
+1F469 1F3FC 200D 1F430 200D 1F469 1F3FB ; fully-qualified # 👩🏼🐰👩🏻 E17.0 women with bunny ears: medium-light skin tone, light skin tone
+1F469 1F3FC 200D 1F430 200D 1F469 1F3FD ; fully-qualified # 👩🏼🐰👩🏽 E17.0 women with bunny ears: medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 1F430 200D 1F469 1F3FE ; fully-qualified # 👩🏼🐰👩🏾 E17.0 women with bunny ears: medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 1F430 200D 1F469 1F3FF ; fully-qualified # 👩🏼🐰👩🏿 E17.0 women with bunny ears: medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 1F430 200D 1F469 1F3FB ; fully-qualified # 👩🏽🐰👩🏻 E17.0 women with bunny ears: medium skin tone, light skin tone
+1F469 1F3FD 200D 1F430 200D 1F469 1F3FC ; fully-qualified # 👩🏽🐰👩🏼 E17.0 women with bunny ears: medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 1F430 200D 1F469 1F3FE ; fully-qualified # 👩🏽🐰👩🏾 E17.0 women with bunny ears: medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 1F430 200D 1F469 1F3FF ; fully-qualified # 👩🏽🐰👩🏿 E17.0 women with bunny ears: medium skin tone, dark skin tone
+1F469 1F3FE 200D 1F430 200D 1F469 1F3FB ; fully-qualified # 👩🏾🐰👩🏻 E17.0 women with bunny ears: medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 1F430 200D 1F469 1F3FC ; fully-qualified # 👩🏾🐰👩🏼 E17.0 women with bunny ears: medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 1F430 200D 1F469 1F3FD ; fully-qualified # 👩🏾🐰👩🏽 E17.0 women with bunny ears: medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 1F430 200D 1F469 1F3FF ; fully-qualified # 👩🏾🐰👩🏿 E17.0 women with bunny ears: medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 1F430 200D 1F469 1F3FB ; fully-qualified # 👩🏿🐰👩🏻 E17.0 women with bunny ears: dark skin tone, light skin tone
+1F469 1F3FF 200D 1F430 200D 1F469 1F3FC ; fully-qualified # 👩🏿🐰👩🏼 E17.0 women with bunny ears: dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 1F430 200D 1F469 1F3FD ; fully-qualified # 👩🏿🐰👩🏽 E17.0 women with bunny ears: dark skin tone, medium skin tone
+1F469 1F3FF 200D 1F430 200D 1F469 1F3FE ; fully-qualified # 👩🏿🐰👩🏾 E17.0 women with bunny ears: dark skin tone, medium-dark skin tone
+1F9D6 ; fully-qualified # 🧖 E5.0 person in steamy room
+1F9D6 1F3FB ; fully-qualified # 🧖🏻 E5.0 person in steamy room: light skin tone
+1F9D6 1F3FC ; fully-qualified # 🧖🏼 E5.0 person in steamy room: medium-light skin tone
+1F9D6 1F3FD ; fully-qualified # 🧖🏽 E5.0 person in steamy room: medium skin tone
+1F9D6 1F3FE ; fully-qualified # 🧖🏾 E5.0 person in steamy room: medium-dark skin tone
+1F9D6 1F3FF ; fully-qualified # 🧖🏿 E5.0 person in steamy room: dark skin tone
+1F9D6 200D 2642 FE0F ; fully-qualified # 🧖♂️ E5.0 man in steamy room
+1F9D6 200D 2642 ; minimally-qualified # 🧖♂ E5.0 man in steamy room
+1F9D6 1F3FB 200D 2642 FE0F ; fully-qualified # 🧖🏻♂️ E5.0 man in steamy room: light skin tone
+1F9D6 1F3FB 200D 2642 ; minimally-qualified # 🧖🏻♂ E5.0 man in steamy room: light skin tone
+1F9D6 1F3FC 200D 2642 FE0F ; fully-qualified # 🧖🏼♂️ E5.0 man in steamy room: medium-light skin tone
+1F9D6 1F3FC 200D 2642 ; minimally-qualified # 🧖🏼♂ E5.0 man in steamy room: medium-light skin tone
+1F9D6 1F3FD 200D 2642 FE0F ; fully-qualified # 🧖🏽♂️ E5.0 man in steamy room: medium skin tone
+1F9D6 1F3FD 200D 2642 ; minimally-qualified # 🧖🏽♂ E5.0 man in steamy room: medium skin tone
+1F9D6 1F3FE 200D 2642 FE0F ; fully-qualified # 🧖🏾♂️ E5.0 man in steamy room: medium-dark skin tone
+1F9D6 1F3FE 200D 2642 ; minimally-qualified # 🧖🏾♂ E5.0 man in steamy room: medium-dark skin tone
+1F9D6 1F3FF 200D 2642 FE0F ; fully-qualified # 🧖🏿♂️ E5.0 man in steamy room: dark skin tone
+1F9D6 1F3FF 200D 2642 ; minimally-qualified # 🧖🏿♂ E5.0 man in steamy room: dark skin tone
+1F9D6 200D 2640 FE0F ; fully-qualified # 🧖♀️ E5.0 woman in steamy room
+1F9D6 200D 2640 ; minimally-qualified # 🧖♀ E5.0 woman in steamy room
+1F9D6 1F3FB 200D 2640 FE0F ; fully-qualified # 🧖🏻♀️ E5.0 woman in steamy room: light skin tone
+1F9D6 1F3FB 200D 2640 ; minimally-qualified # 🧖🏻♀ E5.0 woman in steamy room: light skin tone
+1F9D6 1F3FC 200D 2640 FE0F ; fully-qualified # 🧖🏼♀️ E5.0 woman in steamy room: medium-light skin tone
+1F9D6 1F3FC 200D 2640 ; minimally-qualified # 🧖🏼♀ E5.0 woman in steamy room: medium-light skin tone
+1F9D6 1F3FD 200D 2640 FE0F ; fully-qualified # 🧖🏽♀️ E5.0 woman in steamy room: medium skin tone
+1F9D6 1F3FD 200D 2640 ; minimally-qualified # 🧖🏽♀ E5.0 woman in steamy room: medium skin tone
+1F9D6 1F3FE 200D 2640 FE0F ; fully-qualified # 🧖🏾♀️ E5.0 woman in steamy room: medium-dark skin tone
+1F9D6 1F3FE 200D 2640 ; minimally-qualified # 🧖🏾♀ E5.0 woman in steamy room: medium-dark skin tone
+1F9D6 1F3FF 200D 2640 FE0F ; fully-qualified # 🧖🏿♀️ E5.0 woman in steamy room: dark skin tone
+1F9D6 1F3FF 200D 2640 ; minimally-qualified # 🧖🏿♀ E5.0 woman in steamy room: dark skin tone
+1F9D7 ; fully-qualified # 🧗 E5.0 person climbing
+1F9D7 1F3FB ; fully-qualified # 🧗🏻 E5.0 person climbing: light skin tone
+1F9D7 1F3FC ; fully-qualified # 🧗🏼 E5.0 person climbing: medium-light skin tone
+1F9D7 1F3FD ; fully-qualified # 🧗🏽 E5.0 person climbing: medium skin tone
+1F9D7 1F3FE ; fully-qualified # 🧗🏾 E5.0 person climbing: medium-dark skin tone
+1F9D7 1F3FF ; fully-qualified # 🧗🏿 E5.0 person climbing: dark skin tone
+1F9D7 200D 2642 FE0F ; fully-qualified # 🧗♂️ E5.0 man climbing
+1F9D7 200D 2642 ; minimally-qualified # 🧗♂ E5.0 man climbing
+1F9D7 1F3FB 200D 2642 FE0F ; fully-qualified # 🧗🏻♂️ E5.0 man climbing: light skin tone
+1F9D7 1F3FB 200D 2642 ; minimally-qualified # 🧗🏻♂ E5.0 man climbing: light skin tone
+1F9D7 1F3FC 200D 2642 FE0F ; fully-qualified # 🧗🏼♂️ E5.0 man climbing: medium-light skin tone
+1F9D7 1F3FC 200D 2642 ; minimally-qualified # 🧗🏼♂ E5.0 man climbing: medium-light skin tone
+1F9D7 1F3FD 200D 2642 FE0F ; fully-qualified # 🧗🏽♂️ E5.0 man climbing: medium skin tone
+1F9D7 1F3FD 200D 2642 ; minimally-qualified # 🧗🏽♂ E5.0 man climbing: medium skin tone
+1F9D7 1F3FE 200D 2642 FE0F ; fully-qualified # 🧗🏾♂️ E5.0 man climbing: medium-dark skin tone
+1F9D7 1F3FE 200D 2642 ; minimally-qualified # 🧗🏾♂ E5.0 man climbing: medium-dark skin tone
+1F9D7 1F3FF 200D 2642 FE0F ; fully-qualified # 🧗🏿♂️ E5.0 man climbing: dark skin tone
+1F9D7 1F3FF 200D 2642 ; minimally-qualified # 🧗🏿♂ E5.0 man climbing: dark skin tone
+1F9D7 200D 2640 FE0F ; fully-qualified # 🧗♀️ E5.0 woman climbing
+1F9D7 200D 2640 ; minimally-qualified # 🧗♀ E5.0 woman climbing
+1F9D7 1F3FB 200D 2640 FE0F ; fully-qualified # 🧗🏻♀️ E5.0 woman climbing: light skin tone
+1F9D7 1F3FB 200D 2640 ; minimally-qualified # 🧗🏻♀ E5.0 woman climbing: light skin tone
+1F9D7 1F3FC 200D 2640 FE0F ; fully-qualified # 🧗🏼♀️ E5.0 woman climbing: medium-light skin tone
+1F9D7 1F3FC 200D 2640 ; minimally-qualified # 🧗🏼♀ E5.0 woman climbing: medium-light skin tone
+1F9D7 1F3FD 200D 2640 FE0F ; fully-qualified # 🧗🏽♀️ E5.0 woman climbing: medium skin tone
+1F9D7 1F3FD 200D 2640 ; minimally-qualified # 🧗🏽♀ E5.0 woman climbing: medium skin tone
+1F9D7 1F3FE 200D 2640 FE0F ; fully-qualified # 🧗🏾♀️ E5.0 woman climbing: medium-dark skin tone
+1F9D7 1F3FE 200D 2640 ; minimally-qualified # 🧗🏾♀ E5.0 woman climbing: medium-dark skin tone
+1F9D7 1F3FF 200D 2640 FE0F ; fully-qualified # 🧗🏿♀️ E5.0 woman climbing: dark skin tone
+1F9D7 1F3FF 200D 2640 ; minimally-qualified # 🧗🏿♀ E5.0 woman climbing: dark skin tone
+
+# subgroup: person-sport
+1F93A ; fully-qualified # 🤺 E3.0 person fencing
+1F3C7 ; fully-qualified # 🏇 E1.0 horse racing
+1F3C7 1F3FB ; fully-qualified # 🏇🏻 E1.0 horse racing: light skin tone
+1F3C7 1F3FC ; fully-qualified # 🏇🏼 E1.0 horse racing: medium-light skin tone
+1F3C7 1F3FD ; fully-qualified # 🏇🏽 E1.0 horse racing: medium skin tone
+1F3C7 1F3FE ; fully-qualified # 🏇🏾 E1.0 horse racing: medium-dark skin tone
+1F3C7 1F3FF ; fully-qualified # 🏇🏿 E1.0 horse racing: dark skin tone
+26F7 FE0F ; fully-qualified # ⛷️ E0.7 skier
+26F7 ; unqualified # ⛷ E0.7 skier
+1F3C2 ; fully-qualified # 🏂 E0.6 snowboarder
+1F3C2 1F3FB ; fully-qualified # 🏂🏻 E1.0 snowboarder: light skin tone
+1F3C2 1F3FC ; fully-qualified # 🏂🏼 E1.0 snowboarder: medium-light skin tone
+1F3C2 1F3FD ; fully-qualified # 🏂🏽 E1.0 snowboarder: medium skin tone
+1F3C2 1F3FE ; fully-qualified # 🏂🏾 E1.0 snowboarder: medium-dark skin tone
+1F3C2 1F3FF ; fully-qualified # 🏂🏿 E1.0 snowboarder: dark skin tone
+1F3CC FE0F ; fully-qualified # 🏌️ E0.7 person golfing
+1F3CC ; unqualified # 🏌 E0.7 person golfing
+1F3CC 1F3FB ; fully-qualified # 🏌🏻 E4.0 person golfing: light skin tone
+1F3CC 1F3FC ; fully-qualified # 🏌🏼 E4.0 person golfing: medium-light skin tone
+1F3CC 1F3FD ; fully-qualified # 🏌🏽 E4.0 person golfing: medium skin tone
+1F3CC 1F3FE ; fully-qualified # 🏌🏾 E4.0 person golfing: medium-dark skin tone
+1F3CC 1F3FF ; fully-qualified # 🏌🏿 E4.0 person golfing: dark skin tone
+1F3CC FE0F 200D 2642 FE0F ; fully-qualified # 🏌️♂️ E4.0 man golfing
+1F3CC 200D 2642 FE0F ; unqualified # 🏌♂️ E4.0 man golfing
+1F3CC FE0F 200D 2642 ; minimally-qualified # 🏌️♂ E4.0 man golfing
+1F3CC 200D 2642 ; unqualified # 🏌♂ E4.0 man golfing
+1F3CC 1F3FB 200D 2642 FE0F ; fully-qualified # 🏌🏻♂️ E4.0 man golfing: light skin tone
+1F3CC 1F3FB 200D 2642 ; minimally-qualified # 🏌🏻♂ E4.0 man golfing: light skin tone
+1F3CC 1F3FC 200D 2642 FE0F ; fully-qualified # 🏌🏼♂️ E4.0 man golfing: medium-light skin tone
+1F3CC 1F3FC 200D 2642 ; minimally-qualified # 🏌🏼♂ E4.0 man golfing: medium-light skin tone
+1F3CC 1F3FD 200D 2642 FE0F ; fully-qualified # 🏌🏽♂️ E4.0 man golfing: medium skin tone
+1F3CC 1F3FD 200D 2642 ; minimally-qualified # 🏌🏽♂ E4.0 man golfing: medium skin tone
+1F3CC 1F3FE 200D 2642 FE0F ; fully-qualified # 🏌🏾♂️ E4.0 man golfing: medium-dark skin tone
+1F3CC 1F3FE 200D 2642 ; minimally-qualified # 🏌🏾♂ E4.0 man golfing: medium-dark skin tone
+1F3CC 1F3FF 200D 2642 FE0F ; fully-qualified # 🏌🏿♂️ E4.0 man golfing: dark skin tone
+1F3CC 1F3FF 200D 2642 ; minimally-qualified # 🏌🏿♂ E4.0 man golfing: dark skin tone
+1F3CC FE0F 200D 2640 FE0F ; fully-qualified # 🏌️♀️ E4.0 woman golfing
+1F3CC 200D 2640 FE0F ; unqualified # 🏌♀️ E4.0 woman golfing
+1F3CC FE0F 200D 2640 ; minimally-qualified # 🏌️♀ E4.0 woman golfing
+1F3CC 200D 2640 ; unqualified # 🏌♀ E4.0 woman golfing
+1F3CC 1F3FB 200D 2640 FE0F ; fully-qualified # 🏌🏻♀️ E4.0 woman golfing: light skin tone
+1F3CC 1F3FB 200D 2640 ; minimally-qualified # 🏌🏻♀ E4.0 woman golfing: light skin tone
+1F3CC 1F3FC 200D 2640 FE0F ; fully-qualified # 🏌🏼♀️ E4.0 woman golfing: medium-light skin tone
+1F3CC 1F3FC 200D 2640 ; minimally-qualified # 🏌🏼♀ E4.0 woman golfing: medium-light skin tone
+1F3CC 1F3FD 200D 2640 FE0F ; fully-qualified # 🏌🏽♀️ E4.0 woman golfing: medium skin tone
+1F3CC 1F3FD 200D 2640 ; minimally-qualified # 🏌🏽♀ E4.0 woman golfing: medium skin tone
+1F3CC 1F3FE 200D 2640 FE0F ; fully-qualified # 🏌🏾♀️ E4.0 woman golfing: medium-dark skin tone
+1F3CC 1F3FE 200D 2640 ; minimally-qualified # 🏌🏾♀ E4.0 woman golfing: medium-dark skin tone
+1F3CC 1F3FF 200D 2640 FE0F ; fully-qualified # 🏌🏿♀️ E4.0 woman golfing: dark skin tone
+1F3CC 1F3FF 200D 2640 ; minimally-qualified # 🏌🏿♀ E4.0 woman golfing: dark skin tone
+1F3C4 ; fully-qualified # 🏄 E0.6 person surfing
+1F3C4 1F3FB ; fully-qualified # 🏄🏻 E1.0 person surfing: light skin tone
+1F3C4 1F3FC ; fully-qualified # 🏄🏼 E1.0 person surfing: medium-light skin tone
+1F3C4 1F3FD ; fully-qualified # 🏄🏽 E1.0 person surfing: medium skin tone
+1F3C4 1F3FE ; fully-qualified # 🏄🏾 E1.0 person surfing: medium-dark skin tone
+1F3C4 1F3FF ; fully-qualified # 🏄🏿 E1.0 person surfing: dark skin tone
+1F3C4 200D 2642 FE0F ; fully-qualified # 🏄♂️ E4.0 man surfing
+1F3C4 200D 2642 ; minimally-qualified # 🏄♂ E4.0 man surfing
+1F3C4 1F3FB 200D 2642 FE0F ; fully-qualified # 🏄🏻♂️ E4.0 man surfing: light skin tone
+1F3C4 1F3FB 200D 2642 ; minimally-qualified # 🏄🏻♂ E4.0 man surfing: light skin tone
+1F3C4 1F3FC 200D 2642 FE0F ; fully-qualified # 🏄🏼♂️ E4.0 man surfing: medium-light skin tone
+1F3C4 1F3FC 200D 2642 ; minimally-qualified # 🏄🏼♂ E4.0 man surfing: medium-light skin tone
+1F3C4 1F3FD 200D 2642 FE0F ; fully-qualified # 🏄🏽♂️ E4.0 man surfing: medium skin tone
+1F3C4 1F3FD 200D 2642 ; minimally-qualified # 🏄🏽♂ E4.0 man surfing: medium skin tone
+1F3C4 1F3FE 200D 2642 FE0F ; fully-qualified # 🏄🏾♂️ E4.0 man surfing: medium-dark skin tone
+1F3C4 1F3FE 200D 2642 ; minimally-qualified # 🏄🏾♂ E4.0 man surfing: medium-dark skin tone
+1F3C4 1F3FF 200D 2642 FE0F ; fully-qualified # 🏄🏿♂️ E4.0 man surfing: dark skin tone
+1F3C4 1F3FF 200D 2642 ; minimally-qualified # 🏄🏿♂ E4.0 man surfing: dark skin tone
+1F3C4 200D 2640 FE0F ; fully-qualified # 🏄♀️ E4.0 woman surfing
+1F3C4 200D 2640 ; minimally-qualified # 🏄♀ E4.0 woman surfing
+1F3C4 1F3FB 200D 2640 FE0F ; fully-qualified # 🏄🏻♀️ E4.0 woman surfing: light skin tone
+1F3C4 1F3FB 200D 2640 ; minimally-qualified # 🏄🏻♀ E4.0 woman surfing: light skin tone
+1F3C4 1F3FC 200D 2640 FE0F ; fully-qualified # 🏄🏼♀️ E4.0 woman surfing: medium-light skin tone
+1F3C4 1F3FC 200D 2640 ; minimally-qualified # 🏄🏼♀ E4.0 woman surfing: medium-light skin tone
+1F3C4 1F3FD 200D 2640 FE0F ; fully-qualified # 🏄🏽♀️ E4.0 woman surfing: medium skin tone
+1F3C4 1F3FD 200D 2640 ; minimally-qualified # 🏄🏽♀ E4.0 woman surfing: medium skin tone
+1F3C4 1F3FE 200D 2640 FE0F ; fully-qualified # 🏄🏾♀️ E4.0 woman surfing: medium-dark skin tone
+1F3C4 1F3FE 200D 2640 ; minimally-qualified # 🏄🏾♀ E4.0 woman surfing: medium-dark skin tone
+1F3C4 1F3FF 200D 2640 FE0F ; fully-qualified # 🏄🏿♀️ E4.0 woman surfing: dark skin tone
+1F3C4 1F3FF 200D 2640 ; minimally-qualified # 🏄🏿♀ E4.0 woman surfing: dark skin tone
+1F6A3 ; fully-qualified # 🚣 E1.0 person rowing boat
+1F6A3 1F3FB ; fully-qualified # 🚣🏻 E1.0 person rowing boat: light skin tone
+1F6A3 1F3FC ; fully-qualified # 🚣🏼 E1.0 person rowing boat: medium-light skin tone
+1F6A3 1F3FD ; fully-qualified # 🚣🏽 E1.0 person rowing boat: medium skin tone
+1F6A3 1F3FE ; fully-qualified # 🚣🏾 E1.0 person rowing boat: medium-dark skin tone
+1F6A3 1F3FF ; fully-qualified # 🚣🏿 E1.0 person rowing boat: dark skin tone
+1F6A3 200D 2642 FE0F ; fully-qualified # 🚣♂️ E4.0 man rowing boat
+1F6A3 200D 2642 ; minimally-qualified # 🚣♂ E4.0 man rowing boat
+1F6A3 1F3FB 200D 2642 FE0F ; fully-qualified # 🚣🏻♂️ E4.0 man rowing boat: light skin tone
+1F6A3 1F3FB 200D 2642 ; minimally-qualified # 🚣🏻♂ E4.0 man rowing boat: light skin tone
+1F6A3 1F3FC 200D 2642 FE0F ; fully-qualified # 🚣🏼♂️ E4.0 man rowing boat: medium-light skin tone
+1F6A3 1F3FC 200D 2642 ; minimally-qualified # 🚣🏼♂ E4.0 man rowing boat: medium-light skin tone
+1F6A3 1F3FD 200D 2642 FE0F ; fully-qualified # 🚣🏽♂️ E4.0 man rowing boat: medium skin tone
+1F6A3 1F3FD 200D 2642 ; minimally-qualified # 🚣🏽♂ E4.0 man rowing boat: medium skin tone
+1F6A3 1F3FE 200D 2642 FE0F ; fully-qualified # 🚣🏾♂️ E4.0 man rowing boat: medium-dark skin tone
+1F6A3 1F3FE 200D 2642 ; minimally-qualified # 🚣🏾♂ E4.0 man rowing boat: medium-dark skin tone
+1F6A3 1F3FF 200D 2642 FE0F ; fully-qualified # 🚣🏿♂️ E4.0 man rowing boat: dark skin tone
+1F6A3 1F3FF 200D 2642 ; minimally-qualified # 🚣🏿♂ E4.0 man rowing boat: dark skin tone
+1F6A3 200D 2640 FE0F ; fully-qualified # 🚣♀️ E4.0 woman rowing boat
+1F6A3 200D 2640 ; minimally-qualified # 🚣♀ E4.0 woman rowing boat
+1F6A3 1F3FB 200D 2640 FE0F ; fully-qualified # 🚣🏻♀️ E4.0 woman rowing boat: light skin tone
+1F6A3 1F3FB 200D 2640 ; minimally-qualified # 🚣🏻♀ E4.0 woman rowing boat: light skin tone
+1F6A3 1F3FC 200D 2640 FE0F ; fully-qualified # 🚣🏼♀️ E4.0 woman rowing boat: medium-light skin tone
+1F6A3 1F3FC 200D 2640 ; minimally-qualified # 🚣🏼♀ E4.0 woman rowing boat: medium-light skin tone
+1F6A3 1F3FD 200D 2640 FE0F ; fully-qualified # 🚣🏽♀️ E4.0 woman rowing boat: medium skin tone
+1F6A3 1F3FD 200D 2640 ; minimally-qualified # 🚣🏽♀ E4.0 woman rowing boat: medium skin tone
+1F6A3 1F3FE 200D 2640 FE0F ; fully-qualified # 🚣🏾♀️ E4.0 woman rowing boat: medium-dark skin tone
+1F6A3 1F3FE 200D 2640 ; minimally-qualified # 🚣🏾♀ E4.0 woman rowing boat: medium-dark skin tone
+1F6A3 1F3FF 200D 2640 FE0F ; fully-qualified # 🚣🏿♀️ E4.0 woman rowing boat: dark skin tone
+1F6A3 1F3FF 200D 2640 ; minimally-qualified # 🚣🏿♀ E4.0 woman rowing boat: dark skin tone
+1F3CA ; fully-qualified # 🏊 E0.6 person swimming
+1F3CA 1F3FB ; fully-qualified # 🏊🏻 E1.0 person swimming: light skin tone
+1F3CA 1F3FC ; fully-qualified # 🏊🏼 E1.0 person swimming: medium-light skin tone
+1F3CA 1F3FD ; fully-qualified # 🏊🏽 E1.0 person swimming: medium skin tone
+1F3CA 1F3FE ; fully-qualified # 🏊🏾 E1.0 person swimming: medium-dark skin tone
+1F3CA 1F3FF ; fully-qualified # 🏊🏿 E1.0 person swimming: dark skin tone
+1F3CA 200D 2642 FE0F ; fully-qualified # 🏊♂️ E4.0 man swimming
+1F3CA 200D 2642 ; minimally-qualified # 🏊♂ E4.0 man swimming
+1F3CA 1F3FB 200D 2642 FE0F ; fully-qualified # 🏊🏻♂️ E4.0 man swimming: light skin tone
+1F3CA 1F3FB 200D 2642 ; minimally-qualified # 🏊🏻♂ E4.0 man swimming: light skin tone
+1F3CA 1F3FC 200D 2642 FE0F ; fully-qualified # 🏊🏼♂️ E4.0 man swimming: medium-light skin tone
+1F3CA 1F3FC 200D 2642 ; minimally-qualified # 🏊🏼♂ E4.0 man swimming: medium-light skin tone
+1F3CA 1F3FD 200D 2642 FE0F ; fully-qualified # 🏊🏽♂️ E4.0 man swimming: medium skin tone
+1F3CA 1F3FD 200D 2642 ; minimally-qualified # 🏊🏽♂ E4.0 man swimming: medium skin tone
+1F3CA 1F3FE 200D 2642 FE0F ; fully-qualified # 🏊🏾♂️ E4.0 man swimming: medium-dark skin tone
+1F3CA 1F3FE 200D 2642 ; minimally-qualified # 🏊🏾♂ E4.0 man swimming: medium-dark skin tone
+1F3CA 1F3FF 200D 2642 FE0F ; fully-qualified # 🏊🏿♂️ E4.0 man swimming: dark skin tone
+1F3CA 1F3FF 200D 2642 ; minimally-qualified # 🏊🏿♂ E4.0 man swimming: dark skin tone
+1F3CA 200D 2640 FE0F ; fully-qualified # 🏊♀️ E4.0 woman swimming
+1F3CA 200D 2640 ; minimally-qualified # 🏊♀ E4.0 woman swimming
+1F3CA 1F3FB 200D 2640 FE0F ; fully-qualified # 🏊🏻♀️ E4.0 woman swimming: light skin tone
+1F3CA 1F3FB 200D 2640 ; minimally-qualified # 🏊🏻♀ E4.0 woman swimming: light skin tone
+1F3CA 1F3FC 200D 2640 FE0F ; fully-qualified # 🏊🏼♀️ E4.0 woman swimming: medium-light skin tone
+1F3CA 1F3FC 200D 2640 ; minimally-qualified # 🏊🏼♀ E4.0 woman swimming: medium-light skin tone
+1F3CA 1F3FD 200D 2640 FE0F ; fully-qualified # 🏊🏽♀️ E4.0 woman swimming: medium skin tone
+1F3CA 1F3FD 200D 2640 ; minimally-qualified # 🏊🏽♀ E4.0 woman swimming: medium skin tone
+1F3CA 1F3FE 200D 2640 FE0F ; fully-qualified # 🏊🏾♀️ E4.0 woman swimming: medium-dark skin tone
+1F3CA 1F3FE 200D 2640 ; minimally-qualified # 🏊🏾♀ E4.0 woman swimming: medium-dark skin tone
+1F3CA 1F3FF 200D 2640 FE0F ; fully-qualified # 🏊🏿♀️ E4.0 woman swimming: dark skin tone
+1F3CA 1F3FF 200D 2640 ; minimally-qualified # 🏊🏿♀ E4.0 woman swimming: dark skin tone
+26F9 FE0F ; fully-qualified # ⛹️ E0.7 person bouncing ball
+26F9 ; unqualified # ⛹ E0.7 person bouncing ball
+26F9 1F3FB ; fully-qualified # ⛹🏻 E2.0 person bouncing ball: light skin tone
+26F9 1F3FC ; fully-qualified # ⛹🏼 E2.0 person bouncing ball: medium-light skin tone
+26F9 1F3FD ; fully-qualified # ⛹🏽 E2.0 person bouncing ball: medium skin tone
+26F9 1F3FE ; fully-qualified # ⛹🏾 E2.0 person bouncing ball: medium-dark skin tone
+26F9 1F3FF ; fully-qualified # ⛹🏿 E2.0 person bouncing ball: dark skin tone
+26F9 FE0F 200D 2642 FE0F ; fully-qualified # ⛹️♂️ E4.0 man bouncing ball
+26F9 200D 2642 FE0F ; unqualified # ⛹♂️ E4.0 man bouncing ball
+26F9 FE0F 200D 2642 ; minimally-qualified # ⛹️♂ E4.0 man bouncing ball
+26F9 200D 2642 ; unqualified # ⛹♂ E4.0 man bouncing ball
+26F9 1F3FB 200D 2642 FE0F ; fully-qualified # ⛹🏻♂️ E4.0 man bouncing ball: light skin tone
+26F9 1F3FB 200D 2642 ; minimally-qualified # ⛹🏻♂ E4.0 man bouncing ball: light skin tone
+26F9 1F3FC 200D 2642 FE0F ; fully-qualified # ⛹🏼♂️ E4.0 man bouncing ball: medium-light skin tone
+26F9 1F3FC 200D 2642 ; minimally-qualified # ⛹🏼♂ E4.0 man bouncing ball: medium-light skin tone
+26F9 1F3FD 200D 2642 FE0F ; fully-qualified # ⛹🏽♂️ E4.0 man bouncing ball: medium skin tone
+26F9 1F3FD 200D 2642 ; minimally-qualified # ⛹🏽♂ E4.0 man bouncing ball: medium skin tone
+26F9 1F3FE 200D 2642 FE0F ; fully-qualified # ⛹🏾♂️ E4.0 man bouncing ball: medium-dark skin tone
+26F9 1F3FE 200D 2642 ; minimally-qualified # ⛹🏾♂ E4.0 man bouncing ball: medium-dark skin tone
+26F9 1F3FF 200D 2642 FE0F ; fully-qualified # ⛹🏿♂️ E4.0 man bouncing ball: dark skin tone
+26F9 1F3FF 200D 2642 ; minimally-qualified # ⛹🏿♂ E4.0 man bouncing ball: dark skin tone
+26F9 FE0F 200D 2640 FE0F ; fully-qualified # ⛹️♀️ E4.0 woman bouncing ball
+26F9 200D 2640 FE0F ; unqualified # ⛹♀️ E4.0 woman bouncing ball
+26F9 FE0F 200D 2640 ; minimally-qualified # ⛹️♀ E4.0 woman bouncing ball
+26F9 200D 2640 ; unqualified # ⛹♀ E4.0 woman bouncing ball
+26F9 1F3FB 200D 2640 FE0F ; fully-qualified # ⛹🏻♀️ E4.0 woman bouncing ball: light skin tone
+26F9 1F3FB 200D 2640 ; minimally-qualified # ⛹🏻♀ E4.0 woman bouncing ball: light skin tone
+26F9 1F3FC 200D 2640 FE0F ; fully-qualified # ⛹🏼♀️ E4.0 woman bouncing ball: medium-light skin tone
+26F9 1F3FC 200D 2640 ; minimally-qualified # ⛹🏼♀ E4.0 woman bouncing ball: medium-light skin tone
+26F9 1F3FD 200D 2640 FE0F ; fully-qualified # ⛹🏽♀️ E4.0 woman bouncing ball: medium skin tone
+26F9 1F3FD 200D 2640 ; minimally-qualified # ⛹🏽♀ E4.0 woman bouncing ball: medium skin tone
+26F9 1F3FE 200D 2640 FE0F ; fully-qualified # ⛹🏾♀️ E4.0 woman bouncing ball: medium-dark skin tone
+26F9 1F3FE 200D 2640 ; minimally-qualified # ⛹🏾♀ E4.0 woman bouncing ball: medium-dark skin tone
+26F9 1F3FF 200D 2640 FE0F ; fully-qualified # ⛹🏿♀️ E4.0 woman bouncing ball: dark skin tone
+26F9 1F3FF 200D 2640 ; minimally-qualified # ⛹🏿♀ E4.0 woman bouncing ball: dark skin tone
+1F3CB FE0F ; fully-qualified # 🏋️ E0.7 person lifting weights
+1F3CB ; unqualified # 🏋 E0.7 person lifting weights
+1F3CB 1F3FB ; fully-qualified # 🏋🏻 E2.0 person lifting weights: light skin tone
+1F3CB 1F3FC ; fully-qualified # 🏋🏼 E2.0 person lifting weights: medium-light skin tone
+1F3CB 1F3FD ; fully-qualified # 🏋🏽 E2.0 person lifting weights: medium skin tone
+1F3CB 1F3FE ; fully-qualified # 🏋🏾 E2.0 person lifting weights: medium-dark skin tone
+1F3CB 1F3FF ; fully-qualified # 🏋🏿 E2.0 person lifting weights: dark skin tone
+1F3CB FE0F 200D 2642 FE0F ; fully-qualified # 🏋️♂️ E4.0 man lifting weights
+1F3CB 200D 2642 FE0F ; unqualified # 🏋♂️ E4.0 man lifting weights
+1F3CB FE0F 200D 2642 ; minimally-qualified # 🏋️♂ E4.0 man lifting weights
+1F3CB 200D 2642 ; unqualified # 🏋♂ E4.0 man lifting weights
+1F3CB 1F3FB 200D 2642 FE0F ; fully-qualified # 🏋🏻♂️ E4.0 man lifting weights: light skin tone
+1F3CB 1F3FB 200D 2642 ; minimally-qualified # 🏋🏻♂ E4.0 man lifting weights: light skin tone
+1F3CB 1F3FC 200D 2642 FE0F ; fully-qualified # 🏋🏼♂️ E4.0 man lifting weights: medium-light skin tone
+1F3CB 1F3FC 200D 2642 ; minimally-qualified # 🏋🏼♂ E4.0 man lifting weights: medium-light skin tone
+1F3CB 1F3FD 200D 2642 FE0F ; fully-qualified # 🏋🏽♂️ E4.0 man lifting weights: medium skin tone
+1F3CB 1F3FD 200D 2642 ; minimally-qualified # 🏋🏽♂ E4.0 man lifting weights: medium skin tone
+1F3CB 1F3FE 200D 2642 FE0F ; fully-qualified # 🏋🏾♂️ E4.0 man lifting weights: medium-dark skin tone
+1F3CB 1F3FE 200D 2642 ; minimally-qualified # 🏋🏾♂ E4.0 man lifting weights: medium-dark skin tone
+1F3CB 1F3FF 200D 2642 FE0F ; fully-qualified # 🏋🏿♂️ E4.0 man lifting weights: dark skin tone
+1F3CB 1F3FF 200D 2642 ; minimally-qualified # 🏋🏿♂ E4.0 man lifting weights: dark skin tone
+1F3CB FE0F 200D 2640 FE0F ; fully-qualified # 🏋️♀️ E4.0 woman lifting weights
+1F3CB 200D 2640 FE0F ; unqualified # 🏋♀️ E4.0 woman lifting weights
+1F3CB FE0F 200D 2640 ; minimally-qualified # 🏋️♀ E4.0 woman lifting weights
+1F3CB 200D 2640 ; unqualified # 🏋♀ E4.0 woman lifting weights
+1F3CB 1F3FB 200D 2640 FE0F ; fully-qualified # 🏋🏻♀️ E4.0 woman lifting weights: light skin tone
+1F3CB 1F3FB 200D 2640 ; minimally-qualified # 🏋🏻♀ E4.0 woman lifting weights: light skin tone
+1F3CB 1F3FC 200D 2640 FE0F ; fully-qualified # 🏋🏼♀️ E4.0 woman lifting weights: medium-light skin tone
+1F3CB 1F3FC 200D 2640 ; minimally-qualified # 🏋🏼♀ E4.0 woman lifting weights: medium-light skin tone
+1F3CB 1F3FD 200D 2640 FE0F ; fully-qualified # 🏋🏽♀️ E4.0 woman lifting weights: medium skin tone
+1F3CB 1F3FD 200D 2640 ; minimally-qualified # 🏋🏽♀ E4.0 woman lifting weights: medium skin tone
+1F3CB 1F3FE 200D 2640 FE0F ; fully-qualified # 🏋🏾♀️ E4.0 woman lifting weights: medium-dark skin tone
+1F3CB 1F3FE 200D 2640 ; minimally-qualified # 🏋🏾♀ E4.0 woman lifting weights: medium-dark skin tone
+1F3CB 1F3FF 200D 2640 FE0F ; fully-qualified # 🏋🏿♀️ E4.0 woman lifting weights: dark skin tone
+1F3CB 1F3FF 200D 2640 ; minimally-qualified # 🏋🏿♀ E4.0 woman lifting weights: dark skin tone
+1F6B4 ; fully-qualified # 🚴 E1.0 person biking
+1F6B4 1F3FB ; fully-qualified # 🚴🏻 E1.0 person biking: light skin tone
+1F6B4 1F3FC ; fully-qualified # 🚴🏼 E1.0 person biking: medium-light skin tone
+1F6B4 1F3FD ; fully-qualified # 🚴🏽 E1.0 person biking: medium skin tone
+1F6B4 1F3FE ; fully-qualified # 🚴🏾 E1.0 person biking: medium-dark skin tone
+1F6B4 1F3FF ; fully-qualified # 🚴🏿 E1.0 person biking: dark skin tone
+1F6B4 200D 2642 FE0F ; fully-qualified # 🚴♂️ E4.0 man biking
+1F6B4 200D 2642 ; minimally-qualified # 🚴♂ E4.0 man biking
+1F6B4 1F3FB 200D 2642 FE0F ; fully-qualified # 🚴🏻♂️ E4.0 man biking: light skin tone
+1F6B4 1F3FB 200D 2642 ; minimally-qualified # 🚴🏻♂ E4.0 man biking: light skin tone
+1F6B4 1F3FC 200D 2642 FE0F ; fully-qualified # 🚴🏼♂️ E4.0 man biking: medium-light skin tone
+1F6B4 1F3FC 200D 2642 ; minimally-qualified # 🚴🏼♂ E4.0 man biking: medium-light skin tone
+1F6B4 1F3FD 200D 2642 FE0F ; fully-qualified # 🚴🏽♂️ E4.0 man biking: medium skin tone
+1F6B4 1F3FD 200D 2642 ; minimally-qualified # 🚴🏽♂ E4.0 man biking: medium skin tone
+1F6B4 1F3FE 200D 2642 FE0F ; fully-qualified # 🚴🏾♂️ E4.0 man biking: medium-dark skin tone
+1F6B4 1F3FE 200D 2642 ; minimally-qualified # 🚴🏾♂ E4.0 man biking: medium-dark skin tone
+1F6B4 1F3FF 200D 2642 FE0F ; fully-qualified # 🚴🏿♂️ E4.0 man biking: dark skin tone
+1F6B4 1F3FF 200D 2642 ; minimally-qualified # 🚴🏿♂ E4.0 man biking: dark skin tone
+1F6B4 200D 2640 FE0F ; fully-qualified # 🚴♀️ E4.0 woman biking
+1F6B4 200D 2640 ; minimally-qualified # 🚴♀ E4.0 woman biking
+1F6B4 1F3FB 200D 2640 FE0F ; fully-qualified # 🚴🏻♀️ E4.0 woman biking: light skin tone
+1F6B4 1F3FB 200D 2640 ; minimally-qualified # 🚴🏻♀ E4.0 woman biking: light skin tone
+1F6B4 1F3FC 200D 2640 FE0F ; fully-qualified # 🚴🏼♀️ E4.0 woman biking: medium-light skin tone
+1F6B4 1F3FC 200D 2640 ; minimally-qualified # 🚴🏼♀ E4.0 woman biking: medium-light skin tone
+1F6B4 1F3FD 200D 2640 FE0F ; fully-qualified # 🚴🏽♀️ E4.0 woman biking: medium skin tone
+1F6B4 1F3FD 200D 2640 ; minimally-qualified # 🚴🏽♀ E4.0 woman biking: medium skin tone
+1F6B4 1F3FE 200D 2640 FE0F ; fully-qualified # 🚴🏾♀️ E4.0 woman biking: medium-dark skin tone
+1F6B4 1F3FE 200D 2640 ; minimally-qualified # 🚴🏾♀ E4.0 woman biking: medium-dark skin tone
+1F6B4 1F3FF 200D 2640 FE0F ; fully-qualified # 🚴🏿♀️ E4.0 woman biking: dark skin tone
+1F6B4 1F3FF 200D 2640 ; minimally-qualified # 🚴🏿♀ E4.0 woman biking: dark skin tone
+1F6B5 ; fully-qualified # 🚵 E1.0 person mountain biking
+1F6B5 1F3FB ; fully-qualified # 🚵🏻 E1.0 person mountain biking: light skin tone
+1F6B5 1F3FC ; fully-qualified # 🚵🏼 E1.0 person mountain biking: medium-light skin tone
+1F6B5 1F3FD ; fully-qualified # 🚵🏽 E1.0 person mountain biking: medium skin tone
+1F6B5 1F3FE ; fully-qualified # 🚵🏾 E1.0 person mountain biking: medium-dark skin tone
+1F6B5 1F3FF ; fully-qualified # 🚵🏿 E1.0 person mountain biking: dark skin tone
+1F6B5 200D 2642 FE0F ; fully-qualified # 🚵♂️ E4.0 man mountain biking
+1F6B5 200D 2642 ; minimally-qualified # 🚵♂ E4.0 man mountain biking
+1F6B5 1F3FB 200D 2642 FE0F ; fully-qualified # 🚵🏻♂️ E4.0 man mountain biking: light skin tone
+1F6B5 1F3FB 200D 2642 ; minimally-qualified # 🚵🏻♂ E4.0 man mountain biking: light skin tone
+1F6B5 1F3FC 200D 2642 FE0F ; fully-qualified # 🚵🏼♂️ E4.0 man mountain biking: medium-light skin tone
+1F6B5 1F3FC 200D 2642 ; minimally-qualified # 🚵🏼♂ E4.0 man mountain biking: medium-light skin tone
+1F6B5 1F3FD 200D 2642 FE0F ; fully-qualified # 🚵🏽♂️ E4.0 man mountain biking: medium skin tone
+1F6B5 1F3FD 200D 2642 ; minimally-qualified # 🚵🏽♂ E4.0 man mountain biking: medium skin tone
+1F6B5 1F3FE 200D 2642 FE0F ; fully-qualified # 🚵🏾♂️ E4.0 man mountain biking: medium-dark skin tone
+1F6B5 1F3FE 200D 2642 ; minimally-qualified # 🚵🏾♂ E4.0 man mountain biking: medium-dark skin tone
+1F6B5 1F3FF 200D 2642 FE0F ; fully-qualified # 🚵🏿♂️ E4.0 man mountain biking: dark skin tone
+1F6B5 1F3FF 200D 2642 ; minimally-qualified # 🚵🏿♂ E4.0 man mountain biking: dark skin tone
+1F6B5 200D 2640 FE0F ; fully-qualified # 🚵♀️ E4.0 woman mountain biking
+1F6B5 200D 2640 ; minimally-qualified # 🚵♀ E4.0 woman mountain biking
+1F6B5 1F3FB 200D 2640 FE0F ; fully-qualified # 🚵🏻♀️ E4.0 woman mountain biking: light skin tone
+1F6B5 1F3FB 200D 2640 ; minimally-qualified # 🚵🏻♀ E4.0 woman mountain biking: light skin tone
+1F6B5 1F3FC 200D 2640 FE0F ; fully-qualified # 🚵🏼♀️ E4.0 woman mountain biking: medium-light skin tone
+1F6B5 1F3FC 200D 2640 ; minimally-qualified # 🚵🏼♀ E4.0 woman mountain biking: medium-light skin tone
+1F6B5 1F3FD 200D 2640 FE0F ; fully-qualified # 🚵🏽♀️ E4.0 woman mountain biking: medium skin tone
+1F6B5 1F3FD 200D 2640 ; minimally-qualified # 🚵🏽♀ E4.0 woman mountain biking: medium skin tone
+1F6B5 1F3FE 200D 2640 FE0F ; fully-qualified # 🚵🏾♀️ E4.0 woman mountain biking: medium-dark skin tone
+1F6B5 1F3FE 200D 2640 ; minimally-qualified # 🚵🏾♀ E4.0 woman mountain biking: medium-dark skin tone
+1F6B5 1F3FF 200D 2640 FE0F ; fully-qualified # 🚵🏿♀️ E4.0 woman mountain biking: dark skin tone
+1F6B5 1F3FF 200D 2640 ; minimally-qualified # 🚵🏿♀ E4.0 woman mountain biking: dark skin tone
+1F938 ; fully-qualified # 🤸 E3.0 person cartwheeling
+1F938 1F3FB ; fully-qualified # 🤸🏻 E3.0 person cartwheeling: light skin tone
+1F938 1F3FC ; fully-qualified # 🤸🏼 E3.0 person cartwheeling: medium-light skin tone
+1F938 1F3FD ; fully-qualified # 🤸🏽 E3.0 person cartwheeling: medium skin tone
+1F938 1F3FE ; fully-qualified # 🤸🏾 E3.0 person cartwheeling: medium-dark skin tone
+1F938 1F3FF ; fully-qualified # 🤸🏿 E3.0 person cartwheeling: dark skin tone
+1F938 200D 2642 FE0F ; fully-qualified # 🤸♂️ E4.0 man cartwheeling
+1F938 200D 2642 ; minimally-qualified # 🤸♂ E4.0 man cartwheeling
+1F938 1F3FB 200D 2642 FE0F ; fully-qualified # 🤸🏻♂️ E4.0 man cartwheeling: light skin tone
+1F938 1F3FB 200D 2642 ; minimally-qualified # 🤸🏻♂ E4.0 man cartwheeling: light skin tone
+1F938 1F3FC 200D 2642 FE0F ; fully-qualified # 🤸🏼♂️ E4.0 man cartwheeling: medium-light skin tone
+1F938 1F3FC 200D 2642 ; minimally-qualified # 🤸🏼♂ E4.0 man cartwheeling: medium-light skin tone
+1F938 1F3FD 200D 2642 FE0F ; fully-qualified # 🤸🏽♂️ E4.0 man cartwheeling: medium skin tone
+1F938 1F3FD 200D 2642 ; minimally-qualified # 🤸🏽♂ E4.0 man cartwheeling: medium skin tone
+1F938 1F3FE 200D 2642 FE0F ; fully-qualified # 🤸🏾♂️ E4.0 man cartwheeling: medium-dark skin tone
+1F938 1F3FE 200D 2642 ; minimally-qualified # 🤸🏾♂ E4.0 man cartwheeling: medium-dark skin tone
+1F938 1F3FF 200D 2642 FE0F ; fully-qualified # 🤸🏿♂️ E4.0 man cartwheeling: dark skin tone
+1F938 1F3FF 200D 2642 ; minimally-qualified # 🤸🏿♂ E4.0 man cartwheeling: dark skin tone
+1F938 200D 2640 FE0F ; fully-qualified # 🤸♀️ E4.0 woman cartwheeling
+1F938 200D 2640 ; minimally-qualified # 🤸♀ E4.0 woman cartwheeling
+1F938 1F3FB 200D 2640 FE0F ; fully-qualified # 🤸🏻♀️ E4.0 woman cartwheeling: light skin tone
+1F938 1F3FB 200D 2640 ; minimally-qualified # 🤸🏻♀ E4.0 woman cartwheeling: light skin tone
+1F938 1F3FC 200D 2640 FE0F ; fully-qualified # 🤸🏼♀️ E4.0 woman cartwheeling: medium-light skin tone
+1F938 1F3FC 200D 2640 ; minimally-qualified # 🤸🏼♀ E4.0 woman cartwheeling: medium-light skin tone
+1F938 1F3FD 200D 2640 FE0F ; fully-qualified # 🤸🏽♀️ E4.0 woman cartwheeling: medium skin tone
+1F938 1F3FD 200D 2640 ; minimally-qualified # 🤸🏽♀ E4.0 woman cartwheeling: medium skin tone
+1F938 1F3FE 200D 2640 FE0F ; fully-qualified # 🤸🏾♀️ E4.0 woman cartwheeling: medium-dark skin tone
+1F938 1F3FE 200D 2640 ; minimally-qualified # 🤸🏾♀ E4.0 woman cartwheeling: medium-dark skin tone
+1F938 1F3FF 200D 2640 FE0F ; fully-qualified # 🤸🏿♀️ E4.0 woman cartwheeling: dark skin tone
+1F938 1F3FF 200D 2640 ; minimally-qualified # 🤸🏿♀ E4.0 woman cartwheeling: dark skin tone
+1F93C ; fully-qualified # 🤼 E3.0 people wrestling
+1F93C 1F3FB ; fully-qualified # 🤼🏻 E17.0 people wrestling: light skin tone
+1F93C 1F3FC ; fully-qualified # 🤼🏼 E17.0 people wrestling: medium-light skin tone
+1F93C 1F3FD ; fully-qualified # 🤼🏽 E17.0 people wrestling: medium skin tone
+1F93C 1F3FE ; fully-qualified # 🤼🏾 E17.0 people wrestling: medium-dark skin tone
+1F93C 1F3FF ; fully-qualified # 🤼🏿 E17.0 people wrestling: dark skin tone
+1F93C 200D 2642 FE0F ; fully-qualified # 🤼♂️ E4.0 men wrestling
+1F93C 200D 2642 ; minimally-qualified # 🤼♂ E4.0 men wrestling
+1F93C 1F3FB 200D 2642 FE0F ; fully-qualified # 🤼🏻♂️ E17.0 men wrestling: light skin tone
+1F93C 1F3FB 200D 2642 ; minimally-qualified # 🤼🏻♂ E17.0 men wrestling: light skin tone
+1F93C 1F3FC 200D 2642 FE0F ; fully-qualified # 🤼🏼♂️ E17.0 men wrestling: medium-light skin tone
+1F93C 1F3FC 200D 2642 ; minimally-qualified # 🤼🏼♂ E17.0 men wrestling: medium-light skin tone
+1F93C 1F3FD 200D 2642 FE0F ; fully-qualified # 🤼🏽♂️ E17.0 men wrestling: medium skin tone
+1F93C 1F3FD 200D 2642 ; minimally-qualified # 🤼🏽♂ E17.0 men wrestling: medium skin tone
+1F93C 1F3FE 200D 2642 FE0F ; fully-qualified # 🤼🏾♂️ E17.0 men wrestling: medium-dark skin tone
+1F93C 1F3FE 200D 2642 ; minimally-qualified # 🤼🏾♂ E17.0 men wrestling: medium-dark skin tone
+1F93C 1F3FF 200D 2642 FE0F ; fully-qualified # 🤼🏿♂️ E17.0 men wrestling: dark skin tone
+1F93C 1F3FF 200D 2642 ; minimally-qualified # 🤼🏿♂ E17.0 men wrestling: dark skin tone
+1F93C 200D 2640 FE0F ; fully-qualified # 🤼♀️ E4.0 women wrestling
+1F93C 200D 2640 ; minimally-qualified # 🤼♀ E4.0 women wrestling
+1F93C 1F3FB 200D 2640 FE0F ; fully-qualified # 🤼🏻♀️ E17.0 women wrestling: light skin tone
+1F93C 1F3FB 200D 2640 ; minimally-qualified # 🤼🏻♀ E17.0 women wrestling: light skin tone
+1F93C 1F3FC 200D 2640 FE0F ; fully-qualified # 🤼🏼♀️ E17.0 women wrestling: medium-light skin tone
+1F93C 1F3FC 200D 2640 ; minimally-qualified # 🤼🏼♀ E17.0 women wrestling: medium-light skin tone
+1F93C 1F3FD 200D 2640 FE0F ; fully-qualified # 🤼🏽♀️ E17.0 women wrestling: medium skin tone
+1F93C 1F3FD 200D 2640 ; minimally-qualified # 🤼🏽♀ E17.0 women wrestling: medium skin tone
+1F93C 1F3FE 200D 2640 FE0F ; fully-qualified # 🤼🏾♀️ E17.0 women wrestling: medium-dark skin tone
+1F93C 1F3FE 200D 2640 ; minimally-qualified # 🤼🏾♀ E17.0 women wrestling: medium-dark skin tone
+1F93C 1F3FF 200D 2640 FE0F ; fully-qualified # 🤼🏿♀️ E17.0 women wrestling: dark skin tone
+1F93C 1F3FF 200D 2640 ; minimally-qualified # 🤼🏿♀ E17.0 women wrestling: dark skin tone
+1F9D1 1F3FB 200D 1FAEF 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏻🧑🏼 E17.0 people wrestling: light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 1FAEF 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏻🧑🏽 E17.0 people wrestling: light skin tone, medium skin tone
+1F9D1 1F3FB 200D 1FAEF 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏻🧑🏾 E17.0 people wrestling: light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 1FAEF 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏻🧑🏿 E17.0 people wrestling: light skin tone, dark skin tone
+1F9D1 1F3FC 200D 1FAEF 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼🧑🏻 E17.0 people wrestling: medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 1FAEF 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏼🧑🏽 E17.0 people wrestling: medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 1FAEF 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏼🧑🏾 E17.0 people wrestling: medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 1FAEF 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏼🧑🏿 E17.0 people wrestling: medium-light skin tone, dark skin tone
+1F9D1 1F3FD 200D 1FAEF 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽🧑🏻 E17.0 people wrestling: medium skin tone, light skin tone
+1F9D1 1F3FD 200D 1FAEF 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽🧑🏼 E17.0 people wrestling: medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 1FAEF 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏽🧑🏾 E17.0 people wrestling: medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 1FAEF 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏽🧑🏿 E17.0 people wrestling: medium skin tone, dark skin tone
+1F9D1 1F3FE 200D 1FAEF 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾🧑🏻 E17.0 people wrestling: medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 1FAEF 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾🧑🏼 E17.0 people wrestling: medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 1FAEF 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾🧑🏽 E17.0 people wrestling: medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 1FAEF 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏾🧑🏿 E17.0 people wrestling: medium-dark skin tone, dark skin tone
+1F9D1 1F3FF 200D 1FAEF 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿🧑🏻 E17.0 people wrestling: dark skin tone, light skin tone
+1F9D1 1F3FF 200D 1FAEF 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿🧑🏼 E17.0 people wrestling: dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 1FAEF 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿🧑🏽 E17.0 people wrestling: dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 1FAEF 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿🧑🏾 E17.0 people wrestling: dark skin tone, medium-dark skin tone
+1F468 1F3FB 200D 1FAEF 200D 1F468 1F3FC ; fully-qualified # 👨🏻👨🏼 E17.0 men wrestling: light skin tone, medium-light skin tone
+1F468 1F3FB 200D 1FAEF 200D 1F468 1F3FD ; fully-qualified # 👨🏻👨🏽 E17.0 men wrestling: light skin tone, medium skin tone
+1F468 1F3FB 200D 1FAEF 200D 1F468 1F3FE ; fully-qualified # 👨🏻👨🏾 E17.0 men wrestling: light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 1FAEF 200D 1F468 1F3FF ; fully-qualified # 👨🏻👨🏿 E17.0 men wrestling: light skin tone, dark skin tone
+1F468 1F3FC 200D 1FAEF 200D 1F468 1F3FB ; fully-qualified # 👨🏼👨🏻 E17.0 men wrestling: medium-light skin tone, light skin tone
+1F468 1F3FC 200D 1FAEF 200D 1F468 1F3FD ; fully-qualified # 👨🏼👨🏽 E17.0 men wrestling: medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 1FAEF 200D 1F468 1F3FE ; fully-qualified # 👨🏼👨🏾 E17.0 men wrestling: medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 1FAEF 200D 1F468 1F3FF ; fully-qualified # 👨🏼👨🏿 E17.0 men wrestling: medium-light skin tone, dark skin tone
+1F468 1F3FD 200D 1FAEF 200D 1F468 1F3FB ; fully-qualified # 👨🏽👨🏻 E17.0 men wrestling: medium skin tone, light skin tone
+1F468 1F3FD 200D 1FAEF 200D 1F468 1F3FC ; fully-qualified # 👨🏽👨🏼 E17.0 men wrestling: medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 1FAEF 200D 1F468 1F3FE ; fully-qualified # 👨🏽👨🏾 E17.0 men wrestling: medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 1FAEF 200D 1F468 1F3FF ; fully-qualified # 👨🏽👨🏿 E17.0 men wrestling: medium skin tone, dark skin tone
+1F468 1F3FE 200D 1FAEF 200D 1F468 1F3FB ; fully-qualified # 👨🏾👨🏻 E17.0 men wrestling: medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 1FAEF 200D 1F468 1F3FC ; fully-qualified # 👨🏾👨🏼 E17.0 men wrestling: medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 1FAEF 200D 1F468 1F3FD ; fully-qualified # 👨🏾👨🏽 E17.0 men wrestling: medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 1FAEF 200D 1F468 1F3FF ; fully-qualified # 👨🏾👨🏿 E17.0 men wrestling: medium-dark skin tone, dark skin tone
+1F468 1F3FF 200D 1FAEF 200D 1F468 1F3FB ; fully-qualified # 👨🏿👨🏻 E17.0 men wrestling: dark skin tone, light skin tone
+1F468 1F3FF 200D 1FAEF 200D 1F468 1F3FC ; fully-qualified # 👨🏿👨🏼 E17.0 men wrestling: dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 1FAEF 200D 1F468 1F3FD ; fully-qualified # 👨🏿👨🏽 E17.0 men wrestling: dark skin tone, medium skin tone
+1F468 1F3FF 200D 1FAEF 200D 1F468 1F3FE ; fully-qualified # 👨🏿👨🏾 E17.0 men wrestling: dark skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1FAEF 200D 1F469 1F3FC ; fully-qualified # 👩🏻👩🏼 E17.0 women wrestling: light skin tone, medium-light skin tone
+1F469 1F3FB 200D 1FAEF 200D 1F469 1F3FD ; fully-qualified # 👩🏻👩🏽 E17.0 women wrestling: light skin tone, medium skin tone
+1F469 1F3FB 200D 1FAEF 200D 1F469 1F3FE ; fully-qualified # 👩🏻👩🏾 E17.0 women wrestling: light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1FAEF 200D 1F469 1F3FF ; fully-qualified # 👩🏻👩🏿 E17.0 women wrestling: light skin tone, dark skin tone
+1F469 1F3FC 200D 1FAEF 200D 1F469 1F3FB ; fully-qualified # 👩🏼👩🏻 E17.0 women wrestling: medium-light skin tone, light skin tone
+1F469 1F3FC 200D 1FAEF 200D 1F469 1F3FD ; fully-qualified # 👩🏼👩🏽 E17.0 women wrestling: medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 1FAEF 200D 1F469 1F3FE ; fully-qualified # 👩🏼👩🏾 E17.0 women wrestling: medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 1FAEF 200D 1F469 1F3FF ; fully-qualified # 👩🏼👩🏿 E17.0 women wrestling: medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 1FAEF 200D 1F469 1F3FB ; fully-qualified # 👩🏽👩🏻 E17.0 women wrestling: medium skin tone, light skin tone
+1F469 1F3FD 200D 1FAEF 200D 1F469 1F3FC ; fully-qualified # 👩🏽👩🏼 E17.0 women wrestling: medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 1FAEF 200D 1F469 1F3FE ; fully-qualified # 👩🏽👩🏾 E17.0 women wrestling: medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 1FAEF 200D 1F469 1F3FF ; fully-qualified # 👩🏽👩🏿 E17.0 women wrestling: medium skin tone, dark skin tone
+1F469 1F3FE 200D 1FAEF 200D 1F469 1F3FB ; fully-qualified # 👩🏾👩🏻 E17.0 women wrestling: medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 1FAEF 200D 1F469 1F3FC ; fully-qualified # 👩🏾👩🏼 E17.0 women wrestling: medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 1FAEF 200D 1F469 1F3FD ; fully-qualified # 👩🏾👩🏽 E17.0 women wrestling: medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 1FAEF 200D 1F469 1F3FF ; fully-qualified # 👩🏾👩🏿 E17.0 women wrestling: medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 1FAEF 200D 1F469 1F3FB ; fully-qualified # 👩🏿👩🏻 E17.0 women wrestling: dark skin tone, light skin tone
+1F469 1F3FF 200D 1FAEF 200D 1F469 1F3FC ; fully-qualified # 👩🏿👩🏼 E17.0 women wrestling: dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 1FAEF 200D 1F469 1F3FD ; fully-qualified # 👩🏿👩🏽 E17.0 women wrestling: dark skin tone, medium skin tone
+1F469 1F3FF 200D 1FAEF 200D 1F469 1F3FE ; fully-qualified # 👩🏿👩🏾 E17.0 women wrestling: dark skin tone, medium-dark skin tone
+1F93D ; fully-qualified # 🤽 E3.0 person playing water polo
+1F93D 1F3FB ; fully-qualified # 🤽🏻 E3.0 person playing water polo: light skin tone
+1F93D 1F3FC ; fully-qualified # 🤽🏼 E3.0 person playing water polo: medium-light skin tone
+1F93D 1F3FD ; fully-qualified # 🤽🏽 E3.0 person playing water polo: medium skin tone
+1F93D 1F3FE ; fully-qualified # 🤽🏾 E3.0 person playing water polo: medium-dark skin tone
+1F93D 1F3FF ; fully-qualified # 🤽🏿 E3.0 person playing water polo: dark skin tone
+1F93D 200D 2642 FE0F ; fully-qualified # 🤽♂️ E4.0 man playing water polo
+1F93D 200D 2642 ; minimally-qualified # 🤽♂ E4.0 man playing water polo
+1F93D 1F3FB 200D 2642 FE0F ; fully-qualified # 🤽🏻♂️ E4.0 man playing water polo: light skin tone
+1F93D 1F3FB 200D 2642 ; minimally-qualified # 🤽🏻♂ E4.0 man playing water polo: light skin tone
+1F93D 1F3FC 200D 2642 FE0F ; fully-qualified # 🤽🏼♂️ E4.0 man playing water polo: medium-light skin tone
+1F93D 1F3FC 200D 2642 ; minimally-qualified # 🤽🏼♂ E4.0 man playing water polo: medium-light skin tone
+1F93D 1F3FD 200D 2642 FE0F ; fully-qualified # 🤽🏽♂️ E4.0 man playing water polo: medium skin tone
+1F93D 1F3FD 200D 2642 ; minimally-qualified # 🤽🏽♂ E4.0 man playing water polo: medium skin tone
+1F93D 1F3FE 200D 2642 FE0F ; fully-qualified # 🤽🏾♂️ E4.0 man playing water polo: medium-dark skin tone
+1F93D 1F3FE 200D 2642 ; minimally-qualified # 🤽🏾♂ E4.0 man playing water polo: medium-dark skin tone
+1F93D 1F3FF 200D 2642 FE0F ; fully-qualified # 🤽🏿♂️ E4.0 man playing water polo: dark skin tone
+1F93D 1F3FF 200D 2642 ; minimally-qualified # 🤽🏿♂ E4.0 man playing water polo: dark skin tone
+1F93D 200D 2640 FE0F ; fully-qualified # 🤽♀️ E4.0 woman playing water polo
+1F93D 200D 2640 ; minimally-qualified # 🤽♀ E4.0 woman playing water polo
+1F93D 1F3FB 200D 2640 FE0F ; fully-qualified # 🤽🏻♀️ E4.0 woman playing water polo: light skin tone
+1F93D 1F3FB 200D 2640 ; minimally-qualified # 🤽🏻♀ E4.0 woman playing water polo: light skin tone
+1F93D 1F3FC 200D 2640 FE0F ; fully-qualified # 🤽🏼♀️ E4.0 woman playing water polo: medium-light skin tone
+1F93D 1F3FC 200D 2640 ; minimally-qualified # 🤽🏼♀ E4.0 woman playing water polo: medium-light skin tone
+1F93D 1F3FD 200D 2640 FE0F ; fully-qualified # 🤽🏽♀️ E4.0 woman playing water polo: medium skin tone
+1F93D 1F3FD 200D 2640 ; minimally-qualified # 🤽🏽♀ E4.0 woman playing water polo: medium skin tone
+1F93D 1F3FE 200D 2640 FE0F ; fully-qualified # 🤽🏾♀️ E4.0 woman playing water polo: medium-dark skin tone
+1F93D 1F3FE 200D 2640 ; minimally-qualified # 🤽🏾♀ E4.0 woman playing water polo: medium-dark skin tone
+1F93D 1F3FF 200D 2640 FE0F ; fully-qualified # 🤽🏿♀️ E4.0 woman playing water polo: dark skin tone
+1F93D 1F3FF 200D 2640 ; minimally-qualified # 🤽🏿♀ E4.0 woman playing water polo: dark skin tone
+1F93E ; fully-qualified # 🤾 E3.0 person playing handball
+1F93E 1F3FB ; fully-qualified # 🤾🏻 E3.0 person playing handball: light skin tone
+1F93E 1F3FC ; fully-qualified # 🤾🏼 E3.0 person playing handball: medium-light skin tone
+1F93E 1F3FD ; fully-qualified # 🤾🏽 E3.0 person playing handball: medium skin tone
+1F93E 1F3FE ; fully-qualified # 🤾🏾 E3.0 person playing handball: medium-dark skin tone
+1F93E 1F3FF ; fully-qualified # 🤾🏿 E3.0 person playing handball: dark skin tone
+1F93E 200D 2642 FE0F ; fully-qualified # 🤾♂️ E4.0 man playing handball
+1F93E 200D 2642 ; minimally-qualified # 🤾♂ E4.0 man playing handball
+1F93E 1F3FB 200D 2642 FE0F ; fully-qualified # 🤾🏻♂️ E4.0 man playing handball: light skin tone
+1F93E 1F3FB 200D 2642 ; minimally-qualified # 🤾🏻♂ E4.0 man playing handball: light skin tone
+1F93E 1F3FC 200D 2642 FE0F ; fully-qualified # 🤾🏼♂️ E4.0 man playing handball: medium-light skin tone
+1F93E 1F3FC 200D 2642 ; minimally-qualified # 🤾🏼♂ E4.0 man playing handball: medium-light skin tone
+1F93E 1F3FD 200D 2642 FE0F ; fully-qualified # 🤾🏽♂️ E4.0 man playing handball: medium skin tone
+1F93E 1F3FD 200D 2642 ; minimally-qualified # 🤾🏽♂ E4.0 man playing handball: medium skin tone
+1F93E 1F3FE 200D 2642 FE0F ; fully-qualified # 🤾🏾♂️ E4.0 man playing handball: medium-dark skin tone
+1F93E 1F3FE 200D 2642 ; minimally-qualified # 🤾🏾♂ E4.0 man playing handball: medium-dark skin tone
+1F93E 1F3FF 200D 2642 FE0F ; fully-qualified # 🤾🏿♂️ E4.0 man playing handball: dark skin tone
+1F93E 1F3FF 200D 2642 ; minimally-qualified # 🤾🏿♂ E4.0 man playing handball: dark skin tone
+1F93E 200D 2640 FE0F ; fully-qualified # 🤾♀️ E4.0 woman playing handball
+1F93E 200D 2640 ; minimally-qualified # 🤾♀ E4.0 woman playing handball
+1F93E 1F3FB 200D 2640 FE0F ; fully-qualified # 🤾🏻♀️ E4.0 woman playing handball: light skin tone
+1F93E 1F3FB 200D 2640 ; minimally-qualified # 🤾🏻♀ E4.0 woman playing handball: light skin tone
+1F93E 1F3FC 200D 2640 FE0F ; fully-qualified # 🤾🏼♀️ E4.0 woman playing handball: medium-light skin tone
+1F93E 1F3FC 200D 2640 ; minimally-qualified # 🤾🏼♀ E4.0 woman playing handball: medium-light skin tone
+1F93E 1F3FD 200D 2640 FE0F ; fully-qualified # 🤾🏽♀️ E4.0 woman playing handball: medium skin tone
+1F93E 1F3FD 200D 2640 ; minimally-qualified # 🤾🏽♀ E4.0 woman playing handball: medium skin tone
+1F93E 1F3FE 200D 2640 FE0F ; fully-qualified # 🤾🏾♀️ E4.0 woman playing handball: medium-dark skin tone
+1F93E 1F3FE 200D 2640 ; minimally-qualified # 🤾🏾♀ E4.0 woman playing handball: medium-dark skin tone
+1F93E 1F3FF 200D 2640 FE0F ; fully-qualified # 🤾🏿♀️ E4.0 woman playing handball: dark skin tone
+1F93E 1F3FF 200D 2640 ; minimally-qualified # 🤾🏿♀ E4.0 woman playing handball: dark skin tone
+1F939 ; fully-qualified # 🤹 E3.0 person juggling
+1F939 1F3FB ; fully-qualified # 🤹🏻 E3.0 person juggling: light skin tone
+1F939 1F3FC ; fully-qualified # 🤹🏼 E3.0 person juggling: medium-light skin tone
+1F939 1F3FD ; fully-qualified # 🤹🏽 E3.0 person juggling: medium skin tone
+1F939 1F3FE ; fully-qualified # 🤹🏾 E3.0 person juggling: medium-dark skin tone
+1F939 1F3FF ; fully-qualified # 🤹🏿 E3.0 person juggling: dark skin tone
+1F939 200D 2642 FE0F ; fully-qualified # 🤹♂️ E4.0 man juggling
+1F939 200D 2642 ; minimally-qualified # 🤹♂ E4.0 man juggling
+1F939 1F3FB 200D 2642 FE0F ; fully-qualified # 🤹🏻♂️ E4.0 man juggling: light skin tone
+1F939 1F3FB 200D 2642 ; minimally-qualified # 🤹🏻♂ E4.0 man juggling: light skin tone
+1F939 1F3FC 200D 2642 FE0F ; fully-qualified # 🤹🏼♂️ E4.0 man juggling: medium-light skin tone
+1F939 1F3FC 200D 2642 ; minimally-qualified # 🤹🏼♂ E4.0 man juggling: medium-light skin tone
+1F939 1F3FD 200D 2642 FE0F ; fully-qualified # 🤹🏽♂️ E4.0 man juggling: medium skin tone
+1F939 1F3FD 200D 2642 ; minimally-qualified # 🤹🏽♂ E4.0 man juggling: medium skin tone
+1F939 1F3FE 200D 2642 FE0F ; fully-qualified # 🤹🏾♂️ E4.0 man juggling: medium-dark skin tone
+1F939 1F3FE 200D 2642 ; minimally-qualified # 🤹🏾♂ E4.0 man juggling: medium-dark skin tone
+1F939 1F3FF 200D 2642 FE0F ; fully-qualified # 🤹🏿♂️ E4.0 man juggling: dark skin tone
+1F939 1F3FF 200D 2642 ; minimally-qualified # 🤹🏿♂ E4.0 man juggling: dark skin tone
+1F939 200D 2640 FE0F ; fully-qualified # 🤹♀️ E4.0 woman juggling
+1F939 200D 2640 ; minimally-qualified # 🤹♀ E4.0 woman juggling
+1F939 1F3FB 200D 2640 FE0F ; fully-qualified # 🤹🏻♀️ E4.0 woman juggling: light skin tone
+1F939 1F3FB 200D 2640 ; minimally-qualified # 🤹🏻♀ E4.0 woman juggling: light skin tone
+1F939 1F3FC 200D 2640 FE0F ; fully-qualified # 🤹🏼♀️ E4.0 woman juggling: medium-light skin tone
+1F939 1F3FC 200D 2640 ; minimally-qualified # 🤹🏼♀ E4.0 woman juggling: medium-light skin tone
+1F939 1F3FD 200D 2640 FE0F ; fully-qualified # 🤹🏽♀️ E4.0 woman juggling: medium skin tone
+1F939 1F3FD 200D 2640 ; minimally-qualified # 🤹🏽♀ E4.0 woman juggling: medium skin tone
+1F939 1F3FE 200D 2640 FE0F ; fully-qualified # 🤹🏾♀️ E4.0 woman juggling: medium-dark skin tone
+1F939 1F3FE 200D 2640 ; minimally-qualified # 🤹🏾♀ E4.0 woman juggling: medium-dark skin tone
+1F939 1F3FF 200D 2640 FE0F ; fully-qualified # 🤹🏿♀️ E4.0 woman juggling: dark skin tone
+1F939 1F3FF 200D 2640 ; minimally-qualified # 🤹🏿♀ E4.0 woman juggling: dark skin tone
+
+# subgroup: person-resting
+1F9D8 ; fully-qualified # 🧘 E5.0 person in lotus position
+1F9D8 1F3FB ; fully-qualified # 🧘🏻 E5.0 person in lotus position: light skin tone
+1F9D8 1F3FC ; fully-qualified # 🧘🏼 E5.0 person in lotus position: medium-light skin tone
+1F9D8 1F3FD ; fully-qualified # 🧘🏽 E5.0 person in lotus position: medium skin tone
+1F9D8 1F3FE ; fully-qualified # 🧘🏾 E5.0 person in lotus position: medium-dark skin tone
+1F9D8 1F3FF ; fully-qualified # 🧘🏿 E5.0 person in lotus position: dark skin tone
+1F9D8 200D 2642 FE0F ; fully-qualified # 🧘♂️ E5.0 man in lotus position
+1F9D8 200D 2642 ; minimally-qualified # 🧘♂ E5.0 man in lotus position
+1F9D8 1F3FB 200D 2642 FE0F ; fully-qualified # 🧘🏻♂️ E5.0 man in lotus position: light skin tone
+1F9D8 1F3FB 200D 2642 ; minimally-qualified # 🧘🏻♂ E5.0 man in lotus position: light skin tone
+1F9D8 1F3FC 200D 2642 FE0F ; fully-qualified # 🧘🏼♂️ E5.0 man in lotus position: medium-light skin tone
+1F9D8 1F3FC 200D 2642 ; minimally-qualified # 🧘🏼♂ E5.0 man in lotus position: medium-light skin tone
+1F9D8 1F3FD 200D 2642 FE0F ; fully-qualified # 🧘🏽♂️ E5.0 man in lotus position: medium skin tone
+1F9D8 1F3FD 200D 2642 ; minimally-qualified # 🧘🏽♂ E5.0 man in lotus position: medium skin tone
+1F9D8 1F3FE 200D 2642 FE0F ; fully-qualified # 🧘🏾♂️ E5.0 man in lotus position: medium-dark skin tone
+1F9D8 1F3FE 200D 2642 ; minimally-qualified # 🧘🏾♂ E5.0 man in lotus position: medium-dark skin tone
+1F9D8 1F3FF 200D 2642 FE0F ; fully-qualified # 🧘🏿♂️ E5.0 man in lotus position: dark skin tone
+1F9D8 1F3FF 200D 2642 ; minimally-qualified # 🧘🏿♂ E5.0 man in lotus position: dark skin tone
+1F9D8 200D 2640 FE0F ; fully-qualified # 🧘♀️ E5.0 woman in lotus position
+1F9D8 200D 2640 ; minimally-qualified # 🧘♀ E5.0 woman in lotus position
+1F9D8 1F3FB 200D 2640 FE0F ; fully-qualified # 🧘🏻♀️ E5.0 woman in lotus position: light skin tone
+1F9D8 1F3FB 200D 2640 ; minimally-qualified # 🧘🏻♀ E5.0 woman in lotus position: light skin tone
+1F9D8 1F3FC 200D 2640 FE0F ; fully-qualified # 🧘🏼♀️ E5.0 woman in lotus position: medium-light skin tone
+1F9D8 1F3FC 200D 2640 ; minimally-qualified # 🧘🏼♀ E5.0 woman in lotus position: medium-light skin tone
+1F9D8 1F3FD 200D 2640 FE0F ; fully-qualified # 🧘🏽♀️ E5.0 woman in lotus position: medium skin tone
+1F9D8 1F3FD 200D 2640 ; minimally-qualified # 🧘🏽♀ E5.0 woman in lotus position: medium skin tone
+1F9D8 1F3FE 200D 2640 FE0F ; fully-qualified # 🧘🏾♀️ E5.0 woman in lotus position: medium-dark skin tone
+1F9D8 1F3FE 200D 2640 ; minimally-qualified # 🧘🏾♀ E5.0 woman in lotus position: medium-dark skin tone
+1F9D8 1F3FF 200D 2640 FE0F ; fully-qualified # 🧘🏿♀️ E5.0 woman in lotus position: dark skin tone
+1F9D8 1F3FF 200D 2640 ; minimally-qualified # 🧘🏿♀ E5.0 woman in lotus position: dark skin tone
+1F6C0 ; fully-qualified # 🛀 E0.6 person taking bath
+1F6C0 1F3FB ; fully-qualified # 🛀🏻 E1.0 person taking bath: light skin tone
+1F6C0 1F3FC ; fully-qualified # 🛀🏼 E1.0 person taking bath: medium-light skin tone
+1F6C0 1F3FD ; fully-qualified # 🛀🏽 E1.0 person taking bath: medium skin tone
+1F6C0 1F3FE ; fully-qualified # 🛀🏾 E1.0 person taking bath: medium-dark skin tone
+1F6C0 1F3FF ; fully-qualified # 🛀🏿 E1.0 person taking bath: dark skin tone
+1F6CC ; fully-qualified # 🛌 E1.0 person in bed
+1F6CC 1F3FB ; fully-qualified # 🛌🏻 E4.0 person in bed: light skin tone
+1F6CC 1F3FC ; fully-qualified # 🛌🏼 E4.0 person in bed: medium-light skin tone
+1F6CC 1F3FD ; fully-qualified # 🛌🏽 E4.0 person in bed: medium skin tone
+1F6CC 1F3FE ; fully-qualified # 🛌🏾 E4.0 person in bed: medium-dark skin tone
+1F6CC 1F3FF ; fully-qualified # 🛌🏿 E4.0 person in bed: dark skin tone
+
+# subgroup: family
+1F9D1 200D 1F91D 200D 1F9D1 ; fully-qualified # 🧑🤝🧑 E12.0 people holding hands
+1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏻🤝🧑🏻 E12.0 people holding hands: light skin tone
+1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏻🤝🧑🏼 E12.1 people holding hands: light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏻🤝🧑🏽 E12.1 people holding hands: light skin tone, medium skin tone
+1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏻🤝🧑🏾 E12.1 people holding hands: light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏻🤝🧑🏿 E12.1 people holding hands: light skin tone, dark skin tone
+1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼🤝🧑🏻 E12.0 people holding hands: medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏼🤝🧑🏼 E12.0 people holding hands: medium-light skin tone
+1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏼🤝🧑🏽 E12.1 people holding hands: medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏼🤝🧑🏾 E12.1 people holding hands: medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏼🤝🧑🏿 E12.1 people holding hands: medium-light skin tone, dark skin tone
+1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽🤝🧑🏻 E12.0 people holding hands: medium skin tone, light skin tone
+1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽🤝🧑🏼 E12.0 people holding hands: medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏽🤝🧑🏽 E12.0 people holding hands: medium skin tone
+1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏽🤝🧑🏾 E12.1 people holding hands: medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏽🤝🧑🏿 E12.1 people holding hands: medium skin tone, dark skin tone
+1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾🤝🧑🏻 E12.0 people holding hands: medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾🤝🧑🏼 E12.0 people holding hands: medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾🤝🧑🏽 E12.0 people holding hands: medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏾🤝🧑🏾 E12.0 people holding hands: medium-dark skin tone
+1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏾🤝🧑🏿 E12.1 people holding hands: medium-dark skin tone, dark skin tone
+1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿🤝🧑🏻 E12.0 people holding hands: dark skin tone, light skin tone
+1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿🤝🧑🏼 E12.0 people holding hands: dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿🤝🧑🏽 E12.0 people holding hands: dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿🤝🧑🏾 E12.0 people holding hands: dark skin tone, medium-dark skin tone
+1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏿🤝🧑🏿 E12.0 people holding hands: dark skin tone
+1F46D ; fully-qualified # 👭 E1.0 women holding hands
+1F46D 1F3FB ; fully-qualified # 👭🏻 E12.0 women holding hands: light skin tone
+1F469 1F3FB 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏻🤝👩🏼 E12.1 women holding hands: light skin tone, medium-light skin tone
+1F469 1F3FB 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏻🤝👩🏽 E12.1 women holding hands: light skin tone, medium skin tone
+1F469 1F3FB 200D 1F91D 200D 1F469 1F3FE ; fully-qualified # 👩🏻🤝👩🏾 E12.1 women holding hands: light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1F91D 200D 1F469 1F3FF ; fully-qualified # 👩🏻🤝👩🏿 E12.1 women holding hands: light skin tone, dark skin tone
+1F469 1F3FC 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏼🤝👩🏻 E12.0 women holding hands: medium-light skin tone, light skin tone
+1F46D 1F3FC ; fully-qualified # 👭🏼 E12.0 women holding hands: medium-light skin tone
+1F469 1F3FC 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏼🤝👩🏽 E12.1 women holding hands: medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 1F91D 200D 1F469 1F3FE ; fully-qualified # 👩🏼🤝👩🏾 E12.1 women holding hands: medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 1F91D 200D 1F469 1F3FF ; fully-qualified # 👩🏼🤝👩🏿 E12.1 women holding hands: medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏽🤝👩🏻 E12.0 women holding hands: medium skin tone, light skin tone
+1F469 1F3FD 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏽🤝👩🏼 E12.0 women holding hands: medium skin tone, medium-light skin tone
+1F46D 1F3FD ; fully-qualified # 👭🏽 E12.0 women holding hands: medium skin tone
+1F469 1F3FD 200D 1F91D 200D 1F469 1F3FE ; fully-qualified # 👩🏽🤝👩🏾 E12.1 women holding hands: medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 1F91D 200D 1F469 1F3FF ; fully-qualified # 👩🏽🤝👩🏿 E12.1 women holding hands: medium skin tone, dark skin tone
+1F469 1F3FE 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏾🤝👩🏻 E12.0 women holding hands: medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏾🤝👩🏼 E12.0 women holding hands: medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏾🤝👩🏽 E12.0 women holding hands: medium-dark skin tone, medium skin tone
+1F46D 1F3FE ; fully-qualified # 👭🏾 E12.0 women holding hands: medium-dark skin tone
+1F469 1F3FE 200D 1F91D 200D 1F469 1F3FF ; fully-qualified # 👩🏾🤝👩🏿 E12.1 women holding hands: medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏿🤝👩🏻 E12.0 women holding hands: dark skin tone, light skin tone
+1F469 1F3FF 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏿🤝👩🏼 E12.0 women holding hands: dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏿🤝👩🏽 E12.0 women holding hands: dark skin tone, medium skin tone
+1F469 1F3FF 200D 1F91D 200D 1F469 1F3FE ; fully-qualified # 👩🏿🤝👩🏾 E12.0 women holding hands: dark skin tone, medium-dark skin tone
+1F46D 1F3FF ; fully-qualified # 👭🏿 E12.0 women holding hands: dark skin tone
+1F46B ; fully-qualified # 👫 E0.6 woman and man holding hands
+1F46B 1F3FB ; fully-qualified # 👫🏻 E12.0 woman and man holding hands: light skin tone
+1F469 1F3FB 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏻🤝👨🏼 E12.0 woman and man holding hands: light skin tone, medium-light skin tone
+1F469 1F3FB 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏻🤝👨🏽 E12.0 woman and man holding hands: light skin tone, medium skin tone
+1F469 1F3FB 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏻🤝👨🏾 E12.0 woman and man holding hands: light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏻🤝👨🏿 E12.0 woman and man holding hands: light skin tone, dark skin tone
+1F469 1F3FC 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏼🤝👨🏻 E12.0 woman and man holding hands: medium-light skin tone, light skin tone
+1F46B 1F3FC ; fully-qualified # 👫🏼 E12.0 woman and man holding hands: medium-light skin tone
+1F469 1F3FC 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏼🤝👨🏽 E12.0 woman and man holding hands: medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏼🤝👨🏾 E12.0 woman and man holding hands: medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏼🤝👨🏿 E12.0 woman and man holding hands: medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏽🤝👨🏻 E12.0 woman and man holding hands: medium skin tone, light skin tone
+1F469 1F3FD 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏽🤝👨🏼 E12.0 woman and man holding hands: medium skin tone, medium-light skin tone
+1F46B 1F3FD ; fully-qualified # 👫🏽 E12.0 woman and man holding hands: medium skin tone
+1F469 1F3FD 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏽🤝👨🏾 E12.0 woman and man holding hands: medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏽🤝👨🏿 E12.0 woman and man holding hands: medium skin tone, dark skin tone
+1F469 1F3FE 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏾🤝👨🏻 E12.0 woman and man holding hands: medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏾🤝👨🏼 E12.0 woman and man holding hands: medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏾🤝👨🏽 E12.0 woman and man holding hands: medium-dark skin tone, medium skin tone
+1F46B 1F3FE ; fully-qualified # 👫🏾 E12.0 woman and man holding hands: medium-dark skin tone
+1F469 1F3FE 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏾🤝👨🏿 E12.0 woman and man holding hands: medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏿🤝👨🏻 E12.0 woman and man holding hands: dark skin tone, light skin tone
+1F469 1F3FF 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏿🤝👨🏼 E12.0 woman and man holding hands: dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏿🤝👨🏽 E12.0 woman and man holding hands: dark skin tone, medium skin tone
+1F469 1F3FF 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏿🤝👨🏾 E12.0 woman and man holding hands: dark skin tone, medium-dark skin tone
+1F46B 1F3FF ; fully-qualified # 👫🏿 E12.0 woman and man holding hands: dark skin tone
+1F46C ; fully-qualified # 👬 E1.0 men holding hands
+1F46C 1F3FB ; fully-qualified # 👬🏻 E12.0 men holding hands: light skin tone
+1F468 1F3FB 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏻🤝👨🏼 E12.1 men holding hands: light skin tone, medium-light skin tone
+1F468 1F3FB 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏻🤝👨🏽 E12.1 men holding hands: light skin tone, medium skin tone
+1F468 1F3FB 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👨🏻🤝👨🏾 E12.1 men holding hands: light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👨🏻🤝👨🏿 E12.1 men holding hands: light skin tone, dark skin tone
+1F468 1F3FC 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏼🤝👨🏻 E12.0 men holding hands: medium-light skin tone, light skin tone
+1F46C 1F3FC ; fully-qualified # 👬🏼 E12.0 men holding hands: medium-light skin tone
+1F468 1F3FC 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏼🤝👨🏽 E12.1 men holding hands: medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👨🏼🤝👨🏾 E12.1 men holding hands: medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👨🏼🤝👨🏿 E12.1 men holding hands: medium-light skin tone, dark skin tone
+1F468 1F3FD 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏽🤝👨🏻 E12.0 men holding hands: medium skin tone, light skin tone
+1F468 1F3FD 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏽🤝👨🏼 E12.0 men holding hands: medium skin tone, medium-light skin tone
+1F46C 1F3FD ; fully-qualified # 👬🏽 E12.0 men holding hands: medium skin tone
+1F468 1F3FD 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👨🏽🤝👨🏾 E12.1 men holding hands: medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👨🏽🤝👨🏿 E12.1 men holding hands: medium skin tone, dark skin tone
+1F468 1F3FE 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏾🤝👨🏻 E12.0 men holding hands: medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏾🤝👨🏼 E12.0 men holding hands: medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏾🤝👨🏽 E12.0 men holding hands: medium-dark skin tone, medium skin tone
+1F46C 1F3FE ; fully-qualified # 👬🏾 E12.0 men holding hands: medium-dark skin tone
+1F468 1F3FE 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👨🏾🤝👨🏿 E12.1 men holding hands: medium-dark skin tone, dark skin tone
+1F468 1F3FF 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏿🤝👨🏻 E12.0 men holding hands: dark skin tone, light skin tone
+1F468 1F3FF 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏿🤝👨🏼 E12.0 men holding hands: dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏿🤝👨🏽 E12.0 men holding hands: dark skin tone, medium skin tone
+1F468 1F3FF 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👨🏿🤝👨🏾 E12.0 men holding hands: dark skin tone, medium-dark skin tone
+1F46C 1F3FF ; fully-qualified # 👬🏿 E12.0 men holding hands: dark skin tone
+1F48F ; fully-qualified # 💏 E0.6 kiss
+1F48F 1F3FB ; fully-qualified # 💏🏻 E13.1 kiss: light skin tone
+1F48F 1F3FC ; fully-qualified # 💏🏼 E13.1 kiss: medium-light skin tone
+1F48F 1F3FD ; fully-qualified # 💏🏽 E13.1 kiss: medium skin tone
+1F48F 1F3FE ; fully-qualified # 💏🏾 E13.1 kiss: medium-dark skin tone
+1F48F 1F3FF ; fully-qualified # 💏🏿 E13.1 kiss: dark skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏻❤️💋🧑🏼 E13.1 kiss: person, person, light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 2764 200D 1F48B 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏻❤💋🧑🏼 E13.1 kiss: person, person, light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏻❤️💋🧑🏽 E13.1 kiss: person, person, light skin tone, medium skin tone
+1F9D1 1F3FB 200D 2764 200D 1F48B 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏻❤💋🧑🏽 E13.1 kiss: person, person, light skin tone, medium skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏻❤️💋🧑🏾 E13.1 kiss: person, person, light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 2764 200D 1F48B 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏻❤💋🧑🏾 E13.1 kiss: person, person, light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏻❤️💋🧑🏿 E13.1 kiss: person, person, light skin tone, dark skin tone
+1F9D1 1F3FB 200D 2764 200D 1F48B 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏻❤💋🧑🏿 E13.1 kiss: person, person, light skin tone, dark skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼❤️💋🧑🏻 E13.1 kiss: person, person, medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 2764 200D 1F48B 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏼❤💋🧑🏻 E13.1 kiss: person, person, medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏼❤️💋🧑🏽 E13.1 kiss: person, person, medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 2764 200D 1F48B 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏼❤💋🧑🏽 E13.1 kiss: person, person, medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏼❤️💋🧑🏾 E13.1 kiss: person, person, medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 2764 200D 1F48B 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏼❤💋🧑🏾 E13.1 kiss: person, person, medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏼❤️💋🧑🏿 E13.1 kiss: person, person, medium-light skin tone, dark skin tone
+1F9D1 1F3FC 200D 2764 200D 1F48B 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏼❤💋🧑🏿 E13.1 kiss: person, person, medium-light skin tone, dark skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽❤️💋🧑🏻 E13.1 kiss: person, person, medium skin tone, light skin tone
+1F9D1 1F3FD 200D 2764 200D 1F48B 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏽❤💋🧑🏻 E13.1 kiss: person, person, medium skin tone, light skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽❤️💋🧑🏼 E13.1 kiss: person, person, medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 2764 200D 1F48B 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏽❤💋🧑🏼 E13.1 kiss: person, person, medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏽❤️💋🧑🏾 E13.1 kiss: person, person, medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 2764 200D 1F48B 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏽❤💋🧑🏾 E13.1 kiss: person, person, medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏽❤️💋🧑🏿 E13.1 kiss: person, person, medium skin tone, dark skin tone
+1F9D1 1F3FD 200D 2764 200D 1F48B 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏽❤💋🧑🏿 E13.1 kiss: person, person, medium skin tone, dark skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾❤️💋🧑🏻 E13.1 kiss: person, person, medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 2764 200D 1F48B 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏾❤💋🧑🏻 E13.1 kiss: person, person, medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾❤️💋🧑🏼 E13.1 kiss: person, person, medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 2764 200D 1F48B 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏾❤💋🧑🏼 E13.1 kiss: person, person, medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾❤️💋🧑🏽 E13.1 kiss: person, person, medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 2764 200D 1F48B 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏾❤💋🧑🏽 E13.1 kiss: person, person, medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏾❤️💋🧑🏿 E13.1 kiss: person, person, medium-dark skin tone, dark skin tone
+1F9D1 1F3FE 200D 2764 200D 1F48B 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏾❤💋🧑🏿 E13.1 kiss: person, person, medium-dark skin tone, dark skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿❤️💋🧑🏻 E13.1 kiss: person, person, dark skin tone, light skin tone
+1F9D1 1F3FF 200D 2764 200D 1F48B 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏿❤💋🧑🏻 E13.1 kiss: person, person, dark skin tone, light skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿❤️💋🧑🏼 E13.1 kiss: person, person, dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 2764 200D 1F48B 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏿❤💋🧑🏼 E13.1 kiss: person, person, dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿❤️💋🧑🏽 E13.1 kiss: person, person, dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 2764 200D 1F48B 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏿❤💋🧑🏽 E13.1 kiss: person, person, dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿❤️💋🧑🏾 E13.1 kiss: person, person, dark skin tone, medium-dark skin tone
+1F9D1 1F3FF 200D 2764 200D 1F48B 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏿❤💋🧑🏾 E13.1 kiss: person, person, dark skin tone, medium-dark skin tone
+1F469 200D 2764 FE0F 200D 1F48B 200D 1F468 ; fully-qualified # 👩❤️💋👨 E2.0 kiss: woman, man
+1F469 200D 2764 200D 1F48B 200D 1F468 ; minimally-qualified # 👩❤💋👨 E2.0 kiss: woman, man
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👩🏻❤️💋👨🏻 E13.1 kiss: woman, man, light skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👩🏻❤💋👨🏻 E13.1 kiss: woman, man, light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👩🏻❤️💋👨🏼 E13.1 kiss: woman, man, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👩🏻❤💋👨🏼 E13.1 kiss: woman, man, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👩🏻❤️💋👨🏽 E13.1 kiss: woman, man, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👩🏻❤💋👨🏽 E13.1 kiss: woman, man, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👩🏻❤️💋👨🏾 E13.1 kiss: woman, man, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👩🏻❤💋👨🏾 E13.1 kiss: woman, man, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👩🏻❤️💋👨🏿 E13.1 kiss: woman, man, light skin tone, dark skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👩🏻❤💋👨🏿 E13.1 kiss: woman, man, light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👩🏼❤️💋👨🏻 E13.1 kiss: woman, man, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👩🏼❤💋👨🏻 E13.1 kiss: woman, man, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👩🏼❤️💋👨🏼 E13.1 kiss: woman, man, medium-light skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👩🏼❤💋👨🏼 E13.1 kiss: woman, man, medium-light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👩🏼❤️💋👨🏽 E13.1 kiss: woman, man, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👩🏼❤💋👨🏽 E13.1 kiss: woman, man, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👩🏼❤️💋👨🏾 E13.1 kiss: woman, man, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👩🏼❤💋👨🏾 E13.1 kiss: woman, man, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👩🏼❤️💋👨🏿 E13.1 kiss: woman, man, medium-light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👩🏼❤💋👨🏿 E13.1 kiss: woman, man, medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👩🏽❤️💋👨🏻 E13.1 kiss: woman, man, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👩🏽❤💋👨🏻 E13.1 kiss: woman, man, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👩🏽❤️💋👨🏼 E13.1 kiss: woman, man, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👩🏽❤💋👨🏼 E13.1 kiss: woman, man, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👩🏽❤️💋👨🏽 E13.1 kiss: woman, man, medium skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👩🏽❤💋👨🏽 E13.1 kiss: woman, man, medium skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👩🏽❤️💋👨🏾 E13.1 kiss: woman, man, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👩🏽❤💋👨🏾 E13.1 kiss: woman, man, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👩🏽❤️💋👨🏿 E13.1 kiss: woman, man, medium skin tone, dark skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👩🏽❤💋👨🏿 E13.1 kiss: woman, man, medium skin tone, dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👩🏾❤️💋👨🏻 E13.1 kiss: woman, man, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👩🏾❤💋👨🏻 E13.1 kiss: woman, man, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👩🏾❤️💋👨🏼 E13.1 kiss: woman, man, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👩🏾❤💋👨🏼 E13.1 kiss: woman, man, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👩🏾❤️💋👨🏽 E13.1 kiss: woman, man, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👩🏾❤💋👨🏽 E13.1 kiss: woman, man, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👩🏾❤️💋👨🏾 E13.1 kiss: woman, man, medium-dark skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👩🏾❤💋👨🏾 E13.1 kiss: woman, man, medium-dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👩🏾❤️💋👨🏿 E13.1 kiss: woman, man, medium-dark skin tone, dark skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👩🏾❤💋👨🏿 E13.1 kiss: woman, man, medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👩🏿❤️💋👨🏻 E13.1 kiss: woman, man, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👩🏿❤💋👨🏻 E13.1 kiss: woman, man, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👩🏿❤️💋👨🏼 E13.1 kiss: woman, man, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👩🏿❤💋👨🏼 E13.1 kiss: woman, man, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👩🏿❤️💋👨🏽 E13.1 kiss: woman, man, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👩🏿❤💋👨🏽 E13.1 kiss: woman, man, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👩🏿❤️💋👨🏾 E13.1 kiss: woman, man, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👩🏿❤💋👨🏾 E13.1 kiss: woman, man, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👩🏿❤️💋👨🏿 E13.1 kiss: woman, man, dark skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👩🏿❤💋👨🏿 E13.1 kiss: woman, man, dark skin tone
+1F468 200D 2764 FE0F 200D 1F48B 200D 1F468 ; fully-qualified # 👨❤️💋👨 E2.0 kiss: man, man
+1F468 200D 2764 200D 1F48B 200D 1F468 ; minimally-qualified # 👨❤💋👨 E2.0 kiss: man, man
+1F468 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👨🏻❤️💋👨🏻 E13.1 kiss: man, man, light skin tone
+1F468 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👨🏻❤💋👨🏻 E13.1 kiss: man, man, light skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👨🏻❤️💋👨🏼 E13.1 kiss: man, man, light skin tone, medium-light skin tone
+1F468 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👨🏻❤💋👨🏼 E13.1 kiss: man, man, light skin tone, medium-light skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👨🏻❤️💋👨🏽 E13.1 kiss: man, man, light skin tone, medium skin tone
+1F468 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👨🏻❤💋👨🏽 E13.1 kiss: man, man, light skin tone, medium skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👨🏻❤️💋👨🏾 E13.1 kiss: man, man, light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👨🏻❤💋👨🏾 E13.1 kiss: man, man, light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👨🏻❤️💋👨🏿 E13.1 kiss: man, man, light skin tone, dark skin tone
+1F468 1F3FB 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👨🏻❤💋👨🏿 E13.1 kiss: man, man, light skin tone, dark skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👨🏼❤️💋👨🏻 E13.1 kiss: man, man, medium-light skin tone, light skin tone
+1F468 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👨🏼❤💋👨🏻 E13.1 kiss: man, man, medium-light skin tone, light skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👨🏼❤️💋👨🏼 E13.1 kiss: man, man, medium-light skin tone
+1F468 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👨🏼❤💋👨🏼 E13.1 kiss: man, man, medium-light skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👨🏼❤️💋👨🏽 E13.1 kiss: man, man, medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👨🏼❤💋👨🏽 E13.1 kiss: man, man, medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👨🏼❤️💋👨🏾 E13.1 kiss: man, man, medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👨🏼❤💋👨🏾 E13.1 kiss: man, man, medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👨🏼❤️💋👨🏿 E13.1 kiss: man, man, medium-light skin tone, dark skin tone
+1F468 1F3FC 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👨🏼❤💋👨🏿 E13.1 kiss: man, man, medium-light skin tone, dark skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👨🏽❤️💋👨🏻 E13.1 kiss: man, man, medium skin tone, light skin tone
+1F468 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👨🏽❤💋👨🏻 E13.1 kiss: man, man, medium skin tone, light skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👨🏽❤️💋👨🏼 E13.1 kiss: man, man, medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👨🏽❤💋👨🏼 E13.1 kiss: man, man, medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👨🏽❤️💋👨🏽 E13.1 kiss: man, man, medium skin tone
+1F468 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👨🏽❤💋👨🏽 E13.1 kiss: man, man, medium skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👨🏽❤️💋👨🏾 E13.1 kiss: man, man, medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👨🏽❤💋👨🏾 E13.1 kiss: man, man, medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👨🏽❤️💋👨🏿 E13.1 kiss: man, man, medium skin tone, dark skin tone
+1F468 1F3FD 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👨🏽❤💋👨🏿 E13.1 kiss: man, man, medium skin tone, dark skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👨🏾❤️💋👨🏻 E13.1 kiss: man, man, medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👨🏾❤💋👨🏻 E13.1 kiss: man, man, medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👨🏾❤️💋👨🏼 E13.1 kiss: man, man, medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👨🏾❤💋👨🏼 E13.1 kiss: man, man, medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👨🏾❤️💋👨🏽 E13.1 kiss: man, man, medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👨🏾❤💋👨🏽 E13.1 kiss: man, man, medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👨🏾❤️💋👨🏾 E13.1 kiss: man, man, medium-dark skin tone
+1F468 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👨🏾❤💋👨🏾 E13.1 kiss: man, man, medium-dark skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👨🏾❤️💋👨🏿 E13.1 kiss: man, man, medium-dark skin tone, dark skin tone
+1F468 1F3FE 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👨🏾❤💋👨🏿 E13.1 kiss: man, man, medium-dark skin tone, dark skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FB ; fully-qualified # 👨🏿❤️💋👨🏻 E13.1 kiss: man, man, dark skin tone, light skin tone
+1F468 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FB ; minimally-qualified # 👨🏿❤💋👨🏻 E13.1 kiss: man, man, dark skin tone, light skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FC ; fully-qualified # 👨🏿❤️💋👨🏼 E13.1 kiss: man, man, dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FC ; minimally-qualified # 👨🏿❤💋👨🏼 E13.1 kiss: man, man, dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FD ; fully-qualified # 👨🏿❤️💋👨🏽 E13.1 kiss: man, man, dark skin tone, medium skin tone
+1F468 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FD ; minimally-qualified # 👨🏿❤💋👨🏽 E13.1 kiss: man, man, dark skin tone, medium skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FE ; fully-qualified # 👨🏿❤️💋👨🏾 E13.1 kiss: man, man, dark skin tone, medium-dark skin tone
+1F468 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FE ; minimally-qualified # 👨🏿❤💋👨🏾 E13.1 kiss: man, man, dark skin tone, medium-dark skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F468 1F3FF ; fully-qualified # 👨🏿❤️💋👨🏿 E13.1 kiss: man, man, dark skin tone
+1F468 1F3FF 200D 2764 200D 1F48B 200D 1F468 1F3FF ; minimally-qualified # 👨🏿❤💋👨🏿 E13.1 kiss: man, man, dark skin tone
+1F469 200D 2764 FE0F 200D 1F48B 200D 1F469 ; fully-qualified # 👩❤️💋👩 E2.0 kiss: woman, woman
+1F469 200D 2764 200D 1F48B 200D 1F469 ; minimally-qualified # 👩❤💋👩 E2.0 kiss: woman, woman
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FB ; fully-qualified # 👩🏻❤️💋👩🏻 E13.1 kiss: woman, woman, light skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F469 1F3FB ; minimally-qualified # 👩🏻❤💋👩🏻 E13.1 kiss: woman, woman, light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FC ; fully-qualified # 👩🏻❤️💋👩🏼 E13.1 kiss: woman, woman, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F469 1F3FC ; minimally-qualified # 👩🏻❤💋👩🏼 E13.1 kiss: woman, woman, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FD ; fully-qualified # 👩🏻❤️💋👩🏽 E13.1 kiss: woman, woman, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F469 1F3FD ; minimally-qualified # 👩🏻❤💋👩🏽 E13.1 kiss: woman, woman, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FE ; fully-qualified # 👩🏻❤️💋👩🏾 E13.1 kiss: woman, woman, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F469 1F3FE ; minimally-qualified # 👩🏻❤💋👩🏾 E13.1 kiss: woman, woman, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FF ; fully-qualified # 👩🏻❤️💋👩🏿 E13.1 kiss: woman, woman, light skin tone, dark skin tone
+1F469 1F3FB 200D 2764 200D 1F48B 200D 1F469 1F3FF ; minimally-qualified # 👩🏻❤💋👩🏿 E13.1 kiss: woman, woman, light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FB ; fully-qualified # 👩🏼❤️💋👩🏻 E13.1 kiss: woman, woman, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F469 1F3FB ; minimally-qualified # 👩🏼❤💋👩🏻 E13.1 kiss: woman, woman, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FC ; fully-qualified # 👩🏼❤️💋👩🏼 E13.1 kiss: woman, woman, medium-light skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F469 1F3FC ; minimally-qualified # 👩🏼❤💋👩🏼 E13.1 kiss: woman, woman, medium-light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FD ; fully-qualified # 👩🏼❤️💋👩🏽 E13.1 kiss: woman, woman, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F469 1F3FD ; minimally-qualified # 👩🏼❤💋👩🏽 E13.1 kiss: woman, woman, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FE ; fully-qualified # 👩🏼❤️💋👩🏾 E13.1 kiss: woman, woman, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F469 1F3FE ; minimally-qualified # 👩🏼❤💋👩🏾 E13.1 kiss: woman, woman, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FF ; fully-qualified # 👩🏼❤️💋👩🏿 E13.1 kiss: woman, woman, medium-light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 200D 1F48B 200D 1F469 1F3FF ; minimally-qualified # 👩🏼❤💋👩🏿 E13.1 kiss: woman, woman, medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FB ; fully-qualified # 👩🏽❤️💋👩🏻 E13.1 kiss: woman, woman, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F469 1F3FB ; minimally-qualified # 👩🏽❤💋👩🏻 E13.1 kiss: woman, woman, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FC ; fully-qualified # 👩🏽❤️💋👩🏼 E13.1 kiss: woman, woman, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F469 1F3FC ; minimally-qualified # 👩🏽❤💋👩🏼 E13.1 kiss: woman, woman, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FD ; fully-qualified # 👩🏽❤️💋👩🏽 E13.1 kiss: woman, woman, medium skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F469 1F3FD ; minimally-qualified # 👩🏽❤💋👩🏽 E13.1 kiss: woman, woman, medium skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FE ; fully-qualified # 👩🏽❤️💋👩🏾 E13.1 kiss: woman, woman, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F469 1F3FE ; minimally-qualified # 👩🏽❤💋👩🏾 E13.1 kiss: woman, woman, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FF ; fully-qualified # 👩🏽❤️💋👩🏿 E13.1 kiss: woman, woman, medium skin tone, dark skin tone
+1F469 1F3FD 200D 2764 200D 1F48B 200D 1F469 1F3FF ; minimally-qualified # 👩🏽❤💋👩🏿 E13.1 kiss: woman, woman, medium skin tone, dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FB ; fully-qualified # 👩🏾❤️💋👩🏻 E13.1 kiss: woman, woman, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F469 1F3FB ; minimally-qualified # 👩🏾❤💋👩🏻 E13.1 kiss: woman, woman, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FC ; fully-qualified # 👩🏾❤️💋👩🏼 E13.1 kiss: woman, woman, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F469 1F3FC ; minimally-qualified # 👩🏾❤💋👩🏼 E13.1 kiss: woman, woman, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FD ; fully-qualified # 👩🏾❤️💋👩🏽 E13.1 kiss: woman, woman, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F469 1F3FD ; minimally-qualified # 👩🏾❤💋👩🏽 E13.1 kiss: woman, woman, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FE ; fully-qualified # 👩🏾❤️💋👩🏾 E13.1 kiss: woman, woman, medium-dark skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F469 1F3FE ; minimally-qualified # 👩🏾❤💋👩🏾 E13.1 kiss: woman, woman, medium-dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FF ; fully-qualified # 👩🏾❤️💋👩🏿 E13.1 kiss: woman, woman, medium-dark skin tone, dark skin tone
+1F469 1F3FE 200D 2764 200D 1F48B 200D 1F469 1F3FF ; minimally-qualified # 👩🏾❤💋👩🏿 E13.1 kiss: woman, woman, medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FB ; fully-qualified # 👩🏿❤️💋👩🏻 E13.1 kiss: woman, woman, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F469 1F3FB ; minimally-qualified # 👩🏿❤💋👩🏻 E13.1 kiss: woman, woman, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FC ; fully-qualified # 👩🏿❤️💋👩🏼 E13.1 kiss: woman, woman, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F469 1F3FC ; minimally-qualified # 👩🏿❤💋👩🏼 E13.1 kiss: woman, woman, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FD ; fully-qualified # 👩🏿❤️💋👩🏽 E13.1 kiss: woman, woman, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F469 1F3FD ; minimally-qualified # 👩🏿❤💋👩🏽 E13.1 kiss: woman, woman, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FE ; fully-qualified # 👩🏿❤️💋👩🏾 E13.1 kiss: woman, woman, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F469 1F3FE ; minimally-qualified # 👩🏿❤💋👩🏾 E13.1 kiss: woman, woman, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F48B 200D 1F469 1F3FF ; fully-qualified # 👩🏿❤️💋👩🏿 E13.1 kiss: woman, woman, dark skin tone
+1F469 1F3FF 200D 2764 200D 1F48B 200D 1F469 1F3FF ; minimally-qualified # 👩🏿❤💋👩🏿 E13.1 kiss: woman, woman, dark skin tone
+1F491 ; fully-qualified # 💑 E0.6 couple with heart
+1F491 1F3FB ; fully-qualified # 💑🏻 E13.1 couple with heart: light skin tone
+1F491 1F3FC ; fully-qualified # 💑🏼 E13.1 couple with heart: medium-light skin tone
+1F491 1F3FD ; fully-qualified # 💑🏽 E13.1 couple with heart: medium skin tone
+1F491 1F3FE ; fully-qualified # 💑🏾 E13.1 couple with heart: medium-dark skin tone
+1F491 1F3FF ; fully-qualified # 💑🏿 E13.1 couple with heart: dark skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏻❤️🧑🏼 E13.1 couple with heart: person, person, light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 2764 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏻❤🧑🏼 E13.1 couple with heart: person, person, light skin tone, medium-light skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏻❤️🧑🏽 E13.1 couple with heart: person, person, light skin tone, medium skin tone
+1F9D1 1F3FB 200D 2764 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏻❤🧑🏽 E13.1 couple with heart: person, person, light skin tone, medium skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏻❤️🧑🏾 E13.1 couple with heart: person, person, light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 2764 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏻❤🧑🏾 E13.1 couple with heart: person, person, light skin tone, medium-dark skin tone
+1F9D1 1F3FB 200D 2764 FE0F 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏻❤️🧑🏿 E13.1 couple with heart: person, person, light skin tone, dark skin tone
+1F9D1 1F3FB 200D 2764 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏻❤🧑🏿 E13.1 couple with heart: person, person, light skin tone, dark skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼❤️🧑🏻 E13.1 couple with heart: person, person, medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 2764 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏼❤🧑🏻 E13.1 couple with heart: person, person, medium-light skin tone, light skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏼❤️🧑🏽 E13.1 couple with heart: person, person, medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 2764 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏼❤🧑🏽 E13.1 couple with heart: person, person, medium-light skin tone, medium skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏼❤️🧑🏾 E13.1 couple with heart: person, person, medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 2764 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏼❤🧑🏾 E13.1 couple with heart: person, person, medium-light skin tone, medium-dark skin tone
+1F9D1 1F3FC 200D 2764 FE0F 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏼❤️🧑🏿 E13.1 couple with heart: person, person, medium-light skin tone, dark skin tone
+1F9D1 1F3FC 200D 2764 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏼❤🧑🏿 E13.1 couple with heart: person, person, medium-light skin tone, dark skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽❤️🧑🏻 E13.1 couple with heart: person, person, medium skin tone, light skin tone
+1F9D1 1F3FD 200D 2764 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏽❤🧑🏻 E13.1 couple with heart: person, person, medium skin tone, light skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽❤️🧑🏼 E13.1 couple with heart: person, person, medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 2764 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏽❤🧑🏼 E13.1 couple with heart: person, person, medium skin tone, medium-light skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏽❤️🧑🏾 E13.1 couple with heart: person, person, medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 2764 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏽❤🧑🏾 E13.1 couple with heart: person, person, medium skin tone, medium-dark skin tone
+1F9D1 1F3FD 200D 2764 FE0F 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏽❤️🧑🏿 E13.1 couple with heart: person, person, medium skin tone, dark skin tone
+1F9D1 1F3FD 200D 2764 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏽❤🧑🏿 E13.1 couple with heart: person, person, medium skin tone, dark skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾❤️🧑🏻 E13.1 couple with heart: person, person, medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 2764 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏾❤🧑🏻 E13.1 couple with heart: person, person, medium-dark skin tone, light skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾❤️🧑🏼 E13.1 couple with heart: person, person, medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 2764 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏾❤🧑🏼 E13.1 couple with heart: person, person, medium-dark skin tone, medium-light skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾❤️🧑🏽 E13.1 couple with heart: person, person, medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 2764 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏾❤🧑🏽 E13.1 couple with heart: person, person, medium-dark skin tone, medium skin tone
+1F9D1 1F3FE 200D 2764 FE0F 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏾❤️🧑🏿 E13.1 couple with heart: person, person, medium-dark skin tone, dark skin tone
+1F9D1 1F3FE 200D 2764 200D 1F9D1 1F3FF ; minimally-qualified # 🧑🏾❤🧑🏿 E13.1 couple with heart: person, person, medium-dark skin tone, dark skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿❤️🧑🏻 E13.1 couple with heart: person, person, dark skin tone, light skin tone
+1F9D1 1F3FF 200D 2764 200D 1F9D1 1F3FB ; minimally-qualified # 🧑🏿❤🧑🏻 E13.1 couple with heart: person, person, dark skin tone, light skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿❤️🧑🏼 E13.1 couple with heart: person, person, dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 2764 200D 1F9D1 1F3FC ; minimally-qualified # 🧑🏿❤🧑🏼 E13.1 couple with heart: person, person, dark skin tone, medium-light skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿❤️🧑🏽 E13.1 couple with heart: person, person, dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 2764 200D 1F9D1 1F3FD ; minimally-qualified # 🧑🏿❤🧑🏽 E13.1 couple with heart: person, person, dark skin tone, medium skin tone
+1F9D1 1F3FF 200D 2764 FE0F 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿❤️🧑🏾 E13.1 couple with heart: person, person, dark skin tone, medium-dark skin tone
+1F9D1 1F3FF 200D 2764 200D 1F9D1 1F3FE ; minimally-qualified # 🧑🏿❤🧑🏾 E13.1 couple with heart: person, person, dark skin tone, medium-dark skin tone
+1F469 200D 2764 FE0F 200D 1F468 ; fully-qualified # 👩❤️👨 E2.0 couple with heart: woman, man
+1F469 200D 2764 200D 1F468 ; minimally-qualified # 👩❤👨 E2.0 couple with heart: woman, man
+1F469 1F3FB 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👩🏻❤️👨🏻 E13.1 couple with heart: woman, man, light skin tone
+1F469 1F3FB 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👩🏻❤👨🏻 E13.1 couple with heart: woman, man, light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👩🏻❤️👨🏼 E13.1 couple with heart: woman, man, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👩🏻❤👨🏼 E13.1 couple with heart: woman, man, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👩🏻❤️👨🏽 E13.1 couple with heart: woman, man, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👩🏻❤👨🏽 E13.1 couple with heart: woman, man, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👩🏻❤️👨🏾 E13.1 couple with heart: woman, man, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👩🏻❤👨🏾 E13.1 couple with heart: woman, man, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👩🏻❤️👨🏿 E13.1 couple with heart: woman, man, light skin tone, dark skin tone
+1F469 1F3FB 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👩🏻❤👨🏿 E13.1 couple with heart: woman, man, light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👩🏼❤️👨🏻 E13.1 couple with heart: woman, man, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👩🏼❤👨🏻 E13.1 couple with heart: woman, man, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👩🏼❤️👨🏼 E13.1 couple with heart: woman, man, medium-light skin tone
+1F469 1F3FC 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👩🏼❤👨🏼 E13.1 couple with heart: woman, man, medium-light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👩🏼❤️👨🏽 E13.1 couple with heart: woman, man, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👩🏼❤👨🏽 E13.1 couple with heart: woman, man, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👩🏼❤️👨🏾 E13.1 couple with heart: woman, man, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👩🏼❤👨🏾 E13.1 couple with heart: woman, man, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👩🏼❤️👨🏿 E13.1 couple with heart: woman, man, medium-light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👩🏼❤👨🏿 E13.1 couple with heart: woman, man, medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👩🏽❤️👨🏻 E13.1 couple with heart: woman, man, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👩🏽❤👨🏻 E13.1 couple with heart: woman, man, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👩🏽❤️👨🏼 E13.1 couple with heart: woman, man, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👩🏽❤👨🏼 E13.1 couple with heart: woman, man, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👩🏽❤️👨🏽 E13.1 couple with heart: woman, man, medium skin tone
+1F469 1F3FD 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👩🏽❤👨🏽 E13.1 couple with heart: woman, man, medium skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👩🏽❤️👨🏾 E13.1 couple with heart: woman, man, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👩🏽❤👨🏾 E13.1 couple with heart: woman, man, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👩🏽❤️👨🏿 E13.1 couple with heart: woman, man, medium skin tone, dark skin tone
+1F469 1F3FD 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👩🏽❤👨🏿 E13.1 couple with heart: woman, man, medium skin tone, dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👩🏾❤️👨🏻 E13.1 couple with heart: woman, man, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👩🏾❤👨🏻 E13.1 couple with heart: woman, man, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👩🏾❤️👨🏼 E13.1 couple with heart: woman, man, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👩🏾❤👨🏼 E13.1 couple with heart: woman, man, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👩🏾❤️👨🏽 E13.1 couple with heart: woman, man, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👩🏾❤👨🏽 E13.1 couple with heart: woman, man, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👩🏾❤️👨🏾 E13.1 couple with heart: woman, man, medium-dark skin tone
+1F469 1F3FE 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👩🏾❤👨🏾 E13.1 couple with heart: woman, man, medium-dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👩🏾❤️👨🏿 E13.1 couple with heart: woman, man, medium-dark skin tone, dark skin tone
+1F469 1F3FE 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👩🏾❤👨🏿 E13.1 couple with heart: woman, man, medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👩🏿❤️👨🏻 E13.1 couple with heart: woman, man, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👩🏿❤👨🏻 E13.1 couple with heart: woman, man, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👩🏿❤️👨🏼 E13.1 couple with heart: woman, man, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👩🏿❤👨🏼 E13.1 couple with heart: woman, man, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👩🏿❤️👨🏽 E13.1 couple with heart: woman, man, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👩🏿❤👨🏽 E13.1 couple with heart: woman, man, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👩🏿❤️👨🏾 E13.1 couple with heart: woman, man, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👩🏿❤👨🏾 E13.1 couple with heart: woman, man, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👩🏿❤️👨🏿 E13.1 couple with heart: woman, man, dark skin tone
+1F469 1F3FF 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👩🏿❤👨🏿 E13.1 couple with heart: woman, man, dark skin tone
+1F468 200D 2764 FE0F 200D 1F468 ; fully-qualified # 👨❤️👨 E2.0 couple with heart: man, man
+1F468 200D 2764 200D 1F468 ; minimally-qualified # 👨❤👨 E2.0 couple with heart: man, man
+1F468 1F3FB 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👨🏻❤️👨🏻 E13.1 couple with heart: man, man, light skin tone
+1F468 1F3FB 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👨🏻❤👨🏻 E13.1 couple with heart: man, man, light skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👨🏻❤️👨🏼 E13.1 couple with heart: man, man, light skin tone, medium-light skin tone
+1F468 1F3FB 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👨🏻❤👨🏼 E13.1 couple with heart: man, man, light skin tone, medium-light skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👨🏻❤️👨🏽 E13.1 couple with heart: man, man, light skin tone, medium skin tone
+1F468 1F3FB 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👨🏻❤👨🏽 E13.1 couple with heart: man, man, light skin tone, medium skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👨🏻❤️👨🏾 E13.1 couple with heart: man, man, light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👨🏻❤👨🏾 E13.1 couple with heart: man, man, light skin tone, medium-dark skin tone
+1F468 1F3FB 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👨🏻❤️👨🏿 E13.1 couple with heart: man, man, light skin tone, dark skin tone
+1F468 1F3FB 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👨🏻❤👨🏿 E13.1 couple with heart: man, man, light skin tone, dark skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👨🏼❤️👨🏻 E13.1 couple with heart: man, man, medium-light skin tone, light skin tone
+1F468 1F3FC 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👨🏼❤👨🏻 E13.1 couple with heart: man, man, medium-light skin tone, light skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👨🏼❤️👨🏼 E13.1 couple with heart: man, man, medium-light skin tone
+1F468 1F3FC 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👨🏼❤👨🏼 E13.1 couple with heart: man, man, medium-light skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👨🏼❤️👨🏽 E13.1 couple with heart: man, man, medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👨🏼❤👨🏽 E13.1 couple with heart: man, man, medium-light skin tone, medium skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👨🏼❤️👨🏾 E13.1 couple with heart: man, man, medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👨🏼❤👨🏾 E13.1 couple with heart: man, man, medium-light skin tone, medium-dark skin tone
+1F468 1F3FC 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👨🏼❤️👨🏿 E13.1 couple with heart: man, man, medium-light skin tone, dark skin tone
+1F468 1F3FC 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👨🏼❤👨🏿 E13.1 couple with heart: man, man, medium-light skin tone, dark skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👨🏽❤️👨🏻 E13.1 couple with heart: man, man, medium skin tone, light skin tone
+1F468 1F3FD 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👨🏽❤👨🏻 E13.1 couple with heart: man, man, medium skin tone, light skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👨🏽❤️👨🏼 E13.1 couple with heart: man, man, medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👨🏽❤👨🏼 E13.1 couple with heart: man, man, medium skin tone, medium-light skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👨🏽❤️👨🏽 E13.1 couple with heart: man, man, medium skin tone
+1F468 1F3FD 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👨🏽❤👨🏽 E13.1 couple with heart: man, man, medium skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👨🏽❤️👨🏾 E13.1 couple with heart: man, man, medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👨🏽❤👨🏾 E13.1 couple with heart: man, man, medium skin tone, medium-dark skin tone
+1F468 1F3FD 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👨🏽❤️👨🏿 E13.1 couple with heart: man, man, medium skin tone, dark skin tone
+1F468 1F3FD 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👨🏽❤👨🏿 E13.1 couple with heart: man, man, medium skin tone, dark skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👨🏾❤️👨🏻 E13.1 couple with heart: man, man, medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👨🏾❤👨🏻 E13.1 couple with heart: man, man, medium-dark skin tone, light skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👨🏾❤️👨🏼 E13.1 couple with heart: man, man, medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👨🏾❤👨🏼 E13.1 couple with heart: man, man, medium-dark skin tone, medium-light skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👨🏾❤️👨🏽 E13.1 couple with heart: man, man, medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👨🏾❤👨🏽 E13.1 couple with heart: man, man, medium-dark skin tone, medium skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👨🏾❤️👨🏾 E13.1 couple with heart: man, man, medium-dark skin tone
+1F468 1F3FE 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👨🏾❤👨🏾 E13.1 couple with heart: man, man, medium-dark skin tone
+1F468 1F3FE 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👨🏾❤️👨🏿 E13.1 couple with heart: man, man, medium-dark skin tone, dark skin tone
+1F468 1F3FE 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👨🏾❤👨🏿 E13.1 couple with heart: man, man, medium-dark skin tone, dark skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F468 1F3FB ; fully-qualified # 👨🏿❤️👨🏻 E13.1 couple with heart: man, man, dark skin tone, light skin tone
+1F468 1F3FF 200D 2764 200D 1F468 1F3FB ; minimally-qualified # 👨🏿❤👨🏻 E13.1 couple with heart: man, man, dark skin tone, light skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F468 1F3FC ; fully-qualified # 👨🏿❤️👨🏼 E13.1 couple with heart: man, man, dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 2764 200D 1F468 1F3FC ; minimally-qualified # 👨🏿❤👨🏼 E13.1 couple with heart: man, man, dark skin tone, medium-light skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F468 1F3FD ; fully-qualified # 👨🏿❤️👨🏽 E13.1 couple with heart: man, man, dark skin tone, medium skin tone
+1F468 1F3FF 200D 2764 200D 1F468 1F3FD ; minimally-qualified # 👨🏿❤👨🏽 E13.1 couple with heart: man, man, dark skin tone, medium skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F468 1F3FE ; fully-qualified # 👨🏿❤️👨🏾 E13.1 couple with heart: man, man, dark skin tone, medium-dark skin tone
+1F468 1F3FF 200D 2764 200D 1F468 1F3FE ; minimally-qualified # 👨🏿❤👨🏾 E13.1 couple with heart: man, man, dark skin tone, medium-dark skin tone
+1F468 1F3FF 200D 2764 FE0F 200D 1F468 1F3FF ; fully-qualified # 👨🏿❤️👨🏿 E13.1 couple with heart: man, man, dark skin tone
+1F468 1F3FF 200D 2764 200D 1F468 1F3FF ; minimally-qualified # 👨🏿❤👨🏿 E13.1 couple with heart: man, man, dark skin tone
+1F469 200D 2764 FE0F 200D 1F469 ; fully-qualified # 👩❤️👩 E2.0 couple with heart: woman, woman
+1F469 200D 2764 200D 1F469 ; minimally-qualified # 👩❤👩 E2.0 couple with heart: woman, woman
+1F469 1F3FB 200D 2764 FE0F 200D 1F469 1F3FB ; fully-qualified # 👩🏻❤️👩🏻 E13.1 couple with heart: woman, woman, light skin tone
+1F469 1F3FB 200D 2764 200D 1F469 1F3FB ; minimally-qualified # 👩🏻❤👩🏻 E13.1 couple with heart: woman, woman, light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F469 1F3FC ; fully-qualified # 👩🏻❤️👩🏼 E13.1 couple with heart: woman, woman, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 200D 1F469 1F3FC ; minimally-qualified # 👩🏻❤👩🏼 E13.1 couple with heart: woman, woman, light skin tone, medium-light skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F469 1F3FD ; fully-qualified # 👩🏻❤️👩🏽 E13.1 couple with heart: woman, woman, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 200D 1F469 1F3FD ; minimally-qualified # 👩🏻❤👩🏽 E13.1 couple with heart: woman, woman, light skin tone, medium skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F469 1F3FE ; fully-qualified # 👩🏻❤️👩🏾 E13.1 couple with heart: woman, woman, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 200D 1F469 1F3FE ; minimally-qualified # 👩🏻❤👩🏾 E13.1 couple with heart: woman, woman, light skin tone, medium-dark skin tone
+1F469 1F3FB 200D 2764 FE0F 200D 1F469 1F3FF ; fully-qualified # 👩🏻❤️👩🏿 E13.1 couple with heart: woman, woman, light skin tone, dark skin tone
+1F469 1F3FB 200D 2764 200D 1F469 1F3FF ; minimally-qualified # 👩🏻❤👩🏿 E13.1 couple with heart: woman, woman, light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F469 1F3FB ; fully-qualified # 👩🏼❤️👩🏻 E13.1 couple with heart: woman, woman, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 200D 1F469 1F3FB ; minimally-qualified # 👩🏼❤👩🏻 E13.1 couple with heart: woman, woman, medium-light skin tone, light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F469 1F3FC ; fully-qualified # 👩🏼❤️👩🏼 E13.1 couple with heart: woman, woman, medium-light skin tone
+1F469 1F3FC 200D 2764 200D 1F469 1F3FC ; minimally-qualified # 👩🏼❤👩🏼 E13.1 couple with heart: woman, woman, medium-light skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F469 1F3FD ; fully-qualified # 👩🏼❤️👩🏽 E13.1 couple with heart: woman, woman, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 200D 1F469 1F3FD ; minimally-qualified # 👩🏼❤👩🏽 E13.1 couple with heart: woman, woman, medium-light skin tone, medium skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F469 1F3FE ; fully-qualified # 👩🏼❤️👩🏾 E13.1 couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 200D 1F469 1F3FE ; minimally-qualified # 👩🏼❤👩🏾 E13.1 couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone
+1F469 1F3FC 200D 2764 FE0F 200D 1F469 1F3FF ; fully-qualified # 👩🏼❤️👩🏿 E13.1 couple with heart: woman, woman, medium-light skin tone, dark skin tone
+1F469 1F3FC 200D 2764 200D 1F469 1F3FF ; minimally-qualified # 👩🏼❤👩🏿 E13.1 couple with heart: woman, woman, medium-light skin tone, dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F469 1F3FB ; fully-qualified # 👩🏽❤️👩🏻 E13.1 couple with heart: woman, woman, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 200D 1F469 1F3FB ; minimally-qualified # 👩🏽❤👩🏻 E13.1 couple with heart: woman, woman, medium skin tone, light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F469 1F3FC ; fully-qualified # 👩🏽❤️👩🏼 E13.1 couple with heart: woman, woman, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 200D 1F469 1F3FC ; minimally-qualified # 👩🏽❤👩🏼 E13.1 couple with heart: woman, woman, medium skin tone, medium-light skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F469 1F3FD ; fully-qualified # 👩🏽❤️👩🏽 E13.1 couple with heart: woman, woman, medium skin tone
+1F469 1F3FD 200D 2764 200D 1F469 1F3FD ; minimally-qualified # 👩🏽❤👩🏽 E13.1 couple with heart: woman, woman, medium skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F469 1F3FE ; fully-qualified # 👩🏽❤️👩🏾 E13.1 couple with heart: woman, woman, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 200D 1F469 1F3FE ; minimally-qualified # 👩🏽❤👩🏾 E13.1 couple with heart: woman, woman, medium skin tone, medium-dark skin tone
+1F469 1F3FD 200D 2764 FE0F 200D 1F469 1F3FF ; fully-qualified # 👩🏽❤️👩🏿 E13.1 couple with heart: woman, woman, medium skin tone, dark skin tone
+1F469 1F3FD 200D 2764 200D 1F469 1F3FF ; minimally-qualified # 👩🏽❤👩🏿 E13.1 couple with heart: woman, woman, medium skin tone, dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F469 1F3FB ; fully-qualified # 👩🏾❤️👩🏻 E13.1 couple with heart: woman, woman, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 200D 1F469 1F3FB ; minimally-qualified # 👩🏾❤👩🏻 E13.1 couple with heart: woman, woman, medium-dark skin tone, light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F469 1F3FC ; fully-qualified # 👩🏾❤️👩🏼 E13.1 couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 200D 1F469 1F3FC ; minimally-qualified # 👩🏾❤👩🏼 E13.1 couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F469 1F3FD ; fully-qualified # 👩🏾❤️👩🏽 E13.1 couple with heart: woman, woman, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 200D 1F469 1F3FD ; minimally-qualified # 👩🏾❤👩🏽 E13.1 couple with heart: woman, woman, medium-dark skin tone, medium skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F469 1F3FE ; fully-qualified # 👩🏾❤️👩🏾 E13.1 couple with heart: woman, woman, medium-dark skin tone
+1F469 1F3FE 200D 2764 200D 1F469 1F3FE ; minimally-qualified # 👩🏾❤👩🏾 E13.1 couple with heart: woman, woman, medium-dark skin tone
+1F469 1F3FE 200D 2764 FE0F 200D 1F469 1F3FF ; fully-qualified # 👩🏾❤️👩🏿 E13.1 couple with heart: woman, woman, medium-dark skin tone, dark skin tone
+1F469 1F3FE 200D 2764 200D 1F469 1F3FF ; minimally-qualified # 👩🏾❤👩🏿 E13.1 couple with heart: woman, woman, medium-dark skin tone, dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F469 1F3FB ; fully-qualified # 👩🏿❤️👩🏻 E13.1 couple with heart: woman, woman, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 200D 1F469 1F3FB ; minimally-qualified # 👩🏿❤👩🏻 E13.1 couple with heart: woman, woman, dark skin tone, light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F469 1F3FC ; fully-qualified # 👩🏿❤️👩🏼 E13.1 couple with heart: woman, woman, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 200D 1F469 1F3FC ; minimally-qualified # 👩🏿❤👩🏼 E13.1 couple with heart: woman, woman, dark skin tone, medium-light skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F469 1F3FD ; fully-qualified # 👩🏿❤️👩🏽 E13.1 couple with heart: woman, woman, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 200D 1F469 1F3FD ; minimally-qualified # 👩🏿❤👩🏽 E13.1 couple with heart: woman, woman, dark skin tone, medium skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F469 1F3FE ; fully-qualified # 👩🏿❤️👩🏾 E13.1 couple with heart: woman, woman, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 200D 1F469 1F3FE ; minimally-qualified # 👩🏿❤👩🏾 E13.1 couple with heart: woman, woman, dark skin tone, medium-dark skin tone
+1F469 1F3FF 200D 2764 FE0F 200D 1F469 1F3FF ; fully-qualified # 👩🏿❤️👩🏿 E13.1 couple with heart: woman, woman, dark skin tone
+1F469 1F3FF 200D 2764 200D 1F469 1F3FF ; minimally-qualified # 👩🏿❤👩🏿 E13.1 couple with heart: woman, woman, dark skin tone
+1F468 200D 1F469 200D 1F466 ; fully-qualified # 👨👩👦 E2.0 family: man, woman, boy
+1F468 200D 1F469 200D 1F467 ; fully-qualified # 👨👩👧 E2.0 family: man, woman, girl
+1F468 200D 1F469 200D 1F467 200D 1F466 ; fully-qualified # 👨👩👧👦 E2.0 family: man, woman, girl, boy
+1F468 200D 1F469 200D 1F466 200D 1F466 ; fully-qualified # 👨👩👦👦 E2.0 family: man, woman, boy, boy
+1F468 200D 1F469 200D 1F467 200D 1F467 ; fully-qualified # 👨👩👧👧 E2.0 family: man, woman, girl, girl
+1F468 200D 1F468 200D 1F466 ; fully-qualified # 👨👨👦 E2.0 family: man, man, boy
+1F468 200D 1F468 200D 1F467 ; fully-qualified # 👨👨👧 E2.0 family: man, man, girl
+1F468 200D 1F468 200D 1F467 200D 1F466 ; fully-qualified # 👨👨👧👦 E2.0 family: man, man, girl, boy
+1F468 200D 1F468 200D 1F466 200D 1F466 ; fully-qualified # 👨👨👦👦 E2.0 family: man, man, boy, boy
+1F468 200D 1F468 200D 1F467 200D 1F467 ; fully-qualified # 👨👨👧👧 E2.0 family: man, man, girl, girl
+1F469 200D 1F469 200D 1F466 ; fully-qualified # 👩👩👦 E2.0 family: woman, woman, boy
+1F469 200D 1F469 200D 1F467 ; fully-qualified # 👩👩👧 E2.0 family: woman, woman, girl
+1F469 200D 1F469 200D 1F467 200D 1F466 ; fully-qualified # 👩👩👧👦 E2.0 family: woman, woman, girl, boy
+1F469 200D 1F469 200D 1F466 200D 1F466 ; fully-qualified # 👩👩👦👦 E2.0 family: woman, woman, boy, boy
+1F469 200D 1F469 200D 1F467 200D 1F467 ; fully-qualified # 👩👩👧👧 E2.0 family: woman, woman, girl, girl
+1F468 200D 1F466 ; fully-qualified # 👨👦 E4.0 family: man, boy
+1F468 200D 1F466 200D 1F466 ; fully-qualified # 👨👦👦 E4.0 family: man, boy, boy
+1F468 200D 1F467 ; fully-qualified # 👨👧 E4.0 family: man, girl
+1F468 200D 1F467 200D 1F466 ; fully-qualified # 👨👧👦 E4.0 family: man, girl, boy
+1F468 200D 1F467 200D 1F467 ; fully-qualified # 👨👧👧 E4.0 family: man, girl, girl
+1F469 200D 1F466 ; fully-qualified # 👩👦 E4.0 family: woman, boy
+1F469 200D 1F466 200D 1F466 ; fully-qualified # 👩👦👦 E4.0 family: woman, boy, boy
+1F469 200D 1F467 ; fully-qualified # 👩👧 E4.0 family: woman, girl
+1F469 200D 1F467 200D 1F466 ; fully-qualified # 👩👧👦 E4.0 family: woman, girl, boy
+1F469 200D 1F467 200D 1F467 ; fully-qualified # 👩👧👧 E4.0 family: woman, girl, girl
+
+# subgroup: person-symbol
+1F5E3 FE0F ; fully-qualified # 🗣️ E0.7 speaking head
+1F5E3 ; unqualified # 🗣 E0.7 speaking head
+1F464 ; fully-qualified # 👤 E0.6 bust in silhouette
+1F465 ; fully-qualified # 👥 E1.0 busts in silhouette
+1FAC2 ; fully-qualified # 🫂 E13.0 people hugging
+1F46A ; fully-qualified # 👪 E0.6 family
+1F9D1 200D 1F9D1 200D 1F9D2 ; fully-qualified # 🧑🧑🧒 E15.1 family: adult, adult, child
+1F9D1 200D 1F9D1 200D 1F9D2 200D 1F9D2 ; fully-qualified # 🧑🧑🧒🧒 E15.1 family: adult, adult, child, child
+1F9D1 200D 1F9D2 ; fully-qualified # 🧑🧒 E15.1 family: adult, child
+1F9D1 200D 1F9D2 200D 1F9D2 ; fully-qualified # 🧑🧒🧒 E15.1 family: adult, child, child
+1F463 ; fully-qualified # 👣 E0.6 footprints
+1FAC6 ; fully-qualified # E16.0 fingerprint
+
+# People & Body subtotal: 3468
+# People & Body subtotal: 563 w/o modifiers
+
+# group: Component
+
+# subgroup: skin-tone
+1F3FB ; component # 🏻 E1.0 light skin tone
+1F3FC ; component # 🏼 E1.0 medium-light skin tone
+1F3FD ; component # 🏽 E1.0 medium skin tone
+1F3FE ; component # 🏾 E1.0 medium-dark skin tone
+1F3FF ; component # 🏿 E1.0 dark skin tone
+
+# subgroup: hair-style
+1F9B0 ; component # 🦰 E11.0 red hair
+1F9B1 ; component # 🦱 E11.0 curly hair
+1F9B3 ; component # 🦳 E11.0 white hair
+1F9B2 ; component # 🦲 E11.0 bald
+
+# Component subtotal: 9
+# Component subtotal: 4 w/o modifiers
+
+# group: Animals & Nature
+
+# subgroup: animal-mammal
+1F435 ; fully-qualified # 🐵 E0.6 monkey face
+1F412 ; fully-qualified # 🐒 E0.6 monkey
+1F98D ; fully-qualified # 🦍 E3.0 gorilla
+1F9A7 ; fully-qualified # 🦧 E12.0 orangutan
+1F436 ; fully-qualified # 🐶 E0.6 dog face
+1F415 ; fully-qualified # 🐕 E0.7 dog
+1F9AE ; fully-qualified # 🦮 E12.0 guide dog
+1F415 200D 1F9BA ; fully-qualified # 🐕🦺 E12.0 service dog
+1F429 ; fully-qualified # 🐩 E0.6 poodle
+1F43A ; fully-qualified # 🐺 E0.6 wolf
+1F98A ; fully-qualified # 🦊 E3.0 fox
+1F99D ; fully-qualified # 🦝 E11.0 raccoon
+1F431 ; fully-qualified # 🐱 E0.6 cat face
+1F408 ; fully-qualified # 🐈 E0.7 cat
+1F408 200D 2B1B ; fully-qualified # 🐈⬛ E13.0 black cat
+1F981 ; fully-qualified # 🦁 E1.0 lion
+1F42F ; fully-qualified # 🐯 E0.6 tiger face
+1F405 ; fully-qualified # 🐅 E1.0 tiger
+1F406 ; fully-qualified # 🐆 E1.0 leopard
+1F434 ; fully-qualified # 🐴 E0.6 horse face
+1FACE ; fully-qualified # 🫎 E15.0 moose
+1FACF ; fully-qualified # 🫏 E15.0 donkey
+1F40E ; fully-qualified # 🐎 E0.6 horse
+1F984 ; fully-qualified # 🦄 E1.0 unicorn
+1F993 ; fully-qualified # 🦓 E5.0 zebra
+1F98C ; fully-qualified # 🦌 E3.0 deer
+1F9AC ; fully-qualified # 🦬 E13.0 bison
+1F42E ; fully-qualified # 🐮 E0.6 cow face
+1F402 ; fully-qualified # 🐂 E1.0 ox
+1F403 ; fully-qualified # 🐃 E1.0 water buffalo
+1F404 ; fully-qualified # 🐄 E1.0 cow
+1F437 ; fully-qualified # 🐷 E0.6 pig face
+1F416 ; fully-qualified # 🐖 E1.0 pig
+1F417 ; fully-qualified # 🐗 E0.6 boar
+1F43D ; fully-qualified # 🐽 E0.6 pig nose
+1F40F ; fully-qualified # 🐏 E1.0 ram
+1F411 ; fully-qualified # 🐑 E0.6 ewe
+1F410 ; fully-qualified # 🐐 E1.0 goat
+1F42A ; fully-qualified # 🐪 E1.0 camel
+1F42B ; fully-qualified # 🐫 E0.6 two-hump camel
+1F999 ; fully-qualified # 🦙 E11.0 llama
+1F992 ; fully-qualified # 🦒 E5.0 giraffe
+1F418 ; fully-qualified # 🐘 E0.6 elephant
+1F9A3 ; fully-qualified # 🦣 E13.0 mammoth
+1F98F ; fully-qualified # 🦏 E3.0 rhinoceros
+1F99B ; fully-qualified # 🦛 E11.0 hippopotamus
+1F42D ; fully-qualified # 🐭 E0.6 mouse face
+1F401 ; fully-qualified # 🐁 E1.0 mouse
+1F400 ; fully-qualified # 🐀 E1.0 rat
+1F439 ; fully-qualified # 🐹 E0.6 hamster
+1F430 ; fully-qualified # 🐰 E0.6 rabbit face
+1F407 ; fully-qualified # 🐇 E1.0 rabbit
+1F43F FE0F ; fully-qualified # 🐿️ E0.7 chipmunk
+1F43F ; unqualified # 🐿 E0.7 chipmunk
+1F9AB ; fully-qualified # 🦫 E13.0 beaver
+1F994 ; fully-qualified # 🦔 E5.0 hedgehog
+1F987 ; fully-qualified # 🦇 E3.0 bat
+1F43B ; fully-qualified # 🐻 E0.6 bear
+1F43B 200D 2744 FE0F ; fully-qualified # 🐻❄️ E13.0 polar bear
+1F43B 200D 2744 ; minimally-qualified # 🐻❄ E13.0 polar bear
+1F428 ; fully-qualified # 🐨 E0.6 koala
+1F43C ; fully-qualified # 🐼 E0.6 panda
+1F9A5 ; fully-qualified # 🦥 E12.0 sloth
+1F9A6 ; fully-qualified # 🦦 E12.0 otter
+1F9A8 ; fully-qualified # 🦨 E12.0 skunk
+1F998 ; fully-qualified # 🦘 E11.0 kangaroo
+1F9A1 ; fully-qualified # 🦡 E11.0 badger
+1F43E ; fully-qualified # 🐾 E0.6 paw prints
+
+# subgroup: animal-bird
+1F983 ; fully-qualified # 🦃 E1.0 turkey
+1F414 ; fully-qualified # 🐔 E0.6 chicken
+1F413 ; fully-qualified # 🐓 E1.0 rooster
+1F423 ; fully-qualified # 🐣 E0.6 hatching chick
+1F424 ; fully-qualified # 🐤 E0.6 baby chick
+1F425 ; fully-qualified # 🐥 E0.6 front-facing baby chick
+1F426 ; fully-qualified # 🐦 E0.6 bird
+1F427 ; fully-qualified # 🐧 E0.6 penguin
+1F54A FE0F ; fully-qualified # 🕊️ E0.7 dove
+1F54A ; unqualified # 🕊 E0.7 dove
+1F985 ; fully-qualified # 🦅 E3.0 eagle
+1F986 ; fully-qualified # 🦆 E3.0 duck
+1F9A2 ; fully-qualified # 🦢 E11.0 swan
+1F989 ; fully-qualified # 🦉 E3.0 owl
+1F9A4 ; fully-qualified # 🦤 E13.0 dodo
+1FAB6 ; fully-qualified # 🪶 E13.0 feather
+1F9A9 ; fully-qualified # 🦩 E12.0 flamingo
+1F99A ; fully-qualified # 🦚 E11.0 peacock
+1F99C ; fully-qualified # 🦜 E11.0 parrot
+1FABD ; fully-qualified # 🪽 E15.0 wing
+1F426 200D 2B1B ; fully-qualified # 🐦⬛ E15.0 black bird
+1FABF ; fully-qualified # 🪿 E15.0 goose
+1F426 200D 1F525 ; fully-qualified # 🐦🔥 E15.1 phoenix
+
+# subgroup: animal-amphibian
+1F438 ; fully-qualified # 🐸 E0.6 frog
+
+# subgroup: animal-reptile
+1F40A ; fully-qualified # 🐊 E1.0 crocodile
+1F422 ; fully-qualified # 🐢 E0.6 turtle
+1F98E ; fully-qualified # 🦎 E3.0 lizard
+1F40D ; fully-qualified # 🐍 E0.6 snake
+1F432 ; fully-qualified # 🐲 E0.6 dragon face
+1F409 ; fully-qualified # 🐉 E1.0 dragon
+1F995 ; fully-qualified # 🦕 E5.0 sauropod
+1F996 ; fully-qualified # 🦖 E5.0 T-Rex
+
+# subgroup: animal-marine
+1F433 ; fully-qualified # 🐳 E0.6 spouting whale
+1F40B ; fully-qualified # 🐋 E1.0 whale
+1F42C ; fully-qualified # 🐬 E0.6 dolphin
+1FACD ; fully-qualified # E17.0 orca
+1F9AD ; fully-qualified # 🦭 E13.0 seal
+1F41F ; fully-qualified # 🐟 E0.6 fish
+1F420 ; fully-qualified # 🐠 E0.6 tropical fish
+1F421 ; fully-qualified # 🐡 E0.6 blowfish
+1F988 ; fully-qualified # 🦈 E3.0 shark
+1F419 ; fully-qualified # 🐙 E0.6 octopus
+1F41A ; fully-qualified # 🐚 E0.6 spiral shell
+1FAB8 ; fully-qualified # 🪸 E14.0 coral
+1FABC ; fully-qualified # 🪼 E15.0 jellyfish
+1F980 ; fully-qualified # 🦀 E1.0 crab
+1F99E ; fully-qualified # 🦞 E11.0 lobster
+1F990 ; fully-qualified # 🦐 E3.0 shrimp
+1F991 ; fully-qualified # 🦑 E3.0 squid
+1F9AA ; fully-qualified # 🦪 E12.0 oyster
+
+# subgroup: animal-bug
+1F40C ; fully-qualified # 🐌 E0.6 snail
+1F98B ; fully-qualified # 🦋 E3.0 butterfly
+1F41B ; fully-qualified # 🐛 E0.6 bug
+1F41C ; fully-qualified # 🐜 E0.6 ant
+1F41D ; fully-qualified # 🐝 E0.6 honeybee
+1FAB2 ; fully-qualified # 🪲 E13.0 beetle
+1F41E ; fully-qualified # 🐞 E0.6 lady beetle
+1F997 ; fully-qualified # 🦗 E5.0 cricket
+1FAB3 ; fully-qualified # 🪳 E13.0 cockroach
+1F577 FE0F ; fully-qualified # 🕷️ E0.7 spider
+1F577 ; unqualified # 🕷 E0.7 spider
+1F578 FE0F ; fully-qualified # 🕸️ E0.7 spider web
+1F578 ; unqualified # 🕸 E0.7 spider web
+1F982 ; fully-qualified # 🦂 E1.0 scorpion
+1F99F ; fully-qualified # 🦟 E11.0 mosquito
+1FAB0 ; fully-qualified # 🪰 E13.0 fly
+1FAB1 ; fully-qualified # 🪱 E13.0 worm
+1F9A0 ; fully-qualified # 🦠 E11.0 microbe
+
+# subgroup: plant-flower
+1F490 ; fully-qualified # 💐 E0.6 bouquet
+1F338 ; fully-qualified # 🌸 E0.6 cherry blossom
+1F4AE ; fully-qualified # 💮 E0.6 white flower
+1FAB7 ; fully-qualified # 🪷 E14.0 lotus
+1F3F5 FE0F ; fully-qualified # 🏵️ E0.7 rosette
+1F3F5 ; unqualified # 🏵 E0.7 rosette
+1F339 ; fully-qualified # 🌹 E0.6 rose
+1F940 ; fully-qualified # 🥀 E3.0 wilted flower
+1F33A ; fully-qualified # 🌺 E0.6 hibiscus
+1F33B ; fully-qualified # 🌻 E0.6 sunflower
+1F33C ; fully-qualified # 🌼 E0.6 blossom
+1F337 ; fully-qualified # 🌷 E0.6 tulip
+1FABB ; fully-qualified # 🪻 E15.0 hyacinth
+
+# subgroup: plant-other
+1F331 ; fully-qualified # 🌱 E0.6 seedling
+1FAB4 ; fully-qualified # 🪴 E13.0 potted plant
+1F332 ; fully-qualified # 🌲 E1.0 evergreen tree
+1F333 ; fully-qualified # 🌳 E1.0 deciduous tree
+1F334 ; fully-qualified # 🌴 E0.6 palm tree
+1F335 ; fully-qualified # 🌵 E0.6 cactus
+1F33E ; fully-qualified # 🌾 E0.6 sheaf of rice
+1F33F ; fully-qualified # 🌿 E0.6 herb
+2618 FE0F ; fully-qualified # ☘️ E1.0 shamrock
+2618 ; unqualified # ☘ E1.0 shamrock
+1F340 ; fully-qualified # 🍀 E0.6 four leaf clover
+1F341 ; fully-qualified # 🍁 E0.6 maple leaf
+1F342 ; fully-qualified # 🍂 E0.6 fallen leaf
+1F343 ; fully-qualified # 🍃 E0.6 leaf fluttering in wind
+1FAB9 ; fully-qualified # 🪹 E14.0 empty nest
+1FABA ; fully-qualified # 🪺 E14.0 nest with eggs
+1F344 ; fully-qualified # 🍄 E0.6 mushroom
+1FABE ; fully-qualified # E16.0 leafless tree
+
+# Animals & Nature subtotal: 167
+# Animals & Nature subtotal: 167 w/o modifiers
+
+# group: Food & Drink
+
+# subgroup: food-fruit
+1F347 ; fully-qualified # 🍇 E0.6 grapes
+1F348 ; fully-qualified # 🍈 E0.6 melon
+1F349 ; fully-qualified # 🍉 E0.6 watermelon
+1F34A ; fully-qualified # 🍊 E0.6 tangerine
+1F34B ; fully-qualified # 🍋 E1.0 lemon
+1F34B 200D 1F7E9 ; fully-qualified # 🍋🟩 E15.1 lime
+1F34C ; fully-qualified # 🍌 E0.6 banana
+1F34D ; fully-qualified # 🍍 E0.6 pineapple
+1F96D ; fully-qualified # 🥭 E11.0 mango
+1F34E ; fully-qualified # 🍎 E0.6 red apple
+1F34F ; fully-qualified # 🍏 E0.6 green apple
+1F350 ; fully-qualified # 🍐 E1.0 pear
+1F351 ; fully-qualified # 🍑 E0.6 peach
+1F352 ; fully-qualified # 🍒 E0.6 cherries
+1F353 ; fully-qualified # 🍓 E0.6 strawberry
+1FAD0 ; fully-qualified # 🫐 E13.0 blueberries
+1F95D ; fully-qualified # 🥝 E3.0 kiwi fruit
+1F345 ; fully-qualified # 🍅 E0.6 tomato
+1FAD2 ; fully-qualified # 🫒 E13.0 olive
+1F965 ; fully-qualified # 🥥 E5.0 coconut
+
+# subgroup: food-vegetable
+1F951 ; fully-qualified # 🥑 E3.0 avocado
+1F346 ; fully-qualified # 🍆 E0.6 eggplant
+1F954 ; fully-qualified # 🥔 E3.0 potato
+1F955 ; fully-qualified # 🥕 E3.0 carrot
+1F33D ; fully-qualified # 🌽 E0.6 ear of corn
+1F336 FE0F ; fully-qualified # 🌶️ E0.7 hot pepper
+1F336 ; unqualified # 🌶 E0.7 hot pepper
+1FAD1 ; fully-qualified # 🫑 E13.0 bell pepper
+1F952 ; fully-qualified # 🥒 E3.0 cucumber
+1F96C ; fully-qualified # 🥬 E11.0 leafy green
+1F966 ; fully-qualified # 🥦 E5.0 broccoli
+1F9C4 ; fully-qualified # 🧄 E12.0 garlic
+1F9C5 ; fully-qualified # 🧅 E12.0 onion
+1F95C ; fully-qualified # 🥜 E3.0 peanuts
+1FAD8 ; fully-qualified # 🫘 E14.0 beans
+1F330 ; fully-qualified # 🌰 E0.6 chestnut
+1FADA ; fully-qualified # 🫚 E15.0 ginger root
+1FADB ; fully-qualified # 🫛 E15.0 pea pod
+1F344 200D 1F7EB ; fully-qualified # 🍄🟫 E15.1 brown mushroom
+1FADC ; fully-qualified # E16.0 root vegetable
+
+# subgroup: food-prepared
+1F35E ; fully-qualified # 🍞 E0.6 bread
+1F950 ; fully-qualified # 🥐 E3.0 croissant
+1F956 ; fully-qualified # 🥖 E3.0 baguette bread
+1FAD3 ; fully-qualified # 🫓 E13.0 flatbread
+1F968 ; fully-qualified # 🥨 E5.0 pretzel
+1F96F ; fully-qualified # 🥯 E11.0 bagel
+1F95E ; fully-qualified # 🥞 E3.0 pancakes
+1F9C7 ; fully-qualified # 🧇 E12.0 waffle
+1F9C0 ; fully-qualified # 🧀 E1.0 cheese wedge
+1F356 ; fully-qualified # 🍖 E0.6 meat on bone
+1F357 ; fully-qualified # 🍗 E0.6 poultry leg
+1F969 ; fully-qualified # 🥩 E5.0 cut of meat
+1F953 ; fully-qualified # 🥓 E3.0 bacon
+1F354 ; fully-qualified # 🍔 E0.6 hamburger
+1F35F ; fully-qualified # 🍟 E0.6 french fries
+1F355 ; fully-qualified # 🍕 E0.6 pizza
+1F32D ; fully-qualified # 🌭 E1.0 hot dog
+1F96A ; fully-qualified # 🥪 E5.0 sandwich
+1F32E ; fully-qualified # 🌮 E1.0 taco
+1F32F ; fully-qualified # 🌯 E1.0 burrito
+1FAD4 ; fully-qualified # 🫔 E13.0 tamale
+1F959 ; fully-qualified # 🥙 E3.0 stuffed flatbread
+1F9C6 ; fully-qualified # 🧆 E12.0 falafel
+1F95A ; fully-qualified # 🥚 E3.0 egg
+1F373 ; fully-qualified # 🍳 E0.6 cooking
+1F958 ; fully-qualified # 🥘 E3.0 shallow pan of food
+1F372 ; fully-qualified # 🍲 E0.6 pot of food
+1FAD5 ; fully-qualified # 🫕 E13.0 fondue
+1F963 ; fully-qualified # 🥣 E5.0 bowl with spoon
+1F957 ; fully-qualified # 🥗 E3.0 green salad
+1F37F ; fully-qualified # 🍿 E1.0 popcorn
+1F9C8 ; fully-qualified # 🧈 E12.0 butter
+1F9C2 ; fully-qualified # 🧂 E11.0 salt
+1F96B ; fully-qualified # 🥫 E5.0 canned food
+
+# subgroup: food-asian
+1F371 ; fully-qualified # 🍱 E0.6 bento box
+1F358 ; fully-qualified # 🍘 E0.6 rice cracker
+1F359 ; fully-qualified # 🍙 E0.6 rice ball
+1F35A ; fully-qualified # 🍚 E0.6 cooked rice
+1F35B ; fully-qualified # 🍛 E0.6 curry rice
+1F35C ; fully-qualified # 🍜 E0.6 steaming bowl
+1F35D ; fully-qualified # 🍝 E0.6 spaghetti
+1F360 ; fully-qualified # 🍠 E0.6 roasted sweet potato
+1F362 ; fully-qualified # 🍢 E0.6 oden
+1F363 ; fully-qualified # 🍣 E0.6 sushi
+1F364 ; fully-qualified # 🍤 E0.6 fried shrimp
+1F365 ; fully-qualified # 🍥 E0.6 fish cake with swirl
+1F96E ; fully-qualified # 🥮 E11.0 moon cake
+1F361 ; fully-qualified # 🍡 E0.6 dango
+1F95F ; fully-qualified # 🥟 E5.0 dumpling
+1F960 ; fully-qualified # 🥠 E5.0 fortune cookie
+1F961 ; fully-qualified # 🥡 E5.0 takeout box
+
+# subgroup: food-sweet
+1F366 ; fully-qualified # 🍦 E0.6 soft ice cream
+1F367 ; fully-qualified # 🍧 E0.6 shaved ice
+1F368 ; fully-qualified # 🍨 E0.6 ice cream
+1F369 ; fully-qualified # 🍩 E0.6 doughnut
+1F36A ; fully-qualified # 🍪 E0.6 cookie
+1F382 ; fully-qualified # 🎂 E0.6 birthday cake
+1F370 ; fully-qualified # 🍰 E0.6 shortcake
+1F9C1 ; fully-qualified # 🧁 E11.0 cupcake
+1F967 ; fully-qualified # 🥧 E5.0 pie
+1F36B ; fully-qualified # 🍫 E0.6 chocolate bar
+1F36C ; fully-qualified # 🍬 E0.6 candy
+1F36D ; fully-qualified # 🍭 E0.6 lollipop
+1F36E ; fully-qualified # 🍮 E0.6 custard
+1F36F ; fully-qualified # 🍯 E0.6 honey pot
+
+# subgroup: drink
+1F37C ; fully-qualified # 🍼 E1.0 baby bottle
+1F95B ; fully-qualified # 🥛 E3.0 glass of milk
+2615 ; fully-qualified # ☕ E0.6 hot beverage
+1FAD6 ; fully-qualified # 🫖 E13.0 teapot
+1F375 ; fully-qualified # 🍵 E0.6 teacup without handle
+1F376 ; fully-qualified # 🍶 E0.6 sake
+1F37E ; fully-qualified # 🍾 E1.0 bottle with popping cork
+1F377 ; fully-qualified # 🍷 E0.6 wine glass
+1F378 ; fully-qualified # 🍸 E0.6 cocktail glass
+1F379 ; fully-qualified # 🍹 E0.6 tropical drink
+1F37A ; fully-qualified # 🍺 E0.6 beer mug
+1F37B ; fully-qualified # 🍻 E0.6 clinking beer mugs
+1F942 ; fully-qualified # 🥂 E3.0 clinking glasses
+1F943 ; fully-qualified # 🥃 E3.0 tumbler glass
+1FAD7 ; fully-qualified # 🫗 E14.0 pouring liquid
+1F964 ; fully-qualified # 🥤 E5.0 cup with straw
+1F9CB ; fully-qualified # 🧋 E13.0 bubble tea
+1F9C3 ; fully-qualified # 🧃 E12.0 beverage box
+1F9C9 ; fully-qualified # 🧉 E12.0 mate
+1F9CA ; fully-qualified # 🧊 E12.0 ice
+
+# subgroup: dishware
+1F962 ; fully-qualified # 🥢 E5.0 chopsticks
+1F37D FE0F ; fully-qualified # 🍽️ E0.7 fork and knife with plate
+1F37D ; unqualified # 🍽 E0.7 fork and knife with plate
+1F374 ; fully-qualified # 🍴 E0.6 fork and knife
+1F944 ; fully-qualified # 🥄 E3.0 spoon
+1F52A ; fully-qualified # 🔪 E0.6 kitchen knife
+1FAD9 ; fully-qualified # 🫙 E14.0 jar
+1F3FA ; fully-qualified # 🏺 E1.0 amphora
+
+# Food & Drink subtotal: 133
+# Food & Drink subtotal: 133 w/o modifiers
+
+# group: Travel & Places
+
+# subgroup: place-map
+1F30D ; fully-qualified # 🌍 E0.7 globe showing Europe-Africa
+1F30E ; fully-qualified # 🌎 E0.7 globe showing Americas
+1F30F ; fully-qualified # 🌏 E0.6 globe showing Asia-Australia
+1F310 ; fully-qualified # 🌐 E1.0 globe with meridians
+1F5FA FE0F ; fully-qualified # 🗺️ E0.7 world map
+1F5FA ; unqualified # 🗺 E0.7 world map
+1F5FE ; fully-qualified # 🗾 E0.6 map of Japan
+1F9ED ; fully-qualified # 🧭 E11.0 compass
+
+# subgroup: place-geographic
+1F3D4 FE0F ; fully-qualified # 🏔️ E0.7 snow-capped mountain
+1F3D4 ; unqualified # 🏔 E0.7 snow-capped mountain
+26F0 FE0F ; fully-qualified # ⛰️ E0.7 mountain
+26F0 ; unqualified # ⛰ E0.7 mountain
+1F6D8 ; fully-qualified # E17.0 landslide
+1F30B ; fully-qualified # 🌋 E0.6 volcano
+1F5FB ; fully-qualified # 🗻 E0.6 mount fuji
+1F3D5 FE0F ; fully-qualified # 🏕️ E0.7 camping
+1F3D5 ; unqualified # 🏕 E0.7 camping
+1F3D6 FE0F ; fully-qualified # 🏖️ E0.7 beach with umbrella
+1F3D6 ; unqualified # 🏖 E0.7 beach with umbrella
+1F3DC FE0F ; fully-qualified # 🏜️ E0.7 desert
+1F3DC ; unqualified # 🏜 E0.7 desert
+1F3DD FE0F ; fully-qualified # 🏝️ E0.7 desert island
+1F3DD ; unqualified # 🏝 E0.7 desert island
+1F3DE FE0F ; fully-qualified # 🏞️ E0.7 national park
+1F3DE ; unqualified # 🏞 E0.7 national park
+
+# subgroup: place-building
+1F3DF FE0F ; fully-qualified # 🏟️ E0.7 stadium
+1F3DF ; unqualified # 🏟 E0.7 stadium
+1F3DB FE0F ; fully-qualified # 🏛️ E0.7 classical building
+1F3DB ; unqualified # 🏛 E0.7 classical building
+1F3D7 FE0F ; fully-qualified # 🏗️ E0.7 building construction
+1F3D7 ; unqualified # 🏗 E0.7 building construction
+1F9F1 ; fully-qualified # 🧱 E11.0 brick
+1FAA8 ; fully-qualified # 🪨 E13.0 rock
+1FAB5 ; fully-qualified # 🪵 E13.0 wood
+1F6D6 ; fully-qualified # 🛖 E13.0 hut
+1F3D8 FE0F ; fully-qualified # 🏘️ E0.7 houses
+1F3D8 ; unqualified # 🏘 E0.7 houses
+1F3DA FE0F ; fully-qualified # 🏚️ E0.7 derelict house
+1F3DA ; unqualified # 🏚 E0.7 derelict house
+1F3E0 ; fully-qualified # 🏠 E0.6 house
+1F3E1 ; fully-qualified # 🏡 E0.6 house with garden
+1F3E2 ; fully-qualified # 🏢 E0.6 office building
+1F3E3 ; fully-qualified # 🏣 E0.6 Japanese post office
+1F3E4 ; fully-qualified # 🏤 E1.0 post office
+1F3E5 ; fully-qualified # 🏥 E0.6 hospital
+1F3E6 ; fully-qualified # 🏦 E0.6 bank
+1F3E8 ; fully-qualified # 🏨 E0.6 hotel
+1F3E9 ; fully-qualified # 🏩 E0.6 love hotel
+1F3EA ; fully-qualified # 🏪 E0.6 convenience store
+1F3EB ; fully-qualified # 🏫 E0.6 school
+1F3EC ; fully-qualified # 🏬 E0.6 department store
+1F3ED ; fully-qualified # 🏭 E0.6 factory
+1F3EF ; fully-qualified # 🏯 E0.6 Japanese castle
+1F3F0 ; fully-qualified # 🏰 E0.6 castle
+1F492 ; fully-qualified # 💒 E0.6 wedding
+1F5FC ; fully-qualified # 🗼 E0.6 Tokyo tower
+1F5FD ; fully-qualified # 🗽 E0.6 Statue of Liberty
+
+# subgroup: place-religious
+26EA ; fully-qualified # ⛪ E0.6 church
+1F54C ; fully-qualified # 🕌 E1.0 mosque
+1F6D5 ; fully-qualified # 🛕 E12.0 hindu temple
+1F54D ; fully-qualified # 🕍 E1.0 synagogue
+26E9 FE0F ; fully-qualified # ⛩️ E0.7 shinto shrine
+26E9 ; unqualified # ⛩ E0.7 shinto shrine
+1F54B ; fully-qualified # 🕋 E1.0 kaaba
+
+# subgroup: place-other
+26F2 ; fully-qualified # ⛲ E0.6 fountain
+26FA ; fully-qualified # ⛺ E0.6 tent
+1F301 ; fully-qualified # 🌁 E0.6 foggy
+1F303 ; fully-qualified # 🌃 E0.6 night with stars
+1F3D9 FE0F ; fully-qualified # 🏙️ E0.7 cityscape
+1F3D9 ; unqualified # 🏙 E0.7 cityscape
+1F304 ; fully-qualified # 🌄 E0.6 sunrise over mountains
+1F305 ; fully-qualified # 🌅 E0.6 sunrise
+1F306 ; fully-qualified # 🌆 E0.6 cityscape at dusk
+1F307 ; fully-qualified # 🌇 E0.6 sunset
+1F309 ; fully-qualified # 🌉 E0.6 bridge at night
+2668 FE0F ; fully-qualified # ♨️ E0.6 hot springs
+2668 ; unqualified # ♨ E0.6 hot springs
+1F3A0 ; fully-qualified # 🎠 E0.6 carousel horse
+1F6DD ; fully-qualified # 🛝 E14.0 playground slide
+1F3A1 ; fully-qualified # 🎡 E0.6 ferris wheel
+1F3A2 ; fully-qualified # 🎢 E0.6 roller coaster
+1F488 ; fully-qualified # 💈 E0.6 barber pole
+1F3AA ; fully-qualified # 🎪 E0.6 circus tent
+
+# subgroup: transport-ground
+1F682 ; fully-qualified # 🚂 E1.0 locomotive
+1F683 ; fully-qualified # 🚃 E0.6 railway car
+1F684 ; fully-qualified # 🚄 E0.6 high-speed train
+1F685 ; fully-qualified # 🚅 E0.6 bullet train
+1F686 ; fully-qualified # 🚆 E1.0 train
+1F687 ; fully-qualified # 🚇 E0.6 metro
+1F688 ; fully-qualified # 🚈 E1.0 light rail
+1F689 ; fully-qualified # 🚉 E0.6 station
+1F68A ; fully-qualified # 🚊 E1.0 tram
+1F69D ; fully-qualified # 🚝 E1.0 monorail
+1F69E ; fully-qualified # 🚞 E1.0 mountain railway
+1F68B ; fully-qualified # 🚋 E1.0 tram car
+1F68C ; fully-qualified # 🚌 E0.6 bus
+1F68D ; fully-qualified # 🚍 E0.7 oncoming bus
+1F68E ; fully-qualified # 🚎 E1.0 trolleybus
+1F690 ; fully-qualified # 🚐 E1.0 minibus
+1F691 ; fully-qualified # 🚑 E0.6 ambulance
+1F692 ; fully-qualified # 🚒 E0.6 fire engine
+1F693 ; fully-qualified # 🚓 E0.6 police car
+1F694 ; fully-qualified # 🚔 E0.7 oncoming police car
+1F695 ; fully-qualified # 🚕 E0.6 taxi
+1F696 ; fully-qualified # 🚖 E1.0 oncoming taxi
+1F697 ; fully-qualified # 🚗 E0.6 automobile
+1F698 ; fully-qualified # 🚘 E0.7 oncoming automobile
+1F699 ; fully-qualified # 🚙 E0.6 sport utility vehicle
+1F6FB ; fully-qualified # 🛻 E13.0 pickup truck
+1F69A ; fully-qualified # 🚚 E0.6 delivery truck
+1F69B ; fully-qualified # 🚛 E1.0 articulated lorry
+1F69C ; fully-qualified # 🚜 E1.0 tractor
+1F3CE FE0F ; fully-qualified # 🏎️ E0.7 racing car
+1F3CE ; unqualified # 🏎 E0.7 racing car
+1F3CD FE0F ; fully-qualified # 🏍️ E0.7 motorcycle
+1F3CD ; unqualified # 🏍 E0.7 motorcycle
+1F6F5 ; fully-qualified # 🛵 E3.0 motor scooter
+1F9BD ; fully-qualified # 🦽 E12.0 manual wheelchair
+1F9BC ; fully-qualified # 🦼 E12.0 motorized wheelchair
+1F6FA ; fully-qualified # 🛺 E12.0 auto rickshaw
+1F6B2 ; fully-qualified # 🚲 E0.6 bicycle
+1F6F4 ; fully-qualified # 🛴 E3.0 kick scooter
+1F6F9 ; fully-qualified # 🛹 E11.0 skateboard
+1F6FC ; fully-qualified # 🛼 E13.0 roller skate
+1F68F ; fully-qualified # 🚏 E0.6 bus stop
+1F6E3 FE0F ; fully-qualified # 🛣️ E0.7 motorway
+1F6E3 ; unqualified # 🛣 E0.7 motorway
+1F6E4 FE0F ; fully-qualified # 🛤️ E0.7 railway track
+1F6E4 ; unqualified # 🛤 E0.7 railway track
+1F6E2 FE0F ; fully-qualified # 🛢️ E0.7 oil drum
+1F6E2 ; unqualified # 🛢 E0.7 oil drum
+26FD ; fully-qualified # ⛽ E0.6 fuel pump
+1F6DE ; fully-qualified # 🛞 E14.0 wheel
+1F6A8 ; fully-qualified # 🚨 E0.6 police car light
+1F6A5 ; fully-qualified # 🚥 E0.6 horizontal traffic light
+1F6A6 ; fully-qualified # 🚦 E1.0 vertical traffic light
+1F6D1 ; fully-qualified # 🛑 E3.0 stop sign
+1F6A7 ; fully-qualified # 🚧 E0.6 construction
+
+# subgroup: transport-water
+2693 ; fully-qualified # ⚓ E0.6 anchor
+1F6DF ; fully-qualified # 🛟 E14.0 ring buoy
+26F5 ; fully-qualified # ⛵ E0.6 sailboat
+1F6F6 ; fully-qualified # 🛶 E3.0 canoe
+1F6A4 ; fully-qualified # 🚤 E0.6 speedboat
+1F6F3 FE0F ; fully-qualified # 🛳️ E0.7 passenger ship
+1F6F3 ; unqualified # 🛳 E0.7 passenger ship
+26F4 FE0F ; fully-qualified # ⛴️ E0.7 ferry
+26F4 ; unqualified # ⛴ E0.7 ferry
+1F6E5 FE0F ; fully-qualified # 🛥️ E0.7 motor boat
+1F6E5 ; unqualified # 🛥 E0.7 motor boat
+1F6A2 ; fully-qualified # 🚢 E0.6 ship
+
+# subgroup: transport-air
+2708 FE0F ; fully-qualified # ✈️ E0.6 airplane
+2708 ; unqualified # ✈ E0.6 airplane
+1F6E9 FE0F ; fully-qualified # 🛩️ E0.7 small airplane
+1F6E9 ; unqualified # 🛩 E0.7 small airplane
+1F6EB ; fully-qualified # 🛫 E1.0 airplane departure
+1F6EC ; fully-qualified # 🛬 E1.0 airplane arrival
+1FA82 ; fully-qualified # 🪂 E12.0 parachute
+1F4BA ; fully-qualified # 💺 E0.6 seat
+1F681 ; fully-qualified # 🚁 E1.0 helicopter
+1F69F ; fully-qualified # 🚟 E1.0 suspension railway
+1F6A0 ; fully-qualified # 🚠 E1.0 mountain cableway
+1F6A1 ; fully-qualified # 🚡 E1.0 aerial tramway
+1F6F0 FE0F ; fully-qualified # 🛰️ E0.7 satellite
+1F6F0 ; unqualified # 🛰 E0.7 satellite
+1F680 ; fully-qualified # 🚀 E0.6 rocket
+1F6F8 ; fully-qualified # 🛸 E5.0 flying saucer
+
+# subgroup: hotel
+1F6CE FE0F ; fully-qualified # 🛎️ E0.7 bellhop bell
+1F6CE ; unqualified # 🛎 E0.7 bellhop bell
+1F9F3 ; fully-qualified # 🧳 E11.0 luggage
+
+# subgroup: time
+231B ; fully-qualified # ⌛ E0.6 hourglass done
+23F3 ; fully-qualified # ⏳ E0.6 hourglass not done
+231A ; fully-qualified # ⌚ E0.6 watch
+23F0 ; fully-qualified # ⏰ E0.6 alarm clock
+23F1 FE0F ; fully-qualified # ⏱️ E1.0 stopwatch
+23F1 ; unqualified # ⏱ E1.0 stopwatch
+23F2 FE0F ; fully-qualified # ⏲️ E1.0 timer clock
+23F2 ; unqualified # ⏲ E1.0 timer clock
+1F570 FE0F ; fully-qualified # 🕰️ E0.7 mantelpiece clock
+1F570 ; unqualified # 🕰 E0.7 mantelpiece clock
+1F55B ; fully-qualified # 🕛 E0.6 twelve o’clock
+1F567 ; fully-qualified # 🕧 E0.7 twelve-thirty
+1F550 ; fully-qualified # 🕐 E0.6 one o’clock
+1F55C ; fully-qualified # 🕜 E0.7 one-thirty
+1F551 ; fully-qualified # 🕑 E0.6 two o’clock
+1F55D ; fully-qualified # 🕝 E0.7 two-thirty
+1F552 ; fully-qualified # 🕒 E0.6 three o’clock
+1F55E ; fully-qualified # 🕞 E0.7 three-thirty
+1F553 ; fully-qualified # 🕓 E0.6 four o’clock
+1F55F ; fully-qualified # 🕟 E0.7 four-thirty
+1F554 ; fully-qualified # 🕔 E0.6 five o’clock
+1F560 ; fully-qualified # 🕠 E0.7 five-thirty
+1F555 ; fully-qualified # 🕕 E0.6 six o’clock
+1F561 ; fully-qualified # 🕡 E0.7 six-thirty
+1F556 ; fully-qualified # 🕖 E0.6 seven o’clock
+1F562 ; fully-qualified # 🕢 E0.7 seven-thirty
+1F557 ; fully-qualified # 🕗 E0.6 eight o’clock
+1F563 ; fully-qualified # 🕣 E0.7 eight-thirty
+1F558 ; fully-qualified # 🕘 E0.6 nine o’clock
+1F564 ; fully-qualified # 🕤 E0.7 nine-thirty
+1F559 ; fully-qualified # 🕙 E0.6 ten o’clock
+1F565 ; fully-qualified # 🕥 E0.7 ten-thirty
+1F55A ; fully-qualified # 🕚 E0.6 eleven o’clock
+1F566 ; fully-qualified # 🕦 E0.7 eleven-thirty
+
+# subgroup: sky & weather
+1F311 ; fully-qualified # 🌑 E0.6 new moon
+1F312 ; fully-qualified # 🌒 E1.0 waxing crescent moon
+1F313 ; fully-qualified # 🌓 E0.6 first quarter moon
+1F314 ; fully-qualified # 🌔 E0.6 waxing gibbous moon
+1F315 ; fully-qualified # 🌕 E0.6 full moon
+1F316 ; fully-qualified # 🌖 E1.0 waning gibbous moon
+1F317 ; fully-qualified # 🌗 E1.0 last quarter moon
+1F318 ; fully-qualified # 🌘 E1.0 waning crescent moon
+1F319 ; fully-qualified # 🌙 E0.6 crescent moon
+1F31A ; fully-qualified # 🌚 E1.0 new moon face
+1F31B ; fully-qualified # 🌛 E0.6 first quarter moon face
+1F31C ; fully-qualified # 🌜 E0.7 last quarter moon face
+1F321 FE0F ; fully-qualified # 🌡️ E0.7 thermometer
+1F321 ; unqualified # 🌡 E0.7 thermometer
+2600 FE0F ; fully-qualified # ☀️ E0.6 sun
+2600 ; unqualified # ☀ E0.6 sun
+1F31D ; fully-qualified # 🌝 E1.0 full moon face
+1F31E ; fully-qualified # 🌞 E1.0 sun with face
+1FA90 ; fully-qualified # 🪐 E12.0 ringed planet
+2B50 ; fully-qualified # ⭐ E0.6 star
+1F31F ; fully-qualified # 🌟 E0.6 glowing star
+1F320 ; fully-qualified # 🌠 E0.6 shooting star
+1F30C ; fully-qualified # 🌌 E0.6 milky way
+2601 FE0F ; fully-qualified # ☁️ E0.6 cloud
+2601 ; unqualified # ☁ E0.6 cloud
+26C5 ; fully-qualified # ⛅ E0.6 sun behind cloud
+26C8 FE0F ; fully-qualified # ⛈️ E0.7 cloud with lightning and rain
+26C8 ; unqualified # ⛈ E0.7 cloud with lightning and rain
+1F324 FE0F ; fully-qualified # 🌤️ E0.7 sun behind small cloud
+1F324 ; unqualified # 🌤 E0.7 sun behind small cloud
+1F325 FE0F ; fully-qualified # 🌥️ E0.7 sun behind large cloud
+1F325 ; unqualified # 🌥 E0.7 sun behind large cloud
+1F326 FE0F ; fully-qualified # 🌦️ E0.7 sun behind rain cloud
+1F326 ; unqualified # 🌦 E0.7 sun behind rain cloud
+1F327 FE0F ; fully-qualified # 🌧️ E0.7 cloud with rain
+1F327 ; unqualified # 🌧 E0.7 cloud with rain
+1F328 FE0F ; fully-qualified # 🌨️ E0.7 cloud with snow
+1F328 ; unqualified # 🌨 E0.7 cloud with snow
+1F329 FE0F ; fully-qualified # 🌩️ E0.7 cloud with lightning
+1F329 ; unqualified # 🌩 E0.7 cloud with lightning
+1F32A FE0F ; fully-qualified # 🌪️ E0.7 tornado
+1F32A ; unqualified # 🌪 E0.7 tornado
+1F32B FE0F ; fully-qualified # 🌫️ E0.7 fog
+1F32B ; unqualified # 🌫 E0.7 fog
+1F32C FE0F ; fully-qualified # 🌬️ E0.7 wind face
+1F32C ; unqualified # 🌬 E0.7 wind face
+1F300 ; fully-qualified # 🌀 E0.6 cyclone
+1F308 ; fully-qualified # 🌈 E0.6 rainbow
+1F302 ; fully-qualified # 🌂 E0.6 closed umbrella
+2602 FE0F ; fully-qualified # ☂️ E0.7 umbrella
+2602 ; unqualified # ☂ E0.7 umbrella
+2614 ; fully-qualified # ☔ E0.6 umbrella with rain drops
+26F1 FE0F ; fully-qualified # ⛱️ E0.7 umbrella on ground
+26F1 ; unqualified # ⛱ E0.7 umbrella on ground
+26A1 ; fully-qualified # ⚡ E0.6 high voltage
+2744 FE0F ; fully-qualified # ❄️ E0.6 snowflake
+2744 ; unqualified # ❄ E0.6 snowflake
+2603 FE0F ; fully-qualified # ☃️ E0.7 snowman
+2603 ; unqualified # ☃ E0.7 snowman
+26C4 ; fully-qualified # ⛄ E0.6 snowman without snow
+2604 FE0F ; fully-qualified # ☄️ E1.0 comet
+2604 ; unqualified # ☄ E1.0 comet
+1F525 ; fully-qualified # 🔥 E0.6 fire
+1F4A7 ; fully-qualified # 💧 E0.6 droplet
+1F30A ; fully-qualified # 🌊 E0.6 water wave
+
+# Travel & Places subtotal: 268
+# Travel & Places subtotal: 268 w/o modifiers
+
+# group: Activities
+
+# subgroup: event
+1F383 ; fully-qualified # 🎃 E0.6 jack-o-lantern
+1F384 ; fully-qualified # 🎄 E0.6 Christmas tree
+1F386 ; fully-qualified # 🎆 E0.6 fireworks
+1F387 ; fully-qualified # 🎇 E0.6 sparkler
+1F9E8 ; fully-qualified # 🧨 E11.0 firecracker
+2728 ; fully-qualified # ✨ E0.6 sparkles
+1F388 ; fully-qualified # 🎈 E0.6 balloon
+1F389 ; fully-qualified # 🎉 E0.6 party popper
+1F38A ; fully-qualified # 🎊 E0.6 confetti ball
+1F38B ; fully-qualified # 🎋 E0.6 tanabata tree
+1F38D ; fully-qualified # 🎍 E0.6 pine decoration
+1F38E ; fully-qualified # 🎎 E0.6 Japanese dolls
+1F38F ; fully-qualified # 🎏 E0.6 carp streamer
+1F390 ; fully-qualified # 🎐 E0.6 wind chime
+1F391 ; fully-qualified # 🎑 E0.6 moon viewing ceremony
+1F9E7 ; fully-qualified # 🧧 E11.0 red envelope
+1F380 ; fully-qualified # 🎀 E0.6 ribbon
+1F381 ; fully-qualified # 🎁 E0.6 wrapped gift
+1F397 FE0F ; fully-qualified # 🎗️ E0.7 reminder ribbon
+1F397 ; unqualified # 🎗 E0.7 reminder ribbon
+1F39F FE0F ; fully-qualified # 🎟️ E0.7 admission tickets
+1F39F ; unqualified # 🎟 E0.7 admission tickets
+1F3AB ; fully-qualified # 🎫 E0.6 ticket
+
+# subgroup: award-medal
+1F396 FE0F ; fully-qualified # 🎖️ E0.7 military medal
+1F396 ; unqualified # 🎖 E0.7 military medal
+1F3C6 ; fully-qualified # 🏆 E0.6 trophy
+1F3C5 ; fully-qualified # 🏅 E1.0 sports medal
+1F947 ; fully-qualified # 🥇 E3.0 1st place medal
+1F948 ; fully-qualified # 🥈 E3.0 2nd place medal
+1F949 ; fully-qualified # 🥉 E3.0 3rd place medal
+
+# subgroup: sport
+26BD ; fully-qualified # ⚽ E0.6 soccer ball
+26BE ; fully-qualified # ⚾ E0.6 baseball
+1F94E ; fully-qualified # 🥎 E11.0 softball
+1F3C0 ; fully-qualified # 🏀 E0.6 basketball
+1F3D0 ; fully-qualified # 🏐 E1.0 volleyball
+1F3C8 ; fully-qualified # 🏈 E0.6 american football
+1F3C9 ; fully-qualified # 🏉 E1.0 rugby football
+1F3BE ; fully-qualified # 🎾 E0.6 tennis
+1F94F ; fully-qualified # 🥏 E11.0 flying disc
+1F3B3 ; fully-qualified # 🎳 E0.6 bowling
+1F3CF ; fully-qualified # 🏏 E1.0 cricket game
+1F3D1 ; fully-qualified # 🏑 E1.0 field hockey
+1F3D2 ; fully-qualified # 🏒 E1.0 ice hockey
+1F94D ; fully-qualified # 🥍 E11.0 lacrosse
+1F3D3 ; fully-qualified # 🏓 E1.0 ping pong
+1F3F8 ; fully-qualified # 🏸 E1.0 badminton
+1F94A ; fully-qualified # 🥊 E3.0 boxing glove
+1F94B ; fully-qualified # 🥋 E3.0 martial arts uniform
+1F945 ; fully-qualified # 🥅 E3.0 goal net
+26F3 ; fully-qualified # ⛳ E0.6 flag in hole
+26F8 FE0F ; fully-qualified # ⛸️ E0.7 ice skate
+26F8 ; unqualified # ⛸ E0.7 ice skate
+1F3A3 ; fully-qualified # 🎣 E0.6 fishing pole
+1F93F ; fully-qualified # 🤿 E12.0 diving mask
+1F3BD ; fully-qualified # 🎽 E0.6 running shirt
+1F3BF ; fully-qualified # 🎿 E0.6 skis
+1F6F7 ; fully-qualified # 🛷 E5.0 sled
+1F94C ; fully-qualified # 🥌 E5.0 curling stone
+
+# subgroup: game
+1F3AF ; fully-qualified # 🎯 E0.6 bullseye
+1FA80 ; fully-qualified # 🪀 E12.0 yo-yo
+1FA81 ; fully-qualified # 🪁 E12.0 kite
+1F52B ; fully-qualified # 🔫 E0.6 water pistol
+1F3B1 ; fully-qualified # 🎱 E0.6 pool 8 ball
+1F52E ; fully-qualified # 🔮 E0.6 crystal ball
+1FA84 ; fully-qualified # 🪄 E13.0 magic wand
+1F3AE ; fully-qualified # 🎮 E0.6 video game
+1F579 FE0F ; fully-qualified # 🕹️ E0.7 joystick
+1F579 ; unqualified # 🕹 E0.7 joystick
+1F3B0 ; fully-qualified # 🎰 E0.6 slot machine
+1F3B2 ; fully-qualified # 🎲 E0.6 game die
+1F9E9 ; fully-qualified # 🧩 E11.0 puzzle piece
+1F9F8 ; fully-qualified # 🧸 E11.0 teddy bear
+1FA85 ; fully-qualified # 🪅 E13.0 piñata
+1FAA9 ; fully-qualified # 🪩 E14.0 mirror ball
+1FA86 ; fully-qualified # 🪆 E13.0 nesting dolls
+2660 FE0F ; fully-qualified # ♠️ E0.6 spade suit
+2660 ; unqualified # ♠ E0.6 spade suit
+2665 FE0F ; fully-qualified # ♥️ E0.6 heart suit
+2665 ; unqualified # ♥ E0.6 heart suit
+2666 FE0F ; fully-qualified # ♦️ E0.6 diamond suit
+2666 ; unqualified # ♦ E0.6 diamond suit
+2663 FE0F ; fully-qualified # ♣️ E0.6 club suit
+2663 ; unqualified # ♣ E0.6 club suit
+265F FE0F ; fully-qualified # ♟️ E11.0 chess pawn
+265F ; unqualified # ♟ E11.0 chess pawn
+1F0CF ; fully-qualified # 🃏 E0.6 joker
+1F004 ; fully-qualified # 🀄 E0.6 mahjong red dragon
+1F3B4 ; fully-qualified # 🎴 E0.6 flower playing cards
+
+# subgroup: arts & crafts
+1F3AD ; fully-qualified # 🎭 E0.6 performing arts
+1F5BC FE0F ; fully-qualified # 🖼️ E0.7 framed picture
+1F5BC ; unqualified # 🖼 E0.7 framed picture
+1F3A8 ; fully-qualified # 🎨 E0.6 artist palette
+1F9F5 ; fully-qualified # 🧵 E11.0 thread
+1FAA1 ; fully-qualified # 🪡 E13.0 sewing needle
+1F9F6 ; fully-qualified # 🧶 E11.0 yarn
+1FAA2 ; fully-qualified # 🪢 E13.0 knot
+
+# Activities subtotal: 96
+# Activities subtotal: 96 w/o modifiers
+
+# group: Objects
+
+# subgroup: clothing
+1F453 ; fully-qualified # 👓 E0.6 glasses
+1F576 FE0F ; fully-qualified # 🕶️ E0.7 sunglasses
+1F576 ; unqualified # 🕶 E0.7 sunglasses
+1F97D ; fully-qualified # 🥽 E11.0 goggles
+1F97C ; fully-qualified # 🥼 E11.0 lab coat
+1F9BA ; fully-qualified # 🦺 E12.0 safety vest
+1F454 ; fully-qualified # 👔 E0.6 necktie
+1F455 ; fully-qualified # 👕 E0.6 t-shirt
+1F456 ; fully-qualified # 👖 E0.6 jeans
+1F9E3 ; fully-qualified # 🧣 E5.0 scarf
+1F9E4 ; fully-qualified # 🧤 E5.0 gloves
+1F9E5 ; fully-qualified # 🧥 E5.0 coat
+1F9E6 ; fully-qualified # 🧦 E5.0 socks
+1F457 ; fully-qualified # 👗 E0.6 dress
+1F458 ; fully-qualified # 👘 E0.6 kimono
+1F97B ; fully-qualified # 🥻 E12.0 sari
+1FA71 ; fully-qualified # 🩱 E12.0 one-piece swimsuit
+1FA72 ; fully-qualified # 🩲 E12.0 briefs
+1FA73 ; fully-qualified # 🩳 E12.0 shorts
+1F459 ; fully-qualified # 👙 E0.6 bikini
+1F45A ; fully-qualified # 👚 E0.6 woman’s clothes
+1FAAD ; fully-qualified # 🪭 E15.0 folding hand fan
+1F45B ; fully-qualified # 👛 E0.6 purse
+1F45C ; fully-qualified # 👜 E0.6 handbag
+1F45D ; fully-qualified # 👝 E0.6 clutch bag
+1F6CD FE0F ; fully-qualified # 🛍️ E0.7 shopping bags
+1F6CD ; unqualified # 🛍 E0.7 shopping bags
+1F392 ; fully-qualified # 🎒 E0.6 backpack
+1FA74 ; fully-qualified # 🩴 E13.0 thong sandal
+1F45E ; fully-qualified # 👞 E0.6 man’s shoe
+1F45F ; fully-qualified # 👟 E0.6 running shoe
+1F97E ; fully-qualified # 🥾 E11.0 hiking boot
+1F97F ; fully-qualified # 🥿 E11.0 flat shoe
+1F460 ; fully-qualified # 👠 E0.6 high-heeled shoe
+1F461 ; fully-qualified # 👡 E0.6 woman’s sandal
+1FA70 ; fully-qualified # 🩰 E12.0 ballet shoes
+1F462 ; fully-qualified # 👢 E0.6 woman’s boot
+1FAAE ; fully-qualified # 🪮 E15.0 hair pick
+1F451 ; fully-qualified # 👑 E0.6 crown
+1F452 ; fully-qualified # 👒 E0.6 woman’s hat
+1F3A9 ; fully-qualified # 🎩 E0.6 top hat
+1F393 ; fully-qualified # 🎓 E0.6 graduation cap
+1F9E2 ; fully-qualified # 🧢 E5.0 billed cap
+1FA96 ; fully-qualified # 🪖 E13.0 military helmet
+26D1 FE0F ; fully-qualified # ⛑️ E0.7 rescue worker’s helmet
+26D1 ; unqualified # ⛑ E0.7 rescue worker’s helmet
+1F4FF ; fully-qualified # 📿 E1.0 prayer beads
+1F484 ; fully-qualified # 💄 E0.6 lipstick
+1F48D ; fully-qualified # 💍 E0.6 ring
+1F48E ; fully-qualified # 💎 E0.6 gem stone
+
+# subgroup: sound
+1F507 ; fully-qualified # 🔇 E1.0 muted speaker
+1F508 ; fully-qualified # 🔈 E0.7 speaker low volume
+1F509 ; fully-qualified # 🔉 E1.0 speaker medium volume
+1F50A ; fully-qualified # 🔊 E0.6 speaker high volume
+1F4E2 ; fully-qualified # 📢 E0.6 loudspeaker
+1F4E3 ; fully-qualified # 📣 E0.6 megaphone
+1F4EF ; fully-qualified # 📯 E1.0 postal horn
+1F514 ; fully-qualified # 🔔 E0.6 bell
+1F515 ; fully-qualified # 🔕 E1.0 bell with slash
+
+# subgroup: music
+1F3BC ; fully-qualified # 🎼 E0.6 musical score
+1F3B5 ; fully-qualified # 🎵 E0.6 musical note
+1F3B6 ; fully-qualified # 🎶 E0.6 musical notes
+1F399 FE0F ; fully-qualified # 🎙️ E0.7 studio microphone
+1F399 ; unqualified # 🎙 E0.7 studio microphone
+1F39A FE0F ; fully-qualified # 🎚️ E0.7 level slider
+1F39A ; unqualified # 🎚 E0.7 level slider
+1F39B FE0F ; fully-qualified # 🎛️ E0.7 control knobs
+1F39B ; unqualified # 🎛 E0.7 control knobs
+1F3A4 ; fully-qualified # 🎤 E0.6 microphone
+1F3A7 ; fully-qualified # 🎧 E0.6 headphone
+1F4FB ; fully-qualified # 📻 E0.6 radio
+
+# subgroup: musical-instrument
+1F3B7 ; fully-qualified # 🎷 E0.6 saxophone
+1F3BA ; fully-qualified # 🎺 E0.6 trumpet
+1FA8A ; fully-qualified # E17.0 trombone
+1FA97 ; fully-qualified # 🪗 E13.0 accordion
+1F3B8 ; fully-qualified # 🎸 E0.6 guitar
+1F3B9 ; fully-qualified # 🎹 E0.6 musical keyboard
+1F3BB ; fully-qualified # 🎻 E0.6 violin
+1FA95 ; fully-qualified # 🪕 E12.0 banjo
+1F941 ; fully-qualified # 🥁 E3.0 drum
+1FA98 ; fully-qualified # 🪘 E13.0 long drum
+1FA87 ; fully-qualified # 🪇 E15.0 maracas
+1FA88 ; fully-qualified # 🪈 E15.0 flute
+1FA89 ; fully-qualified # E16.0 harp
+
+# subgroup: phone
+1F4F1 ; fully-qualified # 📱 E0.6 mobile phone
+1F4F2 ; fully-qualified # 📲 E0.6 mobile phone with arrow
+260E FE0F ; fully-qualified # ☎️ E0.6 telephone
+260E ; unqualified # ☎ E0.6 telephone
+1F4DE ; fully-qualified # 📞 E0.6 telephone receiver
+1F4DF ; fully-qualified # 📟 E0.6 pager
+1F4E0 ; fully-qualified # 📠 E0.6 fax machine
+
+# subgroup: computer
+1F50B ; fully-qualified # 🔋 E0.6 battery
+1FAAB ; fully-qualified # 🪫 E14.0 low battery
+1F50C ; fully-qualified # 🔌 E0.6 electric plug
+1F4BB ; fully-qualified # 💻 E0.6 laptop
+1F5A5 FE0F ; fully-qualified # 🖥️ E0.7 desktop computer
+1F5A5 ; unqualified # 🖥 E0.7 desktop computer
+1F5A8 FE0F ; fully-qualified # 🖨️ E0.7 printer
+1F5A8 ; unqualified # 🖨 E0.7 printer
+2328 FE0F ; fully-qualified # ⌨️ E1.0 keyboard
+2328 ; unqualified # ⌨ E1.0 keyboard
+1F5B1 FE0F ; fully-qualified # 🖱️ E0.7 computer mouse
+1F5B1 ; unqualified # 🖱 E0.7 computer mouse
+1F5B2 FE0F ; fully-qualified # 🖲️ E0.7 trackball
+1F5B2 ; unqualified # 🖲 E0.7 trackball
+1F4BD ; fully-qualified # 💽 E0.6 computer disk
+1F4BE ; fully-qualified # 💾 E0.6 floppy disk
+1F4BF ; fully-qualified # 💿 E0.6 optical disk
+1F4C0 ; fully-qualified # 📀 E0.6 dvd
+1F9EE ; fully-qualified # 🧮 E11.0 abacus
+
+# subgroup: light & video
+1F3A5 ; fully-qualified # 🎥 E0.6 movie camera
+1F39E FE0F ; fully-qualified # 🎞️ E0.7 film frames
+1F39E ; unqualified # 🎞 E0.7 film frames
+1F4FD FE0F ; fully-qualified # 📽️ E0.7 film projector
+1F4FD ; unqualified # 📽 E0.7 film projector
+1F3AC ; fully-qualified # 🎬 E0.6 clapper board
+1F4FA ; fully-qualified # 📺 E0.6 television
+1F4F7 ; fully-qualified # 📷 E0.6 camera
+1F4F8 ; fully-qualified # 📸 E1.0 camera with flash
+1F4F9 ; fully-qualified # 📹 E0.6 video camera
+1F4FC ; fully-qualified # 📼 E0.6 videocassette
+1F50D ; fully-qualified # 🔍 E0.6 magnifying glass tilted left
+1F50E ; fully-qualified # 🔎 E0.6 magnifying glass tilted right
+1F56F FE0F ; fully-qualified # 🕯️ E0.7 candle
+1F56F ; unqualified # 🕯 E0.7 candle
+1F4A1 ; fully-qualified # 💡 E0.6 light bulb
+1F526 ; fully-qualified # 🔦 E0.6 flashlight
+1F3EE ; fully-qualified # 🏮 E0.6 red paper lantern
+1FA94 ; fully-qualified # 🪔 E12.0 diya lamp
+
+# subgroup: book-paper
+1F4D4 ; fully-qualified # 📔 E0.6 notebook with decorative cover
+1F4D5 ; fully-qualified # 📕 E0.6 closed book
+1F4D6 ; fully-qualified # 📖 E0.6 open book
+1F4D7 ; fully-qualified # 📗 E0.6 green book
+1F4D8 ; fully-qualified # 📘 E0.6 blue book
+1F4D9 ; fully-qualified # 📙 E0.6 orange book
+1F4DA ; fully-qualified # 📚 E0.6 books
+1F4D3 ; fully-qualified # 📓 E0.6 notebook
+1F4D2 ; fully-qualified # 📒 E0.6 ledger
+1F4C3 ; fully-qualified # 📃 E0.6 page with curl
+1F4DC ; fully-qualified # 📜 E0.6 scroll
+1F4C4 ; fully-qualified # 📄 E0.6 page facing up
+1F4F0 ; fully-qualified # 📰 E0.6 newspaper
+1F5DE FE0F ; fully-qualified # 🗞️ E0.7 rolled-up newspaper
+1F5DE ; unqualified # 🗞 E0.7 rolled-up newspaper
+1F4D1 ; fully-qualified # 📑 E0.6 bookmark tabs
+1F516 ; fully-qualified # 🔖 E0.6 bookmark
+1F3F7 FE0F ; fully-qualified # 🏷️ E0.7 label
+1F3F7 ; unqualified # 🏷 E0.7 label
+
+# subgroup: money
+1FA99 ; fully-qualified # 🪙 E13.0 coin
+1F4B0 ; fully-qualified # 💰 E0.6 money bag
+1FA8E ; fully-qualified # E17.0 treasure chest
+1F4B4 ; fully-qualified # 💴 E0.6 yen banknote
+1F4B5 ; fully-qualified # 💵 E0.6 dollar banknote
+1F4B6 ; fully-qualified # 💶 E1.0 euro banknote
+1F4B7 ; fully-qualified # 💷 E1.0 pound banknote
+1F4B8 ; fully-qualified # 💸 E0.6 money with wings
+1F4B3 ; fully-qualified # 💳 E0.6 credit card
+1F9FE ; fully-qualified # 🧾 E11.0 receipt
+1F4B9 ; fully-qualified # 💹 E0.6 chart increasing with yen
+
+# subgroup: mail
+2709 FE0F ; fully-qualified # ✉️ E0.6 envelope
+2709 ; unqualified # ✉ E0.6 envelope
+1F4E7 ; fully-qualified # 📧 E0.6 e-mail
+1F4E8 ; fully-qualified # 📨 E0.6 incoming envelope
+1F4E9 ; fully-qualified # 📩 E0.6 envelope with arrow
+1F4E4 ; fully-qualified # 📤 E0.6 outbox tray
+1F4E5 ; fully-qualified # 📥 E0.6 inbox tray
+1F4E6 ; fully-qualified # 📦 E0.6 package
+1F4EB ; fully-qualified # 📫 E0.6 closed mailbox with raised flag
+1F4EA ; fully-qualified # 📪 E0.6 closed mailbox with lowered flag
+1F4EC ; fully-qualified # 📬 E0.7 open mailbox with raised flag
+1F4ED ; fully-qualified # 📭 E0.7 open mailbox with lowered flag
+1F4EE ; fully-qualified # 📮 E0.6 postbox
+1F5F3 FE0F ; fully-qualified # 🗳️ E0.7 ballot box with ballot
+1F5F3 ; unqualified # 🗳 E0.7 ballot box with ballot
+
+# subgroup: writing
+270F FE0F ; fully-qualified # ✏️ E0.6 pencil
+270F ; unqualified # ✏ E0.6 pencil
+2712 FE0F ; fully-qualified # ✒️ E0.6 black nib
+2712 ; unqualified # ✒ E0.6 black nib
+1F58B FE0F ; fully-qualified # 🖋️ E0.7 fountain pen
+1F58B ; unqualified # 🖋 E0.7 fountain pen
+1F58A FE0F ; fully-qualified # 🖊️ E0.7 pen
+1F58A ; unqualified # 🖊 E0.7 pen
+1F58C FE0F ; fully-qualified # 🖌️ E0.7 paintbrush
+1F58C ; unqualified # 🖌 E0.7 paintbrush
+1F58D FE0F ; fully-qualified # 🖍️ E0.7 crayon
+1F58D ; unqualified # 🖍 E0.7 crayon
+1F4DD ; fully-qualified # 📝 E0.6 memo
+
+# subgroup: office
+1F4BC ; fully-qualified # 💼 E0.6 briefcase
+1F4C1 ; fully-qualified # 📁 E0.6 file folder
+1F4C2 ; fully-qualified # 📂 E0.6 open file folder
+1F5C2 FE0F ; fully-qualified # 🗂️ E0.7 card index dividers
+1F5C2 ; unqualified # 🗂 E0.7 card index dividers
+1F4C5 ; fully-qualified # 📅 E0.6 calendar
+1F4C6 ; fully-qualified # 📆 E0.6 tear-off calendar
+1F5D2 FE0F ; fully-qualified # 🗒️ E0.7 spiral notepad
+1F5D2 ; unqualified # 🗒 E0.7 spiral notepad
+1F5D3 FE0F ; fully-qualified # 🗓️ E0.7 spiral calendar
+1F5D3 ; unqualified # 🗓 E0.7 spiral calendar
+1F4C7 ; fully-qualified # 📇 E0.6 card index
+1F4C8 ; fully-qualified # 📈 E0.6 chart increasing
+1F4C9 ; fully-qualified # 📉 E0.6 chart decreasing
+1F4CA ; fully-qualified # 📊 E0.6 bar chart
+1F4CB ; fully-qualified # 📋 E0.6 clipboard
+1F4CC ; fully-qualified # 📌 E0.6 pushpin
+1F4CD ; fully-qualified # 📍 E0.6 round pushpin
+1F4CE ; fully-qualified # 📎 E0.6 paperclip
+1F587 FE0F ; fully-qualified # 🖇️ E0.7 linked paperclips
+1F587 ; unqualified # 🖇 E0.7 linked paperclips
+1F4CF ; fully-qualified # 📏 E0.6 straight ruler
+1F4D0 ; fully-qualified # 📐 E0.6 triangular ruler
+2702 FE0F ; fully-qualified # ✂️ E0.6 scissors
+2702 ; unqualified # ✂ E0.6 scissors
+1F5C3 FE0F ; fully-qualified # 🗃️ E0.7 card file box
+1F5C3 ; unqualified # 🗃 E0.7 card file box
+1F5C4 FE0F ; fully-qualified # 🗄️ E0.7 file cabinet
+1F5C4 ; unqualified # 🗄 E0.7 file cabinet
+1F5D1 FE0F ; fully-qualified # 🗑️ E0.7 wastebasket
+1F5D1 ; unqualified # 🗑 E0.7 wastebasket
+
+# subgroup: lock
+1F512 ; fully-qualified # 🔒 E0.6 locked
+1F513 ; fully-qualified # 🔓 E0.6 unlocked
+1F50F ; fully-qualified # 🔏 E0.6 locked with pen
+1F510 ; fully-qualified # 🔐 E0.6 locked with key
+1F511 ; fully-qualified # 🔑 E0.6 key
+1F5DD FE0F ; fully-qualified # 🗝️ E0.7 old key
+1F5DD ; unqualified # 🗝 E0.7 old key
+
+# subgroup: tool
+1F528 ; fully-qualified # 🔨 E0.6 hammer
+1FA93 ; fully-qualified # 🪓 E12.0 axe
+26CF FE0F ; fully-qualified # ⛏️ E0.7 pick
+26CF ; unqualified # ⛏ E0.7 pick
+2692 FE0F ; fully-qualified # ⚒️ E1.0 hammer and pick
+2692 ; unqualified # ⚒ E1.0 hammer and pick
+1F6E0 FE0F ; fully-qualified # 🛠️ E0.7 hammer and wrench
+1F6E0 ; unqualified # 🛠 E0.7 hammer and wrench
+1F5E1 FE0F ; fully-qualified # 🗡️ E0.7 dagger
+1F5E1 ; unqualified # 🗡 E0.7 dagger
+2694 FE0F ; fully-qualified # ⚔️ E1.0 crossed swords
+2694 ; unqualified # ⚔ E1.0 crossed swords
+1F4A3 ; fully-qualified # 💣 E0.6 bomb
+1FA83 ; fully-qualified # 🪃 E13.0 boomerang
+1F3F9 ; fully-qualified # 🏹 E1.0 bow and arrow
+1F6E1 FE0F ; fully-qualified # 🛡️ E0.7 shield
+1F6E1 ; unqualified # 🛡 E0.7 shield
+1FA9A ; fully-qualified # 🪚 E13.0 carpentry saw
+1F527 ; fully-qualified # 🔧 E0.6 wrench
+1FA9B ; fully-qualified # 🪛 E13.0 screwdriver
+1F529 ; fully-qualified # 🔩 E0.6 nut and bolt
+2699 FE0F ; fully-qualified # ⚙️ E1.0 gear
+2699 ; unqualified # ⚙ E1.0 gear
+1F5DC FE0F ; fully-qualified # 🗜️ E0.7 clamp
+1F5DC ; unqualified # 🗜 E0.7 clamp
+2696 FE0F ; fully-qualified # ⚖️ E1.0 balance scale
+2696 ; unqualified # ⚖ E1.0 balance scale
+1F9AF ; fully-qualified # 🦯 E12.0 white cane
+1F517 ; fully-qualified # 🔗 E0.6 link
+26D3 FE0F 200D 1F4A5 ; fully-qualified # ⛓️💥 E15.1 broken chain
+26D3 200D 1F4A5 ; unqualified # ⛓💥 E15.1 broken chain
+26D3 FE0F ; fully-qualified # ⛓️ E0.7 chains
+26D3 ; unqualified # ⛓ E0.7 chains
+1FA9D ; fully-qualified # 🪝 E13.0 hook
+1F9F0 ; fully-qualified # 🧰 E11.0 toolbox
+1F9F2 ; fully-qualified # 🧲 E11.0 magnet
+1FA9C ; fully-qualified # 🪜 E13.0 ladder
+1FA8F ; fully-qualified # E16.0 shovel
+
+# subgroup: science
+2697 FE0F ; fully-qualified # ⚗️ E1.0 alembic
+2697 ; unqualified # ⚗ E1.0 alembic
+1F9EA ; fully-qualified # 🧪 E11.0 test tube
+1F9EB ; fully-qualified # 🧫 E11.0 petri dish
+1F9EC ; fully-qualified # 🧬 E11.0 dna
+1F52C ; fully-qualified # 🔬 E1.0 microscope
+1F52D ; fully-qualified # 🔭 E1.0 telescope
+1F4E1 ; fully-qualified # 📡 E0.6 satellite antenna
+
+# subgroup: medical
+1F489 ; fully-qualified # 💉 E0.6 syringe
+1FA78 ; fully-qualified # 🩸 E12.0 drop of blood
+1F48A ; fully-qualified # 💊 E0.6 pill
+1FA79 ; fully-qualified # 🩹 E12.0 adhesive bandage
+1FA7C ; fully-qualified # 🩼 E14.0 crutch
+1FA7A ; fully-qualified # 🩺 E12.0 stethoscope
+1FA7B ; fully-qualified # 🩻 E14.0 x-ray
+
+# subgroup: household
+1F6AA ; fully-qualified # 🚪 E0.6 door
+1F6D7 ; fully-qualified # 🛗 E13.0 elevator
+1FA9E ; fully-qualified # 🪞 E13.0 mirror
+1FA9F ; fully-qualified # 🪟 E13.0 window
+1F6CF FE0F ; fully-qualified # 🛏️ E0.7 bed
+1F6CF ; unqualified # 🛏 E0.7 bed
+1F6CB FE0F ; fully-qualified # 🛋️ E0.7 couch and lamp
+1F6CB ; unqualified # 🛋 E0.7 couch and lamp
+1FA91 ; fully-qualified # 🪑 E12.0 chair
+1F6BD ; fully-qualified # 🚽 E0.6 toilet
+1FAA0 ; fully-qualified # 🪠 E13.0 plunger
+1F6BF ; fully-qualified # 🚿 E1.0 shower
+1F6C1 ; fully-qualified # 🛁 E1.0 bathtub
+1FAA4 ; fully-qualified # 🪤 E13.0 mouse trap
+1FA92 ; fully-qualified # 🪒 E12.0 razor
+1F9F4 ; fully-qualified # 🧴 E11.0 lotion bottle
+1F9F7 ; fully-qualified # 🧷 E11.0 safety pin
+1F9F9 ; fully-qualified # 🧹 E11.0 broom
+1F9FA ; fully-qualified # 🧺 E11.0 basket
+1F9FB ; fully-qualified # 🧻 E11.0 roll of paper
+1FAA3 ; fully-qualified # 🪣 E13.0 bucket
+1F9FC ; fully-qualified # 🧼 E11.0 soap
+1FAE7 ; fully-qualified # 🫧 E14.0 bubbles
+1FAA5 ; fully-qualified # 🪥 E13.0 toothbrush
+1F9FD ; fully-qualified # 🧽 E11.0 sponge
+1F9EF ; fully-qualified # 🧯 E11.0 fire extinguisher
+1F6D2 ; fully-qualified # 🛒 E3.0 shopping cart
+
+# subgroup: other-object
+1F6AC ; fully-qualified # 🚬 E0.6 cigarette
+26B0 FE0F ; fully-qualified # ⚰️ E1.0 coffin
+26B0 ; unqualified # ⚰ E1.0 coffin
+1FAA6 ; fully-qualified # 🪦 E13.0 headstone
+26B1 FE0F ; fully-qualified # ⚱️ E1.0 funeral urn
+26B1 ; unqualified # ⚱ E1.0 funeral urn
+1F9FF ; fully-qualified # 🧿 E11.0 nazar amulet
+1FAAC ; fully-qualified # 🪬 E14.0 hamsa
+1F5FF ; fully-qualified # 🗿 E0.6 moai
+1FAA7 ; fully-qualified # 🪧 E13.0 placard
+1FAAA ; fully-qualified # 🪪 E14.0 identification card
+
+# Objects subtotal: 316
+# Objects subtotal: 316 w/o modifiers
+
+# group: Symbols
+
+# subgroup: transport-sign
+1F3E7 ; fully-qualified # 🏧 E0.6 ATM sign
+1F6AE ; fully-qualified # 🚮 E1.0 litter in bin sign
+1F6B0 ; fully-qualified # 🚰 E1.0 potable water
+267F ; fully-qualified # ♿ E0.6 wheelchair symbol
+1F6B9 ; fully-qualified # 🚹 E0.6 men’s room
+1F6BA ; fully-qualified # 🚺 E0.6 women’s room
+1F6BB ; fully-qualified # 🚻 E0.6 restroom
+1F6BC ; fully-qualified # 🚼 E0.6 baby symbol
+1F6BE ; fully-qualified # 🚾 E0.6 water closet
+1F6C2 ; fully-qualified # 🛂 E1.0 passport control
+1F6C3 ; fully-qualified # 🛃 E1.0 customs
+1F6C4 ; fully-qualified # 🛄 E1.0 baggage claim
+1F6C5 ; fully-qualified # 🛅 E1.0 left luggage
+
+# subgroup: warning
+26A0 FE0F ; fully-qualified # ⚠️ E0.6 warning
+26A0 ; unqualified # ⚠ E0.6 warning
+1F6B8 ; fully-qualified # 🚸 E1.0 children crossing
+26D4 ; fully-qualified # ⛔ E0.6 no entry
+1F6AB ; fully-qualified # 🚫 E0.6 prohibited
+1F6B3 ; fully-qualified # 🚳 E1.0 no bicycles
+1F6AD ; fully-qualified # 🚭 E0.6 no smoking
+1F6AF ; fully-qualified # 🚯 E1.0 no littering
+1F6B1 ; fully-qualified # 🚱 E1.0 non-potable water
+1F6B7 ; fully-qualified # 🚷 E1.0 no pedestrians
+1F4F5 ; fully-qualified # 📵 E1.0 no mobile phones
+1F51E ; fully-qualified # 🔞 E0.6 no one under eighteen
+2622 FE0F ; fully-qualified # ☢️ E1.0 radioactive
+2622 ; unqualified # ☢ E1.0 radioactive
+2623 FE0F ; fully-qualified # ☣️ E1.0 biohazard
+2623 ; unqualified # ☣ E1.0 biohazard
+
+# subgroup: arrow
+2B06 FE0F ; fully-qualified # ⬆️ E0.6 up arrow
+2B06 ; unqualified # ⬆ E0.6 up arrow
+2197 FE0F ; fully-qualified # ↗️ E0.6 up-right arrow
+2197 ; unqualified # ↗ E0.6 up-right arrow
+27A1 FE0F ; fully-qualified # ➡️ E0.6 right arrow
+27A1 ; unqualified # ➡ E0.6 right arrow
+2198 FE0F ; fully-qualified # ↘️ E0.6 down-right arrow
+2198 ; unqualified # ↘ E0.6 down-right arrow
+2B07 FE0F ; fully-qualified # ⬇️ E0.6 down arrow
+2B07 ; unqualified # ⬇ E0.6 down arrow
+2199 FE0F ; fully-qualified # ↙️ E0.6 down-left arrow
+2199 ; unqualified # ↙ E0.6 down-left arrow
+2B05 FE0F ; fully-qualified # ⬅️ E0.6 left arrow
+2B05 ; unqualified # ⬅ E0.6 left arrow
+2196 FE0F ; fully-qualified # ↖️ E0.6 up-left arrow
+2196 ; unqualified # ↖ E0.6 up-left arrow
+2195 FE0F ; fully-qualified # ↕️ E0.6 up-down arrow
+2195 ; unqualified # ↕ E0.6 up-down arrow
+2194 FE0F ; fully-qualified # ↔️ E0.6 left-right arrow
+2194 ; unqualified # ↔ E0.6 left-right arrow
+21A9 FE0F ; fully-qualified # ↩️ E0.6 right arrow curving left
+21A9 ; unqualified # ↩ E0.6 right arrow curving left
+21AA FE0F ; fully-qualified # ↪️ E0.6 left arrow curving right
+21AA ; unqualified # ↪ E0.6 left arrow curving right
+2934 FE0F ; fully-qualified # ⤴️ E0.6 right arrow curving up
+2934 ; unqualified # ⤴ E0.6 right arrow curving up
+2935 FE0F ; fully-qualified # ⤵️ E0.6 right arrow curving down
+2935 ; unqualified # ⤵ E0.6 right arrow curving down
+1F503 ; fully-qualified # 🔃 E0.6 clockwise vertical arrows
+1F504 ; fully-qualified # 🔄 E1.0 counterclockwise arrows button
+1F519 ; fully-qualified # 🔙 E0.6 BACK arrow
+1F51A ; fully-qualified # 🔚 E0.6 END arrow
+1F51B ; fully-qualified # 🔛 E0.6 ON! arrow
+1F51C ; fully-qualified # 🔜 E0.6 SOON arrow
+1F51D ; fully-qualified # 🔝 E0.6 TOP arrow
+
+# subgroup: religion
+1F6D0 ; fully-qualified # 🛐 E1.0 place of worship
+269B FE0F ; fully-qualified # ⚛️ E1.0 atom symbol
+269B ; unqualified # ⚛ E1.0 atom symbol
+1F549 FE0F ; fully-qualified # 🕉️ E0.7 om
+1F549 ; unqualified # 🕉 E0.7 om
+2721 FE0F ; fully-qualified # ✡️ E0.7 star of David
+2721 ; unqualified # ✡ E0.7 star of David
+2638 FE0F ; fully-qualified # ☸️ E0.7 wheel of dharma
+2638 ; unqualified # ☸ E0.7 wheel of dharma
+262F FE0F ; fully-qualified # ☯️ E0.7 yin yang
+262F ; unqualified # ☯ E0.7 yin yang
+271D FE0F ; fully-qualified # ✝️ E0.7 latin cross
+271D ; unqualified # ✝ E0.7 latin cross
+2626 FE0F ; fully-qualified # ☦️ E1.0 orthodox cross
+2626 ; unqualified # ☦ E1.0 orthodox cross
+262A FE0F ; fully-qualified # ☪️ E0.7 star and crescent
+262A ; unqualified # ☪ E0.7 star and crescent
+262E FE0F ; fully-qualified # ☮️ E1.0 peace symbol
+262E ; unqualified # ☮ E1.0 peace symbol
+1F54E ; fully-qualified # 🕎 E1.0 menorah
+1F52F ; fully-qualified # 🔯 E0.6 dotted six-pointed star
+1FAAF ; fully-qualified # 🪯 E15.0 khanda
+
+# subgroup: zodiac
+2648 ; fully-qualified # ♈ E0.6 Aries
+2649 ; fully-qualified # ♉ E0.6 Taurus
+264A ; fully-qualified # ♊ E0.6 Gemini
+264B ; fully-qualified # ♋ E0.6 Cancer
+264C ; fully-qualified # ♌ E0.6 Leo
+264D ; fully-qualified # ♍ E0.6 Virgo
+264E ; fully-qualified # ♎ E0.6 Libra
+264F ; fully-qualified # ♏ E0.6 Scorpio
+2650 ; fully-qualified # ♐ E0.6 Sagittarius
+2651 ; fully-qualified # ♑ E0.6 Capricorn
+2652 ; fully-qualified # ♒ E0.6 Aquarius
+2653 ; fully-qualified # ♓ E0.6 Pisces
+26CE ; fully-qualified # ⛎ E0.6 Ophiuchus
+
+# subgroup: av-symbol
+1F500 ; fully-qualified # 🔀 E1.0 shuffle tracks button
+1F501 ; fully-qualified # 🔁 E1.0 repeat button
+1F502 ; fully-qualified # 🔂 E1.0 repeat single button
+25B6 FE0F ; fully-qualified # ▶️ E0.6 play button
+25B6 ; unqualified # ▶ E0.6 play button
+23E9 ; fully-qualified # ⏩ E0.6 fast-forward button
+23ED FE0F ; fully-qualified # ⏭️ E0.7 next track button
+23ED ; unqualified # ⏭ E0.7 next track button
+23EF FE0F ; fully-qualified # ⏯️ E1.0 play or pause button
+23EF ; unqualified # ⏯ E1.0 play or pause button
+25C0 FE0F ; fully-qualified # ◀️ E0.6 reverse button
+25C0 ; unqualified # ◀ E0.6 reverse button
+23EA ; fully-qualified # ⏪ E0.6 fast reverse button
+23EE FE0F ; fully-qualified # ⏮️ E0.7 last track button
+23EE ; unqualified # ⏮ E0.7 last track button
+1F53C ; fully-qualified # 🔼 E0.6 upwards button
+23EB ; fully-qualified # ⏫ E0.6 fast up button
+1F53D ; fully-qualified # 🔽 E0.6 downwards button
+23EC ; fully-qualified # ⏬ E0.6 fast down button
+23F8 FE0F ; fully-qualified # ⏸️ E0.7 pause button
+23F8 ; unqualified # ⏸ E0.7 pause button
+23F9 FE0F ; fully-qualified # ⏹️ E0.7 stop button
+23F9 ; unqualified # ⏹ E0.7 stop button
+23FA FE0F ; fully-qualified # ⏺️ E0.7 record button
+23FA ; unqualified # ⏺ E0.7 record button
+23CF FE0F ; fully-qualified # ⏏️ E1.0 eject button
+23CF ; unqualified # ⏏ E1.0 eject button
+1F3A6 ; fully-qualified # 🎦 E0.6 cinema
+1F505 ; fully-qualified # 🔅 E1.0 dim button
+1F506 ; fully-qualified # 🔆 E1.0 bright button
+1F4F6 ; fully-qualified # 📶 E0.6 antenna bars
+1F6DC ; fully-qualified # 🛜 E15.0 wireless
+1F4F3 ; fully-qualified # 📳 E0.6 vibration mode
+1F4F4 ; fully-qualified # 📴 E0.6 mobile phone off
+
+# subgroup: gender
+2640 FE0F ; fully-qualified # ♀️ E4.0 female sign
+2640 ; unqualified # ♀ E4.0 female sign
+2642 FE0F ; fully-qualified # ♂️ E4.0 male sign
+2642 ; unqualified # ♂ E4.0 male sign
+26A7 FE0F ; fully-qualified # ⚧️ E13.0 transgender symbol
+26A7 ; unqualified # ⚧ E13.0 transgender symbol
+
+# subgroup: math
+2716 FE0F ; fully-qualified # ✖️ E0.6 multiply
+2716 ; unqualified # ✖ E0.6 multiply
+2795 ; fully-qualified # ➕ E0.6 plus
+2796 ; fully-qualified # ➖ E0.6 minus
+2797 ; fully-qualified # ➗ E0.6 divide
+1F7F0 ; fully-qualified # 🟰 E14.0 heavy equals sign
+267E FE0F ; fully-qualified # ♾️ E11.0 infinity
+267E ; unqualified # ♾ E11.0 infinity
+
+# subgroup: punctuation
+203C FE0F ; fully-qualified # ‼️ E0.6 double exclamation mark
+203C ; unqualified # ‼ E0.6 double exclamation mark
+2049 FE0F ; fully-qualified # ⁉️ E0.6 exclamation question mark
+2049 ; unqualified # ⁉ E0.6 exclamation question mark
+2753 ; fully-qualified # ❓ E0.6 red question mark
+2754 ; fully-qualified # ❔ E0.6 white question mark
+2755 ; fully-qualified # ❕ E0.6 white exclamation mark
+2757 ; fully-qualified # ❗ E0.6 red exclamation mark
+3030 FE0F ; fully-qualified # 〰️ E0.6 wavy dash
+3030 ; unqualified # 〰 E0.6 wavy dash
+
+# subgroup: currency
+1F4B1 ; fully-qualified # 💱 E0.6 currency exchange
+1F4B2 ; fully-qualified # 💲 E0.6 heavy dollar sign
+
+# subgroup: other-symbol
+2695 FE0F ; fully-qualified # ⚕️ E4.0 medical symbol
+2695 ; unqualified # ⚕ E4.0 medical symbol
+267B FE0F ; fully-qualified # ♻️ E0.6 recycling symbol
+267B ; unqualified # ♻ E0.6 recycling symbol
+269C FE0F ; fully-qualified # ⚜️ E1.0 fleur-de-lis
+269C ; unqualified # ⚜ E1.0 fleur-de-lis
+1F531 ; fully-qualified # 🔱 E0.6 trident emblem
+1F4DB ; fully-qualified # 📛 E0.6 name badge
+1F530 ; fully-qualified # 🔰 E0.6 Japanese symbol for beginner
+2B55 ; fully-qualified # ⭕ E0.6 hollow red circle
+2705 ; fully-qualified # ✅ E0.6 check mark button
+2611 FE0F ; fully-qualified # ☑️ E0.6 check box with check
+2611 ; unqualified # ☑ E0.6 check box with check
+2714 FE0F ; fully-qualified # ✔️ E0.6 check mark
+2714 ; unqualified # ✔ E0.6 check mark
+274C ; fully-qualified # ❌ E0.6 cross mark
+274E ; fully-qualified # ❎ E0.6 cross mark button
+27B0 ; fully-qualified # ➰ E0.6 curly loop
+27BF ; fully-qualified # ➿ E1.0 double curly loop
+303D FE0F ; fully-qualified # 〽️ E0.6 part alternation mark
+303D ; unqualified # 〽 E0.6 part alternation mark
+2733 FE0F ; fully-qualified # ✳️ E0.6 eight-spoked asterisk
+2733 ; unqualified # ✳ E0.6 eight-spoked asterisk
+2734 FE0F ; fully-qualified # ✴️ E0.6 eight-pointed star
+2734 ; unqualified # ✴ E0.6 eight-pointed star
+2747 FE0F ; fully-qualified # ❇️ E0.6 sparkle
+2747 ; unqualified # ❇ E0.6 sparkle
+00A9 FE0F ; fully-qualified # ©️ E0.6 copyright
+00A9 ; unqualified # © E0.6 copyright
+00AE FE0F ; fully-qualified # ®️ E0.6 registered
+00AE ; unqualified # ® E0.6 registered
+2122 FE0F ; fully-qualified # ™️ E0.6 trade mark
+2122 ; unqualified # ™ E0.6 trade mark
+1FADF ; fully-qualified # E16.0 splatter
+
+# subgroup: keycap
+0023 FE0F 20E3 ; fully-qualified # #️⃣ E0.6 keycap: #
+0023 20E3 ; unqualified # #⃣ E0.6 keycap: #
+002A FE0F 20E3 ; fully-qualified # *️⃣ E2.0 keycap: *
+002A 20E3 ; unqualified # *⃣ E2.0 keycap: *
+0030 FE0F 20E3 ; fully-qualified # 0️⃣ E0.6 keycap: 0
+0030 20E3 ; unqualified # 0⃣ E0.6 keycap: 0
+0031 FE0F 20E3 ; fully-qualified # 1️⃣ E0.6 keycap: 1
+0031 20E3 ; unqualified # 1⃣ E0.6 keycap: 1
+0032 FE0F 20E3 ; fully-qualified # 2️⃣ E0.6 keycap: 2
+0032 20E3 ; unqualified # 2⃣ E0.6 keycap: 2
+0033 FE0F 20E3 ; fully-qualified # 3️⃣ E0.6 keycap: 3
+0033 20E3 ; unqualified # 3⃣ E0.6 keycap: 3
+0034 FE0F 20E3 ; fully-qualified # 4️⃣ E0.6 keycap: 4
+0034 20E3 ; unqualified # 4⃣ E0.6 keycap: 4
+0035 FE0F 20E3 ; fully-qualified # 5️⃣ E0.6 keycap: 5
+0035 20E3 ; unqualified # 5⃣ E0.6 keycap: 5
+0036 FE0F 20E3 ; fully-qualified # 6️⃣ E0.6 keycap: 6
+0036 20E3 ; unqualified # 6⃣ E0.6 keycap: 6
+0037 FE0F 20E3 ; fully-qualified # 7️⃣ E0.6 keycap: 7
+0037 20E3 ; unqualified # 7⃣ E0.6 keycap: 7
+0038 FE0F 20E3 ; fully-qualified # 8️⃣ E0.6 keycap: 8
+0038 20E3 ; unqualified # 8⃣ E0.6 keycap: 8
+0039 FE0F 20E3 ; fully-qualified # 9️⃣ E0.6 keycap: 9
+0039 20E3 ; unqualified # 9⃣ E0.6 keycap: 9
+1F51F ; fully-qualified # 🔟 E0.6 keycap: 10
+
+# subgroup: alphanum
+1F520 ; fully-qualified # 🔠 E0.6 input latin uppercase
+1F521 ; fully-qualified # 🔡 E0.6 input latin lowercase
+1F522 ; fully-qualified # 🔢 E0.6 input numbers
+1F523 ; fully-qualified # 🔣 E0.6 input symbols
+1F524 ; fully-qualified # 🔤 E0.6 input latin letters
+1F170 FE0F ; fully-qualified # 🅰️ E0.6 A button (blood type)
+1F170 ; unqualified # 🅰 E0.6 A button (blood type)
+1F18E ; fully-qualified # 🆎 E0.6 AB button (blood type)
+1F171 FE0F ; fully-qualified # 🅱️ E0.6 B button (blood type)
+1F171 ; unqualified # 🅱 E0.6 B button (blood type)
+1F191 ; fully-qualified # 🆑 E0.6 CL button
+1F192 ; fully-qualified # 🆒 E0.6 COOL button
+1F193 ; fully-qualified # 🆓 E0.6 FREE button
+2139 FE0F ; fully-qualified # ℹ️ E0.6 information
+2139 ; unqualified # ℹ E0.6 information
+1F194 ; fully-qualified # 🆔 E0.6 ID button
+24C2 FE0F ; fully-qualified # Ⓜ️ E0.6 circled M
+24C2 ; unqualified # Ⓜ E0.6 circled M
+1F195 ; fully-qualified # 🆕 E0.6 NEW button
+1F196 ; fully-qualified # 🆖 E0.6 NG button
+1F17E FE0F ; fully-qualified # 🅾️ E0.6 O button (blood type)
+1F17E ; unqualified # 🅾 E0.6 O button (blood type)
+1F197 ; fully-qualified # 🆗 E0.6 OK button
+1F17F FE0F ; fully-qualified # 🅿️ E0.6 P button
+1F17F ; unqualified # 🅿 E0.6 P button
+1F198 ; fully-qualified # 🆘 E0.6 SOS button
+1F199 ; fully-qualified # 🆙 E0.6 UP! button
+1F19A ; fully-qualified # 🆚 E0.6 VS button
+1F201 ; fully-qualified # 🈁 E0.6 Japanese “here” button
+1F202 FE0F ; fully-qualified # 🈂️ E0.6 Japanese “service charge” button
+1F202 ; unqualified # 🈂 E0.6 Japanese “service charge” button
+1F237 FE0F ; fully-qualified # 🈷️ E0.6 Japanese “monthly amount” button
+1F237 ; unqualified # 🈷 E0.6 Japanese “monthly amount” button
+1F236 ; fully-qualified # 🈶 E0.6 Japanese “not free of charge” button
+1F22F ; fully-qualified # 🈯 E0.6 Japanese “reserved” button
+1F250 ; fully-qualified # 🉐 E0.6 Japanese “bargain” button
+1F239 ; fully-qualified # 🈹 E0.6 Japanese “discount” button
+1F21A ; fully-qualified # 🈚 E0.6 Japanese “free of charge” button
+1F232 ; fully-qualified # 🈲 E0.6 Japanese “prohibited” button
+1F251 ; fully-qualified # 🉑 E0.6 Japanese “acceptable” button
+1F238 ; fully-qualified # 🈸 E0.6 Japanese “application” button
+1F234 ; fully-qualified # 🈴 E0.6 Japanese “passing grade” button
+1F233 ; fully-qualified # 🈳 E0.6 Japanese “vacancy” button
+3297 FE0F ; fully-qualified # ㊗️ E0.6 Japanese “congratulations” button
+3297 ; unqualified # ㊗ E0.6 Japanese “congratulations” button
+3299 FE0F ; fully-qualified # ㊙️ E0.6 Japanese “secret” button
+3299 ; unqualified # ㊙ E0.6 Japanese “secret” button
+1F23A ; fully-qualified # 🈺 E0.6 Japanese “open for business” button
+1F235 ; fully-qualified # 🈵 E0.6 Japanese “no vacancy” button
+
+# subgroup: geometric
+1F534 ; fully-qualified # 🔴 E0.6 red circle
+1F7E0 ; fully-qualified # 🟠 E12.0 orange circle
+1F7E1 ; fully-qualified # 🟡 E12.0 yellow circle
+1F7E2 ; fully-qualified # 🟢 E12.0 green circle
+1F535 ; fully-qualified # 🔵 E0.6 blue circle
+1F7E3 ; fully-qualified # 🟣 E12.0 purple circle
+1F7E4 ; fully-qualified # 🟤 E12.0 brown circle
+26AB ; fully-qualified # ⚫ E0.6 black circle
+26AA ; fully-qualified # ⚪ E0.6 white circle
+1F7E5 ; fully-qualified # 🟥 E12.0 red square
+1F7E7 ; fully-qualified # 🟧 E12.0 orange square
+1F7E8 ; fully-qualified # 🟨 E12.0 yellow square
+1F7E9 ; fully-qualified # 🟩 E12.0 green square
+1F7E6 ; fully-qualified # 🟦 E12.0 blue square
+1F7EA ; fully-qualified # 🟪 E12.0 purple square
+1F7EB ; fully-qualified # 🟫 E12.0 brown square
+2B1B ; fully-qualified # ⬛ E0.6 black large square
+2B1C ; fully-qualified # ⬜ E0.6 white large square
+25FC FE0F ; fully-qualified # ◼️ E0.6 black medium square
+25FC ; unqualified # ◼ E0.6 black medium square
+25FB FE0F ; fully-qualified # ◻️ E0.6 white medium square
+25FB ; unqualified # ◻ E0.6 white medium square
+25FE ; fully-qualified # ◾ E0.6 black medium-small square
+25FD ; fully-qualified # ◽ E0.6 white medium-small square
+25AA FE0F ; fully-qualified # ▪️ E0.6 black small square
+25AA ; unqualified # ▪ E0.6 black small square
+25AB FE0F ; fully-qualified # ▫️ E0.6 white small square
+25AB ; unqualified # ▫ E0.6 white small square
+1F536 ; fully-qualified # 🔶 E0.6 large orange diamond
+1F537 ; fully-qualified # 🔷 E0.6 large blue diamond
+1F538 ; fully-qualified # 🔸 E0.6 small orange diamond
+1F539 ; fully-qualified # 🔹 E0.6 small blue diamond
+1F53A ; fully-qualified # 🔺 E0.6 red triangle pointed up
+1F53B ; fully-qualified # 🔻 E0.6 red triangle pointed down
+1F4A0 ; fully-qualified # 💠 E0.6 diamond with a dot
+1F518 ; fully-qualified # 🔘 E0.6 radio button
+1F533 ; fully-qualified # 🔳 E0.6 white square button
+1F532 ; fully-qualified # 🔲 E0.6 black square button
+
+# Symbols subtotal: 305
+# Symbols subtotal: 305 w/o modifiers
+
+# group: Flags
+
+# subgroup: flag
+1F3C1 ; fully-qualified # 🏁 E0.6 chequered flag
+1F6A9 ; fully-qualified # 🚩 E0.6 triangular flag
+1F38C ; fully-qualified # 🎌 E0.6 crossed flags
+1F3F4 ; fully-qualified # 🏴 E1.0 black flag
+1F3F3 FE0F ; fully-qualified # 🏳️ E0.7 white flag
+1F3F3 ; unqualified # 🏳 E0.7 white flag
+1F3F3 FE0F 200D 1F308 ; fully-qualified # 🏳️🌈 E4.0 rainbow flag
+1F3F3 200D 1F308 ; unqualified # 🏳🌈 E4.0 rainbow flag
+1F3F3 FE0F 200D 26A7 FE0F ; fully-qualified # 🏳️⚧️ E13.0 transgender flag
+1F3F3 200D 26A7 FE0F ; unqualified # 🏳⚧️ E13.0 transgender flag
+1F3F3 FE0F 200D 26A7 ; minimally-qualified # 🏳️⚧ E13.0 transgender flag
+1F3F3 200D 26A7 ; unqualified # 🏳⚧ E13.0 transgender flag
+1F3F4 200D 2620 FE0F ; fully-qualified # 🏴☠️ E11.0 pirate flag
+1F3F4 200D 2620 ; minimally-qualified # 🏴☠ E11.0 pirate flag
+
+# subgroup: country-flag
+1F1E6 1F1E8 ; fully-qualified # 🇦🇨 E2.0 flag: Ascension Island
+1F1E6 1F1E9 ; fully-qualified # 🇦🇩 E2.0 flag: Andorra
+1F1E6 1F1EA ; fully-qualified # 🇦🇪 E2.0 flag: United Arab Emirates
+1F1E6 1F1EB ; fully-qualified # 🇦🇫 E2.0 flag: Afghanistan
+1F1E6 1F1EC ; fully-qualified # 🇦🇬 E2.0 flag: Antigua & Barbuda
+1F1E6 1F1EE ; fully-qualified # 🇦🇮 E2.0 flag: Anguilla
+1F1E6 1F1F1 ; fully-qualified # 🇦🇱 E2.0 flag: Albania
+1F1E6 1F1F2 ; fully-qualified # 🇦🇲 E2.0 flag: Armenia
+1F1E6 1F1F4 ; fully-qualified # 🇦🇴 E2.0 flag: Angola
+1F1E6 1F1F6 ; fully-qualified # 🇦🇶 E2.0 flag: Antarctica
+1F1E6 1F1F7 ; fully-qualified # 🇦🇷 E2.0 flag: Argentina
+1F1E6 1F1F8 ; fully-qualified # 🇦🇸 E2.0 flag: American Samoa
+1F1E6 1F1F9 ; fully-qualified # 🇦🇹 E2.0 flag: Austria
+1F1E6 1F1FA ; fully-qualified # 🇦🇺 E2.0 flag: Australia
+1F1E6 1F1FC ; fully-qualified # 🇦🇼 E2.0 flag: Aruba
+1F1E6 1F1FD ; fully-qualified # 🇦🇽 E2.0 flag: Åland Islands
+1F1E6 1F1FF ; fully-qualified # 🇦🇿 E2.0 flag: Azerbaijan
+1F1E7 1F1E6 ; fully-qualified # 🇧🇦 E2.0 flag: Bosnia & Herzegovina
+1F1E7 1F1E7 ; fully-qualified # 🇧🇧 E2.0 flag: Barbados
+1F1E7 1F1E9 ; fully-qualified # 🇧🇩 E2.0 flag: Bangladesh
+1F1E7 1F1EA ; fully-qualified # 🇧🇪 E2.0 flag: Belgium
+1F1E7 1F1EB ; fully-qualified # 🇧🇫 E2.0 flag: Burkina Faso
+1F1E7 1F1EC ; fully-qualified # 🇧🇬 E2.0 flag: Bulgaria
+1F1E7 1F1ED ; fully-qualified # 🇧🇭 E2.0 flag: Bahrain
+1F1E7 1F1EE ; fully-qualified # 🇧🇮 E2.0 flag: Burundi
+1F1E7 1F1EF ; fully-qualified # 🇧🇯 E2.0 flag: Benin
+1F1E7 1F1F1 ; fully-qualified # 🇧🇱 E2.0 flag: St. Barthélemy
+1F1E7 1F1F2 ; fully-qualified # 🇧🇲 E2.0 flag: Bermuda
+1F1E7 1F1F3 ; fully-qualified # 🇧🇳 E2.0 flag: Brunei
+1F1E7 1F1F4 ; fully-qualified # 🇧🇴 E2.0 flag: Bolivia
+1F1E7 1F1F6 ; fully-qualified # 🇧🇶 E2.0 flag: Caribbean Netherlands
+1F1E7 1F1F7 ; fully-qualified # 🇧🇷 E2.0 flag: Brazil
+1F1E7 1F1F8 ; fully-qualified # 🇧🇸 E2.0 flag: Bahamas
+1F1E7 1F1F9 ; fully-qualified # 🇧🇹 E2.0 flag: Bhutan
+1F1E7 1F1FB ; fully-qualified # 🇧🇻 E2.0 flag: Bouvet Island
+1F1E7 1F1FC ; fully-qualified # 🇧🇼 E2.0 flag: Botswana
+1F1E7 1F1FE ; fully-qualified # 🇧🇾 E2.0 flag: Belarus
+1F1E7 1F1FF ; fully-qualified # 🇧🇿 E2.0 flag: Belize
+1F1E8 1F1E6 ; fully-qualified # 🇨🇦 E2.0 flag: Canada
+1F1E8 1F1E8 ; fully-qualified # 🇨🇨 E2.0 flag: Cocos (Keeling) Islands
+1F1E8 1F1E9 ; fully-qualified # 🇨🇩 E2.0 flag: Congo - Kinshasa
+1F1E8 1F1EB ; fully-qualified # 🇨🇫 E2.0 flag: Central African Republic
+1F1E8 1F1EC ; fully-qualified # 🇨🇬 E2.0 flag: Congo - Brazzaville
+1F1E8 1F1ED ; fully-qualified # 🇨🇭 E2.0 flag: Switzerland
+1F1E8 1F1EE ; fully-qualified # 🇨🇮 E2.0 flag: Côte d’Ivoire
+1F1E8 1F1F0 ; fully-qualified # 🇨🇰 E2.0 flag: Cook Islands
+1F1E8 1F1F1 ; fully-qualified # 🇨🇱 E2.0 flag: Chile
+1F1E8 1F1F2 ; fully-qualified # 🇨🇲 E2.0 flag: Cameroon
+1F1E8 1F1F3 ; fully-qualified # 🇨🇳 E0.6 flag: China
+1F1E8 1F1F4 ; fully-qualified # 🇨🇴 E2.0 flag: Colombia
+1F1E8 1F1F5 ; fully-qualified # 🇨🇵 E2.0 flag: Clipperton Island
+1F1E8 1F1F6 ; fully-qualified # 🇨🇶 E16.0 flag: Sark
+1F1E8 1F1F7 ; fully-qualified # 🇨🇷 E2.0 flag: Costa Rica
+1F1E8 1F1FA ; fully-qualified # 🇨🇺 E2.0 flag: Cuba
+1F1E8 1F1FB ; fully-qualified # 🇨🇻 E2.0 flag: Cape Verde
+1F1E8 1F1FC ; fully-qualified # 🇨🇼 E2.0 flag: Curaçao
+1F1E8 1F1FD ; fully-qualified # 🇨🇽 E2.0 flag: Christmas Island
+1F1E8 1F1FE ; fully-qualified # 🇨🇾 E2.0 flag: Cyprus
+1F1E8 1F1FF ; fully-qualified # 🇨🇿 E2.0 flag: Czechia
+1F1E9 1F1EA ; fully-qualified # 🇩🇪 E0.6 flag: Germany
+1F1E9 1F1EC ; fully-qualified # 🇩🇬 E2.0 flag: Diego Garcia
+1F1E9 1F1EF ; fully-qualified # 🇩🇯 E2.0 flag: Djibouti
+1F1E9 1F1F0 ; fully-qualified # 🇩🇰 E2.0 flag: Denmark
+1F1E9 1F1F2 ; fully-qualified # 🇩🇲 E2.0 flag: Dominica
+1F1E9 1F1F4 ; fully-qualified # 🇩🇴 E2.0 flag: Dominican Republic
+1F1E9 1F1FF ; fully-qualified # 🇩🇿 E2.0 flag: Algeria
+1F1EA 1F1E6 ; fully-qualified # 🇪🇦 E2.0 flag: Ceuta & Melilla
+1F1EA 1F1E8 ; fully-qualified # 🇪🇨 E2.0 flag: Ecuador
+1F1EA 1F1EA ; fully-qualified # 🇪🇪 E2.0 flag: Estonia
+1F1EA 1F1EC ; fully-qualified # 🇪🇬 E2.0 flag: Egypt
+1F1EA 1F1ED ; fully-qualified # 🇪🇭 E2.0 flag: Western Sahara
+1F1EA 1F1F7 ; fully-qualified # 🇪🇷 E2.0 flag: Eritrea
+1F1EA 1F1F8 ; fully-qualified # 🇪🇸 E0.6 flag: Spain
+1F1EA 1F1F9 ; fully-qualified # 🇪🇹 E2.0 flag: Ethiopia
+1F1EA 1F1FA ; fully-qualified # 🇪🇺 E2.0 flag: European Union
+1F1EB 1F1EE ; fully-qualified # 🇫🇮 E2.0 flag: Finland
+1F1EB 1F1EF ; fully-qualified # 🇫🇯 E2.0 flag: Fiji
+1F1EB 1F1F0 ; fully-qualified # 🇫🇰 E2.0 flag: Falkland Islands
+1F1EB 1F1F2 ; fully-qualified # 🇫🇲 E2.0 flag: Micronesia
+1F1EB 1F1F4 ; fully-qualified # 🇫🇴 E2.0 flag: Faroe Islands
+1F1EB 1F1F7 ; fully-qualified # 🇫🇷 E0.6 flag: France
+1F1EC 1F1E6 ; fully-qualified # 🇬🇦 E2.0 flag: Gabon
+1F1EC 1F1E7 ; fully-qualified # 🇬🇧 E0.6 flag: United Kingdom
+1F1EC 1F1E9 ; fully-qualified # 🇬🇩 E2.0 flag: Grenada
+1F1EC 1F1EA ; fully-qualified # 🇬🇪 E2.0 flag: Georgia
+1F1EC 1F1EB ; fully-qualified # 🇬🇫 E2.0 flag: French Guiana
+1F1EC 1F1EC ; fully-qualified # 🇬🇬 E2.0 flag: Guernsey
+1F1EC 1F1ED ; fully-qualified # 🇬🇭 E2.0 flag: Ghana
+1F1EC 1F1EE ; fully-qualified # 🇬🇮 E2.0 flag: Gibraltar
+1F1EC 1F1F1 ; fully-qualified # 🇬🇱 E2.0 flag: Greenland
+1F1EC 1F1F2 ; fully-qualified # 🇬🇲 E2.0 flag: Gambia
+1F1EC 1F1F3 ; fully-qualified # 🇬🇳 E2.0 flag: Guinea
+1F1EC 1F1F5 ; fully-qualified # 🇬🇵 E2.0 flag: Guadeloupe
+1F1EC 1F1F6 ; fully-qualified # 🇬🇶 E2.0 flag: Equatorial Guinea
+1F1EC 1F1F7 ; fully-qualified # 🇬🇷 E2.0 flag: Greece
+1F1EC 1F1F8 ; fully-qualified # 🇬🇸 E2.0 flag: South Georgia & South Sandwich Islands
+1F1EC 1F1F9 ; fully-qualified # 🇬🇹 E2.0 flag: Guatemala
+1F1EC 1F1FA ; fully-qualified # 🇬🇺 E2.0 flag: Guam
+1F1EC 1F1FC ; fully-qualified # 🇬🇼 E2.0 flag: Guinea-Bissau
+1F1EC 1F1FE ; fully-qualified # 🇬🇾 E2.0 flag: Guyana
+1F1ED 1F1F0 ; fully-qualified # 🇭🇰 E2.0 flag: Hong Kong SAR China
+1F1ED 1F1F2 ; fully-qualified # 🇭🇲 E2.0 flag: Heard & McDonald Islands
+1F1ED 1F1F3 ; fully-qualified # 🇭🇳 E2.0 flag: Honduras
+1F1ED 1F1F7 ; fully-qualified # 🇭🇷 E2.0 flag: Croatia
+1F1ED 1F1F9 ; fully-qualified # 🇭🇹 E2.0 flag: Haiti
+1F1ED 1F1FA ; fully-qualified # 🇭🇺 E2.0 flag: Hungary
+1F1EE 1F1E8 ; fully-qualified # 🇮🇨 E2.0 flag: Canary Islands
+1F1EE 1F1E9 ; fully-qualified # 🇮🇩 E2.0 flag: Indonesia
+1F1EE 1F1EA ; fully-qualified # 🇮🇪 E2.0 flag: Ireland
+1F1EE 1F1F1 ; fully-qualified # 🇮🇱 E2.0 flag: Israel
+1F1EE 1F1F2 ; fully-qualified # 🇮🇲 E2.0 flag: Isle of Man
+1F1EE 1F1F3 ; fully-qualified # 🇮🇳 E2.0 flag: India
+1F1EE 1F1F4 ; fully-qualified # 🇮🇴 E2.0 flag: British Indian Ocean Territory
+1F1EE 1F1F6 ; fully-qualified # 🇮🇶 E2.0 flag: Iraq
+1F1EE 1F1F7 ; fully-qualified # 🇮🇷 E2.0 flag: Iran
+1F1EE 1F1F8 ; fully-qualified # 🇮🇸 E2.0 flag: Iceland
+1F1EE 1F1F9 ; fully-qualified # 🇮🇹 E0.6 flag: Italy
+1F1EF 1F1EA ; fully-qualified # 🇯🇪 E2.0 flag: Jersey
+1F1EF 1F1F2 ; fully-qualified # 🇯🇲 E2.0 flag: Jamaica
+1F1EF 1F1F4 ; fully-qualified # 🇯🇴 E2.0 flag: Jordan
+1F1EF 1F1F5 ; fully-qualified # 🇯🇵 E0.6 flag: Japan
+1F1F0 1F1EA ; fully-qualified # 🇰🇪 E2.0 flag: Kenya
+1F1F0 1F1EC ; fully-qualified # 🇰🇬 E2.0 flag: Kyrgyzstan
+1F1F0 1F1ED ; fully-qualified # 🇰🇭 E2.0 flag: Cambodia
+1F1F0 1F1EE ; fully-qualified # 🇰🇮 E2.0 flag: Kiribati
+1F1F0 1F1F2 ; fully-qualified # 🇰🇲 E2.0 flag: Comoros
+1F1F0 1F1F3 ; fully-qualified # 🇰🇳 E2.0 flag: St. Kitts & Nevis
+1F1F0 1F1F5 ; fully-qualified # 🇰🇵 E2.0 flag: North Korea
+1F1F0 1F1F7 ; fully-qualified # 🇰🇷 E0.6 flag: South Korea
+1F1F0 1F1FC ; fully-qualified # 🇰🇼 E2.0 flag: Kuwait
+1F1F0 1F1FE ; fully-qualified # 🇰🇾 E2.0 flag: Cayman Islands
+1F1F0 1F1FF ; fully-qualified # 🇰🇿 E2.0 flag: Kazakhstan
+1F1F1 1F1E6 ; fully-qualified # 🇱🇦 E2.0 flag: Laos
+1F1F1 1F1E7 ; fully-qualified # 🇱🇧 E2.0 flag: Lebanon
+1F1F1 1F1E8 ; fully-qualified # 🇱🇨 E2.0 flag: St. Lucia
+1F1F1 1F1EE ; fully-qualified # 🇱🇮 E2.0 flag: Liechtenstein
+1F1F1 1F1F0 ; fully-qualified # 🇱🇰 E2.0 flag: Sri Lanka
+1F1F1 1F1F7 ; fully-qualified # 🇱🇷 E2.0 flag: Liberia
+1F1F1 1F1F8 ; fully-qualified # 🇱🇸 E2.0 flag: Lesotho
+1F1F1 1F1F9 ; fully-qualified # 🇱🇹 E2.0 flag: Lithuania
+1F1F1 1F1FA ; fully-qualified # 🇱🇺 E2.0 flag: Luxembourg
+1F1F1 1F1FB ; fully-qualified # 🇱🇻 E2.0 flag: Latvia
+1F1F1 1F1FE ; fully-qualified # 🇱🇾 E2.0 flag: Libya
+1F1F2 1F1E6 ; fully-qualified # 🇲🇦 E2.0 flag: Morocco
+1F1F2 1F1E8 ; fully-qualified # 🇲🇨 E2.0 flag: Monaco
+1F1F2 1F1E9 ; fully-qualified # 🇲🇩 E2.0 flag: Moldova
+1F1F2 1F1EA ; fully-qualified # 🇲🇪 E2.0 flag: Montenegro
+1F1F2 1F1EB ; fully-qualified # 🇲🇫 E2.0 flag: St. Martin
+1F1F2 1F1EC ; fully-qualified # 🇲🇬 E2.0 flag: Madagascar
+1F1F2 1F1ED ; fully-qualified # 🇲🇭 E2.0 flag: Marshall Islands
+1F1F2 1F1F0 ; fully-qualified # 🇲🇰 E2.0 flag: North Macedonia
+1F1F2 1F1F1 ; fully-qualified # 🇲🇱 E2.0 flag: Mali
+1F1F2 1F1F2 ; fully-qualified # 🇲🇲 E2.0 flag: Myanmar (Burma)
+1F1F2 1F1F3 ; fully-qualified # 🇲🇳 E2.0 flag: Mongolia
+1F1F2 1F1F4 ; fully-qualified # 🇲🇴 E2.0 flag: Macao SAR China
+1F1F2 1F1F5 ; fully-qualified # 🇲🇵 E2.0 flag: Northern Mariana Islands
+1F1F2 1F1F6 ; fully-qualified # 🇲🇶 E2.0 flag: Martinique
+1F1F2 1F1F7 ; fully-qualified # 🇲🇷 E2.0 flag: Mauritania
+1F1F2 1F1F8 ; fully-qualified # 🇲🇸 E2.0 flag: Montserrat
+1F1F2 1F1F9 ; fully-qualified # 🇲🇹 E2.0 flag: Malta
+1F1F2 1F1FA ; fully-qualified # 🇲🇺 E2.0 flag: Mauritius
+1F1F2 1F1FB ; fully-qualified # 🇲🇻 E2.0 flag: Maldives
+1F1F2 1F1FC ; fully-qualified # 🇲🇼 E2.0 flag: Malawi
+1F1F2 1F1FD ; fully-qualified # 🇲🇽 E2.0 flag: Mexico
+1F1F2 1F1FE ; fully-qualified # 🇲🇾 E2.0 flag: Malaysia
+1F1F2 1F1FF ; fully-qualified # 🇲🇿 E2.0 flag: Mozambique
+1F1F3 1F1E6 ; fully-qualified # 🇳🇦 E2.0 flag: Namibia
+1F1F3 1F1E8 ; fully-qualified # 🇳🇨 E2.0 flag: New Caledonia
+1F1F3 1F1EA ; fully-qualified # 🇳🇪 E2.0 flag: Niger
+1F1F3 1F1EB ; fully-qualified # 🇳🇫 E2.0 flag: Norfolk Island
+1F1F3 1F1EC ; fully-qualified # 🇳🇬 E2.0 flag: Nigeria
+1F1F3 1F1EE ; fully-qualified # 🇳🇮 E2.0 flag: Nicaragua
+1F1F3 1F1F1 ; fully-qualified # 🇳🇱 E2.0 flag: Netherlands
+1F1F3 1F1F4 ; fully-qualified # 🇳🇴 E2.0 flag: Norway
+1F1F3 1F1F5 ; fully-qualified # 🇳🇵 E2.0 flag: Nepal
+1F1F3 1F1F7 ; fully-qualified # 🇳🇷 E2.0 flag: Nauru
+1F1F3 1F1FA ; fully-qualified # 🇳🇺 E2.0 flag: Niue
+1F1F3 1F1FF ; fully-qualified # 🇳🇿 E2.0 flag: New Zealand
+1F1F4 1F1F2 ; fully-qualified # 🇴🇲 E2.0 flag: Oman
+1F1F5 1F1E6 ; fully-qualified # 🇵🇦 E2.0 flag: Panama
+1F1F5 1F1EA ; fully-qualified # 🇵🇪 E2.0 flag: Peru
+1F1F5 1F1EB ; fully-qualified # 🇵🇫 E2.0 flag: French Polynesia
+1F1F5 1F1EC ; fully-qualified # 🇵🇬 E2.0 flag: Papua New Guinea
+1F1F5 1F1ED ; fully-qualified # 🇵🇭 E2.0 flag: Philippines
+1F1F5 1F1F0 ; fully-qualified # 🇵🇰 E2.0 flag: Pakistan
+1F1F5 1F1F1 ; fully-qualified # 🇵🇱 E2.0 flag: Poland
+1F1F5 1F1F2 ; fully-qualified # 🇵🇲 E2.0 flag: St. Pierre & Miquelon
+1F1F5 1F1F3 ; fully-qualified # 🇵🇳 E2.0 flag: Pitcairn Islands
+1F1F5 1F1F7 ; fully-qualified # 🇵🇷 E2.0 flag: Puerto Rico
+1F1F5 1F1F8 ; fully-qualified # 🇵🇸 E2.0 flag: Palestinian Territories
+1F1F5 1F1F9 ; fully-qualified # 🇵🇹 E2.0 flag: Portugal
+1F1F5 1F1FC ; fully-qualified # 🇵🇼 E2.0 flag: Palau
+1F1F5 1F1FE ; fully-qualified # 🇵🇾 E2.0 flag: Paraguay
+1F1F6 1F1E6 ; fully-qualified # 🇶🇦 E2.0 flag: Qatar
+1F1F7 1F1EA ; fully-qualified # 🇷🇪 E2.0 flag: Réunion
+1F1F7 1F1F4 ; fully-qualified # 🇷🇴 E2.0 flag: Romania
+1F1F7 1F1F8 ; fully-qualified # 🇷🇸 E2.0 flag: Serbia
+1F1F7 1F1FA ; fully-qualified # 🇷🇺 E0.6 flag: Russia
+1F1F7 1F1FC ; fully-qualified # 🇷🇼 E2.0 flag: Rwanda
+1F1F8 1F1E6 ; fully-qualified # 🇸🇦 E2.0 flag: Saudi Arabia
+1F1F8 1F1E7 ; fully-qualified # 🇸🇧 E2.0 flag: Solomon Islands
+1F1F8 1F1E8 ; fully-qualified # 🇸🇨 E2.0 flag: Seychelles
+1F1F8 1F1E9 ; fully-qualified # 🇸🇩 E2.0 flag: Sudan
+1F1F8 1F1EA ; fully-qualified # 🇸🇪 E2.0 flag: Sweden
+1F1F8 1F1EC ; fully-qualified # 🇸🇬 E2.0 flag: Singapore
+1F1F8 1F1ED ; fully-qualified # 🇸🇭 E2.0 flag: St. Helena
+1F1F8 1F1EE ; fully-qualified # 🇸🇮 E2.0 flag: Slovenia
+1F1F8 1F1EF ; fully-qualified # 🇸🇯 E2.0 flag: Svalbard & Jan Mayen
+1F1F8 1F1F0 ; fully-qualified # 🇸🇰 E2.0 flag: Slovakia
+1F1F8 1F1F1 ; fully-qualified # 🇸🇱 E2.0 flag: Sierra Leone
+1F1F8 1F1F2 ; fully-qualified # 🇸🇲 E2.0 flag: San Marino
+1F1F8 1F1F3 ; fully-qualified # 🇸🇳 E2.0 flag: Senegal
+1F1F8 1F1F4 ; fully-qualified # 🇸🇴 E2.0 flag: Somalia
+1F1F8 1F1F7 ; fully-qualified # 🇸🇷 E2.0 flag: Suriname
+1F1F8 1F1F8 ; fully-qualified # 🇸🇸 E2.0 flag: South Sudan
+1F1F8 1F1F9 ; fully-qualified # 🇸🇹 E2.0 flag: São Tomé & Príncipe
+1F1F8 1F1FB ; fully-qualified # 🇸🇻 E2.0 flag: El Salvador
+1F1F8 1F1FD ; fully-qualified # 🇸🇽 E2.0 flag: Sint Maarten
+1F1F8 1F1FE ; fully-qualified # 🇸🇾 E2.0 flag: Syria
+1F1F8 1F1FF ; fully-qualified # 🇸🇿 E2.0 flag: Eswatini
+1F1F9 1F1E6 ; fully-qualified # 🇹🇦 E2.0 flag: Tristan da Cunha
+1F1F9 1F1E8 ; fully-qualified # 🇹🇨 E2.0 flag: Turks & Caicos Islands
+1F1F9 1F1E9 ; fully-qualified # 🇹🇩 E2.0 flag: Chad
+1F1F9 1F1EB ; fully-qualified # 🇹🇫 E2.0 flag: French Southern Territories
+1F1F9 1F1EC ; fully-qualified # 🇹🇬 E2.0 flag: Togo
+1F1F9 1F1ED ; fully-qualified # 🇹🇭 E2.0 flag: Thailand
+1F1F9 1F1EF ; fully-qualified # 🇹🇯 E2.0 flag: Tajikistan
+1F1F9 1F1F0 ; fully-qualified # 🇹🇰 E2.0 flag: Tokelau
+1F1F9 1F1F1 ; fully-qualified # 🇹🇱 E2.0 flag: Timor-Leste
+1F1F9 1F1F2 ; fully-qualified # 🇹🇲 E2.0 flag: Turkmenistan
+1F1F9 1F1F3 ; fully-qualified # 🇹🇳 E2.0 flag: Tunisia
+1F1F9 1F1F4 ; fully-qualified # 🇹🇴 E2.0 flag: Tonga
+1F1F9 1F1F7 ; fully-qualified # 🇹🇷 E2.0 flag: Türkiye
+1F1F9 1F1F9 ; fully-qualified # 🇹🇹 E2.0 flag: Trinidad & Tobago
+1F1F9 1F1FB ; fully-qualified # 🇹🇻 E2.0 flag: Tuvalu
+1F1F9 1F1FC ; fully-qualified # 🇹🇼 E2.0 flag: Taiwan
+1F1F9 1F1FF ; fully-qualified # 🇹🇿 E2.0 flag: Tanzania
+1F1FA 1F1E6 ; fully-qualified # 🇺🇦 E2.0 flag: Ukraine
+1F1FA 1F1EC ; fully-qualified # 🇺🇬 E2.0 flag: Uganda
+1F1FA 1F1F2 ; fully-qualified # 🇺🇲 E2.0 flag: U.S. Outlying Islands
+1F1FA 1F1F3 ; fully-qualified # 🇺🇳 E4.0 flag: United Nations
+1F1FA 1F1F8 ; fully-qualified # 🇺🇸 E0.6 flag: United States
+1F1FA 1F1FE ; fully-qualified # 🇺🇾 E2.0 flag: Uruguay
+1F1FA 1F1FF ; fully-qualified # 🇺🇿 E2.0 flag: Uzbekistan
+1F1FB 1F1E6 ; fully-qualified # 🇻🇦 E2.0 flag: Vatican City
+1F1FB 1F1E8 ; fully-qualified # 🇻🇨 E2.0 flag: St. Vincent & Grenadines
+1F1FB 1F1EA ; fully-qualified # 🇻🇪 E2.0 flag: Venezuela
+1F1FB 1F1EC ; fully-qualified # 🇻🇬 E2.0 flag: British Virgin Islands
+1F1FB 1F1EE ; fully-qualified # 🇻🇮 E2.0 flag: U.S. Virgin Islands
+1F1FB 1F1F3 ; fully-qualified # 🇻🇳 E2.0 flag: Vietnam
+1F1FB 1F1FA ; fully-qualified # 🇻🇺 E2.0 flag: Vanuatu
+1F1FC 1F1EB ; fully-qualified # 🇼🇫 E2.0 flag: Wallis & Futuna
+1F1FC 1F1F8 ; fully-qualified # 🇼🇸 E2.0 flag: Samoa
+1F1FD 1F1F0 ; fully-qualified # 🇽🇰 E2.0 flag: Kosovo
+1F1FE 1F1EA ; fully-qualified # 🇾🇪 E2.0 flag: Yemen
+1F1FE 1F1F9 ; fully-qualified # 🇾🇹 E2.0 flag: Mayotte
+1F1FF 1F1E6 ; fully-qualified # 🇿🇦 E2.0 flag: South Africa
+1F1FF 1F1F2 ; fully-qualified # 🇿🇲 E2.0 flag: Zambia
+1F1FF 1F1FC ; fully-qualified # 🇿🇼 E2.0 flag: Zimbabwe
+
+# subgroup: subdivision-flag
+1F3F4 E0067 E0062 E0065 E006E E0067 E007F ; fully-qualified # 🏴 E5.0 flag: England
+1F3F4 E0067 E0062 E0073 E0063 E0074 E007F ; fully-qualified # 🏴 E5.0 flag: Scotland
+1F3F4 E0067 E0062 E0077 E006C E0073 E007F ; fully-qualified # 🏴 E5.0 flag: Wales
+
+# Flags subtotal: 276
+# Flags subtotal: 276 w/o modifiers
+
+# Status Counts
+# fully-qualified : 3944
+# minimally-qualified : 1029
+# unqualified : 243
+# component : 9
+
+#EOF
diff --git a/data/emoji/gemoji.json b/data/emoji/gemoji.json
new file mode 100644
index 00000000..65d4c8db
--- /dev/null
+++ b/data/emoji/gemoji.json
@@ -0,0 +1,23479 @@
+[
+ {
+ "emoji": "😀"
+ , "description": "grinning face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "grinning"
+ ]
+ , "tags": [
+ "smile"
+ , "happy"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😃"
+ , "description": "grinning face with big eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smiley"
+ ]
+ , "tags": [
+ "happy"
+ , "joy"
+ , "haha"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😄"
+ , "description": "grinning face with smiling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smile"
+ ]
+ , "tags": [
+ "happy"
+ , "joy"
+ , "laugh"
+ , "pleased"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😁"
+ , "description": "beaming face with smiling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "grin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😆"
+ , "description": "grinning squinting face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "laughing"
+ , "satisfied"
+ ]
+ , "tags": [
+ "happy"
+ , "haha"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😅"
+ , "description": "grinning face with sweat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sweat_smile"
+ ]
+ , "tags": [
+ "hot"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤣"
+ , "description": "rolling on the floor laughing"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "rofl"
+ ]
+ , "tags": [
+ "lol"
+ , "laughing"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "😂"
+ , "description": "face with tears of joy"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "joy"
+ ]
+ , "tags": [
+ "tears"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙂"
+ , "description": "slightly smiling face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "slightly_smiling_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🙃"
+ , "description": "upside-down face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "upside_down_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🫠"
+ , "description": "melting face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "melting_face"
+ ]
+ , "tags": [
+ "sarcasm"
+ , "dread"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "😉"
+ , "description": "winking face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "wink"
+ ]
+ , "tags": [
+ "flirt"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😊"
+ , "description": "smiling face with smiling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "blush"
+ ]
+ , "tags": [
+ "proud"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😇"
+ , "description": "smiling face with halo"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "innocent"
+ ]
+ , "tags": [
+ "angel"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥰"
+ , "description": "smiling face with hearts"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smiling_face_with_three_hearts"
+ ]
+ , "tags": [
+ "love"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😍"
+ , "description": "smiling face with heart-eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heart_eyes"
+ ]
+ , "tags": [
+ "love"
+ , "crush"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤩"
+ , "description": "star-struck"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "star_struck"
+ ]
+ , "tags": [
+ "eyes"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😘"
+ , "description": "face blowing a kiss"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kissing_heart"
+ ]
+ , "tags": [
+ "flirt"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😗"
+ , "description": "kissing face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kissing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☺️"
+ , "description": "smiling face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "relaxed"
+ ]
+ , "tags": [
+ "blush"
+ , "pleased"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😚"
+ , "description": "kissing face with closed eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kissing_closed_eyes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😙"
+ , "description": "kissing face with smiling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kissing_smiling_eyes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥲"
+ , "description": "smiling face with tear"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smiling_face_with_tear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "😋"
+ , "description": "face savoring food"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "yum"
+ ]
+ , "tags": [
+ "tongue"
+ , "lick"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😛"
+ , "description": "face with tongue"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "stuck_out_tongue"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😜"
+ , "description": "winking face with tongue"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "stuck_out_tongue_winking_eye"
+ ]
+ , "tags": [
+ "prank"
+ , "silly"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤪"
+ , "description": "zany face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "zany_face"
+ ]
+ , "tags": [
+ "goofy"
+ , "wacky"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😝"
+ , "description": "squinting face with tongue"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "stuck_out_tongue_closed_eyes"
+ ]
+ , "tags": [
+ "prank"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤑"
+ , "description": "money-mouth face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "money_mouth_face"
+ ]
+ , "tags": [
+ "rich"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🤗"
+ , "description": "smiling face with open hands"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hugs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🤭"
+ , "description": "face with hand over mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hand_over_mouth"
+ ]
+ , "tags": [
+ "quiet"
+ , "whoops"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🫢"
+ , "description": "face with open eyes and hand over mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_open_eyes_and_hand_over_mouth"
+ ]
+ , "tags": [
+ "gasp"
+ , "shock"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🫣"
+ , "description": "face with peeking eye"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_peeking_eye"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🤫"
+ , "description": "shushing face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "shushing_face"
+ ]
+ , "tags": [
+ "silence"
+ , "quiet"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🤔"
+ , "description": "thinking face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "thinking"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🫡"
+ , "description": "saluting face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "saluting_face"
+ ]
+ , "tags": [
+ "respect"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🤐"
+ , "description": "zipper-mouth face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "zipper_mouth_face"
+ ]
+ , "tags": [
+ "silence"
+ , "hush"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🤨"
+ , "description": "face with raised eyebrow"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "raised_eyebrow"
+ ]
+ , "tags": [
+ "suspicious"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😐"
+ , "description": "neutral face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "neutral_face"
+ ]
+ , "tags": [
+ "meh"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😑"
+ , "description": "expressionless face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "expressionless"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😶"
+ , "description": "face without mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "no_mouth"
+ ]
+ , "tags": [
+ "mute"
+ , "silence"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫥"
+ , "description": "dotted line face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "dotted_line_face"
+ ]
+ , "tags": [
+ "invisible"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "😶🌫️"
+ , "description": "face in clouds"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_in_clouds"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "😏"
+ , "description": "smirking face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smirk"
+ ]
+ , "tags": [
+ "smug"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😒"
+ , "description": "unamused face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "unamused"
+ ]
+ , "tags": [
+ "meh"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙄"
+ , "description": "face with rolling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "roll_eyes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "😬"
+ , "description": "grimacing face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "grimacing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😮💨"
+ , "description": "face exhaling"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_exhaling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🤥"
+ , "description": "lying face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "lying_face"
+ ]
+ , "tags": [
+ "liar"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🫨"
+ , "description": "shaking face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "shaking_face"
+ ]
+ , "tags": [
+ "shock"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "😌"
+ , "description": "relieved face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "relieved"
+ ]
+ , "tags": [
+ "whew"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😔"
+ , "description": "pensive face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "pensive"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😪"
+ , "description": "sleepy face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sleepy"
+ ]
+ , "tags": [
+ "tired"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤤"
+ , "description": "drooling face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "drooling_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "😴"
+ , "description": "sleeping face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sleeping"
+ ]
+ , "tags": [
+ "zzz"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😷"
+ , "description": "face with medical mask"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "mask"
+ ]
+ , "tags": [
+ "sick"
+ , "ill"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤒"
+ , "description": "face with thermometer"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_thermometer"
+ ]
+ , "tags": [
+ "sick"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🤕"
+ , "description": "face with head-bandage"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_head_bandage"
+ ]
+ , "tags": [
+ "hurt"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🤢"
+ , "description": "nauseated face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "nauseated_face"
+ ]
+ , "tags": [
+ "sick"
+ , "barf"
+ , "disgusted"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🤮"
+ , "description": "face vomiting"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "vomiting_face"
+ ]
+ , "tags": [
+ "barf"
+ , "sick"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🤧"
+ , "description": "sneezing face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sneezing_face"
+ ]
+ , "tags": [
+ "achoo"
+ , "sick"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥵"
+ , "description": "hot face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hot_face"
+ ]
+ , "tags": [
+ "heat"
+ , "sweating"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥶"
+ , "description": "cold face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cold_face"
+ ]
+ , "tags": [
+ "freezing"
+ , "ice"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥴"
+ , "description": "woozy face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "woozy_face"
+ ]
+ , "tags": [
+ "groggy"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😵"
+ , "description": "face with crossed-out eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "dizzy_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😵💫"
+ , "description": "face with spiral eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_spiral_eyes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🤯"
+ , "description": "exploding head"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "exploding_head"
+ ]
+ , "tags": [
+ "mind"
+ , "blown"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🤠"
+ , "description": "cowboy hat face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cowboy_hat_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥳"
+ , "description": "partying face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "partying_face"
+ ]
+ , "tags": [
+ "celebration"
+ , "birthday"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥸"
+ , "description": "disguised face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "disguised_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "😎"
+ , "description": "smiling face with sunglasses"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sunglasses"
+ ]
+ , "tags": [
+ "cool"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤓"
+ , "description": "nerd face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "nerd_face"
+ ]
+ , "tags": [
+ "geek"
+ , "glasses"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧐"
+ , "description": "face with monocle"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "monocle_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😕"
+ , "description": "confused face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "confused"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫤"
+ , "description": "face with diagonal mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_with_diagonal_mouth"
+ ]
+ , "tags": [
+ "confused"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "😟"
+ , "description": "worried face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "worried"
+ ]
+ , "tags": [
+ "nervous"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙁"
+ , "description": "slightly frowning face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "slightly_frowning_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☹️"
+ , "description": "frowning face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "frowning_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "😮"
+ , "description": "face with open mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "open_mouth"
+ ]
+ , "tags": [
+ "surprise"
+ , "impressed"
+ , "wow"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😯"
+ , "description": "hushed face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hushed"
+ ]
+ , "tags": [
+ "silence"
+ , "speechless"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😲"
+ , "description": "astonished face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "astonished"
+ ]
+ , "tags": [
+ "amazed"
+ , "gasp"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😳"
+ , "description": "flushed face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "flushed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥺"
+ , "description": "pleading face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "pleading_face"
+ ]
+ , "tags": [
+ "puppy"
+ , "eyes"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥹"
+ , "description": "face holding back tears"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "face_holding_back_tears"
+ ]
+ , "tags": [
+ "tears"
+ , "gratitude"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "😦"
+ , "description": "frowning face with open mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "frowning"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😧"
+ , "description": "anguished face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "anguished"
+ ]
+ , "tags": [
+ "stunned"
+ ]
+ , "unicode_version": "6.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😨"
+ , "description": "fearful face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "fearful"
+ ]
+ , "tags": [
+ "scared"
+ , "shocked"
+ , "oops"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😰"
+ , "description": "anxious face with sweat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cold_sweat"
+ ]
+ , "tags": [
+ "nervous"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😥"
+ , "description": "sad but relieved face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "disappointed_relieved"
+ ]
+ , "tags": [
+ "phew"
+ , "sweat"
+ , "nervous"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😢"
+ , "description": "crying face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cry"
+ ]
+ , "tags": [
+ "sad"
+ , "tear"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😭"
+ , "description": "loudly crying face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sob"
+ ]
+ , "tags": [
+ "sad"
+ , "cry"
+ , "bawling"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😱"
+ , "description": "face screaming in fear"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "scream"
+ ]
+ , "tags": [
+ "horror"
+ , "shocked"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😖"
+ , "description": "confounded face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "confounded"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😣"
+ , "description": "persevering face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "persevere"
+ ]
+ , "tags": [
+ "struggling"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😞"
+ , "description": "disappointed face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "disappointed"
+ ]
+ , "tags": [
+ "sad"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😓"
+ , "description": "downcast face with sweat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sweat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😩"
+ , "description": "weary face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "weary"
+ ]
+ , "tags": [
+ "tired"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😫"
+ , "description": "tired face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "tired_face"
+ ]
+ , "tags": [
+ "upset"
+ , "whine"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥱"
+ , "description": "yawning face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "yawning_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "😤"
+ , "description": "face with steam from nose"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "triumph"
+ ]
+ , "tags": [
+ "smug"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😡"
+ , "description": "enraged face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "rage"
+ , "pout"
+ ]
+ , "tags": [
+ "angry"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😠"
+ , "description": "angry face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "angry"
+ ]
+ , "tags": [
+ "mad"
+ , "annoyed"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤬"
+ , "description": "face with symbols on mouth"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cursing_face"
+ ]
+ , "tags": [
+ "foul"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "😈"
+ , "description": "smiling face with horns"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smiling_imp"
+ ]
+ , "tags": [
+ "devil"
+ , "evil"
+ , "horns"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👿"
+ , "description": "angry face with horns"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "imp"
+ ]
+ , "tags": [
+ "angry"
+ , "devil"
+ , "evil"
+ , "horns"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💀"
+ , "description": "skull"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "skull"
+ ]
+ , "tags": [
+ "dead"
+ , "danger"
+ , "poison"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☠️"
+ , "description": "skull and crossbones"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "skull_and_crossbones"
+ ]
+ , "tags": [
+ "danger"
+ , "pirate"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💩"
+ , "description": "pile of poo"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hankey"
+ , "poop"
+ , "shit"
+ ]
+ , "tags": [
+ "crap"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤡"
+ , "description": "clown face"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "clown_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "👹"
+ , "description": "ogre"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "japanese_ogre"
+ ]
+ , "tags": [
+ "monster"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👺"
+ , "description": "goblin"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "japanese_goblin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👻"
+ , "description": "ghost"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "ghost"
+ ]
+ , "tags": [
+ "halloween"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👽"
+ , "description": "alien"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "alien"
+ ]
+ , "tags": [
+ "ufo"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👾"
+ , "description": "alien monster"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "space_invader"
+ ]
+ , "tags": [
+ "game"
+ , "retro"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤖"
+ , "description": "robot"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "robot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "😺"
+ , "description": "grinning cat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smiley_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😸"
+ , "description": "grinning cat with smiling eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smile_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😹"
+ , "description": "cat with tears of joy"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "joy_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😻"
+ , "description": "smiling cat with heart-eyes"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heart_eyes_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😼"
+ , "description": "cat with wry smile"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "smirk_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😽"
+ , "description": "kissing cat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kissing_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙀"
+ , "description": "weary cat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "scream_cat"
+ ]
+ , "tags": [
+ "horror"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😿"
+ , "description": "crying cat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "crying_cat_face"
+ ]
+ , "tags": [
+ "sad"
+ , "tear"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "😾"
+ , "description": "pouting cat"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "pouting_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙈"
+ , "description": "see-no-evil monkey"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "see_no_evil"
+ ]
+ , "tags": [
+ "monkey"
+ , "blind"
+ , "ignore"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙉"
+ , "description": "hear-no-evil monkey"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hear_no_evil"
+ ]
+ , "tags": [
+ "monkey"
+ , "deaf"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🙊"
+ , "description": "speak-no-evil monkey"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "speak_no_evil"
+ ]
+ , "tags": [
+ "monkey"
+ , "mute"
+ , "hush"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💌"
+ , "description": "love letter"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "love_letter"
+ ]
+ , "tags": [
+ "email"
+ , "envelope"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💘"
+ , "description": "heart with arrow"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "cupid"
+ ]
+ , "tags": [
+ "love"
+ , "heart"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💝"
+ , "description": "heart with ribbon"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "gift_heart"
+ ]
+ , "tags": [
+ "chocolates"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💖"
+ , "description": "sparkling heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sparkling_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💗"
+ , "description": "growing heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heartpulse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💓"
+ , "description": "beating heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heartbeat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💞"
+ , "description": "revolving hearts"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "revolving_hearts"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💕"
+ , "description": "two hearts"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "two_hearts"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💟"
+ , "description": "heart decoration"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heart_decoration"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❣️"
+ , "description": "heart exclamation"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heavy_heart_exclamation"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💔"
+ , "description": "broken heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "broken_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❤️🔥"
+ , "description": "heart on fire"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heart_on_fire"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "❤️🩹"
+ , "description": "mending heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "mending_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "❤️"
+ , "description": "red heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "heart"
+ ]
+ , "tags": [
+ "love"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩷"
+ , "description": "pink heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "pink_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🧡"
+ , "description": "orange heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "orange_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "💛"
+ , "description": "yellow heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "yellow_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💚"
+ , "description": "green heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "green_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💙"
+ , "description": "blue heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "blue_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩵"
+ , "description": "light blue heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "light_blue_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "💜"
+ , "description": "purple heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "purple_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤎"
+ , "description": "brown heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "brown_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🖤"
+ , "description": "black heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "black_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🩶"
+ , "description": "grey heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "grey_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🤍"
+ , "description": "white heart"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "white_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "💋"
+ , "description": "kiss mark"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "kiss"
+ ]
+ , "tags": [
+ "lipstick"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💯"
+ , "description": "hundred points"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "100"
+ ]
+ , "tags": [
+ "score"
+ , "perfect"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💢"
+ , "description": "anger symbol"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "anger"
+ ]
+ , "tags": [
+ "angry"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💥"
+ , "description": "collision"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "boom"
+ , "collision"
+ ]
+ , "tags": [
+ "explode"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💫"
+ , "description": "dizzy"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "dizzy"
+ ]
+ , "tags": [
+ "star"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💦"
+ , "description": "sweat droplets"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "sweat_drops"
+ ]
+ , "tags": [
+ "water"
+ , "workout"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💨"
+ , "description": "dashing away"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "dash"
+ ]
+ , "tags": [
+ "wind"
+ , "blow"
+ , "fast"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕳️"
+ , "description": "hole"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "hole"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💬"
+ , "description": "speech balloon"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "speech_balloon"
+ ]
+ , "tags": [
+ "comment"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👁️🗨️"
+ , "description": "eye in speech bubble"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "eye_speech_bubble"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🗨️"
+ , "description": "left speech bubble"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "left_speech_bubble"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🗯️"
+ , "description": "right anger bubble"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "right_anger_bubble"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💭"
+ , "description": "thought balloon"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "thought_balloon"
+ ]
+ , "tags": [
+ "thinking"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💤"
+ , "description": "ZZZ"
+ , "category": "Smileys & Emotion"
+ , "aliases": [
+ "zzz"
+ ]
+ , "tags": [
+ "sleeping"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👋"
+ , "description": "waving hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "wave"
+ ]
+ , "tags": [
+ "goodbye"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤚"
+ , "description": "raised back of hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "raised_back_of_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🖐️"
+ , "description": "hand with fingers splayed"
+ , "category": "People & Body"
+ , "aliases": [
+ "raised_hand_with_fingers_splayed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "✋"
+ , "description": "raised hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "hand"
+ , "raised_hand"
+ ]
+ , "tags": [
+ "highfive"
+ , "stop"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🖖"
+ , "description": "vulcan salute"
+ , "category": "People & Body"
+ , "aliases": [
+ "vulcan_salute"
+ ]
+ , "tags": [
+ "prosper"
+ , "spock"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "8.3"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫱"
+ , "description": "rightwards hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "rightwards_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫲"
+ , "description": "leftwards hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "leftwards_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫳"
+ , "description": "palm down hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "palm_down_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫴"
+ , "description": "palm up hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "palm_up_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫷"
+ , "description": "leftwards pushing hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "leftwards_pushing_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫸"
+ , "description": "rightwards pushing hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "rightwards_pushing_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👌"
+ , "description": "OK hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "ok_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤌"
+ , "description": "pinched fingers"
+ , "category": "People & Body"
+ , "aliases": [
+ "pinched_fingers"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤏"
+ , "description": "pinching hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "pinching_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "✌️"
+ , "description": "victory hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "v"
+ ]
+ , "tags": [
+ "victory"
+ , "peace"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤞"
+ , "description": "crossed fingers"
+ , "category": "People & Body"
+ , "aliases": [
+ "crossed_fingers"
+ ]
+ , "tags": [
+ "luck"
+ , "hopeful"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫰"
+ , "description": "hand with index finger and thumb crossed"
+ , "category": "People & Body"
+ , "aliases": [
+ "hand_with_index_finger_and_thumb_crossed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤟"
+ , "description": "love-you gesture"
+ , "category": "People & Body"
+ , "aliases": [
+ "love_you_gesture"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤘"
+ , "description": "sign of the horns"
+ , "category": "People & Body"
+ , "aliases": [
+ "metal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤙"
+ , "description": "call me hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "call_me_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👈"
+ , "description": "backhand index pointing left"
+ , "category": "People & Body"
+ , "aliases": [
+ "point_left"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👉"
+ , "description": "backhand index pointing right"
+ , "category": "People & Body"
+ , "aliases": [
+ "point_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👆"
+ , "description": "backhand index pointing up"
+ , "category": "People & Body"
+ , "aliases": [
+ "point_up_2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🖕"
+ , "description": "middle finger"
+ , "category": "People & Body"
+ , "aliases": [
+ "middle_finger"
+ , "fu"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👇"
+ , "description": "backhand index pointing down"
+ , "category": "People & Body"
+ , "aliases": [
+ "point_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "☝️"
+ , "description": "index pointing up"
+ , "category": "People & Body"
+ , "aliases": [
+ "point_up"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫵"
+ , "description": "index pointing at the viewer"
+ , "category": "People & Body"
+ , "aliases": [
+ "index_pointing_at_the_viewer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👍"
+ , "description": "thumbs up"
+ , "category": "People & Body"
+ , "aliases": [
+ "+1"
+ , "thumbsup"
+ ]
+ , "tags": [
+ "approve"
+ , "ok"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👎"
+ , "description": "thumbs down"
+ , "category": "People & Body"
+ , "aliases": [
+ "-1"
+ , "thumbsdown"
+ ]
+ , "tags": [
+ "disapprove"
+ , "bury"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "✊"
+ , "description": "raised fist"
+ , "category": "People & Body"
+ , "aliases": [
+ "fist_raised"
+ , "fist"
+ ]
+ , "tags": [
+ "power"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👊"
+ , "description": "oncoming fist"
+ , "category": "People & Body"
+ , "aliases": [
+ "fist_oncoming"
+ , "facepunch"
+ , "punch"
+ ]
+ , "tags": [
+ "attack"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤛"
+ , "description": "left-facing fist"
+ , "category": "People & Body"
+ , "aliases": [
+ "fist_left"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤜"
+ , "description": "right-facing fist"
+ , "category": "People & Body"
+ , "aliases": [
+ "fist_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👏"
+ , "description": "clapping hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "clap"
+ ]
+ , "tags": [
+ "praise"
+ , "applause"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙌"
+ , "description": "raising hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "raised_hands"
+ ]
+ , "tags": [
+ "hooray"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫶"
+ , "description": "heart hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "heart_hands"
+ ]
+ , "tags": [
+ "love"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👐"
+ , "description": "open hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "open_hands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤲"
+ , "description": "palms up together"
+ , "category": "People & Body"
+ , "aliases": [
+ "palms_up_together"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤝"
+ , "description": "handshake"
+ , "category": "People & Body"
+ , "aliases": [
+ "handshake"
+ ]
+ , "tags": [
+ "deal"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙏"
+ , "description": "folded hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "pray"
+ ]
+ , "tags": [
+ "please"
+ , "hope"
+ , "wish"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "✍️"
+ , "description": "writing hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "writing_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💅"
+ , "description": "nail polish"
+ , "category": "People & Body"
+ , "aliases": [
+ "nail_care"
+ ]
+ , "tags": [
+ "beauty"
+ , "manicure"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤳"
+ , "description": "selfie"
+ , "category": "People & Body"
+ , "aliases": [
+ "selfie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💪"
+ , "description": "flexed biceps"
+ , "category": "People & Body"
+ , "aliases": [
+ "muscle"
+ ]
+ , "tags": [
+ "flex"
+ , "bicep"
+ , "strong"
+ , "workout"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦾"
+ , "description": "mechanical arm"
+ , "category": "People & Body"
+ , "aliases": [
+ "mechanical_arm"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦿"
+ , "description": "mechanical leg"
+ , "category": "People & Body"
+ , "aliases": [
+ "mechanical_leg"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦵"
+ , "description": "leg"
+ , "category": "People & Body"
+ , "aliases": [
+ "leg"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦶"
+ , "description": "foot"
+ , "category": "People & Body"
+ , "aliases": [
+ "foot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👂"
+ , "description": "ear"
+ , "category": "People & Body"
+ , "aliases": [
+ "ear"
+ ]
+ , "tags": [
+ "hear"
+ , "sound"
+ , "listen"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦻"
+ , "description": "ear with hearing aid"
+ , "category": "People & Body"
+ , "aliases": [
+ "ear_with_hearing_aid"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👃"
+ , "description": "nose"
+ , "category": "People & Body"
+ , "aliases": [
+ "nose"
+ ]
+ , "tags": [
+ "smell"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧠"
+ , "description": "brain"
+ , "category": "People & Body"
+ , "aliases": [
+ "brain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🫀"
+ , "description": "anatomical heart"
+ , "category": "People & Body"
+ , "aliases": [
+ "anatomical_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🫁"
+ , "description": "lungs"
+ , "category": "People & Body"
+ , "aliases": [
+ "lungs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦷"
+ , "description": "tooth"
+ , "category": "People & Body"
+ , "aliases": [
+ "tooth"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦴"
+ , "description": "bone"
+ , "category": "People & Body"
+ , "aliases": [
+ "bone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "👀"
+ , "description": "eyes"
+ , "category": "People & Body"
+ , "aliases": [
+ "eyes"
+ ]
+ , "tags": [
+ "look"
+ , "see"
+ , "watch"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👁️"
+ , "description": "eye"
+ , "category": "People & Body"
+ , "aliases": [
+ "eye"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "👅"
+ , "description": "tongue"
+ , "category": "People & Body"
+ , "aliases": [
+ "tongue"
+ ]
+ , "tags": [
+ "taste"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👄"
+ , "description": "mouth"
+ , "category": "People & Body"
+ , "aliases": [
+ "lips"
+ ]
+ , "tags": [
+ "kiss"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫦"
+ , "description": "biting lip"
+ , "category": "People & Body"
+ , "aliases": [
+ "biting_lip"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "👶"
+ , "description": "baby"
+ , "category": "People & Body"
+ , "aliases": [
+ "baby"
+ ]
+ , "tags": [
+ "child"
+ , "newborn"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧒"
+ , "description": "child"
+ , "category": "People & Body"
+ , "aliases": [
+ "child"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👦"
+ , "description": "boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "boy"
+ ]
+ , "tags": [
+ "child"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👧"
+ , "description": "girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "girl"
+ ]
+ , "tags": [
+ "child"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑"
+ , "description": "person"
+ , "category": "People & Body"
+ , "aliases": [
+ "adult"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👱"
+ , "description": "person: blond hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "blond_haired_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨"
+ , "description": "man"
+ , "category": "People & Body"
+ , "aliases": [
+ "man"
+ ]
+ , "tags": [
+ "mustache"
+ , "father"
+ , "dad"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧔"
+ , "description": "person: beard"
+ , "category": "People & Body"
+ , "aliases": [
+ "bearded_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧔♂️"
+ , "description": "man: beard"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_beard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧔♀️"
+ , "description": "woman: beard"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_beard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.1"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦰"
+ , "description": "man: red hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "red_haired_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦱"
+ , "description": "man: curly hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "curly_haired_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦳"
+ , "description": "man: white hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "white_haired_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦲"
+ , "description": "man: bald"
+ , "category": "People & Body"
+ , "aliases": [
+ "bald_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩"
+ , "description": "woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman"
+ ]
+ , "tags": [
+ "girls"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦰"
+ , "description": "woman: red hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "red_haired_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦰"
+ , "description": "person: red hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_red_hair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦱"
+ , "description": "woman: curly hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "curly_haired_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦱"
+ , "description": "person: curly hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_curly_hair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦳"
+ , "description": "woman: white hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "white_haired_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦳"
+ , "description": "person: white hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_white_hair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦲"
+ , "description": "woman: bald"
+ , "category": "People & Body"
+ , "aliases": [
+ "bald_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦲"
+ , "description": "person: bald"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_bald"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👱♀️"
+ , "description": "woman: blond hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "blond_haired_woman"
+ , "blonde_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👱♂️"
+ , "description": "man: blond hair"
+ , "category": "People & Body"
+ , "aliases": [
+ "blond_haired_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧓"
+ , "description": "older person"
+ , "category": "People & Body"
+ , "aliases": [
+ "older_adult"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👴"
+ , "description": "old man"
+ , "category": "People & Body"
+ , "aliases": [
+ "older_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👵"
+ , "description": "old woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "older_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙍"
+ , "description": "person frowning"
+ , "category": "People & Body"
+ , "aliases": [
+ "frowning_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙍♂️"
+ , "description": "man frowning"
+ , "category": "People & Body"
+ , "aliases": [
+ "frowning_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙍♀️"
+ , "description": "woman frowning"
+ , "category": "People & Body"
+ , "aliases": [
+ "frowning_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙎"
+ , "description": "person pouting"
+ , "category": "People & Body"
+ , "aliases": [
+ "pouting_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙎♂️"
+ , "description": "man pouting"
+ , "category": "People & Body"
+ , "aliases": [
+ "pouting_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙎♀️"
+ , "description": "woman pouting"
+ , "category": "People & Body"
+ , "aliases": [
+ "pouting_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙅"
+ , "description": "person gesturing NO"
+ , "category": "People & Body"
+ , "aliases": [
+ "no_good"
+ ]
+ , "tags": [
+ "stop"
+ , "halt"
+ , "denied"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙅♂️"
+ , "description": "man gesturing NO"
+ , "category": "People & Body"
+ , "aliases": [
+ "no_good_man"
+ , "ng_man"
+ ]
+ , "tags": [
+ "stop"
+ , "halt"
+ , "denied"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙅♀️"
+ , "description": "woman gesturing NO"
+ , "category": "People & Body"
+ , "aliases": [
+ "no_good_woman"
+ , "ng_woman"
+ ]
+ , "tags": [
+ "stop"
+ , "halt"
+ , "denied"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙆"
+ , "description": "person gesturing OK"
+ , "category": "People & Body"
+ , "aliases": [
+ "ok_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙆♂️"
+ , "description": "man gesturing OK"
+ , "category": "People & Body"
+ , "aliases": [
+ "ok_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙆♀️"
+ , "description": "woman gesturing OK"
+ , "category": "People & Body"
+ , "aliases": [
+ "ok_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💁"
+ , "description": "person tipping hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "tipping_hand_person"
+ , "information_desk_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💁♂️"
+ , "description": "man tipping hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "tipping_hand_man"
+ , "sassy_man"
+ ]
+ , "tags": [
+ "information"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💁♀️"
+ , "description": "woman tipping hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "tipping_hand_woman"
+ , "sassy_woman"
+ ]
+ , "tags": [
+ "information"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙋"
+ , "description": "person raising hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "raising_hand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙋♂️"
+ , "description": "man raising hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "raising_hand_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙋♀️"
+ , "description": "woman raising hand"
+ , "category": "People & Body"
+ , "aliases": [
+ "raising_hand_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧏"
+ , "description": "deaf person"
+ , "category": "People & Body"
+ , "aliases": [
+ "deaf_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧏♂️"
+ , "description": "deaf man"
+ , "category": "People & Body"
+ , "aliases": [
+ "deaf_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧏♀️"
+ , "description": "deaf woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "deaf_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙇"
+ , "description": "person bowing"
+ , "category": "People & Body"
+ , "aliases": [
+ "bow"
+ ]
+ , "tags": [
+ "respect"
+ , "thanks"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙇♂️"
+ , "description": "man bowing"
+ , "category": "People & Body"
+ , "aliases": [
+ "bowing_man"
+ ]
+ , "tags": [
+ "respect"
+ , "thanks"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🙇♀️"
+ , "description": "woman bowing"
+ , "category": "People & Body"
+ , "aliases": [
+ "bowing_woman"
+ ]
+ , "tags": [
+ "respect"
+ , "thanks"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤦"
+ , "description": "person facepalming"
+ , "category": "People & Body"
+ , "aliases": [
+ "facepalm"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤦♂️"
+ , "description": "man facepalming"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_facepalming"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤦♀️"
+ , "description": "woman facepalming"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_facepalming"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤷"
+ , "description": "person shrugging"
+ , "category": "People & Body"
+ , "aliases": [
+ "shrug"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤷♂️"
+ , "description": "man shrugging"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_shrugging"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤷♀️"
+ , "description": "woman shrugging"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_shrugging"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑⚕️"
+ , "description": "health worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "health_worker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨⚕️"
+ , "description": "man health worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_health_worker"
+ ]
+ , "tags": [
+ "doctor"
+ , "nurse"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩⚕️"
+ , "description": "woman health worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_health_worker"
+ ]
+ , "tags": [
+ "doctor"
+ , "nurse"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🎓"
+ , "description": "student"
+ , "category": "People & Body"
+ , "aliases": [
+ "student"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🎓"
+ , "description": "man student"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_student"
+ ]
+ , "tags": [
+ "graduation"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🎓"
+ , "description": "woman student"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_student"
+ ]
+ , "tags": [
+ "graduation"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🏫"
+ , "description": "teacher"
+ , "category": "People & Body"
+ , "aliases": [
+ "teacher"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🏫"
+ , "description": "man teacher"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_teacher"
+ ]
+ , "tags": [
+ "school"
+ , "professor"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🏫"
+ , "description": "woman teacher"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_teacher"
+ ]
+ , "tags": [
+ "school"
+ , "professor"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑⚖️"
+ , "description": "judge"
+ , "category": "People & Body"
+ , "aliases": [
+ "judge"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨⚖️"
+ , "description": "man judge"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_judge"
+ ]
+ , "tags": [
+ "justice"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩⚖️"
+ , "description": "woman judge"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_judge"
+ ]
+ , "tags": [
+ "justice"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🌾"
+ , "description": "farmer"
+ , "category": "People & Body"
+ , "aliases": [
+ "farmer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🌾"
+ , "description": "man farmer"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_farmer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🌾"
+ , "description": "woman farmer"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_farmer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🍳"
+ , "description": "cook"
+ , "category": "People & Body"
+ , "aliases": [
+ "cook"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🍳"
+ , "description": "man cook"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_cook"
+ ]
+ , "tags": [
+ "chef"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🍳"
+ , "description": "woman cook"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_cook"
+ ]
+ , "tags": [
+ "chef"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🔧"
+ , "description": "mechanic"
+ , "category": "People & Body"
+ , "aliases": [
+ "mechanic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🔧"
+ , "description": "man mechanic"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_mechanic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🔧"
+ , "description": "woman mechanic"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_mechanic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🏭"
+ , "description": "factory worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "factory_worker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🏭"
+ , "description": "man factory worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_factory_worker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🏭"
+ , "description": "woman factory worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_factory_worker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑💼"
+ , "description": "office worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "office_worker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨💼"
+ , "description": "man office worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_office_worker"
+ ]
+ , "tags": [
+ "business"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩💼"
+ , "description": "woman office worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_office_worker"
+ ]
+ , "tags": [
+ "business"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🔬"
+ , "description": "scientist"
+ , "category": "People & Body"
+ , "aliases": [
+ "scientist"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🔬"
+ , "description": "man scientist"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_scientist"
+ ]
+ , "tags": [
+ "research"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🔬"
+ , "description": "woman scientist"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_scientist"
+ ]
+ , "tags": [
+ "research"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑💻"
+ , "description": "technologist"
+ , "category": "People & Body"
+ , "aliases": [
+ "technologist"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨💻"
+ , "description": "man technologist"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_technologist"
+ ]
+ , "tags": [
+ "coder"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩💻"
+ , "description": "woman technologist"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_technologist"
+ ]
+ , "tags": [
+ "coder"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🎤"
+ , "description": "singer"
+ , "category": "People & Body"
+ , "aliases": [
+ "singer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🎤"
+ , "description": "man singer"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_singer"
+ ]
+ , "tags": [
+ "rockstar"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🎤"
+ , "description": "woman singer"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_singer"
+ ]
+ , "tags": [
+ "rockstar"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🎨"
+ , "description": "artist"
+ , "category": "People & Body"
+ , "aliases": [
+ "artist"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🎨"
+ , "description": "man artist"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_artist"
+ ]
+ , "tags": [
+ "painter"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🎨"
+ , "description": "woman artist"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_artist"
+ ]
+ , "tags": [
+ "painter"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑✈️"
+ , "description": "pilot"
+ , "category": "People & Body"
+ , "aliases": [
+ "pilot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨✈️"
+ , "description": "man pilot"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_pilot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩✈️"
+ , "description": "woman pilot"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_pilot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🚀"
+ , "description": "astronaut"
+ , "category": "People & Body"
+ , "aliases": [
+ "astronaut"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🚀"
+ , "description": "man astronaut"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_astronaut"
+ ]
+ , "tags": [
+ "space"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🚀"
+ , "description": "woman astronaut"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_astronaut"
+ ]
+ , "tags": [
+ "space"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🚒"
+ , "description": "firefighter"
+ , "category": "People & Body"
+ , "aliases": [
+ "firefighter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🚒"
+ , "description": "man firefighter"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_firefighter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🚒"
+ , "description": "woman firefighter"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_firefighter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👮"
+ , "description": "police officer"
+ , "category": "People & Body"
+ , "aliases": [
+ "police_officer"
+ , "cop"
+ ]
+ , "tags": [
+ "law"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👮♂️"
+ , "description": "man police officer"
+ , "category": "People & Body"
+ , "aliases": [
+ "policeman"
+ ]
+ , "tags": [
+ "law"
+ , "cop"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👮♀️"
+ , "description": "woman police officer"
+ , "category": "People & Body"
+ , "aliases": [
+ "policewoman"
+ ]
+ , "tags": [
+ "law"
+ , "cop"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🕵️"
+ , "description": "detective"
+ , "category": "People & Body"
+ , "aliases": [
+ "detective"
+ ]
+ , "tags": [
+ "sleuth"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🕵️♂️"
+ , "description": "man detective"
+ , "category": "People & Body"
+ , "aliases": [
+ "male_detective"
+ ]
+ , "tags": [
+ "sleuth"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🕵️♀️"
+ , "description": "woman detective"
+ , "category": "People & Body"
+ , "aliases": [
+ "female_detective"
+ ]
+ , "tags": [
+ "sleuth"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💂"
+ , "description": "guard"
+ , "category": "People & Body"
+ , "aliases": [
+ "guard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💂♂️"
+ , "description": "man guard"
+ , "category": "People & Body"
+ , "aliases": [
+ "guardsman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💂♀️"
+ , "description": "woman guard"
+ , "category": "People & Body"
+ , "aliases": [
+ "guardswoman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🥷"
+ , "description": "ninja"
+ , "category": "People & Body"
+ , "aliases": [
+ "ninja"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👷"
+ , "description": "construction worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "construction_worker"
+ ]
+ , "tags": [
+ "helmet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👷♂️"
+ , "description": "man construction worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "construction_worker_man"
+ ]
+ , "tags": [
+ "helmet"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👷♀️"
+ , "description": "woman construction worker"
+ , "category": "People & Body"
+ , "aliases": [
+ "construction_worker_woman"
+ ]
+ , "tags": [
+ "helmet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫅"
+ , "description": "person with crown"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_with_crown"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤴"
+ , "description": "prince"
+ , "category": "People & Body"
+ , "aliases": [
+ "prince"
+ ]
+ , "tags": [
+ "crown"
+ , "royal"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👸"
+ , "description": "princess"
+ , "category": "People & Body"
+ , "aliases": [
+ "princess"
+ ]
+ , "tags": [
+ "crown"
+ , "royal"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👳"
+ , "description": "person wearing turban"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_with_turban"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👳♂️"
+ , "description": "man wearing turban"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_with_turban"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👳♀️"
+ , "description": "woman wearing turban"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_with_turban"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👲"
+ , "description": "person with skullcap"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_with_gua_pi_mao"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧕"
+ , "description": "woman with headscarf"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_with_headscarf"
+ ]
+ , "tags": [
+ "hijab"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤵"
+ , "description": "person in tuxedo"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_in_tuxedo"
+ ]
+ , "tags": [
+ "groom"
+ , "marriage"
+ , "wedding"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤵♂️"
+ , "description": "man in tuxedo"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_in_tuxedo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤵♀️"
+ , "description": "woman in tuxedo"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_in_tuxedo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👰"
+ , "description": "person with veil"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_with_veil"
+ ]
+ , "tags": [
+ "marriage"
+ , "wedding"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👰♂️"
+ , "description": "man with veil"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_with_veil"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👰♀️"
+ , "description": "woman with veil"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_with_veil"
+ , "bride_with_veil"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤰"
+ , "description": "pregnant woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "pregnant_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫃"
+ , "description": "pregnant man"
+ , "category": "People & Body"
+ , "aliases": [
+ "pregnant_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🫄"
+ , "description": "pregnant person"
+ , "category": "People & Body"
+ , "aliases": [
+ "pregnant_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤱"
+ , "description": "breast-feeding"
+ , "category": "People & Body"
+ , "aliases": [
+ "breast_feeding"
+ ]
+ , "tags": [
+ "nursing"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🍼"
+ , "description": "woman feeding baby"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_feeding_baby"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🍼"
+ , "description": "man feeding baby"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_feeding_baby"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🍼"
+ , "description": "person feeding baby"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_feeding_baby"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👼"
+ , "description": "baby angel"
+ , "category": "People & Body"
+ , "aliases": [
+ "angel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🎅"
+ , "description": "Santa Claus"
+ , "category": "People & Body"
+ , "aliases": [
+ "santa"
+ ]
+ , "tags": [
+ "christmas"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤶"
+ , "description": "Mrs. Claus"
+ , "category": "People & Body"
+ , "aliases": [
+ "mrs_claus"
+ ]
+ , "tags": [
+ "santa"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🎄"
+ , "description": "mx claus"
+ , "category": "People & Body"
+ , "aliases": [
+ "mx_claus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦸"
+ , "description": "superhero"
+ , "category": "People & Body"
+ , "aliases": [
+ "superhero"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦸♂️"
+ , "description": "man superhero"
+ , "category": "People & Body"
+ , "aliases": [
+ "superhero_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦸♀️"
+ , "description": "woman superhero"
+ , "category": "People & Body"
+ , "aliases": [
+ "superhero_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦹"
+ , "description": "supervillain"
+ , "category": "People & Body"
+ , "aliases": [
+ "supervillain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦹♂️"
+ , "description": "man supervillain"
+ , "category": "People & Body"
+ , "aliases": [
+ "supervillain_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🦹♀️"
+ , "description": "woman supervillain"
+ , "category": "People & Body"
+ , "aliases": [
+ "supervillain_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧙"
+ , "description": "mage"
+ , "category": "People & Body"
+ , "aliases": [
+ "mage"
+ ]
+ , "tags": [
+ "wizard"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧙♂️"
+ , "description": "man mage"
+ , "category": "People & Body"
+ , "aliases": [
+ "mage_man"
+ ]
+ , "tags": [
+ "wizard"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧙♀️"
+ , "description": "woman mage"
+ , "category": "People & Body"
+ , "aliases": [
+ "mage_woman"
+ ]
+ , "tags": [
+ "wizard"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧚"
+ , "description": "fairy"
+ , "category": "People & Body"
+ , "aliases": [
+ "fairy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧚♂️"
+ , "description": "man fairy"
+ , "category": "People & Body"
+ , "aliases": [
+ "fairy_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧚♀️"
+ , "description": "woman fairy"
+ , "category": "People & Body"
+ , "aliases": [
+ "fairy_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧛"
+ , "description": "vampire"
+ , "category": "People & Body"
+ , "aliases": [
+ "vampire"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧛♂️"
+ , "description": "man vampire"
+ , "category": "People & Body"
+ , "aliases": [
+ "vampire_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧛♀️"
+ , "description": "woman vampire"
+ , "category": "People & Body"
+ , "aliases": [
+ "vampire_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧜"
+ , "description": "merperson"
+ , "category": "People & Body"
+ , "aliases": [
+ "merperson"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧜♂️"
+ , "description": "merman"
+ , "category": "People & Body"
+ , "aliases": [
+ "merman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧜♀️"
+ , "description": "mermaid"
+ , "category": "People & Body"
+ , "aliases": [
+ "mermaid"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧝"
+ , "description": "elf"
+ , "category": "People & Body"
+ , "aliases": [
+ "elf"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧝♂️"
+ , "description": "man elf"
+ , "category": "People & Body"
+ , "aliases": [
+ "elf_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧝♀️"
+ , "description": "woman elf"
+ , "category": "People & Body"
+ , "aliases": [
+ "elf_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧞"
+ , "description": "genie"
+ , "category": "People & Body"
+ , "aliases": [
+ "genie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧞♂️"
+ , "description": "man genie"
+ , "category": "People & Body"
+ , "aliases": [
+ "genie_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧞♀️"
+ , "description": "woman genie"
+ , "category": "People & Body"
+ , "aliases": [
+ "genie_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧟"
+ , "description": "zombie"
+ , "category": "People & Body"
+ , "aliases": [
+ "zombie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧟♂️"
+ , "description": "man zombie"
+ , "category": "People & Body"
+ , "aliases": [
+ "zombie_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧟♀️"
+ , "description": "woman zombie"
+ , "category": "People & Body"
+ , "aliases": [
+ "zombie_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧌"
+ , "description": "troll"
+ , "category": "People & Body"
+ , "aliases": [
+ "troll"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "💆"
+ , "description": "person getting massage"
+ , "category": "People & Body"
+ , "aliases": [
+ "massage"
+ ]
+ , "tags": [
+ "spa"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💆♂️"
+ , "description": "man getting massage"
+ , "category": "People & Body"
+ , "aliases": [
+ "massage_man"
+ ]
+ , "tags": [
+ "spa"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💆♀️"
+ , "description": "woman getting massage"
+ , "category": "People & Body"
+ , "aliases": [
+ "massage_woman"
+ ]
+ , "tags": [
+ "spa"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💇"
+ , "description": "person getting haircut"
+ , "category": "People & Body"
+ , "aliases": [
+ "haircut"
+ ]
+ , "tags": [
+ "beauty"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💇♂️"
+ , "description": "man getting haircut"
+ , "category": "People & Body"
+ , "aliases": [
+ "haircut_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💇♀️"
+ , "description": "woman getting haircut"
+ , "category": "People & Body"
+ , "aliases": [
+ "haircut_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚶"
+ , "description": "person walking"
+ , "category": "People & Body"
+ , "aliases": [
+ "walking"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚶♂️"
+ , "description": "man walking"
+ , "category": "People & Body"
+ , "aliases": [
+ "walking_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚶♀️"
+ , "description": "woman walking"
+ , "category": "People & Body"
+ , "aliases": [
+ "walking_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧍"
+ , "description": "person standing"
+ , "category": "People & Body"
+ , "aliases": [
+ "standing_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧍♂️"
+ , "description": "man standing"
+ , "category": "People & Body"
+ , "aliases": [
+ "standing_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧍♀️"
+ , "description": "woman standing"
+ , "category": "People & Body"
+ , "aliases": [
+ "standing_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧎"
+ , "description": "person kneeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "kneeling_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧎♂️"
+ , "description": "man kneeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "kneeling_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧎♀️"
+ , "description": "woman kneeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "kneeling_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦯"
+ , "description": "person with white cane"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_with_probing_cane"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦯"
+ , "description": "man with white cane"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_with_probing_cane"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦯"
+ , "description": "woman with white cane"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_with_probing_cane"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦼"
+ , "description": "person in motorized wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_in_motorized_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦼"
+ , "description": "man in motorized wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_in_motorized_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦼"
+ , "description": "woman in motorized wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_in_motorized_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🦽"
+ , "description": "person in manual wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_in_manual_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.1"
+ , "ios_version": "13.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨🦽"
+ , "description": "man in manual wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_in_manual_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩🦽"
+ , "description": "woman in manual wheelchair"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_in_manual_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏃"
+ , "description": "person running"
+ , "category": "People & Body"
+ , "aliases": [
+ "runner"
+ , "running"
+ ]
+ , "tags": [
+ "exercise"
+ , "workout"
+ , "marathon"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏃♂️"
+ , "description": "man running"
+ , "category": "People & Body"
+ , "aliases": [
+ "running_man"
+ ]
+ , "tags": [
+ "exercise"
+ , "workout"
+ , "marathon"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏃♀️"
+ , "description": "woman running"
+ , "category": "People & Body"
+ , "aliases": [
+ "running_woman"
+ ]
+ , "tags": [
+ "exercise"
+ , "workout"
+ , "marathon"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💃"
+ , "description": "woman dancing"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_dancing"
+ , "dancer"
+ ]
+ , "tags": [
+ "dress"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🕺"
+ , "description": "man dancing"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_dancing"
+ ]
+ , "tags": [
+ "dancer"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🕴️"
+ , "description": "person in suit levitating"
+ , "category": "People & Body"
+ , "aliases": [
+ "business_suit_levitating"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👯"
+ , "description": "people with bunny ears"
+ , "category": "People & Body"
+ , "aliases": [
+ "dancers"
+ ]
+ , "tags": [
+ "bunny"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👯♂️"
+ , "description": "men with bunny ears"
+ , "category": "People & Body"
+ , "aliases": [
+ "dancing_men"
+ ]
+ , "tags": [
+ "bunny"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👯♀️"
+ , "description": "women with bunny ears"
+ , "category": "People & Body"
+ , "aliases": [
+ "dancing_women"
+ ]
+ , "tags": [
+ "bunny"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧖"
+ , "description": "person in steamy room"
+ , "category": "People & Body"
+ , "aliases": [
+ "sauna_person"
+ ]
+ , "tags": [
+ "steamy"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧖♂️"
+ , "description": "man in steamy room"
+ , "category": "People & Body"
+ , "aliases": [
+ "sauna_man"
+ ]
+ , "tags": [
+ "steamy"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧖♀️"
+ , "description": "woman in steamy room"
+ , "category": "People & Body"
+ , "aliases": [
+ "sauna_woman"
+ ]
+ , "tags": [
+ "steamy"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧗"
+ , "description": "person climbing"
+ , "category": "People & Body"
+ , "aliases": [
+ "climbing"
+ ]
+ , "tags": [
+ "bouldering"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧗♂️"
+ , "description": "man climbing"
+ , "category": "People & Body"
+ , "aliases": [
+ "climbing_man"
+ ]
+ , "tags": [
+ "bouldering"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧗♀️"
+ , "description": "woman climbing"
+ , "category": "People & Body"
+ , "aliases": [
+ "climbing_woman"
+ ]
+ , "tags": [
+ "bouldering"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤺"
+ , "description": "person fencing"
+ , "category": "People & Body"
+ , "aliases": [
+ "person_fencing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🏇"
+ , "description": "horse racing"
+ , "category": "People & Body"
+ , "aliases": [
+ "horse_racing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "⛷️"
+ , "description": "skier"
+ , "category": "People & Body"
+ , "aliases": [
+ "skier"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏂"
+ , "description": "snowboarder"
+ , "category": "People & Body"
+ , "aliases": [
+ "snowboarder"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏌️"
+ , "description": "person golfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "golfing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏌️♂️"
+ , "description": "man golfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "golfing_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏌️♀️"
+ , "description": "woman golfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "golfing_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏄"
+ , "description": "person surfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "surfer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏄♂️"
+ , "description": "man surfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "surfing_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏄♀️"
+ , "description": "woman surfing"
+ , "category": "People & Body"
+ , "aliases": [
+ "surfing_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚣"
+ , "description": "person rowing boat"
+ , "category": "People & Body"
+ , "aliases": [
+ "rowboat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚣♂️"
+ , "description": "man rowing boat"
+ , "category": "People & Body"
+ , "aliases": [
+ "rowing_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚣♀️"
+ , "description": "woman rowing boat"
+ , "category": "People & Body"
+ , "aliases": [
+ "rowing_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏊"
+ , "description": "person swimming"
+ , "category": "People & Body"
+ , "aliases": [
+ "swimmer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏊♂️"
+ , "description": "man swimming"
+ , "category": "People & Body"
+ , "aliases": [
+ "swimming_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏊♀️"
+ , "description": "woman swimming"
+ , "category": "People & Body"
+ , "aliases": [
+ "swimming_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "⛹️"
+ , "description": "person bouncing ball"
+ , "category": "People & Body"
+ , "aliases": [
+ "bouncing_ball_person"
+ ]
+ , "tags": [
+ "basketball"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "⛹️♂️"
+ , "description": "man bouncing ball"
+ , "category": "People & Body"
+ , "aliases": [
+ "bouncing_ball_man"
+ , "basketball_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "⛹️♀️"
+ , "description": "woman bouncing ball"
+ , "category": "People & Body"
+ , "aliases": [
+ "bouncing_ball_woman"
+ , "basketball_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏋️"
+ , "description": "person lifting weights"
+ , "category": "People & Body"
+ , "aliases": [
+ "weight_lifting"
+ ]
+ , "tags": [
+ "gym"
+ , "workout"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏋️♂️"
+ , "description": "man lifting weights"
+ , "category": "People & Body"
+ , "aliases": [
+ "weight_lifting_man"
+ ]
+ , "tags": [
+ "gym"
+ , "workout"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🏋️♀️"
+ , "description": "woman lifting weights"
+ , "category": "People & Body"
+ , "aliases": [
+ "weight_lifting_woman"
+ ]
+ , "tags": [
+ "gym"
+ , "workout"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚴"
+ , "description": "person biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "bicyclist"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚴♂️"
+ , "description": "man biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "biking_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚴♀️"
+ , "description": "woman biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "biking_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚵"
+ , "description": "person mountain biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "mountain_bicyclist"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚵♂️"
+ , "description": "man mountain biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "mountain_biking_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🚵♀️"
+ , "description": "woman mountain biking"
+ , "category": "People & Body"
+ , "aliases": [
+ "mountain_biking_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤸"
+ , "description": "person cartwheeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "cartwheeling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤸♂️"
+ , "description": "man cartwheeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_cartwheeling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤸♀️"
+ , "description": "woman cartwheeling"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_cartwheeling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤼"
+ , "description": "people wrestling"
+ , "category": "People & Body"
+ , "aliases": [
+ "wrestling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🤼♂️"
+ , "description": "men wrestling"
+ , "category": "People & Body"
+ , "aliases": [
+ "men_wrestling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🤼♀️"
+ , "description": "women wrestling"
+ , "category": "People & Body"
+ , "aliases": [
+ "women_wrestling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🤽"
+ , "description": "person playing water polo"
+ , "category": "People & Body"
+ , "aliases": [
+ "water_polo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤽♂️"
+ , "description": "man playing water polo"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_playing_water_polo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤽♀️"
+ , "description": "woman playing water polo"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_playing_water_polo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤾"
+ , "description": "person playing handball"
+ , "category": "People & Body"
+ , "aliases": [
+ "handball_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤾♂️"
+ , "description": "man playing handball"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_playing_handball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤾♀️"
+ , "description": "woman playing handball"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_playing_handball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤹"
+ , "description": "person juggling"
+ , "category": "People & Body"
+ , "aliases": [
+ "juggling_person"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤹♂️"
+ , "description": "man juggling"
+ , "category": "People & Body"
+ , "aliases": [
+ "man_juggling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🤹♀️"
+ , "description": "woman juggling"
+ , "category": "People & Body"
+ , "aliases": [
+ "woman_juggling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧘"
+ , "description": "person in lotus position"
+ , "category": "People & Body"
+ , "aliases": [
+ "lotus_position"
+ ]
+ , "tags": [
+ "meditation"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧘♂️"
+ , "description": "man in lotus position"
+ , "category": "People & Body"
+ , "aliases": [
+ "lotus_position_man"
+ ]
+ , "tags": [
+ "meditation"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧘♀️"
+ , "description": "woman in lotus position"
+ , "category": "People & Body"
+ , "aliases": [
+ "lotus_position_woman"
+ ]
+ , "tags": [
+ "meditation"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🛀"
+ , "description": "person taking bath"
+ , "category": "People & Body"
+ , "aliases": [
+ "bath"
+ ]
+ , "tags": [
+ "shower"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🛌"
+ , "description": "person in bed"
+ , "category": "People & Body"
+ , "aliases": [
+ "sleeping_bed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "🧑🤝🧑"
+ , "description": "people holding hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "people_holding_hands"
+ ]
+ , "tags": [
+ "couple"
+ , "date"
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👭"
+ , "description": "women holding hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "two_women_holding_hands"
+ ]
+ , "tags": [
+ "couple"
+ , "date"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👫"
+ , "description": "woman and man holding hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "couple"
+ ]
+ , "tags": [
+ "date"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👬"
+ , "description": "men holding hands"
+ , "category": "People & Body"
+ , "aliases": [
+ "two_men_holding_hands"
+ ]
+ , "tags": [
+ "couple"
+ , "date"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💏"
+ , "description": "kiss"
+ , "category": "People & Body"
+ , "aliases": [
+ "couplekiss"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩❤️💋👨"
+ , "description": "kiss: woman, man"
+ , "category": "People & Body"
+ , "aliases": [
+ "couplekiss_man_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨❤️💋👨"
+ , "description": "kiss: man, man"
+ , "category": "People & Body"
+ , "aliases": [
+ "couplekiss_man_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩❤️💋👩"
+ , "description": "kiss: woman, woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "couplekiss_woman_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "💑"
+ , "description": "couple with heart"
+ , "category": "People & Body"
+ , "aliases": [
+ "couple_with_heart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩❤️👨"
+ , "description": "couple with heart: woman, man"
+ , "category": "People & Body"
+ , "aliases": [
+ "couple_with_heart_woman_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👨❤️👨"
+ , "description": "couple with heart: man, man"
+ , "category": "People & Body"
+ , "aliases": [
+ "couple_with_heart_man_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👩❤️👩"
+ , "description": "couple with heart: woman, woman"
+ , "category": "People & Body"
+ , "aliases": [
+ "couple_with_heart_woman_woman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ , "skin_tones": true
+ }
+, {
+ "emoji": "👪"
+ , "description": "family"
+ , "category": "People & Body"
+ , "aliases": [
+ "family"
+ ]
+ , "tags": [
+ "home"
+ , "parents"
+ , "child"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👨👩👦"
+ , "description": "family: man, woman, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_woman_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "👨👩👧"
+ , "description": "family: man, woman, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_woman_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👩👧👦"
+ , "description": "family: man, woman, girl, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_woman_girl_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👩👦👦"
+ , "description": "family: man, woman, boy, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_woman_boy_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👩👧👧"
+ , "description": "family: man, woman, girl, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_woman_girl_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👨👦"
+ , "description": "family: man, man, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_man_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👨👧"
+ , "description": "family: man, man, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_man_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👨👧👦"
+ , "description": "family: man, man, girl, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_man_girl_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👨👦👦"
+ , "description": "family: man, man, boy, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_man_boy_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👨👧👧"
+ , "description": "family: man, man, girl, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_man_girl_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👩👩👦"
+ , "description": "family: woman, woman, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_woman_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👩👩👧"
+ , "description": "family: woman, woman, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_woman_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👩👩👧👦"
+ , "description": "family: woman, woman, girl, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_woman_girl_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👩👩👦👦"
+ , "description": "family: woman, woman, boy, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_woman_boy_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👩👩👧👧"
+ , "description": "family: woman, woman, girl, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_woman_girl_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "👨👦"
+ , "description": "family: man, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👨👦👦"
+ , "description": "family: man, boy, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_boy_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👨👧"
+ , "description": "family: man, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👨👧👦"
+ , "description": "family: man, girl, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_girl_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👨👧👧"
+ , "description": "family: man, girl, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_man_girl_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👩👦"
+ , "description": "family: woman, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👩👦👦"
+ , "description": "family: woman, boy, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_boy_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👩👧"
+ , "description": "family: woman, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👩👧👦"
+ , "description": "family: woman, girl, boy"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_girl_boy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "👩👧👧"
+ , "description": "family: woman, girl, girl"
+ , "category": "People & Body"
+ , "aliases": [
+ "family_woman_girl_girl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "🗣️"
+ , "description": "speaking head"
+ , "category": "People & Body"
+ , "aliases": [
+ "speaking_head"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "👤"
+ , "description": "bust in silhouette"
+ , "category": "People & Body"
+ , "aliases": [
+ "bust_in_silhouette"
+ ]
+ , "tags": [
+ "user"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👥"
+ , "description": "busts in silhouette"
+ , "category": "People & Body"
+ , "aliases": [
+ "busts_in_silhouette"
+ ]
+ , "tags": [
+ "users"
+ , "group"
+ , "team"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫂"
+ , "description": "people hugging"
+ , "category": "People & Body"
+ , "aliases": [
+ "people_hugging"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "👣"
+ , "description": "footprints"
+ , "category": "People & Body"
+ , "aliases": [
+ "footprints"
+ ]
+ , "tags": [
+ "feet"
+ , "tracks"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐵"
+ , "description": "monkey face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "monkey_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐒"
+ , "description": "monkey"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "monkey"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦍"
+ , "description": "gorilla"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "gorilla"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦧"
+ , "description": "orangutan"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "orangutan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🐶"
+ , "description": "dog face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dog"
+ ]
+ , "tags": [
+ "pet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐕"
+ , "description": "dog"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dog2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦮"
+ , "description": "guide dog"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "guide_dog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🐕🦺"
+ , "description": "service dog"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "service_dog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🐩"
+ , "description": "poodle"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "poodle"
+ ]
+ , "tags": [
+ "dog"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐺"
+ , "description": "wolf"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "wolf"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦊"
+ , "description": "fox"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "fox_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦝"
+ , "description": "raccoon"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "raccoon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🐱"
+ , "description": "cat face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cat"
+ ]
+ , "tags": [
+ "pet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐈"
+ , "description": "cat"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cat2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐈⬛"
+ , "description": "black cat"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "black_cat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦁"
+ , "description": "lion"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "lion"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🐯"
+ , "description": "tiger face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "tiger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐅"
+ , "description": "tiger"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "tiger2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐆"
+ , "description": "leopard"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "leopard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐴"
+ , "description": "horse face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "horse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫎"
+ , "description": "moose"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "moose"
+ ]
+ , "tags": [
+ "canada"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🫏"
+ , "description": "donkey"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "donkey"
+ ]
+ , "tags": [
+ "mule"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🐎"
+ , "description": "horse"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "racehorse"
+ ]
+ , "tags": [
+ "speed"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦄"
+ , "description": "unicorn"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "unicorn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦓"
+ , "description": "zebra"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "zebra"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦌"
+ , "description": "deer"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "deer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦬"
+ , "description": "bison"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bison"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🐮"
+ , "description": "cow face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐂"
+ , "description": "ox"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "ox"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐃"
+ , "description": "water buffalo"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "water_buffalo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐄"
+ , "description": "cow"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cow2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐷"
+ , "description": "pig face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "pig"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐖"
+ , "description": "pig"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "pig2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐗"
+ , "description": "boar"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "boar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐽"
+ , "description": "pig nose"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "pig_nose"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐏"
+ , "description": "ram"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "ram"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐑"
+ , "description": "ewe"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "sheep"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐐"
+ , "description": "goat"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "goat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐪"
+ , "description": "camel"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dromedary_camel"
+ ]
+ , "tags": [
+ "desert"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐫"
+ , "description": "two-hump camel"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "camel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦙"
+ , "description": "llama"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "llama"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦒"
+ , "description": "giraffe"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "giraffe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🐘"
+ , "description": "elephant"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "elephant"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦣"
+ , "description": "mammoth"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "mammoth"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦏"
+ , "description": "rhinoceros"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rhinoceros"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦛"
+ , "description": "hippopotamus"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hippopotamus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🐭"
+ , "description": "mouse face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "mouse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐁"
+ , "description": "mouse"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "mouse2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐀"
+ , "description": "rat"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐹"
+ , "description": "hamster"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hamster"
+ ]
+ , "tags": [
+ "pet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐰"
+ , "description": "rabbit face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rabbit"
+ ]
+ , "tags": [
+ "bunny"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐇"
+ , "description": "rabbit"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rabbit2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐿️"
+ , "description": "chipmunk"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "chipmunk"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦫"
+ , "description": "beaver"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "beaver"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦔"
+ , "description": "hedgehog"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hedgehog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦇"
+ , "description": "bat"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🐻"
+ , "description": "bear"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐻❄️"
+ , "description": "polar bear"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "polar_bear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🐨"
+ , "description": "koala"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "koala"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐼"
+ , "description": "panda"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "panda_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦥"
+ , "description": "sloth"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "sloth"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦦"
+ , "description": "otter"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "otter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦨"
+ , "description": "skunk"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "skunk"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦘"
+ , "description": "kangaroo"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "kangaroo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦡"
+ , "description": "badger"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "badger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🐾"
+ , "description": "paw prints"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "feet"
+ , "paw_prints"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦃"
+ , "description": "turkey"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "turkey"
+ ]
+ , "tags": [
+ "thanksgiving"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🐔"
+ , "description": "chicken"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "chicken"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐓"
+ , "description": "rooster"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rooster"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐣"
+ , "description": "hatching chick"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hatching_chick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐤"
+ , "description": "baby chick"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "baby_chick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐥"
+ , "description": "front-facing baby chick"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hatched_chick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐦"
+ , "description": "bird"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bird"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐧"
+ , "description": "penguin"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "penguin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕊️"
+ , "description": "dove"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dove"
+ ]
+ , "tags": [
+ "peace"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦅"
+ , "description": "eagle"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "eagle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦆"
+ , "description": "duck"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "duck"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦢"
+ , "description": "swan"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "swan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦉"
+ , "description": "owl"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "owl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦤"
+ , "description": "dodo"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dodo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪶"
+ , "description": "feather"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "feather"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦩"
+ , "description": "flamingo"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "flamingo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦚"
+ , "description": "peacock"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "peacock"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦜"
+ , "description": "parrot"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "parrot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪽"
+ , "description": "wing"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "wing"
+ ]
+ , "tags": [
+ "fly"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🐦⬛"
+ , "description": "black bird"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "black_bird"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🪿"
+ , "description": "goose"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "goose"
+ ]
+ , "tags": [
+ "honk"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🐸"
+ , "description": "frog"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "frog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐊"
+ , "description": "crocodile"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "crocodile"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐢"
+ , "description": "turtle"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "turtle"
+ ]
+ , "tags": [
+ "slow"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦎"
+ , "description": "lizard"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "lizard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🐍"
+ , "description": "snake"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "snake"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐲"
+ , "description": "dragon face"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dragon_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐉"
+ , "description": "dragon"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dragon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦕"
+ , "description": "sauropod"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "sauropod"
+ ]
+ , "tags": [
+ "dinosaur"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦖"
+ , "description": "T-Rex"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "t-rex"
+ ]
+ , "tags": [
+ "dinosaur"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🐳"
+ , "description": "spouting whale"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "whale"
+ ]
+ , "tags": [
+ "sea"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐋"
+ , "description": "whale"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "whale2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐬"
+ , "description": "dolphin"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "dolphin"
+ , "flipper"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦭"
+ , "description": "seal"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "seal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🐟"
+ , "description": "fish"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "fish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐠"
+ , "description": "tropical fish"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "tropical_fish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐡"
+ , "description": "blowfish"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "blowfish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦈"
+ , "description": "shark"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "shark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🐙"
+ , "description": "octopus"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "octopus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐚"
+ , "description": "spiral shell"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "shell"
+ ]
+ , "tags": [
+ "sea"
+ , "beach"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪸"
+ , "description": "coral"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "coral"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🪼"
+ , "description": "jellyfish"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "jellyfish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🐌"
+ , "description": "snail"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "snail"
+ ]
+ , "tags": [
+ "slow"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦋"
+ , "description": "butterfly"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "butterfly"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🐛"
+ , "description": "bug"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bug"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐜"
+ , "description": "ant"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "ant"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🐝"
+ , "description": "honeybee"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bee"
+ , "honeybee"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪲"
+ , "description": "beetle"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "beetle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🐞"
+ , "description": "lady beetle"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "lady_beetle"
+ ]
+ , "tags": [
+ "bug"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🦗"
+ , "description": "cricket"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cricket"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪳"
+ , "description": "cockroach"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cockroach"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🕷️"
+ , "description": "spider"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "spider"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕸️"
+ , "description": "spider web"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "spider_web"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦂"
+ , "description": "scorpion"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "scorpion"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦟"
+ , "description": "mosquito"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "mosquito"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪰"
+ , "description": "fly"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "fly"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪱"
+ , "description": "worm"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "worm"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🦠"
+ , "description": "microbe"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "microbe"
+ ]
+ , "tags": [
+ "germ"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "💐"
+ , "description": "bouquet"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "bouquet"
+ ]
+ , "tags": [
+ "flowers"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌸"
+ , "description": "cherry blossom"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cherry_blossom"
+ ]
+ , "tags": [
+ "flower"
+ , "spring"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💮"
+ , "description": "white flower"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "white_flower"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪷"
+ , "description": "lotus"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "lotus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🏵️"
+ , "description": "rosette"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rosette"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌹"
+ , "description": "rose"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "rose"
+ ]
+ , "tags": [
+ "flower"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥀"
+ , "description": "wilted flower"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "wilted_flower"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🌺"
+ , "description": "hibiscus"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hibiscus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌻"
+ , "description": "sunflower"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "sunflower"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌼"
+ , "description": "blossom"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "blossom"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌷"
+ , "description": "tulip"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "tulip"
+ ]
+ , "tags": [
+ "flower"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪻"
+ , "description": "hyacinth"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "hyacinth"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🌱"
+ , "description": "seedling"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "seedling"
+ ]
+ , "tags": [
+ "plant"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪴"
+ , "description": "potted plant"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "potted_plant"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🌲"
+ , "description": "evergreen tree"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "evergreen_tree"
+ ]
+ , "tags": [
+ "wood"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌳"
+ , "description": "deciduous tree"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "deciduous_tree"
+ ]
+ , "tags": [
+ "wood"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌴"
+ , "description": "palm tree"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "palm_tree"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌵"
+ , "description": "cactus"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "cactus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌾"
+ , "description": "sheaf of rice"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "ear_of_rice"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌿"
+ , "description": "herb"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "herb"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☘️"
+ , "description": "shamrock"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "shamrock"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🍀"
+ , "description": "four leaf clover"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "four_leaf_clover"
+ ]
+ , "tags": [
+ "luck"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍁"
+ , "description": "maple leaf"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "maple_leaf"
+ ]
+ , "tags": [
+ "canada"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍂"
+ , "description": "fallen leaf"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "fallen_leaf"
+ ]
+ , "tags": [
+ "autumn"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍃"
+ , "description": "leaf fluttering in wind"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "leaves"
+ ]
+ , "tags": [
+ "leaf"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪹"
+ , "description": "empty nest"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "empty_nest"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🪺"
+ , "description": "nest with eggs"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "nest_with_eggs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🍄"
+ , "description": "mushroom"
+ , "category": "Animals & Nature"
+ , "aliases": [
+ "mushroom"
+ ]
+ , "tags": [
+ "fungus"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍇"
+ , "description": "grapes"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "grapes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍈"
+ , "description": "melon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "melon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍉"
+ , "description": "watermelon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "watermelon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍊"
+ , "description": "tangerine"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tangerine"
+ , "orange"
+ , "mandarin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍋"
+ , "description": "lemon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "lemon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍌"
+ , "description": "banana"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "banana"
+ ]
+ , "tags": [
+ "fruit"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍍"
+ , "description": "pineapple"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pineapple"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥭"
+ , "description": "mango"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "mango"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🍎"
+ , "description": "red apple"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "apple"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍏"
+ , "description": "green apple"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "green_apple"
+ ]
+ , "tags": [
+ "fruit"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍐"
+ , "description": "pear"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍑"
+ , "description": "peach"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "peach"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍒"
+ , "description": "cherries"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cherries"
+ ]
+ , "tags": [
+ "fruit"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍓"
+ , "description": "strawberry"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "strawberry"
+ ]
+ , "tags": [
+ "fruit"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫐"
+ , "description": "blueberries"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "blueberries"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥝"
+ , "description": "kiwi fruit"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "kiwi_fruit"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍅"
+ , "description": "tomato"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tomato"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫒"
+ , "description": "olive"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "olive"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥥"
+ , "description": "coconut"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "coconut"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥑"
+ , "description": "avocado"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "avocado"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍆"
+ , "description": "eggplant"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "eggplant"
+ ]
+ , "tags": [
+ "aubergine"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥔"
+ , "description": "potato"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "potato"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥕"
+ , "description": "carrot"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "carrot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🌽"
+ , "description": "ear of corn"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "corn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌶️"
+ , "description": "hot pepper"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "hot_pepper"
+ ]
+ , "tags": [
+ "spicy"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🫑"
+ , "description": "bell pepper"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bell_pepper"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥒"
+ , "description": "cucumber"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cucumber"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥬"
+ , "description": "leafy green"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "leafy_green"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥦"
+ , "description": "broccoli"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "broccoli"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧄"
+ , "description": "garlic"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "garlic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧅"
+ , "description": "onion"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "onion"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🥜"
+ , "description": "peanuts"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "peanuts"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🫘"
+ , "description": "beans"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "beans"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🌰"
+ , "description": "chestnut"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "chestnut"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫚"
+ , "description": "ginger root"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "ginger_root"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🫛"
+ , "description": "pea pod"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pea_pod"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🍞"
+ , "description": "bread"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bread"
+ ]
+ , "tags": [
+ "toast"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥐"
+ , "description": "croissant"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "croissant"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥖"
+ , "description": "baguette bread"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "baguette_bread"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🫓"
+ , "description": "flatbread"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "flatbread"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥨"
+ , "description": "pretzel"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pretzel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥯"
+ , "description": "bagel"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bagel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥞"
+ , "description": "pancakes"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pancakes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🧇"
+ , "description": "waffle"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "waffle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧀"
+ , "description": "cheese wedge"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cheese"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🍖"
+ , "description": "meat on bone"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "meat_on_bone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍗"
+ , "description": "poultry leg"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "poultry_leg"
+ ]
+ , "tags": [
+ "meat"
+ , "chicken"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥩"
+ , "description": "cut of meat"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cut_of_meat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥓"
+ , "description": "bacon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bacon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍔"
+ , "description": "hamburger"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "hamburger"
+ ]
+ , "tags": [
+ "burger"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍟"
+ , "description": "french fries"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fries"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍕"
+ , "description": "pizza"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pizza"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌭"
+ , "description": "hot dog"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "hotdog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🥪"
+ , "description": "sandwich"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "sandwich"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🌮"
+ , "description": "taco"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "taco"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌯"
+ , "description": "burrito"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "burrito"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🫔"
+ , "description": "tamale"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tamale"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥙"
+ , "description": "stuffed flatbread"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "stuffed_flatbread"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🧆"
+ , "description": "falafel"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "falafel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🥚"
+ , "description": "egg"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "egg"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍳"
+ , "description": "cooking"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fried_egg"
+ ]
+ , "tags": [
+ "breakfast"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥘"
+ , "description": "shallow pan of food"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "shallow_pan_of_food"
+ ]
+ , "tags": [
+ "paella"
+ , "curry"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍲"
+ , "description": "pot of food"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "stew"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫕"
+ , "description": "fondue"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fondue"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🥣"
+ , "description": "bowl with spoon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bowl_with_spoon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥗"
+ , "description": "green salad"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "green_salad"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🍿"
+ , "description": "popcorn"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "popcorn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧈"
+ , "description": "butter"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "butter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧂"
+ , "description": "salt"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "salt"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥫"
+ , "description": "canned food"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "canned_food"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🍱"
+ , "description": "bento box"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bento"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍘"
+ , "description": "rice cracker"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "rice_cracker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍙"
+ , "description": "rice ball"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "rice_ball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍚"
+ , "description": "cooked rice"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "rice"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍛"
+ , "description": "curry rice"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "curry"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍜"
+ , "description": "steaming bowl"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "ramen"
+ ]
+ , "tags": [
+ "noodle"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍝"
+ , "description": "spaghetti"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "spaghetti"
+ ]
+ , "tags": [
+ "pasta"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍠"
+ , "description": "roasted sweet potato"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "sweet_potato"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍢"
+ , "description": "oden"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "oden"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍣"
+ , "description": "sushi"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "sushi"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍤"
+ , "description": "fried shrimp"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fried_shrimp"
+ ]
+ , "tags": [
+ "tempura"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍥"
+ , "description": "fish cake with swirl"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fish_cake"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥮"
+ , "description": "moon cake"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "moon_cake"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🍡"
+ , "description": "dango"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "dango"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥟"
+ , "description": "dumpling"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "dumpling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥠"
+ , "description": "fortune cookie"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fortune_cookie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥡"
+ , "description": "takeout box"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "takeout_box"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦀"
+ , "description": "crab"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "crab"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦞"
+ , "description": "lobster"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "lobster"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦐"
+ , "description": "shrimp"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "shrimp"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦑"
+ , "description": "squid"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "squid"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦪"
+ , "description": "oyster"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "oyster"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🍦"
+ , "description": "soft ice cream"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "icecream"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍧"
+ , "description": "shaved ice"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "shaved_ice"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍨"
+ , "description": "ice cream"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "ice_cream"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍩"
+ , "description": "doughnut"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "doughnut"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍪"
+ , "description": "cookie"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cookie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎂"
+ , "description": "birthday cake"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "birthday"
+ ]
+ , "tags": [
+ "party"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍰"
+ , "description": "shortcake"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cake"
+ ]
+ , "tags": [
+ "dessert"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧁"
+ , "description": "cupcake"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cupcake"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥧"
+ , "description": "pie"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pie"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🍫"
+ , "description": "chocolate bar"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "chocolate_bar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍬"
+ , "description": "candy"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "candy"
+ ]
+ , "tags": [
+ "sweet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍭"
+ , "description": "lollipop"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "lollipop"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍮"
+ , "description": "custard"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "custard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍯"
+ , "description": "honey pot"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "honey_pot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍼"
+ , "description": "baby bottle"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "baby_bottle"
+ ]
+ , "tags": [
+ "milk"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥛"
+ , "description": "glass of milk"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "milk_glass"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "☕"
+ , "description": "hot beverage"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "coffee"
+ ]
+ , "tags": [
+ "cafe"
+ , "espresso"
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫖"
+ , "description": "teapot"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "teapot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🍵"
+ , "description": "teacup without handle"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tea"
+ ]
+ , "tags": [
+ "green"
+ , "breakfast"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍶"
+ , "description": "sake"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "sake"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍾"
+ , "description": "bottle with popping cork"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "champagne"
+ ]
+ , "tags": [
+ "bottle"
+ , "bubbly"
+ , "celebration"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🍷"
+ , "description": "wine glass"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "wine_glass"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍸"
+ , "description": "cocktail glass"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cocktail"
+ ]
+ , "tags": [
+ "drink"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍹"
+ , "description": "tropical drink"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tropical_drink"
+ ]
+ , "tags": [
+ "summer"
+ , "vacation"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍺"
+ , "description": "beer mug"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "beer"
+ ]
+ , "tags": [
+ "drink"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🍻"
+ , "description": "clinking beer mugs"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "beers"
+ ]
+ , "tags": [
+ "drinks"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥂"
+ , "description": "clinking glasses"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "clinking_glasses"
+ ]
+ , "tags": [
+ "cheers"
+ , "toast"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥃"
+ , "description": "tumbler glass"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "tumbler_glass"
+ ]
+ , "tags": [
+ "whisky"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🫗"
+ , "description": "pouring liquid"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "pouring_liquid"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🥤"
+ , "description": "cup with straw"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "cup_with_straw"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧋"
+ , "description": "bubble tea"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "bubble_tea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🧃"
+ , "description": "beverage box"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "beverage_box"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧉"
+ , "description": "mate"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "mate"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧊"
+ , "description": "ice"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "ice_cube"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🥢"
+ , "description": "chopsticks"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "chopsticks"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🍽️"
+ , "description": "fork and knife with plate"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "plate_with_cutlery"
+ ]
+ , "tags": [
+ "dining"
+ , "dinner"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🍴"
+ , "description": "fork and knife"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "fork_and_knife"
+ ]
+ , "tags": [
+ "cutlery"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥄"
+ , "description": "spoon"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "spoon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🔪"
+ , "description": "kitchen knife"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "hocho"
+ , "knife"
+ ]
+ , "tags": [
+ "cut"
+ , "chop"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🫙"
+ , "description": "jar"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "jar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🏺"
+ , "description": "amphora"
+ , "category": "Food & Drink"
+ , "aliases": [
+ "amphora"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌍"
+ , "description": "globe showing Europe-Africa"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "earth_africa"
+ ]
+ , "tags": [
+ "globe"
+ , "world"
+ , "international"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌎"
+ , "description": "globe showing Americas"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "earth_americas"
+ ]
+ , "tags": [
+ "globe"
+ , "world"
+ , "international"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌏"
+ , "description": "globe showing Asia-Australia"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "earth_asia"
+ ]
+ , "tags": [
+ "globe"
+ , "world"
+ , "international"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌐"
+ , "description": "globe with meridians"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "globe_with_meridians"
+ ]
+ , "tags": [
+ "world"
+ , "global"
+ , "international"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗺️"
+ , "description": "world map"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "world_map"
+ ]
+ , "tags": [
+ "travel"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗾"
+ , "description": "map of Japan"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "japan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧭"
+ , "description": "compass"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "compass"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🏔️"
+ , "description": "snow-capped mountain"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mountain_snow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛰️"
+ , "description": "mountain"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mountain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌋"
+ , "description": "volcano"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "volcano"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗻"
+ , "description": "mount fuji"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mount_fuji"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏕️"
+ , "description": "camping"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "camping"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏖️"
+ , "description": "beach with umbrella"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "beach_umbrella"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏜️"
+ , "description": "desert"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "desert"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏝️"
+ , "description": "desert island"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "desert_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏞️"
+ , "description": "national park"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "national_park"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏟️"
+ , "description": "stadium"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "stadium"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏛️"
+ , "description": "classical building"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "classical_building"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏗️"
+ , "description": "building construction"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "building_construction"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧱"
+ , "description": "brick"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bricks"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪨"
+ , "description": "rock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "rock"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪵"
+ , "description": "wood"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "wood"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🛖"
+ , "description": "hut"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hut"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🏘️"
+ , "description": "houses"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "houses"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏚️"
+ , "description": "derelict house"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "derelict_house"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏠"
+ , "description": "house"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "house"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏡"
+ , "description": "house with garden"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "house_with_garden"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏢"
+ , "description": "office building"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "office"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏣"
+ , "description": "Japanese post office"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "post_office"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏤"
+ , "description": "post office"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "european_post_office"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏥"
+ , "description": "hospital"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hospital"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏦"
+ , "description": "bank"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bank"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏨"
+ , "description": "hotel"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hotel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏩"
+ , "description": "love hotel"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "love_hotel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏪"
+ , "description": "convenience store"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "convenience_store"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏫"
+ , "description": "school"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "school"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏬"
+ , "description": "department store"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "department_store"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏭"
+ , "description": "factory"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "factory"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏯"
+ , "description": "Japanese castle"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "japanese_castle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏰"
+ , "description": "castle"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "european_castle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💒"
+ , "description": "wedding"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "wedding"
+ ]
+ , "tags": [
+ "marriage"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗼"
+ , "description": "Tokyo tower"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "tokyo_tower"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗽"
+ , "description": "Statue of Liberty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "statue_of_liberty"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛪"
+ , "description": "church"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "church"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕌"
+ , "description": "mosque"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mosque"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛕"
+ , "description": "hindu temple"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hindu_temple"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🕍"
+ , "description": "synagogue"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "synagogue"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛩️"
+ , "description": "shinto shrine"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "shinto_shrine"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕋"
+ , "description": "kaaba"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "kaaba"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛲"
+ , "description": "fountain"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "fountain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛺"
+ , "description": "tent"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "tent"
+ ]
+ , "tags": [
+ "camping"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌁"
+ , "description": "foggy"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "foggy"
+ ]
+ , "tags": [
+ "karl"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌃"
+ , "description": "night with stars"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "night_with_stars"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏙️"
+ , "description": "cityscape"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cityscape"
+ ]
+ , "tags": [
+ "skyline"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌄"
+ , "description": "sunrise over mountains"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sunrise_over_mountains"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌅"
+ , "description": "sunrise"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sunrise"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌆"
+ , "description": "cityscape at dusk"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "city_sunset"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌇"
+ , "description": "sunset"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "city_sunrise"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌉"
+ , "description": "bridge at night"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bridge_at_night"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♨️"
+ , "description": "hot springs"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hotsprings"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎠"
+ , "description": "carousel horse"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "carousel_horse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛝"
+ , "description": "playground slide"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "playground_slide"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🎡"
+ , "description": "ferris wheel"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ferris_wheel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎢"
+ , "description": "roller coaster"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "roller_coaster"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💈"
+ , "description": "barber pole"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "barber"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎪"
+ , "description": "circus tent"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "circus_tent"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚂"
+ , "description": "locomotive"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "steam_locomotive"
+ ]
+ , "tags": [
+ "train"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚃"
+ , "description": "railway car"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "railway_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚄"
+ , "description": "high-speed train"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bullettrain_side"
+ ]
+ , "tags": [
+ "train"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚅"
+ , "description": "bullet train"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bullettrain_front"
+ ]
+ , "tags": [
+ "train"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚆"
+ , "description": "train"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "train2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚇"
+ , "description": "metro"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "metro"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚈"
+ , "description": "light rail"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "light_rail"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚉"
+ , "description": "station"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "station"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚊"
+ , "description": "tram"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "tram"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚝"
+ , "description": "monorail"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "monorail"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚞"
+ , "description": "mountain railway"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mountain_railway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚋"
+ , "description": "tram car"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "train"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚌"
+ , "description": "bus"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚍"
+ , "description": "oncoming bus"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "oncoming_bus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚎"
+ , "description": "trolleybus"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "trolleybus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚐"
+ , "description": "minibus"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "minibus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚑"
+ , "description": "ambulance"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ambulance"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚒"
+ , "description": "fire engine"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "fire_engine"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚓"
+ , "description": "police car"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "police_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚔"
+ , "description": "oncoming police car"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "oncoming_police_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚕"
+ , "description": "taxi"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "taxi"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚖"
+ , "description": "oncoming taxi"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "oncoming_taxi"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚗"
+ , "description": "automobile"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "car"
+ , "red_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚘"
+ , "description": "oncoming automobile"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "oncoming_automobile"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚙"
+ , "description": "sport utility vehicle"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "blue_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛻"
+ , "description": "pickup truck"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "pickup_truck"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🚚"
+ , "description": "delivery truck"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "truck"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚛"
+ , "description": "articulated lorry"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "articulated_lorry"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚜"
+ , "description": "tractor"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "tractor"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏎️"
+ , "description": "racing car"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "racing_car"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏍️"
+ , "description": "motorcycle"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "motorcycle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛵"
+ , "description": "motor scooter"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "motor_scooter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🦽"
+ , "description": "manual wheelchair"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "manual_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🦼"
+ , "description": "motorized wheelchair"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "motorized_wheelchair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🛺"
+ , "description": "auto rickshaw"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "auto_rickshaw"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🚲"
+ , "description": "bicycle"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bike"
+ ]
+ , "tags": [
+ "bicycle"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛴"
+ , "description": "kick scooter"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "kick_scooter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🛹"
+ , "description": "skateboard"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "skateboard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🛼"
+ , "description": "roller skate"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "roller_skate"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🚏"
+ , "description": "bus stop"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "busstop"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛣️"
+ , "description": "motorway"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "motorway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛤️"
+ , "description": "railway track"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "railway_track"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛢️"
+ , "description": "oil drum"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "oil_drum"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛽"
+ , "description": "fuel pump"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "fuelpump"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛞"
+ , "description": "wheel"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "wheel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🚨"
+ , "description": "police car light"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "rotating_light"
+ ]
+ , "tags": [
+ "911"
+ , "emergency"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚥"
+ , "description": "horizontal traffic light"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "traffic_light"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚦"
+ , "description": "vertical traffic light"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "vertical_traffic_light"
+ ]
+ , "tags": [
+ "semaphore"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛑"
+ , "description": "stop sign"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "stop_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🚧"
+ , "description": "construction"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "construction"
+ ]
+ , "tags": [
+ "wip"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚓"
+ , "description": "anchor"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "anchor"
+ ]
+ , "tags": [
+ "ship"
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛟"
+ , "description": "ring buoy"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ring_buoy"
+ ]
+ , "tags": [
+ "life preserver"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "⛵"
+ , "description": "sailboat"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "boat"
+ , "sailboat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛶"
+ , "description": "canoe"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "canoe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🚤"
+ , "description": "speedboat"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "speedboat"
+ ]
+ , "tags": [
+ "ship"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛳️"
+ , "description": "passenger ship"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "passenger_ship"
+ ]
+ , "tags": [
+ "cruise"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛴️"
+ , "description": "ferry"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ferry"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛥️"
+ , "description": "motor boat"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "motor_boat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🚢"
+ , "description": "ship"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ship"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✈️"
+ , "description": "airplane"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "airplane"
+ ]
+ , "tags": [
+ "flight"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛩️"
+ , "description": "small airplane"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "small_airplane"
+ ]
+ , "tags": [
+ "flight"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛫"
+ , "description": "airplane departure"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "flight_departure"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛬"
+ , "description": "airplane arrival"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "flight_arrival"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🪂"
+ , "description": "parachute"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "parachute"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "💺"
+ , "description": "seat"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "seat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚁"
+ , "description": "helicopter"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "helicopter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚟"
+ , "description": "suspension railway"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "suspension_railway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚠"
+ , "description": "mountain cableway"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mountain_cableway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚡"
+ , "description": "aerial tramway"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "aerial_tramway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛰️"
+ , "description": "satellite"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "artificial_satellite"
+ ]
+ , "tags": [
+ "orbit"
+ , "space"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🚀"
+ , "description": "rocket"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "rocket"
+ ]
+ , "tags": [
+ "ship"
+ , "launch"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛸"
+ , "description": "flying saucer"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "flying_saucer"
+ ]
+ , "tags": [
+ "ufo"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🛎️"
+ , "description": "bellhop bell"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "bellhop_bell"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧳"
+ , "description": "luggage"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "luggage"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "⌛"
+ , "description": "hourglass done"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hourglass"
+ ]
+ , "tags": [
+ "time"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏳"
+ , "description": "hourglass not done"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "hourglass_flowing_sand"
+ ]
+ , "tags": [
+ "time"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⌚"
+ , "description": "watch"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "watch"
+ ]
+ , "tags": [
+ "time"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏰"
+ , "description": "alarm clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "alarm_clock"
+ ]
+ , "tags": [
+ "morning"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏱️"
+ , "description": "stopwatch"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "stopwatch"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⏲️"
+ , "description": "timer clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "timer_clock"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕰️"
+ , "description": "mantelpiece clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "mantelpiece_clock"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕛"
+ , "description": "twelve o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock12"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕧"
+ , "description": "twelve-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock1230"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕐"
+ , "description": "one o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock1"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕜"
+ , "description": "one-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock130"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕑"
+ , "description": "two o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕝"
+ , "description": "two-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock230"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕒"
+ , "description": "three o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock3"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕞"
+ , "description": "three-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock330"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕓"
+ , "description": "four o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock4"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕟"
+ , "description": "four-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock430"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕔"
+ , "description": "five o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock5"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕠"
+ , "description": "five-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock530"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕕"
+ , "description": "six o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock6"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕡"
+ , "description": "six-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock630"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕖"
+ , "description": "seven o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock7"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕢"
+ , "description": "seven-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock730"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕗"
+ , "description": "eight o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock8"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕣"
+ , "description": "eight-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock830"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕘"
+ , "description": "nine o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock9"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕤"
+ , "description": "nine-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock930"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕙"
+ , "description": "ten o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock10"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕥"
+ , "description": "ten-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock1030"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕚"
+ , "description": "eleven o’clock"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock11"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕦"
+ , "description": "eleven-thirty"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "clock1130"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌑"
+ , "description": "new moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "new_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌒"
+ , "description": "waxing crescent moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "waxing_crescent_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌓"
+ , "description": "first quarter moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "first_quarter_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌔"
+ , "description": "waxing gibbous moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "moon"
+ , "waxing_gibbous_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌕"
+ , "description": "full moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "full_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌖"
+ , "description": "waning gibbous moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "waning_gibbous_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌗"
+ , "description": "last quarter moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "last_quarter_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌘"
+ , "description": "waning crescent moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "waning_crescent_moon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌙"
+ , "description": "crescent moon"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "crescent_moon"
+ ]
+ , "tags": [
+ "night"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌚"
+ , "description": "new moon face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "new_moon_with_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌛"
+ , "description": "first quarter moon face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "first_quarter_moon_with_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌜"
+ , "description": "last quarter moon face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "last_quarter_moon_with_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌡️"
+ , "description": "thermometer"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "thermometer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☀️"
+ , "description": "sun"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sunny"
+ ]
+ , "tags": [
+ "weather"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌝"
+ , "description": "full moon face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "full_moon_with_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌞"
+ , "description": "sun with face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sun_with_face"
+ ]
+ , "tags": [
+ "summer"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪐"
+ , "description": "ringed planet"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ringed_planet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "⭐"
+ , "description": "star"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "star"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌟"
+ , "description": "glowing star"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "star2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌠"
+ , "description": "shooting star"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "stars"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌌"
+ , "description": "milky way"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "milky_way"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☁️"
+ , "description": "cloud"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cloud"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛅"
+ , "description": "sun behind cloud"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "partly_sunny"
+ ]
+ , "tags": [
+ "weather"
+ , "cloud"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛈️"
+ , "description": "cloud with lightning and rain"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cloud_with_lightning_and_rain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌤️"
+ , "description": "sun behind small cloud"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sun_behind_small_cloud"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌥️"
+ , "description": "sun behind large cloud"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sun_behind_large_cloud"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌦️"
+ , "description": "sun behind rain cloud"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "sun_behind_rain_cloud"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌧️"
+ , "description": "cloud with rain"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cloud_with_rain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌨️"
+ , "description": "cloud with snow"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cloud_with_snow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌩️"
+ , "description": "cloud with lightning"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cloud_with_lightning"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌪️"
+ , "description": "tornado"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "tornado"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌫️"
+ , "description": "fog"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "fog"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌬️"
+ , "description": "wind face"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "wind_face"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🌀"
+ , "description": "cyclone"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "cyclone"
+ ]
+ , "tags": [
+ "swirl"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌈"
+ , "description": "rainbow"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "rainbow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌂"
+ , "description": "closed umbrella"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "closed_umbrella"
+ ]
+ , "tags": [
+ "weather"
+ , "rain"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☂️"
+ , "description": "umbrella"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "open_umbrella"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☔"
+ , "description": "umbrella with rain drops"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "umbrella"
+ ]
+ , "tags": [
+ "rain"
+ , "weather"
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛱️"
+ , "description": "umbrella on ground"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "parasol_on_ground"
+ ]
+ , "tags": [
+ "beach_umbrella"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⚡"
+ , "description": "high voltage"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "zap"
+ ]
+ , "tags": [
+ "lightning"
+ , "thunder"
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❄️"
+ , "description": "snowflake"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "snowflake"
+ ]
+ , "tags": [
+ "winter"
+ , "cold"
+ , "weather"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☃️"
+ , "description": "snowman"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "snowman_with_snow"
+ ]
+ , "tags": [
+ "winter"
+ , "christmas"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⛄"
+ , "description": "snowman without snow"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "snowman"
+ ]
+ , "tags": [
+ "winter"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☄️"
+ , "description": "comet"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "comet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔥"
+ , "description": "fire"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "fire"
+ ]
+ , "tags": [
+ "burn"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💧"
+ , "description": "droplet"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "droplet"
+ ]
+ , "tags": [
+ "water"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🌊"
+ , "description": "water wave"
+ , "category": "Travel & Places"
+ , "aliases": [
+ "ocean"
+ ]
+ , "tags": [
+ "sea"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎃"
+ , "description": "jack-o-lantern"
+ , "category": "Activities"
+ , "aliases": [
+ "jack_o_lantern"
+ ]
+ , "tags": [
+ "halloween"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎄"
+ , "description": "Christmas tree"
+ , "category": "Activities"
+ , "aliases": [
+ "christmas_tree"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎆"
+ , "description": "fireworks"
+ , "category": "Activities"
+ , "aliases": [
+ "fireworks"
+ ]
+ , "tags": [
+ "festival"
+ , "celebration"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎇"
+ , "description": "sparkler"
+ , "category": "Activities"
+ , "aliases": [
+ "sparkler"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧨"
+ , "description": "firecracker"
+ , "category": "Activities"
+ , "aliases": [
+ "firecracker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "✨"
+ , "description": "sparkles"
+ , "category": "Activities"
+ , "aliases": [
+ "sparkles"
+ ]
+ , "tags": [
+ "shiny"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎈"
+ , "description": "balloon"
+ , "category": "Activities"
+ , "aliases": [
+ "balloon"
+ ]
+ , "tags": [
+ "party"
+ , "birthday"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎉"
+ , "description": "party popper"
+ , "category": "Activities"
+ , "aliases": [
+ "tada"
+ ]
+ , "tags": [
+ "hooray"
+ , "party"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎊"
+ , "description": "confetti ball"
+ , "category": "Activities"
+ , "aliases": [
+ "confetti_ball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎋"
+ , "description": "tanabata tree"
+ , "category": "Activities"
+ , "aliases": [
+ "tanabata_tree"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎍"
+ , "description": "pine decoration"
+ , "category": "Activities"
+ , "aliases": [
+ "bamboo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎎"
+ , "description": "Japanese dolls"
+ , "category": "Activities"
+ , "aliases": [
+ "dolls"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎏"
+ , "description": "carp streamer"
+ , "category": "Activities"
+ , "aliases": [
+ "flags"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎐"
+ , "description": "wind chime"
+ , "category": "Activities"
+ , "aliases": [
+ "wind_chime"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎑"
+ , "description": "moon viewing ceremony"
+ , "category": "Activities"
+ , "aliases": [
+ "rice_scene"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧧"
+ , "description": "red envelope"
+ , "category": "Activities"
+ , "aliases": [
+ "red_envelope"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🎀"
+ , "description": "ribbon"
+ , "category": "Activities"
+ , "aliases": [
+ "ribbon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎁"
+ , "description": "wrapped gift"
+ , "category": "Activities"
+ , "aliases": [
+ "gift"
+ ]
+ , "tags": [
+ "present"
+ , "birthday"
+ , "christmas"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎗️"
+ , "description": "reminder ribbon"
+ , "category": "Activities"
+ , "aliases": [
+ "reminder_ribbon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎟️"
+ , "description": "admission tickets"
+ , "category": "Activities"
+ , "aliases": [
+ "tickets"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎫"
+ , "description": "ticket"
+ , "category": "Activities"
+ , "aliases": [
+ "ticket"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎖️"
+ , "description": "military medal"
+ , "category": "Activities"
+ , "aliases": [
+ "medal_military"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏆"
+ , "description": "trophy"
+ , "category": "Activities"
+ , "aliases": [
+ "trophy"
+ ]
+ , "tags": [
+ "award"
+ , "contest"
+ , "winner"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏅"
+ , "description": "sports medal"
+ , "category": "Activities"
+ , "aliases": [
+ "medal_sports"
+ ]
+ , "tags": [
+ "gold"
+ , "winner"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🥇"
+ , "description": "1st place medal"
+ , "category": "Activities"
+ , "aliases": [
+ "1st_place_medal"
+ ]
+ , "tags": [
+ "gold"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥈"
+ , "description": "2nd place medal"
+ , "category": "Activities"
+ , "aliases": [
+ "2nd_place_medal"
+ ]
+ , "tags": [
+ "silver"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥉"
+ , "description": "3rd place medal"
+ , "category": "Activities"
+ , "aliases": [
+ "3rd_place_medal"
+ ]
+ , "tags": [
+ "bronze"
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "⚽"
+ , "description": "soccer ball"
+ , "category": "Activities"
+ , "aliases": [
+ "soccer"
+ ]
+ , "tags": [
+ "sports"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚾"
+ , "description": "baseball"
+ , "category": "Activities"
+ , "aliases": [
+ "baseball"
+ ]
+ , "tags": [
+ "sports"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥎"
+ , "description": "softball"
+ , "category": "Activities"
+ , "aliases": [
+ "softball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🏀"
+ , "description": "basketball"
+ , "category": "Activities"
+ , "aliases": [
+ "basketball"
+ ]
+ , "tags": [
+ "sports"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏐"
+ , "description": "volleyball"
+ , "category": "Activities"
+ , "aliases": [
+ "volleyball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏈"
+ , "description": "american football"
+ , "category": "Activities"
+ , "aliases": [
+ "football"
+ ]
+ , "tags": [
+ "sports"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏉"
+ , "description": "rugby football"
+ , "category": "Activities"
+ , "aliases": [
+ "rugby_football"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎾"
+ , "description": "tennis"
+ , "category": "Activities"
+ , "aliases": [
+ "tennis"
+ ]
+ , "tags": [
+ "sports"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥏"
+ , "description": "flying disc"
+ , "category": "Activities"
+ , "aliases": [
+ "flying_disc"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🎳"
+ , "description": "bowling"
+ , "category": "Activities"
+ , "aliases": [
+ "bowling"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏏"
+ , "description": "cricket game"
+ , "category": "Activities"
+ , "aliases": [
+ "cricket_game"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏑"
+ , "description": "field hockey"
+ , "category": "Activities"
+ , "aliases": [
+ "field_hockey"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏒"
+ , "description": "ice hockey"
+ , "category": "Activities"
+ , "aliases": [
+ "ice_hockey"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🥍"
+ , "description": "lacrosse"
+ , "category": "Activities"
+ , "aliases": [
+ "lacrosse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🏓"
+ , "description": "ping pong"
+ , "category": "Activities"
+ , "aliases": [
+ "ping_pong"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏸"
+ , "description": "badminton"
+ , "category": "Activities"
+ , "aliases": [
+ "badminton"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🥊"
+ , "description": "boxing glove"
+ , "category": "Activities"
+ , "aliases": [
+ "boxing_glove"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥋"
+ , "description": "martial arts uniform"
+ , "category": "Activities"
+ , "aliases": [
+ "martial_arts_uniform"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🥅"
+ , "description": "goal net"
+ , "category": "Activities"
+ , "aliases": [
+ "goal_net"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "⛳"
+ , "description": "flag in hole"
+ , "category": "Activities"
+ , "aliases": [
+ "golf"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛸️"
+ , "description": "ice skate"
+ , "category": "Activities"
+ , "aliases": [
+ "ice_skate"
+ ]
+ , "tags": [
+ "skating"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎣"
+ , "description": "fishing pole"
+ , "category": "Activities"
+ , "aliases": [
+ "fishing_pole_and_fish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🤿"
+ , "description": "diving mask"
+ , "category": "Activities"
+ , "aliases": [
+ "diving_mask"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🎽"
+ , "description": "running shirt"
+ , "category": "Activities"
+ , "aliases": [
+ "running_shirt_with_sash"
+ ]
+ , "tags": [
+ "marathon"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎿"
+ , "description": "skis"
+ , "category": "Activities"
+ , "aliases": [
+ "ski"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛷"
+ , "description": "sled"
+ , "category": "Activities"
+ , "aliases": [
+ "sled"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥌"
+ , "description": "curling stone"
+ , "category": "Activities"
+ , "aliases": [
+ "curling_stone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🎯"
+ , "description": "bullseye"
+ , "category": "Activities"
+ , "aliases": [
+ "dart"
+ ]
+ , "tags": [
+ "target"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪀"
+ , "description": "yo-yo"
+ , "category": "Activities"
+ , "aliases": [
+ "yo_yo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🪁"
+ , "description": "kite"
+ , "category": "Activities"
+ , "aliases": [
+ "kite"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🔫"
+ , "description": "water pistol"
+ , "category": "Activities"
+ , "aliases": [
+ "gun"
+ ]
+ , "tags": [
+ "shoot"
+ , "weapon"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎱"
+ , "description": "pool 8 ball"
+ , "category": "Activities"
+ , "aliases": [
+ "8ball"
+ ]
+ , "tags": [
+ "pool"
+ , "billiards"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔮"
+ , "description": "crystal ball"
+ , "category": "Activities"
+ , "aliases": [
+ "crystal_ball"
+ ]
+ , "tags": [
+ "fortune"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪄"
+ , "description": "magic wand"
+ , "category": "Activities"
+ , "aliases": [
+ "magic_wand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🎮"
+ , "description": "video game"
+ , "category": "Activities"
+ , "aliases": [
+ "video_game"
+ ]
+ , "tags": [
+ "play"
+ , "controller"
+ , "console"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕹️"
+ , "description": "joystick"
+ , "category": "Activities"
+ , "aliases": [
+ "joystick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎰"
+ , "description": "slot machine"
+ , "category": "Activities"
+ , "aliases": [
+ "slot_machine"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎲"
+ , "description": "game die"
+ , "category": "Activities"
+ , "aliases": [
+ "game_die"
+ ]
+ , "tags": [
+ "dice"
+ , "gambling"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧩"
+ , "description": "puzzle piece"
+ , "category": "Activities"
+ , "aliases": [
+ "jigsaw"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧸"
+ , "description": "teddy bear"
+ , "category": "Activities"
+ , "aliases": [
+ "teddy_bear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪅"
+ , "description": "piñata"
+ , "category": "Activities"
+ , "aliases": [
+ "pinata"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪩"
+ , "description": "mirror ball"
+ , "category": "Activities"
+ , "aliases": [
+ "mirror_ball"
+ ]
+ , "tags": [
+ "disco"
+ , "party"
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🪆"
+ , "description": "nesting dolls"
+ , "category": "Activities"
+ , "aliases": [
+ "nesting_dolls"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "♠️"
+ , "description": "spade suit"
+ , "category": "Activities"
+ , "aliases": [
+ "spades"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♥️"
+ , "description": "heart suit"
+ , "category": "Activities"
+ , "aliases": [
+ "hearts"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♦️"
+ , "description": "diamond suit"
+ , "category": "Activities"
+ , "aliases": [
+ "diamonds"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♣️"
+ , "description": "club suit"
+ , "category": "Activities"
+ , "aliases": [
+ "clubs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♟️"
+ , "description": "chess pawn"
+ , "category": "Activities"
+ , "aliases": [
+ "chess_pawn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🃏"
+ , "description": "joker"
+ , "category": "Activities"
+ , "aliases": [
+ "black_joker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🀄"
+ , "description": "mahjong red dragon"
+ , "category": "Activities"
+ , "aliases": [
+ "mahjong"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎴"
+ , "description": "flower playing cards"
+ , "category": "Activities"
+ , "aliases": [
+ "flower_playing_cards"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎭"
+ , "description": "performing arts"
+ , "category": "Activities"
+ , "aliases": [
+ "performing_arts"
+ ]
+ , "tags": [
+ "theater"
+ , "drama"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🖼️"
+ , "description": "framed picture"
+ , "category": "Activities"
+ , "aliases": [
+ "framed_picture"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎨"
+ , "description": "artist palette"
+ , "category": "Activities"
+ , "aliases": [
+ "art"
+ ]
+ , "tags": [
+ "design"
+ , "paint"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧵"
+ , "description": "thread"
+ , "category": "Activities"
+ , "aliases": [
+ "thread"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪡"
+ , "description": "sewing needle"
+ , "category": "Activities"
+ , "aliases": [
+ "sewing_needle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🧶"
+ , "description": "yarn"
+ , "category": "Activities"
+ , "aliases": [
+ "yarn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪢"
+ , "description": "knot"
+ , "category": "Activities"
+ , "aliases": [
+ "knot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "👓"
+ , "description": "glasses"
+ , "category": "Objects"
+ , "aliases": [
+ "eyeglasses"
+ ]
+ , "tags": [
+ "glasses"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕶️"
+ , "description": "sunglasses"
+ , "category": "Objects"
+ , "aliases": [
+ "dark_sunglasses"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🥽"
+ , "description": "goggles"
+ , "category": "Objects"
+ , "aliases": [
+ "goggles"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥼"
+ , "description": "lab coat"
+ , "category": "Objects"
+ , "aliases": [
+ "lab_coat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🦺"
+ , "description": "safety vest"
+ , "category": "Objects"
+ , "aliases": [
+ "safety_vest"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "👔"
+ , "description": "necktie"
+ , "category": "Objects"
+ , "aliases": [
+ "necktie"
+ ]
+ , "tags": [
+ "shirt"
+ , "formal"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👕"
+ , "description": "t-shirt"
+ , "category": "Objects"
+ , "aliases": [
+ "shirt"
+ , "tshirt"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👖"
+ , "description": "jeans"
+ , "category": "Objects"
+ , "aliases": [
+ "jeans"
+ ]
+ , "tags": [
+ "pants"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧣"
+ , "description": "scarf"
+ , "category": "Objects"
+ , "aliases": [
+ "scarf"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧤"
+ , "description": "gloves"
+ , "category": "Objects"
+ , "aliases": [
+ "gloves"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧥"
+ , "description": "coat"
+ , "category": "Objects"
+ , "aliases": [
+ "coat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧦"
+ , "description": "socks"
+ , "category": "Objects"
+ , "aliases": [
+ "socks"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "👗"
+ , "description": "dress"
+ , "category": "Objects"
+ , "aliases": [
+ "dress"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👘"
+ , "description": "kimono"
+ , "category": "Objects"
+ , "aliases": [
+ "kimono"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥻"
+ , "description": "sari"
+ , "category": "Objects"
+ , "aliases": [
+ "sari"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🩱"
+ , "description": "one-piece swimsuit"
+ , "category": "Objects"
+ , "aliases": [
+ "one_piece_swimsuit"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🩲"
+ , "description": "briefs"
+ , "category": "Objects"
+ , "aliases": [
+ "swim_brief"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🩳"
+ , "description": "shorts"
+ , "category": "Objects"
+ , "aliases": [
+ "shorts"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "👙"
+ , "description": "bikini"
+ , "category": "Objects"
+ , "aliases": [
+ "bikini"
+ ]
+ , "tags": [
+ "beach"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👚"
+ , "description": "woman’s clothes"
+ , "category": "Objects"
+ , "aliases": [
+ "womans_clothes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪭"
+ , "description": "folding hand fan"
+ , "category": "Objects"
+ , "aliases": [
+ "folding_hand_fan"
+ ]
+ , "tags": [
+ "sensu"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "👛"
+ , "description": "purse"
+ , "category": "Objects"
+ , "aliases": [
+ "purse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👜"
+ , "description": "handbag"
+ , "category": "Objects"
+ , "aliases": [
+ "handbag"
+ ]
+ , "tags": [
+ "bag"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👝"
+ , "description": "clutch bag"
+ , "category": "Objects"
+ , "aliases": [
+ "pouch"
+ ]
+ , "tags": [
+ "bag"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛍️"
+ , "description": "shopping bags"
+ , "category": "Objects"
+ , "aliases": [
+ "shopping"
+ ]
+ , "tags": [
+ "bags"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎒"
+ , "description": "backpack"
+ , "category": "Objects"
+ , "aliases": [
+ "school_satchel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩴"
+ , "description": "thong sandal"
+ , "category": "Objects"
+ , "aliases": [
+ "thong_sandal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "👞"
+ , "description": "man’s shoe"
+ , "category": "Objects"
+ , "aliases": [
+ "mans_shoe"
+ , "shoe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👟"
+ , "description": "running shoe"
+ , "category": "Objects"
+ , "aliases": [
+ "athletic_shoe"
+ ]
+ , "tags": [
+ "sneaker"
+ , "sport"
+ , "running"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🥾"
+ , "description": "hiking boot"
+ , "category": "Objects"
+ , "aliases": [
+ "hiking_boot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🥿"
+ , "description": "flat shoe"
+ , "category": "Objects"
+ , "aliases": [
+ "flat_shoe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "👠"
+ , "description": "high-heeled shoe"
+ , "category": "Objects"
+ , "aliases": [
+ "high_heel"
+ ]
+ , "tags": [
+ "shoe"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👡"
+ , "description": "woman’s sandal"
+ , "category": "Objects"
+ , "aliases": [
+ "sandal"
+ ]
+ , "tags": [
+ "shoe"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩰"
+ , "description": "ballet shoes"
+ , "category": "Objects"
+ , "aliases": [
+ "ballet_shoes"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "👢"
+ , "description": "woman’s boot"
+ , "category": "Objects"
+ , "aliases": [
+ "boot"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪮"
+ , "description": "hair pick"
+ , "category": "Objects"
+ , "aliases": [
+ "hair_pick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "👑"
+ , "description": "crown"
+ , "category": "Objects"
+ , "aliases": [
+ "crown"
+ ]
+ , "tags": [
+ "king"
+ , "queen"
+ , "royal"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "👒"
+ , "description": "woman’s hat"
+ , "category": "Objects"
+ , "aliases": [
+ "womans_hat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎩"
+ , "description": "top hat"
+ , "category": "Objects"
+ , "aliases": [
+ "tophat"
+ ]
+ , "tags": [
+ "hat"
+ , "classy"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎓"
+ , "description": "graduation cap"
+ , "category": "Objects"
+ , "aliases": [
+ "mortar_board"
+ ]
+ , "tags": [
+ "education"
+ , "college"
+ , "university"
+ , "graduation"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧢"
+ , "description": "billed cap"
+ , "category": "Objects"
+ , "aliases": [
+ "billed_cap"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪖"
+ , "description": "military helmet"
+ , "category": "Objects"
+ , "aliases": [
+ "military_helmet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "⛑️"
+ , "description": "rescue worker’s helmet"
+ , "category": "Objects"
+ , "aliases": [
+ "rescue_worker_helmet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📿"
+ , "description": "prayer beads"
+ , "category": "Objects"
+ , "aliases": [
+ "prayer_beads"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💄"
+ , "description": "lipstick"
+ , "category": "Objects"
+ , "aliases": [
+ "lipstick"
+ ]
+ , "tags": [
+ "makeup"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💍"
+ , "description": "ring"
+ , "category": "Objects"
+ , "aliases": [
+ "ring"
+ ]
+ , "tags": [
+ "wedding"
+ , "marriage"
+ , "engaged"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💎"
+ , "description": "gem stone"
+ , "category": "Objects"
+ , "aliases": [
+ "gem"
+ ]
+ , "tags": [
+ "diamond"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔇"
+ , "description": "muted speaker"
+ , "category": "Objects"
+ , "aliases": [
+ "mute"
+ ]
+ , "tags": [
+ "sound"
+ , "volume"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔈"
+ , "description": "speaker low volume"
+ , "category": "Objects"
+ , "aliases": [
+ "speaker"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔉"
+ , "description": "speaker medium volume"
+ , "category": "Objects"
+ , "aliases": [
+ "sound"
+ ]
+ , "tags": [
+ "volume"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔊"
+ , "description": "speaker high volume"
+ , "category": "Objects"
+ , "aliases": [
+ "loud_sound"
+ ]
+ , "tags": [
+ "volume"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📢"
+ , "description": "loudspeaker"
+ , "category": "Objects"
+ , "aliases": [
+ "loudspeaker"
+ ]
+ , "tags": [
+ "announcement"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📣"
+ , "description": "megaphone"
+ , "category": "Objects"
+ , "aliases": [
+ "mega"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📯"
+ , "description": "postal horn"
+ , "category": "Objects"
+ , "aliases": [
+ "postal_horn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔔"
+ , "description": "bell"
+ , "category": "Objects"
+ , "aliases": [
+ "bell"
+ ]
+ , "tags": [
+ "sound"
+ , "notification"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔕"
+ , "description": "bell with slash"
+ , "category": "Objects"
+ , "aliases": [
+ "no_bell"
+ ]
+ , "tags": [
+ "volume"
+ , "off"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎼"
+ , "description": "musical score"
+ , "category": "Objects"
+ , "aliases": [
+ "musical_score"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎵"
+ , "description": "musical note"
+ , "category": "Objects"
+ , "aliases": [
+ "musical_note"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎶"
+ , "description": "musical notes"
+ , "category": "Objects"
+ , "aliases": [
+ "notes"
+ ]
+ , "tags": [
+ "music"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎙️"
+ , "description": "studio microphone"
+ , "category": "Objects"
+ , "aliases": [
+ "studio_microphone"
+ ]
+ , "tags": [
+ "podcast"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎚️"
+ , "description": "level slider"
+ , "category": "Objects"
+ , "aliases": [
+ "level_slider"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎛️"
+ , "description": "control knobs"
+ , "category": "Objects"
+ , "aliases": [
+ "control_knobs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎤"
+ , "description": "microphone"
+ , "category": "Objects"
+ , "aliases": [
+ "microphone"
+ ]
+ , "tags": [
+ "sing"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎧"
+ , "description": "headphone"
+ , "category": "Objects"
+ , "aliases": [
+ "headphones"
+ ]
+ , "tags": [
+ "music"
+ , "earphones"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📻"
+ , "description": "radio"
+ , "category": "Objects"
+ , "aliases": [
+ "radio"
+ ]
+ , "tags": [
+ "podcast"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎷"
+ , "description": "saxophone"
+ , "category": "Objects"
+ , "aliases": [
+ "saxophone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪗"
+ , "description": "accordion"
+ , "category": "Objects"
+ , "aliases": [
+ "accordion"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🎸"
+ , "description": "guitar"
+ , "category": "Objects"
+ , "aliases": [
+ "guitar"
+ ]
+ , "tags": [
+ "rock"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎹"
+ , "description": "musical keyboard"
+ , "category": "Objects"
+ , "aliases": [
+ "musical_keyboard"
+ ]
+ , "tags": [
+ "piano"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎺"
+ , "description": "trumpet"
+ , "category": "Objects"
+ , "aliases": [
+ "trumpet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎻"
+ , "description": "violin"
+ , "category": "Objects"
+ , "aliases": [
+ "violin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪕"
+ , "description": "banjo"
+ , "category": "Objects"
+ , "aliases": [
+ "banjo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🥁"
+ , "description": "drum"
+ , "category": "Objects"
+ , "aliases": [
+ "drum"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🪘"
+ , "description": "long drum"
+ , "category": "Objects"
+ , "aliases": [
+ "long_drum"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪇"
+ , "description": "maracas"
+ , "category": "Objects"
+ , "aliases": [
+ "maracas"
+ ]
+ , "tags": [
+ "shaker"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "🪈"
+ , "description": "flute"
+ , "category": "Objects"
+ , "aliases": [
+ "flute"
+ ]
+ , "tags": [
+ "recorder"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "📱"
+ , "description": "mobile phone"
+ , "category": "Objects"
+ , "aliases": [
+ "iphone"
+ ]
+ , "tags": [
+ "smartphone"
+ , "mobile"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📲"
+ , "description": "mobile phone with arrow"
+ , "category": "Objects"
+ , "aliases": [
+ "calling"
+ ]
+ , "tags": [
+ "call"
+ , "incoming"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☎️"
+ , "description": "telephone"
+ , "category": "Objects"
+ , "aliases": [
+ "phone"
+ , "telephone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📞"
+ , "description": "telephone receiver"
+ , "category": "Objects"
+ , "aliases": [
+ "telephone_receiver"
+ ]
+ , "tags": [
+ "phone"
+ , "call"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📟"
+ , "description": "pager"
+ , "category": "Objects"
+ , "aliases": [
+ "pager"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📠"
+ , "description": "fax machine"
+ , "category": "Objects"
+ , "aliases": [
+ "fax"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔋"
+ , "description": "battery"
+ , "category": "Objects"
+ , "aliases": [
+ "battery"
+ ]
+ , "tags": [
+ "power"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪫"
+ , "description": "low battery"
+ , "category": "Objects"
+ , "aliases": [
+ "low_battery"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🔌"
+ , "description": "electric plug"
+ , "category": "Objects"
+ , "aliases": [
+ "electric_plug"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💻"
+ , "description": "laptop"
+ , "category": "Objects"
+ , "aliases": [
+ "computer"
+ ]
+ , "tags": [
+ "desktop"
+ , "screen"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🖥️"
+ , "description": "desktop computer"
+ , "category": "Objects"
+ , "aliases": [
+ "desktop_computer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖨️"
+ , "description": "printer"
+ , "category": "Objects"
+ , "aliases": [
+ "printer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⌨️"
+ , "description": "keyboard"
+ , "category": "Objects"
+ , "aliases": [
+ "keyboard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖱️"
+ , "description": "computer mouse"
+ , "category": "Objects"
+ , "aliases": [
+ "computer_mouse"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖲️"
+ , "description": "trackball"
+ , "category": "Objects"
+ , "aliases": [
+ "trackball"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💽"
+ , "description": "computer disk"
+ , "category": "Objects"
+ , "aliases": [
+ "minidisc"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💾"
+ , "description": "floppy disk"
+ , "category": "Objects"
+ , "aliases": [
+ "floppy_disk"
+ ]
+ , "tags": [
+ "save"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💿"
+ , "description": "optical disk"
+ , "category": "Objects"
+ , "aliases": [
+ "cd"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📀"
+ , "description": "dvd"
+ , "category": "Objects"
+ , "aliases": [
+ "dvd"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧮"
+ , "description": "abacus"
+ , "category": "Objects"
+ , "aliases": [
+ "abacus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🎥"
+ , "description": "movie camera"
+ , "category": "Objects"
+ , "aliases": [
+ "movie_camera"
+ ]
+ , "tags": [
+ "film"
+ , "video"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎞️"
+ , "description": "film frames"
+ , "category": "Objects"
+ , "aliases": [
+ "film_strip"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📽️"
+ , "description": "film projector"
+ , "category": "Objects"
+ , "aliases": [
+ "film_projector"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🎬"
+ , "description": "clapper board"
+ , "category": "Objects"
+ , "aliases": [
+ "clapper"
+ ]
+ , "tags": [
+ "film"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📺"
+ , "description": "television"
+ , "category": "Objects"
+ , "aliases": [
+ "tv"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📷"
+ , "description": "camera"
+ , "category": "Objects"
+ , "aliases": [
+ "camera"
+ ]
+ , "tags": [
+ "photo"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📸"
+ , "description": "camera with flash"
+ , "category": "Objects"
+ , "aliases": [
+ "camera_flash"
+ ]
+ , "tags": [
+ "photo"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📹"
+ , "description": "video camera"
+ , "category": "Objects"
+ , "aliases": [
+ "video_camera"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📼"
+ , "description": "videocassette"
+ , "category": "Objects"
+ , "aliases": [
+ "vhs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔍"
+ , "description": "magnifying glass tilted left"
+ , "category": "Objects"
+ , "aliases": [
+ "mag"
+ ]
+ , "tags": [
+ "search"
+ , "zoom"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔎"
+ , "description": "magnifying glass tilted right"
+ , "category": "Objects"
+ , "aliases": [
+ "mag_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🕯️"
+ , "description": "candle"
+ , "category": "Objects"
+ , "aliases": [
+ "candle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💡"
+ , "description": "light bulb"
+ , "category": "Objects"
+ , "aliases": [
+ "bulb"
+ ]
+ , "tags": [
+ "idea"
+ , "light"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔦"
+ , "description": "flashlight"
+ , "category": "Objects"
+ , "aliases": [
+ "flashlight"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏮"
+ , "description": "red paper lantern"
+ , "category": "Objects"
+ , "aliases": [
+ "izakaya_lantern"
+ , "lantern"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪔"
+ , "description": "diya lamp"
+ , "category": "Objects"
+ , "aliases": [
+ "diya_lamp"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "📔"
+ , "description": "notebook with decorative cover"
+ , "category": "Objects"
+ , "aliases": [
+ "notebook_with_decorative_cover"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📕"
+ , "description": "closed book"
+ , "category": "Objects"
+ , "aliases": [
+ "closed_book"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📖"
+ , "description": "open book"
+ , "category": "Objects"
+ , "aliases": [
+ "book"
+ , "open_book"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📗"
+ , "description": "green book"
+ , "category": "Objects"
+ , "aliases": [
+ "green_book"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📘"
+ , "description": "blue book"
+ , "category": "Objects"
+ , "aliases": [
+ "blue_book"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📙"
+ , "description": "orange book"
+ , "category": "Objects"
+ , "aliases": [
+ "orange_book"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📚"
+ , "description": "books"
+ , "category": "Objects"
+ , "aliases": [
+ "books"
+ ]
+ , "tags": [
+ "library"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📓"
+ , "description": "notebook"
+ , "category": "Objects"
+ , "aliases": [
+ "notebook"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📒"
+ , "description": "ledger"
+ , "category": "Objects"
+ , "aliases": [
+ "ledger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📃"
+ , "description": "page with curl"
+ , "category": "Objects"
+ , "aliases": [
+ "page_with_curl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📜"
+ , "description": "scroll"
+ , "category": "Objects"
+ , "aliases": [
+ "scroll"
+ ]
+ , "tags": [
+ "document"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📄"
+ , "description": "page facing up"
+ , "category": "Objects"
+ , "aliases": [
+ "page_facing_up"
+ ]
+ , "tags": [
+ "document"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📰"
+ , "description": "newspaper"
+ , "category": "Objects"
+ , "aliases": [
+ "newspaper"
+ ]
+ , "tags": [
+ "press"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗞️"
+ , "description": "rolled-up newspaper"
+ , "category": "Objects"
+ , "aliases": [
+ "newspaper_roll"
+ ]
+ , "tags": [
+ "press"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📑"
+ , "description": "bookmark tabs"
+ , "category": "Objects"
+ , "aliases": [
+ "bookmark_tabs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔖"
+ , "description": "bookmark"
+ , "category": "Objects"
+ , "aliases": [
+ "bookmark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏷️"
+ , "description": "label"
+ , "category": "Objects"
+ , "aliases": [
+ "label"
+ ]
+ , "tags": [
+ "tag"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💰"
+ , "description": "money bag"
+ , "category": "Objects"
+ , "aliases": [
+ "moneybag"
+ ]
+ , "tags": [
+ "dollar"
+ , "cream"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪙"
+ , "description": "coin"
+ , "category": "Objects"
+ , "aliases": [
+ "coin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "💴"
+ , "description": "yen banknote"
+ , "category": "Objects"
+ , "aliases": [
+ "yen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💵"
+ , "description": "dollar banknote"
+ , "category": "Objects"
+ , "aliases": [
+ "dollar"
+ ]
+ , "tags": [
+ "money"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💶"
+ , "description": "euro banknote"
+ , "category": "Objects"
+ , "aliases": [
+ "euro"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💷"
+ , "description": "pound banknote"
+ , "category": "Objects"
+ , "aliases": [
+ "pound"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💸"
+ , "description": "money with wings"
+ , "category": "Objects"
+ , "aliases": [
+ "money_with_wings"
+ ]
+ , "tags": [
+ "dollar"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💳"
+ , "description": "credit card"
+ , "category": "Objects"
+ , "aliases": [
+ "credit_card"
+ ]
+ , "tags": [
+ "subscription"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🧾"
+ , "description": "receipt"
+ , "category": "Objects"
+ , "aliases": [
+ "receipt"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "💹"
+ , "description": "chart increasing with yen"
+ , "category": "Objects"
+ , "aliases": [
+ "chart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✉️"
+ , "description": "envelope"
+ , "category": "Objects"
+ , "aliases": [
+ "envelope"
+ ]
+ , "tags": [
+ "letter"
+ , "email"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📧"
+ , "description": "e-mail"
+ , "category": "Objects"
+ , "aliases": [
+ "email"
+ , "e-mail"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📨"
+ , "description": "incoming envelope"
+ , "category": "Objects"
+ , "aliases": [
+ "incoming_envelope"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📩"
+ , "description": "envelope with arrow"
+ , "category": "Objects"
+ , "aliases": [
+ "envelope_with_arrow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📤"
+ , "description": "outbox tray"
+ , "category": "Objects"
+ , "aliases": [
+ "outbox_tray"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📥"
+ , "description": "inbox tray"
+ , "category": "Objects"
+ , "aliases": [
+ "inbox_tray"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📦"
+ , "description": "package"
+ , "category": "Objects"
+ , "aliases": [
+ "package"
+ ]
+ , "tags": [
+ "shipping"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📫"
+ , "description": "closed mailbox with raised flag"
+ , "category": "Objects"
+ , "aliases": [
+ "mailbox"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📪"
+ , "description": "closed mailbox with lowered flag"
+ , "category": "Objects"
+ , "aliases": [
+ "mailbox_closed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📬"
+ , "description": "open mailbox with raised flag"
+ , "category": "Objects"
+ , "aliases": [
+ "mailbox_with_mail"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📭"
+ , "description": "open mailbox with lowered flag"
+ , "category": "Objects"
+ , "aliases": [
+ "mailbox_with_no_mail"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📮"
+ , "description": "postbox"
+ , "category": "Objects"
+ , "aliases": [
+ "postbox"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗳️"
+ , "description": "ballot box with ballot"
+ , "category": "Objects"
+ , "aliases": [
+ "ballot_box"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "✏️"
+ , "description": "pencil"
+ , "category": "Objects"
+ , "aliases": [
+ "pencil2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✒️"
+ , "description": "black nib"
+ , "category": "Objects"
+ , "aliases": [
+ "black_nib"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🖋️"
+ , "description": "fountain pen"
+ , "category": "Objects"
+ , "aliases": [
+ "fountain_pen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖊️"
+ , "description": "pen"
+ , "category": "Objects"
+ , "aliases": [
+ "pen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖌️"
+ , "description": "paintbrush"
+ , "category": "Objects"
+ , "aliases": [
+ "paintbrush"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🖍️"
+ , "description": "crayon"
+ , "category": "Objects"
+ , "aliases": [
+ "crayon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📝"
+ , "description": "memo"
+ , "category": "Objects"
+ , "aliases": [
+ "memo"
+ , "pencil"
+ ]
+ , "tags": [
+ "document"
+ , "note"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💼"
+ , "description": "briefcase"
+ , "category": "Objects"
+ , "aliases": [
+ "briefcase"
+ ]
+ , "tags": [
+ "business"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📁"
+ , "description": "file folder"
+ , "category": "Objects"
+ , "aliases": [
+ "file_folder"
+ ]
+ , "tags": [
+ "directory"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📂"
+ , "description": "open file folder"
+ , "category": "Objects"
+ , "aliases": [
+ "open_file_folder"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗂️"
+ , "description": "card index dividers"
+ , "category": "Objects"
+ , "aliases": [
+ "card_index_dividers"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📅"
+ , "description": "calendar"
+ , "category": "Objects"
+ , "aliases": [
+ "date"
+ ]
+ , "tags": [
+ "calendar"
+ , "schedule"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📆"
+ , "description": "tear-off calendar"
+ , "category": "Objects"
+ , "aliases": [
+ "calendar"
+ ]
+ , "tags": [
+ "schedule"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗒️"
+ , "description": "spiral notepad"
+ , "category": "Objects"
+ , "aliases": [
+ "spiral_notepad"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗓️"
+ , "description": "spiral calendar"
+ , "category": "Objects"
+ , "aliases": [
+ "spiral_calendar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📇"
+ , "description": "card index"
+ , "category": "Objects"
+ , "aliases": [
+ "card_index"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📈"
+ , "description": "chart increasing"
+ , "category": "Objects"
+ , "aliases": [
+ "chart_with_upwards_trend"
+ ]
+ , "tags": [
+ "graph"
+ , "metrics"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📉"
+ , "description": "chart decreasing"
+ , "category": "Objects"
+ , "aliases": [
+ "chart_with_downwards_trend"
+ ]
+ , "tags": [
+ "graph"
+ , "metrics"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📊"
+ , "description": "bar chart"
+ , "category": "Objects"
+ , "aliases": [
+ "bar_chart"
+ ]
+ , "tags": [
+ "stats"
+ , "metrics"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📋"
+ , "description": "clipboard"
+ , "category": "Objects"
+ , "aliases": [
+ "clipboard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📌"
+ , "description": "pushpin"
+ , "category": "Objects"
+ , "aliases": [
+ "pushpin"
+ ]
+ , "tags": [
+ "location"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📍"
+ , "description": "round pushpin"
+ , "category": "Objects"
+ , "aliases": [
+ "round_pushpin"
+ ]
+ , "tags": [
+ "location"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📎"
+ , "description": "paperclip"
+ , "category": "Objects"
+ , "aliases": [
+ "paperclip"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🖇️"
+ , "description": "linked paperclips"
+ , "category": "Objects"
+ , "aliases": [
+ "paperclips"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "📏"
+ , "description": "straight ruler"
+ , "category": "Objects"
+ , "aliases": [
+ "straight_ruler"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📐"
+ , "description": "triangular ruler"
+ , "category": "Objects"
+ , "aliases": [
+ "triangular_ruler"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✂️"
+ , "description": "scissors"
+ , "category": "Objects"
+ , "aliases": [
+ "scissors"
+ ]
+ , "tags": [
+ "cut"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗃️"
+ , "description": "card file box"
+ , "category": "Objects"
+ , "aliases": [
+ "card_file_box"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗄️"
+ , "description": "file cabinet"
+ , "category": "Objects"
+ , "aliases": [
+ "file_cabinet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗑️"
+ , "description": "wastebasket"
+ , "category": "Objects"
+ , "aliases": [
+ "wastebasket"
+ ]
+ , "tags": [
+ "trash"
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔒"
+ , "description": "locked"
+ , "category": "Objects"
+ , "aliases": [
+ "lock"
+ ]
+ , "tags": [
+ "security"
+ , "private"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔓"
+ , "description": "unlocked"
+ , "category": "Objects"
+ , "aliases": [
+ "unlock"
+ ]
+ , "tags": [
+ "security"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔏"
+ , "description": "locked with pen"
+ , "category": "Objects"
+ , "aliases": [
+ "lock_with_ink_pen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔐"
+ , "description": "locked with key"
+ , "category": "Objects"
+ , "aliases": [
+ "closed_lock_with_key"
+ ]
+ , "tags": [
+ "security"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔑"
+ , "description": "key"
+ , "category": "Objects"
+ , "aliases": [
+ "key"
+ ]
+ , "tags": [
+ "lock"
+ , "password"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🗝️"
+ , "description": "old key"
+ , "category": "Objects"
+ , "aliases": [
+ "old_key"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔨"
+ , "description": "hammer"
+ , "category": "Objects"
+ , "aliases": [
+ "hammer"
+ ]
+ , "tags": [
+ "tool"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪓"
+ , "description": "axe"
+ , "category": "Objects"
+ , "aliases": [
+ "axe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "⛏️"
+ , "description": "pick"
+ , "category": "Objects"
+ , "aliases": [
+ "pick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⚒️"
+ , "description": "hammer and pick"
+ , "category": "Objects"
+ , "aliases": [
+ "hammer_and_pick"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛠️"
+ , "description": "hammer and wrench"
+ , "category": "Objects"
+ , "aliases": [
+ "hammer_and_wrench"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗡️"
+ , "description": "dagger"
+ , "category": "Objects"
+ , "aliases": [
+ "dagger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⚔️"
+ , "description": "crossed swords"
+ , "category": "Objects"
+ , "aliases": [
+ "crossed_swords"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "💣"
+ , "description": "bomb"
+ , "category": "Objects"
+ , "aliases": [
+ "bomb"
+ ]
+ , "tags": [
+ "boom"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪃"
+ , "description": "boomerang"
+ , "category": "Objects"
+ , "aliases": [
+ "boomerang"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🏹"
+ , "description": "bow and arrow"
+ , "category": "Objects"
+ , "aliases": [
+ "bow_and_arrow"
+ ]
+ , "tags": [
+ "archery"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛡️"
+ , "description": "shield"
+ , "category": "Objects"
+ , "aliases": [
+ "shield"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🪚"
+ , "description": "carpentry saw"
+ , "category": "Objects"
+ , "aliases": [
+ "carpentry_saw"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🔧"
+ , "description": "wrench"
+ , "category": "Objects"
+ , "aliases": [
+ "wrench"
+ ]
+ , "tags": [
+ "tool"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪛"
+ , "description": "screwdriver"
+ , "category": "Objects"
+ , "aliases": [
+ "screwdriver"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🔩"
+ , "description": "nut and bolt"
+ , "category": "Objects"
+ , "aliases": [
+ "nut_and_bolt"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚙️"
+ , "description": "gear"
+ , "category": "Objects"
+ , "aliases": [
+ "gear"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🗜️"
+ , "description": "clamp"
+ , "category": "Objects"
+ , "aliases": [
+ "clamp"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⚖️"
+ , "description": "balance scale"
+ , "category": "Objects"
+ , "aliases": [
+ "balance_scale"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🦯"
+ , "description": "white cane"
+ , "category": "Objects"
+ , "aliases": [
+ "probing_cane"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🔗"
+ , "description": "link"
+ , "category": "Objects"
+ , "aliases": [
+ "link"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛓️"
+ , "description": "chains"
+ , "category": "Objects"
+ , "aliases": [
+ "chains"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🪝"
+ , "description": "hook"
+ , "category": "Objects"
+ , "aliases": [
+ "hook"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🧰"
+ , "description": "toolbox"
+ , "category": "Objects"
+ , "aliases": [
+ "toolbox"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧲"
+ , "description": "magnet"
+ , "category": "Objects"
+ , "aliases": [
+ "magnet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪜"
+ , "description": "ladder"
+ , "category": "Objects"
+ , "aliases": [
+ "ladder"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "⚗️"
+ , "description": "alembic"
+ , "category": "Objects"
+ , "aliases": [
+ "alembic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧪"
+ , "description": "test tube"
+ , "category": "Objects"
+ , "aliases": [
+ "test_tube"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧫"
+ , "description": "petri dish"
+ , "category": "Objects"
+ , "aliases": [
+ "petri_dish"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧬"
+ , "description": "dna"
+ , "category": "Objects"
+ , "aliases": [
+ "dna"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🔬"
+ , "description": "microscope"
+ , "category": "Objects"
+ , "aliases": [
+ "microscope"
+ ]
+ , "tags": [
+ "science"
+ , "laboratory"
+ , "investigate"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔭"
+ , "description": "telescope"
+ , "category": "Objects"
+ , "aliases": [
+ "telescope"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📡"
+ , "description": "satellite antenna"
+ , "category": "Objects"
+ , "aliases": [
+ "satellite"
+ ]
+ , "tags": [
+ "signal"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💉"
+ , "description": "syringe"
+ , "category": "Objects"
+ , "aliases": [
+ "syringe"
+ ]
+ , "tags": [
+ "health"
+ , "hospital"
+ , "needle"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩸"
+ , "description": "drop of blood"
+ , "category": "Objects"
+ , "aliases": [
+ "drop_of_blood"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "💊"
+ , "description": "pill"
+ , "category": "Objects"
+ , "aliases": [
+ "pill"
+ ]
+ , "tags": [
+ "health"
+ , "medicine"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🩹"
+ , "description": "adhesive bandage"
+ , "category": "Objects"
+ , "aliases": [
+ "adhesive_bandage"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🩼"
+ , "description": "crutch"
+ , "category": "Objects"
+ , "aliases": [
+ "crutch"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🩺"
+ , "description": "stethoscope"
+ , "category": "Objects"
+ , "aliases": [
+ "stethoscope"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🩻"
+ , "description": "x-ray"
+ , "category": "Objects"
+ , "aliases": [
+ "x_ray"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🚪"
+ , "description": "door"
+ , "category": "Objects"
+ , "aliases": [
+ "door"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛗"
+ , "description": "elevator"
+ , "category": "Objects"
+ , "aliases": [
+ "elevator"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪞"
+ , "description": "mirror"
+ , "category": "Objects"
+ , "aliases": [
+ "mirror"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪟"
+ , "description": "window"
+ , "category": "Objects"
+ , "aliases": [
+ "window"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🛏️"
+ , "description": "bed"
+ , "category": "Objects"
+ , "aliases": [
+ "bed"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🛋️"
+ , "description": "couch and lamp"
+ , "category": "Objects"
+ , "aliases": [
+ "couch_and_lamp"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🪑"
+ , "description": "chair"
+ , "category": "Objects"
+ , "aliases": [
+ "chair"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🚽"
+ , "description": "toilet"
+ , "category": "Objects"
+ , "aliases": [
+ "toilet"
+ ]
+ , "tags": [
+ "wc"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪠"
+ , "description": "plunger"
+ , "category": "Objects"
+ , "aliases": [
+ "plunger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🚿"
+ , "description": "shower"
+ , "category": "Objects"
+ , "aliases": [
+ "shower"
+ ]
+ , "tags": [
+ "bath"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛁"
+ , "description": "bathtub"
+ , "category": "Objects"
+ , "aliases": [
+ "bathtub"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪤"
+ , "description": "mouse trap"
+ , "category": "Objects"
+ , "aliases": [
+ "mouse_trap"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪒"
+ , "description": "razor"
+ , "category": "Objects"
+ , "aliases": [
+ "razor"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🧴"
+ , "description": "lotion bottle"
+ , "category": "Objects"
+ , "aliases": [
+ "lotion_bottle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧷"
+ , "description": "safety pin"
+ , "category": "Objects"
+ , "aliases": [
+ "safety_pin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧹"
+ , "description": "broom"
+ , "category": "Objects"
+ , "aliases": [
+ "broom"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧺"
+ , "description": "basket"
+ , "category": "Objects"
+ , "aliases": [
+ "basket"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧻"
+ , "description": "roll of paper"
+ , "category": "Objects"
+ , "aliases": [
+ "roll_of_paper"
+ ]
+ , "tags": [
+ "toilet"
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪣"
+ , "description": "bucket"
+ , "category": "Objects"
+ , "aliases": [
+ "bucket"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🧼"
+ , "description": "soap"
+ , "category": "Objects"
+ , "aliases": [
+ "soap"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🫧"
+ , "description": "bubbles"
+ , "category": "Objects"
+ , "aliases": [
+ "bubbles"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🪥"
+ , "description": "toothbrush"
+ , "category": "Objects"
+ , "aliases": [
+ "toothbrush"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🧽"
+ , "description": "sponge"
+ , "category": "Objects"
+ , "aliases": [
+ "sponge"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🧯"
+ , "description": "fire extinguisher"
+ , "category": "Objects"
+ , "aliases": [
+ "fire_extinguisher"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🛒"
+ , "description": "shopping cart"
+ , "category": "Objects"
+ , "aliases": [
+ "shopping_cart"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "9.0"
+ , "ios_version": "10.2"
+ }
+, {
+ "emoji": "🚬"
+ , "description": "cigarette"
+ , "category": "Objects"
+ , "aliases": [
+ "smoking"
+ ]
+ , "tags": [
+ "cigarette"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚰️"
+ , "description": "coffin"
+ , "category": "Objects"
+ , "aliases": [
+ "coffin"
+ ]
+ , "tags": [
+ "funeral"
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🪦"
+ , "description": "headstone"
+ , "category": "Objects"
+ , "aliases": [
+ "headstone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "⚱️"
+ , "description": "funeral urn"
+ , "category": "Objects"
+ , "aliases": [
+ "funeral_urn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🧿"
+ , "description": "nazar amulet"
+ , "category": "Objects"
+ , "aliases": [
+ "nazar_amulet"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🪬"
+ , "description": "hamsa"
+ , "category": "Objects"
+ , "aliases": [
+ "hamsa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🗿"
+ , "description": "moai"
+ , "category": "Objects"
+ , "aliases": [
+ "moyai"
+ ]
+ , "tags": [
+ "stone"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪧"
+ , "description": "placard"
+ , "category": "Objects"
+ , "aliases": [
+ "placard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🪪"
+ , "description": "identification card"
+ , "category": "Objects"
+ , "aliases": [
+ "identification_card"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "🏧"
+ , "description": "ATM sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "atm"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚮"
+ , "description": "litter in bin sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "put_litter_in_its_place"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚰"
+ , "description": "potable water"
+ , "category": "Symbols"
+ , "aliases": [
+ "potable_water"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♿"
+ , "description": "wheelchair symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "wheelchair"
+ ]
+ , "tags": [
+ "accessibility"
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚹"
+ , "description": "men’s room"
+ , "category": "Symbols"
+ , "aliases": [
+ "mens"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚺"
+ , "description": "women’s room"
+ , "category": "Symbols"
+ , "aliases": [
+ "womens"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚻"
+ , "description": "restroom"
+ , "category": "Symbols"
+ , "aliases": [
+ "restroom"
+ ]
+ , "tags": [
+ "toilet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚼"
+ , "description": "baby symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "baby_symbol"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚾"
+ , "description": "water closet"
+ , "category": "Symbols"
+ , "aliases": [
+ "wc"
+ ]
+ , "tags": [
+ "toilet"
+ , "restroom"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛂"
+ , "description": "passport control"
+ , "category": "Symbols"
+ , "aliases": [
+ "passport_control"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛃"
+ , "description": "customs"
+ , "category": "Symbols"
+ , "aliases": [
+ "customs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛄"
+ , "description": "baggage claim"
+ , "category": "Symbols"
+ , "aliases": [
+ "baggage_claim"
+ ]
+ , "tags": [
+ "airport"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛅"
+ , "description": "left luggage"
+ , "category": "Symbols"
+ , "aliases": [
+ "left_luggage"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚠️"
+ , "description": "warning"
+ , "category": "Symbols"
+ , "aliases": [
+ "warning"
+ ]
+ , "tags": [
+ "wip"
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚸"
+ , "description": "children crossing"
+ , "category": "Symbols"
+ , "aliases": [
+ "children_crossing"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛔"
+ , "description": "no entry"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_entry"
+ ]
+ , "tags": [
+ "limit"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚫"
+ , "description": "prohibited"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_entry_sign"
+ ]
+ , "tags": [
+ "block"
+ , "forbidden"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚳"
+ , "description": "no bicycles"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_bicycles"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚭"
+ , "description": "no smoking"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_smoking"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚯"
+ , "description": "no littering"
+ , "category": "Symbols"
+ , "aliases": [
+ "do_not_litter"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚱"
+ , "description": "non-potable water"
+ , "category": "Symbols"
+ , "aliases": [
+ "non-potable_water"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚷"
+ , "description": "no pedestrians"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_pedestrians"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📵"
+ , "description": "no mobile phones"
+ , "category": "Symbols"
+ , "aliases": [
+ "no_mobile_phones"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔞"
+ , "description": "no one under eighteen"
+ , "category": "Symbols"
+ , "aliases": [
+ "underage"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☢️"
+ , "description": "radioactive"
+ , "category": "Symbols"
+ , "aliases": [
+ "radioactive"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☣️"
+ , "description": "biohazard"
+ , "category": "Symbols"
+ , "aliases": [
+ "biohazard"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⬆️"
+ , "description": "up arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_up"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↗️"
+ , "description": "up-right arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_upper_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➡️"
+ , "description": "right arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↘️"
+ , "description": "down-right arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_lower_right"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⬇️"
+ , "description": "down arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↙️"
+ , "description": "down-left arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_lower_left"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⬅️"
+ , "description": "left arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_left"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↖️"
+ , "description": "up-left arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_upper_left"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↕️"
+ , "description": "up-down arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_up_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↔️"
+ , "description": "left-right arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "left_right_arrow"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↩️"
+ , "description": "right arrow curving left"
+ , "category": "Symbols"
+ , "aliases": [
+ "leftwards_arrow_with_hook"
+ ]
+ , "tags": [
+ "return"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "↪️"
+ , "description": "left arrow curving right"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_right_hook"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⤴️"
+ , "description": "right arrow curving up"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_heading_up"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⤵️"
+ , "description": "right arrow curving down"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_heading_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔃"
+ , "description": "clockwise vertical arrows"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrows_clockwise"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔄"
+ , "description": "counterclockwise arrows button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrows_counterclockwise"
+ ]
+ , "tags": [
+ "sync"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔙"
+ , "description": "BACK arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "back"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔚"
+ , "description": "END arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "end"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔛"
+ , "description": "ON! arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "on"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔜"
+ , "description": "SOON arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "soon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔝"
+ , "description": "TOP arrow"
+ , "category": "Symbols"
+ , "aliases": [
+ "top"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛐"
+ , "description": "place of worship"
+ , "category": "Symbols"
+ , "aliases": [
+ "place_of_worship"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⚛️"
+ , "description": "atom symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "atom_symbol"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕉️"
+ , "description": "om"
+ , "category": "Symbols"
+ , "aliases": [
+ "om"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "✡️"
+ , "description": "star of David"
+ , "category": "Symbols"
+ , "aliases": [
+ "star_of_david"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☸️"
+ , "description": "wheel of dharma"
+ , "category": "Symbols"
+ , "aliases": [
+ "wheel_of_dharma"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☯️"
+ , "description": "yin yang"
+ , "category": "Symbols"
+ , "aliases": [
+ "yin_yang"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "✝️"
+ , "description": "latin cross"
+ , "category": "Symbols"
+ , "aliases": [
+ "latin_cross"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☦️"
+ , "description": "orthodox cross"
+ , "category": "Symbols"
+ , "aliases": [
+ "orthodox_cross"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☪️"
+ , "description": "star and crescent"
+ , "category": "Symbols"
+ , "aliases": [
+ "star_and_crescent"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "☮️"
+ , "description": "peace symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "peace_symbol"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🕎"
+ , "description": "menorah"
+ , "category": "Symbols"
+ , "aliases": [
+ "menorah"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔯"
+ , "description": "dotted six-pointed star"
+ , "category": "Symbols"
+ , "aliases": [
+ "six_pointed_star"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🪯"
+ , "description": "khanda"
+ , "category": "Symbols"
+ , "aliases": [
+ "khanda"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "♈"
+ , "description": "Aries"
+ , "category": "Symbols"
+ , "aliases": [
+ "aries"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♉"
+ , "description": "Taurus"
+ , "category": "Symbols"
+ , "aliases": [
+ "taurus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♊"
+ , "description": "Gemini"
+ , "category": "Symbols"
+ , "aliases": [
+ "gemini"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♋"
+ , "description": "Cancer"
+ , "category": "Symbols"
+ , "aliases": [
+ "cancer"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♌"
+ , "description": "Leo"
+ , "category": "Symbols"
+ , "aliases": [
+ "leo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♍"
+ , "description": "Virgo"
+ , "category": "Symbols"
+ , "aliases": [
+ "virgo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♎"
+ , "description": "Libra"
+ , "category": "Symbols"
+ , "aliases": [
+ "libra"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♏"
+ , "description": "Scorpio"
+ , "category": "Symbols"
+ , "aliases": [
+ "scorpius"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♐"
+ , "description": "Sagittarius"
+ , "category": "Symbols"
+ , "aliases": [
+ "sagittarius"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♑"
+ , "description": "Capricorn"
+ , "category": "Symbols"
+ , "aliases": [
+ "capricorn"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♒"
+ , "description": "Aquarius"
+ , "category": "Symbols"
+ , "aliases": [
+ "aquarius"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♓"
+ , "description": "Pisces"
+ , "category": "Symbols"
+ , "aliases": [
+ "pisces"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⛎"
+ , "description": "Ophiuchus"
+ , "category": "Symbols"
+ , "aliases": [
+ "ophiuchus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔀"
+ , "description": "shuffle tracks button"
+ , "category": "Symbols"
+ , "aliases": [
+ "twisted_rightwards_arrows"
+ ]
+ , "tags": [
+ "shuffle"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔁"
+ , "description": "repeat button"
+ , "category": "Symbols"
+ , "aliases": [
+ "repeat"
+ ]
+ , "tags": [
+ "loop"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔂"
+ , "description": "repeat single button"
+ , "category": "Symbols"
+ , "aliases": [
+ "repeat_one"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "▶️"
+ , "description": "play button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_forward"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏩"
+ , "description": "fast-forward button"
+ , "category": "Symbols"
+ , "aliases": [
+ "fast_forward"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏭️"
+ , "description": "next track button"
+ , "category": "Symbols"
+ , "aliases": [
+ "next_track_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⏯️"
+ , "description": "play or pause button"
+ , "category": "Symbols"
+ , "aliases": [
+ "play_or_pause_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "◀️"
+ , "description": "reverse button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_backward"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏪"
+ , "description": "fast reverse button"
+ , "category": "Symbols"
+ , "aliases": [
+ "rewind"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏮️"
+ , "description": "last track button"
+ , "category": "Symbols"
+ , "aliases": [
+ "previous_track_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔼"
+ , "description": "upwards button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_up_small"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏫"
+ , "description": "fast up button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_double_up"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔽"
+ , "description": "downwards button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_down_small"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏬"
+ , "description": "fast down button"
+ , "category": "Symbols"
+ , "aliases": [
+ "arrow_double_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⏸️"
+ , "description": "pause button"
+ , "category": "Symbols"
+ , "aliases": [
+ "pause_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⏹️"
+ , "description": "stop button"
+ , "category": "Symbols"
+ , "aliases": [
+ "stop_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⏺️"
+ , "description": "record button"
+ , "category": "Symbols"
+ , "aliases": [
+ "record_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "⏏️"
+ , "description": "eject button"
+ , "category": "Symbols"
+ , "aliases": [
+ "eject_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🎦"
+ , "description": "cinema"
+ , "category": "Symbols"
+ , "aliases": [
+ "cinema"
+ ]
+ , "tags": [
+ "film"
+ , "movie"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔅"
+ , "description": "dim button"
+ , "category": "Symbols"
+ , "aliases": [
+ "low_brightness"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔆"
+ , "description": "bright button"
+ , "category": "Symbols"
+ , "aliases": [
+ "high_brightness"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📶"
+ , "description": "antenna bars"
+ , "category": "Symbols"
+ , "aliases": [
+ "signal_strength"
+ ]
+ , "tags": [
+ "wifi"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🛜"
+ , "description": "wireless"
+ , "category": "Symbols"
+ , "aliases": [
+ "wireless"
+ ]
+ , "tags": [
+ "wifi"
+ ]
+ , "unicode_version": "15.0"
+ , "ios_version": "16.4"
+ }
+, {
+ "emoji": "📳"
+ , "description": "vibration mode"
+ , "category": "Symbols"
+ , "aliases": [
+ "vibration_mode"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📴"
+ , "description": "mobile phone off"
+ , "category": "Symbols"
+ , "aliases": [
+ "mobile_phone_off"
+ ]
+ , "tags": [
+ "mute"
+ , "off"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "♀️"
+ , "description": "female sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "female_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "♂️"
+ , "description": "male sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "male_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "⚧️"
+ , "description": "transgender symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "transgender_symbol"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "✖️"
+ , "description": "multiply"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_multiplication_x"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➕"
+ , "description": "plus"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_plus_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➖"
+ , "description": "minus"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_minus_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➗"
+ , "description": "divide"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_division_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🟰"
+ , "description": "heavy equals sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_equals_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "14.0"
+ , "ios_version": "15.4"
+ }
+, {
+ "emoji": "♾️"
+ , "description": "infinity"
+ , "category": "Symbols"
+ , "aliases": [
+ "infinity"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "‼️"
+ , "description": "double exclamation mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "bangbang"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⁉️"
+ , "description": "exclamation question mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "interrobang"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❓"
+ , "description": "red question mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "question"
+ ]
+ , "tags": [
+ "confused"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❔"
+ , "description": "white question mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "grey_question"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❕"
+ , "description": "white exclamation mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "grey_exclamation"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❗"
+ , "description": "red exclamation mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "exclamation"
+ , "heavy_exclamation_mark"
+ ]
+ , "tags": [
+ "bang"
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "〰️"
+ , "description": "wavy dash"
+ , "category": "Symbols"
+ , "aliases": [
+ "wavy_dash"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💱"
+ , "description": "currency exchange"
+ , "category": "Symbols"
+ , "aliases": [
+ "currency_exchange"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💲"
+ , "description": "heavy dollar sign"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_dollar_sign"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚕️"
+ , "description": "medical symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "medical_symbol"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "♻️"
+ , "description": "recycling symbol"
+ , "category": "Symbols"
+ , "aliases": [
+ "recycle"
+ ]
+ , "tags": [
+ "environment"
+ , "green"
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚜️"
+ , "description": "fleur-de-lis"
+ , "category": "Symbols"
+ , "aliases": [
+ "fleur_de_lis"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🔱"
+ , "description": "trident emblem"
+ , "category": "Symbols"
+ , "aliases": [
+ "trident"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "📛"
+ , "description": "name badge"
+ , "category": "Symbols"
+ , "aliases": [
+ "name_badge"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔰"
+ , "description": "Japanese symbol for beginner"
+ , "category": "Symbols"
+ , "aliases": [
+ "beginner"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⭕"
+ , "description": "hollow red circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "o"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✅"
+ , "description": "check mark button"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_check_mark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "☑️"
+ , "description": "check box with check"
+ , "category": "Symbols"
+ , "aliases": [
+ "ballot_box_with_check"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✔️"
+ , "description": "check mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "heavy_check_mark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❌"
+ , "description": "cross mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "x"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❎"
+ , "description": "cross mark button"
+ , "category": "Symbols"
+ , "aliases": [
+ "negative_squared_cross_mark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➰"
+ , "description": "curly loop"
+ , "category": "Symbols"
+ , "aliases": [
+ "curly_loop"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "➿"
+ , "description": "double curly loop"
+ , "category": "Symbols"
+ , "aliases": [
+ "loop"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "〽️"
+ , "description": "part alternation mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "part_alternation_mark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✳️"
+ , "description": "eight-spoked asterisk"
+ , "category": "Symbols"
+ , "aliases": [
+ "eight_spoked_asterisk"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "✴️"
+ , "description": "eight-pointed star"
+ , "category": "Symbols"
+ , "aliases": [
+ "eight_pointed_black_star"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "❇️"
+ , "description": "sparkle"
+ , "category": "Symbols"
+ , "aliases": [
+ "sparkle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "©️"
+ , "description": "copyright"
+ , "category": "Symbols"
+ , "aliases": [
+ "copyright"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "®️"
+ , "description": "registered"
+ , "category": "Symbols"
+ , "aliases": [
+ "registered"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "™️"
+ , "description": "trade mark"
+ , "category": "Symbols"
+ , "aliases": [
+ "tm"
+ ]
+ , "tags": [
+ "trademark"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "#️⃣"
+ , "description": "keycap: #"
+ , "category": "Symbols"
+ , "aliases": [
+ "hash"
+ ]
+ , "tags": [
+ "number"
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "*️⃣"
+ , "description": "keycap: *"
+ , "category": "Symbols"
+ , "aliases": [
+ "asterisk"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "0️⃣"
+ , "description": "keycap: 0"
+ , "category": "Symbols"
+ , "aliases": [
+ "zero"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "1️⃣"
+ , "description": "keycap: 1"
+ , "category": "Symbols"
+ , "aliases": [
+ "one"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "2️⃣"
+ , "description": "keycap: 2"
+ , "category": "Symbols"
+ , "aliases": [
+ "two"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "3️⃣"
+ , "description": "keycap: 3"
+ , "category": "Symbols"
+ , "aliases": [
+ "three"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "4️⃣"
+ , "description": "keycap: 4"
+ , "category": "Symbols"
+ , "aliases": [
+ "four"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "5️⃣"
+ , "description": "keycap: 5"
+ , "category": "Symbols"
+ , "aliases": [
+ "five"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "6️⃣"
+ , "description": "keycap: 6"
+ , "category": "Symbols"
+ , "aliases": [
+ "six"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "7️⃣"
+ , "description": "keycap: 7"
+ , "category": "Symbols"
+ , "aliases": [
+ "seven"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "8️⃣"
+ , "description": "keycap: 8"
+ , "category": "Symbols"
+ , "aliases": [
+ "eight"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "9️⃣"
+ , "description": "keycap: 9"
+ , "category": "Symbols"
+ , "aliases": [
+ "nine"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔟"
+ , "description": "keycap: 10"
+ , "category": "Symbols"
+ , "aliases": [
+ "keycap_ten"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔠"
+ , "description": "input latin uppercase"
+ , "category": "Symbols"
+ , "aliases": [
+ "capital_abcd"
+ ]
+ , "tags": [
+ "letters"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔡"
+ , "description": "input latin lowercase"
+ , "category": "Symbols"
+ , "aliases": [
+ "abcd"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔢"
+ , "description": "input numbers"
+ , "category": "Symbols"
+ , "aliases": [
+ "1234"
+ ]
+ , "tags": [
+ "numbers"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔣"
+ , "description": "input symbols"
+ , "category": "Symbols"
+ , "aliases": [
+ "symbols"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔤"
+ , "description": "input latin letters"
+ , "category": "Symbols"
+ , "aliases": [
+ "abc"
+ ]
+ , "tags": [
+ "alphabet"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🅰️"
+ , "description": "A button (blood type)"
+ , "category": "Symbols"
+ , "aliases": [
+ "a"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆎"
+ , "description": "AB button (blood type)"
+ , "category": "Symbols"
+ , "aliases": [
+ "ab"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🅱️"
+ , "description": "B button (blood type)"
+ , "category": "Symbols"
+ , "aliases": [
+ "b"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆑"
+ , "description": "CL button"
+ , "category": "Symbols"
+ , "aliases": [
+ "cl"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆒"
+ , "description": "COOL button"
+ , "category": "Symbols"
+ , "aliases": [
+ "cool"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆓"
+ , "description": "FREE button"
+ , "category": "Symbols"
+ , "aliases": [
+ "free"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "ℹ️"
+ , "description": "information"
+ , "category": "Symbols"
+ , "aliases": [
+ "information_source"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆔"
+ , "description": "ID button"
+ , "category": "Symbols"
+ , "aliases": [
+ "id"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "Ⓜ️"
+ , "description": "circled M"
+ , "category": "Symbols"
+ , "aliases": [
+ "m"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆕"
+ , "description": "NEW button"
+ , "category": "Symbols"
+ , "aliases": [
+ "new"
+ ]
+ , "tags": [
+ "fresh"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆖"
+ , "description": "NG button"
+ , "category": "Symbols"
+ , "aliases": [
+ "ng"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🅾️"
+ , "description": "O button (blood type)"
+ , "category": "Symbols"
+ , "aliases": [
+ "o2"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆗"
+ , "description": "OK button"
+ , "category": "Symbols"
+ , "aliases": [
+ "ok"
+ ]
+ , "tags": [
+ "yes"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🅿️"
+ , "description": "P button"
+ , "category": "Symbols"
+ , "aliases": [
+ "parking"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆘"
+ , "description": "SOS button"
+ , "category": "Symbols"
+ , "aliases": [
+ "sos"
+ ]
+ , "tags": [
+ "help"
+ , "emergency"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆙"
+ , "description": "UP! button"
+ , "category": "Symbols"
+ , "aliases": [
+ "up"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🆚"
+ , "description": "VS button"
+ , "category": "Symbols"
+ , "aliases": [
+ "vs"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈁"
+ , "description": "Japanese “here” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "koko"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈂️"
+ , "description": "Japanese “service charge” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "sa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈷️"
+ , "description": "Japanese “monthly amount” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u6708"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈶"
+ , "description": "Japanese “not free of charge” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u6709"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈯"
+ , "description": "Japanese “reserved” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u6307"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🉐"
+ , "description": "Japanese “bargain” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "ideograph_advantage"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈹"
+ , "description": "Japanese “discount” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u5272"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈚"
+ , "description": "Japanese “free of charge” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u7121"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈲"
+ , "description": "Japanese “prohibited” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u7981"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🉑"
+ , "description": "Japanese “acceptable” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "accept"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈸"
+ , "description": "Japanese “application” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u7533"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈴"
+ , "description": "Japanese “passing grade” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u5408"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈳"
+ , "description": "Japanese “vacancy” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u7a7a"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "㊗️"
+ , "description": "Japanese “congratulations” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "congratulations"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "㊙️"
+ , "description": "Japanese “secret” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "secret"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈺"
+ , "description": "Japanese “open for business” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u55b6"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🈵"
+ , "description": "Japanese “no vacancy” button"
+ , "category": "Symbols"
+ , "aliases": [
+ "u6e80"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔴"
+ , "description": "red circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "red_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🟠"
+ , "description": "orange circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "orange_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟡"
+ , "description": "yellow circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "yellow_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟢"
+ , "description": "green circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "green_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🔵"
+ , "description": "blue circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "large_blue_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🟣"
+ , "description": "purple circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "purple_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟤"
+ , "description": "brown circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "brown_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "⚫"
+ , "description": "black circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⚪"
+ , "description": "white circle"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_circle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "4.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🟥"
+ , "description": "red square"
+ , "category": "Symbols"
+ , "aliases": [
+ "red_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟧"
+ , "description": "orange square"
+ , "category": "Symbols"
+ , "aliases": [
+ "orange_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟨"
+ , "description": "yellow square"
+ , "category": "Symbols"
+ , "aliases": [
+ "yellow_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟩"
+ , "description": "green square"
+ , "category": "Symbols"
+ , "aliases": [
+ "green_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟦"
+ , "description": "blue square"
+ , "category": "Symbols"
+ , "aliases": [
+ "blue_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟪"
+ , "description": "purple square"
+ , "category": "Symbols"
+ , "aliases": [
+ "purple_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "🟫"
+ , "description": "brown square"
+ , "category": "Symbols"
+ , "aliases": [
+ "brown_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "12.0"
+ , "ios_version": "13.0"
+ }
+, {
+ "emoji": "⬛"
+ , "description": "black large square"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_large_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "⬜"
+ , "description": "white large square"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_large_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "5.1"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "◼️"
+ , "description": "black medium square"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_medium_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "◻️"
+ , "description": "white medium square"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_medium_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "◾"
+ , "description": "black medium-small square"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_medium_small_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "◽"
+ , "description": "white medium-small square"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_medium_small_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "3.2"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "▪️"
+ , "description": "black small square"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_small_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "▫️"
+ , "description": "white small square"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_small_square"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": ""
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔶"
+ , "description": "large orange diamond"
+ , "category": "Symbols"
+ , "aliases": [
+ "large_orange_diamond"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔷"
+ , "description": "large blue diamond"
+ , "category": "Symbols"
+ , "aliases": [
+ "large_blue_diamond"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔸"
+ , "description": "small orange diamond"
+ , "category": "Symbols"
+ , "aliases": [
+ "small_orange_diamond"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔹"
+ , "description": "small blue diamond"
+ , "category": "Symbols"
+ , "aliases": [
+ "small_blue_diamond"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔺"
+ , "description": "red triangle pointed up"
+ , "category": "Symbols"
+ , "aliases": [
+ "small_red_triangle"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔻"
+ , "description": "red triangle pointed down"
+ , "category": "Symbols"
+ , "aliases": [
+ "small_red_triangle_down"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "💠"
+ , "description": "diamond with a dot"
+ , "category": "Symbols"
+ , "aliases": [
+ "diamond_shape_with_a_dot_inside"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔘"
+ , "description": "radio button"
+ , "category": "Symbols"
+ , "aliases": [
+ "radio_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔳"
+ , "description": "white square button"
+ , "category": "Symbols"
+ , "aliases": [
+ "white_square_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🔲"
+ , "description": "black square button"
+ , "category": "Symbols"
+ , "aliases": [
+ "black_square_button"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏁"
+ , "description": "chequered flag"
+ , "category": "Flags"
+ , "aliases": [
+ "checkered_flag"
+ ]
+ , "tags": [
+ "milestone"
+ , "finish"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🚩"
+ , "description": "triangular flag"
+ , "category": "Flags"
+ , "aliases": [
+ "triangular_flag_on_post"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🎌"
+ , "description": "crossed flags"
+ , "category": "Flags"
+ , "aliases": [
+ "crossed_flags"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🏴"
+ , "description": "black flag"
+ , "category": "Flags"
+ , "aliases": [
+ "black_flag"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏳️"
+ , "description": "white flag"
+ , "category": "Flags"
+ , "aliases": [
+ "white_flag"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "7.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🏳️🌈"
+ , "description": "rainbow flag"
+ , "category": "Flags"
+ , "aliases": [
+ "rainbow_flag"
+ ]
+ , "tags": [
+ "pride"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "10.0"
+ }
+, {
+ "emoji": "🏳️⚧️"
+ , "description": "transgender flag"
+ , "category": "Flags"
+ , "aliases": [
+ "transgender_flag"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "13.0"
+ , "ios_version": "14.0"
+ }
+, {
+ "emoji": "🏴☠️"
+ , "description": "pirate flag"
+ , "category": "Flags"
+ , "aliases": [
+ "pirate_flag"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇦🇨"
+ , "description": "flag: Ascension Island"
+ , "category": "Flags"
+ , "aliases": [
+ "ascension_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇦🇩"
+ , "description": "flag: Andorra"
+ , "category": "Flags"
+ , "aliases": [
+ "andorra"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇪"
+ , "description": "flag: United Arab Emirates"
+ , "category": "Flags"
+ , "aliases": [
+ "united_arab_emirates"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇫"
+ , "description": "flag: Afghanistan"
+ , "category": "Flags"
+ , "aliases": [
+ "afghanistan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇬"
+ , "description": "flag: Antigua & Barbuda"
+ , "category": "Flags"
+ , "aliases": [
+ "antigua_barbuda"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇮"
+ , "description": "flag: Anguilla"
+ , "category": "Flags"
+ , "aliases": [
+ "anguilla"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇱"
+ , "description": "flag: Albania"
+ , "category": "Flags"
+ , "aliases": [
+ "albania"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇲"
+ , "description": "flag: Armenia"
+ , "category": "Flags"
+ , "aliases": [
+ "armenia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇴"
+ , "description": "flag: Angola"
+ , "category": "Flags"
+ , "aliases": [
+ "angola"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇶"
+ , "description": "flag: Antarctica"
+ , "category": "Flags"
+ , "aliases": [
+ "antarctica"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇦🇷"
+ , "description": "flag: Argentina"
+ , "category": "Flags"
+ , "aliases": [
+ "argentina"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇸"
+ , "description": "flag: American Samoa"
+ , "category": "Flags"
+ , "aliases": [
+ "american_samoa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇹"
+ , "description": "flag: Austria"
+ , "category": "Flags"
+ , "aliases": [
+ "austria"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇺"
+ , "description": "flag: Australia"
+ , "category": "Flags"
+ , "aliases": [
+ "australia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇼"
+ , "description": "flag: Aruba"
+ , "category": "Flags"
+ , "aliases": [
+ "aruba"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇦🇽"
+ , "description": "flag: Åland Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "aland_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇦🇿"
+ , "description": "flag: Azerbaijan"
+ , "category": "Flags"
+ , "aliases": [
+ "azerbaijan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇦"
+ , "description": "flag: Bosnia & Herzegovina"
+ , "category": "Flags"
+ , "aliases": [
+ "bosnia_herzegovina"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇧"
+ , "description": "flag: Barbados"
+ , "category": "Flags"
+ , "aliases": [
+ "barbados"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇩"
+ , "description": "flag: Bangladesh"
+ , "category": "Flags"
+ , "aliases": [
+ "bangladesh"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇪"
+ , "description": "flag: Belgium"
+ , "category": "Flags"
+ , "aliases": [
+ "belgium"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇫"
+ , "description": "flag: Burkina Faso"
+ , "category": "Flags"
+ , "aliases": [
+ "burkina_faso"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇬"
+ , "description": "flag: Bulgaria"
+ , "category": "Flags"
+ , "aliases": [
+ "bulgaria"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇭"
+ , "description": "flag: Bahrain"
+ , "category": "Flags"
+ , "aliases": [
+ "bahrain"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇮"
+ , "description": "flag: Burundi"
+ , "category": "Flags"
+ , "aliases": [
+ "burundi"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇯"
+ , "description": "flag: Benin"
+ , "category": "Flags"
+ , "aliases": [
+ "benin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇱"
+ , "description": "flag: St. Barthélemy"
+ , "category": "Flags"
+ , "aliases": [
+ "st_barthelemy"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇧🇲"
+ , "description": "flag: Bermuda"
+ , "category": "Flags"
+ , "aliases": [
+ "bermuda"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇳"
+ , "description": "flag: Brunei"
+ , "category": "Flags"
+ , "aliases": [
+ "brunei"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇴"
+ , "description": "flag: Bolivia"
+ , "category": "Flags"
+ , "aliases": [
+ "bolivia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇶"
+ , "description": "flag: Caribbean Netherlands"
+ , "category": "Flags"
+ , "aliases": [
+ "caribbean_netherlands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇧🇷"
+ , "description": "flag: Brazil"
+ , "category": "Flags"
+ , "aliases": [
+ "brazil"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇸"
+ , "description": "flag: Bahamas"
+ , "category": "Flags"
+ , "aliases": [
+ "bahamas"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇹"
+ , "description": "flag: Bhutan"
+ , "category": "Flags"
+ , "aliases": [
+ "bhutan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇻"
+ , "description": "flag: Bouvet Island"
+ , "category": "Flags"
+ , "aliases": [
+ "bouvet_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇧🇼"
+ , "description": "flag: Botswana"
+ , "category": "Flags"
+ , "aliases": [
+ "botswana"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇾"
+ , "description": "flag: Belarus"
+ , "category": "Flags"
+ , "aliases": [
+ "belarus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇧🇿"
+ , "description": "flag: Belize"
+ , "category": "Flags"
+ , "aliases": [
+ "belize"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇦"
+ , "description": "flag: Canada"
+ , "category": "Flags"
+ , "aliases": [
+ "canada"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇨"
+ , "description": "flag: Cocos (Keeling) Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "cocos_islands"
+ ]
+ , "tags": [
+ "keeling"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇨🇩"
+ , "description": "flag: Congo - Kinshasa"
+ , "category": "Flags"
+ , "aliases": [
+ "congo_kinshasa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇫"
+ , "description": "flag: Central African Republic"
+ , "category": "Flags"
+ , "aliases": [
+ "central_african_republic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇬"
+ , "description": "flag: Congo - Brazzaville"
+ , "category": "Flags"
+ , "aliases": [
+ "congo_brazzaville"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇭"
+ , "description": "flag: Switzerland"
+ , "category": "Flags"
+ , "aliases": [
+ "switzerland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇮"
+ , "description": "flag: Côte d’Ivoire"
+ , "category": "Flags"
+ , "aliases": [
+ "cote_divoire"
+ ]
+ , "tags": [
+ "ivory"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇰"
+ , "description": "flag: Cook Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "cook_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇱"
+ , "description": "flag: Chile"
+ , "category": "Flags"
+ , "aliases": [
+ "chile"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇲"
+ , "description": "flag: Cameroon"
+ , "category": "Flags"
+ , "aliases": [
+ "cameroon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇳"
+ , "description": "flag: China"
+ , "category": "Flags"
+ , "aliases": [
+ "cn"
+ ]
+ , "tags": [
+ "china"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇨🇴"
+ , "description": "flag: Colombia"
+ , "category": "Flags"
+ , "aliases": [
+ "colombia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇵"
+ , "description": "flag: Clipperton Island"
+ , "category": "Flags"
+ , "aliases": [
+ "clipperton_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇨🇷"
+ , "description": "flag: Costa Rica"
+ , "category": "Flags"
+ , "aliases": [
+ "costa_rica"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇺"
+ , "description": "flag: Cuba"
+ , "category": "Flags"
+ , "aliases": [
+ "cuba"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇻"
+ , "description": "flag: Cape Verde"
+ , "category": "Flags"
+ , "aliases": [
+ "cape_verde"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇼"
+ , "description": "flag: Curaçao"
+ , "category": "Flags"
+ , "aliases": [
+ "curacao"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇽"
+ , "description": "flag: Christmas Island"
+ , "category": "Flags"
+ , "aliases": [
+ "christmas_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇨🇾"
+ , "description": "flag: Cyprus"
+ , "category": "Flags"
+ , "aliases": [
+ "cyprus"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇨🇿"
+ , "description": "flag: Czechia"
+ , "category": "Flags"
+ , "aliases": [
+ "czech_republic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇩🇪"
+ , "description": "flag: Germany"
+ , "category": "Flags"
+ , "aliases": [
+ "de"
+ ]
+ , "tags": [
+ "flag"
+ , "germany"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇩🇬"
+ , "description": "flag: Diego Garcia"
+ , "category": "Flags"
+ , "aliases": [
+ "diego_garcia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇩🇯"
+ , "description": "flag: Djibouti"
+ , "category": "Flags"
+ , "aliases": [
+ "djibouti"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇩🇰"
+ , "description": "flag: Denmark"
+ , "category": "Flags"
+ , "aliases": [
+ "denmark"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇩🇲"
+ , "description": "flag: Dominica"
+ , "category": "Flags"
+ , "aliases": [
+ "dominica"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇩🇴"
+ , "description": "flag: Dominican Republic"
+ , "category": "Flags"
+ , "aliases": [
+ "dominican_republic"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇩🇿"
+ , "description": "flag: Algeria"
+ , "category": "Flags"
+ , "aliases": [
+ "algeria"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇦"
+ , "description": "flag: Ceuta & Melilla"
+ , "category": "Flags"
+ , "aliases": [
+ "ceuta_melilla"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇪🇨"
+ , "description": "flag: Ecuador"
+ , "category": "Flags"
+ , "aliases": [
+ "ecuador"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇪"
+ , "description": "flag: Estonia"
+ , "category": "Flags"
+ , "aliases": [
+ "estonia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇬"
+ , "description": "flag: Egypt"
+ , "category": "Flags"
+ , "aliases": [
+ "egypt"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇭"
+ , "description": "flag: Western Sahara"
+ , "category": "Flags"
+ , "aliases": [
+ "western_sahara"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇪🇷"
+ , "description": "flag: Eritrea"
+ , "category": "Flags"
+ , "aliases": [
+ "eritrea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇸"
+ , "description": "flag: Spain"
+ , "category": "Flags"
+ , "aliases": [
+ "es"
+ ]
+ , "tags": [
+ "spain"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇪🇹"
+ , "description": "flag: Ethiopia"
+ , "category": "Flags"
+ , "aliases": [
+ "ethiopia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇪🇺"
+ , "description": "flag: European Union"
+ , "category": "Flags"
+ , "aliases": [
+ "eu"
+ , "european_union"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇫🇮"
+ , "description": "flag: Finland"
+ , "category": "Flags"
+ , "aliases": [
+ "finland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇫🇯"
+ , "description": "flag: Fiji"
+ , "category": "Flags"
+ , "aliases": [
+ "fiji"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇫🇰"
+ , "description": "flag: Falkland Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "falkland_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇫🇲"
+ , "description": "flag: Micronesia"
+ , "category": "Flags"
+ , "aliases": [
+ "micronesia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇫🇴"
+ , "description": "flag: Faroe Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "faroe_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇫🇷"
+ , "description": "flag: France"
+ , "category": "Flags"
+ , "aliases": [
+ "fr"
+ ]
+ , "tags": [
+ "france"
+ , "french"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇬🇦"
+ , "description": "flag: Gabon"
+ , "category": "Flags"
+ , "aliases": [
+ "gabon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇧"
+ , "description": "flag: United Kingdom"
+ , "category": "Flags"
+ , "aliases": [
+ "gb"
+ , "uk"
+ ]
+ , "tags": [
+ "flag"
+ , "british"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇬🇩"
+ , "description": "flag: Grenada"
+ , "category": "Flags"
+ , "aliases": [
+ "grenada"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇪"
+ , "description": "flag: Georgia"
+ , "category": "Flags"
+ , "aliases": [
+ "georgia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇫"
+ , "description": "flag: French Guiana"
+ , "category": "Flags"
+ , "aliases": [
+ "french_guiana"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇬"
+ , "description": "flag: Guernsey"
+ , "category": "Flags"
+ , "aliases": [
+ "guernsey"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇬🇭"
+ , "description": "flag: Ghana"
+ , "category": "Flags"
+ , "aliases": [
+ "ghana"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇮"
+ , "description": "flag: Gibraltar"
+ , "category": "Flags"
+ , "aliases": [
+ "gibraltar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇱"
+ , "description": "flag: Greenland"
+ , "category": "Flags"
+ , "aliases": [
+ "greenland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇬🇲"
+ , "description": "flag: Gambia"
+ , "category": "Flags"
+ , "aliases": [
+ "gambia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇳"
+ , "description": "flag: Guinea"
+ , "category": "Flags"
+ , "aliases": [
+ "guinea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇵"
+ , "description": "flag: Guadeloupe"
+ , "category": "Flags"
+ , "aliases": [
+ "guadeloupe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇬🇶"
+ , "description": "flag: Equatorial Guinea"
+ , "category": "Flags"
+ , "aliases": [
+ "equatorial_guinea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇷"
+ , "description": "flag: Greece"
+ , "category": "Flags"
+ , "aliases": [
+ "greece"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇸"
+ , "description": "flag: South Georgia & South Sandwich Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "south_georgia_south_sandwich_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇬🇹"
+ , "description": "flag: Guatemala"
+ , "category": "Flags"
+ , "aliases": [
+ "guatemala"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇺"
+ , "description": "flag: Guam"
+ , "category": "Flags"
+ , "aliases": [
+ "guam"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇼"
+ , "description": "flag: Guinea-Bissau"
+ , "category": "Flags"
+ , "aliases": [
+ "guinea_bissau"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇬🇾"
+ , "description": "flag: Guyana"
+ , "category": "Flags"
+ , "aliases": [
+ "guyana"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇭🇰"
+ , "description": "flag: Hong Kong SAR China"
+ , "category": "Flags"
+ , "aliases": [
+ "hong_kong"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇭🇲"
+ , "description": "flag: Heard & McDonald Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "heard_mcdonald_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇭🇳"
+ , "description": "flag: Honduras"
+ , "category": "Flags"
+ , "aliases": [
+ "honduras"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇭🇷"
+ , "description": "flag: Croatia"
+ , "category": "Flags"
+ , "aliases": [
+ "croatia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇭🇹"
+ , "description": "flag: Haiti"
+ , "category": "Flags"
+ , "aliases": [
+ "haiti"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇭🇺"
+ , "description": "flag: Hungary"
+ , "category": "Flags"
+ , "aliases": [
+ "hungary"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇨"
+ , "description": "flag: Canary Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "canary_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇮🇩"
+ , "description": "flag: Indonesia"
+ , "category": "Flags"
+ , "aliases": [
+ "indonesia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇪"
+ , "description": "flag: Ireland"
+ , "category": "Flags"
+ , "aliases": [
+ "ireland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇱"
+ , "description": "flag: Israel"
+ , "category": "Flags"
+ , "aliases": [
+ "israel"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇲"
+ , "description": "flag: Isle of Man"
+ , "category": "Flags"
+ , "aliases": [
+ "isle_of_man"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇮🇳"
+ , "description": "flag: India"
+ , "category": "Flags"
+ , "aliases": [
+ "india"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇴"
+ , "description": "flag: British Indian Ocean Territory"
+ , "category": "Flags"
+ , "aliases": [
+ "british_indian_ocean_territory"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇮🇶"
+ , "description": "flag: Iraq"
+ , "category": "Flags"
+ , "aliases": [
+ "iraq"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇷"
+ , "description": "flag: Iran"
+ , "category": "Flags"
+ , "aliases": [
+ "iran"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇸"
+ , "description": "flag: Iceland"
+ , "category": "Flags"
+ , "aliases": [
+ "iceland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇮🇹"
+ , "description": "flag: Italy"
+ , "category": "Flags"
+ , "aliases": [
+ "it"
+ ]
+ , "tags": [
+ "italy"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇯🇪"
+ , "description": "flag: Jersey"
+ , "category": "Flags"
+ , "aliases": [
+ "jersey"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇯🇲"
+ , "description": "flag: Jamaica"
+ , "category": "Flags"
+ , "aliases": [
+ "jamaica"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇯🇴"
+ , "description": "flag: Jordan"
+ , "category": "Flags"
+ , "aliases": [
+ "jordan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇯🇵"
+ , "description": "flag: Japan"
+ , "category": "Flags"
+ , "aliases": [
+ "jp"
+ ]
+ , "tags": [
+ "japan"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇰🇪"
+ , "description": "flag: Kenya"
+ , "category": "Flags"
+ , "aliases": [
+ "kenya"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇬"
+ , "description": "flag: Kyrgyzstan"
+ , "category": "Flags"
+ , "aliases": [
+ "kyrgyzstan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇭"
+ , "description": "flag: Cambodia"
+ , "category": "Flags"
+ , "aliases": [
+ "cambodia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇮"
+ , "description": "flag: Kiribati"
+ , "category": "Flags"
+ , "aliases": [
+ "kiribati"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇲"
+ , "description": "flag: Comoros"
+ , "category": "Flags"
+ , "aliases": [
+ "comoros"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇳"
+ , "description": "flag: St. Kitts & Nevis"
+ , "category": "Flags"
+ , "aliases": [
+ "st_kitts_nevis"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇵"
+ , "description": "flag: North Korea"
+ , "category": "Flags"
+ , "aliases": [
+ "north_korea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇷"
+ , "description": "flag: South Korea"
+ , "category": "Flags"
+ , "aliases": [
+ "kr"
+ ]
+ , "tags": [
+ "korea"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇰🇼"
+ , "description": "flag: Kuwait"
+ , "category": "Flags"
+ , "aliases": [
+ "kuwait"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇾"
+ , "description": "flag: Cayman Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "cayman_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇰🇿"
+ , "description": "flag: Kazakhstan"
+ , "category": "Flags"
+ , "aliases": [
+ "kazakhstan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇦"
+ , "description": "flag: Laos"
+ , "category": "Flags"
+ , "aliases": [
+ "laos"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇧"
+ , "description": "flag: Lebanon"
+ , "category": "Flags"
+ , "aliases": [
+ "lebanon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇨"
+ , "description": "flag: St. Lucia"
+ , "category": "Flags"
+ , "aliases": [
+ "st_lucia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇮"
+ , "description": "flag: Liechtenstein"
+ , "category": "Flags"
+ , "aliases": [
+ "liechtenstein"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇰"
+ , "description": "flag: Sri Lanka"
+ , "category": "Flags"
+ , "aliases": [
+ "sri_lanka"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇷"
+ , "description": "flag: Liberia"
+ , "category": "Flags"
+ , "aliases": [
+ "liberia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇸"
+ , "description": "flag: Lesotho"
+ , "category": "Flags"
+ , "aliases": [
+ "lesotho"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇹"
+ , "description": "flag: Lithuania"
+ , "category": "Flags"
+ , "aliases": [
+ "lithuania"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇺"
+ , "description": "flag: Luxembourg"
+ , "category": "Flags"
+ , "aliases": [
+ "luxembourg"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇻"
+ , "description": "flag: Latvia"
+ , "category": "Flags"
+ , "aliases": [
+ "latvia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇱🇾"
+ , "description": "flag: Libya"
+ , "category": "Flags"
+ , "aliases": [
+ "libya"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇦"
+ , "description": "flag: Morocco"
+ , "category": "Flags"
+ , "aliases": [
+ "morocco"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇨"
+ , "description": "flag: Monaco"
+ , "category": "Flags"
+ , "aliases": [
+ "monaco"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇲🇩"
+ , "description": "flag: Moldova"
+ , "category": "Flags"
+ , "aliases": [
+ "moldova"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇪"
+ , "description": "flag: Montenegro"
+ , "category": "Flags"
+ , "aliases": [
+ "montenegro"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇫"
+ , "description": "flag: St. Martin"
+ , "category": "Flags"
+ , "aliases": [
+ "st_martin"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇲🇬"
+ , "description": "flag: Madagascar"
+ , "category": "Flags"
+ , "aliases": [
+ "madagascar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇭"
+ , "description": "flag: Marshall Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "marshall_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇲🇰"
+ , "description": "flag: North Macedonia"
+ , "category": "Flags"
+ , "aliases": [
+ "macedonia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇱"
+ , "description": "flag: Mali"
+ , "category": "Flags"
+ , "aliases": [
+ "mali"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇲"
+ , "description": "flag: Myanmar (Burma)"
+ , "category": "Flags"
+ , "aliases": [
+ "myanmar"
+ ]
+ , "tags": [
+ "burma"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇳"
+ , "description": "flag: Mongolia"
+ , "category": "Flags"
+ , "aliases": [
+ "mongolia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇴"
+ , "description": "flag: Macao SAR China"
+ , "category": "Flags"
+ , "aliases": [
+ "macau"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇵"
+ , "description": "flag: Northern Mariana Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "northern_mariana_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇶"
+ , "description": "flag: Martinique"
+ , "category": "Flags"
+ , "aliases": [
+ "martinique"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇲🇷"
+ , "description": "flag: Mauritania"
+ , "category": "Flags"
+ , "aliases": [
+ "mauritania"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇸"
+ , "description": "flag: Montserrat"
+ , "category": "Flags"
+ , "aliases": [
+ "montserrat"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇹"
+ , "description": "flag: Malta"
+ , "category": "Flags"
+ , "aliases": [
+ "malta"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇺"
+ , "description": "flag: Mauritius"
+ , "category": "Flags"
+ , "aliases": [
+ "mauritius"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇲🇻"
+ , "description": "flag: Maldives"
+ , "category": "Flags"
+ , "aliases": [
+ "maldives"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇼"
+ , "description": "flag: Malawi"
+ , "category": "Flags"
+ , "aliases": [
+ "malawi"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇽"
+ , "description": "flag: Mexico"
+ , "category": "Flags"
+ , "aliases": [
+ "mexico"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇾"
+ , "description": "flag: Malaysia"
+ , "category": "Flags"
+ , "aliases": [
+ "malaysia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇲🇿"
+ , "description": "flag: Mozambique"
+ , "category": "Flags"
+ , "aliases": [
+ "mozambique"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇦"
+ , "description": "flag: Namibia"
+ , "category": "Flags"
+ , "aliases": [
+ "namibia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇨"
+ , "description": "flag: New Caledonia"
+ , "category": "Flags"
+ , "aliases": [
+ "new_caledonia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇪"
+ , "description": "flag: Niger"
+ , "category": "Flags"
+ , "aliases": [
+ "niger"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇫"
+ , "description": "flag: Norfolk Island"
+ , "category": "Flags"
+ , "aliases": [
+ "norfolk_island"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇳🇬"
+ , "description": "flag: Nigeria"
+ , "category": "Flags"
+ , "aliases": [
+ "nigeria"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇮"
+ , "description": "flag: Nicaragua"
+ , "category": "Flags"
+ , "aliases": [
+ "nicaragua"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇱"
+ , "description": "flag: Netherlands"
+ , "category": "Flags"
+ , "aliases": [
+ "netherlands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇴"
+ , "description": "flag: Norway"
+ , "category": "Flags"
+ , "aliases": [
+ "norway"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇵"
+ , "description": "flag: Nepal"
+ , "category": "Flags"
+ , "aliases": [
+ "nepal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇷"
+ , "description": "flag: Nauru"
+ , "category": "Flags"
+ , "aliases": [
+ "nauru"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇳🇺"
+ , "description": "flag: Niue"
+ , "category": "Flags"
+ , "aliases": [
+ "niue"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇳🇿"
+ , "description": "flag: New Zealand"
+ , "category": "Flags"
+ , "aliases": [
+ "new_zealand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇴🇲"
+ , "description": "flag: Oman"
+ , "category": "Flags"
+ , "aliases": [
+ "oman"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇦"
+ , "description": "flag: Panama"
+ , "category": "Flags"
+ , "aliases": [
+ "panama"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇪"
+ , "description": "flag: Peru"
+ , "category": "Flags"
+ , "aliases": [
+ "peru"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇫"
+ , "description": "flag: French Polynesia"
+ , "category": "Flags"
+ , "aliases": [
+ "french_polynesia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇵🇬"
+ , "description": "flag: Papua New Guinea"
+ , "category": "Flags"
+ , "aliases": [
+ "papua_new_guinea"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇭"
+ , "description": "flag: Philippines"
+ , "category": "Flags"
+ , "aliases": [
+ "philippines"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇰"
+ , "description": "flag: Pakistan"
+ , "category": "Flags"
+ , "aliases": [
+ "pakistan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇱"
+ , "description": "flag: Poland"
+ , "category": "Flags"
+ , "aliases": [
+ "poland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇲"
+ , "description": "flag: St. Pierre & Miquelon"
+ , "category": "Flags"
+ , "aliases": [
+ "st_pierre_miquelon"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇵🇳"
+ , "description": "flag: Pitcairn Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "pitcairn_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇵🇷"
+ , "description": "flag: Puerto Rico"
+ , "category": "Flags"
+ , "aliases": [
+ "puerto_rico"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇸"
+ , "description": "flag: Palestinian Territories"
+ , "category": "Flags"
+ , "aliases": [
+ "palestinian_territories"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇹"
+ , "description": "flag: Portugal"
+ , "category": "Flags"
+ , "aliases": [
+ "portugal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇼"
+ , "description": "flag: Palau"
+ , "category": "Flags"
+ , "aliases": [
+ "palau"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇵🇾"
+ , "description": "flag: Paraguay"
+ , "category": "Flags"
+ , "aliases": [
+ "paraguay"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇶🇦"
+ , "description": "flag: Qatar"
+ , "category": "Flags"
+ , "aliases": [
+ "qatar"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇷🇪"
+ , "description": "flag: Réunion"
+ , "category": "Flags"
+ , "aliases": [
+ "reunion"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇷🇴"
+ , "description": "flag: Romania"
+ , "category": "Flags"
+ , "aliases": [
+ "romania"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇷🇸"
+ , "description": "flag: Serbia"
+ , "category": "Flags"
+ , "aliases": [
+ "serbia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇷🇺"
+ , "description": "flag: Russia"
+ , "category": "Flags"
+ , "aliases": [
+ "ru"
+ ]
+ , "tags": [
+ "russia"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇷🇼"
+ , "description": "flag: Rwanda"
+ , "category": "Flags"
+ , "aliases": [
+ "rwanda"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇦"
+ , "description": "flag: Saudi Arabia"
+ , "category": "Flags"
+ , "aliases": [
+ "saudi_arabia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇧"
+ , "description": "flag: Solomon Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "solomon_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇨"
+ , "description": "flag: Seychelles"
+ , "category": "Flags"
+ , "aliases": [
+ "seychelles"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇩"
+ , "description": "flag: Sudan"
+ , "category": "Flags"
+ , "aliases": [
+ "sudan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇪"
+ , "description": "flag: Sweden"
+ , "category": "Flags"
+ , "aliases": [
+ "sweden"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇬"
+ , "description": "flag: Singapore"
+ , "category": "Flags"
+ , "aliases": [
+ "singapore"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇭"
+ , "description": "flag: St. Helena"
+ , "category": "Flags"
+ , "aliases": [
+ "st_helena"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇸🇮"
+ , "description": "flag: Slovenia"
+ , "category": "Flags"
+ , "aliases": [
+ "slovenia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇯"
+ , "description": "flag: Svalbard & Jan Mayen"
+ , "category": "Flags"
+ , "aliases": [
+ "svalbard_jan_mayen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇸🇰"
+ , "description": "flag: Slovakia"
+ , "category": "Flags"
+ , "aliases": [
+ "slovakia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇱"
+ , "description": "flag: Sierra Leone"
+ , "category": "Flags"
+ , "aliases": [
+ "sierra_leone"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇲"
+ , "description": "flag: San Marino"
+ , "category": "Flags"
+ , "aliases": [
+ "san_marino"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇳"
+ , "description": "flag: Senegal"
+ , "category": "Flags"
+ , "aliases": [
+ "senegal"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇴"
+ , "description": "flag: Somalia"
+ , "category": "Flags"
+ , "aliases": [
+ "somalia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇷"
+ , "description": "flag: Suriname"
+ , "category": "Flags"
+ , "aliases": [
+ "suriname"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇸"
+ , "description": "flag: South Sudan"
+ , "category": "Flags"
+ , "aliases": [
+ "south_sudan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇹"
+ , "description": "flag: São Tomé & Príncipe"
+ , "category": "Flags"
+ , "aliases": [
+ "sao_tome_principe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇻"
+ , "description": "flag: El Salvador"
+ , "category": "Flags"
+ , "aliases": [
+ "el_salvador"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇽"
+ , "description": "flag: Sint Maarten"
+ , "category": "Flags"
+ , "aliases": [
+ "sint_maarten"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇾"
+ , "description": "flag: Syria"
+ , "category": "Flags"
+ , "aliases": [
+ "syria"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇸🇿"
+ , "description": "flag: Eswatini"
+ , "category": "Flags"
+ , "aliases": [
+ "swaziland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇦"
+ , "description": "flag: Tristan da Cunha"
+ , "category": "Flags"
+ , "aliases": [
+ "tristan_da_cunha"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇹🇨"
+ , "description": "flag: Turks & Caicos Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "turks_caicos_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇩"
+ , "description": "flag: Chad"
+ , "category": "Flags"
+ , "aliases": [
+ "chad"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇹🇫"
+ , "description": "flag: French Southern Territories"
+ , "category": "Flags"
+ , "aliases": [
+ "french_southern_territories"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇬"
+ , "description": "flag: Togo"
+ , "category": "Flags"
+ , "aliases": [
+ "togo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇭"
+ , "description": "flag: Thailand"
+ , "category": "Flags"
+ , "aliases": [
+ "thailand"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇯"
+ , "description": "flag: Tajikistan"
+ , "category": "Flags"
+ , "aliases": [
+ "tajikistan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇰"
+ , "description": "flag: Tokelau"
+ , "category": "Flags"
+ , "aliases": [
+ "tokelau"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇹🇱"
+ , "description": "flag: Timor-Leste"
+ , "category": "Flags"
+ , "aliases": [
+ "timor_leste"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇲"
+ , "description": "flag: Turkmenistan"
+ , "category": "Flags"
+ , "aliases": [
+ "turkmenistan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇳"
+ , "description": "flag: Tunisia"
+ , "category": "Flags"
+ , "aliases": [
+ "tunisia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇴"
+ , "description": "flag: Tonga"
+ , "category": "Flags"
+ , "aliases": [
+ "tonga"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇷"
+ , "description": "flag: Turkey"
+ , "category": "Flags"
+ , "aliases": [
+ "tr"
+ ]
+ , "tags": [
+ "turkey"
+ ]
+ , "unicode_version": "8.0"
+ , "ios_version": "9.1"
+ }
+, {
+ "emoji": "🇹🇹"
+ , "description": "flag: Trinidad & Tobago"
+ , "category": "Flags"
+ , "aliases": [
+ "trinidad_tobago"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇻"
+ , "description": "flag: Tuvalu"
+ , "category": "Flags"
+ , "aliases": [
+ "tuvalu"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇹🇼"
+ , "description": "flag: Taiwan"
+ , "category": "Flags"
+ , "aliases": [
+ "taiwan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇹🇿"
+ , "description": "flag: Tanzania"
+ , "category": "Flags"
+ , "aliases": [
+ "tanzania"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇺🇦"
+ , "description": "flag: Ukraine"
+ , "category": "Flags"
+ , "aliases": [
+ "ukraine"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇺🇬"
+ , "description": "flag: Uganda"
+ , "category": "Flags"
+ , "aliases": [
+ "uganda"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇺🇲"
+ , "description": "flag: U.S. Outlying Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "us_outlying_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇺🇳"
+ , "description": "flag: United Nations"
+ , "category": "Flags"
+ , "aliases": [
+ "united_nations"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🇺🇸"
+ , "description": "flag: United States"
+ , "category": "Flags"
+ , "aliases": [
+ "us"
+ ]
+ , "tags": [
+ "flag"
+ , "united"
+ , "america"
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "6.0"
+ }
+, {
+ "emoji": "🇺🇾"
+ , "description": "flag: Uruguay"
+ , "category": "Flags"
+ , "aliases": [
+ "uruguay"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇺🇿"
+ , "description": "flag: Uzbekistan"
+ , "category": "Flags"
+ , "aliases": [
+ "uzbekistan"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇦"
+ , "description": "flag: Vatican City"
+ , "category": "Flags"
+ , "aliases": [
+ "vatican_city"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇻🇨"
+ , "description": "flag: St. Vincent & Grenadines"
+ , "category": "Flags"
+ , "aliases": [
+ "st_vincent_grenadines"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇪"
+ , "description": "flag: Venezuela"
+ , "category": "Flags"
+ , "aliases": [
+ "venezuela"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇬"
+ , "description": "flag: British Virgin Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "british_virgin_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇮"
+ , "description": "flag: U.S. Virgin Islands"
+ , "category": "Flags"
+ , "aliases": [
+ "us_virgin_islands"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇳"
+ , "description": "flag: Vietnam"
+ , "category": "Flags"
+ , "aliases": [
+ "vietnam"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇻🇺"
+ , "description": "flag: Vanuatu"
+ , "category": "Flags"
+ , "aliases": [
+ "vanuatu"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇼🇫"
+ , "description": "flag: Wallis & Futuna"
+ , "category": "Flags"
+ , "aliases": [
+ "wallis_futuna"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇼🇸"
+ , "description": "flag: Samoa"
+ , "category": "Flags"
+ , "aliases": [
+ "samoa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇽🇰"
+ , "description": "flag: Kosovo"
+ , "category": "Flags"
+ , "aliases": [
+ "kosovo"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇾🇪"
+ , "description": "flag: Yemen"
+ , "category": "Flags"
+ , "aliases": [
+ "yemen"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇾🇹"
+ , "description": "flag: Mayotte"
+ , "category": "Flags"
+ , "aliases": [
+ "mayotte"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "9.0"
+ }
+, {
+ "emoji": "🇿🇦"
+ , "description": "flag: South Africa"
+ , "category": "Flags"
+ , "aliases": [
+ "south_africa"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇿🇲"
+ , "description": "flag: Zambia"
+ , "category": "Flags"
+ , "aliases": [
+ "zambia"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🇿🇼"
+ , "description": "flag: Zimbabwe"
+ , "category": "Flags"
+ , "aliases": [
+ "zimbabwe"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "6.0"
+ , "ios_version": "8.3"
+ }
+, {
+ "emoji": "🏴"
+ , "description": "flag: England"
+ , "category": "Flags"
+ , "aliases": [
+ "england"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🏴"
+ , "description": "flag: Scotland"
+ , "category": "Flags"
+ , "aliases": [
+ "scotland"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+, {
+ "emoji": "🏴"
+ , "description": "flag: Wales"
+ , "category": "Flags"
+ , "aliases": [
+ "wales"
+ ]
+ , "tags": [
+ ]
+ , "unicode_version": "11.0"
+ , "ios_version": "12.1"
+ }
+]
diff --git a/data/fonts/NotoColorEmoji.ttf b/data/fonts/NotoColorEmoji.ttf
new file mode 100644
index 00000000..fa652d40
Binary files /dev/null and b/data/fonts/NotoColorEmoji.ttf differ
diff --git a/data/fonts/OFL.txt b/data/fonts/OFL.txt
new file mode 100644
index 00000000..d5df42bd
--- /dev/null
+++ b/data/fonts/OFL.txt
@@ -0,0 +1,91 @@
+Copyright 2013 Google LLC
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+https://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) shall not be
+used to promote, endorse or advertise any Modified Version, except to
+acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s)
+or with their explicit written permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/data/fonts/README.md b/data/fonts/README.md
new file mode 100644
index 00000000..a1f2b11f
--- /dev/null
+++ b/data/fonts/README.md
@@ -0,0 +1,18 @@
+# Bundled emoji font
+
+`NotoColorEmoji.ttf` reports Noto Color Emoji version 2.051 and covers
+Unicode Emoji 17.0. It is vendored from Debian's
+`fonts-noto-color-emoji` 2.051 package, built from the corresponding
+Google Noto Emoji release.
+
+Official ZoiteChat packages install the font inside the application and
+register it only for the ZoiteChat process. It is not installed as a
+global operating-system font.
+
+Upstream release: https://github.com/googlefonts/noto-emoji/releases/tag/v2.051
+
+Vendored file SHA-256:
+`dac5c27651082d6c53dab5081f50d2022ddf6877d730fa919cf6a4fc2af22de0`
+
+The font is distributed under the SIL Open Font License 1.1. See
+`OFL.txt`.
diff --git a/data/fonts/meson.build b/data/fonts/meson.build
new file mode 100644
index 00000000..eb3f545a
--- /dev/null
+++ b/data/fonts/meson.build
@@ -0,0 +1,13 @@
+emoji_font_dir = join_paths(get_option('datadir'), 'fonts', 'zoitechat')
+emoji_font_doc_dir = join_paths(get_option('datadir'), 'doc', 'zoitechat', 'fonts')
+
+install_data(
+ 'NotoColorEmoji.ttf',
+ install_dir: emoji_font_dir,
+)
+
+install_data(
+ 'OFL.txt',
+ 'README.md',
+ install_dir: emoji_font_doc_dir,
+)
diff --git a/data/meson.build b/data/meson.build
index 975205fa..81efd5ed 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -3,6 +3,7 @@ if get_option('plugin')
endif
if get_option('gtk-frontend')
+ subdir('fonts')
subdir('icons')
subdir('misc')
subdir('man')
diff --git a/flatpak/net.zoite.Zoitechat.json b/flatpak/net.zoite.Zoitechat.json
index 8adb58e7..5e8041f5 100644
--- a/flatpak/net.zoite.Zoitechat.json
+++ b/flatpak/net.zoite.Zoitechat.json
@@ -65,7 +65,9 @@
"/share/man"
],
"post-install": [
- "install -d /app/extensions"
+ "install -d /app/extensions",
+ "test -f /app/share/fonts/zoitechat/NotoColorEmoji.ttf",
+ "test -f /app/share/doc/zoitechat/fonts/OFL.txt"
],
"sources": [
{
diff --git a/meson.build b/meson.build
index 7c26197a..055b561b 100644
--- a/meson.build
+++ b/meson.build
@@ -20,6 +20,7 @@ libcanberra_dep = dependency('libcanberra', version: '>= 0.22',
required: get_option('libcanberra'))
dbus_dep = dependency('gio-2.0', required: get_option('dbus'))
libsecret_dep = dependency('libsecret-1', required: false)
+fontconfig_dep = dependency('fontconfig', required: false)
global_deps = []
if cc.get_id() == 'msvc'
@@ -35,6 +36,9 @@ config_h.set_quoted('PACKAGE_NAME', meson.project_name())
config_h.set_quoted('GETTEXT_PACKAGE', 'zoitechat')
config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'),
get_option('datadir'), 'locale'))
+config_h.set_quoted('ZOITECHAT_EMOJI_FONT_FILE',
+ join_paths(get_option('prefix'), get_option('datadir'), 'fonts',
+ 'zoitechat', 'NotoColorEmoji.ttf'))
config_h.set10('ENABLE_NLS', true)
# Optional features
@@ -42,6 +46,7 @@ config_h.set('USE_OPENSSL', libssl_dep.found())
config_h.set('USE_LIBCANBERRA', libcanberra_dep.found())
config_h.set('USE_DBUS', dbus_dep.found())
config_h.set('HAVE_LIBSECRET', libsecret_dep.found())
+config_h.set('HAVE_FONTCONFIG', fontconfig_dep.found())
config_h.set('USE_PLUGIN', get_option('plugin'))
config_h.set('USE_GTK_FRONTEND', get_option('gtk-frontend'))
diff --git a/po/POTFILES b/po/POTFILES
index 8c9f7b47..68b3b7b3 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -4,6 +4,7 @@ data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in
src/common/cfgfiles.c
src/common/chanopt.c
src/common/dcc.c
+src/common/emoji-data.c
src/common/zoitechat.c
src/common/ignore.c
src/common/inbound.c
@@ -24,6 +25,7 @@ src/fe-gtk/banlist.c
src/fe-gtk/chanlist.c
src/fe-gtk/dccgui.c
src/fe-gtk/editlist.c
+src/fe-gtk/emoji-picker.c
src/fe-gtk/fe-gtk.c
src/fe-gtk/fkeys.c
src/fe-gtk/gtkutil.c
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 42cf4849..0aa92559 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -46,12 +46,12 @@
#endif
const char * const languages[LANGUAGES_LENGTH] = {
- "af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN", /* 0 .. 9 */
- "zh_TW", "cs", "da", "nl", "en_GB", "en", "et", "fi", "fr", "gl", /* 10 .. 19 */
- "de", "el", "gu", "hi", "hu", "id", "it", "ja_JP", "kn", "rw", /* 20 .. 29 */
- "ko", "lv", "lt", "mk", "ml", "ms", "nb", "no", "pl", "pt", /* 30 .. 39 */
- "pt_BR", "pa", "ru", "sr", "sk", "sl", "es", "sv", "th", "tr", /* 40 .. 49 */
- "uk", "vi", "wa" /* 50 .. */
+ "af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN",
+ "zh_TW", "cs", "da", "nl", "en_GB", "en", "et", "fi", "fr", "gl",
+ "de", "el", "gu", "hi", "hu", "id", "it", "ja_JP", "kn", "rw",
+ "ko", "lv", "lt", "mk", "ml", "ms", "nb", "no", "pl", "pt",
+ "pt_BR", "pa", "ru", "sr", "sk", "sl", "es", "sv", "th", "tr",
+ "uk", "vi", "wa"
};
void
@@ -78,8 +78,6 @@ list_addentry (GSList ** list, char *cmd, char *name)
*list = g_slist_append (*list, pop);
}
-/* read it in from a buffer to our linked list */
-
static void
list_load_from_data (GSList ** list, char *ibuf, int size)
{
@@ -181,9 +179,9 @@ list_delentry (GSList ** list, char *name)
char *
cfg_get_str (char *cfg, const char *var, char *dest, int dest_len)
{
- char buffer[128]; /* should be plenty for a variable name */
+ char buffer[128];
- sprintf (buffer, "%s ", var); /* add one space, this way it works against var - var2 checks too */
+ sprintf (buffer, "%s ", var);
while (1)
{
@@ -197,8 +195,6 @@ cfg_get_str (char *cfg, const char *var, char *dest, int dest_len)
cfg++;
while (*cfg == ' ')
cfg++;
- /*while (*cfg == ' ' || *cfg == '=')
- cfg++; */
value = cfg;
while (*cfg != 0 && *cfg != '\n')
cfg++;
@@ -293,7 +289,7 @@ cfg_get_int (char *cfg, char *var)
return atoi (str);
}
-char *xdir = NULL; /* utf-8 encoding */
+char *xdir = NULL;
#ifdef WIN32
#include
@@ -416,6 +412,7 @@ const struct prefs vars[] =
{"gui_dialog_left", P_OFFINT (hex_gui_dialog_left), TYPE_INT},
{"gui_dialog_top", P_OFFINT (hex_gui_dialog_top), TYPE_INT},
{"gui_dialog_width", P_OFFINT (hex_gui_dialog_width), TYPE_INT},
+ {"gui_emoji_skin_tone", P_OFFINT (hex_gui_emoji_skin_tone), TYPE_INT},
{"gui_filesize_iec", P_OFFINT (hex_gui_filesize_iec), TYPE_BOOL},
{"gui_focus_omitalerts", P_OFFINT (hex_gui_focus_omitalerts), TYPE_BOOL},
{"gui_hide_menu", P_OFFINT (hex_gui_hide_menu), TYPE_BOOL},
@@ -435,7 +432,6 @@ const struct prefs vars[] =
{"gui_pane_right_size_min", P_OFFINT (hex_gui_pane_right_size_min), TYPE_INT},
{"gui_quit_dialog", P_OFFINT (hex_gui_quit_dialog), TYPE_BOOL},
{"gui_search_pos", P_OFFINT (hex_gui_search_pos), TYPE_INT},
- /* {"gui_single", P_OFFINT (hex_gui_single), TYPE_BOOL}, */
{"gui_slist_fav", P_OFFINT (hex_gui_slist_fav), TYPE_BOOL},
{"gui_slist_select", P_OFFINT (hex_gui_slist_select), TYPE_INT},
{"gui_slist_skip", P_OFFINT (hex_gui_slist_skip), TYPE_BOOL},
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index f870d613..b71c77bd 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -55,6 +55,7 @@
+
@@ -113,6 +114,7 @@
SET SOLUTIONDIR=$(SolutionDir)..\
"$(Python3Path)\python.exe" $(ProjectDir)make-te.py "$(ProjectDir)textevents.in" "$(ZoiteChatLib)textevents.h" "$(ZoiteChatLib)textenums.h"
"$(Python3Path)\python.exe" $(ProjectDir)gen-public-suffix.py "$(ZoiteChatLib)public_suffix_data.h"
+"$(Python3Path)\python.exe" "$(SolutionDir)..\tools\gen-emoji-data.py" "$(SolutionDir)..\data\emoji\emoji-test.txt" "$(SolutionDir)..\data\emoji\cldr-annotations-en.xml" "$(SolutionDir)..\data\emoji\cldr-annotations-derived-en.xml" "$(SolutionDir)..\data\emoji\gemoji.json" "$(SolutionDir)..\data\emoji\VERSIONS" "$(ZoiteChatLib)emoji-data-table.h"
powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir)..\win32\config.h.tt" "$(ZoiteChatLib)config.h"
$(GlibGenMarshal) --prefix=_zoitechat_marshal --header "$(ProjectDir)marshalers.list" --output "$(ZoiteChatLib)marshal.h"
$(GlibGenMarshal) --prefix=_zoitechat_marshal --body "$(ProjectDir)marshalers.list" --output "$(ZoiteChatLib)marshal.c"
diff --git a/src/common/emoji-data.c b/src/common/emoji-data.c
new file mode 100644
index 00000000..d4c37ca9
--- /dev/null
+++ b/src/common/emoji-data.c
@@ -0,0 +1,239 @@
+/* ZoiteChat
+ * Copyright (C) 2026 deepend-tildeclub.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include
+
+#include
+#include
+
+#include "emoji-data.h"
+
+#include "emoji-data-table.h"
+
+gsize
+emoji_data_count (void)
+{
+ return G_N_ELEMENTS (emoji_entries_table);
+}
+
+const EmojiEntry *
+emoji_data_entry (gsize index)
+{
+ g_return_val_if_fail (index < G_N_ELEMENTS (emoji_entries_table), NULL);
+
+ return &emoji_entries_table[index];
+}
+
+static GHashTable *
+emoji_sequence_index (void)
+{
+ static GHashTable *table = NULL;
+ gsize i;
+ int tone;
+
+ if (table)
+ return table;
+
+ table = g_hash_table_new (g_str_hash, g_str_equal);
+ for (i = 0; i < G_N_ELEMENTS (emoji_entries_table); i++)
+ {
+ const EmojiEntry *entry = &emoji_entries_table[i];
+
+ g_hash_table_insert (table, (gpointer) entry->sequence,
+ GSIZE_TO_POINTER (i * EMOJI_TONE_COUNT + 1));
+ if (entry->tone_set < 0)
+ continue;
+ for (tone = EMOJI_TONE_LIGHT; tone < EMOJI_TONE_COUNT; tone++)
+ {
+ const char *seq =
+ emoji_tone_sets_table[entry->tone_set].sequence[tone - 1];
+
+ g_hash_table_insert (table, (gpointer) seq,
+ GSIZE_TO_POINTER (i * EMOJI_TONE_COUNT + tone + 1));
+ }
+ }
+
+ return table;
+}
+
+const EmojiEntry *
+emoji_data_find_by_sequence (const char *sequence, EmojiTone *tone_out)
+{
+ gpointer value;
+ gsize packed;
+
+ if (tone_out)
+ *tone_out = EMOJI_TONE_NONE;
+ if (!sequence || !*sequence)
+ return NULL;
+
+ value = g_hash_table_lookup (emoji_sequence_index (), sequence);
+ if (!value)
+ return NULL;
+
+ packed = GPOINTER_TO_SIZE (value) - 1;
+ if (tone_out)
+ *tone_out = (EmojiTone) (packed % EMOJI_TONE_COUNT);
+
+ return &emoji_entries_table[packed / EMOJI_TONE_COUNT];
+}
+
+const char *
+emoji_data_group_display_name (EmojiGroup group)
+{
+ static const char *const names[EMOJI_GROUP_COUNT] =
+ {
+ N_("Smileys & Emotion"),
+ N_("People & Body"),
+ N_("Animals & Nature"),
+ N_("Food & Drink"),
+ N_("Travel & Places"),
+ N_("Activities"),
+ N_("Objects"),
+ N_("Symbols"),
+ N_("Flags"),
+ };
+
+ g_return_val_if_fail (group < EMOJI_GROUP_COUNT, "");
+
+ return _(names[group]);
+}
+
+const char *
+emoji_data_group_icon_sequence (EmojiGroup group)
+{
+ static const char *const icons[EMOJI_GROUP_COUNT] =
+ {
+ "\360\237\230\200", /* 😀 */
+ "\360\237\221\213", /* 👋 */
+ "\360\237\220\273", /* 🐻 */
+ "\360\237\215\224", /* 🍔 */
+ "\360\237\232\227", /* 🚗 */
+ "\342\232\275", /* ⚽ */
+ "\360\237\222\241", /* 💡 */
+ "\360\237\224\243", /* 🔣 */
+ "\360\237\217\201", /* 🏁 */
+ };
+
+ g_return_val_if_fail (group < EMOJI_GROUP_COUNT, "");
+
+ return icons[group];
+}
+
+const char *
+emoji_data_tone_display_name (EmojiTone tone)
+{
+ static const char *const names[EMOJI_TONE_COUNT] =
+ {
+ N_("No skin tone"),
+ N_("Light skin tone"),
+ N_("Medium-light skin tone"),
+ N_("Medium skin tone"),
+ N_("Medium-dark skin tone"),
+ N_("Dark skin tone"),
+ };
+
+ g_return_val_if_fail (tone < EMOJI_TONE_COUNT, "");
+
+ return _(names[tone]);
+}
+
+const char *
+emoji_entry_sequence_for_tone (const EmojiEntry *entry, EmojiTone tone)
+{
+ g_return_val_if_fail (entry != NULL, NULL);
+
+ if (tone == EMOJI_TONE_NONE || tone >= EMOJI_TONE_COUNT ||
+ entry->tone_set < 0)
+ return entry->sequence;
+
+ return emoji_tone_sets_table[entry->tone_set].sequence[tone - 1];
+}
+
+char **
+emoji_search_tokenize (const char *text)
+{
+ GPtrArray *tokens;
+ char *folded;
+ char **split;
+ gsize i;
+
+ if (!text)
+ return NULL;
+
+ folded = g_utf8_casefold (text, -1);
+ split = g_strsplit_set (folded, " \t\n", -1);
+ g_free (folded);
+
+ tokens = g_ptr_array_new ();
+ for (i = 0; split[i]; i++)
+ {
+ const char *token = split[i];
+ gsize len;
+
+ while (*token == ':')
+ token++;
+ len = strlen (token);
+ while (len > 0 && token[len - 1] == ':')
+ len--;
+ if (len > 0)
+ g_ptr_array_add (tokens, g_strndup (token, len));
+ }
+ g_strfreev (split);
+
+ if (tokens->len == 0)
+ {
+ g_ptr_array_free (tokens, TRUE);
+ return NULL;
+ }
+
+ g_ptr_array_add (tokens, NULL);
+
+ return (char **) g_ptr_array_free (tokens, FALSE);
+}
+
+gboolean
+emoji_entry_matches (const EmojiEntry *entry, char *const *needle_tokens)
+{
+ gsize i;
+
+ g_return_val_if_fail (entry != NULL, FALSE);
+
+ if (!needle_tokens || !needle_tokens[0])
+ return FALSE;
+
+ for (i = 0; needle_tokens[i]; i++)
+ {
+ if (!strstr (entry->search, needle_tokens[i]))
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+const char *
+emoji_data_unicode_version (void)
+{
+ return emoji_data_unicode_version_str;
+}
+
+const char *
+emoji_data_cldr_version (void)
+{
+ return emoji_data_cldr_version_str;
+}
diff --git a/src/common/emoji-data.h b/src/common/emoji-data.h
new file mode 100644
index 00000000..88697ced
--- /dev/null
+++ b/src/common/emoji-data.h
@@ -0,0 +1,91 @@
+/* ZoiteChat
+ * Copyright (C) 2026 deepend-tildeclub.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+/* Bundled emoji catalog, generated at build time from pinned Unicode,
+ * CLDR and gemoji data (see data/emoji/ and tools/gen-emoji-data.py).
+ * Every entry is a fully-qualified Unicode sequence; nothing here depends
+ * on the GTK runtime's emoji data. The catalog only decides what users
+ * can find and insert - rendering stays with the platform's fonts, and
+ * IRC always receives the plain Unicode sequence. */
+
+#ifndef ZOITECHAT_EMOJI_DATA_H
+#define ZOITECHAT_EMOJI_DATA_H
+
+#include
+
+typedef enum
+{
+ EMOJI_GROUP_SMILEYS_EMOTION,
+ EMOJI_GROUP_PEOPLE_BODY,
+ EMOJI_GROUP_ANIMALS_NATURE,
+ EMOJI_GROUP_FOOD_DRINK,
+ EMOJI_GROUP_TRAVEL_PLACES,
+ EMOJI_GROUP_ACTIVITIES,
+ EMOJI_GROUP_OBJECTS,
+ EMOJI_GROUP_SYMBOLS,
+ EMOJI_GROUP_FLAGS,
+ EMOJI_GROUP_COUNT
+} EmojiGroup;
+
+typedef enum
+{
+ EMOJI_TONE_NONE,
+ EMOJI_TONE_LIGHT,
+ EMOJI_TONE_MEDIUM_LIGHT,
+ EMOJI_TONE_MEDIUM,
+ EMOJI_TONE_MEDIUM_DARK,
+ EMOJI_TONE_DARK,
+ EMOJI_TONE_COUNT
+} EmojiTone;
+
+typedef struct
+{
+ const char *sequence;
+ const char *name;
+ const char *search;
+ const char *aliases;
+ guint8 group;
+ gint16 tone_set;
+} EmojiEntry;
+
+typedef struct
+{
+ const char *sequence[EMOJI_TONE_COUNT - 1];
+} EmojiToneSet;
+
+gsize emoji_data_count (void);
+const EmojiEntry *emoji_data_entry (gsize index);
+
+const EmojiEntry *emoji_data_find_by_sequence (const char *sequence,
+ EmojiTone *tone_out);
+
+const char *emoji_data_group_display_name (EmojiGroup group);
+const char *emoji_data_group_icon_sequence (EmojiGroup group);
+const char *emoji_data_tone_display_name (EmojiTone tone);
+
+const char *emoji_entry_sequence_for_tone (const EmojiEntry *entry,
+ EmojiTone tone);
+
+char **emoji_search_tokenize (const char *text);
+gboolean emoji_entry_matches (const EmojiEntry *entry,
+ char *const *needle_tokens);
+
+const char *emoji_data_unicode_version (void);
+const char *emoji_data_cldr_version (void);
+
+#endif
diff --git a/src/common/meson.build b/src/common/meson.build
index ddba0d32..53e7643a 100644
--- a/src/common/meson.build
+++ b/src/common/meson.build
@@ -3,6 +3,7 @@ common_sources = [
'chanopt.c',
'ctcp.c',
'dcc.c',
+ 'emoji-data.c',
'gtk3-theme-service.c',
'zoitechat.c',
'history.c',
@@ -109,6 +110,20 @@ public_suffix_data = custom_target('public_suffix_data_h',
command: [python3, files('gen-public-suffix.py'), '@OUTPUT@']
)
+emoji_data_table = custom_target('emoji_data_table_h',
+ input: [
+ '../../data/emoji/emoji-test.txt',
+ '../../data/emoji/cldr-annotations-en.xml',
+ '../../data/emoji/cldr-annotations-derived-en.xml',
+ '../../data/emoji/gemoji.json',
+ '../../data/emoji/VERSIONS',
+ ],
+ output: 'emoji-data-table.h',
+ command: [python3, files('../../tools/gen-emoji-data.py'),
+ '@INPUT0@', '@INPUT1@', '@INPUT2@', '@INPUT3@', '@INPUT4@',
+ '@OUTPUT@']
+)
+
textevents = custom_target('textevents',
input: 'textevents.in',
output: ['textevents.h', 'textenums.h'],
@@ -132,7 +147,7 @@ if get_option('plugin')
endif
zoitechat_common = static_library('zoitechatcommon',
- sources: [textevents, public_suffix_data] + marshal + common_sources + secretstore_sources,
+ sources: [textevents, public_suffix_data, emoji_data_table] + marshal + common_sources + secretstore_sources,
include_directories: config_h_include,
dependencies: common_deps + common_sysinfo_deps,
c_args: common_cflags,
@@ -167,3 +182,18 @@ test('GTK3 Theme Service Tests', gtk3_theme_service_tests,
protocol: 'tap',
timeout: 120,
)
+
+emoji_data_tests = executable('emoji_data_tests',
+ [
+ 'tests/test-emoji-data.c',
+ 'emoji-data.c',
+ emoji_data_table,
+ ],
+ include_directories: [config_h_include, include_directories('.')],
+ dependencies: [libgio_dep],
+)
+
+test('Emoji Data Tests', emoji_data_tests,
+ protocol: 'tap',
+ timeout: 120,
+)
diff --git a/src/common/tests/test-emoji-data.c b/src/common/tests/test-emoji-data.c
new file mode 100644
index 00000000..679b9ae8
--- /dev/null
+++ b/src/common/tests/test-emoji-data.c
@@ -0,0 +1,240 @@
+/* ZoiteChat
+ * Copyright (C) 2026 deepend-tildeclub.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include
+
+#include
+
+#include "../emoji-data.h"
+
+#define GRINNING_FACE "\360\237\230\200" /* 😀 */
+#define DUCK "\360\237\246\206" /* 🦆 */
+#define THUMBS_UP "\360\237\221\215" /* 👍 */
+#define WAVE_DARK "\360\237\221\213\360\237\217\277" /* 👋🏿 */
+#define MEDIUM_TONE_MODIFIER "\360\237\217\275" /* U+1F3FD */
+#define KEYCAP_HASH "#\357\270\217\342\203\243" /* #️⃣ */
+
+static const EmojiEntry *
+find_by_name (const char *name)
+{
+ gsize i;
+
+ for (i = 0; i < emoji_data_count (); i++)
+ {
+ const EmojiEntry *entry = emoji_data_entry (i);
+
+ if (!strcmp (entry->name, name))
+ return entry;
+ }
+
+ return NULL;
+}
+
+static void
+test_catalog_integrity (void)
+{
+ gsize i;
+
+ g_assert_cmpuint (emoji_data_count (), >=, 1800);
+
+ for (i = 0; i < emoji_data_count (); i++)
+ {
+ const EmojiEntry *entry = emoji_data_entry (i);
+
+ g_assert_nonnull (entry->sequence);
+ g_assert_true (*entry->sequence != '\0');
+ g_assert_true (g_utf8_validate (entry->sequence, -1, NULL));
+ g_assert_nonnull (entry->name);
+ g_assert_true (*entry->name != '\0');
+ g_assert_true (g_utf8_validate (entry->name, -1, NULL));
+ g_assert_nonnull (entry->search);
+ g_assert_true (*entry->search != '\0');
+ g_assert_nonnull (entry->aliases);
+ g_assert_cmpuint (entry->group, <, EMOJI_GROUP_COUNT);
+ g_assert_cmpint (entry->tone_set, >=, -1);
+ }
+}
+
+static void
+test_cldr_order (void)
+{
+ const EmojiEntry *first = emoji_data_entry (0);
+
+ g_assert_cmpstr (first->sequence, ==, GRINNING_FACE);
+ g_assert_cmpuint (first->group, ==, EMOJI_GROUP_SMILEYS_EMOTION);
+}
+
+static void
+test_groups (void)
+{
+ int group;
+ gboolean seen[EMOJI_GROUP_COUNT] = { FALSE };
+ gsize i;
+
+ for (group = 0; group < EMOJI_GROUP_COUNT; group++)
+ {
+ g_assert_true (*emoji_data_group_display_name (group) != '\0');
+ g_assert_true (*emoji_data_group_icon_sequence (group) != '\0');
+ }
+
+ for (i = 0; i < emoji_data_count (); i++)
+ seen[emoji_data_entry (i)->group] = TRUE;
+ for (group = 0; group < EMOJI_GROUP_COUNT; group++)
+ g_assert_true (seen[group]);
+}
+
+static void
+test_search_by_keyword (void)
+{
+ const EmojiEntry *duck = find_by_name ("duck");
+ char **tokens = emoji_search_tokenize ("Duck");
+
+ g_assert_nonnull (duck);
+ g_assert_cmpstr (duck->sequence, ==, DUCK);
+ g_assert_nonnull (tokens);
+ g_assert_true (emoji_entry_matches (duck, tokens));
+ g_strfreev (tokens);
+
+ tokens = emoji_search_tokenize ("bird");
+ g_assert_true (emoji_entry_matches (duck, tokens));
+ g_strfreev (tokens);
+
+ tokens = emoji_search_tokenize ("no-such-emoji-keyword");
+ g_assert_false (emoji_entry_matches (duck, tokens));
+ g_strfreev (tokens);
+}
+
+static void
+test_search_by_alias (void)
+{
+ const EmojiEntry *thumbs = find_by_name ("thumbs up");
+ char **tokens;
+
+ g_assert_nonnull (thumbs);
+ g_assert_nonnull (strstr (thumbs->aliases, "thumbsup"));
+
+ tokens = emoji_search_tokenize (":thumbsup:");
+ g_assert_nonnull (tokens);
+ g_assert_true (emoji_entry_matches (thumbs, tokens));
+ g_strfreev (tokens);
+}
+
+static void
+test_multi_token_search (void)
+{
+ const EmojiEntry *flag = find_by_name ("flag: Canada");
+ char **tokens = emoji_search_tokenize ("flag canada");
+
+ g_assert_nonnull (flag);
+ g_assert_cmpuint (flag->group, ==, EMOJI_GROUP_FLAGS);
+ g_assert_nonnull (tokens);
+ g_assert_true (emoji_entry_matches (flag, tokens));
+ g_strfreev (tokens);
+}
+
+static void
+test_skin_tones (void)
+{
+ const EmojiEntry *thumbs = find_by_name ("thumbs up");
+ const EmojiEntry *duck = find_by_name ("duck");
+ const char *toned;
+
+ g_assert_nonnull (thumbs);
+ g_assert_cmpint (thumbs->tone_set, >=, 0);
+
+ toned = emoji_entry_sequence_for_tone (thumbs, EMOJI_TONE_MEDIUM);
+ g_assert_cmpstr (toned, !=, thumbs->sequence);
+ g_assert_nonnull (strstr (toned, MEDIUM_TONE_MODIFIER));
+ g_assert_cmpstr (emoji_entry_sequence_for_tone (thumbs, EMOJI_TONE_NONE),
+ ==, thumbs->sequence);
+
+ g_assert_nonnull (duck);
+ g_assert_cmpint (duck->tone_set, ==, -1);
+ g_assert_cmpstr (emoji_entry_sequence_for_tone (duck, EMOJI_TONE_DARK),
+ ==, duck->sequence);
+}
+
+static void
+test_find_by_sequence (void)
+{
+ EmojiTone tone;
+ const EmojiEntry *entry;
+
+ entry = emoji_data_find_by_sequence (GRINNING_FACE, &tone);
+ g_assert_nonnull (entry);
+ g_assert_cmpstr (entry->name, ==, "grinning face");
+ g_assert_cmpuint (tone, ==, EMOJI_TONE_NONE);
+
+ entry = emoji_data_find_by_sequence (WAVE_DARK, &tone);
+ g_assert_nonnull (entry);
+ g_assert_cmpstr (entry->name, ==, "waving hand");
+ g_assert_cmpuint (tone, ==, EMOJI_TONE_DARK);
+
+ g_assert_null (emoji_data_find_by_sequence ("not an emoji", &tone));
+ g_assert_null (emoji_data_find_by_sequence ("", NULL));
+ g_assert_null (emoji_data_find_by_sequence (NULL, NULL));
+}
+
+static void
+test_grapheme_sequences_intact (void)
+{
+ const EmojiEntry *keycap = find_by_name ("keycap: #");
+ const EmojiEntry *family = find_by_name ("family: man, woman, boy");
+
+ g_assert_nonnull (keycap);
+ g_assert_cmpstr (keycap->sequence, ==, KEYCAP_HASH);
+
+ g_assert_nonnull (family);
+ g_assert_nonnull (strstr (family->sequence, "\342\200\215"));
+}
+
+static void
+test_tokenize_edge_cases (void)
+{
+ g_assert_null (emoji_search_tokenize (NULL));
+ g_assert_null (emoji_search_tokenize (""));
+ g_assert_null (emoji_search_tokenize (" "));
+ g_assert_null (emoji_search_tokenize (":::"));
+}
+
+static void
+test_versions (void)
+{
+ g_assert_true (*emoji_data_unicode_version () != '\0');
+ g_assert_true (*emoji_data_cldr_version () != '\0');
+}
+
+int
+main (int argc, char **argv)
+{
+ g_test_init (&argc, &argv, NULL);
+ g_test_add_func ("/emoji-data/catalog-integrity", test_catalog_integrity);
+ g_test_add_func ("/emoji-data/cldr-order", test_cldr_order);
+ g_test_add_func ("/emoji-data/groups", test_groups);
+ g_test_add_func ("/emoji-data/search-by-keyword", test_search_by_keyword);
+ g_test_add_func ("/emoji-data/search-by-alias", test_search_by_alias);
+ g_test_add_func ("/emoji-data/multi-token-search", test_multi_token_search);
+ g_test_add_func ("/emoji-data/skin-tones", test_skin_tones);
+ g_test_add_func ("/emoji-data/find-by-sequence", test_find_by_sequence);
+ g_test_add_func ("/emoji-data/grapheme-sequences-intact",
+ test_grapheme_sequences_intact);
+ g_test_add_func ("/emoji-data/tokenize-edge-cases",
+ test_tokenize_edge_cases);
+ g_test_add_func ("/emoji-data/versions", test_versions);
+ return g_test_run ();
+}
diff --git a/src/common/zoitechat.h b/src/common/zoitechat.h
index a2541fd0..a86cd717 100644
--- a/src/common/zoitechat.h
+++ b/src/common/zoitechat.h
@@ -259,6 +259,7 @@ struct zoitechatprefs
int hex_gui_dialog_left;
int hex_gui_dialog_top;
int hex_gui_dialog_width;
+ int hex_gui_emoji_skin_tone;
int hex_gui_lagometer;
int hex_gui_lang;
int hex_gui_pane_divider_position;
diff --git a/src/fe-gtk/emoji-picker.c b/src/fe-gtk/emoji-picker.c
new file mode 100644
index 00000000..7007a83a
--- /dev/null
+++ b/src/fe-gtk/emoji-picker.c
@@ -0,0 +1,779 @@
+/* ZoiteChat
+ * Copyright (C) 2026 deepend-tildeclub.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+/* ZoiteChat's own emoji picker. Replaces GTK's built-in "show-emoji-icon"
+ * entry machinery so that every build offers the same catalog (bundled at
+ * compile time from pinned Unicode/CLDR data, see src/common/emoji-data.h)
+ * regardless of the GTK runtime version or distribution emoji data.
+ * Selecting an emoji inserts the plain Unicode sequence at the cursor -
+ * nothing about what is sent over IRC changes. */
+
+#include
+
+#include "fe-gtk.h"
+
+#include "../common/zoitechat.h"
+#include "../common/zoitechatc.h"
+#include "../common/cfgfiles.h"
+#include "../common/emoji-data.h"
+
+#include "emoji-picker.h"
+#include "preferences-persistence.h"
+
+#define EMOJI_CATEGORY_RECENT -1
+#define EMOJI_RECENTS_MAX 32
+#define EMOJI_SEARCH_MAX_RESULTS 256
+#define EMOJI_GRID_COLUMNS 9
+
+typedef struct
+{
+ GtkWidget *button;
+ GtkWidget *target; /* weak pointer to the input entry */
+ GtkWidget *popover;
+ GtkWidget *search_entry;
+ GtkWidget *stack;
+ GtkWidget *grid; /* GtkFlowBox */
+ GtkWidget *scroller;
+ GtkWidget *empty_label;
+ GtkWidget *category_buttons[EMOJI_GROUP_COUNT + 1]; /* [0] = recents */
+ GtkWidget *tone_buttons[EMOJI_TONE_COUNT];
+ int category; /* EMOJI_CATEGORY_RECENT or EmojiGroup */
+ gboolean populated;
+ gboolean updating_buttons;
+} EmojiPicker;
+
+/* ------------------------------------------------------------------------ *
+ * Recently used emoji, shared by all windows and persisted across runs
+ * ------------------------------------------------------------------------ */
+
+static GPtrArray *recent_emoji = NULL;
+
+static char *
+emoji_recents_filename (void)
+{
+ return g_build_filename (get_xdir (), "emoji-recents.conf", NULL);
+}
+
+static void
+emoji_recents_load (void)
+{
+ char *filename, *contents = NULL;
+ char **lines;
+ gsize i;
+
+ if (recent_emoji)
+ return;
+
+ recent_emoji = g_ptr_array_new_with_free_func (g_free);
+
+ filename = emoji_recents_filename ();
+ if (g_file_get_contents (filename, &contents, NULL, NULL))
+ {
+ lines = g_strsplit (contents, "\n", -1);
+ for (i = 0; lines[i] && recent_emoji->len < EMOJI_RECENTS_MAX; i++)
+ {
+ g_strstrip (lines[i]);
+ /* only keep sequences that exist in the bundled catalog */
+ if (*lines[i] && emoji_data_find_by_sequence (lines[i], NULL))
+ g_ptr_array_add (recent_emoji, g_strdup (lines[i]));
+ }
+ g_strfreev (lines);
+ g_free (contents);
+ }
+ g_free (filename);
+}
+
+static void
+emoji_recents_save (void)
+{
+ GString *contents = g_string_new (NULL);
+ char *filename;
+ gsize i;
+
+ for (i = 0; i < recent_emoji->len; i++)
+ {
+ g_string_append (contents, g_ptr_array_index (recent_emoji, i));
+ g_string_append_c (contents, '\n');
+ }
+
+ filename = emoji_recents_filename ();
+ g_file_set_contents (filename, contents->str, contents->len, NULL);
+ g_free (filename);
+ g_string_free (contents, TRUE);
+}
+
+static void
+emoji_recents_add (const char *sequence)
+{
+ GPtrArray *updated;
+ gsize i;
+
+ emoji_recents_load ();
+
+ updated = g_ptr_array_new_with_free_func (g_free);
+ g_ptr_array_add (updated, g_strdup (sequence));
+ for (i = 0; i < recent_emoji->len && updated->len < EMOJI_RECENTS_MAX; i++)
+ {
+ const char *old = g_ptr_array_index (recent_emoji, i);
+
+ if (strcmp (old, sequence) != 0)
+ g_ptr_array_add (updated, g_strdup (old));
+ }
+ g_ptr_array_free (recent_emoji, TRUE);
+ recent_emoji = updated;
+
+ emoji_recents_save ();
+}
+
+/* ------------------------------------------------------------------------ *
+ * Appearance helpers
+ * ------------------------------------------------------------------------ */
+
+/* One application-wide provider so every emoji cell prefers a color emoji
+ * font without changing the fonts of surrounding widgets. Emoji families
+ * that are not installed are simply skipped by fontconfig/Pango. */
+static void
+emoji_picker_ensure_css (void)
+{
+ static gboolean done = FALSE;
+ GtkCssProvider *provider;
+
+ if (done)
+ return;
+ done = TRUE;
+
+ provider = gtk_css_provider_new ();
+ gtk_css_provider_load_from_data (provider,
+ ".zc-emoji-cell {"
+ " font-family: \"Noto Color Emoji\", \"Segoe UI Emoji\","
+ " \"Apple Color Emoji\", \"Twemoji Mozilla\", \"EmojiOne Color\";"
+ " font-size: 15pt;"
+ " padding: 2px;"
+ "}"
+ ".zc-emoji-cell-small {"
+ " font-family: \"Noto Color Emoji\", \"Segoe UI Emoji\","
+ " \"Apple Color Emoji\", \"Twemoji Mozilla\", \"EmojiOne Color\";"
+ "}",
+ -1, NULL);
+ gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
+ GTK_STYLE_PROVIDER (provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ g_object_unref (provider);
+}
+
+static GtkWidget *
+emoji_label_new (const char *sequence, gboolean small)
+{
+ GtkWidget *label = gtk_label_new (sequence);
+
+ gtk_style_context_add_class (gtk_widget_get_style_context (label),
+ small ? "zc-emoji-cell-small" : "zc-emoji-cell");
+
+ return label;
+}
+
+static void
+emoji_picker_set_a11y_name (GtkWidget *widget, const char *name)
+{
+ AtkObject *accessible = gtk_widget_get_accessible (widget);
+
+ if (accessible)
+ atk_object_set_name (accessible, name);
+}
+
+static EmojiTone
+emoji_picker_current_tone (void)
+{
+ int tone = prefs.hex_gui_emoji_skin_tone;
+
+ if (tone < EMOJI_TONE_NONE || tone >= EMOJI_TONE_COUNT)
+ return EMOJI_TONE_NONE;
+
+ return (EmojiTone) tone;
+}
+
+/* "waving hand" / "waving hand (Dark skin tone)", with :shortcodes: on a
+ * second line - used for both tooltips and accessible names. */
+static char *
+emoji_picker_describe (const EmojiEntry *entry, EmojiTone tone)
+{
+ GString *desc = g_string_new (NULL);
+ char **aliases;
+ gsize i;
+
+ if (tone != EMOJI_TONE_NONE && entry->tone_set >= 0)
+ g_string_append_printf (desc, "%s (%s)", entry->name,
+ emoji_data_tone_display_name (tone));
+ else
+ g_string_append (desc, entry->name);
+
+ if (*entry->aliases)
+ {
+ g_string_append_c (desc, '\n');
+ aliases = g_strsplit (entry->aliases, " ", -1);
+ for (i = 0; aliases[i]; i++)
+ {
+ if (i > 0)
+ g_string_append_c (desc, ' ');
+ g_string_append_printf (desc, ":%s:", aliases[i]);
+ }
+ g_strfreev (aliases);
+ }
+
+ return g_string_free (desc, FALSE);
+}
+
+/* ------------------------------------------------------------------------ *
+ * Insertion
+ * ------------------------------------------------------------------------ */
+
+static void
+emoji_picker_insert (EmojiPicker *picker, const char *sequence)
+{
+ GtkEditable *editable;
+ int pos;
+
+ if (!picker->target || !sequence || !*sequence)
+ return;
+
+ gtk_popover_popdown (GTK_POPOVER (picker->popover));
+
+ editable = GTK_EDITABLE (picker->target);
+ gtk_editable_delete_selection (editable);
+ pos = gtk_editable_get_position (editable);
+ gtk_editable_insert_text (editable, sequence, strlen (sequence), &pos);
+
+ /* focus the entry without letting GtkEntry select everything */
+ gtk_editable_set_editable (editable, FALSE);
+ gtk_widget_grab_focus (picker->target);
+ gtk_editable_set_editable (editable, TRUE);
+ gtk_editable_set_position (editable, pos);
+
+ emoji_recents_add (sequence);
+}
+
+static void
+emoji_picker_activate_child (EmojiPicker *picker, GtkFlowBoxChild *child)
+{
+ emoji_picker_insert (picker,
+ g_object_get_data (G_OBJECT (child), "emoji-sequence"));
+}
+
+static void
+emoji_grid_child_activated_cb (GtkFlowBox *grid, GtkFlowBoxChild *child,
+ gpointer userdata)
+{
+ emoji_picker_activate_child (userdata, child);
+}
+
+/* ------------------------------------------------------------------------ *
+ * Grid contents
+ * ------------------------------------------------------------------------ */
+
+static void
+emoji_grid_add (EmojiPicker *picker, const EmojiEntry *entry,
+ const char *sequence, EmojiTone tone)
+{
+ GtkWidget *child, *label;
+ char *desc;
+
+ label = emoji_label_new (sequence, FALSE);
+ child = gtk_flow_box_child_new ();
+ gtk_container_add (GTK_CONTAINER (child), label);
+ g_object_set_data_full (G_OBJECT (child), "emoji-sequence",
+ g_strdup (sequence), g_free);
+
+ desc = emoji_picker_describe (entry, tone);
+ gtk_widget_set_tooltip_text (child, desc);
+ emoji_picker_set_a11y_name (child, desc);
+ g_free (desc);
+
+ gtk_container_add (GTK_CONTAINER (picker->grid), child);
+}
+
+static void
+emoji_picker_refresh (EmojiPicker *picker)
+{
+ const char *text = gtk_entry_get_text (GTK_ENTRY (picker->search_entry));
+ EmojiTone tone = emoji_picker_current_tone ();
+ GtkAdjustment *vadj;
+ gboolean any = FALSE;
+ gsize i, results = 0;
+
+ gtk_container_foreach (GTK_CONTAINER (picker->grid),
+ (GtkCallback) gtk_widget_destroy, NULL);
+
+ if (text && *text)
+ {
+ char **tokens = emoji_search_tokenize (text);
+
+ if (tokens)
+ {
+ for (i = 0; i < emoji_data_count () &&
+ results < EMOJI_SEARCH_MAX_RESULTS; i++)
+ {
+ const EmojiEntry *entry = emoji_data_entry (i);
+
+ if (!emoji_entry_matches (entry, tokens))
+ continue;
+ emoji_grid_add (picker, entry,
+ emoji_entry_sequence_for_tone (entry, tone), tone);
+ results++;
+ }
+ g_strfreev (tokens);
+ any = results > 0;
+ }
+ gtk_label_set_text (GTK_LABEL (picker->empty_label),
+ _("No emoji found"));
+ }
+ else if (picker->category == EMOJI_CATEGORY_RECENT)
+ {
+ emoji_recents_load ();
+ for (i = 0; i < recent_emoji->len; i++)
+ {
+ const char *sequence = g_ptr_array_index (recent_emoji, i);
+ EmojiTone seq_tone;
+ const EmojiEntry *entry =
+ emoji_data_find_by_sequence (sequence, &seq_tone);
+
+ if (!entry)
+ continue;
+ emoji_grid_add (picker, entry, sequence, seq_tone);
+ any = TRUE;
+ }
+ gtk_label_set_text (GTK_LABEL (picker->empty_label),
+ _("No recently used emoji"));
+ }
+ else
+ {
+ for (i = 0; i < emoji_data_count (); i++)
+ {
+ const EmojiEntry *entry = emoji_data_entry (i);
+
+ if (entry->group != picker->category)
+ continue;
+ emoji_grid_add (picker, entry,
+ emoji_entry_sequence_for_tone (entry, tone), tone);
+ any = TRUE;
+ }
+ }
+
+ gtk_widget_show_all (picker->grid);
+ gtk_stack_set_visible_child_name (GTK_STACK (picker->stack),
+ any ? "grid" : "empty");
+
+ vadj = gtk_scrolled_window_get_vadjustment (
+ GTK_SCROLLED_WINDOW (picker->scroller));
+ gtk_adjustment_set_value (vadj, gtk_adjustment_get_lower (vadj));
+}
+
+/* ------------------------------------------------------------------------ *
+ * Categories
+ * ------------------------------------------------------------------------ */
+
+static void
+emoji_picker_sync_category_buttons (EmojiPicker *picker)
+{
+ gsize i;
+
+ picker->updating_buttons = TRUE;
+ for (i = 0; i < G_N_ELEMENTS (picker->category_buttons); i++)
+ {
+ int category = (int) i - 1;
+
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (picker->category_buttons[i]),
+ category == picker->category);
+ }
+ picker->updating_buttons = FALSE;
+}
+
+static void
+emoji_category_toggled_cb (GtkToggleButton *button, gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+ int category = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (button),
+ "emoji-category"));
+
+ if (picker->updating_buttons)
+ return;
+
+ if (!gtk_toggle_button_get_active (button))
+ {
+ /* the active category cannot be untoggled */
+ if (picker->category == category)
+ emoji_picker_sync_category_buttons (picker);
+ return;
+ }
+
+ picker->category = category;
+ emoji_picker_sync_category_buttons (picker);
+
+ /* leave search mode; clearing the entry triggers the refresh */
+ if (*gtk_entry_get_text (GTK_ENTRY (picker->search_entry)))
+ gtk_entry_set_text (GTK_ENTRY (picker->search_entry), "");
+ else
+ emoji_picker_refresh (picker);
+}
+
+static GtkWidget *
+emoji_category_button_new (EmojiPicker *picker, int category,
+ const char *icon_sequence, const char *name)
+{
+ GtkWidget *button = gtk_toggle_button_new ();
+
+ gtk_container_add (GTK_CONTAINER (button),
+ emoji_label_new (icon_sequence, TRUE));
+ gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
+ gtk_widget_set_tooltip_text (button, name);
+ emoji_picker_set_a11y_name (button, name);
+ g_object_set_data (G_OBJECT (button), "emoji-category",
+ GINT_TO_POINTER (category));
+ g_signal_connect (G_OBJECT (button), "toggled",
+ G_CALLBACK (emoji_category_toggled_cb), picker);
+
+ return button;
+}
+
+/* ------------------------------------------------------------------------ *
+ * Skin tones
+ * ------------------------------------------------------------------------ */
+
+#define EMOJI_TONE_SAMPLE "\342\234\213" /* ✋ raised hand */
+
+static void
+emoji_tone_toggled_cb (GtkToggleButton *button, gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+ int tone = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (button),
+ "emoji-tone"));
+
+ if (!gtk_toggle_button_get_active (button))
+ return;
+ if (prefs.hex_gui_emoji_skin_tone == tone)
+ return;
+
+ prefs.hex_gui_emoji_skin_tone = tone;
+ preferences_persistence_save_all ();
+ emoji_picker_refresh (picker);
+}
+
+static GtkWidget *
+emoji_tone_row_new (EmojiPicker *picker)
+{
+ GtkWidget *box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ GtkWidget *button;
+ GSList *group = NULL;
+ const EmojiEntry *sample = emoji_data_find_by_sequence (EMOJI_TONE_SAMPLE,
+ NULL);
+ int tone;
+
+ gtk_widget_set_halign (box, GTK_ALIGN_CENTER);
+
+ for (tone = EMOJI_TONE_NONE; tone < EMOJI_TONE_COUNT; tone++)
+ {
+ const char *sequence = EMOJI_TONE_SAMPLE;
+
+ if (sample)
+ sequence = emoji_entry_sequence_for_tone (sample, tone);
+
+ button = gtk_radio_button_new (group);
+ group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (button));
+ gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (button), FALSE);
+ gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
+ gtk_container_add (GTK_CONTAINER (button),
+ emoji_label_new (sequence, TRUE));
+ gtk_widget_set_tooltip_text (button,
+ emoji_data_tone_display_name (tone));
+ emoji_picker_set_a11y_name (button,
+ emoji_data_tone_display_name (tone));
+ g_object_set_data (G_OBJECT (button), "emoji-tone",
+ GINT_TO_POINTER (tone));
+ picker->tone_buttons[tone] = button;
+
+ if (emoji_picker_current_tone () == tone)
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
+
+ g_signal_connect (G_OBJECT (button), "toggled",
+ G_CALLBACK (emoji_tone_toggled_cb), picker);
+
+ gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
+ }
+
+ return box;
+}
+
+/* the pref can also change externally (/set gui_emoji_skin_tone) */
+static void
+emoji_picker_sync_tone_buttons (EmojiPicker *picker)
+{
+ EmojiTone tone = emoji_picker_current_tone ();
+
+ gtk_toggle_button_set_active (
+ GTK_TOGGLE_BUTTON (picker->tone_buttons[tone]), TRUE);
+}
+
+/* ------------------------------------------------------------------------ *
+ * Search
+ * ------------------------------------------------------------------------ */
+
+static void
+emoji_search_changed_cb (GtkSearchEntry *entry, gpointer userdata)
+{
+ emoji_picker_refresh (userdata);
+}
+
+static void
+emoji_search_activate_cb (GtkEntry *entry, gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+ GtkFlowBoxChild *child =
+ gtk_flow_box_get_child_at_index (GTK_FLOW_BOX (picker->grid), 0);
+
+ /* Enter inserts the first hit */
+ if (child)
+ emoji_picker_activate_child (picker, child);
+}
+
+static gboolean
+emoji_search_key_press_cb (GtkWidget *entry, GdkEventKey *event,
+ gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+ GtkFlowBoxChild *child;
+
+ if (event->keyval == GDK_KEY_Down || event->keyval == GDK_KEY_KP_Down)
+ {
+ child = gtk_flow_box_get_child_at_index (GTK_FLOW_BOX (picker->grid), 0);
+ if (child)
+ {
+ gtk_widget_grab_focus (GTK_WIDGET (child));
+ return TRUE;
+ }
+ }
+
+ return FALSE;
+}
+
+/* ------------------------------------------------------------------------ *
+ * Popover assembly
+ * ------------------------------------------------------------------------ */
+
+static void
+emoji_picker_build_contents (EmojiPicker *picker)
+{
+ GtkWidget *vbox, *categories, *button;
+ int group;
+
+ emoji_picker_ensure_css ();
+
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
+ g_object_set (vbox, "margin", 6, NULL);
+
+ picker->search_entry = gtk_search_entry_new ();
+ gtk_entry_set_placeholder_text (GTK_ENTRY (picker->search_entry),
+ _("Search emoji"));
+ emoji_picker_set_a11y_name (picker->search_entry, _("Search emoji"));
+ g_signal_connect (G_OBJECT (picker->search_entry), "search-changed",
+ G_CALLBACK (emoji_search_changed_cb), picker);
+ g_signal_connect (G_OBJECT (picker->search_entry), "activate",
+ G_CALLBACK (emoji_search_activate_cb), picker);
+ g_signal_connect (G_OBJECT (picker->search_entry), "key-press-event",
+ G_CALLBACK (emoji_search_key_press_cb), picker);
+ gtk_box_pack_start (GTK_BOX (vbox), picker->search_entry, FALSE, FALSE, 0);
+
+ categories = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_box_set_homogeneous (GTK_BOX (categories), TRUE);
+
+ picker->category_buttons[0] = emoji_category_button_new (picker,
+ EMOJI_CATEGORY_RECENT, "\360\237\225\230" /* 🕘 */,
+ _("Recently Used"));
+ gtk_box_pack_start (GTK_BOX (categories), picker->category_buttons[0],
+ TRUE, TRUE, 0);
+ for (group = 0; group < EMOJI_GROUP_COUNT; group++)
+ {
+ button = emoji_category_button_new (picker, group,
+ emoji_data_group_icon_sequence (group),
+ emoji_data_group_display_name (group));
+ picker->category_buttons[group + 1] = button;
+ gtk_box_pack_start (GTK_BOX (categories), button, TRUE, TRUE, 0);
+ }
+ gtk_box_pack_start (GTK_BOX (vbox), categories, FALSE, FALSE, 0);
+
+ picker->grid = gtk_flow_box_new ();
+ gtk_flow_box_set_selection_mode (GTK_FLOW_BOX (picker->grid),
+ GTK_SELECTION_NONE);
+ gtk_flow_box_set_activate_on_single_click (GTK_FLOW_BOX (picker->grid),
+ TRUE);
+ gtk_flow_box_set_min_children_per_line (GTK_FLOW_BOX (picker->grid),
+ EMOJI_GRID_COLUMNS);
+ gtk_flow_box_set_max_children_per_line (GTK_FLOW_BOX (picker->grid),
+ EMOJI_GRID_COLUMNS);
+ gtk_flow_box_set_homogeneous (GTK_FLOW_BOX (picker->grid), TRUE);
+ gtk_widget_set_valign (picker->grid, GTK_ALIGN_START);
+ g_signal_connect (G_OBJECT (picker->grid), "child-activated",
+ G_CALLBACK (emoji_grid_child_activated_cb), picker);
+
+ picker->scroller = gtk_scrolled_window_new (NULL, NULL);
+ gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (picker->scroller),
+ GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
+ gtk_scrolled_window_set_min_content_height (
+ GTK_SCROLLED_WINDOW (picker->scroller), 300);
+ gtk_container_add (GTK_CONTAINER (picker->scroller), picker->grid);
+
+ picker->empty_label = gtk_label_new (_("No emoji found"));
+ gtk_style_context_add_class (
+ gtk_widget_get_style_context (picker->empty_label), "dim-label");
+
+ picker->stack = gtk_stack_new ();
+ gtk_widget_set_size_request (picker->stack, 380, -1);
+ gtk_stack_add_named (GTK_STACK (picker->stack), picker->scroller, "grid");
+ gtk_stack_add_named (GTK_STACK (picker->stack), picker->empty_label,
+ "empty");
+ gtk_box_pack_start (GTK_BOX (vbox), picker->stack, TRUE, TRUE, 0);
+
+ gtk_box_pack_start (GTK_BOX (vbox), emoji_tone_row_new (picker),
+ FALSE, FALSE, 0);
+
+ gtk_container_add (GTK_CONTAINER (picker->popover), vbox);
+ gtk_widget_show_all (vbox);
+
+ emoji_picker_sync_category_buttons (picker);
+}
+
+static void
+emoji_popover_show_cb (GtkWidget *popover, gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+
+ if (!picker->populated)
+ {
+ picker->populated = TRUE;
+ emoji_picker_build_contents (picker);
+ }
+ else if (*gtk_entry_get_text (GTK_ENTRY (picker->search_entry)))
+ {
+ gtk_entry_set_text (GTK_ENTRY (picker->search_entry), "");
+ }
+
+ emoji_picker_sync_tone_buttons (picker);
+ emoji_picker_refresh (picker);
+ gtk_widget_grab_focus (picker->search_entry);
+}
+
+static void
+emoji_popover_closed_cb (GtkWidget *popover, gpointer userdata)
+{
+ EmojiPicker *picker = userdata;
+ GtkEditable *editable;
+
+ if (!picker->target)
+ return;
+
+ /* hand focus back to the input box without selecting its contents */
+ editable = GTK_EDITABLE (picker->target);
+ gtk_editable_set_editable (editable, FALSE);
+ gtk_widget_grab_focus (picker->target);
+ gtk_editable_set_editable (editable, TRUE);
+}
+
+static const char *
+emoji_picker_button_icon_name (void)
+{
+ static const char *icon_names[] = {
+ "face-smile-symbolic",
+ "face-smile",
+ "insert-emoticon-symbolic",
+ "insert-emoticon",
+ "zc-menu-emoji",
+ };
+ GtkIconTheme *theme = gtk_icon_theme_get_default ();
+ gsize i;
+
+ if (!theme)
+ return NULL;
+
+ for (i = 0; i < G_N_ELEMENTS (icon_names); i++)
+ {
+ if (gtk_icon_theme_has_icon (theme, icon_names[i]))
+ return icon_names[i];
+ }
+
+ return NULL;
+}
+
+static void
+emoji_picker_free (gpointer data)
+{
+ EmojiPicker *picker = data;
+
+ if (picker->target)
+ g_object_remove_weak_pointer (G_OBJECT (picker->target),
+ (gpointer *) &picker->target);
+ g_free (picker);
+}
+
+GtkWidget *
+emoji_picker_button_new (GtkWidget *target_entry)
+{
+ EmojiPicker *picker;
+ const char *icon_name;
+
+ g_return_val_if_fail (GTK_IS_ENTRY (target_entry), NULL);
+
+ picker = g_new0 (EmojiPicker, 1);
+ picker->target = target_entry;
+ picker->category = EMOJI_GROUP_SMILEYS_EMOTION;
+ g_object_add_weak_pointer (G_OBJECT (target_entry),
+ (gpointer *) &picker->target);
+
+ picker->button = gtk_menu_button_new ();
+ gtk_button_set_relief (GTK_BUTTON (picker->button), GTK_RELIEF_NONE);
+ gtk_widget_set_can_focus (picker->button, FALSE);
+ gtk_widget_set_tooltip_text (picker->button, _("Insert Emoji"));
+ emoji_picker_set_a11y_name (picker->button, _("Insert Emoji"));
+ g_object_set_data_full (G_OBJECT (picker->button), "emoji-picker",
+ picker, emoji_picker_free);
+
+ icon_name = emoji_picker_button_icon_name ();
+ if (icon_name)
+ {
+ gtk_button_set_image (GTK_BUTTON (picker->button),
+ gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_MENU));
+ }
+ else
+ {
+ /* no themed icon anywhere: fall back to an emoji label so the
+ * button never turns into an unusable placeholder */
+ emoji_picker_ensure_css ();
+ gtk_container_add (GTK_CONTAINER (picker->button),
+ emoji_label_new ("\360\237\231\202" /* 🙂 */, TRUE));
+ }
+
+ /* the popover shell is cheap; its contents are built on first open so
+ * startup cost stays unchanged */
+ picker->popover = gtk_popover_new (picker->button);
+ gtk_popover_set_position (GTK_POPOVER (picker->popover), GTK_POS_TOP);
+ g_signal_connect (G_OBJECT (picker->popover), "show",
+ G_CALLBACK (emoji_popover_show_cb), picker);
+ g_signal_connect (G_OBJECT (picker->popover), "closed",
+ G_CALLBACK (emoji_popover_closed_cb), picker);
+ gtk_menu_button_set_popover (GTK_MENU_BUTTON (picker->button),
+ picker->popover);
+
+ return picker->button;
+}
diff --git a/src/fe-gtk/emoji-picker.h b/src/fe-gtk/emoji-picker.h
new file mode 100644
index 00000000..d515e757
--- /dev/null
+++ b/src/fe-gtk/emoji-picker.h
@@ -0,0 +1,31 @@
+/* ZoiteChat
+ * Copyright (C) 2026 deepend-tildeclub.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#ifndef ZOITECHAT_EMOJI_PICKER_H
+#define ZOITECHAT_EMOJI_PICKER_H
+
+#include
+
+/* Creates the emoji picker button for an input entry. The returned
+ * GtkMenuButton opens a popover with search, categories, recently used
+ * emoji and skin-tone selection; activating an emoji inserts its Unicode
+ * sequence into target_entry at the cursor. The popover contents are
+ * built lazily on first open. */
+GtkWidget *emoji_picker_button_new (GtkWidget *target_entry);
+
+#endif
diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c
index b4afec48..308c12cd 100644
--- a/src/fe-gtk/fe-gtk.c
+++ b/src/fe-gtk/fe-gtk.c
@@ -34,6 +34,10 @@
#include
#endif
+#ifdef HAVE_FONTCONFIG
+#include
+#endif
+
#include "../common/zoitechat.h"
#include "../common/fe.h"
#include "../common/util.h"
@@ -102,6 +106,95 @@ static const GOptionEntry gopt_entries[] =
{NULL}
};
+#ifdef WIN32
+static gunichar2 *win32_private_emoji_font;
+#endif
+
+static char *
+fe_bundled_emoji_font_path (void)
+{
+ const char *override_path;
+ char *font_path = NULL;
+
+ override_path = g_getenv ("ZOITECHAT_EMOJI_FONT");
+ if (override_path && *override_path)
+ font_path = g_strdup (override_path);
+#ifdef WIN32
+ else
+ {
+ char *base_path;
+
+ base_path = g_win32_get_package_installation_directory_of_module (NULL);
+ if (base_path)
+ {
+ font_path = g_build_filename (base_path, "share", "fonts",
+ "zoitechat", "NotoColorEmoji.ttf", NULL);
+ g_free (base_path);
+ }
+ }
+#elif defined(HAVE_FONTCONFIG)
+ else
+ {
+ const char *appdir;
+
+ appdir = g_getenv ("APPDIR");
+ if (appdir && *appdir)
+ font_path = g_build_filename (appdir, "usr", "share", "fonts",
+ "zoitechat", "NotoColorEmoji.ttf", NULL);
+ else
+ font_path = g_strdup (ZOITECHAT_EMOJI_FONT_FILE);
+ }
+#endif
+
+ if (font_path && !g_file_test (font_path, G_FILE_TEST_IS_REGULAR))
+ {
+ g_free (font_path);
+ font_path = NULL;
+ }
+
+ return font_path;
+}
+
+static void
+fe_register_bundled_emoji_font (void)
+{
+ char *font_path;
+
+ font_path = fe_bundled_emoji_font_path ();
+ if (!font_path)
+ {
+ g_debug ("Bundled Noto Color Emoji font was not found; using platform font fallback");
+ return;
+ }
+
+#ifdef WIN32
+ win32_private_emoji_font = g_utf8_to_utf16 (font_path, -1, NULL, NULL, NULL);
+ if (!win32_private_emoji_font ||
+ AddFontResourceExW ((LPCWSTR) win32_private_emoji_font, FR_PRIVATE, NULL) == 0)
+ {
+ g_warning ("Unable to register bundled emoji font: %s", font_path);
+ g_clear_pointer (&win32_private_emoji_font, g_free);
+ }
+#elif defined(HAVE_FONTCONFIG)
+ if (!FcConfigAppFontAddFile (NULL, (const FcChar8 *) font_path))
+ g_warning ("Unable to register bundled emoji font: %s", font_path);
+#endif
+
+ g_free (font_path);
+}
+
+static void
+fe_unregister_bundled_emoji_font (void)
+{
+#ifdef WIN32
+ if (win32_private_emoji_font)
+ {
+ RemoveFontResourceExW ((LPCWSTR) win32_private_emoji_font, FR_PRIVATE, NULL);
+ g_clear_pointer (&win32_private_emoji_font, g_free);
+ }
+#endif
+}
+
#ifdef WIN32
static void
create_msg_dialog (gchar *title, gchar *message)
@@ -439,6 +532,8 @@ fe_args (int argc, char *argv[])
return 0;
}
+ fe_register_bundled_emoji_font ();
+
#ifdef WIN32
win32_set_gsettings_schema_dir ();
win32_set_appusermodelid ();
@@ -614,6 +709,7 @@ fe_main (void)
#endif
gtk_main ();
+ fe_unregister_bundled_emoji_font ();
/* sleep for 2 seconds so any QUIT messages are not lost. The */
/* GUI is closed at this point, so the user doesn't even know! */
diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj
index a53f9314..184e02ef 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -31,7 +31,7 @@
$(ArchiveLibDir);$(DepsRoot)\lib;%(AdditionalLibraryDirectories)
- $(DepLibs);$(ZoiteChatLib)common.lib;wbemuuid.lib;dwmapi.lib;%(AdditionalDependencies)
+ $(DepLibs);$(ZoiteChatLib)common.lib;wbemuuid.lib;dwmapi.lib;gdi32.lib;%(AdditionalDependencies)
mainCRTStartup
@@ -97,6 +97,7 @@ powershell "Get-Content -Encoding UTF8 '$(ZoiteChatLib)zoitechat.rc.utf8' | Out-
+
diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c
index 6bdb618d..5f84902e 100644
--- a/src/fe-gtk/maingui.c
+++ b/src/fe-gtk/maingui.c
@@ -45,6 +45,7 @@
#include "theme/theme-manager.h"
#include "theme/theme-css.h"
#include "banlist.h"
+#include "emoji-picker.h"
#include "gtkutil.h"
#include "icon-resolver.h"
#include "joind.h"
@@ -4369,38 +4370,6 @@ static const char *mg_emoji_family_fallback =
"Noto Color Emoji, Segoe UI Emoji, Apple Color Emoji, Twemoji Mozilla, EmojiOne Color";
#endif
-static const char *
-mg_find_available_icon_name (const char *const *icon_names)
-{
- GtkIconTheme *theme;
- int i;
-
- theme = gtk_icon_theme_get_default ();
- if (!theme || !icon_names)
- return NULL;
-
- for (i = 0; icon_names[i] != NULL; i++)
- {
- int action;
-
- if (gtk_icon_theme_has_icon (theme, icon_names[i]))
- return icon_names[i];
-
- if (icon_resolver_menu_action_from_name (icon_names[i], &action))
- {
- char *resource_path = icon_resolver_resolve_path (ICON_RESOLVER_ROLE_MENU_ACTION, action, GTK_ICON_SIZE_MENU, "menu", ICON_RESOLVER_THEME_SYSTEM, NULL);
-
- if (resource_path)
- {
- g_free (resource_path);
- return icon_names[i];
- }
- }
- }
-
- return NULL;
-}
-
static gboolean
mg_family_already_has_emoji (const gchar *family)
{
@@ -4727,15 +4696,6 @@ mg_create_entry (session *sess, GtkWidget *box)
{
GtkWidget *hbox, *but, *entry;
session_gui *gui = sess->gui;
- const char *emoji_fallback_icon_names[] = {
- "face-smile-symbolic",
- "face-smile",
- "insert-emoticon-symbolic",
- "insert-emoticon",
- "zc-menu-emoji",
- NULL
- };
- const char *emoji_fallback_icon_name;
gui->reply_box = mg_box_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 6);
gtk_widget_set_name (gui->reply_box, "zoitechat-replybar");
@@ -4790,14 +4750,11 @@ mg_create_entry (session *sess, GtkWidget *box)
mg_apply_entry_style (entry);
mg_apply_entry_scroll_artifact_fix (entry);
- g_object_set (G_OBJECT (entry), "show-emoji-icon", TRUE, NULL);
-
- if (gtk_entry_get_icon_storage_type (GTK_ENTRY (entry), GTK_ENTRY_ICON_SECONDARY) == GTK_IMAGE_EMPTY)
- {
- emoji_fallback_icon_name = mg_find_available_icon_name (emoji_fallback_icon_names);
- if (emoji_fallback_icon_name)
- gtk_entry_set_icon_from_icon_name (GTK_ENTRY (entry), GTK_ENTRY_ICON_SECONDARY, emoji_fallback_icon_name);
- }
+ /* ZoiteChat's own emoji picker; deliberately not GTK's
+ * "show-emoji-icon" machinery, so the catalog is the same on every
+ * GTK runtime and the button always has a working callback */
+ but = emoji_picker_button_new (entry);
+ gtk_box_pack_start (GTK_BOX (hbox), but, FALSE, FALSE, 0);
}
static void
diff --git a/src/fe-gtk/meson.build b/src/fe-gtk/meson.build
index 269705ba..02f1e530 100644
--- a/src/fe-gtk/meson.build
+++ b/src/fe-gtk/meson.build
@@ -18,6 +18,7 @@ zoitechat_gtk_sources = [
'custom-list.c',
'dccgui.c',
'editlist.c',
+ 'emoji-picker.c',
'fe-gtk.c',
'fkeys.c',
'gtkutil.c',
@@ -48,6 +49,10 @@ zoitechat_gtk_deps = [
libgmodule_dep, # used by libsexy
]
+if fontconfig_dep.found()
+ zoitechat_gtk_deps += fontconfig_dep
+endif
+
gtk_dep = dependency('gtk+-3.0', version: '>= 3.22')
zoitechat_theme_deps = [gtk_dep, zoitechat_common_dep]
diff --git a/tools/gen-emoji-data.py b/tools/gen-emoji-data.py
new file mode 100755
index 00000000..75af6848
--- /dev/null
+++ b/tools/gen-emoji-data.py
@@ -0,0 +1,280 @@
+#!/usr/bin/env python3
+#
+# gen-emoji-data.py - generate ZoiteChat's bundled emoji catalog
+#
+# Consumes the pinned data files checked in under data/emoji/ and emits a
+# C table that is compiled into the application, so every ZoiteChat package
+# ships the same emoji, names, categories and search keywords regardless of
+# which GTK runtime or /usr/share/gtk-3.0/emoji data a distribution provides.
+#
+# Inputs:
+# emoji-test.txt Unicode emoji-test data file (catalog,
+# CLDR ordering, groups, short names)
+# cldr-annotations-en.xml CLDR annotations (search keywords)
+# cldr-annotations-derived-en.xml CLDR derived annotations (sequences)
+# gemoji.json gemoji database (:shortcode: aliases, tags)
+#
+# Usage:
+# gen-emoji-data.py EMOJI_TEST ANNOTATIONS DERIVED_ANNOTATIONS GEMOJI \
+# VERSIONS OUTPUT
+#
+# Only fully-qualified sequences are emitted, so everything the picker
+# inserts is a well-formed emoji presentation sequence. Skin-tone variants
+# are folded into per-base tone sets: the picker shows the neutral emoji and
+# swaps in the modified sequence for the user's preferred tone. Sequences
+# that mix two different skin tones are not emitted.
+
+import json
+import re
+import sys
+import xml.etree.ElementTree as ET
+
+# Must match the EmojiGroup enum in src/common/emoji-data.h. "Component"
+# entries (bare tone swatches, hair styles) are not meaningful to insert.
+GROUPS = [
+ "Smileys & Emotion",
+ "People & Body",
+ "Animals & Nature",
+ "Food & Drink",
+ "Travel & Places",
+ "Activities",
+ "Objects",
+ "Symbols",
+ "Flags",
+]
+SKIPPED_GROUPS = {"Component"}
+
+# Order must match the EmojiTone enum (minus EMOJI_TONE_NONE).
+TONE_DESCRIPTORS = [
+ "light skin tone",
+ "medium-light skin tone",
+ "medium skin tone",
+ "medium-dark skin tone",
+ "dark skin tone",
+]
+TONE_MODIFIERS = set(range(0x1F3FB, 0x1F3FF + 1))
+VS16 = 0xFE0F
+
+DATA_LINE = re.compile(
+ r"^(?P[0-9A-F ]+?)\s*;\s*(?P[\w-]+)\s*#\s*(?P\S+)"
+ r"\s+E\d+\.\d+\s+(?P.+)$"
+)
+
+
+def parse_emoji_test(path):
+ """Yield (group, codepoints, string, name) for fully-qualified entries."""
+ group = None
+ unicode_version = None
+ with open(path, encoding="utf-8") as fp:
+ for line in fp:
+ line = line.rstrip("\n")
+ if line.startswith("# group:"):
+ group = line.split(":", 1)[1].strip()
+ continue
+ if line.startswith("# Version:"):
+ unicode_version = line.split(":", 1)[1].strip()
+ continue
+ if not line or line.startswith("#"):
+ continue
+ m = DATA_LINE.match(line)
+ if not m:
+ continue
+ if m.group("status") != "fully-qualified":
+ continue
+ if group in SKIPPED_GROUPS:
+ continue
+ if group not in GROUPS:
+ sys.exit("gen-emoji-data.py: unknown emoji group %r; "
+ "update GROUPS and the EmojiGroup enum" % group)
+ cps = [int(cp, 16) for cp in m.group("cps").split()]
+ yield group, cps, "".join(map(chr, cps)), m.group("name")
+ if unicode_version is None:
+ sys.exit("gen-emoji-data.py: no '# Version:' header in emoji-test.txt")
+ parse_emoji_test.version = unicode_version
+
+
+def parse_annotations(path, keywords, names):
+ root = ET.parse(path).getroot()
+ for node in root.iter("annotation"):
+ cp = node.attrib["cp"]
+ if node.attrib.get("type") == "tts":
+ names[cp] = node.text.strip()
+ else:
+ keywords[cp] = [k.strip() for k in node.text.split("|")]
+
+
+def parse_versions(path):
+ versions = {}
+ with open(path, encoding="utf-8") as fp:
+ for line in fp:
+ line = line.strip()
+ if line and not line.startswith("#") and "=" in line:
+ key, value = line.split("=", 1)
+ versions[key.strip()] = value.strip()
+ for key in ("unicode-emoji", "cldr", "gemoji"):
+ if key not in versions:
+ sys.exit("gen-emoji-data.py: %r missing from %s" % (key, path))
+ return versions
+
+
+def strip_vs16(text):
+ return text.replace(chr(VS16), "")
+
+
+def split_name(name):
+ """Split 'kiss: woman, man, light skin tone' into a base name and the
+ list of tone descriptors it contains."""
+ if ": " not in name:
+ return name, []
+ head, qualifier = name.split(": ", 1)
+ parts = [p.strip() for p in qualifier.split(",")]
+ tones = [p for p in parts if p in TONE_DESCRIPTORS]
+ rest = [p for p in parts if p not in TONE_DESCRIPTORS]
+ base = head if not rest else head + ": " + ", ".join(rest)
+ return base, tones
+
+
+def c_escape(text):
+ """Escape text as the body of a C string literal. Non-ASCII bytes use
+ three-digit octal escapes, which cannot swallow a following character
+ the way hex escapes can."""
+ out = []
+ for byte in text.encode("utf-8"):
+ if byte in (0x22, 0x5C): # '"' and '\\'
+ out.append("\\" + chr(byte))
+ elif 0x20 <= byte < 0x7F:
+ out.append(chr(byte))
+ else:
+ out.append("\\%03o" % byte)
+ return "".join(out)
+
+
+def build_search(name, keyword_list, aliases, tags):
+ tokens = []
+ for source in ([name] + keyword_list + tags):
+ tokens.extend(source.casefold().split())
+ tokens.extend(alias.casefold() for alias in aliases)
+ seen = {}
+ for token in tokens:
+ token = token.strip('",')
+ if token and token not in seen:
+ seen[token] = True
+ return " ".join(seen)
+
+
+def main():
+ if len(sys.argv) != 7:
+ sys.exit("usage: gen-emoji-data.py EMOJI_TEST ANNOTATIONS "
+ "DERIVED_ANNOTATIONS GEMOJI VERSIONS OUTPUT")
+ (emoji_test, ann_path, derived_path, gemoji_path,
+ versions_path, output) = sys.argv[1:]
+
+ versions = parse_versions(versions_path)
+ cldr_version = versions["cldr"]
+
+ keywords = {}
+ cldr_names = {}
+ parse_annotations(ann_path, keywords, cldr_names)
+ parse_annotations(derived_path, keywords, cldr_names)
+
+ aliases = {}
+ tags = {}
+ with open(gemoji_path, encoding="utf-8") as fp:
+ for item in json.load(fp):
+ if "emoji" not in item:
+ continue
+ key = strip_vs16(item["emoji"])
+ aliases[key] = item.get("aliases", [])
+ tags[key] = item.get("tags", [])
+
+ entries = [] # base emoji, in CLDR order
+ by_name = {} # base name -> index into entries
+ tone_sets = [] # list of [seq or None] * 5
+ skipped_mixed = 0
+
+ for group, cps, string, name in parse_emoji_test(emoji_test):
+ tones_in_seq = {cp for cp in cps if cp in TONE_MODIFIERS}
+ base_name, tone_descs = split_name(name)
+
+ if not tones_in_seq:
+ key = strip_vs16(string)
+ entry = {
+ "sequence": string,
+ "name": name,
+ "keywords": keywords.get(key, keywords.get(string, [])),
+ "aliases": aliases.get(key, []),
+ "tags": tags.get(key, []),
+ "group": GROUPS.index(group),
+ "tone_set": -1,
+ }
+ by_name[name] = len(entries)
+ entries.append(entry)
+ continue
+
+ # Tone-modified sequence: attach to its base if it uses one uniform
+ # tone; sequences mixing two tones are intentionally not bundled.
+ if len(tones_in_seq) != 1 or len(tone_descs) != 1:
+ skipped_mixed += 1
+ continue
+ if base_name not in by_name:
+ sys.exit("gen-emoji-data.py: no base emoji %r for %r"
+ % (base_name, name))
+ entry = entries[by_name[base_name]]
+ if entry["tone_set"] == -1:
+ entry["tone_set"] = len(tone_sets)
+ tone_sets.append([None] * len(TONE_DESCRIPTORS))
+ tone_sets[entry["tone_set"]][TONE_DESCRIPTORS.index(tone_descs[0])] = string
+
+ for i, tone_set in enumerate(tone_sets):
+ if None in tone_set:
+ sys.exit("gen-emoji-data.py: incomplete tone set %d" % i)
+
+ unicode_version = parse_emoji_test.version
+ if unicode_version != versions["unicode-emoji"]:
+ sys.exit("gen-emoji-data.py: emoji-test.txt is Emoji %s but VERSIONS "
+ "pins %s" % (unicode_version, versions["unicode-emoji"]))
+
+ with open(output, "w", encoding="utf-8", newline="\n") as out:
+ out.write("/*\n"
+ " * Generated by tools/gen-emoji-data.py -- do not edit.\n"
+ " *\n"
+ " * Sources (pinned copies in data/emoji/):\n"
+ " * Unicode emoji-test.txt, Emoji %s\n"
+ " * CLDR annotations (en), release %s\n"
+ " * gemoji %s shortcode aliases\n"
+ " */\n\n" % (unicode_version, cldr_version,
+ versions["gemoji"]))
+
+ out.write("static const EmojiToneSet emoji_tone_sets_table[] =\n{\n")
+ for tone_set in tone_sets:
+ out.write("\t{ { %s } },\n"
+ % ", ".join('"%s"' % c_escape(seq) for seq in tone_set))
+ out.write("};\n\n")
+
+ out.write("static const EmojiEntry emoji_entries_table[] =\n{\n")
+ for entry in entries:
+ search = build_search(entry["name"], entry["keywords"],
+ entry["aliases"], entry["tags"])
+ out.write('\t{ "%s", "%s", "%s", "%s", %d, %d },\n' % (
+ c_escape(entry["sequence"]),
+ c_escape(entry["name"]),
+ c_escape(search),
+ c_escape(" ".join(entry["aliases"])),
+ entry["group"],
+ entry["tone_set"],
+ ))
+ out.write("};\n\n")
+
+ out.write('static const char emoji_data_unicode_version_str[] = "%s";\n'
+ % c_escape(unicode_version))
+ out.write('static const char emoji_data_cldr_version_str[] = "%s";\n'
+ % c_escape(cldr_version))
+
+ sys.stderr.write("gen-emoji-data.py: %d emoji, %d tone sets, "
+ "%d mixed-tone sequences skipped (Emoji %s, CLDR %s)\n"
+ % (len(entries), len(tone_sets), skipped_mixed,
+ unicode_version, cldr_version))
+
+
+if __name__ == "__main__":
+ main()
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index 71500afd..953f6435 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -82,6 +82,8 @@
+
+
@@ -91,6 +93,8 @@
+
+
diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt
index 1c8204ec..358cd12e 100644
--- a/win32/installer/zoitechat.iss.tt
+++ b/win32/installer/zoitechat.iss.tt
@@ -104,6 +104,7 @@ Source: "readme.url"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
Source: "share\doc\zoitechat\*"; DestDir: "{app}\share\doc\zoitechat"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
+Source: "share\fonts\zoitechat\*"; DestDir: "{app}\share\fonts\zoitechat"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
Source: "share\doc\WinSparkle\*"; DestDir: "{app}\share\doc\WinSparkle"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
Source: "share\themes\MS-Windows\*"; DestDir: "{app}\share\themes\MS-Windows"; Flags: ignoreversion createallsubdirs recursesubdirs skipifsourcedoesntexist; Components: libs
Source: "share\glib-2.0\schemas\*"; DestDir: "{app}\share\glib-2.0\schemas"; Flags: ignoreversion createallsubdirs recursesubdirs skipifsourcedoesntexist; Components: libs