From 825734aa6c88df1aa873295d2d4355cc2f01d648 Mon Sep 17 00:00:00 2001 From: Raspbian forward porter Date: Wed, 22 Nov 2023 04:54:09 +0000 Subject: [PATCH] Import gtk+3.0_3.24.38-6+rpi1.debian.tar.xz [dgit import tarball gtk+3.0 3.24.38-6+rpi1 gtk+3.0_3.24.38-6+rpi1.debian.tar.xz] --- README.source | 38 + changelog | 6251 ++ clean | 1 + close-enough.keyfile | 3 + control | 313 + copyright | 1113 + gbp.conf | 17 + gir1.2-gtk-3.0.install | 1 + gtk-3-examples.examples | 2 + gtk-3-examples.install | 13 + gtk-3-examples.lintian-overrides | 2 + gtk-3-examples.manpages | 4 + gtk-update-icon-cache.install | 2 + gtk-update-icon-cache.manpages | 1 + ignore.keyfile | 3 + libgail-3-0.install | 1 + libgail-3-0.lintian-overrides | 2 + libgail-3-0.symbols | 15 + libgail-3-dev.install | 3 + libgail-3-doc.doc-base.gail-reference | 9 + libgail-3-doc.install | 1 + libgail-3-doc.links | 2 + libgtk-3-0-udeb.install | 1 + libgtk-3-0.bug-control | 1 + libgtk-3-0.install.in | 5 + libgtk-3-0.links.in | 2 + libgtk-3-0.postinst.in | 19 + libgtk-3-0.postrm.in | 11 + libgtk-3-0.symbols | 5336 ++ libgtk-3-0.triggers.in | 1 + libgtk-3-bin.install | 7 + libgtk-3-bin.links.in | 2 + libgtk-3-bin.manpages | 6 + libgtk-3-common.install.in | 8 + libgtk-3-dev.install | 7 + libgtk-3-dev.links.in | 2 + libgtk-3-doc.doc-base.gdk.in | 13 + libgtk-3-doc.doc-base.gtk.in | 11 + libgtk-3-doc.docs | 1 + libgtk-3-doc.install.in | 2 + libgtk-3-doc.links.in | 12 + libgtk-3-doc.maintscript | 4 + log-reftests.py | 33 + missing-sources/README | 39 + .../emojibase/packages/data/LICENSE | 21 + .../emojibase/packages/data/de/data.raw.json | 52106 ++++++++++++++++ .../emojibase/packages/data/en/data.raw.json | 51237 +++++++++++++++ .../emojibase/packages/data/es/data.raw.json | 51676 +++++++++++++++ .../emojibase/packages/data/fr/data.raw.json | 50430 +++++++++++++++ .../emojibase/packages/data/zh/data.raw.json | 50968 +++++++++++++++ missing-sources/rawinflate.js | 1 + missing-sources/zlib.js-0.1.6/ChangeLog.md | 133 + missing-sources/zlib.js-0.1.6/LICENSE | 28 + missing-sources/zlib.js-0.1.6/LICENSE_min | 1 + missing-sources/zlib.js-0.1.6/README.en.md | 285 + missing-sources/zlib.js-0.1.6/README.md | 307 + .../zlib.js-0.1.6/bin/rawinflate.min.js | 15 + .../zlib.js-0.1.6/bin/rawinflate.min.js.map | 8 + missing-sources/zlib.js-0.1.6/build.xml | 451 + .../zlib.js-0.1.6/closure-primitives/base.js | 1498 + .../closure-primitives/depswriter.py | 202 + .../closure-primitives/source.py | 114 + .../closure-primitives/treescan.py | 78 + .../zlib.js-0.1.6/define/typedarray/hybrid.js | 14 + .../zlib.js-0.1.6/define/typedarray/use.js | 9 + missing-sources/zlib.js-0.1.6/deps.js | 25 + .../zlib.js-0.1.6/export/adler32.js | 4 + missing-sources/zlib.js-0.1.6/export/crc32.js | 5 + .../zlib.js-0.1.6/export/deflate.js | 17 + .../zlib.js-0.1.6/export/gunzip.js | 11 + .../zlib.js-0.1.6/export/gunzip_member.js | 15 + missing-sources/zlib.js-0.1.6/export/gzip.js | 7 + .../zlib.js-0.1.6/export/inflate.js | 12 + .../zlib.js-0.1.6/export/inflate_stream.js | 11 + .../zlib.js-0.1.6/export/rawdeflate.js | 21 + .../zlib.js-0.1.6/export/rawinflate.js | 12 + .../zlib.js-0.1.6/export/rawinflate_stream.js | 11 + missing-sources/zlib.js-0.1.6/export/unzip.js | 15 + missing-sources/zlib.js-0.1.6/export/zip.js | 33 + missing-sources/zlib.js-0.1.6/node/exports.js | 230 + missing-sources/zlib.js-0.1.6/node/externs.js | 13 + missing-sources/zlib.js-0.1.6/package.json | 29 + missing-sources/zlib.js-0.1.6/src/adler32.js | 68 + .../zlib.js-0.1.6/src/bitstream.js | 202 + missing-sources/zlib.js-0.1.6/src/crc32.js | 142 + missing-sources/zlib.js-0.1.6/src/deflate.js | 168 + .../zlib.js-0.1.6/src/export_object.js | 33 + missing-sources/zlib.js-0.1.6/src/gunzip.js | 238 + .../zlib.js-0.1.6/src/gunzip_member.js | 51 + missing-sources/zlib.js-0.1.6/src/gzip.js | 225 + missing-sources/zlib.js-0.1.6/src/heap.js | 135 + missing-sources/zlib.js-0.1.6/src/huffman.js | 93 + missing-sources/zlib.js-0.1.6/src/inflate.js | 120 + .../zlib.js-0.1.6/src/inflate_stream.js | 119 + .../zlib.js-0.1.6/src/rawdeflate.js | 1195 + .../zlib.js-0.1.6/src/rawinflate.js | 861 + .../zlib.js-0.1.6/src/rawinflate_stream.js | 862 + missing-sources/zlib.js-0.1.6/src/unzip.js | 565 + missing-sources/zlib.js-0.1.6/src/util.js | 31 + missing-sources/zlib.js-0.1.6/src/zip.js | 571 + missing-sources/zlib.js-0.1.6/src/zlib.js | 24 + .../016_no_offscreen_widgets_grabbing.patch | 32 + .../017_no_offscreen_device_grabbing.patch | 31 + patches/060_ignore-random-icons.patch | 34 + patches/Fix-_gtk_get_slowdown.patch | 38 + patches/Fix-a-typo.patch | 28 + ...ffscreen-windows-in-set_transient_fo.patch | 29 + ...s-Cancel-DBus-method-calls-on-shutdo.patch | 103 + ...n-windows-in-account-for-positioning.patch | 39 + ...e-sure-that-the-charcode-is-signless.patch | 29 + ...fy-guard-out-rect-of-get_pointing_to.patch | 46 + ...ow-Frame-on-viewport-is-not-optional.patch | 27 + ...erformance-issue-on-X11-systems-in-r.patch | 66 + .../Update-British-English-translation.patch | 1369 + patches/Update-Catalan-translation.patch | 31 + patches/Update-Czech-translation.patch | 726 + patches/Update-Georgian-translation-1.patch | 865 + patches/Update-Georgian-translation-2.patch | 120 + patches/Update-Georgian-translation.patch | 940 + patches/Update-Greek-translation.patch | 10543 ++++ patches/Update-Kazakh-translation.patch | 840 + patches/Update-Korean-translation.patch | 247 + patches/Update-Punjabi-translation.patch | 4390 ++ patches/Update-Romanian-translation.patch | 833 + patches/Update-Slovak-translation.patch | 3247 + patches/Update-Slovenian-translation.patch | 173 + patches/Update-Spanish-translation.patch | 423 + patches/Update-Turkish-translation-1.patch | 167 + patches/Update-Turkish-translation-2.patch | 578 + patches/Update-Turkish-translation.patch | 53 + patches/Update-fa.po-1.patch | 498 + patches/Update-fa.po.patch | 1592 + patches/Use-correct-stat-struct-for-ftw.patch | 32 + ...eporting-table-cell-pos-at-index-0-0.patch | 37 + ...-wayland-Create-pad-devices-on-enter.patch | 152 + ...vice-added-removed-emission-in-GdkSe.patch | 66 + ...pad-devices-querying-for-all-devices.patch | 44 + ...havior-of-BTN_STYLUS-STYLUS2-as-midd.patch | 37 + ...kgl-Check-for-GLsync-before-using-it.patch | 114 + ...-avoid-SEGV-after-bad-password-input.patch | 58 + patches/popover-Remove-useless-if-case.patch | 39 + ...ces-Report-how-much-the-images-diffe.patch | 142 + ...ow-minor-differences-to-be-tolerated.patch | 80 + patches/series | 43 + ...s-when-getting-outputs-during-init-a.patch | 77 + rules | 273 + run-tests.sh | 64 + source/format | 1 + tests/build | 65 + tests/control | 7 + tests/installed-tests | 28 + tests/python3-gi | 27 + tests/run-with-display | 67 + update-icon-caches | 26 + update-icon-caches.8 | 19 + upstream/metadata | 9 + watch | 3 + 157 files changed, 308723 insertions(+) create mode 100644 README.source create mode 100644 changelog create mode 100644 clean create mode 100644 close-enough.keyfile create mode 100644 control create mode 100644 copyright create mode 100644 gbp.conf create mode 100644 gir1.2-gtk-3.0.install create mode 100644 gtk-3-examples.examples create mode 100644 gtk-3-examples.install create mode 100644 gtk-3-examples.lintian-overrides create mode 100644 gtk-3-examples.manpages create mode 100644 gtk-update-icon-cache.install create mode 100644 gtk-update-icon-cache.manpages create mode 100644 ignore.keyfile create mode 100644 libgail-3-0.install create mode 100644 libgail-3-0.lintian-overrides create mode 100644 libgail-3-0.symbols create mode 100644 libgail-3-dev.install create mode 100644 libgail-3-doc.doc-base.gail-reference create mode 100644 libgail-3-doc.install create mode 100644 libgail-3-doc.links create mode 100644 libgtk-3-0-udeb.install create mode 100644 libgtk-3-0.bug-control create mode 100644 libgtk-3-0.install.in create mode 100644 libgtk-3-0.links.in create mode 100644 libgtk-3-0.postinst.in create mode 100644 libgtk-3-0.postrm.in create mode 100644 libgtk-3-0.symbols create mode 100644 libgtk-3-0.triggers.in create mode 100644 libgtk-3-bin.install create mode 100644 libgtk-3-bin.links.in create mode 100644 libgtk-3-bin.manpages create mode 100644 libgtk-3-common.install.in create mode 100644 libgtk-3-dev.install create mode 100644 libgtk-3-dev.links.in create mode 100644 libgtk-3-doc.doc-base.gdk.in create mode 100644 libgtk-3-doc.doc-base.gtk.in create mode 100644 libgtk-3-doc.docs create mode 100644 libgtk-3-doc.install.in create mode 100644 libgtk-3-doc.links.in create mode 100644 libgtk-3-doc.maintscript create mode 100755 log-reftests.py create mode 100644 missing-sources/README create mode 100644 missing-sources/emojibase/packages/data/LICENSE create mode 100644 missing-sources/emojibase/packages/data/de/data.raw.json create mode 100644 missing-sources/emojibase/packages/data/en/data.raw.json create mode 100644 missing-sources/emojibase/packages/data/es/data.raw.json create mode 100644 missing-sources/emojibase/packages/data/fr/data.raw.json create mode 100644 missing-sources/emojibase/packages/data/zh/data.raw.json create mode 120000 missing-sources/rawinflate.js create mode 100644 missing-sources/zlib.js-0.1.6/ChangeLog.md create mode 100644 missing-sources/zlib.js-0.1.6/LICENSE create mode 100644 missing-sources/zlib.js-0.1.6/LICENSE_min create mode 100644 missing-sources/zlib.js-0.1.6/README.en.md create mode 100644 missing-sources/zlib.js-0.1.6/README.md create mode 100644 missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js create mode 100644 missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js.map create mode 100644 missing-sources/zlib.js-0.1.6/build.xml create mode 100644 missing-sources/zlib.js-0.1.6/closure-primitives/base.js create mode 100755 missing-sources/zlib.js-0.1.6/closure-primitives/depswriter.py create mode 100755 missing-sources/zlib.js-0.1.6/closure-primitives/source.py create mode 100755 missing-sources/zlib.js-0.1.6/closure-primitives/treescan.py create mode 100644 missing-sources/zlib.js-0.1.6/define/typedarray/hybrid.js create mode 100644 missing-sources/zlib.js-0.1.6/define/typedarray/use.js create mode 100644 missing-sources/zlib.js-0.1.6/deps.js create mode 100644 missing-sources/zlib.js-0.1.6/export/adler32.js create mode 100644 missing-sources/zlib.js-0.1.6/export/crc32.js create mode 100644 missing-sources/zlib.js-0.1.6/export/deflate.js create mode 100644 missing-sources/zlib.js-0.1.6/export/gunzip.js create mode 100644 missing-sources/zlib.js-0.1.6/export/gunzip_member.js create mode 100644 missing-sources/zlib.js-0.1.6/export/gzip.js create mode 100644 missing-sources/zlib.js-0.1.6/export/inflate.js create mode 100644 missing-sources/zlib.js-0.1.6/export/inflate_stream.js create mode 100644 missing-sources/zlib.js-0.1.6/export/rawdeflate.js create mode 100644 missing-sources/zlib.js-0.1.6/export/rawinflate.js create mode 100644 missing-sources/zlib.js-0.1.6/export/rawinflate_stream.js create mode 100644 missing-sources/zlib.js-0.1.6/export/unzip.js create mode 100644 missing-sources/zlib.js-0.1.6/export/zip.js create mode 100644 missing-sources/zlib.js-0.1.6/node/exports.js create mode 100644 missing-sources/zlib.js-0.1.6/node/externs.js create mode 100644 missing-sources/zlib.js-0.1.6/package.json create mode 100644 missing-sources/zlib.js-0.1.6/src/adler32.js create mode 100644 missing-sources/zlib.js-0.1.6/src/bitstream.js create mode 100644 missing-sources/zlib.js-0.1.6/src/crc32.js create mode 100644 missing-sources/zlib.js-0.1.6/src/deflate.js create mode 100644 missing-sources/zlib.js-0.1.6/src/export_object.js create mode 100644 missing-sources/zlib.js-0.1.6/src/gunzip.js create mode 100644 missing-sources/zlib.js-0.1.6/src/gunzip_member.js create mode 100644 missing-sources/zlib.js-0.1.6/src/gzip.js create mode 100644 missing-sources/zlib.js-0.1.6/src/heap.js create mode 100644 missing-sources/zlib.js-0.1.6/src/huffman.js create mode 100644 missing-sources/zlib.js-0.1.6/src/inflate.js create mode 100644 missing-sources/zlib.js-0.1.6/src/inflate_stream.js create mode 100644 missing-sources/zlib.js-0.1.6/src/rawdeflate.js create mode 100644 missing-sources/zlib.js-0.1.6/src/rawinflate.js create mode 100644 missing-sources/zlib.js-0.1.6/src/rawinflate_stream.js create mode 100644 missing-sources/zlib.js-0.1.6/src/unzip.js create mode 100644 missing-sources/zlib.js-0.1.6/src/util.js create mode 100644 missing-sources/zlib.js-0.1.6/src/zip.js create mode 100644 missing-sources/zlib.js-0.1.6/src/zlib.js create mode 100644 patches/016_no_offscreen_widgets_grabbing.patch create mode 100644 patches/017_no_offscreen_device_grabbing.patch create mode 100644 patches/060_ignore-random-icons.patch create mode 100644 patches/Fix-_gtk_get_slowdown.patch create mode 100644 patches/Fix-a-typo.patch create mode 100644 patches/GdkWindow-Check-for-offscreen-windows-in-set_transient_fo.patch create mode 100644 patches/GtkApplicationImplDBus-Cancel-DBus-method-calls-on-shutdo.patch create mode 100644 patches/GtkMenu-Take-offscreen-windows-in-account-for-positioning.patch create mode 100644 patches/Make-sure-that-the-charcode-is-signless.patch create mode 100644 patches/Popover-Clarify-guard-out-rect-of-get_pointing_to.patch create mode 100644 patches/ScrolledWindow-Frame-on-viewport-is-not-optional.patch create mode 100644 patches/This-commit-fixes-a-performance-issue-on-X11-systems-in-r.patch create mode 100644 patches/Update-British-English-translation.patch create mode 100644 patches/Update-Catalan-translation.patch create mode 100644 patches/Update-Czech-translation.patch create mode 100644 patches/Update-Georgian-translation-1.patch create mode 100644 patches/Update-Georgian-translation-2.patch create mode 100644 patches/Update-Georgian-translation.patch create mode 100644 patches/Update-Greek-translation.patch create mode 100644 patches/Update-Kazakh-translation.patch create mode 100644 patches/Update-Korean-translation.patch create mode 100644 patches/Update-Punjabi-translation.patch create mode 100644 patches/Update-Romanian-translation.patch create mode 100644 patches/Update-Slovak-translation.patch create mode 100644 patches/Update-Slovenian-translation.patch create mode 100644 patches/Update-Spanish-translation.patch create mode 100644 patches/Update-Turkish-translation-1.patch create mode 100644 patches/Update-Turkish-translation-2.patch create mode 100644 patches/Update-Turkish-translation.patch create mode 100644 patches/Update-fa.po-1.patch create mode 100644 patches/Update-fa.po.patch create mode 100644 patches/Use-correct-stat-struct-for-ftw.patch create mode 100644 patches/a11y-atspi-Fix-reporting-table-cell-pos-at-index-0-0.patch create mode 100644 patches/gdk-wayland-Create-pad-devices-on-enter.patch create mode 100644 patches/gdk-wayland-Ensure-device-added-removed-emission-in-GdkSe.patch create mode 100644 patches/gdk-wayland-Return-pad-devices-querying-for-all-devices.patch create mode 100644 patches/gdk-wayland-Switch-behavior-of-BTN_STYLUS-STYLUS2-as-midd.patch create mode 100644 patches/gdkgl-Check-for-GLsync-before-using-it.patch create mode 100644 patches/gtkmountoperation-avoid-SEGV-after-bad-password-input.patch create mode 100644 patches/popover-Remove-useless-if-case.patch create mode 100644 patches/reftest_compare_surfaces-Report-how-much-the-images-diffe.patch create mode 100644 patches/reftests-Allow-minor-differences-to-be-tolerated.patch create mode 100644 patches/series create mode 100644 patches/x11-Trap-XRandr-errors-when-getting-outputs-during-init-a.patch create mode 100755 rules create mode 100755 run-tests.sh create mode 100644 source/format create mode 100755 tests/build create mode 100644 tests/control create mode 100755 tests/installed-tests create mode 100755 tests/python3-gi create mode 100755 tests/run-with-display create mode 100644 update-icon-caches create mode 100644 update-icon-caches.8 create mode 100644 upstream/metadata create mode 100644 watch diff --git a/README.source b/README.source new file mode 100644 index 0000000000..45305ce0b8 --- /dev/null +++ b/README.source @@ -0,0 +1,38 @@ +Debugging reftest failures +========================== + +In a local build +---------------- + +There must be a better way to do this, but this works... + +top_srcdir= +top_builddir=${srcdir}/debian/build/deb +srcdir=${srcdir}/testsuite/reftests +builddir=${builddir}/testsuite/reftests + +cd "${builddir}" +debian/tests/run-with-display x11 \ +dbus-run-session -- \ +env \ + -u XDG_RUNTIME_DIR \ + REFTEST_MODULE_DIR="${builddir}" \ + G_TEST_SRCDIR="${srcdir}" \ + G_TEST_BUILDDIR="${builddir}" \ +./gtk-reftest \ + -o "${builddir}/output" \ + -d "${srcdir}" \ + -k \ +2>&1 | tee test.log + +Look for "not ok" in test.log. + +Compare output/foo.ref.png and output/foo.out.png. + +output/foo.diff.png shows an artificially-emphasized difference, if you +are having trouble spotting what is different. + +On a buildd +----------- + +You can't. Good luck reproducing it locally :-( diff --git a/changelog b/changelog new file mode 100644 index 0000000000..c347d998e6 --- /dev/null +++ b/changelog @@ -0,0 +1,6251 @@ +gtk+3.0 (3.24.38-6+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 3.24.38-5+rpi1 by Peter Michael Green at Sat, 23 Sep 2023 08:21:18 +0000] + * Disable testsuite. + + -- Raspbian forward porter Wed, 22 Nov 2023 04:54:09 +0000 + +gtk+3.0 (3.24.38-6) unstable; urgency=medium + + * d/p/gdk-wayland-Return-pad-devices-querying-for-all-devices.patch: + Fix a copy/paste error in patch metadata + * Stop generating d/control from a template + * Substitute GTK_BINVER_DEP as a substvar rather than using sed. + * d/rules: Drop some unused sed substitutions + * libgtk-3-dev: Add Provides for included GIR XML files. + Representing these by systematic names gir1.2-*-dev, and perhaps + eventually separating them into their own binary package, will help + to enable cross-compilation with GObject-Introspection removed by + a build profile. (Helps: #1030223) + * d/control: Add ${gir:Depends}, ${gir:Provides} substvars. + With a newer version of gobject-introspection (currently in + experimental), these will supersede some of the current hard-coded + Depends and Provides. + * d/control: Explicitly build-depend on GIR XML from Gdk-Pixbuf + and Pango. + The versions of these packages in testing provide these names. + + -- Simon McVittie Wed, 08 Nov 2023 16:30:21 +0000 + +gtk+3.0 (3.24.38-5) unstable; urgency=medium + + [ Amin Bandali ] + * Change packaging branch to debian/latest + + [ Simon McVittie ] + * d/patches: Update to upstream gtk-3-24 branch commit + 3.24.38-60-gecf3ac115d, excluding Windows- and macOS-specific changes + - d/p/Use-correct-stat-struct-for-ftw.patch: + Ensure that consistent types are used when updating icon cache + - d/p/Make-sure-that-the-charcode-is-signless.patch, + d/p/Fix-a-typo.patch: + Fix parsing of non-ASCII CSS on architectures with signed char + - d/p/This-commit-fixes-a-performance-issue-on-X11-systems-in-r.patch: + When using X11, improve performance of Inkscape and Totem by removing + code that was intended to be a fast-path, but in fact became slower + than the more generic implementation (as used on Wayland) due to + changes elsewhere in the ecosystem + - d/p/x11-Trap-XRandr-errors-when-getting-outputs-during-init-a.patch: + When using X11, catch errors if we are querying Xrandr outputs + while they are being updated + - d/p/gtkmountoperation-avoid-SEGV-after-bad-password-input.patch: + Don't segfault after incorrect password entry when mounting a + filesystem + - d/p/popover-Remove-useless-if-case.patch: + Diagnose NULL parameter to gtk_popover_get_pointing_to() as a + programming error as intended + - d/p/Popover-Clarify-guard-out-rect-of-get_pointing_to.patch: + Initialize result of gtk_popover_get_pointing_to() if it is not + pointing to anything + - d/p/gdk-wayland-Create-pad-devices-on-enter.patch, + d/p/gdk-wayland-Ensure-device-added-removed-emission-in-GdkSe.patch, + d/p/gdk-wayland-Return-pad-devices-querying-for-all-devices.patch: + When using Wayland, fix detection of graphics tablets + - d/p/gdkgl-Check-for-GLsync-before-using-it.patch: + Fix regression in 3.24.37 causing GL initialization to fail with + OpenGL < 3.2, for example on imx8mq devices such as MNT Reform or + Librem 5 + - d/p/gdk-wayland-Switch-behavior-of-BTN_STYLUS-STYLUS2-as-midd.patch: + When using Wayland, report stylus buttons in the same order as in X11, + so that the same button opens the right-click menu in both windowing + systems + - d/p/a11y-atspi-Fix-reporting-table-cell-pos-at-index-0-0.patch: + Fix reporting of top left cell in a table to accessibility tools + - d/p/GdkWindow-Check-for-offscreen-windows-in-set_transient_fo.patch, + d/p/GtkMenu-Take-offscreen-windows-in-account-for-positioning.patch: + Fix a crash seen in GIMP when opening the menu of a combo box on + an offscreen window, and improve positioning of the resulting menu + - d/p/GtkApplicationImplDBus-Cancel-DBus-method-calls-on-shutdo.patch + Fix a use-after-free crash during application quit, particularly + affecting Inkscape command-line export with GLib >= 2.76, by + cancelling processing of pending D-Bus calls (Closes: #1051220) + - d/p/Fix-_gtk_get_slowdown.patch: + Correct declaration of internal _gtk_get_slowdown() to avoid undefined + behaviour + - d/p/ScrolledWindow-Frame-on-viewport-is-not-optional.patch, + d/p/Popover-Clarify-guard-out-rect-of-get_pointing_to.patch: + Documentation fixes + - Translation updates: ca, cs, el, en_GB, es, fa, ka, kk, ko, pa, + ro, sl, sk, tr + + -- Simon McVittie Sun, 10 Sep 2023 15:51:04 +0100 + +gtk+3.0 (3.24.38-4) unstable; urgency=medium + + * Have -dev package depend on libcloudproviders-dev on Debian + + -- Jeremy Bícha Wed, 09 Aug 2023 18:10:50 -0400 + +gtk+3.0 (3.24.38-3) unstable; urgency=medium + + * Build with libcloudproviders (on Debian) + + -- Jeremy Bícha Wed, 09 Aug 2023 11:29:11 -0400 + +gtk+3.0 (3.24.38-2) unstable; urgency=medium + + * Release to unstable + + -- Jeremy Bícha Sun, 23 Jul 2023 16:14:18 -0400 + +gtk+3.0 (3.24.38-1) experimental; urgency=medium + + [ Jeremy Bícha ] + * New upstream release + * Drop 3 patches applied in new release + + -- Jeremy Bícha Mon, 22 May 2023 13:35:52 -0400 + +gtk+3.0 (3.24.37-2) unstable; urgency=medium + + * d/p/selection-Use-the-right-mime-type.patch: + Add patch to fix incorrect MIME type for file transfer portal. + Regression in 3.24.37, affecting interoperability with other + implementations like the one requested in QTBUG-91357. + * d/patches: Update translations from upstream git: gl, he + * d/copyright: Remove gtk-text-input.xml. + This file is no longer present in the source package. + * Remove Lintian overrides for lintian/lintian!452, no longer necessary + + -- Simon McVittie Wed, 08 Mar 2023 14:52:40 +0000 + +gtk+3.0 (3.24.37-1) experimental; urgency=medium + + * New upstream release + - Add support for xdg-desktop-portal file transfer API, allowing + copy/paste and drag-and-drop of files where one of the apps involved + is sandboxed by Flatpak, Snap or similar (GNOME/gtk!5554) + - Fix a regression for startup notifications (GNOME/gtk!5581) + - Fix potential invalid pointer dereference when checking whether a + list store iterator is valid + - Simple input method: Silence a warning from newer GLib by correctly + returning a value from a task + - Search engine: Reduce severity of the warning when Tracker + initialization failed, avoiding crashes when run with + G_DEBUG=fatal-criticals and without Tracker (GNOME/gtk!5490) + - Wayland backend: Drop support for an obsolete text input protocol, + which was only used by GNOME versions prior to Debian 10 + - Broadway backend: Implement modal dialogs, preventing issues + with focus loss in complex UIs (GNOME/gtk!3990) + - Tests: Stop using GTestDBus, avoiding test timeouts if a dependency + leaks a bus connection + - Windows and macOS fixes not directly relevant to Debian + * d/patches: Drop patches that were applied upstream + * d/p/gdk-wayland-save-custom-xdg-activation-startup_id.patch, + d/p/window-focus-on-window-show-for-wayland-activation.patch: + Drop temporary fixes for GNOME/gtk#5386 (see 3.24.36-2, 3.24.35-3 + changelogs). These were rejected upstream, and the change from + GNOME/gtk!5581 included in 3.24.37 should fix the issue more + correctly. + * Upload to experimental for further testing + + -- Simon McVittie Fri, 03 Mar 2023 20:27:28 +0000 + +gtk+3.0 (3.24.36-4) unstable; urgency=medium + + * Team upload. + * Backport upstream patch to fix outdated screen state on screenshots. + (Closes: #1031112) + + -- Dmitry Shachnev Wed, 15 Feb 2023 12:45:23 +0300 + +gtk+3.0 (3.24.36-3) unstable; urgency=medium + + * d/patches: Update to gtk-3-24 branch commit 3.24.36-33-g5554113c74, + excluding Windows- and macOS-specific changes, and a workaround for + a libhandy bug which was applied and then reverted. + - Fix logic for when to build GObject-Introspection + - Treat XKB_MOD_NAME_LOGO as Super key in Wayland (GNOME/gtk#4913) + - Fix animations and transitions randomly stopping (GNOME/gtk#4426) + - Take UI scale into account when loading "image-missing" icon + - Improve tracking of app status during activation in an attempt to + solve GNOME/gtk#5386 in an upstreamable way + - Fix a touchscreen handling bug that can cause applications to become + unresponsive (GNOME/gtk#4947) + - Fix GL rendering issues in Totem after the Mesa AMD driver enabled + threaded rendering (GNOME/gtk#5517) + - Translation updates: ab, lt, tr + * Standards-Version: 4.6.2 (no changes required) + * Clean up unused Lintian overrides + * Add overrides for lintian/lintian!452 + + -- Simon McVittie Sat, 04 Feb 2023 17:31:57 +0000 + +gtk+3.0 (3.24.36-2) unstable; urgency=medium + + [ Jeremy Bicha ] + * d/p/dist/Reinstate-gdk-wayland-cursor-meson.build.patch: + Drop, no longer needed as of 3.24.36. + + [ Simon McVittie ] + * d/p/gdk-wayland-save-custom-xdg-activation-startup_id.patch, + d/p/window-focus-on-window-show-for-wayland-activation.patch: + Reinstate patches added in 3.24.35-3 and accidentally dropped while + rebasing on 3.24.36. + Note that this solution to GNOME/gtk#5386 has been rejected upstream + and should be replaced with a backport from GTK 4. + * d/rules: Accept minor rendering differences in label-background test. + Workaround for GNOME/gtk#5545 + + -- Simon McVittie Tue, 24 Jan 2023 18:33:47 +0000 + +gtk+3.0 (3.24.36-1) unstable; urgency=medium + + * New upstream release + * Drop patches that were applied upstream + * d/control: Increase Meson build-dependency to 0.60 + * d/rules: Remove Autotools remnants. + Upstream releases are now built with Meson. + * d/copyright: Add license for cursor images used in Windows builds + * d/control.in: Explicitly build-depend on Freetype + * d/copyright: Update + * d/copyright: Move standalone license stanzas to the end + * d/tests, d/run-tests.sh: Copy run-with-display from gtk4. + This should make the build-time tests a bit more robust, by using the + -noreset option to avoid a race condition (see #981201). + * d/rules: Stop trying to install AUTHORS, no longer shipped upstream + * d/rules: Install README.md instead of README + + -- Simon McVittie Tue, 03 Jan 2023 15:09:37 +0000 + +gtk+3.0 (3.24.35-3) unstable; urgency=medium + + * Cherry-pick 2 proposed patches to fix app startup regressions + + -- Jeremy Bicha Fri, 09 Dec 2022 08:25:27 -0500 + +gtk+3.0 (3.24.35-2) unstable; urgency=medium + + * d/rules: Return to the print backends we previously enabled. + lpr and test were enabled during the move to Meson, but we didn't enable + them in the past and they don't seem to be desirable. (Closes: #1025271) + * d/rules: Remove redundant gtk_doc option. + In both cases (documentation enabled or disabled) we override this later. + * d/patches: Update to upstream commit 3.24.35-15-g9c60b8d4d4 + - Load icon themes from ~/.local/share/icons and ~/.icons under Wayland + - Fix links in documentation to point to correct git branch for GTK 3 + - Translation update: pt_BR + * Remove dpkg trigger on old immodules search path. + GTK 3 hasn't searched this path since 2015, so it was no longer useful + to have a trigger on it. + * d/rules: Remove redundant --libdir override. + We get the correct library directory from dh_auto_configure. + * Install emoji data for non-English languages. + With Autotools this was incorporated into the shared library, but with + Meson it's loaded on-demand. + * d/control.in: Disable API documentation under nodoc build profile + * d/control.in, d/rules: Disable man pages under nodoc build-profile + * d/control.in: Don't depend on gtk-doc-tools under nodoc build-profile. + This was needed at autoreconf time when we built with Autotools, but not + with Meson. + * Force software rendering during tests. + Workaround for Mesa regression #1025312. We expect only software + rendering to be available in a buildd or autopkgtest environment anyway. + + -- Simon McVittie Fri, 02 Dec 2022 16:25:44 +0000 + +gtk+3.0 (3.24.35-1) unstable; urgency=medium + + [ Simon McVittie ] + * New upstream release + - Drop most patches, included in upstream release + * d/rules, d/run-tests.sh: Build using Meson + * d/p/dist/Reinstate-gdk-wayland-cursor-meson.build.patch: + Add a missing build file from upstream git + * d/p/Flush-drawable-surface-when-getting-a-pixbuf.patch: + Add post-release fix from upstream to avoid an assertion failure in + gnome-screenshot and epiphany + * d/p/Disable-accessibility-dump-aka-a11ytests-test.patch, + d/p/testsuite-Allow-reftest-output-directory-to-be-forced-via.patch: + Drop patches that are not needed when building with Meson + * d/p/testsuite-Avoid-using-should_fail.patch, + d/p/testsuite-Try-enabling-a11y-tests-other-than-those-known-.patch, + d/p/testsuite-Don-t-create-.test-files-for-flaky-or-failing-t.patch: + Add patches from upstream to improve handling of flaky tests. + With these changes, the flaky/known-failing tests are no longer installed + as installed-tests at all, so remove them from the autopkgtest metadata. + + [ Jeremy Bicha ] + * debian/control.in, debian/tests/control: Depend on + adwaita-icon-theme-full for tests. In Debian this is a virtual package + provided by adwaita-icon-theme, and in Ubuntu it's a separate package. + + -- Simon McVittie Thu, 24 Nov 2022 13:52:17 +0000 + +gtk+3.0 (3.24.34-5) unstable; urgency=medium + + * d/p/build-Define-USE_XDG_ACTIVATION-conditional-when-Wayland-.patch: + Mark patch as applied upstream + * Skip border-image-excess-size reftest on big-endian machines. + Mitigates: #1024392 + + -- Simon McVittie Fri, 18 Nov 2022 23:56:42 +0000 + +gtk+3.0 (3.24.34-4) unstable; urgency=medium + + * d/patches: Update to upstream gtk-3-24 branch commit + 3.24.34-209-gf8d26e2acc (Windows- and macOS-specific changes excluded) + - Don't crash on HiDPI systems if the cursor theme has cursors of + the wrong size + - When using server-side window decorations, don't draw a shadow around + maximized windows + - Fix popup coordinates on HiDPI + - Don't force HighContrast icon theme, which is deprecated in favour of + symbolic icons from the ordinary theme (already high-contrast) + - Fix a memory leak when applying symbolic colours + - Avoid pointer motion hint mask on Wayland + - Fix runtime warnings in popover + - Fix runtime warnings in font chooser for some fonts + - Improve tablet stylus detection on X11 + - Fix drag-and-drop in Firefox on Plasma Wayland + - Documentation/introspection fixes + - Improve handling of titlebar clicks in mutter-based compositors + - Fix copy/paste interop between GTK and Eclipse + - Always send motion events even if event compression is disabled + - Improve support for input methods + - Fix cursor hotspot scaling under HiDPI + - Fix tooltip positioning under HiDPI + - Add non-GNOME-specific support for transferring focus when one + application launches another + - Distinguish between ordinary number keys and their equivalents on + the numeric keypad + - Don't try to initialize "desktop" OpenGL if GDK_GL=gles is set + - Translation updates + * (Build-)Depend on libfontconfig-dev, not transitional libfontconfig1-dev + * Build-/test-depend on dbus-daemon for dbus-run-session, instead of dbus + * d/p/build-Define-USE_XDG_ACTIVATION-conditional-when-Wayland-.patch: + Add patch to fix FTBFS for the udeb and non-Linux architectures + + -- Simon McVittie Fri, 18 Nov 2022 11:53:03 +0000 + +gtk+3.0 (3.24.34-3) unstable; urgency=medium + + * d/control.in: Remove support for pre-bullseye versions of gdk-pixbuf + * Backport reftest comparison machinery from our gtk4 packaging. + This will let us distinguish between "fails by small differences caused + by rounding/i387/..." and "completely different result", without having + to move the whole build system to Meson, which seems like one variation + too many during a transition. + * d/rules: Ignore new reftest failure for linear-gradient on any-i386. + This seems to have regressed despite the GTK code not having changed, + possibly as a result of changes in another package, and it seems to be + the reference rendering rather than the test output that changed. + Please report a bug if there are user-visible rendering issues + involving gradients on i386. + * Update Lintian overrides + * Refer to #1017578 in previous changelog entry + + -- Simon McVittie Sun, 21 Aug 2022 20:57:41 +0100 + +gtk+3.0 (3.24.34-2) unstable; urgency=medium + + * d/p/Avoid-repeated-g_log_set_writer_func-in-tests.patch: + Add proposed patch to fix test failure with GLib 2.73.x + (Closes: #1017578) + * Standards-Version: 4.6.1 (no changes required) + + -- Simon McVittie Sat, 20 Aug 2022 19:58:54 +0100 + +gtk+3.0 (3.24.34-1) unstable; urgency=medium + + * New upstream release + * d/copyright: Update + * Drop patches that were cherry-picked from upstream + + -- Simon McVittie Wed, 01 Jun 2022 17:12:17 +0100 + +gtk+3.0 (3.24.33-2) unstable; urgency=medium + + * Cherry-pick gtk-3-24 commits needed for mutter 42.1 (LP: #1972721) + + -- Jeremy Bicha Mon, 09 May 2022 15:47:13 -0400 + +gtk+3.0 (3.24.33-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * New upstream release + + -- Simon McVittie Wed, 09 Mar 2022 11:05:39 +0000 + +gtk+3.0 (3.24.31-1) unstable; urgency=medium + + * New upstream release + - Support touchpad gestures with XI 2.4 + - Avoid clipboard-related lockups on Wayland + - textview: Add CSS letter spacing + - Translation updates: is, oc + - Various Windows- and macOS-specific changes that are not directly + relevant in Debian + - Various other changes that were already in 3.24.30-4 + * Drop patches that came from upstream + * d/copyright: Update + * d/control.in: Update build-dependencies + + -- Simon McVittie Sun, 26 Dec 2021 19:50:22 +0000 + +gtk+3.0 (3.24.30-4) unstable; urgency=medium + + [ Simon McVittie ] + * Update to upstream commit 3.24.30-129-g6c4cc93121, excluding CI + changes and Windows- and macOS-specific code changes + - Signal that a search has finished when required, fixing typeahead + search when using NFS (Closes: #976334) + - Update name and icon on file chooser button for remote files + - Don't unset the URI for the recent files filter + - Fix an infinite loop with certain popup behaviours in Wayland + - Don't change surface scales for wl_output globals not bound by GTK + - Don't print a message on stderr if Broadway (HTML) backend is + unavailable + - Don't require wayland-protocols when building GTK-dependent + components + - Avoid a double-free with large or slow clipboard contents + - Avoid false-positive warnings with gcc 11 + - Invalidate compose table cache if target of a symlink changes + - Avoid a crash when parsing some radial gradients + - Use correct serial number for Wayland drag-and-drop + - Fix a crash involving GtkScale + - Make Wayland popups avoid triggering X11 heuristics + - Trap errors when getting X11 CRTC information, avoiding a crash if + monitor configuration changes rapidly + - Make reftests more reliable by always using default settings + - Documentation improvements + - Translation updates: cs, da, de, es, eu, fa, fi, fr, fur, gl, hr, + hu, is, it, kk, ko, lv, nl, oc, pt_BR, ru, sr, sv, zh_CN, zh_TW + * Standards-Version: 4.6.0 (no changes required) + * Avoid explicitly specifying -Wl,--as-needed linker flag. + This is the default in newer toolchains. + * Use debhelper compat level 13 + * Adjust a Lintian override to match with newer Lintian + * Add Build-Depends-Package to both libraries in .symbols file. + Previously, it took effect for libgtk but not for libgtk. + + [ Laurent Bigonville ] + * Disable the tests on architectures where librsvg2-common is not built. + librsvg is only built on architectures that rust has been ported to, + so disable them on the other architectures. + + -- Simon McVittie Tue, 30 Nov 2021 14:50:13 +0000 + +gtk+3.0 (3.24.30-3) unstable; urgency=medium + + * Move org.gtk.Settings.Debug schema from -dev to -common. + gnome-terminal 3.40 wants this. (Closes: #993469) + + -- Simon McVittie Wed, 01 Sep 2021 19:35:33 +0100 + +gtk+3.0 (3.24.30-2) unstable; urgency=medium + + * d/control.in: Drop unnecessary Build-Depends on gcc:native. + Consensus on #debian-devel is that build-essential implies this, + even when cross-compiling. + * Normalize permissions in installed-tests. + debhelper 13.4 makes everything below /usr/libexec executable, but + that's not what we want. + * Disable gvfs for unit tests. + It won't be installed on buildds, but can trigger (fatal) warnings + when building on a developer system. + * Wrap unit tests with dbus-run-session + * d/tests: Disable AT-SPI for tests that do not guarantee to install it. + This squashes another warning. + + -- Simon McVittie Fri, 20 Aug 2021 15:25:28 +0100 + +gtk+3.0 (3.24.30-1) unstable; urgency=medium + + * New upstream release + * Drop build-dependencies used for the Google Cloud Print backend. + The service required by this backend was shut down, so the printing + backend is no longer useful and was removed by upstream. + * d/missing-sources: Add emojibase data in JSON format. + The GVariant data blobs in gtk/emoji/*.data are mechanically converted + from these. + - Do the conversion in d/rules, as an easy way to check that we have + the correct source files. + * Update symbols file + * Switch branch to debian/master for upload to unstable + * Mention #982925 in changelog entry for 3.24.25-1 + + -- Simon McVittie Mon, 16 Aug 2021 11:03:25 +0100 + +gtk+3.0 (3.24.29-1) experimental; urgency=medium + + * New upstream release + - Improve input handling to allow 3rd and 5th level choosers + - Correct cursor position in non-ASCII preedit text + - Handle smb mounts better + - Fix extending multi-selections in list boxes + - Don't beep on untrusted X11 displays, which can cause an X error + - Various fixes that were already included in 3.24.28-1 + * Drop patches taken from upstream + + -- Simon McVittie Fri, 30 Apr 2021 10:17:56 +0100 + +gtk+3.0 (3.24.28-1) experimental; urgency=medium + + * New upstream release + - Fix size changes in server-side decorations that could cause mutter + crashes + - Use transparent black for window border in dark theme + - Reinstate invisible borders for tiled windows + - Wayland: Find font settings more reliably + - Improve Compose and dead key handling + - Fix rendering of scaled text shadows (LP: #1919404) + - Wayland: Fix matching of accelerators with multiple layouts + - Fix crashes in X11 drag & drop with certain configurations of the + NVIDIA proprietary driver (LP: #1911036) + - Translation updates + * d/patches: Add various fixes from upstream + - d/p/imcontext-Look-for-Compose-file-in-the-right-place.patch, + d/p/Revert-Compose-sequence-changes.patch, + d/p/imcontext-Eat-key-events-during-preedit.patch: + Fix input regressions + - d/p/label-Fix-reacting-to-screen-resolution-changes.patch: + Redraw labels when "large text" setting changes + - d/p/spinbutton-Interpret-localized-digits.patch: + Interpret non-ASCII digits in spinbutton + - d/p/gdk-wayland-Defer-processing-of-globals-closures.patch: + Improve compatibility with non-GNOME compositors + - d/p/wayland-Improve-font-setting-fallback.patch, + d/p/wayland-Improve-font-setting-fallback-more.patch: + Improve default font settings + - d/p/scale-Fix-sporadic-criticals.patch: + Fix a use-after-free + - d/p/scrolledwindow-Always-add-other-scrollbar-size.patch: + Make sure to allocate enough space for scrollbars + - d/p/scrolledwindow-Cancel-overshoot-on-dimension-changes.patch: + Cancel overshoot handling if size changes during kinetic scrolling + - d/p/Fix-a-possible-crash-in-gtk_show_uri.patch: + Fix a possible crash if showing a URI with no basename + - d/p/x11-Be-quiet-on-exit-by-default.patch: + Don't log lots of messages when X11 server terminates + - Translation updates + * d/p/updateiconcache-Sort-list-of-entries.patch: Drop, applied upstream + + -- Simon McVittie Wed, 21 Apr 2021 10:20:11 +0100 + +gtk+3.0 (3.24.25-1) experimental; urgency=medium + + * New upstream release + - Support for cursor aspect ratio setting + - Broadway fixes + - Avoid crashes with tablet input in Wayland + - Add API for better support for Wayland subsurfaces + - Make the Inspector available in non-debug builds + - Make scrollbars larger + - Disable shadows on maximized, fullscreen and tiled windows + - Support Avahi-discovered printers better (Closes: #982925) + - Show preedit for compose sequences + - Support long compose sequences + - Support compose sequences producing multiple characters + - Translation updates + * Upload to experimental for now, to assess whether this is desirable + for bullseye + + -- Simon McVittie Thu, 18 Feb 2021 16:34:08 +0000 + +gtk+3.0 (3.24.24-4) unstable; urgency=medium + + * Add various patches from upstream 3.24.25 to 3.24.29, mostly + crash fixes: + - d/p/gdkpixbuf-drawable-Free-the-pixbuf-on-Cairo-error.patch: + Fix a memory leak when a Cairo error occurs + - d/p/Wayland-ignore-touch-tablet-events-on-destroyed-surfaces.patch: + Fix crashes if input events are received on a recently-closed window + or menu + - d/p/label-Skip-updating-link-state-if-we-have-no-layout.patch: + Fix crash if a GtkLabel's activate-link handler changes the + label's markup + - d/p/x11-dnd-Ignore-XErrors-from-the-COW.patch: + Adds a missing error trap to prevent crashes in X11 drag & drop. + The X11 functions called here cannot normally fail, but it seems + they can fail in certain configurations of the NVIDIA proprietary + driver. (LP: #1911036) + - d/p/cssshadowvalue-Apply-device-scale-to-the-offset-when-blur.patch: + Apply scale factor to blurred shadows. + In particular this makes the desktop-icons-ng GNOME Shell extension, + as used in Ubuntu 21.04, display correctly on HiDPI displays. + (LP: #1919404) + - d/p/scale-Fix-sporadic-criticals.patch: + Fix a possible crash due to use-after-free + - d/p/fontchooser-Fix-some-since-annotations.patch: + Correct documentation + - d/p/x11-Be-quiet-on-exit-by-default.patch: + Don't spam the system log when disconnected from the X11 display + - d/p/Fix-a-possible-crash-in-gtk_show_uri.patch: + Don't crash if asked to display a URI that doesn't have a useful + basename + - d/p/x11-Don-t-beep-on-untrusted-displays.patch: + Don't beep if connected to an X11 display that distrusts the + application (ssh -X -oForwardX11Trusted=no), which can result in a + fatal error + - d/p/placesview-Open-location-even-if-mount-was-not-found.patch: + Fix inability to display SMB server's list of shares + (e.g. smb://192.168.1.1/) in Nautilus + * d/p/updateiconcache-Sort-list-of-entries.patch: + Mark as applied upstream to GTK 3 as well as to GTK 4 + + -- Simon McVittie Sun, 02 May 2021 12:34:12 +0100 + +gtk+3.0 (3.24.24-3) unstable; urgency=medium + + * d/patches: Backport font settings bug fixes recommended by upstream + + -- Simon McVittie Mon, 22 Feb 2021 17:51:13 +0000 + +gtk+3.0 (3.24.24-2) unstable; urgency=medium + + * d/watch: Cope with "+" being escaped to "%2B" in links to tarballs + * Increase dependency on librsvg2-common from Suggests to Recommends. + This is not a hard dependency, but should be installed in nearly all + cases. Increasingly many icons are provided in SVG format, so + applications will appear broken if the SVG pixbuf loader is not + installed. See #980396 for more information. + adwaita-icon-theme already Recommends librsvg2-common, but people who + routinely do not install recommended packages will get a better hint + about how much will be broken by its removal if GTK also recommends it. + + -- Simon McVittie Thu, 18 Feb 2021 13:49:58 +0000 + +gtk+3.0 (3.24.24-1) unstable; urgency=medium + + * New upstream release + - Update the default color palette + - Fix font chooser in family-only mode to return regular style + - Don't set focus-on-click for tree view header buttons + - Add a11y support to GtkPlug/GtkSocket + - Implement scrollSubstringTo for a11y + - Allow the lpr backend to print pdf and ps files + - Update gesture graphics + - Update HighContrast css + - Support the primary-selection-unstable-v1 Wayland protocol + - On X11, fix a crash with parent-relative backgrounds + - On Broadway, set modifier state of scroll events + - Translation updates + * Update versions of (build-)dependencies + + -- Simon McVittie Fri, 11 Dec 2020 11:07:01 +0000 + +gtk+3.0 (3.24.23-3) unstable; urgency=medium + + * Preferentially build-depend on libgdk-pixbuf-2.0-dev. + We don't need the deprecated Xlib integration that is also pulled in + by the older libgdk-pixbuf2.0-dev package (see #974870). + * Standards-Version: 4.5.1 (no changes required) + * d/copyright: Consolidate similar licenses into one Files stanza + * d/gtk-update-icon-cache.preinst: Remove. + This was here for upgrades from versions older than oldstable, but we + do not support skipping a stable release. + * Silence some Lintian false positives + * Add myself to Uploaders + + -- Simon McVittie Fri, 27 Nov 2020 12:43:57 +0000 + +gtk+3.0 (3.24.23-2) unstable; urgency=medium + + * Regenerate CSS themes with sassc during the build. + This ensures that they are updated even if upstream forgot to do so, + as happened in HighContrast for the GTK 3.4.22 release (#970664). + + -- Simon McVittie Mon, 05 Oct 2020 14:36:07 +0100 + +gtk+3.0 (3.24.23-1) unstable; urgency=medium + + * New upstream release + + Adwaita: + - Support error states for labels and entries + + Printing: + - Use the correct names for remote printers + + File choser: + - Default to tracker2 for search to prevent + symbol clashes in tracker-using applications + + Wayland: + - Support newer schemas for settings + - Fix DND hotspot handling + - Disconnect on display close + + X11: + - Fix a possible crash with disabled devices + + -- Iain Lane Fri, 11 Sep 2020 13:34:50 +0100 + +gtk+3.0 (3.24.22-1) unstable; urgency=medium + + * Team upload + * New upstream release + - Update symbols file + - Drop patch for #964679, applied upstream + - d/copyright: Update + * Upload to unstable + + -- Simon McVittie Wed, 12 Aug 2020 12:09:01 +0100 + +gtk+3.0 (3.24.21-1) experimental; urgency=medium + + * Team upload + * New upstream release + - Fix ability to use BSD-3-clause, Apache 2.0 and MPL 2.0 in + GtkAboutDialog (Closes: #960303) + * Add patch to fix FTBFS with newer GLib versions (Closes: #964679) + + -- Simon McVittie Wed, 05 Aug 2020 15:33:48 +0100 + +gtk+3.0 (3.24.20-1) unstable; urgency=medium + + * Upload to unstable + + [ Simon McVittie ] + * New upstream release + * Depend on librsvg2-common for tests. + The unit tests expect that gdk-pixbuf can load SVG files. This is + provided by librsvg2-common, which used to be pulled in by + adwaita-icon-theme. (Closes: #959390) + + -- Sebastien Bacher Fri, 08 May 2020 16:32:53 +0200 + +gtk+3.0 (3.24.18-1) unstable; urgency=medium + + * Team upload + * New upstream release + - Fix remaining XInclude failure in documentation (Closes: #672369) + * d/copyright: Update + * d/patches: Drop patches that came from upstream + + -- Simon McVittie Fri, 10 Apr 2020 15:47:07 +0100 + +gtk+3.0 (3.24.17-3) unstable; urgency=medium + + * Team upload + * Update to upstream gtk-3-24 branch, commit 3.24.17-22-g99bae0fb5f + (effectively a release-candidate for 3.24.18) + - Fix even more Wayland window-sizing regressions + (Closes: #955820, we hope) + * d/p/wayland-don-t-call-gdk_wayland_window_configure-without-v.patch: + Drop patch, superseded by other upstream fixes. + + -- Simon McVittie Tue, 07 Apr 2020 13:54:03 +0100 + +gtk+3.0 (3.24.17-2) unstable; urgency=medium + + * Team upload + * d/p/Do-not-require-an-initial-configure-for-custom-Wayland-su.patch, + d/p/Do-not-require-an-initial-configure-for-DnD-windows.patch: + Apply patches from upstream gtk-3-24 branch to fix some Wayland + window-sizing regressions (partially resolves: #955820) + * d/p/wayland-don-t-call-gdk_wayland_window_configure-without-v.patch: + Apply a patch proposed upstream to fix additional Wayland window-sizing + regressions (hopefully resolves the rest of #955820) + + -- Simon McVittie Sun, 05 Apr 2020 20:17:59 +0100 + +gtk+3.0 (3.24.17-1) unstable; urgency=medium + + * Team upload + * New upstream release + - Fix some regressions in 3.24.16 + - When using the "simple" input method context, load the same compose + sequences for Wayland as for X11 (in order of preference: + $XDG_CONFIG_HOME/gtk-3.0/Compose, ~/.XCompose, or a language-specific + system-wide compose file for el_GR, fi_FI or pt_BR) + * d/p/supp-Use-a-single-suppressions-file-for-lib-lib64-and-mul.patch: + Drop, applied upstream + + -- Simon McVittie Fri, 03 Apr 2020 19:00:28 +0100 + +gtk+3.0 (3.24.16-1) unstable; urgency=medium + + * Team upload + * New upstream release + * Drop patches that came from upstream + * d/p/supp-Use-a-single-suppressions-file-for-lib-lib64-and-mul.patch: + Add patch to make valgrind suppressions match Debian libraries + * Update forwarding status for some patches that were sent upstream + * d/p/Don-t-test-default-constructed-GdkPixbuf-properties.patch: + Drop patch. Build-depend on gdk-pixbuf 2.40 instead of working around + a bug in older versions. + * d/rules: Mark some reftests as allowed to fail. + These reftests are sensitive to the build environment (exact versions + of Pango, fonts etc.) and are disabled in upstream's CI. + (Closes: #954584) + * d/p/updateiconcache-Sort-list-of-entries.patch: + Backport patch from GTK 4 to make the icon cache reproducible + (Closes: #953105) + * d/p/build-Generate-gdk.gresource.xml-in-sorted-order.patch: + Sort GDK resources to improve reproducibility. + The combination of this and fixing #953105 should hopefully make the + package reliably reproducible. + * d/README.source: Write down how to inspect reftest failures + + -- Simon McVittie Thu, 02 Apr 2020 13:15:25 +0100 + +gtk+3.0 (3.24.14-1) unstable; urgency=medium + + * Team upload + * New upstream release + - Update Wayland dependency version + * d/patches: Apply upstream bug fixes from gtk-3-24 branch up to + 3.24.14-20-g4c027d458b + * d/tests/build: Use correct compiler for proposed autopkgtest + cross-architecture testing support, based on a patch for clutter-1.0 + by Steve Langasek + * d/tests/build: Fix shellcheck warnings + * d/tests/build: Remove trailing whitespace + * d/tests/build: Show commands before they are executed + * d/tests/build: Fail if using an undefined variable ("unofficial strict + mode") + * d/upstream/metadata: Add upstream URLs + * Standards-Version: 4.5.0 (no changes required) + + -- Simon McVittie Sat, 29 Feb 2020 20:34:56 +0000 + +gtk+3.0 (3.24.13-1) unstable; urgency=medium + + [ Simon McVittie ] + * Move gtk-encode-symbolic-svg from gtk-3-examples to libgtk-3-bin. + It's more of a development tool than an example. + + [ Iain Lane ] + * New upstream release + + listbox: Fix header row reuse + + wayland: Fix handling of tablets + + theme: + - Adwaita: Fix menu rounding + - Adwaita: Various improvements for the Emoji chooser + - Adwaita: Refresh check and radio buttons + - HighContrast: Fix entry colors + + input: + - Properly handle bubbling of scroll events + - Handle modifier key events properly + - Run key controllers in the bubble phase + - Do not use VIQR for Vietnamese by default + + statusicons: Render sharply on hi-dpi + + wayland: Fix handling of selection ownership + + broadway: Fix (lack of) clipboard handling + * Rebase patches + - Drop 022_disable-viqr-im-for-vi-locale.patch, upstream + + -- Iain Lane Thu, 28 Nov 2019 14:09:42 +0000 + +gtk+3.0 (3.24.12-1) unstable; urgency=medium + + * New upstream release + + -- Jeremy Bicha Sat, 05 Oct 2019 09:49:40 -0400 + +gtk+3.0 (3.24.11-1) unstable; urgency=medium + + [ Simon McVittie ] + * d/p/018_gdkenumtypes.c_location.patch: + Drop patch that was rejected upstream + * d/p/gdk-Generate-gdkenumtypes.-ch-in-the-builddir.patch: + Drop patch that partially reverted the one described above + * d/p/gdk-Don-t-distribute-generated-files-in-tarballs.patch, + d/p/gtk-Really-don-t-distribute-built-files.patch, + d/p/demos-examples-tests-Don-t-distribute-built-files.patch: + Replace patches above with an upstreamable version + * Use debhelper-compat 12 + - Don't explicitly use dh_makeshlibs -V, it is now the default + - Don't explicitly use --libexecdir=/usr/libexec, it is now the default + - Don't try to use dh_missing on debian/install/udeb if we didn't do + the udeb build + * API documentation: + - Install documentation in /usr/share/gtk-doc, with symlinks in /u/s/doc. + gtk-doc documentation is technically a functional interface + (Policy §12.3), because other packages can build-depend on it and + use it to fix cross-references. + - Install symlinks to gtk-doc in both /usr/share/doc/libgtk-3-doc + (traditional location) and /usr/share/doc/libgtk-3-dev ("main package" + for developer documentation, as recommended in Policy §12.3) + * Refer to GTK rather than GTK+ in packaging files. + The library was renamed in February 2019. + + [ Iain Lane ] + * New upstream release + + Adwaita: + - Add drop shadow to icons + - Small color fixes + - Make title buttons round + + Wayland: + - Support xdg-output v3 + - Fix clipboard ownership handling + + X11: Improve monitor metadata + + Build: Require GLib 2.57.2 + * d/control: Bump Build-Depends and -dev Depends according to configure.ac + - libglib2.0-dev → 2.57.4 + - wayland-protocols → 1.14 + * d/p/Fix-a-string-leak.patch, + d/p/docs-Add-gtk_file_chooser_add_choice-and-related-function.patch: Drop + patches which have been applied upstream + * debian/libgtk-3-0.symbols: Add gtk_header_bar_accessible_get_type + + -- Iain Lane Wed, 04 Sep 2019 17:32:22 +0100 + +gtk+3.0 (3.24.10-1) unstable; urgency=medium + + * Team upload + * Upload to unstable + * New upstream release + - Bump required CUPS version to 1.7 + - d/copyright: Update + - d/rules: Explicitly select Autotools build system. + Upstream now partially supports Meson, but it doesn't have all the + features we want yet (in particular no installed-tests). + * d/rules: Delete more generated files in clean to force them to be + regenerated + - d/p/gdk-Generate-gdkenumtypes.-ch-in-the-builddir.patch, + d/p/gdk-Don-t-distribute-generated-files-in-tarballs.patch: + Fix regeneration of some generated files + * d/tests/python3-gi: Don't fail if gir1.2-gtk-4.0 is installed + * d/p/Revert-Update-some-a11y-test-results.patch: + Drop patch, no longer needed (and indeed it now makes the tests fail) + * d/p/docs-Add-gtk_file_chooser_add_choice-and-related-function.patch, + d/p/Fix-a-string-leak.patch: + Add post-release fixes from upstream gtk-3-24 branch + * d/p/Disable-accessibility-dump-aka-a11ytests-test.patch: + Disable accessibility-dump test (aka a11ytests). + It works by comparing a dump of the a11y widget tree with a known-good + version, but that seems to vary unpredictably according to some unknown + factor. Upstream's CI currently disables all the a11y tests, so we can't + expect this to be reliable. + * Remove another generated file + * d/libgail-3-0.symbols: Add Build-Depends-Package + * d/libgail-3-doc.doc-base.gail-reference: Use /usr/share/doc paths + * Standards-Version: 4.4.0 (no changes required) + + -- Simon McVittie Wed, 17 Jul 2019 17:54:17 +0100 + +gtk+3.0 (3.24.8-1) experimental; urgency=medium + + * New upstream release + + Color editor: don't warn if editing is cancelled + + Always redraw on allocate - not doing so is not safe when any widget can + have a background + + Use GLSL 3.30 for shaders + + Wayland: properly place window menus + + GtkApplication: support session state changes in sandboxes, using the + inhibit portal + + Fix a problem with autostart notification + + Places: Show loop devices as reported by gvfs + + Print dialog, CUPS: Check unknown option values whether they are + actually custom settings (LP: #1763520) + * Refresh patches. debian/patches/018_gdkenumtypes.c_location.patch needed + slight rebasing + + -- Iain Lane Thu, 11 Apr 2019 11:08:50 +0100 + +gtk+3.0 (3.24.7-1) experimental; urgency=medium + + * New upstream release + + Broadway: Ensure focus on click + + Fix some compiler warnings + + Improve activation of the onscreen keyboard + + Improve menu positioning with move-to-rect + + Link against fribidi + + Treeview: Make sure separator nodes have height > 0 + + Use C locale when generating code + + theme + - Fix some inconsistences for radii + * control: BD and D (from libgtk-3-dev) on fribidi as required now + * Refresh patches & drop upstream ones. + debian/patches/Revert-Update-a11y-test-output.patch, + debian/patches/Update-css-node-tests.patch: Dropped, now upstream. + * control: BD on fonts-cantarell and fonts-dejavu. These are required for + the reftests. Liberation doesn't work (label-shadows fails). + * debian/libgtk-3-0.symbols: Update + + -- Iain Lane Wed, 13 Mar 2019 16:39:58 +0000 + +gtk+3.0 (3.24.5-1) unstable; urgency=medium + + * New upstream release + - Includes refreshed Adwaita and High Contrast themes + * Cherry-pick Update-css-node-tests.patch: + - Update test for GtkSwitch changes + + -- Jeremy Bicha Tue, 05 Feb 2019 12:02:24 -0500 + +gtk+3.0 (3.24.4-1) unstable; urgency=medium + + * New upstream release + + -- Jeremy Bicha Mon, 21 Jan 2019 12:00:53 -0500 + +gtk+3.0 (3.24.3-1) unstable; urgency=medium + + * New upstream release + * debian/libgtk-3-0.symbols: Add new symbol + * Add -Wl,-O1 -Wl,--as-needed to our LDFLAGS + * Enable all hardening flags + * Drop patches applied in new release: + - Revert-Fix-deprecation-warnings.patch + - x11-Fix-deprecation-macro-use.patch + * Add Revert-Update-a11-test-output.patch: + - Revert another late change that broke our build tests + + -- Jeremy Bicha Mon, 14 Jan 2019 14:03:05 -0500 + +gtk+3.0 (3.24.2-3) unstable; urgency=medium + + * Cherry-pick x11-Fix-deprecation-macro-use.patch: + - Fix deprecation macro use to fix crashes seen on Xfce + + -- Jeremy Bicha Thu, 13 Dec 2018 12:55:00 -0500 + +gtk+3.0 (3.24.2-2) unstable; urgency=medium + + * Add Revert-update-some-a11y-test-results.patch: + - Revert a late change that broke our build tests + * Use xvfb-run for build tests + + -- Jeremy Bicha Thu, 13 Dec 2018 08:41:15 -0500 + +gtk+3.0 (3.24.2-1) unstable; urgency=medium + + * New upstream release (LP: #1808233) + - Fix tooltip flickering regression in Xfce (Closes: #911148) (LP: #1798861) + * Drop patches applied in new release: + - wayland-Avoid-crashes-inside-wl_proxy_marshal.patch + - Force-emoji-presentation.patch + - emojichooser-Pass-chooser-to-add_emoji.patch + * Cherry-pick Revert-Fix-deprecation-warnings.patch: + - Fix typo that broke the build + * debian/libgtk-3-0.symbols: Add new symbol + + -- Jeremy Bicha Wed, 12 Dec 2018 23:19:44 -0500 + +gtk+3.0 (3.24.1-3) unstable; urgency=medium + + [ Simon McVittie ] + * d/p/wayland-Avoid-crashes-inside-wl_proxy_marshal.patch: + Add patch from upstream (via Ubuntu) to fix a segfault under Wayland + + [ Jeremy Bicha ] + * Stop using gnome-get-source + * Update debian/gbp.conf + * Cherry-pick Force-emoji-presentation.patch: + - Ensure that all emoji from the emoji chooser use emoji presentation + instead of the black-and-white text presentation (LP: #1807719) + * Cherry-pick emojichooser-Pass-chooser-to-add_emoji.patch: + - Fix variant selector in emoji chooser (LP: #1807721) + + -- Jeremy Bicha Mon, 10 Dec 2018 12:27:10 -0500 + +gtk+3.0 (3.24.1-2) unstable; urgency=medium + + * Team upload + * Upload to unstable + * d/libgtk-3-0.symbols: Mark gdk_wayland_window_announce_ssd() as + Linux-specific, since we do not enable Wayland on non-Linux. + This might fix FTBFS on kfreebsd-any. + * d/rules: Generate files from .in counterparts for every package, + not just the ones we are going to build. This avoids dh_missing + false positives for files that would have gone into packages not + included in the current build, for example libgtk-3-common during + an amd64-only build. + * d/tests: Also mark reftests as flaky due to a known failure: + symbolic-icon-translucent-color appears to have regressed and now + differs from the reference by 1 column of pixels + * Revert "Temporarily (B-)D on libgl1-mesa-dev and libegl1-mesa-dev" + now that libepoxy has been fixed + * d/p/reftest-known-fail.patch: Reinstate + * Make symbolic-icon-translucent-color.ui non-fatal during + build-time tests + + -- Simon McVittie Sun, 30 Sep 2018 16:45:24 +0100 + +gtk+3.0 (3.24.1-1) experimental; urgency=medium + + * Team upload + * New upstream release + - Bump GLib build-dependency to 2.53.4 as per configure.ac + - d/p/Revert-imwayland-clear-preedit-on-focus-out.patch: + Remove, rely on the upstream fix for #908120 instead + - d/p/GtkApplication-Fix-CRITICAL-on-shutdown-when-register_ses.patch, + d/p/Fix-portal-path-handling.patch: Remove, applied upstream + * Build installed-tests + - Install them in gtk-3-examples for now to avoid the NEW queue + * d/p/no-accessibility-dump.patch: Drop, no longer needed. + The build-time tests correctly set GTK_CSD=1 now. + * Stop marking some reftests as known failures. They now succeed on + all release architectures. + - d/p/reftest-known-fail.patch: Drop, no longer needed + * Run installed-tests as autopkgtests (Closes: #908440) + - Run a11ystate.test separately and mark it as flaky for now due to a + known failure: state/focus1.ui passes in a desktop session but fails + in a minimal autopkgtest VM + * Sort dependency lists (wrap-and-sort -a) + * d/gtk-3-examples.install: Sort file list (wrap-and-sort -a) + * Use the same Xvfb screen configuration as in the upstream GTK+ 4 + Gitlab-CI tests. This will hopefully make GLX work (see also #874077) + * Update d/gbp.conf from glib2.0 + * Temporarily (Build-)Depend on libgl1-mesa-dev and libegl1-mesa-dev to + work around #909173 in libepoxy + * d/rules: Make it clearer that we respect the nocheck option + * d/copyright: Fix some lintian warnings + * Upload to experimental for now, to avoid disrupting migration + + -- Simon McVittie Wed, 19 Sep 2018 23:35:29 +0100 + +gtk+3.0 (3.24.0-3) unstable; urgency=medium + + * Cherry-pick 3c7d5e7 to fix a critical on gtk_application_shutdown when not + using portals (Closes: #908070) + * Add Applied-Upstream to last cherry-pick + * Fix-portal-path-handling.patch: Cherry-pick from upstream. Fix an + incorrect dereference in the portal handling code. + + -- Iain Lane Tue, 11 Sep 2018 17:33:38 +0100 + +gtk+3.0 (3.24.0-2) unstable; urgency=medium + + * Team upload + * d/p/Revert-imwayland-clear-preedit-on-focus-out.patch: + Revert an upstream change that caused the cursor to disappear on + focus changes in vte terminals like gnome-terminal and lxterminal + under Wayland (Closes: #908120) + * debian/libgtk-3-0.symbols: gtk_color_picker_kwin_new() is new in + 3.24.0, not 3.24.3 which doesn't exist yet + * d/p/Don-t-test-default-constructed-GdkPixbuf-properties.patch: + Work around a gdk-pixbuf bug that caused test failures + (Closes: #908439) + * d/gbp.conf: Don't number patches + + -- Simon McVittie Mon, 10 Sep 2018 01:15:53 +0100 + +gtk+3.0 (3.24.0-1) unstable; urgency=medium + + [ Simon McVittie ] + * debian/libgtk-3-0.bug-control: + When bugs are reported against GTK+, include details of various + engines, modules and LD_PRELOADs if installed + * Don't install ChangeLog, which currently just says + "A git checkout and git-log is required to generate this file"; + even if it was complete, Policy 4.2.0 does not require detailed + changelogs to be installed. Please see NEWS for a summary of changes, + or the upstream git repository https://gitlab.gnome.org/GNOME/gtk + for a comprehensive change history. + + [ Iain Lane ] + * Revert "debian/{control{,.in},gbp.conf,watch}: Update for experimental" + This reverts commit 99b78e089c952661fcf3c4897769dd7a463c5cb7. + * New upstream stable release 3.24.0 + + GtkApplication can now track screensaver state + + Deprecate a few APIs that are gone in GTK+ 4: + - focus chains in GtkContainer + - stepper sensitivity in GtkRange + + Allow picking colors under kwin + * debian/control{,.in}: Bump Standards-Version to 4.2.1, no changes required + * debian/libgtk-3-0.symbols: Update for this release + + -- Iain Lane Tue, 04 Sep 2018 18:10:53 +0100 + +gtk+3.0 (3.23.2-1) experimental; urgency=medium + + [ Andrea Azzarone ] + * New upstream release + * debian/patches/0008-defaultvalue-Ignore-more-style-properties-that-Adwai.patch: + Drop, included in this release. + * debian/libgtk-3-0.symbols: New symbols for this release + + [ Iain Lane ] + * Stanrdards-Version → 4.2.0 - no changes required. + + -- Andrea Azzarone Thu, 09 Aug 2018 14:11:12 +0000 + +gtk+3.0 (3.23.1-1) experimental; urgency=medium + + * debian/{control{,.in},gbp.conf,watch}: Update for experimental + * New upstream development releases (!!!) 3.23.0 & 3.23.1: + + New font chooser features: + - Allow setting OpenType font features + - Show examples for OpenType font features + - Allow selecting OpenType font variations + - Support levels of details for selection + + New Emoji features: + - Support a completion popup for Emoji + - Drop Ctrl-Shift-e shortcut + + Other new apis: + - gdk_window_move_to_rect + + Backported event controllers from GTK+ 4: + - GtkEventControllerScroll + - GtkEventControllerMotion + - GtkEventControllerKey + - GtkGestureStylus + + Support markup in GtkModelButtons + + Themes + - The Raleigh theme has been removed + - Expander size in HighContrast has been increased + + Wayland + - Update cursor scale when needed + - Decoration negotiation protocol fixes + * debian/patches/m4macros-Set-a-serial-number.patch: Drop, included in this + release. + * debian/control{,.in}: Bump libepoxy (1.4) and pango (1.41.0) per upstream. + * debian/patches/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch: + Drop - GTK now calls epoxy_has_glx() directly so this bypassed approach + isn't necessary. + * debian/libgail-3-0.symbols: New symbols from both releases. + * debian/patches/0008-defaultvalue-Ignore-more-style-properties-that-Adwai.patch: + Cherry-pick test fix patch from upstream !253. + + -- Iain Lane Thu, 19 Jul 2018 17:55:42 +0100 + +gtk+3.0 (3.22.30-2) unstable; urgency=medium + + * Team upload + + [ Jeremy Bicha ] + * Bump minimum wayland-protocols to 1.12 + + [ Simon McVittie ] + * d/p/m4macros-Set-a-serial-number.patch: + Add patch from upstream to give gtk-3.0.m4 a serial number so that + it will override older copies bundled with other packages, typically + in the m4 directory (GTK+ 3 version of #895018) + + -- Simon McVittie Wed, 27 Jun 2018 09:55:28 +0100 + +gtk+3.0 (3.22.30-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * New upstream release + * Drop patches applied in new release (numbered 0009-0016) + + [ Simon McVittie ] + * d/p/022_disable-viqr-im-for-vi-locale.patch: + Add reference to Ubuntu bug 191451, summarize the reason why this + is applied, and correctly attribute the patch to Ming Hua + (see #895043) + + -- Jeremy Bicha Mon, 16 Apr 2018 19:55:32 -0400 + +gtk+3.0 (3.22.29-3) unstable; urgency=medium + + * Team upload + * Allow stderr in autopkgtests. They produce harmless diagnostics. + * d/p/0013-wayland-Drop-cairo-surfaces-when-withdrawing.patch: + Add patch from upstream fixing a Wayland client crash if it unmaps + a window while gdk is processing updates + * d/p/0014-AM_PATH_GTK_3_0-Use-AC_PATH_TOOL-to-find-pkg-config.patch, + d/p/0015-m4macros-Fix-underquoting-in-AC_PATH_TOOL.patch: + Use AC_PATH_TOOL to find pkg-config in the deprecated AM_PATH_GTK_3_0 + macro (Closes: #894069) + * d/p/0016-imwayland-destroy-objects-only-if-it-matches-our-man.patch: + Add patch proposed upstream to fix crashes on screen blank in some + dual-monitor configurations (Closes: #894388) + + -- Simon McVittie Tue, 03 Apr 2018 08:41:09 +0100 + +gtk+3.0 (3.22.29-2) unstable; urgency=medium + + * Team upload + * Refresh patch series through gbp-pq + - Harvest date and authorship information from debian/changelog + * Add more upstream status information to the patch series + * d/p/0009-gtkimmodule-make-match_backend-query-the-wayland-reg.patch, + d/p/0010-imwayland-Avoid-TOGGLE_INPUT_PANEL-requests-if-there.patch: + Add patches from upstream fixing Wayland client crashes under + unspecified circumstances (Closes: #893696) + * d/p/0011-gtkstylecontext-guard-against-gtk_css_widget_node_ge.patch: + Add patch from upstream fixing a NULL dereference + * d/p/0012-widget-Only-print-allocation-warnings-with-enable-de.patch: + Add patch from upstream silencing allocation warnings for stable + branches (if there is ever a GTK+ 3.23 then these warnings would + come back until 3.24). (Closes: #867427) + + -- Simon McVittie Thu, 22 Mar 2018 10:15:24 +0000 + +gtk+3.0 (3.22.29-1) unstable; urgency=medium + + * New upstream release + - Reverts confusing single-click open behavior in file chooser + (Closes: #824606) + * debian/libgtk-3-0.symbols: Add new symbols + + -- Jeremy Bicha Thu, 15 Mar 2018 07:42:30 -0400 + +gtk+3.0 (3.22.28-1) unstable; urgency=medium + + * New upstream release (LP: #1698270) (LP: #1714518) + * Update Vcs fields for conversion to git + * Add debian/gbp.conf + * Bump Standards-Version to 4.1.3 + * Update Vcs fields for migration to https://salsa.debian.org/ + * Drop git_text-view-support-emoji-chooser.patch: Applied in new release + + -- Jeremy Bicha Thu, 15 Feb 2018 05:23:44 -0500 + +gtk+3.0 (3.22.26-2) unstable; urgency=medium + + [ Simon McVittie ] + * Set Rules-Requires-Root to no + * Add a Lintian override to silence warnings about the non-standard + name of libgail-3-0, which should really have been libgailutil-3-0 + but isn't going to be changed now + + [ Jeremy Bicha ] + * Add git_text-view-support-emoji-chooser.patch: + - Offer right-click "Insert Emoji" menu item for GtkTextView too + + -- Jeremy Bicha Tue, 28 Nov 2017 17:16:13 -0500 + +gtk+3.0 (3.22.26-1) unstable; urgency=medium + + [ Simon McVittie ] + * Move examples, udebs from Priority: extra to optional + + [ Michael Biebl ] + * New upstream release + * Rebase patches + * Update symbols file for libgtk-3-0 + * Bump Standards-Version to 4.1.1 + * Drop no longer needed Breaks/Replaces + * Add (versioned) Provides to gir1.2-gtk-3.0 to follow the latest changes in + the GObject introspection policy wrt bundled typelibs. + + -- Michael Biebl Mon, 13 Nov 2017 00:54:47 +0100 + +gtk+3.0 (3.22.25-1) unstable; urgency=medium + + * Team upload + * New upstream release + - Fix tiling behaviour with Mutter/Shell 3.26 (Closes: #879566) + - Update symbols file + - d/p/0001-Adwaita-Fix-typo-.backgrounf-.background.patch, + d/p/0002-theme-Fix-Adwaita-headerbars.patch, + d/p/0003-display-x11-Unset-tiled-state-if-_GTK_EDGE_CONSTRAIN.patch: + Drop patches, applied upstream + - d/p/gdk-wayland-protocol-server-decoration.patch: + Add server-decoration.xml from upstream git. It is missing from the + tarball release. + + -- Simon McVittie Sun, 29 Oct 2017 17:21:51 +0000 + +gtk+3.0 (3.22.24-3) unstable; urgency=medium + + [ Jeremy Bicha ] + * Drop 0004_fix-gtkentry-wayland-regression.patch: + - Reverted upstream since it caused a totem regression. Epiphany + issue was fixed in mutter instead. + + [ Michael Biebl ] + * Force update of GResource files so the changes to the CSS files from + 0002-theme-Fix-Adwaita-headerbars.patch are actually applied. + + -- Michael Biebl Sun, 22 Oct 2017 13:22:16 +0200 + +gtk+3.0 (3.22.24-2) unstable; urgency=medium + + [ Jeremy Bicha ] + * Add 0004_fix-gtkentry-wayland-regression.patch: + - Cherry-pick fix for lag with Epiphany's address bar (Closes: #875826) + + [ Michael Biebl ] + * Switch from XC-Package-Type to Package-Type which is an official field + name since dpkg-dev 1.15.7. + + -- Jeremy Bicha Mon, 16 Oct 2017 08:26:07 -0400 + +gtk+3.0 (3.22.24-1) unstable; urgency=low + + * New upstream release (LP: #1712011, #1719047) + * Cherry-pick fixes committed after the 3.22.24 release: + - 0001-Adwaita-Fix-typo-.backgrounf-.background.patch + - 0002-theme-Fix-Adwaita-headerbars.patch + - 0003-display-x11-Unset-tiled-state-if-_GTK_EDGE_CONSTRAIN.patch + + -- Jeremy Bicha Wed, 04 Oct 2017 19:07:15 -0400 + +gtk+3.0 (3.22.22-1) unstable; urgency=medium + + * New upstream release. + * debian/copyright: Mark Scheme Widget Library as SWL rather than 'other'. + + -- Emilio Pozuelo Monfort Tue, 03 Oct 2017 20:02:52 +0200 + +gtk+3.0 (3.22.21-1) unstable; urgency=medium + + * New upstream release. + * Bump to debhelper compat 10. + + Drop dh-autoreconf and autotools-dev build-deps, no longer needed as + debhelper guarantees them now. + * Switch from CDBS to dh. + Only regression is that we don't run --fail-missing on arch:all builds. + * Don't build the docs when not building the -doc packages. Saves some + time on arch-only builds. + * Skip the udeb build when not building the -udeb package. Saves a lot + of time on the arch:all builds. + + -- Emilio Pozuelo Monfort Tue, 12 Sep 2017 00:38:15 +0200 + +gtk+3.0 (3.22.20-1) unstable; urgency=medium + + * New upstream release. + * debian/patches/fix-gtk-menu-sliders.patch: + + Removed, applied upstream. + * Bump Standards-Version to 4.1.0; no changes needed. + + -- Emilio Pozuelo Monfort Sat, 09 Sep 2017 15:11:12 +0200 + +gtk+3.0 (3.22.19-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * New upstream release + * debian/libgtk-3-common.install.in: + Install EmojiChooser gsettings schemas + * Add fix-gtk-menu-sliders.patch: + - Cherry-pick patch to fix regression with clicking on sliders in menus, + such as with Unity's sound indicator (LP: #1712701) (Closes: #872687) + + [ Ken VanDine ] + * debian/control.in: + - Bump libpango1.0-dev Build-Depends to >= 1.40.5 for colornames test + + -- Jeremy Bicha Mon, 28 Aug 2017 20:39:28 -0400 + +gtk+3.0 (3.22.18-1) unstable; urgency=medium + + * Hi from Debconf + * New upstream release! + + Support entering emoji by name, using Ctrl-Shift-E (note there is a + whitelist for this currently - see GtkImContext docs) + + Wayland: + - Add support for the shortcut inhibitor protocol + - Support Wacome tablet wheel scrolling + * debian/control{,.in}: Bump wayland-protocols to 1.9, per upstream. + + -- Iain Lane Thu, 10 Aug 2017 16:34:47 +0100 + +gtk+3.0 (3.22.17-1) unstable; urgency=medium + + * New upstream release. + + -- Emilio Pozuelo Monfort Wed, 26 Jul 2017 18:59:22 +0200 + +gtk+3.0 (3.22.16-1) unstable; urgency=medium + + * New upstream release. + + -- Emilio Pozuelo Monfort Thu, 22 Jun 2017 20:24:11 +0200 + +gtk+3.0 (3.22.12-1) unstable; urgency=medium + + * New upstream release. + + -- Andreas Henriksson Thu, 13 Apr 2017 06:41:09 +0200 + +gtk+3.0 (3.22.11-1) unstable; urgency=medium + + * New upstream release. + * Drop patches which have been merged upstream. + + -- Michael Biebl Fri, 24 Mar 2017 02:27:48 +0100 + +gtk+3.0 (3.22.9-4) unstable; urgency=medium + + * Force update of GResource files so the changes to the CSS files are + actually applied. + + -- Michael Biebl Tue, 14 Mar 2017 01:38:30 +0100 + +gtk+3.0 (3.22.9-3) unstable; urgency=medium + + * Revert move of .flat from frame > border to frame as it broke existing + themes which relied on that behaviour. + + -- Michael Biebl Sun, 05 Mar 2017 21:40:15 +0100 + +gtk+3.0 (3.22.9-2) unstable; urgency=medium + + * Team upload + * d/p/wayland-make-sure-to-clear-up-the-number-of-keys.patch: + Add patch from upstream fixing unintended key repeats on Wayland + (Closes: #856478) + + -- Simon McVittie Wed, 01 Mar 2017 15:50:14 +0000 + +gtk+3.0 (3.22.9-1) unstable; urgency=medium + + * New upstream release. + * Drop debian/patches/032_mips_treeview_row_separator_height.patch, no + longer needed. + + -- Michael Biebl Tue, 28 Feb 2017 18:48:39 +0100 + +gtk+3.0 (3.22.8-1) unstable; urgency=medium + + * New upstream release. + * Stop patching gtk-doc.make and instead run gtkdocize via the upstream + provided autogen.sh on autoreconf. The gtk-doc-tools version in Debian has + been fixed to properly handle the installation of HTML images for + out-of-tree builds. + + -- Michael Biebl Wed, 15 Feb 2017 12:17:29 +0100 + +gtk+3.0 (3.22.7-2) unstable; urgency=medium + + * Team upload + * d/p/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch: + add proposed patch from upstream Bugzilla to let GDK X11 + initialization complete successfully when libGL.so.1 is not + available (Closes: #847366) + * Override Lintian error source-is-missing for + debian/missing-sources/zlib.js-0.1.6/deps.js. It is a generated + file, but the script to generate it is also present. + + -- Simon McVittie Sat, 21 Jan 2017 15:38:15 +0000 + +gtk+3.0 (3.22.7-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Tue, 17 Jan 2017 19:09:05 +0100 + +gtk+3.0 (3.22.6-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * Update debian/watch to only look for GTK+ 3.22 releases + + [ Emilio Pozuelo Monfort ] + * New upstream release. + * debian/libgtk-3-0.symbols: add new symbol. + + -- Michael Biebl Mon, 09 Jan 2017 15:55:17 +0100 + +gtk+3.0 (3.22.5-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Sat, 10 Dec 2016 17:00:03 +0100 + +gtk+3.0 (3.22.4-1) unstable; urgency=medium + + * New upstream release. + * Drop d/p/cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch + - now included in upstream release. + * Update debian/libgtk-3-0.symbols with one addition. + + -- Andreas Henriksson Sun, 20 Nov 2016 19:22:12 +0100 + +gtk+3.0 (3.22.3-2) unstable; urgency=medium + + * d/p/cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch + - Added. Improve the rendering of shadow around GTK windows, this turns out + to be a big performance improvement for HiDPI on wayland (From upstream + git, bgo#772075) + + -- Sjoerd Simons Thu, 10 Nov 2016 22:58:59 +0100 + +gtk+3.0 (3.22.3-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Tue, 08 Nov 2016 17:32:27 +0100 + +gtk+3.0 (3.22.2-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Tue, 25 Oct 2016 00:10:32 +0200 + +gtk+3.0 (3.22.1-1) unstable; urgency=medium + + * New upstream release. + * Drop d/p/wayland-Avoid-negative-size-constraints.patch and + d/p/wayland-always-sync-state-after-a-frame-is-painted.patch, merged + upstream. + * Bump Build-Depends on libxrandr-dev to (>= 2:1.5.0). This means we can + drop d/p/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch. + Upstream has already applied a similar patch for the Xrandr 1.5 code path + and we no longer need the workaround for Xrandr 1.3. + * Update Build-Depends as per configure.ac: + - Add libfontconfig1-dev. + - Drop libxt-dev, libxft-dev, libxrender-dev and x11proto-xext-dev. + - Drop Debian specific versions for various libx*-dev packages. Those + versions were a long time ago for gtk+2.0 when the udeb was switched + from DirectFB to Xlib. + * Update Depends of libgtk-3-dev to match the dependencies declared in the + pkg-config .pc files. + + -- Michael Biebl Sat, 01 Oct 2016 15:36:03 +0200 + +gtk+3.0 (3.22.0-2) unstable; urgency=medium + + * d/p/wayland-Avoid-negative-size-constraints.patch + - Added. Resolve unexpected order of size-allocation signals, fixes issues + with placing clutter-gtk widgets on wayland. + (From upstream git, bgo#771915) + * d/p/wayland-always-sync-state-after-a-frame-is-painted.patch + - Added. Always sync the state after a frame paint. Avoids things getting + out of sync when painting using GL as e.g. epiphany does these days. + (From upstream git, bgo#771553) + + -- Sjoerd Simons Fri, 30 Sep 2016 14:36:52 +0200 + +gtk+3.0 (3.22.0-1) unstable; urgency=medium + + * New upstream release. + * Drop dbg packages now that we have automatic dbgsym packages. + * Bump debhelper compat level to 9. + + -- Michael Biebl Tue, 20 Sep 2016 20:48:18 +0200 + +gtk+3.0 (3.21.6-1) unstable; urgency=medium + + [ Andreas Henriksson ] + * New upstream development release. + * Update (build-)dependencies according to configure.ac changes: + - bump wayland-protocols to >= 1.7 + * Update debian/libgtk-3-0.symbols with a few scrolled_window additions. + + [ Michael Biebl ] + * Refresh patches. + + -- Andreas Henriksson Wed, 14 Sep 2016 10:35:59 +0200 + +gtk+3.0 (3.21.5-3) unstable; urgency=medium + + * Mark two more reftests as known_fail and make test-suite failures fatal + again. + + -- Michael Biebl Wed, 31 Aug 2016 23:41:32 +0200 + +gtk+3.0 (3.21.5-2) unstable; urgency=medium + + * Mark the gdk_wayland_* symbols as linux-any. + * Drop workaround for cdbs bug which has been fixed in the mean time. + * Change Build-Depends on dbus-x11 to dbus. The use of dbus-launch has been + removed upstream so having only dbus installed is sufficient to run the + test-suite. (Closes: #835891) + * Add dbus to autopkgtest dependencies to ensure machine-id is properly + setup. + + -- Michael Biebl Wed, 31 Aug 2016 18:48:24 +0200 + +gtk+3.0 (3.21.5-1) unstable; urgency=low + + [ Simon McVittie ] + * Merge packaging changes from 3.20.9-1 in unstable + + [ Andreas Henriksson ] + * New upstream release. + * Update build-dependencies according to configure.ac changes: + - bump libglib2.0-dev to >= 2.49.4 + - bump wayland-protocols to >= 1.6 + * Fix debian/patches/no-accessibility-dump.patch to apply again. + * Drop d/p/Don-t-apply-GDK_HINT_RESIZE_INC-to-GDK_WINDOW_STATE_.patch + - now included in upstream release. + * Update debian/libgtk-3-0.symbols with several additions and one missing: + - gdk_wayland_display_get_xdg_shell unused outside of gtk+. + + -- Andreas Henriksson Tue, 30 Aug 2016 18:13:45 +0200 + +gtk+3.0 (3.20.9-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * Team upload + * New upstream release + * debian/control.in: + - Drop unnecessary version number from dependency on adwaita-icon-theme + * debian/patches/0001-Revert-Improve-external-drives-detection.patch: + - Dropped, applied in new version + + [ Simon McVittie ] + * Another new upstream release + * Explicitly build-depend on docbook-xsl, libxml2-utils and xsltproc + to be able to generate man pages from their source code. Move docbook-xml + to Build-Depends since the man pages are in an Architecture: any package. + * Drop Build-Depends-Indep on docbook-utils, the old SGML toolchain, + which is currently uninstallable (#834616) and does not appear to be + needed for anything + + -- Simon McVittie Thu, 18 Aug 2016 10:47:10 +0100 + +gtk+3.0 (3.20.7-1) unstable; urgency=medium + + [ Laurent Bigonville ] + * debian/control.in: Add hicolor-icon-theme as a hard dependency, the + package is small and only provides the directory structure of the theme. + * debian/control.in: Move adwaita-icon-theme dependency to the main package. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + * debian/patches/0001-Revert-Improve-external-drives-detection.patch: + + Revert upstream change that requires unstable glib 2.49.1. + + -- Emilio Pozuelo Monfort Thu, 04 Aug 2016 19:07:21 +0200 + +gtk+3.0 (3.21.4-1) experimental; urgency=medium + + * New upstream release. + * debian/control.in: + + Build depend on xauth, needed for xvfb-run. + + Drop build-dependency on gettext and update the version requirements + for wayland-protocols and glib. + * debian/patches/wayland-add-extended-state-for-tiled.patch: + + Dropped, included upstream. + * d/p/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch: + + New patch. Fix division by zero when running under Xvfb. + * debian/libgtk-3-0.symbols: + + Add new symbols. + * debian/rules: + + Don't abort on test suite failures for now. Too many new failures due + to deprecation warnings. + * Upload to experimental. + + -- Emilio Pozuelo Monfort Wed, 20 Jul 2016 23:33:22 +0200 + +gtk+3.0 (3.20.6-2) unstable; urgency=medium + + * Team upload + + [ Laurent Bigonville ] + * Drop patches/015_default-fallback-icon-theme.patch: The default icon theme + is already defined as Adwaita, not need to also define the fallback theme. + + [ Simon McVittie ] + * d/rules: reset XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME so that + they are based on the temporary HOME + * Backport patch from upstream to mark tiled Mutter/Shell windows + as GDK_WINDOW_STATE_TILED under Wayland (with mutter >= 3.20.2-2) + * Add my patch from upstream bug 755947 to disable character-cell-based + size contraints for TILED windows, so that gnome-terminal can snap to + half the screen under Wayland + + -- Simon McVittie Sat, 25 Jun 2016 00:19:51 +0100 + +gtk+3.0 (3.20.6-1) unstable; urgency=medium + + * New upstream release. + * Drop revert-scrolledwindow-Remove-child-before-destroying.patch, merged + upstream. + * Re-enable test-suite. + + -- Michael Biebl Tue, 31 May 2016 21:33:34 +0200 + +gtk+3.0 (3.20.5-4) unstable; urgency=medium + + * Work around a bug in cdbs which causes the package to FTBFS; see #825135 + for further details. + + -- Michael Biebl Thu, 26 May 2016 08:08:16 +0200 + +gtk+3.0 (3.20.5-3) unstable; urgency=medium + + * Make it simpler to bootstrap the package by marking the build dependencies + which are required to run the test-suite with . + (Closes: #747392) + * Bump Build-Depends on debhelper to (>= 9.20141010) and dpkg-dev to + (>= 1.17.14) for build dependency restrictions support. + * Temporarily disable the test suite (and its build-dependencies) to allow + building the new gtk-update-icon-cache package. Our buildds don't support + build profiles yet, so we'll have to bootstrap manually for now. + + -- Michael Biebl Mon, 23 May 2016 01:01:27 +0200 + +gtk+3.0 (3.20.5-2) unstable; urgency=medium + + * Split gtk-update-icon-cache utility out of libgtk-3-bin into a separate + package called gtk-update-icon-cache to break a dependency cycle with + adwaita-icon-theme when building the package. (Closes: #824999) + As the gtk-update-icon-cache binary doesn't actually have any libgtk-3-0 + dependency, there is no longer a reason to ship a gtk2 and gtk3 variant. + So from now on we will only ship one implementation built from src:gtk+3.0 + and drop the Debian specific -3.0 suffix. To simplify the transition make + libgtk-3-bin depend on gtk-update-icon-cache. Once all theme packages have + been updated, this dependency can be dropped. + * Cherry-pick patch from upstream Git which reverts a commit that was + causing crashes in the filechooser in some applications. + + -- Michael Biebl Sun, 22 May 2016 08:52:19 +0200 + +gtk+3.0 (3.20.5-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * Bump Standards-Version to 3.9.8. + + -- Michael Biebl Sat, 21 May 2016 00:11:13 +0200 + +gtk+3.0 (3.20.4-1) unstable; urgency=medium + + * New upstream release. + + -- Andreas Henriksson Tue, 10 May 2016 14:29:37 +0200 + +gtk+3.0 (3.20.3-2) unstable; urgency=medium + + * Restore debian/patches/reftest-known-fail.patch so we can mark known + failing tests as non-fatal. + * Drop debian/patches/disable-flaky-textview-margins-reftest.patch and tag + textview-margins.ui as known-fail. + * Mark button-wrapping.ui reftest as known-fail, it currently fails on + mips(64)el and prevents testing migration and important fixes in other + packages reaching testing. + + -- Michael Biebl Mon, 02 May 2016 01:18:04 +0200 + +gtk+3.0 (3.20.3-1) unstable; urgency=medium + + * New upstream release. + * Drop debian/patches/git_window-Remove-suspicious-branch.patch, merged + upstream and refresh the remaining patches. + * Upload to unstable. + + -- Michael Biebl Sat, 16 Apr 2016 21:13:07 +0200 + +gtk+3.0 (3.20.2-1) experimental; urgency=medium + + * New upstream release. + * Drop debian/patches/git_fix_emacs.patch, included in release. + * Add debian/patches/git_window-Remove-suspicious-branch.patch + - from upstream git, reverts a revert in 3.20.2 that causes the + testsuite to fail. Emacs users watch out! + + -- Andreas Henriksson Mon, 11 Apr 2016 12:53:17 +0200 + +gtk+3.0 (3.20.1-2) experimental; urgency=medium + + * Add debian/patches/disable-flaky-textview-margins-reftest.patch + + -- Andreas Henriksson Wed, 30 Mar 2016 14:02:10 +0200 + +gtk+3.0 (3.20.1-1) experimental; urgency=medium + + * New upstream release. + * Drop debian/patches/git_a11y_GTK_CSD_distcheck.patch, included in release. + * Add debian/patches/git_fix_emacs.patch, cherry-picked from upstream git. + Thanks to Matteo F. Vescovi for verifying the commit fixed the emacs + problem. + + -- Andreas Henriksson Wed, 30 Mar 2016 11:08:26 +0200 + +gtk+3.0 (3.20.0-1) experimental; urgency=medium + + * New upstream release. + * Make testsuite fatal again. + * Add debian/patches/git_a11y_GTK_CSD_distcheck.patch + - cherry-pick commit from upstream to use client-side decorations + for a11y tests when running under distcheck. + * Drop debian/patches/reftest-known-fail.patch + * Stop tagging reftests as known fail since they should be fixed now: + - style-properties-nth-child.ui + - label-text-shadow-changes-modify-clip.ui + * Add debian/patches/no-accessibility-dump.patch + - skip this test until someone figures out how to reliably run it + always with CSD enabled, to match testsuite expected data. + + -- Andreas Henriksson Wed, 23 Mar 2016 14:10:27 +0100 + +gtk+3.0 (3.19.12-1) experimental; urgency=medium + + * New upstream development release+snapshot. + * Update (build-)dependencies according to configure.ac changes: + - add wayland-protocols (>= 1.1) + - bump libwayland-dev to 1.9.91 + - add libharfbuzz-dev (>= 0.9), libpango1.0-dev + * Temporarily make testsuite non-fatal while investigating. + * libgtk-3-bin.install: + - ship new gtk-query-settings tool. + - ship gtk-builder gettext (its) files. + - run wrap-and-sort on this file while at it. + * Update debian/libgtk-3-0.symbols with new additions. + - also drops an internal unused wayland-related drag and drop symbol. + + -- Andreas Henriksson Tue, 15 Mar 2016 11:34:25 +0100 + +gtk+3.0 (3.18.9-1) unstable; urgency=medium + + [ Michael Biebl ] + * New upstream release. + * Bump Standards-Version to 3.9.7. + + [ Uwe Kleine-König ] + * Remove debian/{build,install} in clean target. (Closes: #792736) + + -- Michael Biebl Sat, 12 Mar 2016 21:29:26 +0100 + +gtk+3.0 (3.18.8-1) unstable; urgency=medium + + * New upstream stable release 3.18.8 + + -- Iain Lane Wed, 24 Feb 2016 17:55:46 +0000 + +gtk+3.0 (3.18.7-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Tue, 02 Feb 2016 19:12:28 +0100 + +gtk+3.0 (3.18.6-1) unstable; urgency=medium + + * New upstream release. + * Refresh debian/patches/071_fix-installation-of-HTML-images.patch. + + -- Michael Biebl Tue, 08 Dec 2015 15:11:24 +0100 + +gtk+3.0 (3.18.5-1) unstable; urgency=medium + + * New upstream stable release 3.18.5 + + GtkFileChooser: + - Make sure external drives show up either in the sidebar or the places + view + - Ignore double-click events + + Avoid some crashes in CSS parsing error handling + + -- Iain Lane Tue, 17 Nov 2015 14:10:09 +0000 + +gtk+3.0 (3.18.4-1) unstable; urgency=medium + + * New upstream stable release 3.18.4 + + Revert a GtkTextBuffer change that broke binding API + - Remove downstream cherry-picks for this change. + + Properly refresh styles when widget names change + + -- Iain Lane Fri, 13 Nov 2015 13:19:47 +0000 + +gtk+3.0 (3.18.3-3) unstable; urgency=medium + + * Revert "textbuffer: nicer get_iter functions" and related commits since + this broke the bindings API. (Closes: #804798) + + -- Michael Biebl Thu, 12 Nov 2015 18:50:55 +0100 + +gtk+3.0 (3.18.3-2) unstable; urgency=medium + + * The placesview API was not supposed to be public, so those symbols were + removed. Update the libgtk-3-0.symbols file accordingly. + + -- Michael Biebl Wed, 11 Nov 2015 02:39:56 +0100 + +gtk+3.0 (3.18.3-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * Drop Recommends on hicolor-icon-theme from libgtk-3-0 as libgtk-3-common + already has a Depends on adwaita-icon-theme. + + -- Michael Biebl Wed, 11 Nov 2015 01:41:11 +0100 + +gtk+3.0 (3.18.2-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + + -- Michael Biebl Tue, 13 Oct 2015 23:07:49 +0200 + +gtk+3.0 (3.18.1-2) unstable; urgency=medium + + * Add debian/patches/git_stylecontext-make-sure-valid.patch + - patch from upstream git to fix crash with some themes (Closes: #800911) + + -- Andreas Henriksson Sun, 11 Oct 2015 01:21:46 +0200 + +gtk+3.0 (3.18.1-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * Drop debian/patches/git_bitmask-dont-hardcode-64bit-size.patch, merged + upstream. + + -- Michael Biebl Thu, 08 Oct 2015 00:41:06 +0200 + +gtk+3.0 (3.18.0-4) unstable; urgency=medium + + * Team upload. + * gir1.2-gtk-3.0 Breaks pre-3.18 versions of pygobject (Closes: #800798) + + -- Simon McVittie Sun, 04 Oct 2015 15:46:54 +0100 + +gtk+3.0 (3.18.0-3) unstable; urgency=medium + + [ Michael Biebl ] + * Drop the XS-Testsuite: autopkgtest field + - it is no longer required, as dpkg 1.17.11 will add it + automatically if there is a debian/tests/control file. + + [ Andreas Henriksson ] + * Upload to unstable. + + -- Andreas Henriksson Fri, 02 Oct 2015 17:04:02 +0200 + +gtk+3.0 (3.18.0-2) experimental; urgency=medium + + * Add debian/patches/git_bitmask-dont-hardcode-64bit-size.patch + - from upstream git. should fix test failure on i386, mips, mipsel. + * debian/rules: move --fail-missing to binary target instead of + binary-indep to use it on full builds only. This should avoid + breaking source-only uploads as the binary-indep (only) builds + more then it needs to do (which is not installed anywhere). + + -- Andreas Henriksson Sun, 27 Sep 2015 15:29:19 +0200 + +gtk+3.0 (3.18.0-1) experimental; urgency=medium + + * Drop debian/patches/061_multiarch_module_fallback.patch + - now obsolete since all packages has been fixed to install + in multiarch directories. + * Drop patches which are unused and has been for a very long time: + - debian/patches/030_tests_skip_filechooser.patch + - debian/patches/042_treeview_single-focus.patch + - debian/patches/043_notebook_scroll.patch + * New upstream release. + * Drop debian/patches/git_test-simplify-use-bash.patch + - now included in upstream release. + + -- Andreas Henriksson Wed, 23 Sep 2015 17:07:59 +0200 + +gtk+3.0 (3.17.9-2) experimental; urgency=medium + + * Add debian/patches/git_test-simplify-use-bash.patch from upstream + + -- Andreas Henriksson Sun, 20 Sep 2015 19:46:36 +0200 + +gtk+3.0 (3.17.9-1) experimental; urgency=medium + + [ Simon McVittie ] + * d/p/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch: + remove, applied upstream in 3.13 and no longer listed in series + + [ Andreas Henriksson ] + * Add Breaks against gtk3-engines-oxygen << 1.4.1-3 (Closes: #797797) + * New upstream development release. + * Update (build-)dependencies according to configure.ac changes: + - bump pango to >= 1.37.3 + * Bump glib build-dep to >= 2.45.8 + - g_param_spec_get_name_quark is needed. + * Ship new gtk-builder-tool in libgtk-3-bin package. + * Update debian/libgtk-3-0.symbols with many new additions. + + -- Andreas Henriksson Thu, 17 Sep 2015 13:12:35 +0200 + +gtk+3.0 (3.16.6-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * Drop obsolete Breaks from pre-wheezy. + * Remove debian/libgtk-3-common.preinst.in, this file is a leftover from + gtk+2.0 and not necessary anymore. + + -- Michael Biebl Wed, 22 Jul 2015 21:29:11 +0200 + +gtk+3.0 (3.16.5-1) unstable; urgency=medium + + * New upstream bugfix release 3.16.5 + + -- Iain Lane Wed, 08 Jul 2015 16:20:40 +0100 + +gtk+3.0 (3.16.4-2) unstable; urgency=medium + + * Merge changes from 3.14.13-1. + * debian/README.Debian: + + Removed, that's for gtk+2.0. Closes: #622913. + * debian/control.in: + + Drop versioned dependency on pkg-config. The version is satisfied + in oldstable and that helps other packages that provide pkg-config. + Closes: #734481. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Sun, 14 Jun 2015 13:30:06 +0200 + +gtk+3.0 (3.16.4-1) experimental; urgency=medium + + [ Iain Lane ] + * build with --fail-missing when doing an indep build + * Install some utilities and missing icons, desktop files and manpages into + gtk-3-examples (for want of a better package). + * clean up reftest known_fail files in clean target which we create in + pre-build + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + -- Emilio Pozuelo Monfort Fri, 12 Jun 2015 00:06:44 +0200 + +gtk+3.0 (3.16.3-2) experimental; urgency=medium + + * d/p/015_default-fallback-icon-theme.patch: Replace gnome with Adwaita. + * Update libgtk-3-dev dependencies according to its pkg-config file. + + -- Dmitry Shachnev Sun, 24 May 2015 19:26:07 +0300 + +gtk+3.0 (3.16.3-1) experimental; urgency=medium + + [ Sjoerd Simons ] + * New upstream release 3.16.2. + * debian/patches/044_tracker_fts.patch: + + Dropped, upstream also defaults to FTS tracker queries now + * debian/control: Update build-dependency versions + * debian/control: Add libexpoxy and libegl1-mesa-dev to build-depencies + * debian/libgtk-3-0.symbols: Updated + * d/p/notify-test-Don-t-test-object-relying-on-dbus-connec.patch: + + Added. Fix test failure when no session bus is running (bgo#749009) + * debian/rules: Add label-text-shadow-changes-modify-clip.ui to known + reftest failures + + [ Emilio Pozuelo Monfort ] + * New upstream release 3.16.3. + * debian/patches: + + Refreshed. + * debian/patches/notify-test-Don-t-test-object-relying-on-dbus-connec.patch: + + Dropped, included upstream. + + -- Emilio Pozuelo Monfort Fri, 22 May 2015 18:23:50 +0200 + +gtk+3.0 (3.14.13-1) unstable; urgency=medium + + * New upstream release. + + -- Andreas Henriksson Wed, 10 Jun 2015 18:19:44 +0200 + +gtk+3.0 (3.14.5-1) unstable; urgency=medium + + * New upstream bugfix release. + * debian/patches/077_fix_menu_height_calculating.patch: + + Dropped, merged upstream. + + -- Emilio Pozuelo Monfort Tue, 11 Nov 2014 18:55:46 +0100 + +gtk+3.0 (3.14.4-2) unstable; urgency=medium + + [ Rico Tzschichholz ] + * Install org.gtk.Settings.Debug.gschema.xml + + [ Dmitry Shachnev ] + * debian/patches/077_fix_menu_height_calculating.patch: backport upstream + commit to fix calculation of menu height (closes: #767906). + + -- Dmitry Shachnev Tue, 04 Nov 2014 17:19:48 +0300 + +gtk+3.0 (3.14.4-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Thu, 23 Oct 2014 15:43:31 +0200 + +gtk+3.0 (3.14.3-1) unstable; urgency=medium + + * New upstream release. + * Install typelib files into multiarch paths. + * Mark gir and dev package as Multi-Arch: same. + * Bump Standards-Version to 3.9.6. No further changes. + + -- Michael Biebl Mon, 13 Oct 2014 23:35:40 +0200 + +gtk+3.0 (3.14.2-1) unstable; urgency=medium + + * New upstream release. + - includes fix gtkbuilder fix for problems affecting libgweather + users (like gnome-clocks, Closes: #764681) + + -- Andreas Henriksson Sat, 11 Oct 2014 15:12:08 +0200 + +gtk+3.0 (3.14.1-1) unstable; urgency=medium + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + [ Andreas Henriksson ] + * Add debian/patches/reftest-known-fail.patch + - make it possible to tag individual reftests as ok to fail. + * debian/rules: + touch testsuite/reftests/style-properties-nth-child.ui.known_fail + - reftest shows this intermittently has a couple of pixels + difference on some architectures. No big deal. + Noone is willing to investigate and consensus is it's ok to disable. + + -- Michael Biebl Thu, 02 Oct 2014 01:49:16 +0200 + +gtk+3.0 (3.14.0-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + + -- Michael Biebl Tue, 23 Sep 2014 22:25:42 +0200 + +gtk+3.0 (3.13.9-2) unstable; urgency=medium + + * Upload to unstable. + + -- Andreas Henriksson Fri, 19 Sep 2014 22:25:39 +0200 + +gtk+3.0 (3.13.9-1) experimental; urgency=medium + + [ Andreas Henriksson ] + * libgtk-3-common: Depend on adwaita-icon-theme (>= ${gnome:Version}) + - gtk+ should guarantee we have atleast one sane icon theme available. + * debian/rules: Include gnome-version.mk to generate ${gnome:Version} + + [ Emilio Pozuelo Monfort ] + * New upstream development release. + * debian/control.in: + + Bump libpango1.0-dev minimum (build-)dependency. + + -- Emilio Pozuelo Monfort Fri, 19 Sep 2014 17:37:42 +0200 + +gtk+3.0 (3.13.8-1) experimental; urgency=medium + + [ Andreas Henriksson ] + * New upstream development release (3.13.7) + * Update build-dependencies according to configure.ac + - bump libglib2.0-dev to (>= 2.41.2) + * Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2) + * Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again + * Drop backported/merged patches now in released version: + - debian/patches/072_Avoid-pkg-config-atleast-version.patch + * Have quilt refresh remaining patches. + * Bump gobject-introspection build-dependency to (>= 1.41.3) + - this one supports new "nullable" annotation. + * Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic + * Update debian/libgtk-3-0.symbols with many additions + * New upstream development release (3.13.8) + * Update build-dependencies according to configure.ac changes: + - Bump libgdk-pixbuf2.0-dev to (>= 2.30.0) + - Bump libwayland-dev to (>= 1.5.91) + * debian/patches/032_mips_treeview_row_separator_height.patch: + - massage the patch into applying again. + * Update debian/libgtk-3-0.symbols + - 4 dropped gdk_wayland_*_libgtk_only symbols, should be unused. + - 3 new wayland related symbols + + -- Sjoerd Simons Fri, 05 Sep 2014 22:50:11 +0200 + +gtk+3.0 (3.12.2-3) unstable; urgency=medium + + * Team upload + * debian/missing-sources/zlib.js-0.1.6: add missing source code for + gdk/broadway/rawinflate.min.js (Closes: #753968) + - some files in zlib.js upstream had missing source code themselves + (closure-compiler.jar) or are not needed here, and have been removed + to save space; see debian/missing-sources/README for details + - make debian/missing-sources/rawinflate.js a symlink into zlib.js-0.1.6 + to reassure lintian that source is present + * d/p/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch: + define _GNU_SOURCE on non-Linux to fix "assignment makes pointer from + integer without a cast" found by build-log scanning on kFreeBSD + + -- Simon McVittie Sun, 17 Aug 2014 15:26:50 +0100 + +gtk+3.0 (3.12.2-2) unstable; urgency=medium + + * Team upload + + [ Dmitry Shachnev ] + * Autopkgtests fixes: add missing xauth dependency, and stop using + deprecated GtkStock item. + + [ Simon McVittie ] + * debian/patches/072_Avoid-pkg-config-atleast-version.patch: + stop AM_PATH_GTK_3_0([3], [], [], [gthread]) trying to require + gthread-2.0 >= 3, which doesn't exist (Closes: #756476) + + -- Simon McVittie Sun, 10 Aug 2014 17:26:57 +0100 + +gtk+3.0 (3.12.2-1) unstable; urgency=medium + + * New upstream release. + + -- Andreas Henriksson Fri, 16 May 2014 12:12:48 +0200 + +gtk+3.0 (3.12.1-1) unstable; urgency=medium + + * New upstream release + + -- Sjoerd Simons Sat, 26 Apr 2014 16:44:41 +0200 + +gtk+3.0 (3.12.0-4) unstable; urgency=medium + + * Build-depend on gnome-icon-theme-symbolic and make test suite errors + fatal again. + + -- Emilio Pozuelo Monfort Thu, 03 Apr 2014 19:45:56 +0200 + +gtk+3.0 (3.12.0-3) unstable; urgency=medium + + * debian/control.in: + + Loosen the dependencies on libgtk-3-common from = ${source:Version} + to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable + when a new source version is uploaded. + + Don't build depend on gnome-icon-theme-symbolic as that pulls + gnome-icon-theme which in turns pulls libgtk-3-bin, which isn't + installable at the moment. + * debian/rules: + + Temporarily make the test suite non-fatal as gnome-icon-theme-symbolic + is needed for some tests. + + -- Emilio Pozuelo Monfort Wed, 02 Apr 2014 19:11:32 +0200 + +gtk+3.0 (3.12.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Emilio Pozuelo Monfort Wed, 02 Apr 2014 16:10:12 +0200 + +gtk+3.0 (3.12.0-1) experimental; urgency=medium + + * New upstream release. + * Update debian/libgtk-3-0.symbols with added symbols. + + -- Andreas Henriksson Tue, 25 Mar 2014 10:17:09 +0100 + +gtk+3.0 (3.11.8-1) experimental; urgency=medium + + * New upstream release. + * debian/control.in, + debian/rules: + + Enable Google cloud print support on the normal build. + + -- Emilio Pozuelo Monfort Sun, 09 Mar 2014 15:07:56 +0100 + +gtk+3.0 (3.11.7-1) experimental; urgency=medium + + * New upstream release. + * Bump build-dependencies according to configure.ac: + - glib 2.39.5 and gtk-doc 1.20 + * Use quilt to refresh all patches. + * Update debian/libgtk-3-0.symbols + + -- Andreas Henriksson Tue, 18 Feb 2014 20:22:50 +0100 + +gtk+3.0 (3.11.5-1) experimental; urgency=medium + + * New upstream development release. + * debian/control.in: + + Update build dependencies. + + Build depend on gnome-icon-theme-symbolic, needed for some tests. + + Standards-Version is 3.9.5, no changes needed. + * debian/libgtk-3-0.symbols: + + Add new symbols. A couple of wayland-related symbols, + gdk_wayland_display_get_wl_shell{,_surface} are gone in favor of + gdk_wayland_display_get_xdg_shell. The wayland backend is not fully + stable yet and nothing in the archive should be depending on them, + so this should be fine. + + Drop four commented-out symbols that weren't exported after 3.9.10, + as mentioned below in the 3.9.14 changelog entry. Those for symbols + were not exported in the headers and were only used internally by + gdk. + * debian/patches/080_disable-parallel-docs-build.patch: + + Dropped, gtk-doc 1.20 works fine with parallel builds. + * debian/rules: + + Break colord<->gtk+ loop when bootstrapping. Thanks Daniel Schepler. + Closes: #738603. + + -- Emilio Pozuelo Monfort Mon, 17 Feb 2014 18:57:53 +0100 + +gtk+3.0 (3.10.7-1) unstable; urgency=low + + * debian/libgtk-3-bin.install: + + Ship broadwayd. + * debian/rules: + + Enable parallel builds. + * New upstream release. + * debian/patches/080_disable-parallel-docs-build.patch: + + Disable parallel support for the docs as that has races, see + the similar glib2.0 patch for a longer explanation. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Sat, 15 Feb 2014 14:15:56 +0100 + +gtk+3.0 (3.10.2-1) experimental; urgency=low + + * debian/libgtk-3-0.symbols: + + Mark wayland symbols as linux-any. + * New upstream release. + + debian/libgtk-3-0.symbols: + - Removed a couple of private structs that shouldn't have been + exported. + * debian/rules: + + Set VERBOSE so we get more information about test failures. + + -- Emilio Pozuelo Monfort Mon, 28 Oct 2013 02:08:26 +0100 + +gtk+3.0 (3.10.1-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/control.in, + debian/rules: + + Only build the wayland backend on linux-any. + + [ Andreas Henriksson ] + * New upstream release + * Bump libwayland-dev (build-)dependency to >= 1.2.0 + * Update debian/libgtk-3-0.symbols with added symbols + + -- Andreas Henriksson Sun, 13 Oct 2013 20:14:15 +0200 + +gtk+3.0 (3.9.14-1) experimental; urgency=low + + [ Andreas Henriksson ] + * New upstream development release (3.9.10) + * Bump glib (build-)dependency to >= 2.37.3 as per configure.ac + * Trivial update in 015_default-fallback-icon-theme.patch to apply. + * Update debian/patches/018_gdkenumtypes.c_location.patch to apply + after upstream dropped --disable-rebuilds. + * Disable 030_tests_skip_filechooser.patch + - testsuite moved and restructured.... + * Updated to apply patch against new testsuite file location: + - 032_mips_treeview_row_separator_height.patch + * Drop 031_ia64_children_test.patch + - fixed differently upstream (see GBZ #702370) + * Drop 080_correct_padding_of_submenu_arrows.patch + - previously cherry-picked, now included in upstream release. + * Refresh all patches to apply without offset. + * Ignore testsuite failures for now... + * Update debian/libgtk-3-0.symbols + - many added symbols, and four missing: + gdk_frame_clock_idle_get_type, + gdk_offscreen_window_get_type, + gdk_window_impl_get_type, + gdk_window_impl_x11_get_type. + * Explicitly set which GDK backends to build: + - enable x11,wayland,broadway in regular build + - disable wayland,broadway and enable x11 in udeb build + * Add build-dependencies needed by wayland backend: + - libwayland-dev (>= 1.1.90), libxkbcommon-dev (>= 0.2.0) + * Update debian/libgtk-3-0.symbols with added broadway & wayland symbols. + * New upstream release (3.9.12) + - bump cairo build-dependency to >= 1.12 + + [ Sjoerd Simons ] + * Add libwayland-dev depend in libgtk-3-dev since we're building the wayland + backend now + * Also needs libxkbcommon-dev now due to the wayland backend (Found by Andrew + Lee) + * debian/libgtk-3-0.symbols: Update for new symbols (Patch by Andrew Lee) + + [ Emilio Pozuelo Monfort ] + * New upstream development release (3.9.14). + * debian/libgtk-3-0.symbols: + + Updated for new symbols. + * debian/control.in: + + Bump minimum libglib2.0-dev build dependency. + + Build depend on gsettings-desktop-schemas for the testsuite. + + Build depend on dbus-x11 for the testsuite. + + Build depend on at-spi2-core as libatspi2.0-0 seems to require it, + tests that use dbus fail otherwise. + * debian/rules: + + Set XDG_DATA_DIRS and copy and copile the gsettings schemas so that + gsettings can find them. Makes the test suite happy. + + Set XDG_RUNTIME_DIR, makes the test suite even happier. + + Make the test suite fatal again. + + -- Emilio Pozuelo Monfort Tue, 10 Sep 2013 01:23:06 +0200 + +gtk+3.0 (3.8.2-3) unstable; urgency=low + + * Simplify our trigger for gtk-query-immodules-3.0, use the --update-cache + option instead of redirecting stdout. + * debian/patches/080_correct_padding_of_submenu_arrows.patch: Take padding + into account to position submenu arrow. Patch cherry-picked from upstream + Git. + * Update debian/copyright to comply with the final 1.0 spec. + + -- Michael Biebl Sat, 06 Jul 2013 00:51:39 +0200 + +gtk+3.0 (3.8.2-2) unstable; urgency=low + + * debian/patches/031_ia64_children_test.patch: + + Patch from Stephan Schreiber, fix an invalid read on a test case + that caused it to fail on ia64, making the build fail. + * debian/patches/032_mips_treeview_row_separator_height.patch: + + Disable another test that currently fails on mips but that also + fails at least on amd64 when run under valgrind. + * All the above closes: #711107. + + -- Emilio Pozuelo Monfort Sun, 16 Jun 2013 01:25:10 +0200 + +gtk+3.0 (3.8.2-1) unstable; urgency=low + + [ Josselin Mouette ] + * Switch to interest-noawait for triggers. They only affect IM + modules, so this is not likely to cause upgrade problems. + + [ Michael Biebl ] + * Upload to unstable. + * New upstream release. + * Update debian/copyright following the latest copyright-format spec. + * Bump Standards-Version to 3.9.4. No further changes. + + -- Michael Biebl Thu, 23 May 2013 16:23:37 +0200 + +gtk+3.0 (3.8.0-1) experimental; urgency=low + + [ Rico Tzschichholz ] + * debian/gtk-3-examples.install: + - Install usr/bin/gtk3-demo-application + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + debian/patches/071_fix-installation-of-HTML-images.patch: + - Refreshed. + + -- Emilio Pozuelo Monfort Tue, 26 Mar 2013 11:21:30 +0100 + +gtk+3.0 (3.7.14-1) experimental; urgency=low + + * New upstream release. + + d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch: + - Removed, included upstream. + * debian/rules: + + Set HOME rather than G_HOME, as GLib now honors the former and + G_HOME is a Debian-specific thing. + + -- Emilio Pozuelo Monfort Tue, 19 Mar 2013 12:06:40 +0100 + +gtk+3.0 (3.7.12-2) experimental; urgency=low + + * d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch: + + Added. Fix segv when popping down non-existing bubblees (From upstream + git, bgo #695304) + + -- Sjoerd Simons Mon, 11 Mar 2013 21:42:39 +0100 + +gtk+3.0 (3.7.12-1) experimental; urgency=low + + [ Sjoerd Simons ] + * debian/patches/80_Fix-DND-with-frame-sync.patch: + + Added. Temporary fix for DND when using mutter with the frame sync + protocol (from upstream git, bgo#694217). + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + debian/patches/*: + - Refreshed. + + debian/patches/80_Fix-DND-with-frame-sync.patch: + - Removed, included upstream. + + debian/libgtk-3-0.symbols: + - Updated for new symbols. + + -- Emilio Pozuelo Monfort Wed, 06 Mar 2013 13:43:48 +0100 + +gtk+3.0 (3.7.10-1) experimental; urgency=low + + * New upstream release. + + debian/control.in: + - Update build dependencies. + + debian/patches: + - Refreshed. + + debian/libgtk-3-0.symbols: + - Updated for the new symbols. + + debian/gtk-3-examples.install: + - Stop installing gtk3-demo files, no longer needed. + + debian/patches/030_tests_skip_filechooser.patch: + - New patch: skip filechooser tests as they are not designed to + be run without gtk+ installed. + + -- Emilio Pozuelo Monfort Sat, 23 Feb 2013 20:37:27 +0100 + +gtk+3.0 (3.6.4-1) experimental; urgency=low + + * New upstream release + + -- Sjoerd Simons Tue, 08 Jan 2013 13:54:26 +0100 + +gtk+3.0 (3.6.3-1) experimental; urgency=low + + * New upstream release. + * Refresh patches. + * debian/libgtk-3-bin.install: Install gtk-launch man page. + * debian/libgtk-3-dev.install: Install gtkbuilder.rng RELAX NG schema file + which can be used to validate GtkBuilder ui files. + + -- Michael Biebl Fri, 04 Jan 2013 23:23:45 +0100 + +gtk+3.0 (3.6.1-1) experimental; urgency=low + + * Team upload + * New upstream release 3.6.1 + - drop private symbols gtk_css_image_get_parser_type and + gtk_style_properties_get_style from symbols file (made static upstream; + verified not to be present in any header file) + + -- Simon McVittie Mon, 22 Oct 2012 21:17:30 +0100 + +gtk+3.0 (3.6.0-2) experimental; urgency=low + + * debian/control.in: Add ${shlibs:Depends} Depends to libgtk-3-bin + + -- Sjoerd Simons Wed, 03 Oct 2012 18:44:04 +0200 + +gtk+3.0 (3.6.0-1) experimental; urgency=low + + * New upstream release (3.6.0) + * Sync with ubuntu: + * debian/rules: Make test failures fatal again + * debian/libgtk-3-0.symbols: Updated + * debian/rules: Update build-depends + * debian/libgtk-3-bin.install: Add gtk-launch: A new commandline utility + to launch an application from its desktop file + * Add autopkgtest support + * debian/patches/072_statusicon_icon_size.patch: + * Removed merged upstream + * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch: + * Removed, fixed upstream + * debian/patches/073_transparent_colors.patch + * Removed, fixed upstream + * debian/control.in: bump glib2.0 build-dep to >= 2.33.14 to trump the dodgy + version in unstable + * debian/control.in: Bump gnome-themes-standard break due to theme related + changes + + -- Sjoerd Simons Wed, 03 Oct 2012 09:07:16 +0200 + +gtk+3.0 (3.4.2-6) unstable; urgency=low + + * Team upload. + * debian/patches/076_check_wm_supports_hint.patch: This patch fixes the + size and placement of popup menus with some window managers, such as + Awesome and XMonad. Closes: #681974 + + -- Sébastien Villemot Thu, 31 Jan 2013 18:09:43 +0100 + +gtk+3.0 (3.4.2-5) unstable; urgency=low + + * debian/patches/075_gtkplug-fix-handling-of-key-events-for-layouts.patch: + This patch fixes handling of key events for different layouts in + GtkPlug. In particular, it fixes the keyboard layout switching from + gnome-screensaver when the screen is locked. Closes: #692235 + * debian/libgtk-3-0.symbols: add gdk_x11_keymap_get_group_for_state and + gdk_x11_keymap_key_is_modifier which are introduced by the above patch + (actually backported from the 3.5.2 API). + * debian/rules: call dh_makeshlibs with -V 'libgtk-3-0 (>= 3.4.2-5~)', + since we introduced new public symbols in this Debian revision. + + -- Sébastien Villemot Wed, 09 Jan 2013 11:00:22 +0100 + +gtk+3.0 (3.4.2-4) unstable; urgency=low + + * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch: + With xkb-data 2.5.1-2.1 preserving the Shift modifier, GTK+ can properly + map F10 and Shift-F10 to different key bindings. Closes: #658392 + + -- Michael Biebl Fri, 21 Sep 2012 18:30:41 +0200 + +gtk+3.0 (3.4.2-3) unstable; urgency=low + + [ Josselin Mouette ] + * Update xrandr epoch. + + [ Michael Biebl ] + * debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since + this removes files owned by libgtk-3-common. Those bits were copied over + from the gtk+2.0 package but they are actually obsolete and no longer + required. Closes: #681198 + * debian/patches/073_transparent_colors.patch: Handle transparent colors + better in GtkStyle emulation. Patch cherry-picked from upstream Git. + Closes: #669694 + * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch: + This patch was a temporary workaround for a bug in mutter which has been + fixed in version 3.4. It was not supposed to be shipped as part of wheezy, + so drop it again. + * If the NEWS or README file is larger than 4k in size append a .gz suffix + as dh_compress will compress those files. This avoids dangling symlinks. + Closes: #679754 + + -- Michael Biebl Mon, 06 Aug 2012 21:40:53 +0200 + +gtk+3.0 (3.4.2-2) unstable; urgency=low + + * debian/patches/072_statusicon_icon_size.patch: Fix how we determine the + icon size for the statusicon. This fixes a crash in notification-daemon + which was caused by an assertion failure. Closes: #669883 + Thanks to Fernando Lemos for the patch and Brad Jorsch for the excellent + debugging. + + -- Michael Biebl Sat, 30 Jun 2012 17:01:38 +0200 + +gtk+3.0 (3.4.2-1) unstable; urgency=low + + * New upstream release. + * Simplify shlibs version information for libgail-3-0 and no longer create a + dependency on libgail-3-common, this package has been dropped in 3.2. + + -- Michael Biebl Thu, 10 May 2012 14:44:28 +0200 + +gtk+3.0 (3.4.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Michael Biebl Thu, 19 Apr 2012 02:46:25 +0200 + +gtk+3.0 (3.4.1-1) experimental; urgency=low + + [ Josselin Mouette ] + * Break libvte-2.90-9 < 0.32 and libwebkitgtk-3.0-0 < 1.8.0 for the + scrolling related changes. Closes: #666921. + + [ Michael Biebl ] + * New upstream release. + - Fixes GtkPaned's handling of preferred size. Closes: #666718 + * Update dependencies according to configure.ac. + * Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop. + * Refresh patches. + * Remove leftovers from the opt flavor. + * Set --sourcedir for the different flavors when running dh_install. This + way the .install files can be simplified a lot which makes them much more + readable. + * Bump Standards-Version to 3.9.3. + * Update Vcs-* URLs. + * Remove --enable-xinput configure flag as xinput support is no longer + optional and this flag has thus been removed upstream. + * debian/patches/071_fix-installation-of-HTML-images.patch: Fix installation + of HTML images for out-of-tree builds when using absolute paths. + Closes: #656803 + + -- Michael Biebl Tue, 17 Apr 2012 20:59:19 +0200 + +gtk+3.0 (3.4.0-1) experimental; urgency=low + + * New upstream release. + * Bump Build-Depends on cdbs for multiarch support. + * debian/libgtk-3-0.symbols: Updated. + * debian/rules: Bump SHVER to 3.3.18. + * debian/control.in: + - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.20). + - Drop explicit Build-Depends on gir1.2-atk-1.0, gir1.2-pango-1.0 and + gir1.2-gdkpixbuf-2.0, those are pulled via the corresponding -dev + package. + - Update dependencies of libgtk-3-dev. Strip the minimum version from + libx*-dev, since those versions were older then lenny anyway. + - Remove a few obsolete Conflicts/Replaces. + * Refresh patches. + * Disable 043_notebook_scroll.patch, it needs to be updated. + * Move org.gtk.Demo.gschema.xml gsettings schema from libgtk-3-common to + gtk-3-examples. Add the necessary Breaks/Replaces. + * debian/libgtk-3-bin.install.in: Install the man pages from the install + directory, not the source directory. + * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch: + Revert upstream commit which breaks the window decorations in + gnome-shell resp. mutter 3.2. + + -- Michael Biebl Wed, 28 Mar 2012 15:27:05 +0200 + +gtk+3.0 (3.3.16-1) experimental; urgency=low + + * New upstream development release. + * debian/libgtk-3-0.symbols: Add new symbols. + * debian/rules: Bump SHVER to 3.3.16. + * debian/control.in: + - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.18). + - Bump (Build-)Depends on libgdk-pixbuf2.0-dev to (>= 2.25.2). + - Drop Depends on libxml2-utils from libgtk-3-dev as gtk-builder-convert + has been removed. + - Drop Recommends on python and debhelper from libgtk-3-dev since it no + longer includes a dh_gtkmodules debhelper addon. + - Bump Breaks against gnome-themes-standard due to theming related + changes. + * Remove leftovers from the gtk3-engines-pixbuf package. + * Update patches: + - Drop 003_gdk.pc_privates.patch, fixed upstream in a similar way. + - Drop 70-Fix-document-generation-in-out-of-tree-builds.patch, applied + upstream. + - Drop 041_ia32-libs.patch, no longer required with multiarch. + - Disable 042_treeview_single-focus.patch for now since it has no + description why this patch is needed and it needs to be updated. + - Refresh remaining patches. + * debian/gtk-3-examples.install.in: Install gtk3-widget-factory demo + application. + * Stop building static libraries which require a full separate build and + appear to be unused. + * Enable colord support for color-managed printing. Keep it disabled for the + udeb build. + + -- Michael Biebl Wed, 07 Mar 2012 01:16:05 +0100 + +gtk+3.0 (3.2.3-1) unstable; urgency=low + + * New upstream release. + - Fixes segfault on arrow keypress in empty GtkIconView. Closes: #638704 + - Fixes a11y related crash in treeview. Closes: #652073 + - Fixes mouse grabbing when clicking resize grip. Closes: #630972 + * Update patches: + - Drop 000git_gtk_tree_view_get_tooltip_context_annotation.patch, applied + upstream. + - Drop 080_filechooserdefault-Don-t-unref-value-twice.patch, applied + upstream. + - Refresh 017_no_offscreen_device_grabbing.patch, + 042_treeview_single-focus.patch and 043_notebook_scroll.patch. + * Change section of gir1.2-gtk-3.0 to introspection. + + -- Michael Biebl Tue, 20 Dec 2011 18:42:32 +0100 + +gtk+3.0 (3.2.2-3) unstable; urgency=low + + [ Martin Pitt ] + * Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix + gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes + when using this method from Python. + * Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside + GtkOffscreenWindow seem like they should not be allowed to do + grab the mouse or whatever, as this can deactivate open menus. + (LP: #512427, GNOME #607668) + * Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an + offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563) + * Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c + in the source tree, and fix path in the introspection sources. With this, + gdkenumtypes.c is correctly included with separate build trees, too. This + fixes missing GTypes in the .gir when using a separate build tree. + (LP: #769256, GNOME #647729) + * debian/rules: Bump SHVER to 3.1.90. + * Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0 + package: + - debian/control.in: Bump build dependencies to multiarch aware versions. + - debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields. + (libraries/-dbg are "same", -doc/-bin are "foreign"). + - debian/rules: Use multiarch LIBDIR. + - debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to + *.in, and use @LIBDIR@ instead of hardcoded usr/lib. + - debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@. + - debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in, + debian/rules: Also trigger on changes to the fallback non-multiarch + module directory, which is now called @OLD_MODULES_BASE_PATH@. + - Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded + pre-multiarch module directory when searching for modules. This + maintains compatibility with packages installing modules to + the old directories. + + [ Josselin Mouette ] + * Break murrine-themes (same reason as gnome-themes-standard). + * Move /etc/gtk-3.0 to libgtk-3-common. + * Add appropriate Breaks/Replaces to handle it. + * Remove gtk-query-immodules-3.0 from libgtk-3-bin since it is + clearly not Multi-Arch compatible. It should not be needed anyway, + everything is handled by triggers from the private directory. + * Remove incorrect M-A: same statement for the debug package. + * Make libgtk-3-bin arch-any, thanks Rico for noticing. + + [ Michael Biebl ] + * debian/libgtk-3-0.postinst.in: If the non-multiarch immodules directory + does not exist or is empty handle this case more gracefully and don't + print an error message. + * debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix + incorrect ref counting which could lead to a crash in the filechooser. + Closes: #650223 + + -- Michael Biebl Wed, 30 Nov 2011 00:25:29 +0100 + +gtk+3.0 (3.2.2-2) unstable; urgency=low + + * Upload to unstable. + * debian/control.in: + - Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming + related changes. Closes: #649203 + * Fix broken symlinks in /usr/share/doc. Closes: #647466 + + -- Michael Biebl Sat, 19 Nov 2011 00:01:03 +0100 + +gtk+3.0 (3.2.2-1) experimental; urgency=low + + * New upstream release. + * Refresh patches. + + -- Michael Biebl Mon, 14 Nov 2011 00:07:56 +0100 + +gtk+3.0 (3.2.1-2) experimental; urgency=low + + * debian/control.in: + - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is + required by autoreconf. Also bump it to (>= 1.11). + + -- Michael Biebl Sat, 22 Oct 2011 00:30:44 +0200 + +gtk+3.0 (3.2.1-1) experimental; urgency=low + + [ Sjoerd Simons ] + * New upstream release + * debian/control.in: Update build-depends + * debian/rules: Bump libgail SHVER depends + * d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream + * d/p/030_xim-modules.patch: Removed, fixed upstream + * d/p/045_trayicon-visual.patch: Removed, fixed upstream + * d/p/003_gdk.pc_privates.patch: Refreshed + * d/p/043_notebook_scroll.patch: Refreshed + * d/p/044_tracker_fts.patch: Refreshed + * debian/rules: Enable gtk-doc build with the shared build + + [ Michael Biebl ] + * debian/watch: + - Track .xz tarballs. + * debian/control.in: + - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. + - Instead of depending on lynx | www-browser, make the -doc packages + suggest devhelp. + + [ Sjoerd Simons ] + * debian/libgtk-3-0.symbols: Update symbols + * Remove libgail-3-common package. Modules have been integrated directly into + Gtk + * debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch: + + Added, fix documentation when build out of tree + + -- Sjoerd Simons Fri, 21 Oct 2011 19:36:06 +0200 + +gtk+3.0 (3.0.12-3) unstable; urgency=low + + * 030_xim-modules.patch: stolen from upstream git. Fix the behavior of + XIM modules. Closes: #633720. + * 043_notebook_scroll.patch: handle a few more widgets to avoid + alt+scroll being intercepted by ranges, spin buttons, combo boxes… + + -- Josselin Mouette Thu, 08 Sep 2011 13:01:03 +0200 + +gtk+3.0 (3.0.12-2) unstable; urgency=low + + [ Josselin Mouette ] + * Tighten dependencies on libgtk-3-common. Closes: #636766. + + [ Michael Biebl ] + * debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11 + when visual is not available. Thanks to Vincent Bernat for the patch. + Closes: #637067 + * debian/libgail-3-0.symbols: Remove trailing empty line which confuses + dpkg-gensymbols. + * Bump debhelper compatibility level to 8. + + -- Michael Biebl Tue, 30 Aug 2011 01:57:26 +0200 + +gtk+3.0 (3.0.12-1) unstable; urgency=low + + * New upstream release. + - GdkKeymap: Prevent an infinite loop in the non-XKB case. + (Closes: #633917) + * Stop installing libtool .la files. + + -- Michael Biebl Thu, 28 Jul 2011 12:45:04 +0200 + +gtk+3.0 (3.0.11-1) unstable; urgency=low + + * New upstream release. + - Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER. + (Closes: #628457) + * debian/patches/044_tracker_fts.patch: Enable Tracker full text search. + + -- Michael Biebl Thu, 14 Jul 2011 14:45:24 +0200 + +gtk+3.0 (3.0.10-1) unstable; urgency=low + + [ Josselin Mouette ] + * libgtk-3-0.postrm.in: fix badly written test. + + [ Fabian Greffrath ] + * Remove leftover diversions from the libgtk3.0-bin package + that got replaced by libgtk-3-bin (Closes: #617662 ). + + [ Michael Biebl ] + * debian/watch: Switch to .bz2 tarballs. + * New upstream release. + * Refresh patches. + * Bump Standards-Version to 3.9.2. No further changes. + * Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent + version. + * Update package descriptions. + * Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete. + + [ Josselin Mouette ] + * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in + GtkNotebook, but this time only when Alt is pressed, as recommended + by upstream, and from the whole notebook area. + * Drop debhelper 8 requirement so that it can build. + * libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they + already exist. + + -- Josselin Mouette Sat, 04 Jun 2011 22:51:06 +0200 + +gtk+3.0 (3.0.8-1) unstable; urgency=low + + * Make the -dev package depend on the gir package. + * New upstream release. + * Drop the mimeinfo.cache from the udeb, it’s been moved to + gdk-pixbuf. + * Upload to unstable; drop check-dist include. + + -- Josselin Mouette Sun, 10 Apr 2011 18:29:44 +0200 + +gtk+3.0 (3.0.6-1) experimental; urgency=low + + * New upstream release. + + debian/libgtk-3-0.symbols: + - Updated. + * debian/control.in: + + Tighten libatk1.0-dev b-d to make sure we get an Atk-1.0.gir file. + + -- Emilio Pozuelo Monfort Sat, 26 Mar 2011 00:00:41 +0000 + +gtk+3.0 (3.0.3-1) experimental; urgency=low + + * New upstream release. + + debian/control.in: + - Bump minimum libpango1.0-dev dependency. + + -- Emilio Pozuelo Monfort Mon, 14 Mar 2011 23:34:09 +0000 + +gtk+3.0 (3.0.2-1) experimental; urgency=low + + * New upstream release + * debian/patches/080_prevent_invalid_free.patch + - Removed. fixed upstream + + -- Sjoerd Simons Wed, 09 Mar 2011 23:46:48 +0000 + +gtk+3.0 (3.0.1-2) experimental; urgency=low + + * debian/patches/080_prevent_invalid_free.patch + - Added. Prevent invalid free on double/tripple click events (from upstream + git) + + -- Sjoerd Simons Sat, 26 Feb 2011 16:02:13 +0000 + +gtk+3.0 (3.0.1-1) experimental; urgency=low + + [ Robert Ancell ] + * debian/libgtk-3-bin.postrm: + * debian/libgtk-3-bin.preinst: + - Fix package name used in diversion + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + -- Emilio Pozuelo Monfort Tue, 22 Feb 2011 20:36:55 +0000 + +gtk+3.0 (3.0.0-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + debian/control.in: + - Stop building the pixbuf package, it hasn't been ported to the + new style API so is useless. + + debian/patches/006_reenable_pixbuf_engine.patch: + - Removed, no longer necessary. + + debian/libgtk3.0-0.symbols: + - Updated. + + debian/libgtk3.0-dev.install.in, + debian/libgtk3.0-dev.manpages, + debian/rules: + - gtk-builder-convert is gone, stop shipping it. + + [ Robert Ancell ] + * New upstream release + * Rename binary packages to new so naming + * debian/control: + - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev, + gobject-introspection + * debian/libgail-3-0.symbols: + * debian/libgtk-3-0.symbols: + - Updated + - Mark symbols with stable version number + * debian/rules: + - Bump SHVER + + [ Emilio Pozuelo Monfort ] + * Fix some leftovers after the renaming. + + -- Emilio Pozuelo Monfort Sat, 19 Feb 2011 11:40:36 +0000 + +gtk+3.0 (2.99.2-1) experimental; urgency=low + + * New upstream release. + + d/p/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch + d/p/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch + d/p/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch + - Removed, included upstream. + + debian/libgtk3.0-0.symbols: + - Updated. + + debian/rules: + - Bumped the shver. + + -- Emilio Pozuelo Monfort Thu, 13 Jan 2011 18:36:27 +0000 + +gtk+3.0 (2.99.1-1) experimental; urgency=low + + [ Robert Ancell ] + * debian/control.in: + - Bump build-depends on libglib2.0-dev + * debian/libgtk3.0-0.symbols: + - Updated. + * debian/libgtk3.0-dev.install.in + - gdkconfig.h no longer distributed + * debian/rules: + - Bumped the shver. + * debian/patches/001_static-linking-dont-query-immodules.patch: + * debian/patches/005_support_disabling_x11_extensions.patch: + * debian/patches/003_gdk.pc_privates.patch: + * debian/patches/070_mandatory-relibtoolize.patch: + * debian/patches/041_ia32-libs.patch: + * debian/patches/002_static-linking-dont-build-perf.patch: + * debian/patches/004_git_add_missing_include.patch: + * debian/patches/042_treeview_single-focus.patch: + - Refreshed. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + debian/rules: + - Pass --enable-xinput instead of --with-xinput=yes. + - Bump the shver. + + debian/patches/004_git_add_missing_include.patch, + debian/patches/005_support_disabling_x11_extensions.patch, + debian/patches/007-continue-to-install-gdk-TARGET-3.0.pc.patch: + - Removed, included upstream. + + debian/patches/061_use_pdf_as_default_printing_standard.patch: + - Removed. The cups backend part has been fixed upstream in a (better) + different way, and the lpr part doesn't make sense as we don't know + if the job will be sent to CUPS or not. + + debian/patches/070_mandatory-relibtoolize.patch, + debian/rules: + - Switch to dh-autoreconf. + + debian/patches/*: + - Refreshed. + + debian/libgtk3.0-0.symbols, + debian/libgail3.0-0.symbols: + - Updated. + + debian/libgtk3.0-*.{install.in,manpages}, + debian/rules: + - Install manpages and binaries with the -3.0 suffix as upstream has + stopped doing so. + * Switch to CDBS' flavours system. + * debian/rules: + + Remove hack to build on PowerPC64. That port is dead, and if it's + ever back, hopefully we won't need to workaround toolchain issues. + + Pass -O1 to the linker so dynamic loading is faster. + * d/patches/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch + d/patches/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch + d/patches/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch + + Backport patches from upstream git. They fix rendering issues and + assertion failures. + + -- Emilio Pozuelo Monfort Wed, 12 Jan 2011 22:06:17 +0000 + +gtk+3.0 (2.91.6-1) experimental; urgency=low + + * New upstream release. + + debian/patches/004_git_dont_setup_timeout_twice.patch: + - Removed, included upstream. + + debian/patches/004_git_add_missing_include.patch: + - New patch from upstream git, add a missing include that + otherwise caused the build to fail when disabling X extensions. + + debian/patches/006_reenable_pixbuf_engine.patch: + - New patch. Build the pixbuf engine even if it hasn't been ported to + the new GtkThemingEngine API. + + debian/patches/*: + - Refreshed. + + debian/libgtk3.0-0.symbols: + - Updated. + - Add Build-Depends-Package. + + debian/rules: + - Bumped the shver. + - Disable silent builds. + * Let gir1.2-gtk-3.0 replace gir1.0-gtk-3.0. + + -- Emilio Pozuelo Monfort Sat, 18 Dec 2010 16:00:23 +0000 + +gtk+3.0 (2.91.5-2) experimental; urgency=low + + * debian/control.in, + debian/rules: + + Remove the chrpath hack, it's been fixed in libtool. + * Update to the new gir policy: + - Rename gir1.0-gtk-3.0 to gir1.2-gtk-3.0. + - Bump the gobject-introspection build dependency. + - Build depend on gir1.2 packages. + + -- Emilio Pozuelo Monfort Sun, 12 Dec 2010 16:03:02 +0100 + +gtk+3.0 (2.91.5-1) experimental; urgency=low + + * New upstream release. + + debian/patches/004_gtk_gir_build.patch: + - Removed, fixed upstream. + + debian/patches/004_git_dont_setup_timeout_twice.patch: + - New patch from upstream git, don't setup a timeout in + gtkspinners twice. + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated. + + debian/libgtk3.0-0.symbols: + - Updated. + + -- Emilio Pozuelo Monfort Tue, 30 Nov 2010 23:13:17 +0100 + +gtk+3.0 (2.91.4-2) experimental; urgency=low + + [ Laurent Bigonville ] + * debian/watch: Bump version to 3 + + [ Emilio Pozuelo Monfort ] + * Add gir1.0-gtk-3.0, based on the gir1.0-gtk-2.0 Ubuntu patch. + * debian/patches/004_gtk_gir_build.patch: + + Fix the introspection build. + * debian/patches/070_mandatory-relibtoolize.patch: + + Updated. + + [ Sjoerd Simons ] + * Update build-depends to properly depend on -dev packages with .gir + * Target experimental + + -- Sjoerd Simons Sat, 27 Nov 2010 17:01:51 +0000 + +gtk+3.0 (2.91.4-1) experimental; urgency=low + + * debian/libgtk3.0-common.install: + + Ship the GSettings schemas. + * New upstream release. + + debian/control.in: + - Bump glib2.0 build requirement. + + debian/patches/*: + - Refreshed. + * debian/libgtk3.0-bin.{preinst,postrm}: + + Add #DEBHELPER# token. Make errors fatal with set -e. + * debian/rules: + + Exclude .in files from the dh_installdocs call, so that + it picks the real .doc-base files and not the .in ones. + * debian/libgtk3.0-doc.doc-base.gdk{,.in}: + + Don't hardcode the package name, generate it at build time. + * debian/libgail3.0-doc.doc-base.gail-reference: + + Fix paths to the manual. + + -- Emilio Pozuelo Monfort Tue, 16 Nov 2010 06:30:33 +0100 + +gtk+3.0 (2.91.3-1) experimental; urgency=low + + [ Sebastian Dröge ] + * Initial GTK+ 3 packaging. + + [ Rico Tzschichholz ] + * New upstream development release + * some fixes and changes + + [ Sjoerd Simons ] + * New upstream release (2.91.3) + * debian/patches/009_gtk-export-filechooser.patch: + + Removed. Doesn't apply anymore and was only needed for hildon + * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0 + * debian/patches/070_mandatory-relibtoolize.patch + + Updated + * Update the faq/tutorial index files names + * debian/control.in: + + Add dependency on docbook-utils for db2html to generate the documentation + html during build + * Update the symbols file + * Version various document index files so they don't conflict with their + gtk2 flavour + * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm: + + Divert gtk+2.0's update-icon-caches. The format remained the same so this + is safe to do + * debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the + gtk source as they were updated, stop trying to install them + * debian/libgail3.0-doc.doc-base.gail-reference + + Rename the doc-base to gail-reference-3.0 to not conflict with + libgail3.0-doc + * debian/copyright updated/rewritten + + -- Sjoerd Simons Sun, 07 Nov 2010 20:45:46 +0000 + +gtk+2.0 (2.21.5-1) experimental; urgency=low + + * New upstream development release: + + debian/control.in, + debian/rules, + debian/*: + - Remove all mentions of gdk-pixbuf and (build-) depend on it. + + debian/libgtk2.0-0.postinst.in, + debian/libgtk2.0-0.postrm.in, + debian/libgtk2.0-0.triggers.in, + debian/dh_gtkmodules.in: + - Handle immodules by triggers and deprecate dh_gtkmodules. + + debian/patches/*: + - Refreshed. + - Remove gdk-pixbuf and immodule patches. + + debian/rules, + debian/libgtk2.0-0.symbols: + - Update for new API symbols. + + debian/update-gdkpixbuf-loaders*, + debian/update-gtk-immodules*: + - Drop module update scripts which are no-ops since 2.10.1. + + -- Sebastian Dröge Thu, 22 Jul 2010 21:01:09 +0200 + +gtk+2.0 (2.21.2-1) experimental; urgency=low + + * New upstream development release: + + debian/rules, + debian/libgtk2.0-0.symbols: + - Update for new API symbols. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/control.in: + - Update GLib (build-) dependency to >= 2.25.8. + + -- Sebastian Dröge Fri, 11 Jun 2010 12:19:30 +0200 + +gtk+2.0 (2.21.1-1) experimental; urgency=low + + * New upstream development release: + + debian/rules, + debian/libgtk2.0-0.symbols: + - Update for new API symbols. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Mon, 31 May 2010 09:45:32 +0200 + +gtk+2.0 (2.21.0-1) experimental; urgency=low + + * New upstream development release: + + debian/rules, + debian/libgtk2.0-0.symbols: + - Update for new API symbols. + + debian/patches/002_static-linking-dont-build-perf.patch: + - Refreshed. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Sat, 08 May 2010 08:20:19 +0200 + +gtk+2.0 (2.20.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/006_support-for-tracker-0.8-stable-releases.patch: + - Dropped, merged upstream. + + debian/patches/003_gdk.pc_privates.patch: + - Updated to apply cleanly again. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Mon, 03 May 2010 07:26:14 +0200 + +gtk+2.0 (2.20.0-3) unstable; urgency=low + + * debian/control.in + - Add Vcs-* fields. + - Add Homepage field. + * debian/patches/006_support-for-tracker-0.8-stable-releases.patch + - Add support for tracker 0.8 stable and future 0.9 releases. Also add + support for loading the search engines on demand until they are actually + needed. Patch is backported from upstream Git branch "tracker-0.8". + * Refresh patches to apply cleanly. + + -- Michael Biebl Wed, 14 Apr 2010 20:39:28 +0200 + +gtk+2.0 (2.20.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastian Dröge Wed, 31 Mar 2010 09:16:00 +0200 + +gtk+2.0 (2.20.0-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/rules, + debian/control.in, + debian/libgtk-directfb-2.0-0.*, + debian/libgtk-directfb-2.0-dev.*, + debian/patches/090_directfb-map-virtual-modifiers.patch, + debian/patches/series: + - Drop the DirectFB enabled GTK+ packages. They were needed for the + graphical installer but it's now switching to X11 so we don't need + them anymore. + * debian/rules: + - Move --with-xinput=yes and --with-libjasper to configure_flags + since they are common to all of our flavours. + + [ Sebastian Dröge ] + * New upstream stable release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.20.0 for the new API to force dependencies + on the stable version. + + debian/control.in: + - Update GLib build dependency and tighten some -dev package dependencies. + + debian/patches/003_gdk.pc_privates.patch: + - Updated to apply cleanly again. + + -- Sebastian Dröge Tue, 23 Mar 2010 15:55:56 +0100 + +gtk+2.0 (2.19.7-3) experimental; urgency=low + + * debian/control.in: + - Build depend on xsltproc, needed to generate the mime cache. + It was brought indirectly by gtk-doc-tools, but that's on + Build-Depends-Indep which isn't enough. + + -- Emilio Pozuelo Monfort Tue, 16 Mar 2010 15:30:32 +0100 + +gtk+2.0 (2.19.7-2) experimental; urgency=low + + [ Cyril Brulebois ] + * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based + graphical installer. Closes: #573872. + - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control + file. + - Update description accordingly. + - Update .install.in accordingly, using the “shared_udeb” flavour, + based on the “shared” one, but with a few X11 extensions disabled. + - Update package name and file paths accordingly in rules file. + * Version/Bump some B-D to make sure the udeb gets proper dependencies + on the recently reworked/added udebs: + - libx11-dev + - libxcursor-dev + - libxext-dev + - libxi-dev + - libxinerama-dev + - libxrender-dev + * Add one patch to make it possible to disable X11 extensions, and + refresh the other one accordingly: + - 005_support_disabling_x11_extensions.patch + - 070_mandatory-relibtoolize.patch + * Ship a minimal MIME database in the udeb, since the loaders mechanism + isn’t sufficient to get proper PNG support: + - Add shared-mime-info to Build-Depends to ensure that the + update-mime-database tool is available at build-time, as well as + the source freedesktop.org.xml file. + - Add debian/keep-png-only.xsl to only keep the mime-type matching + type="image/png". Matching with namespaces is tricky, see the + comments in the XSL file for the details. + - Build a MIME cache, and only ship the resulting mime.cache file + under /usr/share/mime in the udeb. + - While this is dirty, that should do the trick until it is needed + for shared-mime-info to ship its own udeb. + + [ Emilio Pozuelo Monfort ] + * Rename the udeb to libgtk2.0-0-udeb. + * Standards-Version is 3.8.4, no changes needed. + + -- Emilio Pozuelo Monfort Tue, 16 Mar 2010 01:01:48 +0100 + +gtk+2.0 (2.19.7-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Fri, 12 Mar 2010 15:59:27 +0100 + +gtk+2.0 (2.19.6-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.6 for the new API and add new symbols. + * debian/patches/090_directfb-map-virtual-modifiers.patch: + + Update to add just another stub to fix the build. + + -- Sebastian Dröge Wed, 24 Feb 2010 10:01:31 +0100 + +gtk+2.0 (2.19.5-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.5 for the new API and add new symbols. + + -- Sebastian Dröge Wed, 10 Feb 2010 09:38:52 +0100 + +gtk+2.0 (2.19.4-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.4 for the new API and add new symbols. + + -- Sebastian Dröge Tue, 26 Jan 2010 08:25:41 +0100 + +gtk+2.0 (2.19.3-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.3 for the new API and add new symbols. + + debian/patches/091_size_allocate_crash.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Mon, 11 Jan 2010 20:36:25 +0100 + +gtk+2.0 (2.19.2-2) experimental; urgency=low + + * debian/patches/091_size_allocate_crash.patch: + + Patch from upstream GIT to fix a crash on size allocations. + Thanks to Sebastien Bacher. + + -- Sebastian Dröge Wed, 06 Jan 2010 11:42:07 +0100 + +gtk+2.0 (2.19.2-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/patches/000_gtk+-2.0.6-exportsymbols.patch: + + Removed, it wasn't being applied and hasn't been relevant for a + long time. + + [ Sebastian Dröge ] + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.2 for the new API and add new symbols. + * debian/patches/090_directfb-map-virtual-modifiers.patch: + + Fix compilation of the DirectFB backend, patch adapted from + upstream commit to fix the Quartz backend. + + -- Sebastian Dröge Mon, 04 Jan 2010 10:43:48 +0100 + +gtk+2.0 (2.19.1-1) experimental; urgency=low + + * New upstream development release: + + debian/rules: + - Include check-dist.mk to prevent accidental uploads to unstable. + + debian/control.in: + - Update ATK build dependency. + + debian/rules, + debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Update SHVER to 2.19.1 for the new API and add new symbols. + + debian/patches/009_gtk-export-filechooser.patch, + debian/patches/021_loader-files-d.patch: + - Updated to apply cleanly again. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Tue, 01 Dec 2009 15:28:10 +0100 + +gtk+2.0 (2.18.4-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + debian/patches/091_dont-omit-gtk-icon-size-dialog.patch, + debian/patches/092_gtk-image-size-allocation.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Tue, 01 Dec 2009 07:46:18 +0100 + +gtk+2.0 (2.18.3-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + * debian/patches/091_dont-omit-gtk-icon-size-dialog.patch: + + Patch from upstream GIT to not omit GTk_ICON_SIZE_DIALOG + when searching for an appropiate icon size. + * debian/patches/092_gtk-image-size-allocation.patch: + + Patch from upstream GIT to fix size allocation of GtkImage. + + -- Sebastian Dröge Sun, 18 Oct 2009 13:23:44 +0200 + +gtk+2.0 (2.18.2-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + 090_directfb-backend-compilation-fix.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Tue, 06 Oct 2009 07:41:45 +0200 + +gtk+2.0 (2.18.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + 090_directfb-backend-compilation-fix.patch: + - Fix compilation of the DirectFB backend, see + https://bugzilla.gnome.org/show_bug.cgi?id=596959 + + -- Sebastian Dröge Thu, 01 Oct 2009 07:20:43 +0200 + +gtk+2.0 (2.18.0-1) unstable; urgency=low + + * New upstream stable release: + + debian/rules, + debian/*.symbols: + - Updated for the new version. + + debian/patches/005_gdk_directfb_window_new.patch: + - Dropped, merged upstream. + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + -- Sebastian Dröge Wed, 23 Sep 2009 06:36:41 +0200 + +gtk+2.0 (2.17.11-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + debian/rules, + debian/*.symbols: + - Updated for the new version. + + -- Sebastian Dröge Sat, 05 Sep 2009 07:16:24 +0200 + +gtk+2.0 (2.17.10-1) experimental; urgency=low + + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + debian/rules, + debian/*.symbols: + - Updated for the new version. + * - + + -- Sebastian Dröge Sat, 05 Sep 2009 07:16:21 +0200 + +gtk+2.0 (2.17.9-1) experimental; urgency=low + + [ Josselin Mouette ] + * Clean up the .la files in all -dev packages, not only in the main + one. + + [ Sebastian Dröge ] + * New upstream development release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Updated for the new version. + + debian/rules, + debian/*.symbols: + - Updated for the new version. + + -- Sebastian Dröge Tue, 25 Aug 2009 18:37:11 +0200 + +gtk+2.0 (2.17.8-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * New upstream development release. + - Handle printers needing authentication. Closes: #499759. + - Update libglib2.0-dev requirement. + * debian/watch: + - Don't uupdate. + * debian/rules: + - Configure with --with-libjasper, it's disabled by default now. + * debian/control.in: + - Remove conflicts and replaces no longer needed for packages in stable. + - Standards-Version is 3.8.3, no changes needed. + * debian/patches/005_xpmico.patch: + - Removed, this check is not needed as HeaderSize can't overflow because + IconCount will be at most 16 bits, and that multiplied by 16 is not + enough to overflow an integer. (Checked with upstream) + * debian/patches/001_static-linking-dont-query-immodules.patch, + debian/patches/002_static-linking-dont-build-perf.patch: + - Add headers. + * debian/patches/005_gdk_directfb_window_new.patch: + - New patch. Readd gdk_directfb_window_new(), which is exported in the + public API and was removed by mistake. + * debian/patches/* + - Refreshed. + * debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols: + - Updated for the new symbols. There's one symbol removed from the + directfb backend, gdk_display_pointer_grab(). It wasn't exported in + the headers, nor was supposed to be public, so if something out there + is using it, they are doing it wrong. + * debian/rules: + - Remove a trailing backslash that prevented -c4 to be passed to + dh_makeshlibs. + + -- Josselin Mouette Thu, 20 Aug 2009 18:29:04 +0200 + +gtk+2.0 (2.16.5-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Tue, 21 Jul 2009 08:09:50 +0200 + +gtk+2.0 (2.16.4-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Thu, 02 Jul 2009 06:09:04 +0200 + +gtk+2.0 (2.16.3-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + * debian/control.in: + + Update Standards-Version to 3.8.2. + + -- Sebastian Dröge Mon, 29 Jun 2009 11:39:01 +0200 + +gtk+2.0 (2.16.2-1) unstable; urgency=low + + [ Loic Minier ] + * Fix string concat in dh_gtkmodules; thanks Kanru Chen; closes: #528782. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/091_workaround_no_gtk_init_incorrect_display.patch: + - Dropped, merged upstream. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/*.install: + - Install the manpages from their source locations as + they're not installed anymore for some reason. + * debian/control.in: + + Updated Standards-Version to 3.8.1, no additional changes needed. + + -- Sebastian Dröge Tue, 02 Jun 2009 07:44:43 +0200 + +gtk+2.0 (2.16.1-2) unstable; urgency=low + + [ Loic Minier ] + * Fix test-print-backend configure flag addition. + * Set opt_configure_flags to $(shared_configure_flags) in the sample opt + flavor for armel and move the opt flavor and check flavors below the + definition of other flags. + + -- Josselin Mouette Thu, 16 Apr 2009 18:08:02 +0200 + +gtk+2.0 (2.16.1-1) experimental; urgency=low + + [ Loic Minier ] + * Clarify dh_gtkmodules doc slightly. + + [ Gustavo Noronha Silva ] + * debian/series: + - forgot to add 022_disable-viqr-im-for-vi-locale.patch and + 061_use_pdf_as_default_printing_standard.patch to the series file + (thanks to seb128 for noticing) + * debian/control.in: + - sync Replaces with ubuntu's package for easier migration from Ubuntu + to Debian ;) + + [ Josselin Mouette ] + * Make update-icon-caches always generate the cache, now that dh_icons + is widespread. + + [ Sebastian Dröge ] + * debian/libgtk-directfb-2.0-0.symbols, + debian/libgtk2.0-0.symbols, + debian/libgail18.symbols, + debian/rules: + + Add symbol files for GTK. + + [ Loic Minier ] + * Merge the following changes by Emmet Hikory: + + [ Emmet Hikory ] + * Port optimised flavor work by Loic Minier from pango1.0: + - Rework flavor-specific vars. + + Introduce $(flavor) which is set to $* to clarify implicit rules + + Rename common_configure_flags to configure_flags + + Introduce the flavor_get macro to use a flavor specific override or + fallback to the common defaults for make vars. + + Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and + LDFLAGS allowing to override these per flavor. + - Add support for an optimised pass, implemented as a flavor + + Define a default OPTLIBDIR and replace it in the sed foo for %.in + files; this is like LIBDIR, but with some hwcaps extension, e.g. + usr/lib/vfp. + + Add vars to build an optimised vfp flavour for armel with + additional CFLAGS + + Add the "opt" special flavor to flavors to run the testuites on, + CHECK_FLAVORS + + Also sed and append %.opt after %.in when generating $ files from + %.in; the %.opt file is optional and only included if the opt flavor + is included. + + Add a debian/libgtk2.0-0.install.opt which lists files from the + optimised flavor to install in libgtk2.0-0. + + Add a debian/libgail18.install.opt which lists files from the + optimised flavor to install in libgail18. + + [ Loic Minier ] + * Only pass -j to the main make call, do not parallelize the debian/rules + themselves as it seems to be racy for an unidentified reason which is hard + to reproduce. + * Merge patch below from Ubuntu. + + [ Sebastien Bacher ] + * debian/patches/093_git_change_fix_focus_issue.patch: + - upstream git change to fix a timestamp issue leading to get nautilus. + dialog opening sometime unfocussed for example (lp: #333366) + + [ Loic Minier ] + * Build-dep on autotools-dev for the config.guess / .sub updates to work. + * Drop duplicate Section/Priority fields. + * ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current + implementation is correct. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/patches/072_workaround_directfb_build.patch, + debian/patches/092_fix_printtest_include.patch, + debian/patches/093_git_change_fix_focus_issue.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Sun, 12 Apr 2009 11:21:58 +0200 + +gtk+2.0 (2.16.0-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like + gtk_show_uri. + + [ Josselin Mouette ] + * libgtk2.0-0 depends on shared-mime-info. Closes: #518090. + * Add dependent doc packages to b-d-i to ensure proper xrefs. + + [ Loic Minier ] + * Clean up dh_gtkmodules output: + - Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM + modules dirs to verbose_print(); use -v to see them. + - Always print the number of GdkPixbuf loaders and Gtk IM modules found in + each package. + + [ Emilio Pozuelo Monfort ] + * New upstream stable release. + - Bump shlibs. + - debian/patches/070_mandatory-relibtoolize.patch: regenerated. + * Ship the gtk-builder-convert manpage in libgtk2.0-dev. + * Section of dbg packages is debug. + + -- Emilio Pozuelo Monfort Sun, 15 Mar 2009 20:10:34 +0100 + +gtk+2.0 (2.15.5-2) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + - bump libglib2.0-dev build-dep requirement to >= 2.19.7 + - bump libxrandr-dev build-dep requirement to >= 1:1.2.99 + - also bump libgtk2.0-dev dependecies accordingly + (Closes: #518078) + + [ Gustavo Noronha Silva ] + * 042_treeview_single-focus.patch: + - removed FIXME note, since it was explained to me that the patch is + still necessary + * debian/rules: + - bumped SHVER to 2.15.5 + + [ Imported from Ubuntu ] + * 022_disable-viqr-im-for-vi-locale.patch, + 061_use_pdf_as_default_printing_standard.patch: + - for the rationale for the PDF for printing one see: + https://wiki.ubuntu.com/PDFasStandardPrintJobFormat + + -- Gustavo Noronha Silva Tue, 03 Mar 2009 21:58:20 -0300 + +gtk+2.0 (2.15.5-1) experimental; urgency=low + + * New upstream development release + * 070_mandatory-relibtoolize.patch: refreshed. + * 031_directfb_dead-keys.patch, 032_gdkwindowimpl_directfb.patch, + 033_directfb_client-message.patch, 034_directfb_memleak.patch, + 071_jasper_link_fix.patch, 092_fix_printtest_include.patch: + - dropped; already featured in this release + * 030_gtkentry_password-char-circle.patch: + - dropped; upstream provides a different solution to setting the default + invisible char now, that takes the font being used into consideration + * 003_gdk.pc_privates.patch: + - refreshed + + -- Gustavo Noronha Silva Mon, 02 Mar 2009 22:01:03 -0300 + +gtk+2.0 (2.14.7-3) experimental; urgency=low + + * 032_gdkwindowimpl_directfb.patch: new version of the patch. This + should restore the basic functionality of the backend, but there is + still work underway. + * 033_directfb_client-message.patch: stolen from the upstream SVN. Fix + the DirectFB client_message API. + * 034_directfb_memleak.patch: stolen from the upstream SVN. Fix memory + leak in the DirectFB code. + * Require DirectFB 1.0.0 for the 034 patch. + * 070_mandatory-relibtoolize.patch: updated accordingly. + + -- Josselin Mouette Sat, 21 Feb 2009 14:59:45 +0100 + +gtk+2.0 (2.14.7-2) experimental; urgency=low + + * 008_implicit_pointer_conversion_gdkgc_directfb.patch: removed, it’s + obsolete and just defines the same macro a second time. + * 007_implicit_pointer_conversion_gdkdrawable_directfb.patch: removed, + it’s not needed anymore with the latest directfb. + * 006_proper-directfb-modules.patch: removed from the package, it + won’t be necessary anymore. + * 001_static-linking-dont-query-immodules.patch, + 002_static-linking-dont-build-perf.patch, + 003_gdk.pc_privates.patch, + 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch: refreshed. + * Remove 071_correct_directfb_declarations.patch, and replace it by + 032_gdkwindowimpl_directfb.patch, a patch from Sven Neumann to + (hopefully) fix DirectFB support for GTK+ 2.14. + + -- Josselin Mouette Tue, 17 Feb 2009 23:17:56 +0100 + +gtk+2.0 (2.14.7-1) experimental; urgency=low + + [ Loic Minier ] + * Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules + during first configuration. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Thu, 08 Jan 2009 08:06:02 +0100 + +gtk+2.0 (2.14.5-1) experimental; urgency=low + + [ Josselin Mouette ] + * Really install the faq and tutorial files correctly so that the + devhelp file is read. + * Update doc-base files accordingly. + * gruik2devhelp.awk: new script to generate the devhelp files + automatically for the FAQ and tutorial, based on the HTML doc. + * Build-depend on gawk, run the script appropriately. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Tue, 25 Nov 2008 11:00:35 +0100 + +gtk+2.0 (2.14.4-3) experimental; urgency=low + + * libgail*.install: fix installation paths. Closes: #505105. + * Do not ship .la files for gail modules. + * Generate shlibs for libgail. + * Bump shlibs version to 2.14.0. + * Do not install libgailutil in libgtk2.0-0. + * Do not install gtk libs in libgail-dev. + * Rework docs installation. + * Add doc links where needed. + * Install .devhelp files at the correct places. Closes: #504807. + * Bump dependencies for the development package. + * Fix dependencies of gail packages. + * Don’t install libgail in the udeb. + * Stop shipping /usr/lib/pkgconfig/libgtk-directfb-2.0-0/, nobody uses + it. + * Remove versioned conflicts with libgail packages. + * Remove libgail18.shlibs. + * Put debugging symbols of libgail modules in libgail-dbg. + * dh_gtkmodules.in: fix a pod2man error. + * Disable 006_proper-directfb-modules.patch. + * Update 070_mandatory_relibtoolize.patch accordingly. + + -- Josselin Mouette Tue, 11 Nov 2008 14:44:21 +0100 + +gtk+2.0 (2.14.4-2) experimental; urgency=low + + * debian/control, debian/rules, debian/libgail*: + - split libgail packages + + -- Gustavo Noronha Silva Wed, 05 Nov 2008 14:54:08 -0200 + +gtk+2.0 (2.14.4-1) experimental; urgency=low + + [ Gustavo Noronha Silva ] + * New upstream release + * debian/patches/006_proper-directfb-modules.patch: + - refreshed + * debian/patches/008_implicit_pointer_conversion_gdkgc_directfb.patch, + debian/patches/009_gtk-export-filechooser.patch, + debian/patches/020_immodules-files-d.patch, + debian/patches/021_loader-files-d.patch, + - update borrowed from Ubuntu's package + * debian/patches/071_correct_directfb_declarations.patch, + debian/patches/072_workaround_directfb_build.patch: + - borrowed from ubuntu + * debian/patches/033_treeview_resizing.patch, + debian/patches/095_gtk-im-module-setting.patch: + - removed; fixed upstream + * debian/patches/070_mandatory-relibtoolize.patch: + - refreshed + * debian/control.in: + - added libjasper-dev to the Build-Depends, as GTK+ now supports + JPEG2000 + - make GTK+ packages conflict/replace with gail ones, since they are now + included in GTK+ + * debian/patches/092_fix_printtest_include.patch: + - new patch, to fix build problem in print test + * debian/patches/071_jasper_link_fix.patch: + - make gdk-pixbuf-csource link correctly with libjasper + * debian/rules, debian/control: + - newer libcairo2-dev contains everything needed to build the directfb + target, so disable building with the dummy libcairo-directfb2-dev + - this makes us have to build depend on libcairo2-dev >= 1.6.4-6.1 + + [ Loic Minier ] + * Let libgtk2.0-dev recommend debhelper for dh_gtkmodules. + * Let libgtk2.0-dev depend on libxml2-utils as it's required for + gtk-builder-convert to work and might be relied upon by packages bdeping + on libgtk2.0-dev. + + [ Emilio Pozuelo Monfort ] + * Update build-dependencies for the new version: + - libglib2.0-dev >= 2.17.6 + - libpango1.0-dev >= 1.20 + - libatk1.0-dev >= 1.13.0 + - libcairo2-dev >= 1.6.0 + + -- Gustavo Noronha Silva Wed, 24 Sep 2008 21:38:58 -0300 + +gtk+2.0 (2.12.11-3) unstable; urgency=low + + * 031_directfb_dead-keys.patch: patch from Jérémy Bobbio to fix dead + keys in the DirectFB backend. Closes: #394871. + * Now require DirectFB 0.9.26. + * 070_mandatory_relibtoolize: updated to match the dependency bump. + * 033_treeview_resizing.patch: + + Fix crasher introduced by the patch. Closes: #491611. + + Add references. + + -- Josselin Mouette Mon, 21 Jul 2008 15:22:38 +0200 + +gtk+2.0 (2.12.11-2) unstable; urgency=low + + * 033_treeview_resizing.patch: + + Enable again, it was disabled by mistake. + + Update to new version provided by Kristian Rietveld. + Closes: #471073. + * libgtk2.0-doc.doc-base.gtk2-tutorial: fix spelling of GTK+. + * *.doc-base.*: fix doc-base sections. + + -- Josselin Mouette Fri, 18 Jul 2008 14:53:17 +0200 + +gtk+2.0 (2.12.11-1) unstable; urgency=low + + [ Emilio Pozuelo Monfort ] + * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups + is transitioning to that new name. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + debian/patches/092_openoffice-menus.patch: + - Dropped, merged upstream. + * debian/control.in: + + Updated Standards-Version to 3.8.0, no additional changes needed. + + -- Sebastian Dröge Wed, 02 Jul 2008 06:37:51 +0200 + +gtk+2.0 (2.12.10-2) unstable; urgency=low + + * debian/patches/092_openoffice-menus.patch: + + Patch from upstream SVN to fix regression in menu placement + in openoffice.org (Closes: #484580). + + -- Sebastian Dröge Sat, 07 Jun 2008 10:27:50 +0200 + +gtk+2.0 (2.12.10-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/009_gtk-export-filechooser.patch: + - Updated to apply cleanly again. + + debian/patches/031_gtksearchenginetracker_fixes.patch, + debian/patches/061_foreign_colormaps.patch, + debian/patches/092_implicit-g-fopen.patch: + - Dropped, merged upstream. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Wed, 04 Jun 2008 08:14:08 +0200 + +gtk+2.0 (2.12.9-4) unstable; urgency=low + + [ Loic Minier ] + * Flip back gdkpixbuf_module_files_d_str after gdkpixbuf_module_file_str in + patch 021_loader-files-d; this fixes config of gdk loaders and hence the + current ia32-libs implementation; the change in 2.12.0-3 was incorrect in + that it flipped the order for im modules and pixbuf loaders, but only im + modules had to be flipped; the reason im modules had to be flipped is that + the first list of modules wins for im modules as there is some duplicate + checking, while in the case of gdk pixbufs, the last file wins. What + remains to be done here is: + - biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64 + stuff before /usr/lib; allows dropping the config file hack in + ia32-libs. + - loading of modules from multiarch locations (not multiarch); allows + dropping the config file hack in ia32-libs. + * Bump build-deps and libgtk2.0-dev's deps to ensure we get Xorg dev + packages with .pc files, see list below; thanks Anon Sricharoenchai; + closes: #370693. + libxext-dev >= 1:1.0.1-2, libxinerama-dev >= 1:1.0.1-4.1, libxi-dev >= + 1:1.0.1-4, libxrandr-dev >= 1:1.0.2-2, libxfixes-dev >= 1:3.0.0-3, + libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3. + + [ Josselin Mouette ] + * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call + XFreeColormap on foreign colormaps, this causes crashes in e.g. + vinagre. Closes: #477199. + * Apply multiarch patch by Javier Serrano Polo, replacing all + occurrences of usr/lib by $(LIBDIR). Closes: #468100. + * rules: don't compress .sgml and .devhelp files. + + [ Loic Minier ] + * Fix broken second dh_strip invocation which was not only acting on the + udeb but also on binary packages (-s -pUDEB should have been -pUDEB). + * Update patch 021_loader-files-d to use PIXBUF_FILES_LIBDIR which is + defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based + on the newly defined loaderfilesdir, similar to loaderdir; update + 070_mandatory-relibtoolize. + * New patch, 022_module-files-append-compat-module-files-d, prefer + /usr/lib32/gtk-2.0//loader-files.d and + /immodule-files.d over the /usr/lib/.../*.d pathnames added in + 020_immodules-files-d and 021_loader-files-d when available; this is + useful for ia32-libs support; other modules might need additional support + depending on how they are loaded, for example GTK_MODULES will probably + still be looked up below libdir, as well as engines, printbackends, + filesystems, and generic modules. See also Ubuntu #205223 and #190227 for + examples. + + -- Loic Minier Sun, 11 May 2008 00:47:26 +0200 + +gtk+2.0 (2.12.9-3) unstable; urgency=low + + [ Loic Minier ] + * Refresh patches 009_gtk-export-filechooser, + 030_gtkentry_password-char-circle, 033_treeview_resizing, + 042_treeview_single-focus, 060_ignore-random-icons + * Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH; + closes: #473699. + + [ Sebastian Dröge ] + * debian/rules: + + Don't include the udeb in the debug package to get a working debug + package in case the udeb libraries differ from the real ones. + + -- Sebastian Dröge Sat, 12 Apr 2008 14:00:22 +0200 + +gtk+2.0 (2.12.9-2) unstable; urgency=low + + * debian/patches/092_implicit-g-fopen.patch: + + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit + architectures. Thanks to Dann Frazier for the patch (Closes: #470665). + + -- Sebastian Dröge Wed, 12 Mar 2008 18:52:53 +0100 + +gtk+2.0 (2.12.9-1) unstable; urgency=low + + [ Josselin Mouette ] + * update-icon-caches: always exit with a 0 code to avoid breaking + upgrades when a cache is corrupt. Display a big fat warning instead. + Closes: #466083. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + 092_recentfiles-recursion-fix, dropped merged upstream. + + 070_mandatory-relibtoolize.patch, regenerated for the new version. + * debian/rules, + debian/*.links.in: + + Don't ship very old upstream changelogs and news as they're quite large. + + -- Sebastian Dröge Wed, 12 Mar 2008 09:41:23 +0100 + +gtk+2.0 (2.12.8-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/040_filechooser_single-click.patch, + debian/patches/093_directfb-type-changes.patch, + debian/patches/094_directfb-deprecation-fixes.patch: + - Dropped, merged upstream. + + debian/patches/070_mandatory-relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge Wed, 13 Feb 2008 09:11:50 +0100 + +gtk+2.0 (2.12.7-1) unstable; urgency=low + + * Fix GNOME casing in gtk-faq and gtk doc base descriptions. + * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a + symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057. + * New upstream stable release; no API change; bug fixes and translation + updates. + - Refresh patches 033_treeview_resizing, 042_treeview_single-focus to + apply cleanly. + - Update relibtoolizing patch, 070_mandatory-relibtoolize + - New patch, 094_directfb-deprecation-fixes, fixes directfb build with + GLib 2.15 deprecation of G_GNUC_FUNCTION in favor of G_STRLOC. + * Fix ordering in series. + * New patch, 095_gtk-im-module-setting, adds XSETTINGS support for immodule; + from GNOME 502446. + * New upstream release; no change tarball update. + + -- Loic Minier Mon, 21 Jan 2008 18:42:28 +0100 + +gtk+2.0 (2.12.5-2) unstable; urgency=medium + + * Add ${shlibs:Depends} to libgtk2.0-dev. + * Rework /usr/share/doc symlinks completely; closes: #461440. + - Use a real directory for all packages using a symlink previously: + libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg, + libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the + path on upgrade if it's a symlink and points to the proper directory; + add a prerm snippet removing the path on upgrade (for downgrades) if + it's a directory (and not a symlink). + - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and + README.gz in the /usr/share/doc dirs of these packages as well as for + gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for + all these packages. + - Split dh_installdocs and dh_installchangelogs calls on multiple packages + and use one call per package as the intent was to install in all the + specified packages; also call dh_installdocs and dh_installchangelogs + without any extra file for all packages to install copyright and Debian + changelog. + - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in + rules. + + -- Loic Minier Fri, 18 Jan 2008 10:38:43 +0100 + +gtk+2.0 (2.12.5-1) unstable; urgency=low + + [ Loic Minier ] + * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the + translations and gtkrc files aren't critical to libgtk's working and have + been compatible with other libgtk versions since years. + * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big + buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135. + * New upstream stable releases; no API change; bug fixes and translation + updates. + - Drop patches 092_notebook-critical-warnings, + 094_fix-jpeg-loader-big-buffers, merged upstream. + - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes + to apply cleanly. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + + [ Sebastian Dröge ] + * Upload to unstable. + * Fixes FTBFS caused by not installing the png pixbuf loader correctly + (Closes: #461037). + * Update Standards-Version to 3.7.3, no additional changes needed. + * 092_recentfiles-recursion-fix.patch: Guard against recursion in + gtk_recent_files_menu_populate(). Patch from upstream SVN by + William Pitcock (Closes: #459393). + * Drop duplicated ${misc:Depends} from Recommends. + + -- Sebastian Dröge Thu, 17 Jan 2008 10:49:09 +0100 + +gtk+2.0 (2.12.3-2) unstable; urgency=low + + * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not + ref and unref a NULL pointer. Patch from upstream SVN, see BGO #388321. + * 093_directfb-type-changes.patch: Define __u32 and __u8 to fix compilation + with latest directfb from unstable while still supporting older versions. + Patch from BGO #503190. + + -- Sebastian Dröge Wed, 12 Dec 2007 05:36:40 +0100 + +gtk+2.0 (2.12.3-1) unstable; urgency=low + + * Let update-icon-caches skip args which are not dirs or don't exist; fixes + postrm behavior of packages with an icon cache. + * New upstream stable release; no API change; bug fixes and translation + updates. + - Refresh patch 042_treeview_single-focus to apply cleanly. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + + -- Loic Minier Tue, 04 Dec 2007 22:39:07 +0100 + +gtk+2.0 (2.12.2-1) unstable; urgency=low + + * New upstream stable release; no API change; bug fixes and translation + updated. + - Drop patches 034_gtkcupsutils_type_fix, 071_fix_gdk_window_null_crasher + fixed upstream. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + + -- Sebastian Dröge Tue, 27 Nov 2007 05:15:01 +0100 + +gtk+2.0 (2.12.1-3) unstable; urgency=low + + * Conflict against metacity < 1:2.20.0-1. Closes: #450693. + * Suggest librsvg2-common for SVG pixbuf support. + * 033_treeview_resizing.patch: fix segmentation fault introduced by + an API inconsistency. + * 003_gdk.pc_privates.patch: generate correct Requires.private for + gdk-2.0.pc containing all necessary dependencies for static linking. + * 006_proper-directfb-modules.patch: refreshed. + * 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm, + which is required by some macros. Closes: #451512. + * 070_mandatory-relibtoolize.patch: regenerated. + * rules: copy the extraneous libraries generated in the static build + to the Libs.private of the shared build. + + -- Josselin Mouette Sun, 18 Nov 2007 01:30:52 +0100 + +gtk+2.0 (2.12.1-2) unstable; urgency=low + + * Stop suggesting gtk-engines-pixmap. + * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom + Parker. If some other packages still rely on having explicit X11 + dependencies, they are buggy and need to be fixed anyway. + * Keep --enable-explicit-deps in the directfb build; otherwise this + breaks any binary linking against it because the rpath isn't passed. + * 033_treeview_resizing.patch: updated patch from Kristian Rietveld. + + Add a new sizing fix for the case where there is a scrollbar. + * 031_gtksearchenginetracker_fixes.patch: added back, only the name + change was fixed upstream. + * 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert + Valerio Riedel that allows remote printing. Closes: #448071. + * 040_filechooser_single-click.patch: allow a situation where no + shortcut is selected, to avoid issues for keyboard users. + Closes: #448674. + * 042_treeview_single_focus.patch: don't select the focused item for + GTK_SELECTION_SINGLE type treeviews. Allows the fix in + 040_filechooser_single-click.patch to work. + * Conflict against libeel2-2.18. Closes: #443701, #499070. + * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on + startup). + * 021_loader-files-d.patch: enclose process_module_file in correct + #ifdef's. + * 040_filechooser_single-click.patch: filter out duplicate entries in + bookmarks. This avoids a situation where the selection is changed to + the duplicate during DnD, causing an assertion error. + Closes: #447279. + + -- Josselin Mouette Sun, 04 Nov 2007 16:22:31 +0100 + +gtk+2.0 (2.12.1-1) unstable; urgency=low + + * New upstream stable release; no API change; bug fixes and translation + updates. + - Drop patches 031_gtksearchenginetracker_fixes, + 080_from_bugzilla_workaround_eclipse_crash, 081_icon-cache-validate + fixed upstream. + - Refresh patches 033_treeview_resizing, 040_filechooser_single-click to + apply cleanly. + - Drop patches 060_opening-display-by-env-error-message, + 065_gtk-filechooser-locale-time merged upstream. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + * Chech the exit status of close() in dh_gtkmodules; closes: #427654. + * New patch, 060_ignore-random-icons, don't list images from unknown + directories in icon cache; closes: #443571, #443574, #444285, #446188. + + -- Loic Minier Sun, 21 Oct 2007 22:05:42 +0200 + +gtk+2.0 (2.12.0-3) unstable; urgency=low + + [ Josselin Mouette ] + * 031_gtksearchenginetracker_fixes.patch: new patch. + + Use libtrackerclient.so.0 (closes: #443403). + + Check that tracker actually works before using it. + + [ Loic Minier ] + * Conflict with libwxgtk2.6-0 << 2.6.3.2.2-1 to prevent the migration of gtk + to testing until the wxwidgets2.6 fix is there too; see #441766 and + friends. + + [ Josselin Mouette ] + * Conflict with glabels << 2.1.3-3 to prevent a segmentation fault + from showing up. + + [ Loic Minier ] + * Cleanup whitespace. + * Add comments to relibtoolizing patch, 070_mandatody-relibtoolize, to + mention the age of the upstream libtool in released tarballs which make + relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001. + + [ Josselin Mouette ] + * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the + GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the + Debian directories. Thanks Thadeu Lima de Souza Cascardo. + Closes: #439004. + + [ Loic Minier ] + * New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when + displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP + #128232; closes: #445613. + * New patch, 060_opening-display-by-env-error-message, fixes error message + on opening of display to include the display when it was set via the + DISPLAY env var; GNOME #486636; closes: #283076. + * New patch, 065_gtk-filechooser-locale-time, fixes conversion of localized + week days in non-UTF-8 locales in the file chooser; GNOME #482504; + closes: #444927. + * Enable 091_workaround_no_gtk_init_incorrect_display to allow the non-free + Flash plugin to work for users of non-Gtk browsers; please do bug Adobe + about this; closes: #443661, #440165. + * New patch, 071_fix_gdk_window_null_crasher, fixes potential crashes in + IceWeasel's print preview dialog; GNOME #482531; LP #144326; found in the + Ubuntu package. + + -- Loic Minier Sun, 14 Oct 2007 20:46:29 +0200 + +gtk+2.0 (2.12.0-2) unstable; urgency=low + + [ Josselin Mouette ] + * Add a conflict against openoffice.org-core (<< 2.2.1-8). + Closes: #439256. + + [ Loic Minier ] + * Upload to unstable; drop check-dist include. + + -- Loic Minier Thu, 20 Sep 2007 11:59:26 +0200 + +gtk+2.0 (2.12.0-1) experimental; urgency=low + + [ Alan Baghumian ] + * New upstream stable release + - Regenerated 070_mandatory-relibtoolize.patch + * Added 081_icon-cache-validate.patch, GNOME #476342 + + [ Loic Minier ] + * Refresh patches 033_treeview_resizing and 040_filechooser_single-click to + apply cleanly. + * Drop patch 080_from_svn_fix_dangling_tooltip, merged upstream. + * Bump shlibs to 2.12.0 in the new upstream release for the addition of + gdk_window_thaw_toplevel_updates_libgtk_only() and + gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI. + * Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken + from the Ubuntu package; it works around broken applications missing a + call to gtk_init() but the breakage should better be exposed now so that + applications can be fixed in time for release. + + -- Loic Minier Tue, 18 Sep 2007 22:30:39 +0200 + +gtk+2.0 (2.11.6-1) experimental; urgency=low + + [ Loic Minier ] + * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch + by Petr Salinger; closes: #431477. + + [ Josselin Mouette ] + * Move manual pages of binaries in /usr/sbin to section 8. + * update-icon-caches: new script, updates the icon caches in a given + list of directories. It is meant to be used by packages shipping + icons, in the postinst/postrm. + For transition purposes, icon caches are currently updated but not + created if they don't already exist. + * Install this script and its manual page in libgtk2.0-bin. + + [ Loic Minier ] + * Call dh_shlibdeps separately for the udeb and add a + -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is + found. + * New upstream development release, with API additions. + - Bump up shlibs to >= 2.11.6. + - Refresh patches 006_proper-directfb-modules, + 015_default-fallback-icon-theme, 040_filechooser_single-click to apply + cleanly. + - Update patches 009_gtk-export-filechooser, 033_treeview_resizing to + apply; update relibtoolizing patch, 070_mandatory-relibtoolize. + * Update patch 009_gtk-export-filechooser: + - gtk/Makefile.am (gtk_private_h_sources, gtk_semi_private_h_sources): + export gtkquery.h and gtksearchengine.h as semi-private. + - gtk/gtkquery.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef guard. + - gtk/gtksearchengine.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef + guard. + + -- Loic Minier Tue, 24 Jul 2007 10:43:23 +0200 + +gtk+2.0 (2.11.5-1) experimental; urgency=low + + * New upstream development release, with API additions; the new API may + still change incompatibly, especially the tooltips API. + - Bump shlibs to >= 2.11.5. + - Bump up libpango1.0-dev build-dep to >= 1.17.3. + - Ship the new gtk-builder-convert Python script to convert Glade files to + GtkBuilder syntax in libgtk2.0-dev; don't call dh_py* to generate a + ${python:Depends} but Recommend python (>= 2.4) to avoid pulling python + on buildds; the script requires python >= 2.4, but this is not enforced + in the dependencies. + - Refresh patches 001_static-linking-dont-query-immodules, + 006_proper-directfb-modules, 040_filechooser_single-click to apply + cleanly. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + * Use -s instead of -a in arch-specific dh_* calls. + + -- Loic Minier Tue, 03 Jul 2007 13:01:25 +0200 + +gtk+2.0 (2.11.4-1) experimental; urgency=low + + [ Josselin Mouette ] + * 040_filechooser_single-click.patch: fix the patch to apply cleanly + again, and enable it. + + [ Loic Minier ] + * Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens; + closes: #386815. + * New upstream development release, with API additions; the new API may + still change incompatibly. + - Bump shlibs to >= 2.11.3. + - Refresh patches 006_proper-directfb-modules, + 008_implicit_pointer_conversion_gdkgc_directfb, + 009_gtk-export-filechooser, 030_gtkentry_password-char-circle, + 033_treeview_resizing, 040_filechooser_single-click, and 041_ia32-libs + to apply cleanly. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + * Add a debian/dh_listmissing.pl script based on dh_install snippets but + customized to handle multiple source installation dirs which can report + files which were not installed to a package. + * New list-missing rule to list files which were not installed to a package + calling debian/dh_listmissing.pl. + * Also depend on libxcomposite-dev, libxdamage-dev; thanks Sébastien Bacher. + * Ship etc/gtk-2.0/im-multipress.conf in the shared library. + * New upstream development release, with incompatible API changes; the new + API may still change incompatibly. + - Bump shlibs to >= 2.11.4. + - Refresh relibtoolizing patch, 070_mandatory-relibtoolize. + - Bump up libglib2.0-dev build-dep to >= 2.11.5. + + -- Loic Minier Wed, 20 Jun 2007 10:47:42 +0200 + +gtk+2.0 (2.11.2-1) experimental; urgency=low + + * New upstream release series; these are development releases, the new API + may still change incompatibly. + - Target at experimental; include check-dist. + - Bump shlibs to >= 2.11.2. + - Refresh patches 001_static-linking-dont-query-immodules, 005_xpmico, + 009_gtk-export-filechooser, 015_default-fallback-icon-theme, + 033_treeview_resizing, 041_ia32-libs to apply cleanly. + - Update patch 021_loader-files-d to apply with the upstream G_MODULE + changes and the support for included modules. + - Update patch 030_gtkentry_password-char-circle to apply. + - Drop patch 031_cursor-blinking-timeout, merged upstream. + - Disable 040_filechooser_single-click for now as it doesn't apply cleanly + and doesn't seem critical; add a description and cross-refs. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + - Bump up build-deps to libglib2.0-dev >= 2.13.1, libpango1.0-dev >= + 1.15.3, gtk-doc-tools >= 1.6. + - Build-dep on libxcomposite-dev for composite support. + - Build-dep on libxdamage-dev for damage support. + - Enable test print backend by passing --enable-test-print-backend to + configure. + * Update 007_implicit_pointer_conversion_gdkdrawable_directfb to include + cairo.h instead of defining the directfb feature manually. + * New patch, 006_proper-directfb-modules, fixes pkg-config modules included + to build directfb stuff, uncovered by the change in + 007_implicit_pointer_conversion_gdkdrawable_directfb; refresh + relibtoolizing patch. + * Add cross-refs to patch headers. + * Clean up CFLAGS. + * Prepare passing -z defs via LDFLAGS in the future. + + -- Loic Minier Wed, 13 Jun 2007 16:57:47 +0200 + +gtk+2.0 (2.10.13-1) unstable; urgency=low + + * Bump Conflicts to iiimf-client-gtk << 12.3.91-4. + * Upload to unstable; drop check-dist include. + * New upstream release; no API change. + - Drop patches 011_directfb-build-fixes-from-head, + 013_gdkproperty-directfb-strdup, 032_filechooser-sizing, + 090_capslock-numlock-im-thai merged upstream. + - Update relibtoolizing patch, 070_mandatory-relibtoolize. + + -- Loic Minier Wed, 13 Jun 2007 10:06:49 +0200 + +gtk+2.0 (2.10.12-3) experimental; urgency=low + + * Use printf instead of echo in dh_gtkmodules to write to write data to + files in complex_doit() calls as dash's echo will always honor escape + sequences. + * Conflict with gtk2-engines-ubuntulooks (<= 0.9.11-1). + * New patch, 009_gtk-export-filechooser, exports some filechooser API for + use in maemo / Hildon; from Nokia, taken from the Ubuntu package; update + patch 032_filechooser-sizing to apply cleanly; bump shlibs to 2.10.12-3; + update patch 070_mandatory-relibtoolize. + * Kill patch 025_dfb-window-destroy-leak from source tree as well now. + * Include check-dist to prevent accidental uploads to unstable. + + -- Loic Minier Thu, 07 Jun 2007 00:13:00 +0200 + +gtk+2.0 (2.10.12-2) unstable; urgency=low + + [ Loic Minier ] + * New patch, 15_default-fallback-icon-theme, sets the default + gtk-fallback-icon-theme to "gnome"; closes: #421353. + * Also honor parallel=n in DEB_BUILD_OPTIONS. + + [ Josselin Mouette ] + * 032_filechooser-sizing.patch: patch from Carlos Garnacho in bugzilla + #420285, committed in trunk. Fixes (among many other things) infinite + flickering with some window managers (closes: #420021). + * Refresh other patches. + + [ Loic Minier ] + * New patch 090_capslock-numlock-im-thai, fixes Thai input method when + NumLock/CapsLock is on; thanks Theppitak Karoonboonyanan; GNOME #438261; + closes: #414698. + * Re-add patch 031_cursor-blinking-timeout to patch series. + + [ Josselin Mouette ] + * 033_treeview_resizing.patch: fix column resizing in GtkTreeView when + there is an expander column. See bugzilla #316087. + + -- Josselin Mouette Fri, 18 May 2007 19:02:20 +0200 + +gtk+2.0 (2.10.12-1) unstable; urgency=low + + * Bump Conflicts to gtk-im-libthai <= 0.1.4-2. + * Document that 2.10.11-2 bumped the conflict on scim-gtk2-immodule to <= + 1.4.4-7. + * Post-transition bump of conflicts to gtk2-engines-wonderland << 1.0-4, + imhangul (<< 0.9.13-5), gcin (<< 1.3.4-2), gtk-im-libthai (<< 0.1.4-3), + scim-gtk2-immodule (<< 1.4.4-8), uim-gtk2.0 (<< 1:1.4.1-3), + gtk2-engines-cleanice (<< 2.4.0-1.1), gtk2-engines-magicchicken + (<< 1.1.1-7.1), gtk2-engines-qtpixmap (<< 0.28-1.2), libginspx0 + (<< 20050529-1.1), tamil-gtk2im (<< 2.2-4.4), gtk2-engines-xfce + (<< 2.4.0-1), scim-bridge-client-gtk (<< 0.4.10-1.1), swf-player + (<< 0.3.6-2.3), gtk-qt-engine (<< 1:0.8~svn-rev36-1). + * Let the udeb provide the Gtk+ module ABI (binver); closes: #419592. + * Add a -k flag to dh_gtkmodules, matching the change in dh_pangomodules. + * Use this new flag for the udeb and the shared library packages. + * Add ${misc:Depends}. + * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and + archive_cmds which is probably dangerous with newer libtools. + * Drop patch 000_gtk+-2.0.6-exportsymbols which made all libs export way too + many symbols and hence was dangerous; closes: #327652. + - Update patch 070_mandatory-relibtoolize. + * Fix description of the -dbg package. + * New upstream release; no ABI change. + - Refresh patches 011_directfb-build-fixes-from-head and + 040_filechooser_single-click. + - Update relibtoolizing patch. + + -- Loic Minier Thu, 03 May 2007 15:13:54 +0200 + +gtk+2.0 (2.10.11-2) unstable; urgency=low + + [ Loic Minier ] + * Bump libwmf conflicts to << 0.2.8.4-5. + * Fix control generation. + * Include the new uploaders.mk from gnome-pkg-tools instead of duplicating + its logic; build-dep on gnome-pkg-tools >= 0.11. + * Run "make check" test suite for all flavors except if DEB_BUILD_OPTIONS + contains the "nocheck" keyword; ignore failures. + * Add support for DEB_BUILD_OPTIONS_PARALLEL. + * Re-enable FAQ and Tutorial which were fixed upstream at some point; update + installation dirs. + * Call dh_installman -a. + + [ Josselin Mouette ] + * 040_filechooser_single-click.patch: remove shortcut-related actions + in the response callback. This fixes the annoying bug where you need + to click twice on "save" after clicking on a shortcut. + + [ Loic Minier ] + * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to + configure, doh! + * Document that 2.10.8 (and 2.10.9) fixed CVE-2007-0010. + * Stop shipping engines in the udeb again. + * New patch, 040_ia32-libs.patch, for ia32-libs support via ia32-libs-gtk; + based on a patch by Goswin von Brederlow with the following changes: a) + use .32 and .64 suffixes in all cases (compatible with Ubuntu), b) fix + typo, c) use g_file_test() instead of g_access(); does not cover module + loading via env vars; closes: #406453. + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Add Conflicts on gcin (<= 1.3.4-1), gtk-qt-engine (<= 1:0.8~svn-rev31-3), + iiimf-client-gtk (<= 12.3.91-3), libginspx0 (<= 20050529-1), + scim-bridge-client-gtk (<= 0.4.10-1), iiimgcf (<= 11.4.1870-7). + * Bump Conflicts to gtk2-engines-gtk-qt << 1:0.7-2, imhangul <= + 0.9.13-3.1, libgnomeui-0 <= 2.14.1-3, swf-player <= 0.3.6-2.2, + tamil-gtk2im <= 2.2-4.3, uim-gtk2.0 <= 1:1.2.1-9, scim-gtk2-immodule (<= + 1.4.4-7). + * Drop docbook-utils and linuxdoc-tools-text from the build-deps. + + -- Loic Minier Fri, 13 Apr 2007 22:25:49 +0200 + +gtk+2.0 (2.10.11-1) experimental; urgency=low + + * Move build and install base dirs to debian/build and debian/install + instead of debian/tmp/build and debian/tmp/install. + * Cleanup rules. + * Make debian/control PHONY. + * Use @DOC_PKG@ to point at the HTML doc as well. + * Tune udeb description. + * New upstream releases. + - Drop patch 003_default_fallback_icon_theme, upstream added a fallback on + hicolor. + - Drop patch 015_gdkmain-x11_button-mask.patch, merged upstream. + - Refresh patches. + - Relibtoolize. + * Remove 031_cursor-blinking-timeout from patch series as it causes a + regression in the Thai IM; closes: #414698. + + -- Loic Minier Wed, 14 Mar 2007 14:11:58 +0100 + +gtk+2.0 (2.10.9-1) experimental; urgency=low + + [ Josselin Mouette ] + * 024_filechooser_single-click.patch: + + Monitor selection changes instead of monitoring the cursor. + + Miscellaneous fixes. + * 015_gdkmain-x11_button-mask.patch, stolen from upstream SVN: fix the + issue of resizing columns needing two tries in some cases + (closes: #406906). + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * Rename patch 023_gtkentry_password-char-circle to + 030_gtkentry_password-char-circle. + * Rename patch 024_filechooser_single-click to 040_filechooser_single-click. + * New patch, 031_cursor-blinking-timeout.patch, to stop blinking the cursor + after a configurable timeout; helps saving energy by not waking up all Gtk + processes with a cursor continuously; from upstream SVN r16366 (trunk); + GNOME #353670, #352442. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * Bump up libglib2.0-dev of libgtk2.0-dev dep to >= 2.12.0 as well; thanks + Marc Brockschmidt. + + [ Josselin Mouette ] + * New upstream release. + - Fixes CVE-2007-0010; RedHat #218755, #218932. + * Remove patches integrated upstream: + + 009_directfb_build.patch + + 010_fix-stuc-vs-stub-typo.patch + + 012_missing-stub-files.patch + + 014_gtktreeview_missing-icons.patch + * Refresh patches: + + 020_immodules-files-d.patch + + 031_cursor-blinking-timeout.patch + + 040_filechooser_single-click.patch + + 070_mandatory-relibtoolize.patch + + -- Josselin Mouette Thu, 1 Mar 2007 21:50:34 +0100 + +gtk+2.0 (2.10.7-1) experimental; urgency=low + + * New upstream release. + * Refresh patches. + * 022_gtkcupsutils_multipage.patch: removed, integrated upstream. + * Regenerate 070_mandatory-relibtoolize.patch. + * 014_gtktreeview_missing-icons.patch: update patch with the upstream + fix that was committed. + * 009_directfb_build.patch: new patch, fix typo in configure.in for + the directfb build. + + -- Josselin Mouette Wed, 10 Jan 2007 00:03:03 +0100 + +gtk+2.0 (2.10.6-5) experimental; urgency=low + + [ Loic Minier ] + * Really update gtk2-engines conflict to << 2.8.2-2. + + [ Josselin Mouette ] + * 022_gtkcupsutils_multipage.patch: new patch, stolen upstream. + Properly pass multi-value options to cups (closes: #404867). + * 023_gtkentry_password-char-circle.patch: new patch to replace stars by + black circles in password fields; thanks Sven Arvidsson; found in Fedora + and OpenSuse (closes: #401568). + * 024_filechooser_single-click.patch: patch from UHU-Linux to make the + side pane in the filechooser usable with a single click + (closes: #405296). + + -- Josselin Mouette Wed, 3 Jan 2007 00:14:28 +0100 + +gtk+2.0 (2.10.6-4) experimental; urgency=low + + [ Loic Minier ] + * Update gtk2-engines conflict to << 2.8.2-2. + + [ Josselin Mouette ] + * 014_gtktreeview_missing-icons.patch, stolen from bugzilla: fix + missing icon in "save as" filechooser dialogs. + + -- Josselin Mouette Thu, 30 Nov 2006 20:42:44 +0100 + +gtk+2.0 (2.10.6-3) experimental; urgency=low + + [ Loic Minier ] + * Update gtk2-engines conflict to <= 2.8.1-4. + * Update gtk2-engines-pixbuf conflict to <= 2.10. + * Bump up libcairo-directfb2-dev build-dep to 1.2.4-4. + + [ Josselin Mouette ] + * 070_mandatory-relibtoolize.patch: recreate with autoconf 2.59, to + avoid the AM_GLIB_DEFINE_LOCALEDIR bug (making GTK+ applications + untranslated). + * Make gtk2-engines conflict less strict. + + -- Josselin Mouette Sat, 11 Nov 2006 00:04:46 +0100 + +gtk+2.0 (2.10.6-2) experimental; urgency=medium + + * New patch, 013_gdkproperty-directfb-strdup, to g_strdup() strings returned + by gdk_atom_name(); GNOME #357611; thanks Attilio Fiandrotti. + + -- Loic Minier Sun, 8 Oct 2006 16:03:08 +0200 + +gtk+2.0 (2.10.6-1) experimental; urgency=low + + * New upstream release. + - Drop patch 013_stock-icons-typo-in-rm, merged upstream. + - Relibtoolize: update patch 070_mandatory-relibtoolize. + + -- Loic Minier Wed, 4 Oct 2006 11:41:37 +0200 + +gtk+2.0 (2.10.5-1) experimental; urgency=low + + * Fail if dh_gtkmodules called query helpers on module files, but no module + could be written to the module file. + * Parse stderr as well as the stdout of query helpers and bail out if + g_module_open(); suggest adjusting LD_LIBRARY_PATH. + * Fix some probably harmless typos. + * New patch, 030_gtkfilechooserbutton-update-combo-box-null-base-path, to + avoid a segfault when opening some filechoosers; thanks Sam Morris for + reporting and testing; from CVS HEAD; GNOME #358405; closes: #390231. + * New upstream release; no API change. + - Drop patch 030_gtkfilechooserbutton-update-combo-box-null-base-path, + merged upstream. + - New patch, 013_stock-icons-typo-in-rm, to fix a typo in gtk/Makefile.am; + GNOME #358931. + - Relibtoolize: update patch 070_mandatory-relibtoolize. + + -- Loic Minier Mon, 2 Oct 2006 16:59:18 +0200 + +gtk+2.0 (2.10.4-1) experimental; urgency=low + + * New upstream release; no API change. + - Switch from tar-in-tar and sys-build to regular source and quilt + patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR) + and @TOP_SRC_DIR@ which isn't needed anymore. + - Refresh patch 021_loader-files-d. + - New patch, 010_fix-stuc-vs-stub-typo, to replace "stuc" with "stub" in + gtk/Makefile.am; from HEAD, not commited in the gtk-2-10 branch. + - New patch, 011_directfb-build-fixes-from-head, to backport directfb + build fixes; from HEAD not commited in the gtk-2-10 branch. Thanks + Attilio Fiandrotti for pointing me at the actual log entry. + - New patch, 012_missing-stub-files, to add gtk/gtkplug-stub.c and + gtksocket-stub.c missing from the tarball; from the gtk-2-10 branch. + - Relibtoolize: update patch 070_mandatory-relibtoolize. + + -- Loic Minier Sun, 24 Sep 2006 12:24:31 +0200 + +gtk+2.0 (2.10.3-3) experimental; urgency=medium + + * Update patch 021_loader-files-d to not warn about missing module files or + unreadable files as is already the case for immodules; see #388450 for + more background. + * Fix awful typo which broke generation of the udeb shlibs and which I + didn't notice with debdiff; thanks Frans Pop. + * Drop debian/docs.in and pass the list of files to dh_installdocs instead; + should fix the missing README and NEWS files. + + -- Loic Minier Thu, 21 Sep 2006 17:35:16 +0200 + +gtk+2.0 (2.10.3-2) experimental; urgency=low + + * Drop obsolete --with-cairo-backend configure flag. + * Make update-gtk-immodules and update-gtk-immodules no-ops, to avoid + modules to recreate the /etc modules files on upgrades or by mistake; + remove the generated module files in /etc on upgrades. closes: #388450 + * Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged + upstream. + + -- Loic Minier Wed, 20 Sep 2006 22:17:30 +0200 + +gtk+2.0 (2.10.3-1) experimental; urgency=low + + * New upstream releases; with API additions in the filesystem modules API, + probably only used by gtk-demo, and in the quartz gdk backend, not used in + Debian. + - Bump shlibs to >= 2.10.3. + - Drop patch 009_configurable-cairo-backend-module, it was not really + required to select a cairo backend dynamically as the backend is always + cairo-directfb for a directfb gdk. + - Drop patch 010_gdk-require-cairo-module, merged upstream. + - Drop patch 011_gdk-directfb-cvs-changes, this release includes the + changes that were pulled back then. + - Relibtoolize: update patch 070_mandatory-relibtoolize. + + -- Loic Minier Tue, 19 Sep 2006 20:42:38 +0200 + +gtk+2.0 (2.10.1-2) experimental; urgency=low + + * Drop obsolete scary warning in 2.10.1-1. + * Drop update-gtk-immodules and update-gdkpixbuf-loaders calls from + libgtk2.0-0's postinst, this isn't needed for backwards compatibility. + * Use /usr/lib/libgtk2.0-0/gdk-pixbuf-query-loaders and + /usr/lib/libgtk2.0-0/gtk-query-immodules-2.0 instead of + /usr/bin/gdk-pixbuf-query-loaders and /usr/bin/gtk-query-immodules-2.0 in + dh_gtkmodules. + + -- Loic Minier Tue, 19 Sep 2006 16:40:22 +0200 + +gtk+2.0 (2.10.1-1) experimental; urgency=low + + * Add a missing x11proto-xext-dev build-dep for X SYNC checks. + * Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK. + * Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of + binary modules; it is set via debian/scripts/vars and currently in use in + update-gdkpixbuf-loaders.in and update-gtk-immodules.in. + * Remove fake support for version argument from update-gdkpixbuf-loaders and + update-gtk-immodules. + * New upstream development releases with API additions, and non-public API + changes and removals. + - Target at experimental. + - Update copyright from AUTHORS. + - Update upstream URL. + - Bump up libglib2.0-dev build-dep to >= 2.12.0. + - Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB. + - Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend. + - Bump shlibs to >= 2.10.0. + - Update list of docs to ship; now includes NEWS. (Closes: #384225) + - Update watch file to track stable releases and use HTTP. + - Set GTK_BINARY_VERSION to 2.10.0. + - Add or bump Conflicts with packages shipping modules for the 2.4.0 + binary version of Gtk: gtk2-engines-wonderland <= 1.0-3, + gtk2-engines-cleanice <= 2.4.0-1, gtk2-engines <= 1:2.6.10-2, + gtk2-engines-magicchicken <= 1.1.1-7, gtk2-engines-pixbuf <= 2.8.20-1, + gtk2-engines-gtk-qt <= 1:0.7-1, gtk2-engines-qtpixmap <= 0.28-1.1, + librsvg2-common <= 2.14.4-2, gtk2-engines-xfce <= 2.3.90.2-1, + libgnomeui-0 <= 2.14.1-2, tamil-gtk2im <= 2.2-4.2, imhangul <= 0.9.13-3, + iiimgcf <= 11.4.1870-7.3, scim-bridge <= 0.2.4-1, scim-gtk2-immodule <= + 1.4.4-4, gtk-im-libthai <= 0.1.4-1, uim-gtk2.0 <= 1:1.2.1-3, libwmf-dev + <= 0.2.8.4-2, libwmf0.2-7 <= 0.2.8.4-2, swf-player <= 0.3.6-2.1. + - Replace 001_gtk+-2.2.0-buildfix-immodule patch with + 001_static-linking-dont-query-immodules which has more chances to be + merged upstream; see GNOME #346531. + - Drop 006_gtk+-2.8.17-directfb patch, merged upstream. + - Refresh patches: 000_gtk+-2.0.6-exportsymbols, + 003_default_fallback_icon_theme, + 004_gtk+-ximian-gtk2-filesel-navbutton-5, + 007_implicit_pointer_conversion_gdkdrawable_directfb. + - Update 070_mandatory-relibtoolize with libtoolize --force --copy && + aclocal-1.7 -I m4macros && autoconf && automake-1.7. + - New patch, 002_static-linking-dont-build-perf, to avoid building the + perf measurement tools in static builds; see GNOME #346559; needs + the 001_gtk+-2.2.0-buildfix-immodule patch. + - New patch, 009_configurable-cairo-backend-module, to add a new + --with-cairo-backend flag which will select a cairo-$backend.pc + pkg-config module instead of the default of cairo.pc; see GNOME #351509. + - Configure with --with-cairo-backend=directfb for the dfb build. + - New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs + from the cairo-directfb module (as $cairo_module); see GNOME #351519. + - New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build + fixes to permit compilation against directfb 0.9.25.1. + * Fix bashishms in debian/rules. (Closes: #385473) + * Generate a Provides: gtk2.0-binver-@BINVER@ in libgtk2.0-@SONAME@ to track + the binary version of Gtk and to permit Gtk modules to depend on it. + * Define the flags for each flavor (shared, static, and udeb) in Makefile + vars and share the common flags. + * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE + differ. + * Stop shipping *.la and *.a files of modules (all module types). + * Move GTK_BINARY_VERSION back to rules. + * Use GTK_BINVER_DEP instead of BINVER. + * Build flavors out-of-tree; saves 25% of required build space (315 MB) and + some build time / IO load; this clutters the headers a little (full build + path is mentionned instead of ".") though. + * Rewrite and cleanup the build process completely. + * Install the full set of pkg-config files from the dfb flavor in + /usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set + PKG_CONFIG_PATH while invoking pkg-config (or configure); the + /usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources + have been converted. + * In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb; + to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS. + * Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb. + (Closes: #382435) + * Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in + the directfb flavor of libcairo. + * Recommend the linked source packages in libgtk2.0-doc instead of simply + suggesting them. + * Rewrite update-gdkpixbuf-loaders and update-gtk-immodules. + * Drop double libatk1.0-dev build-dep. + * Empty the dependency_libs in the *.la files of libgtk2.0-dev. + * New immodule files handling with *.immodules files below + /usr/lib/gtk-2.0//immodule-files.d. + - New patch, 020_immodules-files-d, to split the module search path on + ":", as is done in Pango, prepend + /usr/lib/gtk-2.0//immodule-files.d to the search path, + and to read all *.immodules files when a directory is encountered in the + search path. + - Pre-generate + /usr/lib/gtk-2.0//immodule-files.d/libgtk2.0-0.immodules + for the shared library. + - Continue generating /etc/gtk-2.0/gtk.immodules until packages are + updated. + * Add the libpixmap engine to the udeb for the new Bladr GTK theme for g-i. + * New loader files handling with *.loaders files below + /usr/lib/gtk-2.0//loaders-files.d. + - New patch, 021_loader-files-d, to split the module search path on + ":", as is done in Pango, prepend + /usr/lib/gtk-2.0//loader-files.d to the search path, + and to read all *.loaders files when a directory is encountered in the + search path. + - Pre-generate + /usr/lib/gtk-2.0//loader-files.d/libgtk2.0-0.loaders + for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the + udeb. + - Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are + updated. + - This particular patch uses two ugly workarounds and needs work before + being sent upstream. + * New Debhelper-based command, dh_gtkmodules, to create module files for IM + modules and GdkPixbuf loaders; it will still add a dependency on the + binary version of Gtk for other modules. + * Make use of the new dh_gtkmodules during the build (override the path to + gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders. + * Add ${misc:Depends} to gtk2-engines-pixbuf. + + -- Loic Minier Tue, 19 Sep 2006 15:13:38 +0200 + +gtk+2.0 (2.8.20-2) unstable; urgency=low + + * New patch, 009_revert-gdkdrawable-directfb, to revert a fix for Italic + letters which caused ugly unneeded horizontal/vertical lines; thanks + Davide Viti. (Closes: #386860) + * Fix typo, install-dfb depends on build-dfb, not build-shared. + * Fix typo (DFB_PKGFIR versus DFB_PKGDIR), use the BUILD_DFB_DIR version of + gdk-pixbuf-query-loaders, and set LD_LIBRARY_PATH to the udeb's /usr/lib; + should fix the empty /etc/gtk-2.0/gdk-pixbuf.loaders. (Closes: #382435) + * Ship all engines of the DirectFB build in the udeb, that is + engines/libpixmap.so. + + -- Loic Minier Wed, 20 Sep 2006 21:36:04 +0200 + +gtk+2.0 (2.8.20-1) unstable; urgency=low + + * New upstream releases; no API changes. + + -- Loic Minier Mon, 14 Aug 2006 16:52:04 +0200 + +gtk+2.0 (2.8.18-7) unstable; urgency=medium + + * Rename patches to reflect the order in which they are applied: + - 000_gtk+-2.2.0-buildfix-immodule to 001_gtk+-2.2.0-buildfix-immodule + - 001_default_fallback_icon_theme to 003_default_fallback_icon_theme + - 001_gtk+-ximian-gtk2-filesel-navbutton-5 to + 004_gtk+-ximian-gtk2-filesel-navbutton-5 + - 002_xpmico to 005_xpmico + - 003_gtk+-2.8.17-directfb to 006_gtk+-2.8.17-directfb + - 005_implicit_pointer_conversion to + 007_implicit_pointer_conversion_gdkdrawable_directfb + - 006_implicit_pointer_conversion to + 008_implicit_pointer_conversion_gdkgc_directfb + * Change the 000_gtk+-2.0.6-exportsymbols, and + 001_gtk+-2.2.0-buildfix-immodule patches to only patch the + non-autogenerated files. + * Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the + previous changes; use an older autoconf version to work around a bug + in the glib-gettext macro which broke localization in dialog boxes; thanks + Mike Hommey. + + -- Loic Minier Sun, 6 Aug 2006 11:49:48 +0200 + +gtk+2.0 (2.8.18-6) unstable; urgency=low + + * 005_implicit_pointer_conversion.patch: patch from Dann Frazier to + fix an implicit pointer conversion error on 64-bit architectures + (closes: #381081). + * 006_implicit_pointer_conversion.patch: fix another implicit + conversion by allowing deprecated functions in the necessary header + file (closes: #381082). + + -- Josselin Mouette Wed, 2 Aug 2006 14:48:54 +0200 + +gtk+2.0 (2.8.18-5) unstable; urgency=low + + [ Loic Minier ] + * Set Priority to extra to sync with overrides. + + [ Josselin Mouette ] + * Set priority to extra for the udeb. + * Bump build dependencies for libcairo to the stable version. + * Lots of cleanup in debian/rules. + * Rename directfb packages to libgtk-directfb-2.0-*. + * Move .a and .la files from the engine package to the development + package. + + Add appropriate Replaces: field. + + -- Josselin Mouette Sun, 30 Jul 2006 18:21:37 +0200 + +gtk+2.0 (2.8.18-4) experimental; urgency=low + + * Bump libcairo build dependencies. + * Only install the PNG loader in the udeb. + * Rebuild against a fixed glib. + + -- Josselin Mouette Mon, 26 Jun 2006 22:34:27 +0200 + +gtk+2.0 (2.8.18-3) experimental; urgency=low + + [ Loïc Minier ] + * Bump libgtk2.0-dev dependency and build-dep on libx11-dev to >= 2:1.0.0-6 + as it ships x11.pc which ends up in the Requires of gdk-x11-2.0.pc. + (Closes: #326199, #370693) + [debian/control, debian/control.in] + + [ Josselin Mouette ] + * 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb + backend. + * 004_reautoconf.patch: new patch, result of "libtoolize --force + --copy; aclocal; autoheader; automake -acf; autoconf; rm -rf + autom4te.cache" with the previous patches applied. + * Make 3 new packages: libgtk+2.0-directfb0-udeb, + libgtk+2.0-directfb-dev and libgtk+2.0-directfb0. + * Add a new build flavour for directfb (only the shared version). + * Use chrpath to remove the rpath in the udeb. + * Generate a fake shlibs.local to handle all intra-gtk dependencies by + hand. + * Switch to debhelper compatibility mode 5 and require 5.0.22. + * Standards-version is 3.7.2. + * Break the circular dependency between libgtk2.0-0, libgtk2.0-bin and + libgtk2.0-common (closes: #309604). + + Remove libgtk2.0-common dependency on libgtk2.0-0. + + Remove libgtk2.0-0 dependency on libgtk2.0-bin. + + Use ${binary:Version} and ${source:Version} to ensure strict + dependencies. + + Build-depend on dpkg-dev 1.13.19. + + Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link. + + libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic + link samba. + + Move support binaries and scripts to libgtk2.0-0 and make + libgtk2.0-bin a binary-all package containing only scripts. + + Move /usr/sbin/update-* calls to libgtk2.0-0. + + update-*: call binaries at their new location. + + -- Josselin Mouette Mon, 26 Jun 2006 22:31:14 +0200 + +gtk+2.0 (2.8.18-1) unstable; urgency=low + + * New upstream version: + Bugs fixed: + - search box positioning has some bugs + - Gdk does not translate VK_NUMPADx to GDK_KP_x + - sanely handle late (re)setting of dnd image + - Text is shifted off-by-one in Add to panel + - gtk_widget_create_pango_layout docs typo + - GtkLayout In GtkScrolledWindow does not receive the scroll_event + - gtktreeview has RTL problems with toggle buttons if using gtktreestore + as a model + - Wrong drop location in GtkEntry + - GtkImage animation CRITICALS on switching themes + - DnD: Conditional jump or move depends on uninitialised value + - cursor blocked to dnd mode after using shift and dnd on a GtkCalendar + - Crashes while creating source code w/GtkFontSelection + - the right edge tab does not appear when switching tab + - Warning in gtk_paned_compute_position + - gdk should set resolution on PangoCairoFontmap, not PangoCairoContext + - GtkTreeView does not resize correctly + - gtk_tree_view_get_cell_area() forgets depth-one expander + - expander animation not working in RTL mode + - Multiple issues discovered by Coverity + - Make gtk_file_chooser_button_new() friendlier for language bindings + + -- Sebastien Bacher Tue, 30 May 2006 17:02:26 +0200 + +gtk+2.0 (2.8.17-1) unstable; urgency=low + + * New upstream version: + Bugs fixed: + - Expander disclosure button is too small + - gtk_image_clear doesn't cause redraw + - typo in configure.in yields suspicious warning + - gtk_icon_view_set_cursor causes Segmentation fault + - garbage output of --help in non UTF-8 locale + - GtkNotebook does not destroy its children on destroy() + - TreeView DnD between-row highlight colo + - Gtk-Criticals occur when scrolling a text_view that is not realized + - Hidden menubar still activates submenus with kbd + - GtkTreeItem broken + - Clean up button press handling (use one-grab-op-at-a-time pattern) + - broken scrolling when selecting + - GTK+ File-chooser dialog crashes + - Nautilus crashes when dragging icons to another screen + - mixed line separators confuse gtk_text_iter_ends_line + - Textview child is covered by window border + - gdk_pixbuf_loader_new_with_type(): What image types are allowed? + - Missing progress bar label + - Fix a problem which caused grab-notify signal to be missed in some cases + * debian/control.in: + - clear the Build-Depends on xlibs-static-pic | xlibs-pic, not required + - updated the Build-Depends on libpango1.0-dev so it build with + the xorg transitioned version + * * debian/patches/001_default_fallback_icon_theme.patch: + - set the default fallback icon theme to "gnome", fixes the issues with + the moves of icons from hicolor to gnome + + -- Sebastien Bacher Sun, 9 Apr 2006 21:54:11 +0200 + +gtk+2.0 (2.8.16-1) unstable; urgency=low + + * New upstream version + + -- Sebastien Bacher Wed, 15 Mar 2006 19:26:46 +0100 + +gtk+2.0 (2.8.15-1) unstable; urgency=low + + * New upstream version: + * Bugs fixed: + - Keys P and N in "open file" dialog have special meaning + - MS-Windows theme (GTK-Wimp) shows all funky characters + - Optimize gdk on win32 + - Hollow polygons have wrong linecaps + - panel crash with a11y enabled + * Updated translations (bg,bn,cs,eu,ro) + + -- Sebastien Bacher Tue, 14 Mar 2006 15:41:56 +0100 + +gtk+2.0 (2.8.13-1) unstable; urgency=low + + * New upstream version: + * Bugs fixed: + - Can't select some items in GtkIconView + - gtk_icon_theme_list_icons: example contexts don't work + - gnopernicus crashes on changing display screen source for magnifier + - evince crashes in gdk_region_union_with_rect + - Small error in _gdk_gc_update_context + - gtk.Notebook.get_current_page() returns incorrect page number + when pages hidden + - GtkAboutDialog not responsive to Escape key + - GtkNotebook popup menu not keynavigatable + - GtkRadioButton does not issue notify::active + - Make more use of G_DISABLE_ASSERT in TextView code + * Updated translations + + -- Sebastien Bacher Sat, 25 Feb 2006 23:56:58 +0100 + +gtk+2.0 (2.8.12-1) unstable; urgency=low + + * New upstream bugfix release. + * [debian/copyright] Updated FSF's address. + + -- J.H.M. Dassen (Ray) Sun, 12 Feb 2006 14:11:11 +0100 + +gtk+2.0 (2.8.11-1) unstable; urgency=low + + * New upstream version + * Avoid memory overruns in the pixbuf theme engine with nonsensical + gradient specifications. [Matthias] + * Bugs fixed: + - Cursor doesn't move as expected + - Segfault from combination of gtk_container_set_resize_mode() + and GtkComboBox + - segfault in update_cursor on amd64 + - eog crashes at launch under AIX + - "~" should bring up the location dialog + - gtk_text_layout_get_cursor_locations() chokes on layout=0x0 + * Documentation improvements [Federico Mena Quintero] + * Translation updates (es,pt_BR,zh_HK,zh_TW) + + -- Sebastien Bacher Fri, 27 Jan 2006 22:28:05 +0100 + +gtk+2.0 (2.8.10-1) unstable; urgency=low + + * New upstream version + * debian/control.in: + - updated the glib requirement + * debian/patches/001_fs_documents.patch: + - dropped, stick with upstream behaviour rather + + -- Sebastien Bacher Thu, 12 Jan 2006 13:34:37 +0100 + +gtk+2.0 (2.8.9-2) unstable; urgency=low + + * Upload to unstable + + -- Sebastien Bacher Thu, 15 Dec 2005 15:13:32 +0100 + +gtk+2.0 (2.8.9-1) experimental; urgency=low + + * New upstream version: + Bugs fixed: + - File chooser filter behaves weird + - 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions + - On unsetting the Model, GtkTreeView does not clear + it's associated TreeSelection + - Crash on selecting a file of null mime-type + - gtktoolbutton leaks a pixbuf + - GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press + - Typo in trap_activate_cb() + - gtkcalendar.c: The identifier is already declared. + - gtk_menu_attach_to_widget() does not take NULL detacher + - Unhinted fonts are measured incorrectly and drawing + problems occur as a result + - unwanted scrolling in recent gtk + - Toolbars without icons are invisible in icon-only mode + - Search-entry in the TreeView not working properly + - gtktoolbutton.c:562: warning: 'image' is used + uninitialized in this function + - reference count of textbuffer increases with each paste + - gtk_selection_data_get_uris leaks memory + Other changes: + - Remove GMemChunk from public header files to + support building against GLib 2.10 + - Report errors in option parsing + - Merge upstream xdgmime changes to handle duplicate glob patterns + + -- Sebastien Bacher Sat, 10 Dec 2005 18:22:50 +0100 + +gtk+2.0 (2.8.8-1) experimental; urgency=low + + * New upstream version: + GtkFileChooser: + - Make F2 work for renaming bookmarks + GtkEntry: + - Turn off input methods in password entries + - Other fixes * Documentation improvements + - Updated translations + + -- Sebastien Bacher Tue, 29 Nov 2005 16:00:32 +0100 + +gtk+2.0 (2.8.7-1) experimental; urgency=low + + * New upstream version. + * Security fixes: + - Add check to XPM reader to prevent integer overflow for specially crafted + number of colors (CVE-2005-3186) (Closes: #339431). + - Fix endless loop with specially crafted number of colors (CVE-2005-2975). + * debian/patches/001_fs_documents.patch: + - updated. + * debian/rules: + - fix confusing cp usage. + + [ Loic Minier ] + * Drop xlibs-dev deps and build-deps. + [debian/control, debian/control.in] + + -- Sebastien Bacher Wed, 16 Nov 2005 11:54:11 +0100 + +gtk+2.0 (2.8.3-1) experimental; urgency=low + + * New upstream version: + - Fix problems with the handling of initial settings + for font options and cursor themes. + - Add a --ignore-theme-index option to gtk-update-icon-cache. + + -- Jordi Mallach Thu, 1 Sep 2005 19:45:50 +0200 + +gtk+2.0 (2.8.2-1) experimental; urgency=low + + * New upstream version: + - Fix a crash with custom icon themes, which affected + the gnome-theme-manager. + - Make sure font and cursor settings are propaged down + to the screen initially. + * debian/control.in: + - require the current pango. + + -- Sebastien Bacher Thu, 25 Aug 2005 00:36:18 +0200 + +gtk+2.0 (2.8.1-1) experimental; urgency=low + + * New upstream version: + - gtk-update-icon-cache no longer stores copies of symlinked icons, + and it has a --index-only option to omit image data from the cache. + - Make large GtkSizeGroups more efficient. + - Improve positioning of menus in GtkToolbar. + - Make scrolling work on unrealized icon views. + - Avoid unnecessary redraws on range widgets. + - Make sure that all GTK+ applications reload icon themes promptly. + - Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context() + use the same font options and dpi value. + - Multiple memory leak fixes. + * debian/control.in: + - updated the libgtk2.0-dev Depends according to the changes. + * debian/rules: + Add --enable-explicit-deps=yes to make sure stuff like x11 gets listed as a + Requires: in gdk(-x11)-2.0.pc, because otherwise linkage against -lX11 and + friends doesn't get carried through. Whether or not this is correct is + arguable, since libgdk-x11-2.0.so.0* ends up linked against it anyway, but + stuff like gnome-panel seems to be relying on this transience. + Change by Daniel Stone. + + -- Sebastien Bacher Wed, 24 Aug 2005 11:24:16 +0200 + +gtk+2.0 (2.8.0-1) experimental; urgency=low + + * New upstream version. + * debian/control.in: + - build with the new cairo (Closes: #323705). + - updated the Build-Depends for xorg (Closes: #323080). + * debian/copyright: + - use License instead of Copyright (Closes: #323209). + * debian/patches/001_fs_documents.patch: + - default to Documents. + * debian/rules: + - updated the shlibs. + * debian/watch: + - updated. + + -- Sebastien Bacher Thu, 18 Aug 2005 12:19:41 +0200 + +gtk+2.0 (2.7.2-1) experimental; urgency=low + + * New upstream version. + * debian/control.in: + - updated the Build-Depends. + * debian/rules: + - updated the shlibs. + - use cairo. + * debian/watch: + - updated. + + -- Sebastien Bacher Tue, 12 Jul 2005 01:06:55 +0200 + +gtk+2.0 (2.6.8-1) unstable; urgency=low + + * New upstream version. + * debian/patches/003_focus_issues.patch: + - fixed with the new version. + + -- Sebastien Bacher Thu, 16 Jun 2005 12:52:35 +0200 + +gtk+2.0 (2.6.7-2) unstable; urgency=low + + * Upload to unstable. + * Forward patches from 2.6.4 branch: + + 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues. + + debian/gtk-tutorial.devhelp: updated to reflect the reality of the + html files. + * Loïc Minier: + + Document the configuration of Emacs-style key bindings in README.Debian, + with additional instructions for GNOME users. [debian/README.Debian] + (Closes: #309530) + + -- Josselin Mouette Mon, 6 Jun 2005 22:39:27 +0200 + +gtk+2.0 (2.6.7-1) experimental; urgency=low + + * New upstream version: + - Fix compilation with gcc 4.0 (Closes: #303646). + * debian/rules: + - clean from the mips changes. + * debian/patches/002_bmp.patch: + - the new version fixes that. + * debian/patches/004_fs_newdir.patch: + - the new version fixes that. + + -- Sebastien Bacher Thu, 14 Apr 2005 22:06:53 +0200 + +gtk+2.0 (2.6.4-1) unstable; urgency=medium + + * New upstream release. + * debian/patches/004_fs_newdir.patch: + - fix a crash in the fileselector when creating a directory. + * debian/patches/003_iconcache.patch: + - this bug is fixed in the new version. + * debian/patches/004_mipsbuild.patch: + - dropped, this change is not required. + * debian/patches/002_bmp.patch: + - fix CAN-2005-0891: BMP double free Dos (Closes: #303141). + + -- Sebastien Bacher Tue, 5 Apr 2005 21:09:01 +0200 + +gtk+2.0 (2.6.2-4) unstable; urgency=high + + * Sjoerd Simons: + - debian/patches/003_iconcache.patch + + Updated. Let updateiconcache.c include config.h so it's correctly build + with large file support (Closes: #295777). + * Sebastien Bacher: + - debian/shlibs.local: + + dropped, fix the self depends (Closes: #296175). + * Loic Minier: + - debian/control* + + added gtk2-engines-pixbuf subsection and priority to sync with + the override. + * Use high urgency so that icon themes can propagate to testing. + + -- Josselin Mouette Wed, 2 Mar 2005 22:28:38 +0100 + +gtk+2.0 (2.6.2-3) unstable; urgency=low + + * Patch from Steve Langasek : + Add a --disable-testsuite argument to upstream configure, to permit + skipping the testsuite on architectures where large static binaries + are currently problematic (i.e., mips). Closes: #295048. + + -- Sebastien Bacher Sun, 13 Feb 2005 19:23:39 +0100 + +gtk+2.0 (2.6.2-2) unstable; urgency=low + + * debian/libgtk2.0-bin.postinst: + - don't run gtk-update-icon-cache, the themes should do that + (Closes: #293568). + * debian/patches/003_iconcache.patch: + - should fix the gtk-update-icon-cache issue on sparc. + + -- Sebastien Bacher Sun, 6 Feb 2005 19:57:57 +0100 + +gtk+2.0 (2.6.2-1) unstable; urgency=low + + * New upstream release: + - fix the loop in gtkdialog (Closes: #291051). + - should fix the issue on sparc (Closes: #293711). + + -- Sebastien Bacher Sun, 6 Feb 2005 00:16:52 +0100 + +gtk+2.0 (2.6.1-2) unstable; urgency=low + + * Upload to unstable. + * debian/patches/004_gtkmodules.patch: + - don't reverse the order of modules, that fix a crash with the modules. + + -- Sebastien Bacher Wed, 2 Feb 2005 18:28:09 +0100 + +gtk+2.0 (2.6.1-1) experimental; urgency=low + + * New upstream release. + + -- Sebastien Bacher Sun, 9 Jan 2005 14:23:07 +0100 + +gtk+2.0 (2.6.0-1) experimental; urgency=low + + * New upstream release (Closes: #275239). + * debian/control.in: + - create a gtk2-engines-pixbuf package. + - recommends hicolor-icon-theme (Closes: #287334). + - rename libgtk2.0-dbg to libgtk2.0-0-dbg. + - updated the Build-Depends. + * debian/gtk2-engines-pixbuf.files: + - added. + * debian/libgtk2.0-bin.files: + - install gtk-update-icon-cache here. + * debian/libgtk2.0-bin.postinst: + - call gtk-update-icon-cache. + * debian/patches/001_gtk+-debian-aclocal-pass_all.patch: + - removed, should not be needed with the new version. + * debian/patches/003_treeview-typeahead.patch, + debian/patches/003_filechooser-search.patch, + debian/patches/004_treeview-activate.patch, + debian/patches/005_modifiers.patch: + - removed, these changes are in the new version. + * debian/rules: + - updated the shlibs. + - use dh_strip to make the debug package. + * update-gtk-immodules.in: + * update-gdkpixbuf-loaders.in: + - module version is 2.4.0. + * debian/watch: + - updated. + + -- Sebastien Bacher Wed, 29 Dec 2004 18:55:11 +0100 + +gtk+2.0 (2.4.14-2) unstable; urgency=low + + * debian/patches/003_filechooser-search.patch: + - open the path entry if "/" is enter in the file-selector. + * debian/patches/004_treeview-activate.patch: + - typeahead active the row. + * debian/patches/005_modifiers.patch: + - accept shift-/ for bringing up the location popup. + + -- Sebastien Bacher Tue, 21 Dec 2004 16:21:15 +0100 + +gtk+2.0 (2.4.14-1) unstable; urgency=low + + * New upstream release (Closes: #286021). + * debian/control.in: + - set myself as maintainer. + * debian/patches/003_treeview-typeahead.patch: + - backport of the typeahead feature for the treeviews. + + -- Sebastien Bacher Sun, 19 Dec 2004 14:55:07 +0100 + +gtk+2.0 (2.4.13-1) unstable; urgency=low + + * New upstream release: + - make new notebook tabs appear again (Closes: #276266). + + -- Sebastien Bacher Wed, 13 Oct 2004 16:48:13 +0200 + +gtk+2.0 (2.4.11-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Mon, 11 Oct 2004 19:48:52 +0200 + +gtk+2.0 (2.4.10-1) unstable; urgency=low + + * New upstream release. + * debian/patches/002_xpmico.patch: + - updated, the two xpm fixes are in the new version. + + -- Sebastien Bacher Sun, 19 Sep 2004 00:19:27 +0200 + +gtk+2.0 (2.4.9-2) unstable; urgency=high + + * debian/patches/002_xpmico.patch: + - fix CAN-2004-0782 Heap-based overflow in pixbuf_create_from_xpm. + - fix CAN-2004-0783 Stack-based overflow in xpm_extract_color. + - fix CAN-2004-0788 ico loader integer overflow. + + -- Sebastien Bacher Fri, 17 Sep 2004 12:23:02 +0200 + +gtk+2.0 (2.4.9-1) unstable; urgency=medium + + * GNOME team upload. + * New upstream release. + * debian/patches/002_gtk+-pixbuf-breakage.patch: removed, included in + upstream version 2.4.8. + + -- Jordi Mallach Thu, 26 Aug 2004 14:41:17 +0200 + +gtk+2.0 (2.4.7-1) unstable; urgency=medium + + * GNOME team upload. + * New upstream release. + * debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch + from CVS to fix thumbnail corruption in nautilus. + + -- Jordi Mallach Wed, 25 Aug 2004 20:12:28 +0200 + +gtk+2.0 (2.4.4-2) unstable; urgency=medium + + * Rebuilt with libtiff4. + * debian/control.in: + - Build-Depends on libtiff4-dev. + + -- Sebastien Bacher Wed, 28 Jul 2004 23:11:54 +0200 + +gtk+2.0 (2.4.4-1) unstable; urgency=low + + * New upstream release + - fix the problem with directories displayed twice in the file chooser + (Closes: #249057). + * debian/control.in: + - libgtk2.0-bin Conflicts with old libgtk2.0-dev. + + -- Sebastien Bacher Sun, 11 Jul 2004 00:33:45 +0200 + +gtk+2.0 (2.4.3-3) unstable; urgency=low + + * debian/control.in: + - since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need + to update the Replaces. + + -- Sebastien Bacher Mon, 5 Jul 2004 21:15:25 +0200 + +gtk+2.0 (2.4.3-2) unstable; urgency=low + + * debian/libgtk2.0-bin.files: + - moved gdk-pixbuf-query-loader and gtk-query-immodules-2.0 manpages + to libgtk2.0-bin. (Closes: #257399). + * debian/libgtk2.0-doc.doc-base.gtk-faq, + debian/libgtk2.0-doc.doc-base.gtk-tutorial: + - changed index.html with book1.html. + * Included devehelp files from Richard Cohen + for the faq and the tutorial (Closes: #256844). + + -- Sebastien Bacher Sat, 3 Jul 2004 12:14:38 +0200 + +gtk+2.0 (2.4.3-1) unstable; urgency=medium + + * New upstream release + - fix the button size allocation logic (Closes: #253971, #253974). + * debian/rules + - updated the shlibs. + + -- Sebastien Bacher Tue, 15 Jun 2004 11:29:13 +0200 + +gtk+2.0 (2.4.2-1) unstable; urgency=low + + * New upstream release (Closes: #252690). + + -- Sebastien Bacher Sat, 5 Jun 2004 17:23:57 +0200 + +gtk+2.0 (2.4.1-4) unstable; urgency=low + + * Conflict with librsvg2-common << 2.6.3-1 (closes: #250714, #250647). + + -- Josselin Mouette Tue, 25 May 2004 14:15:22 +0200 + +gtk+2.0 (2.4.1-3) unstable; urgency=low + + * GNOME Team Upload. + * Upload to unstable + + close bug fixed in experimental uploads + (Closes: #161244, #201429, #201507, #203677, #208744, #223316, #228603) + (Closes: #232081, #234902, #238479, #241860) + * Marc Brockschmidt + + debian/rules: Really, *really* surpress warnings when removing directories + (using >/dev/null 2>&1 instead of 2>&1 >/dev/null) + + -- Sebastien Bacher Sat, 22 May 2004 15:23:21 +0200 + +gtk+2.0 (2.4.1-2) experimental; urgency=low + + * debian/control.in: + + Conflict with old versions of packages that need a rebuild to work with + gtk+2.4 to force the updates. + + -- Sebastien Bacher Sat, 15 May 2004 23:24:07 +0200 + +gtk+2.0 (2.4.1-1) experimental; urgency=low + + * New upstream release. + * Akira TAGOH + + debian/control: + - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6). + - libgtk2.0-dev requires libxext-dev. (Closes: #247469) + * Sebastien Bacher + + debian/rules: + - updated shlib to 2.4.1. + + -- Sebastien Bacher Wed, 5 May 2004 23:32:54 +0200 + +gtk+2.0 (2.4.0-4) experimental; urgency=low + + * Akira TAGOH + + debian/control: + - moved arch-independent files to libgtk2.0-common again. + - separated arch-dependent files to libgtk2.0-bin. + + -- Akira TAGOH Sat, 24 Apr 2004 02:11:52 +0900 + +gtk+2.0 (2.4.0-3) experimental; urgency=low + + * Akira TAGOH + + debian/rules: + - modified the sed script to strip the version properly. + (closes: Bug#241860) + - clean up. + + debian/control: + - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4) + - separated arch-independent data to libgtk2.0-data package. + (from 2.2.4-4) + + -- Akira TAGOH Fri, 23 Apr 2004 22:43:58 +0900 + +gtk+2.0 (2.4.0-2) experimental; urgency=low + + * debian/control.in: + + Added build dependency on libxcursor-dev. (Closes: #239886) + + Sebastien Bacher : + * debian/rules: + + Updated shver. + * debian/control.in: + + Added again Build-Depends removed in 2.4.0-1. + + -- J.H.M. Dassen (Ray) Thu, 25 Mar 2004 11:18:48 +0100 + +gtk+2.0 (2.4.0-1) experimental; urgency=low + + * First upload of new GTK+ branch in experimental (Closes: #238479): + + back out locale-dependent interpretation of KP_Decimal (Closes: #234902). + + change scrolling method (Closes: #161244). + + first day of the week depends of the locale (Closes: #228603). + + fix fileselector multiple selection handling after keyboard validation + (Closes: #208744). + + fix gtktreeview crash when expanding nodes (Closes: #232081). + + fix quotes missing in gtk-2.0.m4 (Closes: #223316). + + use the new file selector (Closes: #203677, #201429, #201507). + + and probably a lot of other bug fixes and improvements ... + * Sebastien Bacher : + * debian/control.in: + - removed Build-Depends on docbook-utils and linuxdoc-tools-text. + * patches/001_gtk+-debian-docfix-dtds.patch: + - removed since we have a xml catalog now. + * Rob Taylor : + * debian/control.in, debian/sources, debian/scripts/vars, debian/watch: + - updated for 2.4.0. + * debian/patches/: + - 002_gtk+-debian-freetype.patch: + + removed, not needed any more, configure already has the changes. + - 000_gtk+-2.2.4-non-weak-symbols.patch: + + removed, fixed in upstream source. + - 000_gtk+-2.2.4-socketfocus.patch: + + removed, fixed in upstream source. + - 001_gtk+-debian-aclocal-pass_all.patch : + + updated. + - 000_gtk+-2.2.0-buildfix-immodule.patch + + updated. + - 000_gtk+-debian-xinerama-pic.patch + + updated. + + -- Sebastien Bacher Mon, 22 Mar 2004 22:00:09 +0100 + +gtk+2.0 (2.2.4-6) unstable; urgency=low + + * Akira TAGOH + + debian/control: + - added libxt-dev to fix FTBFS. (closes: Bug#246450) + - added libgtk2.0-0 to Depends for libgtk2.0-common. + + -- Akira TAGOH Tue, 4 May 2004 11:30:56 +0900 + +gtk+2.0 (2.2.4-5) unstable; urgency=low + + * Akira TAGOH + + debian/control: + - moved arch-independent files to libgtk2.0-common again. + - separated arch-dependent files to libgtk2.0-bin. + + -- Akira TAGOH Sat, 24 Apr 2004 01:12:08 +0900 + +gtk+2.0 (2.2.4-4) unstable; urgency=low + + * Akira TAGOH + + debian/rules: + - bumped the shlib version to 2.2.1-3. (closes: Bug#208671) + + debian/control: + - separated arch-independent data to libgtk2.0-data package. + (closes: Bug#233396) + - fixed the dependencies for the separated xlibs-dev. + (closes: Bug#241782, Bug#241522) + + debian/libgtk2.0-data.{dir,files}: + - added. + + -- Akira TAGOH Thu, 22 Apr 2004 00:42:02 +0900 + +gtk+2.0 (2.2.4-3) unstable; urgency=low + + * debian/patches/: + - 002_gtk+-debian-freetype.patch: patch from Daniel Schepler to fix the + build failure due to freetype (Closes: #225129). + + -- Sebastien Bacher Sat, 27 Dec 2003 13:00:17 +0100 + +gtk+2.0 (2.2.4-2) unstable; urgency=low + + * debian/control: + - added Uploaders to maintain as team. + - added gnome-pkg-tools to Build-Depends. + * debian/gtk-options.7: + - included a manpage with the help on the options (Closes: Bug#216897). + * debian/libgtk2.0-doc.doc-base.gtk-faq + * debian/libgtk2.0-doc.doc-base.gtk-tutorial: + - replaced book1.html by index.html (closes: Bug#215382). + * debian/patches/: + - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus + problem that hang the system tray applet. + (closes: Bug#210813, Bug#212772). + - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated + (closes: Bug#216660). + * debian/rules: + - modified to generate debian/control using gnome-pkg-tools. + + -- Sebastien Bacher Fri, 31 Oct 2003 21:32:29 +0100 + +gtk+2.0 (2.2.4-1) unstable; urgency=low + + * New upstream release. + - implemented the im module that produces C_WITH_CEDILLA rather than + C_WITH_ACUTE for dead_acute+c combinations. it will be used as default + im module for fr and pt. (closes: Bug#168557) + - reworked the handling of XIM's status window. (closes: Bug#203009) + * debian/control: + - removed libgtk2.0-0png3 which is unnecessary anymore. + - added non-versioned Conflicts: libgtk2.0-0png3. + - bumped Standards-Version to 3.6.1.0. + * debian/patches/: removed the backported patches. + - 000_gtk+-2.2.2-docfix-gtk2compliant.patch + - 000_gtk+-2.2.2-docfix-gtktreemodel.patch + - 000_gtk+-2.2.2-gtkwidget-viewable.patch + - 000_gtk+-2.2.2-imxim-reconnect.patch + + -- Akira TAGOH Mon, 8 Sep 2003 03:42:18 +0900 + +gtk+2.0 (2.2.2-3) unstable; urgency=low + + * debian/patches/: + - 000_gtk+-2.2.2-docfix-gtk2compliant.patch: applied a backported patch + from CVS to fix the old documentation. (closes: Bug#146723) + - 000_gtk+-2.2.2-docfix-gtktreemodel.patch: applied a backported patch + from CVS to fix the sample code. (closes: Bug#201322) + - 000_gtk+-2.2.2-gtkwidget-viewable.patch: applied a backported patch from + CVS to fix the garbled pixmaps. (closes: Bug#201808, Bug#202486) + - 000_gtk+-2.2.2-imxim-reconnect.patch: applied a backported patch from + CVS to fix the segfaults if the XIM server is killed during running gtk2 + applications. + - 001_gtk+-debian-docfix-dtds.patch: applied to use the local DTD. + * debian/control: + - added Build-Depends-Indep: gtk-doc-tools, docbook-xml to re-generate the + fixed documents. + + -- Akira TAGOH Thu, 7 Aug 2003 01:42:46 +0900 + +gtk+2.0 (2.2.2-2) unstable; urgency=low + + * debian/patches/: + - 001_gtk+-debian-aclocal-pass_all.patch: re-applied a patch to fix FTBFS + on arm. (closes: Bug#201443) + + -- Akira TAGOH Thu, 24 Jul 2003 03:14:10 +0900 + +gtk+2.0 (2.2.2-1) unstable; urgency=low + + * New upstream release. (closes: Bug#200350) + - Fixed threadlocks on GtkTreeView. (closes: Bug#192136) + - Fixed the crash on moving the cursor when the cursor is invisible. + (closes: Bug#187858) + - Fixed the compose table for ascending order. (closes: Bug#182073) + * debian/control: + - fix the FTBFS. Thanks to Daniel Baeyens. + - bumped Standards-Version to 3.6.0. + * debian/rules: + - removed dh_undocumented. + - don't claim the newer shlibs. + * debian/patches/: + - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: removed. + - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: removed. + - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: removed. + - 000_gtk+-2.2.1-gtktreeview-scroll.patch: removed. + - 000_gtk+-debian-xinerama-pic.patch: updated. + - 001_gtk+-debian-aclocal.patch: removed. + - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: applied a Ximian patch + to improve the GtkFileSel UI. Requested from Ross Burton. + - 000_gtk+-2.2.2-non-weak-symbols.patch: applied to fix the undefined non + weak symbols. (closes: Bug#193774) + + -- Akira TAGOH Sun, 13 Jul 2003 21:26:49 +0900 + +gtk+2.0 (2.2.1-6) unstable; urgency=low + + * debian/patches/001_gtk+-debian-aclocal.patch: + - damn. forgot to re-run automake and autoconf. fix again. + (closes: Bug#190569) + + -- Akira TAGOH Sat, 3 May 2003 16:56:18 +0900 + +gtk+2.0 (2.2.1-5) unstable; urgency=low + + * debian/control: + - changed a section for libgtk2.0-dbg to libdevel. + * debian/patches/000_gtk+-debian-aclocal.patch: + - applied to fix Xinerama library linkage broken on arm and m68k. + (closes: Bug#190569) + Thanks to James Troup and Phil Blundell. + + -- Akira TAGOH Sat, 3 May 2003 01:50:52 +0900 + +gtk+2.0 (2.2.1-4) unstable; urgency=low + + * debian/patches/: + - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: + applied a backported patch from CVS. (closes: Bug#185066) + - 000_gtk+-2.2.1-gtktreeview-scroll.patch: + applied a patch from Red Hat to fix infinite expose loops in TreeView. + (closes: Bug#187312) + * debian/control: + - bumped Standards-Version to 3.5.9. + - changed a section for libgtk2.0-dev to libdevel. + * debian/rules: + - fixed the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183377) + * debian/compat: + - use it instead of DH_COMPAT. + + -- Akira TAGOH Fri, 4 Apr 2003 01:55:35 +0900 + +gtk+2.0 (2.2.1-3) unstable; urgency=low + + * build against the latest xlibs and xlibs-pic. so now correct + libXinerama_pic.a is linked and supporting xinarama is re-enabled. + (closes: Bug#177318) + * debian/control: + - depend on xlibs-pic (>= 4.2.1-6) + * debian/README.Debian: + - improve description of static libraries issue. (closes: Bug#181879) + Thanks to Marcelo E. Magallon + - mention gtk-key-theme-name and gnome-settings-daemon. + * debian/rules: + - create the symlinks in /usr/share/gtk-doc + + -- Akira TAGOH Mon, 3 Mar 2003 01:35:04 +0900 + +gtk+2.0 (2.2.1-2) unstable; urgency=low + + * debian/patches/: + - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: + backport from CVS to fix wrong pointer returned. (closes: Bug#180786) + - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: + applied to fix a crash when using xinput. (closes: Bug#178908) + + -- Akira TAGOH Wed, 19 Feb 2003 03:10:55 +0900 + +gtk+2.0 (2.2.1-1) unstable; urgency=low + + * New upstream release. + * debian/patches/: removed patches. they were fixed in this release. + - 000_gtk+-2.2.0-buildfix-modules.patch + - 000_gtk+-2.2.0-fix-es.po.patch + - 000_gtk+-2.2.0-fnmatch-undef.patch + - 002_gtk+-2.2.0-fixtypo-xinput.patch + * debian/patches/000_gtk+-debian-xinerama-pic.patch: update. + + -- Akira TAGOH Fri, 7 Feb 2003 03:37:44 +0900 + +gtk+2.0 (2.2.0-3) unstable; urgency=low + + * debian/: clean the unnecessary files up. (closes: Bug#177809) + * debian/rules: + remove the old debug libraries on install process if exists. (closes: + Bug#177376) + * debian/patches/: + - 002_gtk+-2.2.0-fixtypo-xinput.patch: + fix to enable XFree86 xinput extension. (closes: Bug#176104) + - 000_gtk+-2.2.0-fix-es.po.patch: + applied to fix es.po. (closes: Bug#178870) + + -- Akira TAGOH Wed, 29 Jan 2003 23:01:43 +0900 + +gtk+2.0 (2.2.0-2) unstable; urgency=low + + * debian/control: + - add Conflicts libgnomeui-0 (<< 2.0.6-2) to avoid the gtk+ 2.2 breakage. + (closes: Bug#175946) + - add Conflicts gtk2.0-examples (<< 2.2.0) (closes: Bug#175868) + - add dependency of libgtk2.0-common. (closes: Bug#175873) + - removed libgtk-common package. it's no longer needed. I hope the loop + dependency will be disappeared. + - used libpng12-0-dev instead of libpng3-dev for Build-Depends. + * debian/patches/001_gtk+-2.2.0-xinerama-pic.patch: + disabled Xinerama support until xlibs-pic has libXinerama_pic.a. + (closes: Bug#175923) + + -- Akira TAGOH Sat, 11 Jan 2003 05:09:12 +0900 + +gtk+2.0 (2.2.0-1) unstable; urgency=low + + * New upstream release. + - upstream bug were closed. so it should be fixed. (closes: Bug#147697) + * debian/control: + - updated Build-Depends. + - bumped Standards-Version to 3.5.8. + - fix description-synopsis-ends-with-full-stop stuff. + * debian/update-gdkpixbuf-loaders: add brand-new wrapper script. + * debian/update-gdkpixbuf-loaders.1: add manpage. + * debian/rules: + modified to build the static libraries. (closes: Bug#161938) + * debian/README.Debian: updated. + * debian/patches/: + - 000_gtk+-2.0.6-extranotify.patch: removed. + - 000_gtk+-2.0.6-scroll_to.patch: removed. + - 000_gtk+-2.2.0-fnmatch-undef.patch: + applied to fix having main() in the library. + - 000_gtk+-2.2.0-buildfix-immodule.patch: + applied to build the static libraries. + - 000_gtk+-2.2.0-buildfix-modules.patch: + applied to fix a typo in configure.in. + + -- Akira TAGOH Mon, 6 Jan 2003 18:34:31 +0900 + +gtk+2.0 (2.0.9-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_gtk+-2.0.8-refcolormap.patch: this release contains it. + removed. + + -- Akira TAGOH Sun, 24 Nov 2002 00:08:42 +0900 + +gtk+2.0 (2.0.8-2) unstable; urgency=low + + * debian/patches/000_gtk+-2.0.8-refcolormap.patch: applied to fix the crash + problem with close. For solve your problem, I recommend you restart all + processes related gtk+2.0. (closes: Bug#169005) + + -- Akira TAGOH Fri, 15 Nov 2002 09:16:40 +0900 + +gtk+2.0 (2.0.8-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: it's no longer needed. + * debian/rules: fix twice called ldconfig. (closes: Bug#168071) + + -- Akira TAGOH Sun, 10 Nov 2002 16:36:45 +0900 + +gtk+2.0 (2.0.7-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + - support noopt option for DEB_BUILD_OPTIONS. + - add symlink for gobject. (closes: Bug#167755) + * Hm, closed a bug which is marked as NMU due to mis-upload. (closes: + Bug#166442) + * debian/patches: these patches are no longer needed, so removed. + - 000_gtk+-2.0.6-64bitfix.patch + - 000_gtk+-2.0.6-imenvvar.patch + - 000_gtk+-2.0.6-keycode.patch + - 000_gtk+-2.0.6-usintl.patch + * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: applied to fix the + undefined symbol issue on libpixbufloader-gif.so. + + -- Akira TAGOH Wed, 6 Nov 2002 01:42:22 +0900 + +gtk+2.0 (2.0.6-4) unstable; urgency=low + + * debian/patches/000_gtk+-2.0.6-64bitfix.patch: applied to fix a segfault on + IA64. (closes: Bug#166442) + + -- Akira TAGOH Sun, 27 Oct 2002 03:07:59 +0900 + +gtk+2.0 (2.0.6-3) unstable; urgency=low + + * debian/control: moved libgtk2.0-0png3 to the last entry. + * debian/rule: fix invalid symlink. + + -- Akira TAGOH Sat, 31 Aug 2002 09:46:36 +0900 + +gtk+2.0 (2.0.6-2) unstable; urgency=low + + * debian/control: + - bumped Standards-Version and depends debhelper (>> 4). + - revert to libgtk2.0-0 and remove Conflicts libgtk2.0-0, then add + versioned conflict to work eog2, gnome-panel2, celestia, gimp1.3 and + metatheme. (closes: Bug#155689, Bug#155854) + - add libgtk2.0-0png3 to Conflicts, Replaces. + - add a dummy package for libgtk2.0-0png3. + - remove the image libraries dependency. (closes: Bug#158858) + - clean up -dev's Depends. + - add libglib2.0-doc, libatk1.0-doc and libpango1.0-doc to Suggests. + * debian/patches/: from Red Hat. + - 000_gtk+-2.0.6-exportsymbols.patch: + applied to fix stripping the wrong symbols due to libtool's bug. but + it's not affected about the symbols used by ld and ld.so. mainly for nm, + gdb and etc. + - 000_gtk+-2.0.6-extranotify.patch: + applied to fix extra settings notifies on startup that were causing + significant performance problems as fonts were reloaded. + - 000_gtk+-2.0.6-imenvvar.patch: + applied to fix a bug with GTK_IM_MODULE environment variable. + - 000_gtk+-2.0.6-keycode.patch: applied to fix a problem with keycodes + passed to GtkIMContextXIM. + - 000_gtk+-2.0.6-usintl.patch: + applied to fix to GtkIMContextSimple compose for us-intl keyboards. + should be fixed. (closes: Bug#149515) + - 000_gtk+-2.0.6-scroll_to.patch: + applied to fix gtk_tree_view_scroll_to_cell. + * debian/rules: add symlink to fix the missing symlink for glib, atk and + pango. (closes: Bug#158107) + * debian/update-gtk-immodules.fr.1: added. Thanks Julien Louis. (closes: + Bug#156985) + + -- Akira TAGOH Sat, 31 Aug 2002 05:22:33 +0900 + +gtk+2.0 (2.0.6-1) unstable; urgency=low + + * New upstream release. + * Build against libpng3 (closes: 147852) + + -- Akira TAGOH Sun, 4 Aug 2002 18:31:53 +0900 + +gtk+2.0 (2.0.5-2) unstable; urgency=low + + * debian/rules: add --with-xinput=xfree. (closes: Bug#151668) + * debian/control: + - add Conflicts: libgdkxft0 to avoid some problem. (closes: Bug#151439). + - changed a summary from 'Dummy' to 'Empty'. + + -- Akira TAGOH Thu, 4 Jul 2002 00:18:53 +0900 + +gtk+2.0 (2.0.5-1) unstable; urgency=low + + * New upstream release. + * debian/control: fix typo (closes: Bug#150147) + + -- Akira TAGOH Mon, 17 Jun 2002 01:07:20 +0900 + +gtk+2.0 (2.0.4-1) unstable; urgency=low + + * New upstream release. + - should be fixed in this release. (closes: Bug#149667) + - now it's not linked to the Pango docs (closes: Bug#149143) + * debian/libgtk2.0-doc.doc-base.{gdk,gdk-pixbuf,gtk,gtk-faq,gtk-tutorial}: + add a new line before Format: (closes: Bug#149548, Bug#150043) + + -- Akira TAGOH Sun, 16 Jun 2002 05:16:29 +0900 + +gtk+2.0 (2.0.3-1) unstable; urgency=low + + * New upstream release. + * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}: + changed an index file. + + -- Akira TAGOH Thu, 30 May 2002 23:35:52 +0900 + +gtk+2.0 (2.0.2-5) unstable; urgency=high + + * debian/control: add libtiff3g-dev, libpng2-dev and libjpeg62-dev to + Depends for -dev. + * set urgency=high because previous version violated our policy 2.3.4. + it should be into woody as far as possible. + + -- Akira TAGOH Thu, 23 May 2002 00:31:52 +0900 + +gtk+2.0 (2.0.2-4) unstable; urgency=high + + * debian/patches/000_gtk+2.0-2.0.2-bigendian.patch: applied to fix a problem + for big endian machines. (closes: Bug#145285) + * set urgency=high because it should be in woody. + + -- Akira TAGOH Wed, 1 May 2002 02:46:12 +0900 + +gtk+2.0 (2.0.2-3) unstable; urgency=low + + * debian/update-gtk-immodules: create /etc/gtk-2.0 directory for workaround, + if it's not found. oh, why didn't you have it? (closes: Bug#143508, + Bug#144673) + + -- Akira TAGOH Sun, 28 Apr 2002 04:46:30 +0900 + +gtk+2.0 (2.0.2-2) unstable; urgency=low + + * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}: + Grr, fix again... (closes: Bug#141069) + * debian/scripts/vars.build: fix bashism. + + -- Akira TAGOH Sat, 6 Apr 2002 04:26:14 +0900 + +gtk+2.0 (2.0.2-1) unstable; urgency=low + + * New upstream release. + - this release has bug fix only. + * debian/control: forgot to update versioned dependency for -dev. + * debian/libgtk2.0-doc.doc-base.gtk-faq, + debian/libgtk2.0-doc.doc-base.gtk-tutorial: + fix wrong index. (closes: Bug#141069) + + -- Akira TAGOH Thu, 4 Apr 2002 02:49:49 +0900 + +gtk+2.0 (2.0.1-1) unstable; urgency=low + + * New upstream release. + * debian/update-gtk-immodules: check the immodules directory. + + -- Akira TAGOH Sun, 31 Mar 2002 00:59:03 +0900 + +gtk+2.0 (2.0.0-3) unstable; urgency=low + + * debian/rules: removed regenerate shlibs. all packages no longer needs to + depend on -common. + + -- Akira TAGOH Sat, 16 Mar 2002 21:51:08 +0900 + +gtk+2.0 (2.0.0-2) unstable; urgency=low + + * debian/control: changed Build-Depends to libpango1.0-dev (>= 1.0.0-3) + * debian/{control,rules}: add libgtk-common as dummy package for upgrading. + * debian/rules: fix the missing directory. + * debian/update-gtk-immodules: fix file attribute for gtk.immodules. + + -- Akira TAGOH Sat, 16 Mar 2002 04:34:39 +0900 + +gtk+2.0 (2.0.0-1) unstable; urgency=low + + * Initial Release. + + -- Akira TAGOH Wed, 13 Mar 2002 00:07:25 +0900 diff --git a/clean b/clean new file mode 100644 index 0000000000..210b77ca2d --- /dev/null +++ b/clean @@ -0,0 +1 @@ +debian/convert-emoji diff --git a/close-enough.keyfile b/close-enough.keyfile new file mode 100644 index 0000000000..1ae6ff92d9 --- /dev/null +++ b/close-enough.keyfile @@ -0,0 +1,3 @@ +[reftest] +tolerated-diff-level=10 +tolerated-diff-pixels=100 diff --git a/control b/control new file mode 100644 index 0000000000..5399df6bf6 --- /dev/null +++ b/control @@ -0,0 +1,313 @@ +Source: gtk+3.0 +Section: libs +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Simon McVittie , Dmitry Shachnev , Jeremy Bícha +Build-Depends: adwaita-icon-theme-full , + at-spi2-core , + dbus-daemon , + debhelper-compat (= 13), + dh-sequence-gir, + docbook-xml , + docbook-xsl , + fonts-cantarell , + fonts-dejavu-core , + gir1.2-gdkpixbuf-2.0-dev, + gir1.2-pango-1.0-dev, + gnome-pkg-tools (>= 0.11), + gobject-introspection (>= 1.41.3), + gsettings-desktop-schemas , + libatk-bridge2.0-dev (>= 2.15.1), + libatk1.0-dev (>= 2.35.1), + libcairo2-dev (>= 1.14.0), + libcloudproviders-dev (>= 0.3.2), + libcolord-dev (>= 0.1.9), + libcups2-dev (>= 1.7), + libegl1-mesa-dev [linux-any], + libepoxy-dev (>= 1.4), + libfontconfig-dev, + libfreetype-dev (>= 2.7.1), + libfribidi-dev (>= 0.19.7), + libgdk-pixbuf-2.0-dev (>= 2.40.0), + libgirepository1.0-dev (>= 1.39.0), + libglib2.0-dev (>= 2.57.2), + libharfbuzz-dev (>= 2.2.0), + libjson-glib-dev:native, + libpango1.0-dev (>= 1.44.0), + librsvg2-common [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64] , + libwayland-dev (>= 1.14.91) [linux-any], + libx11-dev, + libxcomposite-dev, + libxcursor-dev, + libxdamage-dev, + libxext-dev, + libxfixes-dev, + libxi-dev, + libxinerama-dev, + libxkbcommon-dev (>= 0.2.0), + libxkbfile-dev, + libxml2-utils, + libxrandr-dev (>= 2:1.5.0), + meson (>= 0.60.0), + ninja-build, + pkg-config, + sassc, + wayland-protocols (>= 1.17) [linux-any], + xauth , + xsltproc , + xvfb +Build-Depends-Indep: gtk-doc-tools (>= 1.20) , + libatk1.0-doc , + libcairo2-doc , + libglib2.0-doc , + libpango1.0-doc , +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk3 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk3.git +Homepage: https://www.gtk.org/ + +Package: libgtk-3-0 +Architecture: any +Multi-Arch: same +Depends: adwaita-icon-theme, + hicolor-icon-theme, + shared-mime-info, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-3-common (>= ${source:Version}) +Provides: ${gtk:BinVer} +Recommends: libgtk-3-bin, + librsvg2-common +Suggests: gvfs, +Description: GTK graphical user interface library + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the shared libraries. + +Package: libgtk-3-0-udeb +Build-Profiles: +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Provides: ${gtk:BinVer} +Description: GTK graphical user interface library - minimal runtime + This is a udeb, or a microdeb, for the debian-installer. + . + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the minimal runtime library using X11 needed + by the Debian installer. + +Package: libgtk-3-common +Section: misc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: libgtk-3-0 +Breaks: libgtk-3-dev (<< 3.24.30-3~) +Replaces: libgtk-3-dev (<< 3.24.30-3~) +Description: common files for the GTK graphical user interface library + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the common files which the libraries need. + +Package: libgtk-3-bin +Section: misc +Architecture: any +Multi-Arch: foreign +Depends: gtk-update-icon-cache, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-3-common (>= ${source:Version}), + libgtk-3-0 (>= ${source:Version}) +Breaks: gtk-3-examples (<< 3.24.13) +Replaces: gtk-3-examples (<< 3.24.13) +Description: programs for the GTK graphical user interface library + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the utilities which are used by the libraries + and other packages. + +Package: libgtk-3-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: gir1.2-gtk-3.0 (= ${binary:Version}), + libatk-bridge2.0-dev (>= 2.15.1), + libatk1.0-dev (>= 2.35.1), + libcairo2-dev (>= 1.14.0), + libegl1-mesa-dev [linux-any], + libepoxy-dev (>= 1.0), + libfontconfig-dev, + libfribidi-dev (>= 0.19.7), + libgdk-pixbuf-2.0-dev (>= 2.40.0), + libglib2.0-dev (>= 2.57.2), + libpango1.0-dev (>= 1.44.0), + libwayland-dev (>= 1.9.91) [linux-any], + libx11-dev, + libxcomposite-dev, + libxcursor-dev, + libxdamage-dev, + libxext-dev, + libxfixes-dev, + libxi-dev, + libxinerama-dev, + libxkbcommon-dev, + libxrandr-dev, + pkg-config, + wayland-protocols (>= 1.17) [linux-any], + ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + ${cloudProvider:Depends}, + libgtk-3-common (>= ${source:Version}), + libgtk-3-0 (= ${binary:Version}) +Provides: gir1.2-gdk-3.0-dev (= ${binary:Version}), + gir1.2-gdkx11-3.0-dev (= ${binary:Version}), + ${gir:Provides} +Suggests: libgtk-3-doc +Description: development files for the GTK library + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the header and development files which are + needed for building GTK applications. + +Package: libgtk-3-doc +Build-Profiles: +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: libatk1.0-doc, + libglib2.0-doc, + libpango1.0-doc +Suggests: devhelp +Description: documentation for the GTK graphical user interface library + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the HTML documentation for the GTK library + in /usr/share/doc/libgtk-3-doc/ . + +Package: gtk-3-examples +Section: x11 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgtk-3-0 (= ${binary:Version}) +Description: example files for GTK 3 + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the example files and a demonstration program + for GTK3. It also contains the installed tests. + +Package: gir1.2-gtk-3.0 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-3-common +Breaks: python-gi (<< 3.18), + python3-gi (<< 3.18) +Provides: gir1.2-gdk-3.0 (= ${binary:Version}), + gir1.2-gdkx11-3.0 (= ${binary:Version}), + ${gir:Provides} +Description: GTK graphical user interface library -- gir bindings + GTK is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, GTK is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings. + +Package: gtk-update-icon-cache +Section: misc +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends} +Breaks: libgtk-3-bin (<< 3.20.6-1), + libgtk2.0-bin (<< 2.24.30-2) +Replaces: libgtk-3-bin (<< 3.20.6-1), + libgtk2.0-bin (<< 2.24.30-2) +Description: icon theme caching utility + gtk-update-icon-cache creates mmap()able cache files for icon themes. + . + GTK can use the cache files created by gtk-update-icon-cache to avoid a lot + of system call and disk seek overhead when the application starts. Since the + format of the cache files allows them to be mmap()ed shared between multiple + applications, the overall memory consumption is reduced as well. + +Package: libgail-3-0 +Architecture: any +Multi-Arch: same +Depends: at-spi2-core, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-3-0 (= ${binary:Version}) +Description: GNOME Accessibility Implementation Library -- shared libraries + Gail implements ATK interfaces for GTK widgets which are dynamically + loadable at runtime by a GTK application. Once loaded, those parts of + an application that use standard GTK widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the shared library. + +Package: libgail-3-dev +Architecture: any +Multi-Arch: same +Section: libdevel +Depends: libatk1.0-dev, + libgail-3-0 (= ${binary:Version}), + pkg-config, + ${misc:Depends}, + libgtk-3-dev (= ${binary:Version}) +Suggests: libgail-3-doc +Description: GNOME Accessibility Implementation Library -- development files + Gail implements ATK interfaces for GTK widgets which are dynamically + loadable at runtime by a GTK application. Once loaded, those parts of + an application that use standard GTK widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the development files for Gail. + +Package: libgail-3-doc +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: doc +Depends: ${misc:Depends} +Suggests: devhelp +Description: documentation files of the Gail library + Gail implements ATK interfaces for GTK widgets which are dynamically + loadable at runtime by a GTK application. Once loaded, those parts of + an application that use standard GTK widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the documentation files for Gail. diff --git a/copyright b/copyright new file mode 100644 index 0000000000..215606a578 --- /dev/null +++ b/copyright @@ -0,0 +1,1113 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gtk+ +Source: https://download.gnome.org/sources/gtk+/ + +Files: * +Copyright: Copyright (C) 1986, 1987, 1998 The Open Group + Copyright (C) 1993 Robert Nation + Copyright (C) 1997-2010 The GTK Team + Copyright (C) 1991-1993, 1995, 1999-2010 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998 Steffen Beyer + Copyright (C) 1996-2007, 2009 Sun Microsystems, Inc. + Copyright (C) 1998 David Abilleira Freijeiro + Copyright (C) 1998 Lars Hamann and Stefan Jeske + Copyright (C) 1998 Cesar Miquel and Shawn T. Amundson + Copyright (C) 1995-2007 Peter Mattis, Spencer Kimball and Josh MacDonald + Copyright (C) 1995-2007 Ryan Lortie + Copyright (C) 1998, 2002 Owen Taylor + Copyright (C) 1998 Elliot Lee + Copyright (C) 1998 Shawn T. Amundson + Copyright (C) 1998-2004 Tor Lillqvist + Copyright (C) 1998-2001, 2005, 2006 Tim Janik + Copyright (C) 1998-2020 Red Hat, Inc. + Copyright (C) 1998 Stanislav Brabec + Copyright (C) 1998 Jiří Pavlovský + Copyright (C) 1999 Mark Crichton, Larry Ewing + Copyright (C) 1999 Michael Zucchi + Copyright (C) 2000-2002 Keith Packard + Copyright (C) 2000 SuSE Linux Ltd + Copyright (C) 2001 CodeFactory AB + Copyright (C) 2001 Havoc Pennington + Copyright (C) 2001 Stefan Ondrejicka + Copyright (C) 2001 Archaeopteryx Software Inc. + Copyright (C) 2001-2005 Hans Breuer + Copyright (C) 2001,2002,2004 Anders Carlsson + Copyright (C) 2001-2003, 2006, 2007, 2009, 2010 Kristian Rietveld + Copyright (C) 2002 Sayed Jaffer Al-Mosawi + Copyright (C) 2002 Naba Kumar + Copyright (C) 2002 James Henstridge + Copyright (C) 2003, 2004 Raymond Penners + Copyright (C) 2003, 2004 Dom Lachowicz + Copyright (C) 2003, 2004 Soeren Sandmann + Copyright (C) 2003, 2004, 2006, 2009 Matthias Clasen + Copyright (C) 2003 Takuro Ashie + Copyright (C) 2003-2004 Kazuki IWAMOTO + Copyright (C) 2003 Apple Computer, Inc. + Copyright (C) 2003 Ricardo Fernandez Pascual + Copyright (C) 2003 Alex Graveley + Copyright (C) 2004 Paolo Borelli + Copyright (C) 2004-2011 Nokia Corporation + Copyright (C) 2004-2006 Christian Hammond + Copyright (C) 2004 Lorenzo Gil Sanchez + Copyright (c) 2004 James M. Cape + Copyright (C) 2004-2009 GNOME Foundation + Copyright (C) 2005 Paolo Maggi + Copyright (C) 2005 Jamie McCracken + Copyright (C) 2005 Ronald S. Bultje + Copyright (C) 2005-2007 Vincent Untz + Copyright (C) 2005,2007-2009 Carlos Garnacho + Copyright (C) 2005-2008 Imendio AB + Copyright (C) 2005 Novell, Inc. + Copyright (C) 2005-2007 Emmanuele Bassi + Copyright (C) 2006 Alexander Larsson + Copyright (C) 2006 John (J5) Palmieri + Copyright (C) 2006-2008, 2010 Christian Persch + Copyright (C) 2006,2008 Jan Arne Petersen + Copyright (C) 2006 Hong Jen Yee (PCMan) + Copyright (C) 2006-2007 Async Open Source + Copyright (C) 2006-2010 Openismus GmbH + Copyright (C) 2007 John Stowers, Neil Jagdish Patel + Copyright (C) 2007-2009 Cody Russell + Copyright (C) 2008 Tristan Van Berkom + Copyright (C) 2008 Tadej Borovšak + Copyright (C) 2008 Jaap Haitsma + Copyright (C) 2008 Richard Hughes + Copyright (C) 2009 Bastien Nocera + Copyright (C) 2009 Stefan Walter + Copyright (C) 2009 Ghee Teo + Copyright (C) 2010 Codethink Limited + Copyright (C) 2010 Christian Dywan + Copyright (C) 2010 Xandru Armesto + Copyright (C) 2010 Damyan Ivanov + Copyright (C) 2010 Sadia Afroz + Copyright (C) 2010 Israt Jahan + Copyright (C) 2018 Microsoft + Copyright (C) 2021 Philip Zander + Copyright (C) Federico Mena + Copyright (C) Christian Kellner + Copyright (C) David Zeuthen + Copyright (C) Javier Jardón + Copyright (C) Javier Jardón + Copyright 2012 Collabora Ltd. + Copyright 2012 Intel Corporation +License: LGPL-2+ and LGPL-2.1+ and Expat + +Files: debian/tests/run-with-display +Copyright: 2021 Marco Trevisan +License: GPL-3+ + +Files: po/* + po-properties/* +Copyright: Copyright (C) 1995-2019 Free Software Foundation, Inc. + Copyright (C) 1999, 2003-2010 The GTK Team + Copyright (C) 2004 Zuza Software Foundation + Copyright (C) 2008-2010 F Wolff + Copyright (C) 2002 Ge'ez Frontier Foundation + Copyright (C) 2004 GNOME Foundation + Copyright (C) 2004 James Johnson + Copyright (C) 2004 David Lodge + Copyright (C) 2004 Ayman Hourieh + Copyright (C) 2002 Sayed Jaffer Al-Mosawi + Copyright (C) 2002 Isam Bayazidi + Copyright (C) 2003, 2004 Arafat Medini + Copyright (C) 2004 Ayman Hourieh + Copyright (C) 2006 Djihed Afifi + Copyright (C) 2006 Seba Barto + Copyright (C) 2008 Anas Afif Emad + Copyright (C) 2006-2010 Khaled Hosny + Copyright (C) 2006, 2008 Amitakhya Phukan + Copyright (C) 2008 Amitakhya Phukan + Copyright (C) 2009 Amitakhya Phukan + Copyright (C) 2007 Rosetta Contributors and Canonical Ltd + Copyright (C) 2007 Xose S. Puente + Copyright (C) 2004 Amir Hedayaty + Copyright (C) 2000 Vasif Ismailoglu MD + Copyright (C) 2003, 2004 Mətin Əmirov + Copyright (C) 2006 Alaksandar Navicki + Copyright (C) 2001-2003 Ales Nyakhaychyk + Copyright (C) 2005 Vital Khilko + Copyright (C) 2005 Ales Nyakhaychyk + Copyright (C) 2002 Borislav Aleksandrov + Copyright (C) 2002 Yanko Kaneti + Copyright (C) 2004, 2005 Vladimir Petkov + Copyright (C) 2005-2010 Alexander Shopov + Copyright (C) 2007 Runa Bhattacharjee + Copyright (C) 2008-2010 Runa Bhattacharjee + Copyright (C) 2004 Sayamindu Dasgupta + Copyright (C) 2004, 2005 Progga + Copyright (C) 2007 Runa Bhattacharjee + Copyright (C) 2008, 2009 Runa Bhattacharjee + Copyright (C) 2009 Maruf Ovee + Copyright (C) 2004 Rosetta Contributors and Canonical Ltd + Copyright (C) 2004 Thierry Vignaud + Copyright (C) 2005-2008 Alan Monfort + Copyright (C) 2009 Jamy + Copyright (C) 2004 Kenan Hadžiavdić + Copyright (C) 2004 Kenan Hadžiavdić + Copyright (C) 1999, 2000 Ivan Vilata i Balaguer + Copyright (C) 2000-2002 Softcatala + Copyright (C) 2002-2006 Jordi Mallach + Copyright (C) 2003 Mireia Farrús + Copyright (C) 2005, 2006 Josep Puigdemont + Copyright (C) 2008-2010 David Planella + Copyright (C) 1999, 2000 Ivan Vilata i Balaguer + Copyright (C) 2000-2002 Softcatala + Copyright (C) 2002-2006 Jordi Mallach + Copyright (C) 2003 Mireia Farrús + Copyright (C) 2005, 2006 Josep Puigdemont + Copyright (C) 2008-2010 David Planella + Copyright (C) 2009, 2010 Reşat SABIQ + Copyright (C) 2003, 2004, 2005 Miloslav Trmac + Copyright (C) 2006 Lukas Novotny + Copyright (C) 2002 Jiří Lebl + Copyright (C) 2002 Michal Bukovjan + Copyright (C) 2003-2005 Miloslav Trmac + Copyright (C) 2006 Jakub Friedl + Copyright (C) 2006 Lukas Novotny + Copyright (C) 2007-2010 Petr Kovar + Copyright (C) 2002 Rhoslyn Prys + Copyright (C) 2003, 2004 Dafydd Harries + Copyright (C) 2004-2006 Rhys Jones + Copyright (C) 2009 Iestyn Pryce + Copyright (C) 1999, 2000 Kenneth Christiansen + Copyright (C) 2000 Keld Simonsen + Copyright (C) 2001-2004 Ole Laursen + Copyright (C) 2005 Martin Willemoes Hansen + Copyright (C) 2005 Marie Lund + Copyright (C) 2007-2010 Ask Hjorth Larsen + Copyright (C) 2001, 2002 Matthias Warkus + Copyright (C) 2002-2004 Christian Neumair + Copyright (C) 2004-2009 Hendrik Richter + Copyright (C) 2004, 2005 Hendrik Brandt + Copyright (C) 2008 Andre Klapper + Copyright (C) 2009, 2010 Mario Blättermann + Copyright (C) 2009, 2010 Christian Kirbach + Copyright (C) 1999, 2001, 2002 Simos Xenitellis + Copyright (C) 2003-2008 Nikos Charonitakis + Copyright (C) 2003 Nikos Kannelopoulos + Copyright (C) 2002-2007 Kostas Papadimas + Copyright (C) 2006 Simos Xenitellis + Copyright (C) 2009 Jennie Petoumenou + Copyright (C) 2009 Simos Xenitellis + Copyright (C) 2004 Adam Weinberger and the GNOME Foundation + Copyright (C) 2004 Adam Weinberger + Copyright (C) 2004 Abigail Brady + Copyright (C) 2004 Gareth Owen + Copyright (C) 2009, 2010 Bruce Cowan + Copyright (C) 2007 Antono VASILJEV + Copyright (C) 2007 Guillaume SAVATON + Copyright (C) 1998-2000 Pablo Saratxaga + Copyright (C) 2001 José Antonio Salgueiro A. + Copyright (C) 2002 Carlos Perelló Marín + Copyright (C) 2002 Germán Poo-Caamaño + Copyright (C) 2002, 2003 Pablo Gonzalo del Campo + Copyright (C) 2003 Juan Manuel García Molina + Copyright (C) 2003-2006 Francisco Javier F. Serrador + Copyright (C) 2007-2010 Jorge González + Copyright (C) 2007-2010 The GNOME Project. + Copyright (C) 2002-2004 Tõivo Leedjärv + Copyright (C) 2004, 2005 Priit Laes + Copyright (C) 2005-2010 Ivar Smolin + Copyright (C) 2009-2010 Mattias Põldaru + Copyright (C) 1999-2000 Joseba Bidaurrazaga van Dierdonck + Copyright (C) 2004 Hizkuntza Politikarako Sailburuordetza + Copyright (C) 2004-2006, 2008-2010 Iñaki Larrañaga Murgoitio + Copyright (C) 2007 Iñaki Larrañaga Murgoitio + Copyright (C) 2000, 2002, 2003, 2004, 2005 Sharif FarsiWeb, Inc. + Copyright (C) 2000, 2002-2005 Roozbeh Pournader + Copyright (C) 2005 Meelad Zakaria + Copyright (C) 2004 Sami Pesonen + Copyright (C) 2000-2005 Pauli Virtanen + Copyright (C) 2005-2009 Ilkka Tuohela + Copyright (C) 2009-2010 Tommi Vainikainen + Copyright (C) 2009 Jiri Grönroos + Copyright (C) 2000-2006 Christophe Merlet + Copyright (C) 20002 Christophe Fergeau + Copyright (C) 2003 David Bellot + Copyright (C) 2006 Benoît Dejean + Copyright (C) 2006-2007 Jonathan Ernst + Copyright (C) 2006-2008 Robert-André Mauchin + Copyright (C) 2007-2008 Stéphane Raimbault + Copyright (C) 2007-2010 Claude Paroz + Copyright (C) 2008 Yannick Tailliez + Copyright (C) 2009 Laurent Coudeur + Copyright (C) 2004 Alastair McKinstry + Copyright (C) 2005 Alan Horkan + Copyright (C) 2007-2010 Seán de Búrca + Copyright (C) 1999, 2000 Jesus Bravo Alvarez + Copyright (C) 2005, 2006 Ignacio Casal Quinteiro + Copyright (C) 2008 Ignacio Casal Quinteiro + Copyright (C) 2009 Mancomún - Centro de Referencia e Servizos de Software Libre + Copyright (C) 2009 Antón Méixome + Copyright (C) 2009 Anton Meixome + Copyright (C) 2009, 2010 Fran Dieguez + Copyright (C) 2004 MagNet + Copyright (C) 2005, 2006 Ankit Patel + Copyright (C) 2007, 2009 Ankit Patel + Copyright (C) 2008-2010 Sweta Kothari + Copyright (C) 2000 Tzafrir Cohen + Copyright (C) 2002, 2004 Gil 'Dolfin' Osher + Copyright (C) 2006 Yair Hershkovitz + Copyright (C) 2003 G Karunakar + Copyright (C) 2004 Ravishankar Shrivastava + Copyright (C) 2005, 2006, 2009 Rajesh Ranjan + Copyright (C) 2009 Manoj Kumar Giri + Copyright (C) 2009 Rajesh Ranjan + Copyright (C) 1999-2002 Szabolcs Ban + Copyright (C) 2002 Andras Timar + Copyright (C) 2004, 2005 Laszlo Dvornik + Copyright (C) 2004, 2005, 2007-2010 Gabor Kelemen + Copyright (C) 2005 Lilit Azizbekyan + Copyright (C) 2005 Lilit Sargsyan + Copyright (C) 2005 Norayr Chilingaryan + Copyright (C) 2006 Ahmad Riza H Nst + Copyright (C) 2003 Mohammad DAMT + Copyright (C) 2007 Michael Terry + Copyright (C) 2003 Richard Allen + Copyright (C) 2000-2002 Christopher Gabriel + Copyright (C) 2003-2007 Alessio Dessì + Copyright (C) 2007-2010 Luca Ferretti + Copyright (C) 2000, 2001 Yukihiro Nakai + Copyright (C) 2002, 2009, 2010 Takayuki KUSANO + Copyright (C) 2002 Akira TAGOH + Copyright (C) 2003-2009 Takeshi AIHANA + Copyright (C) 2003 KAMAGASAKO Masatoshi + Copyright (C) 2006 Satoru SATOh + Copyright (C) 2009-2010 Nishibori Kiyotaka + Copyright (C) 2005 Gia Shervashidze + Copyright (C) 2007, 2008 Vladimer Sichinava ვლადიმერ სიჭინავა + Copyright (C) 2006-2010 Kibavuidi Nsiangani + Copyright (C) 2007-2010 Shankar Prasad + Copyright (C) 2002-2010 Changwod Ryu + Copyright (C) 2008, 2009 Erdal Ronahi + Copyright (C) 2003 Mathieu van Woerkom + Copyright (C) 2000-2004 Gediminas Paulauskas + Copyright (C) 2004 Tomas Kuliavas + Copyright (C) 2004-2007, 2010 Žygimantas Beručka + Copyright (C) 2006 Mantas Kriaučiūnas + Copyright (C) 2007 Gintautas Miliauskas + Copyright (C) 2008, 2010 Rimas Kudelis + Copyright (C) 2009 Gintautas Miliauskas + Copyright (C) 2006, 2007, 2009 Raivis Dejus + Copyright (C) 2008 BOSS GNU/Linux + Copyright (C) 20009 Rajesh Ranjan + Copyright (C) 2009 Rajesh Ranjan + Copyright (C) 2006 The GNOME Foundation + Copyright (C) 2004 John C Barstow + Copyright (C) 2002 Ivan Stojmirov + Copyright (C) 2004 Tomislav Markovski + Copyright (C) 2005 Арангел Ангов + Copyright (C) 2006 Arangel Angov + Copyright (C) 2006, 2007 Jovan Naumovski + Copyright (C) 2007 Arangel Angov + Copyright (C) 2003 FSF-India + Copyright (C) 2006, 2007, 2009 Ani Peter + Copyright (C) 2008 Hari Vishnu + Copyright (C) 2003 OpenMN team + Copyright (C) 2003 2004 Sanlig Badral + Copyright (C) 2004 Sayamindu Dasgupta + Copyright (C) 2003 Swapnil Hajare + Copyright (C) 2004 Pradeep Deshpande + Copyright (C) 2006 Rahul Bhalerao + Copyright (C) 2008, 2009 Sandeep Shedmake + Copyright (C) 2009, 2010 Sandeep Shedmake + Copyright (C) 2002 Hasbullah Bin Pit (sebol) + Copyright (C) 2009, 2010 Russell Kyaw + Copyright (C) 2005 Terance Edward Sola + Copyright (C) 2008 Rosetta Contributors and Canonical Ltd 2008 + Copyright (C) 2009 Nils-Christoph Fiedler + Copyright (C) 2004 Pawan Chitrakar + Copyright (C) 2005 Jyotshna Shrestha + Copyright (C) 2005 Ganesh Ghimire + Copyright (C) 2005 Jaydeep Bhusal + Copyright (C) 2006 Shyam Krishna Bal + Copyright (C) 2006 Shiva Pokharel + Copyright (C) 2006 Mahesh subedi + Copyright (C) 2002 Dirk-Jan C. Binnema + Copyright (C) 2002 Ronald Hummelink + Copyright (C) 2002-2010 Tino Meinen + Copyright (C) 2009 Reinout van Schouwen + Copyright (C) 1998-2001 Kjartan Maraas + Copyright (C) 2001-2002 Roy-Magne Mo + Copyright (C) 2003, 2004 Åsmund Skjæveland + Copyright (C) 2008, 2009 Eskild Hustvedt + Copyright (C) 2009 Åsmund Skjæveland + Copyright (C) 2004 Zuza Software Foundation + Copyright (C) 2006-2008 Yannig Marchegay (Kokoyaya) + Copyright (C) 2005 Gora Mohanty + Copyright (C) 2006 Subhransu Behera + Copyright (C) 2008, 2009, 2010 Manoj Kumar Giri + Copyright (C) 2004 Amanpreet Singh Alam + Copyright (C) 2005-2009 Amanpreet Singh Alam + Copyright (C) 2009, 2010 A S Alam + Copyright (C) 2004 Gustavo Noronha Silva + Copyright (C) 2004 Alex Camacho Castilho + Copyright (C) 2004, 2005 Afonso Celso Medina + Copyright (C) 2006 Raphael Higino + Copyright (C) 2007 Og Maciel + Copyright (C) 2007 Pedro Vaz Mello de Medeiros + Copyright (C) 2008 Henrique P Machado + Copyright (C) 2008 Fábio Nogueira + Copyright (C) 2006-2009 Leonardo Ferreira Fontenelle + Copyright (C) 2009 Vladimir Melo + Copyright (C) 2009 André Gondim + Copyright (C) 2009, 2010 Jonh Wendell + Copyright (C) 2001-2010 Duarte Loreto + Copyright (C) 1999, 2000 Dan Damian + Copyright (C) 2001, 2002 Marius Andreiana + Copyright (C) 2003-2010 Mișu Moldovan + Copyright (C) 2009, 2010 Lucian Adrian Grijincu + Copyright (C) 2000-2002 Valek Filippov + Copyright (C) 2002-2004 Dmitry Mastrukov + Copyright (C) 2002 Sun G11n + Copyright (C) 2003 Andrew W. Nosenko + Copyright (C) 2004-2006 Leonid Kanter + Copyright (C) 2006 Alexander Sigachov + Copyright (C) 2007 Vasiliy Faronov + Copyright (C) 2008 Anton Shestakov + Copyright (C) 2009 Lebedev Roman + Copyright (C) 2004 Steve Murphy + Copyright (C) 2004 Philibert Ndandali + Copyright (C) 2004 Viateur MUGENZI + Copyright (C) 2004 Noëlla Mupole + Copyright (C) 2004 Carole Karema + Copyright (C) 2007 Danishka Navin + Copyright (C) 2001, 2002, 2004 Stanislav Visnovsky + Copyright (C) 2005, 2008 Marcel Telka + Copyright (C) 2006-2010 Pavol Šimo + Copyright (C) 2006 Matic Žgur + Copyright (C) 2007 Martin Srebotnjak + Copyright (C) 2007 Matej Urbančič + Copyright (C) 2003 Besnik Bleta + Copyright (C) 2003-2009 Laurent Dhima + Copyright (C) 2003-2007 Courtesy of Prevod.org team (http://prevod.org/) + Copyright (C) 2000-2005 Christian Rose + Copyright (C) 2006-2010 Daniel Nylander + Copyright (C) 2001-2003 Dinesh Nadarajah + Copyright (C) 2006 Felix + Copyright (C) 2009 I. Felix + Copyright (C) 2005 Prajasakti Localisation Team + Copyright (C) 2007 Sunil Mohan Adapa + Copyright (C) 2008, 2009 Krishna Babu K + Copyright (C) 2003, 2004 Paisa Seeluangsawat + Copyright (C) 2005-2010 Theppitak Karoonboonyanan + Copyright (C) 2004 Gurban Mühemmet Tewekgeli + Copyright (C) 2003 Arman Aksoy + Copyright (C) 2001, 2002 Nilgün Belma Bugüner + Copyright (C) 1999-2001 Fatih Demir + Copyright (C) 2001 Görkem Cetin + Copyright (C) 2006-2009 Baris Cicek + Copyright (C) 2005 Albert Fazlí + Copyright (C) 2008 Rosetta Contributors and Canonical Ltd + Copyright (C) 2008 Ömerjan Tursunqasim + Copyright (C) 1999, 2004 Yuri Syrota + Copyright (C) 2004-2010 Maxim Dziumanenko + Copyright (C) 2009 wanderlust + Copyright (C) 2003, 2004 Mashrab Kuvatov + Copyright (C) 2008 Nurali Abdurahmonov + Copyright (C) 2003, 2004 Mashrab Kuvatov + Copyright (C) 2008 Nurali Abdurahmonov + Copyright (C) 2000-2002 Hoang Ngoc Tu + Copyright (C) 2000-2002 Joern v. Kattchee + Copyright (C) 2002-2004, 2007-2009 Nguyễn Thái Ngọc Duy + Copyright (C) 2005-2010 Clytie Siddall + Copyright (C) 2001, 2003-2006 Pablo Saratxaga + Copyright (C) 2005 Canonical Ltd. + Copyright (C) 2005 Translation World CC in South Africa + Copyright (C) 2003 Raphael Finkel + Copyright (C) 2000 辛立仁 + Copyright (C) 2000 Chih-Wei Huang + Copyright (C) 2001 Abel Cheung + Copyright (C) 2001 He Qiangqiang + Copyright (C) 2003, 2004 Funda Wang + Copyright (C) 2007 Yang Zhang + Copyright (C) 2008, 2009 Deng Xiyue + Copyright (C) 2008, 2009 Funda Wang + Copyright (C) 2009, 2010 Hinker +License: LGPL-2+ + +Files: gtk/icons/scalable/status/*.svg +Copyright: unspecified, possibly © Jakub Steiner +License: CC-BY-SA-4.0 + +Files: gdk/win32/cursor.bdf +Copyright: none stated +License: unencumbered + +Files: gdk/win32/wintab.h + gdk/win32/pktdef.h +Copyright: Copyright (C) 1991-1998 LCS/Telegraphics +License: other + The text and information contained in this file may be freely used, + copied, or distributed without compensation or licensing restrictions. + +Files: gtk/gtktexttag.* + gtk/gtktextmark.* + gtk/gtktextsegment.c + gtk/gtktextchild.c + gtk/gtktextchildprivate.h + gtk/gtktextbtree.c +Copyright: Copyright (C) 1992-1994 The Regents of the University of California. + Copyright (C) 1994-1997 Sun Microsystems, Inc. + Copyright (C) 2000 Red Hat, Inc. +License: SWL + +Files: gtk/gtktextdisplay.* + gtk/gtktextlayout.* +Copyright: Copyright (C) 1992-1994 The Regents of the University of California. + Copyright (C) 1994-1997 Sun Microsystems, Inc. + Copyright (C) 2000 Red Hat, Inc. +License: LGPL-2+ or SWL + +Files: + modules/input/text-input-unstable-v3.xml +Copyright: + 2012-2013 Intel Corporation + 2015-2016 Jan Arne Petersen + 2017-2018 Red Hat, Inc. + 2018 Purism SPC +License: X11R5-permissive + +Files: + gdk/broadway/rawinflate.min.js + debian/missing-sources/emojibase/* + debian/missing-sources/zlib.js-0.1.6/* +Copyright: + 2012 imaya + 2017-2019 Miles Johnson +License: Expat + +Files: + debian/missing-sources/zlib.js-0.1.6/closure-primitives/* +Copyright: © 2006-2010 The Closure Library Authors +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + https://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS-IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +Comment: + On Debian systems a copy of the Apache License, Version 2.0 can be + found in /usr/share/common-licenses/Apache-2.0 + +Files: + gdk/win32/winpointer.h +Copyright: + 2021, the GTK team + unspecified mingw-w64 contributors +License: LGPL-2+ and ZPL-2.1 + +Files: + testsuite/gdk/check-gdk-cairo.c +Copyright: 2008 Sven Herzberg +License: check-gdk-cairo-permissive + This work is provided "as is"; redistribution and modification + in whole or in part, in any medium, physical or electronic is + permitted without restriction. + . + This work 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. + . + In no event shall the authors or contributors be liable for any + direct, indirect, incidental, special, exemplary, or consequential + damages (including, but not limited to, procurement of substitute + goods or services; loss of use, data, or profits; or business + interruption) however caused and on any theory of liability, whether + in contract, strict liability, or tort (including negligence or + otherwise) arising in any way out of the use of this software, even + if advised of the possibility of such damage. + +License: CC-BY-SA-4.0 + http://creativecommons.org/licenses/by-sa/4.0/ + . + Attribution-ShareAlike 4.0 International + . + ======================================================================= + . + Creative Commons Corporation ("Creative Commons") is not a law firm and + does not provide legal services or legal advice. Distribution of + Creative Commons public licenses does not create a lawyer-client or + other relationship. Creative Commons makes its licenses and related + information available on an "as-is" basis. Creative Commons gives no + warranties regarding its licenses, any material licensed under their + terms and conditions, or any related information. Creative Commons + disclaims all liability for damages resulting from their use to the + fullest extent possible. + . + Using Creative Commons Public Licenses + . + Creative Commons public licenses provide a standard set of terms and + conditions that creators and other rights holders may use to share + original works of authorship and other material subject to copyright + and certain other rights specified in the public license below. The + following considerations are for informational purposes only, are not + exhaustive, and do not form part of our licenses. + . + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + . + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + . + ======================================================================= + . + Creative Commons Attribution-ShareAlike 4.0 International Public + License + . + By exercising the Licensed Rights (defined below), You accept and agree + to be bound by the terms and conditions of this Creative Commons + Attribution-ShareAlike 4.0 International Public License ("Public + License"). To the extent this Public License may be interpreted as a + contract, You are granted the Licensed Rights in consideration of Your + acceptance of these terms and conditions, and the Licensor grants You + such rights in consideration of benefits the Licensor receives from + making the Licensed Material available under these terms and + conditions. + . + . + Section 1 -- Definitions. + . + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + . + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + . + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + . + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + . + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + . + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + . + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + . + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + . + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + . + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + . + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + . + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + . + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + . + . + Section 2 -- Scope. + . + a. License grant. + . + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + . + a. reproduce and Share the Licensed Material, in whole or + in part; and + . + b. produce, reproduce, and Share Adapted Material. + . + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + . + 3. Term. The term of this Public License is specified in Section + 6(a). + . + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + . + 5. Downstream recipients. + . + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + . + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + . + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + . + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + . + b. Other rights. + . + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + . + 2. Patent and trademark rights are not licensed under this + Public License. + . + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + . + . + Section 3 -- License Conditions. + . + Your exercise of the Licensed Rights is expressly made subject to the + following conditions. + . + a. Attribution. + . + 1. If You Share the Licensed Material (including in modified + form), You must: + . + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + . + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + . + ii. a copyright notice; + . + iii. a notice that refers to this Public License; + . + iv. a notice that refers to the disclaimer of + warranties; + . + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + . + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + . + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + . + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + . + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + . + b. ShareAlike. + . + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + . + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + . + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + . + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + . + . + Section 4 -- Sui Generis Database Rights. + . + Where the Licensed Rights include Sui Generis Database Rights that + apply to Your use of the Licensed Material: + . + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + . + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + . + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + . + For the avoidance of doubt, this Section 4 supplements and does not + replace Your obligations under this Public License where the Licensed + Rights include other Copyright and Similar Rights. + . + . + Section 5 -- Disclaimer of Warranties and Limitation of Liability. + . + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + . + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + . + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + . + . + Section 6 -- Term and Termination. + . + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + . + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + . + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + . + 2. upon express reinstatement by the Licensor. + . + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + . + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + . + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + . + . + Section 7 -- Other Terms and Conditions. + . + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + . + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + . + . + Section 8 -- Interpretation. + . + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + . + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + . + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + . + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + . + . + ======================================================================= + . + Creative Commons is not a party to its public + licenses. Notwithstanding, Creative Commons may elect to apply one of + its public licenses to material it publishes and in those instances + will be considered the “Licensor.” The text of the Creative Commons + public licenses is dedicated to the public domain under the CC0 Public + Domain Dedication. Except for the limited purpose of indicating that + material is shared under a Creative Commons public license or as + otherwise permitted by the Creative Commons policies published at + creativecommons.org/policies, Creative Commons does not authorize the + use of the trademark "Creative Commons" or any other trademark or logo + of Creative Commons without its prior written consent including, + without limitation, in connection with any unauthorized modifications + to any of its public licenses or any other arrangements, + understandings, or agreements concerning use of licensed material. For + the avoidance of doubt, this paragraph does not form part of the + public licenses. + . + Creative Commons may be contacted at creativecommons.org. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS 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. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +License: GPL-3+ + 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 3 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. +Comment: + On Debian systems, a copy of the GNU General Public License version 3 + can be found in /usr/share/common-licenses/GPL-3. + +License: LGPL-2+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + . + This library 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 Lesser General Public License + for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + . + See /usr/share/common-licenses/LGPL-2 on your debian system. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by the + Free Software Foundation; either version 2.1 of the License, or (at your + option) any later version. + . + This library 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 Lesser General Public License + for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + . + See /usr/share/common-licenses/LGPL-2.1 on your debian system. + +License: SWL + This software is copyrighted by the Regents of the University of + California, Sun Microsystems, Inc., and other parties. The + following terms apply to all files associated with the software + unless explicitly disclaimed in individual files. + . + The authors hereby grant permission to use, copy, modify, + distribute, and license this software and its documentation for any + purpose, provided that existing copyright notices are retained in + all copies and that this notice is included verbatim in any + distributions. No written agreement, license, or royalty fee is + required for any of the authorized uses. Modifications to this + software may be copyrighted by their authors and need not follow + the licensing terms described here, provided that the new terms are + clearly indicated on the first page of each file where they apply. + . + IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY + PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, + OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED + OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND + NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, + AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE + MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + . + GOVERNMENT USE: If you are acquiring this software on behalf of the + U.S. government, the Government shall have only "Restricted Rights" + in the software and related documentation as defined in the Federal + Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you + are acquiring the software on behalf of the Department of Defense, + the software shall be classified as "Commercial Computer Software" + and the Government shall have only "Restricted Rights" as defined + in Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the + foregoing, the authors grant the U.S. Government and others acting + in its behalf permission to use and distribute the software in + accordance with the terms specified in this license. + +License: unencumbered + These "glyphs" are unencumbered + +License: X11R5-permissive + Permission to use, copy, modify, distribute, and sell this + software and its documentation for any purpose is hereby granted + without fee, provided that the above copyright notice appear in + all copies and that both that copyright notice and this permission + notice appear in supporting documentation, and that the name of + the copyright holders not be used in advertising or publicity + pertaining to distribution of the software without specific, + written prior permission. The copyright holders make no + representations about the suitability of this software for any + purpose. It is provided "as is" without express or implied + warranty. + . + THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS + SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR 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 + THIS SOFTWARE. + +License: ZPL-2.1 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000000..24fddb589d --- /dev/null +++ b/gbp.conf @@ -0,0 +1,17 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/latest +upstream-branch = upstream/latest + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit +upstream-vcs-tag = %(version)s + +[pq] +patch-numbers = False diff --git a/gir1.2-gtk-3.0.install b/gir1.2-gtk-3.0.install new file mode 100644 index 0000000000..9038727d6e --- /dev/null +++ b/gir1.2-gtk-3.0.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/ diff --git a/gtk-3-examples.examples b/gtk-3-examples.examples new file mode 100644 index 0000000000..6ad24cd973 --- /dev/null +++ b/gtk-3-examples.examples @@ -0,0 +1,2 @@ +# from the source +examples/* diff --git a/gtk-3-examples.install b/gtk-3-examples.install new file mode 100644 index 0000000000..31fb686510 --- /dev/null +++ b/gtk-3-examples.install @@ -0,0 +1,13 @@ +usr/bin/gtk3-demo +usr/bin/gtk3-demo-application +usr/bin/gtk3-icon-browser +usr/bin/gtk3-widget-factory +usr/libexec/installed-tests/gtk+ +usr/share/applications/gtk3-demo.desktop +usr/share/applications/gtk3-icon-browser.desktop +usr/share/applications/gtk3-widget-factory.desktop +usr/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +usr/share/icons/hicolor/*/*/gtk3-demo* +usr/share/icons/hicolor/*/*/gtk3-widget-factory* +usr/share/installed-tests/gtk+ diff --git a/gtk-3-examples.lintian-overrides b/gtk-3-examples.lintian-overrides new file mode 100644 index 0000000000..3881b3d74d --- /dev/null +++ b/gtk-3-examples.lintian-overrides @@ -0,0 +1,2 @@ +# test data, not documentation +gtk-3-examples: package-contains-documentation-outside-usr-share-doc [usr/libexec/installed-tests/gtk+/a11ytests/*.txt] diff --git a/gtk-3-examples.manpages b/gtk-3-examples.manpages new file mode 100644 index 0000000000..392bef1439 --- /dev/null +++ b/gtk-3-examples.manpages @@ -0,0 +1,4 @@ +usr/share/man/*/gtk3-demo-application.* +usr/share/man/*/gtk3-demo.* +usr/share/man/*/gtk3-icon-browser.* +usr/share/man/*/gtk3-widget-factory.* diff --git a/gtk-update-icon-cache.install b/gtk-update-icon-cache.install new file mode 100644 index 0000000000..0da3f89248 --- /dev/null +++ b/gtk-update-icon-cache.install @@ -0,0 +1,2 @@ +../../../debian/update-icon-caches usr/sbin/ +usr/bin/gtk-update-icon-cache diff --git a/gtk-update-icon-cache.manpages b/gtk-update-icon-cache.manpages new file mode 100644 index 0000000000..1b2f405f4b --- /dev/null +++ b/gtk-update-icon-cache.manpages @@ -0,0 +1 @@ +usr/share/man/man1/gtk-update-icon-cache.1 diff --git a/ignore.keyfile b/ignore.keyfile new file mode 100644 index 0000000000..28946209a4 --- /dev/null +++ b/ignore.keyfile @@ -0,0 +1,3 @@ +[reftest] +tolerated-diff-level=255 +tolerated-diff-pixels=4000 diff --git a/libgail-3-0.install b/libgail-3-0.install new file mode 100644 index 0000000000..8550f77859 --- /dev/null +++ b/libgail-3-0.install @@ -0,0 +1 @@ +usr/lib/*/libgail*.so.* diff --git a/libgail-3-0.lintian-overrides b/libgail-3-0.lintian-overrides new file mode 100644 index 0000000000..70a5da75bb --- /dev/null +++ b/libgail-3-0.lintian-overrides @@ -0,0 +1,2 @@ +# Historical weirdness, not going to be changed now +libgail-3-0: package-name-doesnt-match-sonames libgailutil-3-0 diff --git a/libgail-3-0.symbols b/libgail-3-0.symbols new file mode 100644 index 0000000000..d979a3b5cc --- /dev/null +++ b/libgail-3-0.symbols @@ -0,0 +1,15 @@ +libgailutil-3.so.0 libgail-3-0 #MINVER# +* Build-Depends-Package: libgail-3-dev + gail_misc_add_attribute@Base 3.0.0 + gail_misc_buffer_get_run_attributes@Base 3.0.0 + gail_misc_get_default_attributes@Base 3.0.0 + gail_misc_get_extents_from_pango_rectangle@Base 3.0.0 + gail_misc_get_index_at_point_in_layout@Base 3.0.0 + gail_misc_get_origins@Base 3.0.0 + gail_misc_layout_get_run_attributes@Base 3.0.0 + gail_text_util_buffer_setup@Base 3.0.0 + gail_text_util_get_substring@Base 3.0.0 + gail_text_util_get_text@Base 3.0.0 + gail_text_util_get_type@Base 3.0.0 + gail_text_util_new@Base 3.0.0 + gail_text_util_text_setup@Base 3.0.0 diff --git a/libgail-3-dev.install b/libgail-3-dev.install new file mode 100644 index 0000000000..ed55ce7af4 --- /dev/null +++ b/libgail-3-dev.install @@ -0,0 +1,3 @@ +usr/include/gail* +usr/lib/*/libgail*.so +usr/lib/*/pkgconfig/gail*.pc diff --git a/libgail-3-doc.doc-base.gail-reference b/libgail-3-doc.doc-base.gail-reference new file mode 100644 index 0000000000..660266c3ef --- /dev/null +++ b/libgail-3-doc.doc-base.gail-reference @@ -0,0 +1,9 @@ +Document: gail-reference-3 +Title: Gail Reference Manual +Author: Padraig O'Briain +Abstract: This manual describes APIs for libgail-util +Section: Accessibility + +Format: HTML +Index: /usr/share/doc/libgail-3-doc/html/index.html +Files: /usr/share/doc/libgail-3-doc/html/*.html diff --git a/libgail-3-doc.install b/libgail-3-doc.install new file mode 100644 index 0000000000..9760670641 --- /dev/null +++ b/libgail-3-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/gail* diff --git a/libgail-3-doc.links b/libgail-3-doc.links new file mode 100644 index 0000000000..5fe7f0300d --- /dev/null +++ b/libgail-3-doc.links @@ -0,0 +1,2 @@ +/usr/share/gtk-doc/html/gail-libgail-util3 /usr/share/doc/libgail-3-dev/html +/usr/share/gtk-doc/html/gail-libgail-util3 /usr/share/doc/libgail-3-doc/html diff --git a/libgtk-3-0-udeb.install b/libgtk-3-0-udeb.install new file mode 100644 index 0000000000..62e7ea4de8 --- /dev/null +++ b/libgtk-3-0-udeb.install @@ -0,0 +1 @@ +usr/lib/*/libg?k*.so.* diff --git a/libgtk-3-0.bug-control b/libgtk-3-0.bug-control new file mode 100644 index 0000000000..6705c7088e --- /dev/null +++ b/libgtk-3-0.bug-control @@ -0,0 +1 @@ +Package-Status: appmenu-gtk3-module fcitx-frontend-gtk3 gcin-gtk3-immodule gtk-vector-screenshot gtk3-engines-xfce gtk3-im-libthai hime-gtk3-immodule ibus-gtk3 imhangul-gtk3 libcanberra-gtk3-module libcaribou-gtk3-module libgtk3-nocsd0 maliit-inputcontext-gtk3 packagekit-gtk3-module scim-gtk-immodule topmenu-gtk3 uim-gtk3 uim-gtk3-immodule diff --git a/libgtk-3-0.install.in b/libgtk-3-0.install.in new file mode 100644 index 0000000000..140526cca5 --- /dev/null +++ b/libgtk-3-0.install.in @@ -0,0 +1,5 @@ +usr/bin/gtk-query-immodules-3.0 @LIBDIR@/@SHARED_PKG@ +@MODULES_BASE_PATH@/immodules/*.so +@MODULES_BASE_PATH@/printbackends/*.so +@LIBDIR@/libgtk*.so.* +@LIBDIR@/libgdk*.so.* diff --git a/libgtk-3-0.links.in b/libgtk-3-0.links.in new file mode 100644 index 0000000000..8c713974da --- /dev/null +++ b/libgtk-3-0.links.in @@ -0,0 +1,2 @@ +usr/share/doc/@COMMON_PKG@/@NEWS@ usr/share/doc/@SHARED_PKG@/@NEWS@ +usr/share/doc/@COMMON_PKG@/@README@ usr/share/doc/@SHARED_PKG@/@README@ diff --git a/libgtk-3-0.postinst.in b/libgtk-3-0.postinst.in new file mode 100644 index 0000000000..20acc98eb6 --- /dev/null +++ b/libgtk-3-0.postinst.in @@ -0,0 +1,19 @@ +#!/bin/sh +set -e + +IMMODULES_DIR=/@MODULES_BASE_PATH@/immodules + +if [ "$1" = triggered ]; then + # This is triggered everytime an application installs a + # GTK immodule loader + /@LIBDIR@/@SHARED_PKG@/gtk-query-immodules-3.0 --update-cache || true + exit 0 +fi + +#DEBHELPER# + +# Also handle the initial installation +if [ -d "$IMMODULES_DIR" ]; then + /@LIBDIR@/@SHARED_PKG@/gtk-query-immodules-3.0 --update-cache || true +fi + diff --git a/libgtk-3-0.postrm.in b/libgtk-3-0.postrm.in new file mode 100644 index 0000000000..7caff6b607 --- /dev/null +++ b/libgtk-3-0.postrm.in @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ -d /@MODULES_BASE_PATH@ ]; then + # Purge the cache + rm -f /@MODULES_BASE_PATH@/immodules.cache + rmdir -p --ignore-fail-on-non-empty /@MODULES_BASE_PATH@ +fi diff --git a/libgtk-3-0.symbols b/libgtk-3-0.symbols new file mode 100644 index 0000000000..b29fb5c3c4 --- /dev/null +++ b/libgtk-3-0.symbols @@ -0,0 +1,5336 @@ +libgdk-3.so.0 libgtk-3-0 #MINVER# +* Build-Depends-Package: libgtk-3-dev + gdk__private__@Base 3.16.2 + gdk_add_option_entries_libgtk_only@Base 3.0.0 + gdk_anchor_hints_get_type@Base 3.21.5 + gdk_app_launch_context_get_type@Base 3.0.0 + gdk_app_launch_context_new@Base 3.0.0 + gdk_app_launch_context_set_desktop@Base 3.0.0 + gdk_app_launch_context_set_display@Base 3.0.0 + gdk_app_launch_context_set_icon@Base 3.0.0 + gdk_app_launch_context_set_icon_name@Base 3.0.0 + gdk_app_launch_context_set_screen@Base 3.0.0 + gdk_app_launch_context_set_timestamp@Base 3.0.0 + gdk_atom_intern@Base 3.0.0 + gdk_atom_intern_static_string@Base 3.0.0 + gdk_atom_name@Base 3.0.0 + gdk_axis_flags_get_type@Base 3.21.4 + gdk_axis_use_get_type@Base 3.0.0 + gdk_beep@Base 3.0.0 + gdk_broadway_cursor_get_type@Base 3.9.10 + gdk_broadway_display_get_type@Base 3.11.5 + gdk_broadway_display_hide_keyboard@Base 3.11.5 + gdk_broadway_display_show_keyboard@Base 3.11.5 + gdk_broadway_get_last_seen_time@Base 3.9.10 + gdk_broadway_monitor_get_type@Base 3.21.4 + gdk_broadway_visual_get_type@Base 3.9.10 + gdk_broadway_window_get_type@Base 3.9.10 + gdk_byte_order_get_type@Base 3.0.0 + gdk_cairo_create@Base 3.0.0 + gdk_cairo_draw_from_gl@Base 3.16.2 + gdk_cairo_get_clip_rectangle@Base 3.0.0 + gdk_cairo_get_drawing_context@Base 3.21.4 + gdk_cairo_rectangle@Base 3.0.0 + gdk_cairo_region@Base 3.0.0 + gdk_cairo_region_create_from_surface@Base 3.0.0 + gdk_cairo_set_source_color@Base 3.0.0 + gdk_cairo_set_source_pixbuf@Base 3.0.0 + gdk_cairo_set_source_rgba@Base 3.0.0 + gdk_cairo_set_source_window@Base 3.0.0 + gdk_cairo_surface_create_from_pixbuf@Base 3.9.10 + gdk_color_copy@Base 3.0.0 + gdk_color_equal@Base 3.0.0 + gdk_color_free@Base 3.0.0 + gdk_color_get_type@Base 3.0.0 + gdk_color_hash@Base 3.0.0 + gdk_color_parse@Base 3.0.0 + gdk_color_to_string@Base 3.0.0 + gdk_crossing_mode_get_type@Base 3.0.0 + gdk_cursor_get_cursor_type@Base 3.0.0 + gdk_cursor_get_display@Base 3.0.0 + gdk_cursor_get_image@Base 3.0.0 + gdk_cursor_get_surface@Base 3.9.12 + gdk_cursor_get_type@Base 3.0.0 + gdk_cursor_new@Base 3.0.0 + gdk_cursor_new_for_display@Base 3.0.0 + gdk_cursor_new_from_name@Base 3.0.0 + gdk_cursor_new_from_pixbuf@Base 3.0.0 + gdk_cursor_new_from_surface@Base 3.9.12 + gdk_cursor_ref@Base 3.0.0 + gdk_cursor_type_get_type@Base 3.0.0 + gdk_cursor_unref@Base 3.0.0 + gdk_device_free_history@Base 3.0.0 + gdk_device_get_associated_device@Base 3.0.0 + gdk_device_get_axes@Base 3.21.4 + gdk_device_get_axis@Base 3.0.0 + gdk_device_get_axis_use@Base 3.0.0 + gdk_device_get_axis_value@Base 3.0.0 + gdk_device_get_device_type@Base 3.0.0 + gdk_device_get_display@Base 3.0.0 + gdk_device_get_has_cursor@Base 3.0.0 + gdk_device_get_history@Base 3.0.0 + gdk_device_get_key@Base 3.0.0 + gdk_device_get_last_event_window@Base 3.12.0 + gdk_device_get_mode@Base 3.0.0 + gdk_device_get_n_axes@Base 3.0.0 + gdk_device_get_n_keys@Base 3.0.0 + gdk_device_get_name@Base 3.0.0 + gdk_device_get_position@Base 3.0.0 + gdk_device_get_position_double@Base 3.9.10 + gdk_device_get_product_id@Base 3.16.2 + gdk_device_get_seat@Base 3.19.12 + gdk_device_get_source@Base 3.0.0 + gdk_device_get_state@Base 3.0.0 + gdk_device_get_type@Base 3.0.0 + gdk_device_get_vendor_id@Base 3.16.2 + gdk_device_get_window_at_position@Base 3.0.0 + gdk_device_get_window_at_position_double@Base 3.9.10 + gdk_device_grab@Base 3.0.0 + gdk_device_grab_info_libgtk_only@Base 3.0.0 + gdk_device_list_axes@Base 3.0.0 + gdk_device_list_slave_devices@Base 3.0.0 + gdk_device_manager_get_client_pointer@Base 3.0.0 + gdk_device_manager_get_display@Base 3.0.0 + gdk_device_manager_get_type@Base 3.0.0 + gdk_device_manager_list_devices@Base 3.0.0 + gdk_device_pad_feature_get_type@Base 3.21.5 + gdk_device_pad_get_feature_group@Base 3.21.5 + gdk_device_pad_get_group_n_modes@Base 3.21.5 + gdk_device_pad_get_n_features@Base 3.21.5 + gdk_device_pad_get_n_groups@Base 3.21.5 + gdk_device_pad_get_type@Base 3.21.5 + gdk_device_set_axis_use@Base 3.0.0 + gdk_device_set_key@Base 3.0.0 + gdk_device_set_mode@Base 3.0.0 + gdk_device_tool_get_hardware_id@Base 3.21.5 + gdk_device_tool_get_serial@Base 3.21.4 + gdk_device_tool_get_tool_type@Base 3.21.4 + gdk_device_tool_get_type@Base 3.21.4 + gdk_device_tool_type_get_type@Base 3.21.4 + gdk_device_type_get_type@Base 3.0.0 + gdk_device_ungrab@Base 3.0.0 + gdk_device_warp@Base 3.0.0 + gdk_disable_multidevice@Base 3.0.0 + gdk_display_beep@Base 3.0.0 + gdk_display_close@Base 3.0.0 + gdk_display_device_is_grabbed@Base 3.0.0 + gdk_display_flush@Base 3.0.0 + gdk_display_get_app_launch_context@Base 3.0.0 + gdk_display_get_default@Base 3.0.0 + gdk_display_get_default_cursor_size@Base 3.0.0 + gdk_display_get_default_group@Base 3.0.0 + gdk_display_get_default_screen@Base 3.0.0 + gdk_display_get_default_seat@Base 3.19.12 + gdk_display_get_device_manager@Base 3.0.0 + gdk_display_get_event@Base 3.0.0 + gdk_display_get_maximal_cursor_size@Base 3.0.0 + gdk_display_get_monitor@Base 3.21.4 + gdk_display_get_monitor_at_point@Base 3.21.4 + gdk_display_get_monitor_at_window@Base 3.21.4 + gdk_display_get_n_monitors@Base 3.21.4 + gdk_display_get_n_screens@Base 3.0.0 + gdk_display_get_name@Base 3.0.0 + gdk_display_get_pointer@Base 3.0.0 + gdk_display_get_primary_monitor@Base 3.21.4 + gdk_display_get_screen@Base 3.0.0 + gdk_display_get_type@Base 3.0.0 + gdk_display_get_window_at_pointer@Base 3.0.0 + gdk_display_has_pending@Base 3.0.0 + gdk_display_is_closed@Base 3.0.0 + gdk_display_keyboard_ungrab@Base 3.0.0 + gdk_display_list_devices@Base 3.0.0 + gdk_display_list_seats@Base 3.19.12 + gdk_display_manager_get@Base 3.0.0 + gdk_display_manager_get_default_display@Base 3.0.0 + gdk_display_manager_get_type@Base 3.0.0 + gdk_display_manager_list_displays@Base 3.0.0 + gdk_display_manager_open_display@Base 3.0.0 + gdk_display_manager_set_default_display@Base 3.0.0 + gdk_display_notify_startup_complete@Base 3.0.0 + gdk_display_open@Base 3.0.0 + gdk_display_open_default_libgtk_only@Base 3.0.0 + gdk_display_peek_event@Base 3.0.0 + gdk_display_pointer_is_grabbed@Base 3.0.0 + gdk_display_pointer_ungrab@Base 3.0.0 + gdk_display_put_event@Base 3.0.0 + gdk_display_request_selection_notification@Base 3.0.0 + gdk_display_set_double_click_distance@Base 3.0.0 + gdk_display_set_double_click_time@Base 3.0.0 + gdk_display_store_clipboard@Base 3.0.0 + gdk_display_supports_clipboard_persistence@Base 3.0.0 + gdk_display_supports_composite@Base 3.0.0 + gdk_display_supports_cursor_alpha@Base 3.0.0 + gdk_display_supports_cursor_color@Base 3.0.0 + gdk_display_supports_input_shapes@Base 3.0.0 + gdk_display_supports_selection_notification@Base 3.0.0 + gdk_display_supports_shapes@Base 3.0.0 + gdk_display_sync@Base 3.0.0 + gdk_display_warp_pointer@Base 3.0.0 + gdk_drag_abort@Base 3.0.0 + gdk_drag_action_get_type@Base 3.0.0 + gdk_drag_begin@Base 3.0.0 + gdk_drag_begin_for_device@Base 3.0.0 + gdk_drag_begin_from_point@Base 3.19.12 + gdk_drag_cancel_reason_get_type@Base 3.19.12 + gdk_drag_context_get_actions@Base 3.0.0 + gdk_drag_context_get_dest_window@Base 3.0.0 + gdk_drag_context_get_device@Base 3.0.0 + gdk_drag_context_get_drag_window@Base 3.19.12 + gdk_drag_context_get_protocol@Base 3.0.0 + gdk_drag_context_get_selected_action@Base 3.0.0 + gdk_drag_context_get_source_window@Base 3.0.0 + gdk_drag_context_get_suggested_action@Base 3.0.0 + gdk_drag_context_get_type@Base 3.0.0 + gdk_drag_context_list_targets@Base 3.0.0 + gdk_drag_context_manage_dnd@Base 3.19.12 + gdk_drag_context_set_device@Base 3.0.0 + gdk_drag_context_set_hotspot@Base 3.19.12 + gdk_drag_drop@Base 3.0.0 + gdk_drag_drop_done@Base 3.19.12 + gdk_drag_drop_succeeded@Base 3.0.0 + gdk_drag_find_window_for_screen@Base 3.0.0 + gdk_drag_get_selection@Base 3.0.0 + gdk_drag_motion@Base 3.0.0 + gdk_drag_protocol_get_type@Base 3.0.0 + gdk_drag_status@Base 3.0.0 + gdk_drawing_context_get_cairo_context@Base 3.21.4 + gdk_drawing_context_get_clip@Base 3.21.4 + gdk_drawing_context_get_type@Base 3.21.4 + gdk_drawing_context_get_window@Base 3.21.4 + gdk_drawing_context_is_valid@Base 3.21.4 + gdk_drop_finish@Base 3.0.0 + gdk_drop_reply@Base 3.0.0 + gdk_error_trap_pop@Base 3.0.0 + gdk_error_trap_pop_ignored@Base 3.0.0 + gdk_error_trap_push@Base 3.0.0 + gdk_event_copy@Base 3.0.0 + gdk_event_free@Base 3.0.0 + gdk_event_get@Base 3.0.0 + gdk_event_get_axis@Base 3.0.0 + gdk_event_get_button@Base 3.2.1 + gdk_event_get_click_count@Base 3.2.1 + gdk_event_get_coords@Base 3.0.0 + gdk_event_get_device@Base 3.0.0 + gdk_event_get_device_tool@Base 3.21.4 + gdk_event_get_event_sequence@Base 3.3.18 + gdk_event_get_event_type@Base 3.9.12 + gdk_event_get_keycode@Base 3.2.1 + gdk_event_get_keyval@Base 3.2.1 + gdk_event_get_pointer_emulated@Base 3.21.4 + gdk_event_get_root_coords@Base 3.0.0 + gdk_event_get_scancode@Base 3.21.4 + gdk_event_get_screen@Base 3.0.0 + gdk_event_get_scroll_deltas@Base 3.3.18 + gdk_event_get_scroll_direction@Base 3.2.1 + gdk_event_get_seat@Base 3.19.12 + gdk_event_get_source_device@Base 3.0.0 + gdk_event_get_state@Base 3.0.0 + gdk_event_get_time@Base 3.0.0 + gdk_event_get_type@Base 3.0.0 + gdk_event_get_window@Base 3.10.0 + gdk_event_handler_set@Base 3.0.0 + gdk_event_is_allocated@Base 3.24.22 + gdk_event_is_scroll_stop_event@Base 3.19.12 + gdk_event_mask_get_type@Base 3.0.0 + gdk_event_new@Base 3.0.0 + gdk_event_peek@Base 3.0.0 + gdk_event_put@Base 3.0.0 + gdk_event_request_motions@Base 3.0.0 + gdk_event_sequence_get_type@Base 3.13.7 + gdk_event_set_device@Base 3.0.0 + gdk_event_set_device_tool@Base 3.21.4 + gdk_event_set_screen@Base 3.0.0 + gdk_event_set_source_device@Base 3.0.0 + gdk_event_triggers_context_menu@Base 3.3.16 + gdk_event_type_get_type@Base 3.0.0 + gdk_events_get_angle@Base 3.0.0 + gdk_events_get_center@Base 3.0.0 + gdk_events_get_distance@Base 3.0.0 + gdk_events_pending@Base 3.0.0 + gdk_filter_return_get_type@Base 3.0.0 + gdk_flush@Base 3.0.0 + gdk_frame_clock_begin_updating@Base 3.7.10 + gdk_frame_clock_end_updating@Base 3.7.10 + gdk_frame_clock_get_current_timings@Base 3.7.10 + gdk_frame_clock_get_frame_counter@Base 3.7.10 + gdk_frame_clock_get_frame_time@Base 3.7.10 + gdk_frame_clock_get_history_start@Base 3.7.10 + gdk_frame_clock_get_refresh_info@Base 3.7.10 + gdk_frame_clock_get_timings@Base 3.7.10 + gdk_frame_clock_get_type@Base 3.7.10 + gdk_frame_clock_phase_get_type@Base 3.7.10 + gdk_frame_clock_request_phase@Base 3.7.10 + gdk_frame_timings_get_complete@Base 3.7.10 + gdk_frame_timings_get_frame_counter@Base 3.7.10 + gdk_frame_timings_get_frame_time@Base 3.7.10 + gdk_frame_timings_get_predicted_presentation_time@Base 3.7.10 + gdk_frame_timings_get_presentation_time@Base 3.7.10 + gdk_frame_timings_get_refresh_interval@Base 3.7.10 + gdk_frame_timings_get_type@Base 3.7.10 + gdk_frame_timings_ref@Base 3.7.10 + gdk_frame_timings_unref@Base 3.7.10 + gdk_fullscreen_mode_get_type@Base 3.7.10 + gdk_get_default_root_window@Base 3.0.0 + gdk_get_display@Base 3.0.0 + gdk_get_display_arg_name@Base 3.0.0 + gdk_get_program_class@Base 3.0.0 + gdk_get_show_events@Base 3.0.0 + gdk_gl_context_clear_current@Base 3.16.2 + gdk_gl_context_get_current@Base 3.16.2 + gdk_gl_context_get_debug_enabled@Base 3.16.2 + gdk_gl_context_get_display@Base 3.16.2 + gdk_gl_context_get_forward_compatible@Base 3.16.2 + gdk_gl_context_get_required_version@Base 3.16.2 + gdk_gl_context_get_shared_context@Base 3.16.2 + gdk_gl_context_get_type@Base 3.16.2 + gdk_gl_context_get_use_es@Base 3.21.4 + gdk_gl_context_get_version@Base 3.16.2 + gdk_gl_context_get_window@Base 3.16.2 + gdk_gl_context_is_legacy@Base 3.19.12 + gdk_gl_context_make_current@Base 3.16.2 + gdk_gl_context_realize@Base 3.16.2 + gdk_gl_context_set_debug_enabled@Base 3.16.2 + gdk_gl_context_set_forward_compatible@Base 3.16.2 + gdk_gl_context_set_required_version@Base 3.16.2 + gdk_gl_context_set_use_es@Base 3.21.4 + gdk_gl_error_get_type@Base 3.16.2 + gdk_gl_error_quark@Base 3.16.2 + gdk_grab_ownership_get_type@Base 3.0.0 + gdk_grab_status_get_type@Base 3.0.0 + gdk_gravity_get_type@Base 3.0.0 + gdk_init@Base 3.0.0 + gdk_init_check@Base 3.0.0 + gdk_input_mode_get_type@Base 3.0.0 + gdk_input_source_get_type@Base 3.0.0 + gdk_keyboard_grab@Base 3.0.0 + gdk_keyboard_ungrab@Base 3.0.0 + gdk_keymap_add_virtual_modifiers@Base 3.0.0 + gdk_keymap_get_caps_lock_state@Base 3.0.0 + gdk_keymap_get_default@Base 3.0.0 + gdk_keymap_get_direction@Base 3.0.0 + gdk_keymap_get_entries_for_keycode@Base 3.0.0 + gdk_keymap_get_entries_for_keyval@Base 3.0.0 + gdk_keymap_get_for_display@Base 3.0.0 + gdk_keymap_get_modifier_mask@Base 3.3.16 + gdk_keymap_get_modifier_state@Base 3.3.16 + gdk_keymap_get_num_lock_state@Base 3.0.0 + gdk_keymap_get_scroll_lock_state@Base 3.17.9 + gdk_keymap_get_type@Base 3.0.0 + gdk_keymap_have_bidi_layouts@Base 3.0.0 + gdk_keymap_lookup_key@Base 3.0.0 + gdk_keymap_map_virtual_modifiers@Base 3.0.0 + gdk_keymap_translate_keyboard_state@Base 3.0.0 + gdk_keyval_convert_case@Base 3.0.0 + gdk_keyval_from_name@Base 3.0.0 + gdk_keyval_is_lower@Base 3.0.0 + gdk_keyval_is_upper@Base 3.0.0 + gdk_keyval_name@Base 3.0.0 + gdk_keyval_to_lower@Base 3.0.0 + gdk_keyval_to_unicode@Base 3.0.0 + gdk_keyval_to_upper@Base 3.0.0 + gdk_list_visuals@Base 3.0.0 + gdk_modifier_intent_get_type@Base 3.3.16 + gdk_modifier_type_get_type@Base 3.0.0 + gdk_monitor_get_display@Base 3.21.4 + gdk_monitor_get_geometry@Base 3.21.4 + gdk_monitor_get_height_mm@Base 3.21.4 + gdk_monitor_get_manufacturer@Base 3.21.4 + gdk_monitor_get_model@Base 3.21.4 + gdk_monitor_get_refresh_rate@Base 3.21.4 + gdk_monitor_get_scale_factor@Base 3.21.4 + gdk_monitor_get_subpixel_layout@Base 3.21.4 + gdk_monitor_get_type@Base 3.21.4 + gdk_monitor_get_width_mm@Base 3.21.4 + gdk_monitor_get_workarea@Base 3.21.4 + gdk_monitor_is_primary@Base 3.21.4 + gdk_notify_startup_complete@Base 3.0.0 + gdk_notify_startup_complete_with_id@Base 3.0.0 + gdk_notify_type_get_type@Base 3.0.0 + gdk_offscreen_window_get_embedder@Base 3.0.0 + gdk_offscreen_window_get_surface@Base 3.0.0 + gdk_offscreen_window_set_embedder@Base 3.0.0 + gdk_owner_change_get_type@Base 3.0.0 + gdk_pango_context_get@Base 3.0.0 + gdk_pango_context_get_for_display@Base 3.21.4 + gdk_pango_context_get_for_screen@Base 3.0.0 + gdk_pango_layout_get_clip_region@Base 3.0.0 + gdk_pango_layout_line_get_clip_region@Base 3.0.0 + gdk_parse_args@Base 3.0.0 + gdk_pixbuf_get_from_surface@Base 3.0.0 + gdk_pixbuf_get_from_window@Base 3.0.0 + gdk_pointer_grab@Base 3.0.0 + gdk_pointer_is_grabbed@Base 3.0.0 + gdk_pointer_ungrab@Base 3.0.0 + gdk_pre_parse_libgtk_only@Base 3.0.0 + gdk_prop_mode_get_type@Base 3.0.0 + gdk_property_change@Base 3.0.0 + gdk_property_delete@Base 3.0.0 + gdk_property_get@Base 3.0.0 + gdk_property_state_get_type@Base 3.0.0 + gdk_query_depths@Base 3.0.0 + gdk_query_visual_types@Base 3.0.0 + gdk_rectangle_equal@Base 3.19.12 + gdk_rectangle_get_type@Base 3.0.0 + gdk_rectangle_intersect@Base 3.0.0 + gdk_rectangle_union@Base 3.0.0 + gdk_rgba_copy@Base 3.0.0 + gdk_rgba_equal@Base 3.0.0 + gdk_rgba_free@Base 3.0.0 + gdk_rgba_get_type@Base 3.0.0 + gdk_rgba_hash@Base 3.0.0 + gdk_rgba_parse@Base 3.0.0 + gdk_rgba_to_string@Base 3.0.0 + gdk_screen_get_active_window@Base 3.0.0 + gdk_screen_get_default@Base 3.0.0 + gdk_screen_get_display@Base 3.0.0 + gdk_screen_get_font_options@Base 3.0.0 + gdk_screen_get_height@Base 3.0.0 + gdk_screen_get_height_mm@Base 3.0.0 + gdk_screen_get_monitor_at_point@Base 3.0.0 + gdk_screen_get_monitor_at_window@Base 3.0.0 + gdk_screen_get_monitor_geometry@Base 3.0.0 + gdk_screen_get_monitor_height_mm@Base 3.0.0 + gdk_screen_get_monitor_plug_name@Base 3.0.0 + gdk_screen_get_monitor_scale_factor@Base 3.9.10 + gdk_screen_get_monitor_width_mm@Base 3.0.0 + gdk_screen_get_monitor_workarea@Base 3.3.16 + gdk_screen_get_n_monitors@Base 3.0.0 + gdk_screen_get_number@Base 3.0.0 + gdk_screen_get_primary_monitor@Base 3.0.0 + gdk_screen_get_resolution@Base 3.0.0 + gdk_screen_get_rgba_visual@Base 3.0.0 + gdk_screen_get_root_window@Base 3.0.0 + gdk_screen_get_setting@Base 3.0.0 + gdk_screen_get_system_visual@Base 3.0.0 + gdk_screen_get_toplevel_windows@Base 3.0.0 + gdk_screen_get_type@Base 3.0.0 + gdk_screen_get_width@Base 3.0.0 + gdk_screen_get_width_mm@Base 3.0.0 + gdk_screen_get_window_stack@Base 3.0.0 + gdk_screen_height@Base 3.0.0 + gdk_screen_height_mm@Base 3.0.0 + gdk_screen_is_composited@Base 3.0.0 + gdk_screen_list_visuals@Base 3.0.0 + gdk_screen_make_display_name@Base 3.0.0 + gdk_screen_set_font_options@Base 3.0.0 + gdk_screen_set_resolution@Base 3.0.0 + gdk_screen_width@Base 3.0.0 + gdk_screen_width_mm@Base 3.0.0 + gdk_scroll_direction_get_type@Base 3.0.0 + gdk_seat_capabilities_get_type@Base 3.19.12 + gdk_seat_get_capabilities@Base 3.19.12 + gdk_seat_get_display@Base 3.19.12 + gdk_seat_get_keyboard@Base 3.19.12 + gdk_seat_get_pointer@Base 3.19.12 + gdk_seat_get_slaves@Base 3.19.12 + gdk_seat_get_type@Base 3.19.12 + gdk_seat_grab@Base 3.19.12 + gdk_seat_ungrab@Base 3.19.12 + gdk_selection_convert@Base 3.0.0 + gdk_selection_owner_get@Base 3.0.0 + gdk_selection_owner_get_for_display@Base 3.0.0 + gdk_selection_owner_set@Base 3.0.0 + gdk_selection_owner_set_for_display@Base 3.0.0 + gdk_selection_property_get@Base 3.0.0 + gdk_selection_send_notify@Base 3.0.0 + gdk_selection_send_notify_for_display@Base 3.0.0 + gdk_set_allowed_backends@Base 3.9.10 + gdk_set_double_click_time@Base 3.0.0 + gdk_set_program_class@Base 3.0.0 + gdk_set_show_events@Base 3.0.0 + gdk_setting_action_get_type@Base 3.0.0 + gdk_setting_get@Base 3.0.0 + gdk_status_get_type@Base 3.0.0 + gdk_subpixel_layout_get_type@Base 3.21.4 + gdk_synthesize_window_state@Base 3.0.0 + gdk_test_render_sync@Base 3.0.0 + gdk_test_simulate_button@Base 3.0.0 + gdk_test_simulate_key@Base 3.0.0 + gdk_text_property_to_utf8_list_for_display@Base 3.0.0 + gdk_threads_add_idle@Base 3.0.0 + gdk_threads_add_idle_full@Base 3.0.0 + gdk_threads_add_timeout@Base 3.0.0 + gdk_threads_add_timeout_full@Base 3.0.0 + gdk_threads_add_timeout_seconds@Base 3.0.0 + gdk_threads_add_timeout_seconds_full@Base 3.0.0 + gdk_threads_enter@Base 3.0.0 + gdk_threads_init@Base 3.0.0 + gdk_threads_leave@Base 3.0.0 + gdk_threads_set_lock_functions@Base 3.0.0 + gdk_touchpad_gesture_phase_get_type@Base 3.17.9 + gdk_unicode_to_keyval@Base 3.0.0 + gdk_utf8_to_string_target@Base 3.0.0 + gdk_visibility_state_get_type@Base 3.0.0 + gdk_visual_get_best@Base 3.0.0 + gdk_visual_get_best_depth@Base 3.0.0 + gdk_visual_get_best_type@Base 3.0.0 + gdk_visual_get_best_with_both@Base 3.0.0 + gdk_visual_get_best_with_depth@Base 3.0.0 + gdk_visual_get_best_with_type@Base 3.0.0 + gdk_visual_get_bits_per_rgb@Base 3.0.0 + gdk_visual_get_blue_pixel_details@Base 3.0.0 + gdk_visual_get_byte_order@Base 3.0.0 + gdk_visual_get_colormap_size@Base 3.0.0 + gdk_visual_get_depth@Base 3.0.0 + gdk_visual_get_green_pixel_details@Base 3.0.0 + gdk_visual_get_red_pixel_details@Base 3.0.0 + gdk_visual_get_screen@Base 3.0.0 + gdk_visual_get_system@Base 3.0.0 + gdk_visual_get_type@Base 3.0.0 + gdk_visual_get_visual_type@Base 3.0.0 + gdk_visual_type_get_type@Base 3.0.0 + (arch=linux-any)gdk_wayland_device_get_node_path@Base 3.21.5 + (arch=linux-any)gdk_wayland_device_get_type@Base 3.9.10 + (arch=linux-any)gdk_wayland_device_get_wl_keyboard@Base 3.9.10 + (arch=linux-any)gdk_wayland_device_get_wl_pointer@Base 3.9.10 + (arch=linux-any)gdk_wayland_device_get_wl_seat@Base 3.9.10 + (arch=linux-any)gdk_wayland_device_pad_set_feedback@Base 3.21.5 + (arch=linux-any)gdk_wayland_display_get_type@Base 3.9.10 + (arch=linux-any)gdk_wayland_display_get_wl_compositor@Base 3.9.10 + (arch=linux-any)gdk_wayland_display_get_wl_display@Base 3.9.10 + (arch=linux-any)gdk_wayland_display_prefers_ssd@Base 3.22.25 + (arch=linux-any)gdk_wayland_display_query_registry@Base 3.22.29 + (arch=linux-any)gdk_wayland_display_set_cursor_theme@Base 3.9.10 + (arch=linux-any)gdk_wayland_display_set_startup_notification_id@Base 3.22.4 + (arch=linux-any)gdk_wayland_gl_context_get_type@Base 3.16.2 + (arch=linux-any)gdk_wayland_monitor_get_type@Base 3.21.4 + (arch=linux-any)gdk_wayland_monitor_get_wl_output@Base 3.21.4 + (arch=linux-any)gdk_wayland_seat_get_wl_seat@Base 3.19.12 + (arch=linux-any)gdk_wayland_selection_add_targets_libgtk_only@Base 3.13.8 + (arch=linux-any)gdk_wayland_selection_clear_targets_libgtk_only@Base 3.13.8 + (arch=linux-any)gdk_wayland_window_add_frame_callback_surface@Base 3.24.25 + (arch=linux-any)gdk_wayland_window_announce_csd@Base 3.22.25 + (arch=linux-any)gdk_wayland_window_announce_ssd@Base 3.23.1 + (arch=linux-any)gdk_wayland_window_export_handle@Base 3.21.5 + (arch=linux-any)gdk_wayland_window_get_type@Base 3.9.10 + (arch=linux-any)gdk_wayland_window_get_wl_surface@Base 3.9.10 + (arch=linux-any)gdk_wayland_window_remove_frame_callback_surface@Base 3.24.25 + (arch=linux-any)gdk_wayland_window_set_application_id@Base 3.24.22 + (arch=linux-any)gdk_wayland_window_set_dbus_properties_libgtk_only@Base 3.10.0 + (arch=linux-any)gdk_wayland_window_set_transient_for_exported@Base 3.21.5 + (arch=linux-any)gdk_wayland_window_set_use_custom_surface@Base 3.9.10 + (arch=linux-any)gdk_wayland_window_unexport_handle@Base 3.21.5 + gdk_window_add_filter@Base 3.0.0 + gdk_window_at_pointer@Base 3.0.0 + gdk_window_attributes_type_get_type@Base 3.0.0 + gdk_window_beep@Base 3.0.0 + gdk_window_begin_draw_frame@Base 3.21.4 + gdk_window_begin_move_drag@Base 3.0.0 + gdk_window_begin_move_drag_for_device@Base 3.3.16 + gdk_window_begin_paint_rect@Base 3.0.0 + gdk_window_begin_paint_region@Base 3.0.0 + gdk_window_begin_resize_drag@Base 3.0.0 + gdk_window_begin_resize_drag_for_device@Base 3.3.16 + gdk_window_configure_finished@Base 3.0.0 + gdk_window_constrain_size@Base 3.0.0 + gdk_window_coords_from_parent@Base 3.0.0 + gdk_window_coords_to_parent@Base 3.0.0 + gdk_window_create_gl_context@Base 3.16.2 + gdk_window_create_similar_image_surface@Base 3.9.10 + gdk_window_create_similar_surface@Base 3.0.0 + gdk_window_deiconify@Base 3.0.0 + gdk_window_destroy@Base 3.0.0 + gdk_window_destroy_notify@Base 3.0.0 + gdk_window_edge_get_type@Base 3.0.0 + gdk_window_enable_synchronized_configure@Base 3.0.0 + gdk_window_end_draw_frame@Base 3.21.4 + gdk_window_end_paint@Base 3.0.0 + gdk_window_ensure_native@Base 3.0.0 + gdk_window_flush@Base 3.0.0 + gdk_window_focus@Base 3.0.0 + gdk_window_freeze_toplevel_updates_libgtk_only@Base 3.0.0 + gdk_window_freeze_updates@Base 3.0.0 + gdk_window_fullscreen@Base 3.0.0 + gdk_window_fullscreen_on_monitor@Base 3.17.9 + gdk_window_geometry_changed@Base 3.0.0 + gdk_window_get_accept_focus@Base 3.0.0 + gdk_window_get_background_pattern@Base 3.0.0 + gdk_window_get_children@Base 3.0.0 + gdk_window_get_children_with_user_data@Base 3.9.10 + gdk_window_get_clip_region@Base 3.0.0 + gdk_window_get_composited@Base 3.0.0 + gdk_window_get_cursor@Base 3.0.0 + gdk_window_get_decorations@Base 3.0.0 + gdk_window_get_device_cursor@Base 3.0.0 + gdk_window_get_device_events@Base 3.0.0 + gdk_window_get_device_position@Base 3.0.0 + gdk_window_get_device_position_double@Base 3.9.10 + gdk_window_get_display@Base 3.0.0 + gdk_window_get_drag_protocol@Base 3.0.0 + gdk_window_get_effective_parent@Base 3.0.0 + gdk_window_get_effective_toplevel@Base 3.0.0 + gdk_window_get_event_compression@Base 3.11.5 + gdk_window_get_events@Base 3.0.0 + gdk_window_get_focus_on_map@Base 3.0.0 + gdk_window_get_frame_clock@Base 3.7.10 + gdk_window_get_frame_extents@Base 3.0.0 + gdk_window_get_fullscreen_mode@Base 3.7.10 + gdk_window_get_geometry@Base 3.0.0 + gdk_window_get_group@Base 3.0.0 + gdk_window_get_height@Base 3.0.0 + gdk_window_get_modal_hint@Base 3.0.0 + gdk_window_get_origin@Base 3.0.0 + gdk_window_get_parent@Base 3.0.0 + gdk_window_get_pass_through@Base 3.17.9 + gdk_window_get_pointer@Base 3.0.0 + gdk_window_get_position@Base 3.0.0 + gdk_window_get_root_coords@Base 3.0.0 + gdk_window_get_root_origin@Base 3.0.0 + gdk_window_get_scale_factor@Base 3.9.10 + gdk_window_get_screen@Base 3.0.0 + gdk_window_get_source_events@Base 3.0.0 + gdk_window_get_state@Base 3.0.0 + gdk_window_get_support_multidevice@Base 3.0.0 + gdk_window_get_toplevel@Base 3.0.0 + gdk_window_get_type@Base 3.0.0 + gdk_window_get_type_hint@Base 3.0.0 + gdk_window_get_update_area@Base 3.0.0 + gdk_window_get_user_data@Base 3.0.0 + gdk_window_get_visible_region@Base 3.0.0 + gdk_window_get_visual@Base 3.0.0 + gdk_window_get_width@Base 3.0.0 + gdk_window_get_window_type@Base 3.0.0 + gdk_window_has_native@Base 3.0.0 + gdk_window_hide@Base 3.0.0 + gdk_window_hints_get_type@Base 3.0.0 + gdk_window_iconify@Base 3.0.0 + gdk_window_input_shape_combine_region@Base 3.0.0 + gdk_window_invalidate_maybe_recurse@Base 3.0.0 + gdk_window_invalidate_rect@Base 3.0.0 + gdk_window_invalidate_region@Base 3.0.0 + gdk_window_is_destroyed@Base 3.0.0 + gdk_window_is_input_only@Base 3.0.0 + gdk_window_is_shaped@Base 3.0.0 + gdk_window_is_viewable@Base 3.0.0 + gdk_window_is_visible@Base 3.0.0 + gdk_window_lower@Base 3.0.0 + gdk_window_mark_paint_from_clip@Base 3.16.2 + gdk_window_maximize@Base 3.0.0 + gdk_window_merge_child_input_shapes@Base 3.0.0 + gdk_window_merge_child_shapes@Base 3.0.0 + gdk_window_move@Base 3.0.0 + gdk_window_move_region@Base 3.0.0 + gdk_window_move_resize@Base 3.0.0 + gdk_window_move_to_rect@Base 3.23.0 + gdk_window_new@Base 3.0.0 + gdk_window_peek_children@Base 3.0.0 + gdk_window_process_all_updates@Base 3.0.0 + gdk_window_process_updates@Base 3.0.0 + gdk_window_raise@Base 3.0.0 + gdk_window_register_dnd@Base 3.0.0 + gdk_window_remove_filter@Base 3.0.0 + gdk_window_reparent@Base 3.0.0 + gdk_window_resize@Base 3.0.0 + gdk_window_restack@Base 3.0.0 + gdk_window_scroll@Base 3.0.0 + gdk_window_set_accept_focus@Base 3.0.0 + gdk_window_set_background@Base 3.0.0 + gdk_window_set_background_pattern@Base 3.0.0 + gdk_window_set_background_rgba@Base 3.0.0 + gdk_window_set_child_input_shapes@Base 3.0.0 + gdk_window_set_child_shapes@Base 3.0.0 + gdk_window_set_composited@Base 3.0.0 + gdk_window_set_cursor@Base 3.0.0 + gdk_window_set_debug_updates@Base 3.0.0 + gdk_window_set_decorations@Base 3.0.0 + gdk_window_set_device_cursor@Base 3.0.0 + gdk_window_set_device_events@Base 3.0.0 + gdk_window_set_event_compression@Base 3.11.5 + gdk_window_set_events@Base 3.0.0 + gdk_window_set_focus_on_map@Base 3.0.0 + gdk_window_set_fullscreen_mode@Base 3.7.10 + gdk_window_set_functions@Base 3.0.0 + gdk_window_set_geometry_hints@Base 3.0.0 + gdk_window_set_group@Base 3.0.0 + gdk_window_set_icon_list@Base 3.0.0 + gdk_window_set_icon_name@Base 3.0.0 + gdk_window_set_invalidate_handler@Base 3.9.10 + gdk_window_set_keep_above@Base 3.0.0 + gdk_window_set_keep_below@Base 3.0.0 + gdk_window_set_modal_hint@Base 3.0.0 + gdk_window_set_opacity@Base 3.0.0 + gdk_window_set_opaque_region@Base 3.9.14 + gdk_window_set_override_redirect@Base 3.0.0 + gdk_window_set_pass_through@Base 3.17.9 + gdk_window_set_role@Base 3.0.0 + gdk_window_set_shadow_width@Base 3.11.5 + gdk_window_set_skip_pager_hint@Base 3.0.0 + gdk_window_set_skip_taskbar_hint@Base 3.0.0 + gdk_window_set_source_events@Base 3.0.0 + gdk_window_set_startup_id@Base 3.0.0 + gdk_window_set_static_gravities@Base 3.0.0 + gdk_window_set_support_multidevice@Base 3.0.0 + gdk_window_set_title@Base 3.0.0 + gdk_window_set_transient_for@Base 3.0.0 + gdk_window_set_type_hint@Base 3.0.0 + gdk_window_set_urgency_hint@Base 3.0.0 + gdk_window_set_user_data@Base 3.0.0 + gdk_window_shape_combine_region@Base 3.0.0 + gdk_window_show@Base 3.0.0 + gdk_window_show_unraised@Base 3.0.0 + gdk_window_show_window_menu@Base 3.13.7 + gdk_window_state_get_type@Base 3.0.0 + gdk_window_stick@Base 3.0.0 + gdk_window_thaw_toplevel_updates_libgtk_only@Base 3.0.0 + gdk_window_thaw_updates@Base 3.0.0 + gdk_window_type_get_type@Base 3.0.0 + gdk_window_type_hint_get_type@Base 3.0.0 + gdk_window_unfullscreen@Base 3.0.0 + gdk_window_unmaximize@Base 3.0.0 + gdk_window_unstick@Base 3.0.0 + gdk_window_window_class_get_type@Base 3.0.0 + gdk_window_withdraw@Base 3.0.0 + gdk_wm_decoration_get_type@Base 3.0.0 + gdk_wm_function_get_type@Base 3.0.0 + gdk_x11_app_launch_context_get_type@Base 3.0.0 + gdk_x11_atom_to_xatom@Base 3.0.0 + gdk_x11_atom_to_xatom_for_display@Base 3.0.0 + gdk_x11_cursor_get_type@Base 3.0.0 + gdk_x11_cursor_get_xcursor@Base 3.0.0 + gdk_x11_cursor_get_xdisplay@Base 3.0.0 + gdk_x11_device_core_get_type@Base 3.0.0 + gdk_x11_device_get_id@Base 3.2.1 + gdk_x11_device_manager_core_get_type@Base 3.0.0 + gdk_x11_device_manager_lookup@Base 3.2.1 + gdk_x11_device_manager_xi2_get_type@Base 3.0.0 + gdk_x11_device_xi2_get_type@Base 3.0.0 + gdk_x11_display_broadcast_startup_message@Base 3.0.0 + gdk_x11_display_error_trap_pop@Base 3.0.0 + gdk_x11_display_error_trap_pop_ignored@Base 3.0.0 + gdk_x11_display_error_trap_push@Base 3.0.0 + gdk_x11_display_get_glx_version@Base 3.16.2 + gdk_x11_display_get_startup_notification_id@Base 3.0.0 + gdk_x11_display_get_type@Base 3.0.0 + gdk_x11_display_get_user_time@Base 3.0.0 + gdk_x11_display_get_xdisplay@Base 3.0.0 + gdk_x11_display_grab@Base 3.0.0 + gdk_x11_display_manager_get_type@Base 3.0.0 + gdk_x11_display_set_cursor_theme@Base 3.0.0 + gdk_x11_display_set_startup_notification_id@Base 3.0.0 + gdk_x11_display_set_window_scale@Base 3.9.12 + gdk_x11_display_string_to_compound_text@Base 3.0.0 + gdk_x11_display_text_property_to_text_list@Base 3.0.0 + gdk_x11_display_ungrab@Base 3.0.0 + gdk_x11_display_utf8_to_compound_text@Base 3.0.0 + gdk_x11_drag_context_get_type@Base 3.0.0 + gdk_x11_free_compound_text@Base 3.0.0 + gdk_x11_free_text_list@Base 3.0.0 + gdk_x11_get_default_root_xwindow@Base 3.0.0 + gdk_x11_get_default_screen@Base 3.0.0 + gdk_x11_get_default_xdisplay@Base 3.0.0 + gdk_x11_get_parent_relative_pattern@Base 3.24.2 + gdk_x11_get_server_time@Base 3.0.0 + gdk_x11_get_xatom_by_name@Base 3.0.0 + gdk_x11_get_xatom_by_name_for_display@Base 3.0.0 + gdk_x11_get_xatom_name@Base 3.0.0 + gdk_x11_get_xatom_name_for_display@Base 3.0.0 + gdk_x11_gl_context_get_type@Base 3.16.2 + gdk_x11_grab_server@Base 3.0.0 + gdk_x11_keymap_get_group_for_state@Base 3.5.2 + gdk_x11_keymap_get_type@Base 3.0.0 + gdk_x11_keymap_key_is_modifier@Base 3.5.2 + gdk_x11_lookup_xdisplay@Base 3.0.0 + gdk_x11_monitor_get_output@Base 3.21.4 + gdk_x11_monitor_get_type@Base 3.21.4 + gdk_x11_register_standard_event_type@Base 3.0.0 + gdk_x11_screen_get_current_desktop@Base 3.9.14 + gdk_x11_screen_get_monitor_output@Base 3.0.0 + gdk_x11_screen_get_number_of_desktops@Base 3.9.14 + gdk_x11_screen_get_screen_number@Base 3.0.0 + gdk_x11_screen_get_type@Base 3.0.0 + gdk_x11_screen_get_window_manager_name@Base 3.0.0 + gdk_x11_screen_get_xscreen@Base 3.0.0 + gdk_x11_screen_lookup_visual@Base 3.0.0 + gdk_x11_screen_supports_net_wm_hint@Base 3.0.0 + gdk_x11_set_sm_client_id@Base 3.0.0 + gdk_x11_ungrab_server@Base 3.0.0 + gdk_x11_visual_get_type@Base 3.0.0 + gdk_x11_visual_get_xvisual@Base 3.0.0 + gdk_x11_window_foreign_new_for_display@Base 3.0.0 + gdk_x11_window_get_desktop@Base 3.9.14 + gdk_x11_window_get_type@Base 3.0.0 + gdk_x11_window_get_xid@Base 3.0.0 + gdk_x11_window_lookup_for_display@Base 3.0.0 + gdk_x11_window_move_to_current_desktop@Base 3.0.0 + gdk_x11_window_move_to_desktop@Base 3.9.14 + gdk_x11_window_set_frame_extents@Base 3.9.12 + gdk_x11_window_set_frame_sync_enabled@Base 3.9.10 + gdk_x11_window_set_hide_titlebar_when_maximized@Base 3.3.16 + gdk_x11_window_set_theme_variant@Base 3.1.4 + gdk_x11_window_set_user_time@Base 3.0.0 + gdk_x11_window_set_utf8_property@Base 3.3.16 + gdk_x11_xatom_to_atom@Base 3.0.0 + gdk_x11_xatom_to_atom_for_display@Base 3.0.0 +libgtk-3.so.0 libgtk-3-0 #MINVER# +* Build-Depends-Package: libgtk-3-dev + gtk_about_dialog_add_credit_section@Base 3.3.16 + gtk_about_dialog_get_artists@Base 3.0.0 + gtk_about_dialog_get_authors@Base 3.0.0 + gtk_about_dialog_get_comments@Base 3.0.0 + gtk_about_dialog_get_copyright@Base 3.0.0 + gtk_about_dialog_get_documenters@Base 3.0.0 + gtk_about_dialog_get_license@Base 3.0.0 + gtk_about_dialog_get_license_type@Base 3.0.0 + gtk_about_dialog_get_logo@Base 3.0.0 + gtk_about_dialog_get_logo_icon_name@Base 3.0.0 + gtk_about_dialog_get_program_name@Base 3.0.0 + gtk_about_dialog_get_translator_credits@Base 3.0.0 + gtk_about_dialog_get_type@Base 3.0.0 + gtk_about_dialog_get_version@Base 3.0.0 + gtk_about_dialog_get_website@Base 3.0.0 + gtk_about_dialog_get_website_label@Base 3.0.0 + gtk_about_dialog_get_wrap_license@Base 3.0.0 + gtk_about_dialog_new@Base 3.0.0 + gtk_about_dialog_set_artists@Base 3.0.0 + gtk_about_dialog_set_authors@Base 3.0.0 + gtk_about_dialog_set_comments@Base 3.0.0 + gtk_about_dialog_set_copyright@Base 3.0.0 + gtk_about_dialog_set_documenters@Base 3.0.0 + gtk_about_dialog_set_license@Base 3.0.0 + gtk_about_dialog_set_license_type@Base 3.0.0 + gtk_about_dialog_set_logo@Base 3.0.0 + gtk_about_dialog_set_logo_icon_name@Base 3.0.0 + gtk_about_dialog_set_program_name@Base 3.0.0 + gtk_about_dialog_set_translator_credits@Base 3.0.0 + gtk_about_dialog_set_version@Base 3.0.0 + gtk_about_dialog_set_website@Base 3.0.0 + gtk_about_dialog_set_website_label@Base 3.0.0 + gtk_about_dialog_set_wrap_license@Base 3.0.0 + gtk_accel_flags_get_type@Base 3.0.0 + gtk_accel_group_activate@Base 3.0.0 + gtk_accel_group_connect@Base 3.0.0 + gtk_accel_group_connect_by_path@Base 3.0.0 + gtk_accel_group_disconnect@Base 3.0.0 + gtk_accel_group_disconnect_key@Base 3.0.0 + gtk_accel_group_find@Base 3.0.0 + gtk_accel_group_from_accel_closure@Base 3.0.0 + gtk_accel_group_get_is_locked@Base 3.0.0 + gtk_accel_group_get_modifier_mask@Base 3.0.0 + gtk_accel_group_get_type@Base 3.0.0 + gtk_accel_group_lock@Base 3.0.0 + gtk_accel_group_new@Base 3.0.0 + gtk_accel_group_query@Base 3.0.0 + gtk_accel_group_unlock@Base 3.0.0 + gtk_accel_groups_activate@Base 3.0.0 + gtk_accel_groups_from_object@Base 3.0.0 + gtk_accel_label_get_accel@Base 3.11.5 + gtk_accel_label_get_accel_widget@Base 3.0.0 + gtk_accel_label_get_accel_width@Base 3.0.0 + gtk_accel_label_get_type@Base 3.0.0 + gtk_accel_label_new@Base 3.0.0 + gtk_accel_label_refetch@Base 3.0.0 + gtk_accel_label_set_accel@Base 3.5.18 + gtk_accel_label_set_accel_closure@Base 3.0.0 + gtk_accel_label_set_accel_widget@Base 3.0.0 + gtk_accel_map_add_entry@Base 3.0.0 + gtk_accel_map_add_filter@Base 3.0.0 + gtk_accel_map_change_entry@Base 3.0.0 + gtk_accel_map_foreach@Base 3.0.0 + gtk_accel_map_foreach_unfiltered@Base 3.0.0 + gtk_accel_map_get@Base 3.0.0 + gtk_accel_map_get_type@Base 3.0.0 + gtk_accel_map_load@Base 3.0.0 + gtk_accel_map_load_fd@Base 3.0.0 + gtk_accel_map_load_scanner@Base 3.0.0 + gtk_accel_map_lock_path@Base 3.0.0 + gtk_accel_map_lookup_entry@Base 3.0.0 + gtk_accel_map_save@Base 3.0.0 + gtk_accel_map_save_fd@Base 3.0.0 + gtk_accel_map_unlock_path@Base 3.0.0 + gtk_accelerator_get_default_mod_mask@Base 3.0.0 + gtk_accelerator_get_label@Base 3.0.0 + gtk_accelerator_get_label_with_keycode@Base 3.3.16 + gtk_accelerator_name@Base 3.0.0 + gtk_accelerator_name_with_keycode@Base 3.3.16 + gtk_accelerator_parse@Base 3.0.0 + gtk_accelerator_parse_with_keycode@Base 3.3.16 + gtk_accelerator_set_default_mod_mask@Base 3.0.0 + gtk_accelerator_valid@Base 3.0.0 + gtk_accessible_connect_widget_destroyed@Base 3.0.0 + gtk_accessible_get_type@Base 3.0.0 + gtk_accessible_get_widget@Base 3.0.0 + gtk_accessible_set_widget@Base 3.0.0 + gtk_action_activate@Base 3.0.0 + gtk_action_bar_get_center_widget@Base 3.11.5 + gtk_action_bar_get_type@Base 3.11.5 + gtk_action_bar_new@Base 3.11.5 + gtk_action_bar_pack_end@Base 3.11.5 + gtk_action_bar_pack_start@Base 3.11.5 + gtk_action_bar_set_center_widget@Base 3.11.5 + gtk_action_block_activate@Base 3.0.0 + gtk_action_connect_accelerator@Base 3.0.0 + gtk_action_create_icon@Base 3.0.0 + gtk_action_create_menu@Base 3.0.0 + gtk_action_create_menu_item@Base 3.0.0 + gtk_action_create_tool_item@Base 3.0.0 + gtk_action_disconnect_accelerator@Base 3.0.0 + gtk_action_get_accel_closure@Base 3.0.0 + gtk_action_get_accel_path@Base 3.0.0 + gtk_action_get_always_show_image@Base 3.0.0 + gtk_action_get_gicon@Base 3.0.0 + gtk_action_get_icon_name@Base 3.0.0 + gtk_action_get_is_important@Base 3.0.0 + gtk_action_get_label@Base 3.0.0 + gtk_action_get_name@Base 3.0.0 + gtk_action_get_proxies@Base 3.0.0 + gtk_action_get_sensitive@Base 3.0.0 + gtk_action_get_short_label@Base 3.0.0 + gtk_action_get_stock_id@Base 3.0.0 + gtk_action_get_tooltip@Base 3.0.0 + gtk_action_get_type@Base 3.0.0 + gtk_action_get_visible@Base 3.0.0 + gtk_action_get_visible_horizontal@Base 3.0.0 + gtk_action_get_visible_vertical@Base 3.0.0 + gtk_action_group_add_action@Base 3.0.0 + gtk_action_group_add_action_with_accel@Base 3.0.0 + gtk_action_group_add_actions@Base 3.0.0 + gtk_action_group_add_actions_full@Base 3.0.0 + gtk_action_group_add_radio_actions@Base 3.0.0 + gtk_action_group_add_radio_actions_full@Base 3.0.0 + gtk_action_group_add_toggle_actions@Base 3.0.0 + gtk_action_group_add_toggle_actions_full@Base 3.0.0 + gtk_action_group_get_accel_group@Base 3.5.18 + gtk_action_group_get_action@Base 3.0.0 + gtk_action_group_get_name@Base 3.0.0 + gtk_action_group_get_sensitive@Base 3.0.0 + gtk_action_group_get_type@Base 3.0.0 + gtk_action_group_get_visible@Base 3.0.0 + gtk_action_group_list_actions@Base 3.0.0 + gtk_action_group_new@Base 3.0.0 + gtk_action_group_remove_action@Base 3.0.0 + gtk_action_group_set_accel_group@Base 3.5.18 + gtk_action_group_set_sensitive@Base 3.0.0 + gtk_action_group_set_translate_func@Base 3.0.0 + gtk_action_group_set_translation_domain@Base 3.0.0 + gtk_action_group_set_visible@Base 3.0.0 + gtk_action_group_translate_string@Base 3.0.0 + gtk_action_is_sensitive@Base 3.0.0 + gtk_action_is_visible@Base 3.0.0 + gtk_action_new@Base 3.0.0 + gtk_action_set_accel_group@Base 3.0.0 + gtk_action_set_accel_path@Base 3.0.0 + gtk_action_set_always_show_image@Base 3.0.0 + gtk_action_set_gicon@Base 3.0.0 + gtk_action_set_icon_name@Base 3.0.0 + gtk_action_set_is_important@Base 3.0.0 + gtk_action_set_label@Base 3.0.0 + gtk_action_set_sensitive@Base 3.0.0 + gtk_action_set_short_label@Base 3.0.0 + gtk_action_set_stock_id@Base 3.0.0 + gtk_action_set_tooltip@Base 3.0.0 + gtk_action_set_visible@Base 3.0.0 + gtk_action_set_visible_horizontal@Base 3.0.0 + gtk_action_set_visible_vertical@Base 3.0.0 + gtk_action_unblock_activate@Base 3.0.0 + gtk_actionable_get_action_name@Base 3.3.16 + gtk_actionable_get_action_target_value@Base 3.3.16 + gtk_actionable_get_type@Base 3.3.16 + gtk_actionable_set_action_name@Base 3.3.16 + gtk_actionable_set_action_target@Base 3.3.16 + gtk_actionable_set_action_target_value@Base 3.3.16 + gtk_actionable_set_detailed_action_name@Base 3.3.16 + gtk_activatable_do_set_related_action@Base 3.0.0 + gtk_activatable_get_related_action@Base 3.0.0 + gtk_activatable_get_type@Base 3.0.0 + gtk_activatable_get_use_action_appearance@Base 3.0.0 + gtk_activatable_set_related_action@Base 3.0.0 + gtk_activatable_set_use_action_appearance@Base 3.0.0 + gtk_activatable_sync_action_properties@Base 3.0.0 + gtk_adjustment_changed@Base 3.0.0 + gtk_adjustment_clamp_page@Base 3.0.0 + gtk_adjustment_configure@Base 3.0.0 + gtk_adjustment_get_lower@Base 3.0.0 + gtk_adjustment_get_minimum_increment@Base 3.2.1 + gtk_adjustment_get_page_increment@Base 3.0.0 + gtk_adjustment_get_page_size@Base 3.0.0 + gtk_adjustment_get_step_increment@Base 3.0.0 + gtk_adjustment_get_type@Base 3.0.0 + gtk_adjustment_get_upper@Base 3.0.0 + gtk_adjustment_get_value@Base 3.0.0 + gtk_adjustment_new@Base 3.0.0 + gtk_adjustment_set_lower@Base 3.0.0 + gtk_adjustment_set_page_increment@Base 3.0.0 + gtk_adjustment_set_page_size@Base 3.0.0 + gtk_adjustment_set_step_increment@Base 3.0.0 + gtk_adjustment_set_upper@Base 3.0.0 + gtk_adjustment_set_value@Base 3.0.0 + gtk_adjustment_value_changed@Base 3.0.0 + gtk_align_get_type@Base 3.0.0 + gtk_alignment_get_padding@Base 3.0.0 + gtk_alignment_get_type@Base 3.0.0 + gtk_alignment_new@Base 3.0.0 + gtk_alignment_set@Base 3.0.0 + gtk_alignment_set_padding@Base 3.0.0 + gtk_alternative_dialog_button_order@Base 3.0.0 + gtk_app_chooser_button_append_custom_item@Base 3.0.0 + gtk_app_chooser_button_append_separator@Base 3.0.0 + gtk_app_chooser_button_get_heading@Base 3.0.0 + gtk_app_chooser_button_get_show_default_item@Base 3.2.1 + gtk_app_chooser_button_get_show_dialog_item@Base 3.0.0 + gtk_app_chooser_button_get_type@Base 3.0.0 + gtk_app_chooser_button_new@Base 3.0.0 + gtk_app_chooser_button_set_active_custom_item@Base 3.0.0 + gtk_app_chooser_button_set_heading@Base 3.0.0 + gtk_app_chooser_button_set_show_default_item@Base 3.2.1 + gtk_app_chooser_button_set_show_dialog_item@Base 3.0.0 + gtk_app_chooser_dialog_get_heading@Base 3.0.0 + gtk_app_chooser_dialog_get_type@Base 3.0.0 + gtk_app_chooser_dialog_get_widget@Base 3.0.0 + gtk_app_chooser_dialog_new@Base 3.0.0 + gtk_app_chooser_dialog_new_for_content_type@Base 3.0.0 + gtk_app_chooser_dialog_set_heading@Base 3.0.0 + gtk_app_chooser_get_app_info@Base 3.0.0 + gtk_app_chooser_get_content_type@Base 3.0.0 + gtk_app_chooser_get_type@Base 3.0.0 + gtk_app_chooser_refresh@Base 3.0.0 + gtk_app_chooser_widget_get_default_text@Base 3.0.0 + gtk_app_chooser_widget_get_show_all@Base 3.0.0 + gtk_app_chooser_widget_get_show_default@Base 3.0.0 + gtk_app_chooser_widget_get_show_fallback@Base 3.0.0 + gtk_app_chooser_widget_get_show_other@Base 3.0.0 + gtk_app_chooser_widget_get_show_recommended@Base 3.0.0 + gtk_app_chooser_widget_get_type@Base 3.0.0 + gtk_app_chooser_widget_new@Base 3.0.0 + gtk_app_chooser_widget_set_default_text@Base 3.0.0 + gtk_app_chooser_widget_set_show_all@Base 3.0.0 + gtk_app_chooser_widget_set_show_default@Base 3.0.0 + gtk_app_chooser_widget_set_show_fallback@Base 3.0.0 + gtk_app_chooser_widget_set_show_other@Base 3.0.0 + gtk_app_chooser_widget_set_show_recommended@Base 3.0.0 + gtk_application_add_accelerator@Base 3.3.16 + gtk_application_add_window@Base 3.0.0 + gtk_application_get_accels_for_action@Base 3.11.5 + gtk_application_get_actions_for_accel@Base 3.13.7 + gtk_application_get_active_window@Base 3.5.12 + gtk_application_get_app_menu@Base 3.3.16 + gtk_application_get_menu_by_id@Base 3.13.7 + gtk_application_get_menubar@Base 3.3.16 + gtk_application_get_type@Base 3.0.0 + gtk_application_get_window_by_id@Base 3.5.4 + gtk_application_get_windows@Base 3.0.0 + gtk_application_inhibit@Base 3.3.16 + gtk_application_inhibit_flags_get_type@Base 3.3.16 + gtk_application_is_inhibited@Base 3.3.16 + gtk_application_list_action_descriptions@Base 3.11.5 + gtk_application_new@Base 3.0.0 + gtk_application_prefers_app_menu@Base 3.13.7 + gtk_application_remove_accelerator@Base 3.3.16 + gtk_application_remove_window@Base 3.0.0 + gtk_application_set_accels_for_action@Base 3.11.5 + gtk_application_set_app_menu@Base 3.3.16 + gtk_application_set_menubar@Base 3.3.16 + gtk_application_uninhibit@Base 3.3.16 + gtk_application_window_get_help_overlay@Base 3.19.12 + gtk_application_window_get_id@Base 3.5.4 + gtk_application_window_get_show_menubar@Base 3.3.16 + gtk_application_window_get_type@Base 3.3.16 + gtk_application_window_new@Base 3.3.16 + gtk_application_window_set_help_overlay@Base 3.19.12 + gtk_application_window_set_show_menubar@Base 3.3.16 + gtk_arrow_accessible_get_type@Base 3.7.10 + gtk_arrow_get_type@Base 3.0.0 + gtk_arrow_new@Base 3.0.0 + gtk_arrow_placement_get_type@Base 3.0.0 + gtk_arrow_set@Base 3.0.0 + gtk_arrow_type_get_type@Base 3.0.0 + gtk_aspect_frame_get_type@Base 3.0.0 + gtk_aspect_frame_new@Base 3.0.0 + gtk_aspect_frame_set@Base 3.0.0 + gtk_assistant_add_action_widget@Base 3.0.0 + gtk_assistant_append_page@Base 3.0.0 + gtk_assistant_commit@Base 3.0.0 + gtk_assistant_get_current_page@Base 3.0.0 + gtk_assistant_get_n_pages@Base 3.0.0 + gtk_assistant_get_nth_page@Base 3.0.0 + gtk_assistant_get_page_complete@Base 3.0.0 + gtk_assistant_get_page_has_padding@Base 3.17.9 + gtk_assistant_get_page_header_image@Base 3.0.0 + gtk_assistant_get_page_side_image@Base 3.0.0 + gtk_assistant_get_page_title@Base 3.0.0 + gtk_assistant_get_page_type@Base 3.0.0 + gtk_assistant_get_type@Base 3.0.0 + gtk_assistant_insert_page@Base 3.0.0 + gtk_assistant_new@Base 3.0.0 + gtk_assistant_next_page@Base 3.0.0 + gtk_assistant_page_type_get_type@Base 3.0.0 + gtk_assistant_prepend_page@Base 3.0.0 + gtk_assistant_previous_page@Base 3.0.0 + gtk_assistant_remove_action_widget@Base 3.0.0 + gtk_assistant_remove_page@Base 3.2.0 + gtk_assistant_set_current_page@Base 3.0.0 + gtk_assistant_set_forward_page_func@Base 3.0.0 + gtk_assistant_set_page_complete@Base 3.0.0 + gtk_assistant_set_page_has_padding@Base 3.17.9 + gtk_assistant_set_page_header_image@Base 3.0.0 + gtk_assistant_set_page_side_image@Base 3.0.0 + gtk_assistant_set_page_title@Base 3.0.0 + gtk_assistant_set_page_type@Base 3.0.0 + gtk_assistant_update_buttons_state@Base 3.0.0 + gtk_attach_options_get_type@Base 3.0.0 + gtk_baseline_position_get_type@Base 3.9.10 + gtk_bin_get_child@Base 3.0.0 + gtk_bin_get_type@Base 3.0.0 + gtk_binding_entry_add_signal@Base 3.0.0 + gtk_binding_entry_add_signal_from_string@Base 3.0.0 + gtk_binding_entry_add_signall@Base 3.0.0 + gtk_binding_entry_remove@Base 3.0.0 + gtk_binding_entry_skip@Base 3.0.0 + gtk_binding_set_activate@Base 3.0.0 + gtk_binding_set_add_path@Base 3.0.0 + gtk_binding_set_by_class@Base 3.0.0 + gtk_binding_set_find@Base 3.0.0 + gtk_binding_set_new@Base 3.0.0 + gtk_bindings_activate@Base 3.0.0 + gtk_bindings_activate_event@Base 3.0.0 + gtk_boolean_cell_accessible_get_type@Base 3.7.10 + gtk_border_copy@Base 3.0.0 + gtk_border_free@Base 3.0.0 + gtk_border_get_type@Base 3.0.0 + gtk_border_new@Base 3.0.0 + gtk_border_style_get_type@Base 3.0.0 + gtk_box_get_baseline_position@Base 3.9.10 + gtk_box_get_center_widget@Base 3.11.7 + gtk_box_get_homogeneous@Base 3.0.0 + gtk_box_get_spacing@Base 3.0.0 + gtk_box_get_type@Base 3.0.0 + gtk_box_new@Base 3.0.0 + gtk_box_pack_end@Base 3.0.0 + gtk_box_pack_start@Base 3.0.0 + gtk_box_query_child_packing@Base 3.0.0 + gtk_box_reorder_child@Base 3.0.0 + gtk_box_set_baseline_position@Base 3.9.10 + gtk_box_set_center_widget@Base 3.11.7 + gtk_box_set_child_packing@Base 3.0.0 + gtk_box_set_homogeneous@Base 3.0.0 + gtk_box_set_spacing@Base 3.0.0 + gtk_buildable_add_child@Base 3.0.0 + gtk_buildable_construct_child@Base 3.0.0 + gtk_buildable_custom_finished@Base 3.0.0 + gtk_buildable_custom_tag_end@Base 3.0.0 + gtk_buildable_custom_tag_start@Base 3.0.0 + gtk_buildable_get_internal_child@Base 3.0.0 + gtk_buildable_get_name@Base 3.0.0 + gtk_buildable_get_type@Base 3.0.0 + gtk_buildable_parser_finished@Base 3.0.0 + gtk_buildable_set_buildable_property@Base 3.0.0 + gtk_buildable_set_name@Base 3.0.0 + gtk_builder_add_callback_symbol@Base 3.9.10 + gtk_builder_add_callback_symbols@Base 3.9.10 + gtk_builder_add_from_file@Base 3.0.0 + gtk_builder_add_from_resource@Base 3.3.16 + gtk_builder_add_from_string@Base 3.0.0 + gtk_builder_add_objects_from_file@Base 3.0.0 + gtk_builder_add_objects_from_resource@Base 3.3.16 + gtk_builder_add_objects_from_string@Base 3.0.0 + gtk_builder_connect_signals@Base 3.0.0 + gtk_builder_connect_signals_full@Base 3.0.0 + gtk_builder_error_get_type@Base 3.0.0 + gtk_builder_error_quark@Base 3.0.0 + gtk_builder_expose_object@Base 3.7.10 + gtk_builder_extend_with_template@Base 3.17.9 + gtk_builder_get_application@Base 3.11.5 + gtk_builder_get_object@Base 3.0.0 + gtk_builder_get_objects@Base 3.0.0 + gtk_builder_get_translation_domain@Base 3.0.0 + gtk_builder_get_type@Base 3.0.0 + gtk_builder_get_type_from_name@Base 3.0.0 + gtk_builder_lookup_callback_symbol@Base 3.9.10 + gtk_builder_new@Base 3.0.0 + gtk_builder_new_from_file@Base 3.9.10 + gtk_builder_new_from_resource@Base 3.9.10 + gtk_builder_new_from_string@Base 3.9.10 + gtk_builder_set_application@Base 3.11.5 + gtk_builder_set_translation_domain@Base 3.0.0 + gtk_builder_value_from_string@Base 3.0.0 + gtk_builder_value_from_string_type@Base 3.0.0 + gtk_button_accessible_get_type@Base 3.7.10 + gtk_button_box_get_child_non_homogeneous@Base 3.1.4 + gtk_button_box_get_child_secondary@Base 3.0.0 + gtk_button_box_get_layout@Base 3.0.0 + gtk_button_box_get_type@Base 3.0.0 + gtk_button_box_new@Base 3.0.0 + gtk_button_box_set_child_non_homogeneous@Base 3.1.4 + gtk_button_box_set_child_secondary@Base 3.0.0 + gtk_button_box_set_layout@Base 3.0.0 + gtk_button_box_style_get_type@Base 3.0.0 + gtk_button_clicked@Base 3.0.0 + gtk_button_enter@Base 3.0.0 + gtk_button_get_alignment@Base 3.0.0 + gtk_button_get_always_show_image@Base 3.5.4 + gtk_button_get_event_window@Base 3.0.0 + gtk_button_get_focus_on_click@Base 3.0.0 + gtk_button_get_image@Base 3.0.0 + gtk_button_get_image_position@Base 3.0.0 + gtk_button_get_label@Base 3.0.0 + gtk_button_get_relief@Base 3.0.0 + gtk_button_get_type@Base 3.0.0 + gtk_button_get_use_stock@Base 3.0.0 + gtk_button_get_use_underline@Base 3.0.0 + gtk_button_leave@Base 3.0.0 + gtk_button_new@Base 3.0.0 + gtk_button_new_from_icon_name@Base 3.9.12 + gtk_button_new_from_stock@Base 3.0.0 + gtk_button_new_with_label@Base 3.0.0 + gtk_button_new_with_mnemonic@Base 3.0.0 + gtk_button_pressed@Base 3.0.0 + gtk_button_released@Base 3.0.0 + gtk_button_role_get_type@Base 3.16.2 + gtk_button_set_alignment@Base 3.0.0 + gtk_button_set_always_show_image@Base 3.5.4 + gtk_button_set_focus_on_click@Base 3.0.0 + gtk_button_set_image@Base 3.0.0 + gtk_button_set_image_position@Base 3.0.0 + gtk_button_set_label@Base 3.0.0 + gtk_button_set_relief@Base 3.0.0 + gtk_button_set_use_stock@Base 3.0.0 + gtk_button_set_use_underline@Base 3.0.0 + gtk_buttons_type_get_type@Base 3.0.0 + gtk_cairo_should_draw_window@Base 3.0.0 + gtk_cairo_transform_to_window@Base 3.0.0 + gtk_calendar_clear_marks@Base 3.0.0 + gtk_calendar_display_options_get_type@Base 3.0.0 + gtk_calendar_get_date@Base 3.0.0 + gtk_calendar_get_day_is_marked@Base 3.0.0 + gtk_calendar_get_detail_height_rows@Base 3.0.0 + gtk_calendar_get_detail_width_chars@Base 3.0.0 + gtk_calendar_get_display_options@Base 3.0.0 + gtk_calendar_get_type@Base 3.0.0 + gtk_calendar_mark_day@Base 3.0.0 + gtk_calendar_new@Base 3.0.0 + gtk_calendar_select_day@Base 3.0.0 + gtk_calendar_select_month@Base 3.0.0 + gtk_calendar_set_detail_func@Base 3.0.0 + gtk_calendar_set_detail_height_rows@Base 3.0.0 + gtk_calendar_set_detail_width_chars@Base 3.0.0 + gtk_calendar_set_display_options@Base 3.0.0 + gtk_calendar_unmark_day@Base 3.0.0 + gtk_cell_accessible_get_type@Base 3.7.10 + gtk_cell_accessible_parent_activate@Base 3.7.10 + gtk_cell_accessible_parent_edit@Base 3.7.10 + gtk_cell_accessible_parent_expand_collapse@Base 3.7.10 + gtk_cell_accessible_parent_get_cell_area@Base 3.7.10 + gtk_cell_accessible_parent_get_cell_extents@Base 3.7.10 + gtk_cell_accessible_parent_get_cell_position@Base 3.24.3 + gtk_cell_accessible_parent_get_child_index@Base 3.7.10 + gtk_cell_accessible_parent_get_column_header_cells@Base 3.24.7 + gtk_cell_accessible_parent_get_renderer_state@Base 3.7.10 + gtk_cell_accessible_parent_get_row_header_cells@Base 3.24.7 + gtk_cell_accessible_parent_get_type@Base 3.7.10 + gtk_cell_accessible_parent_grab_focus@Base 3.7.10 + gtk_cell_accessible_parent_update_relationset@Base 3.12.0 + gtk_cell_area_activate@Base 3.0.0 + gtk_cell_area_activate_cell@Base 3.0.0 + gtk_cell_area_add@Base 3.0.0 + gtk_cell_area_add_focus_sibling@Base 3.0.0 + gtk_cell_area_add_with_properties@Base 3.0.0 + gtk_cell_area_apply_attributes@Base 3.0.0 + gtk_cell_area_attribute_connect@Base 3.0.0 + gtk_cell_area_attribute_disconnect@Base 3.0.0 + gtk_cell_area_attribute_get_column@Base 3.13.7 + gtk_cell_area_box_get_spacing@Base 3.0.0 + gtk_cell_area_box_get_type@Base 3.0.0 + gtk_cell_area_box_new@Base 3.0.0 + gtk_cell_area_box_pack_end@Base 3.0.0 + gtk_cell_area_box_pack_start@Base 3.0.0 + gtk_cell_area_box_set_spacing@Base 3.0.0 + gtk_cell_area_cell_get@Base 3.0.0 + gtk_cell_area_cell_get_property@Base 3.0.0 + gtk_cell_area_cell_get_valist@Base 3.0.0 + gtk_cell_area_cell_set@Base 3.0.0 + gtk_cell_area_cell_set_property@Base 3.0.0 + gtk_cell_area_cell_set_valist@Base 3.0.0 + gtk_cell_area_class_find_cell_property@Base 3.0.0 + gtk_cell_area_class_install_cell_property@Base 3.0.0 + gtk_cell_area_class_list_cell_properties@Base 3.0.0 + gtk_cell_area_context_allocate@Base 3.0.0 + gtk_cell_area_context_get_allocation@Base 3.0.0 + gtk_cell_area_context_get_area@Base 3.0.0 + gtk_cell_area_context_get_preferred_height@Base 3.0.0 + gtk_cell_area_context_get_preferred_height_for_width@Base 3.0.0 + gtk_cell_area_context_get_preferred_width@Base 3.0.0 + gtk_cell_area_context_get_preferred_width_for_height@Base 3.0.0 + gtk_cell_area_context_get_type@Base 3.0.0 + gtk_cell_area_context_push_preferred_height@Base 3.0.0 + gtk_cell_area_context_push_preferred_width@Base 3.0.0 + gtk_cell_area_context_reset@Base 3.0.0 + gtk_cell_area_copy_context@Base 3.0.0 + gtk_cell_area_create_context@Base 3.0.0 + gtk_cell_area_event@Base 3.0.0 + gtk_cell_area_focus@Base 3.0.0 + gtk_cell_area_foreach@Base 3.0.0 + gtk_cell_area_foreach_alloc@Base 3.0.0 + gtk_cell_area_get_cell_allocation@Base 3.0.0 + gtk_cell_area_get_cell_at_position@Base 3.0.0 + gtk_cell_area_get_current_path_string@Base 3.0.0 + gtk_cell_area_get_edit_widget@Base 3.0.0 + gtk_cell_area_get_edited_cell@Base 3.0.0 + gtk_cell_area_get_focus_cell@Base 3.0.0 + gtk_cell_area_get_focus_from_sibling@Base 3.0.0 + gtk_cell_area_get_focus_siblings@Base 3.0.0 + gtk_cell_area_get_preferred_height@Base 3.0.0 + gtk_cell_area_get_preferred_height_for_width@Base 3.0.0 + gtk_cell_area_get_preferred_width@Base 3.0.0 + gtk_cell_area_get_preferred_width_for_height@Base 3.0.0 + gtk_cell_area_get_request_mode@Base 3.0.0 + gtk_cell_area_get_type@Base 3.0.0 + gtk_cell_area_has_renderer@Base 3.0.0 + gtk_cell_area_inner_cell_area@Base 3.0.0 + gtk_cell_area_is_activatable@Base 3.0.0 + gtk_cell_area_is_focus_sibling@Base 3.0.0 + gtk_cell_area_remove@Base 3.0.0 + gtk_cell_area_remove_focus_sibling@Base 3.0.0 + gtk_cell_area_render@Base 3.0.0 + gtk_cell_area_request_renderer@Base 3.0.0 + gtk_cell_area_set_focus_cell@Base 3.0.0 + gtk_cell_area_stop_editing@Base 3.0.0 + gtk_cell_editable_editing_done@Base 3.0.0 + gtk_cell_editable_get_type@Base 3.0.0 + gtk_cell_editable_remove_widget@Base 3.0.0 + gtk_cell_editable_start_editing@Base 3.0.0 + gtk_cell_layout_add_attribute@Base 3.0.0 + gtk_cell_layout_clear@Base 3.0.0 + gtk_cell_layout_clear_attributes@Base 3.0.0 + gtk_cell_layout_get_area@Base 3.0.0 + gtk_cell_layout_get_cells@Base 3.0.0 + gtk_cell_layout_get_type@Base 3.0.0 + gtk_cell_layout_pack_end@Base 3.0.0 + gtk_cell_layout_pack_start@Base 3.0.0 + gtk_cell_layout_reorder@Base 3.0.0 + gtk_cell_layout_set_attributes@Base 3.0.0 + gtk_cell_layout_set_cell_data_func@Base 3.0.0 + gtk_cell_renderer_accel_get_type@Base 3.0.0 + gtk_cell_renderer_accel_mode_get_type@Base 3.0.0 + gtk_cell_renderer_accel_new@Base 3.0.0 + gtk_cell_renderer_activate@Base 3.0.0 + gtk_cell_renderer_class_set_accessible_type@Base 3.7.12 + gtk_cell_renderer_combo_get_type@Base 3.0.0 + gtk_cell_renderer_combo_new@Base 3.0.0 + gtk_cell_renderer_get_aligned_area@Base 3.0.0 + gtk_cell_renderer_get_alignment@Base 3.0.0 + gtk_cell_renderer_get_fixed_size@Base 3.0.0 + gtk_cell_renderer_get_padding@Base 3.0.0 + gtk_cell_renderer_get_preferred_height@Base 3.0.0 + gtk_cell_renderer_get_preferred_height_for_width@Base 3.0.0 + gtk_cell_renderer_get_preferred_size@Base 3.0.0 + gtk_cell_renderer_get_preferred_width@Base 3.0.0 + gtk_cell_renderer_get_preferred_width_for_height@Base 3.0.0 + gtk_cell_renderer_get_request_mode@Base 3.0.0 + gtk_cell_renderer_get_sensitive@Base 3.0.0 + gtk_cell_renderer_get_size@Base 3.0.0 + gtk_cell_renderer_get_state@Base 3.0.0 + gtk_cell_renderer_get_type@Base 3.0.0 + gtk_cell_renderer_get_visible@Base 3.0.0 + gtk_cell_renderer_graph_get_type@Base 3.16.2 + gtk_cell_renderer_graph_new@Base 3.16.2 + gtk_cell_renderer_is_activatable@Base 3.0.0 + gtk_cell_renderer_mode_get_type@Base 3.0.0 + gtk_cell_renderer_pixbuf_get_type@Base 3.0.0 + gtk_cell_renderer_pixbuf_new@Base 3.0.0 + gtk_cell_renderer_progress_get_type@Base 3.0.0 + gtk_cell_renderer_progress_new@Base 3.0.0 + gtk_cell_renderer_render@Base 3.0.0 + gtk_cell_renderer_set_alignment@Base 3.0.0 + gtk_cell_renderer_set_fixed_size@Base 3.0.0 + gtk_cell_renderer_set_padding@Base 3.0.0 + gtk_cell_renderer_set_sensitive@Base 3.0.0 + gtk_cell_renderer_set_visible@Base 3.0.0 + gtk_cell_renderer_spin_get_type@Base 3.0.0 + gtk_cell_renderer_spin_new@Base 3.0.0 + gtk_cell_renderer_spinner_get_type@Base 3.0.0 + gtk_cell_renderer_spinner_new@Base 3.0.0 + gtk_cell_renderer_start_editing@Base 3.0.0 + gtk_cell_renderer_state_get_type@Base 3.0.0 + gtk_cell_renderer_stop_editing@Base 3.0.0 + gtk_cell_renderer_text_get_type@Base 3.0.0 + gtk_cell_renderer_text_new@Base 3.0.0 + gtk_cell_renderer_text_set_fixed_height_from_font@Base 3.0.0 + gtk_cell_renderer_toggle_get_activatable@Base 3.0.0 + gtk_cell_renderer_toggle_get_active@Base 3.0.0 + gtk_cell_renderer_toggle_get_radio@Base 3.0.0 + gtk_cell_renderer_toggle_get_type@Base 3.0.0 + gtk_cell_renderer_toggle_new@Base 3.0.0 + gtk_cell_renderer_toggle_set_activatable@Base 3.0.0 + gtk_cell_renderer_toggle_set_active@Base 3.0.0 + gtk_cell_renderer_toggle_set_radio@Base 3.0.0 + gtk_cell_view_get_displayed_row@Base 3.0.0 + gtk_cell_view_get_draw_sensitive@Base 3.0.0 + gtk_cell_view_get_fit_model@Base 3.0.0 + gtk_cell_view_get_model@Base 3.0.0 + gtk_cell_view_get_size_of_row@Base 3.0.0 + gtk_cell_view_get_type@Base 3.0.0 + gtk_cell_view_new@Base 3.0.0 + gtk_cell_view_new_with_context@Base 3.0.0 + gtk_cell_view_new_with_markup@Base 3.0.0 + gtk_cell_view_new_with_pixbuf@Base 3.0.0 + gtk_cell_view_new_with_text@Base 3.0.0 + gtk_cell_view_set_background_color@Base 3.0.0 + gtk_cell_view_set_background_rgba@Base 3.0.0 + gtk_cell_view_set_displayed_row@Base 3.0.0 + gtk_cell_view_set_draw_sensitive@Base 3.0.0 + gtk_cell_view_set_fit_model@Base 3.0.0 + gtk_cell_view_set_model@Base 3.0.0 + gtk_check_button_get_type@Base 3.0.0 + gtk_check_button_new@Base 3.0.0 + gtk_check_button_new_with_label@Base 3.0.0 + gtk_check_button_new_with_mnemonic@Base 3.0.0 + gtk_check_menu_item_accessible_get_type@Base 3.7.10 + gtk_check_menu_item_get_active@Base 3.0.0 + gtk_check_menu_item_get_draw_as_radio@Base 3.0.0 + gtk_check_menu_item_get_inconsistent@Base 3.0.0 + gtk_check_menu_item_get_type@Base 3.0.0 + gtk_check_menu_item_new@Base 3.0.0 + gtk_check_menu_item_new_with_label@Base 3.0.0 + gtk_check_menu_item_new_with_mnemonic@Base 3.0.0 + gtk_check_menu_item_set_active@Base 3.0.0 + gtk_check_menu_item_set_draw_as_radio@Base 3.0.0 + gtk_check_menu_item_set_inconsistent@Base 3.0.0 + gtk_check_menu_item_toggled@Base 3.0.0 + gtk_check_version@Base 3.0.0 + gtk_clipboard_clear@Base 3.0.0 + gtk_clipboard_get@Base 3.0.0 + gtk_clipboard_get_default@Base 3.16.2 + gtk_clipboard_get_display@Base 3.0.0 + gtk_clipboard_get_for_display@Base 3.0.0 + gtk_clipboard_get_owner@Base 3.0.0 + gtk_clipboard_get_selection@Base 3.21.4 + gtk_clipboard_get_type@Base 3.0.0 + gtk_clipboard_request_contents@Base 3.0.0 + gtk_clipboard_request_image@Base 3.0.0 + gtk_clipboard_request_rich_text@Base 3.0.0 + gtk_clipboard_request_targets@Base 3.0.0 + gtk_clipboard_request_text@Base 3.0.0 + gtk_clipboard_request_uris@Base 3.0.0 + gtk_clipboard_set_can_store@Base 3.0.0 + gtk_clipboard_set_image@Base 3.0.0 + gtk_clipboard_set_text@Base 3.0.0 + gtk_clipboard_set_with_data@Base 3.0.0 + gtk_clipboard_set_with_owner@Base 3.0.0 + gtk_clipboard_store@Base 3.0.0 + gtk_clipboard_wait_for_contents@Base 3.0.0 + gtk_clipboard_wait_for_image@Base 3.0.0 + gtk_clipboard_wait_for_rich_text@Base 3.0.0 + gtk_clipboard_wait_for_targets@Base 3.0.0 + gtk_clipboard_wait_for_text@Base 3.0.0 + gtk_clipboard_wait_for_uris@Base 3.0.0 + gtk_clipboard_wait_is_image_available@Base 3.0.0 + gtk_clipboard_wait_is_rich_text_available@Base 3.0.0 + gtk_clipboard_wait_is_target_available@Base 3.0.0 + gtk_clipboard_wait_is_text_available@Base 3.0.0 + gtk_clipboard_wait_is_uris_available@Base 3.0.0 + gtk_color_button_get_alpha@Base 3.0.0 + gtk_color_button_get_color@Base 3.0.0 + gtk_color_button_get_rgba@Base 3.0.0 + gtk_color_button_get_title@Base 3.0.0 + gtk_color_button_get_type@Base 3.0.0 + gtk_color_button_get_use_alpha@Base 3.0.0 + gtk_color_button_new@Base 3.0.0 + gtk_color_button_new_with_color@Base 3.0.0 + gtk_color_button_new_with_rgba@Base 3.0.0 + gtk_color_button_set_alpha@Base 3.0.0 + gtk_color_button_set_color@Base 3.0.0 + gtk_color_button_set_rgba@Base 3.0.0 + gtk_color_button_set_title@Base 3.0.0 + gtk_color_button_set_use_alpha@Base 3.0.0 + gtk_color_chooser_add_palette@Base 3.3.16 + gtk_color_chooser_dialog_get_type@Base 3.3.16 + gtk_color_chooser_dialog_new@Base 3.3.16 + gtk_color_chooser_get_rgba@Base 3.3.16 + gtk_color_chooser_get_type@Base 3.3.16 + gtk_color_chooser_get_use_alpha@Base 3.3.16 + gtk_color_chooser_set_rgba@Base 3.3.16 + gtk_color_chooser_set_use_alpha@Base 3.3.16 + gtk_color_chooser_widget_get_type@Base 3.3.16 + gtk_color_chooser_widget_new@Base 3.3.16 + gtk_color_picker_get_type@Base 3.23.2 + gtk_color_picker_kwin_new@Base 3.24.0 + gtk_color_picker_new@Base 3.23.2 + gtk_color_picker_pick@Base 3.23.2 + gtk_color_picker_pick_finish@Base 3.23.2 + gtk_color_picker_portal_new@Base 3.23.2 + gtk_color_picker_shell_new@Base 3.23.2 + gtk_color_selection_dialog_get_color_selection@Base 3.0.0 + gtk_color_selection_dialog_get_type@Base 3.0.0 + gtk_color_selection_dialog_new@Base 3.0.0 + gtk_color_selection_get_current_alpha@Base 3.0.0 + gtk_color_selection_get_current_color@Base 3.0.0 + gtk_color_selection_get_current_rgba@Base 3.0.0 + gtk_color_selection_get_has_opacity_control@Base 3.0.0 + gtk_color_selection_get_has_palette@Base 3.0.0 + gtk_color_selection_get_previous_alpha@Base 3.0.0 + gtk_color_selection_get_previous_color@Base 3.0.0 + gtk_color_selection_get_previous_rgba@Base 3.0.0 + gtk_color_selection_get_type@Base 3.0.0 + gtk_color_selection_is_adjusting@Base 3.0.0 + gtk_color_selection_new@Base 3.0.0 + gtk_color_selection_palette_from_string@Base 3.0.0 + gtk_color_selection_palette_to_string@Base 3.0.0 + gtk_color_selection_set_change_palette_with_screen_hook@Base 3.0.0 + gtk_color_selection_set_current_alpha@Base 3.0.0 + gtk_color_selection_set_current_color@Base 3.0.0 + gtk_color_selection_set_current_rgba@Base 3.0.0 + gtk_color_selection_set_has_opacity_control@Base 3.0.0 + gtk_color_selection_set_has_palette@Base 3.0.0 + gtk_color_selection_set_previous_alpha@Base 3.0.0 + gtk_color_selection_set_previous_color@Base 3.0.0 + gtk_color_selection_set_previous_rgba@Base 3.0.0 + gtk_combo_box_accessible_get_type@Base 3.7.10 + gtk_combo_box_get_active@Base 3.0.0 + gtk_combo_box_get_active_id@Base 3.0.0 + gtk_combo_box_get_active_iter@Base 3.0.0 + gtk_combo_box_get_add_tearoffs@Base 3.0.0 + gtk_combo_box_get_button_sensitivity@Base 3.0.0 + gtk_combo_box_get_column_span_column@Base 3.0.0 + gtk_combo_box_get_entry_text_column@Base 3.0.0 + gtk_combo_box_get_focus_on_click@Base 3.0.0 + gtk_combo_box_get_has_entry@Base 3.0.0 + gtk_combo_box_get_id_column@Base 3.0.0 + gtk_combo_box_get_model@Base 3.0.0 + gtk_combo_box_get_popup_accessible@Base 3.0.0 + gtk_combo_box_get_popup_fixed_width@Base 3.0.0 + gtk_combo_box_get_row_separator_func@Base 3.0.0 + gtk_combo_box_get_row_span_column@Base 3.0.0 + gtk_combo_box_get_title@Base 3.0.0 + gtk_combo_box_get_type@Base 3.0.0 + gtk_combo_box_get_wrap_width@Base 3.0.0 + gtk_combo_box_new@Base 3.0.0 + gtk_combo_box_new_with_area@Base 3.0.0 + gtk_combo_box_new_with_area_and_entry@Base 3.0.0 + gtk_combo_box_new_with_entry@Base 3.0.0 + gtk_combo_box_new_with_model@Base 3.0.0 + gtk_combo_box_new_with_model_and_entry@Base 3.0.0 + gtk_combo_box_popdown@Base 3.0.0 + gtk_combo_box_popup@Base 3.0.0 + gtk_combo_box_popup_for_device@Base 3.0.0 + gtk_combo_box_set_active@Base 3.0.0 + gtk_combo_box_set_active_id@Base 3.0.0 + gtk_combo_box_set_active_iter@Base 3.0.0 + gtk_combo_box_set_add_tearoffs@Base 3.0.0 + gtk_combo_box_set_button_sensitivity@Base 3.0.0 + gtk_combo_box_set_column_span_column@Base 3.0.0 + gtk_combo_box_set_entry_text_column@Base 3.0.0 + gtk_combo_box_set_focus_on_click@Base 3.0.0 + gtk_combo_box_set_id_column@Base 3.0.0 + gtk_combo_box_set_model@Base 3.0.0 + gtk_combo_box_set_popup_fixed_width@Base 3.0.0 + gtk_combo_box_set_row_separator_func@Base 3.0.0 + gtk_combo_box_set_row_span_column@Base 3.0.0 + gtk_combo_box_set_title@Base 3.0.0 + gtk_combo_box_set_wrap_width@Base 3.0.0 + gtk_combo_box_text_append@Base 3.0.0 + gtk_combo_box_text_append_text@Base 3.0.0 + gtk_combo_box_text_get_active_text@Base 3.0.0 + gtk_combo_box_text_get_type@Base 3.0.0 + gtk_combo_box_text_insert@Base 3.0.0 + gtk_combo_box_text_insert_text@Base 3.0.0 + gtk_combo_box_text_new@Base 3.0.0 + gtk_combo_box_text_new_with_entry@Base 3.0.0 + gtk_combo_box_text_prepend@Base 3.0.0 + gtk_combo_box_text_prepend_text@Base 3.0.0 + gtk_combo_box_text_remove@Base 3.0.0 + gtk_combo_box_text_remove_all@Base 3.0.0 + gtk_container_accessible_get_type@Base 3.7.10 + gtk_container_add@Base 3.0.0 + gtk_container_add_with_properties@Base 3.0.0 + gtk_container_cell_accessible_add_child@Base 3.7.10 + gtk_container_cell_accessible_get_children@Base 3.7.10 + gtk_container_cell_accessible_get_type@Base 3.7.10 + gtk_container_cell_accessible_new@Base 3.7.10 + gtk_container_cell_accessible_remove_child@Base 3.7.10 + gtk_container_check_resize@Base 3.0.0 + gtk_container_child_get@Base 3.0.0 + gtk_container_child_get_property@Base 3.0.0 + gtk_container_child_get_valist@Base 3.0.0 + gtk_container_child_notify@Base 3.1.4 + gtk_container_child_notify_by_pspec@Base 3.17.9 + gtk_container_child_set@Base 3.0.0 + gtk_container_child_set_property@Base 3.0.0 + gtk_container_child_set_valist@Base 3.0.0 + gtk_container_child_type@Base 3.0.0 + gtk_container_class_find_child_property@Base 3.0.0 + gtk_container_class_handle_border_width@Base 3.0.0 + gtk_container_class_install_child_properties@Base 3.17.9 + gtk_container_class_install_child_property@Base 3.0.0 + gtk_container_class_list_child_properties@Base 3.0.0 + gtk_container_forall@Base 3.0.0 + gtk_container_foreach@Base 3.0.0 + gtk_container_get_border_width@Base 3.0.0 + gtk_container_get_children@Base 3.0.0 + gtk_container_get_focus_chain@Base 3.0.0 + gtk_container_get_focus_child@Base 3.0.0 + gtk_container_get_focus_hadjustment@Base 3.0.0 + gtk_container_get_focus_vadjustment@Base 3.0.0 + gtk_container_get_path_for_child@Base 3.0.0 + gtk_container_get_resize_mode@Base 3.0.0 + gtk_container_get_type@Base 3.0.0 + gtk_container_propagate_draw@Base 3.0.0 + gtk_container_remove@Base 3.0.0 + gtk_container_resize_children@Base 3.0.0 + gtk_container_set_border_width@Base 3.0.0 + gtk_container_set_focus_chain@Base 3.0.0 + gtk_container_set_focus_child@Base 3.0.0 + gtk_container_set_focus_hadjustment@Base 3.0.0 + gtk_container_set_focus_vadjustment@Base 3.0.0 + gtk_container_set_reallocate_redraws@Base 3.0.0 + gtk_container_set_resize_mode@Base 3.0.0 + gtk_container_unset_focus_chain@Base 3.0.0 + gtk_corner_type_get_type@Base 3.0.0 + gtk_css_provider_error_get_type@Base 3.0.0 + gtk_css_provider_error_quark@Base 3.0.0 + gtk_css_provider_get_default@Base 3.0.0 + gtk_css_provider_get_named@Base 3.0.0 + gtk_css_provider_get_type@Base 3.0.0 + gtk_css_provider_load_from_data@Base 3.0.0 + gtk_css_provider_load_from_file@Base 3.0.0 + gtk_css_provider_load_from_path@Base 3.0.0 + gtk_css_provider_load_from_resource@Base 3.16.2 + gtk_css_provider_new@Base 3.0.0 + gtk_css_provider_to_string@Base 3.1.6 + gtk_css_section_get_end_line@Base 3.2.1 + gtk_css_section_get_end_position@Base 3.2.1 + gtk_css_section_get_file@Base 3.2.1 + gtk_css_section_get_parent@Base 3.2.1 + gtk_css_section_get_section_type@Base 3.2.1 + gtk_css_section_get_start_line@Base 3.2.1 + gtk_css_section_get_start_position@Base 3.2.1 + gtk_css_section_get_type@Base 3.2.1 + gtk_css_section_ref@Base 3.2.1 + gtk_css_section_type_get_type@Base 3.2.1 + gtk_css_section_unref@Base 3.2.1 + gtk_custom_paper_unix_dialog_get_type@Base 3.0.0 + gtk_debug_flag_get_type@Base 3.0.0 + gtk_delete_type_get_type@Base 3.0.0 + gtk_dest_defaults_get_type@Base 3.0.0 + gtk_device_grab_add@Base 3.0.0 + gtk_device_grab_remove@Base 3.0.0 + gtk_dialog_add_action_widget@Base 3.0.0 + gtk_dialog_add_button@Base 3.0.0 + gtk_dialog_add_buttons@Base 3.0.0 + gtk_dialog_flags_get_type@Base 3.0.0 + gtk_dialog_get_action_area@Base 3.0.0 + gtk_dialog_get_content_area@Base 3.0.0 + gtk_dialog_get_header_bar@Base 3.11.5 + gtk_dialog_get_response_for_widget@Base 3.0.0 + gtk_dialog_get_type@Base 3.0.0 + gtk_dialog_get_widget_for_response@Base 3.0.0 + gtk_dialog_new@Base 3.0.0 + gtk_dialog_new_with_buttons@Base 3.0.0 + gtk_dialog_response@Base 3.0.0 + gtk_dialog_run@Base 3.0.0 + gtk_dialog_set_alternative_button_order@Base 3.0.0 + gtk_dialog_set_alternative_button_order_from_array@Base 3.0.0 + gtk_dialog_set_default_response@Base 3.0.0 + gtk_dialog_set_response_sensitive@Base 3.0.0 + gtk_direction_type_get_type@Base 3.0.0 + gtk_disable_setlocale@Base 3.0.0 + gtk_distribute_natural_allocation@Base 3.0.0 + gtk_drag_begin@Base 3.0.0 + gtk_drag_begin_with_coordinates@Base 3.9.12 + gtk_drag_cancel@Base 3.16.2 + gtk_drag_check_threshold@Base 3.0.0 + gtk_drag_dest_add_image_targets@Base 3.0.0 + gtk_drag_dest_add_text_targets@Base 3.0.0 + gtk_drag_dest_add_uri_targets@Base 3.0.0 + gtk_drag_dest_find_target@Base 3.0.0 + gtk_drag_dest_get_target_list@Base 3.0.0 + gtk_drag_dest_get_track_motion@Base 3.0.0 + gtk_drag_dest_set@Base 3.0.0 + gtk_drag_dest_set_proxy@Base 3.0.0 + gtk_drag_dest_set_target_list@Base 3.0.0 + gtk_drag_dest_set_track_motion@Base 3.0.0 + gtk_drag_dest_unset@Base 3.0.0 + gtk_drag_finish@Base 3.0.0 + gtk_drag_get_data@Base 3.0.0 + gtk_drag_get_source_widget@Base 3.0.0 + gtk_drag_highlight@Base 3.0.0 + gtk_drag_result_get_type@Base 3.0.0 + gtk_drag_set_icon_default@Base 3.0.0 + gtk_drag_set_icon_gicon@Base 3.1.4 + gtk_drag_set_icon_name@Base 3.0.0 + gtk_drag_set_icon_pixbuf@Base 3.0.0 + gtk_drag_set_icon_stock@Base 3.0.0 + gtk_drag_set_icon_surface@Base 3.0.0 + gtk_drag_set_icon_widget@Base 3.0.0 + gtk_drag_source_add_image_targets@Base 3.0.0 + gtk_drag_source_add_text_targets@Base 3.0.0 + gtk_drag_source_add_uri_targets@Base 3.0.0 + gtk_drag_source_get_target_list@Base 3.0.0 + gtk_drag_source_set@Base 3.0.0 + gtk_drag_source_set_icon_gicon@Base 3.1.4 + gtk_drag_source_set_icon_name@Base 3.0.0 + gtk_drag_source_set_icon_pixbuf@Base 3.0.0 + gtk_drag_source_set_icon_stock@Base 3.0.0 + gtk_drag_source_set_target_list@Base 3.0.0 + gtk_drag_source_unset@Base 3.0.0 + gtk_drag_unhighlight@Base 3.0.0 + gtk_draw_insertion_cursor@Base 3.0.0 + gtk_drawing_area_get_type@Base 3.0.0 + gtk_drawing_area_new@Base 3.0.0 + gtk_editable_copy_clipboard@Base 3.0.0 + gtk_editable_cut_clipboard@Base 3.0.0 + gtk_editable_delete_selection@Base 3.0.0 + gtk_editable_delete_text@Base 3.0.0 + gtk_editable_get_chars@Base 3.0.0 + gtk_editable_get_editable@Base 3.0.0 + gtk_editable_get_position@Base 3.0.0 + gtk_editable_get_selection_bounds@Base 3.0.0 + gtk_editable_get_type@Base 3.0.0 + gtk_editable_insert_text@Base 3.0.0 + gtk_editable_paste_clipboard@Base 3.0.0 + gtk_editable_select_region@Base 3.0.0 + gtk_editable_set_editable@Base 3.0.0 + gtk_editable_set_position@Base 3.0.0 + gtk_entry_accessible_get_type@Base 3.7.10 + gtk_entry_buffer_delete_text@Base 3.0.0 + gtk_entry_buffer_emit_deleted_text@Base 3.0.0 + gtk_entry_buffer_emit_inserted_text@Base 3.0.0 + gtk_entry_buffer_get_bytes@Base 3.0.0 + gtk_entry_buffer_get_length@Base 3.0.0 + gtk_entry_buffer_get_max_length@Base 3.0.0 + gtk_entry_buffer_get_text@Base 3.0.0 + gtk_entry_buffer_get_type@Base 3.0.0 + gtk_entry_buffer_insert_text@Base 3.0.0 + gtk_entry_buffer_new@Base 3.0.0 + gtk_entry_buffer_set_max_length@Base 3.0.0 + gtk_entry_buffer_set_text@Base 3.0.0 + gtk_entry_completion_complete@Base 3.0.0 + gtk_entry_completion_compute_prefix@Base 3.3.16 + gtk_entry_completion_delete_action@Base 3.0.0 + gtk_entry_completion_get_completion_prefix@Base 3.0.0 + gtk_entry_completion_get_entry@Base 3.0.0 + gtk_entry_completion_get_inline_completion@Base 3.0.0 + gtk_entry_completion_get_inline_selection@Base 3.0.0 + gtk_entry_completion_get_minimum_key_length@Base 3.0.0 + gtk_entry_completion_get_model@Base 3.0.0 + gtk_entry_completion_get_popup_completion@Base 3.0.0 + gtk_entry_completion_get_popup_set_width@Base 3.0.0 + gtk_entry_completion_get_popup_single_match@Base 3.0.0 + gtk_entry_completion_get_text_column@Base 3.0.0 + gtk_entry_completion_get_type@Base 3.0.0 + gtk_entry_completion_insert_action_markup@Base 3.0.0 + gtk_entry_completion_insert_action_text@Base 3.0.0 + gtk_entry_completion_insert_prefix@Base 3.0.0 + gtk_entry_completion_new@Base 3.0.0 + gtk_entry_completion_new_with_area@Base 3.0.0 + gtk_entry_completion_set_inline_completion@Base 3.0.0 + gtk_entry_completion_set_inline_selection@Base 3.0.0 + gtk_entry_completion_set_match_func@Base 3.0.0 + gtk_entry_completion_set_minimum_key_length@Base 3.0.0 + gtk_entry_completion_set_model@Base 3.0.0 + gtk_entry_completion_set_popup_completion@Base 3.0.0 + gtk_entry_completion_set_popup_set_width@Base 3.0.0 + gtk_entry_completion_set_popup_single_match@Base 3.0.0 + gtk_entry_completion_set_text_column@Base 3.0.0 + gtk_entry_get_activates_default@Base 3.0.0 + gtk_entry_get_alignment@Base 3.0.0 + gtk_entry_get_attributes@Base 3.5.14 + gtk_entry_get_buffer@Base 3.0.0 + gtk_entry_get_completion@Base 3.0.0 + gtk_entry_get_current_icon_drag_source@Base 3.0.0 + gtk_entry_get_cursor_hadjustment@Base 3.0.0 + gtk_entry_get_has_frame@Base 3.0.0 + gtk_entry_get_icon_activatable@Base 3.0.0 + gtk_entry_get_icon_area@Base 3.0.0 + gtk_entry_get_icon_at_pos@Base 3.0.0 + gtk_entry_get_icon_gicon@Base 3.0.0 + gtk_entry_get_icon_name@Base 3.0.0 + gtk_entry_get_icon_pixbuf@Base 3.0.0 + gtk_entry_get_icon_sensitive@Base 3.0.0 + gtk_entry_get_icon_stock@Base 3.0.0 + gtk_entry_get_icon_storage_type@Base 3.0.0 + gtk_entry_get_icon_tooltip_markup@Base 3.0.0 + gtk_entry_get_icon_tooltip_text@Base 3.0.0 + gtk_entry_get_inner_border@Base 3.0.0 + gtk_entry_get_input_hints@Base 3.5.12 + gtk_entry_get_input_purpose@Base 3.5.12 + gtk_entry_get_invisible_char@Base 3.0.0 + gtk_entry_get_layout@Base 3.0.0 + gtk_entry_get_layout_offsets@Base 3.0.0 + gtk_entry_get_max_length@Base 3.0.0 + gtk_entry_get_max_width_chars@Base 3.11.7 + gtk_entry_get_overwrite_mode@Base 3.0.0 + gtk_entry_get_placeholder_text@Base 3.1.4 + gtk_entry_get_progress_fraction@Base 3.0.0 + gtk_entry_get_progress_pulse_step@Base 3.0.0 + gtk_entry_get_tabs@Base 3.9.12 + gtk_entry_get_text@Base 3.0.0 + gtk_entry_get_text_area@Base 3.0.0 + gtk_entry_get_text_length@Base 3.0.0 + gtk_entry_get_type@Base 3.0.0 + gtk_entry_get_visibility@Base 3.0.0 + gtk_entry_get_width_chars@Base 3.0.0 + gtk_entry_grab_focus_without_selecting@Base 3.16.2 + gtk_entry_icon_accessible_get_type@Base 3.7.10 + gtk_entry_icon_position_get_type@Base 3.0.0 + gtk_entry_im_context_filter_keypress@Base 3.0.0 + gtk_entry_layout_index_to_text_index@Base 3.0.0 + gtk_entry_new@Base 3.0.0 + gtk_entry_new_with_buffer@Base 3.0.0 + gtk_entry_progress_pulse@Base 3.0.0 + gtk_entry_reset_im_context@Base 3.0.0 + gtk_entry_set_activates_default@Base 3.0.0 + gtk_entry_set_alignment@Base 3.0.0 + gtk_entry_set_attributes@Base 3.5.14 + gtk_entry_set_buffer@Base 3.0.0 + gtk_entry_set_completion@Base 3.0.0 + gtk_entry_set_cursor_hadjustment@Base 3.0.0 + gtk_entry_set_has_frame@Base 3.0.0 + gtk_entry_set_icon_activatable@Base 3.0.0 + gtk_entry_set_icon_drag_source@Base 3.0.0 + gtk_entry_set_icon_from_gicon@Base 3.0.0 + gtk_entry_set_icon_from_icon_name@Base 3.0.0 + gtk_entry_set_icon_from_pixbuf@Base 3.0.0 + gtk_entry_set_icon_from_stock@Base 3.0.0 + gtk_entry_set_icon_sensitive@Base 3.0.0 + gtk_entry_set_icon_tooltip_markup@Base 3.0.0 + gtk_entry_set_icon_tooltip_text@Base 3.0.0 + gtk_entry_set_inner_border@Base 3.0.0 + gtk_entry_set_input_hints@Base 3.5.12 + gtk_entry_set_input_purpose@Base 3.5.12 + gtk_entry_set_invisible_char@Base 3.0.0 + gtk_entry_set_max_length@Base 3.0.0 + gtk_entry_set_max_width_chars@Base 3.11.7 + gtk_entry_set_overwrite_mode@Base 3.0.0 + gtk_entry_set_placeholder_text@Base 3.1.4 + gtk_entry_set_progress_fraction@Base 3.0.0 + gtk_entry_set_progress_pulse_step@Base 3.0.0 + gtk_entry_set_tabs@Base 3.9.12 + gtk_entry_set_text@Base 3.0.0 + gtk_entry_set_visibility@Base 3.0.0 + gtk_entry_set_width_chars@Base 3.0.0 + gtk_entry_text_index_to_layout_index@Base 3.0.0 + gtk_entry_unset_invisible_char@Base 3.0.0 + gtk_enumerate_printers@Base 3.0.0 + gtk_event_box_get_above_child@Base 3.0.0 + gtk_event_box_get_type@Base 3.0.0 + gtk_event_box_get_visible_window@Base 3.0.0 + gtk_event_box_new@Base 3.0.0 + gtk_event_box_set_above_child@Base 3.0.0 + gtk_event_box_set_visible_window@Base 3.0.0 + gtk_event_controller_get_propagation_phase@Base 3.13.7 + gtk_event_controller_get_type@Base 3.13.7 + gtk_event_controller_get_widget@Base 3.13.7 + gtk_event_controller_handle_event@Base 3.13.7 + gtk_event_controller_key_forward@Base 3.23.1 + gtk_event_controller_key_get_group@Base 3.23.1 + gtk_event_controller_key_get_im_context@Base 3.23.1 + gtk_event_controller_key_get_type@Base 3.23.1 + gtk_event_controller_key_new@Base 3.23.1 + gtk_event_controller_key_set_im_context@Base 3.23.1 + gtk_event_controller_motion_get_type@Base 3.23.1 + gtk_event_controller_motion_new@Base 3.23.1 + gtk_event_controller_reset@Base 3.13.7 + gtk_event_controller_scroll_flags_get_type@Base 3.23.1 + gtk_event_controller_scroll_get_flags@Base 3.23.1 + gtk_event_controller_scroll_get_type@Base 3.23.1 + gtk_event_controller_scroll_new@Base 3.23.1 + gtk_event_controller_scroll_set_flags@Base 3.23.1 + gtk_event_controller_set_propagation_phase@Base 3.13.7 + gtk_event_sequence_state_get_type@Base 3.13.7 + gtk_events_pending@Base 3.0.0 + gtk_expander_accessible_get_type@Base 3.7.10 + gtk_expander_get_expanded@Base 3.0.0 + gtk_expander_get_label@Base 3.0.0 + gtk_expander_get_label_fill@Base 3.0.0 + gtk_expander_get_label_widget@Base 3.0.0 + gtk_expander_get_resize_toplevel@Base 3.1.4 + gtk_expander_get_spacing@Base 3.0.0 + gtk_expander_get_type@Base 3.0.0 + gtk_expander_get_use_markup@Base 3.0.0 + gtk_expander_get_use_underline@Base 3.0.0 + gtk_expander_new@Base 3.0.0 + gtk_expander_new_with_mnemonic@Base 3.0.0 + gtk_expander_set_expanded@Base 3.0.0 + gtk_expander_set_label@Base 3.0.0 + gtk_expander_set_label_fill@Base 3.0.0 + gtk_expander_set_label_widget@Base 3.0.0 + gtk_expander_set_resize_toplevel@Base 3.1.4 + gtk_expander_set_spacing@Base 3.0.0 + gtk_expander_set_use_markup@Base 3.0.0 + gtk_expander_set_use_underline@Base 3.0.0 + gtk_expander_style_get_type@Base 3.0.0 + gtk_false@Base 3.0.0 + gtk_file_chooser_action_get_type@Base 3.0.0 + gtk_file_chooser_add_choice@Base 3.21.4 + gtk_file_chooser_add_filter@Base 3.0.0 + gtk_file_chooser_add_shortcut_folder@Base 3.0.0 + gtk_file_chooser_add_shortcut_folder_uri@Base 3.0.0 + gtk_file_chooser_button_get_focus_on_click@Base 3.0.0 + gtk_file_chooser_button_get_title@Base 3.0.0 + gtk_file_chooser_button_get_type@Base 3.0.0 + gtk_file_chooser_button_get_width_chars@Base 3.0.0 + gtk_file_chooser_button_new@Base 3.0.0 + gtk_file_chooser_button_new_with_dialog@Base 3.0.0 + gtk_file_chooser_button_set_focus_on_click@Base 3.0.0 + gtk_file_chooser_button_set_title@Base 3.0.0 + gtk_file_chooser_button_set_width_chars@Base 3.0.0 + gtk_file_chooser_confirmation_get_type@Base 3.0.0 + gtk_file_chooser_dialog_get_type@Base 3.0.0 + gtk_file_chooser_dialog_new@Base 3.0.0 + gtk_file_chooser_error_get_type@Base 3.0.0 + gtk_file_chooser_error_quark@Base 3.0.0 + gtk_file_chooser_get_action@Base 3.0.0 + gtk_file_chooser_get_choice@Base 3.21.4 + gtk_file_chooser_get_create_folders@Base 3.0.0 + gtk_file_chooser_get_current_folder@Base 3.0.0 + gtk_file_chooser_get_current_folder_file@Base 3.0.0 + gtk_file_chooser_get_current_folder_uri@Base 3.0.0 + gtk_file_chooser_get_current_name@Base 3.9.10 + gtk_file_chooser_get_do_overwrite_confirmation@Base 3.0.0 + gtk_file_chooser_get_extra_widget@Base 3.0.0 + gtk_file_chooser_get_file@Base 3.0.0 + gtk_file_chooser_get_filename@Base 3.0.0 + gtk_file_chooser_get_filenames@Base 3.0.0 + gtk_file_chooser_get_files@Base 3.0.0 + gtk_file_chooser_get_filter@Base 3.0.0 + gtk_file_chooser_get_local_only@Base 3.0.0 + gtk_file_chooser_get_preview_file@Base 3.0.0 + gtk_file_chooser_get_preview_filename@Base 3.0.0 + gtk_file_chooser_get_preview_uri@Base 3.0.0 + gtk_file_chooser_get_preview_widget@Base 3.0.0 + gtk_file_chooser_get_preview_widget_active@Base 3.0.0 + gtk_file_chooser_get_select_multiple@Base 3.0.0 + gtk_file_chooser_get_show_hidden@Base 3.0.0 + gtk_file_chooser_get_type@Base 3.0.0 + gtk_file_chooser_get_uri@Base 3.0.0 + gtk_file_chooser_get_uris@Base 3.0.0 + gtk_file_chooser_get_use_preview_label@Base 3.0.0 + gtk_file_chooser_list_filters@Base 3.0.0 + gtk_file_chooser_list_shortcut_folder_uris@Base 3.0.0 + gtk_file_chooser_list_shortcut_folders@Base 3.0.0 + gtk_file_chooser_native_get_accept_label@Base 3.19.12 + gtk_file_chooser_native_get_cancel_label@Base 3.19.12 + gtk_file_chooser_native_get_type@Base 3.19.12 + gtk_file_chooser_native_new@Base 3.19.12 + gtk_file_chooser_native_set_accept_label@Base 3.19.12 + gtk_file_chooser_native_set_cancel_label@Base 3.19.12 + gtk_file_chooser_remove_choice@Base 3.21.4 + gtk_file_chooser_remove_filter@Base 3.0.0 + gtk_file_chooser_remove_shortcut_folder@Base 3.0.0 + gtk_file_chooser_remove_shortcut_folder_uri@Base 3.0.0 + gtk_file_chooser_select_all@Base 3.0.0 + gtk_file_chooser_select_file@Base 3.0.0 + gtk_file_chooser_select_filename@Base 3.0.0 + gtk_file_chooser_select_uri@Base 3.0.0 + gtk_file_chooser_set_action@Base 3.0.0 + gtk_file_chooser_set_choice@Base 3.21.4 + gtk_file_chooser_set_create_folders@Base 3.0.0 + gtk_file_chooser_set_current_folder@Base 3.0.0 + gtk_file_chooser_set_current_folder_file@Base 3.0.0 + gtk_file_chooser_set_current_folder_uri@Base 3.0.0 + gtk_file_chooser_set_current_name@Base 3.0.0 + gtk_file_chooser_set_do_overwrite_confirmation@Base 3.0.0 + gtk_file_chooser_set_extra_widget@Base 3.0.0 + gtk_file_chooser_set_file@Base 3.0.0 + gtk_file_chooser_set_filename@Base 3.0.0 + gtk_file_chooser_set_filter@Base 3.0.0 + gtk_file_chooser_set_local_only@Base 3.0.0 + gtk_file_chooser_set_preview_widget@Base 3.0.0 + gtk_file_chooser_set_preview_widget_active@Base 3.0.0 + gtk_file_chooser_set_select_multiple@Base 3.0.0 + gtk_file_chooser_set_show_hidden@Base 3.0.0 + gtk_file_chooser_set_uri@Base 3.0.0 + gtk_file_chooser_set_use_preview_label@Base 3.0.0 + gtk_file_chooser_unselect_all@Base 3.0.0 + gtk_file_chooser_unselect_file@Base 3.0.0 + gtk_file_chooser_unselect_filename@Base 3.0.0 + gtk_file_chooser_unselect_uri@Base 3.0.0 + gtk_file_chooser_widget_accessible_get_type@Base 3.24.30 + gtk_file_chooser_widget_get_type@Base 3.0.0 + gtk_file_chooser_widget_new@Base 3.0.0 + gtk_file_filter_add_custom@Base 3.0.0 + gtk_file_filter_add_mime_type@Base 3.0.0 + gtk_file_filter_add_pattern@Base 3.0.0 + gtk_file_filter_add_pixbuf_formats@Base 3.0.0 + gtk_file_filter_filter@Base 3.0.0 + gtk_file_filter_flags_get_type@Base 3.0.0 + gtk_file_filter_get_name@Base 3.0.0 + gtk_file_filter_get_needed@Base 3.0.0 + gtk_file_filter_get_type@Base 3.0.0 + gtk_file_filter_new@Base 3.0.0 + gtk_file_filter_new_from_gvariant@Base 3.21.4 + gtk_file_filter_set_name@Base 3.0.0 + gtk_file_filter_to_gvariant@Base 3.21.4 + gtk_fixed_get_type@Base 3.0.0 + gtk_fixed_move@Base 3.0.0 + gtk_fixed_new@Base 3.0.0 + gtk_fixed_put@Base 3.0.0 + gtk_flow_box_accessible_get_type@Base 3.11.5 + gtk_flow_box_bind_model@Base 3.17.9 + gtk_flow_box_child_accessible_get_type@Base 3.11.5 + gtk_flow_box_child_changed@Base 3.11.5 + gtk_flow_box_child_get_index@Base 3.11.5 + gtk_flow_box_child_get_type@Base 3.11.5 + gtk_flow_box_child_is_selected@Base 3.11.5 + gtk_flow_box_child_new@Base 3.11.5 + gtk_flow_box_get_activate_on_single_click@Base 3.11.5 + gtk_flow_box_get_child_at_index@Base 3.11.5 + gtk_flow_box_get_child_at_pos@Base 3.22.6 + gtk_flow_box_get_column_spacing@Base 3.11.5 + gtk_flow_box_get_homogeneous@Base 3.11.5 + gtk_flow_box_get_max_children_per_line@Base 3.11.5 + gtk_flow_box_get_min_children_per_line@Base 3.11.5 + gtk_flow_box_get_row_spacing@Base 3.11.5 + gtk_flow_box_get_selected_children@Base 3.11.5 + gtk_flow_box_get_selection_mode@Base 3.11.5 + gtk_flow_box_get_type@Base 3.11.5 + gtk_flow_box_insert@Base 3.11.5 + gtk_flow_box_invalidate_filter@Base 3.11.5 + gtk_flow_box_invalidate_sort@Base 3.11.5 + gtk_flow_box_new@Base 3.11.5 + gtk_flow_box_select_all@Base 3.11.5 + gtk_flow_box_select_child@Base 3.11.5 + gtk_flow_box_selected_foreach@Base 3.11.5 + gtk_flow_box_set_activate_on_single_click@Base 3.11.5 + gtk_flow_box_set_column_spacing@Base 3.11.5 + gtk_flow_box_set_filter_func@Base 3.11.5 + gtk_flow_box_set_hadjustment@Base 3.11.5 + gtk_flow_box_set_homogeneous@Base 3.11.5 + gtk_flow_box_set_max_children_per_line@Base 3.11.5 + gtk_flow_box_set_min_children_per_line@Base 3.11.5 + gtk_flow_box_set_row_spacing@Base 3.11.5 + gtk_flow_box_set_selection_mode@Base 3.11.5 + gtk_flow_box_set_sort_func@Base 3.11.5 + gtk_flow_box_set_vadjustment@Base 3.11.5 + gtk_flow_box_unselect_all@Base 3.11.5 + gtk_flow_box_unselect_child@Base 3.11.5 + gtk_font_button_get_font_name@Base 3.0.0 + gtk_font_button_get_show_size@Base 3.0.0 + gtk_font_button_get_show_style@Base 3.0.0 + gtk_font_button_get_title@Base 3.0.0 + gtk_font_button_get_type@Base 3.0.0 + gtk_font_button_get_use_font@Base 3.0.0 + gtk_font_button_get_use_size@Base 3.0.0 + gtk_font_button_new@Base 3.0.0 + gtk_font_button_new_with_font@Base 3.0.0 + gtk_font_button_set_font_name@Base 3.0.0 + gtk_font_button_set_show_size@Base 3.0.0 + gtk_font_button_set_show_style@Base 3.0.0 + gtk_font_button_set_title@Base 3.0.0 + gtk_font_button_set_use_font@Base 3.0.0 + gtk_font_button_set_use_size@Base 3.0.0 + gtk_font_chooser_dialog_get_type@Base 3.2.1 + gtk_font_chooser_dialog_new@Base 3.2.1 + gtk_font_chooser_get_font@Base 3.2.1 + gtk_font_chooser_get_font_desc@Base 3.2.1 + gtk_font_chooser_get_font_face@Base 3.2.1 + gtk_font_chooser_get_font_family@Base 3.2.1 + gtk_font_chooser_get_font_features@Base 3.23.0 + gtk_font_chooser_get_font_map@Base 3.17.9 + gtk_font_chooser_get_font_size@Base 3.2.1 + gtk_font_chooser_get_language@Base 3.23.0 + gtk_font_chooser_get_level@Base 3.23.0 + gtk_font_chooser_get_preview_text@Base 3.2.1 + gtk_font_chooser_get_show_preview_entry@Base 3.2.1 + gtk_font_chooser_get_type@Base 3.2.1 + gtk_font_chooser_level_get_type@Base 3.23.0 + gtk_font_chooser_set_filter_func@Base 3.2.1 + gtk_font_chooser_set_font@Base 3.2.1 + gtk_font_chooser_set_font_desc@Base 3.2.1 + gtk_font_chooser_set_font_map@Base 3.17.9 + gtk_font_chooser_set_language@Base 3.23.0 + gtk_font_chooser_set_level@Base 3.23.0 + gtk_font_chooser_set_preview_text@Base 3.2.1 + gtk_font_chooser_set_show_preview_entry@Base 3.2.1 + gtk_font_chooser_widget_get_type@Base 3.2.1 + gtk_font_chooser_widget_new@Base 3.2.1 + gtk_font_selection_dialog_get_cancel_button@Base 3.0.0 + gtk_font_selection_dialog_get_font_name@Base 3.0.0 + gtk_font_selection_dialog_get_font_selection@Base 3.0.0 + gtk_font_selection_dialog_get_ok_button@Base 3.0.0 + gtk_font_selection_dialog_get_preview_text@Base 3.0.0 + gtk_font_selection_dialog_get_type@Base 3.0.0 + gtk_font_selection_dialog_new@Base 3.0.0 + gtk_font_selection_dialog_set_font_name@Base 3.0.0 + gtk_font_selection_dialog_set_preview_text@Base 3.0.0 + gtk_font_selection_get_face@Base 3.0.0 + gtk_font_selection_get_face_list@Base 3.0.0 + gtk_font_selection_get_family@Base 3.0.0 + gtk_font_selection_get_family_list@Base 3.0.0 + gtk_font_selection_get_font_name@Base 3.0.0 + gtk_font_selection_get_preview_entry@Base 3.0.0 + gtk_font_selection_get_preview_text@Base 3.0.0 + gtk_font_selection_get_size@Base 3.0.0 + gtk_font_selection_get_size_entry@Base 3.0.0 + gtk_font_selection_get_size_list@Base 3.0.0 + gtk_font_selection_get_type@Base 3.0.0 + gtk_font_selection_new@Base 3.0.0 + gtk_font_selection_set_font_name@Base 3.0.0 + gtk_font_selection_set_preview_text@Base 3.0.0 + gtk_frame_accessible_get_type@Base 3.7.10 + gtk_frame_get_label@Base 3.0.0 + gtk_frame_get_label_align@Base 3.0.0 + gtk_frame_get_label_widget@Base 3.0.0 + gtk_frame_get_shadow_type@Base 3.0.0 + gtk_frame_get_type@Base 3.0.0 + gtk_frame_new@Base 3.0.0 + gtk_frame_set_label@Base 3.0.0 + gtk_frame_set_label_align@Base 3.0.0 + gtk_frame_set_label_widget@Base 3.0.0 + gtk_frame_set_shadow_type@Base 3.0.0 + gtk_gesture_drag_get_offset@Base 3.13.7 + gtk_gesture_drag_get_start_point@Base 3.13.7 + gtk_gesture_drag_get_type@Base 3.13.7 + gtk_gesture_drag_new@Base 3.13.7 + gtk_gesture_get_bounding_box@Base 3.13.7 + gtk_gesture_get_bounding_box_center@Base 3.13.7 + gtk_gesture_get_device@Base 3.13.7 + gtk_gesture_get_group@Base 3.13.7 + gtk_gesture_get_last_event@Base 3.13.7 + gtk_gesture_get_last_updated_sequence@Base 3.13.7 + gtk_gesture_get_point@Base 3.13.7 + gtk_gesture_get_sequence_state@Base 3.13.7 + gtk_gesture_get_sequences@Base 3.13.7 + gtk_gesture_get_type@Base 3.13.7 + gtk_gesture_get_window@Base 3.13.7 + gtk_gesture_group@Base 3.13.7 + gtk_gesture_handles_sequence@Base 3.13.7 + gtk_gesture_is_active@Base 3.13.7 + gtk_gesture_is_grouped_with@Base 3.13.7 + gtk_gesture_is_recognized@Base 3.13.7 + gtk_gesture_long_press_get_type@Base 3.13.7 + gtk_gesture_long_press_new@Base 3.13.7 + gtk_gesture_multi_press_get_area@Base 3.13.7 + gtk_gesture_multi_press_get_type@Base 3.13.7 + gtk_gesture_multi_press_new@Base 3.13.7 + gtk_gesture_multi_press_set_area@Base 3.13.7 + gtk_gesture_pan_get_orientation@Base 3.13.7 + gtk_gesture_pan_get_type@Base 3.13.7 + gtk_gesture_pan_new@Base 3.13.7 + gtk_gesture_pan_set_orientation@Base 3.13.7 + gtk_gesture_rotate_get_angle_delta@Base 3.13.7 + gtk_gesture_rotate_get_type@Base 3.13.7 + gtk_gesture_rotate_new@Base 3.13.7 + gtk_gesture_set_sequence_state@Base 3.13.7 + gtk_gesture_set_state@Base 3.13.7 + gtk_gesture_set_window@Base 3.13.7 + gtk_gesture_single_get_button@Base 3.13.7 + gtk_gesture_single_get_current_button@Base 3.13.7 + gtk_gesture_single_get_current_sequence@Base 3.13.7 + gtk_gesture_single_get_exclusive@Base 3.13.7 + gtk_gesture_single_get_touch_only@Base 3.13.7 + gtk_gesture_single_get_type@Base 3.13.7 + gtk_gesture_single_set_button@Base 3.13.7 + gtk_gesture_single_set_exclusive@Base 3.13.7 + gtk_gesture_single_set_touch_only@Base 3.13.7 + gtk_gesture_stylus_get_axes@Base 3.23.1 + gtk_gesture_stylus_get_axis@Base 3.23.1 + gtk_gesture_stylus_get_device_tool@Base 3.23.1 + gtk_gesture_stylus_get_type@Base 3.23.1 + gtk_gesture_stylus_new@Base 3.23.1 + gtk_gesture_swipe_get_type@Base 3.13.7 + gtk_gesture_swipe_get_velocity@Base 3.13.7 + gtk_gesture_swipe_new@Base 3.13.7 + gtk_gesture_ungroup@Base 3.13.7 + gtk_gesture_zoom_get_scale_delta@Base 3.13.7 + gtk_gesture_zoom_get_type@Base 3.13.7 + gtk_gesture_zoom_new@Base 3.13.7 + gtk_get_binary_age@Base 3.0.0 + gtk_get_current_event@Base 3.0.0 + gtk_get_current_event_device@Base 3.0.0 + gtk_get_current_event_state@Base 3.0.0 + gtk_get_current_event_time@Base 3.0.0 + gtk_get_debug_flags@Base 3.0.0 + gtk_get_default_language@Base 3.0.0 + gtk_get_event_widget@Base 3.0.0 + gtk_get_interface_age@Base 3.0.0 + gtk_get_locale_direction@Base 3.11.5 + gtk_get_major_version@Base 3.0.0 + gtk_get_micro_version@Base 3.0.0 + gtk_get_minor_version@Base 3.0.0 + gtk_get_option_group@Base 3.0.0 + gtk_gl_area_attach_buffers@Base 3.16.2 + gtk_gl_area_get_auto_render@Base 3.16.2 + gtk_gl_area_get_context@Base 3.16.2 + gtk_gl_area_get_error@Base 3.16.2 + gtk_gl_area_get_has_alpha@Base 3.16.2 + gtk_gl_area_get_has_depth_buffer@Base 3.16.2 + gtk_gl_area_get_has_stencil_buffer@Base 3.16.2 + gtk_gl_area_get_required_version@Base 3.16.2 + gtk_gl_area_get_type@Base 3.16.2 + gtk_gl_area_get_use_es@Base 3.21.4 + gtk_gl_area_make_current@Base 3.16.2 + gtk_gl_area_new@Base 3.16.2 + gtk_gl_area_queue_render@Base 3.16.2 + gtk_gl_area_set_auto_render@Base 3.16.2 + gtk_gl_area_set_error@Base 3.16.2 + gtk_gl_area_set_has_alpha@Base 3.16.2 + gtk_gl_area_set_has_depth_buffer@Base 3.16.2 + gtk_gl_area_set_has_stencil_buffer@Base 3.16.2 + gtk_gl_area_set_required_version@Base 3.16.2 + gtk_gl_area_set_use_es@Base 3.21.4 + gtk_glade_catalog_init@Base 3.9.10 + gtk_grab_add@Base 3.0.0 + gtk_grab_get_current@Base 3.0.0 + gtk_grab_remove@Base 3.0.0 + gtk_gradient_add_color_stop@Base 3.0.0 + gtk_gradient_get_type@Base 3.0.0 + gtk_gradient_new_linear@Base 3.0.0 + gtk_gradient_new_radial@Base 3.0.0 + gtk_gradient_ref@Base 3.0.0 + gtk_gradient_resolve@Base 3.0.0 + gtk_gradient_resolve_for_context@Base 3.3.16 + gtk_gradient_to_string@Base 3.1.6 + gtk_gradient_unref@Base 3.0.0 + gtk_grid_attach@Base 3.0.0 + gtk_grid_attach_next_to@Base 3.0.0 + gtk_grid_get_baseline_row@Base 3.9.10 + gtk_grid_get_child_at@Base 3.2.1 + gtk_grid_get_column_homogeneous@Base 3.0.0 + gtk_grid_get_column_spacing@Base 3.0.0 + gtk_grid_get_row_baseline_position@Base 3.9.10 + gtk_grid_get_row_homogeneous@Base 3.0.0 + gtk_grid_get_row_spacing@Base 3.0.0 + gtk_grid_get_type@Base 3.0.0 + gtk_grid_insert_column@Base 3.2.1 + gtk_grid_insert_next_to@Base 3.2.1 + gtk_grid_insert_row@Base 3.2.1 + gtk_grid_new@Base 3.0.0 + gtk_grid_remove_column@Base 3.9.10 + gtk_grid_remove_row@Base 3.9.10 + gtk_grid_set_baseline_row@Base 3.9.10 + gtk_grid_set_column_homogeneous@Base 3.0.0 + gtk_grid_set_column_spacing@Base 3.0.0 + gtk_grid_set_row_baseline_position@Base 3.9.10 + gtk_grid_set_row_homogeneous@Base 3.0.0 + gtk_grid_set_row_spacing@Base 3.0.0 + gtk_handle_box_get_child_detached@Base 3.0.0 + gtk_handle_box_get_handle_position@Base 3.0.0 + gtk_handle_box_get_shadow_type@Base 3.0.0 + gtk_handle_box_get_snap_edge@Base 3.0.0 + gtk_handle_box_get_type@Base 3.0.0 + gtk_handle_box_new@Base 3.0.0 + gtk_handle_box_set_handle_position@Base 3.0.0 + gtk_handle_box_set_shadow_type@Base 3.0.0 + gtk_handle_box_set_snap_edge@Base 3.0.0 + gtk_hbox_get_type@Base 3.0.0 + gtk_hbox_new@Base 3.0.0 + gtk_hbutton_box_get_type@Base 3.0.0 + gtk_hbutton_box_new@Base 3.0.0 + gtk_header_bar_accessible_get_type@Base 3.24.11 + gtk_header_bar_get_custom_title@Base 3.9.10 + gtk_header_bar_get_decoration_layout@Base 3.11.5 + gtk_header_bar_get_has_subtitle@Base 3.11.5 + gtk_header_bar_get_show_close_button@Base 3.9.12 + gtk_header_bar_get_subtitle@Base 3.9.10 + gtk_header_bar_get_title@Base 3.9.10 + gtk_header_bar_get_type@Base 3.9.10 + gtk_header_bar_new@Base 3.9.10 + gtk_header_bar_pack_end@Base 3.9.10 + gtk_header_bar_pack_start@Base 3.9.10 + gtk_header_bar_set_custom_title@Base 3.9.10 + gtk_header_bar_set_decoration_layout@Base 3.11.5 + gtk_header_bar_set_has_subtitle@Base 3.11.5 + gtk_header_bar_set_show_close_button@Base 3.9.12 + gtk_header_bar_set_subtitle@Base 3.9.10 + gtk_header_bar_set_title@Base 3.9.10 + gtk_hpaned_get_type@Base 3.0.0 + gtk_hpaned_new@Base 3.0.0 + gtk_hscale_get_type@Base 3.0.0 + gtk_hscale_new@Base 3.0.0 + gtk_hscale_new_with_range@Base 3.0.0 + gtk_hscrollbar_get_type@Base 3.0.0 + gtk_hscrollbar_new@Base 3.0.0 + gtk_hseparator_get_type@Base 3.0.0 + gtk_hseparator_new@Base 3.0.0 + gtk_hsv_get_color@Base 3.0.0 + gtk_hsv_get_metrics@Base 3.0.0 + gtk_hsv_get_type@Base 3.0.0 + gtk_hsv_is_adjusting@Base 3.0.0 + gtk_hsv_new@Base 3.0.0 + gtk_hsv_set_color@Base 3.0.0 + gtk_hsv_set_metrics@Base 3.0.0 + gtk_hsv_to_rgb@Base 3.0.0 + gtk_icon_factory_add@Base 3.0.0 + gtk_icon_factory_add_default@Base 3.0.0 + gtk_icon_factory_get_type@Base 3.0.0 + gtk_icon_factory_lookup@Base 3.0.0 + gtk_icon_factory_lookup_default@Base 3.0.0 + gtk_icon_factory_new@Base 3.0.0 + gtk_icon_factory_remove_default@Base 3.0.0 + gtk_icon_info_copy@Base 3.0.0 + gtk_icon_info_free@Base 3.0.0 + gtk_icon_info_get_attach_points@Base 3.0.0 + gtk_icon_info_get_base_scale@Base 3.9.10 + gtk_icon_info_get_base_size@Base 3.0.0 + gtk_icon_info_get_builtin_pixbuf@Base 3.0.0 + gtk_icon_info_get_display_name@Base 3.0.0 + gtk_icon_info_get_embedded_rect@Base 3.0.0 + gtk_icon_info_get_filename@Base 3.0.0 + gtk_icon_info_get_type@Base 3.0.0 + gtk_icon_info_is_symbolic@Base 3.11.5 + gtk_icon_info_load_icon@Base 3.0.0 + gtk_icon_info_load_icon_async@Base 3.7.10 + gtk_icon_info_load_icon_finish@Base 3.7.10 + gtk_icon_info_load_surface@Base 3.9.10 + gtk_icon_info_load_symbolic@Base 3.0.0 + gtk_icon_info_load_symbolic_async@Base 3.7.10 + gtk_icon_info_load_symbolic_finish@Base 3.7.10 + gtk_icon_info_load_symbolic_for_context@Base 3.0.0 + gtk_icon_info_load_symbolic_for_context_async@Base 3.7.10 + gtk_icon_info_load_symbolic_for_context_finish@Base 3.7.10 + gtk_icon_info_load_symbolic_for_style@Base 3.0.0 + gtk_icon_info_new_for_pixbuf@Base 3.0.0 + gtk_icon_info_set_raw_coordinates@Base 3.0.0 + gtk_icon_lookup_flags_get_type@Base 3.0.0 + gtk_icon_set_add_source@Base 3.0.0 + gtk_icon_set_copy@Base 3.0.0 + gtk_icon_set_get_sizes@Base 3.0.0 + gtk_icon_set_get_type@Base 3.0.0 + gtk_icon_set_new@Base 3.0.0 + gtk_icon_set_new_from_pixbuf@Base 3.0.0 + gtk_icon_set_ref@Base 3.0.0 + gtk_icon_set_render_icon@Base 3.0.0 + gtk_icon_set_render_icon_pixbuf@Base 3.0.0 + gtk_icon_set_render_icon_surface@Base 3.9.10 + gtk_icon_set_unref@Base 3.0.0 + gtk_icon_size_from_name@Base 3.0.0 + gtk_icon_size_get_name@Base 3.0.0 + gtk_icon_size_get_type@Base 3.0.0 + gtk_icon_size_lookup@Base 3.0.0 + gtk_icon_size_lookup_for_settings@Base 3.0.0 + gtk_icon_size_register@Base 3.0.0 + gtk_icon_size_register_alias@Base 3.0.0 + gtk_icon_source_copy@Base 3.0.0 + gtk_icon_source_free@Base 3.0.0 + gtk_icon_source_get_direction@Base 3.0.0 + gtk_icon_source_get_direction_wildcarded@Base 3.0.0 + gtk_icon_source_get_filename@Base 3.0.0 + gtk_icon_source_get_icon_name@Base 3.0.0 + gtk_icon_source_get_pixbuf@Base 3.0.0 + gtk_icon_source_get_size@Base 3.0.0 + gtk_icon_source_get_size_wildcarded@Base 3.0.0 + gtk_icon_source_get_state@Base 3.0.0 + gtk_icon_source_get_state_wildcarded@Base 3.0.0 + gtk_icon_source_get_type@Base 3.0.0 + gtk_icon_source_new@Base 3.0.0 + gtk_icon_source_set_direction@Base 3.0.0 + gtk_icon_source_set_direction_wildcarded@Base 3.0.0 + gtk_icon_source_set_filename@Base 3.0.0 + gtk_icon_source_set_icon_name@Base 3.0.0 + gtk_icon_source_set_pixbuf@Base 3.0.0 + gtk_icon_source_set_size@Base 3.0.0 + gtk_icon_source_set_size_wildcarded@Base 3.0.0 + gtk_icon_source_set_state@Base 3.0.0 + gtk_icon_source_set_state_wildcarded@Base 3.0.0 + gtk_icon_theme_add_builtin_icon@Base 3.0.0 + gtk_icon_theme_add_resource_path@Base 3.13.7 + gtk_icon_theme_append_search_path@Base 3.0.0 + gtk_icon_theme_choose_icon@Base 3.0.0 + gtk_icon_theme_choose_icon_for_scale@Base 3.9.10 + gtk_icon_theme_error_get_type@Base 3.0.0 + gtk_icon_theme_error_quark@Base 3.0.0 + gtk_icon_theme_get_default@Base 3.0.0 + gtk_icon_theme_get_example_icon_name@Base 3.0.0 + gtk_icon_theme_get_for_screen@Base 3.0.0 + gtk_icon_theme_get_icon_sizes@Base 3.0.0 + gtk_icon_theme_get_search_path@Base 3.0.0 + gtk_icon_theme_get_type@Base 3.0.0 + gtk_icon_theme_has_icon@Base 3.0.0 + gtk_icon_theme_list_contexts@Base 3.0.0 + gtk_icon_theme_list_icons@Base 3.0.0 + gtk_icon_theme_load_icon@Base 3.0.0 + gtk_icon_theme_load_icon_for_scale@Base 3.9.10 + gtk_icon_theme_load_surface@Base 3.9.10 + gtk_icon_theme_lookup_by_gicon@Base 3.0.0 + gtk_icon_theme_lookup_by_gicon_for_scale@Base 3.9.10 + gtk_icon_theme_lookup_icon@Base 3.0.0 + gtk_icon_theme_lookup_icon_for_scale@Base 3.9.10 + gtk_icon_theme_new@Base 3.0.0 + gtk_icon_theme_prepend_search_path@Base 3.0.0 + gtk_icon_theme_rescan_if_needed@Base 3.0.0 + gtk_icon_theme_set_custom_theme@Base 3.0.0 + gtk_icon_theme_set_screen@Base 3.0.0 + gtk_icon_theme_set_search_path@Base 3.0.0 + gtk_icon_view_accessible_get_type@Base 3.7.10 + gtk_icon_view_convert_widget_to_bin_window_coords@Base 3.0.0 + gtk_icon_view_create_drag_icon@Base 3.0.0 + gtk_icon_view_drop_position_get_type@Base 3.0.0 + gtk_icon_view_enable_model_drag_dest@Base 3.0.0 + gtk_icon_view_enable_model_drag_source@Base 3.0.0 + gtk_icon_view_get_activate_on_single_click@Base 3.7.10 + gtk_icon_view_get_cell_rect@Base 3.5.6 + gtk_icon_view_get_column_spacing@Base 3.0.0 + gtk_icon_view_get_columns@Base 3.0.0 + gtk_icon_view_get_cursor@Base 3.0.0 + gtk_icon_view_get_dest_item_at_pos@Base 3.0.0 + gtk_icon_view_get_drag_dest_item@Base 3.0.0 + gtk_icon_view_get_item_at_pos@Base 3.0.0 + gtk_icon_view_get_item_column@Base 3.0.0 + gtk_icon_view_get_item_orientation@Base 3.0.0 + gtk_icon_view_get_item_padding@Base 3.0.0 + gtk_icon_view_get_item_row@Base 3.0.0 + gtk_icon_view_get_item_width@Base 3.0.0 + gtk_icon_view_get_margin@Base 3.0.0 + gtk_icon_view_get_markup_column@Base 3.0.0 + gtk_icon_view_get_model@Base 3.0.0 + gtk_icon_view_get_path_at_pos@Base 3.0.0 + gtk_icon_view_get_pixbuf_column@Base 3.0.0 + gtk_icon_view_get_reorderable@Base 3.0.0 + gtk_icon_view_get_row_spacing@Base 3.0.0 + gtk_icon_view_get_selected_items@Base 3.0.0 + gtk_icon_view_get_selection_mode@Base 3.0.0 + gtk_icon_view_get_spacing@Base 3.0.0 + gtk_icon_view_get_text_column@Base 3.0.0 + gtk_icon_view_get_tooltip_column@Base 3.0.0 + gtk_icon_view_get_tooltip_context@Base 3.0.0 + gtk_icon_view_get_type@Base 3.0.0 + gtk_icon_view_get_visible_range@Base 3.0.0 + gtk_icon_view_item_activated@Base 3.0.0 + gtk_icon_view_new@Base 3.0.0 + gtk_icon_view_new_with_area@Base 3.0.0 + gtk_icon_view_new_with_model@Base 3.0.0 + gtk_icon_view_path_is_selected@Base 3.0.0 + gtk_icon_view_scroll_to_path@Base 3.0.0 + gtk_icon_view_select_all@Base 3.0.0 + gtk_icon_view_select_path@Base 3.0.0 + gtk_icon_view_selected_foreach@Base 3.0.0 + gtk_icon_view_set_activate_on_single_click@Base 3.7.10 + gtk_icon_view_set_column_spacing@Base 3.0.0 + gtk_icon_view_set_columns@Base 3.0.0 + gtk_icon_view_set_cursor@Base 3.0.0 + gtk_icon_view_set_drag_dest_item@Base 3.0.0 + gtk_icon_view_set_item_orientation@Base 3.0.0 + gtk_icon_view_set_item_padding@Base 3.0.0 + gtk_icon_view_set_item_width@Base 3.0.0 + gtk_icon_view_set_margin@Base 3.0.0 + gtk_icon_view_set_markup_column@Base 3.0.0 + gtk_icon_view_set_model@Base 3.0.0 + gtk_icon_view_set_pixbuf_column@Base 3.0.0 + gtk_icon_view_set_reorderable@Base 3.0.0 + gtk_icon_view_set_row_spacing@Base 3.0.0 + gtk_icon_view_set_selection_mode@Base 3.0.0 + gtk_icon_view_set_spacing@Base 3.0.0 + gtk_icon_view_set_text_column@Base 3.0.0 + gtk_icon_view_set_tooltip_cell@Base 3.0.0 + gtk_icon_view_set_tooltip_column@Base 3.0.0 + gtk_icon_view_set_tooltip_item@Base 3.0.0 + gtk_icon_view_unselect_all@Base 3.0.0 + gtk_icon_view_unselect_path@Base 3.0.0 + gtk_icon_view_unset_model_drag_dest@Base 3.0.0 + gtk_icon_view_unset_model_drag_source@Base 3.0.0 + gtk_identifier_get_type@Base 3.0.0 + gtk_im_context_delete_surrounding@Base 3.0.0 + gtk_im_context_filter_keypress@Base 3.0.0 + gtk_im_context_focus_in@Base 3.0.0 + gtk_im_context_focus_out@Base 3.0.0 + gtk_im_context_get_preedit_string@Base 3.0.0 + gtk_im_context_get_surrounding@Base 3.0.0 + gtk_im_context_get_type@Base 3.0.0 + gtk_im_context_reset@Base 3.0.0 + gtk_im_context_set_client_window@Base 3.0.0 + gtk_im_context_set_cursor_location@Base 3.0.0 + gtk_im_context_set_surrounding@Base 3.0.0 + gtk_im_context_set_use_preedit@Base 3.0.0 + gtk_im_context_simple_add_compose_file@Base 3.19.12 + gtk_im_context_simple_add_table@Base 3.0.0 + gtk_im_context_simple_get_type@Base 3.0.0 + gtk_im_context_simple_new@Base 3.0.0 + gtk_im_multicontext_append_menuitems@Base 3.0.0 + gtk_im_multicontext_get_context_id@Base 3.0.0 + gtk_im_multicontext_get_type@Base 3.0.0 + gtk_im_multicontext_new@Base 3.0.0 + gtk_im_multicontext_set_context_id@Base 3.0.0 + gtk_im_preedit_style_get_type@Base 3.0.0 + gtk_im_status_style_get_type@Base 3.0.0 + gtk_image_accessible_get_type@Base 3.7.10 + gtk_image_cell_accessible_get_type@Base 3.7.10 + gtk_image_clear@Base 3.0.0 + gtk_image_get_animation@Base 3.0.0 + gtk_image_get_gicon@Base 3.0.0 + gtk_image_get_icon_name@Base 3.0.0 + gtk_image_get_icon_set@Base 3.0.0 + gtk_image_get_pixbuf@Base 3.0.0 + gtk_image_get_pixel_size@Base 3.0.0 + gtk_image_get_stock@Base 3.0.0 + gtk_image_get_storage_type@Base 3.0.0 + gtk_image_get_type@Base 3.0.0 + gtk_image_menu_item_get_always_show_image@Base 3.0.0 + gtk_image_menu_item_get_image@Base 3.0.0 + gtk_image_menu_item_get_type@Base 3.0.0 + gtk_image_menu_item_get_use_stock@Base 3.0.0 + gtk_image_menu_item_new@Base 3.0.0 + gtk_image_menu_item_new_from_stock@Base 3.0.0 + gtk_image_menu_item_new_with_label@Base 3.0.0 + gtk_image_menu_item_new_with_mnemonic@Base 3.0.0 + gtk_image_menu_item_set_accel_group@Base 3.0.0 + gtk_image_menu_item_set_always_show_image@Base 3.0.0 + gtk_image_menu_item_set_image@Base 3.0.0 + gtk_image_menu_item_set_use_stock@Base 3.0.0 + gtk_image_new@Base 3.0.0 + gtk_image_new_from_animation@Base 3.0.0 + gtk_image_new_from_file@Base 3.0.0 + gtk_image_new_from_gicon@Base 3.0.0 + gtk_image_new_from_icon_name@Base 3.0.0 + gtk_image_new_from_icon_set@Base 3.0.0 + gtk_image_new_from_pixbuf@Base 3.0.0 + gtk_image_new_from_resource@Base 3.3.16 + gtk_image_new_from_stock@Base 3.0.0 + gtk_image_new_from_surface@Base 3.9.10 + gtk_image_set_from_animation@Base 3.0.0 + gtk_image_set_from_file@Base 3.0.0 + gtk_image_set_from_gicon@Base 3.0.0 + gtk_image_set_from_icon_name@Base 3.0.0 + gtk_image_set_from_icon_set@Base 3.0.0 + gtk_image_set_from_pixbuf@Base 3.0.0 + gtk_image_set_from_resource@Base 3.3.16 + gtk_image_set_from_stock@Base 3.0.0 + gtk_image_set_from_surface@Base 3.9.10 + gtk_image_set_pixel_size@Base 3.0.0 + gtk_image_type_get_type@Base 3.0.0 + gtk_info_bar_add_action_widget@Base 3.0.0 + gtk_info_bar_add_button@Base 3.0.0 + gtk_info_bar_add_buttons@Base 3.0.0 + gtk_info_bar_get_action_area@Base 3.0.0 + gtk_info_bar_get_content_area@Base 3.0.0 + gtk_info_bar_get_message_type@Base 3.0.0 + gtk_info_bar_get_revealed@Base 3.22.29 + gtk_info_bar_get_show_close_button@Base 3.9.10 + gtk_info_bar_get_type@Base 3.0.0 + gtk_info_bar_new@Base 3.0.0 + gtk_info_bar_new_with_buttons@Base 3.0.0 + gtk_info_bar_response@Base 3.0.0 + gtk_info_bar_set_default_response@Base 3.0.0 + gtk_info_bar_set_message_type@Base 3.0.0 + gtk_info_bar_set_response_sensitive@Base 3.0.0 + gtk_info_bar_set_revealed@Base 3.22.29 + gtk_info_bar_set_show_close_button@Base 3.9.10 + gtk_init@Base 3.0.0 + gtk_init_check@Base 3.0.0 + gtk_init_with_args@Base 3.0.0 + gtk_input_hints_get_type@Base 3.5.12 + gtk_input_purpose_get_type@Base 3.5.12 + gtk_invisible_get_screen@Base 3.0.0 + gtk_invisible_get_type@Base 3.0.0 + gtk_invisible_new@Base 3.0.0 + gtk_invisible_new_for_screen@Base 3.0.0 + gtk_invisible_set_screen@Base 3.0.0 + gtk_junction_sides_get_type@Base 3.0.0 + gtk_justification_get_type@Base 3.0.0 + gtk_key_snooper_install@Base 3.0.0 + gtk_key_snooper_remove@Base 3.0.0 + gtk_label_accessible_get_type@Base 3.7.10 + gtk_label_get_angle@Base 3.0.0 + gtk_label_get_attributes@Base 3.0.0 + gtk_label_get_current_uri@Base 3.0.0 + gtk_label_get_ellipsize@Base 3.0.0 + gtk_label_get_justify@Base 3.0.0 + gtk_label_get_label@Base 3.0.0 + gtk_label_get_layout@Base 3.0.0 + gtk_label_get_layout_offsets@Base 3.0.0 + gtk_label_get_line_wrap@Base 3.0.0 + gtk_label_get_line_wrap_mode@Base 3.0.0 + gtk_label_get_lines@Base 3.9.14 + gtk_label_get_max_width_chars@Base 3.0.0 + gtk_label_get_mnemonic_keyval@Base 3.0.0 + gtk_label_get_mnemonic_widget@Base 3.0.0 + gtk_label_get_selectable@Base 3.0.0 + gtk_label_get_selection_bounds@Base 3.0.0 + gtk_label_get_single_line_mode@Base 3.0.0 + gtk_label_get_text@Base 3.0.0 + gtk_label_get_track_visited_links@Base 3.0.0 + gtk_label_get_type@Base 3.0.0 + gtk_label_get_use_markup@Base 3.0.0 + gtk_label_get_use_underline@Base 3.0.0 + gtk_label_get_width_chars@Base 3.0.0 + gtk_label_get_xalign@Base 3.16.2 + gtk_label_get_yalign@Base 3.16.2 + gtk_label_new@Base 3.0.0 + gtk_label_new_with_mnemonic@Base 3.0.0 + gtk_label_select_region@Base 3.0.0 + gtk_label_set_angle@Base 3.0.0 + gtk_label_set_attributes@Base 3.0.0 + gtk_label_set_ellipsize@Base 3.0.0 + gtk_label_set_justify@Base 3.0.0 + gtk_label_set_label@Base 3.0.0 + gtk_label_set_line_wrap@Base 3.0.0 + gtk_label_set_line_wrap_mode@Base 3.0.0 + gtk_label_set_lines@Base 3.9.14 + gtk_label_set_markup@Base 3.0.0 + gtk_label_set_markup_with_mnemonic@Base 3.0.0 + gtk_label_set_max_width_chars@Base 3.0.0 + gtk_label_set_mnemonic_widget@Base 3.0.0 + gtk_label_set_pattern@Base 3.0.0 + gtk_label_set_selectable@Base 3.0.0 + gtk_label_set_single_line_mode@Base 3.0.0 + gtk_label_set_text@Base 3.0.0 + gtk_label_set_text_with_mnemonic@Base 3.0.0 + gtk_label_set_track_visited_links@Base 3.0.0 + gtk_label_set_use_markup@Base 3.0.0 + gtk_label_set_use_underline@Base 3.0.0 + gtk_label_set_width_chars@Base 3.0.0 + gtk_label_set_xalign@Base 3.16.2 + gtk_label_set_yalign@Base 3.16.2 + gtk_layout_get_bin_window@Base 3.0.0 + gtk_layout_get_hadjustment@Base 3.0.0 + gtk_layout_get_size@Base 3.0.0 + gtk_layout_get_type@Base 3.0.0 + gtk_layout_get_vadjustment@Base 3.0.0 + gtk_layout_move@Base 3.0.0 + gtk_layout_new@Base 3.0.0 + gtk_layout_put@Base 3.0.0 + gtk_layout_set_hadjustment@Base 3.0.0 + gtk_layout_set_size@Base 3.0.0 + gtk_layout_set_vadjustment@Base 3.0.0 + gtk_level_bar_accessible_get_type@Base 3.7.10 + gtk_level_bar_add_offset_value@Base 3.5.8 + gtk_level_bar_get_inverted@Base 3.7.10 + gtk_level_bar_get_max_value@Base 3.5.8 + gtk_level_bar_get_min_value@Base 3.5.8 + gtk_level_bar_get_mode@Base 3.5.8 + gtk_level_bar_get_offset_value@Base 3.5.8 + gtk_level_bar_get_type@Base 3.5.8 + gtk_level_bar_get_value@Base 3.5.8 + gtk_level_bar_mode_get_type@Base 3.5.8 + gtk_level_bar_new@Base 3.5.8 + gtk_level_bar_new_for_interval@Base 3.5.8 + gtk_level_bar_remove_offset_value@Base 3.5.8 + gtk_level_bar_set_inverted@Base 3.7.10 + gtk_level_bar_set_max_value@Base 3.5.8 + gtk_level_bar_set_min_value@Base 3.5.8 + gtk_level_bar_set_mode@Base 3.5.8 + gtk_level_bar_set_value@Base 3.5.8 + gtk_license_get_type@Base 3.0.0 + gtk_link_button_accessible_get_type@Base 3.7.10 + gtk_link_button_get_type@Base 3.0.0 + gtk_link_button_get_uri@Base 3.0.0 + gtk_link_button_get_visited@Base 3.0.0 + gtk_link_button_new@Base 3.0.0 + gtk_link_button_new_with_label@Base 3.0.0 + gtk_link_button_set_uri@Base 3.0.0 + gtk_link_button_set_visited@Base 3.0.0 + gtk_list_box_accessible_get_type@Base 3.9.10 + gtk_list_box_bind_model@Base 3.16.2 + gtk_list_box_drag_highlight_row@Base 3.9.10 + gtk_list_box_drag_unhighlight_row@Base 3.9.10 + gtk_list_box_get_activate_on_single_click@Base 3.9.10 + gtk_list_box_get_adjustment@Base 3.9.10 + gtk_list_box_get_row_at_index@Base 3.9.10 + gtk_list_box_get_row_at_y@Base 3.9.10 + gtk_list_box_get_selected_row@Base 3.9.10 + gtk_list_box_get_selected_rows@Base 3.13.7 + gtk_list_box_get_selection_mode@Base 3.9.10 + gtk_list_box_get_type@Base 3.9.10 + gtk_list_box_insert@Base 3.9.12 + gtk_list_box_invalidate_filter@Base 3.9.10 + gtk_list_box_invalidate_headers@Base 3.9.10 + gtk_list_box_invalidate_sort@Base 3.9.10 + gtk_list_box_new@Base 3.9.10 + gtk_list_box_prepend@Base 3.9.12 + gtk_list_box_row_accessible_get_type@Base 3.10.0 + gtk_list_box_row_changed@Base 3.9.10 + gtk_list_box_row_get_activatable@Base 3.13.7 + gtk_list_box_row_get_header@Base 3.9.10 + gtk_list_box_row_get_index@Base 3.9.10 + gtk_list_box_row_get_selectable@Base 3.13.7 + gtk_list_box_row_get_type@Base 3.9.10 + gtk_list_box_row_is_selected@Base 3.13.7 + gtk_list_box_row_new@Base 3.9.10 + gtk_list_box_row_set_activatable@Base 3.13.7 + gtk_list_box_row_set_header@Base 3.9.10 + gtk_list_box_row_set_selectable@Base 3.13.7 + gtk_list_box_select_all@Base 3.13.7 + gtk_list_box_select_row@Base 3.9.10 + gtk_list_box_selected_foreach@Base 3.13.7 + gtk_list_box_set_activate_on_single_click@Base 3.9.10 + gtk_list_box_set_adjustment@Base 3.9.10 + gtk_list_box_set_filter_func@Base 3.9.10 + gtk_list_box_set_header_func@Base 3.9.10 + gtk_list_box_set_placeholder@Base 3.9.10 + gtk_list_box_set_selection_mode@Base 3.9.10 + gtk_list_box_set_sort_func@Base 3.9.10 + gtk_list_box_unselect_all@Base 3.13.7 + gtk_list_box_unselect_row@Base 3.13.7 + gtk_list_store_append@Base 3.0.0 + gtk_list_store_clear@Base 3.0.0 + gtk_list_store_get_type@Base 3.0.0 + gtk_list_store_insert@Base 3.0.0 + gtk_list_store_insert_after@Base 3.0.0 + gtk_list_store_insert_before@Base 3.0.0 + gtk_list_store_insert_with_values@Base 3.0.0 + gtk_list_store_insert_with_valuesv@Base 3.0.0 + gtk_list_store_iter_is_valid@Base 3.0.0 + gtk_list_store_move_after@Base 3.0.0 + gtk_list_store_move_before@Base 3.0.0 + gtk_list_store_new@Base 3.0.0 + gtk_list_store_newv@Base 3.0.0 + gtk_list_store_prepend@Base 3.0.0 + gtk_list_store_remove@Base 3.0.0 + gtk_list_store_reorder@Base 3.0.0 + gtk_list_store_set@Base 3.0.0 + gtk_list_store_set_column_types@Base 3.0.0 + gtk_list_store_set_valist@Base 3.0.0 + gtk_list_store_set_value@Base 3.0.0 + gtk_list_store_set_valuesv@Base 3.0.0 + gtk_list_store_swap@Base 3.0.0 + gtk_lock_button_accessible_get_type@Base 3.7.10 + gtk_lock_button_get_permission@Base 3.1.4 + gtk_lock_button_get_type@Base 3.1.4 + gtk_lock_button_new@Base 3.1.4 + gtk_lock_button_set_permission@Base 3.1.4 + gtk_main@Base 3.0.0 + gtk_main_do_event@Base 3.0.0 + gtk_main_iteration@Base 3.0.0 + gtk_main_iteration_do@Base 3.0.0 + gtk_main_level@Base 3.0.0 + gtk_main_quit@Base 3.0.0 + gtk_menu_accessible_get_type@Base 3.7.10 + gtk_menu_attach@Base 3.0.0 + gtk_menu_attach_to_widget@Base 3.0.0 + gtk_menu_bar_get_child_pack_direction@Base 3.0.0 + gtk_menu_bar_get_pack_direction@Base 3.0.0 + gtk_menu_bar_get_type@Base 3.0.0 + gtk_menu_bar_new@Base 3.0.0 + gtk_menu_bar_new_from_model@Base 3.3.16 + gtk_menu_bar_set_child_pack_direction@Base 3.0.0 + gtk_menu_bar_set_pack_direction@Base 3.0.0 + gtk_menu_button_accessible_get_type@Base 3.11.5 + gtk_menu_button_get_align_widget@Base 3.5.6 + gtk_menu_button_get_direction@Base 3.5.6 + gtk_menu_button_get_menu_model@Base 3.5.6 + gtk_menu_button_get_popover@Base 3.11.7 + gtk_menu_button_get_popup@Base 3.5.12 + gtk_menu_button_get_type@Base 3.5.6 + gtk_menu_button_get_use_popover@Base 3.11.7 + gtk_menu_button_new@Base 3.5.6 + gtk_menu_button_set_align_widget@Base 3.5.6 + gtk_menu_button_set_direction@Base 3.5.6 + gtk_menu_button_set_menu_model@Base 3.5.6 + gtk_menu_button_set_popover@Base 3.11.7 + gtk_menu_button_set_popup@Base 3.5.12 + gtk_menu_button_set_use_popover@Base 3.11.7 + gtk_menu_detach@Base 3.0.0 + gtk_menu_direction_type_get_type@Base 3.0.0 + gtk_menu_get_accel_group@Base 3.0.0 + gtk_menu_get_accel_path@Base 3.0.0 + gtk_menu_get_active@Base 3.0.0 + gtk_menu_get_attach_widget@Base 3.0.0 + gtk_menu_get_for_attach_widget@Base 3.0.0 + gtk_menu_get_monitor@Base 3.0.0 + gtk_menu_get_reserve_toggle_size@Base 3.0.0 + gtk_menu_get_tearoff_state@Base 3.0.0 + gtk_menu_get_title@Base 3.0.0 + gtk_menu_get_type@Base 3.0.0 + gtk_menu_item_accessible_get_type@Base 3.7.10 + gtk_menu_item_activate@Base 3.0.0 + gtk_menu_item_deselect@Base 3.0.0 + gtk_menu_item_get_accel_path@Base 3.0.0 + gtk_menu_item_get_label@Base 3.0.0 + gtk_menu_item_get_reserve_indicator@Base 3.0.0 + gtk_menu_item_get_right_justified@Base 3.0.0 + gtk_menu_item_get_submenu@Base 3.0.0 + gtk_menu_item_get_type@Base 3.0.0 + gtk_menu_item_get_use_underline@Base 3.0.0 + gtk_menu_item_new@Base 3.0.0 + gtk_menu_item_new_with_label@Base 3.0.0 + gtk_menu_item_new_with_mnemonic@Base 3.0.0 + gtk_menu_item_select@Base 3.0.0 + gtk_menu_item_set_accel_path@Base 3.0.0 + gtk_menu_item_set_label@Base 3.0.0 + gtk_menu_item_set_reserve_indicator@Base 3.0.0 + gtk_menu_item_set_right_justified@Base 3.0.0 + gtk_menu_item_set_submenu@Base 3.0.0 + gtk_menu_item_set_use_underline@Base 3.0.0 + gtk_menu_item_toggle_size_allocate@Base 3.0.0 + gtk_menu_item_toggle_size_request@Base 3.0.0 + gtk_menu_new@Base 3.0.0 + gtk_menu_new_from_model@Base 3.3.16 + gtk_menu_place_on_monitor@Base 3.21.4 + gtk_menu_popdown@Base 3.0.0 + gtk_menu_popup@Base 3.0.0 + gtk_menu_popup_at_pointer@Base 3.21.5 + gtk_menu_popup_at_rect@Base 3.21.5 + gtk_menu_popup_at_widget@Base 3.21.5 + gtk_menu_popup_for_device@Base 3.0.0 + gtk_menu_reorder_child@Base 3.0.0 + gtk_menu_reposition@Base 3.0.0 + gtk_menu_set_accel_group@Base 3.0.0 + gtk_menu_set_accel_path@Base 3.0.0 + gtk_menu_set_active@Base 3.0.0 + gtk_menu_set_monitor@Base 3.0.0 + gtk_menu_set_reserve_toggle_size@Base 3.0.0 + gtk_menu_set_screen@Base 3.0.0 + gtk_menu_set_tearoff_state@Base 3.0.0 + gtk_menu_set_title@Base 3.0.0 + gtk_menu_shell_accessible_get_type@Base 3.7.10 + gtk_menu_shell_activate_item@Base 3.0.0 + gtk_menu_shell_append@Base 3.0.0 + gtk_menu_shell_bind_model@Base 3.5.18 + gtk_menu_shell_cancel@Base 3.0.0 + gtk_menu_shell_deactivate@Base 3.0.0 + gtk_menu_shell_deselect@Base 3.0.0 + gtk_menu_shell_get_parent_shell@Base 3.0.0 + gtk_menu_shell_get_selected_item@Base 3.0.0 + gtk_menu_shell_get_take_focus@Base 3.0.0 + gtk_menu_shell_get_type@Base 3.0.0 + gtk_menu_shell_insert@Base 3.0.0 + gtk_menu_shell_prepend@Base 3.0.0 + gtk_menu_shell_select_first@Base 3.0.0 + gtk_menu_shell_select_item@Base 3.0.0 + gtk_menu_shell_set_take_focus@Base 3.0.0 + gtk_menu_tool_button_get_menu@Base 3.0.0 + gtk_menu_tool_button_get_type@Base 3.0.0 + gtk_menu_tool_button_new@Base 3.0.0 + gtk_menu_tool_button_new_from_stock@Base 3.0.0 + gtk_menu_tool_button_set_arrow_tooltip_markup@Base 3.0.0 + gtk_menu_tool_button_set_arrow_tooltip_text@Base 3.0.0 + gtk_menu_tool_button_set_menu@Base 3.0.0 + gtk_message_dialog_format_secondary_markup@Base 3.0.0 + gtk_message_dialog_format_secondary_text@Base 3.0.0 + gtk_message_dialog_get_image@Base 3.0.0 + gtk_message_dialog_get_message_area@Base 3.0.0 + gtk_message_dialog_get_type@Base 3.0.0 + gtk_message_dialog_new@Base 3.0.0 + gtk_message_dialog_new_with_markup@Base 3.0.0 + gtk_message_dialog_set_image@Base 3.0.0 + gtk_message_dialog_set_markup@Base 3.0.0 + gtk_message_type_get_type@Base 3.0.0 + gtk_misc_get_alignment@Base 3.0.0 + gtk_misc_get_padding@Base 3.0.0 + gtk_misc_get_type@Base 3.0.0 + gtk_misc_set_alignment@Base 3.0.0 + gtk_misc_set_padding@Base 3.0.0 + gtk_model_button_get_type@Base 3.16.2 + gtk_model_button_new@Base 3.16.2 + gtk_mount_operation_get_parent@Base 3.0.0 + gtk_mount_operation_get_screen@Base 3.0.0 + gtk_mount_operation_get_type@Base 3.0.0 + gtk_mount_operation_is_showing@Base 3.0.0 + gtk_mount_operation_new@Base 3.0.0 + gtk_mount_operation_set_parent@Base 3.0.0 + gtk_mount_operation_set_screen@Base 3.0.0 + gtk_movement_step_get_type@Base 3.0.0 + gtk_native_dialog_destroy@Base 3.19.12 + gtk_native_dialog_get_modal@Base 3.19.12 + gtk_native_dialog_get_title@Base 3.19.12 + gtk_native_dialog_get_transient_for@Base 3.19.12 + gtk_native_dialog_get_type@Base 3.19.12 + gtk_native_dialog_get_visible@Base 3.19.12 + gtk_native_dialog_hide@Base 3.19.12 + gtk_native_dialog_run@Base 3.19.12 + gtk_native_dialog_set_modal@Base 3.19.12 + gtk_native_dialog_set_title@Base 3.19.12 + gtk_native_dialog_set_transient_for@Base 3.19.12 + gtk_native_dialog_show@Base 3.19.12 + gtk_notebook_accessible_get_type@Base 3.7.10 + gtk_notebook_append_page@Base 3.0.0 + gtk_notebook_append_page_menu@Base 3.0.0 + gtk_notebook_detach_tab@Base 3.16.2 + gtk_notebook_get_action_widget@Base 3.0.0 + gtk_notebook_get_current_page@Base 3.0.0 + gtk_notebook_get_group_name@Base 3.0.0 + gtk_notebook_get_menu_label@Base 3.0.0 + gtk_notebook_get_menu_label_text@Base 3.0.0 + gtk_notebook_get_n_pages@Base 3.0.0 + gtk_notebook_get_nth_page@Base 3.0.0 + gtk_notebook_get_scrollable@Base 3.0.0 + gtk_notebook_get_show_border@Base 3.0.0 + gtk_notebook_get_show_tabs@Base 3.0.0 + gtk_notebook_get_tab_detachable@Base 3.0.0 + gtk_notebook_get_tab_hborder@Base 3.0.0 + gtk_notebook_get_tab_label@Base 3.0.0 + gtk_notebook_get_tab_label_text@Base 3.0.0 + gtk_notebook_get_tab_pos@Base 3.0.0 + gtk_notebook_get_tab_reorderable@Base 3.0.0 + gtk_notebook_get_tab_vborder@Base 3.0.0 + gtk_notebook_get_type@Base 3.0.0 + gtk_notebook_insert_page@Base 3.0.0 + gtk_notebook_insert_page_menu@Base 3.0.0 + gtk_notebook_new@Base 3.0.0 + gtk_notebook_next_page@Base 3.0.0 + gtk_notebook_page_accessible_get_type@Base 3.7.10 + gtk_notebook_page_accessible_invalidate@Base 3.7.10 + gtk_notebook_page_accessible_new@Base 3.7.10 + gtk_notebook_page_num@Base 3.0.0 + gtk_notebook_popup_disable@Base 3.0.0 + gtk_notebook_popup_enable@Base 3.0.0 + gtk_notebook_prepend_page@Base 3.0.0 + gtk_notebook_prepend_page_menu@Base 3.0.0 + gtk_notebook_prev_page@Base 3.0.0 + gtk_notebook_remove_page@Base 3.0.0 + gtk_notebook_reorder_child@Base 3.0.0 + gtk_notebook_set_action_widget@Base 3.0.0 + gtk_notebook_set_current_page@Base 3.0.0 + gtk_notebook_set_group_name@Base 3.0.0 + gtk_notebook_set_menu_label@Base 3.0.0 + gtk_notebook_set_menu_label_text@Base 3.0.0 + gtk_notebook_set_scrollable@Base 3.0.0 + gtk_notebook_set_show_border@Base 3.0.0 + gtk_notebook_set_show_tabs@Base 3.0.0 + gtk_notebook_set_tab_detachable@Base 3.0.0 + gtk_notebook_set_tab_label@Base 3.0.0 + gtk_notebook_set_tab_label_text@Base 3.0.0 + gtk_notebook_set_tab_pos@Base 3.0.0 + gtk_notebook_set_tab_reorderable@Base 3.0.0 + gtk_notebook_tab_get_type@Base 3.0.0 + gtk_number_up_layout_get_type@Base 3.0.0 + gtk_numerable_icon_get_background_gicon@Base 3.0.0 + gtk_numerable_icon_get_background_icon_name@Base 3.0.0 + gtk_numerable_icon_get_count@Base 3.0.0 + gtk_numerable_icon_get_label@Base 3.0.0 + gtk_numerable_icon_get_style_context@Base 3.0.0 + gtk_numerable_icon_get_type@Base 3.0.0 + gtk_numerable_icon_new@Base 3.0.0 + gtk_numerable_icon_new_with_style_context@Base 3.0.0 + gtk_numerable_icon_set_background_gicon@Base 3.0.0 + gtk_numerable_icon_set_background_icon_name@Base 3.0.0 + gtk_numerable_icon_set_count@Base 3.0.0 + gtk_numerable_icon_set_label@Base 3.0.0 + gtk_numerable_icon_set_style_context@Base 3.0.0 + gtk_offscreen_window_get_pixbuf@Base 3.0.0 + gtk_offscreen_window_get_surface@Base 3.0.0 + gtk_offscreen_window_get_type@Base 3.0.0 + gtk_offscreen_window_new@Base 3.0.0 + gtk_orientable_get_orientation@Base 3.0.0 + gtk_orientable_get_type@Base 3.0.0 + gtk_orientable_set_orientation@Base 3.0.0 + gtk_orientation_get_type@Base 3.0.0 + gtk_overlay_add_overlay@Base 3.1.6 + gtk_overlay_get_overlay_pass_through@Base 3.17.9 + gtk_overlay_get_type@Base 3.1.6 + gtk_overlay_new@Base 3.1.6 + gtk_overlay_reorder_overlay@Base 3.17.9 + gtk_overlay_set_overlay_pass_through@Base 3.17.9 + gtk_pack_direction_get_type@Base 3.0.0 + gtk_pack_type_get_type@Base 3.0.0 + gtk_pad_action_type_get_type@Base 3.21.5 + gtk_pad_controller_get_type@Base 3.21.5 + gtk_pad_controller_new@Base 3.21.5 + gtk_pad_controller_set_action@Base 3.21.5 + gtk_pad_controller_set_action_entries@Base 3.21.5 + gtk_page_orientation_get_type@Base 3.0.0 + gtk_page_set_get_type@Base 3.0.0 + gtk_page_setup_copy@Base 3.0.0 + gtk_page_setup_get_bottom_margin@Base 3.0.0 + gtk_page_setup_get_left_margin@Base 3.0.0 + gtk_page_setup_get_orientation@Base 3.0.0 + gtk_page_setup_get_page_height@Base 3.0.0 + gtk_page_setup_get_page_width@Base 3.0.0 + gtk_page_setup_get_paper_height@Base 3.0.0 + gtk_page_setup_get_paper_size@Base 3.0.0 + gtk_page_setup_get_paper_width@Base 3.0.0 + gtk_page_setup_get_right_margin@Base 3.0.0 + gtk_page_setup_get_top_margin@Base 3.0.0 + gtk_page_setup_get_type@Base 3.0.0 + gtk_page_setup_load_file@Base 3.0.0 + gtk_page_setup_load_key_file@Base 3.0.0 + gtk_page_setup_new@Base 3.0.0 + gtk_page_setup_new_from_file@Base 3.0.0 + gtk_page_setup_new_from_gvariant@Base 3.21.4 + gtk_page_setup_new_from_key_file@Base 3.0.0 + gtk_page_setup_set_bottom_margin@Base 3.0.0 + gtk_page_setup_set_left_margin@Base 3.0.0 + gtk_page_setup_set_orientation@Base 3.0.0 + gtk_page_setup_set_paper_size@Base 3.0.0 + gtk_page_setup_set_paper_size_and_default_margins@Base 3.0.0 + gtk_page_setup_set_right_margin@Base 3.0.0 + gtk_page_setup_set_top_margin@Base 3.0.0 + gtk_page_setup_to_file@Base 3.0.0 + gtk_page_setup_to_gvariant@Base 3.21.4 + gtk_page_setup_to_key_file@Base 3.0.0 + gtk_page_setup_unix_dialog_get_page_setup@Base 3.0.0 + gtk_page_setup_unix_dialog_get_print_settings@Base 3.0.0 + gtk_page_setup_unix_dialog_get_type@Base 3.0.0 + gtk_page_setup_unix_dialog_new@Base 3.0.0 + gtk_page_setup_unix_dialog_set_page_setup@Base 3.0.0 + gtk_page_setup_unix_dialog_set_print_settings@Base 3.0.0 + gtk_paint_arrow@Base 3.0.0 + gtk_paint_box@Base 3.0.0 + gtk_paint_box_gap@Base 3.0.0 + gtk_paint_check@Base 3.0.0 + gtk_paint_diamond@Base 3.0.0 + gtk_paint_expander@Base 3.0.0 + gtk_paint_extension@Base 3.0.0 + gtk_paint_flat_box@Base 3.0.0 + gtk_paint_focus@Base 3.0.0 + gtk_paint_handle@Base 3.0.0 + gtk_paint_hline@Base 3.0.0 + gtk_paint_layout@Base 3.0.0 + gtk_paint_option@Base 3.0.0 + gtk_paint_resize_grip@Base 3.0.0 + gtk_paint_shadow@Base 3.0.0 + gtk_paint_shadow_gap@Base 3.0.0 + gtk_paint_slider@Base 3.0.0 + gtk_paint_spinner@Base 3.0.0 + gtk_paint_tab@Base 3.0.0 + gtk_paint_vline@Base 3.0.0 + gtk_pan_direction_get_type@Base 3.13.7 + gtk_paned_accessible_get_type@Base 3.7.10 + gtk_paned_add1@Base 3.0.0 + gtk_paned_add2@Base 3.0.0 + gtk_paned_get_child1@Base 3.0.0 + gtk_paned_get_child2@Base 3.0.0 + gtk_paned_get_handle_window@Base 3.0.0 + gtk_paned_get_position@Base 3.0.0 + gtk_paned_get_type@Base 3.0.0 + gtk_paned_get_wide_handle@Base 3.16.2 + gtk_paned_new@Base 3.0.0 + gtk_paned_pack1@Base 3.0.0 + gtk_paned_pack2@Base 3.0.0 + gtk_paned_set_position@Base 3.0.0 + gtk_paned_set_wide_handle@Base 3.16.2 + gtk_paper_size_copy@Base 3.0.0 + gtk_paper_size_free@Base 3.0.0 + gtk_paper_size_get_default@Base 3.0.0 + gtk_paper_size_get_default_bottom_margin@Base 3.0.0 + gtk_paper_size_get_default_left_margin@Base 3.0.0 + gtk_paper_size_get_default_right_margin@Base 3.0.0 + gtk_paper_size_get_default_top_margin@Base 3.0.0 + gtk_paper_size_get_display_name@Base 3.0.0 + gtk_paper_size_get_height@Base 3.0.0 + gtk_paper_size_get_name@Base 3.0.0 + gtk_paper_size_get_paper_sizes@Base 3.0.0 + gtk_paper_size_get_ppd_name@Base 3.0.0 + gtk_paper_size_get_type@Base 3.0.0 + gtk_paper_size_get_width@Base 3.0.0 + gtk_paper_size_is_custom@Base 3.0.0 + gtk_paper_size_is_equal@Base 3.0.0 + gtk_paper_size_is_ipp@Base 3.16.2 + gtk_paper_size_new@Base 3.0.0 + gtk_paper_size_new_custom@Base 3.0.0 + gtk_paper_size_new_from_gvariant@Base 3.21.4 + gtk_paper_size_new_from_ipp@Base 3.16.2 + gtk_paper_size_new_from_key_file@Base 3.0.0 + gtk_paper_size_new_from_ppd@Base 3.0.0 + gtk_paper_size_set_size@Base 3.0.0 + gtk_paper_size_to_gvariant@Base 3.21.4 + gtk_paper_size_to_key_file@Base 3.0.0 + gtk_parse_args@Base 3.0.0 + gtk_path_bar_get_type@Base 3.0.0 + gtk_path_priority_type_get_type@Base 3.0.0 + gtk_path_type_get_type@Base 3.0.0 + gtk_places_open_flags_get_type@Base 3.9.10 + gtk_places_sidebar_add_shortcut@Base 3.9.10 + gtk_places_sidebar_get_local_only@Base 3.11.5 + gtk_places_sidebar_get_location@Base 3.9.10 + gtk_places_sidebar_get_nth_bookmark@Base 3.9.10 + gtk_places_sidebar_get_open_flags@Base 3.9.10 + gtk_places_sidebar_get_show_connect_to_server@Base 3.9.10 + gtk_places_sidebar_get_show_desktop@Base 3.9.10 + gtk_places_sidebar_get_show_enter_location@Base 3.13.7 + gtk_places_sidebar_get_show_other_locations@Base 3.17.9 + gtk_places_sidebar_get_show_recent@Base 3.17.9 + gtk_places_sidebar_get_show_starred_location@Base 3.22.26 + gtk_places_sidebar_get_show_trash@Base 3.17.9 + gtk_places_sidebar_get_type@Base 3.9.10 + gtk_places_sidebar_list_shortcuts@Base 3.9.10 + gtk_places_sidebar_new@Base 3.9.10 + gtk_places_sidebar_remove_shortcut@Base 3.9.10 + gtk_places_sidebar_set_drop_targets_visible@Base 3.17.9 + gtk_places_sidebar_set_local_only@Base 3.11.5 + gtk_places_sidebar_set_location@Base 3.9.10 + gtk_places_sidebar_set_open_flags@Base 3.9.10 + gtk_places_sidebar_set_show_connect_to_server@Base 3.9.10 + gtk_places_sidebar_set_show_desktop@Base 3.9.10 + gtk_places_sidebar_set_show_enter_location@Base 3.13.7 + gtk_places_sidebar_set_show_other_locations@Base 3.17.9 + gtk_places_sidebar_set_show_recent@Base 3.17.9 + gtk_places_sidebar_set_show_starred_location@Base 3.22.26 + gtk_places_sidebar_set_show_trash@Base 3.17.9 + gtk_plug_accessible_get_id@Base 3.24.24 + gtk_plug_accessible_get_type@Base 3.24.24 + gtk_plug_construct@Base 3.0.0 + gtk_plug_construct_for_display@Base 3.0.0 + gtk_plug_get_embedded@Base 3.0.0 + gtk_plug_get_id@Base 3.0.0 + gtk_plug_get_socket_window@Base 3.0.0 + gtk_plug_get_type@Base 3.0.0 + gtk_plug_new@Base 3.0.0 + gtk_plug_new_for_display@Base 3.0.0 + gtk_policy_type_get_type@Base 3.0.0 + gtk_popover_accessible_get_type@Base 3.12.0 + gtk_popover_bind_model@Base 3.11.7 + gtk_popover_constraint_get_type@Base 3.19.12 + gtk_popover_get_constrain_to@Base 3.19.12 + gtk_popover_get_default_widget@Base 3.17.9 + gtk_popover_get_modal@Base 3.11.5 + gtk_popover_get_pointing_to@Base 3.11.5 + gtk_popover_get_position@Base 3.11.5 + gtk_popover_get_relative_to@Base 3.11.5 + gtk_popover_get_transitions_enabled@Base 3.16.2 + gtk_popover_get_type@Base 3.11.5 + gtk_popover_menu_get_type@Base 3.16.2 + gtk_popover_menu_new@Base 3.16.2 + gtk_popover_menu_open_submenu@Base 3.16.2 + gtk_popover_new@Base 3.11.5 + gtk_popover_new_from_model@Base 3.11.7 + gtk_popover_popdown@Base 3.21.5 + gtk_popover_popup@Base 3.21.5 + gtk_popover_set_constrain_to@Base 3.19.12 + gtk_popover_set_default_widget@Base 3.17.9 + gtk_popover_set_modal@Base 3.11.5 + gtk_popover_set_pointing_to@Base 3.11.5 + gtk_popover_set_position@Base 3.11.5 + gtk_popover_set_relative_to@Base 3.11.5 + gtk_popover_set_transitions_enabled@Base 3.16.2 + gtk_position_type_get_type@Base 3.0.0 + gtk_print_backend_add_printer@Base 3.0.0 + gtk_print_backend_destroy@Base 3.0.0 + gtk_print_backend_error_quark@Base 3.0.0 + gtk_print_backend_find_printer@Base 3.0.0 + gtk_print_backend_get_printer_list@Base 3.0.0 + gtk_print_backend_get_type@Base 3.0.0 + gtk_print_backend_load_modules@Base 3.0.0 + gtk_print_backend_print_stream@Base 3.0.0 + gtk_print_backend_printer_list_is_done@Base 3.0.0 + gtk_print_backend_remove_printer@Base 3.0.0 + gtk_print_backend_set_list_done@Base 3.0.0 + gtk_print_backend_set_password@Base 3.0.0 + gtk_print_capabilities_get_type@Base 3.0.0 + gtk_print_context_create_pango_context@Base 3.0.0 + gtk_print_context_create_pango_layout@Base 3.0.0 + gtk_print_context_get_cairo_context@Base 3.0.0 + gtk_print_context_get_dpi_x@Base 3.0.0 + gtk_print_context_get_dpi_y@Base 3.0.0 + gtk_print_context_get_hard_margins@Base 3.0.0 + gtk_print_context_get_height@Base 3.0.0 + gtk_print_context_get_page_setup@Base 3.0.0 + gtk_print_context_get_pango_fontmap@Base 3.0.0 + gtk_print_context_get_type@Base 3.0.0 + gtk_print_context_get_width@Base 3.0.0 + gtk_print_context_set_cairo_context@Base 3.0.0 + gtk_print_duplex_get_type@Base 3.0.0 + gtk_print_error_get_type@Base 3.0.0 + gtk_print_error_quark@Base 3.0.0 + gtk_print_job_get_collate@Base 3.0.0 + gtk_print_job_get_n_up@Base 3.0.0 + gtk_print_job_get_n_up_layout@Base 3.0.0 + gtk_print_job_get_num_copies@Base 3.0.0 + gtk_print_job_get_page_ranges@Base 3.0.0 + gtk_print_job_get_page_set@Base 3.0.0 + gtk_print_job_get_pages@Base 3.0.0 + gtk_print_job_get_printer@Base 3.0.0 + gtk_print_job_get_reverse@Base 3.0.0 + gtk_print_job_get_rotate@Base 3.0.0 + gtk_print_job_get_scale@Base 3.0.0 + gtk_print_job_get_settings@Base 3.0.0 + gtk_print_job_get_status@Base 3.0.0 + gtk_print_job_get_surface@Base 3.0.0 + gtk_print_job_get_title@Base 3.0.0 + gtk_print_job_get_track_print_status@Base 3.0.0 + gtk_print_job_get_type@Base 3.0.0 + gtk_print_job_new@Base 3.0.0 + gtk_print_job_send@Base 3.0.0 + gtk_print_job_set_collate@Base 3.0.0 + gtk_print_job_set_n_up@Base 3.0.0 + gtk_print_job_set_n_up_layout@Base 3.0.0 + gtk_print_job_set_num_copies@Base 3.0.0 + gtk_print_job_set_page_ranges@Base 3.0.0 + gtk_print_job_set_page_set@Base 3.0.0 + gtk_print_job_set_pages@Base 3.0.0 + gtk_print_job_set_reverse@Base 3.0.0 + gtk_print_job_set_rotate@Base 3.0.0 + gtk_print_job_set_scale@Base 3.0.0 + gtk_print_job_set_source_fd@Base 3.21.4 + gtk_print_job_set_source_file@Base 3.0.0 + gtk_print_job_set_status@Base 3.0.0 + gtk_print_job_set_track_print_status@Base 3.0.0 + gtk_print_operation_action_get_type@Base 3.0.0 + gtk_print_operation_cancel@Base 3.0.0 + gtk_print_operation_draw_page_finish@Base 3.0.0 + gtk_print_operation_get_default_page_setup@Base 3.0.0 + gtk_print_operation_get_embed_page_setup@Base 3.0.0 + gtk_print_operation_get_error@Base 3.0.0 + gtk_print_operation_get_has_selection@Base 3.0.0 + gtk_print_operation_get_n_pages_to_print@Base 3.0.0 + gtk_print_operation_get_print_settings@Base 3.0.0 + gtk_print_operation_get_status@Base 3.0.0 + gtk_print_operation_get_status_string@Base 3.0.0 + gtk_print_operation_get_support_selection@Base 3.0.0 + gtk_print_operation_get_type@Base 3.0.0 + gtk_print_operation_is_finished@Base 3.0.0 + gtk_print_operation_new@Base 3.0.0 + gtk_print_operation_preview_end_preview@Base 3.0.0 + gtk_print_operation_preview_get_type@Base 3.0.0 + gtk_print_operation_preview_is_selected@Base 3.0.0 + gtk_print_operation_preview_render_page@Base 3.0.0 + gtk_print_operation_result_get_type@Base 3.0.0 + gtk_print_operation_run@Base 3.0.0 + gtk_print_operation_set_allow_async@Base 3.0.0 + gtk_print_operation_set_current_page@Base 3.0.0 + gtk_print_operation_set_custom_tab_label@Base 3.0.0 + gtk_print_operation_set_default_page_setup@Base 3.0.0 + gtk_print_operation_set_defer_drawing@Base 3.0.0 + gtk_print_operation_set_embed_page_setup@Base 3.0.0 + gtk_print_operation_set_export_filename@Base 3.0.0 + gtk_print_operation_set_has_selection@Base 3.0.0 + gtk_print_operation_set_job_name@Base 3.0.0 + gtk_print_operation_set_n_pages@Base 3.0.0 + gtk_print_operation_set_print_settings@Base 3.0.0 + gtk_print_operation_set_show_progress@Base 3.0.0 + gtk_print_operation_set_support_selection@Base 3.0.0 + gtk_print_operation_set_track_print_status@Base 3.0.0 + gtk_print_operation_set_unit@Base 3.0.0 + gtk_print_operation_set_use_full_page@Base 3.0.0 + gtk_print_pages_get_type@Base 3.0.0 + gtk_print_quality_get_type@Base 3.0.0 + gtk_print_run_page_setup_dialog@Base 3.0.0 + gtk_print_run_page_setup_dialog_async@Base 3.0.0 + gtk_print_settings_copy@Base 3.0.0 + gtk_print_settings_foreach@Base 3.0.0 + gtk_print_settings_get@Base 3.0.0 + gtk_print_settings_get_bool@Base 3.0.0 + gtk_print_settings_get_collate@Base 3.0.0 + gtk_print_settings_get_default_source@Base 3.0.0 + gtk_print_settings_get_dither@Base 3.0.0 + gtk_print_settings_get_double@Base 3.0.0 + gtk_print_settings_get_double_with_default@Base 3.0.0 + gtk_print_settings_get_duplex@Base 3.0.0 + gtk_print_settings_get_finishings@Base 3.0.0 + gtk_print_settings_get_int@Base 3.0.0 + gtk_print_settings_get_int_with_default@Base 3.0.0 + gtk_print_settings_get_length@Base 3.0.0 + gtk_print_settings_get_media_type@Base 3.0.0 + gtk_print_settings_get_n_copies@Base 3.0.0 + gtk_print_settings_get_number_up@Base 3.0.0 + gtk_print_settings_get_number_up_layout@Base 3.0.0 + gtk_print_settings_get_orientation@Base 3.0.0 + gtk_print_settings_get_output_bin@Base 3.0.0 + gtk_print_settings_get_page_ranges@Base 3.0.0 + gtk_print_settings_get_page_set@Base 3.0.0 + gtk_print_settings_get_paper_height@Base 3.0.0 + gtk_print_settings_get_paper_size@Base 3.0.0 + gtk_print_settings_get_paper_width@Base 3.0.0 + gtk_print_settings_get_print_pages@Base 3.0.0 + gtk_print_settings_get_printer@Base 3.0.0 + gtk_print_settings_get_printer_lpi@Base 3.0.0 + gtk_print_settings_get_quality@Base 3.0.0 + gtk_print_settings_get_resolution@Base 3.0.0 + gtk_print_settings_get_resolution_x@Base 3.0.0 + gtk_print_settings_get_resolution_y@Base 3.0.0 + gtk_print_settings_get_reverse@Base 3.0.0 + gtk_print_settings_get_scale@Base 3.0.0 + gtk_print_settings_get_type@Base 3.0.0 + gtk_print_settings_get_use_color@Base 3.0.0 + gtk_print_settings_has_key@Base 3.0.0 + gtk_print_settings_load_file@Base 3.0.0 + gtk_print_settings_load_key_file@Base 3.0.0 + gtk_print_settings_new@Base 3.0.0 + gtk_print_settings_new_from_file@Base 3.0.0 + gtk_print_settings_new_from_gvariant@Base 3.21.4 + gtk_print_settings_new_from_key_file@Base 3.0.0 + gtk_print_settings_set@Base 3.0.0 + gtk_print_settings_set_bool@Base 3.0.0 + gtk_print_settings_set_collate@Base 3.0.0 + gtk_print_settings_set_default_source@Base 3.0.0 + gtk_print_settings_set_dither@Base 3.0.0 + gtk_print_settings_set_double@Base 3.0.0 + gtk_print_settings_set_duplex@Base 3.0.0 + gtk_print_settings_set_finishings@Base 3.0.0 + gtk_print_settings_set_int@Base 3.0.0 + gtk_print_settings_set_length@Base 3.0.0 + gtk_print_settings_set_media_type@Base 3.0.0 + gtk_print_settings_set_n_copies@Base 3.0.0 + gtk_print_settings_set_number_up@Base 3.0.0 + gtk_print_settings_set_number_up_layout@Base 3.0.0 + gtk_print_settings_set_orientation@Base 3.0.0 + gtk_print_settings_set_output_bin@Base 3.0.0 + gtk_print_settings_set_page_ranges@Base 3.0.0 + gtk_print_settings_set_page_set@Base 3.0.0 + gtk_print_settings_set_paper_height@Base 3.0.0 + gtk_print_settings_set_paper_size@Base 3.0.0 + gtk_print_settings_set_paper_width@Base 3.0.0 + gtk_print_settings_set_print_pages@Base 3.0.0 + gtk_print_settings_set_printer@Base 3.0.0 + gtk_print_settings_set_printer_lpi@Base 3.0.0 + gtk_print_settings_set_quality@Base 3.0.0 + gtk_print_settings_set_resolution@Base 3.0.0 + gtk_print_settings_set_resolution_xy@Base 3.0.0 + gtk_print_settings_set_reverse@Base 3.0.0 + gtk_print_settings_set_scale@Base 3.0.0 + gtk_print_settings_set_use_color@Base 3.0.0 + gtk_print_settings_to_file@Base 3.0.0 + gtk_print_settings_to_gvariant@Base 3.21.4 + gtk_print_settings_to_key_file@Base 3.0.0 + gtk_print_settings_unset@Base 3.0.0 + gtk_print_status_get_type@Base 3.0.0 + gtk_print_unix_dialog_add_custom_tab@Base 3.0.0 + gtk_print_unix_dialog_get_current_page@Base 3.0.0 + gtk_print_unix_dialog_get_embed_page_setup@Base 3.0.0 + gtk_print_unix_dialog_get_has_selection@Base 3.0.0 + gtk_print_unix_dialog_get_manual_capabilities@Base 3.0.0 + gtk_print_unix_dialog_get_page_setup@Base 3.0.0 + gtk_print_unix_dialog_get_page_setup_set@Base 3.0.0 + gtk_print_unix_dialog_get_selected_printer@Base 3.0.0 + gtk_print_unix_dialog_get_settings@Base 3.0.0 + gtk_print_unix_dialog_get_support_selection@Base 3.0.0 + gtk_print_unix_dialog_get_type@Base 3.0.0 + gtk_print_unix_dialog_new@Base 3.0.0 + gtk_print_unix_dialog_set_current_page@Base 3.0.0 + gtk_print_unix_dialog_set_embed_page_setup@Base 3.0.0 + gtk_print_unix_dialog_set_has_selection@Base 3.0.0 + gtk_print_unix_dialog_set_manual_capabilities@Base 3.0.0 + gtk_print_unix_dialog_set_page_setup@Base 3.0.0 + gtk_print_unix_dialog_set_settings@Base 3.0.0 + gtk_print_unix_dialog_set_support_selection@Base 3.0.0 + gtk_printer_accepts_pdf@Base 3.0.0 + gtk_printer_accepts_ps@Base 3.0.0 + gtk_printer_compare@Base 3.0.0 + gtk_printer_get_backend@Base 3.0.0 + gtk_printer_get_capabilities@Base 3.0.0 + gtk_printer_get_default_page_size@Base 3.0.0 + gtk_printer_get_description@Base 3.0.0 + gtk_printer_get_hard_margins@Base 3.0.0 + gtk_printer_get_icon_name@Base 3.0.0 + gtk_printer_get_job_count@Base 3.0.0 + gtk_printer_get_location@Base 3.0.0 + gtk_printer_get_name@Base 3.0.0 + gtk_printer_get_state_message@Base 3.0.0 + gtk_printer_get_type@Base 3.0.0 + gtk_printer_has_details@Base 3.0.0 + gtk_printer_is_accepting_jobs@Base 3.0.0 + gtk_printer_is_active@Base 3.0.0 + gtk_printer_is_default@Base 3.0.0 + gtk_printer_is_new@Base 3.0.0 + gtk_printer_is_paused@Base 3.0.0 + gtk_printer_is_virtual@Base 3.0.0 + gtk_printer_list_papers@Base 3.0.0 + gtk_printer_new@Base 3.0.0 + gtk_printer_option_allocate_choices@Base 3.0.0 + gtk_printer_option_choices_from_array@Base 3.0.0 + gtk_printer_option_clear_has_conflict@Base 3.0.0 + gtk_printer_option_get_activates_default@Base 3.0.0 + gtk_printer_option_get_type@Base 3.0.0 + gtk_printer_option_has_choice@Base 3.0.0 + gtk_printer_option_new@Base 3.0.0 + gtk_printer_option_set@Base 3.0.0 + gtk_printer_option_set_activates_default@Base 3.0.0 + gtk_printer_option_set_add@Base 3.0.0 + gtk_printer_option_set_boolean@Base 3.0.0 + gtk_printer_option_set_clear_conflicts@Base 3.0.0 + gtk_printer_option_set_foreach@Base 3.0.0 + gtk_printer_option_set_foreach_in_group@Base 3.0.0 + gtk_printer_option_set_get_groups@Base 3.0.0 + gtk_printer_option_set_get_type@Base 3.0.0 + gtk_printer_option_set_has_conflict@Base 3.0.0 + gtk_printer_option_set_lookup@Base 3.0.0 + gtk_printer_option_set_new@Base 3.0.0 + gtk_printer_option_set_remove@Base 3.0.0 + gtk_printer_option_widget_get_external_label@Base 3.0.0 + gtk_printer_option_widget_get_type@Base 3.0.0 + gtk_printer_option_widget_get_value@Base 3.0.0 + gtk_printer_option_widget_has_external_label@Base 3.0.0 + gtk_printer_option_widget_new@Base 3.0.0 + gtk_printer_option_widget_set_source@Base 3.0.0 + gtk_printer_request_details@Base 3.0.0 + gtk_printer_set_accepts_pdf@Base 3.0.0 + gtk_printer_set_accepts_ps@Base 3.0.0 + gtk_printer_set_description@Base 3.0.0 + gtk_printer_set_has_details@Base 3.0.0 + gtk_printer_set_icon_name@Base 3.0.0 + gtk_printer_set_is_accepting_jobs@Base 3.0.0 + gtk_printer_set_is_active@Base 3.0.0 + gtk_printer_set_is_default@Base 3.0.0 + gtk_printer_set_is_new@Base 3.0.0 + gtk_printer_set_is_paused@Base 3.0.0 + gtk_printer_set_job_count@Base 3.0.0 + gtk_printer_set_location@Base 3.0.0 + gtk_printer_set_state_message@Base 3.0.0 + gtk_progress_bar_accessible_get_type@Base 3.7.10 + gtk_progress_bar_get_ellipsize@Base 3.0.0 + gtk_progress_bar_get_fraction@Base 3.0.0 + gtk_progress_bar_get_inverted@Base 3.0.0 + gtk_progress_bar_get_pulse_step@Base 3.0.0 + gtk_progress_bar_get_show_text@Base 3.0.0 + gtk_progress_bar_get_text@Base 3.0.0 + gtk_progress_bar_get_type@Base 3.0.0 + gtk_progress_bar_new@Base 3.0.0 + gtk_progress_bar_pulse@Base 3.0.0 + gtk_progress_bar_set_ellipsize@Base 3.0.0 + gtk_progress_bar_set_fraction@Base 3.0.0 + gtk_progress_bar_set_inverted@Base 3.0.0 + gtk_progress_bar_set_pulse_step@Base 3.0.0 + gtk_progress_bar_set_show_text@Base 3.0.0 + gtk_progress_bar_set_text@Base 3.0.0 + gtk_propagate_event@Base 3.0.0 + gtk_propagation_phase_get_type@Base 3.13.7 + gtk_radio_action_get_current_value@Base 3.0.0 + gtk_radio_action_get_group@Base 3.0.0 + gtk_radio_action_get_type@Base 3.0.0 + gtk_radio_action_join_group@Base 3.0.0 + gtk_radio_action_new@Base 3.0.0 + gtk_radio_action_set_current_value@Base 3.0.0 + gtk_radio_action_set_group@Base 3.0.0 + gtk_radio_button_accessible_get_type@Base 3.7.10 + gtk_radio_button_get_group@Base 3.0.0 + gtk_radio_button_get_type@Base 3.0.0 + gtk_radio_button_join_group@Base 3.0.0 + gtk_radio_button_new@Base 3.0.0 + gtk_radio_button_new_from_widget@Base 3.0.0 + gtk_radio_button_new_with_label@Base 3.0.0 + gtk_radio_button_new_with_label_from_widget@Base 3.0.0 + gtk_radio_button_new_with_mnemonic@Base 3.0.0 + gtk_radio_button_new_with_mnemonic_from_widget@Base 3.0.0 + gtk_radio_button_set_group@Base 3.0.0 + gtk_radio_menu_item_accessible_get_type@Base 3.7.10 + gtk_radio_menu_item_get_group@Base 3.0.0 + gtk_radio_menu_item_get_type@Base 3.0.0 + gtk_radio_menu_item_join_group@Base 3.17.9 + gtk_radio_menu_item_new@Base 3.0.0 + gtk_radio_menu_item_new_from_widget@Base 3.0.0 + gtk_radio_menu_item_new_with_label@Base 3.0.0 + gtk_radio_menu_item_new_with_label_from_widget@Base 3.0.0 + gtk_radio_menu_item_new_with_mnemonic@Base 3.0.0 + gtk_radio_menu_item_new_with_mnemonic_from_widget@Base 3.0.0 + gtk_radio_menu_item_set_group@Base 3.0.0 + gtk_radio_tool_button_get_group@Base 3.0.0 + gtk_radio_tool_button_get_type@Base 3.0.0 + gtk_radio_tool_button_new@Base 3.0.0 + gtk_radio_tool_button_new_from_stock@Base 3.0.0 + gtk_radio_tool_button_new_from_widget@Base 3.0.0 + gtk_radio_tool_button_new_with_stock_from_widget@Base 3.0.0 + gtk_radio_tool_button_set_group@Base 3.0.0 + gtk_range_accessible_get_type@Base 3.7.10 + gtk_range_get_adjustment@Base 3.0.0 + gtk_range_get_fill_level@Base 3.0.0 + gtk_range_get_flippable@Base 3.0.0 + gtk_range_get_inverted@Base 3.0.0 + gtk_range_get_lower_stepper_sensitivity@Base 3.0.0 + gtk_range_get_min_slider_size@Base 3.0.0 + gtk_range_get_range_rect@Base 3.0.0 + gtk_range_get_restrict_to_fill_level@Base 3.0.0 + gtk_range_get_round_digits@Base 3.0.0 + gtk_range_get_show_fill_level@Base 3.0.0 + gtk_range_get_slider_range@Base 3.0.0 + gtk_range_get_slider_size_fixed@Base 3.0.0 + gtk_range_get_type@Base 3.0.0 + gtk_range_get_upper_stepper_sensitivity@Base 3.0.0 + gtk_range_get_value@Base 3.0.0 + gtk_range_set_adjustment@Base 3.0.0 + gtk_range_set_fill_level@Base 3.0.0 + gtk_range_set_flippable@Base 3.0.0 + gtk_range_set_increments@Base 3.0.0 + gtk_range_set_inverted@Base 3.0.0 + gtk_range_set_lower_stepper_sensitivity@Base 3.0.0 + gtk_range_set_min_slider_size@Base 3.0.0 + gtk_range_set_range@Base 3.0.0 + gtk_range_set_restrict_to_fill_level@Base 3.0.0 + gtk_range_set_round_digits@Base 3.0.0 + gtk_range_set_show_fill_level@Base 3.0.0 + gtk_range_set_slider_size_fixed@Base 3.0.0 + gtk_range_set_upper_stepper_sensitivity@Base 3.0.0 + gtk_range_set_value@Base 3.0.0 + gtk_rc_add_default_file@Base 3.0.0 + gtk_rc_find_module_in_path@Base 3.0.0 + gtk_rc_find_pixmap_in_path@Base 3.0.0 + gtk_rc_flags_get_type@Base 3.0.0 + gtk_rc_get_default_files@Base 3.0.0 + gtk_rc_get_im_module_file@Base 3.0.0 + gtk_rc_get_im_module_path@Base 3.0.0 + gtk_rc_get_module_dir@Base 3.0.0 + gtk_rc_get_style@Base 3.0.0 + gtk_rc_get_style_by_paths@Base 3.0.0 + gtk_rc_get_theme_dir@Base 3.0.0 + gtk_rc_parse@Base 3.0.0 + gtk_rc_parse_color@Base 3.0.0 + gtk_rc_parse_color_full@Base 3.0.0 + gtk_rc_parse_priority@Base 3.0.0 + gtk_rc_parse_state@Base 3.0.0 + gtk_rc_parse_string@Base 3.0.0 + gtk_rc_property_parse_border@Base 3.0.0 + gtk_rc_property_parse_color@Base 3.0.0 + gtk_rc_property_parse_enum@Base 3.0.0 + gtk_rc_property_parse_flags@Base 3.0.0 + gtk_rc_property_parse_requisition@Base 3.0.0 + gtk_rc_reparse_all@Base 3.0.0 + gtk_rc_reparse_all_for_settings@Base 3.0.0 + gtk_rc_reset_styles@Base 3.0.0 + gtk_rc_scanner_new@Base 3.0.0 + gtk_rc_set_default_files@Base 3.0.0 + gtk_rc_style_copy@Base 3.0.0 + gtk_rc_style_get_type@Base 3.0.0 + gtk_rc_style_new@Base 3.0.0 + gtk_rc_token_type_get_type@Base 3.0.0 + gtk_recent_action_get_show_numbers@Base 3.0.0 + gtk_recent_action_get_type@Base 3.0.0 + gtk_recent_action_new@Base 3.0.0 + gtk_recent_action_new_for_manager@Base 3.0.0 + gtk_recent_action_set_show_numbers@Base 3.0.0 + gtk_recent_chooser_add_filter@Base 3.0.0 + gtk_recent_chooser_dialog_get_type@Base 3.0.0 + gtk_recent_chooser_dialog_new@Base 3.0.0 + gtk_recent_chooser_dialog_new_for_manager@Base 3.0.0 + gtk_recent_chooser_error_get_type@Base 3.0.0 + gtk_recent_chooser_error_quark@Base 3.0.0 + gtk_recent_chooser_get_current_item@Base 3.0.0 + gtk_recent_chooser_get_current_uri@Base 3.0.0 + gtk_recent_chooser_get_filter@Base 3.0.0 + gtk_recent_chooser_get_items@Base 3.0.0 + gtk_recent_chooser_get_limit@Base 3.0.0 + gtk_recent_chooser_get_local_only@Base 3.0.0 + gtk_recent_chooser_get_select_multiple@Base 3.0.0 + gtk_recent_chooser_get_show_icons@Base 3.0.0 + gtk_recent_chooser_get_show_not_found@Base 3.0.0 + gtk_recent_chooser_get_show_private@Base 3.0.0 + gtk_recent_chooser_get_show_tips@Base 3.0.0 + gtk_recent_chooser_get_sort_type@Base 3.0.0 + gtk_recent_chooser_get_type@Base 3.0.0 + gtk_recent_chooser_get_uris@Base 3.0.0 + gtk_recent_chooser_list_filters@Base 3.0.0 + gtk_recent_chooser_menu_get_show_numbers@Base 3.0.0 + gtk_recent_chooser_menu_get_type@Base 3.0.0 + gtk_recent_chooser_menu_new@Base 3.0.0 + gtk_recent_chooser_menu_new_for_manager@Base 3.0.0 + gtk_recent_chooser_menu_set_show_numbers@Base 3.0.0 + gtk_recent_chooser_remove_filter@Base 3.0.0 + gtk_recent_chooser_select_all@Base 3.0.0 + gtk_recent_chooser_select_uri@Base 3.0.0 + gtk_recent_chooser_set_current_uri@Base 3.0.0 + gtk_recent_chooser_set_filter@Base 3.0.0 + gtk_recent_chooser_set_limit@Base 3.0.0 + gtk_recent_chooser_set_local_only@Base 3.0.0 + gtk_recent_chooser_set_select_multiple@Base 3.0.0 + gtk_recent_chooser_set_show_icons@Base 3.0.0 + gtk_recent_chooser_set_show_not_found@Base 3.0.0 + gtk_recent_chooser_set_show_private@Base 3.0.0 + gtk_recent_chooser_set_show_tips@Base 3.0.0 + gtk_recent_chooser_set_sort_func@Base 3.0.0 + gtk_recent_chooser_set_sort_type@Base 3.0.0 + gtk_recent_chooser_unselect_all@Base 3.0.0 + gtk_recent_chooser_unselect_uri@Base 3.0.0 + gtk_recent_chooser_widget_get_type@Base 3.0.0 + gtk_recent_chooser_widget_new@Base 3.0.0 + gtk_recent_chooser_widget_new_for_manager@Base 3.0.0 + gtk_recent_filter_add_age@Base 3.0.0 + gtk_recent_filter_add_application@Base 3.0.0 + gtk_recent_filter_add_custom@Base 3.0.0 + gtk_recent_filter_add_group@Base 3.0.0 + gtk_recent_filter_add_mime_type@Base 3.0.0 + gtk_recent_filter_add_pattern@Base 3.0.0 + gtk_recent_filter_add_pixbuf_formats@Base 3.0.0 + gtk_recent_filter_filter@Base 3.0.0 + gtk_recent_filter_flags_get_type@Base 3.0.0 + gtk_recent_filter_get_name@Base 3.0.0 + gtk_recent_filter_get_needed@Base 3.0.0 + gtk_recent_filter_get_type@Base 3.0.0 + gtk_recent_filter_new@Base 3.0.0 + gtk_recent_filter_set_name@Base 3.0.0 + gtk_recent_info_create_app_info@Base 3.0.0 + gtk_recent_info_exists@Base 3.0.0 + gtk_recent_info_get_added@Base 3.0.0 + gtk_recent_info_get_age@Base 3.0.0 + gtk_recent_info_get_application_info@Base 3.0.0 + gtk_recent_info_get_applications@Base 3.0.0 + gtk_recent_info_get_description@Base 3.0.0 + gtk_recent_info_get_display_name@Base 3.0.0 + gtk_recent_info_get_gicon@Base 3.0.0 + gtk_recent_info_get_groups@Base 3.0.0 + gtk_recent_info_get_icon@Base 3.0.0 + gtk_recent_info_get_mime_type@Base 3.0.0 + gtk_recent_info_get_modified@Base 3.0.0 + gtk_recent_info_get_private_hint@Base 3.0.0 + gtk_recent_info_get_short_name@Base 3.0.0 + gtk_recent_info_get_type@Base 3.0.0 + gtk_recent_info_get_uri@Base 3.0.0 + gtk_recent_info_get_uri_display@Base 3.0.0 + gtk_recent_info_get_visited@Base 3.0.0 + gtk_recent_info_has_application@Base 3.0.0 + gtk_recent_info_has_group@Base 3.0.0 + gtk_recent_info_is_local@Base 3.0.0 + gtk_recent_info_last_application@Base 3.0.0 + gtk_recent_info_match@Base 3.0.0 + gtk_recent_info_ref@Base 3.0.0 + gtk_recent_info_unref@Base 3.0.0 + gtk_recent_manager_add_full@Base 3.0.0 + gtk_recent_manager_add_item@Base 3.0.0 + gtk_recent_manager_error_get_type@Base 3.0.0 + gtk_recent_manager_error_quark@Base 3.0.0 + gtk_recent_manager_get_default@Base 3.0.0 + gtk_recent_manager_get_items@Base 3.0.0 + gtk_recent_manager_get_type@Base 3.0.0 + gtk_recent_manager_has_item@Base 3.0.0 + gtk_recent_manager_lookup_item@Base 3.0.0 + gtk_recent_manager_move_item@Base 3.0.0 + gtk_recent_manager_new@Base 3.0.0 + gtk_recent_manager_purge_items@Base 3.0.0 + gtk_recent_manager_remove_item@Base 3.0.0 + gtk_recent_sort_type_get_type@Base 3.0.0 + gtk_region_flags_get_type@Base 3.0.0 + gtk_relief_style_get_type@Base 3.0.0 + gtk_render_activity@Base 3.0.0 + gtk_render_arrow@Base 3.0.0 + gtk_render_background@Base 3.0.0 + gtk_render_background_get_clip@Base 3.19.12 + gtk_render_check@Base 3.0.0 + gtk_render_expander@Base 3.0.0 + gtk_render_extension@Base 3.0.0 + gtk_render_focus@Base 3.0.0 + gtk_render_frame@Base 3.0.0 + gtk_render_frame_gap@Base 3.0.0 + gtk_render_handle@Base 3.0.0 + gtk_render_icon@Base 3.1.6 + gtk_render_icon_pixbuf@Base 3.0.0 + gtk_render_icon_surface@Base 3.9.10 + gtk_render_insertion_cursor@Base 3.3.16 + gtk_render_layout@Base 3.0.0 + gtk_render_line@Base 3.0.0 + gtk_render_option@Base 3.0.0 + gtk_render_slider@Base 3.0.0 + gtk_renderer_cell_accessible_get_type@Base 3.7.10 + gtk_renderer_cell_accessible_new@Base 3.7.10 + gtk_requisition_copy@Base 3.0.0 + gtk_requisition_free@Base 3.0.0 + gtk_requisition_get_type@Base 3.0.0 + gtk_requisition_new@Base 3.0.0 + gtk_resize_mode_get_type@Base 3.0.0 + gtk_response_type_get_type@Base 3.0.0 + gtk_revealer_get_child_revealed@Base 3.9.10 + gtk_revealer_get_reveal_child@Base 3.9.10 + gtk_revealer_get_transition_duration@Base 3.9.10 + gtk_revealer_get_transition_type@Base 3.9.10 + gtk_revealer_get_type@Base 3.9.10 + gtk_revealer_new@Base 3.9.10 + gtk_revealer_set_reveal_child@Base 3.9.10 + gtk_revealer_set_transition_duration@Base 3.9.10 + gtk_revealer_set_transition_type@Base 3.9.10 + gtk_revealer_transition_type_get_type@Base 3.9.10 + gtk_rgb_to_hsv@Base 3.0.0 + gtk_scale_accessible_get_type@Base 3.7.10 + gtk_scale_add_mark@Base 3.0.0 + gtk_scale_button_accessible_get_type@Base 3.7.10 + gtk_scale_button_get_adjustment@Base 3.0.0 + gtk_scale_button_get_minus_button@Base 3.0.0 + gtk_scale_button_get_plus_button@Base 3.0.0 + gtk_scale_button_get_popup@Base 3.0.0 + gtk_scale_button_get_type@Base 3.0.0 + gtk_scale_button_get_value@Base 3.0.0 + gtk_scale_button_new@Base 3.0.0 + gtk_scale_button_set_adjustment@Base 3.0.0 + gtk_scale_button_set_icons@Base 3.0.0 + gtk_scale_button_set_value@Base 3.0.0 + gtk_scale_clear_marks@Base 3.0.0 + gtk_scale_get_digits@Base 3.0.0 + gtk_scale_get_draw_value@Base 3.0.0 + gtk_scale_get_has_origin@Base 3.3.16 + gtk_scale_get_layout@Base 3.0.0 + gtk_scale_get_layout_offsets@Base 3.0.0 + gtk_scale_get_type@Base 3.0.0 + gtk_scale_get_value_pos@Base 3.0.0 + gtk_scale_new@Base 3.0.0 + gtk_scale_new_with_range@Base 3.0.0 + gtk_scale_set_digits@Base 3.0.0 + gtk_scale_set_draw_value@Base 3.0.0 + gtk_scale_set_has_origin@Base 3.3.16 + gtk_scale_set_value_pos@Base 3.0.0 + gtk_scroll_step_get_type@Base 3.0.0 + gtk_scroll_type_get_type@Base 3.0.0 + gtk_scrollable_get_border@Base 3.16.2 + gtk_scrollable_get_hadjustment@Base 3.0.0 + gtk_scrollable_get_hscroll_policy@Base 3.0.0 + gtk_scrollable_get_type@Base 3.0.0 + gtk_scrollable_get_vadjustment@Base 3.0.0 + gtk_scrollable_get_vscroll_policy@Base 3.0.0 + gtk_scrollable_policy_get_type@Base 3.0.0 + gtk_scrollable_set_hadjustment@Base 3.0.0 + gtk_scrollable_set_hscroll_policy@Base 3.0.0 + gtk_scrollable_set_vadjustment@Base 3.0.0 + gtk_scrollable_set_vscroll_policy@Base 3.0.0 + gtk_scrollbar_get_type@Base 3.0.0 + gtk_scrollbar_new@Base 3.0.0 + gtk_scrolled_window_accessible_get_type@Base 3.7.10 + gtk_scrolled_window_add_with_viewport@Base 3.0.0 + gtk_scrolled_window_get_capture_button_press@Base 3.3.18 + gtk_scrolled_window_get_hadjustment@Base 3.0.0 + gtk_scrolled_window_get_hscrollbar@Base 3.0.0 + gtk_scrolled_window_get_kinetic_scrolling@Base 3.3.18 + gtk_scrolled_window_get_max_content_height@Base 3.21.4 + gtk_scrolled_window_get_max_content_width@Base 3.21.4 + gtk_scrolled_window_get_min_content_height@Base 3.0.0 + gtk_scrolled_window_get_min_content_width@Base 3.0.0 + gtk_scrolled_window_get_overlay_scrolling@Base 3.16.2 + gtk_scrolled_window_get_placement@Base 3.0.0 + gtk_scrolled_window_get_policy@Base 3.0.0 + gtk_scrolled_window_get_propagate_natural_height@Base 3.21.6 + gtk_scrolled_window_get_propagate_natural_width@Base 3.21.6 + gtk_scrolled_window_get_shadow_type@Base 3.0.0 + gtk_scrolled_window_get_type@Base 3.0.0 + gtk_scrolled_window_get_vadjustment@Base 3.0.0 + gtk_scrolled_window_get_vscrollbar@Base 3.0.0 + gtk_scrolled_window_new@Base 3.0.0 + gtk_scrolled_window_set_capture_button_press@Base 3.3.18 + gtk_scrolled_window_set_hadjustment@Base 3.0.0 + gtk_scrolled_window_set_kinetic_scrolling@Base 3.3.18 + gtk_scrolled_window_set_max_content_height@Base 3.21.4 + gtk_scrolled_window_set_max_content_width@Base 3.21.4 + gtk_scrolled_window_set_min_content_height@Base 3.0.0 + gtk_scrolled_window_set_min_content_width@Base 3.0.0 + gtk_scrolled_window_set_overlay_scrolling@Base 3.16.2 + gtk_scrolled_window_set_placement@Base 3.0.0 + gtk_scrolled_window_set_policy@Base 3.0.0 + gtk_scrolled_window_set_propagate_natural_height@Base 3.21.6 + gtk_scrolled_window_set_propagate_natural_width@Base 3.21.6 + gtk_scrolled_window_set_shadow_type@Base 3.0.0 + gtk_scrolled_window_set_vadjustment@Base 3.0.0 + gtk_scrolled_window_unset_placement@Base 3.0.0 + gtk_search_bar_connect_entry@Base 3.9.10 + gtk_search_bar_get_search_mode@Base 3.9.10 + gtk_search_bar_get_show_close_button@Base 3.9.10 + gtk_search_bar_get_type@Base 3.9.10 + gtk_search_bar_handle_event@Base 3.9.10 + gtk_search_bar_new@Base 3.9.10 + gtk_search_bar_set_search_mode@Base 3.9.10 + gtk_search_bar_set_show_close_button@Base 3.9.10 + gtk_search_entry_get_type@Base 3.5.6 + gtk_search_entry_handle_event@Base 3.16.2 + gtk_search_entry_new@Base 3.5.6 + gtk_selection_add_target@Base 3.0.0 + gtk_selection_add_targets@Base 3.0.0 + gtk_selection_clear_targets@Base 3.0.0 + gtk_selection_convert@Base 3.0.0 + gtk_selection_data_copy@Base 3.0.0 + gtk_selection_data_free@Base 3.0.0 + gtk_selection_data_get_data@Base 3.0.0 + gtk_selection_data_get_data_type@Base 3.0.0 + gtk_selection_data_get_data_with_length@Base 3.0.0 + gtk_selection_data_get_display@Base 3.0.0 + gtk_selection_data_get_format@Base 3.0.0 + gtk_selection_data_get_length@Base 3.0.0 + gtk_selection_data_get_pixbuf@Base 3.0.0 + gtk_selection_data_get_selection@Base 3.0.0 + gtk_selection_data_get_target@Base 3.0.0 + gtk_selection_data_get_targets@Base 3.0.0 + gtk_selection_data_get_text@Base 3.0.0 + gtk_selection_data_get_type@Base 3.0.0 + gtk_selection_data_get_uris@Base 3.0.0 + gtk_selection_data_set@Base 3.0.0 + gtk_selection_data_set_pixbuf@Base 3.0.0 + gtk_selection_data_set_text@Base 3.0.0 + gtk_selection_data_set_uris@Base 3.0.0 + gtk_selection_data_targets_include_image@Base 3.0.0 + gtk_selection_data_targets_include_rich_text@Base 3.0.0 + gtk_selection_data_targets_include_text@Base 3.0.0 + gtk_selection_data_targets_include_uri@Base 3.0.0 + gtk_selection_mode_get_type@Base 3.0.0 + gtk_selection_owner_set@Base 3.0.0 + gtk_selection_owner_set_for_display@Base 3.0.0 + gtk_selection_remove_all@Base 3.0.0 + gtk_sensitivity_type_get_type@Base 3.0.0 + gtk_separator_get_type@Base 3.0.0 + gtk_separator_menu_item_get_type@Base 3.0.0 + gtk_separator_menu_item_new@Base 3.0.0 + gtk_separator_new@Base 3.0.0 + gtk_separator_tool_item_get_draw@Base 3.0.0 + gtk_separator_tool_item_get_type@Base 3.0.0 + gtk_separator_tool_item_new@Base 3.0.0 + gtk_separator_tool_item_set_draw@Base 3.0.0 + gtk_set_debug_flags@Base 3.0.0 + gtk_settings_get_default@Base 3.0.0 + gtk_settings_get_for_screen@Base 3.0.0 + gtk_settings_get_type@Base 3.0.0 + gtk_settings_install_property@Base 3.0.0 + gtk_settings_install_property_parser@Base 3.0.0 + gtk_settings_reset_property@Base 3.19.12 + gtk_settings_set_double_property@Base 3.0.0 + gtk_settings_set_long_property@Base 3.0.0 + gtk_settings_set_property_value@Base 3.0.0 + gtk_settings_set_string_property@Base 3.0.0 + gtk_shadow_type_get_type@Base 3.0.0 + gtk_shortcut_label_get_accelerator@Base 3.21.5 + gtk_shortcut_label_get_disabled_text@Base 3.21.5 + gtk_shortcut_label_get_type@Base 3.21.5 + gtk_shortcut_label_new@Base 3.21.5 + gtk_shortcut_label_set_accelerator@Base 3.21.5 + gtk_shortcut_label_set_disabled_text@Base 3.21.5 + gtk_shortcut_type_get_type@Base 3.19.12 + gtk_shortcuts_group_get_type@Base 3.19.12 + gtk_shortcuts_section_get_type@Base 3.19.12 + gtk_shortcuts_shortcut_get_type@Base 3.19.12 + gtk_shortcuts_window_get_type@Base 3.19.12 + gtk_show_about_dialog@Base 3.0.0 + gtk_show_uri@Base 3.0.0 + gtk_show_uri_on_window@Base 3.21.4 + gtk_size_group_add_widget@Base 3.0.0 + gtk_size_group_get_ignore_hidden@Base 3.0.0 + gtk_size_group_get_mode@Base 3.0.0 + gtk_size_group_get_type@Base 3.0.0 + gtk_size_group_get_widgets@Base 3.0.0 + gtk_size_group_mode_get_type@Base 3.0.0 + gtk_size_group_new@Base 3.0.0 + gtk_size_group_remove_widget@Base 3.0.0 + gtk_size_group_set_ignore_hidden@Base 3.0.0 + gtk_size_group_set_mode@Base 3.0.0 + gtk_size_request_mode_get_type@Base 3.0.0 + gtk_socket_accessible_embed@Base 3.24.24 + gtk_socket_accessible_get_type@Base 3.24.24 + gtk_socket_add_id@Base 3.0.0 + gtk_socket_get_id@Base 3.0.0 + gtk_socket_get_plug_window@Base 3.0.0 + gtk_socket_get_type@Base 3.0.0 + gtk_socket_new@Base 3.0.0 + gtk_sort_type_get_type@Base 3.0.0 + gtk_spin_button_accessible_get_type@Base 3.7.10 + gtk_spin_button_configure@Base 3.0.0 + gtk_spin_button_get_adjustment@Base 3.0.0 + gtk_spin_button_get_digits@Base 3.0.0 + gtk_spin_button_get_increments@Base 3.0.0 + gtk_spin_button_get_numeric@Base 3.0.0 + gtk_spin_button_get_range@Base 3.0.0 + gtk_spin_button_get_snap_to_ticks@Base 3.0.0 + gtk_spin_button_get_type@Base 3.0.0 + gtk_spin_button_get_update_policy@Base 3.0.0 + gtk_spin_button_get_value@Base 3.0.0 + gtk_spin_button_get_value_as_int@Base 3.0.0 + gtk_spin_button_get_wrap@Base 3.0.0 + gtk_spin_button_new@Base 3.0.0 + gtk_spin_button_new_with_range@Base 3.0.0 + gtk_spin_button_set_adjustment@Base 3.0.0 + gtk_spin_button_set_digits@Base 3.0.0 + gtk_spin_button_set_increments@Base 3.0.0 + gtk_spin_button_set_numeric@Base 3.0.0 + gtk_spin_button_set_range@Base 3.0.0 + gtk_spin_button_set_snap_to_ticks@Base 3.0.0 + gtk_spin_button_set_update_policy@Base 3.0.0 + gtk_spin_button_set_value@Base 3.0.0 + gtk_spin_button_set_wrap@Base 3.0.0 + gtk_spin_button_spin@Base 3.0.0 + gtk_spin_button_update@Base 3.0.0 + gtk_spin_button_update_policy_get_type@Base 3.0.0 + gtk_spin_type_get_type@Base 3.0.0 + gtk_spinner_accessible_get_type@Base 3.7.10 + gtk_spinner_get_type@Base 3.0.0 + gtk_spinner_new@Base 3.0.0 + gtk_spinner_start@Base 3.0.0 + gtk_spinner_stop@Base 3.0.0 + gtk_stack_accessible_get_type@Base 3.21.4 + gtk_stack_add_named@Base 3.9.10 + gtk_stack_add_titled@Base 3.9.10 + gtk_stack_get_child_by_name@Base 3.11.5 + gtk_stack_get_hhomogeneous@Base 3.16.2 + gtk_stack_get_homogeneous@Base 3.9.10 + gtk_stack_get_interpolate_size@Base 3.17.9 + gtk_stack_get_transition_duration@Base 3.9.10 + gtk_stack_get_transition_running@Base 3.11.5 + gtk_stack_get_transition_type@Base 3.9.10 + gtk_stack_get_type@Base 3.9.10 + gtk_stack_get_vhomogeneous@Base 3.16.2 + gtk_stack_get_visible_child@Base 3.9.10 + gtk_stack_get_visible_child_name@Base 3.9.10 + gtk_stack_new@Base 3.9.10 + gtk_stack_set_hhomogeneous@Base 3.16.2 + gtk_stack_set_homogeneous@Base 3.9.10 + gtk_stack_set_interpolate_size@Base 3.17.9 + gtk_stack_set_transition_duration@Base 3.9.10 + gtk_stack_set_transition_type@Base 3.9.10 + gtk_stack_set_vhomogeneous@Base 3.16.2 + gtk_stack_set_visible_child@Base 3.9.10 + gtk_stack_set_visible_child_full@Base 3.9.10 + gtk_stack_set_visible_child_name@Base 3.9.10 + gtk_stack_sidebar_get_stack@Base 3.16.2 + gtk_stack_sidebar_get_type@Base 3.16.2 + gtk_stack_sidebar_new@Base 3.16.2 + gtk_stack_sidebar_set_stack@Base 3.16.2 + gtk_stack_switcher_get_stack@Base 3.9.10 + gtk_stack_switcher_get_type@Base 3.9.10 + gtk_stack_switcher_new@Base 3.9.10 + gtk_stack_switcher_set_stack@Base 3.9.10 + gtk_stack_transition_type_get_type@Base 3.9.10 + gtk_state_flags_get_type@Base 3.0.0 + gtk_state_type_get_type@Base 3.0.0 + gtk_status_icon_get_geometry@Base 3.0.0 + gtk_status_icon_get_gicon@Base 3.0.0 + gtk_status_icon_get_has_tooltip@Base 3.0.0 + gtk_status_icon_get_icon_name@Base 3.0.0 + gtk_status_icon_get_pixbuf@Base 3.0.0 + gtk_status_icon_get_screen@Base 3.0.0 + gtk_status_icon_get_size@Base 3.0.0 + gtk_status_icon_get_stock@Base 3.0.0 + gtk_status_icon_get_storage_type@Base 3.0.0 + gtk_status_icon_get_title@Base 3.0.0 + gtk_status_icon_get_tooltip_markup@Base 3.0.0 + gtk_status_icon_get_tooltip_text@Base 3.0.0 + gtk_status_icon_get_type@Base 3.0.0 + gtk_status_icon_get_visible@Base 3.0.0 + gtk_status_icon_get_x11_window_id@Base 3.0.0 + gtk_status_icon_is_embedded@Base 3.0.0 + gtk_status_icon_new@Base 3.0.0 + gtk_status_icon_new_from_file@Base 3.0.0 + gtk_status_icon_new_from_gicon@Base 3.0.0 + gtk_status_icon_new_from_icon_name@Base 3.0.0 + gtk_status_icon_new_from_pixbuf@Base 3.0.0 + gtk_status_icon_new_from_stock@Base 3.0.0 + gtk_status_icon_position_menu@Base 3.0.0 + gtk_status_icon_set_from_file@Base 3.0.0 + gtk_status_icon_set_from_gicon@Base 3.0.0 + gtk_status_icon_set_from_icon_name@Base 3.0.0 + gtk_status_icon_set_from_pixbuf@Base 3.0.0 + gtk_status_icon_set_from_stock@Base 3.0.0 + gtk_status_icon_set_has_tooltip@Base 3.0.0 + gtk_status_icon_set_name@Base 3.0.0 + gtk_status_icon_set_screen@Base 3.0.0 + gtk_status_icon_set_title@Base 3.0.0 + gtk_status_icon_set_tooltip_markup@Base 3.0.0 + gtk_status_icon_set_tooltip_text@Base 3.0.0 + gtk_status_icon_set_visible@Base 3.0.0 + gtk_statusbar_accessible_get_type@Base 3.7.10 + gtk_statusbar_get_context_id@Base 3.0.0 + gtk_statusbar_get_message_area@Base 3.0.0 + gtk_statusbar_get_type@Base 3.0.0 + gtk_statusbar_new@Base 3.0.0 + gtk_statusbar_pop@Base 3.0.0 + gtk_statusbar_push@Base 3.0.0 + gtk_statusbar_remove@Base 3.0.0 + gtk_statusbar_remove_all@Base 3.0.0 + gtk_stock_add@Base 3.0.0 + gtk_stock_add_static@Base 3.0.0 + gtk_stock_item_copy@Base 3.0.0 + gtk_stock_item_free@Base 3.0.0 + gtk_stock_list_ids@Base 3.0.0 + gtk_stock_lookup@Base 3.0.0 + gtk_stock_set_translate_func@Base 3.0.0 + gtk_style_apply_default_background@Base 3.0.0 + gtk_style_attach@Base 3.0.0 + gtk_style_context_add_class@Base 3.0.0 + gtk_style_context_add_provider@Base 3.0.0 + gtk_style_context_add_provider_for_screen@Base 3.0.0 + gtk_style_context_add_region@Base 3.0.0 + gtk_style_context_cancel_animations@Base 3.0.0 + gtk_style_context_get@Base 3.0.0 + gtk_style_context_get_background_color@Base 3.0.0 + gtk_style_context_get_border@Base 3.0.0 + gtk_style_context_get_border_color@Base 3.0.0 + gtk_style_context_get_color@Base 3.0.0 + gtk_style_context_get_direction@Base 3.0.0 + gtk_style_context_get_font@Base 3.0.0 + gtk_style_context_get_frame_clock@Base 3.7.10 + gtk_style_context_get_junction_sides@Base 3.0.0 + gtk_style_context_get_margin@Base 3.0.0 + gtk_style_context_get_padding@Base 3.0.0 + gtk_style_context_get_parent@Base 3.3.16 + gtk_style_context_get_path@Base 3.0.0 + gtk_style_context_get_property@Base 3.0.0 + gtk_style_context_get_scale@Base 3.9.10 + gtk_style_context_get_screen@Base 3.0.0 + gtk_style_context_get_section@Base 3.3.16 + gtk_style_context_get_state@Base 3.0.0 + gtk_style_context_get_style@Base 3.0.0 + gtk_style_context_get_style_property@Base 3.0.0 + gtk_style_context_get_style_valist@Base 3.0.0 + gtk_style_context_get_type@Base 3.0.0 + gtk_style_context_get_valist@Base 3.0.0 + gtk_style_context_has_class@Base 3.0.0 + gtk_style_context_has_region@Base 3.0.0 + gtk_style_context_invalidate@Base 3.0.0 + gtk_style_context_list_classes@Base 3.0.0 + gtk_style_context_list_regions@Base 3.0.0 + gtk_style_context_lookup_color@Base 3.0.0 + gtk_style_context_lookup_icon_set@Base 3.0.0 + gtk_style_context_new@Base 3.0.0 + gtk_style_context_notify_state_change@Base 3.0.0 + gtk_style_context_pop_animatable_region@Base 3.0.0 + gtk_style_context_print_flags_get_type@Base 3.19.12 + gtk_style_context_push_animatable_region@Base 3.0.0 + gtk_style_context_remove_class@Base 3.0.0 + gtk_style_context_remove_provider@Base 3.0.0 + gtk_style_context_remove_provider_for_screen@Base 3.0.0 + gtk_style_context_remove_region@Base 3.0.0 + gtk_style_context_reset_widgets@Base 3.0.0 + gtk_style_context_restore@Base 3.0.0 + gtk_style_context_save@Base 3.0.0 + gtk_style_context_scroll_animations@Base 3.0.0 + gtk_style_context_set_background@Base 3.0.0 + gtk_style_context_set_direction@Base 3.0.0 + gtk_style_context_set_frame_clock@Base 3.7.10 + gtk_style_context_set_junction_sides@Base 3.0.0 + gtk_style_context_set_parent@Base 3.3.16 + gtk_style_context_set_path@Base 3.0.0 + gtk_style_context_set_scale@Base 3.9.10 + gtk_style_context_set_screen@Base 3.0.0 + gtk_style_context_set_state@Base 3.0.0 + gtk_style_context_state_is_running@Base 3.0.0 + gtk_style_context_to_string@Base 3.19.12 + gtk_style_copy@Base 3.0.0 + gtk_style_detach@Base 3.0.0 + gtk_style_get@Base 3.0.0 + gtk_style_get_style_property@Base 3.0.0 + gtk_style_get_type@Base 3.0.0 + gtk_style_get_valist@Base 3.0.0 + gtk_style_has_context@Base 3.0.0 + gtk_style_lookup_color@Base 3.0.0 + gtk_style_lookup_icon_set@Base 3.0.0 + gtk_style_new@Base 3.0.0 + gtk_style_properties_clear@Base 3.0.0 + gtk_style_properties_get@Base 3.0.0 + gtk_style_properties_get_property@Base 3.0.0 + gtk_style_properties_get_type@Base 3.0.0 + gtk_style_properties_get_valist@Base 3.0.0 + gtk_style_properties_lookup_color@Base 3.0.0 + gtk_style_properties_lookup_property@Base 3.0.0 + gtk_style_properties_map_color@Base 3.0.0 + gtk_style_properties_merge@Base 3.0.0 + gtk_style_properties_new@Base 3.0.0 + gtk_style_properties_register_property@Base 3.0.0 + gtk_style_properties_set@Base 3.0.0 + gtk_style_properties_set_property@Base 3.0.0 + gtk_style_properties_set_valist@Base 3.0.0 + gtk_style_properties_unset_property@Base 3.0.0 + gtk_style_provider_get_icon_factory@Base 3.0.0 + gtk_style_provider_get_style@Base 3.0.0 + gtk_style_provider_get_style_property@Base 3.0.0 + gtk_style_provider_get_type@Base 3.0.0 + gtk_style_render_icon@Base 3.0.0 + gtk_style_set_background@Base 3.0.0 + gtk_switch_accessible_get_type@Base 3.7.10 + gtk_switch_get_active@Base 3.0.0 + gtk_switch_get_state@Base 3.13.7 + gtk_switch_get_type@Base 3.0.0 + gtk_switch_new@Base 3.0.0 + gtk_switch_set_active@Base 3.0.0 + gtk_switch_set_state@Base 3.13.7 + gtk_symbolic_color_get_type@Base 3.0.0 + gtk_symbolic_color_new_alpha@Base 3.0.0 + gtk_symbolic_color_new_literal@Base 3.0.0 + gtk_symbolic_color_new_mix@Base 3.0.0 + gtk_symbolic_color_new_name@Base 3.0.0 + gtk_symbolic_color_new_shade@Base 3.0.0 + gtk_symbolic_color_new_win32@Base 3.3.16 + gtk_symbolic_color_ref@Base 3.0.0 + gtk_symbolic_color_resolve@Base 3.0.0 + gtk_symbolic_color_to_string@Base 3.1.6 + gtk_symbolic_color_unref@Base 3.0.0 + gtk_table_attach@Base 3.0.0 + gtk_table_attach_defaults@Base 3.0.0 + gtk_table_get_col_spacing@Base 3.0.0 + gtk_table_get_default_col_spacing@Base 3.0.0 + gtk_table_get_default_row_spacing@Base 3.0.0 + gtk_table_get_homogeneous@Base 3.0.0 + gtk_table_get_row_spacing@Base 3.0.0 + gtk_table_get_size@Base 3.0.0 + gtk_table_get_type@Base 3.0.0 + gtk_table_new@Base 3.0.0 + gtk_table_resize@Base 3.0.0 + gtk_table_set_col_spacing@Base 3.0.0 + gtk_table_set_col_spacings@Base 3.0.0 + gtk_table_set_homogeneous@Base 3.0.0 + gtk_table_set_row_spacing@Base 3.0.0 + gtk_table_set_row_spacings@Base 3.0.0 + gtk_target_entry_copy@Base 3.0.0 + gtk_target_entry_free@Base 3.0.0 + gtk_target_entry_get_type@Base 3.0.0 + gtk_target_entry_new@Base 3.0.0 + gtk_target_flags_get_type@Base 3.0.0 + gtk_target_list_add@Base 3.0.0 + gtk_target_list_add_image_targets@Base 3.0.0 + gtk_target_list_add_rich_text_targets@Base 3.0.0 + gtk_target_list_add_table@Base 3.0.0 + gtk_target_list_add_text_targets@Base 3.0.0 + gtk_target_list_add_uri_targets@Base 3.0.0 + gtk_target_list_find@Base 3.0.0 + gtk_target_list_get_type@Base 3.0.0 + gtk_target_list_new@Base 3.0.0 + gtk_target_list_ref@Base 3.0.0 + gtk_target_list_remove@Base 3.0.0 + gtk_target_list_unref@Base 3.0.0 + gtk_target_table_free@Base 3.0.0 + gtk_target_table_new_from_list@Base 3.0.0 + gtk_targets_include_image@Base 3.0.0 + gtk_targets_include_rich_text@Base 3.0.0 + gtk_targets_include_text@Base 3.0.0 + gtk_targets_include_uri@Base 3.0.0 + gtk_tearoff_menu_item_get_type@Base 3.0.0 + gtk_tearoff_menu_item_new@Base 3.0.0 + gtk_test_create_simple_window@Base 3.0.0 + gtk_test_create_widget@Base 3.0.0 + gtk_test_display_button_window@Base 3.0.0 + gtk_test_find_label@Base 3.0.0 + gtk_test_find_sibling@Base 3.0.0 + gtk_test_find_widget@Base 3.0.0 + gtk_test_init@Base 3.0.0 + gtk_test_list_all_types@Base 3.0.0 + gtk_test_register_all_types@Base 3.0.0 + gtk_test_slider_get_value@Base 3.0.0 + gtk_test_slider_set_perc@Base 3.0.0 + gtk_test_spin_button_click@Base 3.0.0 + gtk_test_text_get@Base 3.0.0 + gtk_test_text_set@Base 3.0.0 + gtk_test_widget_click@Base 3.0.0 + gtk_test_widget_send_key@Base 3.0.0 + gtk_test_widget_wait_for_draw@Base 3.9.10 + gtk_text_anchored_child_set_layout@Base 3.0.0 + gtk_text_attributes_copy@Base 3.0.0 + gtk_text_attributes_copy_values@Base 3.0.0 + gtk_text_attributes_get_type@Base 3.0.0 + gtk_text_attributes_new@Base 3.0.0 + gtk_text_attributes_ref@Base 3.0.0 + gtk_text_attributes_unref@Base 3.0.0 + gtk_text_buffer_add_mark@Base 3.0.0 + gtk_text_buffer_add_selection_clipboard@Base 3.0.0 + gtk_text_buffer_apply_tag@Base 3.0.0 + gtk_text_buffer_apply_tag_by_name@Base 3.0.0 + gtk_text_buffer_backspace@Base 3.0.0 + gtk_text_buffer_begin_user_action@Base 3.0.0 + gtk_text_buffer_copy_clipboard@Base 3.0.0 + gtk_text_buffer_create_child_anchor@Base 3.0.0 + gtk_text_buffer_create_mark@Base 3.0.0 + gtk_text_buffer_create_tag@Base 3.0.0 + gtk_text_buffer_cut_clipboard@Base 3.0.0 + gtk_text_buffer_delete@Base 3.0.0 + gtk_text_buffer_delete_interactive@Base 3.0.0 + gtk_text_buffer_delete_mark@Base 3.0.0 + gtk_text_buffer_delete_mark_by_name@Base 3.0.0 + gtk_text_buffer_delete_selection@Base 3.0.0 + gtk_text_buffer_deserialize@Base 3.0.0 + gtk_text_buffer_deserialize_get_can_create_tags@Base 3.0.0 + gtk_text_buffer_deserialize_set_can_create_tags@Base 3.0.0 + gtk_text_buffer_end_user_action@Base 3.0.0 + gtk_text_buffer_get_bounds@Base 3.0.0 + gtk_text_buffer_get_char_count@Base 3.0.0 + gtk_text_buffer_get_copy_target_list@Base 3.0.0 + gtk_text_buffer_get_deserialize_formats@Base 3.0.0 + gtk_text_buffer_get_end_iter@Base 3.0.0 + gtk_text_buffer_get_has_selection@Base 3.0.0 + gtk_text_buffer_get_insert@Base 3.0.0 + gtk_text_buffer_get_iter_at_child_anchor@Base 3.0.0 + gtk_text_buffer_get_iter_at_line@Base 3.0.0 + gtk_text_buffer_get_iter_at_line_index@Base 3.0.0 + gtk_text_buffer_get_iter_at_line_offset@Base 3.0.0 + gtk_text_buffer_get_iter_at_mark@Base 3.0.0 + gtk_text_buffer_get_iter_at_offset@Base 3.0.0 + gtk_text_buffer_get_line_count@Base 3.0.0 + gtk_text_buffer_get_mark@Base 3.0.0 + gtk_text_buffer_get_modified@Base 3.0.0 + gtk_text_buffer_get_paste_target_list@Base 3.0.0 + gtk_text_buffer_get_selection_bound@Base 3.0.0 + gtk_text_buffer_get_selection_bounds@Base 3.0.0 + gtk_text_buffer_get_serialize_formats@Base 3.0.0 + gtk_text_buffer_get_slice@Base 3.0.0 + gtk_text_buffer_get_start_iter@Base 3.0.0 + gtk_text_buffer_get_tag_table@Base 3.0.0 + gtk_text_buffer_get_text@Base 3.0.0 + gtk_text_buffer_get_type@Base 3.0.0 + gtk_text_buffer_insert@Base 3.0.0 + gtk_text_buffer_insert_at_cursor@Base 3.0.0 + gtk_text_buffer_insert_child_anchor@Base 3.0.0 + gtk_text_buffer_insert_interactive@Base 3.0.0 + gtk_text_buffer_insert_interactive_at_cursor@Base 3.0.0 + gtk_text_buffer_insert_markup@Base 3.16.2 + gtk_text_buffer_insert_pixbuf@Base 3.0.0 + gtk_text_buffer_insert_range@Base 3.0.0 + gtk_text_buffer_insert_range_interactive@Base 3.0.0 + gtk_text_buffer_insert_with_tags@Base 3.0.0 + gtk_text_buffer_insert_with_tags_by_name@Base 3.0.0 + gtk_text_buffer_move_mark@Base 3.0.0 + gtk_text_buffer_move_mark_by_name@Base 3.0.0 + gtk_text_buffer_new@Base 3.0.0 + gtk_text_buffer_paste_clipboard@Base 3.0.0 + gtk_text_buffer_place_cursor@Base 3.0.0 + gtk_text_buffer_register_deserialize_format@Base 3.0.0 + gtk_text_buffer_register_deserialize_tagset@Base 3.0.0 + gtk_text_buffer_register_serialize_format@Base 3.0.0 + gtk_text_buffer_register_serialize_tagset@Base 3.0.0 + gtk_text_buffer_remove_all_tags@Base 3.0.0 + gtk_text_buffer_remove_selection_clipboard@Base 3.0.0 + gtk_text_buffer_remove_tag@Base 3.0.0 + gtk_text_buffer_remove_tag_by_name@Base 3.0.0 + gtk_text_buffer_select_range@Base 3.0.0 + gtk_text_buffer_serialize@Base 3.0.0 + gtk_text_buffer_set_modified@Base 3.0.0 + gtk_text_buffer_set_text@Base 3.0.0 + gtk_text_buffer_target_info_get_type@Base 3.0.0 + gtk_text_buffer_unregister_deserialize_format@Base 3.0.0 + gtk_text_buffer_unregister_serialize_format@Base 3.0.0 + gtk_text_byte_begins_utf8_char@Base 3.0.0 + gtk_text_cell_accessible_get_type@Base 3.7.10 + gtk_text_child_anchor_get_deleted@Base 3.0.0 + gtk_text_child_anchor_get_type@Base 3.0.0 + gtk_text_child_anchor_get_widgets@Base 3.0.0 + gtk_text_child_anchor_new@Base 3.0.0 + gtk_text_child_anchor_queue_resize@Base 3.0.0 + gtk_text_child_anchor_register_child@Base 3.0.0 + gtk_text_child_anchor_unregister_child@Base 3.0.0 + gtk_text_direction_get_type@Base 3.0.0 + gtk_text_extend_selection_get_type@Base 3.16.2 + gtk_text_iter_assign@Base 3.2.1 + gtk_text_iter_backward_char@Base 3.0.0 + gtk_text_iter_backward_chars@Base 3.0.0 + gtk_text_iter_backward_cursor_position@Base 3.0.0 + gtk_text_iter_backward_cursor_positions@Base 3.0.0 + gtk_text_iter_backward_find_char@Base 3.0.0 + gtk_text_iter_backward_line@Base 3.0.0 + gtk_text_iter_backward_lines@Base 3.0.0 + gtk_text_iter_backward_search@Base 3.0.0 + gtk_text_iter_backward_sentence_start@Base 3.0.0 + gtk_text_iter_backward_sentence_starts@Base 3.0.0 + gtk_text_iter_backward_to_tag_toggle@Base 3.0.0 + gtk_text_iter_backward_visible_cursor_position@Base 3.0.0 + gtk_text_iter_backward_visible_cursor_positions@Base 3.0.0 + gtk_text_iter_backward_visible_line@Base 3.0.0 + gtk_text_iter_backward_visible_lines@Base 3.0.0 + gtk_text_iter_backward_visible_word_start@Base 3.0.0 + gtk_text_iter_backward_visible_word_starts@Base 3.0.0 + gtk_text_iter_backward_word_start@Base 3.0.0 + gtk_text_iter_backward_word_starts@Base 3.0.0 + gtk_text_iter_begins_tag@Base 3.0.0 + gtk_text_iter_can_insert@Base 3.0.0 + gtk_text_iter_compare@Base 3.0.0 + gtk_text_iter_copy@Base 3.0.0 + gtk_text_iter_editable@Base 3.0.0 + gtk_text_iter_ends_line@Base 3.0.0 + gtk_text_iter_ends_sentence@Base 3.0.0 + gtk_text_iter_ends_tag@Base 3.0.0 + gtk_text_iter_ends_word@Base 3.0.0 + gtk_text_iter_equal@Base 3.0.0 + gtk_text_iter_forward_char@Base 3.0.0 + gtk_text_iter_forward_chars@Base 3.0.0 + gtk_text_iter_forward_cursor_position@Base 3.0.0 + gtk_text_iter_forward_cursor_positions@Base 3.0.0 + gtk_text_iter_forward_find_char@Base 3.0.0 + gtk_text_iter_forward_line@Base 3.0.0 + gtk_text_iter_forward_lines@Base 3.0.0 + gtk_text_iter_forward_search@Base 3.0.0 + gtk_text_iter_forward_sentence_end@Base 3.0.0 + gtk_text_iter_forward_sentence_ends@Base 3.0.0 + gtk_text_iter_forward_to_end@Base 3.0.0 + gtk_text_iter_forward_to_line_end@Base 3.0.0 + gtk_text_iter_forward_to_tag_toggle@Base 3.0.0 + gtk_text_iter_forward_visible_cursor_position@Base 3.0.0 + gtk_text_iter_forward_visible_cursor_positions@Base 3.0.0 + gtk_text_iter_forward_visible_line@Base 3.0.0 + gtk_text_iter_forward_visible_lines@Base 3.0.0 + gtk_text_iter_forward_visible_word_end@Base 3.0.0 + gtk_text_iter_forward_visible_word_ends@Base 3.0.0 + gtk_text_iter_forward_word_end@Base 3.0.0 + gtk_text_iter_forward_word_ends@Base 3.0.0 + gtk_text_iter_free@Base 3.0.0 + gtk_text_iter_get_attributes@Base 3.0.0 + gtk_text_iter_get_buffer@Base 3.0.0 + gtk_text_iter_get_bytes_in_line@Base 3.0.0 + gtk_text_iter_get_char@Base 3.0.0 + gtk_text_iter_get_chars_in_line@Base 3.0.0 + gtk_text_iter_get_child_anchor@Base 3.0.0 + gtk_text_iter_get_language@Base 3.0.0 + gtk_text_iter_get_line@Base 3.0.0 + gtk_text_iter_get_line_index@Base 3.0.0 + gtk_text_iter_get_line_offset@Base 3.0.0 + gtk_text_iter_get_marks@Base 3.0.0 + gtk_text_iter_get_offset@Base 3.0.0 + gtk_text_iter_get_pixbuf@Base 3.0.0 + gtk_text_iter_get_slice@Base 3.0.0 + gtk_text_iter_get_tags@Base 3.0.0 + gtk_text_iter_get_text@Base 3.0.0 + gtk_text_iter_get_toggled_tags@Base 3.0.0 + gtk_text_iter_get_type@Base 3.0.0 + gtk_text_iter_get_visible_line_index@Base 3.0.0 + gtk_text_iter_get_visible_line_offset@Base 3.0.0 + gtk_text_iter_get_visible_slice@Base 3.0.0 + gtk_text_iter_get_visible_text@Base 3.0.0 + gtk_text_iter_has_tag@Base 3.0.0 + gtk_text_iter_in_range@Base 3.0.0 + gtk_text_iter_inside_sentence@Base 3.0.0 + gtk_text_iter_inside_word@Base 3.0.0 + gtk_text_iter_is_cursor_position@Base 3.0.0 + gtk_text_iter_is_end@Base 3.0.0 + gtk_text_iter_is_start@Base 3.0.0 + gtk_text_iter_order@Base 3.0.0 + gtk_text_iter_set_line@Base 3.0.0 + gtk_text_iter_set_line_index@Base 3.0.0 + gtk_text_iter_set_line_offset@Base 3.0.0 + gtk_text_iter_set_offset@Base 3.0.0 + gtk_text_iter_set_visible_line_index@Base 3.0.0 + gtk_text_iter_set_visible_line_offset@Base 3.0.0 + gtk_text_iter_starts_line@Base 3.0.0 + gtk_text_iter_starts_sentence@Base 3.0.0 + gtk_text_iter_starts_tag@Base 3.19.12 + gtk_text_iter_starts_word@Base 3.0.0 + gtk_text_iter_toggles_tag@Base 3.0.0 + gtk_text_layout_changed@Base 3.0.0 + gtk_text_layout_clamp_iter_to_vrange@Base 3.0.0 + gtk_text_layout_cursors_changed@Base 3.0.0 + gtk_text_layout_default_style_changed@Base 3.0.0 + gtk_text_layout_draw@Base 3.0.0 + gtk_text_layout_free_line_data@Base 3.0.0 + gtk_text_layout_free_line_display@Base 3.0.0 + gtk_text_layout_get_buffer@Base 3.0.0 + gtk_text_layout_get_cursor_locations@Base 3.0.0 + gtk_text_layout_get_cursor_visible@Base 3.0.0 + gtk_text_layout_get_iter_at_line@Base 3.0.0 + gtk_text_layout_get_iter_at_pixel@Base 3.0.0 + gtk_text_layout_get_iter_at_position@Base 3.0.0 + gtk_text_layout_get_iter_location@Base 3.0.0 + gtk_text_layout_get_line_at_y@Base 3.0.0 + gtk_text_layout_get_line_display@Base 3.0.0 + gtk_text_layout_get_line_yrange@Base 3.0.0 + gtk_text_layout_get_lines@Base 3.0.0 + gtk_text_layout_get_size@Base 3.0.0 + gtk_text_layout_get_type@Base 3.0.0 + gtk_text_layout_invalidate@Base 3.0.0 + gtk_text_layout_invalidate_cursors@Base 3.0.0 + gtk_text_layout_is_valid@Base 3.0.0 + gtk_text_layout_iter_starts_line@Base 3.0.0 + gtk_text_layout_move_iter_to_line_end@Base 3.0.0 + gtk_text_layout_move_iter_to_next_line@Base 3.0.0 + gtk_text_layout_move_iter_to_previous_line@Base 3.0.0 + gtk_text_layout_move_iter_to_x@Base 3.0.0 + gtk_text_layout_move_iter_visually@Base 3.0.0 + gtk_text_layout_new@Base 3.0.0 + gtk_text_layout_set_buffer@Base 3.0.0 + gtk_text_layout_set_contexts@Base 3.0.0 + gtk_text_layout_set_cursor_direction@Base 3.0.0 + gtk_text_layout_set_cursor_visible@Base 3.0.0 + gtk_text_layout_set_default_style@Base 3.0.0 + gtk_text_layout_set_keyboard_direction@Base 3.0.0 + gtk_text_layout_set_overwrite_mode@Base 3.0.0 + gtk_text_layout_set_preedit_string@Base 3.0.0 + gtk_text_layout_set_screen_width@Base 3.0.0 + gtk_text_layout_spew@Base 3.0.0 + gtk_text_layout_validate@Base 3.0.0 + gtk_text_layout_validate_yrange@Base 3.0.0 + gtk_text_layout_wrap@Base 3.0.0 + gtk_text_layout_wrap_loop_end@Base 3.0.0 + gtk_text_layout_wrap_loop_start@Base 3.0.0 + gtk_text_line_segment_split@Base 3.0.0 + gtk_text_mark_get_buffer@Base 3.0.0 + gtk_text_mark_get_deleted@Base 3.0.0 + gtk_text_mark_get_left_gravity@Base 3.0.0 + gtk_text_mark_get_name@Base 3.0.0 + gtk_text_mark_get_type@Base 3.0.0 + gtk_text_mark_get_visible@Base 3.0.0 + gtk_text_mark_new@Base 3.0.0 + gtk_text_mark_set_visible@Base 3.0.0 + gtk_text_search_flags_get_type@Base 3.0.0 + gtk_text_tag_changed@Base 3.19.12 + gtk_text_tag_event@Base 3.0.0 + gtk_text_tag_get_priority@Base 3.0.0 + gtk_text_tag_get_type@Base 3.0.0 + gtk_text_tag_new@Base 3.0.0 + gtk_text_tag_set_priority@Base 3.0.0 + gtk_text_tag_table_add@Base 3.0.0 + gtk_text_tag_table_foreach@Base 3.0.0 + gtk_text_tag_table_get_size@Base 3.0.0 + gtk_text_tag_table_get_type@Base 3.0.0 + gtk_text_tag_table_lookup@Base 3.0.0 + gtk_text_tag_table_new@Base 3.0.0 + gtk_text_tag_table_remove@Base 3.0.0 + gtk_text_unknown_char_utf8_gtk_tests_only@Base 3.0.0 + gtk_text_view_accessible_get_type@Base 3.7.10 + gtk_text_view_add_child_at_anchor@Base 3.0.0 + gtk_text_view_add_child_in_window@Base 3.0.0 + gtk_text_view_backward_display_line@Base 3.0.0 + gtk_text_view_backward_display_line_start@Base 3.0.0 + gtk_text_view_buffer_to_window_coords@Base 3.0.0 + gtk_text_view_forward_display_line@Base 3.0.0 + gtk_text_view_forward_display_line_end@Base 3.0.0 + gtk_text_view_get_accepts_tab@Base 3.0.0 + gtk_text_view_get_border_window_size@Base 3.0.0 + gtk_text_view_get_bottom_margin@Base 3.17.9 + gtk_text_view_get_buffer@Base 3.0.0 + gtk_text_view_get_cursor_locations@Base 3.0.0 + gtk_text_view_get_cursor_visible@Base 3.0.0 + gtk_text_view_get_default_attributes@Base 3.0.0 + gtk_text_view_get_editable@Base 3.0.0 + gtk_text_view_get_hadjustment@Base 3.0.0 + gtk_text_view_get_indent@Base 3.0.0 + gtk_text_view_get_input_hints@Base 3.5.12 + gtk_text_view_get_input_purpose@Base 3.5.12 + gtk_text_view_get_iter_at_location@Base 3.0.0 + gtk_text_view_get_iter_at_position@Base 3.0.0 + gtk_text_view_get_iter_location@Base 3.0.0 + gtk_text_view_get_justification@Base 3.0.0 + gtk_text_view_get_left_margin@Base 3.0.0 + gtk_text_view_get_line_at_y@Base 3.0.0 + gtk_text_view_get_line_yrange@Base 3.0.0 + gtk_text_view_get_monospace@Base 3.16.2 + gtk_text_view_get_overwrite@Base 3.0.0 + gtk_text_view_get_pixels_above_lines@Base 3.0.0 + gtk_text_view_get_pixels_below_lines@Base 3.0.0 + gtk_text_view_get_pixels_inside_wrap@Base 3.0.0 + gtk_text_view_get_right_margin@Base 3.0.0 + gtk_text_view_get_tabs@Base 3.0.0 + gtk_text_view_get_top_margin@Base 3.17.9 + gtk_text_view_get_type@Base 3.0.0 + gtk_text_view_get_vadjustment@Base 3.0.0 + gtk_text_view_get_visible_rect@Base 3.0.0 + gtk_text_view_get_window@Base 3.0.0 + gtk_text_view_get_window_type@Base 3.0.0 + gtk_text_view_get_wrap_mode@Base 3.0.0 + gtk_text_view_im_context_filter_keypress@Base 3.0.0 + gtk_text_view_layer_get_type@Base 3.13.7 + gtk_text_view_move_child@Base 3.0.0 + gtk_text_view_move_mark_onscreen@Base 3.0.0 + gtk_text_view_move_visually@Base 3.0.0 + gtk_text_view_new@Base 3.0.0 + gtk_text_view_new_with_buffer@Base 3.0.0 + gtk_text_view_place_cursor_onscreen@Base 3.0.0 + gtk_text_view_reset_cursor_blink@Base 3.19.12 + gtk_text_view_reset_im_context@Base 3.0.0 + gtk_text_view_scroll_mark_onscreen@Base 3.0.0 + gtk_text_view_scroll_to_iter@Base 3.0.0 + gtk_text_view_scroll_to_mark@Base 3.0.0 + gtk_text_view_set_accepts_tab@Base 3.0.0 + gtk_text_view_set_border_window_size@Base 3.0.0 + gtk_text_view_set_bottom_margin@Base 3.17.9 + gtk_text_view_set_buffer@Base 3.0.0 + gtk_text_view_set_cursor_visible@Base 3.0.0 + gtk_text_view_set_editable@Base 3.0.0 + gtk_text_view_set_indent@Base 3.0.0 + gtk_text_view_set_input_hints@Base 3.5.12 + gtk_text_view_set_input_purpose@Base 3.5.12 + gtk_text_view_set_justification@Base 3.0.0 + gtk_text_view_set_left_margin@Base 3.0.0 + gtk_text_view_set_monospace@Base 3.16.2 + gtk_text_view_set_overwrite@Base 3.0.0 + gtk_text_view_set_pixels_above_lines@Base 3.0.0 + gtk_text_view_set_pixels_below_lines@Base 3.0.0 + gtk_text_view_set_pixels_inside_wrap@Base 3.0.0 + gtk_text_view_set_right_margin@Base 3.0.0 + gtk_text_view_set_tabs@Base 3.0.0 + gtk_text_view_set_top_margin@Base 3.17.9 + gtk_text_view_set_wrap_mode@Base 3.0.0 + gtk_text_view_starts_display_line@Base 3.0.0 + gtk_text_view_window_to_buffer_coords@Base 3.0.0 + gtk_text_window_type_get_type@Base 3.0.0 + gtk_theming_engine_get@Base 3.0.0 + gtk_theming_engine_get_background_color@Base 3.0.0 + gtk_theming_engine_get_border@Base 3.0.0 + gtk_theming_engine_get_border_color@Base 3.0.0 + gtk_theming_engine_get_color@Base 3.0.0 + gtk_theming_engine_get_direction@Base 3.0.0 + gtk_theming_engine_get_font@Base 3.0.0 + gtk_theming_engine_get_junction_sides@Base 3.0.0 + gtk_theming_engine_get_margin@Base 3.0.0 + gtk_theming_engine_get_padding@Base 3.0.0 + gtk_theming_engine_get_path@Base 3.0.0 + gtk_theming_engine_get_property@Base 3.0.0 + gtk_theming_engine_get_screen@Base 3.0.0 + gtk_theming_engine_get_state@Base 3.0.0 + gtk_theming_engine_get_style@Base 3.0.0 + gtk_theming_engine_get_style_property@Base 3.0.0 + gtk_theming_engine_get_style_valist@Base 3.0.0 + gtk_theming_engine_get_type@Base 3.0.0 + gtk_theming_engine_get_valist@Base 3.0.0 + gtk_theming_engine_has_class@Base 3.0.0 + gtk_theming_engine_has_region@Base 3.0.0 + gtk_theming_engine_load@Base 3.0.0 + gtk_theming_engine_lookup_color@Base 3.0.0 + gtk_theming_engine_register_property@Base 3.0.0 + gtk_theming_engine_state_is_running@Base 3.0.0 + gtk_theming_module_get_type@Base 3.0.0 + gtk_toggle_action_get_active@Base 3.0.0 + gtk_toggle_action_get_draw_as_radio@Base 3.0.0 + gtk_toggle_action_get_type@Base 3.0.0 + gtk_toggle_action_new@Base 3.0.0 + gtk_toggle_action_set_active@Base 3.0.0 + gtk_toggle_action_set_draw_as_radio@Base 3.0.0 + gtk_toggle_action_toggled@Base 3.0.0 + gtk_toggle_button_accessible_get_type@Base 3.7.10 + gtk_toggle_button_get_active@Base 3.0.0 + gtk_toggle_button_get_inconsistent@Base 3.0.0 + gtk_toggle_button_get_mode@Base 3.0.0 + gtk_toggle_button_get_type@Base 3.0.0 + gtk_toggle_button_new@Base 3.0.0 + gtk_toggle_button_new_with_label@Base 3.0.0 + gtk_toggle_button_new_with_mnemonic@Base 3.0.0 + gtk_toggle_button_set_active@Base 3.0.0 + gtk_toggle_button_set_inconsistent@Base 3.0.0 + gtk_toggle_button_set_mode@Base 3.0.0 + gtk_toggle_button_toggled@Base 3.0.0 + gtk_toggle_tool_button_get_active@Base 3.0.0 + gtk_toggle_tool_button_get_type@Base 3.0.0 + gtk_toggle_tool_button_new@Base 3.0.0 + gtk_toggle_tool_button_new_from_stock@Base 3.0.0 + gtk_toggle_tool_button_set_active@Base 3.0.0 + gtk_tool_button_get_icon_name@Base 3.0.0 + gtk_tool_button_get_icon_widget@Base 3.0.0 + gtk_tool_button_get_label@Base 3.0.0 + gtk_tool_button_get_label_widget@Base 3.0.0 + gtk_tool_button_get_stock_id@Base 3.0.0 + gtk_tool_button_get_type@Base 3.0.0 + gtk_tool_button_get_use_underline@Base 3.0.0 + gtk_tool_button_new@Base 3.0.0 + gtk_tool_button_new_from_stock@Base 3.0.0 + gtk_tool_button_set_icon_name@Base 3.0.0 + gtk_tool_button_set_icon_widget@Base 3.0.0 + gtk_tool_button_set_label@Base 3.0.0 + gtk_tool_button_set_label_widget@Base 3.0.0 + gtk_tool_button_set_stock_id@Base 3.0.0 + gtk_tool_button_set_use_underline@Base 3.0.0 + gtk_tool_item_get_ellipsize_mode@Base 3.0.0 + gtk_tool_item_get_expand@Base 3.0.0 + gtk_tool_item_get_homogeneous@Base 3.0.0 + gtk_tool_item_get_icon_size@Base 3.0.0 + gtk_tool_item_get_is_important@Base 3.0.0 + gtk_tool_item_get_orientation@Base 3.0.0 + gtk_tool_item_get_proxy_menu_item@Base 3.0.0 + gtk_tool_item_get_relief_style@Base 3.0.0 + gtk_tool_item_get_text_alignment@Base 3.0.0 + gtk_tool_item_get_text_orientation@Base 3.0.0 + gtk_tool_item_get_text_size_group@Base 3.0.0 + gtk_tool_item_get_toolbar_style@Base 3.0.0 + gtk_tool_item_get_type@Base 3.0.0 + gtk_tool_item_get_use_drag_window@Base 3.0.0 + gtk_tool_item_get_visible_horizontal@Base 3.0.0 + gtk_tool_item_get_visible_vertical@Base 3.0.0 + gtk_tool_item_group_get_collapsed@Base 3.0.0 + gtk_tool_item_group_get_drop_item@Base 3.0.0 + gtk_tool_item_group_get_ellipsize@Base 3.0.0 + gtk_tool_item_group_get_header_relief@Base 3.0.0 + gtk_tool_item_group_get_item_position@Base 3.0.0 + gtk_tool_item_group_get_label@Base 3.0.0 + gtk_tool_item_group_get_label_widget@Base 3.0.0 + gtk_tool_item_group_get_n_items@Base 3.0.0 + gtk_tool_item_group_get_nth_item@Base 3.0.0 + gtk_tool_item_group_get_type@Base 3.0.0 + gtk_tool_item_group_insert@Base 3.0.0 + gtk_tool_item_group_new@Base 3.0.0 + gtk_tool_item_group_set_collapsed@Base 3.0.0 + gtk_tool_item_group_set_ellipsize@Base 3.0.0 + gtk_tool_item_group_set_header_relief@Base 3.0.0 + gtk_tool_item_group_set_item_position@Base 3.0.0 + gtk_tool_item_group_set_label@Base 3.0.0 + gtk_tool_item_group_set_label_widget@Base 3.0.0 + gtk_tool_item_new@Base 3.0.0 + gtk_tool_item_rebuild_menu@Base 3.0.0 + gtk_tool_item_retrieve_proxy_menu_item@Base 3.0.0 + gtk_tool_item_set_expand@Base 3.0.0 + gtk_tool_item_set_homogeneous@Base 3.0.0 + gtk_tool_item_set_is_important@Base 3.0.0 + gtk_tool_item_set_proxy_menu_item@Base 3.0.0 + gtk_tool_item_set_tooltip_markup@Base 3.0.0 + gtk_tool_item_set_tooltip_text@Base 3.0.0 + gtk_tool_item_set_use_drag_window@Base 3.0.0 + gtk_tool_item_set_visible_horizontal@Base 3.0.0 + gtk_tool_item_set_visible_vertical@Base 3.0.0 + gtk_tool_item_toolbar_reconfigured@Base 3.0.0 + gtk_tool_palette_add_drag_dest@Base 3.0.0 + gtk_tool_palette_drag_targets_get_type@Base 3.0.0 + gtk_tool_palette_get_drag_item@Base 3.0.0 + gtk_tool_palette_get_drag_target_group@Base 3.0.0 + gtk_tool_palette_get_drag_target_item@Base 3.0.0 + gtk_tool_palette_get_drop_group@Base 3.0.0 + gtk_tool_palette_get_drop_item@Base 3.0.0 + gtk_tool_palette_get_exclusive@Base 3.0.0 + gtk_tool_palette_get_expand@Base 3.0.0 + gtk_tool_palette_get_group_position@Base 3.0.0 + gtk_tool_palette_get_hadjustment@Base 3.0.0 + gtk_tool_palette_get_icon_size@Base 3.0.0 + gtk_tool_palette_get_style@Base 3.0.0 + gtk_tool_palette_get_type@Base 3.0.0 + gtk_tool_palette_get_vadjustment@Base 3.0.0 + gtk_tool_palette_new@Base 3.0.0 + gtk_tool_palette_set_drag_source@Base 3.0.0 + gtk_tool_palette_set_exclusive@Base 3.0.0 + gtk_tool_palette_set_expand@Base 3.0.0 + gtk_tool_palette_set_group_position@Base 3.0.0 + gtk_tool_palette_set_icon_size@Base 3.0.0 + gtk_tool_palette_set_style@Base 3.0.0 + gtk_tool_palette_unset_icon_size@Base 3.0.0 + gtk_tool_palette_unset_style@Base 3.0.0 + gtk_tool_shell_get_ellipsize_mode@Base 3.0.0 + gtk_tool_shell_get_icon_size@Base 3.0.0 + gtk_tool_shell_get_orientation@Base 3.0.0 + gtk_tool_shell_get_relief_style@Base 3.0.0 + gtk_tool_shell_get_style@Base 3.0.0 + gtk_tool_shell_get_text_alignment@Base 3.0.0 + gtk_tool_shell_get_text_orientation@Base 3.0.0 + gtk_tool_shell_get_text_size_group@Base 3.0.0 + gtk_tool_shell_get_type@Base 3.0.0 + gtk_tool_shell_rebuild_menu@Base 3.0.0 + gtk_toolbar_get_drop_index@Base 3.0.0 + gtk_toolbar_get_icon_size@Base 3.0.0 + gtk_toolbar_get_item_index@Base 3.0.0 + gtk_toolbar_get_n_items@Base 3.0.0 + gtk_toolbar_get_nth_item@Base 3.0.0 + gtk_toolbar_get_relief_style@Base 3.0.0 + gtk_toolbar_get_show_arrow@Base 3.0.0 + gtk_toolbar_get_style@Base 3.0.0 + gtk_toolbar_get_type@Base 3.0.0 + gtk_toolbar_insert@Base 3.0.0 + gtk_toolbar_new@Base 3.0.0 + gtk_toolbar_set_drop_highlight_item@Base 3.0.0 + gtk_toolbar_set_icon_size@Base 3.0.0 + gtk_toolbar_set_show_arrow@Base 3.0.0 + gtk_toolbar_set_style@Base 3.0.0 + gtk_toolbar_space_style_get_type@Base 3.0.0 + gtk_toolbar_style_get_type@Base 3.0.0 + gtk_toolbar_unset_icon_size@Base 3.0.0 + gtk_toolbar_unset_style@Base 3.0.0 + gtk_tooltip_get_type@Base 3.0.0 + gtk_tooltip_set_custom@Base 3.0.0 + gtk_tooltip_set_icon@Base 3.0.0 + gtk_tooltip_set_icon_from_gicon@Base 3.0.0 + gtk_tooltip_set_icon_from_icon_name@Base 3.0.0 + gtk_tooltip_set_icon_from_stock@Base 3.0.0 + gtk_tooltip_set_markup@Base 3.0.0 + gtk_tooltip_set_text@Base 3.0.0 + gtk_tooltip_set_tip_area@Base 3.0.0 + gtk_tooltip_trigger_tooltip_query@Base 3.0.0 + gtk_toplevel_accessible_get_children@Base 3.7.10 + gtk_toplevel_accessible_get_type@Base 3.7.10 + gtk_tray_icon_get_type@Base 3.0.0 + gtk_tree_drag_dest_drag_data_received@Base 3.0.0 + gtk_tree_drag_dest_get_type@Base 3.0.0 + gtk_tree_drag_dest_row_drop_possible@Base 3.0.0 + gtk_tree_drag_source_drag_data_delete@Base 3.0.0 + gtk_tree_drag_source_drag_data_get@Base 3.0.0 + gtk_tree_drag_source_get_type@Base 3.0.0 + gtk_tree_drag_source_row_draggable@Base 3.0.0 + gtk_tree_get_row_drag_data@Base 3.0.0 + gtk_tree_iter_copy@Base 3.0.0 + gtk_tree_iter_free@Base 3.0.0 + gtk_tree_iter_get_type@Base 3.0.0 + gtk_tree_model_filter_clear_cache@Base 3.0.0 + gtk_tree_model_filter_convert_child_iter_to_iter@Base 3.0.0 + gtk_tree_model_filter_convert_child_path_to_path@Base 3.0.0 + gtk_tree_model_filter_convert_iter_to_child_iter@Base 3.0.0 + gtk_tree_model_filter_convert_path_to_child_path@Base 3.0.0 + gtk_tree_model_filter_get_model@Base 3.0.0 + gtk_tree_model_filter_get_type@Base 3.0.0 + gtk_tree_model_filter_new@Base 3.0.0 + gtk_tree_model_filter_refilter@Base 3.0.0 + gtk_tree_model_filter_set_modify_func@Base 3.0.0 + gtk_tree_model_filter_set_visible_column@Base 3.0.0 + gtk_tree_model_filter_set_visible_func@Base 3.0.0 + gtk_tree_model_flags_get_type@Base 3.0.0 + gtk_tree_model_foreach@Base 3.0.0 + gtk_tree_model_get@Base 3.0.0 + gtk_tree_model_get_column_type@Base 3.0.0 + gtk_tree_model_get_flags@Base 3.0.0 + gtk_tree_model_get_iter@Base 3.0.0 + gtk_tree_model_get_iter_first@Base 3.0.0 + gtk_tree_model_get_iter_from_string@Base 3.0.0 + gtk_tree_model_get_n_columns@Base 3.0.0 + gtk_tree_model_get_path@Base 3.0.0 + gtk_tree_model_get_string_from_iter@Base 3.0.0 + gtk_tree_model_get_type@Base 3.0.0 + gtk_tree_model_get_valist@Base 3.0.0 + gtk_tree_model_get_value@Base 3.0.0 + gtk_tree_model_iter_children@Base 3.0.0 + gtk_tree_model_iter_has_child@Base 3.0.0 + gtk_tree_model_iter_n_children@Base 3.0.0 + gtk_tree_model_iter_next@Base 3.0.0 + gtk_tree_model_iter_nth_child@Base 3.0.0 + gtk_tree_model_iter_parent@Base 3.0.0 + gtk_tree_model_iter_previous@Base 3.0.0 + gtk_tree_model_ref_node@Base 3.0.0 + gtk_tree_model_row_changed@Base 3.0.0 + gtk_tree_model_row_deleted@Base 3.0.0 + gtk_tree_model_row_has_child_toggled@Base 3.0.0 + gtk_tree_model_row_inserted@Base 3.0.0 + gtk_tree_model_rows_reordered@Base 3.0.0 + gtk_tree_model_rows_reordered_with_length@Base 3.9.10 + gtk_tree_model_sort_clear_cache@Base 3.0.0 + gtk_tree_model_sort_convert_child_iter_to_iter@Base 3.0.0 + gtk_tree_model_sort_convert_child_path_to_path@Base 3.0.0 + gtk_tree_model_sort_convert_iter_to_child_iter@Base 3.0.0 + gtk_tree_model_sort_convert_path_to_child_path@Base 3.0.0 + gtk_tree_model_sort_get_model@Base 3.0.0 + gtk_tree_model_sort_get_type@Base 3.0.0 + gtk_tree_model_sort_iter_is_valid@Base 3.0.0 + gtk_tree_model_sort_new_with_model@Base 3.0.0 + gtk_tree_model_sort_reset_default_sort_func@Base 3.0.0 + gtk_tree_model_unref_node@Base 3.0.0 + gtk_tree_path_append_index@Base 3.0.0 + gtk_tree_path_compare@Base 3.0.0 + gtk_tree_path_copy@Base 3.0.0 + gtk_tree_path_down@Base 3.0.0 + gtk_tree_path_free@Base 3.0.0 + gtk_tree_path_get_depth@Base 3.0.0 + gtk_tree_path_get_indices@Base 3.0.0 + gtk_tree_path_get_indices_with_depth@Base 3.0.0 + gtk_tree_path_get_type@Base 3.0.0 + gtk_tree_path_is_ancestor@Base 3.0.0 + gtk_tree_path_is_descendant@Base 3.0.0 + gtk_tree_path_new@Base 3.0.0 + gtk_tree_path_new_first@Base 3.0.0 + gtk_tree_path_new_from_indices@Base 3.0.0 + gtk_tree_path_new_from_indicesv@Base 3.11.5 + gtk_tree_path_new_from_string@Base 3.0.0 + gtk_tree_path_next@Base 3.0.0 + gtk_tree_path_prepend_index@Base 3.0.0 + gtk_tree_path_prev@Base 3.0.0 + gtk_tree_path_to_string@Base 3.0.0 + gtk_tree_path_up@Base 3.0.0 + gtk_tree_row_reference_copy@Base 3.0.0 + gtk_tree_row_reference_deleted@Base 3.0.0 + gtk_tree_row_reference_free@Base 3.0.0 + gtk_tree_row_reference_get_model@Base 3.0.0 + gtk_tree_row_reference_get_path@Base 3.0.0 + gtk_tree_row_reference_get_type@Base 3.0.0 + gtk_tree_row_reference_inserted@Base 3.0.0 + gtk_tree_row_reference_new@Base 3.0.0 + gtk_tree_row_reference_new_proxy@Base 3.0.0 + gtk_tree_row_reference_reordered@Base 3.0.0 + gtk_tree_row_reference_valid@Base 3.0.0 + gtk_tree_selection_count_selected_rows@Base 3.0.0 + gtk_tree_selection_get_mode@Base 3.0.0 + gtk_tree_selection_get_select_function@Base 3.0.0 + gtk_tree_selection_get_selected@Base 3.0.0 + gtk_tree_selection_get_selected_rows@Base 3.0.0 + gtk_tree_selection_get_tree_view@Base 3.0.0 + gtk_tree_selection_get_type@Base 3.0.0 + gtk_tree_selection_get_user_data@Base 3.0.0 + gtk_tree_selection_iter_is_selected@Base 3.0.0 + gtk_tree_selection_path_is_selected@Base 3.0.0 + gtk_tree_selection_select_all@Base 3.0.0 + gtk_tree_selection_select_iter@Base 3.0.0 + gtk_tree_selection_select_path@Base 3.0.0 + gtk_tree_selection_select_range@Base 3.0.0 + gtk_tree_selection_selected_foreach@Base 3.0.0 + gtk_tree_selection_set_mode@Base 3.0.0 + gtk_tree_selection_set_select_function@Base 3.0.0 + gtk_tree_selection_unselect_all@Base 3.0.0 + gtk_tree_selection_unselect_iter@Base 3.0.0 + gtk_tree_selection_unselect_path@Base 3.0.0 + gtk_tree_selection_unselect_range@Base 3.0.0 + gtk_tree_set_row_drag_data@Base 3.0.0 + gtk_tree_sortable_get_sort_column_id@Base 3.0.0 + gtk_tree_sortable_get_type@Base 3.0.0 + gtk_tree_sortable_has_default_sort_func@Base 3.0.0 + gtk_tree_sortable_set_default_sort_func@Base 3.0.0 + gtk_tree_sortable_set_sort_column_id@Base 3.0.0 + gtk_tree_sortable_set_sort_func@Base 3.0.0 + gtk_tree_sortable_sort_column_changed@Base 3.0.0 + gtk_tree_store_append@Base 3.0.0 + gtk_tree_store_clear@Base 3.0.0 + gtk_tree_store_get_type@Base 3.0.0 + gtk_tree_store_insert@Base 3.0.0 + gtk_tree_store_insert_after@Base 3.0.0 + gtk_tree_store_insert_before@Base 3.0.0 + gtk_tree_store_insert_with_values@Base 3.0.0 + gtk_tree_store_insert_with_valuesv@Base 3.0.0 + gtk_tree_store_is_ancestor@Base 3.0.0 + gtk_tree_store_iter_depth@Base 3.0.0 + gtk_tree_store_iter_is_valid@Base 3.0.0 + gtk_tree_store_move_after@Base 3.0.0 + gtk_tree_store_move_before@Base 3.0.0 + gtk_tree_store_new@Base 3.0.0 + gtk_tree_store_newv@Base 3.0.0 + gtk_tree_store_prepend@Base 3.0.0 + gtk_tree_store_remove@Base 3.0.0 + gtk_tree_store_reorder@Base 3.0.0 + gtk_tree_store_set@Base 3.0.0 + gtk_tree_store_set_column_types@Base 3.0.0 + gtk_tree_store_set_valist@Base 3.0.0 + gtk_tree_store_set_value@Base 3.0.0 + gtk_tree_store_set_valuesv@Base 3.0.0 + gtk_tree_store_swap@Base 3.0.0 + gtk_tree_view_accessible_get_type@Base 3.7.10 + gtk_tree_view_append_column@Base 3.0.0 + gtk_tree_view_collapse_all@Base 3.0.0 + gtk_tree_view_collapse_row@Base 3.0.0 + gtk_tree_view_column_add_attribute@Base 3.0.0 + gtk_tree_view_column_cell_get_position@Base 3.0.0 + gtk_tree_view_column_cell_get_size@Base 3.0.0 + gtk_tree_view_column_cell_is_visible@Base 3.0.0 + gtk_tree_view_column_cell_set_cell_data@Base 3.0.0 + gtk_tree_view_column_clear@Base 3.0.0 + gtk_tree_view_column_clear_attributes@Base 3.0.0 + gtk_tree_view_column_clicked@Base 3.0.0 + gtk_tree_view_column_focus_cell@Base 3.0.0 + gtk_tree_view_column_get_alignment@Base 3.0.0 + gtk_tree_view_column_get_button@Base 3.0.0 + gtk_tree_view_column_get_clickable@Base 3.0.0 + gtk_tree_view_column_get_expand@Base 3.0.0 + gtk_tree_view_column_get_fixed_width@Base 3.0.0 + gtk_tree_view_column_get_max_width@Base 3.0.0 + gtk_tree_view_column_get_min_width@Base 3.0.0 + gtk_tree_view_column_get_reorderable@Base 3.0.0 + gtk_tree_view_column_get_resizable@Base 3.0.0 + gtk_tree_view_column_get_sizing@Base 3.0.0 + gtk_tree_view_column_get_sort_column_id@Base 3.0.0 + gtk_tree_view_column_get_sort_indicator@Base 3.0.0 + gtk_tree_view_column_get_sort_order@Base 3.0.0 + gtk_tree_view_column_get_spacing@Base 3.0.0 + gtk_tree_view_column_get_title@Base 3.0.0 + gtk_tree_view_column_get_tree_view@Base 3.0.0 + gtk_tree_view_column_get_type@Base 3.0.0 + gtk_tree_view_column_get_visible@Base 3.0.0 + gtk_tree_view_column_get_widget@Base 3.0.0 + gtk_tree_view_column_get_width@Base 3.0.0 + gtk_tree_view_column_get_x_offset@Base 3.1.6 + gtk_tree_view_column_new@Base 3.0.0 + gtk_tree_view_column_new_with_area@Base 3.0.0 + gtk_tree_view_column_new_with_attributes@Base 3.0.0 + gtk_tree_view_column_pack_end@Base 3.0.0 + gtk_tree_view_column_pack_start@Base 3.0.0 + gtk_tree_view_column_queue_resize@Base 3.0.0 + gtk_tree_view_column_set_alignment@Base 3.0.0 + gtk_tree_view_column_set_attributes@Base 3.0.0 + gtk_tree_view_column_set_cell_data_func@Base 3.0.0 + gtk_tree_view_column_set_clickable@Base 3.0.0 + gtk_tree_view_column_set_expand@Base 3.0.0 + gtk_tree_view_column_set_fixed_width@Base 3.0.0 + gtk_tree_view_column_set_max_width@Base 3.0.0 + gtk_tree_view_column_set_min_width@Base 3.0.0 + gtk_tree_view_column_set_reorderable@Base 3.0.0 + gtk_tree_view_column_set_resizable@Base 3.0.0 + gtk_tree_view_column_set_sizing@Base 3.0.0 + gtk_tree_view_column_set_sort_column_id@Base 3.0.0 + gtk_tree_view_column_set_sort_indicator@Base 3.0.0 + gtk_tree_view_column_set_sort_order@Base 3.0.0 + gtk_tree_view_column_set_spacing@Base 3.0.0 + gtk_tree_view_column_set_title@Base 3.0.0 + gtk_tree_view_column_set_visible@Base 3.0.0 + gtk_tree_view_column_set_widget@Base 3.0.0 + gtk_tree_view_column_sizing_get_type@Base 3.0.0 + gtk_tree_view_columns_autosize@Base 3.0.0 + gtk_tree_view_convert_bin_window_to_tree_coords@Base 3.0.0 + gtk_tree_view_convert_bin_window_to_widget_coords@Base 3.0.0 + gtk_tree_view_convert_tree_to_bin_window_coords@Base 3.0.0 + gtk_tree_view_convert_tree_to_widget_coords@Base 3.0.0 + gtk_tree_view_convert_widget_to_bin_window_coords@Base 3.0.0 + gtk_tree_view_convert_widget_to_tree_coords@Base 3.0.0 + gtk_tree_view_create_row_drag_icon@Base 3.0.0 + gtk_tree_view_drop_position_get_type@Base 3.0.0 + gtk_tree_view_enable_model_drag_dest@Base 3.0.0 + gtk_tree_view_enable_model_drag_source@Base 3.0.0 + gtk_tree_view_expand_all@Base 3.0.0 + gtk_tree_view_expand_row@Base 3.0.0 + gtk_tree_view_expand_to_path@Base 3.0.0 + gtk_tree_view_get_activate_on_single_click@Base 3.7.10 + gtk_tree_view_get_background_area@Base 3.0.0 + gtk_tree_view_get_bin_window@Base 3.0.0 + gtk_tree_view_get_cell_area@Base 3.0.0 + gtk_tree_view_get_column@Base 3.0.0 + gtk_tree_view_get_columns@Base 3.0.0 + gtk_tree_view_get_cursor@Base 3.0.0 + gtk_tree_view_get_dest_row_at_pos@Base 3.0.0 + gtk_tree_view_get_drag_dest_row@Base 3.0.0 + gtk_tree_view_get_enable_search@Base 3.0.0 + gtk_tree_view_get_enable_tree_lines@Base 3.0.0 + gtk_tree_view_get_expander_column@Base 3.0.0 + gtk_tree_view_get_fixed_height_mode@Base 3.0.0 + gtk_tree_view_get_grid_lines@Base 3.0.0 + gtk_tree_view_get_hadjustment@Base 3.0.0 + gtk_tree_view_get_headers_clickable@Base 3.0.0 + gtk_tree_view_get_headers_visible@Base 3.0.0 + gtk_tree_view_get_hover_expand@Base 3.0.0 + gtk_tree_view_get_hover_selection@Base 3.0.0 + gtk_tree_view_get_level_indentation@Base 3.0.0 + gtk_tree_view_get_model@Base 3.0.0 + gtk_tree_view_get_n_columns@Base 3.3.16 + gtk_tree_view_get_path_at_pos@Base 3.0.0 + gtk_tree_view_get_reorderable@Base 3.0.0 + gtk_tree_view_get_row_separator_func@Base 3.0.0 + gtk_tree_view_get_rubber_banding@Base 3.0.0 + gtk_tree_view_get_rules_hint@Base 3.0.0 + gtk_tree_view_get_search_column@Base 3.0.0 + gtk_tree_view_get_search_entry@Base 3.0.0 + gtk_tree_view_get_search_equal_func@Base 3.0.0 + gtk_tree_view_get_search_position_func@Base 3.0.0 + gtk_tree_view_get_selection@Base 3.0.0 + gtk_tree_view_get_show_expanders@Base 3.0.0 + gtk_tree_view_get_tooltip_column@Base 3.0.0 + gtk_tree_view_get_tooltip_context@Base 3.0.0 + gtk_tree_view_get_type@Base 3.0.0 + gtk_tree_view_get_vadjustment@Base 3.0.0 + gtk_tree_view_get_visible_range@Base 3.0.0 + gtk_tree_view_get_visible_rect@Base 3.0.0 + gtk_tree_view_grid_lines_get_type@Base 3.0.0 + gtk_tree_view_insert_column@Base 3.0.0 + gtk_tree_view_insert_column_with_attributes@Base 3.0.0 + gtk_tree_view_insert_column_with_data_func@Base 3.0.0 + gtk_tree_view_is_blank_at_pos@Base 3.0.0 + gtk_tree_view_is_rubber_banding_active@Base 3.0.0 + gtk_tree_view_map_expanded_rows@Base 3.0.0 + gtk_tree_view_move_column_after@Base 3.0.0 + gtk_tree_view_new@Base 3.0.0 + gtk_tree_view_new_with_model@Base 3.0.0 + gtk_tree_view_remove_column@Base 3.0.0 + gtk_tree_view_row_activated@Base 3.0.0 + gtk_tree_view_row_expanded@Base 3.0.0 + gtk_tree_view_scroll_to_cell@Base 3.0.0 + gtk_tree_view_scroll_to_point@Base 3.0.0 + gtk_tree_view_set_activate_on_single_click@Base 3.7.10 + gtk_tree_view_set_column_drag_function@Base 3.0.0 + gtk_tree_view_set_cursor@Base 3.0.0 + gtk_tree_view_set_cursor_on_cell@Base 3.0.0 + gtk_tree_view_set_destroy_count_func@Base 3.0.0 + gtk_tree_view_set_drag_dest_row@Base 3.0.0 + gtk_tree_view_set_enable_search@Base 3.0.0 + gtk_tree_view_set_enable_tree_lines@Base 3.0.0 + gtk_tree_view_set_expander_column@Base 3.0.0 + gtk_tree_view_set_fixed_height_mode@Base 3.0.0 + gtk_tree_view_set_grid_lines@Base 3.0.0 + gtk_tree_view_set_hadjustment@Base 3.3.16 + gtk_tree_view_set_headers_clickable@Base 3.0.0 + gtk_tree_view_set_headers_visible@Base 3.0.0 + gtk_tree_view_set_hover_expand@Base 3.0.0 + gtk_tree_view_set_hover_selection@Base 3.0.0 + gtk_tree_view_set_level_indentation@Base 3.0.0 + gtk_tree_view_set_model@Base 3.0.0 + gtk_tree_view_set_reorderable@Base 3.0.0 + gtk_tree_view_set_row_separator_func@Base 3.0.0 + gtk_tree_view_set_rubber_banding@Base 3.0.0 + gtk_tree_view_set_rules_hint@Base 3.0.0 + gtk_tree_view_set_search_column@Base 3.0.0 + gtk_tree_view_set_search_entry@Base 3.0.0 + gtk_tree_view_set_search_equal_func@Base 3.0.0 + gtk_tree_view_set_search_position_func@Base 3.0.0 + gtk_tree_view_set_show_expanders@Base 3.0.0 + gtk_tree_view_set_tooltip_cell@Base 3.0.0 + gtk_tree_view_set_tooltip_column@Base 3.0.0 + gtk_tree_view_set_tooltip_row@Base 3.0.0 + gtk_tree_view_set_vadjustment@Base 3.3.16 + gtk_tree_view_unset_rows_drag_dest@Base 3.0.0 + gtk_tree_view_unset_rows_drag_source@Base 3.0.0 + gtk_true@Base 3.0.0 + gtk_ui_manager_add_ui@Base 3.0.0 + gtk_ui_manager_add_ui_from_file@Base 3.0.0 + gtk_ui_manager_add_ui_from_resource@Base 3.3.16 + gtk_ui_manager_add_ui_from_string@Base 3.0.0 + gtk_ui_manager_ensure_update@Base 3.0.0 + gtk_ui_manager_get_accel_group@Base 3.0.0 + gtk_ui_manager_get_action@Base 3.0.0 + gtk_ui_manager_get_action_groups@Base 3.0.0 + gtk_ui_manager_get_add_tearoffs@Base 3.0.0 + gtk_ui_manager_get_toplevels@Base 3.0.0 + gtk_ui_manager_get_type@Base 3.0.0 + gtk_ui_manager_get_ui@Base 3.0.0 + gtk_ui_manager_get_widget@Base 3.0.0 + gtk_ui_manager_insert_action_group@Base 3.0.0 + gtk_ui_manager_item_type_get_type@Base 3.0.0 + gtk_ui_manager_new@Base 3.0.0 + gtk_ui_manager_new_merge_id@Base 3.0.0 + gtk_ui_manager_remove_action_group@Base 3.0.0 + gtk_ui_manager_remove_ui@Base 3.0.0 + gtk_ui_manager_set_add_tearoffs@Base 3.0.0 + gtk_unit_get_type@Base 3.0.0 + gtk_vbox_get_type@Base 3.0.0 + gtk_vbox_new@Base 3.0.0 + gtk_vbutton_box_get_type@Base 3.0.0 + gtk_vbutton_box_new@Base 3.0.0 + gtk_viewport_get_bin_window@Base 3.0.0 + gtk_viewport_get_hadjustment@Base 3.0.0 + gtk_viewport_get_shadow_type@Base 3.0.0 + gtk_viewport_get_type@Base 3.0.0 + gtk_viewport_get_vadjustment@Base 3.0.0 + gtk_viewport_get_view_window@Base 3.0.0 + gtk_viewport_new@Base 3.0.0 + gtk_viewport_set_hadjustment@Base 3.0.0 + gtk_viewport_set_shadow_type@Base 3.0.0 + gtk_viewport_set_vadjustment@Base 3.0.0 + gtk_volume_button_get_type@Base 3.0.0 + gtk_volume_button_new@Base 3.0.0 + gtk_vpaned_get_type@Base 3.0.0 + gtk_vpaned_new@Base 3.0.0 + gtk_vscale_get_type@Base 3.0.0 + gtk_vscale_new@Base 3.0.0 + gtk_vscale_new_with_range@Base 3.0.0 + gtk_vscrollbar_get_type@Base 3.0.0 + gtk_vscrollbar_new@Base 3.0.0 + gtk_vseparator_get_type@Base 3.0.0 + gtk_vseparator_new@Base 3.0.0 + gtk_widget_accessible_get_type@Base 3.7.10 + gtk_widget_activate@Base 3.0.0 + gtk_widget_add_accelerator@Base 3.0.0 + gtk_widget_add_device_events@Base 3.0.0 + gtk_widget_add_events@Base 3.0.0 + gtk_widget_add_mnemonic_label@Base 3.0.0 + gtk_widget_add_tick_callback@Base 3.7.10 + gtk_widget_can_activate_accel@Base 3.0.0 + gtk_widget_child_focus@Base 3.0.0 + gtk_widget_child_notify@Base 3.0.0 + gtk_widget_class_bind_template_callback_full@Base 3.9.10 + gtk_widget_class_bind_template_child_full@Base 3.9.10 + gtk_widget_class_find_style_property@Base 3.0.0 + gtk_widget_class_get_css_name@Base 3.19.12 + gtk_widget_class_install_style_property@Base 3.0.0 + gtk_widget_class_install_style_property_parser@Base 3.0.0 + gtk_widget_class_list_style_properties@Base 3.0.0 + gtk_widget_class_path@Base 3.0.0 + gtk_widget_class_set_accessible_role@Base 3.2.1 + gtk_widget_class_set_accessible_type@Base 3.2.1 + gtk_widget_class_set_connect_func@Base 3.9.10 + gtk_widget_class_set_css_name@Base 3.19.12 + gtk_widget_class_set_template@Base 3.9.10 + gtk_widget_class_set_template_from_resource@Base 3.9.10 + gtk_widget_compute_expand@Base 3.0.0 + gtk_widget_create_pango_context@Base 3.0.0 + gtk_widget_create_pango_layout@Base 3.0.0 + gtk_widget_destroy@Base 3.0.0 + gtk_widget_destroyed@Base 3.0.0 + gtk_widget_device_is_shadowed@Base 3.0.0 + gtk_widget_draw@Base 3.0.0 + gtk_widget_ensure_style@Base 3.0.0 + gtk_widget_error_bell@Base 3.0.0 + gtk_widget_event@Base 3.0.0 + gtk_widget_freeze_child_notify@Base 3.0.0 + gtk_widget_get_accessible@Base 3.0.0 + gtk_widget_get_action_group@Base 3.16.2 + gtk_widget_get_allocated_baseline@Base 3.9.10 + gtk_widget_get_allocated_height@Base 3.0.0 + gtk_widget_get_allocated_size@Base 3.19.12 + gtk_widget_get_allocated_width@Base 3.0.0 + gtk_widget_get_allocation@Base 3.0.0 + gtk_widget_get_ancestor@Base 3.0.0 + gtk_widget_get_app_paintable@Base 3.0.0 + gtk_widget_get_can_default@Base 3.0.0 + gtk_widget_get_can_focus@Base 3.0.0 + gtk_widget_get_child_requisition@Base 3.0.0 + gtk_widget_get_child_visible@Base 3.0.0 + gtk_widget_get_clip@Base 3.13.7 + gtk_widget_get_clipboard@Base 3.0.0 + gtk_widget_get_composite_name@Base 3.0.0 + gtk_widget_get_default_direction@Base 3.0.0 + gtk_widget_get_default_style@Base 3.0.0 + gtk_widget_get_device_enabled@Base 3.0.0 + gtk_widget_get_device_events@Base 3.0.0 + gtk_widget_get_direction@Base 3.0.0 + gtk_widget_get_display@Base 3.0.0 + gtk_widget_get_double_buffered@Base 3.0.0 + gtk_widget_get_events@Base 3.0.0 + gtk_widget_get_focus_on_click@Base 3.19.12 + gtk_widget_get_font_map@Base 3.17.9 + gtk_widget_get_font_options@Base 3.17.9 + gtk_widget_get_frame_clock@Base 3.7.10 + gtk_widget_get_halign@Base 3.0.0 + gtk_widget_get_has_tooltip@Base 3.0.0 + gtk_widget_get_has_window@Base 3.0.0 + gtk_widget_get_hexpand@Base 3.0.0 + gtk_widget_get_hexpand_set@Base 3.0.0 + gtk_widget_get_mapped@Base 3.0.0 + gtk_widget_get_margin_bottom@Base 3.0.0 + gtk_widget_get_margin_end@Base 3.11.5 + gtk_widget_get_margin_left@Base 3.0.0 + gtk_widget_get_margin_right@Base 3.0.0 + gtk_widget_get_margin_start@Base 3.11.5 + gtk_widget_get_margin_top@Base 3.0.0 + gtk_widget_get_modifier_mask@Base 3.3.16 + gtk_widget_get_modifier_style@Base 3.0.0 + gtk_widget_get_name@Base 3.0.0 + gtk_widget_get_no_show_all@Base 3.0.0 + gtk_widget_get_opacity@Base 3.7.10 + gtk_widget_get_pango_context@Base 3.0.0 + gtk_widget_get_parent@Base 3.0.0 + gtk_widget_get_parent_window@Base 3.0.0 + gtk_widget_get_path@Base 3.0.0 + gtk_widget_get_pointer@Base 3.0.0 + gtk_widget_get_preferred_height@Base 3.0.0 + gtk_widget_get_preferred_height_and_baseline_for_width@Base 3.9.10 + gtk_widget_get_preferred_height_for_width@Base 3.0.0 + gtk_widget_get_preferred_size@Base 3.0.0 + gtk_widget_get_preferred_width@Base 3.0.0 + gtk_widget_get_preferred_width_for_height@Base 3.0.0 + gtk_widget_get_realized@Base 3.0.0 + gtk_widget_get_receives_default@Base 3.0.0 + gtk_widget_get_request_mode@Base 3.0.0 + gtk_widget_get_requisition@Base 3.0.0 + gtk_widget_get_root_window@Base 3.0.0 + gtk_widget_get_scale_factor@Base 3.9.10 + gtk_widget_get_screen@Base 3.0.0 + gtk_widget_get_sensitive@Base 3.0.0 + gtk_widget_get_settings@Base 3.0.0 + gtk_widget_get_size_request@Base 3.0.0 + gtk_widget_get_state@Base 3.0.0 + gtk_widget_get_state_flags@Base 3.0.0 + gtk_widget_get_style@Base 3.0.0 + gtk_widget_get_style_context@Base 3.0.0 + gtk_widget_get_support_multidevice@Base 3.0.0 + gtk_widget_get_template_child@Base 3.9.10 + gtk_widget_get_tooltip_markup@Base 3.0.0 + gtk_widget_get_tooltip_text@Base 3.0.0 + gtk_widget_get_tooltip_window@Base 3.0.0 + gtk_widget_get_toplevel@Base 3.0.0 + gtk_widget_get_type@Base 3.0.0 + gtk_widget_get_valign@Base 3.0.0 + gtk_widget_get_valign_with_baseline@Base 3.9.10 + gtk_widget_get_vexpand@Base 3.0.0 + gtk_widget_get_vexpand_set@Base 3.0.0 + gtk_widget_get_visible@Base 3.0.0 + gtk_widget_get_visual@Base 3.0.0 + gtk_widget_get_window@Base 3.0.0 + gtk_widget_grab_default@Base 3.0.0 + gtk_widget_grab_focus@Base 3.0.0 + gtk_widget_has_default@Base 3.0.0 + gtk_widget_has_focus@Base 3.0.0 + gtk_widget_has_grab@Base 3.0.0 + gtk_widget_has_rc_style@Base 3.0.0 + gtk_widget_has_screen@Base 3.0.0 + gtk_widget_has_visible_focus@Base 3.2.1 + gtk_widget_help_type_get_type@Base 3.0.0 + gtk_widget_hide@Base 3.0.0 + gtk_widget_hide_on_delete@Base 3.0.0 + gtk_widget_in_destruction@Base 3.0.0 + gtk_widget_init_template@Base 3.9.10 + gtk_widget_input_shape_combine_region@Base 3.0.0 + gtk_widget_insert_action_group@Base 3.5.12 + gtk_widget_intersect@Base 3.0.0 + gtk_widget_is_ancestor@Base 3.0.0 + gtk_widget_is_composited@Base 3.0.0 + gtk_widget_is_drawable@Base 3.0.0 + gtk_widget_is_focus@Base 3.0.0 + gtk_widget_is_sensitive@Base 3.0.0 + gtk_widget_is_toplevel@Base 3.0.0 + gtk_widget_is_visible@Base 3.7.10 + gtk_widget_keynav_failed@Base 3.0.0 + gtk_widget_list_accel_closures@Base 3.0.0 + gtk_widget_list_action_prefixes@Base 3.16.2 + gtk_widget_list_mnemonic_labels@Base 3.0.0 + gtk_widget_map@Base 3.0.0 + gtk_widget_mnemonic_activate@Base 3.0.0 + gtk_widget_modify_base@Base 3.0.0 + gtk_widget_modify_bg@Base 3.0.0 + gtk_widget_modify_cursor@Base 3.0.0 + gtk_widget_modify_fg@Base 3.0.0 + gtk_widget_modify_font@Base 3.0.0 + gtk_widget_modify_style@Base 3.0.0 + gtk_widget_modify_text@Base 3.0.0 + gtk_widget_new@Base 3.0.0 + gtk_widget_override_background_color@Base 3.0.0 + gtk_widget_override_color@Base 3.0.0 + gtk_widget_override_cursor@Base 3.0.0 + gtk_widget_override_font@Base 3.0.0 + gtk_widget_override_symbolic_color@Base 3.0.0 + gtk_widget_path@Base 3.0.0 + gtk_widget_path_append_for_widget@Base 3.1.6 + gtk_widget_path_append_type@Base 3.0.0 + gtk_widget_path_append_with_siblings@Base 3.1.6 + gtk_widget_path_copy@Base 3.0.0 + gtk_widget_path_free@Base 3.0.0 + gtk_widget_path_get_object_type@Base 3.0.0 + gtk_widget_path_get_type@Base 3.0.0 + gtk_widget_path_has_parent@Base 3.0.0 + gtk_widget_path_is_type@Base 3.0.0 + gtk_widget_path_iter_add_class@Base 3.0.0 + gtk_widget_path_iter_add_region@Base 3.0.0 + gtk_widget_path_iter_clear_classes@Base 3.0.0 + gtk_widget_path_iter_clear_regions@Base 3.0.0 + gtk_widget_path_iter_get_name@Base 3.0.0 + gtk_widget_path_iter_get_object_name@Base 3.19.12 + gtk_widget_path_iter_get_object_type@Base 3.0.0 + gtk_widget_path_iter_get_sibling_index@Base 3.1.6 + gtk_widget_path_iter_get_siblings@Base 3.1.6 + gtk_widget_path_iter_get_state@Base 3.13.7 + gtk_widget_path_iter_has_class@Base 3.0.0 + gtk_widget_path_iter_has_name@Base 3.0.0 + gtk_widget_path_iter_has_qclass@Base 3.0.0 + gtk_widget_path_iter_has_qname@Base 3.0.0 + gtk_widget_path_iter_has_qregion@Base 3.0.0 + gtk_widget_path_iter_has_region@Base 3.0.0 + gtk_widget_path_iter_list_classes@Base 3.0.0 + gtk_widget_path_iter_list_regions@Base 3.0.0 + gtk_widget_path_iter_remove_class@Base 3.0.0 + gtk_widget_path_iter_remove_region@Base 3.0.0 + gtk_widget_path_iter_set_name@Base 3.0.0 + gtk_widget_path_iter_set_object_name@Base 3.19.12 + gtk_widget_path_iter_set_object_type@Base 3.0.0 + gtk_widget_path_iter_set_state@Base 3.13.7 + gtk_widget_path_length@Base 3.0.0 + gtk_widget_path_new@Base 3.0.0 + gtk_widget_path_prepend_type@Base 3.0.0 + gtk_widget_path_ref@Base 3.1.6 + gtk_widget_path_to_string@Base 3.1.4 + gtk_widget_path_unref@Base 3.1.6 + gtk_widget_pop_composite_child@Base 3.0.0 + gtk_widget_push_composite_child@Base 3.0.0 + gtk_widget_queue_allocate@Base 3.19.12 + gtk_widget_queue_compute_expand@Base 3.0.0 + gtk_widget_queue_draw@Base 3.0.0 + gtk_widget_queue_draw_area@Base 3.0.0 + gtk_widget_queue_draw_region@Base 3.0.0 + gtk_widget_queue_resize@Base 3.0.0 + gtk_widget_queue_resize_no_redraw@Base 3.0.0 + gtk_widget_realize@Base 3.0.0 + gtk_widget_region_intersect@Base 3.0.0 + gtk_widget_register_window@Base 3.7.10 + gtk_widget_remove_accelerator@Base 3.0.0 + gtk_widget_remove_mnemonic_label@Base 3.0.0 + gtk_widget_remove_tick_callback@Base 3.7.10 + gtk_widget_render_icon@Base 3.0.0 + gtk_widget_render_icon_pixbuf@Base 3.0.0 + gtk_widget_reparent@Base 3.0.0 + gtk_widget_reset_rc_styles@Base 3.0.0 + gtk_widget_reset_style@Base 3.0.0 + gtk_widget_send_expose@Base 3.0.0 + gtk_widget_send_focus_change@Base 3.0.0 + gtk_widget_set_accel_path@Base 3.0.0 + gtk_widget_set_allocation@Base 3.0.0 + gtk_widget_set_app_paintable@Base 3.0.0 + gtk_widget_set_can_default@Base 3.0.0 + gtk_widget_set_can_focus@Base 3.0.0 + gtk_widget_set_child_visible@Base 3.0.0 + gtk_widget_set_clip@Base 3.13.7 + gtk_widget_set_composite_name@Base 3.0.0 + gtk_widget_set_default_direction@Base 3.0.0 + gtk_widget_set_device_enabled@Base 3.0.0 + gtk_widget_set_device_events@Base 3.0.0 + gtk_widget_set_direction@Base 3.0.0 + gtk_widget_set_double_buffered@Base 3.0.0 + gtk_widget_set_events@Base 3.0.0 + gtk_widget_set_focus_on_click@Base 3.19.12 + gtk_widget_set_font_map@Base 3.17.9 + gtk_widget_set_font_options@Base 3.17.9 + gtk_widget_set_halign@Base 3.0.0 + gtk_widget_set_has_tooltip@Base 3.0.0 + gtk_widget_set_has_window@Base 3.0.0 + gtk_widget_set_hexpand@Base 3.0.0 + gtk_widget_set_hexpand_set@Base 3.0.0 + gtk_widget_set_mapped@Base 3.0.0 + gtk_widget_set_margin_bottom@Base 3.0.0 + gtk_widget_set_margin_end@Base 3.11.5 + gtk_widget_set_margin_left@Base 3.0.0 + gtk_widget_set_margin_right@Base 3.0.0 + gtk_widget_set_margin_start@Base 3.11.5 + gtk_widget_set_margin_top@Base 3.0.0 + gtk_widget_set_name@Base 3.0.0 + gtk_widget_set_no_show_all@Base 3.0.0 + gtk_widget_set_opacity@Base 3.7.10 + gtk_widget_set_parent@Base 3.0.0 + gtk_widget_set_parent_window@Base 3.0.0 + gtk_widget_set_realized@Base 3.0.0 + gtk_widget_set_receives_default@Base 3.0.0 + gtk_widget_set_redraw_on_allocate@Base 3.0.0 + gtk_widget_set_sensitive@Base 3.0.0 + gtk_widget_set_size_request@Base 3.0.0 + gtk_widget_set_state@Base 3.0.0 + gtk_widget_set_state_flags@Base 3.0.0 + gtk_widget_set_style@Base 3.0.0 + gtk_widget_set_support_multidevice@Base 3.0.0 + gtk_widget_set_tooltip_markup@Base 3.0.0 + gtk_widget_set_tooltip_text@Base 3.0.0 + gtk_widget_set_tooltip_window@Base 3.0.0 + gtk_widget_set_valign@Base 3.0.0 + gtk_widget_set_vexpand@Base 3.0.0 + gtk_widget_set_vexpand_set@Base 3.0.0 + gtk_widget_set_visible@Base 3.0.0 + gtk_widget_set_visual@Base 3.0.0 + gtk_widget_set_window@Base 3.0.0 + gtk_widget_shape_combine_region@Base 3.0.0 + gtk_widget_show@Base 3.0.0 + gtk_widget_show_all@Base 3.0.0 + gtk_widget_show_now@Base 3.0.0 + gtk_widget_size_allocate@Base 3.0.0 + gtk_widget_size_allocate_with_baseline@Base 3.9.10 + gtk_widget_size_request@Base 3.0.0 + gtk_widget_style_attach@Base 3.0.0 + gtk_widget_style_get@Base 3.0.0 + gtk_widget_style_get_property@Base 3.0.0 + gtk_widget_style_get_valist@Base 3.0.0 + gtk_widget_thaw_child_notify@Base 3.0.0 + gtk_widget_translate_coordinates@Base 3.0.0 + gtk_widget_trigger_tooltip_query@Base 3.0.0 + gtk_widget_unmap@Base 3.0.0 + gtk_widget_unparent@Base 3.0.0 + gtk_widget_unrealize@Base 3.0.0 + gtk_widget_unregister_window@Base 3.7.10 + gtk_widget_unset_state_flags@Base 3.0.0 + gtk_window_accessible_get_type@Base 3.7.10 + gtk_window_activate_default@Base 3.0.0 + gtk_window_activate_focus@Base 3.0.0 + gtk_window_activate_key@Base 3.0.0 + gtk_window_add_accel_group@Base 3.0.0 + gtk_window_add_mnemonic@Base 3.0.0 + gtk_window_begin_move_drag@Base 3.0.0 + gtk_window_begin_resize_drag@Base 3.0.0 + gtk_window_close@Base 3.9.10 + gtk_window_deiconify@Base 3.0.0 + gtk_window_fullscreen@Base 3.0.0 + gtk_window_fullscreen_on_monitor@Base 3.17.9 + gtk_window_get_accept_focus@Base 3.0.0 + gtk_window_get_application@Base 3.0.0 + gtk_window_get_attached_to@Base 3.3.16 + gtk_window_get_decorated@Base 3.0.0 + gtk_window_get_default_icon_list@Base 3.0.0 + gtk_window_get_default_icon_name@Base 3.0.0 + gtk_window_get_default_size@Base 3.0.0 + gtk_window_get_default_widget@Base 3.0.0 + gtk_window_get_deletable@Base 3.0.0 + gtk_window_get_destroy_with_parent@Base 3.0.0 + gtk_window_get_focus@Base 3.0.0 + gtk_window_get_focus_on_map@Base 3.0.0 + gtk_window_get_focus_visible@Base 3.2.1 + gtk_window_get_gravity@Base 3.0.0 + gtk_window_get_group@Base 3.0.0 + gtk_window_get_has_resize_grip@Base 3.0.0 + gtk_window_get_hide_titlebar_when_maximized@Base 3.3.16 + gtk_window_get_icon@Base 3.0.0 + gtk_window_get_icon_list@Base 3.0.0 + gtk_window_get_icon_name@Base 3.0.0 + gtk_window_get_mnemonic_modifier@Base 3.0.0 + gtk_window_get_mnemonics_visible@Base 3.0.0 + gtk_window_get_modal@Base 3.0.0 + gtk_window_get_opacity@Base 3.0.0 + gtk_window_get_position@Base 3.0.0 + gtk_window_get_resizable@Base 3.0.0 + gtk_window_get_resize_grip_area@Base 3.0.0 + gtk_window_get_role@Base 3.0.0 + gtk_window_get_screen@Base 3.0.0 + gtk_window_get_size@Base 3.0.0 + gtk_window_get_skip_pager_hint@Base 3.0.0 + gtk_window_get_skip_taskbar_hint@Base 3.0.0 + gtk_window_get_title@Base 3.0.0 + gtk_window_get_titlebar@Base 3.16.2 + gtk_window_get_transient_for@Base 3.0.0 + gtk_window_get_type@Base 3.0.0 + gtk_window_get_type_hint@Base 3.0.0 + gtk_window_get_urgency_hint@Base 3.0.0 + gtk_window_get_window_type@Base 3.0.0 + gtk_window_group_add_window@Base 3.0.0 + gtk_window_group_get_current_device_grab@Base 3.0.0 + gtk_window_group_get_current_grab@Base 3.0.0 + gtk_window_group_get_type@Base 3.0.0 + gtk_window_group_list_windows@Base 3.0.0 + gtk_window_group_new@Base 3.0.0 + gtk_window_group_remove_window@Base 3.0.0 + gtk_window_has_group@Base 3.0.0 + gtk_window_has_toplevel_focus@Base 3.0.0 + gtk_window_iconify@Base 3.0.0 + gtk_window_is_active@Base 3.0.0 + gtk_window_is_maximized@Base 3.11.5 + gtk_window_list_toplevels@Base 3.0.0 + gtk_window_maximize@Base 3.0.0 + gtk_window_mnemonic_activate@Base 3.0.0 + gtk_window_move@Base 3.0.0 + gtk_window_new@Base 3.0.0 + gtk_window_parse_geometry@Base 3.0.0 + gtk_window_position_get_type@Base 3.0.0 + gtk_window_present@Base 3.0.0 + gtk_window_present_with_time@Base 3.0.0 + gtk_window_propagate_key_event@Base 3.0.0 + gtk_window_remove_accel_group@Base 3.0.0 + gtk_window_remove_mnemonic@Base 3.0.0 + gtk_window_reshow_with_initial_size@Base 3.0.0 + gtk_window_resize@Base 3.0.0 + gtk_window_resize_grip_is_visible@Base 3.0.0 + gtk_window_resize_to_geometry@Base 3.0.0 + gtk_window_set_accept_focus@Base 3.0.0 + gtk_window_set_application@Base 3.0.0 + gtk_window_set_attached_to@Base 3.3.16 + gtk_window_set_auto_startup_notification@Base 3.0.0 + gtk_window_set_decorated@Base 3.0.0 + gtk_window_set_default@Base 3.0.0 + gtk_window_set_default_geometry@Base 3.0.0 + gtk_window_set_default_icon@Base 3.0.0 + gtk_window_set_default_icon_from_file@Base 3.0.0 + gtk_window_set_default_icon_list@Base 3.0.0 + gtk_window_set_default_icon_name@Base 3.0.0 + gtk_window_set_default_size@Base 3.0.0 + gtk_window_set_deletable@Base 3.0.0 + gtk_window_set_destroy_with_parent@Base 3.0.0 + gtk_window_set_focus@Base 3.0.0 + gtk_window_set_focus_on_map@Base 3.0.0 + gtk_window_set_focus_visible@Base 3.2.1 + gtk_window_set_geometry_hints@Base 3.0.0 + gtk_window_set_gravity@Base 3.0.0 + gtk_window_set_has_resize_grip@Base 3.0.0 + gtk_window_set_has_user_ref_count@Base 3.0.0 + gtk_window_set_hide_titlebar_when_maximized@Base 3.3.16 + gtk_window_set_icon@Base 3.0.0 + gtk_window_set_icon_from_file@Base 3.0.0 + gtk_window_set_icon_list@Base 3.0.0 + gtk_window_set_icon_name@Base 3.0.0 + gtk_window_set_interactive_debugging@Base 3.13.7 + gtk_window_set_keep_above@Base 3.0.0 + gtk_window_set_keep_below@Base 3.0.0 + gtk_window_set_mnemonic_modifier@Base 3.0.0 + gtk_window_set_mnemonics_visible@Base 3.0.0 + gtk_window_set_modal@Base 3.0.0 + gtk_window_set_opacity@Base 3.0.0 + gtk_window_set_position@Base 3.0.0 + gtk_window_set_resizable@Base 3.0.0 + gtk_window_set_role@Base 3.0.0 + gtk_window_set_screen@Base 3.0.0 + gtk_window_set_skip_pager_hint@Base 3.0.0 + gtk_window_set_skip_taskbar_hint@Base 3.0.0 + gtk_window_set_startup_id@Base 3.0.0 + gtk_window_set_title@Base 3.0.0 + gtk_window_set_titlebar@Base 3.9.10 + gtk_window_set_transient_for@Base 3.0.0 + gtk_window_set_type_hint@Base 3.0.0 + gtk_window_set_urgency_hint@Base 3.0.0 + gtk_window_set_wmclass@Base 3.0.0 + gtk_window_stick@Base 3.0.0 + gtk_window_type_get_type@Base 3.0.0 + gtk_window_unfullscreen@Base 3.0.0 + gtk_window_unmaximize@Base 3.0.0 + gtk_window_unstick@Base 3.0.0 + gtk_wrap_mode_get_type@Base 3.0.0 diff --git a/libgtk-3-0.triggers.in b/libgtk-3-0.triggers.in new file mode 100644 index 0000000000..d40b55b059 --- /dev/null +++ b/libgtk-3-0.triggers.in @@ -0,0 +1 @@ +interest-noawait /@MODULES_BASE_PATH@/immodules diff --git a/libgtk-3-bin.install b/libgtk-3-bin.install new file mode 100644 index 0000000000..98825d4091 --- /dev/null +++ b/libgtk-3-bin.install @@ -0,0 +1,7 @@ +usr/bin/broadwayd +usr/bin/gtk-builder-tool +usr/bin/gtk-encode-symbolic-svg +usr/bin/gtk-launch +usr/bin/gtk-query-settings +usr/share/gettext/its/gtkbuilder.its +usr/share/gettext/its/gtkbuilder.loc diff --git a/libgtk-3-bin.links.in b/libgtk-3-bin.links.in new file mode 100644 index 0000000000..54bf0ae8dd --- /dev/null +++ b/libgtk-3-bin.links.in @@ -0,0 +1,2 @@ +usr/share/doc/@COMMON_PKG@/@NEWS@ usr/share/doc/@BIN_PKG@/@NEWS@ +usr/share/doc/@COMMON_PKG@/@README@ usr/share/doc/@BIN_PKG@/@README@ diff --git a/libgtk-3-bin.manpages b/libgtk-3-bin.manpages new file mode 100644 index 0000000000..99cebba0be --- /dev/null +++ b/libgtk-3-bin.manpages @@ -0,0 +1,6 @@ +usr/share/man/*/gtk-encode-symbolic-svg.* +usr/share/man/man1/broadwayd.1 +usr/share/man/man1/gtk-builder-tool.1 +usr/share/man/man1/gtk-launch.1 +usr/share/man/man1/gtk-query-immodules-3.0.1 +usr/share/man/man1/gtk-query-settings.1 diff --git a/libgtk-3-common.install.in b/libgtk-3-common.install.in new file mode 100644 index 0000000000..f0877ea802 --- /dev/null +++ b/libgtk-3-common.install.in @@ -0,0 +1,8 @@ +@CONFDIR@/im-multipress.conf +usr/share/locale +usr/share/themes +usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +usr/share/gtk-3.0/emoji/*.gresource diff --git a/libgtk-3-dev.install b/libgtk-3-dev.install new file mode 100644 index 0000000000..bc35bc8fca --- /dev/null +++ b/libgtk-3-dev.install @@ -0,0 +1,7 @@ +usr/include/gtk* +usr/lib/*/libg?k*.so +usr/lib/*/pkgconfig/g?k* +usr/share/aclocal +usr/share/gir-1.0 +usr/share/gtk-3.0/gtkbuilder.rng +usr/share/gtk-3.0/valgrind diff --git a/libgtk-3-dev.links.in b/libgtk-3-dev.links.in new file mode 100644 index 0000000000..907fd969c2 --- /dev/null +++ b/libgtk-3-dev.links.in @@ -0,0 +1,2 @@ +usr/share/doc/@COMMON_PKG@/@NEWS@ usr/share/doc/@DEV_PKG@/@NEWS@ +usr/share/doc/@COMMON_PKG@/@README@ usr/share/doc/@DEV_PKG@/@README@ diff --git a/libgtk-3-doc.doc-base.gdk.in b/libgtk-3-doc.doc-base.gdk.in new file mode 100644 index 0000000000..2a3af4d2db --- /dev/null +++ b/libgtk-3-doc.doc-base.gdk.in @@ -0,0 +1,13 @@ +Document: gdk3 +Title: GDK Reference Manual +Author: Damon Chaplin et al. +Abstract: The GDK library provides an OS-independant wrapper around the + most fundamental graphical user interface functions. This allows + GTK to be ported to non-X11 systems, as long as GDK is ported first. + . + This document covers programming in GDK. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/@DOC_PKG@/gdk3/index.html +Files: /usr/share/doc/@DOC_PKG@/gdk3/*.html diff --git a/libgtk-3-doc.doc-base.gtk.in b/libgtk-3-doc.doc-base.gtk.in new file mode 100644 index 0000000000..f744f9f671 --- /dev/null +++ b/libgtk-3-doc.doc-base.gtk.in @@ -0,0 +1,11 @@ +Document: gtk3 +Title: GTK Reference Manual +Author: Damon Chaplin et al. +Abstract: The GTK library provides a graphical user interface for + C programs, and is used in projects such as GIMP, GNOME, and Mozilla. + This document covers programming using the GTK library. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/@DOC_PKG@/gtk3/index.html +Files: /usr/share/doc/@DOC_PKG@/gtk3/*.html diff --git a/libgtk-3-doc.docs b/libgtk-3-doc.docs new file mode 100644 index 0000000000..bf4cbd5a4e --- /dev/null +++ b/libgtk-3-doc.docs @@ -0,0 +1 @@ +docs/*.txt diff --git a/libgtk-3-doc.install.in b/libgtk-3-doc.install.in new file mode 100644 index 0000000000..17bdf9325e --- /dev/null +++ b/libgtk-3-doc.install.in @@ -0,0 +1,2 @@ +usr/share/gtk-doc/html/gdk* +usr/share/gtk-doc/html/gtk* diff --git a/libgtk-3-doc.links.in b/libgtk-3-doc.links.in new file mode 100644 index 0000000000..138c34cbbe --- /dev/null +++ b/libgtk-3-doc.links.in @@ -0,0 +1,12 @@ +usr/share/gtk-doc/html/gdk3 usr/share/doc/@DEV_PKG@/gdk3 +usr/share/gtk-doc/html/gdk3 usr/share/doc/@DOC_PKG@/gdk3 +usr/share/gtk-doc/html/gtk3 usr/share/doc/@DEV_PKG@/gtk3 +usr/share/gtk-doc/html/gtk3 usr/share/doc/@DOC_PKG@/gtk3 +usr/share/doc/libatk1.0-doc/atk usr/share/doc/@DEV_PKG@/atk +usr/share/doc/libatk1.0-doc/atk usr/share/doc/@DOC_PKG@/atk +usr/share/doc/libglib2.0-doc/glib usr/share/doc/@DEV_PKG@/glib +usr/share/doc/libglib2.0-doc/glib usr/share/doc/@DOC_PKG@/glib +usr/share/doc/libglib2.0-doc/gobject usr/share/doc/@DEV_PKG@/gobject +usr/share/doc/libglib2.0-doc/gobject usr/share/doc/@DOC_PKG@/gobject +usr/share/doc/libpango1.0-doc/pango usr/share/doc/@DEV_PKG@/pango +usr/share/doc/libpango1.0-doc/pango usr/share/doc/@DOC_PKG@/pango diff --git a/libgtk-3-doc.maintscript b/libgtk-3-doc.maintscript new file mode 100644 index 0000000000..8d9a01861f --- /dev/null +++ b/libgtk-3-doc.maintscript @@ -0,0 +1,4 @@ +dir_to_symlink /usr/share/doc/libgtk-3-doc/gdk3 ../../gtk-doc/html/gdk3 3.24.10-2~ +dir_to_symlink /usr/share/doc/libgtk-3-doc/gtk3 ../../gtk-doc/html/gtk3 3.24.10-2~ +symlink_to_dir /usr/share/gtk-doc/html/gdk3 ../../doc/libgtk-3-doc/gdk3 3.24.10-2~ +symlink_to_dir /usr/share/gtk-doc/html/gtk3 ../../doc/libgtk-3-doc/gtk3 3.24.10-2~ diff --git a/log-reftests.py b/log-reftests.py new file mode 100755 index 0000000000..96bdda6886 --- /dev/null +++ b/log-reftests.py @@ -0,0 +1,33 @@ +#!/usr/bin/python3 +# Copyright 2021 Simon McVittie +# SPDX-License-Identifier: CC0-1.0 + +import base64 +import sys +from pathlib import Path + +if __name__ == '__main__': + for ui in Path('testsuite', 'reftests').glob('*.ui'): + for outputs in ( + Path( + 'debian', 'build', 'deb', 'testsuite', 'reftests', + 'output', + ), + ): + diff = (outputs / (ui.stem + '.diff.png')) + + if diff.exists(): + ref = (outputs / (ui.stem + '.ref.png')) + out = (outputs / (ui.stem + '.out.png')) + + for path in (ref, out, diff): + if path.exists(): + print('') + print('begin-base64 644 %s' % path) + sys.stdout.flush() + with open(path, 'rb') as reader: + base64.encode(reader, sys.stdout.buffer) + print('====') + print('') + + print('') diff --git a/missing-sources/README b/missing-sources/README new file mode 100644 index 0000000000..778e6e6a58 --- /dev/null +++ b/missing-sources/README @@ -0,0 +1,39 @@ +Missing sources from gtk+3.0 +============================ + +zlib.js-0.1.6 +------------- + +Source for: gdk/broadway/rawinflate.min.js +Obtained from: tag "0.1.6" +Files removed: + bin/* except for rawinflate.min.js* (precompiled, not needed here) + .travis/, .travis.yml (regression tests, not needed here) + test/ (regression tests, not needed here) + vendor/google-closure-compiler/ (third-party, source not included) + vendor/mt.js/ (third-party, only needed for tests) + +gdk/broadway/rawinflate.min.js is identical to bin/rawinflate.min.js. + +Debian's closure-compiler_20130227+dfsg1-6 is not identical to the one +originally distributed with zlib.js, but produces output closely resembling +bin/rawinflate.min.js when invoked like this (command line adapted from +build.xml, using bin/rawinflate.min.js.map to determine minimal sources): + + cat LICENSE_min + echo -n '(function() {' + closure-compiler --compilation_level=ADVANCED_OPTIMIZATIONS \ + --warning_level=VERBOSE \ + --define=goog.DEBUG=false \ + --summary_detail_level=3 \ + --language_in=ECMASCRIPT5_STRICT \ + --source_map_format=V3 \ + --process_closure_primitives \ + --js closure-primitives/base.js \ + --js define/typedarray/hybrid.js \ + --js=src/export_object.js \ + --js=src/huffman.js \ + --js=src/rawinflate.js \ + --js=src/zlib.js \ + --js=export/rawinflate.js + echo -n '}).call(this); //@ sourceMappingURL=rawinflate.min.js.map' diff --git a/missing-sources/emojibase/packages/data/LICENSE b/missing-sources/emojibase/packages/data/LICENSE new file mode 100644 index 0000000000..3e21d0b164 --- /dev/null +++ b/missing-sources/emojibase/packages/data/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017-2019 Miles Johnson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS 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. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/missing-sources/emojibase/packages/data/de/data.raw.json b/missing-sources/emojibase/packages/data/de/data.raw.json new file mode 100644 index 0000000000..ccfa237ee5 --- /dev/null +++ b/missing-sources/emojibase/packages/data/de/data.raw.json @@ -0,0 +1,52106 @@ +[ + { + "annotation": "regionaler Indikator A", + "hexcode": "1F1E6", + "emoji": "🇦", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator B", + "hexcode": "1F1E7", + "emoji": "🇧", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator C", + "hexcode": "1F1E8", + "emoji": "🇨", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator D", + "hexcode": "1F1E9", + "emoji": "🇩", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator E", + "hexcode": "1F1EA", + "emoji": "🇪", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator F", + "hexcode": "1F1EB", + "emoji": "🇫", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator G", + "hexcode": "1F1EC", + "emoji": "🇬", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator H", + "hexcode": "1F1ED", + "emoji": "🇭", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator I", + "hexcode": "1F1EE", + "emoji": "🇮", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator J", + "hexcode": "1F1EF", + "emoji": "🇯", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator K", + "hexcode": "1F1F0", + "emoji": "🇰", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator L", + "hexcode": "1F1F1", + "emoji": "🇱", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator M", + "hexcode": "1F1F2", + "emoji": "🇲", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator N", + "hexcode": "1F1F3", + "emoji": "🇳", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator O", + "hexcode": "1F1F4", + "emoji": "🇴", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator P", + "hexcode": "1F1F5", + "emoji": "🇵", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator Q", + "hexcode": "1F1F6", + "emoji": "🇶", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator R", + "hexcode": "1F1F7", + "emoji": "🇷", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator S", + "hexcode": "1F1F8", + "emoji": "🇸", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator T", + "hexcode": "1F1F9", + "emoji": "🇹", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator U", + "hexcode": "1F1FA", + "emoji": "🇺", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator V", + "hexcode": "1F1FB", + "emoji": "🇻", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator W", + "hexcode": "1F1FC", + "emoji": "🇼", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator X", + "hexcode": "1F1FD", + "emoji": "🇽", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator Y", + "hexcode": "1F1FE", + "emoji": "🇾", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regionaler Indikator Z", + "hexcode": "1F1FF", + "emoji": "🇿", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "grinsendes Gesicht", + "hexcode": "1F600", + "tags": [ + "gesicht", + "grinsendes gesicht", + "lol", + "lustig" + ], + "emoji": "😀", + "text": "", + "type": 1, + "order": 1, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":D" + }, + { + "annotation": "grinsendes Gesicht mit großen Augen", + "hexcode": "1F603", + "tags": [ + "gesicht", + "grinsendes gesicht mit großen augen", + "lol", + "lustig", + "lächeln" + ], + "emoji": "😃", + "text": "", + "type": 1, + "order": 2, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "grinsendes Gesicht mit lachenden Augen", + "hexcode": "1F604", + "tags": [ + "gesicht", + "grinsendes gesicht mit lachenden augen", + "lol", + "lustig" + ], + "emoji": "😄", + "text": "", + "type": 1, + "order": 3, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "strahlendes Gesicht mit lachenden Augen", + "hexcode": "1F601", + "tags": [ + "gesicht", + "lustig", + "strahlendes gesicht mit lachenden augen", + "zähne" + ], + "emoji": "😁", + "text": "", + "type": 1, + "order": 4, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "grinsendes Gesicht mit zusammengekniffenen Augen", + "hexcode": "1F606", + "tags": [ + "geschlossene augen", + "gesicht", + "grinsendes gesicht mit zusammengekniffenen augen", + "offener mund" + ], + "emoji": "😆", + "text": "", + "type": 1, + "order": 5, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": "xD" + }, + { + "annotation": "grinsendes Gesicht mit Schweißtropfen", + "hexcode": "1F605", + "tags": [ + "gesicht", + "grinsendes gesicht mit schweißtropfen", + "lustig", + "schweiß", + "schwitzen" + ], + "emoji": "😅", + "text": "", + "type": 1, + "order": 6, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "sich vor Lachen auf dem Boden wälzen", + "hexcode": "1F923", + "tags": [ + "gesicht", + "lachen", + "sich vor lachen auf dem boden wälzen" + ], + "emoji": "🤣", + "text": "", + "type": 1, + "order": 7, + "group": 0, + "subgroup": 0, + "version": 3, + "emoticon": ":'D" + }, + { + "annotation": "Gesicht mit Freudentränen", + "hexcode": "1F602", + "tags": [ + "gesicht", + "gesicht mit freudentränen", + "lachen", + "tränen" + ], + "emoji": "😂", + "text": "", + "type": 1, + "order": 8, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":')" + }, + { + "annotation": "leicht lächelndes Gesicht", + "hexcode": "1F642", + "tags": [ + "gesicht", + "leicht lächelndes gesicht", + "lächeln", + "lächelnd" + ], + "emoji": "🙂", + "text": "", + "type": 1, + "order": 9, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":)" + }, + { + "annotation": "umgekehrtes Gesicht", + "hexcode": "1F643", + "tags": [ + "auf dem kopf stehen", + "gesicht", + "umgekehrtes gesicht" + ], + "emoji": "🙃", + "text": "", + "type": 1, + "order": 10, + "group": 0, + "subgroup": 0, + "version": 1 + }, + { + "annotation": "zwinkerndes Gesicht", + "hexcode": "1F609", + "tags": [ + "gesicht", + "zwinkern", + "zwinkerndes gesicht" + ], + "emoji": "😉", + "text": "", + "type": 1, + "order": 11, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ";)" + }, + { + "annotation": "lächelndes Gesicht mit lachenden Augen", + "hexcode": "1F60A", + "tags": [ + "erröten", + "freude", + "gesicht", + "lächelndes gesicht mit lachenden augen", + "rote wangen" + ], + "emoji": "😊", + "text": "", + "type": 1, + "order": 12, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":>" + }, + { + "annotation": "lächelndes Gesicht mit Heiligenschein", + "hexcode": "1F607", + "tags": [ + "gesicht", + "heiligenschein", + "lächeln", + "lächelndes gesicht mit heiligenschein" + ], + "emoji": "😇", + "text": "", + "type": 1, + "order": 13, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": "o:)" + }, + { + "annotation": "lächelndes Gesicht mit Herzen", + "hexcode": "1F970", + "tags": [ + "anhimmeln", + "lächelndes gesicht mit herzen", + "verknallt", + "verliebt" + ], + "emoji": "🥰", + "text": "", + "type": 1, + "order": 14, + "group": 0, + "subgroup": 1, + "version": 11 + }, + { + "annotation": "lächelndes Gesicht mit herzförmigen Augen", + "hexcode": "1F60D", + "tags": [ + "gesicht", + "lächelndes gesicht mit herzförmigen augen", + "verliebt" + ], + "emoji": "😍", + "text": "", + "type": 1, + "order": 15, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "überwältigt", + "hexcode": "1F929", + "tags": [ + "augen", + "gesicht", + "grinsen", + "stern" + ], + "emoji": "🤩", + "text": "", + "type": 1, + "order": 16, + "group": 0, + "subgroup": 1, + "version": 5 + }, + { + "annotation": "Kuss zuwerfendes Gesicht", + "hexcode": "1F618", + "tags": [ + "gesicht", + "kuss", + "kuss zuwerfendes gesicht" + ], + "emoji": "😘", + "text": "", + "type": 1, + "order": 17, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":x" + }, + { + "annotation": "küssendes Gesicht", + "hexcode": "1F617", + "tags": [ + "gesicht", + "kuss", + "küssendes gesicht" + ], + "emoji": "😗", + "text": "", + "type": 1, + "order": 18, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "lächelndes Gesicht", + "hexcode": "263A", + "tags": [ + "fröhlich", + "lächeln", + "lächelnd", + "lächelndes gesicht" + ], + "emoji": "☺️", + "text": "☺︎", + "type": 0, + "order": 20, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "küssendes Gesicht mit geschlossenen Augen", + "hexcode": "1F61A", + "tags": [ + "gesicht", + "küssendes gesicht mit geschlossenen augen", + "rote wangen" + ], + "emoji": "😚", + "text": "", + "type": 1, + "order": 21, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":*" + }, + { + "annotation": "küssendes Gesicht mit lächelnden Augen", + "hexcode": "1F619", + "tags": [ + "gesicht", + "kuss", + "küssendes gesicht mit lächelnden augen", + "lächelnde augen" + ], + "emoji": "😙", + "text": "", + "type": 1, + "order": 22, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "lachendes Gesicht mit Träne", + "hexcode": "1F972", + "tags": [ + "berührt", + "dankbar", + "erleichtert", + "lachendes gesicht mit träne", + "lächelnd", + "stolz", + "träne" + ], + "emoji": "🥲", + "text": "", + "type": 1, + "order": 23, + "group": 0, + "subgroup": 1, + "version": 13 + }, + { + "annotation": "sich die Lippen leckendes Gesicht", + "hexcode": "1F60B", + "tags": [ + "gesicht", + "lecker", + "leckeres essen", + "sich die lippen leckendes gesicht" + ], + "emoji": "😋", + "text": "", + "type": 1, + "order": 24, + "group": 0, + "subgroup": 2, + "version": 0.6 + }, + { + "annotation": "Gesicht mit herausgestreckter Zunge", + "hexcode": "1F61B", + "tags": [ + "gesicht", + "gesicht mit herausgestreckter zunge", + "herausgestreckte zunge" + ], + "emoji": "😛", + "text": "", + "type": 1, + "order": 25, + "group": 0, + "subgroup": 2, + "version": 1, + "emoticon": ":p" + }, + { + "annotation": "zwinkerndes Gesicht mit herausgestreckter Zunge", + "hexcode": "1F61C", + "tags": [ + "gesicht", + "herausgestreckte zunge", + "zwinkern", + "zwinkerndes gesicht mit herausgestreckter zunge" + ], + "emoji": "😜", + "text": "", + "type": 1, + "order": 26, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": ";p" + }, + { + "annotation": "irres Gesicht", + "hexcode": "1F92A", + "tags": [ + "auge", + "groß", + "irres gesicht", + "klein" + ], + "emoji": "🤪", + "text": "", + "type": 1, + "order": 27, + "group": 0, + "subgroup": 2, + "version": 5 + }, + { + "annotation": "Gesicht mit herausgestreckter Zunge und zusammengekniffenen Augen", + "hexcode": "1F61D", + "tags": [ + "gesicht", + "gesicht mit herausgestreckter zunge und zusammengekniffenen augen", + "herausgestreckte zunge" + ], + "emoji": "😝", + "text": "", + "type": 1, + "order": 28, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": "xp" + }, + { + "annotation": "Gesicht mit Dollarzeichen", + "hexcode": "1F911", + "tags": [ + "geld", + "gesicht", + "gesicht mit dollarzeichen", + "zunge" + ], + "emoji": "🤑", + "text": "", + "type": 1, + "order": 29, + "group": 0, + "subgroup": 2, + "version": 1 + }, + { + "annotation": "Gesicht mit umarmenden Händen", + "hexcode": "1F917", + "tags": [ + "gesicht", + "gesicht mit umarmenden händen", + "umarmen", + "umarmung" + ], + "emoji": "🤗", + "text": "", + "type": 1, + "order": 30, + "group": 0, + "subgroup": 3, + "version": 1 + }, + { + "annotation": "verlegen kicherndes Gesicht", + "hexcode": "1F92D", + "tags": [ + "huch", + "verlegen kicherndes gesicht" + ], + "emoji": "🤭", + "text": "", + "type": 1, + "order": 31, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "ermahnendes Gesicht", + "hexcode": "1F92B", + "tags": [ + "ermahnendes gesicht", + "leise", + "pst" + ], + "emoji": "🤫", + "text": "", + "type": 1, + "order": 32, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "nachdenkendes Gesicht", + "hexcode": "1F914", + "tags": [ + "gesicht", + "nachdenken", + "nachdenkendes gesicht", + "nachdenklich" + ], + "emoji": "🤔", + "text": "", + "type": 1, + "order": 33, + "group": 0, + "subgroup": 3, + "version": 1, + "emoticon": ":l" + }, + { + "annotation": "Gesicht mit Reißverschlussmund", + "hexcode": "1F910", + "tags": [ + "gesicht", + "gesicht mit reißverschlussmund", + "mund", + "reißverschluss" + ], + "emoji": "🤐", + "text": "", + "type": 1, + "order": 34, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":z" + }, + { + "annotation": "Gesicht mit hochgezogenen Augenbrauen", + "hexcode": "1F928", + "tags": [ + "argwöhnisch", + "gesicht mit hochgezogenen augenbrauen", + "skeptisch" + ], + "emoji": "🤨", + "text": "", + "type": 1, + "order": 35, + "group": 0, + "subgroup": 4, + "version": 5 + }, + { + "annotation": "neutrales Gesicht", + "hexcode": "1F610", + "tags": [ + "gesicht", + "kein kommentar", + "neutrales gesicht" + ], + "emoji": "😐️", + "text": "😐︎", + "type": 1, + "order": 36, + "group": 0, + "subgroup": 4, + "version": 0.7, + "emoticon": ":|" + }, + { + "annotation": "ausdrucksloses Gesicht", + "hexcode": "1F611", + "tags": [ + "ausdrucksloses gesicht", + "gesicht", + "kein kommentar" + ], + "emoji": "😑", + "text": "", + "type": 1, + "order": 37, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "Gesicht ohne Mund", + "hexcode": "1F636", + "tags": [ + "gesicht", + "gesicht ohne mund", + "kein mund", + "sprachlos" + ], + "emoji": "😶", + "text": "", + "type": 1, + "order": 38, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":#" + }, + { + "annotation": "Gesicht in Wolken", + "hexcode": "1F636-200D-1F32B-FE0F", + "tags": [ + "gesicht in wolken" + ], + "emoji": "😶‍🌫️", + "text": "", + "type": 1, + "order": 39, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "süffisant lächelndes Gesicht", + "hexcode": "1F60F", + "tags": [ + "gesicht", + "süffisant lächelndes gesicht" + ], + "emoji": "😏", + "text": "", + "type": 1, + "order": 41, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":j" + }, + { + "annotation": "verstimmtes Gesicht", + "hexcode": "1F612", + "tags": [ + "gesicht", + "unglücklich", + "verstimmtes gesicht" + ], + "emoji": "😒", + "text": "", + "type": 1, + "order": 42, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":?" + }, + { + "annotation": "Augen verdrehendes Gesicht", + "hexcode": "1F644", + "tags": [ + "augen verdrehen", + "augen verdrehendes gesicht", + "gesicht" + ], + "emoji": "🙄", + "text": "", + "type": 1, + "order": 43, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "Grimassen schneidendes Gesicht", + "hexcode": "1F62C", + "tags": [ + "gesicht", + "grimasse", + "grimassen schneidendes gesicht", + "zähne" + ], + "emoji": "😬", + "text": "", + "type": 1, + "order": 44, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": "8D" + }, + { + "annotation": "Gesicht, das ausatmet", + "hexcode": "1F62E-200D-1F4A8", + "tags": [ + "gesicht, das ausatmet" + ], + "emoji": "😮‍💨", + "text": "", + "type": 1, + "order": 45, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "lügendes Gesicht", + "hexcode": "1F925", + "tags": [ + "gesicht", + "lüge", + "lügendes gesicht", + "pinocchio-nase" + ], + "emoji": "🤥", + "text": "", + "type": 1, + "order": 46, + "group": 0, + "subgroup": 4, + "version": 3 + }, + { + "annotation": "erleichtertes Gesicht", + "hexcode": "1F60C", + "tags": [ + "erleichtert", + "erleichtertes gesicht", + "geschlossene augen", + "gesicht" + ], + "emoji": "😌", + "text": "", + "type": 1, + "order": 47, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "nachdenkliches Gesicht", + "hexcode": "1F614", + "tags": [ + "gesicht", + "nachdenklich", + "nachdenkliches gesicht" + ], + "emoji": "😔", + "text": "", + "type": 1, + "order": 48, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "schläfriges Gesicht", + "hexcode": "1F62A", + "tags": [ + "gesicht", + "müde", + "schläfriges gesicht" + ], + "emoji": "😪", + "text": "", + "type": 1, + "order": 49, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "sabberndes Gesicht", + "hexcode": "1F924", + "tags": [ + "gesicht", + "sabbern", + "sabberndes gesicht" + ], + "emoji": "🤤", + "text": "", + "type": 1, + "order": 50, + "group": 0, + "subgroup": 5, + "version": 3 + }, + { + "annotation": "schlafendes Gesicht", + "hexcode": "1F634", + "tags": [ + "gesicht", + "schlafen", + "schlafendes gesicht", + "schnarchen", + "zzz" + ], + "emoji": "😴", + "text": "", + "type": 1, + "order": 51, + "group": 0, + "subgroup": 5, + "version": 1 + }, + { + "annotation": "Gesicht mit Atemschutzmaske", + "hexcode": "1F637", + "tags": [ + "arzt", + "gesicht", + "gesicht mit atemschutzmaske", + "krankheit" + ], + "emoji": "😷", + "text": "", + "type": 1, + "order": 52, + "group": 0, + "subgroup": 6, + "version": 0.6 + }, + { + "annotation": "Gesicht mit Fieberthermometer", + "hexcode": "1F912", + "tags": [ + "fieberthermometer", + "gesicht", + "gesicht mit fieberthermometer", + "krank" + ], + "emoji": "🤒", + "text": "", + "type": 1, + "order": 53, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "Gesicht mit Kopfverband", + "hexcode": "1F915", + "tags": [ + "gesicht", + "gesicht mit kopfverband", + "schmerzen", + "verband", + "verletzung" + ], + "emoji": "🤕", + "text": "", + "type": 1, + "order": 54, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "würgendes Gesicht", + "hexcode": "1F922", + "tags": [ + "erbrechen", + "gesicht", + "würgendes gesicht", + "übelkeit" + ], + "emoji": "🤢", + "text": "", + "type": 1, + "order": 55, + "group": 0, + "subgroup": 6, + "version": 3, + "emoticon": "%(" + }, + { + "annotation": "kotzendes Gesicht", + "hexcode": "1F92E", + "tags": [ + "kotzen", + "kotzendes gesicht", + "krank" + ], + "emoji": "🤮", + "text": "", + "type": 1, + "order": 56, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "niesendes Gesicht", + "hexcode": "1F927", + "tags": [ + "gesicht", + "niesen", + "niesendes gesicht" + ], + "emoji": "🤧", + "text": "", + "type": 1, + "order": 57, + "group": 0, + "subgroup": 6, + "version": 3 + }, + { + "annotation": "schwitzendes Gesicht", + "hexcode": "1F975", + "tags": [ + "erhitzt", + "fieber", + "heiß", + "hitzschlag", + "schwitzen", + "schwitzendes gesicht" + ], + "emoji": "🥵", + "text": "", + "type": 1, + "order": 58, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "frierendes Gesicht", + "hexcode": "1F976", + "tags": [ + "eiszapfen", + "frieren", + "frierendes gesicht", + "frostbeule", + "kalt" + ], + "emoji": "🥶", + "text": "", + "type": 1, + "order": 59, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "schwindeliges Gesicht", + "hexcode": "1F974", + "tags": [ + "angetrunken", + "beschwipst", + "betrunken", + "schwindeliges gesicht" + ], + "emoji": "🥴", + "text": "", + "type": 1, + "order": 60, + "group": 0, + "subgroup": 6, + "version": 11, + "emoticon": ":&" + }, + { + "annotation": "benommenes Gesicht", + "hexcode": "1F635", + "tags": [ + "benommen", + "benommenes gesicht", + "gesicht" + ], + "emoji": "😵", + "text": "", + "type": 1, + "order": 61, + "group": 0, + "subgroup": 6, + "version": 0.6, + "emoticon": "xo" + }, + { + "annotation": "Gesicht mit Spiralen als Augen", + "hexcode": "1F635-200D-1F4AB", + "tags": [ + "gesicht mit spiralen als augen" + ], + "emoji": "😵‍💫", + "text": "", + "type": 1, + "order": 62, + "group": 0, + "subgroup": 6, + "version": 13.1 + }, + { + "annotation": "explodierender Kopf", + "hexcode": "1F92F", + "tags": [ + "entsetzt", + "explodierender kopf", + "geschockt" + ], + "emoji": "🤯", + "text": "", + "type": 1, + "order": 63, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "Gesicht mit Cowboyhut", + "hexcode": "1F920", + "tags": [ + "cowboy", + "gesicht", + "gesicht mit cowboyhut", + "hut" + ], + "emoji": "🤠", + "text": "", + "type": 1, + "order": 64, + "group": 0, + "subgroup": 7, + "version": 3 + }, + { + "annotation": "Partygesicht", + "hexcode": "1F973", + "tags": [ + "feiern", + "party", + "partygesicht" + ], + "emoji": "🥳", + "text": "", + "type": 1, + "order": 65, + "group": 0, + "subgroup": 7, + "version": 11 + }, + { + "annotation": "verkleidet", + "hexcode": "1F978", + "tags": [ + "brille mit nase", + "inkognito", + "verkleidetes gesicht", + "verkleidung" + ], + "emoji": "🥸", + "text": "", + "type": 1, + "order": 66, + "group": 0, + "subgroup": 7, + "version": 13 + }, + { + "annotation": "lächelndes Gesicht mit Sonnenbrille", + "hexcode": "1F60E", + "tags": [ + "cool", + "gesicht", + "lächelndes gesicht mit sonnenbrille", + "sonnenbrille" + ], + "emoji": "😎", + "text": "", + "type": 1, + "order": 67, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": "8)" + }, + { + "annotation": "Strebergesicht", + "hexcode": "1F913", + "tags": [ + "gesicht", + "nerd", + "strebergesicht" + ], + "emoji": "🤓", + "text": "", + "type": 1, + "order": 68, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": ":B" + }, + { + "annotation": "Gesicht mit Monokel", + "hexcode": "1F9D0", + "tags": [ + "gesicht mit monokel", + "monokel" + ], + "emoji": "🧐", + "text": "", + "type": 1, + "order": 69, + "group": 0, + "subgroup": 8, + "version": 5 + }, + { + "annotation": "verwundertes Gesicht", + "hexcode": "1F615", + "tags": [ + "gesicht", + "verwundert", + "verwundertes gesicht" + ], + "emoji": "😕", + "text": "", + "type": 1, + "order": 70, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":/" + }, + { + "annotation": "besorgtes Gesicht", + "hexcode": "1F61F", + "tags": [ + "besorgt", + "besorgtes gesicht", + "gesicht" + ], + "emoji": "😟", + "text": "", + "type": 1, + "order": 71, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "betrübtes Gesicht", + "hexcode": "1F641", + "tags": [ + "betrübtes gesicht", + "gesicht", + "traurig" + ], + "emoji": "🙁", + "text": "", + "type": 1, + "order": 72, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "düsteres Gesicht", + "hexcode": "2639", + "tags": [ + "düsteres gesicht", + "gesicht", + "traurig" + ], + "emoji": "☹️", + "text": "☹︎", + "type": 0, + "order": 74, + "group": 0, + "subgroup": 9, + "version": 0.7, + "emoticon": ":(" + }, + { + "annotation": "Gesicht mit offenem Mund", + "hexcode": "1F62E", + "tags": [ + "erstaunt", + "gesicht", + "gesicht mit offenem mund", + "offener mund" + ], + "emoji": "😮", + "text": "", + "type": 1, + "order": 75, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "verdutztes Gesicht", + "hexcode": "1F62F", + "tags": [ + "erstaunt", + "gesicht", + "sprachlos", + "verdutztes gesicht" + ], + "emoji": "😯", + "text": "", + "type": 1, + "order": 76, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "erstauntes Gesicht", + "hexcode": "1F632", + "tags": [ + "erstaunt", + "erstauntes gesicht", + "gesicht" + ], + "emoji": "😲", + "text": "", + "type": 1, + "order": 77, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":o" + }, + { + "annotation": "errötetes Gesicht mit großen Augen", + "hexcode": "1F633", + "tags": [ + "errötetes gesicht", + "errötetes gesicht mit großen augen", + "gesicht", + "rote wangen", + "überrascht" + ], + "emoji": "😳", + "text": "", + "type": 1, + "order": 78, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":$" + }, + { + "annotation": "bettelndes Gesicht", + "hexcode": "1F97A", + "tags": [ + "betteln", + "bettelndes gesicht", + "gnade", + "welpenaugen" + ], + "emoji": "🥺", + "text": "", + "type": 1, + "order": 79, + "group": 0, + "subgroup": 9, + "version": 11 + }, + { + "annotation": "entsetztes Gesicht", + "hexcode": "1F626", + "tags": [ + "entsetztes gesicht", + "gesicht", + "offener mund", + "verwundert" + ], + "emoji": "😦", + "text": "", + "type": 1, + "order": 80, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "qualvolles Gesicht", + "hexcode": "1F627", + "tags": [ + "gesicht", + "leidend", + "qualvolles gesicht" + ], + "emoji": "😧", + "text": "", + "type": 1, + "order": 81, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":s" + }, + { + "annotation": "ängstliches Gesicht", + "hexcode": "1F628", + "tags": [ + "gesicht", + "ängstlich", + "ängstliches gesicht" + ], + "emoji": "😨", + "text": "", + "type": 1, + "order": 82, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "besorgtes Gesicht mit Schweißtropfen", + "hexcode": "1F630", + "tags": [ + "besorgtes gesicht mit schweißtropfen", + "gesicht", + "kalter schweiß", + "offener mund" + ], + "emoji": "😰", + "text": "", + "type": 1, + "order": 83, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "trauriges aber erleichtertes Gesicht", + "hexcode": "1F625", + "tags": [ + "enttäuscht", + "erleichtert", + "gesicht", + "schweiß", + "trauriges aber erleichtertes gesicht" + ], + "emoji": "😥", + "text": "", + "type": 1, + "order": 84, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "weinendes Gesicht", + "hexcode": "1F622", + "tags": [ + "gesicht", + "traurig", + "träne", + "weinendes gesicht" + ], + "emoji": "😢", + "text": "", + "type": 1, + "order": 85, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'(" + }, + { + "annotation": "heulendes Gesicht", + "hexcode": "1F62D", + "tags": [ + "gesicht", + "heulendes gesicht", + "traurig", + "tränen" + ], + "emoji": "😭", + "text": "", + "type": 1, + "order": 86, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'o" + }, + { + "annotation": "vor Angst schreiendes Gesicht", + "hexcode": "1F631", + "tags": [ + "angst", + "gesicht", + "schreien", + "vor angst schreiendes gesicht" + ], + "emoji": "😱", + "text": "", + "type": 1, + "order": 87, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "Dx" + }, + { + "annotation": "verwirrtes Gesicht", + "hexcode": "1F616", + "tags": [ + "gesicht", + "verwirrt", + "verwirrtes gesicht" + ], + "emoji": "😖", + "text": "", + "type": 1, + "order": 88, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "x(" + }, + { + "annotation": "entschlossenes Gesicht", + "hexcode": "1F623", + "tags": [ + "durchhalten", + "entschlossenes gesicht", + "gesicht" + ], + "emoji": "😣", + "text": "", + "type": 1, + "order": 89, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "enttäuschtes Gesicht", + "hexcode": "1F61E", + "tags": [ + "enttäuschtes gesicht", + "gesicht", + "traurig" + ], + "emoji": "😞", + "text": "", + "type": 1, + "order": 90, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "bedrücktes Gesicht mit Schweiß", + "hexcode": "1F613", + "tags": [ + "angstschweiß", + "bedrückt", + "bedrücktes gesicht mit schweiß", + "gesicht" + ], + "emoji": "😓", + "text": "", + "type": 1, + "order": 91, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":<" + }, + { + "annotation": "erschöpftes Gesicht", + "hexcode": "1F629", + "tags": [ + "erschöpft", + "erschöpftes gesicht", + "gesicht", + "müde" + ], + "emoji": "😩", + "text": "", + "type": 1, + "order": 92, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "D:" + }, + { + "annotation": "müdes Gesicht", + "hexcode": "1F62B", + "tags": [ + "gesicht", + "müde", + "müdes gesicht" + ], + "emoji": "😫", + "text": "", + "type": 1, + "order": 93, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":c" + }, + { + "annotation": "gähnendes Gesicht", + "hexcode": "1F971", + "tags": [ + "gelangweilt", + "gähnen", + "gähnendes gesicht", + "müde" + ], + "emoji": "🥱", + "text": "", + "type": 1, + "order": 94, + "group": 0, + "subgroup": 9, + "version": 12 + }, + { + "annotation": "schnaubendes Gesicht", + "hexcode": "1F624", + "tags": [ + "erleichtert", + "gesicht", + "gewonnen", + "schnaubendes gesicht" + ], + "emoji": "😤", + "text": "", + "type": 1, + "order": 95, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "schmollendes Gesicht", + "hexcode": "1F621", + "tags": [ + "gesicht", + "rot", + "schmollendes gesicht", + "wütend" + ], + "emoji": "😡", + "text": "", + "type": 1, + "order": 96, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:/" + }, + { + "annotation": "verärgertes Gesicht", + "hexcode": "1F620", + "tags": [ + "gesicht", + "verärgert", + "verärgertes gesicht" + ], + "emoji": "😠", + "text": "", + "type": 1, + "order": 97, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "Gesicht mit Symbolen über dem Mund", + "hexcode": "1F92C", + "tags": [ + "fluchen", + "gesicht mit symbolen über dem mund" + ], + "emoji": "🤬", + "text": "", + "type": 1, + "order": 98, + "group": 0, + "subgroup": 10, + "version": 5, + "emoticon": ":@" + }, + { + "annotation": "grinsendes Gesicht mit Hörnern", + "hexcode": "1F608", + "tags": [ + "grinsendes gesicht mit hörnern", + "teufel" + ], + "emoji": "😈", + "text": "", + "type": 1, + "order": 99, + "group": 0, + "subgroup": 10, + "version": 1, + "emoticon": ">:)" + }, + { + "annotation": "wütendes Gesicht mit Hörnern", + "hexcode": "1F47F", + "tags": [ + "fantasy", + "gesicht", + "teufelchen", + "wütendes gesicht mit hörnern" + ], + "emoji": "👿", + "text": "", + "type": 1, + "order": 100, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:(" + }, + { + "annotation": "Totenkopf", + "hexcode": "1F480", + "tags": [ + "gesicht", + "tod", + "tot", + "totenkopf" + ], + "emoji": "💀", + "text": "", + "type": 1, + "order": 101, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "Totenkopf mit gekreuzten Knochen", + "hexcode": "2620", + "tags": [ + "gesicht", + "piratenflagge", + "tod", + "tot", + "totenkopf", + "totenkopf mit gekreuzten knochen" + ], + "emoji": "☠️", + "text": "☠︎", + "type": 0, + "order": 103, + "group": 0, + "subgroup": 10, + "version": 1 + }, + { + "annotation": "Kothaufen", + "hexcode": "1F4A9", + "tags": [ + "kot", + "kothaufen", + "mist" + ], + "emoji": "💩", + "text": "", + "type": 1, + "order": 104, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "Clown-Gesicht", + "hexcode": "1F921", + "tags": [ + "clown", + "clown-gesicht", + "gesicht" + ], + "emoji": "🤡", + "text": "", + "type": 1, + "order": 105, + "group": 0, + "subgroup": 11, + "version": 3 + }, + { + "annotation": "Ungeheuer", + "hexcode": "1F479", + "tags": [ + "gesicht", + "japan", + "monster", + "märchen", + "ungeheuer" + ], + "emoji": "👹", + "text": "", + "type": 1, + "order": 106, + "group": 0, + "subgroup": 11, + "version": 0.6, + "emoticon": ">0)" + }, + { + "annotation": "Kobold", + "hexcode": "1F47A", + "tags": [ + "gesicht", + "japan", + "kobold", + "monster", + "märchen", + "tengu" + ], + "emoji": "👺", + "text": "", + "type": 1, + "order": 107, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "Gespenst", + "hexcode": "1F47B", + "tags": [ + "fantasy", + "gesicht", + "gespenst", + "märchen" + ], + "emoji": "👻", + "text": "", + "type": 1, + "order": 108, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "Außerirdischer", + "hexcode": "1F47D", + "tags": [ + "alien", + "außerirdischer", + "gesicht", + "ufo" + ], + "emoji": "👽️", + "text": "👽︎", + "type": 1, + "order": 109, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "Computerspiel-Monster", + "hexcode": "1F47E", + "tags": [ + "computerspiel-monster", + "gesicht", + "monster", + "ufo" + ], + "emoji": "👾", + "text": "", + "type": 1, + "order": 110, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "Roboter", + "hexcode": "1F916", + "tags": [ + "gesicht", + "monster", + "roboter", + "roboterkopf" + ], + "emoji": "🤖", + "text": "", + "type": 1, + "order": 111, + "group": 0, + "subgroup": 11, + "version": 1 + }, + { + "annotation": "grinsende Katze", + "hexcode": "1F63A", + "tags": [ + "gesicht", + "grinsende katze", + "grinsendes katzengesicht", + "katze", + "lol", + "lustig" + ], + "emoji": "😺", + "text": "", + "type": 1, + "order": 112, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "grinsende Katze mit lachenden Augen", + "hexcode": "1F638", + "tags": [ + "gesicht", + "grinsende katze mit lachenden augen", + "grinsendes katzengesicht mit lachenden augen", + "katze" + ], + "emoji": "😸", + "text": "", + "type": 1, + "order": 113, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "Katze mit Freudentränen", + "hexcode": "1F639", + "tags": [ + "gesicht", + "katze", + "katze mit freudentränen", + "katzengesicht mit freudentränen", + "lachen", + "tränen" + ], + "emoji": "😹", + "text": "", + "type": 1, + "order": 114, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "lachende Katze mit Herzen als Augen", + "hexcode": "1F63B", + "tags": [ + "gesicht", + "katze", + "lachende katze mit herzen als augen", + "lachendes katzengesicht mit herzen als augen", + "verliebt" + ], + "emoji": "😻", + "text": "", + "type": 1, + "order": 115, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "verwegen lächelnde Katze", + "hexcode": "1F63C", + "tags": [ + "gesicht", + "ironisch", + "katze", + "verwegen lächelnde katze", + "verwegen lächelndes katzengesicht" + ], + "emoji": "😼", + "text": "", + "type": 1, + "order": 116, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "küssende Katze", + "hexcode": "1F63D", + "tags": [ + "gesicht", + "katze", + "küssende katze", + "küssendes katzengesicht", + "rote wangen" + ], + "emoji": "😽", + "text": "", + "type": 1, + "order": 117, + "group": 0, + "subgroup": 12, + "version": 0.6, + "emoticon": ":3" + }, + { + "annotation": "erschöpfte Katze", + "hexcode": "1F640", + "tags": [ + "angst", + "erschöpfte katze", + "erschöpftes katzengesicht", + "gesicht", + "katze", + "schreien" + ], + "emoji": "🙀", + "text": "", + "type": 1, + "order": 118, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "weinende Katze", + "hexcode": "1F63F", + "tags": [ + "gesicht", + "katze", + "traurig", + "träne", + "weinende katze", + "weinendes katzengesicht" + ], + "emoji": "😿", + "text": "", + "type": 1, + "order": 119, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "schmollende Katze", + "hexcode": "1F63E", + "tags": [ + "gesicht", + "katze", + "schmollende katze", + "schmollendes katzengesicht", + "verärgert" + ], + "emoji": "😾", + "text": "", + "type": 1, + "order": 120, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "sich die Augen zuhaltendes Affengesicht", + "hexcode": "1F648", + "tags": [ + "affe", + "nichts sehen", + "sich die augen zuhaltendes affengesicht", + "verboten" + ], + "emoji": "🙈", + "text": "", + "type": 1, + "order": 121, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "sich die Ohren zuhaltendes Affengesicht", + "hexcode": "1F649", + "tags": [ + "affe", + "nichts hören", + "sich die ohren zuhaltendes affengesicht", + "verboten" + ], + "emoji": "🙉", + "text": "", + "type": 1, + "order": 122, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "sich den Mund zuhaltendes Affengesicht", + "hexcode": "1F64A", + "tags": [ + "affe", + "nichts sagen", + "sich den mund zuhaltendes affengesicht", + "verboten" + ], + "emoji": "🙊", + "text": "", + "type": 1, + "order": 123, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "Kussabdruck", + "hexcode": "1F48B", + "tags": [ + "kuss", + "kussabdruck", + "lippen" + ], + "emoji": "💋", + "text": "", + "type": 1, + "order": 124, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "Liebesbrief", + "hexcode": "1F48C", + "tags": [ + "brief", + "herz", + "liebe", + "liebesbrief" + ], + "emoji": "💌", + "text": "", + "type": 1, + "order": 125, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "Herz mit Pfeil", + "hexcode": "1F498", + "tags": [ + "herz", + "herz mit pfeil", + "liebe", + "pfeil" + ], + "emoji": "💘", + "text": "", + "type": 1, + "order": 126, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "Herz mit Schleife", + "hexcode": "1F49D", + "tags": [ + "herz", + "herz mit schleife", + "schleife", + "valentinstag" + ], + "emoji": "💝", + "text": "", + "type": 1, + "order": 127, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "funkelndes Herz", + "hexcode": "1F496", + "tags": [ + "aufregung", + "funkelndes herz", + "liebe" + ], + "emoji": "💖", + "text": "", + "type": 1, + "order": 128, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "wachsendes Herz", + "hexcode": "1F497", + "tags": [ + "aufregung", + "liebe", + "nervosität", + "wachsendes herz" + ], + "emoji": "💗", + "text": "", + "type": 1, + "order": 129, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "schlagendes Herz", + "hexcode": "1F493", + "tags": [ + "herz", + "liebe", + "schlagendes herz" + ], + "emoji": "💓", + "text": "", + "type": 1, + "order": 130, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "kreisende Herzen", + "hexcode": "1F49E", + "tags": [ + "kreisende herzen", + "liebe" + ], + "emoji": "💞", + "text": "", + "type": 1, + "order": 131, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "zwei Herzen", + "hexcode": "1F495", + "tags": [ + "herz", + "liebe", + "zwei herzen" + ], + "emoji": "💕", + "text": "", + "type": 1, + "order": 132, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "Herzdekoration", + "hexcode": "1F49F", + "tags": [ + "herz", + "herzdekoration" + ], + "emoji": "💟", + "text": "", + "type": 1, + "order": 133, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "Herz als Ausrufezeichen", + "hexcode": "2763", + "tags": [ + "ausrufezeichen", + "herz", + "herz als ausrufezeichen", + "satzzeichen" + ], + "emoji": "❣️", + "text": "❣︎", + "type": 0, + "order": 135, + "group": 0, + "subgroup": 14, + "version": 1 + }, + { + "annotation": "gebrochenes Herz", + "hexcode": "1F494", + "tags": [ + "gebrochenes herz", + "schmerz", + "trennung" + ], + "emoji": "💔", + "text": "", + "type": 1, + "order": 136, + "group": 0, + "subgroup": 14, + "version": 0.6, + "emoticon": "", + "skins": [ + { + "annotation": "Magier: helle Hautfarbe", + "hexcode": "1F9D9-1F3FB-200D-2642-FE0F", + "emoji": "🧙🏻‍♂️", + "text": "", + "type": 1, + "order": 1623, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Magier: mittelhelle Hautfarbe", + "hexcode": "1F9D9-1F3FC-200D-2642-FE0F", + "emoji": "🧙🏼‍♂️", + "text": "", + "type": 1, + "order": 1625, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Magier: mittlere Hautfarbe", + "hexcode": "1F9D9-1F3FD-200D-2642-FE0F", + "emoji": "🧙🏽‍♂️", + "text": "", + "type": 1, + "order": 1627, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Magier: mitteldunkle Hautfarbe", + "hexcode": "1F9D9-1F3FE-200D-2642-FE0F", + "emoji": "🧙🏾‍♂️", + "text": "", + "type": 1, + "order": 1629, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Magier: dunkle Hautfarbe", + "hexcode": "1F9D9-1F3FF-200D-2642-FE0F", + "emoji": "🧙🏿‍♂️", + "text": "", + "type": 1, + "order": 1631, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Magierin", + "hexcode": "1F9D9-200D-2640-FE0F", + "tags": [ + "hexe", + "magierin", + "zauberin" + ], + "emoji": "🧙‍♀️", + "text": "", + "type": 1, + "order": 1633, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Magierin: helle Hautfarbe", + "hexcode": "1F9D9-1F3FB-200D-2640-FE0F", + "emoji": "🧙🏻‍♀️", + "text": "", + "type": 1, + "order": 1635, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Magierin: mittelhelle Hautfarbe", + "hexcode": "1F9D9-1F3FC-200D-2640-FE0F", + "emoji": "🧙🏼‍♀️", + "text": "", + "type": 1, + "order": 1637, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Magierin: mittlere Hautfarbe", + "hexcode": "1F9D9-1F3FD-200D-2640-FE0F", + "emoji": "🧙🏽‍♀️", + "text": "", + "type": 1, + "order": 1639, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Magierin: mitteldunkle Hautfarbe", + "hexcode": "1F9D9-1F3FE-200D-2640-FE0F", + "emoji": "🧙🏾‍♀️", + "text": "", + "type": 1, + "order": 1641, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Magierin: dunkle Hautfarbe", + "hexcode": "1F9D9-1F3FF-200D-2640-FE0F", + "emoji": "🧙🏿‍♀️", + "text": "", + "type": 1, + "order": 1643, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Märchenfee", + "hexcode": "1F9DA", + "tags": [ + "märchenfee", + "oberon", + "puck", + "titania" + ], + "emoji": "🧚", + "text": "", + "type": 1, + "order": 1645, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "Märchenfee: helle Hautfarbe", + "hexcode": "1F9DA-1F3FB", + "emoji": "🧚🏻", + "text": "", + "type": 1, + "order": 1646, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "Märchenfee: mittelhelle Hautfarbe", + "hexcode": "1F9DA-1F3FC", + "emoji": "🧚🏼", + "text": "", + "type": 1, + "order": 1647, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "Märchenfee: mittlere Hautfarbe", + "hexcode": "1F9DA-1F3FD", + "emoji": "🧚🏽", + "text": "", + "type": 1, + "order": 1648, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "Märchenfee: mitteldunkle Hautfarbe", + "hexcode": "1F9DA-1F3FE", + "emoji": "🧚🏾", + "text": "", + "type": 1, + "order": 1649, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "Märchenfee: dunkle Hautfarbe", + "hexcode": "1F9DA-1F3FF", + "emoji": "🧚🏿", + "text": "", + "type": 1, + "order": 1650, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "männliche Fee", + "hexcode": "1F9DA-200D-2642-FE0F", + "tags": [ + "männliche fee", + "oberon", + "puck", + "zauberer" + ], + "emoji": "🧚‍♂️", + "text": "", + "type": 1, + "order": 1651, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "männliche Fee: helle Hautfarbe", + "hexcode": "1F9DA-1F3FB-200D-2642-FE0F", + "emoji": "🧚🏻‍♂️", + "text": "", + "type": 1, + "order": 1653, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "männliche Fee: mittelhelle Hautfarbe", + "hexcode": "1F9DA-1F3FC-200D-2642-FE0F", + "emoji": "🧚🏼‍♂️", + "text": "", + "type": 1, + "order": 1655, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "männliche Fee: mittlere Hautfarbe", + "hexcode": "1F9DA-1F3FD-200D-2642-FE0F", + "emoji": "🧚🏽‍♂️", + "text": "", + "type": 1, + "order": 1657, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "männliche Fee: mitteldunkle Hautfarbe", + "hexcode": "1F9DA-1F3FE-200D-2642-FE0F", + "emoji": "🧚🏾‍♂️", + "text": "", + "type": 1, + "order": 1659, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "männliche Fee: dunkle Hautfarbe", + "hexcode": "1F9DA-1F3FF-200D-2642-FE0F", + "emoji": "🧚🏿‍♂️", + "text": "", + "type": 1, + "order": 1661, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Fee", + "hexcode": "1F9DA-200D-2640-FE0F", + "tags": [ + "fee", + "titania" + ], + "emoji": "🧚‍♀️", + "text": "", + "type": 1, + "order": 1663, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Fee: helle Hautfarbe", + "hexcode": "1F9DA-1F3FB-200D-2640-FE0F", + "emoji": "🧚🏻‍♀️", + "text": "", + "type": 1, + "order": 1665, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Fee: mittelhelle Hautfarbe", + "hexcode": "1F9DA-1F3FC-200D-2640-FE0F", + "emoji": "🧚🏼‍♀️", + "text": "", + "type": 1, + "order": 1667, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Fee: mittlere Hautfarbe", + "hexcode": "1F9DA-1F3FD-200D-2640-FE0F", + "emoji": "🧚🏽‍♀️", + "text": "", + "type": 1, + "order": 1669, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Fee: mitteldunkle Hautfarbe", + "hexcode": "1F9DA-1F3FE-200D-2640-FE0F", + "emoji": "🧚🏾‍♀️", + "text": "", + "type": 1, + "order": 1671, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Fee: dunkle Hautfarbe", + "hexcode": "1F9DA-1F3FF-200D-2640-FE0F", + "emoji": "🧚🏿‍♀️", + "text": "", + "type": 1, + "order": 1673, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Vampir", + "hexcode": "1F9DB", + "tags": [ + "dracula", + "untoter", + "vampir" + ], + "emoji": "🧛", + "text": "", + "type": 1, + "order": 1675, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": ":E", + "skins": [ + { + "annotation": "Vampir: helle Hautfarbe", + "hexcode": "1F9DB-1F3FB", + "emoji": "🧛🏻", + "text": "", + "type": 1, + "order": 1676, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "Vampir: mittelhelle Hautfarbe", + "hexcode": "1F9DB-1F3FC", + "emoji": "🧛🏼", + "text": "", + "type": 1, + "order": 1677, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "Vampir: mittlere Hautfarbe", + "hexcode": "1F9DB-1F3FD", + "emoji": "🧛🏽", + "text": "", + "type": 1, + "order": 1678, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "Vampir: mitteldunkle Hautfarbe", + "hexcode": "1F9DB-1F3FE", + "emoji": "🧛🏾", + "text": "", + "type": 1, + "order": 1679, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "Vampir: dunkle Hautfarbe", + "hexcode": "1F9DB-1F3FF", + "emoji": "🧛🏿", + "text": "", + "type": 1, + "order": 1680, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "männlicher Vampir", + "hexcode": "1F9DB-200D-2642-FE0F", + "tags": [ + "dracula", + "männlicher vampir", + "untoter" + ], + "emoji": "🧛‍♂️", + "text": "", + "type": 1, + "order": 1681, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "männlicher Vampir: helle Hautfarbe", + "hexcode": "1F9DB-1F3FB-200D-2642-FE0F", + "emoji": "🧛🏻‍♂️", + "text": "", + "type": 1, + "order": 1683, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "männlicher Vampir: mittelhelle Hautfarbe", + "hexcode": "1F9DB-1F3FC-200D-2642-FE0F", + "emoji": "🧛🏼‍♂️", + "text": "", + "type": 1, + "order": 1685, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "männlicher Vampir: mittlere Hautfarbe", + "hexcode": "1F9DB-1F3FD-200D-2642-FE0F", + "emoji": "🧛🏽‍♂️", + "text": "", + "type": 1, + "order": 1687, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "männlicher Vampir: mitteldunkle Hautfarbe", + "hexcode": "1F9DB-1F3FE-200D-2642-FE0F", + "emoji": "🧛🏾‍♂️", + "text": "", + "type": 1, + "order": 1689, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "männlicher Vampir: dunkle Hautfarbe", + "hexcode": "1F9DB-1F3FF-200D-2642-FE0F", + "emoji": "🧛🏿‍♂️", + "text": "", + "type": 1, + "order": 1691, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "weiblicher Vampir", + "hexcode": "1F9DB-200D-2640-FE0F", + "tags": [ + "untoter", + "weiblicher vampir" + ], + "emoji": "🧛‍♀️", + "text": "", + "type": 1, + "order": 1693, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "weiblicher Vampir: helle Hautfarbe", + "hexcode": "1F9DB-1F3FB-200D-2640-FE0F", + "emoji": "🧛🏻‍♀️", + "text": "", + "type": 1, + "order": 1695, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "weiblicher Vampir: mittelhelle Hautfarbe", + "hexcode": "1F9DB-1F3FC-200D-2640-FE0F", + "emoji": "🧛🏼‍♀️", + "text": "", + "type": 1, + "order": 1697, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "weiblicher Vampir: mittlere Hautfarbe", + "hexcode": "1F9DB-1F3FD-200D-2640-FE0F", + "emoji": "🧛🏽‍♀️", + "text": "", + "type": 1, + "order": 1699, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "weiblicher Vampir: mitteldunkle Hautfarbe", + "hexcode": "1F9DB-1F3FE-200D-2640-FE0F", + "emoji": "🧛🏾‍♀️", + "text": "", + "type": 1, + "order": 1701, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "weiblicher Vampir: dunkle Hautfarbe", + "hexcode": "1F9DB-1F3FF-200D-2640-FE0F", + "emoji": "🧛🏿‍♀️", + "text": "", + "type": 1, + "order": 1703, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Wassermensch", + "hexcode": "1F9DC", + "tags": [ + "meerjungfrau", + "wasserfrau", + "wassermann", + "wassermensch" + ], + "emoji": "🧜", + "text": "", + "type": 1, + "order": 1705, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "Wassermensch: helle Hautfarbe", + "hexcode": "1F9DC-1F3FB", + "emoji": "🧜🏻", + "text": "", + "type": 1, + "order": 1706, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "Wassermensch: mittelhelle Hautfarbe", + "hexcode": "1F9DC-1F3FC", + "emoji": "🧜🏼", + "text": "", + "type": 1, + "order": 1707, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "Wassermensch: mittlere Hautfarbe", + "hexcode": "1F9DC-1F3FD", + "emoji": "🧜🏽", + "text": "", + "type": 1, + "order": 1708, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "Wassermensch: mitteldunkle Hautfarbe", + "hexcode": "1F9DC-1F3FE", + "emoji": "🧜🏾", + "text": "", + "type": 1, + "order": 1709, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "Wassermensch: dunkle Hautfarbe", + "hexcode": "1F9DC-1F3FF", + "emoji": "🧜🏿", + "text": "", + "type": 1, + "order": 1710, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "Wassermann", + "hexcode": "1F9DC-200D-2642-FE0F", + "tags": [ + "triton", + "wassermann" + ], + "emoji": "🧜‍♂️", + "text": "", + "type": 1, + "order": 1711, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "Wassermann: helle Hautfarbe", + "hexcode": "1F9DC-1F3FB-200D-2642-FE0F", + "emoji": "🧜🏻‍♂️", + "text": "", + "type": 1, + "order": 1713, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Wassermann: mittelhelle Hautfarbe", + "hexcode": "1F9DC-1F3FC-200D-2642-FE0F", + "emoji": "🧜🏼‍♂️", + "text": "", + "type": 1, + "order": 1715, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Wassermann: mittlere Hautfarbe", + "hexcode": "1F9DC-1F3FD-200D-2642-FE0F", + "emoji": "🧜🏽‍♂️", + "text": "", + "type": 1, + "order": 1717, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Wassermann: mitteldunkle Hautfarbe", + "hexcode": "1F9DC-1F3FE-200D-2642-FE0F", + "emoji": "🧜🏾‍♂️", + "text": "", + "type": 1, + "order": 1719, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Wassermann: dunkle Hautfarbe", + "hexcode": "1F9DC-1F3FF-200D-2642-FE0F", + "emoji": "🧜🏿‍♂️", + "text": "", + "type": 1, + "order": 1721, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Meerjungfrau", + "hexcode": "1F9DC-200D-2640-FE0F", + "tags": [ + "meerjungfrau", + "nixe", + "wasserfrau" + ], + "emoji": "🧜‍♀️", + "text": "", + "type": 1, + "order": 1723, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Meerjungfrau: helle Hautfarbe", + "hexcode": "1F9DC-1F3FB-200D-2640-FE0F", + "emoji": "🧜🏻‍♀️", + "text": "", + "type": 1, + "order": 1725, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Meerjungfrau: mittelhelle Hautfarbe", + "hexcode": "1F9DC-1F3FC-200D-2640-FE0F", + "emoji": "🧜🏼‍♀️", + "text": "", + "type": 1, + "order": 1727, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Meerjungfrau: mittlere Hautfarbe", + "hexcode": "1F9DC-1F3FD-200D-2640-FE0F", + "emoji": "🧜🏽‍♀️", + "text": "", + "type": 1, + "order": 1729, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Meerjungfrau: mitteldunkle Hautfarbe", + "hexcode": "1F9DC-1F3FE-200D-2640-FE0F", + "emoji": "🧜🏾‍♀️", + "text": "", + "type": 1, + "order": 1731, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Meerjungfrau: dunkle Hautfarbe", + "hexcode": "1F9DC-1F3FF-200D-2640-FE0F", + "emoji": "🧜🏿‍♀️", + "text": "", + "type": 1, + "order": 1733, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Elf(e)", + "hexcode": "1F9DD", + "tags": [ + "elbe", + "elben", + "elbin", + "elf(e)", + "magisch" + ], + "emoji": "🧝", + "text": "", + "type": 1, + "order": 1735, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "Elf(e): helle Hautfarbe", + "hexcode": "1F9DD-1F3FB", + "emoji": "🧝🏻", + "text": "", + "type": 1, + "order": 1736, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "Elf(e): mittelhelle Hautfarbe", + "hexcode": "1F9DD-1F3FC", + "emoji": "🧝🏼", + "text": "", + "type": 1, + "order": 1737, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "Elf(e): mittlere Hautfarbe", + "hexcode": "1F9DD-1F3FD", + "emoji": "🧝🏽", + "text": "", + "type": 1, + "order": 1738, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "Elf(e): mitteldunkle Hautfarbe", + "hexcode": "1F9DD-1F3FE", + "emoji": "🧝🏾", + "text": "", + "type": 1, + "order": 1739, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "Elf(e): dunkle Hautfarbe", + "hexcode": "1F9DD-1F3FF", + "emoji": "🧝🏿", + "text": "", + "type": 1, + "order": 1740, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "Elf", + "hexcode": "1F9DD-200D-2642-FE0F", + "tags": [ + "alb", + "elbe", + "elf", + "magisch" + ], + "emoji": "🧝‍♂️", + "text": "", + "type": 1, + "order": 1741, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "Elf: helle Hautfarbe", + "hexcode": "1F9DD-1F3FB-200D-2642-FE0F", + "emoji": "🧝🏻‍♂️", + "text": "", + "type": 1, + "order": 1743, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Elf: mittelhelle Hautfarbe", + "hexcode": "1F9DD-1F3FC-200D-2642-FE0F", + "emoji": "🧝🏼‍♂️", + "text": "", + "type": 1, + "order": 1745, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Elf: mittlere Hautfarbe", + "hexcode": "1F9DD-1F3FD-200D-2642-FE0F", + "emoji": "🧝🏽‍♂️", + "text": "", + "type": 1, + "order": 1747, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Elf: mitteldunkle Hautfarbe", + "hexcode": "1F9DD-1F3FE-200D-2642-FE0F", + "emoji": "🧝🏾‍♂️", + "text": "", + "type": 1, + "order": 1749, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Elf: dunkle Hautfarbe", + "hexcode": "1F9DD-1F3FF-200D-2642-FE0F", + "emoji": "🧝🏿‍♂️", + "text": "", + "type": 1, + "order": 1751, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Elfe", + "hexcode": "1F9DD-200D-2640-FE0F", + "tags": [ + "elbin", + "elfe", + "magisch" + ], + "emoji": "🧝‍♀️", + "text": "", + "type": 1, + "order": 1753, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Elfe: helle Hautfarbe", + "hexcode": "1F9DD-1F3FB-200D-2640-FE0F", + "emoji": "🧝🏻‍♀️", + "text": "", + "type": 1, + "order": 1755, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Elfe: mittelhelle Hautfarbe", + "hexcode": "1F9DD-1F3FC-200D-2640-FE0F", + "emoji": "🧝🏼‍♀️", + "text": "", + "type": 1, + "order": 1757, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Elfe: mittlere Hautfarbe", + "hexcode": "1F9DD-1F3FD-200D-2640-FE0F", + "emoji": "🧝🏽‍♀️", + "text": "", + "type": 1, + "order": 1759, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Elfe: mitteldunkle Hautfarbe", + "hexcode": "1F9DD-1F3FE-200D-2640-FE0F", + "emoji": "🧝🏾‍♀️", + "text": "", + "type": 1, + "order": 1761, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Elfe: dunkle Hautfarbe", + "hexcode": "1F9DD-1F3FF-200D-2640-FE0F", + "emoji": "🧝🏿‍♀️", + "text": "", + "type": 1, + "order": 1763, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Flaschengeist", + "hexcode": "1F9DE", + "tags": [ + "dschinn", + "flaschengeist" + ], + "emoji": "🧞", + "text": "", + "type": 1, + "order": 1765, + "group": 1, + "subgroup": 25, + "version": 5 + }, + { + "annotation": "männlicher Flaschengeist", + "hexcode": "1F9DE-200D-2642-FE0F", + "tags": [ + "dschinn", + "männlicher flaschengeist" + ], + "emoji": "🧞‍♂️", + "text": "", + "type": 1, + "order": 1766, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "weiblicher Flaschengeist", + "hexcode": "1F9DE-200D-2640-FE0F", + "tags": [ + "dschinn", + "weiblicher flaschengeist" + ], + "emoji": "🧞‍♀️", + "text": "", + "type": 1, + "order": 1768, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "Zombie", + "hexcode": "1F9DF", + "tags": [ + "untoter", + "wandelnder toter", + "zombie" + ], + "emoji": "🧟", + "text": "", + "type": 1, + "order": 1770, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": "8#" + }, + { + "annotation": "männlicher Zombie", + "hexcode": "1F9DF-200D-2642-FE0F", + "tags": [ + "männlicher zombie", + "untoter", + "wandelnder toter" + ], + "emoji": "🧟‍♂️", + "text": "", + "type": 1, + "order": 1771, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "weiblicher Zombie", + "hexcode": "1F9DF-200D-2640-FE0F", + "tags": [ + "untote", + "wandelnde tote", + "weiblicher zombie" + ], + "emoji": "🧟‍♀️", + "text": "", + "type": 1, + "order": 1773, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "Person, die eine Kopfmassage bekommt", + "hexcode": "1F486", + "tags": [ + "massage", + "person, die eine kopfmassage bekommt", + "salon" + ], + "emoji": "💆", + "text": "", + "type": 1, + "order": 1775, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "Person, die eine Kopfmassage bekommt: helle Hautfarbe", + "hexcode": "1F486-1F3FB", + "emoji": "💆🏻", + "text": "", + "type": 1, + "order": 1776, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "Person, die eine Kopfmassage bekommt: mittelhelle Hautfarbe", + "hexcode": "1F486-1F3FC", + "emoji": "💆🏼", + "text": "", + "type": 1, + "order": 1777, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "Person, die eine Kopfmassage bekommt: mittlere Hautfarbe", + "hexcode": "1F486-1F3FD", + "emoji": "💆🏽", + "text": "", + "type": 1, + "order": 1778, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "Person, die eine Kopfmassage bekommt: mitteldunkle Hautfarbe", + "hexcode": "1F486-1F3FE", + "emoji": "💆🏾", + "text": "", + "type": 1, + "order": 1779, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "Person, die eine Kopfmassage bekommt: dunkle Hautfarbe", + "hexcode": "1F486-1F3FF", + "emoji": "💆🏿", + "text": "", + "type": 1, + "order": 1780, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann, der eine Kopfmassage bekommt", + "hexcode": "1F486-200D-2642-FE0F", + "tags": [ + "kopfmassage", + "mann", + "mann, der eine kopfmassage bekommt" + ], + "emoji": "💆‍♂️", + "text": "", + "type": 1, + "order": 1781, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Mann, der eine Kopfmassage bekommt: helle Hautfarbe", + "hexcode": "1F486-1F3FB-200D-2642-FE0F", + "emoji": "💆🏻‍♂️", + "text": "", + "type": 1, + "order": 1783, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann, der eine Kopfmassage bekommt: mittelhelle Hautfarbe", + "hexcode": "1F486-1F3FC-200D-2642-FE0F", + "emoji": "💆🏼‍♂️", + "text": "", + "type": 1, + "order": 1785, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann, der eine Kopfmassage bekommt: mittlere Hautfarbe", + "hexcode": "1F486-1F3FD-200D-2642-FE0F", + "emoji": "💆🏽‍♂️", + "text": "", + "type": 1, + "order": 1787, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann, der eine Kopfmassage bekommt: mitteldunkle Hautfarbe", + "hexcode": "1F486-1F3FE-200D-2642-FE0F", + "emoji": "💆🏾‍♂️", + "text": "", + "type": 1, + "order": 1789, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann, der eine Kopfmassage bekommt: dunkle Hautfarbe", + "hexcode": "1F486-1F3FF-200D-2642-FE0F", + "emoji": "💆🏿‍♂️", + "text": "", + "type": 1, + "order": 1791, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau, die eine Kopfmassage bekommt", + "hexcode": "1F486-200D-2640-FE0F", + "tags": [ + "frau", + "frau, die eine kopfmassage bekommt", + "kopfmassage" + ], + "emoji": "💆‍♀️", + "text": "", + "type": 1, + "order": 1793, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Frau, die eine Kopfmassage bekommt: helle Hautfarbe", + "hexcode": "1F486-1F3FB-200D-2640-FE0F", + "emoji": "💆🏻‍♀️", + "text": "", + "type": 1, + "order": 1795, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau, die eine Kopfmassage bekommt: mittelhelle Hautfarbe", + "hexcode": "1F486-1F3FC-200D-2640-FE0F", + "emoji": "💆🏼‍♀️", + "text": "", + "type": 1, + "order": 1797, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau, die eine Kopfmassage bekommt: mittlere Hautfarbe", + "hexcode": "1F486-1F3FD-200D-2640-FE0F", + "emoji": "💆🏽‍♀️", + "text": "", + "type": 1, + "order": 1799, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau, die eine Kopfmassage bekommt: mitteldunkle Hautfarbe", + "hexcode": "1F486-1F3FE-200D-2640-FE0F", + "emoji": "💆🏾‍♀️", + "text": "", + "type": 1, + "order": 1801, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau, die eine Kopfmassage bekommt: dunkle Hautfarbe", + "hexcode": "1F486-1F3FF-200D-2640-FE0F", + "emoji": "💆🏿‍♀️", + "text": "", + "type": 1, + "order": 1803, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Person beim Haareschneiden", + "hexcode": "1F487", + "tags": [ + "friseur", + "frisur", + "person beim haareschneiden" + ], + "emoji": "💇", + "text": "", + "type": 1, + "order": 1805, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "Person beim Haareschneiden: helle Hautfarbe", + "hexcode": "1F487-1F3FB", + "emoji": "💇🏻", + "text": "", + "type": 1, + "order": 1806, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "Person beim Haareschneiden: mittelhelle Hautfarbe", + "hexcode": "1F487-1F3FC", + "emoji": "💇🏼", + "text": "", + "type": 1, + "order": 1807, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "Person beim Haareschneiden: mittlere Hautfarbe", + "hexcode": "1F487-1F3FD", + "emoji": "💇🏽", + "text": "", + "type": 1, + "order": 1808, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "Person beim Haareschneiden: mitteldunkle Hautfarbe", + "hexcode": "1F487-1F3FE", + "emoji": "💇🏾", + "text": "", + "type": 1, + "order": 1809, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "Person beim Haareschneiden: dunkle Hautfarbe", + "hexcode": "1F487-1F3FF", + "emoji": "💇🏿", + "text": "", + "type": 1, + "order": 1810, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann beim Haareschneiden", + "hexcode": "1F487-200D-2642-FE0F", + "tags": [ + "friseur", + "haarschnitt", + "mann", + "mann beim haareschneiden", + "schere" + ], + "emoji": "💇‍♂️", + "text": "", + "type": 1, + "order": 1811, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Mann beim Haareschneiden: helle Hautfarbe", + "hexcode": "1F487-1F3FB-200D-2642-FE0F", + "emoji": "💇🏻‍♂️", + "text": "", + "type": 1, + "order": 1813, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann beim Haareschneiden: mittelhelle Hautfarbe", + "hexcode": "1F487-1F3FC-200D-2642-FE0F", + "emoji": "💇🏼‍♂️", + "text": "", + "type": 1, + "order": 1815, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann beim Haareschneiden: mittlere Hautfarbe", + "hexcode": "1F487-1F3FD-200D-2642-FE0F", + "emoji": "💇🏽‍♂️", + "text": "", + "type": 1, + "order": 1817, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann beim Haareschneiden: mitteldunkle Hautfarbe", + "hexcode": "1F487-1F3FE-200D-2642-FE0F", + "emoji": "💇🏾‍♂️", + "text": "", + "type": 1, + "order": 1819, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann beim Haareschneiden: dunkle Hautfarbe", + "hexcode": "1F487-1F3FF-200D-2642-FE0F", + "emoji": "💇🏿‍♂️", + "text": "", + "type": 1, + "order": 1821, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau beim Haareschneiden", + "hexcode": "1F487-200D-2640-FE0F", + "tags": [ + "frau", + "frau beim haareschneiden", + "friseur", + "haarschnitt", + "schere" + ], + "emoji": "💇‍♀️", + "text": "", + "type": 1, + "order": 1823, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Frau beim Haareschneiden: helle Hautfarbe", + "hexcode": "1F487-1F3FB-200D-2640-FE0F", + "emoji": "💇🏻‍♀️", + "text": "", + "type": 1, + "order": 1825, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau beim Haareschneiden: mittelhelle Hautfarbe", + "hexcode": "1F487-1F3FC-200D-2640-FE0F", + "emoji": "💇🏼‍♀️", + "text": "", + "type": 1, + "order": 1827, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau beim Haareschneiden: mittlere Hautfarbe", + "hexcode": "1F487-1F3FD-200D-2640-FE0F", + "emoji": "💇🏽‍♀️", + "text": "", + "type": 1, + "order": 1829, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau beim Haareschneiden: mitteldunkle Hautfarbe", + "hexcode": "1F487-1F3FE-200D-2640-FE0F", + "emoji": "💇🏾‍♀️", + "text": "", + "type": 1, + "order": 1831, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau beim Haareschneiden: dunkle Hautfarbe", + "hexcode": "1F487-1F3FF-200D-2640-FE0F", + "emoji": "💇🏿‍♀️", + "text": "", + "type": 1, + "order": 1833, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Fußgänger(in)", + "hexcode": "1F6B6", + "tags": [ + "fußgänger(in)", + "gehen", + "gehend", + "wandern" + ], + "emoji": "🚶", + "text": "", + "type": 1, + "order": 1835, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "Fußgänger(in): helle Hautfarbe", + "hexcode": "1F6B6-1F3FB", + "emoji": "🚶🏻", + "text": "", + "type": 1, + "order": 1836, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "Fußgänger(in): mittelhelle Hautfarbe", + "hexcode": "1F6B6-1F3FC", + "emoji": "🚶🏼", + "text": "", + "type": 1, + "order": 1837, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "Fußgänger(in): mittlere Hautfarbe", + "hexcode": "1F6B6-1F3FD", + "emoji": "🚶🏽", + "text": "", + "type": 1, + "order": 1838, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "Fußgänger(in): mitteldunkle Hautfarbe", + "hexcode": "1F6B6-1F3FE", + "emoji": "🚶🏾", + "text": "", + "type": 1, + "order": 1839, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "Fußgänger(in): dunkle Hautfarbe", + "hexcode": "1F6B6-1F3FF", + "emoji": "🚶🏿", + "text": "", + "type": 1, + "order": 1840, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Fußgänger", + "hexcode": "1F6B6-200D-2642-FE0F", + "tags": [ + "fußgänger", + "gehen", + "mann", + "spaziergang" + ], + "emoji": "🚶‍♂️", + "text": "", + "type": 1, + "order": 1841, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Fußgänger: helle Hautfarbe", + "hexcode": "1F6B6-1F3FB-200D-2642-FE0F", + "emoji": "🚶🏻‍♂️", + "text": "", + "type": 1, + "order": 1843, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Fußgänger: mittelhelle Hautfarbe", + "hexcode": "1F6B6-1F3FC-200D-2642-FE0F", + "emoji": "🚶🏼‍♂️", + "text": "", + "type": 1, + "order": 1845, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Fußgänger: mittlere Hautfarbe", + "hexcode": "1F6B6-1F3FD-200D-2642-FE0F", + "emoji": "🚶🏽‍♂️", + "text": "", + "type": 1, + "order": 1847, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Fußgänger: mitteldunkle Hautfarbe", + "hexcode": "1F6B6-1F3FE-200D-2642-FE0F", + "emoji": "🚶🏾‍♂️", + "text": "", + "type": 1, + "order": 1849, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Fußgänger: dunkle Hautfarbe", + "hexcode": "1F6B6-1F3FF-200D-2642-FE0F", + "emoji": "🚶🏿‍♂️", + "text": "", + "type": 1, + "order": 1851, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Fußgängerin", + "hexcode": "1F6B6-200D-2640-FE0F", + "tags": [ + "frau", + "fußgängerin", + "gehen", + "spaziergang" + ], + "emoji": "🚶‍♀️", + "text": "", + "type": 1, + "order": 1853, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Fußgängerin: helle Hautfarbe", + "hexcode": "1F6B6-1F3FB-200D-2640-FE0F", + "emoji": "🚶🏻‍♀️", + "text": "", + "type": 1, + "order": 1855, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Fußgängerin: mittelhelle Hautfarbe", + "hexcode": "1F6B6-1F3FC-200D-2640-FE0F", + "emoji": "🚶🏼‍♀️", + "text": "", + "type": 1, + "order": 1857, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Fußgängerin: mittlere Hautfarbe", + "hexcode": "1F6B6-1F3FD-200D-2640-FE0F", + "emoji": "🚶🏽‍♀️", + "text": "", + "type": 1, + "order": 1859, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Fußgängerin: mitteldunkle Hautfarbe", + "hexcode": "1F6B6-1F3FE-200D-2640-FE0F", + "emoji": "🚶🏾‍♀️", + "text": "", + "type": 1, + "order": 1861, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Fußgängerin: dunkle Hautfarbe", + "hexcode": "1F6B6-1F3FF-200D-2640-FE0F", + "emoji": "🚶🏿‍♀️", + "text": "", + "type": 1, + "order": 1863, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "stehende Person", + "hexcode": "1F9CD", + "tags": [ + "stand", + "stehen", + "stehende person" + ], + "emoji": "🧍", + "text": "", + "type": 1, + "order": 1865, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "stehende Person: helle Hautfarbe", + "hexcode": "1F9CD-1F3FB", + "emoji": "🧍🏻", + "text": "", + "type": 1, + "order": 1866, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "stehende Person: mittelhelle Hautfarbe", + "hexcode": "1F9CD-1F3FC", + "emoji": "🧍🏼", + "text": "", + "type": 1, + "order": 1867, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "stehende Person: mittlere Hautfarbe", + "hexcode": "1F9CD-1F3FD", + "emoji": "🧍🏽", + "text": "", + "type": 1, + "order": 1868, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "stehende Person: mitteldunkle Hautfarbe", + "hexcode": "1F9CD-1F3FE", + "emoji": "🧍🏾", + "text": "", + "type": 1, + "order": 1869, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "stehende Person: dunkle Hautfarbe", + "hexcode": "1F9CD-1F3FF", + "emoji": "🧍🏿", + "text": "", + "type": 1, + "order": 1870, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "stehender Mann", + "hexcode": "1F9CD-200D-2642-FE0F", + "tags": [ + "mann", + "stehen", + "stehender mann" + ], + "emoji": "🧍‍♂️", + "text": "", + "type": 1, + "order": 1871, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "stehender Mann: helle Hautfarbe", + "hexcode": "1F9CD-1F3FB-200D-2642-FE0F", + "emoji": "🧍🏻‍♂️", + "text": "", + "type": 1, + "order": 1873, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "stehender Mann: mittelhelle Hautfarbe", + "hexcode": "1F9CD-1F3FC-200D-2642-FE0F", + "emoji": "🧍🏼‍♂️", + "text": "", + "type": 1, + "order": 1875, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "stehender Mann: mittlere Hautfarbe", + "hexcode": "1F9CD-1F3FD-200D-2642-FE0F", + "emoji": "🧍🏽‍♂️", + "text": "", + "type": 1, + "order": 1877, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "stehender Mann: mitteldunkle Hautfarbe", + "hexcode": "1F9CD-1F3FE-200D-2642-FE0F", + "emoji": "🧍🏾‍♂️", + "text": "", + "type": 1, + "order": 1879, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "stehender Mann: dunkle Hautfarbe", + "hexcode": "1F9CD-1F3FF-200D-2642-FE0F", + "emoji": "🧍🏿‍♂️", + "text": "", + "type": 1, + "order": 1881, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "stehende Frau", + "hexcode": "1F9CD-200D-2640-FE0F", + "tags": [ + "frau", + "stehen", + "stehende frau" + ], + "emoji": "🧍‍♀️", + "text": "", + "type": 1, + "order": 1883, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "stehende Frau: helle Hautfarbe", + "hexcode": "1F9CD-1F3FB-200D-2640-FE0F", + "emoji": "🧍🏻‍♀️", + "text": "", + "type": 1, + "order": 1885, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "stehende Frau: mittelhelle Hautfarbe", + "hexcode": "1F9CD-1F3FC-200D-2640-FE0F", + "emoji": "🧍🏼‍♀️", + "text": "", + "type": 1, + "order": 1887, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "stehende Frau: mittlere Hautfarbe", + "hexcode": "1F9CD-1F3FD-200D-2640-FE0F", + "emoji": "🧍🏽‍♀️", + "text": "", + "type": 1, + "order": 1889, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "stehende Frau: mitteldunkle Hautfarbe", + "hexcode": "1F9CD-1F3FE-200D-2640-FE0F", + "emoji": "🧍🏾‍♀️", + "text": "", + "type": 1, + "order": 1891, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "stehende Frau: dunkle Hautfarbe", + "hexcode": "1F9CD-1F3FF-200D-2640-FE0F", + "emoji": "🧍🏿‍♀️", + "text": "", + "type": 1, + "order": 1893, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "kniende Person", + "hexcode": "1F9CE", + "tags": [ + "knien", + "kniend", + "kniende person" + ], + "emoji": "🧎", + "text": "", + "type": 1, + "order": 1895, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "kniende Person: helle Hautfarbe", + "hexcode": "1F9CE-1F3FB", + "emoji": "🧎🏻", + "text": "", + "type": 1, + "order": 1896, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "kniende Person: mittelhelle Hautfarbe", + "hexcode": "1F9CE-1F3FC", + "emoji": "🧎🏼", + "text": "", + "type": 1, + "order": 1897, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "kniende Person: mittlere Hautfarbe", + "hexcode": "1F9CE-1F3FD", + "emoji": "🧎🏽", + "text": "", + "type": 1, + "order": 1898, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "kniende Person: mitteldunkle Hautfarbe", + "hexcode": "1F9CE-1F3FE", + "emoji": "🧎🏾", + "text": "", + "type": 1, + "order": 1899, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "kniende Person: dunkle Hautfarbe", + "hexcode": "1F9CE-1F3FF", + "emoji": "🧎🏿", + "text": "", + "type": 1, + "order": 1900, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "kniender Mann", + "hexcode": "1F9CE-200D-2642-FE0F", + "tags": [ + "kniend", + "kniender mann", + "mann" + ], + "emoji": "🧎‍♂️", + "text": "", + "type": 1, + "order": 1901, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "kniender Mann: helle Hautfarbe", + "hexcode": "1F9CE-1F3FB-200D-2642-FE0F", + "emoji": "🧎🏻‍♂️", + "text": "", + "type": 1, + "order": 1903, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "kniender Mann: mittelhelle Hautfarbe", + "hexcode": "1F9CE-1F3FC-200D-2642-FE0F", + "emoji": "🧎🏼‍♂️", + "text": "", + "type": 1, + "order": 1905, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "kniender Mann: mittlere Hautfarbe", + "hexcode": "1F9CE-1F3FD-200D-2642-FE0F", + "emoji": "🧎🏽‍♂️", + "text": "", + "type": 1, + "order": 1907, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "kniender Mann: mitteldunkle Hautfarbe", + "hexcode": "1F9CE-1F3FE-200D-2642-FE0F", + "emoji": "🧎🏾‍♂️", + "text": "", + "type": 1, + "order": 1909, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "kniender Mann: dunkle Hautfarbe", + "hexcode": "1F9CE-1F3FF-200D-2642-FE0F", + "emoji": "🧎🏿‍♂️", + "text": "", + "type": 1, + "order": 1911, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "kniende Frau", + "hexcode": "1F9CE-200D-2640-FE0F", + "tags": [ + "frau", + "kniend", + "kniende frau" + ], + "emoji": "🧎‍♀️", + "text": "", + "type": 1, + "order": 1913, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "kniende Frau: helle Hautfarbe", + "hexcode": "1F9CE-1F3FB-200D-2640-FE0F", + "emoji": "🧎🏻‍♀️", + "text": "", + "type": 1, + "order": 1915, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "kniende Frau: mittelhelle Hautfarbe", + "hexcode": "1F9CE-1F3FC-200D-2640-FE0F", + "emoji": "🧎🏼‍♀️", + "text": "", + "type": 1, + "order": 1917, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "kniende Frau: mittlere Hautfarbe", + "hexcode": "1F9CE-1F3FD-200D-2640-FE0F", + "emoji": "🧎🏽‍♀️", + "text": "", + "type": 1, + "order": 1919, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "kniende Frau: mitteldunkle Hautfarbe", + "hexcode": "1F9CE-1F3FE-200D-2640-FE0F", + "emoji": "🧎🏾‍♀️", + "text": "", + "type": 1, + "order": 1921, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "kniende Frau: dunkle Hautfarbe", + "hexcode": "1F9CE-1F3FF-200D-2640-FE0F", + "emoji": "🧎🏿‍♀️", + "text": "", + "type": 1, + "order": 1923, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Person mit Gehstock", + "hexcode": "1F9D1-200D-1F9AF", + "tags": [ + "barrierefreiheit", + "blind", + "person mit blindenstock", + "person mit gehstock" + ], + "emoji": "🧑‍🦯", + "text": "", + "type": 1, + "order": 1925, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "Person mit Gehstock: helle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F9AF", + "emoji": "🧑🏻‍🦯", + "text": "", + "type": 1, + "order": 1926, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "Person mit Gehstock: mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F9AF", + "emoji": "🧑🏼‍🦯", + "text": "", + "type": 1, + "order": 1927, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "Person mit Gehstock: mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F9AF", + "emoji": "🧑🏽‍🦯", + "text": "", + "type": 1, + "order": 1928, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "Person mit Gehstock: mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F9AF", + "emoji": "🧑🏾‍🦯", + "text": "", + "type": 1, + "order": 1929, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "Person mit Gehstock: dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F9AF", + "emoji": "🧑🏿‍🦯", + "text": "", + "type": 1, + "order": 1930, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann mit Gehstock", + "hexcode": "1F468-200D-1F9AF", + "tags": [ + "barrierefreiheit", + "blind", + "mann", + "mann mit blindenstock", + "mann mit gehstock", + "sehbehindert" + ], + "emoji": "👨‍🦯", + "text": "", + "type": 1, + "order": 1931, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Mann mit Gehstock: helle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F9AF", + "emoji": "👨🏻‍🦯", + "text": "", + "type": 1, + "order": 1932, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Mann mit Gehstock: mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F9AF", + "emoji": "👨🏼‍🦯", + "text": "", + "type": 1, + "order": 1933, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Mann mit Gehstock: mittlere Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F9AF", + "emoji": "👨🏽‍🦯", + "text": "", + "type": 1, + "order": 1934, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Mann mit Gehstock: mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F9AF", + "emoji": "👨🏾‍🦯", + "text": "", + "type": 1, + "order": 1935, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Mann mit Gehstock: dunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F9AF", + "emoji": "👨🏿‍🦯", + "text": "", + "type": 1, + "order": 1936, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Frau mit Gehstock", + "hexcode": "1F469-200D-1F9AF", + "tags": [ + "barrierefreiheit", + "blind", + "frau", + "frau mit blindenstock", + "frau mit gehstock" + ], + "emoji": "👩‍🦯", + "text": "", + "type": 1, + "order": 1937, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Frau mit Gehstock: helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F9AF", + "emoji": "👩🏻‍🦯", + "text": "", + "type": 1, + "order": 1938, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Frau mit Gehstock: mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F9AF", + "emoji": "👩🏼‍🦯", + "text": "", + "type": 1, + "order": 1939, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Frau mit Gehstock: mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F9AF", + "emoji": "👩🏽‍🦯", + "text": "", + "type": 1, + "order": 1940, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Frau mit Gehstock: mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F9AF", + "emoji": "👩🏾‍🦯", + "text": "", + "type": 1, + "order": 1941, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Frau mit Gehstock: dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F9AF", + "emoji": "👩🏿‍🦯", + "text": "", + "type": 1, + "order": 1942, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Person in motorisiertem Rollstuhl", + "hexcode": "1F9D1-200D-1F9BC", + "tags": [ + "barrierefreiheit", + "person in motorisiertem rollstuhl", + "rollstuhl" + ], + "emoji": "🧑‍🦼", + "text": "", + "type": 1, + "order": 1943, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "Person in motorisiertem Rollstuhl: helle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F9BC", + "emoji": "🧑🏻‍🦼", + "text": "", + "type": 1, + "order": 1944, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "Person in motorisiertem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F9BC", + "emoji": "🧑🏼‍🦼", + "text": "", + "type": 1, + "order": 1945, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "Person in motorisiertem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F9BC", + "emoji": "🧑🏽‍🦼", + "text": "", + "type": 1, + "order": 1946, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "Person in motorisiertem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F9BC", + "emoji": "🧑🏾‍🦼", + "text": "", + "type": 1, + "order": 1947, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "Person in motorisiertem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F9BC", + "emoji": "🧑🏿‍🦼", + "text": "", + "type": 1, + "order": 1948, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann in elektrischem Rollstuhl", + "hexcode": "1F468-200D-1F9BC", + "tags": [ + "barrierefreiheit", + "mann", + "mann in elektrischem rollstuhl", + "rollstuhl" + ], + "emoji": "👨‍🦼", + "text": "", + "type": 1, + "order": 1949, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Mann in elektrischem Rollstuhl: helle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F9BC", + "emoji": "👨🏻‍🦼", + "text": "", + "type": 1, + "order": 1950, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Mann in elektrischem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F9BC", + "emoji": "👨🏼‍🦼", + "text": "", + "type": 1, + "order": 1951, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Mann in elektrischem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F9BC", + "emoji": "👨🏽‍🦼", + "text": "", + "type": 1, + "order": 1952, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Mann in elektrischem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F9BC", + "emoji": "👨🏾‍🦼", + "text": "", + "type": 1, + "order": 1953, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Mann in elektrischem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F9BC", + "emoji": "👨🏿‍🦼", + "text": "", + "type": 1, + "order": 1954, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Frau in elektrischem Rollstuhl", + "hexcode": "1F469-200D-1F9BC", + "tags": [ + "barrierefreiheit", + "frau", + "frau in elektrischem rollstuhl", + "rollstuhl" + ], + "emoji": "👩‍🦼", + "text": "", + "type": 1, + "order": 1955, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Frau in elektrischem Rollstuhl: helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F9BC", + "emoji": "👩🏻‍🦼", + "text": "", + "type": 1, + "order": 1956, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Frau in elektrischem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F9BC", + "emoji": "👩🏼‍🦼", + "text": "", + "type": 1, + "order": 1957, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Frau in elektrischem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F9BC", + "emoji": "👩🏽‍🦼", + "text": "", + "type": 1, + "order": 1958, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Frau in elektrischem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F9BC", + "emoji": "👩🏾‍🦼", + "text": "", + "type": 1, + "order": 1959, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Frau in elektrischem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F9BC", + "emoji": "👩🏿‍🦼", + "text": "", + "type": 1, + "order": 1960, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Person in manuellem Rollstuhl", + "hexcode": "1F9D1-200D-1F9BD", + "tags": [ + "barrierefreiheit", + "person in manuellem rollstuhl", + "rollstuhl" + ], + "emoji": "🧑‍🦽", + "text": "", + "type": 1, + "order": 1961, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "Person in manuellem Rollstuhl: helle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F9BD", + "emoji": "🧑🏻‍🦽", + "text": "", + "type": 1, + "order": 1962, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "Person in manuellem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F9BD", + "emoji": "🧑🏼‍🦽", + "text": "", + "type": 1, + "order": 1963, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "Person in manuellem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F9BD", + "emoji": "🧑🏽‍🦽", + "text": "", + "type": 1, + "order": 1964, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "Person in manuellem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F9BD", + "emoji": "🧑🏾‍🦽", + "text": "", + "type": 1, + "order": 1965, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "Person in manuellem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F9BD", + "emoji": "🧑🏿‍🦽", + "text": "", + "type": 1, + "order": 1966, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann in manuellem Rollstuhl", + "hexcode": "1F468-200D-1F9BD", + "tags": [ + "barrierefreiheit", + "mann", + "mann in manuellem rollstuhl", + "rollstuhl" + ], + "emoji": "👨‍🦽", + "text": "", + "type": 1, + "order": 1967, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Mann in manuellem Rollstuhl: helle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F9BD", + "emoji": "👨🏻‍🦽", + "text": "", + "type": 1, + "order": 1968, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Mann in manuellem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F9BD", + "emoji": "👨🏼‍🦽", + "text": "", + "type": 1, + "order": 1969, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Mann in manuellem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F9BD", + "emoji": "👨🏽‍🦽", + "text": "", + "type": 1, + "order": 1970, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Mann in manuellem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F9BD", + "emoji": "👨🏾‍🦽", + "text": "", + "type": 1, + "order": 1971, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Mann in manuellem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F9BD", + "emoji": "👨🏿‍🦽", + "text": "", + "type": 1, + "order": 1972, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Frau in manuellem Rollstuhl", + "hexcode": "1F469-200D-1F9BD", + "tags": [ + "barrierefreiheit", + "frau", + "frau in manuellem rollstuhl", + "rollstuhl" + ], + "emoji": "👩‍🦽", + "text": "", + "type": 1, + "order": 1973, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "Frau in manuellem Rollstuhl: helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F9BD", + "emoji": "👩🏻‍🦽", + "text": "", + "type": 1, + "order": 1974, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "Frau in manuellem Rollstuhl: mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F9BD", + "emoji": "👩🏼‍🦽", + "text": "", + "type": 1, + "order": 1975, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "Frau in manuellem Rollstuhl: mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F9BD", + "emoji": "👩🏽‍🦽", + "text": "", + "type": 1, + "order": 1976, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "Frau in manuellem Rollstuhl: mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F9BD", + "emoji": "👩🏾‍🦽", + "text": "", + "type": 1, + "order": 1977, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "Frau in manuellem Rollstuhl: dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F9BD", + "emoji": "👩🏿‍🦽", + "text": "", + "type": 1, + "order": 1978, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "laufende Person", + "hexcode": "1F3C3", + "tags": [ + "laufen", + "laufende person", + "marathon", + "sport" + ], + "emoji": "🏃", + "text": "", + "type": 1, + "order": 1979, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "laufende Person: helle Hautfarbe", + "hexcode": "1F3C3-1F3FB", + "emoji": "🏃🏻", + "text": "", + "type": 1, + "order": 1980, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "laufende Person: mittelhelle Hautfarbe", + "hexcode": "1F3C3-1F3FC", + "emoji": "🏃🏼", + "text": "", + "type": 1, + "order": 1981, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "laufende Person: mittlere Hautfarbe", + "hexcode": "1F3C3-1F3FD", + "emoji": "🏃🏽", + "text": "", + "type": 1, + "order": 1982, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "laufende Person: mitteldunkle Hautfarbe", + "hexcode": "1F3C3-1F3FE", + "emoji": "🏃🏾", + "text": "", + "type": 1, + "order": 1983, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "laufende Person: dunkle Hautfarbe", + "hexcode": "1F3C3-1F3FF", + "emoji": "🏃🏿", + "text": "", + "type": 1, + "order": 1984, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "laufender Mann", + "hexcode": "1F3C3-200D-2642-FE0F", + "tags": [ + "joggen", + "jogger", + "laufen", + "laufender mann", + "marathon" + ], + "emoji": "🏃‍♂️", + "text": "", + "type": 1, + "order": 1985, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "laufender Mann: helle Hautfarbe", + "hexcode": "1F3C3-1F3FB-200D-2642-FE0F", + "emoji": "🏃🏻‍♂️", + "text": "", + "type": 1, + "order": 1987, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "laufender Mann: mittelhelle Hautfarbe", + "hexcode": "1F3C3-1F3FC-200D-2642-FE0F", + "emoji": "🏃🏼‍♂️", + "text": "", + "type": 1, + "order": 1989, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "laufender Mann: mittlere Hautfarbe", + "hexcode": "1F3C3-1F3FD-200D-2642-FE0F", + "emoji": "🏃🏽‍♂️", + "text": "", + "type": 1, + "order": 1991, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "laufender Mann: mitteldunkle Hautfarbe", + "hexcode": "1F3C3-1F3FE-200D-2642-FE0F", + "emoji": "🏃🏾‍♂️", + "text": "", + "type": 1, + "order": 1993, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "laufender Mann: dunkle Hautfarbe", + "hexcode": "1F3C3-1F3FF-200D-2642-FE0F", + "emoji": "🏃🏿‍♂️", + "text": "", + "type": 1, + "order": 1995, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "laufende Frau", + "hexcode": "1F3C3-200D-2640-FE0F", + "tags": [ + "joggen", + "joggerin", + "laufen", + "laufende frau", + "marathon" + ], + "emoji": "🏃‍♀️", + "text": "", + "type": 1, + "order": 1997, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "laufende Frau: helle Hautfarbe", + "hexcode": "1F3C3-1F3FB-200D-2640-FE0F", + "emoji": "🏃🏻‍♀️", + "text": "", + "type": 1, + "order": 1999, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "laufende Frau: mittelhelle Hautfarbe", + "hexcode": "1F3C3-1F3FC-200D-2640-FE0F", + "emoji": "🏃🏼‍♀️", + "text": "", + "type": 1, + "order": 2001, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "laufende Frau: mittlere Hautfarbe", + "hexcode": "1F3C3-1F3FD-200D-2640-FE0F", + "emoji": "🏃🏽‍♀️", + "text": "", + "type": 1, + "order": 2003, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "laufende Frau: mitteldunkle Hautfarbe", + "hexcode": "1F3C3-1F3FE-200D-2640-FE0F", + "emoji": "🏃🏾‍♀️", + "text": "", + "type": 1, + "order": 2005, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "laufende Frau: dunkle Hautfarbe", + "hexcode": "1F3C3-1F3FF-200D-2640-FE0F", + "emoji": "🏃🏿‍♀️", + "text": "", + "type": 1, + "order": 2007, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "tanzende Frau", + "hexcode": "1F483", + "tags": [ + "frau", + "tanz", + "tanzende frau" + ], + "emoji": "💃", + "text": "", + "type": 1, + "order": 2009, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "tanzende Frau: helle Hautfarbe", + "hexcode": "1F483-1F3FB", + "emoji": "💃🏻", + "text": "", + "type": 1, + "order": 2010, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "tanzende Frau: mittelhelle Hautfarbe", + "hexcode": "1F483-1F3FC", + "emoji": "💃🏼", + "text": "", + "type": 1, + "order": 2011, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "tanzende Frau: mittlere Hautfarbe", + "hexcode": "1F483-1F3FD", + "emoji": "💃🏽", + "text": "", + "type": 1, + "order": 2012, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "tanzende Frau: mitteldunkle Hautfarbe", + "hexcode": "1F483-1F3FE", + "emoji": "💃🏾", + "text": "", + "type": 1, + "order": 2013, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "tanzende Frau: dunkle Hautfarbe", + "hexcode": "1F483-1F3FF", + "emoji": "💃🏿", + "text": "", + "type": 1, + "order": 2014, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "tanzender Mann", + "hexcode": "1F57A", + "tags": [ + "mann", + "tanzen", + "tanzender mann" + ], + "emoji": "🕺", + "text": "", + "type": 1, + "order": 2015, + "group": 1, + "subgroup": 26, + "version": 3, + "skins": [ + { + "annotation": "tanzender Mann: helle Hautfarbe", + "hexcode": "1F57A-1F3FB", + "emoji": "🕺🏻", + "text": "", + "type": 1, + "order": 2016, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 1 + }, + { + "annotation": "tanzender Mann: mittelhelle Hautfarbe", + "hexcode": "1F57A-1F3FC", + "emoji": "🕺🏼", + "text": "", + "type": 1, + "order": 2017, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 2 + }, + { + "annotation": "tanzender Mann: mittlere Hautfarbe", + "hexcode": "1F57A-1F3FD", + "emoji": "🕺🏽", + "text": "", + "type": 1, + "order": 2018, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 3 + }, + { + "annotation": "tanzender Mann: mitteldunkle Hautfarbe", + "hexcode": "1F57A-1F3FE", + "emoji": "🕺🏾", + "text": "", + "type": 1, + "order": 2019, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 4 + }, + { + "annotation": "tanzender Mann: dunkle Hautfarbe", + "hexcode": "1F57A-1F3FF", + "emoji": "🕺🏿", + "text": "", + "type": 1, + "order": 2020, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "schwebender Mann im Anzug", + "hexcode": "1F574", + "tags": [ + "anzug", + "geschäftlich", + "mann", + "schwebender mann im anzug" + ], + "emoji": "🕴️", + "text": "🕴︎", + "type": 0, + "order": 2022, + "group": 1, + "subgroup": 26, + "version": 0.7, + "skins": [ + { + "annotation": "schwebender Mann im Anzug: helle Hautfarbe", + "hexcode": "1F574-1F3FB", + "emoji": "🕴🏻", + "text": "", + "type": 1, + "order": 2023, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 1 + }, + { + "annotation": "schwebender Mann im Anzug: mittelhelle Hautfarbe", + "hexcode": "1F574-1F3FC", + "emoji": "🕴🏼", + "text": "", + "type": 1, + "order": 2024, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 2 + }, + { + "annotation": "schwebender Mann im Anzug: mittlere Hautfarbe", + "hexcode": "1F574-1F3FD", + "emoji": "🕴🏽", + "text": "", + "type": 1, + "order": 2025, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 3 + }, + { + "annotation": "schwebender Mann im Anzug: mitteldunkle Hautfarbe", + "hexcode": "1F574-1F3FE", + "emoji": "🕴🏾", + "text": "", + "type": 1, + "order": 2026, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 4 + }, + { + "annotation": "schwebender Mann im Anzug: dunkle Hautfarbe", + "hexcode": "1F574-1F3FF", + "emoji": "🕴🏿", + "text": "", + "type": 1, + "order": 2027, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "Personen mit Hasenohren", + "hexcode": "1F46F", + "tags": [ + "bunnys", + "hasenohren", + "leute", + "personen mit hasenohren" + ], + "emoji": "👯", + "text": "", + "type": 1, + "order": 2028, + "group": 1, + "subgroup": 26, + "version": 0.6 + }, + { + "annotation": "Männer mit Hasenohren", + "hexcode": "1F46F-200D-2642-FE0F", + "tags": [ + "bunnys", + "hasenohren", + "männer", + "männer mit hasenohren", + "party" + ], + "emoji": "👯‍♂️", + "text": "", + "type": 1, + "order": 2029, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1 + }, + { + "annotation": "Frauen mit Hasenohren", + "hexcode": "1F46F-200D-2640-FE0F", + "tags": [ + "bunnys", + "frauen", + "frauen mit hasenohren", + "hasenohren", + "party" + ], + "emoji": "👯‍♀️", + "text": "", + "type": 1, + "order": 2031, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0 + }, + { + "annotation": "Person in Dampfsauna", + "hexcode": "1F9D6", + "tags": [ + "dampfsauna", + "person in dampfsauna", + "sauna" + ], + "emoji": "🧖", + "text": "", + "type": 1, + "order": 2033, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "Person in Dampfsauna: helle Hautfarbe", + "hexcode": "1F9D6-1F3FB", + "emoji": "🧖🏻", + "text": "", + "type": 1, + "order": 2034, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "Person in Dampfsauna: mittelhelle Hautfarbe", + "hexcode": "1F9D6-1F3FC", + "emoji": "🧖🏼", + "text": "", + "type": 1, + "order": 2035, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "Person in Dampfsauna: mittlere Hautfarbe", + "hexcode": "1F9D6-1F3FD", + "emoji": "🧖🏽", + "text": "", + "type": 1, + "order": 2036, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "Person in Dampfsauna: mitteldunkle Hautfarbe", + "hexcode": "1F9D6-1F3FE", + "emoji": "🧖🏾", + "text": "", + "type": 1, + "order": 2037, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "Person in Dampfsauna: dunkle Hautfarbe", + "hexcode": "1F9D6-1F3FF", + "emoji": "🧖🏿", + "text": "", + "type": 1, + "order": 2038, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "Mann in Dampfsauna", + "hexcode": "1F9D6-200D-2642-FE0F", + "tags": [ + "dampfsauna", + "mann in dampfsauna", + "sauna" + ], + "emoji": "🧖‍♂️", + "text": "", + "type": 1, + "order": 2039, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "Mann in Dampfsauna: helle Hautfarbe", + "hexcode": "1F9D6-1F3FB-200D-2642-FE0F", + "emoji": "🧖🏻‍♂️", + "text": "", + "type": 1, + "order": 2041, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann in Dampfsauna: mittelhelle Hautfarbe", + "hexcode": "1F9D6-1F3FC-200D-2642-FE0F", + "emoji": "🧖🏼‍♂️", + "text": "", + "type": 1, + "order": 2043, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann in Dampfsauna: mittlere Hautfarbe", + "hexcode": "1F9D6-1F3FD-200D-2642-FE0F", + "emoji": "🧖🏽‍♂️", + "text": "", + "type": 1, + "order": 2045, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann in Dampfsauna: mitteldunkle Hautfarbe", + "hexcode": "1F9D6-1F3FE-200D-2642-FE0F", + "emoji": "🧖🏾‍♂️", + "text": "", + "type": 1, + "order": 2047, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann in Dampfsauna: dunkle Hautfarbe", + "hexcode": "1F9D6-1F3FF-200D-2642-FE0F", + "emoji": "🧖🏿‍♂️", + "text": "", + "type": 1, + "order": 2049, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau in Dampfsauna", + "hexcode": "1F9D6-200D-2640-FE0F", + "tags": [ + "dampfsauna", + "frau in dampfsauna", + "sauna" + ], + "emoji": "🧖‍♀️", + "text": "", + "type": 1, + "order": 2051, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Frau in Dampfsauna: helle Hautfarbe", + "hexcode": "1F9D6-1F3FB-200D-2640-FE0F", + "emoji": "🧖🏻‍♀️", + "text": "", + "type": 1, + "order": 2053, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau in Dampfsauna: mittelhelle Hautfarbe", + "hexcode": "1F9D6-1F3FC-200D-2640-FE0F", + "emoji": "🧖🏼‍♀️", + "text": "", + "type": 1, + "order": 2055, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau in Dampfsauna: mittlere Hautfarbe", + "hexcode": "1F9D6-1F3FD-200D-2640-FE0F", + "emoji": "🧖🏽‍♀️", + "text": "", + "type": 1, + "order": 2057, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau in Dampfsauna: mitteldunkle Hautfarbe", + "hexcode": "1F9D6-1F3FE-200D-2640-FE0F", + "emoji": "🧖🏾‍♀️", + "text": "", + "type": 1, + "order": 2059, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau in Dampfsauna: dunkle Hautfarbe", + "hexcode": "1F9D6-1F3FF-200D-2640-FE0F", + "emoji": "🧖🏿‍♀️", + "text": "", + "type": 1, + "order": 2061, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Bergsteiger(in)", + "hexcode": "1F9D7", + "tags": [ + "bergsteiger", + "bergsteiger(in)" + ], + "emoji": "🧗", + "text": "", + "type": 1, + "order": 2063, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "Bergsteiger(in): helle Hautfarbe", + "hexcode": "1F9D7-1F3FB", + "emoji": "🧗🏻", + "text": "", + "type": 1, + "order": 2064, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "Bergsteiger(in): mittelhelle Hautfarbe", + "hexcode": "1F9D7-1F3FC", + "emoji": "🧗🏼", + "text": "", + "type": 1, + "order": 2065, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "Bergsteiger(in): mittlere Hautfarbe", + "hexcode": "1F9D7-1F3FD", + "emoji": "🧗🏽", + "text": "", + "type": 1, + "order": 2066, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "Bergsteiger(in): mitteldunkle Hautfarbe", + "hexcode": "1F9D7-1F3FE", + "emoji": "🧗🏾", + "text": "", + "type": 1, + "order": 2067, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "Bergsteiger(in): dunkle Hautfarbe", + "hexcode": "1F9D7-1F3FF", + "emoji": "🧗🏿", + "text": "", + "type": 1, + "order": 2068, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "Bergsteiger", + "hexcode": "1F9D7-200D-2642-FE0F", + "tags": [ + "bergsteiger" + ], + "emoji": "🧗‍♂️", + "text": "", + "type": 1, + "order": 2069, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "Bergsteiger: helle Hautfarbe", + "hexcode": "1F9D7-1F3FB-200D-2642-FE0F", + "emoji": "🧗🏻‍♂️", + "text": "", + "type": 1, + "order": 2071, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Bergsteiger: mittelhelle Hautfarbe", + "hexcode": "1F9D7-1F3FC-200D-2642-FE0F", + "emoji": "🧗🏼‍♂️", + "text": "", + "type": 1, + "order": 2073, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Bergsteiger: mittlere Hautfarbe", + "hexcode": "1F9D7-1F3FD-200D-2642-FE0F", + "emoji": "🧗🏽‍♂️", + "text": "", + "type": 1, + "order": 2075, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Bergsteiger: mitteldunkle Hautfarbe", + "hexcode": "1F9D7-1F3FE-200D-2642-FE0F", + "emoji": "🧗🏾‍♂️", + "text": "", + "type": 1, + "order": 2077, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Bergsteiger: dunkle Hautfarbe", + "hexcode": "1F9D7-1F3FF-200D-2642-FE0F", + "emoji": "🧗🏿‍♂️", + "text": "", + "type": 1, + "order": 2079, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Bergsteigerin", + "hexcode": "1F9D7-200D-2640-FE0F", + "tags": [ + "bergsteiger", + "bergsteigerin" + ], + "emoji": "🧗‍♀️", + "text": "", + "type": 1, + "order": 2081, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Bergsteigerin: helle Hautfarbe", + "hexcode": "1F9D7-1F3FB-200D-2640-FE0F", + "emoji": "🧗🏻‍♀️", + "text": "", + "type": 1, + "order": 2083, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Bergsteigerin: mittelhelle Hautfarbe", + "hexcode": "1F9D7-1F3FC-200D-2640-FE0F", + "emoji": "🧗🏼‍♀️", + "text": "", + "type": 1, + "order": 2085, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Bergsteigerin: mittlere Hautfarbe", + "hexcode": "1F9D7-1F3FD-200D-2640-FE0F", + "emoji": "🧗🏽‍♀️", + "text": "", + "type": 1, + "order": 2087, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Bergsteigerin: mitteldunkle Hautfarbe", + "hexcode": "1F9D7-1F3FE-200D-2640-FE0F", + "emoji": "🧗🏾‍♀️", + "text": "", + "type": 1, + "order": 2089, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Bergsteigerin: dunkle Hautfarbe", + "hexcode": "1F9D7-1F3FF-200D-2640-FE0F", + "emoji": "🧗🏿‍♀️", + "text": "", + "type": 1, + "order": 2091, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Fechter(in)", + "hexcode": "1F93A", + "tags": [ + "fechten", + "fechter", + "fechter(in)", + "schwert", + "sport" + ], + "emoji": "🤺", + "text": "", + "type": 1, + "order": 2093, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "Pferderennen", + "hexcode": "1F3C7", + "tags": [ + "jockey auf pferd", + "pferderennen", + "sport" + ], + "emoji": "🏇", + "text": "", + "type": 1, + "order": 2094, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "Pferderennen: helle Hautfarbe", + "hexcode": "1F3C7-1F3FB", + "emoji": "🏇🏻", + "text": "", + "type": 1, + "order": 2095, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Pferderennen: mittelhelle Hautfarbe", + "hexcode": "1F3C7-1F3FC", + "emoji": "🏇🏼", + "text": "", + "type": 1, + "order": 2096, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Pferderennen: mittlere Hautfarbe", + "hexcode": "1F3C7-1F3FD", + "emoji": "🏇🏽", + "text": "", + "type": 1, + "order": 2097, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Pferderennen: mitteldunkle Hautfarbe", + "hexcode": "1F3C7-1F3FE", + "emoji": "🏇🏾", + "text": "", + "type": 1, + "order": 2098, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Pferderennen: dunkle Hautfarbe", + "hexcode": "1F3C7-1F3FF", + "emoji": "🏇🏿", + "text": "", + "type": 1, + "order": 2099, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Skifahrer(in)", + "hexcode": "26F7", + "tags": [ + "schnee", + "ski", + "skifahrer", + "skifahrer(in)", + "skifahrerin", + "sport" + ], + "emoji": "⛷️", + "text": "⛷︎", + "type": 0, + "order": 2101, + "group": 1, + "subgroup": 27, + "version": 0.7 + }, + { + "annotation": "Snowboarder(in)", + "hexcode": "1F3C2", + "tags": [ + "snowboard", + "snowboarden", + "snowboarder", + "snowboarder(in)", + "snowboarderin", + "sport" + ], + "emoji": "🏂️", + "text": "🏂︎", + "type": 1, + "order": 2102, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "Snowboarder(in): helle Hautfarbe", + "hexcode": "1F3C2-1F3FB", + "emoji": "🏂🏻", + "text": "", + "type": 1, + "order": 2103, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Snowboarder(in): mittelhelle Hautfarbe", + "hexcode": "1F3C2-1F3FC", + "emoji": "🏂🏼", + "text": "", + "type": 1, + "order": 2104, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Snowboarder(in): mittlere Hautfarbe", + "hexcode": "1F3C2-1F3FD", + "emoji": "🏂🏽", + "text": "", + "type": 1, + "order": 2105, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Snowboarder(in): mitteldunkle Hautfarbe", + "hexcode": "1F3C2-1F3FE", + "emoji": "🏂🏾", + "text": "", + "type": 1, + "order": 2106, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Snowboarder(in): dunkle Hautfarbe", + "hexcode": "1F3C2-1F3FF", + "emoji": "🏂🏿", + "text": "", + "type": 1, + "order": 2107, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Golfer(in)", + "hexcode": "1F3CC", + "tags": [ + "golf", + "golfer(in)" + ], + "emoji": "🏌️", + "text": "🏌︎", + "type": 0, + "order": 2109, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "Golfer(in): helle Hautfarbe", + "hexcode": "1F3CC-1F3FB", + "emoji": "🏌🏻", + "text": "", + "type": 1, + "order": 2110, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 1 + }, + { + "annotation": "Golfer(in): mittelhelle Hautfarbe", + "hexcode": "1F3CC-1F3FC", + "emoji": "🏌🏼", + "text": "", + "type": 1, + "order": 2111, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 2 + }, + { + "annotation": "Golfer(in): mittlere Hautfarbe", + "hexcode": "1F3CC-1F3FD", + "emoji": "🏌🏽", + "text": "", + "type": 1, + "order": 2112, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 3 + }, + { + "annotation": "Golfer(in): mitteldunkle Hautfarbe", + "hexcode": "1F3CC-1F3FE", + "emoji": "🏌🏾", + "text": "", + "type": 1, + "order": 2113, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 4 + }, + { + "annotation": "Golfer(in): dunkle Hautfarbe", + "hexcode": "1F3CC-1F3FF", + "emoji": "🏌🏿", + "text": "", + "type": 1, + "order": 2114, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "Golfer", + "hexcode": "1F3CC-FE0F-200D-2642-FE0F", + "tags": [ + "golf", + "golfen", + "golfer", + "golfspieler", + "mann" + ], + "emoji": "🏌️‍♂️", + "text": "", + "type": 1, + "order": 2115, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Golfer: helle Hautfarbe", + "hexcode": "1F3CC-1F3FB-200D-2642-FE0F", + "emoji": "🏌🏻‍♂️", + "text": "", + "type": 1, + "order": 2119, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Golfer: mittelhelle Hautfarbe", + "hexcode": "1F3CC-1F3FC-200D-2642-FE0F", + "emoji": "🏌🏼‍♂️", + "text": "", + "type": 1, + "order": 2121, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Golfer: mittlere Hautfarbe", + "hexcode": "1F3CC-1F3FD-200D-2642-FE0F", + "emoji": "🏌🏽‍♂️", + "text": "", + "type": 1, + "order": 2123, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Golfer: mitteldunkle Hautfarbe", + "hexcode": "1F3CC-1F3FE-200D-2642-FE0F", + "emoji": "🏌🏾‍♂️", + "text": "", + "type": 1, + "order": 2125, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Golfer: dunkle Hautfarbe", + "hexcode": "1F3CC-1F3FF-200D-2642-FE0F", + "emoji": "🏌🏿‍♂️", + "text": "", + "type": 1, + "order": 2127, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Golferin", + "hexcode": "1F3CC-FE0F-200D-2640-FE0F", + "tags": [ + "frau", + "golf", + "golfen", + "golferin", + "golfspielerin" + ], + "emoji": "🏌️‍♀️", + "text": "", + "type": 1, + "order": 2129, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Golferin: helle Hautfarbe", + "hexcode": "1F3CC-1F3FB-200D-2640-FE0F", + "emoji": "🏌🏻‍♀️", + "text": "", + "type": 1, + "order": 2133, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Golferin: mittelhelle Hautfarbe", + "hexcode": "1F3CC-1F3FC-200D-2640-FE0F", + "emoji": "🏌🏼‍♀️", + "text": "", + "type": 1, + "order": 2135, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Golferin: mittlere Hautfarbe", + "hexcode": "1F3CC-1F3FD-200D-2640-FE0F", + "emoji": "🏌🏽‍♀️", + "text": "", + "type": 1, + "order": 2137, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Golferin: mitteldunkle Hautfarbe", + "hexcode": "1F3CC-1F3FE-200D-2640-FE0F", + "emoji": "🏌🏾‍♀️", + "text": "", + "type": 1, + "order": 2139, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Golferin: dunkle Hautfarbe", + "hexcode": "1F3CC-1F3FF-200D-2640-FE0F", + "emoji": "🏌🏿‍♀️", + "text": "", + "type": 1, + "order": 2141, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Surfer(in)", + "hexcode": "1F3C4", + "tags": [ + "surfen", + "surfer(in)", + "wassersport", + "wellenreiten", + "wellenreiter", + "wellenreiterin" + ], + "emoji": "🏄️", + "text": "🏄︎", + "type": 1, + "order": 2143, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "Surfer(in): helle Hautfarbe", + "hexcode": "1F3C4-1F3FB", + "emoji": "🏄🏻", + "text": "", + "type": 1, + "order": 2144, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Surfer(in): mittelhelle Hautfarbe", + "hexcode": "1F3C4-1F3FC", + "emoji": "🏄🏼", + "text": "", + "type": 1, + "order": 2145, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Surfer(in): mittlere Hautfarbe", + "hexcode": "1F3C4-1F3FD", + "emoji": "🏄🏽", + "text": "", + "type": 1, + "order": 2146, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Surfer(in): mitteldunkle Hautfarbe", + "hexcode": "1F3C4-1F3FE", + "emoji": "🏄🏾", + "text": "", + "type": 1, + "order": 2147, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Surfer(in): dunkle Hautfarbe", + "hexcode": "1F3C4-1F3FF", + "emoji": "🏄🏿", + "text": "", + "type": 1, + "order": 2148, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Surfer", + "hexcode": "1F3C4-200D-2642-FE0F", + "tags": [ + "mann", + "surfer", + "wellenreiten" + ], + "emoji": "🏄‍♂️", + "text": "", + "type": 1, + "order": 2149, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Surfer: helle Hautfarbe", + "hexcode": "1F3C4-1F3FB-200D-2642-FE0F", + "emoji": "🏄🏻‍♂️", + "text": "", + "type": 1, + "order": 2151, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Surfer: mittelhelle Hautfarbe", + "hexcode": "1F3C4-1F3FC-200D-2642-FE0F", + "emoji": "🏄🏼‍♂️", + "text": "", + "type": 1, + "order": 2153, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Surfer: mittlere Hautfarbe", + "hexcode": "1F3C4-1F3FD-200D-2642-FE0F", + "emoji": "🏄🏽‍♂️", + "text": "", + "type": 1, + "order": 2155, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Surfer: mitteldunkle Hautfarbe", + "hexcode": "1F3C4-1F3FE-200D-2642-FE0F", + "emoji": "🏄🏾‍♂️", + "text": "", + "type": 1, + "order": 2157, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Surfer: dunkle Hautfarbe", + "hexcode": "1F3C4-1F3FF-200D-2642-FE0F", + "emoji": "🏄🏿‍♂️", + "text": "", + "type": 1, + "order": 2159, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Surferin", + "hexcode": "1F3C4-200D-2640-FE0F", + "tags": [ + "frau", + "surferin", + "wellenreiten" + ], + "emoji": "🏄‍♀️", + "text": "", + "type": 1, + "order": 2161, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Surferin: helle Hautfarbe", + "hexcode": "1F3C4-1F3FB-200D-2640-FE0F", + "emoji": "🏄🏻‍♀️", + "text": "", + "type": 1, + "order": 2163, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Surferin: mittelhelle Hautfarbe", + "hexcode": "1F3C4-1F3FC-200D-2640-FE0F", + "emoji": "🏄🏼‍♀️", + "text": "", + "type": 1, + "order": 2165, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Surferin: mittlere Hautfarbe", + "hexcode": "1F3C4-1F3FD-200D-2640-FE0F", + "emoji": "🏄🏽‍♀️", + "text": "", + "type": 1, + "order": 2167, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Surferin: mitteldunkle Hautfarbe", + "hexcode": "1F3C4-1F3FE-200D-2640-FE0F", + "emoji": "🏄🏾‍♀️", + "text": "", + "type": 1, + "order": 2169, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Surferin: dunkle Hautfarbe", + "hexcode": "1F3C4-1F3FF-200D-2640-FE0F", + "emoji": "🏄🏿‍♀️", + "text": "", + "type": 1, + "order": 2171, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Person im Ruderboot", + "hexcode": "1F6A3", + "tags": [ + "boot", + "person im ruderboot" + ], + "emoji": "🚣", + "text": "", + "type": 1, + "order": 2173, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "Person im Ruderboot: helle Hautfarbe", + "hexcode": "1F6A3-1F3FB", + "emoji": "🚣🏻", + "text": "", + "type": 1, + "order": 2174, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Person im Ruderboot: mittelhelle Hautfarbe", + "hexcode": "1F6A3-1F3FC", + "emoji": "🚣🏼", + "text": "", + "type": 1, + "order": 2175, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Person im Ruderboot: mittlere Hautfarbe", + "hexcode": "1F6A3-1F3FD", + "emoji": "🚣🏽", + "text": "", + "type": 1, + "order": 2176, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Person im Ruderboot: mitteldunkle Hautfarbe", + "hexcode": "1F6A3-1F3FE", + "emoji": "🚣🏾", + "text": "", + "type": 1, + "order": 2177, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Person im Ruderboot: dunkle Hautfarbe", + "hexcode": "1F6A3-1F3FF", + "emoji": "🚣🏿", + "text": "", + "type": 1, + "order": 2178, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Mann im Ruderboot", + "hexcode": "1F6A3-200D-2642-FE0F", + "tags": [ + "boot", + "mann", + "mann im ruderboot", + "rudern" + ], + "emoji": "🚣‍♂️", + "text": "", + "type": 1, + "order": 2179, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Mann im Ruderboot: helle Hautfarbe", + "hexcode": "1F6A3-1F3FB-200D-2642-FE0F", + "emoji": "🚣🏻‍♂️", + "text": "", + "type": 1, + "order": 2181, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann im Ruderboot: mittelhelle Hautfarbe", + "hexcode": "1F6A3-1F3FC-200D-2642-FE0F", + "emoji": "🚣🏼‍♂️", + "text": "", + "type": 1, + "order": 2183, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann im Ruderboot: mittlere Hautfarbe", + "hexcode": "1F6A3-1F3FD-200D-2642-FE0F", + "emoji": "🚣🏽‍♂️", + "text": "", + "type": 1, + "order": 2185, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann im Ruderboot: mitteldunkle Hautfarbe", + "hexcode": "1F6A3-1F3FE-200D-2642-FE0F", + "emoji": "🚣🏾‍♂️", + "text": "", + "type": 1, + "order": 2187, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann im Ruderboot: dunkle Hautfarbe", + "hexcode": "1F6A3-1F3FF-200D-2642-FE0F", + "emoji": "🚣🏿‍♂️", + "text": "", + "type": 1, + "order": 2189, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau im Ruderboot", + "hexcode": "1F6A3-200D-2640-FE0F", + "tags": [ + "boot", + "frau", + "frau im ruderboot", + "rudern" + ], + "emoji": "🚣‍♀️", + "text": "", + "type": 1, + "order": 2191, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Frau im Ruderboot: helle Hautfarbe", + "hexcode": "1F6A3-1F3FB-200D-2640-FE0F", + "emoji": "🚣🏻‍♀️", + "text": "", + "type": 1, + "order": 2193, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau im Ruderboot: mittelhelle Hautfarbe", + "hexcode": "1F6A3-1F3FC-200D-2640-FE0F", + "emoji": "🚣🏼‍♀️", + "text": "", + "type": 1, + "order": 2195, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau im Ruderboot: mittlere Hautfarbe", + "hexcode": "1F6A3-1F3FD-200D-2640-FE0F", + "emoji": "🚣🏽‍♀️", + "text": "", + "type": 1, + "order": 2197, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau im Ruderboot: mitteldunkle Hautfarbe", + "hexcode": "1F6A3-1F3FE-200D-2640-FE0F", + "emoji": "🚣🏾‍♀️", + "text": "", + "type": 1, + "order": 2199, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau im Ruderboot: dunkle Hautfarbe", + "hexcode": "1F6A3-1F3FF-200D-2640-FE0F", + "emoji": "🚣🏿‍♀️", + "text": "", + "type": 1, + "order": 2201, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Schwimmer(in)", + "hexcode": "1F3CA", + "tags": [ + "kraulen", + "schwimmen", + "schwimmer(in)", + "sport", + "wasser" + ], + "emoji": "🏊️", + "text": "🏊︎", + "type": 1, + "order": 2203, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "Schwimmer(in): helle Hautfarbe", + "hexcode": "1F3CA-1F3FB", + "emoji": "🏊🏻", + "text": "", + "type": 1, + "order": 2204, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Schwimmer(in): mittelhelle Hautfarbe", + "hexcode": "1F3CA-1F3FC", + "emoji": "🏊🏼", + "text": "", + "type": 1, + "order": 2205, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Schwimmer(in): mittlere Hautfarbe", + "hexcode": "1F3CA-1F3FD", + "emoji": "🏊🏽", + "text": "", + "type": 1, + "order": 2206, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Schwimmer(in): mitteldunkle Hautfarbe", + "hexcode": "1F3CA-1F3FE", + "emoji": "🏊🏾", + "text": "", + "type": 1, + "order": 2207, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Schwimmer(in): dunkle Hautfarbe", + "hexcode": "1F3CA-1F3FF", + "emoji": "🏊🏿", + "text": "", + "type": 1, + "order": 2208, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Schwimmer", + "hexcode": "1F3CA-200D-2642-FE0F", + "tags": [ + "kraulen", + "pool", + "schwimmbad", + "schwimmen", + "schwimmer" + ], + "emoji": "🏊‍♂️", + "text": "", + "type": 1, + "order": 2209, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Schwimmer: helle Hautfarbe", + "hexcode": "1F3CA-1F3FB-200D-2642-FE0F", + "emoji": "🏊🏻‍♂️", + "text": "", + "type": 1, + "order": 2211, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Schwimmer: mittelhelle Hautfarbe", + "hexcode": "1F3CA-1F3FC-200D-2642-FE0F", + "emoji": "🏊🏼‍♂️", + "text": "", + "type": 1, + "order": 2213, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Schwimmer: mittlere Hautfarbe", + "hexcode": "1F3CA-1F3FD-200D-2642-FE0F", + "emoji": "🏊🏽‍♂️", + "text": "", + "type": 1, + "order": 2215, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Schwimmer: mitteldunkle Hautfarbe", + "hexcode": "1F3CA-1F3FE-200D-2642-FE0F", + "emoji": "🏊🏾‍♂️", + "text": "", + "type": 1, + "order": 2217, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Schwimmer: dunkle Hautfarbe", + "hexcode": "1F3CA-1F3FF-200D-2642-FE0F", + "emoji": "🏊🏿‍♂️", + "text": "", + "type": 1, + "order": 2219, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Schwimmerin", + "hexcode": "1F3CA-200D-2640-FE0F", + "tags": [ + "kraulen", + "pool", + "schwimmbad", + "schwimmen", + "schwimmerin" + ], + "emoji": "🏊‍♀️", + "text": "", + "type": 1, + "order": 2221, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Schwimmerin: helle Hautfarbe", + "hexcode": "1F3CA-1F3FB-200D-2640-FE0F", + "emoji": "🏊🏻‍♀️", + "text": "", + "type": 1, + "order": 2223, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Schwimmerin: mittelhelle Hautfarbe", + "hexcode": "1F3CA-1F3FC-200D-2640-FE0F", + "emoji": "🏊🏼‍♀️", + "text": "", + "type": 1, + "order": 2225, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Schwimmerin: mittlere Hautfarbe", + "hexcode": "1F3CA-1F3FD-200D-2640-FE0F", + "emoji": "🏊🏽‍♀️", + "text": "", + "type": 1, + "order": 2227, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Schwimmerin: mitteldunkle Hautfarbe", + "hexcode": "1F3CA-1F3FE-200D-2640-FE0F", + "emoji": "🏊🏾‍♀️", + "text": "", + "type": 1, + "order": 2229, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Schwimmerin: dunkle Hautfarbe", + "hexcode": "1F3CA-1F3FF-200D-2640-FE0F", + "emoji": "🏊🏿‍♀️", + "text": "", + "type": 1, + "order": 2231, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Person mit Ball", + "hexcode": "26F9", + "tags": [ + "ball", + "basketball", + "person", + "person mit ball" + ], + "emoji": "⛹️", + "text": "⛹︎", + "type": 0, + "order": 2234, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "Person mit Ball: helle Hautfarbe", + "hexcode": "26F9-1F3FB", + "emoji": "⛹🏻", + "text": "", + "type": 1, + "order": 2235, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "Person mit Ball: mittelhelle Hautfarbe", + "hexcode": "26F9-1F3FC", + "emoji": "⛹🏼", + "text": "", + "type": 1, + "order": 2236, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "Person mit Ball: mittlere Hautfarbe", + "hexcode": "26F9-1F3FD", + "emoji": "⛹🏽", + "text": "", + "type": 1, + "order": 2237, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "Person mit Ball: mitteldunkle Hautfarbe", + "hexcode": "26F9-1F3FE", + "emoji": "⛹🏾", + "text": "", + "type": 1, + "order": 2238, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "Person mit Ball: dunkle Hautfarbe", + "hexcode": "26F9-1F3FF", + "emoji": "⛹🏿", + "text": "", + "type": 1, + "order": 2239, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "Mann mit Ball", + "hexcode": "26F9-FE0F-200D-2642-FE0F", + "tags": [ + "ballsport", + "handball", + "mann", + "mann mit ball" + ], + "emoji": "⛹️‍♂️", + "text": "", + "type": 1, + "order": 2240, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Mann mit Ball: helle Hautfarbe", + "hexcode": "26F9-1F3FB-200D-2642-FE0F", + "emoji": "⛹🏻‍♂️", + "text": "", + "type": 1, + "order": 2244, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann mit Ball: mittelhelle Hautfarbe", + "hexcode": "26F9-1F3FC-200D-2642-FE0F", + "emoji": "⛹🏼‍♂️", + "text": "", + "type": 1, + "order": 2246, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann mit Ball: mittlere Hautfarbe", + "hexcode": "26F9-1F3FD-200D-2642-FE0F", + "emoji": "⛹🏽‍♂️", + "text": "", + "type": 1, + "order": 2248, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann mit Ball: mitteldunkle Hautfarbe", + "hexcode": "26F9-1F3FE-200D-2642-FE0F", + "emoji": "⛹🏾‍♂️", + "text": "", + "type": 1, + "order": 2250, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann mit Ball: dunkle Hautfarbe", + "hexcode": "26F9-1F3FF-200D-2642-FE0F", + "emoji": "⛹🏿‍♂️", + "text": "", + "type": 1, + "order": 2252, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau mit Ball", + "hexcode": "26F9-FE0F-200D-2640-FE0F", + "tags": [ + "ballsport", + "frau", + "frau mit ball", + "handball" + ], + "emoji": "⛹️‍♀️", + "text": "", + "type": 1, + "order": 2254, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Frau mit Ball: helle Hautfarbe", + "hexcode": "26F9-1F3FB-200D-2640-FE0F", + "emoji": "⛹🏻‍♀️", + "text": "", + "type": 1, + "order": 2258, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau mit Ball: mittelhelle Hautfarbe", + "hexcode": "26F9-1F3FC-200D-2640-FE0F", + "emoji": "⛹🏼‍♀️", + "text": "", + "type": 1, + "order": 2260, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau mit Ball: mittlere Hautfarbe", + "hexcode": "26F9-1F3FD-200D-2640-FE0F", + "emoji": "⛹🏽‍♀️", + "text": "", + "type": 1, + "order": 2262, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau mit Ball: mitteldunkle Hautfarbe", + "hexcode": "26F9-1F3FE-200D-2640-FE0F", + "emoji": "⛹🏾‍♀️", + "text": "", + "type": 1, + "order": 2264, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau mit Ball: dunkle Hautfarbe", + "hexcode": "26F9-1F3FF-200D-2640-FE0F", + "emoji": "⛹🏿‍♀️", + "text": "", + "type": 1, + "order": 2266, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Gewichtheber(in)", + "hexcode": "1F3CB", + "tags": [ + "gewicht", + "gewichtheber(in)" + ], + "emoji": "🏋️", + "text": "🏋︎", + "type": 0, + "order": 2269, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "Gewichtheber(in): helle Hautfarbe", + "hexcode": "1F3CB-1F3FB", + "emoji": "🏋🏻", + "text": "", + "type": 1, + "order": 2270, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "Gewichtheber(in): mittelhelle Hautfarbe", + "hexcode": "1F3CB-1F3FC", + "emoji": "🏋🏼", + "text": "", + "type": 1, + "order": 2271, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "Gewichtheber(in): mittlere Hautfarbe", + "hexcode": "1F3CB-1F3FD", + "emoji": "🏋🏽", + "text": "", + "type": 1, + "order": 2272, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "Gewichtheber(in): mitteldunkle Hautfarbe", + "hexcode": "1F3CB-1F3FE", + "emoji": "🏋🏾", + "text": "", + "type": 1, + "order": 2273, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "Gewichtheber(in): dunkle Hautfarbe", + "hexcode": "1F3CB-1F3FF", + "emoji": "🏋🏿", + "text": "", + "type": 1, + "order": 2274, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "Gewichtheber", + "hexcode": "1F3CB-FE0F-200D-2642-FE0F", + "tags": [ + "gewicht heben", + "gewichtheber", + "mann" + ], + "emoji": "🏋️‍♂️", + "text": "", + "type": 1, + "order": 2275, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Gewichtheber: helle Hautfarbe", + "hexcode": "1F3CB-1F3FB-200D-2642-FE0F", + "emoji": "🏋🏻‍♂️", + "text": "", + "type": 1, + "order": 2279, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Gewichtheber: mittelhelle Hautfarbe", + "hexcode": "1F3CB-1F3FC-200D-2642-FE0F", + "emoji": "🏋🏼‍♂️", + "text": "", + "type": 1, + "order": 2281, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Gewichtheber: mittlere Hautfarbe", + "hexcode": "1F3CB-1F3FD-200D-2642-FE0F", + "emoji": "🏋🏽‍♂️", + "text": "", + "type": 1, + "order": 2283, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Gewichtheber: mitteldunkle Hautfarbe", + "hexcode": "1F3CB-1F3FE-200D-2642-FE0F", + "emoji": "🏋🏾‍♂️", + "text": "", + "type": 1, + "order": 2285, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Gewichtheber: dunkle Hautfarbe", + "hexcode": "1F3CB-1F3FF-200D-2642-FE0F", + "emoji": "🏋🏿‍♂️", + "text": "", + "type": 1, + "order": 2287, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Gewichtheberin", + "hexcode": "1F3CB-FE0F-200D-2640-FE0F", + "tags": [ + "frau", + "gewicht heben", + "gewichtheberin" + ], + "emoji": "🏋️‍♀️", + "text": "", + "type": 1, + "order": 2289, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Gewichtheberin: helle Hautfarbe", + "hexcode": "1F3CB-1F3FB-200D-2640-FE0F", + "emoji": "🏋🏻‍♀️", + "text": "", + "type": 1, + "order": 2293, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Gewichtheberin: mittelhelle Hautfarbe", + "hexcode": "1F3CB-1F3FC-200D-2640-FE0F", + "emoji": "🏋🏼‍♀️", + "text": "", + "type": 1, + "order": 2295, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Gewichtheberin: mittlere Hautfarbe", + "hexcode": "1F3CB-1F3FD-200D-2640-FE0F", + "emoji": "🏋🏽‍♀️", + "text": "", + "type": 1, + "order": 2297, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Gewichtheberin: mitteldunkle Hautfarbe", + "hexcode": "1F3CB-1F3FE-200D-2640-FE0F", + "emoji": "🏋🏾‍♀️", + "text": "", + "type": 1, + "order": 2299, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Gewichtheberin: dunkle Hautfarbe", + "hexcode": "1F3CB-1F3FF-200D-2640-FE0F", + "emoji": "🏋🏿‍♀️", + "text": "", + "type": 1, + "order": 2301, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Radfahrer(in)", + "hexcode": "1F6B4", + "tags": [ + "radfahren", + "radfahrer", + "radfahrer(in)" + ], + "emoji": "🚴", + "text": "", + "type": 1, + "order": 2303, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "Radfahrer(in): helle Hautfarbe", + "hexcode": "1F6B4-1F3FB", + "emoji": "🚴🏻", + "text": "", + "type": 1, + "order": 2304, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Radfahrer(in): mittelhelle Hautfarbe", + "hexcode": "1F6B4-1F3FC", + "emoji": "🚴🏼", + "text": "", + "type": 1, + "order": 2305, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Radfahrer(in): mittlere Hautfarbe", + "hexcode": "1F6B4-1F3FD", + "emoji": "🚴🏽", + "text": "", + "type": 1, + "order": 2306, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Radfahrer(in): mitteldunkle Hautfarbe", + "hexcode": "1F6B4-1F3FE", + "emoji": "🚴🏾", + "text": "", + "type": 1, + "order": 2307, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Radfahrer(in): dunkle Hautfarbe", + "hexcode": "1F6B4-1F3FF", + "emoji": "🚴🏿", + "text": "", + "type": 1, + "order": 2308, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Radfahrer", + "hexcode": "1F6B4-200D-2642-FE0F", + "tags": [ + "fahrrad", + "mann", + "rad", + "radfahrer" + ], + "emoji": "🚴‍♂️", + "text": "", + "type": 1, + "order": 2309, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Radfahrer: helle Hautfarbe", + "hexcode": "1F6B4-1F3FB-200D-2642-FE0F", + "emoji": "🚴🏻‍♂️", + "text": "", + "type": 1, + "order": 2311, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Radfahrer: mittelhelle Hautfarbe", + "hexcode": "1F6B4-1F3FC-200D-2642-FE0F", + "emoji": "🚴🏼‍♂️", + "text": "", + "type": 1, + "order": 2313, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Radfahrer: mittlere Hautfarbe", + "hexcode": "1F6B4-1F3FD-200D-2642-FE0F", + "emoji": "🚴🏽‍♂️", + "text": "", + "type": 1, + "order": 2315, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Radfahrer: mitteldunkle Hautfarbe", + "hexcode": "1F6B4-1F3FE-200D-2642-FE0F", + "emoji": "🚴🏾‍♂️", + "text": "", + "type": 1, + "order": 2317, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Radfahrer: dunkle Hautfarbe", + "hexcode": "1F6B4-1F3FF-200D-2642-FE0F", + "emoji": "🚴🏿‍♂️", + "text": "", + "type": 1, + "order": 2319, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Radfahrerin", + "hexcode": "1F6B4-200D-2640-FE0F", + "tags": [ + "fahrrad", + "frau", + "rad", + "radfahrerin" + ], + "emoji": "🚴‍♀️", + "text": "", + "type": 1, + "order": 2321, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Radfahrerin: helle Hautfarbe", + "hexcode": "1F6B4-1F3FB-200D-2640-FE0F", + "emoji": "🚴🏻‍♀️", + "text": "", + "type": 1, + "order": 2323, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Radfahrerin: mittelhelle Hautfarbe", + "hexcode": "1F6B4-1F3FC-200D-2640-FE0F", + "emoji": "🚴🏼‍♀️", + "text": "", + "type": 1, + "order": 2325, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Radfahrerin: mittlere Hautfarbe", + "hexcode": "1F6B4-1F3FD-200D-2640-FE0F", + "emoji": "🚴🏽‍♀️", + "text": "", + "type": 1, + "order": 2327, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Radfahrerin: mitteldunkle Hautfarbe", + "hexcode": "1F6B4-1F3FE-200D-2640-FE0F", + "emoji": "🚴🏾‍♀️", + "text": "", + "type": 1, + "order": 2329, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Radfahrerin: dunkle Hautfarbe", + "hexcode": "1F6B4-1F3FF-200D-2640-FE0F", + "emoji": "🚴🏿‍♀️", + "text": "", + "type": 1, + "order": 2331, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Mountainbiker(in)", + "hexcode": "1F6B5", + "tags": [ + "mountainbiker(in)", + "radfahren" + ], + "emoji": "🚵", + "text": "", + "type": 1, + "order": 2333, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "Mountainbiker(in): helle Hautfarbe", + "hexcode": "1F6B5-1F3FB", + "emoji": "🚵🏻", + "text": "", + "type": 1, + "order": 2334, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "Mountainbiker(in): mittelhelle Hautfarbe", + "hexcode": "1F6B5-1F3FC", + "emoji": "🚵🏼", + "text": "", + "type": 1, + "order": 2335, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "Mountainbiker(in): mittlere Hautfarbe", + "hexcode": "1F6B5-1F3FD", + "emoji": "🚵🏽", + "text": "", + "type": 1, + "order": 2336, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "Mountainbiker(in): mitteldunkle Hautfarbe", + "hexcode": "1F6B5-1F3FE", + "emoji": "🚵🏾", + "text": "", + "type": 1, + "order": 2337, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "Mountainbiker(in): dunkle Hautfarbe", + "hexcode": "1F6B5-1F3FF", + "emoji": "🚵🏿", + "text": "", + "type": 1, + "order": 2338, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Mountainbiker", + "hexcode": "1F6B5-200D-2642-FE0F", + "tags": [ + "fahrrad", + "mann", + "mountainbike", + "mountainbiker", + "rad" + ], + "emoji": "🚵‍♂️", + "text": "", + "type": 1, + "order": 2339, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Mountainbiker: helle Hautfarbe", + "hexcode": "1F6B5-1F3FB-200D-2642-FE0F", + "emoji": "🚵🏻‍♂️", + "text": "", + "type": 1, + "order": 2341, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mountainbiker: mittelhelle Hautfarbe", + "hexcode": "1F6B5-1F3FC-200D-2642-FE0F", + "emoji": "🚵🏼‍♂️", + "text": "", + "type": 1, + "order": 2343, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mountainbiker: mittlere Hautfarbe", + "hexcode": "1F6B5-1F3FD-200D-2642-FE0F", + "emoji": "🚵🏽‍♂️", + "text": "", + "type": 1, + "order": 2345, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mountainbiker: mitteldunkle Hautfarbe", + "hexcode": "1F6B5-1F3FE-200D-2642-FE0F", + "emoji": "🚵🏾‍♂️", + "text": "", + "type": 1, + "order": 2347, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mountainbiker: dunkle Hautfarbe", + "hexcode": "1F6B5-1F3FF-200D-2642-FE0F", + "emoji": "🚵🏿‍♂️", + "text": "", + "type": 1, + "order": 2349, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Mountainbikerin", + "hexcode": "1F6B5-200D-2640-FE0F", + "tags": [ + "fahrrad", + "frau", + "mountainbike", + "mountainbikerin", + "rad" + ], + "emoji": "🚵‍♀️", + "text": "", + "type": 1, + "order": 2351, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Mountainbikerin: helle Hautfarbe", + "hexcode": "1F6B5-1F3FB-200D-2640-FE0F", + "emoji": "🚵🏻‍♀️", + "text": "", + "type": 1, + "order": 2353, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Mountainbikerin: mittelhelle Hautfarbe", + "hexcode": "1F6B5-1F3FC-200D-2640-FE0F", + "emoji": "🚵🏼‍♀️", + "text": "", + "type": 1, + "order": 2355, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Mountainbikerin: mittlere Hautfarbe", + "hexcode": "1F6B5-1F3FD-200D-2640-FE0F", + "emoji": "🚵🏽‍♀️", + "text": "", + "type": 1, + "order": 2357, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Mountainbikerin: mitteldunkle Hautfarbe", + "hexcode": "1F6B5-1F3FE-200D-2640-FE0F", + "emoji": "🚵🏾‍♀️", + "text": "", + "type": 1, + "order": 2359, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Mountainbikerin: dunkle Hautfarbe", + "hexcode": "1F6B5-1F3FF-200D-2640-FE0F", + "emoji": "🚵🏿‍♀️", + "text": "", + "type": 1, + "order": 2361, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Rad schlagende Person", + "hexcode": "1F938", + "tags": [ + "bodenturnen", + "person", + "rad schlagende person", + "radschlag" + ], + "emoji": "🤸", + "text": "", + "type": 1, + "order": 2363, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "Rad schlagende Person: helle Hautfarbe", + "hexcode": "1F938-1F3FB", + "emoji": "🤸🏻", + "text": "", + "type": 1, + "order": 2364, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "Rad schlagende Person: mittelhelle Hautfarbe", + "hexcode": "1F938-1F3FC", + "emoji": "🤸🏼", + "text": "", + "type": 1, + "order": 2365, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "Rad schlagende Person: mittlere Hautfarbe", + "hexcode": "1F938-1F3FD", + "emoji": "🤸🏽", + "text": "", + "type": 1, + "order": 2366, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "Rad schlagende Person: mitteldunkle Hautfarbe", + "hexcode": "1F938-1F3FE", + "emoji": "🤸🏾", + "text": "", + "type": 1, + "order": 2367, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "Rad schlagende Person: dunkle Hautfarbe", + "hexcode": "1F938-1F3FF", + "emoji": "🤸🏿", + "text": "", + "type": 1, + "order": 2368, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "Rad schlagender Mann", + "hexcode": "1F938-200D-2642-FE0F", + "tags": [ + "bodenturnen", + "mann", + "rad schlagender mann", + "radschlag" + ], + "emoji": "🤸‍♂️", + "text": "", + "type": 1, + "order": 2369, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Rad schlagender Mann: helle Hautfarbe", + "hexcode": "1F938-1F3FB-200D-2642-FE0F", + "emoji": "🤸🏻‍♂️", + "text": "", + "type": 1, + "order": 2371, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Rad schlagender Mann: mittelhelle Hautfarbe", + "hexcode": "1F938-1F3FC-200D-2642-FE0F", + "emoji": "🤸🏼‍♂️", + "text": "", + "type": 1, + "order": 2373, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Rad schlagender Mann: mittlere Hautfarbe", + "hexcode": "1F938-1F3FD-200D-2642-FE0F", + "emoji": "🤸🏽‍♂️", + "text": "", + "type": 1, + "order": 2375, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Rad schlagender Mann: mitteldunkle Hautfarbe", + "hexcode": "1F938-1F3FE-200D-2642-FE0F", + "emoji": "🤸🏾‍♂️", + "text": "", + "type": 1, + "order": 2377, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Rad schlagender Mann: dunkle Hautfarbe", + "hexcode": "1F938-1F3FF-200D-2642-FE0F", + "emoji": "🤸🏿‍♂️", + "text": "", + "type": 1, + "order": 2379, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Rad schlagende Frau", + "hexcode": "1F938-200D-2640-FE0F", + "tags": [ + "bodenturnen", + "frau", + "rad schlagende frau", + "radschlag" + ], + "emoji": "🤸‍♀️", + "text": "", + "type": 1, + "order": 2381, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Rad schlagende Frau: helle Hautfarbe", + "hexcode": "1F938-1F3FB-200D-2640-FE0F", + "emoji": "🤸🏻‍♀️", + "text": "", + "type": 1, + "order": 2383, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Rad schlagende Frau: mittelhelle Hautfarbe", + "hexcode": "1F938-1F3FC-200D-2640-FE0F", + "emoji": "🤸🏼‍♀️", + "text": "", + "type": 1, + "order": 2385, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Rad schlagende Frau: mittlere Hautfarbe", + "hexcode": "1F938-1F3FD-200D-2640-FE0F", + "emoji": "🤸🏽‍♀️", + "text": "", + "type": 1, + "order": 2387, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Rad schlagende Frau: mitteldunkle Hautfarbe", + "hexcode": "1F938-1F3FE-200D-2640-FE0F", + "emoji": "🤸🏾‍♀️", + "text": "", + "type": 1, + "order": 2389, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Rad schlagende Frau: dunkle Hautfarbe", + "hexcode": "1F938-1F3FF-200D-2640-FE0F", + "emoji": "🤸🏿‍♀️", + "text": "", + "type": 1, + "order": 2391, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Ringer(in)", + "hexcode": "1F93C", + "tags": [ + "ringer", + "ringer(in)", + "ringkampf", + "wrestling" + ], + "emoji": "🤼", + "text": "", + "type": 1, + "order": 2393, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "ringende Männer", + "hexcode": "1F93C-200D-2642-FE0F", + "tags": [ + "ringende männer", + "ringer", + "ringkampf", + "wrestling" + ], + "emoji": "🤼‍♂️", + "text": "", + "type": 1, + "order": 2394, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1 + }, + { + "annotation": "ringende Frauen", + "hexcode": "1F93C-200D-2640-FE0F", + "tags": [ + "ringende frauen", + "ringer", + "ringkampf", + "wrestling" + ], + "emoji": "🤼‍♀️", + "text": "", + "type": 1, + "order": 2396, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0 + }, + { + "annotation": "Wasserballspieler(in)", + "hexcode": "1F93D", + "tags": [ + "sport", + "wasser", + "wasserball", + "wasserballspieler(in)" + ], + "emoji": "🤽", + "text": "", + "type": 1, + "order": 2398, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "Wasserballspieler(in): helle Hautfarbe", + "hexcode": "1F93D-1F3FB", + "emoji": "🤽🏻", + "text": "", + "type": 1, + "order": 2399, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "Wasserballspieler(in): mittelhelle Hautfarbe", + "hexcode": "1F93D-1F3FC", + "emoji": "🤽🏼", + "text": "", + "type": 1, + "order": 2400, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "Wasserballspieler(in): mittlere Hautfarbe", + "hexcode": "1F93D-1F3FD", + "emoji": "🤽🏽", + "text": "", + "type": 1, + "order": 2401, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "Wasserballspieler(in): mitteldunkle Hautfarbe", + "hexcode": "1F93D-1F3FE", + "emoji": "🤽🏾", + "text": "", + "type": 1, + "order": 2402, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "Wasserballspieler(in): dunkle Hautfarbe", + "hexcode": "1F93D-1F3FF", + "emoji": "🤽🏿", + "text": "", + "type": 1, + "order": 2403, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "Wasserballspieler", + "hexcode": "1F93D-200D-2642-FE0F", + "tags": [ + "wasser", + "wasserball", + "wasserballspieler", + "wassersport" + ], + "emoji": "🤽‍♂️", + "text": "", + "type": 1, + "order": 2404, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Wasserballspieler: helle Hautfarbe", + "hexcode": "1F93D-1F3FB-200D-2642-FE0F", + "emoji": "🤽🏻‍♂️", + "text": "", + "type": 1, + "order": 2406, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Wasserballspieler: mittelhelle Hautfarbe", + "hexcode": "1F93D-1F3FC-200D-2642-FE0F", + "emoji": "🤽🏼‍♂️", + "text": "", + "type": 1, + "order": 2408, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Wasserballspieler: mittlere Hautfarbe", + "hexcode": "1F93D-1F3FD-200D-2642-FE0F", + "emoji": "🤽🏽‍♂️", + "text": "", + "type": 1, + "order": 2410, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Wasserballspieler: mitteldunkle Hautfarbe", + "hexcode": "1F93D-1F3FE-200D-2642-FE0F", + "emoji": "🤽🏾‍♂️", + "text": "", + "type": 1, + "order": 2412, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Wasserballspieler: dunkle Hautfarbe", + "hexcode": "1F93D-1F3FF-200D-2642-FE0F", + "emoji": "🤽🏿‍♂️", + "text": "", + "type": 1, + "order": 2414, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Wasserballspielerin", + "hexcode": "1F93D-200D-2640-FE0F", + "tags": [ + "wasser", + "wasserball", + "wasserballspielerin", + "wassersport" + ], + "emoji": "🤽‍♀️", + "text": "", + "type": 1, + "order": 2416, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Wasserballspielerin: helle Hautfarbe", + "hexcode": "1F93D-1F3FB-200D-2640-FE0F", + "emoji": "🤽🏻‍♀️", + "text": "", + "type": 1, + "order": 2418, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Wasserballspielerin: mittelhelle Hautfarbe", + "hexcode": "1F93D-1F3FC-200D-2640-FE0F", + "emoji": "🤽🏼‍♀️", + "text": "", + "type": 1, + "order": 2420, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Wasserballspielerin: mittlere Hautfarbe", + "hexcode": "1F93D-1F3FD-200D-2640-FE0F", + "emoji": "🤽🏽‍♀️", + "text": "", + "type": 1, + "order": 2422, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Wasserballspielerin: mitteldunkle Hautfarbe", + "hexcode": "1F93D-1F3FE-200D-2640-FE0F", + "emoji": "🤽🏾‍♀️", + "text": "", + "type": 1, + "order": 2424, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Wasserballspielerin: dunkle Hautfarbe", + "hexcode": "1F93D-1F3FF-200D-2640-FE0F", + "emoji": "🤽🏿‍♀️", + "text": "", + "type": 1, + "order": 2426, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Handballspieler(in)", + "hexcode": "1F93E", + "tags": [ + "handball", + "handballspieler(in)", + "sport" + ], + "emoji": "🤾", + "text": "", + "type": 1, + "order": 2428, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "Handballspieler(in): helle Hautfarbe", + "hexcode": "1F93E-1F3FB", + "emoji": "🤾🏻", + "text": "", + "type": 1, + "order": 2429, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "Handballspieler(in): mittelhelle Hautfarbe", + "hexcode": "1F93E-1F3FC", + "emoji": "🤾🏼", + "text": "", + "type": 1, + "order": 2430, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "Handballspieler(in): mittlere Hautfarbe", + "hexcode": "1F93E-1F3FD", + "emoji": "🤾🏽", + "text": "", + "type": 1, + "order": 2431, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "Handballspieler(in): mitteldunkle Hautfarbe", + "hexcode": "1F93E-1F3FE", + "emoji": "🤾🏾", + "text": "", + "type": 1, + "order": 2432, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "Handballspieler(in): dunkle Hautfarbe", + "hexcode": "1F93E-1F3FF", + "emoji": "🤾🏿", + "text": "", + "type": 1, + "order": 2433, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "Handballspieler", + "hexcode": "1F93E-200D-2642-FE0F", + "tags": [ + "handball", + "handballspieler", + "mann" + ], + "emoji": "🤾‍♂️", + "text": "", + "type": 1, + "order": 2434, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Handballspieler: helle Hautfarbe", + "hexcode": "1F93E-1F3FB-200D-2642-FE0F", + "emoji": "🤾🏻‍♂️", + "text": "", + "type": 1, + "order": 2436, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Handballspieler: mittelhelle Hautfarbe", + "hexcode": "1F93E-1F3FC-200D-2642-FE0F", + "emoji": "🤾🏼‍♂️", + "text": "", + "type": 1, + "order": 2438, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Handballspieler: mittlere Hautfarbe", + "hexcode": "1F93E-1F3FD-200D-2642-FE0F", + "emoji": "🤾🏽‍♂️", + "text": "", + "type": 1, + "order": 2440, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Handballspieler: mitteldunkle Hautfarbe", + "hexcode": "1F93E-1F3FE-200D-2642-FE0F", + "emoji": "🤾🏾‍♂️", + "text": "", + "type": 1, + "order": 2442, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Handballspieler: dunkle Hautfarbe", + "hexcode": "1F93E-1F3FF-200D-2642-FE0F", + "emoji": "🤾🏿‍♂️", + "text": "", + "type": 1, + "order": 2444, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Handballspielerin", + "hexcode": "1F93E-200D-2640-FE0F", + "tags": [ + "frau", + "handball", + "handballspielerin" + ], + "emoji": "🤾‍♀️", + "text": "", + "type": 1, + "order": 2446, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Handballspielerin: helle Hautfarbe", + "hexcode": "1F93E-1F3FB-200D-2640-FE0F", + "emoji": "🤾🏻‍♀️", + "text": "", + "type": 1, + "order": 2448, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Handballspielerin: mittelhelle Hautfarbe", + "hexcode": "1F93E-1F3FC-200D-2640-FE0F", + "emoji": "🤾🏼‍♀️", + "text": "", + "type": 1, + "order": 2450, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Handballspielerin: mittlere Hautfarbe", + "hexcode": "1F93E-1F3FD-200D-2640-FE0F", + "emoji": "🤾🏽‍♀️", + "text": "", + "type": 1, + "order": 2452, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Handballspielerin: mitteldunkle Hautfarbe", + "hexcode": "1F93E-1F3FE-200D-2640-FE0F", + "emoji": "🤾🏾‍♀️", + "text": "", + "type": 1, + "order": 2454, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Handballspielerin: dunkle Hautfarbe", + "hexcode": "1F93E-1F3FF-200D-2640-FE0F", + "emoji": "🤾🏿‍♀️", + "text": "", + "type": 1, + "order": 2456, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Jongleur(in)", + "hexcode": "1F939", + "tags": [ + "geschickt", + "jongleur(in)", + "jonglieren", + "multitasking" + ], + "emoji": "🤹", + "text": "", + "type": 1, + "order": 2458, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "Jongleur(in): helle Hautfarbe", + "hexcode": "1F939-1F3FB", + "emoji": "🤹🏻", + "text": "", + "type": 1, + "order": 2459, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "Jongleur(in): mittelhelle Hautfarbe", + "hexcode": "1F939-1F3FC", + "emoji": "🤹🏼", + "text": "", + "type": 1, + "order": 2460, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "Jongleur(in): mittlere Hautfarbe", + "hexcode": "1F939-1F3FD", + "emoji": "🤹🏽", + "text": "", + "type": 1, + "order": 2461, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "Jongleur(in): mitteldunkle Hautfarbe", + "hexcode": "1F939-1F3FE", + "emoji": "🤹🏾", + "text": "", + "type": 1, + "order": 2462, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "Jongleur(in): dunkle Hautfarbe", + "hexcode": "1F939-1F3FF", + "emoji": "🤹🏿", + "text": "", + "type": 1, + "order": 2463, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "Jongleur", + "hexcode": "1F939-200D-2642-FE0F", + "tags": [ + "geschickt", + "jongleur", + "jonglieren", + "mann", + "multitasking" + ], + "emoji": "🤹‍♂️", + "text": "", + "type": 1, + "order": 2464, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "Jongleur: helle Hautfarbe", + "hexcode": "1F939-1F3FB-200D-2642-FE0F", + "emoji": "🤹🏻‍♂️", + "text": "", + "type": 1, + "order": 2466, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Jongleur: mittelhelle Hautfarbe", + "hexcode": "1F939-1F3FC-200D-2642-FE0F", + "emoji": "🤹🏼‍♂️", + "text": "", + "type": 1, + "order": 2468, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Jongleur: mittlere Hautfarbe", + "hexcode": "1F939-1F3FD-200D-2642-FE0F", + "emoji": "🤹🏽‍♂️", + "text": "", + "type": 1, + "order": 2470, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Jongleur: mitteldunkle Hautfarbe", + "hexcode": "1F939-1F3FE-200D-2642-FE0F", + "emoji": "🤹🏾‍♂️", + "text": "", + "type": 1, + "order": 2472, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Jongleur: dunkle Hautfarbe", + "hexcode": "1F939-1F3FF-200D-2642-FE0F", + "emoji": "🤹🏿‍♂️", + "text": "", + "type": 1, + "order": 2474, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Jongleurin", + "hexcode": "1F939-200D-2640-FE0F", + "tags": [ + "frau", + "geschickt", + "jongleurin", + "jonglieren", + "multitasking" + ], + "emoji": "🤹‍♀️", + "text": "", + "type": 1, + "order": 2476, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "Jongleurin: helle Hautfarbe", + "hexcode": "1F939-1F3FB-200D-2640-FE0F", + "emoji": "🤹🏻‍♀️", + "text": "", + "type": 1, + "order": 2478, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Jongleurin: mittelhelle Hautfarbe", + "hexcode": "1F939-1F3FC-200D-2640-FE0F", + "emoji": "🤹🏼‍♀️", + "text": "", + "type": 1, + "order": 2480, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Jongleurin: mittlere Hautfarbe", + "hexcode": "1F939-1F3FD-200D-2640-FE0F", + "emoji": "🤹🏽‍♀️", + "text": "", + "type": 1, + "order": 2482, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Jongleurin: mitteldunkle Hautfarbe", + "hexcode": "1F939-1F3FE-200D-2640-FE0F", + "emoji": "🤹🏾‍♀️", + "text": "", + "type": 1, + "order": 2484, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Jongleurin: dunkle Hautfarbe", + "hexcode": "1F939-1F3FF-200D-2640-FE0F", + "emoji": "🤹🏿‍♀️", + "text": "", + "type": 1, + "order": 2486, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "Person im Lotossitz", + "hexcode": "1F9D8", + "tags": [ + "meditation", + "person im lotossitz", + "yoga" + ], + "emoji": "🧘", + "text": "", + "type": 1, + "order": 2488, + "group": 1, + "subgroup": 28, + "version": 5, + "skins": [ + { + "annotation": "Person im Lotossitz: helle Hautfarbe", + "hexcode": "1F9D8-1F3FB", + "emoji": "🧘🏻", + "text": "", + "type": 1, + "order": 2489, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 1 + }, + { + "annotation": "Person im Lotossitz: mittelhelle Hautfarbe", + "hexcode": "1F9D8-1F3FC", + "emoji": "🧘🏼", + "text": "", + "type": 1, + "order": 2490, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 2 + }, + { + "annotation": "Person im Lotossitz: mittlere Hautfarbe", + "hexcode": "1F9D8-1F3FD", + "emoji": "🧘🏽", + "text": "", + "type": 1, + "order": 2491, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 3 + }, + { + "annotation": "Person im Lotossitz: mitteldunkle Hautfarbe", + "hexcode": "1F9D8-1F3FE", + "emoji": "🧘🏾", + "text": "", + "type": 1, + "order": 2492, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 4 + }, + { + "annotation": "Person im Lotossitz: dunkle Hautfarbe", + "hexcode": "1F9D8-1F3FF", + "emoji": "🧘🏿", + "text": "", + "type": 1, + "order": 2493, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "Mann im Lotossitz", + "hexcode": "1F9D8-200D-2642-FE0F", + "tags": [ + "mann im lotossitz", + "meditation", + "yoga" + ], + "emoji": "🧘‍♂️", + "text": "", + "type": 1, + "order": 2494, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "Mann im Lotossitz: helle Hautfarbe", + "hexcode": "1F9D8-1F3FB-200D-2642-FE0F", + "emoji": "🧘🏻‍♂️", + "text": "", + "type": 1, + "order": 2496, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "Mann im Lotossitz: mittelhelle Hautfarbe", + "hexcode": "1F9D8-1F3FC-200D-2642-FE0F", + "emoji": "🧘🏼‍♂️", + "text": "", + "type": 1, + "order": 2498, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "Mann im Lotossitz: mittlere Hautfarbe", + "hexcode": "1F9D8-1F3FD-200D-2642-FE0F", + "emoji": "🧘🏽‍♂️", + "text": "", + "type": 1, + "order": 2500, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "Mann im Lotossitz: mitteldunkle Hautfarbe", + "hexcode": "1F9D8-1F3FE-200D-2642-FE0F", + "emoji": "🧘🏾‍♂️", + "text": "", + "type": 1, + "order": 2502, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "Mann im Lotossitz: dunkle Hautfarbe", + "hexcode": "1F9D8-1F3FF-200D-2642-FE0F", + "emoji": "🧘🏿‍♂️", + "text": "", + "type": 1, + "order": 2504, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "Frau im Lotossitz", + "hexcode": "1F9D8-200D-2640-FE0F", + "tags": [ + "frau im lotossitz", + "meditation", + "yoga" + ], + "emoji": "🧘‍♀️", + "text": "", + "type": 1, + "order": 2506, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "Frau im Lotossitz: helle Hautfarbe", + "hexcode": "1F9D8-1F3FB-200D-2640-FE0F", + "emoji": "🧘🏻‍♀️", + "text": "", + "type": 1, + "order": 2508, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "Frau im Lotossitz: mittelhelle Hautfarbe", + "hexcode": "1F9D8-1F3FC-200D-2640-FE0F", + "emoji": "🧘🏼‍♀️", + "text": "", + "type": 1, + "order": 2510, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "Frau im Lotossitz: mittlere Hautfarbe", + "hexcode": "1F9D8-1F3FD-200D-2640-FE0F", + "emoji": "🧘🏽‍♀️", + "text": "", + "type": 1, + "order": 2512, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "Frau im Lotossitz: mitteldunkle Hautfarbe", + "hexcode": "1F9D8-1F3FE-200D-2640-FE0F", + "emoji": "🧘🏾‍♀️", + "text": "", + "type": 1, + "order": 2514, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "Frau im Lotossitz: dunkle Hautfarbe", + "hexcode": "1F9D8-1F3FF-200D-2640-FE0F", + "emoji": "🧘🏿‍♀️", + "text": "", + "type": 1, + "order": 2516, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "badende Person", + "hexcode": "1F6C0", + "tags": [ + "bad", + "badende person", + "badewanne", + "badezimmer" + ], + "emoji": "🛀", + "text": "", + "type": 1, + "order": 2518, + "group": 1, + "subgroup": 28, + "version": 0.6, + "skins": [ + { + "annotation": "badende Person: helle Hautfarbe", + "hexcode": "1F6C0-1F3FB", + "emoji": "🛀🏻", + "text": "", + "type": 1, + "order": 2519, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 1 + }, + { + "annotation": "badende Person: mittelhelle Hautfarbe", + "hexcode": "1F6C0-1F3FC", + "emoji": "🛀🏼", + "text": "", + "type": 1, + "order": 2520, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 2 + }, + { + "annotation": "badende Person: mittlere Hautfarbe", + "hexcode": "1F6C0-1F3FD", + "emoji": "🛀🏽", + "text": "", + "type": 1, + "order": 2521, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 3 + }, + { + "annotation": "badende Person: mitteldunkle Hautfarbe", + "hexcode": "1F6C0-1F3FE", + "emoji": "🛀🏾", + "text": "", + "type": 1, + "order": 2522, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 4 + }, + { + "annotation": "badende Person: dunkle Hautfarbe", + "hexcode": "1F6C0-1F3FF", + "emoji": "🛀🏿", + "text": "", + "type": 1, + "order": 2523, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "im Bett liegende Person", + "hexcode": "1F6CC", + "tags": [ + "bett", + "im bett liegende person", + "schlafen" + ], + "emoji": "🛌", + "text": "", + "type": 1, + "order": 2524, + "group": 1, + "subgroup": 28, + "version": 1, + "skins": [ + { + "annotation": "im Bett liegende Person: helle Hautfarbe", + "hexcode": "1F6CC-1F3FB", + "emoji": "🛌🏻", + "text": "", + "type": 1, + "order": 2525, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 1 + }, + { + "annotation": "im Bett liegende Person: mittelhelle Hautfarbe", + "hexcode": "1F6CC-1F3FC", + "emoji": "🛌🏼", + "text": "", + "type": 1, + "order": 2526, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 2 + }, + { + "annotation": "im Bett liegende Person: mittlere Hautfarbe", + "hexcode": "1F6CC-1F3FD", + "emoji": "🛌🏽", + "text": "", + "type": 1, + "order": 2527, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 3 + }, + { + "annotation": "im Bett liegende Person: mitteldunkle Hautfarbe", + "hexcode": "1F6CC-1F3FE", + "emoji": "🛌🏾", + "text": "", + "type": 1, + "order": 2528, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 4 + }, + { + "annotation": "im Bett liegende Person: dunkle Hautfarbe", + "hexcode": "1F6CC-1F3FF", + "emoji": "🛌🏿", + "text": "", + "type": 1, + "order": 2529, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "sich an den Händen haltende Personen", + "hexcode": "1F9D1-200D-1F91D-200D-1F9D1", + "tags": [ + "hände", + "hände halten", + "paar", + "sich an den händen haltende personen" + ], + "emoji": "🧑‍🤝‍🧑", + "text": "", + "type": 1, + "order": 2530, + "group": 1, + "subgroup": 29, + "version": 12, + "skins": [ + { + "annotation": "sich an den Händen haltende Personen: helle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏻‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2531, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "sich an den Händen haltende Personen: helle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2532, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: helle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2533, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: helle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2534, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: helle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2535, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittelhelle Hautfarbe, helle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2536, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏼‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2537, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "sich an den Händen haltende Personen: mittelhelle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2538, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittelhelle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2539, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittelhelle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2540, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittlere Hautfarbe, helle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2541, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittlere Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2542, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏽‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2543, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "sich an den Händen haltende Personen: mittlere Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2544, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mittlere Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2545, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mitteldunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2546, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mitteldunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2547, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mitteldunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2548, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏾‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2549, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "sich an den Händen haltende Personen: mitteldunkle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2550, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: dunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2551, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: dunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2552, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: dunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2553, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: dunkle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2554, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "sich an den Händen haltende Personen: dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏿‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2555, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "Händchen haltende Frauen", + "hexcode": "1F46D", + "tags": [ + "frauen", + "händchen halten", + "händchen haltende frauen", + "paar", + "pärchen aus frau und frau" + ], + "emoji": "👭", + "text": "", + "type": 1, + "order": 2556, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "Händchen haltende Frauen: helle Hautfarbe", + "hexcode": "1F46D-1F3FB", + "emoji": "👭🏻", + "text": "", + "type": 1, + "order": 2557, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "Händchen haltende Frauen: mittelhelle Hautfarbe", + "hexcode": "1F46D-1F3FC", + "emoji": "👭🏼", + "text": "", + "type": 1, + "order": 2563, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "Händchen haltende Frauen: mittlere Hautfarbe", + "hexcode": "1F46D-1F3FD", + "emoji": "👭🏽", + "text": "", + "type": 1, + "order": 2569, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "Händchen haltende Frauen: mitteldunkle Hautfarbe", + "hexcode": "1F46D-1F3FE", + "emoji": "👭🏾", + "text": "", + "type": 1, + "order": 2575, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "Händchen haltende Frauen: dunkle Hautfarbe", + "hexcode": "1F46D-1F3FF", + "emoji": "👭🏿", + "text": "", + "type": 1, + "order": 2581, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "Händchen haltende Frauen: helle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏻‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2558, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Händchen haltende Frauen: helle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏻‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2559, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Händchen haltende Frauen: helle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏻‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2560, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Händchen haltende Frauen: helle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏻‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2561, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittelhelle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏼‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2562, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittelhelle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏼‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2564, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittelhelle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏼‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2565, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittelhelle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏼‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2566, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittlere Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏽‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2567, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittlere Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏽‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2568, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittlere Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏽‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2570, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Händchen haltende Frauen: mittlere Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏽‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2571, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Händchen haltende Frauen: mitteldunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏾‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2572, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Händchen haltende Frauen: mitteldunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏾‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2573, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Händchen haltende Frauen: mitteldunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏾‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2574, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Händchen haltende Frauen: mitteldunkle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏾‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2576, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Händchen haltende Frauen: dunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏿‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2577, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Händchen haltende Frauen: dunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏿‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2578, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Händchen haltende Frauen: dunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏿‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2579, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Händchen haltende Frauen: dunkle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏿‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2580, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "Mann und Frau halten Hände", + "hexcode": "1F46B", + "tags": [ + "frau", + "händchen halten", + "mann", + "mann und frau halten hände", + "paar", + "pärchen aus frau und mann" + ], + "emoji": "👫", + "text": "", + "type": 1, + "order": 2582, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "Mann und Frau halten Hände: helle Hautfarbe", + "hexcode": "1F46B-1F3FB", + "emoji": "👫🏻", + "text": "", + "type": 1, + "order": 2583, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "Mann und Frau halten Hände: mittelhelle Hautfarbe", + "hexcode": "1F46B-1F3FC", + "emoji": "👫🏼", + "text": "", + "type": 1, + "order": 2589, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "Mann und Frau halten Hände: mittlere Hautfarbe", + "hexcode": "1F46B-1F3FD", + "emoji": "👫🏽", + "text": "", + "type": 1, + "order": 2595, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "Mann und Frau halten Hände: mitteldunkle Hautfarbe", + "hexcode": "1F46B-1F3FE", + "emoji": "👫🏾", + "text": "", + "type": 1, + "order": 2601, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "Mann und Frau halten Hände: dunkle Hautfarbe", + "hexcode": "1F46B-1F3FF", + "emoji": "👫🏿", + "text": "", + "type": 1, + "order": 2607, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "Mann und Frau halten Hände: helle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2584, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Mann und Frau halten Hände: helle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2585, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Mann und Frau halten Hände: helle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2586, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Mann und Frau halten Hände: helle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2587, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittelhelle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2588, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittelhelle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2590, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittelhelle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2591, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittelhelle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2592, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittlere Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2593, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittlere Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2594, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittlere Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2596, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mittlere Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2597, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mitteldunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2598, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mitteldunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2599, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mitteldunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2600, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Mann und Frau halten Hände: mitteldunkle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2602, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Mann und Frau halten Hände: dunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2603, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Mann und Frau halten Hände: dunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2604, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Mann und Frau halten Hände: dunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2605, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Mann und Frau halten Hände: dunkle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2606, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "Händchen haltende Männer", + "hexcode": "1F46C", + "tags": [ + "händchen halten", + "händchen haltende männer", + "männer", + "paar", + "pärchen aus mann und mann" + ], + "emoji": "👬", + "text": "", + "type": 1, + "order": 2608, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "Händchen haltende Männer: helle Hautfarbe", + "hexcode": "1F46C-1F3FB", + "emoji": "👬🏻", + "text": "", + "type": 1, + "order": 2609, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "Händchen haltende Männer: mittelhelle Hautfarbe", + "hexcode": "1F46C-1F3FC", + "emoji": "👬🏼", + "text": "", + "type": 1, + "order": 2615, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "Händchen haltende Männer: mittlere Hautfarbe", + "hexcode": "1F46C-1F3FD", + "emoji": "👬🏽", + "text": "", + "type": 1, + "order": 2621, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "Händchen haltende Männer: mitteldunkle Hautfarbe", + "hexcode": "1F46C-1F3FE", + "emoji": "👬🏾", + "text": "", + "type": 1, + "order": 2627, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "Händchen haltende Männer: dunkle Hautfarbe", + "hexcode": "1F46C-1F3FF", + "emoji": "👬🏿", + "text": "", + "type": 1, + "order": 2633, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "Händchen haltende Männer: helle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2610, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Händchen haltende Männer: helle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2611, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Händchen haltende Männer: helle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2612, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Händchen haltende Männer: helle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2613, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Händchen haltende Männer: mittelhelle Hautfarbe, helle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2614, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Händchen haltende Männer: mittelhelle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2616, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Händchen haltende Männer: mittelhelle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2617, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Händchen haltende Männer: mittelhelle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2618, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Händchen haltende Männer: mittlere Hautfarbe, helle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2619, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Händchen haltende Männer: mittlere Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2620, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Händchen haltende Männer: mittlere Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2622, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Händchen haltende Männer: mittlere Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2623, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Händchen haltende Männer: mitteldunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2624, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Händchen haltende Männer: mitteldunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2625, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Händchen haltende Männer: mitteldunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2626, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Händchen haltende Männer: mitteldunkle Hautfarbe, dunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2628, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Händchen haltende Männer: dunkle Hautfarbe, helle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2629, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Händchen haltende Männer: dunkle Hautfarbe, mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2630, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Händchen haltende Männer: dunkle Hautfarbe, mittlere Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2631, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Händchen haltende Männer: dunkle Hautfarbe, mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2632, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "sich küssendes Paar", + "hexcode": "1F48F", + "tags": [ + "frau", + "herz", + "kuss", + "mann", + "sich küssendes paar" + ], + "emoji": "💏", + "text": "", + "type": 1, + "order": 2634, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "sich küssendes Paar: helle Hautfarbe", + "hexcode": "1F48F-1F3FB", + "emoji": "💏🏻", + "text": "", + "type": 1, + "order": 2635, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "sich küssendes Paar: mittelhelle Hautfarbe", + "hexcode": "1F48F-1F3FC", + "emoji": "💏🏼", + "text": "", + "type": 1, + "order": 2636, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "sich küssendes Paar: mittlere Hautfarbe", + "hexcode": "1F48F-1F3FD", + "emoji": "💏🏽", + "text": "", + "type": 1, + "order": 2637, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "sich küssendes Paar: mitteldunkle Hautfarbe", + "hexcode": "1F48F-1F3FE", + "emoji": "💏🏾", + "text": "", + "type": 1, + "order": 2638, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "sich küssendes Paar: dunkle Hautfarbe", + "hexcode": "1F48F-1F3FF", + "emoji": "💏🏿", + "text": "", + "type": 1, + "order": 2639, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2640, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2642, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2644, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2646, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2648, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2650, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2652, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2654, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2656, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2658, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2660, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2662, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2664, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2666, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2668, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2670, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2672, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2674, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2676, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Erwachsener, Erwachsener, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2678, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "frau", + "herz", + "kuss", + "mann", + "sich küssendes paar" + ], + "emoji": "👩‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2680, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "sich küssendes Paar: Frau, Mann und helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2682, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2684, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2686, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2688, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2690, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2692, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2694, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2696, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2698, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2700, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2702, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2704, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann und mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2706, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2708, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2710, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2712, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2714, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2716, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2718, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2720, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2722, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2724, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2726, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2728, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Mann und dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2730, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann", + "hexcode": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "frau", + "herz", + "kuss", + "mann", + "sich küssendes paar" + ], + "emoji": "👨‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2732, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "sich küssendes Paar: Mann, Mann und helle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2734, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2736, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2738, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2740, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2742, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2744, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2746, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2748, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2750, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2752, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2754, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2756, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann und mittlere Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2758, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2760, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2762, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2764, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2766, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2768, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2770, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2772, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2774, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2776, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2778, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2780, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Mann, Mann und dunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2782, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "tags": [ + "frau", + "herz", + "kuss", + "mann", + "sich küssendes paar" + ], + "emoji": "👩‍❤️‍💋‍👩", + "text": "", + "type": 1, + "order": 2784, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "sich küssendes Paar: Frau, Frau und helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2786, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2788, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2790, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2792, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2794, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2796, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2798, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2800, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2802, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2804, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2806, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2808, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau und mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2810, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2812, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2814, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2816, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2818, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2820, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2822, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2824, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2826, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2828, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2830, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2832, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "sich küssendes Paar: Frau, Frau und dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2834, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "Liebespaar", + "hexcode": "1F491", + "tags": [ + "frau", + "herz", + "liebespaar", + "mann" + ], + "emoji": "💑", + "text": "", + "type": 1, + "order": 2836, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "Liebespaar: helle Hautfarbe", + "hexcode": "1F491-1F3FB", + "emoji": "💑🏻", + "text": "", + "type": 1, + "order": 2837, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "Liebespaar: mittelhelle Hautfarbe", + "hexcode": "1F491-1F3FC", + "emoji": "💑🏼", + "text": "", + "type": 1, + "order": 2838, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "Liebespaar: mittlere Hautfarbe", + "hexcode": "1F491-1F3FD", + "emoji": "💑🏽", + "text": "", + "type": 1, + "order": 2839, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "Liebespaar: mitteldunkle Hautfarbe", + "hexcode": "1F491-1F3FE", + "emoji": "💑🏾", + "text": "", + "type": 1, + "order": 2840, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "Liebespaar: dunkle Hautfarbe", + "hexcode": "1F491-1F3FF", + "emoji": "💑🏿", + "text": "", + "type": 1, + "order": 2841, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2842, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2844, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2846, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2848, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2850, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2852, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2854, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2856, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2858, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2860, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2862, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2864, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2866, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2868, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2870, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2872, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2874, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2876, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2878, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Liebespaar: Erwachsener, Erwachsener, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2880, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "Liebespaar: Frau, Mann", + "hexcode": "1F469-200D-2764-FE0F-200D-1F468", + "tags": [ + "frau", + "herz", + "liebespaar", + "mann" + ], + "emoji": "👩‍❤️‍👨", + "text": "", + "type": 1, + "order": 2882, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "Liebespaar: Frau, Mann und helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2884, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "Liebespaar: Frau, Mann, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2886, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2888, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2890, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2892, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2894, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2896, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "Liebespaar: Frau, Mann, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2898, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2900, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2902, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2904, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2906, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann und mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2908, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "Liebespaar: Frau, Mann, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2910, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2912, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2914, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2916, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2918, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2920, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "Liebespaar: Frau, Mann, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2922, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2924, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2926, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2928, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2930, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Mann und dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2932, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "Liebespaar: Mann, Mann", + "hexcode": "1F468-200D-2764-FE0F-200D-1F468", + "tags": [ + "frau", + "herz", + "liebespaar", + "mann" + ], + "emoji": "👨‍❤️‍👨", + "text": "", + "type": 1, + "order": 2934, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "Liebespaar: Mann, Mann und helle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2936, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "Liebespaar: Mann, Mann, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2938, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2940, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2942, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2944, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2946, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2948, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "Liebespaar: Mann, Mann, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2950, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2952, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2954, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2956, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2958, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann und mittlere Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2960, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "Liebespaar: Mann, Mann, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2962, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2964, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2966, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2968, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2970, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2972, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "Liebespaar: Mann, Mann, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2974, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2976, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2978, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2980, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2982, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "Liebespaar: Mann, Mann und dunkle Hautfarbe", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2984, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "Liebespaar: Frau, Frau", + "hexcode": "1F469-200D-2764-FE0F-200D-1F469", + "tags": [ + "frau", + "herz", + "liebespaar", + "mann" + ], + "emoji": "👩‍❤️‍👩", + "text": "", + "type": 1, + "order": 2986, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "Liebespaar: Frau, Frau und helle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2988, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "Liebespaar: Frau, Frau, helle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 2990, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, helle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 2992, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, helle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 2994, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, helle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 2996, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittelhelle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2998, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3000, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "Liebespaar: Frau, Frau, mittelhelle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3002, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittelhelle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3004, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittelhelle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3006, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittlere Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3008, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittlere Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3010, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau und mittlere Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3012, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "Liebespaar: Frau, Frau, mittlere Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3014, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mittlere Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3016, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mitteldunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3018, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mitteldunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3020, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, mitteldunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3022, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3024, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "Liebespaar: Frau, Frau, mitteldunkle Hautfarbe und dunkle Hautfarbe", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3026, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, dunkle Hautfarbe und helle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3028, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, dunkle Hautfarbe und mittelhelle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3030, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, dunkle Hautfarbe und mittlere Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3032, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau, dunkle Hautfarbe und mitteldunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3034, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "Liebespaar: Frau, Frau und dunkle Hautfarbe", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3036, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "Familie", + "hexcode": "1F46A", + "tags": [ + "familie", + "kind", + "mutter", + "vater" + ], + "emoji": "👪️", + "text": "👪︎", + "type": 1, + "order": 3038, + "group": 1, + "subgroup": 29, + "version": 0.6 + }, + { + "annotation": "Familie: Mann, Frau und Junge", + "hexcode": "1F468-200D-1F469-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👩‍👦", + "text": "", + "type": 1, + "order": 3039, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Frau und Mädchen", + "hexcode": "1F468-200D-1F469-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👩‍👧", + "text": "", + "type": 1, + "order": 3040, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Frau, Mädchen und Junge", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3041, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Frau, Junge und Junge", + "hexcode": "1F468-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3042, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Frau, Mädchen und Mädchen", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3043, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Mann und Junge", + "hexcode": "1F468-200D-1F468-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👨‍👦", + "text": "", + "type": 1, + "order": 3044, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Mann und Mädchen", + "hexcode": "1F468-200D-1F468-200D-1F467", + "tags": [ + "familie", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👨‍👧", + "text": "", + "type": 1, + "order": 3045, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Mann, Mädchen und Junge", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3046, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Mann, Junge und Junge", + "hexcode": "1F468-200D-1F468-200D-1F466-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3047, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Mann, Mädchen und Mädchen", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F467", + "tags": [ + "familie", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3048, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Frau, Frau und Junge", + "hexcode": "1F469-200D-1F469-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "vater" + ], + "emoji": "👩‍👩‍👦", + "text": "", + "type": 1, + "order": 3049, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Frau, Frau und Mädchen", + "hexcode": "1F469-200D-1F469-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👩‍👧", + "text": "", + "type": 1, + "order": 3050, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Frau, Frau, Mädchen und Junge", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3051, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Frau, Frau, Junge und Junge", + "hexcode": "1F469-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "vater" + ], + "emoji": "👩‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3052, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Frau, Frau, Mädchen und Mädchen", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3053, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "Familie: Mann, Junge", + "hexcode": "1F468-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👦", + "text": "", + "type": 1, + "order": 3054, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Mann, Junge und Junge", + "hexcode": "1F468-200D-1F466-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "vater" + ], + "emoji": "👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3055, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Mann, Mädchen", + "hexcode": "1F468-200D-1F467", + "tags": [ + "familie", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👧", + "text": "", + "type": 1, + "order": 3056, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Mann, Mädchen und Junge", + "hexcode": "1F468-200D-1F467-200D-1F466", + "tags": [ + "familie", + "junge", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3057, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Mann, Mädchen und Mädchen", + "hexcode": "1F468-200D-1F467-200D-1F467", + "tags": [ + "familie", + "kind", + "mann", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3058, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Frau, Junge", + "hexcode": "1F469-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "vater" + ], + "emoji": "👩‍👦", + "text": "", + "type": 1, + "order": 3059, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Frau, Junge und Junge", + "hexcode": "1F469-200D-1F466-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "vater" + ], + "emoji": "👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3060, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Frau, Mädchen", + "hexcode": "1F469-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👧", + "text": "", + "type": 1, + "order": 3061, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Frau, Mädchen und Junge", + "hexcode": "1F469-200D-1F467-200D-1F466", + "tags": [ + "familie", + "frau", + "junge", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3062, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "Familie: Frau, Mädchen und Mädchen", + "hexcode": "1F469-200D-1F467-200D-1F467", + "tags": [ + "familie", + "frau", + "kind", + "mutter", + "mädchen", + "vater" + ], + "emoji": "👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3063, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "sprechender Kopf", + "hexcode": "1F5E3", + "tags": [ + "gesicht", + "kopf", + "silhouette", + "sprechen", + "sprechend", + "sprechender kopf" + ], + "emoji": "🗣️", + "text": "🗣︎", + "type": 0, + "order": 3065, + "group": 1, + "subgroup": 30, + "version": 0.7 + }, + { + "annotation": "Silhouette einer Büste", + "hexcode": "1F464", + "tags": [ + "büste", + "person", + "silhouette einer büste" + ], + "emoji": "👤", + "text": "", + "type": 1, + "order": 3066, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "Silhouette mehrerer Büsten", + "hexcode": "1F465", + "tags": [ + "büsten", + "personen", + "silhouette mehrerer büsten" + ], + "emoji": "👥", + "text": "", + "type": 1, + "order": 3067, + "group": 1, + "subgroup": 30, + "version": 1 + }, + { + "annotation": "sich umarmende Personen", + "hexcode": "1FAC2", + "tags": [ + "danke", + "hallo", + "sich umarmende personen", + "tschüss", + "umarmung" + ], + "emoji": "🫂", + "text": "", + "type": 1, + "order": 3068, + "group": 1, + "subgroup": 30, + "version": 13 + }, + { + "annotation": "Fußabdrücke", + "hexcode": "1F463", + "tags": [ + "abdruck", + "fuß", + "fußabdruck", + "fußabdrücke" + ], + "emoji": "👣", + "text": "", + "type": 1, + "order": 3069, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "helle Hautfarbe", + "hexcode": "1F3FB", + "tags": [ + "hautfarbe", + "hauttyp 1–2", + "helle hautfarbe" + ], + "emoji": "🏻", + "text": "", + "type": 1, + "order": 3070, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "mittelhelle Hautfarbe", + "hexcode": "1F3FC", + "tags": [ + "hautfarbe", + "hauttyp 3", + "mittelhelle hautfarbe" + ], + "emoji": "🏼", + "text": "", + "type": 1, + "order": 3071, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "mittlere Hautfarbe", + "hexcode": "1F3FD", + "tags": [ + "hautfarbe", + "hauttyp 4", + "mittlere hautfarbe" + ], + "emoji": "🏽", + "text": "", + "type": 1, + "order": 3072, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "mitteldunkle Hautfarbe", + "hexcode": "1F3FE", + "tags": [ + "hautfarbe", + "hauttyp 5", + "mitteldunkle hautfarbe" + ], + "emoji": "🏾", + "text": "", + "type": 1, + "order": 3073, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "dunkle Hautfarbe", + "hexcode": "1F3FF", + "tags": [ + "dunkle hautfarbe", + "hautfarbe", + "hauttyp 6" + ], + "emoji": "🏿", + "text": "", + "type": 1, + "order": 3074, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "rotes Haar", + "hexcode": "1F9B0", + "tags": [ + "rote haare", + "rotes haar", + "rothaarig", + "rotschopf" + ], + "emoji": "🦰", + "text": "", + "type": 1, + "order": 3075, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "lockiges Haar", + "hexcode": "1F9B1", + "tags": [ + "afro", + "lockenkopf", + "lockig", + "lockiges haar" + ], + "emoji": "🦱", + "text": "", + "type": 1, + "order": 3076, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "weißes Haar", + "hexcode": "1F9B3", + "tags": [ + "grau", + "graues haar", + "grauhaarig", + "weißes haar", + "weißhaarig" + ], + "emoji": "🦳", + "text": "", + "type": 1, + "order": 3077, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "Glatze", + "hexcode": "1F9B2", + "tags": [ + "chemo", + "glatze", + "haarlos", + "kein haar", + "rasiert" + ], + "emoji": "🦲", + "text": "", + "type": 1, + "order": 3078, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "Affengesicht", + "hexcode": "1F435", + "tags": [ + "affe", + "affengesicht", + "gesicht", + "tier" + ], + "emoji": "🐵", + "text": "", + "type": 1, + "order": 3079, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Affe", + "hexcode": "1F412", + "tags": [ + "affe", + "tier" + ], + "emoji": "🐒", + "text": "", + "type": 1, + "order": 3080, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Gorilla", + "hexcode": "1F98D", + "tags": [ + "affe", + "gesicht", + "gorilla", + "tier" + ], + "emoji": "🦍", + "text": "", + "type": 1, + "order": 3081, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "Orang-Utan", + "hexcode": "1F9A7", + "tags": [ + "affe", + "orang-utan" + ], + "emoji": "🦧", + "text": "", + "type": 1, + "order": 3082, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Hundegesicht", + "hexcode": "1F436", + "tags": [ + "gesicht", + "hund", + "hundegesicht", + "tier" + ], + "emoji": "🐶", + "text": "", + "type": 1, + "order": 3083, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Hund", + "hexcode": "1F415", + "tags": [ + "haustier", + "hund", + "tier" + ], + "emoji": "🐕️", + "text": "🐕︎", + "type": 1, + "order": 3084, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "Blindenhund", + "hexcode": "1F9AE", + "tags": [ + "barrierefreiheit", + "blind", + "blindenhund", + "sehbehindert" + ], + "emoji": "🦮", + "text": "", + "type": 1, + "order": 3085, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Assistenzhund", + "hexcode": "1F415-200D-1F9BA", + "tags": [ + "assistenz", + "assistenzhund", + "barrierefreiheit", + "hund" + ], + "emoji": "🐕‍🦺", + "text": "", + "type": 1, + "order": 3086, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Pudel", + "hexcode": "1F429", + "tags": [ + "hund", + "pudel", + "tier" + ], + "emoji": "🐩", + "text": "", + "type": 1, + "order": 3087, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Wolf", + "hexcode": "1F43A", + "tags": [ + "gesicht", + "tier", + "wolf", + "wolfsgesicht" + ], + "emoji": "🐺", + "text": "", + "type": 1, + "order": 3088, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Fuchs", + "hexcode": "1F98A", + "tags": [ + "fuchs", + "fuchsgesicht", + "gesicht", + "tier" + ], + "emoji": "🦊", + "text": "", + "type": 1, + "order": 3089, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "Waschbär", + "hexcode": "1F99D", + "tags": [ + "neugierig", + "waschbär" + ], + "emoji": "🦝", + "text": "", + "type": 1, + "order": 3090, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "Katzengesicht", + "hexcode": "1F431", + "tags": [ + "gesicht", + "katze", + "katzengesicht", + "tier" + ], + "emoji": "🐱", + "text": "", + "type": 1, + "order": 3091, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Katze", + "hexcode": "1F408", + "tags": [ + "haustier", + "katze", + "tier" + ], + "emoji": "🐈️", + "text": "🐈︎", + "type": 1, + "order": 3092, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "schwarze Katze", + "hexcode": "1F408-200D-2B1B", + "tags": [ + "katze", + "pech", + "schwarz", + "schwarze katze", + "unglück" + ], + "emoji": "🐈‍⬛", + "text": "", + "type": 1, + "order": 3093, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "Löwe", + "hexcode": "1F981", + "tags": [ + "gesicht", + "löwe", + "löwengesicht", + "sternzeichen", + "tierkreis" + ], + "emoji": "🦁", + "text": "", + "type": 1, + "order": 3094, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Tigergesicht", + "hexcode": "1F42F", + "tags": [ + "gesicht", + "tier", + "tiger", + "tigergesicht" + ], + "emoji": "🐯", + "text": "", + "type": 1, + "order": 3095, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Tiger", + "hexcode": "1F405", + "tags": [ + "tier", + "tiger" + ], + "emoji": "🐅", + "text": "", + "type": 1, + "order": 3096, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Leopard", + "hexcode": "1F406", + "tags": [ + "leopard", + "tier" + ], + "emoji": "🐆", + "text": "", + "type": 1, + "order": 3097, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Pferdegesicht", + "hexcode": "1F434", + "tags": [ + "gesicht", + "pferd", + "pferdegesicht", + "tier" + ], + "emoji": "🐴", + "text": "", + "type": 1, + "order": 3098, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Pferd", + "hexcode": "1F40E", + "tags": [ + "pferd", + "rennen", + "rennpferd", + "tier" + ], + "emoji": "🐎", + "text": "", + "type": 1, + "order": 3099, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Einhorn", + "hexcode": "1F984", + "tags": [ + "einhorn", + "einhorngesicht", + "gesicht" + ], + "emoji": "🦄", + "text": "", + "type": 1, + "order": 3100, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Zebra", + "hexcode": "1F993", + "tags": [ + "streifen", + "zebra" + ], + "emoji": "🦓", + "text": "", + "type": 1, + "order": 3101, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "Hirsch", + "hexcode": "1F98C", + "tags": [ + "gesicht", + "hirsch", + "tier" + ], + "emoji": "🦌", + "text": "", + "type": 1, + "order": 3102, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "Bison", + "hexcode": "1F9AC", + "tags": [ + "bison", + "büffel", + "herde", + "wisent" + ], + "emoji": "🦬", + "text": "", + "type": 1, + "order": 3103, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "Kuhgesicht", + "hexcode": "1F42E", + "tags": [ + "gesicht", + "kuh", + "kuhgesicht", + "tier" + ], + "emoji": "🐮", + "text": "", + "type": 1, + "order": 3104, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Ochse", + "hexcode": "1F402", + "tags": [ + "ochse", + "sternzeichen", + "stier", + "tier", + "tierkreis" + ], + "emoji": "🐂", + "text": "", + "type": 1, + "order": 3105, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Wasserbüffel", + "hexcode": "1F403", + "tags": [ + "büffel", + "tier", + "wasser", + "wasserbüffel" + ], + "emoji": "🐃", + "text": "", + "type": 1, + "order": 3106, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Kuh", + "hexcode": "1F404", + "tags": [ + "kuh", + "tier" + ], + "emoji": "🐄", + "text": "", + "type": 1, + "order": 3107, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Schweinegesicht", + "hexcode": "1F437", + "tags": [ + "gesicht", + "schwein", + "schweinegesicht", + "tier" + ], + "emoji": "🐷", + "text": "", + "type": 1, + "order": 3108, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Schwein", + "hexcode": "1F416", + "tags": [ + "sau", + "schwein", + "tier" + ], + "emoji": "🐖", + "text": "", + "type": 1, + "order": 3109, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Wildschwein", + "hexcode": "1F417", + "tags": [ + "schwein", + "tier", + "wildschwein" + ], + "emoji": "🐗", + "text": "", + "type": 1, + "order": 3110, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Schweinerüssel", + "hexcode": "1F43D", + "tags": [ + "nase", + "schwein", + "schweinerüssel", + "tier" + ], + "emoji": "🐽", + "text": "", + "type": 1, + "order": 3111, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Widder", + "hexcode": "1F40F", + "tags": [ + "schaf", + "sternzeichen", + "tierkreis", + "widder" + ], + "emoji": "🐏", + "text": "", + "type": 1, + "order": 3112, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Schaf", + "hexcode": "1F411", + "tags": [ + "schaf", + "tier" + ], + "emoji": "🐑", + "text": "", + "type": 1, + "order": 3113, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Ziege", + "hexcode": "1F410", + "tags": [ + "steinbock", + "sternzeichen", + "tier", + "tierkreis", + "ziege" + ], + "emoji": "🐐", + "text": "", + "type": 1, + "order": 3114, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Dromedar", + "hexcode": "1F42A", + "tags": [ + "dromedar", + "einhöckrig", + "kamel", + "tier" + ], + "emoji": "🐪", + "text": "", + "type": 1, + "order": 3115, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Kamel", + "hexcode": "1F42B", + "tags": [ + "kamel", + "tier", + "zweihöckrig" + ], + "emoji": "🐫", + "text": "", + "type": 1, + "order": 3116, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Lama", + "hexcode": "1F999", + "tags": [ + "alpaca", + "lama", + "wolle" + ], + "emoji": "🦙", + "text": "", + "type": 1, + "order": 3117, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "Giraffe", + "hexcode": "1F992", + "tags": [ + "flecken", + "giraffe" + ], + "emoji": "🦒", + "text": "", + "type": 1, + "order": 3118, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "Elefant", + "hexcode": "1F418", + "tags": [ + "elefant", + "tier" + ], + "emoji": "🐘", + "text": "", + "type": 1, + "order": 3119, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Mammut", + "hexcode": "1F9A3", + "tags": [ + "aussterben", + "groß", + "mammut", + "stoßzahn", + "wollig" + ], + "emoji": "🦣", + "text": "", + "type": 1, + "order": 3120, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "Nashorn", + "hexcode": "1F98F", + "tags": [ + "nashorn", + "rhinozeros", + "tier" + ], + "emoji": "🦏", + "text": "", + "type": 1, + "order": 3121, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "Nilpferd", + "hexcode": "1F99B", + "tags": [ + "hippo", + "nilpferd" + ], + "emoji": "🦛", + "text": "", + "type": 1, + "order": 3122, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "Mäusegesicht", + "hexcode": "1F42D", + "tags": [ + "gesicht", + "maus", + "mäusegesicht", + "tier" + ], + "emoji": "🐭", + "text": "", + "type": 1, + "order": 3123, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Maus", + "hexcode": "1F401", + "tags": [ + "maus", + "tier" + ], + "emoji": "🐁", + "text": "", + "type": 1, + "order": 3124, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Ratte", + "hexcode": "1F400", + "tags": [ + "ratte", + "tier" + ], + "emoji": "🐀", + "text": "", + "type": 1, + "order": 3125, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Hamster", + "hexcode": "1F439", + "tags": [ + "gesicht", + "hamster", + "hamstergesicht", + "tier" + ], + "emoji": "🐹", + "text": "", + "type": 1, + "order": 3126, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Hasengesicht", + "hexcode": "1F430", + "tags": [ + "gesicht", + "hase", + "hasengesicht", + "tier" + ], + "emoji": "🐰", + "text": "", + "type": 1, + "order": 3127, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Hase", + "hexcode": "1F407", + "tags": [ + "hase", + "kaninchen", + "tier" + ], + "emoji": "🐇", + "text": "", + "type": 1, + "order": 3128, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "Streifenhörnchen", + "hexcode": "1F43F", + "tags": [ + "streifenhörnchen", + "tier" + ], + "emoji": "🐿️", + "text": "🐿︎", + "type": 0, + "order": 3130, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "Biber", + "hexcode": "1F9AB", + "tags": [ + "biber", + "damm" + ], + "emoji": "🦫", + "text": "", + "type": 1, + "order": 3131, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "Igel", + "hexcode": "1F994", + "tags": [ + "igel", + "stachelig" + ], + "emoji": "🦔", + "text": "", + "type": 1, + "order": 3132, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "Fledermaus", + "hexcode": "1F987", + "tags": [ + "fledermaus", + "tier", + "vampir" + ], + "emoji": "🦇", + "text": "", + "type": 1, + "order": 3133, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "Bär", + "hexcode": "1F43B", + "tags": [ + "bär", + "bärengesicht", + "gesicht", + "tier" + ], + "emoji": "🐻", + "text": "", + "type": 1, + "order": 3134, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Eisbär", + "hexcode": "1F43B-200D-2744-FE0F", + "tags": [ + "arktis", + "eisbär", + "nordpol", + "weiß" + ], + "emoji": "🐻‍❄️", + "text": "", + "type": 1, + "order": 3135, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "Koala", + "hexcode": "1F428", + "tags": [ + "koala", + "koalabär", + "tier" + ], + "emoji": "🐨", + "text": "", + "type": 1, + "order": 3137, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Panda", + "hexcode": "1F43C", + "tags": [ + "gesicht", + "panda", + "pandabär", + "pandagesicht", + "tier" + ], + "emoji": "🐼", + "text": "", + "type": 1, + "order": 3138, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Faultier", + "hexcode": "1F9A5", + "tags": [ + "faul", + "faultier", + "langsam" + ], + "emoji": "🦥", + "text": "", + "type": 1, + "order": 3139, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Otter", + "hexcode": "1F9A6", + "tags": [ + "fischen", + "otter", + "verspielt" + ], + "emoji": "🦦", + "text": "", + "type": 1, + "order": 3140, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Stinktier", + "hexcode": "1F9A8", + "tags": [ + "skunk", + "stinken", + "stinktier" + ], + "emoji": "🦨", + "text": "", + "type": 1, + "order": 3141, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "Känguru", + "hexcode": "1F998", + "tags": [ + "australien", + "hüpfen", + "känguru" + ], + "emoji": "🦘", + "text": "", + "type": 1, + "order": 3142, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "Dachs", + "hexcode": "1F9A1", + "tags": [ + "dachs", + "dachse" + ], + "emoji": "🦡", + "text": "", + "type": 1, + "order": 3143, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "Tatzenabdrücke", + "hexcode": "1F43E", + "tags": [ + "abdruck", + "tatzen", + "tatzenabdrücke", + "tier" + ], + "emoji": "🐾", + "text": "", + "type": 1, + "order": 3144, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "Truthahn", + "hexcode": "1F983", + "tags": [ + "geflügel", + "truthahn" + ], + "emoji": "🦃", + "text": "", + "type": 1, + "order": 3145, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "Huhn", + "hexcode": "1F414", + "tags": [ + "geflügel", + "henne", + "huhn", + "tier" + ], + "emoji": "🐔", + "text": "", + "type": 1, + "order": 3146, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Hahn", + "hexcode": "1F413", + "tags": [ + "hahn", + "tier" + ], + "emoji": "🐓", + "text": "", + "type": 1, + "order": 3147, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "schlüpfendes Küken", + "hexcode": "1F423", + "tags": [ + "küken", + "schlüpfen", + "schlüpfendes küken", + "tier" + ], + "emoji": "🐣", + "text": "", + "type": 1, + "order": 3148, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Küken", + "hexcode": "1F424", + "tags": [ + "küken", + "tier" + ], + "emoji": "🐤", + "text": "", + "type": 1, + "order": 3149, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Küken von vorne", + "hexcode": "1F425", + "tags": [ + "geflügel", + "küken", + "küken von vorne", + "tier" + ], + "emoji": "🐥", + "text": "", + "type": 1, + "order": 3150, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Vogel", + "hexcode": "1F426", + "tags": [ + "papagei", + "taube", + "vogel" + ], + "emoji": "🐦️", + "text": "🐦︎", + "type": 1, + "order": 3151, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Pinguin", + "hexcode": "1F427", + "tags": [ + "pinguin", + "tier" + ], + "emoji": "🐧", + "text": "", + "type": 1, + "order": 3152, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "Taube", + "hexcode": "1F54A", + "tags": [ + "fliegen", + "friede", + "frieden", + "taube", + "vogel" + ], + "emoji": "🕊️", + "text": "🕊︎", + "type": 0, + "order": 3154, + "group": 3, + "subgroup": 34, + "version": 0.7 + }, + { + "annotation": "Adler", + "hexcode": "1F985", + "tags": [ + "adler", + "vogel" + ], + "emoji": "🦅", + "text": "", + "type": 1, + "order": 3155, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "Ente", + "hexcode": "1F986", + "tags": [ + "ente", + "vogel" + ], + "emoji": "🦆", + "text": "", + "type": 1, + "order": 3156, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "Schwan", + "hexcode": "1F9A2", + "tags": [ + "hässliches entlein", + "schwan", + "vogel" + ], + "emoji": "🦢", + "text": "", + "type": 1, + "order": 3157, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "Eule", + "hexcode": "1F989", + "tags": [ + "eule", + "vogel", + "weise" + ], + "emoji": "🦉", + "text": "", + "type": 1, + "order": 3158, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "Dodo", + "hexcode": "1F9A4", + "tags": [ + "aussterben", + "dodo", + "groß", + "mauritius" + ], + "emoji": "🦤", + "text": "", + "type": 1, + "order": 3159, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "Feder", + "hexcode": "1FAB6", + "tags": [ + "feder", + "federn", + "fliegen", + "leicht" + ], + "emoji": "🪶", + "text": "", + "type": 1, + "order": 3160, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "Flamingo", + "hexcode": "1F9A9", + "tags": [ + "bunt", + "farbenfroh", + "flamingo", + "tropen", + "tropisch" + ], + "emoji": "🦩", + "text": "", + "type": 1, + "order": 3161, + "group": 3, + "subgroup": 34, + "version": 12 + }, + { + "annotation": "Pfau", + "hexcode": "1F99A", + "tags": [ + "pfau", + "stolz", + "stolzieren", + "vogel" + ], + "emoji": "🦚", + "text": "", + "type": 1, + "order": 3162, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "Papagei", + "hexcode": "1F99C", + "tags": [ + "papagei", + "pirat", + "vogel", + "wiederholen" + ], + "emoji": "🦜", + "text": "", + "type": 1, + "order": 3163, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "Frosch", + "hexcode": "1F438", + "tags": [ + "frosch", + "froschgesicht", + "gesicht", + "tier" + ], + "emoji": "🐸", + "text": "", + "type": 1, + "order": 3164, + "group": 3, + "subgroup": 35, + "version": 0.6 + }, + { + "annotation": "Krokodil", + "hexcode": "1F40A", + "tags": [ + "krokodil", + "tier" + ], + "emoji": "🐊", + "text": "", + "type": 1, + "order": 3165, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "Schildkröte", + "hexcode": "1F422", + "tags": [ + "schildkröte", + "tier" + ], + "emoji": "🐢", + "text": "", + "type": 1, + "order": 3166, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "Eidechse", + "hexcode": "1F98E", + "tags": [ + "eidechse", + "reptil" + ], + "emoji": "🦎", + "text": "", + "type": 1, + "order": 3167, + "group": 3, + "subgroup": 36, + "version": 3 + }, + { + "annotation": "Schlange", + "hexcode": "1F40D", + "tags": [ + "schlange", + "schlangenträger", + "sternzeichen", + "tier", + "tierkreis" + ], + "emoji": "🐍", + "text": "", + "type": 1, + "order": 3168, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "Drachengesicht", + "hexcode": "1F432", + "tags": [ + "drache", + "drachengesicht", + "gesicht", + "tier" + ], + "emoji": "🐲", + "text": "", + "type": 1, + "order": 3169, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "Drache", + "hexcode": "1F409", + "tags": [ + "drache", + "märchen", + "tier" + ], + "emoji": "🐉", + "text": "", + "type": 1, + "order": 3170, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "Sauropode", + "hexcode": "1F995", + "tags": [ + "brachiosaurus", + "brontosaurus", + "dino", + "dinosaurier", + "diplodocus", + "saurier", + "sauropode" + ], + "emoji": "🦕", + "text": "", + "type": 1, + "order": 3171, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "T-Rex", + "hexcode": "1F996", + "tags": [ + "dino", + "dinosaurier", + "saurier", + "t-rex", + "tyrannosaurus rex" + ], + "emoji": "🦖", + "text": "", + "type": 1, + "order": 3172, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "blasender Wal", + "hexcode": "1F433", + "tags": [ + "blasender wal", + "tier", + "wal" + ], + "emoji": "🐳", + "text": "", + "type": 1, + "order": 3173, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Wal", + "hexcode": "1F40B", + "tags": [ + "tier", + "wal" + ], + "emoji": "🐋", + "text": "", + "type": 1, + "order": 3174, + "group": 3, + "subgroup": 37, + "version": 1 + }, + { + "annotation": "Delfin", + "hexcode": "1F42C", + "tags": [ + "delfin", + "tier" + ], + "emoji": "🐬", + "text": "", + "type": 1, + "order": 3175, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Seehund", + "hexcode": "1F9AD", + "tags": [ + "seehund", + "seelöwe" + ], + "emoji": "🦭", + "text": "", + "type": 1, + "order": 3176, + "group": 3, + "subgroup": 37, + "version": 13 + }, + { + "annotation": "Fisch", + "hexcode": "1F41F", + "tags": [ + "fisch", + "fische", + "sternzeichen", + "tier", + "tierkreis" + ], + "emoji": "🐟️", + "text": "🐟︎", + "type": 1, + "order": 3177, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Tropenfisch", + "hexcode": "1F420", + "tags": [ + "fisch", + "tier", + "tropenfisch" + ], + "emoji": "🐠", + "text": "", + "type": 1, + "order": 3178, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Kugelfisch", + "hexcode": "1F421", + "tags": [ + "fisch", + "kugelfisch", + "tier" + ], + "emoji": "🐡", + "text": "", + "type": 1, + "order": 3179, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Hai", + "hexcode": "1F988", + "tags": [ + "hai", + "haifisch" + ], + "emoji": "🦈", + "text": "", + "type": 1, + "order": 3180, + "group": 3, + "subgroup": 37, + "version": 3 + }, + { + "annotation": "Oktopus", + "hexcode": "1F419", + "tags": [ + "krake", + "oktopus", + "tier", + "tintenfisch" + ], + "emoji": "🐙", + "text": "", + "type": 1, + "order": 3181, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Schneckenhaus", + "hexcode": "1F41A", + "tags": [ + "muschel", + "schneckenhaus", + "tier" + ], + "emoji": "🐚", + "text": "", + "type": 1, + "order": 3182, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "Schnecke", + "hexcode": "1F40C", + "tags": [ + "schnecke", + "tier" + ], + "emoji": "🐌", + "text": "", + "type": 1, + "order": 3183, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "Schmetterling", + "hexcode": "1F98B", + "tags": [ + "schmetterling", + "schön" + ], + "emoji": "🦋", + "text": "", + "type": 1, + "order": 3184, + "group": 3, + "subgroup": 38, + "version": 3 + }, + { + "annotation": "Raupe", + "hexcode": "1F41B", + "tags": [ + "insekt", + "raupe", + "tier" + ], + "emoji": "🐛", + "text": "", + "type": 1, + "order": 3185, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "Ameise", + "hexcode": "1F41C", + "tags": [ + "ameise", + "insekt", + "tier" + ], + "emoji": "🐜", + "text": "", + "type": 1, + "order": 3186, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "Biene", + "hexcode": "1F41D", + "tags": [ + "biene", + "honigbiene", + "hummel", + "tier" + ], + "emoji": "🐝", + "text": "", + "type": 1, + "order": 3187, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "Käfer", + "hexcode": "1FAB2", + "tags": [ + "insekt", + "käfer" + ], + "emoji": "🪲", + "text": "", + "type": 1, + "order": 3188, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "Marienkäfer", + "hexcode": "1F41E", + "tags": [ + "glückskäfer", + "käfer", + "marienkäfer", + "tier" + ], + "emoji": "🐞", + "text": "", + "type": 1, + "order": 3189, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "Grille", + "hexcode": "1F997", + "tags": [ + "grille", + "heuschrecke" + ], + "emoji": "🦗", + "text": "", + "type": 1, + "order": 3190, + "group": 3, + "subgroup": 38, + "version": 5 + }, + { + "annotation": "Kakerlake", + "hexcode": "1FAB3", + "tags": [ + "insekt", + "kakerlake", + "schabe" + ], + "emoji": "🪳", + "text": "", + "type": 1, + "order": 3191, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "Spinne", + "hexcode": "1F577", + "tags": [ + "insekt", + "spinne", + "tier" + ], + "emoji": "🕷️", + "text": "🕷︎", + "type": 0, + "order": 3193, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "Spinnennetz", + "hexcode": "1F578", + "tags": [ + "netz", + "spinne", + "spinnennetz" + ], + "emoji": "🕸️", + "text": "🕸︎", + "type": 0, + "order": 3195, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "Skorpion", + "hexcode": "1F982", + "tags": [ + "skorpion", + "sternzeichen", + "tierkreis" + ], + "emoji": "🦂", + "text": "", + "type": 1, + "order": 3196, + "group": 3, + "subgroup": 38, + "version": 1 + }, + { + "annotation": "Mücke", + "hexcode": "1F99F", + "tags": [ + "fieber", + "insekt", + "malaria", + "moskito", + "mücke" + ], + "emoji": "🦟", + "text": "", + "type": 1, + "order": 3197, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "Fliege", + "hexcode": "1FAB0", + "tags": [ + "fliege", + "krankheit", + "made", + "plage", + "verwesen" + ], + "emoji": "🪰", + "text": "", + "type": 1, + "order": 3198, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "Wurm", + "hexcode": "1FAB1", + "tags": [ + "parasit", + "regenwurm", + "ringelwurm", + "wurm" + ], + "emoji": "🪱", + "text": "", + "type": 1, + "order": 3199, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "Mikrobe", + "hexcode": "1F9A0", + "tags": [ + "amöbe", + "bakterie", + "einzeller", + "mikrobe" + ], + "emoji": "🦠", + "text": "", + "type": 1, + "order": 3200, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "Blumenstrauß", + "hexcode": "1F490", + "tags": [ + "blumen", + "blumenstrauß", + "bouquet" + ], + "emoji": "💐", + "text": "", + "type": 1, + "order": 3201, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Kirschblüte", + "hexcode": "1F338", + "tags": [ + "blume", + "blüte", + "kirschblüte", + "kirsche", + "pflanze" + ], + "emoji": "🌸", + "text": "", + "type": 1, + "order": 3202, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Blumenstempel", + "hexcode": "1F4AE", + "tags": [ + "blume", + "blumenstempel" + ], + "emoji": "💮", + "text": "", + "type": 1, + "order": 3203, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Rosette", + "hexcode": "1F3F5", + "tags": [ + "pflanze", + "rosette" + ], + "emoji": "🏵️", + "text": "🏵︎", + "type": 0, + "order": 3205, + "group": 3, + "subgroup": 39, + "version": 0.7 + }, + { + "annotation": "Rose", + "hexcode": "1F339", + "tags": [ + "blume", + "blüte", + "pflanze", + "rose" + ], + "emoji": "🌹", + "text": "", + "type": 1, + "order": 3206, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "welke Blume", + "hexcode": "1F940", + "tags": [ + "blume", + "verwelkt", + "welke blume" + ], + "emoji": "🥀", + "text": "", + "type": 1, + "order": 3207, + "group": 3, + "subgroup": 39, + "version": 3 + }, + { + "annotation": "Hibiskus", + "hexcode": "1F33A", + "tags": [ + "blume", + "blüte", + "hibiskus", + "pflanze" + ], + "emoji": "🌺", + "text": "", + "type": 1, + "order": 3208, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Sonnenblume", + "hexcode": "1F33B", + "tags": [ + "blume", + "blüte", + "pflanze", + "sonne", + "sonnenblume" + ], + "emoji": "🌻", + "text": "", + "type": 1, + "order": 3209, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "gelbe Blüte", + "hexcode": "1F33C", + "tags": [ + "blume", + "blüte", + "gelbe blüte", + "pflanze" + ], + "emoji": "🌼", + "text": "", + "type": 1, + "order": 3210, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Tulpe", + "hexcode": "1F337", + "tags": [ + "blume", + "blüte", + "pflanze", + "tulpe" + ], + "emoji": "🌷", + "text": "", + "type": 1, + "order": 3211, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "Spross", + "hexcode": "1F331", + "tags": [ + "junge pflanze", + "spross" + ], + "emoji": "🌱", + "text": "", + "type": 1, + "order": 3212, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Topfpflanze", + "hexcode": "1FAB4", + "tags": [ + "haus", + "langweilig", + "nutzlos", + "pflanze", + "pflegen", + "topfpflanze", + "wachsen" + ], + "emoji": "🪴", + "text": "", + "type": 1, + "order": 3213, + "group": 3, + "subgroup": 40, + "version": 13 + }, + { + "annotation": "Nadelbaum", + "hexcode": "1F332", + "tags": [ + "baum", + "nadelbaum", + "pflanze" + ], + "emoji": "🌲", + "text": "", + "type": 1, + "order": 3214, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "Laubbaum", + "hexcode": "1F333", + "tags": [ + "baum", + "laub", + "laubbaum", + "pflanze" + ], + "emoji": "🌳", + "text": "", + "type": 1, + "order": 3215, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "Palme", + "hexcode": "1F334", + "tags": [ + "baum", + "palme", + "pflanze" + ], + "emoji": "🌴", + "text": "", + "type": 1, + "order": 3216, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Kaktus", + "hexcode": "1F335", + "tags": [ + "kaktus", + "pflanze" + ], + "emoji": "🌵", + "text": "", + "type": 1, + "order": 3217, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Reisähre", + "hexcode": "1F33E", + "tags": [ + "pflanze", + "reis", + "reisähre", + "ähre" + ], + "emoji": "🌾", + "text": "", + "type": 1, + "order": 3218, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Kräuter", + "hexcode": "1F33F", + "tags": [ + "blätter", + "kräuter" + ], + "emoji": "🌿", + "text": "", + "type": 1, + "order": 3219, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Kleeblatt", + "hexcode": "2618", + "tags": [ + "kleeblatt", + "pflanze" + ], + "emoji": "☘️", + "text": "☘︎", + "type": 0, + "order": 3221, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "Glücksklee", + "hexcode": "1F340", + "tags": [ + "glück", + "glücksklee", + "kleeblatt", + "vier", + "vierblättrig" + ], + "emoji": "🍀", + "text": "", + "type": 1, + "order": 3222, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Ahornblatt", + "hexcode": "1F341", + "tags": [ + "ahorn", + "ahornblatt", + "blatt", + "herbst", + "laub", + "pflanze" + ], + "emoji": "🍁", + "text": "", + "type": 1, + "order": 3223, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Laub", + "hexcode": "1F342", + "tags": [ + "blatt", + "blätter", + "herbst", + "laub", + "pflanze" + ], + "emoji": "🍂", + "text": "", + "type": 1, + "order": 3224, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Blätter im Wind", + "hexcode": "1F343", + "tags": [ + "blatt", + "blätter", + "blätter im wind", + "laub", + "pflanze", + "wind" + ], + "emoji": "🍃", + "text": "", + "type": 1, + "order": 3225, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "Trauben", + "hexcode": "1F347", + "tags": [ + "frucht", + "obst", + "traube", + "trauben" + ], + "emoji": "🍇", + "text": "", + "type": 1, + "order": 3226, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Honigmelone", + "hexcode": "1F348", + "tags": [ + "frucht", + "honigmelone", + "obst" + ], + "emoji": "🍈", + "text": "", + "type": 1, + "order": 3227, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Wassermelone", + "hexcode": "1F349", + "tags": [ + "frucht", + "melone", + "obst", + "wasser", + "wassermelone" + ], + "emoji": "🍉", + "text": "", + "type": 1, + "order": 3228, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Mandarine", + "hexcode": "1F34A", + "tags": [ + "frucht", + "mandarine", + "obst", + "orange" + ], + "emoji": "🍊", + "text": "", + "type": 1, + "order": 3229, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Zitrone", + "hexcode": "1F34B", + "tags": [ + "frucht", + "obst", + "zitrone", + "zitrusfrucht" + ], + "emoji": "🍋", + "text": "", + "type": 1, + "order": 3230, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "Banane", + "hexcode": "1F34C", + "tags": [ + "banane", + "frucht", + "obst" + ], + "emoji": "🍌", + "text": "", + "type": 1, + "order": 3231, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Ananas", + "hexcode": "1F34D", + "tags": [ + "ananas", + "frucht", + "obst" + ], + "emoji": "🍍", + "text": "", + "type": 1, + "order": 3232, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Mango", + "hexcode": "1F96D", + "tags": [ + "frucht", + "früchte", + "mango", + "tropisch" + ], + "emoji": "🥭", + "text": "", + "type": 1, + "order": 3233, + "group": 4, + "subgroup": 41, + "version": 11 + }, + { + "annotation": "roter Apfel", + "hexcode": "1F34E", + "tags": [ + "apfel", + "frucht", + "obst", + "rot", + "roter apfel" + ], + "emoji": "🍎", + "text": "", + "type": 1, + "order": 3234, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "grüner Apfel", + "hexcode": "1F34F", + "tags": [ + "apfel", + "frucht", + "grün", + "grüner apfel", + "obst" + ], + "emoji": "🍏", + "text": "", + "type": 1, + "order": 3235, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Birne", + "hexcode": "1F350", + "tags": [ + "birne", + "frucht", + "obst" + ], + "emoji": "🍐", + "text": "", + "type": 1, + "order": 3236, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "Pfirsich", + "hexcode": "1F351", + "tags": [ + "frucht", + "obst", + "pfirsich" + ], + "emoji": "🍑", + "text": "", + "type": 1, + "order": 3237, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Kirschen", + "hexcode": "1F352", + "tags": [ + "frucht", + "kirsche", + "kirschen", + "obst" + ], + "emoji": "🍒", + "text": "", + "type": 1, + "order": 3238, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Erdbeere", + "hexcode": "1F353", + "tags": [ + "beere", + "erdbeere", + "frucht", + "obst" + ], + "emoji": "🍓", + "text": "", + "type": 1, + "order": 3239, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Blaubeeren", + "hexcode": "1FAD0", + "tags": [ + "beere", + "blau", + "blaubeere", + "blaubeeren", + "heidelbeere" + ], + "emoji": "🫐", + "text": "", + "type": 1, + "order": 3240, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "Kiwi", + "hexcode": "1F95D", + "tags": [ + "frucht", + "kiwi", + "obst" + ], + "emoji": "🥝", + "text": "", + "type": 1, + "order": 3241, + "group": 4, + "subgroup": 41, + "version": 3 + }, + { + "annotation": "Tomate", + "hexcode": "1F345", + "tags": [ + "gemüse", + "tomate" + ], + "emoji": "🍅", + "text": "", + "type": 1, + "order": 3242, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "Olive", + "hexcode": "1FAD2", + "tags": [ + "lebensmittel", + "olive" + ], + "emoji": "🫒", + "text": "", + "type": 1, + "order": 3243, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "Kokosnuss", + "hexcode": "1F965", + "tags": [ + "kokosnuss", + "palme", + "piña colada" + ], + "emoji": "🥥", + "text": "", + "type": 1, + "order": 3244, + "group": 4, + "subgroup": 41, + "version": 5 + }, + { + "annotation": "Avocado", + "hexcode": "1F951", + "tags": [ + "avocado", + "frucht" + ], + "emoji": "🥑", + "text": "", + "type": 1, + "order": 3245, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "Aubergine", + "hexcode": "1F346", + "tags": [ + "aubergine", + "gemüse" + ], + "emoji": "🍆", + "text": "", + "type": 1, + "order": 3246, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "Kartoffel", + "hexcode": "1F954", + "tags": [ + "essen", + "kartoffel" + ], + "emoji": "🥔", + "text": "", + "type": 1, + "order": 3247, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "Karotte", + "hexcode": "1F955", + "tags": [ + "gemüse", + "karotte", + "mohrrübe", + "möhre" + ], + "emoji": "🥕", + "text": "", + "type": 1, + "order": 3248, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "Maiskolben", + "hexcode": "1F33D", + "tags": [ + "mais", + "maiskolben" + ], + "emoji": "🌽", + "text": "", + "type": 1, + "order": 3249, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "Peperoni", + "hexcode": "1F336", + "tags": [ + "chili", + "paprika", + "peperoni", + "pfeffer", + "pflanze", + "scharf" + ], + "emoji": "🌶️", + "text": "🌶︎", + "type": 0, + "order": 3251, + "group": 4, + "subgroup": 42, + "version": 0.7 + }, + { + "annotation": "Paprika", + "hexcode": "1FAD1", + "tags": [ + "gemüse", + "gemüsepaprika", + "paprika" + ], + "emoji": "🫑", + "text": "", + "type": 1, + "order": 3252, + "group": 4, + "subgroup": 42, + "version": 13 + }, + { + "annotation": "Gurke", + "hexcode": "1F952", + "tags": [ + "essen", + "gemüse", + "gurke" + ], + "emoji": "🥒", + "text": "", + "type": 1, + "order": 3253, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "Blattgemüse", + "hexcode": "1F96C", + "tags": [ + "blattgemüse", + "gemüse", + "grünzeug", + "kohl", + "salat", + "spinat" + ], + "emoji": "🥬", + "text": "", + "type": 1, + "order": 3254, + "group": 4, + "subgroup": 42, + "version": 11 + }, + { + "annotation": "Brokkoli", + "hexcode": "1F966", + "tags": [ + "brokkoli", + "gemüsekohl" + ], + "emoji": "🥦", + "text": "", + "type": 1, + "order": 3255, + "group": 4, + "subgroup": 42, + "version": 5 + }, + { + "annotation": "Knoblauch", + "hexcode": "1F9C4", + "tags": [ + "geschmack", + "knoblauch" + ], + "emoji": "🧄", + "text": "", + "type": 1, + "order": 3256, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "Zwiebel", + "hexcode": "1F9C5", + "tags": [ + "geschmack", + "zwiebel" + ], + "emoji": "🧅", + "text": "", + "type": 1, + "order": 3257, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "Fliegenpilz", + "hexcode": "1F344", + "tags": [ + "fliegenpilz", + "pilz" + ], + "emoji": "🍄", + "text": "", + "type": 1, + "order": 3258, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "Erdnuss", + "hexcode": "1F95C", + "tags": [ + "erdnuss", + "essen" + ], + "emoji": "🥜", + "text": "", + "type": 1, + "order": 3259, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "Kastanie", + "hexcode": "1F330", + "tags": [ + "kastanie", + "marone" + ], + "emoji": "🌰", + "text": "", + "type": 1, + "order": 3260, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "Brot", + "hexcode": "1F35E", + "tags": [ + "brot", + "brotlaib", + "laib brot" + ], + "emoji": "🍞", + "text": "", + "type": 1, + "order": 3261, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Croissant", + "hexcode": "1F950", + "tags": [ + "croissant", + "französisch", + "frühstück", + "frühstückshörnchen" + ], + "emoji": "🥐", + "text": "", + "type": 1, + "order": 3262, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Baguette", + "hexcode": "1F956", + "tags": [ + "baguette", + "französisch", + "frühstück" + ], + "emoji": "🥖", + "text": "", + "type": 1, + "order": 3263, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Fladenbrot", + "hexcode": "1FAD3", + "tags": [ + "arepa", + "fladenbrot", + "lavasch", + "naan", + "pita" + ], + "emoji": "🫓", + "text": "", + "type": 1, + "order": 3264, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "Brezel", + "hexcode": "1F968", + "tags": [ + "brezel", + "gedreht" + ], + "emoji": "🥨", + "text": "", + "type": 1, + "order": 3265, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "Bagel", + "hexcode": "1F96F", + "tags": [ + "backwaren", + "bagel", + "bäckerei", + "frühstück" + ], + "emoji": "🥯", + "text": "", + "type": 1, + "order": 3266, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "Pfannkuchen", + "hexcode": "1F95E", + "tags": [ + "eierpfannkuchen", + "essen", + "pfannkuchen" + ], + "emoji": "🥞", + "text": "", + "type": 1, + "order": 3267, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Waffel", + "hexcode": "1F9C7", + "tags": [ + "waffel", + "waffel mit butter" + ], + "emoji": "🧇", + "text": "", + "type": 1, + "order": 3268, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "Käsestück", + "hexcode": "1F9C0", + "tags": [ + "käse", + "käsestück" + ], + "emoji": "🧀", + "text": "", + "type": 1, + "order": 3269, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "Fleischhachse", + "hexcode": "1F356", + "tags": [ + "fleisch", + "fleischhachse", + "knochen", + "restaurant" + ], + "emoji": "🍖", + "text": "", + "type": 1, + "order": 3270, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Hähnchenschenkel", + "hexcode": "1F357", + "tags": [ + "geflügel", + "hähnchenschenkel", + "restaurant" + ], + "emoji": "🍗", + "text": "", + "type": 1, + "order": 3271, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Fleischstück", + "hexcode": "1F969", + "tags": [ + "fleischstück", + "kotelett", + "lammkotelett", + "schweinekotelett", + "steak" + ], + "emoji": "🥩", + "text": "", + "type": 1, + "order": 3272, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "Bacon", + "hexcode": "1F953", + "tags": [ + "bacon", + "essen", + "frühstücksspeck", + "speck" + ], + "emoji": "🥓", + "text": "", + "type": 1, + "order": 3273, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Hamburger", + "hexcode": "1F354", + "tags": [ + "burger", + "hamburger", + "restaurant" + ], + "emoji": "🍔", + "text": "", + "type": 1, + "order": 3274, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Pommes frites", + "hexcode": "1F35F", + "tags": [ + "fritten", + "pommes", + "pommes frites" + ], + "emoji": "🍟", + "text": "", + "type": 1, + "order": 3275, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Pizza", + "hexcode": "1F355", + "tags": [ + "pizza", + "pizzastück", + "pizzeria" + ], + "emoji": "🍕", + "text": "", + "type": 1, + "order": 3276, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Hotdog", + "hexcode": "1F32D", + "tags": [ + "frankfurter", + "hot dog", + "hotdog", + "wurst", + "würstchen" + ], + "emoji": "🌭", + "text": "", + "type": 1, + "order": 3277, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "Sandwich", + "hexcode": "1F96A", + "tags": [ + "brot", + "sandwich" + ], + "emoji": "🥪", + "text": "", + "type": 1, + "order": 3278, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "Taco", + "hexcode": "1F32E", + "tags": [ + "mexikanisch", + "taco" + ], + "emoji": "🌮", + "text": "", + "type": 1, + "order": 3279, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "Burrito", + "hexcode": "1F32F", + "tags": [ + "burrito", + "mexikanisch" + ], + "emoji": "🌯", + "text": "", + "type": 1, + "order": 3280, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "Tamale", + "hexcode": "1FAD4", + "tags": [ + "eingewickelt", + "mexikanisch", + "tamale" + ], + "emoji": "🫔", + "text": "", + "type": 1, + "order": 3281, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "Döner", + "hexcode": "1F959", + "tags": [ + "döner", + "döner kebab", + "falafel", + "wrap" + ], + "emoji": "🥙", + "text": "", + "type": 1, + "order": 3282, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Falafel", + "hexcode": "1F9C6", + "tags": [ + "bällchen", + "falafel", + "kichererbsen" + ], + "emoji": "🧆", + "text": "", + "type": 1, + "order": 3283, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "Ei", + "hexcode": "1F95A", + "tags": [ + "ei", + "frühstück", + "frühstücksei" + ], + "emoji": "🥚", + "text": "", + "type": 1, + "order": 3284, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Spiegelei in Bratpfanne", + "hexcode": "1F373", + "tags": [ + "kochen", + "pfanne", + "spiegelei in bratpfanne" + ], + "emoji": "🍳", + "text": "", + "type": 1, + "order": 3285, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Pfannengericht", + "hexcode": "1F958", + "tags": [ + "essen", + "paella", + "pfannengericht", + "reispfanne" + ], + "emoji": "🥘", + "text": "", + "type": 1, + "order": 3286, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Topf mit Essen", + "hexcode": "1F372", + "tags": [ + "eintopf", + "gericht", + "topf mit essen" + ], + "emoji": "🍲", + "text": "", + "type": 1, + "order": 3287, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "Fondue", + "hexcode": "1FAD5", + "tags": [ + "fondue", + "geschmolzen", + "käse", + "schokolade", + "schweizerisch", + "topf" + ], + "emoji": "🫕", + "text": "", + "type": 1, + "order": 3288, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "Schüssel mit Löffel", + "hexcode": "1F963", + "tags": [ + "cerealien", + "frühstück", + "reisbrei", + "schüssel mit löffel" + ], + "emoji": "🥣", + "text": "", + "type": 1, + "order": 3289, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "Salat", + "hexcode": "1F957", + "tags": [ + "essen", + "salat" + ], + "emoji": "🥗", + "text": "", + "type": 1, + "order": 3290, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "Popcorn", + "hexcode": "1F37F", + "tags": [ + "popcorn", + "snack" + ], + "emoji": "🍿", + "text": "", + "type": 1, + "order": 3291, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "Butter", + "hexcode": "1F9C8", + "tags": [ + "butter", + "milchprodukt" + ], + "emoji": "🧈", + "text": "", + "type": 1, + "order": 3292, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "Salz", + "hexcode": "1F9C2", + "tags": [ + "geschmack", + "salz", + "salzstreuer" + ], + "emoji": "🧂", + "text": "", + "type": 1, + "order": 3293, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "Konserve", + "hexcode": "1F96B", + "tags": [ + "dose", + "konserve" + ], + "emoji": "🥫", + "text": "", + "type": 1, + "order": 3294, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "Bento-Box", + "hexcode": "1F371", + "tags": [ + "bento", + "bento-box" + ], + "emoji": "🍱", + "text": "", + "type": 1, + "order": 3295, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Reiscracker", + "hexcode": "1F358", + "tags": [ + "cracker", + "reiscracker" + ], + "emoji": "🍘", + "text": "", + "type": 1, + "order": 3296, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Reisbällchen", + "hexcode": "1F359", + "tags": [ + "reis", + "reisbällchen" + ], + "emoji": "🍙", + "text": "", + "type": 1, + "order": 3297, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Reis in Schüssel", + "hexcode": "1F35A", + "tags": [ + "reis", + "reis in schüssel" + ], + "emoji": "🍚", + "text": "", + "type": 1, + "order": 3298, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Reis mit Curry", + "hexcode": "1F35B", + "tags": [ + "curry", + "reis", + "reis mit curry" + ], + "emoji": "🍛", + "text": "", + "type": 1, + "order": 3299, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Schüssel und Essstäbchen", + "hexcode": "1F35C", + "tags": [ + "dampfend", + "eiernudeln", + "nudeln", + "schüssel", + "schüssel und essstäbchen", + "stäbchen", + "suppe" + ], + "emoji": "🍜", + "text": "", + "type": 1, + "order": 3300, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Spaghetti", + "hexcode": "1F35D", + "tags": [ + "nudeln mit tomatensoße", + "pasta", + "spaghetti" + ], + "emoji": "🍝", + "text": "", + "type": 1, + "order": 3301, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "geröstete Süßkartoffel", + "hexcode": "1F360", + "tags": [ + "geröstet", + "geröstete süßkartoffel", + "süßkartoffel" + ], + "emoji": "🍠", + "text": "", + "type": 1, + "order": 3302, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Oden", + "hexcode": "1F362", + "tags": [ + "japanisches gericht", + "oden", + "restaurant" + ], + "emoji": "🍢", + "text": "", + "type": 1, + "order": 3303, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Sushi", + "hexcode": "1F363", + "tags": [ + "japanisches gericht", + "restaurant", + "sushi" + ], + "emoji": "🍣", + "text": "", + "type": 1, + "order": 3304, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "frittierte Garnele", + "hexcode": "1F364", + "tags": [ + "frittierte garnele", + "garnele", + "restaurant" + ], + "emoji": "🍤", + "text": "", + "type": 1, + "order": 3305, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Fischfrikadelle", + "hexcode": "1F365", + "tags": [ + "fisch", + "fischfrikadelle" + ], + "emoji": "🍥", + "text": "", + "type": 1, + "order": 3306, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Mondkuchen", + "hexcode": "1F96E", + "tags": [ + "festival", + "herbst", + "mondkuchen", + "yuebing" + ], + "emoji": "🥮", + "text": "", + "type": 1, + "order": 3307, + "group": 4, + "subgroup": 44, + "version": 11 + }, + { + "annotation": "Dango", + "hexcode": "1F361", + "tags": [ + "dango", + "japanisches gericht", + "mochi-kugeln auf einem spieß", + "restaurant" + ], + "emoji": "🍡", + "text": "", + "type": 1, + "order": 3308, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "Teigtasche", + "hexcode": "1F95F", + "tags": [ + "chinesische teigtasche", + "empanada", + "gyōza", + "jiaozi", + "pierogi", + "teigtasche" + ], + "emoji": "🥟", + "text": "", + "type": 1, + "order": 3309, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "Glückskeks", + "hexcode": "1F960", + "tags": [ + "glückskeks", + "prophezeiung" + ], + "emoji": "🥠", + "text": "", + "type": 1, + "order": 3310, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "Takeaway-Schachtel", + "hexcode": "1F961", + "tags": [ + "takeaway-box", + "takeaway-schachtel" + ], + "emoji": "🥡", + "text": "", + "type": 1, + "order": 3311, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "Krebs", + "hexcode": "1F980", + "tags": [ + "krebs", + "sternzeichen", + "tierkreis" + ], + "emoji": "🦀", + "text": "", + "type": 1, + "order": 3312, + "group": 4, + "subgroup": 45, + "version": 1 + }, + { + "annotation": "Hummer", + "hexcode": "1F99E", + "tags": [ + "hummer", + "meeresfrüchte" + ], + "emoji": "🦞", + "text": "", + "type": 1, + "order": 3313, + "group": 4, + "subgroup": 45, + "version": 11 + }, + { + "annotation": "Garnele", + "hexcode": "1F990", + "tags": [ + "garnele", + "gourmet", + "krustentier" + ], + "emoji": "🦐", + "text": "", + "type": 1, + "order": 3314, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "Tintenfisch", + "hexcode": "1F991", + "tags": [ + "kalmar", + "tintenfisch" + ], + "emoji": "🦑", + "text": "", + "type": 1, + "order": 3315, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "Auster", + "hexcode": "1F9AA", + "tags": [ + "auster", + "perle", + "tauchen" + ], + "emoji": "🦪", + "text": "", + "type": 1, + "order": 3316, + "group": 4, + "subgroup": 45, + "version": 12 + }, + { + "annotation": "Softeis", + "hexcode": "1F366", + "tags": [ + "eis", + "softeis" + ], + "emoji": "🍦", + "text": "", + "type": 1, + "order": 3317, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Wassereis", + "hexcode": "1F367", + "tags": [ + "eis", + "sorbet", + "wassereis" + ], + "emoji": "🍧", + "text": "", + "type": 1, + "order": 3318, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Eiscreme", + "hexcode": "1F368", + "tags": [ + "eis", + "eisbecher", + "eiscreme", + "eisdiele" + ], + "emoji": "🍨", + "text": "", + "type": 1, + "order": 3319, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Donut", + "hexcode": "1F369", + "tags": [ + "donut", + "doughnut" + ], + "emoji": "🍩", + "text": "", + "type": 1, + "order": 3320, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Keks", + "hexcode": "1F36A", + "tags": [ + "cookie", + "keks" + ], + "emoji": "🍪", + "text": "", + "type": 1, + "order": 3321, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Geburtstagskuchen", + "hexcode": "1F382", + "tags": [ + "geburtstag", + "geburtstagskuchen", + "torte" + ], + "emoji": "🎂", + "text": "", + "type": 1, + "order": 3322, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Torte", + "hexcode": "1F370", + "tags": [ + "kuchen", + "kuchenstück", + "stück torte", + "torte", + "tortenstück" + ], + "emoji": "🍰", + "text": "", + "type": 1, + "order": 3323, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Cupcake", + "hexcode": "1F9C1", + "tags": [ + "cupcake", + "gebäck", + "konditorei", + "muffin", + "süß" + ], + "emoji": "🧁", + "text": "", + "type": 1, + "order": 3324, + "group": 4, + "subgroup": 46, + "version": 11 + }, + { + "annotation": "Kuchen", + "hexcode": "1F967", + "tags": [ + "füllung", + "gebäck", + "kuchen" + ], + "emoji": "🥧", + "text": "", + "type": 1, + "order": 3325, + "group": 4, + "subgroup": 46, + "version": 5 + }, + { + "annotation": "Schokoladentafel", + "hexcode": "1F36B", + "tags": [ + "schokolade", + "schokoladentafel" + ], + "emoji": "🍫", + "text": "", + "type": 1, + "order": 3326, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Bonbon", + "hexcode": "1F36C", + "tags": [ + "bonbon", + "süßigkeit" + ], + "emoji": "🍬", + "text": "", + "type": 1, + "order": 3327, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Lutscher", + "hexcode": "1F36D", + "tags": [ + "lolli", + "lutscher", + "süßigkeit" + ], + "emoji": "🍭", + "text": "", + "type": 1, + "order": 3328, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Pudding", + "hexcode": "1F36E", + "tags": [ + "dessert", + "nachspeise", + "nachtisch", + "pudding", + "schokolade", + "soße" + ], + "emoji": "🍮", + "text": "", + "type": 1, + "order": 3329, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Honigtopf", + "hexcode": "1F36F", + "tags": [ + "honig", + "honigtopf" + ], + "emoji": "🍯", + "text": "", + "type": 1, + "order": 3330, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "Babyflasche", + "hexcode": "1F37C", + "tags": [ + "baby", + "babyflasche", + "fläschchen", + "kind", + "milch", + "trinken" + ], + "emoji": "🍼", + "text": "", + "type": 1, + "order": 3331, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "Glas Milch", + "hexcode": "1F95B", + "tags": [ + "getränk", + "glas", + "milch" + ], + "emoji": "🥛", + "text": "", + "type": 1, + "order": 3332, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "Heißgetränk", + "hexcode": "2615", + "tags": [ + "dampfend", + "getränk", + "heiß", + "heißgetränk", + "kaffee", + "tee", + "trinken" + ], + "emoji": "☕️", + "text": "☕︎", + "type": 1, + "order": 3333, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Teekanne", + "hexcode": "1FAD6", + "tags": [ + "kanne", + "tee", + "teekanne", + "trinken" + ], + "emoji": "🫖", + "text": "", + "type": 1, + "order": 3334, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "Teetasse ohne Henkel", + "hexcode": "1F375", + "tags": [ + "tee", + "teetasse", + "teetasse ohne henkel" + ], + "emoji": "🍵", + "text": "", + "type": 1, + "order": 3335, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Sake-Flasche und -Tasse", + "hexcode": "1F376", + "tags": [ + "flasche", + "getränk", + "sake", + "sake-flasche und -tasse", + "tasse", + "trinken" + ], + "emoji": "🍶", + "text": "", + "type": 1, + "order": 3336, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Flasche mit knallendem Korken", + "hexcode": "1F37E", + "tags": [ + "champagner", + "flasche", + "flasche mit knallendem korken", + "korken", + "sekt", + "trinken" + ], + "emoji": "🍾", + "text": "", + "type": 1, + "order": 3337, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "Weinglas", + "hexcode": "1F377", + "tags": [ + "bar", + "glas", + "wein", + "weinglas" + ], + "emoji": "🍷", + "text": "", + "type": 1, + "order": 3338, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Cocktailglas", + "hexcode": "1F378", + "tags": [ + "bar", + "cocktail", + "cocktailglas" + ], + "emoji": "🍸️", + "text": "🍸︎", + "type": 1, + "order": 3339, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Cocktail", + "hexcode": "1F379", + "tags": [ + "bar", + "cocktail", + "exotisches getränk" + ], + "emoji": "🍹", + "text": "", + "type": 1, + "order": 3340, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Bierkrug", + "hexcode": "1F37A", + "tags": [ + "bar", + "bier", + "bierkrug", + "krug" + ], + "emoji": "🍺", + "text": "", + "type": 1, + "order": 3341, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Bierkrüge", + "hexcode": "1F37B", + "tags": [ + "anstoßen", + "bier", + "bierkrüge" + ], + "emoji": "🍻", + "text": "", + "type": 1, + "order": 3342, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "Sektgläser", + "hexcode": "1F942", + "tags": [ + "anstoßen", + "feiern", + "getränk", + "sekt", + "sektgläser" + ], + "emoji": "🥂", + "text": "", + "type": 1, + "order": 3343, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "Trinkglas", + "hexcode": "1F943", + "tags": [ + "bar", + "trinkglas", + "whiskey" + ], + "emoji": "🥃", + "text": "", + "type": 1, + "order": 3344, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "Becher mit Strohhalm", + "hexcode": "1F964", + "tags": [ + "becher mit strohhalm", + "saft", + "selters" + ], + "emoji": "🥤", + "text": "", + "type": 1, + "order": 3345, + "group": 4, + "subgroup": 47, + "version": 5 + }, + { + "annotation": "Bubble Tea", + "hexcode": "1F9CB", + "tags": [ + "blase", + "bubble tea", + "milch", + "perle", + "tee" + ], + "emoji": "🧋", + "text": "", + "type": 1, + "order": 3346, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "Trinkpäckchen", + "hexcode": "1F9C3", + "tags": [ + "getränk", + "saftpackung", + "trinkpäckchen" + ], + "emoji": "🧃", + "text": "", + "type": 1, + "order": 3347, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "Mate-Tee", + "hexcode": "1F9C9", + "tags": [ + "getränk", + "mate-tee" + ], + "emoji": "🧉", + "text": "", + "type": 1, + "order": 3348, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "Eiswürfel", + "hexcode": "1F9CA", + "tags": [ + "eisberg", + "eiswürfel", + "kalt" + ], + "emoji": "🧊", + "text": "", + "type": 1, + "order": 3349, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "Essstäbchen", + "hexcode": "1F962", + "tags": [ + "essstäbchen", + "hashi", + "stäbchen" + ], + "emoji": "🥢", + "text": "", + "type": 1, + "order": 3350, + "group": 4, + "subgroup": 48, + "version": 5 + }, + { + "annotation": "Teller mit Messer und Gabel", + "hexcode": "1F37D", + "tags": [ + "gabel", + "kochen", + "messer", + "teller mit messer und gabel" + ], + "emoji": "🍽️", + "text": "🍽︎", + "type": 0, + "order": 3352, + "group": 4, + "subgroup": 48, + "version": 0.7 + }, + { + "annotation": "Gabel und Messer", + "hexcode": "1F374", + "tags": [ + "besteck", + "gabel", + "gabel und messer", + "messer", + "messer und gabel" + ], + "emoji": "🍴", + "text": "", + "type": 1, + "order": 3353, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "Löffel", + "hexcode": "1F944", + "tags": [ + "besteck", + "löffel" + ], + "emoji": "🥄", + "text": "", + "type": 1, + "order": 3354, + "group": 4, + "subgroup": 48, + "version": 3 + }, + { + "annotation": "Küchenmesser", + "hexcode": "1F52A", + "tags": [ + "küchenmesser", + "messer" + ], + "emoji": "🔪", + "text": "", + "type": 1, + "order": 3355, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "Amphore", + "hexcode": "1F3FA", + "tags": [ + "amphore", + "gefäß", + "kochen", + "krug", + "vase", + "wassermann" + ], + "emoji": "🏺", + "text": "", + "type": 1, + "order": 3356, + "group": 4, + "subgroup": 48, + "version": 1 + }, + { + "annotation": "Globus mit Europa und Afrika", + "hexcode": "1F30D", + "tags": [ + "afrika", + "europa", + "globus mit europa und afrika", + "weltkugel" + ], + "emoji": "🌍️", + "text": "🌍︎", + "type": 1, + "order": 3357, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "Globus mit Amerika", + "hexcode": "1F30E", + "tags": [ + "globus mit amerika", + "nordamerika", + "südamerika", + "weltkugel" + ], + "emoji": "🌎️", + "text": "🌎︎", + "type": 1, + "order": 3358, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "Globus mit Asien und Australien", + "hexcode": "1F30F", + "tags": [ + "asien", + "australien", + "globus mit asien und australien", + "weltkugel" + ], + "emoji": "🌏️", + "text": "🌏︎", + "type": 1, + "order": 3359, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "Globus mit Meridianen", + "hexcode": "1F310", + "tags": [ + "breitengrad", + "globus mit meridianen", + "längengrad" + ], + "emoji": "🌐", + "text": "", + "type": 1, + "order": 3360, + "group": 5, + "subgroup": 49, + "version": 1 + }, + { + "annotation": "Weltkarte", + "hexcode": "1F5FA", + "tags": [ + "karte", + "welt", + "weltkarte" + ], + "emoji": "🗺️", + "text": "🗺︎", + "type": 0, + "order": 3362, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "Umriss von Japan", + "hexcode": "1F5FE", + "tags": [ + "japan", + "karte", + "umriss von japan" + ], + "emoji": "🗾", + "text": "", + "type": 1, + "order": 3363, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "Kompass", + "hexcode": "1F9ED", + "tags": [ + "himmelsrichtung", + "kompass", + "magnetisch", + "navigation", + "orientierung", + "windrose" + ], + "emoji": "🧭", + "text": "", + "type": 1, + "order": 3364, + "group": 5, + "subgroup": 49, + "version": 11 + }, + { + "annotation": "schneebedeckter Berg", + "hexcode": "1F3D4", + "tags": [ + "berg", + "kalt", + "schnee", + "schneebedeckter berg" + ], + "emoji": "🏔️", + "text": "🏔︎", + "type": 0, + "order": 3366, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Berg", + "hexcode": "26F0", + "tags": [ + "berg", + "gebirge" + ], + "emoji": "⛰️", + "text": "⛰︎", + "type": 0, + "order": 3368, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Vulkan", + "hexcode": "1F30B", + "tags": [ + "ausbruch", + "berg", + "vulkan", + "wetter" + ], + "emoji": "🌋", + "text": "", + "type": 1, + "order": 3369, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "Fuji", + "hexcode": "1F5FB", + "tags": [ + "berg", + "fuji" + ], + "emoji": "🗻", + "text": "", + "type": 1, + "order": 3370, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "Camping", + "hexcode": "1F3D5", + "tags": [ + "campen", + "camping", + "zelt", + "zelten" + ], + "emoji": "🏕️", + "text": "🏕︎", + "type": 0, + "order": 3372, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Strand mit Sonnenschirm", + "hexcode": "1F3D6", + "tags": [ + "meer", + "sonnenschirm", + "strand", + "strand mit sonnenschirm" + ], + "emoji": "🏖️", + "text": "🏖︎", + "type": 0, + "order": 3374, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Wüste", + "hexcode": "1F3DC", + "tags": [ + "wüste" + ], + "emoji": "🏜️", + "text": "🏜︎", + "type": 0, + "order": 3376, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "einsame Insel", + "hexcode": "1F3DD", + "tags": [ + "einsam", + "einsame insel", + "insel", + "meer", + "strand", + "verlassen" + ], + "emoji": "🏝️", + "text": "🏝︎", + "type": 0, + "order": 3378, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Nationalpark", + "hexcode": "1F3DE", + "tags": [ + "nationalpark", + "park" + ], + "emoji": "🏞️", + "text": "🏞︎", + "type": 0, + "order": 3380, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "Stadion", + "hexcode": "1F3DF", + "tags": [ + "arena", + "stadion" + ], + "emoji": "🏟️", + "text": "🏟︎", + "type": 0, + "order": 3382, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "antikes Gebäude", + "hexcode": "1F3DB", + "tags": [ + "antik", + "antikes gebäude", + "gebäude", + "klassizistisch" + ], + "emoji": "🏛️", + "text": "🏛︎", + "type": 0, + "order": 3384, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "Kran", + "hexcode": "1F3D7", + "tags": [ + "bau", + "bauen", + "kran" + ], + "emoji": "🏗️", + "text": "🏗︎", + "type": 0, + "order": 3386, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "Ziegelstein", + "hexcode": "1F9F1", + "tags": [ + "klinker", + "mauerwerk", + "wand", + "ziegel", + "ziegelstein" + ], + "emoji": "🧱", + "text": "", + "type": 1, + "order": 3387, + "group": 5, + "subgroup": 51, + "version": 11 + }, + { + "annotation": "Felsen", + "hexcode": "1FAA8", + "tags": [ + "felsen", + "stein" + ], + "emoji": "🪨", + "text": "", + "type": 1, + "order": 3388, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "Holz", + "hexcode": "1FAB5", + "tags": [ + "feuerholz", + "holz", + "holzscheite" + ], + "emoji": "🪵", + "text": "", + "type": 1, + "order": 3389, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "Hütte", + "hexcode": "1F6D6", + "tags": [ + "haus", + "hütte", + "jurte", + "rundhaus" + ], + "emoji": "🛖", + "text": "", + "type": 1, + "order": 3390, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "Wohnhäuser", + "hexcode": "1F3D8", + "tags": [ + "gebäude", + "haus", + "häuser", + "wohnhaus", + "wohnhäuser", + "wohnsiedlung" + ], + "emoji": "🏘️", + "text": "🏘︎", + "type": 0, + "order": 3392, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "verfallenes Haus", + "hexcode": "1F3DA", + "tags": [ + "gebäude", + "haus", + "heruntergekommen", + "verfallen", + "verfallenes haus", + "verlassen" + ], + "emoji": "🏚️", + "text": "🏚︎", + "type": 0, + "order": 3394, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "Haus", + "hexcode": "1F3E0", + "tags": [ + "gebäude", + "haus", + "zuhause" + ], + "emoji": "🏠️", + "text": "🏠︎", + "type": 1, + "order": 3395, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Haus mit Garten", + "hexcode": "1F3E1", + "tags": [ + "baum", + "haus", + "haus mit garten" + ], + "emoji": "🏡", + "text": "", + "type": 1, + "order": 3396, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Bürogebäude", + "hexcode": "1F3E2", + "tags": [ + "bürogebäude", + "hochhaus" + ], + "emoji": "🏢", + "text": "", + "type": 1, + "order": 3397, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "japanisches Postgebäude", + "hexcode": "1F3E3", + "tags": [ + "japan", + "japanisches postgebäude", + "post" + ], + "emoji": "🏣", + "text": "", + "type": 1, + "order": 3398, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Postgebäude", + "hexcode": "1F3E4", + "tags": [ + "europa", + "post", + "postgebäude" + ], + "emoji": "🏤", + "text": "", + "type": 1, + "order": 3399, + "group": 5, + "subgroup": 51, + "version": 1 + }, + { + "annotation": "Krankenhaus", + "hexcode": "1F3E5", + "tags": [ + "arzt", + "gebäude", + "krank", + "krankenhaus", + "medizin" + ], + "emoji": "🏥", + "text": "", + "type": 1, + "order": 3400, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Bank", + "hexcode": "1F3E6", + "tags": [ + "bank", + "gebäude", + "geld" + ], + "emoji": "🏦", + "text": "", + "type": 1, + "order": 3401, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Hotel", + "hexcode": "1F3E8", + "tags": [ + "gebäude", + "hotel", + "unterkunft", + "übernachten" + ], + "emoji": "🏨", + "text": "", + "type": 1, + "order": 3402, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Stundenhotel", + "hexcode": "1F3E9", + "tags": [ + "gebäude", + "hotel", + "liebe", + "stundenhotel", + "unterkunft" + ], + "emoji": "🏩", + "text": "", + "type": 1, + "order": 3403, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Minimarkt", + "hexcode": "1F3EA", + "tags": [ + "einkaufen", + "gebäude", + "geschäft", + "lebensmittel", + "minimarkt" + ], + "emoji": "🏪", + "text": "", + "type": 1, + "order": 3404, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Schule", + "hexcode": "1F3EB", + "tags": [ + "gebäude", + "schule", + "schulgebäude" + ], + "emoji": "🏫", + "text": "", + "type": 1, + "order": 3405, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Kaufhaus", + "hexcode": "1F3EC", + "tags": [ + "einkaufen", + "gebäude", + "geschäft", + "kaufhaus", + "shoppen" + ], + "emoji": "🏬", + "text": "", + "type": 1, + "order": 3406, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Fabrik", + "hexcode": "1F3ED", + "tags": [ + "fabrik", + "fabrikgebäude", + "gebäude" + ], + "emoji": "🏭️", + "text": "🏭︎", + "type": 1, + "order": 3407, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "japanisches Schloss", + "hexcode": "1F3EF", + "tags": [ + "bauwerk", + "gebäude", + "japan", + "japanisch", + "japanisches schloss", + "schloss" + ], + "emoji": "🏯", + "text": "", + "type": 1, + "order": 3408, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Schloss", + "hexcode": "1F3F0", + "tags": [ + "bauwerk", + "europa", + "europäisch", + "gebäude", + "schloss" + ], + "emoji": "🏰", + "text": "", + "type": 1, + "order": 3409, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Hochzeit", + "hexcode": "1F492", + "tags": [ + "herz", + "hochzeit", + "kirche" + ], + "emoji": "💒", + "text": "", + "type": 1, + "order": 3410, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Tokyo Tower", + "hexcode": "1F5FC", + "tags": [ + "fernsehturm", + "tokio", + "tokyo tower" + ], + "emoji": "🗼", + "text": "", + "type": 1, + "order": 3411, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Freiheitsstatue", + "hexcode": "1F5FD", + "tags": [ + "amerika", + "freiheit", + "freiheitsstatue" + ], + "emoji": "🗽", + "text": "", + "type": 1, + "order": 3412, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Kirche", + "hexcode": "26EA", + "tags": [ + "christ", + "christentum", + "christlich", + "gebäude", + "kirche", + "kreuz", + "religion" + ], + "emoji": "⛪️", + "text": "⛪︎", + "type": 1, + "order": 3413, + "group": 5, + "subgroup": 52, + "version": 0.6 + }, + { + "annotation": "Moschee", + "hexcode": "1F54C", + "tags": [ + "islam", + "moschee", + "moslem", + "muslim", + "religion" + ], + "emoji": "🕌", + "text": "", + "type": 1, + "order": 3414, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "Hindutempel", + "hexcode": "1F6D5", + "tags": [ + "hindu", + "hindutempel", + "tempel" + ], + "emoji": "🛕", + "text": "", + "type": 1, + "order": 3415, + "group": 5, + "subgroup": 52, + "version": 12 + }, + { + "annotation": "Synagoge", + "hexcode": "1F54D", + "tags": [ + "jude", + "jüdisch", + "religion", + "synagoge", + "tempel" + ], + "emoji": "🕍", + "text": "", + "type": 1, + "order": 3416, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "Shinto-Schrein", + "hexcode": "26E9", + "tags": [ + "religion", + "schrein", + "shinto", + "shinto-schrein" + ], + "emoji": "⛩️", + "text": "⛩︎", + "type": 0, + "order": 3418, + "group": 5, + "subgroup": 52, + "version": 0.7 + }, + { + "annotation": "Kaaba", + "hexcode": "1F54B", + "tags": [ + "islam", + "kaaba", + "moslem", + "muslim", + "religion" + ], + "emoji": "🕋", + "text": "", + "type": 1, + "order": 3419, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "Springbrunnen", + "hexcode": "26F2", + "tags": [ + "brunnen", + "garten", + "park", + "springbrunnen" + ], + "emoji": "⛲️", + "text": "⛲︎", + "type": 1, + "order": 3420, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Zelt", + "hexcode": "26FA", + "tags": [ + "camping", + "campingurlaub", + "zelt", + "zeltplatz" + ], + "emoji": "⛺️", + "text": "⛺︎", + "type": 1, + "order": 3421, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "neblig", + "hexcode": "1F301", + "tags": [ + "nebel", + "wetter" + ], + "emoji": "🌁", + "text": "", + "type": 1, + "order": 3422, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Sternenhimmel", + "hexcode": "1F303", + "tags": [ + "nacht", + "sterne", + "sternenhimmel" + ], + "emoji": "🌃", + "text": "", + "type": 1, + "order": 3423, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Skyline", + "hexcode": "1F3D9", + "tags": [ + "gebäude", + "hochhäuser", + "häuser", + "skyline", + "stadt", + "wolkenkratzer" + ], + "emoji": "🏙️", + "text": "🏙︎", + "type": 0, + "order": 3425, + "group": 5, + "subgroup": 53, + "version": 0.7 + }, + { + "annotation": "Sonnenaufgang über Bergen", + "hexcode": "1F304", + "tags": [ + "berge", + "sonnenaufgang", + "sonnenaufgang über bergen" + ], + "emoji": "🌄", + "text": "", + "type": 1, + "order": 3426, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Sonnenaufgang über dem Meer", + "hexcode": "1F305", + "tags": [ + "meer", + "sonnenaufgang", + "sonnenaufgang über dem meer" + ], + "emoji": "🌅", + "text": "", + "type": 1, + "order": 3427, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Abendstimmung in der Stadt", + "hexcode": "1F306", + "tags": [ + "abendstimmung in der stadt", + "hochhäuser", + "sonnenuntergang" + ], + "emoji": "🌆", + "text": "", + "type": 1, + "order": 3428, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Sonnenuntergang in der Stadt", + "hexcode": "1F307", + "tags": [ + "hochhäuser", + "sonnenuntergang", + "sonnenuntergang in der stadt" + ], + "emoji": "🌇", + "text": "", + "type": 1, + "order": 3429, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Brücke vor Nachthimmel", + "hexcode": "1F309", + "tags": [ + "brücke", + "brücke vor nachthimmel", + "golden gate", + "nacht", + "nachts" + ], + "emoji": "🌉", + "text": "", + "type": 1, + "order": 3430, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "heiße Quellen", + "hexcode": "2668", + "tags": [ + "dampf", + "dampfend", + "heiß", + "heiße quellen", + "quellen" + ], + "emoji": "♨️", + "text": "♨︎", + "type": 0, + "order": 3432, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Karussellpferd", + "hexcode": "1F3A0", + "tags": [ + "karussell", + "karussellpferd", + "pferd" + ], + "emoji": "🎠", + "text": "", + "type": 1, + "order": 3433, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Riesenrad", + "hexcode": "1F3A1", + "tags": [ + "freizeitpark", + "rad", + "riesenrad", + "volksfest" + ], + "emoji": "🎡", + "text": "", + "type": 1, + "order": 3434, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Achterbahn", + "hexcode": "1F3A2", + "tags": [ + "achterbahn", + "freizeitpark", + "volksfest" + ], + "emoji": "🎢", + "text": "", + "type": 1, + "order": 3435, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Barbershop-Säule", + "hexcode": "1F488", + "tags": [ + "barbershop-säule", + "herrenfriseur", + "säule" + ], + "emoji": "💈", + "text": "", + "type": 1, + "order": 3436, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Zirkuszelt", + "hexcode": "1F3AA", + "tags": [ + "unterhaltung", + "zelt", + "zirkus", + "zirkuszelt" + ], + "emoji": "🎪", + "text": "", + "type": 1, + "order": 3437, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "Dampflokomotive", + "hexcode": "1F682", + "tags": [ + "dampf", + "dampflok", + "dampflokomotive", + "fahrzeug", + "lokomotive", + "zug" + ], + "emoji": "🚂", + "text": "", + "type": 1, + "order": 3438, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Eisenbahnwagen", + "hexcode": "1F683", + "tags": [ + "eisenbahnwagen", + "fahrzeug", + "straßenbahn", + "straßenbahnwagen", + "tram", + "wagen", + "wagon", + "zug" + ], + "emoji": "🚃", + "text": "", + "type": 1, + "order": 3439, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Hochgeschwindigkeitszug mit spitzer Nase", + "hexcode": "1F684", + "tags": [ + "hochgeschwindigkeitszug mit spitzer nase", + "shinkansen", + "tgv", + "zug" + ], + "emoji": "🚄", + "text": "", + "type": 1, + "order": 3440, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Hochgeschwindigkeitszug", + "hexcode": "1F685", + "tags": [ + "hochgeschwindigkeitszug", + "japan", + "shinkansen", + "zug" + ], + "emoji": "🚅", + "text": "", + "type": 1, + "order": 3441, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Zug", + "hexcode": "1F686", + "tags": [ + "eisenbahn", + "zug" + ], + "emoji": "🚆", + "text": "", + "type": 1, + "order": 3442, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "U-Bahn", + "hexcode": "1F687", + "tags": [ + "metro", + "u-bahn" + ], + "emoji": "🚇️", + "text": "🚇︎", + "type": 1, + "order": 3443, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "S-Bahn", + "hexcode": "1F688", + "tags": [ + "s-bahn", + "zug" + ], + "emoji": "🚈", + "text": "", + "type": 1, + "order": 3444, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Bahnhof", + "hexcode": "1F689", + "tags": [ + "bahnhof", + "zug" + ], + "emoji": "🚉", + "text": "", + "type": 1, + "order": 3445, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Straßenbahn", + "hexcode": "1F68A", + "tags": [ + "straßenbahn", + "tram" + ], + "emoji": "🚊", + "text": "", + "type": 1, + "order": 3446, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Einschienenbahn", + "hexcode": "1F69D", + "tags": [ + "bahn", + "einschienenbahn", + "magnetschwebebahn" + ], + "emoji": "🚝", + "text": "", + "type": 1, + "order": 3447, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Bergbahn", + "hexcode": "1F69E", + "tags": [ + "bahn", + "bergbahn" + ], + "emoji": "🚞", + "text": "", + "type": 1, + "order": 3448, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Straßenbahnwagen", + "hexcode": "1F68B", + "tags": [ + "straßenbahn", + "straßenbahnwagen", + "tram", + "tramwagen", + "waggon" + ], + "emoji": "🚋", + "text": "", + "type": 1, + "order": 3449, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Bus", + "hexcode": "1F68C", + "tags": [ + "bus", + "fahrzeug" + ], + "emoji": "🚌", + "text": "", + "type": 1, + "order": 3450, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Bus von vorne", + "hexcode": "1F68D", + "tags": [ + "bus", + "bus von vorne" + ], + "emoji": "🚍️", + "text": "🚍︎", + "type": 1, + "order": 3451, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Oberleitungsbus", + "hexcode": "1F68E", + "tags": [ + "oberleitungsbus", + "trolleybus" + ], + "emoji": "🚎", + "text": "", + "type": 1, + "order": 3452, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Kleinbus", + "hexcode": "1F690", + "tags": [ + "bus", + "kleinbus" + ], + "emoji": "🚐", + "text": "", + "type": 1, + "order": 3453, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Krankenwagen", + "hexcode": "1F691", + "tags": [ + "krankenwagen", + "notfall" + ], + "emoji": "🚑️", + "text": "🚑︎", + "type": 1, + "order": 3454, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Feuerwehrauto", + "hexcode": "1F692", + "tags": [ + "brand", + "feuerwehrauto", + "löschfahrzeug" + ], + "emoji": "🚒", + "text": "", + "type": 1, + "order": 3455, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Polizeiwagen", + "hexcode": "1F693", + "tags": [ + "polizei", + "polizeiwagen", + "streifenwagen" + ], + "emoji": "🚓", + "text": "", + "type": 1, + "order": 3456, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Vorderansicht Polizeiwagen", + "hexcode": "1F694", + "tags": [ + "polizei", + "streifenwagen", + "vorderansicht polizeiwagen" + ], + "emoji": "🚔️", + "text": "🚔︎", + "type": 1, + "order": 3457, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Taxi", + "hexcode": "1F695", + "tags": [ + "auto", + "fahrzeug", + "taxi" + ], + "emoji": "🚕", + "text": "", + "type": 1, + "order": 3458, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Taxi von vorne", + "hexcode": "1F696", + "tags": [ + "taxi", + "taxi von vorne" + ], + "emoji": "🚖", + "text": "", + "type": 1, + "order": 3459, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Auto", + "hexcode": "1F697", + "tags": [ + "auto", + "fahrzeug" + ], + "emoji": "🚗", + "text": "", + "type": 1, + "order": 3460, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Auto von vorne", + "hexcode": "1F698", + "tags": [ + "auto", + "auto von vorne", + "automobil", + "fahrzeug" + ], + "emoji": "🚘️", + "text": "🚘︎", + "type": 1, + "order": 3461, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Wohnmobil", + "hexcode": "1F699", + "tags": [ + "verreisen", + "wohnmobil" + ], + "emoji": "🚙", + "text": "", + "type": 1, + "order": 3462, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Pick-up", + "hexcode": "1F6FB", + "tags": [ + "laster", + "lieferwagen", + "pick-up" + ], + "emoji": "🛻", + "text": "", + "type": 1, + "order": 3463, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "Lieferwagen", + "hexcode": "1F69A", + "tags": [ + "lastwagen", + "lieferwagen", + "lkw" + ], + "emoji": "🚚", + "text": "", + "type": 1, + "order": 3464, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Sattelzug", + "hexcode": "1F69B", + "tags": [ + "lastwagen", + "lkw", + "sattelzug" + ], + "emoji": "🚛", + "text": "", + "type": 1, + "order": 3465, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Traktor", + "hexcode": "1F69C", + "tags": [ + "landwirtschaft", + "traktor", + "trecker" + ], + "emoji": "🚜", + "text": "", + "type": 1, + "order": 3466, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Rennauto", + "hexcode": "1F3CE", + "tags": [ + "autorennen", + "rennauto" + ], + "emoji": "🏎️", + "text": "🏎︎", + "type": 0, + "order": 3468, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Motorrad", + "hexcode": "1F3CD", + "tags": [ + "motorrad", + "motorrennen" + ], + "emoji": "🏍️", + "text": "🏍︎", + "type": 0, + "order": 3470, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Motorroller", + "hexcode": "1F6F5", + "tags": [ + "motorroller", + "roller", + "vespa" + ], + "emoji": "🛵", + "text": "", + "type": 1, + "order": 3471, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "manueller Rollstuhl", + "hexcode": "1F9BD", + "tags": [ + "barrierefreiheit", + "manueller rollstuhl" + ], + "emoji": "🦽", + "text": "", + "type": 1, + "order": 3472, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "elektrischer Rollstuhl", + "hexcode": "1F9BC", + "tags": [ + "barrierefreiheit", + "elektrischer rollstuhl" + ], + "emoji": "🦼", + "text": "", + "type": 1, + "order": 3473, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "Autorikscha", + "hexcode": "1F6FA", + "tags": [ + "autorikscha", + "tuk-tuk" + ], + "emoji": "🛺", + "text": "", + "type": 1, + "order": 3474, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "Fahrrad", + "hexcode": "1F6B2", + "tags": [ + "fahrrad", + "rad" + ], + "emoji": "🚲️", + "text": "🚲︎", + "type": 1, + "order": 3475, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Tretroller", + "hexcode": "1F6F4", + "tags": [ + "tretroller" + ], + "emoji": "🛴", + "text": "", + "type": 1, + "order": 3476, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "Skateboard", + "hexcode": "1F6F9", + "tags": [ + "skateboard", + "skateboard fahren" + ], + "emoji": "🛹", + "text": "", + "type": 1, + "order": 3477, + "group": 5, + "subgroup": 54, + "version": 11 + }, + { + "annotation": "Rollschuh", + "hexcode": "1F6FC", + "tags": [ + "rollen", + "rollschuh", + "schuh" + ], + "emoji": "🛼", + "text": "", + "type": 1, + "order": 3478, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "Bushaltestelle", + "hexcode": "1F68F", + "tags": [ + "bus", + "bushaltestelle", + "haltestelle" + ], + "emoji": "🚏", + "text": "", + "type": 1, + "order": 3479, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Autobahn", + "hexcode": "1F6E3", + "tags": [ + "autobahn", + "schnellstraße" + ], + "emoji": "🛣️", + "text": "🛣︎", + "type": 0, + "order": 3481, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Bahngleis", + "hexcode": "1F6E4", + "tags": [ + "bahngleis", + "schienen" + ], + "emoji": "🛤️", + "text": "🛤︎", + "type": 0, + "order": 3483, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Ölfass", + "hexcode": "1F6E2", + "tags": [ + "fass", + "öl", + "ölfass" + ], + "emoji": "🛢️", + "text": "🛢︎", + "type": 0, + "order": 3485, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "Tanksäule", + "hexcode": "26FD", + "tags": [ + "benzin", + "tanken", + "tankstelle", + "tanksäule" + ], + "emoji": "⛽️", + "text": "⛽︎", + "type": 1, + "order": 3486, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Polizeilicht", + "hexcode": "1F6A8", + "tags": [ + "polizei", + "polizeilicht" + ], + "emoji": "🚨", + "text": "", + "type": 1, + "order": 3487, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "horizontale Verkehrsampel", + "hexcode": "1F6A5", + "tags": [ + "ampel", + "horizontale verkehrsampel", + "verkehrsampel", + "vertikal" + ], + "emoji": "🚥", + "text": "", + "type": 1, + "order": 3488, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "vertikale Verkehrsampel", + "hexcode": "1F6A6", + "tags": [ + "ampel", + "horizontal", + "verkehrsampel", + "vertikale verkehrsampel" + ], + "emoji": "🚦", + "text": "", + "type": 1, + "order": 3489, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "Stoppschild", + "hexcode": "1F6D1", + "tags": [ + "achteckig", + "schild", + "stopp", + "stoppschild" + ], + "emoji": "🛑", + "text": "", + "type": 1, + "order": 3490, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "Baustellenabsperrung", + "hexcode": "1F6A7", + "tags": [ + "baustelle", + "baustellenabsperrung", + "schild" + ], + "emoji": "🚧", + "text": "", + "type": 1, + "order": 3491, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "Anker", + "hexcode": "2693", + "tags": [ + "anker", + "hafen", + "meer" + ], + "emoji": "⚓️", + "text": "⚓︎", + "type": 1, + "order": 3492, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "Segelboot", + "hexcode": "26F5", + "tags": [ + "boot", + "segelboot" + ], + "emoji": "⛵️", + "text": "⛵︎", + "type": 1, + "order": 3493, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "Kanu", + "hexcode": "1F6F6", + "tags": [ + "boot", + "kanu", + "wassersport" + ], + "emoji": "🛶", + "text": "", + "type": 1, + "order": 3494, + "group": 5, + "subgroup": 55, + "version": 3 + }, + { + "annotation": "Schnellboot", + "hexcode": "1F6A4", + "tags": [ + "boot", + "schnellboot" + ], + "emoji": "🚤", + "text": "", + "type": 1, + "order": 3495, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "Passagierschiff", + "hexcode": "1F6F3", + "tags": [ + "passagierschiff", + "schiff", + "seereise" + ], + "emoji": "🛳️", + "text": "🛳︎", + "type": 0, + "order": 3497, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "Fähre", + "hexcode": "26F4", + "tags": [ + "fähre", + "schiff" + ], + "emoji": "⛴️", + "text": "⛴︎", + "type": 0, + "order": 3499, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "Motorboot", + "hexcode": "1F6E5", + "tags": [ + "boot", + "motorboot", + "schiff" + ], + "emoji": "🛥️", + "text": "🛥︎", + "type": 0, + "order": 3501, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "Schiff", + "hexcode": "1F6A2", + "tags": [ + "dampfer", + "kreuzfahrtschiff", + "schiff" + ], + "emoji": "🚢", + "text": "", + "type": 1, + "order": 3502, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "Flugzeug", + "hexcode": "2708", + "tags": [ + "flieger", + "flugzeug" + ], + "emoji": "✈️", + "text": "✈︎", + "type": 0, + "order": 3504, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "kleines Flugzeug", + "hexcode": "1F6E9", + "tags": [ + "flugzeug", + "klein", + "kleines flugzeug" + ], + "emoji": "🛩️", + "text": "🛩︎", + "type": 0, + "order": 3506, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "Abflug", + "hexcode": "1F6EB", + "tags": [ + "abflug", + "flugzeug", + "start", + "start eines flugzeugs" + ], + "emoji": "🛫", + "text": "", + "type": 1, + "order": 3507, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Landung eines Flugzeugs", + "hexcode": "1F6EC", + "tags": [ + "flugzeug", + "landung", + "landung eines flugzeugs" + ], + "emoji": "🛬", + "text": "", + "type": 1, + "order": 3508, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Fallschirm", + "hexcode": "1FA82", + "tags": [ + "fallschirm", + "fallschirmspringen", + "paragliding", + "skydiving" + ], + "emoji": "🪂", + "text": "", + "type": 1, + "order": 3509, + "group": 5, + "subgroup": 56, + "version": 12 + }, + { + "annotation": "Sitzplatz", + "hexcode": "1F4BA", + "tags": [ + "flugzeug", + "sitz", + "sitzplatz", + "zug" + ], + "emoji": "💺", + "text": "", + "type": 1, + "order": 3510, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "Hubschrauber", + "hexcode": "1F681", + "tags": [ + "helikopter", + "hubschrauber" + ], + "emoji": "🚁", + "text": "", + "type": 1, + "order": 3511, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Schwebebahn", + "hexcode": "1F69F", + "tags": [ + "hängebahn", + "schwebebahn" + ], + "emoji": "🚟", + "text": "", + "type": 1, + "order": 3512, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Bergschwebebahn", + "hexcode": "1F6A0", + "tags": [ + "bergschwebebahn", + "schwebebahn" + ], + "emoji": "🚠", + "text": "", + "type": 1, + "order": 3513, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Bergseilbahn", + "hexcode": "1F6A1", + "tags": [ + "bergseilbahn", + "gondel", + "seilbahn" + ], + "emoji": "🚡", + "text": "", + "type": 1, + "order": 3514, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "Satellit", + "hexcode": "1F6F0", + "tags": [ + "satellit", + "weltraum" + ], + "emoji": "🛰️", + "text": "🛰︎", + "type": 0, + "order": 3516, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "Rakete", + "hexcode": "1F680", + "tags": [ + "rakete", + "weltraum" + ], + "emoji": "🚀", + "text": "", + "type": 1, + "order": 3517, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "fliegende Untertasse", + "hexcode": "1F6F8", + "tags": [ + "fliegende untertasse", + "ufo" + ], + "emoji": "🛸", + "text": "", + "type": 1, + "order": 3518, + "group": 5, + "subgroup": 56, + "version": 5 + }, + { + "annotation": "Rezeptionsklingel", + "hexcode": "1F6CE", + "tags": [ + "klingel", + "rezeptionsklingel" + ], + "emoji": "🛎️", + "text": "🛎︎", + "type": 0, + "order": 3520, + "group": 5, + "subgroup": 57, + "version": 0.7 + }, + { + "annotation": "Gepäck", + "hexcode": "1F9F3", + "tags": [ + "ballast", + "gepäck", + "koffer", + "reise" + ], + "emoji": "🧳", + "text": "", + "type": 1, + "order": 3521, + "group": 5, + "subgroup": 57, + "version": 11 + }, + { + "annotation": "Sanduhr", + "hexcode": "231B", + "tags": [ + "prozess", + "sanduhr", + "vorgang läuft" + ], + "emoji": "⌛️", + "text": "⌛︎", + "type": 1, + "order": 3522, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "laufende Sanduhr", + "hexcode": "23F3", + "tags": [ + "laufende sanduhr", + "prozess", + "sanduhr", + "vorgang läuft" + ], + "emoji": "⏳️", + "text": "⏳︎", + "type": 1, + "order": 3523, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "Armbanduhr", + "hexcode": "231A", + "tags": [ + "armbanduhr", + "uhr" + ], + "emoji": "⌚️", + "text": "⌚︎", + "type": 1, + "order": 3524, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "Wecker", + "hexcode": "23F0", + "tags": [ + "uhr", + "uhrzeit", + "wecker" + ], + "emoji": "⏰", + "text": "", + "type": 1, + "order": 3525, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "Stoppuhr", + "hexcode": "23F1", + "tags": [ + "stoppuhr", + "uhr" + ], + "emoji": "⏱️", + "text": "⏱︎", + "type": 0, + "order": 3527, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "Zeitschaltuhr", + "hexcode": "23F2", + "tags": [ + "timer", + "uhr", + "zeitschaltuhr" + ], + "emoji": "⏲️", + "text": "⏲︎", + "type": 0, + "order": 3529, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "Kaminuhr", + "hexcode": "1F570", + "tags": [ + "kaminuhr", + "uhr" + ], + "emoji": "🕰️", + "text": "🕰︎", + "type": 0, + "order": 3531, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "Ziffernblatt 12:00 Uhr", + "hexcode": "1F55B", + "tags": [ + "12", + "12:00 uhr", + "mittag", + "mitternacht", + "uhr", + "ziffernblatt 12:00 uhr", + "zwölf uhr" + ], + "emoji": "🕛️", + "text": "🕛︎", + "type": 1, + "order": 3532, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "12:30 Uhr", + "hexcode": "1F567", + "tags": [ + "00:30", + "12:30", + "halb eins", + "uhr", + "ziffernblatt 12:30 uhr" + ], + "emoji": "🕧️", + "text": "🕧︎", + "type": 1, + "order": 3533, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "1:00 Uhr", + "hexcode": "1F550", + "tags": [ + "01:00", + "1", + "13:00", + "1:00 uhr", + "punkt eins", + "uhr", + "ziffernblatt 1:00 uhr" + ], + "emoji": "🕐️", + "text": "🕐︎", + "type": 1, + "order": 3534, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "1:30 Uhr", + "hexcode": "1F55C", + "tags": [ + "1:30 uhr", + "halb zwei", + "uhr", + "ziffernblatt 1:30 uhr" + ], + "emoji": "🕜️", + "text": "🕜︎", + "type": 1, + "order": 3535, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "2:00 Uhr", + "hexcode": "1F551", + "tags": [ + "2", + "2:00 uhr", + "uhr", + "ziffernblatt 2:00 uhr" + ], + "emoji": "🕑️", + "text": "🕑︎", + "type": 1, + "order": 3536, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "2:30 Uhr", + "hexcode": "1F55D", + "tags": [ + "2:30 uhr", + "halb drei", + "uhr", + "ziffernblatt 2:30 uhr" + ], + "emoji": "🕝️", + "text": "🕝︎", + "type": 1, + "order": 3537, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "3:00 Uhr", + "hexcode": "1F552", + "tags": [ + "3", + "3:00 uhr", + "uhr", + "ziffernblatt 3:00 uhr" + ], + "emoji": "🕒️", + "text": "🕒︎", + "type": 1, + "order": 3538, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "3:30 Uhr", + "hexcode": "1F55E", + "tags": [ + "3:30 uhr", + "halb vier", + "uhr", + "ziffernblatt 3:30 uhr" + ], + "emoji": "🕞️", + "text": "🕞︎", + "type": 1, + "order": 3539, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "4:00 Uhr", + "hexcode": "1F553", + "tags": [ + "4", + "4:00 uhr", + "uhr", + "ziffernblatt 4:00 uhr" + ], + "emoji": "🕓️", + "text": "🕓︎", + "type": 1, + "order": 3540, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "4:30 Uhr", + "hexcode": "1F55F", + "tags": [ + "04:30", + "16:30", + "4:30 uhr", + "halb fünf", + "uhr", + "ziffernblatt 4:30 uhr" + ], + "emoji": "🕟️", + "text": "🕟︎", + "type": 1, + "order": 3541, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "5:00 Uhr", + "hexcode": "1F554", + "tags": [ + "05:00", + "17:00", + "5", + "5:00 uhr", + "punkt fünf", + "uhr", + "ziffernblatt 5:00 uhr" + ], + "emoji": "🕔️", + "text": "🕔︎", + "type": 1, + "order": 3542, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "5:30 Uhr", + "hexcode": "1F560", + "tags": [ + "05:30", + "17:30", + "5:30 uhr", + "halb sechs", + "uhr", + "ziffernblatt 5:30 uhr" + ], + "emoji": "🕠️", + "text": "🕠︎", + "type": 1, + "order": 3543, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "6:00 Uhr", + "hexcode": "1F555", + "tags": [ + "6", + "6:00 uhr", + "uhr", + "ziffernblatt 6:00 uhr" + ], + "emoji": "🕕️", + "text": "🕕︎", + "type": 1, + "order": 3544, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "6:30 Uhr", + "hexcode": "1F561", + "tags": [ + "6:30 uhr", + "halb sieben", + "uhr" + ], + "emoji": "🕡️", + "text": "🕡︎", + "type": 1, + "order": 3545, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "7:00 Uhr", + "hexcode": "1F556", + "tags": [ + "7", + "7:00 uhr", + "uhr", + "ziffernblatt 7:00 uhr" + ], + "emoji": "🕖️", + "text": "🕖︎", + "type": 1, + "order": 3546, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "7:30 Uhr", + "hexcode": "1F562", + "tags": [ + "7:30 uhr", + "halb acht", + "uhr", + "ziffernblatt 7:30 uhr" + ], + "emoji": "🕢️", + "text": "🕢︎", + "type": 1, + "order": 3547, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "8:00 Uhr", + "hexcode": "1F557", + "tags": [ + "8", + "8:00 uhr", + "uhr", + "ziffernblatt 8:00 uhr" + ], + "emoji": "🕗️", + "text": "🕗︎", + "type": 1, + "order": 3548, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "8:30 Uhr", + "hexcode": "1F563", + "tags": [ + "8:30 uhr", + "halb neun", + "uhr", + "ziffernblatt 8:30 uhr" + ], + "emoji": "🕣️", + "text": "🕣︎", + "type": 1, + "order": 3549, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "9:00 Uhr", + "hexcode": "1F558", + "tags": [ + "9", + "9:00 uhr", + "uhr", + "ziffernblatt 9:00 uhr" + ], + "emoji": "🕘️", + "text": "🕘︎", + "type": 1, + "order": 3550, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "9:30 Uhr", + "hexcode": "1F564", + "tags": [ + "9:30 uhr", + "halb zehn", + "uhr", + "ziffernblatt 9:30 uhr" + ], + "emoji": "🕤️", + "text": "🕤︎", + "type": 1, + "order": 3551, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "10:00 Uhr", + "hexcode": "1F559", + "tags": [ + "10", + "10:00 uhr", + "uhr", + "ziffernblatt 10:00 uhr" + ], + "emoji": "🕙️", + "text": "🕙︎", + "type": 1, + "order": 3552, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "10:30 Uhr", + "hexcode": "1F565", + "tags": [ + "10:30 uhr", + "halb elf", + "uhr", + "ziffernblatt 10:30 uhr" + ], + "emoji": "🕥️", + "text": "🕥︎", + "type": 1, + "order": 3553, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "11:00 Uhr", + "hexcode": "1F55A", + "tags": [ + "11", + "11:00 uhr", + "uhr", + "ziffernblatt 11:00 uhr" + ], + "emoji": "🕚️", + "text": "🕚︎", + "type": 1, + "order": 3554, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "11:30 Uhr", + "hexcode": "1F566", + "tags": [ + "11:30 uhr", + "halb zwölf", + "uhr", + "ziffernblatt 11:30 uhr" + ], + "emoji": "🕦️", + "text": "🕦︎", + "type": 1, + "order": 3555, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "Neumond", + "hexcode": "1F311", + "tags": [ + "mond", + "neumond" + ], + "emoji": "🌑", + "text": "", + "type": 1, + "order": 3556, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "erstes Mondviertel", + "hexcode": "1F312", + "tags": [ + "erstes mondviertel", + "mond", + "zunehmend" + ], + "emoji": "🌒", + "text": "", + "type": 1, + "order": 3557, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "zunehmender Halbmond", + "hexcode": "1F313", + "tags": [ + "halbmond", + "zunehmend", + "zunehmender halbmond" + ], + "emoji": "🌓", + "text": "", + "type": 1, + "order": 3558, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "zweites Mondviertel", + "hexcode": "1F314", + "tags": [ + "mond", + "zunehmend", + "zweites mondviertel" + ], + "emoji": "🌔", + "text": "", + "type": 1, + "order": 3559, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Vollmond", + "hexcode": "1F315", + "tags": [ + "mond", + "vollmond" + ], + "emoji": "🌕️", + "text": "🌕︎", + "type": 1, + "order": 3560, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "drittes Mondviertel", + "hexcode": "1F316", + "tags": [ + "abnehmend", + "drittes mondviertel", + "mond" + ], + "emoji": "🌖", + "text": "", + "type": 1, + "order": 3561, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "abnehmender Halbmond", + "hexcode": "1F317", + "tags": [ + "abnehmend", + "abnehmender halbmond", + "halbmond" + ], + "emoji": "🌗", + "text": "", + "type": 1, + "order": 3562, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "letztes Mondviertel", + "hexcode": "1F318", + "tags": [ + "abnehmend", + "letztes mondviertel", + "mond" + ], + "emoji": "🌘", + "text": "", + "type": 1, + "order": 3563, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "Mondsichel", + "hexcode": "1F319", + "tags": [ + "mond", + "mondsichel" + ], + "emoji": "🌙", + "text": "", + "type": 1, + "order": 3564, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Neumond mit Gesicht", + "hexcode": "1F31A", + "tags": [ + "gesicht", + "neumond", + "neumond mit gesicht" + ], + "emoji": "🌚", + "text": "", + "type": 1, + "order": 3565, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "Mondsichel mit Gesicht links", + "hexcode": "1F31B", + "tags": [ + "gesicht", + "mondsichel", + "mondsichel mit gesicht links" + ], + "emoji": "🌛", + "text": "", + "type": 1, + "order": 3566, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Mondsichel mit Gesicht rechts", + "hexcode": "1F31C", + "tags": [ + "gesicht", + "mondsichel", + "mondsichel mit gesicht rechts" + ], + "emoji": "🌜️", + "text": "🌜︎", + "type": 1, + "order": 3567, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Thermometer", + "hexcode": "1F321", + "tags": [ + "temperatur", + "thermometer", + "wetter" + ], + "emoji": "🌡️", + "text": "🌡︎", + "type": 0, + "order": 3569, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Sonne", + "hexcode": "2600", + "tags": [ + "sonne", + "sonnenstrahlen", + "sonnig", + "strahlen", + "wetter" + ], + "emoji": "☀️", + "text": "☀︎", + "type": 0, + "order": 3571, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Vollmond mit Gesicht", + "hexcode": "1F31D", + "tags": [ + "gesicht", + "vollmond", + "vollmond mit gesicht" + ], + "emoji": "🌝", + "text": "", + "type": 1, + "order": 3572, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "Sonne mit Gesicht", + "hexcode": "1F31E", + "tags": [ + "gesicht", + "sonne", + "sonne mit gesicht" + ], + "emoji": "🌞", + "text": "", + "type": 1, + "order": 3573, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "Ringplanet", + "hexcode": "1FA90", + "tags": [ + "ringplanet", + "saturn" + ], + "emoji": "🪐", + "text": "", + "type": 1, + "order": 3574, + "group": 5, + "subgroup": 59, + "version": 12 + }, + { + "annotation": "weißer mittelgroßer Stern", + "hexcode": "2B50", + "tags": [ + "stern", + "weißer mittelgroßer stern" + ], + "emoji": "⭐️", + "text": "⭐︎", + "type": 1, + "order": 3575, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "funkelnder Stern", + "hexcode": "1F31F", + "tags": [ + "funkelnder stern", + "stern" + ], + "emoji": "🌟", + "text": "", + "type": 1, + "order": 3576, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Sternschnuppe", + "hexcode": "1F320", + "tags": [ + "himmel", + "sternschnuppe" + ], + "emoji": "🌠", + "text": "", + "type": 1, + "order": 3577, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Milchstraße", + "hexcode": "1F30C", + "tags": [ + "galaxie", + "milchstraße" + ], + "emoji": "🌌", + "text": "", + "type": 1, + "order": 3578, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Wolke", + "hexcode": "2601", + "tags": [ + "wetter", + "wolke", + "wolkig" + ], + "emoji": "☁️", + "text": "☁︎", + "type": 0, + "order": 3580, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Sonne hinter Wolke", + "hexcode": "26C5", + "tags": [ + "sonne", + "sonne hinter wolke", + "wolke", + "wolkig" + ], + "emoji": "⛅️", + "text": "⛅︎", + "type": 1, + "order": 3581, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Wolke mit Blitz und Regen", + "hexcode": "26C8", + "tags": [ + "blitz", + "gewitter", + "regen", + "wetter", + "wolke", + "wolke mit blitz und regen", + "wolkig" + ], + "emoji": "⛈️", + "text": "⛈︎", + "type": 0, + "order": 3583, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Sonne hinter kleiner Wolke", + "hexcode": "1F324", + "tags": [ + "kleine wolke", + "sonne", + "sonne hinter kleiner wolke", + "wetter", + "wolke" + ], + "emoji": "🌤️", + "text": "🌤︎", + "type": 0, + "order": 3585, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Sonne hinter großer Wolke", + "hexcode": "1F325", + "tags": [ + "große wolke", + "sonne", + "sonne hinter großer wolke", + "wetter", + "wolke" + ], + "emoji": "🌥️", + "text": "🌥︎", + "type": 0, + "order": 3587, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Sonne hinter Regenwolke", + "hexcode": "1F326", + "tags": [ + "regenwolke", + "sonne", + "sonne hinter regenwolke", + "wetter" + ], + "emoji": "🌦️", + "text": "🌦︎", + "type": 0, + "order": 3589, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wolke mit Regen", + "hexcode": "1F327", + "tags": [ + "regen", + "regenwolke", + "wetter", + "wolke", + "wolke mit regen" + ], + "emoji": "🌧️", + "text": "🌧︎", + "type": 0, + "order": 3591, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wolke mit Schnee", + "hexcode": "1F328", + "tags": [ + "schnee", + "wetter", + "wolke", + "wolke mit schnee" + ], + "emoji": "🌨️", + "text": "🌨︎", + "type": 0, + "order": 3593, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wolke mit Blitz", + "hexcode": "1F329", + "tags": [ + "blitz", + "gewitter", + "wetter", + "wolke", + "wolke mit blitz" + ], + "emoji": "🌩️", + "text": "🌩︎", + "type": 0, + "order": 3595, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wirbelsturm", + "hexcode": "1F32A", + "tags": [ + "wetter", + "wirbelsturm" + ], + "emoji": "🌪️", + "text": "🌪︎", + "type": 0, + "order": 3597, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Nebel", + "hexcode": "1F32B", + "tags": [ + "nebel", + "neblig", + "wetter" + ], + "emoji": "🌫️", + "text": "🌫︎", + "type": 0, + "order": 3599, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wind", + "hexcode": "1F32C", + "tags": [ + "wetter", + "wind", + "windig" + ], + "emoji": "🌬️", + "text": "🌬︎", + "type": 0, + "order": 3601, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Wirbel", + "hexcode": "1F300", + "tags": [ + "spirale", + "wirbel", + "wirbelsturm" + ], + "emoji": "🌀", + "text": "", + "type": 1, + "order": 3602, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Regenbogen", + "hexcode": "1F308", + "tags": [ + "regenbogen", + "wetter" + ], + "emoji": "🌈", + "text": "", + "type": 1, + "order": 3603, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "geschlossener Regenschirm", + "hexcode": "1F302", + "tags": [ + "geschlossener regenschirm", + "regen", + "regenschirm" + ], + "emoji": "🌂", + "text": "", + "type": 1, + "order": 3604, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Regenschirm", + "hexcode": "2602", + "tags": [ + "bekleidung", + "regen", + "regenschirm", + "wetter" + ], + "emoji": "☂️", + "text": "☂︎", + "type": 0, + "order": 3606, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Regenschirm im Regen", + "hexcode": "2614", + "tags": [ + "regen", + "regenschirm", + "regenschirm im regen" + ], + "emoji": "☔️", + "text": "☔︎", + "type": 1, + "order": 3607, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "aufgestellter Sonnenschirm", + "hexcode": "26F1", + "tags": [ + "aufgestellt", + "aufgestellter sonnenschirm", + "sonnenschirm" + ], + "emoji": "⛱️", + "text": "⛱︎", + "type": 0, + "order": 3609, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Hochspannung", + "hexcode": "26A1", + "tags": [ + "blitz", + "gefahr", + "hochspannung" + ], + "emoji": "⚡️", + "text": "⚡︎", + "type": 1, + "order": 3610, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Schneeflocke", + "hexcode": "2744", + "tags": [ + "flocke", + "schnee", + "schneeflocke" + ], + "emoji": "❄️", + "text": "❄︎", + "type": 0, + "order": 3612, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Schneemann im Schnee", + "hexcode": "2603", + "tags": [ + "schnee", + "schneemann", + "schneemann im schnee" + ], + "emoji": "☃️", + "text": "☃︎", + "type": 0, + "order": 3614, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "Schneemann ohne Schneeflocken", + "hexcode": "26C4", + "tags": [ + "kalt", + "schnee", + "schneemann", + "schneemann ohne schneeflocken", + "winter" + ], + "emoji": "⛄️", + "text": "⛄︎", + "type": 1, + "order": 3615, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Komet", + "hexcode": "2604", + "tags": [ + "komet", + "weltall" + ], + "emoji": "☄️", + "text": "☄︎", + "type": 0, + "order": 3617, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "Feuer", + "hexcode": "1F525", + "tags": [ + "feuer", + "flamme", + "heiß" + ], + "emoji": "🔥", + "text": "", + "type": 1, + "order": 3618, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Tropfen", + "hexcode": "1F4A7", + "tags": [ + "schweiß", + "tropfen", + "wasser", + "wassertropfen" + ], + "emoji": "💧", + "text": "", + "type": 1, + "order": 3619, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Welle", + "hexcode": "1F30A", + "tags": [ + "meer", + "welle" + ], + "emoji": "🌊", + "text": "", + "type": 1, + "order": 3620, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Halloweenkürbis", + "hexcode": "1F383", + "tags": [ + "halloween", + "halloweenkürbis", + "kürbis" + ], + "emoji": "🎃", + "text": "", + "type": 1, + "order": 3621, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Weihnachtsbaum", + "hexcode": "1F384", + "tags": [ + "baum", + "tanne", + "weihnachten", + "weihnachtsbaum" + ], + "emoji": "🎄", + "text": "", + "type": 1, + "order": 3622, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Feuerwerk", + "hexcode": "1F386", + "tags": [ + "feuerwerk", + "silvester" + ], + "emoji": "🎆", + "text": "", + "type": 1, + "order": 3623, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Wunderkerze", + "hexcode": "1F387", + "tags": [ + "feuerwerk", + "wunderkerze" + ], + "emoji": "🎇", + "text": "", + "type": 1, + "order": 3624, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Feuerwerkskörper", + "hexcode": "1F9E8", + "tags": [ + "dynamit", + "explosiv", + "feuerwerk", + "feuerwerkskörper", + "knaller" + ], + "emoji": "🧨", + "text": "", + "type": 1, + "order": 3625, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "funkelnde Sterne", + "hexcode": "2728", + "tags": [ + "*", + "funkelnde sterne", + "sterne" + ], + "emoji": "✨", + "text": "", + "type": 1, + "order": 3626, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Luftballon", + "hexcode": "1F388", + "tags": [ + "geburtstag", + "luftballon" + ], + "emoji": "🎈", + "text": "", + "type": 1, + "order": 3627, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Konfettibombe", + "hexcode": "1F389", + "tags": [ + "feier", + "konfetti", + "konfettibombe", + "party" + ], + "emoji": "🎉", + "text": "", + "type": 1, + "order": 3628, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Konfettiball", + "hexcode": "1F38A", + "tags": [ + "feier", + "konfetti", + "konfettiball" + ], + "emoji": "🎊", + "text": "", + "type": 1, + "order": 3629, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Tanabata-Baum", + "hexcode": "1F38B", + "tags": [ + "baum", + "fest", + "japan", + "sternenfest", + "tanabata-baum", + "zettel" + ], + "emoji": "🎋", + "text": "", + "type": 1, + "order": 3630, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Piniendekoration", + "hexcode": "1F38D", + "tags": [ + "japan", + "neujahrsfest", + "piniendekoration" + ], + "emoji": "🎍", + "text": "", + "type": 1, + "order": 3631, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "japanische Puppen", + "hexcode": "1F38E", + "tags": [ + "japanische puppen", + "puppenfest japan" + ], + "emoji": "🎎", + "text": "", + "type": 1, + "order": 3632, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "traditionelle japanische Windsäcke", + "hexcode": "1F38F", + "tags": [ + "feier", + "karpfen", + "traditionelle japanische windsäcke", + "windsäcke" + ], + "emoji": "🎏", + "text": "", + "type": 1, + "order": 3633, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "japanisches Windspiel", + "hexcode": "1F390", + "tags": [ + "feier", + "glocke", + "japanisches windspiel", + "wind" + ], + "emoji": "🎐", + "text": "", + "type": 1, + "order": 3634, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "traditionelles Mondfest", + "hexcode": "1F391", + "tags": [ + "japan", + "mond", + "mondfest", + "traditionelles mondfest" + ], + "emoji": "🎑", + "text": "", + "type": 1, + "order": 3635, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "roter Umschlag", + "hexcode": "1F9E7", + "tags": [ + "geld", + "geschenk", + "glück", + "hongbao", + "roter umschlag" + ], + "emoji": "🧧", + "text": "", + "type": 1, + "order": 3636, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "pinke Schleife", + "hexcode": "1F380", + "tags": [ + "feier", + "pinke schleife", + "schleife" + ], + "emoji": "🎀", + "text": "", + "type": 1, + "order": 3637, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Geschenk", + "hexcode": "1F381", + "tags": [ + "feier", + "geschenk", + "verpackt" + ], + "emoji": "🎁", + "text": "", + "type": 1, + "order": 3638, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Gedenkschleife", + "hexcode": "1F397", + "tags": [ + "gedenkschleife", + "schleife" + ], + "emoji": "🎗️", + "text": "🎗︎", + "type": 0, + "order": 3640, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "Eintrittskarten", + "hexcode": "1F39F", + "tags": [ + "eintrittskarten", + "ticket" + ], + "emoji": "🎟️", + "text": "🎟︎", + "type": 0, + "order": 3642, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "Ticket", + "hexcode": "1F3AB", + "tags": [ + "konzert", + "ticket", + "unterhaltung" + ], + "emoji": "🎫", + "text": "", + "type": 1, + "order": 3643, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Militärorden", + "hexcode": "1F396", + "tags": [ + "militärorden", + "orden" + ], + "emoji": "🎖️", + "text": "🎖︎", + "type": 0, + "order": 3645, + "group": 6, + "subgroup": 61, + "version": 0.7 + }, + { + "annotation": "Pokal", + "hexcode": "1F3C6", + "tags": [ + "pokal", + "preis" + ], + "emoji": "🏆️", + "text": "🏆︎", + "type": 1, + "order": 3646, + "group": 6, + "subgroup": 61, + "version": 0.6 + }, + { + "annotation": "Sportmedaille", + "hexcode": "1F3C5", + "tags": [ + "medaille", + "sportmedaille" + ], + "emoji": "🏅", + "text": "", + "type": 1, + "order": 3647, + "group": 6, + "subgroup": 61, + "version": 1 + }, + { + "annotation": "Goldmedaille", + "hexcode": "1F947", + "tags": [ + "erster", + "goldmedaille", + "medaille 1. platz" + ], + "emoji": "🥇", + "text": "", + "type": 1, + "order": 3648, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "Silbermedaille", + "hexcode": "1F948", + "tags": [ + "medaille 2. platz", + "silbermedaille", + "zweiter" + ], + "emoji": "🥈", + "text": "", + "type": 1, + "order": 3649, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "Bronzemedaille", + "hexcode": "1F949", + "tags": [ + "bronzemedaille", + "dritter", + "medaille 3. platz" + ], + "emoji": "🥉", + "text": "", + "type": 1, + "order": 3650, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "Fußball", + "hexcode": "26BD", + "tags": [ + "ball", + "fußball" + ], + "emoji": "⚽️", + "text": "⚽︎", + "type": 1, + "order": 3651, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Baseball", + "hexcode": "26BE", + "tags": [ + "ball", + "baseball" + ], + "emoji": "⚾️", + "text": "⚾︎", + "type": 1, + "order": 3652, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Softball", + "hexcode": "1F94E", + "tags": [ + "ball", + "handschuh", + "softball" + ], + "emoji": "🥎", + "text": "", + "type": 1, + "order": 3653, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "Basketball", + "hexcode": "1F3C0", + "tags": [ + "ball", + "basketball", + "korb", + "sport" + ], + "emoji": "🏀", + "text": "", + "type": 1, + "order": 3654, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Volleyball", + "hexcode": "1F3D0", + "tags": [ + "ball", + "volleyball" + ], + "emoji": "🏐", + "text": "", + "type": 1, + "order": 3655, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Football", + "hexcode": "1F3C8", + "tags": [ + "amerika", + "ball", + "football", + "sport" + ], + "emoji": "🏈", + "text": "", + "type": 1, + "order": 3656, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Rugbyball", + "hexcode": "1F3C9", + "tags": [ + "ball", + "rugby", + "rugbyball", + "sport" + ], + "emoji": "🏉", + "text": "", + "type": 1, + "order": 3657, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Tennisball", + "hexcode": "1F3BE", + "tags": [ + "ball", + "sport", + "tennis", + "tennisball" + ], + "emoji": "🎾", + "text": "", + "type": 1, + "order": 3658, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Frisbee", + "hexcode": "1F94F", + "tags": [ + "frisbee", + "ultimate" + ], + "emoji": "🥏", + "text": "", + "type": 1, + "order": 3659, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "Bowling", + "hexcode": "1F3B3", + "tags": [ + "bowling", + "bowlingkugel", + "kugel", + "spiel" + ], + "emoji": "🎳", + "text": "", + "type": 1, + "order": 3660, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Kricket", + "hexcode": "1F3CF", + "tags": [ + "ball", + "cricket", + "kricket", + "schläger" + ], + "emoji": "🏏", + "text": "", + "type": 1, + "order": 3661, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Feldhockey", + "hexcode": "1F3D1", + "tags": [ + "feldhockey", + "hockey", + "schläger" + ], + "emoji": "🏑", + "text": "", + "type": 1, + "order": 3662, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Eishockey", + "hexcode": "1F3D2", + "tags": [ + "eishockey", + "hockey", + "puck", + "schläger" + ], + "emoji": "🏒", + "text": "", + "type": 1, + "order": 3663, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Lacrosse", + "hexcode": "1F94D", + "tags": [ + "ball", + "lacrosse", + "schläger", + "stock" + ], + "emoji": "🥍", + "text": "", + "type": 1, + "order": 3664, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "Tischtennis", + "hexcode": "1F3D3", + "tags": [ + "ball", + "schläger", + "tischtennis" + ], + "emoji": "🏓", + "text": "", + "type": 1, + "order": 3665, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Badminton", + "hexcode": "1F3F8", + "tags": [ + "badminton", + "federball", + "schläger" + ], + "emoji": "🏸", + "text": "", + "type": 1, + "order": 3666, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "Boxhandschuh", + "hexcode": "1F94A", + "tags": [ + "boxen", + "boxhandschuh", + "handschuh", + "sport" + ], + "emoji": "🥊", + "text": "", + "type": 1, + "order": 3667, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "Kampfsportanzug", + "hexcode": "1F94B", + "tags": [ + "judo", + "kampfkunst", + "kampfsport", + "kampfsportanzug", + "karate", + "taekwondo" + ], + "emoji": "🥋", + "text": "", + "type": 1, + "order": 3668, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "Tor", + "hexcode": "1F945", + "tags": [ + "sport", + "tor" + ], + "emoji": "🥅", + "text": "", + "type": 1, + "order": 3669, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "Golffahne", + "hexcode": "26F3", + "tags": [ + "golffahne", + "golfplatz" + ], + "emoji": "⛳️", + "text": "⛳︎", + "type": 1, + "order": 3670, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Schlittschuh", + "hexcode": "26F8", + "tags": [ + "eislauf", + "schlittschuh" + ], + "emoji": "⛸️", + "text": "⛸︎", + "type": 0, + "order": 3672, + "group": 6, + "subgroup": 62, + "version": 0.7 + }, + { + "annotation": "Angel mit Fisch", + "hexcode": "1F3A3", + "tags": [ + "angel mit fisch", + "angeln", + "entspannung" + ], + "emoji": "🎣", + "text": "", + "type": 1, + "order": 3673, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Tauchmaske", + "hexcode": "1F93F", + "tags": [ + "schnorcheln", + "sporttauchen", + "tauchen", + "tauchmaske" + ], + "emoji": "🤿", + "text": "", + "type": 1, + "order": 3674, + "group": 6, + "subgroup": 62, + "version": 12 + }, + { + "annotation": "Laufshirt", + "hexcode": "1F3BD", + "tags": [ + "laufen", + "laufshirt", + "schärpe", + "sport" + ], + "emoji": "🎽", + "text": "", + "type": 1, + "order": 3675, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Ski", + "hexcode": "1F3BF", + "tags": [ + "ski", + "ski und stöcke" + ], + "emoji": "🎿", + "text": "", + "type": 1, + "order": 3676, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "Schlitten", + "hexcode": "1F6F7", + "tags": [ + "rodel", + "schlitten" + ], + "emoji": "🛷", + "text": "", + "type": 1, + "order": 3677, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "Curlingstein", + "hexcode": "1F94C", + "tags": [ + "curlingstein", + "fels", + "spiel" + ], + "emoji": "🥌", + "text": "", + "type": 1, + "order": 3678, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "Darts", + "hexcode": "1F3AF", + "tags": [ + "dart", + "darts", + "spiel", + "volltreffer", + "zielscheibe" + ], + "emoji": "🎯", + "text": "", + "type": 1, + "order": 3679, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Jo-Jo", + "hexcode": "1FA80", + "tags": [ + "jo-jo", + "spielzeug" + ], + "emoji": "🪀", + "text": "", + "type": 1, + "order": 3680, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "Drachen", + "hexcode": "1FA81", + "tags": [ + "drachen", + "fliegen", + "steigen" + ], + "emoji": "🪁", + "text": "", + "type": 1, + "order": 3681, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "Billardkugel", + "hexcode": "1F3B1", + "tags": [ + "8-ball", + "billardkugel", + "kugel", + "spiel" + ], + "emoji": "🎱", + "text": "", + "type": 1, + "order": 3682, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Kristallkugel", + "hexcode": "1F52E", + "tags": [ + "kristallkugel", + "wahrsager" + ], + "emoji": "🔮", + "text": "", + "type": 1, + "order": 3683, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Zauberstab", + "hexcode": "1FA84", + "tags": [ + "hexe", + "zauberei", + "zauberer", + "zauberin", + "zauberstab" + ], + "emoji": "🪄", + "text": "", + "type": 1, + "order": 3684, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "Nazar-Amulett", + "hexcode": "1F9FF", + "tags": [ + "glücksbringer", + "nazar", + "nazar-amulett", + "talisman" + ], + "emoji": "🧿", + "text": "", + "type": 1, + "order": 3685, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "Gamepad", + "hexcode": "1F3AE", + "tags": [ + "gamepad", + "gaming", + "videospiel" + ], + "emoji": "🎮️", + "text": "🎮︎", + "type": 1, + "order": 3686, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Joystick", + "hexcode": "1F579", + "tags": [ + "gaming", + "joystick", + "videospiel" + ], + "emoji": "🕹️", + "text": "🕹︎", + "type": 0, + "order": 3688, + "group": 6, + "subgroup": 63, + "version": 0.7 + }, + { + "annotation": "Spielautomat", + "hexcode": "1F3B0", + "tags": [ + "glücksspiel", + "spiel", + "spielautomat" + ], + "emoji": "🎰", + "text": "", + "type": 1, + "order": 3689, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Spielwürfel", + "hexcode": "1F3B2", + "tags": [ + "spiel", + "spielwürfel", + "würfel" + ], + "emoji": "🎲", + "text": "", + "type": 1, + "order": 3690, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Puzzleteil", + "hexcode": "1F9E9", + "tags": [ + "puzzle", + "puzzlestück", + "puzzleteil" + ], + "emoji": "🧩", + "text": "", + "type": 1, + "order": 3691, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "Teddybär", + "hexcode": "1F9F8", + "tags": [ + "kuscheltier", + "plüschteddy", + "plüschtier", + "spielzeug", + "teddybär" + ], + "emoji": "🧸", + "text": "", + "type": 1, + "order": 3692, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "Piñata", + "hexcode": "1FA85", + "tags": [ + "feier", + "party", + "piñata" + ], + "emoji": "🪅", + "text": "", + "type": 1, + "order": 3693, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "Matroschka", + "hexcode": "1FA86", + "tags": [ + "matrioschka", + "matroschka", + "puppe", + "russland" + ], + "emoji": "🪆", + "text": "", + "type": 1, + "order": 3694, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "Pik", + "hexcode": "2660", + "tags": [ + "kartenspiel", + "pik" + ], + "emoji": "♠️", + "text": "♠︎", + "type": 0, + "order": 3696, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Herz", + "hexcode": "2665", + "tags": [ + "herz", + "kartenspiel" + ], + "emoji": "♥️", + "text": "♥︎", + "type": 0, + "order": 3698, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Karo", + "hexcode": "2666", + "tags": [ + "karo", + "kartenspiel" + ], + "emoji": "♦️", + "text": "♦︎", + "type": 0, + "order": 3700, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Kreuz", + "hexcode": "2663", + "tags": [ + "kartenspiel", + "kreuz" + ], + "emoji": "♣️", + "text": "♣︎", + "type": 0, + "order": 3702, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Bauer Schach", + "hexcode": "265F", + "tags": [ + "bauer schach", + "schach" + ], + "emoji": "♟️", + "text": "♟︎", + "type": 0, + "order": 3704, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "Jokerkarte", + "hexcode": "1F0CF", + "tags": [ + "joker", + "jokerkarte", + "spielkarte" + ], + "emoji": "🃏", + "text": "", + "type": 1, + "order": 3705, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Mahjong-Stein", + "hexcode": "1F004", + "tags": [ + "mahjong", + "mahjong-stein", + "roter drache" + ], + "emoji": "🀄️", + "text": "🀄︎", + "type": 1, + "order": 3706, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "japanische Blumenkarte", + "hexcode": "1F3B4", + "tags": [ + "blume", + "blumenkarte", + "hanafuda", + "japan", + "japanische blumenkarte", + "karte" + ], + "emoji": "🎴", + "text": "", + "type": 1, + "order": 3707, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "Masken", + "hexcode": "1F3AD", + "tags": [ + "kunst", + "masken", + "theater", + "unterhaltung" + ], + "emoji": "🎭️", + "text": "🎭︎", + "type": 1, + "order": 3708, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "gerahmtes Bild", + "hexcode": "1F5BC", + "tags": [ + "bild", + "gemälde", + "gerahmtes bild", + "kunst", + "malen", + "rahmen", + "zeichnung" + ], + "emoji": "🖼️", + "text": "🖼︎", + "type": 0, + "order": 3710, + "group": 6, + "subgroup": 64, + "version": 0.7 + }, + { + "annotation": "Mischpalette", + "hexcode": "1F3A8", + "tags": [ + "farben", + "kunst", + "künstler", + "mischpalette", + "palette" + ], + "emoji": "🎨", + "text": "", + "type": 1, + "order": 3711, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "Faden", + "hexcode": "1F9F5", + "tags": [ + "faden", + "nadel", + "nähen", + "zwirn" + ], + "emoji": "🧵", + "text": "", + "type": 1, + "order": 3712, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "Nähnadel", + "hexcode": "1FAA1", + "tags": [ + "nadel", + "nähen", + "nähnadel", + "nähte", + "schneidern", + "stiche", + "sticken" + ], + "emoji": "🪡", + "text": "", + "type": 1, + "order": 3713, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "Wollknäuel", + "hexcode": "1F9F6", + "tags": [ + "häkeln", + "stricken", + "wolle", + "wollknäuel" + ], + "emoji": "🧶", + "text": "", + "type": 1, + "order": 3714, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "Knoten", + "hexcode": "1FAA2", + "tags": [ + "binden", + "knoten", + "schnur", + "seil", + "zusammendrehen" + ], + "emoji": "🪢", + "text": "", + "type": 1, + "order": 3715, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "Brille", + "hexcode": "1F453", + "tags": [ + "accessoire", + "brille" + ], + "emoji": "👓️", + "text": "👓︎", + "type": 1, + "order": 3716, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Sonnenbrille", + "hexcode": "1F576", + "tags": [ + "augen", + "brille", + "dunkel", + "sonnenbrille" + ], + "emoji": "🕶️", + "text": "🕶︎", + "type": 0, + "order": 3718, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "Schutzbrille", + "hexcode": "1F97D", + "tags": [ + "augenschutz", + "schutzbrille", + "schweißen", + "schwimmen" + ], + "emoji": "🥽", + "text": "", + "type": 1, + "order": 3719, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "Laborkittel", + "hexcode": "1F97C", + "tags": [ + "doktor", + "experiment", + "laborkittel", + "wissenschaftler" + ], + "emoji": "🥼", + "text": "", + "type": 1, + "order": 3720, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "Sicherheitsweste", + "hexcode": "1F9BA", + "tags": [ + "notfall", + "sicherheit", + "sicherheitsweste", + "weste" + ], + "emoji": "🦺", + "text": "", + "type": 1, + "order": 3721, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "Hemd mit Krawatte", + "hexcode": "1F454", + "tags": [ + "hemd mit krawatte", + "kleidung", + "kragen", + "schlips" + ], + "emoji": "👔", + "text": "", + "type": 1, + "order": 3722, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "T-Shirt", + "hexcode": "1F455", + "tags": [ + "kleidung", + "shirt", + "t-shirt" + ], + "emoji": "👕", + "text": "", + "type": 1, + "order": 3723, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Jeans", + "hexcode": "1F456", + "tags": [ + "hose", + "jeans", + "kleidung" + ], + "emoji": "👖", + "text": "", + "type": 1, + "order": 3724, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Schal", + "hexcode": "1F9E3", + "tags": [ + "hals", + "schal" + ], + "emoji": "🧣", + "text": "", + "type": 1, + "order": 3725, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "Handschuhe", + "hexcode": "1F9E4", + "tags": [ + "hand", + "handschuhe" + ], + "emoji": "🧤", + "text": "", + "type": 1, + "order": 3726, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "Mantel", + "hexcode": "1F9E5", + "tags": [ + "jacke", + "mantel" + ], + "emoji": "🧥", + "text": "", + "type": 1, + "order": 3727, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "Socken", + "hexcode": "1F9E6", + "tags": [ + "socken", + "strümpfe" + ], + "emoji": "🧦", + "text": "", + "type": 1, + "order": 3728, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "Kleid", + "hexcode": "1F457", + "tags": [ + "kleid", + "kleidung" + ], + "emoji": "👗", + "text": "", + "type": 1, + "order": 3729, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Kimono", + "hexcode": "1F458", + "tags": [ + "kimono", + "kleid", + "kleidung" + ], + "emoji": "👘", + "text": "", + "type": 1, + "order": 3730, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Sari", + "hexcode": "1F97B", + "tags": [ + "kleid", + "kleidung", + "sari" + ], + "emoji": "🥻", + "text": "", + "type": 1, + "order": 3731, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "einteiliger Badeanzug", + "hexcode": "1FA71", + "tags": [ + "badeanzug", + "einteiliger badeanzug" + ], + "emoji": "🩱", + "text": "", + "type": 1, + "order": 3732, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "Slip", + "hexcode": "1FA72", + "tags": [ + "badeanzug", + "einteiler", + "slip", + "unterwäsche" + ], + "emoji": "🩲", + "text": "", + "type": 1, + "order": 3733, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "Shorts", + "hexcode": "1FA73", + "tags": [ + "badebekleidung", + "boxershorts", + "schwimmshorts", + "shorts" + ], + "emoji": "🩳", + "text": "", + "type": 1, + "order": 3734, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "Bikini", + "hexcode": "1F459", + "tags": [ + "badeanzug", + "bikini", + "kleidung" + ], + "emoji": "👙", + "text": "", + "type": 1, + "order": 3735, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Bluse", + "hexcode": "1F45A", + "tags": [ + "bluse", + "damenmode", + "kleidung", + "oberbekleidung" + ], + "emoji": "👚", + "text": "", + "type": 1, + "order": 3736, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Geldbörse", + "hexcode": "1F45B", + "tags": [ + "accessoire", + "brieftasche", + "geldbörse", + "portemonnaie" + ], + "emoji": "👛", + "text": "", + "type": 1, + "order": 3737, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Handtasche", + "hexcode": "1F45C", + "tags": [ + "accessoire", + "handtasche", + "tasche" + ], + "emoji": "👜", + "text": "", + "type": 1, + "order": 3738, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Clutch", + "hexcode": "1F45D", + "tags": [ + "accessoire", + "clutch", + "tasche" + ], + "emoji": "👝", + "text": "", + "type": 1, + "order": 3739, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Einkaufstüten", + "hexcode": "1F6CD", + "tags": [ + "einkaufen", + "einkaufstüten", + "shoppen", + "shopping" + ], + "emoji": "🛍️", + "text": "🛍︎", + "type": 0, + "order": 3741, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "Schulranzen", + "hexcode": "1F392", + "tags": [ + "ranzen", + "rucksack", + "schule", + "schulranzen", + "tornister" + ], + "emoji": "🎒", + "text": "", + "type": 1, + "order": 3742, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Zehensandale", + "hexcode": "1FA74", + "tags": [ + "zehensandale", + "zehensandalen" + ], + "emoji": "🩴", + "text": "", + "type": 1, + "order": 3743, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "Herrenschuh", + "hexcode": "1F45E", + "tags": [ + "herren", + "herrenschuh", + "schuh" + ], + "emoji": "👞", + "text": "", + "type": 1, + "order": 3744, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Sportschuh", + "hexcode": "1F45F", + "tags": [ + "schuh", + "sneaker", + "sportlich", + "sportschuh" + ], + "emoji": "👟", + "text": "", + "type": 1, + "order": 3745, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Wanderstiefel", + "hexcode": "1F97E", + "tags": [ + "camping", + "wandern", + "wanderstiefel", + "wanderung" + ], + "emoji": "🥾", + "text": "", + "type": 1, + "order": 3746, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "flacher Schuh", + "hexcode": "1F97F", + "tags": [ + "ballet-pumps", + "flacher schuh", + "slipper" + ], + "emoji": "🥿", + "text": "", + "type": 1, + "order": 3747, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "Stöckelschuh", + "hexcode": "1F460", + "tags": [ + "absatzschuh", + "damen", + "highheels", + "pumps", + "stöckelschuh" + ], + "emoji": "👠", + "text": "", + "type": 1, + "order": 3748, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Damensandale", + "hexcode": "1F461", + "tags": [ + "damen", + "damensandale", + "sandale", + "schuh" + ], + "emoji": "👡", + "text": "", + "type": 1, + "order": 3749, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Ballettschuhe", + "hexcode": "1FA70", + "tags": [ + "ballett", + "ballettschuhe", + "tanz" + ], + "emoji": "🩰", + "text": "", + "type": 1, + "order": 3750, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "Damenstiefel", + "hexcode": "1F462", + "tags": [ + "damen", + "damenstiefel", + "schuh", + "stiefel" + ], + "emoji": "👢", + "text": "", + "type": 1, + "order": 3751, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Krone", + "hexcode": "1F451", + "tags": [ + "krone", + "könig", + "königin" + ], + "emoji": "👑", + "text": "", + "type": 1, + "order": 3752, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Damenhut", + "hexcode": "1F452", + "tags": [ + "damenhut", + "damenhut mit schleife", + "hut", + "kopfbedeckung", + "schleife" + ], + "emoji": "👒", + "text": "", + "type": 1, + "order": 3753, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Zylinder", + "hexcode": "1F3A9", + "tags": [ + "hut", + "kopfbedeckung", + "zylinder", + "zylinderhut" + ], + "emoji": "🎩", + "text": "", + "type": 1, + "order": 3754, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Doktorhut", + "hexcode": "1F393", + "tags": [ + "abschlussfeier", + "doktorhut" + ], + "emoji": "🎓️", + "text": "🎓︎", + "type": 1, + "order": 3755, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Baseballmütze", + "hexcode": "1F9E2", + "tags": [ + "baseballkappe", + "baseballmütze", + "schirmkappe" + ], + "emoji": "🧢", + "text": "", + "type": 1, + "order": 3756, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "Militärhelm", + "hexcode": "1FA96", + "tags": [ + "helm", + "kämpfer", + "militär", + "militärhelm", + "soldat" + ], + "emoji": "🪖", + "text": "", + "type": 1, + "order": 3757, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "Rettungshelm", + "hexcode": "26D1", + "tags": [ + "bergen", + "helm", + "helm mit weißem kreuz", + "hilfe", + "retten", + "rettungshelm" + ], + "emoji": "⛑️", + "text": "⛑︎", + "type": 0, + "order": 3759, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "Gebetskette", + "hexcode": "1F4FF", + "tags": [ + "gebet", + "gebetskette", + "kette", + "religion", + "rosenkranz" + ], + "emoji": "📿", + "text": "", + "type": 1, + "order": 3760, + "group": 7, + "subgroup": 65, + "version": 1 + }, + { + "annotation": "Lippenstift", + "hexcode": "1F484", + "tags": [ + "kosmetik", + "lippenstift", + "make-up", + "schminke" + ], + "emoji": "💄", + "text": "", + "type": 1, + "order": 3761, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Ring", + "hexcode": "1F48D", + "tags": [ + "diamantring", + "edelstein", + "ring", + "schmuck", + "verlobung" + ], + "emoji": "💍", + "text": "", + "type": 1, + "order": 3762, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "Edelstein", + "hexcode": "1F48E", + "tags": [ + "diamant", + "edelstein" + ], + "emoji": "💎", + "text": "", + "type": 1, + "order": 3763, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "durchgestrichener Lautsprecher", + "hexcode": "1F507", + "tags": [ + "durchgestrichener lautsprecher", + "stummgeschaltet" + ], + "emoji": "🔇", + "text": "", + "type": 1, + "order": 3764, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "Lautsprecher mit geringer Lautstärke", + "hexcode": "1F508", + "tags": [ + "eingeschaltet", + "lautsprecher mit geringer lautstärke" + ], + "emoji": "🔈️", + "text": "🔈︎", + "type": 1, + "order": 3765, + "group": 7, + "subgroup": 66, + "version": 0.7 + }, + { + "annotation": "Lautsprecher mit mittlerer Lautstärke", + "hexcode": "1F509", + "tags": [ + "lautsprecher mit mittlerer lautstärke", + "mittellaut" + ], + "emoji": "🔉", + "text": "", + "type": 1, + "order": 3766, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "Lautsprecher mit hoher Lautstärke", + "hexcode": "1F50A", + "tags": [ + "laut", + "lautsprecher mit hoher lautstärke" + ], + "emoji": "🔊", + "text": "", + "type": 1, + "order": 3767, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "Lautsprecher", + "hexcode": "1F4E2", + "tags": [ + "lautsprecher" + ], + "emoji": "📢", + "text": "", + "type": 1, + "order": 3768, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "Megafon", + "hexcode": "1F4E3", + "tags": [ + "jubel", + "lautsprecher", + "megafon" + ], + "emoji": "📣", + "text": "", + "type": 1, + "order": 3769, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "Posthorn", + "hexcode": "1F4EF", + "tags": [ + "brief", + "e-mail", + "post", + "posthorn" + ], + "emoji": "📯", + "text": "", + "type": 1, + "order": 3770, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "Glocke", + "hexcode": "1F514", + "tags": [ + "glocke", + "ton eingeschaltet" + ], + "emoji": "🔔", + "text": "", + "type": 1, + "order": 3771, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "durchgestrichene Glocke", + "hexcode": "1F515", + "tags": [ + "durchgestrichene glocke", + "ton ausgeschaltet" + ], + "emoji": "🔕", + "text": "", + "type": 1, + "order": 3772, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "Notenschlüssel", + "hexcode": "1F3BC", + "tags": [ + "musik", + "noten", + "notenschlüssel", + "partitur", + "violinschlüssel" + ], + "emoji": "🎼", + "text": "", + "type": 1, + "order": 3773, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Musiknote", + "hexcode": "1F3B5", + "tags": [ + "musik", + "musiknote", + "note" + ], + "emoji": "🎵", + "text": "", + "type": 1, + "order": 3774, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Musiknoten", + "hexcode": "1F3B6", + "tags": [ + "musik", + "musiknoten", + "noten" + ], + "emoji": "🎶", + "text": "", + "type": 1, + "order": 3775, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Studiomikrofon", + "hexcode": "1F399", + "tags": [ + "mikrofon", + "studiomikrofon" + ], + "emoji": "🎙️", + "text": "🎙︎", + "type": 0, + "order": 3777, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "Schieberegler", + "hexcode": "1F39A", + "tags": [ + "musik", + "schieberegler" + ], + "emoji": "🎚️", + "text": "🎚︎", + "type": 0, + "order": 3779, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "Drehregler", + "hexcode": "1F39B", + "tags": [ + "bedienknöpfe", + "drehregler", + "stellknöpfe" + ], + "emoji": "🎛️", + "text": "🎛︎", + "type": 0, + "order": 3781, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "Mikrofon", + "hexcode": "1F3A4", + "tags": [ + "karaoke", + "mikrofon", + "singen", + "unterhaltung" + ], + "emoji": "🎤", + "text": "", + "type": 1, + "order": 3782, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Kopfhörer", + "hexcode": "1F3A7", + "tags": [ + "kopfhörer", + "musik", + "unterhaltung" + ], + "emoji": "🎧️", + "text": "🎧︎", + "type": 1, + "order": 3783, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Radio", + "hexcode": "1F4FB", + "tags": [ + "musik", + "radio" + ], + "emoji": "📻️", + "text": "📻︎", + "type": 1, + "order": 3784, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "Saxofon", + "hexcode": "1F3B7", + "tags": [ + "instrument", + "musik", + "musikinstrument", + "saxofon" + ], + "emoji": "🎷", + "text": "", + "type": 1, + "order": 3785, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "Akkordeon", + "hexcode": "1FA97", + "tags": [ + "akkordeon", + "akkordeons", + "concertina", + "quetschkommode", + "quetschkommoden", + "ziehharmonika", + "ziehharmonikas" + ], + "emoji": "🪗", + "text": "", + "type": 1, + "order": 3786, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "Gitarre", + "hexcode": "1F3B8", + "tags": [ + "gitarre", + "instrument", + "musik", + "musikinstrument" + ], + "emoji": "🎸", + "text": "", + "type": 1, + "order": 3787, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "Klaviatur", + "hexcode": "1F3B9", + "tags": [ + "instrument", + "klaviatur", + "musik", + "musikinstrument", + "tastatur", + "tasten" + ], + "emoji": "🎹", + "text": "", + "type": 1, + "order": 3788, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "Trompete", + "hexcode": "1F3BA", + "tags": [ + "instrument", + "musik", + "musikinstrument", + "trompete" + ], + "emoji": "🎺", + "text": "", + "type": 1, + "order": 3789, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "Geige", + "hexcode": "1F3BB", + "tags": [ + "geige", + "instrument", + "musik", + "musikinstrument" + ], + "emoji": "🎻", + "text": "", + "type": 1, + "order": 3790, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "Banjo", + "hexcode": "1FA95", + "tags": [ + "banjo", + "musik", + "streichinstrument" + ], + "emoji": "🪕", + "text": "", + "type": 1, + "order": 3791, + "group": 7, + "subgroup": 68, + "version": 12 + }, + { + "annotation": "Trommel", + "hexcode": "1F941", + "tags": [ + "trommel", + "trommelstöcke" + ], + "emoji": "🥁", + "text": "", + "type": 1, + "order": 3792, + "group": 7, + "subgroup": 68, + "version": 3 + }, + { + "annotation": "afrikanische Trommel", + "hexcode": "1FA98", + "tags": [ + "afrikanische trommel", + "conga", + "rhythmus" + ], + "emoji": "🪘", + "text": "", + "type": 1, + "order": 3793, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "Mobiltelefon", + "hexcode": "1F4F1", + "tags": [ + "handy", + "mobiltelefon", + "smartphone" + ], + "emoji": "📱", + "text": "", + "type": 1, + "order": 3794, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Mobiltelefon mit Pfeil", + "hexcode": "1F4F2", + "tags": [ + "anruf", + "mobiltelefon", + "mobiltelefon mit pfeil", + "pfeil" + ], + "emoji": "📲", + "text": "", + "type": 1, + "order": 3795, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Telefon", + "hexcode": "260E", + "tags": [ + "festnetz", + "telefon" + ], + "emoji": "☎️", + "text": "☎︎", + "type": 0, + "order": 3797, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Telefonhörer", + "hexcode": "1F4DE", + "tags": [ + "anrufen", + "hörer", + "telefon", + "telefonhörer" + ], + "emoji": "📞", + "text": "", + "type": 1, + "order": 3798, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Pager", + "hexcode": "1F4DF", + "tags": [ + "pager" + ], + "emoji": "📟️", + "text": "📟︎", + "type": 1, + "order": 3799, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Faxgerät", + "hexcode": "1F4E0", + "tags": [ + "fax", + "faxgerät" + ], + "emoji": "📠", + "text": "", + "type": 1, + "order": 3800, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "Batterie", + "hexcode": "1F50B", + "tags": [ + "akku", + "batterie" + ], + "emoji": "🔋", + "text": "", + "type": 1, + "order": 3801, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "Netzstecker", + "hexcode": "1F50C", + "tags": [ + "netzstecker", + "stecker", + "stromstecker" + ], + "emoji": "🔌", + "text": "", + "type": 1, + "order": 3802, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "Laptop", + "hexcode": "1F4BB", + "tags": [ + "computer", + "laptop", + "notebook", + "pc" + ], + "emoji": "💻️", + "text": "💻︎", + "type": 1, + "order": 3803, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "Desktopcomputer", + "hexcode": "1F5A5", + "tags": [ + "bildschirm", + "desktop", + "desktopcomputer", + "monitor" + ], + "emoji": "🖥️", + "text": "🖥︎", + "type": 0, + "order": 3805, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "Drucker", + "hexcode": "1F5A8", + "tags": [ + "computer", + "drucker" + ], + "emoji": "🖨️", + "text": "🖨︎", + "type": 0, + "order": 3807, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "Tastatur", + "hexcode": "2328", + "tags": [ + "computer", + "tastatur" + ], + "emoji": "⌨️", + "text": "⌨︎", + "type": 0, + "order": 3809, + "group": 7, + "subgroup": 70, + "version": 1 + }, + { + "annotation": "Computermaus", + "hexcode": "1F5B1", + "tags": [ + "computer", + "computermaus" + ], + "emoji": "🖱️", + "text": "🖱︎", + "type": 0, + "order": 3811, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "Trackball", + "hexcode": "1F5B2", + "tags": [ + "computer", + "trackball" + ], + "emoji": "🖲️", + "text": "🖲︎", + "type": 0, + "order": 3813, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "Minidisc", + "hexcode": "1F4BD", + "tags": [ + "md", + "minidisc" + ], + "emoji": "💽", + "text": "", + "type": 1, + "order": 3814, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "Diskette", + "hexcode": "1F4BE", + "tags": [ + "datenträger", + "diskette" + ], + "emoji": "💾", + "text": "", + "type": 1, + "order": 3815, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "CD", + "hexcode": "1F4BF", + "tags": [ + "blu-ray", + "cd", + "dvd" + ], + "emoji": "💿️", + "text": "💿︎", + "type": 1, + "order": 3816, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "DVD", + "hexcode": "1F4C0", + "tags": [ + "cd", + "dvd" + ], + "emoji": "📀", + "text": "", + "type": 1, + "order": 3817, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "Abakus", + "hexcode": "1F9EE", + "tags": [ + "abaki", + "abakus", + "abakusse", + "rechenhilfe", + "rechenschieber" + ], + "emoji": "🧮", + "text": "", + "type": 1, + "order": 3818, + "group": 7, + "subgroup": 70, + "version": 11 + }, + { + "annotation": "Filmkamera", + "hexcode": "1F3A5", + "tags": [ + "film", + "filmkamera", + "kino", + "unterhaltung" + ], + "emoji": "🎥", + "text": "", + "type": 1, + "order": 3819, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Filmstreifen", + "hexcode": "1F39E", + "tags": [ + "film", + "filmband", + "filmstreifen", + "kino" + ], + "emoji": "🎞️", + "text": "🎞︎", + "type": 0, + "order": 3821, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "Filmprojektor", + "hexcode": "1F4FD", + "tags": [ + "filmprojektor", + "kino", + "unterhaltung" + ], + "emoji": "📽️", + "text": "📽︎", + "type": 0, + "order": 3823, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "Filmklappe", + "hexcode": "1F3AC", + "tags": [ + "film", + "filmklappe", + "klappe", + "unterhaltung" + ], + "emoji": "🎬️", + "text": "🎬︎", + "type": 1, + "order": 3824, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Fernseher", + "hexcode": "1F4FA", + "tags": [ + "fernseher", + "film", + "tv" + ], + "emoji": "📺️", + "text": "📺︎", + "type": 1, + "order": 3825, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Fotoapparat", + "hexcode": "1F4F7", + "tags": [ + "fotoapparat", + "fotos", + "kamera" + ], + "emoji": "📷️", + "text": "📷︎", + "type": 1, + "order": 3826, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Fotoapparat mit Blitz", + "hexcode": "1F4F8", + "tags": [ + "blitz", + "fotoapparat", + "fotoapparat mit blitz" + ], + "emoji": "📸", + "text": "", + "type": 1, + "order": 3827, + "group": 7, + "subgroup": 71, + "version": 1 + }, + { + "annotation": "Videokamera", + "hexcode": "1F4F9", + "tags": [ + "videokamera", + "videos" + ], + "emoji": "📹️", + "text": "📹︎", + "type": 1, + "order": 3828, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Videokassette", + "hexcode": "1F4FC", + "tags": [ + "video", + "videokassette" + ], + "emoji": "📼", + "text": "", + "type": 1, + "order": 3829, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Lupe nach links", + "hexcode": "1F50D", + "tags": [ + "lupe nach links", + "suche", + "vergrößerungsglas" + ], + "emoji": "🔍️", + "text": "🔍︎", + "type": 1, + "order": 3830, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Lupe nach rechts", + "hexcode": "1F50E", + "tags": [ + "lupe nach rechts", + "suche", + "vergrößerungsglas" + ], + "emoji": "🔎", + "text": "", + "type": 1, + "order": 3831, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Kerze", + "hexcode": "1F56F", + "tags": [ + "kerze", + "licht" + ], + "emoji": "🕯️", + "text": "🕯︎", + "type": 0, + "order": 3833, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "Glühbirne", + "hexcode": "1F4A1", + "tags": [ + "glühbirne", + "idee", + "licht" + ], + "emoji": "💡", + "text": "", + "type": 1, + "order": 3834, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Taschenlampe", + "hexcode": "1F526", + "tags": [ + "lampe", + "licht", + "taschenlampe" + ], + "emoji": "🔦", + "text": "", + "type": 1, + "order": 3835, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "rote Papierlaterne", + "hexcode": "1F3EE", + "tags": [ + "izakaya", + "japanisches lokal", + "rote papierlaterne" + ], + "emoji": "🏮", + "text": "", + "type": 1, + "order": 3836, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "Öllampe", + "hexcode": "1FA94", + "tags": [ + "diya", + "lampe", + "öl", + "öllampe" + ], + "emoji": "🪔", + "text": "", + "type": 1, + "order": 3837, + "group": 7, + "subgroup": 71, + "version": 12 + }, + { + "annotation": "Notizbuch mit dekorativem Einband", + "hexcode": "1F4D4", + "tags": [ + "einband", + "notizbuch", + "notizbuch mit dekorativem einband" + ], + "emoji": "📔", + "text": "", + "type": 1, + "order": 3838, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "geschlossenes Buch", + "hexcode": "1F4D5", + "tags": [ + "buch", + "geschlossen", + "geschlossenes buch" + ], + "emoji": "📕", + "text": "", + "type": 1, + "order": 3839, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "offenes Buch", + "hexcode": "1F4D6", + "tags": [ + "buch", + "geöffnet", + "offen", + "offenes buch" + ], + "emoji": "📖", + "text": "", + "type": 1, + "order": 3840, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "grünes Buch", + "hexcode": "1F4D7", + "tags": [ + "buch", + "grün", + "grünes buch" + ], + "emoji": "📗", + "text": "", + "type": 1, + "order": 3841, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "blaues Buch", + "hexcode": "1F4D8", + "tags": [ + "blau", + "blaues buch", + "buch" + ], + "emoji": "📘", + "text": "", + "type": 1, + "order": 3842, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "orangefarbenes Buch", + "hexcode": "1F4D9", + "tags": [ + "buch", + "orangefarben", + "orangefarbenes buch" + ], + "emoji": "📙", + "text": "", + "type": 1, + "order": 3843, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Bücherstapel", + "hexcode": "1F4DA", + "tags": [ + "bücher", + "bücherstapel" + ], + "emoji": "📚️", + "text": "📚︎", + "type": 1, + "order": 3844, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Notizbuch", + "hexcode": "1F4D3", + "tags": [ + "notizbuch", + "notizen" + ], + "emoji": "📓", + "text": "", + "type": 1, + "order": 3845, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Spiralblock", + "hexcode": "1F4D2", + "tags": [ + "notizblock", + "spiralblock" + ], + "emoji": "📒", + "text": "", + "type": 1, + "order": 3846, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "teilweise eingerolltes Blatt", + "hexcode": "1F4C3", + "tags": [ + "dokument", + "papier", + "seite", + "teilweise eingerolltes blatt" + ], + "emoji": "📃", + "text": "", + "type": 1, + "order": 3847, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Schriftrolle", + "hexcode": "1F4DC", + "tags": [ + "papier", + "schriftrolle" + ], + "emoji": "📜", + "text": "", + "type": 1, + "order": 3848, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Vorderseite eines Blattes", + "hexcode": "1F4C4", + "tags": [ + "dokument", + "papier", + "seite", + "vorderseite eines blattes" + ], + "emoji": "📄", + "text": "", + "type": 1, + "order": 3849, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Zeitung", + "hexcode": "1F4F0", + "tags": [ + "nachrichten", + "zeitung" + ], + "emoji": "📰", + "text": "", + "type": 1, + "order": 3850, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "zusammengerollte Zeitung", + "hexcode": "1F5DE", + "tags": [ + "zeitung", + "zusammengerollt", + "zusammengerollte zeitung" + ], + "emoji": "🗞️", + "text": "🗞︎", + "type": 0, + "order": 3852, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "Pagemarker", + "hexcode": "1F4D1", + "tags": [ + "notizen", + "pagemarker" + ], + "emoji": "📑", + "text": "", + "type": 1, + "order": 3853, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Lesezeichen", + "hexcode": "1F516", + "tags": [ + "lesen", + "lesezeichen" + ], + "emoji": "🔖", + "text": "", + "type": 1, + "order": 3854, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "Etikett", + "hexcode": "1F3F7", + "tags": [ + "etikett", + "label", + "marke" + ], + "emoji": "🏷️", + "text": "🏷︎", + "type": 0, + "order": 3856, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "Geldsack", + "hexcode": "1F4B0", + "tags": [ + "geld", + "geldsack", + "sack" + ], + "emoji": "💰️", + "text": "💰︎", + "type": 1, + "order": 3857, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Münze", + "hexcode": "1FA99", + "tags": [ + "geld", + "gold", + "metall", + "münze", + "schatz", + "silber" + ], + "emoji": "🪙", + "text": "", + "type": 1, + "order": 3858, + "group": 7, + "subgroup": 73, + "version": 13 + }, + { + "annotation": "Yen-Banknote", + "hexcode": "1F4B4", + "tags": [ + "geld", + "geldschein", + "yen", + "yen-banknote" + ], + "emoji": "💴", + "text": "", + "type": 1, + "order": 3859, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Dollar-Banknote", + "hexcode": "1F4B5", + "tags": [ + "dollar", + "dollar-banknote", + "geld", + "geldschein" + ], + "emoji": "💵", + "text": "", + "type": 1, + "order": 3860, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Euro-Banknote", + "hexcode": "1F4B6", + "tags": [ + "euro", + "euro-banknote", + "euroschein", + "geld", + "geldschein" + ], + "emoji": "💶", + "text": "", + "type": 1, + "order": 3861, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "Pfund-Banknote", + "hexcode": "1F4B7", + "tags": [ + "geld", + "geldschein", + "pfund", + "pfund-banknote" + ], + "emoji": "💷", + "text": "", + "type": 1, + "order": 3862, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "Geldschein mit Flügeln", + "hexcode": "1F4B8", + "tags": [ + "bank", + "geld", + "geldschein mit flügeln" + ], + "emoji": "💸", + "text": "", + "type": 1, + "order": 3863, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Kreditkarte", + "hexcode": "1F4B3", + "tags": [ + "guthaben", + "karte", + "kreditkarte" + ], + "emoji": "💳️", + "text": "💳︎", + "type": 1, + "order": 3864, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Beleg", + "hexcode": "1F9FE", + "tags": [ + "beleg", + "belege", + "buchhaltung", + "rechnung", + "rechnungslegung" + ], + "emoji": "🧾", + "text": "", + "type": 1, + "order": 3865, + "group": 7, + "subgroup": 73, + "version": 11 + }, + { + "annotation": "steigende Kurve mit Yen-Zeichen", + "hexcode": "1F4B9", + "tags": [ + "diagramm", + "markt", + "steigende kurve mit yen-zeichen" + ], + "emoji": "💹", + "text": "", + "type": 1, + "order": 3866, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "Briefumschlag", + "hexcode": "2709", + "tags": [ + "brief", + "briefumschlag", + "e-mail" + ], + "emoji": "✉️", + "text": "✉︎", + "type": 0, + "order": 3868, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "E-Mail", + "hexcode": "1F4E7", + "tags": [ + "brief", + "e-mail", + "e-mail-symbol" + ], + "emoji": "📧", + "text": "", + "type": 1, + "order": 3869, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "eingehender Briefumschlag", + "hexcode": "1F4E8", + "tags": [ + "e-mail", + "eingehender briefumschlag", + "empfangen" + ], + "emoji": "📨", + "text": "", + "type": 1, + "order": 3870, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "Umschlag mit Pfeil", + "hexcode": "1F4E9", + "tags": [ + "e-mail", + "gesendet", + "umschlag mit pfeil" + ], + "emoji": "📩", + "text": "", + "type": 1, + "order": 3871, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "Postausgang", + "hexcode": "1F4E4", + "tags": [ + "ablage", + "postausgang" + ], + "emoji": "📤️", + "text": "📤︎", + "type": 1, + "order": 3872, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "Posteingang", + "hexcode": "1F4E5", + "tags": [ + "ablage", + "posteingang" + ], + "emoji": "📥️", + "text": "📥︎", + "type": 1, + "order": 3873, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "Paket", + "hexcode": "1F4E6", + "tags": [ + "paket", + "päckchen" + ], + "emoji": "📦️", + "text": "📦︎", + "type": 1, + "order": 3874, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "geschlossener Briefkasten mit Post", + "hexcode": "1F4EB", + "tags": [ + "briefkasten", + "e-mail", + "geschlossen", + "geschlossener briefkasten mit post", + "post" + ], + "emoji": "📫️", + "text": "📫︎", + "type": 1, + "order": 3875, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "geschlossener Briefkasten ohne Post", + "hexcode": "1F4EA", + "tags": [ + "briefkasten", + "geschlossen", + "geschlossener briefkasten ohne post", + "keine e-mail", + "keine post", + "post" + ], + "emoji": "📪️", + "text": "📪︎", + "type": 1, + "order": 3876, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "offener Briefkasten mit Post", + "hexcode": "1F4EC", + "tags": [ + "briefkasten", + "e-mail", + "offen", + "offener briefkasten mit post", + "post" + ], + "emoji": "📬️", + "text": "📬︎", + "type": 1, + "order": 3877, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "offener Briefkasten ohne Post", + "hexcode": "1F4ED", + "tags": [ + "briefkasten", + "keine e-mail", + "keine post", + "offen", + "offener briefkasten ohne post", + "post" + ], + "emoji": "📭️", + "text": "📭︎", + "type": 1, + "order": 3878, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "Briefkasten", + "hexcode": "1F4EE", + "tags": [ + "brief", + "briefkasten" + ], + "emoji": "📮", + "text": "", + "type": 1, + "order": 3879, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "Urne mit Wahlzettel", + "hexcode": "1F5F3", + "tags": [ + "urne", + "urne mit wahlzettel", + "wahlzettel" + ], + "emoji": "🗳️", + "text": "🗳︎", + "type": 0, + "order": 3881, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "Bleistift", + "hexcode": "270F", + "tags": [ + "bleistift" + ], + "emoji": "✏️", + "text": "✏︎", + "type": 0, + "order": 3883, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "schwarzer Federhalter", + "hexcode": "2712", + "tags": [ + "federhalter", + "füller", + "schwarz", + "schwarzer federhalter", + "stift" + ], + "emoji": "✒️", + "text": "✒︎", + "type": 0, + "order": 3885, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "Füllhalter", + "hexcode": "1F58B", + "tags": [ + "füller", + "füllfederhalter", + "füllhalter" + ], + "emoji": "🖋️", + "text": "🖋︎", + "type": 0, + "order": 3887, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "Kugelschreiber", + "hexcode": "1F58A", + "tags": [ + "kugelschreiber", + "stift" + ], + "emoji": "🖊️", + "text": "🖊︎", + "type": 0, + "order": 3889, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "Pinsel", + "hexcode": "1F58C", + "tags": [ + "kunst", + "malen", + "pinsel" + ], + "emoji": "🖌️", + "text": "🖌︎", + "type": 0, + "order": 3891, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "Wachsmalstift", + "hexcode": "1F58D", + "tags": [ + "buntstift", + "wachsmalstift" + ], + "emoji": "🖍️", + "text": "🖍︎", + "type": 0, + "order": 3893, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "Papier und Bleistift", + "hexcode": "1F4DD", + "tags": [ + "bleistift", + "kurzmitteilung", + "nachricht", + "papier", + "papier und bleistift" + ], + "emoji": "📝", + "text": "", + "type": 1, + "order": 3894, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "Aktentasche", + "hexcode": "1F4BC", + "tags": [ + "aktentasche", + "tasche" + ], + "emoji": "💼", + "text": "", + "type": 1, + "order": 3895, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Ordner", + "hexcode": "1F4C1", + "tags": [ + "dokument", + "geschlossen", + "ordner" + ], + "emoji": "📁", + "text": "", + "type": 1, + "order": 3896, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "geöffneter Ordner", + "hexcode": "1F4C2", + "tags": [ + "dokument", + "geöffneter ordner", + "offen", + "ordner" + ], + "emoji": "📂", + "text": "", + "type": 1, + "order": 3897, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Karteireiter", + "hexcode": "1F5C2", + "tags": [ + "büromaterial", + "karteikarten", + "karteireiter" + ], + "emoji": "🗂️", + "text": "🗂︎", + "type": 0, + "order": 3899, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Kalender", + "hexcode": "1F4C5", + "tags": [ + "kalender", + "kalenderblatt" + ], + "emoji": "📅", + "text": "", + "type": 1, + "order": 3900, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Abreißkalender", + "hexcode": "1F4C6", + "tags": [ + "abreißkalender", + "kalender" + ], + "emoji": "📆", + "text": "", + "type": 1, + "order": 3901, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Notizblock", + "hexcode": "1F5D2", + "tags": [ + "block", + "notizblock" + ], + "emoji": "🗒️", + "text": "🗒︎", + "type": 0, + "order": 3903, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Spiralkalender", + "hexcode": "1F5D3", + "tags": [ + "kalender", + "spiralkalender" + ], + "emoji": "🗓️", + "text": "🗓︎", + "type": 0, + "order": 3905, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Rotationskartei", + "hexcode": "1F4C7", + "tags": [ + "rotationskartei", + "visitenkarten" + ], + "emoji": "📇", + "text": "", + "type": 1, + "order": 3906, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Aufwärtstrend", + "hexcode": "1F4C8", + "tags": [ + "aufwärtstrend", + "diagramm", + "kurve", + "steigend" + ], + "emoji": "📈", + "text": "", + "type": 1, + "order": 3907, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Abwärtstrend", + "hexcode": "1F4C9", + "tags": [ + "abwärtstrend", + "diagramm", + "fallend", + "kurve" + ], + "emoji": "📉", + "text": "", + "type": 1, + "order": 3908, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Balkendiagramm", + "hexcode": "1F4CA", + "tags": [ + "balken", + "balkendiagramm", + "diagramm" + ], + "emoji": "📊", + "text": "", + "type": 1, + "order": 3909, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Klemmbrett", + "hexcode": "1F4CB", + "tags": [ + "clipboard", + "klemmbrett", + "zwischenablage" + ], + "emoji": "📋️", + "text": "📋︎", + "type": 1, + "order": 3910, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Reißzwecke", + "hexcode": "1F4CC", + "tags": [ + "anpinnen", + "reißzwecke" + ], + "emoji": "📌", + "text": "", + "type": 1, + "order": 3911, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Stecknadel", + "hexcode": "1F4CD", + "tags": [ + "anpinnen", + "reißzwecke", + "rund", + "runde reißzwecke", + "stecknadel" + ], + "emoji": "📍", + "text": "", + "type": 1, + "order": 3912, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Büroklammer", + "hexcode": "1F4CE", + "tags": [ + "büroklammer" + ], + "emoji": "📎", + "text": "", + "type": 1, + "order": 3913, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "verhakte Büroklammern", + "hexcode": "1F587", + "tags": [ + "büroklammer", + "büroklammern", + "verhakt", + "verhakte büroklammern" + ], + "emoji": "🖇️", + "text": "🖇︎", + "type": 0, + "order": 3915, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Lineal", + "hexcode": "1F4CF", + "tags": [ + "lineal" + ], + "emoji": "📏", + "text": "", + "type": 1, + "order": 3916, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "dreieckiges Lineal", + "hexcode": "1F4D0", + "tags": [ + "dreieckiges lineal", + "geodreieck", + "lineal" + ], + "emoji": "📐", + "text": "", + "type": 1, + "order": 3917, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Schere", + "hexcode": "2702", + "tags": [ + "schere" + ], + "emoji": "✂️", + "text": "✂︎", + "type": 0, + "order": 3919, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "Karteikasten", + "hexcode": "1F5C3", + "tags": [ + "büromaterial", + "karteikasten" + ], + "emoji": "🗃️", + "text": "🗃︎", + "type": 0, + "order": 3921, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Aktenschrank", + "hexcode": "1F5C4", + "tags": [ + "ablage", + "aktenschrank", + "archiv" + ], + "emoji": "🗄️", + "text": "🗄︎", + "type": 0, + "order": 3923, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "Papierkorb", + "hexcode": "1F5D1", + "tags": [ + "papierkorb" + ], + "emoji": "🗑️", + "text": "🗑︎", + "type": 0, + "order": 3925, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "geschlossenes Schloss", + "hexcode": "1F512", + "tags": [ + "datenschutz", + "geschlossen", + "geschlossenes schloss", + "schloss", + "sicherheit" + ], + "emoji": "🔒️", + "text": "🔒︎", + "type": 1, + "order": 3926, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "offenes Schloss", + "hexcode": "1F513", + "tags": [ + "nicht gesichert", + "offen", + "offenes schloss", + "schloss" + ], + "emoji": "🔓️", + "text": "🔓︎", + "type": 1, + "order": 3927, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "Schloss mit Füller", + "hexcode": "1F50F", + "tags": [ + "datenschutz", + "privat", + "schloss mit füller", + "sicherheit" + ], + "emoji": "🔏", + "text": "", + "type": 1, + "order": 3928, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "Schloss mit Schlüssel", + "hexcode": "1F510", + "tags": [ + "datenschutz", + "privat", + "schloss mit schlüssel", + "sicherheit" + ], + "emoji": "🔐", + "text": "", + "type": 1, + "order": 3929, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "Schlüssel", + "hexcode": "1F511", + "tags": [ + "passwort", + "schlüssel" + ], + "emoji": "🔑", + "text": "", + "type": 1, + "order": 3930, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "alter Schlüssel", + "hexcode": "1F5DD", + "tags": [ + "alt", + "alter schlüssel", + "schlüssel" + ], + "emoji": "🗝️", + "text": "🗝︎", + "type": 0, + "order": 3932, + "group": 7, + "subgroup": 77, + "version": 0.7 + }, + { + "annotation": "Hammer", + "hexcode": "1F528", + "tags": [ + "hammer", + "werkzeug" + ], + "emoji": "🔨", + "text": "", + "type": 1, + "order": 3933, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "Axt", + "hexcode": "1FA93", + "tags": [ + "axt", + "beil", + "hacken", + "holz", + "spalten" + ], + "emoji": "🪓", + "text": "", + "type": 1, + "order": 3934, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "Pickel", + "hexcode": "26CF", + "tags": [ + "pickel", + "werkzeug" + ], + "emoji": "⛏️", + "text": "⛏︎", + "type": 0, + "order": 3936, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "Hammer und Pickel", + "hexcode": "2692", + "tags": [ + "hammer", + "hammer und pickel", + "pickel", + "werkzeug" + ], + "emoji": "⚒️", + "text": "⚒︎", + "type": 0, + "order": 3938, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "Hammer und Schraubenschlüssel", + "hexcode": "1F6E0", + "tags": [ + "hammer", + "hammer und schraubenschlüssel", + "schraubenschlüssel", + "werkzeug" + ], + "emoji": "🛠️", + "text": "🛠︎", + "type": 0, + "order": 3940, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "Dolch", + "hexcode": "1F5E1", + "tags": [ + "dolch", + "waffe" + ], + "emoji": "🗡️", + "text": "🗡︎", + "type": 0, + "order": 3942, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "gekreuzte Schwerter", + "hexcode": "2694", + "tags": [ + "gekreuzt", + "gekreuzte schwerter", + "schwerter" + ], + "emoji": "⚔️", + "text": "⚔︎", + "type": 0, + "order": 3944, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "Wasserpistole", + "hexcode": "1F52B", + "tags": [ + "pistole", + "revolver", + "waffe", + "wasserpistole" + ], + "emoji": "🔫", + "text": "", + "type": 1, + "order": 3945, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "Bumerang", + "hexcode": "1FA83", + "tags": [ + "australien", + "boomerang", + "bumerang" + ], + "emoji": "🪃", + "text": "", + "type": 1, + "order": 3946, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "Pfeil und Bogen", + "hexcode": "1F3F9", + "tags": [ + "bogen", + "pfeil", + "pfeil und bogen" + ], + "emoji": "🏹", + "text": "", + "type": 1, + "order": 3947, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "Schutzschild", + "hexcode": "1F6E1", + "tags": [ + "schild", + "schutzschild" + ], + "emoji": "🛡️", + "text": "🛡︎", + "type": 0, + "order": 3949, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "Handsäge", + "hexcode": "1FA9A", + "tags": [ + "handsäge", + "holz", + "säge", + "tischler", + "werkzeug" + ], + "emoji": "🪚", + "text": "", + "type": 1, + "order": 3950, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "Schraubenschlüssel", + "hexcode": "1F527", + "tags": [ + "schraubenschlüssel", + "werkzeug" + ], + "emoji": "🔧", + "text": "", + "type": 1, + "order": 3951, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "Schraubenzieher", + "hexcode": "1FA9B", + "tags": [ + "schraube", + "schraubenzieher", + "werkzeug" + ], + "emoji": "🪛", + "text": "", + "type": 1, + "order": 3952, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "Mutter und Schraube", + "hexcode": "1F529", + "tags": [ + "mutter und schraube", + "schraube" + ], + "emoji": "🔩", + "text": "", + "type": 1, + "order": 3953, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "Zahnrad", + "hexcode": "2699", + "tags": [ + "werkzeug", + "zahnrad" + ], + "emoji": "⚙️", + "text": "⚙︎", + "type": 0, + "order": 3955, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "Schraubzwinge", + "hexcode": "1F5DC", + "tags": [ + "schraubzwinge", + "werkzeug" + ], + "emoji": "🗜️", + "text": "🗜︎", + "type": 0, + "order": 3957, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "Waage", + "hexcode": "2696", + "tags": [ + "gerechtigkeit", + "gewicht", + "waage", + "werkzeug", + "wiegen" + ], + "emoji": "⚖️", + "text": "⚖︎", + "type": 0, + "order": 3959, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "Blindenstock", + "hexcode": "1F9AF", + "tags": [ + "barrierefreiheit", + "blind", + "blindenstock" + ], + "emoji": "🦯", + "text": "", + "type": 1, + "order": 3960, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "Verknüpfungssymbol", + "hexcode": "1F517", + "tags": [ + "kettenglieder", + "verknüpfungssymbol", + "zwei ringe" + ], + "emoji": "🔗", + "text": "", + "type": 1, + "order": 3961, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "Ketten", + "hexcode": "26D3", + "tags": [ + "eisen", + "kette", + "ketten" + ], + "emoji": "⛓️", + "text": "⛓︎", + "type": 0, + "order": 3963, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "Haken", + "hexcode": "1FA9D", + "tags": [ + "angelhaken", + "haken" + ], + "emoji": "🪝", + "text": "", + "type": 1, + "order": 3964, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "Werkzeugkasten", + "hexcode": "1F9F0", + "tags": [ + "mechaniker", + "werkzeug", + "werkzeugkasten" + ], + "emoji": "🧰", + "text": "", + "type": 1, + "order": 3965, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "Magnet", + "hexcode": "1F9F2", + "tags": [ + "anziehungskraft", + "magnet", + "magnetisch" + ], + "emoji": "🧲", + "text": "", + "type": 1, + "order": 3966, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "Leiter", + "hexcode": "1FA9C", + "tags": [ + "klettern", + "leiter", + "sprosse", + "stufe" + ], + "emoji": "🪜", + "text": "", + "type": 1, + "order": 3967, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "Destillierapparat", + "hexcode": "2697", + "tags": [ + "destillierapparat", + "werkzeug" + ], + "emoji": "⚗️", + "text": "⚗︎", + "type": 0, + "order": 3969, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "Reagenzglas", + "hexcode": "1F9EA", + "tags": [ + "chemie", + "experiment", + "labor", + "reagenzglas", + "versuche" + ], + "emoji": "🧪", + "text": "", + "type": 1, + "order": 3970, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "Petrischale", + "hexcode": "1F9EB", + "tags": [ + "bakterien", + "bakterienkultur", + "biologie", + "petrischale" + ], + "emoji": "🧫", + "text": "", + "type": 1, + "order": 3971, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "DNA", + "hexcode": "1F9EC", + "tags": [ + "biologie", + "dna", + "evolution", + "genetik", + "leben" + ], + "emoji": "🧬", + "text": "", + "type": 1, + "order": 3972, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "Mikroskop", + "hexcode": "1F52C", + "tags": [ + "labor", + "mikroskop" + ], + "emoji": "🔬", + "text": "", + "type": 1, + "order": 3973, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "Teleskop", + "hexcode": "1F52D", + "tags": [ + "teleskop" + ], + "emoji": "🔭", + "text": "", + "type": 1, + "order": 3974, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "Satellitenschüssel", + "hexcode": "1F4E1", + "tags": [ + "antenne", + "satellitenschüssel", + "schüssel" + ], + "emoji": "📡", + "text": "", + "type": 1, + "order": 3975, + "group": 7, + "subgroup": 79, + "version": 0.6 + }, + { + "annotation": "Spritze", + "hexcode": "1F489", + "tags": [ + "arzt", + "injektion", + "nadel", + "spritze" + ], + "emoji": "💉", + "text": "", + "type": 1, + "order": 3976, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "Blutstropfen", + "hexcode": "1FA78", + "tags": [ + "blutspende", + "blutstropfen", + "medizin", + "menstruation" + ], + "emoji": "🩸", + "text": "", + "type": 1, + "order": 3977, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "Kapsel", + "hexcode": "1F48A", + "tags": [ + "arzt", + "kapsel", + "medizin", + "tabletten" + ], + "emoji": "💊", + "text": "", + "type": 1, + "order": 3978, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "Heftpflaster", + "hexcode": "1FA79", + "tags": [ + "heftpflaster", + "pflaster" + ], + "emoji": "🩹", + "text": "", + "type": 1, + "order": 3979, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "Stethoskop", + "hexcode": "1FA7A", + "tags": [ + "arzt", + "herz", + "medizin", + "stethoskop" + ], + "emoji": "🩺", + "text": "", + "type": 1, + "order": 3980, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "Tür", + "hexcode": "1F6AA", + "tags": [ + "eingang", + "geschlossen", + "tür" + ], + "emoji": "🚪", + "text": "", + "type": 1, + "order": 3981, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "Fahrstuhl", + "hexcode": "1F6D7", + "tags": [ + "aufzug", + "fahrstuhl", + "lift" + ], + "emoji": "🛗", + "text": "", + "type": 1, + "order": 3982, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Spiegel", + "hexcode": "1FA9E", + "tags": [ + "reflexion", + "spiegel", + "spiegelbild" + ], + "emoji": "🪞", + "text": "", + "type": 1, + "order": 3983, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Fenster", + "hexcode": "1FA9F", + "tags": [ + "aussicht", + "durchsichtig", + "fenster", + "frische luft", + "rahmen", + "öffnung" + ], + "emoji": "🪟", + "text": "", + "type": 1, + "order": 3984, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Bett", + "hexcode": "1F6CF", + "tags": [ + "bett", + "hotel", + "schlafen", + "übernachtung" + ], + "emoji": "🛏️", + "text": "🛏︎", + "type": 0, + "order": 3986, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "Sofa und Lampe", + "hexcode": "1F6CB", + "tags": [ + "lampe", + "sofa", + "sofa und lampe" + ], + "emoji": "🛋️", + "text": "🛋︎", + "type": 0, + "order": 3988, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "Stuhl", + "hexcode": "1FA91", + "tags": [ + "sitzen", + "stuhl" + ], + "emoji": "🪑", + "text": "", + "type": 1, + "order": 3989, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "Toilette", + "hexcode": "1F6BD", + "tags": [ + "toilette", + "wc" + ], + "emoji": "🚽", + "text": "", + "type": 1, + "order": 3990, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "Saugglocke", + "hexcode": "1FAA0", + "tags": [ + "saugglocke", + "saugglocken", + "toilette", + "verstopft" + ], + "emoji": "🪠", + "text": "", + "type": 1, + "order": 3991, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Dusche", + "hexcode": "1F6BF", + "tags": [ + "dusche" + ], + "emoji": "🚿", + "text": "", + "type": 1, + "order": 3992, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "Badewanne", + "hexcode": "1F6C1", + "tags": [ + "bad", + "badewanne", + "badezimmer" + ], + "emoji": "🛁", + "text": "", + "type": 1, + "order": 3993, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "Mausefalle", + "hexcode": "1FAA4", + "tags": [ + "falle", + "mausefalle", + "mäusefalle" + ], + "emoji": "🪤", + "text": "", + "type": 1, + "order": 3994, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Rasierer", + "hexcode": "1FA92", + "tags": [ + "rasieren", + "rasierer", + "scharf" + ], + "emoji": "🪒", + "text": "", + "type": 1, + "order": 3995, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "Creme", + "hexcode": "1F9F4", + "tags": [ + "creme", + "feuchtigkeitscreme", + "körpercreme", + "shampoo", + "sonnencreme" + ], + "emoji": "🧴", + "text": "", + "type": 1, + "order": 3996, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Sicherheitsnadel", + "hexcode": "1F9F7", + "tags": [ + "punk", + "sicherheitsnadel", + "windel" + ], + "emoji": "🧷", + "text": "", + "type": 1, + "order": 3997, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Besen", + "hexcode": "1F9F9", + "tags": [ + "besen", + "fegen", + "hexe", + "kehren" + ], + "emoji": "🧹", + "text": "", + "type": 1, + "order": 3998, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Korb", + "hexcode": "1F9FA", + "tags": [ + "korb", + "picknick", + "wäsche" + ], + "emoji": "🧺", + "text": "", + "type": 1, + "order": 3999, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Küchenrolle", + "hexcode": "1F9FB", + "tags": [ + "klopapier", + "küchenrolle", + "papiertücher", + "toilettenpapier" + ], + "emoji": "🧻", + "text": "", + "type": 1, + "order": 4000, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Eimer", + "hexcode": "1FAA3", + "tags": [ + "behälter", + "bottich", + "eimer", + "kübel" + ], + "emoji": "🪣", + "text": "", + "type": 1, + "order": 4001, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Seife", + "hexcode": "1F9FC", + "tags": [ + "baden", + "seife", + "seifenschale", + "säubern" + ], + "emoji": "🧼", + "text": "", + "type": 1, + "order": 4002, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Zahnbürste", + "hexcode": "1FAA5", + "tags": [ + "badezimmer", + "bürste", + "sauber", + "zahnbürste", + "zahnhygiene", + "zähne" + ], + "emoji": "🪥", + "text": "", + "type": 1, + "order": 4003, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "Schwamm", + "hexcode": "1F9FD", + "tags": [ + "absorbieren", + "aufsaugen", + "porös", + "schwamm" + ], + "emoji": "🧽", + "text": "", + "type": 1, + "order": 4004, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Feuerlöscher", + "hexcode": "1F9EF", + "tags": [ + "feuer", + "feuerlöscher", + "löschen" + ], + "emoji": "🧯", + "text": "", + "type": 1, + "order": 4005, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "Einkaufswagen", + "hexcode": "1F6D2", + "tags": [ + "einkaufen", + "einkaufswagen" + ], + "emoji": "🛒", + "text": "", + "type": 1, + "order": 4006, + "group": 7, + "subgroup": 81, + "version": 3 + }, + { + "annotation": "Zigarette", + "hexcode": "1F6AC", + "tags": [ + "rauchen", + "rauchersymbol", + "zigarette" + ], + "emoji": "🚬", + "text": "", + "type": 1, + "order": 4007, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "Sarg", + "hexcode": "26B0", + "tags": [ + "beerdigung", + "sarg", + "tod", + "tot" + ], + "emoji": "⚰️", + "text": "⚰︎", + "type": 0, + "order": 4009, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "Grabstein", + "hexcode": "1FAA6", + "tags": [ + "friedhof", + "grab", + "grabstein" + ], + "emoji": "🪦", + "text": "", + "type": 1, + "order": 4010, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "Urne", + "hexcode": "26B1", + "tags": [ + "beerdigung", + "tod", + "tot", + "urne" + ], + "emoji": "⚱️", + "text": "⚱︎", + "type": 0, + "order": 4012, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "Statue", + "hexcode": "1F5FF", + "tags": [ + "gesicht", + "maske", + "osterinsel", + "statue" + ], + "emoji": "🗿", + "text": "", + "type": 1, + "order": 4013, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "Protestschild", + "hexcode": "1FAA7", + "tags": [ + "demonstration", + "mahnwache", + "plakat", + "protest", + "protestschild", + "schild" + ], + "emoji": "🪧", + "text": "", + "type": 1, + "order": 4014, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "Symbol „Geldautomat“", + "hexcode": "1F3E7", + "tags": [ + "atm", + "symbol „geldautomat“" + ], + "emoji": "🏧", + "text": "", + "type": 1, + "order": 4015, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Symbol „Papierkorb“", + "hexcode": "1F6AE", + "tags": [ + "müll", + "sauberkeit", + "symbol „papierkorb“" + ], + "emoji": "🚮", + "text": "", + "type": 1, + "order": 4016, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Trinkwasser", + "hexcode": "1F6B0", + "tags": [ + "trinkwasser", + "wasser" + ], + "emoji": "🚰", + "text": "", + "type": 1, + "order": 4017, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Symbol „Rollstuhl“", + "hexcode": "267F", + "tags": [ + "barrierefrei", + "behindertengerecht", + "symbol „rollstuhl“" + ], + "emoji": "♿️", + "text": "♿︎", + "type": 1, + "order": 4018, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Herren", + "hexcode": "1F6B9", + "tags": [ + "herren", + "herrentoilette" + ], + "emoji": "🚹️", + "text": "🚹︎", + "type": 1, + "order": 4019, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Damen", + "hexcode": "1F6BA", + "tags": [ + "damen", + "damentoilette" + ], + "emoji": "🚺️", + "text": "🚺︎", + "type": 1, + "order": 4020, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Toiletten", + "hexcode": "1F6BB", + "tags": [ + "toilette", + "toiletten", + "wc" + ], + "emoji": "🚻", + "text": "", + "type": 1, + "order": 4021, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Symbol „Baby“", + "hexcode": "1F6BC", + "tags": [ + "symbol „baby“", + "wickelraum" + ], + "emoji": "🚼️", + "text": "🚼︎", + "type": 1, + "order": 4022, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "WC", + "hexcode": "1F6BE", + "tags": [ + "toilette", + "wc" + ], + "emoji": "🚾", + "text": "", + "type": 1, + "order": 4023, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "Passkontrolle", + "hexcode": "1F6C2", + "tags": [ + "pass", + "passkontrolle" + ], + "emoji": "🛂", + "text": "", + "type": 1, + "order": 4024, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Zollkontrolle", + "hexcode": "1F6C3", + "tags": [ + "zoll", + "zollkontrolle" + ], + "emoji": "🛃", + "text": "", + "type": 1, + "order": 4025, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Gepäckausgabe", + "hexcode": "1F6C4", + "tags": [ + "gepäck", + "gepäckausgabe" + ], + "emoji": "🛄", + "text": "", + "type": 1, + "order": 4026, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Gepäckaufbewahrung", + "hexcode": "1F6C5", + "tags": [ + "gepäck", + "gepäckaufbewahrung", + "schließfach" + ], + "emoji": "🛅", + "text": "", + "type": 1, + "order": 4027, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "Warnung", + "hexcode": "26A0", + "tags": [ + "dreieck", + "warnung" + ], + "emoji": "⚠️", + "text": "⚠︎", + "type": 0, + "order": 4029, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "Kinder überqueren die Straße", + "hexcode": "1F6B8", + "tags": [ + "kinder", + "kinder überqueren die straße", + "vorsicht" + ], + "emoji": "🚸", + "text": "", + "type": 1, + "order": 4030, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Zutritt verboten", + "hexcode": "26D4", + "tags": [ + "keine durchfahrt", + "verboten", + "zutritt verboten" + ], + "emoji": "⛔️", + "text": "⛔︎", + "type": 1, + "order": 4031, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "Verboten", + "hexcode": "1F6AB", + "tags": [ + "verboten", + "verbotszeichen" + ], + "emoji": "🚫", + "text": "", + "type": 1, + "order": 4032, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "Fahrräder verboten", + "hexcode": "1F6B3", + "tags": [ + "fahrräder verboten", + "radfahren verboten" + ], + "emoji": "🚳", + "text": "", + "type": 1, + "order": 4033, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Rauchverbot", + "hexcode": "1F6AD", + "tags": [ + "rauchen verboten", + "rauchverbot" + ], + "emoji": "🚭️", + "text": "🚭︎", + "type": 1, + "order": 4034, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "Abfall verboten", + "hexcode": "1F6AF", + "tags": [ + "abfall verboten", + "müll", + "verboten" + ], + "emoji": "🚯", + "text": "", + "type": 1, + "order": 4035, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Kein Trinkwasser", + "hexcode": "1F6B1", + "tags": [ + "kein trinkwasser", + "verboten", + "wasser" + ], + "emoji": "🚱", + "text": "", + "type": 1, + "order": 4036, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Fußgänger verboten", + "hexcode": "1F6B7", + "tags": [ + "fußgänger verboten", + "verboten" + ], + "emoji": "🚷", + "text": "", + "type": 1, + "order": 4037, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Mobiltelefone verboten", + "hexcode": "1F4F5", + "tags": [ + "mobiltelefon", + "mobiltelefone verboten", + "verbot" + ], + "emoji": "📵", + "text": "", + "type": 1, + "order": 4038, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Minderjährige verboten", + "hexcode": "1F51E", + "tags": [ + "erwachsene", + "minderjährige verboten", + "mindestalter", + "nicht jugendfrei" + ], + "emoji": "🔞", + "text": "", + "type": 1, + "order": 4039, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "Radioaktiv", + "hexcode": "2622", + "tags": [ + "radioaktiv" + ], + "emoji": "☢️", + "text": "☢︎", + "type": 0, + "order": 4041, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Biogefährdung", + "hexcode": "2623", + "tags": [ + "biogefährdung", + "zeichen" + ], + "emoji": "☣️", + "text": "☣︎", + "type": 0, + "order": 4043, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "Pfeil nach oben", + "hexcode": "2B06", + "tags": [ + "aufwärts", + "aufwärtspfeil", + "nach oben", + "norden", + "pfeil", + "pfeil nach oben" + ], + "emoji": "⬆️", + "text": "⬆︎", + "type": 0, + "order": 4045, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach rechts oben", + "hexcode": "2197", + "tags": [ + "nach rechts oben", + "nordosten", + "pfeil", + "pfeil nach rechts oben" + ], + "emoji": "↗️", + "text": "↗︎", + "type": 0, + "order": 4047, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach rechts", + "hexcode": "27A1", + "tags": [ + "nach rechts", + "osten", + "pfeil", + "pfeil nach rechts", + "rechtspfeil" + ], + "emoji": "➡️", + "text": "➡︎", + "type": 0, + "order": 4049, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach rechts unten", + "hexcode": "2198", + "tags": [ + "nach rechts unten", + "pfeil", + "pfeil nach rechts unten", + "südosten" + ], + "emoji": "↘️", + "text": "↘︎", + "type": 0, + "order": 4051, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach unten", + "hexcode": "2B07", + "tags": [ + "abwärts", + "abwärtspfeil", + "nach unten", + "pfeil", + "pfeil nach unten", + "süden" + ], + "emoji": "⬇️", + "text": "⬇︎", + "type": 0, + "order": 4053, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach links unten", + "hexcode": "2199", + "tags": [ + "nach links unten", + "pfeil", + "pfeil nach links unten" + ], + "emoji": "↙️", + "text": "↙︎", + "type": 0, + "order": 4055, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach links", + "hexcode": "2B05", + "tags": [ + "linkspfeil", + "nach links", + "pfeil", + "pfeil nach links", + "westen" + ], + "emoji": "⬅️", + "text": "⬅︎", + "type": 0, + "order": 4057, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach links oben", + "hexcode": "2196", + "tags": [ + "nach links oben", + "nordwesten", + "pfeil", + "pfeil nach links oben" + ], + "emoji": "↖️", + "text": "↖︎", + "type": 0, + "order": 4059, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach oben und unten", + "hexcode": "2195", + "tags": [ + "entgegengesetzt", + "nach oben und unten", + "pfeil", + "pfeil nach oben und unten" + ], + "emoji": "↕️", + "text": "↕︎", + "type": 0, + "order": 4061, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeil nach links und rechts", + "hexcode": "2194", + "tags": [ + "entgegengesetzt", + "nach links und rechts", + "pfeil", + "pfeil nach links und rechts" + ], + "emoji": "↔️", + "text": "↔︎", + "type": 0, + "order": 4063, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "geschwungener Pfeil nach links", + "hexcode": "21A9", + "tags": [ + "geschwungen", + "geschwungener pfeil nach links", + "links", + "nach links", + "pfeil" + ], + "emoji": "↩️", + "text": "↩︎", + "type": 0, + "order": 4065, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "geschwungener Pfeil nach rechts", + "hexcode": "21AA", + "tags": [ + "geschwungen", + "geschwungener pfeil nach rechts", + "nach rechts", + "pfeil", + "rechts" + ], + "emoji": "↪️", + "text": "↪︎", + "type": 0, + "order": 4067, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "geschwungener Pfeil nach oben", + "hexcode": "2934", + "tags": [ + "geschwungen", + "geschwungener pfeil nach oben", + "nach oben", + "oben", + "pfeil" + ], + "emoji": "⤴️", + "text": "⤴︎", + "type": 0, + "order": 4069, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "geschwungener Pfeil nach unten", + "hexcode": "2935", + "tags": [ + "geschwungen", + "geschwungener pfeil nach unten", + "nach unten", + "pfeil", + "unten" + ], + "emoji": "⤵️", + "text": "⤵︎", + "type": 0, + "order": 4071, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "kreisförmige Pfeile im Uhrzeigersinn", + "hexcode": "1F503", + "tags": [ + "im uhrzeigersinn", + "kreisförmige pfeile im uhrzeigersinn", + "pfeile" + ], + "emoji": "🔃", + "text": "", + "type": 1, + "order": 4072, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "Pfeile gegen den Uhrzeigersinn", + "hexcode": "1F504", + "tags": [ + "gegen den uhrzeigersinn", + "kreisförmige pfeile gegen den uhrzeigersinn", + "pfeile", + "pfeile gegen den uhrzeigersinn" + ], + "emoji": "🔄", + "text": "", + "type": 1, + "order": 4073, + "group": 8, + "subgroup": 85, + "version": 1 + }, + { + "annotation": "BACK-Pfeil", + "hexcode": "1F519", + "tags": [ + "back-pfeil", + "links", + "pfeil", + "zurück" + ], + "emoji": "🔙", + "text": "", + "type": 1, + "order": 4074, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "END-Pfeil", + "hexcode": "1F51A", + "tags": [ + "end-pfeil", + "links", + "pfeil" + ], + "emoji": "🔚", + "text": "", + "type": 1, + "order": 4075, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "ON!-Pfeil", + "hexcode": "1F51B", + "tags": [ + "on!-pfeil", + "pfeil", + "rechts und links" + ], + "emoji": "🔛", + "text": "", + "type": 1, + "order": 4076, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "SOON-Pfeil", + "hexcode": "1F51C", + "tags": [ + "pfeil", + "rechts", + "soon-pfeil" + ], + "emoji": "🔜", + "text": "", + "type": 1, + "order": 4077, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "TOP-Pfeil", + "hexcode": "1F51D", + "tags": [ + "pfeil nach oben", + "top-pfeil" + ], + "emoji": "🔝", + "text": "", + "type": 1, + "order": 4078, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "religiöse Stätte", + "hexcode": "1F6D0", + "tags": [ + "religion", + "religiöse stätte" + ], + "emoji": "🛐", + "text": "", + "type": 1, + "order": 4079, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "Atomzeichen", + "hexcode": "269B", + "tags": [ + "atheist", + "atom", + "atomzeichen" + ], + "emoji": "⚛️", + "text": "⚛︎", + "type": 0, + "order": 4081, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "om", + "hexcode": "1F549", + "tags": [ + "hinduismus", + "religion" + ], + "emoji": "🕉️", + "text": "🕉︎", + "type": 0, + "order": 4083, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "Davidstern", + "hexcode": "2721", + "tags": [ + "davidstern", + "jüdisch", + "religion" + ], + "emoji": "✡️", + "text": "✡︎", + "type": 0, + "order": 4085, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "Dharma-Rad", + "hexcode": "2638", + "tags": [ + "buddhismus", + "dharma", + "dharma-rad" + ], + "emoji": "☸️", + "text": "☸︎", + "type": 0, + "order": 4087, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "Yin und Yang", + "hexcode": "262F", + "tags": [ + "daoismus", + "religion", + "yang", + "yin", + "yin und yang" + ], + "emoji": "☯️", + "text": "☯︎", + "type": 0, + "order": 4089, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "römisches Kreuz", + "hexcode": "271D", + "tags": [ + "christentum", + "kreuz", + "religion", + "römisch", + "römisches kreuz" + ], + "emoji": "✝️", + "text": "✝︎", + "type": 0, + "order": 4091, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "orthodoxes Kreuz", + "hexcode": "2626", + "tags": [ + "christentum", + "kreuz", + "orthodox", + "orthodoxes kreuz", + "religion" + ], + "emoji": "☦️", + "text": "☦︎", + "type": 0, + "order": 4093, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "Hilal und Stern", + "hexcode": "262A", + "tags": [ + "hilal", + "hilal und stern", + "islam", + "religion", + "stern" + ], + "emoji": "☪️", + "text": "☪︎", + "type": 0, + "order": 4095, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "Friedenszeichen", + "hexcode": "262E", + "tags": [ + "friedensbewegung", + "friedenssymbol", + "friedenszeichen" + ], + "emoji": "☮️", + "text": "☮︎", + "type": 0, + "order": 4097, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "Menora", + "hexcode": "1F54E", + "tags": [ + "leuchter", + "menora", + "religion" + ], + "emoji": "🕎", + "text": "", + "type": 1, + "order": 4098, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "Hexagramm mit Punkt", + "hexcode": "1F52F", + "tags": [ + "hexagramm mit punkt", + "wahrsager" + ], + "emoji": "🔯", + "text": "", + "type": 1, + "order": 4099, + "group": 8, + "subgroup": 86, + "version": 0.6 + }, + { + "annotation": "Widder (Sternzeichen)", + "hexcode": "2648", + "tags": [ + "sternzeichen", + "widder", + "widder (sternzeichen)" + ], + "emoji": "♈️", + "text": "♈︎", + "type": 1, + "order": 4100, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Stier (Sternzeichen)", + "hexcode": "2649", + "tags": [ + "sternzeichen", + "stier", + "stier (sternzeichen)" + ], + "emoji": "♉️", + "text": "♉︎", + "type": 1, + "order": 4101, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Zwilling (Sternzeichen)", + "hexcode": "264A", + "tags": [ + "sternzeichen", + "zwilling", + "zwilling (sternzeichen)" + ], + "emoji": "♊️", + "text": "♊︎", + "type": 1, + "order": 4102, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Krebs (Sternzeichen)", + "hexcode": "264B", + "tags": [ + "krebs", + "krebs (sternzeichen)", + "sternzeichen" + ], + "emoji": "♋️", + "text": "♋︎", + "type": 1, + "order": 4103, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Löwe (Sternzeichen)", + "hexcode": "264C", + "tags": [ + "löwe", + "löwe (sternzeichen)", + "sternzeichen" + ], + "emoji": "♌️", + "text": "♌︎", + "type": 1, + "order": 4104, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Jungfrau (Sternzeichen)", + "hexcode": "264D", + "tags": [ + "jungfrau", + "jungfrau (sternzeichen)", + "sternzeichen" + ], + "emoji": "♍️", + "text": "♍︎", + "type": 1, + "order": 4105, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Waage (Sternzeichen)", + "hexcode": "264E", + "tags": [ + "sternzeichen", + "waage", + "waage (sternzeichen)" + ], + "emoji": "♎️", + "text": "♎︎", + "type": 1, + "order": 4106, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Skorpion (Sternzeichen)", + "hexcode": "264F", + "tags": [ + "skorpion", + "skorpion (sternzeichen)", + "sternzeichen" + ], + "emoji": "♏️", + "text": "♏︎", + "type": 1, + "order": 4107, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Schütze (Sternzeichen)", + "hexcode": "2650", + "tags": [ + "schütze", + "schütze (sternzeichen)", + "sternzeichen" + ], + "emoji": "♐️", + "text": "♐︎", + "type": 1, + "order": 4108, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Steinbock (Sternzeichen)", + "hexcode": "2651", + "tags": [ + "steinbock", + "steinbock (sternzeichen)", + "sternzeichen" + ], + "emoji": "♑️", + "text": "♑︎", + "type": 1, + "order": 4109, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Wassermann (Sternzeichen)", + "hexcode": "2652", + "tags": [ + "sternzeichen", + "wassermann", + "wassermann (sternzeichen)" + ], + "emoji": "♒️", + "text": "♒︎", + "type": 1, + "order": 4110, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Fische (Sternzeichen)", + "hexcode": "2653", + "tags": [ + "fische", + "fische (sternzeichen)", + "sternzeichen" + ], + "emoji": "♓️", + "text": "♓︎", + "type": 1, + "order": 4111, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Schlangenträger", + "hexcode": "26CE", + "tags": [ + "schlangenträger", + "sternbild" + ], + "emoji": "⛎", + "text": "", + "type": 1, + "order": 4112, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Zufallsmodus", + "hexcode": "1F500", + "tags": [ + "gekreuzt", + "pfeile", + "verschlungene pfeile nach rechts", + "zufallsmodus" + ], + "emoji": "🔀", + "text": "", + "type": 1, + "order": 4113, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Wiederholen", + "hexcode": "1F501", + "tags": [ + "im uhrzeigersinn", + "pfeile", + "wiederholen" + ], + "emoji": "🔁", + "text": "", + "type": 1, + "order": 4114, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Titel wiederholen", + "hexcode": "1F502", + "tags": [ + "dasselbe wiederholen", + "im uhrzeigersinn", + "noch einmal", + "pfeile", + "titel wiederholen", + "wiederholen" + ], + "emoji": "🔂", + "text": "", + "type": 1, + "order": 4115, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Wiedergabe", + "hexcode": "25B6", + "tags": [ + "abspielen", + "dreieck", + "pfeil", + "rechts", + "wiedergabe" + ], + "emoji": "▶️", + "text": "▶︎", + "type": 0, + "order": 4117, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Doppelpfeile nach rechts", + "hexcode": "23E9", + "tags": [ + "doppelpfeil", + "doppelpfeile nach rechts", + "vorwärts", + "weiter", + "überspringen" + ], + "emoji": "⏩️", + "text": "⏩︎", + "type": 1, + "order": 4118, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Nächster Titel", + "hexcode": "23ED", + "tags": [ + "doppelpfeil", + "dreieck", + "nächster titel", + "vorwärts", + "weiter" + ], + "emoji": "⏭️", + "text": "⏭︎", + "type": 0, + "order": 4120, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "Wiedergabe oder Pause", + "hexcode": "23EF", + "tags": [ + "dreieck", + "pause", + "pfeil", + "rechts", + "wiedergabe", + "wiedergabe oder pause" + ], + "emoji": "⏯️", + "text": "⏯︎", + "type": 0, + "order": 4122, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Pfeil zurück", + "hexcode": "25C0", + "tags": [ + "dreieck", + "links", + "pfeil", + "zurück" + ], + "emoji": "◀️", + "text": "◀︎", + "type": 0, + "order": 4124, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Zurückspulen", + "hexcode": "23EA", + "tags": [ + "doppelpfeil", + "doppelpfeile nach links", + "dreieck", + "pfeil", + "vorheriger titel", + "zurück", + "zurückspulen" + ], + "emoji": "⏪️", + "text": "⏪︎", + "type": 1, + "order": 4125, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Vorheriger Titel", + "hexcode": "23EE", + "tags": [ + "doppelpfeil", + "dreieck", + "pfeil", + "vorheriger titel", + "zurück" + ], + "emoji": "⏮️", + "text": "⏮︎", + "type": 0, + "order": 4127, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "Aufwärts-Schaltfläche", + "hexcode": "1F53C", + "tags": [ + "aufwärts", + "aufwärts-schaltfläche", + "nach oben", + "pfeil", + "schaltfläche" + ], + "emoji": "🔼", + "text": "", + "type": 1, + "order": 4128, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Doppelpfeile nach oben", + "hexcode": "23EB", + "tags": [ + "aufwärts", + "doppelpfeil", + "doppelpfeile nach oben", + "doppelt", + "nach oben", + "pfeil" + ], + "emoji": "⏫", + "text": "", + "type": 1, + "order": 4129, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Abwärts-Schaltfläche", + "hexcode": "1F53D", + "tags": [ + "abwärts", + "abwärts-schaltfläche", + "nach unten", + "pfeil", + "schaltfläche" + ], + "emoji": "🔽", + "text": "", + "type": 1, + "order": 4130, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Doppelpfeile nach unten", + "hexcode": "23EC", + "tags": [ + "doppelpfeil", + "doppelpfeile nach unten", + "doppelt abwärts", + "nach unten", + "pfeil" + ], + "emoji": "⏬", + "text": "", + "type": 1, + "order": 4131, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Pause", + "hexcode": "23F8", + "tags": [ + "pause", + "streifen", + "vertikal" + ], + "emoji": "⏸️", + "text": "⏸︎", + "type": 0, + "order": 4133, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "Stopp", + "hexcode": "23F9", + "tags": [ + "aufnahme stoppen", + "quadrat", + "stopp" + ], + "emoji": "⏹️", + "text": "⏹︎", + "type": 0, + "order": 4135, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "Aufnehmen", + "hexcode": "23FA", + "tags": [ + "aufnahme", + "aufnehmen", + "kreis" + ], + "emoji": "⏺️", + "text": "⏺︎", + "type": 0, + "order": 4137, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "Auswerfen", + "hexcode": "23CF", + "tags": [ + "auswerfen", + "auswurf", + "auswurftaste", + "medien" + ], + "emoji": "⏏️", + "text": "⏏︎", + "type": 0, + "order": 4139, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Kinosymbol", + "hexcode": "1F3A6", + "tags": [ + "film", + "filmkamera", + "kino", + "kinosymbol", + "unterhaltung" + ], + "emoji": "🎦", + "text": "", + "type": 1, + "order": 4140, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Taste Dimmen", + "hexcode": "1F505", + "tags": [ + "dimmen", + "gedimmt", + "helligkeit", + "schwache helligkeit", + "taste dimmen" + ], + "emoji": "🔅", + "text": "", + "type": 1, + "order": 4141, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "Heller-Taste", + "hexcode": "1F506", + "tags": [ + "heller-taste", + "helligkeit", + "starke helligkeit" + ], + "emoji": "🔆", + "text": "", + "type": 1, + "order": 4142, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "balkenförmige Signalstärkenanzeige", + "hexcode": "1F4F6", + "tags": [ + "balkenförmige signalstärkenanzeige", + "empfang", + "mobilfunksignal", + "mobiltelefon", + "signalstärke" + ], + "emoji": "📶", + "text": "", + "type": 1, + "order": 4143, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Vibrationsmodus", + "hexcode": "1F4F3", + "tags": [ + "mobiltelefon", + "vibration", + "vibrationsmodus" + ], + "emoji": "📳", + "text": "", + "type": 1, + "order": 4144, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Mobiltelefon aus", + "hexcode": "1F4F4", + "tags": [ + "ausschalten", + "handy aus", + "mobiltelefon", + "mobiltelefon aus" + ], + "emoji": "📴", + "text": "", + "type": 1, + "order": 4145, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "Frauensymbol", + "hexcode": "2640", + "tags": [ + "frau", + "frauensymbol", + "weiblich", + "zeichen" + ], + "emoji": "♀️", + "text": "♀︎", + "type": 0, + "order": 4147, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "Männersymbol", + "hexcode": "2642", + "tags": [ + "mann", + "männersymbol", + "symbol", + "zeichen" + ], + "emoji": "♂️", + "text": "♂︎", + "type": 0, + "order": 4149, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "Transgender-Symbol", + "hexcode": "26A7", + "tags": [ + "symbol für transgender", + "transgender", + "transgender-symbol" + ], + "emoji": "⚧️", + "text": "⚧︎", + "type": 0, + "order": 4151, + "group": 8, + "subgroup": 89, + "version": 13 + }, + { + "annotation": "mal", + "hexcode": "2716", + "tags": [ + "abbrechen", + "multiplikation", + "multiplikationszeichen", + "multiplizieren", + "x" + ], + "emoji": "✖️", + "text": "✖︎", + "type": 0, + "order": 4153, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "plus", + "hexcode": "2795", + "tags": [ + "pluszeichen" + ], + "emoji": "➕", + "text": "", + "type": 1, + "order": 4154, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "minus", + "hexcode": "2796", + "tags": [ + "minuszeichen" + ], + "emoji": "➖", + "text": "", + "type": 1, + "order": 4155, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "geteilt durch", + "hexcode": "2797", + "tags": [ + "division" + ], + "emoji": "➗", + "text": "", + "type": 1, + "order": 4156, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "Unendlichkeit", + "hexcode": "267E", + "tags": [ + "ewig", + "grenzenlos", + "unendlich", + "unendlichkeit" + ], + "emoji": "♾️", + "text": "♾︎", + "type": 0, + "order": 4158, + "group": 8, + "subgroup": 90, + "version": 11 + }, + { + "annotation": "doppeltes Ausrufezeichen", + "hexcode": "203C", + "tags": [ + "ausrufezeichen", + "doppelt", + "doppeltes ausrufezeichen", + "rot", + "satzzeichen" + ], + "emoji": "‼️", + "text": "‼︎", + "type": 0, + "order": 4160, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "Ausrufe- und Fragezeichen", + "hexcode": "2049", + "tags": [ + "ausrufe- und fragezeichen", + "ausrufezeichen", + "fragezeichen", + "rot", + "satzzeichen" + ], + "emoji": "⁉️", + "text": "⁉︎", + "type": 0, + "order": 4162, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "rotes Fragezeichen", + "hexcode": "2753", + "tags": [ + "fragezeichen", + "rot", + "rotes fragezeichen", + "satzzeichen" + ], + "emoji": "❓️", + "text": "❓︎", + "type": 1, + "order": 4163, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "weißes Fragezeichen", + "hexcode": "2754", + "tags": [ + "satzzeichen", + "weiß", + "weißes fragezeichen" + ], + "emoji": "❔", + "text": "", + "type": 1, + "order": 4164, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "weißes Ausrufezeichen", + "hexcode": "2755", + "tags": [ + "satzzeichen", + "weiß", + "weißes ausrufezeichen" + ], + "emoji": "❕", + "text": "", + "type": 1, + "order": 4165, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "rotes Ausrufezeichen", + "hexcode": "2757", + "tags": [ + "ausrufezeichen", + "rot", + "rotes ausrufezeichen", + "satzzeichen" + ], + "emoji": "❗️", + "text": "❗︎", + "type": 1, + "order": 4166, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "Wellenlinie", + "hexcode": "3030", + "tags": [ + "gewellt", + "linie", + "wellenlinie" + ], + "emoji": "〰️", + "text": "〰︎", + "type": 0, + "order": 4168, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "Geldwechsel", + "hexcode": "1F4B1", + "tags": [ + "geld", + "geldwechsel", + "wechsel", + "währung" + ], + "emoji": "💱", + "text": "", + "type": 1, + "order": 4169, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "Dollarzeichen extrafett", + "hexcode": "1F4B2", + "tags": [ + "dollar", + "dollarzeichen extrafett", + "geld", + "währung" + ], + "emoji": "💲", + "text": "", + "type": 1, + "order": 4170, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "Äskulapstab", + "hexcode": "2695", + "tags": [ + "apotheke", + "asklepiosstab", + "medizin", + "äskulapstab" + ], + "emoji": "⚕️", + "text": "⚕︎", + "type": 0, + "order": 4172, + "group": 8, + "subgroup": 93, + "version": 4 + }, + { + "annotation": "Recycling-Symbol", + "hexcode": "267B", + "tags": [ + "recycling", + "recycling-symbol" + ], + "emoji": "♻️", + "text": "♻︎", + "type": 0, + "order": 4174, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Lilie", + "hexcode": "269C", + "tags": [ + "fleur-de-lis", + "lilie" + ], + "emoji": "⚜️", + "text": "⚜︎", + "type": 0, + "order": 4176, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "Dreizack", + "hexcode": "1F531", + "tags": [ + "anker", + "dreizack", + "triton" + ], + "emoji": "🔱", + "text": "", + "type": 1, + "order": 4177, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Namensschild", + "hexcode": "1F4DB", + "tags": [ + "namensschild", + "schild" + ], + "emoji": "📛", + "text": "", + "type": 1, + "order": 4178, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "japanisches Anfänger-Zeichen", + "hexcode": "1F530", + "tags": [ + "anfänger", + "japanisches anfänger-zeichen", + "japanisches symbol" + ], + "emoji": "🔰", + "text": "", + "type": 1, + "order": 4179, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "hohler roter Kreis", + "hexcode": "2B55", + "tags": [ + "großer kreis", + "hohler roter kreis", + "kreis", + "o", + "rot" + ], + "emoji": "⭕️", + "text": "⭕︎", + "type": 1, + "order": 4180, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "weißes Häkchen", + "hexcode": "2705", + "tags": [ + "abgehakt", + "erledigt", + "weißes häkchen" + ], + "emoji": "✅", + "text": "", + "type": 1, + "order": 4181, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "abgehaktes Kästchen", + "hexcode": "2611", + "tags": [ + "abgehaktes kästchen", + "feld", + "kästchen", + "kästchen mit häkchen", + "✓" + ], + "emoji": "☑️", + "text": "☑︎", + "type": 0, + "order": 4183, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "kräftiges Häkchen", + "hexcode": "2714", + "tags": [ + "abhaken", + "erledigt", + "häkchen", + "kräftiges häkchen" + ], + "emoji": "✔️", + "text": "✔︎", + "type": 0, + "order": 4185, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Kreuzzeichen", + "hexcode": "274C", + "tags": [ + "abbrechen", + "durchgestrichen", + "kreuzzeichen", + "multiplikation", + "multiplizieren", + "x" + ], + "emoji": "❌", + "text": "", + "type": 1, + "order": 4186, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "angekreuztes Kästchen", + "hexcode": "274E", + "tags": [ + "angekreuztes feld", + "angekreuztes kästchen", + "feld", + "kreuz", + "quadrat", + "x" + ], + "emoji": "❎", + "text": "", + "type": 1, + "order": 4187, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Schleife", + "hexcode": "27B0", + "tags": [ + "schleife" + ], + "emoji": "➰", + "text": "", + "type": 1, + "order": 4188, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Doppelschleife", + "hexcode": "27BF", + "tags": [ + "doppelschleife", + "rechteck", + "schleife" + ], + "emoji": "➿", + "text": "", + "type": 1, + "order": 4189, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "Teilalternationszeichen", + "hexcode": "303D", + "tags": [ + "japanisch", + "teilalternationszeichen", + "zeichensetzung" + ], + "emoji": "〽️", + "text": "〽︎", + "type": 0, + "order": 4191, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "achtzackiger Stern", + "hexcode": "2733", + "tags": [ + "achtzackig", + "achtzackiger stern", + "grün", + "quadrat", + "stern" + ], + "emoji": "✳️", + "text": "✳︎", + "type": 0, + "order": 4193, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "achtstrahliger Stern", + "hexcode": "2734", + "tags": [ + "*", + "achtstrahliger stern", + "stern" + ], + "emoji": "✴️", + "text": "✴︎", + "type": 0, + "order": 4195, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Funkeln", + "hexcode": "2747", + "tags": [ + "*", + "funkeln" + ], + "emoji": "❇️", + "text": "❇︎", + "type": 0, + "order": 4197, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Copyright", + "hexcode": "00A9", + "tags": [ + "c", + "copyright" + ], + "emoji": "©️", + "text": "©︎", + "type": 0, + "order": 4199, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Registered-Trademark", + "hexcode": "00AE", + "tags": [ + "markenzeichen", + "r", + "registered-trademark" + ], + "emoji": "®️", + "text": "®︎", + "type": 0, + "order": 4201, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Markenzeichen", + "hexcode": "2122", + "tags": [ + "markenzeichen", + "tm", + "trademark" + ], + "emoji": "™️", + "text": "™︎", + "type": 0, + "order": 4203, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Taste: #", + "hexcode": "0023-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "#️⃣", + "text": "", + "type": 1, + "order": 4204, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: *", + "hexcode": "002A-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "*️⃣", + "text": "", + "type": 1, + "order": 4206, + "group": 8, + "subgroup": 94, + "version": 2 + }, + { + "annotation": "Taste: 0", + "hexcode": "0030-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "0️⃣", + "text": "", + "type": 1, + "order": 4208, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 1", + "hexcode": "0031-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "1️⃣", + "text": "", + "type": 1, + "order": 4210, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 2", + "hexcode": "0032-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "2️⃣", + "text": "", + "type": 1, + "order": 4212, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 3", + "hexcode": "0033-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "3️⃣", + "text": "", + "type": 1, + "order": 4214, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 4", + "hexcode": "0034-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "4️⃣", + "text": "", + "type": 1, + "order": 4216, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 5", + "hexcode": "0035-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "5️⃣", + "text": "", + "type": 1, + "order": 4218, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 6", + "hexcode": "0036-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "6️⃣", + "text": "", + "type": 1, + "order": 4220, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 7", + "hexcode": "0037-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "7️⃣", + "text": "", + "type": 1, + "order": 4222, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 8", + "hexcode": "0038-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "8️⃣", + "text": "", + "type": 1, + "order": 4224, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 9", + "hexcode": "0039-FE0F-20E3", + "tags": [ + "taste" + ], + "emoji": "9️⃣", + "text": "", + "type": 1, + "order": 4226, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Taste: 10", + "hexcode": "1F51F", + "tags": [ + "taste" + ], + "emoji": "🔟", + "text": "", + "type": 1, + "order": 4228, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Eingabesymbol lateinische Großbuchstaben", + "hexcode": "1F520", + "tags": [ + "eingabesymbol lateinische großbuchstaben", + "großbuchstaben", + "lateinische großbuchstaben" + ], + "emoji": "🔠", + "text": "", + "type": 1, + "order": 4229, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Eingabesymbol lateinische Kleinbuchstaben", + "hexcode": "1F521", + "tags": [ + "eingabesymbol lateinische kleinbuchstaben", + "kleinbuchstaben", + "lateinische kleinbuchstaben" + ], + "emoji": "🔡", + "text": "", + "type": 1, + "order": 4230, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Eingabesymbol Zahlen", + "hexcode": "1F522", + "tags": [ + "eingabesymbol zahlen", + "zahlen" + ], + "emoji": "🔢", + "text": "", + "type": 1, + "order": 4231, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Eingabesymbol Sonderzeichen", + "hexcode": "1F523", + "tags": [ + "eingabesymbol sonderzeichen", + "sonderzeichen" + ], + "emoji": "🔣", + "text": "", + "type": 1, + "order": 4232, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Eingabesymbol lateinische Buchstaben", + "hexcode": "1F524", + "tags": [ + "buchstaben", + "eingabesymbol lateinische buchstaben", + "lateinische buchstaben" + ], + "emoji": "🔤", + "text": "", + "type": 1, + "order": 4233, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstabe A in rotem Quadrat", + "hexcode": "1F170", + "tags": [ + "a", + "blut", + "blutgruppe", + "großbuchstabe a in rotem quadrat", + "negativ", + "positiv" + ], + "emoji": "🅰️", + "text": "🅰︎", + "type": 0, + "order": 4235, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstaben AB in rotem Quadrat", + "hexcode": "1F18E", + "tags": [ + "ab", + "blut", + "blutgruppe", + "großbuchstaben ab in rotem quadrat", + "negativ", + "positiv" + ], + "emoji": "🆎", + "text": "", + "type": 1, + "order": 4236, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstabe B in rotem Quadrat", + "hexcode": "1F171", + "tags": [ + "b", + "blut", + "blutgruppe", + "großbuchstabe b in rotem quadrat", + "negativ", + "positiv" + ], + "emoji": "🅱️", + "text": "🅱︎", + "type": 0, + "order": 4238, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstaben CL in rotem Quadrat", + "hexcode": "1F191", + "tags": [ + "cl", + "großbuchstaben cl in rotem quadrat" + ], + "emoji": "🆑", + "text": "", + "type": 1, + "order": 4239, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Wort „Cool“ in blauem Quadrat", + "hexcode": "1F192", + "tags": [ + "cool", + "wort „cool“ in blauem quadrat" + ], + "emoji": "🆒", + "text": "", + "type": 1, + "order": 4240, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Wort „Free“ in blauem Quadrat", + "hexcode": "1F193", + "tags": [ + "free", + "wort „free“ in blauem quadrat" + ], + "emoji": "🆓", + "text": "", + "type": 1, + "order": 4241, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Buchstabe „i“ in blauem Quadrat", + "hexcode": "2139", + "tags": [ + "buchstabe „i“ in blauem quadrat", + "i", + "information" + ], + "emoji": "ℹ️", + "text": "ℹ︎", + "type": 0, + "order": 4243, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstaben ID in lila Quadrat", + "hexcode": "1F194", + "tags": [ + "großbuchstaben id in lila quadrat", + "id" + ], + "emoji": "🆔", + "text": "", + "type": 1, + "order": 4244, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Buchstabe „M“ in Kreis", + "hexcode": "24C2", + "tags": [ + "buchstabe „m“ in kreis", + "kreis", + "m" + ], + "emoji": "Ⓜ️", + "text": "Ⓜ︎", + "type": 0, + "order": 4246, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Wort „New“ in blauem Quadrat", + "hexcode": "1F195", + "tags": [ + "neu", + "new", + "wort „new“ in blauem quadrat" + ], + "emoji": "🆕", + "text": "", + "type": 1, + "order": 4247, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstaben NG in blauem Quadrat", + "hexcode": "1F196", + "tags": [ + "großbuchstaben ng in blauem quadrat", + "ng" + ], + "emoji": "🆖", + "text": "", + "type": 1, + "order": 4248, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstabe O in rotem Quadrat", + "hexcode": "1F17E", + "tags": [ + "0", + "blut", + "blutgruppe", + "großbuchstabe o in rotem quadrat", + "negativ", + "positiv" + ], + "emoji": "🅾️", + "text": "🅾︎", + "type": 0, + "order": 4250, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstaben OK in blauem Quadrat", + "hexcode": "1F197", + "tags": [ + "großbuchstaben ok in blauem quadrat", + "ok" + ], + "emoji": "🆗", + "text": "", + "type": 1, + "order": 4251, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Großbuchstabe P in blauem Quadrat", + "hexcode": "1F17F", + "tags": [ + "großbuchstabe p in blauem quadrat", + "parkplatz", + "quadrat" + ], + "emoji": "🅿️", + "text": "🅿︎", + "type": 0, + "order": 4253, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "SOS-Zeichen", + "hexcode": "1F198", + "tags": [ + "hilfe", + "sos", + "sos-zeichen" + ], + "emoji": "🆘", + "text": "", + "type": 1, + "order": 4254, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzug „UP!“ im blauen Quadrat", + "hexcode": "1F199", + "tags": [ + "blau", + "quadrat", + "schriftzug", + "schriftzug „up!“ im blauen quadrat", + "„up“" + ], + "emoji": "🆙", + "text": "", + "type": 1, + "order": 4255, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzug VS in orangem Quadrat", + "hexcode": "1F19A", + "tags": [ + "großbuchstaben vs in orangefarbenem quadrat", + "schriftzug vs in orangem quadrat", + "versus", + "vs" + ], + "emoji": "🆚", + "text": "", + "type": 1, + "order": 4256, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen „koko“", + "hexcode": "1F201", + "tags": [ + "japanisches schriftzeichen", + "schriftzeichen „koko“", + "„koko“" + ], + "emoji": "🈁", + "text": "", + "type": 1, + "order": 4257, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen „sa“", + "hexcode": "1F202", + "tags": [ + "japanisches schriftzeichen", + "schriftzeichen „sa“", + "„sa“" + ], + "emoji": "🈂️", + "text": "🈂︎", + "type": 0, + "order": 4259, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Monatsbetrag“", + "hexcode": "1F237", + "tags": [ + "japanisches schriftzeichen", + "schriftzeichen für „monatsbetrag“" + ], + "emoji": "🈷️", + "text": "🈷︎", + "type": 0, + "order": 4261, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „nicht gratis“", + "hexcode": "1F236", + "tags": [ + "japanisches schriftzeichen", + "nicht gratis", + "schriftzeichen für „nicht gratis“" + ], + "emoji": "🈶", + "text": "", + "type": 1, + "order": 4262, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „reserviert“", + "hexcode": "1F22F", + "tags": [ + "japanisches schriftzeichen", + "reserviert", + "schriftzeichen für „reserviert“" + ], + "emoji": "🈯️", + "text": "🈯︎", + "type": 1, + "order": 4263, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Schnäppchen“", + "hexcode": "1F250", + "tags": [ + "japanisches schriftzeichen", + "schnäppchen", + "schriftzeichen für „schnäppchen“" + ], + "emoji": "🉐", + "text": "", + "type": 1, + "order": 4264, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Rabatt“", + "hexcode": "1F239", + "tags": [ + "japanisches schriftzeichen", + "rabatt", + "schriftzeichen für „rabatt“" + ], + "emoji": "🈹", + "text": "", + "type": 1, + "order": 4265, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „gratis“", + "hexcode": "1F21A", + "tags": [ + "gratis", + "japanisches schriftzeichen", + "schriftzeichen für „gratis“" + ], + "emoji": "🈚️", + "text": "🈚︎", + "type": 1, + "order": 4266, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „verbieten“", + "hexcode": "1F232", + "tags": [ + "japanisches schriftzeichen", + "schriftzeichen für „verbieten“", + "verbieten" + ], + "emoji": "🈲", + "text": "", + "type": 1, + "order": 4267, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „akzeptieren“", + "hexcode": "1F251", + "tags": [ + "akzeptieren", + "japanisches schriftzeichen", + "schriftzeichen für „akzeptieren“" + ], + "emoji": "🉑", + "text": "", + "type": 1, + "order": 4268, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „anwenden“", + "hexcode": "1F238", + "tags": [ + "anwenden", + "japanisches schriftzeichen", + "schriftzeichen für „anwenden“" + ], + "emoji": "🈸", + "text": "", + "type": 1, + "order": 4269, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Note zum Bestehen“", + "hexcode": "1F234", + "tags": [ + "bestehen", + "japanisches schriftzeichen", + "schriftzeichen für „note zum bestehen“" + ], + "emoji": "🈴", + "text": "", + "type": 1, + "order": 4270, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Zimmer frei“", + "hexcode": "1F233", + "tags": [ + "japanisches schriftzeichen", + "schriftzeichen für „zimmer frei“", + "zimmer frei" + ], + "emoji": "🈳", + "text": "", + "type": 1, + "order": 4271, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Gratulation“", + "hexcode": "3297", + "tags": [ + "gratulation", + "japanisches schriftzeichen", + "schriftzeichen für „gratulation“" + ], + "emoji": "㊗️", + "text": "㊗︎", + "type": 0, + "order": 4273, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Geheimnis“", + "hexcode": "3299", + "tags": [ + "geheimnis", + "japanisches schriftzeichen", + "schriftzeichen für „geheimnis“" + ], + "emoji": "㊙️", + "text": "㊙︎", + "type": 0, + "order": 4275, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Geöffnet“", + "hexcode": "1F23A", + "tags": [ + "geöffnet", + "japanisches schriftzeichen", + "schriftzeichen für „geöffnet“" + ], + "emoji": "🈺", + "text": "", + "type": 1, + "order": 4276, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Schriftzeichen für „Kein Zimmer frei“", + "hexcode": "1F235", + "tags": [ + "japanisches schriftzeichen", + "kein zimmer frei", + "schriftzeichen für „kein zimmer frei“" + ], + "emoji": "🈵", + "text": "", + "type": 1, + "order": 4277, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "roter Punkt", + "hexcode": "1F534", + "tags": [ + "ball", + "punkt", + "rot", + "roter punkt" + ], + "emoji": "🔴", + "text": "", + "type": 1, + "order": 4278, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "oranger Punkt", + "hexcode": "1F7E0", + "tags": [ + "orange", + "oranger punkt", + "punkt" + ], + "emoji": "🟠", + "text": "", + "type": 1, + "order": 4279, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "gelber Punkt", + "hexcode": "1F7E1", + "tags": [ + "gelb", + "gelber punkt", + "punkt" + ], + "emoji": "🟡", + "text": "", + "type": 1, + "order": 4280, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "grüner Punkt", + "hexcode": "1F7E2", + "tags": [ + "grün", + "grüner punkt", + "punkt" + ], + "emoji": "🟢", + "text": "", + "type": 1, + "order": 4281, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "blauer Punkt", + "hexcode": "1F535", + "tags": [ + "ball", + "blau", + "blauer punkt", + "punkt" + ], + "emoji": "🔵", + "text": "", + "type": 1, + "order": 4282, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "lila Punkt", + "hexcode": "1F7E3", + "tags": [ + "lila", + "punkt" + ], + "emoji": "🟣", + "text": "", + "type": 1, + "order": 4283, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "brauner Punkt", + "hexcode": "1F7E4", + "tags": [ + "braun", + "brauner punkt", + "punkt" + ], + "emoji": "🟤", + "text": "", + "type": 1, + "order": 4284, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "schwarzer Punkt", + "hexcode": "26AB", + "tags": [ + "ball", + "punkt", + "schwarz", + "schwarzer punkt" + ], + "emoji": "⚫️", + "text": "⚫︎", + "type": 1, + "order": 4285, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "weißer Punkt", + "hexcode": "26AA", + "tags": [ + "ball", + "punkt", + "weiß", + "weißer punkt" + ], + "emoji": "⚪️", + "text": "⚪︎", + "type": 1, + "order": 4286, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rotes Quadrat", + "hexcode": "1F7E5", + "tags": [ + "quadrat", + "rot", + "rotes quadrat" + ], + "emoji": "🟥", + "text": "", + "type": 1, + "order": 4287, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "oranges Quadrat", + "hexcode": "1F7E7", + "tags": [ + "orange", + "oranges quadrat", + "quadrat" + ], + "emoji": "🟧", + "text": "", + "type": 1, + "order": 4288, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "gelbes Quadrat", + "hexcode": "1F7E8", + "tags": [ + "gelb", + "gelbes quadrat", + "quadrat" + ], + "emoji": "🟨", + "text": "", + "type": 1, + "order": 4289, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "grünes Quadrat", + "hexcode": "1F7E9", + "tags": [ + "grün", + "grünes quadrat", + "quadrat" + ], + "emoji": "🟩", + "text": "", + "type": 1, + "order": 4290, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "blaues Quadrat", + "hexcode": "1F7E6", + "tags": [ + "blau", + "blaues quadrat", + "quadrat" + ], + "emoji": "🟦", + "text": "", + "type": 1, + "order": 4291, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "lila Quadrat", + "hexcode": "1F7EA", + "tags": [ + "lila", + "quadrat" + ], + "emoji": "🟪", + "text": "", + "type": 1, + "order": 4292, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "braunes Quadrat", + "hexcode": "1F7EB", + "tags": [ + "braun", + "braunes quadrat", + "quadrat" + ], + "emoji": "🟫", + "text": "", + "type": 1, + "order": 4293, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "großes schwarzes Quadrat", + "hexcode": "2B1B", + "tags": [ + "großes schwarzes quadrat", + "quadrat", + "schwarz" + ], + "emoji": "⬛️", + "text": "⬛︎", + "type": 1, + "order": 4294, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "großes weißes Quadrat", + "hexcode": "2B1C", + "tags": [ + "großes weißes quadrat", + "quadrat", + "weiß" + ], + "emoji": "⬜️", + "text": "⬜︎", + "type": 1, + "order": 4295, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "mittelgroßes schwarzes Quadrat", + "hexcode": "25FC", + "tags": [ + "mittelgroßes schwarzes quadrat", + "quadrat", + "schwarz" + ], + "emoji": "◼️", + "text": "◼︎", + "type": 0, + "order": 4297, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "mittelgroßes weißes Quadrat", + "hexcode": "25FB", + "tags": [ + "mittelgroßes weißes quadrat", + "quadrat", + "weiß" + ], + "emoji": "◻️", + "text": "◻︎", + "type": 0, + "order": 4299, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "mittelkleines schwarzes Quadrat", + "hexcode": "25FE", + "tags": [ + "mittelkleines schwarzes quadrat", + "quadrat", + "schwarz" + ], + "emoji": "◾️", + "text": "◾︎", + "type": 1, + "order": 4300, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "mittelkleines weißes Quadrat", + "hexcode": "25FD", + "tags": [ + "mittelkleines weißes quadrat", + "quadrat", + "weiß" + ], + "emoji": "◽️", + "text": "◽︎", + "type": 1, + "order": 4301, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "kleines schwarzes Quadrat", + "hexcode": "25AA", + "tags": [ + "kleines schwarzes quadrat", + "quadrat", + "schwarz" + ], + "emoji": "▪️", + "text": "▪︎", + "type": 0, + "order": 4303, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "kleines weißes Quadrat", + "hexcode": "25AB", + "tags": [ + "kleines weißes quadrat", + "quadrat", + "weiß" + ], + "emoji": "▫️", + "text": "▫︎", + "type": 0, + "order": 4305, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "große orangefarbene Raute", + "hexcode": "1F536", + "tags": [ + "große orangefarbene raute", + "orangefarben", + "raute" + ], + "emoji": "🔶", + "text": "", + "type": 1, + "order": 4306, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "große blaue Raute", + "hexcode": "1F537", + "tags": [ + "blau", + "große blaue raute", + "raute" + ], + "emoji": "🔷", + "text": "", + "type": 1, + "order": 4307, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "kleine orangefarbene Raute", + "hexcode": "1F538", + "tags": [ + "kleine orangefarbene raute", + "orangefarben", + "raute" + ], + "emoji": "🔸", + "text": "", + "type": 1, + "order": 4308, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "kleine blaue Raute", + "hexcode": "1F539", + "tags": [ + "blau", + "kleine blaue raute", + "raute" + ], + "emoji": "🔹", + "text": "", + "type": 1, + "order": 4309, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rotes Dreieck mit der Spitze nach oben", + "hexcode": "1F53A", + "tags": [ + "aufwärts", + "dreieck", + "rot", + "rotes dreieck mit der spitze nach oben" + ], + "emoji": "🔺", + "text": "", + "type": 1, + "order": 4310, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rotes Dreieck mit der Spitze nach unten", + "hexcode": "1F53B", + "tags": [ + "abwärts", + "dreieck", + "rot", + "rotes dreieck mit der spitze nach unten" + ], + "emoji": "🔻", + "text": "", + "type": 1, + "order": 4311, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "Rautenform mit Punkt", + "hexcode": "1F4A0", + "tags": [ + "diamant", + "mit punkt", + "rautenform", + "rautenform mit punkt" + ], + "emoji": "💠", + "text": "", + "type": 1, + "order": 4312, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "Optionsfeld", + "hexcode": "1F518", + "tags": [ + "optionsfeld", + "schaltfläche" + ], + "emoji": "🔘", + "text": "", + "type": 1, + "order": 4313, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "weiße quadratische Schaltfläche", + "hexcode": "1F533", + "tags": [ + "quadratisch", + "schaltfläche", + "weiß", + "weiße quadratische schaltfläche" + ], + "emoji": "🔳", + "text": "", + "type": 1, + "order": 4314, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "schwarze quadratische Schaltfläche", + "hexcode": "1F532", + "tags": [ + "quadratisch", + "schaltfläche", + "schwarz", + "schwarze quadratische schaltfläche" + ], + "emoji": "🔲", + "text": "", + "type": 1, + "order": 4315, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "Zielflagge", + "hexcode": "1F3C1", + "tags": [ + "karierte flagge", + "rennen", + "sport", + "zielflagge" + ], + "emoji": "🏁", + "text": "", + "type": 1, + "order": 4316, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "Wimpel", + "hexcode": "1F6A9", + "tags": [ + "dreiecksflagge", + "flagge", + "rot", + "wimpel" + ], + "emoji": "🚩", + "text": "", + "type": 1, + "order": 4317, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "überkreuzte Flaggen", + "hexcode": "1F38C", + "tags": [ + "japan", + "japanische flaggen", + "überkreuzte flaggen" + ], + "emoji": "🎌", + "text": "", + "type": 1, + "order": 4318, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "schwarze Flagge", + "hexcode": "1F3F4", + "tags": [ + "fahne", + "schwarze fahne", + "schwarze flagge", + "wehen" + ], + "emoji": "🏴", + "text": "", + "type": 1, + "order": 4319, + "group": 9, + "subgroup": 97, + "version": 1 + }, + { + "annotation": "weiße Flagge", + "hexcode": "1F3F3", + "tags": [ + "fahne", + "wehen", + "weiße fahne", + "weiße flagge" + ], + "emoji": "🏳️", + "text": "🏳︎", + "type": 0, + "order": 4321, + "group": 9, + "subgroup": 97, + "version": 0.7 + }, + { + "annotation": "Regenbogenflagge", + "hexcode": "1F3F3-FE0F-200D-1F308", + "tags": [ + "bunt", + "fahne", + "regenbogen", + "regenbogenflagge" + ], + "emoji": "🏳️‍🌈", + "text": "", + "type": 1, + "order": 4322, + "group": 9, + "subgroup": 97, + "version": 4 + }, + { + "annotation": "Transgender-Flagge", + "hexcode": "1F3F3-FE0F-200D-26A7-FE0F", + "tags": [ + "flagge", + "transgender", + "transgender-flagge" + ], + "emoji": "🏳️‍⚧️", + "text": "", + "type": 1, + "order": 4324, + "group": 9, + "subgroup": 97, + "version": 13 + }, + { + "annotation": "Piratenflagge", + "hexcode": "1F3F4-200D-2620-FE0F", + "tags": [ + "jolly roger", + "pirat", + "piratenfahne", + "piratenflagge", + "schatz" + ], + "emoji": "🏴‍☠️", + "text": "", + "type": 1, + "order": 4328, + "group": 9, + "subgroup": 97, + "version": 11 + }, + { + "annotation": "Flagge: Ascension", + "hexcode": "1F1E6-1F1E8", + "tags": [ + "AC", + "flagge" + ], + "emoji": "🇦🇨", + "text": "", + "type": 1, + "order": 4330, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Andorra", + "hexcode": "1F1E6-1F1E9", + "tags": [ + "AD", + "flagge" + ], + "emoji": "🇦🇩", + "text": "", + "type": 1, + "order": 4331, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vereinigte Arabische Emirate", + "hexcode": "1F1E6-1F1EA", + "tags": [ + "AE", + "flagge" + ], + "emoji": "🇦🇪", + "text": "", + "type": 1, + "order": 4332, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Afghanistan", + "hexcode": "1F1E6-1F1EB", + "tags": [ + "AF", + "flagge" + ], + "emoji": "🇦🇫", + "text": "", + "type": 1, + "order": 4333, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Antigua und Barbuda", + "hexcode": "1F1E6-1F1EC", + "tags": [ + "AG", + "flagge" + ], + "emoji": "🇦🇬", + "text": "", + "type": 1, + "order": 4334, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Anguilla", + "hexcode": "1F1E6-1F1EE", + "tags": [ + "AI", + "flagge" + ], + "emoji": "🇦🇮", + "text": "", + "type": 1, + "order": 4335, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Albanien", + "hexcode": "1F1E6-1F1F1", + "tags": [ + "AL", + "flagge" + ], + "emoji": "🇦🇱", + "text": "", + "type": 1, + "order": 4336, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Armenien", + "hexcode": "1F1E6-1F1F2", + "tags": [ + "AM", + "flagge" + ], + "emoji": "🇦🇲", + "text": "", + "type": 1, + "order": 4337, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Angola", + "hexcode": "1F1E6-1F1F4", + "tags": [ + "AO", + "flagge" + ], + "emoji": "🇦🇴", + "text": "", + "type": 1, + "order": 4338, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Antarktis", + "hexcode": "1F1E6-1F1F6", + "tags": [ + "AQ", + "flagge" + ], + "emoji": "🇦🇶", + "text": "", + "type": 1, + "order": 4339, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Argentinien", + "hexcode": "1F1E6-1F1F7", + "tags": [ + "AR", + "flagge" + ], + "emoji": "🇦🇷", + "text": "", + "type": 1, + "order": 4340, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Amerikanisch-Samoa", + "hexcode": "1F1E6-1F1F8", + "tags": [ + "AS", + "flagge" + ], + "emoji": "🇦🇸", + "text": "", + "type": 1, + "order": 4341, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Österreich", + "hexcode": "1F1E6-1F1F9", + "tags": [ + "AT", + "flagge" + ], + "emoji": "🇦🇹", + "text": "", + "type": 1, + "order": 4342, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Australien", + "hexcode": "1F1E6-1F1FA", + "tags": [ + "AU", + "flagge" + ], + "emoji": "🇦🇺", + "text": "", + "type": 1, + "order": 4343, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Aruba", + "hexcode": "1F1E6-1F1FC", + "tags": [ + "AW", + "flagge" + ], + "emoji": "🇦🇼", + "text": "", + "type": 1, + "order": 4344, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ålandinseln", + "hexcode": "1F1E6-1F1FD", + "tags": [ + "AX", + "flagge" + ], + "emoji": "🇦🇽", + "text": "", + "type": 1, + "order": 4345, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Aserbaidschan", + "hexcode": "1F1E6-1F1FF", + "tags": [ + "AZ", + "flagge" + ], + "emoji": "🇦🇿", + "text": "", + "type": 1, + "order": 4346, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bosnien und Herzegowina", + "hexcode": "1F1E7-1F1E6", + "tags": [ + "BA", + "flagge" + ], + "emoji": "🇧🇦", + "text": "", + "type": 1, + "order": 4347, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Barbados", + "hexcode": "1F1E7-1F1E7", + "tags": [ + "BB", + "flagge" + ], + "emoji": "🇧🇧", + "text": "", + "type": 1, + "order": 4348, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bangladesch", + "hexcode": "1F1E7-1F1E9", + "tags": [ + "BD", + "flagge" + ], + "emoji": "🇧🇩", + "text": "", + "type": 1, + "order": 4349, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Belgien", + "hexcode": "1F1E7-1F1EA", + "tags": [ + "BE", + "flagge" + ], + "emoji": "🇧🇪", + "text": "", + "type": 1, + "order": 4350, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Burkina Faso", + "hexcode": "1F1E7-1F1EB", + "tags": [ + "BF", + "flagge" + ], + "emoji": "🇧🇫", + "text": "", + "type": 1, + "order": 4351, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bulgarien", + "hexcode": "1F1E7-1F1EC", + "tags": [ + "BG", + "flagge" + ], + "emoji": "🇧🇬", + "text": "", + "type": 1, + "order": 4352, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bahrain", + "hexcode": "1F1E7-1F1ED", + "tags": [ + "BH", + "flagge" + ], + "emoji": "🇧🇭", + "text": "", + "type": 1, + "order": 4353, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Burundi", + "hexcode": "1F1E7-1F1EE", + "tags": [ + "BI", + "flagge" + ], + "emoji": "🇧🇮", + "text": "", + "type": 1, + "order": 4354, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Benin", + "hexcode": "1F1E7-1F1EF", + "tags": [ + "BJ", + "flagge" + ], + "emoji": "🇧🇯", + "text": "", + "type": 1, + "order": 4355, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Barthélemy", + "hexcode": "1F1E7-1F1F1", + "tags": [ + "BL", + "flagge" + ], + "emoji": "🇧🇱", + "text": "", + "type": 1, + "order": 4356, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bermuda", + "hexcode": "1F1E7-1F1F2", + "tags": [ + "BM", + "flagge" + ], + "emoji": "🇧🇲", + "text": "", + "type": 1, + "order": 4357, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Brunei Darussalam", + "hexcode": "1F1E7-1F1F3", + "tags": [ + "BN", + "flagge" + ], + "emoji": "🇧🇳", + "text": "", + "type": 1, + "order": 4358, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bolivien", + "hexcode": "1F1E7-1F1F4", + "tags": [ + "BO", + "flagge" + ], + "emoji": "🇧🇴", + "text": "", + "type": 1, + "order": 4359, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Karibische Niederlande", + "hexcode": "1F1E7-1F1F6", + "tags": [ + "BQ", + "flagge" + ], + "emoji": "🇧🇶", + "text": "", + "type": 1, + "order": 4360, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Brasilien", + "hexcode": "1F1E7-1F1F7", + "tags": [ + "BR", + "flagge" + ], + "emoji": "🇧🇷", + "text": "", + "type": 1, + "order": 4361, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bahamas", + "hexcode": "1F1E7-1F1F8", + "tags": [ + "BS", + "flagge" + ], + "emoji": "🇧🇸", + "text": "", + "type": 1, + "order": 4362, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bhutan", + "hexcode": "1F1E7-1F1F9", + "tags": [ + "BT", + "flagge" + ], + "emoji": "🇧🇹", + "text": "", + "type": 1, + "order": 4363, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Bouvetinsel", + "hexcode": "1F1E7-1F1FB", + "tags": [ + "BV", + "flagge" + ], + "emoji": "🇧🇻", + "text": "", + "type": 1, + "order": 4364, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Botsuana", + "hexcode": "1F1E7-1F1FC", + "tags": [ + "BW", + "flagge" + ], + "emoji": "🇧🇼", + "text": "", + "type": 1, + "order": 4365, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Belarus", + "hexcode": "1F1E7-1F1FE", + "tags": [ + "BY", + "flagge" + ], + "emoji": "🇧🇾", + "text": "", + "type": 1, + "order": 4366, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Belize", + "hexcode": "1F1E7-1F1FF", + "tags": [ + "BZ", + "flagge" + ], + "emoji": "🇧🇿", + "text": "", + "type": 1, + "order": 4367, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kanada", + "hexcode": "1F1E8-1F1E6", + "tags": [ + "CA", + "flagge" + ], + "emoji": "🇨🇦", + "text": "", + "type": 1, + "order": 4368, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kokosinseln", + "hexcode": "1F1E8-1F1E8", + "tags": [ + "CC", + "flagge" + ], + "emoji": "🇨🇨", + "text": "", + "type": 1, + "order": 4369, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kongo-Kinshasa", + "hexcode": "1F1E8-1F1E9", + "tags": [ + "CD", + "flagge" + ], + "emoji": "🇨🇩", + "text": "", + "type": 1, + "order": 4370, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Zentralafrikanische Republik", + "hexcode": "1F1E8-1F1EB", + "tags": [ + "CF", + "flagge" + ], + "emoji": "🇨🇫", + "text": "", + "type": 1, + "order": 4371, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kongo-Brazzaville", + "hexcode": "1F1E8-1F1EC", + "tags": [ + "CG", + "flagge" + ], + "emoji": "🇨🇬", + "text": "", + "type": 1, + "order": 4372, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Schweiz", + "hexcode": "1F1E8-1F1ED", + "tags": [ + "CH", + "flagge" + ], + "emoji": "🇨🇭", + "text": "", + "type": 1, + "order": 4373, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Côte d’Ivoire", + "hexcode": "1F1E8-1F1EE", + "tags": [ + "CI", + "flagge" + ], + "emoji": "🇨🇮", + "text": "", + "type": 1, + "order": 4374, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Cookinseln", + "hexcode": "1F1E8-1F1F0", + "tags": [ + "CK", + "flagge" + ], + "emoji": "🇨🇰", + "text": "", + "type": 1, + "order": 4375, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Chile", + "hexcode": "1F1E8-1F1F1", + "tags": [ + "CL", + "flagge" + ], + "emoji": "🇨🇱", + "text": "", + "type": 1, + "order": 4376, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kamerun", + "hexcode": "1F1E8-1F1F2", + "tags": [ + "CM", + "flagge" + ], + "emoji": "🇨🇲", + "text": "", + "type": 1, + "order": 4377, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: China", + "hexcode": "1F1E8-1F1F3", + "tags": [ + "CN", + "flagge" + ], + "emoji": "🇨🇳", + "text": "", + "type": 1, + "order": 4378, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Kolumbien", + "hexcode": "1F1E8-1F1F4", + "tags": [ + "CO", + "flagge" + ], + "emoji": "🇨🇴", + "text": "", + "type": 1, + "order": 4379, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Clipperton-Insel", + "hexcode": "1F1E8-1F1F5", + "tags": [ + "CP", + "flagge" + ], + "emoji": "🇨🇵", + "text": "", + "type": 1, + "order": 4380, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Costa Rica", + "hexcode": "1F1E8-1F1F7", + "tags": [ + "CR", + "flagge" + ], + "emoji": "🇨🇷", + "text": "", + "type": 1, + "order": 4381, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kuba", + "hexcode": "1F1E8-1F1FA", + "tags": [ + "CU", + "flagge" + ], + "emoji": "🇨🇺", + "text": "", + "type": 1, + "order": 4382, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Cabo Verde", + "hexcode": "1F1E8-1F1FB", + "tags": [ + "CV", + "flagge" + ], + "emoji": "🇨🇻", + "text": "", + "type": 1, + "order": 4383, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Curaçao", + "hexcode": "1F1E8-1F1FC", + "tags": [ + "CW", + "flagge" + ], + "emoji": "🇨🇼", + "text": "", + "type": 1, + "order": 4384, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Weihnachtsinsel", + "hexcode": "1F1E8-1F1FD", + "tags": [ + "CX", + "flagge" + ], + "emoji": "🇨🇽", + "text": "", + "type": 1, + "order": 4385, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Zypern", + "hexcode": "1F1E8-1F1FE", + "tags": [ + "CY", + "flagge" + ], + "emoji": "🇨🇾", + "text": "", + "type": 1, + "order": 4386, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tschechien", + "hexcode": "1F1E8-1F1FF", + "tags": [ + "CZ", + "flagge" + ], + "emoji": "🇨🇿", + "text": "", + "type": 1, + "order": 4387, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Deutschland", + "hexcode": "1F1E9-1F1EA", + "tags": [ + "DE", + "flagge" + ], + "emoji": "🇩🇪", + "text": "", + "type": 1, + "order": 4388, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Diego Garcia", + "hexcode": "1F1E9-1F1EC", + "tags": [ + "DG", + "flagge" + ], + "emoji": "🇩🇬", + "text": "", + "type": 1, + "order": 4389, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Dschibuti", + "hexcode": "1F1E9-1F1EF", + "tags": [ + "DJ", + "flagge" + ], + "emoji": "🇩🇯", + "text": "", + "type": 1, + "order": 4390, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Dänemark", + "hexcode": "1F1E9-1F1F0", + "tags": [ + "DK", + "flagge" + ], + "emoji": "🇩🇰", + "text": "", + "type": 1, + "order": 4391, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Dominica", + "hexcode": "1F1E9-1F1F2", + "tags": [ + "DM", + "flagge" + ], + "emoji": "🇩🇲", + "text": "", + "type": 1, + "order": 4392, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Dominikanische Republik", + "hexcode": "1F1E9-1F1F4", + "tags": [ + "DO", + "flagge" + ], + "emoji": "🇩🇴", + "text": "", + "type": 1, + "order": 4393, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Algerien", + "hexcode": "1F1E9-1F1FF", + "tags": [ + "DZ", + "flagge" + ], + "emoji": "🇩🇿", + "text": "", + "type": 1, + "order": 4394, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ceuta und Melilla", + "hexcode": "1F1EA-1F1E6", + "tags": [ + "EA", + "flagge" + ], + "emoji": "🇪🇦", + "text": "", + "type": 1, + "order": 4395, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ecuador", + "hexcode": "1F1EA-1F1E8", + "tags": [ + "EC", + "flagge" + ], + "emoji": "🇪🇨", + "text": "", + "type": 1, + "order": 4396, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Estland", + "hexcode": "1F1EA-1F1EA", + "tags": [ + "EE", + "flagge" + ], + "emoji": "🇪🇪", + "text": "", + "type": 1, + "order": 4397, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ägypten", + "hexcode": "1F1EA-1F1EC", + "tags": [ + "EG", + "flagge" + ], + "emoji": "🇪🇬", + "text": "", + "type": 1, + "order": 4398, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Westsahara", + "hexcode": "1F1EA-1F1ED", + "tags": [ + "EH", + "flagge" + ], + "emoji": "🇪🇭", + "text": "", + "type": 1, + "order": 4399, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Eritrea", + "hexcode": "1F1EA-1F1F7", + "tags": [ + "ER", + "flagge" + ], + "emoji": "🇪🇷", + "text": "", + "type": 1, + "order": 4400, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Spanien", + "hexcode": "1F1EA-1F1F8", + "tags": [ + "ES", + "flagge" + ], + "emoji": "🇪🇸", + "text": "", + "type": 1, + "order": 4401, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Äthiopien", + "hexcode": "1F1EA-1F1F9", + "tags": [ + "ET", + "flagge" + ], + "emoji": "🇪🇹", + "text": "", + "type": 1, + "order": 4402, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Europäische Union", + "hexcode": "1F1EA-1F1FA", + "tags": [ + "EU", + "flagge" + ], + "emoji": "🇪🇺", + "text": "", + "type": 1, + "order": 4403, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Finnland", + "hexcode": "1F1EB-1F1EE", + "tags": [ + "FI", + "flagge" + ], + "emoji": "🇫🇮", + "text": "", + "type": 1, + "order": 4404, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Fidschi", + "hexcode": "1F1EB-1F1EF", + "tags": [ + "FJ", + "flagge" + ], + "emoji": "🇫🇯", + "text": "", + "type": 1, + "order": 4405, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Falklandinseln", + "hexcode": "1F1EB-1F1F0", + "tags": [ + "FK", + "flagge" + ], + "emoji": "🇫🇰", + "text": "", + "type": 1, + "order": 4406, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mikronesien", + "hexcode": "1F1EB-1F1F2", + "tags": [ + "FM", + "flagge" + ], + "emoji": "🇫🇲", + "text": "", + "type": 1, + "order": 4407, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Färöer", + "hexcode": "1F1EB-1F1F4", + "tags": [ + "FO", + "flagge" + ], + "emoji": "🇫🇴", + "text": "", + "type": 1, + "order": 4408, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Frankreich", + "hexcode": "1F1EB-1F1F7", + "tags": [ + "FR", + "flagge" + ], + "emoji": "🇫🇷", + "text": "", + "type": 1, + "order": 4409, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Gabun", + "hexcode": "1F1EC-1F1E6", + "tags": [ + "GA", + "flagge" + ], + "emoji": "🇬🇦", + "text": "", + "type": 1, + "order": 4410, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vereinigtes Königreich", + "hexcode": "1F1EC-1F1E7", + "tags": [ + "GB", + "flagge" + ], + "emoji": "🇬🇧", + "text": "", + "type": 1, + "order": 4411, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Grenada", + "hexcode": "1F1EC-1F1E9", + "tags": [ + "GD", + "flagge" + ], + "emoji": "🇬🇩", + "text": "", + "type": 1, + "order": 4412, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Georgien", + "hexcode": "1F1EC-1F1EA", + "tags": [ + "GE", + "flagge" + ], + "emoji": "🇬🇪", + "text": "", + "type": 1, + "order": 4413, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Französisch-Guayana", + "hexcode": "1F1EC-1F1EB", + "tags": [ + "GF", + "flagge" + ], + "emoji": "🇬🇫", + "text": "", + "type": 1, + "order": 4414, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guernsey", + "hexcode": "1F1EC-1F1EC", + "tags": [ + "GG", + "flagge" + ], + "emoji": "🇬🇬", + "text": "", + "type": 1, + "order": 4415, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ghana", + "hexcode": "1F1EC-1F1ED", + "tags": [ + "GH", + "flagge" + ], + "emoji": "🇬🇭", + "text": "", + "type": 1, + "order": 4416, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Gibraltar", + "hexcode": "1F1EC-1F1EE", + "tags": [ + "GI", + "flagge" + ], + "emoji": "🇬🇮", + "text": "", + "type": 1, + "order": 4417, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Grönland", + "hexcode": "1F1EC-1F1F1", + "tags": [ + "GL", + "flagge" + ], + "emoji": "🇬🇱", + "text": "", + "type": 1, + "order": 4418, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Gambia", + "hexcode": "1F1EC-1F1F2", + "tags": [ + "GM", + "flagge" + ], + "emoji": "🇬🇲", + "text": "", + "type": 1, + "order": 4419, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guinea", + "hexcode": "1F1EC-1F1F3", + "tags": [ + "GN", + "flagge" + ], + "emoji": "🇬🇳", + "text": "", + "type": 1, + "order": 4420, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guadeloupe", + "hexcode": "1F1EC-1F1F5", + "tags": [ + "GP", + "flagge" + ], + "emoji": "🇬🇵", + "text": "", + "type": 1, + "order": 4421, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Äquatorialguinea", + "hexcode": "1F1EC-1F1F6", + "tags": [ + "GQ", + "flagge" + ], + "emoji": "🇬🇶", + "text": "", + "type": 1, + "order": 4422, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Griechenland", + "hexcode": "1F1EC-1F1F7", + "tags": [ + "GR", + "flagge" + ], + "emoji": "🇬🇷", + "text": "", + "type": 1, + "order": 4423, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Südgeorgien und die Südlichen Sandwichinseln", + "hexcode": "1F1EC-1F1F8", + "tags": [ + "GS", + "flagge" + ], + "emoji": "🇬🇸", + "text": "", + "type": 1, + "order": 4424, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guatemala", + "hexcode": "1F1EC-1F1F9", + "tags": [ + "GT", + "flagge" + ], + "emoji": "🇬🇹", + "text": "", + "type": 1, + "order": 4425, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guam", + "hexcode": "1F1EC-1F1FA", + "tags": [ + "GU", + "flagge" + ], + "emoji": "🇬🇺", + "text": "", + "type": 1, + "order": 4426, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guinea-Bissau", + "hexcode": "1F1EC-1F1FC", + "tags": [ + "GW", + "flagge" + ], + "emoji": "🇬🇼", + "text": "", + "type": 1, + "order": 4427, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Guyana", + "hexcode": "1F1EC-1F1FE", + "tags": [ + "GY", + "flagge" + ], + "emoji": "🇬🇾", + "text": "", + "type": 1, + "order": 4428, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sonderverwaltungsregion Hongkong", + "hexcode": "1F1ED-1F1F0", + "tags": [ + "HK", + "flagge" + ], + "emoji": "🇭🇰", + "text": "", + "type": 1, + "order": 4429, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Heard und McDonaldinseln", + "hexcode": "1F1ED-1F1F2", + "tags": [ + "HM", + "flagge" + ], + "emoji": "🇭🇲", + "text": "", + "type": 1, + "order": 4430, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Honduras", + "hexcode": "1F1ED-1F1F3", + "tags": [ + "HN", + "flagge" + ], + "emoji": "🇭🇳", + "text": "", + "type": 1, + "order": 4431, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kroatien", + "hexcode": "1F1ED-1F1F7", + "tags": [ + "HR", + "flagge" + ], + "emoji": "🇭🇷", + "text": "", + "type": 1, + "order": 4432, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Haiti", + "hexcode": "1F1ED-1F1F9", + "tags": [ + "HT", + "flagge" + ], + "emoji": "🇭🇹", + "text": "", + "type": 1, + "order": 4433, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ungarn", + "hexcode": "1F1ED-1F1FA", + "tags": [ + "HU", + "flagge" + ], + "emoji": "🇭🇺", + "text": "", + "type": 1, + "order": 4434, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kanarische Inseln", + "hexcode": "1F1EE-1F1E8", + "tags": [ + "IC", + "flagge" + ], + "emoji": "🇮🇨", + "text": "", + "type": 1, + "order": 4435, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Indonesien", + "hexcode": "1F1EE-1F1E9", + "tags": [ + "ID", + "flagge" + ], + "emoji": "🇮🇩", + "text": "", + "type": 1, + "order": 4436, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Irland", + "hexcode": "1F1EE-1F1EA", + "tags": [ + "IE", + "flagge" + ], + "emoji": "🇮🇪", + "text": "", + "type": 1, + "order": 4437, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Israel", + "hexcode": "1F1EE-1F1F1", + "tags": [ + "IL", + "flagge" + ], + "emoji": "🇮🇱", + "text": "", + "type": 1, + "order": 4438, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Isle of Man", + "hexcode": "1F1EE-1F1F2", + "tags": [ + "IM", + "flagge" + ], + "emoji": "🇮🇲", + "text": "", + "type": 1, + "order": 4439, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Indien", + "hexcode": "1F1EE-1F1F3", + "tags": [ + "IN", + "flagge" + ], + "emoji": "🇮🇳", + "text": "", + "type": 1, + "order": 4440, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Britisches Territorium im Indischen Ozean", + "hexcode": "1F1EE-1F1F4", + "tags": [ + "IO", + "flagge" + ], + "emoji": "🇮🇴", + "text": "", + "type": 1, + "order": 4441, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Irak", + "hexcode": "1F1EE-1F1F6", + "tags": [ + "IQ", + "flagge" + ], + "emoji": "🇮🇶", + "text": "", + "type": 1, + "order": 4442, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Iran", + "hexcode": "1F1EE-1F1F7", + "tags": [ + "IR", + "flagge" + ], + "emoji": "🇮🇷", + "text": "", + "type": 1, + "order": 4443, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Island", + "hexcode": "1F1EE-1F1F8", + "tags": [ + "IS", + "flagge" + ], + "emoji": "🇮🇸", + "text": "", + "type": 1, + "order": 4444, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Italien", + "hexcode": "1F1EE-1F1F9", + "tags": [ + "IT", + "flagge" + ], + "emoji": "🇮🇹", + "text": "", + "type": 1, + "order": 4445, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Jersey", + "hexcode": "1F1EF-1F1EA", + "tags": [ + "JE", + "flagge" + ], + "emoji": "🇯🇪", + "text": "", + "type": 1, + "order": 4446, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Jamaika", + "hexcode": "1F1EF-1F1F2", + "tags": [ + "JM", + "flagge" + ], + "emoji": "🇯🇲", + "text": "", + "type": 1, + "order": 4447, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Jordanien", + "hexcode": "1F1EF-1F1F4", + "tags": [ + "JO", + "flagge" + ], + "emoji": "🇯🇴", + "text": "", + "type": 1, + "order": 4448, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Japan", + "hexcode": "1F1EF-1F1F5", + "tags": [ + "JP", + "flagge" + ], + "emoji": "🇯🇵", + "text": "", + "type": 1, + "order": 4449, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Kenia", + "hexcode": "1F1F0-1F1EA", + "tags": [ + "KE", + "flagge" + ], + "emoji": "🇰🇪", + "text": "", + "type": 1, + "order": 4450, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kirgisistan", + "hexcode": "1F1F0-1F1EC", + "tags": [ + "KG", + "flagge" + ], + "emoji": "🇰🇬", + "text": "", + "type": 1, + "order": 4451, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kambodscha", + "hexcode": "1F1F0-1F1ED", + "tags": [ + "KH", + "flagge" + ], + "emoji": "🇰🇭", + "text": "", + "type": 1, + "order": 4452, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kiribati", + "hexcode": "1F1F0-1F1EE", + "tags": [ + "KI", + "flagge" + ], + "emoji": "🇰🇮", + "text": "", + "type": 1, + "order": 4453, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Komoren", + "hexcode": "1F1F0-1F1F2", + "tags": [ + "KM", + "flagge" + ], + "emoji": "🇰🇲", + "text": "", + "type": 1, + "order": 4454, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Kitts und Nevis", + "hexcode": "1F1F0-1F1F3", + "tags": [ + "KN", + "flagge" + ], + "emoji": "🇰🇳", + "text": "", + "type": 1, + "order": 4455, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nordkorea", + "hexcode": "1F1F0-1F1F5", + "tags": [ + "KP", + "flagge" + ], + "emoji": "🇰🇵", + "text": "", + "type": 1, + "order": 4456, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Südkorea", + "hexcode": "1F1F0-1F1F7", + "tags": [ + "KR", + "flagge" + ], + "emoji": "🇰🇷", + "text": "", + "type": 1, + "order": 4457, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Kuwait", + "hexcode": "1F1F0-1F1FC", + "tags": [ + "KW", + "flagge" + ], + "emoji": "🇰🇼", + "text": "", + "type": 1, + "order": 4458, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kaimaninseln", + "hexcode": "1F1F0-1F1FE", + "tags": [ + "KY", + "flagge" + ], + "emoji": "🇰🇾", + "text": "", + "type": 1, + "order": 4459, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kasachstan", + "hexcode": "1F1F0-1F1FF", + "tags": [ + "KZ", + "flagge" + ], + "emoji": "🇰🇿", + "text": "", + "type": 1, + "order": 4460, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Laos", + "hexcode": "1F1F1-1F1E6", + "tags": [ + "LA", + "flagge" + ], + "emoji": "🇱🇦", + "text": "", + "type": 1, + "order": 4461, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Libanon", + "hexcode": "1F1F1-1F1E7", + "tags": [ + "LB", + "flagge" + ], + "emoji": "🇱🇧", + "text": "", + "type": 1, + "order": 4462, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Lucia", + "hexcode": "1F1F1-1F1E8", + "tags": [ + "LC", + "flagge" + ], + "emoji": "🇱🇨", + "text": "", + "type": 1, + "order": 4463, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Liechtenstein", + "hexcode": "1F1F1-1F1EE", + "tags": [ + "LI", + "flagge" + ], + "emoji": "🇱🇮", + "text": "", + "type": 1, + "order": 4464, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sri Lanka", + "hexcode": "1F1F1-1F1F0", + "tags": [ + "LK", + "flagge" + ], + "emoji": "🇱🇰", + "text": "", + "type": 1, + "order": 4465, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Liberia", + "hexcode": "1F1F1-1F1F7", + "tags": [ + "LR", + "flagge" + ], + "emoji": "🇱🇷", + "text": "", + "type": 1, + "order": 4466, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Lesotho", + "hexcode": "1F1F1-1F1F8", + "tags": [ + "LS", + "flagge" + ], + "emoji": "🇱🇸", + "text": "", + "type": 1, + "order": 4467, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Litauen", + "hexcode": "1F1F1-1F1F9", + "tags": [ + "LT", + "flagge" + ], + "emoji": "🇱🇹", + "text": "", + "type": 1, + "order": 4468, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Luxemburg", + "hexcode": "1F1F1-1F1FA", + "tags": [ + "LU", + "flagge" + ], + "emoji": "🇱🇺", + "text": "", + "type": 1, + "order": 4469, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Lettland", + "hexcode": "1F1F1-1F1FB", + "tags": [ + "LV", + "flagge" + ], + "emoji": "🇱🇻", + "text": "", + "type": 1, + "order": 4470, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Libyen", + "hexcode": "1F1F1-1F1FE", + "tags": [ + "LY", + "flagge" + ], + "emoji": "🇱🇾", + "text": "", + "type": 1, + "order": 4471, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Marokko", + "hexcode": "1F1F2-1F1E6", + "tags": [ + "MA", + "flagge" + ], + "emoji": "🇲🇦", + "text": "", + "type": 1, + "order": 4472, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Monaco", + "hexcode": "1F1F2-1F1E8", + "tags": [ + "MC", + "flagge" + ], + "emoji": "🇲🇨", + "text": "", + "type": 1, + "order": 4473, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Republik Moldau", + "hexcode": "1F1F2-1F1E9", + "tags": [ + "MD", + "flagge" + ], + "emoji": "🇲🇩", + "text": "", + "type": 1, + "order": 4474, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Montenegro", + "hexcode": "1F1F2-1F1EA", + "tags": [ + "ME", + "flagge" + ], + "emoji": "🇲🇪", + "text": "", + "type": 1, + "order": 4475, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Martin", + "hexcode": "1F1F2-1F1EB", + "tags": [ + "MF", + "flagge" + ], + "emoji": "🇲🇫", + "text": "", + "type": 1, + "order": 4476, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Madagaskar", + "hexcode": "1F1F2-1F1EC", + "tags": [ + "MG", + "flagge" + ], + "emoji": "🇲🇬", + "text": "", + "type": 1, + "order": 4477, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Marshallinseln", + "hexcode": "1F1F2-1F1ED", + "tags": [ + "MH", + "flagge" + ], + "emoji": "🇲🇭", + "text": "", + "type": 1, + "order": 4478, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nordmazedonien", + "hexcode": "1F1F2-1F1F0", + "tags": [ + "MK", + "flagge" + ], + "emoji": "🇲🇰", + "text": "", + "type": 1, + "order": 4479, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mali", + "hexcode": "1F1F2-1F1F1", + "tags": [ + "ML", + "flagge" + ], + "emoji": "🇲🇱", + "text": "", + "type": 1, + "order": 4480, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Myanmar", + "hexcode": "1F1F2-1F1F2", + "tags": [ + "MM", + "flagge" + ], + "emoji": "🇲🇲", + "text": "", + "type": 1, + "order": 4481, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mongolei", + "hexcode": "1F1F2-1F1F3", + "tags": [ + "MN", + "flagge" + ], + "emoji": "🇲🇳", + "text": "", + "type": 1, + "order": 4482, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sonderverwaltungsregion Macau", + "hexcode": "1F1F2-1F1F4", + "tags": [ + "MO", + "flagge" + ], + "emoji": "🇲🇴", + "text": "", + "type": 1, + "order": 4483, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nördliche Marianen", + "hexcode": "1F1F2-1F1F5", + "tags": [ + "MP", + "flagge" + ], + "emoji": "🇲🇵", + "text": "", + "type": 1, + "order": 4484, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Martinique", + "hexcode": "1F1F2-1F1F6", + "tags": [ + "MQ", + "flagge" + ], + "emoji": "🇲🇶", + "text": "", + "type": 1, + "order": 4485, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mauretanien", + "hexcode": "1F1F2-1F1F7", + "tags": [ + "MR", + "flagge" + ], + "emoji": "🇲🇷", + "text": "", + "type": 1, + "order": 4486, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Montserrat", + "hexcode": "1F1F2-1F1F8", + "tags": [ + "MS", + "flagge" + ], + "emoji": "🇲🇸", + "text": "", + "type": 1, + "order": 4487, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Malta", + "hexcode": "1F1F2-1F1F9", + "tags": [ + "MT", + "flagge" + ], + "emoji": "🇲🇹", + "text": "", + "type": 1, + "order": 4488, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mauritius", + "hexcode": "1F1F2-1F1FA", + "tags": [ + "MU", + "flagge" + ], + "emoji": "🇲🇺", + "text": "", + "type": 1, + "order": 4489, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Malediven", + "hexcode": "1F1F2-1F1FB", + "tags": [ + "MV", + "flagge" + ], + "emoji": "🇲🇻", + "text": "", + "type": 1, + "order": 4490, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Malawi", + "hexcode": "1F1F2-1F1FC", + "tags": [ + "MW", + "flagge" + ], + "emoji": "🇲🇼", + "text": "", + "type": 1, + "order": 4491, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mexiko", + "hexcode": "1F1F2-1F1FD", + "tags": [ + "MX", + "flagge" + ], + "emoji": "🇲🇽", + "text": "", + "type": 1, + "order": 4492, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Malaysia", + "hexcode": "1F1F2-1F1FE", + "tags": [ + "MY", + "flagge" + ], + "emoji": "🇲🇾", + "text": "", + "type": 1, + "order": 4493, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mosambik", + "hexcode": "1F1F2-1F1FF", + "tags": [ + "MZ", + "flagge" + ], + "emoji": "🇲🇿", + "text": "", + "type": 1, + "order": 4494, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Namibia", + "hexcode": "1F1F3-1F1E6", + "tags": [ + "NA", + "flagge" + ], + "emoji": "🇳🇦", + "text": "", + "type": 1, + "order": 4495, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Neukaledonien", + "hexcode": "1F1F3-1F1E8", + "tags": [ + "NC", + "flagge" + ], + "emoji": "🇳🇨", + "text": "", + "type": 1, + "order": 4496, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Niger", + "hexcode": "1F1F3-1F1EA", + "tags": [ + "NE", + "flagge" + ], + "emoji": "🇳🇪", + "text": "", + "type": 1, + "order": 4497, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Norfolkinsel", + "hexcode": "1F1F3-1F1EB", + "tags": [ + "NF", + "flagge" + ], + "emoji": "🇳🇫", + "text": "", + "type": 1, + "order": 4498, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nigeria", + "hexcode": "1F1F3-1F1EC", + "tags": [ + "NG", + "flagge" + ], + "emoji": "🇳🇬", + "text": "", + "type": 1, + "order": 4499, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nicaragua", + "hexcode": "1F1F3-1F1EE", + "tags": [ + "NI", + "flagge" + ], + "emoji": "🇳🇮", + "text": "", + "type": 1, + "order": 4500, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Niederlande", + "hexcode": "1F1F3-1F1F1", + "tags": [ + "NL", + "flagge" + ], + "emoji": "🇳🇱", + "text": "", + "type": 1, + "order": 4501, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Norwegen", + "hexcode": "1F1F3-1F1F4", + "tags": [ + "NO", + "flagge" + ], + "emoji": "🇳🇴", + "text": "", + "type": 1, + "order": 4502, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nepal", + "hexcode": "1F1F3-1F1F5", + "tags": [ + "NP", + "flagge" + ], + "emoji": "🇳🇵", + "text": "", + "type": 1, + "order": 4503, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Nauru", + "hexcode": "1F1F3-1F1F7", + "tags": [ + "NR", + "flagge" + ], + "emoji": "🇳🇷", + "text": "", + "type": 1, + "order": 4504, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Niue", + "hexcode": "1F1F3-1F1FA", + "tags": [ + "NU", + "flagge" + ], + "emoji": "🇳🇺", + "text": "", + "type": 1, + "order": 4505, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Neuseeland", + "hexcode": "1F1F3-1F1FF", + "tags": [ + "NZ", + "flagge" + ], + "emoji": "🇳🇿", + "text": "", + "type": 1, + "order": 4506, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Oman", + "hexcode": "1F1F4-1F1F2", + "tags": [ + "OM", + "flagge" + ], + "emoji": "🇴🇲", + "text": "", + "type": 1, + "order": 4507, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Panama", + "hexcode": "1F1F5-1F1E6", + "tags": [ + "PA", + "flagge" + ], + "emoji": "🇵🇦", + "text": "", + "type": 1, + "order": 4508, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Peru", + "hexcode": "1F1F5-1F1EA", + "tags": [ + "PE", + "flagge" + ], + "emoji": "🇵🇪", + "text": "", + "type": 1, + "order": 4509, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Französisch-Polynesien", + "hexcode": "1F1F5-1F1EB", + "tags": [ + "PF", + "flagge" + ], + "emoji": "🇵🇫", + "text": "", + "type": 1, + "order": 4510, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Papua-Neuguinea", + "hexcode": "1F1F5-1F1EC", + "tags": [ + "PG", + "flagge" + ], + "emoji": "🇵🇬", + "text": "", + "type": 1, + "order": 4511, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Philippinen", + "hexcode": "1F1F5-1F1ED", + "tags": [ + "PH", + "flagge" + ], + "emoji": "🇵🇭", + "text": "", + "type": 1, + "order": 4512, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Pakistan", + "hexcode": "1F1F5-1F1F0", + "tags": [ + "PK", + "flagge" + ], + "emoji": "🇵🇰", + "text": "", + "type": 1, + "order": 4513, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Polen", + "hexcode": "1F1F5-1F1F1", + "tags": [ + "PL", + "flagge" + ], + "emoji": "🇵🇱", + "text": "", + "type": 1, + "order": 4514, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Pierre und Miquelon", + "hexcode": "1F1F5-1F1F2", + "tags": [ + "PM", + "flagge" + ], + "emoji": "🇵🇲", + "text": "", + "type": 1, + "order": 4515, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Pitcairninseln", + "hexcode": "1F1F5-1F1F3", + "tags": [ + "PN", + "flagge" + ], + "emoji": "🇵🇳", + "text": "", + "type": 1, + "order": 4516, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Puerto Rico", + "hexcode": "1F1F5-1F1F7", + "tags": [ + "PR", + "flagge" + ], + "emoji": "🇵🇷", + "text": "", + "type": 1, + "order": 4517, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Palästinensische Autonomiegebiete", + "hexcode": "1F1F5-1F1F8", + "tags": [ + "PS", + "flagge" + ], + "emoji": "🇵🇸", + "text": "", + "type": 1, + "order": 4518, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Portugal", + "hexcode": "1F1F5-1F1F9", + "tags": [ + "PT", + "flagge" + ], + "emoji": "🇵🇹", + "text": "", + "type": 1, + "order": 4519, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Palau", + "hexcode": "1F1F5-1F1FC", + "tags": [ + "PW", + "flagge" + ], + "emoji": "🇵🇼", + "text": "", + "type": 1, + "order": 4520, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Paraguay", + "hexcode": "1F1F5-1F1FE", + "tags": [ + "PY", + "flagge" + ], + "emoji": "🇵🇾", + "text": "", + "type": 1, + "order": 4521, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Katar", + "hexcode": "1F1F6-1F1E6", + "tags": [ + "QA", + "flagge" + ], + "emoji": "🇶🇦", + "text": "", + "type": 1, + "order": 4522, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Réunion", + "hexcode": "1F1F7-1F1EA", + "tags": [ + "RE", + "flagge" + ], + "emoji": "🇷🇪", + "text": "", + "type": 1, + "order": 4523, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Rumänien", + "hexcode": "1F1F7-1F1F4", + "tags": [ + "RO", + "flagge" + ], + "emoji": "🇷🇴", + "text": "", + "type": 1, + "order": 4524, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Serbien", + "hexcode": "1F1F7-1F1F8", + "tags": [ + "RS", + "flagge" + ], + "emoji": "🇷🇸", + "text": "", + "type": 1, + "order": 4525, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Russland", + "hexcode": "1F1F7-1F1FA", + "tags": [ + "RU", + "flagge" + ], + "emoji": "🇷🇺", + "text": "", + "type": 1, + "order": 4526, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Ruanda", + "hexcode": "1F1F7-1F1FC", + "tags": [ + "RW", + "flagge" + ], + "emoji": "🇷🇼", + "text": "", + "type": 1, + "order": 4527, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Saudi-Arabien", + "hexcode": "1F1F8-1F1E6", + "tags": [ + "SA", + "flagge" + ], + "emoji": "🇸🇦", + "text": "", + "type": 1, + "order": 4528, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Salomonen", + "hexcode": "1F1F8-1F1E7", + "tags": [ + "SB", + "flagge" + ], + "emoji": "🇸🇧", + "text": "", + "type": 1, + "order": 4529, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Seychellen", + "hexcode": "1F1F8-1F1E8", + "tags": [ + "SC", + "flagge" + ], + "emoji": "🇸🇨", + "text": "", + "type": 1, + "order": 4530, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sudan", + "hexcode": "1F1F8-1F1E9", + "tags": [ + "SD", + "flagge" + ], + "emoji": "🇸🇩", + "text": "", + "type": 1, + "order": 4531, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Schweden", + "hexcode": "1F1F8-1F1EA", + "tags": [ + "SE", + "flagge" + ], + "emoji": "🇸🇪", + "text": "", + "type": 1, + "order": 4532, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Singapur", + "hexcode": "1F1F8-1F1EC", + "tags": [ + "SG", + "flagge" + ], + "emoji": "🇸🇬", + "text": "", + "type": 1, + "order": 4533, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Helena", + "hexcode": "1F1F8-1F1ED", + "tags": [ + "SH", + "flagge" + ], + "emoji": "🇸🇭", + "text": "", + "type": 1, + "order": 4534, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Slowenien", + "hexcode": "1F1F8-1F1EE", + "tags": [ + "SI", + "flagge" + ], + "emoji": "🇸🇮", + "text": "", + "type": 1, + "order": 4535, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Spitzbergen und Jan Mayen", + "hexcode": "1F1F8-1F1EF", + "tags": [ + "SJ", + "flagge" + ], + "emoji": "🇸🇯", + "text": "", + "type": 1, + "order": 4536, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Slowakei", + "hexcode": "1F1F8-1F1F0", + "tags": [ + "SK", + "flagge" + ], + "emoji": "🇸🇰", + "text": "", + "type": 1, + "order": 4537, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sierra Leone", + "hexcode": "1F1F8-1F1F1", + "tags": [ + "SL", + "flagge" + ], + "emoji": "🇸🇱", + "text": "", + "type": 1, + "order": 4538, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: San Marino", + "hexcode": "1F1F8-1F1F2", + "tags": [ + "SM", + "flagge" + ], + "emoji": "🇸🇲", + "text": "", + "type": 1, + "order": 4539, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Senegal", + "hexcode": "1F1F8-1F1F3", + "tags": [ + "SN", + "flagge" + ], + "emoji": "🇸🇳", + "text": "", + "type": 1, + "order": 4540, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Somalia", + "hexcode": "1F1F8-1F1F4", + "tags": [ + "SO", + "flagge" + ], + "emoji": "🇸🇴", + "text": "", + "type": 1, + "order": 4541, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Suriname", + "hexcode": "1F1F8-1F1F7", + "tags": [ + "SR", + "flagge" + ], + "emoji": "🇸🇷", + "text": "", + "type": 1, + "order": 4542, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Südsudan", + "hexcode": "1F1F8-1F1F8", + "tags": [ + "SS", + "flagge" + ], + "emoji": "🇸🇸", + "text": "", + "type": 1, + "order": 4543, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: São Tomé und Príncipe", + "hexcode": "1F1F8-1F1F9", + "tags": [ + "ST", + "flagge" + ], + "emoji": "🇸🇹", + "text": "", + "type": 1, + "order": 4544, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: El Salvador", + "hexcode": "1F1F8-1F1FB", + "tags": [ + "SV", + "flagge" + ], + "emoji": "🇸🇻", + "text": "", + "type": 1, + "order": 4545, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sint Maarten", + "hexcode": "1F1F8-1F1FD", + "tags": [ + "SX", + "flagge" + ], + "emoji": "🇸🇽", + "text": "", + "type": 1, + "order": 4546, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Syrien", + "hexcode": "1F1F8-1F1FE", + "tags": [ + "SY", + "flagge" + ], + "emoji": "🇸🇾", + "text": "", + "type": 1, + "order": 4547, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Eswatini", + "hexcode": "1F1F8-1F1FF", + "tags": [ + "SZ", + "flagge" + ], + "emoji": "🇸🇿", + "text": "", + "type": 1, + "order": 4548, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tristan da Cunha", + "hexcode": "1F1F9-1F1E6", + "tags": [ + "TA", + "flagge" + ], + "emoji": "🇹🇦", + "text": "", + "type": 1, + "order": 4549, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Turks- und Caicosinseln", + "hexcode": "1F1F9-1F1E8", + "tags": [ + "TC", + "flagge" + ], + "emoji": "🇹🇨", + "text": "", + "type": 1, + "order": 4550, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tschad", + "hexcode": "1F1F9-1F1E9", + "tags": [ + "TD", + "flagge" + ], + "emoji": "🇹🇩", + "text": "", + "type": 1, + "order": 4551, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Französische Süd- und Antarktisgebiete", + "hexcode": "1F1F9-1F1EB", + "tags": [ + "TF", + "flagge" + ], + "emoji": "🇹🇫", + "text": "", + "type": 1, + "order": 4552, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Togo", + "hexcode": "1F1F9-1F1EC", + "tags": [ + "TG", + "flagge" + ], + "emoji": "🇹🇬", + "text": "", + "type": 1, + "order": 4553, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Thailand", + "hexcode": "1F1F9-1F1ED", + "tags": [ + "TH", + "flagge" + ], + "emoji": "🇹🇭", + "text": "", + "type": 1, + "order": 4554, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tadschikistan", + "hexcode": "1F1F9-1F1EF", + "tags": [ + "TJ", + "flagge" + ], + "emoji": "🇹🇯", + "text": "", + "type": 1, + "order": 4555, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tokelau", + "hexcode": "1F1F9-1F1F0", + "tags": [ + "TK", + "flagge" + ], + "emoji": "🇹🇰", + "text": "", + "type": 1, + "order": 4556, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Timor-Leste", + "hexcode": "1F1F9-1F1F1", + "tags": [ + "TL", + "flagge" + ], + "emoji": "🇹🇱", + "text": "", + "type": 1, + "order": 4557, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Turkmenistan", + "hexcode": "1F1F9-1F1F2", + "tags": [ + "TM", + "flagge" + ], + "emoji": "🇹🇲", + "text": "", + "type": 1, + "order": 4558, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tunesien", + "hexcode": "1F1F9-1F1F3", + "tags": [ + "TN", + "flagge" + ], + "emoji": "🇹🇳", + "text": "", + "type": 1, + "order": 4559, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tonga", + "hexcode": "1F1F9-1F1F4", + "tags": [ + "TO", + "flagge" + ], + "emoji": "🇹🇴", + "text": "", + "type": 1, + "order": 4560, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Türkei", + "hexcode": "1F1F9-1F1F7", + "tags": [ + "TR", + "flagge" + ], + "emoji": "🇹🇷", + "text": "", + "type": 1, + "order": 4561, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Trinidad und Tobago", + "hexcode": "1F1F9-1F1F9", + "tags": [ + "TT", + "flagge" + ], + "emoji": "🇹🇹", + "text": "", + "type": 1, + "order": 4562, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tuvalu", + "hexcode": "1F1F9-1F1FB", + "tags": [ + "TV", + "flagge" + ], + "emoji": "🇹🇻", + "text": "", + "type": 1, + "order": 4563, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Taiwan", + "hexcode": "1F1F9-1F1FC", + "tags": [ + "TW", + "flagge" + ], + "emoji": "🇹🇼", + "text": "", + "type": 1, + "order": 4564, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Tansania", + "hexcode": "1F1F9-1F1FF", + "tags": [ + "TZ", + "flagge" + ], + "emoji": "🇹🇿", + "text": "", + "type": 1, + "order": 4565, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Ukraine", + "hexcode": "1F1FA-1F1E6", + "tags": [ + "UA", + "flagge" + ], + "emoji": "🇺🇦", + "text": "", + "type": 1, + "order": 4566, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Uganda", + "hexcode": "1F1FA-1F1EC", + "tags": [ + "UG", + "flagge" + ], + "emoji": "🇺🇬", + "text": "", + "type": 1, + "order": 4567, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Amerikanische Überseeinseln", + "hexcode": "1F1FA-1F1F2", + "tags": [ + "UM", + "flagge" + ], + "emoji": "🇺🇲", + "text": "", + "type": 1, + "order": 4568, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vereinte Nationen", + "hexcode": "1F1FA-1F1F3", + "tags": [ + "UN", + "flagge" + ], + "emoji": "🇺🇳", + "text": "", + "type": 1, + "order": 4569, + "group": 9, + "subgroup": 98, + "version": 4 + }, + { + "annotation": "Flagge: Vereinigte Staaten", + "hexcode": "1F1FA-1F1F8", + "tags": [ + "US", + "flagge" + ], + "emoji": "🇺🇸", + "text": "", + "type": 1, + "order": 4570, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Flagge: Uruguay", + "hexcode": "1F1FA-1F1FE", + "tags": [ + "UY", + "flagge" + ], + "emoji": "🇺🇾", + "text": "", + "type": 1, + "order": 4571, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Usbekistan", + "hexcode": "1F1FA-1F1FF", + "tags": [ + "UZ", + "flagge" + ], + "emoji": "🇺🇿", + "text": "", + "type": 1, + "order": 4572, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vatikanstadt", + "hexcode": "1F1FB-1F1E6", + "tags": [ + "VA", + "flagge" + ], + "emoji": "🇻🇦", + "text": "", + "type": 1, + "order": 4573, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: St. Vincent und die Grenadinen", + "hexcode": "1F1FB-1F1E8", + "tags": [ + "VC", + "flagge" + ], + "emoji": "🇻🇨", + "text": "", + "type": 1, + "order": 4574, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Venezuela", + "hexcode": "1F1FB-1F1EA", + "tags": [ + "VE", + "flagge" + ], + "emoji": "🇻🇪", + "text": "", + "type": 1, + "order": 4575, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Britische Jungferninseln", + "hexcode": "1F1FB-1F1EC", + "tags": [ + "VG", + "flagge" + ], + "emoji": "🇻🇬", + "text": "", + "type": 1, + "order": 4576, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Amerikanische Jungferninseln", + "hexcode": "1F1FB-1F1EE", + "tags": [ + "VI", + "flagge" + ], + "emoji": "🇻🇮", + "text": "", + "type": 1, + "order": 4577, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vietnam", + "hexcode": "1F1FB-1F1F3", + "tags": [ + "VN", + "flagge" + ], + "emoji": "🇻🇳", + "text": "", + "type": 1, + "order": 4578, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Vanuatu", + "hexcode": "1F1FB-1F1FA", + "tags": [ + "VU", + "flagge" + ], + "emoji": "🇻🇺", + "text": "", + "type": 1, + "order": 4579, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Wallis und Futuna", + "hexcode": "1F1FC-1F1EB", + "tags": [ + "WF", + "flagge" + ], + "emoji": "🇼🇫", + "text": "", + "type": 1, + "order": 4580, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Samoa", + "hexcode": "1F1FC-1F1F8", + "tags": [ + "WS", + "flagge" + ], + "emoji": "🇼🇸", + "text": "", + "type": 1, + "order": 4581, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Kosovo", + "hexcode": "1F1FD-1F1F0", + "tags": [ + "XK", + "flagge" + ], + "emoji": "🇽🇰", + "text": "", + "type": 1, + "order": 4582, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Jemen", + "hexcode": "1F1FE-1F1EA", + "tags": [ + "YE", + "flagge" + ], + "emoji": "🇾🇪", + "text": "", + "type": 1, + "order": 4583, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Mayotte", + "hexcode": "1F1FE-1F1F9", + "tags": [ + "YT", + "flagge" + ], + "emoji": "🇾🇹", + "text": "", + "type": 1, + "order": 4584, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Südafrika", + "hexcode": "1F1FF-1F1E6", + "tags": [ + "ZA", + "flagge" + ], + "emoji": "🇿🇦", + "text": "", + "type": 1, + "order": 4585, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Sambia", + "hexcode": "1F1FF-1F1F2", + "tags": [ + "ZM", + "flagge" + ], + "emoji": "🇿🇲", + "text": "", + "type": 1, + "order": 4586, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: Simbabwe", + "hexcode": "1F1FF-1F1FC", + "tags": [ + "ZW", + "flagge" + ], + "emoji": "🇿🇼", + "text": "", + "type": 1, + "order": 4587, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Flagge: England", + "hexcode": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", + "tags": [ + "flagge", + "gbeng" + ], + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "text": "", + "type": 1, + "order": 4588, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "Flagge: Schottland", + "hexcode": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", + "tags": [ + "flagge", + "gbsct" + ], + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿", + "text": "", + "type": 1, + "order": 4589, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "Flagge: Wales", + "hexcode": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", + "tags": [ + "flagge", + "gbwls" + ], + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", + "text": "", + "type": 1, + "order": 4590, + "group": 9, + "subgroup": 99, + "version": 5 + } +] \ No newline at end of file diff --git a/missing-sources/emojibase/packages/data/en/data.raw.json b/missing-sources/emojibase/packages/data/en/data.raw.json new file mode 100644 index 0000000000..0c86548769 --- /dev/null +++ b/missing-sources/emojibase/packages/data/en/data.raw.json @@ -0,0 +1,51237 @@ +[ + { + "annotation": "regional indicator A", + "hexcode": "1F1E6", + "emoji": "🇦", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator B", + "hexcode": "1F1E7", + "emoji": "🇧", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator C", + "hexcode": "1F1E8", + "emoji": "🇨", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator D", + "hexcode": "1F1E9", + "emoji": "🇩", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator E", + "hexcode": "1F1EA", + "emoji": "🇪", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator F", + "hexcode": "1F1EB", + "emoji": "🇫", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator G", + "hexcode": "1F1EC", + "emoji": "🇬", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator H", + "hexcode": "1F1ED", + "emoji": "🇭", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator I", + "hexcode": "1F1EE", + "emoji": "🇮", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator J", + "hexcode": "1F1EF", + "emoji": "🇯", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator K", + "hexcode": "1F1F0", + "emoji": "🇰", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator L", + "hexcode": "1F1F1", + "emoji": "🇱", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator M", + "hexcode": "1F1F2", + "emoji": "🇲", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator N", + "hexcode": "1F1F3", + "emoji": "🇳", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator O", + "hexcode": "1F1F4", + "emoji": "🇴", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator P", + "hexcode": "1F1F5", + "emoji": "🇵", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator Q", + "hexcode": "1F1F6", + "emoji": "🇶", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator R", + "hexcode": "1F1F7", + "emoji": "🇷", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator S", + "hexcode": "1F1F8", + "emoji": "🇸", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator T", + "hexcode": "1F1F9", + "emoji": "🇹", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator U", + "hexcode": "1F1FA", + "emoji": "🇺", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator V", + "hexcode": "1F1FB", + "emoji": "🇻", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator W", + "hexcode": "1F1FC", + "emoji": "🇼", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator X", + "hexcode": "1F1FD", + "emoji": "🇽", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator Y", + "hexcode": "1F1FE", + "emoji": "🇾", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "regional indicator Z", + "hexcode": "1F1FF", + "emoji": "🇿", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "grinning face", + "hexcode": "1F600", + "tags": [ + "face", + "grin" + ], + "emoji": "😀", + "text": "", + "type": 1, + "order": 1, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":D" + }, + { + "annotation": "grinning face with big eyes", + "hexcode": "1F603", + "tags": [ + "face", + "mouth", + "open", + "smile" + ], + "emoji": "😃", + "text": "", + "type": 1, + "order": 2, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "grinning face with smiling eyes", + "hexcode": "1F604", + "tags": [ + "eye", + "face", + "mouth", + "open", + "smile" + ], + "emoji": "😄", + "text": "", + "type": 1, + "order": 3, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "beaming face with smiling eyes", + "hexcode": "1F601", + "tags": [ + "eye", + "face", + "grin", + "smile" + ], + "emoji": "😁", + "text": "", + "type": 1, + "order": 4, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "grinning squinting face", + "hexcode": "1F606", + "tags": [ + "face", + "laugh", + "mouth", + "satisfied", + "smile" + ], + "emoji": "😆", + "text": "", + "type": 1, + "order": 5, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": "xD" + }, + { + "annotation": "grinning face with sweat", + "hexcode": "1F605", + "tags": [ + "cold", + "face", + "open", + "smile", + "sweat" + ], + "emoji": "😅", + "text": "", + "type": 1, + "order": 6, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "rolling on the floor laughing", + "hexcode": "1F923", + "tags": [ + "face", + "floor", + "laugh", + "rofl", + "rolling", + "rotfl" + ], + "emoji": "🤣", + "text": "", + "type": 1, + "order": 7, + "group": 0, + "subgroup": 0, + "version": 3, + "emoticon": ":'D" + }, + { + "annotation": "face with tears of joy", + "hexcode": "1F602", + "tags": [ + "face", + "joy", + "laugh", + "tear" + ], + "emoji": "😂", + "text": "", + "type": 1, + "order": 8, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":')" + }, + { + "annotation": "slightly smiling face", + "hexcode": "1F642", + "tags": [ + "face", + "smile" + ], + "emoji": "🙂", + "text": "", + "type": 1, + "order": 9, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":)" + }, + { + "annotation": "upside-down face", + "hexcode": "1F643", + "tags": [ + "face", + "upside-down" + ], + "emoji": "🙃", + "text": "", + "type": 1, + "order": 10, + "group": 0, + "subgroup": 0, + "version": 1 + }, + { + "annotation": "winking face", + "hexcode": "1F609", + "tags": [ + "face", + "wink" + ], + "emoji": "😉", + "text": "", + "type": 1, + "order": 11, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ";)" + }, + { + "annotation": "smiling face with smiling eyes", + "hexcode": "1F60A", + "tags": [ + "blush", + "eye", + "face", + "smile" + ], + "emoji": "😊", + "text": "", + "type": 1, + "order": 12, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":>" + }, + { + "annotation": "smiling face with halo", + "hexcode": "1F607", + "tags": [ + "angel", + "face", + "fantasy", + "halo", + "innocent" + ], + "emoji": "😇", + "text": "", + "type": 1, + "order": 13, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": "o:)" + }, + { + "annotation": "smiling face with hearts", + "hexcode": "1F970", + "tags": [ + "adore", + "crush", + "hearts", + "in love" + ], + "emoji": "🥰", + "text": "", + "type": 1, + "order": 14, + "group": 0, + "subgroup": 1, + "version": 11 + }, + { + "annotation": "smiling face with heart-eyes", + "hexcode": "1F60D", + "tags": [ + "eye", + "face", + "love", + "smile" + ], + "emoji": "😍", + "text": "", + "type": 1, + "order": 15, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "star-struck", + "hexcode": "1F929", + "tags": [ + "eyes", + "face", + "grinning", + "star" + ], + "emoji": "🤩", + "text": "", + "type": 1, + "order": 16, + "group": 0, + "subgroup": 1, + "version": 5 + }, + { + "annotation": "face blowing a kiss", + "hexcode": "1F618", + "tags": [ + "face", + "kiss" + ], + "emoji": "😘", + "text": "", + "type": 1, + "order": 17, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":x" + }, + { + "annotation": "kissing face", + "hexcode": "1F617", + "tags": [ + "face", + "kiss" + ], + "emoji": "😗", + "text": "", + "type": 1, + "order": 18, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "smiling face", + "hexcode": "263A", + "tags": [ + "face", + "outlined", + "relaxed", + "smile" + ], + "emoji": "☺️", + "text": "☺︎", + "type": 0, + "order": 20, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "kissing face with closed eyes", + "hexcode": "1F61A", + "tags": [ + "closed", + "eye", + "face", + "kiss" + ], + "emoji": "😚", + "text": "", + "type": 1, + "order": 21, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":*" + }, + { + "annotation": "kissing face with smiling eyes", + "hexcode": "1F619", + "tags": [ + "eye", + "face", + "kiss", + "smile" + ], + "emoji": "😙", + "text": "", + "type": 1, + "order": 22, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "smiling face with tear", + "hexcode": "1F972", + "tags": [ + "grateful", + "proud", + "relieved", + "smiling", + "tear", + "touched" + ], + "emoji": "🥲", + "text": "", + "type": 1, + "order": 23, + "group": 0, + "subgroup": 1, + "version": 13 + }, + { + "annotation": "face savoring food", + "hexcode": "1F60B", + "tags": [ + "delicious", + "face", + "savouring", + "smile", + "yum" + ], + "emoji": "😋", + "text": "", + "type": 1, + "order": 24, + "group": 0, + "subgroup": 2, + "version": 0.6 + }, + { + "annotation": "face with tongue", + "hexcode": "1F61B", + "tags": [ + "face", + "tongue" + ], + "emoji": "😛", + "text": "", + "type": 1, + "order": 25, + "group": 0, + "subgroup": 2, + "version": 1, + "emoticon": ":p" + }, + { + "annotation": "winking face with tongue", + "hexcode": "1F61C", + "tags": [ + "eye", + "face", + "joke", + "tongue", + "wink" + ], + "emoji": "😜", + "text": "", + "type": 1, + "order": 26, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": ";p" + }, + { + "annotation": "zany face", + "hexcode": "1F92A", + "tags": [ + "eye", + "goofy", + "large", + "small" + ], + "emoji": "🤪", + "text": "", + "type": 1, + "order": 27, + "group": 0, + "subgroup": 2, + "version": 5 + }, + { + "annotation": "squinting face with tongue", + "hexcode": "1F61D", + "tags": [ + "eye", + "face", + "horrible", + "taste", + "tongue" + ], + "emoji": "😝", + "text": "", + "type": 1, + "order": 28, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": "xp" + }, + { + "annotation": "money-mouth face", + "hexcode": "1F911", + "tags": [ + "face", + "money", + "mouth" + ], + "emoji": "🤑", + "text": "", + "type": 1, + "order": 29, + "group": 0, + "subgroup": 2, + "version": 1 + }, + { + "annotation": "hugging face", + "hexcode": "1F917", + "tags": [ + "face", + "hug", + "hugging" + ], + "emoji": "🤗", + "text": "", + "type": 1, + "order": 30, + "group": 0, + "subgroup": 3, + "version": 1 + }, + { + "annotation": "face with hand over mouth", + "hexcode": "1F92D", + "tags": [ + "whoops" + ], + "emoji": "🤭", + "text": "", + "type": 1, + "order": 31, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "shushing face", + "hexcode": "1F92B", + "tags": [ + "quiet", + "shush" + ], + "emoji": "🤫", + "text": "", + "type": 1, + "order": 32, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "thinking face", + "hexcode": "1F914", + "tags": [ + "face", + "thinking" + ], + "emoji": "🤔", + "text": "", + "type": 1, + "order": 33, + "group": 0, + "subgroup": 3, + "version": 1, + "emoticon": ":l" + }, + { + "annotation": "zipper-mouth face", + "hexcode": "1F910", + "tags": [ + "face", + "mouth", + "zipper" + ], + "emoji": "🤐", + "text": "", + "type": 1, + "order": 34, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":z" + }, + { + "annotation": "face with raised eyebrow", + "hexcode": "1F928", + "tags": [ + "distrust", + "skeptic" + ], + "emoji": "🤨", + "text": "", + "type": 1, + "order": 35, + "group": 0, + "subgroup": 4, + "version": 5 + }, + { + "annotation": "neutral face", + "hexcode": "1F610", + "tags": [ + "deadpan", + "face", + "meh", + "neutral" + ], + "emoji": "😐️", + "text": "😐︎", + "type": 1, + "order": 36, + "group": 0, + "subgroup": 4, + "version": 0.7, + "emoticon": ":|" + }, + { + "annotation": "expressionless face", + "hexcode": "1F611", + "tags": [ + "expressionless", + "face", + "inexpressive", + "meh", + "unexpressive" + ], + "emoji": "😑", + "text": "", + "type": 1, + "order": 37, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "face without mouth", + "hexcode": "1F636", + "tags": [ + "face", + "mouth", + "quiet", + "silent" + ], + "emoji": "😶", + "text": "", + "type": 1, + "order": 38, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":#" + }, + { + "annotation": "face in clouds", + "hexcode": "1F636-200D-1F32B-FE0F", + "tags": [ + "absentminded", + "face in the fog", + "head in clouds" + ], + "emoji": "😶‍🌫️", + "text": "", + "type": 1, + "order": 39, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "smirking face", + "hexcode": "1F60F", + "tags": [ + "face", + "smirk" + ], + "emoji": "😏", + "text": "", + "type": 1, + "order": 41, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":j" + }, + { + "annotation": "unamused face", + "hexcode": "1F612", + "tags": [ + "face", + "unamused", + "unhappy" + ], + "emoji": "😒", + "text": "", + "type": 1, + "order": 42, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":?" + }, + { + "annotation": "face with rolling eyes", + "hexcode": "1F644", + "tags": [ + "eyeroll", + "eyes", + "face", + "rolling" + ], + "emoji": "🙄", + "text": "", + "type": 1, + "order": 43, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "grimacing face", + "hexcode": "1F62C", + "tags": [ + "face", + "grimace" + ], + "emoji": "😬", + "text": "", + "type": 1, + "order": 44, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": "8D" + }, + { + "annotation": "face exhaling", + "hexcode": "1F62E-200D-1F4A8", + "tags": [ + "exhale", + "gasp", + "groan", + "relief", + "whisper", + "whistle" + ], + "emoji": "😮‍💨", + "text": "", + "type": 1, + "order": 45, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "lying face", + "hexcode": "1F925", + "tags": [ + "face", + "lie", + "pinocchio" + ], + "emoji": "🤥", + "text": "", + "type": 1, + "order": 46, + "group": 0, + "subgroup": 4, + "version": 3 + }, + { + "annotation": "relieved face", + "hexcode": "1F60C", + "tags": [ + "face", + "relieved" + ], + "emoji": "😌", + "text": "", + "type": 1, + "order": 47, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "pensive face", + "hexcode": "1F614", + "tags": [ + "dejected", + "face", + "pensive" + ], + "emoji": "😔", + "text": "", + "type": 1, + "order": 48, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "sleepy face", + "hexcode": "1F62A", + "tags": [ + "face", + "sleep" + ], + "emoji": "😪", + "text": "", + "type": 1, + "order": 49, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "drooling face", + "hexcode": "1F924", + "tags": [ + "drooling", + "face" + ], + "emoji": "🤤", + "text": "", + "type": 1, + "order": 50, + "group": 0, + "subgroup": 5, + "version": 3 + }, + { + "annotation": "sleeping face", + "hexcode": "1F634", + "tags": [ + "face", + "sleep", + "zzz" + ], + "emoji": "😴", + "text": "", + "type": 1, + "order": 51, + "group": 0, + "subgroup": 5, + "version": 1 + }, + { + "annotation": "face with medical mask", + "hexcode": "1F637", + "tags": [ + "cold", + "doctor", + "face", + "mask", + "sick" + ], + "emoji": "😷", + "text": "", + "type": 1, + "order": 52, + "group": 0, + "subgroup": 6, + "version": 0.6 + }, + { + "annotation": "face with thermometer", + "hexcode": "1F912", + "tags": [ + "face", + "ill", + "sick", + "thermometer" + ], + "emoji": "🤒", + "text": "", + "type": 1, + "order": 53, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "face with head-bandage", + "hexcode": "1F915", + "tags": [ + "bandage", + "face", + "hurt", + "injury" + ], + "emoji": "🤕", + "text": "", + "type": 1, + "order": 54, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "nauseated face", + "hexcode": "1F922", + "tags": [ + "face", + "nauseated", + "vomit" + ], + "emoji": "🤢", + "text": "", + "type": 1, + "order": 55, + "group": 0, + "subgroup": 6, + "version": 3, + "emoticon": "%(" + }, + { + "annotation": "face vomiting", + "hexcode": "1F92E", + "tags": [ + "puke", + "sick", + "vomit" + ], + "emoji": "🤮", + "text": "", + "type": 1, + "order": 56, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "sneezing face", + "hexcode": "1F927", + "tags": [ + "face", + "gesundheit", + "sneeze" + ], + "emoji": "🤧", + "text": "", + "type": 1, + "order": 57, + "group": 0, + "subgroup": 6, + "version": 3 + }, + { + "annotation": "hot face", + "hexcode": "1F975", + "tags": [ + "feverish", + "heat stroke", + "hot", + "red-faced", + "sweating" + ], + "emoji": "🥵", + "text": "", + "type": 1, + "order": 58, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "cold face", + "hexcode": "1F976", + "tags": [ + "blue-faced", + "cold", + "freezing", + "frostbite", + "icicles" + ], + "emoji": "🥶", + "text": "", + "type": 1, + "order": 59, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "woozy face", + "hexcode": "1F974", + "tags": [ + "dizzy", + "intoxicated", + "tipsy", + "uneven eyes", + "wavy mouth" + ], + "emoji": "🥴", + "text": "", + "type": 1, + "order": 60, + "group": 0, + "subgroup": 6, + "version": 11, + "emoticon": ":&" + }, + { + "annotation": "knocked-out face", + "hexcode": "1F635", + "tags": [ + "dead", + "face", + "knocked out" + ], + "emoji": "😵", + "text": "", + "type": 1, + "order": 61, + "group": 0, + "subgroup": 6, + "version": 0.6, + "emoticon": "xo" + }, + { + "annotation": "face with spiral eyes", + "hexcode": "1F635-200D-1F4AB", + "tags": [ + "dizzy", + "hypnotized", + "spiral", + "trouble", + "whoa" + ], + "emoji": "😵‍💫", + "text": "", + "type": 1, + "order": 62, + "group": 0, + "subgroup": 6, + "version": 13.1 + }, + { + "annotation": "exploding head", + "hexcode": "1F92F", + "tags": [ + "mind blown", + "shocked" + ], + "emoji": "🤯", + "text": "", + "type": 1, + "order": 63, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "cowboy hat face", + "hexcode": "1F920", + "tags": [ + "cowboy", + "cowgirl", + "face", + "hat" + ], + "emoji": "🤠", + "text": "", + "type": 1, + "order": 64, + "group": 0, + "subgroup": 7, + "version": 3 + }, + { + "annotation": "partying face", + "hexcode": "1F973", + "tags": [ + "celebration", + "hat", + "horn", + "party" + ], + "emoji": "🥳", + "text": "", + "type": 1, + "order": 65, + "group": 0, + "subgroup": 7, + "version": 11 + }, + { + "annotation": "disguised face", + "hexcode": "1F978", + "tags": [ + "disguise", + "face", + "glasses", + "incognito", + "nose" + ], + "emoji": "🥸", + "text": "", + "type": 1, + "order": 66, + "group": 0, + "subgroup": 7, + "version": 13 + }, + { + "annotation": "smiling face with sunglasses", + "hexcode": "1F60E", + "tags": [ + "bright", + "cool", + "face", + "sun", + "sunglasses" + ], + "emoji": "😎", + "text": "", + "type": 1, + "order": 67, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": "8)" + }, + { + "annotation": "nerd face", + "hexcode": "1F913", + "tags": [ + "face", + "geek", + "nerd" + ], + "emoji": "🤓", + "text": "", + "type": 1, + "order": 68, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": ":B" + }, + { + "annotation": "face with monocle", + "hexcode": "1F9D0", + "tags": [ + "stuffy" + ], + "emoji": "🧐", + "text": "", + "type": 1, + "order": 69, + "group": 0, + "subgroup": 8, + "version": 5 + }, + { + "annotation": "confused face", + "hexcode": "1F615", + "tags": [ + "confused", + "face", + "meh" + ], + "emoji": "😕", + "text": "", + "type": 1, + "order": 70, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":/" + }, + { + "annotation": "worried face", + "hexcode": "1F61F", + "tags": [ + "face", + "worried" + ], + "emoji": "😟", + "text": "", + "type": 1, + "order": 71, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "slightly frowning face", + "hexcode": "1F641", + "tags": [ + "face", + "frown" + ], + "emoji": "🙁", + "text": "", + "type": 1, + "order": 72, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "frowning face", + "hexcode": "2639", + "tags": [ + "face", + "frown" + ], + "emoji": "☹️", + "text": "☹︎", + "type": 0, + "order": 74, + "group": 0, + "subgroup": 9, + "version": 0.7, + "emoticon": ":(" + }, + { + "annotation": "face with open mouth", + "hexcode": "1F62E", + "tags": [ + "face", + "mouth", + "open", + "sympathy" + ], + "emoji": "😮", + "text": "", + "type": 1, + "order": 75, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "hushed face", + "hexcode": "1F62F", + "tags": [ + "face", + "hushed", + "stunned", + "surprised" + ], + "emoji": "😯", + "text": "", + "type": 1, + "order": 76, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "astonished face", + "hexcode": "1F632", + "tags": [ + "astonished", + "face", + "shocked", + "totally" + ], + "emoji": "😲", + "text": "", + "type": 1, + "order": 77, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":o" + }, + { + "annotation": "flushed face", + "hexcode": "1F633", + "tags": [ + "dazed", + "face", + "flushed" + ], + "emoji": "😳", + "text": "", + "type": 1, + "order": 78, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":$" + }, + { + "annotation": "pleading face", + "hexcode": "1F97A", + "tags": [ + "begging", + "mercy", + "puppy eyes" + ], + "emoji": "🥺", + "text": "", + "type": 1, + "order": 79, + "group": 0, + "subgroup": 9, + "version": 11 + }, + { + "annotation": "frowning face with open mouth", + "hexcode": "1F626", + "tags": [ + "face", + "frown", + "mouth", + "open" + ], + "emoji": "😦", + "text": "", + "type": 1, + "order": 80, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "anguished face", + "hexcode": "1F627", + "tags": [ + "anguished", + "face" + ], + "emoji": "😧", + "text": "", + "type": 1, + "order": 81, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":s" + }, + { + "annotation": "fearful face", + "hexcode": "1F628", + "tags": [ + "face", + "fear", + "fearful", + "scared" + ], + "emoji": "😨", + "text": "", + "type": 1, + "order": 82, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "anxious face with sweat", + "hexcode": "1F630", + "tags": [ + "blue", + "cold", + "face", + "rushed", + "sweat" + ], + "emoji": "😰", + "text": "", + "type": 1, + "order": 83, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "sad but relieved face", + "hexcode": "1F625", + "tags": [ + "disappointed", + "face", + "relieved", + "whew" + ], + "emoji": "😥", + "text": "", + "type": 1, + "order": 84, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "crying face", + "hexcode": "1F622", + "tags": [ + "cry", + "face", + "sad", + "tear" + ], + "emoji": "😢", + "text": "", + "type": 1, + "order": 85, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'(" + }, + { + "annotation": "loudly crying face", + "hexcode": "1F62D", + "tags": [ + "cry", + "face", + "sad", + "sob", + "tear" + ], + "emoji": "😭", + "text": "", + "type": 1, + "order": 86, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'o" + }, + { + "annotation": "face screaming in fear", + "hexcode": "1F631", + "tags": [ + "face", + "fear", + "munch", + "scared", + "scream" + ], + "emoji": "😱", + "text": "", + "type": 1, + "order": 87, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "Dx" + }, + { + "annotation": "confounded face", + "hexcode": "1F616", + "tags": [ + "confounded", + "face" + ], + "emoji": "😖", + "text": "", + "type": 1, + "order": 88, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "x(" + }, + { + "annotation": "persevering face", + "hexcode": "1F623", + "tags": [ + "face", + "persevere" + ], + "emoji": "😣", + "text": "", + "type": 1, + "order": 89, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "disappointed face", + "hexcode": "1F61E", + "tags": [ + "disappointed", + "face" + ], + "emoji": "😞", + "text": "", + "type": 1, + "order": 90, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "downcast face with sweat", + "hexcode": "1F613", + "tags": [ + "cold", + "face", + "sweat" + ], + "emoji": "😓", + "text": "", + "type": 1, + "order": 91, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":<" + }, + { + "annotation": "weary face", + "hexcode": "1F629", + "tags": [ + "face", + "tired", + "weary" + ], + "emoji": "😩", + "text": "", + "type": 1, + "order": 92, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "D:" + }, + { + "annotation": "tired face", + "hexcode": "1F62B", + "tags": [ + "face", + "tired" + ], + "emoji": "😫", + "text": "", + "type": 1, + "order": 93, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":c" + }, + { + "annotation": "yawning face", + "hexcode": "1F971", + "tags": [ + "bored", + "tired", + "yawn" + ], + "emoji": "🥱", + "text": "", + "type": 1, + "order": 94, + "group": 0, + "subgroup": 9, + "version": 12 + }, + { + "annotation": "face with steam from nose", + "hexcode": "1F624", + "tags": [ + "face", + "triumph", + "won" + ], + "emoji": "😤", + "text": "", + "type": 1, + "order": 95, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "pouting face", + "hexcode": "1F621", + "tags": [ + "angry", + "face", + "mad", + "pouting", + "rage", + "red" + ], + "emoji": "😡", + "text": "", + "type": 1, + "order": 96, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:/" + }, + { + "annotation": "angry face", + "hexcode": "1F620", + "tags": [ + "anger", + "angry", + "face", + "mad" + ], + "emoji": "😠", + "text": "", + "type": 1, + "order": 97, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "face with symbols on mouth", + "hexcode": "1F92C", + "tags": [ + "swearing" + ], + "emoji": "🤬", + "text": "", + "type": 1, + "order": 98, + "group": 0, + "subgroup": 10, + "version": 5, + "emoticon": ":@" + }, + { + "annotation": "smiling face with horns", + "hexcode": "1F608", + "tags": [ + "face", + "fairy tale", + "fantasy", + "horns", + "smile" + ], + "emoji": "😈", + "text": "", + "type": 1, + "order": 99, + "group": 0, + "subgroup": 10, + "version": 1, + "emoticon": ">:)" + }, + { + "annotation": "angry face with horns", + "hexcode": "1F47F", + "tags": [ + "demon", + "devil", + "face", + "fantasy", + "imp" + ], + "emoji": "👿", + "text": "", + "type": 1, + "order": 100, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:(" + }, + { + "annotation": "skull", + "hexcode": "1F480", + "tags": [ + "death", + "face", + "fairy tale", + "monster" + ], + "emoji": "💀", + "text": "", + "type": 1, + "order": 101, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "skull and crossbones", + "hexcode": "2620", + "tags": [ + "crossbones", + "death", + "face", + "monster", + "skull" + ], + "emoji": "☠️", + "text": "☠︎", + "type": 0, + "order": 103, + "group": 0, + "subgroup": 10, + "version": 1 + }, + { + "annotation": "pile of poo", + "hexcode": "1F4A9", + "tags": [ + "dung", + "face", + "monster", + "poo", + "poop" + ], + "emoji": "💩", + "text": "", + "type": 1, + "order": 104, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "clown face", + "hexcode": "1F921", + "tags": [ + "clown", + "face" + ], + "emoji": "🤡", + "text": "", + "type": 1, + "order": 105, + "group": 0, + "subgroup": 11, + "version": 3 + }, + { + "annotation": "ogre", + "hexcode": "1F479", + "tags": [ + "creature", + "face", + "fairy tale", + "fantasy", + "monster" + ], + "emoji": "👹", + "text": "", + "type": 1, + "order": 106, + "group": 0, + "subgroup": 11, + "version": 0.6, + "emoticon": ">0)" + }, + { + "annotation": "goblin", + "hexcode": "1F47A", + "tags": [ + "creature", + "face", + "fairy tale", + "fantasy", + "monster" + ], + "emoji": "👺", + "text": "", + "type": 1, + "order": 107, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "ghost", + "hexcode": "1F47B", + "tags": [ + "creature", + "face", + "fairy tale", + "fantasy", + "monster" + ], + "emoji": "👻", + "text": "", + "type": 1, + "order": 108, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "alien", + "hexcode": "1F47D", + "tags": [ + "creature", + "extraterrestrial", + "face", + "fantasy", + "ufo" + ], + "emoji": "👽️", + "text": "👽︎", + "type": 1, + "order": 109, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "alien monster", + "hexcode": "1F47E", + "tags": [ + "alien", + "creature", + "extraterrestrial", + "face", + "monster", + "ufo" + ], + "emoji": "👾", + "text": "", + "type": 1, + "order": 110, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "robot", + "hexcode": "1F916", + "tags": [ + "face", + "monster" + ], + "emoji": "🤖", + "text": "", + "type": 1, + "order": 111, + "group": 0, + "subgroup": 11, + "version": 1 + }, + { + "annotation": "grinning cat", + "hexcode": "1F63A", + "tags": [ + "cat", + "face", + "grinning", + "mouth", + "open", + "smile" + ], + "emoji": "😺", + "text": "", + "type": 1, + "order": 112, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "grinning cat with smiling eyes", + "hexcode": "1F638", + "tags": [ + "cat", + "eye", + "face", + "grin", + "smile" + ], + "emoji": "😸", + "text": "", + "type": 1, + "order": 113, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "cat with tears of joy", + "hexcode": "1F639", + "tags": [ + "cat", + "face", + "joy", + "tear" + ], + "emoji": "😹", + "text": "", + "type": 1, + "order": 114, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "smiling cat with heart-eyes", + "hexcode": "1F63B", + "tags": [ + "cat", + "eye", + "face", + "heart", + "love", + "smile" + ], + "emoji": "😻", + "text": "", + "type": 1, + "order": 115, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "cat with wry smile", + "hexcode": "1F63C", + "tags": [ + "cat", + "face", + "ironic", + "smile", + "wry" + ], + "emoji": "😼", + "text": "", + "type": 1, + "order": 116, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "kissing cat", + "hexcode": "1F63D", + "tags": [ + "cat", + "eye", + "face", + "kiss" + ], + "emoji": "😽", + "text": "", + "type": 1, + "order": 117, + "group": 0, + "subgroup": 12, + "version": 0.6, + "emoticon": ":3" + }, + { + "annotation": "weary cat", + "hexcode": "1F640", + "tags": [ + "cat", + "face", + "oh", + "surprised", + "weary" + ], + "emoji": "🙀", + "text": "", + "type": 1, + "order": 118, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "crying cat", + "hexcode": "1F63F", + "tags": [ + "cat", + "cry", + "face", + "sad", + "tear" + ], + "emoji": "😿", + "text": "", + "type": 1, + "order": 119, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "pouting cat", + "hexcode": "1F63E", + "tags": [ + "cat", + "face", + "pouting" + ], + "emoji": "😾", + "text": "", + "type": 1, + "order": 120, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "see-no-evil monkey", + "hexcode": "1F648", + "tags": [ + "evil", + "face", + "forbidden", + "monkey", + "see" + ], + "emoji": "🙈", + "text": "", + "type": 1, + "order": 121, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "hear-no-evil monkey", + "hexcode": "1F649", + "tags": [ + "evil", + "face", + "forbidden", + "hear", + "monkey" + ], + "emoji": "🙉", + "text": "", + "type": 1, + "order": 122, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "speak-no-evil monkey", + "hexcode": "1F64A", + "tags": [ + "evil", + "face", + "forbidden", + "monkey", + "speak" + ], + "emoji": "🙊", + "text": "", + "type": 1, + "order": 123, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "kiss mark", + "hexcode": "1F48B", + "tags": [ + "kiss", + "lips" + ], + "emoji": "💋", + "text": "", + "type": 1, + "order": 124, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "love letter", + "hexcode": "1F48C", + "tags": [ + "heart", + "letter", + "love", + "mail" + ], + "emoji": "💌", + "text": "", + "type": 1, + "order": 125, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "heart with arrow", + "hexcode": "1F498", + "tags": [ + "arrow", + "cupid" + ], + "emoji": "💘", + "text": "", + "type": 1, + "order": 126, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "heart with ribbon", + "hexcode": "1F49D", + "tags": [ + "ribbon", + "valentine" + ], + "emoji": "💝", + "text": "", + "type": 1, + "order": 127, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "sparkling heart", + "hexcode": "1F496", + "tags": [ + "excited", + "sparkle" + ], + "emoji": "💖", + "text": "", + "type": 1, + "order": 128, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "growing heart", + "hexcode": "1F497", + "tags": [ + "excited", + "growing", + "nervous", + "pulse" + ], + "emoji": "💗", + "text": "", + "type": 1, + "order": 129, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "beating heart", + "hexcode": "1F493", + "tags": [ + "beating", + "heartbeat", + "pulsating" + ], + "emoji": "💓", + "text": "", + "type": 1, + "order": 130, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "revolving hearts", + "hexcode": "1F49E", + "tags": [ + "revolving" + ], + "emoji": "💞", + "text": "", + "type": 1, + "order": 131, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "two hearts", + "hexcode": "1F495", + "tags": [ + "love" + ], + "emoji": "💕", + "text": "", + "type": 1, + "order": 132, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "heart decoration", + "hexcode": "1F49F", + "tags": [ + "heart" + ], + "emoji": "💟", + "text": "", + "type": 1, + "order": 133, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "heart exclamation", + "hexcode": "2763", + "tags": [ + "exclamation", + "mark", + "punctuation" + ], + "emoji": "❣️", + "text": "❣︎", + "type": 0, + "order": 135, + "group": 0, + "subgroup": 14, + "version": 1 + }, + { + "annotation": "broken heart", + "hexcode": "1F494", + "tags": [ + "break", + "broken" + ], + "emoji": "💔", + "text": "", + "type": 1, + "order": 136, + "group": 0, + "subgroup": 14, + "version": 0.6, + "emoticon": "", + "skins": [ + { + "annotation": "man mage: light skin tone", + "hexcode": "1F9D9-1F3FB-200D-2642-FE0F", + "emoji": "🧙🏻‍♂️", + "text": "", + "type": 1, + "order": 1623, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man mage: medium-light skin tone", + "hexcode": "1F9D9-1F3FC-200D-2642-FE0F", + "emoji": "🧙🏼‍♂️", + "text": "", + "type": 1, + "order": 1625, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man mage: medium skin tone", + "hexcode": "1F9D9-1F3FD-200D-2642-FE0F", + "emoji": "🧙🏽‍♂️", + "text": "", + "type": 1, + "order": 1627, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man mage: medium-dark skin tone", + "hexcode": "1F9D9-1F3FE-200D-2642-FE0F", + "emoji": "🧙🏾‍♂️", + "text": "", + "type": 1, + "order": 1629, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man mage: dark skin tone", + "hexcode": "1F9D9-1F3FF-200D-2642-FE0F", + "emoji": "🧙🏿‍♂️", + "text": "", + "type": 1, + "order": 1631, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman mage", + "hexcode": "1F9D9-200D-2640-FE0F", + "tags": [ + "sorceress", + "witch" + ], + "emoji": "🧙‍♀️", + "text": "", + "type": 1, + "order": 1633, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman mage: light skin tone", + "hexcode": "1F9D9-1F3FB-200D-2640-FE0F", + "emoji": "🧙🏻‍♀️", + "text": "", + "type": 1, + "order": 1635, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman mage: medium-light skin tone", + "hexcode": "1F9D9-1F3FC-200D-2640-FE0F", + "emoji": "🧙🏼‍♀️", + "text": "", + "type": 1, + "order": 1637, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman mage: medium skin tone", + "hexcode": "1F9D9-1F3FD-200D-2640-FE0F", + "emoji": "🧙🏽‍♀️", + "text": "", + "type": 1, + "order": 1639, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman mage: medium-dark skin tone", + "hexcode": "1F9D9-1F3FE-200D-2640-FE0F", + "emoji": "🧙🏾‍♀️", + "text": "", + "type": 1, + "order": 1641, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman mage: dark skin tone", + "hexcode": "1F9D9-1F3FF-200D-2640-FE0F", + "emoji": "🧙🏿‍♀️", + "text": "", + "type": 1, + "order": 1643, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "fairy", + "hexcode": "1F9DA", + "tags": [ + "oberon", + "puck", + "titania" + ], + "emoji": "🧚", + "text": "", + "type": 1, + "order": 1645, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "fairy: light skin tone", + "hexcode": "1F9DA-1F3FB", + "emoji": "🧚🏻", + "text": "", + "type": 1, + "order": 1646, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "fairy: medium-light skin tone", + "hexcode": "1F9DA-1F3FC", + "emoji": "🧚🏼", + "text": "", + "type": 1, + "order": 1647, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "fairy: medium skin tone", + "hexcode": "1F9DA-1F3FD", + "emoji": "🧚🏽", + "text": "", + "type": 1, + "order": 1648, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "fairy: medium-dark skin tone", + "hexcode": "1F9DA-1F3FE", + "emoji": "🧚🏾", + "text": "", + "type": 1, + "order": 1649, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "fairy: dark skin tone", + "hexcode": "1F9DA-1F3FF", + "emoji": "🧚🏿", + "text": "", + "type": 1, + "order": 1650, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man fairy", + "hexcode": "1F9DA-200D-2642-FE0F", + "tags": [ + "oberon", + "puck" + ], + "emoji": "🧚‍♂️", + "text": "", + "type": 1, + "order": 1651, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man fairy: light skin tone", + "hexcode": "1F9DA-1F3FB-200D-2642-FE0F", + "emoji": "🧚🏻‍♂️", + "text": "", + "type": 1, + "order": 1653, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man fairy: medium-light skin tone", + "hexcode": "1F9DA-1F3FC-200D-2642-FE0F", + "emoji": "🧚🏼‍♂️", + "text": "", + "type": 1, + "order": 1655, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man fairy: medium skin tone", + "hexcode": "1F9DA-1F3FD-200D-2642-FE0F", + "emoji": "🧚🏽‍♂️", + "text": "", + "type": 1, + "order": 1657, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man fairy: medium-dark skin tone", + "hexcode": "1F9DA-1F3FE-200D-2642-FE0F", + "emoji": "🧚🏾‍♂️", + "text": "", + "type": 1, + "order": 1659, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man fairy: dark skin tone", + "hexcode": "1F9DA-1F3FF-200D-2642-FE0F", + "emoji": "🧚🏿‍♂️", + "text": "", + "type": 1, + "order": 1661, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman fairy", + "hexcode": "1F9DA-200D-2640-FE0F", + "tags": [ + "titania" + ], + "emoji": "🧚‍♀️", + "text": "", + "type": 1, + "order": 1663, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman fairy: light skin tone", + "hexcode": "1F9DA-1F3FB-200D-2640-FE0F", + "emoji": "🧚🏻‍♀️", + "text": "", + "type": 1, + "order": 1665, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman fairy: medium-light skin tone", + "hexcode": "1F9DA-1F3FC-200D-2640-FE0F", + "emoji": "🧚🏼‍♀️", + "text": "", + "type": 1, + "order": 1667, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman fairy: medium skin tone", + "hexcode": "1F9DA-1F3FD-200D-2640-FE0F", + "emoji": "🧚🏽‍♀️", + "text": "", + "type": 1, + "order": 1669, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman fairy: medium-dark skin tone", + "hexcode": "1F9DA-1F3FE-200D-2640-FE0F", + "emoji": "🧚🏾‍♀️", + "text": "", + "type": 1, + "order": 1671, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman fairy: dark skin tone", + "hexcode": "1F9DA-1F3FF-200D-2640-FE0F", + "emoji": "🧚🏿‍♀️", + "text": "", + "type": 1, + "order": 1673, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "vampire", + "hexcode": "1F9DB", + "tags": [ + "dracula", + "undead" + ], + "emoji": "🧛", + "text": "", + "type": 1, + "order": 1675, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": ":E", + "skins": [ + { + "annotation": "vampire: light skin tone", + "hexcode": "1F9DB-1F3FB", + "emoji": "🧛🏻", + "text": "", + "type": 1, + "order": 1676, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "vampire: medium-light skin tone", + "hexcode": "1F9DB-1F3FC", + "emoji": "🧛🏼", + "text": "", + "type": 1, + "order": 1677, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "vampire: medium skin tone", + "hexcode": "1F9DB-1F3FD", + "emoji": "🧛🏽", + "text": "", + "type": 1, + "order": 1678, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "vampire: medium-dark skin tone", + "hexcode": "1F9DB-1F3FE", + "emoji": "🧛🏾", + "text": "", + "type": 1, + "order": 1679, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "vampire: dark skin tone", + "hexcode": "1F9DB-1F3FF", + "emoji": "🧛🏿", + "text": "", + "type": 1, + "order": 1680, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man vampire", + "hexcode": "1F9DB-200D-2642-FE0F", + "tags": [ + "dracula", + "undead" + ], + "emoji": "🧛‍♂️", + "text": "", + "type": 1, + "order": 1681, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man vampire: light skin tone", + "hexcode": "1F9DB-1F3FB-200D-2642-FE0F", + "emoji": "🧛🏻‍♂️", + "text": "", + "type": 1, + "order": 1683, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man vampire: medium-light skin tone", + "hexcode": "1F9DB-1F3FC-200D-2642-FE0F", + "emoji": "🧛🏼‍♂️", + "text": "", + "type": 1, + "order": 1685, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man vampire: medium skin tone", + "hexcode": "1F9DB-1F3FD-200D-2642-FE0F", + "emoji": "🧛🏽‍♂️", + "text": "", + "type": 1, + "order": 1687, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man vampire: medium-dark skin tone", + "hexcode": "1F9DB-1F3FE-200D-2642-FE0F", + "emoji": "🧛🏾‍♂️", + "text": "", + "type": 1, + "order": 1689, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man vampire: dark skin tone", + "hexcode": "1F9DB-1F3FF-200D-2642-FE0F", + "emoji": "🧛🏿‍♂️", + "text": "", + "type": 1, + "order": 1691, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman vampire", + "hexcode": "1F9DB-200D-2640-FE0F", + "tags": [ + "undead" + ], + "emoji": "🧛‍♀️", + "text": "", + "type": 1, + "order": 1693, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman vampire: light skin tone", + "hexcode": "1F9DB-1F3FB-200D-2640-FE0F", + "emoji": "🧛🏻‍♀️", + "text": "", + "type": 1, + "order": 1695, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman vampire: medium-light skin tone", + "hexcode": "1F9DB-1F3FC-200D-2640-FE0F", + "emoji": "🧛🏼‍♀️", + "text": "", + "type": 1, + "order": 1697, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman vampire: medium skin tone", + "hexcode": "1F9DB-1F3FD-200D-2640-FE0F", + "emoji": "🧛🏽‍♀️", + "text": "", + "type": 1, + "order": 1699, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman vampire: medium-dark skin tone", + "hexcode": "1F9DB-1F3FE-200D-2640-FE0F", + "emoji": "🧛🏾‍♀️", + "text": "", + "type": 1, + "order": 1701, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman vampire: dark skin tone", + "hexcode": "1F9DB-1F3FF-200D-2640-FE0F", + "emoji": "🧛🏿‍♀️", + "text": "", + "type": 1, + "order": 1703, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "merperson", + "hexcode": "1F9DC", + "tags": [ + "mermaid", + "merman", + "merwoman" + ], + "emoji": "🧜", + "text": "", + "type": 1, + "order": 1705, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "merperson: light skin tone", + "hexcode": "1F9DC-1F3FB", + "emoji": "🧜🏻", + "text": "", + "type": 1, + "order": 1706, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "merperson: medium-light skin tone", + "hexcode": "1F9DC-1F3FC", + "emoji": "🧜🏼", + "text": "", + "type": 1, + "order": 1707, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "merperson: medium skin tone", + "hexcode": "1F9DC-1F3FD", + "emoji": "🧜🏽", + "text": "", + "type": 1, + "order": 1708, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "merperson: medium-dark skin tone", + "hexcode": "1F9DC-1F3FE", + "emoji": "🧜🏾", + "text": "", + "type": 1, + "order": 1709, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "merperson: dark skin tone", + "hexcode": "1F9DC-1F3FF", + "emoji": "🧜🏿", + "text": "", + "type": 1, + "order": 1710, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "merman", + "hexcode": "1F9DC-200D-2642-FE0F", + "tags": [ + "triton" + ], + "emoji": "🧜‍♂️", + "text": "", + "type": 1, + "order": 1711, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "merman: light skin tone", + "hexcode": "1F9DC-1F3FB-200D-2642-FE0F", + "emoji": "🧜🏻‍♂️", + "text": "", + "type": 1, + "order": 1713, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "merman: medium-light skin tone", + "hexcode": "1F9DC-1F3FC-200D-2642-FE0F", + "emoji": "🧜🏼‍♂️", + "text": "", + "type": 1, + "order": 1715, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "merman: medium skin tone", + "hexcode": "1F9DC-1F3FD-200D-2642-FE0F", + "emoji": "🧜🏽‍♂️", + "text": "", + "type": 1, + "order": 1717, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "merman: medium-dark skin tone", + "hexcode": "1F9DC-1F3FE-200D-2642-FE0F", + "emoji": "🧜🏾‍♂️", + "text": "", + "type": 1, + "order": 1719, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "merman: dark skin tone", + "hexcode": "1F9DC-1F3FF-200D-2642-FE0F", + "emoji": "🧜🏿‍♂️", + "text": "", + "type": 1, + "order": 1721, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mermaid", + "hexcode": "1F9DC-200D-2640-FE0F", + "tags": [ + "merwoman" + ], + "emoji": "🧜‍♀️", + "text": "", + "type": 1, + "order": 1723, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "mermaid: light skin tone", + "hexcode": "1F9DC-1F3FB-200D-2640-FE0F", + "emoji": "🧜🏻‍♀️", + "text": "", + "type": 1, + "order": 1725, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mermaid: medium-light skin tone", + "hexcode": "1F9DC-1F3FC-200D-2640-FE0F", + "emoji": "🧜🏼‍♀️", + "text": "", + "type": 1, + "order": 1727, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mermaid: medium skin tone", + "hexcode": "1F9DC-1F3FD-200D-2640-FE0F", + "emoji": "🧜🏽‍♀️", + "text": "", + "type": 1, + "order": 1729, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mermaid: medium-dark skin tone", + "hexcode": "1F9DC-1F3FE-200D-2640-FE0F", + "emoji": "🧜🏾‍♀️", + "text": "", + "type": 1, + "order": 1731, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mermaid: dark skin tone", + "hexcode": "1F9DC-1F3FF-200D-2640-FE0F", + "emoji": "🧜🏿‍♀️", + "text": "", + "type": 1, + "order": 1733, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "elf", + "hexcode": "1F9DD", + "tags": [ + "magical" + ], + "emoji": "🧝", + "text": "", + "type": 1, + "order": 1735, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "elf: light skin tone", + "hexcode": "1F9DD-1F3FB", + "emoji": "🧝🏻", + "text": "", + "type": 1, + "order": 1736, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "elf: medium-light skin tone", + "hexcode": "1F9DD-1F3FC", + "emoji": "🧝🏼", + "text": "", + "type": 1, + "order": 1737, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "elf: medium skin tone", + "hexcode": "1F9DD-1F3FD", + "emoji": "🧝🏽", + "text": "", + "type": 1, + "order": 1738, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "elf: medium-dark skin tone", + "hexcode": "1F9DD-1F3FE", + "emoji": "🧝🏾", + "text": "", + "type": 1, + "order": 1739, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "elf: dark skin tone", + "hexcode": "1F9DD-1F3FF", + "emoji": "🧝🏿", + "text": "", + "type": 1, + "order": 1740, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man elf", + "hexcode": "1F9DD-200D-2642-FE0F", + "tags": [ + "magical" + ], + "emoji": "🧝‍♂️", + "text": "", + "type": 1, + "order": 1741, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man elf: light skin tone", + "hexcode": "1F9DD-1F3FB-200D-2642-FE0F", + "emoji": "🧝🏻‍♂️", + "text": "", + "type": 1, + "order": 1743, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man elf: medium-light skin tone", + "hexcode": "1F9DD-1F3FC-200D-2642-FE0F", + "emoji": "🧝🏼‍♂️", + "text": "", + "type": 1, + "order": 1745, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man elf: medium skin tone", + "hexcode": "1F9DD-1F3FD-200D-2642-FE0F", + "emoji": "🧝🏽‍♂️", + "text": "", + "type": 1, + "order": 1747, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man elf: medium-dark skin tone", + "hexcode": "1F9DD-1F3FE-200D-2642-FE0F", + "emoji": "🧝🏾‍♂️", + "text": "", + "type": 1, + "order": 1749, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man elf: dark skin tone", + "hexcode": "1F9DD-1F3FF-200D-2642-FE0F", + "emoji": "🧝🏿‍♂️", + "text": "", + "type": 1, + "order": 1751, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman elf", + "hexcode": "1F9DD-200D-2640-FE0F", + "tags": [ + "magical" + ], + "emoji": "🧝‍♀️", + "text": "", + "type": 1, + "order": 1753, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman elf: light skin tone", + "hexcode": "1F9DD-1F3FB-200D-2640-FE0F", + "emoji": "🧝🏻‍♀️", + "text": "", + "type": 1, + "order": 1755, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman elf: medium-light skin tone", + "hexcode": "1F9DD-1F3FC-200D-2640-FE0F", + "emoji": "🧝🏼‍♀️", + "text": "", + "type": 1, + "order": 1757, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman elf: medium skin tone", + "hexcode": "1F9DD-1F3FD-200D-2640-FE0F", + "emoji": "🧝🏽‍♀️", + "text": "", + "type": 1, + "order": 1759, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman elf: medium-dark skin tone", + "hexcode": "1F9DD-1F3FE-200D-2640-FE0F", + "emoji": "🧝🏾‍♀️", + "text": "", + "type": 1, + "order": 1761, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman elf: dark skin tone", + "hexcode": "1F9DD-1F3FF-200D-2640-FE0F", + "emoji": "🧝🏿‍♀️", + "text": "", + "type": 1, + "order": 1763, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "genie", + "hexcode": "1F9DE", + "tags": [ + "djinn" + ], + "emoji": "🧞", + "text": "", + "type": 1, + "order": 1765, + "group": 1, + "subgroup": 25, + "version": 5 + }, + { + "annotation": "man genie", + "hexcode": "1F9DE-200D-2642-FE0F", + "tags": [ + "djinn" + ], + "emoji": "🧞‍♂️", + "text": "", + "type": 1, + "order": 1766, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "woman genie", + "hexcode": "1F9DE-200D-2640-FE0F", + "tags": [ + "djinn" + ], + "emoji": "🧞‍♀️", + "text": "", + "type": 1, + "order": 1768, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "zombie", + "hexcode": "1F9DF", + "tags": [ + "undead", + "walking dead" + ], + "emoji": "🧟", + "text": "", + "type": 1, + "order": 1770, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": "8#" + }, + { + "annotation": "man zombie", + "hexcode": "1F9DF-200D-2642-FE0F", + "tags": [ + "undead", + "walking dead" + ], + "emoji": "🧟‍♂️", + "text": "", + "type": 1, + "order": 1771, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "woman zombie", + "hexcode": "1F9DF-200D-2640-FE0F", + "tags": [ + "undead", + "walking dead" + ], + "emoji": "🧟‍♀️", + "text": "", + "type": 1, + "order": 1773, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "person getting massage", + "hexcode": "1F486", + "tags": [ + "face", + "massage", + "salon" + ], + "emoji": "💆", + "text": "", + "type": 1, + "order": 1775, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "person getting massage: light skin tone", + "hexcode": "1F486-1F3FB", + "emoji": "💆🏻", + "text": "", + "type": 1, + "order": 1776, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "person getting massage: medium-light skin tone", + "hexcode": "1F486-1F3FC", + "emoji": "💆🏼", + "text": "", + "type": 1, + "order": 1777, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "person getting massage: medium skin tone", + "hexcode": "1F486-1F3FD", + "emoji": "💆🏽", + "text": "", + "type": 1, + "order": 1778, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "person getting massage: medium-dark skin tone", + "hexcode": "1F486-1F3FE", + "emoji": "💆🏾", + "text": "", + "type": 1, + "order": 1779, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "person getting massage: dark skin tone", + "hexcode": "1F486-1F3FF", + "emoji": "💆🏿", + "text": "", + "type": 1, + "order": 1780, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man getting massage", + "hexcode": "1F486-200D-2642-FE0F", + "tags": [ + "face", + "man", + "massage" + ], + "emoji": "💆‍♂️", + "text": "", + "type": 1, + "order": 1781, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man getting massage: light skin tone", + "hexcode": "1F486-1F3FB-200D-2642-FE0F", + "emoji": "💆🏻‍♂️", + "text": "", + "type": 1, + "order": 1783, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man getting massage: medium-light skin tone", + "hexcode": "1F486-1F3FC-200D-2642-FE0F", + "emoji": "💆🏼‍♂️", + "text": "", + "type": 1, + "order": 1785, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man getting massage: medium skin tone", + "hexcode": "1F486-1F3FD-200D-2642-FE0F", + "emoji": "💆🏽‍♂️", + "text": "", + "type": 1, + "order": 1787, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man getting massage: medium-dark skin tone", + "hexcode": "1F486-1F3FE-200D-2642-FE0F", + "emoji": "💆🏾‍♂️", + "text": "", + "type": 1, + "order": 1789, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man getting massage: dark skin tone", + "hexcode": "1F486-1F3FF-200D-2642-FE0F", + "emoji": "💆🏿‍♂️", + "text": "", + "type": 1, + "order": 1791, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman getting massage", + "hexcode": "1F486-200D-2640-FE0F", + "tags": [ + "face", + "massage", + "woman" + ], + "emoji": "💆‍♀️", + "text": "", + "type": 1, + "order": 1793, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman getting massage: light skin tone", + "hexcode": "1F486-1F3FB-200D-2640-FE0F", + "emoji": "💆🏻‍♀️", + "text": "", + "type": 1, + "order": 1795, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman getting massage: medium-light skin tone", + "hexcode": "1F486-1F3FC-200D-2640-FE0F", + "emoji": "💆🏼‍♀️", + "text": "", + "type": 1, + "order": 1797, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman getting massage: medium skin tone", + "hexcode": "1F486-1F3FD-200D-2640-FE0F", + "emoji": "💆🏽‍♀️", + "text": "", + "type": 1, + "order": 1799, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman getting massage: medium-dark skin tone", + "hexcode": "1F486-1F3FE-200D-2640-FE0F", + "emoji": "💆🏾‍♀️", + "text": "", + "type": 1, + "order": 1801, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman getting massage: dark skin tone", + "hexcode": "1F486-1F3FF-200D-2640-FE0F", + "emoji": "💆🏿‍♀️", + "text": "", + "type": 1, + "order": 1803, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person getting haircut", + "hexcode": "1F487", + "tags": [ + "barber", + "beauty", + "haircut", + "parlor" + ], + "emoji": "💇", + "text": "", + "type": 1, + "order": 1805, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "person getting haircut: light skin tone", + "hexcode": "1F487-1F3FB", + "emoji": "💇🏻", + "text": "", + "type": 1, + "order": 1806, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "person getting haircut: medium-light skin tone", + "hexcode": "1F487-1F3FC", + "emoji": "💇🏼", + "text": "", + "type": 1, + "order": 1807, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "person getting haircut: medium skin tone", + "hexcode": "1F487-1F3FD", + "emoji": "💇🏽", + "text": "", + "type": 1, + "order": 1808, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "person getting haircut: medium-dark skin tone", + "hexcode": "1F487-1F3FE", + "emoji": "💇🏾", + "text": "", + "type": 1, + "order": 1809, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "person getting haircut: dark skin tone", + "hexcode": "1F487-1F3FF", + "emoji": "💇🏿", + "text": "", + "type": 1, + "order": 1810, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man getting haircut", + "hexcode": "1F487-200D-2642-FE0F", + "tags": [ + "haircut", + "man" + ], + "emoji": "💇‍♂️", + "text": "", + "type": 1, + "order": 1811, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man getting haircut: light skin tone", + "hexcode": "1F487-1F3FB-200D-2642-FE0F", + "emoji": "💇🏻‍♂️", + "text": "", + "type": 1, + "order": 1813, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man getting haircut: medium-light skin tone", + "hexcode": "1F487-1F3FC-200D-2642-FE0F", + "emoji": "💇🏼‍♂️", + "text": "", + "type": 1, + "order": 1815, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man getting haircut: medium skin tone", + "hexcode": "1F487-1F3FD-200D-2642-FE0F", + "emoji": "💇🏽‍♂️", + "text": "", + "type": 1, + "order": 1817, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man getting haircut: medium-dark skin tone", + "hexcode": "1F487-1F3FE-200D-2642-FE0F", + "emoji": "💇🏾‍♂️", + "text": "", + "type": 1, + "order": 1819, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man getting haircut: dark skin tone", + "hexcode": "1F487-1F3FF-200D-2642-FE0F", + "emoji": "💇🏿‍♂️", + "text": "", + "type": 1, + "order": 1821, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman getting haircut", + "hexcode": "1F487-200D-2640-FE0F", + "tags": [ + "haircut", + "woman" + ], + "emoji": "💇‍♀️", + "text": "", + "type": 1, + "order": 1823, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman getting haircut: light skin tone", + "hexcode": "1F487-1F3FB-200D-2640-FE0F", + "emoji": "💇🏻‍♀️", + "text": "", + "type": 1, + "order": 1825, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman getting haircut: medium-light skin tone", + "hexcode": "1F487-1F3FC-200D-2640-FE0F", + "emoji": "💇🏼‍♀️", + "text": "", + "type": 1, + "order": 1827, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman getting haircut: medium skin tone", + "hexcode": "1F487-1F3FD-200D-2640-FE0F", + "emoji": "💇🏽‍♀️", + "text": "", + "type": 1, + "order": 1829, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman getting haircut: medium-dark skin tone", + "hexcode": "1F487-1F3FE-200D-2640-FE0F", + "emoji": "💇🏾‍♀️", + "text": "", + "type": 1, + "order": 1831, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman getting haircut: dark skin tone", + "hexcode": "1F487-1F3FF-200D-2640-FE0F", + "emoji": "💇🏿‍♀️", + "text": "", + "type": 1, + "order": 1833, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person walking", + "hexcode": "1F6B6", + "tags": [ + "hike", + "walk", + "walking" + ], + "emoji": "🚶", + "text": "", + "type": 1, + "order": 1835, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "person walking: light skin tone", + "hexcode": "1F6B6-1F3FB", + "emoji": "🚶🏻", + "text": "", + "type": 1, + "order": 1836, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "person walking: medium-light skin tone", + "hexcode": "1F6B6-1F3FC", + "emoji": "🚶🏼", + "text": "", + "type": 1, + "order": 1837, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "person walking: medium skin tone", + "hexcode": "1F6B6-1F3FD", + "emoji": "🚶🏽", + "text": "", + "type": 1, + "order": 1838, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "person walking: medium-dark skin tone", + "hexcode": "1F6B6-1F3FE", + "emoji": "🚶🏾", + "text": "", + "type": 1, + "order": 1839, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "person walking: dark skin tone", + "hexcode": "1F6B6-1F3FF", + "emoji": "🚶🏿", + "text": "", + "type": 1, + "order": 1840, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man walking", + "hexcode": "1F6B6-200D-2642-FE0F", + "tags": [ + "hike", + "man", + "walk" + ], + "emoji": "🚶‍♂️", + "text": "", + "type": 1, + "order": 1841, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man walking: light skin tone", + "hexcode": "1F6B6-1F3FB-200D-2642-FE0F", + "emoji": "🚶🏻‍♂️", + "text": "", + "type": 1, + "order": 1843, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man walking: medium-light skin tone", + "hexcode": "1F6B6-1F3FC-200D-2642-FE0F", + "emoji": "🚶🏼‍♂️", + "text": "", + "type": 1, + "order": 1845, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man walking: medium skin tone", + "hexcode": "1F6B6-1F3FD-200D-2642-FE0F", + "emoji": "🚶🏽‍♂️", + "text": "", + "type": 1, + "order": 1847, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man walking: medium-dark skin tone", + "hexcode": "1F6B6-1F3FE-200D-2642-FE0F", + "emoji": "🚶🏾‍♂️", + "text": "", + "type": 1, + "order": 1849, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man walking: dark skin tone", + "hexcode": "1F6B6-1F3FF-200D-2642-FE0F", + "emoji": "🚶🏿‍♂️", + "text": "", + "type": 1, + "order": 1851, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman walking", + "hexcode": "1F6B6-200D-2640-FE0F", + "tags": [ + "hike", + "walk", + "woman" + ], + "emoji": "🚶‍♀️", + "text": "", + "type": 1, + "order": 1853, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman walking: light skin tone", + "hexcode": "1F6B6-1F3FB-200D-2640-FE0F", + "emoji": "🚶🏻‍♀️", + "text": "", + "type": 1, + "order": 1855, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman walking: medium-light skin tone", + "hexcode": "1F6B6-1F3FC-200D-2640-FE0F", + "emoji": "🚶🏼‍♀️", + "text": "", + "type": 1, + "order": 1857, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman walking: medium skin tone", + "hexcode": "1F6B6-1F3FD-200D-2640-FE0F", + "emoji": "🚶🏽‍♀️", + "text": "", + "type": 1, + "order": 1859, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman walking: medium-dark skin tone", + "hexcode": "1F6B6-1F3FE-200D-2640-FE0F", + "emoji": "🚶🏾‍♀️", + "text": "", + "type": 1, + "order": 1861, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman walking: dark skin tone", + "hexcode": "1F6B6-1F3FF-200D-2640-FE0F", + "emoji": "🚶🏿‍♀️", + "text": "", + "type": 1, + "order": 1863, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person standing", + "hexcode": "1F9CD", + "tags": [ + "stand", + "standing" + ], + "emoji": "🧍", + "text": "", + "type": 1, + "order": 1865, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "person standing: light skin tone", + "hexcode": "1F9CD-1F3FB", + "emoji": "🧍🏻", + "text": "", + "type": 1, + "order": 1866, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "person standing: medium-light skin tone", + "hexcode": "1F9CD-1F3FC", + "emoji": "🧍🏼", + "text": "", + "type": 1, + "order": 1867, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "person standing: medium skin tone", + "hexcode": "1F9CD-1F3FD", + "emoji": "🧍🏽", + "text": "", + "type": 1, + "order": 1868, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "person standing: medium-dark skin tone", + "hexcode": "1F9CD-1F3FE", + "emoji": "🧍🏾", + "text": "", + "type": 1, + "order": 1869, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "person standing: dark skin tone", + "hexcode": "1F9CD-1F3FF", + "emoji": "🧍🏿", + "text": "", + "type": 1, + "order": 1870, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "man standing", + "hexcode": "1F9CD-200D-2642-FE0F", + "tags": [ + "man", + "standing" + ], + "emoji": "🧍‍♂️", + "text": "", + "type": 1, + "order": 1871, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "man standing: light skin tone", + "hexcode": "1F9CD-1F3FB-200D-2642-FE0F", + "emoji": "🧍🏻‍♂️", + "text": "", + "type": 1, + "order": 1873, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man standing: medium-light skin tone", + "hexcode": "1F9CD-1F3FC-200D-2642-FE0F", + "emoji": "🧍🏼‍♂️", + "text": "", + "type": 1, + "order": 1875, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man standing: medium skin tone", + "hexcode": "1F9CD-1F3FD-200D-2642-FE0F", + "emoji": "🧍🏽‍♂️", + "text": "", + "type": 1, + "order": 1877, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man standing: medium-dark skin tone", + "hexcode": "1F9CD-1F3FE-200D-2642-FE0F", + "emoji": "🧍🏾‍♂️", + "text": "", + "type": 1, + "order": 1879, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man standing: dark skin tone", + "hexcode": "1F9CD-1F3FF-200D-2642-FE0F", + "emoji": "🧍🏿‍♂️", + "text": "", + "type": 1, + "order": 1881, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman standing", + "hexcode": "1F9CD-200D-2640-FE0F", + "tags": [ + "standing", + "woman" + ], + "emoji": "🧍‍♀️", + "text": "", + "type": 1, + "order": 1883, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "woman standing: light skin tone", + "hexcode": "1F9CD-1F3FB-200D-2640-FE0F", + "emoji": "🧍🏻‍♀️", + "text": "", + "type": 1, + "order": 1885, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman standing: medium-light skin tone", + "hexcode": "1F9CD-1F3FC-200D-2640-FE0F", + "emoji": "🧍🏼‍♀️", + "text": "", + "type": 1, + "order": 1887, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman standing: medium skin tone", + "hexcode": "1F9CD-1F3FD-200D-2640-FE0F", + "emoji": "🧍🏽‍♀️", + "text": "", + "type": 1, + "order": 1889, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman standing: medium-dark skin tone", + "hexcode": "1F9CD-1F3FE-200D-2640-FE0F", + "emoji": "🧍🏾‍♀️", + "text": "", + "type": 1, + "order": 1891, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman standing: dark skin tone", + "hexcode": "1F9CD-1F3FF-200D-2640-FE0F", + "emoji": "🧍🏿‍♀️", + "text": "", + "type": 1, + "order": 1893, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person kneeling", + "hexcode": "1F9CE", + "tags": [ + "kneel", + "kneeling" + ], + "emoji": "🧎", + "text": "", + "type": 1, + "order": 1895, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "person kneeling: light skin tone", + "hexcode": "1F9CE-1F3FB", + "emoji": "🧎🏻", + "text": "", + "type": 1, + "order": 1896, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "person kneeling: medium-light skin tone", + "hexcode": "1F9CE-1F3FC", + "emoji": "🧎🏼", + "text": "", + "type": 1, + "order": 1897, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "person kneeling: medium skin tone", + "hexcode": "1F9CE-1F3FD", + "emoji": "🧎🏽", + "text": "", + "type": 1, + "order": 1898, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "person kneeling: medium-dark skin tone", + "hexcode": "1F9CE-1F3FE", + "emoji": "🧎🏾", + "text": "", + "type": 1, + "order": 1899, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "person kneeling: dark skin tone", + "hexcode": "1F9CE-1F3FF", + "emoji": "🧎🏿", + "text": "", + "type": 1, + "order": 1900, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "man kneeling", + "hexcode": "1F9CE-200D-2642-FE0F", + "tags": [ + "kneeling", + "man" + ], + "emoji": "🧎‍♂️", + "text": "", + "type": 1, + "order": 1901, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "man kneeling: light skin tone", + "hexcode": "1F9CE-1F3FB-200D-2642-FE0F", + "emoji": "🧎🏻‍♂️", + "text": "", + "type": 1, + "order": 1903, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man kneeling: medium-light skin tone", + "hexcode": "1F9CE-1F3FC-200D-2642-FE0F", + "emoji": "🧎🏼‍♂️", + "text": "", + "type": 1, + "order": 1905, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man kneeling: medium skin tone", + "hexcode": "1F9CE-1F3FD-200D-2642-FE0F", + "emoji": "🧎🏽‍♂️", + "text": "", + "type": 1, + "order": 1907, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man kneeling: medium-dark skin tone", + "hexcode": "1F9CE-1F3FE-200D-2642-FE0F", + "emoji": "🧎🏾‍♂️", + "text": "", + "type": 1, + "order": 1909, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man kneeling: dark skin tone", + "hexcode": "1F9CE-1F3FF-200D-2642-FE0F", + "emoji": "🧎🏿‍♂️", + "text": "", + "type": 1, + "order": 1911, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman kneeling", + "hexcode": "1F9CE-200D-2640-FE0F", + "tags": [ + "kneeling", + "woman" + ], + "emoji": "🧎‍♀️", + "text": "", + "type": 1, + "order": 1913, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "woman kneeling: light skin tone", + "hexcode": "1F9CE-1F3FB-200D-2640-FE0F", + "emoji": "🧎🏻‍♀️", + "text": "", + "type": 1, + "order": 1915, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman kneeling: medium-light skin tone", + "hexcode": "1F9CE-1F3FC-200D-2640-FE0F", + "emoji": "🧎🏼‍♀️", + "text": "", + "type": 1, + "order": 1917, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman kneeling: medium skin tone", + "hexcode": "1F9CE-1F3FD-200D-2640-FE0F", + "emoji": "🧎🏽‍♀️", + "text": "", + "type": 1, + "order": 1919, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman kneeling: medium-dark skin tone", + "hexcode": "1F9CE-1F3FE-200D-2640-FE0F", + "emoji": "🧎🏾‍♀️", + "text": "", + "type": 1, + "order": 1921, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman kneeling: dark skin tone", + "hexcode": "1F9CE-1F3FF-200D-2640-FE0F", + "emoji": "🧎🏿‍♀️", + "text": "", + "type": 1, + "order": 1923, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person with white cane", + "hexcode": "1F9D1-200D-1F9AF", + "tags": [ + "accessibility", + "blind" + ], + "emoji": "🧑‍🦯", + "text": "", + "type": 1, + "order": 1925, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "person with white cane: light skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F9AF", + "emoji": "🧑🏻‍🦯", + "text": "", + "type": 1, + "order": 1926, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "person with white cane: medium-light skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F9AF", + "emoji": "🧑🏼‍🦯", + "text": "", + "type": 1, + "order": 1927, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "person with white cane: medium skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F9AF", + "emoji": "🧑🏽‍🦯", + "text": "", + "type": 1, + "order": 1928, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "person with white cane: medium-dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F9AF", + "emoji": "🧑🏾‍🦯", + "text": "", + "type": 1, + "order": 1929, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "person with white cane: dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F9AF", + "emoji": "🧑🏿‍🦯", + "text": "", + "type": 1, + "order": 1930, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "man with white cane", + "hexcode": "1F468-200D-1F9AF", + "tags": [ + "accessibility", + "blind", + "man" + ], + "emoji": "👨‍🦯", + "text": "", + "type": 1, + "order": 1931, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "man with white cane: light skin tone", + "hexcode": "1F468-1F3FB-200D-1F9AF", + "emoji": "👨🏻‍🦯", + "text": "", + "type": 1, + "order": 1932, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "man with white cane: medium-light skin tone", + "hexcode": "1F468-1F3FC-200D-1F9AF", + "emoji": "👨🏼‍🦯", + "text": "", + "type": 1, + "order": 1933, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "man with white cane: medium skin tone", + "hexcode": "1F468-1F3FD-200D-1F9AF", + "emoji": "👨🏽‍🦯", + "text": "", + "type": 1, + "order": 1934, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "man with white cane: medium-dark skin tone", + "hexcode": "1F468-1F3FE-200D-1F9AF", + "emoji": "👨🏾‍🦯", + "text": "", + "type": 1, + "order": 1935, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "man with white cane: dark skin tone", + "hexcode": "1F468-1F3FF-200D-1F9AF", + "emoji": "👨🏿‍🦯", + "text": "", + "type": 1, + "order": 1936, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "woman with white cane", + "hexcode": "1F469-200D-1F9AF", + "tags": [ + "accessibility", + "blind", + "woman" + ], + "emoji": "👩‍🦯", + "text": "", + "type": 1, + "order": 1937, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "woman with white cane: light skin tone", + "hexcode": "1F469-1F3FB-200D-1F9AF", + "emoji": "👩🏻‍🦯", + "text": "", + "type": 1, + "order": 1938, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "woman with white cane: medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-1F9AF", + "emoji": "👩🏼‍🦯", + "text": "", + "type": 1, + "order": 1939, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "woman with white cane: medium skin tone", + "hexcode": "1F469-1F3FD-200D-1F9AF", + "emoji": "👩🏽‍🦯", + "text": "", + "type": 1, + "order": 1940, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "woman with white cane: medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-1F9AF", + "emoji": "👩🏾‍🦯", + "text": "", + "type": 1, + "order": 1941, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "woman with white cane: dark skin tone", + "hexcode": "1F469-1F3FF-200D-1F9AF", + "emoji": "👩🏿‍🦯", + "text": "", + "type": 1, + "order": 1942, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "person in motorized wheelchair", + "hexcode": "1F9D1-200D-1F9BC", + "tags": [ + "accessibility", + "wheelchair" + ], + "emoji": "🧑‍🦼", + "text": "", + "type": 1, + "order": 1943, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "person in motorized wheelchair: light skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F9BC", + "emoji": "🧑🏻‍🦼", + "text": "", + "type": 1, + "order": 1944, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "person in motorized wheelchair: medium-light skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F9BC", + "emoji": "🧑🏼‍🦼", + "text": "", + "type": 1, + "order": 1945, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "person in motorized wheelchair: medium skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F9BC", + "emoji": "🧑🏽‍🦼", + "text": "", + "type": 1, + "order": 1946, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "person in motorized wheelchair: medium-dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F9BC", + "emoji": "🧑🏾‍🦼", + "text": "", + "type": 1, + "order": 1947, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "person in motorized wheelchair: dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F9BC", + "emoji": "🧑🏿‍🦼", + "text": "", + "type": 1, + "order": 1948, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "man in motorized wheelchair", + "hexcode": "1F468-200D-1F9BC", + "tags": [ + "accessibility", + "man", + "wheelchair" + ], + "emoji": "👨‍🦼", + "text": "", + "type": 1, + "order": 1949, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "man in motorized wheelchair: light skin tone", + "hexcode": "1F468-1F3FB-200D-1F9BC", + "emoji": "👨🏻‍🦼", + "text": "", + "type": 1, + "order": 1950, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "man in motorized wheelchair: medium-light skin tone", + "hexcode": "1F468-1F3FC-200D-1F9BC", + "emoji": "👨🏼‍🦼", + "text": "", + "type": 1, + "order": 1951, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "man in motorized wheelchair: medium skin tone", + "hexcode": "1F468-1F3FD-200D-1F9BC", + "emoji": "👨🏽‍🦼", + "text": "", + "type": 1, + "order": 1952, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "man in motorized wheelchair: medium-dark skin tone", + "hexcode": "1F468-1F3FE-200D-1F9BC", + "emoji": "👨🏾‍🦼", + "text": "", + "type": 1, + "order": 1953, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "man in motorized wheelchair: dark skin tone", + "hexcode": "1F468-1F3FF-200D-1F9BC", + "emoji": "👨🏿‍🦼", + "text": "", + "type": 1, + "order": 1954, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "woman in motorized wheelchair", + "hexcode": "1F469-200D-1F9BC", + "tags": [ + "accessibility", + "wheelchair", + "woman" + ], + "emoji": "👩‍🦼", + "text": "", + "type": 1, + "order": 1955, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "woman in motorized wheelchair: light skin tone", + "hexcode": "1F469-1F3FB-200D-1F9BC", + "emoji": "👩🏻‍🦼", + "text": "", + "type": 1, + "order": 1956, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "woman in motorized wheelchair: medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-1F9BC", + "emoji": "👩🏼‍🦼", + "text": "", + "type": 1, + "order": 1957, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "woman in motorized wheelchair: medium skin tone", + "hexcode": "1F469-1F3FD-200D-1F9BC", + "emoji": "👩🏽‍🦼", + "text": "", + "type": 1, + "order": 1958, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "woman in motorized wheelchair: medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-1F9BC", + "emoji": "👩🏾‍🦼", + "text": "", + "type": 1, + "order": 1959, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "woman in motorized wheelchair: dark skin tone", + "hexcode": "1F469-1F3FF-200D-1F9BC", + "emoji": "👩🏿‍🦼", + "text": "", + "type": 1, + "order": 1960, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "person in manual wheelchair", + "hexcode": "1F9D1-200D-1F9BD", + "tags": [ + "accessibility", + "wheelchair" + ], + "emoji": "🧑‍🦽", + "text": "", + "type": 1, + "order": 1961, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "person in manual wheelchair: light skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F9BD", + "emoji": "🧑🏻‍🦽", + "text": "", + "type": 1, + "order": 1962, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "person in manual wheelchair: medium-light skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F9BD", + "emoji": "🧑🏼‍🦽", + "text": "", + "type": 1, + "order": 1963, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "person in manual wheelchair: medium skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F9BD", + "emoji": "🧑🏽‍🦽", + "text": "", + "type": 1, + "order": 1964, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "person in manual wheelchair: medium-dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F9BD", + "emoji": "🧑🏾‍🦽", + "text": "", + "type": 1, + "order": 1965, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "person in manual wheelchair: dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F9BD", + "emoji": "🧑🏿‍🦽", + "text": "", + "type": 1, + "order": 1966, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "man in manual wheelchair", + "hexcode": "1F468-200D-1F9BD", + "tags": [ + "accessibility", + "man", + "wheelchair" + ], + "emoji": "👨‍🦽", + "text": "", + "type": 1, + "order": 1967, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "man in manual wheelchair: light skin tone", + "hexcode": "1F468-1F3FB-200D-1F9BD", + "emoji": "👨🏻‍🦽", + "text": "", + "type": 1, + "order": 1968, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "man in manual wheelchair: medium-light skin tone", + "hexcode": "1F468-1F3FC-200D-1F9BD", + "emoji": "👨🏼‍🦽", + "text": "", + "type": 1, + "order": 1969, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "man in manual wheelchair: medium skin tone", + "hexcode": "1F468-1F3FD-200D-1F9BD", + "emoji": "👨🏽‍🦽", + "text": "", + "type": 1, + "order": 1970, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "man in manual wheelchair: medium-dark skin tone", + "hexcode": "1F468-1F3FE-200D-1F9BD", + "emoji": "👨🏾‍🦽", + "text": "", + "type": 1, + "order": 1971, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "man in manual wheelchair: dark skin tone", + "hexcode": "1F468-1F3FF-200D-1F9BD", + "emoji": "👨🏿‍🦽", + "text": "", + "type": 1, + "order": 1972, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "woman in manual wheelchair", + "hexcode": "1F469-200D-1F9BD", + "tags": [ + "accessibility", + "wheelchair", + "woman" + ], + "emoji": "👩‍🦽", + "text": "", + "type": 1, + "order": 1973, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "woman in manual wheelchair: light skin tone", + "hexcode": "1F469-1F3FB-200D-1F9BD", + "emoji": "👩🏻‍🦽", + "text": "", + "type": 1, + "order": 1974, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "woman in manual wheelchair: medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-1F9BD", + "emoji": "👩🏼‍🦽", + "text": "", + "type": 1, + "order": 1975, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "woman in manual wheelchair: medium skin tone", + "hexcode": "1F469-1F3FD-200D-1F9BD", + "emoji": "👩🏽‍🦽", + "text": "", + "type": 1, + "order": 1976, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "woman in manual wheelchair: medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-1F9BD", + "emoji": "👩🏾‍🦽", + "text": "", + "type": 1, + "order": 1977, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "woman in manual wheelchair: dark skin tone", + "hexcode": "1F469-1F3FF-200D-1F9BD", + "emoji": "👩🏿‍🦽", + "text": "", + "type": 1, + "order": 1978, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "person running", + "hexcode": "1F3C3", + "tags": [ + "marathon", + "running" + ], + "emoji": "🏃", + "text": "", + "type": 1, + "order": 1979, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "person running: light skin tone", + "hexcode": "1F3C3-1F3FB", + "emoji": "🏃🏻", + "text": "", + "type": 1, + "order": 1980, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "person running: medium-light skin tone", + "hexcode": "1F3C3-1F3FC", + "emoji": "🏃🏼", + "text": "", + "type": 1, + "order": 1981, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "person running: medium skin tone", + "hexcode": "1F3C3-1F3FD", + "emoji": "🏃🏽", + "text": "", + "type": 1, + "order": 1982, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "person running: medium-dark skin tone", + "hexcode": "1F3C3-1F3FE", + "emoji": "🏃🏾", + "text": "", + "type": 1, + "order": 1983, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "person running: dark skin tone", + "hexcode": "1F3C3-1F3FF", + "emoji": "🏃🏿", + "text": "", + "type": 1, + "order": 1984, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man running", + "hexcode": "1F3C3-200D-2642-FE0F", + "tags": [ + "man", + "marathon", + "racing", + "running" + ], + "emoji": "🏃‍♂️", + "text": "", + "type": 1, + "order": 1985, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man running: light skin tone", + "hexcode": "1F3C3-1F3FB-200D-2642-FE0F", + "emoji": "🏃🏻‍♂️", + "text": "", + "type": 1, + "order": 1987, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man running: medium-light skin tone", + "hexcode": "1F3C3-1F3FC-200D-2642-FE0F", + "emoji": "🏃🏼‍♂️", + "text": "", + "type": 1, + "order": 1989, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man running: medium skin tone", + "hexcode": "1F3C3-1F3FD-200D-2642-FE0F", + "emoji": "🏃🏽‍♂️", + "text": "", + "type": 1, + "order": 1991, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man running: medium-dark skin tone", + "hexcode": "1F3C3-1F3FE-200D-2642-FE0F", + "emoji": "🏃🏾‍♂️", + "text": "", + "type": 1, + "order": 1993, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man running: dark skin tone", + "hexcode": "1F3C3-1F3FF-200D-2642-FE0F", + "emoji": "🏃🏿‍♂️", + "text": "", + "type": 1, + "order": 1995, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman running", + "hexcode": "1F3C3-200D-2640-FE0F", + "tags": [ + "marathon", + "racing", + "running", + "woman" + ], + "emoji": "🏃‍♀️", + "text": "", + "type": 1, + "order": 1997, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman running: light skin tone", + "hexcode": "1F3C3-1F3FB-200D-2640-FE0F", + "emoji": "🏃🏻‍♀️", + "text": "", + "type": 1, + "order": 1999, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman running: medium-light skin tone", + "hexcode": "1F3C3-1F3FC-200D-2640-FE0F", + "emoji": "🏃🏼‍♀️", + "text": "", + "type": 1, + "order": 2001, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman running: medium skin tone", + "hexcode": "1F3C3-1F3FD-200D-2640-FE0F", + "emoji": "🏃🏽‍♀️", + "text": "", + "type": 1, + "order": 2003, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman running: medium-dark skin tone", + "hexcode": "1F3C3-1F3FE-200D-2640-FE0F", + "emoji": "🏃🏾‍♀️", + "text": "", + "type": 1, + "order": 2005, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman running: dark skin tone", + "hexcode": "1F3C3-1F3FF-200D-2640-FE0F", + "emoji": "🏃🏿‍♀️", + "text": "", + "type": 1, + "order": 2007, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "woman dancing", + "hexcode": "1F483", + "tags": [ + "dance", + "dancing", + "woman" + ], + "emoji": "💃", + "text": "", + "type": 1, + "order": 2009, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "woman dancing: light skin tone", + "hexcode": "1F483-1F3FB", + "emoji": "💃🏻", + "text": "", + "type": 1, + "order": 2010, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "woman dancing: medium-light skin tone", + "hexcode": "1F483-1F3FC", + "emoji": "💃🏼", + "text": "", + "type": 1, + "order": 2011, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "woman dancing: medium skin tone", + "hexcode": "1F483-1F3FD", + "emoji": "💃🏽", + "text": "", + "type": 1, + "order": 2012, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "woman dancing: medium-dark skin tone", + "hexcode": "1F483-1F3FE", + "emoji": "💃🏾", + "text": "", + "type": 1, + "order": 2013, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "woman dancing: dark skin tone", + "hexcode": "1F483-1F3FF", + "emoji": "💃🏿", + "text": "", + "type": 1, + "order": 2014, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man dancing", + "hexcode": "1F57A", + "tags": [ + "dance", + "dancing", + "man" + ], + "emoji": "🕺", + "text": "", + "type": 1, + "order": 2015, + "group": 1, + "subgroup": 26, + "version": 3, + "skins": [ + { + "annotation": "man dancing: light skin tone", + "hexcode": "1F57A-1F3FB", + "emoji": "🕺🏻", + "text": "", + "type": 1, + "order": 2016, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 1 + }, + { + "annotation": "man dancing: medium-light skin tone", + "hexcode": "1F57A-1F3FC", + "emoji": "🕺🏼", + "text": "", + "type": 1, + "order": 2017, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 2 + }, + { + "annotation": "man dancing: medium skin tone", + "hexcode": "1F57A-1F3FD", + "emoji": "🕺🏽", + "text": "", + "type": 1, + "order": 2018, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 3 + }, + { + "annotation": "man dancing: medium-dark skin tone", + "hexcode": "1F57A-1F3FE", + "emoji": "🕺🏾", + "text": "", + "type": 1, + "order": 2019, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 4 + }, + { + "annotation": "man dancing: dark skin tone", + "hexcode": "1F57A-1F3FF", + "emoji": "🕺🏿", + "text": "", + "type": 1, + "order": 2020, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "person in suit levitating", + "hexcode": "1F574", + "tags": [ + "business", + "person", + "suit" + ], + "emoji": "🕴️", + "text": "🕴︎", + "type": 0, + "order": 2022, + "group": 1, + "subgroup": 26, + "version": 0.7, + "skins": [ + { + "annotation": "person in suit levitating: light skin tone", + "hexcode": "1F574-1F3FB", + "emoji": "🕴🏻", + "text": "", + "type": 1, + "order": 2023, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 1 + }, + { + "annotation": "person in suit levitating: medium-light skin tone", + "hexcode": "1F574-1F3FC", + "emoji": "🕴🏼", + "text": "", + "type": 1, + "order": 2024, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 2 + }, + { + "annotation": "person in suit levitating: medium skin tone", + "hexcode": "1F574-1F3FD", + "emoji": "🕴🏽", + "text": "", + "type": 1, + "order": 2025, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 3 + }, + { + "annotation": "person in suit levitating: medium-dark skin tone", + "hexcode": "1F574-1F3FE", + "emoji": "🕴🏾", + "text": "", + "type": 1, + "order": 2026, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 4 + }, + { + "annotation": "person in suit levitating: dark skin tone", + "hexcode": "1F574-1F3FF", + "emoji": "🕴🏿", + "text": "", + "type": 1, + "order": 2027, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "people with bunny ears", + "hexcode": "1F46F", + "tags": [ + "bunny ear", + "dancer", + "partying" + ], + "emoji": "👯", + "text": "", + "type": 1, + "order": 2028, + "group": 1, + "subgroup": 26, + "version": 0.6 + }, + { + "annotation": "men with bunny ears", + "hexcode": "1F46F-200D-2642-FE0F", + "tags": [ + "bunny ear", + "dancer", + "men", + "partying" + ], + "emoji": "👯‍♂️", + "text": "", + "type": 1, + "order": 2029, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1 + }, + { + "annotation": "women with bunny ears", + "hexcode": "1F46F-200D-2640-FE0F", + "tags": [ + "bunny ear", + "dancer", + "partying", + "women" + ], + "emoji": "👯‍♀️", + "text": "", + "type": 1, + "order": 2031, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0 + }, + { + "annotation": "person in steamy room", + "hexcode": "1F9D6", + "tags": [ + "sauna", + "steam room" + ], + "emoji": "🧖", + "text": "", + "type": 1, + "order": 2033, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "person in steamy room: light skin tone", + "hexcode": "1F9D6-1F3FB", + "emoji": "🧖🏻", + "text": "", + "type": 1, + "order": 2034, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "person in steamy room: medium-light skin tone", + "hexcode": "1F9D6-1F3FC", + "emoji": "🧖🏼", + "text": "", + "type": 1, + "order": 2035, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "person in steamy room: medium skin tone", + "hexcode": "1F9D6-1F3FD", + "emoji": "🧖🏽", + "text": "", + "type": 1, + "order": 2036, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "person in steamy room: medium-dark skin tone", + "hexcode": "1F9D6-1F3FE", + "emoji": "🧖🏾", + "text": "", + "type": 1, + "order": 2037, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "person in steamy room: dark skin tone", + "hexcode": "1F9D6-1F3FF", + "emoji": "🧖🏿", + "text": "", + "type": 1, + "order": 2038, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man in steamy room", + "hexcode": "1F9D6-200D-2642-FE0F", + "tags": [ + "sauna", + "steam room" + ], + "emoji": "🧖‍♂️", + "text": "", + "type": 1, + "order": 2039, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man in steamy room: light skin tone", + "hexcode": "1F9D6-1F3FB-200D-2642-FE0F", + "emoji": "🧖🏻‍♂️", + "text": "", + "type": 1, + "order": 2041, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man in steamy room: medium-light skin tone", + "hexcode": "1F9D6-1F3FC-200D-2642-FE0F", + "emoji": "🧖🏼‍♂️", + "text": "", + "type": 1, + "order": 2043, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man in steamy room: medium skin tone", + "hexcode": "1F9D6-1F3FD-200D-2642-FE0F", + "emoji": "🧖🏽‍♂️", + "text": "", + "type": 1, + "order": 2045, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man in steamy room: medium-dark skin tone", + "hexcode": "1F9D6-1F3FE-200D-2642-FE0F", + "emoji": "🧖🏾‍♂️", + "text": "", + "type": 1, + "order": 2047, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man in steamy room: dark skin tone", + "hexcode": "1F9D6-1F3FF-200D-2642-FE0F", + "emoji": "🧖🏿‍♂️", + "text": "", + "type": 1, + "order": 2049, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman in steamy room", + "hexcode": "1F9D6-200D-2640-FE0F", + "tags": [ + "sauna", + "steam room" + ], + "emoji": "🧖‍♀️", + "text": "", + "type": 1, + "order": 2051, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman in steamy room: light skin tone", + "hexcode": "1F9D6-1F3FB-200D-2640-FE0F", + "emoji": "🧖🏻‍♀️", + "text": "", + "type": 1, + "order": 2053, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman in steamy room: medium-light skin tone", + "hexcode": "1F9D6-1F3FC-200D-2640-FE0F", + "emoji": "🧖🏼‍♀️", + "text": "", + "type": 1, + "order": 2055, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman in steamy room: medium skin tone", + "hexcode": "1F9D6-1F3FD-200D-2640-FE0F", + "emoji": "🧖🏽‍♀️", + "text": "", + "type": 1, + "order": 2057, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman in steamy room: medium-dark skin tone", + "hexcode": "1F9D6-1F3FE-200D-2640-FE0F", + "emoji": "🧖🏾‍♀️", + "text": "", + "type": 1, + "order": 2059, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman in steamy room: dark skin tone", + "hexcode": "1F9D6-1F3FF-200D-2640-FE0F", + "emoji": "🧖🏿‍♀️", + "text": "", + "type": 1, + "order": 2061, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person climbing", + "hexcode": "1F9D7", + "tags": [ + "climber" + ], + "emoji": "🧗", + "text": "", + "type": 1, + "order": 2063, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "person climbing: light skin tone", + "hexcode": "1F9D7-1F3FB", + "emoji": "🧗🏻", + "text": "", + "type": 1, + "order": 2064, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "person climbing: medium-light skin tone", + "hexcode": "1F9D7-1F3FC", + "emoji": "🧗🏼", + "text": "", + "type": 1, + "order": 2065, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "person climbing: medium skin tone", + "hexcode": "1F9D7-1F3FD", + "emoji": "🧗🏽", + "text": "", + "type": 1, + "order": 2066, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "person climbing: medium-dark skin tone", + "hexcode": "1F9D7-1F3FE", + "emoji": "🧗🏾", + "text": "", + "type": 1, + "order": 2067, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "person climbing: dark skin tone", + "hexcode": "1F9D7-1F3FF", + "emoji": "🧗🏿", + "text": "", + "type": 1, + "order": 2068, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man climbing", + "hexcode": "1F9D7-200D-2642-FE0F", + "tags": [ + "climber" + ], + "emoji": "🧗‍♂️", + "text": "", + "type": 1, + "order": 2069, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man climbing: light skin tone", + "hexcode": "1F9D7-1F3FB-200D-2642-FE0F", + "emoji": "🧗🏻‍♂️", + "text": "", + "type": 1, + "order": 2071, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man climbing: medium-light skin tone", + "hexcode": "1F9D7-1F3FC-200D-2642-FE0F", + "emoji": "🧗🏼‍♂️", + "text": "", + "type": 1, + "order": 2073, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man climbing: medium skin tone", + "hexcode": "1F9D7-1F3FD-200D-2642-FE0F", + "emoji": "🧗🏽‍♂️", + "text": "", + "type": 1, + "order": 2075, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man climbing: medium-dark skin tone", + "hexcode": "1F9D7-1F3FE-200D-2642-FE0F", + "emoji": "🧗🏾‍♂️", + "text": "", + "type": 1, + "order": 2077, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man climbing: dark skin tone", + "hexcode": "1F9D7-1F3FF-200D-2642-FE0F", + "emoji": "🧗🏿‍♂️", + "text": "", + "type": 1, + "order": 2079, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman climbing", + "hexcode": "1F9D7-200D-2640-FE0F", + "tags": [ + "climber" + ], + "emoji": "🧗‍♀️", + "text": "", + "type": 1, + "order": 2081, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman climbing: light skin tone", + "hexcode": "1F9D7-1F3FB-200D-2640-FE0F", + "emoji": "🧗🏻‍♀️", + "text": "", + "type": 1, + "order": 2083, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman climbing: medium-light skin tone", + "hexcode": "1F9D7-1F3FC-200D-2640-FE0F", + "emoji": "🧗🏼‍♀️", + "text": "", + "type": 1, + "order": 2085, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman climbing: medium skin tone", + "hexcode": "1F9D7-1F3FD-200D-2640-FE0F", + "emoji": "🧗🏽‍♀️", + "text": "", + "type": 1, + "order": 2087, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman climbing: medium-dark skin tone", + "hexcode": "1F9D7-1F3FE-200D-2640-FE0F", + "emoji": "🧗🏾‍♀️", + "text": "", + "type": 1, + "order": 2089, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman climbing: dark skin tone", + "hexcode": "1F9D7-1F3FF-200D-2640-FE0F", + "emoji": "🧗🏿‍♀️", + "text": "", + "type": 1, + "order": 2091, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person fencing", + "hexcode": "1F93A", + "tags": [ + "fencer", + "fencing", + "sword" + ], + "emoji": "🤺", + "text": "", + "type": 1, + "order": 2093, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "horse racing", + "hexcode": "1F3C7", + "tags": [ + "horse", + "jockey", + "racehorse", + "racing" + ], + "emoji": "🏇", + "text": "", + "type": 1, + "order": 2094, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "horse racing: light skin tone", + "hexcode": "1F3C7-1F3FB", + "emoji": "🏇🏻", + "text": "", + "type": 1, + "order": 2095, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "horse racing: medium-light skin tone", + "hexcode": "1F3C7-1F3FC", + "emoji": "🏇🏼", + "text": "", + "type": 1, + "order": 2096, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "horse racing: medium skin tone", + "hexcode": "1F3C7-1F3FD", + "emoji": "🏇🏽", + "text": "", + "type": 1, + "order": 2097, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "horse racing: medium-dark skin tone", + "hexcode": "1F3C7-1F3FE", + "emoji": "🏇🏾", + "text": "", + "type": 1, + "order": 2098, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "horse racing: dark skin tone", + "hexcode": "1F3C7-1F3FF", + "emoji": "🏇🏿", + "text": "", + "type": 1, + "order": 2099, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "skier", + "hexcode": "26F7", + "tags": [ + "ski", + "snow" + ], + "emoji": "⛷️", + "text": "⛷︎", + "type": 0, + "order": 2101, + "group": 1, + "subgroup": 27, + "version": 0.7 + }, + { + "annotation": "snowboarder", + "hexcode": "1F3C2", + "tags": [ + "ski", + "snow", + "snowboard" + ], + "emoji": "🏂️", + "text": "🏂︎", + "type": 1, + "order": 2102, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "snowboarder: light skin tone", + "hexcode": "1F3C2-1F3FB", + "emoji": "🏂🏻", + "text": "", + "type": 1, + "order": 2103, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "snowboarder: medium-light skin tone", + "hexcode": "1F3C2-1F3FC", + "emoji": "🏂🏼", + "text": "", + "type": 1, + "order": 2104, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "snowboarder: medium skin tone", + "hexcode": "1F3C2-1F3FD", + "emoji": "🏂🏽", + "text": "", + "type": 1, + "order": 2105, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "snowboarder: medium-dark skin tone", + "hexcode": "1F3C2-1F3FE", + "emoji": "🏂🏾", + "text": "", + "type": 1, + "order": 2106, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "snowboarder: dark skin tone", + "hexcode": "1F3C2-1F3FF", + "emoji": "🏂🏿", + "text": "", + "type": 1, + "order": 2107, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "person golfing", + "hexcode": "1F3CC", + "tags": [ + "ball", + "golf" + ], + "emoji": "🏌️", + "text": "🏌︎", + "type": 0, + "order": 2109, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "person golfing: light skin tone", + "hexcode": "1F3CC-1F3FB", + "emoji": "🏌🏻", + "text": "", + "type": 1, + "order": 2110, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 1 + }, + { + "annotation": "person golfing: medium-light skin tone", + "hexcode": "1F3CC-1F3FC", + "emoji": "🏌🏼", + "text": "", + "type": 1, + "order": 2111, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 2 + }, + { + "annotation": "person golfing: medium skin tone", + "hexcode": "1F3CC-1F3FD", + "emoji": "🏌🏽", + "text": "", + "type": 1, + "order": 2112, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 3 + }, + { + "annotation": "person golfing: medium-dark skin tone", + "hexcode": "1F3CC-1F3FE", + "emoji": "🏌🏾", + "text": "", + "type": 1, + "order": 2113, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 4 + }, + { + "annotation": "person golfing: dark skin tone", + "hexcode": "1F3CC-1F3FF", + "emoji": "🏌🏿", + "text": "", + "type": 1, + "order": 2114, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "man golfing", + "hexcode": "1F3CC-FE0F-200D-2642-FE0F", + "tags": [ + "golf", + "man" + ], + "emoji": "🏌️‍♂️", + "text": "", + "type": 1, + "order": 2115, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man golfing: light skin tone", + "hexcode": "1F3CC-1F3FB-200D-2642-FE0F", + "emoji": "🏌🏻‍♂️", + "text": "", + "type": 1, + "order": 2119, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man golfing: medium-light skin tone", + "hexcode": "1F3CC-1F3FC-200D-2642-FE0F", + "emoji": "🏌🏼‍♂️", + "text": "", + "type": 1, + "order": 2121, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man golfing: medium skin tone", + "hexcode": "1F3CC-1F3FD-200D-2642-FE0F", + "emoji": "🏌🏽‍♂️", + "text": "", + "type": 1, + "order": 2123, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man golfing: medium-dark skin tone", + "hexcode": "1F3CC-1F3FE-200D-2642-FE0F", + "emoji": "🏌🏾‍♂️", + "text": "", + "type": 1, + "order": 2125, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man golfing: dark skin tone", + "hexcode": "1F3CC-1F3FF-200D-2642-FE0F", + "emoji": "🏌🏿‍♂️", + "text": "", + "type": 1, + "order": 2127, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman golfing", + "hexcode": "1F3CC-FE0F-200D-2640-FE0F", + "tags": [ + "golf", + "woman" + ], + "emoji": "🏌️‍♀️", + "text": "", + "type": 1, + "order": 2129, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman golfing: light skin tone", + "hexcode": "1F3CC-1F3FB-200D-2640-FE0F", + "emoji": "🏌🏻‍♀️", + "text": "", + "type": 1, + "order": 2133, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman golfing: medium-light skin tone", + "hexcode": "1F3CC-1F3FC-200D-2640-FE0F", + "emoji": "🏌🏼‍♀️", + "text": "", + "type": 1, + "order": 2135, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman golfing: medium skin tone", + "hexcode": "1F3CC-1F3FD-200D-2640-FE0F", + "emoji": "🏌🏽‍♀️", + "text": "", + "type": 1, + "order": 2137, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman golfing: medium-dark skin tone", + "hexcode": "1F3CC-1F3FE-200D-2640-FE0F", + "emoji": "🏌🏾‍♀️", + "text": "", + "type": 1, + "order": 2139, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman golfing: dark skin tone", + "hexcode": "1F3CC-1F3FF-200D-2640-FE0F", + "emoji": "🏌🏿‍♀️", + "text": "", + "type": 1, + "order": 2141, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person surfing", + "hexcode": "1F3C4", + "tags": [ + "surfing" + ], + "emoji": "🏄️", + "text": "🏄︎", + "type": 1, + "order": 2143, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "person surfing: light skin tone", + "hexcode": "1F3C4-1F3FB", + "emoji": "🏄🏻", + "text": "", + "type": 1, + "order": 2144, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "person surfing: medium-light skin tone", + "hexcode": "1F3C4-1F3FC", + "emoji": "🏄🏼", + "text": "", + "type": 1, + "order": 2145, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "person surfing: medium skin tone", + "hexcode": "1F3C4-1F3FD", + "emoji": "🏄🏽", + "text": "", + "type": 1, + "order": 2146, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "person surfing: medium-dark skin tone", + "hexcode": "1F3C4-1F3FE", + "emoji": "🏄🏾", + "text": "", + "type": 1, + "order": 2147, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "person surfing: dark skin tone", + "hexcode": "1F3C4-1F3FF", + "emoji": "🏄🏿", + "text": "", + "type": 1, + "order": 2148, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man surfing", + "hexcode": "1F3C4-200D-2642-FE0F", + "tags": [ + "man", + "surfing" + ], + "emoji": "🏄‍♂️", + "text": "", + "type": 1, + "order": 2149, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man surfing: light skin tone", + "hexcode": "1F3C4-1F3FB-200D-2642-FE0F", + "emoji": "🏄🏻‍♂️", + "text": "", + "type": 1, + "order": 2151, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man surfing: medium-light skin tone", + "hexcode": "1F3C4-1F3FC-200D-2642-FE0F", + "emoji": "🏄🏼‍♂️", + "text": "", + "type": 1, + "order": 2153, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man surfing: medium skin tone", + "hexcode": "1F3C4-1F3FD-200D-2642-FE0F", + "emoji": "🏄🏽‍♂️", + "text": "", + "type": 1, + "order": 2155, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man surfing: medium-dark skin tone", + "hexcode": "1F3C4-1F3FE-200D-2642-FE0F", + "emoji": "🏄🏾‍♂️", + "text": "", + "type": 1, + "order": 2157, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man surfing: dark skin tone", + "hexcode": "1F3C4-1F3FF-200D-2642-FE0F", + "emoji": "🏄🏿‍♂️", + "text": "", + "type": 1, + "order": 2159, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman surfing", + "hexcode": "1F3C4-200D-2640-FE0F", + "tags": [ + "surfing", + "woman" + ], + "emoji": "🏄‍♀️", + "text": "", + "type": 1, + "order": 2161, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman surfing: light skin tone", + "hexcode": "1F3C4-1F3FB-200D-2640-FE0F", + "emoji": "🏄🏻‍♀️", + "text": "", + "type": 1, + "order": 2163, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman surfing: medium-light skin tone", + "hexcode": "1F3C4-1F3FC-200D-2640-FE0F", + "emoji": "🏄🏼‍♀️", + "text": "", + "type": 1, + "order": 2165, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman surfing: medium skin tone", + "hexcode": "1F3C4-1F3FD-200D-2640-FE0F", + "emoji": "🏄🏽‍♀️", + "text": "", + "type": 1, + "order": 2167, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman surfing: medium-dark skin tone", + "hexcode": "1F3C4-1F3FE-200D-2640-FE0F", + "emoji": "🏄🏾‍♀️", + "text": "", + "type": 1, + "order": 2169, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman surfing: dark skin tone", + "hexcode": "1F3C4-1F3FF-200D-2640-FE0F", + "emoji": "🏄🏿‍♀️", + "text": "", + "type": 1, + "order": 2171, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person rowing boat", + "hexcode": "1F6A3", + "tags": [ + "boat", + "rowboat" + ], + "emoji": "🚣", + "text": "", + "type": 1, + "order": 2173, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "person rowing boat: light skin tone", + "hexcode": "1F6A3-1F3FB", + "emoji": "🚣🏻", + "text": "", + "type": 1, + "order": 2174, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "person rowing boat: medium-light skin tone", + "hexcode": "1F6A3-1F3FC", + "emoji": "🚣🏼", + "text": "", + "type": 1, + "order": 2175, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "person rowing boat: medium skin tone", + "hexcode": "1F6A3-1F3FD", + "emoji": "🚣🏽", + "text": "", + "type": 1, + "order": 2176, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "person rowing boat: medium-dark skin tone", + "hexcode": "1F6A3-1F3FE", + "emoji": "🚣🏾", + "text": "", + "type": 1, + "order": 2177, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "person rowing boat: dark skin tone", + "hexcode": "1F6A3-1F3FF", + "emoji": "🚣🏿", + "text": "", + "type": 1, + "order": 2178, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man rowing boat", + "hexcode": "1F6A3-200D-2642-FE0F", + "tags": [ + "boat", + "man", + "rowboat" + ], + "emoji": "🚣‍♂️", + "text": "", + "type": 1, + "order": 2179, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man rowing boat: light skin tone", + "hexcode": "1F6A3-1F3FB-200D-2642-FE0F", + "emoji": "🚣🏻‍♂️", + "text": "", + "type": 1, + "order": 2181, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man rowing boat: medium-light skin tone", + "hexcode": "1F6A3-1F3FC-200D-2642-FE0F", + "emoji": "🚣🏼‍♂️", + "text": "", + "type": 1, + "order": 2183, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man rowing boat: medium skin tone", + "hexcode": "1F6A3-1F3FD-200D-2642-FE0F", + "emoji": "🚣🏽‍♂️", + "text": "", + "type": 1, + "order": 2185, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man rowing boat: medium-dark skin tone", + "hexcode": "1F6A3-1F3FE-200D-2642-FE0F", + "emoji": "🚣🏾‍♂️", + "text": "", + "type": 1, + "order": 2187, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man rowing boat: dark skin tone", + "hexcode": "1F6A3-1F3FF-200D-2642-FE0F", + "emoji": "🚣🏿‍♂️", + "text": "", + "type": 1, + "order": 2189, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman rowing boat", + "hexcode": "1F6A3-200D-2640-FE0F", + "tags": [ + "boat", + "rowboat", + "woman" + ], + "emoji": "🚣‍♀️", + "text": "", + "type": 1, + "order": 2191, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman rowing boat: light skin tone", + "hexcode": "1F6A3-1F3FB-200D-2640-FE0F", + "emoji": "🚣🏻‍♀️", + "text": "", + "type": 1, + "order": 2193, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman rowing boat: medium-light skin tone", + "hexcode": "1F6A3-1F3FC-200D-2640-FE0F", + "emoji": "🚣🏼‍♀️", + "text": "", + "type": 1, + "order": 2195, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman rowing boat: medium skin tone", + "hexcode": "1F6A3-1F3FD-200D-2640-FE0F", + "emoji": "🚣🏽‍♀️", + "text": "", + "type": 1, + "order": 2197, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman rowing boat: medium-dark skin tone", + "hexcode": "1F6A3-1F3FE-200D-2640-FE0F", + "emoji": "🚣🏾‍♀️", + "text": "", + "type": 1, + "order": 2199, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman rowing boat: dark skin tone", + "hexcode": "1F6A3-1F3FF-200D-2640-FE0F", + "emoji": "🚣🏿‍♀️", + "text": "", + "type": 1, + "order": 2201, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person swimming", + "hexcode": "1F3CA", + "tags": [ + "swim" + ], + "emoji": "🏊️", + "text": "🏊︎", + "type": 1, + "order": 2203, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "person swimming: light skin tone", + "hexcode": "1F3CA-1F3FB", + "emoji": "🏊🏻", + "text": "", + "type": 1, + "order": 2204, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "person swimming: medium-light skin tone", + "hexcode": "1F3CA-1F3FC", + "emoji": "🏊🏼", + "text": "", + "type": 1, + "order": 2205, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "person swimming: medium skin tone", + "hexcode": "1F3CA-1F3FD", + "emoji": "🏊🏽", + "text": "", + "type": 1, + "order": 2206, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "person swimming: medium-dark skin tone", + "hexcode": "1F3CA-1F3FE", + "emoji": "🏊🏾", + "text": "", + "type": 1, + "order": 2207, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "person swimming: dark skin tone", + "hexcode": "1F3CA-1F3FF", + "emoji": "🏊🏿", + "text": "", + "type": 1, + "order": 2208, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man swimming", + "hexcode": "1F3CA-200D-2642-FE0F", + "tags": [ + "man", + "swim" + ], + "emoji": "🏊‍♂️", + "text": "", + "type": 1, + "order": 2209, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man swimming: light skin tone", + "hexcode": "1F3CA-1F3FB-200D-2642-FE0F", + "emoji": "🏊🏻‍♂️", + "text": "", + "type": 1, + "order": 2211, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man swimming: medium-light skin tone", + "hexcode": "1F3CA-1F3FC-200D-2642-FE0F", + "emoji": "🏊🏼‍♂️", + "text": "", + "type": 1, + "order": 2213, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man swimming: medium skin tone", + "hexcode": "1F3CA-1F3FD-200D-2642-FE0F", + "emoji": "🏊🏽‍♂️", + "text": "", + "type": 1, + "order": 2215, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man swimming: medium-dark skin tone", + "hexcode": "1F3CA-1F3FE-200D-2642-FE0F", + "emoji": "🏊🏾‍♂️", + "text": "", + "type": 1, + "order": 2217, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man swimming: dark skin tone", + "hexcode": "1F3CA-1F3FF-200D-2642-FE0F", + "emoji": "🏊🏿‍♂️", + "text": "", + "type": 1, + "order": 2219, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman swimming", + "hexcode": "1F3CA-200D-2640-FE0F", + "tags": [ + "swim", + "woman" + ], + "emoji": "🏊‍♀️", + "text": "", + "type": 1, + "order": 2221, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman swimming: light skin tone", + "hexcode": "1F3CA-1F3FB-200D-2640-FE0F", + "emoji": "🏊🏻‍♀️", + "text": "", + "type": 1, + "order": 2223, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman swimming: medium-light skin tone", + "hexcode": "1F3CA-1F3FC-200D-2640-FE0F", + "emoji": "🏊🏼‍♀️", + "text": "", + "type": 1, + "order": 2225, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman swimming: medium skin tone", + "hexcode": "1F3CA-1F3FD-200D-2640-FE0F", + "emoji": "🏊🏽‍♀️", + "text": "", + "type": 1, + "order": 2227, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman swimming: medium-dark skin tone", + "hexcode": "1F3CA-1F3FE-200D-2640-FE0F", + "emoji": "🏊🏾‍♀️", + "text": "", + "type": 1, + "order": 2229, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman swimming: dark skin tone", + "hexcode": "1F3CA-1F3FF-200D-2640-FE0F", + "emoji": "🏊🏿‍♀️", + "text": "", + "type": 1, + "order": 2231, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person bouncing ball", + "hexcode": "26F9", + "tags": [ + "ball" + ], + "emoji": "⛹️", + "text": "⛹︎", + "type": 0, + "order": 2234, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "person bouncing ball: light skin tone", + "hexcode": "26F9-1F3FB", + "emoji": "⛹🏻", + "text": "", + "type": 1, + "order": 2235, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "person bouncing ball: medium-light skin tone", + "hexcode": "26F9-1F3FC", + "emoji": "⛹🏼", + "text": "", + "type": 1, + "order": 2236, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "person bouncing ball: medium skin tone", + "hexcode": "26F9-1F3FD", + "emoji": "⛹🏽", + "text": "", + "type": 1, + "order": 2237, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "person bouncing ball: medium-dark skin tone", + "hexcode": "26F9-1F3FE", + "emoji": "⛹🏾", + "text": "", + "type": 1, + "order": 2238, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "person bouncing ball: dark skin tone", + "hexcode": "26F9-1F3FF", + "emoji": "⛹🏿", + "text": "", + "type": 1, + "order": 2239, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "man bouncing ball", + "hexcode": "26F9-FE0F-200D-2642-FE0F", + "tags": [ + "ball", + "man" + ], + "emoji": "⛹️‍♂️", + "text": "", + "type": 1, + "order": 2240, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man bouncing ball: light skin tone", + "hexcode": "26F9-1F3FB-200D-2642-FE0F", + "emoji": "⛹🏻‍♂️", + "text": "", + "type": 1, + "order": 2244, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man bouncing ball: medium-light skin tone", + "hexcode": "26F9-1F3FC-200D-2642-FE0F", + "emoji": "⛹🏼‍♂️", + "text": "", + "type": 1, + "order": 2246, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man bouncing ball: medium skin tone", + "hexcode": "26F9-1F3FD-200D-2642-FE0F", + "emoji": "⛹🏽‍♂️", + "text": "", + "type": 1, + "order": 2248, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man bouncing ball: medium-dark skin tone", + "hexcode": "26F9-1F3FE-200D-2642-FE0F", + "emoji": "⛹🏾‍♂️", + "text": "", + "type": 1, + "order": 2250, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man bouncing ball: dark skin tone", + "hexcode": "26F9-1F3FF-200D-2642-FE0F", + "emoji": "⛹🏿‍♂️", + "text": "", + "type": 1, + "order": 2252, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman bouncing ball", + "hexcode": "26F9-FE0F-200D-2640-FE0F", + "tags": [ + "ball", + "woman" + ], + "emoji": "⛹️‍♀️", + "text": "", + "type": 1, + "order": 2254, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman bouncing ball: light skin tone", + "hexcode": "26F9-1F3FB-200D-2640-FE0F", + "emoji": "⛹🏻‍♀️", + "text": "", + "type": 1, + "order": 2258, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman bouncing ball: medium-light skin tone", + "hexcode": "26F9-1F3FC-200D-2640-FE0F", + "emoji": "⛹🏼‍♀️", + "text": "", + "type": 1, + "order": 2260, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman bouncing ball: medium skin tone", + "hexcode": "26F9-1F3FD-200D-2640-FE0F", + "emoji": "⛹🏽‍♀️", + "text": "", + "type": 1, + "order": 2262, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman bouncing ball: medium-dark skin tone", + "hexcode": "26F9-1F3FE-200D-2640-FE0F", + "emoji": "⛹🏾‍♀️", + "text": "", + "type": 1, + "order": 2264, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman bouncing ball: dark skin tone", + "hexcode": "26F9-1F3FF-200D-2640-FE0F", + "emoji": "⛹🏿‍♀️", + "text": "", + "type": 1, + "order": 2266, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person lifting weights", + "hexcode": "1F3CB", + "tags": [ + "lifter", + "weight" + ], + "emoji": "🏋️", + "text": "🏋︎", + "type": 0, + "order": 2269, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "person lifting weights: light skin tone", + "hexcode": "1F3CB-1F3FB", + "emoji": "🏋🏻", + "text": "", + "type": 1, + "order": 2270, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "person lifting weights: medium-light skin tone", + "hexcode": "1F3CB-1F3FC", + "emoji": "🏋🏼", + "text": "", + "type": 1, + "order": 2271, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "person lifting weights: medium skin tone", + "hexcode": "1F3CB-1F3FD", + "emoji": "🏋🏽", + "text": "", + "type": 1, + "order": 2272, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "person lifting weights: medium-dark skin tone", + "hexcode": "1F3CB-1F3FE", + "emoji": "🏋🏾", + "text": "", + "type": 1, + "order": 2273, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "person lifting weights: dark skin tone", + "hexcode": "1F3CB-1F3FF", + "emoji": "🏋🏿", + "text": "", + "type": 1, + "order": 2274, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "man lifting weights", + "hexcode": "1F3CB-FE0F-200D-2642-FE0F", + "tags": [ + "man", + "weight lifter" + ], + "emoji": "🏋️‍♂️", + "text": "", + "type": 1, + "order": 2275, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man lifting weights: light skin tone", + "hexcode": "1F3CB-1F3FB-200D-2642-FE0F", + "emoji": "🏋🏻‍♂️", + "text": "", + "type": 1, + "order": 2279, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man lifting weights: medium-light skin tone", + "hexcode": "1F3CB-1F3FC-200D-2642-FE0F", + "emoji": "🏋🏼‍♂️", + "text": "", + "type": 1, + "order": 2281, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man lifting weights: medium skin tone", + "hexcode": "1F3CB-1F3FD-200D-2642-FE0F", + "emoji": "🏋🏽‍♂️", + "text": "", + "type": 1, + "order": 2283, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man lifting weights: medium-dark skin tone", + "hexcode": "1F3CB-1F3FE-200D-2642-FE0F", + "emoji": "🏋🏾‍♂️", + "text": "", + "type": 1, + "order": 2285, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man lifting weights: dark skin tone", + "hexcode": "1F3CB-1F3FF-200D-2642-FE0F", + "emoji": "🏋🏿‍♂️", + "text": "", + "type": 1, + "order": 2287, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman lifting weights", + "hexcode": "1F3CB-FE0F-200D-2640-FE0F", + "tags": [ + "weight lifter", + "woman" + ], + "emoji": "🏋️‍♀️", + "text": "", + "type": 1, + "order": 2289, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman lifting weights: light skin tone", + "hexcode": "1F3CB-1F3FB-200D-2640-FE0F", + "emoji": "🏋🏻‍♀️", + "text": "", + "type": 1, + "order": 2293, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman lifting weights: medium-light skin tone", + "hexcode": "1F3CB-1F3FC-200D-2640-FE0F", + "emoji": "🏋🏼‍♀️", + "text": "", + "type": 1, + "order": 2295, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman lifting weights: medium skin tone", + "hexcode": "1F3CB-1F3FD-200D-2640-FE0F", + "emoji": "🏋🏽‍♀️", + "text": "", + "type": 1, + "order": 2297, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman lifting weights: medium-dark skin tone", + "hexcode": "1F3CB-1F3FE-200D-2640-FE0F", + "emoji": "🏋🏾‍♀️", + "text": "", + "type": 1, + "order": 2299, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman lifting weights: dark skin tone", + "hexcode": "1F3CB-1F3FF-200D-2640-FE0F", + "emoji": "🏋🏿‍♀️", + "text": "", + "type": 1, + "order": 2301, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person biking", + "hexcode": "1F6B4", + "tags": [ + "bicycle", + "biking", + "cyclist" + ], + "emoji": "🚴", + "text": "", + "type": 1, + "order": 2303, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "person biking: light skin tone", + "hexcode": "1F6B4-1F3FB", + "emoji": "🚴🏻", + "text": "", + "type": 1, + "order": 2304, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "person biking: medium-light skin tone", + "hexcode": "1F6B4-1F3FC", + "emoji": "🚴🏼", + "text": "", + "type": 1, + "order": 2305, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "person biking: medium skin tone", + "hexcode": "1F6B4-1F3FD", + "emoji": "🚴🏽", + "text": "", + "type": 1, + "order": 2306, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "person biking: medium-dark skin tone", + "hexcode": "1F6B4-1F3FE", + "emoji": "🚴🏾", + "text": "", + "type": 1, + "order": 2307, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "person biking: dark skin tone", + "hexcode": "1F6B4-1F3FF", + "emoji": "🚴🏿", + "text": "", + "type": 1, + "order": 2308, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man biking", + "hexcode": "1F6B4-200D-2642-FE0F", + "tags": [ + "bicycle", + "biking", + "cyclist", + "man" + ], + "emoji": "🚴‍♂️", + "text": "", + "type": 1, + "order": 2309, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man biking: light skin tone", + "hexcode": "1F6B4-1F3FB-200D-2642-FE0F", + "emoji": "🚴🏻‍♂️", + "text": "", + "type": 1, + "order": 2311, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man biking: medium-light skin tone", + "hexcode": "1F6B4-1F3FC-200D-2642-FE0F", + "emoji": "🚴🏼‍♂️", + "text": "", + "type": 1, + "order": 2313, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man biking: medium skin tone", + "hexcode": "1F6B4-1F3FD-200D-2642-FE0F", + "emoji": "🚴🏽‍♂️", + "text": "", + "type": 1, + "order": 2315, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man biking: medium-dark skin tone", + "hexcode": "1F6B4-1F3FE-200D-2642-FE0F", + "emoji": "🚴🏾‍♂️", + "text": "", + "type": 1, + "order": 2317, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man biking: dark skin tone", + "hexcode": "1F6B4-1F3FF-200D-2642-FE0F", + "emoji": "🚴🏿‍♂️", + "text": "", + "type": 1, + "order": 2319, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman biking", + "hexcode": "1F6B4-200D-2640-FE0F", + "tags": [ + "bicycle", + "biking", + "cyclist", + "woman" + ], + "emoji": "🚴‍♀️", + "text": "", + "type": 1, + "order": 2321, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman biking: light skin tone", + "hexcode": "1F6B4-1F3FB-200D-2640-FE0F", + "emoji": "🚴🏻‍♀️", + "text": "", + "type": 1, + "order": 2323, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman biking: medium-light skin tone", + "hexcode": "1F6B4-1F3FC-200D-2640-FE0F", + "emoji": "🚴🏼‍♀️", + "text": "", + "type": 1, + "order": 2325, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman biking: medium skin tone", + "hexcode": "1F6B4-1F3FD-200D-2640-FE0F", + "emoji": "🚴🏽‍♀️", + "text": "", + "type": 1, + "order": 2327, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman biking: medium-dark skin tone", + "hexcode": "1F6B4-1F3FE-200D-2640-FE0F", + "emoji": "🚴🏾‍♀️", + "text": "", + "type": 1, + "order": 2329, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman biking: dark skin tone", + "hexcode": "1F6B4-1F3FF-200D-2640-FE0F", + "emoji": "🚴🏿‍♀️", + "text": "", + "type": 1, + "order": 2331, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person mountain biking", + "hexcode": "1F6B5", + "tags": [ + "bicycle", + "bicyclist", + "bike", + "cyclist", + "mountain" + ], + "emoji": "🚵", + "text": "", + "type": 1, + "order": 2333, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "person mountain biking: light skin tone", + "hexcode": "1F6B5-1F3FB", + "emoji": "🚵🏻", + "text": "", + "type": 1, + "order": 2334, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "person mountain biking: medium-light skin tone", + "hexcode": "1F6B5-1F3FC", + "emoji": "🚵🏼", + "text": "", + "type": 1, + "order": 2335, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "person mountain biking: medium skin tone", + "hexcode": "1F6B5-1F3FD", + "emoji": "🚵🏽", + "text": "", + "type": 1, + "order": 2336, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "person mountain biking: medium-dark skin tone", + "hexcode": "1F6B5-1F3FE", + "emoji": "🚵🏾", + "text": "", + "type": 1, + "order": 2337, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "person mountain biking: dark skin tone", + "hexcode": "1F6B5-1F3FF", + "emoji": "🚵🏿", + "text": "", + "type": 1, + "order": 2338, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "man mountain biking", + "hexcode": "1F6B5-200D-2642-FE0F", + "tags": [ + "bicycle", + "bike", + "cyclist", + "man", + "mountain" + ], + "emoji": "🚵‍♂️", + "text": "", + "type": 1, + "order": 2339, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man mountain biking: light skin tone", + "hexcode": "1F6B5-1F3FB-200D-2642-FE0F", + "emoji": "🚵🏻‍♂️", + "text": "", + "type": 1, + "order": 2341, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man mountain biking: medium-light skin tone", + "hexcode": "1F6B5-1F3FC-200D-2642-FE0F", + "emoji": "🚵🏼‍♂️", + "text": "", + "type": 1, + "order": 2343, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man mountain biking: medium skin tone", + "hexcode": "1F6B5-1F3FD-200D-2642-FE0F", + "emoji": "🚵🏽‍♂️", + "text": "", + "type": 1, + "order": 2345, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man mountain biking: medium-dark skin tone", + "hexcode": "1F6B5-1F3FE-200D-2642-FE0F", + "emoji": "🚵🏾‍♂️", + "text": "", + "type": 1, + "order": 2347, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man mountain biking: dark skin tone", + "hexcode": "1F6B5-1F3FF-200D-2642-FE0F", + "emoji": "🚵🏿‍♂️", + "text": "", + "type": 1, + "order": 2349, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman mountain biking", + "hexcode": "1F6B5-200D-2640-FE0F", + "tags": [ + "bicycle", + "bike", + "biking", + "cyclist", + "mountain", + "woman" + ], + "emoji": "🚵‍♀️", + "text": "", + "type": 1, + "order": 2351, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman mountain biking: light skin tone", + "hexcode": "1F6B5-1F3FB-200D-2640-FE0F", + "emoji": "🚵🏻‍♀️", + "text": "", + "type": 1, + "order": 2353, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman mountain biking: medium-light skin tone", + "hexcode": "1F6B5-1F3FC-200D-2640-FE0F", + "emoji": "🚵🏼‍♀️", + "text": "", + "type": 1, + "order": 2355, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman mountain biking: medium skin tone", + "hexcode": "1F6B5-1F3FD-200D-2640-FE0F", + "emoji": "🚵🏽‍♀️", + "text": "", + "type": 1, + "order": 2357, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman mountain biking: medium-dark skin tone", + "hexcode": "1F6B5-1F3FE-200D-2640-FE0F", + "emoji": "🚵🏾‍♀️", + "text": "", + "type": 1, + "order": 2359, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman mountain biking: dark skin tone", + "hexcode": "1F6B5-1F3FF-200D-2640-FE0F", + "emoji": "🚵🏿‍♀️", + "text": "", + "type": 1, + "order": 2361, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person cartwheeling", + "hexcode": "1F938", + "tags": [ + "cartwheel", + "gymnastics" + ], + "emoji": "🤸", + "text": "", + "type": 1, + "order": 2363, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "person cartwheeling: light skin tone", + "hexcode": "1F938-1F3FB", + "emoji": "🤸🏻", + "text": "", + "type": 1, + "order": 2364, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "person cartwheeling: medium-light skin tone", + "hexcode": "1F938-1F3FC", + "emoji": "🤸🏼", + "text": "", + "type": 1, + "order": 2365, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "person cartwheeling: medium skin tone", + "hexcode": "1F938-1F3FD", + "emoji": "🤸🏽", + "text": "", + "type": 1, + "order": 2366, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "person cartwheeling: medium-dark skin tone", + "hexcode": "1F938-1F3FE", + "emoji": "🤸🏾", + "text": "", + "type": 1, + "order": 2367, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "person cartwheeling: dark skin tone", + "hexcode": "1F938-1F3FF", + "emoji": "🤸🏿", + "text": "", + "type": 1, + "order": 2368, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "man cartwheeling", + "hexcode": "1F938-200D-2642-FE0F", + "tags": [ + "cartwheel", + "gymnastics", + "man" + ], + "emoji": "🤸‍♂️", + "text": "", + "type": 1, + "order": 2369, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man cartwheeling: light skin tone", + "hexcode": "1F938-1F3FB-200D-2642-FE0F", + "emoji": "🤸🏻‍♂️", + "text": "", + "type": 1, + "order": 2371, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man cartwheeling: medium-light skin tone", + "hexcode": "1F938-1F3FC-200D-2642-FE0F", + "emoji": "🤸🏼‍♂️", + "text": "", + "type": 1, + "order": 2373, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man cartwheeling: medium skin tone", + "hexcode": "1F938-1F3FD-200D-2642-FE0F", + "emoji": "🤸🏽‍♂️", + "text": "", + "type": 1, + "order": 2375, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man cartwheeling: medium-dark skin tone", + "hexcode": "1F938-1F3FE-200D-2642-FE0F", + "emoji": "🤸🏾‍♂️", + "text": "", + "type": 1, + "order": 2377, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man cartwheeling: dark skin tone", + "hexcode": "1F938-1F3FF-200D-2642-FE0F", + "emoji": "🤸🏿‍♂️", + "text": "", + "type": 1, + "order": 2379, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman cartwheeling", + "hexcode": "1F938-200D-2640-FE0F", + "tags": [ + "cartwheel", + "gymnastics", + "woman" + ], + "emoji": "🤸‍♀️", + "text": "", + "type": 1, + "order": 2381, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman cartwheeling: light skin tone", + "hexcode": "1F938-1F3FB-200D-2640-FE0F", + "emoji": "🤸🏻‍♀️", + "text": "", + "type": 1, + "order": 2383, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman cartwheeling: medium-light skin tone", + "hexcode": "1F938-1F3FC-200D-2640-FE0F", + "emoji": "🤸🏼‍♀️", + "text": "", + "type": 1, + "order": 2385, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman cartwheeling: medium skin tone", + "hexcode": "1F938-1F3FD-200D-2640-FE0F", + "emoji": "🤸🏽‍♀️", + "text": "", + "type": 1, + "order": 2387, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman cartwheeling: medium-dark skin tone", + "hexcode": "1F938-1F3FE-200D-2640-FE0F", + "emoji": "🤸🏾‍♀️", + "text": "", + "type": 1, + "order": 2389, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman cartwheeling: dark skin tone", + "hexcode": "1F938-1F3FF-200D-2640-FE0F", + "emoji": "🤸🏿‍♀️", + "text": "", + "type": 1, + "order": 2391, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "people wrestling", + "hexcode": "1F93C", + "tags": [ + "wrestle", + "wrestler" + ], + "emoji": "🤼", + "text": "", + "type": 1, + "order": 2393, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "men wrestling", + "hexcode": "1F93C-200D-2642-FE0F", + "tags": [ + "men", + "wrestle" + ], + "emoji": "🤼‍♂️", + "text": "", + "type": 1, + "order": 2394, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1 + }, + { + "annotation": "women wrestling", + "hexcode": "1F93C-200D-2640-FE0F", + "tags": [ + "women", + "wrestle" + ], + "emoji": "🤼‍♀️", + "text": "", + "type": 1, + "order": 2396, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0 + }, + { + "annotation": "person playing water polo", + "hexcode": "1F93D", + "tags": [ + "polo", + "water" + ], + "emoji": "🤽", + "text": "", + "type": 1, + "order": 2398, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "person playing water polo: light skin tone", + "hexcode": "1F93D-1F3FB", + "emoji": "🤽🏻", + "text": "", + "type": 1, + "order": 2399, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "person playing water polo: medium-light skin tone", + "hexcode": "1F93D-1F3FC", + "emoji": "🤽🏼", + "text": "", + "type": 1, + "order": 2400, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "person playing water polo: medium skin tone", + "hexcode": "1F93D-1F3FD", + "emoji": "🤽🏽", + "text": "", + "type": 1, + "order": 2401, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "person playing water polo: medium-dark skin tone", + "hexcode": "1F93D-1F3FE", + "emoji": "🤽🏾", + "text": "", + "type": 1, + "order": 2402, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "person playing water polo: dark skin tone", + "hexcode": "1F93D-1F3FF", + "emoji": "🤽🏿", + "text": "", + "type": 1, + "order": 2403, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "man playing water polo", + "hexcode": "1F93D-200D-2642-FE0F", + "tags": [ + "man", + "water polo" + ], + "emoji": "🤽‍♂️", + "text": "", + "type": 1, + "order": 2404, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man playing water polo: light skin tone", + "hexcode": "1F93D-1F3FB-200D-2642-FE0F", + "emoji": "🤽🏻‍♂️", + "text": "", + "type": 1, + "order": 2406, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man playing water polo: medium-light skin tone", + "hexcode": "1F93D-1F3FC-200D-2642-FE0F", + "emoji": "🤽🏼‍♂️", + "text": "", + "type": 1, + "order": 2408, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man playing water polo: medium skin tone", + "hexcode": "1F93D-1F3FD-200D-2642-FE0F", + "emoji": "🤽🏽‍♂️", + "text": "", + "type": 1, + "order": 2410, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man playing water polo: medium-dark skin tone", + "hexcode": "1F93D-1F3FE-200D-2642-FE0F", + "emoji": "🤽🏾‍♂️", + "text": "", + "type": 1, + "order": 2412, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man playing water polo: dark skin tone", + "hexcode": "1F93D-1F3FF-200D-2642-FE0F", + "emoji": "🤽🏿‍♂️", + "text": "", + "type": 1, + "order": 2414, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman playing water polo", + "hexcode": "1F93D-200D-2640-FE0F", + "tags": [ + "water polo", + "woman" + ], + "emoji": "🤽‍♀️", + "text": "", + "type": 1, + "order": 2416, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman playing water polo: light skin tone", + "hexcode": "1F93D-1F3FB-200D-2640-FE0F", + "emoji": "🤽🏻‍♀️", + "text": "", + "type": 1, + "order": 2418, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman playing water polo: medium-light skin tone", + "hexcode": "1F93D-1F3FC-200D-2640-FE0F", + "emoji": "🤽🏼‍♀️", + "text": "", + "type": 1, + "order": 2420, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman playing water polo: medium skin tone", + "hexcode": "1F93D-1F3FD-200D-2640-FE0F", + "emoji": "🤽🏽‍♀️", + "text": "", + "type": 1, + "order": 2422, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman playing water polo: medium-dark skin tone", + "hexcode": "1F93D-1F3FE-200D-2640-FE0F", + "emoji": "🤽🏾‍♀️", + "text": "", + "type": 1, + "order": 2424, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman playing water polo: dark skin tone", + "hexcode": "1F93D-1F3FF-200D-2640-FE0F", + "emoji": "🤽🏿‍♀️", + "text": "", + "type": 1, + "order": 2426, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person playing handball", + "hexcode": "1F93E", + "tags": [ + "ball", + "handball" + ], + "emoji": "🤾", + "text": "", + "type": 1, + "order": 2428, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "person playing handball: light skin tone", + "hexcode": "1F93E-1F3FB", + "emoji": "🤾🏻", + "text": "", + "type": 1, + "order": 2429, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "person playing handball: medium-light skin tone", + "hexcode": "1F93E-1F3FC", + "emoji": "🤾🏼", + "text": "", + "type": 1, + "order": 2430, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "person playing handball: medium skin tone", + "hexcode": "1F93E-1F3FD", + "emoji": "🤾🏽", + "text": "", + "type": 1, + "order": 2431, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "person playing handball: medium-dark skin tone", + "hexcode": "1F93E-1F3FE", + "emoji": "🤾🏾", + "text": "", + "type": 1, + "order": 2432, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "person playing handball: dark skin tone", + "hexcode": "1F93E-1F3FF", + "emoji": "🤾🏿", + "text": "", + "type": 1, + "order": 2433, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "man playing handball", + "hexcode": "1F93E-200D-2642-FE0F", + "tags": [ + "handball", + "man" + ], + "emoji": "🤾‍♂️", + "text": "", + "type": 1, + "order": 2434, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man playing handball: light skin tone", + "hexcode": "1F93E-1F3FB-200D-2642-FE0F", + "emoji": "🤾🏻‍♂️", + "text": "", + "type": 1, + "order": 2436, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man playing handball: medium-light skin tone", + "hexcode": "1F93E-1F3FC-200D-2642-FE0F", + "emoji": "🤾🏼‍♂️", + "text": "", + "type": 1, + "order": 2438, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man playing handball: medium skin tone", + "hexcode": "1F93E-1F3FD-200D-2642-FE0F", + "emoji": "🤾🏽‍♂️", + "text": "", + "type": 1, + "order": 2440, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man playing handball: medium-dark skin tone", + "hexcode": "1F93E-1F3FE-200D-2642-FE0F", + "emoji": "🤾🏾‍♂️", + "text": "", + "type": 1, + "order": 2442, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man playing handball: dark skin tone", + "hexcode": "1F93E-1F3FF-200D-2642-FE0F", + "emoji": "🤾🏿‍♂️", + "text": "", + "type": 1, + "order": 2444, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman playing handball", + "hexcode": "1F93E-200D-2640-FE0F", + "tags": [ + "handball", + "woman" + ], + "emoji": "🤾‍♀️", + "text": "", + "type": 1, + "order": 2446, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman playing handball: light skin tone", + "hexcode": "1F93E-1F3FB-200D-2640-FE0F", + "emoji": "🤾🏻‍♀️", + "text": "", + "type": 1, + "order": 2448, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman playing handball: medium-light skin tone", + "hexcode": "1F93E-1F3FC-200D-2640-FE0F", + "emoji": "🤾🏼‍♀️", + "text": "", + "type": 1, + "order": 2450, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman playing handball: medium skin tone", + "hexcode": "1F93E-1F3FD-200D-2640-FE0F", + "emoji": "🤾🏽‍♀️", + "text": "", + "type": 1, + "order": 2452, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman playing handball: medium-dark skin tone", + "hexcode": "1F93E-1F3FE-200D-2640-FE0F", + "emoji": "🤾🏾‍♀️", + "text": "", + "type": 1, + "order": 2454, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman playing handball: dark skin tone", + "hexcode": "1F93E-1F3FF-200D-2640-FE0F", + "emoji": "🤾🏿‍♀️", + "text": "", + "type": 1, + "order": 2456, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person juggling", + "hexcode": "1F939", + "tags": [ + "balance", + "juggle", + "multitask", + "skill" + ], + "emoji": "🤹", + "text": "", + "type": 1, + "order": 2458, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "person juggling: light skin tone", + "hexcode": "1F939-1F3FB", + "emoji": "🤹🏻", + "text": "", + "type": 1, + "order": 2459, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "person juggling: medium-light skin tone", + "hexcode": "1F939-1F3FC", + "emoji": "🤹🏼", + "text": "", + "type": 1, + "order": 2460, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "person juggling: medium skin tone", + "hexcode": "1F939-1F3FD", + "emoji": "🤹🏽", + "text": "", + "type": 1, + "order": 2461, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "person juggling: medium-dark skin tone", + "hexcode": "1F939-1F3FE", + "emoji": "🤹🏾", + "text": "", + "type": 1, + "order": 2462, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "person juggling: dark skin tone", + "hexcode": "1F939-1F3FF", + "emoji": "🤹🏿", + "text": "", + "type": 1, + "order": 2463, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "man juggling", + "hexcode": "1F939-200D-2642-FE0F", + "tags": [ + "juggling", + "man", + "multitask" + ], + "emoji": "🤹‍♂️", + "text": "", + "type": 1, + "order": 2464, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "man juggling: light skin tone", + "hexcode": "1F939-1F3FB-200D-2642-FE0F", + "emoji": "🤹🏻‍♂️", + "text": "", + "type": 1, + "order": 2466, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man juggling: medium-light skin tone", + "hexcode": "1F939-1F3FC-200D-2642-FE0F", + "emoji": "🤹🏼‍♂️", + "text": "", + "type": 1, + "order": 2468, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man juggling: medium skin tone", + "hexcode": "1F939-1F3FD-200D-2642-FE0F", + "emoji": "🤹🏽‍♂️", + "text": "", + "type": 1, + "order": 2470, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man juggling: medium-dark skin tone", + "hexcode": "1F939-1F3FE-200D-2642-FE0F", + "emoji": "🤹🏾‍♂️", + "text": "", + "type": 1, + "order": 2472, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man juggling: dark skin tone", + "hexcode": "1F939-1F3FF-200D-2642-FE0F", + "emoji": "🤹🏿‍♂️", + "text": "", + "type": 1, + "order": 2474, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman juggling", + "hexcode": "1F939-200D-2640-FE0F", + "tags": [ + "juggling", + "multitask", + "woman" + ], + "emoji": "🤹‍♀️", + "text": "", + "type": 1, + "order": 2476, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "woman juggling: light skin tone", + "hexcode": "1F939-1F3FB-200D-2640-FE0F", + "emoji": "🤹🏻‍♀️", + "text": "", + "type": 1, + "order": 2478, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman juggling: medium-light skin tone", + "hexcode": "1F939-1F3FC-200D-2640-FE0F", + "emoji": "🤹🏼‍♀️", + "text": "", + "type": 1, + "order": 2480, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman juggling: medium skin tone", + "hexcode": "1F939-1F3FD-200D-2640-FE0F", + "emoji": "🤹🏽‍♀️", + "text": "", + "type": 1, + "order": 2482, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman juggling: medium-dark skin tone", + "hexcode": "1F939-1F3FE-200D-2640-FE0F", + "emoji": "🤹🏾‍♀️", + "text": "", + "type": 1, + "order": 2484, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman juggling: dark skin tone", + "hexcode": "1F939-1F3FF-200D-2640-FE0F", + "emoji": "🤹🏿‍♀️", + "text": "", + "type": 1, + "order": 2486, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person in lotus position", + "hexcode": "1F9D8", + "tags": [ + "meditation", + "yoga" + ], + "emoji": "🧘", + "text": "", + "type": 1, + "order": 2488, + "group": 1, + "subgroup": 28, + "version": 5, + "skins": [ + { + "annotation": "person in lotus position: light skin tone", + "hexcode": "1F9D8-1F3FB", + "emoji": "🧘🏻", + "text": "", + "type": 1, + "order": 2489, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 1 + }, + { + "annotation": "person in lotus position: medium-light skin tone", + "hexcode": "1F9D8-1F3FC", + "emoji": "🧘🏼", + "text": "", + "type": 1, + "order": 2490, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 2 + }, + { + "annotation": "person in lotus position: medium skin tone", + "hexcode": "1F9D8-1F3FD", + "emoji": "🧘🏽", + "text": "", + "type": 1, + "order": 2491, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 3 + }, + { + "annotation": "person in lotus position: medium-dark skin tone", + "hexcode": "1F9D8-1F3FE", + "emoji": "🧘🏾", + "text": "", + "type": 1, + "order": 2492, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 4 + }, + { + "annotation": "person in lotus position: dark skin tone", + "hexcode": "1F9D8-1F3FF", + "emoji": "🧘🏿", + "text": "", + "type": 1, + "order": 2493, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "man in lotus position", + "hexcode": "1F9D8-200D-2642-FE0F", + "tags": [ + "meditation", + "yoga" + ], + "emoji": "🧘‍♂️", + "text": "", + "type": 1, + "order": 2494, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "man in lotus position: light skin tone", + "hexcode": "1F9D8-1F3FB-200D-2642-FE0F", + "emoji": "🧘🏻‍♂️", + "text": "", + "type": 1, + "order": 2496, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "man in lotus position: medium-light skin tone", + "hexcode": "1F9D8-1F3FC-200D-2642-FE0F", + "emoji": "🧘🏼‍♂️", + "text": "", + "type": 1, + "order": 2498, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "man in lotus position: medium skin tone", + "hexcode": "1F9D8-1F3FD-200D-2642-FE0F", + "emoji": "🧘🏽‍♂️", + "text": "", + "type": 1, + "order": 2500, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "man in lotus position: medium-dark skin tone", + "hexcode": "1F9D8-1F3FE-200D-2642-FE0F", + "emoji": "🧘🏾‍♂️", + "text": "", + "type": 1, + "order": 2502, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "man in lotus position: dark skin tone", + "hexcode": "1F9D8-1F3FF-200D-2642-FE0F", + "emoji": "🧘🏿‍♂️", + "text": "", + "type": 1, + "order": 2504, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "woman in lotus position", + "hexcode": "1F9D8-200D-2640-FE0F", + "tags": [ + "meditation", + "yoga" + ], + "emoji": "🧘‍♀️", + "text": "", + "type": 1, + "order": 2506, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "woman in lotus position: light skin tone", + "hexcode": "1F9D8-1F3FB-200D-2640-FE0F", + "emoji": "🧘🏻‍♀️", + "text": "", + "type": 1, + "order": 2508, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "woman in lotus position: medium-light skin tone", + "hexcode": "1F9D8-1F3FC-200D-2640-FE0F", + "emoji": "🧘🏼‍♀️", + "text": "", + "type": 1, + "order": 2510, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "woman in lotus position: medium skin tone", + "hexcode": "1F9D8-1F3FD-200D-2640-FE0F", + "emoji": "🧘🏽‍♀️", + "text": "", + "type": 1, + "order": 2512, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "woman in lotus position: medium-dark skin tone", + "hexcode": "1F9D8-1F3FE-200D-2640-FE0F", + "emoji": "🧘🏾‍♀️", + "text": "", + "type": 1, + "order": 2514, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "woman in lotus position: dark skin tone", + "hexcode": "1F9D8-1F3FF-200D-2640-FE0F", + "emoji": "🧘🏿‍♀️", + "text": "", + "type": 1, + "order": 2516, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "person taking bath", + "hexcode": "1F6C0", + "tags": [ + "bath", + "bathtub" + ], + "emoji": "🛀", + "text": "", + "type": 1, + "order": 2518, + "group": 1, + "subgroup": 28, + "version": 0.6, + "skins": [ + { + "annotation": "person taking bath: light skin tone", + "hexcode": "1F6C0-1F3FB", + "emoji": "🛀🏻", + "text": "", + "type": 1, + "order": 2519, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 1 + }, + { + "annotation": "person taking bath: medium-light skin tone", + "hexcode": "1F6C0-1F3FC", + "emoji": "🛀🏼", + "text": "", + "type": 1, + "order": 2520, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 2 + }, + { + "annotation": "person taking bath: medium skin tone", + "hexcode": "1F6C0-1F3FD", + "emoji": "🛀🏽", + "text": "", + "type": 1, + "order": 2521, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 3 + }, + { + "annotation": "person taking bath: medium-dark skin tone", + "hexcode": "1F6C0-1F3FE", + "emoji": "🛀🏾", + "text": "", + "type": 1, + "order": 2522, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 4 + }, + { + "annotation": "person taking bath: dark skin tone", + "hexcode": "1F6C0-1F3FF", + "emoji": "🛀🏿", + "text": "", + "type": 1, + "order": 2523, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "person in bed", + "hexcode": "1F6CC", + "tags": [ + "hotel", + "sleep" + ], + "emoji": "🛌", + "text": "", + "type": 1, + "order": 2524, + "group": 1, + "subgroup": 28, + "version": 1, + "skins": [ + { + "annotation": "person in bed: light skin tone", + "hexcode": "1F6CC-1F3FB", + "emoji": "🛌🏻", + "text": "", + "type": 1, + "order": 2525, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 1 + }, + { + "annotation": "person in bed: medium-light skin tone", + "hexcode": "1F6CC-1F3FC", + "emoji": "🛌🏼", + "text": "", + "type": 1, + "order": 2526, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 2 + }, + { + "annotation": "person in bed: medium skin tone", + "hexcode": "1F6CC-1F3FD", + "emoji": "🛌🏽", + "text": "", + "type": 1, + "order": 2527, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 3 + }, + { + "annotation": "person in bed: medium-dark skin tone", + "hexcode": "1F6CC-1F3FE", + "emoji": "🛌🏾", + "text": "", + "type": 1, + "order": 2528, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 4 + }, + { + "annotation": "person in bed: dark skin tone", + "hexcode": "1F6CC-1F3FF", + "emoji": "🛌🏿", + "text": "", + "type": 1, + "order": 2529, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "people holding hands", + "hexcode": "1F9D1-200D-1F91D-200D-1F9D1", + "tags": [ + "couple", + "hand", + "hold", + "holding hands", + "person" + ], + "emoji": "🧑‍🤝‍🧑", + "text": "", + "type": 1, + "order": 2530, + "group": 1, + "subgroup": 29, + "version": 12, + "skins": [ + { + "annotation": "people holding hands: light skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏻‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2531, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "people holding hands: light skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2532, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "people holding hands: light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2533, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "people holding hands: light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2534, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "people holding hands: light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2535, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "people holding hands: medium-light skin tone, light skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2536, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "people holding hands: medium-light skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏼‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2537, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "people holding hands: medium-light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2538, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "people holding hands: medium-light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2539, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "people holding hands: medium-light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2540, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "people holding hands: medium skin tone, light skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2541, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "people holding hands: medium skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2542, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "people holding hands: medium skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏽‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2543, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "people holding hands: medium skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2544, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "people holding hands: medium skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2545, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "people holding hands: medium-dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2546, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "people holding hands: medium-dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2547, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "people holding hands: medium-dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2548, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "people holding hands: medium-dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏾‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2549, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "people holding hands: medium-dark skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2550, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "people holding hands: dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2551, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "people holding hands: dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2552, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "people holding hands: dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2553, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "people holding hands: dark skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2554, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "people holding hands: dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏿‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2555, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "women holding hands", + "hexcode": "1F46D", + "tags": [ + "couple", + "hand", + "holding hands", + "women" + ], + "emoji": "👭", + "text": "", + "type": 1, + "order": 2556, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "women holding hands: light skin tone", + "hexcode": "1F46D-1F3FB", + "emoji": "👭🏻", + "text": "", + "type": 1, + "order": 2557, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "women holding hands: medium-light skin tone", + "hexcode": "1F46D-1F3FC", + "emoji": "👭🏼", + "text": "", + "type": 1, + "order": 2563, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "women holding hands: medium skin tone", + "hexcode": "1F46D-1F3FD", + "emoji": "👭🏽", + "text": "", + "type": 1, + "order": 2569, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "women holding hands: medium-dark skin tone", + "hexcode": "1F46D-1F3FE", + "emoji": "👭🏾", + "text": "", + "type": 1, + "order": 2575, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "women holding hands: dark skin tone", + "hexcode": "1F46D-1F3FF", + "emoji": "👭🏿", + "text": "", + "type": 1, + "order": 2581, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "women holding hands: light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏻‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2558, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "women holding hands: light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏻‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2559, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "women holding hands: light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏻‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2560, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "women holding hands: light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏻‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2561, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "women holding hands: medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏼‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2562, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "women holding hands: medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏼‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2564, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "women holding hands: medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏼‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2565, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "women holding hands: medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏼‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2566, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "women holding hands: medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏽‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2567, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "women holding hands: medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏽‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2568, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "women holding hands: medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏽‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2570, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "women holding hands: medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏽‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2571, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "women holding hands: medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏾‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2572, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "women holding hands: medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏾‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2573, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "women holding hands: medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏾‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2574, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "women holding hands: medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏾‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2576, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "women holding hands: dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏿‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2577, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "women holding hands: dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏿‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2578, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "women holding hands: dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏿‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2579, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "women holding hands: dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏿‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2580, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "woman and man holding hands", + "hexcode": "1F46B", + "tags": [ + "couple", + "hand", + "hold", + "holding hands", + "man", + "woman" + ], + "emoji": "👫", + "text": "", + "type": 1, + "order": 2582, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "woman and man holding hands: light skin tone", + "hexcode": "1F46B-1F3FB", + "emoji": "👫🏻", + "text": "", + "type": 1, + "order": 2583, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "woman and man holding hands: medium-light skin tone", + "hexcode": "1F46B-1F3FC", + "emoji": "👫🏼", + "text": "", + "type": 1, + "order": 2589, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "woman and man holding hands: medium skin tone", + "hexcode": "1F46B-1F3FD", + "emoji": "👫🏽", + "text": "", + "type": 1, + "order": 2595, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "woman and man holding hands: medium-dark skin tone", + "hexcode": "1F46B-1F3FE", + "emoji": "👫🏾", + "text": "", + "type": 1, + "order": 2601, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "woman and man holding hands: dark skin tone", + "hexcode": "1F46B-1F3FF", + "emoji": "👫🏿", + "text": "", + "type": 1, + "order": 2607, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "woman and man holding hands: light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2584, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "woman and man holding hands: light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2585, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "woman and man holding hands: light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2586, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "woman and man holding hands: light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2587, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "woman and man holding hands: medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2588, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "woman and man holding hands: medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2590, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "woman and man holding hands: medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2591, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "woman and man holding hands: medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2592, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "woman and man holding hands: medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2593, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "woman and man holding hands: medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2594, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "woman and man holding hands: medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2596, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "woman and man holding hands: medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2597, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "woman and man holding hands: medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2598, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "woman and man holding hands: medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2599, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "woman and man holding hands: medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2600, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "woman and man holding hands: medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2602, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "woman and man holding hands: dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2603, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "woman and man holding hands: dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2604, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "woman and man holding hands: dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2605, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "woman and man holding hands: dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2606, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "men holding hands", + "hexcode": "1F46C", + "tags": [ + "couple", + "gemini", + "holding hands", + "man", + "men", + "twins", + "zodiac" + ], + "emoji": "👬", + "text": "", + "type": 1, + "order": 2608, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "men holding hands: light skin tone", + "hexcode": "1F46C-1F3FB", + "emoji": "👬🏻", + "text": "", + "type": 1, + "order": 2609, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "men holding hands: medium-light skin tone", + "hexcode": "1F46C-1F3FC", + "emoji": "👬🏼", + "text": "", + "type": 1, + "order": 2615, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "men holding hands: medium skin tone", + "hexcode": "1F46C-1F3FD", + "emoji": "👬🏽", + "text": "", + "type": 1, + "order": 2621, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "men holding hands: medium-dark skin tone", + "hexcode": "1F46C-1F3FE", + "emoji": "👬🏾", + "text": "", + "type": 1, + "order": 2627, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "men holding hands: dark skin tone", + "hexcode": "1F46C-1F3FF", + "emoji": "👬🏿", + "text": "", + "type": 1, + "order": 2633, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "men holding hands: light skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2610, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "men holding hands: light skin tone, medium skin tone", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2611, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "men holding hands: light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2612, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "men holding hands: light skin tone, dark skin tone", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2613, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "men holding hands: medium-light skin tone, light skin tone", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2614, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "men holding hands: medium-light skin tone, medium skin tone", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2616, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "men holding hands: medium-light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2617, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "men holding hands: medium-light skin tone, dark skin tone", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2618, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "men holding hands: medium skin tone, light skin tone", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2619, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "men holding hands: medium skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2620, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "men holding hands: medium skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2622, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "men holding hands: medium skin tone, dark skin tone", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2623, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "men holding hands: medium-dark skin tone, light skin tone", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2624, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "men holding hands: medium-dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2625, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "men holding hands: medium-dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2626, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "men holding hands: medium-dark skin tone, dark skin tone", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2628, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "men holding hands: dark skin tone, light skin tone", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2629, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "men holding hands: dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2630, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "men holding hands: dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2631, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "men holding hands: dark skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2632, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "kiss", + "hexcode": "1F48F", + "tags": [ + "couple" + ], + "emoji": "💏", + "text": "", + "type": 1, + "order": 2634, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "kiss: light skin tone", + "hexcode": "1F48F-1F3FB", + "emoji": "💏🏻", + "text": "", + "type": 1, + "order": 2635, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "kiss: medium-light skin tone", + "hexcode": "1F48F-1F3FC", + "emoji": "💏🏼", + "text": "", + "type": 1, + "order": 2636, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "kiss: medium skin tone", + "hexcode": "1F48F-1F3FD", + "emoji": "💏🏽", + "text": "", + "type": 1, + "order": 2637, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "kiss: medium-dark skin tone", + "hexcode": "1F48F-1F3FE", + "emoji": "💏🏾", + "text": "", + "type": 1, + "order": 2638, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "kiss: dark skin tone", + "hexcode": "1F48F-1F3FF", + "emoji": "💏🏿", + "text": "", + "type": 1, + "order": 2639, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "kiss: person, person, light skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2640, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "kiss: person, person, light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2642, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "kiss: person, person, light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2644, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "kiss: person, person, light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2646, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "kiss: person, person, medium-light skin tone, light skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2648, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "kiss: person, person, medium-light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2650, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "kiss: person, person, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2652, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "kiss: person, person, medium-light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2654, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "kiss: person, person, medium skin tone, light skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2656, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "kiss: person, person, medium skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2658, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "kiss: person, person, medium skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2660, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "kiss: person, person, medium skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2662, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "kiss: person, person, medium-dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2664, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "kiss: person, person, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2666, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "kiss: person, person, medium-dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2668, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "kiss: person, person, medium-dark skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2670, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "kiss: person, person, dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2672, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "kiss: person, person, dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2674, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "kiss: person, person, dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2676, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "kiss: person, person, dark skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2678, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "kiss: woman, man", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "couple", + "kiss", + "man", + "woman" + ], + "emoji": "👩‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2680, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "kiss: woman, man, light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2682, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "kiss: woman, man, light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2684, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "kiss: woman, man, light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2686, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "kiss: woman, man, light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2688, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "kiss: woman, man, light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2690, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "kiss: woman, man, medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2692, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "kiss: woman, man, medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2694, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "kiss: woman, man, medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2696, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "kiss: woman, man, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2698, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "kiss: woman, man, medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2700, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "kiss: woman, man, medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2702, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "kiss: woman, man, medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2704, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "kiss: woman, man, medium skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2706, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "kiss: woman, man, medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2708, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "kiss: woman, man, medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2710, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "kiss: woman, man, medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2712, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "kiss: woman, man, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2714, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "kiss: woman, man, medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2716, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "kiss: woman, man, medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2718, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "kiss: woman, man, medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2720, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "kiss: woman, man, dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2722, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "kiss: woman, man, dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2724, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "kiss: woman, man, dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2726, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "kiss: woman, man, dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2728, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "kiss: woman, man, dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2730, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "kiss: man, man", + "hexcode": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "couple", + "kiss", + "man" + ], + "emoji": "👨‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2732, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "kiss: man, man, light skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2734, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "kiss: man, man, light skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2736, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "kiss: man, man, light skin tone, medium skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2738, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "kiss: man, man, light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2740, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "kiss: man, man, light skin tone, dark skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2742, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "kiss: man, man, medium-light skin tone, light skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2744, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "kiss: man, man, medium-light skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2746, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "kiss: man, man, medium-light skin tone, medium skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2748, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "kiss: man, man, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2750, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "kiss: man, man, medium-light skin tone, dark skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2752, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "kiss: man, man, medium skin tone, light skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2754, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "kiss: man, man, medium skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2756, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "kiss: man, man, medium skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2758, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "kiss: man, man, medium skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2760, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "kiss: man, man, medium skin tone, dark skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2762, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "kiss: man, man, medium-dark skin tone, light skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2764, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "kiss: man, man, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2766, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "kiss: man, man, medium-dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2768, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "kiss: man, man, medium-dark skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2770, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "kiss: man, man, medium-dark skin tone, dark skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2772, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "kiss: man, man, dark skin tone, light skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2774, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "kiss: man, man, dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2776, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "kiss: man, man, dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2778, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "kiss: man, man, dark skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2780, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "kiss: man, man, dark skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2782, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "kiss: woman, woman", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "tags": [ + "couple", + "kiss", + "woman" + ], + "emoji": "👩‍❤️‍💋‍👩", + "text": "", + "type": 1, + "order": 2784, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "kiss: woman, woman, light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2786, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "kiss: woman, woman, light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2788, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "kiss: woman, woman, light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2790, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "kiss: woman, woman, light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2792, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "kiss: woman, woman, light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2794, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "kiss: woman, woman, medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2796, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "kiss: woman, woman, medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2798, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "kiss: woman, woman, medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2800, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "kiss: woman, woman, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2802, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "kiss: woman, woman, medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2804, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "kiss: woman, woman, medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2806, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "kiss: woman, woman, medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2808, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "kiss: woman, woman, medium skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2810, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "kiss: woman, woman, medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2812, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "kiss: woman, woman, medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2814, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "kiss: woman, woman, medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2816, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "kiss: woman, woman, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2818, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "kiss: woman, woman, medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2820, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "kiss: woman, woman, medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2822, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "kiss: woman, woman, medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2824, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "kiss: woman, woman, dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2826, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "kiss: woman, woman, dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2828, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "kiss: woman, woman, dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2830, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "kiss: woman, woman, dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2832, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "kiss: woman, woman, dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2834, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple with heart", + "hexcode": "1F491", + "tags": [ + "couple", + "love" + ], + "emoji": "💑", + "text": "", + "type": 1, + "order": 2836, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "couple with heart: light skin tone", + "hexcode": "1F491-1F3FB", + "emoji": "💑🏻", + "text": "", + "type": 1, + "order": 2837, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple with heart: medium-light skin tone", + "hexcode": "1F491-1F3FC", + "emoji": "💑🏼", + "text": "", + "type": 1, + "order": 2838, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple with heart: medium skin tone", + "hexcode": "1F491-1F3FD", + "emoji": "💑🏽", + "text": "", + "type": 1, + "order": 2839, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple with heart: medium-dark skin tone", + "hexcode": "1F491-1F3FE", + "emoji": "💑🏾", + "text": "", + "type": 1, + "order": 2840, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple with heart: dark skin tone", + "hexcode": "1F491-1F3FF", + "emoji": "💑🏿", + "text": "", + "type": 1, + "order": 2841, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "couple with heart: person, person, light skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2842, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple with heart: person, person, light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2844, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple with heart: person, person, light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2846, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple with heart: person, person, light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2848, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple with heart: person, person, medium-light skin tone, light skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2850, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple with heart: person, person, medium-light skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2852, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple with heart: person, person, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2854, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple with heart: person, person, medium-light skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2856, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple with heart: person, person, medium skin tone, light skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2858, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple with heart: person, person, medium skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2860, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple with heart: person, person, medium skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2862, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple with heart: person, person, medium skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2864, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple with heart: person, person, medium-dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2866, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple with heart: person, person, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2868, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple with heart: person, person, medium-dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2870, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple with heart: person, person, medium-dark skin tone, dark skin tone", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2872, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple with heart: person, person, dark skin tone, light skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2874, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple with heart: person, person, dark skin tone, medium-light skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2876, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple with heart: person, person, dark skin tone, medium skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2878, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple with heart: person, person, dark skin tone, medium-dark skin tone", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2880, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "couple with heart: woman, man", + "hexcode": "1F469-200D-2764-FE0F-200D-1F468", + "tags": [ + "couple", + "couple with heart", + "love", + "man", + "woman" + ], + "emoji": "👩‍❤️‍👨", + "text": "", + "type": 1, + "order": 2882, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple with heart: woman, man, light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2884, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple with heart: woman, man, light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2886, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple with heart: woman, man, light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2888, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple with heart: woman, man, light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2890, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple with heart: woman, man, light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2892, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2894, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2896, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple with heart: woman, man, medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2898, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2900, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2902, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple with heart: woman, man, medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2904, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple with heart: woman, man, medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2906, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple with heart: woman, man, medium skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2908, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple with heart: woman, man, medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2910, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple with heart: woman, man, medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2912, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2914, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2916, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2918, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple with heart: woman, man, medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2920, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple with heart: woman, man, medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2922, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple with heart: woman, man, dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2924, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple with heart: woman, man, dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2926, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple with heart: woman, man, dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2928, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple with heart: woman, man, dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2930, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple with heart: woman, man, dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2932, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple with heart: man, man", + "hexcode": "1F468-200D-2764-FE0F-200D-1F468", + "tags": [ + "couple", + "couple with heart", + "love", + "man" + ], + "emoji": "👨‍❤️‍👨", + "text": "", + "type": 1, + "order": 2934, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple with heart: man, man, light skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2936, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple with heart: man, man, light skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2938, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple with heart: man, man, light skin tone, medium skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2940, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple with heart: man, man, light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2942, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple with heart: man, man, light skin tone, dark skin tone", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2944, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple with heart: man, man, medium-light skin tone, light skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2946, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple with heart: man, man, medium-light skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2948, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple with heart: man, man, medium-light skin tone, medium skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2950, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple with heart: man, man, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2952, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple with heart: man, man, medium-light skin tone, dark skin tone", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2954, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple with heart: man, man, medium skin tone, light skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2956, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple with heart: man, man, medium skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2958, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple with heart: man, man, medium skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2960, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple with heart: man, man, medium skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2962, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple with heart: man, man, medium skin tone, dark skin tone", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2964, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple with heart: man, man, medium-dark skin tone, light skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2966, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple with heart: man, man, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2968, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple with heart: man, man, medium-dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2970, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple with heart: man, man, medium-dark skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2972, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple with heart: man, man, medium-dark skin tone, dark skin tone", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2974, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple with heart: man, man, dark skin tone, light skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2976, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple with heart: man, man, dark skin tone, medium-light skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2978, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple with heart: man, man, dark skin tone, medium skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2980, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple with heart: man, man, dark skin tone, medium-dark skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2982, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple with heart: man, man, dark skin tone", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2984, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple with heart: woman, woman", + "hexcode": "1F469-200D-2764-FE0F-200D-1F469", + "tags": [ + "couple", + "couple with heart", + "love", + "woman" + ], + "emoji": "👩‍❤️‍👩", + "text": "", + "type": 1, + "order": 2986, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple with heart: woman, woman, light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2988, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple with heart: woman, woman, light skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 2990, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple with heart: woman, woman, light skin tone, medium skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 2992, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple with heart: woman, woman, light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 2994, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple with heart: woman, woman, light skin tone, dark skin tone", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 2996, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-light skin tone, light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2998, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-light skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3000, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple with heart: woman, woman, medium-light skin tone, medium skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3002, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3004, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-light skin tone, dark skin tone", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3006, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium skin tone, light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3008, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3010, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3012, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple with heart: woman, woman, medium skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3014, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium skin tone, dark skin tone", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3016, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-dark skin tone, light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3018, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3020, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3022, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple with heart: woman, woman, medium-dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3024, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple with heart: woman, woman, medium-dark skin tone, dark skin tone", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3026, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple with heart: woman, woman, dark skin tone, light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3028, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple with heart: woman, woman, dark skin tone, medium-light skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3030, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple with heart: woman, woman, dark skin tone, medium skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3032, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple with heart: woman, woman, dark skin tone, medium-dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3034, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple with heart: woman, woman, dark skin tone", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3036, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "family", + "hexcode": "1F46A", + "tags": [ + "family" + ], + "emoji": "👪️", + "text": "👪︎", + "type": 1, + "order": 3038, + "group": 1, + "subgroup": 29, + "version": 0.6 + }, + { + "annotation": "family: man, woman, boy", + "hexcode": "1F468-200D-1F469-200D-1F466", + "tags": [ + "boy", + "family", + "man", + "woman" + ], + "emoji": "👨‍👩‍👦", + "text": "", + "type": 1, + "order": 3039, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, woman, girl", + "hexcode": "1F468-200D-1F469-200D-1F467", + "tags": [ + "family", + "girl", + "man", + "woman" + ], + "emoji": "👨‍👩‍👧", + "text": "", + "type": 1, + "order": 3040, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, woman, girl, boy", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "boy", + "family", + "girl", + "man", + "woman" + ], + "emoji": "👨‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3041, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, woman, boy, boy", + "hexcode": "1F468-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "boy", + "family", + "man", + "woman" + ], + "emoji": "👨‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3042, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, woman, girl, girl", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "family", + "girl", + "man", + "woman" + ], + "emoji": "👨‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3043, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, man, boy", + "hexcode": "1F468-200D-1F468-200D-1F466", + "tags": [ + "boy", + "family", + "man" + ], + "emoji": "👨‍👨‍👦", + "text": "", + "type": 1, + "order": 3044, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, man, girl", + "hexcode": "1F468-200D-1F468-200D-1F467", + "tags": [ + "family", + "girl", + "man" + ], + "emoji": "👨‍👨‍👧", + "text": "", + "type": 1, + "order": 3045, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, man, girl, boy", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F466", + "tags": [ + "boy", + "family", + "girl", + "man" + ], + "emoji": "👨‍👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3046, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, man, boy, boy", + "hexcode": "1F468-200D-1F468-200D-1F466-200D-1F466", + "tags": [ + "boy", + "family", + "man" + ], + "emoji": "👨‍👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3047, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, man, girl, girl", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F467", + "tags": [ + "family", + "girl", + "man" + ], + "emoji": "👨‍👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3048, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: woman, woman, boy", + "hexcode": "1F469-200D-1F469-200D-1F466", + "tags": [ + "boy", + "family", + "woman" + ], + "emoji": "👩‍👩‍👦", + "text": "", + "type": 1, + "order": 3049, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: woman, woman, girl", + "hexcode": "1F469-200D-1F469-200D-1F467", + "tags": [ + "family", + "girl", + "woman" + ], + "emoji": "👩‍👩‍👧", + "text": "", + "type": 1, + "order": 3050, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: woman, woman, girl, boy", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "boy", + "family", + "girl", + "woman" + ], + "emoji": "👩‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3051, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: woman, woman, boy, boy", + "hexcode": "1F469-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "boy", + "family", + "woman" + ], + "emoji": "👩‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3052, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: woman, woman, girl, girl", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "family", + "girl", + "woman" + ], + "emoji": "👩‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3053, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "family: man, boy", + "hexcode": "1F468-200D-1F466", + "tags": [ + "boy", + "family", + "man" + ], + "emoji": "👨‍👦", + "text": "", + "type": 1, + "order": 3054, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: man, boy, boy", + "hexcode": "1F468-200D-1F466-200D-1F466", + "tags": [ + "boy", + "family", + "man" + ], + "emoji": "👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3055, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: man, girl", + "hexcode": "1F468-200D-1F467", + "tags": [ + "family", + "girl", + "man" + ], + "emoji": "👨‍👧", + "text": "", + "type": 1, + "order": 3056, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: man, girl, boy", + "hexcode": "1F468-200D-1F467-200D-1F466", + "tags": [ + "boy", + "family", + "girl", + "man" + ], + "emoji": "👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3057, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: man, girl, girl", + "hexcode": "1F468-200D-1F467-200D-1F467", + "tags": [ + "family", + "girl", + "man" + ], + "emoji": "👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3058, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: woman, boy", + "hexcode": "1F469-200D-1F466", + "tags": [ + "boy", + "family", + "woman" + ], + "emoji": "👩‍👦", + "text": "", + "type": 1, + "order": 3059, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: woman, boy, boy", + "hexcode": "1F469-200D-1F466-200D-1F466", + "tags": [ + "boy", + "family", + "woman" + ], + "emoji": "👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3060, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: woman, girl", + "hexcode": "1F469-200D-1F467", + "tags": [ + "family", + "girl", + "woman" + ], + "emoji": "👩‍👧", + "text": "", + "type": 1, + "order": 3061, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: woman, girl, boy", + "hexcode": "1F469-200D-1F467-200D-1F466", + "tags": [ + "boy", + "family", + "girl", + "woman" + ], + "emoji": "👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3062, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "family: woman, girl, girl", + "hexcode": "1F469-200D-1F467-200D-1F467", + "tags": [ + "family", + "girl", + "woman" + ], + "emoji": "👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3063, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "speaking head", + "hexcode": "1F5E3", + "tags": [ + "face", + "head", + "silhouette", + "speak", + "speaking" + ], + "emoji": "🗣️", + "text": "🗣︎", + "type": 0, + "order": 3065, + "group": 1, + "subgroup": 30, + "version": 0.7 + }, + { + "annotation": "bust in silhouette", + "hexcode": "1F464", + "tags": [ + "bust", + "silhouette" + ], + "emoji": "👤", + "text": "", + "type": 1, + "order": 3066, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "busts in silhouette", + "hexcode": "1F465", + "tags": [ + "bust", + "silhouette" + ], + "emoji": "👥", + "text": "", + "type": 1, + "order": 3067, + "group": 1, + "subgroup": 30, + "version": 1 + }, + { + "annotation": "people hugging", + "hexcode": "1FAC2", + "tags": [ + "goodbye", + "hello", + "hug", + "thanks" + ], + "emoji": "🫂", + "text": "", + "type": 1, + "order": 3068, + "group": 1, + "subgroup": 30, + "version": 13 + }, + { + "annotation": "footprints", + "hexcode": "1F463", + "tags": [ + "clothing", + "footprint", + "print" + ], + "emoji": "👣", + "text": "", + "type": 1, + "order": 3069, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "light skin tone", + "hexcode": "1F3FB", + "tags": [ + "skin tone", + "type 1–2" + ], + "emoji": "🏻", + "text": "", + "type": 1, + "order": 3070, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "medium-light skin tone", + "hexcode": "1F3FC", + "tags": [ + "skin tone", + "type 3" + ], + "emoji": "🏼", + "text": "", + "type": 1, + "order": 3071, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "medium skin tone", + "hexcode": "1F3FD", + "tags": [ + "skin tone", + "type 4" + ], + "emoji": "🏽", + "text": "", + "type": 1, + "order": 3072, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "medium-dark skin tone", + "hexcode": "1F3FE", + "tags": [ + "skin tone", + "type 5" + ], + "emoji": "🏾", + "text": "", + "type": 1, + "order": 3073, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "dark skin tone", + "hexcode": "1F3FF", + "tags": [ + "skin tone", + "type 6" + ], + "emoji": "🏿", + "text": "", + "type": 1, + "order": 3074, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "red hair", + "hexcode": "1F9B0", + "tags": [ + "ginger", + "redhead" + ], + "emoji": "🦰", + "text": "", + "type": 1, + "order": 3075, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "curly hair", + "hexcode": "1F9B1", + "tags": [ + "afro", + "curly", + "ringlets" + ], + "emoji": "🦱", + "text": "", + "type": 1, + "order": 3076, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "white hair", + "hexcode": "1F9B3", + "tags": [ + "gray", + "hair", + "old", + "white" + ], + "emoji": "🦳", + "text": "", + "type": 1, + "order": 3077, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "bald", + "hexcode": "1F9B2", + "tags": [ + "chemotherapy", + "hairless", + "no hair", + "shaven" + ], + "emoji": "🦲", + "text": "", + "type": 1, + "order": 3078, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "monkey face", + "hexcode": "1F435", + "tags": [ + "face", + "monkey" + ], + "emoji": "🐵", + "text": "", + "type": 1, + "order": 3079, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "monkey", + "hexcode": "1F412", + "tags": [ + "monkey" + ], + "emoji": "🐒", + "text": "", + "type": 1, + "order": 3080, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "gorilla", + "hexcode": "1F98D", + "tags": [ + "gorilla" + ], + "emoji": "🦍", + "text": "", + "type": 1, + "order": 3081, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "orangutan", + "hexcode": "1F9A7", + "tags": [ + "ape" + ], + "emoji": "🦧", + "text": "", + "type": 1, + "order": 3082, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "dog face", + "hexcode": "1F436", + "tags": [ + "dog", + "face", + "pet" + ], + "emoji": "🐶", + "text": "", + "type": 1, + "order": 3083, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "dog", + "hexcode": "1F415", + "tags": [ + "pet" + ], + "emoji": "🐕️", + "text": "🐕︎", + "type": 1, + "order": 3084, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "guide dog", + "hexcode": "1F9AE", + "tags": [ + "accessibility", + "blind", + "guide" + ], + "emoji": "🦮", + "text": "", + "type": 1, + "order": 3085, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "service dog", + "hexcode": "1F415-200D-1F9BA", + "tags": [ + "accessibility", + "assistance", + "dog", + "service" + ], + "emoji": "🐕‍🦺", + "text": "", + "type": 1, + "order": 3086, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "poodle", + "hexcode": "1F429", + "tags": [ + "dog" + ], + "emoji": "🐩", + "text": "", + "type": 1, + "order": 3087, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "wolf", + "hexcode": "1F43A", + "tags": [ + "face" + ], + "emoji": "🐺", + "text": "", + "type": 1, + "order": 3088, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "fox", + "hexcode": "1F98A", + "tags": [ + "face" + ], + "emoji": "🦊", + "text": "", + "type": 1, + "order": 3089, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "raccoon", + "hexcode": "1F99D", + "tags": [ + "curious", + "sly" + ], + "emoji": "🦝", + "text": "", + "type": 1, + "order": 3090, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "cat face", + "hexcode": "1F431", + "tags": [ + "cat", + "face", + "pet" + ], + "emoji": "🐱", + "text": "", + "type": 1, + "order": 3091, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cat", + "hexcode": "1F408", + "tags": [ + "pet" + ], + "emoji": "🐈️", + "text": "🐈︎", + "type": 1, + "order": 3092, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "black cat", + "hexcode": "1F408-200D-2B1B", + "tags": [ + "black", + "cat", + "unlucky" + ], + "emoji": "🐈‍⬛", + "text": "", + "type": 1, + "order": 3093, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "lion", + "hexcode": "1F981", + "tags": [ + "face", + "leo", + "zodiac" + ], + "emoji": "🦁", + "text": "", + "type": 1, + "order": 3094, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "tiger face", + "hexcode": "1F42F", + "tags": [ + "face", + "tiger" + ], + "emoji": "🐯", + "text": "", + "type": 1, + "order": 3095, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "tiger", + "hexcode": "1F405", + "tags": [ + "tiger" + ], + "emoji": "🐅", + "text": "", + "type": 1, + "order": 3096, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "leopard", + "hexcode": "1F406", + "tags": [ + "leopard" + ], + "emoji": "🐆", + "text": "", + "type": 1, + "order": 3097, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "horse face", + "hexcode": "1F434", + "tags": [ + "face", + "horse" + ], + "emoji": "🐴", + "text": "", + "type": 1, + "order": 3098, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "horse", + "hexcode": "1F40E", + "tags": [ + "equestrian", + "racehorse", + "racing" + ], + "emoji": "🐎", + "text": "", + "type": 1, + "order": 3099, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "unicorn", + "hexcode": "1F984", + "tags": [ + "face" + ], + "emoji": "🦄", + "text": "", + "type": 1, + "order": 3100, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "zebra", + "hexcode": "1F993", + "tags": [ + "stripe" + ], + "emoji": "🦓", + "text": "", + "type": 1, + "order": 3101, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "deer", + "hexcode": "1F98C", + "tags": [ + "deer" + ], + "emoji": "🦌", + "text": "", + "type": 1, + "order": 3102, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "bison", + "hexcode": "1F9AC", + "tags": [ + "buffalo", + "herd", + "wisent" + ], + "emoji": "🦬", + "text": "", + "type": 1, + "order": 3103, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "cow face", + "hexcode": "1F42E", + "tags": [ + "cow", + "face" + ], + "emoji": "🐮", + "text": "", + "type": 1, + "order": 3104, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "ox", + "hexcode": "1F402", + "tags": [ + "bull", + "taurus", + "zodiac" + ], + "emoji": "🐂", + "text": "", + "type": 1, + "order": 3105, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "water buffalo", + "hexcode": "1F403", + "tags": [ + "buffalo", + "water" + ], + "emoji": "🐃", + "text": "", + "type": 1, + "order": 3106, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "cow", + "hexcode": "1F404", + "tags": [ + "cow" + ], + "emoji": "🐄", + "text": "", + "type": 1, + "order": 3107, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "pig face", + "hexcode": "1F437", + "tags": [ + "face", + "pig" + ], + "emoji": "🐷", + "text": "", + "type": 1, + "order": 3108, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "pig", + "hexcode": "1F416", + "tags": [ + "sow" + ], + "emoji": "🐖", + "text": "", + "type": 1, + "order": 3109, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "boar", + "hexcode": "1F417", + "tags": [ + "pig" + ], + "emoji": "🐗", + "text": "", + "type": 1, + "order": 3110, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "pig nose", + "hexcode": "1F43D", + "tags": [ + "face", + "nose", + "pig" + ], + "emoji": "🐽", + "text": "", + "type": 1, + "order": 3111, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "ram", + "hexcode": "1F40F", + "tags": [ + "aries", + "male", + "sheep", + "zodiac" + ], + "emoji": "🐏", + "text": "", + "type": 1, + "order": 3112, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "ewe", + "hexcode": "1F411", + "tags": [ + "female", + "sheep" + ], + "emoji": "🐑", + "text": "", + "type": 1, + "order": 3113, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "goat", + "hexcode": "1F410", + "tags": [ + "capricorn", + "zodiac" + ], + "emoji": "🐐", + "text": "", + "type": 1, + "order": 3114, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "camel", + "hexcode": "1F42A", + "tags": [ + "dromedary", + "hump" + ], + "emoji": "🐪", + "text": "", + "type": 1, + "order": 3115, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "two-hump camel", + "hexcode": "1F42B", + "tags": [ + "bactrian", + "camel", + "hump" + ], + "emoji": "🐫", + "text": "", + "type": 1, + "order": 3116, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "llama", + "hexcode": "1F999", + "tags": [ + "alpaca", + "guanaco", + "vicuña", + "wool" + ], + "emoji": "🦙", + "text": "", + "type": 1, + "order": 3117, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "giraffe", + "hexcode": "1F992", + "tags": [ + "spots" + ], + "emoji": "🦒", + "text": "", + "type": 1, + "order": 3118, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "elephant", + "hexcode": "1F418", + "tags": [ + "elephant" + ], + "emoji": "🐘", + "text": "", + "type": 1, + "order": 3119, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "mammoth", + "hexcode": "1F9A3", + "tags": [ + "extinction", + "large", + "tusk", + "woolly" + ], + "emoji": "🦣", + "text": "", + "type": 1, + "order": 3120, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "rhinoceros", + "hexcode": "1F98F", + "tags": [ + "rhinoceros" + ], + "emoji": "🦏", + "text": "", + "type": 1, + "order": 3121, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "hippopotamus", + "hexcode": "1F99B", + "tags": [ + "hippo" + ], + "emoji": "🦛", + "text": "", + "type": 1, + "order": 3122, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "mouse face", + "hexcode": "1F42D", + "tags": [ + "face", + "mouse" + ], + "emoji": "🐭", + "text": "", + "type": 1, + "order": 3123, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "mouse", + "hexcode": "1F401", + "tags": [ + "mouse" + ], + "emoji": "🐁", + "text": "", + "type": 1, + "order": 3124, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "rat", + "hexcode": "1F400", + "tags": [ + "rat" + ], + "emoji": "🐀", + "text": "", + "type": 1, + "order": 3125, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "hamster", + "hexcode": "1F439", + "tags": [ + "face", + "pet" + ], + "emoji": "🐹", + "text": "", + "type": 1, + "order": 3126, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "rabbit face", + "hexcode": "1F430", + "tags": [ + "bunny", + "face", + "pet", + "rabbit" + ], + "emoji": "🐰", + "text": "", + "type": 1, + "order": 3127, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "rabbit", + "hexcode": "1F407", + "tags": [ + "bunny", + "pet" + ], + "emoji": "🐇", + "text": "", + "type": 1, + "order": 3128, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "chipmunk", + "hexcode": "1F43F", + "tags": [ + "squirrel" + ], + "emoji": "🐿️", + "text": "🐿︎", + "type": 0, + "order": 3130, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "beaver", + "hexcode": "1F9AB", + "tags": [ + "dam" + ], + "emoji": "🦫", + "text": "", + "type": 1, + "order": 3131, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "hedgehog", + "hexcode": "1F994", + "tags": [ + "spiny" + ], + "emoji": "🦔", + "text": "", + "type": 1, + "order": 3132, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "bat", + "hexcode": "1F987", + "tags": [ + "vampire" + ], + "emoji": "🦇", + "text": "", + "type": 1, + "order": 3133, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "bear", + "hexcode": "1F43B", + "tags": [ + "face" + ], + "emoji": "🐻", + "text": "", + "type": 1, + "order": 3134, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "polar bear", + "hexcode": "1F43B-200D-2744-FE0F", + "tags": [ + "arctic", + "bear", + "white" + ], + "emoji": "🐻‍❄️", + "text": "", + "type": 1, + "order": 3135, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "koala", + "hexcode": "1F428", + "tags": [ + "bear" + ], + "emoji": "🐨", + "text": "", + "type": 1, + "order": 3137, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "panda", + "hexcode": "1F43C", + "tags": [ + "face" + ], + "emoji": "🐼", + "text": "", + "type": 1, + "order": 3138, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "sloth", + "hexcode": "1F9A5", + "tags": [ + "lazy", + "slow" + ], + "emoji": "🦥", + "text": "", + "type": 1, + "order": 3139, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "otter", + "hexcode": "1F9A6", + "tags": [ + "fishing", + "playful" + ], + "emoji": "🦦", + "text": "", + "type": 1, + "order": 3140, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "skunk", + "hexcode": "1F9A8", + "tags": [ + "stink" + ], + "emoji": "🦨", + "text": "", + "type": 1, + "order": 3141, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "kangaroo", + "hexcode": "1F998", + "tags": [ + "australia", + "joey", + "jump", + "marsupial" + ], + "emoji": "🦘", + "text": "", + "type": 1, + "order": 3142, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "badger", + "hexcode": "1F9A1", + "tags": [ + "honey badger", + "pester" + ], + "emoji": "🦡", + "text": "", + "type": 1, + "order": 3143, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "paw prints", + "hexcode": "1F43E", + "tags": [ + "feet", + "paw", + "print" + ], + "emoji": "🐾", + "text": "", + "type": 1, + "order": 3144, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "turkey", + "hexcode": "1F983", + "tags": [ + "bird" + ], + "emoji": "🦃", + "text": "", + "type": 1, + "order": 3145, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "chicken", + "hexcode": "1F414", + "tags": [ + "bird" + ], + "emoji": "🐔", + "text": "", + "type": 1, + "order": 3146, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "rooster", + "hexcode": "1F413", + "tags": [ + "bird" + ], + "emoji": "🐓", + "text": "", + "type": 1, + "order": 3147, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "hatching chick", + "hexcode": "1F423", + "tags": [ + "baby", + "bird", + "chick", + "hatching" + ], + "emoji": "🐣", + "text": "", + "type": 1, + "order": 3148, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "baby chick", + "hexcode": "1F424", + "tags": [ + "baby", + "bird", + "chick" + ], + "emoji": "🐤", + "text": "", + "type": 1, + "order": 3149, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "front-facing baby chick", + "hexcode": "1F425", + "tags": [ + "baby", + "bird", + "chick" + ], + "emoji": "🐥", + "text": "", + "type": 1, + "order": 3150, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "bird", + "hexcode": "1F426", + "tags": [ + "bird" + ], + "emoji": "🐦️", + "text": "🐦︎", + "type": 1, + "order": 3151, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "penguin", + "hexcode": "1F427", + "tags": [ + "bird" + ], + "emoji": "🐧", + "text": "", + "type": 1, + "order": 3152, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "dove", + "hexcode": "1F54A", + "tags": [ + "bird", + "fly", + "peace" + ], + "emoji": "🕊️", + "text": "🕊︎", + "type": 0, + "order": 3154, + "group": 3, + "subgroup": 34, + "version": 0.7 + }, + { + "annotation": "eagle", + "hexcode": "1F985", + "tags": [ + "bird" + ], + "emoji": "🦅", + "text": "", + "type": 1, + "order": 3155, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "duck", + "hexcode": "1F986", + "tags": [ + "bird" + ], + "emoji": "🦆", + "text": "", + "type": 1, + "order": 3156, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "swan", + "hexcode": "1F9A2", + "tags": [ + "bird", + "cygnet", + "ugly duckling" + ], + "emoji": "🦢", + "text": "", + "type": 1, + "order": 3157, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "owl", + "hexcode": "1F989", + "tags": [ + "bird", + "wise" + ], + "emoji": "🦉", + "text": "", + "type": 1, + "order": 3158, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "dodo", + "hexcode": "1F9A4", + "tags": [ + "extinction", + "large", + "mauritius" + ], + "emoji": "🦤", + "text": "", + "type": 1, + "order": 3159, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "feather", + "hexcode": "1FAB6", + "tags": [ + "bird", + "flight", + "light", + "plumage" + ], + "emoji": "🪶", + "text": "", + "type": 1, + "order": 3160, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "flamingo", + "hexcode": "1F9A9", + "tags": [ + "flamboyant", + "tropical" + ], + "emoji": "🦩", + "text": "", + "type": 1, + "order": 3161, + "group": 3, + "subgroup": 34, + "version": 12 + }, + { + "annotation": "peacock", + "hexcode": "1F99A", + "tags": [ + "bird", + "ostentatious", + "peahen", + "proud" + ], + "emoji": "🦚", + "text": "", + "type": 1, + "order": 3162, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "parrot", + "hexcode": "1F99C", + "tags": [ + "bird", + "pirate", + "talk" + ], + "emoji": "🦜", + "text": "", + "type": 1, + "order": 3163, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "frog", + "hexcode": "1F438", + "tags": [ + "face" + ], + "emoji": "🐸", + "text": "", + "type": 1, + "order": 3164, + "group": 3, + "subgroup": 35, + "version": 0.6 + }, + { + "annotation": "crocodile", + "hexcode": "1F40A", + "tags": [ + "crocodile" + ], + "emoji": "🐊", + "text": "", + "type": 1, + "order": 3165, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "turtle", + "hexcode": "1F422", + "tags": [ + "terrapin", + "tortoise" + ], + "emoji": "🐢", + "text": "", + "type": 1, + "order": 3166, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "lizard", + "hexcode": "1F98E", + "tags": [ + "reptile" + ], + "emoji": "🦎", + "text": "", + "type": 1, + "order": 3167, + "group": 3, + "subgroup": 36, + "version": 3 + }, + { + "annotation": "snake", + "hexcode": "1F40D", + "tags": [ + "bearer", + "ophiuchus", + "serpent", + "zodiac" + ], + "emoji": "🐍", + "text": "", + "type": 1, + "order": 3168, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "dragon face", + "hexcode": "1F432", + "tags": [ + "dragon", + "face", + "fairy tale" + ], + "emoji": "🐲", + "text": "", + "type": 1, + "order": 3169, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "dragon", + "hexcode": "1F409", + "tags": [ + "fairy tale" + ], + "emoji": "🐉", + "text": "", + "type": 1, + "order": 3170, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "sauropod", + "hexcode": "1F995", + "tags": [ + "brachiosaurus", + "brontosaurus", + "diplodocus" + ], + "emoji": "🦕", + "text": "", + "type": 1, + "order": 3171, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "T-Rex", + "hexcode": "1F996", + "tags": [ + "t-rex", + "tyrannosaurus rex" + ], + "emoji": "🦖", + "text": "", + "type": 1, + "order": 3172, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "spouting whale", + "hexcode": "1F433", + "tags": [ + "face", + "spouting", + "whale" + ], + "emoji": "🐳", + "text": "", + "type": 1, + "order": 3173, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "whale", + "hexcode": "1F40B", + "tags": [ + "whale" + ], + "emoji": "🐋", + "text": "", + "type": 1, + "order": 3174, + "group": 3, + "subgroup": 37, + "version": 1 + }, + { + "annotation": "dolphin", + "hexcode": "1F42C", + "tags": [ + "flipper" + ], + "emoji": "🐬", + "text": "", + "type": 1, + "order": 3175, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "seal", + "hexcode": "1F9AD", + "tags": [ + "sea lion" + ], + "emoji": "🦭", + "text": "", + "type": 1, + "order": 3176, + "group": 3, + "subgroup": 37, + "version": 13 + }, + { + "annotation": "fish", + "hexcode": "1F41F", + "tags": [ + "pisces", + "zodiac" + ], + "emoji": "🐟️", + "text": "🐟︎", + "type": 1, + "order": 3177, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "tropical fish", + "hexcode": "1F420", + "tags": [ + "fish", + "tropical" + ], + "emoji": "🐠", + "text": "", + "type": 1, + "order": 3178, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "blowfish", + "hexcode": "1F421", + "tags": [ + "fish" + ], + "emoji": "🐡", + "text": "", + "type": 1, + "order": 3179, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "shark", + "hexcode": "1F988", + "tags": [ + "fish" + ], + "emoji": "🦈", + "text": "", + "type": 1, + "order": 3180, + "group": 3, + "subgroup": 37, + "version": 3 + }, + { + "annotation": "octopus", + "hexcode": "1F419", + "tags": [ + "octopus" + ], + "emoji": "🐙", + "text": "", + "type": 1, + "order": 3181, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "spiral shell", + "hexcode": "1F41A", + "tags": [ + "shell", + "spiral" + ], + "emoji": "🐚", + "text": "", + "type": 1, + "order": 3182, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "snail", + "hexcode": "1F40C", + "tags": [ + "snail" + ], + "emoji": "🐌", + "text": "", + "type": 1, + "order": 3183, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "butterfly", + "hexcode": "1F98B", + "tags": [ + "insect", + "pretty" + ], + "emoji": "🦋", + "text": "", + "type": 1, + "order": 3184, + "group": 3, + "subgroup": 38, + "version": 3 + }, + { + "annotation": "bug", + "hexcode": "1F41B", + "tags": [ + "insect" + ], + "emoji": "🐛", + "text": "", + "type": 1, + "order": 3185, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "ant", + "hexcode": "1F41C", + "tags": [ + "insect" + ], + "emoji": "🐜", + "text": "", + "type": 1, + "order": 3186, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "honeybee", + "hexcode": "1F41D", + "tags": [ + "bee", + "insect" + ], + "emoji": "🐝", + "text": "", + "type": 1, + "order": 3187, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "beetle", + "hexcode": "1FAB2", + "tags": [ + "bug", + "insect" + ], + "emoji": "🪲", + "text": "", + "type": 1, + "order": 3188, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "lady beetle", + "hexcode": "1F41E", + "tags": [ + "beetle", + "insect", + "ladybird", + "ladybug" + ], + "emoji": "🐞", + "text": "", + "type": 1, + "order": 3189, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "cricket", + "hexcode": "1F997", + "tags": [ + "grasshopper" + ], + "emoji": "🦗", + "text": "", + "type": 1, + "order": 3190, + "group": 3, + "subgroup": 38, + "version": 5 + }, + { + "annotation": "cockroach", + "hexcode": "1FAB3", + "tags": [ + "insect", + "pest", + "roach" + ], + "emoji": "🪳", + "text": "", + "type": 1, + "order": 3191, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "spider", + "hexcode": "1F577", + "tags": [ + "insect" + ], + "emoji": "🕷️", + "text": "🕷︎", + "type": 0, + "order": 3193, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "spider web", + "hexcode": "1F578", + "tags": [ + "spider", + "web" + ], + "emoji": "🕸️", + "text": "🕸︎", + "type": 0, + "order": 3195, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "scorpion", + "hexcode": "1F982", + "tags": [ + "scorpio", + "zodiac" + ], + "emoji": "🦂", + "text": "", + "type": 1, + "order": 3196, + "group": 3, + "subgroup": 38, + "version": 1 + }, + { + "annotation": "mosquito", + "hexcode": "1F99F", + "tags": [ + "disease", + "fever", + "malaria", + "pest", + "virus" + ], + "emoji": "🦟", + "text": "", + "type": 1, + "order": 3197, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "fly", + "hexcode": "1FAB0", + "tags": [ + "disease", + "maggot", + "pest", + "rotting" + ], + "emoji": "🪰", + "text": "", + "type": 1, + "order": 3198, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "worm", + "hexcode": "1FAB1", + "tags": [ + "annelid", + "earthworm", + "parasite" + ], + "emoji": "🪱", + "text": "", + "type": 1, + "order": 3199, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "microbe", + "hexcode": "1F9A0", + "tags": [ + "amoeba", + "bacteria", + "virus" + ], + "emoji": "🦠", + "text": "", + "type": 1, + "order": 3200, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "bouquet", + "hexcode": "1F490", + "tags": [ + "flower" + ], + "emoji": "💐", + "text": "", + "type": 1, + "order": 3201, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "cherry blossom", + "hexcode": "1F338", + "tags": [ + "blossom", + "cherry", + "flower" + ], + "emoji": "🌸", + "text": "", + "type": 1, + "order": 3202, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "white flower", + "hexcode": "1F4AE", + "tags": [ + "flower" + ], + "emoji": "💮", + "text": "", + "type": 1, + "order": 3203, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "rosette", + "hexcode": "1F3F5", + "tags": [ + "plant" + ], + "emoji": "🏵️", + "text": "🏵︎", + "type": 0, + "order": 3205, + "group": 3, + "subgroup": 39, + "version": 0.7 + }, + { + "annotation": "rose", + "hexcode": "1F339", + "tags": [ + "flower" + ], + "emoji": "🌹", + "text": "", + "type": 1, + "order": 3206, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "wilted flower", + "hexcode": "1F940", + "tags": [ + "flower", + "wilted" + ], + "emoji": "🥀", + "text": "", + "type": 1, + "order": 3207, + "group": 3, + "subgroup": 39, + "version": 3 + }, + { + "annotation": "hibiscus", + "hexcode": "1F33A", + "tags": [ + "flower" + ], + "emoji": "🌺", + "text": "", + "type": 1, + "order": 3208, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "sunflower", + "hexcode": "1F33B", + "tags": [ + "flower", + "sun" + ], + "emoji": "🌻", + "text": "", + "type": 1, + "order": 3209, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "blossom", + "hexcode": "1F33C", + "tags": [ + "flower" + ], + "emoji": "🌼", + "text": "", + "type": 1, + "order": 3210, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "tulip", + "hexcode": "1F337", + "tags": [ + "flower" + ], + "emoji": "🌷", + "text": "", + "type": 1, + "order": 3211, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "seedling", + "hexcode": "1F331", + "tags": [ + "young" + ], + "emoji": "🌱", + "text": "", + "type": 1, + "order": 3212, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "potted plant", + "hexcode": "1FAB4", + "tags": [ + "boring", + "grow", + "house", + "nurturing", + "plant", + "useless" + ], + "emoji": "🪴", + "text": "", + "type": 1, + "order": 3213, + "group": 3, + "subgroup": 40, + "version": 13 + }, + { + "annotation": "evergreen tree", + "hexcode": "1F332", + "tags": [ + "tree" + ], + "emoji": "🌲", + "text": "", + "type": 1, + "order": 3214, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "deciduous tree", + "hexcode": "1F333", + "tags": [ + "deciduous", + "shedding", + "tree" + ], + "emoji": "🌳", + "text": "", + "type": 1, + "order": 3215, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "palm tree", + "hexcode": "1F334", + "tags": [ + "palm", + "tree" + ], + "emoji": "🌴", + "text": "", + "type": 1, + "order": 3216, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "cactus", + "hexcode": "1F335", + "tags": [ + "plant" + ], + "emoji": "🌵", + "text": "", + "type": 1, + "order": 3217, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "sheaf of rice", + "hexcode": "1F33E", + "tags": [ + "ear", + "grain", + "rice" + ], + "emoji": "🌾", + "text": "", + "type": 1, + "order": 3218, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "herb", + "hexcode": "1F33F", + "tags": [ + "leaf" + ], + "emoji": "🌿", + "text": "", + "type": 1, + "order": 3219, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "shamrock", + "hexcode": "2618", + "tags": [ + "plant" + ], + "emoji": "☘️", + "text": "☘︎", + "type": 0, + "order": 3221, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "four leaf clover", + "hexcode": "1F340", + "tags": [ + "4", + "clover", + "four", + "four-leaf clover", + "leaf" + ], + "emoji": "🍀", + "text": "", + "type": 1, + "order": 3222, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "maple leaf", + "hexcode": "1F341", + "tags": [ + "falling", + "leaf", + "maple" + ], + "emoji": "🍁", + "text": "", + "type": 1, + "order": 3223, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "fallen leaf", + "hexcode": "1F342", + "tags": [ + "falling", + "leaf" + ], + "emoji": "🍂", + "text": "", + "type": 1, + "order": 3224, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "leaf fluttering in wind", + "hexcode": "1F343", + "tags": [ + "blow", + "flutter", + "leaf", + "wind" + ], + "emoji": "🍃", + "text": "", + "type": 1, + "order": 3225, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "grapes", + "hexcode": "1F347", + "tags": [ + "fruit", + "grape" + ], + "emoji": "🍇", + "text": "", + "type": 1, + "order": 3226, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "melon", + "hexcode": "1F348", + "tags": [ + "fruit" + ], + "emoji": "🍈", + "text": "", + "type": 1, + "order": 3227, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "watermelon", + "hexcode": "1F349", + "tags": [ + "fruit" + ], + "emoji": "🍉", + "text": "", + "type": 1, + "order": 3228, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "tangerine", + "hexcode": "1F34A", + "tags": [ + "fruit", + "orange" + ], + "emoji": "🍊", + "text": "", + "type": 1, + "order": 3229, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "lemon", + "hexcode": "1F34B", + "tags": [ + "citrus", + "fruit" + ], + "emoji": "🍋", + "text": "", + "type": 1, + "order": 3230, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "banana", + "hexcode": "1F34C", + "tags": [ + "fruit" + ], + "emoji": "🍌", + "text": "", + "type": 1, + "order": 3231, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "pineapple", + "hexcode": "1F34D", + "tags": [ + "fruit" + ], + "emoji": "🍍", + "text": "", + "type": 1, + "order": 3232, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "mango", + "hexcode": "1F96D", + "tags": [ + "fruit", + "tropical" + ], + "emoji": "🥭", + "text": "", + "type": 1, + "order": 3233, + "group": 4, + "subgroup": 41, + "version": 11 + }, + { + "annotation": "red apple", + "hexcode": "1F34E", + "tags": [ + "apple", + "fruit", + "red" + ], + "emoji": "🍎", + "text": "", + "type": 1, + "order": 3234, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "green apple", + "hexcode": "1F34F", + "tags": [ + "apple", + "fruit", + "green" + ], + "emoji": "🍏", + "text": "", + "type": 1, + "order": 3235, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "pear", + "hexcode": "1F350", + "tags": [ + "fruit" + ], + "emoji": "🍐", + "text": "", + "type": 1, + "order": 3236, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "peach", + "hexcode": "1F351", + "tags": [ + "fruit" + ], + "emoji": "🍑", + "text": "", + "type": 1, + "order": 3237, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "cherries", + "hexcode": "1F352", + "tags": [ + "berries", + "cherry", + "fruit", + "red" + ], + "emoji": "🍒", + "text": "", + "type": 1, + "order": 3238, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "strawberry", + "hexcode": "1F353", + "tags": [ + "berry", + "fruit" + ], + "emoji": "🍓", + "text": "", + "type": 1, + "order": 3239, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "blueberries", + "hexcode": "1FAD0", + "tags": [ + "berry", + "bilberry", + "blue", + "blueberry" + ], + "emoji": "🫐", + "text": "", + "type": 1, + "order": 3240, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "kiwi fruit", + "hexcode": "1F95D", + "tags": [ + "food", + "fruit", + "kiwi" + ], + "emoji": "🥝", + "text": "", + "type": 1, + "order": 3241, + "group": 4, + "subgroup": 41, + "version": 3 + }, + { + "annotation": "tomato", + "hexcode": "1F345", + "tags": [ + "fruit", + "vegetable" + ], + "emoji": "🍅", + "text": "", + "type": 1, + "order": 3242, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "olive", + "hexcode": "1FAD2", + "tags": [ + "food" + ], + "emoji": "🫒", + "text": "", + "type": 1, + "order": 3243, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "coconut", + "hexcode": "1F965", + "tags": [ + "palm", + "piña colada" + ], + "emoji": "🥥", + "text": "", + "type": 1, + "order": 3244, + "group": 4, + "subgroup": 41, + "version": 5 + }, + { + "annotation": "avocado", + "hexcode": "1F951", + "tags": [ + "food", + "fruit" + ], + "emoji": "🥑", + "text": "", + "type": 1, + "order": 3245, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "eggplant", + "hexcode": "1F346", + "tags": [ + "aubergine", + "vegetable" + ], + "emoji": "🍆", + "text": "", + "type": 1, + "order": 3246, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "potato", + "hexcode": "1F954", + "tags": [ + "food", + "vegetable" + ], + "emoji": "🥔", + "text": "", + "type": 1, + "order": 3247, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "carrot", + "hexcode": "1F955", + "tags": [ + "food", + "vegetable" + ], + "emoji": "🥕", + "text": "", + "type": 1, + "order": 3248, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "ear of corn", + "hexcode": "1F33D", + "tags": [ + "corn", + "ear", + "maize", + "maze" + ], + "emoji": "🌽", + "text": "", + "type": 1, + "order": 3249, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "hot pepper", + "hexcode": "1F336", + "tags": [ + "hot", + "pepper" + ], + "emoji": "🌶️", + "text": "🌶︎", + "type": 0, + "order": 3251, + "group": 4, + "subgroup": 42, + "version": 0.7 + }, + { + "annotation": "bell pepper", + "hexcode": "1FAD1", + "tags": [ + "capsicum", + "pepper", + "vegetable" + ], + "emoji": "🫑", + "text": "", + "type": 1, + "order": 3252, + "group": 4, + "subgroup": 42, + "version": 13 + }, + { + "annotation": "cucumber", + "hexcode": "1F952", + "tags": [ + "food", + "pickle", + "vegetable" + ], + "emoji": "🥒", + "text": "", + "type": 1, + "order": 3253, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "leafy green", + "hexcode": "1F96C", + "tags": [ + "bok choy", + "cabbage", + "kale", + "lettuce" + ], + "emoji": "🥬", + "text": "", + "type": 1, + "order": 3254, + "group": 4, + "subgroup": 42, + "version": 11 + }, + { + "annotation": "broccoli", + "hexcode": "1F966", + "tags": [ + "wild cabbage" + ], + "emoji": "🥦", + "text": "", + "type": 1, + "order": 3255, + "group": 4, + "subgroup": 42, + "version": 5 + }, + { + "annotation": "garlic", + "hexcode": "1F9C4", + "tags": [ + "flavoring" + ], + "emoji": "🧄", + "text": "", + "type": 1, + "order": 3256, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "onion", + "hexcode": "1F9C5", + "tags": [ + "flavoring" + ], + "emoji": "🧅", + "text": "", + "type": 1, + "order": 3257, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "mushroom", + "hexcode": "1F344", + "tags": [ + "toadstool" + ], + "emoji": "🍄", + "text": "", + "type": 1, + "order": 3258, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "peanuts", + "hexcode": "1F95C", + "tags": [ + "food", + "nut", + "peanut", + "vegetable" + ], + "emoji": "🥜", + "text": "", + "type": 1, + "order": 3259, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "chestnut", + "hexcode": "1F330", + "tags": [ + "plant" + ], + "emoji": "🌰", + "text": "", + "type": 1, + "order": 3260, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "bread", + "hexcode": "1F35E", + "tags": [ + "loaf" + ], + "emoji": "🍞", + "text": "", + "type": 1, + "order": 3261, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "croissant", + "hexcode": "1F950", + "tags": [ + "bread", + "breakfast", + "food", + "french", + "roll" + ], + "emoji": "🥐", + "text": "", + "type": 1, + "order": 3262, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "baguette bread", + "hexcode": "1F956", + "tags": [ + "baguette", + "bread", + "food", + "french" + ], + "emoji": "🥖", + "text": "", + "type": 1, + "order": 3263, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "flatbread", + "hexcode": "1FAD3", + "tags": [ + "arepa", + "lavash", + "naan", + "pita" + ], + "emoji": "🫓", + "text": "", + "type": 1, + "order": 3264, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "pretzel", + "hexcode": "1F968", + "tags": [ + "twisted" + ], + "emoji": "🥨", + "text": "", + "type": 1, + "order": 3265, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "bagel", + "hexcode": "1F96F", + "tags": [ + "bakery", + "breakfast", + "schmear" + ], + "emoji": "🥯", + "text": "", + "type": 1, + "order": 3266, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "pancakes", + "hexcode": "1F95E", + "tags": [ + "breakfast", + "crêpe", + "food", + "hotcake", + "pancake" + ], + "emoji": "🥞", + "text": "", + "type": 1, + "order": 3267, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "waffle", + "hexcode": "1F9C7", + "tags": [ + "breakfast", + "indecisive", + "iron" + ], + "emoji": "🧇", + "text": "", + "type": 1, + "order": 3268, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "cheese wedge", + "hexcode": "1F9C0", + "tags": [ + "cheese" + ], + "emoji": "🧀", + "text": "", + "type": 1, + "order": 3269, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "meat on bone", + "hexcode": "1F356", + "tags": [ + "bone", + "meat" + ], + "emoji": "🍖", + "text": "", + "type": 1, + "order": 3270, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "poultry leg", + "hexcode": "1F357", + "tags": [ + "bone", + "chicken", + "drumstick", + "leg", + "poultry" + ], + "emoji": "🍗", + "text": "", + "type": 1, + "order": 3271, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "cut of meat", + "hexcode": "1F969", + "tags": [ + "chop", + "lambchop", + "porkchop", + "steak" + ], + "emoji": "🥩", + "text": "", + "type": 1, + "order": 3272, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "bacon", + "hexcode": "1F953", + "tags": [ + "breakfast", + "food", + "meat" + ], + "emoji": "🥓", + "text": "", + "type": 1, + "order": 3273, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "hamburger", + "hexcode": "1F354", + "tags": [ + "burger" + ], + "emoji": "🍔", + "text": "", + "type": 1, + "order": 3274, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "french fries", + "hexcode": "1F35F", + "tags": [ + "french", + "fries" + ], + "emoji": "🍟", + "text": "", + "type": 1, + "order": 3275, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "pizza", + "hexcode": "1F355", + "tags": [ + "cheese", + "slice" + ], + "emoji": "🍕", + "text": "", + "type": 1, + "order": 3276, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "hot dog", + "hexcode": "1F32D", + "tags": [ + "frankfurter", + "hotdog", + "sausage" + ], + "emoji": "🌭", + "text": "", + "type": 1, + "order": 3277, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "sandwich", + "hexcode": "1F96A", + "tags": [ + "bread" + ], + "emoji": "🥪", + "text": "", + "type": 1, + "order": 3278, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "taco", + "hexcode": "1F32E", + "tags": [ + "mexican" + ], + "emoji": "🌮", + "text": "", + "type": 1, + "order": 3279, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "burrito", + "hexcode": "1F32F", + "tags": [ + "mexican", + "wrap" + ], + "emoji": "🌯", + "text": "", + "type": 1, + "order": 3280, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "tamale", + "hexcode": "1FAD4", + "tags": [ + "mexican", + "wrapped" + ], + "emoji": "🫔", + "text": "", + "type": 1, + "order": 3281, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "stuffed flatbread", + "hexcode": "1F959", + "tags": [ + "falafel", + "flatbread", + "food", + "gyro", + "kebab", + "stuffed" + ], + "emoji": "🥙", + "text": "", + "type": 1, + "order": 3282, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "falafel", + "hexcode": "1F9C6", + "tags": [ + "chickpea", + "meatball" + ], + "emoji": "🧆", + "text": "", + "type": 1, + "order": 3283, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "egg", + "hexcode": "1F95A", + "tags": [ + "breakfast", + "food" + ], + "emoji": "🥚", + "text": "", + "type": 1, + "order": 3284, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "cooking", + "hexcode": "1F373", + "tags": [ + "breakfast", + "egg", + "frying", + "pan" + ], + "emoji": "🍳", + "text": "", + "type": 1, + "order": 3285, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "shallow pan of food", + "hexcode": "1F958", + "tags": [ + "casserole", + "food", + "paella", + "pan", + "shallow" + ], + "emoji": "🥘", + "text": "", + "type": 1, + "order": 3286, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "pot of food", + "hexcode": "1F372", + "tags": [ + "pot", + "stew" + ], + "emoji": "🍲", + "text": "", + "type": 1, + "order": 3287, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "fondue", + "hexcode": "1FAD5", + "tags": [ + "cheese", + "chocolate", + "melted", + "pot", + "swiss" + ], + "emoji": "🫕", + "text": "", + "type": 1, + "order": 3288, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "bowl with spoon", + "hexcode": "1F963", + "tags": [ + "breakfast", + "cereal", + "congee" + ], + "emoji": "🥣", + "text": "", + "type": 1, + "order": 3289, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "green salad", + "hexcode": "1F957", + "tags": [ + "food", + "green", + "salad" + ], + "emoji": "🥗", + "text": "", + "type": 1, + "order": 3290, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "popcorn", + "hexcode": "1F37F", + "tags": [ + "popcorn" + ], + "emoji": "🍿", + "text": "", + "type": 1, + "order": 3291, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "butter", + "hexcode": "1F9C8", + "tags": [ + "dairy" + ], + "emoji": "🧈", + "text": "", + "type": 1, + "order": 3292, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "salt", + "hexcode": "1F9C2", + "tags": [ + "condiment", + "shaker" + ], + "emoji": "🧂", + "text": "", + "type": 1, + "order": 3293, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "canned food", + "hexcode": "1F96B", + "tags": [ + "can" + ], + "emoji": "🥫", + "text": "", + "type": 1, + "order": 3294, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "bento box", + "hexcode": "1F371", + "tags": [ + "bento", + "box" + ], + "emoji": "🍱", + "text": "", + "type": 1, + "order": 3295, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "rice cracker", + "hexcode": "1F358", + "tags": [ + "cracker", + "rice" + ], + "emoji": "🍘", + "text": "", + "type": 1, + "order": 3296, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "rice ball", + "hexcode": "1F359", + "tags": [ + "ball", + "japanese", + "rice" + ], + "emoji": "🍙", + "text": "", + "type": 1, + "order": 3297, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "cooked rice", + "hexcode": "1F35A", + "tags": [ + "cooked", + "rice" + ], + "emoji": "🍚", + "text": "", + "type": 1, + "order": 3298, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "curry rice", + "hexcode": "1F35B", + "tags": [ + "curry", + "rice" + ], + "emoji": "🍛", + "text": "", + "type": 1, + "order": 3299, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "steaming bowl", + "hexcode": "1F35C", + "tags": [ + "bowl", + "noodle", + "ramen", + "steaming" + ], + "emoji": "🍜", + "text": "", + "type": 1, + "order": 3300, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "spaghetti", + "hexcode": "1F35D", + "tags": [ + "pasta" + ], + "emoji": "🍝", + "text": "", + "type": 1, + "order": 3301, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "roasted sweet potato", + "hexcode": "1F360", + "tags": [ + "potato", + "roasted", + "sweet" + ], + "emoji": "🍠", + "text": "", + "type": 1, + "order": 3302, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "oden", + "hexcode": "1F362", + "tags": [ + "kebab", + "seafood", + "skewer", + "stick" + ], + "emoji": "🍢", + "text": "", + "type": 1, + "order": 3303, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "sushi", + "hexcode": "1F363", + "tags": [ + "sushi" + ], + "emoji": "🍣", + "text": "", + "type": 1, + "order": 3304, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "fried shrimp", + "hexcode": "1F364", + "tags": [ + "fried", + "prawn", + "shrimp", + "tempura" + ], + "emoji": "🍤", + "text": "", + "type": 1, + "order": 3305, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "fish cake with swirl", + "hexcode": "1F365", + "tags": [ + "cake", + "fish", + "pastry", + "swirl" + ], + "emoji": "🍥", + "text": "", + "type": 1, + "order": 3306, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "moon cake", + "hexcode": "1F96E", + "tags": [ + "autumn", + "festival", + "yuèbǐng" + ], + "emoji": "🥮", + "text": "", + "type": 1, + "order": 3307, + "group": 4, + "subgroup": 44, + "version": 11 + }, + { + "annotation": "dango", + "hexcode": "1F361", + "tags": [ + "dessert", + "japanese", + "skewer", + "stick", + "sweet" + ], + "emoji": "🍡", + "text": "", + "type": 1, + "order": 3308, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "dumpling", + "hexcode": "1F95F", + "tags": [ + "empanada", + "gyōza", + "jiaozi", + "pierogi", + "potsticker" + ], + "emoji": "🥟", + "text": "", + "type": 1, + "order": 3309, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "fortune cookie", + "hexcode": "1F960", + "tags": [ + "prophecy" + ], + "emoji": "🥠", + "text": "", + "type": 1, + "order": 3310, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "takeout box", + "hexcode": "1F961", + "tags": [ + "oyster pail" + ], + "emoji": "🥡", + "text": "", + "type": 1, + "order": 3311, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "crab", + "hexcode": "1F980", + "tags": [ + "cancer", + "zodiac" + ], + "emoji": "🦀", + "text": "", + "type": 1, + "order": 3312, + "group": 4, + "subgroup": 45, + "version": 1 + }, + { + "annotation": "lobster", + "hexcode": "1F99E", + "tags": [ + "bisque", + "claws", + "seafood" + ], + "emoji": "🦞", + "text": "", + "type": 1, + "order": 3313, + "group": 4, + "subgroup": 45, + "version": 11 + }, + { + "annotation": "shrimp", + "hexcode": "1F990", + "tags": [ + "food", + "shellfish", + "small" + ], + "emoji": "🦐", + "text": "", + "type": 1, + "order": 3314, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "squid", + "hexcode": "1F991", + "tags": [ + "food", + "molusc" + ], + "emoji": "🦑", + "text": "", + "type": 1, + "order": 3315, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "oyster", + "hexcode": "1F9AA", + "tags": [ + "diving", + "pearl" + ], + "emoji": "🦪", + "text": "", + "type": 1, + "order": 3316, + "group": 4, + "subgroup": 45, + "version": 12 + }, + { + "annotation": "soft ice cream", + "hexcode": "1F366", + "tags": [ + "cream", + "dessert", + "ice", + "icecream", + "soft", + "sweet" + ], + "emoji": "🍦", + "text": "", + "type": 1, + "order": 3317, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "shaved ice", + "hexcode": "1F367", + "tags": [ + "dessert", + "ice", + "shaved", + "sweet" + ], + "emoji": "🍧", + "text": "", + "type": 1, + "order": 3318, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "ice cream", + "hexcode": "1F368", + "tags": [ + "cream", + "dessert", + "ice", + "sweet" + ], + "emoji": "🍨", + "text": "", + "type": 1, + "order": 3319, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "doughnut", + "hexcode": "1F369", + "tags": [ + "breakfast", + "dessert", + "donut", + "sweet" + ], + "emoji": "🍩", + "text": "", + "type": 1, + "order": 3320, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "cookie", + "hexcode": "1F36A", + "tags": [ + "dessert", + "sweet" + ], + "emoji": "🍪", + "text": "", + "type": 1, + "order": 3321, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "birthday cake", + "hexcode": "1F382", + "tags": [ + "birthday", + "cake", + "celebration", + "dessert", + "pastry", + "sweet" + ], + "emoji": "🎂", + "text": "", + "type": 1, + "order": 3322, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "shortcake", + "hexcode": "1F370", + "tags": [ + "cake", + "dessert", + "pastry", + "slice", + "sweet" + ], + "emoji": "🍰", + "text": "", + "type": 1, + "order": 3323, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "cupcake", + "hexcode": "1F9C1", + "tags": [ + "bakery", + "sweet" + ], + "emoji": "🧁", + "text": "", + "type": 1, + "order": 3324, + "group": 4, + "subgroup": 46, + "version": 11 + }, + { + "annotation": "pie", + "hexcode": "1F967", + "tags": [ + "filling", + "pastry" + ], + "emoji": "🥧", + "text": "", + "type": 1, + "order": 3325, + "group": 4, + "subgroup": 46, + "version": 5 + }, + { + "annotation": "chocolate bar", + "hexcode": "1F36B", + "tags": [ + "bar", + "chocolate", + "dessert", + "sweet" + ], + "emoji": "🍫", + "text": "", + "type": 1, + "order": 3326, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "candy", + "hexcode": "1F36C", + "tags": [ + "dessert", + "sweet" + ], + "emoji": "🍬", + "text": "", + "type": 1, + "order": 3327, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "lollipop", + "hexcode": "1F36D", + "tags": [ + "candy", + "dessert", + "sweet" + ], + "emoji": "🍭", + "text": "", + "type": 1, + "order": 3328, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "custard", + "hexcode": "1F36E", + "tags": [ + "dessert", + "pudding", + "sweet" + ], + "emoji": "🍮", + "text": "", + "type": 1, + "order": 3329, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "honey pot", + "hexcode": "1F36F", + "tags": [ + "honey", + "honeypot", + "pot", + "sweet" + ], + "emoji": "🍯", + "text": "", + "type": 1, + "order": 3330, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "baby bottle", + "hexcode": "1F37C", + "tags": [ + "baby", + "bottle", + "drink", + "milk" + ], + "emoji": "🍼", + "text": "", + "type": 1, + "order": 3331, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "glass of milk", + "hexcode": "1F95B", + "tags": [ + "drink", + "glass", + "milk" + ], + "emoji": "🥛", + "text": "", + "type": 1, + "order": 3332, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "hot beverage", + "hexcode": "2615", + "tags": [ + "beverage", + "coffee", + "drink", + "hot", + "steaming", + "tea" + ], + "emoji": "☕️", + "text": "☕︎", + "type": 1, + "order": 3333, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "teapot", + "hexcode": "1FAD6", + "tags": [ + "drink", + "pot", + "tea" + ], + "emoji": "🫖", + "text": "", + "type": 1, + "order": 3334, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "teacup without handle", + "hexcode": "1F375", + "tags": [ + "beverage", + "cup", + "drink", + "tea", + "teacup" + ], + "emoji": "🍵", + "text": "", + "type": 1, + "order": 3335, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "sake", + "hexcode": "1F376", + "tags": [ + "bar", + "beverage", + "bottle", + "cup", + "drink" + ], + "emoji": "🍶", + "text": "", + "type": 1, + "order": 3336, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "bottle with popping cork", + "hexcode": "1F37E", + "tags": [ + "bar", + "bottle", + "cork", + "drink", + "popping" + ], + "emoji": "🍾", + "text": "", + "type": 1, + "order": 3337, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "wine glass", + "hexcode": "1F377", + "tags": [ + "bar", + "beverage", + "drink", + "glass", + "wine" + ], + "emoji": "🍷", + "text": "", + "type": 1, + "order": 3338, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "cocktail glass", + "hexcode": "1F378", + "tags": [ + "bar", + "cocktail", + "drink", + "glass" + ], + "emoji": "🍸️", + "text": "🍸︎", + "type": 1, + "order": 3339, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "tropical drink", + "hexcode": "1F379", + "tags": [ + "bar", + "drink", + "tropical" + ], + "emoji": "🍹", + "text": "", + "type": 1, + "order": 3340, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "beer mug", + "hexcode": "1F37A", + "tags": [ + "bar", + "beer", + "drink", + "mug" + ], + "emoji": "🍺", + "text": "", + "type": 1, + "order": 3341, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "clinking beer mugs", + "hexcode": "1F37B", + "tags": [ + "bar", + "beer", + "clink", + "drink", + "mug" + ], + "emoji": "🍻", + "text": "", + "type": 1, + "order": 3342, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "clinking glasses", + "hexcode": "1F942", + "tags": [ + "celebrate", + "clink", + "drink", + "glass" + ], + "emoji": "🥂", + "text": "", + "type": 1, + "order": 3343, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "tumbler glass", + "hexcode": "1F943", + "tags": [ + "glass", + "liquor", + "shot", + "tumbler", + "whisky" + ], + "emoji": "🥃", + "text": "", + "type": 1, + "order": 3344, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "cup with straw", + "hexcode": "1F964", + "tags": [ + "juice", + "soda" + ], + "emoji": "🥤", + "text": "", + "type": 1, + "order": 3345, + "group": 4, + "subgroup": 47, + "version": 5 + }, + { + "annotation": "bubble tea", + "hexcode": "1F9CB", + "tags": [ + "bubble", + "milk", + "pearl", + "tea" + ], + "emoji": "🧋", + "text": "", + "type": 1, + "order": 3346, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "beverage box", + "hexcode": "1F9C3", + "tags": [ + "beverage", + "box", + "juice", + "straw", + "sweet" + ], + "emoji": "🧃", + "text": "", + "type": 1, + "order": 3347, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "mate", + "hexcode": "1F9C9", + "tags": [ + "drink" + ], + "emoji": "🧉", + "text": "", + "type": 1, + "order": 3348, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "ice", + "hexcode": "1F9CA", + "tags": [ + "cold", + "ice cube", + "iceberg" + ], + "emoji": "🧊", + "text": "", + "type": 1, + "order": 3349, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "chopsticks", + "hexcode": "1F962", + "tags": [ + "hashi" + ], + "emoji": "🥢", + "text": "", + "type": 1, + "order": 3350, + "group": 4, + "subgroup": 48, + "version": 5 + }, + { + "annotation": "fork and knife with plate", + "hexcode": "1F37D", + "tags": [ + "cooking", + "fork", + "knife", + "plate" + ], + "emoji": "🍽️", + "text": "🍽︎", + "type": 0, + "order": 3352, + "group": 4, + "subgroup": 48, + "version": 0.7 + }, + { + "annotation": "fork and knife", + "hexcode": "1F374", + "tags": [ + "cooking", + "cutlery", + "fork", + "knife" + ], + "emoji": "🍴", + "text": "", + "type": 1, + "order": 3353, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "spoon", + "hexcode": "1F944", + "tags": [ + "tableware" + ], + "emoji": "🥄", + "text": "", + "type": 1, + "order": 3354, + "group": 4, + "subgroup": 48, + "version": 3 + }, + { + "annotation": "kitchen knife", + "hexcode": "1F52A", + "tags": [ + "cooking", + "hocho", + "knife", + "tool", + "weapon" + ], + "emoji": "🔪", + "text": "", + "type": 1, + "order": 3355, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "amphora", + "hexcode": "1F3FA", + "tags": [ + "aquarius", + "cooking", + "drink", + "jug", + "zodiac" + ], + "emoji": "🏺", + "text": "", + "type": 1, + "order": 3356, + "group": 4, + "subgroup": 48, + "version": 1 + }, + { + "annotation": "globe showing Europe-Africa", + "hexcode": "1F30D", + "tags": [ + "africa", + "earth", + "europe", + "globe", + "globe showing europe-africa", + "world" + ], + "emoji": "🌍️", + "text": "🌍︎", + "type": 1, + "order": 3357, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globe showing Americas", + "hexcode": "1F30E", + "tags": [ + "americas", + "earth", + "globe", + "globe showing americas", + "world" + ], + "emoji": "🌎️", + "text": "🌎︎", + "type": 1, + "order": 3358, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globe showing Asia-Australia", + "hexcode": "1F30F", + "tags": [ + "asia", + "australia", + "earth", + "globe", + "globe showing asia-australia", + "world" + ], + "emoji": "🌏️", + "text": "🌏︎", + "type": 1, + "order": 3359, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "globe with meridians", + "hexcode": "1F310", + "tags": [ + "earth", + "globe", + "meridians", + "world" + ], + "emoji": "🌐", + "text": "", + "type": 1, + "order": 3360, + "group": 5, + "subgroup": 49, + "version": 1 + }, + { + "annotation": "world map", + "hexcode": "1F5FA", + "tags": [ + "map", + "world" + ], + "emoji": "🗺️", + "text": "🗺︎", + "type": 0, + "order": 3362, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "map of Japan", + "hexcode": "1F5FE", + "tags": [ + "japan", + "map", + "map of japan" + ], + "emoji": "🗾", + "text": "", + "type": 1, + "order": 3363, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "compass", + "hexcode": "1F9ED", + "tags": [ + "magnetic", + "navigation", + "orienteering" + ], + "emoji": "🧭", + "text": "", + "type": 1, + "order": 3364, + "group": 5, + "subgroup": 49, + "version": 11 + }, + { + "annotation": "snow-capped mountain", + "hexcode": "1F3D4", + "tags": [ + "cold", + "mountain", + "snow" + ], + "emoji": "🏔️", + "text": "🏔︎", + "type": 0, + "order": 3366, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "mountain", + "hexcode": "26F0", + "tags": [ + "mountain" + ], + "emoji": "⛰️", + "text": "⛰︎", + "type": 0, + "order": 3368, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "volcano", + "hexcode": "1F30B", + "tags": [ + "eruption", + "mountain" + ], + "emoji": "🌋", + "text": "", + "type": 1, + "order": 3369, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "mount fuji", + "hexcode": "1F5FB", + "tags": [ + "fuji", + "mountain" + ], + "emoji": "🗻", + "text": "", + "type": 1, + "order": 3370, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "camping", + "hexcode": "1F3D5", + "tags": [ + "camping" + ], + "emoji": "🏕️", + "text": "🏕︎", + "type": 0, + "order": 3372, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "beach with umbrella", + "hexcode": "1F3D6", + "tags": [ + "beach", + "umbrella" + ], + "emoji": "🏖️", + "text": "🏖︎", + "type": 0, + "order": 3374, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "desert", + "hexcode": "1F3DC", + "tags": [ + "desert" + ], + "emoji": "🏜️", + "text": "🏜︎", + "type": 0, + "order": 3376, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "desert island", + "hexcode": "1F3DD", + "tags": [ + "desert", + "island" + ], + "emoji": "🏝️", + "text": "🏝︎", + "type": 0, + "order": 3378, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "national park", + "hexcode": "1F3DE", + "tags": [ + "park" + ], + "emoji": "🏞️", + "text": "🏞︎", + "type": 0, + "order": 3380, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "stadium", + "hexcode": "1F3DF", + "tags": [ + "stadium" + ], + "emoji": "🏟️", + "text": "🏟︎", + "type": 0, + "order": 3382, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "classical building", + "hexcode": "1F3DB", + "tags": [ + "classical" + ], + "emoji": "🏛️", + "text": "🏛︎", + "type": 0, + "order": 3384, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "building construction", + "hexcode": "1F3D7", + "tags": [ + "construction" + ], + "emoji": "🏗️", + "text": "🏗︎", + "type": 0, + "order": 3386, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "brick", + "hexcode": "1F9F1", + "tags": [ + "bricks", + "clay", + "mortar", + "wall" + ], + "emoji": "🧱", + "text": "", + "type": 1, + "order": 3387, + "group": 5, + "subgroup": 51, + "version": 11 + }, + { + "annotation": "rock", + "hexcode": "1FAA8", + "tags": [ + "boulder", + "heavy", + "solid", + "stone" + ], + "emoji": "🪨", + "text": "", + "type": 1, + "order": 3388, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "wood", + "hexcode": "1FAB5", + "tags": [ + "log", + "lumber", + "timber" + ], + "emoji": "🪵", + "text": "", + "type": 1, + "order": 3389, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "hut", + "hexcode": "1F6D6", + "tags": [ + "house", + "roundhouse", + "yurt" + ], + "emoji": "🛖", + "text": "", + "type": 1, + "order": 3390, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "houses", + "hexcode": "1F3D8", + "tags": [ + "houses" + ], + "emoji": "🏘️", + "text": "🏘︎", + "type": 0, + "order": 3392, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "derelict house", + "hexcode": "1F3DA", + "tags": [ + "derelict", + "house" + ], + "emoji": "🏚️", + "text": "🏚︎", + "type": 0, + "order": 3394, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "house", + "hexcode": "1F3E0", + "tags": [ + "home" + ], + "emoji": "🏠️", + "text": "🏠︎", + "type": 1, + "order": 3395, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "house with garden", + "hexcode": "1F3E1", + "tags": [ + "garden", + "home", + "house" + ], + "emoji": "🏡", + "text": "", + "type": 1, + "order": 3396, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "office building", + "hexcode": "1F3E2", + "tags": [ + "building" + ], + "emoji": "🏢", + "text": "", + "type": 1, + "order": 3397, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Japanese post office", + "hexcode": "1F3E3", + "tags": [ + "japanese", + "japanese post office", + "post" + ], + "emoji": "🏣", + "text": "", + "type": 1, + "order": 3398, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "post office", + "hexcode": "1F3E4", + "tags": [ + "european", + "post" + ], + "emoji": "🏤", + "text": "", + "type": 1, + "order": 3399, + "group": 5, + "subgroup": 51, + "version": 1 + }, + { + "annotation": "hospital", + "hexcode": "1F3E5", + "tags": [ + "doctor", + "medicine" + ], + "emoji": "🏥", + "text": "", + "type": 1, + "order": 3400, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "bank", + "hexcode": "1F3E6", + "tags": [ + "building" + ], + "emoji": "🏦", + "text": "", + "type": 1, + "order": 3401, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "hotel", + "hexcode": "1F3E8", + "tags": [ + "building" + ], + "emoji": "🏨", + "text": "", + "type": 1, + "order": 3402, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "love hotel", + "hexcode": "1F3E9", + "tags": [ + "hotel", + "love" + ], + "emoji": "🏩", + "text": "", + "type": 1, + "order": 3403, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "convenience store", + "hexcode": "1F3EA", + "tags": [ + "convenience", + "store" + ], + "emoji": "🏪", + "text": "", + "type": 1, + "order": 3404, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "school", + "hexcode": "1F3EB", + "tags": [ + "building" + ], + "emoji": "🏫", + "text": "", + "type": 1, + "order": 3405, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "department store", + "hexcode": "1F3EC", + "tags": [ + "department", + "store" + ], + "emoji": "🏬", + "text": "", + "type": 1, + "order": 3406, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "factory", + "hexcode": "1F3ED", + "tags": [ + "building" + ], + "emoji": "🏭️", + "text": "🏭︎", + "type": 1, + "order": 3407, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Japanese castle", + "hexcode": "1F3EF", + "tags": [ + "castle", + "japanese" + ], + "emoji": "🏯", + "text": "", + "type": 1, + "order": 3408, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "castle", + "hexcode": "1F3F0", + "tags": [ + "european" + ], + "emoji": "🏰", + "text": "", + "type": 1, + "order": 3409, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "wedding", + "hexcode": "1F492", + "tags": [ + "chapel", + "romance" + ], + "emoji": "💒", + "text": "", + "type": 1, + "order": 3410, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Tokyo tower", + "hexcode": "1F5FC", + "tags": [ + "tokyo", + "tower" + ], + "emoji": "🗼", + "text": "", + "type": 1, + "order": 3411, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Statue of Liberty", + "hexcode": "1F5FD", + "tags": [ + "liberty", + "statue", + "statue of liberty" + ], + "emoji": "🗽", + "text": "", + "type": 1, + "order": 3412, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "church", + "hexcode": "26EA", + "tags": [ + "christian", + "cross", + "religion" + ], + "emoji": "⛪️", + "text": "⛪︎", + "type": 1, + "order": 3413, + "group": 5, + "subgroup": 52, + "version": 0.6 + }, + { + "annotation": "mosque", + "hexcode": "1F54C", + "tags": [ + "islam", + "muslim", + "religion" + ], + "emoji": "🕌", + "text": "", + "type": 1, + "order": 3414, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "hindu temple", + "hexcode": "1F6D5", + "tags": [ + "hindu", + "temple" + ], + "emoji": "🛕", + "text": "", + "type": 1, + "order": 3415, + "group": 5, + "subgroup": 52, + "version": 12 + }, + { + "annotation": "synagogue", + "hexcode": "1F54D", + "tags": [ + "jew", + "jewish", + "religion", + "temple" + ], + "emoji": "🕍", + "text": "", + "type": 1, + "order": 3416, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "shinto shrine", + "hexcode": "26E9", + "tags": [ + "religion", + "shinto", + "shrine" + ], + "emoji": "⛩️", + "text": "⛩︎", + "type": 0, + "order": 3418, + "group": 5, + "subgroup": 52, + "version": 0.7 + }, + { + "annotation": "kaaba", + "hexcode": "1F54B", + "tags": [ + "islam", + "muslim", + "religion" + ], + "emoji": "🕋", + "text": "", + "type": 1, + "order": 3419, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "fountain", + "hexcode": "26F2", + "tags": [ + "fountain" + ], + "emoji": "⛲️", + "text": "⛲︎", + "type": 1, + "order": 3420, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "tent", + "hexcode": "26FA", + "tags": [ + "camping" + ], + "emoji": "⛺️", + "text": "⛺︎", + "type": 1, + "order": 3421, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "foggy", + "hexcode": "1F301", + "tags": [ + "fog" + ], + "emoji": "🌁", + "text": "", + "type": 1, + "order": 3422, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "night with stars", + "hexcode": "1F303", + "tags": [ + "night", + "star" + ], + "emoji": "🌃", + "text": "", + "type": 1, + "order": 3423, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "cityscape", + "hexcode": "1F3D9", + "tags": [ + "city" + ], + "emoji": "🏙️", + "text": "🏙︎", + "type": 0, + "order": 3425, + "group": 5, + "subgroup": 53, + "version": 0.7 + }, + { + "annotation": "sunrise over mountains", + "hexcode": "1F304", + "tags": [ + "morning", + "mountain", + "sun", + "sunrise" + ], + "emoji": "🌄", + "text": "", + "type": 1, + "order": 3426, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "sunrise", + "hexcode": "1F305", + "tags": [ + "morning", + "sun" + ], + "emoji": "🌅", + "text": "", + "type": 1, + "order": 3427, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "cityscape at dusk", + "hexcode": "1F306", + "tags": [ + "city", + "dusk", + "evening", + "landscape", + "sunset" + ], + "emoji": "🌆", + "text": "", + "type": 1, + "order": 3428, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "sunset", + "hexcode": "1F307", + "tags": [ + "dusk", + "sun" + ], + "emoji": "🌇", + "text": "", + "type": 1, + "order": 3429, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "bridge at night", + "hexcode": "1F309", + "tags": [ + "bridge", + "night" + ], + "emoji": "🌉", + "text": "", + "type": 1, + "order": 3430, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "hot springs", + "hexcode": "2668", + "tags": [ + "hot", + "hotsprings", + "springs", + "steaming" + ], + "emoji": "♨️", + "text": "♨︎", + "type": 0, + "order": 3432, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "carousel horse", + "hexcode": "1F3A0", + "tags": [ + "carousel", + "horse" + ], + "emoji": "🎠", + "text": "", + "type": 1, + "order": 3433, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "ferris wheel", + "hexcode": "1F3A1", + "tags": [ + "amusement park", + "ferris", + "wheel" + ], + "emoji": "🎡", + "text": "", + "type": 1, + "order": 3434, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "roller coaster", + "hexcode": "1F3A2", + "tags": [ + "amusement park", + "coaster", + "roller" + ], + "emoji": "🎢", + "text": "", + "type": 1, + "order": 3435, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "barber pole", + "hexcode": "1F488", + "tags": [ + "barber", + "haircut", + "pole" + ], + "emoji": "💈", + "text": "", + "type": 1, + "order": 3436, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "circus tent", + "hexcode": "1F3AA", + "tags": [ + "circus", + "tent" + ], + "emoji": "🎪", + "text": "", + "type": 1, + "order": 3437, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "locomotive", + "hexcode": "1F682", + "tags": [ + "engine", + "railway", + "steam", + "train" + ], + "emoji": "🚂", + "text": "", + "type": 1, + "order": 3438, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "railway car", + "hexcode": "1F683", + "tags": [ + "car", + "electric", + "railway", + "train", + "tram", + "trolleybus" + ], + "emoji": "🚃", + "text": "", + "type": 1, + "order": 3439, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "high-speed train", + "hexcode": "1F684", + "tags": [ + "railway", + "shinkansen", + "speed", + "train" + ], + "emoji": "🚄", + "text": "", + "type": 1, + "order": 3440, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "bullet train", + "hexcode": "1F685", + "tags": [ + "bullet", + "railway", + "shinkansen", + "speed", + "train" + ], + "emoji": "🚅", + "text": "", + "type": 1, + "order": 3441, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "train", + "hexcode": "1F686", + "tags": [ + "railway" + ], + "emoji": "🚆", + "text": "", + "type": 1, + "order": 3442, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "metro", + "hexcode": "1F687", + "tags": [ + "subway" + ], + "emoji": "🚇️", + "text": "🚇︎", + "type": 1, + "order": 3443, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "light rail", + "hexcode": "1F688", + "tags": [ + "railway" + ], + "emoji": "🚈", + "text": "", + "type": 1, + "order": 3444, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "station", + "hexcode": "1F689", + "tags": [ + "railway", + "train" + ], + "emoji": "🚉", + "text": "", + "type": 1, + "order": 3445, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tram", + "hexcode": "1F68A", + "tags": [ + "trolleybus" + ], + "emoji": "🚊", + "text": "", + "type": 1, + "order": 3446, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "monorail", + "hexcode": "1F69D", + "tags": [ + "vehicle" + ], + "emoji": "🚝", + "text": "", + "type": 1, + "order": 3447, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "mountain railway", + "hexcode": "1F69E", + "tags": [ + "car", + "mountain", + "railway" + ], + "emoji": "🚞", + "text": "", + "type": 1, + "order": 3448, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "tram car", + "hexcode": "1F68B", + "tags": [ + "car", + "tram", + "trolleybus" + ], + "emoji": "🚋", + "text": "", + "type": 1, + "order": 3449, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "bus", + "hexcode": "1F68C", + "tags": [ + "vehicle" + ], + "emoji": "🚌", + "text": "", + "type": 1, + "order": 3450, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "oncoming bus", + "hexcode": "1F68D", + "tags": [ + "bus", + "oncoming" + ], + "emoji": "🚍️", + "text": "🚍︎", + "type": 1, + "order": 3451, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "trolleybus", + "hexcode": "1F68E", + "tags": [ + "bus", + "tram", + "trolley" + ], + "emoji": "🚎", + "text": "", + "type": 1, + "order": 3452, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "minibus", + "hexcode": "1F690", + "tags": [ + "bus" + ], + "emoji": "🚐", + "text": "", + "type": 1, + "order": 3453, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "ambulance", + "hexcode": "1F691", + "tags": [ + "vehicle" + ], + "emoji": "🚑️", + "text": "🚑︎", + "type": 1, + "order": 3454, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "fire engine", + "hexcode": "1F692", + "tags": [ + "engine", + "fire", + "truck" + ], + "emoji": "🚒", + "text": "", + "type": 1, + "order": 3455, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "police car", + "hexcode": "1F693", + "tags": [ + "car", + "patrol", + "police" + ], + "emoji": "🚓", + "text": "", + "type": 1, + "order": 3456, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "oncoming police car", + "hexcode": "1F694", + "tags": [ + "car", + "oncoming", + "police" + ], + "emoji": "🚔️", + "text": "🚔︎", + "type": 1, + "order": 3457, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "taxi", + "hexcode": "1F695", + "tags": [ + "vehicle" + ], + "emoji": "🚕", + "text": "", + "type": 1, + "order": 3458, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "oncoming taxi", + "hexcode": "1F696", + "tags": [ + "oncoming", + "taxi" + ], + "emoji": "🚖", + "text": "", + "type": 1, + "order": 3459, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "automobile", + "hexcode": "1F697", + "tags": [ + "car" + ], + "emoji": "🚗", + "text": "", + "type": 1, + "order": 3460, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "oncoming automobile", + "hexcode": "1F698", + "tags": [ + "automobile", + "car", + "oncoming" + ], + "emoji": "🚘️", + "text": "🚘︎", + "type": 1, + "order": 3461, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "sport utility vehicle", + "hexcode": "1F699", + "tags": [ + "recreational", + "sport utility" + ], + "emoji": "🚙", + "text": "", + "type": 1, + "order": 3462, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "pickup truck", + "hexcode": "1F6FB", + "tags": [ + "pick-up", + "pickup", + "truck" + ], + "emoji": "🛻", + "text": "", + "type": 1, + "order": 3463, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "delivery truck", + "hexcode": "1F69A", + "tags": [ + "delivery", + "truck" + ], + "emoji": "🚚", + "text": "", + "type": 1, + "order": 3464, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "articulated lorry", + "hexcode": "1F69B", + "tags": [ + "lorry", + "semi", + "truck" + ], + "emoji": "🚛", + "text": "", + "type": 1, + "order": 3465, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "tractor", + "hexcode": "1F69C", + "tags": [ + "vehicle" + ], + "emoji": "🚜", + "text": "", + "type": 1, + "order": 3466, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "racing car", + "hexcode": "1F3CE", + "tags": [ + "car", + "racing" + ], + "emoji": "🏎️", + "text": "🏎︎", + "type": 0, + "order": 3468, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "motorcycle", + "hexcode": "1F3CD", + "tags": [ + "racing" + ], + "emoji": "🏍️", + "text": "🏍︎", + "type": 0, + "order": 3470, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "motor scooter", + "hexcode": "1F6F5", + "tags": [ + "motor", + "scooter" + ], + "emoji": "🛵", + "text": "", + "type": 1, + "order": 3471, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "manual wheelchair", + "hexcode": "1F9BD", + "tags": [ + "accessibility" + ], + "emoji": "🦽", + "text": "", + "type": 1, + "order": 3472, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "motorized wheelchair", + "hexcode": "1F9BC", + "tags": [ + "accessibility" + ], + "emoji": "🦼", + "text": "", + "type": 1, + "order": 3473, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "auto rickshaw", + "hexcode": "1F6FA", + "tags": [ + "tuk tuk" + ], + "emoji": "🛺", + "text": "", + "type": 1, + "order": 3474, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "bicycle", + "hexcode": "1F6B2", + "tags": [ + "bike" + ], + "emoji": "🚲️", + "text": "🚲︎", + "type": 1, + "order": 3475, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "kick scooter", + "hexcode": "1F6F4", + "tags": [ + "kick", + "scooter" + ], + "emoji": "🛴", + "text": "", + "type": 1, + "order": 3476, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "skateboard", + "hexcode": "1F6F9", + "tags": [ + "board" + ], + "emoji": "🛹", + "text": "", + "type": 1, + "order": 3477, + "group": 5, + "subgroup": 54, + "version": 11 + }, + { + "annotation": "roller skate", + "hexcode": "1F6FC", + "tags": [ + "roller", + "skate" + ], + "emoji": "🛼", + "text": "", + "type": 1, + "order": 3478, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "bus stop", + "hexcode": "1F68F", + "tags": [ + "bus", + "busstop", + "stop" + ], + "emoji": "🚏", + "text": "", + "type": 1, + "order": 3479, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "motorway", + "hexcode": "1F6E3", + "tags": [ + "highway", + "road" + ], + "emoji": "🛣️", + "text": "🛣︎", + "type": 0, + "order": 3481, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "railway track", + "hexcode": "1F6E4", + "tags": [ + "railway", + "train" + ], + "emoji": "🛤️", + "text": "🛤︎", + "type": 0, + "order": 3483, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "oil drum", + "hexcode": "1F6E2", + "tags": [ + "drum", + "oil" + ], + "emoji": "🛢️", + "text": "🛢︎", + "type": 0, + "order": 3485, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "fuel pump", + "hexcode": "26FD", + "tags": [ + "diesel", + "fuel", + "fuelpump", + "gas", + "pump", + "station" + ], + "emoji": "⛽️", + "text": "⛽︎", + "type": 1, + "order": 3486, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "police car light", + "hexcode": "1F6A8", + "tags": [ + "beacon", + "car", + "light", + "police", + "revolving" + ], + "emoji": "🚨", + "text": "", + "type": 1, + "order": 3487, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "horizontal traffic light", + "hexcode": "1F6A5", + "tags": [ + "light", + "signal", + "traffic" + ], + "emoji": "🚥", + "text": "", + "type": 1, + "order": 3488, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "vertical traffic light", + "hexcode": "1F6A6", + "tags": [ + "light", + "signal", + "traffic" + ], + "emoji": "🚦", + "text": "", + "type": 1, + "order": 3489, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "stop sign", + "hexcode": "1F6D1", + "tags": [ + "octagonal", + "sign", + "stop" + ], + "emoji": "🛑", + "text": "", + "type": 1, + "order": 3490, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "construction", + "hexcode": "1F6A7", + "tags": [ + "barrier" + ], + "emoji": "🚧", + "text": "", + "type": 1, + "order": 3491, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "anchor", + "hexcode": "2693", + "tags": [ + "ship", + "tool" + ], + "emoji": "⚓️", + "text": "⚓︎", + "type": 1, + "order": 3492, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "sailboat", + "hexcode": "26F5", + "tags": [ + "boat", + "resort", + "sea", + "yacht" + ], + "emoji": "⛵️", + "text": "⛵︎", + "type": 1, + "order": 3493, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "canoe", + "hexcode": "1F6F6", + "tags": [ + "boat" + ], + "emoji": "🛶", + "text": "", + "type": 1, + "order": 3494, + "group": 5, + "subgroup": 55, + "version": 3 + }, + { + "annotation": "speedboat", + "hexcode": "1F6A4", + "tags": [ + "boat" + ], + "emoji": "🚤", + "text": "", + "type": 1, + "order": 3495, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "passenger ship", + "hexcode": "1F6F3", + "tags": [ + "passenger", + "ship" + ], + "emoji": "🛳️", + "text": "🛳︎", + "type": 0, + "order": 3497, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "ferry", + "hexcode": "26F4", + "tags": [ + "boat", + "passenger" + ], + "emoji": "⛴️", + "text": "⛴︎", + "type": 0, + "order": 3499, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "motor boat", + "hexcode": "1F6E5", + "tags": [ + "boat", + "motorboat" + ], + "emoji": "🛥️", + "text": "🛥︎", + "type": 0, + "order": 3501, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "ship", + "hexcode": "1F6A2", + "tags": [ + "boat", + "passenger" + ], + "emoji": "🚢", + "text": "", + "type": 1, + "order": 3502, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "airplane", + "hexcode": "2708", + "tags": [ + "aeroplane" + ], + "emoji": "✈️", + "text": "✈︎", + "type": 0, + "order": 3504, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "small airplane", + "hexcode": "1F6E9", + "tags": [ + "aeroplane", + "airplane" + ], + "emoji": "🛩️", + "text": "🛩︎", + "type": 0, + "order": 3506, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "airplane departure", + "hexcode": "1F6EB", + "tags": [ + "aeroplane", + "airplane", + "check-in", + "departure", + "departures" + ], + "emoji": "🛫", + "text": "", + "type": 1, + "order": 3507, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "airplane arrival", + "hexcode": "1F6EC", + "tags": [ + "aeroplane", + "airplane", + "arrivals", + "arriving", + "landing" + ], + "emoji": "🛬", + "text": "", + "type": 1, + "order": 3508, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "parachute", + "hexcode": "1FA82", + "tags": [ + "hang-glide", + "parasail", + "skydive" + ], + "emoji": "🪂", + "text": "", + "type": 1, + "order": 3509, + "group": 5, + "subgroup": 56, + "version": 12 + }, + { + "annotation": "seat", + "hexcode": "1F4BA", + "tags": [ + "chair" + ], + "emoji": "💺", + "text": "", + "type": 1, + "order": 3510, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "helicopter", + "hexcode": "1F681", + "tags": [ + "vehicle" + ], + "emoji": "🚁", + "text": "", + "type": 1, + "order": 3511, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "suspension railway", + "hexcode": "1F69F", + "tags": [ + "railway", + "suspension" + ], + "emoji": "🚟", + "text": "", + "type": 1, + "order": 3512, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "mountain cableway", + "hexcode": "1F6A0", + "tags": [ + "cable", + "gondola", + "mountain" + ], + "emoji": "🚠", + "text": "", + "type": 1, + "order": 3513, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "aerial tramway", + "hexcode": "1F6A1", + "tags": [ + "aerial", + "cable", + "car", + "gondola", + "tramway" + ], + "emoji": "🚡", + "text": "", + "type": 1, + "order": 3514, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "satellite", + "hexcode": "1F6F0", + "tags": [ + "space" + ], + "emoji": "🛰️", + "text": "🛰︎", + "type": 0, + "order": 3516, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "rocket", + "hexcode": "1F680", + "tags": [ + "space" + ], + "emoji": "🚀", + "text": "", + "type": 1, + "order": 3517, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "flying saucer", + "hexcode": "1F6F8", + "tags": [ + "ufo" + ], + "emoji": "🛸", + "text": "", + "type": 1, + "order": 3518, + "group": 5, + "subgroup": 56, + "version": 5 + }, + { + "annotation": "bellhop bell", + "hexcode": "1F6CE", + "tags": [ + "bell", + "bellhop", + "hotel" + ], + "emoji": "🛎️", + "text": "🛎︎", + "type": 0, + "order": 3520, + "group": 5, + "subgroup": 57, + "version": 0.7 + }, + { + "annotation": "luggage", + "hexcode": "1F9F3", + "tags": [ + "packing", + "travel" + ], + "emoji": "🧳", + "text": "", + "type": 1, + "order": 3521, + "group": 5, + "subgroup": 57, + "version": 11 + }, + { + "annotation": "hourglass done", + "hexcode": "231B", + "tags": [ + "sand", + "timer" + ], + "emoji": "⌛️", + "text": "⌛︎", + "type": 1, + "order": 3522, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "hourglass not done", + "hexcode": "23F3", + "tags": [ + "hourglass", + "sand", + "timer" + ], + "emoji": "⏳️", + "text": "⏳︎", + "type": 1, + "order": 3523, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "watch", + "hexcode": "231A", + "tags": [ + "clock" + ], + "emoji": "⌚️", + "text": "⌚︎", + "type": 1, + "order": 3524, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "alarm clock", + "hexcode": "23F0", + "tags": [ + "alarm", + "clock" + ], + "emoji": "⏰", + "text": "", + "type": 1, + "order": 3525, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "stopwatch", + "hexcode": "23F1", + "tags": [ + "clock" + ], + "emoji": "⏱️", + "text": "⏱︎", + "type": 0, + "order": 3527, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "timer clock", + "hexcode": "23F2", + "tags": [ + "clock", + "timer" + ], + "emoji": "⏲️", + "text": "⏲︎", + "type": 0, + "order": 3529, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "mantelpiece clock", + "hexcode": "1F570", + "tags": [ + "clock" + ], + "emoji": "🕰️", + "text": "🕰︎", + "type": 0, + "order": 3531, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "twelve o’clock", + "hexcode": "1F55B", + "tags": [ + "00", + "12", + "12:00", + "clock", + "o’clock", + "twelve" + ], + "emoji": "🕛️", + "text": "🕛︎", + "type": 1, + "order": 3532, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "twelve-thirty", + "hexcode": "1F567", + "tags": [ + "12", + "12:30", + "clock", + "thirty", + "twelve" + ], + "emoji": "🕧️", + "text": "🕧︎", + "type": 1, + "order": 3533, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "one o’clock", + "hexcode": "1F550", + "tags": [ + "00", + "1", + "1:00", + "clock", + "one", + "o’clock" + ], + "emoji": "🕐️", + "text": "🕐︎", + "type": 1, + "order": 3534, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "one-thirty", + "hexcode": "1F55C", + "tags": [ + "1", + "1:30", + "clock", + "one", + "thirty" + ], + "emoji": "🕜️", + "text": "🕜︎", + "type": 1, + "order": 3535, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "two o’clock", + "hexcode": "1F551", + "tags": [ + "00", + "2", + "2:00", + "clock", + "o’clock", + "two" + ], + "emoji": "🕑️", + "text": "🕑︎", + "type": 1, + "order": 3536, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "two-thirty", + "hexcode": "1F55D", + "tags": [ + "2", + "2:30", + "clock", + "thirty", + "two" + ], + "emoji": "🕝️", + "text": "🕝︎", + "type": 1, + "order": 3537, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "three o’clock", + "hexcode": "1F552", + "tags": [ + "00", + "3", + "3:00", + "clock", + "o’clock", + "three" + ], + "emoji": "🕒️", + "text": "🕒︎", + "type": 1, + "order": 3538, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "three-thirty", + "hexcode": "1F55E", + "tags": [ + "3", + "3:30", + "clock", + "thirty", + "three" + ], + "emoji": "🕞️", + "text": "🕞︎", + "type": 1, + "order": 3539, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "four o’clock", + "hexcode": "1F553", + "tags": [ + "00", + "4", + "4:00", + "clock", + "four", + "o’clock" + ], + "emoji": "🕓️", + "text": "🕓︎", + "type": 1, + "order": 3540, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "four-thirty", + "hexcode": "1F55F", + "tags": [ + "4", + "4:30", + "clock", + "four", + "thirty" + ], + "emoji": "🕟️", + "text": "🕟︎", + "type": 1, + "order": 3541, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "five o’clock", + "hexcode": "1F554", + "tags": [ + "00", + "5", + "5:00", + "clock", + "five", + "o’clock" + ], + "emoji": "🕔️", + "text": "🕔︎", + "type": 1, + "order": 3542, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "five-thirty", + "hexcode": "1F560", + "tags": [ + "5", + "5:30", + "clock", + "five", + "thirty" + ], + "emoji": "🕠️", + "text": "🕠︎", + "type": 1, + "order": 3543, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "six o’clock", + "hexcode": "1F555", + "tags": [ + "00", + "6", + "6:00", + "clock", + "o’clock", + "six" + ], + "emoji": "🕕️", + "text": "🕕︎", + "type": 1, + "order": 3544, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "six-thirty", + "hexcode": "1F561", + "tags": [ + "6", + "6:30", + "clock", + "six", + "thirty" + ], + "emoji": "🕡️", + "text": "🕡︎", + "type": 1, + "order": 3545, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "seven o’clock", + "hexcode": "1F556", + "tags": [ + "00", + "7", + "7:00", + "clock", + "o’clock", + "seven" + ], + "emoji": "🕖️", + "text": "🕖︎", + "type": 1, + "order": 3546, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "seven-thirty", + "hexcode": "1F562", + "tags": [ + "7", + "7:30", + "clock", + "seven", + "thirty" + ], + "emoji": "🕢️", + "text": "🕢︎", + "type": 1, + "order": 3547, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "eight o’clock", + "hexcode": "1F557", + "tags": [ + "00", + "8", + "8:00", + "clock", + "eight", + "o’clock" + ], + "emoji": "🕗️", + "text": "🕗︎", + "type": 1, + "order": 3548, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "eight-thirty", + "hexcode": "1F563", + "tags": [ + "8", + "8:30", + "clock", + "eight", + "thirty" + ], + "emoji": "🕣️", + "text": "🕣︎", + "type": 1, + "order": 3549, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "nine o’clock", + "hexcode": "1F558", + "tags": [ + "00", + "9", + "9:00", + "clock", + "nine", + "o’clock" + ], + "emoji": "🕘️", + "text": "🕘︎", + "type": 1, + "order": 3550, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "nine-thirty", + "hexcode": "1F564", + "tags": [ + "9", + "9:30", + "clock", + "nine", + "thirty" + ], + "emoji": "🕤️", + "text": "🕤︎", + "type": 1, + "order": 3551, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "ten o’clock", + "hexcode": "1F559", + "tags": [ + "00", + "10", + "10:00", + "clock", + "o’clock", + "ten" + ], + "emoji": "🕙️", + "text": "🕙︎", + "type": 1, + "order": 3552, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "ten-thirty", + "hexcode": "1F565", + "tags": [ + "10", + "10:30", + "clock", + "ten", + "thirty" + ], + "emoji": "🕥️", + "text": "🕥︎", + "type": 1, + "order": 3553, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "eleven o’clock", + "hexcode": "1F55A", + "tags": [ + "00", + "11", + "11:00", + "clock", + "eleven", + "o’clock" + ], + "emoji": "🕚️", + "text": "🕚︎", + "type": 1, + "order": 3554, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "eleven-thirty", + "hexcode": "1F566", + "tags": [ + "11", + "11:30", + "clock", + "eleven", + "thirty" + ], + "emoji": "🕦️", + "text": "🕦︎", + "type": 1, + "order": 3555, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "new moon", + "hexcode": "1F311", + "tags": [ + "dark", + "moon" + ], + "emoji": "🌑", + "text": "", + "type": 1, + "order": 3556, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "waxing crescent moon", + "hexcode": "1F312", + "tags": [ + "crescent", + "moon", + "waxing" + ], + "emoji": "🌒", + "text": "", + "type": 1, + "order": 3557, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "first quarter moon", + "hexcode": "1F313", + "tags": [ + "moon", + "quarter" + ], + "emoji": "🌓", + "text": "", + "type": 1, + "order": 3558, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "waxing gibbous moon", + "hexcode": "1F314", + "tags": [ + "gibbous", + "moon", + "waxing" + ], + "emoji": "🌔", + "text": "", + "type": 1, + "order": 3559, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "full moon", + "hexcode": "1F315", + "tags": [ + "full", + "moon" + ], + "emoji": "🌕️", + "text": "🌕︎", + "type": 1, + "order": 3560, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "waning gibbous moon", + "hexcode": "1F316", + "tags": [ + "gibbous", + "moon", + "waning" + ], + "emoji": "🌖", + "text": "", + "type": 1, + "order": 3561, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "last quarter moon", + "hexcode": "1F317", + "tags": [ + "moon", + "quarter" + ], + "emoji": "🌗", + "text": "", + "type": 1, + "order": 3562, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "waning crescent moon", + "hexcode": "1F318", + "tags": [ + "crescent", + "moon", + "waning" + ], + "emoji": "🌘", + "text": "", + "type": 1, + "order": 3563, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "crescent moon", + "hexcode": "1F319", + "tags": [ + "crescent", + "moon" + ], + "emoji": "🌙", + "text": "", + "type": 1, + "order": 3564, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "new moon face", + "hexcode": "1F31A", + "tags": [ + "face", + "moon" + ], + "emoji": "🌚", + "text": "", + "type": 1, + "order": 3565, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "first quarter moon face", + "hexcode": "1F31B", + "tags": [ + "face", + "moon", + "quarter" + ], + "emoji": "🌛", + "text": "", + "type": 1, + "order": 3566, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "last quarter moon face", + "hexcode": "1F31C", + "tags": [ + "face", + "moon", + "quarter" + ], + "emoji": "🌜️", + "text": "🌜︎", + "type": 1, + "order": 3567, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "thermometer", + "hexcode": "1F321", + "tags": [ + "weather" + ], + "emoji": "🌡️", + "text": "🌡︎", + "type": 0, + "order": 3569, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sun", + "hexcode": "2600", + "tags": [ + "bright", + "rays", + "sunny" + ], + "emoji": "☀️", + "text": "☀︎", + "type": 0, + "order": 3571, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "full moon face", + "hexcode": "1F31D", + "tags": [ + "bright", + "face", + "full", + "moon" + ], + "emoji": "🌝", + "text": "", + "type": 1, + "order": 3572, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "sun with face", + "hexcode": "1F31E", + "tags": [ + "bright", + "face", + "sun" + ], + "emoji": "🌞", + "text": "", + "type": 1, + "order": 3573, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "ringed planet", + "hexcode": "1FA90", + "tags": [ + "saturn", + "saturnine" + ], + "emoji": "🪐", + "text": "", + "type": 1, + "order": 3574, + "group": 5, + "subgroup": 59, + "version": 12 + }, + { + "annotation": "star", + "hexcode": "2B50", + "tags": [ + "star" + ], + "emoji": "⭐️", + "text": "⭐︎", + "type": 1, + "order": 3575, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "glowing star", + "hexcode": "1F31F", + "tags": [ + "glittery", + "glow", + "shining", + "sparkle", + "star" + ], + "emoji": "🌟", + "text": "", + "type": 1, + "order": 3576, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "shooting star", + "hexcode": "1F320", + "tags": [ + "falling", + "shooting", + "star" + ], + "emoji": "🌠", + "text": "", + "type": 1, + "order": 3577, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "milky way", + "hexcode": "1F30C", + "tags": [ + "space" + ], + "emoji": "🌌", + "text": "", + "type": 1, + "order": 3578, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "cloud", + "hexcode": "2601", + "tags": [ + "weather" + ], + "emoji": "☁️", + "text": "☁︎", + "type": 0, + "order": 3580, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "sun behind cloud", + "hexcode": "26C5", + "tags": [ + "cloud", + "sun" + ], + "emoji": "⛅️", + "text": "⛅︎", + "type": 1, + "order": 3581, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "cloud with lightning and rain", + "hexcode": "26C8", + "tags": [ + "cloud", + "rain", + "thunder" + ], + "emoji": "⛈️", + "text": "⛈︎", + "type": 0, + "order": 3583, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sun behind small cloud", + "hexcode": "1F324", + "tags": [ + "cloud", + "sun" + ], + "emoji": "🌤️", + "text": "🌤︎", + "type": 0, + "order": 3585, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sun behind large cloud", + "hexcode": "1F325", + "tags": [ + "cloud", + "sun" + ], + "emoji": "🌥️", + "text": "🌥︎", + "type": 0, + "order": 3587, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sun behind rain cloud", + "hexcode": "1F326", + "tags": [ + "cloud", + "rain", + "sun" + ], + "emoji": "🌦️", + "text": "🌦︎", + "type": 0, + "order": 3589, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cloud with rain", + "hexcode": "1F327", + "tags": [ + "cloud", + "rain" + ], + "emoji": "🌧️", + "text": "🌧︎", + "type": 0, + "order": 3591, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cloud with snow", + "hexcode": "1F328", + "tags": [ + "cloud", + "cold", + "snow" + ], + "emoji": "🌨️", + "text": "🌨︎", + "type": 0, + "order": 3593, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cloud with lightning", + "hexcode": "1F329", + "tags": [ + "cloud", + "lightning" + ], + "emoji": "🌩️", + "text": "🌩︎", + "type": 0, + "order": 3595, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "tornado", + "hexcode": "1F32A", + "tags": [ + "cloud", + "whirlwind" + ], + "emoji": "🌪️", + "text": "🌪︎", + "type": 0, + "order": 3597, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "fog", + "hexcode": "1F32B", + "tags": [ + "cloud" + ], + "emoji": "🌫️", + "text": "🌫︎", + "type": 0, + "order": 3599, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "wind face", + "hexcode": "1F32C", + "tags": [ + "blow", + "cloud", + "face", + "wind" + ], + "emoji": "🌬️", + "text": "🌬︎", + "type": 0, + "order": 3601, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cyclone", + "hexcode": "1F300", + "tags": [ + "dizzy", + "hurricane", + "twister", + "typhoon" + ], + "emoji": "🌀", + "text": "", + "type": 1, + "order": 3602, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "rainbow", + "hexcode": "1F308", + "tags": [ + "rain" + ], + "emoji": "🌈", + "text": "", + "type": 1, + "order": 3603, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "closed umbrella", + "hexcode": "1F302", + "tags": [ + "clothing", + "rain", + "umbrella" + ], + "emoji": "🌂", + "text": "", + "type": 1, + "order": 3604, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "umbrella", + "hexcode": "2602", + "tags": [ + "clothing", + "rain" + ], + "emoji": "☂️", + "text": "☂︎", + "type": 0, + "order": 3606, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "umbrella with rain drops", + "hexcode": "2614", + "tags": [ + "clothing", + "drop", + "rain", + "umbrella" + ], + "emoji": "☔️", + "text": "☔︎", + "type": 1, + "order": 3607, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "umbrella on ground", + "hexcode": "26F1", + "tags": [ + "rain", + "sun", + "umbrella" + ], + "emoji": "⛱️", + "text": "⛱︎", + "type": 0, + "order": 3609, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "high voltage", + "hexcode": "26A1", + "tags": [ + "danger", + "electric", + "lightning", + "voltage", + "zap" + ], + "emoji": "⚡️", + "text": "⚡︎", + "type": 1, + "order": 3610, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "snowflake", + "hexcode": "2744", + "tags": [ + "cold", + "snow" + ], + "emoji": "❄️", + "text": "❄︎", + "type": 0, + "order": 3612, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "snowman", + "hexcode": "2603", + "tags": [ + "cold", + "snow" + ], + "emoji": "☃️", + "text": "☃︎", + "type": 0, + "order": 3614, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "snowman without snow", + "hexcode": "26C4", + "tags": [ + "cold", + "snow", + "snowman" + ], + "emoji": "⛄️", + "text": "⛄︎", + "type": 1, + "order": 3615, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "comet", + "hexcode": "2604", + "tags": [ + "space" + ], + "emoji": "☄️", + "text": "☄︎", + "type": 0, + "order": 3617, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "fire", + "hexcode": "1F525", + "tags": [ + "flame", + "tool" + ], + "emoji": "🔥", + "text": "", + "type": 1, + "order": 3618, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "droplet", + "hexcode": "1F4A7", + "tags": [ + "cold", + "comic", + "drop", + "sweat" + ], + "emoji": "💧", + "text": "", + "type": 1, + "order": 3619, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "water wave", + "hexcode": "1F30A", + "tags": [ + "ocean", + "water", + "wave" + ], + "emoji": "🌊", + "text": "", + "type": 1, + "order": 3620, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "jack-o-lantern", + "hexcode": "1F383", + "tags": [ + "celebration", + "halloween", + "jack", + "lantern" + ], + "emoji": "🎃", + "text": "", + "type": 1, + "order": 3621, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Christmas tree", + "hexcode": "1F384", + "tags": [ + "celebration", + "christmas", + "tree" + ], + "emoji": "🎄", + "text": "", + "type": 1, + "order": 3622, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "fireworks", + "hexcode": "1F386", + "tags": [ + "celebration" + ], + "emoji": "🎆", + "text": "", + "type": 1, + "order": 3623, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "sparkler", + "hexcode": "1F387", + "tags": [ + "celebration", + "fireworks", + "sparkle" + ], + "emoji": "🎇", + "text": "", + "type": 1, + "order": 3624, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "firecracker", + "hexcode": "1F9E8", + "tags": [ + "dynamite", + "explosive", + "fireworks" + ], + "emoji": "🧨", + "text": "", + "type": 1, + "order": 3625, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "sparkles", + "hexcode": "2728", + "tags": [ + "*", + "sparkle", + "star" + ], + "emoji": "✨", + "text": "", + "type": 1, + "order": 3626, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "balloon", + "hexcode": "1F388", + "tags": [ + "celebration" + ], + "emoji": "🎈", + "text": "", + "type": 1, + "order": 3627, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "party popper", + "hexcode": "1F389", + "tags": [ + "celebration", + "party", + "popper", + "tada" + ], + "emoji": "🎉", + "text": "", + "type": 1, + "order": 3628, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "confetti ball", + "hexcode": "1F38A", + "tags": [ + "ball", + "celebration", + "confetti" + ], + "emoji": "🎊", + "text": "", + "type": 1, + "order": 3629, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "tanabata tree", + "hexcode": "1F38B", + "tags": [ + "banner", + "celebration", + "japanese", + "tree" + ], + "emoji": "🎋", + "text": "", + "type": 1, + "order": 3630, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "pine decoration", + "hexcode": "1F38D", + "tags": [ + "bamboo", + "celebration", + "japanese", + "pine" + ], + "emoji": "🎍", + "text": "", + "type": 1, + "order": 3631, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "Japanese dolls", + "hexcode": "1F38E", + "tags": [ + "celebration", + "doll", + "festival", + "japanese", + "japanese dolls" + ], + "emoji": "🎎", + "text": "", + "type": 1, + "order": 3632, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "carp streamer", + "hexcode": "1F38F", + "tags": [ + "carp", + "celebration", + "streamer" + ], + "emoji": "🎏", + "text": "", + "type": 1, + "order": 3633, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "wind chime", + "hexcode": "1F390", + "tags": [ + "bell", + "celebration", + "chime", + "wind" + ], + "emoji": "🎐", + "text": "", + "type": 1, + "order": 3634, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "moon viewing ceremony", + "hexcode": "1F391", + "tags": [ + "celebration", + "ceremony", + "moon" + ], + "emoji": "🎑", + "text": "", + "type": 1, + "order": 3635, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "red envelope", + "hexcode": "1F9E7", + "tags": [ + "gift", + "good luck", + "hóngbāo", + "lai see", + "money" + ], + "emoji": "🧧", + "text": "", + "type": 1, + "order": 3636, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "ribbon", + "hexcode": "1F380", + "tags": [ + "celebration" + ], + "emoji": "🎀", + "text": "", + "type": 1, + "order": 3637, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "wrapped gift", + "hexcode": "1F381", + "tags": [ + "box", + "celebration", + "gift", + "present", + "wrapped" + ], + "emoji": "🎁", + "text": "", + "type": 1, + "order": 3638, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "reminder ribbon", + "hexcode": "1F397", + "tags": [ + "celebration", + "reminder", + "ribbon" + ], + "emoji": "🎗️", + "text": "🎗︎", + "type": 0, + "order": 3640, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "admission tickets", + "hexcode": "1F39F", + "tags": [ + "admission", + "ticket" + ], + "emoji": "🎟️", + "text": "🎟︎", + "type": 0, + "order": 3642, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "ticket", + "hexcode": "1F3AB", + "tags": [ + "admission" + ], + "emoji": "🎫", + "text": "", + "type": 1, + "order": 3643, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "military medal", + "hexcode": "1F396", + "tags": [ + "celebration", + "medal", + "military" + ], + "emoji": "🎖️", + "text": "🎖︎", + "type": 0, + "order": 3645, + "group": 6, + "subgroup": 61, + "version": 0.7 + }, + { + "annotation": "trophy", + "hexcode": "1F3C6", + "tags": [ + "prize" + ], + "emoji": "🏆️", + "text": "🏆︎", + "type": 1, + "order": 3646, + "group": 6, + "subgroup": 61, + "version": 0.6 + }, + { + "annotation": "sports medal", + "hexcode": "1F3C5", + "tags": [ + "medal" + ], + "emoji": "🏅", + "text": "", + "type": 1, + "order": 3647, + "group": 6, + "subgroup": 61, + "version": 1 + }, + { + "annotation": "1st place medal", + "hexcode": "1F947", + "tags": [ + "first", + "gold", + "medal" + ], + "emoji": "🥇", + "text": "", + "type": 1, + "order": 3648, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "2nd place medal", + "hexcode": "1F948", + "tags": [ + "medal", + "second", + "silver" + ], + "emoji": "🥈", + "text": "", + "type": 1, + "order": 3649, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "3rd place medal", + "hexcode": "1F949", + "tags": [ + "bronze", + "medal", + "third" + ], + "emoji": "🥉", + "text": "", + "type": 1, + "order": 3650, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "soccer ball", + "hexcode": "26BD", + "tags": [ + "ball", + "football", + "soccer" + ], + "emoji": "⚽️", + "text": "⚽︎", + "type": 1, + "order": 3651, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "baseball", + "hexcode": "26BE", + "tags": [ + "ball" + ], + "emoji": "⚾️", + "text": "⚾︎", + "type": 1, + "order": 3652, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "softball", + "hexcode": "1F94E", + "tags": [ + "ball", + "glove", + "underarm" + ], + "emoji": "🥎", + "text": "", + "type": 1, + "order": 3653, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "basketball", + "hexcode": "1F3C0", + "tags": [ + "ball", + "hoop" + ], + "emoji": "🏀", + "text": "", + "type": 1, + "order": 3654, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "volleyball", + "hexcode": "1F3D0", + "tags": [ + "ball", + "game" + ], + "emoji": "🏐", + "text": "", + "type": 1, + "order": 3655, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "american football", + "hexcode": "1F3C8", + "tags": [ + "american", + "ball", + "football" + ], + "emoji": "🏈", + "text": "", + "type": 1, + "order": 3656, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "rugby football", + "hexcode": "1F3C9", + "tags": [ + "ball", + "football", + "rugby" + ], + "emoji": "🏉", + "text": "", + "type": 1, + "order": 3657, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "tennis", + "hexcode": "1F3BE", + "tags": [ + "ball", + "racquet" + ], + "emoji": "🎾", + "text": "", + "type": 1, + "order": 3658, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "flying disc", + "hexcode": "1F94F", + "tags": [ + "ultimate" + ], + "emoji": "🥏", + "text": "", + "type": 1, + "order": 3659, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "bowling", + "hexcode": "1F3B3", + "tags": [ + "ball", + "game" + ], + "emoji": "🎳", + "text": "", + "type": 1, + "order": 3660, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "cricket game", + "hexcode": "1F3CF", + "tags": [ + "ball", + "bat", + "game" + ], + "emoji": "🏏", + "text": "", + "type": 1, + "order": 3661, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "field hockey", + "hexcode": "1F3D1", + "tags": [ + "ball", + "field", + "game", + "hockey", + "stick" + ], + "emoji": "🏑", + "text": "", + "type": 1, + "order": 3662, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "ice hockey", + "hexcode": "1F3D2", + "tags": [ + "game", + "hockey", + "ice", + "puck", + "stick" + ], + "emoji": "🏒", + "text": "", + "type": 1, + "order": 3663, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "lacrosse", + "hexcode": "1F94D", + "tags": [ + "ball", + "goal", + "stick" + ], + "emoji": "🥍", + "text": "", + "type": 1, + "order": 3664, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "ping pong", + "hexcode": "1F3D3", + "tags": [ + "ball", + "bat", + "game", + "paddle", + "table tennis" + ], + "emoji": "🏓", + "text": "", + "type": 1, + "order": 3665, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "badminton", + "hexcode": "1F3F8", + "tags": [ + "birdie", + "game", + "racquet", + "shuttlecock" + ], + "emoji": "🏸", + "text": "", + "type": 1, + "order": 3666, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "boxing glove", + "hexcode": "1F94A", + "tags": [ + "boxing", + "glove" + ], + "emoji": "🥊", + "text": "", + "type": 1, + "order": 3667, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "martial arts uniform", + "hexcode": "1F94B", + "tags": [ + "judo", + "karate", + "martial arts", + "taekwondo", + "uniform" + ], + "emoji": "🥋", + "text": "", + "type": 1, + "order": 3668, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "goal net", + "hexcode": "1F945", + "tags": [ + "goal", + "net" + ], + "emoji": "🥅", + "text": "", + "type": 1, + "order": 3669, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "flag in hole", + "hexcode": "26F3", + "tags": [ + "golf", + "hole" + ], + "emoji": "⛳️", + "text": "⛳︎", + "type": 1, + "order": 3670, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "ice skate", + "hexcode": "26F8", + "tags": [ + "ice", + "skate" + ], + "emoji": "⛸️", + "text": "⛸︎", + "type": 0, + "order": 3672, + "group": 6, + "subgroup": 62, + "version": 0.7 + }, + { + "annotation": "fishing pole", + "hexcode": "1F3A3", + "tags": [ + "fish", + "pole" + ], + "emoji": "🎣", + "text": "", + "type": 1, + "order": 3673, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "diving mask", + "hexcode": "1F93F", + "tags": [ + "diving", + "scuba", + "snorkeling" + ], + "emoji": "🤿", + "text": "", + "type": 1, + "order": 3674, + "group": 6, + "subgroup": 62, + "version": 12 + }, + { + "annotation": "running shirt", + "hexcode": "1F3BD", + "tags": [ + "athletics", + "running", + "sash", + "shirt" + ], + "emoji": "🎽", + "text": "", + "type": 1, + "order": 3675, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "skis", + "hexcode": "1F3BF", + "tags": [ + "ski", + "snow" + ], + "emoji": "🎿", + "text": "", + "type": 1, + "order": 3676, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "sled", + "hexcode": "1F6F7", + "tags": [ + "sledge", + "sleigh" + ], + "emoji": "🛷", + "text": "", + "type": 1, + "order": 3677, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "curling stone", + "hexcode": "1F94C", + "tags": [ + "game", + "rock" + ], + "emoji": "🥌", + "text": "", + "type": 1, + "order": 3678, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "bullseye", + "hexcode": "1F3AF", + "tags": [ + "dart", + "direct hit", + "game", + "hit", + "target" + ], + "emoji": "🎯", + "text": "", + "type": 1, + "order": 3679, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "yo-yo", + "hexcode": "1FA80", + "tags": [ + "fluctuate", + "toy" + ], + "emoji": "🪀", + "text": "", + "type": 1, + "order": 3680, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "kite", + "hexcode": "1FA81", + "tags": [ + "fly", + "soar" + ], + "emoji": "🪁", + "text": "", + "type": 1, + "order": 3681, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "pool 8 ball", + "hexcode": "1F3B1", + "tags": [ + "8", + "ball", + "billiard", + "eight", + "game" + ], + "emoji": "🎱", + "text": "", + "type": 1, + "order": 3682, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "crystal ball", + "hexcode": "1F52E", + "tags": [ + "ball", + "crystal", + "fairy tale", + "fantasy", + "fortune", + "tool" + ], + "emoji": "🔮", + "text": "", + "type": 1, + "order": 3683, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "magic wand", + "hexcode": "1FA84", + "tags": [ + "magic", + "witch", + "wizard" + ], + "emoji": "🪄", + "text": "", + "type": 1, + "order": 3684, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "nazar amulet", + "hexcode": "1F9FF", + "tags": [ + "bead", + "charm", + "evil-eye", + "nazar", + "talisman" + ], + "emoji": "🧿", + "text": "", + "type": 1, + "order": 3685, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "video game", + "hexcode": "1F3AE", + "tags": [ + "controller", + "game" + ], + "emoji": "🎮️", + "text": "🎮︎", + "type": 1, + "order": 3686, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "joystick", + "hexcode": "1F579", + "tags": [ + "game", + "video game" + ], + "emoji": "🕹️", + "text": "🕹︎", + "type": 0, + "order": 3688, + "group": 6, + "subgroup": 63, + "version": 0.7 + }, + { + "annotation": "slot machine", + "hexcode": "1F3B0", + "tags": [ + "game", + "slot" + ], + "emoji": "🎰", + "text": "", + "type": 1, + "order": 3689, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "game die", + "hexcode": "1F3B2", + "tags": [ + "dice", + "die", + "game" + ], + "emoji": "🎲", + "text": "", + "type": 1, + "order": 3690, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "puzzle piece", + "hexcode": "1F9E9", + "tags": [ + "clue", + "interlocking", + "jigsaw", + "piece", + "puzzle" + ], + "emoji": "🧩", + "text": "", + "type": 1, + "order": 3691, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "teddy bear", + "hexcode": "1F9F8", + "tags": [ + "plaything", + "plush", + "stuffed", + "toy" + ], + "emoji": "🧸", + "text": "", + "type": 1, + "order": 3692, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "piñata", + "hexcode": "1FA85", + "tags": [ + "celebration", + "party" + ], + "emoji": "🪅", + "text": "", + "type": 1, + "order": 3693, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "nesting dolls", + "hexcode": "1FA86", + "tags": [ + "doll", + "nesting", + "russia" + ], + "emoji": "🪆", + "text": "", + "type": 1, + "order": 3694, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "spade suit", + "hexcode": "2660", + "tags": [ + "card", + "game" + ], + "emoji": "♠️", + "text": "♠︎", + "type": 0, + "order": 3696, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "heart suit", + "hexcode": "2665", + "tags": [ + "card", + "game" + ], + "emoji": "♥️", + "text": "♥︎", + "type": 0, + "order": 3698, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "diamond suit", + "hexcode": "2666", + "tags": [ + "card", + "game" + ], + "emoji": "♦️", + "text": "♦︎", + "type": 0, + "order": 3700, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "club suit", + "hexcode": "2663", + "tags": [ + "card", + "game" + ], + "emoji": "♣️", + "text": "♣︎", + "type": 0, + "order": 3702, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "chess pawn", + "hexcode": "265F", + "tags": [ + "chess", + "dupe", + "expendable" + ], + "emoji": "♟️", + "text": "♟︎", + "type": 0, + "order": 3704, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "joker", + "hexcode": "1F0CF", + "tags": [ + "card", + "game", + "wildcard" + ], + "emoji": "🃏", + "text": "", + "type": 1, + "order": 3705, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "mahjong red dragon", + "hexcode": "1F004", + "tags": [ + "game", + "mahjong", + "red" + ], + "emoji": "🀄️", + "text": "🀄︎", + "type": 1, + "order": 3706, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "flower playing cards", + "hexcode": "1F3B4", + "tags": [ + "card", + "flower", + "game", + "japanese", + "playing" + ], + "emoji": "🎴", + "text": "", + "type": 1, + "order": 3707, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "performing arts", + "hexcode": "1F3AD", + "tags": [ + "art", + "mask", + "performing", + "theater", + "theatre" + ], + "emoji": "🎭️", + "text": "🎭︎", + "type": 1, + "order": 3708, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "framed picture", + "hexcode": "1F5BC", + "tags": [ + "art", + "frame", + "museum", + "painting", + "picture" + ], + "emoji": "🖼️", + "text": "🖼︎", + "type": 0, + "order": 3710, + "group": 6, + "subgroup": 64, + "version": 0.7 + }, + { + "annotation": "artist palette", + "hexcode": "1F3A8", + "tags": [ + "art", + "museum", + "painting", + "palette" + ], + "emoji": "🎨", + "text": "", + "type": 1, + "order": 3711, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "thread", + "hexcode": "1F9F5", + "tags": [ + "needle", + "sewing", + "spool", + "string" + ], + "emoji": "🧵", + "text": "", + "type": 1, + "order": 3712, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "sewing needle", + "hexcode": "1FAA1", + "tags": [ + "embroidery", + "needle", + "sewing", + "stitches", + "sutures", + "tailoring" + ], + "emoji": "🪡", + "text": "", + "type": 1, + "order": 3713, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "yarn", + "hexcode": "1F9F6", + "tags": [ + "ball", + "crochet", + "knit" + ], + "emoji": "🧶", + "text": "", + "type": 1, + "order": 3714, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "knot", + "hexcode": "1FAA2", + "tags": [ + "rope", + "tangled", + "tie", + "twine", + "twist" + ], + "emoji": "🪢", + "text": "", + "type": 1, + "order": 3715, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "glasses", + "hexcode": "1F453", + "tags": [ + "clothing", + "eye", + "eyeglasses", + "eyewear" + ], + "emoji": "👓️", + "text": "👓︎", + "type": 1, + "order": 3716, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sunglasses", + "hexcode": "1F576", + "tags": [ + "dark", + "eye", + "eyewear", + "glasses" + ], + "emoji": "🕶️", + "text": "🕶︎", + "type": 0, + "order": 3718, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "goggles", + "hexcode": "1F97D", + "tags": [ + "eye protection", + "swimming", + "welding" + ], + "emoji": "🥽", + "text": "", + "type": 1, + "order": 3719, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "lab coat", + "hexcode": "1F97C", + "tags": [ + "doctor", + "experiment", + "scientist" + ], + "emoji": "🥼", + "text": "", + "type": 1, + "order": 3720, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "safety vest", + "hexcode": "1F9BA", + "tags": [ + "emergency", + "safety", + "vest" + ], + "emoji": "🦺", + "text": "", + "type": 1, + "order": 3721, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "necktie", + "hexcode": "1F454", + "tags": [ + "clothing", + "tie" + ], + "emoji": "👔", + "text": "", + "type": 1, + "order": 3722, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "t-shirt", + "hexcode": "1F455", + "tags": [ + "clothing", + "shirt", + "tshirt" + ], + "emoji": "👕", + "text": "", + "type": 1, + "order": 3723, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "jeans", + "hexcode": "1F456", + "tags": [ + "clothing", + "pants", + "trousers" + ], + "emoji": "👖", + "text": "", + "type": 1, + "order": 3724, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "scarf", + "hexcode": "1F9E3", + "tags": [ + "neck" + ], + "emoji": "🧣", + "text": "", + "type": 1, + "order": 3725, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "gloves", + "hexcode": "1F9E4", + "tags": [ + "hand" + ], + "emoji": "🧤", + "text": "", + "type": 1, + "order": 3726, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "coat", + "hexcode": "1F9E5", + "tags": [ + "jacket" + ], + "emoji": "🧥", + "text": "", + "type": 1, + "order": 3727, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "socks", + "hexcode": "1F9E6", + "tags": [ + "stocking" + ], + "emoji": "🧦", + "text": "", + "type": 1, + "order": 3728, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "dress", + "hexcode": "1F457", + "tags": [ + "clothing" + ], + "emoji": "👗", + "text": "", + "type": 1, + "order": 3729, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "kimono", + "hexcode": "1F458", + "tags": [ + "clothing" + ], + "emoji": "👘", + "text": "", + "type": 1, + "order": 3730, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sari", + "hexcode": "1F97B", + "tags": [ + "clothing", + "dress" + ], + "emoji": "🥻", + "text": "", + "type": 1, + "order": 3731, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "one-piece swimsuit", + "hexcode": "1FA71", + "tags": [ + "bathing suit" + ], + "emoji": "🩱", + "text": "", + "type": 1, + "order": 3732, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "briefs", + "hexcode": "1FA72", + "tags": [ + "bathing suit", + "one-piece", + "swimsuit", + "underwear" + ], + "emoji": "🩲", + "text": "", + "type": 1, + "order": 3733, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "shorts", + "hexcode": "1FA73", + "tags": [ + "bathing suit", + "pants", + "underwear" + ], + "emoji": "🩳", + "text": "", + "type": 1, + "order": 3734, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "bikini", + "hexcode": "1F459", + "tags": [ + "clothing", + "swim" + ], + "emoji": "👙", + "text": "", + "type": 1, + "order": 3735, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "woman’s clothes", + "hexcode": "1F45A", + "tags": [ + "clothing", + "woman" + ], + "emoji": "👚", + "text": "", + "type": 1, + "order": 3736, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "purse", + "hexcode": "1F45B", + "tags": [ + "clothing", + "coin" + ], + "emoji": "👛", + "text": "", + "type": 1, + "order": 3737, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "handbag", + "hexcode": "1F45C", + "tags": [ + "bag", + "clothing", + "purse" + ], + "emoji": "👜", + "text": "", + "type": 1, + "order": 3738, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "clutch bag", + "hexcode": "1F45D", + "tags": [ + "bag", + "clothing", + "pouch" + ], + "emoji": "👝", + "text": "", + "type": 1, + "order": 3739, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "shopping bags", + "hexcode": "1F6CD", + "tags": [ + "bag", + "hotel", + "shopping" + ], + "emoji": "🛍️", + "text": "🛍︎", + "type": 0, + "order": 3741, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "backpack", + "hexcode": "1F392", + "tags": [ + "bag", + "rucksack", + "satchel", + "school" + ], + "emoji": "🎒", + "text": "", + "type": 1, + "order": 3742, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "thong sandal", + "hexcode": "1FA74", + "tags": [ + "beach sandals", + "sandals", + "thong sandals", + "thongs", + "zōri" + ], + "emoji": "🩴", + "text": "", + "type": 1, + "order": 3743, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "man’s shoe", + "hexcode": "1F45E", + "tags": [ + "clothing", + "man", + "shoe" + ], + "emoji": "👞", + "text": "", + "type": 1, + "order": 3744, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "running shoe", + "hexcode": "1F45F", + "tags": [ + "athletic", + "clothing", + "shoe", + "sneaker" + ], + "emoji": "👟", + "text": "", + "type": 1, + "order": 3745, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "hiking boot", + "hexcode": "1F97E", + "tags": [ + "backpacking", + "boot", + "camping", + "hiking" + ], + "emoji": "🥾", + "text": "", + "type": 1, + "order": 3746, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "flat shoe", + "hexcode": "1F97F", + "tags": [ + "ballet flat", + "slip-on", + "slipper" + ], + "emoji": "🥿", + "text": "", + "type": 1, + "order": 3747, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "high-heeled shoe", + "hexcode": "1F460", + "tags": [ + "clothing", + "heel", + "shoe", + "woman" + ], + "emoji": "👠", + "text": "", + "type": 1, + "order": 3748, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "woman’s sandal", + "hexcode": "1F461", + "tags": [ + "clothing", + "sandal", + "shoe", + "woman" + ], + "emoji": "👡", + "text": "", + "type": 1, + "order": 3749, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "ballet shoes", + "hexcode": "1FA70", + "tags": [ + "ballet", + "dance" + ], + "emoji": "🩰", + "text": "", + "type": 1, + "order": 3750, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "woman’s boot", + "hexcode": "1F462", + "tags": [ + "boot", + "clothing", + "shoe", + "woman" + ], + "emoji": "👢", + "text": "", + "type": 1, + "order": 3751, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "crown", + "hexcode": "1F451", + "tags": [ + "clothing", + "king", + "queen" + ], + "emoji": "👑", + "text": "", + "type": 1, + "order": 3752, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "woman’s hat", + "hexcode": "1F452", + "tags": [ + "clothing", + "hat", + "woman" + ], + "emoji": "👒", + "text": "", + "type": 1, + "order": 3753, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "top hat", + "hexcode": "1F3A9", + "tags": [ + "clothing", + "hat", + "top", + "tophat" + ], + "emoji": "🎩", + "text": "", + "type": 1, + "order": 3754, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "graduation cap", + "hexcode": "1F393", + "tags": [ + "cap", + "celebration", + "clothing", + "graduation", + "hat" + ], + "emoji": "🎓️", + "text": "🎓︎", + "type": 1, + "order": 3755, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "billed cap", + "hexcode": "1F9E2", + "tags": [ + "baseball cap" + ], + "emoji": "🧢", + "text": "", + "type": 1, + "order": 3756, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "military helmet", + "hexcode": "1FA96", + "tags": [ + "army", + "helmet", + "military", + "soldier", + "warrior" + ], + "emoji": "🪖", + "text": "", + "type": 1, + "order": 3757, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "rescue worker’s helmet", + "hexcode": "26D1", + "tags": [ + "aid", + "cross", + "face", + "hat", + "helmet" + ], + "emoji": "⛑️", + "text": "⛑︎", + "type": 0, + "order": 3759, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "prayer beads", + "hexcode": "1F4FF", + "tags": [ + "beads", + "clothing", + "necklace", + "prayer", + "religion" + ], + "emoji": "📿", + "text": "", + "type": 1, + "order": 3760, + "group": 7, + "subgroup": 65, + "version": 1 + }, + { + "annotation": "lipstick", + "hexcode": "1F484", + "tags": [ + "cosmetics", + "makeup" + ], + "emoji": "💄", + "text": "", + "type": 1, + "order": 3761, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "ring", + "hexcode": "1F48D", + "tags": [ + "diamond" + ], + "emoji": "💍", + "text": "", + "type": 1, + "order": 3762, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "gem stone", + "hexcode": "1F48E", + "tags": [ + "diamond", + "gem", + "jewel" + ], + "emoji": "💎", + "text": "", + "type": 1, + "order": 3763, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "muted speaker", + "hexcode": "1F507", + "tags": [ + "mute", + "quiet", + "silent", + "speaker" + ], + "emoji": "🔇", + "text": "", + "type": 1, + "order": 3764, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "speaker low volume", + "hexcode": "1F508", + "tags": [ + "soft" + ], + "emoji": "🔈️", + "text": "🔈︎", + "type": 1, + "order": 3765, + "group": 7, + "subgroup": 66, + "version": 0.7 + }, + { + "annotation": "speaker medium volume", + "hexcode": "1F509", + "tags": [ + "medium" + ], + "emoji": "🔉", + "text": "", + "type": 1, + "order": 3766, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "speaker high volume", + "hexcode": "1F50A", + "tags": [ + "loud" + ], + "emoji": "🔊", + "text": "", + "type": 1, + "order": 3767, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "loudspeaker", + "hexcode": "1F4E2", + "tags": [ + "loud", + "public address" + ], + "emoji": "📢", + "text": "", + "type": 1, + "order": 3768, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "megaphone", + "hexcode": "1F4E3", + "tags": [ + "cheering" + ], + "emoji": "📣", + "text": "", + "type": 1, + "order": 3769, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "postal horn", + "hexcode": "1F4EF", + "tags": [ + "horn", + "post", + "postal" + ], + "emoji": "📯", + "text": "", + "type": 1, + "order": 3770, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "bell", + "hexcode": "1F514", + "tags": [ + "bell" + ], + "emoji": "🔔", + "text": "", + "type": 1, + "order": 3771, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "bell with slash", + "hexcode": "1F515", + "tags": [ + "bell", + "forbidden", + "mute", + "quiet", + "silent" + ], + "emoji": "🔕", + "text": "", + "type": 1, + "order": 3772, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "musical score", + "hexcode": "1F3BC", + "tags": [ + "music", + "score" + ], + "emoji": "🎼", + "text": "", + "type": 1, + "order": 3773, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "musical note", + "hexcode": "1F3B5", + "tags": [ + "music", + "note" + ], + "emoji": "🎵", + "text": "", + "type": 1, + "order": 3774, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "musical notes", + "hexcode": "1F3B6", + "tags": [ + "music", + "note", + "notes" + ], + "emoji": "🎶", + "text": "", + "type": 1, + "order": 3775, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "studio microphone", + "hexcode": "1F399", + "tags": [ + "mic", + "microphone", + "music", + "studio" + ], + "emoji": "🎙️", + "text": "🎙︎", + "type": 0, + "order": 3777, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "level slider", + "hexcode": "1F39A", + "tags": [ + "level", + "music", + "slider" + ], + "emoji": "🎚️", + "text": "🎚︎", + "type": 0, + "order": 3779, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "control knobs", + "hexcode": "1F39B", + "tags": [ + "control", + "knobs", + "music" + ], + "emoji": "🎛️", + "text": "🎛︎", + "type": 0, + "order": 3781, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "microphone", + "hexcode": "1F3A4", + "tags": [ + "karaoke", + "mic" + ], + "emoji": "🎤", + "text": "", + "type": 1, + "order": 3782, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "headphone", + "hexcode": "1F3A7", + "tags": [ + "earbud" + ], + "emoji": "🎧️", + "text": "🎧︎", + "type": 1, + "order": 3783, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "radio", + "hexcode": "1F4FB", + "tags": [ + "video" + ], + "emoji": "📻️", + "text": "📻︎", + "type": 1, + "order": 3784, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "saxophone", + "hexcode": "1F3B7", + "tags": [ + "instrument", + "music", + "sax" + ], + "emoji": "🎷", + "text": "", + "type": 1, + "order": 3785, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "accordion", + "hexcode": "1FA97", + "tags": [ + "concertina", + "squeeze box" + ], + "emoji": "🪗", + "text": "", + "type": 1, + "order": 3786, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "guitar", + "hexcode": "1F3B8", + "tags": [ + "instrument", + "music" + ], + "emoji": "🎸", + "text": "", + "type": 1, + "order": 3787, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "musical keyboard", + "hexcode": "1F3B9", + "tags": [ + "instrument", + "keyboard", + "music", + "piano" + ], + "emoji": "🎹", + "text": "", + "type": 1, + "order": 3788, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "trumpet", + "hexcode": "1F3BA", + "tags": [ + "instrument", + "music" + ], + "emoji": "🎺", + "text": "", + "type": 1, + "order": 3789, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "violin", + "hexcode": "1F3BB", + "tags": [ + "instrument", + "music" + ], + "emoji": "🎻", + "text": "", + "type": 1, + "order": 3790, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "banjo", + "hexcode": "1FA95", + "tags": [ + "music", + "stringed" + ], + "emoji": "🪕", + "text": "", + "type": 1, + "order": 3791, + "group": 7, + "subgroup": 68, + "version": 12 + }, + { + "annotation": "drum", + "hexcode": "1F941", + "tags": [ + "drumsticks", + "music" + ], + "emoji": "🥁", + "text": "", + "type": 1, + "order": 3792, + "group": 7, + "subgroup": 68, + "version": 3 + }, + { + "annotation": "long drum", + "hexcode": "1FA98", + "tags": [ + "beat", + "conga", + "drum", + "rhythm" + ], + "emoji": "🪘", + "text": "", + "type": 1, + "order": 3793, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "mobile phone", + "hexcode": "1F4F1", + "tags": [ + "cell", + "mobile", + "phone", + "telephone" + ], + "emoji": "📱", + "text": "", + "type": 1, + "order": 3794, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "mobile phone with arrow", + "hexcode": "1F4F2", + "tags": [ + "arrow", + "cell", + "mobile", + "phone", + "receive" + ], + "emoji": "📲", + "text": "", + "type": 1, + "order": 3795, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "telephone", + "hexcode": "260E", + "tags": [ + "phone" + ], + "emoji": "☎️", + "text": "☎︎", + "type": 0, + "order": 3797, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "telephone receiver", + "hexcode": "1F4DE", + "tags": [ + "phone", + "receiver", + "telephone" + ], + "emoji": "📞", + "text": "", + "type": 1, + "order": 3798, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "pager", + "hexcode": "1F4DF", + "tags": [ + "pager" + ], + "emoji": "📟️", + "text": "📟︎", + "type": 1, + "order": 3799, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "fax machine", + "hexcode": "1F4E0", + "tags": [ + "fax" + ], + "emoji": "📠", + "text": "", + "type": 1, + "order": 3800, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "battery", + "hexcode": "1F50B", + "tags": [ + "battery" + ], + "emoji": "🔋", + "text": "", + "type": 1, + "order": 3801, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "electric plug", + "hexcode": "1F50C", + "tags": [ + "electric", + "electricity", + "plug" + ], + "emoji": "🔌", + "text": "", + "type": 1, + "order": 3802, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "laptop", + "hexcode": "1F4BB", + "tags": [ + "computer", + "pc", + "personal" + ], + "emoji": "💻️", + "text": "💻︎", + "type": 1, + "order": 3803, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "desktop computer", + "hexcode": "1F5A5", + "tags": [ + "computer", + "desktop" + ], + "emoji": "🖥️", + "text": "🖥︎", + "type": 0, + "order": 3805, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "printer", + "hexcode": "1F5A8", + "tags": [ + "computer" + ], + "emoji": "🖨️", + "text": "🖨︎", + "type": 0, + "order": 3807, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "keyboard", + "hexcode": "2328", + "tags": [ + "computer" + ], + "emoji": "⌨️", + "text": "⌨︎", + "type": 0, + "order": 3809, + "group": 7, + "subgroup": 70, + "version": 1 + }, + { + "annotation": "computer mouse", + "hexcode": "1F5B1", + "tags": [ + "computer" + ], + "emoji": "🖱️", + "text": "🖱︎", + "type": 0, + "order": 3811, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "trackball", + "hexcode": "1F5B2", + "tags": [ + "computer" + ], + "emoji": "🖲️", + "text": "🖲︎", + "type": 0, + "order": 3813, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "computer disk", + "hexcode": "1F4BD", + "tags": [ + "computer", + "disk", + "minidisk", + "optical" + ], + "emoji": "💽", + "text": "", + "type": 1, + "order": 3814, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "floppy disk", + "hexcode": "1F4BE", + "tags": [ + "computer", + "disk", + "floppy" + ], + "emoji": "💾", + "text": "", + "type": 1, + "order": 3815, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "optical disk", + "hexcode": "1F4BF", + "tags": [ + "cd", + "computer", + "disk", + "optical" + ], + "emoji": "💿️", + "text": "💿︎", + "type": 1, + "order": 3816, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "dvd", + "hexcode": "1F4C0", + "tags": [ + "blu-ray", + "computer", + "disk", + "optical" + ], + "emoji": "📀", + "text": "", + "type": 1, + "order": 3817, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "abacus", + "hexcode": "1F9EE", + "tags": [ + "calculation" + ], + "emoji": "🧮", + "text": "", + "type": 1, + "order": 3818, + "group": 7, + "subgroup": 70, + "version": 11 + }, + { + "annotation": "movie camera", + "hexcode": "1F3A5", + "tags": [ + "camera", + "cinema", + "movie" + ], + "emoji": "🎥", + "text": "", + "type": 1, + "order": 3819, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "film frames", + "hexcode": "1F39E", + "tags": [ + "cinema", + "film", + "frames", + "movie" + ], + "emoji": "🎞️", + "text": "🎞︎", + "type": 0, + "order": 3821, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "film projector", + "hexcode": "1F4FD", + "tags": [ + "cinema", + "film", + "movie", + "projector", + "video" + ], + "emoji": "📽️", + "text": "📽︎", + "type": 0, + "order": 3823, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "clapper board", + "hexcode": "1F3AC", + "tags": [ + "clapper", + "movie" + ], + "emoji": "🎬️", + "text": "🎬︎", + "type": 1, + "order": 3824, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "television", + "hexcode": "1F4FA", + "tags": [ + "tv", + "video" + ], + "emoji": "📺️", + "text": "📺︎", + "type": 1, + "order": 3825, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "camera", + "hexcode": "1F4F7", + "tags": [ + "video" + ], + "emoji": "📷️", + "text": "📷︎", + "type": 1, + "order": 3826, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "camera with flash", + "hexcode": "1F4F8", + "tags": [ + "camera", + "flash", + "video" + ], + "emoji": "📸", + "text": "", + "type": 1, + "order": 3827, + "group": 7, + "subgroup": 71, + "version": 1 + }, + { + "annotation": "video camera", + "hexcode": "1F4F9", + "tags": [ + "camera", + "video" + ], + "emoji": "📹️", + "text": "📹︎", + "type": 1, + "order": 3828, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "videocassette", + "hexcode": "1F4FC", + "tags": [ + "tape", + "vhs", + "video" + ], + "emoji": "📼", + "text": "", + "type": 1, + "order": 3829, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "magnifying glass tilted left", + "hexcode": "1F50D", + "tags": [ + "glass", + "magnifying", + "search", + "tool" + ], + "emoji": "🔍️", + "text": "🔍︎", + "type": 1, + "order": 3830, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "magnifying glass tilted right", + "hexcode": "1F50E", + "tags": [ + "glass", + "magnifying", + "search", + "tool" + ], + "emoji": "🔎", + "text": "", + "type": 1, + "order": 3831, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "candle", + "hexcode": "1F56F", + "tags": [ + "light" + ], + "emoji": "🕯️", + "text": "🕯︎", + "type": 0, + "order": 3833, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "light bulb", + "hexcode": "1F4A1", + "tags": [ + "bulb", + "comic", + "electric", + "idea", + "light" + ], + "emoji": "💡", + "text": "", + "type": 1, + "order": 3834, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "flashlight", + "hexcode": "1F526", + "tags": [ + "electric", + "light", + "tool", + "torch" + ], + "emoji": "🔦", + "text": "", + "type": 1, + "order": 3835, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "red paper lantern", + "hexcode": "1F3EE", + "tags": [ + "bar", + "lantern", + "light", + "red" + ], + "emoji": "🏮", + "text": "", + "type": 1, + "order": 3836, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "diya lamp", + "hexcode": "1FA94", + "tags": [ + "diya", + "lamp", + "oil" + ], + "emoji": "🪔", + "text": "", + "type": 1, + "order": 3837, + "group": 7, + "subgroup": 71, + "version": 12 + }, + { + "annotation": "notebook with decorative cover", + "hexcode": "1F4D4", + "tags": [ + "book", + "cover", + "decorated", + "notebook" + ], + "emoji": "📔", + "text": "", + "type": 1, + "order": 3838, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "closed book", + "hexcode": "1F4D5", + "tags": [ + "book", + "closed" + ], + "emoji": "📕", + "text": "", + "type": 1, + "order": 3839, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "open book", + "hexcode": "1F4D6", + "tags": [ + "book", + "open" + ], + "emoji": "📖", + "text": "", + "type": 1, + "order": 3840, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "green book", + "hexcode": "1F4D7", + "tags": [ + "book", + "green" + ], + "emoji": "📗", + "text": "", + "type": 1, + "order": 3841, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "blue book", + "hexcode": "1F4D8", + "tags": [ + "blue", + "book" + ], + "emoji": "📘", + "text": "", + "type": 1, + "order": 3842, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "orange book", + "hexcode": "1F4D9", + "tags": [ + "book", + "orange" + ], + "emoji": "📙", + "text": "", + "type": 1, + "order": 3843, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "books", + "hexcode": "1F4DA", + "tags": [ + "book" + ], + "emoji": "📚️", + "text": "📚︎", + "type": 1, + "order": 3844, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "notebook", + "hexcode": "1F4D3", + "tags": [ + "notebook" + ], + "emoji": "📓", + "text": "", + "type": 1, + "order": 3845, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "ledger", + "hexcode": "1F4D2", + "tags": [ + "notebook" + ], + "emoji": "📒", + "text": "", + "type": 1, + "order": 3846, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "page with curl", + "hexcode": "1F4C3", + "tags": [ + "curl", + "document", + "page" + ], + "emoji": "📃", + "text": "", + "type": 1, + "order": 3847, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "scroll", + "hexcode": "1F4DC", + "tags": [ + "paper" + ], + "emoji": "📜", + "text": "", + "type": 1, + "order": 3848, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "page facing up", + "hexcode": "1F4C4", + "tags": [ + "document", + "page" + ], + "emoji": "📄", + "text": "", + "type": 1, + "order": 3849, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "newspaper", + "hexcode": "1F4F0", + "tags": [ + "news", + "paper" + ], + "emoji": "📰", + "text": "", + "type": 1, + "order": 3850, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "rolled-up newspaper", + "hexcode": "1F5DE", + "tags": [ + "news", + "newspaper", + "paper", + "rolled" + ], + "emoji": "🗞️", + "text": "🗞︎", + "type": 0, + "order": 3852, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "bookmark tabs", + "hexcode": "1F4D1", + "tags": [ + "bookmark", + "mark", + "marker", + "tabs" + ], + "emoji": "📑", + "text": "", + "type": 1, + "order": 3853, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "bookmark", + "hexcode": "1F516", + "tags": [ + "mark" + ], + "emoji": "🔖", + "text": "", + "type": 1, + "order": 3854, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "label", + "hexcode": "1F3F7", + "tags": [ + "label" + ], + "emoji": "🏷️", + "text": "🏷︎", + "type": 0, + "order": 3856, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "money bag", + "hexcode": "1F4B0", + "tags": [ + "bag", + "dollar", + "money", + "moneybag" + ], + "emoji": "💰️", + "text": "💰︎", + "type": 1, + "order": 3857, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "coin", + "hexcode": "1FA99", + "tags": [ + "gold", + "metal", + "money", + "silver", + "treasure" + ], + "emoji": "🪙", + "text": "", + "type": 1, + "order": 3858, + "group": 7, + "subgroup": 73, + "version": 13 + }, + { + "annotation": "yen banknote", + "hexcode": "1F4B4", + "tags": [ + "banknote", + "bill", + "currency", + "money", + "note", + "yen" + ], + "emoji": "💴", + "text": "", + "type": 1, + "order": 3859, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "dollar banknote", + "hexcode": "1F4B5", + "tags": [ + "banknote", + "bill", + "currency", + "dollar", + "money", + "note" + ], + "emoji": "💵", + "text": "", + "type": 1, + "order": 3860, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "euro banknote", + "hexcode": "1F4B6", + "tags": [ + "banknote", + "bill", + "currency", + "euro", + "money", + "note" + ], + "emoji": "💶", + "text": "", + "type": 1, + "order": 3861, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "pound banknote", + "hexcode": "1F4B7", + "tags": [ + "banknote", + "bill", + "currency", + "money", + "note", + "pound" + ], + "emoji": "💷", + "text": "", + "type": 1, + "order": 3862, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "money with wings", + "hexcode": "1F4B8", + "tags": [ + "banknote", + "bill", + "fly", + "money", + "wings" + ], + "emoji": "💸", + "text": "", + "type": 1, + "order": 3863, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "credit card", + "hexcode": "1F4B3", + "tags": [ + "card", + "credit", + "money" + ], + "emoji": "💳️", + "text": "💳︎", + "type": 1, + "order": 3864, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "receipt", + "hexcode": "1F9FE", + "tags": [ + "accounting", + "bookkeeping", + "evidence", + "proof" + ], + "emoji": "🧾", + "text": "", + "type": 1, + "order": 3865, + "group": 7, + "subgroup": 73, + "version": 11 + }, + { + "annotation": "chart increasing with yen", + "hexcode": "1F4B9", + "tags": [ + "chart", + "graph", + "growth", + "money", + "yen" + ], + "emoji": "💹", + "text": "", + "type": 1, + "order": 3866, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "envelope", + "hexcode": "2709", + "tags": [ + "email", + "letter" + ], + "emoji": "✉️", + "text": "✉︎", + "type": 0, + "order": 3868, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "e-mail", + "hexcode": "1F4E7", + "tags": [ + "email", + "letter", + "mail" + ], + "emoji": "📧", + "text": "", + "type": 1, + "order": 3869, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "incoming envelope", + "hexcode": "1F4E8", + "tags": [ + "e-mail", + "email", + "envelope", + "incoming", + "letter", + "receive" + ], + "emoji": "📨", + "text": "", + "type": 1, + "order": 3870, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "envelope with arrow", + "hexcode": "1F4E9", + "tags": [ + "arrow", + "e-mail", + "email", + "envelope", + "outgoing" + ], + "emoji": "📩", + "text": "", + "type": 1, + "order": 3871, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "outbox tray", + "hexcode": "1F4E4", + "tags": [ + "box", + "letter", + "mail", + "outbox", + "sent", + "tray" + ], + "emoji": "📤️", + "text": "📤︎", + "type": 1, + "order": 3872, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "inbox tray", + "hexcode": "1F4E5", + "tags": [ + "box", + "inbox", + "letter", + "mail", + "receive", + "tray" + ], + "emoji": "📥️", + "text": "📥︎", + "type": 1, + "order": 3873, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "package", + "hexcode": "1F4E6", + "tags": [ + "box", + "parcel" + ], + "emoji": "📦️", + "text": "📦︎", + "type": 1, + "order": 3874, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "closed mailbox with raised flag", + "hexcode": "1F4EB", + "tags": [ + "closed", + "mail", + "mailbox", + "postbox" + ], + "emoji": "📫️", + "text": "📫︎", + "type": 1, + "order": 3875, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "closed mailbox with lowered flag", + "hexcode": "1F4EA", + "tags": [ + "closed", + "lowered", + "mail", + "mailbox", + "postbox" + ], + "emoji": "📪️", + "text": "📪︎", + "type": 1, + "order": 3876, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "open mailbox with raised flag", + "hexcode": "1F4EC", + "tags": [ + "mail", + "mailbox", + "open", + "postbox" + ], + "emoji": "📬️", + "text": "📬︎", + "type": 1, + "order": 3877, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "open mailbox with lowered flag", + "hexcode": "1F4ED", + "tags": [ + "lowered", + "mail", + "mailbox", + "open", + "postbox" + ], + "emoji": "📭️", + "text": "📭︎", + "type": 1, + "order": 3878, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "postbox", + "hexcode": "1F4EE", + "tags": [ + "mail", + "mailbox" + ], + "emoji": "📮", + "text": "", + "type": 1, + "order": 3879, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "ballot box with ballot", + "hexcode": "1F5F3", + "tags": [ + "ballot", + "box" + ], + "emoji": "🗳️", + "text": "🗳︎", + "type": 0, + "order": 3881, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "pencil", + "hexcode": "270F", + "tags": [ + "pencil" + ], + "emoji": "✏️", + "text": "✏︎", + "type": 0, + "order": 3883, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "black nib", + "hexcode": "2712", + "tags": [ + "nib", + "pen" + ], + "emoji": "✒️", + "text": "✒︎", + "type": 0, + "order": 3885, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "fountain pen", + "hexcode": "1F58B", + "tags": [ + "fountain", + "pen" + ], + "emoji": "🖋️", + "text": "🖋︎", + "type": 0, + "order": 3887, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "pen", + "hexcode": "1F58A", + "tags": [ + "ballpoint" + ], + "emoji": "🖊️", + "text": "🖊︎", + "type": 0, + "order": 3889, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "paintbrush", + "hexcode": "1F58C", + "tags": [ + "painting" + ], + "emoji": "🖌️", + "text": "🖌︎", + "type": 0, + "order": 3891, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "crayon", + "hexcode": "1F58D", + "tags": [ + "crayon" + ], + "emoji": "🖍️", + "text": "🖍︎", + "type": 0, + "order": 3893, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "memo", + "hexcode": "1F4DD", + "tags": [ + "pencil" + ], + "emoji": "📝", + "text": "", + "type": 1, + "order": 3894, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "briefcase", + "hexcode": "1F4BC", + "tags": [ + "briefcase" + ], + "emoji": "💼", + "text": "", + "type": 1, + "order": 3895, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "file folder", + "hexcode": "1F4C1", + "tags": [ + "file", + "folder" + ], + "emoji": "📁", + "text": "", + "type": 1, + "order": 3896, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "open file folder", + "hexcode": "1F4C2", + "tags": [ + "file", + "folder", + "open" + ], + "emoji": "📂", + "text": "", + "type": 1, + "order": 3897, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "card index dividers", + "hexcode": "1F5C2", + "tags": [ + "card", + "dividers", + "index" + ], + "emoji": "🗂️", + "text": "🗂︎", + "type": 0, + "order": 3899, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "calendar", + "hexcode": "1F4C5", + "tags": [ + "date" + ], + "emoji": "📅", + "text": "", + "type": 1, + "order": 3900, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "tear-off calendar", + "hexcode": "1F4C6", + "tags": [ + "calendar" + ], + "emoji": "📆", + "text": "", + "type": 1, + "order": 3901, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "spiral notepad", + "hexcode": "1F5D2", + "tags": [ + "note", + "pad", + "spiral" + ], + "emoji": "🗒️", + "text": "🗒︎", + "type": 0, + "order": 3903, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "spiral calendar", + "hexcode": "1F5D3", + "tags": [ + "calendar", + "pad", + "spiral" + ], + "emoji": "🗓️", + "text": "🗓︎", + "type": 0, + "order": 3905, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "card index", + "hexcode": "1F4C7", + "tags": [ + "card", + "index", + "rolodex" + ], + "emoji": "📇", + "text": "", + "type": 1, + "order": 3906, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "chart increasing", + "hexcode": "1F4C8", + "tags": [ + "chart", + "graph", + "growth", + "trend", + "upward" + ], + "emoji": "📈", + "text": "", + "type": 1, + "order": 3907, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "chart decreasing", + "hexcode": "1F4C9", + "tags": [ + "chart", + "down", + "graph", + "trend" + ], + "emoji": "📉", + "text": "", + "type": 1, + "order": 3908, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "bar chart", + "hexcode": "1F4CA", + "tags": [ + "bar", + "chart", + "graph" + ], + "emoji": "📊", + "text": "", + "type": 1, + "order": 3909, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "clipboard", + "hexcode": "1F4CB", + "tags": [ + "clipboard" + ], + "emoji": "📋️", + "text": "📋︎", + "type": 1, + "order": 3910, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "pushpin", + "hexcode": "1F4CC", + "tags": [ + "pin" + ], + "emoji": "📌", + "text": "", + "type": 1, + "order": 3911, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "round pushpin", + "hexcode": "1F4CD", + "tags": [ + "pin", + "pushpin" + ], + "emoji": "📍", + "text": "", + "type": 1, + "order": 3912, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "paperclip", + "hexcode": "1F4CE", + "tags": [ + "paperclip" + ], + "emoji": "📎", + "text": "", + "type": 1, + "order": 3913, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "linked paperclips", + "hexcode": "1F587", + "tags": [ + "link", + "paperclip" + ], + "emoji": "🖇️", + "text": "🖇︎", + "type": 0, + "order": 3915, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "straight ruler", + "hexcode": "1F4CF", + "tags": [ + "ruler", + "straight edge" + ], + "emoji": "📏", + "text": "", + "type": 1, + "order": 3916, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "triangular ruler", + "hexcode": "1F4D0", + "tags": [ + "ruler", + "set", + "triangle" + ], + "emoji": "📐", + "text": "", + "type": 1, + "order": 3917, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "scissors", + "hexcode": "2702", + "tags": [ + "cutting", + "tool" + ], + "emoji": "✂️", + "text": "✂︎", + "type": 0, + "order": 3919, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "card file box", + "hexcode": "1F5C3", + "tags": [ + "box", + "card", + "file" + ], + "emoji": "🗃️", + "text": "🗃︎", + "type": 0, + "order": 3921, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "file cabinet", + "hexcode": "1F5C4", + "tags": [ + "cabinet", + "file", + "filing" + ], + "emoji": "🗄️", + "text": "🗄︎", + "type": 0, + "order": 3923, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "wastebasket", + "hexcode": "1F5D1", + "tags": [ + "wastebasket" + ], + "emoji": "🗑️", + "text": "🗑︎", + "type": 0, + "order": 3925, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "locked", + "hexcode": "1F512", + "tags": [ + "closed" + ], + "emoji": "🔒️", + "text": "🔒︎", + "type": 1, + "order": 3926, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "unlocked", + "hexcode": "1F513", + "tags": [ + "lock", + "open", + "unlock" + ], + "emoji": "🔓️", + "text": "🔓︎", + "type": 1, + "order": 3927, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "locked with pen", + "hexcode": "1F50F", + "tags": [ + "ink", + "lock", + "nib", + "pen", + "privacy" + ], + "emoji": "🔏", + "text": "", + "type": 1, + "order": 3928, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "locked with key", + "hexcode": "1F510", + "tags": [ + "closed", + "key", + "lock", + "secure" + ], + "emoji": "🔐", + "text": "", + "type": 1, + "order": 3929, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "key", + "hexcode": "1F511", + "tags": [ + "lock", + "password" + ], + "emoji": "🔑", + "text": "", + "type": 1, + "order": 3930, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "old key", + "hexcode": "1F5DD", + "tags": [ + "clue", + "key", + "lock", + "old" + ], + "emoji": "🗝️", + "text": "🗝︎", + "type": 0, + "order": 3932, + "group": 7, + "subgroup": 77, + "version": 0.7 + }, + { + "annotation": "hammer", + "hexcode": "1F528", + "tags": [ + "tool" + ], + "emoji": "🔨", + "text": "", + "type": 1, + "order": 3933, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "axe", + "hexcode": "1FA93", + "tags": [ + "chop", + "hatchet", + "split", + "wood" + ], + "emoji": "🪓", + "text": "", + "type": 1, + "order": 3934, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "pick", + "hexcode": "26CF", + "tags": [ + "mining", + "tool" + ], + "emoji": "⛏️", + "text": "⛏︎", + "type": 0, + "order": 3936, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "hammer and pick", + "hexcode": "2692", + "tags": [ + "hammer", + "pick", + "tool" + ], + "emoji": "⚒️", + "text": "⚒︎", + "type": 0, + "order": 3938, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "hammer and wrench", + "hexcode": "1F6E0", + "tags": [ + "hammer", + "spanner", + "tool", + "wrench" + ], + "emoji": "🛠️", + "text": "🛠︎", + "type": 0, + "order": 3940, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "dagger", + "hexcode": "1F5E1", + "tags": [ + "knife", + "weapon" + ], + "emoji": "🗡️", + "text": "🗡︎", + "type": 0, + "order": 3942, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "crossed swords", + "hexcode": "2694", + "tags": [ + "crossed", + "swords", + "weapon" + ], + "emoji": "⚔️", + "text": "⚔︎", + "type": 0, + "order": 3944, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "water pistol", + "hexcode": "1F52B", + "tags": [ + "gun", + "handgun", + "pistol", + "revolver", + "tool", + "water", + "weapon" + ], + "emoji": "🔫", + "text": "", + "type": 1, + "order": 3945, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "boomerang", + "hexcode": "1FA83", + "tags": [ + "australia", + "rebound", + "repercussion" + ], + "emoji": "🪃", + "text": "", + "type": 1, + "order": 3946, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "bow and arrow", + "hexcode": "1F3F9", + "tags": [ + "archer", + "arrow", + "bow", + "sagittarius", + "zodiac" + ], + "emoji": "🏹", + "text": "", + "type": 1, + "order": 3947, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "shield", + "hexcode": "1F6E1", + "tags": [ + "weapon" + ], + "emoji": "🛡️", + "text": "🛡︎", + "type": 0, + "order": 3949, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "carpentry saw", + "hexcode": "1FA9A", + "tags": [ + "carpenter", + "lumber", + "saw", + "tool" + ], + "emoji": "🪚", + "text": "", + "type": 1, + "order": 3950, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "wrench", + "hexcode": "1F527", + "tags": [ + "spanner", + "tool" + ], + "emoji": "🔧", + "text": "", + "type": 1, + "order": 3951, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "screwdriver", + "hexcode": "1FA9B", + "tags": [ + "screw", + "tool" + ], + "emoji": "🪛", + "text": "", + "type": 1, + "order": 3952, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "nut and bolt", + "hexcode": "1F529", + "tags": [ + "bolt", + "nut", + "tool" + ], + "emoji": "🔩", + "text": "", + "type": 1, + "order": 3953, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "gear", + "hexcode": "2699", + "tags": [ + "cog", + "cogwheel", + "tool" + ], + "emoji": "⚙️", + "text": "⚙︎", + "type": 0, + "order": 3955, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "clamp", + "hexcode": "1F5DC", + "tags": [ + "compress", + "tool", + "vice" + ], + "emoji": "🗜️", + "text": "🗜︎", + "type": 0, + "order": 3957, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "balance scale", + "hexcode": "2696", + "tags": [ + "balance", + "justice", + "libra", + "scale", + "zodiac" + ], + "emoji": "⚖️", + "text": "⚖︎", + "type": 0, + "order": 3959, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "white cane", + "hexcode": "1F9AF", + "tags": [ + "accessibility", + "blind" + ], + "emoji": "🦯", + "text": "", + "type": 1, + "order": 3960, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "link", + "hexcode": "1F517", + "tags": [ + "link" + ], + "emoji": "🔗", + "text": "", + "type": 1, + "order": 3961, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "chains", + "hexcode": "26D3", + "tags": [ + "chain" + ], + "emoji": "⛓️", + "text": "⛓︎", + "type": 0, + "order": 3963, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "hook", + "hexcode": "1FA9D", + "tags": [ + "catch", + "crook", + "curve", + "ensnare", + "selling point" + ], + "emoji": "🪝", + "text": "", + "type": 1, + "order": 3964, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "toolbox", + "hexcode": "1F9F0", + "tags": [ + "chest", + "mechanic", + "tool" + ], + "emoji": "🧰", + "text": "", + "type": 1, + "order": 3965, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "magnet", + "hexcode": "1F9F2", + "tags": [ + "attraction", + "horseshoe", + "magnetic" + ], + "emoji": "🧲", + "text": "", + "type": 1, + "order": 3966, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "ladder", + "hexcode": "1FA9C", + "tags": [ + "climb", + "rung", + "step" + ], + "emoji": "🪜", + "text": "", + "type": 1, + "order": 3967, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "alembic", + "hexcode": "2697", + "tags": [ + "chemistry", + "tool" + ], + "emoji": "⚗️", + "text": "⚗︎", + "type": 0, + "order": 3969, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "test tube", + "hexcode": "1F9EA", + "tags": [ + "chemist", + "chemistry", + "experiment", + "lab", + "science" + ], + "emoji": "🧪", + "text": "", + "type": 1, + "order": 3970, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "petri dish", + "hexcode": "1F9EB", + "tags": [ + "bacteria", + "biologist", + "biology", + "culture", + "lab" + ], + "emoji": "🧫", + "text": "", + "type": 1, + "order": 3971, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "dna", + "hexcode": "1F9EC", + "tags": [ + "biologist", + "evolution", + "gene", + "genetics", + "life" + ], + "emoji": "🧬", + "text": "", + "type": 1, + "order": 3972, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "microscope", + "hexcode": "1F52C", + "tags": [ + "science", + "tool" + ], + "emoji": "🔬", + "text": "", + "type": 1, + "order": 3973, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "telescope", + "hexcode": "1F52D", + "tags": [ + "science", + "tool" + ], + "emoji": "🔭", + "text": "", + "type": 1, + "order": 3974, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "satellite antenna", + "hexcode": "1F4E1", + "tags": [ + "antenna", + "dish", + "satellite" + ], + "emoji": "📡", + "text": "", + "type": 1, + "order": 3975, + "group": 7, + "subgroup": 79, + "version": 0.6 + }, + { + "annotation": "syringe", + "hexcode": "1F489", + "tags": [ + "medicine", + "needle", + "shot", + "sick" + ], + "emoji": "💉", + "text": "", + "type": 1, + "order": 3976, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "drop of blood", + "hexcode": "1FA78", + "tags": [ + "bleed", + "blood donation", + "injury", + "medicine", + "menstruation" + ], + "emoji": "🩸", + "text": "", + "type": 1, + "order": 3977, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "pill", + "hexcode": "1F48A", + "tags": [ + "doctor", + "medicine", + "sick" + ], + "emoji": "💊", + "text": "", + "type": 1, + "order": 3978, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "adhesive bandage", + "hexcode": "1FA79", + "tags": [ + "bandage" + ], + "emoji": "🩹", + "text": "", + "type": 1, + "order": 3979, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "stethoscope", + "hexcode": "1FA7A", + "tags": [ + "doctor", + "heart", + "medicine" + ], + "emoji": "🩺", + "text": "", + "type": 1, + "order": 3980, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "door", + "hexcode": "1F6AA", + "tags": [ + "door" + ], + "emoji": "🚪", + "text": "", + "type": 1, + "order": 3981, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "elevator", + "hexcode": "1F6D7", + "tags": [ + "accessibility", + "hoist", + "lift" + ], + "emoji": "🛗", + "text": "", + "type": 1, + "order": 3982, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "mirror", + "hexcode": "1FA9E", + "tags": [ + "reflection", + "reflector", + "speculum" + ], + "emoji": "🪞", + "text": "", + "type": 1, + "order": 3983, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "window", + "hexcode": "1FA9F", + "tags": [ + "frame", + "fresh air", + "opening", + "transparent", + "view" + ], + "emoji": "🪟", + "text": "", + "type": 1, + "order": 3984, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "bed", + "hexcode": "1F6CF", + "tags": [ + "hotel", + "sleep" + ], + "emoji": "🛏️", + "text": "🛏︎", + "type": 0, + "order": 3986, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "couch and lamp", + "hexcode": "1F6CB", + "tags": [ + "couch", + "hotel", + "lamp" + ], + "emoji": "🛋️", + "text": "🛋︎", + "type": 0, + "order": 3988, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "chair", + "hexcode": "1FA91", + "tags": [ + "seat", + "sit" + ], + "emoji": "🪑", + "text": "", + "type": 1, + "order": 3989, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "toilet", + "hexcode": "1F6BD", + "tags": [ + "toilet" + ], + "emoji": "🚽", + "text": "", + "type": 1, + "order": 3990, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "plunger", + "hexcode": "1FAA0", + "tags": [ + "force cup", + "plumber", + "suction", + "toilet" + ], + "emoji": "🪠", + "text": "", + "type": 1, + "order": 3991, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "shower", + "hexcode": "1F6BF", + "tags": [ + "water" + ], + "emoji": "🚿", + "text": "", + "type": 1, + "order": 3992, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "bathtub", + "hexcode": "1F6C1", + "tags": [ + "bath" + ], + "emoji": "🛁", + "text": "", + "type": 1, + "order": 3993, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "mouse trap", + "hexcode": "1FAA4", + "tags": [ + "bait", + "mousetrap", + "snare", + "trap" + ], + "emoji": "🪤", + "text": "", + "type": 1, + "order": 3994, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "razor", + "hexcode": "1FA92", + "tags": [ + "sharp", + "shave" + ], + "emoji": "🪒", + "text": "", + "type": 1, + "order": 3995, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "lotion bottle", + "hexcode": "1F9F4", + "tags": [ + "lotion", + "moisturizer", + "shampoo", + "sunscreen" + ], + "emoji": "🧴", + "text": "", + "type": 1, + "order": 3996, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "safety pin", + "hexcode": "1F9F7", + "tags": [ + "diaper", + "punk rock" + ], + "emoji": "🧷", + "text": "", + "type": 1, + "order": 3997, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "broom", + "hexcode": "1F9F9", + "tags": [ + "cleaning", + "sweeping", + "witch" + ], + "emoji": "🧹", + "text": "", + "type": 1, + "order": 3998, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "basket", + "hexcode": "1F9FA", + "tags": [ + "farming", + "laundry", + "picnic" + ], + "emoji": "🧺", + "text": "", + "type": 1, + "order": 3999, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "roll of paper", + "hexcode": "1F9FB", + "tags": [ + "paper towels", + "toilet paper" + ], + "emoji": "🧻", + "text": "", + "type": 1, + "order": 4000, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "bucket", + "hexcode": "1FAA3", + "tags": [ + "cask", + "pail", + "vat" + ], + "emoji": "🪣", + "text": "", + "type": 1, + "order": 4001, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "soap", + "hexcode": "1F9FC", + "tags": [ + "bar", + "bathing", + "cleaning", + "lather", + "soapdish" + ], + "emoji": "🧼", + "text": "", + "type": 1, + "order": 4002, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "toothbrush", + "hexcode": "1FAA5", + "tags": [ + "bathroom", + "brush", + "clean", + "dental", + "hygiene", + "teeth" + ], + "emoji": "🪥", + "text": "", + "type": 1, + "order": 4003, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "sponge", + "hexcode": "1F9FD", + "tags": [ + "absorbing", + "cleaning", + "porous" + ], + "emoji": "🧽", + "text": "", + "type": 1, + "order": 4004, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "fire extinguisher", + "hexcode": "1F9EF", + "tags": [ + "extinguish", + "fire", + "quench" + ], + "emoji": "🧯", + "text": "", + "type": 1, + "order": 4005, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "shopping cart", + "hexcode": "1F6D2", + "tags": [ + "cart", + "shopping", + "trolley" + ], + "emoji": "🛒", + "text": "", + "type": 1, + "order": 4006, + "group": 7, + "subgroup": 81, + "version": 3 + }, + { + "annotation": "cigarette", + "hexcode": "1F6AC", + "tags": [ + "smoking" + ], + "emoji": "🚬", + "text": "", + "type": 1, + "order": 4007, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "coffin", + "hexcode": "26B0", + "tags": [ + "death" + ], + "emoji": "⚰️", + "text": "⚰︎", + "type": 0, + "order": 4009, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "headstone", + "hexcode": "1FAA6", + "tags": [ + "cemetery", + "grave", + "graveyard", + "tombstone" + ], + "emoji": "🪦", + "text": "", + "type": 1, + "order": 4010, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "funeral urn", + "hexcode": "26B1", + "tags": [ + "ashes", + "death", + "funeral", + "urn" + ], + "emoji": "⚱️", + "text": "⚱︎", + "type": 0, + "order": 4012, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "moai", + "hexcode": "1F5FF", + "tags": [ + "face", + "moyai", + "statue" + ], + "emoji": "🗿", + "text": "", + "type": 1, + "order": 4013, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "placard", + "hexcode": "1FAA7", + "tags": [ + "demonstration", + "picket", + "protest", + "sign" + ], + "emoji": "🪧", + "text": "", + "type": 1, + "order": 4014, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "ATM sign", + "hexcode": "1F3E7", + "tags": [ + "atm", + "atm sign", + "automated", + "bank", + "teller" + ], + "emoji": "🏧", + "text": "", + "type": 1, + "order": 4015, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "litter in bin sign", + "hexcode": "1F6AE", + "tags": [ + "litter", + "litter bin" + ], + "emoji": "🚮", + "text": "", + "type": 1, + "order": 4016, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "potable water", + "hexcode": "1F6B0", + "tags": [ + "drinking", + "potable", + "water" + ], + "emoji": "🚰", + "text": "", + "type": 1, + "order": 4017, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "wheelchair symbol", + "hexcode": "267F", + "tags": [ + "access" + ], + "emoji": "♿️", + "text": "♿︎", + "type": 1, + "order": 4018, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "men’s room", + "hexcode": "1F6B9", + "tags": [ + "lavatory", + "man", + "restroom", + "wc" + ], + "emoji": "🚹️", + "text": "🚹︎", + "type": 1, + "order": 4019, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "women’s room", + "hexcode": "1F6BA", + "tags": [ + "lavatory", + "restroom", + "wc", + "woman" + ], + "emoji": "🚺️", + "text": "🚺︎", + "type": 1, + "order": 4020, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "restroom", + "hexcode": "1F6BB", + "tags": [ + "lavatory", + "wc" + ], + "emoji": "🚻", + "text": "", + "type": 1, + "order": 4021, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "baby symbol", + "hexcode": "1F6BC", + "tags": [ + "baby", + "changing" + ], + "emoji": "🚼️", + "text": "🚼︎", + "type": 1, + "order": 4022, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "water closet", + "hexcode": "1F6BE", + "tags": [ + "closet", + "lavatory", + "restroom", + "water", + "wc" + ], + "emoji": "🚾", + "text": "", + "type": 1, + "order": 4023, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "passport control", + "hexcode": "1F6C2", + "tags": [ + "control", + "passport" + ], + "emoji": "🛂", + "text": "", + "type": 1, + "order": 4024, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "customs", + "hexcode": "1F6C3", + "tags": [ + "customs" + ], + "emoji": "🛃", + "text": "", + "type": 1, + "order": 4025, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "baggage claim", + "hexcode": "1F6C4", + "tags": [ + "baggage", + "claim" + ], + "emoji": "🛄", + "text": "", + "type": 1, + "order": 4026, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "left luggage", + "hexcode": "1F6C5", + "tags": [ + "baggage", + "locker", + "luggage" + ], + "emoji": "🛅", + "text": "", + "type": 1, + "order": 4027, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "warning", + "hexcode": "26A0", + "tags": [ + "warning" + ], + "emoji": "⚠️", + "text": "⚠︎", + "type": 0, + "order": 4029, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "children crossing", + "hexcode": "1F6B8", + "tags": [ + "child", + "crossing", + "pedestrian", + "traffic" + ], + "emoji": "🚸", + "text": "", + "type": 1, + "order": 4030, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "no entry", + "hexcode": "26D4", + "tags": [ + "entry", + "forbidden", + "no", + "not", + "prohibited", + "traffic" + ], + "emoji": "⛔️", + "text": "⛔︎", + "type": 1, + "order": 4031, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "prohibited", + "hexcode": "1F6AB", + "tags": [ + "entry", + "forbidden", + "no", + "not" + ], + "emoji": "🚫", + "text": "", + "type": 1, + "order": 4032, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "no bicycles", + "hexcode": "1F6B3", + "tags": [ + "bicycle", + "bike", + "forbidden", + "no", + "prohibited" + ], + "emoji": "🚳", + "text": "", + "type": 1, + "order": 4033, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "no smoking", + "hexcode": "1F6AD", + "tags": [ + "forbidden", + "no", + "not", + "prohibited", + "smoking" + ], + "emoji": "🚭️", + "text": "🚭︎", + "type": 1, + "order": 4034, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "no littering", + "hexcode": "1F6AF", + "tags": [ + "forbidden", + "litter", + "no", + "not", + "prohibited" + ], + "emoji": "🚯", + "text": "", + "type": 1, + "order": 4035, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "non-potable water", + "hexcode": "1F6B1", + "tags": [ + "non-drinking", + "non-potable", + "water" + ], + "emoji": "🚱", + "text": "", + "type": 1, + "order": 4036, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "no pedestrians", + "hexcode": "1F6B7", + "tags": [ + "forbidden", + "no", + "not", + "pedestrian", + "prohibited" + ], + "emoji": "🚷", + "text": "", + "type": 1, + "order": 4037, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "no mobile phones", + "hexcode": "1F4F5", + "tags": [ + "cell", + "forbidden", + "mobile", + "no", + "phone" + ], + "emoji": "📵", + "text": "", + "type": 1, + "order": 4038, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "no one under eighteen", + "hexcode": "1F51E", + "tags": [ + "18", + "age restriction", + "eighteen", + "prohibited", + "underage" + ], + "emoji": "🔞", + "text": "", + "type": 1, + "order": 4039, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "radioactive", + "hexcode": "2622", + "tags": [ + "sign" + ], + "emoji": "☢️", + "text": "☢︎", + "type": 0, + "order": 4041, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "biohazard", + "hexcode": "2623", + "tags": [ + "sign" + ], + "emoji": "☣️", + "text": "☣︎", + "type": 0, + "order": 4043, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "up arrow", + "hexcode": "2B06", + "tags": [ + "arrow", + "cardinal", + "direction", + "north" + ], + "emoji": "⬆️", + "text": "⬆︎", + "type": 0, + "order": 4045, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "up-right arrow", + "hexcode": "2197", + "tags": [ + "arrow", + "direction", + "intercardinal", + "northeast" + ], + "emoji": "↗️", + "text": "↗︎", + "type": 0, + "order": 4047, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "right arrow", + "hexcode": "27A1", + "tags": [ + "arrow", + "cardinal", + "direction", + "east" + ], + "emoji": "➡️", + "text": "➡︎", + "type": 0, + "order": 4049, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "down-right arrow", + "hexcode": "2198", + "tags": [ + "arrow", + "direction", + "intercardinal", + "southeast" + ], + "emoji": "↘️", + "text": "↘︎", + "type": 0, + "order": 4051, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "down arrow", + "hexcode": "2B07", + "tags": [ + "arrow", + "cardinal", + "direction", + "down", + "south" + ], + "emoji": "⬇️", + "text": "⬇︎", + "type": 0, + "order": 4053, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "down-left arrow", + "hexcode": "2199", + "tags": [ + "arrow", + "direction", + "intercardinal", + "southwest" + ], + "emoji": "↙️", + "text": "↙︎", + "type": 0, + "order": 4055, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "left arrow", + "hexcode": "2B05", + "tags": [ + "arrow", + "cardinal", + "direction", + "west" + ], + "emoji": "⬅️", + "text": "⬅︎", + "type": 0, + "order": 4057, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "up-left arrow", + "hexcode": "2196", + "tags": [ + "arrow", + "direction", + "intercardinal", + "northwest" + ], + "emoji": "↖️", + "text": "↖︎", + "type": 0, + "order": 4059, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "up-down arrow", + "hexcode": "2195", + "tags": [ + "arrow" + ], + "emoji": "↕️", + "text": "↕︎", + "type": 0, + "order": 4061, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "left-right arrow", + "hexcode": "2194", + "tags": [ + "arrow" + ], + "emoji": "↔️", + "text": "↔︎", + "type": 0, + "order": 4063, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "right arrow curving left", + "hexcode": "21A9", + "tags": [ + "arrow" + ], + "emoji": "↩️", + "text": "↩︎", + "type": 0, + "order": 4065, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "left arrow curving right", + "hexcode": "21AA", + "tags": [ + "arrow" + ], + "emoji": "↪️", + "text": "↪︎", + "type": 0, + "order": 4067, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "right arrow curving up", + "hexcode": "2934", + "tags": [ + "arrow" + ], + "emoji": "⤴️", + "text": "⤴︎", + "type": 0, + "order": 4069, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "right arrow curving down", + "hexcode": "2935", + "tags": [ + "arrow", + "down" + ], + "emoji": "⤵️", + "text": "⤵︎", + "type": 0, + "order": 4071, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "clockwise vertical arrows", + "hexcode": "1F503", + "tags": [ + "arrow", + "clockwise", + "reload" + ], + "emoji": "🔃", + "text": "", + "type": 1, + "order": 4072, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "counterclockwise arrows button", + "hexcode": "1F504", + "tags": [ + "anticlockwise", + "arrow", + "counterclockwise", + "withershins" + ], + "emoji": "🔄", + "text": "", + "type": 1, + "order": 4073, + "group": 8, + "subgroup": 85, + "version": 1 + }, + { + "annotation": "BACK arrow", + "hexcode": "1F519", + "tags": [ + "arrow", + "back", + "back arrow" + ], + "emoji": "🔙", + "text": "", + "type": 1, + "order": 4074, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "END arrow", + "hexcode": "1F51A", + "tags": [ + "arrow", + "end", + "end arrow" + ], + "emoji": "🔚", + "text": "", + "type": 1, + "order": 4075, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "ON! arrow", + "hexcode": "1F51B", + "tags": [ + "arrow", + "mark", + "on", + "on! arrow" + ], + "emoji": "🔛", + "text": "", + "type": 1, + "order": 4076, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "SOON arrow", + "hexcode": "1F51C", + "tags": [ + "arrow", + "soon", + "soon arrow" + ], + "emoji": "🔜", + "text": "", + "type": 1, + "order": 4077, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "TOP arrow", + "hexcode": "1F51D", + "tags": [ + "arrow", + "top", + "top arrow", + "up" + ], + "emoji": "🔝", + "text": "", + "type": 1, + "order": 4078, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "place of worship", + "hexcode": "1F6D0", + "tags": [ + "religion", + "worship" + ], + "emoji": "🛐", + "text": "", + "type": 1, + "order": 4079, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "atom symbol", + "hexcode": "269B", + "tags": [ + "atheist", + "atom" + ], + "emoji": "⚛️", + "text": "⚛︎", + "type": 0, + "order": 4081, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "om", + "hexcode": "1F549", + "tags": [ + "hindu", + "religion" + ], + "emoji": "🕉️", + "text": "🕉︎", + "type": 0, + "order": 4083, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "star of David", + "hexcode": "2721", + "tags": [ + "david", + "jew", + "jewish", + "religion", + "star", + "star of david" + ], + "emoji": "✡️", + "text": "✡︎", + "type": 0, + "order": 4085, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "wheel of dharma", + "hexcode": "2638", + "tags": [ + "buddhist", + "dharma", + "religion", + "wheel" + ], + "emoji": "☸️", + "text": "☸︎", + "type": 0, + "order": 4087, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "yin yang", + "hexcode": "262F", + "tags": [ + "religion", + "tao", + "taoist", + "yang", + "yin" + ], + "emoji": "☯️", + "text": "☯︎", + "type": 0, + "order": 4089, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "latin cross", + "hexcode": "271D", + "tags": [ + "christian", + "cross", + "religion" + ], + "emoji": "✝️", + "text": "✝︎", + "type": 0, + "order": 4091, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "orthodox cross", + "hexcode": "2626", + "tags": [ + "christian", + "cross", + "religion" + ], + "emoji": "☦️", + "text": "☦︎", + "type": 0, + "order": 4093, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "star and crescent", + "hexcode": "262A", + "tags": [ + "islam", + "muslim", + "religion" + ], + "emoji": "☪️", + "text": "☪︎", + "type": 0, + "order": 4095, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "peace symbol", + "hexcode": "262E", + "tags": [ + "peace" + ], + "emoji": "☮️", + "text": "☮︎", + "type": 0, + "order": 4097, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "menorah", + "hexcode": "1F54E", + "tags": [ + "candelabrum", + "candlestick", + "religion" + ], + "emoji": "🕎", + "text": "", + "type": 1, + "order": 4098, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "dotted six-pointed star", + "hexcode": "1F52F", + "tags": [ + "fortune", + "star" + ], + "emoji": "🔯", + "text": "", + "type": 1, + "order": 4099, + "group": 8, + "subgroup": 86, + "version": 0.6 + }, + { + "annotation": "Aries", + "hexcode": "2648", + "tags": [ + "aries", + "ram", + "zodiac" + ], + "emoji": "♈️", + "text": "♈︎", + "type": 1, + "order": 4100, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Taurus", + "hexcode": "2649", + "tags": [ + "bull", + "ox", + "taurus", + "zodiac" + ], + "emoji": "♉️", + "text": "♉︎", + "type": 1, + "order": 4101, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Gemini", + "hexcode": "264A", + "tags": [ + "gemini", + "twins", + "zodiac" + ], + "emoji": "♊️", + "text": "♊︎", + "type": 1, + "order": 4102, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Cancer", + "hexcode": "264B", + "tags": [ + "cancer", + "crab", + "zodiac" + ], + "emoji": "♋️", + "text": "♋︎", + "type": 1, + "order": 4103, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Leo", + "hexcode": "264C", + "tags": [ + "leo", + "lion", + "zodiac" + ], + "emoji": "♌️", + "text": "♌︎", + "type": 1, + "order": 4104, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Virgo", + "hexcode": "264D", + "tags": [ + "virgo", + "zodiac" + ], + "emoji": "♍️", + "text": "♍︎", + "type": 1, + "order": 4105, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Libra", + "hexcode": "264E", + "tags": [ + "balance", + "justice", + "libra", + "scales", + "zodiac" + ], + "emoji": "♎️", + "text": "♎︎", + "type": 1, + "order": 4106, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Scorpio", + "hexcode": "264F", + "tags": [ + "scorpio", + "scorpion", + "scorpius", + "zodiac" + ], + "emoji": "♏️", + "text": "♏︎", + "type": 1, + "order": 4107, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Sagittarius", + "hexcode": "2650", + "tags": [ + "archer", + "sagittarius", + "zodiac" + ], + "emoji": "♐️", + "text": "♐︎", + "type": 1, + "order": 4108, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Capricorn", + "hexcode": "2651", + "tags": [ + "capricorn", + "goat", + "zodiac" + ], + "emoji": "♑️", + "text": "♑︎", + "type": 1, + "order": 4109, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Aquarius", + "hexcode": "2652", + "tags": [ + "aquarius", + "bearer", + "water", + "zodiac" + ], + "emoji": "♒️", + "text": "♒︎", + "type": 1, + "order": 4110, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Pisces", + "hexcode": "2653", + "tags": [ + "fish", + "pisces", + "zodiac" + ], + "emoji": "♓️", + "text": "♓︎", + "type": 1, + "order": 4111, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Ophiuchus", + "hexcode": "26CE", + "tags": [ + "bearer", + "ophiuchus", + "serpent", + "snake", + "zodiac" + ], + "emoji": "⛎", + "text": "", + "type": 1, + "order": 4112, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "shuffle tracks button", + "hexcode": "1F500", + "tags": [ + "arrow", + "crossed" + ], + "emoji": "🔀", + "text": "", + "type": 1, + "order": 4113, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "repeat button", + "hexcode": "1F501", + "tags": [ + "arrow", + "clockwise", + "repeat" + ], + "emoji": "🔁", + "text": "", + "type": 1, + "order": 4114, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "repeat single button", + "hexcode": "1F502", + "tags": [ + "arrow", + "clockwise", + "once" + ], + "emoji": "🔂", + "text": "", + "type": 1, + "order": 4115, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "play button", + "hexcode": "25B6", + "tags": [ + "arrow", + "play", + "right", + "triangle" + ], + "emoji": "▶️", + "text": "▶︎", + "type": 0, + "order": 4117, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "fast-forward button", + "hexcode": "23E9", + "tags": [ + "arrow", + "double", + "fast", + "forward" + ], + "emoji": "⏩️", + "text": "⏩︎", + "type": 1, + "order": 4118, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "next track button", + "hexcode": "23ED", + "tags": [ + "arrow", + "next scene", + "next track", + "triangle" + ], + "emoji": "⏭️", + "text": "⏭︎", + "type": 0, + "order": 4120, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "play or pause button", + "hexcode": "23EF", + "tags": [ + "arrow", + "pause", + "play", + "right", + "triangle" + ], + "emoji": "⏯️", + "text": "⏯︎", + "type": 0, + "order": 4122, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "reverse button", + "hexcode": "25C0", + "tags": [ + "arrow", + "left", + "reverse", + "triangle" + ], + "emoji": "◀️", + "text": "◀︎", + "type": 0, + "order": 4124, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "fast reverse button", + "hexcode": "23EA", + "tags": [ + "arrow", + "double", + "rewind" + ], + "emoji": "⏪️", + "text": "⏪︎", + "type": 1, + "order": 4125, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "last track button", + "hexcode": "23EE", + "tags": [ + "arrow", + "previous scene", + "previous track", + "triangle" + ], + "emoji": "⏮️", + "text": "⏮︎", + "type": 0, + "order": 4127, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "upwards button", + "hexcode": "1F53C", + "tags": [ + "arrow", + "button", + "red" + ], + "emoji": "🔼", + "text": "", + "type": 1, + "order": 4128, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "fast up button", + "hexcode": "23EB", + "tags": [ + "arrow", + "double" + ], + "emoji": "⏫", + "text": "", + "type": 1, + "order": 4129, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "downwards button", + "hexcode": "1F53D", + "tags": [ + "arrow", + "button", + "down", + "red" + ], + "emoji": "🔽", + "text": "", + "type": 1, + "order": 4130, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "fast down button", + "hexcode": "23EC", + "tags": [ + "arrow", + "double", + "down" + ], + "emoji": "⏬", + "text": "", + "type": 1, + "order": 4131, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "pause button", + "hexcode": "23F8", + "tags": [ + "bar", + "double", + "pause", + "vertical" + ], + "emoji": "⏸️", + "text": "⏸︎", + "type": 0, + "order": 4133, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "stop button", + "hexcode": "23F9", + "tags": [ + "square", + "stop" + ], + "emoji": "⏹️", + "text": "⏹︎", + "type": 0, + "order": 4135, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "record button", + "hexcode": "23FA", + "tags": [ + "circle", + "record" + ], + "emoji": "⏺️", + "text": "⏺︎", + "type": 0, + "order": 4137, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "eject button", + "hexcode": "23CF", + "tags": [ + "eject" + ], + "emoji": "⏏️", + "text": "⏏︎", + "type": 0, + "order": 4139, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "cinema", + "hexcode": "1F3A6", + "tags": [ + "camera", + "film", + "movie" + ], + "emoji": "🎦", + "text": "", + "type": 1, + "order": 4140, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "dim button", + "hexcode": "1F505", + "tags": [ + "brightness", + "dim", + "low" + ], + "emoji": "🔅", + "text": "", + "type": 1, + "order": 4141, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "bright button", + "hexcode": "1F506", + "tags": [ + "bright", + "brightness" + ], + "emoji": "🔆", + "text": "", + "type": 1, + "order": 4142, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "antenna bars", + "hexcode": "1F4F6", + "tags": [ + "antenna", + "bar", + "cell", + "mobile", + "phone" + ], + "emoji": "📶", + "text": "", + "type": 1, + "order": 4143, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "vibration mode", + "hexcode": "1F4F3", + "tags": [ + "cell", + "mobile", + "mode", + "phone", + "telephone", + "vibration" + ], + "emoji": "📳", + "text": "", + "type": 1, + "order": 4144, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "mobile phone off", + "hexcode": "1F4F4", + "tags": [ + "cell", + "mobile", + "off", + "phone", + "telephone" + ], + "emoji": "📴", + "text": "", + "type": 1, + "order": 4145, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "female sign", + "hexcode": "2640", + "tags": [ + "woman" + ], + "emoji": "♀️", + "text": "♀︎", + "type": 0, + "order": 4147, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "male sign", + "hexcode": "2642", + "tags": [ + "man" + ], + "emoji": "♂️", + "text": "♂︎", + "type": 0, + "order": 4149, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "transgender symbol", + "hexcode": "26A7", + "tags": [ + "transgender" + ], + "emoji": "⚧️", + "text": "⚧︎", + "type": 0, + "order": 4151, + "group": 8, + "subgroup": 89, + "version": 13 + }, + { + "annotation": "multiply", + "hexcode": "2716", + "tags": [ + "cancel", + "multiplication", + "sign", + "x", + "×" + ], + "emoji": "✖️", + "text": "✖︎", + "type": 0, + "order": 4153, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "plus", + "hexcode": "2795", + "tags": [ + "+", + "math", + "sign" + ], + "emoji": "➕", + "text": "", + "type": 1, + "order": 4154, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "minus", + "hexcode": "2796", + "tags": [ + "-", + "math", + "sign", + "−" + ], + "emoji": "➖", + "text": "", + "type": 1, + "order": 4155, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "divide", + "hexcode": "2797", + "tags": [ + "division", + "math", + "sign", + "÷" + ], + "emoji": "➗", + "text": "", + "type": 1, + "order": 4156, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "infinity", + "hexcode": "267E", + "tags": [ + "forever", + "unbounded", + "universal" + ], + "emoji": "♾️", + "text": "♾︎", + "type": 0, + "order": 4158, + "group": 8, + "subgroup": 90, + "version": 11 + }, + { + "annotation": "double exclamation mark", + "hexcode": "203C", + "tags": [ + "!", + "!!", + "bangbang", + "exclamation", + "mark" + ], + "emoji": "‼️", + "text": "‼︎", + "type": 0, + "order": 4160, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "exclamation question mark", + "hexcode": "2049", + "tags": [ + "!", + "!?", + "?", + "exclamation", + "interrobang", + "mark", + "punctuation", + "question" + ], + "emoji": "⁉️", + "text": "⁉︎", + "type": 0, + "order": 4162, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "red question mark", + "hexcode": "2753", + "tags": [ + "?", + "mark", + "punctuation", + "question" + ], + "emoji": "❓️", + "text": "❓︎", + "type": 1, + "order": 4163, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "white question mark", + "hexcode": "2754", + "tags": [ + "?", + "mark", + "outlined", + "punctuation", + "question" + ], + "emoji": "❔", + "text": "", + "type": 1, + "order": 4164, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "white exclamation mark", + "hexcode": "2755", + "tags": [ + "!", + "exclamation", + "mark", + "outlined", + "punctuation" + ], + "emoji": "❕", + "text": "", + "type": 1, + "order": 4165, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "red exclamation mark", + "hexcode": "2757", + "tags": [ + "!", + "exclamation", + "mark", + "punctuation" + ], + "emoji": "❗️", + "text": "❗︎", + "type": 1, + "order": 4166, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "wavy dash", + "hexcode": "3030", + "tags": [ + "dash", + "punctuation", + "wavy" + ], + "emoji": "〰️", + "text": "〰︎", + "type": 0, + "order": 4168, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "currency exchange", + "hexcode": "1F4B1", + "tags": [ + "bank", + "currency", + "exchange", + "money" + ], + "emoji": "💱", + "text": "", + "type": 1, + "order": 4169, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "heavy dollar sign", + "hexcode": "1F4B2", + "tags": [ + "currency", + "dollar", + "money" + ], + "emoji": "💲", + "text": "", + "type": 1, + "order": 4170, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "medical symbol", + "hexcode": "2695", + "tags": [ + "aesculapius", + "medicine", + "staff" + ], + "emoji": "⚕️", + "text": "⚕︎", + "type": 0, + "order": 4172, + "group": 8, + "subgroup": 93, + "version": 4 + }, + { + "annotation": "recycling symbol", + "hexcode": "267B", + "tags": [ + "recycle" + ], + "emoji": "♻️", + "text": "♻︎", + "type": 0, + "order": 4174, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "fleur-de-lis", + "hexcode": "269C", + "tags": [ + "fleur-de-lis" + ], + "emoji": "⚜️", + "text": "⚜︎", + "type": 0, + "order": 4176, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "trident emblem", + "hexcode": "1F531", + "tags": [ + "anchor", + "emblem", + "ship", + "tool", + "trident" + ], + "emoji": "🔱", + "text": "", + "type": 1, + "order": 4177, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "name badge", + "hexcode": "1F4DB", + "tags": [ + "badge", + "name" + ], + "emoji": "📛", + "text": "", + "type": 1, + "order": 4178, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Japanese symbol for beginner", + "hexcode": "1F530", + "tags": [ + "beginner", + "chevron", + "japanese", + "japanese symbol for beginner", + "leaf" + ], + "emoji": "🔰", + "text": "", + "type": 1, + "order": 4179, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "hollow red circle", + "hexcode": "2B55", + "tags": [ + "circle", + "large", + "o", + "red" + ], + "emoji": "⭕️", + "text": "⭕︎", + "type": 1, + "order": 4180, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "check mark button", + "hexcode": "2705", + "tags": [ + "button", + "check", + "mark", + "✓" + ], + "emoji": "✅", + "text": "", + "type": 1, + "order": 4181, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "check box with check", + "hexcode": "2611", + "tags": [ + "box", + "check", + "✓" + ], + "emoji": "☑️", + "text": "☑︎", + "type": 0, + "order": 4183, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "check mark", + "hexcode": "2714", + "tags": [ + "check", + "mark", + "✓" + ], + "emoji": "✔️", + "text": "✔︎", + "type": 0, + "order": 4185, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "cross mark", + "hexcode": "274C", + "tags": [ + "cancel", + "cross", + "mark", + "multiplication", + "multiply", + "x", + "×" + ], + "emoji": "❌", + "text": "", + "type": 1, + "order": 4186, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "cross mark button", + "hexcode": "274E", + "tags": [ + "mark", + "square", + "x", + "×" + ], + "emoji": "❎", + "text": "", + "type": 1, + "order": 4187, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "curly loop", + "hexcode": "27B0", + "tags": [ + "curl", + "loop" + ], + "emoji": "➰", + "text": "", + "type": 1, + "order": 4188, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "double curly loop", + "hexcode": "27BF", + "tags": [ + "curl", + "double", + "loop" + ], + "emoji": "➿", + "text": "", + "type": 1, + "order": 4189, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "part alternation mark", + "hexcode": "303D", + "tags": [ + "mark", + "part" + ], + "emoji": "〽️", + "text": "〽︎", + "type": 0, + "order": 4191, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "eight-spoked asterisk", + "hexcode": "2733", + "tags": [ + "*", + "asterisk" + ], + "emoji": "✳️", + "text": "✳︎", + "type": 0, + "order": 4193, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "eight-pointed star", + "hexcode": "2734", + "tags": [ + "*", + "star" + ], + "emoji": "✴️", + "text": "✴︎", + "type": 0, + "order": 4195, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "sparkle", + "hexcode": "2747", + "tags": [ + "*" + ], + "emoji": "❇️", + "text": "❇︎", + "type": 0, + "order": 4197, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "copyright", + "hexcode": "00A9", + "tags": [ + "c" + ], + "emoji": "©️", + "text": "©︎", + "type": 0, + "order": 4199, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "registered", + "hexcode": "00AE", + "tags": [ + "r" + ], + "emoji": "®️", + "text": "®︎", + "type": 0, + "order": 4201, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "trade mark", + "hexcode": "2122", + "tags": [ + "mark", + "tm", + "trademark" + ], + "emoji": "™️", + "text": "™︎", + "type": 0, + "order": 4203, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "keycap: #", + "hexcode": "0023-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "#️⃣", + "text": "", + "type": 1, + "order": 4204, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: *", + "hexcode": "002A-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "*️⃣", + "text": "", + "type": 1, + "order": 4206, + "group": 8, + "subgroup": 94, + "version": 2 + }, + { + "annotation": "keycap: 0", + "hexcode": "0030-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "0️⃣", + "text": "", + "type": 1, + "order": 4208, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 1", + "hexcode": "0031-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "1️⃣", + "text": "", + "type": 1, + "order": 4210, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 2", + "hexcode": "0032-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "2️⃣", + "text": "", + "type": 1, + "order": 4212, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 3", + "hexcode": "0033-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "3️⃣", + "text": "", + "type": 1, + "order": 4214, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 4", + "hexcode": "0034-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "4️⃣", + "text": "", + "type": 1, + "order": 4216, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 5", + "hexcode": "0035-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "5️⃣", + "text": "", + "type": 1, + "order": 4218, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 6", + "hexcode": "0036-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "6️⃣", + "text": "", + "type": 1, + "order": 4220, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 7", + "hexcode": "0037-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "7️⃣", + "text": "", + "type": 1, + "order": 4222, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 8", + "hexcode": "0038-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "8️⃣", + "text": "", + "type": 1, + "order": 4224, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 9", + "hexcode": "0039-FE0F-20E3", + "tags": [ + "keycap" + ], + "emoji": "9️⃣", + "text": "", + "type": 1, + "order": 4226, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "keycap: 10", + "hexcode": "1F51F", + "tags": [ + "keycap" + ], + "emoji": "🔟", + "text": "", + "type": 1, + "order": 4228, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "input latin uppercase", + "hexcode": "1F520", + "tags": [ + "abcd", + "input", + "latin", + "letters", + "uppercase" + ], + "emoji": "🔠", + "text": "", + "type": 1, + "order": 4229, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "input latin lowercase", + "hexcode": "1F521", + "tags": [ + "abcd", + "input", + "latin", + "letters", + "lowercase" + ], + "emoji": "🔡", + "text": "", + "type": 1, + "order": 4230, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "input numbers", + "hexcode": "1F522", + "tags": [ + "1234", + "input", + "numbers" + ], + "emoji": "🔢", + "text": "", + "type": 1, + "order": 4231, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "input symbols", + "hexcode": "1F523", + "tags": [ + "input", + "〒♪&%" + ], + "emoji": "🔣", + "text": "", + "type": 1, + "order": 4232, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "input latin letters", + "hexcode": "1F524", + "tags": [ + "abc", + "alphabet", + "input", + "latin", + "letters" + ], + "emoji": "🔤", + "text": "", + "type": 1, + "order": 4233, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "A button (blood type)", + "hexcode": "1F170", + "tags": [ + "a", + "a button (blood type)", + "blood type" + ], + "emoji": "🅰️", + "text": "🅰︎", + "type": 0, + "order": 4235, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "AB button (blood type)", + "hexcode": "1F18E", + "tags": [ + "ab", + "ab button (blood type)", + "blood type" + ], + "emoji": "🆎", + "text": "", + "type": 1, + "order": 4236, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "B button (blood type)", + "hexcode": "1F171", + "tags": [ + "b", + "b button (blood type)", + "blood type" + ], + "emoji": "🅱️", + "text": "🅱︎", + "type": 0, + "order": 4238, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "CL button", + "hexcode": "1F191", + "tags": [ + "cl", + "cl button" + ], + "emoji": "🆑", + "text": "", + "type": 1, + "order": 4239, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "COOL button", + "hexcode": "1F192", + "tags": [ + "cool", + "cool button" + ], + "emoji": "🆒", + "text": "", + "type": 1, + "order": 4240, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "FREE button", + "hexcode": "1F193", + "tags": [ + "free", + "free button" + ], + "emoji": "🆓", + "text": "", + "type": 1, + "order": 4241, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "information", + "hexcode": "2139", + "tags": [ + "i" + ], + "emoji": "ℹ️", + "text": "ℹ︎", + "type": 0, + "order": 4243, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ID button", + "hexcode": "1F194", + "tags": [ + "id", + "id button", + "identity" + ], + "emoji": "🆔", + "text": "", + "type": 1, + "order": 4244, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "circled M", + "hexcode": "24C2", + "tags": [ + "circle", + "circled m", + "m" + ], + "emoji": "Ⓜ️", + "text": "Ⓜ︎", + "type": 0, + "order": 4246, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "NEW button", + "hexcode": "1F195", + "tags": [ + "new", + "new button" + ], + "emoji": "🆕", + "text": "", + "type": 1, + "order": 4247, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "NG button", + "hexcode": "1F196", + "tags": [ + "ng", + "ng button" + ], + "emoji": "🆖", + "text": "", + "type": 1, + "order": 4248, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "O button (blood type)", + "hexcode": "1F17E", + "tags": [ + "blood type", + "o", + "o button (blood type)" + ], + "emoji": "🅾️", + "text": "🅾︎", + "type": 0, + "order": 4250, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "OK button", + "hexcode": "1F197", + "tags": [ + "ok", + "ok button" + ], + "emoji": "🆗", + "text": "", + "type": 1, + "order": 4251, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "P button", + "hexcode": "1F17F", + "tags": [ + "p button", + "parking" + ], + "emoji": "🅿️", + "text": "🅿︎", + "type": 0, + "order": 4253, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "SOS button", + "hexcode": "1F198", + "tags": [ + "help", + "sos", + "sos button" + ], + "emoji": "🆘", + "text": "", + "type": 1, + "order": 4254, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "UP! button", + "hexcode": "1F199", + "tags": [ + "mark", + "up", + "up! button" + ], + "emoji": "🆙", + "text": "", + "type": 1, + "order": 4255, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "VS button", + "hexcode": "1F19A", + "tags": [ + "versus", + "vs", + "vs button" + ], + "emoji": "🆚", + "text": "", + "type": 1, + "order": 4256, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “here” button", + "hexcode": "1F201", + "tags": [ + "japanese", + "japanese “here” button", + "katakana", + "“here”", + "ココ" + ], + "emoji": "🈁", + "text": "", + "type": 1, + "order": 4257, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “service charge” button", + "hexcode": "1F202", + "tags": [ + "japanese", + "japanese “service charge” button", + "katakana", + "“service charge”", + "サ" + ], + "emoji": "🈂️", + "text": "🈂︎", + "type": 0, + "order": 4259, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “monthly amount” button", + "hexcode": "1F237", + "tags": [ + "ideograph", + "japanese", + "japanese “monthly amount” button", + "“monthly amount”", + "月" + ], + "emoji": "🈷️", + "text": "🈷︎", + "type": 0, + "order": 4261, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “not free of charge” button", + "hexcode": "1F236", + "tags": [ + "ideograph", + "japanese", + "japanese “not free of charge” button", + "“not free of charge”", + "有" + ], + "emoji": "🈶", + "text": "", + "type": 1, + "order": 4262, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “reserved” button", + "hexcode": "1F22F", + "tags": [ + "ideograph", + "japanese", + "japanese “reserved” button", + "“reserved”", + "指" + ], + "emoji": "🈯️", + "text": "🈯︎", + "type": 1, + "order": 4263, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “bargain” button", + "hexcode": "1F250", + "tags": [ + "ideograph", + "japanese", + "japanese “bargain” button", + "“bargain”", + "得" + ], + "emoji": "🉐", + "text": "", + "type": 1, + "order": 4264, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “discount” button", + "hexcode": "1F239", + "tags": [ + "ideograph", + "japanese", + "japanese “discount” button", + "“discount”", + "割" + ], + "emoji": "🈹", + "text": "", + "type": 1, + "order": 4265, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “free of charge” button", + "hexcode": "1F21A", + "tags": [ + "ideograph", + "japanese", + "japanese “free of charge” button", + "“free of charge”", + "無" + ], + "emoji": "🈚️", + "text": "🈚︎", + "type": 1, + "order": 4266, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “prohibited” button", + "hexcode": "1F232", + "tags": [ + "ideograph", + "japanese", + "japanese “prohibited” button", + "“prohibited”", + "禁" + ], + "emoji": "🈲", + "text": "", + "type": 1, + "order": 4267, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “acceptable” button", + "hexcode": "1F251", + "tags": [ + "ideograph", + "japanese", + "japanese “acceptable” button", + "“acceptable”", + "可" + ], + "emoji": "🉑", + "text": "", + "type": 1, + "order": 4268, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “application” button", + "hexcode": "1F238", + "tags": [ + "ideograph", + "japanese", + "japanese “application” button", + "“application”", + "申" + ], + "emoji": "🈸", + "text": "", + "type": 1, + "order": 4269, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “passing grade” button", + "hexcode": "1F234", + "tags": [ + "ideograph", + "japanese", + "japanese “passing grade” button", + "“passing grade”", + "合" + ], + "emoji": "🈴", + "text": "", + "type": 1, + "order": 4270, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “vacancy” button", + "hexcode": "1F233", + "tags": [ + "ideograph", + "japanese", + "japanese “vacancy” button", + "“vacancy”", + "空" + ], + "emoji": "🈳", + "text": "", + "type": 1, + "order": 4271, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “congratulations” button", + "hexcode": "3297", + "tags": [ + "ideograph", + "japanese", + "japanese “congratulations” button", + "“congratulations”", + "祝" + ], + "emoji": "㊗️", + "text": "㊗︎", + "type": 0, + "order": 4273, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “secret” button", + "hexcode": "3299", + "tags": [ + "ideograph", + "japanese", + "japanese “secret” button", + "“secret”", + "秘" + ], + "emoji": "㊙️", + "text": "㊙︎", + "type": 0, + "order": 4275, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “open for business” button", + "hexcode": "1F23A", + "tags": [ + "ideograph", + "japanese", + "japanese “open for business” button", + "“open for business”", + "営" + ], + "emoji": "🈺", + "text": "", + "type": 1, + "order": 4276, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "Japanese “no vacancy” button", + "hexcode": "1F235", + "tags": [ + "ideograph", + "japanese", + "japanese “no vacancy” button", + "“no vacancy”", + "満" + ], + "emoji": "🈵", + "text": "", + "type": 1, + "order": 4277, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "red circle", + "hexcode": "1F534", + "tags": [ + "circle", + "geometric", + "red" + ], + "emoji": "🔴", + "text": "", + "type": 1, + "order": 4278, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "orange circle", + "hexcode": "1F7E0", + "tags": [ + "circle", + "orange" + ], + "emoji": "🟠", + "text": "", + "type": 1, + "order": 4279, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "yellow circle", + "hexcode": "1F7E1", + "tags": [ + "circle", + "yellow" + ], + "emoji": "🟡", + "text": "", + "type": 1, + "order": 4280, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "green circle", + "hexcode": "1F7E2", + "tags": [ + "circle", + "green" + ], + "emoji": "🟢", + "text": "", + "type": 1, + "order": 4281, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "blue circle", + "hexcode": "1F535", + "tags": [ + "blue", + "circle", + "geometric" + ], + "emoji": "🔵", + "text": "", + "type": 1, + "order": 4282, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "purple circle", + "hexcode": "1F7E3", + "tags": [ + "circle", + "purple" + ], + "emoji": "🟣", + "text": "", + "type": 1, + "order": 4283, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "brown circle", + "hexcode": "1F7E4", + "tags": [ + "brown", + "circle" + ], + "emoji": "🟤", + "text": "", + "type": 1, + "order": 4284, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "black circle", + "hexcode": "26AB", + "tags": [ + "circle", + "geometric" + ], + "emoji": "⚫️", + "text": "⚫︎", + "type": 1, + "order": 4285, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white circle", + "hexcode": "26AA", + "tags": [ + "circle", + "geometric" + ], + "emoji": "⚪️", + "text": "⚪︎", + "type": 1, + "order": 4286, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "red square", + "hexcode": "1F7E5", + "tags": [ + "red", + "square" + ], + "emoji": "🟥", + "text": "", + "type": 1, + "order": 4287, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "orange square", + "hexcode": "1F7E7", + "tags": [ + "orange", + "square" + ], + "emoji": "🟧", + "text": "", + "type": 1, + "order": 4288, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "yellow square", + "hexcode": "1F7E8", + "tags": [ + "square", + "yellow" + ], + "emoji": "🟨", + "text": "", + "type": 1, + "order": 4289, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "green square", + "hexcode": "1F7E9", + "tags": [ + "green", + "square" + ], + "emoji": "🟩", + "text": "", + "type": 1, + "order": 4290, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "blue square", + "hexcode": "1F7E6", + "tags": [ + "blue", + "square" + ], + "emoji": "🟦", + "text": "", + "type": 1, + "order": 4291, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "purple square", + "hexcode": "1F7EA", + "tags": [ + "purple", + "square" + ], + "emoji": "🟪", + "text": "", + "type": 1, + "order": 4292, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "brown square", + "hexcode": "1F7EB", + "tags": [ + "brown", + "square" + ], + "emoji": "🟫", + "text": "", + "type": 1, + "order": 4293, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "black large square", + "hexcode": "2B1B", + "tags": [ + "geometric", + "square" + ], + "emoji": "⬛️", + "text": "⬛︎", + "type": 1, + "order": 4294, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white large square", + "hexcode": "2B1C", + "tags": [ + "geometric", + "square" + ], + "emoji": "⬜️", + "text": "⬜︎", + "type": 1, + "order": 4295, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "black medium square", + "hexcode": "25FC", + "tags": [ + "geometric", + "square" + ], + "emoji": "◼️", + "text": "◼︎", + "type": 0, + "order": 4297, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white medium square", + "hexcode": "25FB", + "tags": [ + "geometric", + "square" + ], + "emoji": "◻️", + "text": "◻︎", + "type": 0, + "order": 4299, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "black medium-small square", + "hexcode": "25FE", + "tags": [ + "geometric", + "square" + ], + "emoji": "◾️", + "text": "◾︎", + "type": 1, + "order": 4300, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white medium-small square", + "hexcode": "25FD", + "tags": [ + "geometric", + "square" + ], + "emoji": "◽️", + "text": "◽︎", + "type": 1, + "order": 4301, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "black small square", + "hexcode": "25AA", + "tags": [ + "geometric", + "square" + ], + "emoji": "▪️", + "text": "▪︎", + "type": 0, + "order": 4303, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white small square", + "hexcode": "25AB", + "tags": [ + "geometric", + "square" + ], + "emoji": "▫️", + "text": "▫︎", + "type": 0, + "order": 4305, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "large orange diamond", + "hexcode": "1F536", + "tags": [ + "diamond", + "geometric", + "orange" + ], + "emoji": "🔶", + "text": "", + "type": 1, + "order": 4306, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "large blue diamond", + "hexcode": "1F537", + "tags": [ + "blue", + "diamond", + "geometric" + ], + "emoji": "🔷", + "text": "", + "type": 1, + "order": 4307, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "small orange diamond", + "hexcode": "1F538", + "tags": [ + "diamond", + "geometric", + "orange" + ], + "emoji": "🔸", + "text": "", + "type": 1, + "order": 4308, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "small blue diamond", + "hexcode": "1F539", + "tags": [ + "blue", + "diamond", + "geometric" + ], + "emoji": "🔹", + "text": "", + "type": 1, + "order": 4309, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "red triangle pointed up", + "hexcode": "1F53A", + "tags": [ + "geometric", + "red" + ], + "emoji": "🔺", + "text": "", + "type": 1, + "order": 4310, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "red triangle pointed down", + "hexcode": "1F53B", + "tags": [ + "down", + "geometric", + "red" + ], + "emoji": "🔻", + "text": "", + "type": 1, + "order": 4311, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "diamond with a dot", + "hexcode": "1F4A0", + "tags": [ + "comic", + "diamond", + "geometric", + "inside" + ], + "emoji": "💠", + "text": "", + "type": 1, + "order": 4312, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "radio button", + "hexcode": "1F518", + "tags": [ + "button", + "geometric", + "radio" + ], + "emoji": "🔘", + "text": "", + "type": 1, + "order": 4313, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "white square button", + "hexcode": "1F533", + "tags": [ + "button", + "geometric", + "outlined", + "square" + ], + "emoji": "🔳", + "text": "", + "type": 1, + "order": 4314, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "black square button", + "hexcode": "1F532", + "tags": [ + "button", + "geometric", + "square" + ], + "emoji": "🔲", + "text": "", + "type": 1, + "order": 4315, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "chequered flag", + "hexcode": "1F3C1", + "tags": [ + "checkered", + "chequered", + "racing" + ], + "emoji": "🏁", + "text": "", + "type": 1, + "order": 4316, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "triangular flag", + "hexcode": "1F6A9", + "tags": [ + "post" + ], + "emoji": "🚩", + "text": "", + "type": 1, + "order": 4317, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "crossed flags", + "hexcode": "1F38C", + "tags": [ + "celebration", + "cross", + "crossed", + "japanese" + ], + "emoji": "🎌", + "text": "", + "type": 1, + "order": 4318, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "black flag", + "hexcode": "1F3F4", + "tags": [ + "waving" + ], + "emoji": "🏴", + "text": "", + "type": 1, + "order": 4319, + "group": 9, + "subgroup": 97, + "version": 1 + }, + { + "annotation": "white flag", + "hexcode": "1F3F3", + "tags": [ + "waving" + ], + "emoji": "🏳️", + "text": "🏳︎", + "type": 0, + "order": 4321, + "group": 9, + "subgroup": 97, + "version": 0.7 + }, + { + "annotation": "rainbow flag", + "hexcode": "1F3F3-FE0F-200D-1F308", + "tags": [ + "pride", + "rainbow" + ], + "emoji": "🏳️‍🌈", + "text": "", + "type": 1, + "order": 4322, + "group": 9, + "subgroup": 97, + "version": 4 + }, + { + "annotation": "transgender flag", + "hexcode": "1F3F3-FE0F-200D-26A7-FE0F", + "tags": [ + "flag", + "light blue", + "pink", + "transgender", + "white" + ], + "emoji": "🏳️‍⚧️", + "text": "", + "type": 1, + "order": 4324, + "group": 9, + "subgroup": 97, + "version": 13 + }, + { + "annotation": "pirate flag", + "hexcode": "1F3F4-200D-2620-FE0F", + "tags": [ + "jolly roger", + "pirate", + "plunder", + "treasure" + ], + "emoji": "🏴‍☠️", + "text": "", + "type": 1, + "order": 4328, + "group": 9, + "subgroup": 97, + "version": 11 + }, + { + "annotation": "flag: Ascension Island", + "hexcode": "1F1E6-1F1E8", + "tags": [ + "AC", + "flag" + ], + "emoji": "🇦🇨", + "text": "", + "type": 1, + "order": 4330, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Andorra", + "hexcode": "1F1E6-1F1E9", + "tags": [ + "AD", + "flag" + ], + "emoji": "🇦🇩", + "text": "", + "type": 1, + "order": 4331, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: United Arab Emirates", + "hexcode": "1F1E6-1F1EA", + "tags": [ + "AE", + "flag" + ], + "emoji": "🇦🇪", + "text": "", + "type": 1, + "order": 4332, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Afghanistan", + "hexcode": "1F1E6-1F1EB", + "tags": [ + "AF", + "flag" + ], + "emoji": "🇦🇫", + "text": "", + "type": 1, + "order": 4333, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Antigua & Barbuda", + "hexcode": "1F1E6-1F1EC", + "tags": [ + "AG", + "flag" + ], + "emoji": "🇦🇬", + "text": "", + "type": 1, + "order": 4334, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Anguilla", + "hexcode": "1F1E6-1F1EE", + "tags": [ + "AI", + "flag" + ], + "emoji": "🇦🇮", + "text": "", + "type": 1, + "order": 4335, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Albania", + "hexcode": "1F1E6-1F1F1", + "tags": [ + "AL", + "flag" + ], + "emoji": "🇦🇱", + "text": "", + "type": 1, + "order": 4336, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Armenia", + "hexcode": "1F1E6-1F1F2", + "tags": [ + "AM", + "flag" + ], + "emoji": "🇦🇲", + "text": "", + "type": 1, + "order": 4337, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Angola", + "hexcode": "1F1E6-1F1F4", + "tags": [ + "AO", + "flag" + ], + "emoji": "🇦🇴", + "text": "", + "type": 1, + "order": 4338, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Antarctica", + "hexcode": "1F1E6-1F1F6", + "tags": [ + "AQ", + "flag" + ], + "emoji": "🇦🇶", + "text": "", + "type": 1, + "order": 4339, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Argentina", + "hexcode": "1F1E6-1F1F7", + "tags": [ + "AR", + "flag" + ], + "emoji": "🇦🇷", + "text": "", + "type": 1, + "order": 4340, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: American Samoa", + "hexcode": "1F1E6-1F1F8", + "tags": [ + "AS", + "flag" + ], + "emoji": "🇦🇸", + "text": "", + "type": 1, + "order": 4341, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Austria", + "hexcode": "1F1E6-1F1F9", + "tags": [ + "AT", + "flag" + ], + "emoji": "🇦🇹", + "text": "", + "type": 1, + "order": 4342, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Australia", + "hexcode": "1F1E6-1F1FA", + "tags": [ + "AU", + "flag" + ], + "emoji": "🇦🇺", + "text": "", + "type": 1, + "order": 4343, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Aruba", + "hexcode": "1F1E6-1F1FC", + "tags": [ + "AW", + "flag" + ], + "emoji": "🇦🇼", + "text": "", + "type": 1, + "order": 4344, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Åland Islands", + "hexcode": "1F1E6-1F1FD", + "tags": [ + "AX", + "flag" + ], + "emoji": "🇦🇽", + "text": "", + "type": 1, + "order": 4345, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Azerbaijan", + "hexcode": "1F1E6-1F1FF", + "tags": [ + "AZ", + "flag" + ], + "emoji": "🇦🇿", + "text": "", + "type": 1, + "order": 4346, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bosnia & Herzegovina", + "hexcode": "1F1E7-1F1E6", + "tags": [ + "BA", + "flag" + ], + "emoji": "🇧🇦", + "text": "", + "type": 1, + "order": 4347, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Barbados", + "hexcode": "1F1E7-1F1E7", + "tags": [ + "BB", + "flag" + ], + "emoji": "🇧🇧", + "text": "", + "type": 1, + "order": 4348, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bangladesh", + "hexcode": "1F1E7-1F1E9", + "tags": [ + "BD", + "flag" + ], + "emoji": "🇧🇩", + "text": "", + "type": 1, + "order": 4349, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Belgium", + "hexcode": "1F1E7-1F1EA", + "tags": [ + "BE", + "flag" + ], + "emoji": "🇧🇪", + "text": "", + "type": 1, + "order": 4350, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Burkina Faso", + "hexcode": "1F1E7-1F1EB", + "tags": [ + "BF", + "flag" + ], + "emoji": "🇧🇫", + "text": "", + "type": 1, + "order": 4351, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bulgaria", + "hexcode": "1F1E7-1F1EC", + "tags": [ + "BG", + "flag" + ], + "emoji": "🇧🇬", + "text": "", + "type": 1, + "order": 4352, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bahrain", + "hexcode": "1F1E7-1F1ED", + "tags": [ + "BH", + "flag" + ], + "emoji": "🇧🇭", + "text": "", + "type": 1, + "order": 4353, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Burundi", + "hexcode": "1F1E7-1F1EE", + "tags": [ + "BI", + "flag" + ], + "emoji": "🇧🇮", + "text": "", + "type": 1, + "order": 4354, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Benin", + "hexcode": "1F1E7-1F1EF", + "tags": [ + "BJ", + "flag" + ], + "emoji": "🇧🇯", + "text": "", + "type": 1, + "order": 4355, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Barthélemy", + "hexcode": "1F1E7-1F1F1", + "tags": [ + "BL", + "flag" + ], + "emoji": "🇧🇱", + "text": "", + "type": 1, + "order": 4356, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bermuda", + "hexcode": "1F1E7-1F1F2", + "tags": [ + "BM", + "flag" + ], + "emoji": "🇧🇲", + "text": "", + "type": 1, + "order": 4357, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Brunei", + "hexcode": "1F1E7-1F1F3", + "tags": [ + "BN", + "flag" + ], + "emoji": "🇧🇳", + "text": "", + "type": 1, + "order": 4358, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bolivia", + "hexcode": "1F1E7-1F1F4", + "tags": [ + "BO", + "flag" + ], + "emoji": "🇧🇴", + "text": "", + "type": 1, + "order": 4359, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Caribbean Netherlands", + "hexcode": "1F1E7-1F1F6", + "tags": [ + "BQ", + "flag" + ], + "emoji": "🇧🇶", + "text": "", + "type": 1, + "order": 4360, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Brazil", + "hexcode": "1F1E7-1F1F7", + "tags": [ + "BR", + "flag" + ], + "emoji": "🇧🇷", + "text": "", + "type": 1, + "order": 4361, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bahamas", + "hexcode": "1F1E7-1F1F8", + "tags": [ + "BS", + "flag" + ], + "emoji": "🇧🇸", + "text": "", + "type": 1, + "order": 4362, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bhutan", + "hexcode": "1F1E7-1F1F9", + "tags": [ + "BT", + "flag" + ], + "emoji": "🇧🇹", + "text": "", + "type": 1, + "order": 4363, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Bouvet Island", + "hexcode": "1F1E7-1F1FB", + "tags": [ + "BV", + "flag" + ], + "emoji": "🇧🇻", + "text": "", + "type": 1, + "order": 4364, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Botswana", + "hexcode": "1F1E7-1F1FC", + "tags": [ + "BW", + "flag" + ], + "emoji": "🇧🇼", + "text": "", + "type": 1, + "order": 4365, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Belarus", + "hexcode": "1F1E7-1F1FE", + "tags": [ + "BY", + "flag" + ], + "emoji": "🇧🇾", + "text": "", + "type": 1, + "order": 4366, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Belize", + "hexcode": "1F1E7-1F1FF", + "tags": [ + "BZ", + "flag" + ], + "emoji": "🇧🇿", + "text": "", + "type": 1, + "order": 4367, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Canada", + "hexcode": "1F1E8-1F1E6", + "tags": [ + "CA", + "flag" + ], + "emoji": "🇨🇦", + "text": "", + "type": 1, + "order": 4368, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cocos (Keeling) Islands", + "hexcode": "1F1E8-1F1E8", + "tags": [ + "CC", + "flag" + ], + "emoji": "🇨🇨", + "text": "", + "type": 1, + "order": 4369, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Congo - Kinshasa", + "hexcode": "1F1E8-1F1E9", + "tags": [ + "CD", + "flag" + ], + "emoji": "🇨🇩", + "text": "", + "type": 1, + "order": 4370, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Central African Republic", + "hexcode": "1F1E8-1F1EB", + "tags": [ + "CF", + "flag" + ], + "emoji": "🇨🇫", + "text": "", + "type": 1, + "order": 4371, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Congo - Brazzaville", + "hexcode": "1F1E8-1F1EC", + "tags": [ + "CG", + "flag" + ], + "emoji": "🇨🇬", + "text": "", + "type": 1, + "order": 4372, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Switzerland", + "hexcode": "1F1E8-1F1ED", + "tags": [ + "CH", + "flag" + ], + "emoji": "🇨🇭", + "text": "", + "type": 1, + "order": 4373, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Côte d’Ivoire", + "hexcode": "1F1E8-1F1EE", + "tags": [ + "CI", + "flag" + ], + "emoji": "🇨🇮", + "text": "", + "type": 1, + "order": 4374, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cook Islands", + "hexcode": "1F1E8-1F1F0", + "tags": [ + "CK", + "flag" + ], + "emoji": "🇨🇰", + "text": "", + "type": 1, + "order": 4375, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Chile", + "hexcode": "1F1E8-1F1F1", + "tags": [ + "CL", + "flag" + ], + "emoji": "🇨🇱", + "text": "", + "type": 1, + "order": 4376, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cameroon", + "hexcode": "1F1E8-1F1F2", + "tags": [ + "CM", + "flag" + ], + "emoji": "🇨🇲", + "text": "", + "type": 1, + "order": 4377, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: China", + "hexcode": "1F1E8-1F1F3", + "tags": [ + "CN", + "flag" + ], + "emoji": "🇨🇳", + "text": "", + "type": 1, + "order": 4378, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Colombia", + "hexcode": "1F1E8-1F1F4", + "tags": [ + "CO", + "flag" + ], + "emoji": "🇨🇴", + "text": "", + "type": 1, + "order": 4379, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Clipperton Island", + "hexcode": "1F1E8-1F1F5", + "tags": [ + "CP", + "flag" + ], + "emoji": "🇨🇵", + "text": "", + "type": 1, + "order": 4380, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Costa Rica", + "hexcode": "1F1E8-1F1F7", + "tags": [ + "CR", + "flag" + ], + "emoji": "🇨🇷", + "text": "", + "type": 1, + "order": 4381, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cuba", + "hexcode": "1F1E8-1F1FA", + "tags": [ + "CU", + "flag" + ], + "emoji": "🇨🇺", + "text": "", + "type": 1, + "order": 4382, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cape Verde", + "hexcode": "1F1E8-1F1FB", + "tags": [ + "CV", + "flag" + ], + "emoji": "🇨🇻", + "text": "", + "type": 1, + "order": 4383, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Curaçao", + "hexcode": "1F1E8-1F1FC", + "tags": [ + "CW", + "flag" + ], + "emoji": "🇨🇼", + "text": "", + "type": 1, + "order": 4384, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Christmas Island", + "hexcode": "1F1E8-1F1FD", + "tags": [ + "CX", + "flag" + ], + "emoji": "🇨🇽", + "text": "", + "type": 1, + "order": 4385, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cyprus", + "hexcode": "1F1E8-1F1FE", + "tags": [ + "CY", + "flag" + ], + "emoji": "🇨🇾", + "text": "", + "type": 1, + "order": 4386, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Czechia", + "hexcode": "1F1E8-1F1FF", + "tags": [ + "CZ", + "flag" + ], + "emoji": "🇨🇿", + "text": "", + "type": 1, + "order": 4387, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Germany", + "hexcode": "1F1E9-1F1EA", + "tags": [ + "DE", + "flag" + ], + "emoji": "🇩🇪", + "text": "", + "type": 1, + "order": 4388, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Diego Garcia", + "hexcode": "1F1E9-1F1EC", + "tags": [ + "DG", + "flag" + ], + "emoji": "🇩🇬", + "text": "", + "type": 1, + "order": 4389, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Djibouti", + "hexcode": "1F1E9-1F1EF", + "tags": [ + "DJ", + "flag" + ], + "emoji": "🇩🇯", + "text": "", + "type": 1, + "order": 4390, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Denmark", + "hexcode": "1F1E9-1F1F0", + "tags": [ + "DK", + "flag" + ], + "emoji": "🇩🇰", + "text": "", + "type": 1, + "order": 4391, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Dominica", + "hexcode": "1F1E9-1F1F2", + "tags": [ + "DM", + "flag" + ], + "emoji": "🇩🇲", + "text": "", + "type": 1, + "order": 4392, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Dominican Republic", + "hexcode": "1F1E9-1F1F4", + "tags": [ + "DO", + "flag" + ], + "emoji": "🇩🇴", + "text": "", + "type": 1, + "order": 4393, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Algeria", + "hexcode": "1F1E9-1F1FF", + "tags": [ + "DZ", + "flag" + ], + "emoji": "🇩🇿", + "text": "", + "type": 1, + "order": 4394, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Ceuta & Melilla", + "hexcode": "1F1EA-1F1E6", + "tags": [ + "EA", + "flag" + ], + "emoji": "🇪🇦", + "text": "", + "type": 1, + "order": 4395, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Ecuador", + "hexcode": "1F1EA-1F1E8", + "tags": [ + "EC", + "flag" + ], + "emoji": "🇪🇨", + "text": "", + "type": 1, + "order": 4396, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Estonia", + "hexcode": "1F1EA-1F1EA", + "tags": [ + "EE", + "flag" + ], + "emoji": "🇪🇪", + "text": "", + "type": 1, + "order": 4397, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Egypt", + "hexcode": "1F1EA-1F1EC", + "tags": [ + "EG", + "flag" + ], + "emoji": "🇪🇬", + "text": "", + "type": 1, + "order": 4398, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Western Sahara", + "hexcode": "1F1EA-1F1ED", + "tags": [ + "EH", + "flag" + ], + "emoji": "🇪🇭", + "text": "", + "type": 1, + "order": 4399, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Eritrea", + "hexcode": "1F1EA-1F1F7", + "tags": [ + "ER", + "flag" + ], + "emoji": "🇪🇷", + "text": "", + "type": 1, + "order": 4400, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Spain", + "hexcode": "1F1EA-1F1F8", + "tags": [ + "ES", + "flag" + ], + "emoji": "🇪🇸", + "text": "", + "type": 1, + "order": 4401, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Ethiopia", + "hexcode": "1F1EA-1F1F9", + "tags": [ + "ET", + "flag" + ], + "emoji": "🇪🇹", + "text": "", + "type": 1, + "order": 4402, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: European Union", + "hexcode": "1F1EA-1F1FA", + "tags": [ + "EU", + "flag" + ], + "emoji": "🇪🇺", + "text": "", + "type": 1, + "order": 4403, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Finland", + "hexcode": "1F1EB-1F1EE", + "tags": [ + "FI", + "flag" + ], + "emoji": "🇫🇮", + "text": "", + "type": 1, + "order": 4404, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Fiji", + "hexcode": "1F1EB-1F1EF", + "tags": [ + "FJ", + "flag" + ], + "emoji": "🇫🇯", + "text": "", + "type": 1, + "order": 4405, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Falkland Islands", + "hexcode": "1F1EB-1F1F0", + "tags": [ + "FK", + "flag" + ], + "emoji": "🇫🇰", + "text": "", + "type": 1, + "order": 4406, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Micronesia", + "hexcode": "1F1EB-1F1F2", + "tags": [ + "FM", + "flag" + ], + "emoji": "🇫🇲", + "text": "", + "type": 1, + "order": 4407, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Faroe Islands", + "hexcode": "1F1EB-1F1F4", + "tags": [ + "FO", + "flag" + ], + "emoji": "🇫🇴", + "text": "", + "type": 1, + "order": 4408, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: France", + "hexcode": "1F1EB-1F1F7", + "tags": [ + "FR", + "flag" + ], + "emoji": "🇫🇷", + "text": "", + "type": 1, + "order": 4409, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Gabon", + "hexcode": "1F1EC-1F1E6", + "tags": [ + "GA", + "flag" + ], + "emoji": "🇬🇦", + "text": "", + "type": 1, + "order": 4410, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: United Kingdom", + "hexcode": "1F1EC-1F1E7", + "tags": [ + "GB", + "flag" + ], + "emoji": "🇬🇧", + "text": "", + "type": 1, + "order": 4411, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Grenada", + "hexcode": "1F1EC-1F1E9", + "tags": [ + "GD", + "flag" + ], + "emoji": "🇬🇩", + "text": "", + "type": 1, + "order": 4412, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Georgia", + "hexcode": "1F1EC-1F1EA", + "tags": [ + "GE", + "flag" + ], + "emoji": "🇬🇪", + "text": "", + "type": 1, + "order": 4413, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: French Guiana", + "hexcode": "1F1EC-1F1EB", + "tags": [ + "GF", + "flag" + ], + "emoji": "🇬🇫", + "text": "", + "type": 1, + "order": 4414, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guernsey", + "hexcode": "1F1EC-1F1EC", + "tags": [ + "GG", + "flag" + ], + "emoji": "🇬🇬", + "text": "", + "type": 1, + "order": 4415, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Ghana", + "hexcode": "1F1EC-1F1ED", + "tags": [ + "GH", + "flag" + ], + "emoji": "🇬🇭", + "text": "", + "type": 1, + "order": 4416, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Gibraltar", + "hexcode": "1F1EC-1F1EE", + "tags": [ + "GI", + "flag" + ], + "emoji": "🇬🇮", + "text": "", + "type": 1, + "order": 4417, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Greenland", + "hexcode": "1F1EC-1F1F1", + "tags": [ + "GL", + "flag" + ], + "emoji": "🇬🇱", + "text": "", + "type": 1, + "order": 4418, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Gambia", + "hexcode": "1F1EC-1F1F2", + "tags": [ + "GM", + "flag" + ], + "emoji": "🇬🇲", + "text": "", + "type": 1, + "order": 4419, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guinea", + "hexcode": "1F1EC-1F1F3", + "tags": [ + "GN", + "flag" + ], + "emoji": "🇬🇳", + "text": "", + "type": 1, + "order": 4420, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guadeloupe", + "hexcode": "1F1EC-1F1F5", + "tags": [ + "GP", + "flag" + ], + "emoji": "🇬🇵", + "text": "", + "type": 1, + "order": 4421, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Equatorial Guinea", + "hexcode": "1F1EC-1F1F6", + "tags": [ + "GQ", + "flag" + ], + "emoji": "🇬🇶", + "text": "", + "type": 1, + "order": 4422, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Greece", + "hexcode": "1F1EC-1F1F7", + "tags": [ + "GR", + "flag" + ], + "emoji": "🇬🇷", + "text": "", + "type": 1, + "order": 4423, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: South Georgia & South Sandwich Islands", + "hexcode": "1F1EC-1F1F8", + "tags": [ + "GS", + "flag" + ], + "emoji": "🇬🇸", + "text": "", + "type": 1, + "order": 4424, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guatemala", + "hexcode": "1F1EC-1F1F9", + "tags": [ + "GT", + "flag" + ], + "emoji": "🇬🇹", + "text": "", + "type": 1, + "order": 4425, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guam", + "hexcode": "1F1EC-1F1FA", + "tags": [ + "GU", + "flag" + ], + "emoji": "🇬🇺", + "text": "", + "type": 1, + "order": 4426, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guinea-Bissau", + "hexcode": "1F1EC-1F1FC", + "tags": [ + "GW", + "flag" + ], + "emoji": "🇬🇼", + "text": "", + "type": 1, + "order": 4427, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Guyana", + "hexcode": "1F1EC-1F1FE", + "tags": [ + "GY", + "flag" + ], + "emoji": "🇬🇾", + "text": "", + "type": 1, + "order": 4428, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Hong Kong SAR China", + "hexcode": "1F1ED-1F1F0", + "tags": [ + "HK", + "flag" + ], + "emoji": "🇭🇰", + "text": "", + "type": 1, + "order": 4429, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Heard & McDonald Islands", + "hexcode": "1F1ED-1F1F2", + "tags": [ + "HM", + "flag" + ], + "emoji": "🇭🇲", + "text": "", + "type": 1, + "order": 4430, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Honduras", + "hexcode": "1F1ED-1F1F3", + "tags": [ + "HN", + "flag" + ], + "emoji": "🇭🇳", + "text": "", + "type": 1, + "order": 4431, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Croatia", + "hexcode": "1F1ED-1F1F7", + "tags": [ + "HR", + "flag" + ], + "emoji": "🇭🇷", + "text": "", + "type": 1, + "order": 4432, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Haiti", + "hexcode": "1F1ED-1F1F9", + "tags": [ + "HT", + "flag" + ], + "emoji": "🇭🇹", + "text": "", + "type": 1, + "order": 4433, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Hungary", + "hexcode": "1F1ED-1F1FA", + "tags": [ + "HU", + "flag" + ], + "emoji": "🇭🇺", + "text": "", + "type": 1, + "order": 4434, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Canary Islands", + "hexcode": "1F1EE-1F1E8", + "tags": [ + "IC", + "flag" + ], + "emoji": "🇮🇨", + "text": "", + "type": 1, + "order": 4435, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Indonesia", + "hexcode": "1F1EE-1F1E9", + "tags": [ + "ID", + "flag" + ], + "emoji": "🇮🇩", + "text": "", + "type": 1, + "order": 4436, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Ireland", + "hexcode": "1F1EE-1F1EA", + "tags": [ + "IE", + "flag" + ], + "emoji": "🇮🇪", + "text": "", + "type": 1, + "order": 4437, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Israel", + "hexcode": "1F1EE-1F1F1", + "tags": [ + "IL", + "flag" + ], + "emoji": "🇮🇱", + "text": "", + "type": 1, + "order": 4438, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Isle of Man", + "hexcode": "1F1EE-1F1F2", + "tags": [ + "IM", + "flag" + ], + "emoji": "🇮🇲", + "text": "", + "type": 1, + "order": 4439, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: India", + "hexcode": "1F1EE-1F1F3", + "tags": [ + "IN", + "flag" + ], + "emoji": "🇮🇳", + "text": "", + "type": 1, + "order": 4440, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: British Indian Ocean Territory", + "hexcode": "1F1EE-1F1F4", + "tags": [ + "IO", + "flag" + ], + "emoji": "🇮🇴", + "text": "", + "type": 1, + "order": 4441, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Iraq", + "hexcode": "1F1EE-1F1F6", + "tags": [ + "IQ", + "flag" + ], + "emoji": "🇮🇶", + "text": "", + "type": 1, + "order": 4442, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Iran", + "hexcode": "1F1EE-1F1F7", + "tags": [ + "IR", + "flag" + ], + "emoji": "🇮🇷", + "text": "", + "type": 1, + "order": 4443, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Iceland", + "hexcode": "1F1EE-1F1F8", + "tags": [ + "IS", + "flag" + ], + "emoji": "🇮🇸", + "text": "", + "type": 1, + "order": 4444, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Italy", + "hexcode": "1F1EE-1F1F9", + "tags": [ + "IT", + "flag" + ], + "emoji": "🇮🇹", + "text": "", + "type": 1, + "order": 4445, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Jersey", + "hexcode": "1F1EF-1F1EA", + "tags": [ + "JE", + "flag" + ], + "emoji": "🇯🇪", + "text": "", + "type": 1, + "order": 4446, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Jamaica", + "hexcode": "1F1EF-1F1F2", + "tags": [ + "JM", + "flag" + ], + "emoji": "🇯🇲", + "text": "", + "type": 1, + "order": 4447, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Jordan", + "hexcode": "1F1EF-1F1F4", + "tags": [ + "JO", + "flag" + ], + "emoji": "🇯🇴", + "text": "", + "type": 1, + "order": 4448, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Japan", + "hexcode": "1F1EF-1F1F5", + "tags": [ + "JP", + "flag" + ], + "emoji": "🇯🇵", + "text": "", + "type": 1, + "order": 4449, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Kenya", + "hexcode": "1F1F0-1F1EA", + "tags": [ + "KE", + "flag" + ], + "emoji": "🇰🇪", + "text": "", + "type": 1, + "order": 4450, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Kyrgyzstan", + "hexcode": "1F1F0-1F1EC", + "tags": [ + "KG", + "flag" + ], + "emoji": "🇰🇬", + "text": "", + "type": 1, + "order": 4451, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cambodia", + "hexcode": "1F1F0-1F1ED", + "tags": [ + "KH", + "flag" + ], + "emoji": "🇰🇭", + "text": "", + "type": 1, + "order": 4452, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Kiribati", + "hexcode": "1F1F0-1F1EE", + "tags": [ + "KI", + "flag" + ], + "emoji": "🇰🇮", + "text": "", + "type": 1, + "order": 4453, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Comoros", + "hexcode": "1F1F0-1F1F2", + "tags": [ + "KM", + "flag" + ], + "emoji": "🇰🇲", + "text": "", + "type": 1, + "order": 4454, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Kitts & Nevis", + "hexcode": "1F1F0-1F1F3", + "tags": [ + "KN", + "flag" + ], + "emoji": "🇰🇳", + "text": "", + "type": 1, + "order": 4455, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: North Korea", + "hexcode": "1F1F0-1F1F5", + "tags": [ + "KP", + "flag" + ], + "emoji": "🇰🇵", + "text": "", + "type": 1, + "order": 4456, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: South Korea", + "hexcode": "1F1F0-1F1F7", + "tags": [ + "KR", + "flag" + ], + "emoji": "🇰🇷", + "text": "", + "type": 1, + "order": 4457, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Kuwait", + "hexcode": "1F1F0-1F1FC", + "tags": [ + "KW", + "flag" + ], + "emoji": "🇰🇼", + "text": "", + "type": 1, + "order": 4458, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Cayman Islands", + "hexcode": "1F1F0-1F1FE", + "tags": [ + "KY", + "flag" + ], + "emoji": "🇰🇾", + "text": "", + "type": 1, + "order": 4459, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Kazakhstan", + "hexcode": "1F1F0-1F1FF", + "tags": [ + "KZ", + "flag" + ], + "emoji": "🇰🇿", + "text": "", + "type": 1, + "order": 4460, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Laos", + "hexcode": "1F1F1-1F1E6", + "tags": [ + "LA", + "flag" + ], + "emoji": "🇱🇦", + "text": "", + "type": 1, + "order": 4461, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Lebanon", + "hexcode": "1F1F1-1F1E7", + "tags": [ + "LB", + "flag" + ], + "emoji": "🇱🇧", + "text": "", + "type": 1, + "order": 4462, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Lucia", + "hexcode": "1F1F1-1F1E8", + "tags": [ + "LC", + "flag" + ], + "emoji": "🇱🇨", + "text": "", + "type": 1, + "order": 4463, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Liechtenstein", + "hexcode": "1F1F1-1F1EE", + "tags": [ + "LI", + "flag" + ], + "emoji": "🇱🇮", + "text": "", + "type": 1, + "order": 4464, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Sri Lanka", + "hexcode": "1F1F1-1F1F0", + "tags": [ + "LK", + "flag" + ], + "emoji": "🇱🇰", + "text": "", + "type": 1, + "order": 4465, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Liberia", + "hexcode": "1F1F1-1F1F7", + "tags": [ + "LR", + "flag" + ], + "emoji": "🇱🇷", + "text": "", + "type": 1, + "order": 4466, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Lesotho", + "hexcode": "1F1F1-1F1F8", + "tags": [ + "LS", + "flag" + ], + "emoji": "🇱🇸", + "text": "", + "type": 1, + "order": 4467, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Lithuania", + "hexcode": "1F1F1-1F1F9", + "tags": [ + "LT", + "flag" + ], + "emoji": "🇱🇹", + "text": "", + "type": 1, + "order": 4468, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Luxembourg", + "hexcode": "1F1F1-1F1FA", + "tags": [ + "LU", + "flag" + ], + "emoji": "🇱🇺", + "text": "", + "type": 1, + "order": 4469, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Latvia", + "hexcode": "1F1F1-1F1FB", + "tags": [ + "LV", + "flag" + ], + "emoji": "🇱🇻", + "text": "", + "type": 1, + "order": 4470, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Libya", + "hexcode": "1F1F1-1F1FE", + "tags": [ + "LY", + "flag" + ], + "emoji": "🇱🇾", + "text": "", + "type": 1, + "order": 4471, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Morocco", + "hexcode": "1F1F2-1F1E6", + "tags": [ + "MA", + "flag" + ], + "emoji": "🇲🇦", + "text": "", + "type": 1, + "order": 4472, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Monaco", + "hexcode": "1F1F2-1F1E8", + "tags": [ + "MC", + "flag" + ], + "emoji": "🇲🇨", + "text": "", + "type": 1, + "order": 4473, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Moldova", + "hexcode": "1F1F2-1F1E9", + "tags": [ + "MD", + "flag" + ], + "emoji": "🇲🇩", + "text": "", + "type": 1, + "order": 4474, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Montenegro", + "hexcode": "1F1F2-1F1EA", + "tags": [ + "ME", + "flag" + ], + "emoji": "🇲🇪", + "text": "", + "type": 1, + "order": 4475, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Martin", + "hexcode": "1F1F2-1F1EB", + "tags": [ + "MF", + "flag" + ], + "emoji": "🇲🇫", + "text": "", + "type": 1, + "order": 4476, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Madagascar", + "hexcode": "1F1F2-1F1EC", + "tags": [ + "MG", + "flag" + ], + "emoji": "🇲🇬", + "text": "", + "type": 1, + "order": 4477, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Marshall Islands", + "hexcode": "1F1F2-1F1ED", + "tags": [ + "MH", + "flag" + ], + "emoji": "🇲🇭", + "text": "", + "type": 1, + "order": 4478, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: North Macedonia", + "hexcode": "1F1F2-1F1F0", + "tags": [ + "MK", + "flag" + ], + "emoji": "🇲🇰", + "text": "", + "type": 1, + "order": 4479, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mali", + "hexcode": "1F1F2-1F1F1", + "tags": [ + "ML", + "flag" + ], + "emoji": "🇲🇱", + "text": "", + "type": 1, + "order": 4480, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Myanmar (Burma)", + "hexcode": "1F1F2-1F1F2", + "tags": [ + "MM", + "flag" + ], + "emoji": "🇲🇲", + "text": "", + "type": 1, + "order": 4481, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mongolia", + "hexcode": "1F1F2-1F1F3", + "tags": [ + "MN", + "flag" + ], + "emoji": "🇲🇳", + "text": "", + "type": 1, + "order": 4482, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Macao SAR China", + "hexcode": "1F1F2-1F1F4", + "tags": [ + "MO", + "flag" + ], + "emoji": "🇲🇴", + "text": "", + "type": 1, + "order": 4483, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Northern Mariana Islands", + "hexcode": "1F1F2-1F1F5", + "tags": [ + "MP", + "flag" + ], + "emoji": "🇲🇵", + "text": "", + "type": 1, + "order": 4484, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Martinique", + "hexcode": "1F1F2-1F1F6", + "tags": [ + "MQ", + "flag" + ], + "emoji": "🇲🇶", + "text": "", + "type": 1, + "order": 4485, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mauritania", + "hexcode": "1F1F2-1F1F7", + "tags": [ + "MR", + "flag" + ], + "emoji": "🇲🇷", + "text": "", + "type": 1, + "order": 4486, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Montserrat", + "hexcode": "1F1F2-1F1F8", + "tags": [ + "MS", + "flag" + ], + "emoji": "🇲🇸", + "text": "", + "type": 1, + "order": 4487, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Malta", + "hexcode": "1F1F2-1F1F9", + "tags": [ + "MT", + "flag" + ], + "emoji": "🇲🇹", + "text": "", + "type": 1, + "order": 4488, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mauritius", + "hexcode": "1F1F2-1F1FA", + "tags": [ + "MU", + "flag" + ], + "emoji": "🇲🇺", + "text": "", + "type": 1, + "order": 4489, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Maldives", + "hexcode": "1F1F2-1F1FB", + "tags": [ + "MV", + "flag" + ], + "emoji": "🇲🇻", + "text": "", + "type": 1, + "order": 4490, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Malawi", + "hexcode": "1F1F2-1F1FC", + "tags": [ + "MW", + "flag" + ], + "emoji": "🇲🇼", + "text": "", + "type": 1, + "order": 4491, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mexico", + "hexcode": "1F1F2-1F1FD", + "tags": [ + "MX", + "flag" + ], + "emoji": "🇲🇽", + "text": "", + "type": 1, + "order": 4492, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Malaysia", + "hexcode": "1F1F2-1F1FE", + "tags": [ + "MY", + "flag" + ], + "emoji": "🇲🇾", + "text": "", + "type": 1, + "order": 4493, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mozambique", + "hexcode": "1F1F2-1F1FF", + "tags": [ + "MZ", + "flag" + ], + "emoji": "🇲🇿", + "text": "", + "type": 1, + "order": 4494, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Namibia", + "hexcode": "1F1F3-1F1E6", + "tags": [ + "NA", + "flag" + ], + "emoji": "🇳🇦", + "text": "", + "type": 1, + "order": 4495, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: New Caledonia", + "hexcode": "1F1F3-1F1E8", + "tags": [ + "NC", + "flag" + ], + "emoji": "🇳🇨", + "text": "", + "type": 1, + "order": 4496, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Niger", + "hexcode": "1F1F3-1F1EA", + "tags": [ + "NE", + "flag" + ], + "emoji": "🇳🇪", + "text": "", + "type": 1, + "order": 4497, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Norfolk Island", + "hexcode": "1F1F3-1F1EB", + "tags": [ + "NF", + "flag" + ], + "emoji": "🇳🇫", + "text": "", + "type": 1, + "order": 4498, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Nigeria", + "hexcode": "1F1F3-1F1EC", + "tags": [ + "NG", + "flag" + ], + "emoji": "🇳🇬", + "text": "", + "type": 1, + "order": 4499, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Nicaragua", + "hexcode": "1F1F3-1F1EE", + "tags": [ + "NI", + "flag" + ], + "emoji": "🇳🇮", + "text": "", + "type": 1, + "order": 4500, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Netherlands", + "hexcode": "1F1F3-1F1F1", + "tags": [ + "NL", + "flag" + ], + "emoji": "🇳🇱", + "text": "", + "type": 1, + "order": 4501, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Norway", + "hexcode": "1F1F3-1F1F4", + "tags": [ + "NO", + "flag" + ], + "emoji": "🇳🇴", + "text": "", + "type": 1, + "order": 4502, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Nepal", + "hexcode": "1F1F3-1F1F5", + "tags": [ + "NP", + "flag" + ], + "emoji": "🇳🇵", + "text": "", + "type": 1, + "order": 4503, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Nauru", + "hexcode": "1F1F3-1F1F7", + "tags": [ + "NR", + "flag" + ], + "emoji": "🇳🇷", + "text": "", + "type": 1, + "order": 4504, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Niue", + "hexcode": "1F1F3-1F1FA", + "tags": [ + "NU", + "flag" + ], + "emoji": "🇳🇺", + "text": "", + "type": 1, + "order": 4505, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: New Zealand", + "hexcode": "1F1F3-1F1FF", + "tags": [ + "NZ", + "flag" + ], + "emoji": "🇳🇿", + "text": "", + "type": 1, + "order": 4506, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Oman", + "hexcode": "1F1F4-1F1F2", + "tags": [ + "OM", + "flag" + ], + "emoji": "🇴🇲", + "text": "", + "type": 1, + "order": 4507, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Panama", + "hexcode": "1F1F5-1F1E6", + "tags": [ + "PA", + "flag" + ], + "emoji": "🇵🇦", + "text": "", + "type": 1, + "order": 4508, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Peru", + "hexcode": "1F1F5-1F1EA", + "tags": [ + "PE", + "flag" + ], + "emoji": "🇵🇪", + "text": "", + "type": 1, + "order": 4509, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: French Polynesia", + "hexcode": "1F1F5-1F1EB", + "tags": [ + "PF", + "flag" + ], + "emoji": "🇵🇫", + "text": "", + "type": 1, + "order": 4510, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Papua New Guinea", + "hexcode": "1F1F5-1F1EC", + "tags": [ + "PG", + "flag" + ], + "emoji": "🇵🇬", + "text": "", + "type": 1, + "order": 4511, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Philippines", + "hexcode": "1F1F5-1F1ED", + "tags": [ + "PH", + "flag" + ], + "emoji": "🇵🇭", + "text": "", + "type": 1, + "order": 4512, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Pakistan", + "hexcode": "1F1F5-1F1F0", + "tags": [ + "PK", + "flag" + ], + "emoji": "🇵🇰", + "text": "", + "type": 1, + "order": 4513, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Poland", + "hexcode": "1F1F5-1F1F1", + "tags": [ + "PL", + "flag" + ], + "emoji": "🇵🇱", + "text": "", + "type": 1, + "order": 4514, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Pierre & Miquelon", + "hexcode": "1F1F5-1F1F2", + "tags": [ + "PM", + "flag" + ], + "emoji": "🇵🇲", + "text": "", + "type": 1, + "order": 4515, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Pitcairn Islands", + "hexcode": "1F1F5-1F1F3", + "tags": [ + "PN", + "flag" + ], + "emoji": "🇵🇳", + "text": "", + "type": 1, + "order": 4516, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Puerto Rico", + "hexcode": "1F1F5-1F1F7", + "tags": [ + "PR", + "flag" + ], + "emoji": "🇵🇷", + "text": "", + "type": 1, + "order": 4517, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Palestinian Territories", + "hexcode": "1F1F5-1F1F8", + "tags": [ + "PS", + "flag" + ], + "emoji": "🇵🇸", + "text": "", + "type": 1, + "order": 4518, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Portugal", + "hexcode": "1F1F5-1F1F9", + "tags": [ + "PT", + "flag" + ], + "emoji": "🇵🇹", + "text": "", + "type": 1, + "order": 4519, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Palau", + "hexcode": "1F1F5-1F1FC", + "tags": [ + "PW", + "flag" + ], + "emoji": "🇵🇼", + "text": "", + "type": 1, + "order": 4520, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Paraguay", + "hexcode": "1F1F5-1F1FE", + "tags": [ + "PY", + "flag" + ], + "emoji": "🇵🇾", + "text": "", + "type": 1, + "order": 4521, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Qatar", + "hexcode": "1F1F6-1F1E6", + "tags": [ + "QA", + "flag" + ], + "emoji": "🇶🇦", + "text": "", + "type": 1, + "order": 4522, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Réunion", + "hexcode": "1F1F7-1F1EA", + "tags": [ + "RE", + "flag" + ], + "emoji": "🇷🇪", + "text": "", + "type": 1, + "order": 4523, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Romania", + "hexcode": "1F1F7-1F1F4", + "tags": [ + "RO", + "flag" + ], + "emoji": "🇷🇴", + "text": "", + "type": 1, + "order": 4524, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Serbia", + "hexcode": "1F1F7-1F1F8", + "tags": [ + "RS", + "flag" + ], + "emoji": "🇷🇸", + "text": "", + "type": 1, + "order": 4525, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Russia", + "hexcode": "1F1F7-1F1FA", + "tags": [ + "RU", + "flag" + ], + "emoji": "🇷🇺", + "text": "", + "type": 1, + "order": 4526, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Rwanda", + "hexcode": "1F1F7-1F1FC", + "tags": [ + "RW", + "flag" + ], + "emoji": "🇷🇼", + "text": "", + "type": 1, + "order": 4527, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Saudi Arabia", + "hexcode": "1F1F8-1F1E6", + "tags": [ + "SA", + "flag" + ], + "emoji": "🇸🇦", + "text": "", + "type": 1, + "order": 4528, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Solomon Islands", + "hexcode": "1F1F8-1F1E7", + "tags": [ + "SB", + "flag" + ], + "emoji": "🇸🇧", + "text": "", + "type": 1, + "order": 4529, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Seychelles", + "hexcode": "1F1F8-1F1E8", + "tags": [ + "SC", + "flag" + ], + "emoji": "🇸🇨", + "text": "", + "type": 1, + "order": 4530, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Sudan", + "hexcode": "1F1F8-1F1E9", + "tags": [ + "SD", + "flag" + ], + "emoji": "🇸🇩", + "text": "", + "type": 1, + "order": 4531, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Sweden", + "hexcode": "1F1F8-1F1EA", + "tags": [ + "SE", + "flag" + ], + "emoji": "🇸🇪", + "text": "", + "type": 1, + "order": 4532, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Singapore", + "hexcode": "1F1F8-1F1EC", + "tags": [ + "SG", + "flag" + ], + "emoji": "🇸🇬", + "text": "", + "type": 1, + "order": 4533, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Helena", + "hexcode": "1F1F8-1F1ED", + "tags": [ + "SH", + "flag" + ], + "emoji": "🇸🇭", + "text": "", + "type": 1, + "order": 4534, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Slovenia", + "hexcode": "1F1F8-1F1EE", + "tags": [ + "SI", + "flag" + ], + "emoji": "🇸🇮", + "text": "", + "type": 1, + "order": 4535, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Svalbard & Jan Mayen", + "hexcode": "1F1F8-1F1EF", + "tags": [ + "SJ", + "flag" + ], + "emoji": "🇸🇯", + "text": "", + "type": 1, + "order": 4536, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Slovakia", + "hexcode": "1F1F8-1F1F0", + "tags": [ + "SK", + "flag" + ], + "emoji": "🇸🇰", + "text": "", + "type": 1, + "order": 4537, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Sierra Leone", + "hexcode": "1F1F8-1F1F1", + "tags": [ + "SL", + "flag" + ], + "emoji": "🇸🇱", + "text": "", + "type": 1, + "order": 4538, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: San Marino", + "hexcode": "1F1F8-1F1F2", + "tags": [ + "SM", + "flag" + ], + "emoji": "🇸🇲", + "text": "", + "type": 1, + "order": 4539, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Senegal", + "hexcode": "1F1F8-1F1F3", + "tags": [ + "SN", + "flag" + ], + "emoji": "🇸🇳", + "text": "", + "type": 1, + "order": 4540, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Somalia", + "hexcode": "1F1F8-1F1F4", + "tags": [ + "SO", + "flag" + ], + "emoji": "🇸🇴", + "text": "", + "type": 1, + "order": 4541, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Suriname", + "hexcode": "1F1F8-1F1F7", + "tags": [ + "SR", + "flag" + ], + "emoji": "🇸🇷", + "text": "", + "type": 1, + "order": 4542, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: South Sudan", + "hexcode": "1F1F8-1F1F8", + "tags": [ + "SS", + "flag" + ], + "emoji": "🇸🇸", + "text": "", + "type": 1, + "order": 4543, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: São Tomé & Príncipe", + "hexcode": "1F1F8-1F1F9", + "tags": [ + "ST", + "flag" + ], + "emoji": "🇸🇹", + "text": "", + "type": 1, + "order": 4544, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: El Salvador", + "hexcode": "1F1F8-1F1FB", + "tags": [ + "SV", + "flag" + ], + "emoji": "🇸🇻", + "text": "", + "type": 1, + "order": 4545, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Sint Maarten", + "hexcode": "1F1F8-1F1FD", + "tags": [ + "SX", + "flag" + ], + "emoji": "🇸🇽", + "text": "", + "type": 1, + "order": 4546, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Syria", + "hexcode": "1F1F8-1F1FE", + "tags": [ + "SY", + "flag" + ], + "emoji": "🇸🇾", + "text": "", + "type": 1, + "order": 4547, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Eswatini", + "hexcode": "1F1F8-1F1FF", + "tags": [ + "SZ", + "flag" + ], + "emoji": "🇸🇿", + "text": "", + "type": 1, + "order": 4548, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tristan da Cunha", + "hexcode": "1F1F9-1F1E6", + "tags": [ + "TA", + "flag" + ], + "emoji": "🇹🇦", + "text": "", + "type": 1, + "order": 4549, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Turks & Caicos Islands", + "hexcode": "1F1F9-1F1E8", + "tags": [ + "TC", + "flag" + ], + "emoji": "🇹🇨", + "text": "", + "type": 1, + "order": 4550, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Chad", + "hexcode": "1F1F9-1F1E9", + "tags": [ + "TD", + "flag" + ], + "emoji": "🇹🇩", + "text": "", + "type": 1, + "order": 4551, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: French Southern Territories", + "hexcode": "1F1F9-1F1EB", + "tags": [ + "TF", + "flag" + ], + "emoji": "🇹🇫", + "text": "", + "type": 1, + "order": 4552, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Togo", + "hexcode": "1F1F9-1F1EC", + "tags": [ + "TG", + "flag" + ], + "emoji": "🇹🇬", + "text": "", + "type": 1, + "order": 4553, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Thailand", + "hexcode": "1F1F9-1F1ED", + "tags": [ + "TH", + "flag" + ], + "emoji": "🇹🇭", + "text": "", + "type": 1, + "order": 4554, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tajikistan", + "hexcode": "1F1F9-1F1EF", + "tags": [ + "TJ", + "flag" + ], + "emoji": "🇹🇯", + "text": "", + "type": 1, + "order": 4555, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tokelau", + "hexcode": "1F1F9-1F1F0", + "tags": [ + "TK", + "flag" + ], + "emoji": "🇹🇰", + "text": "", + "type": 1, + "order": 4556, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Timor-Leste", + "hexcode": "1F1F9-1F1F1", + "tags": [ + "TL", + "flag" + ], + "emoji": "🇹🇱", + "text": "", + "type": 1, + "order": 4557, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Turkmenistan", + "hexcode": "1F1F9-1F1F2", + "tags": [ + "TM", + "flag" + ], + "emoji": "🇹🇲", + "text": "", + "type": 1, + "order": 4558, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tunisia", + "hexcode": "1F1F9-1F1F3", + "tags": [ + "TN", + "flag" + ], + "emoji": "🇹🇳", + "text": "", + "type": 1, + "order": 4559, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tonga", + "hexcode": "1F1F9-1F1F4", + "tags": [ + "TO", + "flag" + ], + "emoji": "🇹🇴", + "text": "", + "type": 1, + "order": 4560, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Turkey", + "hexcode": "1F1F9-1F1F7", + "tags": [ + "TR", + "flag" + ], + "emoji": "🇹🇷", + "text": "", + "type": 1, + "order": 4561, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Trinidad & Tobago", + "hexcode": "1F1F9-1F1F9", + "tags": [ + "TT", + "flag" + ], + "emoji": "🇹🇹", + "text": "", + "type": 1, + "order": 4562, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tuvalu", + "hexcode": "1F1F9-1F1FB", + "tags": [ + "TV", + "flag" + ], + "emoji": "🇹🇻", + "text": "", + "type": 1, + "order": 4563, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Taiwan", + "hexcode": "1F1F9-1F1FC", + "tags": [ + "TW", + "flag" + ], + "emoji": "🇹🇼", + "text": "", + "type": 1, + "order": 4564, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Tanzania", + "hexcode": "1F1F9-1F1FF", + "tags": [ + "TZ", + "flag" + ], + "emoji": "🇹🇿", + "text": "", + "type": 1, + "order": 4565, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Ukraine", + "hexcode": "1F1FA-1F1E6", + "tags": [ + "UA", + "flag" + ], + "emoji": "🇺🇦", + "text": "", + "type": 1, + "order": 4566, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Uganda", + "hexcode": "1F1FA-1F1EC", + "tags": [ + "UG", + "flag" + ], + "emoji": "🇺🇬", + "text": "", + "type": 1, + "order": 4567, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: U.S. Outlying Islands", + "hexcode": "1F1FA-1F1F2", + "tags": [ + "UM", + "flag" + ], + "emoji": "🇺🇲", + "text": "", + "type": 1, + "order": 4568, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: United Nations", + "hexcode": "1F1FA-1F1F3", + "tags": [ + "UN", + "flag" + ], + "emoji": "🇺🇳", + "text": "", + "type": 1, + "order": 4569, + "group": 9, + "subgroup": 98, + "version": 4 + }, + { + "annotation": "flag: United States", + "hexcode": "1F1FA-1F1F8", + "tags": [ + "US", + "flag" + ], + "emoji": "🇺🇸", + "text": "", + "type": 1, + "order": 4570, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "flag: Uruguay", + "hexcode": "1F1FA-1F1FE", + "tags": [ + "UY", + "flag" + ], + "emoji": "🇺🇾", + "text": "", + "type": 1, + "order": 4571, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Uzbekistan", + "hexcode": "1F1FA-1F1FF", + "tags": [ + "UZ", + "flag" + ], + "emoji": "🇺🇿", + "text": "", + "type": 1, + "order": 4572, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Vatican City", + "hexcode": "1F1FB-1F1E6", + "tags": [ + "VA", + "flag" + ], + "emoji": "🇻🇦", + "text": "", + "type": 1, + "order": 4573, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: St. Vincent & Grenadines", + "hexcode": "1F1FB-1F1E8", + "tags": [ + "VC", + "flag" + ], + "emoji": "🇻🇨", + "text": "", + "type": 1, + "order": 4574, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Venezuela", + "hexcode": "1F1FB-1F1EA", + "tags": [ + "VE", + "flag" + ], + "emoji": "🇻🇪", + "text": "", + "type": 1, + "order": 4575, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: British Virgin Islands", + "hexcode": "1F1FB-1F1EC", + "tags": [ + "VG", + "flag" + ], + "emoji": "🇻🇬", + "text": "", + "type": 1, + "order": 4576, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: U.S. Virgin Islands", + "hexcode": "1F1FB-1F1EE", + "tags": [ + "VI", + "flag" + ], + "emoji": "🇻🇮", + "text": "", + "type": 1, + "order": 4577, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Vietnam", + "hexcode": "1F1FB-1F1F3", + "tags": [ + "VN", + "flag" + ], + "emoji": "🇻🇳", + "text": "", + "type": 1, + "order": 4578, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Vanuatu", + "hexcode": "1F1FB-1F1FA", + "tags": [ + "VU", + "flag" + ], + "emoji": "🇻🇺", + "text": "", + "type": 1, + "order": 4579, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Wallis & Futuna", + "hexcode": "1F1FC-1F1EB", + "tags": [ + "WF", + "flag" + ], + "emoji": "🇼🇫", + "text": "", + "type": 1, + "order": 4580, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Samoa", + "hexcode": "1F1FC-1F1F8", + "tags": [ + "WS", + "flag" + ], + "emoji": "🇼🇸", + "text": "", + "type": 1, + "order": 4581, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Kosovo", + "hexcode": "1F1FD-1F1F0", + "tags": [ + "XK", + "flag" + ], + "emoji": "🇽🇰", + "text": "", + "type": 1, + "order": 4582, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Yemen", + "hexcode": "1F1FE-1F1EA", + "tags": [ + "YE", + "flag" + ], + "emoji": "🇾🇪", + "text": "", + "type": 1, + "order": 4583, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Mayotte", + "hexcode": "1F1FE-1F1F9", + "tags": [ + "YT", + "flag" + ], + "emoji": "🇾🇹", + "text": "", + "type": 1, + "order": 4584, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: South Africa", + "hexcode": "1F1FF-1F1E6", + "tags": [ + "ZA", + "flag" + ], + "emoji": "🇿🇦", + "text": "", + "type": 1, + "order": 4585, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Zambia", + "hexcode": "1F1FF-1F1F2", + "tags": [ + "ZM", + "flag" + ], + "emoji": "🇿🇲", + "text": "", + "type": 1, + "order": 4586, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: Zimbabwe", + "hexcode": "1F1FF-1F1FC", + "tags": [ + "ZW", + "flag" + ], + "emoji": "🇿🇼", + "text": "", + "type": 1, + "order": 4587, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "flag: England", + "hexcode": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", + "tags": [ + "flag", + "gbeng" + ], + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "text": "", + "type": 1, + "order": 4588, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "flag: Scotland", + "hexcode": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", + "tags": [ + "flag", + "gbsct" + ], + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿", + "text": "", + "type": 1, + "order": 4589, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "flag: Wales", + "hexcode": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", + "tags": [ + "flag", + "gbwls" + ], + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", + "text": "", + "type": 1, + "order": 4590, + "group": 9, + "subgroup": 99, + "version": 5 + } +] \ No newline at end of file diff --git a/missing-sources/emojibase/packages/data/es/data.raw.json b/missing-sources/emojibase/packages/data/es/data.raw.json new file mode 100644 index 0000000000..c152ef8388 --- /dev/null +++ b/missing-sources/emojibase/packages/data/es/data.raw.json @@ -0,0 +1,51676 @@ +[ + { + "annotation": "indicador regional A", + "hexcode": "1F1E6", + "emoji": "🇦", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional B", + "hexcode": "1F1E7", + "emoji": "🇧", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional C", + "hexcode": "1F1E8", + "emoji": "🇨", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional D", + "hexcode": "1F1E9", + "emoji": "🇩", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional E", + "hexcode": "1F1EA", + "emoji": "🇪", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional F", + "hexcode": "1F1EB", + "emoji": "🇫", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional G", + "hexcode": "1F1EC", + "emoji": "🇬", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional H", + "hexcode": "1F1ED", + "emoji": "🇭", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional I", + "hexcode": "1F1EE", + "emoji": "🇮", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional J", + "hexcode": "1F1EF", + "emoji": "🇯", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional K", + "hexcode": "1F1F0", + "emoji": "🇰", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional L", + "hexcode": "1F1F1", + "emoji": "🇱", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional M", + "hexcode": "1F1F2", + "emoji": "🇲", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional N", + "hexcode": "1F1F3", + "emoji": "🇳", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional O", + "hexcode": "1F1F4", + "emoji": "🇴", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional P", + "hexcode": "1F1F5", + "emoji": "🇵", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional Q", + "hexcode": "1F1F6", + "emoji": "🇶", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional R", + "hexcode": "1F1F7", + "emoji": "🇷", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional S", + "hexcode": "1F1F8", + "emoji": "🇸", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional T", + "hexcode": "1F1F9", + "emoji": "🇹", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional U", + "hexcode": "1F1FA", + "emoji": "🇺", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional V", + "hexcode": "1F1FB", + "emoji": "🇻", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional W", + "hexcode": "1F1FC", + "emoji": "🇼", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional X", + "hexcode": "1F1FD", + "emoji": "🇽", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional Y", + "hexcode": "1F1FE", + "emoji": "🇾", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicador regional Z", + "hexcode": "1F1FF", + "emoji": "🇿", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "cara sonriendo", + "hexcode": "1F600", + "tags": [ + "cara", + "divertido", + "feliz", + "sonrisa" + ], + "emoji": "😀", + "text": "", + "type": 1, + "order": 1, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":D" + }, + { + "annotation": "cara sonriendo con ojos grandes", + "hexcode": "1F603", + "tags": [ + "cara", + "divertido", + "risa", + "sonriendo" + ], + "emoji": "😃", + "text": "", + "type": 1, + "order": 2, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "cara sonriendo con ojos sonrientes", + "hexcode": "1F604", + "tags": [ + "abierta", + "cara", + "ojo", + "sonrisa" + ], + "emoji": "😄", + "text": "", + "type": 1, + "order": 3, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "cara radiante con ojos sonrientes", + "hexcode": "1F601", + "tags": [ + "cara", + "ojo", + "risa", + "sonrisa" + ], + "emoji": "😁", + "text": "", + "type": 1, + "order": 4, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "cara sonriendo con los ojos cerrados", + "hexcode": "1F606", + "tags": [ + "abierta", + "boca", + "cara", + "risa" + ], + "emoji": "😆", + "text": "", + "type": 1, + "order": 5, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": "xD" + }, + { + "annotation": "cara sonriendo con sudor frío", + "hexcode": "1F605", + "tags": [ + "cara", + "frío", + "risa", + "sudor" + ], + "emoji": "😅", + "text": "", + "type": 1, + "order": 6, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "cara revolviéndose de la risa", + "hexcode": "1F923", + "tags": [ + "cara", + "carcajada", + "ojos cerrados", + "risa" + ], + "emoji": "🤣", + "text": "", + "type": 1, + "order": 7, + "group": 0, + "subgroup": 0, + "version": 3, + "emoticon": ":'D" + }, + { + "annotation": "cara llorando de risa", + "hexcode": "1F602", + "tags": [ + "cara", + "felicidad", + "lágrima", + "risa" + ], + "emoji": "😂", + "text": "", + "type": 1, + "order": 8, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":')" + }, + { + "annotation": "cara sonriendo ligeramente", + "hexcode": "1F642", + "tags": [ + "cara", + "sonrisa" + ], + "emoji": "🙂", + "text": "", + "type": 1, + "order": 9, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":)" + }, + { + "annotation": "cara al revés", + "hexcode": "1F643", + "tags": [ + "cara", + "revés" + ], + "emoji": "🙃", + "text": "", + "type": 1, + "order": 10, + "group": 0, + "subgroup": 0, + "version": 1 + }, + { + "annotation": "cara guiñando el ojo", + "hexcode": "1F609", + "tags": [ + "cara", + "guiño" + ], + "emoji": "😉", + "text": "", + "type": 1, + "order": 11, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ";)" + }, + { + "annotation": "cara feliz con ojos sonrientes", + "hexcode": "1F60A", + "tags": [ + "cara", + "ojo", + "rubor", + "sonrisa" + ], + "emoji": "😊", + "text": "", + "type": 1, + "order": 12, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":>" + }, + { + "annotation": "cara sonriendo con aureola", + "hexcode": "1F607", + "tags": [ + "cara", + "halo", + "sonrisa", + "ángel" + ], + "emoji": "😇", + "text": "", + "type": 1, + "order": 13, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": "o:)" + }, + { + "annotation": "cara sonriendo con corazones", + "hexcode": "1F970", + "tags": [ + "adorar", + "amor", + "corazones", + "enamorada", + "enamorado" + ], + "emoji": "🥰", + "text": "", + "type": 1, + "order": 14, + "group": 0, + "subgroup": 1, + "version": 11 + }, + { + "annotation": "cara sonriendo con ojos de corazón", + "hexcode": "1F60D", + "tags": [ + "amor", + "cara", + "corazón", + "sonrisa" + ], + "emoji": "😍", + "text": "", + "type": 1, + "order": 15, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "cara sonriendo con estrellas", + "hexcode": "1F929", + "tags": [ + "cara", + "estrellas", + "sonrisa" + ], + "emoji": "🤩", + "text": "", + "type": 1, + "order": 16, + "group": 0, + "subgroup": 1, + "version": 5 + }, + { + "annotation": "cara lanzando un beso", + "hexcode": "1F618", + "tags": [ + "beso", + "cara" + ], + "emoji": "😘", + "text": "", + "type": 1, + "order": 17, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":x" + }, + { + "annotation": "cara besando", + "hexcode": "1F617", + "tags": [ + "beso", + "cara" + ], + "emoji": "😗", + "text": "", + "type": 1, + "order": 18, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "cara sonriente", + "hexcode": "263A", + "tags": [ + "cara", + "contorno", + "relajado", + "sonrisa" + ], + "emoji": "☺️", + "text": "☺︎", + "type": 0, + "order": 20, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "cara besando con los ojos cerrados", + "hexcode": "1F61A", + "tags": [ + "beso", + "cara", + "cerrado", + "ojo" + ], + "emoji": "😚", + "text": "", + "type": 1, + "order": 21, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":*" + }, + { + "annotation": "cara besando con ojos sonrientes", + "hexcode": "1F619", + "tags": [ + "beso", + "cara", + "ojo", + "sonrisa" + ], + "emoji": "😙", + "text": "", + "type": 1, + "order": 22, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "cara sonriente con lágrima", + "hexcode": "1F972", + "tags": [ + "agradecido", + "aliviado", + "emocionado", + "lágrima", + "orgulloso", + "sonrisa" + ], + "emoji": "🥲", + "text": "", + "type": 1, + "order": 23, + "group": 0, + "subgroup": 1, + "version": 13 + }, + { + "annotation": "cara saboreando comida", + "hexcode": "1F60B", + "tags": [ + "cara", + "delicioso", + "hambre", + "rico" + ], + "emoji": "😋", + "text": "", + "type": 1, + "order": 24, + "group": 0, + "subgroup": 2, + "version": 0.6 + }, + { + "annotation": "cara sacando la lengua", + "hexcode": "1F61B", + "tags": [ + "cara", + "lengua" + ], + "emoji": "😛", + "text": "", + "type": 1, + "order": 25, + "group": 0, + "subgroup": 2, + "version": 1, + "emoticon": ":p" + }, + { + "annotation": "cara sacando la lengua y guiñando un ojo", + "hexcode": "1F61C", + "tags": [ + "cara", + "guiño", + "lengua", + "ojo" + ], + "emoji": "😜", + "text": "", + "type": 1, + "order": 26, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": ";p" + }, + { + "annotation": "cara de loco", + "hexcode": "1F92A", + "tags": [ + "grande", + "ojo", + "pequeño" + ], + "emoji": "🤪", + "text": "", + "type": 1, + "order": 27, + "group": 0, + "subgroup": 2, + "version": 5 + }, + { + "annotation": "cara con ojos cerrados y lengua fuera", + "hexcode": "1F61D", + "tags": [ + "cara", + "lengua", + "ojo", + "sabor" + ], + "emoji": "😝", + "text": "", + "type": 1, + "order": 28, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": "xp" + }, + { + "annotation": "cara con lengua de dinero", + "hexcode": "1F911", + "tags": [ + "boca", + "cara", + "dinero" + ], + "emoji": "🤑", + "text": "", + "type": 1, + "order": 29, + "group": 0, + "subgroup": 2, + "version": 1 + }, + { + "annotation": "cara con manos abrazando", + "hexcode": "1F917", + "tags": [ + "abrazo", + "cara", + "sonrisa" + ], + "emoji": "🤗", + "text": "", + "type": 1, + "order": 30, + "group": 0, + "subgroup": 3, + "version": 1 + }, + { + "annotation": "cara con mano sobre la boca", + "hexcode": "1F92D", + "tags": [ + "ostras", + "uy", + "vaya" + ], + "emoji": "🤭", + "text": "", + "type": 1, + "order": 31, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "cara pidiendo silencio", + "hexcode": "1F92B", + "tags": [ + "callado", + "silencio" + ], + "emoji": "🤫", + "text": "", + "type": 1, + "order": 32, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "cara pensativa", + "hexcode": "1F914", + "tags": [ + "cara", + "pensando" + ], + "emoji": "🤔", + "text": "", + "type": 1, + "order": 33, + "group": 0, + "subgroup": 3, + "version": 1, + "emoticon": ":l" + }, + { + "annotation": "cara con la boca cerrada con cremallera", + "hexcode": "1F910", + "tags": [ + "boca", + "cara", + "cremallera" + ], + "emoji": "🤐", + "text": "", + "type": 1, + "order": 34, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":z" + }, + { + "annotation": "cara con ceja alzada", + "hexcode": "1F928", + "tags": [ + "desconfiado", + "escéptico" + ], + "emoji": "🤨", + "text": "", + "type": 1, + "order": 35, + "group": 0, + "subgroup": 4, + "version": 5 + }, + { + "annotation": "cara neutral", + "hexcode": "1F610", + "tags": [ + "cara", + "inexpresivo", + "neutral" + ], + "emoji": "😐️", + "text": "😐︎", + "type": 1, + "order": 36, + "group": 0, + "subgroup": 4, + "version": 0.7, + "emoticon": ":|" + }, + { + "annotation": "cara sin expresión", + "hexcode": "1F611", + "tags": [ + "cara", + "inexpresiva", + "inexpresivo", + "inexpresión" + ], + "emoji": "😑", + "text": "", + "type": 1, + "order": 37, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "cara sin boca", + "hexcode": "1F636", + "tags": [ + "boca", + "callado", + "cara", + "silencio" + ], + "emoji": "😶", + "text": "", + "type": 1, + "order": 38, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":#" + }, + { + "annotation": "cara en las nubes", + "hexcode": "1F636-200D-1F32B-FE0F", + "tags": [ + "atontado", + "cara", + "despistado", + "distraído", + "nubes", + "parra" + ], + "emoji": "😶‍🌫️", + "text": "", + "type": 1, + "order": 39, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "cara sonriendo con superioridad", + "hexcode": "1F60F", + "tags": [ + "cara", + "listillo", + "superioridad" + ], + "emoji": "😏", + "text": "", + "type": 1, + "order": 41, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":j" + }, + { + "annotation": "cara de desaprobación", + "hexcode": "1F612", + "tags": [ + "cara", + "insatisfacción", + "rechazo" + ], + "emoji": "😒", + "text": "", + "type": 1, + "order": 42, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":?" + }, + { + "annotation": "cara con ojos en blanco", + "hexcode": "1F644", + "tags": [ + "cara", + "frustración", + "ojos", + "vueltos" + ], + "emoji": "🙄", + "text": "", + "type": 1, + "order": 43, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "cara haciendo una mueca", + "hexcode": "1F62C", + "tags": [ + "cara", + "mueca" + ], + "emoji": "😬", + "text": "", + "type": 1, + "order": 44, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": "8D" + }, + { + "annotation": "cara exhalando", + "hexcode": "1F62E-200D-1F4A8", + "tags": [ + "cara", + "exhalar", + "resoplido", + "respirar", + "silbato", + "silbido" + ], + "emoji": "😮‍💨", + "text": "", + "type": 1, + "order": 45, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "cara de mentiroso", + "hexcode": "1F925", + "tags": [ + "cara", + "mentiroso", + "nariz", + "pinocho" + ], + "emoji": "🤥", + "text": "", + "type": 1, + "order": 46, + "group": 0, + "subgroup": 4, + "version": 3 + }, + { + "annotation": "cara de alivio", + "hexcode": "1F60C", + "tags": [ + "aliviado", + "cara" + ], + "emoji": "😌", + "text": "", + "type": 1, + "order": 47, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "cara desanimada", + "hexcode": "1F614", + "tags": [ + "alicaído", + "cara", + "desanimado", + "pensativo" + ], + "emoji": "😔", + "text": "", + "type": 1, + "order": 48, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "cara de sueño", + "hexcode": "1F62A", + "tags": [ + "cara", + "dormir", + "sueño" + ], + "emoji": "😪", + "text": "", + "type": 1, + "order": 49, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "cara babeando", + "hexcode": "1F924", + "tags": [ + "baba", + "babeando", + "cara" + ], + "emoji": "🤤", + "text": "", + "type": 1, + "order": 50, + "group": 0, + "subgroup": 5, + "version": 3 + }, + { + "annotation": "cara durmiendo", + "hexcode": "1F634", + "tags": [ + "cara", + "dormido", + "sueño", + "zzz" + ], + "emoji": "😴", + "text": "", + "type": 1, + "order": 51, + "group": 0, + "subgroup": 5, + "version": 1 + }, + { + "annotation": "cara con mascarilla médica", + "hexcode": "1F637", + "tags": [ + "cara", + "enfermo", + "malo", + "máscara" + ], + "emoji": "😷", + "text": "", + "type": 1, + "order": 52, + "group": 0, + "subgroup": 6, + "version": 0.6 + }, + { + "annotation": "cara con termómetro", + "hexcode": "1F912", + "tags": [ + "cara", + "enfermo", + "malo", + "termómetro" + ], + "emoji": "🤒", + "text": "", + "type": 1, + "order": 53, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "cara con la cabeza vendada", + "hexcode": "1F915", + "tags": [ + "cara", + "dolor", + "herida", + "venda" + ], + "emoji": "🤕", + "text": "", + "type": 1, + "order": 54, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "cara de náuseas", + "hexcode": "1F922", + "tags": [ + "cara", + "náuseas", + "vomitar" + ], + "emoji": "🤢", + "text": "", + "type": 1, + "order": 55, + "group": 0, + "subgroup": 6, + "version": 3, + "emoticon": "%(" + }, + { + "annotation": "cara vomitando", + "hexcode": "1F92E", + "tags": [ + "enfermo", + "malo", + "vomitar" + ], + "emoji": "🤮", + "text": "", + "type": 1, + "order": 56, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "cara estornudando", + "hexcode": "1F927", + "tags": [ + "cara", + "estornudar", + "estornudo", + "pañuelo" + ], + "emoji": "🤧", + "text": "", + "type": 1, + "order": 57, + "group": 0, + "subgroup": 6, + "version": 3 + }, + { + "annotation": "cara con calor", + "hexcode": "1F975", + "tags": [ + "calor", + "cara roja", + "fiebre", + "golpe de calor", + "sudor" + ], + "emoji": "🥵", + "text": "", + "type": 1, + "order": 58, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "cara con frío", + "hexcode": "1F976", + "tags": [ + "cara congelada", + "congelado", + "frío", + "helado" + ], + "emoji": "🥶", + "text": "", + "type": 1, + "order": 59, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "cara de grogui", + "hexcode": "1F974", + "tags": [ + "atontado", + "entonado", + "grogui", + "intoxicado", + "mareado" + ], + "emoji": "🥴", + "text": "", + "type": 1, + "order": 60, + "group": 0, + "subgroup": 6, + "version": 11, + "emoticon": ":&" + }, + { + "annotation": "cara mareada", + "hexcode": "1F635", + "tags": [ + "cara", + "mareo" + ], + "emoji": "😵", + "text": "", + "type": 1, + "order": 61, + "group": 0, + "subgroup": 6, + "version": 0.6, + "emoticon": "xo" + }, + { + "annotation": "cara con ojos de espiral", + "hexcode": "1F635-200D-1F4AB", + "tags": [ + "alucinado", + "desmayado", + "hipnotizado", + "locura", + "mareado", + "problema" + ], + "emoji": "😵‍💫", + "text": "", + "type": 1, + "order": 62, + "group": 0, + "subgroup": 6, + "version": 13.1 + }, + { + "annotation": "cabeza explotando", + "hexcode": "1F92F", + "tags": [ + "cabeza", + "explosión" + ], + "emoji": "🤯", + "text": "", + "type": 1, + "order": 63, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "cara con sombrero de vaquero", + "hexcode": "1F920", + "tags": [ + "cara", + "sombrero", + "vaquera", + "vaquero" + ], + "emoji": "🤠", + "text": "", + "type": 1, + "order": 64, + "group": 0, + "subgroup": 7, + "version": 3 + }, + { + "annotation": "cara de fiesta", + "hexcode": "1F973", + "tags": [ + "capirote", + "celebración", + "fiesta", + "gorro", + "matasuegras" + ], + "emoji": "🥳", + "text": "", + "type": 1, + "order": 65, + "group": 0, + "subgroup": 7, + "version": 11 + }, + { + "annotation": "cara disfrazada", + "hexcode": "1F978", + "tags": [ + "careta", + "disfraz", + "disimulo", + "gafas", + "incógnito", + "nariz" + ], + "emoji": "🥸", + "text": "", + "type": 1, + "order": 66, + "group": 0, + "subgroup": 7, + "version": 13 + }, + { + "annotation": "cara sonriendo con gafas de sol", + "hexcode": "1F60E", + "tags": [ + "cara", + "gafas", + "guay", + "sol" + ], + "emoji": "😎", + "text": "", + "type": 1, + "order": 67, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": "8)" + }, + { + "annotation": "cara de empollón", + "hexcode": "1F913", + "tags": [ + "cara", + "empollón", + "friki", + "friqui" + ], + "emoji": "🤓", + "text": "", + "type": 1, + "order": 68, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": ":B" + }, + { + "annotation": "cara con monóculo", + "hexcode": "1F9D0", + "tags": [ + "aristocrático", + "estirado" + ], + "emoji": "🧐", + "text": "", + "type": 1, + "order": 69, + "group": 0, + "subgroup": 8, + "version": 5 + }, + { + "annotation": "cara de confusión", + "hexcode": "1F615", + "tags": [ + "cara", + "confuso" + ], + "emoji": "😕", + "text": "", + "type": 1, + "order": 70, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":/" + }, + { + "annotation": "cara preocupada", + "hexcode": "1F61F", + "tags": [ + "cara", + "preocupación", + "preocupado" + ], + "emoji": "😟", + "text": "", + "type": 1, + "order": 71, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "cara con el ceño ligeramente fruncido", + "hexcode": "1F641", + "tags": [ + "cara", + "ceño", + "fruncido" + ], + "emoji": "🙁", + "text": "", + "type": 1, + "order": 72, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "cara con el ceño fruncido", + "hexcode": "2639", + "tags": [ + "cara", + "ceño", + "fruncido" + ], + "emoji": "☹️", + "text": "☹︎", + "type": 0, + "order": 74, + "group": 0, + "subgroup": 9, + "version": 0.7, + "emoticon": ":(" + }, + { + "annotation": "cara con la boca abierta", + "hexcode": "1F62E", + "tags": [ + "boca", + "cara" + ], + "emoji": "😮", + "text": "", + "type": 1, + "order": 75, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "cara estupefacta", + "hexcode": "1F62F", + "tags": [ + "alucinado", + "cara", + "estupefacto", + "sorprendido" + ], + "emoji": "😯", + "text": "", + "type": 1, + "order": 76, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "cara asombrada", + "hexcode": "1F632", + "tags": [ + "alucinado", + "asombrado", + "cara", + "pasmado" + ], + "emoji": "😲", + "text": "", + "type": 1, + "order": 77, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":o" + }, + { + "annotation": "cara sonrojada", + "hexcode": "1F633", + "tags": [ + "cara", + "colorado", + "sonrojado" + ], + "emoji": "😳", + "text": "", + "type": 1, + "order": 78, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":$" + }, + { + "annotation": "cara de por favor", + "hexcode": "1F97A", + "tags": [ + "implorar", + "ojos adorables", + "piedad", + "por favor" + ], + "emoji": "🥺", + "text": "", + "type": 1, + "order": 79, + "group": 0, + "subgroup": 9, + "version": 11 + }, + { + "annotation": "cara con el ceño fruncido y la boca abierta", + "hexcode": "1F626", + "tags": [ + "boca abierta", + "cara", + "ceño fruncido con boca abierta" + ], + "emoji": "😦", + "text": "", + "type": 1, + "order": 80, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "cara angustiada", + "hexcode": "1F627", + "tags": [ + "angustia", + "angustiado", + "cara" + ], + "emoji": "😧", + "text": "", + "type": 1, + "order": 81, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":s" + }, + { + "annotation": "cara asustada", + "hexcode": "1F628", + "tags": [ + "asustado", + "cara", + "miedo", + "miedoso" + ], + "emoji": "😨", + "text": "", + "type": 1, + "order": 82, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "cara con ansiedad y sudor", + "hexcode": "1F630", + "tags": [ + "ansiedad", + "cara", + "frío", + "sudor" + ], + "emoji": "😰", + "text": "", + "type": 1, + "order": 83, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "cara triste pero aliviada", + "hexcode": "1F625", + "tags": [ + "aliviado", + "cara", + "decepcionado", + "menos mal" + ], + "emoji": "😥", + "text": "", + "type": 1, + "order": 84, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "cara llorando", + "hexcode": "1F622", + "tags": [ + "cara", + "llorar", + "lágrima", + "triste" + ], + "emoji": "😢", + "text": "", + "type": 1, + "order": 85, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'(" + }, + { + "annotation": "cara llorando fuerte", + "hexcode": "1F62D", + "tags": [ + "cara", + "llorar", + "lágrima", + "triste" + ], + "emoji": "😭", + "text": "", + "type": 1, + "order": 86, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'o" + }, + { + "annotation": "cara gritando de miedo", + "hexcode": "1F631", + "tags": [ + "asustado", + "cara", + "miedo", + "pánico" + ], + "emoji": "😱", + "text": "", + "type": 1, + "order": 87, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "Dx" + }, + { + "annotation": "cara de frustración", + "hexcode": "1F616", + "tags": [ + "cara", + "frustrado" + ], + "emoji": "😖", + "text": "", + "type": 1, + "order": 88, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "x(" + }, + { + "annotation": "cara desesperada", + "hexcode": "1F623", + "tags": [ + "cara", + "desesperación", + "frustración" + ], + "emoji": "😣", + "text": "", + "type": 1, + "order": 89, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "cara decepcionada", + "hexcode": "1F61E", + "tags": [ + "cara", + "decepcionado", + "decepción" + ], + "emoji": "😞", + "text": "", + "type": 1, + "order": 90, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "cara con sudor frío", + "hexcode": "1F613", + "tags": [ + "cara", + "frío", + "sudor" + ], + "emoji": "😓", + "text": "", + "type": 1, + "order": 91, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":<" + }, + { + "annotation": "cara agotada", + "hexcode": "1F629", + "tags": [ + "agotado", + "cansado", + "cara" + ], + "emoji": "😩", + "text": "", + "type": 1, + "order": 92, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "D:" + }, + { + "annotation": "cara cansada", + "hexcode": "1F62B", + "tags": [ + "cansado", + "cara" + ], + "emoji": "😫", + "text": "", + "type": 1, + "order": 93, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":c" + }, + { + "annotation": "cara de bostezo", + "hexcode": "1F971", + "tags": [ + "aburrido", + "bostezo", + "cansado", + "dormido", + "sueño" + ], + "emoji": "🥱", + "text": "", + "type": 1, + "order": 94, + "group": 0, + "subgroup": 9, + "version": 12 + }, + { + "annotation": "cara resoplando", + "hexcode": "1F624", + "tags": [ + "cabreo", + "cara", + "enfado" + ], + "emoji": "😤", + "text": "", + "type": 1, + "order": 95, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "cara cabreada", + "hexcode": "1F621", + "tags": [ + "cabreo", + "cara", + "enfadado", + "furia" + ], + "emoji": "😡", + "text": "", + "type": 1, + "order": 96, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:/" + }, + { + "annotation": "cara enfadada", + "hexcode": "1F620", + "tags": [ + "cara", + "enfadado", + "histérico" + ], + "emoji": "😠", + "text": "", + "type": 1, + "order": 97, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "cara con símbolos en la boca", + "hexcode": "1F92C", + "tags": [ + "maldecir", + "palabrota", + "símbolo" + ], + "emoji": "🤬", + "text": "", + "type": 1, + "order": 98, + "group": 0, + "subgroup": 10, + "version": 5, + "emoticon": ":@" + }, + { + "annotation": "cara sonriendo con cuernos", + "hexcode": "1F608", + "tags": [ + "cara", + "cuernos", + "demonio", + "sonrisa" + ], + "emoji": "😈", + "text": "", + "type": 1, + "order": 99, + "group": 0, + "subgroup": 10, + "version": 1, + "emoticon": ">:)" + }, + { + "annotation": "cara enfadada con cuernos", + "hexcode": "1F47F", + "tags": [ + "cara", + "cuernos", + "demonio", + "diablo" + ], + "emoji": "👿", + "text": "", + "type": 1, + "order": 100, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:(" + }, + { + "annotation": "calavera", + "hexcode": "1F480", + "tags": [ + "cara", + "cuento", + "monstruo", + "muerte" + ], + "emoji": "💀", + "text": "", + "type": 1, + "order": 101, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "calavera y huesos cruzados", + "hexcode": "2620", + "tags": [ + "calavera", + "cara", + "huesos", + "muerte" + ], + "emoji": "☠️", + "text": "☠︎", + "type": 0, + "order": 103, + "group": 0, + "subgroup": 10, + "version": 1 + }, + { + "annotation": "caca con ojos", + "hexcode": "1F4A9", + "tags": [ + "caca", + "cómic", + "mierda", + "mojón" + ], + "emoji": "💩", + "text": "", + "type": 1, + "order": 104, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "cara de payaso", + "hexcode": "1F921", + "tags": [ + "cara", + "payaso" + ], + "emoji": "🤡", + "text": "", + "type": 1, + "order": 105, + "group": 0, + "subgroup": 11, + "version": 3 + }, + { + "annotation": "demonio japonés oni", + "hexcode": "1F479", + "tags": [ + "cara", + "cuento", + "cuernos", + "sonrisa" + ], + "emoji": "👹", + "text": "", + "type": 1, + "order": 106, + "group": 0, + "subgroup": 11, + "version": 0.6, + "emoticon": ">0)" + }, + { + "annotation": "demonio japonés tengu", + "hexcode": "1F47A", + "tags": [ + "cara", + "cuento", + "fantasía", + "monstruo", + "tengu" + ], + "emoji": "👺", + "text": "", + "type": 1, + "order": 107, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "fantasma", + "hexcode": "1F47B", + "tags": [ + "cara", + "criatura", + "cuento", + "monstruo" + ], + "emoji": "👻", + "text": "", + "type": 1, + "order": 108, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "alienígena", + "hexcode": "1F47D", + "tags": [ + "alien", + "cara", + "criatura", + "extraterrestre", + "ovni" + ], + "emoji": "👽️", + "text": "👽︎", + "type": 1, + "order": 109, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "monstruo alienígena", + "hexcode": "1F47E", + "tags": [ + "alien", + "cara", + "criatura", + "extraterrestre", + "ovni" + ], + "emoji": "👾", + "text": "", + "type": 1, + "order": 110, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "robot", + "hexcode": "1F916", + "tags": [ + "cara", + "monstruo" + ], + "emoji": "🤖", + "text": "", + "type": 1, + "order": 111, + "group": 0, + "subgroup": 11, + "version": 1 + }, + { + "annotation": "gato sonriendo", + "hexcode": "1F63A", + "tags": [ + "cara", + "feliz", + "gato alegre", + "gato feliz", + "sonrisa" + ], + "emoji": "😺", + "text": "", + "type": 1, + "order": 112, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato sonriendo con ojos sonrientes", + "hexcode": "1F638", + "tags": [ + "cara", + "gato", + "ojos", + "sonriente", + "sonrisa" + ], + "emoji": "😸", + "text": "", + "type": 1, + "order": 113, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato llorando de risa", + "hexcode": "1F639", + "tags": [ + "cara", + "gato", + "lágrima", + "risa" + ], + "emoji": "😹", + "text": "", + "type": 1, + "order": 114, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato sonriendo con ojos de corazón", + "hexcode": "1F63B", + "tags": [ + "cara", + "corazón", + "enamorado", + "gato" + ], + "emoji": "😻", + "text": "", + "type": 1, + "order": 115, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato haciendo una mueca", + "hexcode": "1F63C", + "tags": [ + "cara", + "gato", + "irónico", + "sonrisa" + ], + "emoji": "😼", + "text": "", + "type": 1, + "order": 116, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato besando", + "hexcode": "1F63D", + "tags": [ + "beso", + "cara", + "cariñoso", + "gato" + ], + "emoji": "😽", + "text": "", + "type": 1, + "order": 117, + "group": 0, + "subgroup": 12, + "version": 0.6, + "emoticon": ":3" + }, + { + "annotation": "gato asustado", + "hexcode": "1F640", + "tags": [ + "cara", + "gato", + "preocupación", + "pánico", + "sorpresa" + ], + "emoji": "🙀", + "text": "", + "type": 1, + "order": 118, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato llorando", + "hexcode": "1F63F", + "tags": [ + "cara", + "gato", + "lágrima", + "pena", + "triste" + ], + "emoji": "😿", + "text": "", + "type": 1, + "order": 119, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "gato enfadado", + "hexcode": "1F63E", + "tags": [ + "cara", + "enfadado", + "gato" + ], + "emoji": "😾", + "text": "", + "type": 1, + "order": 120, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "mono con los ojos tapados", + "hexcode": "1F648", + "tags": [ + "cara", + "mal", + "mono", + "prohibido" + ], + "emoji": "🙈", + "text": "", + "type": 1, + "order": 121, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "mono con los oídos tapados", + "hexcode": "1F649", + "tags": [ + "cara", + "mal", + "mono", + "prohibido" + ], + "emoji": "🙉", + "text": "", + "type": 1, + "order": 122, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "mono con la boca tapada", + "hexcode": "1F64A", + "tags": [ + "cara", + "mal", + "mono", + "prohibido" + ], + "emoji": "🙊", + "text": "", + "type": 1, + "order": 123, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "marca de beso", + "hexcode": "1F48B", + "tags": [ + "beso", + "labios", + "romance" + ], + "emoji": "💋", + "text": "", + "type": 1, + "order": 124, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "carta de amor", + "hexcode": "1F48C", + "tags": [ + "amor", + "carta", + "corazón", + "correo" + ], + "emoji": "💌", + "text": "", + "type": 1, + "order": 125, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazón con flecha", + "hexcode": "1F498", + "tags": [ + "amor", + "corazón", + "emoción", + "flecha" + ], + "emoji": "💘", + "text": "", + "type": 1, + "order": 126, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazón con lazo", + "hexcode": "1F49D", + "tags": [ + "corazón", + "emoción", + "lazo", + "san valentín" + ], + "emoji": "💝", + "text": "", + "type": 1, + "order": 127, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazón brillante", + "hexcode": "1F496", + "tags": [ + "amor", + "brillante", + "emoción" + ], + "emoji": "💖", + "text": "", + "type": 1, + "order": 128, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazón creciente", + "hexcode": "1F497", + "tags": [ + "corazón", + "creciente", + "emocionado", + "latido", + "nervioso" + ], + "emoji": "💗", + "text": "", + "type": 1, + "order": 129, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazón latiendo", + "hexcode": "1F493", + "tags": [ + "amor", + "corazón", + "emoción", + "latido" + ], + "emoji": "💓", + "text": "", + "type": 1, + "order": 130, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "corazones giratorios", + "hexcode": "1F49E", + "tags": [ + "corazón", + "giratorio" + ], + "emoji": "💞", + "text": "", + "type": 1, + "order": 131, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "dos corazones", + "hexcode": "1F495", + "tags": [ + "amantes", + "amor", + "corazón" + ], + "emoji": "💕", + "text": "", + "type": 1, + "order": 132, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "adorno de corazón", + "hexcode": "1F49F", + "tags": [ + "corazón" + ], + "emoji": "💟", + "text": "", + "type": 1, + "order": 133, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "exclamación de corazón", + "hexcode": "2763", + "tags": [ + "corazón", + "exclamación", + "puntuación" + ], + "emoji": "❣️", + "text": "❣︎", + "type": 0, + "order": 135, + "group": 0, + "subgroup": 14, + "version": 1 + }, + { + "annotation": "corazón roto", + "hexcode": "1F494", + "tags": [ + "corazón", + "emoción", + "partido", + "roto" + ], + "emoji": "💔", + "text": "", + "type": 1, + "order": 136, + "group": 0, + "subgroup": 14, + "version": 0.6, + "emoticon": "", + "skins": [ + { + "annotation": "mago: tono de piel claro", + "hexcode": "1F9D9-1F3FB-200D-2642-FE0F", + "emoji": "🧙🏻‍♂️", + "text": "", + "type": 1, + "order": 1623, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "mago: tono de piel claro medio", + "hexcode": "1F9D9-1F3FC-200D-2642-FE0F", + "emoji": "🧙🏼‍♂️", + "text": "", + "type": 1, + "order": 1625, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "mago: tono de piel medio", + "hexcode": "1F9D9-1F3FD-200D-2642-FE0F", + "emoji": "🧙🏽‍♂️", + "text": "", + "type": 1, + "order": 1627, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "mago: tono de piel oscuro medio", + "hexcode": "1F9D9-1F3FE-200D-2642-FE0F", + "emoji": "🧙🏾‍♂️", + "text": "", + "type": 1, + "order": 1629, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "mago: tono de piel oscuro", + "hexcode": "1F9D9-1F3FF-200D-2642-FE0F", + "emoji": "🧙🏿‍♂️", + "text": "", + "type": 1, + "order": 1631, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "maga", + "hexcode": "1F9D9-200D-2640-FE0F", + "tags": [ + "bruja", + "hechicera" + ], + "emoji": "🧙‍♀️", + "text": "", + "type": 1, + "order": 1633, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "maga: tono de piel claro", + "hexcode": "1F9D9-1F3FB-200D-2640-FE0F", + "emoji": "🧙🏻‍♀️", + "text": "", + "type": 1, + "order": 1635, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "maga: tono de piel claro medio", + "hexcode": "1F9D9-1F3FC-200D-2640-FE0F", + "emoji": "🧙🏼‍♀️", + "text": "", + "type": 1, + "order": 1637, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "maga: tono de piel medio", + "hexcode": "1F9D9-1F3FD-200D-2640-FE0F", + "emoji": "🧙🏽‍♀️", + "text": "", + "type": 1, + "order": 1639, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "maga: tono de piel oscuro medio", + "hexcode": "1F9D9-1F3FE-200D-2640-FE0F", + "emoji": "🧙🏾‍♀️", + "text": "", + "type": 1, + "order": 1641, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "maga: tono de piel oscuro", + "hexcode": "1F9D9-1F3FF-200D-2640-FE0F", + "emoji": "🧙🏿‍♀️", + "text": "", + "type": 1, + "order": 1643, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "hada", + "hexcode": "1F9DA", + "tags": [ + "campanilla", + "oberón", + "puck", + "titania" + ], + "emoji": "🧚", + "text": "", + "type": 1, + "order": 1645, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "hada: tono de piel claro", + "hexcode": "1F9DA-1F3FB", + "emoji": "🧚🏻", + "text": "", + "type": 1, + "order": 1646, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "hada: tono de piel claro medio", + "hexcode": "1F9DA-1F3FC", + "emoji": "🧚🏼", + "text": "", + "type": 1, + "order": 1647, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "hada: tono de piel medio", + "hexcode": "1F9DA-1F3FD", + "emoji": "🧚🏽", + "text": "", + "type": 1, + "order": 1648, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "hada: tono de piel oscuro medio", + "hexcode": "1F9DA-1F3FE", + "emoji": "🧚🏾", + "text": "", + "type": 1, + "order": 1649, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "hada: tono de piel oscuro", + "hexcode": "1F9DA-1F3FF", + "emoji": "🧚🏿", + "text": "", + "type": 1, + "order": 1650, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "hada hombre", + "hexcode": "1F9DA-200D-2642-FE0F", + "tags": [ + "hada", + "oberón", + "puck" + ], + "emoji": "🧚‍♂️", + "text": "", + "type": 1, + "order": 1651, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "hada hombre: tono de piel claro", + "hexcode": "1F9DA-1F3FB-200D-2642-FE0F", + "emoji": "🧚🏻‍♂️", + "text": "", + "type": 1, + "order": 1653, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hada hombre: tono de piel claro medio", + "hexcode": "1F9DA-1F3FC-200D-2642-FE0F", + "emoji": "🧚🏼‍♂️", + "text": "", + "type": 1, + "order": 1655, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hada hombre: tono de piel medio", + "hexcode": "1F9DA-1F3FD-200D-2642-FE0F", + "emoji": "🧚🏽‍♂️", + "text": "", + "type": 1, + "order": 1657, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hada hombre: tono de piel oscuro medio", + "hexcode": "1F9DA-1F3FE-200D-2642-FE0F", + "emoji": "🧚🏾‍♂️", + "text": "", + "type": 1, + "order": 1659, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hada hombre: tono de piel oscuro", + "hexcode": "1F9DA-1F3FF-200D-2642-FE0F", + "emoji": "🧚🏿‍♂️", + "text": "", + "type": 1, + "order": 1661, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hada mujer", + "hexcode": "1F9DA-200D-2640-FE0F", + "tags": [ + "campanilla", + "hada", + "titania" + ], + "emoji": "🧚‍♀️", + "text": "", + "type": 1, + "order": 1663, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "hada mujer: tono de piel claro", + "hexcode": "1F9DA-1F3FB-200D-2640-FE0F", + "emoji": "🧚🏻‍♀️", + "text": "", + "type": 1, + "order": 1665, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "hada mujer: tono de piel claro medio", + "hexcode": "1F9DA-1F3FC-200D-2640-FE0F", + "emoji": "🧚🏼‍♀️", + "text": "", + "type": 1, + "order": 1667, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "hada mujer: tono de piel medio", + "hexcode": "1F9DA-1F3FD-200D-2640-FE0F", + "emoji": "🧚🏽‍♀️", + "text": "", + "type": 1, + "order": 1669, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "hada mujer: tono de piel oscuro medio", + "hexcode": "1F9DA-1F3FE-200D-2640-FE0F", + "emoji": "🧚🏾‍♀️", + "text": "", + "type": 1, + "order": 1671, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "hada mujer: tono de piel oscuro", + "hexcode": "1F9DA-1F3FF-200D-2640-FE0F", + "emoji": "🧚🏿‍♀️", + "text": "", + "type": 1, + "order": 1673, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "vampiro", + "hexcode": "1F9DB", + "tags": [ + "drácula", + "muerto viviente", + "no muerto" + ], + "emoji": "🧛", + "text": "", + "type": 1, + "order": 1675, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": ":E", + "skins": [ + { + "annotation": "vampiro: tono de piel claro", + "hexcode": "1F9DB-1F3FB", + "emoji": "🧛🏻", + "text": "", + "type": 1, + "order": 1676, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "vampiro: tono de piel claro medio", + "hexcode": "1F9DB-1F3FC", + "emoji": "🧛🏼", + "text": "", + "type": 1, + "order": 1677, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "vampiro: tono de piel medio", + "hexcode": "1F9DB-1F3FD", + "emoji": "🧛🏽", + "text": "", + "type": 1, + "order": 1678, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "vampiro: tono de piel oscuro medio", + "hexcode": "1F9DB-1F3FE", + "emoji": "🧛🏾", + "text": "", + "type": 1, + "order": 1679, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "vampiro: tono de piel oscuro", + "hexcode": "1F9DB-1F3FF", + "emoji": "🧛🏿", + "text": "", + "type": 1, + "order": 1680, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "vampiro hombre", + "hexcode": "1F9DB-200D-2642-FE0F", + "tags": [ + "drácula", + "muerto viviente", + "no muerto" + ], + "emoji": "🧛‍♂️", + "text": "", + "type": 1, + "order": 1681, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "vampiro hombre: tono de piel claro", + "hexcode": "1F9DB-1F3FB-200D-2642-FE0F", + "emoji": "🧛🏻‍♂️", + "text": "", + "type": 1, + "order": 1683, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "vampiro hombre: tono de piel claro medio", + "hexcode": "1F9DB-1F3FC-200D-2642-FE0F", + "emoji": "🧛🏼‍♂️", + "text": "", + "type": 1, + "order": 1685, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "vampiro hombre: tono de piel medio", + "hexcode": "1F9DB-1F3FD-200D-2642-FE0F", + "emoji": "🧛🏽‍♂️", + "text": "", + "type": 1, + "order": 1687, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "vampiro hombre: tono de piel oscuro medio", + "hexcode": "1F9DB-1F3FE-200D-2642-FE0F", + "emoji": "🧛🏾‍♂️", + "text": "", + "type": 1, + "order": 1689, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "vampiro hombre: tono de piel oscuro", + "hexcode": "1F9DB-1F3FF-200D-2642-FE0F", + "emoji": "🧛🏿‍♂️", + "text": "", + "type": 1, + "order": 1691, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "vampiresa", + "hexcode": "1F9DB-200D-2640-FE0F", + "tags": [ + "muerta viviente", + "no muerta" + ], + "emoji": "🧛‍♀️", + "text": "", + "type": 1, + "order": 1693, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "vampiresa: tono de piel claro", + "hexcode": "1F9DB-1F3FB-200D-2640-FE0F", + "emoji": "🧛🏻‍♀️", + "text": "", + "type": 1, + "order": 1695, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "vampiresa: tono de piel claro medio", + "hexcode": "1F9DB-1F3FC-200D-2640-FE0F", + "emoji": "🧛🏼‍♀️", + "text": "", + "type": 1, + "order": 1697, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "vampiresa: tono de piel medio", + "hexcode": "1F9DB-1F3FD-200D-2640-FE0F", + "emoji": "🧛🏽‍♀️", + "text": "", + "type": 1, + "order": 1699, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "vampiresa: tono de piel oscuro medio", + "hexcode": "1F9DB-1F3FE-200D-2640-FE0F", + "emoji": "🧛🏾‍♀️", + "text": "", + "type": 1, + "order": 1701, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "vampiresa: tono de piel oscuro", + "hexcode": "1F9DB-1F3FF-200D-2640-FE0F", + "emoji": "🧛🏿‍♀️", + "text": "", + "type": 1, + "order": 1703, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona sirena", + "hexcode": "1F9DC", + "tags": [ + "sirena" + ], + "emoji": "🧜", + "text": "", + "type": 1, + "order": 1705, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "persona sirena: tono de piel claro", + "hexcode": "1F9DC-1F3FB", + "emoji": "🧜🏻", + "text": "", + "type": 1, + "order": 1706, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "persona sirena: tono de piel claro medio", + "hexcode": "1F9DC-1F3FC", + "emoji": "🧜🏼", + "text": "", + "type": 1, + "order": 1707, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "persona sirena: tono de piel medio", + "hexcode": "1F9DC-1F3FD", + "emoji": "🧜🏽", + "text": "", + "type": 1, + "order": 1708, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "persona sirena: tono de piel oscuro medio", + "hexcode": "1F9DC-1F3FE", + "emoji": "🧜🏾", + "text": "", + "type": 1, + "order": 1709, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "persona sirena: tono de piel oscuro", + "hexcode": "1F9DC-1F3FF", + "emoji": "🧜🏿", + "text": "", + "type": 1, + "order": 1710, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "sirena hombre", + "hexcode": "1F9DC-200D-2642-FE0F", + "tags": [ + "sirena", + "tritón" + ], + "emoji": "🧜‍♂️", + "text": "", + "type": 1, + "order": 1711, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "sirena hombre: tono de piel claro", + "hexcode": "1F9DC-1F3FB-200D-2642-FE0F", + "emoji": "🧜🏻‍♂️", + "text": "", + "type": 1, + "order": 1713, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "sirena hombre: tono de piel claro medio", + "hexcode": "1F9DC-1F3FC-200D-2642-FE0F", + "emoji": "🧜🏼‍♂️", + "text": "", + "type": 1, + "order": 1715, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "sirena hombre: tono de piel medio", + "hexcode": "1F9DC-1F3FD-200D-2642-FE0F", + "emoji": "🧜🏽‍♂️", + "text": "", + "type": 1, + "order": 1717, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "sirena hombre: tono de piel oscuro medio", + "hexcode": "1F9DC-1F3FE-200D-2642-FE0F", + "emoji": "🧜🏾‍♂️", + "text": "", + "type": 1, + "order": 1719, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "sirena hombre: tono de piel oscuro", + "hexcode": "1F9DC-1F3FF-200D-2642-FE0F", + "emoji": "🧜🏿‍♂️", + "text": "", + "type": 1, + "order": 1721, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "sirena", + "hexcode": "1F9DC-200D-2640-FE0F", + "tags": [ + "sirena" + ], + "emoji": "🧜‍♀️", + "text": "", + "type": 1, + "order": 1723, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "sirena: tono de piel claro", + "hexcode": "1F9DC-1F3FB-200D-2640-FE0F", + "emoji": "🧜🏻‍♀️", + "text": "", + "type": 1, + "order": 1725, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "sirena: tono de piel claro medio", + "hexcode": "1F9DC-1F3FC-200D-2640-FE0F", + "emoji": "🧜🏼‍♀️", + "text": "", + "type": 1, + "order": 1727, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "sirena: tono de piel medio", + "hexcode": "1F9DC-1F3FD-200D-2640-FE0F", + "emoji": "🧜🏽‍♀️", + "text": "", + "type": 1, + "order": 1729, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "sirena: tono de piel oscuro medio", + "hexcode": "1F9DC-1F3FE-200D-2640-FE0F", + "emoji": "🧜🏾‍♀️", + "text": "", + "type": 1, + "order": 1731, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "sirena: tono de piel oscuro", + "hexcode": "1F9DC-1F3FF-200D-2640-FE0F", + "emoji": "🧜🏿‍♀️", + "text": "", + "type": 1, + "order": 1733, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "elfo", + "hexcode": "1F9DD", + "tags": [ + "mágico" + ], + "emoji": "🧝", + "text": "", + "type": 1, + "order": 1735, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "elfo: tono de piel claro", + "hexcode": "1F9DD-1F3FB", + "emoji": "🧝🏻", + "text": "", + "type": 1, + "order": 1736, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "elfo: tono de piel claro medio", + "hexcode": "1F9DD-1F3FC", + "emoji": "🧝🏼", + "text": "", + "type": 1, + "order": 1737, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "elfo: tono de piel medio", + "hexcode": "1F9DD-1F3FD", + "emoji": "🧝🏽", + "text": "", + "type": 1, + "order": 1738, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "elfo: tono de piel oscuro medio", + "hexcode": "1F9DD-1F3FE", + "emoji": "🧝🏾", + "text": "", + "type": 1, + "order": 1739, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "elfo: tono de piel oscuro", + "hexcode": "1F9DD-1F3FF", + "emoji": "🧝🏿", + "text": "", + "type": 1, + "order": 1740, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "elfo hombre", + "hexcode": "1F9DD-200D-2642-FE0F", + "tags": [ + "elfo", + "mágico" + ], + "emoji": "🧝‍♂️", + "text": "", + "type": 1, + "order": 1741, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "elfo hombre: tono de piel claro", + "hexcode": "1F9DD-1F3FB-200D-2642-FE0F", + "emoji": "🧝🏻‍♂️", + "text": "", + "type": 1, + "order": 1743, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "elfo hombre: tono de piel claro medio", + "hexcode": "1F9DD-1F3FC-200D-2642-FE0F", + "emoji": "🧝🏼‍♂️", + "text": "", + "type": 1, + "order": 1745, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "elfo hombre: tono de piel medio", + "hexcode": "1F9DD-1F3FD-200D-2642-FE0F", + "emoji": "🧝🏽‍♂️", + "text": "", + "type": 1, + "order": 1747, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "elfo hombre: tono de piel oscuro medio", + "hexcode": "1F9DD-1F3FE-200D-2642-FE0F", + "emoji": "🧝🏾‍♂️", + "text": "", + "type": 1, + "order": 1749, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "elfo hombre: tono de piel oscuro", + "hexcode": "1F9DD-1F3FF-200D-2642-FE0F", + "emoji": "🧝🏿‍♂️", + "text": "", + "type": 1, + "order": 1751, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "elfa", + "hexcode": "1F9DD-200D-2640-FE0F", + "tags": [ + "mujer", + "mágico" + ], + "emoji": "🧝‍♀️", + "text": "", + "type": 1, + "order": 1753, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "elfa: tono de piel claro", + "hexcode": "1F9DD-1F3FB-200D-2640-FE0F", + "emoji": "🧝🏻‍♀️", + "text": "", + "type": 1, + "order": 1755, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "elfa: tono de piel claro medio", + "hexcode": "1F9DD-1F3FC-200D-2640-FE0F", + "emoji": "🧝🏼‍♀️", + "text": "", + "type": 1, + "order": 1757, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "elfa: tono de piel medio", + "hexcode": "1F9DD-1F3FD-200D-2640-FE0F", + "emoji": "🧝🏽‍♀️", + "text": "", + "type": 1, + "order": 1759, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "elfa: tono de piel oscuro medio", + "hexcode": "1F9DD-1F3FE-200D-2640-FE0F", + "emoji": "🧝🏾‍♀️", + "text": "", + "type": 1, + "order": 1761, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "elfa: tono de piel oscuro", + "hexcode": "1F9DD-1F3FF-200D-2640-FE0F", + "emoji": "🧝🏿‍♀️", + "text": "", + "type": 1, + "order": 1763, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "genio", + "hexcode": "1F9DE", + "tags": [ + "lámpara" + ], + "emoji": "🧞", + "text": "", + "type": 1, + "order": 1765, + "group": 1, + "subgroup": 25, + "version": 5 + }, + { + "annotation": "genio hombre", + "hexcode": "1F9DE-200D-2642-FE0F", + "tags": [ + "djinn", + "genio", + "lámpara" + ], + "emoji": "🧞‍♂️", + "text": "", + "type": 1, + "order": 1766, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "genio mujer", + "hexcode": "1F9DE-200D-2640-FE0F", + "tags": [ + "genio", + "lámpara" + ], + "emoji": "🧞‍♀️", + "text": "", + "type": 1, + "order": 1768, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "zombi", + "hexcode": "1F9DF", + "tags": [ + "caminante", + "muerto viviente", + "no muerto" + ], + "emoji": "🧟", + "text": "", + "type": 1, + "order": 1770, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": "8#" + }, + { + "annotation": "zombi hombre", + "hexcode": "1F9DF-200D-2642-FE0F", + "tags": [ + "caminante", + "muerto viviente", + "no muerto" + ], + "emoji": "🧟‍♂️", + "text": "", + "type": 1, + "order": 1771, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "zombi mujer", + "hexcode": "1F9DF-200D-2640-FE0F", + "tags": [ + "caminante", + "muerta viviente", + "no muerta" + ], + "emoji": "🧟‍♀️", + "text": "", + "type": 1, + "order": 1773, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "persona recibiendo masaje", + "hexcode": "1F486", + "tags": [ + "cara", + "facial", + "masaje", + "salón" + ], + "emoji": "💆", + "text": "", + "type": 1, + "order": 1775, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "persona recibiendo masaje: tono de piel claro", + "hexcode": "1F486-1F3FB", + "emoji": "💆🏻", + "text": "", + "type": 1, + "order": 1776, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona recibiendo masaje: tono de piel claro medio", + "hexcode": "1F486-1F3FC", + "emoji": "💆🏼", + "text": "", + "type": 1, + "order": 1777, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona recibiendo masaje: tono de piel medio", + "hexcode": "1F486-1F3FD", + "emoji": "💆🏽", + "text": "", + "type": 1, + "order": 1778, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona recibiendo masaje: tono de piel oscuro medio", + "hexcode": "1F486-1F3FE", + "emoji": "💆🏾", + "text": "", + "type": 1, + "order": 1779, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona recibiendo masaje: tono de piel oscuro", + "hexcode": "1F486-1F3FF", + "emoji": "💆🏿", + "text": "", + "type": 1, + "order": 1780, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre recibiendo masaje", + "hexcode": "1F486-200D-2642-FE0F", + "tags": [ + "cara", + "facial", + "masaje", + "salón" + ], + "emoji": "💆‍♂️", + "text": "", + "type": 1, + "order": 1781, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre recibiendo masaje: tono de piel claro", + "hexcode": "1F486-1F3FB-200D-2642-FE0F", + "emoji": "💆🏻‍♂️", + "text": "", + "type": 1, + "order": 1783, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre recibiendo masaje: tono de piel claro medio", + "hexcode": "1F486-1F3FC-200D-2642-FE0F", + "emoji": "💆🏼‍♂️", + "text": "", + "type": 1, + "order": 1785, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre recibiendo masaje: tono de piel medio", + "hexcode": "1F486-1F3FD-200D-2642-FE0F", + "emoji": "💆🏽‍♂️", + "text": "", + "type": 1, + "order": 1787, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre recibiendo masaje: tono de piel oscuro medio", + "hexcode": "1F486-1F3FE-200D-2642-FE0F", + "emoji": "💆🏾‍♂️", + "text": "", + "type": 1, + "order": 1789, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre recibiendo masaje: tono de piel oscuro", + "hexcode": "1F486-1F3FF-200D-2642-FE0F", + "emoji": "💆🏿‍♂️", + "text": "", + "type": 1, + "order": 1791, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer recibiendo masaje", + "hexcode": "1F486-200D-2640-FE0F", + "tags": [ + "cara", + "facial", + "masaje", + "salón" + ], + "emoji": "💆‍♀️", + "text": "", + "type": 1, + "order": 1793, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer recibiendo masaje: tono de piel claro", + "hexcode": "1F486-1F3FB-200D-2640-FE0F", + "emoji": "💆🏻‍♀️", + "text": "", + "type": 1, + "order": 1795, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer recibiendo masaje: tono de piel claro medio", + "hexcode": "1F486-1F3FC-200D-2640-FE0F", + "emoji": "💆🏼‍♀️", + "text": "", + "type": 1, + "order": 1797, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer recibiendo masaje: tono de piel medio", + "hexcode": "1F486-1F3FD-200D-2640-FE0F", + "emoji": "💆🏽‍♀️", + "text": "", + "type": 1, + "order": 1799, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer recibiendo masaje: tono de piel oscuro medio", + "hexcode": "1F486-1F3FE-200D-2640-FE0F", + "emoji": "💆🏾‍♀️", + "text": "", + "type": 1, + "order": 1801, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer recibiendo masaje: tono de piel oscuro", + "hexcode": "1F486-1F3FF-200D-2640-FE0F", + "emoji": "💆🏿‍♀️", + "text": "", + "type": 1, + "order": 1803, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona cortándose el pelo", + "hexcode": "1F487", + "tags": [ + "belleza", + "corte", + "pelo", + "peluquero" + ], + "emoji": "💇", + "text": "", + "type": 1, + "order": 1805, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "persona cortándose el pelo: tono de piel claro", + "hexcode": "1F487-1F3FB", + "emoji": "💇🏻", + "text": "", + "type": 1, + "order": 1806, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona cortándose el pelo: tono de piel claro medio", + "hexcode": "1F487-1F3FC", + "emoji": "💇🏼", + "text": "", + "type": 1, + "order": 1807, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona cortándose el pelo: tono de piel medio", + "hexcode": "1F487-1F3FD", + "emoji": "💇🏽", + "text": "", + "type": 1, + "order": 1808, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona cortándose el pelo: tono de piel oscuro medio", + "hexcode": "1F487-1F3FE", + "emoji": "💇🏾", + "text": "", + "type": 1, + "order": 1809, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona cortándose el pelo: tono de piel oscuro", + "hexcode": "1F487-1F3FF", + "emoji": "💇🏿", + "text": "", + "type": 1, + "order": 1810, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre cortándose el pelo", + "hexcode": "1F487-200D-2642-FE0F", + "tags": [ + "belleza", + "corte", + "pelo", + "peluquero" + ], + "emoji": "💇‍♂️", + "text": "", + "type": 1, + "order": 1811, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre cortándose el pelo: tono de piel claro", + "hexcode": "1F487-1F3FB-200D-2642-FE0F", + "emoji": "💇🏻‍♂️", + "text": "", + "type": 1, + "order": 1813, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre cortándose el pelo: tono de piel claro medio", + "hexcode": "1F487-1F3FC-200D-2642-FE0F", + "emoji": "💇🏼‍♂️", + "text": "", + "type": 1, + "order": 1815, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre cortándose el pelo: tono de piel medio", + "hexcode": "1F487-1F3FD-200D-2642-FE0F", + "emoji": "💇🏽‍♂️", + "text": "", + "type": 1, + "order": 1817, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre cortándose el pelo: tono de piel oscuro medio", + "hexcode": "1F487-1F3FE-200D-2642-FE0F", + "emoji": "💇🏾‍♂️", + "text": "", + "type": 1, + "order": 1819, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre cortándose el pelo: tono de piel oscuro", + "hexcode": "1F487-1F3FF-200D-2642-FE0F", + "emoji": "💇🏿‍♂️", + "text": "", + "type": 1, + "order": 1821, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer cortándose el pelo", + "hexcode": "1F487-200D-2640-FE0F", + "tags": [ + "belleza", + "corte", + "pelo", + "peluquero" + ], + "emoji": "💇‍♀️", + "text": "", + "type": 1, + "order": 1823, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer cortándose el pelo: tono de piel claro", + "hexcode": "1F487-1F3FB-200D-2640-FE0F", + "emoji": "💇🏻‍♀️", + "text": "", + "type": 1, + "order": 1825, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer cortándose el pelo: tono de piel claro medio", + "hexcode": "1F487-1F3FC-200D-2640-FE0F", + "emoji": "💇🏼‍♀️", + "text": "", + "type": 1, + "order": 1827, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer cortándose el pelo: tono de piel medio", + "hexcode": "1F487-1F3FD-200D-2640-FE0F", + "emoji": "💇🏽‍♀️", + "text": "", + "type": 1, + "order": 1829, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer cortándose el pelo: tono de piel oscuro medio", + "hexcode": "1F487-1F3FE-200D-2640-FE0F", + "emoji": "💇🏾‍♀️", + "text": "", + "type": 1, + "order": 1831, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer cortándose el pelo: tono de piel oscuro", + "hexcode": "1F487-1F3FF-200D-2640-FE0F", + "emoji": "💇🏿‍♀️", + "text": "", + "type": 1, + "order": 1833, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona caminando", + "hexcode": "1F6B6", + "tags": [ + "andar", + "caminando", + "caminar" + ], + "emoji": "🚶", + "text": "", + "type": 1, + "order": 1835, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "persona caminando: tono de piel claro", + "hexcode": "1F6B6-1F3FB", + "emoji": "🚶🏻", + "text": "", + "type": 1, + "order": 1836, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona caminando: tono de piel claro medio", + "hexcode": "1F6B6-1F3FC", + "emoji": "🚶🏼", + "text": "", + "type": 1, + "order": 1837, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona caminando: tono de piel medio", + "hexcode": "1F6B6-1F3FD", + "emoji": "🚶🏽", + "text": "", + "type": 1, + "order": 1838, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona caminando: tono de piel oscuro medio", + "hexcode": "1F6B6-1F3FE", + "emoji": "🚶🏾", + "text": "", + "type": 1, + "order": 1839, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona caminando: tono de piel oscuro", + "hexcode": "1F6B6-1F3FF", + "emoji": "🚶🏿", + "text": "", + "type": 1, + "order": 1840, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre caminando", + "hexcode": "1F6B6-200D-2642-FE0F", + "tags": [ + "andar", + "caminata", + "hombre", + "marcha" + ], + "emoji": "🚶‍♂️", + "text": "", + "type": 1, + "order": 1841, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre caminando: tono de piel claro", + "hexcode": "1F6B6-1F3FB-200D-2642-FE0F", + "emoji": "🚶🏻‍♂️", + "text": "", + "type": 1, + "order": 1843, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre caminando: tono de piel claro medio", + "hexcode": "1F6B6-1F3FC-200D-2642-FE0F", + "emoji": "🚶🏼‍♂️", + "text": "", + "type": 1, + "order": 1845, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre caminando: tono de piel medio", + "hexcode": "1F6B6-1F3FD-200D-2642-FE0F", + "emoji": "🚶🏽‍♂️", + "text": "", + "type": 1, + "order": 1847, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre caminando: tono de piel oscuro medio", + "hexcode": "1F6B6-1F3FE-200D-2642-FE0F", + "emoji": "🚶🏾‍♂️", + "text": "", + "type": 1, + "order": 1849, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre caminando: tono de piel oscuro", + "hexcode": "1F6B6-1F3FF-200D-2642-FE0F", + "emoji": "🚶🏿‍♂️", + "text": "", + "type": 1, + "order": 1851, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer caminando", + "hexcode": "1F6B6-200D-2640-FE0F", + "tags": [ + "andar", + "caminata", + "marcha", + "mujer" + ], + "emoji": "🚶‍♀️", + "text": "", + "type": 1, + "order": 1853, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer caminando: tono de piel claro", + "hexcode": "1F6B6-1F3FB-200D-2640-FE0F", + "emoji": "🚶🏻‍♀️", + "text": "", + "type": 1, + "order": 1855, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer caminando: tono de piel claro medio", + "hexcode": "1F6B6-1F3FC-200D-2640-FE0F", + "emoji": "🚶🏼‍♀️", + "text": "", + "type": 1, + "order": 1857, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer caminando: tono de piel medio", + "hexcode": "1F6B6-1F3FD-200D-2640-FE0F", + "emoji": "🚶🏽‍♀️", + "text": "", + "type": 1, + "order": 1859, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer caminando: tono de piel oscuro medio", + "hexcode": "1F6B6-1F3FE-200D-2640-FE0F", + "emoji": "🚶🏾‍♀️", + "text": "", + "type": 1, + "order": 1861, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer caminando: tono de piel oscuro", + "hexcode": "1F6B6-1F3FF-200D-2640-FE0F", + "emoji": "🚶🏿‍♀️", + "text": "", + "type": 1, + "order": 1863, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona de pie", + "hexcode": "1F9CD", + "tags": [ + "de pie", + "levantada", + "levantado", + "levantarse" + ], + "emoji": "🧍", + "text": "", + "type": 1, + "order": 1865, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "persona de pie: tono de piel claro", + "hexcode": "1F9CD-1F3FB", + "emoji": "🧍🏻", + "text": "", + "type": 1, + "order": 1866, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "persona de pie: tono de piel claro medio", + "hexcode": "1F9CD-1F3FC", + "emoji": "🧍🏼", + "text": "", + "type": 1, + "order": 1867, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "persona de pie: tono de piel medio", + "hexcode": "1F9CD-1F3FD", + "emoji": "🧍🏽", + "text": "", + "type": 1, + "order": 1868, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "persona de pie: tono de piel oscuro medio", + "hexcode": "1F9CD-1F3FE", + "emoji": "🧍🏾", + "text": "", + "type": 1, + "order": 1869, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "persona de pie: tono de piel oscuro", + "hexcode": "1F9CD-1F3FF", + "emoji": "🧍🏿", + "text": "", + "type": 1, + "order": 1870, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "hombre de pie", + "hexcode": "1F9CD-200D-2642-FE0F", + "tags": [ + "de pie", + "hombre", + "levantado", + "levantarse" + ], + "emoji": "🧍‍♂️", + "text": "", + "type": 1, + "order": 1871, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "hombre de pie: tono de piel claro", + "hexcode": "1F9CD-1F3FB-200D-2642-FE0F", + "emoji": "🧍🏻‍♂️", + "text": "", + "type": 1, + "order": 1873, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre de pie: tono de piel claro medio", + "hexcode": "1F9CD-1F3FC-200D-2642-FE0F", + "emoji": "🧍🏼‍♂️", + "text": "", + "type": 1, + "order": 1875, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre de pie: tono de piel medio", + "hexcode": "1F9CD-1F3FD-200D-2642-FE0F", + "emoji": "🧍🏽‍♂️", + "text": "", + "type": 1, + "order": 1877, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre de pie: tono de piel oscuro medio", + "hexcode": "1F9CD-1F3FE-200D-2642-FE0F", + "emoji": "🧍🏾‍♂️", + "text": "", + "type": 1, + "order": 1879, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre de pie: tono de piel oscuro", + "hexcode": "1F9CD-1F3FF-200D-2642-FE0F", + "emoji": "🧍🏿‍♂️", + "text": "", + "type": 1, + "order": 1881, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer de pie", + "hexcode": "1F9CD-200D-2640-FE0F", + "tags": [ + "de pie", + "levantada", + "levantarse", + "mujer" + ], + "emoji": "🧍‍♀️", + "text": "", + "type": 1, + "order": 1883, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "mujer de pie: tono de piel claro", + "hexcode": "1F9CD-1F3FB-200D-2640-FE0F", + "emoji": "🧍🏻‍♀️", + "text": "", + "type": 1, + "order": 1885, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer de pie: tono de piel claro medio", + "hexcode": "1F9CD-1F3FC-200D-2640-FE0F", + "emoji": "🧍🏼‍♀️", + "text": "", + "type": 1, + "order": 1887, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer de pie: tono de piel medio", + "hexcode": "1F9CD-1F3FD-200D-2640-FE0F", + "emoji": "🧍🏽‍♀️", + "text": "", + "type": 1, + "order": 1889, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer de pie: tono de piel oscuro medio", + "hexcode": "1F9CD-1F3FE-200D-2640-FE0F", + "emoji": "🧍🏾‍♀️", + "text": "", + "type": 1, + "order": 1891, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer de pie: tono de piel oscuro", + "hexcode": "1F9CD-1F3FF-200D-2640-FE0F", + "emoji": "🧍🏿‍♀️", + "text": "", + "type": 1, + "order": 1893, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona de rodillas", + "hexcode": "1F9CE", + "tags": [ + "arrodillada", + "arrodillado", + "arrodillarse", + "de rodillas" + ], + "emoji": "🧎", + "text": "", + "type": 1, + "order": 1895, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "persona de rodillas: tono de piel claro", + "hexcode": "1F9CE-1F3FB", + "emoji": "🧎🏻", + "text": "", + "type": 1, + "order": 1896, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "persona de rodillas: tono de piel claro medio", + "hexcode": "1F9CE-1F3FC", + "emoji": "🧎🏼", + "text": "", + "type": 1, + "order": 1897, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "persona de rodillas: tono de piel medio", + "hexcode": "1F9CE-1F3FD", + "emoji": "🧎🏽", + "text": "", + "type": 1, + "order": 1898, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "persona de rodillas: tono de piel oscuro medio", + "hexcode": "1F9CE-1F3FE", + "emoji": "🧎🏾", + "text": "", + "type": 1, + "order": 1899, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "persona de rodillas: tono de piel oscuro", + "hexcode": "1F9CE-1F3FF", + "emoji": "🧎🏿", + "text": "", + "type": 1, + "order": 1900, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "hombre de rodillas", + "hexcode": "1F9CE-200D-2642-FE0F", + "tags": [ + "arrodillado", + "arrodillarse", + "de rodillas", + "hombre" + ], + "emoji": "🧎‍♂️", + "text": "", + "type": 1, + "order": 1901, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "hombre de rodillas: tono de piel claro", + "hexcode": "1F9CE-1F3FB-200D-2642-FE0F", + "emoji": "🧎🏻‍♂️", + "text": "", + "type": 1, + "order": 1903, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre de rodillas: tono de piel claro medio", + "hexcode": "1F9CE-1F3FC-200D-2642-FE0F", + "emoji": "🧎🏼‍♂️", + "text": "", + "type": 1, + "order": 1905, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre de rodillas: tono de piel medio", + "hexcode": "1F9CE-1F3FD-200D-2642-FE0F", + "emoji": "🧎🏽‍♂️", + "text": "", + "type": 1, + "order": 1907, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre de rodillas: tono de piel oscuro medio", + "hexcode": "1F9CE-1F3FE-200D-2642-FE0F", + "emoji": "🧎🏾‍♂️", + "text": "", + "type": 1, + "order": 1909, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre de rodillas: tono de piel oscuro", + "hexcode": "1F9CE-1F3FF-200D-2642-FE0F", + "emoji": "🧎🏿‍♂️", + "text": "", + "type": 1, + "order": 1911, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer de rodillas", + "hexcode": "1F9CE-200D-2640-FE0F", + "tags": [ + "arrodillada", + "arrodillarse", + "de rodillas", + "mujer" + ], + "emoji": "🧎‍♀️", + "text": "", + "type": 1, + "order": 1913, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "mujer de rodillas: tono de piel claro", + "hexcode": "1F9CE-1F3FB-200D-2640-FE0F", + "emoji": "🧎🏻‍♀️", + "text": "", + "type": 1, + "order": 1915, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer de rodillas: tono de piel claro medio", + "hexcode": "1F9CE-1F3FC-200D-2640-FE0F", + "emoji": "🧎🏼‍♀️", + "text": "", + "type": 1, + "order": 1917, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer de rodillas: tono de piel medio", + "hexcode": "1F9CE-1F3FD-200D-2640-FE0F", + "emoji": "🧎🏽‍♀️", + "text": "", + "type": 1, + "order": 1919, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer de rodillas: tono de piel oscuro medio", + "hexcode": "1F9CE-1F3FE-200D-2640-FE0F", + "emoji": "🧎🏾‍♀️", + "text": "", + "type": 1, + "order": 1921, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer de rodillas: tono de piel oscuro", + "hexcode": "1F9CE-1F3FF-200D-2640-FE0F", + "emoji": "🧎🏿‍♀️", + "text": "", + "type": 1, + "order": 1923, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona con bastón", + "hexcode": "1F9D1-200D-1F9AF", + "tags": [ + "accesibilidad", + "ciego", + "invidente" + ], + "emoji": "🧑‍🦯", + "text": "", + "type": 1, + "order": 1925, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "persona con bastón: tono de piel claro", + "hexcode": "1F9D1-1F3FB-200D-1F9AF", + "emoji": "🧑🏻‍🦯", + "text": "", + "type": 1, + "order": 1926, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "persona con bastón: tono de piel claro medio", + "hexcode": "1F9D1-1F3FC-200D-1F9AF", + "emoji": "🧑🏼‍🦯", + "text": "", + "type": 1, + "order": 1927, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "persona con bastón: tono de piel medio", + "hexcode": "1F9D1-1F3FD-200D-1F9AF", + "emoji": "🧑🏽‍🦯", + "text": "", + "type": 1, + "order": 1928, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "persona con bastón: tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FE-200D-1F9AF", + "emoji": "🧑🏾‍🦯", + "text": "", + "type": 1, + "order": 1929, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "persona con bastón: tono de piel oscuro", + "hexcode": "1F9D1-1F3FF-200D-1F9AF", + "emoji": "🧑🏿‍🦯", + "text": "", + "type": 1, + "order": 1930, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre con bastón", + "hexcode": "1F468-200D-1F9AF", + "tags": [ + "accesibilidad", + "bastón", + "ciego", + "hombre", + "invidente" + ], + "emoji": "👨‍🦯", + "text": "", + "type": 1, + "order": 1931, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "hombre con bastón: tono de piel claro", + "hexcode": "1F468-1F3FB-200D-1F9AF", + "emoji": "👨🏻‍🦯", + "text": "", + "type": 1, + "order": 1932, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "hombre con bastón: tono de piel claro medio", + "hexcode": "1F468-1F3FC-200D-1F9AF", + "emoji": "👨🏼‍🦯", + "text": "", + "type": 1, + "order": 1933, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "hombre con bastón: tono de piel medio", + "hexcode": "1F468-1F3FD-200D-1F9AF", + "emoji": "👨🏽‍🦯", + "text": "", + "type": 1, + "order": 1934, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "hombre con bastón: tono de piel oscuro medio", + "hexcode": "1F468-1F3FE-200D-1F9AF", + "emoji": "👨🏾‍🦯", + "text": "", + "type": 1, + "order": 1935, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "hombre con bastón: tono de piel oscuro", + "hexcode": "1F468-1F3FF-200D-1F9AF", + "emoji": "👨🏿‍🦯", + "text": "", + "type": 1, + "order": 1936, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "mujer con bastón", + "hexcode": "1F469-200D-1F9AF", + "tags": [ + "accesibilidad", + "bastón", + "ciega", + "invidente", + "mujer" + ], + "emoji": "👩‍🦯", + "text": "", + "type": 1, + "order": 1937, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "mujer con bastón: tono de piel claro", + "hexcode": "1F469-1F3FB-200D-1F9AF", + "emoji": "👩🏻‍🦯", + "text": "", + "type": 1, + "order": 1938, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "mujer con bastón: tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-1F9AF", + "emoji": "👩🏼‍🦯", + "text": "", + "type": 1, + "order": 1939, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "mujer con bastón: tono de piel medio", + "hexcode": "1F469-1F3FD-200D-1F9AF", + "emoji": "👩🏽‍🦯", + "text": "", + "type": 1, + "order": 1940, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "mujer con bastón: tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-1F9AF", + "emoji": "👩🏾‍🦯", + "text": "", + "type": 1, + "order": 1941, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "mujer con bastón: tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-1F9AF", + "emoji": "👩🏿‍🦯", + "text": "", + "type": 1, + "order": 1942, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "persona en silla de ruedas eléctrica", + "hexcode": "1F9D1-200D-1F9BC", + "tags": [ + "accesibilidad", + "silla de ruedas" + ], + "emoji": "🧑‍🦼", + "text": "", + "type": 1, + "order": 1943, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "persona en silla de ruedas eléctrica: tono de piel claro", + "hexcode": "1F9D1-1F3FB-200D-1F9BC", + "emoji": "🧑🏻‍🦼", + "text": "", + "type": 1, + "order": 1944, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "persona en silla de ruedas eléctrica: tono de piel claro medio", + "hexcode": "1F9D1-1F3FC-200D-1F9BC", + "emoji": "🧑🏼‍🦼", + "text": "", + "type": 1, + "order": 1945, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "persona en silla de ruedas eléctrica: tono de piel medio", + "hexcode": "1F9D1-1F3FD-200D-1F9BC", + "emoji": "🧑🏽‍🦼", + "text": "", + "type": 1, + "order": 1946, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "persona en silla de ruedas eléctrica: tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FE-200D-1F9BC", + "emoji": "🧑🏾‍🦼", + "text": "", + "type": 1, + "order": 1947, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "persona en silla de ruedas eléctrica: tono de piel oscuro", + "hexcode": "1F9D1-1F3FF-200D-1F9BC", + "emoji": "🧑🏿‍🦼", + "text": "", + "type": 1, + "order": 1948, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en silla de ruedas eléctrica", + "hexcode": "1F468-200D-1F9BC", + "tags": [ + "accesibilidad", + "hombre", + "silla de ruedas" + ], + "emoji": "👨‍🦼", + "text": "", + "type": 1, + "order": 1949, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "hombre en silla de ruedas eléctrica: tono de piel claro", + "hexcode": "1F468-1F3FB-200D-1F9BC", + "emoji": "👨🏻‍🦼", + "text": "", + "type": 1, + "order": 1950, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "hombre en silla de ruedas eléctrica: tono de piel claro medio", + "hexcode": "1F468-1F3FC-200D-1F9BC", + "emoji": "👨🏼‍🦼", + "text": "", + "type": 1, + "order": 1951, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "hombre en silla de ruedas eléctrica: tono de piel medio", + "hexcode": "1F468-1F3FD-200D-1F9BC", + "emoji": "👨🏽‍🦼", + "text": "", + "type": 1, + "order": 1952, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "hombre en silla de ruedas eléctrica: tono de piel oscuro medio", + "hexcode": "1F468-1F3FE-200D-1F9BC", + "emoji": "👨🏾‍🦼", + "text": "", + "type": 1, + "order": 1953, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "hombre en silla de ruedas eléctrica: tono de piel oscuro", + "hexcode": "1F468-1F3FF-200D-1F9BC", + "emoji": "👨🏿‍🦼", + "text": "", + "type": 1, + "order": 1954, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en silla de ruedas eléctrica", + "hexcode": "1F469-200D-1F9BC", + "tags": [ + "accesibilidad", + "mujer", + "silla de ruedas" + ], + "emoji": "👩‍🦼", + "text": "", + "type": 1, + "order": 1955, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "mujer en silla de ruedas eléctrica: tono de piel claro", + "hexcode": "1F469-1F3FB-200D-1F9BC", + "emoji": "👩🏻‍🦼", + "text": "", + "type": 1, + "order": 1956, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "mujer en silla de ruedas eléctrica: tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-1F9BC", + "emoji": "👩🏼‍🦼", + "text": "", + "type": 1, + "order": 1957, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "mujer en silla de ruedas eléctrica: tono de piel medio", + "hexcode": "1F469-1F3FD-200D-1F9BC", + "emoji": "👩🏽‍🦼", + "text": "", + "type": 1, + "order": 1958, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "mujer en silla de ruedas eléctrica: tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-1F9BC", + "emoji": "👩🏾‍🦼", + "text": "", + "type": 1, + "order": 1959, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "mujer en silla de ruedas eléctrica: tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-1F9BC", + "emoji": "👩🏿‍🦼", + "text": "", + "type": 1, + "order": 1960, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "persona en silla de ruedas manual", + "hexcode": "1F9D1-200D-1F9BD", + "tags": [ + "accesibilidad", + "silla de ruedas" + ], + "emoji": "🧑‍🦽", + "text": "", + "type": 1, + "order": 1961, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "persona en silla de ruedas manual: tono de piel claro", + "hexcode": "1F9D1-1F3FB-200D-1F9BD", + "emoji": "🧑🏻‍🦽", + "text": "", + "type": 1, + "order": 1962, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "persona en silla de ruedas manual: tono de piel claro medio", + "hexcode": "1F9D1-1F3FC-200D-1F9BD", + "emoji": "🧑🏼‍🦽", + "text": "", + "type": 1, + "order": 1963, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "persona en silla de ruedas manual: tono de piel medio", + "hexcode": "1F9D1-1F3FD-200D-1F9BD", + "emoji": "🧑🏽‍🦽", + "text": "", + "type": 1, + "order": 1964, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "persona en silla de ruedas manual: tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FE-200D-1F9BD", + "emoji": "🧑🏾‍🦽", + "text": "", + "type": 1, + "order": 1965, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "persona en silla de ruedas manual: tono de piel oscuro", + "hexcode": "1F9D1-1F3FF-200D-1F9BD", + "emoji": "🧑🏿‍🦽", + "text": "", + "type": 1, + "order": 1966, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en silla de ruedas manual", + "hexcode": "1F468-200D-1F9BD", + "tags": [ + "accesibilidad", + "hombre", + "silla de ruedas" + ], + "emoji": "👨‍🦽", + "text": "", + "type": 1, + "order": 1967, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "hombre en silla de ruedas manual: tono de piel claro", + "hexcode": "1F468-1F3FB-200D-1F9BD", + "emoji": "👨🏻‍🦽", + "text": "", + "type": 1, + "order": 1968, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "hombre en silla de ruedas manual: tono de piel claro medio", + "hexcode": "1F468-1F3FC-200D-1F9BD", + "emoji": "👨🏼‍🦽", + "text": "", + "type": 1, + "order": 1969, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "hombre en silla de ruedas manual: tono de piel medio", + "hexcode": "1F468-1F3FD-200D-1F9BD", + "emoji": "👨🏽‍🦽", + "text": "", + "type": 1, + "order": 1970, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "hombre en silla de ruedas manual: tono de piel oscuro medio", + "hexcode": "1F468-1F3FE-200D-1F9BD", + "emoji": "👨🏾‍🦽", + "text": "", + "type": 1, + "order": 1971, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "hombre en silla de ruedas manual: tono de piel oscuro", + "hexcode": "1F468-1F3FF-200D-1F9BD", + "emoji": "👨🏿‍🦽", + "text": "", + "type": 1, + "order": 1972, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en silla de ruedas manual", + "hexcode": "1F469-200D-1F9BD", + "tags": [ + "accesibilidad", + "mujer", + "silla de ruedas" + ], + "emoji": "👩‍🦽", + "text": "", + "type": 1, + "order": 1973, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "mujer en silla de ruedas manual: tono de piel claro", + "hexcode": "1F469-1F3FB-200D-1F9BD", + "emoji": "👩🏻‍🦽", + "text": "", + "type": 1, + "order": 1974, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "mujer en silla de ruedas manual: tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-1F9BD", + "emoji": "👩🏼‍🦽", + "text": "", + "type": 1, + "order": 1975, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "mujer en silla de ruedas manual: tono de piel medio", + "hexcode": "1F469-1F3FD-200D-1F9BD", + "emoji": "👩🏽‍🦽", + "text": "", + "type": 1, + "order": 1976, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "mujer en silla de ruedas manual: tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-1F9BD", + "emoji": "👩🏾‍🦽", + "text": "", + "type": 1, + "order": 1977, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "mujer en silla de ruedas manual: tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-1F9BD", + "emoji": "👩🏿‍🦽", + "text": "", + "type": 1, + "order": 1978, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "persona corriendo", + "hexcode": "1F3C3", + "tags": [ + "carrera", + "deporte", + "maratón" + ], + "emoji": "🏃", + "text": "", + "type": 1, + "order": 1979, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "persona corriendo: tono de piel claro", + "hexcode": "1F3C3-1F3FB", + "emoji": "🏃🏻", + "text": "", + "type": 1, + "order": 1980, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona corriendo: tono de piel claro medio", + "hexcode": "1F3C3-1F3FC", + "emoji": "🏃🏼", + "text": "", + "type": 1, + "order": 1981, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona corriendo: tono de piel medio", + "hexcode": "1F3C3-1F3FD", + "emoji": "🏃🏽", + "text": "", + "type": 1, + "order": 1982, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona corriendo: tono de piel oscuro medio", + "hexcode": "1F3C3-1F3FE", + "emoji": "🏃🏾", + "text": "", + "type": 1, + "order": 1983, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona corriendo: tono de piel oscuro", + "hexcode": "1F3C3-1F3FF", + "emoji": "🏃🏿", + "text": "", + "type": 1, + "order": 1984, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre corriendo", + "hexcode": "1F3C3-200D-2642-FE0F", + "tags": [ + "carrera", + "correr", + "hombre", + "maratón" + ], + "emoji": "🏃‍♂️", + "text": "", + "type": 1, + "order": 1985, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre corriendo: tono de piel claro", + "hexcode": "1F3C3-1F3FB-200D-2642-FE0F", + "emoji": "🏃🏻‍♂️", + "text": "", + "type": 1, + "order": 1987, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre corriendo: tono de piel claro medio", + "hexcode": "1F3C3-1F3FC-200D-2642-FE0F", + "emoji": "🏃🏼‍♂️", + "text": "", + "type": 1, + "order": 1989, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre corriendo: tono de piel medio", + "hexcode": "1F3C3-1F3FD-200D-2642-FE0F", + "emoji": "🏃🏽‍♂️", + "text": "", + "type": 1, + "order": 1991, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre corriendo: tono de piel oscuro medio", + "hexcode": "1F3C3-1F3FE-200D-2642-FE0F", + "emoji": "🏃🏾‍♂️", + "text": "", + "type": 1, + "order": 1993, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre corriendo: tono de piel oscuro", + "hexcode": "1F3C3-1F3FF-200D-2642-FE0F", + "emoji": "🏃🏿‍♂️", + "text": "", + "type": 1, + "order": 1995, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer corriendo", + "hexcode": "1F3C3-200D-2640-FE0F", + "tags": [ + "carrera", + "correr", + "maratón", + "mujer" + ], + "emoji": "🏃‍♀️", + "text": "", + "type": 1, + "order": 1997, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer corriendo: tono de piel claro", + "hexcode": "1F3C3-1F3FB-200D-2640-FE0F", + "emoji": "🏃🏻‍♀️", + "text": "", + "type": 1, + "order": 1999, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer corriendo: tono de piel claro medio", + "hexcode": "1F3C3-1F3FC-200D-2640-FE0F", + "emoji": "🏃🏼‍♀️", + "text": "", + "type": 1, + "order": 2001, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer corriendo: tono de piel medio", + "hexcode": "1F3C3-1F3FD-200D-2640-FE0F", + "emoji": "🏃🏽‍♀️", + "text": "", + "type": 1, + "order": 2003, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer corriendo: tono de piel oscuro medio", + "hexcode": "1F3C3-1F3FE-200D-2640-FE0F", + "emoji": "🏃🏾‍♀️", + "text": "", + "type": 1, + "order": 2005, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer corriendo: tono de piel oscuro", + "hexcode": "1F3C3-1F3FF-200D-2640-FE0F", + "emoji": "🏃🏿‍♀️", + "text": "", + "type": 1, + "order": 2007, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "mujer bailando", + "hexcode": "1F483", + "tags": [ + "bailar", + "mujer" + ], + "emoji": "💃", + "text": "", + "type": 1, + "order": 2009, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "mujer bailando: tono de piel claro", + "hexcode": "1F483-1F3FB", + "emoji": "💃🏻", + "text": "", + "type": 1, + "order": 2010, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "mujer bailando: tono de piel claro medio", + "hexcode": "1F483-1F3FC", + "emoji": "💃🏼", + "text": "", + "type": 1, + "order": 2011, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "mujer bailando: tono de piel medio", + "hexcode": "1F483-1F3FD", + "emoji": "💃🏽", + "text": "", + "type": 1, + "order": 2012, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "mujer bailando: tono de piel oscuro medio", + "hexcode": "1F483-1F3FE", + "emoji": "💃🏾", + "text": "", + "type": 1, + "order": 2013, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "mujer bailando: tono de piel oscuro", + "hexcode": "1F483-1F3FF", + "emoji": "💃🏿", + "text": "", + "type": 1, + "order": 2014, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre bailando", + "hexcode": "1F57A", + "tags": [ + "bailar", + "hombre" + ], + "emoji": "🕺", + "text": "", + "type": 1, + "order": 2015, + "group": 1, + "subgroup": 26, + "version": 3, + "skins": [ + { + "annotation": "hombre bailando: tono de piel claro", + "hexcode": "1F57A-1F3FB", + "emoji": "🕺🏻", + "text": "", + "type": 1, + "order": 2016, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 1 + }, + { + "annotation": "hombre bailando: tono de piel claro medio", + "hexcode": "1F57A-1F3FC", + "emoji": "🕺🏼", + "text": "", + "type": 1, + "order": 2017, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 2 + }, + { + "annotation": "hombre bailando: tono de piel medio", + "hexcode": "1F57A-1F3FD", + "emoji": "🕺🏽", + "text": "", + "type": 1, + "order": 2018, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 3 + }, + { + "annotation": "hombre bailando: tono de piel oscuro medio", + "hexcode": "1F57A-1F3FE", + "emoji": "🕺🏾", + "text": "", + "type": 1, + "order": 2019, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 4 + }, + { + "annotation": "hombre bailando: tono de piel oscuro", + "hexcode": "1F57A-1F3FF", + "emoji": "🕺🏿", + "text": "", + "type": 1, + "order": 2020, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "hombre trajeado levitando", + "hexcode": "1F574", + "tags": [ + "hombre", + "levitar", + "negocios", + "traje" + ], + "emoji": "🕴️", + "text": "🕴︎", + "type": 0, + "order": 2022, + "group": 1, + "subgroup": 26, + "version": 0.7, + "skins": [ + { + "annotation": "hombre trajeado levitando: tono de piel claro", + "hexcode": "1F574-1F3FB", + "emoji": "🕴🏻", + "text": "", + "type": 1, + "order": 2023, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 1 + }, + { + "annotation": "hombre trajeado levitando: tono de piel claro medio", + "hexcode": "1F574-1F3FC", + "emoji": "🕴🏼", + "text": "", + "type": 1, + "order": 2024, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 2 + }, + { + "annotation": "hombre trajeado levitando: tono de piel medio", + "hexcode": "1F574-1F3FD", + "emoji": "🕴🏽", + "text": "", + "type": 1, + "order": 2025, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 3 + }, + { + "annotation": "hombre trajeado levitando: tono de piel oscuro medio", + "hexcode": "1F574-1F3FE", + "emoji": "🕴🏾", + "text": "", + "type": 1, + "order": 2026, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 4 + }, + { + "annotation": "hombre trajeado levitando: tono de piel oscuro", + "hexcode": "1F574-1F3FF", + "emoji": "🕴🏿", + "text": "", + "type": 1, + "order": 2027, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "personas con orejas de conejo", + "hexcode": "1F46F", + "tags": [ + "fiesta", + "mujeres", + "orejas de conejo", + "personas" + ], + "emoji": "👯", + "text": "", + "type": 1, + "order": 2028, + "group": 1, + "subgroup": 26, + "version": 0.6 + }, + { + "annotation": "hombres con orejas de conejo", + "hexcode": "1F46F-200D-2642-FE0F", + "tags": [ + "bailar", + "fiesta", + "hombre", + "orejas de conejo" + ], + "emoji": "👯‍♂️", + "text": "", + "type": 1, + "order": 2029, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1 + }, + { + "annotation": "mujeres con orejas de conejo", + "hexcode": "1F46F-200D-2640-FE0F", + "tags": [ + "bailar", + "fiesta", + "mujer", + "orejas de conejo" + ], + "emoji": "👯‍♀️", + "text": "", + "type": 1, + "order": 2031, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0 + }, + { + "annotation": "persona en una sauna", + "hexcode": "1F9D6", + "tags": [ + "sauna", + "vapor" + ], + "emoji": "🧖", + "text": "", + "type": 1, + "order": 2033, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "persona en una sauna: tono de piel claro", + "hexcode": "1F9D6-1F3FB", + "emoji": "🧖🏻", + "text": "", + "type": 1, + "order": 2034, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "persona en una sauna: tono de piel claro medio", + "hexcode": "1F9D6-1F3FC", + "emoji": "🧖🏼", + "text": "", + "type": 1, + "order": 2035, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "persona en una sauna: tono de piel medio", + "hexcode": "1F9D6-1F3FD", + "emoji": "🧖🏽", + "text": "", + "type": 1, + "order": 2036, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "persona en una sauna: tono de piel oscuro medio", + "hexcode": "1F9D6-1F3FE", + "emoji": "🧖🏾", + "text": "", + "type": 1, + "order": 2037, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "persona en una sauna: tono de piel oscuro", + "hexcode": "1F9D6-1F3FF", + "emoji": "🧖🏿", + "text": "", + "type": 1, + "order": 2038, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en una sauna", + "hexcode": "1F9D6-200D-2642-FE0F", + "tags": [ + "sauna", + "vapor" + ], + "emoji": "🧖‍♂️", + "text": "", + "type": 1, + "order": 2039, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "hombre en una sauna: tono de piel claro", + "hexcode": "1F9D6-1F3FB-200D-2642-FE0F", + "emoji": "🧖🏻‍♂️", + "text": "", + "type": 1, + "order": 2041, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre en una sauna: tono de piel claro medio", + "hexcode": "1F9D6-1F3FC-200D-2642-FE0F", + "emoji": "🧖🏼‍♂️", + "text": "", + "type": 1, + "order": 2043, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre en una sauna: tono de piel medio", + "hexcode": "1F9D6-1F3FD-200D-2642-FE0F", + "emoji": "🧖🏽‍♂️", + "text": "", + "type": 1, + "order": 2045, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre en una sauna: tono de piel oscuro medio", + "hexcode": "1F9D6-1F3FE-200D-2642-FE0F", + "emoji": "🧖🏾‍♂️", + "text": "", + "type": 1, + "order": 2047, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre en una sauna: tono de piel oscuro", + "hexcode": "1F9D6-1F3FF-200D-2642-FE0F", + "emoji": "🧖🏿‍♂️", + "text": "", + "type": 1, + "order": 2049, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en una sauna", + "hexcode": "1F9D6-200D-2640-FE0F", + "tags": [ + "sauna", + "vapor" + ], + "emoji": "🧖‍♀️", + "text": "", + "type": 1, + "order": 2051, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "mujer en una sauna: tono de piel claro", + "hexcode": "1F9D6-1F3FB-200D-2640-FE0F", + "emoji": "🧖🏻‍♀️", + "text": "", + "type": 1, + "order": 2053, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer en una sauna: tono de piel claro medio", + "hexcode": "1F9D6-1F3FC-200D-2640-FE0F", + "emoji": "🧖🏼‍♀️", + "text": "", + "type": 1, + "order": 2055, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer en una sauna: tono de piel medio", + "hexcode": "1F9D6-1F3FD-200D-2640-FE0F", + "emoji": "🧖🏽‍♀️", + "text": "", + "type": 1, + "order": 2057, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer en una sauna: tono de piel oscuro medio", + "hexcode": "1F9D6-1F3FE-200D-2640-FE0F", + "emoji": "🧖🏾‍♀️", + "text": "", + "type": 1, + "order": 2059, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer en una sauna: tono de piel oscuro", + "hexcode": "1F9D6-1F3FF-200D-2640-FE0F", + "emoji": "🧖🏿‍♀️", + "text": "", + "type": 1, + "order": 2061, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona escalando", + "hexcode": "1F9D7", + "tags": [ + "alpinista", + "escalador" + ], + "emoji": "🧗", + "text": "", + "type": 1, + "order": 2063, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "persona escalando: tono de piel claro", + "hexcode": "1F9D7-1F3FB", + "emoji": "🧗🏻", + "text": "", + "type": 1, + "order": 2064, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "persona escalando: tono de piel claro medio", + "hexcode": "1F9D7-1F3FC", + "emoji": "🧗🏼", + "text": "", + "type": 1, + "order": 2065, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "persona escalando: tono de piel medio", + "hexcode": "1F9D7-1F3FD", + "emoji": "🧗🏽", + "text": "", + "type": 1, + "order": 2066, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "persona escalando: tono de piel oscuro medio", + "hexcode": "1F9D7-1F3FE", + "emoji": "🧗🏾", + "text": "", + "type": 1, + "order": 2067, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "persona escalando: tono de piel oscuro", + "hexcode": "1F9D7-1F3FF", + "emoji": "🧗🏿", + "text": "", + "type": 1, + "order": 2068, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "hombre escalando", + "hexcode": "1F9D7-200D-2642-FE0F", + "tags": [ + "alpinista", + "escalador" + ], + "emoji": "🧗‍♂️", + "text": "", + "type": 1, + "order": 2069, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "hombre escalando: tono de piel claro", + "hexcode": "1F9D7-1F3FB-200D-2642-FE0F", + "emoji": "🧗🏻‍♂️", + "text": "", + "type": 1, + "order": 2071, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre escalando: tono de piel claro medio", + "hexcode": "1F9D7-1F3FC-200D-2642-FE0F", + "emoji": "🧗🏼‍♂️", + "text": "", + "type": 1, + "order": 2073, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre escalando: tono de piel medio", + "hexcode": "1F9D7-1F3FD-200D-2642-FE0F", + "emoji": "🧗🏽‍♂️", + "text": "", + "type": 1, + "order": 2075, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre escalando: tono de piel oscuro medio", + "hexcode": "1F9D7-1F3FE-200D-2642-FE0F", + "emoji": "🧗🏾‍♂️", + "text": "", + "type": 1, + "order": 2077, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre escalando: tono de piel oscuro", + "hexcode": "1F9D7-1F3FF-200D-2642-FE0F", + "emoji": "🧗🏿‍♂️", + "text": "", + "type": 1, + "order": 2079, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer escalando", + "hexcode": "1F9D7-200D-2640-FE0F", + "tags": [ + "alpinista", + "escaladora" + ], + "emoji": "🧗‍♀️", + "text": "", + "type": 1, + "order": 2081, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "mujer escalando: tono de piel claro", + "hexcode": "1F9D7-1F3FB-200D-2640-FE0F", + "emoji": "🧗🏻‍♀️", + "text": "", + "type": 1, + "order": 2083, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer escalando: tono de piel claro medio", + "hexcode": "1F9D7-1F3FC-200D-2640-FE0F", + "emoji": "🧗🏼‍♀️", + "text": "", + "type": 1, + "order": 2085, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer escalando: tono de piel medio", + "hexcode": "1F9D7-1F3FD-200D-2640-FE0F", + "emoji": "🧗🏽‍♀️", + "text": "", + "type": 1, + "order": 2087, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer escalando: tono de piel oscuro medio", + "hexcode": "1F9D7-1F3FE-200D-2640-FE0F", + "emoji": "🧗🏾‍♀️", + "text": "", + "type": 1, + "order": 2089, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer escalando: tono de piel oscuro", + "hexcode": "1F9D7-1F3FF-200D-2640-FE0F", + "emoji": "🧗🏿‍♀️", + "text": "", + "type": 1, + "order": 2091, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "esgrima", + "hexcode": "1F93A", + "tags": [ + "deporte", + "esgrimista", + "espada", + "persona" + ], + "emoji": "🤺", + "text": "", + "type": 1, + "order": 2093, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "carrera de caballos", + "hexcode": "1F3C7", + "tags": [ + "caballo", + "caballo de carreras", + "carreras", + "jinete" + ], + "emoji": "🏇", + "text": "", + "type": 1, + "order": 2094, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "carrera de caballos: tono de piel claro", + "hexcode": "1F3C7-1F3FB", + "emoji": "🏇🏻", + "text": "", + "type": 1, + "order": 2095, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "carrera de caballos: tono de piel claro medio", + "hexcode": "1F3C7-1F3FC", + "emoji": "🏇🏼", + "text": "", + "type": 1, + "order": 2096, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "carrera de caballos: tono de piel medio", + "hexcode": "1F3C7-1F3FD", + "emoji": "🏇🏽", + "text": "", + "type": 1, + "order": 2097, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "carrera de caballos: tono de piel oscuro medio", + "hexcode": "1F3C7-1F3FE", + "emoji": "🏇🏾", + "text": "", + "type": 1, + "order": 2098, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "carrera de caballos: tono de piel oscuro", + "hexcode": "1F3C7-1F3FF", + "emoji": "🏇🏿", + "text": "", + "type": 1, + "order": 2099, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "esquiador", + "hexcode": "26F7", + "tags": [ + "esquí", + "nieve" + ], + "emoji": "⛷️", + "text": "⛷︎", + "type": 0, + "order": 2101, + "group": 1, + "subgroup": 27, + "version": 0.7 + }, + { + "annotation": "practicante de snowboard", + "hexcode": "1F3C2", + "tags": [ + "deporte", + "snowboard" + ], + "emoji": "🏂️", + "text": "🏂︎", + "type": 1, + "order": 2102, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "practicante de snowboard: tono de piel claro", + "hexcode": "1F3C2-1F3FB", + "emoji": "🏂🏻", + "text": "", + "type": 1, + "order": 2103, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "practicante de snowboard: tono de piel claro medio", + "hexcode": "1F3C2-1F3FC", + "emoji": "🏂🏼", + "text": "", + "type": 1, + "order": 2104, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "practicante de snowboard: tono de piel medio", + "hexcode": "1F3C2-1F3FD", + "emoji": "🏂🏽", + "text": "", + "type": 1, + "order": 2105, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "practicante de snowboard: tono de piel oscuro medio", + "hexcode": "1F3C2-1F3FE", + "emoji": "🏂🏾", + "text": "", + "type": 1, + "order": 2106, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "practicante de snowboard: tono de piel oscuro", + "hexcode": "1F3C2-1F3FF", + "emoji": "🏂🏿", + "text": "", + "type": 1, + "order": 2107, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "golfista", + "hexcode": "1F3CC", + "tags": [ + "golf", + "pelota" + ], + "emoji": "🏌️", + "text": "🏌︎", + "type": 0, + "order": 2109, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "golfista: tono de piel claro", + "hexcode": "1F3CC-1F3FB", + "emoji": "🏌🏻", + "text": "", + "type": 1, + "order": 2110, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 1 + }, + { + "annotation": "golfista: tono de piel claro medio", + "hexcode": "1F3CC-1F3FC", + "emoji": "🏌🏼", + "text": "", + "type": 1, + "order": 2111, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 2 + }, + { + "annotation": "golfista: tono de piel medio", + "hexcode": "1F3CC-1F3FD", + "emoji": "🏌🏽", + "text": "", + "type": 1, + "order": 2112, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 3 + }, + { + "annotation": "golfista: tono de piel oscuro medio", + "hexcode": "1F3CC-1F3FE", + "emoji": "🏌🏾", + "text": "", + "type": 1, + "order": 2113, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 4 + }, + { + "annotation": "golfista: tono de piel oscuro", + "hexcode": "1F3CC-1F3FF", + "emoji": "🏌🏿", + "text": "", + "type": 1, + "order": 2114, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "hombre jugando al golf", + "hexcode": "1F3CC-FE0F-200D-2642-FE0F", + "tags": [ + "golf", + "hombre", + "jugador" + ], + "emoji": "🏌️‍♂️", + "text": "", + "type": 1, + "order": 2115, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre jugando al golf: tono de piel claro", + "hexcode": "1F3CC-1F3FB-200D-2642-FE0F", + "emoji": "🏌🏻‍♂️", + "text": "", + "type": 1, + "order": 2119, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre jugando al golf: tono de piel claro medio", + "hexcode": "1F3CC-1F3FC-200D-2642-FE0F", + "emoji": "🏌🏼‍♂️", + "text": "", + "type": 1, + "order": 2121, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre jugando al golf: tono de piel medio", + "hexcode": "1F3CC-1F3FD-200D-2642-FE0F", + "emoji": "🏌🏽‍♂️", + "text": "", + "type": 1, + "order": 2123, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre jugando al golf: tono de piel oscuro medio", + "hexcode": "1F3CC-1F3FE-200D-2642-FE0F", + "emoji": "🏌🏾‍♂️", + "text": "", + "type": 1, + "order": 2125, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre jugando al golf: tono de piel oscuro", + "hexcode": "1F3CC-1F3FF-200D-2642-FE0F", + "emoji": "🏌🏿‍♂️", + "text": "", + "type": 1, + "order": 2127, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer jugando al golf", + "hexcode": "1F3CC-FE0F-200D-2640-FE0F", + "tags": [ + "golf", + "jugadora", + "mujer" + ], + "emoji": "🏌️‍♀️", + "text": "", + "type": 1, + "order": 2129, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer jugando al golf: tono de piel claro", + "hexcode": "1F3CC-1F3FB-200D-2640-FE0F", + "emoji": "🏌🏻‍♀️", + "text": "", + "type": 1, + "order": 2133, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer jugando al golf: tono de piel claro medio", + "hexcode": "1F3CC-1F3FC-200D-2640-FE0F", + "emoji": "🏌🏼‍♀️", + "text": "", + "type": 1, + "order": 2135, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer jugando al golf: tono de piel medio", + "hexcode": "1F3CC-1F3FD-200D-2640-FE0F", + "emoji": "🏌🏽‍♀️", + "text": "", + "type": 1, + "order": 2137, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer jugando al golf: tono de piel oscuro medio", + "hexcode": "1F3CC-1F3FE-200D-2640-FE0F", + "emoji": "🏌🏾‍♀️", + "text": "", + "type": 1, + "order": 2139, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer jugando al golf: tono de piel oscuro", + "hexcode": "1F3CC-1F3FF-200D-2640-FE0F", + "emoji": "🏌🏿‍♀️", + "text": "", + "type": 1, + "order": 2141, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona haciendo surf", + "hexcode": "1F3C4", + "tags": [ + "deporte", + "surf" + ], + "emoji": "🏄️", + "text": "🏄︎", + "type": 1, + "order": 2143, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "persona haciendo surf: tono de piel claro", + "hexcode": "1F3C4-1F3FB", + "emoji": "🏄🏻", + "text": "", + "type": 1, + "order": 2144, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona haciendo surf: tono de piel claro medio", + "hexcode": "1F3C4-1F3FC", + "emoji": "🏄🏼", + "text": "", + "type": 1, + "order": 2145, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona haciendo surf: tono de piel medio", + "hexcode": "1F3C4-1F3FD", + "emoji": "🏄🏽", + "text": "", + "type": 1, + "order": 2146, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona haciendo surf: tono de piel oscuro medio", + "hexcode": "1F3C4-1F3FE", + "emoji": "🏄🏾", + "text": "", + "type": 1, + "order": 2147, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona haciendo surf: tono de piel oscuro", + "hexcode": "1F3C4-1F3FF", + "emoji": "🏄🏿", + "text": "", + "type": 1, + "order": 2148, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre haciendo surf", + "hexcode": "1F3C4-200D-2642-FE0F", + "tags": [ + "hombre", + "surf", + "surfero", + "surfista" + ], + "emoji": "🏄‍♂️", + "text": "", + "type": 1, + "order": 2149, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre haciendo surf: tono de piel claro", + "hexcode": "1F3C4-1F3FB-200D-2642-FE0F", + "emoji": "🏄🏻‍♂️", + "text": "", + "type": 1, + "order": 2151, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre haciendo surf: tono de piel claro medio", + "hexcode": "1F3C4-1F3FC-200D-2642-FE0F", + "emoji": "🏄🏼‍♂️", + "text": "", + "type": 1, + "order": 2153, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre haciendo surf: tono de piel medio", + "hexcode": "1F3C4-1F3FD-200D-2642-FE0F", + "emoji": "🏄🏽‍♂️", + "text": "", + "type": 1, + "order": 2155, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre haciendo surf: tono de piel oscuro medio", + "hexcode": "1F3C4-1F3FE-200D-2642-FE0F", + "emoji": "🏄🏾‍♂️", + "text": "", + "type": 1, + "order": 2157, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre haciendo surf: tono de piel oscuro", + "hexcode": "1F3C4-1F3FF-200D-2642-FE0F", + "emoji": "🏄🏿‍♂️", + "text": "", + "type": 1, + "order": 2159, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer haciendo surf", + "hexcode": "1F3C4-200D-2640-FE0F", + "tags": [ + "mujer", + "surf", + "surfera", + "surfista" + ], + "emoji": "🏄‍♀️", + "text": "", + "type": 1, + "order": 2161, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer haciendo surf: tono de piel claro", + "hexcode": "1F3C4-1F3FB-200D-2640-FE0F", + "emoji": "🏄🏻‍♀️", + "text": "", + "type": 1, + "order": 2163, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer haciendo surf: tono de piel claro medio", + "hexcode": "1F3C4-1F3FC-200D-2640-FE0F", + "emoji": "🏄🏼‍♀️", + "text": "", + "type": 1, + "order": 2165, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer haciendo surf: tono de piel medio", + "hexcode": "1F3C4-1F3FD-200D-2640-FE0F", + "emoji": "🏄🏽‍♀️", + "text": "", + "type": 1, + "order": 2167, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer haciendo surf: tono de piel oscuro medio", + "hexcode": "1F3C4-1F3FE-200D-2640-FE0F", + "emoji": "🏄🏾‍♀️", + "text": "", + "type": 1, + "order": 2169, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer haciendo surf: tono de piel oscuro", + "hexcode": "1F3C4-1F3FF-200D-2640-FE0F", + "emoji": "🏄🏿‍♀️", + "text": "", + "type": 1, + "order": 2171, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona remando en un bote", + "hexcode": "1F6A3", + "tags": [ + "barca", + "bote", + "remo" + ], + "emoji": "🚣", + "text": "", + "type": 1, + "order": 2173, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "persona remando en un bote: tono de piel claro", + "hexcode": "1F6A3-1F3FB", + "emoji": "🚣🏻", + "text": "", + "type": 1, + "order": 2174, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona remando en un bote: tono de piel claro medio", + "hexcode": "1F6A3-1F3FC", + "emoji": "🚣🏼", + "text": "", + "type": 1, + "order": 2175, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona remando en un bote: tono de piel medio", + "hexcode": "1F6A3-1F3FD", + "emoji": "🚣🏽", + "text": "", + "type": 1, + "order": 2176, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona remando en un bote: tono de piel oscuro medio", + "hexcode": "1F6A3-1F3FE", + "emoji": "🚣🏾", + "text": "", + "type": 1, + "order": 2177, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona remando en un bote: tono de piel oscuro", + "hexcode": "1F6A3-1F3FF", + "emoji": "🚣🏿", + "text": "", + "type": 1, + "order": 2178, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre remando en un bote", + "hexcode": "1F6A3-200D-2642-FE0F", + "tags": [ + "barca", + "bote", + "hombre", + "remo" + ], + "emoji": "🚣‍♂️", + "text": "", + "type": 1, + "order": 2179, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre remando en un bote: tono de piel claro", + "hexcode": "1F6A3-1F3FB-200D-2642-FE0F", + "emoji": "🚣🏻‍♂️", + "text": "", + "type": 1, + "order": 2181, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre remando en un bote: tono de piel claro medio", + "hexcode": "1F6A3-1F3FC-200D-2642-FE0F", + "emoji": "🚣🏼‍♂️", + "text": "", + "type": 1, + "order": 2183, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre remando en un bote: tono de piel medio", + "hexcode": "1F6A3-1F3FD-200D-2642-FE0F", + "emoji": "🚣🏽‍♂️", + "text": "", + "type": 1, + "order": 2185, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre remando en un bote: tono de piel oscuro medio", + "hexcode": "1F6A3-1F3FE-200D-2642-FE0F", + "emoji": "🚣🏾‍♂️", + "text": "", + "type": 1, + "order": 2187, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre remando en un bote: tono de piel oscuro", + "hexcode": "1F6A3-1F3FF-200D-2642-FE0F", + "emoji": "🚣🏿‍♂️", + "text": "", + "type": 1, + "order": 2189, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer remando en un bote", + "hexcode": "1F6A3-200D-2640-FE0F", + "tags": [ + "barca", + "bote", + "mujer", + "remo" + ], + "emoji": "🚣‍♀️", + "text": "", + "type": 1, + "order": 2191, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer remando en un bote: tono de piel claro", + "hexcode": "1F6A3-1F3FB-200D-2640-FE0F", + "emoji": "🚣🏻‍♀️", + "text": "", + "type": 1, + "order": 2193, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer remando en un bote: tono de piel claro medio", + "hexcode": "1F6A3-1F3FC-200D-2640-FE0F", + "emoji": "🚣🏼‍♀️", + "text": "", + "type": 1, + "order": 2195, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer remando en un bote: tono de piel medio", + "hexcode": "1F6A3-1F3FD-200D-2640-FE0F", + "emoji": "🚣🏽‍♀️", + "text": "", + "type": 1, + "order": 2197, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer remando en un bote: tono de piel oscuro medio", + "hexcode": "1F6A3-1F3FE-200D-2640-FE0F", + "emoji": "🚣🏾‍♀️", + "text": "", + "type": 1, + "order": 2199, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer remando en un bote: tono de piel oscuro", + "hexcode": "1F6A3-1F3FF-200D-2640-FE0F", + "emoji": "🚣🏿‍♀️", + "text": "", + "type": 1, + "order": 2201, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona nadando", + "hexcode": "1F3CA", + "tags": [ + "deporte", + "nadar", + "natación" + ], + "emoji": "🏊️", + "text": "🏊︎", + "type": 1, + "order": 2203, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "persona nadando: tono de piel claro", + "hexcode": "1F3CA-1F3FB", + "emoji": "🏊🏻", + "text": "", + "type": 1, + "order": 2204, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona nadando: tono de piel claro medio", + "hexcode": "1F3CA-1F3FC", + "emoji": "🏊🏼", + "text": "", + "type": 1, + "order": 2205, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona nadando: tono de piel medio", + "hexcode": "1F3CA-1F3FD", + "emoji": "🏊🏽", + "text": "", + "type": 1, + "order": 2206, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona nadando: tono de piel oscuro medio", + "hexcode": "1F3CA-1F3FE", + "emoji": "🏊🏾", + "text": "", + "type": 1, + "order": 2207, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona nadando: tono de piel oscuro", + "hexcode": "1F3CA-1F3FF", + "emoji": "🏊🏿", + "text": "", + "type": 1, + "order": 2208, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre nadando", + "hexcode": "1F3CA-200D-2642-FE0F", + "tags": [ + "hombre", + "nadar" + ], + "emoji": "🏊‍♂️", + "text": "", + "type": 1, + "order": 2209, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre nadando: tono de piel claro", + "hexcode": "1F3CA-1F3FB-200D-2642-FE0F", + "emoji": "🏊🏻‍♂️", + "text": "", + "type": 1, + "order": 2211, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre nadando: tono de piel claro medio", + "hexcode": "1F3CA-1F3FC-200D-2642-FE0F", + "emoji": "🏊🏼‍♂️", + "text": "", + "type": 1, + "order": 2213, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre nadando: tono de piel medio", + "hexcode": "1F3CA-1F3FD-200D-2642-FE0F", + "emoji": "🏊🏽‍♂️", + "text": "", + "type": 1, + "order": 2215, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre nadando: tono de piel oscuro medio", + "hexcode": "1F3CA-1F3FE-200D-2642-FE0F", + "emoji": "🏊🏾‍♂️", + "text": "", + "type": 1, + "order": 2217, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre nadando: tono de piel oscuro", + "hexcode": "1F3CA-1F3FF-200D-2642-FE0F", + "emoji": "🏊🏿‍♂️", + "text": "", + "type": 1, + "order": 2219, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer nadando", + "hexcode": "1F3CA-200D-2640-FE0F", + "tags": [ + "mujer", + "nadar" + ], + "emoji": "🏊‍♀️", + "text": "", + "type": 1, + "order": 2221, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer nadando: tono de piel claro", + "hexcode": "1F3CA-1F3FB-200D-2640-FE0F", + "emoji": "🏊🏻‍♀️", + "text": "", + "type": 1, + "order": 2223, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer nadando: tono de piel claro medio", + "hexcode": "1F3CA-1F3FC-200D-2640-FE0F", + "emoji": "🏊🏼‍♀️", + "text": "", + "type": 1, + "order": 2225, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer nadando: tono de piel medio", + "hexcode": "1F3CA-1F3FD-200D-2640-FE0F", + "emoji": "🏊🏽‍♀️", + "text": "", + "type": 1, + "order": 2227, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer nadando: tono de piel oscuro medio", + "hexcode": "1F3CA-1F3FE-200D-2640-FE0F", + "emoji": "🏊🏾‍♀️", + "text": "", + "type": 1, + "order": 2229, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer nadando: tono de piel oscuro", + "hexcode": "1F3CA-1F3FF-200D-2640-FE0F", + "emoji": "🏊🏿‍♀️", + "text": "", + "type": 1, + "order": 2231, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona botando un balón", + "hexcode": "26F9", + "tags": [ + "balón", + "botar", + "pelota" + ], + "emoji": "⛹️", + "text": "⛹︎", + "type": 0, + "order": 2234, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "persona botando un balón: tono de piel claro", + "hexcode": "26F9-1F3FB", + "emoji": "⛹🏻", + "text": "", + "type": 1, + "order": 2235, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "persona botando un balón: tono de piel claro medio", + "hexcode": "26F9-1F3FC", + "emoji": "⛹🏼", + "text": "", + "type": 1, + "order": 2236, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "persona botando un balón: tono de piel medio", + "hexcode": "26F9-1F3FD", + "emoji": "⛹🏽", + "text": "", + "type": 1, + "order": 2237, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "persona botando un balón: tono de piel oscuro medio", + "hexcode": "26F9-1F3FE", + "emoji": "⛹🏾", + "text": "", + "type": 1, + "order": 2238, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "persona botando un balón: tono de piel oscuro", + "hexcode": "26F9-1F3FF", + "emoji": "⛹🏿", + "text": "", + "type": 1, + "order": 2239, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "hombre botando un balón", + "hexcode": "26F9-FE0F-200D-2642-FE0F", + "tags": [ + "balón", + "botar", + "hombre", + "pelota" + ], + "emoji": "⛹️‍♂️", + "text": "", + "type": 1, + "order": 2240, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre botando un balón: tono de piel claro", + "hexcode": "26F9-1F3FB-200D-2642-FE0F", + "emoji": "⛹🏻‍♂️", + "text": "", + "type": 1, + "order": 2244, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre botando un balón: tono de piel claro medio", + "hexcode": "26F9-1F3FC-200D-2642-FE0F", + "emoji": "⛹🏼‍♂️", + "text": "", + "type": 1, + "order": 2246, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre botando un balón: tono de piel medio", + "hexcode": "26F9-1F3FD-200D-2642-FE0F", + "emoji": "⛹🏽‍♂️", + "text": "", + "type": 1, + "order": 2248, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre botando un balón: tono de piel oscuro medio", + "hexcode": "26F9-1F3FE-200D-2642-FE0F", + "emoji": "⛹🏾‍♂️", + "text": "", + "type": 1, + "order": 2250, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre botando un balón: tono de piel oscuro", + "hexcode": "26F9-1F3FF-200D-2642-FE0F", + "emoji": "⛹🏿‍♂️", + "text": "", + "type": 1, + "order": 2252, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer botando un balón", + "hexcode": "26F9-FE0F-200D-2640-FE0F", + "tags": [ + "balón", + "botar", + "mujer", + "pelota" + ], + "emoji": "⛹️‍♀️", + "text": "", + "type": 1, + "order": 2254, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer botando un balón: tono de piel claro", + "hexcode": "26F9-1F3FB-200D-2640-FE0F", + "emoji": "⛹🏻‍♀️", + "text": "", + "type": 1, + "order": 2258, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer botando un balón: tono de piel claro medio", + "hexcode": "26F9-1F3FC-200D-2640-FE0F", + "emoji": "⛹🏼‍♀️", + "text": "", + "type": 1, + "order": 2260, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer botando un balón: tono de piel medio", + "hexcode": "26F9-1F3FD-200D-2640-FE0F", + "emoji": "⛹🏽‍♀️", + "text": "", + "type": 1, + "order": 2262, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer botando un balón: tono de piel oscuro medio", + "hexcode": "26F9-1F3FE-200D-2640-FE0F", + "emoji": "⛹🏾‍♀️", + "text": "", + "type": 1, + "order": 2264, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer botando un balón: tono de piel oscuro", + "hexcode": "26F9-1F3FF-200D-2640-FE0F", + "emoji": "⛹🏿‍♀️", + "text": "", + "type": 1, + "order": 2266, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona levantando pesas", + "hexcode": "1F3CB", + "tags": [ + "halterofilia", + "levantador", + "pesas", + "peso" + ], + "emoji": "🏋️", + "text": "🏋︎", + "type": 0, + "order": 2269, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "persona levantando pesas: tono de piel claro", + "hexcode": "1F3CB-1F3FB", + "emoji": "🏋🏻", + "text": "", + "type": 1, + "order": 2270, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "persona levantando pesas: tono de piel claro medio", + "hexcode": "1F3CB-1F3FC", + "emoji": "🏋🏼", + "text": "", + "type": 1, + "order": 2271, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "persona levantando pesas: tono de piel medio", + "hexcode": "1F3CB-1F3FD", + "emoji": "🏋🏽", + "text": "", + "type": 1, + "order": 2272, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "persona levantando pesas: tono de piel oscuro medio", + "hexcode": "1F3CB-1F3FE", + "emoji": "🏋🏾", + "text": "", + "type": 1, + "order": 2273, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "persona levantando pesas: tono de piel oscuro", + "hexcode": "1F3CB-1F3FF", + "emoji": "🏋🏿", + "text": "", + "type": 1, + "order": 2274, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "hombre levantando pesas", + "hexcode": "1F3CB-FE0F-200D-2642-FE0F", + "tags": [ + "halterofilia", + "hombre", + "levantador de pesas", + "pesas" + ], + "emoji": "🏋️‍♂️", + "text": "", + "type": 1, + "order": 2275, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre levantando pesas: tono de piel claro", + "hexcode": "1F3CB-1F3FB-200D-2642-FE0F", + "emoji": "🏋🏻‍♂️", + "text": "", + "type": 1, + "order": 2279, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre levantando pesas: tono de piel claro medio", + "hexcode": "1F3CB-1F3FC-200D-2642-FE0F", + "emoji": "🏋🏼‍♂️", + "text": "", + "type": 1, + "order": 2281, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre levantando pesas: tono de piel medio", + "hexcode": "1F3CB-1F3FD-200D-2642-FE0F", + "emoji": "🏋🏽‍♂️", + "text": "", + "type": 1, + "order": 2283, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre levantando pesas: tono de piel oscuro medio", + "hexcode": "1F3CB-1F3FE-200D-2642-FE0F", + "emoji": "🏋🏾‍♂️", + "text": "", + "type": 1, + "order": 2285, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre levantando pesas: tono de piel oscuro", + "hexcode": "1F3CB-1F3FF-200D-2642-FE0F", + "emoji": "🏋🏿‍♂️", + "text": "", + "type": 1, + "order": 2287, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer levantando pesas", + "hexcode": "1F3CB-FE0F-200D-2640-FE0F", + "tags": [ + "halterofilia", + "levantadora de pesas", + "mujer", + "pesas" + ], + "emoji": "🏋️‍♀️", + "text": "", + "type": 1, + "order": 2289, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer levantando pesas: tono de piel claro", + "hexcode": "1F3CB-1F3FB-200D-2640-FE0F", + "emoji": "🏋🏻‍♀️", + "text": "", + "type": 1, + "order": 2293, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer levantando pesas: tono de piel claro medio", + "hexcode": "1F3CB-1F3FC-200D-2640-FE0F", + "emoji": "🏋🏼‍♀️", + "text": "", + "type": 1, + "order": 2295, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer levantando pesas: tono de piel medio", + "hexcode": "1F3CB-1F3FD-200D-2640-FE0F", + "emoji": "🏋🏽‍♀️", + "text": "", + "type": 1, + "order": 2297, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer levantando pesas: tono de piel oscuro medio", + "hexcode": "1F3CB-1F3FE-200D-2640-FE0F", + "emoji": "🏋🏾‍♀️", + "text": "", + "type": 1, + "order": 2299, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer levantando pesas: tono de piel oscuro", + "hexcode": "1F3CB-1F3FF-200D-2640-FE0F", + "emoji": "🏋🏿‍♀️", + "text": "", + "type": 1, + "order": 2301, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona en bicicleta", + "hexcode": "1F6B4", + "tags": [ + "bicicleta", + "ciclismo", + "ciclista" + ], + "emoji": "🚴", + "text": "", + "type": 1, + "order": 2303, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "persona en bicicleta: tono de piel claro", + "hexcode": "1F6B4-1F3FB", + "emoji": "🚴🏻", + "text": "", + "type": 1, + "order": 2304, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona en bicicleta: tono de piel claro medio", + "hexcode": "1F6B4-1F3FC", + "emoji": "🚴🏼", + "text": "", + "type": 1, + "order": 2305, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona en bicicleta: tono de piel medio", + "hexcode": "1F6B4-1F3FD", + "emoji": "🚴🏽", + "text": "", + "type": 1, + "order": 2306, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona en bicicleta: tono de piel oscuro medio", + "hexcode": "1F6B4-1F3FE", + "emoji": "🚴🏾", + "text": "", + "type": 1, + "order": 2307, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona en bicicleta: tono de piel oscuro", + "hexcode": "1F6B4-1F3FF", + "emoji": "🚴🏿", + "text": "", + "type": 1, + "order": 2308, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en bicicleta", + "hexcode": "1F6B4-200D-2642-FE0F", + "tags": [ + "bicicleta", + "ciclismo", + "ciclista", + "hombre" + ], + "emoji": "🚴‍♂️", + "text": "", + "type": 1, + "order": 2309, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre en bicicleta: tono de piel claro", + "hexcode": "1F6B4-1F3FB-200D-2642-FE0F", + "emoji": "🚴🏻‍♂️", + "text": "", + "type": 1, + "order": 2311, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre en bicicleta: tono de piel claro medio", + "hexcode": "1F6B4-1F3FC-200D-2642-FE0F", + "emoji": "🚴🏼‍♂️", + "text": "", + "type": 1, + "order": 2313, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre en bicicleta: tono de piel medio", + "hexcode": "1F6B4-1F3FD-200D-2642-FE0F", + "emoji": "🚴🏽‍♂️", + "text": "", + "type": 1, + "order": 2315, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre en bicicleta: tono de piel oscuro medio", + "hexcode": "1F6B4-1F3FE-200D-2642-FE0F", + "emoji": "🚴🏾‍♂️", + "text": "", + "type": 1, + "order": 2317, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre en bicicleta: tono de piel oscuro", + "hexcode": "1F6B4-1F3FF-200D-2642-FE0F", + "emoji": "🚴🏿‍♂️", + "text": "", + "type": 1, + "order": 2319, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en bicicleta", + "hexcode": "1F6B4-200D-2640-FE0F", + "tags": [ + "bicicleta", + "ciclismo", + "ciclista", + "mujer" + ], + "emoji": "🚴‍♀️", + "text": "", + "type": 1, + "order": 2321, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer en bicicleta: tono de piel claro", + "hexcode": "1F6B4-1F3FB-200D-2640-FE0F", + "emoji": "🚴🏻‍♀️", + "text": "", + "type": 1, + "order": 2323, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer en bicicleta: tono de piel claro medio", + "hexcode": "1F6B4-1F3FC-200D-2640-FE0F", + "emoji": "🚴🏼‍♀️", + "text": "", + "type": 1, + "order": 2325, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer en bicicleta: tono de piel medio", + "hexcode": "1F6B4-1F3FD-200D-2640-FE0F", + "emoji": "🚴🏽‍♀️", + "text": "", + "type": 1, + "order": 2327, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer en bicicleta: tono de piel oscuro medio", + "hexcode": "1F6B4-1F3FE-200D-2640-FE0F", + "emoji": "🚴🏾‍♀️", + "text": "", + "type": 1, + "order": 2329, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer en bicicleta: tono de piel oscuro", + "hexcode": "1F6B4-1F3FF-200D-2640-FE0F", + "emoji": "🚴🏿‍♀️", + "text": "", + "type": 1, + "order": 2331, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona en bicicleta de montaña", + "hexcode": "1F6B5", + "tags": [ + "bicicleta", + "ciclista", + "montaña", + "mountain bike" + ], + "emoji": "🚵", + "text": "", + "type": 1, + "order": 2333, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "persona en bicicleta de montaña: tono de piel claro", + "hexcode": "1F6B5-1F3FB", + "emoji": "🚵🏻", + "text": "", + "type": 1, + "order": 2334, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona en bicicleta de montaña: tono de piel claro medio", + "hexcode": "1F6B5-1F3FC", + "emoji": "🚵🏼", + "text": "", + "type": 1, + "order": 2335, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona en bicicleta de montaña: tono de piel medio", + "hexcode": "1F6B5-1F3FD", + "emoji": "🚵🏽", + "text": "", + "type": 1, + "order": 2336, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona en bicicleta de montaña: tono de piel oscuro medio", + "hexcode": "1F6B5-1F3FE", + "emoji": "🚵🏾", + "text": "", + "type": 1, + "order": 2337, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona en bicicleta de montaña: tono de piel oscuro", + "hexcode": "1F6B5-1F3FF", + "emoji": "🚵🏿", + "text": "", + "type": 1, + "order": 2338, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en bicicleta de montaña", + "hexcode": "1F6B5-200D-2642-FE0F", + "tags": [ + "bicicleta", + "ciclista", + "montaña", + "mountain bike" + ], + "emoji": "🚵‍♂️", + "text": "", + "type": 1, + "order": 2339, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre en bicicleta de montaña: tono de piel claro", + "hexcode": "1F6B5-1F3FB-200D-2642-FE0F", + "emoji": "🚵🏻‍♂️", + "text": "", + "type": 1, + "order": 2341, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre en bicicleta de montaña: tono de piel claro medio", + "hexcode": "1F6B5-1F3FC-200D-2642-FE0F", + "emoji": "🚵🏼‍♂️", + "text": "", + "type": 1, + "order": 2343, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre en bicicleta de montaña: tono de piel medio", + "hexcode": "1F6B5-1F3FD-200D-2642-FE0F", + "emoji": "🚵🏽‍♂️", + "text": "", + "type": 1, + "order": 2345, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre en bicicleta de montaña: tono de piel oscuro medio", + "hexcode": "1F6B5-1F3FE-200D-2642-FE0F", + "emoji": "🚵🏾‍♂️", + "text": "", + "type": 1, + "order": 2347, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre en bicicleta de montaña: tono de piel oscuro", + "hexcode": "1F6B5-1F3FF-200D-2642-FE0F", + "emoji": "🚵🏿‍♂️", + "text": "", + "type": 1, + "order": 2349, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en bicicleta de montaña", + "hexcode": "1F6B5-200D-2640-FE0F", + "tags": [ + "bicicleta", + "ciclista", + "montaña", + "mountain bike" + ], + "emoji": "🚵‍♀️", + "text": "", + "type": 1, + "order": 2351, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer en bicicleta de montaña: tono de piel claro", + "hexcode": "1F6B5-1F3FB-200D-2640-FE0F", + "emoji": "🚵🏻‍♀️", + "text": "", + "type": 1, + "order": 2353, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer en bicicleta de montaña: tono de piel claro medio", + "hexcode": "1F6B5-1F3FC-200D-2640-FE0F", + "emoji": "🚵🏼‍♀️", + "text": "", + "type": 1, + "order": 2355, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer en bicicleta de montaña: tono de piel medio", + "hexcode": "1F6B5-1F3FD-200D-2640-FE0F", + "emoji": "🚵🏽‍♀️", + "text": "", + "type": 1, + "order": 2357, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer en bicicleta de montaña: tono de piel oscuro medio", + "hexcode": "1F6B5-1F3FE-200D-2640-FE0F", + "emoji": "🚵🏾‍♀️", + "text": "", + "type": 1, + "order": 2359, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer en bicicleta de montaña: tono de piel oscuro", + "hexcode": "1F6B5-1F3FF-200D-2640-FE0F", + "emoji": "🚵🏿‍♀️", + "text": "", + "type": 1, + "order": 2361, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona haciendo voltereta lateral", + "hexcode": "1F938", + "tags": [ + "acrobacia", + "gimnasia", + "pirueta", + "rueda", + "voltereta" + ], + "emoji": "🤸", + "text": "", + "type": 1, + "order": 2363, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "persona haciendo voltereta lateral: tono de piel claro", + "hexcode": "1F938-1F3FB", + "emoji": "🤸🏻", + "text": "", + "type": 1, + "order": 2364, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "persona haciendo voltereta lateral: tono de piel claro medio", + "hexcode": "1F938-1F3FC", + "emoji": "🤸🏼", + "text": "", + "type": 1, + "order": 2365, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "persona haciendo voltereta lateral: tono de piel medio", + "hexcode": "1F938-1F3FD", + "emoji": "🤸🏽", + "text": "", + "type": 1, + "order": 2366, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "persona haciendo voltereta lateral: tono de piel oscuro medio", + "hexcode": "1F938-1F3FE", + "emoji": "🤸🏾", + "text": "", + "type": 1, + "order": 2367, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "persona haciendo voltereta lateral: tono de piel oscuro", + "hexcode": "1F938-1F3FF", + "emoji": "🤸🏿", + "text": "", + "type": 1, + "order": 2368, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "hombre dando una voltereta lateral", + "hexcode": "1F938-200D-2642-FE0F", + "tags": [ + "deporte", + "gimnasia", + "hombre", + "rueda", + "voltereta" + ], + "emoji": "🤸‍♂️", + "text": "", + "type": 1, + "order": 2369, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre dando una voltereta lateral: tono de piel claro", + "hexcode": "1F938-1F3FB-200D-2642-FE0F", + "emoji": "🤸🏻‍♂️", + "text": "", + "type": 1, + "order": 2371, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre dando una voltereta lateral: tono de piel claro medio", + "hexcode": "1F938-1F3FC-200D-2642-FE0F", + "emoji": "🤸🏼‍♂️", + "text": "", + "type": 1, + "order": 2373, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre dando una voltereta lateral: tono de piel medio", + "hexcode": "1F938-1F3FD-200D-2642-FE0F", + "emoji": "🤸🏽‍♂️", + "text": "", + "type": 1, + "order": 2375, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre dando una voltereta lateral: tono de piel oscuro medio", + "hexcode": "1F938-1F3FE-200D-2642-FE0F", + "emoji": "🤸🏾‍♂️", + "text": "", + "type": 1, + "order": 2377, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre dando una voltereta lateral: tono de piel oscuro", + "hexcode": "1F938-1F3FF-200D-2642-FE0F", + "emoji": "🤸🏿‍♂️", + "text": "", + "type": 1, + "order": 2379, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer dando una voltereta lateral", + "hexcode": "1F938-200D-2640-FE0F", + "tags": [ + "deporte", + "gimnasia", + "mujer", + "rueda", + "voltereta" + ], + "emoji": "🤸‍♀️", + "text": "", + "type": 1, + "order": 2381, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer dando una voltereta lateral: tono de piel claro", + "hexcode": "1F938-1F3FB-200D-2640-FE0F", + "emoji": "🤸🏻‍♀️", + "text": "", + "type": 1, + "order": 2383, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer dando una voltereta lateral: tono de piel claro medio", + "hexcode": "1F938-1F3FC-200D-2640-FE0F", + "emoji": "🤸🏼‍♀️", + "text": "", + "type": 1, + "order": 2385, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer dando una voltereta lateral: tono de piel medio", + "hexcode": "1F938-1F3FD-200D-2640-FE0F", + "emoji": "🤸🏽‍♀️", + "text": "", + "type": 1, + "order": 2387, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer dando una voltereta lateral: tono de piel oscuro medio", + "hexcode": "1F938-1F3FE-200D-2640-FE0F", + "emoji": "🤸🏾‍♀️", + "text": "", + "type": 1, + "order": 2389, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer dando una voltereta lateral: tono de piel oscuro", + "hexcode": "1F938-1F3FF-200D-2640-FE0F", + "emoji": "🤸🏿‍♀️", + "text": "", + "type": 1, + "order": 2391, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personas luchando", + "hexcode": "1F93C", + "tags": [ + "deporte", + "lucha", + "luchador", + "persona" + ], + "emoji": "🤼", + "text": "", + "type": 1, + "order": 2393, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "hombres luchando", + "hexcode": "1F93C-200D-2642-FE0F", + "tags": [ + "deporte", + "hombre", + "lucha", + "luchador" + ], + "emoji": "🤼‍♂️", + "text": "", + "type": 1, + "order": 2394, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1 + }, + { + "annotation": "mujeres luchando", + "hexcode": "1F93C-200D-2640-FE0F", + "tags": [ + "deporte", + "lucha", + "luchadora", + "mujer" + ], + "emoji": "🤼‍♀️", + "text": "", + "type": 1, + "order": 2396, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0 + }, + { + "annotation": "persona jugando al waterpolo", + "hexcode": "1F93D", + "tags": [ + "deporte", + "persona", + "waterpolista", + "waterpolo" + ], + "emoji": "🤽", + "text": "", + "type": 1, + "order": 2398, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "persona jugando al waterpolo: tono de piel claro", + "hexcode": "1F93D-1F3FB", + "emoji": "🤽🏻", + "text": "", + "type": 1, + "order": 2399, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "persona jugando al waterpolo: tono de piel claro medio", + "hexcode": "1F93D-1F3FC", + "emoji": "🤽🏼", + "text": "", + "type": 1, + "order": 2400, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "persona jugando al waterpolo: tono de piel medio", + "hexcode": "1F93D-1F3FD", + "emoji": "🤽🏽", + "text": "", + "type": 1, + "order": 2401, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "persona jugando al waterpolo: tono de piel oscuro medio", + "hexcode": "1F93D-1F3FE", + "emoji": "🤽🏾", + "text": "", + "type": 1, + "order": 2402, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "persona jugando al waterpolo: tono de piel oscuro", + "hexcode": "1F93D-1F3FF", + "emoji": "🤽🏿", + "text": "", + "type": 1, + "order": 2403, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "hombre jugando al waterpolo", + "hexcode": "1F93D-200D-2642-FE0F", + "tags": [ + "agua", + "deporte", + "waterpolista", + "waterpolo" + ], + "emoji": "🤽‍♂️", + "text": "", + "type": 1, + "order": 2404, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre jugando al waterpolo: tono de piel claro", + "hexcode": "1F93D-1F3FB-200D-2642-FE0F", + "emoji": "🤽🏻‍♂️", + "text": "", + "type": 1, + "order": 2406, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre jugando al waterpolo: tono de piel claro medio", + "hexcode": "1F93D-1F3FC-200D-2642-FE0F", + "emoji": "🤽🏼‍♂️", + "text": "", + "type": 1, + "order": 2408, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre jugando al waterpolo: tono de piel medio", + "hexcode": "1F93D-1F3FD-200D-2642-FE0F", + "emoji": "🤽🏽‍♂️", + "text": "", + "type": 1, + "order": 2410, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre jugando al waterpolo: tono de piel oscuro medio", + "hexcode": "1F93D-1F3FE-200D-2642-FE0F", + "emoji": "🤽🏾‍♂️", + "text": "", + "type": 1, + "order": 2412, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre jugando al waterpolo: tono de piel oscuro", + "hexcode": "1F93D-1F3FF-200D-2642-FE0F", + "emoji": "🤽🏿‍♂️", + "text": "", + "type": 1, + "order": 2414, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer jugando al waterpolo", + "hexcode": "1F93D-200D-2640-FE0F", + "tags": [ + "agua", + "deporte", + "waterpolista", + "waterpolo" + ], + "emoji": "🤽‍♀️", + "text": "", + "type": 1, + "order": 2416, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer jugando al waterpolo: tono de piel claro", + "hexcode": "1F93D-1F3FB-200D-2640-FE0F", + "emoji": "🤽🏻‍♀️", + "text": "", + "type": 1, + "order": 2418, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer jugando al waterpolo: tono de piel claro medio", + "hexcode": "1F93D-1F3FC-200D-2640-FE0F", + "emoji": "🤽🏼‍♀️", + "text": "", + "type": 1, + "order": 2420, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer jugando al waterpolo: tono de piel medio", + "hexcode": "1F93D-1F3FD-200D-2640-FE0F", + "emoji": "🤽🏽‍♀️", + "text": "", + "type": 1, + "order": 2422, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer jugando al waterpolo: tono de piel oscuro medio", + "hexcode": "1F93D-1F3FE-200D-2640-FE0F", + "emoji": "🤽🏾‍♀️", + "text": "", + "type": 1, + "order": 2424, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer jugando al waterpolo: tono de piel oscuro", + "hexcode": "1F93D-1F3FF-200D-2640-FE0F", + "emoji": "🤽🏿‍♀️", + "text": "", + "type": 1, + "order": 2426, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona jugando al balonmano", + "hexcode": "1F93E", + "tags": [ + "balonmanista", + "balonmano", + "deporte", + "persona" + ], + "emoji": "🤾", + "text": "", + "type": 1, + "order": 2428, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "persona jugando al balonmano: tono de piel claro", + "hexcode": "1F93E-1F3FB", + "emoji": "🤾🏻", + "text": "", + "type": 1, + "order": 2429, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "persona jugando al balonmano: tono de piel claro medio", + "hexcode": "1F93E-1F3FC", + "emoji": "🤾🏼", + "text": "", + "type": 1, + "order": 2430, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "persona jugando al balonmano: tono de piel medio", + "hexcode": "1F93E-1F3FD", + "emoji": "🤾🏽", + "text": "", + "type": 1, + "order": 2431, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "persona jugando al balonmano: tono de piel oscuro medio", + "hexcode": "1F93E-1F3FE", + "emoji": "🤾🏾", + "text": "", + "type": 1, + "order": 2432, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "persona jugando al balonmano: tono de piel oscuro", + "hexcode": "1F93E-1F3FF", + "emoji": "🤾🏿", + "text": "", + "type": 1, + "order": 2433, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "hombre jugando al balonmano", + "hexcode": "1F93E-200D-2642-FE0F", + "tags": [ + "balonmanista", + "balonmano", + "deporte", + "hombre" + ], + "emoji": "🤾‍♂️", + "text": "", + "type": 1, + "order": 2434, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre jugando al balonmano: tono de piel claro", + "hexcode": "1F93E-1F3FB-200D-2642-FE0F", + "emoji": "🤾🏻‍♂️", + "text": "", + "type": 1, + "order": 2436, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre jugando al balonmano: tono de piel claro medio", + "hexcode": "1F93E-1F3FC-200D-2642-FE0F", + "emoji": "🤾🏼‍♂️", + "text": "", + "type": 1, + "order": 2438, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre jugando al balonmano: tono de piel medio", + "hexcode": "1F93E-1F3FD-200D-2642-FE0F", + "emoji": "🤾🏽‍♂️", + "text": "", + "type": 1, + "order": 2440, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre jugando al balonmano: tono de piel oscuro medio", + "hexcode": "1F93E-1F3FE-200D-2642-FE0F", + "emoji": "🤾🏾‍♂️", + "text": "", + "type": 1, + "order": 2442, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre jugando al balonmano: tono de piel oscuro", + "hexcode": "1F93E-1F3FF-200D-2642-FE0F", + "emoji": "🤾🏿‍♂️", + "text": "", + "type": 1, + "order": 2444, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer jugando al balonmano", + "hexcode": "1F93E-200D-2640-FE0F", + "tags": [ + "balonmanista", + "balonmano", + "deporte", + "mujer" + ], + "emoji": "🤾‍♀️", + "text": "", + "type": 1, + "order": 2446, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer jugando al balonmano: tono de piel claro", + "hexcode": "1F93E-1F3FB-200D-2640-FE0F", + "emoji": "🤾🏻‍♀️", + "text": "", + "type": 1, + "order": 2448, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer jugando al balonmano: tono de piel claro medio", + "hexcode": "1F93E-1F3FC-200D-2640-FE0F", + "emoji": "🤾🏼‍♀️", + "text": "", + "type": 1, + "order": 2450, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer jugando al balonmano: tono de piel medio", + "hexcode": "1F93E-1F3FD-200D-2640-FE0F", + "emoji": "🤾🏽‍♀️", + "text": "", + "type": 1, + "order": 2452, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer jugando al balonmano: tono de piel oscuro medio", + "hexcode": "1F93E-1F3FE-200D-2640-FE0F", + "emoji": "🤾🏾‍♀️", + "text": "", + "type": 1, + "order": 2454, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer jugando al balonmano: tono de piel oscuro", + "hexcode": "1F93E-1F3FF-200D-2640-FE0F", + "emoji": "🤾🏿‍♀️", + "text": "", + "type": 1, + "order": 2456, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona haciendo malabares", + "hexcode": "1F939", + "tags": [ + "equilibrio", + "malabares", + "malabarismo", + "malabarista" + ], + "emoji": "🤹", + "text": "", + "type": 1, + "order": 2458, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "persona haciendo malabares: tono de piel claro", + "hexcode": "1F939-1F3FB", + "emoji": "🤹🏻", + "text": "", + "type": 1, + "order": 2459, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "persona haciendo malabares: tono de piel claro medio", + "hexcode": "1F939-1F3FC", + "emoji": "🤹🏼", + "text": "", + "type": 1, + "order": 2460, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "persona haciendo malabares: tono de piel medio", + "hexcode": "1F939-1F3FD", + "emoji": "🤹🏽", + "text": "", + "type": 1, + "order": 2461, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "persona haciendo malabares: tono de piel oscuro medio", + "hexcode": "1F939-1F3FE", + "emoji": "🤹🏾", + "text": "", + "type": 1, + "order": 2462, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "persona haciendo malabares: tono de piel oscuro", + "hexcode": "1F939-1F3FF", + "emoji": "🤹🏿", + "text": "", + "type": 1, + "order": 2463, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "hombre haciendo malabares", + "hexcode": "1F939-200D-2642-FE0F", + "tags": [ + "hombre", + "malabares", + "malabarismo", + "malabarista" + ], + "emoji": "🤹‍♂️", + "text": "", + "type": 1, + "order": 2464, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "hombre haciendo malabares: tono de piel claro", + "hexcode": "1F939-1F3FB-200D-2642-FE0F", + "emoji": "🤹🏻‍♂️", + "text": "", + "type": 1, + "order": 2466, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre haciendo malabares: tono de piel claro medio", + "hexcode": "1F939-1F3FC-200D-2642-FE0F", + "emoji": "🤹🏼‍♂️", + "text": "", + "type": 1, + "order": 2468, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre haciendo malabares: tono de piel medio", + "hexcode": "1F939-1F3FD-200D-2642-FE0F", + "emoji": "🤹🏽‍♂️", + "text": "", + "type": 1, + "order": 2470, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre haciendo malabares: tono de piel oscuro medio", + "hexcode": "1F939-1F3FE-200D-2642-FE0F", + "emoji": "🤹🏾‍♂️", + "text": "", + "type": 1, + "order": 2472, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre haciendo malabares: tono de piel oscuro", + "hexcode": "1F939-1F3FF-200D-2642-FE0F", + "emoji": "🤹🏿‍♂️", + "text": "", + "type": 1, + "order": 2474, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer haciendo malabares", + "hexcode": "1F939-200D-2640-FE0F", + "tags": [ + "malabares", + "malabarismo", + "malabarista", + "mujer" + ], + "emoji": "🤹‍♀️", + "text": "", + "type": 1, + "order": 2476, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "mujer haciendo malabares: tono de piel claro", + "hexcode": "1F939-1F3FB-200D-2640-FE0F", + "emoji": "🤹🏻‍♀️", + "text": "", + "type": 1, + "order": 2478, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer haciendo malabares: tono de piel claro medio", + "hexcode": "1F939-1F3FC-200D-2640-FE0F", + "emoji": "🤹🏼‍♀️", + "text": "", + "type": 1, + "order": 2480, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer haciendo malabares: tono de piel medio", + "hexcode": "1F939-1F3FD-200D-2640-FE0F", + "emoji": "🤹🏽‍♀️", + "text": "", + "type": 1, + "order": 2482, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer haciendo malabares: tono de piel oscuro medio", + "hexcode": "1F939-1F3FE-200D-2640-FE0F", + "emoji": "🤹🏾‍♀️", + "text": "", + "type": 1, + "order": 2484, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer haciendo malabares: tono de piel oscuro", + "hexcode": "1F939-1F3FF-200D-2640-FE0F", + "emoji": "🤹🏿‍♀️", + "text": "", + "type": 1, + "order": 2486, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona en posición de loto", + "hexcode": "1F9D8", + "tags": [ + "meditación", + "yoga" + ], + "emoji": "🧘", + "text": "", + "type": 1, + "order": 2488, + "group": 1, + "subgroup": 28, + "version": 5, + "skins": [ + { + "annotation": "persona en posición de loto: tono de piel claro", + "hexcode": "1F9D8-1F3FB", + "emoji": "🧘🏻", + "text": "", + "type": 1, + "order": 2489, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 1 + }, + { + "annotation": "persona en posición de loto: tono de piel claro medio", + "hexcode": "1F9D8-1F3FC", + "emoji": "🧘🏼", + "text": "", + "type": 1, + "order": 2490, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 2 + }, + { + "annotation": "persona en posición de loto: tono de piel medio", + "hexcode": "1F9D8-1F3FD", + "emoji": "🧘🏽", + "text": "", + "type": 1, + "order": 2491, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 3 + }, + { + "annotation": "persona en posición de loto: tono de piel oscuro medio", + "hexcode": "1F9D8-1F3FE", + "emoji": "🧘🏾", + "text": "", + "type": 1, + "order": 2492, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 4 + }, + { + "annotation": "persona en posición de loto: tono de piel oscuro", + "hexcode": "1F9D8-1F3FF", + "emoji": "🧘🏿", + "text": "", + "type": 1, + "order": 2493, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "hombre en posición de loto", + "hexcode": "1F9D8-200D-2642-FE0F", + "tags": [ + "meditación", + "yoga" + ], + "emoji": "🧘‍♂️", + "text": "", + "type": 1, + "order": 2494, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "hombre en posición de loto: tono de piel claro", + "hexcode": "1F9D8-1F3FB-200D-2642-FE0F", + "emoji": "🧘🏻‍♂️", + "text": "", + "type": 1, + "order": 2496, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "hombre en posición de loto: tono de piel claro medio", + "hexcode": "1F9D8-1F3FC-200D-2642-FE0F", + "emoji": "🧘🏼‍♂️", + "text": "", + "type": 1, + "order": 2498, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "hombre en posición de loto: tono de piel medio", + "hexcode": "1F9D8-1F3FD-200D-2642-FE0F", + "emoji": "🧘🏽‍♂️", + "text": "", + "type": 1, + "order": 2500, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "hombre en posición de loto: tono de piel oscuro medio", + "hexcode": "1F9D8-1F3FE-200D-2642-FE0F", + "emoji": "🧘🏾‍♂️", + "text": "", + "type": 1, + "order": 2502, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "hombre en posición de loto: tono de piel oscuro", + "hexcode": "1F9D8-1F3FF-200D-2642-FE0F", + "emoji": "🧘🏿‍♂️", + "text": "", + "type": 1, + "order": 2504, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mujer en posición de loto", + "hexcode": "1F9D8-200D-2640-FE0F", + "tags": [ + "meditación", + "yoga" + ], + "emoji": "🧘‍♀️", + "text": "", + "type": 1, + "order": 2506, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "mujer en posición de loto: tono de piel claro", + "hexcode": "1F9D8-1F3FB-200D-2640-FE0F", + "emoji": "🧘🏻‍♀️", + "text": "", + "type": 1, + "order": 2508, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mujer en posición de loto: tono de piel claro medio", + "hexcode": "1F9D8-1F3FC-200D-2640-FE0F", + "emoji": "🧘🏼‍♀️", + "text": "", + "type": 1, + "order": 2510, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mujer en posición de loto: tono de piel medio", + "hexcode": "1F9D8-1F3FD-200D-2640-FE0F", + "emoji": "🧘🏽‍♀️", + "text": "", + "type": 1, + "order": 2512, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mujer en posición de loto: tono de piel oscuro medio", + "hexcode": "1F9D8-1F3FE-200D-2640-FE0F", + "emoji": "🧘🏾‍♀️", + "text": "", + "type": 1, + "order": 2514, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mujer en posición de loto: tono de piel oscuro", + "hexcode": "1F9D8-1F3FF-200D-2640-FE0F", + "emoji": "🧘🏿‍♀️", + "text": "", + "type": 1, + "order": 2516, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "persona en la bañera", + "hexcode": "1F6C0", + "tags": [ + "bañera", + "baño", + "persona" + ], + "emoji": "🛀", + "text": "", + "type": 1, + "order": 2518, + "group": 1, + "subgroup": 28, + "version": 0.6, + "skins": [ + { + "annotation": "persona en la bañera: tono de piel claro", + "hexcode": "1F6C0-1F3FB", + "emoji": "🛀🏻", + "text": "", + "type": 1, + "order": 2519, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 1 + }, + { + "annotation": "persona en la bañera: tono de piel claro medio", + "hexcode": "1F6C0-1F3FC", + "emoji": "🛀🏼", + "text": "", + "type": 1, + "order": 2520, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 2 + }, + { + "annotation": "persona en la bañera: tono de piel medio", + "hexcode": "1F6C0-1F3FD", + "emoji": "🛀🏽", + "text": "", + "type": 1, + "order": 2521, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 3 + }, + { + "annotation": "persona en la bañera: tono de piel oscuro medio", + "hexcode": "1F6C0-1F3FE", + "emoji": "🛀🏾", + "text": "", + "type": 1, + "order": 2522, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 4 + }, + { + "annotation": "persona en la bañera: tono de piel oscuro", + "hexcode": "1F6C0-1F3FF", + "emoji": "🛀🏿", + "text": "", + "type": 1, + "order": 2523, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "persona en la cama", + "hexcode": "1F6CC", + "tags": [ + "dormir", + "hotel" + ], + "emoji": "🛌", + "text": "", + "type": 1, + "order": 2524, + "group": 1, + "subgroup": 28, + "version": 1, + "skins": [ + { + "annotation": "persona en la cama: tono de piel claro", + "hexcode": "1F6CC-1F3FB", + "emoji": "🛌🏻", + "text": "", + "type": 1, + "order": 2525, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 1 + }, + { + "annotation": "persona en la cama: tono de piel claro medio", + "hexcode": "1F6CC-1F3FC", + "emoji": "🛌🏼", + "text": "", + "type": 1, + "order": 2526, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 2 + }, + { + "annotation": "persona en la cama: tono de piel medio", + "hexcode": "1F6CC-1F3FD", + "emoji": "🛌🏽", + "text": "", + "type": 1, + "order": 2527, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 3 + }, + { + "annotation": "persona en la cama: tono de piel oscuro medio", + "hexcode": "1F6CC-1F3FE", + "emoji": "🛌🏾", + "text": "", + "type": 1, + "order": 2528, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 4 + }, + { + "annotation": "persona en la cama: tono de piel oscuro", + "hexcode": "1F6CC-1F3FF", + "emoji": "🛌🏿", + "text": "", + "type": 1, + "order": 2529, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "dos personas de la mano", + "hexcode": "1F9D1-200D-1F91D-200D-1F9D1", + "tags": [ + "mano", + "pareja", + "persona" + ], + "emoji": "🧑‍🤝‍🧑", + "text": "", + "type": 1, + "order": 2530, + "group": 1, + "subgroup": 29, + "version": 12, + "skins": [ + { + "annotation": "dos personas de la mano: tono de piel claro", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏻‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2531, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "dos personas de la mano: tono de piel claro y tono de piel claro medio", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2532, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro y tono de piel medio", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2533, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro y tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2534, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro y tono de piel oscuro", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2535, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro medio y tono de piel claro", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2536, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro medio", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏼‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2537, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "dos personas de la mano: tono de piel claro medio y tono de piel medio", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2538, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro medio y tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2539, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel claro medio y tono de piel oscuro", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2540, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel medio y tono de piel claro", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2541, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel medio y tono de piel claro medio", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2542, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel medio", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏽‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2543, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "dos personas de la mano: tono de piel medio y tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2544, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel medio y tono de piel oscuro", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2545, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro medio y tono de piel claro", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2546, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro medio y tono de piel claro medio", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2547, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro medio y tono de piel medio", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2548, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏾‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2549, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro medio y tono de piel oscuro", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2550, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro y tono de piel claro", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2551, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro y tono de piel claro medio", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2552, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro y tono de piel medio", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2553, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro y tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2554, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "dos personas de la mano: tono de piel oscuro", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏿‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2555, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "mujeres de la mano", + "hexcode": "1F46D", + "tags": [ + "lesbianas", + "mujeres", + "novias", + "pareja" + ], + "emoji": "👭", + "text": "", + "type": 1, + "order": 2556, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "mujeres de la mano: tono de piel claro", + "hexcode": "1F46D-1F3FB", + "emoji": "👭🏻", + "text": "", + "type": 1, + "order": 2557, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "mujeres de la mano: tono de piel claro medio", + "hexcode": "1F46D-1F3FC", + "emoji": "👭🏼", + "text": "", + "type": 1, + "order": 2563, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "mujeres de la mano: tono de piel medio", + "hexcode": "1F46D-1F3FD", + "emoji": "👭🏽", + "text": "", + "type": 1, + "order": 2569, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro medio", + "hexcode": "1F46D-1F3FE", + "emoji": "👭🏾", + "text": "", + "type": 1, + "order": 2575, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro", + "hexcode": "1F46D-1F3FF", + "emoji": "👭🏿", + "text": "", + "type": 1, + "order": 2581, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "mujeres de la mano: tono de piel claro y tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏻‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2558, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro y tono de piel medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏻‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2559, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro y tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏻‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2560, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro y tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏻‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2561, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro medio y tono de piel claro", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏼‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2562, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro medio y tono de piel medio", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏼‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2564, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro medio y tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏼‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2565, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel claro medio y tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏼‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2566, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel medio y tono de piel claro", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏽‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2567, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel medio y tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏽‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2568, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel medio y tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏽‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2570, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel medio y tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏽‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2571, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro medio y tono de piel claro", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏾‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2572, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro medio y tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏾‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2573, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro medio y tono de piel medio", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏾‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2574, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro medio y tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏾‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2576, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro y tono de piel claro", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏿‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2577, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro y tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏿‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2578, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro y tono de piel medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏿‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2579, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "mujeres de la mano: tono de piel oscuro y tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏿‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2580, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "mujer y hombre de la mano", + "hexcode": "1F46B", + "tags": [ + "hombre", + "hombre y mujer de la mano", + "mujer", + "novios", + "pareja" + ], + "emoji": "👫", + "text": "", + "type": 1, + "order": 2582, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "mujer y hombre de la mano: tono de piel claro", + "hexcode": "1F46B-1F3FB", + "emoji": "👫🏻", + "text": "", + "type": 1, + "order": 2583, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro medio", + "hexcode": "1F46B-1F3FC", + "emoji": "👫🏼", + "text": "", + "type": 1, + "order": 2589, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "mujer y hombre de la mano: tono de piel medio", + "hexcode": "1F46B-1F3FD", + "emoji": "👫🏽", + "text": "", + "type": 1, + "order": 2595, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro medio", + "hexcode": "1F46B-1F3FE", + "emoji": "👫🏾", + "text": "", + "type": 1, + "order": 2601, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro", + "hexcode": "1F46B-1F3FF", + "emoji": "👫🏿", + "text": "", + "type": 1, + "order": 2607, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro y tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2584, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro y tono de piel medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2585, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro y tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2586, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro y tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2587, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro medio y tono de piel claro", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2588, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro medio y tono de piel medio", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2590, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro medio y tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2591, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel claro medio y tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2592, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel medio y tono de piel claro", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2593, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel medio y tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2594, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel medio y tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2596, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel medio y tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2597, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro medio y tono de piel claro", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2598, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro medio y tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2599, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro medio y tono de piel medio", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2600, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro medio y tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2602, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro y tono de piel claro", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2603, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro y tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2604, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro y tono de piel medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2605, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "mujer y hombre de la mano: tono de piel oscuro y tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2606, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "hombres de la mano", + "hexcode": "1F46C", + "tags": [ + "gays", + "hombres", + "novios", + "pareja" + ], + "emoji": "👬", + "text": "", + "type": 1, + "order": 2608, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "hombres de la mano: tono de piel claro", + "hexcode": "1F46C-1F3FB", + "emoji": "👬🏻", + "text": "", + "type": 1, + "order": 2609, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "hombres de la mano: tono de piel claro medio", + "hexcode": "1F46C-1F3FC", + "emoji": "👬🏼", + "text": "", + "type": 1, + "order": 2615, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "hombres de la mano: tono de piel medio", + "hexcode": "1F46C-1F3FD", + "emoji": "👬🏽", + "text": "", + "type": 1, + "order": 2621, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "hombres de la mano: tono de piel oscuro medio", + "hexcode": "1F46C-1F3FE", + "emoji": "👬🏾", + "text": "", + "type": 1, + "order": 2627, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "hombres de la mano: tono de piel oscuro", + "hexcode": "1F46C-1F3FF", + "emoji": "👬🏿", + "text": "", + "type": 1, + "order": 2633, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "hombres de la mano: tono de piel claro y tono de piel claro medio", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2610, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro y tono de piel medio", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2611, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro y tono de piel oscuro medio", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2612, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro y tono de piel oscuro", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2613, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro medio y tono de piel claro", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2614, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro medio y tono de piel medio", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2616, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro medio y tono de piel oscuro medio", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2617, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "hombres de la mano: tono de piel claro medio y tono de piel oscuro", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2618, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "hombres de la mano: tono de piel medio y tono de piel claro", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2619, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "hombres de la mano: tono de piel medio y tono de piel claro medio", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2620, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "hombres de la mano: tono de piel medio y tono de piel oscuro medio", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2622, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "hombres de la mano: tono de piel medio y tono de piel oscuro", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2623, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro medio y tono de piel claro", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2624, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro medio y tono de piel claro medio", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2625, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro medio y tono de piel medio", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2626, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro medio y tono de piel oscuro", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2628, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro y tono de piel claro", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2629, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro y tono de piel claro medio", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2630, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro y tono de piel medio", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2631, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "hombres de la mano: tono de piel oscuro y tono de piel oscuro medio", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2632, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "beso", + "hexcode": "1F48F", + "tags": [ + "personas", + "romance" + ], + "emoji": "💏", + "text": "", + "type": 1, + "order": 2634, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "beso: tono de piel claro", + "hexcode": "1F48F-1F3FB", + "emoji": "💏🏻", + "text": "", + "type": 1, + "order": 2635, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "beso: tono de piel claro medio", + "hexcode": "1F48F-1F3FC", + "emoji": "💏🏼", + "text": "", + "type": 1, + "order": 2636, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "beso: tono de piel medio", + "hexcode": "1F48F-1F3FD", + "emoji": "💏🏽", + "text": "", + "type": 1, + "order": 2637, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "beso: tono de piel oscuro medio", + "hexcode": "1F48F-1F3FE", + "emoji": "💏🏾", + "text": "", + "type": 1, + "order": 2638, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "beso: tono de piel oscuro", + "hexcode": "1F48F-1F3FF", + "emoji": "💏🏿", + "text": "", + "type": 1, + "order": 2639, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro, tono de piel claro medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2640, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro, tono de piel medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2642, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2644, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro, tono de piel oscuro", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2646, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro medio, tono de piel claro", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2648, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro medio, tono de piel medio", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2650, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2652, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2654, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel medio, tono de piel claro", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2656, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel medio, tono de piel claro medio", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2658, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2660, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2662, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2664, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2666, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2668, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2670, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro, tono de piel claro", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2672, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2674, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro, tono de piel medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2676, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "beso: persona adulta, persona adulta, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2678, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "beso: mujer y hombre", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "beso", + "hombre", + "mujer", + "personas", + "romance" + ], + "emoji": "👩‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2680, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "beso: mujer, hombre, tono de piel claro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2682, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro, tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2684, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro, tono de piel medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2686, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2688, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro, tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2690, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro medio, tono de piel claro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2692, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2694, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro medio, tono de piel medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2696, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2698, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2700, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel medio, tono de piel claro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2702, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel medio, tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2704, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2706, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "beso: mujer, hombre, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2708, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel medio, tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2710, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2712, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2714, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2716, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2718, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2720, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro, tono de piel claro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2722, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2724, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro, tono de piel medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2726, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2728, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "beso: mujer, hombre, tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2730, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "beso: hombre y hombre", + "hexcode": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "beso", + "hombre", + "personas", + "romance" + ], + "emoji": "👨‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2732, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "beso: hombre, hombre, tono de piel claro", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2734, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro, tono de piel claro medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2736, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro, tono de piel medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2738, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2740, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro, tono de piel oscuro", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2742, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro medio, tono de piel claro", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2744, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2746, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro medio, tono de piel medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2748, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2750, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2752, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel medio, tono de piel claro", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2754, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel medio, tono de piel claro medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2756, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2758, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "beso: hombre, hombre, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2760, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel medio, tono de piel oscuro", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2762, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2764, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2766, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2768, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2770, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2772, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro, tono de piel claro", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2774, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2776, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro, tono de piel medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2778, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2780, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "beso: hombre, hombre, tono de piel oscuro", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2782, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "beso: mujer y mujer", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "tags": [ + "beso", + "mujer", + "personas", + "romance" + ], + "emoji": "👩‍❤️‍💋‍👩", + "text": "", + "type": 1, + "order": 2784, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "beso: mujer, mujer, tono de piel claro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2786, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro, tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2788, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro, tono de piel medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2790, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2792, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro, tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2794, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro medio, tono de piel claro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2796, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2798, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro medio, tono de piel medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2800, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2802, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2804, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel medio, tono de piel claro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2806, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel medio, tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2808, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2810, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "beso: mujer, mujer, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2812, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel medio, tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2814, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2816, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2818, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2820, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2822, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2824, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro, tono de piel claro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2826, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2828, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro, tono de piel medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2830, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2832, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "beso: mujer, mujer, tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2834, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "pareja enamorada", + "hexcode": "1F491", + "tags": [ + "amor", + "corazón", + "hombre y mujer enamorados", + "pareja", + "personas" + ], + "emoji": "💑", + "text": "", + "type": 1, + "order": 2836, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "pareja enamorada: tono de piel claro", + "hexcode": "1F491-1F3FB", + "emoji": "💑🏻", + "text": "", + "type": 1, + "order": 2837, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "pareja enamorada: tono de piel claro medio", + "hexcode": "1F491-1F3FC", + "emoji": "💑🏼", + "text": "", + "type": 1, + "order": 2838, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "pareja enamorada: tono de piel medio", + "hexcode": "1F491-1F3FD", + "emoji": "💑🏽", + "text": "", + "type": 1, + "order": 2839, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "pareja enamorada: tono de piel oscuro medio", + "hexcode": "1F491-1F3FE", + "emoji": "💑🏾", + "text": "", + "type": 1, + "order": 2840, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "pareja enamorada: tono de piel oscuro", + "hexcode": "1F491-1F3FF", + "emoji": "💑🏿", + "text": "", + "type": 1, + "order": 2841, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro, tono de piel claro medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2842, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro, tono de piel medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2844, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2846, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro, tono de piel oscuro", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2848, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro medio, tono de piel claro", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2850, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro medio, tono de piel medio", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2852, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2854, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2856, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel medio, tono de piel claro", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2858, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel medio, tono de piel claro medio", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2860, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2862, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2864, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2866, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2868, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2870, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2872, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro, tono de piel claro", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2874, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2876, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro, tono de piel medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2878, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "pareja enamorada: persona adulta, persona adulta, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2880, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "pareja enamorada: mujer y hombre", + "hexcode": "1F469-200D-2764-FE0F-200D-1F468", + "tags": [ + "amor", + "corazón", + "hombre", + "hombre y mujer enamorados", + "mujer", + "pareja", + "pareja enamorada", + "personas" + ], + "emoji": "👩‍❤️‍👨", + "text": "", + "type": 1, + "order": 2882, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2884, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro, tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2886, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro, tono de piel medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2888, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2890, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro, tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2892, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro medio, tono de piel claro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2894, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2896, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro medio, tono de piel medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2898, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2900, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2902, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel medio, tono de piel claro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2904, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel medio, tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2906, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2908, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2910, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel medio, tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2912, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2914, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2916, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2918, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2920, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2922, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro, tono de piel claro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2924, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2926, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro, tono de piel medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2928, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2930, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, hombre, tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2932, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "pareja enamorada: hombre y hombre", + "hexcode": "1F468-200D-2764-FE0F-200D-1F468", + "tags": [ + "amor", + "corazón", + "hombre", + "hombre y mujer enamorados", + "pareja", + "pareja enamorada", + "personas" + ], + "emoji": "👨‍❤️‍👨", + "text": "", + "type": 1, + "order": 2934, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2936, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro, tono de piel claro medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2938, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro, tono de piel medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2940, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2942, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro, tono de piel oscuro", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2944, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro medio, tono de piel claro", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2946, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2948, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro medio, tono de piel medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2950, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2952, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2954, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel medio, tono de piel claro", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2956, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel medio, tono de piel claro medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2958, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2960, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2962, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel medio, tono de piel oscuro", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2964, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2966, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2968, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2970, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro medio", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2972, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2974, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro, tono de piel claro", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2976, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2978, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro, tono de piel medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2980, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2982, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "pareja enamorada: hombre, hombre, tono de piel oscuro", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2984, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "pareja enamorada: mujer y mujer", + "hexcode": "1F469-200D-2764-FE0F-200D-1F469", + "tags": [ + "amor", + "corazón", + "hombre y mujer enamorados", + "mujer", + "pareja", + "pareja enamorada", + "personas" + ], + "emoji": "👩‍❤️‍👩", + "text": "", + "type": 1, + "order": 2986, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2988, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro, tono de piel claro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 2990, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro, tono de piel medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 2992, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 2994, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro, tono de piel oscuro", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 2996, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro medio, tono de piel claro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2998, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3000, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro medio, tono de piel medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3002, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3004, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel claro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3006, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel medio, tono de piel claro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3008, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel medio, tono de piel claro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3010, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3012, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel medio, tono de piel oscuro medio", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3014, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel medio, tono de piel oscuro", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3016, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro medio, tono de piel claro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3018, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro medio, tono de piel claro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3020, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro medio, tono de piel medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3022, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro medio", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3024, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro medio, tono de piel oscuro", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3026, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro, tono de piel claro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3028, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro, tono de piel claro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3030, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro, tono de piel medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3032, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro, tono de piel oscuro medio", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3034, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "pareja enamorada: mujer, mujer, tono de piel oscuro", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3036, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "familia", + "hexcode": "1F46A", + "tags": [ + "madre", + "niño", + "padre", + "personas" + ], + "emoji": "👪️", + "text": "👪︎", + "type": 1, + "order": 3038, + "group": 1, + "subgroup": 29, + "version": 0.6 + }, + { + "annotation": "familia: hombre, mujer, niño", + "hexcode": "1F468-200D-1F469-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👩‍👦", + "text": "", + "type": 1, + "order": 3039, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, mujer, niña", + "hexcode": "1F468-200D-1F469-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👩‍👧", + "text": "", + "type": 1, + "order": 3040, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, mujer, niña, niño", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3041, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, mujer, niño, niño", + "hexcode": "1F468-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3042, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, mujer, niña, niña", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3043, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, hombre, niño", + "hexcode": "1F468-200D-1F468-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👨‍👦", + "text": "", + "type": 1, + "order": 3044, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, hombre, niña", + "hexcode": "1F468-200D-1F468-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👨‍👧", + "text": "", + "type": 1, + "order": 3045, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, hombre, niña, niño", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3046, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, hombre, niño, niño", + "hexcode": "1F468-200D-1F468-200D-1F466-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3047, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre, hombre, niña, niña", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3048, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: mujer, mujer, niño", + "hexcode": "1F469-200D-1F469-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👩‍👦", + "text": "", + "type": 1, + "order": 3049, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: mujer, mujer, niña", + "hexcode": "1F469-200D-1F469-200D-1F467", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👩‍👧", + "text": "", + "type": 1, + "order": 3050, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: mujer, mujer, niña, niño", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3051, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: mujer, mujer, niño, niño", + "hexcode": "1F469-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3052, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: mujer, mujer, niña, niña", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3053, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "familia: hombre y niño", + "hexcode": "1F468-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👦", + "text": "", + "type": 1, + "order": 3054, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: hombre, niño, niño", + "hexcode": "1F468-200D-1F466-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3055, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: hombre y niña", + "hexcode": "1F468-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👧", + "text": "", + "type": 1, + "order": 3056, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: hombre, niña, niño", + "hexcode": "1F468-200D-1F467-200D-1F466", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3057, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: hombre, niña, niña", + "hexcode": "1F468-200D-1F467-200D-1F467", + "tags": [ + "familia", + "hombre", + "madre", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3058, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: mujer y niño", + "hexcode": "1F469-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👦", + "text": "", + "type": 1, + "order": 3059, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: mujer, niño, niño", + "hexcode": "1F469-200D-1F466-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3060, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: mujer y niña", + "hexcode": "1F469-200D-1F467", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👧", + "text": "", + "type": 1, + "order": 3061, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: mujer, niña, niño", + "hexcode": "1F469-200D-1F467-200D-1F466", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3062, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "familia: mujer, niña, niña", + "hexcode": "1F469-200D-1F467-200D-1F467", + "tags": [ + "familia", + "madre", + "mujer", + "niña", + "niño", + "padre", + "personas" + ], + "emoji": "👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3063, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "cabeza parlante", + "hexcode": "1F5E3", + "tags": [ + "cabeza", + "cara", + "hablar", + "silueta" + ], + "emoji": "🗣️", + "text": "🗣︎", + "type": 0, + "order": 3065, + "group": 1, + "subgroup": 30, + "version": 0.7 + }, + { + "annotation": "silueta de busto", + "hexcode": "1F464", + "tags": [ + "busto", + "personas", + "silueta" + ], + "emoji": "👤", + "text": "", + "type": 1, + "order": 3066, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "dos siluetas de bustos", + "hexcode": "1F465", + "tags": [ + "bustos", + "personas", + "siluetas" + ], + "emoji": "👥", + "text": "", + "type": 1, + "order": 3067, + "group": 1, + "subgroup": 30, + "version": 1 + }, + { + "annotation": "personas abrazándose", + "hexcode": "1FAC2", + "tags": [ + "abrazo", + "adiós", + "despedida", + "gracias", + "saludo" + ], + "emoji": "🫂", + "text": "", + "type": 1, + "order": 3068, + "group": 1, + "subgroup": 30, + "version": 13 + }, + { + "annotation": "huellas de pies", + "hexcode": "1F463", + "tags": [ + "cuerpo", + "huellas", + "pies" + ], + "emoji": "👣", + "text": "", + "type": 1, + "order": 3069, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "tono de piel claro", + "hexcode": "1F3FB", + "tags": [ + "piel", + "tipo 1", + "tipo 2", + "tono", + "tono de piel" + ], + "emoji": "🏻", + "text": "", + "type": 1, + "order": 3070, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "tono de piel claro medio", + "hexcode": "1F3FC", + "tags": [ + "piel", + "tipo 3", + "tono", + "tono de piel" + ], + "emoji": "🏼", + "text": "", + "type": 1, + "order": 3071, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "tono de piel medio", + "hexcode": "1F3FD", + "tags": [ + "piel", + "tipo 4", + "tono", + "tono de piel" + ], + "emoji": "🏽", + "text": "", + "type": 1, + "order": 3072, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "tono de piel oscuro medio", + "hexcode": "1F3FE", + "tags": [ + "piel", + "tipo 5", + "tono", + "tono de piel" + ], + "emoji": "🏾", + "text": "", + "type": 1, + "order": 3073, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "tono de piel oscuro", + "hexcode": "1F3FF", + "tags": [ + "piel", + "tipo 6", + "tono", + "tono de piel" + ], + "emoji": "🏿", + "text": "", + "type": 1, + "order": 3074, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "pelo pelirrojo", + "hexcode": "1F9B0", + "tags": [ + "pelirrojo", + "pelo", + "rojizo", + "rojo" + ], + "emoji": "🦰", + "text": "", + "type": 1, + "order": 3075, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "pelo rizado", + "hexcode": "1F9B1", + "tags": [ + "afro", + "bucle", + "rizado", + "rizo", + "tirabuzón" + ], + "emoji": "🦱", + "text": "", + "type": 1, + "order": 3076, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "pelo blanco", + "hexcode": "1F9B3", + "tags": [ + "blanco", + "cana", + "gris", + "pelo", + "viejo" + ], + "emoji": "🦳", + "text": "", + "type": 1, + "order": 3077, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "sin pelo", + "hexcode": "1F9B2", + "tags": [ + "afeitado", + "bola de billar", + "calvo", + "quimioterapia" + ], + "emoji": "🦲", + "text": "", + "type": 1, + "order": 3078, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "cara de mono", + "hexcode": "1F435", + "tags": [ + "animal", + "cara", + "mono" + ], + "emoji": "🐵", + "text": "", + "type": 1, + "order": 3079, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "mono", + "hexcode": "1F412", + "tags": [ + "macaco", + "simio" + ], + "emoji": "🐒", + "text": "", + "type": 1, + "order": 3080, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "gorila", + "hexcode": "1F98D", + "tags": [ + "animal", + "cara" + ], + "emoji": "🦍", + "text": "", + "type": 1, + "order": 3081, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "orangután", + "hexcode": "1F9A7", + "tags": [ + "mono", + "primate", + "simio" + ], + "emoji": "🦧", + "text": "", + "type": 1, + "order": 3082, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "cara de perro", + "hexcode": "1F436", + "tags": [ + "animal", + "cara", + "perro" + ], + "emoji": "🐶", + "text": "", + "type": 1, + "order": 3083, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "perro", + "hexcode": "1F415", + "tags": [ + "cachorro", + "perrete", + "perrito" + ], + "emoji": "🐕️", + "text": "🐕︎", + "type": 1, + "order": 3084, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "perro guía", + "hexcode": "1F9AE", + "tags": [ + "accesibilidad", + "ciego", + "guía", + "invidente", + "lazarillo" + ], + "emoji": "🦮", + "text": "", + "type": 1, + "order": 3085, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "perro de servicio", + "hexcode": "1F415-200D-1F9BA", + "tags": [ + "accesibilidad", + "apoyo", + "asistencia", + "perro", + "servicio" + ], + "emoji": "🐕‍🦺", + "text": "", + "type": 1, + "order": 3086, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "caniche", + "hexcode": "1F429", + "tags": [ + "perrito", + "perro" + ], + "emoji": "🐩", + "text": "", + "type": 1, + "order": 3087, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "lobo", + "hexcode": "1F43A", + "tags": [ + "cara" + ], + "emoji": "🐺", + "text": "", + "type": 1, + "order": 3088, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "zorro", + "hexcode": "1F98A", + "tags": [ + "animal", + "cara" + ], + "emoji": "🦊", + "text": "", + "type": 1, + "order": 3089, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "mapache", + "hexcode": "1F99D", + "tags": [ + "astuto", + "curioso", + "ladino", + "maquillaje", + "ojeras" + ], + "emoji": "🦝", + "text": "", + "type": 1, + "order": 3090, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "cara de gato", + "hexcode": "1F431", + "tags": [ + "animal", + "cara", + "gato" + ], + "emoji": "🐱", + "text": "", + "type": 1, + "order": 3091, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "gato", + "hexcode": "1F408", + "tags": [ + "gatete", + "minino" + ], + "emoji": "🐈️", + "text": "🐈︎", + "type": 1, + "order": 3092, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "gato negro", + "hexcode": "1F408-200D-2B1B", + "tags": [ + "gato", + "mala suerte", + "negro" + ], + "emoji": "🐈‍⬛", + "text": "", + "type": 1, + "order": 3093, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "león", + "hexcode": "1F981", + "tags": [ + "cara", + "leo", + "zodiaco" + ], + "emoji": "🦁", + "text": "", + "type": 1, + "order": 3094, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "cara de tigre", + "hexcode": "1F42F", + "tags": [ + "animal", + "tigre" + ], + "emoji": "🐯", + "text": "", + "type": 1, + "order": 3095, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "tigre", + "hexcode": "1F405", + "tags": [ + "felino" + ], + "emoji": "🐅", + "text": "", + "type": 1, + "order": 3096, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "leopardo", + "hexcode": "1F406", + "tags": [ + "felino" + ], + "emoji": "🐆", + "text": "", + "type": 1, + "order": 3097, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "cara de caballo", + "hexcode": "1F434", + "tags": [ + "animal", + "caballo", + "cara" + ], + "emoji": "🐴", + "text": "", + "type": 1, + "order": 3098, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "caballo", + "hexcode": "1F40E", + "tags": [ + "caballo corriendo", + "caballo de carrera", + "ecuestre" + ], + "emoji": "🐎", + "text": "", + "type": 1, + "order": 3099, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "unicornio", + "hexcode": "1F984", + "tags": [ + "cara" + ], + "emoji": "🦄", + "text": "", + "type": 1, + "order": 3100, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "cebra", + "hexcode": "1F993", + "tags": [ + "raya" + ], + "emoji": "🦓", + "text": "", + "type": 1, + "order": 3101, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "ciervo", + "hexcode": "1F98C", + "tags": [ + "animal", + "cara" + ], + "emoji": "🦌", + "text": "", + "type": 1, + "order": 3102, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "bisonte", + "hexcode": "1F9AC", + "tags": [ + "búfalo", + "cíbolo" + ], + "emoji": "🦬", + "text": "", + "type": 1, + "order": 3103, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "cara de vaca", + "hexcode": "1F42E", + "tags": [ + "animal", + "cara", + "vaca" + ], + "emoji": "🐮", + "text": "", + "type": 1, + "order": 3104, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "buey", + "hexcode": "1F402", + "tags": [ + "cabestro", + "tauro", + "zodiaco" + ], + "emoji": "🐂", + "text": "", + "type": 1, + "order": 3105, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "búfalo de agua", + "hexcode": "1F403", + "tags": [ + "animal", + "búfalo" + ], + "emoji": "🐃", + "text": "", + "type": 1, + "order": 3106, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "vaca", + "hexcode": "1F404", + "tags": [ + "bovino", + "res" + ], + "emoji": "🐄", + "text": "", + "type": 1, + "order": 3107, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "cara de cerdo", + "hexcode": "1F437", + "tags": [ + "animal", + "cara", + "cerdo" + ], + "emoji": "🐷", + "text": "", + "type": 1, + "order": 3108, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cerdo", + "hexcode": "1F416", + "tags": [ + "cochino", + "gorrino", + "puerco" + ], + "emoji": "🐖", + "text": "", + "type": 1, + "order": 3109, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "jabalí", + "hexcode": "1F417", + "tags": [ + "cerdo salvaje" + ], + "emoji": "🐗", + "text": "", + "type": 1, + "order": 3110, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "nariz de cerdo", + "hexcode": "1F43D", + "tags": [ + "cara", + "cerdo", + "morro", + "nariz" + ], + "emoji": "🐽", + "text": "", + "type": 1, + "order": 3111, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "carnero", + "hexcode": "1F40F", + "tags": [ + "aries", + "morueco", + "zodiaco" + ], + "emoji": "🐏", + "text": "", + "type": 1, + "order": 3112, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "oveja", + "hexcode": "1F411", + "tags": [ + "borrego", + "cordero", + "ovino" + ], + "emoji": "🐑", + "text": "", + "type": 1, + "order": 3113, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cabra", + "hexcode": "1F410", + "tags": [ + "capricornio", + "caprino", + "chivo", + "zodiaco" + ], + "emoji": "🐐", + "text": "", + "type": 1, + "order": 3114, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "dromedario", + "hexcode": "1F42A", + "tags": [ + "camello", + "desierto", + "joroba" + ], + "emoji": "🐪", + "text": "", + "type": 1, + "order": 3115, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "camello", + "hexcode": "1F42B", + "tags": [ + "bactriano", + "desierto", + "dromedario", + "jorobas" + ], + "emoji": "🐫", + "text": "", + "type": 1, + "order": 3116, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "llama", + "hexcode": "1F999", + "tags": [ + "alpaca", + "guanaco", + "lana", + "vicuña" + ], + "emoji": "🦙", + "text": "", + "type": 1, + "order": 3117, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "jirafa", + "hexcode": "1F992", + "tags": [ + "manchas" + ], + "emoji": "🦒", + "text": "", + "type": 1, + "order": 3118, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "elefante", + "hexcode": "1F418", + "tags": [ + "paquidermo" + ], + "emoji": "🐘", + "text": "", + "type": 1, + "order": 3119, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "mamut", + "hexcode": "1F9A3", + "tags": [ + "colmillo", + "extinguido", + "lanudo" + ], + "emoji": "🦣", + "text": "", + "type": 1, + "order": 3120, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "rinoceronte", + "hexcode": "1F98F", + "tags": [ + "animal", + "cabeza" + ], + "emoji": "🦏", + "text": "", + "type": 1, + "order": 3121, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "hipopótamo", + "hexcode": "1F99B", + "tags": [ + "paquidermo" + ], + "emoji": "🦛", + "text": "", + "type": 1, + "order": 3122, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "cara de ratón", + "hexcode": "1F42D", + "tags": [ + "animal", + "cara", + "ratón" + ], + "emoji": "🐭", + "text": "", + "type": 1, + "order": 3123, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "ratón", + "hexcode": "1F401", + "tags": [ + "roedor" + ], + "emoji": "🐁", + "text": "", + "type": 1, + "order": 3124, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "rata", + "hexcode": "1F400", + "tags": [ + "roedor" + ], + "emoji": "🐀", + "text": "", + "type": 1, + "order": 3125, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "hámster", + "hexcode": "1F439", + "tags": [ + "animal", + "cara", + "mascota" + ], + "emoji": "🐹", + "text": "", + "type": 1, + "order": 3126, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cara de conejo", + "hexcode": "1F430", + "tags": [ + "animal", + "cara", + "conejo" + ], + "emoji": "🐰", + "text": "", + "type": 1, + "order": 3127, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "conejo", + "hexcode": "1F407", + "tags": [ + "conejito", + "gazapo" + ], + "emoji": "🐇", + "text": "", + "type": 1, + "order": 3128, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "ardilla", + "hexcode": "1F43F", + "tags": [ + "animal" + ], + "emoji": "🐿️", + "text": "🐿︎", + "type": 0, + "order": 3130, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "castor", + "hexcode": "1F9AB", + "tags": [ + "roedor" + ], + "emoji": "🦫", + "text": "", + "type": 1, + "order": 3131, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "erizo", + "hexcode": "1F994", + "tags": [ + "espinas", + "púas" + ], + "emoji": "🦔", + "text": "", + "type": 1, + "order": 3132, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "murciélago", + "hexcode": "1F987", + "tags": [ + "animal", + "vampiro" + ], + "emoji": "🦇", + "text": "", + "type": 1, + "order": 3133, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "oso", + "hexcode": "1F43B", + "tags": [ + "animal", + "cara" + ], + "emoji": "🐻", + "text": "", + "type": 1, + "order": 3134, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "oso polar", + "hexcode": "1F43B-200D-2744-FE0F", + "tags": [ + "blanco", + "oso", + "polar", + "ártico" + ], + "emoji": "🐻‍❄️", + "text": "", + "type": 1, + "order": 3135, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "koala", + "hexcode": "1F428", + "tags": [ + "bambú" + ], + "emoji": "🐨", + "text": "", + "type": 1, + "order": 3137, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "panda", + "hexcode": "1F43C", + "tags": [ + "animal", + "cara", + "oso panda" + ], + "emoji": "🐼", + "text": "", + "type": 1, + "order": 3138, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "perezoso", + "hexcode": "1F9A5", + "tags": [ + "gandul", + "lento", + "vago" + ], + "emoji": "🦥", + "text": "", + "type": 1, + "order": 3139, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "nutria", + "hexcode": "1F9A6", + "tags": [ + "bromista", + "juguetón", + "pesca" + ], + "emoji": "🦦", + "text": "", + "type": 1, + "order": 3140, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "mofeta", + "hexcode": "1F9A8", + "tags": [ + "apestar", + "hedor", + "mal olor", + "peste", + "tufo" + ], + "emoji": "🦨", + "text": "", + "type": 1, + "order": 3141, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "canguro", + "hexcode": "1F998", + "tags": [ + "australia", + "marsupial", + "salto" + ], + "emoji": "🦘", + "text": "", + "type": 1, + "order": 3142, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "tejón", + "hexcode": "1F9A1", + "tags": [ + "ratel", + "tejón de la miel", + "tejón melero" + ], + "emoji": "🦡", + "text": "", + "type": 1, + "order": 3143, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "huellas de pezuñas", + "hexcode": "1F43E", + "tags": [ + "animal", + "huellas", + "pezuñas" + ], + "emoji": "🐾", + "text": "", + "type": 1, + "order": 3144, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "pavo", + "hexcode": "1F983", + "tags": [ + "animal", + "ave" + ], + "emoji": "🦃", + "text": "", + "type": 1, + "order": 3145, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "gallina", + "hexcode": "1F414", + "tags": [ + "ave", + "gallinácea", + "pollo" + ], + "emoji": "🐔", + "text": "", + "type": 1, + "order": 3146, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "gallo", + "hexcode": "1F413", + "tags": [ + "ave", + "gallina", + "gallinácea", + "pollo" + ], + "emoji": "🐓", + "text": "", + "type": 1, + "order": 3147, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "pollito rompiendo el cascarón", + "hexcode": "1F423", + "tags": [ + "ave", + "huevo", + "pollito", + "pollo" + ], + "emoji": "🐣", + "text": "", + "type": 1, + "order": 3148, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "pollito", + "hexcode": "1F424", + "tags": [ + "animal", + "ave", + "pollo", + "polluelo" + ], + "emoji": "🐤", + "text": "", + "type": 1, + "order": 3149, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "pollito de frente", + "hexcode": "1F425", + "tags": [ + "animal", + "ave", + "pollito", + "pollo" + ], + "emoji": "🐥", + "text": "", + "type": 1, + "order": 3150, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "pájaro", + "hexcode": "1F426", + "tags": [ + "ave", + "pajarillo" + ], + "emoji": "🐦️", + "text": "🐦︎", + "type": 1, + "order": 3151, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "pingüino", + "hexcode": "1F427", + "tags": [ + "ave" + ], + "emoji": "🐧", + "text": "", + "type": 1, + "order": 3152, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "paloma", + "hexcode": "1F54A", + "tags": [ + "animal", + "paz", + "pájaro" + ], + "emoji": "🕊️", + "text": "🕊︎", + "type": 0, + "order": 3154, + "group": 3, + "subgroup": 34, + "version": 0.7 + }, + { + "annotation": "águila", + "hexcode": "1F985", + "tags": [ + "ave" + ], + "emoji": "🦅", + "text": "", + "type": 1, + "order": 3155, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "pato", + "hexcode": "1F986", + "tags": [ + "ave" + ], + "emoji": "🦆", + "text": "", + "type": 1, + "order": 3156, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "cisne", + "hexcode": "1F9A2", + "tags": [ + "ave", + "patito feo" + ], + "emoji": "🦢", + "text": "", + "type": 1, + "order": 3157, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "búho", + "hexcode": "1F989", + "tags": [ + "ave", + "lechuza", + "pájaro" + ], + "emoji": "🦉", + "text": "", + "type": 1, + "order": 3158, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "dodo", + "hexcode": "1F9A4", + "tags": [ + "ave", + "dronte", + "extinguido", + "mauricio", + "pájaro" + ], + "emoji": "🦤", + "text": "", + "type": 1, + "order": 3159, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "pluma", + "hexcode": "1FAB6", + "tags": [ + "ave", + "ligero", + "plumaje", + "pájaro" + ], + "emoji": "🪶", + "text": "", + "type": 1, + "order": 3160, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "flamenco", + "hexcode": "1F9A9", + "tags": [ + "extravangante", + "ostentoso", + "tropical" + ], + "emoji": "🦩", + "text": "", + "type": 1, + "order": 3161, + "group": 3, + "subgroup": 34, + "version": 12 + }, + { + "annotation": "pavo real", + "hexcode": "1F99A", + "tags": [ + "ave", + "orgulloso", + "pavo", + "plumas" + ], + "emoji": "🦚", + "text": "", + "type": 1, + "order": 3162, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "loro", + "hexcode": "1F99C", + "tags": [ + "ave", + "hablar", + "papagayo", + "pirata" + ], + "emoji": "🦜", + "text": "", + "type": 1, + "order": 3163, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "rana", + "hexcode": "1F438", + "tags": [ + "animal", + "cara" + ], + "emoji": "🐸", + "text": "", + "type": 1, + "order": 3164, + "group": 3, + "subgroup": 35, + "version": 0.6 + }, + { + "annotation": "cocodrilo", + "hexcode": "1F40A", + "tags": [ + "caimán" + ], + "emoji": "🐊", + "text": "", + "type": 1, + "order": 3165, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "tortuga", + "hexcode": "1F422", + "tags": [ + "galápago" + ], + "emoji": "🐢", + "text": "", + "type": 1, + "order": 3166, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "lagarto", + "hexcode": "1F98E", + "tags": [ + "lagartija", + "reptil" + ], + "emoji": "🦎", + "text": "", + "type": 1, + "order": 3167, + "group": 3, + "subgroup": 36, + "version": 3 + }, + { + "annotation": "serpiente", + "hexcode": "1F40D", + "tags": [ + "culebra", + "reptil", + "víbora" + ], + "emoji": "🐍", + "text": "", + "type": 1, + "order": 3168, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "cara de dragón", + "hexcode": "1F432", + "tags": [ + "cara", + "cuento", + "dragón", + "fantasía" + ], + "emoji": "🐲", + "text": "", + "type": 1, + "order": 3169, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "dragón", + "hexcode": "1F409", + "tags": [ + "animal", + "cuento", + "fantasía" + ], + "emoji": "🐉", + "text": "", + "type": 1, + "order": 3170, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "saurópodo", + "hexcode": "1F995", + "tags": [ + "braquiosaurio", + "brontosaurio", + "diplodocus" + ], + "emoji": "🦕", + "text": "", + "type": 1, + "order": 3171, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "t-rex", + "hexcode": "1F996", + "tags": [ + "tiranosaurio", + "tiranosaurio rex" + ], + "emoji": "🦖", + "text": "", + "type": 1, + "order": 3172, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "ballena soltando un chorro", + "hexcode": "1F433", + "tags": [ + "animal", + "ballena", + "chorro de agua" + ], + "emoji": "🐳", + "text": "", + "type": 1, + "order": 3173, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "ballena", + "hexcode": "1F40B", + "tags": [ + "cachalote", + "cetáceo" + ], + "emoji": "🐋", + "text": "", + "type": 1, + "order": 3174, + "group": 3, + "subgroup": 37, + "version": 1 + }, + { + "annotation": "delfín", + "hexcode": "1F42C", + "tags": [ + "cetáceo" + ], + "emoji": "🐬", + "text": "", + "type": 1, + "order": 3175, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "foca", + "hexcode": "1F9AD", + "tags": [ + "león marino" + ], + "emoji": "🦭", + "text": "", + "type": 1, + "order": 3176, + "group": 3, + "subgroup": 37, + "version": 13 + }, + { + "annotation": "pez", + "hexcode": "1F41F", + "tags": [ + "pececillo", + "pescado", + "piscis", + "zodiaco" + ], + "emoji": "🐟️", + "text": "🐟︎", + "type": 1, + "order": 3177, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "pez tropical", + "hexcode": "1F420", + "tags": [ + "animal", + "pescado", + "pez" + ], + "emoji": "🐠", + "text": "", + "type": 1, + "order": 3178, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "pez globo", + "hexcode": "1F421", + "tags": [ + "animal", + "globo", + "pez" + ], + "emoji": "🐡", + "text": "", + "type": 1, + "order": 3179, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "tiburón", + "hexcode": "1F988", + "tags": [ + "pez" + ], + "emoji": "🦈", + "text": "", + "type": 1, + "order": 3180, + "group": 3, + "subgroup": 37, + "version": 3 + }, + { + "annotation": "pulpo", + "hexcode": "1F419", + "tags": [ + "cefalópodo", + "octópodo" + ], + "emoji": "🐙", + "text": "", + "type": 1, + "order": 3181, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "concha de mar", + "hexcode": "1F41A", + "tags": [ + "animal", + "concha" + ], + "emoji": "🐚", + "text": "", + "type": 1, + "order": 3182, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "caracol", + "hexcode": "1F40C", + "tags": [ + "caracola", + "molusco" + ], + "emoji": "🐌", + "text": "", + "type": 1, + "order": 3183, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "mariposa", + "hexcode": "1F98B", + "tags": [ + "bonito", + "insecto" + ], + "emoji": "🦋", + "text": "", + "type": 1, + "order": 3184, + "group": 3, + "subgroup": 38, + "version": 3 + }, + { + "annotation": "insecto", + "hexcode": "1F41B", + "tags": [ + "bicho", + "gusano" + ], + "emoji": "🐛", + "text": "", + "type": 1, + "order": 3185, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "hormiga", + "hexcode": "1F41C", + "tags": [ + "antenas", + "insecto" + ], + "emoji": "🐜", + "text": "", + "type": 1, + "order": 3186, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "abeja", + "hexcode": "1F41D", + "tags": [ + "flores", + "insecto", + "miel" + ], + "emoji": "🐝", + "text": "", + "type": 1, + "order": 3187, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "escarabajo", + "hexcode": "1FAB2", + "tags": [ + "bicho", + "insecto" + ], + "emoji": "🪲", + "text": "", + "type": 1, + "order": 3188, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "mariquita", + "hexcode": "1F41E", + "tags": [ + "cochinilla" + ], + "emoji": "🐞", + "text": "", + "type": 1, + "order": 3189, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "grillo", + "hexcode": "1F997", + "tags": [ + "saltamontes" + ], + "emoji": "🦗", + "text": "", + "type": 1, + "order": 3190, + "group": 3, + "subgroup": 38, + "version": 5 + }, + { + "annotation": "cucaracha", + "hexcode": "1FAB3", + "tags": [ + "alimaña", + "bicho", + "insecto", + "plaga" + ], + "emoji": "🪳", + "text": "", + "type": 1, + "order": 3191, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "araña", + "hexcode": "1F577", + "tags": [ + "animal", + "insecto" + ], + "emoji": "🕷️", + "text": "🕷︎", + "type": 0, + "order": 3193, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "tela de araña", + "hexcode": "1F578", + "tags": [ + "araña", + "tela", + "telaraña" + ], + "emoji": "🕸️", + "text": "🕸︎", + "type": 0, + "order": 3195, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "escorpión", + "hexcode": "1F982", + "tags": [ + "escorpio", + "zodiaco" + ], + "emoji": "🦂", + "text": "", + "type": 1, + "order": 3196, + "group": 3, + "subgroup": 38, + "version": 1 + }, + { + "annotation": "mosquito", + "hexcode": "1F99F", + "tags": [ + "fiebre", + "insecto", + "malaria", + "virus" + ], + "emoji": "🦟", + "text": "", + "type": 1, + "order": 3197, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "mosca", + "hexcode": "1FAB0", + "tags": [ + "basura", + "bicho", + "mal olor", + "podrido" + ], + "emoji": "🪰", + "text": "", + "type": 1, + "order": 3198, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "gusano", + "hexcode": "1FAB1", + "tags": [ + "lombriz", + "oruga", + "parásito" + ], + "emoji": "🪱", + "text": "", + "type": 1, + "order": 3199, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "microbio", + "hexcode": "1F9A0", + "tags": [ + "ameba", + "bacteria", + "germen", + "virus" + ], + "emoji": "🦠", + "text": "", + "type": 1, + "order": 3200, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "ramo de flores", + "hexcode": "1F490", + "tags": [ + "bouquet", + "flores", + "ramo", + "romance" + ], + "emoji": "💐", + "text": "", + "type": 1, + "order": 3201, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "flor de cerezo", + "hexcode": "1F338", + "tags": [ + "cerezo", + "flor", + "primavera" + ], + "emoji": "🌸", + "text": "", + "type": 1, + "order": 3202, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "flor blanca", + "hexcode": "1F4AE", + "tags": [ + "blanca", + "flor" + ], + "emoji": "💮", + "text": "", + "type": 1, + "order": 3203, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "roseta", + "hexcode": "1F3F5", + "tags": [ + "flor", + "planta" + ], + "emoji": "🏵️", + "text": "🏵︎", + "type": 0, + "order": 3205, + "group": 3, + "subgroup": 39, + "version": 0.7 + }, + { + "annotation": "rosa", + "hexcode": "1F339", + "tags": [ + "flor" + ], + "emoji": "🌹", + "text": "", + "type": 1, + "order": 3206, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "flor marchita", + "hexcode": "1F940", + "tags": [ + "flor", + "marchita", + "marchitada", + "marchitarse", + "tristeza" + ], + "emoji": "🥀", + "text": "", + "type": 1, + "order": 3207, + "group": 3, + "subgroup": 39, + "version": 3 + }, + { + "annotation": "flor de hibisco", + "hexcode": "1F33A", + "tags": [ + "flor", + "hibisco" + ], + "emoji": "🌺", + "text": "", + "type": 1, + "order": 3208, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "girasol", + "hexcode": "1F33B", + "tags": [ + "pipas", + "planta", + "semillas", + "sol" + ], + "emoji": "🌻", + "text": "", + "type": 1, + "order": 3209, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "flor", + "hexcode": "1F33C", + "tags": [ + "campo", + "planta", + "primavera" + ], + "emoji": "🌼", + "text": "", + "type": 1, + "order": 3210, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "tulipán", + "hexcode": "1F337", + "tags": [ + "flor" + ], + "emoji": "🌷", + "text": "", + "type": 1, + "order": 3211, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "planta joven", + "hexcode": "1F331", + "tags": [ + "plantón" + ], + "emoji": "🌱", + "text": "", + "type": 1, + "order": 3212, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "planta de maceta", + "hexcode": "1FAB4", + "tags": [ + "crecer", + "maceta", + "planta", + "tiesto" + ], + "emoji": "🪴", + "text": "", + "type": 1, + "order": 3213, + "group": 3, + "subgroup": 40, + "version": 13 + }, + { + "annotation": "árbol de hoja perenne", + "hexcode": "1F332", + "tags": [ + "hoja perenne", + "perenne", + "árbol" + ], + "emoji": "🌲", + "text": "", + "type": 1, + "order": 3214, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "árbol de hoja caduca", + "hexcode": "1F333", + "tags": [ + "caducifolio", + "hoja caduca", + "árbol" + ], + "emoji": "🌳", + "text": "", + "type": 1, + "order": 3215, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "palmera", + "hexcode": "1F334", + "tags": [ + "árbol", + "árbol de palma" + ], + "emoji": "🌴", + "text": "", + "type": 1, + "order": 3216, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "cactus", + "hexcode": "1F335", + "tags": [ + "planta" + ], + "emoji": "🌵", + "text": "", + "type": 1, + "order": 3217, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "espiga de arroz", + "hexcode": "1F33E", + "tags": [ + "arroz", + "espiga", + "planta" + ], + "emoji": "🌾", + "text": "", + "type": 1, + "order": 3218, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "hierba", + "hexcode": "1F33F", + "tags": [ + "hoja", + "verde" + ], + "emoji": "🌿", + "text": "", + "type": 1, + "order": 3219, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "trébol", + "hexcode": "2618", + "tags": [ + "planta" + ], + "emoji": "☘️", + "text": "☘︎", + "type": 0, + "order": 3221, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "trébol de cuatro hojas", + "hexcode": "1F340", + "tags": [ + "suerte", + "trébol" + ], + "emoji": "🍀", + "text": "", + "type": 1, + "order": 3222, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "hoja de arce", + "hexcode": "1F341", + "tags": [ + "arce", + "hoja" + ], + "emoji": "🍁", + "text": "", + "type": 1, + "order": 3223, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "hojas caídas", + "hexcode": "1F342", + "tags": [ + "caída", + "hojas" + ], + "emoji": "🍂", + "text": "", + "type": 1, + "order": 3224, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "hojas revoloteando al viento", + "hexcode": "1F343", + "tags": [ + "hoja", + "revolotear", + "soplar", + "viento" + ], + "emoji": "🍃", + "text": "", + "type": 1, + "order": 3225, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "uvas", + "hexcode": "1F347", + "tags": [ + "agracejo", + "fruta", + "racimo", + "uva" + ], + "emoji": "🍇", + "text": "", + "type": 1, + "order": 3226, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "melón", + "hexcode": "1F348", + "tags": [ + "fruta" + ], + "emoji": "🍈", + "text": "", + "type": 1, + "order": 3227, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "sandía", + "hexcode": "1F349", + "tags": [ + "fruta" + ], + "emoji": "🍉", + "text": "", + "type": 1, + "order": 3228, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "mandarina", + "hexcode": "1F34A", + "tags": [ + "fruta", + "naranja" + ], + "emoji": "🍊", + "text": "", + "type": 1, + "order": 3229, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "limón", + "hexcode": "1F34B", + "tags": [ + "citrón", + "cítrico", + "fruta" + ], + "emoji": "🍋", + "text": "", + "type": 1, + "order": 3230, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "plátano", + "hexcode": "1F34C", + "tags": [ + "banana", + "fruta" + ], + "emoji": "🍌", + "text": "", + "type": 1, + "order": 3231, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "piña", + "hexcode": "1F34D", + "tags": [ + "ananás", + "fruta" + ], + "emoji": "🍍", + "text": "", + "type": 1, + "order": 3232, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "mango", + "hexcode": "1F96D", + "tags": [ + "fruta", + "tropical" + ], + "emoji": "🥭", + "text": "", + "type": 1, + "order": 3233, + "group": 4, + "subgroup": 41, + "version": 11 + }, + { + "annotation": "manzana roja", + "hexcode": "1F34E", + "tags": [ + "fruta", + "manzana", + "poma", + "roja" + ], + "emoji": "🍎", + "text": "", + "type": 1, + "order": 3234, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "manzana verde", + "hexcode": "1F34F", + "tags": [ + "fruta", + "manzana", + "poma", + "verde" + ], + "emoji": "🍏", + "text": "", + "type": 1, + "order": 3235, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "pera", + "hexcode": "1F350", + "tags": [ + "fruta", + "perilla" + ], + "emoji": "🍐", + "text": "", + "type": 1, + "order": 3236, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "melocotón", + "hexcode": "1F351", + "tags": [ + "durazno", + "fruta" + ], + "emoji": "🍑", + "text": "", + "type": 1, + "order": 3237, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "cerezas", + "hexcode": "1F352", + "tags": [ + "cereza", + "fruta", + "guindas" + ], + "emoji": "🍒", + "text": "", + "type": 1, + "order": 3238, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "fresa", + "hexcode": "1F353", + "tags": [ + "fresón", + "fruta" + ], + "emoji": "🍓", + "text": "", + "type": 1, + "order": 3239, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "arándanos", + "hexcode": "1FAD0", + "tags": [ + "arándano", + "azul", + "baya", + "frutos del bosque", + "mirtilo" + ], + "emoji": "🫐", + "text": "", + "type": 1, + "order": 3240, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "kiwi", + "hexcode": "1F95D", + "tags": [ + "comida", + "fruta" + ], + "emoji": "🥝", + "text": "", + "type": 1, + "order": 3241, + "group": 4, + "subgroup": 41, + "version": 3 + }, + { + "annotation": "tomate", + "hexcode": "1F345", + "tags": [ + "ensalada", + "fruta", + "verdura" + ], + "emoji": "🍅", + "text": "", + "type": 1, + "order": 3242, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "aceituna", + "hexcode": "1FAD2", + "tags": [ + "aperitivo", + "comida", + "oliva" + ], + "emoji": "🫒", + "text": "", + "type": 1, + "order": 3243, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "coco", + "hexcode": "1F965", + "tags": [ + "palmera", + "piña colada" + ], + "emoji": "🥥", + "text": "", + "type": 1, + "order": 3244, + "group": 4, + "subgroup": 41, + "version": 5 + }, + { + "annotation": "aguacate", + "hexcode": "1F951", + "tags": [ + "comida", + "fruta" + ], + "emoji": "🥑", + "text": "", + "type": 1, + "order": 3245, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "berenjena", + "hexcode": "1F346", + "tags": [ + "fruto", + "verdura" + ], + "emoji": "🍆", + "text": "", + "type": 1, + "order": 3246, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "patata", + "hexcode": "1F954", + "tags": [ + "comida", + "papa", + "verdura" + ], + "emoji": "🥔", + "text": "", + "type": 1, + "order": 3247, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "zanahoria", + "hexcode": "1F955", + "tags": [ + "comida", + "verdura" + ], + "emoji": "🥕", + "text": "", + "type": 1, + "order": 3248, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "espiga de maíz", + "hexcode": "1F33D", + "tags": [ + "espiga", + "mazorca", + "maíz", + "mijo" + ], + "emoji": "🌽", + "text": "", + "type": 1, + "order": 3249, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "chile picante", + "hexcode": "1F336", + "tags": [ + "chile", + "picante", + "planta" + ], + "emoji": "🌶️", + "text": "🌶︎", + "type": 0, + "order": 3251, + "group": 4, + "subgroup": 42, + "version": 0.7 + }, + { + "annotation": "pimiento", + "hexcode": "1FAD1", + "tags": [ + "ají", + "chile", + "morrón", + "rojo", + "verdura" + ], + "emoji": "🫑", + "text": "", + "type": 1, + "order": 3252, + "group": 4, + "subgroup": 42, + "version": 13 + }, + { + "annotation": "pepino", + "hexcode": "1F952", + "tags": [ + "comida", + "pepinillo", + "verdura" + ], + "emoji": "🥒", + "text": "", + "type": 1, + "order": 3253, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "verdura de hoja verde", + "hexcode": "1F96C", + "tags": [ + "bok choy", + "col", + "kale", + "lechuga", + "pak choi" + ], + "emoji": "🥬", + "text": "", + "type": 1, + "order": 3254, + "group": 4, + "subgroup": 42, + "version": 11 + }, + { + "annotation": "brócoli", + "hexcode": "1F966", + "tags": [ + "col", + "repollo" + ], + "emoji": "🥦", + "text": "", + "type": 1, + "order": 3255, + "group": 4, + "subgroup": 42, + "version": 5 + }, + { + "annotation": "ajo", + "hexcode": "1F9C4", + "tags": [ + "condimento", + "vampiro" + ], + "emoji": "🧄", + "text": "", + "type": 1, + "order": 3256, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "cebolla", + "hexcode": "1F9C5", + "tags": [ + "condimento", + "llorar" + ], + "emoji": "🧅", + "text": "", + "type": 1, + "order": 3257, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "champiñón", + "hexcode": "1F344", + "tags": [ + "hongo", + "seta" + ], + "emoji": "🍄", + "text": "", + "type": 1, + "order": 3258, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "cacahuetes", + "hexcode": "1F95C", + "tags": [ + "cacahuete", + "comida", + "fruto seco", + "verdura" + ], + "emoji": "🥜", + "text": "", + "type": 1, + "order": 3259, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "castaña", + "hexcode": "1F330", + "tags": [ + "castaño", + "fruto seco" + ], + "emoji": "🌰", + "text": "", + "type": 1, + "order": 3260, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "pan de molde", + "hexcode": "1F35E", + "tags": [ + "pan", + "rebanada", + "tostada" + ], + "emoji": "🍞", + "text": "", + "type": 1, + "order": 3261, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "cruasán", + "hexcode": "1F950", + "tags": [ + "bollo", + "comida", + "croissant", + "francés" + ], + "emoji": "🥐", + "text": "", + "type": 1, + "order": 3262, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "baguete", + "hexcode": "1F956", + "tags": [ + "baguette", + "barra", + "comida", + "francés", + "pan" + ], + "emoji": "🥖", + "text": "", + "type": 1, + "order": 3263, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "pan sin levadura", + "hexcode": "1FAD3", + "tags": [ + "arepa", + "naan", + "pita", + "tortilla" + ], + "emoji": "🫓", + "text": "", + "type": 1, + "order": 3264, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "bretzel", + "hexcode": "1F968", + "tags": [ + "galleta salada", + "pretzel" + ], + "emoji": "🥨", + "text": "", + "type": 1, + "order": 3265, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "bagel", + "hexcode": "1F96F", + "tags": [ + "bocadillo", + "pan", + "panadería" + ], + "emoji": "🥯", + "text": "", + "type": 1, + "order": 3266, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "tortitas", + "hexcode": "1F95E", + "tags": [ + "comida", + "dulce", + "pancakes", + "postre", + "tortita" + ], + "emoji": "🥞", + "text": "", + "type": 1, + "order": 3267, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "gofre", + "hexcode": "1F9C7", + "tags": [ + "waffle" + ], + "emoji": "🧇", + "text": "", + "type": 1, + "order": 3268, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "cuña de queso", + "hexcode": "1F9C0", + "tags": [ + "cuña", + "queso", + "trozo" + ], + "emoji": "🧀", + "text": "", + "type": 1, + "order": 3269, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "carne con hueso", + "hexcode": "1F356", + "tags": [ + "carne", + "hueso", + "restaurante" + ], + "emoji": "🍖", + "text": "", + "type": 1, + "order": 3270, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "muslo de pollo", + "hexcode": "1F357", + "tags": [ + "muslo", + "pollo", + "restaurante" + ], + "emoji": "🍗", + "text": "", + "type": 1, + "order": 3271, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "corte de carne", + "hexcode": "1F969", + "tags": [ + "carne", + "chuleta", + "filete" + ], + "emoji": "🥩", + "text": "", + "type": 1, + "order": 3272, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "beicon", + "hexcode": "1F953", + "tags": [ + "bacon", + "carne", + "comida", + "panceta" + ], + "emoji": "🥓", + "text": "", + "type": 1, + "order": 3273, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "hamburguesa", + "hexcode": "1F354", + "tags": [ + "burger" + ], + "emoji": "🍔", + "text": "", + "type": 1, + "order": 3274, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "patatas fritas", + "hexcode": "1F35F", + "tags": [ + "papas fritas", + "patatas", + "restaurante" + ], + "emoji": "🍟", + "text": "", + "type": 1, + "order": 3275, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "pizza", + "hexcode": "1F355", + "tags": [ + "porción", + "restaurante" + ], + "emoji": "🍕", + "text": "", + "type": 1, + "order": 3276, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "perrito caliente", + "hexcode": "1F32D", + "tags": [ + "perrito", + "salchicha" + ], + "emoji": "🌭", + "text": "", + "type": 1, + "order": 3277, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "sándwich", + "hexcode": "1F96A", + "tags": [ + "bocadillo", + "bocata", + "emparedado" + ], + "emoji": "🥪", + "text": "", + "type": 1, + "order": 3278, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "taco", + "hexcode": "1F32E", + "tags": [ + "comida", + "mexicano" + ], + "emoji": "🌮", + "text": "", + "type": 1, + "order": 3279, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "burrito", + "hexcode": "1F32F", + "tags": [ + "comida", + "mexicano", + "tex mex", + "wrap" + ], + "emoji": "🌯", + "text": "", + "type": 1, + "order": 3280, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "tamal", + "hexcode": "1FAD4", + "tags": [ + "mejicano", + "mexicano", + "wrap" + ], + "emoji": "🫔", + "text": "", + "type": 1, + "order": 3281, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "pan relleno", + "hexcode": "1F959", + "tags": [ + "comida", + "durum", + "falafel", + "kebab", + "pan de pita" + ], + "emoji": "🥙", + "text": "", + "type": 1, + "order": 3282, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "falafel", + "hexcode": "1F9C6", + "tags": [ + "albóndiga", + "garbanzo" + ], + "emoji": "🧆", + "text": "", + "type": 1, + "order": 3283, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "huevo", + "hexcode": "1F95A", + "tags": [ + "comida" + ], + "emoji": "🥚", + "text": "", + "type": 1, + "order": 3284, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "cocinar", + "hexcode": "1F373", + "tags": [ + "freír", + "huevo", + "sartén" + ], + "emoji": "🍳", + "text": "", + "type": 1, + "order": 3285, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "paella", + "hexcode": "1F958", + "tags": [ + "arroz", + "comida" + ], + "emoji": "🥘", + "text": "", + "type": 1, + "order": 3286, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "olla de comida", + "hexcode": "1F372", + "tags": [ + "comida de olla", + "puchero", + "restaurante" + ], + "emoji": "🍲", + "text": "", + "type": 1, + "order": 3287, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "fondue", + "hexcode": "1FAD5", + "tags": [ + "chocolate", + "olla", + "queso", + "suizo" + ], + "emoji": "🫕", + "text": "", + "type": 1, + "order": 3288, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "cuenco con cuchara", + "hexcode": "1F963", + "tags": [ + "cereal", + "desayuno" + ], + "emoji": "🥣", + "text": "", + "type": 1, + "order": 3289, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "ensalada", + "hexcode": "1F957", + "tags": [ + "bol", + "comida", + "verde" + ], + "emoji": "🥗", + "text": "", + "type": 1, + "order": 3290, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "palomitas", + "hexcode": "1F37F", + "tags": [ + "maíz" + ], + "emoji": "🍿", + "text": "", + "type": 1, + "order": 3291, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "mantequilla", + "hexcode": "1F9C8", + "tags": [ + "lácteo" + ], + "emoji": "🧈", + "text": "", + "type": 1, + "order": 3292, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "sal", + "hexcode": "1F9C2", + "tags": [ + "condimento", + "salero" + ], + "emoji": "🧂", + "text": "", + "type": 1, + "order": 3293, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "comida enlatada", + "hexcode": "1F96B", + "tags": [ + "conserva", + "lata" + ], + "emoji": "🥫", + "text": "", + "type": 1, + "order": 3294, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "caja de bento", + "hexcode": "1F371", + "tags": [ + "bento", + "caja", + "comida", + "restaurante" + ], + "emoji": "🍱", + "text": "", + "type": 1, + "order": 3295, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "galleta de arroz", + "hexcode": "1F358", + "tags": [ + "arroz", + "galleta" + ], + "emoji": "🍘", + "text": "", + "type": 1, + "order": 3296, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "bola de arroz", + "hexcode": "1F359", + "tags": [ + "arroz", + "japonés", + "onigiri", + "restaurante" + ], + "emoji": "🍙", + "text": "", + "type": 1, + "order": 3297, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "arroz cocido", + "hexcode": "1F35A", + "tags": [ + "arroz", + "restaurante" + ], + "emoji": "🍚", + "text": "", + "type": 1, + "order": 3298, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "arroz con curry", + "hexcode": "1F35B", + "tags": [ + "arroz", + "curry", + "restaurante" + ], + "emoji": "🍛", + "text": "", + "type": 1, + "order": 3299, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "tazón de fideos", + "hexcode": "1F35C", + "tags": [ + "fideos calientes", + "fideos chinos", + "fideos ramen", + "ramen" + ], + "emoji": "🍜", + "text": "", + "type": 1, + "order": 3300, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "espagueti", + "hexcode": "1F35D", + "tags": [ + "pasta", + "restaurante" + ], + "emoji": "🍝", + "text": "", + "type": 1, + "order": 3301, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "patata asada", + "hexcode": "1F360", + "tags": [ + "asada", + "papa asada", + "patata", + "restaurante" + ], + "emoji": "🍠", + "text": "", + "type": 1, + "order": 3302, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "brocheta", + "hexcode": "1F362", + "tags": [ + "japonés", + "marisco", + "oden", + "pincho" + ], + "emoji": "🍢", + "text": "", + "type": 1, + "order": 3303, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "sushi", + "hexcode": "1F363", + "tags": [ + "restaurante" + ], + "emoji": "🍣", + "text": "", + "type": 1, + "order": 3304, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "gamba frita", + "hexcode": "1F364", + "tags": [ + "frito", + "gamba", + "restaurante" + ], + "emoji": "🍤", + "text": "", + "type": 1, + "order": 3305, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "pastel de pescado japonés", + "hexcode": "1F365", + "tags": [ + "comida japonesa", + "pastel", + "pescado" + ], + "emoji": "🍥", + "text": "", + "type": 1, + "order": 3306, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "pastel de luna", + "hexcode": "1F96E", + "tags": [ + "festival", + "luna", + "otoño", + "yuebing" + ], + "emoji": "🥮", + "text": "", + "type": 1, + "order": 3307, + "group": 4, + "subgroup": 44, + "version": 11 + }, + { + "annotation": "dango", + "hexcode": "1F361", + "tags": [ + "japonés", + "pincho", + "postre", + "restaurante" + ], + "emoji": "🍡", + "text": "", + "type": 1, + "order": 3308, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "dumpling", + "hexcode": "1F95F", + "tags": [ + "comida", + "gyōza", + "jiaozi", + "masa" + ], + "emoji": "🥟", + "text": "", + "type": 1, + "order": 3309, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "galleta de la fortuna", + "hexcode": "1F960", + "tags": [ + "adivinación", + "profecía", + "superstición" + ], + "emoji": "🥠", + "text": "", + "type": 1, + "order": 3310, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "caja para llevar", + "hexcode": "1F961", + "tags": [ + "recipiente para llevar", + "restaurante" + ], + "emoji": "🥡", + "text": "", + "type": 1, + "order": 3311, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "cangrejo", + "hexcode": "1F980", + "tags": [ + "animal", + "cáncer", + "zodiaco" + ], + "emoji": "🦀", + "text": "", + "type": 1, + "order": 3312, + "group": 4, + "subgroup": 45, + "version": 1 + }, + { + "annotation": "langosta", + "hexcode": "1F99E", + "tags": [ + "marisco", + "pinzas" + ], + "emoji": "🦞", + "text": "", + "type": 1, + "order": 3313, + "group": 4, + "subgroup": 45, + "version": 11 + }, + { + "annotation": "gamba", + "hexcode": "1F990", + "tags": [ + "camarón", + "comida", + "langostino", + "marisco" + ], + "emoji": "🦐", + "text": "", + "type": 1, + "order": 3314, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "calamar", + "hexcode": "1F991", + "tags": [ + "comida", + "molusco" + ], + "emoji": "🦑", + "text": "", + "type": 1, + "order": 3315, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "ostra", + "hexcode": "1F9AA", + "tags": [ + "buceo", + "perla" + ], + "emoji": "🦪", + "text": "", + "type": 1, + "order": 3316, + "group": 4, + "subgroup": 45, + "version": 12 + }, + { + "annotation": "cucurucho de helado", + "hexcode": "1F366", + "tags": [ + "cucurucho", + "dulce", + "helado", + "helado de cucurucho", + "restaurante" + ], + "emoji": "🍦", + "text": "", + "type": 1, + "order": 3317, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "granizado hawaiano", + "hexcode": "1F367", + "tags": [ + "helado", + "hielo", + "postre", + "raspado" + ], + "emoji": "🍧", + "text": "", + "type": 1, + "order": 3318, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "helado", + "hexcode": "1F368", + "tags": [ + "postre", + "sorbete" + ], + "emoji": "🍨", + "text": "", + "type": 1, + "order": 3319, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "dónut", + "hexcode": "1F369", + "tags": [ + "berlina", + "pastel", + "rosquilla" + ], + "emoji": "🍩", + "text": "", + "type": 1, + "order": 3320, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "galleta", + "hexcode": "1F36A", + "tags": [ + "dulce", + "pasta", + "postre" + ], + "emoji": "🍪", + "text": "", + "type": 1, + "order": 3321, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "tarta de cumpleaños", + "hexcode": "1F382", + "tags": [ + "celebración", + "cumpleaños", + "tarta" + ], + "emoji": "🎂", + "text": "", + "type": 1, + "order": 3322, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "trozo de tarta", + "hexcode": "1F370", + "tags": [ + "pedazo de tarta", + "restaurante", + "tarta" + ], + "emoji": "🍰", + "text": "", + "type": 1, + "order": 3323, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "magdalena", + "hexcode": "1F9C1", + "tags": [ + "cupcake", + "dulce", + "repostería" + ], + "emoji": "🧁", + "text": "", + "type": 1, + "order": 3324, + "group": 4, + "subgroup": 46, + "version": 11 + }, + { + "annotation": "pastel", + "hexcode": "1F967", + "tags": [ + "masa", + "relleno" + ], + "emoji": "🥧", + "text": "", + "type": 1, + "order": 3325, + "group": 4, + "subgroup": 46, + "version": 5 + }, + { + "annotation": "tableta de chocolate", + "hexcode": "1F36B", + "tags": [ + "barra", + "chocolate", + "restaurante", + "tableta" + ], + "emoji": "🍫", + "text": "", + "type": 1, + "order": 3326, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "caramelo", + "hexcode": "1F36C", + "tags": [ + "chuche", + "chuchería", + "dulce", + "golosina" + ], + "emoji": "🍬", + "text": "", + "type": 1, + "order": 3327, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "piruleta", + "hexcode": "1F36D", + "tags": [ + "chuche", + "chuchería", + "dulce", + "golosina" + ], + "emoji": "🍭", + "text": "", + "type": 1, + "order": 3328, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "flan", + "hexcode": "1F36E", + "tags": [ + "dulce", + "postre", + "pudding" + ], + "emoji": "🍮", + "text": "", + "type": 1, + "order": 3329, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "tarro de miel", + "hexcode": "1F36F", + "tags": [ + "dulce", + "miel", + "tarro" + ], + "emoji": "🍯", + "text": "", + "type": 1, + "order": 3330, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "biberón", + "hexcode": "1F37C", + "tags": [ + "bebé", + "bibe", + "bibi", + "botella", + "leche" + ], + "emoji": "🍼", + "text": "", + "type": 1, + "order": 3331, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "vaso de leche", + "hexcode": "1F95B", + "tags": [ + "bebida", + "leche", + "vaso" + ], + "emoji": "🥛", + "text": "", + "type": 1, + "order": 3332, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "bebida caliente", + "hexcode": "2615", + "tags": [ + "bebida", + "café", + "caliente", + "té" + ], + "emoji": "☕️", + "text": "☕︎", + "type": 1, + "order": 3333, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "tetera", + "hexcode": "1FAD6", + "tags": [ + "bebida", + "infusión", + "té" + ], + "emoji": "🫖", + "text": "", + "type": 1, + "order": 3334, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "tazón de té", + "hexcode": "1F375", + "tags": [ + "bebida", + "taza", + "té" + ], + "emoji": "🍵", + "text": "", + "type": 1, + "order": 3335, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "sake", + "hexcode": "1F376", + "tags": [ + "bar", + "bebida", + "botella", + "restaurante", + "tazón" + ], + "emoji": "🍶", + "text": "", + "type": 1, + "order": 3336, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "botella descorchada", + "hexcode": "1F37E", + "tags": [ + "bar", + "beber", + "botella", + "cava", + "corcho" + ], + "emoji": "🍾", + "text": "", + "type": 1, + "order": 3337, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "copa de vino", + "hexcode": "1F377", + "tags": [ + "bar", + "bebida", + "copa", + "vaso", + "vino" + ], + "emoji": "🍷", + "text": "", + "type": 1, + "order": 3338, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "copa de cóctel", + "hexcode": "1F378", + "tags": [ + "bar", + "copa", + "cóctel", + "restaurante" + ], + "emoji": "🍸️", + "text": "🍸︎", + "type": 1, + "order": 3339, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "bebida tropical", + "hexcode": "1F379", + "tags": [ + "bar", + "bebida", + "restaurante", + "tropical" + ], + "emoji": "🍹", + "text": "", + "type": 1, + "order": 3340, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "jarra de cerveza", + "hexcode": "1F37A", + "tags": [ + "bar", + "cerveza", + "jarra", + "restaurante" + ], + "emoji": "🍺", + "text": "", + "type": 1, + "order": 3341, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "jarras de cerveza brindando", + "hexcode": "1F37B", + "tags": [ + "bar", + "cerveza", + "jarra", + "jarras", + "restaurante" + ], + "emoji": "🍻", + "text": "", + "type": 1, + "order": 3342, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "copas brindando", + "hexcode": "1F942", + "tags": [ + "bebida", + "brindar", + "brindis", + "celebración", + "copa" + ], + "emoji": "🥂", + "text": "", + "type": 1, + "order": 3343, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "vaso de whisky", + "hexcode": "1F943", + "tags": [ + "chupito", + "copa", + "licor", + "vaso", + "whisky" + ], + "emoji": "🥃", + "text": "", + "type": 1, + "order": 3344, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "vaso con pajita", + "hexcode": "1F964", + "tags": [ + "refresco", + "zumo" + ], + "emoji": "🥤", + "text": "", + "type": 1, + "order": 3345, + "group": 4, + "subgroup": 47, + "version": 5 + }, + { + "annotation": "té de burbujas", + "hexcode": "1F9CB", + "tags": [ + "boba", + "bubble tea", + "burbuja", + "leche", + "perla", + "té" + ], + "emoji": "🧋", + "text": "", + "type": 1, + "order": 3346, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "tetrabrik", + "hexcode": "1F9C3", + "tags": [ + "brick", + "cartón", + "envase", + "zumo" + ], + "emoji": "🧃", + "text": "", + "type": 1, + "order": 3347, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "mate", + "hexcode": "1F9C9", + "tags": [ + "bebida", + "infusión" + ], + "emoji": "🧉", + "text": "", + "type": 1, + "order": 3348, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "cubito de hielo", + "hexcode": "1F9CA", + "tags": [ + "frío", + "iceberg" + ], + "emoji": "🧊", + "text": "", + "type": 1, + "order": 3349, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "palillos", + "hexcode": "1F962", + "tags": [ + "cubiertos", + "hashi" + ], + "emoji": "🥢", + "text": "", + "type": 1, + "order": 3350, + "group": 4, + "subgroup": 48, + "version": 5 + }, + { + "annotation": "cuchillo y tenedor con un plato", + "hexcode": "1F37D", + "tags": [ + "cuchillo", + "plato", + "restaurante", + "tenedor" + ], + "emoji": "🍽️", + "text": "🍽︎", + "type": 0, + "order": 3352, + "group": 4, + "subgroup": 48, + "version": 0.7 + }, + { + "annotation": "tenedor y cuchillo", + "hexcode": "1F374", + "tags": [ + "cuchillo", + "restaurante", + "tenedor" + ], + "emoji": "🍴", + "text": "", + "type": 1, + "order": 3353, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "cuchara", + "hexcode": "1F944", + "tags": [ + "cubiertos", + "cucharilla" + ], + "emoji": "🥄", + "text": "", + "type": 1, + "order": 3354, + "group": 4, + "subgroup": 48, + "version": 3 + }, + { + "annotation": "cuchillo de cocina", + "hexcode": "1F52A", + "tags": [ + "arma", + "cocinar", + "cuchillo" + ], + "emoji": "🔪", + "text": "", + "type": 1, + "order": 3355, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "ánfora", + "hexcode": "1F3FA", + "tags": [ + "acuario", + "beber", + "jarra", + "zodiaco" + ], + "emoji": "🏺", + "text": "", + "type": 1, + "order": 3356, + "group": 4, + "subgroup": 48, + "version": 1 + }, + { + "annotation": "globo terráqueo mostrando Europa y África", + "hexcode": "1F30D", + "tags": [ + "europa", + "globo terráqueo mostrando europa y áfrica", + "mundo", + "planeta", + "tierra", + "áfrica" + ], + "emoji": "🌍️", + "text": "🌍︎", + "type": 1, + "order": 3357, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globo terráqueo mostrando América", + "hexcode": "1F30E", + "tags": [ + "américa", + "globo", + "globo terráqueo mostrando américa", + "mundo", + "planeta", + "tierra" + ], + "emoji": "🌎️", + "text": "🌎︎", + "type": 1, + "order": 3358, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globo terráqueo mostrando Asia y Australia", + "hexcode": "1F30F", + "tags": [ + "asia", + "australia", + "globo terráqueo mostrando asia y australia", + "mundo", + "planeta", + "tierra" + ], + "emoji": "🌏️", + "text": "🌏︎", + "type": 1, + "order": 3359, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "globo terráqueo con meridianos", + "hexcode": "1F310", + "tags": [ + "globo", + "meridianos", + "mundo", + "tierra" + ], + "emoji": "🌐", + "text": "", + "type": 1, + "order": 3360, + "group": 5, + "subgroup": 49, + "version": 1 + }, + { + "annotation": "mapa mundial", + "hexcode": "1F5FA", + "tags": [ + "mapa", + "mapamundi", + "mundo" + ], + "emoji": "🗺️", + "text": "🗺︎", + "type": 0, + "order": 3362, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "mapa de Japón", + "hexcode": "1F5FE", + "tags": [ + "japón", + "mapa", + "mapa de japón" + ], + "emoji": "🗾", + "text": "", + "type": 1, + "order": 3363, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "brújula", + "hexcode": "1F9ED", + "tags": [ + "compás", + "magnético", + "navegación", + "orientación" + ], + "emoji": "🧭", + "text": "", + "type": 1, + "order": 3364, + "group": 5, + "subgroup": 49, + "version": 11 + }, + { + "annotation": "montaña con nieve", + "hexcode": "1F3D4", + "tags": [ + "frío", + "montaña", + "nieve" + ], + "emoji": "🏔️", + "text": "🏔︎", + "type": 0, + "order": 3366, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "montaña", + "hexcode": "26F0", + "tags": [ + "monte" + ], + "emoji": "⛰️", + "text": "⛰︎", + "type": 0, + "order": 3368, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "volcán", + "hexcode": "1F30B", + "tags": [ + "erupción", + "erupción volcánica" + ], + "emoji": "🌋", + "text": "", + "type": 1, + "order": 3369, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "monte Fuji", + "hexcode": "1F5FB", + "tags": [ + "montaña", + "monte fuji" + ], + "emoji": "🗻", + "text": "", + "type": 1, + "order": 3370, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "camping", + "hexcode": "1F3D5", + "tags": [ + "acampada", + "campamento", + "vacaciones" + ], + "emoji": "🏕️", + "text": "🏕︎", + "type": 0, + "order": 3372, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "playa y sombrilla", + "hexcode": "1F3D6", + "tags": [ + "playa", + "sombrilla" + ], + "emoji": "🏖️", + "text": "🏖︎", + "type": 0, + "order": 3374, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "desierto", + "hexcode": "1F3DC", + "tags": [ + "arena" + ], + "emoji": "🏜️", + "text": "🏜︎", + "type": 0, + "order": 3376, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "isla desierta", + "hexcode": "1F3DD", + "tags": [ + "desierta", + "isla" + ], + "emoji": "🏝️", + "text": "🏝︎", + "type": 0, + "order": 3378, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "parque nacional", + "hexcode": "1F3DE", + "tags": [ + "nacional", + "parque" + ], + "emoji": "🏞️", + "text": "🏞︎", + "type": 0, + "order": 3380, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "estadio", + "hexcode": "1F3DF", + "tags": [ + "estadio" + ], + "emoji": "🏟️", + "text": "🏟︎", + "type": 0, + "order": 3382, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "edificio clásico", + "hexcode": "1F3DB", + "tags": [ + "clásico", + "edificio" + ], + "emoji": "🏛️", + "text": "🏛︎", + "type": 0, + "order": 3384, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "construcción", + "hexcode": "1F3D7", + "tags": [ + "edificio", + "obra" + ], + "emoji": "🏗️", + "text": "🏗︎", + "type": 0, + "order": 3386, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "ladrillo", + "hexcode": "1F9F1", + "tags": [ + "arcilla", + "cemento", + "muro", + "pared" + ], + "emoji": "🧱", + "text": "", + "type": 1, + "order": 3387, + "group": 5, + "subgroup": 51, + "version": 11 + }, + { + "annotation": "piedra", + "hexcode": "1FAA8", + "tags": [ + "pedrusco", + "peña", + "peñasco", + "roca" + ], + "emoji": "🪨", + "text": "", + "type": 1, + "order": 3388, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "madera", + "hexcode": "1FAB5", + "tags": [ + "hoguera", + "leña", + "madero", + "palos", + "tronco" + ], + "emoji": "🪵", + "text": "", + "type": 1, + "order": 3389, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "cabaña", + "hexcode": "1F6D6", + "tags": [ + "casa", + "yurta" + ], + "emoji": "🛖", + "text": "", + "type": 1, + "order": 3390, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "casas", + "hexcode": "1F3D8", + "tags": [ + "edificio", + "urbanización" + ], + "emoji": "🏘️", + "text": "🏘︎", + "type": 0, + "order": 3392, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "casa abandonada", + "hexcode": "1F3DA", + "tags": [ + "abandonada", + "casa", + "deshabitada", + "inhabitada", + "vacía" + ], + "emoji": "🏚️", + "text": "🏚︎", + "type": 0, + "order": 3394, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "casa", + "hexcode": "1F3E0", + "tags": [ + "vivienda" + ], + "emoji": "🏠️", + "text": "🏠︎", + "type": 1, + "order": 3395, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "casa con jardín", + "hexcode": "1F3E1", + "tags": [ + "casa", + "construcción", + "jardín", + "vivienda" + ], + "emoji": "🏡", + "text": "", + "type": 1, + "order": 3396, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "edificio de oficinas", + "hexcode": "1F3E2", + "tags": [ + "construcción", + "edificio", + "oficinas" + ], + "emoji": "🏢", + "text": "", + "type": 1, + "order": 3397, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "oficina de correos japonesa", + "hexcode": "1F3E3", + "tags": [ + "correos", + "edificio", + "japón", + "oficina de correos" + ], + "emoji": "🏣", + "text": "", + "type": 1, + "order": 3398, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "oficina de correos europea", + "hexcode": "1F3E4", + "tags": [ + "correos", + "edificio", + "europa", + "oficina de correos" + ], + "emoji": "🏤", + "text": "", + "type": 1, + "order": 3399, + "group": 5, + "subgroup": 51, + "version": 1 + }, + { + "annotation": "hospital", + "hexcode": "1F3E5", + "tags": [ + "doctor", + "edificio", + "medicina", + "médico" + ], + "emoji": "🏥", + "text": "", + "type": 1, + "order": 3400, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "banco", + "hexcode": "1F3E6", + "tags": [ + "banca", + "edificio" + ], + "emoji": "🏦", + "text": "", + "type": 1, + "order": 3401, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "hotel", + "hexcode": "1F3E8", + "tags": [ + "alojamiento", + "edificio", + "turismo" + ], + "emoji": "🏨", + "text": "", + "type": 1, + "order": 3402, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "hotel del amor", + "hexcode": "1F3E9", + "tags": [ + "amor", + "edificio", + "hotel" + ], + "emoji": "🏩", + "text": "", + "type": 1, + "order": 3403, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "tienda 24 horas", + "hexcode": "1F3EA", + "tags": [ + "edificio", + "establecimiento", + "tienda de comestibles" + ], + "emoji": "🏪", + "text": "", + "type": 1, + "order": 3404, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "colegio", + "hexcode": "1F3EB", + "tags": [ + "edificio", + "edificio de colegio" + ], + "emoji": "🏫", + "text": "", + "type": 1, + "order": 3405, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "grandes almacenes", + "hexcode": "1F3EC", + "tags": [ + "comercio" + ], + "emoji": "🏬", + "text": "", + "type": 1, + "order": 3406, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "fábrica", + "hexcode": "1F3ED", + "tags": [ + "edificio", + "industria" + ], + "emoji": "🏭️", + "text": "🏭︎", + "type": 1, + "order": 3407, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "castillo japonés", + "hexcode": "1F3EF", + "tags": [ + "castillo", + "construcción" + ], + "emoji": "🏯", + "text": "", + "type": 1, + "order": 3408, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "castillo europeo", + "hexcode": "1F3F0", + "tags": [ + "castillo", + "construcción" + ], + "emoji": "🏰", + "text": "", + "type": 1, + "order": 3409, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "iglesia celebrando boda", + "hexcode": "1F492", + "tags": [ + "boda", + "iglesia", + "romance" + ], + "emoji": "💒", + "text": "", + "type": 1, + "order": 3410, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Torre de Tokio", + "hexcode": "1F5FC", + "tags": [ + "tokio", + "torre", + "torre de tokio" + ], + "emoji": "🗼", + "text": "", + "type": 1, + "order": 3411, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "Estatua de la Libertad", + "hexcode": "1F5FD", + "tags": [ + "estatua", + "estatua de la libertad", + "libertad" + ], + "emoji": "🗽", + "text": "", + "type": 1, + "order": 3412, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "iglesia", + "hexcode": "26EA", + "tags": [ + "cristianismo", + "cruz", + "edificio", + "religión" + ], + "emoji": "⛪️", + "text": "⛪︎", + "type": 1, + "order": 3413, + "group": 5, + "subgroup": 52, + "version": 0.6 + }, + { + "annotation": "mezquita", + "hexcode": "1F54C", + "tags": [ + "islam", + "religión" + ], + "emoji": "🕌", + "text": "", + "type": 1, + "order": 3414, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "templo hindú", + "hexcode": "1F6D5", + "tags": [ + "hindú", + "templo" + ], + "emoji": "🛕", + "text": "", + "type": 1, + "order": 3415, + "group": 5, + "subgroup": 52, + "version": 12 + }, + { + "annotation": "sinagoga", + "hexcode": "1F54D", + "tags": [ + "judaísmo", + "religión" + ], + "emoji": "🕍", + "text": "", + "type": 1, + "order": 3416, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "santuario sintoísta", + "hexcode": "26E9", + "tags": [ + "japón", + "religión", + "santuario", + "sintoísmo" + ], + "emoji": "⛩️", + "text": "⛩︎", + "type": 0, + "order": 3418, + "group": 5, + "subgroup": 52, + "version": 0.7 + }, + { + "annotation": "Kaaba", + "hexcode": "1F54B", + "tags": [ + "islam", + "kaaba", + "religión" + ], + "emoji": "🕋", + "text": "", + "type": 1, + "order": 3419, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "fuente", + "hexcode": "26F2", + "tags": [ + "fuente" + ], + "emoji": "⛲️", + "text": "⛲︎", + "type": 1, + "order": 3420, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "tienda de campaña", + "hexcode": "26FA", + "tags": [ + "campaña", + "camping", + "tienda", + "vacaciones" + ], + "emoji": "⛺️", + "text": "⛺︎", + "type": 1, + "order": 3421, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "bruma", + "hexcode": "1F301", + "tags": [ + "niebla" + ], + "emoji": "🌁", + "text": "", + "type": 1, + "order": 3422, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "noche estrellada", + "hexcode": "1F303", + "tags": [ + "estrellas", + "noche" + ], + "emoji": "🌃", + "text": "", + "type": 1, + "order": 3423, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "paisaje urbano", + "hexcode": "1F3D9", + "tags": [ + "ciudad", + "edificio", + "paisaje" + ], + "emoji": "🏙️", + "text": "🏙︎", + "type": 0, + "order": 3425, + "group": 5, + "subgroup": 53, + "version": 0.7 + }, + { + "annotation": "amanecer sobre montañas", + "hexcode": "1F304", + "tags": [ + "amanecer", + "montaña", + "salida", + "sol" + ], + "emoji": "🌄", + "text": "", + "type": 1, + "order": 3426, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "amanecer", + "hexcode": "1F305", + "tags": [ + "salida del sol" + ], + "emoji": "🌅", + "text": "", + "type": 1, + "order": 3427, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "ciudad al atardecer", + "hexcode": "1F306", + "tags": [ + "atardecer", + "ciudad", + "edificios", + "paisaje" + ], + "emoji": "🌆", + "text": "", + "type": 1, + "order": 3428, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "puesta del sol", + "hexcode": "1F307", + "tags": [ + "edificios" + ], + "emoji": "🌇", + "text": "", + "type": 1, + "order": 3429, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "puente de noche", + "hexcode": "1F309", + "tags": [ + "noche", + "puente" + ], + "emoji": "🌉", + "text": "", + "type": 1, + "order": 3430, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "aguas termales", + "hexcode": "2668", + "tags": [ + "termas", + "vapor" + ], + "emoji": "♨️", + "text": "♨︎", + "type": 0, + "order": 3432, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "caballo de tiovivo", + "hexcode": "1F3A0", + "tags": [ + "caballo", + "entretenimiento", + "tiovivo" + ], + "emoji": "🎠", + "text": "", + "type": 1, + "order": 3433, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "noria de feria", + "hexcode": "1F3A1", + "tags": [ + "atracciones", + "entretenimiento", + "feria", + "noria" + ], + "emoji": "🎡", + "text": "", + "type": 1, + "order": 3434, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "montaña rusa", + "hexcode": "1F3A2", + "tags": [ + "atracciones", + "entretenimiento", + "feria", + "parque" + ], + "emoji": "🎢", + "text": "", + "type": 1, + "order": 3435, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "poste de barbero", + "hexcode": "1F488", + "tags": [ + "barbero", + "barbería", + "peluquero", + "poste" + ], + "emoji": "💈", + "text": "", + "type": 1, + "order": 3436, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "carpa de circo", + "hexcode": "1F3AA", + "tags": [ + "carpa", + "circo", + "entretenimiento" + ], + "emoji": "🎪", + "text": "", + "type": 1, + "order": 3437, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "locomotora de vapor", + "hexcode": "1F682", + "tags": [ + "locomotora", + "tren", + "vehículo" + ], + "emoji": "🚂", + "text": "", + "type": 1, + "order": 3438, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "vagón", + "hexcode": "1F683", + "tags": [ + "ferrocarril", + "tranvía", + "tren eléctrico", + "vehículo" + ], + "emoji": "🚃", + "text": "", + "type": 1, + "order": 3439, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tren de alta velocidad", + "hexcode": "1F684", + "tags": [ + "ferrocarril", + "rápido", + "tren", + "velocidad" + ], + "emoji": "🚄", + "text": "", + "type": 1, + "order": 3440, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tren bala", + "hexcode": "1F685", + "tags": [ + "bala", + "shinkansen", + "tren", + "vehículo", + "velocidad" + ], + "emoji": "🚅", + "text": "", + "type": 1, + "order": 3441, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tren", + "hexcode": "1F686", + "tags": [ + "ferrocarril", + "vehículo" + ], + "emoji": "🚆", + "text": "", + "type": 1, + "order": 3442, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "metro", + "hexcode": "1F687", + "tags": [ + "subterráneo", + "suburbano", + "transporte" + ], + "emoji": "🚇️", + "text": "🚇︎", + "type": 1, + "order": 3443, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tren ligero", + "hexcode": "1F688", + "tags": [ + "ferrocarril", + "transporte", + "tren" + ], + "emoji": "🚈", + "text": "", + "type": 1, + "order": 3444, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "estación de tren", + "hexcode": "1F689", + "tags": [ + "estación", + "tren" + ], + "emoji": "🚉", + "text": "", + "type": 1, + "order": 3445, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tranvía", + "hexcode": "1F68A", + "tags": [ + "transporte", + "trolebús" + ], + "emoji": "🚊", + "text": "", + "type": 1, + "order": 3446, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "monorraíl", + "hexcode": "1F69D", + "tags": [ + "ferrocarril", + "monocarril", + "transporte", + "tren" + ], + "emoji": "🚝", + "text": "", + "type": 1, + "order": 3447, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "ferrocarril de montaña", + "hexcode": "1F69E", + "tags": [ + "ferrocarril", + "montaña", + "vehículo" + ], + "emoji": "🚞", + "text": "", + "type": 1, + "order": 3448, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "vagón de tranvía", + "hexcode": "1F68B", + "tags": [ + "tranvía", + "vagón", + "vehículo" + ], + "emoji": "🚋", + "text": "", + "type": 1, + "order": 3449, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "autobús", + "hexcode": "1F68C", + "tags": [ + "bus", + "transporte" + ], + "emoji": "🚌", + "text": "", + "type": 1, + "order": 3450, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "autobús próximo", + "hexcode": "1F68D", + "tags": [ + "autobús", + "próximo", + "vehículo" + ], + "emoji": "🚍️", + "text": "🚍︎", + "type": 1, + "order": 3451, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "trolebús", + "hexcode": "1F68E", + "tags": [ + "transporte", + "tranvía" + ], + "emoji": "🚎", + "text": "", + "type": 1, + "order": 3452, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "minibús", + "hexcode": "1F690", + "tags": [ + "autobús", + "bus", + "transporte" + ], + "emoji": "🚐", + "text": "", + "type": 1, + "order": 3453, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "ambulancia", + "hexcode": "1F691", + "tags": [ + "asistencia médica", + "transporte", + "vehículo" + ], + "emoji": "🚑️", + "text": "🚑︎", + "type": 1, + "order": 3454, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "coche de bomberos", + "hexcode": "1F692", + "tags": [ + "camión", + "camión de bomberos", + "fuego", + "vehículo" + ], + "emoji": "🚒", + "text": "", + "type": 1, + "order": 3455, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "coche de policía", + "hexcode": "1F693", + "tags": [ + "coche patrulla", + "policía", + "vehículo" + ], + "emoji": "🚓", + "text": "", + "type": 1, + "order": 3456, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "coche de policía próximo", + "hexcode": "1F694", + "tags": [ + "coche patrulla", + "policía", + "próximo", + "vehículo" + ], + "emoji": "🚔️", + "text": "🚔︎", + "type": 1, + "order": 3457, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "taxi", + "hexcode": "1F695", + "tags": [ + "coche", + "vehículo" + ], + "emoji": "🚕", + "text": "", + "type": 1, + "order": 3458, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "taxi próximo", + "hexcode": "1F696", + "tags": [ + "taxi", + "vehículo" + ], + "emoji": "🚖", + "text": "", + "type": 1, + "order": 3459, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "coche", + "hexcode": "1F697", + "tags": [ + "automóvil", + "vehículo" + ], + "emoji": "🚗", + "text": "", + "type": 1, + "order": 3460, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "coche próximo", + "hexcode": "1F698", + "tags": [ + "automóvil", + "coche", + "próximo", + "vehículo" + ], + "emoji": "🚘️", + "text": "🚘︎", + "type": 1, + "order": 3461, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "vehículo deportivo utilitario", + "hexcode": "1F699", + "tags": [ + "camping", + "caravana", + "furgoneta", + "vacaciones", + "vehículo" + ], + "emoji": "🚙", + "text": "", + "type": 1, + "order": 3462, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "camioneta", + "hexcode": "1F6FB", + "tags": [ + "pickup", + "ranchera" + ], + "emoji": "🛻", + "text": "", + "type": 1, + "order": 3463, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "camión de reparto", + "hexcode": "1F69A", + "tags": [ + "mercancías", + "reparto", + "transporte", + "vehículo" + ], + "emoji": "🚚", + "text": "", + "type": 1, + "order": 3464, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "camión articulado", + "hexcode": "1F69B", + "tags": [ + "camión", + "tráiler", + "vehículo" + ], + "emoji": "🚛", + "text": "", + "type": 1, + "order": 3465, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "tractor", + "hexcode": "1F69C", + "tags": [ + "agricultura", + "vehículo" + ], + "emoji": "🚜", + "text": "", + "type": 1, + "order": 3466, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "coche de carreras", + "hexcode": "1F3CE", + "tags": [ + "carreras", + "coche" + ], + "emoji": "🏎️", + "text": "🏎︎", + "type": 0, + "order": 3468, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "moto", + "hexcode": "1F3CD", + "tags": [ + "carreras", + "motocicleta", + "vehículo" + ], + "emoji": "🏍️", + "text": "🏍︎", + "type": 0, + "order": 3470, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "scooter", + "hexcode": "1F6F5", + "tags": [ + "escúter", + "moto" + ], + "emoji": "🛵", + "text": "", + "type": 1, + "order": 3471, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "silla de ruedas manual", + "hexcode": "1F9BD", + "tags": [ + "accesibilidad" + ], + "emoji": "🦽", + "text": "", + "type": 1, + "order": 3472, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "silla de ruedas eléctrica", + "hexcode": "1F9BC", + "tags": [ + "accesibilidad" + ], + "emoji": "🦼", + "text": "", + "type": 1, + "order": 3473, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "mototaxi", + "hexcode": "1F6FA", + "tags": [ + "rickshaw", + "tuk tuk" + ], + "emoji": "🛺", + "text": "", + "type": 1, + "order": 3474, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "bicicleta", + "hexcode": "1F6B2", + "tags": [ + "bici", + "vehículo" + ], + "emoji": "🚲️", + "text": "🚲︎", + "type": 1, + "order": 3475, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "patinete", + "hexcode": "1F6F4", + "tags": [ + "patinete" + ], + "emoji": "🛴", + "text": "", + "type": 1, + "order": 3476, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "monopatín", + "hexcode": "1F6F9", + "tags": [ + "skateboard", + "tabla" + ], + "emoji": "🛹", + "text": "", + "type": 1, + "order": 3477, + "group": 5, + "subgroup": 54, + "version": 11 + }, + { + "annotation": "patines", + "hexcode": "1F6FC", + "tags": [ + "patín", + "patín de 4 ruedas", + "patín de cuatro ruedas" + ], + "emoji": "🛼", + "text": "", + "type": 1, + "order": 3478, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "parada de autobús", + "hexcode": "1F68F", + "tags": [ + "autobús", + "parada" + ], + "emoji": "🚏", + "text": "", + "type": 1, + "order": 3479, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "autopista", + "hexcode": "1F6E3", + "tags": [ + "carretera" + ], + "emoji": "🛣️", + "text": "🛣︎", + "type": 0, + "order": 3481, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "vía de tren", + "hexcode": "1F6E4", + "tags": [ + "tren", + "vía" + ], + "emoji": "🛤️", + "text": "🛤︎", + "type": 0, + "order": 3483, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "barril de petróleo", + "hexcode": "1F6E2", + "tags": [ + "barril", + "bidón", + "petróleo" + ], + "emoji": "🛢️", + "text": "🛢︎", + "type": 0, + "order": 3485, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "surtidor de gasolina", + "hexcode": "26FD", + "tags": [ + "bomba de gasolina", + "combustible", + "gasolina", + "surtidor" + ], + "emoji": "⛽️", + "text": "⛽︎", + "type": 1, + "order": 3486, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "luces de policía", + "hexcode": "1F6A8", + "tags": [ + "coche de policía", + "luces", + "policía" + ], + "emoji": "🚨", + "text": "", + "type": 1, + "order": 3487, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "semáforo horizontal", + "hexcode": "1F6A5", + "tags": [ + "luz", + "señales de tráfico", + "tráfico" + ], + "emoji": "🚥", + "text": "", + "type": 1, + "order": 3488, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "semáforo", + "hexcode": "1F6A6", + "tags": [ + "luz", + "semáforo vertical", + "señales de tráfico", + "tráfico" + ], + "emoji": "🚦", + "text": "", + "type": 1, + "order": 3489, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "señal de stop", + "hexcode": "1F6D1", + "tags": [ + "octágono", + "parada", + "señal", + "stop" + ], + "emoji": "🛑", + "text": "", + "type": 1, + "order": 3490, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "obras", + "hexcode": "1F6A7", + "tags": [ + "construcción", + "señal", + "señal de obras" + ], + "emoji": "🚧", + "text": "", + "type": 1, + "order": 3491, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "ancla", + "hexcode": "2693", + "tags": [ + "barco", + "gancho" + ], + "emoji": "⚓️", + "text": "⚓︎", + "type": 1, + "order": 3492, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "velero", + "hexcode": "26F5", + "tags": [ + "barco", + "barco de vela", + "centro turístico", + "resort", + "yate" + ], + "emoji": "⛵️", + "text": "⛵︎", + "type": 1, + "order": 3493, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "canoa", + "hexcode": "1F6F6", + "tags": [ + "barca", + "barco", + "piragua" + ], + "emoji": "🛶", + "text": "", + "type": 1, + "order": 3494, + "group": 5, + "subgroup": 55, + "version": 3 + }, + { + "annotation": "lancha motora", + "hexcode": "1F6A4", + "tags": [ + "barco", + "vehículo" + ], + "emoji": "🚤", + "text": "", + "type": 1, + "order": 3495, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "barco de pasajeros", + "hexcode": "1F6F3", + "tags": [ + "barco", + "pasajeros", + "vehículo" + ], + "emoji": "🛳️", + "text": "🛳︎", + "type": 0, + "order": 3497, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "ferri", + "hexcode": "26F4", + "tags": [ + "barco", + "ferry" + ], + "emoji": "⛴️", + "text": "⛴︎", + "type": 0, + "order": 3499, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "barco a motor", + "hexcode": "1F6E5", + "tags": [ + "barco", + "motor", + "vehículo" + ], + "emoji": "🛥️", + "text": "🛥︎", + "type": 0, + "order": 3501, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "barco", + "hexcode": "1F6A2", + "tags": [ + "vehículo" + ], + "emoji": "🚢", + "text": "", + "type": 1, + "order": 3502, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "avión", + "hexcode": "2708", + "tags": [ + "aeroplano" + ], + "emoji": "✈️", + "text": "✈︎", + "type": 0, + "order": 3504, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "avioneta", + "hexcode": "1F6E9", + "tags": [ + "avión" + ], + "emoji": "🛩️", + "text": "🛩︎", + "type": 0, + "order": 3506, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "avión despegando", + "hexcode": "1F6EB", + "tags": [ + "aeroplano", + "avión", + "salida" + ], + "emoji": "🛫", + "text": "", + "type": 1, + "order": 3507, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "avión aterrizando", + "hexcode": "1F6EC", + "tags": [ + "aeroplano", + "avión", + "llegada" + ], + "emoji": "🛬", + "text": "", + "type": 1, + "order": 3508, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "paracaídas", + "hexcode": "1FA82", + "tags": [ + "ala delta", + "paracaidismo", + "paravela", + "volar" + ], + "emoji": "🪂", + "text": "", + "type": 1, + "order": 3509, + "group": 5, + "subgroup": 56, + "version": 12 + }, + { + "annotation": "asiento de transporte", + "hexcode": "1F4BA", + "tags": [ + "asiento", + "plaza", + "silla" + ], + "emoji": "💺", + "text": "", + "type": 1, + "order": 3510, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "helicóptero", + "hexcode": "1F681", + "tags": [ + "aspas", + "rotores", + "vehículo", + "volar" + ], + "emoji": "🚁", + "text": "", + "type": 1, + "order": 3511, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "ferrocarril de suspensión", + "hexcode": "1F69F", + "tags": [ + "ferrocarril", + "suspensión", + "vehículo" + ], + "emoji": "🚟", + "text": "", + "type": 1, + "order": 3512, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "teleférico de montaña", + "hexcode": "1F6A0", + "tags": [ + "cable", + "funicular", + "montaña", + "teleférico", + "vehículo" + ], + "emoji": "🚠", + "text": "", + "type": 1, + "order": 3513, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "teleférico", + "hexcode": "1F6A1", + "tags": [ + "aéreo", + "tranvía", + "vehículo" + ], + "emoji": "🚡", + "text": "", + "type": 1, + "order": 3514, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "satélite", + "hexcode": "1F6F0", + "tags": [ + "espacio", + "vehículo" + ], + "emoji": "🛰️", + "text": "🛰︎", + "type": 0, + "order": 3516, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "cohete", + "hexcode": "1F680", + "tags": [ + "espacio", + "vehículo" + ], + "emoji": "🚀", + "text": "", + "type": 1, + "order": 3517, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "platillo volante", + "hexcode": "1F6F8", + "tags": [ + "ovni" + ], + "emoji": "🛸", + "text": "", + "type": 1, + "order": 3518, + "group": 5, + "subgroup": 56, + "version": 5 + }, + { + "annotation": "timbre de hotel", + "hexcode": "1F6CE", + "tags": [ + "botones", + "campanilla", + "hotel", + "timbre" + ], + "emoji": "🛎️", + "text": "🛎︎", + "type": 0, + "order": 3520, + "group": 5, + "subgroup": 57, + "version": 0.7 + }, + { + "annotation": "equipaje", + "hexcode": "1F9F3", + "tags": [ + "maleta", + "viajar" + ], + "emoji": "🧳", + "text": "", + "type": 1, + "order": 3521, + "group": 5, + "subgroup": 57, + "version": 11 + }, + { + "annotation": "reloj de arena sin tiempo", + "hexcode": "231B", + "tags": [ + "arena", + "reloj", + "temporizador" + ], + "emoji": "⌛️", + "text": "⌛︎", + "type": 1, + "order": 3522, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "reloj de arena con tiempo", + "hexcode": "23F3", + "tags": [ + "reloj con arena cayendo", + "temporizador" + ], + "emoji": "⏳️", + "text": "⏳︎", + "type": 1, + "order": 3523, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "reloj", + "hexcode": "231A", + "tags": [ + "reloj" + ], + "emoji": "⌚️", + "text": "⌚︎", + "type": 1, + "order": 3524, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "reloj despertador", + "hexcode": "23F0", + "tags": [ + "alarma", + "despertador", + "reloj" + ], + "emoji": "⏰", + "text": "", + "type": 1, + "order": 3525, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "cronómetro", + "hexcode": "23F1", + "tags": [ + "reloj" + ], + "emoji": "⏱️", + "text": "⏱︎", + "type": 0, + "order": 3527, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "temporizador", + "hexcode": "23F2", + "tags": [ + "reloj" + ], + "emoji": "⏲️", + "text": "⏲︎", + "type": 0, + "order": 3529, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "reloj de sobremesa", + "hexcode": "1F570", + "tags": [ + "reloj", + "sobremesa" + ], + "emoji": "🕰️", + "text": "🕰︎", + "type": 0, + "order": 3531, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "12 en punto", + "hexcode": "1F55B", + "tags": [ + "12:00", + "doce", + "reloj" + ], + "emoji": "🕛️", + "text": "🕛︎", + "type": 1, + "order": 3532, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "doce y media", + "hexcode": "1F567", + "tags": [ + "12:30", + "reloj" + ], + "emoji": "🕧️", + "text": "🕧︎", + "type": 1, + "order": 3533, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "1 en punto", + "hexcode": "1F550", + "tags": [ + "1:00", + "reloj", + "una" + ], + "emoji": "🕐️", + "text": "🕐︎", + "type": 1, + "order": 3534, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "una y media", + "hexcode": "1F55C", + "tags": [ + "1:30", + "reloj" + ], + "emoji": "🕜️", + "text": "🕜︎", + "type": 1, + "order": 3535, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "2 en punto", + "hexcode": "1F551", + "tags": [ + "2:00", + "dos", + "reloj" + ], + "emoji": "🕑️", + "text": "🕑︎", + "type": 1, + "order": 3536, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "dos y media", + "hexcode": "1F55D", + "tags": [ + "2:30", + "reloj" + ], + "emoji": "🕝️", + "text": "🕝︎", + "type": 1, + "order": 3537, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "3 en punto", + "hexcode": "1F552", + "tags": [ + "3:00", + "reloj", + "tres" + ], + "emoji": "🕒️", + "text": "🕒︎", + "type": 1, + "order": 3538, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "tres y media", + "hexcode": "1F55E", + "tags": [ + "3:30", + "reloj" + ], + "emoji": "🕞️", + "text": "🕞︎", + "type": 1, + "order": 3539, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "4 en punto", + "hexcode": "1F553", + "tags": [ + "4:00", + "cuatro", + "reloj" + ], + "emoji": "🕓️", + "text": "🕓︎", + "type": 1, + "order": 3540, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "cuatro y media", + "hexcode": "1F55F", + "tags": [ + "4:30", + "reloj" + ], + "emoji": "🕟️", + "text": "🕟︎", + "type": 1, + "order": 3541, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "5 en punto", + "hexcode": "1F554", + "tags": [ + "5:00", + "cinco", + "reloj" + ], + "emoji": "🕔️", + "text": "🕔︎", + "type": 1, + "order": 3542, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "cinco y media", + "hexcode": "1F560", + "tags": [ + "5:30", + "reloj" + ], + "emoji": "🕠️", + "text": "🕠︎", + "type": 1, + "order": 3543, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "6 en punto", + "hexcode": "1F555", + "tags": [ + "6:00", + "reloj", + "seis" + ], + "emoji": "🕕️", + "text": "🕕︎", + "type": 1, + "order": 3544, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "seis y media", + "hexcode": "1F561", + "tags": [ + "6:30", + "reloj" + ], + "emoji": "🕡️", + "text": "🕡︎", + "type": 1, + "order": 3545, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "7 en punto", + "hexcode": "1F556", + "tags": [ + "7:00", + "reloj", + "siete" + ], + "emoji": "🕖️", + "text": "🕖︎", + "type": 1, + "order": 3546, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "siete y media", + "hexcode": "1F562", + "tags": [ + "7:30", + "reloj" + ], + "emoji": "🕢️", + "text": "🕢︎", + "type": 1, + "order": 3547, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "8 en punto", + "hexcode": "1F557", + "tags": [ + "8:00", + "ocho", + "reloj" + ], + "emoji": "🕗️", + "text": "🕗︎", + "type": 1, + "order": 3548, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "ocho y media", + "hexcode": "1F563", + "tags": [ + "8:30", + "reloj" + ], + "emoji": "🕣️", + "text": "🕣︎", + "type": 1, + "order": 3549, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "9 en punto", + "hexcode": "1F558", + "tags": [ + "9:00", + "nueve", + "reloj" + ], + "emoji": "🕘️", + "text": "🕘︎", + "type": 1, + "order": 3550, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "nueve y media", + "hexcode": "1F564", + "tags": [ + "9:30", + "reloj" + ], + "emoji": "🕤️", + "text": "🕤︎", + "type": 1, + "order": 3551, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "10 en punto", + "hexcode": "1F559", + "tags": [ + "10:00", + "diez", + "reloj" + ], + "emoji": "🕙️", + "text": "🕙︎", + "type": 1, + "order": 3552, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "diez y media", + "hexcode": "1F565", + "tags": [ + "10:30", + "reloj" + ], + "emoji": "🕥️", + "text": "🕥︎", + "type": 1, + "order": 3553, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "11 en punto", + "hexcode": "1F55A", + "tags": [ + "11:00", + "once", + "reloj" + ], + "emoji": "🕚️", + "text": "🕚︎", + "type": 1, + "order": 3554, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "once y media", + "hexcode": "1F566", + "tags": [ + "11:30", + "reloj" + ], + "emoji": "🕦️", + "text": "🕦︎", + "type": 1, + "order": 3555, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "luna nueva", + "hexcode": "1F311", + "tags": [ + "luna", + "oscuridad" + ], + "emoji": "🌑", + "text": "", + "type": 1, + "order": 3556, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna creciente", + "hexcode": "1F312", + "tags": [ + "creciente", + "cuarto", + "espacio", + "luna" + ], + "emoji": "🌒", + "text": "", + "type": 1, + "order": 3557, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "luna en cuarto creciente", + "hexcode": "1F313", + "tags": [ + "creciente", + "cuarto", + "espacio", + "luna" + ], + "emoji": "🌓", + "text": "", + "type": 1, + "order": 3558, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna gibosa creciente", + "hexcode": "1F314", + "tags": [ + "creciente", + "gibosa", + "luna" + ], + "emoji": "🌔", + "text": "", + "type": 1, + "order": 3559, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna llena", + "hexcode": "1F315", + "tags": [ + "llena", + "luna", + "plenilunio" + ], + "emoji": "🌕️", + "text": "🌕︎", + "type": 1, + "order": 3560, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna gibosa menguante", + "hexcode": "1F316", + "tags": [ + "gibosa", + "luna", + "menguante" + ], + "emoji": "🌖", + "text": "", + "type": 1, + "order": 3561, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "luna en cuarto menguante", + "hexcode": "1F317", + "tags": [ + "cuarto", + "luna", + "menguante" + ], + "emoji": "🌗", + "text": "", + "type": 1, + "order": 3562, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "luna menguante", + "hexcode": "1F318", + "tags": [ + "luna", + "menguante" + ], + "emoji": "🌘", + "text": "", + "type": 1, + "order": 3563, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "luna", + "hexcode": "1F319", + "tags": [ + "creciente", + "espacio" + ], + "emoji": "🌙", + "text": "", + "type": 1, + "order": 3564, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna nueva con cara", + "hexcode": "1F31A", + "tags": [ + "cara", + "espacio", + "luna" + ], + "emoji": "🌚", + "text": "", + "type": 1, + "order": 3565, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "luna de cuarto creciente con cara", + "hexcode": "1F31B", + "tags": [ + "cara", + "creciente", + "cuarto", + "espacio", + "luna" + ], + "emoji": "🌛", + "text": "", + "type": 1, + "order": 3566, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna de cuarto menguante con cara", + "hexcode": "1F31C", + "tags": [ + "cara", + "creciente", + "cuarto", + "espacio", + "luna" + ], + "emoji": "🌜️", + "text": "🌜︎", + "type": 1, + "order": 3567, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "termómetro", + "hexcode": "1F321", + "tags": [ + "temperatura" + ], + "emoji": "🌡️", + "text": "🌡︎", + "type": 0, + "order": 3569, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sol", + "hexcode": "2600", + "tags": [ + "espacio", + "rayos", + "soleado" + ], + "emoji": "☀️", + "text": "☀︎", + "type": 0, + "order": 3571, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "luna llena con cara", + "hexcode": "1F31D", + "tags": [ + "cara", + "llena", + "luna" + ], + "emoji": "🌝", + "text": "", + "type": 1, + "order": 3572, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "sol con cara", + "hexcode": "1F31E", + "tags": [ + "brillante", + "cara", + "sol" + ], + "emoji": "🌞", + "text": "", + "type": 1, + "order": 3573, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "planeta con anillos", + "hexcode": "1FA90", + "tags": [ + "saturnino", + "saturno" + ], + "emoji": "🪐", + "text": "", + "type": 1, + "order": 3574, + "group": 5, + "subgroup": 59, + "version": 12 + }, + { + "annotation": "estrella blanca mediana", + "hexcode": "2B50", + "tags": [ + "estrella" + ], + "emoji": "⭐️", + "text": "⭐︎", + "type": 1, + "order": 3575, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "estrella brillante", + "hexcode": "1F31F", + "tags": [ + "brillante", + "estrella", + "resplandeciente" + ], + "emoji": "🌟", + "text": "", + "type": 1, + "order": 3576, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "estrella fugaz", + "hexcode": "1F320", + "tags": [ + "estrella", + "lluvia" + ], + "emoji": "🌠", + "text": "", + "type": 1, + "order": 3577, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "Vía Láctea", + "hexcode": "1F30C", + "tags": [ + "espacio", + "galaxia", + "vía láctea" + ], + "emoji": "🌌", + "text": "", + "type": 1, + "order": 3578, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "nube", + "hexcode": "2601", + "tags": [ + "tiempo" + ], + "emoji": "☁️", + "text": "☁︎", + "type": 0, + "order": 3580, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "sol detrás de una nube", + "hexcode": "26C5", + "tags": [ + "nube", + "sol", + "sol con nubes" + ], + "emoji": "⛅️", + "text": "⛅︎", + "type": 1, + "order": 3581, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "nube con rayo y lluvia", + "hexcode": "26C8", + "tags": [ + "lluvia", + "nube", + "trueno" + ], + "emoji": "⛈️", + "text": "⛈︎", + "type": 0, + "order": 3583, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sol detrás de una nube pequeña", + "hexcode": "1F324", + "tags": [ + "nube", + "sol" + ], + "emoji": "🌤️", + "text": "🌤︎", + "type": 0, + "order": 3585, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sol detrás de una nube grande", + "hexcode": "1F325", + "tags": [ + "nube", + "sol" + ], + "emoji": "🌥️", + "text": "🌥︎", + "type": 0, + "order": 3587, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "sol detrás de una nube con lluvia", + "hexcode": "1F326", + "tags": [ + "lluvia", + "nube", + "sol" + ], + "emoji": "🌦️", + "text": "🌦︎", + "type": 0, + "order": 3589, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nube con lluvia", + "hexcode": "1F327", + "tags": [ + "lluvia", + "nube" + ], + "emoji": "🌧️", + "text": "🌧︎", + "type": 0, + "order": 3591, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nube con nieve", + "hexcode": "1F328", + "tags": [ + "frío", + "nieve", + "nube" + ], + "emoji": "🌨️", + "text": "🌨︎", + "type": 0, + "order": 3593, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nube con rayo", + "hexcode": "1F329", + "tags": [ + "nube", + "rayo" + ], + "emoji": "🌩️", + "text": "🌩︎", + "type": 0, + "order": 3595, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "tornado", + "hexcode": "1F32A", + "tags": [ + "nube", + "torbellino" + ], + "emoji": "🌪️", + "text": "🌪︎", + "type": 0, + "order": 3597, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "niebla", + "hexcode": "1F32B", + "tags": [ + "nube" + ], + "emoji": "🌫️", + "text": "🌫︎", + "type": 0, + "order": 3599, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cara de viento", + "hexcode": "1F32C", + "tags": [ + "cara", + "nube", + "soplar", + "viento" + ], + "emoji": "🌬️", + "text": "🌬︎", + "type": 0, + "order": 3601, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "ciclón", + "hexcode": "1F300", + "tags": [ + "mareo", + "tifón", + "tornado" + ], + "emoji": "🌀", + "text": "", + "type": 1, + "order": 3602, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "arcoíris", + "hexcode": "1F308", + "tags": [ + "colores", + "lluvia" + ], + "emoji": "🌈", + "text": "", + "type": 1, + "order": 3603, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "paraguas cerrado", + "hexcode": "1F302", + "tags": [ + "accesorios", + "lluvia", + "paraguas" + ], + "emoji": "🌂", + "text": "", + "type": 1, + "order": 3604, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "paraguas", + "hexcode": "2602", + "tags": [ + "lluvia", + "paraguas abierto" + ], + "emoji": "☂️", + "text": "☂︎", + "type": 0, + "order": 3606, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "paraguas con gotas de lluvia", + "hexcode": "2614", + "tags": [ + "gotas", + "lluvia", + "paraguas" + ], + "emoji": "☔️", + "text": "☔︎", + "type": 1, + "order": 3607, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "sombrilla en la arena", + "hexcode": "26F1", + "tags": [ + "arena", + "sol", + "sombrilla" + ], + "emoji": "⛱️", + "text": "⛱︎", + "type": 0, + "order": 3609, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "alto voltaje", + "hexcode": "26A1", + "tags": [ + "peligro", + "peligro de alto voltaje", + "señal", + "señal de alto voltaje", + "voltaje" + ], + "emoji": "⚡️", + "text": "⚡︎", + "type": 1, + "order": 3610, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "copo de nieve", + "hexcode": "2744", + "tags": [ + "frío", + "nieve" + ], + "emoji": "❄️", + "text": "❄︎", + "type": 0, + "order": 3612, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "muñeco de nieve con nieve", + "hexcode": "2603", + "tags": [ + "nieve" + ], + "emoji": "☃️", + "text": "☃︎", + "type": 0, + "order": 3614, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "muñeco de nieve", + "hexcode": "26C4", + "tags": [ + "muñeco de nieve sin nieve", + "nieve" + ], + "emoji": "⛄️", + "text": "⛄︎", + "type": 1, + "order": 3615, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "meteorito", + "hexcode": "2604", + "tags": [ + "cometa", + "espacio" + ], + "emoji": "☄️", + "text": "☄︎", + "type": 0, + "order": 3617, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "fuego", + "hexcode": "1F525", + "tags": [ + "llama" + ], + "emoji": "🔥", + "text": "", + "type": 1, + "order": 3618, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "gota", + "hexcode": "1F4A7", + "tags": [ + "agua", + "cómic", + "sudor" + ], + "emoji": "💧", + "text": "", + "type": 1, + "order": 3619, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "ola de mar", + "hexcode": "1F30A", + "tags": [ + "mar", + "océano", + "ola" + ], + "emoji": "🌊", + "text": "", + "type": 1, + "order": 3620, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "calabaza de Halloween", + "hexcode": "1F383", + "tags": [ + "calabaza", + "calabaza de halloween", + "celebración", + "halloween", + "linterna" + ], + "emoji": "🎃", + "text": "", + "type": 1, + "order": 3621, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "árbol de Navidad", + "hexcode": "1F384", + "tags": [ + "abeto de navidad", + "celebración", + "navidad", + "árbol", + "árbol de navidad" + ], + "emoji": "🎄", + "text": "", + "type": 1, + "order": 3622, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "fuegos artificiales", + "hexcode": "1F386", + "tags": [ + "celebración" + ], + "emoji": "🎆", + "text": "", + "type": 1, + "order": 3623, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "bengala", + "hexcode": "1F387", + "tags": [ + "celebración", + "fuegos artificiales" + ], + "emoji": "🎇", + "text": "", + "type": 1, + "order": 3624, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "petardo", + "hexcode": "1F9E8", + "tags": [ + "dinamita", + "explosivo", + "fuegos artificiales" + ], + "emoji": "🧨", + "text": "", + "type": 1, + "order": 3625, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "chispas", + "hexcode": "2728", + "tags": [ + "*", + "bengala", + "estrellas" + ], + "emoji": "✨", + "text": "", + "type": 1, + "order": 3626, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "globo", + "hexcode": "1F388", + "tags": [ + "celebración" + ], + "emoji": "🎈", + "text": "", + "type": 1, + "order": 3627, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "cañón de confeti", + "hexcode": "1F389", + "tags": [ + "celebración", + "confeti", + "fiesta" + ], + "emoji": "🎉", + "text": "", + "type": 1, + "order": 3628, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "bola de confeti", + "hexcode": "1F38A", + "tags": [ + "celebración", + "confeti" + ], + "emoji": "🎊", + "text": "", + "type": 1, + "order": 3629, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "árbol de tanabata", + "hexcode": "1F38B", + "tags": [ + "celebración", + "festividad", + "tanabata", + "árbol" + ], + "emoji": "🎋", + "text": "", + "type": 1, + "order": 3630, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "decoración de pino", + "hexcode": "1F38D", + "tags": [ + "año nuevo japonés", + "bambú", + "celebración", + "decoración", + "kadomatsu" + ], + "emoji": "🎍", + "text": "", + "type": 1, + "order": 3631, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "muñecas japonesas", + "hexcode": "1F38E", + "tags": [ + "celebración", + "festival", + "hinamatsuri", + "muñecas" + ], + "emoji": "🎎", + "text": "", + "type": 1, + "order": 3632, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "banderín de carpas", + "hexcode": "1F38F", + "tags": [ + "banderín", + "carpa", + "celebración", + "koinobori" + ], + "emoji": "🎏", + "text": "", + "type": 1, + "order": 3633, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "campanilla de viento", + "hexcode": "1F390", + "tags": [ + "campanilla", + "furin", + "viento" + ], + "emoji": "🎐", + "text": "", + "type": 1, + "order": 3634, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "ceremonia de contemplación de la luna", + "hexcode": "1F391", + "tags": [ + "celebración", + "contemplación", + "luna", + "tsukimi" + ], + "emoji": "🎑", + "text": "", + "type": 1, + "order": 3635, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "sobre rojo", + "hexcode": "1F9E7", + "tags": [ + "buena suerte", + "hóngbāo", + "lai see", + "regalo" + ], + "emoji": "🧧", + "text": "", + "type": 1, + "order": 3636, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "lazo", + "hexcode": "1F380", + "tags": [ + "celebración" + ], + "emoji": "🎀", + "text": "", + "type": 1, + "order": 3637, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "regalo", + "hexcode": "1F381", + "tags": [ + "celebración", + "envoltorio", + "presente", + "regalo envuelto" + ], + "emoji": "🎁", + "text": "", + "type": 1, + "order": 3638, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "lazo conmemorativo", + "hexcode": "1F397", + "tags": [ + "conmemorativo", + "lazo" + ], + "emoji": "🎗️", + "text": "🎗︎", + "type": 0, + "order": 3640, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "entradas", + "hexcode": "1F39F", + "tags": [ + "acceso", + "admisión", + "entrada", + "evento" + ], + "emoji": "🎟️", + "text": "🎟︎", + "type": 0, + "order": 3642, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "tique", + "hexcode": "1F3AB", + "tags": [ + "acceso", + "admisión" + ], + "emoji": "🎫", + "text": "", + "type": 1, + "order": 3643, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "medalla militar", + "hexcode": "1F396", + "tags": [ + "celebración", + "medalla", + "militar" + ], + "emoji": "🎖️", + "text": "🎖︎", + "type": 0, + "order": 3645, + "group": 6, + "subgroup": 61, + "version": 0.7 + }, + { + "annotation": "trofeo", + "hexcode": "1F3C6", + "tags": [ + "premio" + ], + "emoji": "🏆️", + "text": "🏆︎", + "type": 1, + "order": 3646, + "group": 6, + "subgroup": 61, + "version": 0.6 + }, + { + "annotation": "medalla deportiva", + "hexcode": "1F3C5", + "tags": [ + "medalla", + "premio" + ], + "emoji": "🏅", + "text": "", + "type": 1, + "order": 3647, + "group": 6, + "subgroup": 61, + "version": 1 + }, + { + "annotation": "medalla de oro", + "hexcode": "1F947", + "tags": [ + "medalla", + "oro", + "primero" + ], + "emoji": "🥇", + "text": "", + "type": 1, + "order": 3648, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "medalla de plata", + "hexcode": "1F948", + "tags": [ + "medalla", + "plata", + "segundo" + ], + "emoji": "🥈", + "text": "", + "type": 1, + "order": 3649, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "medalla de bronce", + "hexcode": "1F949", + "tags": [ + "bronce", + "medalla", + "tercero" + ], + "emoji": "🥉", + "text": "", + "type": 1, + "order": 3650, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "balón de fútbol", + "hexcode": "26BD", + "tags": [ + "balón", + "fútbol" + ], + "emoji": "⚽️", + "text": "⚽︎", + "type": 1, + "order": 3651, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "béisbol", + "hexcode": "26BE", + "tags": [ + "balón", + "baseball", + "pelota" + ], + "emoji": "⚾️", + "text": "⚾︎", + "type": 1, + "order": 3652, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "pelota de softball", + "hexcode": "1F94E", + "tags": [ + "bola", + "pelota", + "softball" + ], + "emoji": "🥎", + "text": "", + "type": 1, + "order": 3653, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "balón de baloncesto", + "hexcode": "1F3C0", + "tags": [ + "balón", + "canasta", + "deporte" + ], + "emoji": "🏀", + "text": "", + "type": 1, + "order": 3654, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "voleibol", + "hexcode": "1F3D0", + "tags": [ + "balón", + "juego", + "pelota" + ], + "emoji": "🏐", + "text": "", + "type": 1, + "order": 3655, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "balón de fútbol americano", + "hexcode": "1F3C8", + "tags": [ + "balón", + "deporte", + "fútbol americano" + ], + "emoji": "🏈", + "text": "", + "type": 1, + "order": 3656, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "balón de rugby", + "hexcode": "1F3C9", + "tags": [ + "balón", + "deporte", + "rugby" + ], + "emoji": "🏉", + "text": "", + "type": 1, + "order": 3657, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "pelota de tenis", + "hexcode": "1F3BE", + "tags": [ + "deporte", + "pelota", + "tenis" + ], + "emoji": "🎾", + "text": "", + "type": 1, + "order": 3658, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "disco volador", + "hexcode": "1F94F", + "tags": [ + "disco", + "frisbee" + ], + "emoji": "🥏", + "text": "", + "type": 1, + "order": 3659, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "bolos", + "hexcode": "1F3B3", + "tags": [ + "bola", + "bola de bolos", + "juego" + ], + "emoji": "🎳", + "text": "", + "type": 1, + "order": 3660, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "críquet", + "hexcode": "1F3CF", + "tags": [ + "juego", + "pelota" + ], + "emoji": "🏏", + "text": "", + "type": 1, + "order": 3661, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "hockey sobre hierba", + "hexcode": "1F3D1", + "tags": [ + "hierba", + "hockey", + "juego", + "palo", + "pelota" + ], + "emoji": "🏑", + "text": "", + "type": 1, + "order": 3662, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "hockey sobre hielo", + "hexcode": "1F3D2", + "tags": [ + "disco", + "hielo", + "hockey", + "palo" + ], + "emoji": "🏒", + "text": "", + "type": 1, + "order": 3663, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "lacrosse", + "hexcode": "1F94D", + "tags": [ + "bola", + "palo", + "pelota", + "raqueta" + ], + "emoji": "🥍", + "text": "", + "type": 1, + "order": 3664, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "tenis de mesa", + "hexcode": "1F3D3", + "tags": [ + "juego", + "mesa", + "pelota", + "ping pong" + ], + "emoji": "🏓", + "text": "", + "type": 1, + "order": 3665, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "bádminton", + "hexcode": "1F3F8", + "tags": [ + "pluma", + "raqueta", + "volante" + ], + "emoji": "🏸", + "text": "", + "type": 1, + "order": 3666, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "guante de boxeo", + "hexcode": "1F94A", + "tags": [ + "boxeo", + "deporte", + "guante" + ], + "emoji": "🥊", + "text": "", + "type": 1, + "order": 3667, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "uniforme de artes marciales", + "hexcode": "1F94B", + "tags": [ + "artes marciales", + "judo", + "kárate", + "taekwondo" + ], + "emoji": "🥋", + "text": "", + "type": 1, + "order": 3668, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "portería", + "hexcode": "1F945", + "tags": [ + "deporte", + "red" + ], + "emoji": "🥅", + "text": "", + "type": 1, + "order": 3669, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "banderín en hoyo", + "hexcode": "26F3", + "tags": [ + "banderín", + "golf", + "hoyo" + ], + "emoji": "⛳️", + "text": "⛳︎", + "type": 1, + "order": 3670, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "patín de hielo", + "hexcode": "26F8", + "tags": [ + "hielo", + "patín" + ], + "emoji": "⛸️", + "text": "⛸︎", + "type": 0, + "order": 3672, + "group": 6, + "subgroup": 62, + "version": 0.7 + }, + { + "annotation": "caña de pescar", + "hexcode": "1F3A3", + "tags": [ + "caña", + "entretenimiento", + "esparcimiento", + "pesca", + "pez" + ], + "emoji": "🎣", + "text": "", + "type": 1, + "order": 3673, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "máscara de buceo", + "hexcode": "1F93F", + "tags": [ + "bucear", + "buzo", + "esnórquel", + "máscara", + "tubo" + ], + "emoji": "🤿", + "text": "", + "type": 1, + "order": 3674, + "group": 6, + "subgroup": 62, + "version": 12 + }, + { + "annotation": "camiseta sin mangas", + "hexcode": "1F3BD", + "tags": [ + "banda", + "camiseta con banda", + "camiseta de correr", + "deporte" + ], + "emoji": "🎽", + "text": "", + "type": 1, + "order": 3675, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "esquís", + "hexcode": "1F3BF", + "tags": [ + "deporte", + "esquí", + "esquíes" + ], + "emoji": "🎿", + "text": "", + "type": 1, + "order": 3676, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "trineo", + "hexcode": "1F6F7", + "tags": [ + "trineo" + ], + "emoji": "🛷", + "text": "", + "type": 1, + "order": 3677, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "piedra de curling", + "hexcode": "1F94C", + "tags": [ + "juego", + "roca" + ], + "emoji": "🥌", + "text": "", + "type": 1, + "order": 3678, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "diana", + "hexcode": "1F3AF", + "tags": [ + "blanco", + "en el blanco", + "juego" + ], + "emoji": "🎯", + "text": "", + "type": 1, + "order": 3679, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "yoyó", + "hexcode": "1FA80", + "tags": [ + "dieta", + "efecto", + "fluctuar", + "juguete" + ], + "emoji": "🪀", + "text": "", + "type": 1, + "order": 3680, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "cometa", + "hexcode": "1FA81", + "tags": [ + "juguete", + "planear", + "viento", + "volar" + ], + "emoji": "🪁", + "text": "", + "type": 1, + "order": 3681, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "bola negra de billar", + "hexcode": "1F3B1", + "tags": [ + "8", + "billar", + "bola ocho", + "juego" + ], + "emoji": "🎱", + "text": "", + "type": 1, + "order": 3682, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "bola de cristal", + "hexcode": "1F52E", + "tags": [ + "adivinación", + "bola", + "buena fortuna", + "cristal" + ], + "emoji": "🔮", + "text": "", + "type": 1, + "order": 3683, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "varita mágica", + "hexcode": "1FA84", + "tags": [ + "bruja", + "hechicero", + "magia", + "mago", + "prestidigitación", + "varita" + ], + "emoji": "🪄", + "text": "", + "type": 1, + "order": 3684, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "ojo turco", + "hexcode": "1F9FF", + "tags": [ + "amuleto", + "mal de ojo", + "nazar", + "talismán" + ], + "emoji": "🧿", + "text": "", + "type": 1, + "order": 3685, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "mando de videoconsola", + "hexcode": "1F3AE", + "tags": [ + "juego", + "mando", + "videojuego" + ], + "emoji": "🎮️", + "text": "🎮︎", + "type": 1, + "order": 3686, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "joystick", + "hexcode": "1F579", + "tags": [ + "juego", + "mando", + "palanca", + "videojuego" + ], + "emoji": "🕹️", + "text": "🕹︎", + "type": 0, + "order": 3688, + "group": 6, + "subgroup": 63, + "version": 0.7 + }, + { + "annotation": "máquina tragaperras", + "hexcode": "1F3B0", + "tags": [ + "juego", + "máquina" + ], + "emoji": "🎰", + "text": "", + "type": 1, + "order": 3689, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "dado", + "hexcode": "1F3B2", + "tags": [ + "juego" + ], + "emoji": "🎲", + "text": "", + "type": 1, + "order": 3690, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "pieza de puzle", + "hexcode": "1F9E9", + "tags": [ + "conectar", + "pieza", + "pista", + "puzle", + "rompecabezas" + ], + "emoji": "🧩", + "text": "", + "type": 1, + "order": 3691, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "osito de peluche", + "hexcode": "1F9F8", + "tags": [ + "juguete", + "oso", + "peluche" + ], + "emoji": "🧸", + "text": "", + "type": 1, + "order": 3692, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "piñata", + "hexcode": "1FA85", + "tags": [ + "caballito", + "celebración", + "fiesta" + ], + "emoji": "🪅", + "text": "", + "type": 1, + "order": 3693, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "muñeca rusa", + "hexcode": "1FA86", + "tags": [ + "babushka", + "mamushka", + "matrioska", + "rusia" + ], + "emoji": "🪆", + "text": "", + "type": 1, + "order": 3694, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "palo de picas", + "hexcode": "2660", + "tags": [ + "carta", + "juego", + "palo", + "picas" + ], + "emoji": "♠️", + "text": "♠︎", + "type": 0, + "order": 3696, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "palo de corazones", + "hexcode": "2665", + "tags": [ + "carta", + "corazones", + "juego", + "palo" + ], + "emoji": "♥️", + "text": "♥︎", + "type": 0, + "order": 3698, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "palo de diamantes", + "hexcode": "2666", + "tags": [ + "carta", + "diamantes", + "juego", + "palo" + ], + "emoji": "♦️", + "text": "♦︎", + "type": 0, + "order": 3700, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "palo de tréboles", + "hexcode": "2663", + "tags": [ + "carta", + "juego", + "palo", + "tréboles" + ], + "emoji": "♣️", + "text": "♣︎", + "type": 0, + "order": 3702, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "peón de ajedrez", + "hexcode": "265F", + "tags": [ + "ajedrez", + "peón" + ], + "emoji": "♟️", + "text": "♟︎", + "type": 0, + "order": 3704, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "comodín", + "hexcode": "1F0CF", + "tags": [ + "joker" + ], + "emoji": "🃏", + "text": "", + "type": 1, + "order": 3705, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "dragón rojo de mahjong", + "hexcode": "1F004", + "tags": [ + "dragón rojo", + "juego", + "mahjong" + ], + "emoji": "🀄️", + "text": "🀄︎", + "type": 1, + "order": 3706, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "cartas de flores", + "hexcode": "1F3B4", + "tags": [ + "carta", + "flor", + "hanafuda", + "naipe japonés" + ], + "emoji": "🎴", + "text": "", + "type": 1, + "order": 3707, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "máscaras de teatro", + "hexcode": "1F3AD", + "tags": [ + "actuación", + "arte", + "artes escénicas", + "entretenimiento" + ], + "emoji": "🎭️", + "text": "🎭︎", + "type": 1, + "order": 3708, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "cuadro enmarcado", + "hexcode": "1F5BC", + "tags": [ + "marco", + "museo" + ], + "emoji": "🖼️", + "text": "🖼︎", + "type": 0, + "order": 3710, + "group": 6, + "subgroup": 64, + "version": 0.7 + }, + { + "annotation": "paleta de pintor", + "hexcode": "1F3A8", + "tags": [ + "arte", + "artista", + "paleta", + "pintura" + ], + "emoji": "🎨", + "text": "", + "type": 1, + "order": 3711, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "hilo", + "hexcode": "1F9F5", + "tags": [ + "aguja", + "carrete", + "coser", + "costura" + ], + "emoji": "🧵", + "text": "", + "type": 1, + "order": 3712, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "aguja de coser", + "hexcode": "1FAA1", + "tags": [ + "aguja", + "bordado", + "coser", + "hilar", + "punto", + "tejer" + ], + "emoji": "🪡", + "text": "", + "type": 1, + "order": 3713, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "ovillo", + "hexcode": "1F9F6", + "tags": [ + "bola", + "croché", + "punto", + "tejer" + ], + "emoji": "🧶", + "text": "", + "type": 1, + "order": 3714, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "nudo", + "hexcode": "1FAA2", + "tags": [ + "anudar", + "atar", + "enredar", + "trenzar" + ], + "emoji": "🪢", + "text": "", + "type": 1, + "order": 3715, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "gafas", + "hexcode": "1F453", + "tags": [ + "accesorios", + "ojo", + "ropa" + ], + "emoji": "👓️", + "text": "👓︎", + "type": 1, + "order": 3716, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "gafas de sol", + "hexcode": "1F576", + "tags": [ + "gafas", + "ojo", + "oscuras", + "sol" + ], + "emoji": "🕶️", + "text": "🕶︎", + "type": 0, + "order": 3718, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "gafas de protección", + "hexcode": "1F97D", + "tags": [ + "gafas", + "nadar", + "protección ocular", + "soldar" + ], + "emoji": "🥽", + "text": "", + "type": 1, + "order": 3719, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "bata de laboratorio", + "hexcode": "1F97C", + "tags": [ + "científico", + "doctor", + "experimento", + "médico" + ], + "emoji": "🥼", + "text": "", + "type": 1, + "order": 3720, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "chaleco de seguridad", + "hexcode": "1F9BA", + "tags": [ + "chaleco", + "emergencia", + "seguridad" + ], + "emoji": "🦺", + "text": "", + "type": 1, + "order": 3721, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "corbata", + "hexcode": "1F454", + "tags": [ + "accesorio", + "ropa" + ], + "emoji": "👔", + "text": "", + "type": 1, + "order": 3722, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "camiseta", + "hexcode": "1F455", + "tags": [ + "ropa" + ], + "emoji": "👕", + "text": "", + "type": 1, + "order": 3723, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "vaqueros", + "hexcode": "1F456", + "tags": [ + "pantalones", + "ropa" + ], + "emoji": "👖", + "text": "", + "type": 1, + "order": 3724, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bufanda", + "hexcode": "1F9E3", + "tags": [ + "abrigo", + "cuello" + ], + "emoji": "🧣", + "text": "", + "type": 1, + "order": 3725, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "guantes", + "hexcode": "1F9E4", + "tags": [ + "mano" + ], + "emoji": "🧤", + "text": "", + "type": 1, + "order": 3726, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "abrigo", + "hexcode": "1F9E5", + "tags": [ + "chaquetón" + ], + "emoji": "🧥", + "text": "", + "type": 1, + "order": 3727, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "calcetines", + "hexcode": "1F9E6", + "tags": [ + "pies", + "ropa" + ], + "emoji": "🧦", + "text": "", + "type": 1, + "order": 3728, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "vestido", + "hexcode": "1F457", + "tags": [ + "mujer", + "ropa" + ], + "emoji": "👗", + "text": "", + "type": 1, + "order": 3729, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "kimono", + "hexcode": "1F458", + "tags": [ + "japonés", + "ropa" + ], + "emoji": "👘", + "text": "", + "type": 1, + "order": 3730, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sari", + "hexcode": "1F97B", + "tags": [ + "prenda", + "ropa", + "vestido" + ], + "emoji": "🥻", + "text": "", + "type": 1, + "order": 3731, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "traje de baño de una pieza", + "hexcode": "1FA71", + "tags": [ + "bañador" + ], + "emoji": "🩱", + "text": "", + "type": 1, + "order": 3732, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "ropa interior", + "hexcode": "1FA72", + "tags": [ + "bañador", + "bragas", + "braguitas", + "calzoncillos", + "slip" + ], + "emoji": "🩲", + "text": "", + "type": 1, + "order": 3733, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "pantalones cortos", + "hexcode": "1FA73", + "tags": [ + "bañador", + "bermudas", + "calzoncillos", + "ropa interior", + "shorts" + ], + "emoji": "🩳", + "text": "", + "type": 1, + "order": 3734, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "bikini", + "hexcode": "1F459", + "tags": [ + "baño", + "playa", + "ropa" + ], + "emoji": "👙", + "text": "", + "type": 1, + "order": 3735, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "ropa de mujer", + "hexcode": "1F45A", + "tags": [ + "blusa", + "camisa", + "femenina", + "ropa" + ], + "emoji": "👚", + "text": "", + "type": 1, + "order": 3736, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "monedero", + "hexcode": "1F45B", + "tags": [ + "accesorios", + "cartera", + "complementos", + "mujer" + ], + "emoji": "👛", + "text": "", + "type": 1, + "order": 3737, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bolso", + "hexcode": "1F45C", + "tags": [ + "accesorios", + "complementos", + "mujer" + ], + "emoji": "👜", + "text": "", + "type": 1, + "order": 3738, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bolso de mano", + "hexcode": "1F45D", + "tags": [ + "accesorios", + "bolso", + "cartera", + "complementos" + ], + "emoji": "👝", + "text": "", + "type": 1, + "order": 3739, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bolsas de compras", + "hexcode": "1F6CD", + "tags": [ + "bolsa", + "compra" + ], + "emoji": "🛍️", + "text": "🛍︎", + "type": 0, + "order": 3741, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "mochila escolar", + "hexcode": "1F392", + "tags": [ + "colegio", + "mochila" + ], + "emoji": "🎒", + "text": "", + "type": 1, + "order": 3742, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "chancla", + "hexcode": "1FA74", + "tags": [ + "chancla de dedo", + "chancleta", + "chinela", + "sandalia" + ], + "emoji": "🩴", + "text": "", + "type": 1, + "order": 3743, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "zapato de hombre", + "hexcode": "1F45E", + "tags": [ + "calzado", + "hombre", + "ropa", + "zapato" + ], + "emoji": "👞", + "text": "", + "type": 1, + "order": 3744, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "zapatilla deportiva", + "hexcode": "1F45F", + "tags": [ + "calzado", + "correr", + "ropa", + "tenis" + ], + "emoji": "👟", + "text": "", + "type": 1, + "order": 3745, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bota de senderismo", + "hexcode": "1F97E", + "tags": [ + "bota", + "camping", + "mochilero", + "senderismo" + ], + "emoji": "🥾", + "text": "", + "type": 1, + "order": 3746, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "bailarina", + "hexcode": "1F97F", + "tags": [ + "calzado", + "mujer", + "zapato" + ], + "emoji": "🥿", + "text": "", + "type": 1, + "order": 3747, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "zapato de tacón", + "hexcode": "1F460", + "tags": [ + "mujer", + "tacón", + "zapato" + ], + "emoji": "👠", + "text": "", + "type": 1, + "order": 3748, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sandalia de mujer", + "hexcode": "1F461", + "tags": [ + "calzado", + "mujer", + "ropa", + "sandalia" + ], + "emoji": "👡", + "text": "", + "type": 1, + "order": 3749, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "zapatillas de ballet", + "hexcode": "1FA70", + "tags": [ + "bailar", + "ballet", + "balé", + "danza" + ], + "emoji": "🩰", + "text": "", + "type": 1, + "order": 3750, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "bota de mujer", + "hexcode": "1F462", + "tags": [ + "bota", + "calzado", + "mujer", + "ropa" + ], + "emoji": "👢", + "text": "", + "type": 1, + "order": 3751, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "corona", + "hexcode": "1F451", + "tags": [ + "accesorios", + "complementos", + "reina", + "rey" + ], + "emoji": "👑", + "text": "", + "type": 1, + "order": 3752, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sombrero de mujer", + "hexcode": "1F452", + "tags": [ + "accesorio", + "mujer", + "ropa", + "sombrero" + ], + "emoji": "👒", + "text": "", + "type": 1, + "order": 3753, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sombrero de copa", + "hexcode": "1F3A9", + "tags": [ + "chistera", + "copa", + "ropa", + "sombrero" + ], + "emoji": "🎩", + "text": "", + "type": 1, + "order": 3754, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "birrete", + "hexcode": "1F393", + "tags": [ + "celebración", + "gorro", + "graduación" + ], + "emoji": "🎓️", + "text": "🎓︎", + "type": 1, + "order": 3755, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "gorra con visera", + "hexcode": "1F9E2", + "tags": [ + "béisbol", + "gorra", + "visera" + ], + "emoji": "🧢", + "text": "", + "type": 1, + "order": 3756, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "casco militar", + "hexcode": "1FA96", + "tags": [ + "casco", + "ejército", + "guerra", + "guerrero", + "soldado" + ], + "emoji": "🪖", + "text": "", + "type": 1, + "order": 3757, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "casco con una cruz blanca", + "hexcode": "26D1", + "tags": [ + "ayuda", + "cara", + "casco", + "cruz" + ], + "emoji": "⛑️", + "text": "⛑︎", + "type": 0, + "order": 3759, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "rosario", + "hexcode": "1F4FF", + "tags": [ + "collar", + "cuentas", + "religión" + ], + "emoji": "📿", + "text": "", + "type": 1, + "order": 3760, + "group": 7, + "subgroup": 65, + "version": 1 + }, + { + "annotation": "pintalabios", + "hexcode": "1F484", + "tags": [ + "barra", + "cosmética", + "labios", + "maquillaje" + ], + "emoji": "💄", + "text": "", + "type": 1, + "order": 3761, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "anillo", + "hexcode": "1F48D", + "tags": [ + "diamante" + ], + "emoji": "💍", + "text": "", + "type": 1, + "order": 3762, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "piedra preciosa", + "hexcode": "1F48E", + "tags": [ + "diamante", + "gema", + "joya", + "piedra", + "preciosa" + ], + "emoji": "💎", + "text": "", + "type": 1, + "order": 3763, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "altavoz silenciado", + "hexcode": "1F507", + "tags": [ + "altavoz", + "altavoz con marca de cancelación", + "mute", + "silencio" + ], + "emoji": "🔇", + "text": "", + "type": 1, + "order": 3764, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "altavoz a volumen bajo", + "hexcode": "1F508", + "tags": [ + "volumen bajo" + ], + "emoji": "🔈️", + "text": "🔈︎", + "type": 1, + "order": 3765, + "group": 7, + "subgroup": 66, + "version": 0.7 + }, + { + "annotation": "altavoz a volumen medio", + "hexcode": "1F509", + "tags": [ + "altavoz con volumen medio", + "medio", + "volumen medio" + ], + "emoji": "🔉", + "text": "", + "type": 1, + "order": 3766, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "altavoz a volumen alto", + "hexcode": "1F50A", + "tags": [ + "altavoz", + "alto", + "volumen alto" + ], + "emoji": "🔊", + "text": "", + "type": 1, + "order": 3767, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "altavoz de mano", + "hexcode": "1F4E2", + "tags": [ + "altavoz", + "comunicación" + ], + "emoji": "📢", + "text": "", + "type": 1, + "order": 3768, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "megáfono", + "hexcode": "1F4E3", + "tags": [ + "comunicación" + ], + "emoji": "📣", + "text": "", + "type": 1, + "order": 3769, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "corneta de posta", + "hexcode": "1F4EF", + "tags": [ + "corneta", + "posta" + ], + "emoji": "📯", + "text": "", + "type": 1, + "order": 3770, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "campana", + "hexcode": "1F514", + "tags": [ + "campana" + ], + "emoji": "🔔", + "text": "", + "type": 1, + "order": 3771, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "campana con signo de cancelación", + "hexcode": "1F515", + "tags": [ + "campana", + "cancelación", + "ruido" + ], + "emoji": "🔕", + "text": "", + "type": 1, + "order": 3772, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "pentagrama", + "hexcode": "1F3BC", + "tags": [ + "música", + "partitura" + ], + "emoji": "🎼", + "text": "", + "type": 1, + "order": 3773, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "nota musical", + "hexcode": "1F3B5", + "tags": [ + "música", + "nota" + ], + "emoji": "🎵", + "text": "", + "type": 1, + "order": 3774, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "notas musicales", + "hexcode": "1F3B6", + "tags": [ + "música", + "notas" + ], + "emoji": "🎶", + "text": "", + "type": 1, + "order": 3775, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "micrófono de estudio", + "hexcode": "1F399", + "tags": [ + "estudio", + "micrófono", + "música" + ], + "emoji": "🎙️", + "text": "🎙︎", + "type": 0, + "order": 3777, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "control de volumen", + "hexcode": "1F39A", + "tags": [ + "control", + "fader", + "volumen" + ], + "emoji": "🎚️", + "text": "🎚︎", + "type": 0, + "order": 3779, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "ruedas de control", + "hexcode": "1F39B", + "tags": [ + "control", + "diales", + "música", + "potenciómetros", + "ruedas" + ], + "emoji": "🎛️", + "text": "🎛︎", + "type": 0, + "order": 3781, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "micrófono", + "hexcode": "1F3A4", + "tags": [ + "entretenimiento", + "karaoke", + "micro" + ], + "emoji": "🎤", + "text": "", + "type": 1, + "order": 3782, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "auricular", + "hexcode": "1F3A7", + "tags": [ + "cascos" + ], + "emoji": "🎧️", + "text": "🎧︎", + "type": 1, + "order": 3783, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "radio", + "hexcode": "1F4FB", + "tags": [ + "radio" + ], + "emoji": "📻️", + "text": "📻︎", + "type": 1, + "order": 3784, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "saxofón", + "hexcode": "1F3B7", + "tags": [ + "instrumento", + "instrumento musical", + "música", + "saxo" + ], + "emoji": "🎷", + "text": "", + "type": 1, + "order": 3785, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "acordeón", + "hexcode": "1FA97", + "tags": [ + "concertina" + ], + "emoji": "🪗", + "text": "", + "type": 1, + "order": 3786, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "guitarra", + "hexcode": "1F3B8", + "tags": [ + "instrumento", + "instrumento musical", + "música" + ], + "emoji": "🎸", + "text": "", + "type": 1, + "order": 3787, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "teclado musical", + "hexcode": "1F3B9", + "tags": [ + "instrumento", + "instrumento musical", + "música", + "teclado" + ], + "emoji": "🎹", + "text": "", + "type": 1, + "order": 3788, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "trompeta", + "hexcode": "1F3BA", + "tags": [ + "instrumento", + "instrumento musical", + "música" + ], + "emoji": "🎺", + "text": "", + "type": 1, + "order": 3789, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "violín", + "hexcode": "1F3BB", + "tags": [ + "instrumento", + "instrumento musical", + "música" + ], + "emoji": "🎻", + "text": "", + "type": 1, + "order": 3790, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "banjo", + "hexcode": "1FA95", + "tags": [ + "banyo", + "cuerda", + "instrumento", + "música" + ], + "emoji": "🪕", + "text": "", + "type": 1, + "order": 3791, + "group": 7, + "subgroup": 68, + "version": 12 + }, + { + "annotation": "tambor", + "hexcode": "1F941", + "tags": [ + "baquetas", + "música" + ], + "emoji": "🥁", + "text": "", + "type": 1, + "order": 3792, + "group": 7, + "subgroup": 68, + "version": 3 + }, + { + "annotation": "tamboril", + "hexcode": "1FA98", + "tags": [ + "conga", + "ritmo", + "tambor" + ], + "emoji": "🪘", + "text": "", + "type": 1, + "order": 3793, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "teléfono móvil", + "hexcode": "1F4F1", + "tags": [ + "celular", + "móvil", + "teléfono" + ], + "emoji": "📱", + "text": "", + "type": 1, + "order": 3794, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "móvil con una flecha", + "hexcode": "1F4F2", + "tags": [ + "flecha", + "llamada", + "móvil", + "recibir", + "teléfono" + ], + "emoji": "📲", + "text": "", + "type": 1, + "order": 3795, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "teléfono", + "hexcode": "260E", + "tags": [ + "teléfono" + ], + "emoji": "☎️", + "text": "☎︎", + "type": 0, + "order": 3797, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "auricular de teléfono", + "hexcode": "1F4DE", + "tags": [ + "comunicación", + "teléfono" + ], + "emoji": "📞", + "text": "", + "type": 1, + "order": 3798, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "busca", + "hexcode": "1F4DF", + "tags": [ + "comunicación", + "localizador" + ], + "emoji": "📟️", + "text": "📟︎", + "type": 1, + "order": 3799, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "máquina de fax", + "hexcode": "1F4E0", + "tags": [ + "comunicación", + "fax" + ], + "emoji": "📠", + "text": "", + "type": 1, + "order": 3800, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "pila", + "hexcode": "1F50B", + "tags": [ + "batería" + ], + "emoji": "🔋", + "text": "", + "type": 1, + "order": 3801, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "enchufe eléctrico", + "hexcode": "1F50C", + "tags": [ + "corriente", + "electricidad", + "eléctrico", + "enchufe" + ], + "emoji": "🔌", + "text": "", + "type": 1, + "order": 3802, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "ordenador portátil", + "hexcode": "1F4BB", + "tags": [ + "ordenador", + "pc", + "personal" + ], + "emoji": "💻️", + "text": "💻︎", + "type": 1, + "order": 3803, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "ordenador de sobremesa", + "hexcode": "1F5A5", + "tags": [ + "ordenador", + "sobremesa" + ], + "emoji": "🖥️", + "text": "🖥︎", + "type": 0, + "order": 3805, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "impresora", + "hexcode": "1F5A8", + "tags": [ + "ordenador" + ], + "emoji": "🖨️", + "text": "🖨︎", + "type": 0, + "order": 3807, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "teclado", + "hexcode": "2328", + "tags": [ + "ordenador" + ], + "emoji": "⌨️", + "text": "⌨︎", + "type": 0, + "order": 3809, + "group": 7, + "subgroup": 70, + "version": 1 + }, + { + "annotation": "ratón de ordenador", + "hexcode": "1F5B1", + "tags": [ + "ordenador", + "ratón" + ], + "emoji": "🖱️", + "text": "🖱︎", + "type": 0, + "order": 3811, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "bola de desplazamiento", + "hexcode": "1F5B2", + "tags": [ + "ordenador", + "trackball" + ], + "emoji": "🖲️", + "text": "🖲︎", + "type": 0, + "order": 3813, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "minidisc", + "hexcode": "1F4BD", + "tags": [ + "disco", + "md" + ], + "emoji": "💽", + "text": "", + "type": 1, + "order": 3814, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "disquete", + "hexcode": "1F4BE", + "tags": [ + "disco", + "disco de 3 1/2" + ], + "emoji": "💾", + "text": "", + "type": 1, + "order": 3815, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "disco óptico", + "hexcode": "1F4BF", + "tags": [ + "cd", + "disco" + ], + "emoji": "💿️", + "text": "💿︎", + "type": 1, + "order": 3816, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "disco DVD", + "hexcode": "1F4C0", + "tags": [ + "disco", + "disco dvd", + "dvd" + ], + "emoji": "📀", + "text": "", + "type": 1, + "order": 3817, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "ábaco", + "hexcode": "1F9EE", + "tags": [ + "contar", + "cálculo", + "matemáticas" + ], + "emoji": "🧮", + "text": "", + "type": 1, + "order": 3818, + "group": 7, + "subgroup": 70, + "version": 11 + }, + { + "annotation": "cámara de cine", + "hexcode": "1F3A5", + "tags": [ + "cine", + "cámara", + "entretenimiento", + "película" + ], + "emoji": "🎥", + "text": "", + "type": 1, + "order": 3819, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "fotograma de película", + "hexcode": "1F39E", + "tags": [ + "cine", + "fotograma", + "película" + ], + "emoji": "🎞️", + "text": "🎞︎", + "type": 0, + "order": 3821, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "proyector de cine", + "hexcode": "1F4FD", + "tags": [ + "cine", + "película", + "proyector" + ], + "emoji": "📽️", + "text": "📽︎", + "type": 0, + "order": 3823, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "claqueta", + "hexcode": "1F3AC", + "tags": [ + "cine", + "claqueta de cine", + "entretenimiento", + "película" + ], + "emoji": "🎬️", + "text": "🎬︎", + "type": 1, + "order": 3824, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "televisión", + "hexcode": "1F4FA", + "tags": [ + "tv" + ], + "emoji": "📺️", + "text": "📺︎", + "type": 1, + "order": 3825, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "cámara de fotos", + "hexcode": "1F4F7", + "tags": [ + "cámara" + ], + "emoji": "📷️", + "text": "📷︎", + "type": 1, + "order": 3826, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "cámara con flash", + "hexcode": "1F4F8", + "tags": [ + "cámara", + "flash" + ], + "emoji": "📸", + "text": "", + "type": 1, + "order": 3827, + "group": 7, + "subgroup": 71, + "version": 1 + }, + { + "annotation": "videocámara", + "hexcode": "1F4F9", + "tags": [ + "cámara", + "vídeo" + ], + "emoji": "📹️", + "text": "📹︎", + "type": 1, + "order": 3828, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "cinta de vídeo", + "hexcode": "1F4FC", + "tags": [ + "cinta" + ], + "emoji": "📼", + "text": "", + "type": 1, + "order": 3829, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "lupa orientada hacia la izquierda", + "hexcode": "1F50D", + "tags": [ + "buscar", + "lupa" + ], + "emoji": "🔍️", + "text": "🔍︎", + "type": 1, + "order": 3830, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "lupa orientada hacia la derecha", + "hexcode": "1F50E", + "tags": [ + "buscar", + "lupa" + ], + "emoji": "🔎", + "text": "", + "type": 1, + "order": 3831, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "vela", + "hexcode": "1F56F", + "tags": [ + "luz" + ], + "emoji": "🕯️", + "text": "🕯︎", + "type": 0, + "order": 3833, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "bombilla", + "hexcode": "1F4A1", + "tags": [ + "cómic", + "electricidad", + "idea", + "luz" + ], + "emoji": "💡", + "text": "", + "type": 1, + "order": 3834, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "linterna", + "hexcode": "1F526", + "tags": [ + "luz" + ], + "emoji": "🔦", + "text": "", + "type": 1, + "order": 3835, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "lámpara japonesa", + "hexcode": "1F3EE", + "tags": [ + "izakaya", + "linterna izakaya", + "linterna japonesa", + "lámpara roja", + "restaurante" + ], + "emoji": "🏮", + "text": "", + "type": 1, + "order": 3836, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "lámpara de aceite", + "hexcode": "1FA94", + "tags": [ + "aceite", + "diya", + "lámpara" + ], + "emoji": "🪔", + "text": "", + "type": 1, + "order": 3837, + "group": 7, + "subgroup": 71, + "version": 12 + }, + { + "annotation": "cuaderno con tapa decorativa", + "hexcode": "1F4D4", + "tags": [ + "cuaderno", + "decoración", + "tapa" + ], + "emoji": "📔", + "text": "", + "type": 1, + "order": 3838, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro cerrado", + "hexcode": "1F4D5", + "tags": [ + "cerrado", + "libro" + ], + "emoji": "📕", + "text": "", + "type": 1, + "order": 3839, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro abierto", + "hexcode": "1F4D6", + "tags": [ + "abierto", + "libro" + ], + "emoji": "📖", + "text": "", + "type": 1, + "order": 3840, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro verde", + "hexcode": "1F4D7", + "tags": [ + "libro", + "verde" + ], + "emoji": "📗", + "text": "", + "type": 1, + "order": 3841, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro azul", + "hexcode": "1F4D8", + "tags": [ + "azul", + "libro" + ], + "emoji": "📘", + "text": "", + "type": 1, + "order": 3842, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro naranja", + "hexcode": "1F4D9", + "tags": [ + "libro", + "naranja" + ], + "emoji": "📙", + "text": "", + "type": 1, + "order": 3843, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libros", + "hexcode": "1F4DA", + "tags": [ + "libros" + ], + "emoji": "📚️", + "text": "📚︎", + "type": 1, + "order": 3844, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "cuaderno", + "hexcode": "1F4D3", + "tags": [ + "libreta" + ], + "emoji": "📓", + "text": "", + "type": 1, + "order": 3845, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "libro de contabilidad", + "hexcode": "1F4D2", + "tags": [ + "cuaderno" + ], + "emoji": "📒", + "text": "", + "type": 1, + "order": 3846, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "página doblada", + "hexcode": "1F4C3", + "tags": [ + "documento", + "página" + ], + "emoji": "📃", + "text": "", + "type": 1, + "order": 3847, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "pergamino", + "hexcode": "1F4DC", + "tags": [ + "pergamino de papel" + ], + "emoji": "📜", + "text": "", + "type": 1, + "order": 3848, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "página hacia arriba", + "hexcode": "1F4C4", + "tags": [ + "anverso", + "documento", + "página" + ], + "emoji": "📄", + "text": "", + "type": 1, + "order": 3849, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "periódico", + "hexcode": "1F4F0", + "tags": [ + "diario" + ], + "emoji": "📰", + "text": "", + "type": 1, + "order": 3850, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "periódico enrollado", + "hexcode": "1F5DE", + "tags": [ + "noticias", + "papel", + "periódico" + ], + "emoji": "🗞️", + "text": "🗞︎", + "type": 0, + "order": 3852, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "marcadores", + "hexcode": "1F4D1", + "tags": [ + "pestañas" + ], + "emoji": "📑", + "text": "", + "type": 1, + "order": 3853, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "marcapáginas", + "hexcode": "1F516", + "tags": [ + "marcador" + ], + "emoji": "🔖", + "text": "", + "type": 1, + "order": 3854, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "etiqueta", + "hexcode": "1F3F7", + "tags": [ + "etiqueta" + ], + "emoji": "🏷️", + "text": "🏷︎", + "type": 0, + "order": 3856, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "bolsa de dinero", + "hexcode": "1F4B0", + "tags": [ + "bolsa", + "bolsa de dólares", + "dinero" + ], + "emoji": "💰️", + "text": "💰︎", + "type": 1, + "order": 3857, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "moneda", + "hexcode": "1FA99", + "tags": [ + "dinero", + "metal", + "oro", + "plata", + "tesoro" + ], + "emoji": "🪙", + "text": "", + "type": 1, + "order": 3858, + "group": 7, + "subgroup": 73, + "version": 13 + }, + { + "annotation": "billete de yen", + "hexcode": "1F4B4", + "tags": [ + "billete", + "billete de banco", + "dinero", + "yen" + ], + "emoji": "💴", + "text": "", + "type": 1, + "order": 3859, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "billete de dólar", + "hexcode": "1F4B5", + "tags": [ + "billete", + "billete de banco", + "dinero", + "dólar" + ], + "emoji": "💵", + "text": "", + "type": 1, + "order": 3860, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "billete de euro", + "hexcode": "1F4B6", + "tags": [ + "billete", + "billete de banco", + "dinero", + "euro" + ], + "emoji": "💶", + "text": "", + "type": 1, + "order": 3861, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "billete de libra", + "hexcode": "1F4B7", + "tags": [ + "billete de banco", + "dinero", + "libra" + ], + "emoji": "💷", + "text": "", + "type": 1, + "order": 3862, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "billete con alas", + "hexcode": "1F4B8", + "tags": [ + "billete", + "billete de banco", + "dinero", + "dinero con alas" + ], + "emoji": "💸", + "text": "", + "type": 1, + "order": 3863, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "tarjeta de crédito", + "hexcode": "1F4B3", + "tags": [ + "crédito", + "tarjeta" + ], + "emoji": "💳️", + "text": "💳︎", + "type": 1, + "order": 3864, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "recibo", + "hexcode": "1F9FE", + "tags": [ + "contabilidad", + "prueba", + "teneduría de libros", + "testimonio" + ], + "emoji": "🧾", + "text": "", + "type": 1, + "order": 3865, + "group": 7, + "subgroup": 73, + "version": 11 + }, + { + "annotation": "mercado al alza", + "hexcode": "1F4B9", + "tags": [ + "alza", + "mercado", + "mercado alcista", + "tabla" + ], + "emoji": "💹", + "text": "", + "type": 1, + "order": 3866, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "sobre", + "hexcode": "2709", + "tags": [ + "carta", + "correo" + ], + "emoji": "✉️", + "text": "✉︎", + "type": 0, + "order": 3868, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "correo electrónico", + "hexcode": "1F4E7", + "tags": [ + "comunicación", + "correo", + "sobre" + ], + "emoji": "📧", + "text": "", + "type": 1, + "order": 3869, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "sobre entrante", + "hexcode": "1F4E8", + "tags": [ + "carta", + "comunicación", + "correo", + "correo electrónico", + "sobre" + ], + "emoji": "📨", + "text": "", + "type": 1, + "order": 3870, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "sobre con flecha", + "hexcode": "1F4E9", + "tags": [ + "carta", + "comunicación", + "correo", + "correo electrónico", + "sobre" + ], + "emoji": "📩", + "text": "", + "type": 1, + "order": 3871, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "bandeja de salida", + "hexcode": "1F4E4", + "tags": [ + "bandeja", + "comunicación", + "correo", + "enviado", + "salida" + ], + "emoji": "📤️", + "text": "📤︎", + "type": 1, + "order": 3872, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "bandeja de entrada", + "hexcode": "1F4E5", + "tags": [ + "bandeja", + "comunicación", + "correo", + "entrada", + "recibido" + ], + "emoji": "📥️", + "text": "📥︎", + "type": 1, + "order": 3873, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "paquete", + "hexcode": "1F4E6", + "tags": [ + "caja" + ], + "emoji": "📦️", + "text": "📦︎", + "type": 1, + "order": 3874, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "buzón cerrado con la bandera levantada", + "hexcode": "1F4EB", + "tags": [ + "bandera", + "buzón", + "buzón cerrado", + "con contenido" + ], + "emoji": "📫️", + "text": "📫︎", + "type": 1, + "order": 3875, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "buzón cerrado con la bandera bajada", + "hexcode": "1F4EA", + "tags": [ + "bandera", + "buzón", + "buzón cerrado", + "vacío" + ], + "emoji": "📪️", + "text": "📪︎", + "type": 1, + "order": 3876, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "buzón abierto con la bandera levantada", + "hexcode": "1F4EC", + "tags": [ + "bandera", + "buzón", + "buzón abierto", + "con contenido" + ], + "emoji": "📬️", + "text": "📬︎", + "type": 1, + "order": 3877, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "buzón abierto con la bandera bajada", + "hexcode": "1F4ED", + "tags": [ + "bandera", + "buzón", + "buzón abierto", + "vacío" + ], + "emoji": "📭️", + "text": "📭︎", + "type": 1, + "order": 3878, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "buzón", + "hexcode": "1F4EE", + "tags": [ + "cartas", + "correo" + ], + "emoji": "📮", + "text": "", + "type": 1, + "order": 3879, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "urna con papeleta", + "hexcode": "1F5F3", + "tags": [ + "papeleta", + "urna", + "voto" + ], + "emoji": "🗳️", + "text": "🗳︎", + "type": 0, + "order": 3881, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "lápiz", + "hexcode": "270F", + "tags": [ + "escolar", + "escribir", + "lapicero" + ], + "emoji": "✏️", + "text": "✏︎", + "type": 0, + "order": 3883, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "pluma negra", + "hexcode": "2712", + "tags": [ + "bolígrafo", + "escribir", + "pluma", + "tinta" + ], + "emoji": "✒️", + "text": "✒︎", + "type": 0, + "order": 3885, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "estilográfica", + "hexcode": "1F58B", + "tags": [ + "bolígrafo", + "escribir", + "pluma", + "tinta" + ], + "emoji": "🖋️", + "text": "🖋︎", + "type": 0, + "order": 3887, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "bolígrafo", + "hexcode": "1F58A", + "tags": [ + "boli", + "escribir" + ], + "emoji": "🖊️", + "text": "🖊︎", + "type": 0, + "order": 3889, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "pincel", + "hexcode": "1F58C", + "tags": [ + "pintar" + ], + "emoji": "🖌️", + "text": "🖌︎", + "type": 0, + "order": 3891, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "lápiz de cera", + "hexcode": "1F58D", + "tags": [ + "cera", + "lápiz" + ], + "emoji": "🖍️", + "text": "🖍︎", + "type": 0, + "order": 3893, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "cuaderno de notas", + "hexcode": "1F4DD", + "tags": [ + "comunicación" + ], + "emoji": "📝", + "text": "", + "type": 1, + "order": 3894, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "maletín", + "hexcode": "1F4BC", + "tags": [ + "cartera", + "documentos" + ], + "emoji": "💼", + "text": "", + "type": 1, + "order": 3895, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "carpeta de archivos", + "hexcode": "1F4C1", + "tags": [ + "archivo", + "carpeta" + ], + "emoji": "📁", + "text": "", + "type": 1, + "order": 3896, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "carpeta de archivos abierta", + "hexcode": "1F4C2", + "tags": [ + "abierta", + "archivo", + "carpeta" + ], + "emoji": "📂", + "text": "", + "type": 1, + "order": 3897, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "separador de fichas", + "hexcode": "1F5C2", + "tags": [ + "fichas", + "fichero", + "separador" + ], + "emoji": "🗂️", + "text": "🗂︎", + "type": 0, + "order": 3899, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "calendario", + "hexcode": "1F4C5", + "tags": [ + "fecha" + ], + "emoji": "📅", + "text": "", + "type": 1, + "order": 3900, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "calendario recortable", + "hexcode": "1F4C6", + "tags": [ + "calendario", + "fecha" + ], + "emoji": "📆", + "text": "", + "type": 1, + "order": 3901, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "bloc de notas de espiral", + "hexcode": "1F5D2", + "tags": [ + "bloc", + "cuaderno", + "espiral", + "notas" + ], + "emoji": "🗒️", + "text": "🗒︎", + "type": 0, + "order": 3903, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "calendario de espiral", + "hexcode": "1F5D3", + "tags": [ + "calendario", + "espiral" + ], + "emoji": "🗓️", + "text": "🗓︎", + "type": 0, + "order": 3905, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "organizador de fichas", + "hexcode": "1F4C7", + "tags": [ + "cartera", + "ficha", + "organizador", + "tarjetas" + ], + "emoji": "📇", + "text": "", + "type": 1, + "order": 3906, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "gráfica de evolución ascendente", + "hexcode": "1F4C8", + "tags": [ + "ascendente", + "gráfica", + "gráfico", + "tendencia ascendente" + ], + "emoji": "📈", + "text": "", + "type": 1, + "order": 3907, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "gráfica de evolución descendente", + "hexcode": "1F4C9", + "tags": [ + "descendente", + "gráfica", + "gráfico", + "tendencia descendente" + ], + "emoji": "📉", + "text": "", + "type": 1, + "order": 3908, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "gráfico de barras", + "hexcode": "1F4CA", + "tags": [ + "barras", + "gráfico" + ], + "emoji": "📊", + "text": "", + "type": 1, + "order": 3909, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "portapapeles", + "hexcode": "1F4CB", + "tags": [ + "papeles", + "pinza", + "tabla" + ], + "emoji": "📋️", + "text": "📋︎", + "type": 1, + "order": 3910, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "chincheta", + "hexcode": "1F4CC", + "tags": [ + "tachuela" + ], + "emoji": "📌", + "text": "", + "type": 1, + "order": 3911, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "chincheta redonda", + "hexcode": "1F4CD", + "tags": [ + "chincheta" + ], + "emoji": "📍", + "text": "", + "type": 1, + "order": 3912, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "clip", + "hexcode": "1F4CE", + "tags": [ + "clip" + ], + "emoji": "📎", + "text": "", + "type": 1, + "order": 3913, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "clips unidos", + "hexcode": "1F587", + "tags": [ + "clips", + "unidos", + "unión" + ], + "emoji": "🖇️", + "text": "🖇︎", + "type": 0, + "order": 3915, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "regla", + "hexcode": "1F4CF", + "tags": [ + "regla" + ], + "emoji": "📏", + "text": "", + "type": 1, + "order": 3916, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "escuadra", + "hexcode": "1F4D0", + "tags": [ + "regla", + "regla triangular", + "triángulo" + ], + "emoji": "📐", + "text": "", + "type": 1, + "order": 3917, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "tijeras", + "hexcode": "2702", + "tags": [ + "cortar", + "herramienta" + ], + "emoji": "✂️", + "text": "✂︎", + "type": 0, + "order": 3919, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "archivador de tarjetas", + "hexcode": "1F5C3", + "tags": [ + "archivador", + "archivo", + "caja" + ], + "emoji": "🗃️", + "text": "🗃︎", + "type": 0, + "order": 3921, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "archivador", + "hexcode": "1F5C4", + "tags": [ + "archivos", + "oficina", + "organizador" + ], + "emoji": "🗄️", + "text": "🗄︎", + "type": 0, + "order": 3923, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "papelera", + "hexcode": "1F5D1", + "tags": [ + "basura", + "cubo" + ], + "emoji": "🗑️", + "text": "🗑︎", + "type": 0, + "order": 3925, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "candado cerrado", + "hexcode": "1F512", + "tags": [ + "candado", + "cerrado", + "cerrar" + ], + "emoji": "🔒️", + "text": "🔒︎", + "type": 1, + "order": 3926, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "candado abierto", + "hexcode": "1F513", + "tags": [ + "abierto", + "abrir", + "candado" + ], + "emoji": "🔓️", + "text": "🔓︎", + "type": 1, + "order": 3927, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "candado con pluma estilográfica", + "hexcode": "1F50F", + "tags": [ + "candado", + "cerrado", + "estilográfica", + "pluma", + "privacidad" + ], + "emoji": "🔏", + "text": "", + "type": 1, + "order": 3928, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "candado cerrado y llave", + "hexcode": "1F510", + "tags": [ + "candado", + "cerrado", + "llave", + "seguro" + ], + "emoji": "🔐", + "text": "", + "type": 1, + "order": 3929, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "llave", + "hexcode": "1F511", + "tags": [ + "contraseña" + ], + "emoji": "🔑", + "text": "", + "type": 1, + "order": 3930, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "llave antigua", + "hexcode": "1F5DD", + "tags": [ + "antigua", + "llave" + ], + "emoji": "🗝️", + "text": "🗝︎", + "type": 0, + "order": 3932, + "group": 7, + "subgroup": 77, + "version": 0.7 + }, + { + "annotation": "martillo", + "hexcode": "1F528", + "tags": [ + "herramienta" + ], + "emoji": "🔨", + "text": "", + "type": 1, + "order": 3933, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "hacha", + "hexcode": "1FA93", + "tags": [ + "cortar", + "dividir", + "hachuela", + "madera", + "talar" + ], + "emoji": "🪓", + "text": "", + "type": 1, + "order": 3934, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "pico", + "hexcode": "26CF", + "tags": [ + "herramienta", + "mina" + ], + "emoji": "⛏️", + "text": "⛏︎", + "type": 0, + "order": 3936, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "martillo y pico", + "hexcode": "2692", + "tags": [ + "herramienta", + "martillo", + "pico" + ], + "emoji": "⚒️", + "text": "⚒︎", + "type": 0, + "order": 3938, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "martillo y llave inglesa", + "hexcode": "1F6E0", + "tags": [ + "herramienta", + "llave inglesa", + "martillo" + ], + "emoji": "🛠️", + "text": "🛠︎", + "type": 0, + "order": 3940, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "puñal", + "hexcode": "1F5E1", + "tags": [ + "arma", + "cuchillo", + "daga" + ], + "emoji": "🗡️", + "text": "🗡︎", + "type": 0, + "order": 3942, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "espadas cruzadas", + "hexcode": "2694", + "tags": [ + "arma", + "cruzadas", + "espadas" + ], + "emoji": "⚔️", + "text": "⚔︎", + "type": 0, + "order": 3944, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "pistola de agua", + "hexcode": "1F52B", + "tags": [ + "agua", + "juguete", + "pistola", + "verano" + ], + "emoji": "🔫", + "text": "", + "type": 1, + "order": 3945, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "bumerán", + "hexcode": "1FA83", + "tags": [ + "australia", + "boomerang", + "rebotar" + ], + "emoji": "🪃", + "text": "", + "type": 1, + "order": 3946, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "arco y flecha", + "hexcode": "1F3F9", + "tags": [ + "arco", + "arquero", + "flecha", + "sagitario", + "zodiaco" + ], + "emoji": "🏹", + "text": "", + "type": 1, + "order": 3947, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "escudo", + "hexcode": "1F6E1", + "tags": [ + "defensa" + ], + "emoji": "🛡️", + "text": "🛡︎", + "type": 0, + "order": 3949, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "sierra de carpintería", + "hexcode": "1FA9A", + "tags": [ + "carpintero", + "carpintería", + "herramienta", + "sierra", + "talar" + ], + "emoji": "🪚", + "text": "", + "type": 1, + "order": 3950, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "llave inglesa", + "hexcode": "1F527", + "tags": [ + "herramienta" + ], + "emoji": "🔧", + "text": "", + "type": 1, + "order": 3951, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "destornillador", + "hexcode": "1FA9B", + "tags": [ + "atornillador", + "herramienta", + "tornillo" + ], + "emoji": "🪛", + "text": "", + "type": 1, + "order": 3952, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "tornillo y tuerca", + "hexcode": "1F529", + "tags": [ + "herramienta", + "tornillo", + "tuerca" + ], + "emoji": "🔩", + "text": "", + "type": 1, + "order": 3953, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "engranaje", + "hexcode": "2699", + "tags": [ + "herramienta" + ], + "emoji": "⚙️", + "text": "⚙︎", + "type": 0, + "order": 3955, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "tornillo de banco", + "hexcode": "1F5DC", + "tags": [ + "herramienta", + "tornillo" + ], + "emoji": "🗜️", + "text": "🗜︎", + "type": 0, + "order": 3957, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "balanza", + "hexcode": "2696", + "tags": [ + "justicia", + "libra", + "peso", + "zodiaco" + ], + "emoji": "⚖️", + "text": "⚖︎", + "type": 0, + "order": 3959, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "bastón", + "hexcode": "1F9AF", + "tags": [ + "accesibilidad", + "ceguera", + "ciega", + "ciego", + "invidente" + ], + "emoji": "🦯", + "text": "", + "type": 1, + "order": 3960, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "eslabón", + "hexcode": "1F517", + "tags": [ + "eslabón" + ], + "emoji": "🔗", + "text": "", + "type": 1, + "order": 3961, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "cadenas", + "hexcode": "26D3", + "tags": [ + "cadena" + ], + "emoji": "⛓️", + "text": "⛓︎", + "type": 0, + "order": 3963, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "gancho", + "hexcode": "1FA9D", + "tags": [ + "agarrar", + "anzuelo", + "atrapar", + "garfio" + ], + "emoji": "🪝", + "text": "", + "type": 1, + "order": 3964, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "caja de herramientas", + "hexcode": "1F9F0", + "tags": [ + "armario", + "herramienta", + "mecánico" + ], + "emoji": "🧰", + "text": "", + "type": 1, + "order": 3965, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "imán", + "hexcode": "1F9F2", + "tags": [ + "atracción", + "herradura", + "magnético" + ], + "emoji": "🧲", + "text": "", + "type": 1, + "order": 3966, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "escalera", + "hexcode": "1FA9C", + "tags": [ + "escalar", + "escalerilla", + "escalón", + "peldaño" + ], + "emoji": "🪜", + "text": "", + "type": 1, + "order": 3967, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "alambique", + "hexcode": "2697", + "tags": [ + "herramienta", + "química" + ], + "emoji": "⚗️", + "text": "⚗︎", + "type": 0, + "order": 3969, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "tubo de ensayo", + "hexcode": "1F9EA", + "tags": [ + "ciencia", + "experimento", + "laboratorio", + "química", + "químico" + ], + "emoji": "🧪", + "text": "", + "type": 1, + "order": 3970, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "placa de petri", + "hexcode": "1F9EB", + "tags": [ + "bacterias", + "biología", + "biólogo", + "cultivo", + "laboratorio" + ], + "emoji": "🧫", + "text": "", + "type": 1, + "order": 3971, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "adn", + "hexcode": "1F9EC", + "tags": [ + "biólogo", + "evolución", + "gen", + "genética", + "vida" + ], + "emoji": "🧬", + "text": "", + "type": 1, + "order": 3972, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "microscopio", + "hexcode": "1F52C", + "tags": [ + "instrumento", + "laboratorio" + ], + "emoji": "🔬", + "text": "", + "type": 1, + "order": 3973, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "telescopio", + "hexcode": "1F52D", + "tags": [ + "astronomía", + "instrumento" + ], + "emoji": "🔭", + "text": "", + "type": 1, + "order": 3974, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "antena de satélite", + "hexcode": "1F4E1", + "tags": [ + "antena", + "comunicación", + "satélite" + ], + "emoji": "📡", + "text": "", + "type": 1, + "order": 3975, + "group": 7, + "subgroup": 79, + "version": 0.6 + }, + { + "annotation": "jeringuilla", + "hexcode": "1F489", + "tags": [ + "aguja", + "jeringa", + "medicina", + "médico" + ], + "emoji": "💉", + "text": "", + "type": 1, + "order": 3976, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "gota de sangre", + "hexcode": "1FA78", + "tags": [ + "donación de sangre", + "donar sangre", + "herida", + "medicina", + "sangre" + ], + "emoji": "🩸", + "text": "", + "type": 1, + "order": 3977, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "píldora", + "hexcode": "1F48A", + "tags": [ + "comprimido", + "medicina", + "médico", + "pastilla" + ], + "emoji": "💊", + "text": "", + "type": 1, + "order": 3978, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "tirita", + "hexcode": "1FA79", + "tags": [ + "apósito" + ], + "emoji": "🩹", + "text": "", + "type": 1, + "order": 3979, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "estetoscopio", + "hexcode": "1FA7A", + "tags": [ + "corazón", + "doctor", + "fonendoscopio", + "latido", + "medicina", + "médico" + ], + "emoji": "🩺", + "text": "", + "type": 1, + "order": 3980, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "puerta", + "hexcode": "1F6AA", + "tags": [ + "puerta" + ], + "emoji": "🚪", + "text": "", + "type": 1, + "order": 3981, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "ascensor", + "hexcode": "1F6D7", + "tags": [ + "accesibilidad", + "elevador", + "montacargas" + ], + "emoji": "🛗", + "text": "", + "type": 1, + "order": 3982, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "espejo", + "hexcode": "1FA9E", + "tags": [ + "espéculo", + "reflector", + "reflejo" + ], + "emoji": "🪞", + "text": "", + "type": 1, + "order": 3983, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "ventana", + "hexcode": "1FA9F", + "tags": [ + "abertura", + "apertura", + "cristal", + "marco", + "transparente", + "vista" + ], + "emoji": "🪟", + "text": "", + "type": 1, + "order": 3984, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "cama", + "hexcode": "1F6CF", + "tags": [ + "dormir", + "hotel" + ], + "emoji": "🛏️", + "text": "🛏︎", + "type": 0, + "order": 3986, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "sofá y lámpara", + "hexcode": "1F6CB", + "tags": [ + "hotel", + "lámpara", + "sofá" + ], + "emoji": "🛋️", + "text": "🛋︎", + "type": 0, + "order": 3988, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "silla", + "hexcode": "1FA91", + "tags": [ + "asiento", + "sentarse" + ], + "emoji": "🪑", + "text": "", + "type": 1, + "order": 3989, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "inodoro", + "hexcode": "1F6BD", + "tags": [ + "baño", + "váter", + "wc" + ], + "emoji": "🚽", + "text": "", + "type": 1, + "order": 3990, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "desatascador", + "hexcode": "1FAA0", + "tags": [ + "fontanero", + "retrete", + "servicio", + "succión" + ], + "emoji": "🪠", + "text": "", + "type": 1, + "order": 3991, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "ducha", + "hexcode": "1F6BF", + "tags": [ + "agua", + "baño" + ], + "emoji": "🚿", + "text": "", + "type": 1, + "order": 3992, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "bañera", + "hexcode": "1F6C1", + "tags": [ + "baño" + ], + "emoji": "🛁", + "text": "", + "type": 1, + "order": 3993, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "trampa de ratones", + "hexcode": "1FAA4", + "tags": [ + "cebo", + "cepo", + "engañar", + "ratonera", + "ratón", + "trampa" + ], + "emoji": "🪤", + "text": "", + "type": 1, + "order": 3994, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "cuchilla de afeitar", + "hexcode": "1FA92", + "tags": [ + "afeitado", + "afeitar", + "afilado", + "barbero", + "navaja" + ], + "emoji": "🪒", + "text": "", + "type": 1, + "order": 3995, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "bote de crema", + "hexcode": "1F9F4", + "tags": [ + "champú", + "crema", + "hidratante", + "protector solar" + ], + "emoji": "🧴", + "text": "", + "type": 1, + "order": 3996, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "imperdible", + "hexcode": "1F9F7", + "tags": [ + "pañal", + "punk rock" + ], + "emoji": "🧷", + "text": "", + "type": 1, + "order": 3997, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "escoba", + "hexcode": "1F9F9", + "tags": [ + "barrer", + "bruja", + "fregar" + ], + "emoji": "🧹", + "text": "", + "type": 1, + "order": 3998, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "cesta", + "hexcode": "1F9FA", + "tags": [ + "colada", + "cosecha", + "pícnic" + ], + "emoji": "🧺", + "text": "", + "type": 1, + "order": 3999, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "rollo de papel", + "hexcode": "1F9FB", + "tags": [ + "papel absorbente", + "papel higiénico" + ], + "emoji": "🧻", + "text": "", + "type": 1, + "order": 4000, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "cubo", + "hexcode": "1FAA3", + "tags": [ + "balde", + "barreño", + "cuba", + "cubeta" + ], + "emoji": "🪣", + "text": "", + "type": 1, + "order": 4001, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "jabón", + "hexcode": "1F9FC", + "tags": [ + "bañarse", + "enjabonarse", + "jabonera", + "lavarse", + "pastilla" + ], + "emoji": "🧼", + "text": "", + "type": 1, + "order": 4002, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "cepillo de dientes", + "hexcode": "1FAA5", + "tags": [ + "cepillo", + "dental", + "higiene", + "limpio", + "servicio" + ], + "emoji": "🪥", + "text": "", + "type": 1, + "order": 4003, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "esponja", + "hexcode": "1F9FD", + "tags": [ + "absorbente", + "limpiar", + "poroso" + ], + "emoji": "🧽", + "text": "", + "type": 1, + "order": 4004, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "extintor", + "hexcode": "1F9EF", + "tags": [ + "apagar", + "extinguir", + "incendio" + ], + "emoji": "🧯", + "text": "", + "type": 1, + "order": 4005, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "carrito de la compra", + "hexcode": "1F6D2", + "tags": [ + "carrito", + "carro", + "compra", + "supermercado" + ], + "emoji": "🛒", + "text": "", + "type": 1, + "order": 4006, + "group": 7, + "subgroup": 81, + "version": 3 + }, + { + "annotation": "cigarrillo", + "hexcode": "1F6AC", + "tags": [ + "cigarro", + "fumar" + ], + "emoji": "🚬", + "text": "", + "type": 1, + "order": 4007, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "ataúd", + "hexcode": "26B0", + "tags": [ + "muerte" + ], + "emoji": "⚰️", + "text": "⚰︎", + "type": 0, + "order": 4009, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "lápida", + "hexcode": "1FAA6", + "tags": [ + "cementario", + "estela", + "sepulcro", + "tumba" + ], + "emoji": "🪦", + "text": "", + "type": 1, + "order": 4010, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "urna funeraria", + "hexcode": "26B1", + "tags": [ + "funeraria", + "muerte", + "urna" + ], + "emoji": "⚱️", + "text": "⚱︎", + "type": 0, + "order": 4012, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "estatua moái", + "hexcode": "1F5FF", + "tags": [ + "estatua", + "moái", + "pascua" + ], + "emoji": "🗿", + "text": "", + "type": 1, + "order": 4013, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "letrero", + "hexcode": "1FAA7", + "tags": [ + "anuncio", + "aviso", + "cartel", + "pancarta", + "poste" + ], + "emoji": "🪧", + "text": "", + "type": 1, + "order": 4014, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "señal de cajero automático", + "hexcode": "1F3E7", + "tags": [ + "atm", + "banco", + "cajero" + ], + "emoji": "🏧", + "text": "", + "type": 1, + "order": 4015, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "señal de usar papelera", + "hexcode": "1F6AE", + "tags": [ + "basura", + "papelera", + "señal", + "tirar la basura en la papelera" + ], + "emoji": "🚮", + "text": "", + "type": 1, + "order": 4016, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "agua potable", + "hexcode": "1F6B0", + "tags": [ + "agua", + "potable" + ], + "emoji": "🚰", + "text": "", + "type": 1, + "order": 4017, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "símbolo de silla de ruedas", + "hexcode": "267F", + "tags": [ + "acceso", + "señal", + "silla", + "silla de ruedas", + "símbolo" + ], + "emoji": "♿️", + "text": "♿︎", + "type": 1, + "order": 4018, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "aseo para hombres", + "hexcode": "1F6B9", + "tags": [ + "aseo de caballeros", + "baño", + "servicio", + "señal", + "señal con un hombre" + ], + "emoji": "🚹️", + "text": "🚹︎", + "type": 1, + "order": 4019, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "señal de aseo para mujeres", + "hexcode": "1F6BA", + "tags": [ + "aseo de señoras", + "baño", + "servicio", + "señal", + "señal con una mujer" + ], + "emoji": "🚺️", + "text": "🚺︎", + "type": 1, + "order": 4020, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "señal de aseos", + "hexcode": "1F6BB", + "tags": [ + "aseos", + "servicios", + "wc" + ], + "emoji": "🚻", + "text": "", + "type": 1, + "order": 4021, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "señal de bebé", + "hexcode": "1F6BC", + "tags": [ + "bebé", + "cambiar", + "lactancia" + ], + "emoji": "🚼️", + "text": "🚼︎", + "type": 1, + "order": 4022, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "aseos", + "hexcode": "1F6BE", + "tags": [ + "lavabo", + "servicios", + "wc" + ], + "emoji": "🚾", + "text": "", + "type": 1, + "order": 4023, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "control de pasaportes", + "hexcode": "1F6C2", + "tags": [ + "control", + "pasaportes" + ], + "emoji": "🛂", + "text": "", + "type": 1, + "order": 4024, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "aduana", + "hexcode": "1F6C3", + "tags": [ + "aduana" + ], + "emoji": "🛃", + "text": "", + "type": 1, + "order": 4025, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "recogida de equipajes", + "hexcode": "1F6C4", + "tags": [ + "equipaje", + "maleta" + ], + "emoji": "🛄", + "text": "", + "type": 1, + "order": 4026, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "consigna", + "hexcode": "1F6C5", + "tags": [ + "depósito", + "equipaje", + "servicio de equipaje en depósito" + ], + "emoji": "🛅", + "text": "", + "type": 1, + "order": 4027, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "advertencia", + "hexcode": "26A0", + "tags": [ + "cuidado", + "señal" + ], + "emoji": "⚠️", + "text": "⚠︎", + "type": 0, + "order": 4029, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "niños cruzando", + "hexcode": "1F6B8", + "tags": [ + "cruzando", + "niños", + "señal" + ], + "emoji": "🚸", + "text": "", + "type": 1, + "order": 4030, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "dirección prohibida", + "hexcode": "26D4", + "tags": [ + "no", + "prohibido", + "señal", + "señal de dirección prohibida" + ], + "emoji": "⛔️", + "text": "⛔︎", + "type": 1, + "order": 4031, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "prohibido", + "hexcode": "1F6AB", + "tags": [ + "entrar", + "no", + "pasar", + "prohibición" + ], + "emoji": "🚫", + "text": "", + "type": 1, + "order": 4032, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "bicicletas prohibidas", + "hexcode": "1F6B3", + "tags": [ + "bicicleta", + "prohibido", + "vehículo" + ], + "emoji": "🚳", + "text": "", + "type": 1, + "order": 4033, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "prohibido fumar", + "hexcode": "1F6AD", + "tags": [ + "fumar", + "no", + "prohibido", + "señal" + ], + "emoji": "🚭️", + "text": "🚭︎", + "type": 1, + "order": 4034, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "prohibido tirar basura", + "hexcode": "1F6AF", + "tags": [ + "basura", + "prohibido", + "señal", + "señal de no tirar basura" + ], + "emoji": "🚯", + "text": "", + "type": 1, + "order": 4035, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "agua no potable", + "hexcode": "1F6B1", + "tags": [ + "agua", + "no potable" + ], + "emoji": "🚱", + "text": "", + "type": 1, + "order": 4036, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "prohibido el paso de peatones", + "hexcode": "1F6B7", + "tags": [ + "peatones", + "peatón", + "prohibido", + "señal" + ], + "emoji": "🚷", + "text": "", + "type": 1, + "order": 4037, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "prohibido el uso de móviles", + "hexcode": "1F4F5", + "tags": [ + "móvil", + "no hacer llamadas", + "prohibido", + "teléfono" + ], + "emoji": "📵", + "text": "", + "type": 1, + "order": 4038, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "prohibido para menos de 18 años", + "hexcode": "1F51E", + "tags": [ + "prohibido", + "prohibido para menores de 18 años" + ], + "emoji": "🔞", + "text": "", + "type": 1, + "order": 4039, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "radiactivo", + "hexcode": "2622", + "tags": [ + "radiactividad", + "radioactividad", + "radioactivo", + "señal" + ], + "emoji": "☢️", + "text": "☢︎", + "type": 0, + "order": 4041, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "riesgo biológico", + "hexcode": "2623", + "tags": [ + "peligro", + "señal" + ], + "emoji": "☣️", + "text": "☣︎", + "type": 0, + "order": 4043, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "flecha hacia arriba", + "hexcode": "2B06", + "tags": [ + "dirección", + "flecha", + "flecha arriba", + "norte" + ], + "emoji": "⬆️", + "text": "⬆︎", + "type": 0, + "order": 4045, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la esquina superior derecha", + "hexcode": "2197", + "tags": [ + "arriba", + "derecha", + "dirección", + "flecha", + "noreste" + ], + "emoji": "↗️", + "text": "↗︎", + "type": 0, + "order": 4047, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la derecha", + "hexcode": "27A1", + "tags": [ + "derecha", + "dirección", + "este", + "flecha" + ], + "emoji": "➡️", + "text": "➡︎", + "type": 0, + "order": 4049, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la esquina inferior derecha", + "hexcode": "2198", + "tags": [ + "abajo", + "derecha", + "dirección", + "flecha", + "sudeste" + ], + "emoji": "↘️", + "text": "↘︎", + "type": 0, + "order": 4051, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia abajo", + "hexcode": "2B07", + "tags": [ + "abajo", + "dirección", + "flecha", + "sur" + ], + "emoji": "⬇️", + "text": "⬇︎", + "type": 0, + "order": 4053, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la esquina inferior izquierda", + "hexcode": "2199", + "tags": [ + "abajo", + "dirección", + "flecha", + "izquierda", + "suroeste" + ], + "emoji": "↙️", + "text": "↙︎", + "type": 0, + "order": 4055, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la izquierda", + "hexcode": "2B05", + "tags": [ + "flecha", + "izquierda", + "oeste" + ], + "emoji": "⬅️", + "text": "⬅︎", + "type": 0, + "order": 4057, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha hacia la esquina superior izquierda", + "hexcode": "2196", + "tags": [ + "arriba", + "dirección", + "flecha", + "izquierda", + "noroeste" + ], + "emoji": "↖️", + "text": "↖︎", + "type": 0, + "order": 4059, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha arriba y abajo", + "hexcode": "2195", + "tags": [ + "abajo", + "arriba", + "dirección", + "flecha" + ], + "emoji": "↕️", + "text": "↕︎", + "type": 0, + "order": 4061, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha izquierda y derecha", + "hexcode": "2194", + "tags": [ + "derecha", + "dirección", + "flecha", + "izquierda" + ], + "emoji": "↔️", + "text": "↔︎", + "type": 0, + "order": 4063, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha derecha curvándose a la izquierda", + "hexcode": "21A9", + "tags": [ + "curva", + "dirección", + "flecha", + "izquierda" + ], + "emoji": "↩️", + "text": "↩︎", + "type": 0, + "order": 4065, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha izquierda curvándose a la derecha", + "hexcode": "21AA", + "tags": [ + "curva", + "derecha", + "dirección", + "flecha" + ], + "emoji": "↪️", + "text": "↪︎", + "type": 0, + "order": 4067, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha derecha curvándose hacia arriba", + "hexcode": "2934", + "tags": [ + "arriba", + "curva", + "dirección", + "flecha" + ], + "emoji": "⤴️", + "text": "⤴︎", + "type": 0, + "order": 4069, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha derecha curvándose hacia abajo", + "hexcode": "2935", + "tags": [ + "abajo", + "curva", + "dirección", + "flecha" + ], + "emoji": "⤵️", + "text": "⤵︎", + "type": 0, + "order": 4071, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flechas verticales en sentido horario", + "hexcode": "1F503", + "tags": [ + "flechas", + "flechas verticales sentido horario", + "horario", + "señal de recarga" + ], + "emoji": "🔃", + "text": "", + "type": 1, + "order": 4072, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flechas en sentido antihorario", + "hexcode": "1F504", + "tags": [ + "dirección", + "flechas", + "sentido antihorario", + "señal de recarga" + ], + "emoji": "🔄", + "text": "", + "type": 1, + "order": 4073, + "group": 8, + "subgroup": 85, + "version": 1 + }, + { + "annotation": "flecha BACK", + "hexcode": "1F519", + "tags": [ + "atrás", + "atrás con flecha izquierda", + "back", + "flecha", + "flecha a la izquierda", + "flecha back" + ], + "emoji": "🔙", + "text": "", + "type": 1, + "order": 4074, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha END", + "hexcode": "1F51A", + "tags": [ + "final", + "final con flecha izquierda", + "flecha", + "flecha a la izquierda", + "flecha end" + ], + "emoji": "🔚", + "text": "", + "type": 1, + "order": 4075, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha ON!", + "hexcode": "1F51B", + "tags": [ + "flecha", + "flecha de doble punta con la palabra \"on\" encima", + "flecha on!", + "on", + "señal" + ], + "emoji": "🔛", + "text": "", + "type": 1, + "order": 4076, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha SOON", + "hexcode": "1F51C", + "tags": [ + "flecha", + "flecha soon", + "soon", + "soon con flecha a la derecha" + ], + "emoji": "🔜", + "text": "", + "type": 1, + "order": 4077, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flecha TOP", + "hexcode": "1F51D", + "tags": [ + "arriba", + "flecha hacia arriba", + "flecha top", + "top", + "top con flecha hacia arriba" + ], + "emoji": "🔝", + "text": "", + "type": 1, + "order": 4078, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "lugar de culto", + "hexcode": "1F6D0", + "tags": [ + "culto", + "religión" + ], + "emoji": "🛐", + "text": "", + "type": 1, + "order": 4079, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "símbolo de átomo", + "hexcode": "269B", + "tags": [ + "símbolo", + "átomo" + ], + "emoji": "⚛️", + "text": "⚛︎", + "type": 0, + "order": 4081, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "om", + "hexcode": "1F549", + "tags": [ + "hindú", + "religión" + ], + "emoji": "🕉️", + "text": "🕉︎", + "type": 0, + "order": 4083, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "estrella de David", + "hexcode": "2721", + "tags": [ + "david", + "estrella", + "estrella de david", + "judaísmo", + "religión" + ], + "emoji": "✡️", + "text": "✡︎", + "type": 0, + "order": 4085, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "rueda del dharma", + "hexcode": "2638", + "tags": [ + "budismo", + "dharma", + "religión", + "rueda" + ], + "emoji": "☸️", + "text": "☸︎", + "type": 0, + "order": 4087, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "yin yang", + "hexcode": "262F", + "tags": [ + "religión", + "taoísmo", + "yang", + "yin" + ], + "emoji": "☯️", + "text": "☯︎", + "type": 0, + "order": 4089, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "cruz latina", + "hexcode": "271D", + "tags": [ + "cristianismo", + "cruz", + "religión" + ], + "emoji": "✝️", + "text": "✝︎", + "type": 0, + "order": 4091, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "cruz ortodoxa", + "hexcode": "2626", + "tags": [ + "cruz", + "religión" + ], + "emoji": "☦️", + "text": "☦︎", + "type": 0, + "order": 4093, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "media luna y estrella", + "hexcode": "262A", + "tags": [ + "estrella", + "islam", + "luna", + "religión" + ], + "emoji": "☪️", + "text": "☪︎", + "type": 0, + "order": 4095, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "símbolo de la paz", + "hexcode": "262E", + "tags": [ + "paz" + ], + "emoji": "☮️", + "text": "☮︎", + "type": 0, + "order": 4097, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "menorá", + "hexcode": "1F54E", + "tags": [ + "candelabro", + "religión" + ], + "emoji": "🕎", + "text": "", + "type": 1, + "order": 4098, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "estrella de seis puntas", + "hexcode": "1F52F", + "tags": [ + "adivinación", + "buena fortuna", + "estrella", + "seis puntas" + ], + "emoji": "🔯", + "text": "", + "type": 1, + "order": 4099, + "group": 8, + "subgroup": 86, + "version": 0.6 + }, + { + "annotation": "Aries", + "hexcode": "2648", + "tags": [ + "aries", + "carnero", + "zodiaco" + ], + "emoji": "♈️", + "text": "♈︎", + "type": 1, + "order": 4100, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Tauro", + "hexcode": "2649", + "tags": [ + "buey", + "tauro", + "toro", + "zodiaco" + ], + "emoji": "♉️", + "text": "♉︎", + "type": 1, + "order": 4101, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Géminis", + "hexcode": "264A", + "tags": [ + "gemelos", + "géminis", + "zodiaco" + ], + "emoji": "♊️", + "text": "♊︎", + "type": 1, + "order": 4102, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Cáncer", + "hexcode": "264B", + "tags": [ + "cangrejo", + "cáncer", + "zodiaco" + ], + "emoji": "♋️", + "text": "♋︎", + "type": 1, + "order": 4103, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Leo", + "hexcode": "264C", + "tags": [ + "leo", + "león", + "zodiaco" + ], + "emoji": "♌️", + "text": "♌︎", + "type": 1, + "order": 4104, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Virgo", + "hexcode": "264D", + "tags": [ + "virgo", + "zodiaco" + ], + "emoji": "♍️", + "text": "♍︎", + "type": 1, + "order": 4105, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Libra", + "hexcode": "264E", + "tags": [ + "balanza", + "escala", + "justicia", + "libra", + "zodiaco" + ], + "emoji": "♎️", + "text": "♎︎", + "type": 1, + "order": 4106, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Escorpio", + "hexcode": "264F", + "tags": [ + "escorpio", + "escorpión", + "zodiaco" + ], + "emoji": "♏️", + "text": "♏︎", + "type": 1, + "order": 4107, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Sagitario", + "hexcode": "2650", + "tags": [ + "arquero", + "sagitario", + "zodiaco" + ], + "emoji": "♐️", + "text": "♐︎", + "type": 1, + "order": 4108, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Capricornio", + "hexcode": "2651", + "tags": [ + "cabra", + "capricornio", + "zodiaco" + ], + "emoji": "♑️", + "text": "♑︎", + "type": 1, + "order": 4109, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Acuario", + "hexcode": "2652", + "tags": [ + "acuario", + "agua", + "zodiaco" + ], + "emoji": "♒️", + "text": "♒︎", + "type": 1, + "order": 4110, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Piscis", + "hexcode": "2653", + "tags": [ + "pescado", + "pez", + "piscis", + "zodiaco" + ], + "emoji": "♓️", + "text": "♓︎", + "type": 1, + "order": 4111, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "Ofiuco", + "hexcode": "26CE", + "tags": [ + "ofiuco", + "serpiente", + "zodiaco" + ], + "emoji": "⛎", + "text": "", + "type": 1, + "order": 4112, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "reproducción aleatoria", + "hexcode": "1F500", + "tags": [ + "cruzado", + "flechas", + "flechas entrecruzadas" + ], + "emoji": "🔀", + "text": "", + "type": 1, + "order": 4113, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "repetir", + "hexcode": "1F501", + "tags": [ + "flechas", + "repetición" + ], + "emoji": "🔁", + "text": "", + "type": 1, + "order": 4114, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "repetir una vez", + "hexcode": "1F502", + "tags": [ + "flechas", + "repetición", + "uno" + ], + "emoji": "🔂", + "text": "", + "type": 1, + "order": 4115, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "reproducir", + "hexcode": "25B6", + "tags": [ + "botón de reproducción", + "flecha", + "triángulo" + ], + "emoji": "▶️", + "text": "▶︎", + "type": 0, + "order": 4117, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "avance rápido", + "hexcode": "23E9", + "tags": [ + "avanzar", + "doble", + "flecha" + ], + "emoji": "⏩️", + "text": "⏩︎", + "type": 1, + "order": 4118, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "pista siguiente", + "hexcode": "23ED", + "tags": [ + "raya vertical", + "siguiente", + "triángulos" + ], + "emoji": "⏭️", + "text": "⏭︎", + "type": 0, + "order": 4120, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "reproducir o pausa", + "hexcode": "23EF", + "tags": [ + "pausa", + "reproducir", + "triángulo" + ], + "emoji": "⏯️", + "text": "⏯︎", + "type": 0, + "order": 4122, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "retroceso", + "hexcode": "25C0", + "tags": [ + "izquierda", + "triángulo" + ], + "emoji": "◀️", + "text": "◀︎", + "type": 0, + "order": 4124, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "rebobinado", + "hexcode": "23EA", + "tags": [ + "flecha", + "flecha doble a la izquierda", + "izquierda", + "rebobinar" + ], + "emoji": "⏪️", + "text": "⏪︎", + "type": 1, + "order": 4125, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "pista anterior", + "hexcode": "23EE", + "tags": [ + "atrás", + "escena anterior", + "triángulo" + ], + "emoji": "⏮️", + "text": "⏮︎", + "type": 0, + "order": 4127, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "triángulo hacia arriba", + "hexcode": "1F53C", + "tags": [ + "arriba", + "botón", + "botón triángulo hacia arriba", + "triángulo" + ], + "emoji": "🔼", + "text": "", + "type": 1, + "order": 4128, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "triángulo doble hacia arriba", + "hexcode": "23EB", + "tags": [ + "arriba", + "flecha" + ], + "emoji": "⏫", + "text": "", + "type": 1, + "order": 4129, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "triángulo hacia abajo", + "hexcode": "1F53D", + "tags": [ + "abajo", + "botón", + "botón triángulo hacia abajo", + "triángulo" + ], + "emoji": "🔽", + "text": "", + "type": 1, + "order": 4130, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "triángulo doble hacia abajo", + "hexcode": "23EC", + "tags": [ + "triángulo", + "triángulo doble abajo" + ], + "emoji": "⏬", + "text": "", + "type": 1, + "order": 4131, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "pausa", + "hexcode": "23F8", + "tags": [ + "barras", + "botón", + "vertical" + ], + "emoji": "⏸️", + "text": "⏸︎", + "type": 0, + "order": 4133, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "detener", + "hexcode": "23F9", + "tags": [ + "botón", + "cuadrado", + "parar" + ], + "emoji": "⏹️", + "text": "⏹︎", + "type": 0, + "order": 4135, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "grabar", + "hexcode": "23FA", + "tags": [ + "botón", + "círculo" + ], + "emoji": "⏺️", + "text": "⏺︎", + "type": 0, + "order": 4137, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "expulsar", + "hexcode": "23CF", + "tags": [ + "botón" + ], + "emoji": "⏏️", + "text": "⏏︎", + "type": 0, + "order": 4139, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "cine", + "hexcode": "1F3A6", + "tags": [ + "entretenimiento", + "película" + ], + "emoji": "🎦", + "text": "", + "type": 1, + "order": 4140, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "brillo bajo", + "hexcode": "1F505", + "tags": [ + "bajo", + "brillo", + "señal de brillo bajo", + "tenue" + ], + "emoji": "🔅", + "text": "", + "type": 1, + "order": 4141, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "brillo alto", + "hexcode": "1F506", + "tags": [ + "alto", + "brillante", + "brillo", + "señal de brillo alto" + ], + "emoji": "🔆", + "text": "", + "type": 1, + "order": 4142, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "barras de cobertura", + "hexcode": "1F4F6", + "tags": [ + "antena", + "celular", + "móvil", + "señal", + "teléfono" + ], + "emoji": "📶", + "text": "", + "type": 1, + "order": 4143, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "modo vibración", + "hexcode": "1F4F3", + "tags": [ + "móvil", + "teléfono", + "teléfono celular", + "vibración" + ], + "emoji": "📳", + "text": "", + "type": 1, + "order": 4144, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "teléfono móvil apagado", + "hexcode": "1F4F4", + "tags": [ + "apagado", + "móvil", + "teléfono", + "teléfono celular" + ], + "emoji": "📴", + "text": "", + "type": 1, + "order": 4145, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "signo femenino", + "hexcode": "2640", + "tags": [ + "mujer", + "signo", + "símbolo" + ], + "emoji": "♀️", + "text": "♀︎", + "type": 0, + "order": 4147, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "signo masculino", + "hexcode": "2642", + "tags": [ + "hombre", + "signo", + "símbolo" + ], + "emoji": "♂️", + "text": "♂︎", + "type": 0, + "order": 4149, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "símbolo de transgénero", + "hexcode": "26A7", + "tags": [ + "transgénero" + ], + "emoji": "⚧️", + "text": "⚧︎", + "type": 0, + "order": 4151, + "group": 8, + "subgroup": 89, + "version": 13 + }, + { + "annotation": "multiplicación", + "hexcode": "2716", + "tags": [ + "cancelar", + "marca", + "prohibido", + "signo de multiplicación", + "x", + "×" + ], + "emoji": "✖️", + "text": "✖︎", + "type": 0, + "order": 4153, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "más", + "hexcode": "2795", + "tags": [ + "+", + "signo", + "suma" + ], + "emoji": "➕", + "text": "", + "type": 1, + "order": 4154, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "menos", + "hexcode": "2796", + "tags": [ + "-", + "resta", + "signo", + "−" + ], + "emoji": "➖", + "text": "", + "type": 1, + "order": 4155, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "división", + "hexcode": "2797", + "tags": [ + "signo", + "signo de división", + "÷" + ], + "emoji": "➗", + "text": "", + "type": 1, + "order": 4156, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "infinito", + "hexcode": "267E", + "tags": [ + "ilimitado", + "siempre", + "universal" + ], + "emoji": "♾️", + "text": "♾︎", + "type": 0, + "order": 4158, + "group": 8, + "subgroup": 90, + "version": 11 + }, + { + "annotation": "exclamación doble", + "hexcode": "203C", + "tags": [ + "!!", + "exclamación", + "puntuación", + "sorpresa" + ], + "emoji": "‼️", + "text": "‼︎", + "type": 0, + "order": 4160, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "exclamación e interrogación", + "hexcode": "2049", + "tags": [ + "!", + "!?", + "?", + "exclamación", + "interrogación" + ], + "emoji": "⁉️", + "text": "⁉︎", + "type": 0, + "order": 4162, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "interrogación roja", + "hexcode": "2753", + "tags": [ + "?", + "interrogación", + "pregunta", + "puntuación", + "signo de interrogación" + ], + "emoji": "❓️", + "text": "❓︎", + "type": 1, + "order": 4163, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "interrogación blanca", + "hexcode": "2754", + "tags": [ + "?", + "interrogación", + "pregunta", + "puntuación" + ], + "emoji": "❔", + "text": "", + "type": 1, + "order": 4164, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "exclamación blanca", + "hexcode": "2755", + "tags": [ + "!", + "exclamación", + "puntuación" + ], + "emoji": "❕", + "text": "", + "type": 1, + "order": 4165, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "exclamación roja", + "hexcode": "2757", + "tags": [ + "!", + "exclamación", + "puntuación", + "signo de exclamación" + ], + "emoji": "❗️", + "text": "❗︎", + "type": 1, + "order": 4166, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "guion ondulado", + "hexcode": "3030", + "tags": [ + "guion", + "marca de sonido largo", + "ondulado" + ], + "emoji": "〰️", + "text": "〰︎", + "type": 0, + "order": 4168, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "cambio de divisas", + "hexcode": "1F4B1", + "tags": [ + "cambio", + "dinero", + "divisa", + "moneda" + ], + "emoji": "💱", + "text": "", + "type": 1, + "order": 4169, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "símbolo de dólar", + "hexcode": "1F4B2", + "tags": [ + "dinero", + "dólar", + "símbolo" + ], + "emoji": "💲", + "text": "", + "type": 1, + "order": 4170, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "símbolo de medicina", + "hexcode": "2695", + "tags": [ + "asclepio", + "esculapio", + "medicina", + "serpiente" + ], + "emoji": "⚕️", + "text": "⚕︎", + "type": 0, + "order": 4172, + "group": 8, + "subgroup": 93, + "version": 4 + }, + { + "annotation": "símbolo de reciclaje", + "hexcode": "267B", + "tags": [ + "reciclaje", + "reciclar", + "señal", + "símbolo universal de reciclaje sólido", + "universal" + ], + "emoji": "♻️", + "text": "♻︎", + "type": 0, + "order": 4174, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "flor de lis", + "hexcode": "269C", + "tags": [ + "flor", + "lis" + ], + "emoji": "⚜️", + "text": "⚜︎", + "type": 0, + "order": 4176, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "emblema de tridente", + "hexcode": "1F531", + "tags": [ + "ancla", + "emblema", + "tridente" + ], + "emoji": "🔱", + "text": "", + "type": 1, + "order": 4177, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "etiqueta identificativa", + "hexcode": "1F4DB", + "tags": [ + "etiqueta", + "nombre" + ], + "emoji": "📛", + "text": "", + "type": 1, + "order": 4178, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "símbolo japonés para principiante", + "hexcode": "1F530", + "tags": [ + "amarillo", + "japonés", + "principiante", + "verde" + ], + "emoji": "🔰", + "text": "", + "type": 1, + "order": 4179, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "círculo rojo hueco", + "hexcode": "2B55", + "tags": [ + "aro", + "círculo", + "o", + "rojo" + ], + "emoji": "⭕️", + "text": "⭕︎", + "type": 1, + "order": 4180, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "botón de marca de verificación", + "hexcode": "2705", + "tags": [ + "botón", + "marca", + "selección", + "verificación", + "✓" + ], + "emoji": "✅", + "text": "", + "type": 1, + "order": 4181, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "casilla con marca de verificación", + "hexcode": "2611", + "tags": [ + "casilla", + "marca", + "selección", + "verificación", + "✓" + ], + "emoji": "☑️", + "text": "☑︎", + "type": 0, + "order": 4183, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "marca de verificación", + "hexcode": "2714", + "tags": [ + "marca", + "selección", + "verificación", + "✓" + ], + "emoji": "✔️", + "text": "✔︎", + "type": 0, + "order": 4185, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "marca de cruz", + "hexcode": "274C", + "tags": [ + "cancelar", + "cruz", + "marca de tachado", + "tachar", + "x", + "×" + ], + "emoji": "❌", + "text": "", + "type": 1, + "order": 4186, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "botón con marca de cruz", + "hexcode": "274E", + "tags": [ + "casilla", + "cruz", + "marca", + "x", + "×" + ], + "emoji": "❎", + "text": "", + "type": 1, + "order": 4187, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "bucle", + "hexcode": "27B0", + "tags": [ + "giro", + "tirabuzón" + ], + "emoji": "➰", + "text": "", + "type": 1, + "order": 4188, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "bucle doble", + "hexcode": "27BF", + "tags": [ + "bucle", + "doble" + ], + "emoji": "➿", + "text": "", + "type": 1, + "order": 4189, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "marca de alternancia", + "hexcode": "303D", + "tags": [ + "alternancia", + "marca" + ], + "emoji": "〽️", + "text": "〽︎", + "type": 0, + "order": 4191, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "asterisco de ocho puntas", + "hexcode": "2733", + "tags": [ + "*", + "asterisco" + ], + "emoji": "✳️", + "text": "✳︎", + "type": 0, + "order": 4193, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "estrella de ocho puntas", + "hexcode": "2734", + "tags": [ + "*", + "estrella" + ], + "emoji": "✴️", + "text": "✴︎", + "type": 0, + "order": 4195, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "chispa", + "hexcode": "2747", + "tags": [ + "*" + ], + "emoji": "❇️", + "text": "❇︎", + "type": 0, + "order": 4197, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "copyright", + "hexcode": "00A9", + "tags": [ + "c", + "símbolo" + ], + "emoji": "©️", + "text": "©︎", + "type": 0, + "order": 4199, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "marca registrada", + "hexcode": "00AE", + "tags": [ + "r", + "símbolo de marca registrada" + ], + "emoji": "®️", + "text": "®︎", + "type": 0, + "order": 4201, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "símbolo de marca comercial", + "hexcode": "2122", + "tags": [ + "marca comercial" + ], + "emoji": "™️", + "text": "™︎", + "type": 0, + "order": 4203, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "Teclas: #", + "hexcode": "0023-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "#️⃣", + "text": "", + "type": 1, + "order": 4204, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: *", + "hexcode": "002A-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "*️⃣", + "text": "", + "type": 1, + "order": 4206, + "group": 8, + "subgroup": 94, + "version": 2 + }, + { + "annotation": "Teclas: 0", + "hexcode": "0030-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "0️⃣", + "text": "", + "type": 1, + "order": 4208, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 1", + "hexcode": "0031-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "1️⃣", + "text": "", + "type": 1, + "order": 4210, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 2", + "hexcode": "0032-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "2️⃣", + "text": "", + "type": 1, + "order": 4212, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 3", + "hexcode": "0033-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "3️⃣", + "text": "", + "type": 1, + "order": 4214, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 4", + "hexcode": "0034-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "4️⃣", + "text": "", + "type": 1, + "order": 4216, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 5", + "hexcode": "0035-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "5️⃣", + "text": "", + "type": 1, + "order": 4218, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 6", + "hexcode": "0036-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "6️⃣", + "text": "", + "type": 1, + "order": 4220, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 7", + "hexcode": "0037-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "7️⃣", + "text": "", + "type": 1, + "order": 4222, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 8", + "hexcode": "0038-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "8️⃣", + "text": "", + "type": 1, + "order": 4224, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 9", + "hexcode": "0039-FE0F-20E3", + "tags": [ + "teclas" + ], + "emoji": "9️⃣", + "text": "", + "type": 1, + "order": 4226, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "Teclas: 10", + "hexcode": "1F51F", + "tags": [ + "teclas" + ], + "emoji": "🔟", + "text": "", + "type": 1, + "order": 4228, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "letras latinas mayúsculas", + "hexcode": "1F520", + "tags": [ + "abcd", + "letras", + "mayúsculas" + ], + "emoji": "🔠", + "text": "", + "type": 1, + "order": 4229, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "letras latinas minúsculas", + "hexcode": "1F521", + "tags": [ + "abcd", + "letras", + "minúsculas" + ], + "emoji": "🔡", + "text": "", + "type": 1, + "order": 4230, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "números", + "hexcode": "1F522", + "tags": [ + "1234", + "dígitos" + ], + "emoji": "🔢", + "text": "", + "type": 1, + "order": 4231, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "símbolos", + "hexcode": "1F523", + "tags": [ + "〒♪&%" + ], + "emoji": "🔣", + "text": "", + "type": 1, + "order": 4232, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "alfabeto latino", + "hexcode": "1F524", + "tags": [ + "abc", + "latino" + ], + "emoji": "🔤", + "text": "", + "type": 1, + "order": 4233, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "grupo sanguíneo A", + "hexcode": "1F170", + "tags": [ + "a", + "grupo", + "sanguíneo", + "tipo a" + ], + "emoji": "🅰️", + "text": "🅰︎", + "type": 0, + "order": 4235, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "grupo sanguíneo AB", + "hexcode": "1F18E", + "tags": [ + "ab", + "grupo", + "sanguíneo", + "tipo ab" + ], + "emoji": "🆎", + "text": "", + "type": 1, + "order": 4236, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "grupo sanguíneo B", + "hexcode": "1F171", + "tags": [ + "b", + "grupo", + "sanguíneo", + "tipo b" + ], + "emoji": "🅱️", + "text": "🅱︎", + "type": 0, + "order": 4238, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "borrar", + "hexcode": "1F191", + "tags": [ + "símbolo" + ], + "emoji": "🆑", + "text": "", + "type": 1, + "order": 4239, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón COOL", + "hexcode": "1F192", + "tags": [ + "botón", + "botón cool", + "cool", + "mola" + ], + "emoji": "🆒", + "text": "", + "type": 1, + "order": 4240, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón FREE", + "hexcode": "1F193", + "tags": [ + "botón free", + "gratis", + "símbolo gratis" + ], + "emoji": "🆓", + "text": "", + "type": 1, + "order": 4241, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "información", + "hexcode": "2139", + "tags": [ + "i" + ], + "emoji": "ℹ️", + "text": "ℹ︎", + "type": 0, + "order": 4243, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "símbolo de identificación", + "hexcode": "1F194", + "tags": [ + "id", + "identidad", + "símbolo identidad" + ], + "emoji": "🆔", + "text": "", + "type": 1, + "order": 4244, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "m en círculo", + "hexcode": "24C2", + "tags": [ + "círculo", + "m" + ], + "emoji": "Ⓜ️", + "text": "Ⓜ︎", + "type": 0, + "order": 4246, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón NEW", + "hexcode": "1F195", + "tags": [ + "botón", + "new", + "nuevo" + ], + "emoji": "🆕", + "text": "", + "type": 1, + "order": 4247, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón NG", + "hexcode": "1F196", + "tags": [ + "botón", + "botón ng", + "ng", + "nuevo" + ], + "emoji": "🆖", + "text": "", + "type": 1, + "order": 4248, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "grupo sanguíneo tipo O", + "hexcode": "1F17E", + "tags": [ + "grupo sanguíneo", + "grupo sanguíneo tipo o", + "o" + ], + "emoji": "🅾️", + "text": "🅾︎", + "type": 0, + "order": 4250, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón OK", + "hexcode": "1F197", + "tags": [ + "botón", + "botón ok", + "ok" + ], + "emoji": "🆗", + "text": "", + "type": 1, + "order": 4251, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "aparcamiento", + "hexcode": "1F17F", + "tags": [ + "p", + "parking" + ], + "emoji": "🅿️", + "text": "🅿︎", + "type": 0, + "order": 4253, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "símbolo de socorro", + "hexcode": "1F198", + "tags": [ + "ayuda", + "socorro", + "sos", + "símbolo" + ], + "emoji": "🆘", + "text": "", + "type": 1, + "order": 4254, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón UP!", + "hexcode": "1F199", + "tags": [ + "arriba", + "botón up!", + "información", + "novedad", + "símbolo", + "up" + ], + "emoji": "🆙", + "text": "", + "type": 1, + "order": 4255, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "botón VS", + "hexcode": "1F19A", + "tags": [ + "botón vs", + "contra", + "frente a", + "símbolo", + "versus", + "vs" + ], + "emoji": "🆚", + "text": "", + "type": 1, + "order": 4256, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"aquí\"", + "hexcode": "1F201", + "tags": [ + "japonés", + "katakana", + "“aquí”" + ], + "emoji": "🈁", + "text": "", + "type": 1, + "order": 4257, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"de cortesía\"", + "hexcode": "1F202", + "tags": [ + "cortesía", + "japonés", + "katakana" + ], + "emoji": "🈂️", + "text": "🈂︎", + "type": 0, + "order": 4259, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"cantidad mensual\"", + "hexcode": "1F237", + "tags": [ + "ideograma", + "japonés", + "kanji", + "“cantidad mensual”" + ], + "emoji": "🈷️", + "text": "🈷︎", + "type": 0, + "order": 4261, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"de pago\"", + "hexcode": "1F236", + "tags": [ + "ideograma", + "japonés", + "kanji", + "“de pago”" + ], + "emoji": "🈶", + "text": "", + "type": 1, + "order": 4262, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"reservado\"", + "hexcode": "1F22F", + "tags": [ + "ideograma", + "japonés", + "kanji", + "reservado" + ], + "emoji": "🈯️", + "text": "🈯︎", + "type": 1, + "order": 4263, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"ganga\"", + "hexcode": "1F250", + "tags": [ + "ganga", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🉐", + "text": "", + "type": 1, + "order": 4264, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"descuento\"", + "hexcode": "1F239", + "tags": [ + "descuento", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🈹", + "text": "", + "type": 1, + "order": 4265, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"gratis\"", + "hexcode": "1F21A", + "tags": [ + "gratis", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🈚️", + "text": "🈚︎", + "type": 1, + "order": 4266, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"prohibido\"", + "hexcode": "1F232", + "tags": [ + "ideograma", + "japonés", + "kanji", + "prohibido" + ], + "emoji": "🈲", + "text": "", + "type": 1, + "order": 4267, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"aceptable\"", + "hexcode": "1F251", + "tags": [ + "aceptable", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🉑", + "text": "", + "type": 1, + "order": 4268, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"aplicación\"", + "hexcode": "1F238", + "tags": [ + "aplicación", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🈸", + "text": "", + "type": 1, + "order": 4269, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"aprobado\"", + "hexcode": "1F234", + "tags": [ + "aprobado", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🈴", + "text": "", + "type": 1, + "order": 4270, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"vacante\"", + "hexcode": "1F233", + "tags": [ + "ideograma", + "japonés", + "kanji", + "vacante" + ], + "emoji": "🈳", + "text": "", + "type": 1, + "order": 4271, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"enhorabuena\"", + "hexcode": "3297", + "tags": [ + "enhorabuena", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "㊗️", + "text": "㊗︎", + "type": 0, + "order": 4273, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"secreto\"", + "hexcode": "3299", + "tags": [ + "ideograma", + "japonés", + "kanji", + "secreto" + ], + "emoji": "㊙️", + "text": "㊙︎", + "type": 0, + "order": 4275, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"abierto\"", + "hexcode": "1F23A", + "tags": [ + "abierto", + "ideograma", + "japonés", + "kanji" + ], + "emoji": "🈺", + "text": "", + "type": 1, + "order": 4276, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ideograma japonés para \"completo\"", + "hexcode": "1F235", + "tags": [ + "completo", + "ideograma", + "japonés", + "kanji", + "lleno" + ], + "emoji": "🈵", + "text": "", + "type": 1, + "order": 4277, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "círculo rojo grande", + "hexcode": "1F534", + "tags": [ + "círculo", + "geometría", + "rojo" + ], + "emoji": "🔴", + "text": "", + "type": 1, + "order": 4278, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "círculo naranja", + "hexcode": "1F7E0", + "tags": [ + "círculo", + "naranja" + ], + "emoji": "🟠", + "text": "", + "type": 1, + "order": 4279, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "círculo amarillo", + "hexcode": "1F7E1", + "tags": [ + "amarillo", + "círculo" + ], + "emoji": "🟡", + "text": "", + "type": 1, + "order": 4280, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "círculo verde", + "hexcode": "1F7E2", + "tags": [ + "círculo", + "verde" + ], + "emoji": "🟢", + "text": "", + "type": 1, + "order": 4281, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "círculo azul grande", + "hexcode": "1F535", + "tags": [ + "azul", + "círculo", + "geometría" + ], + "emoji": "🔵", + "text": "", + "type": 1, + "order": 4282, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "círculo morado", + "hexcode": "1F7E3", + "tags": [ + "círculo", + "lila", + "morado", + "púrpura" + ], + "emoji": "🟣", + "text": "", + "type": 1, + "order": 4283, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "círculo marrón", + "hexcode": "1F7E4", + "tags": [ + "círculo", + "marrón" + ], + "emoji": "🟤", + "text": "", + "type": 1, + "order": 4284, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "círculo negro", + "hexcode": "26AB", + "tags": [ + "círculo", + "geometría" + ], + "emoji": "⚫️", + "text": "⚫︎", + "type": 1, + "order": 4285, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "círculo blanco", + "hexcode": "26AA", + "tags": [ + "círculo", + "geometría" + ], + "emoji": "⚪️", + "text": "⚪︎", + "type": 1, + "order": 4286, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado rojo", + "hexcode": "1F7E5", + "tags": [ + "cuadrado", + "rojo" + ], + "emoji": "🟥", + "text": "", + "type": 1, + "order": 4287, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado naranja", + "hexcode": "1F7E7", + "tags": [ + "cuadrado", + "naranja" + ], + "emoji": "🟧", + "text": "", + "type": 1, + "order": 4288, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado amarillo", + "hexcode": "1F7E8", + "tags": [ + "amarillo", + "cuadrado" + ], + "emoji": "🟨", + "text": "", + "type": 1, + "order": 4289, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado verde", + "hexcode": "1F7E9", + "tags": [ + "cuadrado", + "verde" + ], + "emoji": "🟩", + "text": "", + "type": 1, + "order": 4290, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado azul", + "hexcode": "1F7E6", + "tags": [ + "azul", + "cuadrado" + ], + "emoji": "🟦", + "text": "", + "type": 1, + "order": 4291, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado morado", + "hexcode": "1F7EA", + "tags": [ + "cuadrado", + "lila", + "morado", + "púrpura" + ], + "emoji": "🟪", + "text": "", + "type": 1, + "order": 4292, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado marrón", + "hexcode": "1F7EB", + "tags": [ + "cuadrado", + "marrón" + ], + "emoji": "🟫", + "text": "", + "type": 1, + "order": 4293, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "cuadrado negro grande", + "hexcode": "2B1B", + "tags": [ + "cuadrado", + "geometría", + "negro" + ], + "emoji": "⬛️", + "text": "⬛︎", + "type": 1, + "order": 4294, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado blanco grande", + "hexcode": "2B1C", + "tags": [ + "blanco", + "cuadrado", + "geometría" + ], + "emoji": "⬜️", + "text": "⬜︎", + "type": 1, + "order": 4295, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado negro mediano", + "hexcode": "25FC", + "tags": [ + "cuadrado", + "geometría", + "negro" + ], + "emoji": "◼️", + "text": "◼︎", + "type": 0, + "order": 4297, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado blanco mediano", + "hexcode": "25FB", + "tags": [ + "blanco", + "cuadrado", + "geometría" + ], + "emoji": "◻️", + "text": "◻︎", + "type": 0, + "order": 4299, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado negro mediano-pequeño", + "hexcode": "25FE", + "tags": [ + "cuadrado", + "geometría", + "negro" + ], + "emoji": "◾️", + "text": "◾︎", + "type": 1, + "order": 4300, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado blanco mediano-pequeño", + "hexcode": "25FD", + "tags": [ + "blanco", + "cuadrado", + "geometría" + ], + "emoji": "◽️", + "text": "◽︎", + "type": 1, + "order": 4301, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado negro pequeño", + "hexcode": "25AA", + "tags": [ + "cuadrado", + "geometría", + "negro" + ], + "emoji": "▪️", + "text": "▪︎", + "type": 0, + "order": 4303, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "cuadrado blanco pequeño", + "hexcode": "25AB", + "tags": [ + "blanco", + "cuadrado", + "geometría" + ], + "emoji": "▫️", + "text": "▫︎", + "type": 0, + "order": 4305, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rombo naranja grande", + "hexcode": "1F536", + "tags": [ + "geometría", + "naranja", + "rombo" + ], + "emoji": "🔶", + "text": "", + "type": 1, + "order": 4306, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rombo azul grande", + "hexcode": "1F537", + "tags": [ + "azul", + "geometría", + "rombo" + ], + "emoji": "🔷", + "text": "", + "type": 1, + "order": 4307, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rombo naranja pequeño", + "hexcode": "1F538", + "tags": [ + "geometría", + "naranja", + "rombo" + ], + "emoji": "🔸", + "text": "", + "type": 1, + "order": 4308, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rombo azul pequeño", + "hexcode": "1F539", + "tags": [ + "azul", + "geometría", + "rombo" + ], + "emoji": "🔹", + "text": "", + "type": 1, + "order": 4309, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "triángulo rojo hacia arriba", + "hexcode": "1F53A", + "tags": [ + "geometría", + "rojo", + "triángulo", + "triángulo hacia arriba rojo" + ], + "emoji": "🔺", + "text": "", + "type": 1, + "order": 4310, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "triángulo rojo hacia abajo", + "hexcode": "1F53B", + "tags": [ + "geometría", + "rojo", + "triángulo", + "triángulo hacia abajo rojo" + ], + "emoji": "🔻", + "text": "", + "type": 1, + "order": 4311, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "rombo con pétalo", + "hexcode": "1F4A0", + "tags": [ + "flor", + "geometría", + "rombo" + ], + "emoji": "💠", + "text": "", + "type": 1, + "order": 4312, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "botón de opción", + "hexcode": "1F518", + "tags": [ + "botón", + "opción" + ], + "emoji": "🔘", + "text": "", + "type": 1, + "order": 4313, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "botón cuadrado con borde blanco", + "hexcode": "1F533", + "tags": [ + "botón", + "cuadrado" + ], + "emoji": "🔳", + "text": "", + "type": 1, + "order": 4314, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "botón cuadrado con borde negro", + "hexcode": "1F532", + "tags": [ + "botón", + "cuadrado" + ], + "emoji": "🔲", + "text": "", + "type": 1, + "order": 4315, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "bandera de cuadros", + "hexcode": "1F3C1", + "tags": [ + "bandera", + "carreras", + "cuadros", + "deporte", + "motor" + ], + "emoji": "🏁", + "text": "", + "type": 1, + "order": 4316, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "bandera triangular", + "hexcode": "1F6A9", + "tags": [ + "bandera", + "bandera de localización triangular", + "bandera informativa de localización", + "localización" + ], + "emoji": "🚩", + "text": "", + "type": 1, + "order": 4317, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "banderas cruzadas", + "hexcode": "1F38C", + "tags": [ + "banderas", + "celebración", + "japón" + ], + "emoji": "🎌", + "text": "", + "type": 1, + "order": 4318, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "bandera negra", + "hexcode": "1F3F4", + "tags": [ + "bandera", + "negra", + "ondear" + ], + "emoji": "🏴", + "text": "", + "type": 1, + "order": 4319, + "group": 9, + "subgroup": 97, + "version": 1 + }, + { + "annotation": "bandera blanca", + "hexcode": "1F3F3", + "tags": [ + "bandera", + "blanca", + "ondear" + ], + "emoji": "🏳️", + "text": "🏳︎", + "type": 0, + "order": 4321, + "group": 9, + "subgroup": 97, + "version": 0.7 + }, + { + "annotation": "bandera del arcoíris", + "hexcode": "1F3F3-FE0F-200D-1F308", + "tags": [ + "arcoíris", + "bandera" + ], + "emoji": "🏳️‍🌈", + "text": "", + "type": 1, + "order": 4322, + "group": 9, + "subgroup": 97, + "version": 4 + }, + { + "annotation": "bandera transgénero", + "hexcode": "1F3F3-FE0F-200D-26A7-FE0F", + "tags": [ + "azul", + "bandera", + "blanco", + "lgtb", + "rosa", + "transgénero" + ], + "emoji": "🏳️‍⚧️", + "text": "", + "type": 1, + "order": 4324, + "group": 9, + "subgroup": 97, + "version": 13 + }, + { + "annotation": "bandera pirata", + "hexcode": "1F3F4-200D-2620-FE0F", + "tags": [ + "botín", + "jolly roger", + "pirata", + "tesoro" + ], + "emoji": "🏴‍☠️", + "text": "", + "type": 1, + "order": 4328, + "group": 9, + "subgroup": 97, + "version": 11 + }, + { + "annotation": "Bandera: Isla de la Ascensión", + "hexcode": "1F1E6-1F1E8", + "tags": [ + "AC", + "bandera" + ], + "emoji": "🇦🇨", + "text": "", + "type": 1, + "order": 4330, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Andorra", + "hexcode": "1F1E6-1F1E9", + "tags": [ + "AD", + "bandera" + ], + "emoji": "🇦🇩", + "text": "", + "type": 1, + "order": 4331, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Emiratos Árabes Unidos", + "hexcode": "1F1E6-1F1EA", + "tags": [ + "AE", + "bandera" + ], + "emoji": "🇦🇪", + "text": "", + "type": 1, + "order": 4332, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Afganistán", + "hexcode": "1F1E6-1F1EB", + "tags": [ + "AF", + "bandera" + ], + "emoji": "🇦🇫", + "text": "", + "type": 1, + "order": 4333, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Antigua y Barbuda", + "hexcode": "1F1E6-1F1EC", + "tags": [ + "AG", + "bandera" + ], + "emoji": "🇦🇬", + "text": "", + "type": 1, + "order": 4334, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Anguila", + "hexcode": "1F1E6-1F1EE", + "tags": [ + "AI", + "bandera" + ], + "emoji": "🇦🇮", + "text": "", + "type": 1, + "order": 4335, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Albania", + "hexcode": "1F1E6-1F1F1", + "tags": [ + "AL", + "bandera" + ], + "emoji": "🇦🇱", + "text": "", + "type": 1, + "order": 4336, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Armenia", + "hexcode": "1F1E6-1F1F2", + "tags": [ + "AM", + "bandera" + ], + "emoji": "🇦🇲", + "text": "", + "type": 1, + "order": 4337, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Angola", + "hexcode": "1F1E6-1F1F4", + "tags": [ + "AO", + "bandera" + ], + "emoji": "🇦🇴", + "text": "", + "type": 1, + "order": 4338, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Antártida", + "hexcode": "1F1E6-1F1F6", + "tags": [ + "AQ", + "bandera" + ], + "emoji": "🇦🇶", + "text": "", + "type": 1, + "order": 4339, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Argentina", + "hexcode": "1F1E6-1F1F7", + "tags": [ + "AR", + "bandera" + ], + "emoji": "🇦🇷", + "text": "", + "type": 1, + "order": 4340, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Samoa Americana", + "hexcode": "1F1E6-1F1F8", + "tags": [ + "AS", + "bandera" + ], + "emoji": "🇦🇸", + "text": "", + "type": 1, + "order": 4341, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Austria", + "hexcode": "1F1E6-1F1F9", + "tags": [ + "AT", + "bandera" + ], + "emoji": "🇦🇹", + "text": "", + "type": 1, + "order": 4342, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Australia", + "hexcode": "1F1E6-1F1FA", + "tags": [ + "AU", + "bandera" + ], + "emoji": "🇦🇺", + "text": "", + "type": 1, + "order": 4343, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Aruba", + "hexcode": "1F1E6-1F1FC", + "tags": [ + "AW", + "bandera" + ], + "emoji": "🇦🇼", + "text": "", + "type": 1, + "order": 4344, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Aland", + "hexcode": "1F1E6-1F1FD", + "tags": [ + "AX", + "bandera" + ], + "emoji": "🇦🇽", + "text": "", + "type": 1, + "order": 4345, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Azerbaiyán", + "hexcode": "1F1E6-1F1FF", + "tags": [ + "AZ", + "bandera" + ], + "emoji": "🇦🇿", + "text": "", + "type": 1, + "order": 4346, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bosnia y Herzegovina", + "hexcode": "1F1E7-1F1E6", + "tags": [ + "BA", + "bandera" + ], + "emoji": "🇧🇦", + "text": "", + "type": 1, + "order": 4347, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Barbados", + "hexcode": "1F1E7-1F1E7", + "tags": [ + "BB", + "bandera" + ], + "emoji": "🇧🇧", + "text": "", + "type": 1, + "order": 4348, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bangladés", + "hexcode": "1F1E7-1F1E9", + "tags": [ + "BD", + "bandera" + ], + "emoji": "🇧🇩", + "text": "", + "type": 1, + "order": 4349, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bélgica", + "hexcode": "1F1E7-1F1EA", + "tags": [ + "BE", + "bandera" + ], + "emoji": "🇧🇪", + "text": "", + "type": 1, + "order": 4350, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Burkina Faso", + "hexcode": "1F1E7-1F1EB", + "tags": [ + "BF", + "bandera" + ], + "emoji": "🇧🇫", + "text": "", + "type": 1, + "order": 4351, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bulgaria", + "hexcode": "1F1E7-1F1EC", + "tags": [ + "BG", + "bandera" + ], + "emoji": "🇧🇬", + "text": "", + "type": 1, + "order": 4352, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Baréin", + "hexcode": "1F1E7-1F1ED", + "tags": [ + "BH", + "bandera" + ], + "emoji": "🇧🇭", + "text": "", + "type": 1, + "order": 4353, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Burundi", + "hexcode": "1F1E7-1F1EE", + "tags": [ + "BI", + "bandera" + ], + "emoji": "🇧🇮", + "text": "", + "type": 1, + "order": 4354, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Benín", + "hexcode": "1F1E7-1F1EF", + "tags": [ + "BJ", + "bandera" + ], + "emoji": "🇧🇯", + "text": "", + "type": 1, + "order": 4355, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Bartolomé", + "hexcode": "1F1E7-1F1F1", + "tags": [ + "BL", + "bandera" + ], + "emoji": "🇧🇱", + "text": "", + "type": 1, + "order": 4356, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bermudas", + "hexcode": "1F1E7-1F1F2", + "tags": [ + "BM", + "bandera" + ], + "emoji": "🇧🇲", + "text": "", + "type": 1, + "order": 4357, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Brunéi", + "hexcode": "1F1E7-1F1F3", + "tags": [ + "BN", + "bandera" + ], + "emoji": "🇧🇳", + "text": "", + "type": 1, + "order": 4358, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bolivia", + "hexcode": "1F1E7-1F1F4", + "tags": [ + "BO", + "bandera" + ], + "emoji": "🇧🇴", + "text": "", + "type": 1, + "order": 4359, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Caribe neerlandés", + "hexcode": "1F1E7-1F1F6", + "tags": [ + "BQ", + "bandera" + ], + "emoji": "🇧🇶", + "text": "", + "type": 1, + "order": 4360, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Brasil", + "hexcode": "1F1E7-1F1F7", + "tags": [ + "BR", + "bandera" + ], + "emoji": "🇧🇷", + "text": "", + "type": 1, + "order": 4361, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bahamas", + "hexcode": "1F1E7-1F1F8", + "tags": [ + "BS", + "bandera" + ], + "emoji": "🇧🇸", + "text": "", + "type": 1, + "order": 4362, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bután", + "hexcode": "1F1E7-1F1F9", + "tags": [ + "BT", + "bandera" + ], + "emoji": "🇧🇹", + "text": "", + "type": 1, + "order": 4363, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Isla Bouvet", + "hexcode": "1F1E7-1F1FB", + "tags": [ + "BV", + "bandera" + ], + "emoji": "🇧🇻", + "text": "", + "type": 1, + "order": 4364, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Botsuana", + "hexcode": "1F1E7-1F1FC", + "tags": [ + "BW", + "bandera" + ], + "emoji": "🇧🇼", + "text": "", + "type": 1, + "order": 4365, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Bielorrusia", + "hexcode": "1F1E7-1F1FE", + "tags": [ + "BY", + "bandera" + ], + "emoji": "🇧🇾", + "text": "", + "type": 1, + "order": 4366, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Belice", + "hexcode": "1F1E7-1F1FF", + "tags": [ + "BZ", + "bandera" + ], + "emoji": "🇧🇿", + "text": "", + "type": 1, + "order": 4367, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Canadá", + "hexcode": "1F1E8-1F1E6", + "tags": [ + "CA", + "bandera" + ], + "emoji": "🇨🇦", + "text": "", + "type": 1, + "order": 4368, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Cocos", + "hexcode": "1F1E8-1F1E8", + "tags": [ + "CC", + "bandera" + ], + "emoji": "🇨🇨", + "text": "", + "type": 1, + "order": 4369, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: República Democrática del Congo", + "hexcode": "1F1E8-1F1E9", + "tags": [ + "CD", + "bandera" + ], + "emoji": "🇨🇩", + "text": "", + "type": 1, + "order": 4370, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: República Centroafricana", + "hexcode": "1F1E8-1F1EB", + "tags": [ + "CF", + "bandera" + ], + "emoji": "🇨🇫", + "text": "", + "type": 1, + "order": 4371, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Congo", + "hexcode": "1F1E8-1F1EC", + "tags": [ + "CG", + "bandera" + ], + "emoji": "🇨🇬", + "text": "", + "type": 1, + "order": 4372, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Suiza", + "hexcode": "1F1E8-1F1ED", + "tags": [ + "CH", + "bandera" + ], + "emoji": "🇨🇭", + "text": "", + "type": 1, + "order": 4373, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Côte d’Ivoire", + "hexcode": "1F1E8-1F1EE", + "tags": [ + "CI", + "bandera" + ], + "emoji": "🇨🇮", + "text": "", + "type": 1, + "order": 4374, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Cook", + "hexcode": "1F1E8-1F1F0", + "tags": [ + "CK", + "bandera" + ], + "emoji": "🇨🇰", + "text": "", + "type": 1, + "order": 4375, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Chile", + "hexcode": "1F1E8-1F1F1", + "tags": [ + "CL", + "bandera" + ], + "emoji": "🇨🇱", + "text": "", + "type": 1, + "order": 4376, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Camerún", + "hexcode": "1F1E8-1F1F2", + "tags": [ + "CM", + "bandera" + ], + "emoji": "🇨🇲", + "text": "", + "type": 1, + "order": 4377, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: China", + "hexcode": "1F1E8-1F1F3", + "tags": [ + "CN", + "bandera" + ], + "emoji": "🇨🇳", + "text": "", + "type": 1, + "order": 4378, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Colombia", + "hexcode": "1F1E8-1F1F4", + "tags": [ + "CO", + "bandera" + ], + "emoji": "🇨🇴", + "text": "", + "type": 1, + "order": 4379, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Isla Clipperton", + "hexcode": "1F1E8-1F1F5", + "tags": [ + "CP", + "bandera" + ], + "emoji": "🇨🇵", + "text": "", + "type": 1, + "order": 4380, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Costa Rica", + "hexcode": "1F1E8-1F1F7", + "tags": [ + "CR", + "bandera" + ], + "emoji": "🇨🇷", + "text": "", + "type": 1, + "order": 4381, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Cuba", + "hexcode": "1F1E8-1F1FA", + "tags": [ + "CU", + "bandera" + ], + "emoji": "🇨🇺", + "text": "", + "type": 1, + "order": 4382, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Cabo Verde", + "hexcode": "1F1E8-1F1FB", + "tags": [ + "CV", + "bandera" + ], + "emoji": "🇨🇻", + "text": "", + "type": 1, + "order": 4383, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Curazao", + "hexcode": "1F1E8-1F1FC", + "tags": [ + "CW", + "bandera" + ], + "emoji": "🇨🇼", + "text": "", + "type": 1, + "order": 4384, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Isla de Navidad", + "hexcode": "1F1E8-1F1FD", + "tags": [ + "CX", + "bandera" + ], + "emoji": "🇨🇽", + "text": "", + "type": 1, + "order": 4385, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Chipre", + "hexcode": "1F1E8-1F1FE", + "tags": [ + "CY", + "bandera" + ], + "emoji": "🇨🇾", + "text": "", + "type": 1, + "order": 4386, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Chequia", + "hexcode": "1F1E8-1F1FF", + "tags": [ + "CZ", + "bandera" + ], + "emoji": "🇨🇿", + "text": "", + "type": 1, + "order": 4387, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Alemania", + "hexcode": "1F1E9-1F1EA", + "tags": [ + "DE", + "bandera" + ], + "emoji": "🇩🇪", + "text": "", + "type": 1, + "order": 4388, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Diego García", + "hexcode": "1F1E9-1F1EC", + "tags": [ + "DG", + "bandera" + ], + "emoji": "🇩🇬", + "text": "", + "type": 1, + "order": 4389, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Yibuti", + "hexcode": "1F1E9-1F1EF", + "tags": [ + "DJ", + "bandera" + ], + "emoji": "🇩🇯", + "text": "", + "type": 1, + "order": 4390, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Dinamarca", + "hexcode": "1F1E9-1F1F0", + "tags": [ + "DK", + "bandera" + ], + "emoji": "🇩🇰", + "text": "", + "type": 1, + "order": 4391, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Dominica", + "hexcode": "1F1E9-1F1F2", + "tags": [ + "DM", + "bandera" + ], + "emoji": "🇩🇲", + "text": "", + "type": 1, + "order": 4392, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: República Dominicana", + "hexcode": "1F1E9-1F1F4", + "tags": [ + "DO", + "bandera" + ], + "emoji": "🇩🇴", + "text": "", + "type": 1, + "order": 4393, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Argelia", + "hexcode": "1F1E9-1F1FF", + "tags": [ + "DZ", + "bandera" + ], + "emoji": "🇩🇿", + "text": "", + "type": 1, + "order": 4394, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Ceuta y Melilla", + "hexcode": "1F1EA-1F1E6", + "tags": [ + "EA", + "bandera" + ], + "emoji": "🇪🇦", + "text": "", + "type": 1, + "order": 4395, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Ecuador", + "hexcode": "1F1EA-1F1E8", + "tags": [ + "EC", + "bandera" + ], + "emoji": "🇪🇨", + "text": "", + "type": 1, + "order": 4396, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Estonia", + "hexcode": "1F1EA-1F1EA", + "tags": [ + "EE", + "bandera" + ], + "emoji": "🇪🇪", + "text": "", + "type": 1, + "order": 4397, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Egipto", + "hexcode": "1F1EA-1F1EC", + "tags": [ + "EG", + "bandera" + ], + "emoji": "🇪🇬", + "text": "", + "type": 1, + "order": 4398, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sáhara Occidental", + "hexcode": "1F1EA-1F1ED", + "tags": [ + "EH", + "bandera" + ], + "emoji": "🇪🇭", + "text": "", + "type": 1, + "order": 4399, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Eritrea", + "hexcode": "1F1EA-1F1F7", + "tags": [ + "ER", + "bandera" + ], + "emoji": "🇪🇷", + "text": "", + "type": 1, + "order": 4400, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: España", + "hexcode": "1F1EA-1F1F8", + "tags": [ + "ES", + "bandera" + ], + "emoji": "🇪🇸", + "text": "", + "type": 1, + "order": 4401, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Etiopía", + "hexcode": "1F1EA-1F1F9", + "tags": [ + "ET", + "bandera" + ], + "emoji": "🇪🇹", + "text": "", + "type": 1, + "order": 4402, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Unión Europea", + "hexcode": "1F1EA-1F1FA", + "tags": [ + "EU", + "bandera" + ], + "emoji": "🇪🇺", + "text": "", + "type": 1, + "order": 4403, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Finlandia", + "hexcode": "1F1EB-1F1EE", + "tags": [ + "FI", + "bandera" + ], + "emoji": "🇫🇮", + "text": "", + "type": 1, + "order": 4404, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Fiyi", + "hexcode": "1F1EB-1F1EF", + "tags": [ + "FJ", + "bandera" + ], + "emoji": "🇫🇯", + "text": "", + "type": 1, + "order": 4405, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Malvinas", + "hexcode": "1F1EB-1F1F0", + "tags": [ + "FK", + "bandera" + ], + "emoji": "🇫🇰", + "text": "", + "type": 1, + "order": 4406, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Micronesia", + "hexcode": "1F1EB-1F1F2", + "tags": [ + "FM", + "bandera" + ], + "emoji": "🇫🇲", + "text": "", + "type": 1, + "order": 4407, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Feroe", + "hexcode": "1F1EB-1F1F4", + "tags": [ + "FO", + "bandera" + ], + "emoji": "🇫🇴", + "text": "", + "type": 1, + "order": 4408, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Francia", + "hexcode": "1F1EB-1F1F7", + "tags": [ + "FR", + "bandera" + ], + "emoji": "🇫🇷", + "text": "", + "type": 1, + "order": 4409, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Gabón", + "hexcode": "1F1EC-1F1E6", + "tags": [ + "GA", + "bandera" + ], + "emoji": "🇬🇦", + "text": "", + "type": 1, + "order": 4410, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Reino Unido", + "hexcode": "1F1EC-1F1E7", + "tags": [ + "GB", + "bandera" + ], + "emoji": "🇬🇧", + "text": "", + "type": 1, + "order": 4411, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Granada", + "hexcode": "1F1EC-1F1E9", + "tags": [ + "GD", + "bandera" + ], + "emoji": "🇬🇩", + "text": "", + "type": 1, + "order": 4412, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Georgia", + "hexcode": "1F1EC-1F1EA", + "tags": [ + "GE", + "bandera" + ], + "emoji": "🇬🇪", + "text": "", + "type": 1, + "order": 4413, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guayana Francesa", + "hexcode": "1F1EC-1F1EB", + "tags": [ + "GF", + "bandera" + ], + "emoji": "🇬🇫", + "text": "", + "type": 1, + "order": 4414, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guernesey", + "hexcode": "1F1EC-1F1EC", + "tags": [ + "GG", + "bandera" + ], + "emoji": "🇬🇬", + "text": "", + "type": 1, + "order": 4415, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Ghana", + "hexcode": "1F1EC-1F1ED", + "tags": [ + "GH", + "bandera" + ], + "emoji": "🇬🇭", + "text": "", + "type": 1, + "order": 4416, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Gibraltar", + "hexcode": "1F1EC-1F1EE", + "tags": [ + "GI", + "bandera" + ], + "emoji": "🇬🇮", + "text": "", + "type": 1, + "order": 4417, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Groenlandia", + "hexcode": "1F1EC-1F1F1", + "tags": [ + "GL", + "bandera" + ], + "emoji": "🇬🇱", + "text": "", + "type": 1, + "order": 4418, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Gambia", + "hexcode": "1F1EC-1F1F2", + "tags": [ + "GM", + "bandera" + ], + "emoji": "🇬🇲", + "text": "", + "type": 1, + "order": 4419, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guinea", + "hexcode": "1F1EC-1F1F3", + "tags": [ + "GN", + "bandera" + ], + "emoji": "🇬🇳", + "text": "", + "type": 1, + "order": 4420, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guadalupe", + "hexcode": "1F1EC-1F1F5", + "tags": [ + "GP", + "bandera" + ], + "emoji": "🇬🇵", + "text": "", + "type": 1, + "order": 4421, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guinea Ecuatorial", + "hexcode": "1F1EC-1F1F6", + "tags": [ + "GQ", + "bandera" + ], + "emoji": "🇬🇶", + "text": "", + "type": 1, + "order": 4422, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Grecia", + "hexcode": "1F1EC-1F1F7", + "tags": [ + "GR", + "bandera" + ], + "emoji": "🇬🇷", + "text": "", + "type": 1, + "order": 4423, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Georgia del Sur y Sandwich del Sur", + "hexcode": "1F1EC-1F1F8", + "tags": [ + "GS", + "bandera" + ], + "emoji": "🇬🇸", + "text": "", + "type": 1, + "order": 4424, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guatemala", + "hexcode": "1F1EC-1F1F9", + "tags": [ + "GT", + "bandera" + ], + "emoji": "🇬🇹", + "text": "", + "type": 1, + "order": 4425, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guam", + "hexcode": "1F1EC-1F1FA", + "tags": [ + "GU", + "bandera" + ], + "emoji": "🇬🇺", + "text": "", + "type": 1, + "order": 4426, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guinea-Bisáu", + "hexcode": "1F1EC-1F1FC", + "tags": [ + "GW", + "bandera" + ], + "emoji": "🇬🇼", + "text": "", + "type": 1, + "order": 4427, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Guyana", + "hexcode": "1F1EC-1F1FE", + "tags": [ + "GY", + "bandera" + ], + "emoji": "🇬🇾", + "text": "", + "type": 1, + "order": 4428, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: RAE de Hong Kong (China)", + "hexcode": "1F1ED-1F1F0", + "tags": [ + "HK", + "bandera" + ], + "emoji": "🇭🇰", + "text": "", + "type": 1, + "order": 4429, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Heard y McDonald", + "hexcode": "1F1ED-1F1F2", + "tags": [ + "HM", + "bandera" + ], + "emoji": "🇭🇲", + "text": "", + "type": 1, + "order": 4430, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Honduras", + "hexcode": "1F1ED-1F1F3", + "tags": [ + "HN", + "bandera" + ], + "emoji": "🇭🇳", + "text": "", + "type": 1, + "order": 4431, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Croacia", + "hexcode": "1F1ED-1F1F7", + "tags": [ + "HR", + "bandera" + ], + "emoji": "🇭🇷", + "text": "", + "type": 1, + "order": 4432, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Haití", + "hexcode": "1F1ED-1F1F9", + "tags": [ + "HT", + "bandera" + ], + "emoji": "🇭🇹", + "text": "", + "type": 1, + "order": 4433, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Hungría", + "hexcode": "1F1ED-1F1FA", + "tags": [ + "HU", + "bandera" + ], + "emoji": "🇭🇺", + "text": "", + "type": 1, + "order": 4434, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Canarias", + "hexcode": "1F1EE-1F1E8", + "tags": [ + "IC", + "bandera" + ], + "emoji": "🇮🇨", + "text": "", + "type": 1, + "order": 4435, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Indonesia", + "hexcode": "1F1EE-1F1E9", + "tags": [ + "ID", + "bandera" + ], + "emoji": "🇮🇩", + "text": "", + "type": 1, + "order": 4436, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Irlanda", + "hexcode": "1F1EE-1F1EA", + "tags": [ + "IE", + "bandera" + ], + "emoji": "🇮🇪", + "text": "", + "type": 1, + "order": 4437, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Israel", + "hexcode": "1F1EE-1F1F1", + "tags": [ + "IL", + "bandera" + ], + "emoji": "🇮🇱", + "text": "", + "type": 1, + "order": 4438, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Isla de Man", + "hexcode": "1F1EE-1F1F2", + "tags": [ + "IM", + "bandera" + ], + "emoji": "🇮🇲", + "text": "", + "type": 1, + "order": 4439, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: India", + "hexcode": "1F1EE-1F1F3", + "tags": [ + "IN", + "bandera" + ], + "emoji": "🇮🇳", + "text": "", + "type": 1, + "order": 4440, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Territorio Británico del Océano Índico", + "hexcode": "1F1EE-1F1F4", + "tags": [ + "IO", + "bandera" + ], + "emoji": "🇮🇴", + "text": "", + "type": 1, + "order": 4441, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Irak", + "hexcode": "1F1EE-1F1F6", + "tags": [ + "IQ", + "bandera" + ], + "emoji": "🇮🇶", + "text": "", + "type": 1, + "order": 4442, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Irán", + "hexcode": "1F1EE-1F1F7", + "tags": [ + "IR", + "bandera" + ], + "emoji": "🇮🇷", + "text": "", + "type": 1, + "order": 4443, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islandia", + "hexcode": "1F1EE-1F1F8", + "tags": [ + "IS", + "bandera" + ], + "emoji": "🇮🇸", + "text": "", + "type": 1, + "order": 4444, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Italia", + "hexcode": "1F1EE-1F1F9", + "tags": [ + "IT", + "bandera" + ], + "emoji": "🇮🇹", + "text": "", + "type": 1, + "order": 4445, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Jersey", + "hexcode": "1F1EF-1F1EA", + "tags": [ + "JE", + "bandera" + ], + "emoji": "🇯🇪", + "text": "", + "type": 1, + "order": 4446, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Jamaica", + "hexcode": "1F1EF-1F1F2", + "tags": [ + "JM", + "bandera" + ], + "emoji": "🇯🇲", + "text": "", + "type": 1, + "order": 4447, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Jordania", + "hexcode": "1F1EF-1F1F4", + "tags": [ + "JO", + "bandera" + ], + "emoji": "🇯🇴", + "text": "", + "type": 1, + "order": 4448, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Japón", + "hexcode": "1F1EF-1F1F5", + "tags": [ + "JP", + "bandera" + ], + "emoji": "🇯🇵", + "text": "", + "type": 1, + "order": 4449, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Kenia", + "hexcode": "1F1F0-1F1EA", + "tags": [ + "KE", + "bandera" + ], + "emoji": "🇰🇪", + "text": "", + "type": 1, + "order": 4450, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Kirguistán", + "hexcode": "1F1F0-1F1EC", + "tags": [ + "KG", + "bandera" + ], + "emoji": "🇰🇬", + "text": "", + "type": 1, + "order": 4451, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Camboya", + "hexcode": "1F1F0-1F1ED", + "tags": [ + "KH", + "bandera" + ], + "emoji": "🇰🇭", + "text": "", + "type": 1, + "order": 4452, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Kiribati", + "hexcode": "1F1F0-1F1EE", + "tags": [ + "KI", + "bandera" + ], + "emoji": "🇰🇮", + "text": "", + "type": 1, + "order": 4453, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Comoras", + "hexcode": "1F1F0-1F1F2", + "tags": [ + "KM", + "bandera" + ], + "emoji": "🇰🇲", + "text": "", + "type": 1, + "order": 4454, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Cristóbal y Nieves", + "hexcode": "1F1F0-1F1F3", + "tags": [ + "KN", + "bandera" + ], + "emoji": "🇰🇳", + "text": "", + "type": 1, + "order": 4455, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Corea del Norte", + "hexcode": "1F1F0-1F1F5", + "tags": [ + "KP", + "bandera" + ], + "emoji": "🇰🇵", + "text": "", + "type": 1, + "order": 4456, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Corea del Sur", + "hexcode": "1F1F0-1F1F7", + "tags": [ + "KR", + "bandera" + ], + "emoji": "🇰🇷", + "text": "", + "type": 1, + "order": 4457, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Kuwait", + "hexcode": "1F1F0-1F1FC", + "tags": [ + "KW", + "bandera" + ], + "emoji": "🇰🇼", + "text": "", + "type": 1, + "order": 4458, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Caimán", + "hexcode": "1F1F0-1F1FE", + "tags": [ + "KY", + "bandera" + ], + "emoji": "🇰🇾", + "text": "", + "type": 1, + "order": 4459, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Kazajistán", + "hexcode": "1F1F0-1F1FF", + "tags": [ + "KZ", + "bandera" + ], + "emoji": "🇰🇿", + "text": "", + "type": 1, + "order": 4460, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Laos", + "hexcode": "1F1F1-1F1E6", + "tags": [ + "LA", + "bandera" + ], + "emoji": "🇱🇦", + "text": "", + "type": 1, + "order": 4461, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Líbano", + "hexcode": "1F1F1-1F1E7", + "tags": [ + "LB", + "bandera" + ], + "emoji": "🇱🇧", + "text": "", + "type": 1, + "order": 4462, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Santa Lucía", + "hexcode": "1F1F1-1F1E8", + "tags": [ + "LC", + "bandera" + ], + "emoji": "🇱🇨", + "text": "", + "type": 1, + "order": 4463, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Liechtenstein", + "hexcode": "1F1F1-1F1EE", + "tags": [ + "LI", + "bandera" + ], + "emoji": "🇱🇮", + "text": "", + "type": 1, + "order": 4464, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sri Lanka", + "hexcode": "1F1F1-1F1F0", + "tags": [ + "LK", + "bandera" + ], + "emoji": "🇱🇰", + "text": "", + "type": 1, + "order": 4465, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Liberia", + "hexcode": "1F1F1-1F1F7", + "tags": [ + "LR", + "bandera" + ], + "emoji": "🇱🇷", + "text": "", + "type": 1, + "order": 4466, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Lesoto", + "hexcode": "1F1F1-1F1F8", + "tags": [ + "LS", + "bandera" + ], + "emoji": "🇱🇸", + "text": "", + "type": 1, + "order": 4467, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Lituania", + "hexcode": "1F1F1-1F1F9", + "tags": [ + "LT", + "bandera" + ], + "emoji": "🇱🇹", + "text": "", + "type": 1, + "order": 4468, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Luxemburgo", + "hexcode": "1F1F1-1F1FA", + "tags": [ + "LU", + "bandera" + ], + "emoji": "🇱🇺", + "text": "", + "type": 1, + "order": 4469, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Letonia", + "hexcode": "1F1F1-1F1FB", + "tags": [ + "LV", + "bandera" + ], + "emoji": "🇱🇻", + "text": "", + "type": 1, + "order": 4470, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Libia", + "hexcode": "1F1F1-1F1FE", + "tags": [ + "LY", + "bandera" + ], + "emoji": "🇱🇾", + "text": "", + "type": 1, + "order": 4471, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Marruecos", + "hexcode": "1F1F2-1F1E6", + "tags": [ + "MA", + "bandera" + ], + "emoji": "🇲🇦", + "text": "", + "type": 1, + "order": 4472, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mónaco", + "hexcode": "1F1F2-1F1E8", + "tags": [ + "MC", + "bandera" + ], + "emoji": "🇲🇨", + "text": "", + "type": 1, + "order": 4473, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Moldavia", + "hexcode": "1F1F2-1F1E9", + "tags": [ + "MD", + "bandera" + ], + "emoji": "🇲🇩", + "text": "", + "type": 1, + "order": 4474, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Montenegro", + "hexcode": "1F1F2-1F1EA", + "tags": [ + "ME", + "bandera" + ], + "emoji": "🇲🇪", + "text": "", + "type": 1, + "order": 4475, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Martín", + "hexcode": "1F1F2-1F1EB", + "tags": [ + "MF", + "bandera" + ], + "emoji": "🇲🇫", + "text": "", + "type": 1, + "order": 4476, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Madagascar", + "hexcode": "1F1F2-1F1EC", + "tags": [ + "MG", + "bandera" + ], + "emoji": "🇲🇬", + "text": "", + "type": 1, + "order": 4477, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Marshall", + "hexcode": "1F1F2-1F1ED", + "tags": [ + "MH", + "bandera" + ], + "emoji": "🇲🇭", + "text": "", + "type": 1, + "order": 4478, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Macedonia del Norte", + "hexcode": "1F1F2-1F1F0", + "tags": [ + "MK", + "bandera" + ], + "emoji": "🇲🇰", + "text": "", + "type": 1, + "order": 4479, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mali", + "hexcode": "1F1F2-1F1F1", + "tags": [ + "ML", + "bandera" + ], + "emoji": "🇲🇱", + "text": "", + "type": 1, + "order": 4480, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Myanmar (Birmania)", + "hexcode": "1F1F2-1F1F2", + "tags": [ + "MM", + "bandera" + ], + "emoji": "🇲🇲", + "text": "", + "type": 1, + "order": 4481, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mongolia", + "hexcode": "1F1F2-1F1F3", + "tags": [ + "MN", + "bandera" + ], + "emoji": "🇲🇳", + "text": "", + "type": 1, + "order": 4482, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: RAE de Macao (China)", + "hexcode": "1F1F2-1F1F4", + "tags": [ + "MO", + "bandera" + ], + "emoji": "🇲🇴", + "text": "", + "type": 1, + "order": 4483, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Marianas del Norte", + "hexcode": "1F1F2-1F1F5", + "tags": [ + "MP", + "bandera" + ], + "emoji": "🇲🇵", + "text": "", + "type": 1, + "order": 4484, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Martinica", + "hexcode": "1F1F2-1F1F6", + "tags": [ + "MQ", + "bandera" + ], + "emoji": "🇲🇶", + "text": "", + "type": 1, + "order": 4485, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mauritania", + "hexcode": "1F1F2-1F1F7", + "tags": [ + "MR", + "bandera" + ], + "emoji": "🇲🇷", + "text": "", + "type": 1, + "order": 4486, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Montserrat", + "hexcode": "1F1F2-1F1F8", + "tags": [ + "MS", + "bandera" + ], + "emoji": "🇲🇸", + "text": "", + "type": 1, + "order": 4487, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Malta", + "hexcode": "1F1F2-1F1F9", + "tags": [ + "MT", + "bandera" + ], + "emoji": "🇲🇹", + "text": "", + "type": 1, + "order": 4488, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mauricio", + "hexcode": "1F1F2-1F1FA", + "tags": [ + "MU", + "bandera" + ], + "emoji": "🇲🇺", + "text": "", + "type": 1, + "order": 4489, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Maldivas", + "hexcode": "1F1F2-1F1FB", + "tags": [ + "MV", + "bandera" + ], + "emoji": "🇲🇻", + "text": "", + "type": 1, + "order": 4490, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Malaui", + "hexcode": "1F1F2-1F1FC", + "tags": [ + "MW", + "bandera" + ], + "emoji": "🇲🇼", + "text": "", + "type": 1, + "order": 4491, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: México", + "hexcode": "1F1F2-1F1FD", + "tags": [ + "MX", + "bandera" + ], + "emoji": "🇲🇽", + "text": "", + "type": 1, + "order": 4492, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Malasia", + "hexcode": "1F1F2-1F1FE", + "tags": [ + "MY", + "bandera" + ], + "emoji": "🇲🇾", + "text": "", + "type": 1, + "order": 4493, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mozambique", + "hexcode": "1F1F2-1F1FF", + "tags": [ + "MZ", + "bandera" + ], + "emoji": "🇲🇿", + "text": "", + "type": 1, + "order": 4494, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Namibia", + "hexcode": "1F1F3-1F1E6", + "tags": [ + "NA", + "bandera" + ], + "emoji": "🇳🇦", + "text": "", + "type": 1, + "order": 4495, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nueva Caledonia", + "hexcode": "1F1F3-1F1E8", + "tags": [ + "NC", + "bandera" + ], + "emoji": "🇳🇨", + "text": "", + "type": 1, + "order": 4496, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Níger", + "hexcode": "1F1F3-1F1EA", + "tags": [ + "NE", + "bandera" + ], + "emoji": "🇳🇪", + "text": "", + "type": 1, + "order": 4497, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Isla Norfolk", + "hexcode": "1F1F3-1F1EB", + "tags": [ + "NF", + "bandera" + ], + "emoji": "🇳🇫", + "text": "", + "type": 1, + "order": 4498, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nigeria", + "hexcode": "1F1F3-1F1EC", + "tags": [ + "NG", + "bandera" + ], + "emoji": "🇳🇬", + "text": "", + "type": 1, + "order": 4499, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nicaragua", + "hexcode": "1F1F3-1F1EE", + "tags": [ + "NI", + "bandera" + ], + "emoji": "🇳🇮", + "text": "", + "type": 1, + "order": 4500, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Países Bajos", + "hexcode": "1F1F3-1F1F1", + "tags": [ + "NL", + "bandera" + ], + "emoji": "🇳🇱", + "text": "", + "type": 1, + "order": 4501, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Noruega", + "hexcode": "1F1F3-1F1F4", + "tags": [ + "NO", + "bandera" + ], + "emoji": "🇳🇴", + "text": "", + "type": 1, + "order": 4502, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nepal", + "hexcode": "1F1F3-1F1F5", + "tags": [ + "NP", + "bandera" + ], + "emoji": "🇳🇵", + "text": "", + "type": 1, + "order": 4503, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nauru", + "hexcode": "1F1F3-1F1F7", + "tags": [ + "NR", + "bandera" + ], + "emoji": "🇳🇷", + "text": "", + "type": 1, + "order": 4504, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Niue", + "hexcode": "1F1F3-1F1FA", + "tags": [ + "NU", + "bandera" + ], + "emoji": "🇳🇺", + "text": "", + "type": 1, + "order": 4505, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Nueva Zelanda", + "hexcode": "1F1F3-1F1FF", + "tags": [ + "NZ", + "bandera" + ], + "emoji": "🇳🇿", + "text": "", + "type": 1, + "order": 4506, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Omán", + "hexcode": "1F1F4-1F1F2", + "tags": [ + "OM", + "bandera" + ], + "emoji": "🇴🇲", + "text": "", + "type": 1, + "order": 4507, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Panamá", + "hexcode": "1F1F5-1F1E6", + "tags": [ + "PA", + "bandera" + ], + "emoji": "🇵🇦", + "text": "", + "type": 1, + "order": 4508, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Perú", + "hexcode": "1F1F5-1F1EA", + "tags": [ + "PE", + "bandera" + ], + "emoji": "🇵🇪", + "text": "", + "type": 1, + "order": 4509, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Polinesia Francesa", + "hexcode": "1F1F5-1F1EB", + "tags": [ + "PF", + "bandera" + ], + "emoji": "🇵🇫", + "text": "", + "type": 1, + "order": 4510, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Papúa Nueva Guinea", + "hexcode": "1F1F5-1F1EC", + "tags": [ + "PG", + "bandera" + ], + "emoji": "🇵🇬", + "text": "", + "type": 1, + "order": 4511, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Filipinas", + "hexcode": "1F1F5-1F1ED", + "tags": [ + "PH", + "bandera" + ], + "emoji": "🇵🇭", + "text": "", + "type": 1, + "order": 4512, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Pakistán", + "hexcode": "1F1F5-1F1F0", + "tags": [ + "PK", + "bandera" + ], + "emoji": "🇵🇰", + "text": "", + "type": 1, + "order": 4513, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Polonia", + "hexcode": "1F1F5-1F1F1", + "tags": [ + "PL", + "bandera" + ], + "emoji": "🇵🇱", + "text": "", + "type": 1, + "order": 4514, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Pedro y Miquelón", + "hexcode": "1F1F5-1F1F2", + "tags": [ + "PM", + "bandera" + ], + "emoji": "🇵🇲", + "text": "", + "type": 1, + "order": 4515, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Pitcairn", + "hexcode": "1F1F5-1F1F3", + "tags": [ + "PN", + "bandera" + ], + "emoji": "🇵🇳", + "text": "", + "type": 1, + "order": 4516, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Puerto Rico", + "hexcode": "1F1F5-1F1F7", + "tags": [ + "PR", + "bandera" + ], + "emoji": "🇵🇷", + "text": "", + "type": 1, + "order": 4517, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Territorios Palestinos", + "hexcode": "1F1F5-1F1F8", + "tags": [ + "PS", + "bandera" + ], + "emoji": "🇵🇸", + "text": "", + "type": 1, + "order": 4518, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Portugal", + "hexcode": "1F1F5-1F1F9", + "tags": [ + "PT", + "bandera" + ], + "emoji": "🇵🇹", + "text": "", + "type": 1, + "order": 4519, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Palaos", + "hexcode": "1F1F5-1F1FC", + "tags": [ + "PW", + "bandera" + ], + "emoji": "🇵🇼", + "text": "", + "type": 1, + "order": 4520, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Paraguay", + "hexcode": "1F1F5-1F1FE", + "tags": [ + "PY", + "bandera" + ], + "emoji": "🇵🇾", + "text": "", + "type": 1, + "order": 4521, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Catar", + "hexcode": "1F1F6-1F1E6", + "tags": [ + "QA", + "bandera" + ], + "emoji": "🇶🇦", + "text": "", + "type": 1, + "order": 4522, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Reunión", + "hexcode": "1F1F7-1F1EA", + "tags": [ + "RE", + "bandera" + ], + "emoji": "🇷🇪", + "text": "", + "type": 1, + "order": 4523, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Rumanía", + "hexcode": "1F1F7-1F1F4", + "tags": [ + "RO", + "bandera" + ], + "emoji": "🇷🇴", + "text": "", + "type": 1, + "order": 4524, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Serbia", + "hexcode": "1F1F7-1F1F8", + "tags": [ + "RS", + "bandera" + ], + "emoji": "🇷🇸", + "text": "", + "type": 1, + "order": 4525, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Rusia", + "hexcode": "1F1F7-1F1FA", + "tags": [ + "RU", + "bandera" + ], + "emoji": "🇷🇺", + "text": "", + "type": 1, + "order": 4526, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Ruanda", + "hexcode": "1F1F7-1F1FC", + "tags": [ + "RW", + "bandera" + ], + "emoji": "🇷🇼", + "text": "", + "type": 1, + "order": 4527, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Arabia Saudí", + "hexcode": "1F1F8-1F1E6", + "tags": [ + "SA", + "bandera" + ], + "emoji": "🇸🇦", + "text": "", + "type": 1, + "order": 4528, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Salomón", + "hexcode": "1F1F8-1F1E7", + "tags": [ + "SB", + "bandera" + ], + "emoji": "🇸🇧", + "text": "", + "type": 1, + "order": 4529, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Seychelles", + "hexcode": "1F1F8-1F1E8", + "tags": [ + "SC", + "bandera" + ], + "emoji": "🇸🇨", + "text": "", + "type": 1, + "order": 4530, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sudán", + "hexcode": "1F1F8-1F1E9", + "tags": [ + "SD", + "bandera" + ], + "emoji": "🇸🇩", + "text": "", + "type": 1, + "order": 4531, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Suecia", + "hexcode": "1F1F8-1F1EA", + "tags": [ + "SE", + "bandera" + ], + "emoji": "🇸🇪", + "text": "", + "type": 1, + "order": 4532, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Singapur", + "hexcode": "1F1F8-1F1EC", + "tags": [ + "SG", + "bandera" + ], + "emoji": "🇸🇬", + "text": "", + "type": 1, + "order": 4533, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Santa Elena", + "hexcode": "1F1F8-1F1ED", + "tags": [ + "SH", + "bandera" + ], + "emoji": "🇸🇭", + "text": "", + "type": 1, + "order": 4534, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Eslovenia", + "hexcode": "1F1F8-1F1EE", + "tags": [ + "SI", + "bandera" + ], + "emoji": "🇸🇮", + "text": "", + "type": 1, + "order": 4535, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Svalbard y Jan Mayen", + "hexcode": "1F1F8-1F1EF", + "tags": [ + "SJ", + "bandera" + ], + "emoji": "🇸🇯", + "text": "", + "type": 1, + "order": 4536, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Eslovaquia", + "hexcode": "1F1F8-1F1F0", + "tags": [ + "SK", + "bandera" + ], + "emoji": "🇸🇰", + "text": "", + "type": 1, + "order": 4537, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sierra Leona", + "hexcode": "1F1F8-1F1F1", + "tags": [ + "SL", + "bandera" + ], + "emoji": "🇸🇱", + "text": "", + "type": 1, + "order": 4538, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Marino", + "hexcode": "1F1F8-1F1F2", + "tags": [ + "SM", + "bandera" + ], + "emoji": "🇸🇲", + "text": "", + "type": 1, + "order": 4539, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Senegal", + "hexcode": "1F1F8-1F1F3", + "tags": [ + "SN", + "bandera" + ], + "emoji": "🇸🇳", + "text": "", + "type": 1, + "order": 4540, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Somalia", + "hexcode": "1F1F8-1F1F4", + "tags": [ + "SO", + "bandera" + ], + "emoji": "🇸🇴", + "text": "", + "type": 1, + "order": 4541, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Surinam", + "hexcode": "1F1F8-1F1F7", + "tags": [ + "SR", + "bandera" + ], + "emoji": "🇸🇷", + "text": "", + "type": 1, + "order": 4542, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sudán del Sur", + "hexcode": "1F1F8-1F1F8", + "tags": [ + "SS", + "bandera" + ], + "emoji": "🇸🇸", + "text": "", + "type": 1, + "order": 4543, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Santo Tomé y Príncipe", + "hexcode": "1F1F8-1F1F9", + "tags": [ + "ST", + "bandera" + ], + "emoji": "🇸🇹", + "text": "", + "type": 1, + "order": 4544, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: El Salvador", + "hexcode": "1F1F8-1F1FB", + "tags": [ + "SV", + "bandera" + ], + "emoji": "🇸🇻", + "text": "", + "type": 1, + "order": 4545, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sint Maarten", + "hexcode": "1F1F8-1F1FD", + "tags": [ + "SX", + "bandera" + ], + "emoji": "🇸🇽", + "text": "", + "type": 1, + "order": 4546, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Siria", + "hexcode": "1F1F8-1F1FE", + "tags": [ + "SY", + "bandera" + ], + "emoji": "🇸🇾", + "text": "", + "type": 1, + "order": 4547, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Esuatini", + "hexcode": "1F1F8-1F1FF", + "tags": [ + "SZ", + "bandera" + ], + "emoji": "🇸🇿", + "text": "", + "type": 1, + "order": 4548, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tristán de Acuña", + "hexcode": "1F1F9-1F1E6", + "tags": [ + "TA", + "bandera" + ], + "emoji": "🇹🇦", + "text": "", + "type": 1, + "order": 4549, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Turcas y Caicos", + "hexcode": "1F1F9-1F1E8", + "tags": [ + "TC", + "bandera" + ], + "emoji": "🇹🇨", + "text": "", + "type": 1, + "order": 4550, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Chad", + "hexcode": "1F1F9-1F1E9", + "tags": [ + "TD", + "bandera" + ], + "emoji": "🇹🇩", + "text": "", + "type": 1, + "order": 4551, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Territorios Australes Franceses", + "hexcode": "1F1F9-1F1EB", + "tags": [ + "TF", + "bandera" + ], + "emoji": "🇹🇫", + "text": "", + "type": 1, + "order": 4552, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Togo", + "hexcode": "1F1F9-1F1EC", + "tags": [ + "TG", + "bandera" + ], + "emoji": "🇹🇬", + "text": "", + "type": 1, + "order": 4553, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tailandia", + "hexcode": "1F1F9-1F1ED", + "tags": [ + "TH", + "bandera" + ], + "emoji": "🇹🇭", + "text": "", + "type": 1, + "order": 4554, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tayikistán", + "hexcode": "1F1F9-1F1EF", + "tags": [ + "TJ", + "bandera" + ], + "emoji": "🇹🇯", + "text": "", + "type": 1, + "order": 4555, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tokelau", + "hexcode": "1F1F9-1F1F0", + "tags": [ + "TK", + "bandera" + ], + "emoji": "🇹🇰", + "text": "", + "type": 1, + "order": 4556, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Timor-Leste", + "hexcode": "1F1F9-1F1F1", + "tags": [ + "TL", + "bandera" + ], + "emoji": "🇹🇱", + "text": "", + "type": 1, + "order": 4557, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Turkmenistán", + "hexcode": "1F1F9-1F1F2", + "tags": [ + "TM", + "bandera" + ], + "emoji": "🇹🇲", + "text": "", + "type": 1, + "order": 4558, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Túnez", + "hexcode": "1F1F9-1F1F3", + "tags": [ + "TN", + "bandera" + ], + "emoji": "🇹🇳", + "text": "", + "type": 1, + "order": 4559, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tonga", + "hexcode": "1F1F9-1F1F4", + "tags": [ + "TO", + "bandera" + ], + "emoji": "🇹🇴", + "text": "", + "type": 1, + "order": 4560, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Turquía", + "hexcode": "1F1F9-1F1F7", + "tags": [ + "TR", + "bandera" + ], + "emoji": "🇹🇷", + "text": "", + "type": 1, + "order": 4561, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Trinidad y Tobago", + "hexcode": "1F1F9-1F1F9", + "tags": [ + "TT", + "bandera" + ], + "emoji": "🇹🇹", + "text": "", + "type": 1, + "order": 4562, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tuvalu", + "hexcode": "1F1F9-1F1FB", + "tags": [ + "TV", + "bandera" + ], + "emoji": "🇹🇻", + "text": "", + "type": 1, + "order": 4563, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Taiwán", + "hexcode": "1F1F9-1F1FC", + "tags": [ + "TW", + "bandera" + ], + "emoji": "🇹🇼", + "text": "", + "type": 1, + "order": 4564, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Tanzania", + "hexcode": "1F1F9-1F1FF", + "tags": [ + "TZ", + "bandera" + ], + "emoji": "🇹🇿", + "text": "", + "type": 1, + "order": 4565, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Ucrania", + "hexcode": "1F1FA-1F1E6", + "tags": [ + "UA", + "bandera" + ], + "emoji": "🇺🇦", + "text": "", + "type": 1, + "order": 4566, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Uganda", + "hexcode": "1F1FA-1F1EC", + "tags": [ + "UG", + "bandera" + ], + "emoji": "🇺🇬", + "text": "", + "type": 1, + "order": 4567, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas menores alejadas de EE. UU.", + "hexcode": "1F1FA-1F1F2", + "tags": [ + "UM", + "bandera" + ], + "emoji": "🇺🇲", + "text": "", + "type": 1, + "order": 4568, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Naciones Unidas", + "hexcode": "1F1FA-1F1F3", + "tags": [ + "UN", + "bandera" + ], + "emoji": "🇺🇳", + "text": "", + "type": 1, + "order": 4569, + "group": 9, + "subgroup": 98, + "version": 4 + }, + { + "annotation": "Bandera: Estados Unidos", + "hexcode": "1F1FA-1F1F8", + "tags": [ + "US", + "bandera" + ], + "emoji": "🇺🇸", + "text": "", + "type": 1, + "order": 4570, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "Bandera: Uruguay", + "hexcode": "1F1FA-1F1FE", + "tags": [ + "UY", + "bandera" + ], + "emoji": "🇺🇾", + "text": "", + "type": 1, + "order": 4571, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Uzbekistán", + "hexcode": "1F1FA-1F1FF", + "tags": [ + "UZ", + "bandera" + ], + "emoji": "🇺🇿", + "text": "", + "type": 1, + "order": 4572, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Ciudad del Vaticano", + "hexcode": "1F1FB-1F1E6", + "tags": [ + "VA", + "bandera" + ], + "emoji": "🇻🇦", + "text": "", + "type": 1, + "order": 4573, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: San Vicente y las Granadinas", + "hexcode": "1F1FB-1F1E8", + "tags": [ + "VC", + "bandera" + ], + "emoji": "🇻🇨", + "text": "", + "type": 1, + "order": 4574, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Venezuela", + "hexcode": "1F1FB-1F1EA", + "tags": [ + "VE", + "bandera" + ], + "emoji": "🇻🇪", + "text": "", + "type": 1, + "order": 4575, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Vírgenes Británicas", + "hexcode": "1F1FB-1F1EC", + "tags": [ + "VG", + "bandera" + ], + "emoji": "🇻🇬", + "text": "", + "type": 1, + "order": 4576, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Islas Vírgenes de EE. UU.", + "hexcode": "1F1FB-1F1EE", + "tags": [ + "VI", + "bandera" + ], + "emoji": "🇻🇮", + "text": "", + "type": 1, + "order": 4577, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Vietnam", + "hexcode": "1F1FB-1F1F3", + "tags": [ + "VN", + "bandera" + ], + "emoji": "🇻🇳", + "text": "", + "type": 1, + "order": 4578, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Vanuatu", + "hexcode": "1F1FB-1F1FA", + "tags": [ + "VU", + "bandera" + ], + "emoji": "🇻🇺", + "text": "", + "type": 1, + "order": 4579, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Wallis y Futuna", + "hexcode": "1F1FC-1F1EB", + "tags": [ + "WF", + "bandera" + ], + "emoji": "🇼🇫", + "text": "", + "type": 1, + "order": 4580, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Samoa", + "hexcode": "1F1FC-1F1F8", + "tags": [ + "WS", + "bandera" + ], + "emoji": "🇼🇸", + "text": "", + "type": 1, + "order": 4581, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Kosovo", + "hexcode": "1F1FD-1F1F0", + "tags": [ + "XK", + "bandera" + ], + "emoji": "🇽🇰", + "text": "", + "type": 1, + "order": 4582, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Yemen", + "hexcode": "1F1FE-1F1EA", + "tags": [ + "YE", + "bandera" + ], + "emoji": "🇾🇪", + "text": "", + "type": 1, + "order": 4583, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Mayotte", + "hexcode": "1F1FE-1F1F9", + "tags": [ + "YT", + "bandera" + ], + "emoji": "🇾🇹", + "text": "", + "type": 1, + "order": 4584, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Sudáfrica", + "hexcode": "1F1FF-1F1E6", + "tags": [ + "ZA", + "bandera" + ], + "emoji": "🇿🇦", + "text": "", + "type": 1, + "order": 4585, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Zambia", + "hexcode": "1F1FF-1F1F2", + "tags": [ + "ZM", + "bandera" + ], + "emoji": "🇿🇲", + "text": "", + "type": 1, + "order": 4586, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Zimbabue", + "hexcode": "1F1FF-1F1FC", + "tags": [ + "ZW", + "bandera" + ], + "emoji": "🇿🇼", + "text": "", + "type": 1, + "order": 4587, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "Bandera: Inglaterra", + "hexcode": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", + "tags": [ + "bandera", + "gbeng" + ], + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "text": "", + "type": 1, + "order": 4588, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "Bandera: Escocia", + "hexcode": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", + "tags": [ + "bandera", + "gbsct" + ], + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿", + "text": "", + "type": 1, + "order": 4589, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "Bandera: Gales", + "hexcode": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", + "tags": [ + "bandera", + "gbwls" + ], + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", + "text": "", + "type": 1, + "order": 4590, + "group": 9, + "subgroup": 99, + "version": 5 + } +] \ No newline at end of file diff --git a/missing-sources/emojibase/packages/data/fr/data.raw.json b/missing-sources/emojibase/packages/data/fr/data.raw.json new file mode 100644 index 0000000000..0da4aea179 --- /dev/null +++ b/missing-sources/emojibase/packages/data/fr/data.raw.json @@ -0,0 +1,50430 @@ +[ + { + "annotation": "indicateur régional A", + "hexcode": "1F1E6", + "emoji": "🇦", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional B", + "hexcode": "1F1E7", + "emoji": "🇧", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional C", + "hexcode": "1F1E8", + "emoji": "🇨", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional D", + "hexcode": "1F1E9", + "emoji": "🇩", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional E", + "hexcode": "1F1EA", + "emoji": "🇪", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional F", + "hexcode": "1F1EB", + "emoji": "🇫", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional G", + "hexcode": "1F1EC", + "emoji": "🇬", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional H", + "hexcode": "1F1ED", + "emoji": "🇭", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional I", + "hexcode": "1F1EE", + "emoji": "🇮", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional J", + "hexcode": "1F1EF", + "emoji": "🇯", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional K", + "hexcode": "1F1F0", + "emoji": "🇰", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional L", + "hexcode": "1F1F1", + "emoji": "🇱", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional M", + "hexcode": "1F1F2", + "emoji": "🇲", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional N", + "hexcode": "1F1F3", + "emoji": "🇳", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional O", + "hexcode": "1F1F4", + "emoji": "🇴", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional P", + "hexcode": "1F1F5", + "emoji": "🇵", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional Q", + "hexcode": "1F1F6", + "emoji": "🇶", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional R", + "hexcode": "1F1F7", + "emoji": "🇷", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional S", + "hexcode": "1F1F8", + "emoji": "🇸", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional T", + "hexcode": "1F1F9", + "emoji": "🇹", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional U", + "hexcode": "1F1FA", + "emoji": "🇺", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional V", + "hexcode": "1F1FB", + "emoji": "🇻", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional W", + "hexcode": "1F1FC", + "emoji": "🇼", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional X", + "hexcode": "1F1FD", + "emoji": "🇽", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional Y", + "hexcode": "1F1FE", + "emoji": "🇾", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "indicateur régional Z", + "hexcode": "1F1FF", + "emoji": "🇿", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "visage rieur", + "hexcode": "1F600", + "tags": [ + "sourire" + ], + "emoji": "😀", + "text": "", + "type": 1, + "order": 1, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":D" + }, + { + "annotation": "visage souriant avec de grands yeux", + "hexcode": "1F603", + "tags": [ + "sourire" + ], + "emoji": "😃", + "text": "", + "type": 1, + "order": 2, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "visage très souriant aux yeux rieurs", + "hexcode": "1F604", + "tags": [ + "sourire" + ], + "emoji": "😄", + "text": "", + "type": 1, + "order": 3, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "visage souriant aux yeux rieurs", + "hexcode": "1F601", + "tags": [ + "dents", + "sourire" + ], + "emoji": "😁", + "text": "", + "type": 1, + "order": 4, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "visage souriant avec yeux plissés", + "hexcode": "1F606", + "tags": [ + "bouche", + "rire", + "sourire", + "visage" + ], + "emoji": "😆", + "text": "", + "type": 1, + "order": 5, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": "xD" + }, + { + "annotation": "visage souriant avec une goutte de sueur", + "hexcode": "1F605", + "tags": [ + "sourire" + ], + "emoji": "😅", + "text": "", + "type": 1, + "order": 6, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "se rouler par terre de rire", + "hexcode": "1F923", + "tags": [ + "rire", + "se rouler par terre", + "visage" + ], + "emoji": "🤣", + "text": "", + "type": 1, + "order": 7, + "group": 0, + "subgroup": 0, + "version": 3, + "emoticon": ":'D" + }, + { + "annotation": "visage riant aux larmes", + "hexcode": "1F602", + "tags": [ + "larmes", + "sourire" + ], + "emoji": "😂", + "text": "", + "type": 1, + "order": 8, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":')" + }, + { + "annotation": "visage avec un léger sourire", + "hexcode": "1F642", + "tags": [ + "sourire" + ], + "emoji": "🙂", + "text": "", + "type": 1, + "order": 9, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":)" + }, + { + "annotation": "tête à l’envers", + "hexcode": "1F643", + "tags": [ + "renversée", + "tête" + ], + "emoji": "🙃", + "text": "", + "type": 1, + "order": 10, + "group": 0, + "subgroup": 0, + "version": 1 + }, + { + "annotation": "visage faisant un clin d’œil", + "hexcode": "1F609", + "tags": [ + "clin d’œil", + "visage" + ], + "emoji": "😉", + "text": "", + "type": 1, + "order": 11, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ";)" + }, + { + "annotation": "visage souriant avec yeux rieurs", + "hexcode": "1F60A", + "tags": [ + "rougir", + "sourire", + "visage", + "œil" + ], + "emoji": "😊", + "text": "", + "type": 1, + "order": 12, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":>" + }, + { + "annotation": "visage souriant avec auréole", + "hexcode": "1F607", + "tags": [ + "ange" + ], + "emoji": "😇", + "text": "", + "type": 1, + "order": 13, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": "o:)" + }, + { + "annotation": "visage souriant avec cœurs", + "hexcode": "1F970", + "tags": [ + "adorer", + "aimer", + "amour", + "amoureuse", + "amoureux", + "béguin", + "cœurs", + "sourire" + ], + "emoji": "🥰", + "text": "", + "type": 1, + "order": 14, + "group": 0, + "subgroup": 1, + "version": 11 + }, + { + "annotation": "visage souriant avec yeux en forme de cœur", + "hexcode": "1F60D", + "tags": [ + "amour", + "cœur", + "visage", + "œil" + ], + "emoji": "😍", + "text": "", + "type": 1, + "order": 15, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "visage avec des étoiles à la place des yeux", + "hexcode": "1F929", + "tags": [ + "grand sourire", + "visage", + "yeux", + "étoile" + ], + "emoji": "🤩", + "text": "", + "type": 1, + "order": 16, + "group": 0, + "subgroup": 1, + "version": 5 + }, + { + "annotation": "visage envoyant un bisou", + "hexcode": "1F618", + "tags": [ + "bisou", + "cœur" + ], + "emoji": "😘", + "text": "", + "type": 1, + "order": 17, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":x" + }, + { + "annotation": "visage faisant un bisou", + "hexcode": "1F617", + "tags": [ + "bisou" + ], + "emoji": "😗", + "text": "", + "type": 1, + "order": 18, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "visage souriant", + "hexcode": "263A", + "tags": [ + "sourire" + ], + "emoji": "☺️", + "text": "☺︎", + "type": 0, + "order": 20, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "visage faisant un bisou avec les yeux fermés", + "hexcode": "1F61A", + "tags": [ + "bisou" + ], + "emoji": "😚", + "text": "", + "type": 1, + "order": 21, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":*" + }, + { + "annotation": "visage aux yeux rieurs faisant un bisou", + "hexcode": "1F619", + "tags": [ + "bisou" + ], + "emoji": "😙", + "text": "", + "type": 1, + "order": 22, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "visage souriant avec une larme", + "hexcode": "1F972", + "tags": [ + "fier", + "larme", + "soulagé", + "souriant", + "touché", + "ému" + ], + "emoji": "🥲", + "text": "", + "type": 1, + "order": 23, + "group": 0, + "subgroup": 1, + "version": 13 + }, + { + "annotation": "miam", + "hexcode": "1F60B", + "tags": [ + "langue" + ], + "emoji": "😋", + "text": "", + "type": 1, + "order": 24, + "group": 0, + "subgroup": 2, + "version": 0.6 + }, + { + "annotation": "visage qui tire la langue", + "hexcode": "1F61B", + "tags": [ + "langue", + "visage" + ], + "emoji": "😛", + "text": "", + "type": 1, + "order": 25, + "group": 0, + "subgroup": 2, + "version": 1, + "emoticon": ":p" + }, + { + "annotation": "visage qui tire la langue et fait un clin d’œil", + "hexcode": "1F61C", + "tags": [ + "clin d’œil", + "langue", + "visage", + "œil" + ], + "emoji": "😜", + "text": "", + "type": 1, + "order": 26, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": ";p" + }, + { + "annotation": "tête de fou", + "hexcode": "1F92A", + "tags": [ + "grand", + "petit", + "œil" + ], + "emoji": "🤪", + "text": "", + "type": 1, + "order": 27, + "group": 0, + "subgroup": 2, + "version": 5 + }, + { + "annotation": "visage qui tire la langue les yeux plissés", + "hexcode": "1F61D", + "tags": [ + "goût", + "horrible", + "langue", + "œil" + ], + "emoji": "😝", + "text": "", + "type": 1, + "order": 28, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": "xp" + }, + { + "annotation": "argent dans les yeux et la bouche", + "hexcode": "1F911", + "tags": [ + "argent", + "bouche", + "yeux" + ], + "emoji": "🤑", + "text": "", + "type": 1, + "order": 29, + "group": 0, + "subgroup": 2, + "version": 1 + }, + { + "annotation": "visage qui fait un câlin", + "hexcode": "1F917", + "tags": [ + "câlin", + "gentil", + "visage" + ], + "emoji": "🤗", + "text": "", + "type": 1, + "order": 30, + "group": 0, + "subgroup": 3, + "version": 1 + }, + { + "annotation": "visage avec une main sur la bouche", + "hexcode": "1F92D", + "tags": [ + "oups" + ], + "emoji": "🤭", + "text": "", + "type": 1, + "order": 31, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "visage avec un doigt sur la bouche", + "hexcode": "1F92B", + "tags": [ + "chut", + "silence" + ], + "emoji": "🤫", + "text": "", + "type": 1, + "order": 32, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "visage en pleine réflexion", + "hexcode": "1F914", + "tags": [ + "réflexion", + "visage" + ], + "emoji": "🤔", + "text": "", + "type": 1, + "order": 33, + "group": 0, + "subgroup": 3, + "version": 1, + "emoticon": ":l" + }, + { + "annotation": "visage avec bouche fermeture éclair", + "hexcode": "1F910", + "tags": [ + "bouche", + "fermeture éclair", + "visage" + ], + "emoji": "🤐", + "text": "", + "type": 1, + "order": 34, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":z" + }, + { + "annotation": "visage avec les sourcils relevés", + "hexcode": "1F928", + "tags": [ + "méfiant", + "sceptique" + ], + "emoji": "🤨", + "text": "", + "type": 1, + "order": 35, + "group": 0, + "subgroup": 4, + "version": 5 + }, + { + "annotation": "visage neutre", + "hexcode": "1F610", + "tags": [ + "neutre" + ], + "emoji": "😐️", + "text": "😐︎", + "type": 1, + "order": 36, + "group": 0, + "subgroup": 4, + "version": 0.7, + "emoticon": ":|" + }, + { + "annotation": "visage sans expression", + "hexcode": "1F611", + "tags": [ + "inexpressif", + "neutre", + "sans expression", + "visage" + ], + "emoji": "😑", + "text": "", + "type": 1, + "order": 37, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "visage sans bouche", + "hexcode": "1F636", + "tags": [ + "muet" + ], + "emoji": "😶", + "text": "", + "type": 1, + "order": 38, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":#" + }, + { + "annotation": "visage dans les nuages", + "hexcode": "1F636-200D-1F32B-FE0F", + "tags": [ + "brouillard", + "dans les nuages", + "distrait", + "visage dans le brouillard" + ], + "emoji": "😶‍🌫️", + "text": "", + "type": 1, + "order": 39, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "visage avec un sourire malin", + "hexcode": "1F60F", + "tags": [ + "malin", + "sourire" + ], + "emoji": "😏", + "text": "", + "type": 1, + "order": 41, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":j" + }, + { + "annotation": "visage blasé", + "hexcode": "1F612", + "tags": [ + "blasé", + "pas content", + "visage" + ], + "emoji": "😒", + "text": "", + "type": 1, + "order": 42, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":?" + }, + { + "annotation": "visage roulant des yeux", + "hexcode": "1F644", + "tags": [ + "roulement", + "yeux" + ], + "emoji": "🙄", + "text": "", + "type": 1, + "order": 43, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "visage grimaçant", + "hexcode": "1F62C", + "tags": [ + "grimace", + "visage" + ], + "emoji": "😬", + "text": "", + "type": 1, + "order": 44, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": "8D" + }, + { + "annotation": "visage expirant", + "hexcode": "1F62E-200D-1F4A8", + "tags": [ + "chuchoter", + "expiration", + "siffler", + "soulagement", + "sursaut" + ], + "emoji": "😮‍💨", + "text": "", + "type": 1, + "order": 45, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "visage de menteur", + "hexcode": "1F925", + "tags": [ + "mensonge", + "menteur", + "pinocchio", + "visage" + ], + "emoji": "🤥", + "text": "", + "type": 1, + "order": 46, + "group": 0, + "subgroup": 4, + "version": 3 + }, + { + "annotation": "visage soulagé", + "hexcode": "1F60C", + "tags": [ + "soulagement", + "visage" + ], + "emoji": "😌", + "text": "", + "type": 1, + "order": 47, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "visage pensif", + "hexcode": "1F614", + "tags": [ + "déçu", + "pensif", + "visage" + ], + "emoji": "😔", + "text": "", + "type": 1, + "order": 48, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "visage endormi", + "hexcode": "1F62A", + "tags": [ + "sommeil", + "visage" + ], + "emoji": "😪", + "text": "", + "type": 1, + "order": 49, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "visage qui bave", + "hexcode": "1F924", + "tags": [ + "baver", + "visage" + ], + "emoji": "🤤", + "text": "", + "type": 1, + "order": 50, + "group": 0, + "subgroup": 5, + "version": 3 + }, + { + "annotation": "visage somnolent", + "hexcode": "1F634", + "tags": [ + "sommeil", + "visage", + "zzz" + ], + "emoji": "😴", + "text": "", + "type": 1, + "order": 51, + "group": 0, + "subgroup": 5, + "version": 1 + }, + { + "annotation": "visage avec masque", + "hexcode": "1F637", + "tags": [ + "masque" + ], + "emoji": "😷", + "text": "", + "type": 1, + "order": 52, + "group": 0, + "subgroup": 6, + "version": 0.6 + }, + { + "annotation": "visage avec thermomètre", + "hexcode": "1F912", + "tags": [ + "indisposé", + "malade", + "thermomètre", + "visage" + ], + "emoji": "🤒", + "text": "", + "type": 1, + "order": 53, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "visage avec bandage autour de la tête", + "hexcode": "1F915", + "tags": [ + "bandage", + "tête" + ], + "emoji": "🤕", + "text": "", + "type": 1, + "order": 54, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "visage nauséeux", + "hexcode": "1F922", + "tags": [ + "nausée", + "visage", + "écœuré" + ], + "emoji": "🤢", + "text": "", + "type": 1, + "order": 55, + "group": 0, + "subgroup": 6, + "version": 3, + "emoticon": "%(" + }, + { + "annotation": "visage qui vomit", + "hexcode": "1F92E", + "tags": [ + "malade", + "vomi", + "vomissure" + ], + "emoji": "🤮", + "text": "", + "type": 1, + "order": 56, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "visage qui éternue", + "hexcode": "1F927", + "tags": [ + "atchoum", + "rhume", + "visage", + "éternuement", + "éternuer" + ], + "emoji": "🤧", + "text": "", + "type": 1, + "order": 57, + "group": 0, + "subgroup": 6, + "version": 3 + }, + { + "annotation": "visage rouge et chaud", + "hexcode": "1F975", + "tags": [ + "chaud", + "coup de chaleur", + "fièvre", + "transpiration" + ], + "emoji": "🥵", + "text": "", + "type": 1, + "order": 58, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "visage bleu et froid", + "hexcode": "1F976", + "tags": [ + "froid", + "gelure", + "glacial", + "glaçon" + ], + "emoji": "🥶", + "text": "", + "type": 1, + "order": 59, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "visage éméché", + "hexcode": "1F974", + "tags": [ + "bouche ondulée", + "dans les vapes", + "hébété", + "pompette", + "rond" + ], + "emoji": "🥴", + "text": "", + "type": 1, + "order": 60, + "group": 0, + "subgroup": 6, + "version": 11, + "emoticon": ":&" + }, + { + "annotation": "visage étourdi", + "hexcode": "1F635", + "tags": [ + "tournis", + "visage" + ], + "emoji": "😵", + "text": "", + "type": 1, + "order": 61, + "group": 0, + "subgroup": 6, + "version": 0.6, + "emoticon": "xo" + }, + { + "annotation": "visage aux yeux en spirales", + "hexcode": "1F635-200D-1F4AB", + "tags": [ + "confusion", + "hagard", + "tête qui tourne", + "étourdi" + ], + "emoji": "😵‍💫", + "text": "", + "type": 1, + "order": 62, + "group": 0, + "subgroup": 6, + "version": 13.1 + }, + { + "annotation": "tête qui explose", + "hexcode": "1F92F", + "tags": [ + "choqué" + ], + "emoji": "🤯", + "text": "", + "type": 1, + "order": 63, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "visage avec chapeau de cowboy", + "hexcode": "1F920", + "tags": [ + "chapeau", + "cowboy", + "visage" + ], + "emoji": "🤠", + "text": "", + "type": 1, + "order": 64, + "group": 0, + "subgroup": 7, + "version": 3 + }, + { + "annotation": "visage festif", + "hexcode": "1F973", + "tags": [ + "chapeau", + "célébration", + "fête", + "sifflet" + ], + "emoji": "🥳", + "text": "", + "type": 1, + "order": 65, + "group": 0, + "subgroup": 7, + "version": 11 + }, + { + "annotation": "visage déguisé", + "hexcode": "1F978", + "tags": [ + "déguisement", + "faux nez", + "incognito", + "lunettes", + "postiche" + ], + "emoji": "🥸", + "text": "", + "type": 1, + "order": 66, + "group": 0, + "subgroup": 7, + "version": 13 + }, + { + "annotation": "visage avec lunettes de soleil", + "hexcode": "1F60E", + "tags": [ + "lunettes de soleil" + ], + "emoji": "😎", + "text": "", + "type": 1, + "order": 67, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": "8)" + }, + { + "annotation": "visage de geek", + "hexcode": "1F913", + "tags": [ + "geek", + "lunettes", + "visage" + ], + "emoji": "🤓", + "text": "", + "type": 1, + "order": 68, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": ":B" + }, + { + "annotation": "visage avec un monocle", + "hexcode": "1F9D0", + "tags": [ + "collet monté", + "vieux jeu" + ], + "emoji": "🧐", + "text": "", + "type": 1, + "order": 69, + "group": 0, + "subgroup": 8, + "version": 5 + }, + { + "annotation": "visage confus", + "hexcode": "1F615", + "tags": [ + "confus", + "visage" + ], + "emoji": "😕", + "text": "", + "type": 1, + "order": 70, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":/" + }, + { + "annotation": "visage inquiet", + "hexcode": "1F61F", + "tags": [ + "inquiet", + "visage" + ], + "emoji": "😟", + "text": "", + "type": 1, + "order": 71, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "visage légèrement mécontent", + "hexcode": "1F641", + "tags": [ + "mécontent", + "visage" + ], + "emoji": "🙁", + "text": "", + "type": 1, + "order": 72, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "visage mécontent", + "hexcode": "2639", + "tags": [ + "mécontent", + "visage" + ], + "emoji": "☹️", + "text": "☹︎", + "type": 0, + "order": 74, + "group": 0, + "subgroup": 9, + "version": 0.7, + "emoticon": ":(" + }, + { + "annotation": "visage avec bouche ouverte", + "hexcode": "1F62E", + "tags": [ + "surpris" + ], + "emoji": "😮", + "text": "", + "type": 1, + "order": 75, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "visage ébahi", + "hexcode": "1F62F", + "tags": [ + "sans voix", + "stupéfait", + "surpris", + "visage" + ], + "emoji": "😯", + "text": "", + "type": 1, + "order": 76, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "visage stupéfait", + "hexcode": "1F632", + "tags": [ + "choc", + "stupéfait", + "visage" + ], + "emoji": "😲", + "text": "", + "type": 1, + "order": 77, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":o" + }, + { + "annotation": "visage qui rougit", + "hexcode": "1F633", + "tags": [ + "rouge", + "rougissant", + "visage" + ], + "emoji": "😳", + "text": "", + "type": 1, + "order": 78, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":$" + }, + { + "annotation": "visage implorant", + "hexcode": "1F97A", + "tags": [ + "pitié", + "supplication", + "yeux de chiens battus" + ], + "emoji": "🥺", + "text": "", + "type": 1, + "order": 79, + "group": 0, + "subgroup": 9, + "version": 11 + }, + { + "annotation": "visage mécontent avec bouche ouverte", + "hexcode": "1F626", + "tags": [ + "bouche", + "déçu", + "ouverte", + "visage" + ], + "emoji": "😦", + "text": "", + "type": 1, + "order": 80, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "visage angoissé", + "hexcode": "1F627", + "tags": [ + "angoisse", + "visage" + ], + "emoji": "😧", + "text": "", + "type": 1, + "order": 81, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":s" + }, + { + "annotation": "visage effrayé", + "hexcode": "1F628", + "tags": [ + "apeuré", + "effrayé", + "peur", + "visage" + ], + "emoji": "😨", + "text": "", + "type": 1, + "order": 82, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "visage anxieux avec goutte de sueur", + "hexcode": "1F630", + "tags": [ + "bouche", + "froid", + "sueur", + "visage" + ], + "emoji": "😰", + "text": "", + "type": 1, + "order": 83, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "visage triste mais soulagé", + "hexcode": "1F625", + "tags": [ + "pfiou" + ], + "emoji": "😥", + "text": "", + "type": 1, + "order": 84, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "visage qui pleure", + "hexcode": "1F622", + "tags": [ + "larmes" + ], + "emoji": "😢", + "text": "", + "type": 1, + "order": 85, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'(" + }, + { + "annotation": "visage qui pleure à chaudes larmes", + "hexcode": "1F62D", + "tags": [ + "larme", + "pleurs", + "triste", + "visage" + ], + "emoji": "😭", + "text": "", + "type": 1, + "order": 86, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'o" + }, + { + "annotation": "visage qui hurle de peur", + "hexcode": "1F631", + "tags": [ + "cri", + "effrayé", + "peur", + "visage" + ], + "emoji": "😱", + "text": "", + "type": 1, + "order": 87, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "Dx" + }, + { + "annotation": "visage déconcerté", + "hexcode": "1F616", + "tags": [ + "déconcerté", + "visage" + ], + "emoji": "😖", + "text": "", + "type": 1, + "order": 88, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "x(" + }, + { + "annotation": "visage persévérant", + "hexcode": "1F623", + "tags": [ + "persévérant", + "visage" + ], + "emoji": "😣", + "text": "", + "type": 1, + "order": 89, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "visage déçu", + "hexcode": "1F61E", + "tags": [ + "déçu", + "visage" + ], + "emoji": "😞", + "text": "", + "type": 1, + "order": 90, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "visage démoralisé avec goutte de sueur", + "hexcode": "1F613", + "tags": [ + "froide", + "sueur", + "visage" + ], + "emoji": "😓", + "text": "", + "type": 1, + "order": 91, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":<" + }, + { + "annotation": "visage épuisé", + "hexcode": "1F629", + "tags": [ + "fatigué", + "visage", + "épuisé" + ], + "emoji": "😩", + "text": "", + "type": 1, + "order": 92, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "D:" + }, + { + "annotation": "visage fatigué", + "hexcode": "1F62B", + "tags": [ + "fatigue", + "visage" + ], + "emoji": "😫", + "text": "", + "type": 1, + "order": 93, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":c" + }, + { + "annotation": "visage bâillant", + "hexcode": "1F971", + "tags": [ + "bâiller", + "ennui", + "fatigue" + ], + "emoji": "🥱", + "text": "", + "type": 1, + "order": 94, + "group": 0, + "subgroup": 9, + "version": 12 + }, + { + "annotation": "visage avec fumée sortant des narines", + "hexcode": "1F624", + "tags": [ + "triomphe", + "victoire", + "visage" + ], + "emoji": "😤", + "text": "", + "type": 1, + "order": 95, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "visage boudeur", + "hexcode": "1F621", + "tags": [ + "colère", + "furieux", + "visage", + "énervé" + ], + "emoji": "😡", + "text": "", + "type": 1, + "order": 96, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:/" + }, + { + "annotation": "visage en colère", + "hexcode": "1F620", + "tags": [ + "colère" + ], + "emoji": "😠", + "text": "", + "type": 1, + "order": 97, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "visage avec des symboles dans la bouche", + "hexcode": "1F92C", + "tags": [ + "juron" + ], + "emoji": "🤬", + "text": "", + "type": 1, + "order": 98, + "group": 0, + "subgroup": 10, + "version": 5, + "emoticon": ":@" + }, + { + "annotation": "visage souriant avec des cornes", + "hexcode": "1F608", + "tags": [ + "cornes", + "fantastique", + "sourire", + "visage" + ], + "emoji": "😈", + "text": "", + "type": 1, + "order": 99, + "group": 0, + "subgroup": 10, + "version": 1, + "emoticon": ">:)" + }, + { + "annotation": "visage en colère avec des cornes", + "hexcode": "1F47F", + "tags": [ + "diablotin", + "mauvais" + ], + "emoji": "👿", + "text": "", + "type": 1, + "order": 100, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:(" + }, + { + "annotation": "crâne", + "hexcode": "1F480", + "tags": [ + "corps", + "fantastique", + "mort", + "visage" + ], + "emoji": "💀", + "text": "", + "type": 1, + "order": 101, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "tête de mort", + "hexcode": "2620", + "tags": [ + "crâne", + "mort", + "os", + "tête" + ], + "emoji": "☠️", + "text": "☠︎", + "type": 0, + "order": 103, + "group": 0, + "subgroup": 10, + "version": 1 + }, + { + "annotation": "tas de crotte", + "hexcode": "1F4A9", + "tags": [ + "caca", + "crotte", + "dessin", + "visage" + ], + "emoji": "💩", + "text": "", + "type": 1, + "order": 104, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "visage de clown", + "hexcode": "1F921", + "tags": [ + "clown", + "visage" + ], + "emoji": "🤡", + "text": "", + "type": 1, + "order": 105, + "group": 0, + "subgroup": 11, + "version": 3 + }, + { + "annotation": "ogre", + "hexcode": "1F479", + "tags": [ + "japonais" + ], + "emoji": "👹", + "text": "", + "type": 1, + "order": 106, + "group": 0, + "subgroup": 11, + "version": 0.6, + "emoticon": ">0)" + }, + { + "annotation": "monstre japonais", + "hexcode": "1F47A", + "tags": [ + "japonais", + "monstre" + ], + "emoji": "👺", + "text": "", + "type": 1, + "order": 107, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "fantôme", + "hexcode": "1F47B", + "tags": [ + "créature", + "fantastique", + "monstre", + "visage" + ], + "emoji": "👻", + "text": "", + "type": 1, + "order": 108, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "alien", + "hexcode": "1F47D", + "tags": [ + "créature", + "extraterrestre", + "ovni", + "visage" + ], + "emoji": "👽️", + "text": "👽︎", + "type": 1, + "order": 109, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "monstre de l’espace", + "hexcode": "1F47E", + "tags": [ + "espace", + "extraterrestre", + "monstre" + ], + "emoji": "👾", + "text": "", + "type": 1, + "order": 110, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "robot", + "hexcode": "1F916", + "tags": [ + "androïde", + "automate", + "machine", + "monstre", + "visage" + ], + "emoji": "🤖", + "text": "", + "type": 1, + "order": 111, + "group": 0, + "subgroup": 11, + "version": 1 + }, + { + "annotation": "chat qui sourit", + "hexcode": "1F63A", + "tags": [ + "sourire", + "visage" + ], + "emoji": "😺", + "text": "", + "type": 1, + "order": 112, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat qui sourit avec des yeux rieurs", + "hexcode": "1F638", + "tags": [ + "sourire", + "visage", + "yeux rieurs" + ], + "emoji": "😸", + "text": "", + "type": 1, + "order": 113, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat qui pleure de joie", + "hexcode": "1F639", + "tags": [ + "joie", + "pleurer de rire", + "sourire", + "visage" + ], + "emoji": "😹", + "text": "", + "type": 1, + "order": 114, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat souriant aux yeux en cœurs", + "hexcode": "1F63B", + "tags": [ + "amoureux", + "cœur", + "sourire", + "visage", + "yeux" + ], + "emoji": "😻", + "text": "", + "type": 1, + "order": 115, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat avec sourire en coin", + "hexcode": "1F63C", + "tags": [ + "ironique", + "narquois", + "sourire en coin", + "visage" + ], + "emoji": "😼", + "text": "", + "type": 1, + "order": 116, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat qui fait un bisou", + "hexcode": "1F63D", + "tags": [ + "bisou", + "embrasser", + "visage" + ], + "emoji": "😽", + "text": "", + "type": 1, + "order": 117, + "group": 0, + "subgroup": 12, + "version": 0.6, + "emoticon": ":3" + }, + { + "annotation": "chat fatigué", + "hexcode": "1F640", + "tags": [ + "fatigue", + "inquiet", + "oh", + "surpris", + "visage" + ], + "emoji": "🙀", + "text": "", + "type": 1, + "order": 118, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat qui pleure", + "hexcode": "1F63F", + "tags": [ + "larme", + "pleurer", + "triste", + "visage" + ], + "emoji": "😿", + "text": "", + "type": 1, + "order": 119, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "chat qui boude", + "hexcode": "1F63E", + "tags": [ + "bouder", + "colère", + "désaccord", + "ennui", + "visage" + ], + "emoji": "😾", + "text": "", + "type": 1, + "order": 120, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "singe ne rien voir", + "hexcode": "1F648", + "tags": [ + "aveugle", + "singe" + ], + "emoji": "🙈", + "text": "", + "type": 1, + "order": 121, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "singe ne rien entendre", + "hexcode": "1F649", + "tags": [ + "singe", + "sourd" + ], + "emoji": "🙉", + "text": "", + "type": 1, + "order": 122, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "singe ne rien dire", + "hexcode": "1F64A", + "tags": [ + "muet", + "singe" + ], + "emoji": "🙊", + "text": "", + "type": 1, + "order": 123, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "trace de rouge à lèvres", + "hexcode": "1F48B", + "tags": [ + "baiser", + "lèvres", + "rouge" + ], + "emoji": "💋", + "text": "", + "type": 1, + "order": 124, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "lettre d’amour", + "hexcode": "1F48C", + "tags": [ + "amour", + "lettre" + ], + "emoji": "💌", + "text": "", + "type": 1, + "order": 125, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur et flèche", + "hexcode": "1F498", + "tags": [ + "cupidon", + "cœur", + "flèche" + ], + "emoji": "💘", + "text": "", + "type": 1, + "order": 126, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur avec ruban", + "hexcode": "1F49D", + "tags": [ + "cœur", + "ruban", + "saint-valentin" + ], + "emoji": "💝", + "text": "", + "type": 1, + "order": 127, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur étincelant", + "hexcode": "1F496", + "tags": [ + "cœur" + ], + "emoji": "💖", + "text": "", + "type": 1, + "order": 128, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur grandissant", + "hexcode": "1F497", + "tags": [ + "cœur" + ], + "emoji": "💗", + "text": "", + "type": 1, + "order": 129, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur battant", + "hexcode": "1F493", + "tags": [ + "cœur" + ], + "emoji": "💓", + "text": "", + "type": 1, + "order": 130, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœurs qui tournent", + "hexcode": "1F49E", + "tags": [ + "cœurs" + ], + "emoji": "💞", + "text": "", + "type": 1, + "order": 131, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "deux cœurs", + "hexcode": "1F495", + "tags": [ + "amour", + "cœurs" + ], + "emoji": "💕", + "text": "", + "type": 1, + "order": 132, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "décoration avec cœur", + "hexcode": "1F49F", + "tags": [ + "cœur" + ], + "emoji": "💟", + "text": "", + "type": 1, + "order": 133, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "cœur point d’exclamation", + "hexcode": "2763", + "tags": [ + "cœur", + "exclamation", + "ponctuation" + ], + "emoji": "❣️", + "text": "❣︎", + "type": 0, + "order": 135, + "group": 0, + "subgroup": 14, + "version": 1 + }, + { + "annotation": "cœur brisé", + "hexcode": "1F494", + "tags": [ + "cœur" + ], + "emoji": "💔", + "text": "", + "type": 1, + "order": 136, + "group": 0, + "subgroup": 14, + "version": 0.6, + "emoticon": "", + "skins": [ + { + "annotation": "mage homme : peau claire", + "hexcode": "1F9D9-1F3FB-200D-2642-FE0F", + "emoji": "🧙🏻‍♂️", + "text": "", + "type": 1, + "order": 1623, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "mage homme : peau moyennement claire", + "hexcode": "1F9D9-1F3FC-200D-2642-FE0F", + "emoji": "🧙🏼‍♂️", + "text": "", + "type": 1, + "order": 1625, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "mage homme : peau légèrement mate", + "hexcode": "1F9D9-1F3FD-200D-2642-FE0F", + "emoji": "🧙🏽‍♂️", + "text": "", + "type": 1, + "order": 1627, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "mage homme : peau mate", + "hexcode": "1F9D9-1F3FE-200D-2642-FE0F", + "emoji": "🧙🏾‍♂️", + "text": "", + "type": 1, + "order": 1629, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "mage homme : peau foncée", + "hexcode": "1F9D9-1F3FF-200D-2642-FE0F", + "emoji": "🧙🏿‍♂️", + "text": "", + "type": 1, + "order": 1631, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "mage femme", + "hexcode": "1F9D9-200D-2640-FE0F", + "tags": [ + "ensorceleuse", + "sorcière" + ], + "emoji": "🧙‍♀️", + "text": "", + "type": 1, + "order": 1633, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "mage femme : peau claire", + "hexcode": "1F9D9-1F3FB-200D-2640-FE0F", + "emoji": "🧙🏻‍♀️", + "text": "", + "type": 1, + "order": 1635, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "mage femme : peau moyennement claire", + "hexcode": "1F9D9-1F3FC-200D-2640-FE0F", + "emoji": "🧙🏼‍♀️", + "text": "", + "type": 1, + "order": 1637, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "mage femme : peau légèrement mate", + "hexcode": "1F9D9-1F3FD-200D-2640-FE0F", + "emoji": "🧙🏽‍♀️", + "text": "", + "type": 1, + "order": 1639, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "mage femme : peau mate", + "hexcode": "1F9D9-1F3FE-200D-2640-FE0F", + "emoji": "🧙🏾‍♀️", + "text": "", + "type": 1, + "order": 1641, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "mage femme : peau foncée", + "hexcode": "1F9D9-1F3FF-200D-2640-FE0F", + "emoji": "🧙🏿‍♀️", + "text": "", + "type": 1, + "order": 1643, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personnage féérique", + "hexcode": "1F9DA", + "tags": [ + "obéron", + "puck", + "titania" + ], + "emoji": "🧚", + "text": "", + "type": 1, + "order": 1645, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "personnage féérique : peau claire", + "hexcode": "1F9DA-1F3FB", + "emoji": "🧚🏻", + "text": "", + "type": 1, + "order": 1646, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "personnage féérique : peau moyennement claire", + "hexcode": "1F9DA-1F3FC", + "emoji": "🧚🏼", + "text": "", + "type": 1, + "order": 1647, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "personnage féérique : peau légèrement mate", + "hexcode": "1F9DA-1F3FD", + "emoji": "🧚🏽", + "text": "", + "type": 1, + "order": 1648, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "personnage féérique : peau mate", + "hexcode": "1F9DA-1F3FE", + "emoji": "🧚🏾", + "text": "", + "type": 1, + "order": 1649, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "personnage féérique : peau foncée", + "hexcode": "1F9DA-1F3FF", + "emoji": "🧚🏿", + "text": "", + "type": 1, + "order": 1650, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "féetaud", + "hexcode": "1F9DA-200D-2642-FE0F", + "tags": [ + "obéron", + "puck" + ], + "emoji": "🧚‍♂️", + "text": "", + "type": 1, + "order": 1651, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "féetaud : peau claire", + "hexcode": "1F9DA-1F3FB-200D-2642-FE0F", + "emoji": "🧚🏻‍♂️", + "text": "", + "type": 1, + "order": 1653, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "féetaud : peau moyennement claire", + "hexcode": "1F9DA-1F3FC-200D-2642-FE0F", + "emoji": "🧚🏼‍♂️", + "text": "", + "type": 1, + "order": 1655, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "féetaud : peau légèrement mate", + "hexcode": "1F9DA-1F3FD-200D-2642-FE0F", + "emoji": "🧚🏽‍♂️", + "text": "", + "type": 1, + "order": 1657, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "féetaud : peau mate", + "hexcode": "1F9DA-1F3FE-200D-2642-FE0F", + "emoji": "🧚🏾‍♂️", + "text": "", + "type": 1, + "order": 1659, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "féetaud : peau foncée", + "hexcode": "1F9DA-1F3FF-200D-2642-FE0F", + "emoji": "🧚🏿‍♂️", + "text": "", + "type": 1, + "order": 1661, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "fée", + "hexcode": "1F9DA-200D-2640-FE0F", + "tags": [ + "titania" + ], + "emoji": "🧚‍♀️", + "text": "", + "type": 1, + "order": 1663, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "fée : peau claire", + "hexcode": "1F9DA-1F3FB-200D-2640-FE0F", + "emoji": "🧚🏻‍♀️", + "text": "", + "type": 1, + "order": 1665, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "fée : peau moyennement claire", + "hexcode": "1F9DA-1F3FC-200D-2640-FE0F", + "emoji": "🧚🏼‍♀️", + "text": "", + "type": 1, + "order": 1667, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "fée : peau légèrement mate", + "hexcode": "1F9DA-1F3FD-200D-2640-FE0F", + "emoji": "🧚🏽‍♀️", + "text": "", + "type": 1, + "order": 1669, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "fée : peau mate", + "hexcode": "1F9DA-1F3FE-200D-2640-FE0F", + "emoji": "🧚🏾‍♀️", + "text": "", + "type": 1, + "order": 1671, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "fée : peau foncée", + "hexcode": "1F9DA-1F3FF-200D-2640-FE0F", + "emoji": "🧚🏿‍♀️", + "text": "", + "type": 1, + "order": 1673, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "vampire", + "hexcode": "1F9DB", + "tags": [ + "dracula", + "mort-vivant" + ], + "emoji": "🧛", + "text": "", + "type": 1, + "order": 1675, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": ":E", + "skins": [ + { + "annotation": "vampire : peau claire", + "hexcode": "1F9DB-1F3FB", + "emoji": "🧛🏻", + "text": "", + "type": 1, + "order": 1676, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "vampire : peau moyennement claire", + "hexcode": "1F9DB-1F3FC", + "emoji": "🧛🏼", + "text": "", + "type": 1, + "order": 1677, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "vampire : peau légèrement mate", + "hexcode": "1F9DB-1F3FD", + "emoji": "🧛🏽", + "text": "", + "type": 1, + "order": 1678, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "vampire : peau mate", + "hexcode": "1F9DB-1F3FE", + "emoji": "🧛🏾", + "text": "", + "type": 1, + "order": 1679, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "vampire : peau foncée", + "hexcode": "1F9DB-1F3FF", + "emoji": "🧛🏿", + "text": "", + "type": 1, + "order": 1680, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "vampire homme", + "hexcode": "1F9DB-200D-2642-FE0F", + "tags": [ + "dracula", + "mort-vivant" + ], + "emoji": "🧛‍♂️", + "text": "", + "type": 1, + "order": 1681, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "vampire homme : peau claire", + "hexcode": "1F9DB-1F3FB-200D-2642-FE0F", + "emoji": "🧛🏻‍♂️", + "text": "", + "type": 1, + "order": 1683, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "vampire homme : peau moyennement claire", + "hexcode": "1F9DB-1F3FC-200D-2642-FE0F", + "emoji": "🧛🏼‍♂️", + "text": "", + "type": 1, + "order": 1685, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "vampire homme : peau légèrement mate", + "hexcode": "1F9DB-1F3FD-200D-2642-FE0F", + "emoji": "🧛🏽‍♂️", + "text": "", + "type": 1, + "order": 1687, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "vampire homme : peau mate", + "hexcode": "1F9DB-1F3FE-200D-2642-FE0F", + "emoji": "🧛🏾‍♂️", + "text": "", + "type": 1, + "order": 1689, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "vampire homme : peau foncée", + "hexcode": "1F9DB-1F3FF-200D-2642-FE0F", + "emoji": "🧛🏿‍♂️", + "text": "", + "type": 1, + "order": 1691, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "vampire femme", + "hexcode": "1F9DB-200D-2640-FE0F", + "tags": [ + "morte-vivante" + ], + "emoji": "🧛‍♀️", + "text": "", + "type": 1, + "order": 1693, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "vampire femme : peau claire", + "hexcode": "1F9DB-1F3FB-200D-2640-FE0F", + "emoji": "🧛🏻‍♀️", + "text": "", + "type": 1, + "order": 1695, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "vampire femme : peau moyennement claire", + "hexcode": "1F9DB-1F3FC-200D-2640-FE0F", + "emoji": "🧛🏼‍♀️", + "text": "", + "type": 1, + "order": 1697, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "vampire femme : peau légèrement mate", + "hexcode": "1F9DB-1F3FD-200D-2640-FE0F", + "emoji": "🧛🏽‍♀️", + "text": "", + "type": 1, + "order": 1699, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "vampire femme : peau mate", + "hexcode": "1F9DB-1F3FE-200D-2640-FE0F", + "emoji": "🧛🏾‍♀️", + "text": "", + "type": 1, + "order": 1701, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "vampire femme : peau foncée", + "hexcode": "1F9DB-1F3FF-200D-2640-FE0F", + "emoji": "🧛🏿‍♀️", + "text": "", + "type": 1, + "order": 1703, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "créature aquatique", + "hexcode": "1F9DC", + "tags": [ + "sirène", + "triton" + ], + "emoji": "🧜", + "text": "", + "type": 1, + "order": 1705, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "créature aquatique : peau claire", + "hexcode": "1F9DC-1F3FB", + "emoji": "🧜🏻", + "text": "", + "type": 1, + "order": 1706, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "créature aquatique : peau moyennement claire", + "hexcode": "1F9DC-1F3FC", + "emoji": "🧜🏼", + "text": "", + "type": 1, + "order": 1707, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "créature aquatique : peau légèrement mate", + "hexcode": "1F9DC-1F3FD", + "emoji": "🧜🏽", + "text": "", + "type": 1, + "order": 1708, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "créature aquatique : peau mate", + "hexcode": "1F9DC-1F3FE", + "emoji": "🧜🏾", + "text": "", + "type": 1, + "order": 1709, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "créature aquatique : peau foncée", + "hexcode": "1F9DC-1F3FF", + "emoji": "🧜🏿", + "text": "", + "type": 1, + "order": 1710, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "triton", + "hexcode": "1F9DC-200D-2642-FE0F", + "tags": [ + "triton" + ], + "emoji": "🧜‍♂️", + "text": "", + "type": 1, + "order": 1711, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "triton : peau claire", + "hexcode": "1F9DC-1F3FB-200D-2642-FE0F", + "emoji": "🧜🏻‍♂️", + "text": "", + "type": 1, + "order": 1713, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "triton : peau moyennement claire", + "hexcode": "1F9DC-1F3FC-200D-2642-FE0F", + "emoji": "🧜🏼‍♂️", + "text": "", + "type": 1, + "order": 1715, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "triton : peau légèrement mate", + "hexcode": "1F9DC-1F3FD-200D-2642-FE0F", + "emoji": "🧜🏽‍♂️", + "text": "", + "type": 1, + "order": 1717, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "triton : peau mate", + "hexcode": "1F9DC-1F3FE-200D-2642-FE0F", + "emoji": "🧜🏾‍♂️", + "text": "", + "type": 1, + "order": 1719, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "triton : peau foncée", + "hexcode": "1F9DC-1F3FF-200D-2642-FE0F", + "emoji": "🧜🏿‍♂️", + "text": "", + "type": 1, + "order": 1721, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "sirène", + "hexcode": "1F9DC-200D-2640-FE0F", + "tags": [ + "sirène" + ], + "emoji": "🧜‍♀️", + "text": "", + "type": 1, + "order": 1723, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "sirène : peau claire", + "hexcode": "1F9DC-1F3FB-200D-2640-FE0F", + "emoji": "🧜🏻‍♀️", + "text": "", + "type": 1, + "order": 1725, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "sirène : peau moyennement claire", + "hexcode": "1F9DC-1F3FC-200D-2640-FE0F", + "emoji": "🧜🏼‍♀️", + "text": "", + "type": 1, + "order": 1727, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "sirène : peau légèrement mate", + "hexcode": "1F9DC-1F3FD-200D-2640-FE0F", + "emoji": "🧜🏽‍♀️", + "text": "", + "type": 1, + "order": 1729, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "sirène : peau mate", + "hexcode": "1F9DC-1F3FE-200D-2640-FE0F", + "emoji": "🧜🏾‍♀️", + "text": "", + "type": 1, + "order": 1731, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "sirène : peau foncée", + "hexcode": "1F9DC-1F3FF-200D-2640-FE0F", + "emoji": "🧜🏿‍♀️", + "text": "", + "type": 1, + "order": 1733, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "elfe", + "hexcode": "1F9DD", + "tags": [ + "magique" + ], + "emoji": "🧝", + "text": "", + "type": 1, + "order": 1735, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "elfe : peau claire", + "hexcode": "1F9DD-1F3FB", + "emoji": "🧝🏻", + "text": "", + "type": 1, + "order": 1736, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "elfe : peau moyennement claire", + "hexcode": "1F9DD-1F3FC", + "emoji": "🧝🏼", + "text": "", + "type": 1, + "order": 1737, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "elfe : peau légèrement mate", + "hexcode": "1F9DD-1F3FD", + "emoji": "🧝🏽", + "text": "", + "type": 1, + "order": 1738, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "elfe : peau mate", + "hexcode": "1F9DD-1F3FE", + "emoji": "🧝🏾", + "text": "", + "type": 1, + "order": 1739, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "elfe : peau foncée", + "hexcode": "1F9DD-1F3FF", + "emoji": "🧝🏿", + "text": "", + "type": 1, + "order": 1740, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "elfe homme", + "hexcode": "1F9DD-200D-2642-FE0F", + "tags": [ + "magique" + ], + "emoji": "🧝‍♂️", + "text": "", + "type": 1, + "order": 1741, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "elfe homme : peau claire", + "hexcode": "1F9DD-1F3FB-200D-2642-FE0F", + "emoji": "🧝🏻‍♂️", + "text": "", + "type": 1, + "order": 1743, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "elfe homme : peau moyennement claire", + "hexcode": "1F9DD-1F3FC-200D-2642-FE0F", + "emoji": "🧝🏼‍♂️", + "text": "", + "type": 1, + "order": 1745, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "elfe homme : peau légèrement mate", + "hexcode": "1F9DD-1F3FD-200D-2642-FE0F", + "emoji": "🧝🏽‍♂️", + "text": "", + "type": 1, + "order": 1747, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "elfe homme : peau mate", + "hexcode": "1F9DD-1F3FE-200D-2642-FE0F", + "emoji": "🧝🏾‍♂️", + "text": "", + "type": 1, + "order": 1749, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "elfe homme : peau foncée", + "hexcode": "1F9DD-1F3FF-200D-2642-FE0F", + "emoji": "🧝🏿‍♂️", + "text": "", + "type": 1, + "order": 1751, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "elfe femme", + "hexcode": "1F9DD-200D-2640-FE0F", + "tags": [ + "magique" + ], + "emoji": "🧝‍♀️", + "text": "", + "type": 1, + "order": 1753, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "elfe femme : peau claire", + "hexcode": "1F9DD-1F3FB-200D-2640-FE0F", + "emoji": "🧝🏻‍♀️", + "text": "", + "type": 1, + "order": 1755, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "elfe femme : peau moyennement claire", + "hexcode": "1F9DD-1F3FC-200D-2640-FE0F", + "emoji": "🧝🏼‍♀️", + "text": "", + "type": 1, + "order": 1757, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "elfe femme : peau légèrement mate", + "hexcode": "1F9DD-1F3FD-200D-2640-FE0F", + "emoji": "🧝🏽‍♀️", + "text": "", + "type": 1, + "order": 1759, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "elfe femme : peau mate", + "hexcode": "1F9DD-1F3FE-200D-2640-FE0F", + "emoji": "🧝🏾‍♀️", + "text": "", + "type": 1, + "order": 1761, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "elfe femme : peau foncée", + "hexcode": "1F9DD-1F3FF-200D-2640-FE0F", + "emoji": "🧝🏿‍♀️", + "text": "", + "type": 1, + "order": 1763, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "génie", + "hexcode": "1F9DE", + "tags": [ + "djinn" + ], + "emoji": "🧞", + "text": "", + "type": 1, + "order": 1765, + "group": 1, + "subgroup": 25, + "version": 5 + }, + { + "annotation": "génie homme", + "hexcode": "1F9DE-200D-2642-FE0F", + "tags": [ + "djinn" + ], + "emoji": "🧞‍♂️", + "text": "", + "type": 1, + "order": 1766, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "génie femme", + "hexcode": "1F9DE-200D-2640-FE0F", + "tags": [ + "djinn" + ], + "emoji": "🧞‍♀️", + "text": "", + "type": 1, + "order": 1768, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "zombie", + "hexcode": "1F9DF", + "tags": [ + "mort-vivant" + ], + "emoji": "🧟", + "text": "", + "type": 1, + "order": 1770, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": "8#" + }, + { + "annotation": "zombie homme", + "hexcode": "1F9DF-200D-2642-FE0F", + "tags": [ + "mort-vivant" + ], + "emoji": "🧟‍♂️", + "text": "", + "type": 1, + "order": 1771, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "zombie femme", + "hexcode": "1F9DF-200D-2640-FE0F", + "tags": [ + "morte-vivante" + ], + "emoji": "🧟‍♀️", + "text": "", + "type": 1, + "order": 1773, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "personne qui se fait masser", + "hexcode": "1F486", + "tags": [ + "massage", + "salon", + "visage" + ], + "emoji": "💆", + "text": "", + "type": 1, + "order": 1775, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "personne qui se fait masser : peau claire", + "hexcode": "1F486-1F3FB", + "emoji": "💆🏻", + "text": "", + "type": 1, + "order": 1776, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne qui se fait masser : peau moyennement claire", + "hexcode": "1F486-1F3FC", + "emoji": "💆🏼", + "text": "", + "type": 1, + "order": 1777, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne qui se fait masser : peau légèrement mate", + "hexcode": "1F486-1F3FD", + "emoji": "💆🏽", + "text": "", + "type": 1, + "order": 1778, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne qui se fait masser : peau mate", + "hexcode": "1F486-1F3FE", + "emoji": "💆🏾", + "text": "", + "type": 1, + "order": 1779, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne qui se fait masser : peau foncée", + "hexcode": "1F486-1F3FF", + "emoji": "💆🏿", + "text": "", + "type": 1, + "order": 1780, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "homme qui se fait masser", + "hexcode": "1F486-200D-2642-FE0F", + "tags": [ + "homme", + "massage", + "visage" + ], + "emoji": "💆‍♂️", + "text": "", + "type": 1, + "order": 1781, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme qui se fait masser : peau claire", + "hexcode": "1F486-1F3FB-200D-2642-FE0F", + "emoji": "💆🏻‍♂️", + "text": "", + "type": 1, + "order": 1783, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme qui se fait masser : peau moyennement claire", + "hexcode": "1F486-1F3FC-200D-2642-FE0F", + "emoji": "💆🏼‍♂️", + "text": "", + "type": 1, + "order": 1785, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme qui se fait masser : peau légèrement mate", + "hexcode": "1F486-1F3FD-200D-2642-FE0F", + "emoji": "💆🏽‍♂️", + "text": "", + "type": 1, + "order": 1787, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme qui se fait masser : peau mate", + "hexcode": "1F486-1F3FE-200D-2642-FE0F", + "emoji": "💆🏾‍♂️", + "text": "", + "type": 1, + "order": 1789, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme qui se fait masser : peau foncée", + "hexcode": "1F486-1F3FF-200D-2642-FE0F", + "emoji": "💆🏿‍♂️", + "text": "", + "type": 1, + "order": 1791, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme qui se fait masser", + "hexcode": "1F486-200D-2640-FE0F", + "tags": [ + "femme", + "massage", + "visage" + ], + "emoji": "💆‍♀️", + "text": "", + "type": 1, + "order": 1793, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme qui se fait masser : peau claire", + "hexcode": "1F486-1F3FB-200D-2640-FE0F", + "emoji": "💆🏻‍♀️", + "text": "", + "type": 1, + "order": 1795, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme qui se fait masser : peau moyennement claire", + "hexcode": "1F486-1F3FC-200D-2640-FE0F", + "emoji": "💆🏼‍♀️", + "text": "", + "type": 1, + "order": 1797, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme qui se fait masser : peau légèrement mate", + "hexcode": "1F486-1F3FD-200D-2640-FE0F", + "emoji": "💆🏽‍♀️", + "text": "", + "type": 1, + "order": 1799, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme qui se fait masser : peau mate", + "hexcode": "1F486-1F3FE-200D-2640-FE0F", + "emoji": "💆🏾‍♀️", + "text": "", + "type": 1, + "order": 1801, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme qui se fait masser : peau foncée", + "hexcode": "1F486-1F3FF-200D-2640-FE0F", + "emoji": "💆🏿‍♀️", + "text": "", + "type": 1, + "order": 1803, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne qui se fait couper les cheveux", + "hexcode": "1F487", + "tags": [ + "barbier", + "beauté", + "coiffure", + "salon" + ], + "emoji": "💇", + "text": "", + "type": 1, + "order": 1805, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "personne qui se fait couper les cheveux : peau claire", + "hexcode": "1F487-1F3FB", + "emoji": "💇🏻", + "text": "", + "type": 1, + "order": 1806, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne qui se fait couper les cheveux : peau moyennement claire", + "hexcode": "1F487-1F3FC", + "emoji": "💇🏼", + "text": "", + "type": 1, + "order": 1807, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne qui se fait couper les cheveux : peau légèrement mate", + "hexcode": "1F487-1F3FD", + "emoji": "💇🏽", + "text": "", + "type": 1, + "order": 1808, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne qui se fait couper les cheveux : peau mate", + "hexcode": "1F487-1F3FE", + "emoji": "💇🏾", + "text": "", + "type": 1, + "order": 1809, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne qui se fait couper les cheveux : peau foncée", + "hexcode": "1F487-1F3FF", + "emoji": "💇🏿", + "text": "", + "type": 1, + "order": 1810, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "homme qui se fait couper les cheveux", + "hexcode": "1F487-200D-2642-FE0F", + "tags": [ + "coiffure", + "homme" + ], + "emoji": "💇‍♂️", + "text": "", + "type": 1, + "order": 1811, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme qui se fait couper les cheveux : peau claire", + "hexcode": "1F487-1F3FB-200D-2642-FE0F", + "emoji": "💇🏻‍♂️", + "text": "", + "type": 1, + "order": 1813, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme qui se fait couper les cheveux : peau moyennement claire", + "hexcode": "1F487-1F3FC-200D-2642-FE0F", + "emoji": "💇🏼‍♂️", + "text": "", + "type": 1, + "order": 1815, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme qui se fait couper les cheveux : peau légèrement mate", + "hexcode": "1F487-1F3FD-200D-2642-FE0F", + "emoji": "💇🏽‍♂️", + "text": "", + "type": 1, + "order": 1817, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme qui se fait couper les cheveux : peau mate", + "hexcode": "1F487-1F3FE-200D-2642-FE0F", + "emoji": "💇🏾‍♂️", + "text": "", + "type": 1, + "order": 1819, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme qui se fait couper les cheveux : peau foncée", + "hexcode": "1F487-1F3FF-200D-2642-FE0F", + "emoji": "💇🏿‍♂️", + "text": "", + "type": 1, + "order": 1821, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme qui se fait couper les cheveux", + "hexcode": "1F487-200D-2640-FE0F", + "tags": [ + "coiffure", + "femme" + ], + "emoji": "💇‍♀️", + "text": "", + "type": 1, + "order": 1823, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme qui se fait couper les cheveux : peau claire", + "hexcode": "1F487-1F3FB-200D-2640-FE0F", + "emoji": "💇🏻‍♀️", + "text": "", + "type": 1, + "order": 1825, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme qui se fait couper les cheveux : peau moyennement claire", + "hexcode": "1F487-1F3FC-200D-2640-FE0F", + "emoji": "💇🏼‍♀️", + "text": "", + "type": 1, + "order": 1827, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme qui se fait couper les cheveux : peau légèrement mate", + "hexcode": "1F487-1F3FD-200D-2640-FE0F", + "emoji": "💇🏽‍♀️", + "text": "", + "type": 1, + "order": 1829, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme qui se fait couper les cheveux : peau mate", + "hexcode": "1F487-1F3FE-200D-2640-FE0F", + "emoji": "💇🏾‍♀️", + "text": "", + "type": 1, + "order": 1831, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme qui se fait couper les cheveux : peau foncée", + "hexcode": "1F487-1F3FF-200D-2640-FE0F", + "emoji": "💇🏿‍♀️", + "text": "", + "type": 1, + "order": 1833, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne qui marche", + "hexcode": "1F6B6", + "tags": [ + "marche", + "piéton" + ], + "emoji": "🚶", + "text": "", + "type": 1, + "order": 1835, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "personne qui marche : peau claire", + "hexcode": "1F6B6-1F3FB", + "emoji": "🚶🏻", + "text": "", + "type": 1, + "order": 1836, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne qui marche : peau moyennement claire", + "hexcode": "1F6B6-1F3FC", + "emoji": "🚶🏼", + "text": "", + "type": 1, + "order": 1837, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne qui marche : peau légèrement mate", + "hexcode": "1F6B6-1F3FD", + "emoji": "🚶🏽", + "text": "", + "type": 1, + "order": 1838, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne qui marche : peau mate", + "hexcode": "1F6B6-1F3FE", + "emoji": "🚶🏾", + "text": "", + "type": 1, + "order": 1839, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne qui marche : peau foncée", + "hexcode": "1F6B6-1F3FF", + "emoji": "🚶🏿", + "text": "", + "type": 1, + "order": 1840, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "homme qui marche", + "hexcode": "1F6B6-200D-2642-FE0F", + "tags": [ + "homme", + "marche", + "piéton" + ], + "emoji": "🚶‍♂️", + "text": "", + "type": 1, + "order": 1841, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme qui marche : peau claire", + "hexcode": "1F6B6-1F3FB-200D-2642-FE0F", + "emoji": "🚶🏻‍♂️", + "text": "", + "type": 1, + "order": 1843, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme qui marche : peau moyennement claire", + "hexcode": "1F6B6-1F3FC-200D-2642-FE0F", + "emoji": "🚶🏼‍♂️", + "text": "", + "type": 1, + "order": 1845, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme qui marche : peau légèrement mate", + "hexcode": "1F6B6-1F3FD-200D-2642-FE0F", + "emoji": "🚶🏽‍♂️", + "text": "", + "type": 1, + "order": 1847, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme qui marche : peau mate", + "hexcode": "1F6B6-1F3FE-200D-2642-FE0F", + "emoji": "🚶🏾‍♂️", + "text": "", + "type": 1, + "order": 1849, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme qui marche : peau foncée", + "hexcode": "1F6B6-1F3FF-200D-2642-FE0F", + "emoji": "🚶🏿‍♂️", + "text": "", + "type": 1, + "order": 1851, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme qui marche", + "hexcode": "1F6B6-200D-2640-FE0F", + "tags": [ + "femme", + "marche", + "piétonne" + ], + "emoji": "🚶‍♀️", + "text": "", + "type": 1, + "order": 1853, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme qui marche : peau claire", + "hexcode": "1F6B6-1F3FB-200D-2640-FE0F", + "emoji": "🚶🏻‍♀️", + "text": "", + "type": 1, + "order": 1855, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme qui marche : peau moyennement claire", + "hexcode": "1F6B6-1F3FC-200D-2640-FE0F", + "emoji": "🚶🏼‍♀️", + "text": "", + "type": 1, + "order": 1857, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme qui marche : peau légèrement mate", + "hexcode": "1F6B6-1F3FD-200D-2640-FE0F", + "emoji": "🚶🏽‍♀️", + "text": "", + "type": 1, + "order": 1859, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme qui marche : peau mate", + "hexcode": "1F6B6-1F3FE-200D-2640-FE0F", + "emoji": "🚶🏾‍♀️", + "text": "", + "type": 1, + "order": 1861, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme qui marche : peau foncée", + "hexcode": "1F6B6-1F3FF-200D-2640-FE0F", + "emoji": "🚶🏿‍♀️", + "text": "", + "type": 1, + "order": 1863, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne debout", + "hexcode": "1F9CD", + "tags": [ + "debout" + ], + "emoji": "🧍", + "text": "", + "type": 1, + "order": 1865, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "personne debout : peau claire", + "hexcode": "1F9CD-1F3FB", + "emoji": "🧍🏻", + "text": "", + "type": 1, + "order": 1866, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "personne debout : peau moyennement claire", + "hexcode": "1F9CD-1F3FC", + "emoji": "🧍🏼", + "text": "", + "type": 1, + "order": 1867, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "personne debout : peau légèrement mate", + "hexcode": "1F9CD-1F3FD", + "emoji": "🧍🏽", + "text": "", + "type": 1, + "order": 1868, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "personne debout : peau mate", + "hexcode": "1F9CD-1F3FE", + "emoji": "🧍🏾", + "text": "", + "type": 1, + "order": 1869, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "personne debout : peau foncée", + "hexcode": "1F9CD-1F3FF", + "emoji": "🧍🏿", + "text": "", + "type": 1, + "order": 1870, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "homme debout", + "hexcode": "1F9CD-200D-2642-FE0F", + "tags": [ + "debout", + "homme" + ], + "emoji": "🧍‍♂️", + "text": "", + "type": 1, + "order": 1871, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "homme debout : peau claire", + "hexcode": "1F9CD-1F3FB-200D-2642-FE0F", + "emoji": "🧍🏻‍♂️", + "text": "", + "type": 1, + "order": 1873, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme debout : peau moyennement claire", + "hexcode": "1F9CD-1F3FC-200D-2642-FE0F", + "emoji": "🧍🏼‍♂️", + "text": "", + "type": 1, + "order": 1875, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme debout : peau légèrement mate", + "hexcode": "1F9CD-1F3FD-200D-2642-FE0F", + "emoji": "🧍🏽‍♂️", + "text": "", + "type": 1, + "order": 1877, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme debout : peau mate", + "hexcode": "1F9CD-1F3FE-200D-2642-FE0F", + "emoji": "🧍🏾‍♂️", + "text": "", + "type": 1, + "order": 1879, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme debout : peau foncée", + "hexcode": "1F9CD-1F3FF-200D-2642-FE0F", + "emoji": "🧍🏿‍♂️", + "text": "", + "type": 1, + "order": 1881, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme debout", + "hexcode": "1F9CD-200D-2640-FE0F", + "tags": [ + "debout", + "femme" + ], + "emoji": "🧍‍♀️", + "text": "", + "type": 1, + "order": 1883, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "femme debout : peau claire", + "hexcode": "1F9CD-1F3FB-200D-2640-FE0F", + "emoji": "🧍🏻‍♀️", + "text": "", + "type": 1, + "order": 1885, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme debout : peau moyennement claire", + "hexcode": "1F9CD-1F3FC-200D-2640-FE0F", + "emoji": "🧍🏼‍♀️", + "text": "", + "type": 1, + "order": 1887, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme debout : peau légèrement mate", + "hexcode": "1F9CD-1F3FD-200D-2640-FE0F", + "emoji": "🧍🏽‍♀️", + "text": "", + "type": 1, + "order": 1889, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme debout : peau mate", + "hexcode": "1F9CD-1F3FE-200D-2640-FE0F", + "emoji": "🧍🏾‍♀️", + "text": "", + "type": 1, + "order": 1891, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme debout : peau foncée", + "hexcode": "1F9CD-1F3FF-200D-2640-FE0F", + "emoji": "🧍🏿‍♀️", + "text": "", + "type": 1, + "order": 1893, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne à genoux", + "hexcode": "1F9CE", + "tags": [ + "à genoux" + ], + "emoji": "🧎", + "text": "", + "type": 1, + "order": 1895, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "personne à genoux : peau claire", + "hexcode": "1F9CE-1F3FB", + "emoji": "🧎🏻", + "text": "", + "type": 1, + "order": 1896, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "personne à genoux : peau moyennement claire", + "hexcode": "1F9CE-1F3FC", + "emoji": "🧎🏼", + "text": "", + "type": 1, + "order": 1897, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "personne à genoux : peau légèrement mate", + "hexcode": "1F9CE-1F3FD", + "emoji": "🧎🏽", + "text": "", + "type": 1, + "order": 1898, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "personne à genoux : peau mate", + "hexcode": "1F9CE-1F3FE", + "emoji": "🧎🏾", + "text": "", + "type": 1, + "order": 1899, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "personne à genoux : peau foncée", + "hexcode": "1F9CE-1F3FF", + "emoji": "🧎🏿", + "text": "", + "type": 1, + "order": 1900, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "homme à genoux", + "hexcode": "1F9CE-200D-2642-FE0F", + "tags": [ + "homme", + "à genoux" + ], + "emoji": "🧎‍♂️", + "text": "", + "type": 1, + "order": 1901, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "homme à genoux : peau claire", + "hexcode": "1F9CE-1F3FB-200D-2642-FE0F", + "emoji": "🧎🏻‍♂️", + "text": "", + "type": 1, + "order": 1903, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme à genoux : peau moyennement claire", + "hexcode": "1F9CE-1F3FC-200D-2642-FE0F", + "emoji": "🧎🏼‍♂️", + "text": "", + "type": 1, + "order": 1905, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme à genoux : peau légèrement mate", + "hexcode": "1F9CE-1F3FD-200D-2642-FE0F", + "emoji": "🧎🏽‍♂️", + "text": "", + "type": 1, + "order": 1907, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme à genoux : peau mate", + "hexcode": "1F9CE-1F3FE-200D-2642-FE0F", + "emoji": "🧎🏾‍♂️", + "text": "", + "type": 1, + "order": 1909, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme à genoux : peau foncée", + "hexcode": "1F9CE-1F3FF-200D-2642-FE0F", + "emoji": "🧎🏿‍♂️", + "text": "", + "type": 1, + "order": 1911, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme à genoux", + "hexcode": "1F9CE-200D-2640-FE0F", + "tags": [ + "femme", + "à genoux" + ], + "emoji": "🧎‍♀️", + "text": "", + "type": 1, + "order": 1913, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "femme à genoux : peau claire", + "hexcode": "1F9CE-1F3FB-200D-2640-FE0F", + "emoji": "🧎🏻‍♀️", + "text": "", + "type": 1, + "order": 1915, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme à genoux : peau moyennement claire", + "hexcode": "1F9CE-1F3FC-200D-2640-FE0F", + "emoji": "🧎🏼‍♀️", + "text": "", + "type": 1, + "order": 1917, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme à genoux : peau légèrement mate", + "hexcode": "1F9CE-1F3FD-200D-2640-FE0F", + "emoji": "🧎🏽‍♀️", + "text": "", + "type": 1, + "order": 1919, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme à genoux : peau mate", + "hexcode": "1F9CE-1F3FE-200D-2640-FE0F", + "emoji": "🧎🏾‍♀️", + "text": "", + "type": 1, + "order": 1921, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme à genoux : peau foncée", + "hexcode": "1F9CE-1F3FF-200D-2640-FE0F", + "emoji": "🧎🏿‍♀️", + "text": "", + "type": 1, + "order": 1923, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne avec une canne blanche", + "hexcode": "1F9D1-200D-1F9AF", + "tags": [ + "accessibilité", + "aveugle" + ], + "emoji": "🧑‍🦯", + "text": "", + "type": 1, + "order": 1925, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "personne avec une canne blanche : peau claire", + "hexcode": "1F9D1-1F3FB-200D-1F9AF", + "emoji": "🧑🏻‍🦯", + "text": "", + "type": 1, + "order": 1926, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "personne avec une canne blanche : peau moyennement claire", + "hexcode": "1F9D1-1F3FC-200D-1F9AF", + "emoji": "🧑🏼‍🦯", + "text": "", + "type": 1, + "order": 1927, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "personne avec une canne blanche : peau légèrement mate", + "hexcode": "1F9D1-1F3FD-200D-1F9AF", + "emoji": "🧑🏽‍🦯", + "text": "", + "type": 1, + "order": 1928, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "personne avec une canne blanche : peau mate", + "hexcode": "1F9D1-1F3FE-200D-1F9AF", + "emoji": "🧑🏾‍🦯", + "text": "", + "type": 1, + "order": 1929, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "personne avec une canne blanche : peau foncée", + "hexcode": "1F9D1-1F3FF-200D-1F9AF", + "emoji": "🧑🏿‍🦯", + "text": "", + "type": 1, + "order": 1930, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "homme avec canne blanche", + "hexcode": "1F468-200D-1F9AF", + "tags": [ + "accessibilité", + "aveugle", + "déficient visuel", + "homme", + "malvoyant" + ], + "emoji": "👨‍🦯", + "text": "", + "type": 1, + "order": 1931, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "homme avec canne blanche : peau claire", + "hexcode": "1F468-1F3FB-200D-1F9AF", + "emoji": "👨🏻‍🦯", + "text": "", + "type": 1, + "order": 1932, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "homme avec canne blanche : peau moyennement claire", + "hexcode": "1F468-1F3FC-200D-1F9AF", + "emoji": "👨🏼‍🦯", + "text": "", + "type": 1, + "order": 1933, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "homme avec canne blanche : peau légèrement mate", + "hexcode": "1F468-1F3FD-200D-1F9AF", + "emoji": "👨🏽‍🦯", + "text": "", + "type": 1, + "order": 1934, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "homme avec canne blanche : peau mate", + "hexcode": "1F468-1F3FE-200D-1F9AF", + "emoji": "👨🏾‍🦯", + "text": "", + "type": 1, + "order": 1935, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "homme avec canne blanche : peau foncée", + "hexcode": "1F468-1F3FF-200D-1F9AF", + "emoji": "👨🏿‍🦯", + "text": "", + "type": 1, + "order": 1936, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "femme avec canne blanche", + "hexcode": "1F469-200D-1F9AF", + "tags": [ + "accessibilité", + "aveugle", + "déficiente visuelle", + "femme", + "malvoyante" + ], + "emoji": "👩‍🦯", + "text": "", + "type": 1, + "order": 1937, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "femme avec canne blanche : peau claire", + "hexcode": "1F469-1F3FB-200D-1F9AF", + "emoji": "👩🏻‍🦯", + "text": "", + "type": 1, + "order": 1938, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "femme avec canne blanche : peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-1F9AF", + "emoji": "👩🏼‍🦯", + "text": "", + "type": 1, + "order": 1939, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "femme avec canne blanche : peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-1F9AF", + "emoji": "👩🏽‍🦯", + "text": "", + "type": 1, + "order": 1940, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "femme avec canne blanche : peau mate", + "hexcode": "1F469-1F3FE-200D-1F9AF", + "emoji": "👩🏾‍🦯", + "text": "", + "type": 1, + "order": 1941, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "femme avec canne blanche : peau foncée", + "hexcode": "1F469-1F3FF-200D-1F9AF", + "emoji": "👩🏿‍🦯", + "text": "", + "type": 1, + "order": 1942, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "personne en fauteuil motorisé", + "hexcode": "1F9D1-200D-1F9BC", + "tags": [ + "accessibilité", + "fauteuil roulant" + ], + "emoji": "🧑‍🦼", + "text": "", + "type": 1, + "order": 1943, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "personne en fauteuil motorisé : peau claire", + "hexcode": "1F9D1-1F3FB-200D-1F9BC", + "emoji": "🧑🏻‍🦼", + "text": "", + "type": 1, + "order": 1944, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "personne en fauteuil motorisé : peau moyennement claire", + "hexcode": "1F9D1-1F3FC-200D-1F9BC", + "emoji": "🧑🏼‍🦼", + "text": "", + "type": 1, + "order": 1945, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "personne en fauteuil motorisé : peau légèrement mate", + "hexcode": "1F9D1-1F3FD-200D-1F9BC", + "emoji": "🧑🏽‍🦼", + "text": "", + "type": 1, + "order": 1946, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "personne en fauteuil motorisé : peau mate", + "hexcode": "1F9D1-1F3FE-200D-1F9BC", + "emoji": "🧑🏾‍🦼", + "text": "", + "type": 1, + "order": 1947, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "personne en fauteuil motorisé : peau foncée", + "hexcode": "1F9D1-1F3FF-200D-1F9BC", + "emoji": "🧑🏿‍🦼", + "text": "", + "type": 1, + "order": 1948, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "homme en fauteuil motorisé", + "hexcode": "1F468-200D-1F9BC", + "tags": [ + "accessibilité", + "fauteuil roulant", + "homme" + ], + "emoji": "👨‍🦼", + "text": "", + "type": 1, + "order": 1949, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "homme en fauteuil motorisé : peau claire", + "hexcode": "1F468-1F3FB-200D-1F9BC", + "emoji": "👨🏻‍🦼", + "text": "", + "type": 1, + "order": 1950, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "homme en fauteuil motorisé : peau moyennement claire", + "hexcode": "1F468-1F3FC-200D-1F9BC", + "emoji": "👨🏼‍🦼", + "text": "", + "type": 1, + "order": 1951, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "homme en fauteuil motorisé : peau légèrement mate", + "hexcode": "1F468-1F3FD-200D-1F9BC", + "emoji": "👨🏽‍🦼", + "text": "", + "type": 1, + "order": 1952, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "homme en fauteuil motorisé : peau mate", + "hexcode": "1F468-1F3FE-200D-1F9BC", + "emoji": "👨🏾‍🦼", + "text": "", + "type": 1, + "order": 1953, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "homme en fauteuil motorisé : peau foncée", + "hexcode": "1F468-1F3FF-200D-1F9BC", + "emoji": "👨🏿‍🦼", + "text": "", + "type": 1, + "order": 1954, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "femme en fauteuil motorisé", + "hexcode": "1F469-200D-1F9BC", + "tags": [ + "accessibilité", + "fauteuil roulant", + "femme" + ], + "emoji": "👩‍🦼", + "text": "", + "type": 1, + "order": 1955, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "femme en fauteuil motorisé : peau claire", + "hexcode": "1F469-1F3FB-200D-1F9BC", + "emoji": "👩🏻‍🦼", + "text": "", + "type": 1, + "order": 1956, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "femme en fauteuil motorisé : peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-1F9BC", + "emoji": "👩🏼‍🦼", + "text": "", + "type": 1, + "order": 1957, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "femme en fauteuil motorisé : peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-1F9BC", + "emoji": "👩🏽‍🦼", + "text": "", + "type": 1, + "order": 1958, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "femme en fauteuil motorisé : peau mate", + "hexcode": "1F469-1F3FE-200D-1F9BC", + "emoji": "👩🏾‍🦼", + "text": "", + "type": 1, + "order": 1959, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "femme en fauteuil motorisé : peau foncée", + "hexcode": "1F469-1F3FF-200D-1F9BC", + "emoji": "👩🏿‍🦼", + "text": "", + "type": 1, + "order": 1960, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "personne en fauteuil roulant manuel", + "hexcode": "1F9D1-200D-1F9BD", + "tags": [ + "accessibilité", + "fauteuil roulant" + ], + "emoji": "🧑‍🦽", + "text": "", + "type": 1, + "order": 1961, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "personne en fauteuil roulant manuel : peau claire", + "hexcode": "1F9D1-1F3FB-200D-1F9BD", + "emoji": "🧑🏻‍🦽", + "text": "", + "type": 1, + "order": 1962, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "personne en fauteuil roulant manuel : peau moyennement claire", + "hexcode": "1F9D1-1F3FC-200D-1F9BD", + "emoji": "🧑🏼‍🦽", + "text": "", + "type": 1, + "order": 1963, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "personne en fauteuil roulant manuel : peau légèrement mate", + "hexcode": "1F9D1-1F3FD-200D-1F9BD", + "emoji": "🧑🏽‍🦽", + "text": "", + "type": 1, + "order": 1964, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "personne en fauteuil roulant manuel : peau mate", + "hexcode": "1F9D1-1F3FE-200D-1F9BD", + "emoji": "🧑🏾‍🦽", + "text": "", + "type": 1, + "order": 1965, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "personne en fauteuil roulant manuel : peau foncée", + "hexcode": "1F9D1-1F3FF-200D-1F9BD", + "emoji": "🧑🏿‍🦽", + "text": "", + "type": 1, + "order": 1966, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "homme en fauteuil roulant manuel", + "hexcode": "1F468-200D-1F9BD", + "tags": [ + "accessibilité", + "fauteuil roulant", + "homme" + ], + "emoji": "👨‍🦽", + "text": "", + "type": 1, + "order": 1967, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "homme en fauteuil roulant manuel : peau claire", + "hexcode": "1F468-1F3FB-200D-1F9BD", + "emoji": "👨🏻‍🦽", + "text": "", + "type": 1, + "order": 1968, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "homme en fauteuil roulant manuel : peau moyennement claire", + "hexcode": "1F468-1F3FC-200D-1F9BD", + "emoji": "👨🏼‍🦽", + "text": "", + "type": 1, + "order": 1969, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "homme en fauteuil roulant manuel : peau légèrement mate", + "hexcode": "1F468-1F3FD-200D-1F9BD", + "emoji": "👨🏽‍🦽", + "text": "", + "type": 1, + "order": 1970, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "homme en fauteuil roulant manuel : peau mate", + "hexcode": "1F468-1F3FE-200D-1F9BD", + "emoji": "👨🏾‍🦽", + "text": "", + "type": 1, + "order": 1971, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "homme en fauteuil roulant manuel : peau foncée", + "hexcode": "1F468-1F3FF-200D-1F9BD", + "emoji": "👨🏿‍🦽", + "text": "", + "type": 1, + "order": 1972, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "femme en fauteuil roulant manuel", + "hexcode": "1F469-200D-1F9BD", + "tags": [ + "accessibilité", + "fauteuil roulant", + "femme" + ], + "emoji": "👩‍🦽", + "text": "", + "type": 1, + "order": 1973, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "femme en fauteuil roulant manuel : peau claire", + "hexcode": "1F469-1F3FB-200D-1F9BD", + "emoji": "👩🏻‍🦽", + "text": "", + "type": 1, + "order": 1974, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "femme en fauteuil roulant manuel : peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-1F9BD", + "emoji": "👩🏼‍🦽", + "text": "", + "type": 1, + "order": 1975, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "femme en fauteuil roulant manuel : peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-1F9BD", + "emoji": "👩🏽‍🦽", + "text": "", + "type": 1, + "order": 1976, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "femme en fauteuil roulant manuel : peau mate", + "hexcode": "1F469-1F3FE-200D-1F9BD", + "emoji": "👩🏾‍🦽", + "text": "", + "type": 1, + "order": 1977, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "femme en fauteuil roulant manuel : peau foncée", + "hexcode": "1F469-1F3FF-200D-1F9BD", + "emoji": "👩🏿‍🦽", + "text": "", + "type": 1, + "order": 1978, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "personne qui court", + "hexcode": "1F3C3", + "tags": [ + "coureur", + "course à pied", + "jogging", + "marathon" + ], + "emoji": "🏃", + "text": "", + "type": 1, + "order": 1979, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "personne qui court : peau claire", + "hexcode": "1F3C3-1F3FB", + "emoji": "🏃🏻", + "text": "", + "type": 1, + "order": 1980, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne qui court : peau moyennement claire", + "hexcode": "1F3C3-1F3FC", + "emoji": "🏃🏼", + "text": "", + "type": 1, + "order": 1981, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne qui court : peau légèrement mate", + "hexcode": "1F3C3-1F3FD", + "emoji": "🏃🏽", + "text": "", + "type": 1, + "order": 1982, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne qui court : peau mate", + "hexcode": "1F3C3-1F3FE", + "emoji": "🏃🏾", + "text": "", + "type": 1, + "order": 1983, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne qui court : peau foncée", + "hexcode": "1F3C3-1F3FF", + "emoji": "🏃🏿", + "text": "", + "type": 1, + "order": 1984, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "homme qui court", + "hexcode": "1F3C3-200D-2642-FE0F", + "tags": [ + "course à pied", + "homme", + "jogging", + "marathon" + ], + "emoji": "🏃‍♂️", + "text": "", + "type": 1, + "order": 1985, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme qui court : peau claire", + "hexcode": "1F3C3-1F3FB-200D-2642-FE0F", + "emoji": "🏃🏻‍♂️", + "text": "", + "type": 1, + "order": 1987, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme qui court : peau moyennement claire", + "hexcode": "1F3C3-1F3FC-200D-2642-FE0F", + "emoji": "🏃🏼‍♂️", + "text": "", + "type": 1, + "order": 1989, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme qui court : peau légèrement mate", + "hexcode": "1F3C3-1F3FD-200D-2642-FE0F", + "emoji": "🏃🏽‍♂️", + "text": "", + "type": 1, + "order": 1991, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme qui court : peau mate", + "hexcode": "1F3C3-1F3FE-200D-2642-FE0F", + "emoji": "🏃🏾‍♂️", + "text": "", + "type": 1, + "order": 1993, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme qui court : peau foncée", + "hexcode": "1F3C3-1F3FF-200D-2642-FE0F", + "emoji": "🏃🏿‍♂️", + "text": "", + "type": 1, + "order": 1995, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme qui court", + "hexcode": "1F3C3-200D-2640-FE0F", + "tags": [ + "course à pied", + "femme", + "jogging", + "marathon" + ], + "emoji": "🏃‍♀️", + "text": "", + "type": 1, + "order": 1997, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme qui court : peau claire", + "hexcode": "1F3C3-1F3FB-200D-2640-FE0F", + "emoji": "🏃🏻‍♀️", + "text": "", + "type": 1, + "order": 1999, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme qui court : peau moyennement claire", + "hexcode": "1F3C3-1F3FC-200D-2640-FE0F", + "emoji": "🏃🏼‍♀️", + "text": "", + "type": 1, + "order": 2001, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme qui court : peau légèrement mate", + "hexcode": "1F3C3-1F3FD-200D-2640-FE0F", + "emoji": "🏃🏽‍♀️", + "text": "", + "type": 1, + "order": 2003, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme qui court : peau mate", + "hexcode": "1F3C3-1F3FE-200D-2640-FE0F", + "emoji": "🏃🏾‍♀️", + "text": "", + "type": 1, + "order": 2005, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme qui court : peau foncée", + "hexcode": "1F3C3-1F3FF-200D-2640-FE0F", + "emoji": "🏃🏿‍♀️", + "text": "", + "type": 1, + "order": 2007, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "danseuse", + "hexcode": "1F483", + "tags": [ + "danse", + "femme" + ], + "emoji": "💃", + "text": "", + "type": 1, + "order": 2009, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "danseuse : peau claire", + "hexcode": "1F483-1F3FB", + "emoji": "💃🏻", + "text": "", + "type": 1, + "order": 2010, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "danseuse : peau moyennement claire", + "hexcode": "1F483-1F3FC", + "emoji": "💃🏼", + "text": "", + "type": 1, + "order": 2011, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "danseuse : peau légèrement mate", + "hexcode": "1F483-1F3FD", + "emoji": "💃🏽", + "text": "", + "type": 1, + "order": 2012, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "danseuse : peau mate", + "hexcode": "1F483-1F3FE", + "emoji": "💃🏾", + "text": "", + "type": 1, + "order": 2013, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "danseuse : peau foncée", + "hexcode": "1F483-1F3FF", + "emoji": "💃🏿", + "text": "", + "type": 1, + "order": 2014, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "danseur", + "hexcode": "1F57A", + "tags": [ + "danse", + "homme" + ], + "emoji": "🕺", + "text": "", + "type": 1, + "order": 2015, + "group": 1, + "subgroup": 26, + "version": 3, + "skins": [ + { + "annotation": "danseur : peau claire", + "hexcode": "1F57A-1F3FB", + "emoji": "🕺🏻", + "text": "", + "type": 1, + "order": 2016, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 1 + }, + { + "annotation": "danseur : peau moyennement claire", + "hexcode": "1F57A-1F3FC", + "emoji": "🕺🏼", + "text": "", + "type": 1, + "order": 2017, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 2 + }, + { + "annotation": "danseur : peau légèrement mate", + "hexcode": "1F57A-1F3FD", + "emoji": "🕺🏽", + "text": "", + "type": 1, + "order": 2018, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 3 + }, + { + "annotation": "danseur : peau mate", + "hexcode": "1F57A-1F3FE", + "emoji": "🕺🏾", + "text": "", + "type": 1, + "order": 2019, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 4 + }, + { + "annotation": "danseur : peau foncée", + "hexcode": "1F57A-1F3FF", + "emoji": "🕺🏿", + "text": "", + "type": 1, + "order": 2020, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "homme d’affaires en lévitation", + "hexcode": "1F574", + "tags": [ + "affaires", + "homme" + ], + "emoji": "🕴️", + "text": "🕴︎", + "type": 0, + "order": 2022, + "group": 1, + "subgroup": 26, + "version": 0.7, + "skins": [ + { + "annotation": "homme d’affaires en lévitation : peau claire", + "hexcode": "1F574-1F3FB", + "emoji": "🕴🏻", + "text": "", + "type": 1, + "order": 2023, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 1 + }, + { + "annotation": "homme d’affaires en lévitation : peau moyennement claire", + "hexcode": "1F574-1F3FC", + "emoji": "🕴🏼", + "text": "", + "type": 1, + "order": 2024, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 2 + }, + { + "annotation": "homme d’affaires en lévitation : peau légèrement mate", + "hexcode": "1F574-1F3FD", + "emoji": "🕴🏽", + "text": "", + "type": 1, + "order": 2025, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 3 + }, + { + "annotation": "homme d’affaires en lévitation : peau mate", + "hexcode": "1F574-1F3FE", + "emoji": "🕴🏾", + "text": "", + "type": 1, + "order": 2026, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 4 + }, + { + "annotation": "homme d’affaires en lévitation : peau foncée", + "hexcode": "1F574-1F3FF", + "emoji": "🕴🏿", + "text": "", + "type": 1, + "order": 2027, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "personnes avec des oreilles de lapin", + "hexcode": "1F46F", + "tags": [ + "danseuse", + "femme", + "fille", + "oreilles de lapin" + ], + "emoji": "👯", + "text": "", + "type": 1, + "order": 2028, + "group": 1, + "subgroup": 26, + "version": 0.6 + }, + { + "annotation": "hommes avec des oreilles de lapin", + "hexcode": "1F46F-200D-2642-FE0F", + "tags": [ + "danseur", + "fête", + "homme", + "oreilles de lapin" + ], + "emoji": "👯‍♂️", + "text": "", + "type": 1, + "order": 2029, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1 + }, + { + "annotation": "femmes avec des oreilles de lapin", + "hexcode": "1F46F-200D-2640-FE0F", + "tags": [ + "danseuse", + "femme", + "fête", + "oreilles de lapin" + ], + "emoji": "👯‍♀️", + "text": "", + "type": 1, + "order": 2031, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0 + }, + { + "annotation": "personne au hammam", + "hexcode": "1F9D6", + "tags": [ + "hammam", + "sauna" + ], + "emoji": "🧖", + "text": "", + "type": 1, + "order": 2033, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "personne au hammam : peau claire", + "hexcode": "1F9D6-1F3FB", + "emoji": "🧖🏻", + "text": "", + "type": 1, + "order": 2034, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "personne au hammam : peau moyennement claire", + "hexcode": "1F9D6-1F3FC", + "emoji": "🧖🏼", + "text": "", + "type": 1, + "order": 2035, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "personne au hammam : peau légèrement mate", + "hexcode": "1F9D6-1F3FD", + "emoji": "🧖🏽", + "text": "", + "type": 1, + "order": 2036, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "personne au hammam : peau mate", + "hexcode": "1F9D6-1F3FE", + "emoji": "🧖🏾", + "text": "", + "type": 1, + "order": 2037, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "personne au hammam : peau foncée", + "hexcode": "1F9D6-1F3FF", + "emoji": "🧖🏿", + "text": "", + "type": 1, + "order": 2038, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "homme au hammam", + "hexcode": "1F9D6-200D-2642-FE0F", + "tags": [ + "hammam", + "sauna" + ], + "emoji": "🧖‍♂️", + "text": "", + "type": 1, + "order": 2039, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "homme au hammam : peau claire", + "hexcode": "1F9D6-1F3FB-200D-2642-FE0F", + "emoji": "🧖🏻‍♂️", + "text": "", + "type": 1, + "order": 2041, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme au hammam : peau moyennement claire", + "hexcode": "1F9D6-1F3FC-200D-2642-FE0F", + "emoji": "🧖🏼‍♂️", + "text": "", + "type": 1, + "order": 2043, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme au hammam : peau légèrement mate", + "hexcode": "1F9D6-1F3FD-200D-2642-FE0F", + "emoji": "🧖🏽‍♂️", + "text": "", + "type": 1, + "order": 2045, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme au hammam : peau mate", + "hexcode": "1F9D6-1F3FE-200D-2642-FE0F", + "emoji": "🧖🏾‍♂️", + "text": "", + "type": 1, + "order": 2047, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme au hammam : peau foncée", + "hexcode": "1F9D6-1F3FF-200D-2642-FE0F", + "emoji": "🧖🏿‍♂️", + "text": "", + "type": 1, + "order": 2049, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme au hammam", + "hexcode": "1F9D6-200D-2640-FE0F", + "tags": [ + "hammam", + "sauna" + ], + "emoji": "🧖‍♀️", + "text": "", + "type": 1, + "order": 2051, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "femme au hammam : peau claire", + "hexcode": "1F9D6-1F3FB-200D-2640-FE0F", + "emoji": "🧖🏻‍♀️", + "text": "", + "type": 1, + "order": 2053, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme au hammam : peau moyennement claire", + "hexcode": "1F9D6-1F3FC-200D-2640-FE0F", + "emoji": "🧖🏼‍♀️", + "text": "", + "type": 1, + "order": 2055, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme au hammam : peau légèrement mate", + "hexcode": "1F9D6-1F3FD-200D-2640-FE0F", + "emoji": "🧖🏽‍♀️", + "text": "", + "type": 1, + "order": 2057, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme au hammam : peau mate", + "hexcode": "1F9D6-1F3FE-200D-2640-FE0F", + "emoji": "🧖🏾‍♀️", + "text": "", + "type": 1, + "order": 2059, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme au hammam : peau foncée", + "hexcode": "1F9D6-1F3FF-200D-2640-FE0F", + "emoji": "🧖🏿‍♀️", + "text": "", + "type": 1, + "order": 2061, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne qui grimpe", + "hexcode": "1F9D7", + "tags": [ + "alpiniste", + "grimpeur" + ], + "emoji": "🧗", + "text": "", + "type": 1, + "order": 2063, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "personne qui grimpe : peau claire", + "hexcode": "1F9D7-1F3FB", + "emoji": "🧗🏻", + "text": "", + "type": 1, + "order": 2064, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "personne qui grimpe : peau moyennement claire", + "hexcode": "1F9D7-1F3FC", + "emoji": "🧗🏼", + "text": "", + "type": 1, + "order": 2065, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "personne qui grimpe : peau légèrement mate", + "hexcode": "1F9D7-1F3FD", + "emoji": "🧗🏽", + "text": "", + "type": 1, + "order": 2066, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "personne qui grimpe : peau mate", + "hexcode": "1F9D7-1F3FE", + "emoji": "🧗🏾", + "text": "", + "type": 1, + "order": 2067, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "personne qui grimpe : peau foncée", + "hexcode": "1F9D7-1F3FF", + "emoji": "🧗🏿", + "text": "", + "type": 1, + "order": 2068, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "homme qui grimpe", + "hexcode": "1F9D7-200D-2642-FE0F", + "tags": [ + "alpiniste", + "grimpeur" + ], + "emoji": "🧗‍♂️", + "text": "", + "type": 1, + "order": 2069, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "homme qui grimpe : peau claire", + "hexcode": "1F9D7-1F3FB-200D-2642-FE0F", + "emoji": "🧗🏻‍♂️", + "text": "", + "type": 1, + "order": 2071, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme qui grimpe : peau moyennement claire", + "hexcode": "1F9D7-1F3FC-200D-2642-FE0F", + "emoji": "🧗🏼‍♂️", + "text": "", + "type": 1, + "order": 2073, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme qui grimpe : peau légèrement mate", + "hexcode": "1F9D7-1F3FD-200D-2642-FE0F", + "emoji": "🧗🏽‍♂️", + "text": "", + "type": 1, + "order": 2075, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme qui grimpe : peau mate", + "hexcode": "1F9D7-1F3FE-200D-2642-FE0F", + "emoji": "🧗🏾‍♂️", + "text": "", + "type": 1, + "order": 2077, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme qui grimpe : peau foncée", + "hexcode": "1F9D7-1F3FF-200D-2642-FE0F", + "emoji": "🧗🏿‍♂️", + "text": "", + "type": 1, + "order": 2079, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme qui grimpe", + "hexcode": "1F9D7-200D-2640-FE0F", + "tags": [ + "alpiniste", + "grimpeuse" + ], + "emoji": "🧗‍♀️", + "text": "", + "type": 1, + "order": 2081, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "femme qui grimpe : peau claire", + "hexcode": "1F9D7-1F3FB-200D-2640-FE0F", + "emoji": "🧗🏻‍♀️", + "text": "", + "type": 1, + "order": 2083, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme qui grimpe : peau moyennement claire", + "hexcode": "1F9D7-1F3FC-200D-2640-FE0F", + "emoji": "🧗🏼‍♀️", + "text": "", + "type": 1, + "order": 2085, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme qui grimpe : peau légèrement mate", + "hexcode": "1F9D7-1F3FD-200D-2640-FE0F", + "emoji": "🧗🏽‍♀️", + "text": "", + "type": 1, + "order": 2087, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme qui grimpe : peau mate", + "hexcode": "1F9D7-1F3FE-200D-2640-FE0F", + "emoji": "🧗🏾‍♀️", + "text": "", + "type": 1, + "order": 2089, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme qui grimpe : peau foncée", + "hexcode": "1F9D7-1F3FF-200D-2640-FE0F", + "emoji": "🧗🏿‍♀️", + "text": "", + "type": 1, + "order": 2091, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "escrimeur", + "hexcode": "1F93A", + "tags": [ + "escrime", + "personne", + "sport", + "épée" + ], + "emoji": "🤺", + "text": "", + "type": 1, + "order": 2093, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "course hippique", + "hexcode": "1F3C7", + "tags": [ + "cheval", + "jockey", + "sport" + ], + "emoji": "🏇", + "text": "", + "type": 1, + "order": 2094, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "course hippique : peau claire", + "hexcode": "1F3C7-1F3FB", + "emoji": "🏇🏻", + "text": "", + "type": 1, + "order": 2095, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "course hippique : peau moyennement claire", + "hexcode": "1F3C7-1F3FC", + "emoji": "🏇🏼", + "text": "", + "type": 1, + "order": 2096, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "course hippique : peau légèrement mate", + "hexcode": "1F3C7-1F3FD", + "emoji": "🏇🏽", + "text": "", + "type": 1, + "order": 2097, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "course hippique : peau mate", + "hexcode": "1F3C7-1F3FE", + "emoji": "🏇🏾", + "text": "", + "type": 1, + "order": 2098, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "course hippique : peau foncée", + "hexcode": "1F3C7-1F3FF", + "emoji": "🏇🏿", + "text": "", + "type": 1, + "order": 2099, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "skieur", + "hexcode": "26F7", + "tags": [ + "neige", + "sport" + ], + "emoji": "⛷️", + "text": "⛷︎", + "type": 0, + "order": 2101, + "group": 1, + "subgroup": 27, + "version": 0.7 + }, + { + "annotation": "snowboardeur", + "hexcode": "1F3C2", + "tags": [ + "neige", + "sport" + ], + "emoji": "🏂️", + "text": "🏂︎", + "type": 1, + "order": 2102, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "snowboardeur : peau claire", + "hexcode": "1F3C2-1F3FB", + "emoji": "🏂🏻", + "text": "", + "type": 1, + "order": 2103, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "snowboardeur : peau moyennement claire", + "hexcode": "1F3C2-1F3FC", + "emoji": "🏂🏼", + "text": "", + "type": 1, + "order": 2104, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "snowboardeur : peau légèrement mate", + "hexcode": "1F3C2-1F3FD", + "emoji": "🏂🏽", + "text": "", + "type": 1, + "order": 2105, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "snowboardeur : peau mate", + "hexcode": "1F3C2-1F3FE", + "emoji": "🏂🏾", + "text": "", + "type": 1, + "order": 2106, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "snowboardeur : peau foncée", + "hexcode": "1F3C2-1F3FF", + "emoji": "🏂🏿", + "text": "", + "type": 1, + "order": 2107, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "joueur de golf", + "hexcode": "1F3CC", + "tags": [ + "balle", + "golf" + ], + "emoji": "🏌️", + "text": "🏌︎", + "type": 0, + "order": 2109, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "joueur de golf : peau claire", + "hexcode": "1F3CC-1F3FB", + "emoji": "🏌🏻", + "text": "", + "type": 1, + "order": 2110, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 1 + }, + { + "annotation": "joueur de golf : peau moyennement claire", + "hexcode": "1F3CC-1F3FC", + "emoji": "🏌🏼", + "text": "", + "type": 1, + "order": 2111, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 2 + }, + { + "annotation": "joueur de golf : peau légèrement mate", + "hexcode": "1F3CC-1F3FD", + "emoji": "🏌🏽", + "text": "", + "type": 1, + "order": 2112, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 3 + }, + { + "annotation": "joueur de golf : peau mate", + "hexcode": "1F3CC-1F3FE", + "emoji": "🏌🏾", + "text": "", + "type": 1, + "order": 2113, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 4 + }, + { + "annotation": "joueur de golf : peau foncée", + "hexcode": "1F3CC-1F3FF", + "emoji": "🏌🏿", + "text": "", + "type": 1, + "order": 2114, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "golfeur", + "hexcode": "1F3CC-FE0F-200D-2642-FE0F", + "tags": [ + "golf", + "homme" + ], + "emoji": "🏌️‍♂️", + "text": "", + "type": 1, + "order": 2115, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "golfeur : peau claire", + "hexcode": "1F3CC-1F3FB-200D-2642-FE0F", + "emoji": "🏌🏻‍♂️", + "text": "", + "type": 1, + "order": 2119, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "golfeur : peau moyennement claire", + "hexcode": "1F3CC-1F3FC-200D-2642-FE0F", + "emoji": "🏌🏼‍♂️", + "text": "", + "type": 1, + "order": 2121, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "golfeur : peau légèrement mate", + "hexcode": "1F3CC-1F3FD-200D-2642-FE0F", + "emoji": "🏌🏽‍♂️", + "text": "", + "type": 1, + "order": 2123, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "golfeur : peau mate", + "hexcode": "1F3CC-1F3FE-200D-2642-FE0F", + "emoji": "🏌🏾‍♂️", + "text": "", + "type": 1, + "order": 2125, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "golfeur : peau foncée", + "hexcode": "1F3CC-1F3FF-200D-2642-FE0F", + "emoji": "🏌🏿‍♂️", + "text": "", + "type": 1, + "order": 2127, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "golfeuse", + "hexcode": "1F3CC-FE0F-200D-2640-FE0F", + "tags": [ + "femme", + "golf" + ], + "emoji": "🏌️‍♀️", + "text": "", + "type": 1, + "order": 2129, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "golfeuse : peau claire", + "hexcode": "1F3CC-1F3FB-200D-2640-FE0F", + "emoji": "🏌🏻‍♀️", + "text": "", + "type": 1, + "order": 2133, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "golfeuse : peau moyennement claire", + "hexcode": "1F3CC-1F3FC-200D-2640-FE0F", + "emoji": "🏌🏼‍♀️", + "text": "", + "type": 1, + "order": 2135, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "golfeuse : peau légèrement mate", + "hexcode": "1F3CC-1F3FD-200D-2640-FE0F", + "emoji": "🏌🏽‍♀️", + "text": "", + "type": 1, + "order": 2137, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "golfeuse : peau mate", + "hexcode": "1F3CC-1F3FE-200D-2640-FE0F", + "emoji": "🏌🏾‍♀️", + "text": "", + "type": 1, + "order": 2139, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "golfeuse : peau foncée", + "hexcode": "1F3CC-1F3FF-200D-2640-FE0F", + "emoji": "🏌🏿‍♀️", + "text": "", + "type": 1, + "order": 2141, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne faisant du surf", + "hexcode": "1F3C4", + "tags": [ + "sport" + ], + "emoji": "🏄️", + "text": "🏄︎", + "type": 1, + "order": 2143, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "personne faisant du surf : peau claire", + "hexcode": "1F3C4-1F3FB", + "emoji": "🏄🏻", + "text": "", + "type": 1, + "order": 2144, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne faisant du surf : peau moyennement claire", + "hexcode": "1F3C4-1F3FC", + "emoji": "🏄🏼", + "text": "", + "type": 1, + "order": 2145, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne faisant du surf : peau légèrement mate", + "hexcode": "1F3C4-1F3FD", + "emoji": "🏄🏽", + "text": "", + "type": 1, + "order": 2146, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne faisant du surf : peau mate", + "hexcode": "1F3C4-1F3FE", + "emoji": "🏄🏾", + "text": "", + "type": 1, + "order": 2147, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne faisant du surf : peau foncée", + "hexcode": "1F3C4-1F3FF", + "emoji": "🏄🏿", + "text": "", + "type": 1, + "order": 2148, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "surfeur", + "hexcode": "1F3C4-200D-2642-FE0F", + "tags": [ + "homme", + "surf" + ], + "emoji": "🏄‍♂️", + "text": "", + "type": 1, + "order": 2149, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "surfeur : peau claire", + "hexcode": "1F3C4-1F3FB-200D-2642-FE0F", + "emoji": "🏄🏻‍♂️", + "text": "", + "type": 1, + "order": 2151, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "surfeur : peau moyennement claire", + "hexcode": "1F3C4-1F3FC-200D-2642-FE0F", + "emoji": "🏄🏼‍♂️", + "text": "", + "type": 1, + "order": 2153, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "surfeur : peau légèrement mate", + "hexcode": "1F3C4-1F3FD-200D-2642-FE0F", + "emoji": "🏄🏽‍♂️", + "text": "", + "type": 1, + "order": 2155, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "surfeur : peau mate", + "hexcode": "1F3C4-1F3FE-200D-2642-FE0F", + "emoji": "🏄🏾‍♂️", + "text": "", + "type": 1, + "order": 2157, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "surfeur : peau foncée", + "hexcode": "1F3C4-1F3FF-200D-2642-FE0F", + "emoji": "🏄🏿‍♂️", + "text": "", + "type": 1, + "order": 2159, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "surfeuse", + "hexcode": "1F3C4-200D-2640-FE0F", + "tags": [ + "femme", + "surf" + ], + "emoji": "🏄‍♀️", + "text": "", + "type": 1, + "order": 2161, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "surfeuse : peau claire", + "hexcode": "1F3C4-1F3FB-200D-2640-FE0F", + "emoji": "🏄🏻‍♀️", + "text": "", + "type": 1, + "order": 2163, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "surfeuse : peau moyennement claire", + "hexcode": "1F3C4-1F3FC-200D-2640-FE0F", + "emoji": "🏄🏼‍♀️", + "text": "", + "type": 1, + "order": 2165, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "surfeuse : peau légèrement mate", + "hexcode": "1F3C4-1F3FD-200D-2640-FE0F", + "emoji": "🏄🏽‍♀️", + "text": "", + "type": 1, + "order": 2167, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "surfeuse : peau mate", + "hexcode": "1F3C4-1F3FE-200D-2640-FE0F", + "emoji": "🏄🏾‍♀️", + "text": "", + "type": 1, + "order": 2169, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "surfeuse : peau foncée", + "hexcode": "1F3C4-1F3FF-200D-2640-FE0F", + "emoji": "🏄🏿‍♀️", + "text": "", + "type": 1, + "order": 2171, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne ramant dans une barque", + "hexcode": "1F6A3", + "tags": [ + "barque", + "bateau" + ], + "emoji": "🚣", + "text": "", + "type": 1, + "order": 2173, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "personne ramant dans une barque : peau claire", + "hexcode": "1F6A3-1F3FB", + "emoji": "🚣🏻", + "text": "", + "type": 1, + "order": 2174, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne ramant dans une barque : peau moyennement claire", + "hexcode": "1F6A3-1F3FC", + "emoji": "🚣🏼", + "text": "", + "type": 1, + "order": 2175, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne ramant dans une barque : peau légèrement mate", + "hexcode": "1F6A3-1F3FD", + "emoji": "🚣🏽", + "text": "", + "type": 1, + "order": 2176, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne ramant dans une barque : peau mate", + "hexcode": "1F6A3-1F3FE", + "emoji": "🚣🏾", + "text": "", + "type": 1, + "order": 2177, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne ramant dans une barque : peau foncée", + "hexcode": "1F6A3-1F3FF", + "emoji": "🚣🏿", + "text": "", + "type": 1, + "order": 2178, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "rameur dans une barque", + "hexcode": "1F6A3-200D-2642-FE0F", + "tags": [ + "barque", + "bateau", + "homme" + ], + "emoji": "🚣‍♂️", + "text": "", + "type": 1, + "order": 2179, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "rameur dans une barque : peau claire", + "hexcode": "1F6A3-1F3FB-200D-2642-FE0F", + "emoji": "🚣🏻‍♂️", + "text": "", + "type": 1, + "order": 2181, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "rameur dans une barque : peau moyennement claire", + "hexcode": "1F6A3-1F3FC-200D-2642-FE0F", + "emoji": "🚣🏼‍♂️", + "text": "", + "type": 1, + "order": 2183, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "rameur dans une barque : peau légèrement mate", + "hexcode": "1F6A3-1F3FD-200D-2642-FE0F", + "emoji": "🚣🏽‍♂️", + "text": "", + "type": 1, + "order": 2185, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "rameur dans une barque : peau mate", + "hexcode": "1F6A3-1F3FE-200D-2642-FE0F", + "emoji": "🚣🏾‍♂️", + "text": "", + "type": 1, + "order": 2187, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "rameur dans une barque : peau foncée", + "hexcode": "1F6A3-1F3FF-200D-2642-FE0F", + "emoji": "🚣🏿‍♂️", + "text": "", + "type": 1, + "order": 2189, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "rameuse dans une barque", + "hexcode": "1F6A3-200D-2640-FE0F", + "tags": [ + "barque", + "bateau", + "femme" + ], + "emoji": "🚣‍♀️", + "text": "", + "type": 1, + "order": 2191, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "rameuse dans une barque : peau claire", + "hexcode": "1F6A3-1F3FB-200D-2640-FE0F", + "emoji": "🚣🏻‍♀️", + "text": "", + "type": 1, + "order": 2193, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "rameuse dans une barque : peau moyennement claire", + "hexcode": "1F6A3-1F3FC-200D-2640-FE0F", + "emoji": "🚣🏼‍♀️", + "text": "", + "type": 1, + "order": 2195, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "rameuse dans une barque : peau légèrement mate", + "hexcode": "1F6A3-1F3FD-200D-2640-FE0F", + "emoji": "🚣🏽‍♀️", + "text": "", + "type": 1, + "order": 2197, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "rameuse dans une barque : peau mate", + "hexcode": "1F6A3-1F3FE-200D-2640-FE0F", + "emoji": "🚣🏾‍♀️", + "text": "", + "type": 1, + "order": 2199, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "rameuse dans une barque : peau foncée", + "hexcode": "1F6A3-1F3FF-200D-2640-FE0F", + "emoji": "🚣🏿‍♀️", + "text": "", + "type": 1, + "order": 2201, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne nageant", + "hexcode": "1F3CA", + "tags": [ + "sport" + ], + "emoji": "🏊️", + "text": "🏊︎", + "type": 1, + "order": 2203, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "personne nageant : peau claire", + "hexcode": "1F3CA-1F3FB", + "emoji": "🏊🏻", + "text": "", + "type": 1, + "order": 2204, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne nageant : peau moyennement claire", + "hexcode": "1F3CA-1F3FC", + "emoji": "🏊🏼", + "text": "", + "type": 1, + "order": 2205, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne nageant : peau légèrement mate", + "hexcode": "1F3CA-1F3FD", + "emoji": "🏊🏽", + "text": "", + "type": 1, + "order": 2206, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne nageant : peau mate", + "hexcode": "1F3CA-1F3FE", + "emoji": "🏊🏾", + "text": "", + "type": 1, + "order": 2207, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne nageant : peau foncée", + "hexcode": "1F3CA-1F3FF", + "emoji": "🏊🏿", + "text": "", + "type": 1, + "order": 2208, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "nageur", + "hexcode": "1F3CA-200D-2642-FE0F", + "tags": [ + "homme", + "nage" + ], + "emoji": "🏊‍♂️", + "text": "", + "type": 1, + "order": 2209, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "nageur : peau claire", + "hexcode": "1F3CA-1F3FB-200D-2642-FE0F", + "emoji": "🏊🏻‍♂️", + "text": "", + "type": 1, + "order": 2211, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "nageur : peau moyennement claire", + "hexcode": "1F3CA-1F3FC-200D-2642-FE0F", + "emoji": "🏊🏼‍♂️", + "text": "", + "type": 1, + "order": 2213, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "nageur : peau légèrement mate", + "hexcode": "1F3CA-1F3FD-200D-2642-FE0F", + "emoji": "🏊🏽‍♂️", + "text": "", + "type": 1, + "order": 2215, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "nageur : peau mate", + "hexcode": "1F3CA-1F3FE-200D-2642-FE0F", + "emoji": "🏊🏾‍♂️", + "text": "", + "type": 1, + "order": 2217, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "nageur : peau foncée", + "hexcode": "1F3CA-1F3FF-200D-2642-FE0F", + "emoji": "🏊🏿‍♂️", + "text": "", + "type": 1, + "order": 2219, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "nageuse", + "hexcode": "1F3CA-200D-2640-FE0F", + "tags": [ + "femme", + "nage" + ], + "emoji": "🏊‍♀️", + "text": "", + "type": 1, + "order": 2221, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "nageuse : peau claire", + "hexcode": "1F3CA-1F3FB-200D-2640-FE0F", + "emoji": "🏊🏻‍♀️", + "text": "", + "type": 1, + "order": 2223, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "nageuse : peau moyennement claire", + "hexcode": "1F3CA-1F3FC-200D-2640-FE0F", + "emoji": "🏊🏼‍♀️", + "text": "", + "type": 1, + "order": 2225, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "nageuse : peau légèrement mate", + "hexcode": "1F3CA-1F3FD-200D-2640-FE0F", + "emoji": "🏊🏽‍♀️", + "text": "", + "type": 1, + "order": 2227, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "nageuse : peau mate", + "hexcode": "1F3CA-1F3FE-200D-2640-FE0F", + "emoji": "🏊🏾‍♀️", + "text": "", + "type": 1, + "order": 2229, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "nageuse : peau foncée", + "hexcode": "1F3CA-1F3FF-200D-2640-FE0F", + "emoji": "🏊🏿‍♀️", + "text": "", + "type": 1, + "order": 2231, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne avec ballon", + "hexcode": "26F9", + "tags": [ + "sport" + ], + "emoji": "⛹️", + "text": "⛹︎", + "type": 0, + "order": 2234, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "personne avec ballon : peau claire", + "hexcode": "26F9-1F3FB", + "emoji": "⛹🏻", + "text": "", + "type": 1, + "order": 2235, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "personne avec ballon : peau moyennement claire", + "hexcode": "26F9-1F3FC", + "emoji": "⛹🏼", + "text": "", + "type": 1, + "order": 2236, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "personne avec ballon : peau légèrement mate", + "hexcode": "26F9-1F3FD", + "emoji": "⛹🏽", + "text": "", + "type": 1, + "order": 2237, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "personne avec ballon : peau mate", + "hexcode": "26F9-1F3FE", + "emoji": "⛹🏾", + "text": "", + "type": 1, + "order": 2238, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "personne avec ballon : peau foncée", + "hexcode": "26F9-1F3FF", + "emoji": "⛹🏿", + "text": "", + "type": 1, + "order": 2239, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "homme avec ballon", + "hexcode": "26F9-FE0F-200D-2642-FE0F", + "tags": [ + "ballon", + "homme" + ], + "emoji": "⛹️‍♂️", + "text": "", + "type": 1, + "order": 2240, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme avec ballon : peau claire", + "hexcode": "26F9-1F3FB-200D-2642-FE0F", + "emoji": "⛹🏻‍♂️", + "text": "", + "type": 1, + "order": 2244, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme avec ballon : peau moyennement claire", + "hexcode": "26F9-1F3FC-200D-2642-FE0F", + "emoji": "⛹🏼‍♂️", + "text": "", + "type": 1, + "order": 2246, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme avec ballon : peau légèrement mate", + "hexcode": "26F9-1F3FD-200D-2642-FE0F", + "emoji": "⛹🏽‍♂️", + "text": "", + "type": 1, + "order": 2248, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme avec ballon : peau mate", + "hexcode": "26F9-1F3FE-200D-2642-FE0F", + "emoji": "⛹🏾‍♂️", + "text": "", + "type": 1, + "order": 2250, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme avec ballon : peau foncée", + "hexcode": "26F9-1F3FF-200D-2642-FE0F", + "emoji": "⛹🏿‍♂️", + "text": "", + "type": 1, + "order": 2252, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme avec ballon", + "hexcode": "26F9-FE0F-200D-2640-FE0F", + "tags": [ + "ballon", + "femme" + ], + "emoji": "⛹️‍♀️", + "text": "", + "type": 1, + "order": 2254, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme avec ballon : peau claire", + "hexcode": "26F9-1F3FB-200D-2640-FE0F", + "emoji": "⛹🏻‍♀️", + "text": "", + "type": 1, + "order": 2258, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme avec ballon : peau moyennement claire", + "hexcode": "26F9-1F3FC-200D-2640-FE0F", + "emoji": "⛹🏼‍♀️", + "text": "", + "type": 1, + "order": 2260, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme avec ballon : peau légèrement mate", + "hexcode": "26F9-1F3FD-200D-2640-FE0F", + "emoji": "⛹🏽‍♀️", + "text": "", + "type": 1, + "order": 2262, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme avec ballon : peau mate", + "hexcode": "26F9-1F3FE-200D-2640-FE0F", + "emoji": "⛹🏾‍♀️", + "text": "", + "type": 1, + "order": 2264, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme avec ballon : peau foncée", + "hexcode": "26F9-1F3FF-200D-2640-FE0F", + "emoji": "⛹🏿‍♀️", + "text": "", + "type": 1, + "order": 2266, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "haltérophile", + "hexcode": "1F3CB", + "tags": [ + "sport" + ], + "emoji": "🏋️", + "text": "🏋︎", + "type": 0, + "order": 2269, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "haltérophile : peau claire", + "hexcode": "1F3CB-1F3FB", + "emoji": "🏋🏻", + "text": "", + "type": 1, + "order": 2270, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "haltérophile : peau moyennement claire", + "hexcode": "1F3CB-1F3FC", + "emoji": "🏋🏼", + "text": "", + "type": 1, + "order": 2271, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "haltérophile : peau légèrement mate", + "hexcode": "1F3CB-1F3FD", + "emoji": "🏋🏽", + "text": "", + "type": 1, + "order": 2272, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "haltérophile : peau mate", + "hexcode": "1F3CB-1F3FE", + "emoji": "🏋🏾", + "text": "", + "type": 1, + "order": 2273, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "haltérophile : peau foncée", + "hexcode": "1F3CB-1F3FF", + "emoji": "🏋🏿", + "text": "", + "type": 1, + "order": 2274, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "homme haltérophile", + "hexcode": "1F3CB-FE0F-200D-2642-FE0F", + "tags": [ + "haltérophile", + "homme" + ], + "emoji": "🏋️‍♂️", + "text": "", + "type": 1, + "order": 2275, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme haltérophile : peau claire", + "hexcode": "1F3CB-1F3FB-200D-2642-FE0F", + "emoji": "🏋🏻‍♂️", + "text": "", + "type": 1, + "order": 2279, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme haltérophile : peau moyennement claire", + "hexcode": "1F3CB-1F3FC-200D-2642-FE0F", + "emoji": "🏋🏼‍♂️", + "text": "", + "type": 1, + "order": 2281, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme haltérophile : peau légèrement mate", + "hexcode": "1F3CB-1F3FD-200D-2642-FE0F", + "emoji": "🏋🏽‍♂️", + "text": "", + "type": 1, + "order": 2283, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme haltérophile : peau mate", + "hexcode": "1F3CB-1F3FE-200D-2642-FE0F", + "emoji": "🏋🏾‍♂️", + "text": "", + "type": 1, + "order": 2285, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme haltérophile : peau foncée", + "hexcode": "1F3CB-1F3FF-200D-2642-FE0F", + "emoji": "🏋🏿‍♂️", + "text": "", + "type": 1, + "order": 2287, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme haltérophile", + "hexcode": "1F3CB-FE0F-200D-2640-FE0F", + "tags": [ + "femme", + "haltérophile" + ], + "emoji": "🏋️‍♀️", + "text": "", + "type": 1, + "order": 2289, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme haltérophile : peau claire", + "hexcode": "1F3CB-1F3FB-200D-2640-FE0F", + "emoji": "🏋🏻‍♀️", + "text": "", + "type": 1, + "order": 2293, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme haltérophile : peau moyennement claire", + "hexcode": "1F3CB-1F3FC-200D-2640-FE0F", + "emoji": "🏋🏼‍♀️", + "text": "", + "type": 1, + "order": 2295, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme haltérophile : peau légèrement mate", + "hexcode": "1F3CB-1F3FD-200D-2640-FE0F", + "emoji": "🏋🏽‍♀️", + "text": "", + "type": 1, + "order": 2297, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme haltérophile : peau mate", + "hexcode": "1F3CB-1F3FE-200D-2640-FE0F", + "emoji": "🏋🏾‍♀️", + "text": "", + "type": 1, + "order": 2299, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme haltérophile : peau foncée", + "hexcode": "1F3CB-1F3FF-200D-2640-FE0F", + "emoji": "🏋🏿‍♀️", + "text": "", + "type": 1, + "order": 2301, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "cycliste", + "hexcode": "1F6B4", + "tags": [ + "vélo" + ], + "emoji": "🚴", + "text": "", + "type": 1, + "order": 2303, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "cycliste : peau claire", + "hexcode": "1F6B4-1F3FB", + "emoji": "🚴🏻", + "text": "", + "type": 1, + "order": 2304, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "cycliste : peau moyennement claire", + "hexcode": "1F6B4-1F3FC", + "emoji": "🚴🏼", + "text": "", + "type": 1, + "order": 2305, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "cycliste : peau légèrement mate", + "hexcode": "1F6B4-1F3FD", + "emoji": "🚴🏽", + "text": "", + "type": 1, + "order": 2306, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "cycliste : peau mate", + "hexcode": "1F6B4-1F3FE", + "emoji": "🚴🏾", + "text": "", + "type": 1, + "order": 2307, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "cycliste : peau foncée", + "hexcode": "1F6B4-1F3FF", + "emoji": "🚴🏿", + "text": "", + "type": 1, + "order": 2308, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "cycliste homme", + "hexcode": "1F6B4-200D-2642-FE0F", + "tags": [ + "cyclisme", + "cycliste", + "homme", + "vélo" + ], + "emoji": "🚴‍♂️", + "text": "", + "type": 1, + "order": 2309, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "cycliste homme : peau claire", + "hexcode": "1F6B4-1F3FB-200D-2642-FE0F", + "emoji": "🚴🏻‍♂️", + "text": "", + "type": 1, + "order": 2311, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "cycliste homme : peau moyennement claire", + "hexcode": "1F6B4-1F3FC-200D-2642-FE0F", + "emoji": "🚴🏼‍♂️", + "text": "", + "type": 1, + "order": 2313, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "cycliste homme : peau légèrement mate", + "hexcode": "1F6B4-1F3FD-200D-2642-FE0F", + "emoji": "🚴🏽‍♂️", + "text": "", + "type": 1, + "order": 2315, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "cycliste homme : peau mate", + "hexcode": "1F6B4-1F3FE-200D-2642-FE0F", + "emoji": "🚴🏾‍♂️", + "text": "", + "type": 1, + "order": 2317, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "cycliste homme : peau foncée", + "hexcode": "1F6B4-1F3FF-200D-2642-FE0F", + "emoji": "🚴🏿‍♂️", + "text": "", + "type": 1, + "order": 2319, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "cycliste femme", + "hexcode": "1F6B4-200D-2640-FE0F", + "tags": [ + "cyclisme", + "cycliste", + "femme", + "vélo" + ], + "emoji": "🚴‍♀️", + "text": "", + "type": 1, + "order": 2321, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "cycliste femme : peau claire", + "hexcode": "1F6B4-1F3FB-200D-2640-FE0F", + "emoji": "🚴🏻‍♀️", + "text": "", + "type": 1, + "order": 2323, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "cycliste femme : peau moyennement claire", + "hexcode": "1F6B4-1F3FC-200D-2640-FE0F", + "emoji": "🚴🏼‍♀️", + "text": "", + "type": 1, + "order": 2325, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "cycliste femme : peau légèrement mate", + "hexcode": "1F6B4-1F3FD-200D-2640-FE0F", + "emoji": "🚴🏽‍♀️", + "text": "", + "type": 1, + "order": 2327, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "cycliste femme : peau mate", + "hexcode": "1F6B4-1F3FE-200D-2640-FE0F", + "emoji": "🚴🏾‍♀️", + "text": "", + "type": 1, + "order": 2329, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "cycliste femme : peau foncée", + "hexcode": "1F6B4-1F3FF-200D-2640-FE0F", + "emoji": "🚴🏿‍♀️", + "text": "", + "type": 1, + "order": 2331, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne en VTT", + "hexcode": "1F6B5", + "tags": [ + "montagne", + "personne en vtt", + "vélo" + ], + "emoji": "🚵", + "text": "", + "type": 1, + "order": 2333, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "personne en VTT : peau claire", + "hexcode": "1F6B5-1F3FB", + "emoji": "🚵🏻", + "text": "", + "type": 1, + "order": 2334, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne en VTT : peau moyennement claire", + "hexcode": "1F6B5-1F3FC", + "emoji": "🚵🏼", + "text": "", + "type": 1, + "order": 2335, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne en VTT : peau légèrement mate", + "hexcode": "1F6B5-1F3FD", + "emoji": "🚵🏽", + "text": "", + "type": 1, + "order": 2336, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne en VTT : peau mate", + "hexcode": "1F6B5-1F3FE", + "emoji": "🚵🏾", + "text": "", + "type": 1, + "order": 2337, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne en VTT : peau foncée", + "hexcode": "1F6B5-1F3FF", + "emoji": "🚵🏿", + "text": "", + "type": 1, + "order": 2338, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "homme en VTT", + "hexcode": "1F6B5-200D-2642-FE0F", + "tags": [ + "cycliste", + "homme", + "homme en vtt", + "vtt", + "vélo" + ], + "emoji": "🚵‍♂️", + "text": "", + "type": 1, + "order": 2339, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme en VTT : peau claire", + "hexcode": "1F6B5-1F3FB-200D-2642-FE0F", + "emoji": "🚵🏻‍♂️", + "text": "", + "type": 1, + "order": 2341, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme en VTT : peau moyennement claire", + "hexcode": "1F6B5-1F3FC-200D-2642-FE0F", + "emoji": "🚵🏼‍♂️", + "text": "", + "type": 1, + "order": 2343, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme en VTT : peau légèrement mate", + "hexcode": "1F6B5-1F3FD-200D-2642-FE0F", + "emoji": "🚵🏽‍♂️", + "text": "", + "type": 1, + "order": 2345, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme en VTT : peau mate", + "hexcode": "1F6B5-1F3FE-200D-2642-FE0F", + "emoji": "🚵🏾‍♂️", + "text": "", + "type": 1, + "order": 2347, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme en VTT : peau foncée", + "hexcode": "1F6B5-1F3FF-200D-2642-FE0F", + "emoji": "🚵🏿‍♂️", + "text": "", + "type": 1, + "order": 2349, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme en VTT", + "hexcode": "1F6B5-200D-2640-FE0F", + "tags": [ + "cycliste", + "femme", + "femme en vtt", + "vtt", + "vélo" + ], + "emoji": "🚵‍♀️", + "text": "", + "type": 1, + "order": 2351, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme en VTT : peau claire", + "hexcode": "1F6B5-1F3FB-200D-2640-FE0F", + "emoji": "🚵🏻‍♀️", + "text": "", + "type": 1, + "order": 2353, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme en VTT : peau moyennement claire", + "hexcode": "1F6B5-1F3FC-200D-2640-FE0F", + "emoji": "🚵🏼‍♀️", + "text": "", + "type": 1, + "order": 2355, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme en VTT : peau légèrement mate", + "hexcode": "1F6B5-1F3FD-200D-2640-FE0F", + "emoji": "🚵🏽‍♀️", + "text": "", + "type": 1, + "order": 2357, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme en VTT : peau mate", + "hexcode": "1F6B5-1F3FE-200D-2640-FE0F", + "emoji": "🚵🏾‍♀️", + "text": "", + "type": 1, + "order": 2359, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme en VTT : peau foncée", + "hexcode": "1F6B5-1F3FF-200D-2640-FE0F", + "emoji": "🚵🏿‍♀️", + "text": "", + "type": 1, + "order": 2361, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne faisant la roue", + "hexcode": "1F938", + "tags": [ + "gymnastique", + "personne", + "roue", + "sport" + ], + "emoji": "🤸", + "text": "", + "type": 1, + "order": 2363, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "personne faisant la roue : peau claire", + "hexcode": "1F938-1F3FB", + "emoji": "🤸🏻", + "text": "", + "type": 1, + "order": 2364, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "personne faisant la roue : peau moyennement claire", + "hexcode": "1F938-1F3FC", + "emoji": "🤸🏼", + "text": "", + "type": 1, + "order": 2365, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "personne faisant la roue : peau légèrement mate", + "hexcode": "1F938-1F3FD", + "emoji": "🤸🏽", + "text": "", + "type": 1, + "order": 2366, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "personne faisant la roue : peau mate", + "hexcode": "1F938-1F3FE", + "emoji": "🤸🏾", + "text": "", + "type": 1, + "order": 2367, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "personne faisant la roue : peau foncée", + "hexcode": "1F938-1F3FF", + "emoji": "🤸🏿", + "text": "", + "type": 1, + "order": 2368, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "homme faisant la roue", + "hexcode": "1F938-200D-2642-FE0F", + "tags": [ + "gymnastique", + "homme", + "roue" + ], + "emoji": "🤸‍♂️", + "text": "", + "type": 1, + "order": 2369, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "homme faisant la roue : peau claire", + "hexcode": "1F938-1F3FB-200D-2642-FE0F", + "emoji": "🤸🏻‍♂️", + "text": "", + "type": 1, + "order": 2371, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme faisant la roue : peau moyennement claire", + "hexcode": "1F938-1F3FC-200D-2642-FE0F", + "emoji": "🤸🏼‍♂️", + "text": "", + "type": 1, + "order": 2373, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme faisant la roue : peau légèrement mate", + "hexcode": "1F938-1F3FD-200D-2642-FE0F", + "emoji": "🤸🏽‍♂️", + "text": "", + "type": 1, + "order": 2375, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme faisant la roue : peau mate", + "hexcode": "1F938-1F3FE-200D-2642-FE0F", + "emoji": "🤸🏾‍♂️", + "text": "", + "type": 1, + "order": 2377, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme faisant la roue : peau foncée", + "hexcode": "1F938-1F3FF-200D-2642-FE0F", + "emoji": "🤸🏿‍♂️", + "text": "", + "type": 1, + "order": 2379, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme faisant la roue", + "hexcode": "1F938-200D-2640-FE0F", + "tags": [ + "femme", + "gymnastique", + "roue" + ], + "emoji": "🤸‍♀️", + "text": "", + "type": 1, + "order": 2381, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "femme faisant la roue : peau claire", + "hexcode": "1F938-1F3FB-200D-2640-FE0F", + "emoji": "🤸🏻‍♀️", + "text": "", + "type": 1, + "order": 2383, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme faisant la roue : peau moyennement claire", + "hexcode": "1F938-1F3FC-200D-2640-FE0F", + "emoji": "🤸🏼‍♀️", + "text": "", + "type": 1, + "order": 2385, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme faisant la roue : peau légèrement mate", + "hexcode": "1F938-1F3FD-200D-2640-FE0F", + "emoji": "🤸🏽‍♀️", + "text": "", + "type": 1, + "order": 2387, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme faisant la roue : peau mate", + "hexcode": "1F938-1F3FE-200D-2640-FE0F", + "emoji": "🤸🏾‍♀️", + "text": "", + "type": 1, + "order": 2389, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme faisant la roue : peau foncée", + "hexcode": "1F938-1F3FF-200D-2640-FE0F", + "emoji": "🤸🏿‍♀️", + "text": "", + "type": 1, + "order": 2391, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personnes faisant de la lutte", + "hexcode": "1F93C", + "tags": [ + "lutte", + "lutteur", + "personnes", + "sport" + ], + "emoji": "🤼", + "text": "", + "type": 1, + "order": 2393, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "lutteurs", + "hexcode": "1F93C-200D-2642-FE0F", + "tags": [ + "hommes", + "lutte", + "personne", + "sport" + ], + "emoji": "🤼‍♂️", + "text": "", + "type": 1, + "order": 2394, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1 + }, + { + "annotation": "lutteuses", + "hexcode": "1F93C-200D-2640-FE0F", + "tags": [ + "femmes", + "lutte", + "sport" + ], + "emoji": "🤼‍♀️", + "text": "", + "type": 1, + "order": 2396, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0 + }, + { + "annotation": "personne jouant au water-polo", + "hexcode": "1F93D", + "tags": [ + "sport", + "water-polo" + ], + "emoji": "🤽", + "text": "", + "type": 1, + "order": 2398, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "personne jouant au water-polo : peau claire", + "hexcode": "1F93D-1F3FB", + "emoji": "🤽🏻", + "text": "", + "type": 1, + "order": 2399, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "personne jouant au water-polo : peau moyennement claire", + "hexcode": "1F93D-1F3FC", + "emoji": "🤽🏼", + "text": "", + "type": 1, + "order": 2400, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "personne jouant au water-polo : peau légèrement mate", + "hexcode": "1F93D-1F3FD", + "emoji": "🤽🏽", + "text": "", + "type": 1, + "order": 2401, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "personne jouant au water-polo : peau mate", + "hexcode": "1F93D-1F3FE", + "emoji": "🤽🏾", + "text": "", + "type": 1, + "order": 2402, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "personne jouant au water-polo : peau foncée", + "hexcode": "1F93D-1F3FF", + "emoji": "🤽🏿", + "text": "", + "type": 1, + "order": 2403, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "joueur de water-polo", + "hexcode": "1F93D-200D-2642-FE0F", + "tags": [ + "homme", + "sport", + "water-polo" + ], + "emoji": "🤽‍♂️", + "text": "", + "type": 1, + "order": 2404, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "joueur de water-polo : peau claire", + "hexcode": "1F93D-1F3FB-200D-2642-FE0F", + "emoji": "🤽🏻‍♂️", + "text": "", + "type": 1, + "order": 2406, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "joueur de water-polo : peau moyennement claire", + "hexcode": "1F93D-1F3FC-200D-2642-FE0F", + "emoji": "🤽🏼‍♂️", + "text": "", + "type": 1, + "order": 2408, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "joueur de water-polo : peau légèrement mate", + "hexcode": "1F93D-1F3FD-200D-2642-FE0F", + "emoji": "🤽🏽‍♂️", + "text": "", + "type": 1, + "order": 2410, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "joueur de water-polo : peau mate", + "hexcode": "1F93D-1F3FE-200D-2642-FE0F", + "emoji": "🤽🏾‍♂️", + "text": "", + "type": 1, + "order": 2412, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "joueur de water-polo : peau foncée", + "hexcode": "1F93D-1F3FF-200D-2642-FE0F", + "emoji": "🤽🏿‍♂️", + "text": "", + "type": 1, + "order": 2414, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "joueuse de water-polo", + "hexcode": "1F93D-200D-2640-FE0F", + "tags": [ + "femme", + "sport", + "water-polo" + ], + "emoji": "🤽‍♀️", + "text": "", + "type": 1, + "order": 2416, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "joueuse de water-polo : peau claire", + "hexcode": "1F93D-1F3FB-200D-2640-FE0F", + "emoji": "🤽🏻‍♀️", + "text": "", + "type": 1, + "order": 2418, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "joueuse de water-polo : peau moyennement claire", + "hexcode": "1F93D-1F3FC-200D-2640-FE0F", + "emoji": "🤽🏼‍♀️", + "text": "", + "type": 1, + "order": 2420, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "joueuse de water-polo : peau légèrement mate", + "hexcode": "1F93D-1F3FD-200D-2640-FE0F", + "emoji": "🤽🏽‍♀️", + "text": "", + "type": 1, + "order": 2422, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "joueuse de water-polo : peau mate", + "hexcode": "1F93D-1F3FE-200D-2640-FE0F", + "emoji": "🤽🏾‍♀️", + "text": "", + "type": 1, + "order": 2424, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "joueuse de water-polo : peau foncée", + "hexcode": "1F93D-1F3FF-200D-2640-FE0F", + "emoji": "🤽🏿‍♀️", + "text": "", + "type": 1, + "order": 2426, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne jouant au handball", + "hexcode": "1F93E", + "tags": [ + "handball", + "personne", + "sport" + ], + "emoji": "🤾", + "text": "", + "type": 1, + "order": 2428, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "personne jouant au handball : peau claire", + "hexcode": "1F93E-1F3FB", + "emoji": "🤾🏻", + "text": "", + "type": 1, + "order": 2429, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "personne jouant au handball : peau moyennement claire", + "hexcode": "1F93E-1F3FC", + "emoji": "🤾🏼", + "text": "", + "type": 1, + "order": 2430, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "personne jouant au handball : peau légèrement mate", + "hexcode": "1F93E-1F3FD", + "emoji": "🤾🏽", + "text": "", + "type": 1, + "order": 2431, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "personne jouant au handball : peau mate", + "hexcode": "1F93E-1F3FE", + "emoji": "🤾🏾", + "text": "", + "type": 1, + "order": 2432, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "personne jouant au handball : peau foncée", + "hexcode": "1F93E-1F3FF", + "emoji": "🤾🏿", + "text": "", + "type": 1, + "order": 2433, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "handballeur", + "hexcode": "1F93E-200D-2642-FE0F", + "tags": [ + "handball", + "homme", + "sport" + ], + "emoji": "🤾‍♂️", + "text": "", + "type": 1, + "order": 2434, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "handballeur : peau claire", + "hexcode": "1F93E-1F3FB-200D-2642-FE0F", + "emoji": "🤾🏻‍♂️", + "text": "", + "type": 1, + "order": 2436, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "handballeur : peau moyennement claire", + "hexcode": "1F93E-1F3FC-200D-2642-FE0F", + "emoji": "🤾🏼‍♂️", + "text": "", + "type": 1, + "order": 2438, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "handballeur : peau légèrement mate", + "hexcode": "1F93E-1F3FD-200D-2642-FE0F", + "emoji": "🤾🏽‍♂️", + "text": "", + "type": 1, + "order": 2440, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "handballeur : peau mate", + "hexcode": "1F93E-1F3FE-200D-2642-FE0F", + "emoji": "🤾🏾‍♂️", + "text": "", + "type": 1, + "order": 2442, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "handballeur : peau foncée", + "hexcode": "1F93E-1F3FF-200D-2642-FE0F", + "emoji": "🤾🏿‍♂️", + "text": "", + "type": 1, + "order": 2444, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "handballeuse", + "hexcode": "1F93E-200D-2640-FE0F", + "tags": [ + "femme", + "handball", + "sport" + ], + "emoji": "🤾‍♀️", + "text": "", + "type": 1, + "order": 2446, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "handballeuse : peau claire", + "hexcode": "1F93E-1F3FB-200D-2640-FE0F", + "emoji": "🤾🏻‍♀️", + "text": "", + "type": 1, + "order": 2448, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "handballeuse : peau moyennement claire", + "hexcode": "1F93E-1F3FC-200D-2640-FE0F", + "emoji": "🤾🏼‍♀️", + "text": "", + "type": 1, + "order": 2450, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "handballeuse : peau légèrement mate", + "hexcode": "1F93E-1F3FD-200D-2640-FE0F", + "emoji": "🤾🏽‍♀️", + "text": "", + "type": 1, + "order": 2452, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "handballeuse : peau mate", + "hexcode": "1F93E-1F3FE-200D-2640-FE0F", + "emoji": "🤾🏾‍♀️", + "text": "", + "type": 1, + "order": 2454, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "handballeuse : peau foncée", + "hexcode": "1F93E-1F3FF-200D-2640-FE0F", + "emoji": "🤾🏿‍♀️", + "text": "", + "type": 1, + "order": 2456, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne qui jongle", + "hexcode": "1F939", + "tags": [ + "jongler", + "jongleur", + "multitâche" + ], + "emoji": "🤹", + "text": "", + "type": 1, + "order": 2458, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "personne qui jongle : peau claire", + "hexcode": "1F939-1F3FB", + "emoji": "🤹🏻", + "text": "", + "type": 1, + "order": 2459, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "personne qui jongle : peau moyennement claire", + "hexcode": "1F939-1F3FC", + "emoji": "🤹🏼", + "text": "", + "type": 1, + "order": 2460, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "personne qui jongle : peau légèrement mate", + "hexcode": "1F939-1F3FD", + "emoji": "🤹🏽", + "text": "", + "type": 1, + "order": 2461, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "personne qui jongle : peau mate", + "hexcode": "1F939-1F3FE", + "emoji": "🤹🏾", + "text": "", + "type": 1, + "order": 2462, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "personne qui jongle : peau foncée", + "hexcode": "1F939-1F3FF", + "emoji": "🤹🏿", + "text": "", + "type": 1, + "order": 2463, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "jongleur", + "hexcode": "1F939-200D-2642-FE0F", + "tags": [ + "homme", + "jonglage", + "multitâche" + ], + "emoji": "🤹‍♂️", + "text": "", + "type": 1, + "order": 2464, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "jongleur : peau claire", + "hexcode": "1F939-1F3FB-200D-2642-FE0F", + "emoji": "🤹🏻‍♂️", + "text": "", + "type": 1, + "order": 2466, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "jongleur : peau moyennement claire", + "hexcode": "1F939-1F3FC-200D-2642-FE0F", + "emoji": "🤹🏼‍♂️", + "text": "", + "type": 1, + "order": 2468, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "jongleur : peau légèrement mate", + "hexcode": "1F939-1F3FD-200D-2642-FE0F", + "emoji": "🤹🏽‍♂️", + "text": "", + "type": 1, + "order": 2470, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "jongleur : peau mate", + "hexcode": "1F939-1F3FE-200D-2642-FE0F", + "emoji": "🤹🏾‍♂️", + "text": "", + "type": 1, + "order": 2472, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "jongleur : peau foncée", + "hexcode": "1F939-1F3FF-200D-2642-FE0F", + "emoji": "🤹🏿‍♂️", + "text": "", + "type": 1, + "order": 2474, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "jongleuse", + "hexcode": "1F939-200D-2640-FE0F", + "tags": [ + "femme", + "jonglage", + "multitâche" + ], + "emoji": "🤹‍♀️", + "text": "", + "type": 1, + "order": 2476, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "jongleuse : peau claire", + "hexcode": "1F939-1F3FB-200D-2640-FE0F", + "emoji": "🤹🏻‍♀️", + "text": "", + "type": 1, + "order": 2478, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "jongleuse : peau moyennement claire", + "hexcode": "1F939-1F3FC-200D-2640-FE0F", + "emoji": "🤹🏼‍♀️", + "text": "", + "type": 1, + "order": 2480, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "jongleuse : peau légèrement mate", + "hexcode": "1F939-1F3FD-200D-2640-FE0F", + "emoji": "🤹🏽‍♀️", + "text": "", + "type": 1, + "order": 2482, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "jongleuse : peau mate", + "hexcode": "1F939-1F3FE-200D-2640-FE0F", + "emoji": "🤹🏾‍♀️", + "text": "", + "type": 1, + "order": 2484, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "jongleuse : peau foncée", + "hexcode": "1F939-1F3FF-200D-2640-FE0F", + "emoji": "🤹🏿‍♀️", + "text": "", + "type": 1, + "order": 2486, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne dans la posture du lotus", + "hexcode": "1F9D8", + "tags": [ + "méditation", + "position du lotus", + "yoga" + ], + "emoji": "🧘", + "text": "", + "type": 1, + "order": 2488, + "group": 1, + "subgroup": 28, + "version": 5, + "skins": [ + { + "annotation": "personne dans la posture du lotus : peau claire", + "hexcode": "1F9D8-1F3FB", + "emoji": "🧘🏻", + "text": "", + "type": 1, + "order": 2489, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 1 + }, + { + "annotation": "personne dans la posture du lotus : peau moyennement claire", + "hexcode": "1F9D8-1F3FC", + "emoji": "🧘🏼", + "text": "", + "type": 1, + "order": 2490, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 2 + }, + { + "annotation": "personne dans la posture du lotus : peau légèrement mate", + "hexcode": "1F9D8-1F3FD", + "emoji": "🧘🏽", + "text": "", + "type": 1, + "order": 2491, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 3 + }, + { + "annotation": "personne dans la posture du lotus : peau mate", + "hexcode": "1F9D8-1F3FE", + "emoji": "🧘🏾", + "text": "", + "type": 1, + "order": 2492, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 4 + }, + { + "annotation": "personne dans la posture du lotus : peau foncée", + "hexcode": "1F9D8-1F3FF", + "emoji": "🧘🏿", + "text": "", + "type": 1, + "order": 2493, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "homme dans la posture du lotus", + "hexcode": "1F9D8-200D-2642-FE0F", + "tags": [ + "méditation", + "position du lotus", + "yoga" + ], + "emoji": "🧘‍♂️", + "text": "", + "type": 1, + "order": 2494, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "homme dans la posture du lotus : peau claire", + "hexcode": "1F9D8-1F3FB-200D-2642-FE0F", + "emoji": "🧘🏻‍♂️", + "text": "", + "type": 1, + "order": 2496, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "homme dans la posture du lotus : peau moyennement claire", + "hexcode": "1F9D8-1F3FC-200D-2642-FE0F", + "emoji": "🧘🏼‍♂️", + "text": "", + "type": 1, + "order": 2498, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "homme dans la posture du lotus : peau légèrement mate", + "hexcode": "1F9D8-1F3FD-200D-2642-FE0F", + "emoji": "🧘🏽‍♂️", + "text": "", + "type": 1, + "order": 2500, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "homme dans la posture du lotus : peau mate", + "hexcode": "1F9D8-1F3FE-200D-2642-FE0F", + "emoji": "🧘🏾‍♂️", + "text": "", + "type": 1, + "order": 2502, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "homme dans la posture du lotus : peau foncée", + "hexcode": "1F9D8-1F3FF-200D-2642-FE0F", + "emoji": "🧘🏿‍♂️", + "text": "", + "type": 1, + "order": 2504, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "femme dans la posture du lotus", + "hexcode": "1F9D8-200D-2640-FE0F", + "tags": [ + "méditation", + "position du lotus", + "yoga" + ], + "emoji": "🧘‍♀️", + "text": "", + "type": 1, + "order": 2506, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "femme dans la posture du lotus : peau claire", + "hexcode": "1F9D8-1F3FB-200D-2640-FE0F", + "emoji": "🧘🏻‍♀️", + "text": "", + "type": 1, + "order": 2508, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "femme dans la posture du lotus : peau moyennement claire", + "hexcode": "1F9D8-1F3FC-200D-2640-FE0F", + "emoji": "🧘🏼‍♀️", + "text": "", + "type": 1, + "order": 2510, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "femme dans la posture du lotus : peau légèrement mate", + "hexcode": "1F9D8-1F3FD-200D-2640-FE0F", + "emoji": "🧘🏽‍♀️", + "text": "", + "type": 1, + "order": 2512, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "femme dans la posture du lotus : peau mate", + "hexcode": "1F9D8-1F3FE-200D-2640-FE0F", + "emoji": "🧘🏾‍♀️", + "text": "", + "type": 1, + "order": 2514, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "femme dans la posture du lotus : peau foncée", + "hexcode": "1F9D8-1F3FF-200D-2640-FE0F", + "emoji": "🧘🏿‍♀️", + "text": "", + "type": 1, + "order": 2516, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "personne prenant un bain", + "hexcode": "1F6C0", + "tags": [ + "baignoire", + "bain" + ], + "emoji": "🛀", + "text": "", + "type": 1, + "order": 2518, + "group": 1, + "subgroup": 28, + "version": 0.6, + "skins": [ + { + "annotation": "personne prenant un bain : peau claire", + "hexcode": "1F6C0-1F3FB", + "emoji": "🛀🏻", + "text": "", + "type": 1, + "order": 2519, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 1 + }, + { + "annotation": "personne prenant un bain : peau moyennement claire", + "hexcode": "1F6C0-1F3FC", + "emoji": "🛀🏼", + "text": "", + "type": 1, + "order": 2520, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 2 + }, + { + "annotation": "personne prenant un bain : peau légèrement mate", + "hexcode": "1F6C0-1F3FD", + "emoji": "🛀🏽", + "text": "", + "type": 1, + "order": 2521, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 3 + }, + { + "annotation": "personne prenant un bain : peau mate", + "hexcode": "1F6C0-1F3FE", + "emoji": "🛀🏾", + "text": "", + "type": 1, + "order": 2522, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 4 + }, + { + "annotation": "personne prenant un bain : peau foncée", + "hexcode": "1F6C0-1F3FF", + "emoji": "🛀🏿", + "text": "", + "type": 1, + "order": 2523, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "personne au lit", + "hexcode": "1F6CC", + "tags": [ + "lit" + ], + "emoji": "🛌", + "text": "", + "type": 1, + "order": 2524, + "group": 1, + "subgroup": 28, + "version": 1, + "skins": [ + { + "annotation": "personne au lit : peau claire", + "hexcode": "1F6CC-1F3FB", + "emoji": "🛌🏻", + "text": "", + "type": 1, + "order": 2525, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 1 + }, + { + "annotation": "personne au lit : peau moyennement claire", + "hexcode": "1F6CC-1F3FC", + "emoji": "🛌🏼", + "text": "", + "type": 1, + "order": 2526, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 2 + }, + { + "annotation": "personne au lit : peau légèrement mate", + "hexcode": "1F6CC-1F3FD", + "emoji": "🛌🏽", + "text": "", + "type": 1, + "order": 2527, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 3 + }, + { + "annotation": "personne au lit : peau mate", + "hexcode": "1F6CC-1F3FE", + "emoji": "🛌🏾", + "text": "", + "type": 1, + "order": 2528, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 4 + }, + { + "annotation": "personne au lit : peau foncée", + "hexcode": "1F6CC-1F3FF", + "emoji": "🛌🏿", + "text": "", + "type": 1, + "order": 2529, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "deux personnes se tenant la main", + "hexcode": "1F9D1-200D-1F91D-200D-1F9D1", + "tags": [ + "couple", + "main", + "personne", + "poignée de main", + "tenir la main" + ], + "emoji": "🧑‍🤝‍🧑", + "text": "", + "type": 1, + "order": 2530, + "group": 1, + "subgroup": 29, + "version": 12, + "skins": [ + { + "annotation": "deux personnes se tenant la main : peau claire", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏻‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2531, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "deux personnes se tenant la main : peau claire et peau moyennement claire", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2532, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2533, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau claire et peau mate", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2534, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau claire et peau foncée", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2535, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau moyennement claire et peau claire", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2536, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau moyennement claire", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏼‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2537, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "deux personnes se tenant la main : peau moyennement claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2538, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau moyennement claire et peau mate", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2539, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau moyennement claire et peau foncée", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2540, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau légèrement mate et peau claire", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2541, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau légèrement mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2542, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau légèrement mate", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏽‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2543, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "deux personnes se tenant la main : peau légèrement mate et peau mate", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2544, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau légèrement mate et peau foncée", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2545, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau mate et peau claire", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2546, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2547, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau mate et peau légèrement mate", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2548, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau mate", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏾‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2549, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "deux personnes se tenant la main : peau mate et peau foncée", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2550, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau foncée et peau claire", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2551, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau foncée et peau moyennement claire", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2552, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau foncée et peau légèrement mate", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2553, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau foncée et peau mate", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2554, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "deux personnes se tenant la main : peau foncée", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏿‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2555, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "deux femmes se tenant la main", + "hexcode": "1F46D", + "tags": [ + "couple", + "femmes", + "jumelles", + "main dans la main" + ], + "emoji": "👭", + "text": "", + "type": 1, + "order": 2556, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "deux femmes se tenant la main : peau claire", + "hexcode": "1F46D-1F3FB", + "emoji": "👭🏻", + "text": "", + "type": 1, + "order": 2557, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "deux femmes se tenant la main : peau moyennement claire", + "hexcode": "1F46D-1F3FC", + "emoji": "👭🏼", + "text": "", + "type": 1, + "order": 2563, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "deux femmes se tenant la main : peau légèrement mate", + "hexcode": "1F46D-1F3FD", + "emoji": "👭🏽", + "text": "", + "type": 1, + "order": 2569, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "deux femmes se tenant la main : peau mate", + "hexcode": "1F46D-1F3FE", + "emoji": "👭🏾", + "text": "", + "type": 1, + "order": 2575, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "deux femmes se tenant la main : peau foncée", + "hexcode": "1F46D-1F3FF", + "emoji": "👭🏿", + "text": "", + "type": 1, + "order": 2581, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "deux femmes se tenant la main : peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏻‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2558, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏻‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2559, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏻‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2560, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏻‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2561, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏼‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2562, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏼‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2564, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏼‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2565, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏼‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2566, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏽‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2567, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏽‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2568, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏽‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2570, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏽‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2571, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏾‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2572, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏾‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2573, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏾‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2574, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏾‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2576, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏿‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2577, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏿‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2578, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏿‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2579, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "deux femmes se tenant la main : peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏿‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2580, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "femme et homme se tenant la main", + "hexcode": "1F46B", + "tags": [ + "couple", + "femme", + "homme", + "main dans la main" + ], + "emoji": "👫", + "text": "", + "type": 1, + "order": 2582, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "femme et homme se tenant la main : peau claire", + "hexcode": "1F46B-1F3FB", + "emoji": "👫🏻", + "text": "", + "type": 1, + "order": 2583, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "femme et homme se tenant la main : peau moyennement claire", + "hexcode": "1F46B-1F3FC", + "emoji": "👫🏼", + "text": "", + "type": 1, + "order": 2589, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "femme et homme se tenant la main : peau légèrement mate", + "hexcode": "1F46B-1F3FD", + "emoji": "👫🏽", + "text": "", + "type": 1, + "order": 2595, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "femme et homme se tenant la main : peau mate", + "hexcode": "1F46B-1F3FE", + "emoji": "👫🏾", + "text": "", + "type": 1, + "order": 2601, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "femme et homme se tenant la main : peau foncée", + "hexcode": "1F46B-1F3FF", + "emoji": "👫🏿", + "text": "", + "type": 1, + "order": 2607, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "femme et homme se tenant la main : peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2584, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2585, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2586, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2587, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2588, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2590, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2591, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2592, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2593, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2594, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2596, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2597, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2598, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2599, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2600, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2602, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2603, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2604, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2605, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "femme et homme se tenant la main : peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2606, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "deux hommes se tenant la main", + "hexcode": "1F46C", + "tags": [ + "couple", + "gémeaux", + "hommes", + "jumeaux", + "main dans la main", + "zodiaque" + ], + "emoji": "👬", + "text": "", + "type": 1, + "order": 2608, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "deux hommes se tenant la main : peau claire", + "hexcode": "1F46C-1F3FB", + "emoji": "👬🏻", + "text": "", + "type": 1, + "order": 2609, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "deux hommes se tenant la main : peau moyennement claire", + "hexcode": "1F46C-1F3FC", + "emoji": "👬🏼", + "text": "", + "type": 1, + "order": 2615, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "deux hommes se tenant la main : peau légèrement mate", + "hexcode": "1F46C-1F3FD", + "emoji": "👬🏽", + "text": "", + "type": 1, + "order": 2621, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "deux hommes se tenant la main : peau mate", + "hexcode": "1F46C-1F3FE", + "emoji": "👬🏾", + "text": "", + "type": 1, + "order": 2627, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "deux hommes se tenant la main : peau foncée", + "hexcode": "1F46C-1F3FF", + "emoji": "👬🏿", + "text": "", + "type": 1, + "order": 2633, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "deux hommes se tenant la main : peau claire et peau moyennement claire", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2610, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau claire et peau légèrement mate", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2611, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau claire et peau mate", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2612, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau claire et peau foncée", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2613, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau moyennement claire et peau claire", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2614, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau moyennement claire et peau légèrement mate", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2616, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau moyennement claire et peau mate", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2617, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau moyennement claire et peau foncée", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2618, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau légèrement mate et peau claire", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2619, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau légèrement mate et peau moyennement claire", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2620, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau légèrement mate et peau mate", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2622, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau légèrement mate et peau foncée", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2623, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau mate et peau claire", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2624, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau mate et peau moyennement claire", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2625, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau mate et peau légèrement mate", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2626, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau mate et peau foncée", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2628, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau foncée et peau claire", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2629, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau foncée et peau moyennement claire", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2630, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau foncée et peau légèrement mate", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2631, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "deux hommes se tenant la main : peau foncée et peau mate", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2632, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "bisou", + "hexcode": "1F48F", + "tags": [ + "baiser", + "couple" + ], + "emoji": "💏", + "text": "", + "type": 1, + "order": 2634, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "bisou : peau claire", + "hexcode": "1F48F-1F3FB", + "emoji": "💏🏻", + "text": "", + "type": 1, + "order": 2635, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "bisou : peau moyennement claire", + "hexcode": "1F48F-1F3FC", + "emoji": "💏🏼", + "text": "", + "type": 1, + "order": 2636, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "bisou : peau légèrement mate", + "hexcode": "1F48F-1F3FD", + "emoji": "💏🏽", + "text": "", + "type": 1, + "order": 2637, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "bisou : peau mate", + "hexcode": "1F48F-1F3FE", + "emoji": "💏🏾", + "text": "", + "type": 1, + "order": 2638, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "bisou : peau foncée", + "hexcode": "1F48F-1F3FF", + "emoji": "💏🏿", + "text": "", + "type": 1, + "order": 2639, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "bisou : adulte, adulte, peau claire et peau moyennement claire", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2640, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2642, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau claire et peau mate", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2644, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau claire et peau foncée", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2646, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau moyennement claire et peau claire", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2648, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau moyennement claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2650, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau moyennement claire et peau mate", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2652, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau moyennement claire et peau foncée", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2654, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau légèrement mate et peau claire", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2656, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau légèrement mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2658, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau légèrement mate et peau mate", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2660, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau légèrement mate et peau foncée", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2662, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau mate et peau claire", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2664, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2666, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau mate et peau légèrement mate", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2668, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau mate et peau foncée", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2670, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau foncée et peau claire", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2672, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau foncée et peau moyennement claire", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2674, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau foncée et peau légèrement mate", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2676, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "bisou : adulte, adulte, peau foncée et peau mate", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2678, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "bisou : femme et homme", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "baiser", + "bisou", + "couple", + "femme", + "homme" + ], + "emoji": "👩‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2680, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "bisou : femme, homme et peau claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2682, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "bisou : femme, homme, peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2684, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "bisou : femme, homme, peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2686, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "bisou : femme, homme, peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2688, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "bisou : femme, homme, peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2690, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "bisou : femme, homme, peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2692, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "bisou : femme, homme et peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2694, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "bisou : femme, homme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2696, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "bisou : femme, homme, peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2698, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "bisou : femme, homme, peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2700, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "bisou : femme, homme, peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2702, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "bisou : femme, homme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2704, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "bisou : femme, homme et peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2706, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "bisou : femme, homme, peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2708, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "bisou : femme, homme, peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2710, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "bisou : femme, homme, peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2712, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "bisou : femme, homme, peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2714, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "bisou : femme, homme, peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2716, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "bisou : femme, homme et peau mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2718, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "bisou : femme, homme, peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2720, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "bisou : femme, homme, peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2722, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "bisou : femme, homme, peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2724, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "bisou : femme, homme, peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2726, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "bisou : femme, homme, peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2728, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "bisou : femme, homme et peau foncée", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2730, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "bisou : homme et homme", + "hexcode": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "baiser", + "bisou", + "couple", + "homme" + ], + "emoji": "👨‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2732, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "bisou : homme, homme et peau claire", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2734, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "bisou : homme, homme, peau claire et peau moyennement claire", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2736, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "bisou : homme, homme, peau claire et peau légèrement mate", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2738, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "bisou : homme, homme, peau claire et peau mate", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2740, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "bisou : homme, homme, peau claire et peau foncée", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2742, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "bisou : homme, homme, peau moyennement claire et peau claire", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2744, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "bisou : homme, homme et peau moyennement claire", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2746, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "bisou : homme, homme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2748, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "bisou : homme, homme, peau moyennement claire et peau mate", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2750, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "bisou : homme, homme, peau moyennement claire et peau foncée", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2752, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "bisou : homme, homme, peau légèrement mate et peau claire", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2754, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "bisou : homme, homme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2756, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "bisou : homme, homme et peau légèrement mate", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2758, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "bisou : homme, homme, peau légèrement mate et peau mate", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2760, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "bisou : homme, homme, peau légèrement mate et peau foncée", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2762, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "bisou : homme, homme, peau mate et peau claire", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2764, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "bisou : homme, homme, peau mate et peau moyennement claire", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2766, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "bisou : homme, homme, peau mate et peau légèrement mate", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2768, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "bisou : homme, homme et peau mate", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2770, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "bisou : homme, homme, peau mate et peau foncée", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2772, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "bisou : homme, homme, peau foncée et peau claire", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2774, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "bisou : homme, homme, peau foncée et peau moyennement claire", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2776, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "bisou : homme, homme, peau foncée et peau légèrement mate", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2778, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "bisou : homme, homme, peau foncée et peau mate", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2780, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "bisou : homme, homme et peau foncée", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2782, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "bisou : femme et femme", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "tags": [ + "baiser", + "bisou", + "couple", + "femme" + ], + "emoji": "👩‍❤️‍💋‍👩", + "text": "", + "type": 1, + "order": 2784, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "bisou : femme, femme et peau claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2786, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "bisou : femme, femme, peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2788, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "bisou : femme, femme, peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2790, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "bisou : femme, femme, peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2792, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "bisou : femme, femme, peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2794, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "bisou : femme, femme, peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2796, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "bisou : femme, femme et peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2798, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "bisou : femme, femme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2800, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "bisou : femme, femme, peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2802, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "bisou : femme, femme, peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2804, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "bisou : femme, femme, peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2806, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "bisou : femme, femme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2808, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "bisou : femme, femme et peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2810, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "bisou : femme, femme, peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2812, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "bisou : femme, femme, peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2814, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "bisou : femme, femme, peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2816, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "bisou : femme, femme, peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2818, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "bisou : femme, femme, peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2820, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "bisou : femme, femme et peau mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2822, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "bisou : femme, femme, peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2824, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "bisou : femme, femme, peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2826, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "bisou : femme, femme, peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2828, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "bisou : femme, femme, peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2830, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "bisou : femme, femme, peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2832, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "bisou : femme, femme et peau foncée", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2834, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple avec cœur", + "hexcode": "1F491", + "tags": [ + "amour", + "couple", + "cœur" + ], + "emoji": "💑", + "text": "", + "type": 1, + "order": 2836, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "couple avec cœur : peau claire", + "hexcode": "1F491-1F3FB", + "emoji": "💑🏻", + "text": "", + "type": 1, + "order": 2837, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple avec cœur : peau moyennement claire", + "hexcode": "1F491-1F3FC", + "emoji": "💑🏼", + "text": "", + "type": 1, + "order": 2838, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple avec cœur : peau légèrement mate", + "hexcode": "1F491-1F3FD", + "emoji": "💑🏽", + "text": "", + "type": 1, + "order": 2839, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple avec cœur : peau mate", + "hexcode": "1F491-1F3FE", + "emoji": "💑🏾", + "text": "", + "type": 1, + "order": 2840, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple avec cœur : peau foncée", + "hexcode": "1F491-1F3FF", + "emoji": "💑🏿", + "text": "", + "type": 1, + "order": 2841, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau claire et peau moyennement claire", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2842, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2844, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau claire et peau mate", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2846, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau claire et peau foncée", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2848, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau moyennement claire et peau claire", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2850, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau moyennement claire et peau légèrement mate", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2852, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau moyennement claire et peau mate", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2854, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau moyennement claire et peau foncée", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2856, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau légèrement mate et peau claire", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2858, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau légèrement mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2860, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau légèrement mate et peau mate", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2862, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau légèrement mate et peau foncée", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2864, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau mate et peau claire", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2866, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau mate et peau moyennement claire", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2868, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau mate et peau légèrement mate", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2870, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau mate et peau foncée", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2872, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau foncée et peau claire", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2874, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau foncée et peau moyennement claire", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2876, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau foncée et peau légèrement mate", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2878, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple avec cœur : adulte, adulte, peau foncée et peau mate", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2880, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "couple avec cœur : femme et homme", + "hexcode": "1F469-200D-2764-FE0F-200D-1F468", + "tags": [ + "amour", + "couple", + "couple avec cœur", + "cœur", + "femme", + "homme" + ], + "emoji": "👩‍❤️‍👨", + "text": "", + "type": 1, + "order": 2882, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple avec cœur : femme, homme et peau claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2884, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple avec cœur : femme, homme, peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2886, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2888, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2890, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2892, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2894, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, homme et peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2896, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple avec cœur : femme, homme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2898, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2900, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2902, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2904, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2906, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, homme et peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2908, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple avec cœur : femme, homme, peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2910, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2912, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2914, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2916, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2918, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, homme et peau mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2920, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple avec cœur : femme, homme, peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2922, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2924, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2926, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2928, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, homme, peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2930, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, homme et peau foncée", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2932, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple avec cœur : homme et homme", + "hexcode": "1F468-200D-2764-FE0F-200D-1F468", + "tags": [ + "amour", + "couple", + "couple avec cœur", + "cœur", + "homme" + ], + "emoji": "👨‍❤️‍👨", + "text": "", + "type": 1, + "order": 2934, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple avec cœur : homme, homme et peau claire", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2936, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple avec cœur : homme, homme, peau claire et peau moyennement claire", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2938, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau claire et peau légèrement mate", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2940, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau claire et peau mate", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2942, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau claire et peau foncée", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2944, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau moyennement claire et peau claire", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2946, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple avec cœur : homme, homme et peau moyennement claire", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2948, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple avec cœur : homme, homme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2950, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau moyennement claire et peau mate", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2952, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau moyennement claire et peau foncée", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2954, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau légèrement mate et peau claire", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2956, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2958, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple avec cœur : homme, homme et peau légèrement mate", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2960, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple avec cœur : homme, homme, peau légèrement mate et peau mate", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2962, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau légèrement mate et peau foncée", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2964, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau mate et peau claire", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2966, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau mate et peau moyennement claire", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2968, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau mate et peau légèrement mate", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2970, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple avec cœur : homme, homme et peau mate", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2972, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple avec cœur : homme, homme, peau mate et peau foncée", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2974, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau foncée et peau claire", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2976, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau foncée et peau moyennement claire", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2978, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau foncée et peau légèrement mate", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2980, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple avec cœur : homme, homme, peau foncée et peau mate", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2982, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple avec cœur : homme, homme et peau foncée", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2984, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "couple avec cœur : femme et femme", + "hexcode": "1F469-200D-2764-FE0F-200D-1F469", + "tags": [ + "amour", + "couple", + "couple avec cœur", + "cœur", + "femme" + ], + "emoji": "👩‍❤️‍👩", + "text": "", + "type": 1, + "order": 2986, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "couple avec cœur : femme, femme et peau claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2988, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "couple avec cœur : femme, femme, peau claire et peau moyennement claire", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 2990, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau claire et peau légèrement mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 2992, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau claire et peau mate", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 2994, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau claire et peau foncée", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 2996, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau moyennement claire et peau claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2998, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, femme et peau moyennement claire", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3000, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "couple avec cœur : femme, femme, peau moyennement claire et peau légèrement mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3002, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau moyennement claire et peau mate", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3004, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau moyennement claire et peau foncée", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3006, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau légèrement mate et peau claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3008, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau légèrement mate et peau moyennement claire", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3010, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, femme et peau légèrement mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3012, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "couple avec cœur : femme, femme, peau légèrement mate et peau mate", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3014, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau légèrement mate et peau foncée", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3016, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau mate et peau claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3018, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau mate et peau moyennement claire", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3020, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau mate et peau légèrement mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3022, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, femme et peau mate", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3024, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "couple avec cœur : femme, femme, peau mate et peau foncée", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3026, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau foncée et peau claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3028, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau foncée et peau moyennement claire", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3030, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau foncée et peau légèrement mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3032, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "couple avec cœur : femme, femme, peau foncée et peau mate", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3034, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "couple avec cœur : femme, femme et peau foncée", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3036, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "famille", + "hexcode": "1F46A", + "tags": [ + "enfant", + "mère", + "père" + ], + "emoji": "👪️", + "text": "👪︎", + "type": 1, + "order": 3038, + "group": 1, + "subgroup": 29, + "version": 0.6 + }, + { + "annotation": "famille : homme, femme et garçon", + "hexcode": "1F468-200D-1F469-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👩‍👦", + "text": "", + "type": 1, + "order": 3039, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, femme et fille", + "hexcode": "1F468-200D-1F469-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👩‍👧", + "text": "", + "type": 1, + "order": 3040, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, femme, fille et garçon", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3041, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, femme, garçon et garçon", + "hexcode": "1F468-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3042, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, femme, fille et fille", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3043, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, homme et garçon", + "hexcode": "1F468-200D-1F468-200D-1F466", + "tags": [ + "enfant", + "famille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👨‍👦", + "text": "", + "type": 1, + "order": 3044, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, homme et fille", + "hexcode": "1F468-200D-1F468-200D-1F467", + "tags": [ + "enfant", + "famille", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👨‍👧", + "text": "", + "type": 1, + "order": 3045, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, homme, fille et garçon", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F466", + "tags": [ + "enfant", + "famille", + "fille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3046, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, homme, garçon et garçon", + "hexcode": "1F468-200D-1F468-200D-1F466-200D-1F466", + "tags": [ + "enfant", + "famille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3047, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme, homme, fille et fille", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F467", + "tags": [ + "enfant", + "famille", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3048, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : femme, femme et garçon", + "hexcode": "1F469-200D-1F469-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👩‍👦", + "text": "", + "type": 1, + "order": 3049, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : femme, femme et fille", + "hexcode": "1F469-200D-1F469-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "mère", + "père" + ], + "emoji": "👩‍👩‍👧", + "text": "", + "type": 1, + "order": 3050, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : femme, femme, fille et garçon", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3051, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : femme, femme, garçon et garçon", + "hexcode": "1F469-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3052, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : femme, femme, fille et fille", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "mère", + "père" + ], + "emoji": "👩‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3053, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "famille : homme et garçon", + "hexcode": "1F468-200D-1F466", + "tags": [ + "enfant", + "famille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👦", + "text": "", + "type": 1, + "order": 3054, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : homme, garçon et garçon", + "hexcode": "1F468-200D-1F466-200D-1F466", + "tags": [ + "enfant", + "famille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3055, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : homme et fille", + "hexcode": "1F468-200D-1F467", + "tags": [ + "enfant", + "famille", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👧", + "text": "", + "type": 1, + "order": 3056, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : homme, fille et garçon", + "hexcode": "1F468-200D-1F467-200D-1F466", + "tags": [ + "enfant", + "famille", + "fille", + "garçon", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3057, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : homme, fille et fille", + "hexcode": "1F468-200D-1F467-200D-1F467", + "tags": [ + "enfant", + "famille", + "fille", + "homme", + "mère", + "père" + ], + "emoji": "👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3058, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : femme et garçon", + "hexcode": "1F469-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👦", + "text": "", + "type": 1, + "order": 3059, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : femme, garçon et garçon", + "hexcode": "1F469-200D-1F466-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3060, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : femme et fille", + "hexcode": "1F469-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "mère", + "père" + ], + "emoji": "👩‍👧", + "text": "", + "type": 1, + "order": 3061, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : femme, fille et garçon", + "hexcode": "1F469-200D-1F467-200D-1F466", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "garçon", + "mère", + "père" + ], + "emoji": "👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3062, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "famille : femme, fille et fille", + "hexcode": "1F469-200D-1F467-200D-1F467", + "tags": [ + "enfant", + "famille", + "femme", + "fille", + "mère", + "père" + ], + "emoji": "👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3063, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "tête qui parle", + "hexcode": "1F5E3", + "tags": [ + "parler", + "silhouette" + ], + "emoji": "🗣️", + "text": "🗣︎", + "type": 0, + "order": 3065, + "group": 1, + "subgroup": 30, + "version": 0.7 + }, + { + "annotation": "silhouette de buste", + "hexcode": "1F464", + "tags": [ + "buste" + ], + "emoji": "👤", + "text": "", + "type": 1, + "order": 3066, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "silhouettes de bustes", + "hexcode": "1F465", + "tags": [ + "bustes" + ], + "emoji": "👥", + "text": "", + "type": 1, + "order": 3067, + "group": 1, + "subgroup": 30, + "version": 1 + }, + { + "annotation": "étreinte", + "hexcode": "1FAC2", + "tags": [ + "au revoir", + "bonjour", + "câlin", + "gratitude" + ], + "emoji": "🫂", + "text": "", + "type": 1, + "order": 3068, + "group": 1, + "subgroup": 30, + "version": 13 + }, + { + "annotation": "traces de pas", + "hexcode": "1F463", + "tags": [ + "pied" + ], + "emoji": "👣", + "text": "", + "type": 1, + "order": 3069, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "peau claire", + "hexcode": "1F3FB", + "tags": [ + "peau" + ], + "emoji": "🏻", + "text": "", + "type": 1, + "order": 3070, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "peau moyennement claire", + "hexcode": "1F3FC", + "tags": [ + "peau" + ], + "emoji": "🏼", + "text": "", + "type": 1, + "order": 3071, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "peau légèrement mate", + "hexcode": "1F3FD", + "tags": [ + "peau" + ], + "emoji": "🏽", + "text": "", + "type": 1, + "order": 3072, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "peau mate", + "hexcode": "1F3FE", + "tags": [ + "peau" + ], + "emoji": "🏾", + "text": "", + "type": 1, + "order": 3073, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "peau foncée", + "hexcode": "1F3FF", + "tags": [ + "peau", + "peau mate" + ], + "emoji": "🏿", + "text": "", + "type": 1, + "order": 3074, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "cheveux roux", + "hexcode": "1F9B0", + "tags": [ + "rouquin", + "rouquine" + ], + "emoji": "🦰", + "text": "", + "type": 1, + "order": 3075, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "cheveux bouclés", + "hexcode": "1F9B1", + "tags": [ + "afro", + "boucles", + "bouclés" + ], + "emoji": "🦱", + "text": "", + "type": 1, + "order": 3076, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "cheveux blancs", + "hexcode": "1F9B3", + "tags": [ + "blancs", + "cheveux", + "gris", + "vieux" + ], + "emoji": "🦳", + "text": "", + "type": 1, + "order": 3077, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "chauve", + "hexcode": "1F9B2", + "tags": [ + "chimiothérapie", + "imberbe", + "rasé", + "sans cheveux" + ], + "emoji": "🦲", + "text": "", + "type": 1, + "order": 3078, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "tête de singe", + "hexcode": "1F435", + "tags": [ + "animal", + "singe" + ], + "emoji": "🐵", + "text": "", + "type": 1, + "order": 3079, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "singe", + "hexcode": "1F412", + "tags": [ + "animal" + ], + "emoji": "🐒", + "text": "", + "type": 1, + "order": 3080, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "gorille", + "hexcode": "1F98D", + "tags": [ + "animal" + ], + "emoji": "🦍", + "text": "", + "type": 1, + "order": 3081, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "orang-outan", + "hexcode": "1F9A7", + "tags": [ + "animal", + "primate", + "singe" + ], + "emoji": "🦧", + "text": "", + "type": 1, + "order": 3082, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "tête de chien", + "hexcode": "1F436", + "tags": [ + "animal", + "chien" + ], + "emoji": "🐶", + "text": "", + "type": 1, + "order": 3083, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "chien", + "hexcode": "1F415", + "tags": [ + "animal" + ], + "emoji": "🐕️", + "text": "🐕︎", + "type": 1, + "order": 3084, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "chien guide", + "hexcode": "1F9AE", + "tags": [ + "accessibilité", + "animal", + "aveugle", + "guide", + "non-voyant" + ], + "emoji": "🦮", + "text": "", + "type": 1, + "order": 3085, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "chien d’assistance", + "hexcode": "1F415-200D-1F9BA", + "tags": [ + "accessibilité", + "aide", + "animal", + "assistance" + ], + "emoji": "🐕‍🦺", + "text": "", + "type": 1, + "order": 3086, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "caniche", + "hexcode": "1F429", + "tags": [ + "animal", + "chien" + ], + "emoji": "🐩", + "text": "", + "type": 1, + "order": 3087, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "loup", + "hexcode": "1F43A", + "tags": [ + "animal", + "tête" + ], + "emoji": "🐺", + "text": "", + "type": 1, + "order": 3088, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "renard", + "hexcode": "1F98A", + "tags": [ + "animal", + "tête" + ], + "emoji": "🦊", + "text": "", + "type": 1, + "order": 3089, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "raton laveur", + "hexcode": "1F99D", + "tags": [ + "animal", + "curieux", + "sournois" + ], + "emoji": "🦝", + "text": "", + "type": 1, + "order": 3090, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "tête de chat", + "hexcode": "1F431", + "tags": [ + "animal", + "chat" + ], + "emoji": "🐱", + "text": "", + "type": 1, + "order": 3091, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "chat", + "hexcode": "1F408", + "tags": [ + "animal" + ], + "emoji": "🐈️", + "text": "🐈︎", + "type": 1, + "order": 3092, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "chat noir", + "hexcode": "1F408-200D-2B1B", + "tags": [ + "chat", + "malchanceux", + "noir" + ], + "emoji": "🐈‍⬛", + "text": "", + "type": 1, + "order": 3093, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "tête de lion", + "hexcode": "1F981", + "tags": [ + "animal", + "lion", + "zodiaque" + ], + "emoji": "🦁", + "text": "", + "type": 1, + "order": 3094, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "tête de tigre", + "hexcode": "1F42F", + "tags": [ + "animal", + "tigre" + ], + "emoji": "🐯", + "text": "", + "type": 1, + "order": 3095, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "tigre", + "hexcode": "1F405", + "tags": [ + "animal" + ], + "emoji": "🐅", + "text": "", + "type": 1, + "order": 3096, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "léopard", + "hexcode": "1F406", + "tags": [ + "animal" + ], + "emoji": "🐆", + "text": "", + "type": 1, + "order": 3097, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "tête de cheval", + "hexcode": "1F434", + "tags": [ + "animal", + "cheval" + ], + "emoji": "🐴", + "text": "", + "type": 1, + "order": 3098, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cheval", + "hexcode": "1F40E", + "tags": [ + "animal" + ], + "emoji": "🐎", + "text": "", + "type": 1, + "order": 3099, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "licorne", + "hexcode": "1F984", + "tags": [ + "animal", + "tête" + ], + "emoji": "🦄", + "text": "", + "type": 1, + "order": 3100, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "zèbre", + "hexcode": "1F993", + "tags": [ + "animal", + "rayure", + "zébrure" + ], + "emoji": "🦓", + "text": "", + "type": 1, + "order": 3101, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "cerf", + "hexcode": "1F98C", + "tags": [ + "animal" + ], + "emoji": "🦌", + "text": "", + "type": 1, + "order": 3102, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "bison", + "hexcode": "1F9AC", + "tags": [ + "buffle", + "cornes", + "herbivore", + "troupeau" + ], + "emoji": "🦬", + "text": "", + "type": 1, + "order": 3103, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "tête de vache", + "hexcode": "1F42E", + "tags": [ + "animal", + "vache" + ], + "emoji": "🐮", + "text": "", + "type": 1, + "order": 3104, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "bœuf", + "hexcode": "1F402", + "tags": [ + "animal" + ], + "emoji": "🐂", + "text": "", + "type": 1, + "order": 3105, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "buffle", + "hexcode": "1F403", + "tags": [ + "animal" + ], + "emoji": "🐃", + "text": "", + "type": 1, + "order": 3106, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "vache", + "hexcode": "1F404", + "tags": [ + "animal" + ], + "emoji": "🐄", + "text": "", + "type": 1, + "order": 3107, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "tête de cochon", + "hexcode": "1F437", + "tags": [ + "animal", + "cochon" + ], + "emoji": "🐷", + "text": "", + "type": 1, + "order": 3108, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "cochon", + "hexcode": "1F416", + "tags": [ + "animal" + ], + "emoji": "🐖", + "text": "", + "type": 1, + "order": 3109, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "sanglier", + "hexcode": "1F417", + "tags": [ + "animal" + ], + "emoji": "🐗", + "text": "", + "type": 1, + "order": 3110, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "groin", + "hexcode": "1F43D", + "tags": [ + "animal", + "cochon" + ], + "emoji": "🐽", + "text": "", + "type": 1, + "order": 3111, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "bélier", + "hexcode": "1F40F", + "tags": [ + "animal" + ], + "emoji": "🐏", + "text": "", + "type": 1, + "order": 3112, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "mouton", + "hexcode": "1F411", + "tags": [ + "animal" + ], + "emoji": "🐑", + "text": "", + "type": 1, + "order": 3113, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "chèvre", + "hexcode": "1F410", + "tags": [ + "animal" + ], + "emoji": "🐐", + "text": "", + "type": 1, + "order": 3114, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "dromadaire", + "hexcode": "1F42A", + "tags": [ + "animal" + ], + "emoji": "🐪", + "text": "", + "type": 1, + "order": 3115, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "chameau", + "hexcode": "1F42B", + "tags": [ + "animal" + ], + "emoji": "🐫", + "text": "", + "type": 1, + "order": 3116, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "lama", + "hexcode": "1F999", + "tags": [ + "alpaga", + "guanaco", + "laine", + "vigogne" + ], + "emoji": "🦙", + "text": "", + "type": 1, + "order": 3117, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "girafe", + "hexcode": "1F992", + "tags": [ + "animal", + "taches" + ], + "emoji": "🦒", + "text": "", + "type": 1, + "order": 3118, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "éléphant", + "hexcode": "1F418", + "tags": [ + "animal" + ], + "emoji": "🐘", + "text": "", + "type": 1, + "order": 3119, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "mammouth", + "hexcode": "1F9A3", + "tags": [ + "défenses", + "extinction", + "grand", + "laineux" + ], + "emoji": "🦣", + "text": "", + "type": 1, + "order": 3120, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "rhinocéros", + "hexcode": "1F98F", + "tags": [ + "animal" + ], + "emoji": "🦏", + "text": "", + "type": 1, + "order": 3121, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "hippopotame", + "hexcode": "1F99B", + "tags": [ + "animal" + ], + "emoji": "🦛", + "text": "", + "type": 1, + "order": 3122, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "tête de souris", + "hexcode": "1F42D", + "tags": [ + "animal", + "souris" + ], + "emoji": "🐭", + "text": "", + "type": 1, + "order": 3123, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "souris", + "hexcode": "1F401", + "tags": [ + "animal" + ], + "emoji": "🐁", + "text": "", + "type": 1, + "order": 3124, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "rat", + "hexcode": "1F400", + "tags": [ + "animal" + ], + "emoji": "🐀", + "text": "", + "type": 1, + "order": 3125, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "hamster", + "hexcode": "1F439", + "tags": [ + "animal", + "tête" + ], + "emoji": "🐹", + "text": "", + "type": 1, + "order": 3126, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "tête de lapin", + "hexcode": "1F430", + "tags": [ + "animal", + "lapin" + ], + "emoji": "🐰", + "text": "", + "type": 1, + "order": 3127, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "lapin", + "hexcode": "1F407", + "tags": [ + "animal" + ], + "emoji": "🐇", + "text": "", + "type": 1, + "order": 3128, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "écureuil", + "hexcode": "1F43F", + "tags": [ + "animal" + ], + "emoji": "🐿️", + "text": "🐿︎", + "type": 0, + "order": 3130, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "castor", + "hexcode": "1F9AB", + "tags": [ + "barrage" + ], + "emoji": "🦫", + "text": "", + "type": 1, + "order": 3131, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "hérisson", + "hexcode": "1F994", + "tags": [ + "animal", + "épineux" + ], + "emoji": "🦔", + "text": "", + "type": 1, + "order": 3132, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "chauve-souris", + "hexcode": "1F987", + "tags": [ + "animal", + "vampire" + ], + "emoji": "🦇", + "text": "", + "type": 1, + "order": 3133, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "ours", + "hexcode": "1F43B", + "tags": [ + "animal", + "tête" + ], + "emoji": "🐻", + "text": "", + "type": 1, + "order": 3134, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "ours polaire", + "hexcode": "1F43B-200D-2744-FE0F", + "tags": [ + "arctique", + "blanc", + "ours" + ], + "emoji": "🐻‍❄️", + "text": "", + "type": 1, + "order": 3135, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "koala", + "hexcode": "1F428", + "tags": [ + "animal" + ], + "emoji": "🐨", + "text": "", + "type": 1, + "order": 3137, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "panda", + "hexcode": "1F43C", + "tags": [ + "animal", + "tête" + ], + "emoji": "🐼", + "text": "", + "type": 1, + "order": 3138, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "paresseux", + "hexcode": "1F9A5", + "tags": [ + "animal", + "aï", + "endormi", + "lent" + ], + "emoji": "🦥", + "text": "", + "type": 1, + "order": 3139, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "loutre", + "hexcode": "1F9A6", + "tags": [ + "animal", + "joueur", + "pêcheur" + ], + "emoji": "🦦", + "text": "", + "type": 1, + "order": 3140, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "mouffette", + "hexcode": "1F9A8", + "tags": [ + "animal", + "odeur", + "puer", + "putois" + ], + "emoji": "🦨", + "text": "", + "type": 1, + "order": 3141, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "kangourou", + "hexcode": "1F998", + "tags": [ + "australie", + "joey", + "marsupial", + "saut" + ], + "emoji": "🦘", + "text": "", + "type": 1, + "order": 3142, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "blaireau", + "hexcode": "1F9A1", + "tags": [ + "animal", + "ratel" + ], + "emoji": "🦡", + "text": "", + "type": 1, + "order": 3143, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "empreintes d’animaux", + "hexcode": "1F43E", + "tags": [ + "empreintes", + "pattes" + ], + "emoji": "🐾", + "text": "", + "type": 1, + "order": 3144, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "dindon", + "hexcode": "1F983", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🦃", + "text": "", + "type": 1, + "order": 3145, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "poule", + "hexcode": "1F414", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🐔", + "text": "", + "type": 1, + "order": 3146, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "coq", + "hexcode": "1F413", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🐓", + "text": "", + "type": 1, + "order": 3147, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "poussin qui éclôt", + "hexcode": "1F423", + "tags": [ + "animal", + "oiseau", + "poussin" + ], + "emoji": "🐣", + "text": "", + "type": 1, + "order": 3148, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "poussin", + "hexcode": "1F424", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🐤", + "text": "", + "type": 1, + "order": 3149, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "poussin de face", + "hexcode": "1F425", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🐥", + "text": "", + "type": 1, + "order": 3150, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "oiseau", + "hexcode": "1F426", + "tags": [ + "animal" + ], + "emoji": "🐦️", + "text": "🐦︎", + "type": 1, + "order": 3151, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "pingouin", + "hexcode": "1F427", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🐧", + "text": "", + "type": 1, + "order": 3152, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "colombe", + "hexcode": "1F54A", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🕊️", + "text": "🕊︎", + "type": 0, + "order": 3154, + "group": 3, + "subgroup": 34, + "version": 0.7 + }, + { + "annotation": "aigle", + "hexcode": "1F985", + "tags": [ + "animal", + "oiseau", + "rapace" + ], + "emoji": "🦅", + "text": "", + "type": 1, + "order": 3155, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "canard", + "hexcode": "1F986", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🦆", + "text": "", + "type": 1, + "order": 3156, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "cygne", + "hexcode": "1F9A2", + "tags": [ + "animal", + "jeune cygne", + "oiseau", + "vilain petit canard" + ], + "emoji": "🦢", + "text": "", + "type": 1, + "order": 3157, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "chouette", + "hexcode": "1F989", + "tags": [ + "animal", + "oiseau" + ], + "emoji": "🦉", + "text": "", + "type": 1, + "order": 3158, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "dodo", + "hexcode": "1F9A4", + "tags": [ + "extinction", + "grand", + "maurice" + ], + "emoji": "🦤", + "text": "", + "type": 1, + "order": 3159, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "plume", + "hexcode": "1FAB6", + "tags": [ + "léger", + "oiseau", + "plumage", + "voler" + ], + "emoji": "🪶", + "text": "", + "type": 1, + "order": 3160, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "flamant", + "hexcode": "1F9A9", + "tags": [ + "animal", + "oiseau", + "rose", + "tropical" + ], + "emoji": "🦩", + "text": "", + "type": 1, + "order": 3161, + "group": 3, + "subgroup": 34, + "version": 12 + }, + { + "annotation": "paon", + "hexcode": "1F99A", + "tags": [ + "animal", + "fier", + "oiseau", + "paonne", + "prétentieux" + ], + "emoji": "🦚", + "text": "", + "type": 1, + "order": 3162, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "perroquet", + "hexcode": "1F99C", + "tags": [ + "animal", + "oiseau", + "parle", + "pirate" + ], + "emoji": "🦜", + "text": "", + "type": 1, + "order": 3163, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "grenouille", + "hexcode": "1F438", + "tags": [ + "animal", + "tête" + ], + "emoji": "🐸", + "text": "", + "type": 1, + "order": 3164, + "group": 3, + "subgroup": 35, + "version": 0.6 + }, + { + "annotation": "crocodile", + "hexcode": "1F40A", + "tags": [ + "animal", + "reptile" + ], + "emoji": "🐊", + "text": "", + "type": 1, + "order": 3165, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "tortue", + "hexcode": "1F422", + "tags": [ + "animal", + "reptile" + ], + "emoji": "🐢", + "text": "", + "type": 1, + "order": 3166, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "lézard", + "hexcode": "1F98E", + "tags": [ + "animal", + "reptile" + ], + "emoji": "🦎", + "text": "", + "type": 1, + "order": 3167, + "group": 3, + "subgroup": 36, + "version": 3 + }, + { + "annotation": "serpent", + "hexcode": "1F40D", + "tags": [ + "animal", + "reptile" + ], + "emoji": "🐍", + "text": "", + "type": 1, + "order": 3168, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "tête de dragon", + "hexcode": "1F432", + "tags": [ + "animal", + "dragon" + ], + "emoji": "🐲", + "text": "", + "type": 1, + "order": 3169, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "dragon", + "hexcode": "1F409", + "tags": [ + "animal" + ], + "emoji": "🐉", + "text": "", + "type": 1, + "order": 3170, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "sauropode", + "hexcode": "1F995", + "tags": [ + "animal", + "brachiosaure", + "brontosaure", + "diplodocus" + ], + "emoji": "🦕", + "text": "", + "type": 1, + "order": 3171, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "T-Rex", + "hexcode": "1F996", + "tags": [ + "t-rex", + "tyrannosaure", + "tyrannosaurus rex" + ], + "emoji": "🦖", + "text": "", + "type": 1, + "order": 3172, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "baleine soufflant par son évent", + "hexcode": "1F433", + "tags": [ + "animal", + "baleine" + ], + "emoji": "🐳", + "text": "", + "type": 1, + "order": 3173, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "baleine", + "hexcode": "1F40B", + "tags": [ + "animal" + ], + "emoji": "🐋", + "text": "", + "type": 1, + "order": 3174, + "group": 3, + "subgroup": 37, + "version": 1 + }, + { + "annotation": "dauphin", + "hexcode": "1F42C", + "tags": [ + "animal" + ], + "emoji": "🐬", + "text": "", + "type": 1, + "order": 3175, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "phoque", + "hexcode": "1F9AD", + "tags": [ + "lion de mer", + "otarie" + ], + "emoji": "🦭", + "text": "", + "type": 1, + "order": 3176, + "group": 3, + "subgroup": 37, + "version": 13 + }, + { + "annotation": "poisson", + "hexcode": "1F41F", + "tags": [ + "animal", + "poissons", + "zodiaque" + ], + "emoji": "🐟️", + "text": "🐟︎", + "type": 1, + "order": 3177, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "poisson tropical", + "hexcode": "1F420", + "tags": [ + "animal", + "poisson" + ], + "emoji": "🐠", + "text": "", + "type": 1, + "order": 3178, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "poisson-lune", + "hexcode": "1F421", + "tags": [ + "animal", + "poisson" + ], + "emoji": "🐡", + "text": "", + "type": 1, + "order": 3179, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "requin", + "hexcode": "1F988", + "tags": [ + "animal", + "poisson" + ], + "emoji": "🦈", + "text": "", + "type": 1, + "order": 3180, + "group": 3, + "subgroup": 37, + "version": 3 + }, + { + "annotation": "pieuvre", + "hexcode": "1F419", + "tags": [ + "animal", + "mollusque" + ], + "emoji": "🐙", + "text": "", + "type": 1, + "order": 3181, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "coquille en spirale", + "hexcode": "1F41A", + "tags": [ + "coquille", + "spirale" + ], + "emoji": "🐚", + "text": "", + "type": 1, + "order": 3182, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "escargot", + "hexcode": "1F40C", + "tags": [ + "animal" + ], + "emoji": "🐌", + "text": "", + "type": 1, + "order": 3183, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "papillon", + "hexcode": "1F98B", + "tags": [ + "insecte", + "mignon" + ], + "emoji": "🦋", + "text": "", + "type": 1, + "order": 3184, + "group": 3, + "subgroup": 38, + "version": 3 + }, + { + "annotation": "chenille", + "hexcode": "1F41B", + "tags": [ + "animal", + "insecte" + ], + "emoji": "🐛", + "text": "", + "type": 1, + "order": 3185, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "fourmi", + "hexcode": "1F41C", + "tags": [ + "animal", + "insecte" + ], + "emoji": "🐜", + "text": "", + "type": 1, + "order": 3186, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "abeille", + "hexcode": "1F41D", + "tags": [ + "animal", + "insecte" + ], + "emoji": "🐝", + "text": "", + "type": 1, + "order": 3187, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "scarabée", + "hexcode": "1FAB2", + "tags": [ + "insecte" + ], + "emoji": "🪲", + "text": "", + "type": 1, + "order": 3188, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "coccinelle", + "hexcode": "1F41E", + "tags": [ + "animal", + "insecte" + ], + "emoji": "🐞", + "text": "", + "type": 1, + "order": 3189, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "criquet", + "hexcode": "1F997", + "tags": [ + "animal", + "insecte", + "sauterelle" + ], + "emoji": "🦗", + "text": "", + "type": 1, + "order": 3190, + "group": 3, + "subgroup": 38, + "version": 5 + }, + { + "annotation": "cafard", + "hexcode": "1FAB3", + "tags": [ + "blatte", + "insecte", + "nuisible" + ], + "emoji": "🪳", + "text": "", + "type": 1, + "order": 3191, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "araignée", + "hexcode": "1F577", + "tags": [ + "animal", + "insecte" + ], + "emoji": "🕷️", + "text": "🕷︎", + "type": 0, + "order": 3193, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "toile d’araignée", + "hexcode": "1F578", + "tags": [ + "araignée", + "toile" + ], + "emoji": "🕸️", + "text": "🕸︎", + "type": 0, + "order": 3195, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "scorpion", + "hexcode": "1F982", + "tags": [ + "animal" + ], + "emoji": "🦂", + "text": "", + "type": 1, + "order": 3196, + "group": 3, + "subgroup": 38, + "version": 1 + }, + { + "annotation": "moustique", + "hexcode": "1F99F", + "tags": [ + "fièvre", + "insecte", + "maladie", + "malaria", + "virus" + ], + "emoji": "🦟", + "text": "", + "type": 1, + "order": 3197, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "mouche", + "hexcode": "1FAB0", + "tags": [ + "asticot", + "maladie", + "nuisible", + "putréfaction" + ], + "emoji": "🪰", + "text": "", + "type": 1, + "order": 3198, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "lombric", + "hexcode": "1FAB1", + "tags": [ + "annélide", + "parasite", + "ver", + "ver de terre" + ], + "emoji": "🪱", + "text": "", + "type": 1, + "order": 3199, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "microbe", + "hexcode": "1F9A0", + "tags": [ + "amibe", + "bactérie", + "virus" + ], + "emoji": "🦠", + "text": "", + "type": 1, + "order": 3200, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "bouquet", + "hexcode": "1F490", + "tags": [ + "fleur", + "plante" + ], + "emoji": "💐", + "text": "", + "type": 1, + "order": 3201, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "fleur de cerisier", + "hexcode": "1F338", + "tags": [ + "fleur" + ], + "emoji": "🌸", + "text": "", + "type": 1, + "order": 3202, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "fleur blanche", + "hexcode": "1F4AE", + "tags": [ + "fleur" + ], + "emoji": "💮", + "text": "", + "type": 1, + "order": 3203, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "rosette", + "hexcode": "1F3F5", + "tags": [ + "plante" + ], + "emoji": "🏵️", + "text": "🏵︎", + "type": 0, + "order": 3205, + "group": 3, + "subgroup": 39, + "version": 0.7 + }, + { + "annotation": "rose", + "hexcode": "1F339", + "tags": [ + "fleur" + ], + "emoji": "🌹", + "text": "", + "type": 1, + "order": 3206, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "fleur fanée", + "hexcode": "1F940", + "tags": [ + "fanée", + "fleur" + ], + "emoji": "🥀", + "text": "", + "type": 1, + "order": 3207, + "group": 3, + "subgroup": 39, + "version": 3 + }, + { + "annotation": "hibiscus", + "hexcode": "1F33A", + "tags": [ + "fleur" + ], + "emoji": "🌺", + "text": "", + "type": 1, + "order": 3208, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "tournesol", + "hexcode": "1F33B", + "tags": [ + "fleur" + ], + "emoji": "🌻", + "text": "", + "type": 1, + "order": 3209, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "bourgeon", + "hexcode": "1F33C", + "tags": [ + "fleur" + ], + "emoji": "🌼", + "text": "", + "type": 1, + "order": 3210, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "tulipe", + "hexcode": "1F337", + "tags": [ + "fleur" + ], + "emoji": "🌷", + "text": "", + "type": 1, + "order": 3211, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "jeune pousse", + "hexcode": "1F331", + "tags": [ + "jeune plant", + "plantule" + ], + "emoji": "🌱", + "text": "", + "type": 1, + "order": 3212, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "plante en pot", + "hexcode": "1FAB4", + "tags": [ + "décoration", + "ennuyeux", + "intérieur", + "pousser", + "prendre soin" + ], + "emoji": "🪴", + "text": "", + "type": 1, + "order": 3213, + "group": 3, + "subgroup": 40, + "version": 13 + }, + { + "annotation": "conifère", + "hexcode": "1F332", + "tags": [ + "arbre" + ], + "emoji": "🌲", + "text": "", + "type": 1, + "order": 3214, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "arbre à feuilles caduques", + "hexcode": "1F333", + "tags": [ + "arbre", + "feuilles caduques", + "feuillu" + ], + "emoji": "🌳", + "text": "", + "type": 1, + "order": 3215, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "palmier", + "hexcode": "1F334", + "tags": [ + "arbre" + ], + "emoji": "🌴", + "text": "", + "type": 1, + "order": 3216, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "cactus", + "hexcode": "1F335", + "tags": [ + "plante" + ], + "emoji": "🌵", + "text": "", + "type": 1, + "order": 3217, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "plant de riz", + "hexcode": "1F33E", + "tags": [ + "riz" + ], + "emoji": "🌾", + "text": "", + "type": 1, + "order": 3218, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "feuille", + "hexcode": "1F33F", + "tags": [ + "plante" + ], + "emoji": "🌿", + "text": "", + "type": 1, + "order": 3219, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "trèfle", + "hexcode": "2618", + "tags": [ + "plante" + ], + "emoji": "☘️", + "text": "☘︎", + "type": 0, + "order": 3221, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "trèfle à quatre feuilles", + "hexcode": "1F340", + "tags": [ + "chance", + "trèfle" + ], + "emoji": "🍀", + "text": "", + "type": 1, + "order": 3222, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "feuille d’érable", + "hexcode": "1F341", + "tags": [ + "feuille" + ], + "emoji": "🍁", + "text": "", + "type": 1, + "order": 3223, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "feuille morte", + "hexcode": "1F342", + "tags": [ + "feuille" + ], + "emoji": "🍂", + "text": "", + "type": 1, + "order": 3224, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "feuille virevoltante", + "hexcode": "1F343", + "tags": [ + "feuille", + "souffle", + "vent" + ], + "emoji": "🍃", + "text": "", + "type": 1, + "order": 3225, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "raisin", + "hexcode": "1F347", + "tags": [ + "fruit" + ], + "emoji": "🍇", + "text": "", + "type": 1, + "order": 3226, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "melon", + "hexcode": "1F348", + "tags": [ + "fruit" + ], + "emoji": "🍈", + "text": "", + "type": 1, + "order": 3227, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "pastèque", + "hexcode": "1F349", + "tags": [ + "fruit" + ], + "emoji": "🍉", + "text": "", + "type": 1, + "order": 3228, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "mandarine", + "hexcode": "1F34A", + "tags": [ + "fruit", + "orange" + ], + "emoji": "🍊", + "text": "", + "type": 1, + "order": 3229, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "citron", + "hexcode": "1F34B", + "tags": [ + "fruit" + ], + "emoji": "🍋", + "text": "", + "type": 1, + "order": 3230, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "banane", + "hexcode": "1F34C", + "tags": [ + "fruit" + ], + "emoji": "🍌", + "text": "", + "type": 1, + "order": 3231, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "ananas", + "hexcode": "1F34D", + "tags": [ + "fruit" + ], + "emoji": "🍍", + "text": "", + "type": 1, + "order": 3232, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "mangue", + "hexcode": "1F96D", + "tags": [ + "fruit", + "tropical" + ], + "emoji": "🥭", + "text": "", + "type": 1, + "order": 3233, + "group": 4, + "subgroup": 41, + "version": 11 + }, + { + "annotation": "pomme rouge", + "hexcode": "1F34E", + "tags": [ + "fruit", + "pomme" + ], + "emoji": "🍎", + "text": "", + "type": 1, + "order": 3234, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "pomme verte", + "hexcode": "1F34F", + "tags": [ + "fruit", + "pomme" + ], + "emoji": "🍏", + "text": "", + "type": 1, + "order": 3235, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "poire", + "hexcode": "1F350", + "tags": [ + "fruit" + ], + "emoji": "🍐", + "text": "", + "type": 1, + "order": 3236, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "pêche", + "hexcode": "1F351", + "tags": [ + "fruit" + ], + "emoji": "🍑", + "text": "", + "type": 1, + "order": 3237, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "cerises", + "hexcode": "1F352", + "tags": [ + "fruit" + ], + "emoji": "🍒", + "text": "", + "type": 1, + "order": 3238, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "fraise", + "hexcode": "1F353", + "tags": [ + "fruit" + ], + "emoji": "🍓", + "text": "", + "type": 1, + "order": 3239, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "myrtilles", + "hexcode": "1FAD0", + "tags": [ + "baies", + "bleu", + "bleuets", + "violet" + ], + "emoji": "🫐", + "text": "", + "type": 1, + "order": 3240, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "kiwi", + "hexcode": "1F95D", + "tags": [ + "fruit" + ], + "emoji": "🥝", + "text": "", + "type": 1, + "order": 3241, + "group": 4, + "subgroup": 41, + "version": 3 + }, + { + "annotation": "tomate", + "hexcode": "1F345", + "tags": [ + "légume", + "plante" + ], + "emoji": "🍅", + "text": "", + "type": 1, + "order": 3242, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "olive", + "hexcode": "1FAD2", + "tags": [ + "aliment", + "apéro", + "nourriture" + ], + "emoji": "🫒", + "text": "", + "type": 1, + "order": 3243, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "noix de coco", + "hexcode": "1F965", + "tags": [ + "fruit", + "palmier", + "piña colada" + ], + "emoji": "🥥", + "text": "", + "type": 1, + "order": 3244, + "group": 4, + "subgroup": 41, + "version": 5 + }, + { + "annotation": "avocat", + "hexcode": "1F951", + "tags": [ + "fruit" + ], + "emoji": "🥑", + "text": "", + "type": 1, + "order": 3245, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "aubergine", + "hexcode": "1F346", + "tags": [ + "légume" + ], + "emoji": "🍆", + "text": "", + "type": 1, + "order": 3246, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "pomme de terre", + "hexcode": "1F954", + "tags": [ + "légume", + "patate" + ], + "emoji": "🥔", + "text": "", + "type": 1, + "order": 3247, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "carotte", + "hexcode": "1F955", + "tags": [ + "légume" + ], + "emoji": "🥕", + "text": "", + "type": 1, + "order": 3248, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "épi de maïs", + "hexcode": "1F33D", + "tags": [ + "maïs", + "épi" + ], + "emoji": "🌽", + "text": "", + "type": 1, + "order": 3249, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "piment rouge", + "hexcode": "1F336", + "tags": [ + "piment" + ], + "emoji": "🌶️", + "text": "🌶︎", + "type": 0, + "order": 3251, + "group": 4, + "subgroup": 42, + "version": 0.7 + }, + { + "annotation": "poivron", + "hexcode": "1FAD1", + "tags": [ + "légume", + "piment" + ], + "emoji": "🫑", + "text": "", + "type": 1, + "order": 3252, + "group": 4, + "subgroup": 42, + "version": 13 + }, + { + "annotation": "concombre", + "hexcode": "1F952", + "tags": [ + "légume" + ], + "emoji": "🥒", + "text": "", + "type": 1, + "order": 3253, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "légume à feuilles vertes", + "hexcode": "1F96C", + "tags": [ + "chou", + "chou chinois", + "chou frisé", + "chou pommé", + "laitue" + ], + "emoji": "🥬", + "text": "", + "type": 1, + "order": 3254, + "group": 4, + "subgroup": 42, + "version": 11 + }, + { + "annotation": "brocoli", + "hexcode": "1F966", + "tags": [ + "chou sauvage", + "légume" + ], + "emoji": "🥦", + "text": "", + "type": 1, + "order": 3255, + "group": 4, + "subgroup": 42, + "version": 5 + }, + { + "annotation": "ail", + "hexcode": "1F9C4", + "tags": [ + "assaisonnement", + "condiment", + "légume" + ], + "emoji": "🧄", + "text": "", + "type": 1, + "order": 3256, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "oignon", + "hexcode": "1F9C5", + "tags": [ + "assaisonnement", + "condiment", + "légume" + ], + "emoji": "🧅", + "text": "", + "type": 1, + "order": 3257, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "champignon", + "hexcode": "1F344", + "tags": [ + "plante" + ], + "emoji": "🍄", + "text": "", + "type": 1, + "order": 3258, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "cacahuètes", + "hexcode": "1F95C", + "tags": [ + "arachide", + "cacahuète", + "noisette" + ], + "emoji": "🥜", + "text": "", + "type": 1, + "order": 3259, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "châtaigne", + "hexcode": "1F330", + "tags": [ + "plante" + ], + "emoji": "🌰", + "text": "", + "type": 1, + "order": 3260, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "pain", + "hexcode": "1F35E", + "tags": [ + "miche" + ], + "emoji": "🍞", + "text": "", + "type": 1, + "order": 3261, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "croissant", + "hexcode": "1F950", + "tags": [ + "pain", + "viennoiserie" + ], + "emoji": "🥐", + "text": "", + "type": 1, + "order": 3262, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "baguette", + "hexcode": "1F956", + "tags": [ + "pain" + ], + "emoji": "🥖", + "text": "", + "type": 1, + "order": 3263, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "galette", + "hexcode": "1FAD3", + "tags": [ + "arepa", + "lavash", + "naan", + "pita" + ], + "emoji": "🫓", + "text": "", + "type": 1, + "order": 3264, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "bretzel", + "hexcode": "1F968", + "tags": [ + "torsade" + ], + "emoji": "🥨", + "text": "", + "type": 1, + "order": 3265, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "bagel", + "hexcode": "1F96F", + "tags": [ + "boulangerie", + "petit-déjeuner", + "schmear" + ], + "emoji": "🥯", + "text": "", + "type": 1, + "order": 3266, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "pancakes", + "hexcode": "1F95E", + "tags": [ + "crêpe", + "pancake" + ], + "emoji": "🥞", + "text": "", + "type": 1, + "order": 3267, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "gaufre", + "hexcode": "1F9C7", + "tags": [ + "gourmandise", + "moule", + "petit-déjeuner", + "pâtisserie" + ], + "emoji": "🧇", + "text": "", + "type": 1, + "order": 3268, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "part de fromage", + "hexcode": "1F9C0", + "tags": [ + "fromage" + ], + "emoji": "🧀", + "text": "", + "type": 1, + "order": 3269, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "viande sur un os", + "hexcode": "1F356", + "tags": [ + "viande" + ], + "emoji": "🍖", + "text": "", + "type": 1, + "order": 3270, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "cuisse de poulet", + "hexcode": "1F357", + "tags": [ + "poulet" + ], + "emoji": "🍗", + "text": "", + "type": 1, + "order": 3271, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "morceau de viande", + "hexcode": "1F969", + "tags": [ + "côtelette", + "côtelette de porc", + "côtelette d’agneau", + "steak" + ], + "emoji": "🥩", + "text": "", + "type": 1, + "order": 3272, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "lard", + "hexcode": "1F953", + "tags": [ + "bacon", + "viande" + ], + "emoji": "🥓", + "text": "", + "type": 1, + "order": 3273, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "hamburger", + "hexcode": "1F354", + "tags": [ + "burger" + ], + "emoji": "🍔", + "text": "", + "type": 1, + "order": 3274, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "frites", + "hexcode": "1F35F", + "tags": [ + "potatœs" + ], + "emoji": "🍟", + "text": "", + "type": 1, + "order": 3275, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "pizza", + "hexcode": "1F355", + "tags": [ + "fromage", + "part" + ], + "emoji": "🍕", + "text": "", + "type": 1, + "order": 3276, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "hot dog", + "hexcode": "1F32D", + "tags": [ + "saucisse", + "saucisse de francfort" + ], + "emoji": "🌭", + "text": "", + "type": 1, + "order": 3277, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "sandwich", + "hexcode": "1F96A", + "tags": [ + "pain" + ], + "emoji": "🥪", + "text": "", + "type": 1, + "order": 3278, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "taco", + "hexcode": "1F32E", + "tags": [ + "mexicain" + ], + "emoji": "🌮", + "text": "", + "type": 1, + "order": 3279, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "burrito", + "hexcode": "1F32F", + "tags": [ + "mexicain" + ], + "emoji": "🌯", + "text": "", + "type": 1, + "order": 3280, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "tamal", + "hexcode": "1FAD4", + "tags": [ + "mexicain", + "papillote" + ], + "emoji": "🫔", + "text": "", + "type": 1, + "order": 3281, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "kebab", + "hexcode": "1F959", + "tags": [ + "falafel" + ], + "emoji": "🥙", + "text": "", + "type": 1, + "order": 3282, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "falafels", + "hexcode": "1F9C6", + "tags": [ + "boulettes", + "pois chiches", + "seitan", + "soja", + "viande" + ], + "emoji": "🧆", + "text": "", + "type": 1, + "order": 3283, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "œuf", + "hexcode": "1F95A", + "tags": [ + "œuf" + ], + "emoji": "🥚", + "text": "", + "type": 1, + "order": 3284, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "œuf au plat", + "hexcode": "1F373", + "tags": [ + "friture", + "poêle", + "œuf" + ], + "emoji": "🍳", + "text": "", + "type": 1, + "order": 3285, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "plat mitonné", + "hexcode": "1F958", + "tags": [ + "casserole", + "paella", + "plat", + "poêle" + ], + "emoji": "🥘", + "text": "", + "type": 1, + "order": 3286, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "marmite", + "hexcode": "1F372", + "tags": [ + "ragoût" + ], + "emoji": "🍲", + "text": "", + "type": 1, + "order": 3287, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "fondue", + "hexcode": "1FAD5", + "tags": [ + "bourguignonne", + "chocolat", + "fromage", + "poêlon", + "savoyarde", + "suisse" + ], + "emoji": "🫕", + "text": "", + "type": 1, + "order": 3288, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "bol avec cuillère", + "hexcode": "1F963", + "tags": [ + "congee", + "céréales", + "déjeuner" + ], + "emoji": "🥣", + "text": "", + "type": 1, + "order": 3289, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "salade verte", + "hexcode": "1F957", + "tags": [ + "salade", + "verte" + ], + "emoji": "🥗", + "text": "", + "type": 1, + "order": 3290, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "pop-corn", + "hexcode": "1F37F", + "tags": [ + "pop-corn" + ], + "emoji": "🍿", + "text": "", + "type": 1, + "order": 3291, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "beurre", + "hexcode": "1F9C8", + "tags": [ + "gras", + "produit laitier" + ], + "emoji": "🧈", + "text": "", + "type": 1, + "order": 3292, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "sel", + "hexcode": "1F9C2", + "tags": [ + "condiment", + "salière" + ], + "emoji": "🧂", + "text": "", + "type": 1, + "order": 3293, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "aliments en conserve", + "hexcode": "1F96B", + "tags": [ + "conserve" + ], + "emoji": "🥫", + "text": "", + "type": 1, + "order": 3294, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "boîte déjeuner", + "hexcode": "1F371", + "tags": [ + "boîte", + "déjeuner" + ], + "emoji": "🍱", + "text": "", + "type": 1, + "order": 3295, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "galette de riz", + "hexcode": "1F358", + "tags": [ + "cracker", + "riz" + ], + "emoji": "🍘", + "text": "", + "type": 1, + "order": 3296, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "boulette de riz", + "hexcode": "1F359", + "tags": [ + "japonais", + "onigiri", + "plat", + "riz" + ], + "emoji": "🍙", + "text": "", + "type": 1, + "order": 3297, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "bol de riz", + "hexcode": "1F35A", + "tags": [ + "riz" + ], + "emoji": "🍚", + "text": "", + "type": 1, + "order": 3298, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "riz au curry", + "hexcode": "1F35B", + "tags": [ + "curry", + "riz" + ], + "emoji": "🍛", + "text": "", + "type": 1, + "order": 3299, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "bol fumant", + "hexcode": "1F35C", + "tags": [ + "nouilles", + "ramen", + "vapeur" + ], + "emoji": "🍜", + "text": "", + "type": 1, + "order": 3300, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "spaghetti", + "hexcode": "1F35D", + "tags": [ + "pâtes" + ], + "emoji": "🍝", + "text": "", + "type": 1, + "order": 3301, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "patate douce", + "hexcode": "1F360", + "tags": [ + "patate" + ], + "emoji": "🍠", + "text": "", + "type": 1, + "order": 3302, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "brochette de poisson", + "hexcode": "1F362", + "tags": [ + "brochette" + ], + "emoji": "🍢", + "text": "", + "type": 1, + "order": 3303, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "sushi", + "hexcode": "1F363", + "tags": [ + "japonais", + "poisson" + ], + "emoji": "🍣", + "text": "", + "type": 1, + "order": 3304, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "beignet de crevette", + "hexcode": "1F364", + "tags": [ + "crevette" + ], + "emoji": "🍤", + "text": "", + "type": 1, + "order": 3305, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "croquette de poisson", + "hexcode": "1F365", + "tags": [ + "poisson" + ], + "emoji": "🍥", + "text": "", + "type": 1, + "order": 3306, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "gâteau de lune", + "hexcode": "1F96E", + "tags": [ + "automne", + "festival", + "yuèbǐng" + ], + "emoji": "🥮", + "text": "", + "type": 1, + "order": 3307, + "group": 4, + "subgroup": 44, + "version": 11 + }, + { + "annotation": "brochette de bonbons", + "hexcode": "1F361", + "tags": [ + "bonbons" + ], + "emoji": "🍡", + "text": "", + "type": 1, + "order": 3308, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "boulette de pâte", + "hexcode": "1F95F", + "tags": [ + "empanada", + "gyōza", + "jiaozi", + "pierogi", + "potsticker" + ], + "emoji": "🥟", + "text": "", + "type": 1, + "order": 3309, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "biscuit chinois", + "hexcode": "1F960", + "tags": [ + "prophétie" + ], + "emoji": "🥠", + "text": "", + "type": 1, + "order": 3310, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "boîte à emporter", + "hexcode": "1F961", + "tags": [ + "carton", + "chinois", + "nourriture à emporter" + ], + "emoji": "🥡", + "text": "", + "type": 1, + "order": 3311, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "crabe", + "hexcode": "1F980", + "tags": [ + "animal" + ], + "emoji": "🦀", + "text": "", + "type": 1, + "order": 3312, + "group": 4, + "subgroup": 45, + "version": 1 + }, + { + "annotation": "homard", + "hexcode": "1F99E", + "tags": [ + "bisque", + "fruits de mer", + "pinces" + ], + "emoji": "🦞", + "text": "", + "type": 1, + "order": 3313, + "group": 4, + "subgroup": 45, + "version": 11 + }, + { + "annotation": "crevette", + "hexcode": "1F990", + "tags": [ + "crustacé" + ], + "emoji": "🦐", + "text": "", + "type": 1, + "order": 3314, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "calamar", + "hexcode": "1F991", + "tags": [ + "mollusque" + ], + "emoji": "🦑", + "text": "", + "type": 1, + "order": 3315, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "huître", + "hexcode": "1F9AA", + "tags": [ + "coquille", + "mollusque", + "perle" + ], + "emoji": "🦪", + "text": "", + "type": 1, + "order": 3316, + "group": 4, + "subgroup": 45, + "version": 12 + }, + { + "annotation": "glace italienne", + "hexcode": "1F366", + "tags": [ + "glace" + ], + "emoji": "🍦", + "text": "", + "type": 1, + "order": 3317, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "granité", + "hexcode": "1F367", + "tags": [ + "glace" + ], + "emoji": "🍧", + "text": "", + "type": 1, + "order": 3318, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "glace", + "hexcode": "1F368", + "tags": [ + "crème", + "dessert", + "sucré" + ], + "emoji": "🍨", + "text": "", + "type": 1, + "order": 3319, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "doughnut", + "hexcode": "1F369", + "tags": [ + "dessert", + "sucré" + ], + "emoji": "🍩", + "text": "", + "type": 1, + "order": 3320, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "cookie", + "hexcode": "1F36A", + "tags": [ + "dessert", + "sucré" + ], + "emoji": "🍪", + "text": "", + "type": 1, + "order": 3321, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "gâteau d’anniversaire", + "hexcode": "1F382", + "tags": [ + "anniversaire" + ], + "emoji": "🎂", + "text": "", + "type": 1, + "order": 3322, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "gâteau sablé", + "hexcode": "1F370", + "tags": [ + "dessert", + "gâteau", + "pâtisserie", + "sucré" + ], + "emoji": "🍰", + "text": "", + "type": 1, + "order": 3323, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "cupcake", + "hexcode": "1F9C1", + "tags": [ + "pâtisserie", + "sucrerie" + ], + "emoji": "🧁", + "text": "", + "type": 1, + "order": 3324, + "group": 4, + "subgroup": 46, + "version": 11 + }, + { + "annotation": "tarte", + "hexcode": "1F967", + "tags": [ + "décoration", + "garniture", + "gâteau", + "pâtisserie" + ], + "emoji": "🥧", + "text": "", + "type": 1, + "order": 3325, + "group": 4, + "subgroup": 46, + "version": 5 + }, + { + "annotation": "barre chocolatée", + "hexcode": "1F36B", + "tags": [ + "barre", + "chocolat", + "dessert", + "sucré" + ], + "emoji": "🍫", + "text": "", + "type": 1, + "order": 3326, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "bonbon", + "hexcode": "1F36C", + "tags": [ + "dessert", + "sucré" + ], + "emoji": "🍬", + "text": "", + "type": 1, + "order": 3327, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "sucette", + "hexcode": "1F36D", + "tags": [ + "dessert", + "sucrerie", + "sucré" + ], + "emoji": "🍭", + "text": "", + "type": 1, + "order": 3328, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "crème renversée", + "hexcode": "1F36E", + "tags": [ + "dessert", + "pudding", + "sucré" + ], + "emoji": "🍮", + "text": "", + "type": 1, + "order": 3329, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "pot de miel", + "hexcode": "1F36F", + "tags": [ + "miel", + "pot", + "sucré" + ], + "emoji": "🍯", + "text": "", + "type": 1, + "order": 3330, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "biberon", + "hexcode": "1F37C", + "tags": [ + "boisson", + "bébé", + "lait" + ], + "emoji": "🍼", + "text": "", + "type": 1, + "order": 3331, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "verre de lait", + "hexcode": "1F95B", + "tags": [ + "boisson", + "lait", + "verre" + ], + "emoji": "🥛", + "text": "", + "type": 1, + "order": 3332, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "boisson chaude", + "hexcode": "2615", + "tags": [ + "boisson" + ], + "emoji": "☕️", + "text": "☕︎", + "type": 1, + "order": 3333, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "théière", + "hexcode": "1FAD6", + "tags": [ + "boisson", + "thé" + ], + "emoji": "🫖", + "text": "", + "type": 1, + "order": 3334, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "tasse", + "hexcode": "1F375", + "tags": [ + "thé" + ], + "emoji": "🍵", + "text": "", + "type": 1, + "order": 3335, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "saké", + "hexcode": "1F376", + "tags": [ + "bouteille" + ], + "emoji": "🍶", + "text": "", + "type": 1, + "order": 3336, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "bouteille de champagne", + "hexcode": "1F37E", + "tags": [ + "boisson", + "bouchon", + "bouteille", + "pop" + ], + "emoji": "🍾", + "text": "", + "type": 1, + "order": 3337, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "verre de vin", + "hexcode": "1F377", + "tags": [ + "verre", + "vin" + ], + "emoji": "🍷", + "text": "", + "type": 1, + "order": 3338, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "cocktail", + "hexcode": "1F378", + "tags": [ + "verre" + ], + "emoji": "🍸️", + "text": "🍸︎", + "type": 1, + "order": 3339, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "cocktail tropical", + "hexcode": "1F379", + "tags": [ + "verre" + ], + "emoji": "🍹", + "text": "", + "type": 1, + "order": 3340, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "chope", + "hexcode": "1F37A", + "tags": [ + "bière" + ], + "emoji": "🍺", + "text": "", + "type": 1, + "order": 3341, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "chopes de bière", + "hexcode": "1F37B", + "tags": [ + "bière", + "trinquer" + ], + "emoji": "🍻", + "text": "", + "type": 1, + "order": 3342, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "trinquer", + "hexcode": "1F942", + "tags": [ + "célébrer", + "fêter", + "verre" + ], + "emoji": "🥂", + "text": "", + "type": 1, + "order": 3343, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "verre tumbler", + "hexcode": "1F943", + "tags": [ + "liqueur", + "tumbler", + "verre", + "whisky" + ], + "emoji": "🥃", + "text": "", + "type": 1, + "order": 3344, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "gobelet avec paille", + "hexcode": "1F964", + "tags": [ + "jus de fruits", + "soda" + ], + "emoji": "🥤", + "text": "", + "type": 1, + "order": 3345, + "group": 4, + "subgroup": 47, + "version": 5 + }, + { + "annotation": "thé aux perles", + "hexcode": "1F9CB", + "tags": [ + "bulle", + "lait", + "perle" + ], + "emoji": "🧋", + "text": "", + "type": 1, + "order": 3346, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "briquette de jus", + "hexcode": "1F9C3", + "tags": [ + "carton", + "jus de fruits" + ], + "emoji": "🧃", + "text": "", + "type": 1, + "order": 3347, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "maté", + "hexcode": "1F9C9", + "tags": [ + "boisson" + ], + "emoji": "🧉", + "text": "", + "type": 1, + "order": 3348, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "glaçon", + "hexcode": "1F9CA", + "tags": [ + "froid", + "glace", + "iceberg" + ], + "emoji": "🧊", + "text": "", + "type": 1, + "order": 3349, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "baguettes", + "hexcode": "1F962", + "tags": [ + "hashi" + ], + "emoji": "🥢", + "text": "", + "type": 1, + "order": 3350, + "group": 4, + "subgroup": 48, + "version": 5 + }, + { + "annotation": "fourchette et couteau avec assiette", + "hexcode": "1F37D", + "tags": [ + "assiette", + "assiette et couverts", + "couteau", + "cuisine", + "fourchette" + ], + "emoji": "🍽️", + "text": "🍽︎", + "type": 0, + "order": 3352, + "group": 4, + "subgroup": 48, + "version": 0.7 + }, + { + "annotation": "fourchette et couteau", + "hexcode": "1F374", + "tags": [ + "couteau et fourchette", + "restaurant" + ], + "emoji": "🍴", + "text": "", + "type": 1, + "order": 3353, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "cuillère", + "hexcode": "1F944", + "tags": [ + "couvert" + ], + "emoji": "🥄", + "text": "", + "type": 1, + "order": 3354, + "group": 4, + "subgroup": 48, + "version": 3 + }, + { + "annotation": "couteau de cuisine", + "hexcode": "1F52A", + "tags": [ + "arme", + "couteau", + "cuisine", + "outil" + ], + "emoji": "🔪", + "text": "", + "type": 1, + "order": 3355, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "amphore", + "hexcode": "1F3FA", + "tags": [ + "cuisine", + "vase" + ], + "emoji": "🏺", + "text": "", + "type": 1, + "order": 3356, + "group": 4, + "subgroup": 48, + "version": 1 + }, + { + "annotation": "globe tourné sur l’Afrique et l’Europe", + "hexcode": "1F30D", + "tags": [ + "afrique", + "europe", + "globe tourné sur l’afrique et l’europe" + ], + "emoji": "🌍️", + "text": "🌍︎", + "type": 1, + "order": 3357, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globe tourné sur les Amériques", + "hexcode": "1F30E", + "tags": [ + "amérique", + "globe tourné sur les amériques" + ], + "emoji": "🌎️", + "text": "🌎︎", + "type": 1, + "order": 3358, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "globe tourné sur l’Asie et l’Australie", + "hexcode": "1F30F", + "tags": [ + "asie", + "australie", + "globe tourné sur l’asie et l’australie" + ], + "emoji": "🌏️", + "text": "🌏︎", + "type": 1, + "order": 3359, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "globe avec méridiens", + "hexcode": "1F310", + "tags": [ + "globe terrestre" + ], + "emoji": "🌐", + "text": "", + "type": 1, + "order": 3360, + "group": 5, + "subgroup": 49, + "version": 1 + }, + { + "annotation": "carte du monde", + "hexcode": "1F5FA", + "tags": [ + "carte" + ], + "emoji": "🗺️", + "text": "🗺︎", + "type": 0, + "order": 3362, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "carte du Japon", + "hexcode": "1F5FE", + "tags": [ + "carte", + "carte du japon", + "japon" + ], + "emoji": "🗾", + "text": "", + "type": 1, + "order": 3363, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "boussole", + "hexcode": "1F9ED", + "tags": [ + "magnétique", + "navigation", + "orientation" + ], + "emoji": "🧭", + "text": "", + "type": 1, + "order": 3364, + "group": 5, + "subgroup": 49, + "version": 11 + }, + { + "annotation": "montagne enneigée", + "hexcode": "1F3D4", + "tags": [ + "montagne" + ], + "emoji": "🏔️", + "text": "🏔︎", + "type": 0, + "order": 3366, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "montagne", + "hexcode": "26F0", + "tags": [ + "montagne" + ], + "emoji": "⛰️", + "text": "⛰︎", + "type": 0, + "order": 3368, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "volcan", + "hexcode": "1F30B", + "tags": [ + "éruption" + ], + "emoji": "🌋", + "text": "", + "type": 1, + "order": 3369, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "mont Fuji", + "hexcode": "1F5FB", + "tags": [ + "mont fuji", + "montagne" + ], + "emoji": "🗻", + "text": "", + "type": 1, + "order": 3370, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "camping", + "hexcode": "1F3D5", + "tags": [ + "camping" + ], + "emoji": "🏕️", + "text": "🏕︎", + "type": 0, + "order": 3372, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "plage avec parasol", + "hexcode": "1F3D6", + "tags": [ + "parasol", + "plage" + ], + "emoji": "🏖️", + "text": "🏖︎", + "type": 0, + "order": 3374, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "désert", + "hexcode": "1F3DC", + "tags": [ + "désert" + ], + "emoji": "🏜️", + "text": "🏜︎", + "type": 0, + "order": 3376, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "île déserte", + "hexcode": "1F3DD", + "tags": [ + "île" + ], + "emoji": "🏝️", + "text": "🏝︎", + "type": 0, + "order": 3378, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "parc national", + "hexcode": "1F3DE", + "tags": [ + "nature" + ], + "emoji": "🏞️", + "text": "🏞︎", + "type": 0, + "order": 3380, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "stade", + "hexcode": "1F3DF", + "tags": [ + "stade" + ], + "emoji": "🏟️", + "text": "🏟︎", + "type": 0, + "order": 3382, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "monument classique", + "hexcode": "1F3DB", + "tags": [ + "monument" + ], + "emoji": "🏛️", + "text": "🏛︎", + "type": 0, + "order": 3384, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "construction d’un bâtiment", + "hexcode": "1F3D7", + "tags": [ + "construction" + ], + "emoji": "🏗️", + "text": "🏗︎", + "type": 0, + "order": 3386, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "brique", + "hexcode": "1F9F1", + "tags": [ + "argile", + "briques", + "mortier", + "mur" + ], + "emoji": "🧱", + "text": "", + "type": 1, + "order": 3387, + "group": 5, + "subgroup": 51, + "version": 11 + }, + { + "annotation": "rocher", + "hexcode": "1FAA8", + "tags": [ + "lourd", + "pierre", + "roc", + "solide" + ], + "emoji": "🪨", + "text": "", + "type": 1, + "order": 3388, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "bois", + "hexcode": "1FAB5", + "tags": [ + "bûche", + "rondins", + "tronc" + ], + "emoji": "🪵", + "text": "", + "type": 1, + "order": 3389, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "hutte", + "hexcode": "1F6D6", + "tags": [ + "case", + "maison", + "yourte" + ], + "emoji": "🛖", + "text": "", + "type": 1, + "order": 3390, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "maisons", + "hexcode": "1F3D8", + "tags": [ + "bâtiments" + ], + "emoji": "🏘️", + "text": "🏘︎", + "type": 0, + "order": 3392, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "maison abandonnée", + "hexcode": "1F3DA", + "tags": [ + "maison" + ], + "emoji": "🏚️", + "text": "🏚︎", + "type": 0, + "order": 3394, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "maison", + "hexcode": "1F3E0", + "tags": [ + "bâtiment", + "pavillon" + ], + "emoji": "🏠️", + "text": "🏠︎", + "type": 1, + "order": 3395, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "maison avec jardin", + "hexcode": "1F3E1", + "tags": [ + "jardin", + "maison" + ], + "emoji": "🏡", + "text": "", + "type": 1, + "order": 3396, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "immeuble de bureaux", + "hexcode": "1F3E2", + "tags": [ + "immeuble" + ], + "emoji": "🏢", + "text": "", + "type": 1, + "order": 3397, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "bureau de poste japonais", + "hexcode": "1F3E3", + "tags": [ + "bâtiment", + "japon", + "poste" + ], + "emoji": "🏣", + "text": "", + "type": 1, + "order": 3398, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "bureau de poste", + "hexcode": "1F3E4", + "tags": [ + "poste" + ], + "emoji": "🏤", + "text": "", + "type": 1, + "order": 3399, + "group": 5, + "subgroup": 51, + "version": 1 + }, + { + "annotation": "hôpital", + "hexcode": "1F3E5", + "tags": [ + "bâtiment" + ], + "emoji": "🏥", + "text": "", + "type": 1, + "order": 3400, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "banque", + "hexcode": "1F3E6", + "tags": [ + "bâtiment" + ], + "emoji": "🏦", + "text": "", + "type": 1, + "order": 3401, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "hôtel", + "hexcode": "1F3E8", + "tags": [ + "bâtiment" + ], + "emoji": "🏨", + "text": "", + "type": 1, + "order": 3402, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "love hotel", + "hexcode": "1F3E9", + "tags": [ + "bâtiment" + ], + "emoji": "🏩", + "text": "", + "type": 1, + "order": 3403, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "supérette", + "hexcode": "1F3EA", + "tags": [ + "magasin", + "épicerie" + ], + "emoji": "🏪", + "text": "", + "type": 1, + "order": 3404, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "école", + "hexcode": "1F3EB", + "tags": [ + "bâtiment" + ], + "emoji": "🏫", + "text": "", + "type": 1, + "order": 3405, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "grand magasin", + "hexcode": "1F3EC", + "tags": [ + "magasin" + ], + "emoji": "🏬", + "text": "", + "type": 1, + "order": 3406, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "usine", + "hexcode": "1F3ED", + "tags": [ + "bâtiment" + ], + "emoji": "🏭️", + "text": "🏭︎", + "type": 1, + "order": 3407, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "château japonais", + "hexcode": "1F3EF", + "tags": [ + "bâtiment" + ], + "emoji": "🏯", + "text": "", + "type": 1, + "order": 3408, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "château", + "hexcode": "1F3F0", + "tags": [ + "bâtiment", + "européen" + ], + "emoji": "🏰", + "text": "", + "type": 1, + "order": 3409, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "mariage", + "hexcode": "1F492", + "tags": [ + "amour", + "chapelle", + "église" + ], + "emoji": "💒", + "text": "", + "type": 1, + "order": 3410, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "tour de Tokyo", + "hexcode": "1F5FC", + "tags": [ + "tokyo", + "tour", + "tour de tokyo" + ], + "emoji": "🗼", + "text": "", + "type": 1, + "order": 3411, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "statue de la Liberté", + "hexcode": "1F5FD", + "tags": [ + "statue", + "statue de la liberté" + ], + "emoji": "🗽", + "text": "", + "type": 1, + "order": 3412, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "église", + "hexcode": "26EA", + "tags": [ + "bâtiment", + "chrétien", + "croix", + "religion" + ], + "emoji": "⛪️", + "text": "⛪︎", + "type": 1, + "order": 3413, + "group": 5, + "subgroup": 52, + "version": 0.6 + }, + { + "annotation": "mosquée", + "hexcode": "1F54C", + "tags": [ + "islam", + "musulman", + "religion" + ], + "emoji": "🕌", + "text": "", + "type": 1, + "order": 3414, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "temple hindou", + "hexcode": "1F6D5", + "tags": [ + "hindou", + "religion", + "stūpa", + "temple" + ], + "emoji": "🛕", + "text": "", + "type": 1, + "order": 3415, + "group": 5, + "subgroup": 52, + "version": 12 + }, + { + "annotation": "synagogue", + "hexcode": "1F54D", + "tags": [ + "juif", + "juive", + "religion", + "temple" + ], + "emoji": "🕍", + "text": "", + "type": 1, + "order": 3416, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "sanctuaire shinto", + "hexcode": "26E9", + "tags": [ + "shinto" + ], + "emoji": "⛩️", + "text": "⛩︎", + "type": 0, + "order": 3418, + "group": 5, + "subgroup": 52, + "version": 0.7 + }, + { + "annotation": "kaaba", + "hexcode": "1F54B", + "tags": [ + "islam", + "musulman", + "religion" + ], + "emoji": "🕋", + "text": "", + "type": 1, + "order": 3419, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "fontaine", + "hexcode": "26F2", + "tags": [ + "fontaine" + ], + "emoji": "⛲️", + "text": "⛲︎", + "type": 1, + "order": 3420, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "tente", + "hexcode": "26FA", + "tags": [ + "camping" + ], + "emoji": "⛺️", + "text": "⛺︎", + "type": 1, + "order": 3421, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "brume", + "hexcode": "1F301", + "tags": [ + "brouillard" + ], + "emoji": "🌁", + "text": "", + "type": 1, + "order": 3422, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "nuit étoilée", + "hexcode": "1F303", + "tags": [ + "nuit", + "étoiles" + ], + "emoji": "🌃", + "text": "", + "type": 1, + "order": 3423, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "ville", + "hexcode": "1F3D9", + "tags": [ + "bâtiment" + ], + "emoji": "🏙️", + "text": "🏙︎", + "type": 0, + "order": 3425, + "group": 5, + "subgroup": 53, + "version": 0.7 + }, + { + "annotation": "soleil levant derrière les montagnes", + "hexcode": "1F304", + "tags": [ + "soleil" + ], + "emoji": "🌄", + "text": "", + "type": 1, + "order": 3426, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "soleil levant", + "hexcode": "1F305", + "tags": [ + "soleil" + ], + "emoji": "🌅", + "text": "", + "type": 1, + "order": 3427, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "ville au crépuscule", + "hexcode": "1F306", + "tags": [ + "coucher de soleil", + "crépuscule", + "immeubles", + "soir" + ], + "emoji": "🌆", + "text": "", + "type": 1, + "order": 3428, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "coucher de soleil", + "hexcode": "1F307", + "tags": [ + "soleil" + ], + "emoji": "🌇", + "text": "", + "type": 1, + "order": 3429, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "pont de nuit", + "hexcode": "1F309", + "tags": [ + "pont" + ], + "emoji": "🌉", + "text": "", + "type": 1, + "order": 3430, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "sources chaudes", + "hexcode": "2668", + "tags": [ + "source" + ], + "emoji": "♨️", + "text": "♨︎", + "type": 0, + "order": 3432, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "cheval de manège", + "hexcode": "1F3A0", + "tags": [ + "cheval", + "manège" + ], + "emoji": "🎠", + "text": "", + "type": 1, + "order": 3433, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "grande roue", + "hexcode": "1F3A1", + "tags": [ + "roue" + ], + "emoji": "🎡", + "text": "", + "type": 1, + "order": 3434, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "montagnes russes", + "hexcode": "1F3A2", + "tags": [ + "montagnes", + "russes" + ], + "emoji": "🎢", + "text": "", + "type": 1, + "order": 3435, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "enseigne de barbier", + "hexcode": "1F488", + "tags": [ + "barbier", + "coiffure", + "enseigne" + ], + "emoji": "💈", + "text": "", + "type": 1, + "order": 3436, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "chapiteau", + "hexcode": "1F3AA", + "tags": [ + "cirque" + ], + "emoji": "🎪", + "text": "", + "type": 1, + "order": 3437, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "locomotive", + "hexcode": "1F682", + "tags": [ + "train" + ], + "emoji": "🚂", + "text": "", + "type": 1, + "order": 3438, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "wagon", + "hexcode": "1F683", + "tags": [ + "chemin de fer", + "train", + "voiture" + ], + "emoji": "🚃", + "text": "", + "type": 1, + "order": 3439, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "TGV", + "hexcode": "1F684", + "tags": [ + "tgv", + "train" + ], + "emoji": "🚄", + "text": "", + "type": 1, + "order": 3440, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "train à grande vitesse", + "hexcode": "1F685", + "tags": [ + "train" + ], + "emoji": "🚅", + "text": "", + "type": 1, + "order": 3441, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "train", + "hexcode": "1F686", + "tags": [ + "chemin de fer" + ], + "emoji": "🚆", + "text": "", + "type": 1, + "order": 3442, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "métro", + "hexcode": "1F687", + "tags": [ + "métro" + ], + "emoji": "🚇️", + "text": "🚇︎", + "type": 1, + "order": 3443, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "métro léger", + "hexcode": "1F688", + "tags": [ + "métro" + ], + "emoji": "🚈", + "text": "", + "type": 1, + "order": 3444, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "gare", + "hexcode": "1F689", + "tags": [ + "train" + ], + "emoji": "🚉", + "text": "", + "type": 1, + "order": 3445, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "tramway", + "hexcode": "1F68A", + "tags": [ + "transport" + ], + "emoji": "🚊", + "text": "", + "type": 1, + "order": 3446, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "monorail", + "hexcode": "1F69D", + "tags": [ + "véhicule" + ], + "emoji": "🚝", + "text": "", + "type": 1, + "order": 3447, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "train de montagne", + "hexcode": "1F69E", + "tags": [ + "train" + ], + "emoji": "🚞", + "text": "", + "type": 1, + "order": 3448, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "wagon de tramway", + "hexcode": "1F68B", + "tags": [ + "tram", + "trolleybus", + "voiture" + ], + "emoji": "🚋", + "text": "", + "type": 1, + "order": 3449, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "bus", + "hexcode": "1F68C", + "tags": [ + "véhicule" + ], + "emoji": "🚌", + "text": "", + "type": 1, + "order": 3450, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "bus de face", + "hexcode": "1F68D", + "tags": [ + "bus" + ], + "emoji": "🚍️", + "text": "🚍︎", + "type": 1, + "order": 3451, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "trolleybus", + "hexcode": "1F68E", + "tags": [ + "bus", + "trolley" + ], + "emoji": "🚎", + "text": "", + "type": 1, + "order": 3452, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "minibus", + "hexcode": "1F690", + "tags": [ + "bus" + ], + "emoji": "🚐", + "text": "", + "type": 1, + "order": 3453, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "ambulance", + "hexcode": "1F691", + "tags": [ + "véhicule" + ], + "emoji": "🚑️", + "text": "🚑︎", + "type": 1, + "order": 3454, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "camion de pompier", + "hexcode": "1F692", + "tags": [ + "pompier" + ], + "emoji": "🚒", + "text": "", + "type": 1, + "order": 3455, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "voiture de police", + "hexcode": "1F693", + "tags": [ + "police" + ], + "emoji": "🚓", + "text": "", + "type": 1, + "order": 3456, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "voiture de police de face", + "hexcode": "1F694", + "tags": [ + "police" + ], + "emoji": "🚔️", + "text": "🚔︎", + "type": 1, + "order": 3457, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "taxi", + "hexcode": "1F695", + "tags": [ + "véhicule" + ], + "emoji": "🚕", + "text": "", + "type": 1, + "order": 3458, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "taxi de face", + "hexcode": "1F696", + "tags": [ + "taxi" + ], + "emoji": "🚖", + "text": "", + "type": 1, + "order": 3459, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "voiture", + "hexcode": "1F697", + "tags": [ + "automobile" + ], + "emoji": "🚗", + "text": "", + "type": 1, + "order": 3460, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "voiture de face", + "hexcode": "1F698", + "tags": [ + "automobile" + ], + "emoji": "🚘️", + "text": "🚘︎", + "type": 1, + "order": 3461, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "véhicule utilitaire sport", + "hexcode": "1F699", + "tags": [ + "loisirs", + "voiture" + ], + "emoji": "🚙", + "text": "", + "type": 1, + "order": 3462, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "pick-up", + "hexcode": "1F6FB", + "tags": [ + "pickup", + "véhicule" + ], + "emoji": "🛻", + "text": "", + "type": 1, + "order": 3463, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "camion de livraison", + "hexcode": "1F69A", + "tags": [ + "camion" + ], + "emoji": "🚚", + "text": "", + "type": 1, + "order": 3464, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "semi-remorque", + "hexcode": "1F69B", + "tags": [ + "camion", + "poids lourd", + "semi" + ], + "emoji": "🚛", + "text": "", + "type": 1, + "order": 3465, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "tracteur", + "hexcode": "1F69C", + "tags": [ + "véhicule" + ], + "emoji": "🚜", + "text": "", + "type": 1, + "order": 3466, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "voiture de course", + "hexcode": "1F3CE", + "tags": [ + "course", + "voiture" + ], + "emoji": "🏎️", + "text": "🏎︎", + "type": 0, + "order": 3468, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "moto", + "hexcode": "1F3CD", + "tags": [ + "course" + ], + "emoji": "🏍️", + "text": "🏍︎", + "type": 0, + "order": 3470, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "scooter", + "hexcode": "1F6F5", + "tags": [ + "scooter" + ], + "emoji": "🛵", + "text": "", + "type": 1, + "order": 3471, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "fauteuil roulant manuel", + "hexcode": "1F9BD", + "tags": [ + "accessibilité" + ], + "emoji": "🦽", + "text": "", + "type": 1, + "order": 3472, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "fauteuil motorisé", + "hexcode": "1F9BC", + "tags": [ + "accessibilité", + "fauteuil roulant" + ], + "emoji": "🦼", + "text": "", + "type": 1, + "order": 3473, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "tuk tuk", + "hexcode": "1F6FA", + "tags": [ + "rickshaw", + "taxi", + "tricycle" + ], + "emoji": "🛺", + "text": "", + "type": 1, + "order": 3474, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "vélo", + "hexcode": "1F6B2", + "tags": [ + "vélo" + ], + "emoji": "🚲️", + "text": "🚲︎", + "type": 1, + "order": 3475, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "trottinette", + "hexcode": "1F6F4", + "tags": [ + "trottinette" + ], + "emoji": "🛴", + "text": "", + "type": 1, + "order": 3476, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "planche à roulettes", + "hexcode": "1F6F9", + "tags": [ + "glisse", + "longboard", + "roulettes", + "skateboard" + ], + "emoji": "🛹", + "text": "", + "type": 1, + "order": 3477, + "group": 5, + "subgroup": 54, + "version": 11 + }, + { + "annotation": "patin à roulettes", + "hexcode": "1F6FC", + "tags": [ + "derby", + "roller", + "roulette" + ], + "emoji": "🛼", + "text": "", + "type": 1, + "order": 3478, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "arrêt de bus", + "hexcode": "1F68F", + "tags": [ + "bus" + ], + "emoji": "🚏", + "text": "", + "type": 1, + "order": 3479, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "autoroute", + "hexcode": "1F6E3", + "tags": [ + "route" + ], + "emoji": "🛣️", + "text": "🛣︎", + "type": 0, + "order": 3481, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "voie ferrée", + "hexcode": "1F6E4", + "tags": [ + "train" + ], + "emoji": "🛤️", + "text": "🛤︎", + "type": 0, + "order": 3483, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "baril de pétrole", + "hexcode": "1F6E2", + "tags": [ + "pétrole" + ], + "emoji": "🛢️", + "text": "🛢︎", + "type": 0, + "order": 3485, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "pompe à essence", + "hexcode": "26FD", + "tags": [ + "essence", + "station" + ], + "emoji": "⛽️", + "text": "⛽︎", + "type": 1, + "order": 3486, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "gyrophare", + "hexcode": "1F6A8", + "tags": [ + "lumière", + "police", + "voiture" + ], + "emoji": "🚨", + "text": "", + "type": 1, + "order": 3487, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "feu tricolore horizontal", + "hexcode": "1F6A5", + "tags": [ + "feu", + "tricolore" + ], + "emoji": "🚥", + "text": "", + "type": 1, + "order": 3488, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "feu tricolore vertical", + "hexcode": "1F6A6", + "tags": [ + "feu", + "tricolore" + ], + "emoji": "🚦", + "text": "", + "type": 1, + "order": 3489, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "stop", + "hexcode": "1F6D1", + "tags": [ + "signe" + ], + "emoji": "🛑", + "text": "", + "type": 1, + "order": 3490, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "travaux", + "hexcode": "1F6A7", + "tags": [ + "barrière" + ], + "emoji": "🚧", + "text": "", + "type": 1, + "order": 3491, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "ancre", + "hexcode": "2693", + "tags": [ + "bateau", + "outil" + ], + "emoji": "⚓️", + "text": "⚓︎", + "type": 1, + "order": 3492, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "voilier", + "hexcode": "26F5", + "tags": [ + "bateau", + "mer", + "yacht" + ], + "emoji": "⛵️", + "text": "⛵︎", + "type": 1, + "order": 3493, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "canoë", + "hexcode": "1F6F6", + "tags": [ + "bateau" + ], + "emoji": "🛶", + "text": "", + "type": 1, + "order": 3494, + "group": 5, + "subgroup": 55, + "version": 3 + }, + { + "annotation": "hors-bord", + "hexcode": "1F6A4", + "tags": [ + "bateau" + ], + "emoji": "🚤", + "text": "", + "type": 1, + "order": 3495, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "paquebot", + "hexcode": "1F6F3", + "tags": [ + "bateau" + ], + "emoji": "🛳️", + "text": "🛳︎", + "type": 0, + "order": 3497, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "ferry", + "hexcode": "26F4", + "tags": [ + "bateau" + ], + "emoji": "⛴️", + "text": "⛴︎", + "type": 0, + "order": 3499, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "bateau à moteur", + "hexcode": "1F6E5", + "tags": [ + "bateau" + ], + "emoji": "🛥️", + "text": "🛥︎", + "type": 0, + "order": 3501, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "navire", + "hexcode": "1F6A2", + "tags": [ + "bateau" + ], + "emoji": "🚢", + "text": "", + "type": 1, + "order": 3502, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "avion", + "hexcode": "2708", + "tags": [ + "véhicule" + ], + "emoji": "✈️", + "text": "✈︎", + "type": 0, + "order": 3504, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "petit avion", + "hexcode": "1F6E9", + "tags": [ + "avion" + ], + "emoji": "🛩️", + "text": "🛩︎", + "type": 0, + "order": 3506, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "avion au décollage", + "hexcode": "1F6EB", + "tags": [ + "avion" + ], + "emoji": "🛫", + "text": "", + "type": 1, + "order": 3507, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "avion à l’atterrissage", + "hexcode": "1F6EC", + "tags": [ + "avion" + ], + "emoji": "🛬", + "text": "", + "type": 1, + "order": 3508, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "parachute", + "hexcode": "1FA82", + "tags": [ + "parachute ascensionnel", + "parapente" + ], + "emoji": "🪂", + "text": "", + "type": 1, + "order": 3509, + "group": 5, + "subgroup": 56, + "version": 12 + }, + { + "annotation": "siège", + "hexcode": "1F4BA", + "tags": [ + "fauteuil" + ], + "emoji": "💺", + "text": "", + "type": 1, + "order": 3510, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "hélicoptère", + "hexcode": "1F681", + "tags": [ + "véhicule" + ], + "emoji": "🚁", + "text": "", + "type": 1, + "order": 3511, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "train suspendu", + "hexcode": "1F69F", + "tags": [ + "train" + ], + "emoji": "🚟", + "text": "", + "type": 1, + "order": 3512, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "téléphérique", + "hexcode": "1F6A0", + "tags": [ + "montagne", + "télécabine" + ], + "emoji": "🚠", + "text": "", + "type": 1, + "order": 3513, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "tramway aérien", + "hexcode": "1F6A1", + "tags": [ + "tramway", + "télécabine" + ], + "emoji": "🚡", + "text": "", + "type": 1, + "order": 3514, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "satellite", + "hexcode": "1F6F0", + "tags": [ + "espace" + ], + "emoji": "🛰️", + "text": "🛰︎", + "type": 0, + "order": 3516, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "fusée", + "hexcode": "1F680", + "tags": [ + "espace" + ], + "emoji": "🚀", + "text": "", + "type": 1, + "order": 3517, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "soucoupe volante", + "hexcode": "1F6F8", + "tags": [ + "ovni" + ], + "emoji": "🛸", + "text": "", + "type": 1, + "order": 3518, + "group": 5, + "subgroup": 56, + "version": 5 + }, + { + "annotation": "cloche de comptoir", + "hexcode": "1F6CE", + "tags": [ + "cloche", + "hôtel" + ], + "emoji": "🛎️", + "text": "🛎︎", + "type": 0, + "order": 3520, + "group": 5, + "subgroup": 57, + "version": 0.7 + }, + { + "annotation": "bagage", + "hexcode": "1F9F3", + "tags": [ + "valise", + "voyage" + ], + "emoji": "🧳", + "text": "", + "type": 1, + "order": 3521, + "group": 5, + "subgroup": 57, + "version": 11 + }, + { + "annotation": "sablier", + "hexcode": "231B", + "tags": [ + "minuteur", + "sable" + ], + "emoji": "⌛️", + "text": "⌛︎", + "type": 1, + "order": 3522, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "sablier avec sable qui coule", + "hexcode": "23F3", + "tags": [ + "sablier" + ], + "emoji": "⏳️", + "text": "⏳︎", + "type": 1, + "order": 3523, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "montre", + "hexcode": "231A", + "tags": [ + "heure" + ], + "emoji": "⌚️", + "text": "⌚︎", + "type": 1, + "order": 3524, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "réveil", + "hexcode": "23F0", + "tags": [ + "alarme", + "heure" + ], + "emoji": "⏰", + "text": "", + "type": 1, + "order": 3525, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "chronomètre", + "hexcode": "23F1", + "tags": [ + "heure" + ], + "emoji": "⏱️", + "text": "⏱︎", + "type": 0, + "order": 3527, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "horloge", + "hexcode": "23F2", + "tags": [ + "heure", + "minuteur" + ], + "emoji": "⏲️", + "text": "⏲︎", + "type": 0, + "order": 3529, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "pendule", + "hexcode": "1F570", + "tags": [ + "horloge" + ], + "emoji": "🕰️", + "text": "🕰︎", + "type": 0, + "order": 3531, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "midi/minuit", + "hexcode": "1F55B", + "tags": [ + "0 h", + "12 h" + ], + "emoji": "🕛️", + "text": "🕛︎", + "type": 1, + "order": 3532, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "midi/minuit et demie", + "hexcode": "1F567", + "tags": [ + "00 h 30", + "12 h 30" + ], + "emoji": "🕧️", + "text": "🕧︎", + "type": 1, + "order": 3533, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "une heure", + "hexcode": "1F550", + "tags": [ + "1 h", + "13 h" + ], + "emoji": "🕐️", + "text": "🕐︎", + "type": 1, + "order": 3534, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "une heure et demie", + "hexcode": "1F55C", + "tags": [ + "1 h 30", + "13 h 30" + ], + "emoji": "🕜️", + "text": "🕜︎", + "type": 1, + "order": 3535, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "deux heures", + "hexcode": "1F551", + "tags": [ + "14 h", + "2 h" + ], + "emoji": "🕑️", + "text": "🕑︎", + "type": 1, + "order": 3536, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "deux heures et demie", + "hexcode": "1F55D", + "tags": [ + "14 h 30", + "2 h 30" + ], + "emoji": "🕝️", + "text": "🕝︎", + "type": 1, + "order": 3537, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "trois heures", + "hexcode": "1F552", + "tags": [ + "15 h", + "3 h" + ], + "emoji": "🕒️", + "text": "🕒︎", + "type": 1, + "order": 3538, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "trois heures et demie", + "hexcode": "1F55E", + "tags": [ + "15 h 30", + "3 h 30" + ], + "emoji": "🕞️", + "text": "🕞︎", + "type": 1, + "order": 3539, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "quatre heures", + "hexcode": "1F553", + "tags": [ + "16 h", + "4 h" + ], + "emoji": "🕓️", + "text": "🕓︎", + "type": 1, + "order": 3540, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "quatre heures et demie", + "hexcode": "1F55F", + "tags": [ + "16 h 30", + "4 h 30" + ], + "emoji": "🕟️", + "text": "🕟︎", + "type": 1, + "order": 3541, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "cinq heures", + "hexcode": "1F554", + "tags": [ + "17 h", + "5 h" + ], + "emoji": "🕔️", + "text": "🕔︎", + "type": 1, + "order": 3542, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "cinq heures et demie", + "hexcode": "1F560", + "tags": [ + "17 h 30", + "5 h 30" + ], + "emoji": "🕠️", + "text": "🕠︎", + "type": 1, + "order": 3543, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "six heures", + "hexcode": "1F555", + "tags": [ + "18 h", + "6 h" + ], + "emoji": "🕕️", + "text": "🕕︎", + "type": 1, + "order": 3544, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "six heures et demie", + "hexcode": "1F561", + "tags": [ + "18 h 30", + "6 h 30" + ], + "emoji": "🕡️", + "text": "🕡︎", + "type": 1, + "order": 3545, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "sept heures", + "hexcode": "1F556", + "tags": [ + "19 h", + "7 h" + ], + "emoji": "🕖️", + "text": "🕖︎", + "type": 1, + "order": 3546, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "sept heures et demie", + "hexcode": "1F562", + "tags": [ + "19 h 30", + "7 h 30" + ], + "emoji": "🕢️", + "text": "🕢︎", + "type": 1, + "order": 3547, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "huit heures", + "hexcode": "1F557", + "tags": [ + "20 h", + "8 h" + ], + "emoji": "🕗️", + "text": "🕗︎", + "type": 1, + "order": 3548, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "huit heures et demie", + "hexcode": "1F563", + "tags": [ + "20 h 30", + "8 h 30" + ], + "emoji": "🕣️", + "text": "🕣︎", + "type": 1, + "order": 3549, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "neuf heures", + "hexcode": "1F558", + "tags": [ + "21 h", + "9 h" + ], + "emoji": "🕘️", + "text": "🕘︎", + "type": 1, + "order": 3550, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "neuf heures et demie", + "hexcode": "1F564", + "tags": [ + "21 h 30", + "9 h 30" + ], + "emoji": "🕤️", + "text": "🕤︎", + "type": 1, + "order": 3551, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "dix heures", + "hexcode": "1F559", + "tags": [ + "10 h", + "22 h" + ], + "emoji": "🕙️", + "text": "🕙︎", + "type": 1, + "order": 3552, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "dix heures et demie", + "hexcode": "1F565", + "tags": [ + "10 h 30", + "22 h 30" + ], + "emoji": "🕥️", + "text": "🕥︎", + "type": 1, + "order": 3553, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "onze heures", + "hexcode": "1F55A", + "tags": [ + "11 h", + "23 h" + ], + "emoji": "🕚️", + "text": "🕚︎", + "type": 1, + "order": 3554, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "onze heures et demie", + "hexcode": "1F566", + "tags": [ + "11 h 30", + "23 h 30" + ], + "emoji": "🕦️", + "text": "🕦︎", + "type": 1, + "order": 3555, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "nouvelle lune", + "hexcode": "1F311", + "tags": [ + "lune" + ], + "emoji": "🌑", + "text": "", + "type": 1, + "order": 3556, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "lune croissante", + "hexcode": "1F312", + "tags": [ + "lune" + ], + "emoji": "🌒", + "text": "", + "type": 1, + "order": 3557, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "premier quartier de lune", + "hexcode": "1F313", + "tags": [ + "lune" + ], + "emoji": "🌓", + "text": "", + "type": 1, + "order": 3558, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "lune gibbeuse croissante", + "hexcode": "1F314", + "tags": [ + "lune" + ], + "emoji": "🌔", + "text": "", + "type": 1, + "order": 3559, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "pleine lune", + "hexcode": "1F315", + "tags": [ + "lune" + ], + "emoji": "🌕️", + "text": "🌕︎", + "type": 1, + "order": 3560, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "lune gibbeuse décroissante", + "hexcode": "1F316", + "tags": [ + "lune" + ], + "emoji": "🌖", + "text": "", + "type": 1, + "order": 3561, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "dernier quartier", + "hexcode": "1F317", + "tags": [ + "lune" + ], + "emoji": "🌗", + "text": "", + "type": 1, + "order": 3562, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "lune décroissante", + "hexcode": "1F318", + "tags": [ + "lune" + ], + "emoji": "🌘", + "text": "", + "type": 1, + "order": 3563, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "croissant de lune", + "hexcode": "1F319", + "tags": [ + "lune" + ], + "emoji": "🌙", + "text": "", + "type": 1, + "order": 3564, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "nouvelle lune avec visage", + "hexcode": "1F31A", + "tags": [ + "lune" + ], + "emoji": "🌚", + "text": "", + "type": 1, + "order": 3565, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "premier quartier de lune avec visage", + "hexcode": "1F31B", + "tags": [ + "lune" + ], + "emoji": "🌛", + "text": "", + "type": 1, + "order": 3566, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "dernier quartier de lune avec visage", + "hexcode": "1F31C", + "tags": [ + "lune" + ], + "emoji": "🌜️", + "text": "🌜︎", + "type": 1, + "order": 3567, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "thermomètre", + "hexcode": "1F321", + "tags": [ + "météo" + ], + "emoji": "🌡️", + "text": "🌡︎", + "type": 0, + "order": 3569, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "soleil", + "hexcode": "2600", + "tags": [ + "brillant", + "météo", + "rayons" + ], + "emoji": "☀️", + "text": "☀︎", + "type": 0, + "order": 3571, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "pleine lune avec visage", + "hexcode": "1F31D", + "tags": [ + "lune" + ], + "emoji": "🌝", + "text": "", + "type": 1, + "order": 3572, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "soleil avec visage", + "hexcode": "1F31E", + "tags": [ + "soleil" + ], + "emoji": "🌞", + "text": "", + "type": 1, + "order": 3573, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "planète à anneaux", + "hexcode": "1FA90", + "tags": [ + "saturne", + "saturnien" + ], + "emoji": "🪐", + "text": "", + "type": 1, + "order": 3574, + "group": 5, + "subgroup": 59, + "version": 12 + }, + { + "annotation": "étoile", + "hexcode": "2B50", + "tags": [ + "étoile" + ], + "emoji": "⭐️", + "text": "⭐︎", + "type": 1, + "order": 3575, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "étoile brillante", + "hexcode": "1F31F", + "tags": [ + "étoile" + ], + "emoji": "🌟", + "text": "", + "type": 1, + "order": 3576, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "étoile filante", + "hexcode": "1F320", + "tags": [ + "étoile" + ], + "emoji": "🌠", + "text": "", + "type": 1, + "order": 3577, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "voie lactée", + "hexcode": "1F30C", + "tags": [ + "espace" + ], + "emoji": "🌌", + "text": "", + "type": 1, + "order": 3578, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "nuage", + "hexcode": "2601", + "tags": [ + "météo" + ], + "emoji": "☁️", + "text": "☁︎", + "type": 0, + "order": 3580, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "soleil derrière les nuages", + "hexcode": "26C5", + "tags": [ + "nuageux", + "soleil" + ], + "emoji": "⛅️", + "text": "⛅︎", + "type": 1, + "order": 3581, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "nuage avec éclair et pluie", + "hexcode": "26C8", + "tags": [ + "météo", + "orage", + "pluie", + "éclair" + ], + "emoji": "⛈️", + "text": "⛈︎", + "type": 0, + "order": 3583, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "soleil derrière un petit nuage", + "hexcode": "1F324", + "tags": [ + "nuage" + ], + "emoji": "🌤️", + "text": "🌤︎", + "type": 0, + "order": 3585, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "soleil derrière un gros nuage", + "hexcode": "1F325", + "tags": [ + "nuage" + ], + "emoji": "🌥️", + "text": "🌥︎", + "type": 0, + "order": 3587, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "soleil derrière un nuage de pluie", + "hexcode": "1F326", + "tags": [ + "nuage" + ], + "emoji": "🌦️", + "text": "🌦︎", + "type": 0, + "order": 3589, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nuage avec pluie", + "hexcode": "1F327", + "tags": [ + "averse", + "mauvais temps", + "météo", + "pluie" + ], + "emoji": "🌧️", + "text": "🌧︎", + "type": 0, + "order": 3591, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nuage avec neige", + "hexcode": "1F328", + "tags": [ + "flocons", + "hiver", + "météo", + "neige" + ], + "emoji": "🌨️", + "text": "🌨︎", + "type": 0, + "order": 3593, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "nuage avec éclair", + "hexcode": "1F329", + "tags": [ + "nuage" + ], + "emoji": "🌩️", + "text": "🌩︎", + "type": 0, + "order": 3595, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "tornade", + "hexcode": "1F32A", + "tags": [ + "météo", + "nuage", + "tourbillon" + ], + "emoji": "🌪️", + "text": "🌪︎", + "type": 0, + "order": 3597, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "brouillard", + "hexcode": "1F32B", + "tags": [ + "météo", + "nuage" + ], + "emoji": "🌫️", + "text": "🌫︎", + "type": 0, + "order": 3599, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "vent avec visage", + "hexcode": "1F32C", + "tags": [ + "météo", + "souffle", + "vent", + "visage" + ], + "emoji": "🌬️", + "text": "🌬︎", + "type": 0, + "order": 3601, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "cyclone", + "hexcode": "1F300", + "tags": [ + "tourbillon" + ], + "emoji": "🌀", + "text": "", + "type": 1, + "order": 3602, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "arc-en-ciel", + "hexcode": "1F308", + "tags": [ + "météo", + "pluie" + ], + "emoji": "🌈", + "text": "", + "type": 1, + "order": 3603, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "parapluie fermé", + "hexcode": "1F302", + "tags": [ + "pluie" + ], + "emoji": "🌂", + "text": "", + "type": 1, + "order": 3604, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "parapluie ouvert", + "hexcode": "2602", + "tags": [ + "pluie" + ], + "emoji": "☂️", + "text": "☂︎", + "type": 0, + "order": 3606, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "parapluie avec gouttes de pluie", + "hexcode": "2614", + "tags": [ + "gouttes", + "météo", + "pluie" + ], + "emoji": "☔️", + "text": "☔︎", + "type": 1, + "order": 3607, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "parasol sur le sol", + "hexcode": "26F1", + "tags": [ + "plage", + "soleil" + ], + "emoji": "⛱️", + "text": "⛱︎", + "type": 0, + "order": 3609, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "haute tension", + "hexcode": "26A1", + "tags": [ + "courant", + "danger", + "tension", + "éclair", + "électricité" + ], + "emoji": "⚡️", + "text": "⚡︎", + "type": 1, + "order": 3610, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "flocon", + "hexcode": "2744", + "tags": [ + "neige" + ], + "emoji": "❄️", + "text": "❄︎", + "type": 0, + "order": 3612, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "bonhomme de neige", + "hexcode": "2603", + "tags": [ + "neige" + ], + "emoji": "☃️", + "text": "☃︎", + "type": 0, + "order": 3614, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "bonhomme de neige sans neige", + "hexcode": "26C4", + "tags": [ + "neige" + ], + "emoji": "⛄️", + "text": "⛄︎", + "type": 1, + "order": 3615, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "comète", + "hexcode": "2604", + "tags": [ + "espace" + ], + "emoji": "☄️", + "text": "☄︎", + "type": 0, + "order": 3617, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "feu", + "hexcode": "1F525", + "tags": [ + "flamme" + ], + "emoji": "🔥", + "text": "", + "type": 1, + "order": 3618, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "goutte d’eau", + "hexcode": "1F4A7", + "tags": [ + "sueur" + ], + "emoji": "💧", + "text": "", + "type": 1, + "order": 3619, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "vague", + "hexcode": "1F30A", + "tags": [ + "mer", + "océan" + ], + "emoji": "🌊", + "text": "", + "type": 1, + "order": 3620, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "citrouille", + "hexcode": "1F383", + "tags": [ + "citrouille lanterne", + "halloween" + ], + "emoji": "🎃", + "text": "", + "type": 1, + "order": 3621, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "sapin de Noël", + "hexcode": "1F384", + "tags": [ + "arbre", + "fête", + "noël", + "sapin de noël" + ], + "emoji": "🎄", + "text": "", + "type": 1, + "order": 3622, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "feu d’artifice", + "hexcode": "1F386", + "tags": [ + "artifice" + ], + "emoji": "🎆", + "text": "", + "type": 1, + "order": 3623, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "cierge magique", + "hexcode": "1F387", + "tags": [ + "feu d’artifice", + "fête", + "étincelle" + ], + "emoji": "🎇", + "text": "", + "type": 1, + "order": 3624, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "pétard", + "hexcode": "1F9E8", + "tags": [ + "dynamite", + "explosif", + "feu d’artifice" + ], + "emoji": "🧨", + "text": "", + "type": 1, + "order": 3625, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "étincelles", + "hexcode": "2728", + "tags": [ + "*", + "scintiller", + "étoile" + ], + "emoji": "✨", + "text": "", + "type": 1, + "order": 3626, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "ballon gonflable", + "hexcode": "1F388", + "tags": [ + "fête" + ], + "emoji": "🎈", + "text": "", + "type": 1, + "order": 3627, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "cotillons", + "hexcode": "1F389", + "tags": [ + "fête" + ], + "emoji": "🎉", + "text": "", + "type": 1, + "order": 3628, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "confettis", + "hexcode": "1F38A", + "tags": [ + "fête" + ], + "emoji": "🎊", + "text": "", + "type": 1, + "order": 3629, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "arbre à vœux", + "hexcode": "1F38B", + "tags": [ + "arbre", + "vœux" + ], + "emoji": "🎋", + "text": "", + "type": 1, + "order": 3630, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "bambou décoratif", + "hexcode": "1F38D", + "tags": [ + "bambou", + "fête", + "japonais", + "plante" + ], + "emoji": "🎍", + "text": "", + "type": 1, + "order": 3631, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "poupées japonaises", + "hexcode": "1F38E", + "tags": [ + "poupées" + ], + "emoji": "🎎", + "text": "", + "type": 1, + "order": 3632, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "koinobori", + "hexcode": "1F38F", + "tags": [ + "carpe", + "fête" + ], + "emoji": "🎏", + "text": "", + "type": 1, + "order": 3633, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "carillon éolien", + "hexcode": "1F390", + "tags": [ + "carillon", + "clochette", + "fête", + "vent" + ], + "emoji": "🎐", + "text": "", + "type": 1, + "order": 3634, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "cérémonie de la lune", + "hexcode": "1F391", + "tags": [ + "cérémonie", + "lune" + ], + "emoji": "🎑", + "text": "", + "type": 1, + "order": 3635, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "enveloppe rouge", + "hexcode": "1F9E7", + "tags": [ + "argent", + "bonne chance", + "cadeau", + "hóngbāo", + "lai see" + ], + "emoji": "🧧", + "text": "", + "type": 1, + "order": 3636, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "ruban", + "hexcode": "1F380", + "tags": [ + "fête" + ], + "emoji": "🎀", + "text": "", + "type": 1, + "order": 3637, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "cadeau", + "hexcode": "1F381", + "tags": [ + "anniversaire", + "fête" + ], + "emoji": "🎁", + "text": "", + "type": 1, + "order": 3638, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "ruban de mémoire", + "hexcode": "1F397", + "tags": [ + "ruban" + ], + "emoji": "🎗️", + "text": "🎗︎", + "type": 0, + "order": 3640, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "billet d’entrée", + "hexcode": "1F39F", + "tags": [ + "spectacle" + ], + "emoji": "🎟️", + "text": "🎟︎", + "type": 0, + "order": 3642, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "billet", + "hexcode": "1F3AB", + "tags": [ + "spectacle" + ], + "emoji": "🎫", + "text": "", + "type": 1, + "order": 3643, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "médaille militaire", + "hexcode": "1F396", + "tags": [ + "médaille" + ], + "emoji": "🎖️", + "text": "🎖︎", + "type": 0, + "order": 3645, + "group": 6, + "subgroup": 61, + "version": 0.7 + }, + { + "annotation": "trophée", + "hexcode": "1F3C6", + "tags": [ + "prix" + ], + "emoji": "🏆️", + "text": "🏆︎", + "type": 1, + "order": 3646, + "group": 6, + "subgroup": 61, + "version": 0.6 + }, + { + "annotation": "médaille sportive", + "hexcode": "1F3C5", + "tags": [ + "médaille" + ], + "emoji": "🏅", + "text": "", + "type": 1, + "order": 3647, + "group": 6, + "subgroup": 61, + "version": 1 + }, + { + "annotation": "médaille d’or", + "hexcode": "1F947", + "tags": [ + "1er", + "médaille", + "or" + ], + "emoji": "🥇", + "text": "", + "type": 1, + "order": 3648, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "médaille d’argent", + "hexcode": "1F948", + "tags": [ + "2e", + "argent", + "médaille" + ], + "emoji": "🥈", + "text": "", + "type": 1, + "order": 3649, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "médaille de bronze", + "hexcode": "1F949", + "tags": [ + "3e", + "bronze", + "médaille" + ], + "emoji": "🥉", + "text": "", + "type": 1, + "order": 3650, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "ballon de football", + "hexcode": "26BD", + "tags": [ + "balle", + "football", + "sport" + ], + "emoji": "⚽️", + "text": "⚽︎", + "type": 1, + "order": 3651, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "baseball", + "hexcode": "26BE", + "tags": [ + "balle", + "sport" + ], + "emoji": "⚾️", + "text": "⚾︎", + "type": 1, + "order": 3652, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "softball", + "hexcode": "1F94E", + "tags": [ + "balle", + "gant" + ], + "emoji": "🥎", + "text": "", + "type": 1, + "order": 3653, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "basket", + "hexcode": "1F3C0", + "tags": [ + "ballon", + "panier", + "sport" + ], + "emoji": "🏀", + "text": "", + "type": 1, + "order": 3654, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "volley-ball", + "hexcode": "1F3D0", + "tags": [ + "ballon", + "match", + "sport" + ], + "emoji": "🏐", + "text": "", + "type": 1, + "order": 3655, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "football américain", + "hexcode": "1F3C8", + "tags": [ + "ballon", + "sport" + ], + "emoji": "🏈", + "text": "", + "type": 1, + "order": 3656, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "rugby", + "hexcode": "1F3C9", + "tags": [ + "ballon", + "sport" + ], + "emoji": "🏉", + "text": "", + "type": 1, + "order": 3657, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "tennis", + "hexcode": "1F3BE", + "tags": [ + "balle", + "sport" + ], + "emoji": "🎾", + "text": "", + "type": 1, + "order": 3658, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "disque volant", + "hexcode": "1F94F", + "tags": [ + "frisbee", + "sport", + "ultimate" + ], + "emoji": "🥏", + "text": "", + "type": 1, + "order": 3659, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "bowling", + "hexcode": "1F3B3", + "tags": [ + "boule", + "jeu", + "partie" + ], + "emoji": "🎳", + "text": "", + "type": 1, + "order": 3660, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "cricket", + "hexcode": "1F3CF", + "tags": [ + "balle", + "batte", + "match", + "sport" + ], + "emoji": "🏏", + "text": "", + "type": 1, + "order": 3661, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "hockey sur gazon", + "hexcode": "1F3D1", + "tags": [ + "balle", + "crosse", + "hockey", + "sport" + ], + "emoji": "🏑", + "text": "", + "type": 1, + "order": 3662, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "hockey sur glace", + "hexcode": "1F3D2", + "tags": [ + "crosse", + "hockey", + "palet", + "sport" + ], + "emoji": "🏒", + "text": "", + "type": 1, + "order": 3663, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "crosse", + "hexcode": "1F94D", + "tags": [ + "balle", + "but", + "sport" + ], + "emoji": "🥍", + "text": "", + "type": 1, + "order": 3664, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "ping-pong", + "hexcode": "1F3D3", + "tags": [ + "partie", + "raquette", + "sport", + "tennis de table" + ], + "emoji": "🏓", + "text": "", + "type": 1, + "order": 3665, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "badminton", + "hexcode": "1F3F8", + "tags": [ + "match", + "raquette", + "sport", + "volant" + ], + "emoji": "🏸", + "text": "", + "type": 1, + "order": 3666, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "gant de boxe", + "hexcode": "1F94A", + "tags": [ + "boxe", + "gant", + "sport" + ], + "emoji": "🥊", + "text": "", + "type": 1, + "order": 3667, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "tenue d’arts martiaux", + "hexcode": "1F94B", + "tags": [ + "arts martiaux", + "judo", + "karaté", + "sport", + "taekwondo", + "tenue" + ], + "emoji": "🥋", + "text": "", + "type": 1, + "order": 3668, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "cage", + "hexcode": "1F945", + "tags": [ + "filet", + "sport" + ], + "emoji": "🥅", + "text": "", + "type": 1, + "order": 3669, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "drapeau de golf", + "hexcode": "26F3", + "tags": [ + "golf", + "sport", + "trou" + ], + "emoji": "⛳️", + "text": "⛳︎", + "type": 1, + "order": 3670, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "patin à glace", + "hexcode": "26F8", + "tags": [ + "glace", + "patin", + "sport" + ], + "emoji": "⛸️", + "text": "⛸︎", + "type": 0, + "order": 3672, + "group": 6, + "subgroup": 62, + "version": 0.7 + }, + { + "annotation": "pêche à la ligne", + "hexcode": "1F3A3", + "tags": [ + "pêche" + ], + "emoji": "🎣", + "text": "", + "type": 1, + "order": 3673, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "masque de plongée", + "hexcode": "1F93F", + "tags": [ + "apnée", + "plonger", + "snorkeling", + "tuba" + ], + "emoji": "🤿", + "text": "", + "type": 1, + "order": 3674, + "group": 6, + "subgroup": 62, + "version": 12 + }, + { + "annotation": "maillot de course", + "hexcode": "1F3BD", + "tags": [ + "sport" + ], + "emoji": "🎽", + "text": "", + "type": 1, + "order": 3675, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "ski", + "hexcode": "1F3BF", + "tags": [ + "sport" + ], + "emoji": "🎿", + "text": "", + "type": 1, + "order": 3676, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "luge", + "hexcode": "1F6F7", + "tags": [ + "traîneau" + ], + "emoji": "🛷", + "text": "", + "type": 1, + "order": 3677, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "pierre de curling", + "hexcode": "1F94C", + "tags": [ + "granit", + "match", + "partie", + "sport" + ], + "emoji": "🥌", + "text": "", + "type": 1, + "order": 3678, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "dans le mille", + "hexcode": "1F3AF", + "tags": [ + "cible" + ], + "emoji": "🎯", + "text": "", + "type": 1, + "order": 3679, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "yoyo", + "hexcode": "1FA80", + "tags": [ + "descendre", + "jouet", + "monter", + "osciller" + ], + "emoji": "🪀", + "text": "", + "type": 1, + "order": 3680, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "cerf-volant", + "hexcode": "1FA81", + "tags": [ + "planer", + "voler" + ], + "emoji": "🪁", + "text": "", + "type": 1, + "order": 3681, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "boule de billard", + "hexcode": "1F3B1", + "tags": [ + "billard", + "jeu", + "pool" + ], + "emoji": "🎱", + "text": "", + "type": 1, + "order": 3682, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "boule de cristal", + "hexcode": "1F52E", + "tags": [ + "cristal" + ], + "emoji": "🔮", + "text": "", + "type": 1, + "order": 3683, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "baguette magique", + "hexcode": "1FA84", + "tags": [ + "magicien", + "magie", + "sorcier", + "sorcière" + ], + "emoji": "🪄", + "text": "", + "type": 1, + "order": 3684, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "mauvais œil", + "hexcode": "1F9FF", + "tags": [ + "amulette", + "nazar", + "perle", + "talisman" + ], + "emoji": "🧿", + "text": "", + "type": 1, + "order": 3685, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "jeu vidéo", + "hexcode": "1F3AE", + "tags": [ + "manette" + ], + "emoji": "🎮️", + "text": "🎮︎", + "type": 1, + "order": 3686, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "manette de jeu", + "hexcode": "1F579", + "tags": [ + "jeu", + "jeu vidéo", + "joystick" + ], + "emoji": "🕹️", + "text": "🕹︎", + "type": 0, + "order": 3688, + "group": 6, + "subgroup": 63, + "version": 0.7 + }, + { + "annotation": "machine à sous", + "hexcode": "1F3B0", + "tags": [ + "jeu" + ], + "emoji": "🎰", + "text": "", + "type": 1, + "order": 3689, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "dés", + "hexcode": "1F3B2", + "tags": [ + "jeu" + ], + "emoji": "🎲", + "text": "", + "type": 1, + "order": 3690, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "pièce de puzzle", + "hexcode": "1F9E9", + "tags": [ + "assemblage", + "indice", + "puzzle" + ], + "emoji": "🧩", + "text": "", + "type": 1, + "order": 3691, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "ours en peluche", + "hexcode": "1F9F8", + "tags": [ + "jeu", + "jouet", + "peluche" + ], + "emoji": "🧸", + "text": "", + "type": 1, + "order": 3692, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "piñata", + "hexcode": "1FA85", + "tags": [ + "bonbons", + "confiseries", + "fête" + ], + "emoji": "🪅", + "text": "", + "type": 1, + "order": 3693, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "poupées russes", + "hexcode": "1FA86", + "tags": [ + "emboîté", + "matriochka", + "russe" + ], + "emoji": "🪆", + "text": "", + "type": 1, + "order": 3694, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "pique", + "hexcode": "2660", + "tags": [ + "carte", + "couleur", + "jeu" + ], + "emoji": "♠️", + "text": "♠︎", + "type": 0, + "order": 3696, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "cœur cartes", + "hexcode": "2665", + "tags": [ + "couleur", + "cœur", + "jeu" + ], + "emoji": "♥️", + "text": "♥︎", + "type": 0, + "order": 3698, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "carreau", + "hexcode": "2666", + "tags": [ + "carreaux", + "carte", + "couleur", + "jeu" + ], + "emoji": "♦️", + "text": "♦︎", + "type": 0, + "order": 3700, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "trèfle cartes", + "hexcode": "2663", + "tags": [ + "couleur", + "jeu", + "trèfle" + ], + "emoji": "♣️", + "text": "♣︎", + "type": 0, + "order": 3702, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "pion d’échec", + "hexcode": "265F", + "tags": [ + "duper", + "sacrifiable", + "échec" + ], + "emoji": "♟️", + "text": "♟︎", + "type": 0, + "order": 3704, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "carte Joker", + "hexcode": "1F0CF", + "tags": [ + "carte joker", + "jeu", + "joker" + ], + "emoji": "🃏", + "text": "", + "type": 1, + "order": 3705, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "dragon rouge mahjong", + "hexcode": "1F004", + "tags": [ + "jeu", + "mahjong", + "rouge" + ], + "emoji": "🀄️", + "text": "🀄︎", + "type": 1, + "order": 3706, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "jeu des fleurs", + "hexcode": "1F3B4", + "tags": [ + "carte", + "fleur", + "japonais", + "jeu" + ], + "emoji": "🎴", + "text": "", + "type": 1, + "order": 3707, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "spectacle vivant", + "hexcode": "1F3AD", + "tags": [ + "art", + "masque", + "spectacle", + "théâtre" + ], + "emoji": "🎭️", + "text": "🎭︎", + "type": 1, + "order": 3708, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "cadre avec image", + "hexcode": "1F5BC", + "tags": [ + "art", + "image", + "musée", + "peinture" + ], + "emoji": "🖼️", + "text": "🖼︎", + "type": 0, + "order": 3710, + "group": 6, + "subgroup": 64, + "version": 0.7 + }, + { + "annotation": "palette de peinture", + "hexcode": "1F3A8", + "tags": [ + "art", + "musée de peinture", + "peinture" + ], + "emoji": "🎨", + "text": "", + "type": 1, + "order": 3711, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "bobine de fil", + "hexcode": "1F9F5", + "tags": [ + "aiguille", + "bobine", + "couture", + "ficelle" + ], + "emoji": "🧵", + "text": "", + "type": 1, + "order": 3712, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "aiguille à coudre", + "hexcode": "1FAA1", + "tags": [ + "broderie", + "couture", + "points", + "suture", + "tailleur" + ], + "emoji": "🪡", + "text": "", + "type": 1, + "order": 3713, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "fil", + "hexcode": "1F9F6", + "tags": [ + "boule", + "crochet", + "pelote", + "tricot" + ], + "emoji": "🧶", + "text": "", + "type": 1, + "order": 3714, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "nœud", + "hexcode": "1FAA2", + "tags": [ + "attacher", + "corde", + "entrelacer", + "noué", + "tordre" + ], + "emoji": "🪢", + "text": "", + "type": 1, + "order": 3715, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "lunettes de vue", + "hexcode": "1F453", + "tags": [ + "lunettes", + "vêtements", + "œil" + ], + "emoji": "👓️", + "text": "👓︎", + "type": 1, + "order": 3716, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "lunettes de soleil", + "hexcode": "1F576", + "tags": [ + "lunettes", + "soleil" + ], + "emoji": "🕶️", + "text": "🕶︎", + "type": 0, + "order": 3718, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "lunettes", + "hexcode": "1F97D", + "tags": [ + "natation", + "protection des yeux", + "soudage" + ], + "emoji": "🥽", + "text": "", + "type": 1, + "order": 3719, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "blouse blanche", + "hexcode": "1F97C", + "tags": [ + "docteur", + "expérience", + "scientifique" + ], + "emoji": "🥼", + "text": "", + "type": 1, + "order": 3720, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "gilet de sécurité", + "hexcode": "1F9BA", + "tags": [ + "fluo", + "gilet jaune", + "sécurité", + "sûreté", + "visibilité" + ], + "emoji": "🦺", + "text": "", + "type": 1, + "order": 3721, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "cravate", + "hexcode": "1F454", + "tags": [ + "vêtements" + ], + "emoji": "👔", + "text": "", + "type": 1, + "order": 3722, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "T-shirt", + "hexcode": "1F455", + "tags": [ + "t-shirt", + "tee-shirt", + "vêtements" + ], + "emoji": "👕", + "text": "", + "type": 1, + "order": 3723, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "jean", + "hexcode": "1F456", + "tags": [ + "pantalon", + "vêtements" + ], + "emoji": "👖", + "text": "", + "type": 1, + "order": 3724, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "foulard", + "hexcode": "1F9E3", + "tags": [ + "cou", + "vêtements" + ], + "emoji": "🧣", + "text": "", + "type": 1, + "order": 3725, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "gants", + "hexcode": "1F9E4", + "tags": [ + "main", + "vêtements" + ], + "emoji": "🧤", + "text": "", + "type": 1, + "order": 3726, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "manteau", + "hexcode": "1F9E5", + "tags": [ + "veste", + "vêtements" + ], + "emoji": "🧥", + "text": "", + "type": 1, + "order": 3727, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "chaussettes", + "hexcode": "1F9E6", + "tags": [ + "pieds", + "vêtements" + ], + "emoji": "🧦", + "text": "", + "type": 1, + "order": 3728, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "robe", + "hexcode": "1F457", + "tags": [ + "vêtements" + ], + "emoji": "👗", + "text": "", + "type": 1, + "order": 3729, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "kimono", + "hexcode": "1F458", + "tags": [ + "vêtements" + ], + "emoji": "👘", + "text": "", + "type": 1, + "order": 3730, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sari", + "hexcode": "1F97B", + "tags": [ + "mode", + "robe", + "vêtement" + ], + "emoji": "🥻", + "text": "", + "type": 1, + "order": 3731, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "maillot de bain une pièce", + "hexcode": "1FA71", + "tags": [ + "maillot de bain" + ], + "emoji": "🩱", + "text": "", + "type": 1, + "order": 3732, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "slip", + "hexcode": "1FA72", + "tags": [ + "maillot de bain", + "sous-vêtement" + ], + "emoji": "🩲", + "text": "", + "type": 1, + "order": 3733, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "short", + "hexcode": "1FA73", + "tags": [ + "caleçon", + "maillot de bain", + "sous-vêtement" + ], + "emoji": "🩳", + "text": "", + "type": 1, + "order": 3734, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "bikini", + "hexcode": "1F459", + "tags": [ + "maillot de bain" + ], + "emoji": "👙", + "text": "", + "type": 1, + "order": 3735, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "vêtements de femme", + "hexcode": "1F45A", + "tags": [ + "femme", + "vêtements" + ], + "emoji": "👚", + "text": "", + "type": 1, + "order": 3736, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "porte-monnaie", + "hexcode": "1F45B", + "tags": [ + "monnaie", + "vêtements" + ], + "emoji": "👛", + "text": "", + "type": 1, + "order": 3737, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sac à main", + "hexcode": "1F45C", + "tags": [ + "sac", + "vêtements" + ], + "emoji": "👜", + "text": "", + "type": 1, + "order": 3738, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "pochette", + "hexcode": "1F45D", + "tags": [ + "sac", + "vêtements" + ], + "emoji": "👝", + "text": "", + "type": 1, + "order": 3739, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sacs de shopping", + "hexcode": "1F6CD", + "tags": [ + "sac", + "shopping" + ], + "emoji": "🛍️", + "text": "🛍︎", + "type": 0, + "order": 3741, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "cartable", + "hexcode": "1F392", + "tags": [ + "sac", + "sac à dos", + "école" + ], + "emoji": "🎒", + "text": "", + "type": 1, + "order": 3742, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "tong", + "hexcode": "1FA74", + "tags": [ + "claquettes", + "sandales", + "sandales de plage", + "tatanes", + "tongs" + ], + "emoji": "🩴", + "text": "", + "type": 1, + "order": 3743, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "chaussure d’homme", + "hexcode": "1F45E", + "tags": [ + "chaussure", + "homme", + "vêtements" + ], + "emoji": "👞", + "text": "", + "type": 1, + "order": 3744, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "chaussure de sport", + "hexcode": "1F45F", + "tags": [ + "chaussure", + "vêtements" + ], + "emoji": "👟", + "text": "", + "type": 1, + "order": 3745, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "chaussure de randonnée", + "hexcode": "1F97E", + "tags": [ + "camping", + "chaussure", + "chaussure de marche", + "marche", + "randonnée", + "vêtements" + ], + "emoji": "🥾", + "text": "", + "type": 1, + "order": 3746, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "chaussure plate", + "hexcode": "1F97F", + "tags": [ + "ballerine", + "chaussure sans lacets", + "mule", + "vêtements" + ], + "emoji": "🥿", + "text": "", + "type": 1, + "order": 3747, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "chaussure à talon haut", + "hexcode": "1F460", + "tags": [ + "chaussure", + "vêtements" + ], + "emoji": "👠", + "text": "", + "type": 1, + "order": 3748, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "sandale de femme", + "hexcode": "1F461", + "tags": [ + "chaussure", + "vêtements" + ], + "emoji": "👡", + "text": "", + "type": 1, + "order": 3749, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "chaussons de danse", + "hexcode": "1FA70", + "tags": [ + "ballet", + "chaussures", + "danse" + ], + "emoji": "🩰", + "text": "", + "type": 1, + "order": 3750, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "botte de femme", + "hexcode": "1F462", + "tags": [ + "botte", + "chaussure", + "vêtements" + ], + "emoji": "👢", + "text": "", + "type": 1, + "order": 3751, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "couronne", + "hexcode": "1F451", + "tags": [ + "reine", + "roi", + "vêtements" + ], + "emoji": "👑", + "text": "", + "type": 1, + "order": 3752, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "chapeau de femme", + "hexcode": "1F452", + "tags": [ + "chapeau", + "femme", + "vêtements" + ], + "emoji": "👒", + "text": "", + "type": 1, + "order": 3753, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "haut de forme", + "hexcode": "1F3A9", + "tags": [ + "chapeau", + "vêtements" + ], + "emoji": "🎩", + "text": "", + "type": 1, + "order": 3754, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "toque universitaire", + "hexcode": "1F393", + "tags": [ + "chapeau", + "vêtements" + ], + "emoji": "🎓️", + "text": "🎓︎", + "type": 1, + "order": 3755, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "casquette américaine", + "hexcode": "1F9E2", + "tags": [ + "casquette de baseball", + "vêtements" + ], + "emoji": "🧢", + "text": "", + "type": 1, + "order": 3756, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "casque militaire", + "hexcode": "1FA96", + "tags": [ + "armée", + "casque", + "guerrier", + "militaire", + "soldat" + ], + "emoji": "🪖", + "text": "", + "type": 1, + "order": 3757, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "casque de secouriste", + "hexcode": "26D1", + "tags": [ + "assistance", + "casque", + "croix" + ], + "emoji": "⛑️", + "text": "⛑︎", + "type": 0, + "order": 3759, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "chapelet", + "hexcode": "1F4FF", + "tags": [ + "prière", + "religion", + "vêtements" + ], + "emoji": "📿", + "text": "", + "type": 1, + "order": 3760, + "group": 7, + "subgroup": 65, + "version": 1 + }, + { + "annotation": "rouge à lèvres", + "hexcode": "1F484", + "tags": [ + "maquillage" + ], + "emoji": "💄", + "text": "", + "type": 1, + "order": 3761, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "bague", + "hexcode": "1F48D", + "tags": [ + "amour", + "diamant" + ], + "emoji": "💍", + "text": "", + "type": 1, + "order": 3762, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "pierre précieuse", + "hexcode": "1F48E", + "tags": [ + "bijou", + "diamant", + "joyau" + ], + "emoji": "💎", + "text": "", + "type": 1, + "order": 3763, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "muet", + "hexcode": "1F507", + "tags": [ + "silence", + "son" + ], + "emoji": "🔇", + "text": "", + "type": 1, + "order": 3764, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "volume des enceintes faible", + "hexcode": "1F508", + "tags": [ + "son" + ], + "emoji": "🔈️", + "text": "🔈︎", + "type": 1, + "order": 3765, + "group": 7, + "subgroup": 66, + "version": 0.7 + }, + { + "annotation": "volume des enceintes moyen", + "hexcode": "1F509", + "tags": [ + "son" + ], + "emoji": "🔉", + "text": "", + "type": 1, + "order": 3766, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "volume des enceintes élevé", + "hexcode": "1F50A", + "tags": [ + "son" + ], + "emoji": "🔊", + "text": "", + "type": 1, + "order": 3767, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "haut-parleur", + "hexcode": "1F4E2", + "tags": [ + "son" + ], + "emoji": "📢", + "text": "", + "type": 1, + "order": 3768, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "porte-voix", + "hexcode": "1F4E3", + "tags": [ + "manifestation", + "mégaphone" + ], + "emoji": "📣", + "text": "", + "type": 1, + "order": 3769, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "cor postal", + "hexcode": "1F4EF", + "tags": [ + "facteur" + ], + "emoji": "📯", + "text": "", + "type": 1, + "order": 3770, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "cloche", + "hexcode": "1F514", + "tags": [ + "cloche" + ], + "emoji": "🔔", + "text": "", + "type": 1, + "order": 3771, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "alarme désactivée", + "hexcode": "1F515", + "tags": [ + "barrée", + "cloche", + "silence" + ], + "emoji": "🔕", + "text": "", + "type": 1, + "order": 3772, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "partition", + "hexcode": "1F3BC", + "tags": [ + "musique" + ], + "emoji": "🎼", + "text": "", + "type": 1, + "order": 3773, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "note de musique", + "hexcode": "1F3B5", + "tags": [ + "musique", + "note" + ], + "emoji": "🎵", + "text": "", + "type": 1, + "order": 3774, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "notes de musique", + "hexcode": "1F3B6", + "tags": [ + "musique", + "note", + "notes" + ], + "emoji": "🎶", + "text": "", + "type": 1, + "order": 3775, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "micro de studio", + "hexcode": "1F399", + "tags": [ + "micro" + ], + "emoji": "🎙️", + "text": "🎙︎", + "type": 0, + "order": 3777, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "curseur de niveau", + "hexcode": "1F39A", + "tags": [ + "curseur", + "musique", + "niveau" + ], + "emoji": "🎚️", + "text": "🎚︎", + "type": 0, + "order": 3779, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "boutons de réglage", + "hexcode": "1F39B", + "tags": [ + "boutons", + "boutons de commande" + ], + "emoji": "🎛️", + "text": "🎛︎", + "type": 0, + "order": 3781, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "micro", + "hexcode": "1F3A4", + "tags": [ + "karaoke" + ], + "emoji": "🎤", + "text": "", + "type": 1, + "order": 3782, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "casque", + "hexcode": "1F3A7", + "tags": [ + "écouteurs" + ], + "emoji": "🎧️", + "text": "🎧︎", + "type": 1, + "order": 3783, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "radio", + "hexcode": "1F4FB", + "tags": [ + "vidéo" + ], + "emoji": "📻️", + "text": "📻︎", + "type": 1, + "order": 3784, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "saxophone", + "hexcode": "1F3B7", + "tags": [ + "instrument", + "musique" + ], + "emoji": "🎷", + "text": "", + "type": 1, + "order": 3785, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "accordéon", + "hexcode": "1FA97", + "tags": [ + "bandonéon", + "concertina", + "piano à bretelles" + ], + "emoji": "🪗", + "text": "", + "type": 1, + "order": 3786, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "guitare", + "hexcode": "1F3B8", + "tags": [ + "instrument", + "musique" + ], + "emoji": "🎸", + "text": "", + "type": 1, + "order": 3787, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "piano", + "hexcode": "1F3B9", + "tags": [ + "clavier", + "instrument", + "musique" + ], + "emoji": "🎹", + "text": "", + "type": 1, + "order": 3788, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "trompette", + "hexcode": "1F3BA", + "tags": [ + "instrument", + "musique" + ], + "emoji": "🎺", + "text": "", + "type": 1, + "order": 3789, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "violon", + "hexcode": "1F3BB", + "tags": [ + "instrument", + "musique" + ], + "emoji": "🎻", + "text": "", + "type": 1, + "order": 3790, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "banjo", + "hexcode": "1FA95", + "tags": [ + "cordes", + "instrument à cordes", + "musique" + ], + "emoji": "🪕", + "text": "", + "type": 1, + "order": 3791, + "group": 7, + "subgroup": 68, + "version": 12 + }, + { + "annotation": "batterie", + "hexcode": "1F941", + "tags": [ + "baguettes", + "musique", + "tambour" + ], + "emoji": "🥁", + "text": "", + "type": 1, + "order": 3792, + "group": 7, + "subgroup": 68, + "version": 3 + }, + { + "annotation": "djembé", + "hexcode": "1FA98", + "tags": [ + "battement", + "conga", + "rythme", + "tambour" + ], + "emoji": "🪘", + "text": "", + "type": 1, + "order": 3793, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "téléphone portable", + "hexcode": "1F4F1", + "tags": [ + "téléphone" + ], + "emoji": "📱", + "text": "", + "type": 1, + "order": 3794, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "appel entrant", + "hexcode": "1F4F2", + "tags": [ + "appel" + ], + "emoji": "📲", + "text": "", + "type": 1, + "order": 3795, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "téléphone", + "hexcode": "260E", + "tags": [ + "téléphone" + ], + "emoji": "☎️", + "text": "☎︎", + "type": 0, + "order": 3797, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "combiné téléphonique", + "hexcode": "1F4DE", + "tags": [ + "téléphone" + ], + "emoji": "📞", + "text": "", + "type": 1, + "order": 3798, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "bipeur", + "hexcode": "1F4DF", + "tags": [ + "pager" + ], + "emoji": "📟️", + "text": "📟︎", + "type": 1, + "order": 3799, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "fax", + "hexcode": "1F4E0", + "tags": [ + "télécopieur" + ], + "emoji": "📠", + "text": "", + "type": 1, + "order": 3800, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "pile", + "hexcode": "1F50B", + "tags": [ + "pile" + ], + "emoji": "🔋", + "text": "", + "type": 1, + "order": 3801, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "câble avec fiche électrique", + "hexcode": "1F50C", + "tags": [ + "prise" + ], + "emoji": "🔌", + "text": "", + "type": 1, + "order": 3802, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "ordinateur portable", + "hexcode": "1F4BB", + "tags": [ + "ordinateur" + ], + "emoji": "💻️", + "text": "💻︎", + "type": 1, + "order": 3803, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "ordinateur de bureau", + "hexcode": "1F5A5", + "tags": [ + "ordinateur" + ], + "emoji": "🖥️", + "text": "🖥︎", + "type": 0, + "order": 3805, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "imprimante", + "hexcode": "1F5A8", + "tags": [ + "ordinateur" + ], + "emoji": "🖨️", + "text": "🖨︎", + "type": 0, + "order": 3807, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "clavier", + "hexcode": "2328", + "tags": [ + "ordinateur" + ], + "emoji": "⌨️", + "text": "⌨︎", + "type": 0, + "order": 3809, + "group": 7, + "subgroup": 70, + "version": 1 + }, + { + "annotation": "souris d’ordinateur", + "hexcode": "1F5B1", + "tags": [ + "souris" + ], + "emoji": "🖱️", + "text": "🖱︎", + "type": 0, + "order": 3811, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "boule de commande", + "hexcode": "1F5B2", + "tags": [ + "ordinateur", + "souris à boule" + ], + "emoji": "🖲️", + "text": "🖲︎", + "type": 0, + "order": 3813, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "disque d’ordinateur", + "hexcode": "1F4BD", + "tags": [ + "disque" + ], + "emoji": "💽", + "text": "", + "type": 1, + "order": 3814, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "disquette", + "hexcode": "1F4BE", + "tags": [ + "disque", + "ordinateur" + ], + "emoji": "💾", + "text": "", + "type": 1, + "order": 3815, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "CD", + "hexcode": "1F4BF", + "tags": [ + "cd", + "disque" + ], + "emoji": "💿️", + "text": "💿︎", + "type": 1, + "order": 3816, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "DVD", + "hexcode": "1F4C0", + "tags": [ + "disque", + "dvd" + ], + "emoji": "📀", + "text": "", + "type": 1, + "order": 3817, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "abaque", + "hexcode": "1F9EE", + "tags": [ + "calcul" + ], + "emoji": "🧮", + "text": "", + "type": 1, + "order": 3818, + "group": 7, + "subgroup": 70, + "version": 11 + }, + { + "annotation": "caméra", + "hexcode": "1F3A5", + "tags": [ + "cinéma", + "film" + ], + "emoji": "🎥", + "text": "", + "type": 1, + "order": 3819, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "pellicule", + "hexcode": "1F39E", + "tags": [ + "bande", + "cinéma", + "film" + ], + "emoji": "🎞️", + "text": "🎞︎", + "type": 0, + "order": 3821, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "projecteur cinématographique", + "hexcode": "1F4FD", + "tags": [ + "projecteur" + ], + "emoji": "📽️", + "text": "📽︎", + "type": 0, + "order": 3823, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "clap", + "hexcode": "1F3AC", + "tags": [ + "film" + ], + "emoji": "🎬️", + "text": "🎬︎", + "type": 1, + "order": 3824, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "téléviseur", + "hexcode": "1F4FA", + "tags": [ + "tv", + "télévision" + ], + "emoji": "📺️", + "text": "📺︎", + "type": 1, + "order": 3825, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "appareil photo", + "hexcode": "1F4F7", + "tags": [ + "vidéo" + ], + "emoji": "📷️", + "text": "📷︎", + "type": 1, + "order": 3826, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "appareil photo avec flash", + "hexcode": "1F4F8", + "tags": [ + "appareil photo" + ], + "emoji": "📸", + "text": "", + "type": 1, + "order": 3827, + "group": 7, + "subgroup": 71, + "version": 1 + }, + { + "annotation": "caméscope", + "hexcode": "1F4F9", + "tags": [ + "caméra", + "vidéo" + ], + "emoji": "📹️", + "text": "📹︎", + "type": 1, + "order": 3828, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "cassette vidéo", + "hexcode": "1F4FC", + "tags": [ + "vhs", + "vidéocassette" + ], + "emoji": "📼", + "text": "", + "type": 1, + "order": 3829, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "loupe orientée à gauche", + "hexcode": "1F50D", + "tags": [ + "loupe", + "recherche" + ], + "emoji": "🔍️", + "text": "🔍︎", + "type": 1, + "order": 3830, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "loupe orientée à droite", + "hexcode": "1F50E", + "tags": [ + "loupe", + "recherche" + ], + "emoji": "🔎", + "text": "", + "type": 1, + "order": 3831, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "bougie", + "hexcode": "1F56F", + "tags": [ + "lumière" + ], + "emoji": "🕯️", + "text": "🕯︎", + "type": 0, + "order": 3833, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "ampoule", + "hexcode": "1F4A1", + "tags": [ + "dessin", + "idée", + "lumière" + ], + "emoji": "💡", + "text": "", + "type": 1, + "order": 3834, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "torche", + "hexcode": "1F526", + "tags": [ + "lumière" + ], + "emoji": "🔦", + "text": "", + "type": 1, + "order": 3835, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "lampion rouge", + "hexcode": "1F3EE", + "tags": [ + "japonais", + "lanterne", + "lumière", + "rouge" + ], + "emoji": "🏮", + "text": "", + "type": 1, + "order": 3836, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "diya", + "hexcode": "1FA94", + "tags": [ + "diwali", + "huile", + "lampe", + "lampe à beurre", + "ārtī" + ], + "emoji": "🪔", + "text": "", + "type": 1, + "order": 3837, + "group": 7, + "subgroup": 71, + "version": 12 + }, + { + "annotation": "carnet avec couverture", + "hexcode": "1F4D4", + "tags": [ + "carnet" + ], + "emoji": "📔", + "text": "", + "type": 1, + "order": 3838, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livre fermé", + "hexcode": "1F4D5", + "tags": [ + "livre" + ], + "emoji": "📕", + "text": "", + "type": 1, + "order": 3839, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livre ouvert", + "hexcode": "1F4D6", + "tags": [ + "livre" + ], + "emoji": "📖", + "text": "", + "type": 1, + "order": 3840, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livre vert", + "hexcode": "1F4D7", + "tags": [ + "livre" + ], + "emoji": "📗", + "text": "", + "type": 1, + "order": 3841, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livre bleu", + "hexcode": "1F4D8", + "tags": [ + "livre" + ], + "emoji": "📘", + "text": "", + "type": 1, + "order": 3842, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livre orange", + "hexcode": "1F4D9", + "tags": [ + "livre" + ], + "emoji": "📙", + "text": "", + "type": 1, + "order": 3843, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "livres", + "hexcode": "1F4DA", + "tags": [ + "livre" + ], + "emoji": "📚️", + "text": "📚︎", + "type": 1, + "order": 3844, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "carnet", + "hexcode": "1F4D3", + "tags": [ + "carnet" + ], + "emoji": "📓", + "text": "", + "type": 1, + "order": 3845, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "carnet de compte", + "hexcode": "1F4D2", + "tags": [ + "grand livre" + ], + "emoji": "📒", + "text": "", + "type": 1, + "order": 3846, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "page enroulée", + "hexcode": "1F4C3", + "tags": [ + "page" + ], + "emoji": "📃", + "text": "", + "type": 1, + "order": 3847, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "parchemin", + "hexcode": "1F4DC", + "tags": [ + "papier" + ], + "emoji": "📜", + "text": "", + "type": 1, + "order": 3848, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "page", + "hexcode": "1F4C4", + "tags": [ + "document" + ], + "emoji": "📄", + "text": "", + "type": 1, + "order": 3849, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "journal", + "hexcode": "1F4F0", + "tags": [ + "actualités" + ], + "emoji": "📰", + "text": "", + "type": 1, + "order": 3850, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "journal roulé", + "hexcode": "1F5DE", + "tags": [ + "journal" + ], + "emoji": "🗞️", + "text": "🗞︎", + "type": 0, + "order": 3852, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "signets", + "hexcode": "1F4D1", + "tags": [ + "marque", + "marqueur", + "onglets", + "signet" + ], + "emoji": "📑", + "text": "", + "type": 1, + "order": 3853, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "marque-page", + "hexcode": "1F516", + "tags": [ + "marqueur" + ], + "emoji": "🔖", + "text": "", + "type": 1, + "order": 3854, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "étiquette", + "hexcode": "1F3F7", + "tags": [ + "étiquette" + ], + "emoji": "🏷️", + "text": "🏷︎", + "type": 0, + "order": 3856, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "sac plein d’argent", + "hexcode": "1F4B0", + "tags": [ + "argent", + "dollar", + "sac", + "sac d’argent" + ], + "emoji": "💰️", + "text": "💰︎", + "type": 1, + "order": 3857, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "pièce", + "hexcode": "1FA99", + "tags": [ + "argent", + "métal", + "or", + "trésor" + ], + "emoji": "🪙", + "text": "", + "type": 1, + "order": 3858, + "group": 7, + "subgroup": 73, + "version": 13 + }, + { + "annotation": "billet en yens", + "hexcode": "1F4B4", + "tags": [ + "billet" + ], + "emoji": "💴", + "text": "", + "type": 1, + "order": 3859, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "billet en dollars", + "hexcode": "1F4B5", + "tags": [ + "billet" + ], + "emoji": "💵", + "text": "", + "type": 1, + "order": 3860, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "billet en euros", + "hexcode": "1F4B6", + "tags": [ + "billet" + ], + "emoji": "💶", + "text": "", + "type": 1, + "order": 3861, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "billet en livres", + "hexcode": "1F4B7", + "tags": [ + "billet" + ], + "emoji": "💷", + "text": "", + "type": 1, + "order": 3862, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "billet avec des ailes", + "hexcode": "1F4B8", + "tags": [ + "billet" + ], + "emoji": "💸", + "text": "", + "type": 1, + "order": 3863, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "carte bancaire", + "hexcode": "1F4B3", + "tags": [ + "bancaire", + "carte" + ], + "emoji": "💳️", + "text": "💳︎", + "type": 1, + "order": 3864, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "reçu", + "hexcode": "1F9FE", + "tags": [ + "comptabilité", + "justificatif", + "preuve" + ], + "emoji": "🧾", + "text": "", + "type": 1, + "order": 3865, + "group": 7, + "subgroup": 73, + "version": 11 + }, + { + "annotation": "courbe avec yen en hausse", + "hexcode": "1F4B9", + "tags": [ + "banque", + "graphique", + "hausse", + "monnaie" + ], + "emoji": "💹", + "text": "", + "type": 1, + "order": 3866, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "enveloppe", + "hexcode": "2709", + "tags": [ + "courrier électronique", + "e-mail" + ], + "emoji": "✉️", + "text": "✉︎", + "type": 0, + "order": 3868, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "e-mail", + "hexcode": "1F4E7", + "tags": [ + "courrier électronique", + "message" + ], + "emoji": "📧", + "text": "", + "type": 1, + "order": 3869, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "message reçu", + "hexcode": "1F4E8", + "tags": [ + "courrier électronique", + "e-mail", + "message" + ], + "emoji": "📨", + "text": "", + "type": 1, + "order": 3870, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "enveloppe avec flèche", + "hexcode": "1F4E9", + "tags": [ + "courrier électronique", + "e-mail", + "message" + ], + "emoji": "📩", + "text": "", + "type": 1, + "order": 3871, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "boîte d’envoi", + "hexcode": "1F4E4", + "tags": [ + "courrier électronique", + "e-mail", + "message" + ], + "emoji": "📤️", + "text": "📤︎", + "type": 1, + "order": 3872, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "boîte de réception", + "hexcode": "1F4E5", + "tags": [ + "courrier électronique", + "e-mail", + "message" + ], + "emoji": "📥️", + "text": "📥︎", + "type": 1, + "order": 3873, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "colis", + "hexcode": "1F4E6", + "tags": [ + "paquet" + ], + "emoji": "📦️", + "text": "📦︎", + "type": 1, + "order": 3874, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "boîte aux lettres fermée drapeau levé", + "hexcode": "1F4EB", + "tags": [ + "courrier" + ], + "emoji": "📫️", + "text": "📫︎", + "type": 1, + "order": 3875, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "boîte aux lettres fermée drapeau baissé", + "hexcode": "1F4EA", + "tags": [ + "courrier" + ], + "emoji": "📪️", + "text": "📪︎", + "type": 1, + "order": 3876, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "boîte aux lettres ouverte drapeau levé", + "hexcode": "1F4EC", + "tags": [ + "courrier" + ], + "emoji": "📬️", + "text": "📬︎", + "type": 1, + "order": 3877, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "boîte aux lettres ouverte drapeau baissé", + "hexcode": "1F4ED", + "tags": [ + "courrier" + ], + "emoji": "📭️", + "text": "📭︎", + "type": 1, + "order": 3878, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "boîte aux lettres", + "hexcode": "1F4EE", + "tags": [ + "courrier" + ], + "emoji": "📮", + "text": "", + "type": 1, + "order": 3879, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "urne électorale", + "hexcode": "1F5F3", + "tags": [ + "urne" + ], + "emoji": "🗳️", + "text": "🗳︎", + "type": 0, + "order": 3881, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "crayon", + "hexcode": "270F", + "tags": [ + "crayon" + ], + "emoji": "✏️", + "text": "✏︎", + "type": 0, + "order": 3883, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "stylo plume noir", + "hexcode": "2712", + "tags": [ + "stylo" + ], + "emoji": "✒️", + "text": "✒︎", + "type": 0, + "order": 3885, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "stylo plume", + "hexcode": "1F58B", + "tags": [ + "stylo" + ], + "emoji": "🖋️", + "text": "🖋︎", + "type": 0, + "order": 3887, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "stylo", + "hexcode": "1F58A", + "tags": [ + "stylo bille" + ], + "emoji": "🖊️", + "text": "🖊︎", + "type": 0, + "order": 3889, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "pinceau", + "hexcode": "1F58C", + "tags": [ + "peinture" + ], + "emoji": "🖌️", + "text": "🖌︎", + "type": 0, + "order": 3891, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "crayon pastel", + "hexcode": "1F58D", + "tags": [ + "pastel" + ], + "emoji": "🖍️", + "text": "🖍︎", + "type": 0, + "order": 3893, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "mémo", + "hexcode": "1F4DD", + "tags": [ + "crayon" + ], + "emoji": "📝", + "text": "", + "type": 1, + "order": 3894, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "porte-documents", + "hexcode": "1F4BC", + "tags": [ + "porte-documents" + ], + "emoji": "💼", + "text": "", + "type": 1, + "order": 3895, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "dossier", + "hexcode": "1F4C1", + "tags": [ + "fichier" + ], + "emoji": "📁", + "text": "", + "type": 1, + "order": 3896, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "dossier ouvert", + "hexcode": "1F4C2", + "tags": [ + "dossier" + ], + "emoji": "📂", + "text": "", + "type": 1, + "order": 3897, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "intercalaires", + "hexcode": "1F5C2", + "tags": [ + "classement", + "index", + "intercalaire" + ], + "emoji": "🗂️", + "text": "🗂︎", + "type": 0, + "order": 3899, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "calendrier", + "hexcode": "1F4C5", + "tags": [ + "date" + ], + "emoji": "📅", + "text": "", + "type": 1, + "order": 3900, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "éphéméride", + "hexcode": "1F4C6", + "tags": [ + "calendrier", + "date" + ], + "emoji": "📆", + "text": "", + "type": 1, + "order": 3901, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "bloc-notes à spirale", + "hexcode": "1F5D2", + "tags": [ + "notes" + ], + "emoji": "🗒️", + "text": "🗒︎", + "type": 0, + "order": 3903, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "calendrier à spirale", + "hexcode": "1F5D3", + "tags": [ + "calendrier" + ], + "emoji": "🗓️", + "text": "🗓︎", + "type": 0, + "order": 3905, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "carnet d’adresses", + "hexcode": "1F4C7", + "tags": [ + "fiche", + "index", + "rolodex" + ], + "emoji": "📇", + "text": "", + "type": 1, + "order": 3906, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "graphique en hausse", + "hexcode": "1F4C8", + "tags": [ + "graphique", + "hausse", + "tendance" + ], + "emoji": "📈", + "text": "", + "type": 1, + "order": 3907, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "graphique en baisse", + "hexcode": "1F4C9", + "tags": [ + "baisse", + "graphique", + "tendance" + ], + "emoji": "📉", + "text": "", + "type": 1, + "order": 3908, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "graphiques à barres", + "hexcode": "1F4CA", + "tags": [ + "graphique" + ], + "emoji": "📊", + "text": "", + "type": 1, + "order": 3909, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "porte-bloc", + "hexcode": "1F4CB", + "tags": [ + "fournitures" + ], + "emoji": "📋️", + "text": "📋︎", + "type": 1, + "order": 3910, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "punaise", + "hexcode": "1F4CC", + "tags": [ + "fournitures" + ], + "emoji": "📌", + "text": "", + "type": 1, + "order": 3911, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "épingle", + "hexcode": "1F4CD", + "tags": [ + "fournitures" + ], + "emoji": "📍", + "text": "", + "type": 1, + "order": 3912, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "trombone", + "hexcode": "1F4CE", + "tags": [ + "fournitures" + ], + "emoji": "📎", + "text": "", + "type": 1, + "order": 3913, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "trombones", + "hexcode": "1F587", + "tags": [ + "fournitures" + ], + "emoji": "🖇️", + "text": "🖇︎", + "type": 0, + "order": 3915, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "règle", + "hexcode": "1F4CF", + "tags": [ + "fournitures" + ], + "emoji": "📏", + "text": "", + "type": 1, + "order": 3916, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "équerre", + "hexcode": "1F4D0", + "tags": [ + "fournitures" + ], + "emoji": "📐", + "text": "", + "type": 1, + "order": 3917, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "ciseaux", + "hexcode": "2702", + "tags": [ + "fournitures" + ], + "emoji": "✂️", + "text": "✂︎", + "type": 0, + "order": 3919, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "boîte à dossiers", + "hexcode": "1F5C3", + "tags": [ + "dossier" + ], + "emoji": "🗃️", + "text": "🗃︎", + "type": 0, + "order": 3921, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "meuble à dossiers", + "hexcode": "1F5C4", + "tags": [ + "classement", + "classer", + "dossier", + "meuble" + ], + "emoji": "🗄️", + "text": "🗄︎", + "type": 0, + "order": 3923, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "corbeille à papiers", + "hexcode": "1F5D1", + "tags": [ + "corbeille" + ], + "emoji": "🗑️", + "text": "🗑︎", + "type": 0, + "order": 3925, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "cadenas fermé", + "hexcode": "1F512", + "tags": [ + "cadenas", + "verrouillé" + ], + "emoji": "🔒️", + "text": "🔒︎", + "type": 1, + "order": 3926, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "cadenas ouvert", + "hexcode": "1F513", + "tags": [ + "cadenas" + ], + "emoji": "🔓️", + "text": "🔓︎", + "type": 1, + "order": 3927, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "cadenas fermé avec stylo", + "hexcode": "1F50F", + "tags": [ + "verrouillé" + ], + "emoji": "🔏", + "text": "", + "type": 1, + "order": 3928, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "cadenas fermé avec clé", + "hexcode": "1F510", + "tags": [ + "sécurisé" + ], + "emoji": "🔐", + "text": "", + "type": 1, + "order": 3929, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "clé", + "hexcode": "1F511", + "tags": [ + "mot de passe", + "serrure" + ], + "emoji": "🔑", + "text": "", + "type": 1, + "order": 3930, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "clé ancienne", + "hexcode": "1F5DD", + "tags": [ + "clé", + "serrure" + ], + "emoji": "🗝️", + "text": "🗝︎", + "type": 0, + "order": 3932, + "group": 7, + "subgroup": 77, + "version": 0.7 + }, + { + "annotation": "marteau", + "hexcode": "1F528", + "tags": [ + "outil" + ], + "emoji": "🔨", + "text": "", + "type": 1, + "order": 3933, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "hache", + "hexcode": "1FA93", + "tags": [ + "bois", + "fendre", + "hachette" + ], + "emoji": "🪓", + "text": "", + "type": 1, + "order": 3934, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "pioche", + "hexcode": "26CF", + "tags": [ + "mine", + "outil" + ], + "emoji": "⛏️", + "text": "⛏︎", + "type": 0, + "order": 3936, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "marteau et pioche", + "hexcode": "2692", + "tags": [ + "marteau", + "outil", + "pioche" + ], + "emoji": "⚒️", + "text": "⚒︎", + "type": 0, + "order": 3938, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "marteau et clé à molette", + "hexcode": "1F6E0", + "tags": [ + "clé", + "clé à molette", + "marteau", + "outil" + ], + "emoji": "🛠️", + "text": "🛠︎", + "type": 0, + "order": 3940, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "dague", + "hexcode": "1F5E1", + "tags": [ + "arme", + "couteau", + "poignard" + ], + "emoji": "🗡️", + "text": "🗡︎", + "type": 0, + "order": 3942, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "épées croisées", + "hexcode": "2694", + "tags": [ + "arme", + "croisées", + "épées" + ], + "emoji": "⚔️", + "text": "⚔︎", + "type": 0, + "order": 3944, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "pistolet à eau", + "hexcode": "1F52B", + "tags": [ + "arme", + "arme à feu", + "pistolet", + "revolver" + ], + "emoji": "🔫", + "text": "", + "type": 1, + "order": 3945, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "boomerang", + "hexcode": "1FA83", + "tags": [ + "australie", + "répercussion" + ], + "emoji": "🪃", + "text": "", + "type": 1, + "order": 3946, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "arc et flèche", + "hexcode": "1F3F9", + "tags": [ + "arc", + "archer", + "flèche", + "sagittaire" + ], + "emoji": "🏹", + "text": "", + "type": 1, + "order": 3947, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "bouclier", + "hexcode": "1F6E1", + "tags": [ + "arme" + ], + "emoji": "🛡️", + "text": "🛡︎", + "type": 0, + "order": 3949, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "scie", + "hexcode": "1FA9A", + "tags": [ + "bois", + "outil", + "scie égoïne" + ], + "emoji": "🪚", + "text": "", + "type": 1, + "order": 3950, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "clé à molette", + "hexcode": "1F527", + "tags": [ + "clé", + "outil" + ], + "emoji": "🔧", + "text": "", + "type": 1, + "order": 3951, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "tournevis", + "hexcode": "1FA9B", + "tags": [ + "outil", + "vis" + ], + "emoji": "🪛", + "text": "", + "type": 1, + "order": 3952, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "vis et écrou", + "hexcode": "1F529", + "tags": [ + "outil", + "vis", + "écrou" + ], + "emoji": "🔩", + "text": "", + "type": 1, + "order": 3953, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "roue dentée", + "hexcode": "2699", + "tags": [ + "engrenage", + "outil" + ], + "emoji": "⚙️", + "text": "⚙︎", + "type": 0, + "order": 3955, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "serre-joint", + "hexcode": "1F5DC", + "tags": [ + "outil" + ], + "emoji": "🗜️", + "text": "🗜︎", + "type": 0, + "order": 3957, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "balance à poids", + "hexcode": "2696", + "tags": [ + "balance", + "justice" + ], + "emoji": "⚖️", + "text": "⚖︎", + "type": 0, + "order": 3959, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "canne blanche", + "hexcode": "1F9AF", + "tags": [ + "accessibilité", + "aveugle", + "déficient visuel", + "malvoyant" + ], + "emoji": "🦯", + "text": "", + "type": 1, + "order": 3960, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "chaînons", + "hexcode": "1F517", + "tags": [ + "maillons" + ], + "emoji": "🔗", + "text": "", + "type": 1, + "order": 3961, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "chaînes", + "hexcode": "26D3", + "tags": [ + "chaîne" + ], + "emoji": "⛓️", + "text": "⛓︎", + "type": 0, + "order": 3963, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "crochet", + "hexcode": "1FA9D", + "tags": [ + "accrocher", + "appâter", + "attraper", + "ferrer", + "hameçonner" + ], + "emoji": "🪝", + "text": "", + "type": 1, + "order": 3964, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "boîte à outils", + "hexcode": "1F9F0", + "tags": [ + "coffre", + "mécanique", + "outil" + ], + "emoji": "🧰", + "text": "", + "type": 1, + "order": 3965, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "aimant", + "hexcode": "1F9F2", + "tags": [ + "attraction", + "fer à cheval", + "magnétique" + ], + "emoji": "🧲", + "text": "", + "type": 1, + "order": 3966, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "échelle", + "hexcode": "1FA9C", + "tags": [ + "barreau", + "escabeau", + "monter", + "échelon" + ], + "emoji": "🪜", + "text": "", + "type": 1, + "order": 3967, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "alambic", + "hexcode": "2697", + "tags": [ + "chimie", + "outil" + ], + "emoji": "⚗️", + "text": "⚗︎", + "type": 0, + "order": 3969, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "tube à essai", + "hexcode": "1F9EA", + "tags": [ + "chimie", + "chimiste", + "expérience", + "labo", + "sciences" + ], + "emoji": "🧪", + "text": "", + "type": 1, + "order": 3970, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "boîte de pétri", + "hexcode": "1F9EB", + "tags": [ + "bactérie", + "biologie", + "biologiste", + "culture", + "labo" + ], + "emoji": "🧫", + "text": "", + "type": 1, + "order": 3971, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "adn", + "hexcode": "1F9EC", + "tags": [ + "biologiste", + "gène", + "génétique", + "vie", + "évolution" + ], + "emoji": "🧬", + "text": "", + "type": 1, + "order": 3972, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "microscope", + "hexcode": "1F52C", + "tags": [ + "outil", + "science" + ], + "emoji": "🔬", + "text": "", + "type": 1, + "order": 3973, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "télescope", + "hexcode": "1F52D", + "tags": [ + "outil", + "science" + ], + "emoji": "🔭", + "text": "", + "type": 1, + "order": 3974, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "antenne satellite", + "hexcode": "1F4E1", + "tags": [ + "antenne", + "antenne parabolique", + "parabole" + ], + "emoji": "📡", + "text": "", + "type": 1, + "order": 3975, + "group": 7, + "subgroup": 79, + "version": 0.6 + }, + { + "annotation": "seringue", + "hexcode": "1F489", + "tags": [ + "aiguille", + "docteur", + "malade", + "médecine" + ], + "emoji": "💉", + "text": "", + "type": 1, + "order": 3976, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "goutte de sang", + "hexcode": "1FA78", + "tags": [ + "don du sang", + "menstruation", + "médecine", + "règles" + ], + "emoji": "🩸", + "text": "", + "type": 1, + "order": 3977, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "pilule", + "hexcode": "1F48A", + "tags": [ + "docteur", + "malade", + "médecine" + ], + "emoji": "💊", + "text": "", + "type": 1, + "order": 3978, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "sparadrap", + "hexcode": "1FA79", + "tags": [ + "bandage", + "médecine", + "pansement", + "premiers secours" + ], + "emoji": "🩹", + "text": "", + "type": 1, + "order": 3979, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "stéthoscope", + "hexcode": "1FA7A", + "tags": [ + "cœur", + "docteur", + "médecine", + "poumons" + ], + "emoji": "🩺", + "text": "", + "type": 1, + "order": 3980, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "porte", + "hexcode": "1F6AA", + "tags": [ + "porte" + ], + "emoji": "🚪", + "text": "", + "type": 1, + "order": 3981, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "ascenseur", + "hexcode": "1F6D7", + "tags": [ + "accessibilité", + "monte-personnes" + ], + "emoji": "🛗", + "text": "", + "type": 1, + "order": 3982, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "miroir", + "hexcode": "1FA9E", + "tags": [ + "glace", + "psyché", + "reflet" + ], + "emoji": "🪞", + "text": "", + "type": 1, + "order": 3983, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "fenêtre", + "hexcode": "1FA9F", + "tags": [ + "air frais", + "cadre", + "ouverture", + "transparent", + "vue" + ], + "emoji": "🪟", + "text": "", + "type": 1, + "order": 3984, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "lit", + "hexcode": "1F6CF", + "tags": [ + "dormir", + "hôtel" + ], + "emoji": "🛏️", + "text": "🛏︎", + "type": 0, + "order": 3986, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "canapé et lampe", + "hexcode": "1F6CB", + "tags": [ + "canapé", + "lampe" + ], + "emoji": "🛋️", + "text": "🛋︎", + "type": 0, + "order": 3988, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "chaise", + "hexcode": "1FA91", + "tags": [ + "assis", + "siège" + ], + "emoji": "🪑", + "text": "", + "type": 1, + "order": 3989, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "toilettes", + "hexcode": "1F6BD", + "tags": [ + "toilettes" + ], + "emoji": "🚽", + "text": "", + "type": 1, + "order": 3990, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "ventouse", + "hexcode": "1FAA0", + "tags": [ + "déboucheur", + "plombier", + "succion", + "toilettes" + ], + "emoji": "🪠", + "text": "", + "type": 1, + "order": 3991, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "douche", + "hexcode": "1F6BF", + "tags": [ + "eau" + ], + "emoji": "🚿", + "text": "", + "type": 1, + "order": 3992, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "baignoire", + "hexcode": "1F6C1", + "tags": [ + "bain" + ], + "emoji": "🛁", + "text": "", + "type": 1, + "order": 3993, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "tapette à souris", + "hexcode": "1FAA4", + "tags": [ + "appât", + "piège", + "piège à souris", + "tapette" + ], + "emoji": "🪤", + "text": "", + "type": 1, + "order": 3994, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "rasoir", + "hexcode": "1FA92", + "tags": [ + "coupant", + "lame", + "raser", + "tranchant" + ], + "emoji": "🪒", + "text": "", + "type": 1, + "order": 3995, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "bouteille de lotion", + "hexcode": "1F9F4", + "tags": [ + "crème hydratante", + "crème solaire", + "flacon", + "lotion", + "shampooing" + ], + "emoji": "🧴", + "text": "", + "type": 1, + "order": 3996, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "épingle de sûreté", + "hexcode": "1F9F7", + "tags": [ + "couche", + "lange", + "punk rock" + ], + "emoji": "🧷", + "text": "", + "type": 1, + "order": 3997, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "balai", + "hexcode": "1F9F9", + "tags": [ + "balayage", + "nettoyage", + "sorcière" + ], + "emoji": "🧹", + "text": "", + "type": 1, + "order": 3998, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "panier", + "hexcode": "1F9FA", + "tags": [ + "agriculture", + "linge", + "pique-nique" + ], + "emoji": "🧺", + "text": "", + "type": 1, + "order": 3999, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "rouleau de papier", + "hexcode": "1F9FB", + "tags": [ + "essuie-tout", + "papier hygiénique", + "papier toilette" + ], + "emoji": "🧻", + "text": "", + "type": 1, + "order": 4000, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "seau", + "hexcode": "1FAA3", + "tags": [ + "conteneur" + ], + "emoji": "🪣", + "text": "", + "type": 1, + "order": 4001, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "savon", + "hexcode": "1F9FC", + "tags": [ + "bain", + "lavage", + "mousse", + "pain de savon", + "porte-savon" + ], + "emoji": "🧼", + "text": "", + "type": 1, + "order": 4002, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "brosse à dents", + "hexcode": "1FAA5", + "tags": [ + "brosse", + "dentaire", + "dents", + "hygiène", + "laver", + "salle de bain" + ], + "emoji": "🪥", + "text": "", + "type": 1, + "order": 4003, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "éponge", + "hexcode": "1F9FD", + "tags": [ + "absorbante", + "nettoyage", + "poreuse" + ], + "emoji": "🧽", + "text": "", + "type": 1, + "order": 4004, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "extincteur", + "hexcode": "1F9EF", + "tags": [ + "feu", + "incendie", + "éteindre" + ], + "emoji": "🧯", + "text": "", + "type": 1, + "order": 4005, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "chariot", + "hexcode": "1F6D2", + "tags": [ + "panier", + "shopping" + ], + "emoji": "🛒", + "text": "", + "type": 1, + "order": 4006, + "group": 7, + "subgroup": 81, + "version": 3 + }, + { + "annotation": "cigarette", + "hexcode": "1F6AC", + "tags": [ + "fumeur" + ], + "emoji": "🚬", + "text": "", + "type": 1, + "order": 4007, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "cercueil", + "hexcode": "26B0", + "tags": [ + "mort" + ], + "emoji": "⚰️", + "text": "⚰︎", + "type": 0, + "order": 4009, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "pierre tombale", + "hexcode": "1FAA6", + "tags": [ + "cimetière", + "stèle", + "tombe" + ], + "emoji": "🪦", + "text": "", + "type": 1, + "order": 4010, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "urne funéraire", + "hexcode": "26B1", + "tags": [ + "urne" + ], + "emoji": "⚱️", + "text": "⚱︎", + "type": 0, + "order": 4012, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "moai", + "hexcode": "1F5FF", + "tags": [ + "statue" + ], + "emoji": "🗿", + "text": "", + "type": 1, + "order": 4013, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "pancarte", + "hexcode": "1FAA7", + "tags": [ + "grève", + "manifestation", + "panneau", + "protestation" + ], + "emoji": "🪧", + "text": "", + "type": 1, + "order": 4014, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "distributeur de billets", + "hexcode": "1F3E7", + "tags": [ + "argent", + "dab" + ], + "emoji": "🏧", + "text": "", + "type": 1, + "order": 4015, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "icône Poubelle", + "hexcode": "1F6AE", + "tags": [ + "icône poubelle", + "poubelle" + ], + "emoji": "🚮", + "text": "", + "type": 1, + "order": 4016, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "eau potable", + "hexcode": "1F6B0", + "tags": [ + "eau" + ], + "emoji": "🚰", + "text": "", + "type": 1, + "order": 4017, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "symbole Accès handicapés", + "hexcode": "267F", + "tags": [ + "accès handicapés", + "symbole accès handicapés" + ], + "emoji": "♿️", + "text": "♿︎", + "type": 1, + "order": 4018, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "symbole Toilettes hommes", + "hexcode": "1F6B9", + "tags": [ + "homme", + "symbole toilettes hommes", + "toilettes", + "wc" + ], + "emoji": "🚹️", + "text": "🚹︎", + "type": 1, + "order": 4019, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "symbole Toilettes femmes", + "hexcode": "1F6BA", + "tags": [ + "femme", + "symbole toilettes femmes", + "toilettes", + "wc" + ], + "emoji": "🚺️", + "text": "🚺︎", + "type": 1, + "order": 4020, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "panneau Toilettes", + "hexcode": "1F6BB", + "tags": [ + "panneau toilettes", + "toilettes", + "wc" + ], + "emoji": "🚻", + "text": "", + "type": 1, + "order": 4021, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "symbole Bébé", + "hexcode": "1F6BC", + "tags": [ + "bébé", + "espace de change", + "symbole bébé" + ], + "emoji": "🚼️", + "text": "🚼︎", + "type": 1, + "order": 4022, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "WC", + "hexcode": "1F6BE", + "tags": [ + "toilettes", + "wc" + ], + "emoji": "🚾", + "text": "", + "type": 1, + "order": 4023, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "contrôle des passeports", + "hexcode": "1F6C2", + "tags": [ + "contrôle", + "passeport" + ], + "emoji": "🛂", + "text": "", + "type": 1, + "order": 4024, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "douane", + "hexcode": "1F6C3", + "tags": [ + "douane" + ], + "emoji": "🛃", + "text": "", + "type": 1, + "order": 4025, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "retrait des bagages", + "hexcode": "1F6C4", + "tags": [ + "bagages" + ], + "emoji": "🛄", + "text": "", + "type": 1, + "order": 4026, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "consigne", + "hexcode": "1F6C5", + "tags": [ + "bagages" + ], + "emoji": "🛅", + "text": "", + "type": 1, + "order": 4027, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "symbole d’avertissement", + "hexcode": "26A0", + "tags": [ + "avertissement" + ], + "emoji": "⚠️", + "text": "⚠︎", + "type": 0, + "order": 4029, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "traversée d’enfants", + "hexcode": "1F6B8", + "tags": [ + "enfants", + "piétons", + "école" + ], + "emoji": "🚸", + "text": "", + "type": 1, + "order": 4030, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "sens interdit", + "hexcode": "26D4", + "tags": [ + "entrée interdite", + "interdiction", + "interdit" + ], + "emoji": "⛔️", + "text": "⛔︎", + "type": 1, + "order": 4031, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "symbole d’interdiction", + "hexcode": "1F6AB", + "tags": [ + "interdiction", + "interdit" + ], + "emoji": "🚫", + "text": "", + "type": 1, + "order": 4032, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "vélos interdits", + "hexcode": "1F6B3", + "tags": [ + "interdiction", + "interdit", + "vélo" + ], + "emoji": "🚳", + "text": "", + "type": 1, + "order": 4033, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "interdiction de fumer", + "hexcode": "1F6AD", + "tags": [ + "fumer", + "interdiction", + "interdit" + ], + "emoji": "🚭️", + "text": "🚭︎", + "type": 1, + "order": 4034, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "dépôt d’ordures interdit", + "hexcode": "1F6AF", + "tags": [ + "déchets", + "interdiction", + "interdit" + ], + "emoji": "🚯", + "text": "", + "type": 1, + "order": 4035, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "eau non potable", + "hexcode": "1F6B1", + "tags": [ + "eau" + ], + "emoji": "🚱", + "text": "", + "type": 1, + "order": 4036, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "interdit aux piétons", + "hexcode": "1F6B7", + "tags": [ + "interdiction", + "interdit" + ], + "emoji": "🚷", + "text": "", + "type": 1, + "order": 4037, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "téléphones portables interdits", + "hexcode": "1F4F5", + "tags": [ + "interdiction", + "interdit", + "portable", + "téléphone" + ], + "emoji": "📵", + "text": "", + "type": 1, + "order": 4038, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "18 ans et plus", + "hexcode": "1F51E", + "tags": [ + "dix-huit", + "interdiction", + "interdit", + "mineur" + ], + "emoji": "🔞", + "text": "", + "type": 1, + "order": 4039, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "radioactif", + "hexcode": "2622", + "tags": [ + "symbole" + ], + "emoji": "☢️", + "text": "☢︎", + "type": 0, + "order": 4041, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "danger biologique", + "hexcode": "2623", + "tags": [ + "danger", + "symbole" + ], + "emoji": "☣️", + "text": "☣︎", + "type": 0, + "order": 4043, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "flèche haut", + "hexcode": "2B06", + "tags": [ + "direction", + "flèche", + "nord" + ], + "emoji": "⬆️", + "text": "⬆︎", + "type": 0, + "order": 4045, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche haut droite", + "hexcode": "2197", + "tags": [ + "direction", + "flèche", + "nord-est" + ], + "emoji": "↗️", + "text": "↗︎", + "type": 0, + "order": 4047, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche droite", + "hexcode": "27A1", + "tags": [ + "direction", + "est", + "flèche" + ], + "emoji": "➡️", + "text": "➡︎", + "type": 0, + "order": 4049, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche bas droite", + "hexcode": "2198", + "tags": [ + "direction", + "flèche", + "sud-est" + ], + "emoji": "↘️", + "text": "↘︎", + "type": 0, + "order": 4051, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche bas", + "hexcode": "2B07", + "tags": [ + "direction", + "flèche", + "sud" + ], + "emoji": "⬇️", + "text": "⬇︎", + "type": 0, + "order": 4053, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche bas gauche", + "hexcode": "2199", + "tags": [ + "direction", + "flèche", + "sud-ouest" + ], + "emoji": "↙️", + "text": "↙︎", + "type": 0, + "order": 4055, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche gauche", + "hexcode": "2B05", + "tags": [ + "direction", + "flèche", + "ouest" + ], + "emoji": "⬅️", + "text": "⬅︎", + "type": 0, + "order": 4057, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche haut gauche", + "hexcode": "2196", + "tags": [ + "direction", + "flèche", + "nord-ouest" + ], + "emoji": "↖️", + "text": "↖︎", + "type": 0, + "order": 4059, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche haut bas", + "hexcode": "2195", + "tags": [ + "flèche" + ], + "emoji": "↕️", + "text": "↕︎", + "type": 0, + "order": 4061, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche gauche droite", + "hexcode": "2194", + "tags": [ + "flèche" + ], + "emoji": "↔️", + "text": "↔︎", + "type": 0, + "order": 4063, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche courbe gauche", + "hexcode": "21A9", + "tags": [ + "flèche" + ], + "emoji": "↩️", + "text": "↩︎", + "type": 0, + "order": 4065, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche courbe droite", + "hexcode": "21AA", + "tags": [ + "flèche" + ], + "emoji": "↪️", + "text": "↪︎", + "type": 0, + "order": 4067, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche courbe haut", + "hexcode": "2934", + "tags": [ + "flèche" + ], + "emoji": "⤴️", + "text": "⤴︎", + "type": 0, + "order": 4069, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche courbe bas", + "hexcode": "2935", + "tags": [ + "flèche" + ], + "emoji": "⤵️", + "text": "⤵︎", + "type": 0, + "order": 4071, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèches dans le sens horaire", + "hexcode": "1F503", + "tags": [ + "flèche", + "sens horaire", + "symbole recharger" + ], + "emoji": "🔃", + "text": "", + "type": 1, + "order": 4072, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèches dans le sens antihoraire", + "hexcode": "1F504", + "tags": [ + "flèche", + "sens antihoraire" + ], + "emoji": "🔄", + "text": "", + "type": 1, + "order": 4073, + "group": 8, + "subgroup": 85, + "version": 1 + }, + { + "annotation": "flèche Retour", + "hexcode": "1F519", + "tags": [ + "flèche", + "flèche retour" + ], + "emoji": "🔙", + "text": "", + "type": 1, + "order": 4074, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche Fin", + "hexcode": "1F51A", + "tags": [ + "flèche", + "flèche fin" + ], + "emoji": "🔚", + "text": "", + "type": 1, + "order": 4075, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche Activé", + "hexcode": "1F51B", + "tags": [ + "flèche", + "flèche activé" + ], + "emoji": "🔛", + "text": "", + "type": 1, + "order": 4076, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche Bientôt", + "hexcode": "1F51C", + "tags": [ + "flèche", + "flèche bientôt" + ], + "emoji": "🔜", + "text": "", + "type": 1, + "order": 4077, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "flèche En haut", + "hexcode": "1F51D", + "tags": [ + "flèche", + "flèche en haut" + ], + "emoji": "🔝", + "text": "", + "type": 1, + "order": 4078, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "lieu de culte", + "hexcode": "1F6D0", + "tags": [ + "culte", + "religion" + ], + "emoji": "🛐", + "text": "", + "type": 1, + "order": 4079, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "symbole de l’atome", + "hexcode": "269B", + "tags": [ + "athée", + "atome" + ], + "emoji": "⚛️", + "text": "⚛︎", + "type": 0, + "order": 4081, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "om", + "hexcode": "1F549", + "tags": [ + "hindou", + "religion" + ], + "emoji": "🕉️", + "text": "🕉︎", + "type": 0, + "order": 4083, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "étoile de David", + "hexcode": "2721", + "tags": [ + "david", + "juif", + "religion", + "étoile", + "étoile de david" + ], + "emoji": "✡️", + "text": "✡︎", + "type": 0, + "order": 4085, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "roue du Dharma", + "hexcode": "2638", + "tags": [ + "bouddhiste", + "dharma", + "religion", + "roue", + "roue du dharma" + ], + "emoji": "☸️", + "text": "☸︎", + "type": 0, + "order": 4087, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "yin yang", + "hexcode": "262F", + "tags": [ + "religion", + "tao", + "yang", + "yin" + ], + "emoji": "☯️", + "text": "☯︎", + "type": 0, + "order": 4089, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "croix latine", + "hexcode": "271D", + "tags": [ + "chrétien", + "croix", + "religion" + ], + "emoji": "✝️", + "text": "✝︎", + "type": 0, + "order": 4091, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "croix orthodoxe", + "hexcode": "2626", + "tags": [ + "chrétien", + "croix", + "religion" + ], + "emoji": "☦️", + "text": "☦︎", + "type": 0, + "order": 4093, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "lune et étoile", + "hexcode": "262A", + "tags": [ + "lune", + "musulman", + "religion", + "étoile" + ], + "emoji": "☪️", + "text": "☪︎", + "type": 0, + "order": 4095, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "symbole de paix", + "hexcode": "262E", + "tags": [ + "paix" + ], + "emoji": "☮️", + "text": "☮︎", + "type": 0, + "order": 4097, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "chandelier à sept branches", + "hexcode": "1F54E", + "tags": [ + "chandelier", + "menora", + "religion" + ], + "emoji": "🕎", + "text": "", + "type": 1, + "order": 4098, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "étoile à 6 branches", + "hexcode": "1F52F", + "tags": [ + "chance", + "étoile" + ], + "emoji": "🔯", + "text": "", + "type": 1, + "order": 4099, + "group": 8, + "subgroup": 86, + "version": 0.6 + }, + { + "annotation": "bélier zodiaque", + "hexcode": "2648", + "tags": [ + "zodiaque" + ], + "emoji": "♈️", + "text": "♈︎", + "type": 1, + "order": 4100, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "taureau", + "hexcode": "2649", + "tags": [ + "zodiaque" + ], + "emoji": "♉️", + "text": "♉︎", + "type": 1, + "order": 4101, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "gémeaux", + "hexcode": "264A", + "tags": [ + "zodiaque" + ], + "emoji": "♊️", + "text": "♊︎", + "type": 1, + "order": 4102, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "cancer", + "hexcode": "264B", + "tags": [ + "zodiaque" + ], + "emoji": "♋️", + "text": "♋︎", + "type": 1, + "order": 4103, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "lion", + "hexcode": "264C", + "tags": [ + "zodiaque" + ], + "emoji": "♌️", + "text": "♌︎", + "type": 1, + "order": 4104, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "vierge", + "hexcode": "264D", + "tags": [ + "zodiaque" + ], + "emoji": "♍️", + "text": "♍︎", + "type": 1, + "order": 4105, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "balance", + "hexcode": "264E", + "tags": [ + "zodiaque" + ], + "emoji": "♎️", + "text": "♎︎", + "type": 1, + "order": 4106, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "scorpion zodiaque", + "hexcode": "264F", + "tags": [ + "zodiaque" + ], + "emoji": "♏️", + "text": "♏︎", + "type": 1, + "order": 4107, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "sagittaire", + "hexcode": "2650", + "tags": [ + "zodiaque" + ], + "emoji": "♐️", + "text": "♐︎", + "type": 1, + "order": 4108, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "capricorne", + "hexcode": "2651", + "tags": [ + "zodiaque" + ], + "emoji": "♑️", + "text": "♑︎", + "type": 1, + "order": 4109, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "verseau", + "hexcode": "2652", + "tags": [ + "zodiaque" + ], + "emoji": "♒️", + "text": "♒︎", + "type": 1, + "order": 4110, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "poissons", + "hexcode": "2653", + "tags": [ + "zodiaque" + ], + "emoji": "♓️", + "text": "♓︎", + "type": 1, + "order": 4111, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "serpentaire", + "hexcode": "26CE", + "tags": [ + "ophiuchus", + "zodiaque" + ], + "emoji": "⛎", + "text": "", + "type": 1, + "order": 4112, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "bouton lecture aléatoire", + "hexcode": "1F500", + "tags": [ + "flèche", + "flèches croisées" + ], + "emoji": "🔀", + "text": "", + "type": 1, + "order": 4113, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "bouton répétition", + "hexcode": "1F501", + "tags": [ + "flèche", + "flèches en cercle", + "sens horaire" + ], + "emoji": "🔁", + "text": "", + "type": 1, + "order": 4114, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "bouton répétition de la piste", + "hexcode": "1F502", + "tags": [ + "flèche", + "flèches en cercle avec n°1", + "sens horaire" + ], + "emoji": "🔂", + "text": "", + "type": 1, + "order": 4115, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "bouton lecture", + "hexcode": "25B6", + "tags": [ + "flèche", + "lecture", + "triangle" + ], + "emoji": "▶️", + "text": "▶︎", + "type": 0, + "order": 4117, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "bouton avance rapide", + "hexcode": "23E9", + "tags": [ + "avance", + "avance rapide", + "double flèche" + ], + "emoji": "⏩️", + "text": "⏩︎", + "type": 1, + "order": 4118, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "bouton piste suivante", + "hexcode": "23ED", + "tags": [ + "piste suivante", + "scène suivante", + "suivant", + "triangle" + ], + "emoji": "⏭️", + "text": "⏭︎", + "type": 0, + "order": 4120, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "bouton lecture/pause", + "hexcode": "23EF", + "tags": [ + "flèche", + "lecture", + "pause", + "triangle" + ], + "emoji": "⏯️", + "text": "⏯︎", + "type": 0, + "order": 4122, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "bouton retour", + "hexcode": "25C0", + "tags": [ + "flèche", + "gauche", + "retour", + "triangle" + ], + "emoji": "◀️", + "text": "◀︎", + "type": 0, + "order": 4124, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "bouton retour rapide", + "hexcode": "23EA", + "tags": [ + "flèche", + "retour", + "retour rapide" + ], + "emoji": "⏪️", + "text": "⏪︎", + "type": 1, + "order": 4125, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "bouton piste précédente", + "hexcode": "23EE", + "tags": [ + "piste précédente", + "précédent", + "scène précédente", + "triangle" + ], + "emoji": "⏮️", + "text": "⏮︎", + "type": 0, + "order": 4127, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "petit triangle haut", + "hexcode": "1F53C", + "tags": [ + "flèche" + ], + "emoji": "🔼", + "text": "", + "type": 1, + "order": 4128, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "double flèche vers le haut", + "hexcode": "23EB", + "tags": [ + "flèche vers le haut" + ], + "emoji": "⏫", + "text": "", + "type": 1, + "order": 4129, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "petit triangle bas", + "hexcode": "1F53D", + "tags": [ + "flèche" + ], + "emoji": "🔽", + "text": "", + "type": 1, + "order": 4130, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "double flèche vers le bas", + "hexcode": "23EC", + "tags": [ + "bas", + "flèche vers le bas" + ], + "emoji": "⏬", + "text": "", + "type": 1, + "order": 4131, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "bouton pause", + "hexcode": "23F8", + "tags": [ + "pause" + ], + "emoji": "⏸️", + "text": "⏸︎", + "type": 0, + "order": 4133, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "bouton stop", + "hexcode": "23F9", + "tags": [ + "carré", + "stop" + ], + "emoji": "⏹️", + "text": "⏹︎", + "type": 0, + "order": 4135, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "bouton enregistrer", + "hexcode": "23FA", + "tags": [ + "cercle", + "enregistrer" + ], + "emoji": "⏺️", + "text": "⏺︎", + "type": 0, + "order": 4137, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "bouton éjecter", + "hexcode": "23CF", + "tags": [ + "éjecter" + ], + "emoji": "⏏️", + "text": "⏏︎", + "type": 0, + "order": 4139, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "cinéma", + "hexcode": "1F3A6", + "tags": [ + "caméra", + "film" + ], + "emoji": "🎦", + "text": "", + "type": 1, + "order": 4140, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "luminosité faible", + "hexcode": "1F505", + "tags": [ + "luminosité" + ], + "emoji": "🔅", + "text": "", + "type": 1, + "order": 4141, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "luminosité élevée", + "hexcode": "1F506", + "tags": [ + "luminosité" + ], + "emoji": "🔆", + "text": "", + "type": 1, + "order": 4142, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "barres de réseau", + "hexcode": "1F4F6", + "tags": [ + "portable", + "réseau", + "téléphone" + ], + "emoji": "📶", + "text": "", + "type": 1, + "order": 4143, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "mode vibreur", + "hexcode": "1F4F3", + "tags": [ + "portable", + "téléphone", + "vibreur" + ], + "emoji": "📳", + "text": "", + "type": 1, + "order": 4144, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "téléphone éteint", + "hexcode": "1F4F4", + "tags": [ + "portable", + "téléphone" + ], + "emoji": "📴", + "text": "", + "type": 1, + "order": 4145, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "symbole de la femme", + "hexcode": "2640", + "tags": [ + "femme" + ], + "emoji": "♀️", + "text": "♀︎", + "type": 0, + "order": 4147, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "symbole de l’homme", + "hexcode": "2642", + "tags": [ + "homme" + ], + "emoji": "♂️", + "text": "♂︎", + "type": 0, + "order": 4149, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "symbole de la communauté transgenre", + "hexcode": "26A7", + "tags": [ + "transgenre" + ], + "emoji": "⚧️", + "text": "⚧︎", + "type": 0, + "order": 4151, + "group": 8, + "subgroup": 89, + "version": 13 + }, + { + "annotation": "signe multiplier", + "hexcode": "2716", + "tags": [ + "*", + "annuler", + "multiplier", + "non", + "x", + "×" + ], + "emoji": "✖️", + "text": "✖︎", + "type": 0, + "order": 4153, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "plus", + "hexcode": "2795", + "tags": [ + "+", + "addition", + "arithmétique", + "mathématiques", + "signe plus" + ], + "emoji": "➕", + "text": "", + "type": 1, + "order": 4154, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "moins", + "hexcode": "2796", + "tags": [ + "-", + "arithmétique", + "mathématiques", + "signe moins", + "soustraction", + "−" + ], + "emoji": "➖", + "text": "", + "type": 1, + "order": 4155, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "signe diviser", + "hexcode": "2797", + "tags": [ + "diviser", + "division", + "mathématiques", + "signe", + "÷" + ], + "emoji": "➗", + "text": "", + "type": 1, + "order": 4156, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "infini", + "hexcode": "267E", + "tags": [ + "illimité", + "universel", + "éternité" + ], + "emoji": "♾️", + "text": "♾︎", + "type": 0, + "order": 4158, + "group": 8, + "subgroup": 90, + "version": 11 + }, + { + "annotation": "double point d’exclamation", + "hexcode": "203C", + "tags": [ + "!", + "!!", + "exclamation", + "point" + ], + "emoji": "‼️", + "text": "‼︎", + "type": 0, + "order": 4160, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "points d’exclamation et d’interrogation", + "hexcode": "2049", + "tags": [ + "!", + "!?", + "?", + "exclamation", + "point", + "points d’interrogation et d’exclamation", + "ponctuation", + "question" + ], + "emoji": "⁉️", + "text": "⁉︎", + "type": 0, + "order": 4162, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "point d’interrogation rouge", + "hexcode": "2753", + "tags": [ + "?", + "interrogation", + "point d’interrogation", + "ponctuation", + "question" + ], + "emoji": "❓️", + "text": "❓︎", + "type": 1, + "order": 4163, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "point d’interrogation blanc", + "hexcode": "2754", + "tags": [ + "?", + "interrogation", + "ponctuation", + "question" + ], + "emoji": "❔", + "text": "", + "type": 1, + "order": 4164, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "point d’exclamation blanc", + "hexcode": "2755", + "tags": [ + "!", + "exclamation", + "ponctuation" + ], + "emoji": "❕", + "text": "", + "type": 1, + "order": 4165, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "point d’exclamation rouge", + "hexcode": "2757", + "tags": [ + "!", + "exclamation", + "point d’exclamation", + "ponctuation" + ], + "emoji": "❗️", + "text": "❗︎", + "type": 1, + "order": 4166, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "ligne ondulée", + "hexcode": "3030", + "tags": [ + "ponctuation", + "trait d’union ondulé", + "vague" + ], + "emoji": "〰️", + "text": "〰︎", + "type": 0, + "order": 4168, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "conversion de devise", + "hexcode": "1F4B1", + "tags": [ + "argent", + "banque", + "change", + "conversion", + "devise" + ], + "emoji": "💱", + "text": "", + "type": 1, + "order": 4169, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "symbole dollar", + "hexcode": "1F4B2", + "tags": [ + "argent", + "dollar" + ], + "emoji": "💲", + "text": "", + "type": 1, + "order": 4170, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "caducée", + "hexcode": "2695", + "tags": [ + "médecine", + "personnel" + ], + "emoji": "⚕️", + "text": "⚕︎", + "type": 0, + "order": 4172, + "group": 8, + "subgroup": 93, + "version": 4 + }, + { + "annotation": "symbole Recyclage", + "hexcode": "267B", + "tags": [ + "recyclage", + "symbole recyclage" + ], + "emoji": "♻️", + "text": "♻︎", + "type": 0, + "order": 4174, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "fleur de lys", + "hexcode": "269C", + "tags": [ + "fleur de lys" + ], + "emoji": "⚜️", + "text": "⚜︎", + "type": 0, + "order": 4176, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "trident", + "hexcode": "1F531", + "tags": [ + "ancre", + "bateau" + ], + "emoji": "🔱", + "text": "", + "type": 1, + "order": 4177, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "badge nominatif", + "hexcode": "1F4DB", + "tags": [ + "badge", + "nom" + ], + "emoji": "📛", + "text": "", + "type": 1, + "order": 4178, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "symbole japonais de débutant", + "hexcode": "1F530", + "tags": [ + "débutant" + ], + "emoji": "🔰", + "text": "", + "type": 1, + "order": 4179, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "cercle rouge", + "hexcode": "2B55", + "tags": [ + "0", + "anneau", + "cercle", + "o", + "rouge" + ], + "emoji": "⭕️", + "text": "⭕︎", + "type": 1, + "order": 4180, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "bouton coché", + "hexcode": "2705", + "tags": [ + "carré", + "coche", + "marque", + "oui", + "sélection", + "✓" + ], + "emoji": "✅", + "text": "", + "type": 1, + "order": 4181, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "case cochée", + "hexcode": "2611", + "tags": [ + "bouton", + "carré", + "coche", + "oui", + "sélection", + "✓" + ], + "emoji": "☑️", + "text": "☑︎", + "type": 0, + "order": 4183, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "coche", + "hexcode": "2714", + "tags": [ + "oui", + "sélection", + "✓" + ], + "emoji": "✔️", + "text": "✔︎", + "type": 0, + "order": 4185, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "croix", + "hexcode": "274C", + "tags": [ + "annuler", + "multiplication", + "multiplier", + "x", + "×" + ], + "emoji": "❌", + "text": "", + "type": 1, + "order": 4186, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "bouton croix", + "hexcode": "274E", + "tags": [ + "croix", + "x", + "×" + ], + "emoji": "❎", + "text": "", + "type": 1, + "order": 4187, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "boucle", + "hexcode": "27B0", + "tags": [ + "bouclette" + ], + "emoji": "➰", + "text": "", + "type": 1, + "order": 4188, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "double boucle", + "hexcode": "27BF", + "tags": [ + "boucle" + ], + "emoji": "➿", + "text": "", + "type": 1, + "order": 4189, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "alternance", + "hexcode": "303D", + "tags": [ + "symbole" + ], + "emoji": "〽️", + "text": "〽︎", + "type": 0, + "order": 4191, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "astérisque huit branches", + "hexcode": "2733", + "tags": [ + "*", + "astérisque", + "huit", + "étoile" + ], + "emoji": "✳️", + "text": "✳︎", + "type": 0, + "order": 4193, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "étoile huit branches", + "hexcode": "2734", + "tags": [ + "*", + "astérisque", + "huit", + "étoile" + ], + "emoji": "✴️", + "text": "✴︎", + "type": 0, + "order": 4195, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "éclat", + "hexcode": "2747", + "tags": [ + "*", + "briller", + "scintiller", + "étinceler" + ], + "emoji": "❇️", + "text": "❇︎", + "type": 0, + "order": 4197, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "symbole copyright", + "hexcode": "00A9", + "tags": [ + "c", + "copyright", + "©" + ], + "emoji": "©️", + "text": "©︎", + "type": 0, + "order": 4199, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "marque déposée", + "hexcode": "00AE", + "tags": [ + "marque commerciale", + "r", + "®" + ], + "emoji": "®️", + "text": "®︎", + "type": 0, + "order": 4201, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "marque commerciale déposée", + "hexcode": "2122", + "tags": [ + "marque déposée" + ], + "emoji": "™️", + "text": "™︎", + "type": 0, + "order": 4203, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "touches : #", + "hexcode": "0023-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "#️⃣", + "text": "", + "type": 1, + "order": 4204, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : *", + "hexcode": "002A-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "*️⃣", + "text": "", + "type": 1, + "order": 4206, + "group": 8, + "subgroup": 94, + "version": 2 + }, + { + "annotation": "touches : 0", + "hexcode": "0030-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "0️⃣", + "text": "", + "type": 1, + "order": 4208, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 1", + "hexcode": "0031-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "1️⃣", + "text": "", + "type": 1, + "order": 4210, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 2", + "hexcode": "0032-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "2️⃣", + "text": "", + "type": 1, + "order": 4212, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 3", + "hexcode": "0033-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "3️⃣", + "text": "", + "type": 1, + "order": 4214, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 4", + "hexcode": "0034-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "4️⃣", + "text": "", + "type": 1, + "order": 4216, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 5", + "hexcode": "0035-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "5️⃣", + "text": "", + "type": 1, + "order": 4218, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 6", + "hexcode": "0036-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "6️⃣", + "text": "", + "type": 1, + "order": 4220, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 7", + "hexcode": "0037-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "7️⃣", + "text": "", + "type": 1, + "order": 4222, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 8", + "hexcode": "0038-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "8️⃣", + "text": "", + "type": 1, + "order": 4224, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 9", + "hexcode": "0039-FE0F-20E3", + "tags": [ + "touches" + ], + "emoji": "9️⃣", + "text": "", + "type": 1, + "order": 4226, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "touches : 10", + "hexcode": "1F51F", + "tags": [ + "touches" + ], + "emoji": "🔟", + "text": "", + "type": 1, + "order": 4228, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "majuscules", + "hexcode": "1F520", + "tags": [ + "lettres", + "lettres latines", + "saisie" + ], + "emoji": "🔠", + "text": "", + "type": 1, + "order": 4229, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "minuscules", + "hexcode": "1F521", + "tags": [ + "lettres", + "lettres latines", + "saisie" + ], + "emoji": "🔡", + "text": "", + "type": 1, + "order": 4230, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "saisie de chiffres", + "hexcode": "1F522", + "tags": [ + "1234", + "chiffres", + "saisie" + ], + "emoji": "🔢", + "text": "", + "type": 1, + "order": 4231, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "saisie de symboles", + "hexcode": "1F523", + "tags": [ + "saisie", + "symboles" + ], + "emoji": "🔣", + "text": "", + "type": 1, + "order": 4232, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "alphabet latin", + "hexcode": "1F524", + "tags": [ + "alphabet", + "lettres", + "saisie" + ], + "emoji": "🔤", + "text": "", + "type": 1, + "order": 4233, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "groupe sanguin A", + "hexcode": "1F170", + "tags": [ + "a", + "groupe sanguin", + "groupe sanguin a" + ], + "emoji": "🅰️", + "text": "🅰︎", + "type": 0, + "order": 4235, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "groupe sanguin AB", + "hexcode": "1F18E", + "tags": [ + "ab", + "groupe sanguin", + "groupe sanguin ab" + ], + "emoji": "🆎", + "text": "", + "type": 1, + "order": 4236, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "groupe sanguin B", + "hexcode": "1F171", + "tags": [ + "b", + "groupe sanguin", + "groupe sanguin b" + ], + "emoji": "🅱️", + "text": "🅱︎", + "type": 0, + "order": 4238, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Effacer", + "hexcode": "1F191", + "tags": [ + "bouton effacer", + "effacer" + ], + "emoji": "🆑", + "text": "", + "type": 1, + "order": 4239, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Cool", + "hexcode": "1F192", + "tags": [ + "bouton cool", + "cool" + ], + "emoji": "🆒", + "text": "", + "type": 1, + "order": 4240, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Gratuit", + "hexcode": "1F193", + "tags": [ + "bouton gratuit", + "gratuit" + ], + "emoji": "🆓", + "text": "", + "type": 1, + "order": 4241, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "source d’informations", + "hexcode": "2139", + "tags": [ + "i", + "informations" + ], + "emoji": "ℹ️", + "text": "ℹ︎", + "type": 0, + "order": 4243, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Identifiant", + "hexcode": "1F194", + "tags": [ + "bouton identifiant", + "identifiant" + ], + "emoji": "🆔", + "text": "", + "type": 1, + "order": 4244, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "m encerclé", + "hexcode": "24C2", + "tags": [ + "cercle", + "m" + ], + "emoji": "Ⓜ️", + "text": "Ⓜ︎", + "type": 0, + "order": 4246, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Nouveau", + "hexcode": "1F195", + "tags": [ + "bouton nouveau", + "nouveau" + ], + "emoji": "🆕", + "text": "", + "type": 1, + "order": 4247, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Pas bien", + "hexcode": "1F196", + "tags": [ + "bouton pas bien", + "interdit", + "mauvais" + ], + "emoji": "🆖", + "text": "", + "type": 1, + "order": 4248, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "groupe sanguin O", + "hexcode": "1F17E", + "tags": [ + "groupe sanguin", + "groupe sanguin o", + "o" + ], + "emoji": "🅾️", + "text": "🅾︎", + "type": 0, + "order": 4250, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton OK", + "hexcode": "1F197", + "tags": [ + "bouton ok", + "ok" + ], + "emoji": "🆗", + "text": "", + "type": 1, + "order": 4251, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton P", + "hexcode": "1F17F", + "tags": [ + "bouton p", + "parking" + ], + "emoji": "🅿️", + "text": "🅿︎", + "type": 0, + "order": 4253, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton SOS", + "hexcode": "1F198", + "tags": [ + "bouton sos", + "sos" + ], + "emoji": "🆘", + "text": "", + "type": 1, + "order": 4254, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton Vers le haut", + "hexcode": "1F199", + "tags": [ + "bouton vers le haut", + "nouveau", + "nouveauté" + ], + "emoji": "🆙", + "text": "", + "type": 1, + "order": 4255, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton VS", + "hexcode": "1F19A", + "tags": [ + "bouton vs", + "contre", + "versus", + "vs" + ], + "emoji": "🆚", + "text": "", + "type": 1, + "order": 4256, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton ici en japonais", + "hexcode": "1F201", + "tags": [ + "ici", + "japonais" + ], + "emoji": "🈁", + "text": "", + "type": 1, + "order": 4257, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton frais de service en japonais", + "hexcode": "1F202", + "tags": [ + "frais de service", + "japonais" + ], + "emoji": "🈂️", + "text": "🈂︎", + "type": 0, + "order": 4259, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton montant mensuel en japonais", + "hexcode": "1F237", + "tags": [ + "japonais", + "montant mensuel" + ], + "emoji": "🈷️", + "text": "🈷︎", + "type": 0, + "order": 4261, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton pas gratuit en japonais", + "hexcode": "1F236", + "tags": [ + "japonais", + "pas gratuit", + "payant" + ], + "emoji": "🈶", + "text": "", + "type": 1, + "order": 4262, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton réservé en japonais", + "hexcode": "1F22F", + "tags": [ + "japonais", + "réservé" + ], + "emoji": "🈯️", + "text": "🈯︎", + "type": 1, + "order": 4263, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton bonne affaire en japonais", + "hexcode": "1F250", + "tags": [ + "bonne affaire", + "japonais" + ], + "emoji": "🉐", + "text": "", + "type": 1, + "order": 4264, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton réduction en japonais", + "hexcode": "1F239", + "tags": [ + "japonais", + "rabais", + "réduction" + ], + "emoji": "🈹", + "text": "", + "type": 1, + "order": 4265, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton gratuit en japonais", + "hexcode": "1F21A", + "tags": [ + "gratuit", + "japonais" + ], + "emoji": "🈚️", + "text": "🈚︎", + "type": 1, + "order": 4266, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton interdit en japonais", + "hexcode": "1F232", + "tags": [ + "japonais" + ], + "emoji": "🈲", + "text": "", + "type": 1, + "order": 4267, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton accepter en japonais", + "hexcode": "1F251", + "tags": [ + "accepter", + "japonais" + ], + "emoji": "🉑", + "text": "", + "type": 1, + "order": 4268, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton application en japonais", + "hexcode": "1F238", + "tags": [ + "application", + "japonais" + ], + "emoji": "🈸", + "text": "", + "type": 1, + "order": 4269, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton note pour réussir en japonais", + "hexcode": "1F234", + "tags": [ + "japonais", + "note pour réussir" + ], + "emoji": "🈴", + "text": "", + "type": 1, + "order": 4270, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton chambres disponibles en japonais", + "hexcode": "1F233", + "tags": [ + "chambres disponibles", + "japonais" + ], + "emoji": "🈳", + "text": "", + "type": 1, + "order": 4271, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton félicitations en japonais", + "hexcode": "3297", + "tags": [ + "félicitations", + "japonais" + ], + "emoji": "㊗️", + "text": "㊗︎", + "type": 0, + "order": 4273, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton secret en japonais", + "hexcode": "3299", + "tags": [ + "japonais", + "secret" + ], + "emoji": "㊙️", + "text": "㊙︎", + "type": 0, + "order": 4275, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton ouvert pour affaires en japonais", + "hexcode": "1F23A", + "tags": [ + "japonais", + "ouvert pour affaires" + ], + "emoji": "🈺", + "text": "", + "type": 1, + "order": 4276, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "bouton complet en japonais", + "hexcode": "1F235", + "tags": [ + "complet", + "japonais" + ], + "emoji": "🈵", + "text": "", + "type": 1, + "order": 4277, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "disque rouge", + "hexcode": "1F534", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "rond", + "rouge" + ], + "emoji": "🔴", + "text": "", + "type": 1, + "order": 4278, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "disque orange", + "hexcode": "1F7E0", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "orange", + "rond" + ], + "emoji": "🟠", + "text": "", + "type": 1, + "order": 4279, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "disque jaune", + "hexcode": "1F7E1", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "jaune", + "rond" + ], + "emoji": "🟡", + "text": "", + "type": 1, + "order": 4280, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "disque vert", + "hexcode": "1F7E2", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "rond", + "vert" + ], + "emoji": "🟢", + "text": "", + "type": 1, + "order": 4281, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "disque bleu", + "hexcode": "1F535", + "tags": [ + "bleu", + "cercle", + "forme géométrique", + "géométrie", + "rond" + ], + "emoji": "🔵", + "text": "", + "type": 1, + "order": 4282, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "disque violet", + "hexcode": "1F7E3", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "rond", + "violet" + ], + "emoji": "🟣", + "text": "", + "type": 1, + "order": 4283, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "disque marron", + "hexcode": "1F7E4", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "marron", + "rond" + ], + "emoji": "🟤", + "text": "", + "type": 1, + "order": 4284, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "disque noir", + "hexcode": "26AB", + "tags": [ + "cercle", + "forme géométrique", + "géométrie", + "noir", + "rond" + ], + "emoji": "⚫️", + "text": "⚫︎", + "type": 1, + "order": 4285, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "disque blanc", + "hexcode": "26AA", + "tags": [ + "blanc", + "cercle", + "forme géométrique", + "géométrie", + "rond" + ], + "emoji": "⚪️", + "text": "⚪︎", + "type": 1, + "order": 4286, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré rouge", + "hexcode": "1F7E5", + "tags": [ + "forme géométrique", + "géométrie", + "rouge" + ], + "emoji": "🟥", + "text": "", + "type": 1, + "order": 4287, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré orange", + "hexcode": "1F7E7", + "tags": [ + "forme géométrique", + "géométrie", + "orange" + ], + "emoji": "🟧", + "text": "", + "type": 1, + "order": 4288, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré jaune", + "hexcode": "1F7E8", + "tags": [ + "forme géométrique", + "géométrie", + "jaune" + ], + "emoji": "🟨", + "text": "", + "type": 1, + "order": 4289, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré vert", + "hexcode": "1F7E9", + "tags": [ + "forme géométrique", + "géométrie", + "vert" + ], + "emoji": "🟩", + "text": "", + "type": 1, + "order": 4290, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré bleu", + "hexcode": "1F7E6", + "tags": [ + "bleu", + "forme géométrique", + "géométrie" + ], + "emoji": "🟦", + "text": "", + "type": 1, + "order": 4291, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré violet", + "hexcode": "1F7EA", + "tags": [ + "forme géométrique", + "géométrie", + "violet" + ], + "emoji": "🟪", + "text": "", + "type": 1, + "order": 4292, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "carré marron", + "hexcode": "1F7EB", + "tags": [ + "forme géométrique", + "géométrie", + "marron" + ], + "emoji": "🟫", + "text": "", + "type": 1, + "order": 4293, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "grand carré noir", + "hexcode": "2B1B", + "tags": [ + "carré", + "forme géométrique" + ], + "emoji": "⬛️", + "text": "⬛︎", + "type": 1, + "order": 4294, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "grand carré blanc", + "hexcode": "2B1C", + "tags": [ + "forme", + "géométrie" + ], + "emoji": "⬜️", + "text": "⬜︎", + "type": 1, + "order": 4295, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré moyen noir", + "hexcode": "25FC", + "tags": [ + "carré", + "forme géométrique" + ], + "emoji": "◼️", + "text": "◼︎", + "type": 0, + "order": 4297, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré moyen blanc", + "hexcode": "25FB", + "tags": [ + "carré", + "forme géométrique" + ], + "emoji": "◻️", + "text": "◻︎", + "type": 0, + "order": 4299, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré petit moyen noir", + "hexcode": "25FE", + "tags": [ + "carré", + "forme", + "géométrie" + ], + "emoji": "◾️", + "text": "◾︎", + "type": 1, + "order": 4300, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré petit moyen blanc", + "hexcode": "25FD", + "tags": [ + "carré", + "forme", + "géométrie" + ], + "emoji": "◽️", + "text": "◽︎", + "type": 1, + "order": 4301, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "petit carré noir", + "hexcode": "25AA", + "tags": [ + "carré", + "forme géométrique" + ], + "emoji": "▪️", + "text": "▪︎", + "type": 0, + "order": 4303, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "petit carré blanc", + "hexcode": "25AB", + "tags": [ + "carré", + "forme géométrique" + ], + "emoji": "▫️", + "text": "▫︎", + "type": 0, + "order": 4305, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "grand losange orange", + "hexcode": "1F536", + "tags": [ + "forme géométrique", + "losange" + ], + "emoji": "🔶", + "text": "", + "type": 1, + "order": 4306, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "grand losange bleu", + "hexcode": "1F537", + "tags": [ + "forme géométrique", + "grand losange orange", + "losange" + ], + "emoji": "🔷", + "text": "", + "type": 1, + "order": 4307, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "petit losange orange", + "hexcode": "1F538", + "tags": [ + "forme géométrique", + "losange" + ], + "emoji": "🔸", + "text": "", + "type": 1, + "order": 4308, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "petit losange bleu", + "hexcode": "1F539", + "tags": [ + "forme géométrique", + "losange" + ], + "emoji": "🔹", + "text": "", + "type": 1, + "order": 4309, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "triangle rouge pointant vers le haut", + "hexcode": "1F53A", + "tags": [ + "forme géométrique", + "rouge" + ], + "emoji": "🔺", + "text": "", + "type": 1, + "order": 4310, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "triangle rouge pointant vers le bas", + "hexcode": "1F53B", + "tags": [ + "flèche", + "forme", + "géométrie" + ], + "emoji": "🔻", + "text": "", + "type": 1, + "order": 4311, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "diamant avec un point", + "hexcode": "1F4A0", + "tags": [ + "dessin", + "diamant", + "géométrique", + "intérieur" + ], + "emoji": "💠", + "text": "", + "type": 1, + "order": 4312, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "bouton radio", + "hexcode": "1F518", + "tags": [ + "bouton", + "forme", + "géométrie", + "radio" + ], + "emoji": "🔘", + "text": "", + "type": 1, + "order": 4313, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré blanc", + "hexcode": "1F533", + "tags": [ + "bouton", + "carré", + "forme", + "géométrie" + ], + "emoji": "🔳", + "text": "", + "type": 1, + "order": 4314, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "carré noir", + "hexcode": "1F532", + "tags": [ + "bouton", + "carré", + "forme", + "géométrie" + ], + "emoji": "🔲", + "text": "", + "type": 1, + "order": 4315, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "drapeau à damier", + "hexcode": "1F3C1", + "tags": [ + "drapeau" + ], + "emoji": "🏁", + "text": "", + "type": 1, + "order": 4316, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "drapeau triangulaire", + "hexcode": "1F6A9", + "tags": [ + "drapeau", + "fanion" + ], + "emoji": "🚩", + "text": "", + "type": 1, + "order": 4317, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "drapeaux croisés", + "hexcode": "1F38C", + "tags": [ + "drapeaux" + ], + "emoji": "🎌", + "text": "", + "type": 1, + "order": 4318, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "drapeau noir", + "hexcode": "1F3F4", + "tags": [ + "drapeau" + ], + "emoji": "🏴", + "text": "", + "type": 1, + "order": 4319, + "group": 9, + "subgroup": 97, + "version": 1 + }, + { + "annotation": "drapeau blanc", + "hexcode": "1F3F3", + "tags": [ + "drapeau" + ], + "emoji": "🏳️", + "text": "🏳︎", + "type": 0, + "order": 4321, + "group": 9, + "subgroup": 97, + "version": 0.7 + }, + { + "annotation": "drapeau arc-en-ciel", + "hexcode": "1F3F3-FE0F-200D-1F308", + "tags": [ + "arc-en-ciel", + "drapeau" + ], + "emoji": "🏳️‍🌈", + "text": "", + "type": 1, + "order": 4322, + "group": 9, + "subgroup": 97, + "version": 4 + }, + { + "annotation": "drapeau transgenre", + "hexcode": "1F3F3-FE0F-200D-26A7-FE0F", + "tags": [ + "blanc", + "bleu clair", + "rose", + "transgenre" + ], + "emoji": "🏳️‍⚧️", + "text": "", + "type": 1, + "order": 4324, + "group": 9, + "subgroup": 97, + "version": 13 + }, + { + "annotation": "drapeau de pirate", + "hexcode": "1F3F4-200D-2620-FE0F", + "tags": [ + "pillage", + "piller", + "pirate", + "trésor" + ], + "emoji": "🏴‍☠️", + "text": "", + "type": 1, + "order": 4328, + "group": 9, + "subgroup": 97, + "version": 11 + }, + { + "annotation": "drapeau : Île de l’Ascension", + "hexcode": "1F1E6-1F1E8", + "tags": [ + "AC", + "drapeau" + ], + "emoji": "🇦🇨", + "text": "", + "type": 1, + "order": 4330, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Andorre", + "hexcode": "1F1E6-1F1E9", + "tags": [ + "AD", + "drapeau" + ], + "emoji": "🇦🇩", + "text": "", + "type": 1, + "order": 4331, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Émirats arabes unis", + "hexcode": "1F1E6-1F1EA", + "tags": [ + "AE", + "drapeau" + ], + "emoji": "🇦🇪", + "text": "", + "type": 1, + "order": 4332, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Afghanistan", + "hexcode": "1F1E6-1F1EB", + "tags": [ + "AF", + "drapeau" + ], + "emoji": "🇦🇫", + "text": "", + "type": 1, + "order": 4333, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Antigua-et-Barbuda", + "hexcode": "1F1E6-1F1EC", + "tags": [ + "AG", + "drapeau" + ], + "emoji": "🇦🇬", + "text": "", + "type": 1, + "order": 4334, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Anguilla", + "hexcode": "1F1E6-1F1EE", + "tags": [ + "AI", + "drapeau" + ], + "emoji": "🇦🇮", + "text": "", + "type": 1, + "order": 4335, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Albanie", + "hexcode": "1F1E6-1F1F1", + "tags": [ + "AL", + "drapeau" + ], + "emoji": "🇦🇱", + "text": "", + "type": 1, + "order": 4336, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Arménie", + "hexcode": "1F1E6-1F1F2", + "tags": [ + "AM", + "drapeau" + ], + "emoji": "🇦🇲", + "text": "", + "type": 1, + "order": 4337, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Angola", + "hexcode": "1F1E6-1F1F4", + "tags": [ + "AO", + "drapeau" + ], + "emoji": "🇦🇴", + "text": "", + "type": 1, + "order": 4338, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Antarctique", + "hexcode": "1F1E6-1F1F6", + "tags": [ + "AQ", + "drapeau" + ], + "emoji": "🇦🇶", + "text": "", + "type": 1, + "order": 4339, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Argentine", + "hexcode": "1F1E6-1F1F7", + "tags": [ + "AR", + "drapeau" + ], + "emoji": "🇦🇷", + "text": "", + "type": 1, + "order": 4340, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Samoa américaines", + "hexcode": "1F1E6-1F1F8", + "tags": [ + "AS", + "drapeau" + ], + "emoji": "🇦🇸", + "text": "", + "type": 1, + "order": 4341, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Autriche", + "hexcode": "1F1E6-1F1F9", + "tags": [ + "AT", + "drapeau" + ], + "emoji": "🇦🇹", + "text": "", + "type": 1, + "order": 4342, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Australie", + "hexcode": "1F1E6-1F1FA", + "tags": [ + "AU", + "drapeau" + ], + "emoji": "🇦🇺", + "text": "", + "type": 1, + "order": 4343, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Aruba", + "hexcode": "1F1E6-1F1FC", + "tags": [ + "AW", + "drapeau" + ], + "emoji": "🇦🇼", + "text": "", + "type": 1, + "order": 4344, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Åland", + "hexcode": "1F1E6-1F1FD", + "tags": [ + "AX", + "drapeau" + ], + "emoji": "🇦🇽", + "text": "", + "type": 1, + "order": 4345, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Azerbaïdjan", + "hexcode": "1F1E6-1F1FF", + "tags": [ + "AZ", + "drapeau" + ], + "emoji": "🇦🇿", + "text": "", + "type": 1, + "order": 4346, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bosnie-Herzégovine", + "hexcode": "1F1E7-1F1E6", + "tags": [ + "BA", + "drapeau" + ], + "emoji": "🇧🇦", + "text": "", + "type": 1, + "order": 4347, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Barbade", + "hexcode": "1F1E7-1F1E7", + "tags": [ + "BB", + "drapeau" + ], + "emoji": "🇧🇧", + "text": "", + "type": 1, + "order": 4348, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bangladesh", + "hexcode": "1F1E7-1F1E9", + "tags": [ + "BD", + "drapeau" + ], + "emoji": "🇧🇩", + "text": "", + "type": 1, + "order": 4349, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Belgique", + "hexcode": "1F1E7-1F1EA", + "tags": [ + "BE", + "drapeau" + ], + "emoji": "🇧🇪", + "text": "", + "type": 1, + "order": 4350, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Burkina Faso", + "hexcode": "1F1E7-1F1EB", + "tags": [ + "BF", + "drapeau" + ], + "emoji": "🇧🇫", + "text": "", + "type": 1, + "order": 4351, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bulgarie", + "hexcode": "1F1E7-1F1EC", + "tags": [ + "BG", + "drapeau" + ], + "emoji": "🇧🇬", + "text": "", + "type": 1, + "order": 4352, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bahreïn", + "hexcode": "1F1E7-1F1ED", + "tags": [ + "BH", + "drapeau" + ], + "emoji": "🇧🇭", + "text": "", + "type": 1, + "order": 4353, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Burundi", + "hexcode": "1F1E7-1F1EE", + "tags": [ + "BI", + "drapeau" + ], + "emoji": "🇧🇮", + "text": "", + "type": 1, + "order": 4354, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bénin", + "hexcode": "1F1E7-1F1EF", + "tags": [ + "BJ", + "drapeau" + ], + "emoji": "🇧🇯", + "text": "", + "type": 1, + "order": 4355, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Barthélemy", + "hexcode": "1F1E7-1F1F1", + "tags": [ + "BL", + "drapeau" + ], + "emoji": "🇧🇱", + "text": "", + "type": 1, + "order": 4356, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bermudes", + "hexcode": "1F1E7-1F1F2", + "tags": [ + "BM", + "drapeau" + ], + "emoji": "🇧🇲", + "text": "", + "type": 1, + "order": 4357, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Brunei", + "hexcode": "1F1E7-1F1F3", + "tags": [ + "BN", + "drapeau" + ], + "emoji": "🇧🇳", + "text": "", + "type": 1, + "order": 4358, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bolivie", + "hexcode": "1F1E7-1F1F4", + "tags": [ + "BO", + "drapeau" + ], + "emoji": "🇧🇴", + "text": "", + "type": 1, + "order": 4359, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Pays-Bas caribéens", + "hexcode": "1F1E7-1F1F6", + "tags": [ + "BQ", + "drapeau" + ], + "emoji": "🇧🇶", + "text": "", + "type": 1, + "order": 4360, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Brésil", + "hexcode": "1F1E7-1F1F7", + "tags": [ + "BR", + "drapeau" + ], + "emoji": "🇧🇷", + "text": "", + "type": 1, + "order": 4361, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bahamas", + "hexcode": "1F1E7-1F1F8", + "tags": [ + "BS", + "drapeau" + ], + "emoji": "🇧🇸", + "text": "", + "type": 1, + "order": 4362, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Bhoutan", + "hexcode": "1F1E7-1F1F9", + "tags": [ + "BT", + "drapeau" + ], + "emoji": "🇧🇹", + "text": "", + "type": 1, + "order": 4363, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Île Bouvet", + "hexcode": "1F1E7-1F1FB", + "tags": [ + "BV", + "drapeau" + ], + "emoji": "🇧🇻", + "text": "", + "type": 1, + "order": 4364, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Botswana", + "hexcode": "1F1E7-1F1FC", + "tags": [ + "BW", + "drapeau" + ], + "emoji": "🇧🇼", + "text": "", + "type": 1, + "order": 4365, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Biélorussie", + "hexcode": "1F1E7-1F1FE", + "tags": [ + "BY", + "drapeau" + ], + "emoji": "🇧🇾", + "text": "", + "type": 1, + "order": 4366, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Belize", + "hexcode": "1F1E7-1F1FF", + "tags": [ + "BZ", + "drapeau" + ], + "emoji": "🇧🇿", + "text": "", + "type": 1, + "order": 4367, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Canada", + "hexcode": "1F1E8-1F1E6", + "tags": [ + "CA", + "drapeau" + ], + "emoji": "🇨🇦", + "text": "", + "type": 1, + "order": 4368, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Cocos", + "hexcode": "1F1E8-1F1E8", + "tags": [ + "CC", + "drapeau" + ], + "emoji": "🇨🇨", + "text": "", + "type": 1, + "order": 4369, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Congo-Kinshasa", + "hexcode": "1F1E8-1F1E9", + "tags": [ + "CD", + "drapeau" + ], + "emoji": "🇨🇩", + "text": "", + "type": 1, + "order": 4370, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : République centrafricaine", + "hexcode": "1F1E8-1F1EB", + "tags": [ + "CF", + "drapeau" + ], + "emoji": "🇨🇫", + "text": "", + "type": 1, + "order": 4371, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Congo-Brazzaville", + "hexcode": "1F1E8-1F1EC", + "tags": [ + "CG", + "drapeau" + ], + "emoji": "🇨🇬", + "text": "", + "type": 1, + "order": 4372, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Suisse", + "hexcode": "1F1E8-1F1ED", + "tags": [ + "CH", + "drapeau" + ], + "emoji": "🇨🇭", + "text": "", + "type": 1, + "order": 4373, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Côte d’Ivoire", + "hexcode": "1F1E8-1F1EE", + "tags": [ + "CI", + "drapeau" + ], + "emoji": "🇨🇮", + "text": "", + "type": 1, + "order": 4374, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Cook", + "hexcode": "1F1E8-1F1F0", + "tags": [ + "CK", + "drapeau" + ], + "emoji": "🇨🇰", + "text": "", + "type": 1, + "order": 4375, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Chili", + "hexcode": "1F1E8-1F1F1", + "tags": [ + "CL", + "drapeau" + ], + "emoji": "🇨🇱", + "text": "", + "type": 1, + "order": 4376, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Cameroun", + "hexcode": "1F1E8-1F1F2", + "tags": [ + "CM", + "drapeau" + ], + "emoji": "🇨🇲", + "text": "", + "type": 1, + "order": 4377, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Chine", + "hexcode": "1F1E8-1F1F3", + "tags": [ + "CN", + "drapeau" + ], + "emoji": "🇨🇳", + "text": "", + "type": 1, + "order": 4378, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Colombie", + "hexcode": "1F1E8-1F1F4", + "tags": [ + "CO", + "drapeau" + ], + "emoji": "🇨🇴", + "text": "", + "type": 1, + "order": 4379, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Île Clipperton", + "hexcode": "1F1E8-1F1F5", + "tags": [ + "CP", + "drapeau" + ], + "emoji": "🇨🇵", + "text": "", + "type": 1, + "order": 4380, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Costa Rica", + "hexcode": "1F1E8-1F1F7", + "tags": [ + "CR", + "drapeau" + ], + "emoji": "🇨🇷", + "text": "", + "type": 1, + "order": 4381, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Cuba", + "hexcode": "1F1E8-1F1FA", + "tags": [ + "CU", + "drapeau" + ], + "emoji": "🇨🇺", + "text": "", + "type": 1, + "order": 4382, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Cap-Vert", + "hexcode": "1F1E8-1F1FB", + "tags": [ + "CV", + "drapeau" + ], + "emoji": "🇨🇻", + "text": "", + "type": 1, + "order": 4383, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Curaçao", + "hexcode": "1F1E8-1F1FC", + "tags": [ + "CW", + "drapeau" + ], + "emoji": "🇨🇼", + "text": "", + "type": 1, + "order": 4384, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Île Christmas", + "hexcode": "1F1E8-1F1FD", + "tags": [ + "CX", + "drapeau" + ], + "emoji": "🇨🇽", + "text": "", + "type": 1, + "order": 4385, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Chypre", + "hexcode": "1F1E8-1F1FE", + "tags": [ + "CY", + "drapeau" + ], + "emoji": "🇨🇾", + "text": "", + "type": 1, + "order": 4386, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tchéquie", + "hexcode": "1F1E8-1F1FF", + "tags": [ + "CZ", + "drapeau" + ], + "emoji": "🇨🇿", + "text": "", + "type": 1, + "order": 4387, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Allemagne", + "hexcode": "1F1E9-1F1EA", + "tags": [ + "DE", + "drapeau" + ], + "emoji": "🇩🇪", + "text": "", + "type": 1, + "order": 4388, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Diego Garcia", + "hexcode": "1F1E9-1F1EC", + "tags": [ + "DG", + "drapeau" + ], + "emoji": "🇩🇬", + "text": "", + "type": 1, + "order": 4389, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Djibouti", + "hexcode": "1F1E9-1F1EF", + "tags": [ + "DJ", + "drapeau" + ], + "emoji": "🇩🇯", + "text": "", + "type": 1, + "order": 4390, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Danemark", + "hexcode": "1F1E9-1F1F0", + "tags": [ + "DK", + "drapeau" + ], + "emoji": "🇩🇰", + "text": "", + "type": 1, + "order": 4391, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Dominique", + "hexcode": "1F1E9-1F1F2", + "tags": [ + "DM", + "drapeau" + ], + "emoji": "🇩🇲", + "text": "", + "type": 1, + "order": 4392, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : République dominicaine", + "hexcode": "1F1E9-1F1F4", + "tags": [ + "DO", + "drapeau" + ], + "emoji": "🇩🇴", + "text": "", + "type": 1, + "order": 4393, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Algérie", + "hexcode": "1F1E9-1F1FF", + "tags": [ + "DZ", + "drapeau" + ], + "emoji": "🇩🇿", + "text": "", + "type": 1, + "order": 4394, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Ceuta et Melilla", + "hexcode": "1F1EA-1F1E6", + "tags": [ + "EA", + "drapeau" + ], + "emoji": "🇪🇦", + "text": "", + "type": 1, + "order": 4395, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Équateur", + "hexcode": "1F1EA-1F1E8", + "tags": [ + "EC", + "drapeau" + ], + "emoji": "🇪🇨", + "text": "", + "type": 1, + "order": 4396, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Estonie", + "hexcode": "1F1EA-1F1EA", + "tags": [ + "EE", + "drapeau" + ], + "emoji": "🇪🇪", + "text": "", + "type": 1, + "order": 4397, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Égypte", + "hexcode": "1F1EA-1F1EC", + "tags": [ + "EG", + "drapeau" + ], + "emoji": "🇪🇬", + "text": "", + "type": 1, + "order": 4398, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sahara occidental", + "hexcode": "1F1EA-1F1ED", + "tags": [ + "EH", + "drapeau" + ], + "emoji": "🇪🇭", + "text": "", + "type": 1, + "order": 4399, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Érythrée", + "hexcode": "1F1EA-1F1F7", + "tags": [ + "ER", + "drapeau" + ], + "emoji": "🇪🇷", + "text": "", + "type": 1, + "order": 4400, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Espagne", + "hexcode": "1F1EA-1F1F8", + "tags": [ + "ES", + "drapeau" + ], + "emoji": "🇪🇸", + "text": "", + "type": 1, + "order": 4401, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Éthiopie", + "hexcode": "1F1EA-1F1F9", + "tags": [ + "ET", + "drapeau" + ], + "emoji": "🇪🇹", + "text": "", + "type": 1, + "order": 4402, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Union européenne", + "hexcode": "1F1EA-1F1FA", + "tags": [ + "EU", + "drapeau" + ], + "emoji": "🇪🇺", + "text": "", + "type": 1, + "order": 4403, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Finlande", + "hexcode": "1F1EB-1F1EE", + "tags": [ + "FI", + "drapeau" + ], + "emoji": "🇫🇮", + "text": "", + "type": 1, + "order": 4404, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Fidji", + "hexcode": "1F1EB-1F1EF", + "tags": [ + "FJ", + "drapeau" + ], + "emoji": "🇫🇯", + "text": "", + "type": 1, + "order": 4405, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Malouines", + "hexcode": "1F1EB-1F1F0", + "tags": [ + "FK", + "drapeau" + ], + "emoji": "🇫🇰", + "text": "", + "type": 1, + "order": 4406, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Micronésie", + "hexcode": "1F1EB-1F1F2", + "tags": [ + "FM", + "drapeau" + ], + "emoji": "🇫🇲", + "text": "", + "type": 1, + "order": 4407, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Féroé", + "hexcode": "1F1EB-1F1F4", + "tags": [ + "FO", + "drapeau" + ], + "emoji": "🇫🇴", + "text": "", + "type": 1, + "order": 4408, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : France", + "hexcode": "1F1EB-1F1F7", + "tags": [ + "FR", + "drapeau" + ], + "emoji": "🇫🇷", + "text": "", + "type": 1, + "order": 4409, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Gabon", + "hexcode": "1F1EC-1F1E6", + "tags": [ + "GA", + "drapeau" + ], + "emoji": "🇬🇦", + "text": "", + "type": 1, + "order": 4410, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Royaume-Uni", + "hexcode": "1F1EC-1F1E7", + "tags": [ + "GB", + "drapeau" + ], + "emoji": "🇬🇧", + "text": "", + "type": 1, + "order": 4411, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Grenade", + "hexcode": "1F1EC-1F1E9", + "tags": [ + "GD", + "drapeau" + ], + "emoji": "🇬🇩", + "text": "", + "type": 1, + "order": 4412, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Géorgie", + "hexcode": "1F1EC-1F1EA", + "tags": [ + "GE", + "drapeau" + ], + "emoji": "🇬🇪", + "text": "", + "type": 1, + "order": 4413, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guyane française", + "hexcode": "1F1EC-1F1EB", + "tags": [ + "GF", + "drapeau" + ], + "emoji": "🇬🇫", + "text": "", + "type": 1, + "order": 4414, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guernesey", + "hexcode": "1F1EC-1F1EC", + "tags": [ + "GG", + "drapeau" + ], + "emoji": "🇬🇬", + "text": "", + "type": 1, + "order": 4415, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Ghana", + "hexcode": "1F1EC-1F1ED", + "tags": [ + "GH", + "drapeau" + ], + "emoji": "🇬🇭", + "text": "", + "type": 1, + "order": 4416, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Gibraltar", + "hexcode": "1F1EC-1F1EE", + "tags": [ + "GI", + "drapeau" + ], + "emoji": "🇬🇮", + "text": "", + "type": 1, + "order": 4417, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Groenland", + "hexcode": "1F1EC-1F1F1", + "tags": [ + "GL", + "drapeau" + ], + "emoji": "🇬🇱", + "text": "", + "type": 1, + "order": 4418, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Gambie", + "hexcode": "1F1EC-1F1F2", + "tags": [ + "GM", + "drapeau" + ], + "emoji": "🇬🇲", + "text": "", + "type": 1, + "order": 4419, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guinée", + "hexcode": "1F1EC-1F1F3", + "tags": [ + "GN", + "drapeau" + ], + "emoji": "🇬🇳", + "text": "", + "type": 1, + "order": 4420, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guadeloupe", + "hexcode": "1F1EC-1F1F5", + "tags": [ + "GP", + "drapeau" + ], + "emoji": "🇬🇵", + "text": "", + "type": 1, + "order": 4421, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guinée équatoriale", + "hexcode": "1F1EC-1F1F6", + "tags": [ + "GQ", + "drapeau" + ], + "emoji": "🇬🇶", + "text": "", + "type": 1, + "order": 4422, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Grèce", + "hexcode": "1F1EC-1F1F7", + "tags": [ + "GR", + "drapeau" + ], + "emoji": "🇬🇷", + "text": "", + "type": 1, + "order": 4423, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Géorgie du Sud-et-les Îles Sandwich du Sud", + "hexcode": "1F1EC-1F1F8", + "tags": [ + "GS", + "drapeau" + ], + "emoji": "🇬🇸", + "text": "", + "type": 1, + "order": 4424, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guatemala", + "hexcode": "1F1EC-1F1F9", + "tags": [ + "GT", + "drapeau" + ], + "emoji": "🇬🇹", + "text": "", + "type": 1, + "order": 4425, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guam", + "hexcode": "1F1EC-1F1FA", + "tags": [ + "GU", + "drapeau" + ], + "emoji": "🇬🇺", + "text": "", + "type": 1, + "order": 4426, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guinée-Bissau", + "hexcode": "1F1EC-1F1FC", + "tags": [ + "GW", + "drapeau" + ], + "emoji": "🇬🇼", + "text": "", + "type": 1, + "order": 4427, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Guyana", + "hexcode": "1F1EC-1F1FE", + "tags": [ + "GY", + "drapeau" + ], + "emoji": "🇬🇾", + "text": "", + "type": 1, + "order": 4428, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : R.A.S. chinoise de Hong Kong", + "hexcode": "1F1ED-1F1F0", + "tags": [ + "HK", + "drapeau" + ], + "emoji": "🇭🇰", + "text": "", + "type": 1, + "order": 4429, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Heard-et-MacDonald", + "hexcode": "1F1ED-1F1F2", + "tags": [ + "HM", + "drapeau" + ], + "emoji": "🇭🇲", + "text": "", + "type": 1, + "order": 4430, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Honduras", + "hexcode": "1F1ED-1F1F3", + "tags": [ + "HN", + "drapeau" + ], + "emoji": "🇭🇳", + "text": "", + "type": 1, + "order": 4431, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Croatie", + "hexcode": "1F1ED-1F1F7", + "tags": [ + "HR", + "drapeau" + ], + "emoji": "🇭🇷", + "text": "", + "type": 1, + "order": 4432, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Haïti", + "hexcode": "1F1ED-1F1F9", + "tags": [ + "HT", + "drapeau" + ], + "emoji": "🇭🇹", + "text": "", + "type": 1, + "order": 4433, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Hongrie", + "hexcode": "1F1ED-1F1FA", + "tags": [ + "HU", + "drapeau" + ], + "emoji": "🇭🇺", + "text": "", + "type": 1, + "order": 4434, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Canaries", + "hexcode": "1F1EE-1F1E8", + "tags": [ + "IC", + "drapeau" + ], + "emoji": "🇮🇨", + "text": "", + "type": 1, + "order": 4435, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Indonésie", + "hexcode": "1F1EE-1F1E9", + "tags": [ + "ID", + "drapeau" + ], + "emoji": "🇮🇩", + "text": "", + "type": 1, + "order": 4436, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Irlande", + "hexcode": "1F1EE-1F1EA", + "tags": [ + "IE", + "drapeau" + ], + "emoji": "🇮🇪", + "text": "", + "type": 1, + "order": 4437, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Israël", + "hexcode": "1F1EE-1F1F1", + "tags": [ + "IL", + "drapeau" + ], + "emoji": "🇮🇱", + "text": "", + "type": 1, + "order": 4438, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Île de Man", + "hexcode": "1F1EE-1F1F2", + "tags": [ + "IM", + "drapeau" + ], + "emoji": "🇮🇲", + "text": "", + "type": 1, + "order": 4439, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Inde", + "hexcode": "1F1EE-1F1F3", + "tags": [ + "IN", + "drapeau" + ], + "emoji": "🇮🇳", + "text": "", + "type": 1, + "order": 4440, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Territoire britannique de l’océan Indien", + "hexcode": "1F1EE-1F1F4", + "tags": [ + "IO", + "drapeau" + ], + "emoji": "🇮🇴", + "text": "", + "type": 1, + "order": 4441, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Irak", + "hexcode": "1F1EE-1F1F6", + "tags": [ + "IQ", + "drapeau" + ], + "emoji": "🇮🇶", + "text": "", + "type": 1, + "order": 4442, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Iran", + "hexcode": "1F1EE-1F1F7", + "tags": [ + "IR", + "drapeau" + ], + "emoji": "🇮🇷", + "text": "", + "type": 1, + "order": 4443, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Islande", + "hexcode": "1F1EE-1F1F8", + "tags": [ + "IS", + "drapeau" + ], + "emoji": "🇮🇸", + "text": "", + "type": 1, + "order": 4444, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Italie", + "hexcode": "1F1EE-1F1F9", + "tags": [ + "IT", + "drapeau" + ], + "emoji": "🇮🇹", + "text": "", + "type": 1, + "order": 4445, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Jersey", + "hexcode": "1F1EF-1F1EA", + "tags": [ + "JE", + "drapeau" + ], + "emoji": "🇯🇪", + "text": "", + "type": 1, + "order": 4446, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Jamaïque", + "hexcode": "1F1EF-1F1F2", + "tags": [ + "JM", + "drapeau" + ], + "emoji": "🇯🇲", + "text": "", + "type": 1, + "order": 4447, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Jordanie", + "hexcode": "1F1EF-1F1F4", + "tags": [ + "JO", + "drapeau" + ], + "emoji": "🇯🇴", + "text": "", + "type": 1, + "order": 4448, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Japon", + "hexcode": "1F1EF-1F1F5", + "tags": [ + "JP", + "drapeau" + ], + "emoji": "🇯🇵", + "text": "", + "type": 1, + "order": 4449, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Kenya", + "hexcode": "1F1F0-1F1EA", + "tags": [ + "KE", + "drapeau" + ], + "emoji": "🇰🇪", + "text": "", + "type": 1, + "order": 4450, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Kirghizstan", + "hexcode": "1F1F0-1F1EC", + "tags": [ + "KG", + "drapeau" + ], + "emoji": "🇰🇬", + "text": "", + "type": 1, + "order": 4451, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Cambodge", + "hexcode": "1F1F0-1F1ED", + "tags": [ + "KH", + "drapeau" + ], + "emoji": "🇰🇭", + "text": "", + "type": 1, + "order": 4452, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Kiribati", + "hexcode": "1F1F0-1F1EE", + "tags": [ + "KI", + "drapeau" + ], + "emoji": "🇰🇮", + "text": "", + "type": 1, + "order": 4453, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Comores", + "hexcode": "1F1F0-1F1F2", + "tags": [ + "KM", + "drapeau" + ], + "emoji": "🇰🇲", + "text": "", + "type": 1, + "order": 4454, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Christophe-et-Niévès", + "hexcode": "1F1F0-1F1F3", + "tags": [ + "KN", + "drapeau" + ], + "emoji": "🇰🇳", + "text": "", + "type": 1, + "order": 4455, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Corée du Nord", + "hexcode": "1F1F0-1F1F5", + "tags": [ + "KP", + "drapeau" + ], + "emoji": "🇰🇵", + "text": "", + "type": 1, + "order": 4456, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Corée du Sud", + "hexcode": "1F1F0-1F1F7", + "tags": [ + "KR", + "drapeau" + ], + "emoji": "🇰🇷", + "text": "", + "type": 1, + "order": 4457, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Koweït", + "hexcode": "1F1F0-1F1FC", + "tags": [ + "KW", + "drapeau" + ], + "emoji": "🇰🇼", + "text": "", + "type": 1, + "order": 4458, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Caïmans", + "hexcode": "1F1F0-1F1FE", + "tags": [ + "KY", + "drapeau" + ], + "emoji": "🇰🇾", + "text": "", + "type": 1, + "order": 4459, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Kazakhstan", + "hexcode": "1F1F0-1F1FF", + "tags": [ + "KZ", + "drapeau" + ], + "emoji": "🇰🇿", + "text": "", + "type": 1, + "order": 4460, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Laos", + "hexcode": "1F1F1-1F1E6", + "tags": [ + "LA", + "drapeau" + ], + "emoji": "🇱🇦", + "text": "", + "type": 1, + "order": 4461, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Liban", + "hexcode": "1F1F1-1F1E7", + "tags": [ + "LB", + "drapeau" + ], + "emoji": "🇱🇧", + "text": "", + "type": 1, + "order": 4462, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sainte-Lucie", + "hexcode": "1F1F1-1F1E8", + "tags": [ + "LC", + "drapeau" + ], + "emoji": "🇱🇨", + "text": "", + "type": 1, + "order": 4463, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Liechtenstein", + "hexcode": "1F1F1-1F1EE", + "tags": [ + "LI", + "drapeau" + ], + "emoji": "🇱🇮", + "text": "", + "type": 1, + "order": 4464, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sri Lanka", + "hexcode": "1F1F1-1F1F0", + "tags": [ + "LK", + "drapeau" + ], + "emoji": "🇱🇰", + "text": "", + "type": 1, + "order": 4465, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Liberia", + "hexcode": "1F1F1-1F1F7", + "tags": [ + "LR", + "drapeau" + ], + "emoji": "🇱🇷", + "text": "", + "type": 1, + "order": 4466, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Lesotho", + "hexcode": "1F1F1-1F1F8", + "tags": [ + "LS", + "drapeau" + ], + "emoji": "🇱🇸", + "text": "", + "type": 1, + "order": 4467, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Lituanie", + "hexcode": "1F1F1-1F1F9", + "tags": [ + "LT", + "drapeau" + ], + "emoji": "🇱🇹", + "text": "", + "type": 1, + "order": 4468, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Luxembourg", + "hexcode": "1F1F1-1F1FA", + "tags": [ + "LU", + "drapeau" + ], + "emoji": "🇱🇺", + "text": "", + "type": 1, + "order": 4469, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Lettonie", + "hexcode": "1F1F1-1F1FB", + "tags": [ + "LV", + "drapeau" + ], + "emoji": "🇱🇻", + "text": "", + "type": 1, + "order": 4470, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Libye", + "hexcode": "1F1F1-1F1FE", + "tags": [ + "LY", + "drapeau" + ], + "emoji": "🇱🇾", + "text": "", + "type": 1, + "order": 4471, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Maroc", + "hexcode": "1F1F2-1F1E6", + "tags": [ + "MA", + "drapeau" + ], + "emoji": "🇲🇦", + "text": "", + "type": 1, + "order": 4472, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Monaco", + "hexcode": "1F1F2-1F1E8", + "tags": [ + "MC", + "drapeau" + ], + "emoji": "🇲🇨", + "text": "", + "type": 1, + "order": 4473, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Moldavie", + "hexcode": "1F1F2-1F1E9", + "tags": [ + "MD", + "drapeau" + ], + "emoji": "🇲🇩", + "text": "", + "type": 1, + "order": 4474, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Monténégro", + "hexcode": "1F1F2-1F1EA", + "tags": [ + "ME", + "drapeau" + ], + "emoji": "🇲🇪", + "text": "", + "type": 1, + "order": 4475, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Martin", + "hexcode": "1F1F2-1F1EB", + "tags": [ + "MF", + "drapeau" + ], + "emoji": "🇲🇫", + "text": "", + "type": 1, + "order": 4476, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Madagascar", + "hexcode": "1F1F2-1F1EC", + "tags": [ + "MG", + "drapeau" + ], + "emoji": "🇲🇬", + "text": "", + "type": 1, + "order": 4477, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Marshall", + "hexcode": "1F1F2-1F1ED", + "tags": [ + "MH", + "drapeau" + ], + "emoji": "🇲🇭", + "text": "", + "type": 1, + "order": 4478, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Macédoine du Nord", + "hexcode": "1F1F2-1F1F0", + "tags": [ + "MK", + "drapeau" + ], + "emoji": "🇲🇰", + "text": "", + "type": 1, + "order": 4479, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mali", + "hexcode": "1F1F2-1F1F1", + "tags": [ + "ML", + "drapeau" + ], + "emoji": "🇲🇱", + "text": "", + "type": 1, + "order": 4480, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Myanmar (Birmanie)", + "hexcode": "1F1F2-1F1F2", + "tags": [ + "MM", + "drapeau" + ], + "emoji": "🇲🇲", + "text": "", + "type": 1, + "order": 4481, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mongolie", + "hexcode": "1F1F2-1F1F3", + "tags": [ + "MN", + "drapeau" + ], + "emoji": "🇲🇳", + "text": "", + "type": 1, + "order": 4482, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : R.A.S. chinoise de Macao", + "hexcode": "1F1F2-1F1F4", + "tags": [ + "MO", + "drapeau" + ], + "emoji": "🇲🇴", + "text": "", + "type": 1, + "order": 4483, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Mariannes du Nord", + "hexcode": "1F1F2-1F1F5", + "tags": [ + "MP", + "drapeau" + ], + "emoji": "🇲🇵", + "text": "", + "type": 1, + "order": 4484, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Martinique", + "hexcode": "1F1F2-1F1F6", + "tags": [ + "MQ", + "drapeau" + ], + "emoji": "🇲🇶", + "text": "", + "type": 1, + "order": 4485, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mauritanie", + "hexcode": "1F1F2-1F1F7", + "tags": [ + "MR", + "drapeau" + ], + "emoji": "🇲🇷", + "text": "", + "type": 1, + "order": 4486, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Montserrat", + "hexcode": "1F1F2-1F1F8", + "tags": [ + "MS", + "drapeau" + ], + "emoji": "🇲🇸", + "text": "", + "type": 1, + "order": 4487, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Malte", + "hexcode": "1F1F2-1F1F9", + "tags": [ + "MT", + "drapeau" + ], + "emoji": "🇲🇹", + "text": "", + "type": 1, + "order": 4488, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Maurice", + "hexcode": "1F1F2-1F1FA", + "tags": [ + "MU", + "drapeau" + ], + "emoji": "🇲🇺", + "text": "", + "type": 1, + "order": 4489, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Maldives", + "hexcode": "1F1F2-1F1FB", + "tags": [ + "MV", + "drapeau" + ], + "emoji": "🇲🇻", + "text": "", + "type": 1, + "order": 4490, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Malawi", + "hexcode": "1F1F2-1F1FC", + "tags": [ + "MW", + "drapeau" + ], + "emoji": "🇲🇼", + "text": "", + "type": 1, + "order": 4491, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mexique", + "hexcode": "1F1F2-1F1FD", + "tags": [ + "MX", + "drapeau" + ], + "emoji": "🇲🇽", + "text": "", + "type": 1, + "order": 4492, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Malaisie", + "hexcode": "1F1F2-1F1FE", + "tags": [ + "MY", + "drapeau" + ], + "emoji": "🇲🇾", + "text": "", + "type": 1, + "order": 4493, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mozambique", + "hexcode": "1F1F2-1F1FF", + "tags": [ + "MZ", + "drapeau" + ], + "emoji": "🇲🇿", + "text": "", + "type": 1, + "order": 4494, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Namibie", + "hexcode": "1F1F3-1F1E6", + "tags": [ + "NA", + "drapeau" + ], + "emoji": "🇳🇦", + "text": "", + "type": 1, + "order": 4495, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nouvelle-Calédonie", + "hexcode": "1F1F3-1F1E8", + "tags": [ + "NC", + "drapeau" + ], + "emoji": "🇳🇨", + "text": "", + "type": 1, + "order": 4496, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Niger", + "hexcode": "1F1F3-1F1EA", + "tags": [ + "NE", + "drapeau" + ], + "emoji": "🇳🇪", + "text": "", + "type": 1, + "order": 4497, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Île Norfolk", + "hexcode": "1F1F3-1F1EB", + "tags": [ + "NF", + "drapeau" + ], + "emoji": "🇳🇫", + "text": "", + "type": 1, + "order": 4498, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nigeria", + "hexcode": "1F1F3-1F1EC", + "tags": [ + "NG", + "drapeau" + ], + "emoji": "🇳🇬", + "text": "", + "type": 1, + "order": 4499, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nicaragua", + "hexcode": "1F1F3-1F1EE", + "tags": [ + "NI", + "drapeau" + ], + "emoji": "🇳🇮", + "text": "", + "type": 1, + "order": 4500, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Pays-Bas", + "hexcode": "1F1F3-1F1F1", + "tags": [ + "NL", + "drapeau" + ], + "emoji": "🇳🇱", + "text": "", + "type": 1, + "order": 4501, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Norvège", + "hexcode": "1F1F3-1F1F4", + "tags": [ + "NO", + "drapeau" + ], + "emoji": "🇳🇴", + "text": "", + "type": 1, + "order": 4502, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Népal", + "hexcode": "1F1F3-1F1F5", + "tags": [ + "NP", + "drapeau" + ], + "emoji": "🇳🇵", + "text": "", + "type": 1, + "order": 4503, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nauru", + "hexcode": "1F1F3-1F1F7", + "tags": [ + "NR", + "drapeau" + ], + "emoji": "🇳🇷", + "text": "", + "type": 1, + "order": 4504, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Niue", + "hexcode": "1F1F3-1F1FA", + "tags": [ + "NU", + "drapeau" + ], + "emoji": "🇳🇺", + "text": "", + "type": 1, + "order": 4505, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nouvelle-Zélande", + "hexcode": "1F1F3-1F1FF", + "tags": [ + "NZ", + "drapeau" + ], + "emoji": "🇳🇿", + "text": "", + "type": 1, + "order": 4506, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Oman", + "hexcode": "1F1F4-1F1F2", + "tags": [ + "OM", + "drapeau" + ], + "emoji": "🇴🇲", + "text": "", + "type": 1, + "order": 4507, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Panama", + "hexcode": "1F1F5-1F1E6", + "tags": [ + "PA", + "drapeau" + ], + "emoji": "🇵🇦", + "text": "", + "type": 1, + "order": 4508, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Pérou", + "hexcode": "1F1F5-1F1EA", + "tags": [ + "PE", + "drapeau" + ], + "emoji": "🇵🇪", + "text": "", + "type": 1, + "order": 4509, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Polynésie française", + "hexcode": "1F1F5-1F1EB", + "tags": [ + "PF", + "drapeau" + ], + "emoji": "🇵🇫", + "text": "", + "type": 1, + "order": 4510, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Papouasie-Nouvelle-Guinée", + "hexcode": "1F1F5-1F1EC", + "tags": [ + "PG", + "drapeau" + ], + "emoji": "🇵🇬", + "text": "", + "type": 1, + "order": 4511, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Philippines", + "hexcode": "1F1F5-1F1ED", + "tags": [ + "PH", + "drapeau" + ], + "emoji": "🇵🇭", + "text": "", + "type": 1, + "order": 4512, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Pakistan", + "hexcode": "1F1F5-1F1F0", + "tags": [ + "PK", + "drapeau" + ], + "emoji": "🇵🇰", + "text": "", + "type": 1, + "order": 4513, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Pologne", + "hexcode": "1F1F5-1F1F1", + "tags": [ + "PL", + "drapeau" + ], + "emoji": "🇵🇱", + "text": "", + "type": 1, + "order": 4514, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Pierre-et-Miquelon", + "hexcode": "1F1F5-1F1F2", + "tags": [ + "PM", + "drapeau" + ], + "emoji": "🇵🇲", + "text": "", + "type": 1, + "order": 4515, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Pitcairn", + "hexcode": "1F1F5-1F1F3", + "tags": [ + "PN", + "drapeau" + ], + "emoji": "🇵🇳", + "text": "", + "type": 1, + "order": 4516, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Porto Rico", + "hexcode": "1F1F5-1F1F7", + "tags": [ + "PR", + "drapeau" + ], + "emoji": "🇵🇷", + "text": "", + "type": 1, + "order": 4517, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Territoires palestiniens", + "hexcode": "1F1F5-1F1F8", + "tags": [ + "PS", + "drapeau" + ], + "emoji": "🇵🇸", + "text": "", + "type": 1, + "order": 4518, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Portugal", + "hexcode": "1F1F5-1F1F9", + "tags": [ + "PT", + "drapeau" + ], + "emoji": "🇵🇹", + "text": "", + "type": 1, + "order": 4519, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Palaos", + "hexcode": "1F1F5-1F1FC", + "tags": [ + "PW", + "drapeau" + ], + "emoji": "🇵🇼", + "text": "", + "type": 1, + "order": 4520, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Paraguay", + "hexcode": "1F1F5-1F1FE", + "tags": [ + "PY", + "drapeau" + ], + "emoji": "🇵🇾", + "text": "", + "type": 1, + "order": 4521, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Qatar", + "hexcode": "1F1F6-1F1E6", + "tags": [ + "QA", + "drapeau" + ], + "emoji": "🇶🇦", + "text": "", + "type": 1, + "order": 4522, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : La Réunion", + "hexcode": "1F1F7-1F1EA", + "tags": [ + "RE", + "drapeau" + ], + "emoji": "🇷🇪", + "text": "", + "type": 1, + "order": 4523, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Roumanie", + "hexcode": "1F1F7-1F1F4", + "tags": [ + "RO", + "drapeau" + ], + "emoji": "🇷🇴", + "text": "", + "type": 1, + "order": 4524, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Serbie", + "hexcode": "1F1F7-1F1F8", + "tags": [ + "RS", + "drapeau" + ], + "emoji": "🇷🇸", + "text": "", + "type": 1, + "order": 4525, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Russie", + "hexcode": "1F1F7-1F1FA", + "tags": [ + "RU", + "drapeau" + ], + "emoji": "🇷🇺", + "text": "", + "type": 1, + "order": 4526, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Rwanda", + "hexcode": "1F1F7-1F1FC", + "tags": [ + "RW", + "drapeau" + ], + "emoji": "🇷🇼", + "text": "", + "type": 1, + "order": 4527, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Arabie saoudite", + "hexcode": "1F1F8-1F1E6", + "tags": [ + "SA", + "drapeau" + ], + "emoji": "🇸🇦", + "text": "", + "type": 1, + "order": 4528, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Salomon", + "hexcode": "1F1F8-1F1E7", + "tags": [ + "SB", + "drapeau" + ], + "emoji": "🇸🇧", + "text": "", + "type": 1, + "order": 4529, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Seychelles", + "hexcode": "1F1F8-1F1E8", + "tags": [ + "SC", + "drapeau" + ], + "emoji": "🇸🇨", + "text": "", + "type": 1, + "order": 4530, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Soudan", + "hexcode": "1F1F8-1F1E9", + "tags": [ + "SD", + "drapeau" + ], + "emoji": "🇸🇩", + "text": "", + "type": 1, + "order": 4531, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Suède", + "hexcode": "1F1F8-1F1EA", + "tags": [ + "SE", + "drapeau" + ], + "emoji": "🇸🇪", + "text": "", + "type": 1, + "order": 4532, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Singapour", + "hexcode": "1F1F8-1F1EC", + "tags": [ + "SG", + "drapeau" + ], + "emoji": "🇸🇬", + "text": "", + "type": 1, + "order": 4533, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sainte-Hélène", + "hexcode": "1F1F8-1F1ED", + "tags": [ + "SH", + "drapeau" + ], + "emoji": "🇸🇭", + "text": "", + "type": 1, + "order": 4534, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Slovénie", + "hexcode": "1F1F8-1F1EE", + "tags": [ + "SI", + "drapeau" + ], + "emoji": "🇸🇮", + "text": "", + "type": 1, + "order": 4535, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Svalbard et Jan Mayen", + "hexcode": "1F1F8-1F1EF", + "tags": [ + "SJ", + "drapeau" + ], + "emoji": "🇸🇯", + "text": "", + "type": 1, + "order": 4536, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Slovaquie", + "hexcode": "1F1F8-1F1F0", + "tags": [ + "SK", + "drapeau" + ], + "emoji": "🇸🇰", + "text": "", + "type": 1, + "order": 4537, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sierra Leone", + "hexcode": "1F1F8-1F1F1", + "tags": [ + "SL", + "drapeau" + ], + "emoji": "🇸🇱", + "text": "", + "type": 1, + "order": 4538, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Marin", + "hexcode": "1F1F8-1F1F2", + "tags": [ + "SM", + "drapeau" + ], + "emoji": "🇸🇲", + "text": "", + "type": 1, + "order": 4539, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sénégal", + "hexcode": "1F1F8-1F1F3", + "tags": [ + "SN", + "drapeau" + ], + "emoji": "🇸🇳", + "text": "", + "type": 1, + "order": 4540, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Somalie", + "hexcode": "1F1F8-1F1F4", + "tags": [ + "SO", + "drapeau" + ], + "emoji": "🇸🇴", + "text": "", + "type": 1, + "order": 4541, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Suriname", + "hexcode": "1F1F8-1F1F7", + "tags": [ + "SR", + "drapeau" + ], + "emoji": "🇸🇷", + "text": "", + "type": 1, + "order": 4542, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Soudan du Sud", + "hexcode": "1F1F8-1F1F8", + "tags": [ + "SS", + "drapeau" + ], + "emoji": "🇸🇸", + "text": "", + "type": 1, + "order": 4543, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Sao Tomé-et-Principe", + "hexcode": "1F1F8-1F1F9", + "tags": [ + "ST", + "drapeau" + ], + "emoji": "🇸🇹", + "text": "", + "type": 1, + "order": 4544, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Salvador", + "hexcode": "1F1F8-1F1FB", + "tags": [ + "SV", + "drapeau" + ], + "emoji": "🇸🇻", + "text": "", + "type": 1, + "order": 4545, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Martin (partie néerlandaise)", + "hexcode": "1F1F8-1F1FD", + "tags": [ + "SX", + "drapeau" + ], + "emoji": "🇸🇽", + "text": "", + "type": 1, + "order": 4546, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Syrie", + "hexcode": "1F1F8-1F1FE", + "tags": [ + "SY", + "drapeau" + ], + "emoji": "🇸🇾", + "text": "", + "type": 1, + "order": 4547, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Eswatini", + "hexcode": "1F1F8-1F1FF", + "tags": [ + "SZ", + "drapeau" + ], + "emoji": "🇸🇿", + "text": "", + "type": 1, + "order": 4548, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tristan da Cunha", + "hexcode": "1F1F9-1F1E6", + "tags": [ + "TA", + "drapeau" + ], + "emoji": "🇹🇦", + "text": "", + "type": 1, + "order": 4549, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Turques-et-Caïques", + "hexcode": "1F1F9-1F1E8", + "tags": [ + "TC", + "drapeau" + ], + "emoji": "🇹🇨", + "text": "", + "type": 1, + "order": 4550, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tchad", + "hexcode": "1F1F9-1F1E9", + "tags": [ + "TD", + "drapeau" + ], + "emoji": "🇹🇩", + "text": "", + "type": 1, + "order": 4551, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Terres australes françaises", + "hexcode": "1F1F9-1F1EB", + "tags": [ + "TF", + "drapeau" + ], + "emoji": "🇹🇫", + "text": "", + "type": 1, + "order": 4552, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Togo", + "hexcode": "1F1F9-1F1EC", + "tags": [ + "TG", + "drapeau" + ], + "emoji": "🇹🇬", + "text": "", + "type": 1, + "order": 4553, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Thaïlande", + "hexcode": "1F1F9-1F1ED", + "tags": [ + "TH", + "drapeau" + ], + "emoji": "🇹🇭", + "text": "", + "type": 1, + "order": 4554, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tadjikistan", + "hexcode": "1F1F9-1F1EF", + "tags": [ + "TJ", + "drapeau" + ], + "emoji": "🇹🇯", + "text": "", + "type": 1, + "order": 4555, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tokelau", + "hexcode": "1F1F9-1F1F0", + "tags": [ + "TK", + "drapeau" + ], + "emoji": "🇹🇰", + "text": "", + "type": 1, + "order": 4556, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Timor oriental", + "hexcode": "1F1F9-1F1F1", + "tags": [ + "TL", + "drapeau" + ], + "emoji": "🇹🇱", + "text": "", + "type": 1, + "order": 4557, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Turkménistan", + "hexcode": "1F1F9-1F1F2", + "tags": [ + "TM", + "drapeau" + ], + "emoji": "🇹🇲", + "text": "", + "type": 1, + "order": 4558, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tunisie", + "hexcode": "1F1F9-1F1F3", + "tags": [ + "TN", + "drapeau" + ], + "emoji": "🇹🇳", + "text": "", + "type": 1, + "order": 4559, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tonga", + "hexcode": "1F1F9-1F1F4", + "tags": [ + "TO", + "drapeau" + ], + "emoji": "🇹🇴", + "text": "", + "type": 1, + "order": 4560, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Turquie", + "hexcode": "1F1F9-1F1F7", + "tags": [ + "TR", + "drapeau" + ], + "emoji": "🇹🇷", + "text": "", + "type": 1, + "order": 4561, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Trinité-et-Tobago", + "hexcode": "1F1F9-1F1F9", + "tags": [ + "TT", + "drapeau" + ], + "emoji": "🇹🇹", + "text": "", + "type": 1, + "order": 4562, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tuvalu", + "hexcode": "1F1F9-1F1FB", + "tags": [ + "TV", + "drapeau" + ], + "emoji": "🇹🇻", + "text": "", + "type": 1, + "order": 4563, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Taïwan", + "hexcode": "1F1F9-1F1FC", + "tags": [ + "TW", + "drapeau" + ], + "emoji": "🇹🇼", + "text": "", + "type": 1, + "order": 4564, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Tanzanie", + "hexcode": "1F1F9-1F1FF", + "tags": [ + "TZ", + "drapeau" + ], + "emoji": "🇹🇿", + "text": "", + "type": 1, + "order": 4565, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Ukraine", + "hexcode": "1F1FA-1F1E6", + "tags": [ + "UA", + "drapeau" + ], + "emoji": "🇺🇦", + "text": "", + "type": 1, + "order": 4566, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Ouganda", + "hexcode": "1F1FA-1F1EC", + "tags": [ + "UG", + "drapeau" + ], + "emoji": "🇺🇬", + "text": "", + "type": 1, + "order": 4567, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles mineures éloignées des États-Unis", + "hexcode": "1F1FA-1F1F2", + "tags": [ + "UM", + "drapeau" + ], + "emoji": "🇺🇲", + "text": "", + "type": 1, + "order": 4568, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Nations Unies", + "hexcode": "1F1FA-1F1F3", + "tags": [ + "UN", + "drapeau" + ], + "emoji": "🇺🇳", + "text": "", + "type": 1, + "order": 4569, + "group": 9, + "subgroup": 98, + "version": 4 + }, + { + "annotation": "drapeau : États-Unis", + "hexcode": "1F1FA-1F1F8", + "tags": [ + "US", + "drapeau" + ], + "emoji": "🇺🇸", + "text": "", + "type": 1, + "order": 4570, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "drapeau : Uruguay", + "hexcode": "1F1FA-1F1FE", + "tags": [ + "UY", + "drapeau" + ], + "emoji": "🇺🇾", + "text": "", + "type": 1, + "order": 4571, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Ouzbékistan", + "hexcode": "1F1FA-1F1FF", + "tags": [ + "UZ", + "drapeau" + ], + "emoji": "🇺🇿", + "text": "", + "type": 1, + "order": 4572, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : État de la Cité du Vatican", + "hexcode": "1F1FB-1F1E6", + "tags": [ + "VA", + "drapeau" + ], + "emoji": "🇻🇦", + "text": "", + "type": 1, + "order": 4573, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Saint-Vincent-et-les Grenadines", + "hexcode": "1F1FB-1F1E8", + "tags": [ + "VC", + "drapeau" + ], + "emoji": "🇻🇨", + "text": "", + "type": 1, + "order": 4574, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Venezuela", + "hexcode": "1F1FB-1F1EA", + "tags": [ + "VE", + "drapeau" + ], + "emoji": "🇻🇪", + "text": "", + "type": 1, + "order": 4575, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Vierges britanniques", + "hexcode": "1F1FB-1F1EC", + "tags": [ + "VG", + "drapeau" + ], + "emoji": "🇻🇬", + "text": "", + "type": 1, + "order": 4576, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Îles Vierges des États-Unis", + "hexcode": "1F1FB-1F1EE", + "tags": [ + "VI", + "drapeau" + ], + "emoji": "🇻🇮", + "text": "", + "type": 1, + "order": 4577, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Viêt Nam", + "hexcode": "1F1FB-1F1F3", + "tags": [ + "VN", + "drapeau" + ], + "emoji": "🇻🇳", + "text": "", + "type": 1, + "order": 4578, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Vanuatu", + "hexcode": "1F1FB-1F1FA", + "tags": [ + "VU", + "drapeau" + ], + "emoji": "🇻🇺", + "text": "", + "type": 1, + "order": 4579, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Wallis-et-Futuna", + "hexcode": "1F1FC-1F1EB", + "tags": [ + "WF", + "drapeau" + ], + "emoji": "🇼🇫", + "text": "", + "type": 1, + "order": 4580, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Samoa", + "hexcode": "1F1FC-1F1F8", + "tags": [ + "WS", + "drapeau" + ], + "emoji": "🇼🇸", + "text": "", + "type": 1, + "order": 4581, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Kosovo", + "hexcode": "1F1FD-1F1F0", + "tags": [ + "XK", + "drapeau" + ], + "emoji": "🇽🇰", + "text": "", + "type": 1, + "order": 4582, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Yémen", + "hexcode": "1F1FE-1F1EA", + "tags": [ + "YE", + "drapeau" + ], + "emoji": "🇾🇪", + "text": "", + "type": 1, + "order": 4583, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Mayotte", + "hexcode": "1F1FE-1F1F9", + "tags": [ + "YT", + "drapeau" + ], + "emoji": "🇾🇹", + "text": "", + "type": 1, + "order": 4584, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Afrique du Sud", + "hexcode": "1F1FF-1F1E6", + "tags": [ + "ZA", + "drapeau" + ], + "emoji": "🇿🇦", + "text": "", + "type": 1, + "order": 4585, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Zambie", + "hexcode": "1F1FF-1F1F2", + "tags": [ + "ZM", + "drapeau" + ], + "emoji": "🇿🇲", + "text": "", + "type": 1, + "order": 4586, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Zimbabwe", + "hexcode": "1F1FF-1F1FC", + "tags": [ + "ZW", + "drapeau" + ], + "emoji": "🇿🇼", + "text": "", + "type": 1, + "order": 4587, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "drapeau : Angleterre", + "hexcode": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", + "tags": [ + "drapeau", + "gbeng" + ], + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "text": "", + "type": 1, + "order": 4588, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "drapeau : Écosse", + "hexcode": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", + "tags": [ + "drapeau", + "gbsct" + ], + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿", + "text": "", + "type": 1, + "order": 4589, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "drapeau : Pays de Galles", + "hexcode": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", + "tags": [ + "drapeau", + "gbwls" + ], + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", + "text": "", + "type": 1, + "order": 4590, + "group": 9, + "subgroup": 99, + "version": 5 + } +] \ No newline at end of file diff --git a/missing-sources/emojibase/packages/data/zh/data.raw.json b/missing-sources/emojibase/packages/data/zh/data.raw.json new file mode 100644 index 0000000000..937ba7d827 --- /dev/null +++ b/missing-sources/emojibase/packages/data/zh/data.raw.json @@ -0,0 +1,50968 @@ +[ + { + "annotation": "区域指标 A", + "hexcode": "1F1E6", + "emoji": "🇦", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 B", + "hexcode": "1F1E7", + "emoji": "🇧", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 C", + "hexcode": "1F1E8", + "emoji": "🇨", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 D", + "hexcode": "1F1E9", + "emoji": "🇩", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 E", + "hexcode": "1F1EA", + "emoji": "🇪", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 F", + "hexcode": "1F1EB", + "emoji": "🇫", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 G", + "hexcode": "1F1EC", + "emoji": "🇬", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 H", + "hexcode": "1F1ED", + "emoji": "🇭", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 I", + "hexcode": "1F1EE", + "emoji": "🇮", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 J", + "hexcode": "1F1EF", + "emoji": "🇯", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 K", + "hexcode": "1F1F0", + "emoji": "🇰", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 L", + "hexcode": "1F1F1", + "emoji": "🇱", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 M", + "hexcode": "1F1F2", + "emoji": "🇲", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 N", + "hexcode": "1F1F3", + "emoji": "🇳", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 O", + "hexcode": "1F1F4", + "emoji": "🇴", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 P", + "hexcode": "1F1F5", + "emoji": "🇵", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 Q", + "hexcode": "1F1F6", + "emoji": "🇶", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 R", + "hexcode": "1F1F7", + "emoji": "🇷", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 S", + "hexcode": "1F1F8", + "emoji": "🇸", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 T", + "hexcode": "1F1F9", + "emoji": "🇹", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 U", + "hexcode": "1F1FA", + "emoji": "🇺", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 V", + "hexcode": "1F1FB", + "emoji": "🇻", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 W", + "hexcode": "1F1FC", + "emoji": "🇼", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 X", + "hexcode": "1F1FD", + "emoji": "🇽", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 Y", + "hexcode": "1F1FE", + "emoji": "🇾", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "区域指标 Z", + "hexcode": "1F1FF", + "emoji": "🇿", + "text": "", + "type": 1, + "version": 0 + }, + { + "annotation": "嘿嘿", + "hexcode": "1F600", + "tags": [ + "笑脸", + "脸" + ], + "emoji": "😀", + "text": "", + "type": 1, + "order": 1, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":D" + }, + { + "annotation": "哈哈", + "hexcode": "1F603", + "tags": [ + "开口笑", + "笑脸", + "脸" + ], + "emoji": "😃", + "text": "", + "type": 1, + "order": 2, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "大笑", + "hexcode": "1F604", + "tags": [ + "哈哈", + "开心", + "笑", + "脸", + "高兴" + ], + "emoji": "😄", + "text": "", + "type": 1, + "order": 3, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "嘻嘻", + "hexcode": "1F601", + "tags": [ + "笑脸", + "脸" + ], + "emoji": "😁", + "text": "", + "type": 1, + "order": 4, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "斜眼笑", + "hexcode": "1F606", + "tags": [ + "开心", + "眯眼", + "笑", + "脸", + "高兴" + ], + "emoji": "😆", + "text": "", + "type": 1, + "order": 5, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": "xD" + }, + { + "annotation": "苦笑", + "hexcode": "1F605", + "tags": [ + "冷汗", + "汗", + "脸" + ], + "emoji": "😅", + "text": "", + "type": 1, + "order": 6, + "group": 0, + "subgroup": 0, + "version": 0.6 + }, + { + "annotation": "笑得满地打滚", + "hexcode": "1F923", + "tags": [ + "地板", + "打滚", + "笑", + "脸" + ], + "emoji": "🤣", + "text": "", + "type": 1, + "order": 7, + "group": 0, + "subgroup": 0, + "version": 3, + "emoticon": ":'D" + }, + { + "annotation": "笑哭了", + "hexcode": "1F602", + "tags": [ + "眼泪", + "笑", + "脸" + ], + "emoji": "😂", + "text": "", + "type": 1, + "order": 8, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":')" + }, + { + "annotation": "呵呵", + "hexcode": "1F642", + "tags": [ + "开心", + "笑", + "脸" + ], + "emoji": "🙂", + "text": "", + "type": 1, + "order": 9, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": ":)" + }, + { + "annotation": "倒脸", + "hexcode": "1F643", + "tags": [ + "脸", + "颠倒", + "颠倒的脸" + ], + "emoji": "🙃", + "text": "", + "type": 1, + "order": 10, + "group": 0, + "subgroup": 0, + "version": 1 + }, + { + "annotation": "眨眼", + "hexcode": "1F609", + "tags": [ + "媚眼", + "笑" + ], + "emoji": "😉", + "text": "", + "type": 1, + "order": 11, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ";)" + }, + { + "annotation": "羞涩微笑", + "hexcode": "1F60A", + "tags": [ + "害羞", + "微笑", + "羞涩", + "脸", + "脸红" + ], + "emoji": "😊", + "text": "", + "type": 1, + "order": 12, + "group": 0, + "subgroup": 0, + "version": 0.6, + "emoticon": ":>" + }, + { + "annotation": "微笑天使", + "hexcode": "1F607", + "tags": [ + "光环", + "天使", + "天真", + "幻想", + "微笑", + "脸" + ], + "emoji": "😇", + "text": "", + "type": 1, + "order": 13, + "group": 0, + "subgroup": 0, + "version": 1, + "emoticon": "o:)" + }, + { + "annotation": "喜笑颜开", + "hexcode": "1F970", + "tags": [ + "心", + "爱慕", + "迷恋", + "陷入爱河" + ], + "emoji": "🥰", + "text": "", + "type": 1, + "order": 14, + "group": 0, + "subgroup": 1, + "version": 11 + }, + { + "annotation": "花痴", + "hexcode": "1F60D", + "tags": [ + "爱", + "红心", + "脸" + ], + "emoji": "😍", + "text": "", + "type": 1, + "order": 15, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "好崇拜哦", + "hexcode": "1F929", + "tags": [ + "咧嘴笑", + "脸", + "露齿笑" + ], + "emoji": "🤩", + "text": "", + "type": 1, + "order": 16, + "group": 0, + "subgroup": 1, + "version": 5 + }, + { + "annotation": "飞吻", + "hexcode": "1F618", + "tags": [ + "亲亲", + "眨眼", + "脸" + ], + "emoji": "😘", + "text": "", + "type": 1, + "order": 17, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":x" + }, + { + "annotation": "亲亲", + "hexcode": "1F617", + "tags": [ + "吻", + "脸" + ], + "emoji": "😗", + "text": "", + "type": 1, + "order": 18, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "微笑", + "hexcode": "263A", + "tags": [ + "呵呵", + "开心", + "放松", + "笑", + "脸" + ], + "emoji": "☺️", + "text": "☺︎", + "type": 0, + "order": 20, + "group": 0, + "subgroup": 1, + "version": 0.6 + }, + { + "annotation": "羞涩亲亲", + "hexcode": "1F61A", + "tags": [ + "亲亲", + "吻", + "羞涩", + "脸", + "闭眼" + ], + "emoji": "😚", + "text": "", + "type": 1, + "order": 21, + "group": 0, + "subgroup": 1, + "version": 0.6, + "emoticon": ":*" + }, + { + "annotation": "微笑亲亲", + "hexcode": "1F619", + "tags": [ + "亲亲", + "吻", + "微笑", + "脸" + ], + "emoji": "😙", + "text": "", + "type": 1, + "order": 22, + "group": 0, + "subgroup": 1, + "version": 1 + }, + { + "annotation": "含泪的笑脸", + "hexcode": "1F972", + "tags": [ + "微笑的", + "感动的", + "感恩的", + "眼泪", + "释怀的", + "骄傲的" + ], + "emoji": "🥲", + "text": "", + "type": 1, + "order": 23, + "group": 0, + "subgroup": 1, + "version": 13 + }, + { + "annotation": "好吃", + "hexcode": "1F60B", + "tags": [ + "津津有味", + "美味", + "脸" + ], + "emoji": "😋", + "text": "", + "type": 1, + "order": 24, + "group": 0, + "subgroup": 2, + "version": 0.6 + }, + { + "annotation": "吐舌", + "hexcode": "1F61B", + "tags": [ + "脸", + "舌头", + "调皮" + ], + "emoji": "😛", + "text": "", + "type": 1, + "order": 25, + "group": 0, + "subgroup": 2, + "version": 1, + "emoticon": ":p" + }, + { + "annotation": "单眼吐舌", + "hexcode": "1F61C", + "tags": [ + "单眼", + "吐舌", + "开玩笑", + "脸" + ], + "emoji": "😜", + "text": "", + "type": 1, + "order": 26, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": ";p" + }, + { + "annotation": "滑稽", + "hexcode": "1F92A", + "tags": [ + "大眼", + "小眼", + "滑稽的脸", + "疯狂的脸", + "脸" + ], + "emoji": "🤪", + "text": "", + "type": 1, + "order": 27, + "group": 0, + "subgroup": 2, + "version": 5 + }, + { + "annotation": "眯眼吐舌", + "hexcode": "1F61D", + "tags": [ + "可怕", + "吐舌", + "眯眼", + "眼睛", + "脸" + ], + "emoji": "😝", + "text": "", + "type": 1, + "order": 28, + "group": 0, + "subgroup": 2, + "version": 0.6, + "emoticon": "xp" + }, + { + "annotation": "发财", + "hexcode": "1F911", + "tags": [ + "拜金", + "脸", + "见钱眼开", + "钱" + ], + "emoji": "🤑", + "text": "", + "type": 1, + "order": 29, + "group": 0, + "subgroup": 2, + "version": 1 + }, + { + "annotation": "抱抱", + "hexcode": "1F917", + "tags": [ + "抱", + "拥抱", + "笑", + "脸" + ], + "emoji": "🤗", + "text": "", + "type": 1, + "order": 30, + "group": 0, + "subgroup": 3, + "version": 1 + }, + { + "annotation": "不说", + "hexcode": "1F92D", + "tags": [ + "哎呀", + "脸" + ], + "emoji": "🤭", + "text": "", + "type": 1, + "order": 31, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "安静的脸", + "hexcode": "1F92B", + "tags": [ + "嘘", + "安静" + ], + "emoji": "🤫", + "text": "", + "type": 1, + "order": 32, + "group": 0, + "subgroup": 3, + "version": 5 + }, + { + "annotation": "想一想", + "hexcode": "1F914", + "tags": [ + "思考", + "想", + "脸" + ], + "emoji": "🤔", + "text": "", + "type": 1, + "order": 33, + "group": 0, + "subgroup": 3, + "version": 1, + "emoticon": ":l" + }, + { + "annotation": "闭嘴", + "hexcode": "1F910", + "tags": [ + "嘴", + "脸" + ], + "emoji": "🤐", + "text": "", + "type": 1, + "order": 34, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":z" + }, + { + "annotation": "挑眉", + "hexcode": "1F928", + "tags": [ + "不信任", + "怀疑", + "眉毛上挑的脸", + "脸" + ], + "emoji": "🤨", + "text": "", + "type": 1, + "order": 35, + "group": 0, + "subgroup": 4, + "version": 5 + }, + { + "annotation": "冷漠", + "hexcode": "1F610", + "tags": [ + "脸", + "面无表情" + ], + "emoji": "😐️", + "text": "😐︎", + "type": 1, + "order": 36, + "group": 0, + "subgroup": 4, + "version": 0.7, + "emoticon": ":|" + }, + { + "annotation": "无语", + "hexcode": "1F611", + "tags": [ + "脸", + "茫然", + "面无表情" + ], + "emoji": "😑", + "text": "", + "type": 1, + "order": 37, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "沉默", + "hexcode": "1F636", + "tags": [ + "嘴", + "安静", + "脸" + ], + "emoji": "😶", + "text": "", + "type": 1, + "order": 38, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": ":#" + }, + { + "annotation": "迷茫", + "hexcode": "1F636-200D-1F32B-FE0F", + "tags": [ + "迷茫" + ], + "emoji": "😶‍🌫️", + "text": "", + "type": 1, + "order": 39, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "得意", + "hexcode": "1F60F", + "tags": [ + "假笑" + ], + "emoji": "😏", + "text": "", + "type": 1, + "order": 41, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":j" + }, + { + "annotation": "不高兴", + "hexcode": "1F612", + "tags": [ + "不屑", + "不服", + "脸", + "郁闷", + "鄙视" + ], + "emoji": "😒", + "text": "", + "type": 1, + "order": 42, + "group": 0, + "subgroup": 4, + "version": 0.6, + "emoticon": ":?" + }, + { + "annotation": "翻白眼", + "hexcode": "1F644", + "tags": [ + "无语", + "白眼", + "脸" + ], + "emoji": "🙄", + "text": "", + "type": 1, + "order": 43, + "group": 0, + "subgroup": 4, + "version": 1 + }, + { + "annotation": "龇牙咧嘴", + "hexcode": "1F62C", + "tags": [ + "咬牙切齿", + "脸", + "露齿", + "鬼脸" + ], + "emoji": "😬", + "text": "", + "type": 1, + "order": 44, + "group": 0, + "subgroup": 4, + "version": 1, + "emoticon": "8D" + }, + { + "annotation": "呼气", + "hexcode": "1F62E-200D-1F4A8", + "tags": [ + "呼气" + ], + "emoji": "😮‍💨", + "text": "", + "type": 1, + "order": 45, + "group": 0, + "subgroup": 4, + "version": 13.1 + }, + { + "annotation": "说谎", + "hexcode": "1F925", + "tags": [ + "匹诺曹", + "脸", + "长鼻子" + ], + "emoji": "🤥", + "text": "", + "type": 1, + "order": 46, + "group": 0, + "subgroup": 4, + "version": 3 + }, + { + "annotation": "松了口气", + "hexcode": "1F60C", + "tags": [ + "如释重负", + "松口气", + "脸" + ], + "emoji": "😌", + "text": "", + "type": 1, + "order": 47, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "沉思", + "hexcode": "1F614", + "tags": [ + "心事重重", + "脸" + ], + "emoji": "😔", + "text": "", + "type": 1, + "order": 48, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "困", + "hexcode": "1F62A", + "tags": [ + "睡觉", + "瞌睡", + "脸" + ], + "emoji": "😪", + "text": "", + "type": 1, + "order": 49, + "group": 0, + "subgroup": 5, + "version": 0.6 + }, + { + "annotation": "流口水", + "hexcode": "1F924", + "tags": [ + "口水", + "垂涎三尺", + "脸" + ], + "emoji": "🤤", + "text": "", + "type": 1, + "order": 50, + "group": 0, + "subgroup": 5, + "version": 3 + }, + { + "annotation": "睡着了", + "hexcode": "1F634", + "tags": [ + "呼噜", + "打呼", + "脸" + ], + "emoji": "😴", + "text": "", + "type": 1, + "order": 51, + "group": 0, + "subgroup": 5, + "version": 1 + }, + { + "annotation": "感冒", + "hexcode": "1F637", + "tags": [ + "医生", + "口罩", + "生病", + "脸" + ], + "emoji": "😷", + "text": "", + "type": 1, + "order": 52, + "group": 0, + "subgroup": 6, + "version": 0.6 + }, + { + "annotation": "发烧", + "hexcode": "1F912", + "tags": [ + "体温计", + "温度计", + "生病", + "脸" + ], + "emoji": "🤒", + "text": "", + "type": 1, + "order": 53, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "受伤", + "hexcode": "1F915", + "tags": [ + "打绷带", + "脸" + ], + "emoji": "🤕", + "text": "", + "type": 1, + "order": 54, + "group": 0, + "subgroup": 6, + "version": 1 + }, + { + "annotation": "恶心", + "hexcode": "1F922", + "tags": [ + "吐", + "呕", + "脸" + ], + "emoji": "🤢", + "text": "", + "type": 1, + "order": 55, + "group": 0, + "subgroup": 6, + "version": 3, + "emoticon": "%(" + }, + { + "annotation": "呕吐", + "hexcode": "1F92E", + "tags": [ + "不舒服", + "脸" + ], + "emoji": "🤮", + "text": "", + "type": 1, + "order": 56, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "打喷嚏", + "hexcode": "1F927", + "tags": [ + "喷嚏", + "脸", + "鼻涕" + ], + "emoji": "🤧", + "text": "", + "type": 1, + "order": 57, + "group": 0, + "subgroup": 6, + "version": 3 + }, + { + "annotation": "脸发烧", + "hexcode": "1F975", + "tags": [ + "出汗", + "发烧", + "发热", + "心狂跳", + "脸红" + ], + "emoji": "🥵", + "text": "", + "type": 1, + "order": 58, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "冷脸", + "hexcode": "1F976", + "tags": [ + "冷", + "冷冰冰", + "冻僵", + "满面寒霜" + ], + "emoji": "🥶", + "text": "", + "type": 1, + "order": 59, + "group": 0, + "subgroup": 6, + "version": 11 + }, + { + "annotation": "头昏眼花", + "hexcode": "1F974", + "tags": [ + "嘴唇颤抖", + "头晕眼花", + "微醺", + "眼花", + "醉醺醺" + ], + "emoji": "🥴", + "text": "", + "type": 1, + "order": 60, + "group": 0, + "subgroup": 6, + "version": 11, + "emoticon": ":&" + }, + { + "annotation": "晕头转向", + "hexcode": "1F635", + "tags": [ + "头晕", + "头晕眼花", + "晕头", + "脸" + ], + "emoji": "😵", + "text": "", + "type": 1, + "order": 61, + "group": 0, + "subgroup": 6, + "version": 0.6, + "emoticon": "xo" + }, + { + "annotation": "晕", + "hexcode": "1F635-200D-1F4AB", + "tags": [ + "晕" + ], + "emoji": "😵‍💫", + "text": "", + "type": 1, + "order": 62, + "group": 0, + "subgroup": 6, + "version": 13.1 + }, + { + "annotation": "爆炸头", + "hexcode": "1F92F", + "tags": [ + "震惊" + ], + "emoji": "🤯", + "text": "", + "type": 1, + "order": 63, + "group": 0, + "subgroup": 6, + "version": 5 + }, + { + "annotation": "牛仔帽脸", + "hexcode": "1F920", + "tags": [ + "帽", + "牛仔", + "脸" + ], + "emoji": "🤠", + "text": "", + "type": 1, + "order": 64, + "group": 0, + "subgroup": 7, + "version": 3 + }, + { + "annotation": "聚会笑脸", + "hexcode": "1F973", + "tags": [ + "号角", + "帽子", + "庆祝", + "聚会" + ], + "emoji": "🥳", + "text": "", + "type": 1, + "order": 65, + "group": 0, + "subgroup": 7, + "version": 11 + }, + { + "annotation": "伪装的脸", + "hexcode": "1F978", + "tags": [ + "伪装", + "眼镜", + "脸", + "隐瞒身份", + "鼻子" + ], + "emoji": "🥸", + "text": "", + "type": 1, + "order": 66, + "group": 0, + "subgroup": 7, + "version": 13 + }, + { + "annotation": "墨镜笑脸", + "hexcode": "1F60E", + "tags": [ + "墨镜", + "太阳镜", + "眼镜", + "酷" + ], + "emoji": "😎", + "text": "", + "type": 1, + "order": 67, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": "8)" + }, + { + "annotation": "书呆子脸", + "hexcode": "1F913", + "tags": [ + "奇葩", + "脸" + ], + "emoji": "🤓", + "text": "", + "type": 1, + "order": 68, + "group": 0, + "subgroup": 8, + "version": 1, + "emoticon": ":B" + }, + { + "annotation": "带单片眼镜的脸", + "hexcode": "1F9D0", + "tags": [ + "古板" + ], + "emoji": "🧐", + "text": "", + "type": 1, + "order": 69, + "group": 0, + "subgroup": 8, + "version": 5 + }, + { + "annotation": "困扰", + "hexcode": "1F615", + "tags": [ + "不懂", + "困惑", + "疑惑", + "脸" + ], + "emoji": "😕", + "text": "", + "type": 1, + "order": 70, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":/" + }, + { + "annotation": "担心", + "hexcode": "1F61F", + "tags": [ + "不高兴", + "伤心", + "担忧", + "焦虑", + "脸" + ], + "emoji": "😟", + "text": "", + "type": 1, + "order": 71, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "微微不满", + "hexcode": "1F641", + "tags": [ + "不开心", + "不高兴", + "委屈", + "心情不好", + "脸" + ], + "emoji": "🙁", + "text": "", + "type": 1, + "order": 72, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "不满", + "hexcode": "2639", + "tags": [ + "不爽", + "不高兴", + "皱眉", + "脸" + ], + "emoji": "☹️", + "text": "☹︎", + "type": 0, + "order": 74, + "group": 0, + "subgroup": 9, + "version": 0.7, + "emoticon": ":(" + }, + { + "annotation": "吃惊", + "hexcode": "1F62E", + "tags": [ + "同情", + "啊", + "脸" + ], + "emoji": "😮", + "text": "", + "type": 1, + "order": 75, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "缄默", + "hexcode": "1F62F", + "tags": [ + "吃惊", + "脸" + ], + "emoji": "😯", + "text": "", + "type": 1, + "order": 76, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "震惊", + "hexcode": "1F632", + "tags": [ + "惊", + "惊讶", + "脸" + ], + "emoji": "😲", + "text": "", + "type": 1, + "order": 77, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":o" + }, + { + "annotation": "脸红", + "hexcode": "1F633", + "tags": [ + "困惑", + "害羞", + "羞涩", + "脸", + "茫然", + "迷茫" + ], + "emoji": "😳", + "text": "", + "type": 1, + "order": 78, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":$" + }, + { + "annotation": "恳求的脸", + "hexcode": "1F97A", + "tags": [ + "可怜兮兮的眼神", + "怜悯", + "祈求" + ], + "emoji": "🥺", + "text": "", + "type": 1, + "order": 79, + "group": 0, + "subgroup": 9, + "version": 11 + }, + { + "annotation": "啊", + "hexcode": "1F626", + "tags": [ + "惊讶", + "目瞪口呆", + "脸" + ], + "emoji": "😦", + "text": "", + "type": 1, + "order": 80, + "group": 0, + "subgroup": 9, + "version": 1 + }, + { + "annotation": "极度痛苦", + "hexcode": "1F627", + "tags": [ + "痛", + "脸", + "难受" + ], + "emoji": "😧", + "text": "", + "type": 1, + "order": 81, + "group": 0, + "subgroup": 9, + "version": 1, + "emoticon": ":s" + }, + { + "annotation": "害怕", + "hexcode": "1F628", + "tags": [ + "怕", + "恐怖", + "恐惧", + "脸" + ], + "emoji": "😨", + "text": "", + "type": 1, + "order": 82, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "冷汗", + "hexcode": "1F630", + "tags": [ + "无语", + "汗", + "焦虑", + "紧张", + "脸" + ], + "emoji": "😰", + "text": "", + "type": 1, + "order": 83, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "失望但如释重负", + "hexcode": "1F625", + "tags": [ + "失望", + "如释重负", + "脸" + ], + "emoji": "😥", + "text": "", + "type": 1, + "order": 84, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "哭", + "hexcode": "1F622", + "tags": [ + "伤心", + "泪", + "脸" + ], + "emoji": "😢", + "text": "", + "type": 1, + "order": 85, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'(" + }, + { + "annotation": "放声大哭", + "hexcode": "1F62D", + "tags": [ + "哭", + "大哭", + "泪", + "痛哭", + "脸" + ], + "emoji": "😭", + "text": "", + "type": 1, + "order": 86, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":'o" + }, + { + "annotation": "吓死了", + "hexcode": "1F631", + "tags": [ + "吓死", + "害怕", + "尖叫", + "恐怖", + "脸" + ], + "emoji": "😱", + "text": "", + "type": 1, + "order": 87, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "Dx" + }, + { + "annotation": "困惑", + "hexcode": "1F616", + "tags": [ + "焦头烂额", + "纠结", + "脸" + ], + "emoji": "😖", + "text": "", + "type": 1, + "order": 88, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "x(" + }, + { + "annotation": "痛苦", + "hexcode": "1F623", + "tags": [ + "忍耐", + "脸", + "难受" + ], + "emoji": "😣", + "text": "", + "type": 1, + "order": 89, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "失望", + "hexcode": "1F61E", + "tags": [ + "不高兴", + "脸", + "难过" + ], + "emoji": "😞", + "text": "", + "type": 1, + "order": 90, + "group": 0, + "subgroup": 9, + "version": 0.6 + }, + { + "annotation": "汗", + "hexcode": "1F613", + "tags": [ + "冷", + "尴尬", + "脸" + ], + "emoji": "😓", + "text": "", + "type": 1, + "order": 91, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":<" + }, + { + "annotation": "累死了", + "hexcode": "1F629", + "tags": [ + "疲倦", + "疲劳", + "疲惫", + "累", + "脸" + ], + "emoji": "😩", + "text": "", + "type": 1, + "order": 92, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": "D:" + }, + { + "annotation": "累", + "hexcode": "1F62B", + "tags": [ + "疲倦", + "疲劳", + "疲惫", + "脸" + ], + "emoji": "😫", + "text": "", + "type": 1, + "order": 93, + "group": 0, + "subgroup": 9, + "version": 0.6, + "emoticon": ":c" + }, + { + "annotation": "打呵欠", + "hexcode": "1F971", + "tags": [ + "呵欠", + "哈欠", + "困", + "无聊", + "累" + ], + "emoji": "🥱", + "text": "", + "type": 1, + "order": 94, + "group": 0, + "subgroup": 9, + "version": 12 + }, + { + "annotation": "傲慢", + "hexcode": "1F624", + "tags": [ + "胜利", + "自负", + "赢", + "趾高气昂" + ], + "emoji": "😤", + "text": "", + "type": 1, + "order": 95, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "怒火中烧", + "hexcode": "1F621", + "tags": [ + "发火", + "发飙", + "怒", + "生气", + "脸" + ], + "emoji": "😡", + "text": "", + "type": 1, + "order": 96, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:/" + }, + { + "annotation": "生气", + "hexcode": "1F620", + "tags": [ + "怒", + "愤怒", + "脸" + ], + "emoji": "😠", + "text": "", + "type": 1, + "order": 97, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "嘴上有符号的脸", + "hexcode": "1F92C", + "tags": [ + "发誓", + "咒骂", + "脸" + ], + "emoji": "🤬", + "text": "", + "type": 1, + "order": 98, + "group": 0, + "subgroup": 10, + "version": 5, + "emoticon": ":@" + }, + { + "annotation": "恶魔微笑", + "hexcode": "1F608", + "tags": [ + "幻想", + "犄角", + "神话故事", + "脸" + ], + "emoji": "😈", + "text": "", + "type": 1, + "order": 99, + "group": 0, + "subgroup": 10, + "version": 1, + "emoticon": ">:)" + }, + { + "annotation": "生气的恶魔", + "hexcode": "1F47F", + "tags": [ + "幻想", + "顽童" + ], + "emoji": "👿", + "text": "", + "type": 1, + "order": 100, + "group": 0, + "subgroup": 10, + "version": 0.6, + "emoticon": ">:(" + }, + { + "annotation": "头骨", + "hexcode": "1F480", + "tags": [ + "妖怪", + "死亡", + "神话故事", + "脸" + ], + "emoji": "💀", + "text": "", + "type": 1, + "order": 101, + "group": 0, + "subgroup": 10, + "version": 0.6 + }, + { + "annotation": "骷髅", + "hexcode": "2620", + "tags": [ + "头骨", + "妖怪", + "死亡", + "脸", + "骨头" + ], + "emoji": "☠️", + "text": "☠︎", + "type": 0, + "order": 103, + "group": 0, + "subgroup": 10, + "version": 1 + }, + { + "annotation": "大便", + "hexcode": "1F4A9", + "tags": [ + "屎", + "怪物", + "粑粑", + "脸" + ], + "emoji": "💩", + "text": "", + "type": 1, + "order": 104, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "小丑脸", + "hexcode": "1F921", + "tags": [ + "小丑", + "脸" + ], + "emoji": "🤡", + "text": "", + "type": 1, + "order": 105, + "group": 0, + "subgroup": 11, + "version": 3 + }, + { + "annotation": "食人魔", + "hexcode": "1F479", + "tags": [ + "妖怪", + "幻想", + "神话故事", + "脸", + "鬼" + ], + "emoji": "👹", + "text": "", + "type": 1, + "order": 106, + "group": 0, + "subgroup": 11, + "version": 0.6, + "emoticon": ">0)" + }, + { + "annotation": "小妖精", + "hexcode": "1F47A", + "tags": [ + "妖怪", + "幻想", + "神话故事", + "脸" + ], + "emoji": "👺", + "text": "", + "type": 1, + "order": 107, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "鬼", + "hexcode": "1F47B", + "tags": [ + "妖怪", + "幻想", + "幽灵", + "神话故事", + "脸" + ], + "emoji": "👻", + "text": "", + "type": 1, + "order": 108, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "外星人", + "hexcode": "1F47D", + "tags": [ + "ufo", + "外星", + "太空", + "幻想", + "星际", + "脸" + ], + "emoji": "👽️", + "text": "👽︎", + "type": 1, + "order": 109, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "外星怪物", + "hexcode": "1F47E", + "tags": [ + "ufo", + "外星", + "太空", + "怪物", + "星际", + "脸", + "飞碟" + ], + "emoji": "👾", + "text": "", + "type": 1, + "order": 110, + "group": 0, + "subgroup": 11, + "version": 0.6 + }, + { + "annotation": "机器人", + "hexcode": "1F916", + "tags": [ + "怪物" + ], + "emoji": "🤖", + "text": "", + "type": 1, + "order": 111, + "group": 0, + "subgroup": 11, + "version": 1 + }, + { + "annotation": "大笑的猫", + "hexcode": "1F63A", + "tags": [ + "哈哈", + "猫脸", + "笑", + "脸" + ], + "emoji": "😺", + "text": "", + "type": 1, + "order": 112, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "微笑的猫", + "hexcode": "1F638", + "tags": [ + "呵呵", + "猫脸", + "笑", + "脸" + ], + "emoji": "😸", + "text": "", + "type": 1, + "order": 113, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "笑出眼泪的猫", + "hexcode": "1F639", + "tags": [ + "喜极而泣", + "快乐", + "猫脸", + "眼泪", + "脸" + ], + "emoji": "😹", + "text": "", + "type": 1, + "order": 114, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "花痴的猫", + "hexcode": "1F63B", + "tags": [ + "喜欢", + "心", + "猫脸", + "脸", + "花痴" + ], + "emoji": "😻", + "text": "", + "type": 1, + "order": 115, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "奸笑的猫", + "hexcode": "1F63C", + "tags": [ + "奸笑", + "猫脸", + "脸", + "讽刺" + ], + "emoji": "😼", + "text": "", + "type": 1, + "order": 116, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "亲亲猫", + "hexcode": "1F63D", + "tags": [ + "亲亲", + "吻", + "猫脸", + "脸" + ], + "emoji": "😽", + "text": "", + "type": 1, + "order": 117, + "group": 0, + "subgroup": 12, + "version": 0.6, + "emoticon": ":3" + }, + { + "annotation": "疲倦的猫", + "hexcode": "1F640", + "tags": [ + "惊讶", + "猫脸", + "疲倦", + "累", + "脸" + ], + "emoji": "🙀", + "text": "", + "type": 1, + "order": 118, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "哭泣的猫", + "hexcode": "1F63F", + "tags": [ + "哭", + "猫脸", + "眼泪", + "脸", + "难过" + ], + "emoji": "😿", + "text": "", + "type": 1, + "order": 119, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "生气的猫", + "hexcode": "1F63E", + "tags": [ + "猫脸", + "生气", + "脸" + ], + "emoji": "😾", + "text": "", + "type": 1, + "order": 120, + "group": 0, + "subgroup": 12, + "version": 0.6 + }, + { + "annotation": "非礼勿视", + "hexcode": "1F648", + "tags": [ + "脸", + "蒙住眼睛", + "蒙眼" + ], + "emoji": "🙈", + "text": "", + "type": 1, + "order": 121, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "非礼勿听", + "hexcode": "1F649", + "tags": [ + "堵上耳朵", + "堵耳", + "脸" + ], + "emoji": "🙉", + "text": "", + "type": 1, + "order": 122, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "非礼勿言", + "hexcode": "1F64A", + "tags": [ + "捂上嘴巴", + "捂嘴", + "脸" + ], + "emoji": "🙊", + "text": "", + "type": 1, + "order": 123, + "group": 0, + "subgroup": 13, + "version": 0.6 + }, + { + "annotation": "唇印", + "hexcode": "1F48B", + "tags": [ + "吻", + "唇", + "浪漫" + ], + "emoji": "💋", + "text": "", + "type": 1, + "order": 124, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "情书", + "hexcode": "1F48C", + "tags": [ + "信", + "邮件" + ], + "emoji": "💌", + "text": "", + "type": 1, + "order": 125, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "心中箭了", + "hexcode": "1F498", + "tags": [ + "丘比特", + "浪漫", + "爱情", + "箭", + "红心" + ], + "emoji": "💘", + "text": "", + "type": 1, + "order": 126, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "系有缎带的心", + "hexcode": "1F49D", + "tags": [ + "爱的礼物", + "送你一颗心" + ], + "emoji": "💝", + "text": "", + "type": 1, + "order": 127, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "闪亮的心", + "hexcode": "1F496", + "tags": [ + "激动", + "红心", + "闪亮" + ], + "emoji": "💖", + "text": "", + "type": 1, + "order": 128, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "搏动的心", + "hexcode": "1F497", + "tags": [ + "搏动", + "激动", + "紧张", + "红心" + ], + "emoji": "💗", + "text": "", + "type": 1, + "order": 129, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "心跳", + "hexcode": "1F493", + "tags": [ + "心动", + "爱" + ], + "emoji": "💓", + "text": "", + "type": 1, + "order": 130, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "舞动的心", + "hexcode": "1F49E", + "tags": [ + "旋转", + "涌动", + "跃动" + ], + "emoji": "💞", + "text": "", + "type": 1, + "order": 131, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "两颗心", + "hexcode": "1F495", + "tags": [ + "爱情" + ], + "emoji": "💕", + "text": "", + "type": 1, + "order": 132, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "心型装饰", + "hexcode": "1F49F", + "tags": [ + "装饰" + ], + "emoji": "💟", + "text": "", + "type": 1, + "order": 133, + "group": 0, + "subgroup": 14, + "version": 0.6 + }, + { + "annotation": "心叹号", + "hexcode": "2763", + "tags": [ + "叹号", + "心动" + ], + "emoji": "❣️", + "text": "❣︎", + "type": 0, + "order": 135, + "group": 0, + "subgroup": 14, + "version": 1 + }, + { + "annotation": "心碎", + "hexcode": "1F494", + "tags": [ + "伤心" + ], + "emoji": "💔", + "text": "", + "type": 1, + "order": 136, + "group": 0, + "subgroup": 14, + "version": 0.6, + "emoticon": "", + "skins": [ + { + "annotation": "男法师: 较浅肤色", + "hexcode": "1F9D9-1F3FB-200D-2642-FE0F", + "emoji": "🧙🏻‍♂️", + "text": "", + "type": 1, + "order": 1623, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男法师: 中等-浅肤色", + "hexcode": "1F9D9-1F3FC-200D-2642-FE0F", + "emoji": "🧙🏼‍♂️", + "text": "", + "type": 1, + "order": 1625, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男法师: 中等肤色", + "hexcode": "1F9D9-1F3FD-200D-2642-FE0F", + "emoji": "🧙🏽‍♂️", + "text": "", + "type": 1, + "order": 1627, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男法师: 中等-深肤色", + "hexcode": "1F9D9-1F3FE-200D-2642-FE0F", + "emoji": "🧙🏾‍♂️", + "text": "", + "type": 1, + "order": 1629, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男法师: 较深肤色", + "hexcode": "1F9D9-1F3FF-200D-2642-FE0F", + "emoji": "🧙🏿‍♂️", + "text": "", + "type": 1, + "order": 1631, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女法师", + "hexcode": "1F9D9-200D-2640-FE0F", + "tags": [ + "女巫", + "女魔术师" + ], + "emoji": "🧙‍♀️", + "text": "", + "type": 1, + "order": 1633, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "女法师: 较浅肤色", + "hexcode": "1F9D9-1F3FB-200D-2640-FE0F", + "emoji": "🧙🏻‍♀️", + "text": "", + "type": 1, + "order": 1635, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女法师: 中等-浅肤色", + "hexcode": "1F9D9-1F3FC-200D-2640-FE0F", + "emoji": "🧙🏼‍♀️", + "text": "", + "type": 1, + "order": 1637, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女法师: 中等肤色", + "hexcode": "1F9D9-1F3FD-200D-2640-FE0F", + "emoji": "🧙🏽‍♀️", + "text": "", + "type": 1, + "order": 1639, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女法师: 中等-深肤色", + "hexcode": "1F9D9-1F3FE-200D-2640-FE0F", + "emoji": "🧙🏾‍♀️", + "text": "", + "type": 1, + "order": 1641, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女法师: 较深肤色", + "hexcode": "1F9D9-1F3FF-200D-2640-FE0F", + "emoji": "🧙🏿‍♀️", + "text": "", + "type": 1, + "order": 1643, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "精灵", + "hexcode": "1F9DA", + "tags": [ + "天卫三", + "天卫十五", + "天卫四" + ], + "emoji": "🧚", + "text": "", + "type": 1, + "order": 1645, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "精灵: 较浅肤色", + "hexcode": "1F9DA-1F3FB", + "emoji": "🧚🏻", + "text": "", + "type": 1, + "order": 1646, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "精灵: 中等-浅肤色", + "hexcode": "1F9DA-1F3FC", + "emoji": "🧚🏼", + "text": "", + "type": 1, + "order": 1647, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "精灵: 中等肤色", + "hexcode": "1F9DA-1F3FD", + "emoji": "🧚🏽", + "text": "", + "type": 1, + "order": 1648, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "精灵: 中等-深肤色", + "hexcode": "1F9DA-1F3FE", + "emoji": "🧚🏾", + "text": "", + "type": 1, + "order": 1649, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "精灵: 较深肤色", + "hexcode": "1F9DA-1F3FF", + "emoji": "🧚🏿", + "text": "", + "type": 1, + "order": 1650, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "仙人", + "hexcode": "1F9DA-200D-2642-FE0F", + "tags": [ + "仙男", + "天卫十五", + "天卫四", + "男精灵" + ], + "emoji": "🧚‍♂️", + "text": "", + "type": 1, + "order": 1651, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "仙人: 较浅肤色", + "hexcode": "1F9DA-1F3FB-200D-2642-FE0F", + "emoji": "🧚🏻‍♂️", + "text": "", + "type": 1, + "order": 1653, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "仙人: 中等-浅肤色", + "hexcode": "1F9DA-1F3FC-200D-2642-FE0F", + "emoji": "🧚🏼‍♂️", + "text": "", + "type": 1, + "order": 1655, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "仙人: 中等肤色", + "hexcode": "1F9DA-1F3FD-200D-2642-FE0F", + "emoji": "🧚🏽‍♂️", + "text": "", + "type": 1, + "order": 1657, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "仙人: 中等-深肤色", + "hexcode": "1F9DA-1F3FE-200D-2642-FE0F", + "emoji": "🧚🏾‍♂️", + "text": "", + "type": 1, + "order": 1659, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "仙人: 较深肤色", + "hexcode": "1F9DA-1F3FF-200D-2642-FE0F", + "emoji": "🧚🏿‍♂️", + "text": "", + "type": 1, + "order": 1661, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "仙女", + "hexcode": "1F9DA-200D-2640-FE0F", + "tags": [ + "女精灵", + "妖精王后" + ], + "emoji": "🧚‍♀️", + "text": "", + "type": 1, + "order": 1663, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "仙女: 较浅肤色", + "hexcode": "1F9DA-1F3FB-200D-2640-FE0F", + "emoji": "🧚🏻‍♀️", + "text": "", + "type": 1, + "order": 1665, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "仙女: 中等-浅肤色", + "hexcode": "1F9DA-1F3FC-200D-2640-FE0F", + "emoji": "🧚🏼‍♀️", + "text": "", + "type": 1, + "order": 1667, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "仙女: 中等肤色", + "hexcode": "1F9DA-1F3FD-200D-2640-FE0F", + "emoji": "🧚🏽‍♀️", + "text": "", + "type": 1, + "order": 1669, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "仙女: 中等-深肤色", + "hexcode": "1F9DA-1F3FE-200D-2640-FE0F", + "emoji": "🧚🏾‍♀️", + "text": "", + "type": 1, + "order": 1671, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "仙女: 较深肤色", + "hexcode": "1F9DA-1F3FF-200D-2640-FE0F", + "emoji": "🧚🏿‍♀️", + "text": "", + "type": 1, + "order": 1673, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "吸血鬼", + "hexcode": "1F9DB", + "tags": [ + "不死族" + ], + "emoji": "🧛", + "text": "", + "type": 1, + "order": 1675, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": ":E", + "skins": [ + { + "annotation": "吸血鬼: 较浅肤色", + "hexcode": "1F9DB-1F3FB", + "emoji": "🧛🏻", + "text": "", + "type": 1, + "order": 1676, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "吸血鬼: 中等-浅肤色", + "hexcode": "1F9DB-1F3FC", + "emoji": "🧛🏼", + "text": "", + "type": 1, + "order": 1677, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "吸血鬼: 中等肤色", + "hexcode": "1F9DB-1F3FD", + "emoji": "🧛🏽", + "text": "", + "type": 1, + "order": 1678, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "吸血鬼: 中等-深肤色", + "hexcode": "1F9DB-1F3FE", + "emoji": "🧛🏾", + "text": "", + "type": 1, + "order": 1679, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "吸血鬼: 较深肤色", + "hexcode": "1F9DB-1F3FF", + "emoji": "🧛🏿", + "text": "", + "type": 1, + "order": 1680, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "男吸血鬼", + "hexcode": "1F9DB-200D-2642-FE0F", + "tags": [ + "男不死族" + ], + "emoji": "🧛‍♂️", + "text": "", + "type": 1, + "order": 1681, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "男吸血鬼: 较浅肤色", + "hexcode": "1F9DB-1F3FB-200D-2642-FE0F", + "emoji": "🧛🏻‍♂️", + "text": "", + "type": 1, + "order": 1683, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男吸血鬼: 中等-浅肤色", + "hexcode": "1F9DB-1F3FC-200D-2642-FE0F", + "emoji": "🧛🏼‍♂️", + "text": "", + "type": 1, + "order": 1685, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男吸血鬼: 中等肤色", + "hexcode": "1F9DB-1F3FD-200D-2642-FE0F", + "emoji": "🧛🏽‍♂️", + "text": "", + "type": 1, + "order": 1687, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男吸血鬼: 中等-深肤色", + "hexcode": "1F9DB-1F3FE-200D-2642-FE0F", + "emoji": "🧛🏾‍♂️", + "text": "", + "type": 1, + "order": 1689, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男吸血鬼: 较深肤色", + "hexcode": "1F9DB-1F3FF-200D-2642-FE0F", + "emoji": "🧛🏿‍♂️", + "text": "", + "type": 1, + "order": 1691, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女吸血鬼", + "hexcode": "1F9DB-200D-2640-FE0F", + "tags": [ + "女不死族" + ], + "emoji": "🧛‍♀️", + "text": "", + "type": 1, + "order": 1693, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "女吸血鬼: 较浅肤色", + "hexcode": "1F9DB-1F3FB-200D-2640-FE0F", + "emoji": "🧛🏻‍♀️", + "text": "", + "type": 1, + "order": 1695, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女吸血鬼: 中等-浅肤色", + "hexcode": "1F9DB-1F3FC-200D-2640-FE0F", + "emoji": "🧛🏼‍♀️", + "text": "", + "type": 1, + "order": 1697, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女吸血鬼: 中等肤色", + "hexcode": "1F9DB-1F3FD-200D-2640-FE0F", + "emoji": "🧛🏽‍♀️", + "text": "", + "type": 1, + "order": 1699, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女吸血鬼: 中等-深肤色", + "hexcode": "1F9DB-1F3FE-200D-2640-FE0F", + "emoji": "🧛🏾‍♀️", + "text": "", + "type": 1, + "order": 1701, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女吸血鬼: 较深肤色", + "hexcode": "1F9DB-1F3FF-200D-2640-FE0F", + "emoji": "🧛🏿‍♀️", + "text": "", + "type": 1, + "order": 1703, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "人鱼", + "hexcode": "1F9DC", + "tags": [ + "女人鱼", + "男人鱼", + "美人鱼" + ], + "emoji": "🧜", + "text": "", + "type": 1, + "order": 1705, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "人鱼: 较浅肤色", + "hexcode": "1F9DC-1F3FB", + "emoji": "🧜🏻", + "text": "", + "type": 1, + "order": 1706, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "人鱼: 中等-浅肤色", + "hexcode": "1F9DC-1F3FC", + "emoji": "🧜🏼", + "text": "", + "type": 1, + "order": 1707, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "人鱼: 中等肤色", + "hexcode": "1F9DC-1F3FD", + "emoji": "🧜🏽", + "text": "", + "type": 1, + "order": 1708, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "人鱼: 中等-深肤色", + "hexcode": "1F9DC-1F3FE", + "emoji": "🧜🏾", + "text": "", + "type": 1, + "order": 1709, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "人鱼: 较深肤色", + "hexcode": "1F9DC-1F3FF", + "emoji": "🧜🏿", + "text": "", + "type": 1, + "order": 1710, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "男人鱼", + "hexcode": "1F9DC-200D-2642-FE0F", + "tags": [ + "特里同" + ], + "emoji": "🧜‍♂️", + "text": "", + "type": 1, + "order": 1711, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "男人鱼: 较浅肤色", + "hexcode": "1F9DC-1F3FB-200D-2642-FE0F", + "emoji": "🧜🏻‍♂️", + "text": "", + "type": 1, + "order": 1713, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男人鱼: 中等-浅肤色", + "hexcode": "1F9DC-1F3FC-200D-2642-FE0F", + "emoji": "🧜🏼‍♂️", + "text": "", + "type": 1, + "order": 1715, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男人鱼: 中等肤色", + "hexcode": "1F9DC-1F3FD-200D-2642-FE0F", + "emoji": "🧜🏽‍♂️", + "text": "", + "type": 1, + "order": 1717, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男人鱼: 中等-深肤色", + "hexcode": "1F9DC-1F3FE-200D-2642-FE0F", + "emoji": "🧜🏾‍♂️", + "text": "", + "type": 1, + "order": 1719, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男人鱼: 较深肤色", + "hexcode": "1F9DC-1F3FF-200D-2642-FE0F", + "emoji": "🧜🏿‍♂️", + "text": "", + "type": 1, + "order": 1721, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "美人鱼", + "hexcode": "1F9DC-200D-2640-FE0F", + "tags": [ + "女人鱼" + ], + "emoji": "🧜‍♀️", + "text": "", + "type": 1, + "order": 1723, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "美人鱼: 较浅肤色", + "hexcode": "1F9DC-1F3FB-200D-2640-FE0F", + "emoji": "🧜🏻‍♀️", + "text": "", + "type": 1, + "order": 1725, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "美人鱼: 中等-浅肤色", + "hexcode": "1F9DC-1F3FC-200D-2640-FE0F", + "emoji": "🧜🏼‍♀️", + "text": "", + "type": 1, + "order": 1727, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "美人鱼: 中等肤色", + "hexcode": "1F9DC-1F3FD-200D-2640-FE0F", + "emoji": "🧜🏽‍♀️", + "text": "", + "type": 1, + "order": 1729, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "美人鱼: 中等-深肤色", + "hexcode": "1F9DC-1F3FE-200D-2640-FE0F", + "emoji": "🧜🏾‍♀️", + "text": "", + "type": 1, + "order": 1731, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "美人鱼: 较深肤色", + "hexcode": "1F9DC-1F3FF-200D-2640-FE0F", + "emoji": "🧜🏿‍♀️", + "text": "", + "type": 1, + "order": 1733, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "小精灵", + "hexcode": "1F9DD", + "tags": [ + "魔术" + ], + "emoji": "🧝", + "text": "", + "type": 1, + "order": 1735, + "group": 1, + "subgroup": 25, + "version": 5, + "skins": [ + { + "annotation": "小精灵: 较浅肤色", + "hexcode": "1F9DD-1F3FB", + "emoji": "🧝🏻", + "text": "", + "type": 1, + "order": 1736, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 1 + }, + { + "annotation": "小精灵: 中等-浅肤色", + "hexcode": "1F9DD-1F3FC", + "emoji": "🧝🏼", + "text": "", + "type": 1, + "order": 1737, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 2 + }, + { + "annotation": "小精灵: 中等肤色", + "hexcode": "1F9DD-1F3FD", + "emoji": "🧝🏽", + "text": "", + "type": 1, + "order": 1738, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 3 + }, + { + "annotation": "小精灵: 中等-深肤色", + "hexcode": "1F9DD-1F3FE", + "emoji": "🧝🏾", + "text": "", + "type": 1, + "order": 1739, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 4 + }, + { + "annotation": "小精灵: 较深肤色", + "hexcode": "1F9DD-1F3FF", + "emoji": "🧝🏿", + "text": "", + "type": 1, + "order": 1740, + "group": 1, + "subgroup": 25, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "男小精灵", + "hexcode": "1F9DD-200D-2642-FE0F", + "tags": [ + "男性魔术" + ], + "emoji": "🧝‍♂️", + "text": "", + "type": 1, + "order": 1741, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "男小精灵: 较浅肤色", + "hexcode": "1F9DD-1F3FB-200D-2642-FE0F", + "emoji": "🧝🏻‍♂️", + "text": "", + "type": 1, + "order": 1743, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男小精灵: 中等-浅肤色", + "hexcode": "1F9DD-1F3FC-200D-2642-FE0F", + "emoji": "🧝🏼‍♂️", + "text": "", + "type": 1, + "order": 1745, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男小精灵: 中等肤色", + "hexcode": "1F9DD-1F3FD-200D-2642-FE0F", + "emoji": "🧝🏽‍♂️", + "text": "", + "type": 1, + "order": 1747, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男小精灵: 中等-深肤色", + "hexcode": "1F9DD-1F3FE-200D-2642-FE0F", + "emoji": "🧝🏾‍♂️", + "text": "", + "type": 1, + "order": 1749, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男小精灵: 较深肤色", + "hexcode": "1F9DD-1F3FF-200D-2642-FE0F", + "emoji": "🧝🏿‍♂️", + "text": "", + "type": 1, + "order": 1751, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女小精灵", + "hexcode": "1F9DD-200D-2640-FE0F", + "tags": [ + "女性魔术" + ], + "emoji": "🧝‍♀️", + "text": "", + "type": 1, + "order": 1753, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "女小精灵: 较浅肤色", + "hexcode": "1F9DD-1F3FB-200D-2640-FE0F", + "emoji": "🧝🏻‍♀️", + "text": "", + "type": 1, + "order": 1755, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女小精灵: 中等-浅肤色", + "hexcode": "1F9DD-1F3FC-200D-2640-FE0F", + "emoji": "🧝🏼‍♀️", + "text": "", + "type": 1, + "order": 1757, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女小精灵: 中等肤色", + "hexcode": "1F9DD-1F3FD-200D-2640-FE0F", + "emoji": "🧝🏽‍♀️", + "text": "", + "type": 1, + "order": 1759, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女小精灵: 中等-深肤色", + "hexcode": "1F9DD-1F3FE-200D-2640-FE0F", + "emoji": "🧝🏾‍♀️", + "text": "", + "type": 1, + "order": 1761, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女小精灵: 较深肤色", + "hexcode": "1F9DD-1F3FF-200D-2640-FE0F", + "emoji": "🧝🏿‍♀️", + "text": "", + "type": 1, + "order": 1763, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "妖怪", + "hexcode": "1F9DE", + "tags": [ + "神灵" + ], + "emoji": "🧞", + "text": "", + "type": 1, + "order": 1765, + "group": 1, + "subgroup": 25, + "version": 5 + }, + { + "annotation": "男妖怪", + "hexcode": "1F9DE-200D-2642-FE0F", + "tags": [ + "男神灵" + ], + "emoji": "🧞‍♂️", + "text": "", + "type": 1, + "order": 1766, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "女妖怪", + "hexcode": "1F9DE-200D-2640-FE0F", + "tags": [ + "女神灵" + ], + "emoji": "🧞‍♀️", + "text": "", + "type": 1, + "order": 1768, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "僵尸", + "hexcode": "1F9DF", + "tags": [ + "不死族", + "行尸走肉" + ], + "emoji": "🧟", + "text": "", + "type": 1, + "order": 1770, + "group": 1, + "subgroup": 25, + "version": 5, + "emoticon": "8#" + }, + { + "annotation": "男僵尸", + "hexcode": "1F9DF-200D-2642-FE0F", + "tags": [ + "男行尸走肉" + ], + "emoji": "🧟‍♂️", + "text": "", + "type": 1, + "order": 1771, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 1 + }, + { + "annotation": "女僵尸", + "hexcode": "1F9DF-200D-2640-FE0F", + "tags": [ + "女行尸走肉" + ], + "emoji": "🧟‍♀️", + "text": "", + "type": 1, + "order": 1773, + "group": 1, + "subgroup": 25, + "version": 5, + "gender": 0 + }, + { + "annotation": "按摩", + "hexcode": "1F486", + "tags": [ + "美容" + ], + "emoji": "💆", + "text": "", + "type": 1, + "order": 1775, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "按摩: 较浅肤色", + "hexcode": "1F486-1F3FB", + "emoji": "💆🏻", + "text": "", + "type": 1, + "order": 1776, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "按摩: 中等-浅肤色", + "hexcode": "1F486-1F3FC", + "emoji": "💆🏼", + "text": "", + "type": 1, + "order": 1777, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "按摩: 中等肤色", + "hexcode": "1F486-1F3FD", + "emoji": "💆🏽", + "text": "", + "type": 1, + "order": 1778, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "按摩: 中等-深肤色", + "hexcode": "1F486-1F3FE", + "emoji": "💆🏾", + "text": "", + "type": 1, + "order": 1779, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "按摩: 较深肤色", + "hexcode": "1F486-1F3FF", + "emoji": "💆🏿", + "text": "", + "type": 1, + "order": 1780, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生按摩", + "hexcode": "1F486-200D-2642-FE0F", + "tags": [ + "按摩", + "男" + ], + "emoji": "💆‍♂️", + "text": "", + "type": 1, + "order": 1781, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生按摩: 较浅肤色", + "hexcode": "1F486-1F3FB-200D-2642-FE0F", + "emoji": "💆🏻‍♂️", + "text": "", + "type": 1, + "order": 1783, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生按摩: 中等-浅肤色", + "hexcode": "1F486-1F3FC-200D-2642-FE0F", + "emoji": "💆🏼‍♂️", + "text": "", + "type": 1, + "order": 1785, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生按摩: 中等肤色", + "hexcode": "1F486-1F3FD-200D-2642-FE0F", + "emoji": "💆🏽‍♂️", + "text": "", + "type": 1, + "order": 1787, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生按摩: 中等-深肤色", + "hexcode": "1F486-1F3FE-200D-2642-FE0F", + "emoji": "💆🏾‍♂️", + "text": "", + "type": 1, + "order": 1789, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生按摩: 较深肤色", + "hexcode": "1F486-1F3FF-200D-2642-FE0F", + "emoji": "💆🏿‍♂️", + "text": "", + "type": 1, + "order": 1791, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生按摩", + "hexcode": "1F486-200D-2640-FE0F", + "tags": [ + "女", + "按摩" + ], + "emoji": "💆‍♀️", + "text": "", + "type": 1, + "order": 1793, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生按摩: 较浅肤色", + "hexcode": "1F486-1F3FB-200D-2640-FE0F", + "emoji": "💆🏻‍♀️", + "text": "", + "type": 1, + "order": 1795, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生按摩: 中等-浅肤色", + "hexcode": "1F486-1F3FC-200D-2640-FE0F", + "emoji": "💆🏼‍♀️", + "text": "", + "type": 1, + "order": 1797, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生按摩: 中等肤色", + "hexcode": "1F486-1F3FD-200D-2640-FE0F", + "emoji": "💆🏽‍♀️", + "text": "", + "type": 1, + "order": 1799, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生按摩: 中等-深肤色", + "hexcode": "1F486-1F3FE-200D-2640-FE0F", + "emoji": "💆🏾‍♀️", + "text": "", + "type": 1, + "order": 1801, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生按摩: 较深肤色", + "hexcode": "1F486-1F3FF-200D-2640-FE0F", + "emoji": "💆🏿‍♀️", + "text": "", + "type": 1, + "order": 1803, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "理发", + "hexcode": "1F487", + "tags": [ + "剪头" + ], + "emoji": "💇", + "text": "", + "type": 1, + "order": 1805, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "理发: 较浅肤色", + "hexcode": "1F487-1F3FB", + "emoji": "💇🏻", + "text": "", + "type": 1, + "order": 1806, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "理发: 中等-浅肤色", + "hexcode": "1F487-1F3FC", + "emoji": "💇🏼", + "text": "", + "type": 1, + "order": 1807, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "理发: 中等肤色", + "hexcode": "1F487-1F3FD", + "emoji": "💇🏽", + "text": "", + "type": 1, + "order": 1808, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "理发: 中等-深肤色", + "hexcode": "1F487-1F3FE", + "emoji": "💇🏾", + "text": "", + "type": 1, + "order": 1809, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "理发: 较深肤色", + "hexcode": "1F487-1F3FF", + "emoji": "💇🏿", + "text": "", + "type": 1, + "order": 1810, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生理发", + "hexcode": "1F487-200D-2642-FE0F", + "tags": [ + "剪头", + "理发", + "男" + ], + "emoji": "💇‍♂️", + "text": "", + "type": 1, + "order": 1811, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生理发: 较浅肤色", + "hexcode": "1F487-1F3FB-200D-2642-FE0F", + "emoji": "💇🏻‍♂️", + "text": "", + "type": 1, + "order": 1813, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生理发: 中等-浅肤色", + "hexcode": "1F487-1F3FC-200D-2642-FE0F", + "emoji": "💇🏼‍♂️", + "text": "", + "type": 1, + "order": 1815, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生理发: 中等肤色", + "hexcode": "1F487-1F3FD-200D-2642-FE0F", + "emoji": "💇🏽‍♂️", + "text": "", + "type": 1, + "order": 1817, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生理发: 中等-深肤色", + "hexcode": "1F487-1F3FE-200D-2642-FE0F", + "emoji": "💇🏾‍♂️", + "text": "", + "type": 1, + "order": 1819, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生理发: 较深肤色", + "hexcode": "1F487-1F3FF-200D-2642-FE0F", + "emoji": "💇🏿‍♂️", + "text": "", + "type": 1, + "order": 1821, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生理发", + "hexcode": "1F487-200D-2640-FE0F", + "tags": [ + "剪头", + "女", + "理发" + ], + "emoji": "💇‍♀️", + "text": "", + "type": 1, + "order": 1823, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生理发: 较浅肤色", + "hexcode": "1F487-1F3FB-200D-2640-FE0F", + "emoji": "💇🏻‍♀️", + "text": "", + "type": 1, + "order": 1825, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生理发: 中等-浅肤色", + "hexcode": "1F487-1F3FC-200D-2640-FE0F", + "emoji": "💇🏼‍♀️", + "text": "", + "type": 1, + "order": 1827, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生理发: 中等肤色", + "hexcode": "1F487-1F3FD-200D-2640-FE0F", + "emoji": "💇🏽‍♀️", + "text": "", + "type": 1, + "order": 1829, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生理发: 中等-深肤色", + "hexcode": "1F487-1F3FE-200D-2640-FE0F", + "emoji": "💇🏾‍♀️", + "text": "", + "type": 1, + "order": 1831, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生理发: 较深肤色", + "hexcode": "1F487-1F3FF-200D-2640-FE0F", + "emoji": "💇🏿‍♀️", + "text": "", + "type": 1, + "order": 1833, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "行人", + "hexcode": "1F6B6", + "tags": [ + "徒步", + "走路" + ], + "emoji": "🚶", + "text": "", + "type": 1, + "order": 1835, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "行人: 较浅肤色", + "hexcode": "1F6B6-1F3FB", + "emoji": "🚶🏻", + "text": "", + "type": 1, + "order": 1836, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "行人: 中等-浅肤色", + "hexcode": "1F6B6-1F3FC", + "emoji": "🚶🏼", + "text": "", + "type": 1, + "order": 1837, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "行人: 中等肤色", + "hexcode": "1F6B6-1F3FD", + "emoji": "🚶🏽", + "text": "", + "type": 1, + "order": 1838, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "行人: 中等-深肤色", + "hexcode": "1F6B6-1F3FE", + "emoji": "🚶🏾", + "text": "", + "type": 1, + "order": 1839, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "行人: 较深肤色", + "hexcode": "1F6B6-1F3FF", + "emoji": "🚶🏿", + "text": "", + "type": 1, + "order": 1840, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男行人", + "hexcode": "1F6B6-200D-2642-FE0F", + "tags": [ + "徒步", + "男", + "走路" + ], + "emoji": "🚶‍♂️", + "text": "", + "type": 1, + "order": 1841, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男行人: 较浅肤色", + "hexcode": "1F6B6-1F3FB-200D-2642-FE0F", + "emoji": "🚶🏻‍♂️", + "text": "", + "type": 1, + "order": 1843, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男行人: 中等-浅肤色", + "hexcode": "1F6B6-1F3FC-200D-2642-FE0F", + "emoji": "🚶🏼‍♂️", + "text": "", + "type": 1, + "order": 1845, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男行人: 中等肤色", + "hexcode": "1F6B6-1F3FD-200D-2642-FE0F", + "emoji": "🚶🏽‍♂️", + "text": "", + "type": 1, + "order": 1847, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男行人: 中等-深肤色", + "hexcode": "1F6B6-1F3FE-200D-2642-FE0F", + "emoji": "🚶🏾‍♂️", + "text": "", + "type": 1, + "order": 1849, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男行人: 较深肤色", + "hexcode": "1F6B6-1F3FF-200D-2642-FE0F", + "emoji": "🚶🏿‍♂️", + "text": "", + "type": 1, + "order": 1851, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女行人", + "hexcode": "1F6B6-200D-2640-FE0F", + "tags": [ + "女", + "徒步", + "走路" + ], + "emoji": "🚶‍♀️", + "text": "", + "type": 1, + "order": 1853, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女行人: 较浅肤色", + "hexcode": "1F6B6-1F3FB-200D-2640-FE0F", + "emoji": "🚶🏻‍♀️", + "text": "", + "type": 1, + "order": 1855, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女行人: 中等-浅肤色", + "hexcode": "1F6B6-1F3FC-200D-2640-FE0F", + "emoji": "🚶🏼‍♀️", + "text": "", + "type": 1, + "order": 1857, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女行人: 中等肤色", + "hexcode": "1F6B6-1F3FD-200D-2640-FE0F", + "emoji": "🚶🏽‍♀️", + "text": "", + "type": 1, + "order": 1859, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女行人: 中等-深肤色", + "hexcode": "1F6B6-1F3FE-200D-2640-FE0F", + "emoji": "🚶🏾‍♀️", + "text": "", + "type": 1, + "order": 1861, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女行人: 较深肤色", + "hexcode": "1F6B6-1F3FF-200D-2640-FE0F", + "emoji": "🚶🏿‍♀️", + "text": "", + "type": 1, + "order": 1863, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "站立者", + "hexcode": "1F9CD", + "tags": [ + "站着", + "站立" + ], + "emoji": "🧍", + "text": "", + "type": 1, + "order": 1865, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "站立者: 较浅肤色", + "hexcode": "1F9CD-1F3FB", + "emoji": "🧍🏻", + "text": "", + "type": 1, + "order": 1866, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "站立者: 中等-浅肤色", + "hexcode": "1F9CD-1F3FC", + "emoji": "🧍🏼", + "text": "", + "type": 1, + "order": 1867, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "站立者: 中等肤色", + "hexcode": "1F9CD-1F3FD", + "emoji": "🧍🏽", + "text": "", + "type": 1, + "order": 1868, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "站立者: 中等-深肤色", + "hexcode": "1F9CD-1F3FE", + "emoji": "🧍🏾", + "text": "", + "type": 1, + "order": 1869, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "站立者: 较深肤色", + "hexcode": "1F9CD-1F3FF", + "emoji": "🧍🏿", + "text": "", + "type": 1, + "order": 1870, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "站立的男人", + "hexcode": "1F9CD-200D-2642-FE0F", + "tags": [ + "男", + "站着", + "站立" + ], + "emoji": "🧍‍♂️", + "text": "", + "type": 1, + "order": 1871, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "站立的男人: 较浅肤色", + "hexcode": "1F9CD-1F3FB-200D-2642-FE0F", + "emoji": "🧍🏻‍♂️", + "text": "", + "type": 1, + "order": 1873, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "站立的男人: 中等-浅肤色", + "hexcode": "1F9CD-1F3FC-200D-2642-FE0F", + "emoji": "🧍🏼‍♂️", + "text": "", + "type": 1, + "order": 1875, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "站立的男人: 中等肤色", + "hexcode": "1F9CD-1F3FD-200D-2642-FE0F", + "emoji": "🧍🏽‍♂️", + "text": "", + "type": 1, + "order": 1877, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "站立的男人: 中等-深肤色", + "hexcode": "1F9CD-1F3FE-200D-2642-FE0F", + "emoji": "🧍🏾‍♂️", + "text": "", + "type": 1, + "order": 1879, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "站立的男人: 较深肤色", + "hexcode": "1F9CD-1F3FF-200D-2642-FE0F", + "emoji": "🧍🏿‍♂️", + "text": "", + "type": 1, + "order": 1881, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "站立的女人", + "hexcode": "1F9CD-200D-2640-FE0F", + "tags": [ + "女", + "站着", + "站立" + ], + "emoji": "🧍‍♀️", + "text": "", + "type": 1, + "order": 1883, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "站立的女人: 较浅肤色", + "hexcode": "1F9CD-1F3FB-200D-2640-FE0F", + "emoji": "🧍🏻‍♀️", + "text": "", + "type": 1, + "order": 1885, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "站立的女人: 中等-浅肤色", + "hexcode": "1F9CD-1F3FC-200D-2640-FE0F", + "emoji": "🧍🏼‍♀️", + "text": "", + "type": 1, + "order": 1887, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "站立的女人: 中等肤色", + "hexcode": "1F9CD-1F3FD-200D-2640-FE0F", + "emoji": "🧍🏽‍♀️", + "text": "", + "type": 1, + "order": 1889, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "站立的女人: 中等-深肤色", + "hexcode": "1F9CD-1F3FE-200D-2640-FE0F", + "emoji": "🧍🏾‍♀️", + "text": "", + "type": 1, + "order": 1891, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "站立的女人: 较深肤色", + "hexcode": "1F9CD-1F3FF-200D-2640-FE0F", + "emoji": "🧍🏿‍♀️", + "text": "", + "type": 1, + "order": 1893, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "下跪者", + "hexcode": "1F9CE", + "tags": [ + "跪下", + "跪坐" + ], + "emoji": "🧎", + "text": "", + "type": 1, + "order": 1895, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "下跪者: 较浅肤色", + "hexcode": "1F9CE-1F3FB", + "emoji": "🧎🏻", + "text": "", + "type": 1, + "order": 1896, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "下跪者: 中等-浅肤色", + "hexcode": "1F9CE-1F3FC", + "emoji": "🧎🏼", + "text": "", + "type": 1, + "order": 1897, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "下跪者: 中等肤色", + "hexcode": "1F9CE-1F3FD", + "emoji": "🧎🏽", + "text": "", + "type": 1, + "order": 1898, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "下跪者: 中等-深肤色", + "hexcode": "1F9CE-1F3FE", + "emoji": "🧎🏾", + "text": "", + "type": 1, + "order": 1899, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "下跪者: 较深肤色", + "hexcode": "1F9CE-1F3FF", + "emoji": "🧎🏿", + "text": "", + "type": 1, + "order": 1900, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "跪下的男人", + "hexcode": "1F9CE-200D-2642-FE0F", + "tags": [ + "下跪", + "男", + "跪坐" + ], + "emoji": "🧎‍♂️", + "text": "", + "type": 1, + "order": 1901, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "skins": [ + { + "annotation": "跪下的男人: 较浅肤色", + "hexcode": "1F9CE-1F3FB-200D-2642-FE0F", + "emoji": "🧎🏻‍♂️", + "text": "", + "type": 1, + "order": 1903, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 1 + }, + { + "annotation": "跪下的男人: 中等-浅肤色", + "hexcode": "1F9CE-1F3FC-200D-2642-FE0F", + "emoji": "🧎🏼‍♂️", + "text": "", + "type": 1, + "order": 1905, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 2 + }, + { + "annotation": "跪下的男人: 中等肤色", + "hexcode": "1F9CE-1F3FD-200D-2642-FE0F", + "emoji": "🧎🏽‍♂️", + "text": "", + "type": 1, + "order": 1907, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 3 + }, + { + "annotation": "跪下的男人: 中等-深肤色", + "hexcode": "1F9CE-1F3FE-200D-2642-FE0F", + "emoji": "🧎🏾‍♂️", + "text": "", + "type": 1, + "order": 1909, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 4 + }, + { + "annotation": "跪下的男人: 较深肤色", + "hexcode": "1F9CE-1F3FF-200D-2642-FE0F", + "emoji": "🧎🏿‍♂️", + "text": "", + "type": 1, + "order": 1911, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "跪下的女人", + "hexcode": "1F9CE-200D-2640-FE0F", + "tags": [ + "下跪", + "女", + "跪坐" + ], + "emoji": "🧎‍♀️", + "text": "", + "type": 1, + "order": 1913, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "skins": [ + { + "annotation": "跪下的女人: 较浅肤色", + "hexcode": "1F9CE-1F3FB-200D-2640-FE0F", + "emoji": "🧎🏻‍♀️", + "text": "", + "type": 1, + "order": 1915, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 1 + }, + { + "annotation": "跪下的女人: 中等-浅肤色", + "hexcode": "1F9CE-1F3FC-200D-2640-FE0F", + "emoji": "🧎🏼‍♀️", + "text": "", + "type": 1, + "order": 1917, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 2 + }, + { + "annotation": "跪下的女人: 中等肤色", + "hexcode": "1F9CE-1F3FD-200D-2640-FE0F", + "emoji": "🧎🏽‍♀️", + "text": "", + "type": 1, + "order": 1919, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 3 + }, + { + "annotation": "跪下的女人: 中等-深肤色", + "hexcode": "1F9CE-1F3FE-200D-2640-FE0F", + "emoji": "🧎🏾‍♀️", + "text": "", + "type": 1, + "order": 1921, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 4 + }, + { + "annotation": "跪下的女人: 较深肤色", + "hexcode": "1F9CE-1F3FF-200D-2640-FE0F", + "emoji": "🧎🏿‍♀️", + "text": "", + "type": 1, + "order": 1923, + "group": 1, + "subgroup": 26, + "version": 12, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "拄盲杖的人", + "hexcode": "1F9D1-200D-1F9AF", + "tags": [ + "无障碍", + "盲" + ], + "emoji": "🧑‍🦯", + "text": "", + "type": 1, + "order": 1925, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "拄盲杖的人: 较浅肤色", + "hexcode": "1F9D1-1F3FB-200D-1F9AF", + "emoji": "🧑🏻‍🦯", + "text": "", + "type": 1, + "order": 1926, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "拄盲杖的人: 中等-浅肤色", + "hexcode": "1F9D1-1F3FC-200D-1F9AF", + "emoji": "🧑🏼‍🦯", + "text": "", + "type": 1, + "order": 1927, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "拄盲杖的人: 中等肤色", + "hexcode": "1F9D1-1F3FD-200D-1F9AF", + "emoji": "🧑🏽‍🦯", + "text": "", + "type": 1, + "order": 1928, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "拄盲杖的人: 中等-深肤色", + "hexcode": "1F9D1-1F3FE-200D-1F9AF", + "emoji": "🧑🏾‍🦯", + "text": "", + "type": 1, + "order": 1929, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "拄盲杖的人: 较深肤色", + "hexcode": "1F9D1-1F3FF-200D-1F9AF", + "emoji": "🧑🏿‍🦯", + "text": "", + "type": 1, + "order": 1930, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "拄盲杖的男人", + "hexcode": "1F468-200D-1F9AF", + "tags": [ + "拐杖", + "无障碍", + "男", + "盲" + ], + "emoji": "👨‍🦯", + "text": "", + "type": 1, + "order": 1931, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "拄盲杖的男人: 较浅肤色", + "hexcode": "1F468-1F3FB-200D-1F9AF", + "emoji": "👨🏻‍🦯", + "text": "", + "type": 1, + "order": 1932, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "拄盲杖的男人: 中等-浅肤色", + "hexcode": "1F468-1F3FC-200D-1F9AF", + "emoji": "👨🏼‍🦯", + "text": "", + "type": 1, + "order": 1933, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "拄盲杖的男人: 中等肤色", + "hexcode": "1F468-1F3FD-200D-1F9AF", + "emoji": "👨🏽‍🦯", + "text": "", + "type": 1, + "order": 1934, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "拄盲杖的男人: 中等-深肤色", + "hexcode": "1F468-1F3FE-200D-1F9AF", + "emoji": "👨🏾‍🦯", + "text": "", + "type": 1, + "order": 1935, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "拄盲杖的男人: 较深肤色", + "hexcode": "1F468-1F3FF-200D-1F9AF", + "emoji": "👨🏿‍🦯", + "text": "", + "type": 1, + "order": 1936, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "拄盲杖的女人", + "hexcode": "1F469-200D-1F9AF", + "tags": [ + "女", + "拐杖", + "无障碍", + "盲" + ], + "emoji": "👩‍🦯", + "text": "", + "type": 1, + "order": 1937, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "拄盲杖的女人: 较浅肤色", + "hexcode": "1F469-1F3FB-200D-1F9AF", + "emoji": "👩🏻‍🦯", + "text": "", + "type": 1, + "order": 1938, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "拄盲杖的女人: 中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-1F9AF", + "emoji": "👩🏼‍🦯", + "text": "", + "type": 1, + "order": 1939, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "拄盲杖的女人: 中等肤色", + "hexcode": "1F469-1F3FD-200D-1F9AF", + "emoji": "👩🏽‍🦯", + "text": "", + "type": 1, + "order": 1940, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "拄盲杖的女人: 中等-深肤色", + "hexcode": "1F469-1F3FE-200D-1F9AF", + "emoji": "👩🏾‍🦯", + "text": "", + "type": 1, + "order": 1941, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "拄盲杖的女人: 较深肤色", + "hexcode": "1F469-1F3FF-200D-1F9AF", + "emoji": "👩🏿‍🦯", + "text": "", + "type": 1, + "order": 1942, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "坐电动轮椅的人", + "hexcode": "1F9D1-200D-1F9BC", + "tags": [ + "无障碍", + "轮椅" + ], + "emoji": "🧑‍🦼", + "text": "", + "type": 1, + "order": 1943, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "坐电动轮椅的人: 较浅肤色", + "hexcode": "1F9D1-1F3FB-200D-1F9BC", + "emoji": "🧑🏻‍🦼", + "text": "", + "type": 1, + "order": 1944, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "坐电动轮椅的人: 中等-浅肤色", + "hexcode": "1F9D1-1F3FC-200D-1F9BC", + "emoji": "🧑🏼‍🦼", + "text": "", + "type": 1, + "order": 1945, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "坐电动轮椅的人: 中等肤色", + "hexcode": "1F9D1-1F3FD-200D-1F9BC", + "emoji": "🧑🏽‍🦼", + "text": "", + "type": 1, + "order": 1946, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "坐电动轮椅的人: 中等-深肤色", + "hexcode": "1F9D1-1F3FE-200D-1F9BC", + "emoji": "🧑🏾‍🦼", + "text": "", + "type": 1, + "order": 1947, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "坐电动轮椅的人: 较深肤色", + "hexcode": "1F9D1-1F3FF-200D-1F9BC", + "emoji": "🧑🏿‍🦼", + "text": "", + "type": 1, + "order": 1948, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "坐电动轮椅的男人", + "hexcode": "1F468-200D-1F9BC", + "tags": [ + "无障碍", + "电动", + "男", + "轮椅" + ], + "emoji": "👨‍🦼", + "text": "", + "type": 1, + "order": 1949, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "坐电动轮椅的男人: 较浅肤色", + "hexcode": "1F468-1F3FB-200D-1F9BC", + "emoji": "👨🏻‍🦼", + "text": "", + "type": 1, + "order": 1950, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "坐电动轮椅的男人: 中等-浅肤色", + "hexcode": "1F468-1F3FC-200D-1F9BC", + "emoji": "👨🏼‍🦼", + "text": "", + "type": 1, + "order": 1951, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "坐电动轮椅的男人: 中等肤色", + "hexcode": "1F468-1F3FD-200D-1F9BC", + "emoji": "👨🏽‍🦼", + "text": "", + "type": 1, + "order": 1952, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "坐电动轮椅的男人: 中等-深肤色", + "hexcode": "1F468-1F3FE-200D-1F9BC", + "emoji": "👨🏾‍🦼", + "text": "", + "type": 1, + "order": 1953, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "坐电动轮椅的男人: 较深肤色", + "hexcode": "1F468-1F3FF-200D-1F9BC", + "emoji": "👨🏿‍🦼", + "text": "", + "type": 1, + "order": 1954, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "坐电动轮椅的女人", + "hexcode": "1F469-200D-1F9BC", + "tags": [ + "女", + "无障碍", + "电动", + "轮椅" + ], + "emoji": "👩‍🦼", + "text": "", + "type": 1, + "order": 1955, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "坐电动轮椅的女人: 较浅肤色", + "hexcode": "1F469-1F3FB-200D-1F9BC", + "emoji": "👩🏻‍🦼", + "text": "", + "type": 1, + "order": 1956, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "坐电动轮椅的女人: 中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-1F9BC", + "emoji": "👩🏼‍🦼", + "text": "", + "type": 1, + "order": 1957, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "坐电动轮椅的女人: 中等肤色", + "hexcode": "1F469-1F3FD-200D-1F9BC", + "emoji": "👩🏽‍🦼", + "text": "", + "type": 1, + "order": 1958, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "坐电动轮椅的女人: 中等-深肤色", + "hexcode": "1F469-1F3FE-200D-1F9BC", + "emoji": "👩🏾‍🦼", + "text": "", + "type": 1, + "order": 1959, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "坐电动轮椅的女人: 较深肤色", + "hexcode": "1F469-1F3FF-200D-1F9BC", + "emoji": "👩🏿‍🦼", + "text": "", + "type": 1, + "order": 1960, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "坐手动轮椅的人", + "hexcode": "1F9D1-200D-1F9BD", + "tags": [ + "无障碍", + "轮椅" + ], + "emoji": "🧑‍🦽", + "text": "", + "type": 1, + "order": 1961, + "group": 1, + "subgroup": 26, + "version": 12.1, + "skins": [ + { + "annotation": "坐手动轮椅的人: 较浅肤色", + "hexcode": "1F9D1-1F3FB-200D-1F9BD", + "emoji": "🧑🏻‍🦽", + "text": "", + "type": 1, + "order": 1962, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 1 + }, + { + "annotation": "坐手动轮椅的人: 中等-浅肤色", + "hexcode": "1F9D1-1F3FC-200D-1F9BD", + "emoji": "🧑🏼‍🦽", + "text": "", + "type": 1, + "order": 1963, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 2 + }, + { + "annotation": "坐手动轮椅的人: 中等肤色", + "hexcode": "1F9D1-1F3FD-200D-1F9BD", + "emoji": "🧑🏽‍🦽", + "text": "", + "type": 1, + "order": 1964, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 3 + }, + { + "annotation": "坐手动轮椅的人: 中等-深肤色", + "hexcode": "1F9D1-1F3FE-200D-1F9BD", + "emoji": "🧑🏾‍🦽", + "text": "", + "type": 1, + "order": 1965, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 4 + }, + { + "annotation": "坐手动轮椅的人: 较深肤色", + "hexcode": "1F9D1-1F3FF-200D-1F9BD", + "emoji": "🧑🏿‍🦽", + "text": "", + "type": 1, + "order": 1966, + "group": 1, + "subgroup": 26, + "version": 12.1, + "tone": 5 + } + ] + }, + { + "annotation": "坐手动轮椅的男人", + "hexcode": "1F468-200D-1F9BD", + "tags": [ + "手动", + "无障碍", + "男", + "轮椅" + ], + "emoji": "👨‍🦽", + "text": "", + "type": 1, + "order": 1967, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "坐手动轮椅的男人: 较浅肤色", + "hexcode": "1F468-1F3FB-200D-1F9BD", + "emoji": "👨🏻‍🦽", + "text": "", + "type": 1, + "order": 1968, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "坐手动轮椅的男人: 中等-浅肤色", + "hexcode": "1F468-1F3FC-200D-1F9BD", + "emoji": "👨🏼‍🦽", + "text": "", + "type": 1, + "order": 1969, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "坐手动轮椅的男人: 中等肤色", + "hexcode": "1F468-1F3FD-200D-1F9BD", + "emoji": "👨🏽‍🦽", + "text": "", + "type": 1, + "order": 1970, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "坐手动轮椅的男人: 中等-深肤色", + "hexcode": "1F468-1F3FE-200D-1F9BD", + "emoji": "👨🏾‍🦽", + "text": "", + "type": 1, + "order": 1971, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "坐手动轮椅的男人: 较深肤色", + "hexcode": "1F468-1F3FF-200D-1F9BD", + "emoji": "👨🏿‍🦽", + "text": "", + "type": 1, + "order": 1972, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "坐手动轮椅的女人", + "hexcode": "1F469-200D-1F9BD", + "tags": [ + "女", + "手动", + "无障碍", + "轮椅" + ], + "emoji": "👩‍🦽", + "text": "", + "type": 1, + "order": 1973, + "group": 1, + "subgroup": 26, + "version": 12, + "skins": [ + { + "annotation": "坐手动轮椅的女人: 较浅肤色", + "hexcode": "1F469-1F3FB-200D-1F9BD", + "emoji": "👩🏻‍🦽", + "text": "", + "type": 1, + "order": 1974, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 1 + }, + { + "annotation": "坐手动轮椅的女人: 中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-1F9BD", + "emoji": "👩🏼‍🦽", + "text": "", + "type": 1, + "order": 1975, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 2 + }, + { + "annotation": "坐手动轮椅的女人: 中等肤色", + "hexcode": "1F469-1F3FD-200D-1F9BD", + "emoji": "👩🏽‍🦽", + "text": "", + "type": 1, + "order": 1976, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 3 + }, + { + "annotation": "坐手动轮椅的女人: 中等-深肤色", + "hexcode": "1F469-1F3FE-200D-1F9BD", + "emoji": "👩🏾‍🦽", + "text": "", + "type": 1, + "order": 1977, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 4 + }, + { + "annotation": "坐手动轮椅的女人: 较深肤色", + "hexcode": "1F469-1F3FF-200D-1F9BD", + "emoji": "👩🏿‍🦽", + "text": "", + "type": 1, + "order": 1978, + "group": 1, + "subgroup": 26, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "跑步者", + "hexcode": "1F3C3", + "tags": [ + "跑步", + "马拉松" + ], + "emoji": "🏃", + "text": "", + "type": 1, + "order": 1979, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "跑步者: 较浅肤色", + "hexcode": "1F3C3-1F3FB", + "emoji": "🏃🏻", + "text": "", + "type": 1, + "order": 1980, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "跑步者: 中等-浅肤色", + "hexcode": "1F3C3-1F3FC", + "emoji": "🏃🏼", + "text": "", + "type": 1, + "order": 1981, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "跑步者: 中等肤色", + "hexcode": "1F3C3-1F3FD", + "emoji": "🏃🏽", + "text": "", + "type": 1, + "order": 1982, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "跑步者: 中等-深肤色", + "hexcode": "1F3C3-1F3FE", + "emoji": "🏃🏾", + "text": "", + "type": 1, + "order": 1983, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "跑步者: 较深肤色", + "hexcode": "1F3C3-1F3FF", + "emoji": "🏃🏿", + "text": "", + "type": 1, + "order": 1984, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生跑步", + "hexcode": "1F3C3-200D-2642-FE0F", + "tags": [ + "男", + "跑", + "马拉松" + ], + "emoji": "🏃‍♂️", + "text": "", + "type": 1, + "order": 1985, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生跑步: 较浅肤色", + "hexcode": "1F3C3-1F3FB-200D-2642-FE0F", + "emoji": "🏃🏻‍♂️", + "text": "", + "type": 1, + "order": 1987, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生跑步: 中等-浅肤色", + "hexcode": "1F3C3-1F3FC-200D-2642-FE0F", + "emoji": "🏃🏼‍♂️", + "text": "", + "type": 1, + "order": 1989, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生跑步: 中等肤色", + "hexcode": "1F3C3-1F3FD-200D-2642-FE0F", + "emoji": "🏃🏽‍♂️", + "text": "", + "type": 1, + "order": 1991, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生跑步: 中等-深肤色", + "hexcode": "1F3C3-1F3FE-200D-2642-FE0F", + "emoji": "🏃🏾‍♂️", + "text": "", + "type": 1, + "order": 1993, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生跑步: 较深肤色", + "hexcode": "1F3C3-1F3FF-200D-2642-FE0F", + "emoji": "🏃🏿‍♂️", + "text": "", + "type": 1, + "order": 1995, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生跑步", + "hexcode": "1F3C3-200D-2640-FE0F", + "tags": [ + "女", + "比赛", + "跑步", + "马拉松" + ], + "emoji": "🏃‍♀️", + "text": "", + "type": 1, + "order": 1997, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生跑步: 较浅肤色", + "hexcode": "1F3C3-1F3FB-200D-2640-FE0F", + "emoji": "🏃🏻‍♀️", + "text": "", + "type": 1, + "order": 1999, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生跑步: 中等-浅肤色", + "hexcode": "1F3C3-1F3FC-200D-2640-FE0F", + "emoji": "🏃🏼‍♀️", + "text": "", + "type": 1, + "order": 2001, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生跑步: 中等肤色", + "hexcode": "1F3C3-1F3FD-200D-2640-FE0F", + "emoji": "🏃🏽‍♀️", + "text": "", + "type": 1, + "order": 2003, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生跑步: 中等-深肤色", + "hexcode": "1F3C3-1F3FE-200D-2640-FE0F", + "emoji": "🏃🏾‍♀️", + "text": "", + "type": 1, + "order": 2005, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生跑步: 较深肤色", + "hexcode": "1F3C3-1F3FF-200D-2640-FE0F", + "emoji": "🏃🏿‍♀️", + "text": "", + "type": 1, + "order": 2007, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "跳舞的女人", + "hexcode": "1F483", + "tags": [ + "女人", + "跳舞" + ], + "emoji": "💃", + "text": "", + "type": 1, + "order": 2009, + "group": 1, + "subgroup": 26, + "version": 0.6, + "skins": [ + { + "annotation": "跳舞的女人: 较浅肤色", + "hexcode": "1F483-1F3FB", + "emoji": "💃🏻", + "text": "", + "type": 1, + "order": 2010, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 1 + }, + { + "annotation": "跳舞的女人: 中等-浅肤色", + "hexcode": "1F483-1F3FC", + "emoji": "💃🏼", + "text": "", + "type": 1, + "order": 2011, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 2 + }, + { + "annotation": "跳舞的女人: 中等肤色", + "hexcode": "1F483-1F3FD", + "emoji": "💃🏽", + "text": "", + "type": 1, + "order": 2012, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 3 + }, + { + "annotation": "跳舞的女人: 中等-深肤色", + "hexcode": "1F483-1F3FE", + "emoji": "💃🏾", + "text": "", + "type": 1, + "order": 2013, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 4 + }, + { + "annotation": "跳舞的女人: 较深肤色", + "hexcode": "1F483-1F3FF", + "emoji": "💃🏿", + "text": "", + "type": 1, + "order": 2014, + "group": 1, + "subgroup": 26, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "跳舞的男人", + "hexcode": "1F57A", + "tags": [ + "男人", + "跳舞" + ], + "emoji": "🕺", + "text": "", + "type": 1, + "order": 2015, + "group": 1, + "subgroup": 26, + "version": 3, + "skins": [ + { + "annotation": "跳舞的男人: 较浅肤色", + "hexcode": "1F57A-1F3FB", + "emoji": "🕺🏻", + "text": "", + "type": 1, + "order": 2016, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 1 + }, + { + "annotation": "跳舞的男人: 中等-浅肤色", + "hexcode": "1F57A-1F3FC", + "emoji": "🕺🏼", + "text": "", + "type": 1, + "order": 2017, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 2 + }, + { + "annotation": "跳舞的男人: 中等肤色", + "hexcode": "1F57A-1F3FD", + "emoji": "🕺🏽", + "text": "", + "type": 1, + "order": 2018, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 3 + }, + { + "annotation": "跳舞的男人: 中等-深肤色", + "hexcode": "1F57A-1F3FE", + "emoji": "🕺🏾", + "text": "", + "type": 1, + "order": 2019, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 4 + }, + { + "annotation": "跳舞的男人: 较深肤色", + "hexcode": "1F57A-1F3FF", + "emoji": "🕺🏿", + "text": "", + "type": 1, + "order": 2020, + "group": 1, + "subgroup": 26, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "西装革履的人", + "hexcode": "1F574", + "tags": [ + "商务", + "正装", + "西装革履" + ], + "emoji": "🕴️", + "text": "🕴︎", + "type": 0, + "order": 2022, + "group": 1, + "subgroup": 26, + "version": 0.7, + "skins": [ + { + "annotation": "西装革履的人: 较浅肤色", + "hexcode": "1F574-1F3FB", + "emoji": "🕴🏻", + "text": "", + "type": 1, + "order": 2023, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 1 + }, + { + "annotation": "西装革履的人: 中等-浅肤色", + "hexcode": "1F574-1F3FC", + "emoji": "🕴🏼", + "text": "", + "type": 1, + "order": 2024, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 2 + }, + { + "annotation": "西装革履的人: 中等肤色", + "hexcode": "1F574-1F3FD", + "emoji": "🕴🏽", + "text": "", + "type": 1, + "order": 2025, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 3 + }, + { + "annotation": "西装革履的人: 中等-深肤色", + "hexcode": "1F574-1F3FE", + "emoji": "🕴🏾", + "text": "", + "type": 1, + "order": 2026, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 4 + }, + { + "annotation": "西装革履的人: 较深肤色", + "hexcode": "1F574-1F3FF", + "emoji": "🕴🏿", + "text": "", + "type": 1, + "order": 2027, + "group": 1, + "subgroup": 26, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "戴兔耳朵的人", + "hexcode": "1F46F", + "tags": [ + "兔耳朵", + "派对", + "聚会", + "跳舞" + ], + "emoji": "👯", + "text": "", + "type": 1, + "order": 2028, + "group": 1, + "subgroup": 26, + "version": 0.6 + }, + { + "annotation": "兔先生", + "hexcode": "1F46F-200D-2642-FE0F", + "tags": [ + "兔耳朵", + "派对", + "男生派对", + "聚会", + "跳舞" + ], + "emoji": "👯‍♂️", + "text": "", + "type": 1, + "order": 2029, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 1 + }, + { + "annotation": "兔女郎", + "hexcode": "1F46F-200D-2640-FE0F", + "tags": [ + "兔耳朵", + "女生派对", + "派对", + "聚会", + "跳舞" + ], + "emoji": "👯‍♀️", + "text": "", + "type": 1, + "order": 2031, + "group": 1, + "subgroup": 26, + "version": 4, + "gender": 0 + }, + { + "annotation": "蒸房里的人", + "hexcode": "1F9D6", + "tags": [ + "桑拿", + "蒸房" + ], + "emoji": "🧖", + "text": "", + "type": 1, + "order": 2033, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "蒸房里的人: 较浅肤色", + "hexcode": "1F9D6-1F3FB", + "emoji": "🧖🏻", + "text": "", + "type": 1, + "order": 2034, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "蒸房里的人: 中等-浅肤色", + "hexcode": "1F9D6-1F3FC", + "emoji": "🧖🏼", + "text": "", + "type": 1, + "order": 2035, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "蒸房里的人: 中等肤色", + "hexcode": "1F9D6-1F3FD", + "emoji": "🧖🏽", + "text": "", + "type": 1, + "order": 2036, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "蒸房里的人: 中等-深肤色", + "hexcode": "1F9D6-1F3FE", + "emoji": "🧖🏾", + "text": "", + "type": 1, + "order": 2037, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "蒸房里的人: 较深肤色", + "hexcode": "1F9D6-1F3FF", + "emoji": "🧖🏿", + "text": "", + "type": 1, + "order": 2038, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "蒸房里的男人", + "hexcode": "1F9D6-200D-2642-FE0F", + "tags": [ + "桑拿", + "男性桑拿" + ], + "emoji": "🧖‍♂️", + "text": "", + "type": 1, + "order": 2039, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "蒸房里的男人: 较浅肤色", + "hexcode": "1F9D6-1F3FB-200D-2642-FE0F", + "emoji": "🧖🏻‍♂️", + "text": "", + "type": 1, + "order": 2041, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "蒸房里的男人: 中等-浅肤色", + "hexcode": "1F9D6-1F3FC-200D-2642-FE0F", + "emoji": "🧖🏼‍♂️", + "text": "", + "type": 1, + "order": 2043, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "蒸房里的男人: 中等肤色", + "hexcode": "1F9D6-1F3FD-200D-2642-FE0F", + "emoji": "🧖🏽‍♂️", + "text": "", + "type": 1, + "order": 2045, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "蒸房里的男人: 中等-深肤色", + "hexcode": "1F9D6-1F3FE-200D-2642-FE0F", + "emoji": "🧖🏾‍♂️", + "text": "", + "type": 1, + "order": 2047, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "蒸房里的男人: 较深肤色", + "hexcode": "1F9D6-1F3FF-200D-2642-FE0F", + "emoji": "🧖🏿‍♂️", + "text": "", + "type": 1, + "order": 2049, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "蒸房里的女人", + "hexcode": "1F9D6-200D-2640-FE0F", + "tags": [ + "女性桑拿", + "桑拿" + ], + "emoji": "🧖‍♀️", + "text": "", + "type": 1, + "order": 2051, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "蒸房里的女人: 较浅肤色", + "hexcode": "1F9D6-1F3FB-200D-2640-FE0F", + "emoji": "🧖🏻‍♀️", + "text": "", + "type": 1, + "order": 2053, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "蒸房里的女人: 中等-浅肤色", + "hexcode": "1F9D6-1F3FC-200D-2640-FE0F", + "emoji": "🧖🏼‍♀️", + "text": "", + "type": 1, + "order": 2055, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "蒸房里的女人: 中等肤色", + "hexcode": "1F9D6-1F3FD-200D-2640-FE0F", + "emoji": "🧖🏽‍♀️", + "text": "", + "type": 1, + "order": 2057, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "蒸房里的女人: 中等-深肤色", + "hexcode": "1F9D6-1F3FE-200D-2640-FE0F", + "emoji": "🧖🏾‍♀️", + "text": "", + "type": 1, + "order": 2059, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "蒸房里的女人: 较深肤色", + "hexcode": "1F9D6-1F3FF-200D-2640-FE0F", + "emoji": "🧖🏿‍♀️", + "text": "", + "type": 1, + "order": 2061, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "攀爬的人", + "hexcode": "1F9D7", + "tags": [ + "登山者" + ], + "emoji": "🧗", + "text": "", + "type": 1, + "order": 2063, + "group": 1, + "subgroup": 26, + "version": 5, + "skins": [ + { + "annotation": "攀爬的人: 较浅肤色", + "hexcode": "1F9D7-1F3FB", + "emoji": "🧗🏻", + "text": "", + "type": 1, + "order": 2064, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 1 + }, + { + "annotation": "攀爬的人: 中等-浅肤色", + "hexcode": "1F9D7-1F3FC", + "emoji": "🧗🏼", + "text": "", + "type": 1, + "order": 2065, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 2 + }, + { + "annotation": "攀爬的人: 中等肤色", + "hexcode": "1F9D7-1F3FD", + "emoji": "🧗🏽", + "text": "", + "type": 1, + "order": 2066, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 3 + }, + { + "annotation": "攀爬的人: 中等-深肤色", + "hexcode": "1F9D7-1F3FE", + "emoji": "🧗🏾", + "text": "", + "type": 1, + "order": 2067, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 4 + }, + { + "annotation": "攀爬的人: 较深肤色", + "hexcode": "1F9D7-1F3FF", + "emoji": "🧗🏿", + "text": "", + "type": 1, + "order": 2068, + "group": 1, + "subgroup": 26, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "攀爬的男人", + "hexcode": "1F9D7-200D-2642-FE0F", + "tags": [ + "登山者" + ], + "emoji": "🧗‍♂️", + "text": "", + "type": 1, + "order": 2069, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "攀爬的男人: 较浅肤色", + "hexcode": "1F9D7-1F3FB-200D-2642-FE0F", + "emoji": "🧗🏻‍♂️", + "text": "", + "type": 1, + "order": 2071, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "攀爬的男人: 中等-浅肤色", + "hexcode": "1F9D7-1F3FC-200D-2642-FE0F", + "emoji": "🧗🏼‍♂️", + "text": "", + "type": 1, + "order": 2073, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "攀爬的男人: 中等肤色", + "hexcode": "1F9D7-1F3FD-200D-2642-FE0F", + "emoji": "🧗🏽‍♂️", + "text": "", + "type": 1, + "order": 2075, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "攀爬的男人: 中等-深肤色", + "hexcode": "1F9D7-1F3FE-200D-2642-FE0F", + "emoji": "🧗🏾‍♂️", + "text": "", + "type": 1, + "order": 2077, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "攀爬的男人: 较深肤色", + "hexcode": "1F9D7-1F3FF-200D-2642-FE0F", + "emoji": "🧗🏿‍♂️", + "text": "", + "type": 1, + "order": 2079, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "攀爬的女人", + "hexcode": "1F9D7-200D-2640-FE0F", + "tags": [ + "登山者" + ], + "emoji": "🧗‍♀️", + "text": "", + "type": 1, + "order": 2081, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "攀爬的女人: 较浅肤色", + "hexcode": "1F9D7-1F3FB-200D-2640-FE0F", + "emoji": "🧗🏻‍♀️", + "text": "", + "type": 1, + "order": 2083, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "攀爬的女人: 中等-浅肤色", + "hexcode": "1F9D7-1F3FC-200D-2640-FE0F", + "emoji": "🧗🏼‍♀️", + "text": "", + "type": 1, + "order": 2085, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "攀爬的女人: 中等肤色", + "hexcode": "1F9D7-1F3FD-200D-2640-FE0F", + "emoji": "🧗🏽‍♀️", + "text": "", + "type": 1, + "order": 2087, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "攀爬的女人: 中等-深肤色", + "hexcode": "1F9D7-1F3FE-200D-2640-FE0F", + "emoji": "🧗🏾‍♀️", + "text": "", + "type": 1, + "order": 2089, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "攀爬的女人: 较深肤色", + "hexcode": "1F9D7-1F3FF-200D-2640-FE0F", + "emoji": "🧗🏿‍♀️", + "text": "", + "type": 1, + "order": 2091, + "group": 1, + "subgroup": 26, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "击剑选手", + "hexcode": "1F93A", + "tags": [ + "人", + "体育", + "击剑", + "剑" + ], + "emoji": "🤺", + "text": "", + "type": 1, + "order": 2093, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "赛马", + "hexcode": "1F3C7", + "tags": [ + "马" + ], + "emoji": "🏇", + "text": "", + "type": 1, + "order": 2094, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "赛马: 较浅肤色", + "hexcode": "1F3C7-1F3FB", + "emoji": "🏇🏻", + "text": "", + "type": 1, + "order": 2095, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "赛马: 中等-浅肤色", + "hexcode": "1F3C7-1F3FC", + "emoji": "🏇🏼", + "text": "", + "type": 1, + "order": 2096, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "赛马: 中等肤色", + "hexcode": "1F3C7-1F3FD", + "emoji": "🏇🏽", + "text": "", + "type": 1, + "order": 2097, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "赛马: 中等-深肤色", + "hexcode": "1F3C7-1F3FE", + "emoji": "🏇🏾", + "text": "", + "type": 1, + "order": 2098, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "赛马: 较深肤色", + "hexcode": "1F3C7-1F3FF", + "emoji": "🏇🏿", + "text": "", + "type": 1, + "order": 2099, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "滑雪的人", + "hexcode": "26F7", + "tags": [ + "滑雪", + "雪" + ], + "emoji": "⛷️", + "text": "⛷︎", + "type": 0, + "order": 2101, + "group": 1, + "subgroup": 27, + "version": 0.7 + }, + { + "annotation": "滑雪板", + "hexcode": "1F3C2", + "tags": [ + "滑雪", + "雪" + ], + "emoji": "🏂️", + "text": "🏂︎", + "type": 1, + "order": 2102, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "滑雪板: 较浅肤色", + "hexcode": "1F3C2-1F3FB", + "emoji": "🏂🏻", + "text": "", + "type": 1, + "order": 2103, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "滑雪板: 中等-浅肤色", + "hexcode": "1F3C2-1F3FC", + "emoji": "🏂🏼", + "text": "", + "type": 1, + "order": 2104, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "滑雪板: 中等肤色", + "hexcode": "1F3C2-1F3FD", + "emoji": "🏂🏽", + "text": "", + "type": 1, + "order": 2105, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "滑雪板: 中等-深肤色", + "hexcode": "1F3C2-1F3FE", + "emoji": "🏂🏾", + "text": "", + "type": 1, + "order": 2106, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "滑雪板: 较深肤色", + "hexcode": "1F3C2-1F3FF", + "emoji": "🏂🏿", + "text": "", + "type": 1, + "order": 2107, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "打高尔夫的人", + "hexcode": "1F3CC", + "tags": [ + "球", + "高尔夫" + ], + "emoji": "🏌️", + "text": "🏌︎", + "type": 0, + "order": 2109, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "打高尔夫的人: 较浅肤色", + "hexcode": "1F3CC-1F3FB", + "emoji": "🏌🏻", + "text": "", + "type": 1, + "order": 2110, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 1 + }, + { + "annotation": "打高尔夫的人: 中等-浅肤色", + "hexcode": "1F3CC-1F3FC", + "emoji": "🏌🏼", + "text": "", + "type": 1, + "order": 2111, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 2 + }, + { + "annotation": "打高尔夫的人: 中等肤色", + "hexcode": "1F3CC-1F3FD", + "emoji": "🏌🏽", + "text": "", + "type": 1, + "order": 2112, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 3 + }, + { + "annotation": "打高尔夫的人: 中等-深肤色", + "hexcode": "1F3CC-1F3FE", + "emoji": "🏌🏾", + "text": "", + "type": 1, + "order": 2113, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 4 + }, + { + "annotation": "打高尔夫的人: 较深肤色", + "hexcode": "1F3CC-1F3FF", + "emoji": "🏌🏿", + "text": "", + "type": 1, + "order": 2114, + "group": 1, + "subgroup": 27, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "男生打高尔夫", + "hexcode": "1F3CC-FE0F-200D-2642-FE0F", + "tags": [ + "男", + "高尔夫" + ], + "emoji": "🏌️‍♂️", + "text": "", + "type": 1, + "order": 2115, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生打高尔夫: 较浅肤色", + "hexcode": "1F3CC-1F3FB-200D-2642-FE0F", + "emoji": "🏌🏻‍♂️", + "text": "", + "type": 1, + "order": 2119, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生打高尔夫: 中等-浅肤色", + "hexcode": "1F3CC-1F3FC-200D-2642-FE0F", + "emoji": "🏌🏼‍♂️", + "text": "", + "type": 1, + "order": 2121, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生打高尔夫: 中等肤色", + "hexcode": "1F3CC-1F3FD-200D-2642-FE0F", + "emoji": "🏌🏽‍♂️", + "text": "", + "type": 1, + "order": 2123, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生打高尔夫: 中等-深肤色", + "hexcode": "1F3CC-1F3FE-200D-2642-FE0F", + "emoji": "🏌🏾‍♂️", + "text": "", + "type": 1, + "order": 2125, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生打高尔夫: 较深肤色", + "hexcode": "1F3CC-1F3FF-200D-2642-FE0F", + "emoji": "🏌🏿‍♂️", + "text": "", + "type": 1, + "order": 2127, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生打高尔夫", + "hexcode": "1F3CC-FE0F-200D-2640-FE0F", + "tags": [ + "女", + "高尔夫" + ], + "emoji": "🏌️‍♀️", + "text": "", + "type": 1, + "order": 2129, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生打高尔夫: 较浅肤色", + "hexcode": "1F3CC-1F3FB-200D-2640-FE0F", + "emoji": "🏌🏻‍♀️", + "text": "", + "type": 1, + "order": 2133, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生打高尔夫: 中等-浅肤色", + "hexcode": "1F3CC-1F3FC-200D-2640-FE0F", + "emoji": "🏌🏼‍♀️", + "text": "", + "type": 1, + "order": 2135, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生打高尔夫: 中等肤色", + "hexcode": "1F3CC-1F3FD-200D-2640-FE0F", + "emoji": "🏌🏽‍♀️", + "text": "", + "type": 1, + "order": 2137, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生打高尔夫: 中等-深肤色", + "hexcode": "1F3CC-1F3FE-200D-2640-FE0F", + "emoji": "🏌🏾‍♀️", + "text": "", + "type": 1, + "order": 2139, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生打高尔夫: 较深肤色", + "hexcode": "1F3CC-1F3FF-200D-2640-FE0F", + "emoji": "🏌🏿‍♀️", + "text": "", + "type": 1, + "order": 2141, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "冲浪", + "hexcode": "1F3C4", + "tags": [ + "冲浪" + ], + "emoji": "🏄️", + "text": "🏄︎", + "type": 1, + "order": 2143, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "冲浪: 较浅肤色", + "hexcode": "1F3C4-1F3FB", + "emoji": "🏄🏻", + "text": "", + "type": 1, + "order": 2144, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "冲浪: 中等-浅肤色", + "hexcode": "1F3C4-1F3FC", + "emoji": "🏄🏼", + "text": "", + "type": 1, + "order": 2145, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "冲浪: 中等肤色", + "hexcode": "1F3C4-1F3FD", + "emoji": "🏄🏽", + "text": "", + "type": 1, + "order": 2146, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "冲浪: 中等-深肤色", + "hexcode": "1F3C4-1F3FE", + "emoji": "🏄🏾", + "text": "", + "type": 1, + "order": 2147, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "冲浪: 较深肤色", + "hexcode": "1F3C4-1F3FF", + "emoji": "🏄🏿", + "text": "", + "type": 1, + "order": 2148, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生冲浪", + "hexcode": "1F3C4-200D-2642-FE0F", + "tags": [ + "冲浪", + "男" + ], + "emoji": "🏄‍♂️", + "text": "", + "type": 1, + "order": 2149, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生冲浪: 较浅肤色", + "hexcode": "1F3C4-1F3FB-200D-2642-FE0F", + "emoji": "🏄🏻‍♂️", + "text": "", + "type": 1, + "order": 2151, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生冲浪: 中等-浅肤色", + "hexcode": "1F3C4-1F3FC-200D-2642-FE0F", + "emoji": "🏄🏼‍♂️", + "text": "", + "type": 1, + "order": 2153, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生冲浪: 中等肤色", + "hexcode": "1F3C4-1F3FD-200D-2642-FE0F", + "emoji": "🏄🏽‍♂️", + "text": "", + "type": 1, + "order": 2155, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生冲浪: 中等-深肤色", + "hexcode": "1F3C4-1F3FE-200D-2642-FE0F", + "emoji": "🏄🏾‍♂️", + "text": "", + "type": 1, + "order": 2157, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生冲浪: 较深肤色", + "hexcode": "1F3C4-1F3FF-200D-2642-FE0F", + "emoji": "🏄🏿‍♂️", + "text": "", + "type": 1, + "order": 2159, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生冲浪", + "hexcode": "1F3C4-200D-2640-FE0F", + "tags": [ + "冲浪", + "女" + ], + "emoji": "🏄‍♀️", + "text": "", + "type": 1, + "order": 2161, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生冲浪: 较浅肤色", + "hexcode": "1F3C4-1F3FB-200D-2640-FE0F", + "emoji": "🏄🏻‍♀️", + "text": "", + "type": 1, + "order": 2163, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生冲浪: 中等-浅肤色", + "hexcode": "1F3C4-1F3FC-200D-2640-FE0F", + "emoji": "🏄🏼‍♀️", + "text": "", + "type": 1, + "order": 2165, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生冲浪: 中等肤色", + "hexcode": "1F3C4-1F3FD-200D-2640-FE0F", + "emoji": "🏄🏽‍♀️", + "text": "", + "type": 1, + "order": 2167, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生冲浪: 中等-深肤色", + "hexcode": "1F3C4-1F3FE-200D-2640-FE0F", + "emoji": "🏄🏾‍♀️", + "text": "", + "type": 1, + "order": 2169, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生冲浪: 较深肤色", + "hexcode": "1F3C4-1F3FF-200D-2640-FE0F", + "emoji": "🏄🏿‍♀️", + "text": "", + "type": 1, + "order": 2171, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "划艇", + "hexcode": "1F6A3", + "tags": [ + "船" + ], + "emoji": "🚣", + "text": "", + "type": 1, + "order": 2173, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "划艇: 较浅肤色", + "hexcode": "1F6A3-1F3FB", + "emoji": "🚣🏻", + "text": "", + "type": 1, + "order": 2174, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "划艇: 中等-浅肤色", + "hexcode": "1F6A3-1F3FC", + "emoji": "🚣🏼", + "text": "", + "type": 1, + "order": 2175, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "划艇: 中等肤色", + "hexcode": "1F6A3-1F3FD", + "emoji": "🚣🏽", + "text": "", + "type": 1, + "order": 2176, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "划艇: 中等-深肤色", + "hexcode": "1F6A3-1F3FE", + "emoji": "🚣🏾", + "text": "", + "type": 1, + "order": 2177, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "划艇: 较深肤色", + "hexcode": "1F6A3-1F3FF", + "emoji": "🚣🏿", + "text": "", + "type": 1, + "order": 2178, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生划船", + "hexcode": "1F6A3-200D-2642-FE0F", + "tags": [ + "划船", + "划艇", + "男", + "船" + ], + "emoji": "🚣‍♂️", + "text": "", + "type": 1, + "order": 2179, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生划船: 较浅肤色", + "hexcode": "1F6A3-1F3FB-200D-2642-FE0F", + "emoji": "🚣🏻‍♂️", + "text": "", + "type": 1, + "order": 2181, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生划船: 中等-浅肤色", + "hexcode": "1F6A3-1F3FC-200D-2642-FE0F", + "emoji": "🚣🏼‍♂️", + "text": "", + "type": 1, + "order": 2183, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生划船: 中等肤色", + "hexcode": "1F6A3-1F3FD-200D-2642-FE0F", + "emoji": "🚣🏽‍♂️", + "text": "", + "type": 1, + "order": 2185, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生划船: 中等-深肤色", + "hexcode": "1F6A3-1F3FE-200D-2642-FE0F", + "emoji": "🚣🏾‍♂️", + "text": "", + "type": 1, + "order": 2187, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生划船: 较深肤色", + "hexcode": "1F6A3-1F3FF-200D-2642-FE0F", + "emoji": "🚣🏿‍♂️", + "text": "", + "type": 1, + "order": 2189, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生划船", + "hexcode": "1F6A3-200D-2640-FE0F", + "tags": [ + "划船", + "划艇", + "女", + "船" + ], + "emoji": "🚣‍♀️", + "text": "", + "type": 1, + "order": 2191, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生划船: 较浅肤色", + "hexcode": "1F6A3-1F3FB-200D-2640-FE0F", + "emoji": "🚣🏻‍♀️", + "text": "", + "type": 1, + "order": 2193, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生划船: 中等-浅肤色", + "hexcode": "1F6A3-1F3FC-200D-2640-FE0F", + "emoji": "🚣🏼‍♀️", + "text": "", + "type": 1, + "order": 2195, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生划船: 中等肤色", + "hexcode": "1F6A3-1F3FD-200D-2640-FE0F", + "emoji": "🚣🏽‍♀️", + "text": "", + "type": 1, + "order": 2197, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生划船: 中等-深肤色", + "hexcode": "1F6A3-1F3FE-200D-2640-FE0F", + "emoji": "🚣🏾‍♀️", + "text": "", + "type": 1, + "order": 2199, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生划船: 较深肤色", + "hexcode": "1F6A3-1F3FF-200D-2640-FE0F", + "emoji": "🚣🏿‍♀️", + "text": "", + "type": 1, + "order": 2201, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "游泳", + "hexcode": "1F3CA", + "tags": [ + "游泳" + ], + "emoji": "🏊️", + "text": "🏊︎", + "type": 1, + "order": 2203, + "group": 1, + "subgroup": 27, + "version": 0.6, + "skins": [ + { + "annotation": "游泳: 较浅肤色", + "hexcode": "1F3CA-1F3FB", + "emoji": "🏊🏻", + "text": "", + "type": 1, + "order": 2204, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "游泳: 中等-浅肤色", + "hexcode": "1F3CA-1F3FC", + "emoji": "🏊🏼", + "text": "", + "type": 1, + "order": 2205, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "游泳: 中等肤色", + "hexcode": "1F3CA-1F3FD", + "emoji": "🏊🏽", + "text": "", + "type": 1, + "order": 2206, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "游泳: 中等-深肤色", + "hexcode": "1F3CA-1F3FE", + "emoji": "🏊🏾", + "text": "", + "type": 1, + "order": 2207, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "游泳: 较深肤色", + "hexcode": "1F3CA-1F3FF", + "emoji": "🏊🏿", + "text": "", + "type": 1, + "order": 2208, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生游泳", + "hexcode": "1F3CA-200D-2642-FE0F", + "tags": [ + "游泳", + "男" + ], + "emoji": "🏊‍♂️", + "text": "", + "type": 1, + "order": 2209, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生游泳: 较浅肤色", + "hexcode": "1F3CA-1F3FB-200D-2642-FE0F", + "emoji": "🏊🏻‍♂️", + "text": "", + "type": 1, + "order": 2211, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生游泳: 中等-浅肤色", + "hexcode": "1F3CA-1F3FC-200D-2642-FE0F", + "emoji": "🏊🏼‍♂️", + "text": "", + "type": 1, + "order": 2213, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生游泳: 中等肤色", + "hexcode": "1F3CA-1F3FD-200D-2642-FE0F", + "emoji": "🏊🏽‍♂️", + "text": "", + "type": 1, + "order": 2215, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生游泳: 中等-深肤色", + "hexcode": "1F3CA-1F3FE-200D-2642-FE0F", + "emoji": "🏊🏾‍♂️", + "text": "", + "type": 1, + "order": 2217, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生游泳: 较深肤色", + "hexcode": "1F3CA-1F3FF-200D-2642-FE0F", + "emoji": "🏊🏿‍♂️", + "text": "", + "type": 1, + "order": 2219, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生游泳", + "hexcode": "1F3CA-200D-2640-FE0F", + "tags": [ + "女", + "游泳" + ], + "emoji": "🏊‍♀️", + "text": "", + "type": 1, + "order": 2221, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生游泳: 较浅肤色", + "hexcode": "1F3CA-1F3FB-200D-2640-FE0F", + "emoji": "🏊🏻‍♀️", + "text": "", + "type": 1, + "order": 2223, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生游泳: 中等-浅肤色", + "hexcode": "1F3CA-1F3FC-200D-2640-FE0F", + "emoji": "🏊🏼‍♀️", + "text": "", + "type": 1, + "order": 2225, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生游泳: 中等肤色", + "hexcode": "1F3CA-1F3FD-200D-2640-FE0F", + "emoji": "🏊🏽‍♀️", + "text": "", + "type": 1, + "order": 2227, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生游泳: 中等-深肤色", + "hexcode": "1F3CA-1F3FE-200D-2640-FE0F", + "emoji": "🏊🏾‍♀️", + "text": "", + "type": 1, + "order": 2229, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生游泳: 较深肤色", + "hexcode": "1F3CA-1F3FF-200D-2640-FE0F", + "emoji": "🏊🏿‍♀️", + "text": "", + "type": 1, + "order": 2231, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "玩球", + "hexcode": "26F9", + "tags": [ + "游戏", + "玩", + "球" + ], + "emoji": "⛹️", + "text": "⛹︎", + "type": 0, + "order": 2234, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "玩球: 较浅肤色", + "hexcode": "26F9-1F3FB", + "emoji": "⛹🏻", + "text": "", + "type": 1, + "order": 2235, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "玩球: 中等-浅肤色", + "hexcode": "26F9-1F3FC", + "emoji": "⛹🏼", + "text": "", + "type": 1, + "order": 2236, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "玩球: 中等肤色", + "hexcode": "26F9-1F3FD", + "emoji": "⛹🏽", + "text": "", + "type": 1, + "order": 2237, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "玩球: 中等-深肤色", + "hexcode": "26F9-1F3FE", + "emoji": "⛹🏾", + "text": "", + "type": 1, + "order": 2238, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "玩球: 较深肤色", + "hexcode": "26F9-1F3FF", + "emoji": "⛹🏿", + "text": "", + "type": 1, + "order": 2239, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "男生玩球", + "hexcode": "26F9-FE0F-200D-2642-FE0F", + "tags": [ + "球", + "男" + ], + "emoji": "⛹️‍♂️", + "text": "", + "type": 1, + "order": 2240, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生玩球: 较浅肤色", + "hexcode": "26F9-1F3FB-200D-2642-FE0F", + "emoji": "⛹🏻‍♂️", + "text": "", + "type": 1, + "order": 2244, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生玩球: 中等-浅肤色", + "hexcode": "26F9-1F3FC-200D-2642-FE0F", + "emoji": "⛹🏼‍♂️", + "text": "", + "type": 1, + "order": 2246, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生玩球: 中等肤色", + "hexcode": "26F9-1F3FD-200D-2642-FE0F", + "emoji": "⛹🏽‍♂️", + "text": "", + "type": 1, + "order": 2248, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生玩球: 中等-深肤色", + "hexcode": "26F9-1F3FE-200D-2642-FE0F", + "emoji": "⛹🏾‍♂️", + "text": "", + "type": 1, + "order": 2250, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生玩球: 较深肤色", + "hexcode": "26F9-1F3FF-200D-2642-FE0F", + "emoji": "⛹🏿‍♂️", + "text": "", + "type": 1, + "order": 2252, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生玩球", + "hexcode": "26F9-FE0F-200D-2640-FE0F", + "tags": [ + "女", + "游戏", + "玩", + "球" + ], + "emoji": "⛹️‍♀️", + "text": "", + "type": 1, + "order": 2254, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生玩球: 较浅肤色", + "hexcode": "26F9-1F3FB-200D-2640-FE0F", + "emoji": "⛹🏻‍♀️", + "text": "", + "type": 1, + "order": 2258, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生玩球: 中等-浅肤色", + "hexcode": "26F9-1F3FC-200D-2640-FE0F", + "emoji": "⛹🏼‍♀️", + "text": "", + "type": 1, + "order": 2260, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生玩球: 中等肤色", + "hexcode": "26F9-1F3FD-200D-2640-FE0F", + "emoji": "⛹🏽‍♀️", + "text": "", + "type": 1, + "order": 2262, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生玩球: 中等-深肤色", + "hexcode": "26F9-1F3FE-200D-2640-FE0F", + "emoji": "⛹🏾‍♀️", + "text": "", + "type": 1, + "order": 2264, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生玩球: 较深肤色", + "hexcode": "26F9-1F3FF-200D-2640-FE0F", + "emoji": "⛹🏿‍♀️", + "text": "", + "type": 1, + "order": 2266, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "举重", + "hexcode": "1F3CB", + "tags": [ + "举重" + ], + "emoji": "🏋️", + "text": "🏋︎", + "type": 0, + "order": 2269, + "group": 1, + "subgroup": 27, + "version": 0.7, + "skins": [ + { + "annotation": "举重: 较浅肤色", + "hexcode": "1F3CB-1F3FB", + "emoji": "🏋🏻", + "text": "", + "type": 1, + "order": 2270, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 1 + }, + { + "annotation": "举重: 中等-浅肤色", + "hexcode": "1F3CB-1F3FC", + "emoji": "🏋🏼", + "text": "", + "type": 1, + "order": 2271, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 2 + }, + { + "annotation": "举重: 中等肤色", + "hexcode": "1F3CB-1F3FD", + "emoji": "🏋🏽", + "text": "", + "type": 1, + "order": 2272, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 3 + }, + { + "annotation": "举重: 中等-深肤色", + "hexcode": "1F3CB-1F3FE", + "emoji": "🏋🏾", + "text": "", + "type": 1, + "order": 2273, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 4 + }, + { + "annotation": "举重: 较深肤色", + "hexcode": "1F3CB-1F3FF", + "emoji": "🏋🏿", + "text": "", + "type": 1, + "order": 2274, + "group": 1, + "subgroup": 27, + "version": 2, + "tone": 5 + } + ] + }, + { + "annotation": "男生举重", + "hexcode": "1F3CB-FE0F-200D-2642-FE0F", + "tags": [ + "举重", + "男" + ], + "emoji": "🏋️‍♂️", + "text": "", + "type": 1, + "order": 2275, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生举重: 较浅肤色", + "hexcode": "1F3CB-1F3FB-200D-2642-FE0F", + "emoji": "🏋🏻‍♂️", + "text": "", + "type": 1, + "order": 2279, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生举重: 中等-浅肤色", + "hexcode": "1F3CB-1F3FC-200D-2642-FE0F", + "emoji": "🏋🏼‍♂️", + "text": "", + "type": 1, + "order": 2281, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生举重: 中等肤色", + "hexcode": "1F3CB-1F3FD-200D-2642-FE0F", + "emoji": "🏋🏽‍♂️", + "text": "", + "type": 1, + "order": 2283, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生举重: 中等-深肤色", + "hexcode": "1F3CB-1F3FE-200D-2642-FE0F", + "emoji": "🏋🏾‍♂️", + "text": "", + "type": 1, + "order": 2285, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生举重: 较深肤色", + "hexcode": "1F3CB-1F3FF-200D-2642-FE0F", + "emoji": "🏋🏿‍♂️", + "text": "", + "type": 1, + "order": 2287, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生举重", + "hexcode": "1F3CB-FE0F-200D-2640-FE0F", + "tags": [ + "举重", + "女" + ], + "emoji": "🏋️‍♀️", + "text": "", + "type": 1, + "order": 2289, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生举重: 较浅肤色", + "hexcode": "1F3CB-1F3FB-200D-2640-FE0F", + "emoji": "🏋🏻‍♀️", + "text": "", + "type": 1, + "order": 2293, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生举重: 中等-浅肤色", + "hexcode": "1F3CB-1F3FC-200D-2640-FE0F", + "emoji": "🏋🏼‍♀️", + "text": "", + "type": 1, + "order": 2295, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生举重: 中等肤色", + "hexcode": "1F3CB-1F3FD-200D-2640-FE0F", + "emoji": "🏋🏽‍♀️", + "text": "", + "type": 1, + "order": 2297, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生举重: 中等-深肤色", + "hexcode": "1F3CB-1F3FE-200D-2640-FE0F", + "emoji": "🏋🏾‍♀️", + "text": "", + "type": 1, + "order": 2299, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生举重: 较深肤色", + "hexcode": "1F3CB-1F3FF-200D-2640-FE0F", + "emoji": "🏋🏿‍♀️", + "text": "", + "type": 1, + "order": 2301, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "骑自行车", + "hexcode": "1F6B4", + "tags": [ + "单车", + "自行车", + "骑单车" + ], + "emoji": "🚴", + "text": "", + "type": 1, + "order": 2303, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "骑自行车: 较浅肤色", + "hexcode": "1F6B4-1F3FB", + "emoji": "🚴🏻", + "text": "", + "type": 1, + "order": 2304, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "骑自行车: 中等-浅肤色", + "hexcode": "1F6B4-1F3FC", + "emoji": "🚴🏼", + "text": "", + "type": 1, + "order": 2305, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "骑自行车: 中等肤色", + "hexcode": "1F6B4-1F3FD", + "emoji": "🚴🏽", + "text": "", + "type": 1, + "order": 2306, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "骑自行车: 中等-深肤色", + "hexcode": "1F6B4-1F3FE", + "emoji": "🚴🏾", + "text": "", + "type": 1, + "order": 2307, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "骑自行车: 较深肤色", + "hexcode": "1F6B4-1F3FF", + "emoji": "🚴🏿", + "text": "", + "type": 1, + "order": 2308, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生骑自行车", + "hexcode": "1F6B4-200D-2642-FE0F", + "tags": [ + "单车", + "男", + "自行车", + "骑车" + ], + "emoji": "🚴‍♂️", + "text": "", + "type": 1, + "order": 2309, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生骑自行车: 较浅肤色", + "hexcode": "1F6B4-1F3FB-200D-2642-FE0F", + "emoji": "🚴🏻‍♂️", + "text": "", + "type": 1, + "order": 2311, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生骑自行车: 中等-浅肤色", + "hexcode": "1F6B4-1F3FC-200D-2642-FE0F", + "emoji": "🚴🏼‍♂️", + "text": "", + "type": 1, + "order": 2313, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生骑自行车: 中等肤色", + "hexcode": "1F6B4-1F3FD-200D-2642-FE0F", + "emoji": "🚴🏽‍♂️", + "text": "", + "type": 1, + "order": 2315, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生骑自行车: 中等-深肤色", + "hexcode": "1F6B4-1F3FE-200D-2642-FE0F", + "emoji": "🚴🏾‍♂️", + "text": "", + "type": 1, + "order": 2317, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生骑自行车: 较深肤色", + "hexcode": "1F6B4-1F3FF-200D-2642-FE0F", + "emoji": "🚴🏿‍♂️", + "text": "", + "type": 1, + "order": 2319, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生骑自行车", + "hexcode": "1F6B4-200D-2640-FE0F", + "tags": [ + "单车", + "女", + "自行车", + "骑车" + ], + "emoji": "🚴‍♀️", + "text": "", + "type": 1, + "order": 2321, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生骑自行车: 较浅肤色", + "hexcode": "1F6B4-1F3FB-200D-2640-FE0F", + "emoji": "🚴🏻‍♀️", + "text": "", + "type": 1, + "order": 2323, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生骑自行车: 中等-浅肤色", + "hexcode": "1F6B4-1F3FC-200D-2640-FE0F", + "emoji": "🚴🏼‍♀️", + "text": "", + "type": 1, + "order": 2325, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生骑自行车: 中等肤色", + "hexcode": "1F6B4-1F3FD-200D-2640-FE0F", + "emoji": "🚴🏽‍♀️", + "text": "", + "type": 1, + "order": 2327, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生骑自行车: 中等-深肤色", + "hexcode": "1F6B4-1F3FE-200D-2640-FE0F", + "emoji": "🚴🏾‍♀️", + "text": "", + "type": 1, + "order": 2329, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生骑自行车: 较深肤色", + "hexcode": "1F6B4-1F3FF-200D-2640-FE0F", + "emoji": "🚴🏿‍♀️", + "text": "", + "type": 1, + "order": 2331, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "骑山地车", + "hexcode": "1F6B5", + "tags": [ + "单车", + "山地车", + "自行车", + "骑山地车的人" + ], + "emoji": "🚵", + "text": "", + "type": 1, + "order": 2333, + "group": 1, + "subgroup": 27, + "version": 1, + "skins": [ + { + "annotation": "骑山地车: 较浅肤色", + "hexcode": "1F6B5-1F3FB", + "emoji": "🚵🏻", + "text": "", + "type": 1, + "order": 2334, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 1 + }, + { + "annotation": "骑山地车: 中等-浅肤色", + "hexcode": "1F6B5-1F3FC", + "emoji": "🚵🏼", + "text": "", + "type": 1, + "order": 2335, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 2 + }, + { + "annotation": "骑山地车: 中等肤色", + "hexcode": "1F6B5-1F3FD", + "emoji": "🚵🏽", + "text": "", + "type": 1, + "order": 2336, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 3 + }, + { + "annotation": "骑山地车: 中等-深肤色", + "hexcode": "1F6B5-1F3FE", + "emoji": "🚵🏾", + "text": "", + "type": 1, + "order": 2337, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 4 + }, + { + "annotation": "骑山地车: 较深肤色", + "hexcode": "1F6B5-1F3FF", + "emoji": "🚵🏿", + "text": "", + "type": 1, + "order": 2338, + "group": 1, + "subgroup": 27, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "男生骑山地车", + "hexcode": "1F6B5-200D-2642-FE0F", + "tags": [ + "单车", + "山地车", + "男", + "自行车", + "骑山地车的人" + ], + "emoji": "🚵‍♂️", + "text": "", + "type": 1, + "order": 2339, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生骑山地车: 较浅肤色", + "hexcode": "1F6B5-1F3FB-200D-2642-FE0F", + "emoji": "🚵🏻‍♂️", + "text": "", + "type": 1, + "order": 2341, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生骑山地车: 中等-浅肤色", + "hexcode": "1F6B5-1F3FC-200D-2642-FE0F", + "emoji": "🚵🏼‍♂️", + "text": "", + "type": 1, + "order": 2343, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生骑山地车: 中等肤色", + "hexcode": "1F6B5-1F3FD-200D-2642-FE0F", + "emoji": "🚵🏽‍♂️", + "text": "", + "type": 1, + "order": 2345, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生骑山地车: 中等-深肤色", + "hexcode": "1F6B5-1F3FE-200D-2642-FE0F", + "emoji": "🚵🏾‍♂️", + "text": "", + "type": 1, + "order": 2347, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生骑山地车: 较深肤色", + "hexcode": "1F6B5-1F3FF-200D-2642-FE0F", + "emoji": "🚵🏿‍♂️", + "text": "", + "type": 1, + "order": 2349, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生骑山地车", + "hexcode": "1F6B5-200D-2640-FE0F", + "tags": [ + "单车", + "女", + "山地车", + "自行车", + "骑车" + ], + "emoji": "🚵‍♀️", + "text": "", + "type": 1, + "order": 2351, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生骑山地车: 较浅肤色", + "hexcode": "1F6B5-1F3FB-200D-2640-FE0F", + "emoji": "🚵🏻‍♀️", + "text": "", + "type": 1, + "order": 2353, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生骑山地车: 中等-浅肤色", + "hexcode": "1F6B5-1F3FC-200D-2640-FE0F", + "emoji": "🚵🏼‍♀️", + "text": "", + "type": 1, + "order": 2355, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生骑山地车: 中等肤色", + "hexcode": "1F6B5-1F3FD-200D-2640-FE0F", + "emoji": "🚵🏽‍♀️", + "text": "", + "type": 1, + "order": 2357, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生骑山地车: 中等-深肤色", + "hexcode": "1F6B5-1F3FE-200D-2640-FE0F", + "emoji": "🚵🏾‍♀️", + "text": "", + "type": 1, + "order": 2359, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生骑山地车: 较深肤色", + "hexcode": "1F6B5-1F3FF-200D-2640-FE0F", + "emoji": "🚵🏿‍♀️", + "text": "", + "type": 1, + "order": 2361, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "侧手翻", + "hexcode": "1F938", + "tags": [ + "人", + "体操", + "体育", + "翻筋斗" + ], + "emoji": "🤸", + "text": "", + "type": 1, + "order": 2363, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "侧手翻: 较浅肤色", + "hexcode": "1F938-1F3FB", + "emoji": "🤸🏻", + "text": "", + "type": 1, + "order": 2364, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "侧手翻: 中等-浅肤色", + "hexcode": "1F938-1F3FC", + "emoji": "🤸🏼", + "text": "", + "type": 1, + "order": 2365, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "侧手翻: 中等肤色", + "hexcode": "1F938-1F3FD", + "emoji": "🤸🏽", + "text": "", + "type": 1, + "order": 2366, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "侧手翻: 中等-深肤色", + "hexcode": "1F938-1F3FE", + "emoji": "🤸🏾", + "text": "", + "type": 1, + "order": 2367, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "侧手翻: 较深肤色", + "hexcode": "1F938-1F3FF", + "emoji": "🤸🏿", + "text": "", + "type": 1, + "order": 2368, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "男生侧手翻", + "hexcode": "1F938-200D-2642-FE0F", + "tags": [ + "体操", + "侧手翻", + "男", + "翻筋斗" + ], + "emoji": "🤸‍♂️", + "text": "", + "type": 1, + "order": 2369, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生侧手翻: 较浅肤色", + "hexcode": "1F938-1F3FB-200D-2642-FE0F", + "emoji": "🤸🏻‍♂️", + "text": "", + "type": 1, + "order": 2371, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生侧手翻: 中等-浅肤色", + "hexcode": "1F938-1F3FC-200D-2642-FE0F", + "emoji": "🤸🏼‍♂️", + "text": "", + "type": 1, + "order": 2373, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生侧手翻: 中等肤色", + "hexcode": "1F938-1F3FD-200D-2642-FE0F", + "emoji": "🤸🏽‍♂️", + "text": "", + "type": 1, + "order": 2375, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生侧手翻: 中等-深肤色", + "hexcode": "1F938-1F3FE-200D-2642-FE0F", + "emoji": "🤸🏾‍♂️", + "text": "", + "type": 1, + "order": 2377, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生侧手翻: 较深肤色", + "hexcode": "1F938-1F3FF-200D-2642-FE0F", + "emoji": "🤸🏿‍♂️", + "text": "", + "type": 1, + "order": 2379, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生侧手翻", + "hexcode": "1F938-200D-2640-FE0F", + "tags": [ + "体操", + "侧手翻", + "女", + "翻筋斗" + ], + "emoji": "🤸‍♀️", + "text": "", + "type": 1, + "order": 2381, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生侧手翻: 较浅肤色", + "hexcode": "1F938-1F3FB-200D-2640-FE0F", + "emoji": "🤸🏻‍♀️", + "text": "", + "type": 1, + "order": 2383, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生侧手翻: 中等-浅肤色", + "hexcode": "1F938-1F3FC-200D-2640-FE0F", + "emoji": "🤸🏼‍♀️", + "text": "", + "type": 1, + "order": 2385, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生侧手翻: 中等肤色", + "hexcode": "1F938-1F3FD-200D-2640-FE0F", + "emoji": "🤸🏽‍♀️", + "text": "", + "type": 1, + "order": 2387, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生侧手翻: 中等-深肤色", + "hexcode": "1F938-1F3FE-200D-2640-FE0F", + "emoji": "🤸🏾‍♀️", + "text": "", + "type": 1, + "order": 2389, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生侧手翻: 较深肤色", + "hexcode": "1F938-1F3FF-200D-2640-FE0F", + "emoji": "🤸🏿‍♀️", + "text": "", + "type": 1, + "order": 2391, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "摔跤选手", + "hexcode": "1F93C", + "tags": [ + "人", + "体育", + "摔跤" + ], + "emoji": "🤼", + "text": "", + "type": 1, + "order": 2393, + "group": 1, + "subgroup": 27, + "version": 3 + }, + { + "annotation": "男生摔跤", + "hexcode": "1F93C-200D-2642-FE0F", + "tags": [ + "打架", + "摔跤", + "男" + ], + "emoji": "🤼‍♂️", + "text": "", + "type": 1, + "order": 2394, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1 + }, + { + "annotation": "女生摔跤", + "hexcode": "1F93C-200D-2640-FE0F", + "tags": [ + "女", + "打架", + "摔跤" + ], + "emoji": "🤼‍♀️", + "text": "", + "type": 1, + "order": 2396, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0 + }, + { + "annotation": "水球", + "hexcode": "1F93D", + "tags": [ + "人", + "体育" + ], + "emoji": "🤽", + "text": "", + "type": 1, + "order": 2398, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "水球: 较浅肤色", + "hexcode": "1F93D-1F3FB", + "emoji": "🤽🏻", + "text": "", + "type": 1, + "order": 2399, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "水球: 中等-浅肤色", + "hexcode": "1F93D-1F3FC", + "emoji": "🤽🏼", + "text": "", + "type": 1, + "order": 2400, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "水球: 中等肤色", + "hexcode": "1F93D-1F3FD", + "emoji": "🤽🏽", + "text": "", + "type": 1, + "order": 2401, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "水球: 中等-深肤色", + "hexcode": "1F93D-1F3FE", + "emoji": "🤽🏾", + "text": "", + "type": 1, + "order": 2402, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "水球: 较深肤色", + "hexcode": "1F93D-1F3FF", + "emoji": "🤽🏿", + "text": "", + "type": 1, + "order": 2403, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "男生玩水球", + "hexcode": "1F93D-200D-2642-FE0F", + "tags": [ + "水球", + "男" + ], + "emoji": "🤽‍♂️", + "text": "", + "type": 1, + "order": 2404, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生玩水球: 较浅肤色", + "hexcode": "1F93D-1F3FB-200D-2642-FE0F", + "emoji": "🤽🏻‍♂️", + "text": "", + "type": 1, + "order": 2406, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生玩水球: 中等-浅肤色", + "hexcode": "1F93D-1F3FC-200D-2642-FE0F", + "emoji": "🤽🏼‍♂️", + "text": "", + "type": 1, + "order": 2408, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生玩水球: 中等肤色", + "hexcode": "1F93D-1F3FD-200D-2642-FE0F", + "emoji": "🤽🏽‍♂️", + "text": "", + "type": 1, + "order": 2410, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生玩水球: 中等-深肤色", + "hexcode": "1F93D-1F3FE-200D-2642-FE0F", + "emoji": "🤽🏾‍♂️", + "text": "", + "type": 1, + "order": 2412, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生玩水球: 较深肤色", + "hexcode": "1F93D-1F3FF-200D-2642-FE0F", + "emoji": "🤽🏿‍♂️", + "text": "", + "type": 1, + "order": 2414, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生玩水球", + "hexcode": "1F93D-200D-2640-FE0F", + "tags": [ + "女", + "水球" + ], + "emoji": "🤽‍♀️", + "text": "", + "type": 1, + "order": 2416, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生玩水球: 较浅肤色", + "hexcode": "1F93D-1F3FB-200D-2640-FE0F", + "emoji": "🤽🏻‍♀️", + "text": "", + "type": 1, + "order": 2418, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生玩水球: 中等-浅肤色", + "hexcode": "1F93D-1F3FC-200D-2640-FE0F", + "emoji": "🤽🏼‍♀️", + "text": "", + "type": 1, + "order": 2420, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生玩水球: 中等肤色", + "hexcode": "1F93D-1F3FD-200D-2640-FE0F", + "emoji": "🤽🏽‍♀️", + "text": "", + "type": 1, + "order": 2422, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生玩水球: 中等-深肤色", + "hexcode": "1F93D-1F3FE-200D-2640-FE0F", + "emoji": "🤽🏾‍♀️", + "text": "", + "type": 1, + "order": 2424, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生玩水球: 较深肤色", + "hexcode": "1F93D-1F3FF-200D-2640-FE0F", + "emoji": "🤽🏿‍♀️", + "text": "", + "type": 1, + "order": 2426, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "手球", + "hexcode": "1F93E", + "tags": [ + "人", + "体育" + ], + "emoji": "🤾", + "text": "", + "type": 1, + "order": 2428, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "手球: 较浅肤色", + "hexcode": "1F93E-1F3FB", + "emoji": "🤾🏻", + "text": "", + "type": 1, + "order": 2429, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "手球: 中等-浅肤色", + "hexcode": "1F93E-1F3FC", + "emoji": "🤾🏼", + "text": "", + "type": 1, + "order": 2430, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "手球: 中等肤色", + "hexcode": "1F93E-1F3FD", + "emoji": "🤾🏽", + "text": "", + "type": 1, + "order": 2431, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "手球: 中等-深肤色", + "hexcode": "1F93E-1F3FE", + "emoji": "🤾🏾", + "text": "", + "type": 1, + "order": 2432, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "手球: 较深肤色", + "hexcode": "1F93E-1F3FF", + "emoji": "🤾🏿", + "text": "", + "type": 1, + "order": 2433, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "男生玩手球", + "hexcode": "1F93E-200D-2642-FE0F", + "tags": [ + "手球", + "男" + ], + "emoji": "🤾‍♂️", + "text": "", + "type": 1, + "order": 2434, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生玩手球: 较浅肤色", + "hexcode": "1F93E-1F3FB-200D-2642-FE0F", + "emoji": "🤾🏻‍♂️", + "text": "", + "type": 1, + "order": 2436, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生玩手球: 中等-浅肤色", + "hexcode": "1F93E-1F3FC-200D-2642-FE0F", + "emoji": "🤾🏼‍♂️", + "text": "", + "type": 1, + "order": 2438, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生玩手球: 中等肤色", + "hexcode": "1F93E-1F3FD-200D-2642-FE0F", + "emoji": "🤾🏽‍♂️", + "text": "", + "type": 1, + "order": 2440, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生玩手球: 中等-深肤色", + "hexcode": "1F93E-1F3FE-200D-2642-FE0F", + "emoji": "🤾🏾‍♂️", + "text": "", + "type": 1, + "order": 2442, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生玩手球: 较深肤色", + "hexcode": "1F93E-1F3FF-200D-2642-FE0F", + "emoji": "🤾🏿‍♂️", + "text": "", + "type": 1, + "order": 2444, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生玩手球", + "hexcode": "1F93E-200D-2640-FE0F", + "tags": [ + "女", + "手球" + ], + "emoji": "🤾‍♀️", + "text": "", + "type": 1, + "order": 2446, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生玩手球: 较浅肤色", + "hexcode": "1F93E-1F3FB-200D-2640-FE0F", + "emoji": "🤾🏻‍♀️", + "text": "", + "type": 1, + "order": 2448, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生玩手球: 中等-浅肤色", + "hexcode": "1F93E-1F3FC-200D-2640-FE0F", + "emoji": "🤾🏼‍♀️", + "text": "", + "type": 1, + "order": 2450, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生玩手球: 中等肤色", + "hexcode": "1F93E-1F3FD-200D-2640-FE0F", + "emoji": "🤾🏽‍♀️", + "text": "", + "type": 1, + "order": 2452, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生玩手球: 中等-深肤色", + "hexcode": "1F93E-1F3FE-200D-2640-FE0F", + "emoji": "🤾🏾‍♀️", + "text": "", + "type": 1, + "order": 2454, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生玩手球: 较深肤色", + "hexcode": "1F93E-1F3FF-200D-2640-FE0F", + "emoji": "🤾🏿‍♀️", + "text": "", + "type": 1, + "order": 2456, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "抛接杂耍", + "hexcode": "1F939", + "tags": [ + "平衡", + "抛接", + "杂技", + "杂耍" + ], + "emoji": "🤹", + "text": "", + "type": 1, + "order": 2458, + "group": 1, + "subgroup": 27, + "version": 3, + "skins": [ + { + "annotation": "抛接杂耍: 较浅肤色", + "hexcode": "1F939-1F3FB", + "emoji": "🤹🏻", + "text": "", + "type": 1, + "order": 2459, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 1 + }, + { + "annotation": "抛接杂耍: 中等-浅肤色", + "hexcode": "1F939-1F3FC", + "emoji": "🤹🏼", + "text": "", + "type": 1, + "order": 2460, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 2 + }, + { + "annotation": "抛接杂耍: 中等肤色", + "hexcode": "1F939-1F3FD", + "emoji": "🤹🏽", + "text": "", + "type": 1, + "order": 2461, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 3 + }, + { + "annotation": "抛接杂耍: 中等-深肤色", + "hexcode": "1F939-1F3FE", + "emoji": "🤹🏾", + "text": "", + "type": 1, + "order": 2462, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 4 + }, + { + "annotation": "抛接杂耍: 较深肤色", + "hexcode": "1F939-1F3FF", + "emoji": "🤹🏿", + "text": "", + "type": 1, + "order": 2463, + "group": 1, + "subgroup": 27, + "version": 3, + "tone": 5 + } + ] + }, + { + "annotation": "男生抛接杂耍", + "hexcode": "1F939-200D-2642-FE0F", + "tags": [ + "杂技", + "杂耍", + "男", + "颠球" + ], + "emoji": "🤹‍♂️", + "text": "", + "type": 1, + "order": 2464, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "skins": [ + { + "annotation": "男生抛接杂耍: 较浅肤色", + "hexcode": "1F939-1F3FB-200D-2642-FE0F", + "emoji": "🤹🏻‍♂️", + "text": "", + "type": 1, + "order": 2466, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 1 + }, + { + "annotation": "男生抛接杂耍: 中等-浅肤色", + "hexcode": "1F939-1F3FC-200D-2642-FE0F", + "emoji": "🤹🏼‍♂️", + "text": "", + "type": 1, + "order": 2468, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 2 + }, + { + "annotation": "男生抛接杂耍: 中等肤色", + "hexcode": "1F939-1F3FD-200D-2642-FE0F", + "emoji": "🤹🏽‍♂️", + "text": "", + "type": 1, + "order": 2470, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 3 + }, + { + "annotation": "男生抛接杂耍: 中等-深肤色", + "hexcode": "1F939-1F3FE-200D-2642-FE0F", + "emoji": "🤹🏾‍♂️", + "text": "", + "type": 1, + "order": 2472, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 4 + }, + { + "annotation": "男生抛接杂耍: 较深肤色", + "hexcode": "1F939-1F3FF-200D-2642-FE0F", + "emoji": "🤹🏿‍♂️", + "text": "", + "type": 1, + "order": 2474, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "女生抛接杂耍", + "hexcode": "1F939-200D-2640-FE0F", + "tags": [ + "女", + "杂技", + "杂耍", + "颠球" + ], + "emoji": "🤹‍♀️", + "text": "", + "type": 1, + "order": 2476, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "skins": [ + { + "annotation": "女生抛接杂耍: 较浅肤色", + "hexcode": "1F939-1F3FB-200D-2640-FE0F", + "emoji": "🤹🏻‍♀️", + "text": "", + "type": 1, + "order": 2478, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 1 + }, + { + "annotation": "女生抛接杂耍: 中等-浅肤色", + "hexcode": "1F939-1F3FC-200D-2640-FE0F", + "emoji": "🤹🏼‍♀️", + "text": "", + "type": 1, + "order": 2480, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 2 + }, + { + "annotation": "女生抛接杂耍: 中等肤色", + "hexcode": "1F939-1F3FD-200D-2640-FE0F", + "emoji": "🤹🏽‍♀️", + "text": "", + "type": 1, + "order": 2482, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 3 + }, + { + "annotation": "女生抛接杂耍: 中等-深肤色", + "hexcode": "1F939-1F3FE-200D-2640-FE0F", + "emoji": "🤹🏾‍♀️", + "text": "", + "type": 1, + "order": 2484, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 4 + }, + { + "annotation": "女生抛接杂耍: 较深肤色", + "hexcode": "1F939-1F3FF-200D-2640-FE0F", + "emoji": "🤹🏿‍♀️", + "text": "", + "type": 1, + "order": 2486, + "group": 1, + "subgroup": 27, + "version": 4, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "盘腿的人", + "hexcode": "1F9D8", + "tags": [ + "冥想", + "瑜伽" + ], + "emoji": "🧘", + "text": "", + "type": 1, + "order": 2488, + "group": 1, + "subgroup": 28, + "version": 5, + "skins": [ + { + "annotation": "盘腿的人: 较浅肤色", + "hexcode": "1F9D8-1F3FB", + "emoji": "🧘🏻", + "text": "", + "type": 1, + "order": 2489, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 1 + }, + { + "annotation": "盘腿的人: 中等-浅肤色", + "hexcode": "1F9D8-1F3FC", + "emoji": "🧘🏼", + "text": "", + "type": 1, + "order": 2490, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 2 + }, + { + "annotation": "盘腿的人: 中等肤色", + "hexcode": "1F9D8-1F3FD", + "emoji": "🧘🏽", + "text": "", + "type": 1, + "order": 2491, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 3 + }, + { + "annotation": "盘腿的人: 中等-深肤色", + "hexcode": "1F9D8-1F3FE", + "emoji": "🧘🏾", + "text": "", + "type": 1, + "order": 2492, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 4 + }, + { + "annotation": "盘腿的人: 较深肤色", + "hexcode": "1F9D8-1F3FF", + "emoji": "🧘🏿", + "text": "", + "type": 1, + "order": 2493, + "group": 1, + "subgroup": 28, + "version": 5, + "tone": 5 + } + ] + }, + { + "annotation": "盘腿的男人", + "hexcode": "1F9D8-200D-2642-FE0F", + "tags": [ + "和尚", + "瑜伽男" + ], + "emoji": "🧘‍♂️", + "text": "", + "type": 1, + "order": 2494, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "skins": [ + { + "annotation": "盘腿的男人: 较浅肤色", + "hexcode": "1F9D8-1F3FB-200D-2642-FE0F", + "emoji": "🧘🏻‍♂️", + "text": "", + "type": 1, + "order": 2496, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 1 + }, + { + "annotation": "盘腿的男人: 中等-浅肤色", + "hexcode": "1F9D8-1F3FC-200D-2642-FE0F", + "emoji": "🧘🏼‍♂️", + "text": "", + "type": 1, + "order": 2498, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 2 + }, + { + "annotation": "盘腿的男人: 中等肤色", + "hexcode": "1F9D8-1F3FD-200D-2642-FE0F", + "emoji": "🧘🏽‍♂️", + "text": "", + "type": 1, + "order": 2500, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 3 + }, + { + "annotation": "盘腿的男人: 中等-深肤色", + "hexcode": "1F9D8-1F3FE-200D-2642-FE0F", + "emoji": "🧘🏾‍♂️", + "text": "", + "type": 1, + "order": 2502, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 4 + }, + { + "annotation": "盘腿的男人: 较深肤色", + "hexcode": "1F9D8-1F3FF-200D-2642-FE0F", + "emoji": "🧘🏿‍♂️", + "text": "", + "type": 1, + "order": 2504, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 1, + "tone": 5 + } + ] + }, + { + "annotation": "盘腿的女人", + "hexcode": "1F9D8-200D-2640-FE0F", + "tags": [ + "尼姑", + "比丘尼", + "瑜伽女" + ], + "emoji": "🧘‍♀️", + "text": "", + "type": 1, + "order": 2506, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "skins": [ + { + "annotation": "盘腿的女人: 较浅肤色", + "hexcode": "1F9D8-1F3FB-200D-2640-FE0F", + "emoji": "🧘🏻‍♀️", + "text": "", + "type": 1, + "order": 2508, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 1 + }, + { + "annotation": "盘腿的女人: 中等-浅肤色", + "hexcode": "1F9D8-1F3FC-200D-2640-FE0F", + "emoji": "🧘🏼‍♀️", + "text": "", + "type": 1, + "order": 2510, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 2 + }, + { + "annotation": "盘腿的女人: 中等肤色", + "hexcode": "1F9D8-1F3FD-200D-2640-FE0F", + "emoji": "🧘🏽‍♀️", + "text": "", + "type": 1, + "order": 2512, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 3 + }, + { + "annotation": "盘腿的女人: 中等-深肤色", + "hexcode": "1F9D8-1F3FE-200D-2640-FE0F", + "emoji": "🧘🏾‍♀️", + "text": "", + "type": 1, + "order": 2514, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 4 + }, + { + "annotation": "盘腿的女人: 较深肤色", + "hexcode": "1F9D8-1F3FF-200D-2640-FE0F", + "emoji": "🧘🏿‍♀️", + "text": "", + "type": 1, + "order": 2516, + "group": 1, + "subgroup": 28, + "version": 5, + "gender": 0, + "tone": 5 + } + ] + }, + { + "annotation": "洗澡的人", + "hexcode": "1F6C0", + "tags": [ + "洗澡", + "浴缸" + ], + "emoji": "🛀", + "text": "", + "type": 1, + "order": 2518, + "group": 1, + "subgroup": 28, + "version": 0.6, + "skins": [ + { + "annotation": "洗澡的人: 较浅肤色", + "hexcode": "1F6C0-1F3FB", + "emoji": "🛀🏻", + "text": "", + "type": 1, + "order": 2519, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 1 + }, + { + "annotation": "洗澡的人: 中等-浅肤色", + "hexcode": "1F6C0-1F3FC", + "emoji": "🛀🏼", + "text": "", + "type": 1, + "order": 2520, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 2 + }, + { + "annotation": "洗澡的人: 中等肤色", + "hexcode": "1F6C0-1F3FD", + "emoji": "🛀🏽", + "text": "", + "type": 1, + "order": 2521, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 3 + }, + { + "annotation": "洗澡的人: 中等-深肤色", + "hexcode": "1F6C0-1F3FE", + "emoji": "🛀🏾", + "text": "", + "type": 1, + "order": 2522, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 4 + }, + { + "annotation": "洗澡的人: 较深肤色", + "hexcode": "1F6C0-1F3FF", + "emoji": "🛀🏿", + "text": "", + "type": 1, + "order": 2523, + "group": 1, + "subgroup": 28, + "version": 1, + "tone": 5 + } + ] + }, + { + "annotation": "躺在床上的人", + "hexcode": "1F6CC", + "tags": [ + "入睡", + "宾馆", + "酒店" + ], + "emoji": "🛌", + "text": "", + "type": 1, + "order": 2524, + "group": 1, + "subgroup": 28, + "version": 1, + "skins": [ + { + "annotation": "躺在床上的人: 较浅肤色", + "hexcode": "1F6CC-1F3FB", + "emoji": "🛌🏻", + "text": "", + "type": 1, + "order": 2525, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 1 + }, + { + "annotation": "躺在床上的人: 中等-浅肤色", + "hexcode": "1F6CC-1F3FC", + "emoji": "🛌🏼", + "text": "", + "type": 1, + "order": 2526, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 2 + }, + { + "annotation": "躺在床上的人: 中等肤色", + "hexcode": "1F6CC-1F3FD", + "emoji": "🛌🏽", + "text": "", + "type": 1, + "order": 2527, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 3 + }, + { + "annotation": "躺在床上的人: 中等-深肤色", + "hexcode": "1F6CC-1F3FE", + "emoji": "🛌🏾", + "text": "", + "type": 1, + "order": 2528, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 4 + }, + { + "annotation": "躺在床上的人: 较深肤色", + "hexcode": "1F6CC-1F3FF", + "emoji": "🛌🏿", + "text": "", + "type": 1, + "order": 2529, + "group": 1, + "subgroup": 28, + "version": 4, + "tone": 5 + } + ] + }, + { + "annotation": "手拉手的两个人", + "hexcode": "1F9D1-200D-1F91D-200D-1F9D1", + "tags": [ + "人", + "情侣", + "手", + "拉手", + "握手" + ], + "emoji": "🧑‍🤝‍🧑", + "text": "", + "type": 1, + "order": 2530, + "group": 1, + "subgroup": 29, + "version": 12, + "skins": [ + { + "annotation": "手拉手的两个人: 较浅肤色", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏻‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2531, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "手拉手的两个人: 较浅肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2532, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "手拉手的两个人: 较浅肤色中等肤色", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2533, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "手拉手的两个人: 较浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2534, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "手拉手的两个人: 较浅肤色较深肤色", + "hexcode": "1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2535, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "手拉手的两个人: 中等-浅肤色较浅肤色", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2536, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "手拉手的两个人: 中等-浅肤色", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏼‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2537, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "手拉手的两个人: 中等-浅肤色中等肤色", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2538, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "手拉手的两个人: 中等-浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2539, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "手拉手的两个人: 中等-浅肤色较深肤色", + "hexcode": "1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2540, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "手拉手的两个人: 中等肤色较浅肤色", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2541, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "手拉手的两个人: 中等肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2542, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "手拉手的两个人: 中等肤色", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏽‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2543, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "手拉手的两个人: 中等肤色中等-深肤色", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2544, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "手拉手的两个人: 中等肤色较深肤色", + "hexcode": "1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2545, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "手拉手的两个人: 中等-深肤色较浅肤色", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2546, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "手拉手的两个人: 中等-深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2547, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "手拉手的两个人: 中等-深肤色中等肤色", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2548, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "手拉手的两个人: 中等-深肤色", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏾‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2549, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "手拉手的两个人: 中等-深肤色较深肤色", + "hexcode": "1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2550, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "手拉手的两个人: 较深肤色较浅肤色", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍🤝‍🧑🏻", + "text": "", + "type": 1, + "order": 2551, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "手拉手的两个人: 较深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍🤝‍🧑🏼", + "text": "", + "type": 1, + "order": 2552, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "手拉手的两个人: 较深肤色中等肤色", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍🤝‍🧑🏽", + "text": "", + "type": 1, + "order": 2553, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "手拉手的两个人: 较深肤色中等-深肤色", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍🤝‍🧑🏾", + "text": "", + "type": 1, + "order": 2554, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "手拉手的两个人: 较深肤色", + "hexcode": "1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF", + "emoji": "🧑🏿‍🤝‍🧑🏿", + "text": "", + "type": 1, + "order": 2555, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + } + ] + }, + { + "annotation": "手拉手的两个女人", + "hexcode": "1F46D", + "tags": [ + "两个女人", + "情侣", + "手拉手" + ], + "emoji": "👭", + "text": "", + "type": 1, + "order": 2556, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "手拉手的两个女人: 较浅肤色", + "hexcode": "1F46D-1F3FB", + "emoji": "👭🏻", + "text": "", + "type": 1, + "order": 2557, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "手拉手的两个女人: 中等-浅肤色", + "hexcode": "1F46D-1F3FC", + "emoji": "👭🏼", + "text": "", + "type": 1, + "order": 2563, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "手拉手的两个女人: 中等肤色", + "hexcode": "1F46D-1F3FD", + "emoji": "👭🏽", + "text": "", + "type": 1, + "order": 2569, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "手拉手的两个女人: 中等-深肤色", + "hexcode": "1F46D-1F3FE", + "emoji": "👭🏾", + "text": "", + "type": 1, + "order": 2575, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "手拉手的两个女人: 较深肤色", + "hexcode": "1F46D-1F3FF", + "emoji": "👭🏿", + "text": "", + "type": 1, + "order": 2581, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "手拉手的两个女人: 较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏻‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2558, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "手拉手的两个女人: 较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏻‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2559, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "手拉手的两个女人: 较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏻‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2560, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "手拉手的两个女人: 较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏻‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2561, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏼‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2562, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏼‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2564, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏼‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2565, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏼‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2566, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "手拉手的两个女人: 中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏽‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2567, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "手拉手的两个女人: 中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏽‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2568, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "手拉手的两个女人: 中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏽‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2570, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "手拉手的两个女人: 中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏽‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2571, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏾‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2572, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏾‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2573, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏾‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2574, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "手拉手的两个女人: 中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF", + "emoji": "👩🏾‍🤝‍👩🏿", + "text": "", + "type": 1, + "order": 2576, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "手拉手的两个女人: 较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB", + "emoji": "👩🏿‍🤝‍👩🏻", + "text": "", + "type": 1, + "order": 2577, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "手拉手的两个女人: 较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC", + "emoji": "👩🏿‍🤝‍👩🏼", + "text": "", + "type": 1, + "order": 2578, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "手拉手的两个女人: 较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD", + "emoji": "👩🏿‍🤝‍👩🏽", + "text": "", + "type": 1, + "order": 2579, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "手拉手的两个女人: 较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE", + "emoji": "👩🏿‍🤝‍👩🏾", + "text": "", + "type": 1, + "order": 2580, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "手拉手的一男一女", + "hexcode": "1F46B", + "tags": [ + "一男一女", + "情侣", + "手拉手" + ], + "emoji": "👫", + "text": "", + "type": 1, + "order": 2582, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "手拉手的一男一女: 较浅肤色", + "hexcode": "1F46B-1F3FB", + "emoji": "👫🏻", + "text": "", + "type": 1, + "order": 2583, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "手拉手的一男一女: 中等-浅肤色", + "hexcode": "1F46B-1F3FC", + "emoji": "👫🏼", + "text": "", + "type": 1, + "order": 2589, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "手拉手的一男一女: 中等肤色", + "hexcode": "1F46B-1F3FD", + "emoji": "👫🏽", + "text": "", + "type": 1, + "order": 2595, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "手拉手的一男一女: 中等-深肤色", + "hexcode": "1F46B-1F3FE", + "emoji": "👫🏾", + "text": "", + "type": 1, + "order": 2601, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "手拉手的一男一女: 较深肤色", + "hexcode": "1F46B-1F3FF", + "emoji": "👫🏿", + "text": "", + "type": 1, + "order": 2607, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "手拉手的一男一女: 较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2584, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "手拉手的一男一女: 较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2585, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "手拉手的一男一女: 较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2586, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "手拉手的一男一女: 较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2587, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2588, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2590, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2591, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2592, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "手拉手的一男一女: 中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2593, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "手拉手的一男一女: 中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2594, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "手拉手的一男一女: 中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2596, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "手拉手的一男一女: 中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2597, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2598, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2599, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2600, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "手拉手的一男一女: 中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👩🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2602, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "手拉手的一男一女: 较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👩🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2603, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "手拉手的一男一女: 较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👩🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2604, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "手拉手的一男一女: 较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👩🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2605, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "手拉手的一男一女: 较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👩🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2606, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "手拉手的两个男人", + "hexcode": "1F46C", + "tags": [ + "两个男人", + "双子座", + "情侣", + "手拉手", + "黄道十二宫" + ], + "emoji": "👬", + "text": "", + "type": 1, + "order": 2608, + "group": 1, + "subgroup": 29, + "version": 1, + "skins": [ + { + "annotation": "手拉手的两个男人: 较浅肤色", + "hexcode": "1F46C-1F3FB", + "emoji": "👬🏻", + "text": "", + "type": 1, + "order": 2609, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 1 + }, + { + "annotation": "手拉手的两个男人: 中等-浅肤色", + "hexcode": "1F46C-1F3FC", + "emoji": "👬🏼", + "text": "", + "type": 1, + "order": 2615, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 2 + }, + { + "annotation": "手拉手的两个男人: 中等肤色", + "hexcode": "1F46C-1F3FD", + "emoji": "👬🏽", + "text": "", + "type": 1, + "order": 2621, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 3 + }, + { + "annotation": "手拉手的两个男人: 中等-深肤色", + "hexcode": "1F46C-1F3FE", + "emoji": "👬🏾", + "text": "", + "type": 1, + "order": 2627, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 4 + }, + { + "annotation": "手拉手的两个男人: 较深肤色", + "hexcode": "1F46C-1F3FF", + "emoji": "👬🏿", + "text": "", + "type": 1, + "order": 2633, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": 5 + }, + { + "annotation": "手拉手的两个男人: 较浅肤色中等-浅肤色", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏻‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2610, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "手拉手的两个男人: 较浅肤色中等肤色", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏻‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2611, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "手拉手的两个男人: 较浅肤色中等-深肤色", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏻‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2612, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "手拉手的两个男人: 较浅肤色较深肤色", + "hexcode": "1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏻‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2613, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-浅肤色较浅肤色", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏼‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2614, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-浅肤色中等肤色", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏼‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2616, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-浅肤色中等-深肤色", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏼‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2617, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-浅肤色较深肤色", + "hexcode": "1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏼‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2618, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "手拉手的两个男人: 中等肤色较浅肤色", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏽‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2619, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "手拉手的两个男人: 中等肤色中等-浅肤色", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏽‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2620, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "手拉手的两个男人: 中等肤色中等-深肤色", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏽‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2622, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "手拉手的两个男人: 中等肤色较深肤色", + "hexcode": "1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏽‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2623, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-深肤色较浅肤色", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏾‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2624, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-深肤色中等-浅肤色", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏾‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2625, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-深肤色中等肤色", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏾‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2626, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "手拉手的两个男人: 中等-深肤色较深肤色", + "hexcode": "1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF", + "emoji": "👨🏾‍🤝‍👨🏿", + "text": "", + "type": 1, + "order": 2628, + "group": 1, + "subgroup": 29, + "version": 12.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "手拉手的两个男人: 较深肤色较浅肤色", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB", + "emoji": "👨🏿‍🤝‍👨🏻", + "text": "", + "type": 1, + "order": 2629, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "手拉手的两个男人: 较深肤色中等-浅肤色", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC", + "emoji": "👨🏿‍🤝‍👨🏼", + "text": "", + "type": 1, + "order": 2630, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "手拉手的两个男人: 较深肤色中等肤色", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD", + "emoji": "👨🏿‍🤝‍👨🏽", + "text": "", + "type": 1, + "order": 2631, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "手拉手的两个男人: 较深肤色中等-深肤色", + "hexcode": "1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE", + "emoji": "👨🏿‍🤝‍👨🏾", + "text": "", + "type": 1, + "order": 2632, + "group": 1, + "subgroup": 29, + "version": 12, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "亲吻", + "hexcode": "1F48F", + "tags": [ + "情侣", + "接吻", + "浪漫" + ], + "emoji": "💏", + "text": "", + "type": 1, + "order": 2634, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "亲吻: 较浅肤色", + "hexcode": "1F48F-1F3FB", + "emoji": "💏🏻", + "text": "", + "type": 1, + "order": 2635, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "亲吻: 中等-浅肤色", + "hexcode": "1F48F-1F3FC", + "emoji": "💏🏼", + "text": "", + "type": 1, + "order": 2636, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "亲吻: 中等肤色", + "hexcode": "1F48F-1F3FD", + "emoji": "💏🏽", + "text": "", + "type": 1, + "order": 2637, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "亲吻: 中等-深肤色", + "hexcode": "1F48F-1F3FE", + "emoji": "💏🏾", + "text": "", + "type": 1, + "order": 2638, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "亲吻: 较深肤色", + "hexcode": "1F48F-1F3FF", + "emoji": "💏🏿", + "text": "", + "type": 1, + "order": 2639, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "亲吻: 成人成人较浅肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2640, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "亲吻: 成人成人较浅肤色中等肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2642, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "亲吻: 成人成人较浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2644, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "亲吻: 成人成人较浅肤色较深肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2646, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "亲吻: 成人成人中等-浅肤色较浅肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2648, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "亲吻: 成人成人中等-浅肤色中等肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2650, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "亲吻: 成人成人中等-浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2652, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "亲吻: 成人成人中等-浅肤色较深肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2654, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "亲吻: 成人成人中等肤色较浅肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2656, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "亲吻: 成人成人中等肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2658, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "亲吻: 成人成人中等肤色中等-深肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2660, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "亲吻: 成人成人中等肤色较深肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2662, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "亲吻: 成人成人中等-深肤色较浅肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2664, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "亲吻: 成人成人中等-深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2666, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "亲吻: 成人成人中等-深肤色中等肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2668, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "亲吻: 成人成人中等-深肤色较深肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍💋‍🧑🏿", + "text": "", + "type": 1, + "order": 2670, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "亲吻: 成人成人较深肤色较浅肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏻", + "text": "", + "type": 1, + "order": 2672, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "亲吻: 成人成人较深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏼", + "text": "", + "type": 1, + "order": 2674, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "亲吻: 成人成人较深肤色中等肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏽", + "text": "", + "type": 1, + "order": 2676, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "亲吻: 成人成人较深肤色中等-深肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍💋‍🧑🏾", + "text": "", + "type": 1, + "order": 2678, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "亲吻: 女人男人", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "亲吻", + "女人", + "情侣", + "接吻", + "浪漫", + "男人" + ], + "emoji": "👩‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2680, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "亲吻: 女人男人较浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2682, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "亲吻: 女人男人较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2684, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "亲吻: 女人男人较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2686, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "亲吻: 女人男人较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2688, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "亲吻: 女人男人较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2690, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "亲吻: 女人男人中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2692, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "亲吻: 女人男人中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2694, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "亲吻: 女人男人中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2696, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "亲吻: 女人男人中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2698, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "亲吻: 女人男人中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2700, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "亲吻: 女人男人中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2702, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "亲吻: 女人男人中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2704, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "亲吻: 女人男人中等肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2706, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "亲吻: 女人男人中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2708, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "亲吻: 女人男人中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2710, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "亲吻: 女人男人中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2712, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "亲吻: 女人男人中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2714, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "亲吻: 女人男人中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2716, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "亲吻: 女人男人中等-深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2718, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "亲吻: 女人男人中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2720, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "亲吻: 女人男人较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2722, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "亲吻: 女人男人较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2724, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "亲吻: 女人男人较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2726, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "亲吻: 女人男人较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2728, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "亲吻: 女人男人较深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2730, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "亲吻: 男人男人", + "hexcode": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "tags": [ + "亲吻", + "情侣", + "接吻", + "浪漫", + "男人" + ], + "emoji": "👨‍❤️‍💋‍👨", + "text": "", + "type": 1, + "order": 2732, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "亲吻: 男人男人较浅肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2734, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "亲吻: 男人男人较浅肤色中等-浅肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2736, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "亲吻: 男人男人较浅肤色中等肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2738, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "亲吻: 男人男人较浅肤色中等-深肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2740, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "亲吻: 男人男人较浅肤色较深肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2742, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "亲吻: 男人男人中等-浅肤色较浅肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2744, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "亲吻: 男人男人中等-浅肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2746, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "亲吻: 男人男人中等-浅肤色中等肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2748, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "亲吻: 男人男人中等-浅肤色中等-深肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2750, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "亲吻: 男人男人中等-浅肤色较深肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2752, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "亲吻: 男人男人中等肤色较浅肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2754, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "亲吻: 男人男人中等肤色中等-浅肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2756, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "亲吻: 男人男人中等肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2758, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "亲吻: 男人男人中等肤色中等-深肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2760, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "亲吻: 男人男人中等肤色较深肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2762, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "亲吻: 男人男人中等-深肤色较浅肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2764, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "亲吻: 男人男人中等-深肤色中等-浅肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2766, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "亲吻: 男人男人中等-深肤色中等肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2768, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "亲吻: 男人男人中等-深肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2770, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "亲吻: 男人男人中等-深肤色较深肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2772, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "亲吻: 男人男人较深肤色较浅肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍💋‍👨🏻", + "text": "", + "type": 1, + "order": 2774, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "亲吻: 男人男人较深肤色中等-浅肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍💋‍👨🏼", + "text": "", + "type": 1, + "order": 2776, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "亲吻: 男人男人较深肤色中等肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍💋‍👨🏽", + "text": "", + "type": 1, + "order": 2778, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "亲吻: 男人男人较深肤色中等-深肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍💋‍👨🏾", + "text": "", + "type": 1, + "order": 2780, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "亲吻: 男人男人较深肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍💋‍👨🏿", + "text": "", + "type": 1, + "order": 2782, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "亲吻: 女人女人", + "hexcode": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "tags": [ + "亲吻", + "女人", + "情侣", + "接吻", + "浪漫" + ], + "emoji": "👩‍❤️‍💋‍👩", + "text": "", + "type": 1, + "order": 2784, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "亲吻: 女人女人较浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2786, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "亲吻: 女人女人较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2788, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "亲吻: 女人女人较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2790, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "亲吻: 女人女人较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2792, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "亲吻: 女人女人较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2794, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "亲吻: 女人女人中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2796, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "亲吻: 女人女人中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2798, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "亲吻: 女人女人中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2800, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "亲吻: 女人女人中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2802, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "亲吻: 女人女人中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2804, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "亲吻: 女人女人中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2806, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "亲吻: 女人女人中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2808, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "亲吻: 女人女人中等肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2810, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "亲吻: 女人女人中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2812, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "亲吻: 女人女人中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2814, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "亲吻: 女人女人中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2816, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "亲吻: 女人女人中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2818, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "亲吻: 女人女人中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2820, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "亲吻: 女人女人中等-深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2822, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "亲吻: 女人女人中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2824, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "亲吻: 女人女人较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍💋‍👩🏻", + "text": "", + "type": 1, + "order": 2826, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "亲吻: 女人女人较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍💋‍👩🏼", + "text": "", + "type": 1, + "order": 2828, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "亲吻: 女人女人较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍💋‍👩🏽", + "text": "", + "type": 1, + "order": 2830, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "亲吻: 女人女人较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍💋‍👩🏾", + "text": "", + "type": 1, + "order": 2832, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "亲吻: 女人女人较深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍💋‍👩🏿", + "text": "", + "type": 1, + "order": 2834, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "情侣", + "hexcode": "1F491", + "tags": [ + "恋爱", + "浪漫", + "红心" + ], + "emoji": "💑", + "text": "", + "type": 1, + "order": 2836, + "group": 1, + "subgroup": 29, + "version": 0.6, + "skins": [ + { + "annotation": "情侣: 较浅肤色", + "hexcode": "1F491-1F3FB", + "emoji": "💑🏻", + "text": "", + "type": 1, + "order": 2837, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "情侣: 中等-浅肤色", + "hexcode": "1F491-1F3FC", + "emoji": "💑🏼", + "text": "", + "type": 1, + "order": 2838, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "情侣: 中等肤色", + "hexcode": "1F491-1F3FD", + "emoji": "💑🏽", + "text": "", + "type": 1, + "order": 2839, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "情侣: 中等-深肤色", + "hexcode": "1F491-1F3FE", + "emoji": "💑🏾", + "text": "", + "type": 1, + "order": 2840, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "情侣: 较深肤色", + "hexcode": "1F491-1F3FF", + "emoji": "💑🏿", + "text": "", + "type": 1, + "order": 2841, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + }, + { + "annotation": "情侣: 成人成人较浅肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏻‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2842, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "情侣: 成人成人较浅肤色中等肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏻‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2844, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "情侣: 成人成人较浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏻‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2846, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "情侣: 成人成人较浅肤色较深肤色", + "hexcode": "1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏻‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2848, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "情侣: 成人成人中等-浅肤色较浅肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏼‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2850, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "情侣: 成人成人中等-浅肤色中等肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏼‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2852, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "情侣: 成人成人中等-浅肤色中等-深肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏼‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2854, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "情侣: 成人成人中等-浅肤色较深肤色", + "hexcode": "1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏼‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2856, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "情侣: 成人成人中等肤色较浅肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏽‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2858, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "情侣: 成人成人中等肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏽‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2860, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "情侣: 成人成人中等肤色中等-深肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏽‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2862, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "情侣: 成人成人中等肤色较深肤色", + "hexcode": "1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏽‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2864, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "情侣: 成人成人中等-深肤色较浅肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏾‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2866, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "情侣: 成人成人中等-深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏾‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2868, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "情侣: 成人成人中等-深肤色中等肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏾‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2870, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "情侣: 成人成人中等-深肤色较深肤色", + "hexcode": "1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF", + "emoji": "🧑🏾‍❤️‍🧑🏿", + "text": "", + "type": 1, + "order": 2872, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "情侣: 成人成人较深肤色较浅肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB", + "emoji": "🧑🏿‍❤️‍🧑🏻", + "text": "", + "type": 1, + "order": 2874, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "情侣: 成人成人较深肤色中等-浅肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC", + "emoji": "🧑🏿‍❤️‍🧑🏼", + "text": "", + "type": 1, + "order": 2876, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "情侣: 成人成人较深肤色中等肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD", + "emoji": "🧑🏿‍❤️‍🧑🏽", + "text": "", + "type": 1, + "order": 2878, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "情侣: 成人成人较深肤色中等-深肤色", + "hexcode": "1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE", + "emoji": "🧑🏿‍❤️‍🧑🏾", + "text": "", + "type": 1, + "order": 2880, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + } + ] + }, + { + "annotation": "情侣: 女人男人", + "hexcode": "1F469-200D-2764-FE0F-200D-1F468", + "tags": [ + "女人", + "恋爱", + "情侣", + "浪漫", + "男人", + "红心" + ], + "emoji": "👩‍❤️‍👨", + "text": "", + "type": 1, + "order": 2882, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "情侣: 女人男人较浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2884, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "情侣: 女人男人较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2886, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "情侣: 女人男人较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2888, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "情侣: 女人男人较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2890, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "情侣: 女人男人较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2892, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "情侣: 女人男人中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2894, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "情侣: 女人男人中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2896, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "情侣: 女人男人中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2898, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "情侣: 女人男人中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2900, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "情侣: 女人男人中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2902, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "情侣: 女人男人中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2904, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "情侣: 女人男人中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2906, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "情侣: 女人男人中等肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2908, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "情侣: 女人男人中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2910, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "情侣: 女人男人中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2912, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "情侣: 女人男人中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2914, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "情侣: 女人男人中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2916, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "情侣: 女人男人中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2918, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "情侣: 女人男人中等-深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2920, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "情侣: 女人男人中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2922, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "情侣: 女人男人较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👩🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2924, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "情侣: 女人男人较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👩🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2926, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "情侣: 女人男人较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👩🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2928, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "情侣: 女人男人较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👩🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2930, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "情侣: 女人男人较深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👩🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2932, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "情侣: 男人男人", + "hexcode": "1F468-200D-2764-FE0F-200D-1F468", + "tags": [ + "恋爱", + "情侣", + "浪漫", + "男人", + "红心" + ], + "emoji": "👨‍❤️‍👨", + "text": "", + "type": 1, + "order": 2934, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "情侣: 男人男人较浅肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏻‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2936, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "情侣: 男人男人较浅肤色中等-浅肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏻‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2938, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "情侣: 男人男人较浅肤色中等肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏻‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2940, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "情侣: 男人男人较浅肤色中等-深肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏻‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2942, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "情侣: 男人男人较浅肤色较深肤色", + "hexcode": "1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏻‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2944, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "情侣: 男人男人中等-浅肤色较浅肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏼‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2946, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "情侣: 男人男人中等-浅肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏼‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2948, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "情侣: 男人男人中等-浅肤色中等肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏼‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2950, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "情侣: 男人男人中等-浅肤色中等-深肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏼‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2952, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "情侣: 男人男人中等-浅肤色较深肤色", + "hexcode": "1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏼‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2954, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "情侣: 男人男人中等肤色较浅肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏽‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2956, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "情侣: 男人男人中等肤色中等-浅肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏽‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2958, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "情侣: 男人男人中等肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏽‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2960, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "情侣: 男人男人中等肤色中等-深肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏽‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2962, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "情侣: 男人男人中等肤色较深肤色", + "hexcode": "1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏽‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2964, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "情侣: 男人男人中等-深肤色较浅肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏾‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2966, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "情侣: 男人男人中等-深肤色中等-浅肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏾‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2968, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "情侣: 男人男人中等-深肤色中等肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏾‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2970, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "情侣: 男人男人中等-深肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏾‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2972, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "情侣: 男人男人中等-深肤色较深肤色", + "hexcode": "1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏾‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2974, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "情侣: 男人男人较深肤色较浅肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB", + "emoji": "👨🏿‍❤️‍👨🏻", + "text": "", + "type": 1, + "order": 2976, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "情侣: 男人男人较深肤色中等-浅肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC", + "emoji": "👨🏿‍❤️‍👨🏼", + "text": "", + "type": 1, + "order": 2978, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "情侣: 男人男人较深肤色中等肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD", + "emoji": "👨🏿‍❤️‍👨🏽", + "text": "", + "type": 1, + "order": 2980, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "情侣: 男人男人较深肤色中等-深肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE", + "emoji": "👨🏿‍❤️‍👨🏾", + "text": "", + "type": 1, + "order": 2982, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "情侣: 男人男人较深肤色", + "hexcode": "1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF", + "emoji": "👨🏿‍❤️‍👨🏿", + "text": "", + "type": 1, + "order": 2984, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "情侣: 女人女人", + "hexcode": "1F469-200D-2764-FE0F-200D-1F469", + "tags": [ + "女人", + "恋爱", + "情侣", + "浪漫", + "红心" + ], + "emoji": "👩‍❤️‍👩", + "text": "", + "type": 1, + "order": 2986, + "group": 1, + "subgroup": 29, + "version": 2, + "skins": [ + { + "annotation": "情侣: 女人女人较浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏻‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2988, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 1 + }, + { + "annotation": "情侣: 女人女人较浅肤色中等-浅肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏻‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 2990, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 2 + ] + }, + { + "annotation": "情侣: 女人女人较浅肤色中等肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏻‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 2992, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 3 + ] + }, + { + "annotation": "情侣: 女人女人较浅肤色中等-深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏻‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 2994, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 4 + ] + }, + { + "annotation": "情侣: 女人女人较浅肤色较深肤色", + "hexcode": "1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏻‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 2996, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 1, + 5 + ] + }, + { + "annotation": "情侣: 女人女人中等-浅肤色较浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏼‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 2998, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 1 + ] + }, + { + "annotation": "情侣: 女人女人中等-浅肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏼‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3000, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 2 + }, + { + "annotation": "情侣: 女人女人中等-浅肤色中等肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏼‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3002, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 3 + ] + }, + { + "annotation": "情侣: 女人女人中等-浅肤色中等-深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏼‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3004, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 4 + ] + }, + { + "annotation": "情侣: 女人女人中等-浅肤色较深肤色", + "hexcode": "1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏼‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3006, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 2, + 5 + ] + }, + { + "annotation": "情侣: 女人女人中等肤色较浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏽‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3008, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 1 + ] + }, + { + "annotation": "情侣: 女人女人中等肤色中等-浅肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏽‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3010, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 2 + ] + }, + { + "annotation": "情侣: 女人女人中等肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏽‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3012, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 3 + }, + { + "annotation": "情侣: 女人女人中等肤色中等-深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏽‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3014, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 4 + ] + }, + { + "annotation": "情侣: 女人女人中等肤色较深肤色", + "hexcode": "1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏽‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3016, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 3, + 5 + ] + }, + { + "annotation": "情侣: 女人女人中等-深肤色较浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏾‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3018, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 1 + ] + }, + { + "annotation": "情侣: 女人女人中等-深肤色中等-浅肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏾‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3020, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 2 + ] + }, + { + "annotation": "情侣: 女人女人中等-深肤色中等肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏾‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3022, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 3 + ] + }, + { + "annotation": "情侣: 女人女人中等-深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏾‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3024, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 4 + }, + { + "annotation": "情侣: 女人女人中等-深肤色较深肤色", + "hexcode": "1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏾‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3026, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 4, + 5 + ] + }, + { + "annotation": "情侣: 女人女人较深肤色较浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB", + "emoji": "👩🏿‍❤️‍👩🏻", + "text": "", + "type": 1, + "order": 3028, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 1 + ] + }, + { + "annotation": "情侣: 女人女人较深肤色中等-浅肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC", + "emoji": "👩🏿‍❤️‍👩🏼", + "text": "", + "type": 1, + "order": 3030, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 2 + ] + }, + { + "annotation": "情侣: 女人女人较深肤色中等肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD", + "emoji": "👩🏿‍❤️‍👩🏽", + "text": "", + "type": 1, + "order": 3032, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 3 + ] + }, + { + "annotation": "情侣: 女人女人较深肤色中等-深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE", + "emoji": "👩🏿‍❤️‍👩🏾", + "text": "", + "type": 1, + "order": 3034, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": [ + 5, + 4 + ] + }, + { + "annotation": "情侣: 女人女人较深肤色", + "hexcode": "1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF", + "emoji": "👩🏿‍❤️‍👩🏿", + "text": "", + "type": 1, + "order": 3036, + "group": 1, + "subgroup": 29, + "version": 13.1, + "tone": 5 + } + ] + }, + { + "annotation": "家庭", + "hexcode": "1F46A", + "tags": [ + "家庭" + ], + "emoji": "👪️", + "text": "👪︎", + "type": 1, + "order": 3038, + "group": 1, + "subgroup": 29, + "version": 0.6 + }, + { + "annotation": "家庭: 男人女人男孩", + "hexcode": "1F468-200D-1F469-200D-1F466", + "tags": [ + "女人", + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👩‍👦", + "text": "", + "type": 1, + "order": 3039, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人女人女孩", + "hexcode": "1F468-200D-1F469-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👩‍👧", + "text": "", + "type": 1, + "order": 3040, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人女人女孩男孩", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "女人", + "女孩", + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3041, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人女人男孩男孩", + "hexcode": "1F468-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "女人", + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3042, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人女人女孩女孩", + "hexcode": "1F468-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3043, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男人男孩", + "hexcode": "1F468-200D-1F468-200D-1F466", + "tags": [ + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👨‍👦", + "text": "", + "type": 1, + "order": 3044, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男人女孩", + "hexcode": "1F468-200D-1F468-200D-1F467", + "tags": [ + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👨‍👧", + "text": "", + "type": 1, + "order": 3045, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男人女孩男孩", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F466", + "tags": [ + "女孩", + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3046, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男人男孩男孩", + "hexcode": "1F468-200D-1F468-200D-1F466-200D-1F466", + "tags": [ + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3047, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男人女孩女孩", + "hexcode": "1F468-200D-1F468-200D-1F467-200D-1F467", + "tags": [ + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3048, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 女人女人男孩", + "hexcode": "1F469-200D-1F469-200D-1F466", + "tags": [ + "女人", + "家庭", + "男孩" + ], + "emoji": "👩‍👩‍👦", + "text": "", + "type": 1, + "order": 3049, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 女人女人女孩", + "hexcode": "1F469-200D-1F469-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭" + ], + "emoji": "👩‍👩‍👧", + "text": "", + "type": 1, + "order": 3050, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 女人女人女孩男孩", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F466", + "tags": [ + "女人", + "女孩", + "家庭", + "男孩" + ], + "emoji": "👩‍👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3051, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 女人女人男孩男孩", + "hexcode": "1F469-200D-1F469-200D-1F466-200D-1F466", + "tags": [ + "女人", + "家庭", + "男孩" + ], + "emoji": "👩‍👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3052, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 女人女人女孩女孩", + "hexcode": "1F469-200D-1F469-200D-1F467-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭" + ], + "emoji": "👩‍👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3053, + "group": 1, + "subgroup": 29, + "version": 2 + }, + { + "annotation": "家庭: 男人男孩", + "hexcode": "1F468-200D-1F466", + "tags": [ + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👦", + "text": "", + "type": 1, + "order": 3054, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 男人男孩男孩", + "hexcode": "1F468-200D-1F466-200D-1F466", + "tags": [ + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👦‍👦", + "text": "", + "type": 1, + "order": 3055, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 男人女孩", + "hexcode": "1F468-200D-1F467", + "tags": [ + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👧", + "text": "", + "type": 1, + "order": 3056, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 男人女孩男孩", + "hexcode": "1F468-200D-1F467-200D-1F466", + "tags": [ + "女孩", + "家庭", + "男人", + "男孩" + ], + "emoji": "👨‍👧‍👦", + "text": "", + "type": 1, + "order": 3057, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 男人女孩女孩", + "hexcode": "1F468-200D-1F467-200D-1F467", + "tags": [ + "女孩", + "家庭", + "男人" + ], + "emoji": "👨‍👧‍👧", + "text": "", + "type": 1, + "order": 3058, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 女人男孩", + "hexcode": "1F469-200D-1F466", + "tags": [ + "女人", + "家庭", + "男孩" + ], + "emoji": "👩‍👦", + "text": "", + "type": 1, + "order": 3059, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 女人男孩男孩", + "hexcode": "1F469-200D-1F466-200D-1F466", + "tags": [ + "女人", + "家庭", + "男孩" + ], + "emoji": "👩‍👦‍👦", + "text": "", + "type": 1, + "order": 3060, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 女人女孩", + "hexcode": "1F469-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭" + ], + "emoji": "👩‍👧", + "text": "", + "type": 1, + "order": 3061, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 女人女孩男孩", + "hexcode": "1F469-200D-1F467-200D-1F466", + "tags": [ + "女人", + "女孩", + "家庭", + "男孩" + ], + "emoji": "👩‍👧‍👦", + "text": "", + "type": 1, + "order": 3062, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "家庭: 女人女孩女孩", + "hexcode": "1F469-200D-1F467-200D-1F467", + "tags": [ + "女人", + "女孩", + "家庭" + ], + "emoji": "👩‍👧‍👧", + "text": "", + "type": 1, + "order": 3063, + "group": 1, + "subgroup": 29, + "version": 4 + }, + { + "annotation": "说话", + "hexcode": "1F5E3", + "tags": [ + "剪影", + "头", + "讲话" + ], + "emoji": "🗣️", + "text": "🗣︎", + "type": 0, + "order": 3065, + "group": 1, + "subgroup": 30, + "version": 0.7 + }, + { + "annotation": "人像", + "hexcode": "1F464", + "tags": [ + "剪影", + "半身像" + ], + "emoji": "👤", + "text": "", + "type": 1, + "order": 3066, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "双人像", + "hexcode": "1F465", + "tags": [ + "剪影", + "半身像" + ], + "emoji": "👥", + "text": "", + "type": 1, + "order": 3067, + "group": 1, + "subgroup": 30, + "version": 1 + }, + { + "annotation": "人的拥抱", + "hexcode": "1FAC2", + "tags": [ + "再见", + "您好", + "感谢", + "拥抱" + ], + "emoji": "🫂", + "text": "", + "type": 1, + "order": 3068, + "group": 1, + "subgroup": 30, + "version": 13 + }, + { + "annotation": "脚印", + "hexcode": "1F463", + "tags": [ + "足迹" + ], + "emoji": "👣", + "text": "", + "type": 1, + "order": 3069, + "group": 1, + "subgroup": 30, + "version": 0.6 + }, + { + "annotation": "较浅肤色", + "hexcode": "1F3FB", + "tags": [ + "肤色" + ], + "emoji": "🏻", + "text": "", + "type": 1, + "order": 3070, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "中等-浅肤色", + "hexcode": "1F3FC", + "tags": [ + "肤色" + ], + "emoji": "🏼", + "text": "", + "type": 1, + "order": 3071, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "中等肤色", + "hexcode": "1F3FD", + "tags": [ + "肤色" + ], + "emoji": "🏽", + "text": "", + "type": 1, + "order": 3072, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "中等-深肤色", + "hexcode": "1F3FE", + "tags": [ + "肤色" + ], + "emoji": "🏾", + "text": "", + "type": 1, + "order": 3073, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "较深肤色", + "hexcode": "1F3FF", + "tags": [ + "肤色" + ], + "emoji": "🏿", + "text": "", + "type": 1, + "order": 3074, + "group": 2, + "subgroup": 31, + "version": 1 + }, + { + "annotation": "红发", + "hexcode": "1F9B0", + "tags": [ + "姜黄色" + ], + "emoji": "🦰", + "text": "", + "type": 1, + "order": 3075, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "卷发", + "hexcode": "1F9B1", + "tags": [ + "蓬松发", + "鬈发" + ], + "emoji": "🦱", + "text": "", + "type": 1, + "order": 3076, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "白发", + "hexcode": "1F9B3", + "tags": [ + "头发", + "年老", + "灰色", + "白色" + ], + "emoji": "🦳", + "text": "", + "type": 1, + "order": 3077, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "秃顶", + "hexcode": "1F9B2", + "tags": [ + "光头", + "化疗" + ], + "emoji": "🦲", + "text": "", + "type": 1, + "order": 3078, + "group": 2, + "subgroup": 32, + "version": 11 + }, + { + "annotation": "猴头", + "hexcode": "1F435", + "tags": [ + "猴" + ], + "emoji": "🐵", + "text": "", + "type": 1, + "order": 3079, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "猴子", + "hexcode": "1F412", + "tags": [ + "猴" + ], + "emoji": "🐒", + "text": "", + "type": 1, + "order": 3080, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "大猩猩", + "hexcode": "1F98D", + "tags": [ + "大猩猩" + ], + "emoji": "🦍", + "text": "", + "type": 1, + "order": 3081, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "红毛猩猩", + "hexcode": "1F9A7", + "tags": [ + "猩猩", + "猴", + "猿" + ], + "emoji": "🦧", + "text": "", + "type": 1, + "order": 3082, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "狗脸", + "hexcode": "1F436", + "tags": [ + "宠物", + "狗", + "脸" + ], + "emoji": "🐶", + "text": "", + "type": 1, + "order": 3083, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "狗", + "hexcode": "1F415", + "tags": [ + "宠物" + ], + "emoji": "🐕️", + "text": "🐕︎", + "type": 1, + "order": 3084, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "导盲犬", + "hexcode": "1F9AE", + "tags": [ + "指引", + "无障碍", + "盲" + ], + "emoji": "🦮", + "text": "", + "type": 1, + "order": 3085, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "服务犬", + "hexcode": "1F415-200D-1F9BA", + "tags": [ + "工作犬", + "无障碍", + "犬", + "狗", + "辅助" + ], + "emoji": "🐕‍🦺", + "text": "", + "type": 1, + "order": 3086, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "贵宾犬", + "hexcode": "1F429", + "tags": [ + "卷毛狗", + "狗" + ], + "emoji": "🐩", + "text": "", + "type": 1, + "order": 3087, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "狼", + "hexcode": "1F43A", + "tags": [ + "头", + "脸" + ], + "emoji": "🐺", + "text": "", + "type": 1, + "order": 3088, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "狐狸", + "hexcode": "1F98A", + "tags": [ + "头", + "脸" + ], + "emoji": "🦊", + "text": "", + "type": 1, + "order": 3089, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "浣熊", + "hexcode": "1F99D", + "tags": [ + "好奇", + "淘气" + ], + "emoji": "🦝", + "text": "", + "type": 1, + "order": 3090, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "猫脸", + "hexcode": "1F431", + "tags": [ + "宠物", + "猫", + "脸" + ], + "emoji": "🐱", + "text": "", + "type": 1, + "order": 3091, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "猫", + "hexcode": "1F408", + "tags": [ + "宠物" + ], + "emoji": "🐈️", + "text": "🐈︎", + "type": 1, + "order": 3092, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "黑猫", + "hexcode": "1F408-200D-2B1B", + "tags": [ + "不吉利", + "猫", + "黑色" + ], + "emoji": "🐈‍⬛", + "text": "", + "type": 1, + "order": 3093, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "狮子", + "hexcode": "1F981", + "tags": [ + "狮子座", + "脸", + "黄道十二宫" + ], + "emoji": "🦁", + "text": "", + "type": 1, + "order": 3094, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "老虎头", + "hexcode": "1F42F", + "tags": [ + "老虎", + "脸" + ], + "emoji": "🐯", + "text": "", + "type": 1, + "order": 3095, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "老虎", + "hexcode": "1F405", + "tags": [ + "虎" + ], + "emoji": "🐅", + "text": "", + "type": 1, + "order": 3096, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "豹子", + "hexcode": "1F406", + "tags": [ + "猎豹", + "è±¹" + ], + "emoji": "🐆", + "text": "", + "type": 1, + "order": 3097, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "马头", + "hexcode": "1F434", + "tags": [ + "马" + ], + "emoji": "🐴", + "text": "", + "type": 1, + "order": 3098, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "马", + "hexcode": "1F40E", + "tags": [ + "比赛", + "赛马", + "骑马" + ], + "emoji": "🐎", + "text": "", + "type": 1, + "order": 3099, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "独角兽", + "hexcode": "1F984", + "tags": [ + "头", + "脸" + ], + "emoji": "🦄", + "text": "", + "type": 1, + "order": 3100, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "斑马", + "hexcode": "1F993", + "tags": [ + "条纹" + ], + "emoji": "🦓", + "text": "", + "type": 1, + "order": 3101, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "鹿", + "hexcode": "1F98C", + "tags": [ + "鹿" + ], + "emoji": "🦌", + "text": "", + "type": 1, + "order": 3102, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "大野牛", + "hexcode": "1F9AC", + "tags": [ + "欧洲野牛", + "水牛", + "畜群" + ], + "emoji": "🦬", + "text": "", + "type": 1, + "order": 3103, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "奶牛头", + "hexcode": "1F42E", + "tags": [ + "奶牛", + "脸" + ], + "emoji": "🐮", + "text": "", + "type": 1, + "order": 3104, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "公牛", + "hexcode": "1F402", + "tags": [ + "牛", + "金牛座", + "黄道十二宫" + ], + "emoji": "🐂", + "text": "", + "type": 1, + "order": 3105, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "水牛", + "hexcode": "1F403", + "tags": [ + "水牛" + ], + "emoji": "🐃", + "text": "", + "type": 1, + "order": 3106, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "奶牛", + "hexcode": "1F404", + "tags": [ + "牛" + ], + "emoji": "🐄", + "text": "", + "type": 1, + "order": 3107, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "猪头", + "hexcode": "1F437", + "tags": [ + "猪", + "脸" + ], + "emoji": "🐷", + "text": "", + "type": 1, + "order": 3108, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "猪", + "hexcode": "1F416", + "tags": [ + "猪" + ], + "emoji": "🐖", + "text": "", + "type": 1, + "order": 3109, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "野猪", + "hexcode": "1F417", + "tags": [ + "猪" + ], + "emoji": "🐗", + "text": "", + "type": 1, + "order": 3110, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "猪鼻子", + "hexcode": "1F43D", + "tags": [ + "猪", + "脸", + "鼻子" + ], + "emoji": "🐽", + "text": "", + "type": 1, + "order": 3111, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "公羊", + "hexcode": "1F40F", + "tags": [ + "白羊座", + "羊", + "雄性", + "黄道十二宫" + ], + "emoji": "🐏", + "text": "", + "type": 1, + "order": 3112, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "母羊", + "hexcode": "1F411", + "tags": [ + "羊", + "雌性" + ], + "emoji": "🐑", + "text": "", + "type": 1, + "order": 3113, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "山羊", + "hexcode": "1F410", + "tags": [ + "摩羯座", + "黄道十二宫" + ], + "emoji": "🐐", + "text": "", + "type": 1, + "order": 3114, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "骆驼", + "hexcode": "1F42A", + "tags": [ + "单峰" + ], + "emoji": "🐪", + "text": "", + "type": 1, + "order": 3115, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "双峰骆驼", + "hexcode": "1F42B", + "tags": [ + "双峰", + "骆驼" + ], + "emoji": "🐫", + "text": "", + "type": 1, + "order": 3116, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "美洲鸵", + "hexcode": "1F999", + "tags": [ + "原驼", + "小羊驼", + "羊毛", + "羊驼" + ], + "emoji": "🦙", + "text": "", + "type": 1, + "order": 3117, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "长颈鹿", + "hexcode": "1F992", + "tags": [ + "斑点" + ], + "emoji": "🦒", + "text": "", + "type": 1, + "order": 3118, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "大象", + "hexcode": "1F418", + "tags": [ + "象" + ], + "emoji": "🐘", + "text": "", + "type": 1, + "order": 3119, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "猛犸", + "hexcode": "1F9A3", + "tags": [ + "大型", + "有绒毛的", + "灭绝", + "长牙" + ], + "emoji": "🦣", + "text": "", + "type": 1, + "order": 3120, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "犀牛", + "hexcode": "1F98F", + "tags": [ + "犀牛" + ], + "emoji": "🦏", + "text": "", + "type": 1, + "order": 3121, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "河马", + "hexcode": "1F99B", + "tags": [ + "河马" + ], + "emoji": "🦛", + "text": "", + "type": 1, + "order": 3122, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "老鼠头", + "hexcode": "1F42D", + "tags": [ + "é¼ " + ], + "emoji": "🐭", + "text": "", + "type": 1, + "order": 3123, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "老鼠", + "hexcode": "1F401", + "tags": [ + "耗子", + "é¼ " + ], + "emoji": "🐁", + "text": "", + "type": 1, + "order": 3124, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "耗子", + "hexcode": "1F400", + "tags": [ + "é¼ " + ], + "emoji": "🐀", + "text": "", + "type": 1, + "order": 3125, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "仓鼠", + "hexcode": "1F439", + "tags": [ + "啮齿", + "头", + "脸" + ], + "emoji": "🐹", + "text": "", + "type": 1, + "order": 3126, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "兔子头", + "hexcode": "1F430", + "tags": [ + "兔" + ], + "emoji": "🐰", + "text": "", + "type": 1, + "order": 3127, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "兔子", + "hexcode": "1F407", + "tags": [ + "兔" + ], + "emoji": "🐇", + "text": "", + "type": 1, + "order": 3128, + "group": 3, + "subgroup": 33, + "version": 1 + }, + { + "annotation": "松鼠", + "hexcode": "1F43F", + "tags": [ + "花栗鼠" + ], + "emoji": "🐿️", + "text": "🐿︎", + "type": 0, + "order": 3130, + "group": 3, + "subgroup": 33, + "version": 0.7 + }, + { + "annotation": "海狸", + "hexcode": "1F9AB", + "tags": [ + "母畜" + ], + "emoji": "🦫", + "text": "", + "type": 1, + "order": 3131, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "刺猬", + "hexcode": "1F994", + "tags": [ + "刺猬" + ], + "emoji": "🦔", + "text": "", + "type": 1, + "order": 3132, + "group": 3, + "subgroup": 33, + "version": 5 + }, + { + "annotation": "蝙蝠", + "hexcode": "1F987", + "tags": [ + "吸血鬼" + ], + "emoji": "🦇", + "text": "", + "type": 1, + "order": 3133, + "group": 3, + "subgroup": 33, + "version": 3 + }, + { + "annotation": "熊", + "hexcode": "1F43B", + "tags": [ + "头", + "脸" + ], + "emoji": "🐻", + "text": "", + "type": 1, + "order": 3134, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "北极熊", + "hexcode": "1F43B-200D-2744-FE0F", + "tags": [ + "北极", + "熊", + "白色" + ], + "emoji": "🐻‍❄️", + "text": "", + "type": 1, + "order": 3135, + "group": 3, + "subgroup": 33, + "version": 13 + }, + { + "annotation": "考拉", + "hexcode": "1F428", + "tags": [ + "澳大利亚" + ], + "emoji": "🐨", + "text": "", + "type": 1, + "order": 3137, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "熊猫", + "hexcode": "1F43C", + "tags": [ + "头", + "胖达", + "脸" + ], + "emoji": "🐼", + "text": "", + "type": 1, + "order": 3138, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "树懒", + "hexcode": "1F9A5", + "tags": [ + "慢", + "懒", + "爬树", + "迟缓" + ], + "emoji": "🦥", + "text": "", + "type": 1, + "order": 3139, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "水獭", + "hexcode": "1F9A6", + "tags": [ + "动物", + "捕鱼", + "獭", + "鼬" + ], + "emoji": "🦦", + "text": "", + "type": 1, + "order": 3140, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "臭鼬", + "hexcode": "1F9A8", + "tags": [ + "熏", + "臭", + "鼬" + ], + "emoji": "🦨", + "text": "", + "type": 1, + "order": 3141, + "group": 3, + "subgroup": 33, + "version": 12 + }, + { + "annotation": "袋鼠", + "hexcode": "1F998", + "tags": [ + "小袋鼠", + "有袋类动物", + "澳大利亚", + "è·³" + ], + "emoji": "🦘", + "text": "", + "type": 1, + "order": 3142, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "獾", + "hexcode": "1F9A1", + "tags": [ + "纠缠", + "蜜獾" + ], + "emoji": "🦡", + "text": "", + "type": 1, + "order": 3143, + "group": 3, + "subgroup": 33, + "version": 11 + }, + { + "annotation": "爪印", + "hexcode": "1F43E", + "tags": [ + "爪子", + "足迹" + ], + "emoji": "🐾", + "text": "", + "type": 1, + "order": 3144, + "group": 3, + "subgroup": 33, + "version": 0.6 + }, + { + "annotation": "火鸡", + "hexcode": "1F983", + "tags": [ + "火鸡" + ], + "emoji": "🦃", + "text": "", + "type": 1, + "order": 3145, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "鸡", + "hexcode": "1F414", + "tags": [ + "鸡" + ], + "emoji": "🐔", + "text": "", + "type": 1, + "order": 3146, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "公鸡", + "hexcode": "1F413", + "tags": [ + "鸡" + ], + "emoji": "🐓", + "text": "", + "type": 1, + "order": 3147, + "group": 3, + "subgroup": 34, + "version": 1 + }, + { + "annotation": "小鸡破壳", + "hexcode": "1F423", + "tags": [ + "小鸡", + "破壳" + ], + "emoji": "🐣", + "text": "", + "type": 1, + "order": 3148, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "小鸡", + "hexcode": "1F424", + "tags": [ + "鸡" + ], + "emoji": "🐤", + "text": "", + "type": 1, + "order": 3149, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "正面朝向的小鸡", + "hexcode": "1F425", + "tags": [ + "小鸡" + ], + "emoji": "🐥", + "text": "", + "type": 1, + "order": 3150, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "鸟", + "hexcode": "1F426", + "tags": [ + "鸟" + ], + "emoji": "🐦️", + "text": "🐦︎", + "type": 1, + "order": 3151, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "企鹅", + "hexcode": "1F427", + "tags": [ + "企鹅" + ], + "emoji": "🐧", + "text": "", + "type": 1, + "order": 3152, + "group": 3, + "subgroup": 34, + "version": 0.6 + }, + { + "annotation": "鸽", + "hexcode": "1F54A", + "tags": [ + "和平象征", + "飞翔", + "鸟", + "鸽子" + ], + "emoji": "🕊️", + "text": "🕊︎", + "type": 0, + "order": 3154, + "group": 3, + "subgroup": 34, + "version": 0.7 + }, + { + "annotation": "é¹°", + "hexcode": "1F985", + "tags": [ + "老鹰", + "鸟" + ], + "emoji": "🦅", + "text": "", + "type": 1, + "order": 3155, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "鸭子", + "hexcode": "1F986", + "tags": [ + "鸟", + "鸭" + ], + "emoji": "🦆", + "text": "", + "type": 1, + "order": 3156, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "天鹅", + "hexcode": "1F9A2", + "tags": [ + "丑小鸭", + "小天鹅", + "鸟" + ], + "emoji": "🦢", + "text": "", + "type": 1, + "order": 3157, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "猫头鹰", + "hexcode": "1F989", + "tags": [ + "睿智", + "鸟" + ], + "emoji": "🦉", + "text": "", + "type": 1, + "order": 3158, + "group": 3, + "subgroup": 34, + "version": 3 + }, + { + "annotation": "渡渡鸟", + "hexcode": "1F9A4", + "tags": [ + "毛里求斯", + "灭绝" + ], + "emoji": "🦤", + "text": "", + "type": 1, + "order": 3159, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "羽毛", + "hexcode": "1FAB6", + "tags": [ + "è½»", + "飞", + "鸟" + ], + "emoji": "🪶", + "text": "", + "type": 1, + "order": 3160, + "group": 3, + "subgroup": 34, + "version": 13 + }, + { + "annotation": "火烈鸟", + "hexcode": "1F9A9", + "tags": [ + "热带", + "艳丽" + ], + "emoji": "🦩", + "text": "", + "type": 1, + "order": 3161, + "group": 3, + "subgroup": 34, + "version": 12 + }, + { + "annotation": "孔雀", + "hexcode": "1F99A", + "tags": [ + "招摇", + "雌孔雀", + "骄傲", + "鸟" + ], + "emoji": "🦚", + "text": "", + "type": 1, + "order": 3162, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "鹦鹉", + "hexcode": "1F99C", + "tags": [ + "剽窃", + "模仿", + "说话", + "鸟" + ], + "emoji": "🦜", + "text": "", + "type": 1, + "order": 3163, + "group": 3, + "subgroup": 34, + "version": 11 + }, + { + "annotation": "青蛙", + "hexcode": "1F438", + "tags": [ + "头", + "脸" + ], + "emoji": "🐸", + "text": "", + "type": 1, + "order": 3164, + "group": 3, + "subgroup": 35, + "version": 0.6 + }, + { + "annotation": "鳄鱼", + "hexcode": "1F40A", + "tags": [ + "鳄鱼" + ], + "emoji": "🐊", + "text": "", + "type": 1, + "order": 3165, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "龟", + "hexcode": "1F422", + "tags": [ + "乌龟", + "海龟" + ], + "emoji": "🐢", + "text": "", + "type": 1, + "order": 3166, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "蜥蜴", + "hexcode": "1F98E", + "tags": [ + "爬行动物" + ], + "emoji": "🦎", + "text": "", + "type": 1, + "order": 3167, + "group": 3, + "subgroup": 36, + "version": 3 + }, + { + "annotation": "蛇", + "hexcode": "1F40D", + "tags": [ + "持票人", + "狡猾的人", + "蛇夫座", + "黄道十二宫" + ], + "emoji": "🐍", + "text": "", + "type": 1, + "order": 3168, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "龙头", + "hexcode": "1F432", + "tags": [ + "龙" + ], + "emoji": "🐲", + "text": "", + "type": 1, + "order": 3169, + "group": 3, + "subgroup": 36, + "version": 0.6 + }, + { + "annotation": "龙", + "hexcode": "1F409", + "tags": [ + "龙" + ], + "emoji": "🐉", + "text": "", + "type": 1, + "order": 3170, + "group": 3, + "subgroup": 36, + "version": 1 + }, + { + "annotation": "蜥蜴类", + "hexcode": "1F995", + "tags": [ + "梁龙", + "腕龙", + "雷龙" + ], + "emoji": "🦕", + "text": "", + "type": 1, + "order": 3171, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "霸王龙", + "hexcode": "1F996", + "tags": [ + "暴龙君主" + ], + "emoji": "🦖", + "text": "", + "type": 1, + "order": 3172, + "group": 3, + "subgroup": 36, + "version": 5 + }, + { + "annotation": "喷水的鲸", + "hexcode": "1F433", + "tags": [ + "喷水", + "鲸" + ], + "emoji": "🐳", + "text": "", + "type": 1, + "order": 3173, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "鲸鱼", + "hexcode": "1F40B", + "tags": [ + "鲸鱼" + ], + "emoji": "🐋", + "text": "", + "type": 1, + "order": 3174, + "group": 3, + "subgroup": 37, + "version": 1 + }, + { + "annotation": "海豚", + "hexcode": "1F42C", + "tags": [ + "鸭脚板" + ], + "emoji": "🐬", + "text": "", + "type": 1, + "order": 3175, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "æµ·è±¹", + "hexcode": "1F9AD", + "tags": [ + "海狮" + ], + "emoji": "🦭", + "text": "", + "type": 1, + "order": 3176, + "group": 3, + "subgroup": 37, + "version": 13 + }, + { + "annotation": "é±¼", + "hexcode": "1F41F", + "tags": [ + "双鱼座", + "黄道十二宫" + ], + "emoji": "🐟️", + "text": "🐟︎", + "type": 1, + "order": 3177, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "热带鱼", + "hexcode": "1F420", + "tags": [ + "热带", + "é±¼" + ], + "emoji": "🐠", + "text": "", + "type": 1, + "order": 3178, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "河豚", + "hexcode": "1F421", + "tags": [ + "é±¼" + ], + "emoji": "🐡", + "text": "", + "type": 1, + "order": 3179, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "鲨鱼", + "hexcode": "1F988", + "tags": [ + "é±¼", + "鲨" + ], + "emoji": "🦈", + "text": "", + "type": 1, + "order": 3180, + "group": 3, + "subgroup": 37, + "version": 3 + }, + { + "annotation": "ç« é±¼", + "hexcode": "1F419", + "tags": [ + "八爪", + "é±¼" + ], + "emoji": "🐙", + "text": "", + "type": 1, + "order": 3181, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "海螺", + "hexcode": "1F41A", + "tags": [ + "螺" + ], + "emoji": "🐚", + "text": "", + "type": 1, + "order": 3182, + "group": 3, + "subgroup": 37, + "version": 0.6 + }, + { + "annotation": "蜗牛", + "hexcode": "1F40C", + "tags": [ + "蜗牛" + ], + "emoji": "🐌", + "text": "", + "type": 1, + "order": 3183, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "蝴蝶", + "hexcode": "1F98B", + "tags": [ + "昆虫", + "漂亮", + "美丽" + ], + "emoji": "🦋", + "text": "", + "type": 1, + "order": 3184, + "group": 3, + "subgroup": 38, + "version": 3 + }, + { + "annotation": "毛毛虫", + "hexcode": "1F41B", + "tags": [ + "毛虫" + ], + "emoji": "🐛", + "text": "", + "type": 1, + "order": 3185, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "蚂蚁", + "hexcode": "1F41C", + "tags": [ + "蚂蚁" + ], + "emoji": "🐜", + "text": "", + "type": 1, + "order": 3186, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "蜜蜂", + "hexcode": "1F41D", + "tags": [ + "勤劳" + ], + "emoji": "🐝", + "text": "", + "type": 1, + "order": 3187, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "甲虫", + "hexcode": "1FAB2", + "tags": [ + "昆虫" + ], + "emoji": "🪲", + "text": "", + "type": 1, + "order": 3188, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "瓢虫", + "hexcode": "1F41E", + "tags": [ + "昆虫", + "母" + ], + "emoji": "🐞", + "text": "", + "type": 1, + "order": 3189, + "group": 3, + "subgroup": 38, + "version": 0.6 + }, + { + "annotation": "蟋蟀", + "hexcode": "1F997", + "tags": [ + "蛐蛐" + ], + "emoji": "🦗", + "text": "", + "type": 1, + "order": 3190, + "group": 3, + "subgroup": 38, + "version": 5 + }, + { + "annotation": "蟑螂", + "hexcode": "1FAB3", + "tags": [ + "害虫", + "昆虫" + ], + "emoji": "🪳", + "text": "", + "type": 1, + "order": 3191, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "蜘蛛", + "hexcode": "1F577", + "tags": [ + "蜘蛛" + ], + "emoji": "🕷️", + "text": "🕷︎", + "type": 0, + "order": 3193, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "蜘蛛网", + "hexcode": "1F578", + "tags": [ + "蛛网" + ], + "emoji": "🕸️", + "text": "🕸︎", + "type": 0, + "order": 3195, + "group": 3, + "subgroup": 38, + "version": 0.7 + }, + { + "annotation": "蝎子", + "hexcode": "1F982", + "tags": [ + "天蝎宫", + "天蝎座", + "黄道十二宫" + ], + "emoji": "🦂", + "text": "", + "type": 1, + "order": 3196, + "group": 3, + "subgroup": 38, + "version": 1 + }, + { + "annotation": "蚊子", + "hexcode": "1F99F", + "tags": [ + "发热", + "昆虫", + "疟疾", + "疾病", + "病毒" + ], + "emoji": "🦟", + "text": "", + "type": 1, + "order": 3197, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "苍蝇", + "hexcode": "1FAB0", + "tags": [ + "害虫", + "疾病", + "腐烂", + "蛆" + ], + "emoji": "🪰", + "text": "", + "type": 1, + "order": 3198, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "蠕虫", + "hexcode": "1FAB1", + "tags": [ + "寄生虫", + "环节动物", + "蚯蚓" + ], + "emoji": "🪱", + "text": "", + "type": 1, + "order": 3199, + "group": 3, + "subgroup": 38, + "version": 13 + }, + { + "annotation": "细菌", + "hexcode": "1F9A0", + "tags": [ + "变形虫", + "病毒" + ], + "emoji": "🦠", + "text": "", + "type": 1, + "order": 3200, + "group": 3, + "subgroup": 38, + "version": 11 + }, + { + "annotation": "花束", + "hexcode": "1F490", + "tags": [ + "鲜花" + ], + "emoji": "💐", + "text": "", + "type": 1, + "order": 3201, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "樱花", + "hexcode": "1F338", + "tags": [ + "花" + ], + "emoji": "🌸", + "text": "", + "type": 1, + "order": 3202, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "白花", + "hexcode": "1F4AE", + "tags": [ + "花" + ], + "emoji": "💮", + "text": "", + "type": 1, + "order": 3203, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "圆形花饰", + "hexcode": "1F3F5", + "tags": [ + "花" + ], + "emoji": "🏵️", + "text": "🏵︎", + "type": 0, + "order": 3205, + "group": 3, + "subgroup": 39, + "version": 0.7 + }, + { + "annotation": "玫瑰", + "hexcode": "1F339", + "tags": [ + "花" + ], + "emoji": "🌹", + "text": "", + "type": 1, + "order": 3206, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "枯萎的花", + "hexcode": "1F940", + "tags": [ + "花" + ], + "emoji": "🥀", + "text": "", + "type": 1, + "order": 3207, + "group": 3, + "subgroup": 39, + "version": 3 + }, + { + "annotation": "芙蓉", + "hexcode": "1F33A", + "tags": [ + "木槿", + "花" + ], + "emoji": "🌺", + "text": "", + "type": 1, + "order": 3208, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "向日葵", + "hexcode": "1F33B", + "tags": [ + "太阳花", + "花" + ], + "emoji": "🌻", + "text": "", + "type": 1, + "order": 3209, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "开花", + "hexcode": "1F33C", + "tags": [ + "花" + ], + "emoji": "🌼", + "text": "", + "type": 1, + "order": 3210, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "郁金香", + "hexcode": "1F337", + "tags": [ + "花" + ], + "emoji": "🌷", + "text": "", + "type": 1, + "order": 3211, + "group": 3, + "subgroup": 39, + "version": 0.6 + }, + { + "annotation": "幼苗", + "hexcode": "1F331", + "tags": [ + "发芽", + "芽", + "苗" + ], + "emoji": "🌱", + "text": "", + "type": 1, + "order": 3212, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "盆栽植物", + "hexcode": "1FAB4", + "tags": [ + "培育", + "房子", + "枯燥", + "植物", + "生长" + ], + "emoji": "🪴", + "text": "", + "type": 1, + "order": 3213, + "group": 3, + "subgroup": 40, + "version": 13 + }, + { + "annotation": "松树", + "hexcode": "1F332", + "tags": [ + "常青树", + "树" + ], + "emoji": "🌲", + "text": "", + "type": 1, + "order": 3214, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "落叶树", + "hexcode": "1F333", + "tags": [ + "树", + "落叶", + "落叶植物" + ], + "emoji": "🌳", + "text": "", + "type": 1, + "order": 3215, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "棕榈树", + "hexcode": "1F334", + "tags": [ + "棕榈树" + ], + "emoji": "🌴", + "text": "", + "type": 1, + "order": 3216, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "仙人掌", + "hexcode": "1F335", + "tags": [ + "沙漠" + ], + "emoji": "🌵", + "text": "", + "type": 1, + "order": 3217, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "稻子", + "hexcode": "1F33E", + "tags": [ + "稻", + "ç±³", + "粮食" + ], + "emoji": "🌾", + "text": "", + "type": 1, + "order": 3218, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "药草", + "hexcode": "1F33F", + "tags": [ + "草药", + "香草" + ], + "emoji": "🌿", + "text": "", + "type": 1, + "order": 3219, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "三叶草", + "hexcode": "2618", + "tags": [ + "苜蓿", + "酢浆草" + ], + "emoji": "☘️", + "text": "☘︎", + "type": 0, + "order": 3221, + "group": 3, + "subgroup": 40, + "version": 1 + }, + { + "annotation": "四叶草", + "hexcode": "1F340", + "tags": [ + "幸运" + ], + "emoji": "🍀", + "text": "", + "type": 1, + "order": 3222, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "枫叶", + "hexcode": "1F341", + "tags": [ + "加拿大", + "秋" + ], + "emoji": "🍁", + "text": "", + "type": 1, + "order": 3223, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "落叶", + "hexcode": "1F342", + "tags": [ + "叶", + "秋" + ], + "emoji": "🍂", + "text": "", + "type": 1, + "order": 3224, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "风吹叶落", + "hexcode": "1F343", + "tags": [ + "叶子", + "树叶", + "随风飘舞" + ], + "emoji": "🍃", + "text": "", + "type": 1, + "order": 3225, + "group": 3, + "subgroup": 40, + "version": 0.6 + }, + { + "annotation": "葡萄", + "hexcode": "1F347", + "tags": [ + "水果" + ], + "emoji": "🍇", + "text": "", + "type": 1, + "order": 3226, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "甜瓜", + "hexcode": "1F348", + "tags": [ + "水果", + "蜜瓜", + "香瓜" + ], + "emoji": "🍈", + "text": "", + "type": 1, + "order": 3227, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "西瓜", + "hexcode": "1F349", + "tags": [ + "水果" + ], + "emoji": "🍉", + "text": "", + "type": 1, + "order": 3228, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "橘子", + "hexcode": "1F34A", + "tags": [ + "柑桔", + "桔子", + "水果" + ], + "emoji": "🍊", + "text": "", + "type": 1, + "order": 3229, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "柠檬", + "hexcode": "1F34B", + "tags": [ + "水果" + ], + "emoji": "🍋", + "text": "", + "type": 1, + "order": 3230, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "香蕉", + "hexcode": "1F34C", + "tags": [ + "水果" + ], + "emoji": "🍌", + "text": "", + "type": 1, + "order": 3231, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "菠萝", + "hexcode": "1F34D", + "tags": [ + "水果" + ], + "emoji": "🍍", + "text": "", + "type": 1, + "order": 3232, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "芒果", + "hexcode": "1F96D", + "tags": [ + "水果", + "热带" + ], + "emoji": "🥭", + "text": "", + "type": 1, + "order": 3233, + "group": 4, + "subgroup": 41, + "version": 11 + }, + { + "annotation": "红苹果", + "hexcode": "1F34E", + "tags": [ + "水果", + "红", + "苹果" + ], + "emoji": "🍎", + "text": "", + "type": 1, + "order": 3234, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "青苹果", + "hexcode": "1F34F", + "tags": [ + "水果", + "苹果", + "青" + ], + "emoji": "🍏", + "text": "", + "type": 1, + "order": 3235, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "梨", + "hexcode": "1F350", + "tags": [ + "水果" + ], + "emoji": "🍐", + "text": "", + "type": 1, + "order": 3236, + "group": 4, + "subgroup": 41, + "version": 1 + }, + { + "annotation": "桃", + "hexcode": "1F351", + "tags": [ + "水果" + ], + "emoji": "🍑", + "text": "", + "type": 1, + "order": 3237, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "樱桃", + "hexcode": "1F352", + "tags": [ + "水果" + ], + "emoji": "🍒", + "text": "", + "type": 1, + "order": 3238, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "草莓", + "hexcode": "1F353", + "tags": [ + "水果" + ], + "emoji": "🍓", + "text": "", + "type": 1, + "order": 3239, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "蓝莓", + "hexcode": "1FAD0", + "tags": [ + "越桔" + ], + "emoji": "🫐", + "text": "", + "type": 1, + "order": 3240, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "猕猴桃", + "hexcode": "1F95D", + "tags": [ + "奇异果", + "水果", + "食物" + ], + "emoji": "🥝", + "text": "", + "type": 1, + "order": 3241, + "group": 4, + "subgroup": 41, + "version": 3 + }, + { + "annotation": "西红柿", + "hexcode": "1F345", + "tags": [ + "番茄", + "蔬菜" + ], + "emoji": "🍅", + "text": "", + "type": 1, + "order": 3242, + "group": 4, + "subgroup": 41, + "version": 0.6 + }, + { + "annotation": "橄榄", + "hexcode": "1FAD2", + "tags": [ + "食物" + ], + "emoji": "🫒", + "text": "", + "type": 1, + "order": 3243, + "group": 4, + "subgroup": 41, + "version": 13 + }, + { + "annotation": "椰子", + "hexcode": "1F965", + "tags": [ + "棕榈" + ], + "emoji": "🥥", + "text": "", + "type": 1, + "order": 3244, + "group": 4, + "subgroup": 41, + "version": 5 + }, + { + "annotation": "鳄梨", + "hexcode": "1F951", + "tags": [ + "水果", + "牛油果", + "食物" + ], + "emoji": "🥑", + "text": "", + "type": 1, + "order": 3245, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "茄子", + "hexcode": "1F346", + "tags": [ + "蔬菜" + ], + "emoji": "🍆", + "text": "", + "type": 1, + "order": 3246, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "土豆", + "hexcode": "1F954", + "tags": [ + "蔬菜", + "食物", + "马铃薯" + ], + "emoji": "🥔", + "text": "", + "type": 1, + "order": 3247, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "胡萝卜", + "hexcode": "1F955", + "tags": [ + "蔬菜", + "食物" + ], + "emoji": "🥕", + "text": "", + "type": 1, + "order": 3248, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "玉米", + "hexcode": "1F33D", + "tags": [ + "苞米" + ], + "emoji": "🌽", + "text": "", + "type": 1, + "order": 3249, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "红辣椒", + "hexcode": "1F336", + "tags": [ + "辣椒" + ], + "emoji": "🌶️", + "text": "🌶︎", + "type": 0, + "order": 3251, + "group": 4, + "subgroup": 42, + "version": 0.7 + }, + { + "annotation": "灯笼椒", + "hexcode": "1FAD1", + "tags": [ + "蔬菜", + "辣椒" + ], + "emoji": "🫑", + "text": "", + "type": 1, + "order": 3252, + "group": 4, + "subgroup": 42, + "version": 13 + }, + { + "annotation": "黄瓜", + "hexcode": "1F952", + "tags": [ + "泡菜", + "蔬菜", + "食物" + ], + "emoji": "🥒", + "text": "", + "type": 1, + "order": 3253, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "绿叶蔬菜", + "hexcode": "1F96C", + "tags": [ + "圆白菜", + "小白菜", + "甘蓝", + "莴苣" + ], + "emoji": "🥬", + "text": "", + "type": 1, + "order": 3254, + "group": 4, + "subgroup": 42, + "version": 11 + }, + { + "annotation": "西兰花", + "hexcode": "1F966", + "tags": [ + "甘蓝" + ], + "emoji": "🥦", + "text": "", + "type": 1, + "order": 3255, + "group": 4, + "subgroup": 42, + "version": 5 + }, + { + "annotation": "蒜", + "hexcode": "1F9C4", + "tags": [ + "佐料", + "大蒜", + "蒜头", + "调味" + ], + "emoji": "🧄", + "text": "", + "type": 1, + "order": 3256, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "洋葱", + "hexcode": "1F9C5", + "tags": [ + "佐料", + "调味" + ], + "emoji": "🧅", + "text": "", + "type": 1, + "order": 3257, + "group": 4, + "subgroup": 42, + "version": 12 + }, + { + "annotation": "蘑菇", + "hexcode": "1F344", + "tags": [ + "蘑菇" + ], + "emoji": "🍄", + "text": "", + "type": 1, + "order": 3258, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "花生", + "hexcode": "1F95C", + "tags": [ + "坚果", + "蔬菜", + "食物" + ], + "emoji": "🥜", + "text": "", + "type": 1, + "order": 3259, + "group": 4, + "subgroup": 42, + "version": 3 + }, + { + "annotation": "栗子", + "hexcode": "1F330", + "tags": [ + "栗子" + ], + "emoji": "🌰", + "text": "", + "type": 1, + "order": 3260, + "group": 4, + "subgroup": 42, + "version": 0.6 + }, + { + "annotation": "面包", + "hexcode": "1F35E", + "tags": [ + "面包" + ], + "emoji": "🍞", + "text": "", + "type": 1, + "order": 3261, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "羊角面包", + "hexcode": "1F950", + "tags": [ + "新月形面包", + "法式", + "面包", + "食物" + ], + "emoji": "🥐", + "text": "", + "type": 1, + "order": 3262, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "法式长棍面包", + "hexcode": "1F956", + "tags": [ + "法式", + "面包", + "食物" + ], + "emoji": "🥖", + "text": "", + "type": 1, + "order": 3263, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "扁面包", + "hexcode": "1FAD3", + "tags": [ + "圆盘状烤饼", + "玉米饼", + "皮塔饼", + "薄脆饼" + ], + "emoji": "🫓", + "text": "", + "type": 1, + "order": 3264, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "椒盐卷饼", + "hexcode": "1F968", + "tags": [ + "扭曲食品" + ], + "emoji": "🥨", + "text": "", + "type": 1, + "order": 3265, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "面包圈", + "hexcode": "1F96F", + "tags": [ + "奶酪酱", + "烘烤食品" + ], + "emoji": "🥯", + "text": "", + "type": 1, + "order": 3266, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "烙饼", + "hexcode": "1F95E", + "tags": [ + "煎饼", + "食物" + ], + "emoji": "🥞", + "text": "", + "type": 1, + "order": 3267, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "华夫饼", + "hexcode": "1F9C7", + "tags": [ + "格子饼", + "点心", + "烤", + "窝夫饼" + ], + "emoji": "🧇", + "text": "", + "type": 1, + "order": 3268, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "芝士", + "hexcode": "1F9C0", + "tags": [ + "奶酪", + "起司" + ], + "emoji": "🧀", + "text": "", + "type": 1, + "order": 3269, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "排骨", + "hexcode": "1F356", + "tags": [ + "肉", + "骨" + ], + "emoji": "🍖", + "text": "", + "type": 1, + "order": 3270, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "家禽的腿", + "hexcode": "1F357", + "tags": [ + "家禽", + "鸡肉", + "鸡腿" + ], + "emoji": "🍗", + "text": "", + "type": 1, + "order": 3271, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "肉块", + "hexcode": "1F969", + "tags": [ + "排骨", + "牛排", + "猪排", + "羊排" + ], + "emoji": "🥩", + "text": "", + "type": 1, + "order": 3272, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "培根", + "hexcode": "1F953", + "tags": [ + "熏肉", + "肉", + "食物" + ], + "emoji": "🥓", + "text": "", + "type": 1, + "order": 3273, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "汉堡", + "hexcode": "1F354", + "tags": [ + "汉堡包" + ], + "emoji": "🍔", + "text": "", + "type": 1, + "order": 3274, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "薯条", + "hexcode": "1F35F", + "tags": [ + "油炸" + ], + "emoji": "🍟", + "text": "", + "type": 1, + "order": 3275, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "披萨", + "hexcode": "1F355", + "tags": [ + "披萨" + ], + "emoji": "🍕", + "text": "", + "type": 1, + "order": 3276, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "热狗", + "hexcode": "1F32D", + "tags": [ + "热狗" + ], + "emoji": "🌭", + "text": "", + "type": 1, + "order": 3277, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "三明治", + "hexcode": "1F96A", + "tags": [ + "面包" + ], + "emoji": "🥪", + "text": "", + "type": 1, + "order": 3278, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "墨西哥卷饼", + "hexcode": "1F32E", + "tags": [ + "卷饼", + "墨西哥" + ], + "emoji": "🌮", + "text": "", + "type": 1, + "order": 3279, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "墨西哥玉米煎饼", + "hexcode": "1F32F", + "tags": [ + "卷饼", + "墨西哥", + "玉米煎饼" + ], + "emoji": "🌯", + "text": "", + "type": 1, + "order": 3280, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "墨西哥粽子", + "hexcode": "1FAD4", + "tags": [ + "墨西哥", + "粽子" + ], + "emoji": "🫔", + "text": "", + "type": 1, + "order": 3281, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "夹心饼", + "hexcode": "1F959", + "tags": [ + "夹心", + "沙拉三明治", + "肉夹馍", + "食物" + ], + "emoji": "🥙", + "text": "", + "type": 1, + "order": 3282, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "炸豆丸子", + "hexcode": "1F9C6", + "tags": [ + "中东蔬菜球", + "油炸鹰嘴豆饼", + "肉丸", + "鹰嘴豆" + ], + "emoji": "🧆", + "text": "", + "type": 1, + "order": 3283, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "蛋", + "hexcode": "1F95A", + "tags": [ + "食物" + ], + "emoji": "🥚", + "text": "", + "type": 1, + "order": 3284, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "煎蛋", + "hexcode": "1F373", + "tags": [ + "平底锅", + "煎", + "蛋" + ], + "emoji": "🍳", + "text": "", + "type": 1, + "order": 3285, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "装有食物的浅底锅", + "hexcode": "1F958", + "tags": [ + "浅底", + "煎锅", + "食物" + ], + "emoji": "🥘", + "text": "", + "type": 1, + "order": 3286, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "一锅食物", + "hexcode": "1F372", + "tags": [ + "食物" + ], + "emoji": "🍲", + "text": "", + "type": 1, + "order": 3287, + "group": 4, + "subgroup": 43, + "version": 0.6 + }, + { + "annotation": "奶酪火锅", + "hexcode": "1FAD5", + "tags": [ + "奶酪", + "巧克力", + "瑞士", + "融化", + "锅" + ], + "emoji": "🫕", + "text": "", + "type": 1, + "order": 3288, + "group": 4, + "subgroup": 43, + "version": 13 + }, + { + "annotation": "碗勺", + "hexcode": "1F963", + "tags": [ + "早餐", + "ç²¥", + "谷物" + ], + "emoji": "🥣", + "text": "", + "type": 1, + "order": 3289, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "绿色沙拉", + "hexcode": "1F957", + "tags": [ + "沙拉", + "食物" + ], + "emoji": "🥗", + "text": "", + "type": 1, + "order": 3290, + "group": 4, + "subgroup": 43, + "version": 3 + }, + { + "annotation": "爆米花", + "hexcode": "1F37F", + "tags": [ + "爆米花" + ], + "emoji": "🍿", + "text": "", + "type": 1, + "order": 3291, + "group": 4, + "subgroup": 43, + "version": 1 + }, + { + "annotation": "黄油", + "hexcode": "1F9C8", + "tags": [ + "乳制品", + "牛奶" + ], + "emoji": "🧈", + "text": "", + "type": 1, + "order": 3292, + "group": 4, + "subgroup": 43, + "version": 12 + }, + { + "annotation": "盐", + "hexcode": "1F9C2", + "tags": [ + "佐料瓶", + "调味品" + ], + "emoji": "🧂", + "text": "", + "type": 1, + "order": 3293, + "group": 4, + "subgroup": 43, + "version": 11 + }, + { + "annotation": "罐头食品", + "hexcode": "1F96B", + "tags": [ + "罐头" + ], + "emoji": "🥫", + "text": "", + "type": 1, + "order": 3294, + "group": 4, + "subgroup": 43, + "version": 5 + }, + { + "annotation": "盒饭", + "hexcode": "1F371", + "tags": [ + "便当" + ], + "emoji": "🍱", + "text": "", + "type": 1, + "order": 3295, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "米饼", + "hexcode": "1F358", + "tags": [ + "米果" + ], + "emoji": "🍘", + "text": "", + "type": 1, + "order": 3296, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "饭团", + "hexcode": "1F359", + "tags": [ + "日本" + ], + "emoji": "🍙", + "text": "", + "type": 1, + "order": 3297, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "米饭", + "hexcode": "1F35A", + "tags": [ + "ç±³", + "饭" + ], + "emoji": "🍚", + "text": "", + "type": 1, + "order": 3298, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "咖喱饭", + "hexcode": "1F35B", + "tags": [ + "咖喱", + "饭" + ], + "emoji": "🍛", + "text": "", + "type": 1, + "order": 3299, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "面条", + "hexcode": "1F35C", + "tags": [ + "拉面", + "热气腾腾", + "碗" + ], + "emoji": "🍜", + "text": "", + "type": 1, + "order": 3300, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "意粉", + "hexcode": "1F35D", + "tags": [ + "意大利面", + "意面" + ], + "emoji": "🍝", + "text": "", + "type": 1, + "order": 3301, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "烤红薯", + "hexcode": "1F360", + "tags": [ + "地瓜", + "烤地瓜", + "红薯" + ], + "emoji": "🍠", + "text": "", + "type": 1, + "order": 3302, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "关东煮", + "hexcode": "1F362", + "tags": [ + "串", + "海鲜" + ], + "emoji": "🍢", + "text": "", + "type": 1, + "order": 3303, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "寿司", + "hexcode": "1F363", + "tags": [ + "寿司" + ], + "emoji": "🍣", + "text": "", + "type": 1, + "order": 3304, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "天妇罗", + "hexcode": "1F364", + "tags": [ + "炸虾" + ], + "emoji": "🍤", + "text": "", + "type": 1, + "order": 3305, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "鱼板", + "hexcode": "1F365", + "tags": [ + "鱼板" + ], + "emoji": "🍥", + "text": "", + "type": 1, + "order": 3306, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "月饼", + "hexcode": "1F96E", + "tags": [ + "秋天", + "节日" + ], + "emoji": "🥮", + "text": "", + "type": 1, + "order": 3307, + "group": 4, + "subgroup": 44, + "version": 11 + }, + { + "annotation": "团子", + "hexcode": "1F361", + "tags": [ + "串", + "日本", + "甜点" + ], + "emoji": "🍡", + "text": "", + "type": 1, + "order": 3308, + "group": 4, + "subgroup": 44, + "version": 0.6 + }, + { + "annotation": "饺子", + "hexcode": "1F95F", + "tags": [ + "水饺", + "煎饺" + ], + "emoji": "🥟", + "text": "", + "type": 1, + "order": 3309, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "幸运饼干", + "hexcode": "1F960", + "tags": [ + "预言" + ], + "emoji": "🥠", + "text": "", + "type": 1, + "order": 3310, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "外卖盒", + "hexcode": "1F961", + "tags": [ + "外卖包装", + "外卖桶", + "牡蛎桶" + ], + "emoji": "🥡", + "text": "", + "type": 1, + "order": 3311, + "group": 4, + "subgroup": 44, + "version": 5 + }, + { + "annotation": "蟹", + "hexcode": "1F980", + "tags": [ + "巨蟹座", + "螃蟹", + "黄道十二宫" + ], + "emoji": "🦀", + "text": "", + "type": 1, + "order": 3312, + "group": 4, + "subgroup": 45, + "version": 1 + }, + { + "annotation": "龙虾", + "hexcode": "1F99E", + "tags": [ + "浓汤", + "海鲜", + "钳" + ], + "emoji": "🦞", + "text": "", + "type": 1, + "order": 3313, + "group": 4, + "subgroup": 45, + "version": 11 + }, + { + "annotation": "虾", + "hexcode": "1F990", + "tags": [ + "甲壳", + "食物" + ], + "emoji": "🦐", + "text": "", + "type": 1, + "order": 3314, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "乌贼", + "hexcode": "1F991", + "tags": [ + "墨鱼", + "软体动物", + "食物", + "鱿鱼" + ], + "emoji": "🦑", + "text": "", + "type": 1, + "order": 3315, + "group": 4, + "subgroup": 45, + "version": 3 + }, + { + "annotation": "牡蛎", + "hexcode": "1F9AA", + "tags": [ + "海鲜", + "珍珠", + "生蚝" + ], + "emoji": "🦪", + "text": "", + "type": 1, + "order": 3316, + "group": 4, + "subgroup": 45, + "version": 12 + }, + { + "annotation": "圆筒冰激凌", + "hexcode": "1F366", + "tags": [ + "圆筒冰淇淋" + ], + "emoji": "🍦", + "text": "", + "type": 1, + "order": 3317, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "刨冰", + "hexcode": "1F367", + "tags": [ + "冰", + "冰沙", + "甜点" + ], + "emoji": "🍧", + "text": "", + "type": 1, + "order": 3318, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "冰淇淋", + "hexcode": "1F368", + "tags": [ + "冰", + "冰激凌", + "甜点" + ], + "emoji": "🍨", + "text": "", + "type": 1, + "order": 3319, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "甜甜圈", + "hexcode": "1F369", + "tags": [ + "甜点" + ], + "emoji": "🍩", + "text": "", + "type": 1, + "order": 3320, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "饼干", + "hexcode": "1F36A", + "tags": [ + "曲奇" + ], + "emoji": "🍪", + "text": "", + "type": 1, + "order": 3321, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "生日蛋糕", + "hexcode": "1F382", + "tags": [ + "庆祝", + "生日", + "蛋糕" + ], + "emoji": "🎂", + "text": "", + "type": 1, + "order": 3322, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "水果蛋糕", + "hexcode": "1F370", + "tags": [ + "甜点", + "蛋糕" + ], + "emoji": "🍰", + "text": "", + "type": 1, + "order": 3323, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "纸杯蛋糕", + "hexcode": "1F9C1", + "tags": [ + "烘焙食品", + "甜点" + ], + "emoji": "🧁", + "text": "", + "type": 1, + "order": 3324, + "group": 4, + "subgroup": 46, + "version": 11 + }, + { + "annotation": "æ´¾", + "hexcode": "1F967", + "tags": [ + "油酥点心", + "糕点" + ], + "emoji": "🥧", + "text": "", + "type": 1, + "order": 3325, + "group": 4, + "subgroup": 46, + "version": 5 + }, + { + "annotation": "巧克力", + "hexcode": "1F36B", + "tags": [ + "甜品", + "甜点" + ], + "emoji": "🍫", + "text": "", + "type": 1, + "order": 3326, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "糖", + "hexcode": "1F36C", + "tags": [ + "糖果" + ], + "emoji": "🍬", + "text": "", + "type": 1, + "order": 3327, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "棒棒糖", + "hexcode": "1F36D", + "tags": [ + "糖" + ], + "emoji": "🍭", + "text": "", + "type": 1, + "order": 3328, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "奶黄", + "hexcode": "1F36E", + "tags": [ + "蛋奶冻", + "蛋奶沙司" + ], + "emoji": "🍮", + "text": "", + "type": 1, + "order": 3329, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "蜂蜜", + "hexcode": "1F36F", + "tags": [ + "蜜罐" + ], + "emoji": "🍯", + "text": "", + "type": 1, + "order": 3330, + "group": 4, + "subgroup": 46, + "version": 0.6 + }, + { + "annotation": "奶瓶", + "hexcode": "1F37C", + "tags": [ + "奶", + "婴儿" + ], + "emoji": "🍼", + "text": "", + "type": 1, + "order": 3331, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "一杯奶", + "hexcode": "1F95B", + "tags": [ + "奶", + "杯" + ], + "emoji": "🥛", + "text": "", + "type": 1, + "order": 3332, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "热饮", + "hexcode": "2615", + "tags": [ + "咖啡", + "茶", + "饮料" + ], + "emoji": "☕️", + "text": "☕︎", + "type": 1, + "order": 3333, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "茶壶", + "hexcode": "1FAD6", + "tags": [ + "壶", + "茶" + ], + "emoji": "🫖", + "text": "", + "type": 1, + "order": 3334, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "热茶", + "hexcode": "1F375", + "tags": [ + "杯", + "没有把手的茶杯", + "茶", + "饮料" + ], + "emoji": "🍵", + "text": "", + "type": 1, + "order": 3335, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "清酒", + "hexcode": "1F376", + "tags": [ + "瓶", + "酒杯", + "饮料" + ], + "emoji": "🍶", + "text": "", + "type": 1, + "order": 3336, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "开香槟", + "hexcode": "1F37E", + "tags": [ + "庆祝", + "木塞", + "瓶子", + "香槟" + ], + "emoji": "🍾", + "text": "", + "type": 1, + "order": 3337, + "group": 4, + "subgroup": 47, + "version": 1 + }, + { + "annotation": "葡萄酒", + "hexcode": "1F377", + "tags": [ + "酒", + "酒杯" + ], + "emoji": "🍷", + "text": "", + "type": 1, + "order": 3338, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "鸡尾酒", + "hexcode": "1F378", + "tags": [ + "杯", + "酒" + ], + "emoji": "🍸️", + "text": "🍸︎", + "type": 1, + "order": 3339, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "热带水果饮料", + "hexcode": "1F379", + "tags": [ + "饮料" + ], + "emoji": "🍹", + "text": "", + "type": 1, + "order": 3340, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "啤酒", + "hexcode": "1F37A", + "tags": [ + "杯", + "酒" + ], + "emoji": "🍺", + "text": "", + "type": 1, + "order": 3341, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "干杯", + "hexcode": "1F37B", + "tags": [ + "啤酒", + "碰杯", + "酒" + ], + "emoji": "🍻", + "text": "", + "type": 1, + "order": 3342, + "group": 4, + "subgroup": 47, + "version": 0.6 + }, + { + "annotation": "碰杯", + "hexcode": "1F942", + "tags": [ + "喝", + "庆祝", + "杯" + ], + "emoji": "🥂", + "text": "", + "type": 1, + "order": 3343, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "平底杯", + "hexcode": "1F943", + "tags": [ + "威士忌", + "杯", + "酒" + ], + "emoji": "🥃", + "text": "", + "type": 1, + "order": 3344, + "group": 4, + "subgroup": 47, + "version": 3 + }, + { + "annotation": "带吸管杯", + "hexcode": "1F964", + "tags": [ + "果汁", + "苏打" + ], + "emoji": "🥤", + "text": "", + "type": 1, + "order": 3345, + "group": 4, + "subgroup": 47, + "version": 5 + }, + { + "annotation": "珍珠奶茶", + "hexcode": "1F9CB", + "tags": [ + "泡泡", + "牛奶", + "珍珠", + "茶" + ], + "emoji": "🧋", + "text": "", + "type": 1, + "order": 3346, + "group": 4, + "subgroup": 47, + "version": 13 + }, + { + "annotation": "饮料盒", + "hexcode": "1F9C3", + "tags": [ + "吸管", + "果汁盒", + "盒装" + ], + "emoji": "🧃", + "text": "", + "type": 1, + "order": 3347, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "马黛茶", + "hexcode": "1F9C9", + "tags": [ + "茶", + "饮料" + ], + "emoji": "🧉", + "text": "", + "type": 1, + "order": 3348, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "冰块", + "hexcode": "1F9CA", + "tags": [ + "冰山", + "冷却", + "冷饮" + ], + "emoji": "🧊", + "text": "", + "type": 1, + "order": 3349, + "group": 4, + "subgroup": 47, + "version": 12 + }, + { + "annotation": "筷子", + "hexcode": "1F962", + "tags": [ + "箸" + ], + "emoji": "🥢", + "text": "", + "type": 1, + "order": 3350, + "group": 4, + "subgroup": 48, + "version": 5 + }, + { + "annotation": "餐具", + "hexcode": "1F37D", + "tags": [ + "刀", + "叉", + "盘" + ], + "emoji": "🍽️", + "text": "🍽︎", + "type": 0, + "order": 3352, + "group": 4, + "subgroup": 48, + "version": 0.7 + }, + { + "annotation": "刀叉", + "hexcode": "1F374", + "tags": [ + "刀", + "叉", + "餐具" + ], + "emoji": "🍴", + "text": "", + "type": 1, + "order": 3353, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "匙", + "hexcode": "1F944", + "tags": [ + "匙子", + "汤匙", + "调羹", + "餐具" + ], + "emoji": "🥄", + "text": "", + "type": 1, + "order": 3354, + "group": 4, + "subgroup": 48, + "version": 3 + }, + { + "annotation": "菜刀", + "hexcode": "1F52A", + "tags": [ + "刀", + "武器", + "烹饪" + ], + "emoji": "🔪", + "text": "", + "type": 1, + "order": 3355, + "group": 4, + "subgroup": 48, + "version": 0.6 + }, + { + "annotation": "双耳瓶", + "hexcode": "1F3FA", + "tags": [ + "壶", + "罐" + ], + "emoji": "🏺", + "text": "", + "type": 1, + "order": 3356, + "group": 4, + "subgroup": 48, + "version": 1 + }, + { + "annotation": "地球上的欧洲非洲", + "hexcode": "1F30D", + "tags": [ + "世界", + "地球", + "欧洲", + "非洲" + ], + "emoji": "🌍️", + "text": "🌍︎", + "type": 1, + "order": 3357, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "地球上的美洲", + "hexcode": "1F30E", + "tags": [ + "世界", + "地球", + "美洲" + ], + "emoji": "🌎️", + "text": "🌎︎", + "type": 1, + "order": 3358, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "地球上的亚洲澳洲", + "hexcode": "1F30F", + "tags": [ + "世界", + "亚洲", + "地球", + "澳洲" + ], + "emoji": "🌏️", + "text": "🌏︎", + "type": 1, + "order": 3359, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "带经纬线的地球", + "hexcode": "1F310", + "tags": [ + "世界", + "地球", + "子午线", + "经纬" + ], + "emoji": "🌐", + "text": "", + "type": 1, + "order": 3360, + "group": 5, + "subgroup": 49, + "version": 1 + }, + { + "annotation": "世界地图", + "hexcode": "1F5FA", + "tags": [ + "世界", + "地图" + ], + "emoji": "🗺️", + "text": "🗺︎", + "type": 0, + "order": 3362, + "group": 5, + "subgroup": 49, + "version": 0.7 + }, + { + "annotation": "日本地图", + "hexcode": "1F5FE", + "tags": [ + "地图", + "日本" + ], + "emoji": "🗾", + "text": "", + "type": 1, + "order": 3363, + "group": 5, + "subgroup": 49, + "version": 0.6 + }, + { + "annotation": "指南针", + "hexcode": "1F9ED", + "tags": [ + "定向", + "导航", + "磁性" + ], + "emoji": "🧭", + "text": "", + "type": 1, + "order": 3364, + "group": 5, + "subgroup": 49, + "version": 11 + }, + { + "annotation": "雪山", + "hexcode": "1F3D4", + "tags": [ + "冷", + "å±±", + "雪" + ], + "emoji": "🏔️", + "text": "🏔︎", + "type": 0, + "order": 3366, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "å±±", + "hexcode": "26F0", + "tags": [ + "å±±" + ], + "emoji": "⛰️", + "text": "⛰︎", + "type": 0, + "order": 3368, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "火山", + "hexcode": "1F30B", + "tags": [ + "喷发", + "å±±", + "爆发" + ], + "emoji": "🌋", + "text": "", + "type": 1, + "order": 3369, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "富士山", + "hexcode": "1F5FB", + "tags": [ + "å±±" + ], + "emoji": "🗻", + "text": "", + "type": 1, + "order": 3370, + "group": 5, + "subgroup": 50, + "version": 0.6 + }, + { + "annotation": "露营", + "hexcode": "1F3D5", + "tags": [ + "帐篷" + ], + "emoji": "🏕️", + "text": "🏕︎", + "type": 0, + "order": 3372, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "沙滩伞", + "hexcode": "1F3D6", + "tags": [ + "伞", + "沙滩" + ], + "emoji": "🏖️", + "text": "🏖︎", + "type": 0, + "order": 3374, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "沙漠", + "hexcode": "1F3DC", + "tags": [ + "荒漠" + ], + "emoji": "🏜️", + "text": "🏜︎", + "type": 0, + "order": 3376, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "无人荒岛", + "hexcode": "1F3DD", + "tags": [ + "荒岛" + ], + "emoji": "🏝️", + "text": "🏝︎", + "type": 0, + "order": 3378, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "国家公园", + "hexcode": "1F3DE", + "tags": [ + "公园", + "自然", + "风景" + ], + "emoji": "🏞️", + "text": "🏞︎", + "type": 0, + "order": 3380, + "group": 5, + "subgroup": 50, + "version": 0.7 + }, + { + "annotation": "体育馆", + "hexcode": "1F3DF", + "tags": [ + "体育馆" + ], + "emoji": "🏟️", + "text": "🏟︎", + "type": 0, + "order": 3382, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "古典建筑", + "hexcode": "1F3DB", + "tags": [ + "古典", + "古建筑" + ], + "emoji": "🏛️", + "text": "🏛︎", + "type": 0, + "order": 3384, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "施工", + "hexcode": "1F3D7", + "tags": [ + "施工" + ], + "emoji": "🏗️", + "text": "🏗︎", + "type": 0, + "order": 3386, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "砖", + "hexcode": "1F9F1", + "tags": [ + "墙", + "砂浆", + "黏土" + ], + "emoji": "🧱", + "text": "", + "type": 1, + "order": 3387, + "group": 5, + "subgroup": 51, + "version": 11 + }, + { + "annotation": "岩石", + "hexcode": "1FAA8", + "tags": [ + "固体", + "巨石", + "石头" + ], + "emoji": "🪨", + "text": "", + "type": 1, + "order": 3388, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "木头", + "hexcode": "1FAB5", + "tags": [ + "原木", + "木材" + ], + "emoji": "🪵", + "text": "", + "type": 1, + "order": 3389, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "小屋", + "hexcode": "1F6D6", + "tags": [ + "圆屋", + "蒙古包" + ], + "emoji": "🛖", + "text": "", + "type": 1, + "order": 3390, + "group": 5, + "subgroup": 51, + "version": 13 + }, + { + "annotation": "房屋建筑", + "hexcode": "1F3D8", + "tags": [ + "住宅", + "房" + ], + "emoji": "🏘️", + "text": "🏘︎", + "type": 0, + "order": 3392, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "废墟", + "hexcode": "1F3DA", + "tags": [ + "荒宅", + "荒废", + "鬼屋" + ], + "emoji": "🏚️", + "text": "🏚︎", + "type": 0, + "order": 3394, + "group": 5, + "subgroup": 51, + "version": 0.7 + }, + { + "annotation": "房子", + "hexcode": "1F3E0", + "tags": [ + "å®¶" + ], + "emoji": "🏠️", + "text": "🏠︎", + "type": 1, + "order": 3395, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "别墅", + "hexcode": "1F3E1", + "tags": [ + "å®¶", + "房子", + "花园" + ], + "emoji": "🏡", + "text": "", + "type": 1, + "order": 3396, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "办公楼", + "hexcode": "1F3E2", + "tags": [ + "写字楼" + ], + "emoji": "🏢", + "text": "", + "type": 1, + "order": 3397, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "日本邮局", + "hexcode": "1F3E3", + "tags": [ + "日本", + "邮局" + ], + "emoji": "🏣", + "text": "", + "type": 1, + "order": 3398, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "邮局", + "hexcode": "1F3E4", + "tags": [ + "欧洲" + ], + "emoji": "🏤", + "text": "", + "type": 1, + "order": 3399, + "group": 5, + "subgroup": 51, + "version": 1 + }, + { + "annotation": "医院", + "hexcode": "1F3E5", + "tags": [ + "医生", + "看病" + ], + "emoji": "🏥", + "text": "", + "type": 1, + "order": 3400, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "银行", + "hexcode": "1F3E6", + "tags": [ + "银行" + ], + "emoji": "🏦", + "text": "", + "type": 1, + "order": 3401, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "酒店", + "hexcode": "1F3E8", + "tags": [ + "旅馆" + ], + "emoji": "🏨", + "text": "", + "type": 1, + "order": 3402, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "情人酒店", + "hexcode": "1F3E9", + "tags": [ + "情人旅馆", + "情侣酒店" + ], + "emoji": "🏩", + "text": "", + "type": 1, + "order": 3403, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "便利店", + "hexcode": "1F3EA", + "tags": [ + "商店" + ], + "emoji": "🏪", + "text": "", + "type": 1, + "order": 3404, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "学校", + "hexcode": "1F3EB", + "tags": [ + "教学楼" + ], + "emoji": "🏫", + "text": "", + "type": 1, + "order": 3405, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "商场", + "hexcode": "1F3EC", + "tags": [ + "百货商店" + ], + "emoji": "🏬", + "text": "", + "type": 1, + "order": 3406, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "工厂", + "hexcode": "1F3ED", + "tags": [ + "工厂" + ], + "emoji": "🏭️", + "text": "🏭︎", + "type": 1, + "order": 3407, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "日本城堡", + "hexcode": "1F3EF", + "tags": [ + "城堡", + "日本" + ], + "emoji": "🏯", + "text": "", + "type": 1, + "order": 3408, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "欧洲城堡", + "hexcode": "1F3F0", + "tags": [ + "城堡", + "欧洲" + ], + "emoji": "🏰", + "text": "", + "type": 1, + "order": 3409, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "婚礼", + "hexcode": "1F492", + "tags": [ + "教堂", + "浪漫", + "结婚" + ], + "emoji": "💒", + "text": "", + "type": 1, + "order": 3410, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "东京塔", + "hexcode": "1F5FC", + "tags": [ + "东京", + "塔" + ], + "emoji": "🗼", + "text": "", + "type": 1, + "order": 3411, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "自由女神像", + "hexcode": "1F5FD", + "tags": [ + "自由", + "雕塑" + ], + "emoji": "🗽", + "text": "", + "type": 1, + "order": 3412, + "group": 5, + "subgroup": 51, + "version": 0.6 + }, + { + "annotation": "教堂", + "hexcode": "26EA", + "tags": [ + "基督", + "宗教" + ], + "emoji": "⛪️", + "text": "⛪︎", + "type": 1, + "order": 3413, + "group": 5, + "subgroup": 52, + "version": 0.6 + }, + { + "annotation": "清真寺", + "hexcode": "1F54C", + "tags": [ + "伊斯兰", + "宗教", + "穆斯林" + ], + "emoji": "🕌", + "text": "", + "type": 1, + "order": 3414, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "印度寺庙", + "hexcode": "1F6D5", + "tags": [ + "佛寺", + "佛教", + "寺庙", + "寺院", + "庙宇" + ], + "emoji": "🛕", + "text": "", + "type": 1, + "order": 3415, + "group": 5, + "subgroup": 52, + "version": 12 + }, + { + "annotation": "犹太教堂", + "hexcode": "1F54D", + "tags": [ + "会堂", + "宗教", + "犹太" + ], + "emoji": "🕍", + "text": "", + "type": 1, + "order": 3416, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "神社", + "hexcode": "26E9", + "tags": [ + "宗教", + "日本", + "神道教" + ], + "emoji": "⛩️", + "text": "⛩︎", + "type": 0, + "order": 3418, + "group": 5, + "subgroup": 52, + "version": 0.7 + }, + { + "annotation": "克尔白", + "hexcode": "1F54B", + "tags": [ + "伊斯兰", + "天房", + "宗教", + "穆斯林" + ], + "emoji": "🕋", + "text": "", + "type": 1, + "order": 3419, + "group": 5, + "subgroup": 52, + "version": 1 + }, + { + "annotation": "喷泉", + "hexcode": "26F2", + "tags": [ + "喷泉" + ], + "emoji": "⛲️", + "text": "⛲︎", + "type": 1, + "order": 3420, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "帐篷", + "hexcode": "26FA", + "tags": [ + "露营" + ], + "emoji": "⛺️", + "text": "⛺︎", + "type": 1, + "order": 3421, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "有雾", + "hexcode": "1F301", + "tags": [ + "雾", + "霾" + ], + "emoji": "🌁", + "text": "", + "type": 1, + "order": 3422, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "夜晚", + "hexcode": "1F303", + "tags": [ + "星空", + "晚上" + ], + "emoji": "🌃", + "text": "", + "type": 1, + "order": 3423, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "城市风光", + "hexcode": "1F3D9", + "tags": [ + "都市", + "都市景观", + "高楼大厦" + ], + "emoji": "🏙️", + "text": "🏙︎", + "type": 0, + "order": 3425, + "group": 5, + "subgroup": 53, + "version": 0.7 + }, + { + "annotation": "山顶日出", + "hexcode": "1F304", + "tags": [ + "太阳", + "å±±", + "日出", + "清晨" + ], + "emoji": "🌄", + "text": "", + "type": 1, + "order": 3426, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "日出", + "hexcode": "1F305", + "tags": [ + "太阳", + "清晨" + ], + "emoji": "🌅", + "text": "", + "type": 1, + "order": 3427, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "城市黄昏", + "hexcode": "1F306", + "tags": [ + "夜晚", + "日落", + "都市", + "黄昏" + ], + "emoji": "🌆", + "text": "", + "type": 1, + "order": 3428, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "日落", + "hexcode": "1F307", + "tags": [ + "夕阳" + ], + "emoji": "🌇", + "text": "", + "type": 1, + "order": 3429, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "夜幕下的桥", + "hexcode": "1F309", + "tags": [ + "晚上", + "æ¡¥" + ], + "emoji": "🌉", + "text": "", + "type": 1, + "order": 3430, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "温泉", + "hexcode": "2668", + "tags": [ + "æ°´", + "泉", + "热气腾腾" + ], + "emoji": "♨️", + "text": "♨︎", + "type": 0, + "order": 3432, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "旋转木马", + "hexcode": "1F3A0", + "tags": [ + "木马", + "游乐园" + ], + "emoji": "🎠", + "text": "", + "type": 1, + "order": 3433, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "摩天轮", + "hexcode": "1F3A1", + "tags": [ + "游乐园" + ], + "emoji": "🎡", + "text": "", + "type": 1, + "order": 3434, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "过山车", + "hexcode": "1F3A2", + "tags": [ + "游乐园" + ], + "emoji": "🎢", + "text": "", + "type": 1, + "order": 3435, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "理发店", + "hexcode": "1F488", + "tags": [ + "旋转", + "柱", + "理发" + ], + "emoji": "💈", + "text": "", + "type": 1, + "order": 3436, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "马戏团帐篷", + "hexcode": "1F3AA", + "tags": [ + "帐篷", + "马戏团" + ], + "emoji": "🎪", + "text": "", + "type": 1, + "order": 3437, + "group": 5, + "subgroup": 53, + "version": 0.6 + }, + { + "annotation": "蒸汽火车", + "hexcode": "1F682", + "tags": [ + "火车", + "蒸汽" + ], + "emoji": "🚂", + "text": "", + "type": 1, + "order": 3438, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "轨道车", + "hexcode": "1F683", + "tags": [ + "电车" + ], + "emoji": "🚃", + "text": "", + "type": 1, + "order": 3439, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "高速列车", + "hexcode": "1F684", + "tags": [ + "动车", + "新干线", + "火车", + "高铁" + ], + "emoji": "🚄", + "text": "", + "type": 1, + "order": 3440, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "子弹头高速列车", + "hexcode": "1F685", + "tags": [ + "动车", + "新干线", + "火车", + "高速", + "高铁" + ], + "emoji": "🚅", + "text": "", + "type": 1, + "order": 3441, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "火车", + "hexcode": "1F686", + "tags": [ + "铁路" + ], + "emoji": "🚆", + "text": "", + "type": 1, + "order": 3442, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "地铁", + "hexcode": "1F687", + "tags": [ + "地铁" + ], + "emoji": "🚇️", + "text": "🚇︎", + "type": 1, + "order": 3443, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "轻轨", + "hexcode": "1F688", + "tags": [ + "火车" + ], + "emoji": "🚈", + "text": "", + "type": 1, + "order": 3444, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "车站", + "hexcode": "1F689", + "tags": [ + "火车", + "铁路" + ], + "emoji": "🚉", + "text": "", + "type": 1, + "order": 3445, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "路面电车", + "hexcode": "1F68A", + "tags": [ + "电车" + ], + "emoji": "🚊", + "text": "", + "type": 1, + "order": 3446, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "单轨", + "hexcode": "1F69D", + "tags": [ + "火车" + ], + "emoji": "🚝", + "text": "", + "type": 1, + "order": 3447, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "山区铁路", + "hexcode": "1F69E", + "tags": [ + "山区", + "火车", + "铁路" + ], + "emoji": "🚞", + "text": "", + "type": 1, + "order": 3448, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "有轨电车", + "hexcode": "1F68B", + "tags": [ + "有轨电车" + ], + "emoji": "🚋", + "text": "", + "type": 1, + "order": 3449, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "公交车", + "hexcode": "1F68C", + "tags": [ + "公共汽车", + "大巴" + ], + "emoji": "🚌", + "text": "", + "type": 1, + "order": 3450, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "迎面驶来的公交车", + "hexcode": "1F68D", + "tags": [ + "公共汽车", + "大巴", + "迎面驶来" + ], + "emoji": "🚍️", + "text": "🚍︎", + "type": 1, + "order": 3451, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "无轨电车", + "hexcode": "1F68E", + "tags": [ + "电车" + ], + "emoji": "🚎", + "text": "", + "type": 1, + "order": 3452, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "小巴", + "hexcode": "1F690", + "tags": [ + "公共汽车" + ], + "emoji": "🚐", + "text": "", + "type": 1, + "order": 3453, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "救护车", + "hexcode": "1F691", + "tags": [ + "急救" + ], + "emoji": "🚑️", + "text": "🚑︎", + "type": 1, + "order": 3454, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "消防车", + "hexcode": "1F692", + "tags": [ + "救火车" + ], + "emoji": "🚒", + "text": "", + "type": 1, + "order": 3455, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "警车", + "hexcode": "1F693", + "tags": [ + "巡逻", + "警察" + ], + "emoji": "🚓", + "text": "", + "type": 1, + "order": 3456, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "迎面驶来的警车", + "hexcode": "1F694", + "tags": [ + "警察", + "警车" + ], + "emoji": "🚔️", + "text": "🚔︎", + "type": 1, + "order": 3457, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "出租车", + "hexcode": "1F695", + "tags": [ + "的士" + ], + "emoji": "🚕", + "text": "", + "type": 1, + "order": 3458, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "迎面驶来的出租车", + "hexcode": "1F696", + "tags": [ + "出租车", + "的士" + ], + "emoji": "🚖", + "text": "", + "type": 1, + "order": 3459, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "汽车", + "hexcode": "1F697", + "tags": [ + "轿车" + ], + "emoji": "🚗", + "text": "", + "type": 1, + "order": 3460, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "迎面驶来的汽车", + "hexcode": "1F698", + "tags": [ + "轿车" + ], + "emoji": "🚘️", + "text": "🚘︎", + "type": 1, + "order": 3461, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "运动型多用途车", + "hexcode": "1F699", + "tags": [ + "suv", + "休闲车" + ], + "emoji": "🚙", + "text": "", + "type": 1, + "order": 3462, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "敞蓬小型载货卡车", + "hexcode": "1F6FB", + "tags": [ + "卡车", + "载货" + ], + "emoji": "🛻", + "text": "", + "type": 1, + "order": 3463, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "货车", + "hexcode": "1F69A", + "tags": [ + "卡车" + ], + "emoji": "🚚", + "text": "", + "type": 1, + "order": 3464, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "铰接式货车", + "hexcode": "1F69B", + "tags": [ + "卡车", + "拖车" + ], + "emoji": "🚛", + "text": "", + "type": 1, + "order": 3465, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "拖拉机", + "hexcode": "1F69C", + "tags": [ + "拖拉机" + ], + "emoji": "🚜", + "text": "", + "type": 1, + "order": 3466, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "赛车", + "hexcode": "1F3CE", + "tags": [ + "跑车" + ], + "emoji": "🏎️", + "text": "🏎︎", + "type": 0, + "order": 3468, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "摩托车", + "hexcode": "1F3CD", + "tags": [ + "摩托" + ], + "emoji": "🏍️", + "text": "🏍︎", + "type": 0, + "order": 3470, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "小型摩托车", + "hexcode": "1F6F5", + "tags": [ + "小型摩托车" + ], + "emoji": "🛵", + "text": "", + "type": 1, + "order": 3471, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "手动轮椅", + "hexcode": "1F9BD", + "tags": [ + "无障碍", + "轮椅" + ], + "emoji": "🦽", + "text": "", + "type": 1, + "order": 3472, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "电动轮椅", + "hexcode": "1F9BC", + "tags": [ + "无障碍", + "轮椅" + ], + "emoji": "🦼", + "text": "", + "type": 1, + "order": 3473, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "三轮摩托车", + "hexcode": "1F6FA", + "tags": [ + "三脚鸡", + "三蹦子", + "嘟嘟车", + "自动人力车" + ], + "emoji": "🛺", + "text": "", + "type": 1, + "order": 3474, + "group": 5, + "subgroup": 54, + "version": 12 + }, + { + "annotation": "自行车", + "hexcode": "1F6B2", + "tags": [ + "单车", + "脚踏车" + ], + "emoji": "🚲️", + "text": "🚲︎", + "type": 1, + "order": 3475, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "滑板车", + "hexcode": "1F6F4", + "tags": [ + "滑板车" + ], + "emoji": "🛴", + "text": "", + "type": 1, + "order": 3476, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "滑板", + "hexcode": "1F6F9", + "tags": [ + "板" + ], + "emoji": "🛹", + "text": "", + "type": 1, + "order": 3477, + "group": 5, + "subgroup": 54, + "version": 11 + }, + { + "annotation": "四轮滑冰鞋", + "hexcode": "1F6FC", + "tags": [ + "滑冰", + "轮式" + ], + "emoji": "🛼", + "text": "", + "type": 1, + "order": 3478, + "group": 5, + "subgroup": 54, + "version": 13 + }, + { + "annotation": "公交车站", + "hexcode": "1F68F", + "tags": [ + "公交站", + "公共汽车站" + ], + "emoji": "🚏", + "text": "", + "type": 1, + "order": 3479, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "高速公路", + "hexcode": "1F6E3", + "tags": [ + "公路" + ], + "emoji": "🛣️", + "text": "🛣︎", + "type": 0, + "order": 3481, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "铁轨", + "hexcode": "1F6E4", + "tags": [ + "火车", + "铁路" + ], + "emoji": "🛤️", + "text": "🛤︎", + "type": 0, + "order": 3483, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "石油桶", + "hexcode": "1F6E2", + "tags": [ + "æ¡¶" + ], + "emoji": "🛢️", + "text": "🛢︎", + "type": 0, + "order": 3485, + "group": 5, + "subgroup": 54, + "version": 0.7 + }, + { + "annotation": "油泵", + "hexcode": "26FD", + "tags": [ + "加油站", + "柴油", + "燃油" + ], + "emoji": "⛽️", + "text": "⛽︎", + "type": 1, + "order": 3486, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "警车灯", + "hexcode": "1F6A8", + "tags": [ + "灯", + "警报", + "警灯", + "警示" + ], + "emoji": "🚨", + "text": "", + "type": 1, + "order": 3487, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "横向的红绿灯", + "hexcode": "1F6A5", + "tags": [ + "交通灯", + "信号灯", + "红绿灯" + ], + "emoji": "🚥", + "text": "", + "type": 1, + "order": 3488, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "纵向的红绿灯", + "hexcode": "1F6A6", + "tags": [ + "交通灯", + "信号灯", + "红绿灯" + ], + "emoji": "🚦", + "text": "", + "type": 1, + "order": 3489, + "group": 5, + "subgroup": 54, + "version": 1 + }, + { + "annotation": "停止标志", + "hexcode": "1F6D1", + "tags": [ + "八边形", + "标志" + ], + "emoji": "🛑", + "text": "", + "type": 1, + "order": 3490, + "group": 5, + "subgroup": 54, + "version": 3 + }, + { + "annotation": "路障", + "hexcode": "1F6A7", + "tags": [ + "施工" + ], + "emoji": "🚧", + "text": "", + "type": 1, + "order": 3491, + "group": 5, + "subgroup": 54, + "version": 0.6 + }, + { + "annotation": "锚", + "hexcode": "2693", + "tags": [ + "停泊", + "船" + ], + "emoji": "⚓️", + "text": "⚓︎", + "type": 1, + "order": 3492, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "帆船", + "hexcode": "26F5", + "tags": [ + "船" + ], + "emoji": "⛵️", + "text": "⛵︎", + "type": 1, + "order": 3493, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "独木舟", + "hexcode": "1F6F6", + "tags": [ + "独木舟" + ], + "emoji": "🛶", + "text": "", + "type": 1, + "order": 3494, + "group": 5, + "subgroup": 55, + "version": 3 + }, + { + "annotation": "快艇", + "hexcode": "1F6A4", + "tags": [ + "船" + ], + "emoji": "🚤", + "text": "", + "type": 1, + "order": 3495, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "客轮", + "hexcode": "1F6F3", + "tags": [ + "客船" + ], + "emoji": "🛳️", + "text": "🛳︎", + "type": 0, + "order": 3497, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "渡轮", + "hexcode": "26F4", + "tags": [ + "渡船", + "轮船" + ], + "emoji": "⛴️", + "text": "⛴︎", + "type": 0, + "order": 3499, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "摩托艇", + "hexcode": "1F6E5", + "tags": [ + "船" + ], + "emoji": "🛥️", + "text": "🛥︎", + "type": 0, + "order": 3501, + "group": 5, + "subgroup": 55, + "version": 0.7 + }, + { + "annotation": "船", + "hexcode": "1F6A2", + "tags": [ + "船" + ], + "emoji": "🚢", + "text": "", + "type": 1, + "order": 3502, + "group": 5, + "subgroup": 55, + "version": 0.6 + }, + { + "annotation": "飞机", + "hexcode": "2708", + "tags": [ + "飞机" + ], + "emoji": "✈️", + "text": "✈︎", + "type": 0, + "order": 3504, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "小型飞机", + "hexcode": "1F6E9", + "tags": [ + "飞机" + ], + "emoji": "🛩️", + "text": "🛩︎", + "type": 0, + "order": 3506, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "航班起飞", + "hexcode": "1F6EB", + "tags": [ + "值机", + "登机", + "起飞" + ], + "emoji": "🛫", + "text": "", + "type": 1, + "order": 3507, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "航班降落", + "hexcode": "1F6EC", + "tags": [ + "到达", + "降落" + ], + "emoji": "🛬", + "text": "", + "type": 1, + "order": 3508, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "降落伞", + "hexcode": "1FA82", + "tags": [ + "帆伞", + "悬挂滑翔", + "滑翔", + "滑翔伞", + "跳伞" + ], + "emoji": "🪂", + "text": "", + "type": 1, + "order": 3509, + "group": 5, + "subgroup": 56, + "version": 12 + }, + { + "annotation": "座位", + "hexcode": "1F4BA", + "tags": [ + "椅子" + ], + "emoji": "💺", + "text": "", + "type": 1, + "order": 3510, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "直升机", + "hexcode": "1F681", + "tags": [ + "直升飞机" + ], + "emoji": "🚁", + "text": "", + "type": 1, + "order": 3511, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "空轨", + "hexcode": "1F69F", + "tags": [ + "悬挂", + "空中轨道列车" + ], + "emoji": "🚟", + "text": "", + "type": 1, + "order": 3512, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "缆车", + "hexcode": "1F6A0", + "tags": [ + "空中", + "索道" + ], + "emoji": "🚠", + "text": "", + "type": 1, + "order": 3513, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "索道", + "hexcode": "1F6A1", + "tags": [ + "空中", + "缆车" + ], + "emoji": "🚡", + "text": "", + "type": 1, + "order": 3514, + "group": 5, + "subgroup": 56, + "version": 1 + }, + { + "annotation": "卫星", + "hexcode": "1F6F0", + "tags": [ + "太空" + ], + "emoji": "🛰️", + "text": "🛰︎", + "type": 0, + "order": 3516, + "group": 5, + "subgroup": 56, + "version": 0.7 + }, + { + "annotation": "火箭", + "hexcode": "1F680", + "tags": [ + "太空" + ], + "emoji": "🚀", + "text": "", + "type": 1, + "order": 3517, + "group": 5, + "subgroup": 56, + "version": 0.6 + }, + { + "annotation": "飞碟", + "hexcode": "1F6F8", + "tags": [ + "ufo", + "不明飞行物" + ], + "emoji": "🛸", + "text": "", + "type": 1, + "order": 3518, + "group": 5, + "subgroup": 56, + "version": 5 + }, + { + "annotation": "服务铃", + "hexcode": "1F6CE", + "tags": [ + "酒店", + "铃" + ], + "emoji": "🛎️", + "text": "🛎︎", + "type": 0, + "order": 3520, + "group": 5, + "subgroup": 57, + "version": 0.7 + }, + { + "annotation": "行李箱", + "hexcode": "1F9F3", + "tags": [ + "包装", + "旅行" + ], + "emoji": "🧳", + "text": "", + "type": 1, + "order": 3521, + "group": 5, + "subgroup": 57, + "version": 11 + }, + { + "annotation": "沙漏", + "hexcode": "231B", + "tags": [ + "计时器" + ], + "emoji": "⌛️", + "text": "⌛︎", + "type": 1, + "order": 3522, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "沙正往下流的沙漏", + "hexcode": "23F3", + "tags": [ + "计时器" + ], + "emoji": "⏳️", + "text": "⏳︎", + "type": 1, + "order": 3523, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "手表", + "hexcode": "231A", + "tags": [ + "表" + ], + "emoji": "⌚️", + "text": "⌚︎", + "type": 1, + "order": 3524, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "闹钟", + "hexcode": "23F0", + "tags": [ + "钟" + ], + "emoji": "⏰", + "text": "", + "type": 1, + "order": 3525, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "秒表", + "hexcode": "23F1", + "tags": [ + "码表", + "计时器" + ], + "emoji": "⏱️", + "text": "⏱︎", + "type": 0, + "order": 3527, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "定时器", + "hexcode": "23F2", + "tags": [ + "计时器" + ], + "emoji": "⏲️", + "text": "⏲︎", + "type": 0, + "order": 3529, + "group": 5, + "subgroup": 58, + "version": 1 + }, + { + "annotation": "座钟", + "hexcode": "1F570", + "tags": [ + "台钟", + "壁炉钟" + ], + "emoji": "🕰️", + "text": "🕰︎", + "type": 0, + "order": 3531, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "十二点", + "hexcode": "1F55B", + "tags": [ + "12:00" + ], + "emoji": "🕛️", + "text": "🕛︎", + "type": 1, + "order": 3532, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "十二点半", + "hexcode": "1F567", + "tags": [ + "12:30" + ], + "emoji": "🕧️", + "text": "🕧︎", + "type": 1, + "order": 3533, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "一点", + "hexcode": "1F550", + "tags": [ + "1:00" + ], + "emoji": "🕐️", + "text": "🕐︎", + "type": 1, + "order": 3534, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "一点半", + "hexcode": "1F55C", + "tags": [ + "1:30" + ], + "emoji": "🕜️", + "text": "🕜︎", + "type": 1, + "order": 3535, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "两点", + "hexcode": "1F551", + "tags": [ + "2:00" + ], + "emoji": "🕑️", + "text": "🕑︎", + "type": 1, + "order": 3536, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "两点半", + "hexcode": "1F55D", + "tags": [ + "2:30" + ], + "emoji": "🕝️", + "text": "🕝︎", + "type": 1, + "order": 3537, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "三点", + "hexcode": "1F552", + "tags": [ + "3:00" + ], + "emoji": "🕒️", + "text": "🕒︎", + "type": 1, + "order": 3538, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "三点半", + "hexcode": "1F55E", + "tags": [ + "3:30" + ], + "emoji": "🕞️", + "text": "🕞︎", + "type": 1, + "order": 3539, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "四点", + "hexcode": "1F553", + "tags": [ + "4:00" + ], + "emoji": "🕓️", + "text": "🕓︎", + "type": 1, + "order": 3540, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "四点半", + "hexcode": "1F55F", + "tags": [ + "4:30" + ], + "emoji": "🕟️", + "text": "🕟︎", + "type": 1, + "order": 3541, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "五点", + "hexcode": "1F554", + "tags": [ + "5:00" + ], + "emoji": "🕔️", + "text": "🕔︎", + "type": 1, + "order": 3542, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "五点半", + "hexcode": "1F560", + "tags": [ + "5:30" + ], + "emoji": "🕠️", + "text": "🕠︎", + "type": 1, + "order": 3543, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "六点", + "hexcode": "1F555", + "tags": [ + "6:00" + ], + "emoji": "🕕️", + "text": "🕕︎", + "type": 1, + "order": 3544, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "六点半", + "hexcode": "1F561", + "tags": [ + "6:30" + ], + "emoji": "🕡️", + "text": "🕡︎", + "type": 1, + "order": 3545, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "七点", + "hexcode": "1F556", + "tags": [ + "7:00" + ], + "emoji": "🕖️", + "text": "🕖︎", + "type": 1, + "order": 3546, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "七点半", + "hexcode": "1F562", + "tags": [ + "7:30" + ], + "emoji": "🕢️", + "text": "🕢︎", + "type": 1, + "order": 3547, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "八点", + "hexcode": "1F557", + "tags": [ + "8:00" + ], + "emoji": "🕗️", + "text": "🕗︎", + "type": 1, + "order": 3548, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "八点半", + "hexcode": "1F563", + "tags": [ + "8:30" + ], + "emoji": "🕣️", + "text": "🕣︎", + "type": 1, + "order": 3549, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "九点", + "hexcode": "1F558", + "tags": [ + "9:00" + ], + "emoji": "🕘️", + "text": "🕘︎", + "type": 1, + "order": 3550, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "九点半", + "hexcode": "1F564", + "tags": [ + "9:30" + ], + "emoji": "🕤️", + "text": "🕤︎", + "type": 1, + "order": 3551, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "十点", + "hexcode": "1F559", + "tags": [ + "10:00" + ], + "emoji": "🕙️", + "text": "🕙︎", + "type": 1, + "order": 3552, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "十点半", + "hexcode": "1F565", + "tags": [ + "10:30" + ], + "emoji": "🕥️", + "text": "🕥︎", + "type": 1, + "order": 3553, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "十一点", + "hexcode": "1F55A", + "tags": [ + "11:00" + ], + "emoji": "🕚️", + "text": "🕚︎", + "type": 1, + "order": 3554, + "group": 5, + "subgroup": 58, + "version": 0.6 + }, + { + "annotation": "十一点半", + "hexcode": "1F566", + "tags": [ + "11:30" + ], + "emoji": "🕦️", + "text": "🕦︎", + "type": 1, + "order": 3555, + "group": 5, + "subgroup": 58, + "version": 0.7 + }, + { + "annotation": "朔月", + "hexcode": "1F311", + "tags": [ + "新月", + "月亮" + ], + "emoji": "🌑", + "text": "", + "type": 1, + "order": 3556, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "娥眉月", + "hexcode": "1F312", + "tags": [ + "三日月", + "弯月", + "月亮", + "眉月" + ], + "emoji": "🌒", + "text": "", + "type": 1, + "order": 3557, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "上弦月", + "hexcode": "1F313", + "tags": [ + "月亮" + ], + "emoji": "🌓", + "text": "", + "type": 1, + "order": 3558, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "盈凸月", + "hexcode": "1F314", + "tags": [ + "月亮" + ], + "emoji": "🌔", + "text": "", + "type": 1, + "order": 3559, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "满月", + "hexcode": "1F315", + "tags": [ + "月亮", + "望月" + ], + "emoji": "🌕️", + "text": "🌕︎", + "type": 1, + "order": 3560, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "亏凸月", + "hexcode": "1F316", + "tags": [ + "月亮" + ], + "emoji": "🌖", + "text": "", + "type": 1, + "order": 3561, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "下弦月", + "hexcode": "1F317", + "tags": [ + "月亮" + ], + "emoji": "🌗", + "text": "", + "type": 1, + "order": 3562, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "残月", + "hexcode": "1F318", + "tags": [ + "亏眉月", + "弯月", + "月亮" + ], + "emoji": "🌘", + "text": "", + "type": 1, + "order": 3563, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "弯月", + "hexcode": "1F319", + "tags": [ + "娥眉月", + "月亮" + ], + "emoji": "🌙", + "text": "", + "type": 1, + "order": 3564, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "微笑的朔月", + "hexcode": "1F31A", + "tags": [ + "月亮", + "朔月" + ], + "emoji": "🌚", + "text": "", + "type": 1, + "order": 3565, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "微笑的上弦月", + "hexcode": "1F31B", + "tags": [ + "月亮", + "蛾眉月" + ], + "emoji": "🌛", + "text": "", + "type": 1, + "order": 3566, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "微笑的下弦月", + "hexcode": "1F31C", + "tags": [ + "月亮", + "残月" + ], + "emoji": "🌜️", + "text": "🌜︎", + "type": 1, + "order": 3567, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "温度计", + "hexcode": "1F321", + "tags": [ + "天气", + "气温" + ], + "emoji": "🌡️", + "text": "🌡︎", + "type": 0, + "order": 3569, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "太阳", + "hexcode": "2600", + "tags": [ + "晴", + "晴天" + ], + "emoji": "☀️", + "text": "☀︎", + "type": 0, + "order": 3571, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "微笑的月亮", + "hexcode": "1F31D", + "tags": [ + "月亮", + "望月", + "满月" + ], + "emoji": "🌝", + "text": "", + "type": 1, + "order": 3572, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "微笑的太阳", + "hexcode": "1F31E", + "tags": [ + "太阳" + ], + "emoji": "🌞", + "text": "", + "type": 1, + "order": 3573, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "有环行星", + "hexcode": "1FA90", + "tags": [ + "土星" + ], + "emoji": "🪐", + "text": "", + "type": 1, + "order": 3574, + "group": 5, + "subgroup": 59, + "version": 12 + }, + { + "annotation": "星星", + "hexcode": "2B50", + "tags": [ + "五角星" + ], + "emoji": "⭐️", + "text": "⭐︎", + "type": 1, + "order": 3575, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "闪亮的星星", + "hexcode": "1F31F", + "tags": [ + "发光", + "星星" + ], + "emoji": "🌟", + "text": "", + "type": 1, + "order": 3576, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "流星", + "hexcode": "1F320", + "tags": [ + "流星" + ], + "emoji": "🌠", + "text": "", + "type": 1, + "order": 3577, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "银河", + "hexcode": "1F30C", + "tags": [ + "星空" + ], + "emoji": "🌌", + "text": "", + "type": 1, + "order": 3578, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "云", + "hexcode": "2601", + "tags": [ + "阴" + ], + "emoji": "☁️", + "text": "☁︎", + "type": 0, + "order": 3580, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "阴", + "hexcode": "26C5", + "tags": [ + "乌云蔽日", + "多云" + ], + "emoji": "⛅️", + "text": "⛅︎", + "type": 1, + "order": 3581, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "雷阵雨", + "hexcode": "26C8", + "tags": [ + "阵雨", + "雨" + ], + "emoji": "⛈️", + "text": "⛈︎", + "type": 0, + "order": 3583, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "晴偶有云", + "hexcode": "1F324", + "tags": [ + "云", + "太阳", + "少云" + ], + "emoji": "🌤️", + "text": "🌤︎", + "type": 0, + "order": 3585, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "多云", + "hexcode": "1F325", + "tags": [ + "云", + "太阳" + ], + "emoji": "🌥️", + "text": "🌥︎", + "type": 0, + "order": 3587, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "晴转雨", + "hexcode": "1F326", + "tags": [ + "云", + "太阳", + "雨" + ], + "emoji": "🌦️", + "text": "🌦︎", + "type": 0, + "order": 3589, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "下雨", + "hexcode": "1F327", + "tags": [ + "云", + "雨" + ], + "emoji": "🌧️", + "text": "🌧︎", + "type": 0, + "order": 3591, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "下雪", + "hexcode": "1F328", + "tags": [ + "云", + "雪" + ], + "emoji": "🌨️", + "text": "🌨︎", + "type": 0, + "order": 3593, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "打雷", + "hexcode": "1F329", + "tags": [ + "云", + "闪电", + "雷" + ], + "emoji": "🌩️", + "text": "🌩︎", + "type": 0, + "order": 3595, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "龙卷风", + "hexcode": "1F32A", + "tags": [ + "云", + "旋风" + ], + "emoji": "🌪️", + "text": "🌪︎", + "type": 0, + "order": 3597, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "雾", + "hexcode": "1F32B", + "tags": [ + "霾" + ], + "emoji": "🌫️", + "text": "🌫︎", + "type": 0, + "order": 3599, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "大风", + "hexcode": "1F32C", + "tags": [ + "狂风" + ], + "emoji": "🌬️", + "text": "🌬︎", + "type": 0, + "order": 3601, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "台风", + "hexcode": "1F300", + "tags": [ + "旋风", + "飓风" + ], + "emoji": "🌀", + "text": "", + "type": 1, + "order": 3602, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "彩虹", + "hexcode": "1F308", + "tags": [ + "彩虹" + ], + "emoji": "🌈", + "text": "", + "type": 1, + "order": 3603, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "收起的伞", + "hexcode": "1F302", + "tags": [ + "伞", + "雨", + "雨伞" + ], + "emoji": "🌂", + "text": "", + "type": 1, + "order": 3604, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "伞", + "hexcode": "2602", + "tags": [ + "雨", + "雨伞" + ], + "emoji": "☂️", + "text": "☂︎", + "type": 0, + "order": 3606, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "雨伞", + "hexcode": "2614", + "tags": [ + "下雨", + "雨滴" + ], + "emoji": "☔️", + "text": "☔︎", + "type": 1, + "order": 3607, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "阳伞", + "hexcode": "26F1", + "tags": [ + "伞" + ], + "emoji": "⛱️", + "text": "⛱︎", + "type": 0, + "order": 3609, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "高压", + "hexcode": "26A1", + "tags": [ + "危险", + "有电", + "闪电" + ], + "emoji": "⚡️", + "text": "⚡︎", + "type": 1, + "order": 3610, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "雪花", + "hexcode": "2744", + "tags": [ + "冷", + "雪" + ], + "emoji": "❄️", + "text": "❄︎", + "type": 0, + "order": 3612, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "雪与雪人", + "hexcode": "2603", + "tags": [ + "雪", + "雪人" + ], + "emoji": "☃️", + "text": "☃︎", + "type": 0, + "order": 3614, + "group": 5, + "subgroup": 59, + "version": 0.7 + }, + { + "annotation": "雪人", + "hexcode": "26C4", + "tags": [ + "雪人" + ], + "emoji": "⛄️", + "text": "⛄︎", + "type": 1, + "order": 3615, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "彗星", + "hexcode": "2604", + "tags": [ + "太空" + ], + "emoji": "☄️", + "text": "☄︎", + "type": 0, + "order": 3617, + "group": 5, + "subgroup": 59, + "version": 1 + }, + { + "annotation": "火焰", + "hexcode": "1F525", + "tags": [ + "火" + ], + "emoji": "🔥", + "text": "", + "type": 1, + "order": 3618, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "æ°´æ»´", + "hexcode": "1F4A7", + "tags": [ + "冷", + "æ°´" + ], + "emoji": "💧", + "text": "", + "type": 1, + "order": 3619, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "浪花", + "hexcode": "1F30A", + "tags": [ + "波浪", + "海洋" + ], + "emoji": "🌊", + "text": "", + "type": 1, + "order": 3620, + "group": 5, + "subgroup": 59, + "version": 0.6 + }, + { + "annotation": "南瓜灯", + "hexcode": "1F383", + "tags": [ + "万圣节", + "庆祝", + "灯笼" + ], + "emoji": "🎃", + "text": "", + "type": 1, + "order": 3621, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "圣诞树", + "hexcode": "1F384", + "tags": [ + "圣诞", + "庆祝", + "树" + ], + "emoji": "🎄", + "text": "", + "type": 1, + "order": 3622, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "焰火", + "hexcode": "1F386", + "tags": [ + "庆祝", + "烟花" + ], + "emoji": "🎆", + "text": "", + "type": 1, + "order": 3623, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "烟花", + "hexcode": "1F387", + "tags": [ + "庆祝", + "火花", + "烟火", + "焰火" + ], + "emoji": "🎇", + "text": "", + "type": 1, + "order": 3624, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "爆竹", + "hexcode": "1F9E8", + "tags": [ + "炸药", + "烟花", + "爆炸" + ], + "emoji": "🧨", + "text": "", + "type": 1, + "order": 3625, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "闪亮", + "hexcode": "2728", + "tags": [ + "星星", + "火花", + "闪光", + "闪耀" + ], + "emoji": "✨", + "text": "", + "type": 1, + "order": 3626, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "气球", + "hexcode": "1F388", + "tags": [ + "庆祝" + ], + "emoji": "🎈", + "text": "", + "type": 1, + "order": 3627, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "拉炮彩带", + "hexcode": "1F389", + "tags": [ + "庆祝", + "彩带", + "派对", + "派对礼宾花" + ], + "emoji": "🎉", + "text": "", + "type": 1, + "order": 3628, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "五彩纸屑球", + "hexcode": "1F38A", + "tags": [ + "庆祝", + "球" + ], + "emoji": "🎊", + "text": "", + "type": 1, + "order": 3629, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "七夕树", + "hexcode": "1F38B", + "tags": [ + "七夕", + "庆祝", + "日本", + "树" + ], + "emoji": "🎋", + "text": "", + "type": 1, + "order": 3630, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "门松", + "hexcode": "1F38D", + "tags": [ + "庆祝", + "日本", + "松树", + "盆栽", + "竹" + ], + "emoji": "🎍", + "text": "", + "type": 1, + "order": 3631, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "日本人形", + "hexcode": "1F38E", + "tags": [ + "人偶", + "庆祝", + "节日" + ], + "emoji": "🎎", + "text": "", + "type": 1, + "order": 3632, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "鲤鱼旗", + "hexcode": "1F38F", + "tags": [ + "庆祝", + "日本", + "男孩节", + "长旗" + ], + "emoji": "🎏", + "text": "", + "type": 1, + "order": 3633, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "风铃", + "hexcode": "1F390", + "tags": [ + "庆祝", + "铃铛" + ], + "emoji": "🎐", + "text": "", + "type": 1, + "order": 3634, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "赏月", + "hexcode": "1F391", + "tags": [ + "中秋", + "庆祝", + "月亮" + ], + "emoji": "🎑", + "text": "", + "type": 1, + "order": 3635, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "红包", + "hexcode": "1F9E7", + "tags": [ + "利是", + "礼物", + "运气", + "钱" + ], + "emoji": "🧧", + "text": "", + "type": 1, + "order": 3636, + "group": 6, + "subgroup": 60, + "version": 11 + }, + { + "annotation": "蝴蝶结", + "hexcode": "1F380", + "tags": [ + "丝带", + "庆祝", + "缎带" + ], + "emoji": "🎀", + "text": "", + "type": 1, + "order": 3637, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "礼物", + "hexcode": "1F381", + "tags": [ + "包装", + "庆祝", + "盒子", + "礼品" + ], + "emoji": "🎁", + "text": "", + "type": 1, + "order": 3638, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "提示丝带", + "hexcode": "1F397", + "tags": [ + "丝带", + "庆祝", + "暗示" + ], + "emoji": "🎗️", + "text": "🎗︎", + "type": 0, + "order": 3640, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "入场券", + "hexcode": "1F39F", + "tags": [ + "票", + "门票" + ], + "emoji": "🎟️", + "text": "🎟︎", + "type": 0, + "order": 3642, + "group": 6, + "subgroup": 60, + "version": 0.7 + }, + { + "annotation": "票", + "hexcode": "1F3AB", + "tags": [ + "入场券", + "电影票", + "车票", + "门票" + ], + "emoji": "🎫", + "text": "", + "type": 1, + "order": 3643, + "group": 6, + "subgroup": 60, + "version": 0.6 + }, + { + "annotation": "军功章", + "hexcode": "1F396", + "tags": [ + "军队", + "勋章", + "奖章" + ], + "emoji": "🎖️", + "text": "🎖︎", + "type": 0, + "order": 3645, + "group": 6, + "subgroup": 61, + "version": 0.7 + }, + { + "annotation": "奖杯", + "hexcode": "1F3C6", + "tags": [ + "奖励", + "奖品", + "奖赏" + ], + "emoji": "🏆️", + "text": "🏆︎", + "type": 1, + "order": 3646, + "group": 6, + "subgroup": 61, + "version": 0.6 + }, + { + "annotation": "奖牌", + "hexcode": "1F3C5", + "tags": [ + "运动会奖牌" + ], + "emoji": "🏅", + "text": "", + "type": 1, + "order": 3647, + "group": 6, + "subgroup": 61, + "version": 1 + }, + { + "annotation": "金牌", + "hexcode": "1F947", + "tags": [ + "奖牌", + "第一" + ], + "emoji": "🥇", + "text": "", + "type": 1, + "order": 3648, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "银牌", + "hexcode": "1F948", + "tags": [ + "奖牌", + "第二" + ], + "emoji": "🥈", + "text": "", + "type": 1, + "order": 3649, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "铜牌", + "hexcode": "1F949", + "tags": [ + "奖牌", + "第三" + ], + "emoji": "🥉", + "text": "", + "type": 1, + "order": 3650, + "group": 6, + "subgroup": 61, + "version": 3 + }, + { + "annotation": "足球", + "hexcode": "26BD", + "tags": [ + "球", + "英式足球" + ], + "emoji": "⚽️", + "text": "⚽︎", + "type": 1, + "order": 3651, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "棒球", + "hexcode": "26BE", + "tags": [ + "球" + ], + "emoji": "⚾️", + "text": "⚾︎", + "type": 1, + "order": 3652, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "垒球", + "hexcode": "1F94E", + "tags": [ + "手套", + "球", + "腋下" + ], + "emoji": "🥎", + "text": "", + "type": 1, + "order": 3653, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "篮球", + "hexcode": "1F3C0", + "tags": [ + "球", + "篮筐" + ], + "emoji": "🏀", + "text": "", + "type": 1, + "order": 3654, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "排球", + "hexcode": "1F3D0", + "tags": [ + "球" + ], + "emoji": "🏐", + "text": "", + "type": 1, + "order": 3655, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "美式橄榄球", + "hexcode": "1F3C8", + "tags": [ + "橄榄球", + "球" + ], + "emoji": "🏈", + "text": "", + "type": 1, + "order": 3656, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "英式橄榄球", + "hexcode": "1F3C9", + "tags": [ + "橄榄球", + "球" + ], + "emoji": "🏉", + "text": "", + "type": 1, + "order": 3657, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "网球", + "hexcode": "1F3BE", + "tags": [ + "球", + "球拍" + ], + "emoji": "🎾", + "text": "", + "type": 1, + "order": 3658, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "飞盘", + "hexcode": "1F94F", + "tags": [ + "极限", + "极限运动", + "终极" + ], + "emoji": "🥏", + "text": "", + "type": 1, + "order": 3659, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "保龄球", + "hexcode": "1F3B3", + "tags": [ + "球" + ], + "emoji": "🎳", + "text": "", + "type": 1, + "order": 3660, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "板球", + "hexcode": "1F3CF", + "tags": [ + "球", + "球拍" + ], + "emoji": "🏏", + "text": "", + "type": 1, + "order": 3661, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "曲棍球", + "hexcode": "1F3D1", + "tags": [ + "球", + "球棍" + ], + "emoji": "🏑", + "text": "", + "type": 1, + "order": 3662, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "冰球", + "hexcode": "1F3D2", + "tags": [ + "球", + "球棍" + ], + "emoji": "🏒", + "text": "", + "type": 1, + "order": 3663, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "袋棍球", + "hexcode": "1F94D", + "tags": [ + "球", + "球棍", + "球门" + ], + "emoji": "🥍", + "text": "", + "type": 1, + "order": 3664, + "group": 6, + "subgroup": 62, + "version": 11 + }, + { + "annotation": "乒乓球", + "hexcode": "1F3D3", + "tags": [ + "比赛", + "球", + "球拍" + ], + "emoji": "🏓", + "text": "", + "type": 1, + "order": 3665, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "羽毛球", + "hexcode": "1F3F8", + "tags": [ + "球拍" + ], + "emoji": "🏸", + "text": "", + "type": 1, + "order": 3666, + "group": 6, + "subgroup": 62, + "version": 1 + }, + { + "annotation": "拳击手套", + "hexcode": "1F94A", + "tags": [ + "手套" + ], + "emoji": "🥊", + "text": "", + "type": 1, + "order": 3667, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "练武服", + "hexcode": "1F94B", + "tags": [ + "制服", + "柔道", + "武术", + "空手道", + "跆拳道" + ], + "emoji": "🥋", + "text": "", + "type": 1, + "order": 3668, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "球门", + "hexcode": "1F945", + "tags": [ + "球网" + ], + "emoji": "🥅", + "text": "", + "type": 1, + "order": 3669, + "group": 6, + "subgroup": 62, + "version": 3 + }, + { + "annotation": "高尔夫球洞", + "hexcode": "26F3", + "tags": [ + "高尔夫" + ], + "emoji": "⛳️", + "text": "⛳︎", + "type": 1, + "order": 3670, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "滑冰", + "hexcode": "26F8", + "tags": [ + "冰刀", + "溜冰" + ], + "emoji": "⛸️", + "text": "⛸︎", + "type": 0, + "order": 3672, + "group": 6, + "subgroup": 62, + "version": 0.7 + }, + { + "annotation": "钓鱼竿", + "hexcode": "1F3A3", + "tags": [ + "鱼杆" + ], + "emoji": "🎣", + "text": "", + "type": 1, + "order": 3673, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "潜水面罩", + "hexcode": "1F93F", + "tags": [ + "浮潜", + "深潜", + "潜水" + ], + "emoji": "🤿", + "text": "", + "type": 1, + "order": 3674, + "group": 6, + "subgroup": 62, + "version": 12 + }, + { + "annotation": "运动背心", + "hexcode": "1F3BD", + "tags": [ + "上衣", + "跑步" + ], + "emoji": "🎽", + "text": "", + "type": 1, + "order": 3675, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "滑雪", + "hexcode": "1F3BF", + "tags": [ + "雪" + ], + "emoji": "🎿", + "text": "", + "type": 1, + "order": 3676, + "group": 6, + "subgroup": 62, + "version": 0.6 + }, + { + "annotation": "雪橇", + "hexcode": "1F6F7", + "tags": [ + "乘雪橇", + "驾雪橇" + ], + "emoji": "🛷", + "text": "", + "type": 1, + "order": 3677, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "冰壶", + "hexcode": "1F94C", + "tags": [ + "冰上溜石", + "比赛", + "游戏" + ], + "emoji": "🥌", + "text": "", + "type": 1, + "order": 3678, + "group": 6, + "subgroup": 62, + "version": 5 + }, + { + "annotation": "正中靶心的飞镖", + "hexcode": "1F3AF", + "tags": [ + "命中", + "靶心", + "飞镖" + ], + "emoji": "🎯", + "text": "", + "type": 1, + "order": 3679, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "悠悠球", + "hexcode": "1FA80", + "tags": [ + "上下起落", + "玩具" + ], + "emoji": "🪀", + "text": "", + "type": 1, + "order": 3680, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "风筝", + "hexcode": "1FA81", + "tags": [ + "翱翔", + "飞翔" + ], + "emoji": "🪁", + "text": "", + "type": 1, + "order": 3681, + "group": 6, + "subgroup": 63, + "version": 12 + }, + { + "annotation": "台球", + "hexcode": "1F3B1", + "tags": [ + "8 球制桌球", + "游戏", + "霹雳八球" + ], + "emoji": "🎱", + "text": "", + "type": 1, + "order": 3682, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "水晶球", + "hexcode": "1F52E", + "tags": [ + "命运", + "工具", + "水晶", + "球", + "财富" + ], + "emoji": "🔮", + "text": "", + "type": 1, + "order": 3683, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "魔棒", + "hexcode": "1FA84", + "tags": [ + "女巫", + "巫师", + "魔法" + ], + "emoji": "🪄", + "text": "", + "type": 1, + "order": 3684, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "纳扎尔护身符", + "hexcode": "1F9FF", + "tags": [ + "小装饰品", + "恶魔之眼", + "护身符", + "珠子", + "纳扎尔" + ], + "emoji": "🧿", + "text": "", + "type": 1, + "order": 3685, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "游戏手柄", + "hexcode": "1F3AE", + "tags": [ + "手柄", + "电子游戏" + ], + "emoji": "🎮️", + "text": "🎮︎", + "type": 1, + "order": 3686, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "游戏操控杆", + "hexcode": "1F579", + "tags": [ + "操控杆", + "电子游戏" + ], + "emoji": "🕹️", + "text": "🕹︎", + "type": 0, + "order": 3688, + "group": 6, + "subgroup": 63, + "version": 0.7 + }, + { + "annotation": "老虎机", + "hexcode": "1F3B0", + "tags": [ + "游戏", + "角子机", + "赌博" + ], + "emoji": "🎰", + "text": "", + "type": 1, + "order": 3689, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "骰子", + "hexcode": "1F3B2", + "tags": [ + "色子" + ], + "emoji": "🎲", + "text": "", + "type": 1, + "order": 3690, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "拼图", + "hexcode": "1F9E9", + "tags": [ + "图片", + "智力游戏", + "线索", + "联锁" + ], + "emoji": "🧩", + "text": "", + "type": 1, + "order": 3691, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "泰迪熊", + "hexcode": "1F9F8", + "tags": [ + "填充", + "毛绒玩具", + "玩偶", + "玩具" + ], + "emoji": "🧸", + "text": "", + "type": 1, + "order": 3692, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "彩罐", + "hexcode": "1FA85", + "tags": [ + "庆祝", + "聚会" + ], + "emoji": "🪅", + "text": "", + "type": 1, + "order": 3693, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "套娃", + "hexcode": "1FA86", + "tags": [ + "俄罗斯套娃", + "娃娃" + ], + "emoji": "🪆", + "text": "", + "type": 1, + "order": 3694, + "group": 6, + "subgroup": 63, + "version": 13 + }, + { + "annotation": "黑桃", + "hexcode": "2660", + "tags": [ + "扑克", + "牌", + "葵扇" + ], + "emoji": "♠️", + "text": "♠︎", + "type": 0, + "order": 3696, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "红桃", + "hexcode": "2665", + "tags": [ + "扑克", + "牌", + "红心" + ], + "emoji": "♥️", + "text": "♥︎", + "type": 0, + "order": 3698, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "方片", + "hexcode": "2666", + "tags": [ + "扑克", + "方块", + "牌" + ], + "emoji": "♦️", + "text": "♦︎", + "type": 0, + "order": 3700, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "梅花", + "hexcode": "2663", + "tags": [ + "扑克", + "牌", + "草花" + ], + "emoji": "♣️", + "text": "♣︎", + "type": 0, + "order": 3702, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "兵", + "hexcode": "265F", + "tags": [ + "受骗者", + "国际象棋", + "牺牲品" + ], + "emoji": "♟️", + "text": "♟︎", + "type": 0, + "order": 3704, + "group": 6, + "subgroup": 63, + "version": 11 + }, + { + "annotation": "大小王", + "hexcode": "1F0CF", + "tags": [ + "大王", + "小王", + "扑克", + "牌", + "鬼牌" + ], + "emoji": "🃏", + "text": "", + "type": 1, + "order": 3705, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "红中", + "hexcode": "1F004", + "tags": [ + "麻将" + ], + "emoji": "🀄️", + "text": "🀄︎", + "type": 1, + "order": 3706, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "花札", + "hexcode": "1F3B4", + "tags": [ + "卡牌", + "日本", + "游戏", + "花牌" + ], + "emoji": "🎴", + "text": "", + "type": 1, + "order": 3707, + "group": 6, + "subgroup": 63, + "version": 0.6 + }, + { + "annotation": "表演艺术", + "hexcode": "1F3AD", + "tags": [ + "剧院", + "戏剧", + "艺术", + "表演", + "面具" + ], + "emoji": "🎭️", + "text": "🎭︎", + "type": 1, + "order": 3708, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "带框的画", + "hexcode": "1F5BC", + "tags": [ + "博物馆", + "框", + "画", + "艺术" + ], + "emoji": "🖼️", + "text": "🖼︎", + "type": 0, + "order": 3710, + "group": 6, + "subgroup": 64, + "version": 0.7 + }, + { + "annotation": "调色盘", + "hexcode": "1F3A8", + "tags": [ + "博物馆", + "画画", + "艺术", + "调色板" + ], + "emoji": "🎨", + "text": "", + "type": 1, + "order": 3711, + "group": 6, + "subgroup": 64, + "version": 0.6 + }, + { + "annotation": "线", + "hexcode": "1F9F5", + "tags": [ + "线轴", + "绳子", + "缝纫", + "针" + ], + "emoji": "🧵", + "text": "", + "type": 1, + "order": 3712, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "缝合针", + "hexcode": "1FAA1", + "tags": [ + "绣花针", + "缝合", + "缝纫", + "缝线", + "裁剪" + ], + "emoji": "🪡", + "text": "", + "type": 1, + "order": 3713, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "毛线", + "hexcode": "1F9F6", + "tags": [ + "毛线球", + "编织", + "钩针编织物" + ], + "emoji": "🧶", + "text": "", + "type": 1, + "order": 3714, + "group": 6, + "subgroup": 64, + "version": 11 + }, + { + "annotation": "结", + "hexcode": "1FAA2", + "tags": [ + "打结", + "绳子", + "缠结", + "麻线" + ], + "emoji": "🪢", + "text": "", + "type": 1, + "order": 3715, + "group": 6, + "subgroup": 64, + "version": 13 + }, + { + "annotation": "眼镜", + "hexcode": "1F453", + "tags": [ + "服饰", + "眼睛" + ], + "emoji": "👓️", + "text": "👓︎", + "type": 1, + "order": 3716, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "墨镜", + "hexcode": "1F576", + "tags": [ + "太阳镜" + ], + "emoji": "🕶️", + "text": "🕶︎", + "type": 0, + "order": 3718, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "护目镜", + "hexcode": "1F97D", + "tags": [ + "护眼", + "游泳", + "焊接" + ], + "emoji": "🥽", + "text": "", + "type": 1, + "order": 3719, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "白大褂", + "hexcode": "1F97C", + "tags": [ + "医生", + "实验人员", + "科学家" + ], + "emoji": "🥼", + "text": "", + "type": 1, + "order": 3720, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "救生衣", + "hexcode": "1F9BA", + "tags": [ + "安全", + "紧急", + "背心", + "逃生" + ], + "emoji": "🦺", + "text": "", + "type": 1, + "order": 3721, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "领带", + "hexcode": "1F454", + "tags": [ + "衬衫领带" + ], + "emoji": "👔", + "text": "", + "type": 1, + "order": 3722, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "T恤", + "hexcode": "1F455", + "tags": [ + "t恤", + "恤衫" + ], + "emoji": "👕", + "text": "", + "type": 1, + "order": 3723, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "牛仔裤", + "hexcode": "1F456", + "tags": [ + "裤子" + ], + "emoji": "👖", + "text": "", + "type": 1, + "order": 3724, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "围巾", + "hexcode": "1F9E3", + "tags": [ + "围巾" + ], + "emoji": "🧣", + "text": "", + "type": 1, + "order": 3725, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "手套", + "hexcode": "1F9E4", + "tags": [ + "手套" + ], + "emoji": "🧤", + "text": "", + "type": 1, + "order": 3726, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "外套", + "hexcode": "1F9E5", + "tags": [ + "夹克" + ], + "emoji": "🧥", + "text": "", + "type": 1, + "order": 3727, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "袜子", + "hexcode": "1F9E6", + "tags": [ + "短袜", + "长袜" + ], + "emoji": "🧦", + "text": "", + "type": 1, + "order": 3728, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "连衣裙", + "hexcode": "1F457", + "tags": [ + "衣服" + ], + "emoji": "👗", + "text": "", + "type": 1, + "order": 3729, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "和服", + "hexcode": "1F458", + "tags": [ + "日本" + ], + "emoji": "👘", + "text": "", + "type": 1, + "order": 3730, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "纱丽", + "hexcode": "1F97B", + "tags": [ + "印度", + "披肩", + "衣服" + ], + "emoji": "🥻", + "text": "", + "type": 1, + "order": 3731, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "连体泳衣", + "hexcode": "1FA71", + "tags": [ + "一片式", + "泳衣", + "泳装", + "游泳" + ], + "emoji": "🩱", + "text": "", + "type": 1, + "order": 3732, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "三角裤", + "hexcode": "1FA72", + "tags": [ + "一片式", + "内裤", + "泳衣", + "泳装", + "短裤" + ], + "emoji": "🩲", + "text": "", + "type": 1, + "order": 3733, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "短裤", + "hexcode": "1FA73", + "tags": [ + "内裤", + "四角裤", + "泳衣", + "泳装", + "裤子" + ], + "emoji": "🩳", + "text": "", + "type": 1, + "order": 3734, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "比基尼", + "hexcode": "1F459", + "tags": [ + "三点式", + "泳装" + ], + "emoji": "👙", + "text": "", + "type": 1, + "order": 3735, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "女装", + "hexcode": "1F45A", + "tags": [ + "女", + "衣服" + ], + "emoji": "👚", + "text": "", + "type": 1, + "order": 3736, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "钱包", + "hexcode": "1F45B", + "tags": [ + "钱包" + ], + "emoji": "👛", + "text": "", + "type": 1, + "order": 3737, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "手提包", + "hexcode": "1F45C", + "tags": [ + "挎包" + ], + "emoji": "👜", + "text": "", + "type": 1, + "order": 3738, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "手袋", + "hexcode": "1F45D", + "tags": [ + "包", + "手拿包" + ], + "emoji": "👝", + "text": "", + "type": 1, + "order": 3739, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "购物袋", + "hexcode": "1F6CD", + "tags": [ + "包", + "袋", + "逛街" + ], + "emoji": "🛍️", + "text": "🛍︎", + "type": 0, + "order": 3741, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "书包", + "hexcode": "1F392", + "tags": [ + "包" + ], + "emoji": "🎒", + "text": "", + "type": 1, + "order": 3742, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "夹趾凉鞋", + "hexcode": "1FA74", + "tags": [ + "凉鞋", + "沙滩凉鞋", + "草屡" + ], + "emoji": "🩴", + "text": "", + "type": 1, + "order": 3743, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "男鞋", + "hexcode": "1F45E", + "tags": [ + "鞋" + ], + "emoji": "👞", + "text": "", + "type": 1, + "order": 3744, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "跑鞋", + "hexcode": "1F45F", + "tags": [ + "运动鞋", + "鞋" + ], + "emoji": "👟", + "text": "", + "type": 1, + "order": 3745, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "登山鞋", + "hexcode": "1F97E", + "tags": [ + "徒步", + "登山", + "远足野营", + "露营" + ], + "emoji": "🥾", + "text": "", + "type": 1, + "order": 3746, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "平底鞋", + "hexcode": "1F97F", + "tags": [ + "一脚蹬", + "便鞋", + "平底芭蕾舞鞋" + ], + "emoji": "🥿", + "text": "", + "type": 1, + "order": 3747, + "group": 7, + "subgroup": 65, + "version": 11 + }, + { + "annotation": "高跟鞋", + "hexcode": "1F460", + "tags": [ + "女", + "鞋" + ], + "emoji": "👠", + "text": "", + "type": 1, + "order": 3748, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "女式凉鞋", + "hexcode": "1F461", + "tags": [ + "凉鞋", + "女" + ], + "emoji": "👡", + "text": "", + "type": 1, + "order": 3749, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "芭蕾舞鞋", + "hexcode": "1FA70", + "tags": [ + "舞蹈", + "舞鞋", + "足尖鞋", + "跳舞" + ], + "emoji": "🩰", + "text": "", + "type": 1, + "order": 3750, + "group": 7, + "subgroup": 65, + "version": 12 + }, + { + "annotation": "女靴", + "hexcode": "1F462", + "tags": [ + "女", + "靴子" + ], + "emoji": "👢", + "text": "", + "type": 1, + "order": 3751, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "皇冠", + "hexcode": "1F451", + "tags": [ + "王冠" + ], + "emoji": "👑", + "text": "", + "type": 1, + "order": 3752, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "女帽", + "hexcode": "1F452", + "tags": [ + "女", + "帽子" + ], + "emoji": "👒", + "text": "", + "type": 1, + "order": 3753, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "礼帽", + "hexcode": "1F3A9", + "tags": [ + "帽子", + "高帽" + ], + "emoji": "🎩", + "text": "", + "type": 1, + "order": 3754, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "毕业帽", + "hexcode": "1F393", + "tags": [ + "四方帽" + ], + "emoji": "🎓️", + "text": "🎓︎", + "type": 1, + "order": 3755, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "鸭舌帽", + "hexcode": "1F9E2", + "tags": [ + "棒球帽" + ], + "emoji": "🧢", + "text": "", + "type": 1, + "order": 3756, + "group": 7, + "subgroup": 65, + "version": 5 + }, + { + "annotation": "军用头盔", + "hexcode": "1FA96", + "tags": [ + "军用", + "军队", + "士兵", + "头盔", + "战士" + ], + "emoji": "🪖", + "text": "", + "type": 1, + "order": 3757, + "group": 7, + "subgroup": 65, + "version": 13 + }, + { + "annotation": "白十字头盔", + "hexcode": "26D1", + "tags": [ + "十字", + "头盔", + "安全帽" + ], + "emoji": "⛑️", + "text": "⛑︎", + "type": 0, + "order": 3759, + "group": 7, + "subgroup": 65, + "version": 0.7 + }, + { + "annotation": "念珠", + "hexcode": "1F4FF", + "tags": [ + "宗教", + "珠子", + "祈祷", + "项链" + ], + "emoji": "📿", + "text": "", + "type": 1, + "order": 3760, + "group": 7, + "subgroup": 65, + "version": 1 + }, + { + "annotation": "唇膏", + "hexcode": "1F484", + "tags": [ + "化妆品", + "口红" + ], + "emoji": "💄", + "text": "", + "type": 1, + "order": 3761, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "戒指", + "hexcode": "1F48D", + "tags": [ + "钻戒" + ], + "emoji": "💍", + "text": "", + "type": 1, + "order": 3762, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "宝石", + "hexcode": "1F48E", + "tags": [ + "钻石" + ], + "emoji": "💎", + "text": "", + "type": 1, + "order": 3763, + "group": 7, + "subgroup": 65, + "version": 0.6 + }, + { + "annotation": "已静音的扬声器", + "hexcode": "1F507", + "tags": [ + "安静", + "扬声器", + "扬声器关闭", + "无声", + "静音" + ], + "emoji": "🔇", + "text": "", + "type": 1, + "order": 3764, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "低音量的扬声器", + "hexcode": "1F508", + "tags": [ + "小声", + "小音量", + "扬声器", + "轻声" + ], + "emoji": "🔈️", + "text": "🔈︎", + "type": 1, + "order": 3765, + "group": 7, + "subgroup": 66, + "version": 0.7 + }, + { + "annotation": "中等音量的扬声器", + "hexcode": "1F509", + "tags": [ + "中等", + "中等音量", + "扬声器" + ], + "emoji": "🔉", + "text": "", + "type": 1, + "order": 3766, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "高音量的扬声器", + "hexcode": "1F50A", + "tags": [ + "大声", + "大音量", + "扬声器" + ], + "emoji": "🔊", + "text": "", + "type": 1, + "order": 3767, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "喇叭", + "hexcode": "1F4E2", + "tags": [ + "公共广播", + "大声", + "广播", + "通知" + ], + "emoji": "📢", + "text": "", + "type": 1, + "order": 3768, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "扩音器", + "hexcode": "1F4E3", + "tags": [ + "呼喊", + "喇叭筒", + "大声", + "通知" + ], + "emoji": "📣", + "text": "", + "type": 1, + "order": 3769, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "邮号", + "hexcode": "1F4EF", + "tags": [ + "号", + "号角", + "喇叭", + "邮政" + ], + "emoji": "📯", + "text": "", + "type": 1, + "order": 3770, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "铃铛", + "hexcode": "1F514", + "tags": [ + "叮当", + "响铃" + ], + "emoji": "🔔", + "text": "", + "type": 1, + "order": 3771, + "group": 7, + "subgroup": 66, + "version": 0.6 + }, + { + "annotation": "禁止响铃", + "hexcode": "1F515", + "tags": [ + "响铃关闭", + "安静", + "无声", + "静音" + ], + "emoji": "🔕", + "text": "", + "type": 1, + "order": 3772, + "group": 7, + "subgroup": 66, + "version": 1 + }, + { + "annotation": "乐谱", + "hexcode": "1F3BC", + "tags": [ + "五线谱", + "音乐", + "音符" + ], + "emoji": "🎼", + "text": "", + "type": 1, + "order": 3773, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "音符", + "hexcode": "1F3B5", + "tags": [ + "乐谱", + "五线谱", + "八分音符", + "音乐" + ], + "emoji": "🎵", + "text": "", + "type": 1, + "order": 3774, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "多个音符", + "hexcode": "1F3B6", + "tags": [ + "乐谱", + "五线谱", + "八分音符", + "音乐", + "音符" + ], + "emoji": "🎶", + "text": "", + "type": 1, + "order": 3775, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "录音室麦克风", + "hexcode": "1F399", + "tags": [ + "录音室", + "音乐", + "麦", + "麦克", + "麦克风" + ], + "emoji": "🎙️", + "text": "🎙︎", + "type": 0, + "order": 3777, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "电平滑块", + "hexcode": "1F39A", + "tags": [ + "滑块", + "电平", + "调节", + "音乐" + ], + "emoji": "🎚️", + "text": "🎚︎", + "type": 0, + "order": 3779, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "控制旋钮", + "hexcode": "1F39B", + "tags": [ + "控制", + "旋钮", + "调节", + "音乐" + ], + "emoji": "🎛️", + "text": "🎛︎", + "type": 0, + "order": 3781, + "group": 7, + "subgroup": 67, + "version": 0.7 + }, + { + "annotation": "麦克风", + "hexcode": "1F3A4", + "tags": [ + "卡拉ok", + "唱k", + "唱歌", + "麦", + "麦克" + ], + "emoji": "🎤", + "text": "", + "type": 1, + "order": 3782, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "耳机", + "hexcode": "1F3A7", + "tags": [ + "头戴式耳机" + ], + "emoji": "🎧️", + "text": "🎧︎", + "type": 1, + "order": 3783, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "收音机", + "hexcode": "1F4FB", + "tags": [ + "广播", + "广播电台", + "无线电", + "电台" + ], + "emoji": "📻️", + "text": "📻︎", + "type": 1, + "order": 3784, + "group": 7, + "subgroup": 67, + "version": 0.6 + }, + { + "annotation": "萨克斯管", + "hexcode": "1F3B7", + "tags": [ + "乐器", + "吹奏", + "演奏", + "音乐" + ], + "emoji": "🎷", + "text": "", + "type": 1, + "order": 3785, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "手风琴", + "hexcode": "1FA97", + "tags": [ + "六角形风琴", + "风琴" + ], + "emoji": "🪗", + "text": "", + "type": 1, + "order": 3786, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "吉他", + "hexcode": "1F3B8", + "tags": [ + "乐器", + "弹奏", + "演奏", + "音乐" + ], + "emoji": "🎸", + "text": "", + "type": 1, + "order": 3787, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "音乐键盘", + "hexcode": "1F3B9", + "tags": [ + "乐器", + "弹奏", + "演奏", + "钢琴", + "音乐" + ], + "emoji": "🎹", + "text": "", + "type": 1, + "order": 3788, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "小号", + "hexcode": "1F3BA", + "tags": [ + "乐器", + "吹奏", + "喇叭", + "音乐" + ], + "emoji": "🎺", + "text": "", + "type": 1, + "order": 3789, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "小提琴", + "hexcode": "1F3BB", + "tags": [ + "乐器", + "提琴", + "演奏", + "音乐" + ], + "emoji": "🎻", + "text": "", + "type": 1, + "order": 3790, + "group": 7, + "subgroup": 68, + "version": 0.6 + }, + { + "annotation": "班卓琴", + "hexcode": "1FA95", + "tags": [ + "弦乐器", + "弹奏", + "音乐" + ], + "emoji": "🪕", + "text": "", + "type": 1, + "order": 3791, + "group": 7, + "subgroup": 68, + "version": 12 + }, + { + "annotation": "鼓", + "hexcode": "1F941", + "tags": [ + "音乐", + "鼓声", + "鼓槌" + ], + "emoji": "🥁", + "text": "", + "type": 1, + "order": 3792, + "group": 7, + "subgroup": 68, + "version": 3 + }, + { + "annotation": "长鼓", + "hexcode": "1FA98", + "tags": [ + "康加鼓", + "敲", + "节奏", + "鼓" + ], + "emoji": "🪘", + "text": "", + "type": 1, + "order": 3793, + "group": 7, + "subgroup": 68, + "version": 13 + }, + { + "annotation": "手机", + "hexcode": "1F4F1", + "tags": [ + "手提电话", + "智能手机", + "电话", + "移动" + ], + "emoji": "📱", + "text": "", + "type": 1, + "order": 3794, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "带有箭头的手机", + "hexcode": "1F4F2", + "tags": [ + "手机", + "接收", + "智能手机", + "来电" + ], + "emoji": "📲", + "text": "", + "type": 1, + "order": 3795, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "电话", + "hexcode": "260E", + "tags": [ + "固定电话", + "固话", + "座机" + ], + "emoji": "☎️", + "text": "☎︎", + "type": 0, + "order": 3797, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "电话听筒", + "hexcode": "1F4DE", + "tags": [ + "固定电话", + "固话", + "座机", + "电话" + ], + "emoji": "📞", + "text": "", + "type": 1, + "order": 3798, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "寻呼机", + "hexcode": "1F4DF", + "tags": [ + "bb 机", + "传呼机", + "呼机" + ], + "emoji": "📟️", + "text": "📟︎", + "type": 1, + "order": 3799, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "传真机", + "hexcode": "1F4E0", + "tags": [ + "传真", + "传真号", + "发传真" + ], + "emoji": "📠", + "text": "", + "type": 1, + "order": 3800, + "group": 7, + "subgroup": 69, + "version": 0.6 + }, + { + "annotation": "电池", + "hexcode": "1F50B", + "tags": [ + "正极", + "电极", + "电源", + "蓄电池", + "负极" + ], + "emoji": "🔋", + "text": "", + "type": 1, + "order": 3801, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "电源插头", + "hexcode": "1F50C", + "tags": [ + "插头", + "电插头", + "电源", + "电线" + ], + "emoji": "🔌", + "text": "", + "type": 1, + "order": 3802, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "笔记本电脑", + "hexcode": "1F4BB", + "tags": [ + "pc", + "个人电脑", + "手提电脑", + "电脑" + ], + "emoji": "💻️", + "text": "💻︎", + "type": 1, + "order": 3803, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "台式电脑", + "hexcode": "1F5A5", + "tags": [ + "pc", + "个人电脑", + "显示器", + "显示屏", + "计算机" + ], + "emoji": "🖥️", + "text": "🖥︎", + "type": 0, + "order": 3805, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "打印机", + "hexcode": "1F5A8", + "tags": [ + "印刷机", + "喷墨打印", + "复印", + "扫描", + "激光打印" + ], + "emoji": "🖨️", + "text": "🖨︎", + "type": 0, + "order": 3807, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "键盘", + "hexcode": "2328", + "tags": [ + "打字", + "按键", + "电脑", + "输入" + ], + "emoji": "⌨️", + "text": "⌨︎", + "type": 0, + "order": 3809, + "group": 7, + "subgroup": 70, + "version": 1 + }, + { + "annotation": "电脑鼠标", + "hexcode": "1F5B1", + "tags": [ + "有线鼠标", + "激光鼠标", + "点击", + "点按", + "电脑" + ], + "emoji": "🖱️", + "text": "🖱︎", + "type": 0, + "order": 3811, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "轨迹球", + "hexcode": "1F5B2", + "tags": [ + "有线鼠标", + "电脑", + "追踪球", + "鼠标" + ], + "emoji": "🖲️", + "text": "🖲︎", + "type": 0, + "order": 3813, + "group": 7, + "subgroup": 70, + "version": 0.7 + }, + { + "annotation": "电脑光盘", + "hexcode": "1F4BD", + "tags": [ + "minidisk", + "mini光盘", + "光盘", + "迷你光碟", + "迷你唱片" + ], + "emoji": "💽", + "text": "", + "type": 1, + "order": 3814, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "软盘", + "hexcode": "1F4BE", + "tags": [ + "3.5英寸", + "便携", + "存储", + "磁盘" + ], + "emoji": "💾", + "text": "", + "type": 1, + "order": 3815, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "光盘", + "hexcode": "1F4BF", + "tags": [ + "cd", + "专辑", + "存储", + "影片", + "音乐" + ], + "emoji": "💿️", + "text": "💿︎", + "type": 1, + "order": 3816, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "DVD", + "hexcode": "1F4C0", + "tags": [ + "dvd", + "光盘", + "光碟", + "影片", + "音乐" + ], + "emoji": "📀", + "text": "", + "type": 1, + "order": 3817, + "group": 7, + "subgroup": 70, + "version": 0.6 + }, + { + "annotation": "算盘", + "hexcode": "1F9EE", + "tags": [ + "计算" + ], + "emoji": "🧮", + "text": "", + "type": 1, + "order": 3818, + "group": 7, + "subgroup": 70, + "version": 11 + }, + { + "annotation": "电影摄影机", + "hexcode": "1F3A5", + "tags": [ + "摄像机", + "摄录机", + "摄影", + "摄影机", + "电影" + ], + "emoji": "🎥", + "text": "", + "type": 1, + "order": 3819, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "影片帧", + "hexcode": "1F39E", + "tags": [ + "帧", + "电影", + "电影胶片", + "胶卷", + "胶片" + ], + "emoji": "🎞️", + "text": "🎞︎", + "type": 0, + "order": 3821, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "电影放映机", + "hexcode": "1F4FD", + "tags": [ + "影片", + "投影仪", + "放映机", + "电影", + "视频" + ], + "emoji": "📽️", + "text": "📽︎", + "type": 0, + "order": 3823, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "场记板", + "hexcode": "1F3AC", + "tags": [ + "场记", + "打板", + "拍电影" + ], + "emoji": "🎬️", + "text": "🎬︎", + "type": 1, + "order": 3824, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "电视机", + "hexcode": "1F4FA", + "tags": [ + "电视", + "看电视", + "节目", + "视频" + ], + "emoji": "📺️", + "text": "📺︎", + "type": 1, + "order": 3825, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "相机", + "hexcode": "1F4F7", + "tags": [ + "卡片相机", + "拍照", + "摄影", + "照片", + "照相机" + ], + "emoji": "📷️", + "text": "📷︎", + "type": 1, + "order": 3826, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "开闪光灯的相机", + "hexcode": "1F4F8", + "tags": [ + "拍照", + "相机", + "闪光灯", + "闪光灯打开" + ], + "emoji": "📸", + "text": "", + "type": 1, + "order": 3827, + "group": 7, + "subgroup": 71, + "version": 1 + }, + { + "annotation": "摄像机", + "hexcode": "1F4F9", + "tags": [ + "录像", + "录影", + "拍摄", + "摄影机", + "视频" + ], + "emoji": "📹️", + "text": "📹︎", + "type": 1, + "order": 3828, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "录像带", + "hexcode": "1F4FC", + "tags": [ + "vhs", + "录影带", + "磁带" + ], + "emoji": "📼", + "text": "", + "type": 1, + "order": 3829, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "左斜的放大镜", + "hexcode": "1F50D", + "tags": [ + "工具", + "搜索", + "放大", + "放大镜", + "查找" + ], + "emoji": "🔍️", + "text": "🔍︎", + "type": 1, + "order": 3830, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "右斜的放大镜", + "hexcode": "1F50E", + "tags": [ + "工具", + "搜索", + "放大", + "放大镜", + "查找" + ], + "emoji": "🔎", + "text": "", + "type": 1, + "order": 3831, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "蜡烛", + "hexcode": "1F56F", + "tags": [ + "光", + "烛光", + "烛火", + "照明", + "燃烧" + ], + "emoji": "🕯️", + "text": "🕯︎", + "type": 0, + "order": 3833, + "group": 7, + "subgroup": 71, + "version": 0.7 + }, + { + "annotation": "灯泡", + "hexcode": "1F4A1", + "tags": [ + "主意", + "想法", + "电灯泡", + "白炽灯" + ], + "emoji": "💡", + "text": "", + "type": 1, + "order": 3834, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "手电筒", + "hexcode": "1F526", + "tags": [ + "光", + "工具", + "手电", + "照明", + "电筒" + ], + "emoji": "🔦", + "text": "", + "type": 1, + "order": 3835, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "红灯笼", + "hexcode": "1F3EE", + "tags": [ + "光", + "喜庆", + "灯笼", + "节日" + ], + "emoji": "🏮", + "text": "", + "type": 1, + "order": 3836, + "group": 7, + "subgroup": 71, + "version": 0.6 + }, + { + "annotation": "印度油灯", + "hexcode": "1FA94", + "tags": [ + "排灯节", + "æ²¹", + "灯", + "迪亚" + ], + "emoji": "🪔", + "text": "", + "type": 1, + "order": 3837, + "group": 7, + "subgroup": 71, + "version": 12 + }, + { + "annotation": "精装笔记本", + "hexcode": "1F4D4", + "tags": [ + "封面", + "本子", + "笔记", + "笔记本", + "记录" + ], + "emoji": "📔", + "text": "", + "type": 1, + "order": 3838, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "合上的书本", + "hexcode": "1F4D5", + "tags": [ + "书", + "书本", + "合上" + ], + "emoji": "📕", + "text": "", + "type": 1, + "order": 3839, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "打开的书本", + "hexcode": "1F4D6", + "tags": [ + "书", + "书本", + "打开", + "读书", + "阅读" + ], + "emoji": "📖", + "text": "", + "type": 1, + "order": 3840, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "绿色书本", + "hexcode": "1F4D7", + "tags": [ + "书", + "书本", + "绿", + "绿色" + ], + "emoji": "📗", + "text": "", + "type": 1, + "order": 3841, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "蓝色书本", + "hexcode": "1F4D8", + "tags": [ + "书", + "书本", + "篮", + "蓝色" + ], + "emoji": "📘", + "text": "", + "type": 1, + "order": 3842, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "橙色书本", + "hexcode": "1F4D9", + "tags": [ + "书", + "书本", + "橙色" + ], + "emoji": "📙", + "text": "", + "type": 1, + "order": 3843, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "书", + "hexcode": "1F4DA", + "tags": [ + "书本", + "书籍", + "图书", + "学习" + ], + "emoji": "📚️", + "text": "📚︎", + "type": 1, + "order": 3844, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "笔记本", + "hexcode": "1F4D3", + "tags": [ + "日记本", + "本子", + "笔记", + "记事本", + "记录" + ], + "emoji": "📓", + "text": "", + "type": 1, + "order": 3845, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "账本", + "hexcode": "1F4D2", + "tags": [ + "笔记本", + "记事本", + "è®°è´¦", + "账簿" + ], + "emoji": "📒", + "text": "", + "type": 1, + "order": 3846, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "带卷边的页面", + "hexcode": "1F4C3", + "tags": [ + "卷边", + "文书", + "文件", + "文档" + ], + "emoji": "📃", + "text": "", + "type": 1, + "order": 3847, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "卷轴", + "hexcode": "1F4DC", + "tags": [ + "画卷", + "纸", + "纸卷", + "羊皮纸" + ], + "emoji": "📜", + "text": "", + "type": 1, + "order": 3848, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "文件", + "hexcode": "1F4C4", + "tags": [ + "文书", + "文档" + ], + "emoji": "📄", + "text": "", + "type": 1, + "order": 3849, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "报纸", + "hexcode": "1F4F0", + "tags": [ + "报道", + "新闻", + "看报", + "读报" + ], + "emoji": "📰", + "text": "", + "type": 1, + "order": 3850, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "报纸卷", + "hexcode": "1F5DE", + "tags": [ + "卷起", + "卷起的报纸", + "报纸", + "新闻", + "纸" + ], + "emoji": "🗞️", + "text": "🗞︎", + "type": 0, + "order": 3852, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "标签页", + "hexcode": "1F4D1", + "tags": [ + "书签", + "有书签的页面" + ], + "emoji": "📑", + "text": "", + "type": 1, + "order": 3853, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "书签", + "hexcode": "1F516", + "tags": [ + "标签", + "读书", + "阅读" + ], + "emoji": "🔖", + "text": "", + "type": 1, + "order": 3854, + "group": 7, + "subgroup": 72, + "version": 0.6 + }, + { + "annotation": "标签", + "hexcode": "1F3F7", + "tags": [ + "吊牌", + "标记", + "行李牌" + ], + "emoji": "🏷️", + "text": "🏷︎", + "type": 0, + "order": 3856, + "group": 7, + "subgroup": 72, + "version": 0.7 + }, + { + "annotation": "钱袋", + "hexcode": "1F4B0", + "tags": [ + "美元", + "钱", + "钱包" + ], + "emoji": "💰️", + "text": "💰︎", + "type": 1, + "order": 3857, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "硬币", + "hexcode": "1FA99", + "tags": [ + "财富", + "金", + "金属", + "钱", + "银" + ], + "emoji": "🪙", + "text": "", + "type": 1, + "order": 3858, + "group": 7, + "subgroup": 73, + "version": 13 + }, + { + "annotation": "日元", + "hexcode": "1F4B4", + "tags": [ + "现金", + "货币", + "钞票", + "钱" + ], + "emoji": "💴", + "text": "", + "type": 1, + "order": 3859, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "美元", + "hexcode": "1F4B5", + "tags": [ + "现金", + "纸币", + "货币", + "钱" + ], + "emoji": "💵", + "text": "", + "type": 1, + "order": 3860, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "欧元", + "hexcode": "1F4B6", + "tags": [ + "现金", + "货币", + "钞票", + "钱" + ], + "emoji": "💶", + "text": "", + "type": 1, + "order": 3861, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "英镑", + "hexcode": "1F4B7", + "tags": [ + "现金", + "货币", + "钞票", + "钱" + ], + "emoji": "💷", + "text": "", + "type": 1, + "order": 3862, + "group": 7, + "subgroup": 73, + "version": 1 + }, + { + "annotation": "长翅膀的钱", + "hexcode": "1F4B8", + "tags": [ + "纸币", + "翅膀", + "花钱", + "钱" + ], + "emoji": "💸", + "text": "", + "type": 1, + "order": 3863, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "信用卡", + "hexcode": "1F4B3", + "tags": [ + "借记卡", + "刷卡", + "卡", + "贷记卡", + "银行卡" + ], + "emoji": "💳️", + "text": "💳︎", + "type": 1, + "order": 3864, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "收据", + "hexcode": "1F9FE", + "tags": [ + "凭据", + "发票", + "è®°è´¦", + "证明", + "账单" + ], + "emoji": "🧾", + "text": "", + "type": 1, + "order": 3865, + "group": 7, + "subgroup": 73, + "version": 11 + }, + { + "annotation": "趋势向上且带有日元符号的图表", + "hexcode": "1F4B9", + "tags": [ + "上扬", + "上涨", + "日元汇率", + "货币升值图表", + "走势" + ], + "emoji": "💹", + "text": "", + "type": 1, + "order": 3866, + "group": 7, + "subgroup": 73, + "version": 0.6 + }, + { + "annotation": "信封", + "hexcode": "2709", + "tags": [ + "ä¿¡ä»¶", + "信息", + "来信", + "邮件" + ], + "emoji": "✉️", + "text": "✉︎", + "type": 0, + "order": 3868, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "电子邮件", + "hexcode": "1F4E7", + "tags": [ + "信封", + "邮件" + ], + "emoji": "📧", + "text": "", + "type": 1, + "order": 3869, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "来信", + "hexcode": "1F4E8", + "tags": [ + "接收", + "收信", + "收到来信", + "收到邮件", + "电子邮件" + ], + "emoji": "📨", + "text": "", + "type": 1, + "order": 3870, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "收邮件", + "hexcode": "1F4E9", + "tags": [ + "ä¿¡ä»¶", + "信封", + "发信", + "发出", + "发送", + "发邮件", + "邮件" + ], + "emoji": "📩", + "text": "", + "type": 1, + "order": 3871, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "发件箱", + "hexcode": "1F4E4", + "tags": [ + "ä¿¡ä»¶", + "发信", + "发送", + "发邮件", + "邮件" + ], + "emoji": "📤️", + "text": "📤︎", + "type": 1, + "order": 3872, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "收件箱", + "hexcode": "1F4E5", + "tags": [ + "ä¿¡ä»¶", + "接收", + "收信", + "收到邮件", + "邮件" + ], + "emoji": "📥️", + "text": "📥︎", + "type": 1, + "order": 3873, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "包裹", + "hexcode": "1F4E6", + "tags": [ + "快递", + "盒子", + "箱子", + "装货", + "运送" + ], + "emoji": "📦️", + "text": "📦︎", + "type": 1, + "order": 3874, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "有待收信件", + "hexcode": "1F4EB", + "tags": [ + "ä¿¡ç®±", + "旗标", + "有新信件" + ], + "emoji": "📫️", + "text": "📫︎", + "type": 1, + "order": 3875, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "无待收信件", + "hexcode": "1F4EA", + "tags": [ + "ä¿¡ç®±", + "旗标", + "无新信件" + ], + "emoji": "📪️", + "text": "📪︎", + "type": 1, + "order": 3876, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "有新信件", + "hexcode": "1F4EC", + "tags": [ + "ä¿¡ç®±", + "打开", + "旗标", + "有待收信件" + ], + "emoji": "📬️", + "text": "📬︎", + "type": 1, + "order": 3877, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "无新信件", + "hexcode": "1F4ED", + "tags": [ + "ä¿¡ç®±", + "旗标", + "无待收信件" + ], + "emoji": "📭️", + "text": "📭︎", + "type": 1, + "order": 3878, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "邮筒", + "hexcode": "1F4EE", + "tags": [ + "ä¿¡", + "寄信", + "邮箱" + ], + "emoji": "📮", + "text": "", + "type": 1, + "order": 3879, + "group": 7, + "subgroup": 74, + "version": 0.6 + }, + { + "annotation": "投票箱", + "hexcode": "1F5F3", + "tags": [ + "投票", + "选举", + "选票" + ], + "emoji": "🗳️", + "text": "🗳︎", + "type": 0, + "order": 3881, + "group": 7, + "subgroup": 74, + "version": 0.7 + }, + { + "annotation": "铅笔", + "hexcode": "270F", + "tags": [ + "橡皮", + "橡皮擦", + "画画", + "画笔", + "笔", + "绘画" + ], + "emoji": "✏️", + "text": "✏︎", + "type": 0, + "order": 3883, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "钢笔尖", + "hexcode": "2712", + "tags": [ + "写字", + "硬笔", + "笔尖", + "钢笔" + ], + "emoji": "✒️", + "text": "✒︎", + "type": 0, + "order": 3885, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "钢笔", + "hexcode": "1F58B", + "tags": [ + "写字", + "硬笔", + "笔" + ], + "emoji": "🖋️", + "text": "🖋︎", + "type": 0, + "order": 3887, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "笔", + "hexcode": "1F58A", + "tags": [ + "原子笔", + "圆珠笔", + "油笔" + ], + "emoji": "🖊️", + "text": "🖊︎", + "type": 0, + "order": 3889, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "画笔", + "hexcode": "1F58C", + "tags": [ + "刷", + "毛笔", + "画刷", + "笔刷" + ], + "emoji": "🖌️", + "text": "🖌︎", + "type": 0, + "order": 3891, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "蜡笔", + "hexcode": "1F58D", + "tags": [ + "油画棒", + "画棒" + ], + "emoji": "🖍️", + "text": "🖍︎", + "type": 0, + "order": 3893, + "group": 7, + "subgroup": 75, + "version": 0.7 + }, + { + "annotation": "备忘录", + "hexcode": "1F4DD", + "tags": [ + "便条", + "便条簿", + "便笺" + ], + "emoji": "📝", + "text": "", + "type": 1, + "order": 3894, + "group": 7, + "subgroup": 75, + "version": 0.6 + }, + { + "annotation": "公文包", + "hexcode": "1F4BC", + "tags": [ + "公事包", + "包", + "手提包" + ], + "emoji": "💼", + "text": "", + "type": 1, + "order": 3895, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "文件夹", + "hexcode": "1F4C1", + "tags": [ + "办公", + "文件", + "文具", + "硬纸夹" + ], + "emoji": "📁", + "text": "", + "type": 1, + "order": 3896, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "打开的文件夹", + "hexcode": "1F4C2", + "tags": [ + "办公", + "打开", + "文件", + "文具" + ], + "emoji": "📂", + "text": "", + "type": 1, + "order": 3897, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "索引分隔文件夹", + "hexcode": "1F5C2", + "tags": [ + "分隔", + "文件夹", + "索引" + ], + "emoji": "🗂️", + "text": "🗂︎", + "type": 0, + "order": 3899, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "日历", + "hexcode": "1F4C5", + "tags": [ + "日期" + ], + "emoji": "📅", + "text": "", + "type": 1, + "order": 3900, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "手撕日历", + "hexcode": "1F4C6", + "tags": [ + "日历", + "日期" + ], + "emoji": "📆", + "text": "", + "type": 1, + "order": 3901, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "线圈本", + "hexcode": "1F5D2", + "tags": [ + "文具", + "笔记本", + "记事本" + ], + "emoji": "🗒️", + "text": "🗒︎", + "type": 0, + "order": 3903, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "线圈日历", + "hexcode": "1F5D3", + "tags": [ + "日历", + "日期", + "线圈" + ], + "emoji": "🗓️", + "text": "🗓︎", + "type": 0, + "order": 3905, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "卡片索引", + "hexcode": "1F4C7", + "tags": [ + "卡片", + "卡牌索引", + "目录", + "索引" + ], + "emoji": "📇", + "text": "", + "type": 1, + "order": 3906, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "趋势向上的图表", + "hexcode": "1F4C8", + "tags": [ + "上升", + "上涨", + "上涨图表", + "向上", + "图表" + ], + "emoji": "📈", + "text": "", + "type": 1, + "order": 3907, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "趋势向下的图表", + "hexcode": "1F4C9", + "tags": [ + "下跌", + "下跌图表", + "下降", + "向下", + "图表" + ], + "emoji": "📉", + "text": "", + "type": 1, + "order": 3908, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "条形图", + "hexcode": "1F4CA", + "tags": [ + "图表", + "柱形图", + "直方图" + ], + "emoji": "📊", + "text": "", + "type": 1, + "order": 3909, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "剪贴板", + "hexcode": "1F4CB", + "tags": [ + "写字板", + "剪贴簿", + "夹子", + "纸张" + ], + "emoji": "📋️", + "text": "📋︎", + "type": 1, + "order": 3910, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "图钉", + "hexcode": "1F4CC", + "tags": [ + "固定", + "按钉" + ], + "emoji": "📌", + "text": "", + "type": 1, + "order": 3911, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "圆图钉", + "hexcode": "1F4CD", + "tags": [ + "固定", + "图钉" + ], + "emoji": "📍", + "text": "", + "type": 1, + "order": 3912, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "回形针", + "hexcode": "1F4CE", + "tags": [ + "万字夹", + "回纹针", + "曲别针", + "纸夹" + ], + "emoji": "📎", + "text": "", + "type": 1, + "order": 3913, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "连起来的两个回形针", + "hexcode": "1F587", + "tags": [ + "万字夹", + "回形针", + "回纹针", + "曲别针", + "纸夹" + ], + "emoji": "🖇️", + "text": "🖇︎", + "type": 0, + "order": 3915, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "直尺", + "hexcode": "1F4CF", + "tags": [ + "å°º", + "尺子", + "文具", + "测量", + "长度" + ], + "emoji": "📏", + "text": "", + "type": 1, + "order": 3916, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "三角尺", + "hexcode": "1F4D0", + "tags": [ + "三角", + "å°º", + "文具", + "测量", + "角度" + ], + "emoji": "📐", + "text": "", + "type": 1, + "order": 3917, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "剪刀", + "hexcode": "2702", + "tags": [ + "修剪", + "剪", + "剪子", + "剪裁", + "工具" + ], + "emoji": "✂️", + "text": "✂︎", + "type": 0, + "order": 3919, + "group": 7, + "subgroup": 76, + "version": 0.6 + }, + { + "annotation": "卡片盒", + "hexcode": "1F5C3", + "tags": [ + "存档", + "标签", + "档案", + "ç®±", + "索引" + ], + "emoji": "🗃️", + "text": "🗃︎", + "type": 0, + "order": 3921, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "文件柜", + "hexcode": "1F5C4", + "tags": [ + "存档", + "归档", + "收纳", + "柜", + "档案" + ], + "emoji": "🗄️", + "text": "🗄︎", + "type": 0, + "order": 3923, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "垃圾桶", + "hexcode": "1F5D1", + "tags": [ + "垃圾", + "垃圾篓", + "废纸篓" + ], + "emoji": "🗑️", + "text": "🗑︎", + "type": 0, + "order": 3925, + "group": 7, + "subgroup": 76, + "version": 0.7 + }, + { + "annotation": "合上的锁", + "hexcode": "1F512", + "tags": [ + "上锁", + "锁", + "锁住", + "锁定" + ], + "emoji": "🔒️", + "text": "🔒︎", + "type": 1, + "order": 3926, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "打开的锁", + "hexcode": "1F513", + "tags": [ + "取消锁定", + "开锁", + "解锁", + "锁" + ], + "emoji": "🔓️", + "text": "🔓︎", + "type": 1, + "order": 3927, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "墨水笔和锁", + "hexcode": "1F50F", + "tags": [ + "笔", + "笔尖", + "钢笔", + "锁", + "隐私" + ], + "emoji": "🔏", + "text": "", + "type": 1, + "order": 3928, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "钥匙和锁", + "hexcode": "1F510", + "tags": [ + "安全", + "钥匙", + "锁", + "锁上" + ], + "emoji": "🔐", + "text": "", + "type": 1, + "order": 3929, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "钥匙", + "hexcode": "1F511", + "tags": [ + "密码", + "密钥", + "开锁", + "解锁" + ], + "emoji": "🔑", + "text": "", + "type": 1, + "order": 3930, + "group": 7, + "subgroup": 77, + "version": 0.6 + }, + { + "annotation": "老式钥匙", + "hexcode": "1F5DD", + "tags": [ + "古老的钥匙", + "旧钥匙", + "钥匙" + ], + "emoji": "🗝️", + "text": "🗝︎", + "type": 0, + "order": 3932, + "group": 7, + "subgroup": 77, + "version": 0.7 + }, + { + "annotation": "锤子", + "hexcode": "1F528", + "tags": [ + "工具", + "敲", + "施工", + "ç ¸", + "铁锤" + ], + "emoji": "🔨", + "text": "", + "type": 1, + "order": 3933, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "斧头", + "hexcode": "1FA93", + "tags": [ + "切", + "劈", + "木头", + "砍" + ], + "emoji": "🪓", + "text": "", + "type": 1, + "order": 3934, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "铁镐", + "hexcode": "26CF", + "tags": [ + "工具", + "挖掘", + "采矿", + "锄头", + "鹤嘴锄" + ], + "emoji": "⛏️", + "text": "⛏︎", + "type": 0, + "order": 3936, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "锤子与镐", + "hexcode": "2692", + "tags": [ + "工具", + "铁锤", + "铁镐", + "锤子", + "镐子" + ], + "emoji": "⚒️", + "text": "⚒︎", + "type": 0, + "order": 3938, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "锤子与扳手", + "hexcode": "1F6E0", + "tags": [ + "工具", + "扳手", + "铁锤", + "锤子" + ], + "emoji": "🛠️", + "text": "🛠︎", + "type": 0, + "order": 3940, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "匕首", + "hexcode": "1F5E1", + "tags": [ + "武器", + "短刀" + ], + "emoji": "🗡️", + "text": "🗡︎", + "type": 0, + "order": 3942, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "交叉放置的剑", + "hexcode": "2694", + "tags": [ + "交叉", + "剑", + "双剑" + ], + "emoji": "⚔️", + "text": "⚔︎", + "type": 0, + "order": 3944, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "水枪", + "hexcode": "1F52B", + "tags": [ + "工具", + "左轮", + "手枪", + "枪", + "武器" + ], + "emoji": "🔫", + "text": "", + "type": 1, + "order": 3945, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "回旋镖", + "hexcode": "1FA83", + "tags": [ + "反弹", + "回弹", + "澳大利亚" + ], + "emoji": "🪃", + "text": "", + "type": 1, + "order": 3946, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "弓和箭", + "hexcode": "1F3F9", + "tags": [ + "射手", + "射箭", + "弓", + "ç®­" + ], + "emoji": "🏹", + "text": "", + "type": 1, + "order": 3947, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "盾牌", + "hexcode": "1F6E1", + "tags": [ + "武器", + "盾", + "防御" + ], + "emoji": "🛡️", + "text": "🛡︎", + "type": 0, + "order": 3949, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "木工锯", + "hexcode": "1FA9A", + "tags": [ + "工具", + "木匠", + "木材", + "锯" + ], + "emoji": "🪚", + "text": "", + "type": 1, + "order": 3950, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "扳手", + "hexcode": "1F527", + "tags": [ + "工具", + "螺丝扳手" + ], + "emoji": "🔧", + "text": "", + "type": 1, + "order": 3951, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "螺丝刀", + "hexcode": "1FA9B", + "tags": [ + "工具", + "螺丝" + ], + "emoji": "🪛", + "text": "", + "type": 1, + "order": 3952, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "螺母与螺栓", + "hexcode": "1F529", + "tags": [ + "工具", + "螺丝", + "螺帽", + "螺栓", + "螺母" + ], + "emoji": "🔩", + "text": "", + "type": 1, + "order": 3953, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "齿轮", + "hexcode": "2699", + "tags": [ + "传动", + "工具", + "机械", + "零件" + ], + "emoji": "⚙️", + "text": "⚙︎", + "type": 0, + "order": 3955, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "夹钳", + "hexcode": "1F5DC", + "tags": [ + "夹具", + "工具", + "机械", + "紧固" + ], + "emoji": "🗜️", + "text": "🗜︎", + "type": 0, + "order": 3957, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "天平", + "hexcode": "2696", + "tags": [ + "公平", + "公正", + "正义", + "法律" + ], + "emoji": "⚖️", + "text": "⚖︎", + "type": 0, + "order": 3959, + "group": 7, + "subgroup": 78, + "version": 1 + }, + { + "annotation": "盲杖", + "hexcode": "1F9AF", + "tags": [ + "拐杖", + "无障碍", + "盲" + ], + "emoji": "🦯", + "text": "", + "type": 1, + "order": 3960, + "group": 7, + "subgroup": 78, + "version": 12 + }, + { + "annotation": "链接", + "hexcode": "1F517", + "tags": [ + "网址", + "链条", + "锁链" + ], + "emoji": "🔗", + "text": "", + "type": 1, + "order": 3961, + "group": 7, + "subgroup": 78, + "version": 0.6 + }, + { + "annotation": "链条", + "hexcode": "26D3", + "tags": [ + "铁链", + "链", + "锁链" + ], + "emoji": "⛓️", + "text": "⛓︎", + "type": 0, + "order": 3963, + "group": 7, + "subgroup": 78, + "version": 0.7 + }, + { + "annotation": "挂钩", + "hexcode": "1FA9D", + "tags": [ + "卖点", + "抓", + "曲线", + "钩状物" + ], + "emoji": "🪝", + "text": "", + "type": 1, + "order": 3964, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "工具箱", + "hexcode": "1F9F0", + "tags": [ + "工具", + "机修", + "箱子" + ], + "emoji": "🧰", + "text": "", + "type": 1, + "order": 3965, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "磁铁", + "hexcode": "1F9F2", + "tags": [ + "吸引力", + "磁性", + "马蹄铁" + ], + "emoji": "🧲", + "text": "", + "type": 1, + "order": 3966, + "group": 7, + "subgroup": 78, + "version": 11 + }, + { + "annotation": "梯子", + "hexcode": "1FA9C", + "tags": [ + "台阶", + "梯级", + "横档", + "爬" + ], + "emoji": "🪜", + "text": "", + "type": 1, + "order": 3967, + "group": 7, + "subgroup": 78, + "version": 13 + }, + { + "annotation": "蒸馏器", + "hexcode": "2697", + "tags": [ + "净化", + "化学", + "实验", + "工具" + ], + "emoji": "⚗️", + "text": "⚗︎", + "type": 0, + "order": 3969, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "试管", + "hexcode": "1F9EA", + "tags": [ + "化学", + "化学家", + "实验", + "实验室", + "科学" + ], + "emoji": "🧪", + "text": "", + "type": 1, + "order": 3970, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "培养皿", + "hexcode": "1F9EB", + "tags": [ + "培养", + "实验室", + "生物学", + "生物学家", + "细菌" + ], + "emoji": "🧫", + "text": "", + "type": 1, + "order": 3971, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "DNA", + "hexcode": "1F9EC", + "tags": [ + "dna", + "基因", + "生命", + "生物学家", + "进化", + "遗传学" + ], + "emoji": "🧬", + "text": "", + "type": 1, + "order": 3972, + "group": 7, + "subgroup": 79, + "version": 11 + }, + { + "annotation": "显微镜", + "hexcode": "1F52C", + "tags": [ + "实验", + "工具", + "生物", + "科学", + "细胞" + ], + "emoji": "🔬", + "text": "", + "type": 1, + "order": 3973, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "望远镜", + "hexcode": "1F52D", + "tags": [ + "天体", + "天文", + "天文学", + "工具", + "观星" + ], + "emoji": "🔭", + "text": "", + "type": 1, + "order": 3974, + "group": 7, + "subgroup": 79, + "version": 1 + }, + { + "annotation": "卫星天线", + "hexcode": "1F4E1", + "tags": [ + "信号接收", + "卫星", + "卫星接收天线", + "卫星碟形天线", + "天线" + ], + "emoji": "📡", + "text": "", + "type": 1, + "order": 3975, + "group": 7, + "subgroup": 79, + "version": 0.6 + }, + { + "annotation": "注射器", + "hexcode": "1F489", + "tags": [ + "医学", + "打针", + "治疗", + "针头", + "针筒" + ], + "emoji": "💉", + "text": "", + "type": 1, + "order": 3976, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "血滴", + "hexcode": "1FA78", + "tags": [ + "医疗", + "月经", + "献血", + "经血", + "输血" + ], + "emoji": "🩸", + "text": "", + "type": 1, + "order": 3977, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "药丸", + "hexcode": "1F48A", + "tags": [ + "吃药", + "治疗", + "药", + "药物" + ], + "emoji": "💊", + "text": "", + "type": 1, + "order": 3978, + "group": 7, + "subgroup": 80, + "version": 0.6 + }, + { + "annotation": "创可贴", + "hexcode": "1FA79", + "tags": [ + "okç»·", + "伤口", + "绷带", + "胶布" + ], + "emoji": "🩹", + "text": "", + "type": 1, + "order": 3979, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "听诊器", + "hexcode": "1FA7A", + "tags": [ + "医生", + "医疗", + "心脏", + "心跳", + "诊断" + ], + "emoji": "🩺", + "text": "", + "type": 1, + "order": 3980, + "group": 7, + "subgroup": 80, + "version": 12 + }, + { + "annotation": "门", + "hexcode": "1F6AA", + "tags": [ + "出入口", + "大门", + "屋门", + "房门", + "房间" + ], + "emoji": "🚪", + "text": "", + "type": 1, + "order": 3981, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "电梯", + "hexcode": "1F6D7", + "tags": [ + "升降机", + "可达性" + ], + "emoji": "🛗", + "text": "", + "type": 1, + "order": 3982, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "镜子", + "hexcode": "1FA9E", + "tags": [ + "反射", + "反射镜", + "窥镜" + ], + "emoji": "🪞", + "text": "", + "type": 1, + "order": 3983, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "窗户", + "hexcode": "1FA9F", + "tags": [ + "开窗", + "新鲜空气", + "景色", + "窗框", + "透明" + ], + "emoji": "🪟", + "text": "", + "type": 1, + "order": 3984, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "床", + "hexcode": "1F6CF", + "tags": [ + "宾馆", + "床垫", + "床铺", + "睡眠", + "睡觉" + ], + "emoji": "🛏️", + "text": "🛏︎", + "type": 0, + "order": 3986, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "沙发和灯", + "hexcode": "1F6CB", + "tags": [ + "å®¶", + "沙发", + "灯", + "阅读" + ], + "emoji": "🛋️", + "text": "🛋︎", + "type": 0, + "order": 3988, + "group": 7, + "subgroup": 81, + "version": 0.7 + }, + { + "annotation": "椅子", + "hexcode": "1FA91", + "tags": [ + "坐", + "座位", + "椅背" + ], + "emoji": "🪑", + "text": "", + "type": 1, + "order": 3989, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "马桶", + "hexcode": "1F6BD", + "tags": [ + "wc", + "卫生间", + "厕所", + "洗手间" + ], + "emoji": "🚽", + "text": "", + "type": 1, + "order": 3990, + "group": 7, + "subgroup": 81, + "version": 0.6 + }, + { + "annotation": "活塞", + "hexcode": "1FAA0", + "tags": [ + "吸力", + "水管工", + "马桶" + ], + "emoji": "🪠", + "text": "", + "type": 1, + "order": 3991, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "淋浴", + "hexcode": "1F6BF", + "tags": [ + "喷头", + "喷水", + "æ°´", + "洗澡 花洒" + ], + "emoji": "🚿", + "text": "", + "type": 1, + "order": 3992, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "浴缸", + "hexcode": "1F6C1", + "tags": [ + "沐浴", + "泡沫浴", + "泡澡", + "洗澡", + "澡盆" + ], + "emoji": "🛁", + "text": "", + "type": 1, + "order": 3993, + "group": 7, + "subgroup": 81, + "version": 1 + }, + { + "annotation": "捕鼠器", + "hexcode": "1FAA4", + "tags": [ + "诱饵", + "陷进" + ], + "emoji": "🪤", + "text": "", + "type": 1, + "order": 3994, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "剃须刀", + "hexcode": "1FA92", + "tags": [ + "刀", + "刮", + "毛", + "胡子", + "锋利" + ], + "emoji": "🪒", + "text": "", + "type": 1, + "order": 3995, + "group": 7, + "subgroup": 81, + "version": 12 + }, + { + "annotation": "乳液瓶", + "hexcode": "1F9F4", + "tags": [ + "乳液", + "护肤霜", + "洗发水", + "防晒霜" + ], + "emoji": "🧴", + "text": "", + "type": 1, + "order": 3996, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "安全别针", + "hexcode": "1F9F7", + "tags": [ + "别针", + "扣针" + ], + "emoji": "🧷", + "text": "", + "type": 1, + "order": 3997, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "扫帚", + "hexcode": "1F9F9", + "tags": [ + "女巫", + "打扫", + "扫地" + ], + "emoji": "🧹", + "text": "", + "type": 1, + "order": 3998, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "筐", + "hexcode": "1F9FA", + "tags": [ + "农作", + "脏衣篮", + "野餐" + ], + "emoji": "🧺", + "text": "", + "type": 1, + "order": 3999, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "卷纸", + "hexcode": "1F9FB", + "tags": [ + "卫生纸", + "纸巾" + ], + "emoji": "🧻", + "text": "", + "type": 1, + "order": 4000, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "æ¡¶", + "hexcode": "1FAA3", + "tags": [ + "大桶", + "木桶", + "æ°´æ¡¶", + "缸" + ], + "emoji": "🪣", + "text": "", + "type": 1, + "order": 4001, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "皂", + "hexcode": "1F9FC", + "tags": [ + "杀菌", + "洗手", + "清洁", + "肥皂泡", + "肥皂盒" + ], + "emoji": "🧼", + "text": "", + "type": 1, + "order": 4002, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "牙刷", + "hexcode": "1FAA5", + "tags": [ + "刷", + "卫生", + "情节", + "浴室", + "牙科", + "牙齿" + ], + "emoji": "🪥", + "text": "", + "type": 1, + "order": 4003, + "group": 7, + "subgroup": 81, + "version": 13 + }, + { + "annotation": "海绵", + "hexcode": "1F9FD", + "tags": [ + "吸水", + "清洁", + "渗透" + ], + "emoji": "🧽", + "text": "", + "type": 1, + "order": 4004, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "灭火器", + "hexcode": "1F9EF", + "tags": [ + "火灾", + "灭火" + ], + "emoji": "🧯", + "text": "", + "type": 1, + "order": 4005, + "group": 7, + "subgroup": 81, + "version": 11 + }, + { + "annotation": "购物车", + "hexcode": "1F6D2", + "tags": [ + "手推车", + "采购" + ], + "emoji": "🛒", + "text": "", + "type": 1, + "order": 4006, + "group": 7, + "subgroup": 81, + "version": 3 + }, + { + "annotation": "香烟", + "hexcode": "1F6AC", + "tags": [ + "卷烟", + "吸烟", + "抽烟", + "烟", + "烟草" + ], + "emoji": "🚬", + "text": "", + "type": 1, + "order": 4007, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "棺材", + "hexcode": "26B0", + "tags": [ + "埋葬", + "死亡", + "灵柩", + "葬礼", + "陵墓" + ], + "emoji": "⚰️", + "text": "⚰︎", + "type": 0, + "order": 4009, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "墓碑", + "hexcode": "1FAA6", + "tags": [ + "公墓", + "墓园", + "墓地" + ], + "emoji": "🪦", + "text": "", + "type": 1, + "order": 4010, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "骨灰缸", + "hexcode": "26B1", + "tags": [ + "瓮", + "缸", + "葬礼" + ], + "emoji": "⚱️", + "text": "⚱︎", + "type": 0, + "order": 4012, + "group": 7, + "subgroup": 82, + "version": 1 + }, + { + "annotation": "摩埃", + "hexcode": "1F5FF", + "tags": [ + "复活岛", + "复活节岛", + "复活节岛石像", + "摩艾", + "摩艾石像", + "毛埃" + ], + "emoji": "🗿", + "text": "", + "type": 1, + "order": 4013, + "group": 7, + "subgroup": 82, + "version": 0.6 + }, + { + "annotation": "标语牌", + "hexcode": "1FAA7", + "tags": [ + "布告", + "标志", + "海报", + "示威", + "纠察队标语牌", + "警戒哨" + ], + "emoji": "🪧", + "text": "", + "type": 1, + "order": 4014, + "group": 7, + "subgroup": 82, + "version": 13 + }, + { + "annotation": "取款机", + "hexcode": "1F3E7", + "tags": [ + "柜员机", + "标识", + "银行" + ], + "emoji": "🏧", + "text": "", + "type": 1, + "order": 4015, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "倒垃圾", + "hexcode": "1F6AE", + "tags": [ + "垃圾丢弃处", + "垃圾入篓" + ], + "emoji": "🚮", + "text": "", + "type": 1, + "order": 4016, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "饮用水", + "hexcode": "1F6B0", + "tags": [ + "喝水", + "接水", + "æ°´", + "水龙头" + ], + "emoji": "🚰", + "text": "", + "type": 1, + "order": 4017, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "轮椅标识", + "hexcode": "267F", + "tags": [ + "无障碍", + "残疾", + "残障", + "轮椅", + "轮椅符号" + ], + "emoji": "♿️", + "text": "♿︎", + "type": 1, + "order": 4018, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "男厕", + "hexcode": "1F6B9", + "tags": [ + "卫生间", + "厕所", + "洗手间", + "男士" + ], + "emoji": "🚹️", + "text": "🚹︎", + "type": 1, + "order": 4019, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "女厕", + "hexcode": "1F6BA", + "tags": [ + "卫生间", + "厕所", + "女士", + "洗手间" + ], + "emoji": "🚺️", + "text": "🚺︎", + "type": 1, + "order": 4020, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "卫生间", + "hexcode": "1F6BB", + "tags": [ + "厕所", + "洗手间" + ], + "emoji": "🚻", + "text": "", + "type": 1, + "order": 4021, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "宝宝", + "hexcode": "1F6BC", + "tags": [ + "婴儿", + "母婴室" + ], + "emoji": "🚼️", + "text": "🚼︎", + "type": 1, + "order": 4022, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "厕所", + "hexcode": "1F6BE", + "tags": [ + "卫生间", + "洗手间", + "盥洗室" + ], + "emoji": "🚾", + "text": "", + "type": 1, + "order": 4023, + "group": 8, + "subgroup": 83, + "version": 0.6 + }, + { + "annotation": "护照检查", + "hexcode": "1F6C2", + "tags": [ + "安检", + "检查", + "通行证" + ], + "emoji": "🛂", + "text": "", + "type": 1, + "order": 4024, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "海关", + "hexcode": "1F6C3", + "tags": [ + "海关" + ], + "emoji": "🛃", + "text": "", + "type": 1, + "order": 4025, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "提取行李", + "hexcode": "1F6C4", + "tags": [ + "提取", + "行李" + ], + "emoji": "🛄", + "text": "", + "type": 1, + "order": 4026, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "寄存行李", + "hexcode": "1F6C5", + "tags": [ + "寄存", + "行李" + ], + "emoji": "🛅", + "text": "", + "type": 1, + "order": 4027, + "group": 8, + "subgroup": 83, + "version": 1 + }, + { + "annotation": "警告", + "hexcode": "26A0", + "tags": [ + "警告" + ], + "emoji": "⚠️", + "text": "⚠︎", + "type": 0, + "order": 4029, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "儿童过街", + "hexcode": "1F6B8", + "tags": [ + "交通", + "安全", + "指示牌", + "行人" + ], + "emoji": "🚸", + "text": "", + "type": 1, + "order": 4030, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "禁止通行", + "hexcode": "26D4", + "tags": [ + "交通", + "请勿入内", + "请勿驶入" + ], + "emoji": "⛔️", + "text": "⛔︎", + "type": 1, + "order": 4031, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "禁止", + "hexcode": "1F6AB", + "tags": [ + "不准", + "不许", + "严禁", + "阻止" + ], + "emoji": "🚫", + "text": "", + "type": 1, + "order": 4032, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "禁止自行车", + "hexcode": "1F6B3", + "tags": [ + "严禁", + "交通", + "非机动车" + ], + "emoji": "🚳", + "text": "", + "type": 1, + "order": 4033, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "禁止吸烟", + "hexcode": "1F6AD", + "tags": [ + "严禁", + "抽烟" + ], + "emoji": "🚭️", + "text": "🚭︎", + "type": 1, + "order": 4034, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "禁止乱扔垃圾", + "hexcode": "1F6AF", + "tags": [ + "严禁", + "垃圾" + ], + "emoji": "🚯", + "text": "", + "type": 1, + "order": 4035, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "非饮用水", + "hexcode": "1F6B1", + "tags": [ + "æ°´", + "非直饮水" + ], + "emoji": "🚱", + "text": "", + "type": 1, + "order": 4036, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "禁止行人通行", + "hexcode": "1F6B7", + "tags": [ + "严禁", + "行人" + ], + "emoji": "🚷", + "text": "", + "type": 1, + "order": 4037, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "禁止使用手机", + "hexcode": "1F4F5", + "tags": [ + "严禁", + "电话" + ], + "emoji": "📵", + "text": "", + "type": 1, + "order": 4038, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "18禁", + "hexcode": "1F51E", + "tags": [ + "未成年人不宜", + "禁止" + ], + "emoji": "🔞", + "text": "", + "type": 1, + "order": 4039, + "group": 8, + "subgroup": 84, + "version": 0.6 + }, + { + "annotation": "辐射", + "hexcode": "2622", + "tags": [ + "放射性", + "标识" + ], + "emoji": "☢️", + "text": "☢︎", + "type": 0, + "order": 4041, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "生物危害", + "hexcode": "2623", + "tags": [ + "动物", + "当心感染" + ], + "emoji": "☣️", + "text": "☣︎", + "type": 0, + "order": 4043, + "group": 8, + "subgroup": 84, + "version": 1 + }, + { + "annotation": "向上箭头", + "hexcode": "2B06", + "tags": [ + "北", + "方向", + "标识" + ], + "emoji": "⬆️", + "text": "⬆︎", + "type": 0, + "order": 4045, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "右上箭头", + "hexcode": "2197", + "tags": [ + "东北", + "方向", + "标识" + ], + "emoji": "↗️", + "text": "↗︎", + "type": 0, + "order": 4047, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "向右箭头", + "hexcode": "27A1", + "tags": [ + "东", + "方向", + "标识" + ], + "emoji": "➡️", + "text": "➡︎", + "type": 0, + "order": 4049, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "右下箭头", + "hexcode": "2198", + "tags": [ + "东南", + "方向", + "标识" + ], + "emoji": "↘️", + "text": "↘︎", + "type": 0, + "order": 4051, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "向下箭头", + "hexcode": "2B07", + "tags": [ + "向下", + "基本", + "方位", + "正南", + "箭头" + ], + "emoji": "⬇️", + "text": "⬇︎", + "type": 0, + "order": 4053, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "左下箭头", + "hexcode": "2199", + "tags": [ + "方向", + "标识", + "西南" + ], + "emoji": "↙️", + "text": "↙︎", + "type": 0, + "order": 4055, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "向左箭头", + "hexcode": "2B05", + "tags": [ + "方向", + "标识", + "西" + ], + "emoji": "⬅️", + "text": "⬅︎", + "type": 0, + "order": 4057, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "左上箭头", + "hexcode": "2196", + "tags": [ + "方向", + "标识", + "西北" + ], + "emoji": "↖️", + "text": "↖︎", + "type": 0, + "order": 4059, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "上下箭头", + "hexcode": "2195", + "tags": [ + "上下", + "箭头" + ], + "emoji": "↕️", + "text": "↕︎", + "type": 0, + "order": 4061, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "左右箭头", + "hexcode": "2194", + "tags": [ + "左右", + "箭头" + ], + "emoji": "↔️", + "text": "↔︎", + "type": 0, + "order": 4063, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "右转弯箭头", + "hexcode": "21A9", + "tags": [ + "右转弯", + "向左弯曲的右箭头", + "箭头" + ], + "emoji": "↩️", + "text": "↩︎", + "type": 0, + "order": 4065, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "左转弯箭头", + "hexcode": "21AA", + "tags": [ + "向右弯曲的左箭头", + "左转弯", + "箭头" + ], + "emoji": "↪️", + "text": "↪︎", + "type": 0, + "order": 4067, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "右上弯箭头", + "hexcode": "2934", + "tags": [ + "右上弯", + "向上弯曲的右箭头", + "箭头" + ], + "emoji": "⤴️", + "text": "⤴︎", + "type": 0, + "order": 4069, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "右下弯箭头", + "hexcode": "2935", + "tags": [ + "右下弯", + "向下弯曲的右箭头", + "箭头" + ], + "emoji": "⤵️", + "text": "⤵︎", + "type": 0, + "order": 4071, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "顺时针垂直箭头", + "hexcode": "1F503", + "tags": [ + "方向", + "标识", + "重新载入" + ], + "emoji": "🔃", + "text": "", + "type": 1, + "order": 4072, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "逆时针箭头按钮", + "hexcode": "1F504", + "tags": [ + "箭头", + "逆时针", + "逆时针箭头" + ], + "emoji": "🔄", + "text": "", + "type": 1, + "order": 4073, + "group": 8, + "subgroup": 85, + "version": 1 + }, + { + "annotation": "返回箭头", + "hexcode": "1F519", + "tags": [ + "回退", + "箭头", + "返回" + ], + "emoji": "🔙", + "text": "", + "type": 1, + "order": 4074, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "结束箭头", + "hexcode": "1F51A", + "tags": [ + "箭头", + "结束" + ], + "emoji": "🔚", + "text": "", + "type": 1, + "order": 4075, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "ON! 箭头", + "hexcode": "1F51B", + "tags": [ + "on", + "on! 箭头", + "开始", + "标识", + "箭头" + ], + "emoji": "🔛", + "text": "", + "type": 1, + "order": 4076, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "SOON 箭头", + "hexcode": "1F51C", + "tags": [ + "soon 箭头", + "箭头", + "马上" + ], + "emoji": "🔜", + "text": "", + "type": 1, + "order": 4077, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "置顶", + "hexcode": "1F51D", + "tags": [ + "向上", + "标识" + ], + "emoji": "🔝", + "text": "", + "type": 1, + "order": 4078, + "group": 8, + "subgroup": 85, + "version": 0.6 + }, + { + "annotation": "宗教场所", + "hexcode": "1F6D0", + "tags": [ + "地点", + "礼拜", + "祈祷" + ], + "emoji": "🛐", + "text": "", + "type": 1, + "order": 4079, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "原子符号", + "hexcode": "269B", + "tags": [ + "无神论", + "物质" + ], + "emoji": "⚛️", + "text": "⚛︎", + "type": 0, + "order": 4081, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "奥姆", + "hexcode": "1F549", + "tags": [ + "印度", + "宗教" + ], + "emoji": "🕉️", + "text": "🕉︎", + "type": 0, + "order": 4083, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "六芒星", + "hexcode": "2721", + "tags": [ + "大卫之星", + "宗教", + "犹太" + ], + "emoji": "✡️", + "text": "✡︎", + "type": 0, + "order": 4085, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "法轮", + "hexcode": "2638", + "tags": [ + "佛", + "宗教", + "达摩" + ], + "emoji": "☸️", + "text": "☸︎", + "type": 0, + "order": 4087, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "阴阳", + "hexcode": "262F", + "tags": [ + "太极", + "宗教", + "道", + "道教", + "阳", + "阴" + ], + "emoji": "☯️", + "text": "☯︎", + "type": 0, + "order": 4089, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "十字架", + "hexcode": "271D", + "tags": [ + "基督", + "天主教", + "宗教" + ], + "emoji": "✝️", + "text": "✝︎", + "type": 0, + "order": 4091, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "东正教十字架", + "hexcode": "2626", + "tags": [ + "东正教", + "十字架", + "基督", + "宗教" + ], + "emoji": "☦️", + "text": "☦︎", + "type": 0, + "order": 4093, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "星月", + "hexcode": "262A", + "tags": [ + "伊斯兰", + "宗教", + "穆斯林" + ], + "emoji": "☪️", + "text": "☪︎", + "type": 0, + "order": 4095, + "group": 8, + "subgroup": 86, + "version": 0.7 + }, + { + "annotation": "和平符号", + "hexcode": "262E", + "tags": [ + "和平" + ], + "emoji": "☮️", + "text": "☮︎", + "type": 0, + "order": 4097, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "烛台", + "hexcode": "1F54E", + "tags": [ + "光明节", + "宗教", + "灯台" + ], + "emoji": "🕎", + "text": "", + "type": 1, + "order": 4098, + "group": 8, + "subgroup": 86, + "version": 1 + }, + { + "annotation": "带中间点的六芒星", + "hexcode": "1F52F", + "tags": [ + "六角星", + "命运" + ], + "emoji": "🔯", + "text": "", + "type": 1, + "order": 4099, + "group": 8, + "subgroup": 86, + "version": 0.6 + }, + { + "annotation": "白羊座", + "hexcode": "2648", + "tags": [ + "公羊", + "星座" + ], + "emoji": "♈️", + "text": "♈︎", + "type": 1, + "order": 4100, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "金牛座", + "hexcode": "2649", + "tags": [ + "公牛", + "星座" + ], + "emoji": "♉️", + "text": "♉︎", + "type": 1, + "order": 4101, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "双子座", + "hexcode": "264A", + "tags": [ + "孪生子", + "星座" + ], + "emoji": "♊️", + "text": "♊︎", + "type": 1, + "order": 4102, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "巨蟹座", + "hexcode": "264B", + "tags": [ + "星座", + "螃蟹" + ], + "emoji": "♋️", + "text": "♋︎", + "type": 1, + "order": 4103, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "狮子座", + "hexcode": "264C", + "tags": [ + "星座", + "雄狮" + ], + "emoji": "♌️", + "text": "♌︎", + "type": 1, + "order": 4104, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "处女座", + "hexcode": "264D", + "tags": [ + "星座", + "黄道十二宫" + ], + "emoji": "♍️", + "text": "♍︎", + "type": 1, + "order": 4105, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "天秤座", + "hexcode": "264E", + "tags": [ + "平衡", + "星座", + "正义" + ], + "emoji": "♎️", + "text": "♎︎", + "type": 1, + "order": 4106, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "天蝎座", + "hexcode": "264F", + "tags": [ + "星座", + "蝎子" + ], + "emoji": "♏️", + "text": "♏︎", + "type": 1, + "order": 4107, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "射手座", + "hexcode": "2650", + "tags": [ + "弓箭手", + "星座" + ], + "emoji": "♐️", + "text": "♐︎", + "type": 1, + "order": 4108, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "摩羯座", + "hexcode": "2651", + "tags": [ + "山羊", + "星座" + ], + "emoji": "♑️", + "text": "♑︎", + "type": 1, + "order": 4109, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "水瓶座", + "hexcode": "2652", + "tags": [ + "星座", + "æ°´" + ], + "emoji": "♒️", + "text": "♒︎", + "type": 1, + "order": 4110, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "双鱼座", + "hexcode": "2653", + "tags": [ + "星座", + "é±¼" + ], + "emoji": "♓️", + "text": "♓︎", + "type": 1, + "order": 4111, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "蛇夫座", + "hexcode": "26CE", + "tags": [ + "星座", + "蛇" + ], + "emoji": "⛎", + "text": "", + "type": 1, + "order": 4112, + "group": 8, + "subgroup": 87, + "version": 0.6 + }, + { + "annotation": "随机播放音轨按钮", + "hexcode": "1F500", + "tags": [ + "交叉", + "打乱", + "随机" + ], + "emoji": "🔀", + "text": "", + "type": 1, + "order": 4113, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "重复按钮", + "hexcode": "1F501", + "tags": [ + "循环播放", + "箭头", + "顺时针" + ], + "emoji": "🔁", + "text": "", + "type": 1, + "order": 4114, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "重复一次按钮", + "hexcode": "1F502", + "tags": [ + "单曲循环", + "循环", + "箭头", + "顺时针" + ], + "emoji": "🔂", + "text": "", + "type": 1, + "order": 4115, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "播放按钮", + "hexcode": "25B6", + "tags": [ + "三角", + "向右", + "箭头" + ], + "emoji": "▶️", + "text": "▶︎", + "type": 0, + "order": 4117, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "快进按钮", + "hexcode": "23E9", + "tags": [ + "双箭头", + "向前", + "快速" + ], + "emoji": "⏩️", + "text": "⏩︎", + "type": 1, + "order": 4118, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "下一个音轨按钮", + "hexcode": "23ED", + "tags": [ + "三角", + "往后", + "箭头" + ], + "emoji": "⏭️", + "text": "⏭︎", + "type": 0, + "order": 4120, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "播放或暂停按钮", + "hexcode": "23EF", + "tags": [ + "三角", + "向右" + ], + "emoji": "⏯️", + "text": "⏯︎", + "type": 0, + "order": 4122, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "倒退按钮", + "hexcode": "25C0", + "tags": [ + "三角", + "后退", + "向左" + ], + "emoji": "◀️", + "text": "◀︎", + "type": 0, + "order": 4124, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "快退按钮", + "hexcode": "23EA", + "tags": [ + "倒回", + "双箭头" + ], + "emoji": "⏪️", + "text": "⏪︎", + "type": 1, + "order": 4125, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "上一个音轨按钮", + "hexcode": "23EE", + "tags": [ + "三角", + "箭头" + ], + "emoji": "⏮️", + "text": "⏮︎", + "type": 0, + "order": 4127, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "向上三角形按钮", + "hexcode": "1F53C", + "tags": [ + "往上", + "箭头" + ], + "emoji": "🔼", + "text": "", + "type": 1, + "order": 4128, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "快速上升按钮", + "hexcode": "23EB", + "tags": [ + "双箭头", + "向上" + ], + "emoji": "⏫", + "text": "", + "type": 1, + "order": 4129, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "向下三角形按钮", + "hexcode": "1F53D", + "tags": [ + "往下", + "箭头" + ], + "emoji": "🔽", + "text": "", + "type": 1, + "order": 4130, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "快速下降按钮", + "hexcode": "23EC", + "tags": [ + "双箭头", + "向下" + ], + "emoji": "⏬", + "text": "", + "type": 1, + "order": 4131, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "暂停按钮", + "hexcode": "23F8", + "tags": [ + "停止", + "双条形" + ], + "emoji": "⏸️", + "text": "⏸︎", + "type": 0, + "order": 4133, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "停止按钮", + "hexcode": "23F9", + "tags": [ + "方形", + "终止" + ], + "emoji": "⏹️", + "text": "⏹︎", + "type": 0, + "order": 4135, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "录制按钮", + "hexcode": "23FA", + "tags": [ + "制作", + "圆" + ], + "emoji": "⏺️", + "text": "⏺︎", + "type": 0, + "order": 4137, + "group": 8, + "subgroup": 88, + "version": 0.7 + }, + { + "annotation": "推出按钮", + "hexcode": "23CF", + "tags": [ + "向上三角", + "弹出" + ], + "emoji": "⏏️", + "text": "⏏︎", + "type": 0, + "order": 4139, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "电影院", + "hexcode": "1F3A6", + "tags": [ + "场所", + "影片" + ], + "emoji": "🎦", + "text": "", + "type": 1, + "order": 4140, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "低亮度按钮", + "hexcode": "1F505", + "tags": [ + "亮度", + "低", + "昏暗" + ], + "emoji": "🔅", + "text": "", + "type": 1, + "order": 4141, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "高亮度按钮", + "hexcode": "1F506", + "tags": [ + "亮度", + "太阳", + "明亮" + ], + "emoji": "🔆", + "text": "", + "type": 1, + "order": 4142, + "group": 8, + "subgroup": 88, + "version": 1 + }, + { + "annotation": "信号强度条", + "hexcode": "1F4F6", + "tags": [ + "天线", + "手机", + "条" + ], + "emoji": "📶", + "text": "", + "type": 1, + "order": 4143, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "振动模式", + "hexcode": "1F4F3", + "tags": [ + "手机", + "震动" + ], + "emoji": "📳", + "text": "", + "type": 1, + "order": 4144, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "手机关机", + "hexcode": "1F4F4", + "tags": [ + "关闭", + "手机" + ], + "emoji": "📴", + "text": "", + "type": 1, + "order": 4145, + "group": 8, + "subgroup": 88, + "version": 0.6 + }, + { + "annotation": "女性符号", + "hexcode": "2640", + "tags": [ + "符号", + "雌性" + ], + "emoji": "♀️", + "text": "♀︎", + "type": 0, + "order": 4147, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "男性符号", + "hexcode": "2642", + "tags": [ + "符号", + "雄性" + ], + "emoji": "♂️", + "text": "♂︎", + "type": 0, + "order": 4149, + "group": 8, + "subgroup": 89, + "version": 4 + }, + { + "annotation": "跨性别符号", + "hexcode": "26A7", + "tags": [ + "跨性别" + ], + "emoji": "⚧️", + "text": "⚧︎", + "type": 0, + "order": 4151, + "group": 8, + "subgroup": 89, + "version": 13 + }, + { + "annotation": "乘", + "hexcode": "2716", + "tags": [ + "乘号", + "取消", + "相乘", + "符号" + ], + "emoji": "✖️", + "text": "✖︎", + "type": 0, + "order": 4153, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "加", + "hexcode": "2795", + "tags": [ + "加号", + "十字", + "数学", + "相加", + "符号" + ], + "emoji": "➕", + "text": "", + "type": 1, + "order": 4154, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "减", + "hexcode": "2796", + "tags": [ + "减号", + "数学", + "横线", + "符号" + ], + "emoji": "➖", + "text": "", + "type": 1, + "order": 4155, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "除", + "hexcode": "2797", + "tags": [ + "数学", + "相除", + "符号", + "除号" + ], + "emoji": "➗", + "text": "", + "type": 1, + "order": 4156, + "group": 8, + "subgroup": 90, + "version": 0.6 + }, + { + "annotation": "无穷大", + "hexcode": "267E", + "tags": [ + "宇宙", + "无尽", + "极大" + ], + "emoji": "♾️", + "text": "♾︎", + "type": 0, + "order": 4158, + "group": 8, + "subgroup": 90, + "version": 11 + }, + { + "annotation": "双感叹号", + "hexcode": "203C", + "tags": [ + "两个", + "吃惊", + "标点符号", + "!", + "!!" + ], + "emoji": "‼️", + "text": "‼︎", + "type": 0, + "order": 4160, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "感叹疑问号", + "hexcode": "2049", + "tags": [ + "吃惊", + "标点符号", + "问号", + "!", + "!?", + "?" + ], + "emoji": "⁉️", + "text": "⁉︎", + "type": 0, + "order": 4162, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "红色问号", + "hexcode": "2753", + "tags": [ + "为什么", + "标点符号", + "问号" + ], + "emoji": "❓️", + "text": "❓︎", + "type": 1, + "order": 4163, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "白色问号", + "hexcode": "2754", + "tags": [ + "为什么", + "标点符号", + "空心", + "?" + ], + "emoji": "❔", + "text": "", + "type": 1, + "order": 4164, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "白色感叹号", + "hexcode": "2755", + "tags": [ + "吃惊", + "标点符号", + "空心", + "!" + ], + "emoji": "❕", + "text": "", + "type": 1, + "order": 4165, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "红色感叹号", + "hexcode": "2757", + "tags": [ + "吃惊", + "感叹号", + "标点符号", + "!" + ], + "emoji": "❗️", + "text": "❗︎", + "type": 1, + "order": 4166, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "波浪型破折号", + "hexcode": "3030", + "tags": [ + "标点符号", + "浪花" + ], + "emoji": "〰️", + "text": "〰︎", + "type": 0, + "order": 4168, + "group": 8, + "subgroup": 91, + "version": 0.6 + }, + { + "annotation": "货币兑换", + "hexcode": "1F4B1", + "tags": [ + "兑换", + "外汇", + "换汇", + "汇率", + "流通" + ], + "emoji": "💱", + "text": "", + "type": 1, + "order": 4169, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "粗美元符号", + "hexcode": "1F4B2", + "tags": [ + "美元", + "货币", + "金钱" + ], + "emoji": "💲", + "text": "", + "type": 1, + "order": 4170, + "group": 8, + "subgroup": 92, + "version": 0.6 + }, + { + "annotation": "医疗标志", + "hexcode": "2695", + "tags": [ + "蛇杖", + "阿斯克勒庇俄斯" + ], + "emoji": "⚕️", + "text": "⚕︎", + "type": 0, + "order": 4172, + "group": 8, + "subgroup": 93, + "version": 4 + }, + { + "annotation": "回收标志", + "hexcode": "267B", + "tags": [ + "再利用", + "循环" + ], + "emoji": "♻️", + "text": "♻︎", + "type": 0, + "order": 4174, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "百合花饰", + "hexcode": "269C", + "tags": [ + "鸢尾花" + ], + "emoji": "⚜️", + "text": "⚜︎", + "type": 0, + "order": 4176, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "三叉戟徽章", + "hexcode": "1F531", + "tags": [ + "工具", + "船", + "锚" + ], + "emoji": "🔱", + "text": "", + "type": 1, + "order": 4177, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "姓名牌", + "hexcode": "1F4DB", + "tags": [ + "胸牌", + "证章" + ], + "emoji": "📛", + "text": "", + "type": 1, + "order": 4178, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "日本新手驾驶标志", + "hexcode": "1F530", + "tags": [ + "v形图案", + "叶状", + "实习", + "ç®­å°¾" + ], + "emoji": "🔰", + "text": "", + "type": 1, + "order": 4179, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "红色空心圆圈", + "hexcode": "2B55", + "tags": [ + "oå½¢", + "圆圈", + "大", + "红" + ], + "emoji": "⭕️", + "text": "⭕︎", + "type": 1, + "order": 4180, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "勾号按钮", + "hexcode": "2705", + "tags": [ + "勾", + "勾号", + "打勾", + "按钮" + ], + "emoji": "✅", + "text": "", + "type": 1, + "order": 4181, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "勾选框", + "hexcode": "2611", + "tags": [ + "勾号", + "复选框", + "带勾方格", + "打勾" + ], + "emoji": "☑️", + "text": "☑︎", + "type": 0, + "order": 4183, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "勾号", + "hexcode": "2714", + "tags": [ + "对勾", + "打勾", + "正确", + "符号" + ], + "emoji": "✔️", + "text": "✔︎", + "type": 0, + "order": 4185, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "叉号", + "hexcode": "274C", + "tags": [ + "交叉", + "取消", + "相乘", + "符号" + ], + "emoji": "❌", + "text": "", + "type": 1, + "order": 4186, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "叉号按钮", + "hexcode": "274E", + "tags": [ + "取消", + "方形" + ], + "emoji": "❎", + "text": "", + "type": 1, + "order": 4187, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "卷曲环", + "hexcode": "27B0", + "tags": [ + "单环", + "标志" + ], + "emoji": "➰", + "text": "", + "type": 1, + "order": 4188, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "双卷曲环", + "hexcode": "27BF", + "tags": [ + "双环", + "标志" + ], + "emoji": "➿", + "text": "", + "type": 1, + "order": 4189, + "group": 8, + "subgroup": 93, + "version": 1 + }, + { + "annotation": "庵点", + "hexcode": "303D", + "tags": [ + "开始歌唱", + "符号" + ], + "emoji": "〽️", + "text": "〽︎", + "type": 0, + "order": 4191, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "八轮辐星号", + "hexcode": "2733", + "tags": [ + "星号" + ], + "emoji": "✳️", + "text": "✳︎", + "type": 0, + "order": 4193, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "八角星", + "hexcode": "2734", + "tags": [ + "星", + "符号" + ], + "emoji": "✴️", + "text": "✴︎", + "type": 0, + "order": 4195, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "火花", + "hexcode": "2747", + "tags": [ + "烟火", + "闪耀" + ], + "emoji": "❇️", + "text": "❇︎", + "type": 0, + "order": 4197, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "版权", + "hexcode": "00A9", + "tags": [ + "版权" + ], + "emoji": "©️", + "text": "©︎", + "type": 0, + "order": 4199, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "注册", + "hexcode": "00AE", + "tags": [ + "注册标记" + ], + "emoji": "®️", + "text": "®︎", + "type": 0, + "order": 4201, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "商标", + "hexcode": "2122", + "tags": [ + "产品", + "标志" + ], + "emoji": "™️", + "text": "™︎", + "type": 0, + "order": 4203, + "group": 8, + "subgroup": 93, + "version": 0.6 + }, + { + "annotation": "按键: #", + "hexcode": "0023-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "#️⃣", + "text": "", + "type": 1, + "order": 4204, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: *", + "hexcode": "002A-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "*️⃣", + "text": "", + "type": 1, + "order": 4206, + "group": 8, + "subgroup": 94, + "version": 2 + }, + { + "annotation": "按键: 0", + "hexcode": "0030-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "0️⃣", + "text": "", + "type": 1, + "order": 4208, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 1", + "hexcode": "0031-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "1️⃣", + "text": "", + "type": 1, + "order": 4210, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 2", + "hexcode": "0032-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "2️⃣", + "text": "", + "type": 1, + "order": 4212, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 3", + "hexcode": "0033-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "3️⃣", + "text": "", + "type": 1, + "order": 4214, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 4", + "hexcode": "0034-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "4️⃣", + "text": "", + "type": 1, + "order": 4216, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 5", + "hexcode": "0035-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "5️⃣", + "text": "", + "type": 1, + "order": 4218, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 6", + "hexcode": "0036-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "6️⃣", + "text": "", + "type": 1, + "order": 4220, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 7", + "hexcode": "0037-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "7️⃣", + "text": "", + "type": 1, + "order": 4222, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 8", + "hexcode": "0038-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "8️⃣", + "text": "", + "type": 1, + "order": 4224, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 9", + "hexcode": "0039-FE0F-20E3", + "tags": [ + "按键" + ], + "emoji": "9️⃣", + "text": "", + "type": 1, + "order": 4226, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "按键: 10", + "hexcode": "1F51F", + "tags": [ + "按键" + ], + "emoji": "🔟", + "text": "", + "type": 1, + "order": 4228, + "group": 8, + "subgroup": 94, + "version": 0.6 + }, + { + "annotation": "输入大写拉丁字母", + "hexcode": "1F520", + "tags": [ + "abcd", + "打字", + "拉丁文", + "输入法" + ], + "emoji": "🔠", + "text": "", + "type": 1, + "order": 4229, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "输入小写拉丁字母", + "hexcode": "1F521", + "tags": [ + "abcd", + "打字", + "拉丁文", + "输入法" + ], + "emoji": "🔡", + "text": "", + "type": 1, + "order": 4230, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "输入数字", + "hexcode": "1F522", + "tags": [ + "1234", + "打字" + ], + "emoji": "🔢", + "text": "", + "type": 1, + "order": 4231, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "输入符号", + "hexcode": "1F523", + "tags": [ + "字符", + "打字" + ], + "emoji": "🔣", + "text": "", + "type": 1, + "order": 4232, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "输入拉丁字母", + "hexcode": "1F524", + "tags": [ + "abc", + "字母", + "打字", + "拉丁文" + ], + "emoji": "🔤", + "text": "", + "type": 1, + "order": 4233, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "A型血", + "hexcode": "1F170", + "tags": [ + "a", + "a型血", + "按钮", + "血液" + ], + "emoji": "🅰️", + "text": "🅰︎", + "type": 0, + "order": 4235, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "AB型血", + "hexcode": "1F18E", + "tags": [ + "ab", + "ab型血", + "按钮", + "血液" + ], + "emoji": "🆎", + "text": "", + "type": 1, + "order": 4236, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "B型血", + "hexcode": "1F171", + "tags": [ + "b", + "b型血", + "按钮", + "血液" + ], + "emoji": "🅱️", + "text": "🅱︎", + "type": 0, + "order": 4238, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "CL按钮", + "hexcode": "1F191", + "tags": [ + "cl", + "cl按钮", + "手机", + "清理" + ], + "emoji": "🆑", + "text": "", + "type": 1, + "order": 4239, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "cool按钮", + "hexcode": "1F192", + "tags": [ + "按键", + "酷" + ], + "emoji": "🆒", + "text": "", + "type": 1, + "order": 4240, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "免费按钮", + "hexcode": "1F193", + "tags": [ + "不收费", + "按钮" + ], + "emoji": "🆓", + "text": "", + "type": 1, + "order": 4241, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "信息", + "hexcode": "2139", + "tags": [ + "查询", + "资料" + ], + "emoji": "ℹ️", + "text": "ℹ︎", + "type": 0, + "order": 4243, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "ID按钮", + "hexcode": "1F194", + "tags": [ + "id按钮", + "按键", + "识别", + "身份" + ], + "emoji": "🆔", + "text": "", + "type": 1, + "order": 4244, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "圆圈包围的M", + "hexcode": "24C2", + "tags": [ + "圆圈包围的m", + "圈", + "字母", + "ç±³" + ], + "emoji": "Ⓜ️", + "text": "Ⓜ︎", + "type": 0, + "order": 4246, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "new按钮", + "hexcode": "1F195", + "tags": [ + "按键", + "新的" + ], + "emoji": "🆕", + "text": "", + "type": 1, + "order": 4247, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "NG按钮", + "hexcode": "1F196", + "tags": [ + "ng按钮", + "按键", + "花絮" + ], + "emoji": "🆖", + "text": "", + "type": 1, + "order": 4248, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "O 型血", + "hexcode": "1F17E", + "tags": [ + "o", + "o 型血", + "o型血", + "按钮", + "血液" + ], + "emoji": "🅾️", + "text": "🅾︎", + "type": 0, + "order": 4250, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "OK按钮", + "hexcode": "1F197", + "tags": [ + "ok按钮", + "同意", + "按键" + ], + "emoji": "🆗", + "text": "", + "type": 1, + "order": 4251, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "停车按钮", + "hexcode": "1F17F", + "tags": [ + "按键", + "泊车" + ], + "emoji": "🅿️", + "text": "🅿︎", + "type": 0, + "order": 4253, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "SOS按钮", + "hexcode": "1F198", + "tags": [ + "sos按钮", + "按键", + "求救" + ], + "emoji": "🆘", + "text": "", + "type": 1, + "order": 4254, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "up按钮", + "hexcode": "1F199", + "tags": [ + "向上", + "按键" + ], + "emoji": "🆙", + "text": "", + "type": 1, + "order": 4255, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "VS按钮", + "hexcode": "1F19A", + "tags": [ + "vs按钮", + "对决", + "按键" + ], + "emoji": "🆚", + "text": "", + "type": 1, + "order": 4256, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“这里”按钮", + "hexcode": "1F201", + "tags": [ + "按键", + "日文", + "此处" + ], + "emoji": "🈁", + "text": "", + "type": 1, + "order": 4257, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“服务费”按钮", + "hexcode": "1F202", + "tags": [ + "按键", + "收费", + "日文", + "服务" + ], + "emoji": "🈂️", + "text": "🈂︎", + "type": 0, + "order": 4259, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“月总量”按钮", + "hexcode": "1F237", + "tags": [ + "按键", + "日文", + "月度", + "统计" + ], + "emoji": "🈷️", + "text": "🈷︎", + "type": 0, + "order": 4261, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“收费”按钮", + "hexcode": "1F236", + "tags": [ + "按键", + "日文", + "费用" + ], + "emoji": "🈶", + "text": "", + "type": 1, + "order": 4262, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“预留”按钮", + "hexcode": "1F22F", + "tags": [ + "按键", + "日文", + "预订" + ], + "emoji": "🈯️", + "text": "🈯︎", + "type": 1, + "order": 4263, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“议价”按钮", + "hexcode": "1F250", + "tags": [ + "按键", + "日文", + "讨价还价" + ], + "emoji": "🉐", + "text": "", + "type": 1, + "order": 4264, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“打折”按钮", + "hexcode": "1F239", + "tags": [ + "折扣", + "按键", + "日文" + ], + "emoji": "🈹", + "text": "", + "type": 1, + "order": 4265, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“免费”按钮", + "hexcode": "1F21A", + "tags": [ + "免费", + "按键", + "日文" + ], + "emoji": "🈚️", + "text": "🈚︎", + "type": 1, + "order": 4266, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“禁止”按钮", + "hexcode": "1F232", + "tags": [ + "严禁", + "按键", + "日文" + ], + "emoji": "🈲", + "text": "", + "type": 1, + "order": 4267, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“可接受”按钮", + "hexcode": "1F251", + "tags": [ + "按键", + "日文", + "许可" + ], + "emoji": "🉑", + "text": "", + "type": 1, + "order": 4268, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“申请”按钮", + "hexcode": "1F238", + "tags": [ + "日文", + "日语", + "申", + "申请", + "申请书", + "申请表" + ], + "emoji": "🈸", + "text": "", + "type": 1, + "order": 4269, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“合格”按钮", + "hexcode": "1F234", + "tags": [ + "按键", + "日文", + "通过" + ], + "emoji": "🈴", + "text": "", + "type": 1, + "order": 4270, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“有空位”按钮", + "hexcode": "1F233", + "tags": [ + "日文", + "日语", + "有空位", + "空", + "空位", + "空闲" + ], + "emoji": "🈳", + "text": "", + "type": 1, + "order": 4271, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“祝贺”按钮", + "hexcode": "3297", + "tags": [ + "庆贺", + "按键", + "日文" + ], + "emoji": "㊗️", + "text": "㊗︎", + "type": 0, + "order": 4273, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“秘密”按钮", + "hexcode": "3299", + "tags": [ + "保密", + "按键", + "日文" + ], + "emoji": "㊙️", + "text": "㊙︎", + "type": 0, + "order": 4275, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“开始营业”按钮", + "hexcode": "1F23A", + "tags": [ + "开门", + "按键", + "日文" + ], + "emoji": "🈺", + "text": "", + "type": 1, + "order": 4276, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "日文的“没有空位”按钮", + "hexcode": "1F235", + "tags": [ + "座位", + "按键", + "日文", + "满" + ], + "emoji": "🈵", + "text": "", + "type": 1, + "order": 4277, + "group": 8, + "subgroup": 95, + "version": 0.6 + }, + { + "annotation": "红色圆", + "hexcode": "1F534", + "tags": [ + "圆", + "圈", + "红", + "红色" + ], + "emoji": "🔴", + "text": "", + "type": 1, + "order": 4278, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "橙色圆", + "hexcode": "1F7E0", + "tags": [ + "圆", + "圈", + "橙" + ], + "emoji": "🟠", + "text": "", + "type": 1, + "order": 4279, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "黄色圆", + "hexcode": "1F7E1", + "tags": [ + "圆", + "圈", + "黄" + ], + "emoji": "🟡", + "text": "", + "type": 1, + "order": 4280, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "绿色圆", + "hexcode": "1F7E2", + "tags": [ + "圆", + "圈", + "绿" + ], + "emoji": "🟢", + "text": "", + "type": 1, + "order": 4281, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "蓝色圆", + "hexcode": "1F535", + "tags": [ + "圈", + "蓝" + ], + "emoji": "🔵", + "text": "", + "type": 1, + "order": 4282, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "紫色圆", + "hexcode": "1F7E3", + "tags": [ + "圆", + "圈", + "ç´«" + ], + "emoji": "🟣", + "text": "", + "type": 1, + "order": 4283, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "棕色圆", + "hexcode": "1F7E4", + "tags": [ + "圆", + "圈", + "棕" + ], + "emoji": "🟤", + "text": "", + "type": 1, + "order": 4284, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "黑色圆", + "hexcode": "26AB", + "tags": [ + "圈", + "黑" + ], + "emoji": "⚫️", + "text": "⚫︎", + "type": 1, + "order": 4285, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白色圆", + "hexcode": "26AA", + "tags": [ + "圈", + "白" + ], + "emoji": "⚪️", + "text": "⚪︎", + "type": 1, + "order": 4286, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "红色方块", + "hexcode": "1F7E5", + "tags": [ + "方块", + "方框", + "正方形", + "红" + ], + "emoji": "🟥", + "text": "", + "type": 1, + "order": 4287, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "橙色方块", + "hexcode": "1F7E7", + "tags": [ + "方块", + "方框", + "橙", + "正方形" + ], + "emoji": "🟧", + "text": "", + "type": 1, + "order": 4288, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "黄色方块", + "hexcode": "1F7E8", + "tags": [ + "方块", + "方框", + "正方形", + "黄" + ], + "emoji": "🟨", + "text": "", + "type": 1, + "order": 4289, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "绿色方块", + "hexcode": "1F7E9", + "tags": [ + "方块", + "方框", + "正方形", + "绿" + ], + "emoji": "🟩", + "text": "", + "type": 1, + "order": 4290, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "蓝色方块", + "hexcode": "1F7E6", + "tags": [ + "方块", + "方框", + "正方形", + "蓝" + ], + "emoji": "🟦", + "text": "", + "type": 1, + "order": 4291, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "紫色方块", + "hexcode": "1F7EA", + "tags": [ + "方块", + "方框", + "正方形", + "ç´«" + ], + "emoji": "🟪", + "text": "", + "type": 1, + "order": 4292, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "棕色方块", + "hexcode": "1F7EB", + "tags": [ + "方块", + "方框", + "棕", + "正方形" + ], + "emoji": "🟫", + "text": "", + "type": 1, + "order": 4293, + "group": 8, + "subgroup": 96, + "version": 12 + }, + { + "annotation": "黑线大方框", + "hexcode": "2B1B", + "tags": [ + "大", + "正方形", + "黑色" + ], + "emoji": "⬛️", + "text": "⬛︎", + "type": 1, + "order": 4294, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白线大方框", + "hexcode": "2B1C", + "tags": [ + "大", + "正方形", + "白色" + ], + "emoji": "⬜️", + "text": "⬜︎", + "type": 1, + "order": 4295, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "黑色中方块", + "hexcode": "25FC", + "tags": [ + "中等", + "正方形", + "黑色" + ], + "emoji": "◼️", + "text": "◼︎", + "type": 0, + "order": 4297, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白色中方块", + "hexcode": "25FB", + "tags": [ + "中等", + "正方形", + "白色" + ], + "emoji": "◻️", + "text": "◻︎", + "type": 0, + "order": 4299, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "黑色中小方块", + "hexcode": "25FE", + "tags": [ + "中小", + "正方形", + "黑色" + ], + "emoji": "◾️", + "text": "◾︎", + "type": 1, + "order": 4300, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白色中小方块", + "hexcode": "25FD", + "tags": [ + "中小 正方形", + "白色" + ], + "emoji": "◽️", + "text": "◽︎", + "type": 1, + "order": 4301, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "黑色小方块", + "hexcode": "25AA", + "tags": [ + "小", + "正方形", + "黑色" + ], + "emoji": "▪️", + "text": "▪︎", + "type": 0, + "order": 4303, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白色小方块", + "hexcode": "25AB", + "tags": [ + "小", + "正方形", + "白色" + ], + "emoji": "▫️", + "text": "▫︎", + "type": 0, + "order": 4305, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "橙色大菱形", + "hexcode": "1F536", + "tags": [ + "大", + "方片", + "橘黄色" + ], + "emoji": "🔶", + "text": "", + "type": 1, + "order": 4306, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "蓝色大菱形", + "hexcode": "1F537", + "tags": [ + "大", + "方片", + "蓝色" + ], + "emoji": "🔷", + "text": "", + "type": 1, + "order": 4307, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "橙色小菱形", + "hexcode": "1F538", + "tags": [ + "小", + "方片", + "橘黄色" + ], + "emoji": "🔸", + "text": "", + "type": 1, + "order": 4308, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "蓝色小菱形", + "hexcode": "1F539", + "tags": [ + "小", + "方片", + "蓝色" + ], + "emoji": "🔹", + "text": "", + "type": 1, + "order": 4309, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "红色正三角", + "hexcode": "1F53A", + "tags": [ + "三角形", + "向上", + "正三角", + "红色" + ], + "emoji": "🔺", + "text": "", + "type": 1, + "order": 4310, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "红色倒三角", + "hexcode": "1F53B", + "tags": [ + "三角形", + "倒三角", + "向下", + "红色" + ], + "emoji": "🔻", + "text": "", + "type": 1, + "order": 4311, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "带圆点的菱形", + "hexcode": "1F4A0", + "tags": [ + "中心", + "内部", + "圆", + "梅花形" + ], + "emoji": "💠", + "text": "", + "type": 1, + "order": 4312, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "单选按钮", + "hexcode": "1F518", + "tags": [ + "单独", + "圆心", + "按键", + "选中" + ], + "emoji": "🔘", + "text": "", + "type": 1, + "order": 4313, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "白色方形按钮", + "hexcode": "1F533", + "tags": [ + "按钮", + "白线方形按钮", + "白线正方形按钮", + "白色正方形按钮", + "白边线方形按钮", + "白边线正方形按钮" + ], + "emoji": "🔳", + "text": "", + "type": 1, + "order": 4314, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "黑色方形按钮", + "hexcode": "1F532", + "tags": [ + "按钮", + "黑线方形按钮", + "黑线正方形按钮", + "黑色正方形按钮", + "黑边线方形按钮", + "黑边线正方形按钮" + ], + "emoji": "🔲", + "text": "", + "type": 1, + "order": 4315, + "group": 8, + "subgroup": 96, + "version": 0.6 + }, + { + "annotation": "终点旗", + "hexcode": "1F3C1", + "tags": [ + "格子旗" + ], + "emoji": "🏁", + "text": "", + "type": 1, + "order": 4316, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "三角旗", + "hexcode": "1F6A9", + "tags": [ + "升旗", + "旗", + "旗杆上的三角旗", + "旗杆上的旗帜", + "红色旗帜" + ], + "emoji": "🚩", + "text": "", + "type": 1, + "order": 4317, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "交叉旗", + "hexcode": "1F38C", + "tags": [ + "对叉", + "旗帜", + "日本" + ], + "emoji": "🎌", + "text": "", + "type": 1, + "order": 4318, + "group": 9, + "subgroup": 97, + "version": 0.6 + }, + { + "annotation": "举黑旗", + "hexcode": "1F3F4", + "tags": [ + "黑旗", + "黑色旗", + "黑色旗子", + "黑色旗帜" + ], + "emoji": "🏴", + "text": "", + "type": 1, + "order": 4319, + "group": 9, + "subgroup": 97, + "version": 1 + }, + { + "annotation": "举白旗", + "hexcode": "1F3F3", + "tags": [ + "白旗", + "白色旗子", + "白色旗帜" + ], + "emoji": "🏳️", + "text": "🏳︎", + "type": 0, + "order": 4321, + "group": 9, + "subgroup": 97, + "version": 0.7 + }, + { + "annotation": "彩虹旗", + "hexcode": "1F3F3-FE0F-200D-1F308", + "tags": [ + "同性", + "多色", + "旗帜" + ], + "emoji": "🏳️‍🌈", + "text": "", + "type": 1, + "order": 4322, + "group": 9, + "subgroup": 97, + "version": 4 + }, + { + "annotation": "跨性别旗", + "hexcode": "1F3F3-FE0F-200D-26A7-FE0F", + "tags": [ + "旗帜", + "跨性别" + ], + "emoji": "🏳️‍⚧️", + "text": "", + "type": 1, + "order": 4324, + "group": 9, + "subgroup": 97, + "version": 13 + }, + { + "annotation": "海盗旗", + "hexcode": "1F3F4-200D-2620-FE0F", + "tags": [ + "掠夺", + "海上", + "财宝", + "骷髅" + ], + "emoji": "🏴‍☠️", + "text": "", + "type": 1, + "order": 4328, + "group": 9, + "subgroup": 97, + "version": 11 + }, + { + "annotation": "旗: 阿森松岛", + "hexcode": "1F1E6-1F1E8", + "tags": [ + "AC", + "旗" + ], + "emoji": "🇦🇨", + "text": "", + "type": 1, + "order": 4330, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 安道尔", + "hexcode": "1F1E6-1F1E9", + "tags": [ + "AD", + "旗" + ], + "emoji": "🇦🇩", + "text": "", + "type": 1, + "order": 4331, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿拉伯联合酋长国", + "hexcode": "1F1E6-1F1EA", + "tags": [ + "AE", + "旗" + ], + "emoji": "🇦🇪", + "text": "", + "type": 1, + "order": 4332, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿富汗", + "hexcode": "1F1E6-1F1EB", + "tags": [ + "AF", + "旗" + ], + "emoji": "🇦🇫", + "text": "", + "type": 1, + "order": 4333, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 安提瓜和巴布达", + "hexcode": "1F1E6-1F1EC", + "tags": [ + "AG", + "旗" + ], + "emoji": "🇦🇬", + "text": "", + "type": 1, + "order": 4334, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 安圭拉", + "hexcode": "1F1E6-1F1EE", + "tags": [ + "AI", + "旗" + ], + "emoji": "🇦🇮", + "text": "", + "type": 1, + "order": 4335, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿尔巴尼亚", + "hexcode": "1F1E6-1F1F1", + "tags": [ + "AL", + "旗" + ], + "emoji": "🇦🇱", + "text": "", + "type": 1, + "order": 4336, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 亚美尼亚", + "hexcode": "1F1E6-1F1F2", + "tags": [ + "AM", + "旗" + ], + "emoji": "🇦🇲", + "text": "", + "type": 1, + "order": 4337, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 安哥拉", + "hexcode": "1F1E6-1F1F4", + "tags": [ + "AO", + "旗" + ], + "emoji": "🇦🇴", + "text": "", + "type": 1, + "order": 4338, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 南极洲", + "hexcode": "1F1E6-1F1F6", + "tags": [ + "AQ", + "旗" + ], + "emoji": "🇦🇶", + "text": "", + "type": 1, + "order": 4339, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿根廷", + "hexcode": "1F1E6-1F1F7", + "tags": [ + "AR", + "旗" + ], + "emoji": "🇦🇷", + "text": "", + "type": 1, + "order": 4340, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 美属萨摩亚", + "hexcode": "1F1E6-1F1F8", + "tags": [ + "AS", + "旗" + ], + "emoji": "🇦🇸", + "text": "", + "type": 1, + "order": 4341, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 奥地利", + "hexcode": "1F1E6-1F1F9", + "tags": [ + "AT", + "旗" + ], + "emoji": "🇦🇹", + "text": "", + "type": 1, + "order": 4342, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 澳大利亚", + "hexcode": "1F1E6-1F1FA", + "tags": [ + "AU", + "旗" + ], + "emoji": "🇦🇺", + "text": "", + "type": 1, + "order": 4343, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿鲁巴", + "hexcode": "1F1E6-1F1FC", + "tags": [ + "AW", + "旗" + ], + "emoji": "🇦🇼", + "text": "", + "type": 1, + "order": 4344, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 奥兰群岛", + "hexcode": "1F1E6-1F1FD", + "tags": [ + "AX", + "旗" + ], + "emoji": "🇦🇽", + "text": "", + "type": 1, + "order": 4345, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿塞拜疆", + "hexcode": "1F1E6-1F1FF", + "tags": [ + "AZ", + "旗" + ], + "emoji": "🇦🇿", + "text": "", + "type": 1, + "order": 4346, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 波斯尼亚和黑塞哥维那", + "hexcode": "1F1E7-1F1E6", + "tags": [ + "BA", + "旗" + ], + "emoji": "🇧🇦", + "text": "", + "type": 1, + "order": 4347, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴巴多斯", + "hexcode": "1F1E7-1F1E7", + "tags": [ + "BB", + "旗" + ], + "emoji": "🇧🇧", + "text": "", + "type": 1, + "order": 4348, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 孟加拉国", + "hexcode": "1F1E7-1F1E9", + "tags": [ + "BD", + "旗" + ], + "emoji": "🇧🇩", + "text": "", + "type": 1, + "order": 4349, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 比利时", + "hexcode": "1F1E7-1F1EA", + "tags": [ + "BE", + "旗" + ], + "emoji": "🇧🇪", + "text": "", + "type": 1, + "order": 4350, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 布基纳法索", + "hexcode": "1F1E7-1F1EB", + "tags": [ + "BF", + "旗" + ], + "emoji": "🇧🇫", + "text": "", + "type": 1, + "order": 4351, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 保加利亚", + "hexcode": "1F1E7-1F1EC", + "tags": [ + "BG", + "旗" + ], + "emoji": "🇧🇬", + "text": "", + "type": 1, + "order": 4352, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴林", + "hexcode": "1F1E7-1F1ED", + "tags": [ + "BH", + "旗" + ], + "emoji": "🇧🇭", + "text": "", + "type": 1, + "order": 4353, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 布隆迪", + "hexcode": "1F1E7-1F1EE", + "tags": [ + "BI", + "旗" + ], + "emoji": "🇧🇮", + "text": "", + "type": 1, + "order": 4354, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 贝宁", + "hexcode": "1F1E7-1F1EF", + "tags": [ + "BJ", + "旗" + ], + "emoji": "🇧🇯", + "text": "", + "type": 1, + "order": 4355, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣巴泰勒米", + "hexcode": "1F1E7-1F1F1", + "tags": [ + "BL", + "旗" + ], + "emoji": "🇧🇱", + "text": "", + "type": 1, + "order": 4356, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 百慕大", + "hexcode": "1F1E7-1F1F2", + "tags": [ + "BM", + "旗" + ], + "emoji": "🇧🇲", + "text": "", + "type": 1, + "order": 4357, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 文莱", + "hexcode": "1F1E7-1F1F3", + "tags": [ + "BN", + "旗" + ], + "emoji": "🇧🇳", + "text": "", + "type": 1, + "order": 4358, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 玻利维亚", + "hexcode": "1F1E7-1F1F4", + "tags": [ + "BO", + "旗" + ], + "emoji": "🇧🇴", + "text": "", + "type": 1, + "order": 4359, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 荷属加勒比区", + "hexcode": "1F1E7-1F1F6", + "tags": [ + "BQ", + "旗" + ], + "emoji": "🇧🇶", + "text": "", + "type": 1, + "order": 4360, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴西", + "hexcode": "1F1E7-1F1F7", + "tags": [ + "BR", + "旗" + ], + "emoji": "🇧🇷", + "text": "", + "type": 1, + "order": 4361, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴哈马", + "hexcode": "1F1E7-1F1F8", + "tags": [ + "BS", + "旗" + ], + "emoji": "🇧🇸", + "text": "", + "type": 1, + "order": 4362, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 不丹", + "hexcode": "1F1E7-1F1F9", + "tags": [ + "BT", + "旗" + ], + "emoji": "🇧🇹", + "text": "", + "type": 1, + "order": 4363, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 布韦岛", + "hexcode": "1F1E7-1F1FB", + "tags": [ + "BV", + "旗" + ], + "emoji": "🇧🇻", + "text": "", + "type": 1, + "order": 4364, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 博茨瓦纳", + "hexcode": "1F1E7-1F1FC", + "tags": [ + "BW", + "旗" + ], + "emoji": "🇧🇼", + "text": "", + "type": 1, + "order": 4365, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 白俄罗斯", + "hexcode": "1F1E7-1F1FE", + "tags": [ + "BY", + "旗" + ], + "emoji": "🇧🇾", + "text": "", + "type": 1, + "order": 4366, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 伯利兹", + "hexcode": "1F1E7-1F1FF", + "tags": [ + "BZ", + "旗" + ], + "emoji": "🇧🇿", + "text": "", + "type": 1, + "order": 4367, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 加拿大", + "hexcode": "1F1E8-1F1E6", + "tags": [ + "CA", + "旗" + ], + "emoji": "🇨🇦", + "text": "", + "type": 1, + "order": 4368, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 科科斯(基林)群岛", + "hexcode": "1F1E8-1F1E8", + "tags": [ + "CC", + "旗" + ], + "emoji": "🇨🇨", + "text": "", + "type": 1, + "order": 4369, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 刚果(金)", + "hexcode": "1F1E8-1F1E9", + "tags": [ + "CD", + "旗" + ], + "emoji": "🇨🇩", + "text": "", + "type": 1, + "order": 4370, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 中非共和国", + "hexcode": "1F1E8-1F1EB", + "tags": [ + "CF", + "旗" + ], + "emoji": "🇨🇫", + "text": "", + "type": 1, + "order": 4371, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 刚果(布)", + "hexcode": "1F1E8-1F1EC", + "tags": [ + "CG", + "旗" + ], + "emoji": "🇨🇬", + "text": "", + "type": 1, + "order": 4372, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瑞士", + "hexcode": "1F1E8-1F1ED", + "tags": [ + "CH", + "旗" + ], + "emoji": "🇨🇭", + "text": "", + "type": 1, + "order": 4373, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 科特迪瓦", + "hexcode": "1F1E8-1F1EE", + "tags": [ + "CI", + "旗" + ], + "emoji": "🇨🇮", + "text": "", + "type": 1, + "order": 4374, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 库克群岛", + "hexcode": "1F1E8-1F1F0", + "tags": [ + "CK", + "旗" + ], + "emoji": "🇨🇰", + "text": "", + "type": 1, + "order": 4375, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 智利", + "hexcode": "1F1E8-1F1F1", + "tags": [ + "CL", + "旗" + ], + "emoji": "🇨🇱", + "text": "", + "type": 1, + "order": 4376, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 喀麦隆", + "hexcode": "1F1E8-1F1F2", + "tags": [ + "CM", + "旗" + ], + "emoji": "🇨🇲", + "text": "", + "type": 1, + "order": 4377, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 中国", + "hexcode": "1F1E8-1F1F3", + "tags": [ + "CN", + "旗" + ], + "emoji": "🇨🇳", + "text": "", + "type": 1, + "order": 4378, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 哥伦比亚", + "hexcode": "1F1E8-1F1F4", + "tags": [ + "CO", + "旗" + ], + "emoji": "🇨🇴", + "text": "", + "type": 1, + "order": 4379, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 克利珀顿岛", + "hexcode": "1F1E8-1F1F5", + "tags": [ + "CP", + "旗" + ], + "emoji": "🇨🇵", + "text": "", + "type": 1, + "order": 4380, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 哥斯达黎加", + "hexcode": "1F1E8-1F1F7", + "tags": [ + "CR", + "旗" + ], + "emoji": "🇨🇷", + "text": "", + "type": 1, + "order": 4381, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 古巴", + "hexcode": "1F1E8-1F1FA", + "tags": [ + "CU", + "旗" + ], + "emoji": "🇨🇺", + "text": "", + "type": 1, + "order": 4382, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 佛得角", + "hexcode": "1F1E8-1F1FB", + "tags": [ + "CV", + "旗" + ], + "emoji": "🇨🇻", + "text": "", + "type": 1, + "order": 4383, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 库拉索", + "hexcode": "1F1E8-1F1FC", + "tags": [ + "CW", + "旗" + ], + "emoji": "🇨🇼", + "text": "", + "type": 1, + "order": 4384, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣诞岛", + "hexcode": "1F1E8-1F1FD", + "tags": [ + "CX", + "旗" + ], + "emoji": "🇨🇽", + "text": "", + "type": 1, + "order": 4385, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塞浦路斯", + "hexcode": "1F1E8-1F1FE", + "tags": [ + "CY", + "旗" + ], + "emoji": "🇨🇾", + "text": "", + "type": 1, + "order": 4386, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 捷克", + "hexcode": "1F1E8-1F1FF", + "tags": [ + "CZ", + "旗" + ], + "emoji": "🇨🇿", + "text": "", + "type": 1, + "order": 4387, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 德国", + "hexcode": "1F1E9-1F1EA", + "tags": [ + "DE", + "旗" + ], + "emoji": "🇩🇪", + "text": "", + "type": 1, + "order": 4388, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 迪戈加西亚岛", + "hexcode": "1F1E9-1F1EC", + "tags": [ + "DG", + "旗" + ], + "emoji": "🇩🇬", + "text": "", + "type": 1, + "order": 4389, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 吉布提", + "hexcode": "1F1E9-1F1EF", + "tags": [ + "DJ", + "旗" + ], + "emoji": "🇩🇯", + "text": "", + "type": 1, + "order": 4390, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 丹麦", + "hexcode": "1F1E9-1F1F0", + "tags": [ + "DK", + "旗" + ], + "emoji": "🇩🇰", + "text": "", + "type": 1, + "order": 4391, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 多米尼克", + "hexcode": "1F1E9-1F1F2", + "tags": [ + "DM", + "旗" + ], + "emoji": "🇩🇲", + "text": "", + "type": 1, + "order": 4392, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 多米尼加共和国", + "hexcode": "1F1E9-1F1F4", + "tags": [ + "DO", + "旗" + ], + "emoji": "🇩🇴", + "text": "", + "type": 1, + "order": 4393, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿尔及利亚", + "hexcode": "1F1E9-1F1FF", + "tags": [ + "DZ", + "旗" + ], + "emoji": "🇩🇿", + "text": "", + "type": 1, + "order": 4394, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 休达及梅利利亚", + "hexcode": "1F1EA-1F1E6", + "tags": [ + "EA", + "旗" + ], + "emoji": "🇪🇦", + "text": "", + "type": 1, + "order": 4395, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 厄瓜多尔", + "hexcode": "1F1EA-1F1E8", + "tags": [ + "EC", + "旗" + ], + "emoji": "🇪🇨", + "text": "", + "type": 1, + "order": 4396, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 爱沙尼亚", + "hexcode": "1F1EA-1F1EA", + "tags": [ + "EE", + "旗" + ], + "emoji": "🇪🇪", + "text": "", + "type": 1, + "order": 4397, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 埃及", + "hexcode": "1F1EA-1F1EC", + "tags": [ + "EG", + "旗" + ], + "emoji": "🇪🇬", + "text": "", + "type": 1, + "order": 4398, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 西撒哈拉", + "hexcode": "1F1EA-1F1ED", + "tags": [ + "EH", + "旗" + ], + "emoji": "🇪🇭", + "text": "", + "type": 1, + "order": 4399, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 厄立特里亚", + "hexcode": "1F1EA-1F1F7", + "tags": [ + "ER", + "旗" + ], + "emoji": "🇪🇷", + "text": "", + "type": 1, + "order": 4400, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 西班牙", + "hexcode": "1F1EA-1F1F8", + "tags": [ + "ES", + "旗" + ], + "emoji": "🇪🇸", + "text": "", + "type": 1, + "order": 4401, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 埃塞俄比亚", + "hexcode": "1F1EA-1F1F9", + "tags": [ + "ET", + "旗" + ], + "emoji": "🇪🇹", + "text": "", + "type": 1, + "order": 4402, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 欧盟", + "hexcode": "1F1EA-1F1FA", + "tags": [ + "EU", + "旗" + ], + "emoji": "🇪🇺", + "text": "", + "type": 1, + "order": 4403, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 芬兰", + "hexcode": "1F1EB-1F1EE", + "tags": [ + "FI", + "旗" + ], + "emoji": "🇫🇮", + "text": "", + "type": 1, + "order": 4404, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斐济", + "hexcode": "1F1EB-1F1EF", + "tags": [ + "FJ", + "旗" + ], + "emoji": "🇫🇯", + "text": "", + "type": 1, + "order": 4405, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 福克兰群岛", + "hexcode": "1F1EB-1F1F0", + "tags": [ + "FK", + "旗" + ], + "emoji": "🇫🇰", + "text": "", + "type": 1, + "order": 4406, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 密克罗尼西亚", + "hexcode": "1F1EB-1F1F2", + "tags": [ + "FM", + "旗" + ], + "emoji": "🇫🇲", + "text": "", + "type": 1, + "order": 4407, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法罗群岛", + "hexcode": "1F1EB-1F1F4", + "tags": [ + "FO", + "旗" + ], + "emoji": "🇫🇴", + "text": "", + "type": 1, + "order": 4408, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法国", + "hexcode": "1F1EB-1F1F7", + "tags": [ + "FR", + "旗" + ], + "emoji": "🇫🇷", + "text": "", + "type": 1, + "order": 4409, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 加蓬", + "hexcode": "1F1EC-1F1E6", + "tags": [ + "GA", + "旗" + ], + "emoji": "🇬🇦", + "text": "", + "type": 1, + "order": 4410, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 英国", + "hexcode": "1F1EC-1F1E7", + "tags": [ + "GB", + "旗" + ], + "emoji": "🇬🇧", + "text": "", + "type": 1, + "order": 4411, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 格林纳达", + "hexcode": "1F1EC-1F1E9", + "tags": [ + "GD", + "旗" + ], + "emoji": "🇬🇩", + "text": "", + "type": 1, + "order": 4412, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 格鲁吉亚", + "hexcode": "1F1EC-1F1EA", + "tags": [ + "GE", + "旗" + ], + "emoji": "🇬🇪", + "text": "", + "type": 1, + "order": 4413, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法属圭亚那", + "hexcode": "1F1EC-1F1EB", + "tags": [ + "GF", + "旗" + ], + "emoji": "🇬🇫", + "text": "", + "type": 1, + "order": 4414, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 根西岛", + "hexcode": "1F1EC-1F1EC", + "tags": [ + "GG", + "旗" + ], + "emoji": "🇬🇬", + "text": "", + "type": 1, + "order": 4415, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 加纳", + "hexcode": "1F1EC-1F1ED", + "tags": [ + "GH", + "旗" + ], + "emoji": "🇬🇭", + "text": "", + "type": 1, + "order": 4416, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 直布罗陀", + "hexcode": "1F1EC-1F1EE", + "tags": [ + "GI", + "旗" + ], + "emoji": "🇬🇮", + "text": "", + "type": 1, + "order": 4417, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 格陵兰", + "hexcode": "1F1EC-1F1F1", + "tags": [ + "GL", + "旗" + ], + "emoji": "🇬🇱", + "text": "", + "type": 1, + "order": 4418, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 冈比亚", + "hexcode": "1F1EC-1F1F2", + "tags": [ + "GM", + "旗" + ], + "emoji": "🇬🇲", + "text": "", + "type": 1, + "order": 4419, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 几内亚", + "hexcode": "1F1EC-1F1F3", + "tags": [ + "GN", + "旗" + ], + "emoji": "🇬🇳", + "text": "", + "type": 1, + "order": 4420, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瓜德罗普", + "hexcode": "1F1EC-1F1F5", + "tags": [ + "GP", + "旗" + ], + "emoji": "🇬🇵", + "text": "", + "type": 1, + "order": 4421, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 赤道几内亚", + "hexcode": "1F1EC-1F1F6", + "tags": [ + "GQ", + "旗" + ], + "emoji": "🇬🇶", + "text": "", + "type": 1, + "order": 4422, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 希腊", + "hexcode": "1F1EC-1F1F7", + "tags": [ + "GR", + "旗" + ], + "emoji": "🇬🇷", + "text": "", + "type": 1, + "order": 4423, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 南乔治亚和南桑威奇群岛", + "hexcode": "1F1EC-1F1F8", + "tags": [ + "GS", + "旗" + ], + "emoji": "🇬🇸", + "text": "", + "type": 1, + "order": 4424, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 危地马拉", + "hexcode": "1F1EC-1F1F9", + "tags": [ + "GT", + "旗" + ], + "emoji": "🇬🇹", + "text": "", + "type": 1, + "order": 4425, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 关岛", + "hexcode": "1F1EC-1F1FA", + "tags": [ + "GU", + "旗" + ], + "emoji": "🇬🇺", + "text": "", + "type": 1, + "order": 4426, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 几内亚比绍", + "hexcode": "1F1EC-1F1FC", + "tags": [ + "GW", + "旗" + ], + "emoji": "🇬🇼", + "text": "", + "type": 1, + "order": 4427, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圭亚那", + "hexcode": "1F1EC-1F1FE", + "tags": [ + "GY", + "旗" + ], + "emoji": "🇬🇾", + "text": "", + "type": 1, + "order": 4428, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 中国香港特别行政区", + "hexcode": "1F1ED-1F1F0", + "tags": [ + "HK", + "旗" + ], + "emoji": "🇭🇰", + "text": "", + "type": 1, + "order": 4429, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 赫德岛和麦克唐纳群岛", + "hexcode": "1F1ED-1F1F2", + "tags": [ + "HM", + "旗" + ], + "emoji": "🇭🇲", + "text": "", + "type": 1, + "order": 4430, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 洪都拉斯", + "hexcode": "1F1ED-1F1F3", + "tags": [ + "HN", + "旗" + ], + "emoji": "🇭🇳", + "text": "", + "type": 1, + "order": 4431, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 克罗地亚", + "hexcode": "1F1ED-1F1F7", + "tags": [ + "HR", + "旗" + ], + "emoji": "🇭🇷", + "text": "", + "type": 1, + "order": 4432, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 海地", + "hexcode": "1F1ED-1F1F9", + "tags": [ + "HT", + "旗" + ], + "emoji": "🇭🇹", + "text": "", + "type": 1, + "order": 4433, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 匈牙利", + "hexcode": "1F1ED-1F1FA", + "tags": [ + "HU", + "旗" + ], + "emoji": "🇭🇺", + "text": "", + "type": 1, + "order": 4434, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 加纳利群岛", + "hexcode": "1F1EE-1F1E8", + "tags": [ + "IC", + "旗" + ], + "emoji": "🇮🇨", + "text": "", + "type": 1, + "order": 4435, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 印度尼西亚", + "hexcode": "1F1EE-1F1E9", + "tags": [ + "ID", + "旗" + ], + "emoji": "🇮🇩", + "text": "", + "type": 1, + "order": 4436, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 爱尔兰", + "hexcode": "1F1EE-1F1EA", + "tags": [ + "IE", + "旗" + ], + "emoji": "🇮🇪", + "text": "", + "type": 1, + "order": 4437, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 以色列", + "hexcode": "1F1EE-1F1F1", + "tags": [ + "IL", + "旗" + ], + "emoji": "🇮🇱", + "text": "", + "type": 1, + "order": 4438, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马恩岛", + "hexcode": "1F1EE-1F1F2", + "tags": [ + "IM", + "旗" + ], + "emoji": "🇮🇲", + "text": "", + "type": 1, + "order": 4439, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 印度", + "hexcode": "1F1EE-1F1F3", + "tags": [ + "IN", + "旗" + ], + "emoji": "🇮🇳", + "text": "", + "type": 1, + "order": 4440, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 英属印度洋领地", + "hexcode": "1F1EE-1F1F4", + "tags": [ + "IO", + "旗" + ], + "emoji": "🇮🇴", + "text": "", + "type": 1, + "order": 4441, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 伊拉克", + "hexcode": "1F1EE-1F1F6", + "tags": [ + "IQ", + "旗" + ], + "emoji": "🇮🇶", + "text": "", + "type": 1, + "order": 4442, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 伊朗", + "hexcode": "1F1EE-1F1F7", + "tags": [ + "IR", + "旗" + ], + "emoji": "🇮🇷", + "text": "", + "type": 1, + "order": 4443, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 冰岛", + "hexcode": "1F1EE-1F1F8", + "tags": [ + "IS", + "旗" + ], + "emoji": "🇮🇸", + "text": "", + "type": 1, + "order": 4444, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 意大利", + "hexcode": "1F1EE-1F1F9", + "tags": [ + "IT", + "旗" + ], + "emoji": "🇮🇹", + "text": "", + "type": 1, + "order": 4445, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 泽西岛", + "hexcode": "1F1EF-1F1EA", + "tags": [ + "JE", + "旗" + ], + "emoji": "🇯🇪", + "text": "", + "type": 1, + "order": 4446, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 牙买加", + "hexcode": "1F1EF-1F1F2", + "tags": [ + "JM", + "旗" + ], + "emoji": "🇯🇲", + "text": "", + "type": 1, + "order": 4447, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 约旦", + "hexcode": "1F1EF-1F1F4", + "tags": [ + "JO", + "旗" + ], + "emoji": "🇯🇴", + "text": "", + "type": 1, + "order": 4448, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 日本", + "hexcode": "1F1EF-1F1F5", + "tags": [ + "JP", + "旗" + ], + "emoji": "🇯🇵", + "text": "", + "type": 1, + "order": 4449, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 肯尼亚", + "hexcode": "1F1F0-1F1EA", + "tags": [ + "KE", + "旗" + ], + "emoji": "🇰🇪", + "text": "", + "type": 1, + "order": 4450, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 吉尔吉斯斯坦", + "hexcode": "1F1F0-1F1EC", + "tags": [ + "KG", + "旗" + ], + "emoji": "🇰🇬", + "text": "", + "type": 1, + "order": 4451, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 柬埔寨", + "hexcode": "1F1F0-1F1ED", + "tags": [ + "KH", + "旗" + ], + "emoji": "🇰🇭", + "text": "", + "type": 1, + "order": 4452, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 基里巴斯", + "hexcode": "1F1F0-1F1EE", + "tags": [ + "KI", + "旗" + ], + "emoji": "🇰🇮", + "text": "", + "type": 1, + "order": 4453, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 科摩罗", + "hexcode": "1F1F0-1F1F2", + "tags": [ + "KM", + "旗" + ], + "emoji": "🇰🇲", + "text": "", + "type": 1, + "order": 4454, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣基茨和尼维斯", + "hexcode": "1F1F0-1F1F3", + "tags": [ + "KN", + "旗" + ], + "emoji": "🇰🇳", + "text": "", + "type": 1, + "order": 4455, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 朝鲜", + "hexcode": "1F1F0-1F1F5", + "tags": [ + "KP", + "旗" + ], + "emoji": "🇰🇵", + "text": "", + "type": 1, + "order": 4456, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 韩国", + "hexcode": "1F1F0-1F1F7", + "tags": [ + "KR", + "旗" + ], + "emoji": "🇰🇷", + "text": "", + "type": 1, + "order": 4457, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 科威特", + "hexcode": "1F1F0-1F1FC", + "tags": [ + "KW", + "旗" + ], + "emoji": "🇰🇼", + "text": "", + "type": 1, + "order": 4458, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 开曼群岛", + "hexcode": "1F1F0-1F1FE", + "tags": [ + "KY", + "旗" + ], + "emoji": "🇰🇾", + "text": "", + "type": 1, + "order": 4459, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 哈萨克斯坦", + "hexcode": "1F1F0-1F1FF", + "tags": [ + "KZ", + "旗" + ], + "emoji": "🇰🇿", + "text": "", + "type": 1, + "order": 4460, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 老挝", + "hexcode": "1F1F1-1F1E6", + "tags": [ + "LA", + "旗" + ], + "emoji": "🇱🇦", + "text": "", + "type": 1, + "order": 4461, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 黎巴嫩", + "hexcode": "1F1F1-1F1E7", + "tags": [ + "LB", + "旗" + ], + "emoji": "🇱🇧", + "text": "", + "type": 1, + "order": 4462, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣卢西亚", + "hexcode": "1F1F1-1F1E8", + "tags": [ + "LC", + "旗" + ], + "emoji": "🇱🇨", + "text": "", + "type": 1, + "order": 4463, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 列支敦士登", + "hexcode": "1F1F1-1F1EE", + "tags": [ + "LI", + "旗" + ], + "emoji": "🇱🇮", + "text": "", + "type": 1, + "order": 4464, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斯里兰卡", + "hexcode": "1F1F1-1F1F0", + "tags": [ + "LK", + "旗" + ], + "emoji": "🇱🇰", + "text": "", + "type": 1, + "order": 4465, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 利比里亚", + "hexcode": "1F1F1-1F1F7", + "tags": [ + "LR", + "旗" + ], + "emoji": "🇱🇷", + "text": "", + "type": 1, + "order": 4466, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 莱索托", + "hexcode": "1F1F1-1F1F8", + "tags": [ + "LS", + "旗" + ], + "emoji": "🇱🇸", + "text": "", + "type": 1, + "order": 4467, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 立陶宛", + "hexcode": "1F1F1-1F1F9", + "tags": [ + "LT", + "旗" + ], + "emoji": "🇱🇹", + "text": "", + "type": 1, + "order": 4468, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 卢森堡", + "hexcode": "1F1F1-1F1FA", + "tags": [ + "LU", + "旗" + ], + "emoji": "🇱🇺", + "text": "", + "type": 1, + "order": 4469, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 拉脱维亚", + "hexcode": "1F1F1-1F1FB", + "tags": [ + "LV", + "旗" + ], + "emoji": "🇱🇻", + "text": "", + "type": 1, + "order": 4470, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 利比亚", + "hexcode": "1F1F1-1F1FE", + "tags": [ + "LY", + "旗" + ], + "emoji": "🇱🇾", + "text": "", + "type": 1, + "order": 4471, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 摩洛哥", + "hexcode": "1F1F2-1F1E6", + "tags": [ + "MA", + "旗" + ], + "emoji": "🇲🇦", + "text": "", + "type": 1, + "order": 4472, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 摩纳哥", + "hexcode": "1F1F2-1F1E8", + "tags": [ + "MC", + "旗" + ], + "emoji": "🇲🇨", + "text": "", + "type": 1, + "order": 4473, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 摩尔多瓦", + "hexcode": "1F1F2-1F1E9", + "tags": [ + "MD", + "旗" + ], + "emoji": "🇲🇩", + "text": "", + "type": 1, + "order": 4474, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 黑山", + "hexcode": "1F1F2-1F1EA", + "tags": [ + "ME", + "旗" + ], + "emoji": "🇲🇪", + "text": "", + "type": 1, + "order": 4475, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法属圣马丁", + "hexcode": "1F1F2-1F1EB", + "tags": [ + "MF", + "旗" + ], + "emoji": "🇲🇫", + "text": "", + "type": 1, + "order": 4476, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马达加斯加", + "hexcode": "1F1F2-1F1EC", + "tags": [ + "MG", + "旗" + ], + "emoji": "🇲🇬", + "text": "", + "type": 1, + "order": 4477, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马绍尔群岛", + "hexcode": "1F1F2-1F1ED", + "tags": [ + "MH", + "旗" + ], + "emoji": "🇲🇭", + "text": "", + "type": 1, + "order": 4478, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 北马其顿", + "hexcode": "1F1F2-1F1F0", + "tags": [ + "MK", + "旗" + ], + "emoji": "🇲🇰", + "text": "", + "type": 1, + "order": 4479, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马里", + "hexcode": "1F1F2-1F1F1", + "tags": [ + "ML", + "旗" + ], + "emoji": "🇲🇱", + "text": "", + "type": 1, + "order": 4480, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 缅甸", + "hexcode": "1F1F2-1F1F2", + "tags": [ + "MM", + "旗" + ], + "emoji": "🇲🇲", + "text": "", + "type": 1, + "order": 4481, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 蒙古", + "hexcode": "1F1F2-1F1F3", + "tags": [ + "MN", + "旗" + ], + "emoji": "🇲🇳", + "text": "", + "type": 1, + "order": 4482, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 中国澳门特别行政区", + "hexcode": "1F1F2-1F1F4", + "tags": [ + "MO", + "旗" + ], + "emoji": "🇲🇴", + "text": "", + "type": 1, + "order": 4483, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 北马里亚纳群岛", + "hexcode": "1F1F2-1F1F5", + "tags": [ + "MP", + "旗" + ], + "emoji": "🇲🇵", + "text": "", + "type": 1, + "order": 4484, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马提尼克", + "hexcode": "1F1F2-1F1F6", + "tags": [ + "MQ", + "旗" + ], + "emoji": "🇲🇶", + "text": "", + "type": 1, + "order": 4485, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 毛里塔尼亚", + "hexcode": "1F1F2-1F1F7", + "tags": [ + "MR", + "旗" + ], + "emoji": "🇲🇷", + "text": "", + "type": 1, + "order": 4486, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 蒙特塞拉特", + "hexcode": "1F1F2-1F1F8", + "tags": [ + "MS", + "旗" + ], + "emoji": "🇲🇸", + "text": "", + "type": 1, + "order": 4487, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马耳他", + "hexcode": "1F1F2-1F1F9", + "tags": [ + "MT", + "旗" + ], + "emoji": "🇲🇹", + "text": "", + "type": 1, + "order": 4488, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 毛里求斯", + "hexcode": "1F1F2-1F1FA", + "tags": [ + "MU", + "旗" + ], + "emoji": "🇲🇺", + "text": "", + "type": 1, + "order": 4489, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马尔代夫", + "hexcode": "1F1F2-1F1FB", + "tags": [ + "MV", + "旗" + ], + "emoji": "🇲🇻", + "text": "", + "type": 1, + "order": 4490, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马拉维", + "hexcode": "1F1F2-1F1FC", + "tags": [ + "MW", + "旗" + ], + "emoji": "🇲🇼", + "text": "", + "type": 1, + "order": 4491, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 墨西哥", + "hexcode": "1F1F2-1F1FD", + "tags": [ + "MX", + "旗" + ], + "emoji": "🇲🇽", + "text": "", + "type": 1, + "order": 4492, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马来西亚", + "hexcode": "1F1F2-1F1FE", + "tags": [ + "MY", + "旗" + ], + "emoji": "🇲🇾", + "text": "", + "type": 1, + "order": 4493, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 莫桑比克", + "hexcode": "1F1F2-1F1FF", + "tags": [ + "MZ", + "旗" + ], + "emoji": "🇲🇿", + "text": "", + "type": 1, + "order": 4494, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 纳米比亚", + "hexcode": "1F1F3-1F1E6", + "tags": [ + "NA", + "旗" + ], + "emoji": "🇳🇦", + "text": "", + "type": 1, + "order": 4495, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 新喀里多尼亚", + "hexcode": "1F1F3-1F1E8", + "tags": [ + "NC", + "旗" + ], + "emoji": "🇳🇨", + "text": "", + "type": 1, + "order": 4496, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 尼日尔", + "hexcode": "1F1F3-1F1EA", + "tags": [ + "NE", + "旗" + ], + "emoji": "🇳🇪", + "text": "", + "type": 1, + "order": 4497, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 诺福克岛", + "hexcode": "1F1F3-1F1EB", + "tags": [ + "NF", + "旗" + ], + "emoji": "🇳🇫", + "text": "", + "type": 1, + "order": 4498, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 尼日利亚", + "hexcode": "1F1F3-1F1EC", + "tags": [ + "NG", + "旗" + ], + "emoji": "🇳🇬", + "text": "", + "type": 1, + "order": 4499, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 尼加拉瓜", + "hexcode": "1F1F3-1F1EE", + "tags": [ + "NI", + "旗" + ], + "emoji": "🇳🇮", + "text": "", + "type": 1, + "order": 4500, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 荷兰", + "hexcode": "1F1F3-1F1F1", + "tags": [ + "NL", + "旗" + ], + "emoji": "🇳🇱", + "text": "", + "type": 1, + "order": 4501, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 挪威", + "hexcode": "1F1F3-1F1F4", + "tags": [ + "NO", + "旗" + ], + "emoji": "🇳🇴", + "text": "", + "type": 1, + "order": 4502, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 尼泊尔", + "hexcode": "1F1F3-1F1F5", + "tags": [ + "NP", + "旗" + ], + "emoji": "🇳🇵", + "text": "", + "type": 1, + "order": 4503, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瑙鲁", + "hexcode": "1F1F3-1F1F7", + "tags": [ + "NR", + "旗" + ], + "emoji": "🇳🇷", + "text": "", + "type": 1, + "order": 4504, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 纽埃", + "hexcode": "1F1F3-1F1FA", + "tags": [ + "NU", + "旗" + ], + "emoji": "🇳🇺", + "text": "", + "type": 1, + "order": 4505, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 新西兰", + "hexcode": "1F1F3-1F1FF", + "tags": [ + "NZ", + "旗" + ], + "emoji": "🇳🇿", + "text": "", + "type": 1, + "order": 4506, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 阿曼", + "hexcode": "1F1F4-1F1F2", + "tags": [ + "OM", + "旗" + ], + "emoji": "🇴🇲", + "text": "", + "type": 1, + "order": 4507, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴拿马", + "hexcode": "1F1F5-1F1E6", + "tags": [ + "PA", + "旗" + ], + "emoji": "🇵🇦", + "text": "", + "type": 1, + "order": 4508, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 秘鲁", + "hexcode": "1F1F5-1F1EA", + "tags": [ + "PE", + "旗" + ], + "emoji": "🇵🇪", + "text": "", + "type": 1, + "order": 4509, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法属波利尼西亚", + "hexcode": "1F1F5-1F1EB", + "tags": [ + "PF", + "旗" + ], + "emoji": "🇵🇫", + "text": "", + "type": 1, + "order": 4510, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴布亚新几内亚", + "hexcode": "1F1F5-1F1EC", + "tags": [ + "PG", + "旗" + ], + "emoji": "🇵🇬", + "text": "", + "type": 1, + "order": 4511, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 菲律宾", + "hexcode": "1F1F5-1F1ED", + "tags": [ + "PH", + "旗" + ], + "emoji": "🇵🇭", + "text": "", + "type": 1, + "order": 4512, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴基斯坦", + "hexcode": "1F1F5-1F1F0", + "tags": [ + "PK", + "旗" + ], + "emoji": "🇵🇰", + "text": "", + "type": 1, + "order": 4513, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 波兰", + "hexcode": "1F1F5-1F1F1", + "tags": [ + "PL", + "旗" + ], + "emoji": "🇵🇱", + "text": "", + "type": 1, + "order": 4514, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣皮埃尔和密克隆群岛", + "hexcode": "1F1F5-1F1F2", + "tags": [ + "PM", + "旗" + ], + "emoji": "🇵🇲", + "text": "", + "type": 1, + "order": 4515, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 皮特凯恩群岛", + "hexcode": "1F1F5-1F1F3", + "tags": [ + "PN", + "旗" + ], + "emoji": "🇵🇳", + "text": "", + "type": 1, + "order": 4516, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 波多黎各", + "hexcode": "1F1F5-1F1F7", + "tags": [ + "PR", + "旗" + ], + "emoji": "🇵🇷", + "text": "", + "type": 1, + "order": 4517, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴勒斯坦领土", + "hexcode": "1F1F5-1F1F8", + "tags": [ + "PS", + "旗" + ], + "emoji": "🇵🇸", + "text": "", + "type": 1, + "order": 4518, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 葡萄牙", + "hexcode": "1F1F5-1F1F9", + "tags": [ + "PT", + "旗" + ], + "emoji": "🇵🇹", + "text": "", + "type": 1, + "order": 4519, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 帕劳", + "hexcode": "1F1F5-1F1FC", + "tags": [ + "PW", + "旗" + ], + "emoji": "🇵🇼", + "text": "", + "type": 1, + "order": 4520, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 巴拉圭", + "hexcode": "1F1F5-1F1FE", + "tags": [ + "PY", + "旗" + ], + "emoji": "🇵🇾", + "text": "", + "type": 1, + "order": 4521, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 卡塔尔", + "hexcode": "1F1F6-1F1E6", + "tags": [ + "QA", + "旗" + ], + "emoji": "🇶🇦", + "text": "", + "type": 1, + "order": 4522, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 留尼汪", + "hexcode": "1F1F7-1F1EA", + "tags": [ + "RE", + "旗" + ], + "emoji": "🇷🇪", + "text": "", + "type": 1, + "order": 4523, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 罗马尼亚", + "hexcode": "1F1F7-1F1F4", + "tags": [ + "RO", + "旗" + ], + "emoji": "🇷🇴", + "text": "", + "type": 1, + "order": 4524, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塞尔维亚", + "hexcode": "1F1F7-1F1F8", + "tags": [ + "RS", + "旗" + ], + "emoji": "🇷🇸", + "text": "", + "type": 1, + "order": 4525, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 俄罗斯", + "hexcode": "1F1F7-1F1FA", + "tags": [ + "RU", + "旗" + ], + "emoji": "🇷🇺", + "text": "", + "type": 1, + "order": 4526, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 卢旺达", + "hexcode": "1F1F7-1F1FC", + "tags": [ + "RW", + "旗" + ], + "emoji": "🇷🇼", + "text": "", + "type": 1, + "order": 4527, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 沙特阿拉伯", + "hexcode": "1F1F8-1F1E6", + "tags": [ + "SA", + "旗" + ], + "emoji": "🇸🇦", + "text": "", + "type": 1, + "order": 4528, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 所罗门群岛", + "hexcode": "1F1F8-1F1E7", + "tags": [ + "SB", + "旗" + ], + "emoji": "🇸🇧", + "text": "", + "type": 1, + "order": 4529, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塞舌尔", + "hexcode": "1F1F8-1F1E8", + "tags": [ + "SC", + "旗" + ], + "emoji": "🇸🇨", + "text": "", + "type": 1, + "order": 4530, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 苏丹", + "hexcode": "1F1F8-1F1E9", + "tags": [ + "SD", + "旗" + ], + "emoji": "🇸🇩", + "text": "", + "type": 1, + "order": 4531, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瑞典", + "hexcode": "1F1F8-1F1EA", + "tags": [ + "SE", + "旗" + ], + "emoji": "🇸🇪", + "text": "", + "type": 1, + "order": 4532, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 新加坡", + "hexcode": "1F1F8-1F1EC", + "tags": [ + "SG", + "旗" + ], + "emoji": "🇸🇬", + "text": "", + "type": 1, + "order": 4533, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣赫勒拿", + "hexcode": "1F1F8-1F1ED", + "tags": [ + "SH", + "旗" + ], + "emoji": "🇸🇭", + "text": "", + "type": 1, + "order": 4534, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斯洛文尼亚", + "hexcode": "1F1F8-1F1EE", + "tags": [ + "SI", + "旗" + ], + "emoji": "🇸🇮", + "text": "", + "type": 1, + "order": 4535, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斯瓦尔巴和扬马延", + "hexcode": "1F1F8-1F1EF", + "tags": [ + "SJ", + "旗" + ], + "emoji": "🇸🇯", + "text": "", + "type": 1, + "order": 4536, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斯洛伐克", + "hexcode": "1F1F8-1F1F0", + "tags": [ + "SK", + "旗" + ], + "emoji": "🇸🇰", + "text": "", + "type": 1, + "order": 4537, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塞拉利昂", + "hexcode": "1F1F8-1F1F1", + "tags": [ + "SL", + "旗" + ], + "emoji": "🇸🇱", + "text": "", + "type": 1, + "order": 4538, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣马力诺", + "hexcode": "1F1F8-1F1F2", + "tags": [ + "SM", + "旗" + ], + "emoji": "🇸🇲", + "text": "", + "type": 1, + "order": 4539, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塞内加尔", + "hexcode": "1F1F8-1F1F3", + "tags": [ + "SN", + "旗" + ], + "emoji": "🇸🇳", + "text": "", + "type": 1, + "order": 4540, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 索马里", + "hexcode": "1F1F8-1F1F4", + "tags": [ + "SO", + "旗" + ], + "emoji": "🇸🇴", + "text": "", + "type": 1, + "order": 4541, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 苏里南", + "hexcode": "1F1F8-1F1F7", + "tags": [ + "SR", + "旗" + ], + "emoji": "🇸🇷", + "text": "", + "type": 1, + "order": 4542, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 南苏丹", + "hexcode": "1F1F8-1F1F8", + "tags": [ + "SS", + "旗" + ], + "emoji": "🇸🇸", + "text": "", + "type": 1, + "order": 4543, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣多美和普林西比", + "hexcode": "1F1F8-1F1F9", + "tags": [ + "ST", + "旗" + ], + "emoji": "🇸🇹", + "text": "", + "type": 1, + "order": 4544, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 萨尔瓦多", + "hexcode": "1F1F8-1F1FB", + "tags": [ + "SV", + "旗" + ], + "emoji": "🇸🇻", + "text": "", + "type": 1, + "order": 4545, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 荷属圣马丁", + "hexcode": "1F1F8-1F1FD", + "tags": [ + "SX", + "旗" + ], + "emoji": "🇸🇽", + "text": "", + "type": 1, + "order": 4546, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 叙利亚", + "hexcode": "1F1F8-1F1FE", + "tags": [ + "SY", + "旗" + ], + "emoji": "🇸🇾", + "text": "", + "type": 1, + "order": 4547, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 斯威士兰", + "hexcode": "1F1F8-1F1FF", + "tags": [ + "SZ", + "旗" + ], + "emoji": "🇸🇿", + "text": "", + "type": 1, + "order": 4548, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 特里斯坦-达库尼亚群岛", + "hexcode": "1F1F9-1F1E6", + "tags": [ + "TA", + "旗" + ], + "emoji": "🇹🇦", + "text": "", + "type": 1, + "order": 4549, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 特克斯和凯科斯群岛", + "hexcode": "1F1F9-1F1E8", + "tags": [ + "TC", + "旗" + ], + "emoji": "🇹🇨", + "text": "", + "type": 1, + "order": 4550, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 乍得", + "hexcode": "1F1F9-1F1E9", + "tags": [ + "TD", + "旗" + ], + "emoji": "🇹🇩", + "text": "", + "type": 1, + "order": 4551, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 法属南部领地", + "hexcode": "1F1F9-1F1EB", + "tags": [ + "TF", + "旗" + ], + "emoji": "🇹🇫", + "text": "", + "type": 1, + "order": 4552, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 多哥", + "hexcode": "1F1F9-1F1EC", + "tags": [ + "TG", + "旗" + ], + "emoji": "🇹🇬", + "text": "", + "type": 1, + "order": 4553, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 泰国", + "hexcode": "1F1F9-1F1ED", + "tags": [ + "TH", + "旗" + ], + "emoji": "🇹🇭", + "text": "", + "type": 1, + "order": 4554, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 塔吉克斯坦", + "hexcode": "1F1F9-1F1EF", + "tags": [ + "TJ", + "旗" + ], + "emoji": "🇹🇯", + "text": "", + "type": 1, + "order": 4555, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 托克劳", + "hexcode": "1F1F9-1F1F0", + "tags": [ + "TK", + "旗" + ], + "emoji": "🇹🇰", + "text": "", + "type": 1, + "order": 4556, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 东帝汶", + "hexcode": "1F1F9-1F1F1", + "tags": [ + "TL", + "旗" + ], + "emoji": "🇹🇱", + "text": "", + "type": 1, + "order": 4557, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 土库曼斯坦", + "hexcode": "1F1F9-1F1F2", + "tags": [ + "TM", + "旗" + ], + "emoji": "🇹🇲", + "text": "", + "type": 1, + "order": 4558, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 突尼斯", + "hexcode": "1F1F9-1F1F3", + "tags": [ + "TN", + "旗" + ], + "emoji": "🇹🇳", + "text": "", + "type": 1, + "order": 4559, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 汤加", + "hexcode": "1F1F9-1F1F4", + "tags": [ + "TO", + "旗" + ], + "emoji": "🇹🇴", + "text": "", + "type": 1, + "order": 4560, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 土耳其", + "hexcode": "1F1F9-1F1F7", + "tags": [ + "TR", + "旗" + ], + "emoji": "🇹🇷", + "text": "", + "type": 1, + "order": 4561, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 特立尼达和多巴哥", + "hexcode": "1F1F9-1F1F9", + "tags": [ + "TT", + "旗" + ], + "emoji": "🇹🇹", + "text": "", + "type": 1, + "order": 4562, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 图瓦卢", + "hexcode": "1F1F9-1F1FB", + "tags": [ + "TV", + "旗" + ], + "emoji": "🇹🇻", + "text": "", + "type": 1, + "order": 4563, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 台湾", + "hexcode": "1F1F9-1F1FC", + "tags": [ + "TW", + "旗" + ], + "emoji": "🇹🇼", + "text": "", + "type": 1, + "order": 4564, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 坦桑尼亚", + "hexcode": "1F1F9-1F1FF", + "tags": [ + "TZ", + "旗" + ], + "emoji": "🇹🇿", + "text": "", + "type": 1, + "order": 4565, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 乌克兰", + "hexcode": "1F1FA-1F1E6", + "tags": [ + "UA", + "旗" + ], + "emoji": "🇺🇦", + "text": "", + "type": 1, + "order": 4566, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 乌干达", + "hexcode": "1F1FA-1F1EC", + "tags": [ + "UG", + "旗" + ], + "emoji": "🇺🇬", + "text": "", + "type": 1, + "order": 4567, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 美国本土外小岛屿", + "hexcode": "1F1FA-1F1F2", + "tags": [ + "UM", + "旗" + ], + "emoji": "🇺🇲", + "text": "", + "type": 1, + "order": 4568, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 联合国", + "hexcode": "1F1FA-1F1F3", + "tags": [ + "UN", + "旗" + ], + "emoji": "🇺🇳", + "text": "", + "type": 1, + "order": 4569, + "group": 9, + "subgroup": 98, + "version": 4 + }, + { + "annotation": "旗: 美国", + "hexcode": "1F1FA-1F1F8", + "tags": [ + "US", + "旗" + ], + "emoji": "🇺🇸", + "text": "", + "type": 1, + "order": 4570, + "group": 9, + "subgroup": 98, + "version": 0.6 + }, + { + "annotation": "旗: 乌拉圭", + "hexcode": "1F1FA-1F1FE", + "tags": [ + "UY", + "旗" + ], + "emoji": "🇺🇾", + "text": "", + "type": 1, + "order": 4571, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 乌兹别克斯坦", + "hexcode": "1F1FA-1F1FF", + "tags": [ + "UZ", + "旗" + ], + "emoji": "🇺🇿", + "text": "", + "type": 1, + "order": 4572, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 梵蒂冈", + "hexcode": "1F1FB-1F1E6", + "tags": [ + "VA", + "旗" + ], + "emoji": "🇻🇦", + "text": "", + "type": 1, + "order": 4573, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 圣文森特和格林纳丁斯", + "hexcode": "1F1FB-1F1E8", + "tags": [ + "VC", + "旗" + ], + "emoji": "🇻🇨", + "text": "", + "type": 1, + "order": 4574, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 委内瑞拉", + "hexcode": "1F1FB-1F1EA", + "tags": [ + "VE", + "旗" + ], + "emoji": "🇻🇪", + "text": "", + "type": 1, + "order": 4575, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 英属维尔京群岛", + "hexcode": "1F1FB-1F1EC", + "tags": [ + "VG", + "旗" + ], + "emoji": "🇻🇬", + "text": "", + "type": 1, + "order": 4576, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 美属维尔京群岛", + "hexcode": "1F1FB-1F1EE", + "tags": [ + "VI", + "旗" + ], + "emoji": "🇻🇮", + "text": "", + "type": 1, + "order": 4577, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 越南", + "hexcode": "1F1FB-1F1F3", + "tags": [ + "VN", + "旗" + ], + "emoji": "🇻🇳", + "text": "", + "type": 1, + "order": 4578, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瓦努阿图", + "hexcode": "1F1FB-1F1FA", + "tags": [ + "VU", + "旗" + ], + "emoji": "🇻🇺", + "text": "", + "type": 1, + "order": 4579, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 瓦利斯和富图纳", + "hexcode": "1F1FC-1F1EB", + "tags": [ + "WF", + "旗" + ], + "emoji": "🇼🇫", + "text": "", + "type": 1, + "order": 4580, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 萨摩亚", + "hexcode": "1F1FC-1F1F8", + "tags": [ + "WS", + "旗" + ], + "emoji": "🇼🇸", + "text": "", + "type": 1, + "order": 4581, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 科索沃", + "hexcode": "1F1FD-1F1F0", + "tags": [ + "XK", + "旗" + ], + "emoji": "🇽🇰", + "text": "", + "type": 1, + "order": 4582, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 也门", + "hexcode": "1F1FE-1F1EA", + "tags": [ + "YE", + "旗" + ], + "emoji": "🇾🇪", + "text": "", + "type": 1, + "order": 4583, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 马约特", + "hexcode": "1F1FE-1F1F9", + "tags": [ + "YT", + "旗" + ], + "emoji": "🇾🇹", + "text": "", + "type": 1, + "order": 4584, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 南非", + "hexcode": "1F1FF-1F1E6", + "tags": [ + "ZA", + "旗" + ], + "emoji": "🇿🇦", + "text": "", + "type": 1, + "order": 4585, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 赞比亚", + "hexcode": "1F1FF-1F1F2", + "tags": [ + "ZM", + "旗" + ], + "emoji": "🇿🇲", + "text": "", + "type": 1, + "order": 4586, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 津巴布韦", + "hexcode": "1F1FF-1F1FC", + "tags": [ + "ZW", + "旗" + ], + "emoji": "🇿🇼", + "text": "", + "type": 1, + "order": 4587, + "group": 9, + "subgroup": 98, + "version": 2 + }, + { + "annotation": "旗: 英格兰", + "hexcode": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", + "tags": [ + "gbeng", + "旗" + ], + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "text": "", + "type": 1, + "order": 4588, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "旗: 苏格兰", + "hexcode": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", + "tags": [ + "gbsct", + "旗" + ], + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿", + "text": "", + "type": 1, + "order": 4589, + "group": 9, + "subgroup": 99, + "version": 5 + }, + { + "annotation": "旗: 威尔士", + "hexcode": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", + "tags": [ + "gbwls", + "旗" + ], + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿", + "text": "", + "type": 1, + "order": 4590, + "group": 9, + "subgroup": 99, + "version": 5 + } +] \ No newline at end of file diff --git a/missing-sources/rawinflate.js b/missing-sources/rawinflate.js new file mode 120000 index 0000000000..98a73f52a6 --- /dev/null +++ b/missing-sources/rawinflate.js @@ -0,0 +1 @@ +zlib.js-0.1.6/src/rawinflate.js \ No newline at end of file diff --git a/missing-sources/zlib.js-0.1.6/ChangeLog.md b/missing-sources/zlib.js-0.1.6/ChangeLog.md new file mode 100644 index 0000000000..6d15ba0f83 --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/ChangeLog.md @@ -0,0 +1,133 @@ + +# Change Log + + +## 0.1.6: 2013/05/10 + +https://github.com/imaya/zlib.js/compare/0.1.5...0.1.6 + + +### compression + +- export raw deflate + + +### decompression + +- export raw inflate +- fix inflate stream exporting + + +### etc + +- export crc-32 +- add pretty print build +- optimize compile settings +- add english document +- support source maps +- support Travis CI +- refactor unit test +- update closure compiler (custom version) + + +------------------------------------------------------------------------------- + + +## 0.1.5: 2013/02/10 + +https://github.com/imaya/zlib.js/compare/0.1.4...0.1.5 + + +### compression + +- fix PKZIP CRC-32 bug + + +### etc + +- update PKZIP unit test + + +------------------------------------------------------------------------------- + + +## 0.1.4: 2013/02/10 + +https://github.com/imaya/zlib.js/compare/0.1.3...0.1.4 + + +### compression + +- add PKZIP compression (basic support) + + +### decompression + +- add PKZIP decompression (basic support) + + +### etc + +- refactor build environment (use export js file) +- remove license comment in source code + + +------------------------------------------------------------------------------- + + +## 0.1.3: 2012/12/21 + +https://github.com/imaya/zlib.js/compare/0.1.2...0.1.3 + + +### compression + +- fix rare case bug + + +------------------------------------------------------------------------------- + + +## 0.1.2: 2012/12/17 + +https://github.com/imaya/zlib.js/compare/0.1.1...0.1.2 + + +### compression + +- fix adler-32 bug (byte order) +- refactor raw deflate code + +### decompression + +- refactor inflate stream code + +### etc + +- update closure compiler (custom version) +- update inflate unit test (enable adler-32 verification) + + +------------------------------------------------------------------------------- + + +## 0.1.1: 2012/11/15 + +https://github.com/imaya/zlib.js/compare/0.1.0...0.1.1 + + +### compression + +- fix huffman coding (add reverse package merge algorithm) + +### etc + +- fix gunzip unit test + + +------------------------------------------------------------------------------- + + +## 0.1.0: 2012/09/24 + +- first release \ No newline at end of file diff --git a/missing-sources/zlib.js-0.1.6/LICENSE b/missing-sources/zlib.js-0.1.6/LICENSE new file mode 100644 index 0000000000..489fd6451c --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/LICENSE @@ -0,0 +1,28 @@ +/** + * @license + * zlib.js + * JavaScript Zlib Library + * https://github.com/imaya/zlib.js + * + * The MIT License + * + * Copyright (c) 2012 imaya + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS 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. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ diff --git a/missing-sources/zlib.js-0.1.6/LICENSE_min b/missing-sources/zlib.js-0.1.6/LICENSE_min new file mode 100644 index 0000000000..0694e7c048 --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/LICENSE_min @@ -0,0 +1 @@ +/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */ \ No newline at end of file diff --git a/missing-sources/zlib.js-0.1.6/README.en.md b/missing-sources/zlib.js-0.1.6/README.en.md new file mode 100644 index 0000000000..60341241e8 --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/README.en.md @@ -0,0 +1,285 @@ +zlib.js +======= + +[![Build Status](https://travis-ci.org/imaya/zlib.js.png?branch=master)](https://travis-ci.org/imaya/zlib.js) + +[Japanese version](./README.md) + +zlib.js is ZLIB(RFC1950), DEFLATE(RFC1951), GZIP(RFC1952) and PKZIP implementation in JavaScript. + + +Usage +------ + +Use one in "bin" directory. + +- zlib_and_gzip.min.js: ZLIB + GZIP + + (Raw) + * rawdeflate.js: Raw Deflate + * rawinflate.js: Raw Inflate + + zlib.min.js: ZLIB Inflate + Deflate + * inflate.min.js: ZLIB Inflate + * deflate.min.js: ZLIB Deflate + * inflate_stream.min.js: ZLIB Inflate (stream mode) + + (GZIP) + * gzip.min.js: GZIP + * gunzip.min.js: GUNZIP + + (PKZIP) + * zip.min.js ZIP + * unzip.min.js UNZIP +- node-zlib.js: (ZLIB + GZIP for node.js) + + +### Compression + +#### Raw Deflate + +```js +// plain = Array. or Uint8Array +var defalte = new Zlib.RawDeflate(plain); +var compressed = deflate.compress(); +``` + +#### Raw Deflate Option + +See ZLIB Option. + +#### ZLIB + +```js +// plain = Array. or Uint8Array +var defalte = new Zlib.Deflate(plain); +var compressed = deflate.compress(); +``` + +##### ZLIB Option + +Second argument of Zlib.Deflate constructor + +```js +{ + compressionType: Zlib.Deflate.CompressionType, // compression type + lazy: number // lazy matching parameter +} +``` + +Zlib.Deflate.CompressionType is enumerable, +Choose one in NONE (Store), FIXED (Fixed Huffman Coding), DYNAMIC (Dynamic Huffman Coding). +Default value is DYNAMIC. + +lazy is Lazy Matching length. +This parameter is deprecated. + + +#### GZIP + +GZIP implementation is imcompleted. +However no problem in usual use. + +```js +// plain = Array. or Uint8Array +var gzip = new Zlib.Gzip(plain); +var compressed = gzip.compress(); +``` + + +##### GZIP Option + +```js +{ + deflateOptions: Object, // see: deflate option (ZLIB Option) + flags: { + fname: boolean, // use filename? + comment: boolean, // use comment? + fhcrc: boolean // use file checksum? + }, + filename: string, // filename + comment: string // comment +} +``` + + +#### PKZIP + +```js +var zip = new Zlib.Zip(); +// plainData1 +zip.addFile(plainData1, { + filename: stringToByteArray('foo.txt') +}); +zip.addFile(plainData2, { + filename: stringToByteArray('bar.txt') +}); +zip.addFile(plainData3, { + filename: stringToByteArray('baz.txt') +}); +var compressed = zip.compress(); + +function stringToByteArray(str) { + var array = new (window.Uint8Array !== void 0 ? Uint8Array : Array)(str.length); + var i; + var il; + + for (i = 0, il = str.length; i < il; ++i) { + array[i] = str.charCodeAt(i) & 0xff; + } + + return array; +} +``` + +##### PKZIP Option + +filename, comment, extraField are must use Uint8Array if enabled Typed Array. + +```js +{ + filename: (Array.|Uint8Array), // filename + comment: (Array.|Uint8Array), //comment + extraField: (Array.|Uint8Array), // extra field + compress: boolean, // compress when called "addFile" method. + compressionMethod: Zlib.Zip.CompressionMethod, // STORE or DEFLATE + os: Zlib.Zip.OperatingSystem, // MSDOS or UNIX or MACINTOSH + deflateOption: Object // see: ZLIB Option +} +``` + +### Decompression + +#### Raw Deflate + +```js +// compressed = Array. or Uint8Array +var inflate = new Zlib.RawInflate(compressed); +var plain = inflate.decompress(); +``` + +#### Raw Deflate Option + +See ZLIB Option. + +#### ZLIB + +```js +// compressed = Array. or Uint8Array +var inflate = new Zlib.Inflate(compressed); +var plain = inflate.decompress(); +``` + +##### ZLIB Option + +Second argument of Zlib.Inflate constructor + +```js +{ + 'index': number, // start position in input buffer + 'bufferSize': number, // initial output buffer size + 'bufferType': Zlib.Inflate.BufferType, // buffer expantion type + 'resize': boolean, // resize buffer(ArrayBuffer) when end of decompression (default: false) + 'verify': boolean // verify decompression result (default: false) +} +``` + +Zlib.Inflate.BufferType is enumerable. +Choose one ADAPTIVE(default) and BLOCK. + +- ADAPTIVE: buffer expansion based on compression ratio in filled buffer. +- BLOCK: buffer expansion based on BufferSize. + + +#### GZIP + +```js +// compressed = Array. or Uint8Array +var gunzip = new Zlib.Gunzip(compressed); +var plain = gunzip.decompress(); +``` + + +#### PKZIP + + +```js +// compressed = Array. or Uint8Array +var unzip = new Zlib.Unzip(compressed); +var filenames = unzip.getFilenames(); +var plain = unzip.decompress(filenames[0]); +``` + + +### Node.js + +see unit tests. + + + +## Debug + +If you want to know the code before compile, SourceMaps and PrettyPrint can be used. + + +### SourceMaps + +If you want to enable the SourceMaps if, you can use the `src` directory and *.min.js.map. + + - inflate.min.js + - inflate.min.js.map + - [src] + - (source files) + +`[src]` is zlib.js source code directory. + + +### Pretty Print + +`zlib.pretty.js` is not renamed symbol. + + +How to build +------------ + +Build using Ant and Closure Compiler. + +### Requirement + +- Ant 1.8+ +- JRE 1.6+ +- Python + +### Build + +Use "ant" command. + +``` +$ ant [target] +``` + +#### Build target + +target | generate file | implementation +---------------|----------------------|------------- +deps | deps.js | (dependency: deps.js) +deflate | deflate.min.js | ZLIB Deflate +inflate | inflate.min.js | ZLIB Inflate +inflate_stream | inlate_stream.min.js | ZLIB Inlate (stream) +zlib | zlib.min.js | ZLIB Deflate + Inflate +gzip | gzip.min.js | GZIP Compression +gunzip | gunzip.min.js | GZIP Decompression +zlib_and_gzip | zlib_and_gzip.min.js | ZLIB + GZIP +node | node-zlib.js | ZLIB + GZIP for node.js +zip | zip.min.js | PKZIP Compression +unzip | unzip.min.js | PKZIP Decompression +all | * | default target + + +Issue +----- + +Preset dictionary is not implemented. + + +License +-------- + +Copyright © 2012 imaya. +Licensed under the MIT License. diff --git a/missing-sources/zlib.js-0.1.6/README.md b/missing-sources/zlib.js-0.1.6/README.md new file mode 100644 index 0000000000..ad18e41d19 --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/README.md @@ -0,0 +1,307 @@ +zlib.js +======= + +[![Build Status](https://travis-ci.org/imaya/zlib.js.png?branch=master)](https://travis-ci.org/imaya/zlib.js) + +[English version](./README.en.md) + +zlib.js は ZLIB(RFC1950), DEFLATE(RFC1951), GZIP(RFC1952), PKZIP の JavaScript 実装です。 + + +使い方 +------ + +zlib.js は必要な機能ごとに分割されています。 +bin ディレクトリから必要なものを利用してください。 + +- zlib_and_gzip.min.js: ZLIB + GZIP + + (Raw) + * rawdeflate.js: Raw Deflate + * rawinflate.js: Raw Inflate + + zlib.min.js: ZLIB Inflate + Deflate + * inflate.min.js: ZLIB Inflate + * deflate.min.js: ZLIB Deflate + * inflate_stream.min.js: ZLIB Inflate (stream mode) + + (GZIP) + * gzip.min.js: GZIP + * gunzip.min.js: GUNZIP + + (PKZIP) + * zip.min.js ZIP + * unzip.min.js UNZIP +- node-zlib.js: (ZLIB + GZIP for node.js) + + +### 圧縮 (Compress) + +#### Raw Deflate + +```js +// plain = Array. or Uint8Array +var defalte = new Zlib.RawDeflate(plain); +var compressed = deflate.compress(); +``` + +#### Raw Deflate Option + +ZLIB Option を参照してください。 + + +#### ZLIB + +```js +// plain = Array. or Uint8Array +var defalte = new Zlib.Deflate(plain); +var compressed = deflate.compress(); +``` + +##### ZLIB Option + +Zlib.Deflate の第二引数にオブジェクトを渡す事で圧縮オプションを指定する事が出来ます。 + +```js +{ + compressionType: Zlib.Deflate.CompressionType, // 圧縮タイプ + lazy: number // lazy matching の閾値 +} +``` + +Zlib.Deflate.CompressionType は +NONE(無圧縮), FIXED(固定ハフマン符号), DYNAMIC(動的ハフマン符号) から選択する事ができます。 +default は DYNAMIC です。 + +lazy は Lazy Matching の閾値を指定します。 +Lazy Matching とは、LZSS のマッチ長が閾値より低かった場合、次の Byte から LZSS の最長一致を試み、マッチ長の長い方を選択する手法です。 + + +#### GZIP + +GZIP の実装は現在不完全ですが、ただの圧縮コンテナとして使用する場合には特に問題はありません。 +zlib.js を用いて作成された GZIP の OS は、自動的に UNKNOWN に設定されます。 + +```js +// plain = Array. or Uint8Array +var gzip = new Zlib.Gzip(plain); +var compressed = gzip.compress(); +``` + + +##### GZIP Option + +```js +{ + deflateOptions: Object, // deflate option (ZLIB Option 参照) + flags: { + fname: boolean, // ファイル名を使用するか + comment: boolean, // コメントを使用するか + fhcrc: boolean // FHCRC を使用するか + }, + filename: string, // flags.fname が true のときに書き込むファイル名 + comment: string // flags.comment が true のときに書き込むコメント +} +``` + + +#### PKZIP + +PKZIP では複数のファイルを扱うため、他のものとは少し使い方が異なります。 + +```js +var zip = new Zlib.Zip(); +// plainData1 +zip.addFile(plainData1, { + filename: stringToByteArray('foo.txt') +}); +zip.addFile(plainData2, { + filename: stringToByteArray('bar.txt') +}); +zip.addFile(plainData3, { + filename: stringToByteArray('baz.txt') +}); +var compressed = zip.compress(); + +function stringToByteArray(str) { + var array = new (window.Uint8Array !== void 0 ? Uint8Array : Array)(str.length); + var i; + var il; + + for (i = 0, il = str.length; i < il; ++i) { + array[i] = str.charCodeAt(i) & 0xff; + } + + return array; +} +``` + +##### PKZIP Option + +filename, comment, extraField は Typed Array が使用可能な場合は必ず Uint8Array を使用してください。 + +```js +{ + filename: (Array.|Uint8Array), // ファイル名 + comment: (Array.|Uint8Array), // コメント + extraField: (Array.|Uint8Array), // その他の領域 + compress: boolean, // addFile メソッドを呼んだときに圧縮するか (通常は compress メソッドの呼び出し時に圧縮) + compressionMethod: Zlib.Zip.CompressionMethod, // STORE or DEFLATE + os: Zlib.Zip.OperatingSystem, // MSDOS or UNIX or MACINTOSH + deflateOption: Object // see: ZLIB Option +} +``` + +### 伸張 (Decompress) + +圧縮されたデータの伸張は、基本的に各コンストラクタに圧縮されたデータを渡し、 +それの decompress メソッドを呼ぶ事で伸張処理を開始する事が出来ます。 + +#### Raw Deflate + +```js +// compressed = Array. or Uint8Array +var inflate = new Zlib.RawInflate(compressed); +var plain = inflate.decompress(); +``` + +#### Raw Deflate Option + +ZLIB Option を参照してください。 + +#### ZLIB + +```js +// compressed = Array. or Uint8Array +var inflate = new Zlib.Inflate(compressed); +var plain = inflate.decompress(); +``` + +##### ZLIB Option + +Zlib.Inflate の第二引数にオブジェクトを渡す事で伸張オプションを指定する事ができます。 + +```js +{ + 'index': number, // 入力バッファの開始位置 + 'bufferSize': number, // 出力バッファの初期サイズ + 'bufferType': Zlib.Inflate.BufferType, // バッファの管理方法 + 'resize': boolean, // 出力バッファのリサイズ + 'verify': boolean // 伸張結果の検証を行うか +} +``` + +Zlib.Inflate.BufferType は ADAPTIVE(default) か BLOCK を選択する事ができます。 + +- ADAPTIVE はバッファを伸張後のサイズを予測して一気に拡張しますが、データによっては余分にメモリを使用しすぎる事があります。 +- BLOCK では BufferSize ずつ拡張していきますが、動作はあまり速くありません。 + +resize オプションは Typed Array 利用可能時 +decompress メソッドで返却する値の ArrayBuffer を Uint8Array の長さまで縮小させます。 +default は false です。 + +verify オプションは Adler-32 Checksum の検証を行うかを指定します。 +default は false です。 + + +#### GZIP + +```js +// compressed = Array. or Uint8Array +var gunzip = new Zlib.Gunzip(compressed); +var plain = gunzip.decompress(); +``` + +Gunzip のオプションは現在ありません。 + + +#### PKZIP + +PKZIP の構築と同様に複数ファイルを扱うため、他のものとは少し使い方が異なります。 + +```js +// compressed = Array. or Uint8Array +var unzip = new Zlib.Unzip(compressed); +var filenames = unzip.getFilenames(); +var plain = unzip.decompress(filenames[0]); +``` + +Unzip のオプションは現在ありません。 + + +### Node.js + +Node.js で使用する場合はユニットテストを参照してください。 + + + +## Debug + +zlib.js では JavaScript ファイルを minify された形で提供していますが、開発中やデバッグ時に minify する前の状態が知りたい事があります。 +そういった時のために SourceMaps ファイルや Pretty Print されたファイルも提供しています。 + + +### SourceMaps + +SourceMaps を有効にするには以下のように対象となるファイルに `.map` を付けたファイルと、変換前のソースコードである `src` ディレクトリを配置します。 + + - inflate.min.js + - inflate.min.js.map + - [src] + - (source files) + +なお、ここに書いてある `[src]` は zlib.js のリポジトリの `src` ディレクトリをコピーしてください。 + + +### Pretty Print + +SourceMaps とは異なりますが、minify の変数名の短縮のみ避けられれば良いという場合には、 Closure Compiler で読みやすくしたファイルを利用することも可能です。 +`zlib.pretty.js` というファイル名で全ての実装がはいっていますので、minify されたものをこのファイルに置き換えるだけで使用できます。 + + + +How to build +------------ + +ビルドは Ant と Closure Compiler を使用して行います。 + +### 必要な環境 + +- Ant 1.8+ +- JRE 1.6+ +- Python + +### ビルド + +Ant を使ってビルドを行います。 + +``` +$ ant [target] +``` + +#### ビルドターゲット + +target | ファイル名 | 含まれる実装 +---------------|----------------------|------------- +deps | deps.js | 依存関係の解決 +deflate | deflate.min.js | ZLIB Deflate +inflate | inflate.min.js | ZLIB Inflate +inflate_stream | inlate_stream.min.js | ZLIB Inlate (stream) +zlib | zlib.min.js | ZLIB Deflate + Inflate +gzip | gzip.min.js | GZIP Compression +gunzip | gunzip.min.js | GZIP Decompression +zlib_and_gzip | zlib_and_gzip.min.js | ZLIB + GZIP +node | node-zlib.js | ZLIB + GZIP for node.js +zip | zip.min.js | PKZIP Compression +unzip | unzip.min.js | PKZIP Decompression +all | * | default target + + +Issue +----- + +現在プリセット辞書を用いた圧縮形式には対応していません。 +プリセット辞書は通常の圧縮では利用されないため、影響は少ないと思います。 + + +ライセンス +----------- + +Copyright © 2012 imaya. +Licensed under the MIT License. diff --git a/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js b/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js new file mode 100644 index 0000000000..f9c7f87ecd --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js @@ -0,0 +1,15 @@ +/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */(function() {'use strict';var l=void 0,p=this;function q(c,d){var a=c.split("."),b=p;!(a[0]in b)&&b.execScript&&b.execScript("var "+a[0]);for(var e;a.length&&(e=a.shift());)!a.length&&d!==l?b[e]=d:b=b[e]?b[e]:b[e]={}};var r="undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint16Array&&"undefined"!==typeof Uint32Array;function u(c){var d=c.length,a=0,b=Number.POSITIVE_INFINITY,e,f,g,h,k,m,s,n,t;for(n=0;na&&(a=c[n]),c[n]>=1;for(t=m;t>>=1;switch(c){case 0:var d=this.input,a=this.d,b=this.b,e=this.a,f=l,g=l,h=l,k=b.length,m=l;this.c=this.f=0;f=d[a++];if(f===l)throw Error("invalid uncompressed block header: LEN (first byte)");g=f;f=d[a++];if(f===l)throw Error("invalid uncompressed block header: LEN (second byte)");g|=f<<8;f=d[a++];if(f===l)throw Error("invalid uncompressed block header: NLEN (first byte)");h=f;f=d[a++];if(f===l)throw Error("invalid uncompressed block header: NLEN (second byte)");h|= +f<<8;if(g===~h)throw Error("invalid uncompressed block header: length verify");if(a+g>d.length)throw Error("input buffer is broken");switch(this.i){case x:for(;e+g>b.length;){m=k-e;g-=m;if(r)b.set(d.subarray(a,a+m),e),e+=m,a+=m;else for(;m--;)b[e++]=d[a++];this.a=e;b=this.e();e=this.a}break;case w:for(;e+g>b.length;)b=this.e({o:2});break;default:throw Error("invalid inflate mode");}if(r)b.set(d.subarray(a,a+g),e),e+=g,a+=g;else for(;g--;)b[e++]=d[a++];this.d=a;this.a=e;this.b=b;break;case 1:this.j(z, +A);break;case 2:B(this);break;default:throw Error("unknown BTYPE: "+c);}}return this.m()}; +var C=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],D=r?new Uint16Array(C):C,E=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,258,258],F=r?new Uint16Array(E):E,G=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0],H=r?new Uint8Array(G):G,I=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],J=r?new Uint16Array(I):I,K=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13, +13],L=r?new Uint8Array(K):K,M=new (r?Uint8Array:Array)(288),N,O;N=0;for(O=M.length;N=N?8:255>=N?9:279>=N?7:8;var z=u(M),P=new (r?Uint8Array:Array)(30),Q,R;Q=0;for(R=P.length;Q>>d;c.c=b-d;c.d=f;return g} +function S(c,d){for(var a=c.f,b=c.c,e=c.input,f=c.d,g=d[0],h=d[1],k,m,s;b>>16;c.f=a>>s;c.c=b-s;c.d=f;return m&65535} +function B(c){function d(a,c,b){var d,f,e,g;for(g=0;gf)b>=e&&(this.a=b,a=this.e(),b=this.a),a[b++]=f;else{g=f-257;k=F[g];0=e&&(this.a=b,a=this.e(),b=this.a);for(;k--;)a[b]=a[b++-h]}for(;8<=this.c;)this.c-=8,this.d--;this.a=b}; +v.prototype.s=function(c,d){var a=this.b,b=this.a;this.n=c;for(var e=a.length,f,g,h,k;256!==(f=S(this,c));)if(256>f)b>=e&&(a=this.e(),e=a.length),a[b++]=f;else{g=f-257;k=F[g];0e&&(a=this.e(),e=a.length);for(;k--;)a[b]=a[b++-h]}for(;8<=this.c;)this.c-=8,this.d--;this.a=b}; +v.prototype.e=function(){var c=new (r?Uint8Array:Array)(this.a-32768),d=this.a-32768,a,b,e=this.b;if(r)c.set(e.subarray(32768,c.length));else{a=0;for(b=c.length;aa;++a)e[a]=e[d+a];this.a=32768;return e}; +v.prototype.u=function(c){var d,a=this.input.length/this.d+1|0,b,e,f,g=this.input,h=this.b;c&&("number"===typeof c.o&&(a=c.o),"number"===typeof c.q&&(a+=c.q));2>a?(b=(g.length-this.d)/this.n[2],f=258*(b/2)|0,e=fd&&(this.b.length=d),c=this.b);return this.buffer=c};q("Zlib.RawInflate",v);q("Zlib.RawInflate.prototype.decompress",v.prototype.t);var T={ADAPTIVE:w,BLOCK:x},U,V,W,X;if(Object.keys)U=Object.keys(T);else for(V in U=[],W=0,T)U[W++]=V;W=0;for(X=U.length;W + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/missing-sources/zlib.js-0.1.6/closure-primitives/base.js b/missing-sources/zlib.js-0.1.6/closure-primitives/base.js new file mode 100644 index 0000000000..40483dc18a --- /dev/null +++ b/missing-sources/zlib.js-0.1.6/closure-primitives/base.js @@ -0,0 +1,1498 @@ +// Copyright 2006 The Closure Library Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS-IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +/** + * @fileoverview Bootstrap for the Google JS Library (Closure). + * + * In uncompiled mode base.js will write out Closure's deps file, unless the + * global CLOSURE_NO_DEPS is set to true. This allows projects to + * include their own deps file(s) from different locations. + * + */ + + +/** + * @define {boolean} Overridden to true by the compiler when --closure_pass + * or --mark_as_compiled is specified. + */ +var COMPILED = false; + + +/** + * Base namespace for the Closure library. Checks to see goog is + * already defined in the current scope before assigning to prevent + * clobbering if base.js is loaded more than once. + * + * @const + */ +var goog = goog || {}; // Identifies this file as the Closure base. + + +/** + * Reference to the global context. In most cases this will be 'window'. + */ +goog.global = this; + + +/** + * @define {boolean} DEBUG is provided as a convenience so that debugging code + * that should not be included in a production js_binary can be easily stripped + * by specifying --define goog.DEBUG=false to the JSCompiler. For example, most + * toString() methods should be declared inside an "if (goog.DEBUG)" conditional + * because they are generally used for debugging purposes and it is difficult + * for the JSCompiler to statically determine whether they are used. + */ +goog.DEBUG = true; + + +/** + * @define {string} LOCALE defines the locale being used for compilation. It is + * used to select locale specific data to be compiled in js binary. BUILD rule + * can specify this value by "--define goog.LOCALE=" as JSCompiler + * option. + * + * Take into account that the locale code format is important. You should use + * the canonical Unicode format with hyphen as a delimiter. Language must be + * lowercase, Language Script - Capitalized, Region - UPPERCASE. + * There are few examples: pt-BR, en, en-US, sr-Latin-BO, zh-Hans-CN. + * + * See more info about locale codes here: + * http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers + * + * For language codes you should use values defined by ISO 693-1. See it here + * http://www.w3.org/WAI/ER/IG/ert/iso639.htm. There is only one exception from + * this rule: the Hebrew language. For legacy reasons the old code (iw) should + * be used instead of the new code (he), see http://wiki/Main/IIISynonyms. + */ +goog.LOCALE = 'en'; // default to en + + +/** + * Creates object stubs for a namespace. The presence of one or more + * goog.provide() calls indicate that the file defines the given + * objects/namespaces. Build tools also scan for provide/require statements + * to discern dependencies, build dependency files (see deps.js), etc. + * @see goog.require + * @param {string} name Namespace provided by this file in the form + * "goog.package.part". + */ +goog.provide = function(name) { + if (!COMPILED) { + // Ensure that the same namespace isn't provided twice. This is intended + // to teach new developers that 'goog.provide' is effectively a variable + // declaration. And when JSCompiler transforms goog.provide into a real + // variable declaration, the compiled JS should work the same as the raw + // JS--even when the raw JS uses goog.provide incorrectly. + if (goog.isProvided_(name)) { + throw Error('Namespace "' + name + '" already declared.'); + } + delete goog.implicitNamespaces_[name]; + + var namespace = name; + while ((namespace = namespace.substring(0, namespace.lastIndexOf('.')))) { + if (goog.getObjectByName(namespace)) { + break; + } + goog.implicitNamespaces_[namespace] = true; + } + } + + goog.exportPath_(name); +}; + + +/** + * Marks that the current file should only be used for testing, and never for + * live code in production. + * @param {string=} opt_message Optional message to add to the error that's + * raised when used in production code. + */ +goog.setTestOnly = function(opt_message) { + if (COMPILED && !goog.DEBUG) { + opt_message = opt_message || ''; + throw Error('Importing test-only code into non-debug environment' + + opt_message ? ': ' + opt_message : '.'); + } +}; + + +if (!COMPILED) { + + /** + * Check if the given name has been goog.provided. This will return false for + * names that are available only as implicit namespaces. + * @param {string} name name of the object to look for. + * @return {boolean} Whether the name has been provided. + * @private + */ + goog.isProvided_ = function(name) { + return !goog.implicitNamespaces_[name] && !!goog.getObjectByName(name); + }; + + /** + * Namespaces implicitly defined by goog.provide. For example, + * goog.provide('goog.events.Event') implicitly declares + * that 'goog' and 'goog.events' must be namespaces. + * + * @type {Object} + * @private + */ + goog.implicitNamespaces_ = {}; +} + + +/** + * Builds an object structure for the provided namespace path, + * ensuring that names that already exist are not overwritten. For + * example: + * "a.b.c" -> a = {};a.b={};a.b.c={}; + * Used by goog.provide and goog.exportSymbol. + * @param {string} name name of the object that this file defines. + * @param {*=} opt_object the object to expose at the end of the path. + * @param {Object=} opt_objectToExportTo The object to add the path to; default + * is |goog.global|. + * @private + */ +goog.exportPath_ = function(name, opt_object, opt_objectToExportTo) { + var parts = name.split('.'); + var cur = opt_objectToExportTo || goog.global; + + // Internet Explorer exhibits strange behavior when throwing errors from + // methods externed in this manner. See the testExportSymbolExceptions in + // base_test.html for an example. + if (!(parts[0] in cur) && cur.execScript) { + cur.execScript('var ' + parts[0]); + } + + // Certain browsers cannot parse code in the form for((a in b); c;); + // This pattern is produced by the JSCompiler when it collapses the + // statement above into the conditional loop below. To prevent this from + // happening, use a for-loop and reserve the init logic as below. + + // Parentheses added to eliminate strict JS warning in Firefox. + for (var part; parts.length && (part = parts.shift());) { + if (!parts.length && goog.isDef(opt_object)) { + // last part and we have an object; use it + cur[part] = opt_object; + } else if (cur[part]) { + cur = cur[part]; + } else { + cur = cur[part] = {}; + } + } +}; + + +/** + * Returns an object based on its fully qualified external name. If you are + * using a compilation pass that renames property names beware that using this + * function will not find renamed properties. + * + * @param {string} name The fully qualified name. + * @param {Object=} opt_obj The object within which to look; default is + * |goog.global|. + * @return {?} The value (object or primitive) or, if not found, null. + */ +goog.getObjectByName = function(name, opt_obj) { + var parts = name.split('.'); + var cur = opt_obj || goog.global; + for (var part; part = parts.shift(); ) { + if (goog.isDefAndNotNull(cur[part])) { + cur = cur[part]; + } else { + return null; + } + } + return cur; +}; + + +/** + * Globalizes a whole namespace, such as goog or goog.lang. + * + * @param {Object} obj The namespace to globalize. + * @param {Object=} opt_global The object to add the properties to. + * @deprecated Properties may be explicitly exported to the global scope, but + * this should no longer be done in bulk. + */ +goog.globalize = function(obj, opt_global) { + var global = opt_global || goog.global; + for (var x in obj) { + global[x] = obj[x]; + } +}; + + +/** + * Adds a dependency from a file to the files it requires. + * @param {string} relPath The path to the js file. + * @param {Array} provides An array of strings with the names of the objects + * this file provides. + * @param {Array} requires An array of strings with the names of the objects + * this file requires. + */ +goog.addDependency = function(relPath, provides, requires) { + if (!COMPILED) { + var provide, require; + var path = relPath.replace(/\\/g, '/'); + var deps = goog.dependencies_; + for (var i = 0; provide = provides[i]; i++) { + deps.nameToPath[provide] = path; + if (!(path in deps.pathToNames)) { + deps.pathToNames[path] = {}; + } + deps.pathToNames[path][provide] = true; + } + for (var j = 0; require = requires[j]; j++) { + if (!(path in deps.requires)) { + deps.requires[path] = {}; + } + deps.requires[path][require] = true; + } + } +}; + + + + +// NOTE(nnaze): The debug DOM loader was included in base.js as an orignal +// way to do "debug-mode" development. The dependency system can sometimes +// be confusing, as can the debug DOM loader's asyncronous nature. +// +// With the DOM loader, a call to goog.require() is not blocking -- the +// script will not load until some point after the current script. If a +// namespace is needed at runtime, it needs to be defined in a previous +// script, or loaded via require() with its registered dependencies. +// User-defined namespaces may need their own deps file. See http://go/js_deps, +// http://go/genjsdeps, or, externally, DepsWriter. +// http://code.google.com/closure/library/docs/depswriter.html +// +// Because of legacy clients, the DOM loader can't be easily removed from +// base.js. Work is being done to make it disableable or replaceable for +// different environments (DOM-less JavaScript interpreters like Rhino or V8, +// for example). See bootstrap/ for more information. + + +/** + * @define {boolean} Whether to enable the debug loader. + * + * If enabled, a call to goog.require() will attempt to load the namespace by + * appending a script tag to the DOM (if the namespace has been registered). + * + * If disabled, goog.require() will simply assert that the namespace has been + * provided (and depend on the fact that some outside tool correctly ordered + * the script). + */ +goog.ENABLE_DEBUG_LOADER = true; + + +/** + * Implements a system for the dynamic resolution of dependencies + * that works in parallel with the BUILD system. Note that all calls + * to goog.require will be stripped by the JSCompiler when the + * --closure_pass option is used. + * @see goog.provide + * @param {string} name Namespace to include (as was given in goog.provide()) + * in the form "goog.package.part". + */ +goog.require = function(name) { + + // if the object already exists we do not need do do anything + // TODO(arv): If we start to support require based on file name this has + // to change + // TODO(arv): If we allow goog.foo.* this has to change + // TODO(arv): If we implement dynamic load after page load we should probably + // not remove this code for the compiled output + if (!COMPILED) { + if (goog.isProvided_(name)) { + return; + } + + if (goog.ENABLE_DEBUG_LOADER) { + var path = goog.getPathFromDeps_(name); + if (path) { + goog.included_[path] = true; + goog.writeScripts_(); + return; + } + } + + var errorMessage = 'goog.require could not find: ' + name; + if (goog.global.console) { + goog.global.console['error'](errorMessage); + } + + + throw Error(errorMessage); + + } +}; + + +/** + * Path for included scripts + * @type {string} + */ +goog.basePath = ''; + + +/** + * A hook for overriding the base path. + * @type {string|undefined} + */ +goog.global.CLOSURE_BASE_PATH; + + +/** + * Whether to write out Closure's deps file. By default, + * the deps are written. + * @type {boolean|undefined} + */ +goog.global.CLOSURE_NO_DEPS; + + +/** + * A function to import a single script. This is meant to be overridden when + * Closure is being run in non-HTML contexts, such as web workers. It's defined + * in the global scope so that it can be set before base.js is loaded, which + * allows deps.js to be imported properly. + * + * The function is passed the script source, which is a relative URI. It should + * return true if the script was imported, false otherwise. + */ +goog.global.CLOSURE_IMPORT_SCRIPT; + + +/** + * Null function used for default values of callbacks, etc. + * @return {void} Nothing. + */ +goog.nullFunction = function() {}; + + +/** + * The identity function. Returns its first argument. + * + * @param {*=} opt_returnValue The single value that will be returned. + * @param {...*} var_args Optional trailing arguments. These are ignored. + * @return {?} The first argument. We can't know the type -- just pass it along + * without type. + * @deprecated Use goog.functions.identity instead. + */ +goog.identityFunction = function(opt_returnValue, var_args) { + return opt_returnValue; +}; + + +/** + * When defining a class Foo with an abstract method bar(), you can do: + * + * Foo.prototype.bar = goog.abstractMethod + * + * Now if a subclass of Foo fails to override bar(), an error + * will be thrown when bar() is invoked. + * + * Note: This does not take the name of the function to override as + * an argument because that would make it more difficult to obfuscate + * our JavaScript code. + * + * @type {!Function} + * @throws {Error} when invoked to indicate the method should be + * overridden. + */ +goog.abstractMethod = function() { + throw Error('unimplemented abstract method'); +}; + + +/** + * Adds a {@code getInstance} static method that always return the same instance + * object. + * @param {!Function} ctor The constructor for the class to add the static + * method to. + */ +goog.addSingletonGetter = function(ctor) { + ctor.getInstance = function() { + if (ctor.instance_) { + return ctor.instance_; + } + if (goog.DEBUG) { + // NOTE: JSCompiler can't optimize away Array#push. + goog.instantiatedSingletons_[goog.instantiatedSingletons_.length] = ctor; + } + return ctor.instance_ = new ctor; + }; +}; + + +/** + * All singleton classes that have been instantiated, for testing. Don't read + * it directly, use the {@code goog.testing.singleton} module. The compiler + * removes this variable if unused. + * @type {!Array.} + * @private + */ +goog.instantiatedSingletons_ = []; + + +if (!COMPILED && goog.ENABLE_DEBUG_LOADER) { + /** + * Object used to keep track of urls that have already been added. This + * record allows the prevention of circular dependencies. + * @type {Object} + * @private + */ + goog.included_ = {}; + + + /** + * This object is used to keep track of dependencies and other data that is + * used for loading scripts + * @private + * @type {Object} + */ + goog.dependencies_ = { + pathToNames: {}, // 1 to many + nameToPath: {}, // 1 to 1 + requires: {}, // 1 to many + // used when resolving dependencies to prevent us from + // visiting the file twice + visited: {}, + written: {} // used to keep track of script files we have written + }; + + + /** + * Tries to detect whether is in the context of an HTML document. + * @return {boolean} True if it looks like HTML document. + * @private + */ + goog.inHtmlDocument_ = function() { + var doc = goog.global.document; + return typeof doc != 'undefined' && + 'write' in doc; // XULDocument misses write. + }; + + + /** + * Tries to detect the base path of the base.js script that bootstraps Closure + * @private + */ + goog.findBasePath_ = function() { + if (goog.global.CLOSURE_BASE_PATH) { + goog.basePath = goog.global.CLOSURE_BASE_PATH; + return; + } else if (!goog.inHtmlDocument_()) { + return; + } + var doc = goog.global.document; + var scripts = doc.getElementsByTagName('script'); + // Search backwards since the current script is in almost all cases the one + // that has base.js. + for (var i = scripts.length - 1; i >= 0; --i) { + var src = scripts[i].src; + var qmark = src.lastIndexOf('?'); + var l = qmark == -1 ? src.length : qmark; + if (src.substr(l - 7, 7) == 'base.js') { + goog.basePath = src.substr(0, l - 7); + return; + } + } + }; + + + /** + * Imports a script if, and only if, that script hasn't already been imported. + * (Must be called at execution time) + * @param {string} src Script source. + * @private + */ + goog.importScript_ = function(src) { + var importScript = goog.global.CLOSURE_IMPORT_SCRIPT || + goog.writeScriptTag_; + if (!goog.dependencies_.written[src] && importScript(src)) { + goog.dependencies_.written[src] = true; + } + }; + + + /** + * The default implementation of the import function. Writes a script tag to + * import the script. + * + * @param {string} src The script source. + * @return {boolean} True if the script was imported, false otherwise. + * @private + */ + goog.writeScriptTag_ = function(src) { + if (goog.inHtmlDocument_()) { + var doc = goog.global.document; + doc.write( + '