From f3c08fd40d62ee6af67b8c0bc9ee68148584ba8c Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Wed, 9 Feb 2022 18:25:53 +0000 Subject: [PATCH] Import gtk4_4.6.0+ds1-4.debian.tar.xz [dgit import tarball gtk4 4.6.0+ds1-4 gtk4_4.6.0+ds1-4.debian.tar.xz] --- changelog | 5591 ++ clean | 4 + close-enough.keyfile | 3 + control | 337 + control.in | 337 + copyright | 1068 + dh_listmissing.pl | 79 + gbp.conf | 14 + gir1.2-gtk-4.0.install | 1 + gtk-4-examples.examples | 2 + gtk-4-examples.install | 22 + gtk-4-tests.install | 2 + gtk-4-tests.lintian-overrides | 2 + gtk-update-icon-cache.install | 3 + gtk-update-icon-cache.manpages | 1 + gtk-update-icon-cache.preinst | 14 + libgtk-4-1-udeb.install | 1 + libgtk-4-1.install | 2 + libgtk-4-1.links | 2 + libgtk-4-1.postinst.in | 22 + libgtk-4-1.postrm.in | 15 + libgtk-4-1.symbols.in | 4703 ++ libgtk-4-1.triggers.in | 2 + libgtk-4-bin.install | 10 + libgtk-4-bin.links | 2 + libgtk-4-common.install | 3 + libgtk-4-common.maintscript | 1 + libgtk-4-dev.install | 8 + libgtk-4-dev.links | 2 + libgtk-4-doc.doc-base.gdk-wayland.in | 13 + libgtk-4-doc.doc-base.gdk-x11.in | 13 + libgtk-4-doc.doc-base.gdk.in | 13 + libgtk-4-doc.doc-base.gsk.in | 12 + libgtk-4-doc.doc-base.gtk.in | 11 + libgtk-4-doc.docs | 1 + libgtk-4-doc.install | 5 + libgtk-4-doc.links | 16 + libgtk-4-doc.maintscript | 6 + libgtk-4-media-ffmpeg.install | 1 + libgtk-4-media-gstreamer.install | 1 + log-reftests.py | 57 + .../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/libX11-1.7.0/COPYING | 942 + missing-sources/libX11-1.7.0/Compose.pre | 6204 ++ missing-sources/libX11-1.7.2/COPYING | 942 + missing-sources/libX11-1.7.2/Compose.pre | 6207 ++ patches/Make-our-stack-noexec.patch | 35 + ...le-resources-to-make-symbols-interna.patch | 41 + patches/debian/Disable-clipboard-test.patch | 25 + ...isable-optimized-GResource-embedding.patch | 55 + .../debian/Disable-web-fonts-for-now.patch | 211 + ...ng-tests-on-mips-family-architecture.patch | 82 + .../debian/templates-Remove-html5shiv.patch | 22 + ...t-endianness-for-big-endian-machines.patch | 73 + ...ces-Report-how-much-the-images-diffe.patch | 171 + ...ow-minor-differences-to-be-tolerated.patch | 152 + patches/series | 10 + rules | 291 + run-tests.sh | 74 + settings.ini | 4 + source/format | 1 + tests/build | 74 + tests/control | 51 + tests/installed-tests | 30 + tests/installed-tests-flaky | 25 + tests/python3-gi | 24 + tests/run-with-display | 67 + tests/run-with-locales | 165 + update-icon-caches | 26 + update-icon-caches.8 | 19 + upstream/metadata | 9 + watch | 4 + 77 files changed, 284876 insertions(+) create mode 100644 changelog create mode 100644 clean create mode 100644 close-enough.keyfile create mode 100644 control create mode 100644 control.in create mode 100644 copyright create mode 100644 dh_listmissing.pl create mode 100644 gbp.conf create mode 100644 gir1.2-gtk-4.0.install create mode 100644 gtk-4-examples.examples create mode 100644 gtk-4-examples.install create mode 100644 gtk-4-tests.install create mode 100644 gtk-4-tests.lintian-overrides create mode 100644 gtk-update-icon-cache.install create mode 100644 gtk-update-icon-cache.manpages create mode 100644 gtk-update-icon-cache.preinst create mode 100644 libgtk-4-1-udeb.install create mode 100644 libgtk-4-1.install create mode 100644 libgtk-4-1.links create mode 100644 libgtk-4-1.postinst.in create mode 100644 libgtk-4-1.postrm.in create mode 100644 libgtk-4-1.symbols.in create mode 100644 libgtk-4-1.triggers.in create mode 100644 libgtk-4-bin.install create mode 100644 libgtk-4-bin.links create mode 100644 libgtk-4-common.install create mode 100644 libgtk-4-common.maintscript create mode 100644 libgtk-4-dev.install create mode 100644 libgtk-4-dev.links create mode 100644 libgtk-4-doc.doc-base.gdk-wayland.in create mode 100644 libgtk-4-doc.doc-base.gdk-x11.in create mode 100644 libgtk-4-doc.doc-base.gdk.in create mode 100644 libgtk-4-doc.doc-base.gsk.in create mode 100644 libgtk-4-doc.doc-base.gtk.in create mode 100644 libgtk-4-doc.docs create mode 100644 libgtk-4-doc.install create mode 100644 libgtk-4-doc.links create mode 100644 libgtk-4-doc.maintscript create mode 100644 libgtk-4-media-ffmpeg.install create mode 100644 libgtk-4-media-gstreamer.install create mode 100755 log-reftests.py 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 100644 missing-sources/libX11-1.7.0/COPYING create mode 100644 missing-sources/libX11-1.7.0/Compose.pre create mode 100644 missing-sources/libX11-1.7.2/COPYING create mode 100644 missing-sources/libX11-1.7.2/Compose.pre create mode 100644 patches/Make-our-stack-noexec.patch create mode 100644 patches/build-Tell-glib-compile-resources-to-make-symbols-interna.patch create mode 100644 patches/debian/Disable-clipboard-test.patch create mode 100644 patches/debian/Disable-optimized-GResource-embedding.patch create mode 100644 patches/debian/Disable-web-fonts-for-now.patch create mode 100644 patches/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch create mode 100644 patches/debian/templates-Remove-html5shiv.patch create mode 100644 patches/png-Correct-endianness-for-big-endian-machines.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 100755 rules create mode 100755 run-tests.sh create mode 100644 settings.ini 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/installed-tests-flaky create mode 100755 tests/python3-gi create mode 100755 tests/run-with-display create mode 100755 tests/run-with-locales 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/changelog b/changelog new file mode 100644 index 0000000000..15d0745a20 --- /dev/null +++ b/changelog @@ -0,0 +1,5591 @@ +gtk4 (4.6.0+ds1-4) unstable; urgency=medium + + * Release to unstable + + -- Jeremy Bicha Wed, 09 Feb 2022 13:25:53 -0500 + +gtk4 (4.6.0+ds1-3) experimental; urgency=medium + + * Skip another known-failing test on mips*el (see #993550) + * Add mips*el bug reference to previous changelog entry + + -- Simon McVittie Sat, 08 Jan 2022 22:47:19 +0000 + +gtk4 (4.6.0+ds1-2) experimental; urgency=medium + + * d/p/png-Correct-endianness-for-big-endian-machines.patch: + Add proposed patch to fix FTBFS on s390x + * d/p/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch: + Skip another known-failing test on mips family (see #1003348) + * d/p/debian/Disable-optimized-GResource-embedding.patch: + Disable optimized GResource embedding. + This seems to be triggering failures on armel and armhf. Second-guessing + GResource seems to be more trouble than it's worth. + * d/rules: Rebuild CSS using sass + + -- Simon McVittie Sat, 08 Jan 2022 18:40:18 +0000 + +gtk4 (4.6.0+ds1-1) experimental; urgency=medium + + * New upstream release + * Rebase patch series + - d/p/debian/testsuite-Don-t-test-the-old-gl-renderer.patch: + Drop, no longer needed + * d/control.in: Update build-dependencies + * d/copyright: Update + * d/rules: Don't build man pages under nodoc build-profile + * d/source/include-binaries, d/rules: + Remove workaround for Compose endianness handling, no longer necessary + * Update symbols file + * d/p/Make-our-stack-noexec.patch: + Add patch from upstream fixing regressions from optimized GResource + processing + * d/p/build-Tell-glib-compile-resources-to-make-symbols-interna.patch: + Add proposed patch to reduce unwanted symbol exports + * Upload to experimental for initial testing + + -- Simon McVittie Tue, 04 Jan 2022 18:14:08 +0000 + +gtk4 (4.4.1+ds1-3) unstable; urgency=medium + + * debian/control.in: Don't build ffmpeg backend on architectures where + ffmpeg doesn't build + * debian/rules: Build with cloudproviders support (except on Ubuntu) + * debian/rules: Enable sysprof support on Linux + + -- Jeremy Bicha Mon, 29 Nov 2021 18:18:30 -0500 + +gtk4 (4.4.1+ds1-2) unstable; urgency=medium + + * d/control.in, d/rules: Gate libgtk-4-media-ffmpeg with a build-profile. + If we only build it for experimental uploads, but there is no version + currently in experimental, then its entry in the overrides file will be + removed after a while, causing the next upload to be considered NEW. + + -- Simon McVittie Fri, 05 Nov 2021 16:46:50 +0000 + +gtk4 (4.4.1+ds1-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * debian/rules: Correctly enable auto features for deb build + + [ Simon McVittie ] + * New upstream release + * Rebase patch series, dropping patches that were applied upstream + * d/copyright: Update + * libgtk-4-dev Suggests gtk-4-examples (Closes: #995752) + * Stop enabling a Meson option that no longer exists. + This was merely a warning with Meson 0.59, but is an error with + Meson 0.60. (Closes: #998551) + * Standards-Version: 4.6.0 (no changes required) + + -- Simon McVittie Fri, 05 Nov 2021 12:54:16 +0000 + +gtk4 (4.4.0+ds1-5) unstable; urgency=medium + + * Sort patch series in upstream-first order + * d/p/debian/Disable-clipboard-test.patch: + Add patch to disable clipboard test, which regularly times out on + buildds + + -- Simon McVittie Fri, 03 Sep 2021 15:08:47 +0100 + +gtk4 (4.4.0+ds1-4) unstable; urgency=medium + + [ Simon McVittie ] + * Simplify graphene dependency. + The version in bullseye is sufficient for all architectures. + * Drop dependency from libgtk-4-common to libgtk-3-common. + This was put in place because they used to share GSettings schemas, + but that's no longer the case. + * Remove dependency from libgtk-4-bin to libgtk-3-bin. + This was because they used to share gtkbuilder.its and gtkbuilder.loc, + but those have been replaced by their gtk4builder counterparts, in + libgtk-4-dev. + * Remove dependency from gtk-4-examples to gtk-3-examples. + This was because the demos shared GSettings schemas, but they no longer + have the same name. + * Remove alternative dependency on libgdk-pixbuf2.0-dev. + We don't support skipping a Debian release, and this package's + dependencies make it unlikely to be backported. + * d/rules: Don't enable ffmpeg when experimental builds are copied to Ubuntu + * d/p/reftest-compare-Treat-colour-channels-as-undefined-if-alp.patch: + Add patch to ignore colour differences on pixels with zero alpha. + This makes some of the remaining failing tests pass on mips*el. + * d/p/debian/testsuite-Don-t-test-the-old-gl-renderer.patch: + Add patch to disable testing of the old 'gl' renderer. + The newer 'ngl' renderer is already the default, and 'gl' was removed + upstream in 4.5.x, so 'gl' doesn't seem worthwhile to try to support. + It also crashes in a couple of tests on mips*el. Let's focus testing + effort on the renderer that has a future. + * d/p/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch: + Add patch to skip remaining failing gsk tests on mips*el + (workaround for #993550) + * Release to unstable (Closes: #992907) + + [ Jeremy Bicha ] + * Build-Depend on libsysprof-capture-4-dev instead of sysprof + in preparation for the sysprof package split (see #971243). + Depend on version 3.40 to avoid re-exporting its symbols in our ABI. + + -- Simon McVittie Fri, 03 Sep 2021 08:52:36 +0100 + +gtk4 (4.4.0+ds1-3) experimental; urgency=medium + + * Disable Broadway (HTML) backend. + It isn't clear whether this is used in practice. If we disable it now, + enabling it later if requested will not be an ABI break, but if we + enable it now, we have to keep it enabled indefinitely. + * d/missing-sources: Add source for libX11-derived compose sequences. + By trial and error, the files in gtk/compose/ seem to be generated from + libX11 1.7.0. + * d/p/compose-Generate-endian-dependent-compact-Compose-data.patch, + * Add proposed patch to use big-endian compose data on big-endian host, + keeping the existing little-endian version for little-endian hosts. + This resolves a FTBFS caused by test failure on s390x and other + big-endian ports. + * d/p/compose-Document-how-to-get-compose-parse-input-from-libX.patch + Document how to reproduce the compose data. We don't do this at build + time, because the compose data is relatively rarely updated, and + during cross-compilation that would require building all of GTK for + both the build and host architectures. + * d/p/compose-Update-sequences-from-libX11-1.7.2.patch: + Update compose data from libX11 1.7.2. + This adds a few missing compose sequences. + + -- Simon McVittie Mon, 30 Aug 2021 13:33:17 +0100 + +gtk4 (4.4.0+ds1-2) experimental; urgency=medium + + * Completely move .links files to debhelper syntax (Closes: #991964) + * Always expect NEWS to be compressed (Closes: #985418). + debhelper always compresses NEWS files, even if they are small. + + -- Simon McVittie Sat, 28 Aug 2021 15:15:44 +0100 + +gtk4 (4.4.0+ds1-1) experimental; urgency=medium + + * New upstream stable release + * d/control.in: Update dependencies + * d/copyright: Update + * Update symbols file for new ABI + * d/watch: Only watch for stable releases. + If we want GTK 4.4.x to move to unstable any time soon, we should + avoid packaging GTK 4.5.x when it becomes available. + * d/rules: Fix variable reference in dh_fixperms override + + -- Simon McVittie Tue, 24 Aug 2021 10:24:58 +0100 + +gtk4 (4.3.2+ds1-1) experimental; urgency=medium + + * New upstream release + * d/watch, d/copyright: Exclude pregenerated documentation. + There's a lot of it, and excluding it makes the diff to review a lot + smaller. + * d/control.in: Bump meson requirement as per meson.build + * d/control.in: Remove build-dependencies for Google Cloud Print. + The service underlying this printing backend was shut down at the end + of 2020, so the printing backend is no longer useful and was removed + upstream. + * Drop patches that were applied upstream + * d/rules: Rebuild emoji data from source files. + This provides a straightforward way to check that we have the correct + source files. + * Disable GStreamer for the udeb build. + Support for VP8 and VP9 is officially part of the GTK4 API, but it seems + OK to provide a reduced API in debian-installer. + * Label the FFmpeg media backend as experimental, and only build it when + targeting experimental. + Upstream consider it to be experimental, and recommend the GStreamer + backend. + * tests: Specify locales' charsets explicitly, fixing FTBFS with new glibc. + glibc 2.31-14 dropped support for all non-UTF-8 locales, so we can't + use /usr/share/i18n/SUPPORTED to choose a suitable charset any more. + * Update symbols file + * Leave Vulkan disabled, and remove Vulkan symbols from .symbols file. + This is an ABI break, but GTK4 is only in experimental so far, so that + seems acceptable. The Vulkan renderer is marked as experimental upstream, + with a note that it often causes crashes in the Inspector view; this + sounds like something we likely don't want yet. + * d/rules: Override dh_fixperms to set correct permissions on /usr/libexec. + Making everything executable is not quite right for installed-tests. + * d/copyright: Update + * Silence a Lintian tag for documentation-like filenames among test data + + -- Simon McVittie Fri, 20 Aug 2021 11:43:41 +0100 + +gtk4 (4.3.1+ds-2) experimental; urgency=medium + + [ Marco Trevisan (Treviño) ] + * debian/rules: Add upstream bug mentioning test failures + * debian/rules: Use Enable auto-features for debs and disable them for + udebs. Avoid listing managing this manually, while explicitly disable or + enable when something is required. + * debian: Add libgtk-4-media-gstreamer package to provide a media module + * debian: Add libgtk-4-media-ffmpeg package to provide a media module + * debian: Add support for libcloudproviders in debian. While keep this + disabled for ubuntu as it's not in main repo. + * debian: Enable sysprof support under linux. We need to manually add + sysprof dev dependencies as these are only suggestions. + * debian/rules: Do not build tests in udeb case + + [ Iain Lane ] + * rules: Only skip the cloud providers on Ubuntu itself. For everything + else the main/universe distinction doesn't apply. Fixup to Marco's earlier + change. + * copyright: Fix dep5-copyright-license-name-not-unique. CC0-1.0 was + defined twice + + -- Iain Lane Mon, 26 Jul 2021 12:56:55 +0100 + +gtk4 (4.3.1+ds-1) experimental; urgency=medium + + * debian: Use dh 13 substitutions for install files instead of .in files + * debian/control: move gi-docgen dependencies to bd-indep and remove warn + * debian/log-reftests.py: Remove wrong wayland paths + * debian/copyright: Update copyright for gi-docgen excluding fonts + * debian/watch: Repack using ds suffix as per the d/copyright exclusions + * debian/libgtk4-doc.links: Add links as devhelp books instead of gtk-doc + * Repack excluding web font files + + -- Marco Trevisan (Treviño) Wed, 14 Jul 2021 05:35:40 +0200 + +gtk4 (4.3.1-1) experimental; urgency=medium + + * New upstream release: + - Ignore XErrors from the COW (LP: #1911036) + * debian/control: Update build-dependencies + * debian/patches: Refresh + * debian/control: Add dependencies to use upstream provided gi-docgen + gi-docgen is still in NEW for some months now, so until that we can + manually use the upstream provided version as subproject. + * debian/patches: Prevent usage of web-fonts and external links in docs + * debian/rules: Do not check for nocheck with dh 13 + * debian/rules: Do not manually build docs at build phase. + This is now handled by gi-docgen that is called at build phase, not at + install phase. + * debian/control: Add python3-gi as test build dependency. + It's needed by introspection tests + * debian/libgtk-4-1.symbols.in: Add new symbols + * debian/libgtk-4-doc.*: Adapt install files and links to gi-docgen paths. + Docs are installed all in /usr/share/docs/libgtk-4-doc subfolders and + linked to /usr/share/gtk-doc to keep devhelp support + * debian/patches: Get typelib path from pkg-config + * debian/rules: Ensure all symbols are defined. + This is now working fine with all the components + * debian/rules: Do not reset xvfb on running tests + * debian/rules: Support running tests in parallel. + This works fine now, so let's enable it again + * debian/rules: Move test script to an easier to maintain external file. + We're doing lots of operations to run tests, it's better to have the + setup in an external script that it's easier to run, debug and maintain + * debian/run-tests.sh: Only print full log on errors. + No need to output the whole log if there have been no failures + * debian: Run tests under wayland too in linux. + It's now becoming the default backend so better to also test the library + there. + * debian/patches: Initialize the textbtree tags counting causing s390x fails + * debian/rules: Skip some broken comparison tests in big endian archs + * debian/tests: Port to Gtk4 and run them both in wayland and x11 + + -- Marco Trevisan (Treviño) Fri, 09 Jul 2021 16:31:39 +0200 + +gtk4 (4.0.3-4) experimental; urgency=medium + + * d/log-reftests.py: Collect more test results + * d/rules: Don't export build results for tests that upstream expect + to fail + * d/rules: Update comments regarding failing tests that need to be + processed + + -- Simon McVittie Mon, 22 Feb 2021 10:56:12 +0000 + +gtk4 (4.0.3-3) experimental; urgency=medium + + * d/patches: Adjust forwarding URL for refactoring + * d/patches: Never mark rendering differences as accepted, only tolerated. + Upstream consider absolutely any difference in rendering to be an error, + so we should always record the diff for inspection. + * Force installation of fontconfig's preferred fonts for tests. + The experimental dependency resolver is non-deterministic and can + choose various different fonts, some of which make the reftests fail. + Force its hand by choosing the fonts that fontconfig prioritizes highest, + so that we get deterministic results. + * d/patches: Fix error reporting in gsk reftests. + The gsk reftests don't use the GTest framework, so g_test_fail will have + no effect here. + + -- Simon McVittie Mon, 15 Feb 2021 10:46:01 +0000 + +gtk4 (4.0.3-2) experimental; urgency=medium + + * Tolerate minor differences in some reftests + * d/rules: Show the detailed test log even if tests all succeed + * d/rules: Dump reftest differences into the log as base64. + Debian package builds don't have an equivalent of $AUTOPKGTEST_ARTIFACTS + (as requested in https://bugs.launchpad.net/launchpad/+bug/1845159) so + this is the best we can do right now. + + -- Simon McVittie Sun, 14 Feb 2021 14:28:39 +0000 + +gtk4 (4.0.3-1) experimental; urgency=medium + + * New upstream release + * symbols: Ignore removal of gtk_glade_catalog_init. + This symbol appeared in the ABI, but not in any header files, and is + considered private. + * d/rules: Show test log if build-time test fails. + dh_auto_test would automatically show meson-logs/testlog.txt, but + because we're running with --setup=x11, we get + meson-logs/testlog-x11.txt instead. + * 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. + * Bump graphene build-dependency to 1.10.4 on i386. + Earlier versions used SSE, which has stricter alignment requirements + that cause many of the build-time tests to fail (in addition to not + being available on Debian's baseline CPU). + * d/rules: Add a note of the test failures that need investigation + * d/rules: Extend test timeout on slower architectures + * Add myself to Uploaders + + -- Simon McVittie Fri, 12 Feb 2021 10:05:16 +0000 + +gtk4 (4.0.1-1) experimental; urgency=medium + + * Team upload + * New upstream release + * d/rules: Force recompilation of CSS with sassc + + -- Simon McVittie Tue, 12 Jan 2021 18:45:15 +0000 + +gtk4 (4.0.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + - Bump SONAME to libgtk-4.so.1 to reflect incompatibility with 3.9x.y + development releases + * Rename source package to gtk4 while we're going through NEW anyway. + This reflects the upstream name of the library (formerly GTK+, + now GTK) and avoids "+" being misinterpreted as a space in URLs. + * Bump required version for all symbols to 4.0.0 + * Add Provides for gir1.2-gdkwayland-4.0 on Linux + * d/copyright: Remove unused GPL-2+ paragraph + * d/copyright: Remove unused autoconf-archive paragraph + * Standards-Version: 4.5.1 (no changes required) + * Add a Lintian override for #970275 + * d/tests: Reduce number of tests marked as flaky + * Add iso-codes as a Recommends, and depend on it for tests + * Disable gvfs and other GIO modules for build-time tests. + If running on a developer system, we don't want to interact with + "larger" components like gnome-online-accounts. + * Make build-time test failures fatal + * Add missing libxdamage-dev (build-)dependency + * 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). + * d/changelog: Remove trailing whitespace + * Replace XC-Package-Type with Package-Type + * Use https for Homepage + * d/watch: ".." is not a version number + * Bump build-dependency on Glib to 2.66 + * Split gtk-4-tests into its own package + * libgtk-4-1 Breaks/Replaces experimental libgtk-4-0. + Both packages contain the print backends, which do not contain the + SONAME in their names. We anticipate that if the SONAME was bumped in + future, the "4.0.0" in the module loading path would also change, so + this isn't a problem for Policy §8.2; the only reason the path didn't + already change here is that versions prior to 4.0.0 were development + snapshots and explicitly not API- or ABI-stable. + Moving the print backends to a separate package would create a circular + dependency (since libgtk-4-1 would need at least a Recommends on the + print backends, and the print backends depend on the main library), + and would not actually help co-installability with a future libgtk-4-2, + since they should be upgraded in lockstep. + * Remove obsolete Breaks copied from GTK 3 + + -- Simon McVittie Sun, 27 Dec 2020 00:23:58 +0000 + +gtk+4.0 (3.99.4-1) experimental; urgency=medium + + * Team upload + * New upstream release + * Build with system copy of gtk-doc + - d/gbp.conf: Stop adding gtk-doc as a second orig tarball + - d/rules: Don't symlink gtk-doc into subprojects + - Remove references to bundled gtk-doc + * d/control.in: Update dependencies + * d/copyright: Mention CC0-1.0 + * Drop patches, applied upstream + * d/rules: Update Meson build options + * Stop installing NodeEditor icons. + They're embedded in the executable via GResource now. + * d/libgtk-4-0.symbols.in: Update + * run-with-locales: Normalize utf8 to UTF-8 without using SUPPORTED file + * d/tests/run-with-locales: Move from d/run-with-locales. + This makes tab-completion for d/rules work better. + * d/rules: Change introspection from true to enabled. + Similarly, change it from false to disabled for the udeb. + It's now a feature flag, rather than a boolean. + * d/libgtk-4-common.install.in: Install emoji data files + + -- Simon McVittie Fri, 06 Nov 2020 22:56:34 +0000 + +gtk+4.0 (3.99.0-2) experimental; urgency=medium + + * Team upload + * Bundle a copy of gtk-doc from the gtk-doc-for-gtk4 branch. + Until support for GTK 4 actions is merged into gtk-doc git master, + including a suitable copy of gtk-doc in this source package lets us + build it without experimental's gtk-doc having to be the GTK 4 version. + It's currently version GTK_DOC_1_32-57-g3651bf3 from the + gtk-doc-for-gtk4 branch. + - Add dependencies of gtk-doc-tools to Build-Depends-Indep + - Add patch to skip Yelp manual for bundled gtk-doc + - Don't try to install files from the bundled gtk-doc + - d/copyright: Add copyright information for bundled gtk-doc + * d/copyright: Update copyright information for AppStream data + + -- Simon McVittie Tue, 25 Aug 2020 12:45:30 +0100 + +gtk+4.0 (3.99.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + - Update d/copyright + - Update build-dependencies according to meson.build + + Remove ATK dependencies + - Remove "fake SONAME" mechanism. + The library is now built as libgtk-4.so.0 (although the ABI is still + not yet stable). + - Bump minimum version for all symbols to 3.99.0 for the new SONAME and + numerous ABI breaks + - Drop patch, applied upstream + - Update symbols file + - Build-Depend on a suitable snapshot of gtk-doc from experimental + - Install more example files + * d/tests/build, d/tests/python3-gi: Suppress AT-SPI warnings. + We don't need a11y here, so use NO_AT_BRIDGE=1 to suppress the warning + about org.a11y.Bus being unavailable. + * d/copyright: Collapse most permissive licenses into Files: * stanza. + I'm not going to try to keep track of which files are under which + specific LGPL-compatible licenses; please see the source code if this + information is needed. + * Depend on librsvg2-common for tests, to be able to load SVG icons. + adwaita-icon-theme used to depend on this, but doesn't any more. + * Try to split out flaky and non-flaky tests. + Both sets are marked as flaky for now, but hopefully the less-flaky set + can be promoted to non-flaky to catch regressions when GTK 4 gets more + stable. + * Run the build-time tests under X11 for now. + We don't have an equivalent of xvfb-run for Wayland yet. + * Move to debhelper compat level 13. + Adjust dh_auto_test arguments accordingly: they were previously passed + to `ninja test` and are now for `meson test`. + * Depend on fonts-cantarell for tests + * Run build-time tests with a D-Bus session bus via dbus-run-session + * d/p/testsuite-Fix-installed-tests.patch, + d/p/installed-tests-Fix-the-icontheme-test.patch, + d/p/cups-Don-t-emit-a-warning-if-we-can-t-talk-to-avahi.patch, + d/p/cloudprint-Fix-redundant-declarations.patch: + Add patches from upstream for some tests/warnings fixes + * d/p/roaring.-ch-Add-attribution-and-licensing-information.patch, + d/p/Include-a-copy-of-the-Apache-license.patch: + Add proposed patches to add copyright/licensing info for code adapted + from libroaring (src:croaring in Debian). + * d/rules: Rely on debhelper 13 to reset HOME, etc. + * d/rules: Stop setting VERBOSE, it was only relevant with Autotools + * d/rules: Explicitly enable Xinerama for non-udeb build + * d/rules: Disable examples, demos, installed tests for udeb build + * d/control.in: Annotate -doc package with + * d/control.in, d/rules: Don't build demos, examples, installed-tests + under + * d/rules: Disable GObject-Introspection for udeb build + * d/rules: Explicitly build documentation during build step. + By default this is only done during the install step, because gtk-doc + is relatively slow and cannot tell Meson how its dependency tree looks. + However, for GTK that breaks some dependency tracking, leading to + required Docbook files not being generated from their Markdown source. + + -- Simon McVittie Sun, 09 Aug 2020 14:49:14 +0100 + +gtk+4.0 (3.98.2-1) experimental; urgency=medium + + * New upstream release + * Bump pango dependency as per meson.build + * Drop patch, applied upstream + * Install new valgrind suppressions files + * Add patch from git master to make valgrind suppressions work on Debian + * Update symbols file for ABI breaks and additions + + -- Simon McVittie Fri, 10 Apr 2020 22:00:07 +0100 + +gtk+4.0 (3.98.0-1) experimental; urgency=medium + + * Team upload + * New upstream release + - Drop all patches, applied upstream + - d/control.in: Update build-dependencies + - d/rules: Update SONAME + - d/rules: Adjust build options for rename of documentation to gtk_doc + - debian/libgtk-4-0.symbols.in: Update + * d/rules: Sort build options + * d/run-with-locales, d/rules, d/tests/installed-tests: + Generate locales used by the tests + * debian/libgtk-4-0.symbols.in: Mark more Wayland and Vulkan symbols + as (arch=linux-any). These don't exist on hurd-i386, and presumably + not on kFreeBSD either. + * Move gtk4-encode-symbolic-svg from gtk-4-examples to libgtk-4-bin. + It's more of a development tool than an example. + * d/tests/python3-gi: Explicitly return GLib.SOURCE_REMOVE. + Implicitly returning None is OK, but explicit is better than implicit. + * d/tests/python3-gi: Make executable + * d/tests/build, d/tests/python3-gi: Mark as superficial + * 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: Show commands before they are executed + * d/tests/build: Fail if using an undefined variable ("unofficial strict + mode") + * d/upstream/metadata: Add upstream URLs + * d/copyright: Simplify and consolidate (see individual source files if + finer detail is required) + - Stop distinguishing between LGPL 2+ and 2.1+, list both as + "LGPL-2+ and LGPL-2.1+" + - Stop distinguishing between code and translations + - Merge copyright years + - Merge entries differing only by email address + - Stop repeating "Copyright (C)" + - Indent with a single space + * Standards-Version: 4.5.0 (no changes required) + * Don't build HTML documentation in Architecture: any builds. + With Autotools, we would have had to leave gtk-doc-tools in the + Build-Depends for gtkdocize, but with Meson we can demote it to + Build-Depends-Indep. + Promote docbook-xml and docbook-xsl to Build-Depends instead: they are + needed in all builds for the example programs' man pages. Previously, + they were pulled in by gtk-doc-tools. + * d/p/build-Install-gtkemojichooser.h.patch: + Add patch from upstream to fix installation of headers + * d/.gitignore: Add + + -- Simon McVittie Sun, 01 Mar 2020 21:44:08 +0000 + +gtk+4.0 (3.96.0-2) experimental; urgency=medium + + * Team upload + * Mark patches as applied upstream + * Don't run dh_missing against debian/install/udeb when not building + the udeb. This fixes FTBFS in Architecture: all-only builds. + * Disable Wayland backend on non-Linux kernels + + -- Simon McVittie Sat, 27 Jul 2019 20:47:51 +0100 + +gtk+4.0 (3.96.0-1) experimental; urgency=medium + + * Team upload + + [ Jeremy Bicha ] + * New upstream release 3.92 + * Switch to meson + * README has been renamed to README.md + * debian/libgtk-4-0.symbols: Update + * debian/libgtk-4-common.install.in: themes are bundled in the gtkresources + * Disable 018_gdkenumtypes.c_location.patch: might not be needed any more + * Update Vcs fields for migration to https://salsa.debian.org/ + * Stop using gnome-get-source + + [ Simon McVittie ] + * New upstream release 3.94, 3.96 + - Update build-dependencies + - d/copyright: Update + - d/patches: Delete patches that aren't applied + - Refresh patch series and drop applied patches + - d/p/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch: + Drop, obsoleted by commit 02eb344 in GTK 3.93 + - d/p/no-accessibility-dump.patch: Drop, no longer needed. + The build-time tests correctly set GTK_CSD=1 now. + - Disable GStreamer video support for now + - Stop installing gtk4-query-immodules, superseded by gio-querymodules + - Don't install im-multipress.conf, no longer available (the multipress + IM module is unmaintained and was removed). Remove obsolete conffile + during upgrade. + - d/libgtk-4-0.install.in: Don't install IM modules. The backend IM + modules such as XIM and Wayland are now linked into GTK itself, + while non-backend IM modules have been removed. + - d/rules: Update Meson options, mostly removing enable- prefix + - d/libgtk-4-0.symbols: Update + - Update lists of installed files + * d/patches: Refresh remaining patches through gbp pq + - Get date/author information from d/changelog where needed + * Generate a dependency on a virtual package that reflects the unstable + SONAME, currently libgtk-4-0.9400.0, and Provide that virtual package + from libgtk-4-0. This avoids repeated package renames while the ABI + of GTK 4 remains unstable. + * gir1.2-gtk-4.0: Add Provides for gir1.2-gdk-4.0, gir1.2-gdkx11-4.0 + and gir1.2-gsk-4.0 to reflect its contents + * d/libgtk-4-0.postinst.in: Run gio-querymodules for IM modules + and print backends + * libgtk-4-dev: Add missing dependency on libvulkan-dev (thanks, + autopkgtest) (Closes: #910640) + * libgtk-4-0.postrm.in: Remove the correct cache files + * Drop support for OLD_MODULES_BASE_PATH. GTK 4 has never supported + modules in the non-multiarch location. + * Run tests under Xvfb with GLX available (see #874077) + * Build installed-tests and run them as autopkgtests (similar to #908440) + - Install them in gtk-4-examples for now to avoid the NEW queue + - Mark them as flaky for now + * d/tests/control: Mark python3-gi as flaky until python3-gi overrides + get updated for the rename of Gdk.Window to Gdk.Surface + * d/tests/build: Update for GTK 4.0 + * Canonicalize permissions of debian/rules + * Normalize various packaging files with wrap-and-sort -a + * Remove obsolete debian/*.install files from GTK 3 + * List installed but unpackaged files in d/not-installed + * d/rules: Defang dh_auto_test when built with nocheck + * Stop using Priority: extra + * d/missing-sources: Remove, no longer needed + * Fix generation of README.md.gz symlinks + * d/gbp.conf: Import configuration from glib2.0 + * 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-4-common during + an amd64-only build. + * Remove autoconf-archive B-D + * Don't build udebs if built with noudeb build-profile + * Add test-dependency on xvfb so we can run the built program + * Change library name (and download location) from GTK+ to GTK, + following upstream re-branding + * Add Build-Depends-Package to symbols file + * d/p/testsuite-Remove-dangling-references-to-box-packing-tests.patch: + Fix dangling references to removed box-packing tests + * d/p/gtk4.pc-Move-third-party-libraries-from-Libs-to-Libs.priv.patch: + Improve .pc file to avoid over-linking (and Lintian false-positives) + * Use debhelper-compat 12 + * Remove infrastructure for dealing with reftests that are known to fail + * d/not-installed: Remove + * d/rules: Fail the build if anything from the deb build is not installed + * Only install AUTHORS in -doc package + * Install documentation in /usr/share/gtk-doc, with symlinks in /u/s/doc. + gtk-doc documentation is technically part of the package's functional + interface, since other packages use it to adjust cross-references. + * Standards-Version: 4.4.0 (no changes required) + * Set Rules-Requires-Root to no + + [ Laurent Bigonville ] + * Add Closes statement for #910640 + + -- Simon McVittie Thu, 18 Jul 2019 09:22:44 +0100 + +gtk+4.0 (3.91.2-1) experimental; urgency=medium + + [ Emilio Pozuelo Monfort ] + * New major release, GTK+ 4 (beta version). (Closes: #876011) + Rename everything as appropriate for GTK+ 4. + * Don't abort on test suite failures. + * Update symbols. Set all symbols' minimum version to 3.91.2. + * Update build-dependencies: bump gtk-doc-tools and libglib2.0-dev + minimum requirement, add libgraphene-1.0-dev and autoreconf-archive. + * Drop libgail packages, they are no longer built from GTK+ 4. + * Don't install libgdk-4.so, it has been merged into libgtk-4.so. + * debian/patches/016_no_offscreen_widgets_grabbing.patch, + debian/patches/017_no_offscreen_device_grabbing.patch: + + Removed, obsolete as offscreen widgets are gone in GTK+ 4. + * debian/patches/022_disable-viqr-im-for-vi-locale.patch: + + Removed, imported in 2009 with no explanation whatsoever. + * debian/patches/060_ignore-random-icons.patch: + + Removed, upstream fixed this differently eons ago (see bgo#451634). + * debian/patches/018_gdkenumtypes.c_location.patch: + + Refreshed. + * debian/libgtk-4-dev.install: don't install aclocal files. + * debian/libgtk-4-common.install.in: comment out EmojiChooser schema, it's + not present in 3.91.2 but will be in the next release. + * Update watch file. + * Point Vcs-* to experimental. + + [ Jeremy Bicha ] + * debian/control.in: + - Build-Depend on libvulkan-dev and sassc + - Drop Breaks/Replaces not needed after jessie + - Have libgtk-4-bin and libgtk-4-common and gtk-4-examples depend on + their gtk3 counterparts until we figure out how to handle the file + conflicts there. The conflicted files have not changed in gtk4. + See GNOME bug 774912. + * Don't build gtk-update-icon-cache; we'll let gtk3 handle that for now + + -- Jeremy Bicha Thu, 21 Sep 2017 17:14:22 -0400 + +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..04bf3a8f9b --- /dev/null +++ b/clean @@ -0,0 +1,4 @@ +debian/convert-emoji +debian/tests-failed +gtk/gtkdbusgenerated.c +gtk/gtkdbusgenerated.h 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..b1c4e7f06a --- /dev/null +++ b/control @@ -0,0 +1,337 @@ +Source: gtk4 +Section: libs +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Simon McVittie , Jeremy Bicha +Build-Depends: adwaita-icon-theme , + at-spi2-core , + dbus , + debhelper-compat (= 13), + docbook-xml, + docbook-xsl, + dpkg-dev (>= 1.17.14), + fonts-cantarell , + fonts-dejavu-core , + gnome-pkg-tools (>= 0.11), + gobject-introspection (>= 1.41.3), + gsettings-desktop-schemas , + iso-codes , + libavcodec-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavfilter-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavformat-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavutil-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libcairo2-dev (>= 1.14.0), + libcolord-dev (>= 0.1.9), + libcloudproviders-dev (>= 0.3.1), + libcups2-dev (>= 2.0), + libegl1-mesa-dev [linux-any], + libepoxy-dev, + libfontconfig1-dev, + libfribidi-dev (>= 0.19.7), + libgdk-pixbuf-2.0-dev (>= 2.30.0), + libgirepository1.0-dev (>= 1.39.0), + libglib2.0-dev (>= 2.66.0), + libgraphene-1.0-dev (>= 1.10.4~), + libgstreamer1.0-dev (>= 1.12.3), + libgstreamer-plugins-bad1.0-dev (>= 1.12.3), + libharfbuzz-dev (>= 2.1.0), + libjpeg-dev, + libjson-glib-dev:native, + libpango1.0-dev (>= 1.50.0), + libpng-dev, + libpolkit-gobject-1-dev (>= 0.105) [linux-any], + librsvg2-common , + librsvg2-dev (>= 2.52.0), + libswscale-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libsysprof-capture-4-dev (>= 3.40.1) [linux-any], + libtiff-dev, + libvulkan-dev [linux-any], + libwayland-dev (>= 1.16.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), + locales | locales-all , + meson (>= 0.59), + pkg-config, + python3-docutils , + python3-gi (>= 3.40) , + sassc, + ttf-bitstream-vera , + wayland-protocols (>= 1.21) [linux-any], + weston [linux-any] , + xauth , + xsltproc, + xvfb , +Build-Depends-Indep: libcairo2-doc, + libglib2.0-doc, + libpango1.0-doc, + pandoc, + python3 (>= 3.6) , + python3-jinja2 , + python3-markdown , + python3-pygments , + python3-toml , + python3-typogrify , +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk4 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk4.git +Homepage: https://www.gtk.org/ + +Package: libgtk-4-1 +Architecture: any +Multi-Arch: same +Depends: adwaita-icon-theme, + hicolor-icon-theme, + shared-mime-info, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-common (>= ${source:Version}) +Provides: gtk4-binver-4.0.0 +Recommends: libgtk-4-bin, + iso-codes, + librsvg2-common (>= 2.52.0), +Suggests: gvfs, + libgtk-4-media-gstreamer | libgtk-4-media-ffmpeg, +Breaks: libgtk-4-0 (<< 4.0.0), +Replaces: libgtk-4-0 (<< 4.0.0), +Pre-Depends: ${misc:Pre-Depends} +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-4-1-udeb +Build-Profiles: +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Provides: gtk4-binver-4.0.0 +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-4-common +Section: misc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: libgtk-4-1 +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-4-bin +Section: misc +Architecture: any +Multi-Arch: foreign +Depends: gtk-update-icon-cache, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-common (>= ${source:Version}), + libgtk-4-1 (>= ${source:Version}) +Breaks: gtk-4-examples (<< 3.96.0-3~) +Replaces: gtk-4-examples (<< 3.96.0-3~) +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-4-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: gir1.2-gtk-4.0 (= ${binary:Version}), + libcairo2-dev (>= 1.14.0), + libegl1-mesa-dev [linux-any], + libepoxy-dev (>= 1.0), + libfontconfig1-dev, + libgdk-pixbuf-2.0-dev (>= 2.30.0), + libglib2.0-dev (>= 2.66.0), + libgraphene-1.0-dev (>= 1.9.1), + libpango1.0-dev (>= 1.50.0), + libwayland-dev (>= 1.16.91) [linux-any], + libx11-dev, + libxcomposite-dev, + libxcursor-dev, + libxdamage-dev, + libxext-dev, + libxfixes-dev, + libxi-dev, + libxinerama-dev, + libxkbcommon-dev, + libxrandr-dev, + libvulkan-dev [linux-any], + pkg-config, + wayland-protocols (>= 1.21) [linux-any], + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-common, + libgtk-4-1 (= ${binary:Version}) +Suggests: libgtk-4-doc, + gtk-4-examples +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-4-doc +Build-Profiles: +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: 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-4-doc/ . + +Package: libgtk-4-media-gstreamer +Section: x11 +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: GStreamer media backend 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 media module that uses GStreamer as backend. + +Package: libgtk-4-media-ffmpeg +Build-Profiles: +Section: x11 +Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: FFmpeg media backend 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 media module that uses FFmpeg as backend. + This module is considered incomplete and experimental, and using the + libgtk-4-media-gstreamer module instead is recommended. + +Package: gtk-4-examples +Build-Profiles: +Section: x11 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-1 (= ${binary:Version}) +Recommends: fonts-cantarell, + librsvg2-common (>= 2.52.0), +Description: example files for GTK 4 + 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 GTK4. It also contains the installed tests. + +Package: gtk-4-tests +Build-Profiles: +Section: x11 +Architecture: any +Depends: iso-codes, + librsvg2-common (>= 2.52.0), + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-1 (= ${binary:Version}), +Recommends: gnome-desktop-testing, + locales | locales-all, +Description: "as-installed" tests for GTK 4 + 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 installable test programs, primarily for use with + autopkgtest. + +Package: gir1.2-gtk-4.0 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + libgtk-4-common +Breaks: python-gi (<< 3.18), + python3-gi (<< 3.18) +Provides: gir1.2-gdk-4.0 (= ${binary:Version}), + gir1.2-gdkwayland-4.0 (= ${binary:Version}) [linux-any], + gir1.2-gdkx11-4.0 (= ${binary:Version}), + gir1.2-gsk-4.0 (= ${binary:Version}) +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: libgtk2.0-bin (<< 2.24.30-2), +# libgtk-3-bin (<< 3.20.6-1) +#Replaces: libgtk2.0-bin (<< 2.24.30-2), +# libgtk-3-bin (<< 3.20.6-1) +#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. diff --git a/control.in b/control.in new file mode 100644 index 0000000000..02a0094e2f --- /dev/null +++ b/control.in @@ -0,0 +1,337 @@ +Source: gtk4 +Section: libs +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Simon McVittie , @GNOME_TEAM@ +Build-Depends: adwaita-icon-theme , + at-spi2-core , + dbus , + debhelper-compat (= 13), + docbook-xml, + docbook-xsl, + dpkg-dev (>= 1.17.14), + fonts-cantarell , + fonts-dejavu-core , + gnome-pkg-tools (>= 0.11), + gobject-introspection (>= 1.41.3), + gsettings-desktop-schemas , + iso-codes , + libavcodec-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavfilter-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavformat-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libavutil-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libcairo2-dev (>= 1.14.0), + libcolord-dev (>= 0.1.9), + libcloudproviders-dev (>= 0.3.1), + libcups2-dev (>= 2.0), + libegl1-mesa-dev [linux-any], + libepoxy-dev, + libfontconfig1-dev, + libfribidi-dev (>= 0.19.7), + libgdk-pixbuf-2.0-dev (>= 2.30.0), + libgirepository1.0-dev (>= 1.39.0), + libglib2.0-dev (>= 2.66.0), + libgraphene-1.0-dev (>= 1.10.4~), + libgstreamer1.0-dev (>= 1.12.3), + libgstreamer-plugins-bad1.0-dev (>= 1.12.3), + libharfbuzz-dev (>= 2.1.0), + libjpeg-dev, + libjson-glib-dev:native, + libpango1.0-dev (>= 1.50.0), + libpng-dev, + libpolkit-gobject-1-dev (>= 0.105) [linux-any], + librsvg2-common , + librsvg2-dev (>= 2.52.0), + libswscale-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x], + libsysprof-capture-4-dev (>= 3.40.1) [linux-any], + libtiff-dev, + libvulkan-dev [linux-any], + libwayland-dev (>= 1.16.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), + locales | locales-all , + meson (>= 0.59), + pkg-config, + python3-docutils , + python3-gi (>= 3.40) , + sassc, + ttf-bitstream-vera , + wayland-protocols (>= 1.21) [linux-any], + weston [linux-any] , + xauth , + xsltproc, + xvfb , +Build-Depends-Indep: libcairo2-doc, + libglib2.0-doc, + libpango1.0-doc, + pandoc, + python3 (>= 3.6) , + python3-jinja2 , + python3-markdown , + python3-pygments , + python3-toml , + python3-typogrify , +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk4 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk4.git +Homepage: https://www.gtk.org/ + +Package: @SHARED_PKG@ +Architecture: any +Multi-Arch: same +Depends: adwaita-icon-theme, + hicolor-icon-theme, + shared-mime-info, + ${misc:Depends}, + ${shlibs:Depends}, + @COMMON_PKG@ (>= ${source:Version}) +Provides: @GTK_BINVER_DEP@ +Recommends: @BIN_PKG@, + iso-codes, + librsvg2-common (>= 2.52.0), +Suggests: gvfs, + @MEDIA_GSTREAMER_PKG@ | @MEDIA_FFMPEG_PKG@, +Breaks: libgtk-4-0 (<< 4.0.0), +Replaces: libgtk-4-0 (<< 4.0.0), +Pre-Depends: ${misc:Pre-Depends} +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: @UDEB_PKG@ +Build-Profiles: +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Provides: @GTK_BINVER_DEP@ +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: @COMMON_PKG@ +Section: misc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: @SHARED_PKG@ +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: @BIN_PKG@ +Section: misc +Architecture: any +Multi-Arch: foreign +Depends: gtk-update-icon-cache, + ${misc:Depends}, + ${shlibs:Depends}, + @COMMON_PKG@ (>= ${source:Version}), + @SHARED_PKG@ (>= ${source:Version}) +Breaks: @EXAMPLES_PKG@ (<< 3.96.0-3~) +Replaces: @EXAMPLES_PKG@ (<< 3.96.0-3~) +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: @DEV_PKG@ +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: gir1.2-gtk-4.0 (= ${binary:Version}), + libcairo2-dev (>= 1.14.0), + libegl1-mesa-dev [linux-any], + libepoxy-dev (>= 1.0), + libfontconfig1-dev, + libgdk-pixbuf-2.0-dev (>= 2.30.0), + libglib2.0-dev (>= 2.66.0), + libgraphene-1.0-dev (>= 1.9.1), + libpango1.0-dev (>= 1.50.0), + libwayland-dev (>= 1.16.91) [linux-any], + libx11-dev, + libxcomposite-dev, + libxcursor-dev, + libxdamage-dev, + libxext-dev, + libxfixes-dev, + libxi-dev, + libxinerama-dev, + libxkbcommon-dev, + libxrandr-dev, + libvulkan-dev [linux-any], + pkg-config, + wayland-protocols (>= 1.21) [linux-any], + ${misc:Depends}, + ${shlibs:Depends}, + @COMMON_PKG@, + @SHARED_PKG@ (= ${binary:Version}) +Suggests: @DOC_PKG@, + @EXAMPLES_PKG@ +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: @DOC_PKG@ +Build-Profiles: +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: 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/@DOC_PKG@/ . + +Package: @MEDIA_GSTREAMER_PKG@ +Section: x11 +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: GStreamer media backend 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 media module that uses GStreamer as backend. + +Package: @MEDIA_FFMPEG_PKG@ +Build-Profiles: +Section: x11 +Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: FFmpeg media backend 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 media module that uses FFmpeg as backend. + This module is considered incomplete and experimental, and using the + @MEDIA_GSTREAMER_PKG@ module instead is recommended. + +Package: @EXAMPLES_PKG@ +Build-Profiles: +Section: x11 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + @SHARED_PKG@ (= ${binary:Version}) +Recommends: fonts-cantarell, + librsvg2-common (>= 2.52.0), +Description: example files for GTK 4 + 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 GTK4. It also contains the installed tests. + +Package: @TESTS_PKG@ +Build-Profiles: +Section: x11 +Architecture: any +Depends: iso-codes, + librsvg2-common (>= 2.52.0), + ${misc:Depends}, + ${shlibs:Depends}, + @SHARED_PKG@ (= ${binary:Version}), +Recommends: gnome-desktop-testing, + locales | locales-all, +Description: "as-installed" tests for GTK 4 + 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 installable test programs, primarily for use with + autopkgtest. + +Package: gir1.2-gtk-4.0 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + @COMMON_PKG@ +Breaks: python-gi (<< 3.18), + python3-gi (<< 3.18) +Provides: gir1.2-gdk-4.0 (= ${binary:Version}), + gir1.2-gdkwayland-4.0 (= ${binary:Version}) [linux-any], + gir1.2-gdkx11-4.0 (= ${binary:Version}), + gir1.2-gsk-4.0 (= ${binary:Version}) +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: libgtk2.0-bin (<< 2.24.30-2), +# libgtk-3-bin (<< 3.20.6-1) +#Replaces: libgtk2.0-bin (<< 2.24.30-2), +# libgtk-3-bin (<< 3.20.6-1) +#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. diff --git a/copyright b/copyright new file mode 100644 index 0000000000..bbf7166b11 --- /dev/null +++ b/copyright @@ -0,0 +1,1068 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: GTK +Source: https://download.gnome.org/sources/gtk/ +License: LGPL-2.1+ +Files-Excluded: + docs/reference/gdk/gdk4 + docs/reference/gdk/gdk4-wayland + docs/reference/gdk/gdk4-x11 + docs/reference/gsk/gsk4 + docs/reference/gtk/gtk4 + subprojects/gi-docgen/gidocgen/templates/basic/*.woff + subprojects/gi-docgen/gidocgen/templates/basic/*.woff2 + +Files: * +Copyright: + 2009-2010 A S Alam + 2001 Abel Cheung + 2004 Abigail Brady + 2004 Adam Weinberger + 2004-2005 Afonso Celso Medina + 2006 Ahmad Riza H Nst + 2002 Akira TAGOH + 2006 Alaksandar Navicki + 2005 Alan Horkan + 2005-2008 Alan Monfort + 2004 Alastair McKinstry + 2005 Albert Fazlí + 2001-2005 Ales Nyakhaychyk + 2003-2007 Alessio Dessì + 2004 Alex Camacho Castilho + 2003 Alex Graveley + 2006-2019 Alexander Larsson + 2020 Alexander Mikhaylenko + 2005-2010 Alexander Shopov + 2006 Alexander Sigachov + 2004-2009 Amanpreet Singh Alam + 2021 Amazon.com, Inc. and its affiliates + 2004 Amir Hedayaty + 2006-2009 Amitakhya Phukan + 2008 Anas Afif Emad + 2001-2004 Anders Carlsson + 2002 Andras Timar + 2008 Andre Klapper + 2003 Andrew W. Nosenko + 2009 André Gondim + 2006-2009 Ani Peter + 2005-2009 Ankit Patel + 2009 Anton Meixome + 2008 Anton Shestakov + 2007 Antono VASILJEV + 2009 Antón Méixome + 2003 Apple Computer, Inc. + 2003-2004 Arafat Medini + 2006-2007 Arangel Angov + 2001 Archaeopteryx Software Inc. + 2003 Arman Aksoy + 2007-2010 Ask Hjorth Larsen + 2006-2007 Async Open Source + 2004 Ayman Hourieh + 2008 BOSS GNU/Linux + 2006-2009 Baris Cicek + 2009 Bastien Nocera + 2016-2021 Benjamin Otte + 2006 Benoît Dejean + 2003 Besnik Bleta + 2002 Borislav Aleksandrov + 2009-2010 Bruce Cowan + 2004-2008 Canonical Ltd. + 2005-2019 Carlos Garnacho + 2002 Carlos Perelló Marín + 2004 Carole Karema + 1998 Cesar Miquel + 2002-2010 Changwod Ryu + 2000 Chih-Wei Huang + 2010 Christian Dywan + 2004-2006 Christian Hammond + 2015-2020 Christian Hergert + (unknown) Christian Kellner + 2009-2010 Christian Kirbach + 2002-2004 Christian Neumair + 2006-2010 Christian Persch + 2000-2005 Christian Rose + 20002 Christophe Fergeau + 2000-2006 Christophe Merlet + 2000-2002 Christopher Gabriel + 2007-2010 Claude Paroz + 2005-2010 Clytie Siddall + 2001 CodeFactory AB + 2010 Codethink Limited + 2007-2009 Cody Russell + 2012-2018 Collabora Ltd. + 2003-2007 Courtesy of Prevod.org team + 2003-2004 Dafydd Harries + 2010 Damyan Ivanov + 1999-2000 Dan Damian + 2006-2010 Daniel Nylander + 2007 Danishka Navin + 1998 David Abilleira Freijeiro + 2003 David Bellot + 2004 David Lodge + 2008-2010 David Planella + (unknown) David Zeuthen + 2003 Davide Libenzi + 2008-2009 Deng Xiyue + 2001-2003 Dinesh Nadarajah + 2002 Dirk-Jan C. Binnema + 2006 Djihed Afifi + 2002-2004 Dmitry Mastrukov + 2003-2004 Dom Lachowicz + 2001-2010 Duarte Loreto + 1998 Elliot Lee + 2005-2007 Emmanuele Bassi + 2016-2017 Endless + 2008-2009 Erdal Ronahi + 2008-2009 Eskild Hustvedt + 2008-2010 F Wolff + 2003 FSF-India + 1999-2001 Fatih Demir + (unknown) Federico Mena + 2006 Felix + 2009-2010 Fran Dieguez + 2003-2006 Francisco Javier F. Serrador + 1991-2019 Free Software Foundation, Inc. + 2003-2009 Funda Wang + 2008 Fábio Nogueira + 2003 G Karunakar + 2004-2010 Gabor Kelemen + 2005 Ganesh Ghimire + 2004 Gareth Owen + 2002 Ge'ez Frontier Foundation + 2000-2004 Gediminas Paulauskas + 2002 Germán Poo-Caamaño + 2009 Ghee Teo + 2005 Gia Shervashidze + 2002-2004 Gil 'Dolfin' Osher + 2007 Gintautas Miliauskas + 2009 Gintautas Miliauskas + 2005 Gora Mohanty + 2007 Guillaume SAVATON + 2004 Gurban Mühemmet Tewekgeli + 2004 Gustavo Noronha Silva + 2001 Görkem Cetin + 2001-2005 Hans Breuer + 2008 Hari Vishnu + 2002 Hasbullah Bin Pit (sebol) + 2001 Havoc Pennington + 2001 He Qiangqiang + 2004-2005 Hendrik Brandt + 2004-2009 Hendrik Richter + 2008 Henrique P Machado + 2009-2010 Hinker + 2011 Hiroyuki Yamamoto + 2004 Hizkuntza Politikarako Sailburuordetza + 2000-2002 Hoang Ngoc Tu + 2006 Hong Jen Yee (PCMan) + 2009 I. Felix + 2009 Iestyn Pryce + 2009 Igalia S.L + 2005-2011 Ignacio Casal Quinteiro + 2005-2009 Ilkka Tuohela + 2005-2008 Imendio AB + 2010-2013 Intel Corporation + 2002 Isam Bayazidi + 2010 Israt Jahan + 2002 Ivan Stojmirov + 1999-2000 Ivan Vilata i Balaguer + 2005-2010 Ivar Smolin + 2004-2010 Iñaki Larrañaga Murgoitio + 2008 Jaap Haitsma + 2006 Jakub Friedl + 2002 James Henstridge + 2004 James Johnson + 2004 James M. Cape + 2005 Jamie McCracken + 2009 Jamy + 2006-2016 Jan Arne Petersen + (unknown) Javier Jardón + 2005 Jaydeep Bhusal + 2009 Jennie Petoumenou + 1999-2000 Jesus Bravo Alvarez + 2009 Jiri Grönroos + 2002 Jiří Lebl + 1998 Jiří Pavlovský + 2000-2002 Joern v. Kattchee + 2006 John (J5) Palmieri + 2004 John C Barstow + 2007 John Stowers-Neil Jagdish Patel + 2006-2007 Jonathan Ernst + 2009-2010 Jonh Wendell + 2002-2006 Jordi Mallach + 2007-2010 Jorge González + 1999-2000 Joseba Bidaurrazaga van Dierdonck + 2005-2006 Josep Puigdemont + 1995-2007 Josh MacDonald + 2001 José Antonio Salgueiro A. + 2006-2007 Jovan Naumovski + 2003 Juan Manuel García Molina + 2005 Jyotshna Shrestha + 2003 KAMAGASAKO Masatoshi + 2003-2004 Kazuki IWAMOTO + 2000-2002 Keith Packard + 2000 Keld Simonsen + 2004 Kenan Hadžiavdić + 1999-2000 Kenneth Christiansen + 2006-2010 Khaled Hosny + 2006-2010 Kibavuidi Nsiangani + 1998-2001 Kjartan Maraas + 2002-2007 Kostas Papadimas + 2008-2009 Krishna Babu K + 2001-2010 Kristian Rietveld + 1991-1998 LCS/Telegraphics + 1999 Larry Ewing + 1998 Lars Hamann + 2004-2005 Laszlo Dvornik + 2009 Laurent Coudeur + 2003-2009 Laurent Dhima + 2009 Lebedev Roman + 2006-2009 Leonardo Ferreira Fontenelle + 2004-2006 Leonid Kanter + 2005 Lilit Azizbekyan + 2005 Lilit Sargsyan + 2004 Lorenzo Gil Sanchez + 2007-2010 Luca Ferretti + 2009-2010 Lucian Adrian Grijincu + 2006 Lukas Novotny + 2004 MagNet + 2006 Mahesh subedi + 2009 Mancomún - Centro de Referencia e Servizos de Software Libre + 2008-2010 Manoj Kumar Giri + 2006 Mantas Kriaučiūnas + 2005-2008 Marcel Telka + 2005 Marie Lund + 2009-2010 Mario Blättermann + 2001-2002 Marius Andreiana + 1999 Mark Crichton + 2007 Martin Srebotnjak + 2005 Martin Willemoes Hansen + 2009 Maruf Ovee + 2003-2004 Mashrab Kuvatov + 2007 Matej Urbančič + 2003 Mathieu van Woerkom + 2006 Matic Žgur + 2015 Matthew Waters + 2003-2020 Matthias Clasen + 2001-2002 Matthias Warkus + 2009-2010 Mattias Põldaru + 2004-2010 Maxim Dziumanenko + 2005 Meelad Zakaria + 2007 Michael Terry + 1999 Michael Zucchi + 2002 Michal Bukovjan + 2011 Mike Krüger + 2003-2005 Miloslav Trmac + 2003 Mireia Farrús + 2003-2010 Mișu Moldovan + 2003 Mohammad DAMT + 2003-2004 Mətin Əmirov + 2002 Naba Kumar + 2002-2009 Nguyễn Thái Ngọc Duy + 2003-2008 Nikos Charonitakis + 2003 Nikos Kannelopoulos + 2001-2002 Nilgün Belma Bugüner + 2009 Nils-Christoph Fiedler + 2009-2010 Nishibori Kiyotaka + 2004-2010 Nokia Corporation + 2005 Norayr Chilingaryan + 2005-2010 Novell, Inc. + 2004 Noëlla Mupole + 2008 Nurali Abdurahmonov + 2007 Og Maciel + 2001-2004 Ole Laursen + 2003 OpenMN team + 2006-2010 Openismus GmbH + 1998-2002 Owen Taylor + 2002-2003 Pablo Gonzalo del Campo + 1998-2006 Pablo Saratxaga + 2003-2004 Paisa Seeluangsawat + 2004 Paolo Borelli + 2005 Paolo Maggi + 2000-2005 Pauli Virtanen + 2006-2010 Pavol Šimo + 2004 Pawan Chitrakar + 2007 Pedro Vaz Mello de Medeiros + 1995-2007 Peter Mattis + 2007-2010 Petr Kovar + 2004 Philibert Ndandali + 2004 Pradeep Deshpande + 2005 Prajasakti Localisation Team + 2004-2005 Priit Laes + 2004-2005 Progga + 2018 Purism SPC + 2006 Rahul Bhalerao + 2006-2009 Raivis Dejus + 2005-2009 Rajesh Ranjan + 2003 Raphael Finkel + 2006 Raphael Higino + 2004 Ravishankar Shrivastava + 2003-2004 Raymond Penners + 1998-2021 Red Hat, Inc. + 2009 Reinout van Schouwen + 2009-2010 Reşat SABIQ + 2002 Rhoslyn Prys + 2004-2006 Rhys Jones + 2003 Ricardo Fernandez Pascual + 2003 Richard Allen + 2008 Richard Hughes + 2008-2010 Rimas Kudelis + 1993 Robert Nation + 2006-2008 Robert-André Mauchin + 2002 Ronald Hummelink + 2005 Ronald S. Bultje + 2000-2005 Roozbeh Pournader + 2004-2008 Rosetta Contributors + 2001-2002 Roy-Magne Mo + 2007-2010 Runa Bhattacharjee + 2009-2010 Russell Kyaw + 1995-2007 Ryan Lortie + 2010 Sadia Afroz + 2004 Sami Pesonen + 2008-2010 Sandeep Shedmake + 2003-2004 Sanlig Badral + 2006 Satoru SATOh + 2004 Sayamindu Dasgupta + 2002 Sayed Jaffer Al-Mosawi + 2006 Seba Barto + 2009 Sebastian Dröge + 2007-2010 Seán de Búrca + 2007-2010 Shankar Prasad + 2000-2005 Sharif FarsiWeb, Inc. + 1998 Shawn T. Amundson + 2006 Shiva Pokharel + 2006 Shyam Krishna Bal + 2016-2020 Simon McVittie + 1999-2009 Simos Xenitellis + 2003-2004 Soeren Sandmann + 2000-2002 Softcatala + 1995-2007 Spencer Kimball + 1998 Stanislav Brabec + 2001-2004 Stanislav Visnovsky + 1998 Stefan Jeske + 2001 Stefan Ondrejicka + 2009 Stefan Walter + 1995-1998 Steffen Beyer + 2004 Steve Murphy + 2007-2008 Stéphane Raimbault + 2000 SuSE Linux Ltd + 2006 Subhransu Behera + 2002 Sun G11n + 1994-2009 Sun Microsystems, Inc. + 2007 Sunil Mohan Adapa + 2003 Swapnil Hajare + 2008-2010 Sweta Kothari + 1999-2002 Szabolcs Ban + 2008 Tadej Borovšak + 2002-2010 Takayuki KUSANO + 2003-2009 Takeshi AIHANA + 2003 Takuro Ashie + 2005 Terance Edward Sola + 2012 The Chromium Authors + 2016-2020 The CRoaring authors + 2004-2020 The GNOME Foundation + 2007-2010 The GNOME Project + 1997-2021 The GTK Team + 1986-1998 The Open Group + 1992-1994 The Regents of the University of California. + 2005-2010 Theppitak Karoonboonyanan + 2004 Thierry Vignaud + 1998-2006 Tim Janik + 2017-2018 Timm Bäder + 2002-2010 Tino Meinen + 2004 Tomas Kuliavas + 2004 Tomislav Markovski + 2009-2010 Tommi Vainikainen + 1998-2004 Tor Lillqvist + 2005 Translation World CC in South Africa + 2008 Tristan Van Berkom + 2000 Tzafrir Cohen + 2002-2004 Tõivo Leedjärv + 2000-2002 Valek Filippov + 2000 Vasif Ismailoglu MD + 2007 Vasiliy Faronov + 2004 Viateur MUGENZI + 2005-2007 Vincent Untz + 2005 Vital Khilko + 2007-2008 Vladimer Sichinava ვლადიმერ სიჭინავა + 2009 Vladimir Melo + 2004-2005 Vladimir Petkov + 2010 Xandru Armesto + 2007 Xose S. Puente + 2006 Yair Hershkovitz + 2007 Yang Zhang + 2002 Yanko Kaneti + 2008 Yannick Tailliez + 2006-2008 Yannig Marchegay (Kokoyaya) + 2000-2001 Yukihiro Nakai + 1999-2004 Yuri Syrota + 2019 Zander Brown + 2004 Zuza Software Foundation + 2009 wanderlust + 2003-2009 Åsmund Skjæveland + 2002 Ömer Fadıl USTA + 2008 Ömerjan Tursunqasim + 2004-2010 Žygimantas Beručka + 2005 Арангел Ангов + 2017-2019 Руслан Ижбулатов (LRN) + 2000 辛立仁 +License: LGPL-2+ and LGPL-2.1+ and sun-permissive and lcs-telegraphics-permissive and X11R5-permissive and Expat and BSD-3-clause-Google and Apache-2.0 and CC0-1.0 and ZPL-2.1 + +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: lcs-telegraphics-permissive + The text and information contained in this file may be freely used, + copied, or distributed without compensation or licensing restrictions. + +License: sun-permissive + 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. + +Files: + .gitlab-ci/clang-format-diff.py +Copyright: unspecified, originating from LLVM +License: Apache-2.0 with LLVM exception + +Files: + gsk/gl/stb_rect_pack.* +Copyright: + 2017 Sean Barrett +License: Expat or unlicense + +Files: + demos/gtk-demo/org.gtk.Demo4.appdata.xml.in + demos/icon-browser/org.gtk.IconBrowser4.appdata.xml.in + demos/print-editor/org.gtk.PrintEditor4.appdata.xml + demos/widget-factory/org.gtk.WidgetFactory4.appdata.xml.in +Copyright: unspecified +License: CC0-1.0 + +Files: + subprojects/gi-docgen/* +Copyright: + 2020-2021 GNOME Foundation +License: CC0-1.0, and CC-BY-SA-3.0, and Apache-2.0 or GPL-3.0+, and GPL-2.0+, and LGPL-2+ or MPL-1.1 + +Files: + subprojects/gi-docgen/gidocgen/templates/basic/fzy.js + subprojects/gi-docgen/gidocgen/templates/basic/solarized-*.css +Copyright: + 2014 John Hawthorn + 2014 John Louis Del Rosario, Hank Gay, John Mastro, Brandon Bennett +License: Expat + +License: GPL-2.0+ + SPDX license expression "GPL-2.0-or-later": + https://spdx.org/licenses/GPL-2.0-or-later.html + . + This license identifier refers to the choice to use code under + GPL-2.0-or-later (i.e., GPL-2.0 or some later version), as distinguished + from use of code under GPL-2.0-only. The license notice (as seen in the + Standard License Header field below) states which of these applies the + code in the file. The example in the exhibit to the license shows the + license notice for the "or later" approach. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in "/usr/share/common-licenses/GPL-2.0". + +License: GPL-3.0+ + SPDX license expression "GPL-3.0-or-later": + https://spdx.org/licenses/GPL-3.0-or-later.html + . + This license identifier refers to the choice to use code under + GPL-3.0-or-later (i.e., GPL-3.0 or some later version), as distinguished + from use of code under GPL-3.0-only. The license notice (as seen in the + Standard License Header field below) states which of these applies the + code in the file. The example in the exhibit to the license shows the + license notice for the "or later" approach. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in "/usr/share/common-licenses/GPL-3.0". + +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 + . + 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. + . + On Debian systems, a copy of the Apache License version 2.0 + can be found in /usr/share/common-licenses/Apache-2.0. + +License: Apache-2.0 with LLVM exception + On Debian systems the full text of the Apache Software License 2.0 can be + found in the `/usr/share/common-licenses/Apache-2.0' file. + . + ---- LLVM Exceptions to the Apache 2.0 License ---- + . + As an exception, if, as a result of your compiling your source code, portions + of this Software are embedded into an Object form of such source code, you + may redistribute such embedded portions in such Object form without complying + with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + . + In addition, if you combine or link compiled forms of this Software with + software that is licensed under the GPLv2 ("Combined Software") and if a + court of competent jurisdiction determines that the patent provision (Section + 3), the indemnity provision (Section 9) or other Section of the License + conflicts with the conditions of the GPLv2, you may retroactively and + prospectively choose to deem waived or otherwise exclude such Section(s) of + the License, but only in their entirety and only with respect to the Combined + Software. + +License: BSD-3-clause-Google + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER 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: CC0-1.0 + On Debian systems, a copy of the Creative Commons Zero license, version 1.0 + can be found in /usr/share/common-licenses/CC0-1.0. + +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: unlicense + Public Domain (www.unlicense.org) + . + This is free and unencumbered software released into the public domain. + Anyone is free to copy, modify, publish, use, compile, sell, or distribute this + software, either in source code form or as a compiled binary, for any purpose, + commercial or non-commercial, and by any means. + . + In jurisdictions that recognize copyright laws, the author or authors of this + software dedicate any and all copyright interest in the software to the public + domain. We make this dedication for the benefit of the public at large and to + the detriment of our heirs and successors. We intend this dedication to be an + overt act of relinquishment in perpetuity of all present and future rights to + this software under copyright law. + . + 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 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: 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: CC-BY-SA-3.0 + Creative Commons Legal Code + . + Attribution-ShareAlike 3.0 Unported + . + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + . + License + . + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE + TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY + BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS + CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND + CONDITIONS. + . + 1. Definitions + . + a. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be + recast, transformed, or adapted including in any form recognizably + derived from the original, except that a work that constitutes a + Collection will not be considered an Adaptation for the purpose of + this License. For the avoidance of doubt, where the Work is a musical + work, performance or phonogram, the synchronization of the Work in + timed-relation with a moving image ("synching") will be considered an + Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined below) for the purposes of this + License. + c. "Creative Commons Compatible License" means a license that is listed + at https://creativecommons.org/compatiblelicenses that has been + approved by Creative Commons as being essentially equivalent to this + License, including, at a minimum, because that license: (i) contains + terms that have the same purpose, meaning and effect as the License + Elements of this License; and, (ii) explicitly permits the relicensing + of adaptations of works made available under that license under this + License or a Creative Commons jurisdiction license with the same + License Elements as this License. + d. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + e. "License Elements" means the following high-level license attributes + as selected by Licensor and indicated in the title of this License: + Attribution, ShareAlike. + f. "Licensor" means the individual, individuals, entity or entities that + offer(s) the Work under the terms of this License. + g. "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and in + addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, declaim, + play in, interpret or otherwise perform literary or artistic works or + expressions of folklore; (ii) in the case of a phonogram the producer + being the person or legal entity who first fixes the sounds of a + performance or other sounds; and, (iii) in the case of broadcasts, the + organization that transmits the broadcast. + h. "Work" means the literary and/or artistic work offered under the terms + of this License including without limitation any production in the + literary, scientific and artistic domain, whatever may be the mode or + form of its expression including digital form, such as a book, + pamphlet and other writing; a lecture, address, sermon or other work + of the same nature; a dramatic or dramatico-musical work; a + choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which are + assimilated works expressed by a process analogous to cinematography; + a work of drawing, painting, architecture, sculpture, engraving or + lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied + art; an illustration, map, plan, sketch or three-dimensional work + relative to geography, topography, architecture or science; a + performance; a broadcast; a phonogram; a compilation of data to the + extent it is protected as a copyrightable work; or a work performed by + a variety or circus performer to the extent it is not otherwise + considered a literary or artistic work. + i. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + j. "Publicly Perform" means to perform public recitations of the Work and + to communicate to the public those public recitations, by any means or + process, including by wire or wireless means or public digital + performances; to make available to the public Works in such a way that + members of the public may access these Works from a place and at a + place individually chosen by them; to perform the Work to the public + by any means or process and the communication to the public of the + performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, + sounds or images. + k. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of a + protected performance or phonogram in digital form or other electronic + medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + a. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, + including any translation in any medium, takes reasonable steps to + clearly label, demarcate or otherwise identify that changes were made + to the original Work. For example, a translation could be marked "The + original work was translated from English to Spanish," or a + modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated + in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + . + i. Non-waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives the + exclusive right to collect such royalties for any exercise by You + of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that the + Licensor is a member of a collecting society that administers + voluntary licensing schemes, via that society, from any exercise + by You of the rights granted under this License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights in + other media and formats. Subject to Section 8(f), all rights not expressly + granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly made + subject to and limited by the following restrictions: + . + a. You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any terms + on the Work that restrict the terms of this License or the ability of + the recipient of the Work to exercise the rights granted to that + recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and + to the disclaimer of warranties with every copy of the Work You + Distribute or Publicly Perform. When You Distribute or Publicly + Perform the Work, You may not impose any effective technological + measures on the Work that restrict the ability of a recipient of the + Work from You to exercise the rights granted to that recipient under + the terms of the License. This Section 4(a) applies to the Work as + incorporated in a Collection, but this does not require the Collection + apart from the Work itself to be made subject to the terms of this + License. If You create a Collection, upon notice from any Licensor You + must, to the extent practicable, remove from the Collection any credit + as required by Section 4(c), as requested. If You create an + Adaptation, upon notice from any Licensor You must, to the extent + practicable, remove from the Adaptation any credit as required by + Section 4(c), as requested. + b. You may Distribute or Publicly Perform an Adaptation only under the + terms of: (i) this License; (ii) a later version of this License with + the same License Elements as this License; (iii) a Creative Commons + jurisdiction license (either this or a later license version) that + contains the same License Elements as this License (e.g., + Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible + License. If you license the Adaptation under one of the licenses + mentioned in (iv), you must comply with the terms of that license. If + you license the Adaptation under the terms of any of the licenses + mentioned in (i), (ii) or (iii) (the "Applicable License"), you must + comply with the terms of the Applicable License generally and the + following provisions: (I) You must include a copy of, or the URI for, + the Applicable License with every copy of each Adaptation You + Distribute or Publicly Perform; (II) You may not offer or impose any + terms on the Adaptation that restrict the terms of the Applicable + License or the ability of the recipient of the Adaptation to exercise + the rights granted to that recipient under the terms of the Applicable + License; (III) You must keep intact all notices that refer to the + Applicable License and to the disclaimer of warranties with every copy + of the Work as included in the Adaptation You Distribute or Publicly + Perform; (IV) when You Distribute or Publicly Perform the Adaptation, + You may not impose any effective technological measures on the + Adaptation that restrict the ability of a recipient of the Adaptation + from You to exercise the rights granted to that recipient under the + terms of the Applicable License. This Section 4(b) applies to the + Adaptation as incorporated in a Collection, but this does not require + the Collection apart from the Adaptation itself to be made subject to + the terms of the Applicable License. + c. If You Distribute, or Publicly Perform the Work or any Adaptations or + Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) the + name of the Original Author (or pseudonym, if applicable) if supplied, + and/or if the Original Author and/or Licensor designate another party + or parties (e.g., a sponsor institute, publishing entity, journal) for + attribution ("Attribution Parties") in Licensor's copyright notice, + terms of service or by other reasonable means, the name of such party + or parties; (ii) the title of the Work if supplied; (iii) to the + extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not + refer to the copyright notice or licensing information for the Work; + and (iv) , consistent with Ssection 3(b), in the case of an + Adaptation, a credit identifying the use of the Work in the Adaptation + (e.g., "French translation of the Work by Original Author," or + "Screenplay based on original Work by Original Author"). The credit + required by this Section 4(c) may be implemented in any reasonable + manner; provided, however, that in the case of a Adaptation or + Collection, at a minimum such credit will appear, if a credit for all + contributing authors of the Adaptation or Collection appears, then as + part of these credits and in a manner at least as prominent as the + credits for the other contributing authors. For the avoidance of + doubt, You may only use the credit required by this Section for the + purpose of attribution in the manner set out above and, by exercising + Your rights under this License, You may not implicitly or explicitly + assert or imply any connection with, sponsorship or endorsement by the + Original Author, Licensor and/or Attribution Parties, as appropriate, + of You or Your use of the Work, without the separate, express prior + written permission of the Original Author, Licensor and/or Attribution + Parties. + d. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute or + Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify or + take other derogatory action in relation to the Work which would be + prejudicial to the Original Author's honor or reputation. Licensor + agrees that in those jurisdictions (e.g. Japan), in which any exercise + of the right granted in Section 3(b) of this License (the right to + make Adaptations) would be deemed to be a distortion, mutilation, + modification or other derogatory action prejudicial to the Original + Author's honor and reputation, the Licensor will waive or not assert, + as appropriate, this Section, to the fullest extent permitted by the + applicable national law, to enable You to reasonably exercise Your + right under Section 3(b) of this License (right to make Adaptations) + but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, + WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION + OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS + BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is + perpetual (for the duration of the applicable copyright in the Work). + Notwithstanding the above, Licensor reserves the right to release the + Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + . + 8. Miscellaneous + . + a. Each time You Distribute or Publicly Perform the Work or a Collection, + the Licensor offers to the recipient a license to the Work on the same + terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties with + respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne Convention + for the Protection of Literary and Artistic Works (as amended on + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 + and the Universal Copyright Convention (as revised on July 24, 1971). + These rights and subject matter take effect in the relevant + jurisdiction in which the License terms are sought to be enforced + according to the corresponding provisions of the implementation of + those treaty provisions in the applicable national law. If the + standard suite of rights granted under applicable copyright law + includes additional rights not granted under this License, such + additional rights are deemed to be included in the License; this + License is not intended to restrict the license of any rights under + applicable law. + . + . + Creative Commons Notice + . + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, it + shall have all rights and obligations of Licensor. + . + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, Creative Commons does not authorize + the use by either party of the trademark "Creative Commons" or any + related trademark or logo of Creative Commons without the prior + written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage + guidelines, as may be published on its website or otherwise made + available upon request from time to time. For the avoidance of doubt, + this trademark restriction does not form part of the License. + . + Creative Commons may be contacted at https://creativecommons.org/. + +License: MPL-1.1 + SPDX license expression "MPL-1.1": + https://spdx.org/licenses/MPL-1.1.html + . + On Debian systems, the complete text of the Mozilla Public License + version 1.1 can be found in "/usr/share/common-licenses/MPL-1.1". + +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/dh_listmissing.pl b/dh_listmissing.pl new file mode 100644 index 0000000000..33939d38cb --- /dev/null +++ b/dh_listmissing.pl @@ -0,0 +1,79 @@ +#!/bin/false /usr/bin/perl -w +# shebang disabled while this script resides in debian/ + +# similar to dh_install; needs some documentation + +use strict; +use File::Find; +use Debian::Debhelper::Dh_Lib; + +init(); + +# list of sourcedirs +my @sourcedirs = @ARGV; + +my @installed; + +my $srcdir = '.'; + +# dh_install code, but not doing any installation, just building @installed +# and stripping sourcedirs from these +foreach my $package (@{$dh{DOPACKAGES}}) { + my $tmp=tmpdir($package); + my $file=pkgfile($package,"install"); + + my @install; + if ($file) { + @install=filedoublearray($file); # no globbing yet + } + + # Support for -X flag. + my $exclude = ''; + if ($dh{EXCLUDE_FIND}) { + $exclude = '! \( '.$dh{EXCLUDE_FIND}.' \)'; + } + + foreach my $set (@install) { + if (! defined $dh{AUTODEST} && @$set > 1) { + pop @$set; + } + foreach my $src (map { glob "$srcdir/$_" } @$set) { + next if excludefile($src); + + # strip source dir + foreach my $d (@sourcedirs) { + $src=~s/^\Q$srcdir\E\/\Q$d\E\///; + } + + # Keep track of what's installed. + # Kill any extra slashes. Makes the @installed stuff more robust. + $src=~y:/:/:s; + $src=~s:/+$::; + $src=~s:^(\./)*::; + push @installed, "\Q$src\E\/.*|\Q$src\E"; + } + } +} + +# dh_install code, but stripping sourcedirs +my @missing; +my $installed=join("|", @installed); +$installed=qr{^($installed)$}; +find(sub { + -f || -l || return; + $_="$File::Find::dir/$_"; + foreach my $d (@sourcedirs) { + s/^\Q$d\E\///; + } + if (! /$installed/ && ! excludefile($_)) { + my $file=$_; + push @missing, $file; + } +}, @sourcedirs); +if (@missing) { + warning "$_ has been installed upstream but is not in any package" foreach @missing; + if ($dh{FAIL_MISSING}) { + error("missing files, aborting"); + } +} + diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000000..7eebcaf2fd --- /dev/null +++ b/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s + +[buildpackage] +sign-tags = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit + +[pq] +patch-numbers = False diff --git a/gir1.2-gtk-4.0.install b/gir1.2-gtk-4.0.install new file mode 100644 index 0000000000..6ec97965c4 --- /dev/null +++ b/gir1.2-gtk-4.0.install @@ -0,0 +1 @@ +${env:LIBDIR}/girepository-1.0/ diff --git a/gtk-4-examples.examples b/gtk-4-examples.examples new file mode 100644 index 0000000000..6ad24cd973 --- /dev/null +++ b/gtk-4-examples.examples @@ -0,0 +1,2 @@ +# from the source +examples/* diff --git a/gtk-4-examples.install b/gtk-4-examples.install new file mode 100644 index 0000000000..25393337b8 --- /dev/null +++ b/gtk-4-examples.install @@ -0,0 +1,22 @@ +usr/bin/gtk4-demo +usr/bin/gtk4-demo-application +usr/bin/gtk4-icon-browser +usr/bin/gtk4-print-editor +usr/bin/gtk4-widget-factory +usr/share/applications/org.gtk.Demo4.desktop +usr/share/applications/org.gtk.IconBrowser4.desktop +usr/share/applications/org.gtk.PrintEditor4.desktop +usr/share/applications/org.gtk.WidgetFactory4.desktop +usr/share/glib-2.0/schemas/org.gtk.Demo4.gschema.xml +usr/share/icons/hicolor/*/*/org.gtk.Demo4* +usr/share/icons/hicolor/*/*/org.gtk.IconBrowser4* +usr/share/icons/hicolor/*/*/org.gtk.PrintEditor4* +usr/share/icons/hicolor/*/*/org.gtk.WidgetFactory4* +usr/share/man/*/gtk4-demo-application.* +usr/share/man/*/gtk4-demo.* +usr/share/man/*/gtk4-icon-browser.* +usr/share/man/*/gtk4-widget-factory.* +usr/share/metainfo/org.gtk.Demo4.appdata.xml +usr/share/metainfo/org.gtk.IconBrowser4.appdata.xml +usr/share/metainfo/org.gtk.PrintEditor4.appdata.xml +usr/share/metainfo/org.gtk.WidgetFactory4.appdata.xml diff --git a/gtk-4-tests.install b/gtk-4-tests.install new file mode 100644 index 0000000000..ca08e3784c --- /dev/null +++ b/gtk-4-tests.install @@ -0,0 +1,2 @@ +usr/libexec/installed-tests/gtk-4.0 +usr/share/installed-tests/gtk-4.0 diff --git a/gtk-4-tests.lintian-overrides b/gtk-4-tests.lintian-overrides new file mode 100644 index 0000000000..4827b72d8e --- /dev/null +++ b/gtk-4-tests.lintian-overrides @@ -0,0 +1,2 @@ +# test data is not documentation +package-contains-documentation-outside-usr-share-doc usr/libexec/installed-tests/* diff --git a/gtk-update-icon-cache.install b/gtk-update-icon-cache.install new file mode 100644 index 0000000000..65235c9bfb --- /dev/null +++ b/gtk-update-icon-cache.install @@ -0,0 +1,3 @@ +../../../debian/update-icon-caches usr/sbin/ +usr/bin/gtk4-update-icon-cache +usr/share/man/man1/gtk4-update-icon-cache.1 diff --git a/gtk-update-icon-cache.manpages b/gtk-update-icon-cache.manpages new file mode 100644 index 0000000000..7f64d98c33 --- /dev/null +++ b/gtk-update-icon-cache.manpages @@ -0,0 +1 @@ +debian/update-icon-caches.8 diff --git a/gtk-update-icon-cache.preinst b/gtk-update-icon-cache.preinst new file mode 100644 index 0000000000..121eb260c3 --- /dev/null +++ b/gtk-update-icon-cache.preinst @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +# Clean up existing diversions from libgtk-3-bin +if dpkg --compare-versions "$2" lt "3.20.5-2" ; then + dpkg-divert --remove --package libgtk-3-bin --rename \ + --divert /usr/sbin/update-icon-caches.gtk2 \ + /usr/sbin/update-icon-caches + dpkg-divert --remove --package libgtk-3-bin --rename \ + --divert /usr/share/man/man8/update-icon-caches.gtk2.8.gz \ + /usr/share/man/man8/update-icon-caches.8.gz +fi + +#DEBHELPER# diff --git a/libgtk-4-1-udeb.install b/libgtk-4-1-udeb.install new file mode 100644 index 0000000000..66c6b91eab --- /dev/null +++ b/libgtk-4-1-udeb.install @@ -0,0 +1 @@ +${env:LIBDIR}/libg?k*.so.* diff --git a/libgtk-4-1.install b/libgtk-4-1.install new file mode 100644 index 0000000000..410a049226 --- /dev/null +++ b/libgtk-4-1.install @@ -0,0 +1,2 @@ +${env:MODULES_BASE_PATH}/printbackends/*.so +${env:LIBDIR}/libgtk*.so.* diff --git a/libgtk-4-1.links b/libgtk-4-1.links new file mode 100644 index 0000000000..05533fe798 --- /dev/null +++ b/libgtk-4-1.links @@ -0,0 +1,2 @@ +usr/share/doc/${env:COMMON_PKG}/NEWS.gz usr/share/doc/${env:SHARED_PKG}/NEWS.gz +usr/share/doc/${env:COMMON_PKG}/${env:README_MD_MAYBE_GZ} usr/share/doc/${env:SHARED_PKG}/${env:README_MD_MAYBE_GZ} diff --git a/libgtk-4-1.postinst.in b/libgtk-4-1.postinst.in new file mode 100644 index 0000000000..d6eae22363 --- /dev/null +++ b/libgtk-4-1.postinst.in @@ -0,0 +1,22 @@ +#!/bin/sh +set -e + +update_modules () { + for dir in immodules printbackends; do + if [ -d "/@MODULES_BASE_PATH@/$dir" ]; then + /@LIBDIR@/glib-2.0/gio-querymodules "/@MODULES_BASE_PATH@/$dir" || true + fi + done +} + +if [ "$1" = triggered ]; then + # This is triggered everytime an application installs a + # GTK IM module or print backend + update_modules + exit 0 +fi + +#DEBHELPER# + +# Also handle the initial installation +update_modules diff --git a/libgtk-4-1.postrm.in b/libgtk-4-1.postrm.in new file mode 100644 index 0000000000..98e1aab0a7 --- /dev/null +++ b/libgtk-4-1.postrm.in @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ -d /@MODULES_BASE_PATH@ ]; then + # Purge the cache + for dir in immodules printbackends; do + if [ -e "/@MODULES_BASE_PATH@/$dir" ]; then + rm -f "/@MODULES_BASE_PATH@/$dir/giomodule.cache" + rmdir -p --ignore-fail-on-non-empty "/@MODULES_BASE_PATH@/$dir" + fi + done +fi diff --git a/libgtk-4-1.symbols.in b/libgtk-4-1.symbols.in new file mode 100644 index 0000000000..c03a4d9fde --- /dev/null +++ b/libgtk-4-1.symbols.in @@ -0,0 +1,4703 @@ +libgtk-@APIVER@.so.@SONAME@ @SHARED_PKG@ #MINVER# +* Build-Depends-Package: libgtk-4-dev + (optional)_gtk_resource_data@Base @DEB_VERSION_UPSTREAM@ + gdk_anchor_hints_get_type@Base 4.0.0 + gdk_app_launch_context_get_display@Base 4.0.0 + gdk_app_launch_context_get_type@Base 4.0.0 + gdk_app_launch_context_set_desktop@Base 4.0.0 + gdk_app_launch_context_set_icon@Base 4.0.0 + gdk_app_launch_context_set_icon_name@Base 4.0.0 + gdk_app_launch_context_set_timestamp@Base 4.0.0 + gdk_axis_flags_get_type@Base 4.0.0 + gdk_axis_use_get_type@Base 4.0.0 + gdk_button_event_get_button@Base 4.0.0 + gdk_button_event_get_type@Base 4.0.0 + gdk_cairo_context_cairo_create@Base 4.0.0 + gdk_cairo_context_get_type@Base 4.0.0 + gdk_cairo_draw_from_gl@Base 4.0.0 + gdk_cairo_rectangle@Base 4.0.0 + gdk_cairo_region@Base 4.0.0 + gdk_cairo_region_create_from_surface@Base 4.0.0 + gdk_cairo_set_source_pixbuf@Base 4.0.0 + gdk_cairo_set_source_rgba@Base 4.0.0 + gdk_clipboard_get_content@Base 4.0.0 + gdk_clipboard_get_display@Base 4.0.0 + gdk_clipboard_get_formats@Base 4.0.0 + gdk_clipboard_get_type@Base 4.0.0 + gdk_clipboard_is_local@Base 4.0.0 + gdk_clipboard_read_async@Base 4.0.0 + gdk_clipboard_read_finish@Base 4.0.0 + gdk_clipboard_read_text_async@Base 4.0.0 + gdk_clipboard_read_text_finish@Base 4.0.0 + gdk_clipboard_read_texture_async@Base 4.0.0 + gdk_clipboard_read_texture_finish@Base 4.0.0 + gdk_clipboard_read_value_async@Base 4.0.0 + gdk_clipboard_read_value_finish@Base 4.0.0 + gdk_clipboard_set@Base 4.0.0 + gdk_clipboard_set_content@Base 4.0.0 + gdk_clipboard_set_text@Base 4.0.0 + gdk_clipboard_set_texture@Base 4.0.0 + gdk_clipboard_set_valist@Base 4.0.0 + gdk_clipboard_set_value@Base 4.0.0 + gdk_clipboard_store_async@Base 4.0.0 + gdk_clipboard_store_finish@Base 4.0.0 + gdk_content_deserialize_async@Base 4.0.0 + gdk_content_deserialize_finish@Base 4.0.0 + gdk_content_deserializer_get_cancellable@Base 4.0.0 + gdk_content_deserializer_get_gtype@Base 4.0.0 + gdk_content_deserializer_get_input_stream@Base 4.0.0 + gdk_content_deserializer_get_mime_type@Base 4.0.0 + gdk_content_deserializer_get_priority@Base 4.0.0 + gdk_content_deserializer_get_task_data@Base 4.0.0 + gdk_content_deserializer_get_type@Base 4.0.0 + gdk_content_deserializer_get_user_data@Base 4.0.0 + gdk_content_deserializer_get_value@Base 4.0.0 + gdk_content_deserializer_return_error@Base 4.0.0 + gdk_content_deserializer_return_success@Base 4.0.0 + gdk_content_deserializer_set_task_data@Base 4.0.0 + gdk_content_formats_builder_add_formats@Base 4.0.0 + gdk_content_formats_builder_add_gtype@Base 4.0.0 + gdk_content_formats_builder_add_mime_type@Base 4.0.0 + gdk_content_formats_builder_free_to_formats@Base 4.0.0 + gdk_content_formats_builder_get_type@Base 4.0.0 + gdk_content_formats_builder_new@Base 4.0.0 + gdk_content_formats_builder_ref@Base 4.0.0 + gdk_content_formats_builder_to_formats@Base 4.0.0 + gdk_content_formats_builder_unref@Base 4.0.0 + gdk_content_formats_contain_gtype@Base 4.0.0 + gdk_content_formats_contain_mime_type@Base 4.0.0 + gdk_content_formats_get_gtypes@Base 4.0.0 + gdk_content_formats_get_mime_types@Base 4.0.0 + gdk_content_formats_get_type@Base 4.0.0 + gdk_content_formats_match@Base 4.0.0 + gdk_content_formats_match_gtype@Base 4.0.0 + gdk_content_formats_match_mime_type@Base 4.0.0 + gdk_content_formats_new@Base 4.0.0 + gdk_content_formats_new_for_gtype@Base 4.0.0 + gdk_content_formats_parse@Base 4.4.0 + gdk_content_formats_print@Base 4.0.0 + gdk_content_formats_ref@Base 4.0.0 + gdk_content_formats_to_string@Base 4.0.0 + gdk_content_formats_union@Base 4.0.0 + gdk_content_formats_union_deserialize_gtypes@Base 4.0.0 + gdk_content_formats_union_deserialize_mime_types@Base 4.0.0 + gdk_content_formats_union_serialize_gtypes@Base 4.0.0 + gdk_content_formats_union_serialize_mime_types@Base 4.0.0 + gdk_content_formats_unref@Base 4.0.0 + gdk_content_provider_content_changed@Base 4.0.0 + gdk_content_provider_get_type@Base 4.0.0 + gdk_content_provider_get_value@Base 4.0.0 + gdk_content_provider_new_for_bytes@Base 4.0.0 + gdk_content_provider_new_for_value@Base 4.0.0 + gdk_content_provider_new_typed@Base 4.0.0 + gdk_content_provider_new_union@Base 4.0.0 + gdk_content_provider_ref_formats@Base 4.0.0 + gdk_content_provider_ref_storable_formats@Base 4.0.0 + gdk_content_provider_write_mime_type_async@Base 4.0.0 + gdk_content_provider_write_mime_type_finish@Base 4.0.0 + gdk_content_register_deserializer@Base 4.0.0 + gdk_content_register_serializer@Base 4.0.0 + gdk_content_serialize_async@Base 4.0.0 + gdk_content_serialize_finish@Base 4.0.0 + gdk_content_serializer_get_cancellable@Base 4.0.0 + gdk_content_serializer_get_gtype@Base 4.0.0 + gdk_content_serializer_get_mime_type@Base 4.0.0 + gdk_content_serializer_get_output_stream@Base 4.0.0 + gdk_content_serializer_get_priority@Base 4.0.0 + gdk_content_serializer_get_task_data@Base 4.0.0 + gdk_content_serializer_get_type@Base 4.0.0 + gdk_content_serializer_get_user_data@Base 4.0.0 + gdk_content_serializer_get_value@Base 4.0.0 + gdk_content_serializer_return_error@Base 4.0.0 + gdk_content_serializer_return_success@Base 4.0.0 + gdk_content_serializer_set_task_data@Base 4.0.0 + gdk_crossing_event_get_detail@Base 4.0.0 + gdk_crossing_event_get_focus@Base 4.0.0 + gdk_crossing_event_get_mode@Base 4.0.0 + gdk_crossing_event_get_type@Base 4.0.0 + gdk_crossing_mode_get_type@Base 4.0.0 + gdk_cursor_get_fallback@Base 4.0.0 + gdk_cursor_get_hotspot_x@Base 4.0.0 + gdk_cursor_get_hotspot_y@Base 4.0.0 + gdk_cursor_get_name@Base 4.0.0 + gdk_cursor_get_texture@Base 4.0.0 + gdk_cursor_get_type@Base 4.0.0 + gdk_cursor_new_from_name@Base 4.0.0 + gdk_cursor_new_from_texture@Base 4.0.0 + gdk_delete_event_get_type@Base 4.0.0 + gdk_device_get_caps_lock_state@Base 4.0.0 + gdk_device_get_device_tool@Base 4.0.0 + gdk_device_get_direction@Base 4.0.0 + gdk_device_get_display@Base 4.0.0 + gdk_device_get_has_cursor@Base 4.0.0 + gdk_device_get_modifier_state@Base 4.0.0 + gdk_device_get_name@Base 4.0.0 + gdk_device_get_num_lock_state@Base 4.0.0 + gdk_device_get_num_touches@Base 4.0.0 + gdk_device_get_product_id@Base 4.0.0 + gdk_device_get_scroll_lock_state@Base 4.0.0 + gdk_device_get_seat@Base 4.0.0 + gdk_device_get_source@Base 4.0.0 + gdk_device_get_surface_at_position@Base 4.0.0 + gdk_device_get_timestamp@Base 4.3.1 + gdk_device_get_type@Base 4.0.0 + gdk_device_get_vendor_id@Base 4.0.0 + gdk_device_has_bidi_layouts@Base 4.0.0 + gdk_device_pad_feature_get_type@Base 4.0.0 + gdk_device_pad_get_feature_group@Base 4.0.0 + gdk_device_pad_get_group_n_modes@Base 4.0.0 + gdk_device_pad_get_n_features@Base 4.0.0 + gdk_device_pad_get_n_groups@Base 4.0.0 + gdk_device_pad_get_type@Base 4.0.0 + gdk_device_tool_get_axes@Base 4.0.0 + gdk_device_tool_get_hardware_id@Base 4.0.0 + gdk_device_tool_get_serial@Base 4.0.0 + gdk_device_tool_get_tool_type@Base 4.0.0 + gdk_device_tool_get_type@Base 4.0.0 + gdk_device_tool_type_get_type@Base 4.0.0 + gdk_display_beep@Base 4.0.0 + gdk_display_close@Base 4.0.0 + gdk_display_create_gl_context@Base 4.6.0 + gdk_display_device_is_grabbed@Base 4.0.0 + gdk_display_flush@Base 4.0.0 + gdk_display_get_app_launch_context@Base 4.0.0 + gdk_display_get_clipboard@Base 4.0.0 + gdk_display_get_default@Base 4.0.0 + gdk_display_get_default_seat@Base 4.0.0 + gdk_display_get_monitor_at_surface@Base 4.0.0 + gdk_display_get_monitors@Base 4.0.0 + gdk_display_get_name@Base 4.0.0 + gdk_display_get_primary_clipboard@Base 4.0.0 + gdk_display_get_setting@Base 4.0.0 + gdk_display_get_startup_notification_id@Base 4.0.0 + gdk_display_get_type@Base 4.0.0 + gdk_display_is_closed@Base 4.0.0 + gdk_display_is_composited@Base 4.0.0 + gdk_display_is_rgba@Base 4.0.0 + gdk_display_list_seats@Base 4.0.0 + gdk_display_manager_get@Base 4.0.0 + gdk_display_manager_get_default_display@Base 4.0.0 + gdk_display_manager_get_type@Base 4.0.0 + gdk_display_manager_list_displays@Base 4.0.0 + gdk_display_manager_open_display@Base 4.0.0 + gdk_display_manager_set_default_display@Base 4.0.0 + gdk_display_map_keycode@Base 4.0.0 + gdk_display_map_keyval@Base 4.0.0 + gdk_display_notify_startup_complete@Base 4.0.0 + gdk_display_open@Base 4.0.0 + gdk_display_prepare_gl@Base 4.3.2 + gdk_display_put_event@Base 4.0.0 + gdk_display_supports_input_shapes@Base 4.0.0 + gdk_display_sync@Base 4.0.0 + gdk_display_translate_key@Base 4.0.0 + gdk_dnd_event_get_drop@Base 4.0.0 + gdk_dnd_event_get_type@Base 4.0.0 + gdk_drag_action_get_type@Base 4.0.0 + gdk_drag_action_is_unique@Base 4.0.0 + gdk_drag_begin@Base 4.0.0 + gdk_drag_cancel_reason_get_type@Base 4.0.0 + gdk_drag_drop_done@Base 4.0.0 + gdk_drag_get_actions@Base 4.0.0 + gdk_drag_get_content@Base 4.0.0 + gdk_drag_get_device@Base 4.0.0 + gdk_drag_get_display@Base 4.0.0 + gdk_drag_get_drag_surface@Base 4.0.0 + gdk_drag_get_formats@Base 4.0.0 + gdk_drag_get_selected_action@Base 4.0.0 + gdk_drag_get_surface@Base 4.0.0 + gdk_drag_get_type@Base 4.0.0 + gdk_drag_set_hotspot@Base 4.0.0 + gdk_drag_surface_get_type@Base 4.0.0 + gdk_drag_surface_present@Base 4.0.0 + gdk_draw_context_begin_frame@Base 4.0.0 + gdk_draw_context_end_frame@Base 4.0.0 + gdk_draw_context_get_display@Base 4.0.0 + gdk_draw_context_get_frame_region@Base 4.0.0 + gdk_draw_context_get_surface@Base 4.0.0 + gdk_draw_context_get_type@Base 4.0.0 + gdk_draw_context_is_in_frame@Base 4.0.0 + gdk_drop_finish@Base 4.0.0 + gdk_drop_get_actions@Base 4.0.0 + gdk_drop_get_device@Base 4.0.0 + gdk_drop_get_display@Base 4.0.0 + gdk_drop_get_drag@Base 4.0.0 + gdk_drop_get_formats@Base 4.0.0 + gdk_drop_get_surface@Base 4.0.0 + gdk_drop_get_type@Base 4.0.0 + gdk_drop_read_async@Base 4.0.0 + gdk_drop_read_finish@Base 4.0.0 + gdk_drop_read_value_async@Base 4.0.0 + gdk_drop_read_value_finish@Base 4.0.0 + gdk_drop_status@Base 4.0.0 + gdk_event_get_axes@Base 4.0.0 + gdk_event_get_axis@Base 4.0.0 + gdk_event_get_device@Base 4.0.0 + gdk_event_get_device_tool@Base 4.0.0 + gdk_event_get_display@Base 4.0.0 + gdk_event_get_event_sequence@Base 4.0.0 + gdk_event_get_event_type@Base 4.0.0 + gdk_event_get_history@Base 4.0.0 + gdk_event_get_modifier_state@Base 4.0.0 + gdk_event_get_pointer_emulated@Base 4.0.0 + gdk_event_get_position@Base 4.0.0 + gdk_event_get_seat@Base 4.0.0 + gdk_event_get_surface@Base 4.0.0 + gdk_event_get_time@Base 4.0.0 + gdk_event_get_type@Base 4.0.0 + gdk_event_ref@Base 4.0.0 + gdk_event_sequence_get_type@Base 4.0.0 + gdk_event_triggers_context_menu@Base 4.0.0 + gdk_event_type_get_type@Base 4.0.0 + gdk_event_unref@Base 4.0.0 + gdk_events_get_angle@Base 4.0.0 + gdk_events_get_center@Base 4.0.0 + gdk_events_get_distance@Base 4.0.0 + gdk_file_list_get_files@Base 4.6.0 + gdk_file_list_get_type@Base 4.0.0 + gdk_focus_event_get_in@Base 4.0.0 + gdk_focus_event_get_type@Base 4.0.0 + gdk_frame_clock_begin_updating@Base 4.0.0 + gdk_frame_clock_end_updating@Base 4.0.0 + gdk_frame_clock_get_current_timings@Base 4.0.0 + gdk_frame_clock_get_fps@Base 4.0.0 + gdk_frame_clock_get_frame_counter@Base 4.0.0 + gdk_frame_clock_get_frame_time@Base 4.0.0 + gdk_frame_clock_get_history_start@Base 4.0.0 + gdk_frame_clock_get_refresh_info@Base 4.0.0 + gdk_frame_clock_get_timings@Base 4.0.0 + gdk_frame_clock_get_type@Base 4.0.0 + gdk_frame_clock_phase_get_type@Base 4.0.0 + gdk_frame_clock_request_phase@Base 4.0.0 + gdk_frame_timings_get_complete@Base 4.0.0 + gdk_frame_timings_get_frame_counter@Base 4.0.0 + gdk_frame_timings_get_frame_time@Base 4.0.0 + gdk_frame_timings_get_predicted_presentation_time@Base 4.0.0 + gdk_frame_timings_get_presentation_time@Base 4.0.0 + gdk_frame_timings_get_refresh_interval@Base 4.0.0 + gdk_frame_timings_get_type@Base 4.0.0 + gdk_frame_timings_ref@Base 4.0.0 + gdk_frame_timings_unref@Base 4.0.0 + gdk_fullscreen_mode_get_type@Base 4.0.0 + gdk_gl_api_get_type@Base 4.6.0 + gdk_gl_context_clear_current@Base 4.0.0 + gdk_gl_context_get_allowed_apis@Base 4.6.0 + gdk_gl_context_get_api@Base 4.6.0 + gdk_gl_context_get_current@Base 4.0.0 + gdk_gl_context_get_debug_enabled@Base 4.0.0 + gdk_gl_context_get_display@Base 4.0.0 + gdk_gl_context_get_forward_compatible@Base 4.0.0 + gdk_gl_context_get_required_version@Base 4.0.0 + gdk_gl_context_get_shared_context@Base 4.0.0 + gdk_gl_context_get_surface@Base 4.0.0 + gdk_gl_context_get_type@Base 4.0.0 + gdk_gl_context_get_use_es@Base 4.0.0 + gdk_gl_context_get_version@Base 4.0.0 + gdk_gl_context_is_legacy@Base 4.0.0 + gdk_gl_context_is_shared@Base 4.3.2 + gdk_gl_context_make_current@Base 4.0.0 + gdk_gl_context_realize@Base 4.0.0 + gdk_gl_context_set_allowed_apis@Base 4.6.0 + gdk_gl_context_set_debug_enabled@Base 4.0.0 + gdk_gl_context_set_forward_compatible@Base 4.0.0 + gdk_gl_context_set_required_version@Base 4.0.0 + gdk_gl_context_set_use_es@Base 4.0.0 + gdk_gl_error_get_type@Base 4.0.0 + gdk_gl_error_quark@Base 4.0.0 + gdk_gl_texture_get_type@Base 4.0.0 + gdk_gl_texture_new@Base 4.0.0 + gdk_gl_texture_release@Base 4.0.0 + gdk_grab_broken_event_get_grab_surface@Base 4.0.0 + gdk_grab_broken_event_get_implicit@Base 4.0.0 + gdk_grab_broken_event_get_type@Base 4.0.0 + gdk_gravity_get_type@Base 4.0.0 + gdk_input_source_get_type@Base 4.0.0 + gdk_intern_mime_type@Base 4.0.0 + gdk_key_event_get_consumed_modifiers@Base 4.0.0 + gdk_key_event_get_keycode@Base 4.0.0 + gdk_key_event_get_keyval@Base 4.0.0 + gdk_key_event_get_layout@Base 4.0.0 + gdk_key_event_get_level@Base 4.0.0 + gdk_key_event_get_match@Base 4.0.0 + gdk_key_event_get_type@Base 4.0.0 + gdk_key_event_is_modifier@Base 4.0.0 + gdk_key_event_matches@Base 4.0.0 + gdk_key_match_get_type@Base 4.0.0 + gdk_keyval_convert_case@Base 4.0.0 + gdk_keyval_from_name@Base 4.0.0 + gdk_keyval_is_lower@Base 4.0.0 + gdk_keyval_is_upper@Base 4.0.0 + gdk_keyval_name@Base 4.0.0 + gdk_keyval_to_lower@Base 4.0.0 + gdk_keyval_to_unicode@Base 4.0.0 + gdk_keyval_to_upper@Base 4.0.0 + gdk_memory_format_get_type@Base 4.0.0 + gdk_memory_texture_get_type@Base 4.0.0 + gdk_memory_texture_new@Base 4.0.0 + gdk_modifier_type_get_type@Base 4.0.0 + gdk_monitor_get_connector@Base 4.0.0 + gdk_monitor_get_display@Base 4.0.0 + gdk_monitor_get_geometry@Base 4.0.0 + gdk_monitor_get_height_mm@Base 4.0.0 + gdk_monitor_get_manufacturer@Base 4.0.0 + gdk_monitor_get_model@Base 4.0.0 + gdk_monitor_get_refresh_rate@Base 4.0.0 + gdk_monitor_get_scale_factor@Base 4.0.0 + gdk_monitor_get_subpixel_layout@Base 4.0.0 + gdk_monitor_get_type@Base 4.0.0 + gdk_monitor_get_width_mm@Base 4.0.0 + gdk_monitor_is_valid@Base 4.0.0 + gdk_motion_event_get_type@Base 4.0.0 + gdk_notify_type_get_type@Base 4.0.0 + gdk_pad_event_get_axis_value@Base 4.0.0 + gdk_pad_event_get_button@Base 4.0.0 + gdk_pad_event_get_group_mode@Base 4.0.0 + gdk_pad_event_get_type@Base 4.0.0 + gdk_paintable_compute_concrete_size@Base 4.0.0 + gdk_paintable_flags_get_type@Base 4.0.0 + gdk_paintable_get_current_image@Base 4.0.0 + gdk_paintable_get_flags@Base 4.0.0 + gdk_paintable_get_intrinsic_aspect_ratio@Base 4.0.0 + gdk_paintable_get_intrinsic_height@Base 4.0.0 + gdk_paintable_get_intrinsic_width@Base 4.0.0 + gdk_paintable_get_type@Base 4.0.0 + gdk_paintable_invalidate_contents@Base 4.0.0 + gdk_paintable_invalidate_size@Base 4.0.0 + gdk_paintable_new_empty@Base 4.0.0 + gdk_paintable_snapshot@Base 4.0.0 + gdk_pango_layout_get_clip_region@Base 4.0.0 + gdk_pango_layout_line_get_clip_region@Base 4.0.0 + gdk_pixbuf_get_from_surface@Base 4.0.0 + gdk_pixbuf_get_from_texture@Base 4.0.0 + gdk_popup_get_autohide@Base 4.0.0 + gdk_popup_get_parent@Base 4.0.0 + gdk_popup_get_position_x@Base 4.0.0 + gdk_popup_get_position_y@Base 4.0.0 + gdk_popup_get_rect_anchor@Base 4.0.0 + gdk_popup_get_surface_anchor@Base 4.0.0 + gdk_popup_get_type@Base 4.0.0 + gdk_popup_layout_copy@Base 4.0.0 + gdk_popup_layout_equal@Base 4.0.0 + gdk_popup_layout_get_anchor_hints@Base 4.0.0 + gdk_popup_layout_get_anchor_rect@Base 4.0.0 + gdk_popup_layout_get_offset@Base 4.0.0 + gdk_popup_layout_get_rect_anchor@Base 4.0.0 + gdk_popup_layout_get_shadow_width@Base 4.3.1 + gdk_popup_layout_get_surface_anchor@Base 4.0.0 + gdk_popup_layout_get_type@Base 4.0.0 + gdk_popup_layout_new@Base 4.0.0 + gdk_popup_layout_ref@Base 4.0.0 + gdk_popup_layout_set_anchor_hints@Base 4.0.0 + gdk_popup_layout_set_anchor_rect@Base 4.0.0 + gdk_popup_layout_set_offset@Base 4.0.0 + gdk_popup_layout_set_rect_anchor@Base 4.0.0 + gdk_popup_layout_set_shadow_width@Base 4.3.1 + gdk_popup_layout_set_surface_anchor@Base 4.0.0 + gdk_popup_layout_unref@Base 4.0.0 + gdk_popup_present@Base 4.0.0 + gdk_proximity_event_get_type@Base 4.0.0 + gdk_rectangle_contains_point@Base 4.0.0 + gdk_rectangle_equal@Base 4.0.0 + gdk_rectangle_get_type@Base 4.0.0 + gdk_rectangle_intersect@Base 4.0.0 + gdk_rectangle_union@Base 4.0.0 + gdk_rgba_copy@Base 4.0.0 + gdk_rgba_equal@Base 4.0.0 + gdk_rgba_free@Base 4.0.0 + gdk_rgba_get_type@Base 4.0.0 + gdk_rgba_hash@Base 4.0.0 + gdk_rgba_is_clear@Base 4.0.0 + gdk_rgba_is_opaque@Base 4.0.0 + gdk_rgba_parse@Base 4.0.0 + gdk_rgba_to_string@Base 4.0.0 + gdk_scroll_direction_get_type@Base 4.0.0 + gdk_scroll_event_get_deltas@Base 4.0.0 + gdk_scroll_event_get_direction@Base 4.0.0 + gdk_scroll_event_get_type@Base 4.0.0 + gdk_scroll_event_is_stop@Base 4.0.0 + gdk_seat_capabilities_get_type@Base 4.0.0 + gdk_seat_get_capabilities@Base 4.0.0 + gdk_seat_get_devices@Base 4.0.0 + gdk_seat_get_display@Base 4.0.0 + gdk_seat_get_keyboard@Base 4.0.0 + gdk_seat_get_pointer@Base 4.0.0 + gdk_seat_get_tools@Base 4.0.0 + gdk_seat_get_type@Base 4.0.0 + gdk_set_allowed_backends@Base 4.0.0 + gdk_snapshot_get_type@Base 4.0.0 + gdk_subpixel_layout_get_type@Base 4.0.0 + gdk_surface_beep@Base 4.0.0 + gdk_surface_create_cairo_context@Base 4.0.0 + gdk_surface_create_gl_context@Base 4.0.0 + gdk_surface_create_similar_surface@Base 4.0.0 + gdk_surface_create_vulkan_context@Base 4.0.0 + gdk_surface_destroy@Base 4.0.0 + gdk_surface_edge_get_type@Base 4.0.0 + gdk_surface_get_cursor@Base 4.0.0 + gdk_surface_get_device_cursor@Base 4.0.0 + gdk_surface_get_device_position@Base 4.0.0 + gdk_surface_get_display@Base 4.0.0 + gdk_surface_get_frame_clock@Base 4.0.0 + gdk_surface_get_height@Base 4.0.0 + gdk_surface_get_mapped@Base 4.0.0 + gdk_surface_get_scale_factor@Base 4.0.0 + gdk_surface_get_type@Base 4.0.0 + gdk_surface_get_width@Base 4.0.0 + gdk_surface_hide@Base 4.0.0 + gdk_surface_is_destroyed@Base 4.0.0 + gdk_surface_new_popup@Base 4.0.0 + gdk_surface_new_toplevel@Base 4.0.0 + gdk_surface_queue_render@Base 4.0.0 + gdk_surface_request_layout@Base 4.0.0 + gdk_surface_request_motion@Base 4.0.0 + gdk_surface_set_cursor@Base 4.0.0 + gdk_surface_set_device_cursor@Base 4.0.0 + gdk_surface_set_input_region@Base 4.0.0 + gdk_surface_set_opaque_region@Base 4.0.0 + gdk_surface_translate_coordinates@Base 4.0.0 + gdk_texture_download@Base 4.0.0 + gdk_texture_error_get_type@Base 4.6.0 + gdk_texture_error_quark@Base 4.6.0 + gdk_texture_get_height@Base 4.0.0 + gdk_texture_get_type@Base 4.0.0 + gdk_texture_get_width@Base 4.0.0 + gdk_texture_new_for_pixbuf@Base 4.0.0 + gdk_texture_new_from_bytes@Base 4.6.0 + gdk_texture_new_from_file@Base 4.0.0 + gdk_texture_new_from_filename@Base 4.6.0 + gdk_texture_new_from_resource@Base 4.0.0 + gdk_texture_save_to_png@Base 4.0.0 + gdk_texture_save_to_png_bytes@Base 4.6.0 + gdk_texture_save_to_tiff@Base 4.6.0 + gdk_texture_save_to_tiff_bytes@Base 4.6.0 + gdk_titlebar_gesture_get_type@Base 4.4.0 + gdk_toplevel_begin_move@Base 4.0.0 + gdk_toplevel_begin_resize@Base 4.0.0 + gdk_toplevel_focus@Base 4.0.0 + gdk_toplevel_get_state@Base 4.0.0 + gdk_toplevel_get_type@Base 4.0.0 + gdk_toplevel_inhibit_system_shortcuts@Base 4.0.0 + gdk_toplevel_layout_copy@Base 4.0.0 + gdk_toplevel_layout_equal@Base 4.0.0 + gdk_toplevel_layout_get_fullscreen@Base 4.0.0 + gdk_toplevel_layout_get_fullscreen_monitor@Base 4.0.0 + gdk_toplevel_layout_get_maximized@Base 4.0.0 + gdk_toplevel_layout_get_resizable@Base 4.0.0 + gdk_toplevel_layout_get_type@Base 4.0.0 + gdk_toplevel_layout_new@Base 4.0.0 + gdk_toplevel_layout_ref@Base 4.0.0 + gdk_toplevel_layout_set_fullscreen@Base 4.0.0 + gdk_toplevel_layout_set_maximized@Base 4.0.0 + gdk_toplevel_layout_set_resizable@Base 4.0.0 + gdk_toplevel_layout_unref@Base 4.0.0 + gdk_toplevel_lower@Base 4.0.0 + gdk_toplevel_minimize@Base 4.0.0 + gdk_toplevel_present@Base 4.0.0 + gdk_toplevel_restore_system_shortcuts@Base 4.0.0 + gdk_toplevel_set_decorated@Base 4.0.0 + gdk_toplevel_set_deletable@Base 4.0.0 + gdk_toplevel_set_icon_list@Base 4.0.0 + gdk_toplevel_set_modal@Base 4.0.0 + gdk_toplevel_set_startup_id@Base 4.0.0 + gdk_toplevel_set_title@Base 4.0.0 + gdk_toplevel_set_transient_for@Base 4.0.0 + gdk_toplevel_show_window_menu@Base 4.0.0 + gdk_toplevel_size_get_bounds@Base 4.0.0 + gdk_toplevel_size_get_type@Base 4.0.0 + gdk_toplevel_size_set_min_size@Base 4.0.0 + gdk_toplevel_size_set_shadow_width@Base 4.0.0 + gdk_toplevel_size_set_size@Base 4.0.0 + gdk_toplevel_state_get_type@Base 4.0.0 + gdk_toplevel_supports_edge_constraints@Base 4.0.0 + gdk_toplevel_titlebar_gesture@Base 4.4.0 + gdk_touch_event_get_emulating_pointer@Base 4.0.0 + gdk_touch_event_get_type@Base 4.0.0 + gdk_touchpad_event_get_deltas@Base 4.0.0 + gdk_touchpad_event_get_gesture_phase@Base 4.0.0 + gdk_touchpad_event_get_n_fingers@Base 4.0.0 + gdk_touchpad_event_get_pinch_angle_delta@Base 4.0.0 + gdk_touchpad_event_get_pinch_scale@Base 4.0.0 + gdk_touchpad_event_get_type@Base 4.0.0 + gdk_touchpad_gesture_phase_get_type@Base 4.0.0 + gdk_unicode_to_keyval@Base 4.0.0 + gdk_vulkan_context_get_type@Base 4.0.0 + gdk_vulkan_error_get_type@Base 4.0.0 + gdk_vulkan_error_quark@Base 4.0.0 + (arch=linux-any)gdk_wayland_cairo_context_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_device_get_node_path@Base 4.0.0 + (arch=linux-any)gdk_wayland_device_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_device_get_wl_keyboard@Base 4.0.0 + (arch=linux-any)gdk_wayland_device_get_wl_pointer@Base 4.0.0 + (arch=linux-any)gdk_wayland_device_get_wl_seat@Base 4.0.0 + gdk_wayland_device_get_xkb_keymap@Base 4.3.1 + gdk_wayland_display_get_egl_display@Base 4.3.1 + (arch=linux-any)gdk_wayland_display_get_startup_notification_id@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_get_wl_compositor@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_get_wl_display@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_query_registry@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_set_cursor_theme@Base 4.0.0 + (arch=linux-any)gdk_wayland_display_set_startup_notification_id@Base 4.0.0 + (arch=linux-any)gdk_wayland_gl_context_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_monitor_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_monitor_get_wl_output@Base 4.0.0 + (arch=linux-any)gdk_wayland_popup_get_type@Base 4.0.0 + gdk_wayland_seat_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_seat_get_wl_seat@Base 4.0.0 + (arch=linux-any)gdk_wayland_surface_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_surface_get_wl_surface@Base 4.0.0 + (arch=linux-any)gdk_wayland_toplevel_export_handle@Base 4.0.0 + (arch=linux-any)gdk_wayland_toplevel_get_type@Base 4.0.0 + (arch=linux-any)gdk_wayland_toplevel_set_application_id@Base 4.0.0 + (arch=linux-any)gdk_wayland_toplevel_set_transient_for_exported@Base 4.0.0 + (arch=linux-any)gdk_wayland_toplevel_unexport_handle@Base 4.0.0 + gdk_x11_app_launch_context_get_type@Base 4.0.0 + gdk_x11_cairo_context_get_type@Base 4.0.0 + gdk_x11_device_get_id@Base 4.0.0 + gdk_x11_device_manager_lookup@Base 4.0.0 + gdk_x11_device_manager_xi2_get_type@Base 4.0.0 + gdk_x11_device_xi2_get_type@Base 4.0.0 + gdk_x11_display_broadcast_startup_message@Base 4.0.0 + gdk_x11_display_error_trap_pop@Base 4.0.0 + gdk_x11_display_error_trap_pop_ignored@Base 4.0.0 + gdk_x11_display_error_trap_push@Base 4.0.0 + gdk_x11_display_get_default_group@Base 4.0.0 + gdk_x11_display_get_egl_display@Base 4.3.1 + gdk_x11_display_get_egl_version@Base 4.3.1 + gdk_x11_display_get_glx_version@Base 4.0.0 + gdk_x11_display_get_primary_monitor@Base 4.0.0 + gdk_x11_display_get_screen@Base 4.0.0 + gdk_x11_display_get_startup_notification_id@Base 4.0.0 + gdk_x11_display_get_type@Base 4.0.0 + gdk_x11_display_get_user_time@Base 4.0.0 + gdk_x11_display_get_xcursor@Base 4.0.0 + gdk_x11_display_get_xdisplay@Base 4.0.0 + gdk_x11_display_get_xrootwindow@Base 4.0.0 + gdk_x11_display_get_xscreen@Base 4.0.0 + gdk_x11_display_grab@Base 4.0.0 + gdk_x11_display_open@Base 4.0.0 + gdk_x11_display_set_cursor_theme@Base 4.0.0 + gdk_x11_display_set_program_class@Base 4.0.0 + gdk_x11_display_set_startup_notification_id@Base 4.0.0 + gdk_x11_display_set_surface_scale@Base 4.0.0 + gdk_x11_display_string_to_compound_text@Base 4.0.0 + gdk_x11_display_text_property_to_text_list@Base 4.0.0 + gdk_x11_display_ungrab@Base 4.0.0 + gdk_x11_display_utf8_to_compound_text@Base 4.0.0 + gdk_x11_drag_get_type@Base 4.0.0 + gdk_x11_free_compound_text@Base 4.0.0 + gdk_x11_free_text_list@Base 4.0.0 + gdk_x11_get_server_time@Base 4.0.0 + gdk_x11_get_xatom_by_name_for_display@Base 4.0.0 + gdk_x11_get_xatom_name_for_display@Base 4.0.0 + gdk_x11_gl_context_get_type@Base 4.0.0 + gdk_x11_lookup_xdisplay@Base 4.0.0 + gdk_x11_monitor_get_output@Base 4.0.0 + gdk_x11_monitor_get_type@Base 4.0.0 + gdk_x11_monitor_get_workarea@Base 4.0.0 + gdk_x11_screen_get_current_desktop@Base 4.0.0 + gdk_x11_screen_get_monitor_output@Base 4.0.0 + gdk_x11_screen_get_number_of_desktops@Base 4.0.0 + gdk_x11_screen_get_screen_number@Base 4.0.0 + gdk_x11_screen_get_type@Base 4.0.0 + gdk_x11_screen_get_window_manager_name@Base 4.0.0 + gdk_x11_screen_get_xscreen@Base 4.0.0 + gdk_x11_screen_supports_net_wm_hint@Base 4.0.0 + gdk_x11_set_sm_client_id@Base 4.0.0 + gdk_x11_surface_get_desktop@Base 4.0.0 + gdk_x11_surface_get_group@Base 4.0.0 + gdk_x11_surface_get_type@Base 4.0.0 + gdk_x11_surface_get_xid@Base 4.0.0 + gdk_x11_surface_lookup_for_display@Base 4.0.0 + gdk_x11_surface_move_to_current_desktop@Base 4.0.0 + gdk_x11_surface_move_to_desktop@Base 4.0.0 + gdk_x11_surface_set_frame_sync_enabled@Base 4.0.0 + gdk_x11_surface_set_group@Base 4.0.0 + gdk_x11_surface_set_skip_pager_hint@Base 4.0.0 + gdk_x11_surface_set_skip_taskbar_hint@Base 4.0.0 + gdk_x11_surface_set_theme_variant@Base 4.0.0 + gdk_x11_surface_set_urgency_hint@Base 4.0.0 + gdk_x11_surface_set_user_time@Base 4.0.0 + gdk_x11_surface_set_utf8_property@Base 4.0.0 + gsk_blend_mode_get_type@Base 4.0.0 + gsk_blend_node_get_blend_mode@Base 4.0.0 + gsk_blend_node_get_bottom_child@Base 4.0.0 + gsk_blend_node_get_top_child@Base 4.0.0 + gsk_blend_node_get_type@Base 4.0.0 + gsk_blend_node_new@Base 4.0.0 + gsk_blur_node_get_child@Base 4.0.0 + gsk_blur_node_get_radius@Base 4.0.0 + gsk_blur_node_get_type@Base 4.0.0 + gsk_blur_node_new@Base 4.0.0 + gsk_border_node_get_colors@Base 4.0.0 + gsk_border_node_get_outline@Base 4.0.0 + gsk_border_node_get_type@Base 4.0.0 + gsk_border_node_get_widths@Base 4.0.0 + gsk_border_node_new@Base 4.0.0 + gsk_cairo_node_get_draw_context@Base 4.0.0 + gsk_cairo_node_get_surface@Base 4.0.0 + gsk_cairo_node_get_type@Base 4.0.0 + gsk_cairo_node_new@Base 4.0.0 + gsk_cairo_renderer_get_type@Base 4.0.0 + gsk_cairo_renderer_new@Base 4.0.0 + gsk_clip_node_get_child@Base 4.0.0 + gsk_clip_node_get_clip@Base 4.0.0 + gsk_clip_node_get_type@Base 4.0.0 + gsk_clip_node_new@Base 4.0.0 + gsk_color_matrix_node_get_child@Base 4.0.0 + gsk_color_matrix_node_get_color_matrix@Base 4.0.0 + gsk_color_matrix_node_get_color_offset@Base 4.0.0 + gsk_color_matrix_node_get_type@Base 4.0.0 + gsk_color_matrix_node_new@Base 4.0.0 + gsk_color_node_get_color@Base 4.0.0 + gsk_color_node_get_type@Base 4.0.0 + gsk_color_node_new@Base 4.0.0 + gsk_conic_gradient_node_get_angle@Base 4.3.1 + gsk_conic_gradient_node_get_center@Base 4.0.0 + gsk_conic_gradient_node_get_color_stops@Base 4.0.0 + gsk_conic_gradient_node_get_n_color_stops@Base 4.0.0 + gsk_conic_gradient_node_get_rotation@Base 4.0.0 + gsk_conic_gradient_node_get_type@Base 4.0.0 + gsk_conic_gradient_node_new@Base 4.0.0 + gsk_container_node_get_child@Base 4.0.0 + gsk_container_node_get_n_children@Base 4.0.0 + gsk_container_node_get_type@Base 4.0.0 + gsk_container_node_new@Base 4.0.0 + gsk_corner_get_type@Base 4.0.0 + gsk_cross_fade_node_get_end_child@Base 4.0.0 + gsk_cross_fade_node_get_progress@Base 4.0.0 + gsk_cross_fade_node_get_start_child@Base 4.0.0 + gsk_cross_fade_node_get_type@Base 4.0.0 + gsk_cross_fade_node_new@Base 4.0.0 + gsk_debug_node_get_child@Base 4.0.0 + gsk_debug_node_get_message@Base 4.0.0 + gsk_debug_node_get_type@Base 4.0.0 + gsk_debug_node_new@Base 4.0.0 + gsk_gl_renderer_get_type@Base 4.0.0 + gsk_gl_renderer_new@Base 4.0.0 + gsk_gl_shader_compile@Base 4.0.0 + gsk_gl_shader_find_uniform_by_name@Base 4.0.0 + gsk_gl_shader_format_args@Base 4.0.0 + gsk_gl_shader_format_args_va@Base 4.0.0 + gsk_gl_shader_get_arg_bool@Base 4.0.0 + gsk_gl_shader_get_arg_float@Base 4.0.0 + gsk_gl_shader_get_arg_int@Base 4.0.0 + gsk_gl_shader_get_arg_uint@Base 4.0.0 + gsk_gl_shader_get_arg_vec2@Base 4.0.0 + gsk_gl_shader_get_arg_vec3@Base 4.0.0 + gsk_gl_shader_get_arg_vec4@Base 4.0.0 + gsk_gl_shader_get_args_size@Base 4.0.0 + gsk_gl_shader_get_n_textures@Base 4.0.0 + gsk_gl_shader_get_n_uniforms@Base 4.0.0 + gsk_gl_shader_get_resource@Base 4.0.0 + gsk_gl_shader_get_source@Base 4.0.0 + gsk_gl_shader_get_type@Base 4.0.0 + gsk_gl_shader_get_uniform_name@Base 4.0.0 + gsk_gl_shader_get_uniform_offset@Base 4.0.0 + gsk_gl_shader_get_uniform_type@Base 4.0.0 + gsk_gl_shader_new_from_bytes@Base 4.0.0 + gsk_gl_shader_new_from_resource@Base 4.0.0 + gsk_gl_shader_node_get_args@Base 4.0.0 + gsk_gl_shader_node_get_child@Base 4.0.0 + gsk_gl_shader_node_get_n_children@Base 4.0.0 + gsk_gl_shader_node_get_shader@Base 4.0.0 + gsk_gl_shader_node_get_type@Base 4.0.0 + gsk_gl_shader_node_new@Base 4.0.0 + gsk_gl_uniform_type_get_type@Base 4.0.0 + gsk_inset_shadow_node_get_blur_radius@Base 4.0.0 + gsk_inset_shadow_node_get_color@Base 4.0.0 + gsk_inset_shadow_node_get_dx@Base 4.0.0 + gsk_inset_shadow_node_get_dy@Base 4.0.0 + gsk_inset_shadow_node_get_outline@Base 4.0.0 + gsk_inset_shadow_node_get_spread@Base 4.0.0 + gsk_inset_shadow_node_get_type@Base 4.0.0 + gsk_inset_shadow_node_new@Base 4.0.0 + gsk_linear_gradient_node_get_color_stops@Base 4.0.0 + gsk_linear_gradient_node_get_end@Base 4.0.0 + gsk_linear_gradient_node_get_n_color_stops@Base 4.0.0 + gsk_linear_gradient_node_get_start@Base 4.0.0 + gsk_linear_gradient_node_get_type@Base 4.0.0 + gsk_linear_gradient_node_new@Base 4.0.0 + gsk_ngl_renderer_get_type@Base 4.3.1 + gsk_ngl_renderer_new@Base 4.3.1 + gsk_opacity_node_get_child@Base 4.0.0 + gsk_opacity_node_get_opacity@Base 4.0.0 + gsk_opacity_node_get_type@Base 4.0.0 + gsk_opacity_node_new@Base 4.0.0 + gsk_outset_shadow_node_get_blur_radius@Base 4.0.0 + gsk_outset_shadow_node_get_color@Base 4.0.0 + gsk_outset_shadow_node_get_dx@Base 4.0.0 + gsk_outset_shadow_node_get_dy@Base 4.0.0 + gsk_outset_shadow_node_get_outline@Base 4.0.0 + gsk_outset_shadow_node_get_spread@Base 4.0.0 + gsk_outset_shadow_node_get_type@Base 4.0.0 + gsk_outset_shadow_node_new@Base 4.0.0 + gsk_radial_gradient_node_get_center@Base 4.0.0 + gsk_radial_gradient_node_get_color_stops@Base 4.0.0 + gsk_radial_gradient_node_get_end@Base 4.0.0 + gsk_radial_gradient_node_get_hradius@Base 4.0.0 + gsk_radial_gradient_node_get_n_color_stops@Base 4.0.0 + gsk_radial_gradient_node_get_start@Base 4.0.0 + gsk_radial_gradient_node_get_type@Base 4.0.0 + gsk_radial_gradient_node_get_vradius@Base 4.0.0 + gsk_radial_gradient_node_new@Base 4.0.0 + gsk_render_node_deserialize@Base 4.0.0 + gsk_render_node_draw@Base 4.0.0 + gsk_render_node_get_bounds@Base 4.0.0 + gsk_render_node_get_node_type@Base 4.0.0 + gsk_render_node_get_type@Base 4.0.0 + gsk_render_node_ref@Base 4.0.0 + gsk_render_node_serialize@Base 4.0.0 + gsk_render_node_type_get_type@Base 4.0.0 + gsk_render_node_unref@Base 4.0.0 + gsk_render_node_write_to_file@Base 4.0.0 + gsk_renderer_get_surface@Base 4.0.0 + gsk_renderer_get_type@Base 4.0.0 + gsk_renderer_is_realized@Base 4.0.0 + gsk_renderer_new_for_surface@Base 4.0.0 + gsk_renderer_realize@Base 4.0.0 + gsk_renderer_render@Base 4.0.0 + gsk_renderer_render_texture@Base 4.0.0 + gsk_renderer_unrealize@Base 4.0.0 + gsk_repeat_node_get_child@Base 4.0.0 + gsk_repeat_node_get_child_bounds@Base 4.0.0 + gsk_repeat_node_get_type@Base 4.0.0 + gsk_repeat_node_new@Base 4.0.0 + gsk_repeating_linear_gradient_node_get_type@Base 4.0.0 + gsk_repeating_linear_gradient_node_new@Base 4.0.0 + gsk_repeating_radial_gradient_node_get_type@Base 4.0.0 + gsk_repeating_radial_gradient_node_new@Base 4.0.0 + gsk_rounded_clip_node_get_child@Base 4.0.0 + gsk_rounded_clip_node_get_clip@Base 4.0.0 + gsk_rounded_clip_node_get_type@Base 4.0.0 + gsk_rounded_clip_node_new@Base 4.0.0 + gsk_rounded_rect_contains_point@Base 4.0.0 + gsk_rounded_rect_contains_rect@Base 4.0.0 + gsk_rounded_rect_init@Base 4.0.0 + gsk_rounded_rect_init_copy@Base 4.0.0 + gsk_rounded_rect_init_from_rect@Base 4.0.0 + gsk_rounded_rect_intersects_rect@Base 4.0.0 + gsk_rounded_rect_is_rectilinear@Base 4.0.0 + gsk_rounded_rect_normalize@Base 4.0.0 + gsk_rounded_rect_offset@Base 4.0.0 + gsk_rounded_rect_shrink@Base 4.0.0 + gsk_scaling_filter_get_type@Base 4.0.0 + gsk_serialization_error_get_type@Base 4.0.0 + gsk_serialization_error_quark@Base 4.0.0 + gsk_shader_args_builder_free_to_args@Base 4.0.0 + gsk_shader_args_builder_get_type@Base 4.0.0 + gsk_shader_args_builder_new@Base 4.0.0 + gsk_shader_args_builder_ref@Base 4.0.0 + gsk_shader_args_builder_set_bool@Base 4.0.0 + gsk_shader_args_builder_set_float@Base 4.0.0 + gsk_shader_args_builder_set_int@Base 4.0.0 + gsk_shader_args_builder_set_uint@Base 4.0.0 + gsk_shader_args_builder_set_vec2@Base 4.0.0 + gsk_shader_args_builder_set_vec3@Base 4.0.0 + gsk_shader_args_builder_set_vec4@Base 4.0.0 + gsk_shader_args_builder_to_args@Base 4.0.0 + gsk_shader_args_builder_unref@Base 4.0.0 + gsk_shadow_node_get_child@Base 4.0.0 + gsk_shadow_node_get_n_shadows@Base 4.0.0 + gsk_shadow_node_get_shadow@Base 4.0.0 + gsk_shadow_node_get_type@Base 4.0.0 + gsk_shadow_node_new@Base 4.0.0 + gsk_text_node_get_color@Base 4.0.0 + gsk_text_node_get_font@Base 4.0.0 + gsk_text_node_get_glyphs@Base 4.0.0 + gsk_text_node_get_num_glyphs@Base 4.0.0 + gsk_text_node_get_offset@Base 4.0.0 + gsk_text_node_get_type@Base 4.0.0 + gsk_text_node_has_color_glyphs@Base 4.3.1 + gsk_text_node_new@Base 4.0.0 + gsk_texture_node_get_texture@Base 4.0.0 + gsk_texture_node_get_type@Base 4.0.0 + gsk_texture_node_new@Base 4.0.0 + gsk_transform_category_get_type@Base 4.0.0 + gsk_transform_equal@Base 4.0.0 + gsk_transform_get_category@Base 4.0.0 + gsk_transform_get_type@Base 4.0.0 + gsk_transform_invert@Base 4.0.0 + gsk_transform_matrix@Base 4.0.0 + gsk_transform_new@Base 4.0.0 + gsk_transform_node_get_child@Base 4.0.0 + gsk_transform_node_get_transform@Base 4.0.0 + gsk_transform_node_get_type@Base 4.0.0 + gsk_transform_node_new@Base 4.0.0 + gsk_transform_parse@Base 4.0.0 + gsk_transform_perspective@Base 4.0.0 + gsk_transform_print@Base 4.0.0 + gsk_transform_ref@Base 4.0.0 + gsk_transform_rotate@Base 4.0.0 + gsk_transform_rotate_3d@Base 4.0.0 + gsk_transform_scale@Base 4.0.0 + gsk_transform_scale_3d@Base 4.0.0 + gsk_transform_skew@Base 4.6.0 + gsk_transform_to_2d@Base 4.0.0 + gsk_transform_to_2d_components@Base 4.6.0 + gsk_transform_to_affine@Base 4.0.0 + gsk_transform_to_matrix@Base 4.0.0 + gsk_transform_to_string@Base 4.0.0 + gsk_transform_to_translate@Base 4.0.0 + gsk_transform_transform@Base 4.0.0 + gsk_transform_transform_bounds@Base 4.0.0 + gsk_transform_transform_point@Base 4.0.0 + gsk_transform_translate@Base 4.0.0 + gsk_transform_translate_3d@Base 4.0.0 + gsk_transform_unref@Base 4.0.0 + gsk_value_dup_render_node@Base 4.6.0 + gsk_value_get_render_node@Base 4.6.0 + gsk_value_set_render_node@Base 4.6.0 + gsk_value_take_render_node@Base 4.6.0 + gtk_about_dialog_add_credit_section@Base 4.0.0 + gtk_about_dialog_get_artists@Base 4.0.0 + gtk_about_dialog_get_authors@Base 4.0.0 + gtk_about_dialog_get_comments@Base 4.0.0 + gtk_about_dialog_get_copyright@Base 4.0.0 + gtk_about_dialog_get_documenters@Base 4.0.0 + gtk_about_dialog_get_license@Base 4.0.0 + gtk_about_dialog_get_license_type@Base 4.0.0 + gtk_about_dialog_get_logo@Base 4.0.0 + gtk_about_dialog_get_logo_icon_name@Base 4.0.0 + gtk_about_dialog_get_program_name@Base 4.0.0 + gtk_about_dialog_get_system_information@Base 4.0.0 + gtk_about_dialog_get_translator_credits@Base 4.0.0 + gtk_about_dialog_get_type@Base 4.0.0 + gtk_about_dialog_get_version@Base 4.0.0 + gtk_about_dialog_get_website@Base 4.0.0 + gtk_about_dialog_get_website_label@Base 4.0.0 + gtk_about_dialog_get_wrap_license@Base 4.0.0 + gtk_about_dialog_new@Base 4.0.0 + gtk_about_dialog_set_artists@Base 4.0.0 + gtk_about_dialog_set_authors@Base 4.0.0 + gtk_about_dialog_set_comments@Base 4.0.0 + gtk_about_dialog_set_copyright@Base 4.0.0 + gtk_about_dialog_set_documenters@Base 4.0.0 + gtk_about_dialog_set_license@Base 4.0.0 + gtk_about_dialog_set_license_type@Base 4.0.0 + gtk_about_dialog_set_logo@Base 4.0.0 + gtk_about_dialog_set_logo_icon_name@Base 4.0.0 + gtk_about_dialog_set_program_name@Base 4.0.0 + gtk_about_dialog_set_system_information@Base 4.0.0 + gtk_about_dialog_set_translator_credits@Base 4.0.0 + gtk_about_dialog_set_version@Base 4.0.0 + gtk_about_dialog_set_website@Base 4.0.0 + gtk_about_dialog_set_website_label@Base 4.0.0 + gtk_about_dialog_set_wrap_license@Base 4.0.0 + gtk_accelerator_get_default_mod_mask@Base 4.0.0 + gtk_accelerator_get_label@Base 4.0.0 + gtk_accelerator_get_label_with_keycode@Base 4.0.0 + gtk_accelerator_name@Base 4.0.0 + gtk_accelerator_name_with_keycode@Base 4.0.0 + gtk_accelerator_parse@Base 4.0.0 + gtk_accelerator_parse_with_keycode@Base 4.0.0 + gtk_accelerator_valid@Base 4.0.0 + gtk_accessible_autocomplete_get_type@Base 4.0.0 + gtk_accessible_get_accessible_role@Base 4.0.0 + gtk_accessible_get_type@Base 4.0.0 + gtk_accessible_invalid_state_get_type@Base 4.0.0 + gtk_accessible_property_get_type@Base 4.0.0 + gtk_accessible_property_init_value@Base 4.0.0 + gtk_accessible_relation_get_type@Base 4.0.0 + gtk_accessible_relation_init_value@Base 4.0.0 + gtk_accessible_reset_property@Base 4.0.0 + gtk_accessible_reset_relation@Base 4.0.0 + gtk_accessible_reset_state@Base 4.0.0 + gtk_accessible_role_get_type@Base 4.0.0 + gtk_accessible_sort_get_type@Base 4.0.0 + gtk_accessible_state_get_type@Base 4.0.0 + gtk_accessible_state_init_value@Base 4.0.0 + gtk_accessible_tristate_get_type@Base 4.0.0 + gtk_accessible_update_property@Base 4.0.0 + gtk_accessible_update_property_value@Base 4.0.0 + gtk_accessible_update_relation@Base 4.0.0 + gtk_accessible_update_relation_value@Base 4.0.0 + gtk_accessible_update_state@Base 4.0.0 + gtk_accessible_update_state_value@Base 4.0.0 + gtk_action_bar_get_center_widget@Base 4.0.0 + gtk_action_bar_get_revealed@Base 4.0.0 + gtk_action_bar_get_type@Base 4.0.0 + gtk_action_bar_new@Base 4.0.0 + gtk_action_bar_pack_end@Base 4.0.0 + gtk_action_bar_pack_start@Base 4.0.0 + gtk_action_bar_remove@Base 4.0.0 + gtk_action_bar_set_center_widget@Base 4.0.0 + gtk_action_bar_set_revealed@Base 4.0.0 + gtk_actionable_get_action_name@Base 4.0.0 + gtk_actionable_get_action_target_value@Base 4.0.0 + gtk_actionable_get_type@Base 4.0.0 + gtk_actionable_set_action_name@Base 4.0.0 + gtk_actionable_set_action_target@Base 4.0.0 + gtk_actionable_set_action_target_value@Base 4.0.0 + gtk_actionable_set_detailed_action_name@Base 4.0.0 + gtk_activate_action_get@Base 4.0.0 + gtk_activate_action_get_type@Base 4.0.0 + gtk_adjustment_clamp_page@Base 4.0.0 + gtk_adjustment_configure@Base 4.0.0 + gtk_adjustment_get_lower@Base 4.0.0 + gtk_adjustment_get_minimum_increment@Base 4.0.0 + gtk_adjustment_get_page_increment@Base 4.0.0 + gtk_adjustment_get_page_size@Base 4.0.0 + gtk_adjustment_get_step_increment@Base 4.0.0 + gtk_adjustment_get_type@Base 4.0.0 + gtk_adjustment_get_upper@Base 4.0.0 + gtk_adjustment_get_value@Base 4.0.0 + gtk_adjustment_new@Base 4.0.0 + gtk_adjustment_set_lower@Base 4.0.0 + gtk_adjustment_set_page_increment@Base 4.0.0 + gtk_adjustment_set_page_size@Base 4.0.0 + gtk_adjustment_set_step_increment@Base 4.0.0 + gtk_adjustment_set_upper@Base 4.0.0 + gtk_adjustment_set_value@Base 4.0.0 + gtk_align_get_type@Base 4.0.0 + gtk_alternative_trigger_get_first@Base 4.0.0 + gtk_alternative_trigger_get_second@Base 4.0.0 + gtk_alternative_trigger_get_type@Base 4.0.0 + gtk_alternative_trigger_new@Base 4.0.0 + gtk_any_filter_get_type@Base 4.0.0 + gtk_any_filter_new@Base 4.0.0 + gtk_app_chooser_button_append_custom_item@Base 4.0.0 + gtk_app_chooser_button_append_separator@Base 4.0.0 + gtk_app_chooser_button_get_heading@Base 4.0.0 + gtk_app_chooser_button_get_modal@Base 4.0.0 + gtk_app_chooser_button_get_show_default_item@Base 4.0.0 + gtk_app_chooser_button_get_show_dialog_item@Base 4.0.0 + gtk_app_chooser_button_get_type@Base 4.0.0 + gtk_app_chooser_button_new@Base 4.0.0 + gtk_app_chooser_button_set_active_custom_item@Base 4.0.0 + gtk_app_chooser_button_set_heading@Base 4.0.0 + gtk_app_chooser_button_set_modal@Base 4.0.0 + gtk_app_chooser_button_set_show_default_item@Base 4.0.0 + gtk_app_chooser_button_set_show_dialog_item@Base 4.0.0 + gtk_app_chooser_dialog_get_heading@Base 4.0.0 + gtk_app_chooser_dialog_get_type@Base 4.0.0 + gtk_app_chooser_dialog_get_widget@Base 4.0.0 + gtk_app_chooser_dialog_new@Base 4.0.0 + gtk_app_chooser_dialog_new_for_content_type@Base 4.0.0 + gtk_app_chooser_dialog_set_heading@Base 4.0.0 + gtk_app_chooser_get_app_info@Base 4.0.0 + gtk_app_chooser_get_content_type@Base 4.0.0 + gtk_app_chooser_get_type@Base 4.0.0 + gtk_app_chooser_refresh@Base 4.0.0 + gtk_app_chooser_widget_get_default_text@Base 4.0.0 + gtk_app_chooser_widget_get_show_all@Base 4.0.0 + gtk_app_chooser_widget_get_show_default@Base 4.0.0 + gtk_app_chooser_widget_get_show_fallback@Base 4.0.0 + gtk_app_chooser_widget_get_show_other@Base 4.0.0 + gtk_app_chooser_widget_get_show_recommended@Base 4.0.0 + gtk_app_chooser_widget_get_type@Base 4.0.0 + gtk_app_chooser_widget_new@Base 4.0.0 + gtk_app_chooser_widget_set_default_text@Base 4.0.0 + gtk_app_chooser_widget_set_show_all@Base 4.0.0 + gtk_app_chooser_widget_set_show_default@Base 4.0.0 + gtk_app_chooser_widget_set_show_fallback@Base 4.0.0 + gtk_app_chooser_widget_set_show_other@Base 4.0.0 + gtk_app_chooser_widget_set_show_recommended@Base 4.0.0 + gtk_application_add_window@Base 4.0.0 + gtk_application_get_accels_for_action@Base 4.0.0 + gtk_application_get_actions_for_accel@Base 4.0.0 + gtk_application_get_active_window@Base 4.0.0 + gtk_application_get_menu_by_id@Base 4.0.0 + gtk_application_get_menubar@Base 4.0.0 + gtk_application_get_type@Base 4.0.0 + gtk_application_get_window_by_id@Base 4.0.0 + gtk_application_get_windows@Base 4.0.0 + gtk_application_inhibit@Base 4.0.0 + gtk_application_inhibit_flags_get_type@Base 4.0.0 + gtk_application_list_action_descriptions@Base 4.0.0 + gtk_application_new@Base 4.0.0 + gtk_application_remove_window@Base 4.0.0 + gtk_application_set_accels_for_action@Base 4.0.0 + gtk_application_set_menubar@Base 4.0.0 + gtk_application_uninhibit@Base 4.0.0 + gtk_application_window_get_help_overlay@Base 4.0.0 + gtk_application_window_get_id@Base 4.0.0 + gtk_application_window_get_show_menubar@Base 4.0.0 + gtk_application_window_get_type@Base 4.0.0 + gtk_application_window_new@Base 4.0.0 + gtk_application_window_set_help_overlay@Base 4.0.0 + gtk_application_window_set_show_menubar@Base 4.0.0 + gtk_arrow_type_get_type@Base 4.0.0 + gtk_aspect_frame_get_child@Base 4.0.0 + gtk_aspect_frame_get_obey_child@Base 4.0.0 + gtk_aspect_frame_get_ratio@Base 4.0.0 + gtk_aspect_frame_get_type@Base 4.0.0 + gtk_aspect_frame_get_xalign@Base 4.0.0 + gtk_aspect_frame_get_yalign@Base 4.0.0 + gtk_aspect_frame_new@Base 4.0.0 + gtk_aspect_frame_set_child@Base 4.0.0 + gtk_aspect_frame_set_obey_child@Base 4.0.0 + gtk_aspect_frame_set_ratio@Base 4.0.0 + gtk_aspect_frame_set_xalign@Base 4.0.0 + gtk_aspect_frame_set_yalign@Base 4.0.0 + gtk_assistant_add_action_widget@Base 4.0.0 + gtk_assistant_append_page@Base 4.0.0 + gtk_assistant_commit@Base 4.0.0 + gtk_assistant_get_current_page@Base 4.0.0 + gtk_assistant_get_n_pages@Base 4.0.0 + gtk_assistant_get_nth_page@Base 4.0.0 + gtk_assistant_get_page@Base 4.0.0 + gtk_assistant_get_page_complete@Base 4.0.0 + gtk_assistant_get_page_title@Base 4.0.0 + gtk_assistant_get_page_type@Base 4.0.0 + gtk_assistant_get_pages@Base 4.0.0 + gtk_assistant_get_type@Base 4.0.0 + gtk_assistant_insert_page@Base 4.0.0 + gtk_assistant_new@Base 4.0.0 + gtk_assistant_next_page@Base 4.0.0 + gtk_assistant_page_get_child@Base 4.0.0 + gtk_assistant_page_get_type@Base 4.0.0 + gtk_assistant_page_type_get_type@Base 4.0.0 + gtk_assistant_prepend_page@Base 4.0.0 + gtk_assistant_previous_page@Base 4.0.0 + gtk_assistant_remove_action_widget@Base 4.0.0 + gtk_assistant_remove_page@Base 4.0.0 + gtk_assistant_set_current_page@Base 4.0.0 + gtk_assistant_set_forward_page_func@Base 4.0.0 + gtk_assistant_set_page_complete@Base 4.0.0 + gtk_assistant_set_page_title@Base 4.0.0 + gtk_assistant_set_page_type@Base 4.0.0 + gtk_assistant_update_buttons_state@Base 4.0.0 + gtk_at_context_create@Base 4.0.0 + gtk_at_context_get_accessible@Base 4.0.0 + gtk_at_context_get_accessible_role@Base 4.0.0 + gtk_at_context_get_type@Base 4.0.0 + gtk_baseline_position_get_type@Base 4.0.0 + gtk_bin_layout_get_type@Base 4.0.0 + gtk_bin_layout_new@Base 4.0.0 + gtk_bitset_add@Base 4.0.0 + gtk_bitset_add_range@Base 4.0.0 + gtk_bitset_add_range_closed@Base 4.0.0 + gtk_bitset_add_rectangle@Base 4.0.0 + gtk_bitset_contains@Base 4.0.0 + gtk_bitset_copy@Base 4.0.0 + gtk_bitset_difference@Base 4.0.0 + gtk_bitset_equals@Base 4.0.0 + gtk_bitset_get_maximum@Base 4.0.0 + gtk_bitset_get_minimum@Base 4.0.0 + gtk_bitset_get_nth@Base 4.0.0 + gtk_bitset_get_size@Base 4.0.0 + gtk_bitset_get_size_in_range@Base 4.0.0 + gtk_bitset_get_type@Base 4.0.0 + gtk_bitset_intersect@Base 4.0.0 + gtk_bitset_is_empty@Base 4.0.0 + gtk_bitset_iter_get_type@Base 4.6.0 + gtk_bitset_iter_get_value@Base 4.0.0 + gtk_bitset_iter_init_at@Base 4.0.0 + gtk_bitset_iter_init_first@Base 4.0.0 + gtk_bitset_iter_init_last@Base 4.0.0 + gtk_bitset_iter_is_valid@Base 4.0.0 + gtk_bitset_iter_next@Base 4.0.0 + gtk_bitset_iter_previous@Base 4.0.0 + gtk_bitset_new_empty@Base 4.0.0 + gtk_bitset_new_range@Base 4.0.0 + gtk_bitset_ref@Base 4.0.0 + gtk_bitset_remove@Base 4.0.0 + gtk_bitset_remove_all@Base 4.0.0 + gtk_bitset_remove_range@Base 4.0.0 + gtk_bitset_remove_range_closed@Base 4.0.0 + gtk_bitset_remove_rectangle@Base 4.0.0 + gtk_bitset_shift_left@Base 4.0.0 + gtk_bitset_shift_right@Base 4.0.0 + gtk_bitset_splice@Base 4.0.0 + gtk_bitset_subtract@Base 4.0.0 + gtk_bitset_union@Base 4.0.0 + gtk_bitset_unref@Base 4.0.0 + gtk_bookmark_list_get_attributes@Base 4.0.0 + gtk_bookmark_list_get_filename@Base 4.0.0 + gtk_bookmark_list_get_io_priority@Base 4.0.0 + gtk_bookmark_list_get_type@Base 4.0.0 + gtk_bookmark_list_is_loading@Base 4.0.0 + gtk_bookmark_list_new@Base 4.0.0 + gtk_bookmark_list_set_attributes@Base 4.0.0 + gtk_bookmark_list_set_io_priority@Base 4.0.0 + gtk_bool_filter_get_expression@Base 4.0.0 + gtk_bool_filter_get_invert@Base 4.0.0 + gtk_bool_filter_get_type@Base 4.0.0 + gtk_bool_filter_new@Base 4.0.0 + gtk_bool_filter_set_expression@Base 4.0.0 + gtk_bool_filter_set_invert@Base 4.0.0 + gtk_border_copy@Base 4.0.0 + gtk_border_free@Base 4.0.0 + gtk_border_get_type@Base 4.0.0 + gtk_border_new@Base 4.0.0 + gtk_border_style_get_type@Base 4.0.0 + gtk_box_append@Base 4.0.0 + gtk_box_get_baseline_position@Base 4.0.0 + gtk_box_get_homogeneous@Base 4.0.0 + gtk_box_get_spacing@Base 4.0.0 + gtk_box_get_type@Base 4.0.0 + gtk_box_insert_child_after@Base 4.0.0 + gtk_box_layout_get_baseline_position@Base 4.0.0 + gtk_box_layout_get_homogeneous@Base 4.0.0 + gtk_box_layout_get_spacing@Base 4.0.0 + gtk_box_layout_get_type@Base 4.0.0 + gtk_box_layout_new@Base 4.0.0 + gtk_box_layout_set_baseline_position@Base 4.0.0 + gtk_box_layout_set_homogeneous@Base 4.0.0 + gtk_box_layout_set_spacing@Base 4.0.0 + gtk_box_new@Base 4.0.0 + gtk_box_prepend@Base 4.0.0 + gtk_box_remove@Base 4.0.0 + gtk_box_reorder_child_after@Base 4.0.0 + gtk_box_set_baseline_position@Base 4.0.0 + gtk_box_set_homogeneous@Base 4.0.0 + gtk_box_set_spacing@Base 4.0.0 + gtk_buildable_get_buildable_id@Base 4.0.0 + gtk_buildable_get_type@Base 4.0.0 + gtk_buildable_parse_context_get_element@Base 4.0.0 + gtk_buildable_parse_context_get_element_stack@Base 4.0.0 + gtk_buildable_parse_context_get_position@Base 4.0.0 + gtk_buildable_parse_context_pop@Base 4.0.0 + gtk_buildable_parse_context_push@Base 4.0.0 + gtk_builder_add_from_file@Base 4.0.0 + gtk_builder_add_from_resource@Base 4.0.0 + gtk_builder_add_from_string@Base 4.0.0 + gtk_builder_add_objects_from_file@Base 4.0.0 + gtk_builder_add_objects_from_resource@Base 4.0.0 + gtk_builder_add_objects_from_string@Base 4.0.0 + gtk_builder_closure_flags_get_type@Base 4.0.0 + gtk_builder_create_closure@Base 4.0.0 + gtk_builder_cscope_add_callback_symbol@Base 4.0.0 + gtk_builder_cscope_add_callback_symbols@Base 4.0.0 + gtk_builder_cscope_get_type@Base 4.0.0 + gtk_builder_cscope_lookup_callback_symbol@Base 4.0.0 + gtk_builder_cscope_new@Base 4.0.0 + gtk_builder_error_get_type@Base 4.0.0 + gtk_builder_error_quark@Base 4.0.0 + gtk_builder_expose_object@Base 4.0.0 + gtk_builder_extend_with_template@Base 4.0.0 + gtk_builder_get_current_object@Base 4.0.0 + gtk_builder_get_object@Base 4.0.0 + gtk_builder_get_objects@Base 4.0.0 + gtk_builder_get_scope@Base 4.0.0 + gtk_builder_get_translation_domain@Base 4.0.0 + gtk_builder_get_type@Base 4.0.0 + gtk_builder_get_type_from_name@Base 4.0.0 + gtk_builder_list_item_factory_get_bytes@Base 4.0.0 + gtk_builder_list_item_factory_get_resource@Base 4.0.0 + gtk_builder_list_item_factory_get_scope@Base 4.0.0 + gtk_builder_list_item_factory_get_type@Base 4.0.0 + gtk_builder_list_item_factory_new_from_bytes@Base 4.0.0 + gtk_builder_list_item_factory_new_from_resource@Base 4.0.0 + gtk_builder_new@Base 4.0.0 + gtk_builder_new_from_file@Base 4.0.0 + gtk_builder_new_from_resource@Base 4.0.0 + gtk_builder_new_from_string@Base 4.0.0 + gtk_builder_scope_get_type@Base 4.0.0 + gtk_builder_set_current_object@Base 4.0.0 + gtk_builder_set_scope@Base 4.0.0 + gtk_builder_set_translation_domain@Base 4.0.0 + gtk_builder_value_from_string@Base 4.0.0 + gtk_builder_value_from_string_type@Base 4.0.0 + gtk_button_get_child@Base 4.0.0 + gtk_button_get_has_frame@Base 4.0.0 + gtk_button_get_icon_name@Base 4.0.0 + gtk_button_get_label@Base 4.0.0 + gtk_button_get_type@Base 4.0.0 + gtk_button_get_use_underline@Base 4.0.0 + gtk_button_new@Base 4.0.0 + gtk_button_new_from_icon_name@Base 4.0.0 + gtk_button_new_with_label@Base 4.0.0 + gtk_button_new_with_mnemonic@Base 4.0.0 + gtk_button_set_child@Base 4.0.0 + gtk_button_set_has_frame@Base 4.0.0 + gtk_button_set_icon_name@Base 4.0.0 + gtk_button_set_label@Base 4.0.0 + gtk_button_set_use_underline@Base 4.0.0 + gtk_buttons_type_get_type@Base 4.0.0 + gtk_calendar_clear_marks@Base 4.0.0 + gtk_calendar_get_date@Base 4.0.0 + gtk_calendar_get_day_is_marked@Base 4.0.0 + gtk_calendar_get_show_day_names@Base 4.0.0 + gtk_calendar_get_show_heading@Base 4.0.0 + gtk_calendar_get_show_week_numbers@Base 4.0.0 + gtk_calendar_get_type@Base 4.0.0 + gtk_calendar_mark_day@Base 4.0.0 + gtk_calendar_new@Base 4.0.0 + gtk_calendar_select_day@Base 4.0.0 + gtk_calendar_set_show_day_names@Base 4.0.0 + gtk_calendar_set_show_heading@Base 4.0.0 + gtk_calendar_set_show_week_numbers@Base 4.0.0 + gtk_calendar_unmark_day@Base 4.0.0 + gtk_callback_action_get_type@Base 4.0.0 + gtk_callback_action_new@Base 4.0.0 + gtk_cclosure_expression_get_type@Base 4.0.0 + gtk_cclosure_expression_new@Base 4.0.0 + gtk_cell_area_activate@Base 4.0.0 + gtk_cell_area_activate_cell@Base 4.0.0 + gtk_cell_area_add@Base 4.0.0 + gtk_cell_area_add_focus_sibling@Base 4.0.0 + gtk_cell_area_add_with_properties@Base 4.0.0 + gtk_cell_area_apply_attributes@Base 4.0.0 + gtk_cell_area_attribute_connect@Base 4.0.0 + gtk_cell_area_attribute_disconnect@Base 4.0.0 + gtk_cell_area_attribute_get_column@Base 4.0.0 + gtk_cell_area_box_get_spacing@Base 4.0.0 + gtk_cell_area_box_get_type@Base 4.0.0 + gtk_cell_area_box_new@Base 4.0.0 + gtk_cell_area_box_pack_end@Base 4.0.0 + gtk_cell_area_box_pack_start@Base 4.0.0 + gtk_cell_area_box_set_spacing@Base 4.0.0 + gtk_cell_area_cell_get@Base 4.0.0 + gtk_cell_area_cell_get_property@Base 4.0.0 + gtk_cell_area_cell_get_valist@Base 4.0.0 + gtk_cell_area_cell_set@Base 4.0.0 + gtk_cell_area_cell_set_property@Base 4.0.0 + gtk_cell_area_cell_set_valist@Base 4.0.0 + gtk_cell_area_class_find_cell_property@Base 4.0.0 + gtk_cell_area_class_install_cell_property@Base 4.0.0 + gtk_cell_area_class_list_cell_properties@Base 4.0.0 + gtk_cell_area_context_allocate@Base 4.0.0 + gtk_cell_area_context_get_allocation@Base 4.0.0 + gtk_cell_area_context_get_area@Base 4.0.0 + gtk_cell_area_context_get_preferred_height@Base 4.0.0 + gtk_cell_area_context_get_preferred_height_for_width@Base 4.0.0 + gtk_cell_area_context_get_preferred_width@Base 4.0.0 + gtk_cell_area_context_get_preferred_width_for_height@Base 4.0.0 + gtk_cell_area_context_get_type@Base 4.0.0 + gtk_cell_area_context_push_preferred_height@Base 4.0.0 + gtk_cell_area_context_push_preferred_width@Base 4.0.0 + gtk_cell_area_context_reset@Base 4.0.0 + gtk_cell_area_copy_context@Base 4.0.0 + gtk_cell_area_create_context@Base 4.0.0 + gtk_cell_area_event@Base 4.0.0 + gtk_cell_area_focus@Base 4.0.0 + gtk_cell_area_foreach@Base 4.0.0 + gtk_cell_area_foreach_alloc@Base 4.0.0 + gtk_cell_area_get_cell_allocation@Base 4.0.0 + gtk_cell_area_get_cell_at_position@Base 4.0.0 + gtk_cell_area_get_current_path_string@Base 4.0.0 + gtk_cell_area_get_edit_widget@Base 4.0.0 + gtk_cell_area_get_edited_cell@Base 4.0.0 + gtk_cell_area_get_focus_cell@Base 4.0.0 + gtk_cell_area_get_focus_from_sibling@Base 4.0.0 + gtk_cell_area_get_focus_siblings@Base 4.0.0 + gtk_cell_area_get_preferred_height@Base 4.0.0 + gtk_cell_area_get_preferred_height_for_width@Base 4.0.0 + gtk_cell_area_get_preferred_width@Base 4.0.0 + gtk_cell_area_get_preferred_width_for_height@Base 4.0.0 + gtk_cell_area_get_request_mode@Base 4.0.0 + gtk_cell_area_get_type@Base 4.0.0 + gtk_cell_area_has_renderer@Base 4.0.0 + gtk_cell_area_inner_cell_area@Base 4.0.0 + gtk_cell_area_is_activatable@Base 4.0.0 + gtk_cell_area_is_focus_sibling@Base 4.0.0 + gtk_cell_area_remove@Base 4.0.0 + gtk_cell_area_remove_focus_sibling@Base 4.0.0 + gtk_cell_area_request_renderer@Base 4.0.0 + gtk_cell_area_set_focus_cell@Base 4.0.0 + gtk_cell_area_snapshot@Base 4.0.0 + gtk_cell_area_stop_editing@Base 4.0.0 + gtk_cell_editable_editing_done@Base 4.0.0 + gtk_cell_editable_get_type@Base 4.0.0 + gtk_cell_editable_remove_widget@Base 4.0.0 + gtk_cell_editable_start_editing@Base 4.0.0 + gtk_cell_layout_add_attribute@Base 4.0.0 + gtk_cell_layout_clear@Base 4.0.0 + gtk_cell_layout_clear_attributes@Base 4.0.0 + gtk_cell_layout_get_area@Base 4.0.0 + gtk_cell_layout_get_cells@Base 4.0.0 + gtk_cell_layout_get_type@Base 4.0.0 + gtk_cell_layout_pack_end@Base 4.0.0 + gtk_cell_layout_pack_start@Base 4.0.0 + gtk_cell_layout_reorder@Base 4.0.0 + gtk_cell_layout_set_attributes@Base 4.0.0 + gtk_cell_layout_set_cell_data_func@Base 4.0.0 + gtk_cell_renderer_accel_get_type@Base 4.0.0 + gtk_cell_renderer_accel_mode_get_type@Base 4.0.0 + gtk_cell_renderer_accel_new@Base 4.0.0 + gtk_cell_renderer_activate@Base 4.0.0 + gtk_cell_renderer_combo_get_type@Base 4.0.0 + gtk_cell_renderer_combo_new@Base 4.0.0 + gtk_cell_renderer_get_aligned_area@Base 4.0.0 + gtk_cell_renderer_get_alignment@Base 4.0.0 + gtk_cell_renderer_get_fixed_size@Base 4.0.0 + gtk_cell_renderer_get_is_expanded@Base 4.0.0 + gtk_cell_renderer_get_is_expander@Base 4.0.0 + gtk_cell_renderer_get_padding@Base 4.0.0 + gtk_cell_renderer_get_preferred_height@Base 4.0.0 + gtk_cell_renderer_get_preferred_height_for_width@Base 4.0.0 + gtk_cell_renderer_get_preferred_size@Base 4.0.0 + gtk_cell_renderer_get_preferred_width@Base 4.0.0 + gtk_cell_renderer_get_preferred_width_for_height@Base 4.0.0 + gtk_cell_renderer_get_request_mode@Base 4.0.0 + gtk_cell_renderer_get_sensitive@Base 4.0.0 + gtk_cell_renderer_get_state@Base 4.0.0 + gtk_cell_renderer_get_type@Base 4.0.0 + gtk_cell_renderer_get_visible@Base 4.0.0 + gtk_cell_renderer_graph_get_type@Base 4.0.0 + gtk_cell_renderer_graph_new@Base 4.0.0 + gtk_cell_renderer_is_activatable@Base 4.0.0 + gtk_cell_renderer_mode_get_type@Base 4.0.0 + gtk_cell_renderer_pixbuf_get_type@Base 4.0.0 + gtk_cell_renderer_pixbuf_new@Base 4.0.0 + gtk_cell_renderer_progress_get_type@Base 4.0.0 + gtk_cell_renderer_progress_new@Base 4.0.0 + gtk_cell_renderer_set_alignment@Base 4.0.0 + gtk_cell_renderer_set_fixed_size@Base 4.0.0 + gtk_cell_renderer_set_is_expanded@Base 4.0.0 + gtk_cell_renderer_set_is_expander@Base 4.0.0 + gtk_cell_renderer_set_padding@Base 4.0.0 + gtk_cell_renderer_set_sensitive@Base 4.0.0 + gtk_cell_renderer_set_visible@Base 4.0.0 + gtk_cell_renderer_snapshot@Base 4.0.0 + gtk_cell_renderer_spin_get_type@Base 4.0.0 + gtk_cell_renderer_spin_new@Base 4.0.0 + gtk_cell_renderer_spinner_get_type@Base 4.0.0 + gtk_cell_renderer_spinner_new@Base 4.0.0 + gtk_cell_renderer_start_editing@Base 4.0.0 + gtk_cell_renderer_state_get_type@Base 4.0.0 + gtk_cell_renderer_stop_editing@Base 4.0.0 + gtk_cell_renderer_text_get_type@Base 4.0.0 + gtk_cell_renderer_text_new@Base 4.0.0 + gtk_cell_renderer_text_set_fixed_height_from_font@Base 4.0.0 + gtk_cell_renderer_toggle_get_activatable@Base 4.0.0 + gtk_cell_renderer_toggle_get_active@Base 4.0.0 + gtk_cell_renderer_toggle_get_radio@Base 4.0.0 + gtk_cell_renderer_toggle_get_type@Base 4.0.0 + gtk_cell_renderer_toggle_new@Base 4.0.0 + gtk_cell_renderer_toggle_set_activatable@Base 4.0.0 + gtk_cell_renderer_toggle_set_active@Base 4.0.0 + gtk_cell_renderer_toggle_set_radio@Base 4.0.0 + gtk_cell_view_get_displayed_row@Base 4.0.0 + gtk_cell_view_get_draw_sensitive@Base 4.0.0 + gtk_cell_view_get_fit_model@Base 4.0.0 + gtk_cell_view_get_model@Base 4.0.0 + gtk_cell_view_get_type@Base 4.0.0 + gtk_cell_view_new@Base 4.0.0 + gtk_cell_view_new_with_context@Base 4.0.0 + gtk_cell_view_new_with_markup@Base 4.0.0 + gtk_cell_view_new_with_text@Base 4.0.0 + gtk_cell_view_new_with_texture@Base 4.0.0 + gtk_cell_view_set_displayed_row@Base 4.0.0 + gtk_cell_view_set_draw_sensitive@Base 4.0.0 + gtk_cell_view_set_fit_model@Base 4.0.0 + gtk_cell_view_set_model@Base 4.0.0 + gtk_center_box_get_baseline_position@Base 4.0.0 + gtk_center_box_get_center_widget@Base 4.0.0 + gtk_center_box_get_end_widget@Base 4.0.0 + gtk_center_box_get_start_widget@Base 4.0.0 + gtk_center_box_get_type@Base 4.0.0 + gtk_center_box_new@Base 4.0.0 + gtk_center_box_set_baseline_position@Base 4.0.0 + gtk_center_box_set_center_widget@Base 4.0.0 + gtk_center_box_set_end_widget@Base 4.0.0 + gtk_center_box_set_start_widget@Base 4.0.0 + gtk_center_layout_get_baseline_position@Base 4.0.0 + gtk_center_layout_get_center_widget@Base 4.0.0 + gtk_center_layout_get_end_widget@Base 4.0.0 + gtk_center_layout_get_orientation@Base 4.0.0 + gtk_center_layout_get_start_widget@Base 4.0.0 + gtk_center_layout_get_type@Base 4.0.0 + gtk_center_layout_new@Base 4.0.0 + gtk_center_layout_set_baseline_position@Base 4.0.0 + gtk_center_layout_set_center_widget@Base 4.0.0 + gtk_center_layout_set_end_widget@Base 4.0.0 + gtk_center_layout_set_orientation@Base 4.0.0 + gtk_center_layout_set_start_widget@Base 4.0.0 + gtk_check_button_get_active@Base 4.0.0 + gtk_check_button_get_inconsistent@Base 4.0.0 + gtk_check_button_get_label@Base 4.0.0 + gtk_check_button_get_type@Base 4.0.0 + gtk_check_button_get_use_underline@Base 4.0.0 + gtk_check_button_new@Base 4.0.0 + gtk_check_button_new_with_label@Base 4.0.0 + gtk_check_button_new_with_mnemonic@Base 4.0.0 + gtk_check_button_set_active@Base 4.0.0 + gtk_check_button_set_group@Base 4.0.0 + gtk_check_button_set_inconsistent@Base 4.0.0 + gtk_check_button_set_label@Base 4.0.0 + gtk_check_button_set_use_underline@Base 4.0.0 + gtk_check_version@Base 4.0.0 + gtk_closure_expression_get_type@Base 4.0.0 + gtk_closure_expression_new@Base 4.0.0 + gtk_color_button_get_modal@Base 4.0.0 + gtk_color_button_get_title@Base 4.0.0 + gtk_color_button_get_type@Base 4.0.0 + gtk_color_button_new@Base 4.0.0 + gtk_color_button_new_with_rgba@Base 4.0.0 + gtk_color_button_set_modal@Base 4.0.0 + gtk_color_button_set_title@Base 4.0.0 + gtk_color_chooser_add_palette@Base 4.0.0 + gtk_color_chooser_dialog_get_type@Base 4.0.0 + gtk_color_chooser_dialog_new@Base 4.0.0 + gtk_color_chooser_get_rgba@Base 4.0.0 + gtk_color_chooser_get_type@Base 4.0.0 + gtk_color_chooser_get_use_alpha@Base 4.0.0 + gtk_color_chooser_set_rgba@Base 4.0.0 + gtk_color_chooser_set_use_alpha@Base 4.0.0 + gtk_color_chooser_widget_get_type@Base 4.0.0 + gtk_color_chooser_widget_new@Base 4.0.0 + gtk_color_picker_kwin_new@Base 4.0.0 + gtk_color_picker_portal_new@Base 4.0.0 + gtk_color_picker_shell_new@Base 4.0.0 + gtk_column_view_append_column@Base 4.0.0 + gtk_column_view_column_get_column_view@Base 4.0.0 + gtk_column_view_column_get_expand@Base 4.0.0 + gtk_column_view_column_get_factory@Base 4.0.0 + gtk_column_view_column_get_fixed_width@Base 4.0.0 + gtk_column_view_column_get_header_menu@Base 4.0.0 + gtk_column_view_column_get_resizable@Base 4.0.0 + gtk_column_view_column_get_sorter@Base 4.0.0 + gtk_column_view_column_get_title@Base 4.0.0 + gtk_column_view_column_get_type@Base 4.0.0 + gtk_column_view_column_get_visible@Base 4.0.0 + gtk_column_view_column_new@Base 4.0.0 + gtk_column_view_column_set_expand@Base 4.0.0 + gtk_column_view_column_set_factory@Base 4.0.0 + gtk_column_view_column_set_fixed_width@Base 4.0.0 + gtk_column_view_column_set_header_menu@Base 4.0.0 + gtk_column_view_column_set_resizable@Base 4.0.0 + gtk_column_view_column_set_sorter@Base 4.0.0 + gtk_column_view_column_set_title@Base 4.0.0 + gtk_column_view_column_set_visible@Base 4.0.0 + gtk_column_view_get_columns@Base 4.0.0 + gtk_column_view_get_enable_rubberband@Base 4.0.0 + gtk_column_view_get_model@Base 4.0.0 + gtk_column_view_get_reorderable@Base 4.0.0 + gtk_column_view_get_show_column_separators@Base 4.0.0 + gtk_column_view_get_show_row_separators@Base 4.0.0 + gtk_column_view_get_single_click_activate@Base 4.0.0 + gtk_column_view_get_sorter@Base 4.0.0 + gtk_column_view_get_type@Base 4.0.0 + gtk_column_view_insert_column@Base 4.0.0 + gtk_column_view_new@Base 4.0.0 + gtk_column_view_remove_column@Base 4.0.0 + gtk_column_view_set_enable_rubberband@Base 4.0.0 + gtk_column_view_set_model@Base 4.0.0 + gtk_column_view_set_reorderable@Base 4.0.0 + gtk_column_view_set_show_column_separators@Base 4.0.0 + gtk_column_view_set_show_row_separators@Base 4.0.0 + gtk_column_view_set_single_click_activate@Base 4.0.0 + gtk_column_view_sort_by_column@Base 4.0.0 + gtk_combo_box_get_active@Base 4.0.0 + gtk_combo_box_get_active_id@Base 4.0.0 + gtk_combo_box_get_active_iter@Base 4.0.0 + gtk_combo_box_get_button_sensitivity@Base 4.0.0 + gtk_combo_box_get_child@Base 4.0.0 + gtk_combo_box_get_entry_text_column@Base 4.0.0 + gtk_combo_box_get_has_entry@Base 4.0.0 + gtk_combo_box_get_id_column@Base 4.0.0 + gtk_combo_box_get_model@Base 4.0.0 + gtk_combo_box_get_popup_fixed_width@Base 4.0.0 + gtk_combo_box_get_row_separator_func@Base 4.0.0 + gtk_combo_box_get_type@Base 4.0.0 + gtk_combo_box_new@Base 4.0.0 + gtk_combo_box_new_with_entry@Base 4.0.0 + gtk_combo_box_new_with_model@Base 4.0.0 + gtk_combo_box_new_with_model_and_entry@Base 4.0.0 + gtk_combo_box_popdown@Base 4.0.0 + gtk_combo_box_popup@Base 4.0.0 + gtk_combo_box_popup_for_device@Base 4.0.0 + gtk_combo_box_set_active@Base 4.0.0 + gtk_combo_box_set_active_id@Base 4.0.0 + gtk_combo_box_set_active_iter@Base 4.0.0 + gtk_combo_box_set_button_sensitivity@Base 4.0.0 + gtk_combo_box_set_child@Base 4.0.0 + gtk_combo_box_set_entry_text_column@Base 4.0.0 + gtk_combo_box_set_id_column@Base 4.0.0 + gtk_combo_box_set_model@Base 4.0.0 + gtk_combo_box_set_popup_fixed_width@Base 4.0.0 + gtk_combo_box_set_row_separator_func@Base 4.0.0 + gtk_combo_box_text_append@Base 4.0.0 + gtk_combo_box_text_append_text@Base 4.0.0 + gtk_combo_box_text_get_active_text@Base 4.0.0 + gtk_combo_box_text_get_type@Base 4.0.0 + gtk_combo_box_text_insert@Base 4.0.0 + gtk_combo_box_text_insert_text@Base 4.0.0 + gtk_combo_box_text_new@Base 4.0.0 + gtk_combo_box_text_new_with_entry@Base 4.0.0 + gtk_combo_box_text_prepend@Base 4.0.0 + gtk_combo_box_text_prepend_text@Base 4.0.0 + gtk_combo_box_text_remove@Base 4.0.0 + gtk_combo_box_text_remove_all@Base 4.0.0 + gtk_constant_expression_get_type@Base 4.0.0 + gtk_constant_expression_get_value@Base 4.0.0 + gtk_constant_expression_new@Base 4.0.0 + gtk_constant_expression_new_for_value@Base 4.0.0 + gtk_constraint_attribute_get_type@Base 4.0.0 + gtk_constraint_get_constant@Base 4.0.0 + gtk_constraint_get_multiplier@Base 4.0.0 + gtk_constraint_get_relation@Base 4.0.0 + gtk_constraint_get_source@Base 4.0.0 + gtk_constraint_get_source_attribute@Base 4.0.0 + gtk_constraint_get_strength@Base 4.0.0 + gtk_constraint_get_target@Base 4.0.0 + gtk_constraint_get_target_attribute@Base 4.0.0 + gtk_constraint_get_type@Base 4.0.0 + gtk_constraint_guide_get_max_size@Base 4.0.0 + gtk_constraint_guide_get_min_size@Base 4.0.0 + gtk_constraint_guide_get_name@Base 4.0.0 + gtk_constraint_guide_get_nat_size@Base 4.0.0 + gtk_constraint_guide_get_strength@Base 4.0.0 + gtk_constraint_guide_get_type@Base 4.0.0 + gtk_constraint_guide_new@Base 4.0.0 + gtk_constraint_guide_set_max_size@Base 4.0.0 + gtk_constraint_guide_set_min_size@Base 4.0.0 + gtk_constraint_guide_set_name@Base 4.0.0 + gtk_constraint_guide_set_nat_size@Base 4.0.0 + gtk_constraint_guide_set_strength@Base 4.0.0 + gtk_constraint_is_attached@Base 4.0.0 + gtk_constraint_is_constant@Base 4.0.0 + gtk_constraint_is_required@Base 4.0.0 + gtk_constraint_layout_add_constraint@Base 4.0.0 + gtk_constraint_layout_add_constraints_from_description@Base 4.0.0 + gtk_constraint_layout_add_constraints_from_descriptionv@Base 4.0.0 + gtk_constraint_layout_add_guide@Base 4.0.0 + gtk_constraint_layout_child_get_type@Base 4.0.0 + gtk_constraint_layout_get_type@Base 4.0.0 + gtk_constraint_layout_new@Base 4.0.0 + gtk_constraint_layout_observe_constraints@Base 4.0.0 + gtk_constraint_layout_observe_guides@Base 4.0.0 + gtk_constraint_layout_remove_all_constraints@Base 4.0.0 + gtk_constraint_layout_remove_constraint@Base 4.0.0 + gtk_constraint_layout_remove_guide@Base 4.0.0 + gtk_constraint_new@Base 4.0.0 + gtk_constraint_new_constant@Base 4.0.0 + gtk_constraint_relation_get_type@Base 4.0.0 + gtk_constraint_strength_get_type@Base 4.0.0 + gtk_constraint_target_get_type@Base 4.0.0 + gtk_constraint_vfl_parser_error_get_type@Base 4.0.0 + gtk_constraint_vfl_parser_error_quark@Base 4.0.0 + gtk_corner_type_get_type@Base 4.0.0 + gtk_css_parser_error_get_type@Base 4.0.0 + gtk_css_parser_error_quark@Base 4.0.0 + gtk_css_parser_warning_get_type@Base 4.0.0 + gtk_css_parser_warning_quark@Base 4.0.0 + gtk_css_provider_get_type@Base 4.0.0 + gtk_css_provider_load_from_data@Base 4.0.0 + gtk_css_provider_load_from_file@Base 4.0.0 + gtk_css_provider_load_from_path@Base 4.0.0 + gtk_css_provider_load_from_resource@Base 4.0.0 + gtk_css_provider_load_named@Base 4.0.0 + gtk_css_provider_new@Base 4.0.0 + gtk_css_provider_to_string@Base 4.0.0 + gtk_css_section_get_end_location@Base 4.0.0 + gtk_css_section_get_file@Base 4.0.0 + gtk_css_section_get_parent@Base 4.0.0 + gtk_css_section_get_start_location@Base 4.0.0 + gtk_css_section_get_type@Base 4.0.0 + gtk_css_section_new@Base 4.0.0 + gtk_css_section_print@Base 4.0.0 + gtk_css_section_ref@Base 4.0.0 + gtk_css_section_to_string@Base 4.0.0 + gtk_css_section_unref@Base 4.0.0 + gtk_custom_filter_get_type@Base 4.0.0 + gtk_custom_filter_new@Base 4.0.0 + gtk_custom_filter_set_filter_func@Base 4.0.0 + gtk_custom_layout_get_type@Base 4.0.0 + gtk_custom_layout_new@Base 4.0.0 + gtk_custom_paper_unix_dialog_get_type@Base 4.0.0 + gtk_custom_sorter_get_type@Base 4.0.0 + gtk_custom_sorter_new@Base 4.0.0 + gtk_custom_sorter_set_sort_func@Base 4.0.0 + gtk_debug_flags_get_type@Base 4.0.0 + gtk_delete_type_get_type@Base 4.0.0 + gtk_dialog_add_action_widget@Base 4.0.0 + gtk_dialog_add_button@Base 4.0.0 + gtk_dialog_add_buttons@Base 4.0.0 + gtk_dialog_flags_get_type@Base 4.0.0 + gtk_dialog_get_content_area@Base 4.0.0 + gtk_dialog_get_header_bar@Base 4.0.0 + gtk_dialog_get_response_for_widget@Base 4.0.0 + gtk_dialog_get_type@Base 4.0.0 + gtk_dialog_get_widget_for_response@Base 4.0.0 + gtk_dialog_new@Base 4.0.0 + gtk_dialog_new_with_buttons@Base 4.0.0 + gtk_dialog_response@Base 4.0.0 + gtk_dialog_set_default_response@Base 4.0.0 + gtk_dialog_set_response_sensitive@Base 4.0.0 + gtk_direction_type_get_type@Base 4.0.0 + gtk_directory_list_get_attributes@Base 4.0.0 + gtk_directory_list_get_error@Base 4.0.0 + gtk_directory_list_get_file@Base 4.0.0 + gtk_directory_list_get_io_priority@Base 4.0.0 + gtk_directory_list_get_monitored@Base 4.0.0 + gtk_directory_list_get_type@Base 4.0.0 + gtk_directory_list_is_loading@Base 4.0.0 + gtk_directory_list_new@Base 4.0.0 + gtk_directory_list_set_attributes@Base 4.0.0 + gtk_directory_list_set_file@Base 4.0.0 + gtk_directory_list_set_io_priority@Base 4.0.0 + gtk_directory_list_set_monitored@Base 4.0.0 + gtk_disable_setlocale@Base 4.0.0 + gtk_distribute_natural_allocation@Base 4.0.0 + gtk_drag_check_threshold@Base 4.0.0 + gtk_drag_icon_create_widget_for_value@Base 4.0.0 + gtk_drag_icon_get_child@Base 4.0.0 + gtk_drag_icon_get_for_drag@Base 4.0.0 + gtk_drag_icon_get_type@Base 4.0.0 + gtk_drag_icon_set_child@Base 4.0.0 + gtk_drag_icon_set_from_paintable@Base 4.0.0 + gtk_drag_source_drag_cancel@Base 4.0.0 + gtk_drag_source_get_actions@Base 4.0.0 + gtk_drag_source_get_content@Base 4.0.0 + gtk_drag_source_get_drag@Base 4.0.0 + gtk_drag_source_get_type@Base 4.0.0 + gtk_drag_source_new@Base 4.0.0 + gtk_drag_source_set_actions@Base 4.0.0 + gtk_drag_source_set_content@Base 4.0.0 + gtk_drag_source_set_icon@Base 4.0.0 + gtk_drawing_area_get_content_height@Base 4.0.0 + gtk_drawing_area_get_content_width@Base 4.0.0 + gtk_drawing_area_get_type@Base 4.0.0 + gtk_drawing_area_new@Base 4.0.0 + gtk_drawing_area_set_content_height@Base 4.0.0 + gtk_drawing_area_set_content_width@Base 4.0.0 + gtk_drawing_area_set_draw_func@Base 4.0.0 + gtk_drop_controller_motion_contains_pointer@Base 4.0.0 + gtk_drop_controller_motion_get_drop@Base 4.0.0 + gtk_drop_controller_motion_get_type@Base 4.0.0 + gtk_drop_controller_motion_is_pointer@Base 4.0.0 + gtk_drop_controller_motion_new@Base 4.0.0 + gtk_drop_down_get_enable_search@Base 4.0.0 + gtk_drop_down_get_expression@Base 4.0.0 + gtk_drop_down_get_factory@Base 4.0.0 + gtk_drop_down_get_list_factory@Base 4.0.0 + gtk_drop_down_get_model@Base 4.0.0 + gtk_drop_down_get_selected@Base 4.0.0 + gtk_drop_down_get_selected_item@Base 4.0.0 + gtk_drop_down_get_show_arrow@Base 4.6.0 + gtk_drop_down_get_type@Base 4.0.0 + gtk_drop_down_new@Base 4.0.0 + gtk_drop_down_new_from_strings@Base 4.0.0 + gtk_drop_down_set_enable_search@Base 4.0.0 + gtk_drop_down_set_expression@Base 4.0.0 + gtk_drop_down_set_factory@Base 4.0.0 + gtk_drop_down_set_list_factory@Base 4.0.0 + gtk_drop_down_set_model@Base 4.0.0 + gtk_drop_down_set_selected@Base 4.0.0 + gtk_drop_down_set_show_arrow@Base 4.6.0 + gtk_drop_target_async_get_actions@Base 4.0.0 + gtk_drop_target_async_get_formats@Base 4.0.0 + gtk_drop_target_async_get_type@Base 4.0.0 + gtk_drop_target_async_new@Base 4.0.0 + gtk_drop_target_async_reject_drop@Base 4.0.0 + gtk_drop_target_async_set_actions@Base 4.0.0 + gtk_drop_target_async_set_formats@Base 4.0.0 + gtk_drop_target_get_actions@Base 4.0.0 + gtk_drop_target_get_current_drop@Base 4.3.2 + gtk_drop_target_get_drop@Base 4.0.0 + gtk_drop_target_get_formats@Base 4.0.0 + gtk_drop_target_get_gtypes@Base 4.0.0 + gtk_drop_target_get_preload@Base 4.0.0 + gtk_drop_target_get_type@Base 4.0.0 + gtk_drop_target_get_value@Base 4.0.0 + gtk_drop_target_new@Base 4.0.0 + gtk_drop_target_reject@Base 4.0.0 + gtk_drop_target_set_actions@Base 4.0.0 + gtk_drop_target_set_gtypes@Base 4.0.0 + gtk_drop_target_set_preload@Base 4.0.0 + gtk_editable_delegate_get_property@Base 4.0.0 + gtk_editable_delegate_set_property@Base 4.0.0 + gtk_editable_delete_selection@Base 4.0.0 + gtk_editable_delete_text@Base 4.0.0 + gtk_editable_finish_delegate@Base 4.0.0 + gtk_editable_get_alignment@Base 4.0.0 + gtk_editable_get_chars@Base 4.0.0 + gtk_editable_get_delegate@Base 4.0.0 + gtk_editable_get_editable@Base 4.0.0 + gtk_editable_get_enable_undo@Base 4.0.0 + gtk_editable_get_max_width_chars@Base 4.0.0 + gtk_editable_get_position@Base 4.0.0 + gtk_editable_get_selection_bounds@Base 4.0.0 + gtk_editable_get_text@Base 4.0.0 + gtk_editable_get_type@Base 4.0.0 + gtk_editable_get_width_chars@Base 4.0.0 + gtk_editable_init_delegate@Base 4.0.0 + gtk_editable_insert_text@Base 4.0.0 + gtk_editable_install_properties@Base 4.0.0 + gtk_editable_label_get_editing@Base 4.0.0 + gtk_editable_label_get_type@Base 4.0.0 + gtk_editable_label_new@Base 4.0.0 + gtk_editable_label_start_editing@Base 4.0.0 + gtk_editable_label_stop_editing@Base 4.0.0 + gtk_editable_properties_get_type@Base 4.0.0 + gtk_editable_select_region@Base 4.0.0 + gtk_editable_set_alignment@Base 4.0.0 + gtk_editable_set_editable@Base 4.0.0 + gtk_editable_set_enable_undo@Base 4.0.0 + gtk_editable_set_max_width_chars@Base 4.0.0 + gtk_editable_set_position@Base 4.0.0 + gtk_editable_set_text@Base 4.0.0 + gtk_editable_set_width_chars@Base 4.0.0 + gtk_emoji_chooser_get_type@Base 4.0.0 + gtk_emoji_chooser_new@Base 4.0.0 + gtk_entry_buffer_delete_text@Base 4.0.0 + gtk_entry_buffer_emit_deleted_text@Base 4.0.0 + gtk_entry_buffer_emit_inserted_text@Base 4.0.0 + gtk_entry_buffer_get_bytes@Base 4.0.0 + gtk_entry_buffer_get_length@Base 4.0.0 + gtk_entry_buffer_get_max_length@Base 4.0.0 + gtk_entry_buffer_get_text@Base 4.0.0 + gtk_entry_buffer_get_type@Base 4.0.0 + gtk_entry_buffer_insert_text@Base 4.0.0 + gtk_entry_buffer_new@Base 4.0.0 + gtk_entry_buffer_set_max_length@Base 4.0.0 + gtk_entry_buffer_set_text@Base 4.0.0 + gtk_entry_completion_complete@Base 4.0.0 + gtk_entry_completion_compute_prefix@Base 4.0.0 + gtk_entry_completion_get_completion_prefix@Base 4.0.0 + gtk_entry_completion_get_entry@Base 4.0.0 + gtk_entry_completion_get_inline_completion@Base 4.0.0 + gtk_entry_completion_get_inline_selection@Base 4.0.0 + gtk_entry_completion_get_minimum_key_length@Base 4.0.0 + gtk_entry_completion_get_model@Base 4.0.0 + gtk_entry_completion_get_popup_completion@Base 4.0.0 + gtk_entry_completion_get_popup_set_width@Base 4.0.0 + gtk_entry_completion_get_popup_single_match@Base 4.0.0 + gtk_entry_completion_get_text_column@Base 4.0.0 + gtk_entry_completion_get_type@Base 4.0.0 + gtk_entry_completion_insert_prefix@Base 4.0.0 + gtk_entry_completion_new@Base 4.0.0 + gtk_entry_completion_new_with_area@Base 4.0.0 + gtk_entry_completion_set_inline_completion@Base 4.0.0 + gtk_entry_completion_set_inline_selection@Base 4.0.0 + gtk_entry_completion_set_match_func@Base 4.0.0 + gtk_entry_completion_set_minimum_key_length@Base 4.0.0 + gtk_entry_completion_set_model@Base 4.0.0 + gtk_entry_completion_set_popup_completion@Base 4.0.0 + gtk_entry_completion_set_popup_set_width@Base 4.0.0 + gtk_entry_completion_set_popup_single_match@Base 4.0.0 + gtk_entry_completion_set_text_column@Base 4.0.0 + gtk_entry_get_activates_default@Base 4.0.0 + gtk_entry_get_alignment@Base 4.0.0 + gtk_entry_get_attributes@Base 4.0.0 + gtk_entry_get_buffer@Base 4.0.0 + gtk_entry_get_completion@Base 4.0.0 + gtk_entry_get_current_icon_drag_source@Base 4.0.0 + gtk_entry_get_extra_menu@Base 4.0.0 + gtk_entry_get_has_frame@Base 4.0.0 + gtk_entry_get_icon_activatable@Base 4.0.0 + gtk_entry_get_icon_area@Base 4.0.0 + gtk_entry_get_icon_at_pos@Base 4.0.0 + gtk_entry_get_icon_gicon@Base 4.0.0 + gtk_entry_get_icon_name@Base 4.0.0 + gtk_entry_get_icon_paintable@Base 4.0.0 + gtk_entry_get_icon_sensitive@Base 4.0.0 + gtk_entry_get_icon_storage_type@Base 4.0.0 + gtk_entry_get_icon_tooltip_markup@Base 4.0.0 + gtk_entry_get_icon_tooltip_text@Base 4.0.0 + gtk_entry_get_input_hints@Base 4.0.0 + gtk_entry_get_input_purpose@Base 4.0.0 + gtk_entry_get_invisible_char@Base 4.0.0 + gtk_entry_get_max_length@Base 4.0.0 + gtk_entry_get_overwrite_mode@Base 4.0.0 + gtk_entry_get_placeholder_text@Base 4.0.0 + gtk_entry_get_progress_fraction@Base 4.0.0 + gtk_entry_get_progress_pulse_step@Base 4.0.0 + gtk_entry_get_tabs@Base 4.0.0 + gtk_entry_get_text_length@Base 4.0.0 + gtk_entry_get_type@Base 4.0.0 + gtk_entry_get_visibility@Base 4.0.0 + gtk_entry_grab_focus_without_selecting@Base 4.0.0 + gtk_entry_icon_position_get_type@Base 4.0.0 + gtk_entry_new@Base 4.0.0 + gtk_entry_new_with_buffer@Base 4.0.0 + gtk_entry_progress_pulse@Base 4.0.0 + gtk_entry_reset_im_context@Base 4.0.0 + gtk_entry_set_activates_default@Base 4.0.0 + gtk_entry_set_alignment@Base 4.0.0 + gtk_entry_set_attributes@Base 4.0.0 + gtk_entry_set_buffer@Base 4.0.0 + gtk_entry_set_completion@Base 4.0.0 + gtk_entry_set_extra_menu@Base 4.0.0 + gtk_entry_set_has_frame@Base 4.0.0 + gtk_entry_set_icon_activatable@Base 4.0.0 + gtk_entry_set_icon_drag_source@Base 4.0.0 + gtk_entry_set_icon_from_gicon@Base 4.0.0 + gtk_entry_set_icon_from_icon_name@Base 4.0.0 + gtk_entry_set_icon_from_paintable@Base 4.0.0 + gtk_entry_set_icon_sensitive@Base 4.0.0 + gtk_entry_set_icon_tooltip_markup@Base 4.0.0 + gtk_entry_set_icon_tooltip_text@Base 4.0.0 + gtk_entry_set_input_hints@Base 4.0.0 + gtk_entry_set_input_purpose@Base 4.0.0 + gtk_entry_set_invisible_char@Base 4.0.0 + gtk_entry_set_max_length@Base 4.0.0 + gtk_entry_set_overwrite_mode@Base 4.0.0 + gtk_entry_set_placeholder_text@Base 4.0.0 + gtk_entry_set_progress_fraction@Base 4.0.0 + gtk_entry_set_progress_pulse_step@Base 4.0.0 + gtk_entry_set_tabs@Base 4.0.0 + gtk_entry_set_visibility@Base 4.0.0 + gtk_entry_unset_invisible_char@Base 4.0.0 + gtk_enumerate_printers@Base 4.0.0 + gtk_event_controller_focus_contains_focus@Base 4.0.0 + gtk_event_controller_focus_get_type@Base 4.0.0 + gtk_event_controller_focus_is_focus@Base 4.0.0 + gtk_event_controller_focus_new@Base 4.0.0 + gtk_event_controller_get_current_event@Base 4.0.0 + gtk_event_controller_get_current_event_device@Base 4.0.0 + gtk_event_controller_get_current_event_state@Base 4.0.0 + gtk_event_controller_get_current_event_time@Base 4.0.0 + gtk_event_controller_get_name@Base 4.0.0 + gtk_event_controller_get_propagation_limit@Base 4.0.0 + gtk_event_controller_get_propagation_phase@Base 4.0.0 + gtk_event_controller_get_type@Base 4.0.0 + gtk_event_controller_get_widget@Base 4.0.0 + gtk_event_controller_key_forward@Base 4.0.0 + gtk_event_controller_key_get_group@Base 4.0.0 + gtk_event_controller_key_get_im_context@Base 4.0.0 + gtk_event_controller_key_get_type@Base 4.0.0 + gtk_event_controller_key_new@Base 4.0.0 + gtk_event_controller_key_set_im_context@Base 4.0.0 + gtk_event_controller_legacy_get_type@Base 4.0.0 + gtk_event_controller_legacy_new@Base 4.0.0 + gtk_event_controller_motion_contains_pointer@Base 4.0.0 + gtk_event_controller_motion_get_type@Base 4.0.0 + gtk_event_controller_motion_is_pointer@Base 4.0.0 + gtk_event_controller_motion_new@Base 4.0.0 + gtk_event_controller_reset@Base 4.0.0 + gtk_event_controller_scroll_flags_get_type@Base 4.0.0 + gtk_event_controller_scroll_get_flags@Base 4.0.0 + gtk_event_controller_scroll_get_type@Base 4.0.0 + gtk_event_controller_scroll_new@Base 4.0.0 + gtk_event_controller_scroll_set_flags@Base 4.0.0 + gtk_event_controller_set_name@Base 4.0.0 + gtk_event_controller_set_propagation_limit@Base 4.0.0 + gtk_event_controller_set_propagation_phase@Base 4.0.0 + gtk_event_sequence_state_get_type@Base 4.0.0 + gtk_every_filter_get_type@Base 4.0.0 + gtk_every_filter_new@Base 4.0.0 + gtk_expander_get_child@Base 4.0.0 + gtk_expander_get_expanded@Base 4.0.0 + gtk_expander_get_label@Base 4.0.0 + gtk_expander_get_label_widget@Base 4.0.0 + gtk_expander_get_resize_toplevel@Base 4.0.0 + gtk_expander_get_type@Base 4.0.0 + gtk_expander_get_use_markup@Base 4.0.0 + gtk_expander_get_use_underline@Base 4.0.0 + gtk_expander_new@Base 4.0.0 + gtk_expander_new_with_mnemonic@Base 4.0.0 + gtk_expander_set_child@Base 4.0.0 + gtk_expander_set_expanded@Base 4.0.0 + gtk_expander_set_label@Base 4.0.0 + gtk_expander_set_label_widget@Base 4.0.0 + gtk_expander_set_resize_toplevel@Base 4.0.0 + gtk_expander_set_use_markup@Base 4.0.0 + gtk_expander_set_use_underline@Base 4.0.0 + gtk_expression_bind@Base 4.0.0 + gtk_expression_evaluate@Base 4.0.0 + gtk_expression_get_type@Base 4.0.0 + gtk_expression_get_value_type@Base 4.0.0 + gtk_expression_is_static@Base 4.0.0 + gtk_expression_ref@Base 4.0.0 + gtk_expression_unref@Base 4.0.0 + gtk_expression_watch@Base 4.0.0 + gtk_expression_watch_evaluate@Base 4.0.0 + gtk_expression_watch_get_type@Base 4.3.1 + gtk_expression_watch_ref@Base 4.0.0 + gtk_expression_watch_unref@Base 4.0.0 + gtk_expression_watch_unwatch@Base 4.0.0 + gtk_file_chooser_action_get_type@Base 4.0.0 + gtk_file_chooser_add_choice@Base 4.0.0 + gtk_file_chooser_add_filter@Base 4.0.0 + gtk_file_chooser_add_shortcut_folder@Base 4.0.0 + gtk_file_chooser_dialog_get_type@Base 4.0.0 + gtk_file_chooser_dialog_new@Base 4.0.0 + gtk_file_chooser_error_get_type@Base 4.0.0 + gtk_file_chooser_error_quark@Base 4.0.0 + gtk_file_chooser_get_action@Base 4.0.0 + gtk_file_chooser_get_choice@Base 4.0.0 + gtk_file_chooser_get_create_folders@Base 4.0.0 + gtk_file_chooser_get_current_folder@Base 4.0.0 + gtk_file_chooser_get_current_name@Base 4.0.0 + gtk_file_chooser_get_file@Base 4.0.0 + gtk_file_chooser_get_files@Base 4.0.0 + gtk_file_chooser_get_filter@Base 4.0.0 + gtk_file_chooser_get_filters@Base 4.0.0 + gtk_file_chooser_get_select_multiple@Base 4.0.0 + gtk_file_chooser_get_shortcut_folders@Base 4.0.0 + gtk_file_chooser_get_type@Base 4.0.0 + gtk_file_chooser_native_get_accept_label@Base 4.0.0 + gtk_file_chooser_native_get_cancel_label@Base 4.0.0 + gtk_file_chooser_native_get_type@Base 4.0.0 + gtk_file_chooser_native_new@Base 4.0.0 + gtk_file_chooser_native_set_accept_label@Base 4.0.0 + gtk_file_chooser_native_set_cancel_label@Base 4.0.0 + gtk_file_chooser_remove_choice@Base 4.0.0 + gtk_file_chooser_remove_filter@Base 4.0.0 + gtk_file_chooser_remove_shortcut_folder@Base 4.0.0 + gtk_file_chooser_set_action@Base 4.0.0 + gtk_file_chooser_set_choice@Base 4.0.0 + gtk_file_chooser_set_create_folders@Base 4.0.0 + gtk_file_chooser_set_current_folder@Base 4.0.0 + gtk_file_chooser_set_current_name@Base 4.0.0 + gtk_file_chooser_set_file@Base 4.0.0 + gtk_file_chooser_set_filter@Base 4.0.0 + gtk_file_chooser_set_select_multiple@Base 4.0.0 + gtk_file_chooser_widget_get_type@Base 4.0.0 + gtk_file_chooser_widget_new@Base 4.0.0 + gtk_file_filter_add_mime_type@Base 4.0.0 + gtk_file_filter_add_pattern@Base 4.0.0 + gtk_file_filter_add_pixbuf_formats@Base 4.0.0 + gtk_file_filter_add_suffix@Base 4.3.1 + gtk_file_filter_get_attributes@Base 4.0.0 + gtk_file_filter_get_name@Base 4.0.0 + gtk_file_filter_get_type@Base 4.0.0 + gtk_file_filter_new@Base 4.0.0 + gtk_file_filter_new_from_gvariant@Base 4.0.0 + gtk_file_filter_set_name@Base 4.0.0 + gtk_file_filter_to_gvariant@Base 4.0.0 + gtk_filter_change_get_type@Base 4.0.0 + gtk_filter_changed@Base 4.0.0 + gtk_filter_get_strictness@Base 4.0.0 + gtk_filter_get_type@Base 4.0.0 + gtk_filter_list_model_get_filter@Base 4.0.0 + gtk_filter_list_model_get_incremental@Base 4.0.0 + gtk_filter_list_model_get_model@Base 4.0.0 + gtk_filter_list_model_get_pending@Base 4.0.0 + gtk_filter_list_model_get_type@Base 4.0.0 + gtk_filter_list_model_new@Base 4.0.0 + gtk_filter_list_model_set_filter@Base 4.0.0 + gtk_filter_list_model_set_incremental@Base 4.0.0 + gtk_filter_list_model_set_model@Base 4.0.0 + gtk_filter_match@Base 4.0.0 + gtk_filter_match_get_type@Base 4.0.0 + gtk_fixed_get_child_position@Base 4.0.0 + gtk_fixed_get_child_transform@Base 4.0.0 + gtk_fixed_get_type@Base 4.0.0 + gtk_fixed_layout_child_get_transform@Base 4.0.0 + gtk_fixed_layout_child_get_type@Base 4.0.0 + gtk_fixed_layout_child_set_transform@Base 4.0.0 + gtk_fixed_layout_get_type@Base 4.0.0 + gtk_fixed_layout_new@Base 4.0.0 + gtk_fixed_move@Base 4.0.0 + gtk_fixed_new@Base 4.0.0 + gtk_fixed_put@Base 4.0.0 + gtk_fixed_remove@Base 4.0.0 + gtk_fixed_set_child_transform@Base 4.0.0 + gtk_flatten_list_model_get_model@Base 4.0.0 + gtk_flatten_list_model_get_model_for_item@Base 4.0.0 + gtk_flatten_list_model_get_type@Base 4.0.0 + gtk_flatten_list_model_new@Base 4.0.0 + gtk_flatten_list_model_set_model@Base 4.0.0 + gtk_flow_box_append@Base 4.6.0 + gtk_flow_box_bind_model@Base 4.0.0 + gtk_flow_box_child_changed@Base 4.0.0 + gtk_flow_box_child_get_child@Base 4.0.0 + gtk_flow_box_child_get_index@Base 4.0.0 + gtk_flow_box_child_get_type@Base 4.0.0 + gtk_flow_box_child_is_selected@Base 4.0.0 + gtk_flow_box_child_new@Base 4.0.0 + gtk_flow_box_child_set_child@Base 4.0.0 + gtk_flow_box_get_activate_on_single_click@Base 4.0.0 + gtk_flow_box_get_child_at_index@Base 4.0.0 + gtk_flow_box_get_child_at_pos@Base 4.0.0 + gtk_flow_box_get_column_spacing@Base 4.0.0 + gtk_flow_box_get_homogeneous@Base 4.0.0 + gtk_flow_box_get_max_children_per_line@Base 4.0.0 + gtk_flow_box_get_min_children_per_line@Base 4.0.0 + gtk_flow_box_get_row_spacing@Base 4.0.0 + gtk_flow_box_get_selected_children@Base 4.0.0 + gtk_flow_box_get_selection_mode@Base 4.0.0 + gtk_flow_box_get_type@Base 4.0.0 + gtk_flow_box_insert@Base 4.0.0 + gtk_flow_box_invalidate_filter@Base 4.0.0 + gtk_flow_box_invalidate_sort@Base 4.0.0 + gtk_flow_box_new@Base 4.0.0 + gtk_flow_box_prepend@Base 4.6.0 + gtk_flow_box_remove@Base 4.0.0 + gtk_flow_box_select_all@Base 4.0.0 + gtk_flow_box_select_child@Base 4.0.0 + gtk_flow_box_selected_foreach@Base 4.0.0 + gtk_flow_box_set_activate_on_single_click@Base 4.0.0 + gtk_flow_box_set_column_spacing@Base 4.0.0 + gtk_flow_box_set_filter_func@Base 4.0.0 + gtk_flow_box_set_hadjustment@Base 4.0.0 + gtk_flow_box_set_homogeneous@Base 4.0.0 + gtk_flow_box_set_max_children_per_line@Base 4.0.0 + gtk_flow_box_set_min_children_per_line@Base 4.0.0 + gtk_flow_box_set_row_spacing@Base 4.0.0 + gtk_flow_box_set_selection_mode@Base 4.0.0 + gtk_flow_box_set_sort_func@Base 4.0.0 + gtk_flow_box_set_vadjustment@Base 4.0.0 + gtk_flow_box_unselect_all@Base 4.0.0 + gtk_flow_box_unselect_child@Base 4.0.0 + gtk_font_button_get_modal@Base 4.0.0 + gtk_font_button_get_title@Base 4.0.0 + gtk_font_button_get_type@Base 4.0.0 + gtk_font_button_get_use_font@Base 4.0.0 + gtk_font_button_get_use_size@Base 4.0.0 + gtk_font_button_new@Base 4.0.0 + gtk_font_button_new_with_font@Base 4.0.0 + gtk_font_button_set_modal@Base 4.0.0 + gtk_font_button_set_title@Base 4.0.0 + gtk_font_button_set_use_font@Base 4.0.0 + gtk_font_button_set_use_size@Base 4.0.0 + gtk_font_chooser_dialog_get_type@Base 4.0.0 + gtk_font_chooser_dialog_new@Base 4.0.0 + gtk_font_chooser_get_font@Base 4.0.0 + gtk_font_chooser_get_font_desc@Base 4.0.0 + gtk_font_chooser_get_font_face@Base 4.0.0 + gtk_font_chooser_get_font_family@Base 4.0.0 + gtk_font_chooser_get_font_features@Base 4.0.0 + gtk_font_chooser_get_font_map@Base 4.0.0 + gtk_font_chooser_get_font_size@Base 4.0.0 + gtk_font_chooser_get_language@Base 4.0.0 + gtk_font_chooser_get_level@Base 4.0.0 + gtk_font_chooser_get_preview_text@Base 4.0.0 + gtk_font_chooser_get_show_preview_entry@Base 4.0.0 + gtk_font_chooser_get_type@Base 4.0.0 + gtk_font_chooser_level_get_type@Base 4.0.0 + gtk_font_chooser_set_filter_func@Base 4.0.0 + gtk_font_chooser_set_font@Base 4.0.0 + gtk_font_chooser_set_font_desc@Base 4.0.0 + gtk_font_chooser_set_font_map@Base 4.0.0 + gtk_font_chooser_set_language@Base 4.0.0 + gtk_font_chooser_set_level@Base 4.0.0 + gtk_font_chooser_set_preview_text@Base 4.0.0 + gtk_font_chooser_set_show_preview_entry@Base 4.0.0 + gtk_font_chooser_widget_get_type@Base 4.0.0 + gtk_font_chooser_widget_new@Base 4.0.0 + gtk_frame_get_child@Base 4.0.0 + gtk_frame_get_label@Base 4.0.0 + gtk_frame_get_label_align@Base 4.0.0 + gtk_frame_get_label_widget@Base 4.0.0 + gtk_frame_get_type@Base 4.0.0 + gtk_frame_new@Base 4.0.0 + gtk_frame_set_child@Base 4.0.0 + gtk_frame_set_label@Base 4.0.0 + gtk_frame_set_label_align@Base 4.0.0 + gtk_frame_set_label_widget@Base 4.0.0 + gtk_gesture_click_get_type@Base 4.0.0 + gtk_gesture_click_new@Base 4.0.0 + gtk_gesture_drag_get_offset@Base 4.0.0 + gtk_gesture_drag_get_start_point@Base 4.0.0 + gtk_gesture_drag_get_type@Base 4.0.0 + gtk_gesture_drag_new@Base 4.0.0 + gtk_gesture_get_bounding_box@Base 4.0.0 + gtk_gesture_get_bounding_box_center@Base 4.0.0 + gtk_gesture_get_device@Base 4.0.0 + gtk_gesture_get_group@Base 4.0.0 + gtk_gesture_get_last_event@Base 4.0.0 + gtk_gesture_get_last_updated_sequence@Base 4.0.0 + gtk_gesture_get_point@Base 4.0.0 + gtk_gesture_get_sequence_state@Base 4.0.0 + gtk_gesture_get_sequences@Base 4.0.0 + gtk_gesture_get_type@Base 4.0.0 + gtk_gesture_group@Base 4.0.0 + gtk_gesture_handles_sequence@Base 4.0.0 + gtk_gesture_is_active@Base 4.0.0 + gtk_gesture_is_grouped_with@Base 4.0.0 + gtk_gesture_is_recognized@Base 4.0.0 + gtk_gesture_long_press_get_delay_factor@Base 4.0.0 + gtk_gesture_long_press_get_type@Base 4.0.0 + gtk_gesture_long_press_new@Base 4.0.0 + gtk_gesture_long_press_set_delay_factor@Base 4.0.0 + gtk_gesture_pan_get_orientation@Base 4.0.0 + gtk_gesture_pan_get_type@Base 4.0.0 + gtk_gesture_pan_new@Base 4.0.0 + gtk_gesture_pan_set_orientation@Base 4.0.0 + gtk_gesture_rotate_get_angle_delta@Base 4.0.0 + gtk_gesture_rotate_get_type@Base 4.0.0 + gtk_gesture_rotate_new@Base 4.0.0 + gtk_gesture_set_sequence_state@Base 4.0.0 + gtk_gesture_set_state@Base 4.0.0 + gtk_gesture_single_get_button@Base 4.0.0 + gtk_gesture_single_get_current_button@Base 4.0.0 + gtk_gesture_single_get_current_sequence@Base 4.0.0 + gtk_gesture_single_get_exclusive@Base 4.0.0 + gtk_gesture_single_get_touch_only@Base 4.0.0 + gtk_gesture_single_get_type@Base 4.0.0 + gtk_gesture_single_set_button@Base 4.0.0 + gtk_gesture_single_set_exclusive@Base 4.0.0 + gtk_gesture_single_set_touch_only@Base 4.0.0 + gtk_gesture_stylus_get_axes@Base 4.0.0 + gtk_gesture_stylus_get_axis@Base 4.0.0 + gtk_gesture_stylus_get_backlog@Base 4.0.0 + gtk_gesture_stylus_get_device_tool@Base 4.0.0 + gtk_gesture_stylus_get_type@Base 4.0.0 + gtk_gesture_stylus_new@Base 4.0.0 + gtk_gesture_swipe_get_type@Base 4.0.0 + gtk_gesture_swipe_get_velocity@Base 4.0.0 + gtk_gesture_swipe_new@Base 4.0.0 + gtk_gesture_ungroup@Base 4.0.0 + gtk_gesture_zoom_get_scale_delta@Base 4.0.0 + gtk_gesture_zoom_get_type@Base 4.0.0 + gtk_gesture_zoom_new@Base 4.0.0 + gtk_get_binary_age@Base 4.0.0 + gtk_get_debug_flags@Base 4.0.0 + gtk_get_default_language@Base 4.0.0 + gtk_get_interface_age@Base 4.0.0 + gtk_get_locale_direction@Base 4.0.0 + gtk_get_major_version@Base 4.0.0 + gtk_get_micro_version@Base 4.0.0 + gtk_get_minor_version@Base 4.0.0 + gtk_gl_area_attach_buffers@Base 4.0.0 + gtk_gl_area_get_auto_render@Base 4.0.0 + gtk_gl_area_get_context@Base 4.0.0 + gtk_gl_area_get_error@Base 4.0.0 + gtk_gl_area_get_has_depth_buffer@Base 4.0.0 + gtk_gl_area_get_has_stencil_buffer@Base 4.0.0 + gtk_gl_area_get_required_version@Base 4.0.0 + gtk_gl_area_get_type@Base 4.0.0 + gtk_gl_area_get_use_es@Base 4.0.0 + gtk_gl_area_make_current@Base 4.0.0 + gtk_gl_area_new@Base 4.0.0 + gtk_gl_area_queue_render@Base 4.0.0 + gtk_gl_area_set_auto_render@Base 4.0.0 + gtk_gl_area_set_error@Base 4.0.0 + gtk_gl_area_set_has_depth_buffer@Base 4.0.0 + gtk_gl_area_set_has_stencil_buffer@Base 4.0.0 + gtk_gl_area_set_required_version@Base 4.0.0 + gtk_gl_area_set_use_es@Base 4.0.0 + gtk_grid_attach@Base 4.0.0 + gtk_grid_attach_next_to@Base 4.0.0 + gtk_grid_get_baseline_row@Base 4.0.0 + gtk_grid_get_child_at@Base 4.0.0 + gtk_grid_get_column_homogeneous@Base 4.0.0 + gtk_grid_get_column_spacing@Base 4.0.0 + gtk_grid_get_row_baseline_position@Base 4.0.0 + gtk_grid_get_row_homogeneous@Base 4.0.0 + gtk_grid_get_row_spacing@Base 4.0.0 + gtk_grid_get_type@Base 4.0.0 + gtk_grid_insert_column@Base 4.0.0 + gtk_grid_insert_next_to@Base 4.0.0 + gtk_grid_insert_row@Base 4.0.0 + gtk_grid_layout_child_get_column@Base 4.0.0 + gtk_grid_layout_child_get_column_span@Base 4.0.0 + gtk_grid_layout_child_get_row@Base 4.0.0 + gtk_grid_layout_child_get_row_span@Base 4.0.0 + gtk_grid_layout_child_get_type@Base 4.0.0 + gtk_grid_layout_child_set_column@Base 4.0.0 + gtk_grid_layout_child_set_column_span@Base 4.0.0 + gtk_grid_layout_child_set_row@Base 4.0.0 + gtk_grid_layout_child_set_row_span@Base 4.0.0 + gtk_grid_layout_get_baseline_row@Base 4.0.0 + gtk_grid_layout_get_column_homogeneous@Base 4.0.0 + gtk_grid_layout_get_column_spacing@Base 4.0.0 + gtk_grid_layout_get_row_baseline_position@Base 4.0.0 + gtk_grid_layout_get_row_homogeneous@Base 4.0.0 + gtk_grid_layout_get_row_spacing@Base 4.0.0 + gtk_grid_layout_get_type@Base 4.0.0 + gtk_grid_layout_new@Base 4.0.0 + gtk_grid_layout_set_baseline_row@Base 4.0.0 + gtk_grid_layout_set_column_homogeneous@Base 4.0.0 + gtk_grid_layout_set_column_spacing@Base 4.0.0 + gtk_grid_layout_set_row_baseline_position@Base 4.0.0 + gtk_grid_layout_set_row_homogeneous@Base 4.0.0 + gtk_grid_layout_set_row_spacing@Base 4.0.0 + gtk_grid_new@Base 4.0.0 + gtk_grid_query_child@Base 4.0.0 + gtk_grid_remove@Base 4.0.0 + gtk_grid_remove_column@Base 4.0.0 + gtk_grid_remove_row@Base 4.0.0 + gtk_grid_set_baseline_row@Base 4.0.0 + gtk_grid_set_column_homogeneous@Base 4.0.0 + gtk_grid_set_column_spacing@Base 4.0.0 + gtk_grid_set_row_baseline_position@Base 4.0.0 + gtk_grid_set_row_homogeneous@Base 4.0.0 + gtk_grid_set_row_spacing@Base 4.0.0 + gtk_grid_view_get_enable_rubberband@Base 4.0.0 + gtk_grid_view_get_factory@Base 4.0.0 + gtk_grid_view_get_max_columns@Base 4.0.0 + gtk_grid_view_get_min_columns@Base 4.0.0 + gtk_grid_view_get_model@Base 4.0.0 + gtk_grid_view_get_single_click_activate@Base 4.0.0 + gtk_grid_view_get_type@Base 4.0.0 + gtk_grid_view_new@Base 4.0.0 + gtk_grid_view_set_enable_rubberband@Base 4.0.0 + gtk_grid_view_set_factory@Base 4.0.0 + gtk_grid_view_set_max_columns@Base 4.0.0 + gtk_grid_view_set_min_columns@Base 4.0.0 + gtk_grid_view_set_model@Base 4.0.0 + gtk_grid_view_set_single_click_activate@Base 4.0.0 + gtk_header_bar_get_decoration_layout@Base 4.0.0 + gtk_header_bar_get_show_title_buttons@Base 4.0.0 + gtk_header_bar_get_title_widget@Base 4.0.0 + gtk_header_bar_get_type@Base 4.0.0 + gtk_header_bar_new@Base 4.0.0 + gtk_header_bar_pack_end@Base 4.0.0 + gtk_header_bar_pack_start@Base 4.0.0 + gtk_header_bar_remove@Base 4.0.0 + gtk_header_bar_set_decoration_layout@Base 4.0.0 + gtk_header_bar_set_show_title_buttons@Base 4.0.0 + gtk_header_bar_set_title_widget@Base 4.0.0 + gtk_hsv_to_rgb@Base 4.0.0 + gtk_icon_lookup_flags_get_type@Base 4.0.0 + gtk_icon_paintable_get_file@Base 4.0.0 + gtk_icon_paintable_get_icon_name@Base 4.0.0 + gtk_icon_paintable_get_type@Base 4.0.0 + gtk_icon_paintable_is_symbolic@Base 4.0.0 + gtk_icon_paintable_new_for_file@Base 4.0.0 + gtk_icon_size_get_type@Base 4.0.0 + gtk_icon_theme_add_resource_path@Base 4.0.0 + gtk_icon_theme_add_search_path@Base 4.0.0 + gtk_icon_theme_error_get_type@Base 4.0.0 + gtk_icon_theme_error_quark@Base 4.0.0 + gtk_icon_theme_get_display@Base 4.0.0 + gtk_icon_theme_get_for_display@Base 4.0.0 + gtk_icon_theme_get_icon_names@Base 4.0.0 + gtk_icon_theme_get_icon_sizes@Base 4.0.0 + gtk_icon_theme_get_resource_path@Base 4.0.0 + gtk_icon_theme_get_search_path@Base 4.0.0 + gtk_icon_theme_get_theme_name@Base 4.0.0 + gtk_icon_theme_get_type@Base 4.0.0 + gtk_icon_theme_has_gicon@Base 4.3.1 + gtk_icon_theme_has_icon@Base 4.0.0 + gtk_icon_theme_lookup_by_gicon@Base 4.0.0 + gtk_icon_theme_lookup_icon@Base 4.0.0 + gtk_icon_theme_new@Base 4.0.0 + gtk_icon_theme_set_resource_path@Base 4.0.0 + gtk_icon_theme_set_search_path@Base 4.0.0 + gtk_icon_theme_set_theme_name@Base 4.0.0 + gtk_icon_view_create_drag_icon@Base 4.0.0 + gtk_icon_view_drop_position_get_type@Base 4.0.0 + gtk_icon_view_enable_model_drag_dest@Base 4.0.0 + gtk_icon_view_enable_model_drag_source@Base 4.0.0 + gtk_icon_view_get_activate_on_single_click@Base 4.0.0 + gtk_icon_view_get_cell_rect@Base 4.0.0 + gtk_icon_view_get_column_spacing@Base 4.0.0 + gtk_icon_view_get_columns@Base 4.0.0 + gtk_icon_view_get_cursor@Base 4.0.0 + gtk_icon_view_get_dest_item_at_pos@Base 4.0.0 + gtk_icon_view_get_drag_dest_item@Base 4.0.0 + gtk_icon_view_get_item_at_pos@Base 4.0.0 + gtk_icon_view_get_item_column@Base 4.0.0 + gtk_icon_view_get_item_orientation@Base 4.0.0 + gtk_icon_view_get_item_padding@Base 4.0.0 + gtk_icon_view_get_item_row@Base 4.0.0 + gtk_icon_view_get_item_width@Base 4.0.0 + gtk_icon_view_get_margin@Base 4.0.0 + gtk_icon_view_get_markup_column@Base 4.0.0 + gtk_icon_view_get_model@Base 4.0.0 + gtk_icon_view_get_path_at_pos@Base 4.0.0 + gtk_icon_view_get_pixbuf_column@Base 4.0.0 + gtk_icon_view_get_reorderable@Base 4.0.0 + gtk_icon_view_get_row_spacing@Base 4.0.0 + gtk_icon_view_get_selected_items@Base 4.0.0 + gtk_icon_view_get_selection_mode@Base 4.0.0 + gtk_icon_view_get_spacing@Base 4.0.0 + gtk_icon_view_get_text_column@Base 4.0.0 + gtk_icon_view_get_tooltip_column@Base 4.0.0 + gtk_icon_view_get_tooltip_context@Base 4.0.0 + gtk_icon_view_get_type@Base 4.0.0 + gtk_icon_view_get_visible_range@Base 4.0.0 + gtk_icon_view_item_activated@Base 4.0.0 + gtk_icon_view_new@Base 4.0.0 + gtk_icon_view_new_with_area@Base 4.0.0 + gtk_icon_view_new_with_model@Base 4.0.0 + gtk_icon_view_path_is_selected@Base 4.0.0 + gtk_icon_view_scroll_to_path@Base 4.0.0 + gtk_icon_view_select_all@Base 4.0.0 + gtk_icon_view_select_path@Base 4.0.0 + gtk_icon_view_selected_foreach@Base 4.0.0 + gtk_icon_view_set_activate_on_single_click@Base 4.0.0 + gtk_icon_view_set_column_spacing@Base 4.0.0 + gtk_icon_view_set_columns@Base 4.0.0 + gtk_icon_view_set_cursor@Base 4.0.0 + gtk_icon_view_set_drag_dest_item@Base 4.0.0 + gtk_icon_view_set_item_orientation@Base 4.0.0 + gtk_icon_view_set_item_padding@Base 4.0.0 + gtk_icon_view_set_item_width@Base 4.0.0 + gtk_icon_view_set_margin@Base 4.0.0 + gtk_icon_view_set_markup_column@Base 4.0.0 + gtk_icon_view_set_model@Base 4.0.0 + gtk_icon_view_set_pixbuf_column@Base 4.0.0 + gtk_icon_view_set_reorderable@Base 4.0.0 + gtk_icon_view_set_row_spacing@Base 4.0.0 + gtk_icon_view_set_selection_mode@Base 4.0.0 + gtk_icon_view_set_spacing@Base 4.0.0 + gtk_icon_view_set_text_column@Base 4.0.0 + gtk_icon_view_set_tooltip_cell@Base 4.0.0 + gtk_icon_view_set_tooltip_column@Base 4.0.0 + gtk_icon_view_set_tooltip_item@Base 4.0.0 + gtk_icon_view_unselect_all@Base 4.0.0 + gtk_icon_view_unselect_path@Base 4.0.0 + gtk_icon_view_unset_model_drag_dest@Base 4.0.0 + gtk_icon_view_unset_model_drag_source@Base 4.0.0 + gtk_im_context_delete_surrounding@Base 4.0.0 + gtk_im_context_filter_key@Base 4.0.0 + gtk_im_context_filter_keypress@Base 4.0.0 + gtk_im_context_focus_in@Base 4.0.0 + gtk_im_context_focus_out@Base 4.0.0 + gtk_im_context_get_preedit_string@Base 4.0.0 + gtk_im_context_get_surrounding@Base 4.0.0 + gtk_im_context_get_surrounding_with_selection@Base 4.3.1 + gtk_im_context_get_type@Base 4.0.0 + gtk_im_context_reset@Base 4.0.0 + gtk_im_context_set_client_widget@Base 4.0.0 + gtk_im_context_set_cursor_location@Base 4.0.0 + gtk_im_context_set_surrounding@Base 4.0.0 + gtk_im_context_set_surrounding_with_selection@Base 4.3.1 + gtk_im_context_set_use_preedit@Base 4.0.0 + gtk_im_context_simple_add_compose_file@Base 4.0.0 + gtk_im_context_simple_add_table@Base 4.0.0 + gtk_im_context_simple_get_type@Base 4.0.0 + gtk_im_context_simple_new@Base 4.0.0 + gtk_im_multicontext_get_context_id@Base 4.0.0 + gtk_im_multicontext_get_type@Base 4.0.0 + gtk_im_multicontext_new@Base 4.0.0 + gtk_im_multicontext_set_context_id@Base 4.0.0 + gtk_image_clear@Base 4.0.0 + gtk_image_get_gicon@Base 4.0.0 + gtk_image_get_icon_name@Base 4.0.0 + gtk_image_get_icon_size@Base 4.0.0 + gtk_image_get_paintable@Base 4.0.0 + gtk_image_get_pixel_size@Base 4.0.0 + gtk_image_get_storage_type@Base 4.0.0 + gtk_image_get_type@Base 4.0.0 + gtk_image_new@Base 4.0.0 + gtk_image_new_from_file@Base 4.0.0 + gtk_image_new_from_gicon@Base 4.0.0 + gtk_image_new_from_icon_name@Base 4.0.0 + gtk_image_new_from_paintable@Base 4.0.0 + gtk_image_new_from_pixbuf@Base 4.0.0 + gtk_image_new_from_resource@Base 4.0.0 + gtk_image_set_from_file@Base 4.0.0 + gtk_image_set_from_gicon@Base 4.0.0 + gtk_image_set_from_icon_name@Base 4.0.0 + gtk_image_set_from_paintable@Base 4.0.0 + gtk_image_set_from_pixbuf@Base 4.0.0 + gtk_image_set_from_resource@Base 4.0.0 + gtk_image_set_icon_size@Base 4.0.0 + gtk_image_set_pixel_size@Base 4.0.0 + gtk_image_type_get_type@Base 4.0.0 + gtk_info_bar_add_action_widget@Base 4.0.0 + gtk_info_bar_add_button@Base 4.0.0 + gtk_info_bar_add_buttons@Base 4.0.0 + gtk_info_bar_add_child@Base 4.0.0 + gtk_info_bar_get_message_type@Base 4.0.0 + gtk_info_bar_get_revealed@Base 4.0.0 + gtk_info_bar_get_show_close_button@Base 4.0.0 + gtk_info_bar_get_type@Base 4.0.0 + gtk_info_bar_new@Base 4.0.0 + gtk_info_bar_new_with_buttons@Base 4.0.0 + gtk_info_bar_remove_action_widget@Base 4.0.0 + gtk_info_bar_remove_child@Base 4.0.0 + gtk_info_bar_response@Base 4.0.0 + gtk_info_bar_set_default_response@Base 4.0.0 + gtk_info_bar_set_message_type@Base 4.0.0 + gtk_info_bar_set_response_sensitive@Base 4.0.0 + gtk_info_bar_set_revealed@Base 4.0.0 + gtk_info_bar_set_show_close_button@Base 4.0.0 + gtk_init@Base 4.0.0 + gtk_init_check@Base 4.0.0 + gtk_input_hints_get_type@Base 4.0.0 + gtk_input_purpose_get_type@Base 4.0.0 + gtk_is_initialized@Base 4.0.0 + gtk_justification_get_type@Base 4.0.0 + gtk_keyval_trigger_get_keyval@Base 4.0.0 + gtk_keyval_trigger_get_modifiers@Base 4.0.0 + gtk_keyval_trigger_get_type@Base 4.0.0 + gtk_keyval_trigger_new@Base 4.0.0 + gtk_label_get_attributes@Base 4.0.0 + gtk_label_get_current_uri@Base 4.0.0 + gtk_label_get_ellipsize@Base 4.0.0 + gtk_label_get_extra_menu@Base 4.0.0 + gtk_label_get_justify@Base 4.0.0 + gtk_label_get_label@Base 4.0.0 + gtk_label_get_layout@Base 4.0.0 + gtk_label_get_layout_offsets@Base 4.0.0 + gtk_label_get_lines@Base 4.0.0 + gtk_label_get_max_width_chars@Base 4.0.0 + gtk_label_get_mnemonic_keyval@Base 4.0.0 + gtk_label_get_mnemonic_widget@Base 4.0.0 + gtk_label_get_natural_wrap_mode@Base 4.6.0 + gtk_label_get_selectable@Base 4.0.0 + gtk_label_get_selection_bounds@Base 4.0.0 + gtk_label_get_single_line_mode@Base 4.0.0 + gtk_label_get_text@Base 4.0.0 + gtk_label_get_type@Base 4.0.0 + gtk_label_get_use_markup@Base 4.0.0 + gtk_label_get_use_underline@Base 4.0.0 + gtk_label_get_width_chars@Base 4.0.0 + gtk_label_get_wrap@Base 4.0.0 + gtk_label_get_wrap_mode@Base 4.0.0 + gtk_label_get_xalign@Base 4.0.0 + gtk_label_get_yalign@Base 4.0.0 + gtk_label_new@Base 4.0.0 + gtk_label_new_with_mnemonic@Base 4.0.0 + gtk_label_select_region@Base 4.0.0 + gtk_label_set_attributes@Base 4.0.0 + gtk_label_set_ellipsize@Base 4.0.0 + gtk_label_set_extra_menu@Base 4.0.0 + gtk_label_set_justify@Base 4.0.0 + gtk_label_set_label@Base 4.0.0 + gtk_label_set_lines@Base 4.0.0 + gtk_label_set_markup@Base 4.0.0 + gtk_label_set_markup_with_mnemonic@Base 4.0.0 + gtk_label_set_max_width_chars@Base 4.0.0 + gtk_label_set_mnemonic_widget@Base 4.0.0 + gtk_label_set_natural_wrap_mode@Base 4.6.0 + gtk_label_set_selectable@Base 4.0.0 + gtk_label_set_single_line_mode@Base 4.0.0 + gtk_label_set_text@Base 4.0.0 + gtk_label_set_text_with_mnemonic@Base 4.0.0 + gtk_label_set_use_markup@Base 4.0.0 + gtk_label_set_use_underline@Base 4.0.0 + gtk_label_set_width_chars@Base 4.0.0 + gtk_label_set_wrap@Base 4.0.0 + gtk_label_set_wrap_mode@Base 4.0.0 + gtk_label_set_xalign@Base 4.0.0 + gtk_label_set_yalign@Base 4.0.0 + gtk_layout_child_get_child_widget@Base 4.0.0 + gtk_layout_child_get_layout_manager@Base 4.0.0 + gtk_layout_child_get_type@Base 4.0.0 + gtk_layout_manager_allocate@Base 4.0.0 + gtk_layout_manager_get_layout_child@Base 4.0.0 + gtk_layout_manager_get_request_mode@Base 4.0.0 + gtk_layout_manager_get_type@Base 4.0.0 + gtk_layout_manager_get_widget@Base 4.0.0 + gtk_layout_manager_layout_changed@Base 4.0.0 + gtk_layout_manager_measure@Base 4.0.0 + gtk_level_bar_add_offset_value@Base 4.0.0 + gtk_level_bar_get_inverted@Base 4.0.0 + gtk_level_bar_get_max_value@Base 4.0.0 + gtk_level_bar_get_min_value@Base 4.0.0 + gtk_level_bar_get_mode@Base 4.0.0 + gtk_level_bar_get_offset_value@Base 4.0.0 + gtk_level_bar_get_type@Base 4.0.0 + gtk_level_bar_get_value@Base 4.0.0 + gtk_level_bar_mode_get_type@Base 4.0.0 + gtk_level_bar_new@Base 4.0.0 + gtk_level_bar_new_for_interval@Base 4.0.0 + gtk_level_bar_remove_offset_value@Base 4.0.0 + gtk_level_bar_set_inverted@Base 4.0.0 + gtk_level_bar_set_max_value@Base 4.0.0 + gtk_level_bar_set_min_value@Base 4.0.0 + gtk_level_bar_set_mode@Base 4.0.0 + gtk_level_bar_set_value@Base 4.0.0 + gtk_license_get_type@Base 4.0.0 + gtk_link_button_get_type@Base 4.0.0 + gtk_link_button_get_uri@Base 4.0.0 + gtk_link_button_get_visited@Base 4.0.0 + gtk_link_button_new@Base 4.0.0 + gtk_link_button_new_with_label@Base 4.0.0 + gtk_link_button_set_uri@Base 4.0.0 + gtk_link_button_set_visited@Base 4.0.0 + gtk_list_base_get_type@Base 4.0.0 + gtk_list_box_append@Base 4.0.0 + gtk_list_box_bind_model@Base 4.0.0 + gtk_list_box_drag_highlight_row@Base 4.0.0 + gtk_list_box_drag_unhighlight_row@Base 4.0.0 + gtk_list_box_get_activate_on_single_click@Base 4.0.0 + gtk_list_box_get_adjustment@Base 4.0.0 + gtk_list_box_get_row_at_index@Base 4.0.0 + gtk_list_box_get_row_at_y@Base 4.0.0 + gtk_list_box_get_selected_row@Base 4.0.0 + gtk_list_box_get_selected_rows@Base 4.0.0 + gtk_list_box_get_selection_mode@Base 4.0.0 + gtk_list_box_get_show_separators@Base 4.0.0 + gtk_list_box_get_type@Base 4.0.0 + gtk_list_box_insert@Base 4.0.0 + gtk_list_box_invalidate_filter@Base 4.0.0 + gtk_list_box_invalidate_headers@Base 4.0.0 + gtk_list_box_invalidate_sort@Base 4.0.0 + gtk_list_box_new@Base 4.0.0 + gtk_list_box_prepend@Base 4.0.0 + gtk_list_box_remove@Base 4.0.0 + gtk_list_box_row_changed@Base 4.0.0 + gtk_list_box_row_get_activatable@Base 4.0.0 + gtk_list_box_row_get_child@Base 4.0.0 + gtk_list_box_row_get_header@Base 4.0.0 + gtk_list_box_row_get_index@Base 4.0.0 + gtk_list_box_row_get_selectable@Base 4.0.0 + gtk_list_box_row_get_type@Base 4.0.0 + gtk_list_box_row_is_selected@Base 4.0.0 + gtk_list_box_row_new@Base 4.0.0 + gtk_list_box_row_set_activatable@Base 4.0.0 + gtk_list_box_row_set_child@Base 4.0.0 + gtk_list_box_row_set_header@Base 4.0.0 + gtk_list_box_row_set_selectable@Base 4.0.0 + gtk_list_box_select_all@Base 4.0.0 + gtk_list_box_select_row@Base 4.0.0 + gtk_list_box_selected_foreach@Base 4.0.0 + gtk_list_box_set_activate_on_single_click@Base 4.0.0 + gtk_list_box_set_adjustment@Base 4.0.0 + gtk_list_box_set_filter_func@Base 4.0.0 + gtk_list_box_set_header_func@Base 4.0.0 + gtk_list_box_set_placeholder@Base 4.0.0 + gtk_list_box_set_selection_mode@Base 4.0.0 + gtk_list_box_set_show_separators@Base 4.0.0 + gtk_list_box_set_sort_func@Base 4.0.0 + gtk_list_box_unselect_all@Base 4.0.0 + gtk_list_box_unselect_row@Base 4.0.0 + gtk_list_item_factory_get_type@Base 4.0.0 + gtk_list_item_get_activatable@Base 4.0.0 + gtk_list_item_get_child@Base 4.0.0 + gtk_list_item_get_item@Base 4.0.0 + gtk_list_item_get_position@Base 4.0.0 + gtk_list_item_get_selectable@Base 4.0.0 + gtk_list_item_get_selected@Base 4.0.0 + gtk_list_item_get_type@Base 4.0.0 + gtk_list_item_set_activatable@Base 4.0.0 + gtk_list_item_set_child@Base 4.0.0 + gtk_list_item_set_selectable@Base 4.0.0 + gtk_list_store_append@Base 4.0.0 + gtk_list_store_clear@Base 4.0.0 + gtk_list_store_get_type@Base 4.0.0 + gtk_list_store_insert@Base 4.0.0 + gtk_list_store_insert_after@Base 4.0.0 + gtk_list_store_insert_before@Base 4.0.0 + gtk_list_store_insert_with_values@Base 4.0.0 + gtk_list_store_insert_with_valuesv@Base 4.0.0 + gtk_list_store_iter_is_valid@Base 4.0.0 + gtk_list_store_move_after@Base 4.0.0 + gtk_list_store_move_before@Base 4.0.0 + gtk_list_store_new@Base 4.0.0 + gtk_list_store_newv@Base 4.0.0 + gtk_list_store_prepend@Base 4.0.0 + gtk_list_store_remove@Base 4.0.0 + gtk_list_store_reorder@Base 4.0.0 + gtk_list_store_set@Base 4.0.0 + gtk_list_store_set_column_types@Base 4.0.0 + gtk_list_store_set_valist@Base 4.0.0 + gtk_list_store_set_value@Base 4.0.0 + gtk_list_store_set_valuesv@Base 4.0.0 + gtk_list_store_swap@Base 4.0.0 + gtk_list_view_get_enable_rubberband@Base 4.0.0 + gtk_list_view_get_factory@Base 4.0.0 + gtk_list_view_get_model@Base 4.0.0 + gtk_list_view_get_show_separators@Base 4.0.0 + gtk_list_view_get_single_click_activate@Base 4.0.0 + gtk_list_view_get_type@Base 4.0.0 + gtk_list_view_new@Base 4.0.0 + gtk_list_view_set_enable_rubberband@Base 4.0.0 + gtk_list_view_set_factory@Base 4.0.0 + gtk_list_view_set_model@Base 4.0.0 + gtk_list_view_set_show_separators@Base 4.0.0 + gtk_list_view_set_single_click_activate@Base 4.0.0 + gtk_lock_button_get_permission@Base 4.0.0 + gtk_lock_button_get_type@Base 4.0.0 + gtk_lock_button_new@Base 4.0.0 + gtk_lock_button_set_permission@Base 4.0.0 + gtk_map_list_model_get_model@Base 4.0.0 + gtk_map_list_model_get_type@Base 4.0.0 + gtk_map_list_model_has_map@Base 4.0.0 + gtk_map_list_model_new@Base 4.0.0 + gtk_map_list_model_set_map_func@Base 4.0.0 + gtk_map_list_model_set_model@Base 4.0.0 + gtk_media_controls_get_media_stream@Base 4.0.0 + gtk_media_controls_get_type@Base 4.0.0 + gtk_media_controls_new@Base 4.0.0 + gtk_media_controls_set_media_stream@Base 4.0.0 + gtk_media_file_clear@Base 4.0.0 + gtk_media_file_get_file@Base 4.0.0 + gtk_media_file_get_input_stream@Base 4.0.0 + gtk_media_file_get_type@Base 4.0.0 + gtk_media_file_new@Base 4.0.0 + gtk_media_file_new_for_file@Base 4.0.0 + gtk_media_file_new_for_filename@Base 4.0.0 + gtk_media_file_new_for_input_stream@Base 4.0.0 + gtk_media_file_new_for_resource@Base 4.0.0 + gtk_media_file_set_file@Base 4.0.0 + gtk_media_file_set_filename@Base 4.0.0 + gtk_media_file_set_input_stream@Base 4.0.0 + gtk_media_file_set_resource@Base 4.0.0 + gtk_media_stream_ended@Base 4.0.0 + gtk_media_stream_error@Base 4.0.0 + gtk_media_stream_error_valist@Base 4.0.0 + gtk_media_stream_gerror@Base 4.0.0 + gtk_media_stream_get_duration@Base 4.0.0 + gtk_media_stream_get_ended@Base 4.0.0 + gtk_media_stream_get_error@Base 4.0.0 + gtk_media_stream_get_loop@Base 4.0.0 + gtk_media_stream_get_muted@Base 4.0.0 + gtk_media_stream_get_playing@Base 4.0.0 + gtk_media_stream_get_timestamp@Base 4.0.0 + gtk_media_stream_get_type@Base 4.0.0 + gtk_media_stream_get_volume@Base 4.0.0 + gtk_media_stream_has_audio@Base 4.0.0 + gtk_media_stream_has_video@Base 4.0.0 + gtk_media_stream_is_prepared@Base 4.0.0 + gtk_media_stream_is_seekable@Base 4.0.0 + gtk_media_stream_is_seeking@Base 4.0.0 + gtk_media_stream_pause@Base 4.0.0 + gtk_media_stream_play@Base 4.0.0 + gtk_media_stream_prepared@Base 4.0.0 + gtk_media_stream_realize@Base 4.0.0 + gtk_media_stream_seek@Base 4.0.0 + gtk_media_stream_seek_failed@Base 4.0.0 + gtk_media_stream_seek_success@Base 4.0.0 + gtk_media_stream_set_loop@Base 4.0.0 + gtk_media_stream_set_muted@Base 4.0.0 + gtk_media_stream_set_playing@Base 4.0.0 + gtk_media_stream_set_volume@Base 4.0.0 + gtk_media_stream_stream_ended@Base 4.3.2 + gtk_media_stream_stream_prepared@Base 4.3.2 + gtk_media_stream_stream_unprepared@Base 4.3.2 + gtk_media_stream_unprepared@Base 4.0.0 + gtk_media_stream_unrealize@Base 4.0.0 + gtk_media_stream_update@Base 4.0.0 + gtk_menu_button_get_always_show_arrow@Base 4.3.2 + gtk_menu_button_get_child@Base 4.6.0 + gtk_menu_button_get_direction@Base 4.0.0 + gtk_menu_button_get_has_frame@Base 4.0.0 + gtk_menu_button_get_icon_name@Base 4.0.0 + gtk_menu_button_get_label@Base 4.0.0 + gtk_menu_button_get_menu_model@Base 4.0.0 + gtk_menu_button_get_popover@Base 4.0.0 + gtk_menu_button_get_primary@Base 4.3.1 + gtk_menu_button_get_type@Base 4.0.0 + gtk_menu_button_get_use_underline@Base 4.0.0 + gtk_menu_button_new@Base 4.0.0 + gtk_menu_button_popdown@Base 4.0.0 + gtk_menu_button_popup@Base 4.0.0 + gtk_menu_button_set_always_show_arrow@Base 4.3.2 + gtk_menu_button_set_child@Base 4.6.0 + gtk_menu_button_set_create_popup_func@Base 4.0.0 + gtk_menu_button_set_direction@Base 4.0.0 + gtk_menu_button_set_has_frame@Base 4.0.0 + gtk_menu_button_set_icon_name@Base 4.0.0 + gtk_menu_button_set_label@Base 4.0.0 + gtk_menu_button_set_menu_model@Base 4.0.0 + gtk_menu_button_set_popover@Base 4.0.0 + gtk_menu_button_set_primary@Base 4.3.1 + gtk_menu_button_set_use_underline@Base 4.0.0 + gtk_message_dialog_format_secondary_markup@Base 4.0.0 + gtk_message_dialog_format_secondary_text@Base 4.0.0 + gtk_message_dialog_get_message_area@Base 4.0.0 + gtk_message_dialog_get_type@Base 4.0.0 + gtk_message_dialog_new@Base 4.0.0 + gtk_message_dialog_new_with_markup@Base 4.0.0 + gtk_message_dialog_set_markup@Base 4.0.0 + gtk_message_type_get_type@Base 4.0.0 + gtk_mnemonic_action_get@Base 4.0.0 + gtk_mnemonic_action_get_type@Base 4.0.0 + gtk_mnemonic_trigger_get_keyval@Base 4.0.0 + gtk_mnemonic_trigger_get_type@Base 4.0.0 + gtk_mnemonic_trigger_new@Base 4.0.0 + gtk_mount_operation_get_display@Base 4.0.0 + gtk_mount_operation_get_parent@Base 4.0.0 + gtk_mount_operation_get_type@Base 4.0.0 + gtk_mount_operation_is_showing@Base 4.0.0 + gtk_mount_operation_new@Base 4.0.0 + gtk_mount_operation_set_display@Base 4.0.0 + gtk_mount_operation_set_parent@Base 4.0.0 + gtk_movement_step_get_type@Base 4.0.0 + gtk_multi_filter_append@Base 4.0.0 + gtk_multi_filter_get_type@Base 4.0.0 + gtk_multi_filter_remove@Base 4.0.0 + gtk_multi_selection_get_model@Base 4.0.0 + gtk_multi_selection_get_type@Base 4.0.0 + gtk_multi_selection_new@Base 4.0.0 + gtk_multi_selection_set_model@Base 4.0.0 + gtk_multi_sorter_append@Base 4.0.0 + gtk_multi_sorter_get_type@Base 4.0.0 + gtk_multi_sorter_new@Base 4.0.0 + gtk_multi_sorter_remove@Base 4.0.0 + gtk_named_action_get_action_name@Base 4.0.0 + gtk_named_action_get_type@Base 4.0.0 + gtk_named_action_new@Base 4.0.0 + gtk_native_dialog_destroy@Base 4.0.0 + gtk_native_dialog_get_modal@Base 4.0.0 + gtk_native_dialog_get_title@Base 4.0.0 + gtk_native_dialog_get_transient_for@Base 4.0.0 + gtk_native_dialog_get_type@Base 4.0.0 + gtk_native_dialog_get_visible@Base 4.0.0 + gtk_native_dialog_hide@Base 4.0.0 + gtk_native_dialog_set_modal@Base 4.0.0 + gtk_native_dialog_set_title@Base 4.0.0 + gtk_native_dialog_set_transient_for@Base 4.0.0 + gtk_native_dialog_show@Base 4.0.0 + gtk_native_get_for_surface@Base 4.0.0 + gtk_native_get_renderer@Base 4.0.0 + gtk_native_get_surface@Base 4.0.0 + gtk_native_get_surface_transform@Base 4.0.0 + gtk_native_get_type@Base 4.0.0 + gtk_native_realize@Base 4.0.0 + gtk_native_unrealize@Base 4.0.0 + gtk_natural_wrap_mode_get_type@Base 4.6.0 + gtk_never_trigger_get@Base 4.0.0 + gtk_never_trigger_get_type@Base 4.0.0 + gtk_no_selection_get_model@Base 4.0.0 + gtk_no_selection_get_type@Base 4.0.0 + gtk_no_selection_new@Base 4.0.0 + gtk_no_selection_set_model@Base 4.0.0 + gtk_notebook_append_page@Base 4.0.0 + gtk_notebook_append_page_menu@Base 4.0.0 + gtk_notebook_detach_tab@Base 4.0.0 + gtk_notebook_get_action_widget@Base 4.0.0 + gtk_notebook_get_current_page@Base 4.0.0 + gtk_notebook_get_group_name@Base 4.0.0 + gtk_notebook_get_menu_label@Base 4.0.0 + gtk_notebook_get_menu_label_text@Base 4.0.0 + gtk_notebook_get_n_pages@Base 4.0.0 + gtk_notebook_get_nth_page@Base 4.0.0 + gtk_notebook_get_page@Base 4.0.0 + gtk_notebook_get_pages@Base 4.0.0 + gtk_notebook_get_scrollable@Base 4.0.0 + gtk_notebook_get_show_border@Base 4.0.0 + gtk_notebook_get_show_tabs@Base 4.0.0 + gtk_notebook_get_tab_detachable@Base 4.0.0 + gtk_notebook_get_tab_label@Base 4.0.0 + gtk_notebook_get_tab_label_text@Base 4.0.0 + gtk_notebook_get_tab_pos@Base 4.0.0 + gtk_notebook_get_tab_reorderable@Base 4.0.0 + gtk_notebook_get_type@Base 4.0.0 + gtk_notebook_insert_page@Base 4.0.0 + gtk_notebook_insert_page_menu@Base 4.0.0 + gtk_notebook_new@Base 4.0.0 + gtk_notebook_next_page@Base 4.0.0 + gtk_notebook_page_get_child@Base 4.0.0 + gtk_notebook_page_get_type@Base 4.0.0 + gtk_notebook_page_num@Base 4.0.0 + gtk_notebook_popup_disable@Base 4.0.0 + gtk_notebook_popup_enable@Base 4.0.0 + gtk_notebook_prepend_page@Base 4.0.0 + gtk_notebook_prepend_page_menu@Base 4.0.0 + gtk_notebook_prev_page@Base 4.0.0 + gtk_notebook_remove_page@Base 4.0.0 + gtk_notebook_reorder_child@Base 4.0.0 + gtk_notebook_set_action_widget@Base 4.0.0 + gtk_notebook_set_current_page@Base 4.0.0 + gtk_notebook_set_group_name@Base 4.0.0 + gtk_notebook_set_menu_label@Base 4.0.0 + gtk_notebook_set_menu_label_text@Base 4.0.0 + gtk_notebook_set_scrollable@Base 4.0.0 + gtk_notebook_set_show_border@Base 4.0.0 + gtk_notebook_set_show_tabs@Base 4.0.0 + gtk_notebook_set_tab_detachable@Base 4.0.0 + gtk_notebook_set_tab_label@Base 4.0.0 + gtk_notebook_set_tab_label_text@Base 4.0.0 + gtk_notebook_set_tab_pos@Base 4.0.0 + gtk_notebook_set_tab_reorderable@Base 4.0.0 + gtk_notebook_tab_get_type@Base 4.0.0 + gtk_nothing_action_get@Base 4.0.0 + gtk_nothing_action_get_type@Base 4.0.0 + gtk_number_up_layout_get_type@Base 4.0.0 + gtk_numeric_sorter_get_expression@Base 4.0.0 + gtk_numeric_sorter_get_sort_order@Base 4.0.0 + gtk_numeric_sorter_get_type@Base 4.0.0 + gtk_numeric_sorter_new@Base 4.0.0 + gtk_numeric_sorter_set_expression@Base 4.0.0 + gtk_numeric_sorter_set_sort_order@Base 4.0.0 + gtk_object_expression_get_object@Base 4.0.0 + gtk_object_expression_get_type@Base 4.0.0 + gtk_object_expression_new@Base 4.0.0 + gtk_ordering_get_type@Base 4.0.0 + gtk_orientable_get_orientation@Base 4.0.0 + gtk_orientable_get_type@Base 4.0.0 + gtk_orientable_set_orientation@Base 4.0.0 + gtk_orientation_get_type@Base 4.0.0 + gtk_overflow_get_type@Base 4.0.0 + gtk_overlay_add_overlay@Base 4.0.0 + gtk_overlay_get_child@Base 4.0.0 + gtk_overlay_get_clip_overlay@Base 4.0.0 + gtk_overlay_get_measure_overlay@Base 4.0.0 + gtk_overlay_get_type@Base 4.0.0 + gtk_overlay_layout_child_get_clip_overlay@Base 4.0.0 + gtk_overlay_layout_child_get_measure@Base 4.0.0 + gtk_overlay_layout_child_get_type@Base 4.0.0 + gtk_overlay_layout_child_set_clip_overlay@Base 4.0.0 + gtk_overlay_layout_child_set_measure@Base 4.0.0 + gtk_overlay_layout_get_type@Base 4.0.0 + gtk_overlay_layout_new@Base 4.0.0 + gtk_overlay_new@Base 4.0.0 + gtk_overlay_remove_overlay@Base 4.0.0 + gtk_overlay_set_child@Base 4.0.0 + gtk_overlay_set_clip_overlay@Base 4.0.0 + gtk_overlay_set_measure_overlay@Base 4.0.0 + gtk_pack_type_get_type@Base 4.0.0 + gtk_pad_action_type_get_type@Base 4.0.0 + gtk_pad_controller_get_type@Base 4.0.0 + gtk_pad_controller_new@Base 4.0.0 + gtk_pad_controller_set_action@Base 4.0.0 + gtk_pad_controller_set_action_entries@Base 4.0.0 + gtk_page_orientation_get_type@Base 4.0.0 + gtk_page_set_get_type@Base 4.0.0 + gtk_page_setup_copy@Base 4.0.0 + gtk_page_setup_get_bottom_margin@Base 4.0.0 + gtk_page_setup_get_left_margin@Base 4.0.0 + gtk_page_setup_get_orientation@Base 4.0.0 + gtk_page_setup_get_page_height@Base 4.0.0 + gtk_page_setup_get_page_width@Base 4.0.0 + gtk_page_setup_get_paper_height@Base 4.0.0 + gtk_page_setup_get_paper_size@Base 4.0.0 + gtk_page_setup_get_paper_width@Base 4.0.0 + gtk_page_setup_get_right_margin@Base 4.0.0 + gtk_page_setup_get_top_margin@Base 4.0.0 + gtk_page_setup_get_type@Base 4.0.0 + gtk_page_setup_load_file@Base 4.0.0 + gtk_page_setup_load_key_file@Base 4.0.0 + gtk_page_setup_new@Base 4.0.0 + gtk_page_setup_new_from_file@Base 4.0.0 + gtk_page_setup_new_from_gvariant@Base 4.0.0 + gtk_page_setup_new_from_key_file@Base 4.0.0 + gtk_page_setup_set_bottom_margin@Base 4.0.0 + gtk_page_setup_set_left_margin@Base 4.0.0 + gtk_page_setup_set_orientation@Base 4.0.0 + gtk_page_setup_set_paper_size@Base 4.0.0 + gtk_page_setup_set_paper_size_and_default_margins@Base 4.0.0 + gtk_page_setup_set_right_margin@Base 4.0.0 + gtk_page_setup_set_top_margin@Base 4.0.0 + gtk_page_setup_to_file@Base 4.0.0 + gtk_page_setup_to_gvariant@Base 4.0.0 + gtk_page_setup_to_key_file@Base 4.0.0 + gtk_page_setup_unix_dialog_get_page_setup@Base 4.0.0 + gtk_page_setup_unix_dialog_get_print_settings@Base 4.0.0 + gtk_page_setup_unix_dialog_get_type@Base 4.0.0 + gtk_page_setup_unix_dialog_new@Base 4.0.0 + gtk_page_setup_unix_dialog_set_page_setup@Base 4.0.0 + gtk_page_setup_unix_dialog_set_print_settings@Base 4.0.0 + gtk_pan_direction_get_type@Base 4.0.0 + gtk_paned_get_end_child@Base 4.0.0 + gtk_paned_get_position@Base 4.0.0 + gtk_paned_get_resize_end_child@Base 4.0.0 + gtk_paned_get_resize_start_child@Base 4.0.0 + gtk_paned_get_shrink_end_child@Base 4.0.0 + gtk_paned_get_shrink_start_child@Base 4.0.0 + gtk_paned_get_start_child@Base 4.0.0 + gtk_paned_get_type@Base 4.0.0 + gtk_paned_get_wide_handle@Base 4.0.0 + gtk_paned_new@Base 4.0.0 + gtk_paned_set_end_child@Base 4.0.0 + gtk_paned_set_position@Base 4.0.0 + gtk_paned_set_resize_end_child@Base 4.0.0 + gtk_paned_set_resize_start_child@Base 4.0.0 + gtk_paned_set_shrink_end_child@Base 4.0.0 + gtk_paned_set_shrink_start_child@Base 4.0.0 + gtk_paned_set_start_child@Base 4.0.0 + gtk_paned_set_wide_handle@Base 4.0.0 + gtk_paper_size_copy@Base 4.0.0 + gtk_paper_size_free@Base 4.0.0 + gtk_paper_size_get_default@Base 4.0.0 + gtk_paper_size_get_default_bottom_margin@Base 4.0.0 + gtk_paper_size_get_default_left_margin@Base 4.0.0 + gtk_paper_size_get_default_right_margin@Base 4.0.0 + gtk_paper_size_get_default_top_margin@Base 4.0.0 + gtk_paper_size_get_display_name@Base 4.0.0 + gtk_paper_size_get_height@Base 4.0.0 + gtk_paper_size_get_name@Base 4.0.0 + gtk_paper_size_get_paper_sizes@Base 4.0.0 + gtk_paper_size_get_ppd_name@Base 4.0.0 + gtk_paper_size_get_type@Base 4.0.0 + gtk_paper_size_get_width@Base 4.0.0 + gtk_paper_size_is_custom@Base 4.0.0 + gtk_paper_size_is_equal@Base 4.0.0 + gtk_paper_size_is_ipp@Base 4.0.0 + gtk_paper_size_new@Base 4.0.0 + gtk_paper_size_new_custom@Base 4.0.0 + gtk_paper_size_new_from_gvariant@Base 4.0.0 + gtk_paper_size_new_from_ipp@Base 4.0.0 + gtk_paper_size_new_from_key_file@Base 4.0.0 + gtk_paper_size_new_from_ppd@Base 4.0.0 + gtk_paper_size_set_size@Base 4.0.0 + gtk_paper_size_to_gvariant@Base 4.0.0 + gtk_paper_size_to_key_file@Base 4.0.0 + gtk_param_expression_get_type@Base 4.0.0 + gtk_param_spec_expression@Base 4.0.0 + gtk_password_entry_buffer_get_type@Base 4.3.1 + gtk_password_entry_buffer_new@Base 4.3.1 + gtk_password_entry_get_extra_menu@Base 4.0.0 + gtk_password_entry_get_show_peek_icon@Base 4.0.0 + gtk_password_entry_get_type@Base 4.0.0 + gtk_password_entry_new@Base 4.0.0 + gtk_password_entry_set_extra_menu@Base 4.0.0 + gtk_password_entry_set_show_peek_icon@Base 4.0.0 + gtk_path_bar_get_type@Base 4.0.0 + gtk_pick_flags_get_type@Base 4.0.0 + gtk_picture_get_alternative_text@Base 4.0.0 + gtk_picture_get_can_shrink@Base 4.0.0 + gtk_picture_get_file@Base 4.0.0 + gtk_picture_get_keep_aspect_ratio@Base 4.0.0 + gtk_picture_get_paintable@Base 4.0.0 + gtk_picture_get_type@Base 4.0.0 + gtk_picture_new@Base 4.0.0 + gtk_picture_new_for_file@Base 4.0.0 + gtk_picture_new_for_filename@Base 4.0.0 + gtk_picture_new_for_paintable@Base 4.0.0 + gtk_picture_new_for_pixbuf@Base 4.0.0 + gtk_picture_new_for_resource@Base 4.0.0 + gtk_picture_set_alternative_text@Base 4.0.0 + gtk_picture_set_can_shrink@Base 4.0.0 + gtk_picture_set_file@Base 4.0.0 + gtk_picture_set_filename@Base 4.0.0 + gtk_picture_set_keep_aspect_ratio@Base 4.0.0 + gtk_picture_set_paintable@Base 4.0.0 + gtk_picture_set_pixbuf@Base 4.0.0 + gtk_picture_set_resource@Base 4.0.0 + gtk_policy_type_get_type@Base 4.0.0 + gtk_popover_get_autohide@Base 4.0.0 + gtk_popover_get_cascade_popdown@Base 4.0.0 + gtk_popover_get_child@Base 4.0.0 + gtk_popover_get_has_arrow@Base 4.0.0 + gtk_popover_get_mnemonics_visible@Base 4.0.0 + gtk_popover_get_offset@Base 4.0.0 + gtk_popover_get_pointing_to@Base 4.0.0 + gtk_popover_get_position@Base 4.0.0 + gtk_popover_get_type@Base 4.0.0 + gtk_popover_menu_add_child@Base 4.0.0 + gtk_popover_menu_bar_add_child@Base 4.0.0 + gtk_popover_menu_bar_get_menu_model@Base 4.0.0 + gtk_popover_menu_bar_get_type@Base 4.0.0 + gtk_popover_menu_bar_new_from_model@Base 4.0.0 + gtk_popover_menu_bar_remove_child@Base 4.0.0 + gtk_popover_menu_bar_set_menu_model@Base 4.0.0 + gtk_popover_menu_flags_get_type@Base 4.0.0 + gtk_popover_menu_get_menu_model@Base 4.0.0 + gtk_popover_menu_get_type@Base 4.0.0 + gtk_popover_menu_new_from_model@Base 4.0.0 + gtk_popover_menu_new_from_model_full@Base 4.0.0 + gtk_popover_menu_remove_child@Base 4.0.0 + gtk_popover_menu_set_menu_model@Base 4.0.0 + gtk_popover_new@Base 4.0.0 + gtk_popover_popdown@Base 4.0.0 + gtk_popover_popup@Base 4.0.0 + gtk_popover_present@Base 4.0.0 + gtk_popover_set_autohide@Base 4.0.0 + gtk_popover_set_cascade_popdown@Base 4.0.0 + gtk_popover_set_child@Base 4.0.0 + gtk_popover_set_default_widget@Base 4.0.0 + gtk_popover_set_has_arrow@Base 4.0.0 + gtk_popover_set_mnemonics_visible@Base 4.0.0 + gtk_popover_set_offset@Base 4.0.0 + gtk_popover_set_pointing_to@Base 4.0.0 + gtk_popover_set_position@Base 4.0.0 + gtk_position_type_get_type@Base 4.0.0 + gtk_print_backend_add_printer@Base 4.0.0 + gtk_print_backend_destroy@Base 4.0.0 + gtk_print_backend_error_quark@Base 4.0.0 + gtk_print_backend_find_printer@Base 4.0.0 + gtk_print_backend_get_printer_list@Base 4.0.0 + gtk_print_backend_get_printers@Base 4.0.0 + gtk_print_backend_get_type@Base 4.0.0 + gtk_print_backend_load_modules@Base 4.0.0 + gtk_print_backend_print_stream@Base 4.0.0 + gtk_print_backend_printer_list_is_done@Base 4.0.0 + gtk_print_backend_remove_printer@Base 4.0.0 + gtk_print_backend_set_list_done@Base 4.0.0 + gtk_print_backend_set_password@Base 4.0.0 + gtk_print_capabilities_get_type@Base 4.0.0 + gtk_print_context_create_pango_context@Base 4.0.0 + gtk_print_context_create_pango_layout@Base 4.0.0 + gtk_print_context_get_cairo_context@Base 4.0.0 + gtk_print_context_get_dpi_x@Base 4.0.0 + gtk_print_context_get_dpi_y@Base 4.0.0 + gtk_print_context_get_hard_margins@Base 4.0.0 + gtk_print_context_get_height@Base 4.0.0 + gtk_print_context_get_page_setup@Base 4.0.0 + gtk_print_context_get_pango_fontmap@Base 4.0.0 + gtk_print_context_get_type@Base 4.0.0 + gtk_print_context_get_width@Base 4.0.0 + gtk_print_context_set_cairo_context@Base 4.0.0 + gtk_print_duplex_get_type@Base 4.0.0 + gtk_print_error_get_type@Base 4.0.0 + gtk_print_error_quark@Base 4.0.0 + gtk_print_job_get_collate@Base 4.0.0 + gtk_print_job_get_n_up@Base 4.0.0 + gtk_print_job_get_n_up_layout@Base 4.0.0 + gtk_print_job_get_num_copies@Base 4.0.0 + gtk_print_job_get_page_ranges@Base 4.0.0 + gtk_print_job_get_page_set@Base 4.0.0 + gtk_print_job_get_pages@Base 4.0.0 + gtk_print_job_get_printer@Base 4.0.0 + gtk_print_job_get_reverse@Base 4.0.0 + gtk_print_job_get_rotate@Base 4.0.0 + gtk_print_job_get_scale@Base 4.0.0 + gtk_print_job_get_settings@Base 4.0.0 + gtk_print_job_get_status@Base 4.0.0 + gtk_print_job_get_surface@Base 4.0.0 + gtk_print_job_get_title@Base 4.0.0 + gtk_print_job_get_track_print_status@Base 4.0.0 + gtk_print_job_get_type@Base 4.0.0 + gtk_print_job_new@Base 4.0.0 + gtk_print_job_send@Base 4.0.0 + gtk_print_job_set_collate@Base 4.0.0 + gtk_print_job_set_n_up@Base 4.0.0 + gtk_print_job_set_n_up_layout@Base 4.0.0 + gtk_print_job_set_num_copies@Base 4.0.0 + gtk_print_job_set_page_ranges@Base 4.0.0 + gtk_print_job_set_page_set@Base 4.0.0 + gtk_print_job_set_pages@Base 4.0.0 + gtk_print_job_set_reverse@Base 4.0.0 + gtk_print_job_set_rotate@Base 4.0.0 + gtk_print_job_set_scale@Base 4.0.0 + gtk_print_job_set_source_fd@Base 4.0.0 + gtk_print_job_set_source_file@Base 4.0.0 + gtk_print_job_set_status@Base 4.0.0 + gtk_print_job_set_track_print_status@Base 4.0.0 + gtk_print_operation_action_get_type@Base 4.0.0 + gtk_print_operation_cancel@Base 4.0.0 + gtk_print_operation_draw_page_finish@Base 4.0.0 + gtk_print_operation_get_default_page_setup@Base 4.0.0 + gtk_print_operation_get_embed_page_setup@Base 4.0.0 + gtk_print_operation_get_error@Base 4.0.0 + gtk_print_operation_get_has_selection@Base 4.0.0 + gtk_print_operation_get_n_pages_to_print@Base 4.0.0 + gtk_print_operation_get_print_settings@Base 4.0.0 + gtk_print_operation_get_status@Base 4.0.0 + gtk_print_operation_get_status_string@Base 4.0.0 + gtk_print_operation_get_support_selection@Base 4.0.0 + gtk_print_operation_get_type@Base 4.0.0 + gtk_print_operation_is_finished@Base 4.0.0 + gtk_print_operation_new@Base 4.0.0 + gtk_print_operation_preview_end_preview@Base 4.0.0 + gtk_print_operation_preview_get_type@Base 4.0.0 + gtk_print_operation_preview_is_selected@Base 4.0.0 + gtk_print_operation_preview_render_page@Base 4.0.0 + gtk_print_operation_result_get_type@Base 4.0.0 + gtk_print_operation_run@Base 4.0.0 + gtk_print_operation_set_allow_async@Base 4.0.0 + gtk_print_operation_set_current_page@Base 4.0.0 + gtk_print_operation_set_custom_tab_label@Base 4.0.0 + gtk_print_operation_set_default_page_setup@Base 4.0.0 + gtk_print_operation_set_defer_drawing@Base 4.0.0 + gtk_print_operation_set_embed_page_setup@Base 4.0.0 + gtk_print_operation_set_export_filename@Base 4.0.0 + gtk_print_operation_set_has_selection@Base 4.0.0 + gtk_print_operation_set_job_name@Base 4.0.0 + gtk_print_operation_set_n_pages@Base 4.0.0 + gtk_print_operation_set_print_settings@Base 4.0.0 + gtk_print_operation_set_show_progress@Base 4.0.0 + gtk_print_operation_set_support_selection@Base 4.0.0 + gtk_print_operation_set_track_print_status@Base 4.0.0 + gtk_print_operation_set_unit@Base 4.0.0 + gtk_print_operation_set_use_full_page@Base 4.0.0 + gtk_print_pages_get_type@Base 4.0.0 + gtk_print_quality_get_type@Base 4.0.0 + gtk_print_run_page_setup_dialog@Base 4.0.0 + gtk_print_run_page_setup_dialog_async@Base 4.0.0 + gtk_print_settings_copy@Base 4.0.0 + gtk_print_settings_foreach@Base 4.0.0 + gtk_print_settings_get@Base 4.0.0 + gtk_print_settings_get_bool@Base 4.0.0 + gtk_print_settings_get_collate@Base 4.0.0 + gtk_print_settings_get_default_source@Base 4.0.0 + gtk_print_settings_get_dither@Base 4.0.0 + gtk_print_settings_get_double@Base 4.0.0 + gtk_print_settings_get_double_with_default@Base 4.0.0 + gtk_print_settings_get_duplex@Base 4.0.0 + gtk_print_settings_get_finishings@Base 4.0.0 + gtk_print_settings_get_int@Base 4.0.0 + gtk_print_settings_get_int_with_default@Base 4.0.0 + gtk_print_settings_get_length@Base 4.0.0 + gtk_print_settings_get_media_type@Base 4.0.0 + gtk_print_settings_get_n_copies@Base 4.0.0 + gtk_print_settings_get_number_up@Base 4.0.0 + gtk_print_settings_get_number_up_layout@Base 4.0.0 + gtk_print_settings_get_orientation@Base 4.0.0 + gtk_print_settings_get_output_bin@Base 4.0.0 + gtk_print_settings_get_page_ranges@Base 4.0.0 + gtk_print_settings_get_page_set@Base 4.0.0 + gtk_print_settings_get_paper_height@Base 4.0.0 + gtk_print_settings_get_paper_size@Base 4.0.0 + gtk_print_settings_get_paper_width@Base 4.0.0 + gtk_print_settings_get_print_pages@Base 4.0.0 + gtk_print_settings_get_printer@Base 4.0.0 + gtk_print_settings_get_printer_lpi@Base 4.0.0 + gtk_print_settings_get_quality@Base 4.0.0 + gtk_print_settings_get_resolution@Base 4.0.0 + gtk_print_settings_get_resolution_x@Base 4.0.0 + gtk_print_settings_get_resolution_y@Base 4.0.0 + gtk_print_settings_get_reverse@Base 4.0.0 + gtk_print_settings_get_scale@Base 4.0.0 + gtk_print_settings_get_type@Base 4.0.0 + gtk_print_settings_get_use_color@Base 4.0.0 + gtk_print_settings_has_key@Base 4.0.0 + gtk_print_settings_load_file@Base 4.0.0 + gtk_print_settings_load_key_file@Base 4.0.0 + gtk_print_settings_new@Base 4.0.0 + gtk_print_settings_new_from_file@Base 4.0.0 + gtk_print_settings_new_from_gvariant@Base 4.0.0 + gtk_print_settings_new_from_key_file@Base 4.0.0 + gtk_print_settings_set@Base 4.0.0 + gtk_print_settings_set_bool@Base 4.0.0 + gtk_print_settings_set_collate@Base 4.0.0 + gtk_print_settings_set_default_source@Base 4.0.0 + gtk_print_settings_set_dither@Base 4.0.0 + gtk_print_settings_set_double@Base 4.0.0 + gtk_print_settings_set_duplex@Base 4.0.0 + gtk_print_settings_set_finishings@Base 4.0.0 + gtk_print_settings_set_int@Base 4.0.0 + gtk_print_settings_set_length@Base 4.0.0 + gtk_print_settings_set_media_type@Base 4.0.0 + gtk_print_settings_set_n_copies@Base 4.0.0 + gtk_print_settings_set_number_up@Base 4.0.0 + gtk_print_settings_set_number_up_layout@Base 4.0.0 + gtk_print_settings_set_orientation@Base 4.0.0 + gtk_print_settings_set_output_bin@Base 4.0.0 + gtk_print_settings_set_page_ranges@Base 4.0.0 + gtk_print_settings_set_page_set@Base 4.0.0 + gtk_print_settings_set_paper_height@Base 4.0.0 + gtk_print_settings_set_paper_size@Base 4.0.0 + gtk_print_settings_set_paper_width@Base 4.0.0 + gtk_print_settings_set_print_pages@Base 4.0.0 + gtk_print_settings_set_printer@Base 4.0.0 + gtk_print_settings_set_printer_lpi@Base 4.0.0 + gtk_print_settings_set_quality@Base 4.0.0 + gtk_print_settings_set_resolution@Base 4.0.0 + gtk_print_settings_set_resolution_xy@Base 4.0.0 + gtk_print_settings_set_reverse@Base 4.0.0 + gtk_print_settings_set_scale@Base 4.0.0 + gtk_print_settings_set_use_color@Base 4.0.0 + gtk_print_settings_to_file@Base 4.0.0 + gtk_print_settings_to_gvariant@Base 4.0.0 + gtk_print_settings_to_key_file@Base 4.0.0 + gtk_print_settings_unset@Base 4.0.0 + gtk_print_status_get_type@Base 4.0.0 + gtk_print_unix_dialog_add_custom_tab@Base 4.0.0 + gtk_print_unix_dialog_get_current_page@Base 4.0.0 + gtk_print_unix_dialog_get_embed_page_setup@Base 4.0.0 + gtk_print_unix_dialog_get_has_selection@Base 4.0.0 + gtk_print_unix_dialog_get_manual_capabilities@Base 4.0.0 + gtk_print_unix_dialog_get_page_setup@Base 4.0.0 + gtk_print_unix_dialog_get_page_setup_set@Base 4.0.0 + gtk_print_unix_dialog_get_selected_printer@Base 4.0.0 + gtk_print_unix_dialog_get_settings@Base 4.0.0 + gtk_print_unix_dialog_get_support_selection@Base 4.0.0 + gtk_print_unix_dialog_get_type@Base 4.0.0 + gtk_print_unix_dialog_new@Base 4.0.0 + gtk_print_unix_dialog_set_current_page@Base 4.0.0 + gtk_print_unix_dialog_set_embed_page_setup@Base 4.0.0 + gtk_print_unix_dialog_set_has_selection@Base 4.0.0 + gtk_print_unix_dialog_set_manual_capabilities@Base 4.0.0 + gtk_print_unix_dialog_set_page_setup@Base 4.0.0 + gtk_print_unix_dialog_set_settings@Base 4.0.0 + gtk_print_unix_dialog_set_support_selection@Base 4.0.0 + gtk_printer_accepts_pdf@Base 4.0.0 + gtk_printer_accepts_ps@Base 4.0.0 + gtk_printer_compare@Base 4.0.0 + gtk_printer_get_backend@Base 4.0.0 + gtk_printer_get_capabilities@Base 4.0.0 + gtk_printer_get_default_page_size@Base 4.0.0 + gtk_printer_get_description@Base 4.0.0 + gtk_printer_get_hard_margins@Base 4.0.0 + gtk_printer_get_hard_margins_for_paper_size@Base 4.0.0 + gtk_printer_get_icon_name@Base 4.0.0 + gtk_printer_get_job_count@Base 4.0.0 + gtk_printer_get_location@Base 4.0.0 + gtk_printer_get_name@Base 4.0.0 + gtk_printer_get_state_message@Base 4.0.0 + gtk_printer_get_type@Base 4.0.0 + gtk_printer_has_details@Base 4.0.0 + gtk_printer_is_accepting_jobs@Base 4.0.0 + gtk_printer_is_active@Base 4.0.0 + gtk_printer_is_default@Base 4.0.0 + gtk_printer_is_new@Base 4.0.0 + gtk_printer_is_paused@Base 4.0.0 + gtk_printer_is_virtual@Base 4.0.0 + gtk_printer_list_papers@Base 4.0.0 + gtk_printer_new@Base 4.0.0 + gtk_printer_option_allocate_choices@Base 4.0.0 + gtk_printer_option_choices_from_array@Base 4.0.0 + gtk_printer_option_clear_has_conflict@Base 4.0.0 + gtk_printer_option_get_activates_default@Base 4.0.0 + gtk_printer_option_get_type@Base 4.0.0 + gtk_printer_option_has_choice@Base 4.0.0 + gtk_printer_option_new@Base 4.0.0 + gtk_printer_option_set@Base 4.0.0 + gtk_printer_option_set_activates_default@Base 4.0.0 + gtk_printer_option_set_add@Base 4.0.0 + gtk_printer_option_set_boolean@Base 4.0.0 + gtk_printer_option_set_clear_conflicts@Base 4.0.0 + gtk_printer_option_set_foreach@Base 4.0.0 + gtk_printer_option_set_foreach_in_group@Base 4.0.0 + gtk_printer_option_set_get_groups@Base 4.0.0 + gtk_printer_option_set_get_type@Base 4.0.0 + gtk_printer_option_set_has_conflict@Base 4.0.0 + gtk_printer_option_set_lookup@Base 4.0.0 + gtk_printer_option_set_new@Base 4.0.0 + gtk_printer_option_set_remove@Base 4.0.0 + gtk_printer_option_widget_get_external_label@Base 4.0.0 + gtk_printer_option_widget_get_type@Base 4.0.0 + gtk_printer_option_widget_get_value@Base 4.0.0 + gtk_printer_option_widget_has_external_label@Base 4.0.0 + gtk_printer_option_widget_new@Base 4.0.0 + gtk_printer_option_widget_set_source@Base 4.0.0 + gtk_printer_request_details@Base 4.0.0 + gtk_printer_set_accepts_pdf@Base 4.0.0 + gtk_printer_set_accepts_ps@Base 4.0.0 + gtk_printer_set_description@Base 4.0.0 + gtk_printer_set_has_details@Base 4.0.0 + gtk_printer_set_icon_name@Base 4.0.0 + gtk_printer_set_is_accepting_jobs@Base 4.0.0 + gtk_printer_set_is_active@Base 4.0.0 + gtk_printer_set_is_default@Base 4.0.0 + gtk_printer_set_is_new@Base 4.0.0 + gtk_printer_set_is_paused@Base 4.0.0 + gtk_printer_set_job_count@Base 4.0.0 + gtk_printer_set_location@Base 4.0.0 + gtk_printer_set_state_message@Base 4.0.0 + gtk_progress_bar_get_ellipsize@Base 4.0.0 + gtk_progress_bar_get_fraction@Base 4.0.0 + gtk_progress_bar_get_inverted@Base 4.0.0 + gtk_progress_bar_get_pulse_step@Base 4.0.0 + gtk_progress_bar_get_show_text@Base 4.0.0 + gtk_progress_bar_get_text@Base 4.0.0 + gtk_progress_bar_get_type@Base 4.0.0 + gtk_progress_bar_new@Base 4.0.0 + gtk_progress_bar_pulse@Base 4.0.0 + gtk_progress_bar_set_ellipsize@Base 4.0.0 + gtk_progress_bar_set_fraction@Base 4.0.0 + gtk_progress_bar_set_inverted@Base 4.0.0 + gtk_progress_bar_set_pulse_step@Base 4.0.0 + gtk_progress_bar_set_show_text@Base 4.0.0 + gtk_progress_bar_set_text@Base 4.0.0 + gtk_propagation_limit_get_type@Base 4.0.0 + gtk_propagation_phase_get_type@Base 4.0.0 + gtk_property_expression_get_expression@Base 4.0.0 + gtk_property_expression_get_pspec@Base 4.0.0 + gtk_property_expression_get_type@Base 4.0.0 + gtk_property_expression_new@Base 4.0.0 + gtk_property_expression_new_for_pspec@Base 4.0.0 + gtk_range_get_adjustment@Base 4.0.0 + gtk_range_get_fill_level@Base 4.0.0 + gtk_range_get_flippable@Base 4.0.0 + gtk_range_get_inverted@Base 4.0.0 + gtk_range_get_range_rect@Base 4.0.0 + gtk_range_get_restrict_to_fill_level@Base 4.0.0 + gtk_range_get_round_digits@Base 4.0.0 + gtk_range_get_show_fill_level@Base 4.0.0 + gtk_range_get_slider_range@Base 4.0.0 + gtk_range_get_slider_size_fixed@Base 4.0.0 + gtk_range_get_type@Base 4.0.0 + gtk_range_get_value@Base 4.0.0 + gtk_range_set_adjustment@Base 4.0.0 + gtk_range_set_fill_level@Base 4.0.0 + gtk_range_set_flippable@Base 4.0.0 + gtk_range_set_increments@Base 4.0.0 + gtk_range_set_inverted@Base 4.0.0 + gtk_range_set_range@Base 4.0.0 + gtk_range_set_restrict_to_fill_level@Base 4.0.0 + gtk_range_set_round_digits@Base 4.0.0 + gtk_range_set_show_fill_level@Base 4.0.0 + gtk_range_set_slider_size_fixed@Base 4.0.0 + gtk_range_set_value@Base 4.0.0 + gtk_recent_info_create_app_info@Base 4.0.0 + gtk_recent_info_exists@Base 4.0.0 + gtk_recent_info_get_added@Base 4.0.0 + gtk_recent_info_get_age@Base 4.0.0 + gtk_recent_info_get_application_info@Base 4.0.0 + gtk_recent_info_get_applications@Base 4.0.0 + gtk_recent_info_get_description@Base 4.0.0 + gtk_recent_info_get_display_name@Base 4.0.0 + gtk_recent_info_get_gicon@Base 4.0.0 + gtk_recent_info_get_groups@Base 4.0.0 + gtk_recent_info_get_mime_type@Base 4.0.0 + gtk_recent_info_get_modified@Base 4.0.0 + gtk_recent_info_get_private_hint@Base 4.0.0 + gtk_recent_info_get_short_name@Base 4.0.0 + gtk_recent_info_get_type@Base 4.0.0 + gtk_recent_info_get_uri@Base 4.0.0 + gtk_recent_info_get_uri_display@Base 4.0.0 + gtk_recent_info_get_visited@Base 4.0.0 + gtk_recent_info_has_application@Base 4.0.0 + gtk_recent_info_has_group@Base 4.0.0 + gtk_recent_info_is_local@Base 4.0.0 + gtk_recent_info_last_application@Base 4.0.0 + gtk_recent_info_match@Base 4.0.0 + gtk_recent_info_ref@Base 4.0.0 + gtk_recent_info_unref@Base 4.0.0 + gtk_recent_manager_add_full@Base 4.0.0 + gtk_recent_manager_add_item@Base 4.0.0 + gtk_recent_manager_error_get_type@Base 4.0.0 + gtk_recent_manager_error_quark@Base 4.0.0 + gtk_recent_manager_get_default@Base 4.0.0 + gtk_recent_manager_get_items@Base 4.0.0 + gtk_recent_manager_get_type@Base 4.0.0 + gtk_recent_manager_has_item@Base 4.0.0 + gtk_recent_manager_lookup_item@Base 4.0.0 + gtk_recent_manager_move_item@Base 4.0.0 + gtk_recent_manager_new@Base 4.0.0 + gtk_recent_manager_purge_items@Base 4.0.0 + gtk_recent_manager_remove_item@Base 4.0.0 + gtk_render_activity@Base 4.0.0 + gtk_render_arrow@Base 4.0.0 + gtk_render_background@Base 4.0.0 + gtk_render_check@Base 4.0.0 + gtk_render_expander@Base 4.0.0 + gtk_render_focus@Base 4.0.0 + gtk_render_frame@Base 4.0.0 + gtk_render_handle@Base 4.0.0 + gtk_render_icon@Base 4.0.0 + gtk_render_layout@Base 4.0.0 + gtk_render_line@Base 4.0.0 + gtk_render_option@Base 4.0.0 + gtk_requisition_copy@Base 4.0.0 + gtk_requisition_free@Base 4.0.0 + gtk_requisition_get_type@Base 4.0.0 + gtk_requisition_new@Base 4.0.0 + gtk_response_type_get_type@Base 4.0.0 + gtk_revealer_get_child@Base 4.0.0 + gtk_revealer_get_child_revealed@Base 4.0.0 + gtk_revealer_get_reveal_child@Base 4.0.0 + gtk_revealer_get_transition_duration@Base 4.0.0 + gtk_revealer_get_transition_type@Base 4.0.0 + gtk_revealer_get_type@Base 4.0.0 + gtk_revealer_new@Base 4.0.0 + gtk_revealer_set_child@Base 4.0.0 + gtk_revealer_set_reveal_child@Base 4.0.0 + gtk_revealer_set_transition_duration@Base 4.0.0 + gtk_revealer_set_transition_type@Base 4.0.0 + gtk_revealer_transition_type_get_type@Base 4.0.0 + gtk_rgb_to_hsv@Base 4.0.0 + gtk_root_get_display@Base 4.0.0 + gtk_root_get_focus@Base 4.0.0 + gtk_root_get_type@Base 4.0.0 + gtk_root_set_focus@Base 4.0.0 + gtk_scale_add_mark@Base 4.0.0 + gtk_scale_button_get_adjustment@Base 4.0.0 + gtk_scale_button_get_minus_button@Base 4.0.0 + gtk_scale_button_get_plus_button@Base 4.0.0 + gtk_scale_button_get_popup@Base 4.0.0 + gtk_scale_button_get_type@Base 4.0.0 + gtk_scale_button_get_value@Base 4.0.0 + gtk_scale_button_new@Base 4.0.0 + gtk_scale_button_set_adjustment@Base 4.0.0 + gtk_scale_button_set_icons@Base 4.0.0 + gtk_scale_button_set_value@Base 4.0.0 + gtk_scale_clear_marks@Base 4.0.0 + gtk_scale_get_digits@Base 4.0.0 + gtk_scale_get_draw_value@Base 4.0.0 + gtk_scale_get_has_origin@Base 4.0.0 + gtk_scale_get_layout@Base 4.0.0 + gtk_scale_get_layout_offsets@Base 4.0.0 + gtk_scale_get_type@Base 4.0.0 + gtk_scale_get_value_pos@Base 4.0.0 + gtk_scale_new@Base 4.0.0 + gtk_scale_new_with_range@Base 4.0.0 + gtk_scale_set_digits@Base 4.0.0 + gtk_scale_set_draw_value@Base 4.0.0 + gtk_scale_set_format_value_func@Base 4.0.0 + gtk_scale_set_has_origin@Base 4.0.0 + gtk_scale_set_value_pos@Base 4.0.0 + gtk_scroll_step_get_type@Base 4.0.0 + gtk_scroll_type_get_type@Base 4.0.0 + gtk_scrollable_get_border@Base 4.0.0 + gtk_scrollable_get_hadjustment@Base 4.0.0 + gtk_scrollable_get_hscroll_policy@Base 4.0.0 + gtk_scrollable_get_type@Base 4.0.0 + gtk_scrollable_get_vadjustment@Base 4.0.0 + gtk_scrollable_get_vscroll_policy@Base 4.0.0 + gtk_scrollable_policy_get_type@Base 4.0.0 + gtk_scrollable_set_hadjustment@Base 4.0.0 + gtk_scrollable_set_hscroll_policy@Base 4.0.0 + gtk_scrollable_set_vadjustment@Base 4.0.0 + gtk_scrollable_set_vscroll_policy@Base 4.0.0 + gtk_scrollbar_get_adjustment@Base 4.0.0 + gtk_scrollbar_get_type@Base 4.0.0 + gtk_scrollbar_new@Base 4.0.0 + gtk_scrollbar_set_adjustment@Base 4.0.0 + gtk_scrolled_window_get_child@Base 4.0.0 + gtk_scrolled_window_get_hadjustment@Base 4.0.0 + gtk_scrolled_window_get_has_frame@Base 4.0.0 + gtk_scrolled_window_get_hscrollbar@Base 4.0.0 + gtk_scrolled_window_get_kinetic_scrolling@Base 4.0.0 + gtk_scrolled_window_get_max_content_height@Base 4.0.0 + gtk_scrolled_window_get_max_content_width@Base 4.0.0 + gtk_scrolled_window_get_min_content_height@Base 4.0.0 + gtk_scrolled_window_get_min_content_width@Base 4.0.0 + gtk_scrolled_window_get_overlay_scrolling@Base 4.0.0 + gtk_scrolled_window_get_placement@Base 4.0.0 + gtk_scrolled_window_get_policy@Base 4.0.0 + gtk_scrolled_window_get_propagate_natural_height@Base 4.0.0 + gtk_scrolled_window_get_propagate_natural_width@Base 4.0.0 + gtk_scrolled_window_get_type@Base 4.0.0 + gtk_scrolled_window_get_vadjustment@Base 4.0.0 + gtk_scrolled_window_get_vscrollbar@Base 4.0.0 + gtk_scrolled_window_new@Base 4.0.0 + gtk_scrolled_window_set_child@Base 4.0.0 + gtk_scrolled_window_set_hadjustment@Base 4.0.0 + gtk_scrolled_window_set_has_frame@Base 4.0.0 + gtk_scrolled_window_set_kinetic_scrolling@Base 4.0.0 + gtk_scrolled_window_set_max_content_height@Base 4.0.0 + gtk_scrolled_window_set_max_content_width@Base 4.0.0 + gtk_scrolled_window_set_min_content_height@Base 4.0.0 + gtk_scrolled_window_set_min_content_width@Base 4.0.0 + gtk_scrolled_window_set_overlay_scrolling@Base 4.0.0 + gtk_scrolled_window_set_placement@Base 4.0.0 + gtk_scrolled_window_set_policy@Base 4.0.0 + gtk_scrolled_window_set_propagate_natural_height@Base 4.0.0 + gtk_scrolled_window_set_propagate_natural_width@Base 4.0.0 + gtk_scrolled_window_set_vadjustment@Base 4.0.0 + gtk_scrolled_window_unset_placement@Base 4.0.0 + gtk_search_bar_connect_entry@Base 4.0.0 + gtk_search_bar_get_child@Base 4.0.0 + gtk_search_bar_get_key_capture_widget@Base 4.0.0 + gtk_search_bar_get_search_mode@Base 4.0.0 + gtk_search_bar_get_show_close_button@Base 4.0.0 + gtk_search_bar_get_type@Base 4.0.0 + gtk_search_bar_new@Base 4.0.0 + gtk_search_bar_set_child@Base 4.0.0 + gtk_search_bar_set_key_capture_widget@Base 4.0.0 + gtk_search_bar_set_search_mode@Base 4.0.0 + gtk_search_bar_set_show_close_button@Base 4.0.0 + gtk_search_entry_get_key_capture_widget@Base 4.0.0 + gtk_search_entry_get_type@Base 4.0.0 + gtk_search_entry_new@Base 4.0.0 + gtk_search_entry_set_key_capture_widget@Base 4.0.0 + gtk_selection_filter_model_get_model@Base 4.0.0 + gtk_selection_filter_model_get_type@Base 4.0.0 + gtk_selection_filter_model_new@Base 4.0.0 + gtk_selection_filter_model_set_model@Base 4.0.0 + gtk_selection_mode_get_type@Base 4.0.0 + gtk_selection_model_get_selection@Base 4.0.0 + gtk_selection_model_get_selection_in_range@Base 4.0.0 + gtk_selection_model_get_type@Base 4.0.0 + gtk_selection_model_is_selected@Base 4.0.0 + gtk_selection_model_select_all@Base 4.0.0 + gtk_selection_model_select_item@Base 4.0.0 + gtk_selection_model_select_range@Base 4.0.0 + gtk_selection_model_selection_changed@Base 4.0.0 + gtk_selection_model_set_selection@Base 4.0.0 + gtk_selection_model_unselect_all@Base 4.0.0 + gtk_selection_model_unselect_item@Base 4.0.0 + gtk_selection_model_unselect_range@Base 4.0.0 + gtk_sensitivity_type_get_type@Base 4.0.0 + gtk_separator_get_type@Base 4.0.0 + gtk_separator_new@Base 4.0.0 + gtk_set_debug_flags@Base 4.0.0 + gtk_settings_get_default@Base 4.0.0 + gtk_settings_get_for_display@Base 4.0.0 + gtk_settings_get_type@Base 4.0.0 + gtk_settings_reset_property@Base 4.0.0 + gtk_shortcut_action_activate@Base 4.0.0 + gtk_shortcut_action_flags_get_type@Base 4.0.0 + gtk_shortcut_action_get_type@Base 4.0.0 + gtk_shortcut_action_parse_string@Base 4.0.0 + gtk_shortcut_action_print@Base 4.0.0 + gtk_shortcut_action_to_string@Base 4.0.0 + gtk_shortcut_controller_add_shortcut@Base 4.0.0 + gtk_shortcut_controller_get_mnemonics_modifiers@Base 4.0.0 + gtk_shortcut_controller_get_scope@Base 4.0.0 + gtk_shortcut_controller_get_type@Base 4.0.0 + gtk_shortcut_controller_new@Base 4.0.0 + gtk_shortcut_controller_new_for_model@Base 4.0.0 + gtk_shortcut_controller_remove_shortcut@Base 4.0.0 + gtk_shortcut_controller_set_mnemonics_modifiers@Base 4.0.0 + gtk_shortcut_controller_set_scope@Base 4.0.0 + gtk_shortcut_get_action@Base 4.0.0 + gtk_shortcut_get_arguments@Base 4.0.0 + gtk_shortcut_get_trigger@Base 4.0.0 + gtk_shortcut_get_type@Base 4.0.0 + gtk_shortcut_label_get_accelerator@Base 4.0.0 + gtk_shortcut_label_get_disabled_text@Base 4.0.0 + gtk_shortcut_label_get_type@Base 4.0.0 + gtk_shortcut_label_new@Base 4.0.0 + gtk_shortcut_label_set_accelerator@Base 4.0.0 + gtk_shortcut_label_set_disabled_text@Base 4.0.0 + gtk_shortcut_manager_get_type@Base 4.0.0 + gtk_shortcut_new@Base 4.0.0 + gtk_shortcut_new_with_arguments@Base 4.0.0 + gtk_shortcut_scope_get_type@Base 4.0.0 + gtk_shortcut_set_action@Base 4.0.0 + gtk_shortcut_set_arguments@Base 4.0.0 + gtk_shortcut_set_trigger@Base 4.0.0 + gtk_shortcut_trigger_compare@Base 4.0.0 + gtk_shortcut_trigger_equal@Base 4.0.0 + gtk_shortcut_trigger_get_type@Base 4.0.0 + gtk_shortcut_trigger_hash@Base 4.0.0 + gtk_shortcut_trigger_parse_string@Base 4.0.0 + gtk_shortcut_trigger_print@Base 4.0.0 + gtk_shortcut_trigger_print_label@Base 4.0.0 + gtk_shortcut_trigger_to_label@Base 4.0.0 + gtk_shortcut_trigger_to_string@Base 4.0.0 + gtk_shortcut_trigger_trigger@Base 4.0.0 + gtk_shortcut_type_get_type@Base 4.0.0 + gtk_shortcuts_group_get_type@Base 4.0.0 + gtk_shortcuts_section_get_type@Base 4.0.0 + gtk_shortcuts_shortcut_get_type@Base 4.0.0 + gtk_shortcuts_window_get_type@Base 4.0.0 + gtk_show_about_dialog@Base 4.0.0 + gtk_show_uri@Base 4.0.0 + gtk_show_uri_full@Base 4.0.0 + gtk_show_uri_full_finish@Base 4.0.0 + gtk_signal_action_get_signal_name@Base 4.0.0 + gtk_signal_action_get_type@Base 4.0.0 + gtk_signal_action_new@Base 4.0.0 + gtk_signal_list_item_factory_get_type@Base 4.0.0 + gtk_signal_list_item_factory_new@Base 4.0.0 + gtk_single_selection_get_autoselect@Base 4.0.0 + gtk_single_selection_get_can_unselect@Base 4.0.0 + gtk_single_selection_get_model@Base 4.0.0 + gtk_single_selection_get_selected@Base 4.0.0 + gtk_single_selection_get_selected_item@Base 4.0.0 + gtk_single_selection_get_type@Base 4.0.0 + gtk_single_selection_new@Base 4.0.0 + gtk_single_selection_set_autoselect@Base 4.0.0 + gtk_single_selection_set_can_unselect@Base 4.0.0 + gtk_single_selection_set_model@Base 4.0.0 + gtk_single_selection_set_selected@Base 4.0.0 + gtk_size_group_add_widget@Base 4.0.0 + gtk_size_group_get_mode@Base 4.0.0 + gtk_size_group_get_type@Base 4.0.0 + gtk_size_group_get_widgets@Base 4.0.0 + gtk_size_group_mode_get_type@Base 4.0.0 + gtk_size_group_new@Base 4.0.0 + gtk_size_group_remove_widget@Base 4.0.0 + gtk_size_group_set_mode@Base 4.0.0 + gtk_size_request_mode_get_type@Base 4.0.0 + gtk_slice_list_model_get_model@Base 4.0.0 + gtk_slice_list_model_get_offset@Base 4.0.0 + gtk_slice_list_model_get_size@Base 4.0.0 + gtk_slice_list_model_get_type@Base 4.0.0 + gtk_slice_list_model_new@Base 4.0.0 + gtk_slice_list_model_set_model@Base 4.0.0 + gtk_slice_list_model_set_offset@Base 4.0.0 + gtk_slice_list_model_set_size@Base 4.0.0 + gtk_snapshot_append_border@Base 4.0.0 + gtk_snapshot_append_cairo@Base 4.0.0 + gtk_snapshot_append_color@Base 4.0.0 + gtk_snapshot_append_conic_gradient@Base 4.0.0 + gtk_snapshot_append_inset_shadow@Base 4.0.0 + gtk_snapshot_append_layout@Base 4.0.0 + gtk_snapshot_append_linear_gradient@Base 4.0.0 + gtk_snapshot_append_node@Base 4.0.0 + gtk_snapshot_append_outset_shadow@Base 4.0.0 + gtk_snapshot_append_radial_gradient@Base 4.0.0 + gtk_snapshot_append_repeating_linear_gradient@Base 4.0.0 + gtk_snapshot_append_repeating_radial_gradient@Base 4.0.0 + gtk_snapshot_append_texture@Base 4.0.0 + gtk_snapshot_free_to_node@Base 4.0.0 + gtk_snapshot_free_to_paintable@Base 4.0.0 + gtk_snapshot_get_type@Base 4.0.0 + gtk_snapshot_gl_shader_pop_texture@Base 4.0.0 + gtk_snapshot_new@Base 4.0.0 + gtk_snapshot_perspective@Base 4.0.0 + gtk_snapshot_pop@Base 4.0.0 + gtk_snapshot_push_blend@Base 4.0.0 + gtk_snapshot_push_blur@Base 4.0.0 + gtk_snapshot_push_clip@Base 4.0.0 + gtk_snapshot_push_color_matrix@Base 4.0.0 + gtk_snapshot_push_cross_fade@Base 4.0.0 + gtk_snapshot_push_debug@Base 4.0.0 + gtk_snapshot_push_gl_shader@Base 4.0.0 + gtk_snapshot_push_opacity@Base 4.0.0 + gtk_snapshot_push_repeat@Base 4.0.0 + gtk_snapshot_push_rounded_clip@Base 4.0.0 + gtk_snapshot_push_shadow@Base 4.0.0 + gtk_snapshot_render_background@Base 4.0.0 + gtk_snapshot_render_focus@Base 4.0.0 + gtk_snapshot_render_frame@Base 4.0.0 + gtk_snapshot_render_insertion_cursor@Base 4.0.0 + gtk_snapshot_render_layout@Base 4.0.0 + gtk_snapshot_restore@Base 4.0.0 + gtk_snapshot_rotate@Base 4.0.0 + gtk_snapshot_rotate_3d@Base 4.0.0 + gtk_snapshot_save@Base 4.0.0 + gtk_snapshot_scale@Base 4.0.0 + gtk_snapshot_scale_3d@Base 4.0.0 + gtk_snapshot_to_node@Base 4.0.0 + gtk_snapshot_to_paintable@Base 4.0.0 + gtk_snapshot_transform@Base 4.0.0 + gtk_snapshot_transform_matrix@Base 4.0.0 + gtk_snapshot_translate@Base 4.0.0 + gtk_snapshot_translate_3d@Base 4.0.0 + gtk_sort_list_model_get_incremental@Base 4.0.0 + gtk_sort_list_model_get_model@Base 4.0.0 + gtk_sort_list_model_get_pending@Base 4.0.0 + gtk_sort_list_model_get_sorter@Base 4.0.0 + gtk_sort_list_model_get_type@Base 4.0.0 + gtk_sort_list_model_new@Base 4.0.0 + gtk_sort_list_model_set_incremental@Base 4.0.0 + gtk_sort_list_model_set_model@Base 4.0.0 + gtk_sort_list_model_set_sorter@Base 4.0.0 + gtk_sort_type_get_type@Base 4.0.0 + gtk_sorter_change_get_type@Base 4.0.0 + gtk_sorter_changed@Base 4.0.0 + gtk_sorter_compare@Base 4.0.0 + gtk_sorter_get_order@Base 4.0.0 + gtk_sorter_get_type@Base 4.0.0 + gtk_sorter_order_get_type@Base 4.0.0 + gtk_spin_button_configure@Base 4.0.0 + gtk_spin_button_get_adjustment@Base 4.0.0 + gtk_spin_button_get_climb_rate@Base 4.0.0 + gtk_spin_button_get_digits@Base 4.0.0 + gtk_spin_button_get_increments@Base 4.0.0 + gtk_spin_button_get_numeric@Base 4.0.0 + gtk_spin_button_get_range@Base 4.0.0 + gtk_spin_button_get_snap_to_ticks@Base 4.0.0 + gtk_spin_button_get_type@Base 4.0.0 + gtk_spin_button_get_update_policy@Base 4.0.0 + gtk_spin_button_get_value@Base 4.0.0 + gtk_spin_button_get_value_as_int@Base 4.0.0 + gtk_spin_button_get_wrap@Base 4.0.0 + gtk_spin_button_new@Base 4.0.0 + gtk_spin_button_new_with_range@Base 4.0.0 + gtk_spin_button_set_adjustment@Base 4.0.0 + gtk_spin_button_set_climb_rate@Base 4.0.0 + gtk_spin_button_set_digits@Base 4.0.0 + gtk_spin_button_set_increments@Base 4.0.0 + gtk_spin_button_set_numeric@Base 4.0.0 + gtk_spin_button_set_range@Base 4.0.0 + gtk_spin_button_set_snap_to_ticks@Base 4.0.0 + gtk_spin_button_set_update_policy@Base 4.0.0 + gtk_spin_button_set_value@Base 4.0.0 + gtk_spin_button_set_wrap@Base 4.0.0 + gtk_spin_button_spin@Base 4.0.0 + gtk_spin_button_update@Base 4.0.0 + gtk_spin_button_update_policy_get_type@Base 4.0.0 + gtk_spin_type_get_type@Base 4.0.0 + gtk_spinner_get_spinning@Base 4.0.0 + gtk_spinner_get_type@Base 4.0.0 + gtk_spinner_new@Base 4.0.0 + gtk_spinner_set_spinning@Base 4.0.0 + gtk_spinner_start@Base 4.0.0 + gtk_spinner_stop@Base 4.0.0 + gtk_stack_add_child@Base 4.0.0 + gtk_stack_add_named@Base 4.0.0 + gtk_stack_add_titled@Base 4.0.0 + gtk_stack_get_child_by_name@Base 4.0.0 + gtk_stack_get_hhomogeneous@Base 4.0.0 + gtk_stack_get_interpolate_size@Base 4.0.0 + gtk_stack_get_page@Base 4.0.0 + gtk_stack_get_pages@Base 4.0.0 + gtk_stack_get_transition_duration@Base 4.0.0 + gtk_stack_get_transition_running@Base 4.0.0 + gtk_stack_get_transition_type@Base 4.0.0 + gtk_stack_get_type@Base 4.0.0 + gtk_stack_get_vhomogeneous@Base 4.0.0 + gtk_stack_get_visible_child@Base 4.0.0 + gtk_stack_get_visible_child_name@Base 4.0.0 + gtk_stack_new@Base 4.0.0 + gtk_stack_page_get_child@Base 4.0.0 + gtk_stack_page_get_icon_name@Base 4.0.0 + gtk_stack_page_get_name@Base 4.0.0 + gtk_stack_page_get_needs_attention@Base 4.0.0 + gtk_stack_page_get_title@Base 4.0.0 + gtk_stack_page_get_type@Base 4.0.0 + gtk_stack_page_get_use_underline@Base 4.0.0 + gtk_stack_page_get_visible@Base 4.0.0 + gtk_stack_page_set_icon_name@Base 4.0.0 + gtk_stack_page_set_name@Base 4.0.0 + gtk_stack_page_set_needs_attention@Base 4.0.0 + gtk_stack_page_set_title@Base 4.0.0 + gtk_stack_page_set_use_underline@Base 4.0.0 + gtk_stack_page_set_visible@Base 4.0.0 + gtk_stack_remove@Base 4.0.0 + gtk_stack_set_hhomogeneous@Base 4.0.0 + gtk_stack_set_interpolate_size@Base 4.0.0 + gtk_stack_set_transition_duration@Base 4.0.0 + gtk_stack_set_transition_type@Base 4.0.0 + gtk_stack_set_vhomogeneous@Base 4.0.0 + gtk_stack_set_visible_child@Base 4.0.0 + gtk_stack_set_visible_child_full@Base 4.0.0 + gtk_stack_set_visible_child_name@Base 4.0.0 + gtk_stack_sidebar_get_stack@Base 4.0.0 + gtk_stack_sidebar_get_type@Base 4.0.0 + gtk_stack_sidebar_new@Base 4.0.0 + gtk_stack_sidebar_set_stack@Base 4.0.0 + gtk_stack_switcher_get_stack@Base 4.0.0 + gtk_stack_switcher_get_type@Base 4.0.0 + gtk_stack_switcher_new@Base 4.0.0 + gtk_stack_switcher_set_stack@Base 4.0.0 + gtk_stack_transition_type_get_type@Base 4.0.0 + gtk_state_flags_get_type@Base 4.0.0 + gtk_statusbar_get_context_id@Base 4.0.0 + gtk_statusbar_get_type@Base 4.0.0 + gtk_statusbar_new@Base 4.0.0 + gtk_statusbar_pop@Base 4.0.0 + gtk_statusbar_push@Base 4.0.0 + gtk_statusbar_remove@Base 4.0.0 + gtk_statusbar_remove_all@Base 4.0.0 + gtk_string_filter_get_expression@Base 4.0.0 + gtk_string_filter_get_ignore_case@Base 4.0.0 + gtk_string_filter_get_match_mode@Base 4.0.0 + gtk_string_filter_get_search@Base 4.0.0 + gtk_string_filter_get_type@Base 4.0.0 + gtk_string_filter_match_mode_get_type@Base 4.0.0 + gtk_string_filter_new@Base 4.0.0 + gtk_string_filter_set_expression@Base 4.0.0 + gtk_string_filter_set_ignore_case@Base 4.0.0 + gtk_string_filter_set_match_mode@Base 4.0.0 + gtk_string_filter_set_search@Base 4.0.0 + gtk_string_list_append@Base 4.0.0 + gtk_string_list_get_string@Base 4.0.0 + gtk_string_list_get_type@Base 4.0.0 + gtk_string_list_new@Base 4.0.0 + gtk_string_list_remove@Base 4.0.0 + gtk_string_list_splice@Base 4.0.0 + gtk_string_list_take@Base 4.0.0 + gtk_string_object_get_string@Base 4.0.0 + gtk_string_object_get_type@Base 4.0.0 + gtk_string_object_new@Base 4.0.0 + gtk_string_sorter_get_expression@Base 4.0.0 + gtk_string_sorter_get_ignore_case@Base 4.0.0 + gtk_string_sorter_get_type@Base 4.0.0 + gtk_string_sorter_new@Base 4.0.0 + gtk_string_sorter_set_expression@Base 4.0.0 + gtk_string_sorter_set_ignore_case@Base 4.0.0 + gtk_style_context_add_class@Base 4.0.0 + gtk_style_context_add_provider@Base 4.0.0 + gtk_style_context_add_provider_for_display@Base 4.0.0 + gtk_style_context_get_border@Base 4.0.0 + gtk_style_context_get_color@Base 4.0.0 + gtk_style_context_get_display@Base 4.0.0 + gtk_style_context_get_margin@Base 4.0.0 + gtk_style_context_get_padding@Base 4.0.0 + gtk_style_context_get_scale@Base 4.0.0 + gtk_style_context_get_state@Base 4.0.0 + gtk_style_context_get_type@Base 4.0.0 + gtk_style_context_has_class@Base 4.0.0 + gtk_style_context_lookup_color@Base 4.0.0 + gtk_style_context_print_flags_get_type@Base 4.0.0 + gtk_style_context_remove_class@Base 4.0.0 + gtk_style_context_remove_provider@Base 4.0.0 + gtk_style_context_remove_provider_for_display@Base 4.0.0 + gtk_style_context_restore@Base 4.0.0 + gtk_style_context_save@Base 4.0.0 + gtk_style_context_set_display@Base 4.0.0 + gtk_style_context_set_scale@Base 4.0.0 + gtk_style_context_set_state@Base 4.0.0 + gtk_style_context_to_string@Base 4.0.0 + gtk_style_provider_get_type@Base 4.0.0 + gtk_switch_get_active@Base 4.0.0 + gtk_switch_get_state@Base 4.0.0 + gtk_switch_get_type@Base 4.0.0 + gtk_switch_new@Base 4.0.0 + gtk_switch_set_active@Base 4.0.0 + gtk_switch_set_state@Base 4.0.0 + gtk_symbolic_color_get_type@Base 4.6.0 + gtk_symbolic_paintable_get_type@Base 4.6.0 + gtk_symbolic_paintable_snapshot_symbolic@Base 4.6.0 + gtk_system_setting_get_type@Base 4.0.0 + gtk_test_accessible_assertion_message_role@Base 4.0.0 + gtk_test_accessible_check_property@Base 4.0.0 + gtk_test_accessible_check_relation@Base 4.0.0 + gtk_test_accessible_check_state@Base 4.0.0 + gtk_test_accessible_has_property@Base 4.0.0 + gtk_test_accessible_has_relation@Base 4.0.0 + gtk_test_accessible_has_role@Base 4.0.0 + gtk_test_accessible_has_state@Base 4.0.0 + gtk_test_init@Base 4.0.0 + gtk_test_list_all_types@Base 4.0.0 + gtk_test_register_all_types@Base 4.0.0 + gtk_test_widget_wait_for_draw@Base 4.0.0 + gtk_text_buffer_add_mark@Base 4.0.0 + gtk_text_buffer_add_selection_clipboard@Base 4.0.0 + gtk_text_buffer_apply_tag@Base 4.0.0 + gtk_text_buffer_apply_tag_by_name@Base 4.0.0 + gtk_text_buffer_backspace@Base 4.0.0 + gtk_text_buffer_begin_irreversible_action@Base 4.0.0 + gtk_text_buffer_begin_user_action@Base 4.0.0 + gtk_text_buffer_copy_clipboard@Base 4.0.0 + gtk_text_buffer_create_child_anchor@Base 4.0.0 + gtk_text_buffer_create_mark@Base 4.0.0 + gtk_text_buffer_create_tag@Base 4.0.0 + gtk_text_buffer_cut_clipboard@Base 4.0.0 + gtk_text_buffer_delete@Base 4.0.0 + gtk_text_buffer_delete_interactive@Base 4.0.0 + gtk_text_buffer_delete_mark@Base 4.0.0 + gtk_text_buffer_delete_mark_by_name@Base 4.0.0 + gtk_text_buffer_delete_selection@Base 4.0.0 + gtk_text_buffer_end_irreversible_action@Base 4.0.0 + gtk_text_buffer_end_user_action@Base 4.0.0 + gtk_text_buffer_get_bounds@Base 4.0.0 + gtk_text_buffer_get_can_redo@Base 4.0.0 + gtk_text_buffer_get_can_undo@Base 4.0.0 + gtk_text_buffer_get_char_count@Base 4.0.0 + gtk_text_buffer_get_enable_undo@Base 4.0.0 + gtk_text_buffer_get_end_iter@Base 4.0.0 + gtk_text_buffer_get_has_selection@Base 4.0.0 + gtk_text_buffer_get_insert@Base 4.0.0 + gtk_text_buffer_get_iter_at_child_anchor@Base 4.0.0 + gtk_text_buffer_get_iter_at_line@Base 4.0.0 + gtk_text_buffer_get_iter_at_line_index@Base 4.0.0 + gtk_text_buffer_get_iter_at_line_offset@Base 4.0.0 + gtk_text_buffer_get_iter_at_mark@Base 4.0.0 + gtk_text_buffer_get_iter_at_offset@Base 4.0.0 + gtk_text_buffer_get_line_count@Base 4.0.0 + gtk_text_buffer_get_mark@Base 4.0.0 + gtk_text_buffer_get_max_undo_levels@Base 4.0.0 + gtk_text_buffer_get_modified@Base 4.0.0 + gtk_text_buffer_get_selection_bound@Base 4.0.0 + gtk_text_buffer_get_selection_bounds@Base 4.0.0 + gtk_text_buffer_get_selection_content@Base 4.0.0 + gtk_text_buffer_get_slice@Base 4.0.0 + gtk_text_buffer_get_start_iter@Base 4.0.0 + gtk_text_buffer_get_tag_table@Base 4.0.0 + gtk_text_buffer_get_text@Base 4.0.0 + gtk_text_buffer_get_type@Base 4.0.0 + gtk_text_buffer_insert@Base 4.0.0 + gtk_text_buffer_insert_at_cursor@Base 4.0.0 + gtk_text_buffer_insert_child_anchor@Base 4.0.0 + gtk_text_buffer_insert_interactive@Base 4.0.0 + gtk_text_buffer_insert_interactive_at_cursor@Base 4.0.0 + gtk_text_buffer_insert_markup@Base 4.0.0 + gtk_text_buffer_insert_paintable@Base 4.0.0 + gtk_text_buffer_insert_range@Base 4.0.0 + gtk_text_buffer_insert_range_interactive@Base 4.0.0 + gtk_text_buffer_insert_with_tags@Base 4.0.0 + gtk_text_buffer_insert_with_tags_by_name@Base 4.0.0 + gtk_text_buffer_move_mark@Base 4.0.0 + gtk_text_buffer_move_mark_by_name@Base 4.0.0 + gtk_text_buffer_new@Base 4.0.0 + gtk_text_buffer_paste_clipboard@Base 4.0.0 + gtk_text_buffer_place_cursor@Base 4.0.0 + gtk_text_buffer_redo@Base 4.0.0 + gtk_text_buffer_remove_all_tags@Base 4.0.0 + gtk_text_buffer_remove_selection_clipboard@Base 4.0.0 + gtk_text_buffer_remove_tag@Base 4.0.0 + gtk_text_buffer_remove_tag_by_name@Base 4.0.0 + gtk_text_buffer_select_range@Base 4.0.0 + gtk_text_buffer_set_enable_undo@Base 4.0.0 + gtk_text_buffer_set_max_undo_levels@Base 4.0.0 + gtk_text_buffer_set_modified@Base 4.0.0 + gtk_text_buffer_set_text@Base 4.0.0 + gtk_text_buffer_undo@Base 4.0.0 + gtk_text_byte_begins_utf8_char@Base 4.0.0 + gtk_text_child_anchor_get_deleted@Base 4.0.0 + gtk_text_child_anchor_get_type@Base 4.0.0 + gtk_text_child_anchor_get_widgets@Base 4.0.0 + gtk_text_child_anchor_new@Base 4.0.0 + gtk_text_child_anchor_new_with_replacement@Base 4.6.0 + gtk_text_compute_cursor_extents@Base 4.3.2 + gtk_text_direction_get_type@Base 4.0.0 + gtk_text_extend_selection_get_type@Base 4.0.0 + gtk_text_get_activates_default@Base 4.0.0 + gtk_text_get_attributes@Base 4.0.0 + gtk_text_get_buffer@Base 4.0.0 + gtk_text_get_enable_emoji_completion@Base 4.0.0 + gtk_text_get_extra_menu@Base 4.0.0 + gtk_text_get_input_hints@Base 4.0.0 + gtk_text_get_input_purpose@Base 4.0.0 + gtk_text_get_invisible_char@Base 4.0.0 + gtk_text_get_max_length@Base 4.0.0 + gtk_text_get_overwrite_mode@Base 4.0.0 + gtk_text_get_placeholder_text@Base 4.0.0 + gtk_text_get_propagate_text_width@Base 4.0.0 + gtk_text_get_tabs@Base 4.0.0 + gtk_text_get_text_length@Base 4.0.0 + gtk_text_get_truncate_multiline@Base 4.0.0 + gtk_text_get_type@Base 4.0.0 + gtk_text_get_visibility@Base 4.0.0 + gtk_text_grab_focus_without_selecting@Base 4.0.0 + gtk_text_iter_assign@Base 4.0.0 + gtk_text_iter_backward_char@Base 4.0.0 + gtk_text_iter_backward_chars@Base 4.0.0 + gtk_text_iter_backward_cursor_position@Base 4.0.0 + gtk_text_iter_backward_cursor_positions@Base 4.0.0 + gtk_text_iter_backward_find_char@Base 4.0.0 + gtk_text_iter_backward_line@Base 4.0.0 + gtk_text_iter_backward_lines@Base 4.0.0 + gtk_text_iter_backward_search@Base 4.0.0 + gtk_text_iter_backward_sentence_start@Base 4.0.0 + gtk_text_iter_backward_sentence_starts@Base 4.0.0 + gtk_text_iter_backward_to_tag_toggle@Base 4.0.0 + gtk_text_iter_backward_visible_cursor_position@Base 4.0.0 + gtk_text_iter_backward_visible_cursor_positions@Base 4.0.0 + gtk_text_iter_backward_visible_line@Base 4.0.0 + gtk_text_iter_backward_visible_lines@Base 4.0.0 + gtk_text_iter_backward_visible_word_start@Base 4.0.0 + gtk_text_iter_backward_visible_word_starts@Base 4.0.0 + gtk_text_iter_backward_word_start@Base 4.0.0 + gtk_text_iter_backward_word_starts@Base 4.0.0 + gtk_text_iter_can_insert@Base 4.0.0 + gtk_text_iter_compare@Base 4.0.0 + gtk_text_iter_copy@Base 4.0.0 + gtk_text_iter_editable@Base 4.0.0 + gtk_text_iter_ends_line@Base 4.0.0 + gtk_text_iter_ends_sentence@Base 4.0.0 + gtk_text_iter_ends_tag@Base 4.0.0 + gtk_text_iter_ends_word@Base 4.0.0 + gtk_text_iter_equal@Base 4.0.0 + gtk_text_iter_forward_char@Base 4.0.0 + gtk_text_iter_forward_chars@Base 4.0.0 + gtk_text_iter_forward_cursor_position@Base 4.0.0 + gtk_text_iter_forward_cursor_positions@Base 4.0.0 + gtk_text_iter_forward_find_char@Base 4.0.0 + gtk_text_iter_forward_line@Base 4.0.0 + gtk_text_iter_forward_lines@Base 4.0.0 + gtk_text_iter_forward_search@Base 4.0.0 + gtk_text_iter_forward_sentence_end@Base 4.0.0 + gtk_text_iter_forward_sentence_ends@Base 4.0.0 + gtk_text_iter_forward_to_end@Base 4.0.0 + gtk_text_iter_forward_to_line_end@Base 4.0.0 + gtk_text_iter_forward_to_tag_toggle@Base 4.0.0 + gtk_text_iter_forward_visible_cursor_position@Base 4.0.0 + gtk_text_iter_forward_visible_cursor_positions@Base 4.0.0 + gtk_text_iter_forward_visible_line@Base 4.0.0 + gtk_text_iter_forward_visible_lines@Base 4.0.0 + gtk_text_iter_forward_visible_word_end@Base 4.0.0 + gtk_text_iter_forward_visible_word_ends@Base 4.0.0 + gtk_text_iter_forward_word_end@Base 4.0.0 + gtk_text_iter_forward_word_ends@Base 4.0.0 + gtk_text_iter_free@Base 4.0.0 + gtk_text_iter_get_buffer@Base 4.0.0 + gtk_text_iter_get_bytes_in_line@Base 4.0.0 + gtk_text_iter_get_char@Base 4.0.0 + gtk_text_iter_get_chars_in_line@Base 4.0.0 + gtk_text_iter_get_child_anchor@Base 4.0.0 + gtk_text_iter_get_language@Base 4.0.0 + gtk_text_iter_get_line@Base 4.0.0 + gtk_text_iter_get_line_index@Base 4.0.0 + gtk_text_iter_get_line_offset@Base 4.0.0 + gtk_text_iter_get_marks@Base 4.0.0 + gtk_text_iter_get_offset@Base 4.0.0 + gtk_text_iter_get_paintable@Base 4.0.0 + gtk_text_iter_get_slice@Base 4.0.0 + gtk_text_iter_get_tags@Base 4.0.0 + gtk_text_iter_get_text@Base 4.0.0 + gtk_text_iter_get_toggled_tags@Base 4.0.0 + gtk_text_iter_get_type@Base 4.0.0 + gtk_text_iter_get_visible_line_index@Base 4.0.0 + gtk_text_iter_get_visible_line_offset@Base 4.0.0 + gtk_text_iter_get_visible_slice@Base 4.0.0 + gtk_text_iter_get_visible_text@Base 4.0.0 + gtk_text_iter_has_tag@Base 4.0.0 + gtk_text_iter_in_range@Base 4.0.0 + gtk_text_iter_inside_sentence@Base 4.0.0 + gtk_text_iter_inside_word@Base 4.0.0 + gtk_text_iter_is_cursor_position@Base 4.0.0 + gtk_text_iter_is_end@Base 4.0.0 + gtk_text_iter_is_start@Base 4.0.0 + gtk_text_iter_order@Base 4.0.0 + gtk_text_iter_set_line@Base 4.0.0 + gtk_text_iter_set_line_index@Base 4.0.0 + gtk_text_iter_set_line_offset@Base 4.0.0 + gtk_text_iter_set_offset@Base 4.0.0 + gtk_text_iter_set_visible_line_index@Base 4.0.0 + gtk_text_iter_set_visible_line_offset@Base 4.0.0 + gtk_text_iter_starts_line@Base 4.0.0 + gtk_text_iter_starts_sentence@Base 4.0.0 + gtk_text_iter_starts_tag@Base 4.0.0 + gtk_text_iter_starts_word@Base 4.0.0 + gtk_text_iter_toggles_tag@Base 4.0.0 + gtk_text_mark_get_buffer@Base 4.0.0 + gtk_text_mark_get_deleted@Base 4.0.0 + gtk_text_mark_get_left_gravity@Base 4.0.0 + gtk_text_mark_get_name@Base 4.0.0 + gtk_text_mark_get_type@Base 4.0.0 + gtk_text_mark_get_visible@Base 4.0.0 + gtk_text_mark_new@Base 4.0.0 + gtk_text_mark_set_visible@Base 4.0.0 + gtk_text_new@Base 4.0.0 + gtk_text_new_with_buffer@Base 4.0.0 + gtk_text_search_flags_get_type@Base 4.0.0 + gtk_text_set_activates_default@Base 4.0.0 + gtk_text_set_attributes@Base 4.0.0 + gtk_text_set_buffer@Base 4.0.0 + gtk_text_set_enable_emoji_completion@Base 4.0.0 + gtk_text_set_extra_menu@Base 4.0.0 + gtk_text_set_input_hints@Base 4.0.0 + gtk_text_set_input_purpose@Base 4.0.0 + gtk_text_set_invisible_char@Base 4.0.0 + gtk_text_set_max_length@Base 4.0.0 + gtk_text_set_overwrite_mode@Base 4.0.0 + gtk_text_set_placeholder_text@Base 4.0.0 + gtk_text_set_propagate_text_width@Base 4.0.0 + gtk_text_set_tabs@Base 4.0.0 + gtk_text_set_truncate_multiline@Base 4.0.0 + gtk_text_set_visibility@Base 4.0.0 + gtk_text_tag_changed@Base 4.0.0 + gtk_text_tag_get_priority@Base 4.0.0 + gtk_text_tag_get_type@Base 4.0.0 + gtk_text_tag_new@Base 4.0.0 + gtk_text_tag_set_priority@Base 4.0.0 + gtk_text_tag_table_add@Base 4.0.0 + gtk_text_tag_table_foreach@Base 4.0.0 + gtk_text_tag_table_get_size@Base 4.0.0 + gtk_text_tag_table_get_type@Base 4.0.0 + gtk_text_tag_table_lookup@Base 4.0.0 + gtk_text_tag_table_new@Base 4.0.0 + gtk_text_tag_table_remove@Base 4.0.0 + gtk_text_unknown_char_utf8_gtk_tests_only@Base 4.0.0 + gtk_text_unset_invisible_char@Base 4.0.0 + gtk_text_view_add_child_at_anchor@Base 4.0.0 + gtk_text_view_add_overlay@Base 4.0.0 + gtk_text_view_backward_display_line@Base 4.0.0 + gtk_text_view_backward_display_line_start@Base 4.0.0 + gtk_text_view_buffer_to_window_coords@Base 4.0.0 + gtk_text_view_forward_display_line@Base 4.0.0 + gtk_text_view_forward_display_line_end@Base 4.0.0 + gtk_text_view_get_accepts_tab@Base 4.0.0 + gtk_text_view_get_bottom_margin@Base 4.0.0 + gtk_text_view_get_buffer@Base 4.0.0 + gtk_text_view_get_cursor_locations@Base 4.0.0 + gtk_text_view_get_cursor_visible@Base 4.0.0 + gtk_text_view_get_editable@Base 4.0.0 + gtk_text_view_get_extra_menu@Base 4.0.0 + gtk_text_view_get_gutter@Base 4.0.0 + gtk_text_view_get_indent@Base 4.0.0 + gtk_text_view_get_input_hints@Base 4.0.0 + gtk_text_view_get_input_purpose@Base 4.0.0 + gtk_text_view_get_iter_at_location@Base 4.0.0 + gtk_text_view_get_iter_at_position@Base 4.0.0 + gtk_text_view_get_iter_location@Base 4.0.0 + gtk_text_view_get_justification@Base 4.0.0 + gtk_text_view_get_left_margin@Base 4.0.0 + gtk_text_view_get_line_at_y@Base 4.0.0 + gtk_text_view_get_line_yrange@Base 4.0.0 + gtk_text_view_get_ltr_context@Base 4.3.2 + gtk_text_view_get_monospace@Base 4.0.0 + gtk_text_view_get_overwrite@Base 4.0.0 + gtk_text_view_get_pixels_above_lines@Base 4.0.0 + gtk_text_view_get_pixels_below_lines@Base 4.0.0 + gtk_text_view_get_pixels_inside_wrap@Base 4.0.0 + gtk_text_view_get_right_margin@Base 4.0.0 + gtk_text_view_get_rtl_context@Base 4.3.2 + gtk_text_view_get_tabs@Base 4.0.0 + gtk_text_view_get_top_margin@Base 4.0.0 + gtk_text_view_get_type@Base 4.0.0 + gtk_text_view_get_visible_rect@Base 4.0.0 + gtk_text_view_get_wrap_mode@Base 4.0.0 + gtk_text_view_im_context_filter_keypress@Base 4.0.0 + gtk_text_view_layer_get_type@Base 4.0.0 + gtk_text_view_move_mark_onscreen@Base 4.0.0 + gtk_text_view_move_overlay@Base 4.0.0 + gtk_text_view_move_visually@Base 4.0.0 + gtk_text_view_new@Base 4.0.0 + gtk_text_view_new_with_buffer@Base 4.0.0 + gtk_text_view_place_cursor_onscreen@Base 4.0.0 + gtk_text_view_remove@Base 4.0.0 + gtk_text_view_reset_cursor_blink@Base 4.0.0 + gtk_text_view_reset_im_context@Base 4.0.0 + gtk_text_view_scroll_mark_onscreen@Base 4.0.0 + gtk_text_view_scroll_to_iter@Base 4.0.0 + gtk_text_view_scroll_to_mark@Base 4.0.0 + gtk_text_view_set_accepts_tab@Base 4.0.0 + gtk_text_view_set_bottom_margin@Base 4.0.0 + gtk_text_view_set_buffer@Base 4.0.0 + gtk_text_view_set_cursor_visible@Base 4.0.0 + gtk_text_view_set_editable@Base 4.0.0 + gtk_text_view_set_extra_menu@Base 4.0.0 + gtk_text_view_set_gutter@Base 4.0.0 + gtk_text_view_set_indent@Base 4.0.0 + gtk_text_view_set_input_hints@Base 4.0.0 + gtk_text_view_set_input_purpose@Base 4.0.0 + gtk_text_view_set_justification@Base 4.0.0 + gtk_text_view_set_left_margin@Base 4.0.0 + gtk_text_view_set_monospace@Base 4.0.0 + gtk_text_view_set_overwrite@Base 4.0.0 + gtk_text_view_set_pixels_above_lines@Base 4.0.0 + gtk_text_view_set_pixels_below_lines@Base 4.0.0 + gtk_text_view_set_pixels_inside_wrap@Base 4.0.0 + gtk_text_view_set_right_margin@Base 4.0.0 + gtk_text_view_set_tabs@Base 4.0.0 + gtk_text_view_set_top_margin@Base 4.0.0 + gtk_text_view_set_wrap_mode@Base 4.0.0 + gtk_text_view_starts_display_line@Base 4.0.0 + gtk_text_view_window_to_buffer_coords@Base 4.0.0 + gtk_text_window_type_get_type@Base 4.0.0 + gtk_toggle_button_get_active@Base 4.0.0 + gtk_toggle_button_get_type@Base 4.0.0 + gtk_toggle_button_new@Base 4.0.0 + gtk_toggle_button_new_with_label@Base 4.0.0 + gtk_toggle_button_new_with_mnemonic@Base 4.0.0 + gtk_toggle_button_set_active@Base 4.0.0 + gtk_toggle_button_set_group@Base 4.0.0 + gtk_toggle_button_toggled@Base 4.0.0 + gtk_tooltip_get_type@Base 4.0.0 + gtk_tooltip_set_custom@Base 4.0.0 + gtk_tooltip_set_icon@Base 4.0.0 + gtk_tooltip_set_icon_from_gicon@Base 4.0.0 + gtk_tooltip_set_icon_from_icon_name@Base 4.0.0 + gtk_tooltip_set_markup@Base 4.0.0 + gtk_tooltip_set_text@Base 4.0.0 + gtk_tooltip_set_tip_area@Base 4.0.0 + gtk_tree_create_row_drag_content@Base 4.0.0 + gtk_tree_drag_dest_drag_data_received@Base 4.0.0 + gtk_tree_drag_dest_get_type@Base 4.0.0 + gtk_tree_drag_dest_row_drop_possible@Base 4.0.0 + gtk_tree_drag_source_drag_data_delete@Base 4.0.0 + gtk_tree_drag_source_drag_data_get@Base 4.0.0 + gtk_tree_drag_source_get_type@Base 4.0.0 + gtk_tree_drag_source_row_draggable@Base 4.0.0 + gtk_tree_expander_get_child@Base 4.0.0 + gtk_tree_expander_get_indent_for_icon@Base 4.6.0 + gtk_tree_expander_get_item@Base 4.0.0 + gtk_tree_expander_get_list_row@Base 4.0.0 + gtk_tree_expander_get_type@Base 4.0.0 + gtk_tree_expander_new@Base 4.0.0 + gtk_tree_expander_set_child@Base 4.0.0 + gtk_tree_expander_set_indent_for_icon@Base 4.6.0 + gtk_tree_expander_set_list_row@Base 4.0.0 + gtk_tree_get_row_drag_data@Base 4.0.0 + gtk_tree_iter_copy@Base 4.0.0 + gtk_tree_iter_free@Base 4.0.0 + gtk_tree_iter_get_type@Base 4.0.0 + gtk_tree_list_model_get_autoexpand@Base 4.0.0 + gtk_tree_list_model_get_child_row@Base 4.0.0 + gtk_tree_list_model_get_model@Base 4.0.0 + gtk_tree_list_model_get_passthrough@Base 4.0.0 + gtk_tree_list_model_get_row@Base 4.0.0 + gtk_tree_list_model_get_type@Base 4.0.0 + gtk_tree_list_model_new@Base 4.0.0 + gtk_tree_list_model_set_autoexpand@Base 4.0.0 + gtk_tree_list_row_get_child_row@Base 4.0.0 + gtk_tree_list_row_get_children@Base 4.0.0 + gtk_tree_list_row_get_depth@Base 4.0.0 + gtk_tree_list_row_get_expanded@Base 4.0.0 + gtk_tree_list_row_get_item@Base 4.0.0 + gtk_tree_list_row_get_parent@Base 4.0.0 + gtk_tree_list_row_get_position@Base 4.0.0 + gtk_tree_list_row_get_type@Base 4.0.0 + gtk_tree_list_row_is_expandable@Base 4.0.0 + gtk_tree_list_row_set_expanded@Base 4.0.0 + gtk_tree_list_row_sorter_get_sorter@Base 4.0.0 + gtk_tree_list_row_sorter_get_type@Base 4.0.0 + gtk_tree_list_row_sorter_new@Base 4.0.0 + gtk_tree_list_row_sorter_set_sorter@Base 4.0.0 + gtk_tree_model_filter_clear_cache@Base 4.0.0 + gtk_tree_model_filter_convert_child_iter_to_iter@Base 4.0.0 + gtk_tree_model_filter_convert_child_path_to_path@Base 4.0.0 + gtk_tree_model_filter_convert_iter_to_child_iter@Base 4.0.0 + gtk_tree_model_filter_convert_path_to_child_path@Base 4.0.0 + gtk_tree_model_filter_get_model@Base 4.0.0 + gtk_tree_model_filter_get_type@Base 4.0.0 + gtk_tree_model_filter_new@Base 4.0.0 + gtk_tree_model_filter_refilter@Base 4.0.0 + gtk_tree_model_filter_set_modify_func@Base 4.0.0 + gtk_tree_model_filter_set_visible_column@Base 4.0.0 + gtk_tree_model_filter_set_visible_func@Base 4.0.0 + gtk_tree_model_flags_get_type@Base 4.0.0 + gtk_tree_model_foreach@Base 4.0.0 + gtk_tree_model_get@Base 4.0.0 + gtk_tree_model_get_column_type@Base 4.0.0 + gtk_tree_model_get_flags@Base 4.0.0 + gtk_tree_model_get_iter@Base 4.0.0 + gtk_tree_model_get_iter_first@Base 4.0.0 + gtk_tree_model_get_iter_from_string@Base 4.0.0 + gtk_tree_model_get_n_columns@Base 4.0.0 + gtk_tree_model_get_path@Base 4.0.0 + gtk_tree_model_get_string_from_iter@Base 4.0.0 + gtk_tree_model_get_type@Base 4.0.0 + gtk_tree_model_get_valist@Base 4.0.0 + gtk_tree_model_get_value@Base 4.0.0 + gtk_tree_model_iter_children@Base 4.0.0 + gtk_tree_model_iter_has_child@Base 4.0.0 + gtk_tree_model_iter_n_children@Base 4.0.0 + gtk_tree_model_iter_next@Base 4.0.0 + gtk_tree_model_iter_nth_child@Base 4.0.0 + gtk_tree_model_iter_parent@Base 4.0.0 + gtk_tree_model_iter_previous@Base 4.0.0 + gtk_tree_model_ref_node@Base 4.0.0 + gtk_tree_model_row_changed@Base 4.0.0 + gtk_tree_model_row_deleted@Base 4.0.0 + gtk_tree_model_row_has_child_toggled@Base 4.0.0 + gtk_tree_model_row_inserted@Base 4.0.0 + gtk_tree_model_rows_reordered@Base 4.0.0 + gtk_tree_model_rows_reordered_with_length@Base 4.0.0 + gtk_tree_model_sort_clear_cache@Base 4.0.0 + gtk_tree_model_sort_convert_child_iter_to_iter@Base 4.0.0 + gtk_tree_model_sort_convert_child_path_to_path@Base 4.0.0 + gtk_tree_model_sort_convert_iter_to_child_iter@Base 4.0.0 + gtk_tree_model_sort_convert_path_to_child_path@Base 4.0.0 + gtk_tree_model_sort_get_model@Base 4.0.0 + gtk_tree_model_sort_get_type@Base 4.0.0 + gtk_tree_model_sort_iter_is_valid@Base 4.0.0 + gtk_tree_model_sort_new_with_model@Base 4.0.0 + gtk_tree_model_sort_reset_default_sort_func@Base 4.0.0 + gtk_tree_model_unref_node@Base 4.0.0 + gtk_tree_path_append_index@Base 4.0.0 + gtk_tree_path_compare@Base 4.0.0 + gtk_tree_path_copy@Base 4.0.0 + gtk_tree_path_down@Base 4.0.0 + gtk_tree_path_free@Base 4.0.0 + gtk_tree_path_get_depth@Base 4.0.0 + gtk_tree_path_get_indices@Base 4.0.0 + gtk_tree_path_get_indices_with_depth@Base 4.0.0 + gtk_tree_path_get_type@Base 4.0.0 + gtk_tree_path_is_ancestor@Base 4.0.0 + gtk_tree_path_is_descendant@Base 4.0.0 + gtk_tree_path_new@Base 4.0.0 + gtk_tree_path_new_first@Base 4.0.0 + gtk_tree_path_new_from_indices@Base 4.0.0 + gtk_tree_path_new_from_indicesv@Base 4.0.0 + gtk_tree_path_new_from_string@Base 4.0.0 + gtk_tree_path_next@Base 4.0.0 + gtk_tree_path_prepend_index@Base 4.0.0 + gtk_tree_path_prev@Base 4.0.0 + gtk_tree_path_to_string@Base 4.0.0 + gtk_tree_path_up@Base 4.0.0 + gtk_tree_row_data_get_type@Base 4.0.0 + gtk_tree_row_reference_copy@Base 4.0.0 + gtk_tree_row_reference_deleted@Base 4.0.0 + gtk_tree_row_reference_free@Base 4.0.0 + gtk_tree_row_reference_get_model@Base 4.0.0 + gtk_tree_row_reference_get_path@Base 4.0.0 + gtk_tree_row_reference_get_type@Base 4.0.0 + gtk_tree_row_reference_inserted@Base 4.0.0 + gtk_tree_row_reference_new@Base 4.0.0 + gtk_tree_row_reference_new_proxy@Base 4.0.0 + gtk_tree_row_reference_reordered@Base 4.0.0 + gtk_tree_row_reference_valid@Base 4.0.0 + gtk_tree_selection_count_selected_rows@Base 4.0.0 + gtk_tree_selection_get_mode@Base 4.0.0 + gtk_tree_selection_get_select_function@Base 4.0.0 + gtk_tree_selection_get_selected@Base 4.0.0 + gtk_tree_selection_get_selected_rows@Base 4.0.0 + gtk_tree_selection_get_tree_view@Base 4.0.0 + gtk_tree_selection_get_type@Base 4.0.0 + gtk_tree_selection_get_user_data@Base 4.0.0 + gtk_tree_selection_iter_is_selected@Base 4.0.0 + gtk_tree_selection_path_is_selected@Base 4.0.0 + gtk_tree_selection_select_all@Base 4.0.0 + gtk_tree_selection_select_iter@Base 4.0.0 + gtk_tree_selection_select_path@Base 4.0.0 + gtk_tree_selection_select_range@Base 4.0.0 + gtk_tree_selection_selected_foreach@Base 4.0.0 + gtk_tree_selection_set_mode@Base 4.0.0 + gtk_tree_selection_set_select_function@Base 4.0.0 + gtk_tree_selection_unselect_all@Base 4.0.0 + gtk_tree_selection_unselect_iter@Base 4.0.0 + gtk_tree_selection_unselect_path@Base 4.0.0 + gtk_tree_selection_unselect_range@Base 4.0.0 + gtk_tree_sortable_get_sort_column_id@Base 4.0.0 + gtk_tree_sortable_get_type@Base 4.0.0 + gtk_tree_sortable_has_default_sort_func@Base 4.0.0 + gtk_tree_sortable_set_default_sort_func@Base 4.0.0 + gtk_tree_sortable_set_sort_column_id@Base 4.0.0 + gtk_tree_sortable_set_sort_func@Base 4.0.0 + gtk_tree_sortable_sort_column_changed@Base 4.0.0 + gtk_tree_store_append@Base 4.0.0 + gtk_tree_store_clear@Base 4.0.0 + gtk_tree_store_get_type@Base 4.0.0 + gtk_tree_store_insert@Base 4.0.0 + gtk_tree_store_insert_after@Base 4.0.0 + gtk_tree_store_insert_before@Base 4.0.0 + gtk_tree_store_insert_with_values@Base 4.0.0 + gtk_tree_store_insert_with_valuesv@Base 4.0.0 + gtk_tree_store_is_ancestor@Base 4.0.0 + gtk_tree_store_iter_depth@Base 4.0.0 + gtk_tree_store_iter_is_valid@Base 4.0.0 + gtk_tree_store_move_after@Base 4.0.0 + gtk_tree_store_move_before@Base 4.0.0 + gtk_tree_store_new@Base 4.0.0 + gtk_tree_store_newv@Base 4.0.0 + gtk_tree_store_prepend@Base 4.0.0 + gtk_tree_store_remove@Base 4.0.0 + gtk_tree_store_reorder@Base 4.0.0 + gtk_tree_store_set@Base 4.0.0 + gtk_tree_store_set_column_types@Base 4.0.0 + gtk_tree_store_set_valist@Base 4.0.0 + gtk_tree_store_set_value@Base 4.0.0 + gtk_tree_store_set_valuesv@Base 4.0.0 + gtk_tree_store_swap@Base 4.0.0 + gtk_tree_view_append_column@Base 4.0.0 + gtk_tree_view_collapse_all@Base 4.0.0 + gtk_tree_view_collapse_row@Base 4.0.0 + gtk_tree_view_column_add_attribute@Base 4.0.0 + gtk_tree_view_column_cell_get_position@Base 4.0.0 + gtk_tree_view_column_cell_get_size@Base 4.0.0 + gtk_tree_view_column_cell_is_visible@Base 4.0.0 + gtk_tree_view_column_cell_set_cell_data@Base 4.0.0 + gtk_tree_view_column_clear@Base 4.0.0 + gtk_tree_view_column_clear_attributes@Base 4.0.0 + gtk_tree_view_column_clicked@Base 4.0.0 + gtk_tree_view_column_focus_cell@Base 4.0.0 + gtk_tree_view_column_get_alignment@Base 4.0.0 + gtk_tree_view_column_get_button@Base 4.0.0 + gtk_tree_view_column_get_clickable@Base 4.0.0 + gtk_tree_view_column_get_expand@Base 4.0.0 + gtk_tree_view_column_get_fixed_width@Base 4.0.0 + gtk_tree_view_column_get_max_width@Base 4.0.0 + gtk_tree_view_column_get_min_width@Base 4.0.0 + gtk_tree_view_column_get_reorderable@Base 4.0.0 + gtk_tree_view_column_get_resizable@Base 4.0.0 + gtk_tree_view_column_get_sizing@Base 4.0.0 + gtk_tree_view_column_get_sort_column_id@Base 4.0.0 + gtk_tree_view_column_get_sort_indicator@Base 4.0.0 + gtk_tree_view_column_get_sort_order@Base 4.0.0 + gtk_tree_view_column_get_spacing@Base 4.0.0 + gtk_tree_view_column_get_title@Base 4.0.0 + gtk_tree_view_column_get_tree_view@Base 4.0.0 + gtk_tree_view_column_get_type@Base 4.0.0 + gtk_tree_view_column_get_visible@Base 4.0.0 + gtk_tree_view_column_get_widget@Base 4.0.0 + gtk_tree_view_column_get_width@Base 4.0.0 + gtk_tree_view_column_get_x_offset@Base 4.0.0 + gtk_tree_view_column_new@Base 4.0.0 + gtk_tree_view_column_new_with_area@Base 4.0.0 + gtk_tree_view_column_new_with_attributes@Base 4.0.0 + gtk_tree_view_column_pack_end@Base 4.0.0 + gtk_tree_view_column_pack_start@Base 4.0.0 + gtk_tree_view_column_queue_resize@Base 4.0.0 + gtk_tree_view_column_set_alignment@Base 4.0.0 + gtk_tree_view_column_set_attributes@Base 4.0.0 + gtk_tree_view_column_set_cell_data_func@Base 4.0.0 + gtk_tree_view_column_set_clickable@Base 4.0.0 + gtk_tree_view_column_set_expand@Base 4.0.0 + gtk_tree_view_column_set_fixed_width@Base 4.0.0 + gtk_tree_view_column_set_max_width@Base 4.0.0 + gtk_tree_view_column_set_min_width@Base 4.0.0 + gtk_tree_view_column_set_reorderable@Base 4.0.0 + gtk_tree_view_column_set_resizable@Base 4.0.0 + gtk_tree_view_column_set_sizing@Base 4.0.0 + gtk_tree_view_column_set_sort_column_id@Base 4.0.0 + gtk_tree_view_column_set_sort_indicator@Base 4.0.0 + gtk_tree_view_column_set_sort_order@Base 4.0.0 + gtk_tree_view_column_set_spacing@Base 4.0.0 + gtk_tree_view_column_set_title@Base 4.0.0 + gtk_tree_view_column_set_visible@Base 4.0.0 + gtk_tree_view_column_set_widget@Base 4.0.0 + gtk_tree_view_column_sizing_get_type@Base 4.0.0 + gtk_tree_view_columns_autosize@Base 4.0.0 + gtk_tree_view_convert_bin_window_to_tree_coords@Base 4.0.0 + gtk_tree_view_convert_bin_window_to_widget_coords@Base 4.0.0 + gtk_tree_view_convert_tree_to_bin_window_coords@Base 4.0.0 + gtk_tree_view_convert_tree_to_widget_coords@Base 4.0.0 + gtk_tree_view_convert_widget_to_bin_window_coords@Base 4.0.0 + gtk_tree_view_convert_widget_to_tree_coords@Base 4.0.0 + gtk_tree_view_create_row_drag_icon@Base 4.0.0 + gtk_tree_view_drop_position_get_type@Base 4.0.0 + gtk_tree_view_enable_model_drag_dest@Base 4.0.0 + gtk_tree_view_enable_model_drag_source@Base 4.0.0 + gtk_tree_view_expand_all@Base 4.0.0 + gtk_tree_view_expand_row@Base 4.0.0 + gtk_tree_view_expand_to_path@Base 4.0.0 + gtk_tree_view_get_activate_on_single_click@Base 4.0.0 + gtk_tree_view_get_background_area@Base 4.0.0 + gtk_tree_view_get_cell_area@Base 4.0.0 + gtk_tree_view_get_column@Base 4.0.0 + gtk_tree_view_get_columns@Base 4.0.0 + gtk_tree_view_get_cursor@Base 4.0.0 + gtk_tree_view_get_dest_row_at_pos@Base 4.0.0 + gtk_tree_view_get_drag_dest_row@Base 4.0.0 + gtk_tree_view_get_enable_search@Base 4.0.0 + gtk_tree_view_get_enable_tree_lines@Base 4.0.0 + gtk_tree_view_get_expander_column@Base 4.0.0 + gtk_tree_view_get_fixed_height_mode@Base 4.0.0 + gtk_tree_view_get_grid_lines@Base 4.0.0 + gtk_tree_view_get_headers_clickable@Base 4.0.0 + gtk_tree_view_get_headers_visible@Base 4.0.0 + gtk_tree_view_get_hover_expand@Base 4.0.0 + gtk_tree_view_get_hover_selection@Base 4.0.0 + gtk_tree_view_get_level_indentation@Base 4.0.0 + gtk_tree_view_get_model@Base 4.0.0 + gtk_tree_view_get_n_columns@Base 4.0.0 + gtk_tree_view_get_path_at_pos@Base 4.0.0 + gtk_tree_view_get_reorderable@Base 4.0.0 + gtk_tree_view_get_row_separator_func@Base 4.0.0 + gtk_tree_view_get_rubber_banding@Base 4.0.0 + gtk_tree_view_get_search_column@Base 4.0.0 + gtk_tree_view_get_search_entry@Base 4.0.0 + gtk_tree_view_get_search_equal_func@Base 4.0.0 + gtk_tree_view_get_selection@Base 4.0.0 + gtk_tree_view_get_show_expanders@Base 4.0.0 + gtk_tree_view_get_tooltip_column@Base 4.0.0 + gtk_tree_view_get_tooltip_context@Base 4.0.0 + gtk_tree_view_get_type@Base 4.0.0 + gtk_tree_view_get_visible_range@Base 4.0.0 + gtk_tree_view_get_visible_rect@Base 4.0.0 + gtk_tree_view_grid_lines_get_type@Base 4.0.0 + gtk_tree_view_insert_column@Base 4.0.0 + gtk_tree_view_insert_column_with_attributes@Base 4.0.0 + gtk_tree_view_insert_column_with_data_func@Base 4.0.0 + gtk_tree_view_is_blank_at_pos@Base 4.0.0 + gtk_tree_view_is_rubber_banding_active@Base 4.0.0 + gtk_tree_view_map_expanded_rows@Base 4.0.0 + gtk_tree_view_move_column_after@Base 4.0.0 + gtk_tree_view_new@Base 4.0.0 + gtk_tree_view_new_with_model@Base 4.0.0 + gtk_tree_view_remove_column@Base 4.0.0 + gtk_tree_view_row_activated@Base 4.0.0 + gtk_tree_view_row_expanded@Base 4.0.0 + gtk_tree_view_scroll_to_cell@Base 4.0.0 + gtk_tree_view_scroll_to_point@Base 4.0.0 + gtk_tree_view_set_activate_on_single_click@Base 4.0.0 + gtk_tree_view_set_column_drag_function@Base 4.0.0 + gtk_tree_view_set_cursor@Base 4.0.0 + gtk_tree_view_set_cursor_on_cell@Base 4.0.0 + gtk_tree_view_set_drag_dest_row@Base 4.0.0 + gtk_tree_view_set_enable_search@Base 4.0.0 + gtk_tree_view_set_enable_tree_lines@Base 4.0.0 + gtk_tree_view_set_expander_column@Base 4.0.0 + gtk_tree_view_set_fixed_height_mode@Base 4.0.0 + gtk_tree_view_set_grid_lines@Base 4.0.0 + gtk_tree_view_set_headers_clickable@Base 4.0.0 + gtk_tree_view_set_headers_visible@Base 4.0.0 + gtk_tree_view_set_hover_expand@Base 4.0.0 + gtk_tree_view_set_hover_selection@Base 4.0.0 + gtk_tree_view_set_level_indentation@Base 4.0.0 + gtk_tree_view_set_model@Base 4.0.0 + gtk_tree_view_set_reorderable@Base 4.0.0 + gtk_tree_view_set_row_separator_func@Base 4.0.0 + gtk_tree_view_set_rubber_banding@Base 4.0.0 + gtk_tree_view_set_search_column@Base 4.0.0 + gtk_tree_view_set_search_entry@Base 4.0.0 + gtk_tree_view_set_search_equal_func@Base 4.0.0 + gtk_tree_view_set_show_expanders@Base 4.0.0 + gtk_tree_view_set_tooltip_cell@Base 4.0.0 + gtk_tree_view_set_tooltip_column@Base 4.0.0 + gtk_tree_view_set_tooltip_row@Base 4.0.0 + gtk_tree_view_unset_rows_drag_dest@Base 4.0.0 + gtk_tree_view_unset_rows_drag_source@Base 4.0.0 + gtk_unit_get_type@Base 4.0.0 + gtk_value_dup_expression@Base 4.0.0 + gtk_value_get_expression@Base 4.0.0 + gtk_value_set_expression@Base 4.0.0 + gtk_value_take_expression@Base 4.0.0 + gtk_video_get_autoplay@Base 4.0.0 + gtk_video_get_file@Base 4.0.0 + gtk_video_get_loop@Base 4.0.0 + gtk_video_get_media_stream@Base 4.0.0 + gtk_video_get_type@Base 4.0.0 + gtk_video_new@Base 4.0.0 + gtk_video_new_for_file@Base 4.0.0 + gtk_video_new_for_filename@Base 4.0.0 + gtk_video_new_for_media_stream@Base 4.0.0 + gtk_video_new_for_resource@Base 4.0.0 + gtk_video_set_autoplay@Base 4.0.0 + gtk_video_set_file@Base 4.0.0 + gtk_video_set_filename@Base 4.0.0 + gtk_video_set_loop@Base 4.0.0 + gtk_video_set_media_stream@Base 4.0.0 + gtk_video_set_resource@Base 4.0.0 + gtk_viewport_get_child@Base 4.0.0 + gtk_viewport_get_scroll_to_focus@Base 4.0.0 + gtk_viewport_get_type@Base 4.0.0 + gtk_viewport_new@Base 4.0.0 + gtk_viewport_set_child@Base 4.0.0 + gtk_viewport_set_scroll_to_focus@Base 4.0.0 + gtk_volume_button_get_type@Base 4.0.0 + gtk_volume_button_new@Base 4.0.0 + gtk_widget_action_set_enabled@Base 4.0.0 + gtk_widget_activate@Base 4.0.0 + gtk_widget_activate_action@Base 4.0.0 + gtk_widget_activate_action_variant@Base 4.0.0 + gtk_widget_activate_default@Base 4.0.0 + gtk_widget_add_controller@Base 4.0.0 + gtk_widget_add_css_class@Base 4.0.0 + gtk_widget_add_mnemonic_label@Base 4.0.0 + gtk_widget_add_tick_callback@Base 4.0.0 + gtk_widget_allocate@Base 4.0.0 + gtk_widget_child_focus@Base 4.0.0 + gtk_widget_class_add_binding@Base 4.0.0 + gtk_widget_class_add_binding_action@Base 4.0.0 + gtk_widget_class_add_binding_signal@Base 4.0.0 + gtk_widget_class_add_shortcut@Base 4.0.0 + gtk_widget_class_bind_template_callback_full@Base 4.0.0 + gtk_widget_class_bind_template_child_full@Base 4.0.0 + gtk_widget_class_get_accessible_role@Base 4.0.0 + gtk_widget_class_get_activate_signal@Base 4.0.0 + gtk_widget_class_get_css_name@Base 4.0.0 + gtk_widget_class_get_layout_manager_type@Base 4.0.0 + gtk_widget_class_install_action@Base 4.0.0 + gtk_widget_class_install_property_action@Base 4.0.0 + gtk_widget_class_query_action@Base 4.0.0 + gtk_widget_class_set_accessible_role@Base 4.0.0 + gtk_widget_class_set_activate_signal@Base 4.0.0 + gtk_widget_class_set_activate_signal_from_name@Base 4.0.0 + gtk_widget_class_set_css_name@Base 4.0.0 + gtk_widget_class_set_layout_manager_type@Base 4.0.0 + gtk_widget_class_set_template@Base 4.0.0 + gtk_widget_class_set_template_from_resource@Base 4.0.0 + gtk_widget_class_set_template_scope@Base 4.0.0 + gtk_widget_compute_bounds@Base 4.0.0 + gtk_widget_compute_expand@Base 4.0.0 + gtk_widget_compute_point@Base 4.0.0 + gtk_widget_compute_transform@Base 4.0.0 + gtk_widget_contains@Base 4.0.0 + gtk_widget_create_pango_context@Base 4.0.0 + gtk_widget_create_pango_layout@Base 4.0.0 + gtk_widget_error_bell@Base 4.0.0 + gtk_widget_get_allocated_baseline@Base 4.0.0 + gtk_widget_get_allocated_height@Base 4.0.0 + gtk_widget_get_allocated_width@Base 4.0.0 + gtk_widget_get_allocation@Base 4.0.0 + gtk_widget_get_ancestor@Base 4.0.0 + gtk_widget_get_can_focus@Base 4.0.0 + gtk_widget_get_can_target@Base 4.0.0 + gtk_widget_get_child_visible@Base 4.0.0 + gtk_widget_get_clipboard@Base 4.0.0 + gtk_widget_get_css_classes@Base 4.0.0 + gtk_widget_get_css_name@Base 4.0.0 + gtk_widget_get_cursor@Base 4.0.0 + gtk_widget_get_default_direction@Base 4.0.0 + gtk_widget_get_direction@Base 4.0.0 + gtk_widget_get_display@Base 4.0.0 + gtk_widget_get_first_child@Base 4.0.0 + gtk_widget_get_focus_child@Base 4.0.0 + gtk_widget_get_focus_on_click@Base 4.0.0 + gtk_widget_get_focusable@Base 4.0.0 + gtk_widget_get_font_map@Base 4.0.0 + gtk_widget_get_font_options@Base 4.0.0 + gtk_widget_get_frame_clock@Base 4.0.0 + gtk_widget_get_halign@Base 4.0.0 + gtk_widget_get_has_tooltip@Base 4.0.0 + gtk_widget_get_height@Base 4.0.0 + gtk_widget_get_hexpand@Base 4.0.0 + gtk_widget_get_hexpand_set@Base 4.0.0 + gtk_widget_get_last_child@Base 4.0.0 + gtk_widget_get_layout_manager@Base 4.0.0 + gtk_widget_get_mapped@Base 4.0.0 + gtk_widget_get_margin_bottom@Base 4.0.0 + gtk_widget_get_margin_end@Base 4.0.0 + gtk_widget_get_margin_start@Base 4.0.0 + gtk_widget_get_margin_top@Base 4.0.0 + gtk_widget_get_name@Base 4.0.0 + gtk_widget_get_native@Base 4.0.0 + gtk_widget_get_next_sibling@Base 4.0.0 + gtk_widget_get_opacity@Base 4.0.0 + gtk_widget_get_overflow@Base 4.0.0 + gtk_widget_get_pango_context@Base 4.0.0 + gtk_widget_get_parent@Base 4.0.0 + gtk_widget_get_preferred_size@Base 4.0.0 + gtk_widget_get_prev_sibling@Base 4.0.0 + gtk_widget_get_primary_clipboard@Base 4.0.0 + gtk_widget_get_realized@Base 4.0.0 + gtk_widget_get_receives_default@Base 4.0.0 + gtk_widget_get_request_mode@Base 4.0.0 + gtk_widget_get_root@Base 4.0.0 + gtk_widget_get_scale_factor@Base 4.0.0 + gtk_widget_get_sensitive@Base 4.0.0 + gtk_widget_get_settings@Base 4.0.0 + gtk_widget_get_size@Base 4.0.0 + gtk_widget_get_size_request@Base 4.0.0 + gtk_widget_get_state_flags@Base 4.0.0 + gtk_widget_get_style_context@Base 4.0.0 + gtk_widget_get_template_child@Base 4.0.0 + gtk_widget_get_tooltip_markup@Base 4.0.0 + gtk_widget_get_tooltip_text@Base 4.0.0 + gtk_widget_get_type@Base 4.0.0 + gtk_widget_get_valign@Base 4.0.0 + gtk_widget_get_vexpand@Base 4.0.0 + gtk_widget_get_vexpand_set@Base 4.0.0 + gtk_widget_get_visible@Base 4.0.0 + gtk_widget_get_width@Base 4.0.0 + gtk_widget_grab_focus@Base 4.0.0 + gtk_widget_has_css_class@Base 4.0.0 + gtk_widget_has_default@Base 4.0.0 + gtk_widget_has_focus@Base 4.0.0 + gtk_widget_has_visible_focus@Base 4.0.0 + gtk_widget_hide@Base 4.0.0 + gtk_widget_in_destruction@Base 4.0.0 + gtk_widget_init_template@Base 4.0.0 + gtk_widget_insert_action_group@Base 4.0.0 + gtk_widget_insert_after@Base 4.0.0 + gtk_widget_insert_before@Base 4.0.0 + gtk_widget_is_ancestor@Base 4.0.0 + gtk_widget_is_drawable@Base 4.0.0 + gtk_widget_is_focus@Base 4.0.0 + gtk_widget_is_sensitive@Base 4.0.0 + gtk_widget_is_visible@Base 4.0.0 + gtk_widget_keynav_failed@Base 4.0.0 + gtk_widget_list_mnemonic_labels@Base 4.0.0 + gtk_widget_map@Base 4.0.0 + gtk_widget_measure@Base 4.0.0 + gtk_widget_mnemonic_activate@Base 4.0.0 + gtk_widget_observe_children@Base 4.0.0 + gtk_widget_observe_controllers@Base 4.0.0 + gtk_widget_paintable_get_type@Base 4.0.0 + gtk_widget_paintable_get_widget@Base 4.0.0 + gtk_widget_paintable_new@Base 4.0.0 + gtk_widget_paintable_set_widget@Base 4.0.0 + gtk_widget_pick@Base 4.0.0 + gtk_widget_queue_allocate@Base 4.0.0 + gtk_widget_queue_draw@Base 4.0.0 + gtk_widget_queue_resize@Base 4.0.0 + gtk_widget_realize@Base 4.0.0 + gtk_widget_remove_controller@Base 4.0.0 + gtk_widget_remove_css_class@Base 4.0.0 + gtk_widget_remove_mnemonic_label@Base 4.0.0 + gtk_widget_remove_tick_callback@Base 4.0.0 + gtk_widget_set_can_focus@Base 4.0.0 + gtk_widget_set_can_target@Base 4.0.0 + gtk_widget_set_child_visible@Base 4.0.0 + gtk_widget_set_css_classes@Base 4.0.0 + gtk_widget_set_cursor@Base 4.0.0 + gtk_widget_set_cursor_from_name@Base 4.0.0 + gtk_widget_set_default_direction@Base 4.0.0 + gtk_widget_set_direction@Base 4.0.0 + gtk_widget_set_focus_child@Base 4.0.0 + gtk_widget_set_focus_on_click@Base 4.0.0 + gtk_widget_set_focusable@Base 4.0.0 + gtk_widget_set_font_map@Base 4.0.0 + gtk_widget_set_font_options@Base 4.0.0 + gtk_widget_set_halign@Base 4.0.0 + gtk_widget_set_has_tooltip@Base 4.0.0 + gtk_widget_set_hexpand@Base 4.0.0 + gtk_widget_set_hexpand_set@Base 4.0.0 + gtk_widget_set_layout_manager@Base 4.0.0 + gtk_widget_set_margin_bottom@Base 4.0.0 + gtk_widget_set_margin_end@Base 4.0.0 + gtk_widget_set_margin_start@Base 4.0.0 + gtk_widget_set_margin_top@Base 4.0.0 + gtk_widget_set_name@Base 4.0.0 + gtk_widget_set_opacity@Base 4.0.0 + gtk_widget_set_overflow@Base 4.0.0 + gtk_widget_set_parent@Base 4.0.0 + gtk_widget_set_receives_default@Base 4.0.0 + gtk_widget_set_sensitive@Base 4.0.0 + gtk_widget_set_size_request@Base 4.0.0 + gtk_widget_set_state_flags@Base 4.0.0 + gtk_widget_set_tooltip_markup@Base 4.0.0 + gtk_widget_set_tooltip_text@Base 4.0.0 + gtk_widget_set_valign@Base 4.0.0 + gtk_widget_set_vexpand@Base 4.0.0 + gtk_widget_set_vexpand_set@Base 4.0.0 + gtk_widget_set_visible@Base 4.0.0 + gtk_widget_should_layout@Base 4.0.0 + gtk_widget_show@Base 4.0.0 + gtk_widget_size_allocate@Base 4.0.0 + gtk_widget_snapshot_child@Base 4.0.0 + gtk_widget_translate_coordinates@Base 4.0.0 + gtk_widget_trigger_tooltip_query@Base 4.0.0 + gtk_widget_unmap@Base 4.0.0 + gtk_widget_unparent@Base 4.0.0 + gtk_widget_unrealize@Base 4.0.0 + gtk_widget_unset_state_flags@Base 4.0.0 + gtk_window_close@Base 4.0.0 + gtk_window_controls_get_decoration_layout@Base 4.0.0 + gtk_window_controls_get_empty@Base 4.0.0 + gtk_window_controls_get_side@Base 4.0.0 + gtk_window_controls_get_type@Base 4.0.0 + gtk_window_controls_new@Base 4.0.0 + gtk_window_controls_set_decoration_layout@Base 4.0.0 + gtk_window_controls_set_side@Base 4.0.0 + gtk_window_destroy@Base 4.0.0 + gtk_window_fullscreen@Base 4.0.0 + gtk_window_fullscreen_on_monitor@Base 4.0.0 + gtk_window_get_application@Base 4.0.0 + gtk_window_get_child@Base 4.0.0 + gtk_window_get_decorated@Base 4.0.0 + gtk_window_get_default_icon_name@Base 4.0.0 + gtk_window_get_default_size@Base 4.0.0 + gtk_window_get_default_widget@Base 4.0.0 + gtk_window_get_deletable@Base 4.0.0 + gtk_window_get_destroy_with_parent@Base 4.0.0 + gtk_window_get_focus@Base 4.0.0 + gtk_window_get_focus_visible@Base 4.0.0 + gtk_window_get_group@Base 4.0.0 + gtk_window_get_handle_menubar_accel@Base 4.3.1 + gtk_window_get_hide_on_close@Base 4.0.0 + gtk_window_get_icon_name@Base 4.0.0 + gtk_window_get_mnemonics_visible@Base 4.0.0 + gtk_window_get_modal@Base 4.0.0 + gtk_window_get_resizable@Base 4.0.0 + gtk_window_get_title@Base 4.0.0 + gtk_window_get_titlebar@Base 4.0.0 + gtk_window_get_toplevels@Base 4.0.0 + gtk_window_get_transient_for@Base 4.0.0 + gtk_window_get_type@Base 4.0.0 + gtk_window_group_add_window@Base 4.0.0 + gtk_window_group_get_type@Base 4.0.0 + gtk_window_group_list_windows@Base 4.0.0 + gtk_window_group_new@Base 4.0.0 + gtk_window_group_remove_window@Base 4.0.0 + gtk_window_handle_get_child@Base 4.0.0 + gtk_window_handle_get_type@Base 4.0.0 + gtk_window_handle_new@Base 4.0.0 + gtk_window_handle_set_child@Base 4.0.0 + gtk_window_has_group@Base 4.0.0 + gtk_window_is_active@Base 4.0.0 + gtk_window_is_fullscreen@Base 4.0.0 + gtk_window_is_maximized@Base 4.0.0 + gtk_window_list_toplevels@Base 4.0.0 + gtk_window_maximize@Base 4.0.0 + gtk_window_minimize@Base 4.0.0 + gtk_window_new@Base 4.0.0 + gtk_window_present@Base 4.0.0 + gtk_window_present_with_time@Base 4.0.0 + gtk_window_set_application@Base 4.0.0 + gtk_window_set_auto_startup_notification@Base 4.0.0 + gtk_window_set_child@Base 4.0.0 + gtk_window_set_decorated@Base 4.0.0 + gtk_window_set_default_icon_name@Base 4.0.0 + gtk_window_set_default_size@Base 4.0.0 + gtk_window_set_default_widget@Base 4.0.0 + gtk_window_set_deletable@Base 4.0.0 + gtk_window_set_destroy_with_parent@Base 4.0.0 + gtk_window_set_display@Base 4.0.0 + gtk_window_set_focus@Base 4.0.0 + gtk_window_set_focus_visible@Base 4.0.0 + gtk_window_set_handle_menubar_accel@Base 4.3.1 + gtk_window_set_hide_on_close@Base 4.0.0 + gtk_window_set_icon_name@Base 4.0.0 + gtk_window_set_interactive_debugging@Base 4.0.0 + gtk_window_set_mnemonics_visible@Base 4.0.0 + gtk_window_set_modal@Base 4.0.0 + gtk_window_set_resizable@Base 4.0.0 + gtk_window_set_startup_id@Base 4.0.0 + gtk_window_set_title@Base 4.0.0 + gtk_window_set_titlebar@Base 4.0.0 + gtk_window_set_transient_for@Base 4.0.0 + gtk_window_unfullscreen@Base 4.0.0 + gtk_window_unmaximize@Base 4.0.0 + gtk_window_unminimize@Base 4.0.0 + gtk_wrap_mode_get_type@Base 4.0.0 diff --git a/libgtk-4-1.triggers.in b/libgtk-4-1.triggers.in new file mode 100644 index 0000000000..47782d98bd --- /dev/null +++ b/libgtk-4-1.triggers.in @@ -0,0 +1,2 @@ +interest-noawait /@MODULES_BASE_PATH@/immodules +interest-noawait /@MODULES_BASE_PATH@/printbackends diff --git a/libgtk-4-bin.install b/libgtk-4-bin.install new file mode 100644 index 0000000000..bca95555d1 --- /dev/null +++ b/libgtk-4-bin.install @@ -0,0 +1,10 @@ +usr/bin/gtk4-builder-tool +usr/bin/gtk4-encode-symbolic-svg +usr/bin/gtk4-launch +usr/bin/gtk4-query-settings +usr/bin/gtk4-update-icon-cache +usr/share/man/*/gtk4-encode-symbolic-svg.* +usr/share/man/man1/gtk4-builder-tool.1 +usr/share/man/man1/gtk4-launch.1 +usr/share/man/man1/gtk4-query-settings.1 +usr/share/man/man1/gtk4-update-icon-cache.1 diff --git a/libgtk-4-bin.links b/libgtk-4-bin.links new file mode 100644 index 0000000000..b86d8b8fb8 --- /dev/null +++ b/libgtk-4-bin.links @@ -0,0 +1,2 @@ +usr/share/doc/${env:COMMON_PKG}/NEWS.gz usr/share/doc/${env:BIN_PKG}/NEWS.gz +usr/share/doc/${env:COMMON_PKG}/${env:README_MD_MAYBE_GZ} usr/share/doc/${env:BIN_PKG}/${env:README_MD_MAYBE_GZ} diff --git a/libgtk-4-common.install b/libgtk-4-common.install new file mode 100644 index 0000000000..41ebd4fb2e --- /dev/null +++ b/libgtk-4-common.install @@ -0,0 +1,3 @@ +usr/share/glib-2.0/schemas/org.gtk.gtk4.Settings.*.gschema.xml +usr/share/gtk-4.0/emoji +usr/share/locale diff --git a/libgtk-4-common.maintscript b/libgtk-4-common.maintscript new file mode 100644 index 0000000000..39d8e2ca1d --- /dev/null +++ b/libgtk-4-common.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/gtk-4.0/im-multipress.conf 3.96.0-1~ libgtk-4-common diff --git a/libgtk-4-dev.install b/libgtk-4-dev.install new file mode 100644 index 0000000000..2d01bcee15 --- /dev/null +++ b/libgtk-4-dev.install @@ -0,0 +1,8 @@ +usr/include/gtk* +${env:LIBDIR}/libgtk*.so +${env:LIBDIR}/pkgconfig/g?k* +usr/share/gettext/its/gtk4builder.its +usr/share/gettext/its/gtk4builder.loc +usr/share/gir-1.0 +usr/share/gtk-4.0/gtk4builder.rng +usr/share/gtk-4.0/valgrind diff --git a/libgtk-4-dev.links b/libgtk-4-dev.links new file mode 100644 index 0000000000..8da8fc6056 --- /dev/null +++ b/libgtk-4-dev.links @@ -0,0 +1,2 @@ +usr/share/doc/${env:COMMON_PKG}/NEWS.gz usr/share/doc/${env:DEV_PKG}/NEWS.gz +usr/share/doc/${env:COMMON_PKG}/${env:README_MD_MAYBE_GZ} usr/share/doc/${env:DEV_PKG}/${env:README_MD_MAYBE_GZ} diff --git a/libgtk-4-doc.doc-base.gdk-wayland.in b/libgtk-4-doc.doc-base.gdk-wayland.in new file mode 100644 index 0000000000..6d2090ad54 --- /dev/null +++ b/libgtk-4-doc.doc-base.gdk-wayland.in @@ -0,0 +1,13 @@ +Document: gdk4-wayland +Title: GdkWayland 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 with the wayland backend. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/@DOC_PKG@/gdk4-wayland/index.html +Files: /usr/share/doc/@DOC_PKG@/gdk4-wayland/*.html diff --git a/libgtk-4-doc.doc-base.gdk-x11.in b/libgtk-4-doc.doc-base.gdk-x11.in new file mode 100644 index 0000000000..28fcc06c6e --- /dev/null +++ b/libgtk-4-doc.doc-base.gdk-x11.in @@ -0,0 +1,13 @@ +Document: gdk4-x11 +Title: GdkX11 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 with the X11 backend. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/@DOC_PKG@/gdk4-x11/index.html +Files: /usr/share/doc/@DOC_PKG@/gdk4-x11/*.html diff --git a/libgtk-4-doc.doc-base.gdk.in b/libgtk-4-doc.doc-base.gdk.in new file mode 100644 index 0000000000..47a647053e --- /dev/null +++ b/libgtk-4-doc.doc-base.gdk.in @@ -0,0 +1,13 @@ +Document: gdk4 +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@/gdk4/index.html +Files: /usr/share/doc/@DOC_PKG@/gdk4/*.html diff --git a/libgtk-4-doc.doc-base.gsk.in b/libgtk-4-doc.doc-base.gsk.in new file mode 100644 index 0000000000..cb20dcecf1 --- /dev/null +++ b/libgtk-4-doc.doc-base.gsk.in @@ -0,0 +1,12 @@ +Document: gsk4 +Title: GSK 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 in GSK. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/@DOC_PKG@/gsk4/index.html +Files: /usr/share/doc/@DOC_PKG@/gsk4/*.html diff --git a/libgtk-4-doc.doc-base.gtk.in b/libgtk-4-doc.doc-base.gtk.in new file mode 100644 index 0000000000..555c01a1f4 --- /dev/null +++ b/libgtk-4-doc.doc-base.gtk.in @@ -0,0 +1,11 @@ +Document: gtk4 +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@/gtk4/index.html +Files: /usr/share/doc/@DOC_PKG@/gtk4/*.html diff --git a/libgtk-4-doc.docs b/libgtk-4-doc.docs new file mode 100644 index 0000000000..bf4cbd5a4e --- /dev/null +++ b/libgtk-4-doc.docs @@ -0,0 +1 @@ +docs/*.txt diff --git a/libgtk-4-doc.install b/libgtk-4-doc.install new file mode 100644 index 0000000000..a138dd6236 --- /dev/null +++ b/libgtk-4-doc.install @@ -0,0 +1,5 @@ +usr/share/doc/gdk4 usr/share/doc/${env:DOC_PKG} +usr/share/doc/gdk4-wayland usr/share/doc/${env:DOC_PKG} +usr/share/doc/gdk4-x11 usr/share/doc/${env:DOC_PKG} +usr/share/doc/gsk4 usr/share/doc/${env:DOC_PKG} +usr/share/doc/gtk4 usr/share/doc/${env:DOC_PKG} diff --git a/libgtk-4-doc.links b/libgtk-4-doc.links new file mode 100644 index 0000000000..d25d4bd862 --- /dev/null +++ b/libgtk-4-doc.links @@ -0,0 +1,16 @@ +usr/share/doc/${env:DOC_PKG}/gdk4 usr/share/doc/${env:DEV_PKG}/gdk4 +usr/share/doc/${env:DOC_PKG}/gdk4 usr/share/devhelp/books/gdk4 +usr/share/doc/${env:DOC_PKG}/gdk4-wayland usr/share/doc/${env:DEV_PKG}/gdk4-wayland +usr/share/doc/${env:DOC_PKG}/gdk4-wayland usr/share/devhelp/books/gdk4-wayland +usr/share/doc/${env:DOC_PKG}/gdk4-x11 usr/share/doc/${env:DEV_PKG}/gdk4-x11 +usr/share/doc/${env:DOC_PKG}/gdk4-x11 usr/share/devhelp/books/gdk4-x11 +usr/share/doc/${env:DOC_PKG}/gsk4 usr/share/doc/${env:DEV_PKG}/gsk4 +usr/share/doc/${env:DOC_PKG}/gsk4 usr/share/devhelp/books/gsk4 +usr/share/doc/${env:DOC_PKG}/gtk4 usr/share/doc/${env:DEV_PKG}/gtk4 +usr/share/doc/${env:DOC_PKG}/gtk4 usr/share/devhelp/books/gtk4 +usr/share/doc/libglib2.0-doc/glib usr/share/doc/${env:DEV_PKG}/glib +usr/share/doc/libglib2.0-doc/glib usr/share/doc/${env:DOC_PKG}/glib +usr/share/doc/libglib2.0-doc/gobject usr/share/doc/${env:DEV_PKG}/gobject +usr/share/doc/libglib2.0-doc/gobject usr/share/doc/${env:DOC_PKG}/gobject +usr/share/doc/libpango1.0-doc/pango usr/share/doc/${env:DEV_PKG}/pango +usr/share/doc/libpango1.0-doc/pango usr/share/doc/${env:DOC_PKG}/pango diff --git a/libgtk-4-doc.maintscript b/libgtk-4-doc.maintscript new file mode 100644 index 0000000000..b3996eb7b0 --- /dev/null +++ b/libgtk-4-doc.maintscript @@ -0,0 +1,6 @@ +dir_to_symlink /usr/share/doc/libgtk-4-doc/gdk4 ../../gtk-doc/html/gdk4 3.96.0-1~ +dir_to_symlink /usr/share/doc/libgtk-4-doc/gsk4 ../../gtk-doc/html/gsk4 3.96.0-1~ +dir_to_symlink /usr/share/doc/libgtk-4-doc/gtk4 ../../gtk-doc/html/gtk4 3.96.0-1~ +symlink_to_dir /usr/share/gtk-doc/html/gdk4 ../../doc/libgtk-4-doc/gdk4 3.96.0-1~ +symlink_to_dir /usr/share/gtk-doc/html/gsk4 ../../doc/libgtk-4-doc/gsk4 3.96.0-1~ +symlink_to_dir /usr/share/gtk-doc/html/gtk4 ../../doc/libgtk-4-doc/gtk4 3.96.0-1~ diff --git a/libgtk-4-media-ffmpeg.install b/libgtk-4-media-ffmpeg.install new file mode 100644 index 0000000000..3d919b9f05 --- /dev/null +++ b/libgtk-4-media-ffmpeg.install @@ -0,0 +1 @@ +${env:MODULES_BASE_PATH}/media/libmedia-ffmpeg.so diff --git a/libgtk-4-media-gstreamer.install b/libgtk-4-media-gstreamer.install new file mode 100644 index 0000000000..c00a49ae10 --- /dev/null +++ b/libgtk-4-media-gstreamer.install @@ -0,0 +1 @@ +${env:MODULES_BASE_PATH}/media/libmedia-gstreamer.so diff --git a/log-reftests.py b/log-reftests.py new file mode 100755 index 0000000000..7dc9b9bcd5 --- /dev/null +++ b/log-reftests.py @@ -0,0 +1,57 @@ +#!/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 node in Path('testsuite', 'gsk', 'compare').glob('*.node'): + for outputs in ( + Path( + 'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare', + 'opengl', 'x11', + ), + ): + diff = (outputs / (node.stem + '.diff.png')) + + if diff.exists(): + ref = Path('testsuite', 'gsk', 'compare', node.stem + '.png') + out = (outputs / (node.stem + '.out.png')) + + for path in (ref, out, diff): + if path.exists(): + print('begin-base64 644 %s' % path) + sys.stdout.flush() + with open(path, 'rb') as reader: + base64.encode(reader, sys.stdout.buffer) + print('====') + print('') + + print('') + + for ui in Path('testsuite', 'reftests').glob('*.ui'): + for outputs in ( + Path( + 'debian', 'build', 'deb', 'testsuite', 'reftests', + 'output', 'x11', + ), + ): + 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/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/libX11-1.7.0/COPYING b/missing-sources/libX11-1.7.0/COPYING new file mode 100644 index 0000000000..b065516e44 --- /dev/null +++ b/missing-sources/libX11-1.7.0/COPYING @@ -0,0 +1,942 @@ +The following is the 'standard copyright' agreed upon by most contributors, +and is currently the canonical license preferred by the X.Org Foundation. +This is a slight variant of the common MIT license form published by the +Open Source Initiative at http://www.opensource.org/licenses/mit-license.php + +Copyright holders of new code should use this license statement where +possible, and insert their name to this list. Please sort by surname +for people, and by the full name for other entities (e.g. Juliusz +Chroboczek sorts before Intel Corporation sorts before Daniel Stone). + +See each individual source file or directory for the license that applies +to that file. + +Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett +Copyright © 2009 Red Hat, Inc. +Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. +All rights reserved. + +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 (including the next +paragraph) 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. + + ---------------------------------------------------------------------- + +The following licenses are 'legacy' - usually MIT/X11 licenses with the name +of the copyright holder(s) in the license statement: + +Copyright 1984-1994, 1998 The Open Group + +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. + +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 +OPEN GROUP 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. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + +X Window System is a trademark of The Open Group. + + ---------------------------------------- + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium +Copyright 2000 The XFree86 Project, Inc. + +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 X CONSORTIUM 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. + +Except as contained in this notice, the name of the X Consortium shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from the X Consortium. + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by +Digital Equipment Corporation + +Portions Copyright 1990, 1991 by Tektronix, Inc. + +Permission to use, copy, modify and distribute this documentation for +any purpose and without fee is hereby granted, provided that the above +copyright notice appears in all copies and that both that copyright notice +and this permission notice appear in all copies, and that the names of +Digital and Tektronix not be used in in advertising or publicity pertaining +to this documentation without specific, written prior permission. +Digital and Tektronix makes no representations about the suitability +of this documentation for any purpose. +It is provided ``as is'' without express or implied warranty. + + ---------------------------------------- + +Copyright (c) 1999-2000 Free Software Foundation, Inc. + +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 +FREE SOFTWARE FOUNDATION 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. + +Except as contained in this notice, the name of the Free Software Foundation +shall not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization from the +Free Software Foundation. + + ---------------------------------------- + +Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. + All Rights Reserved + +This file is a component of an X Window System-specific implementation +of Xcms based on the TekColor Color Management System. TekColor is a +trademark of Tektronix, Inc. The term "TekHVC" designates a particular +color space that is the subject of U.S. Patent No. 4,985,853 (equivalent +foreign patents pending). Permission is hereby granted to use, copy, +modify, sell, and otherwise distribute this software and its +documentation for any purpose and without fee, provided that: + +1. This copyright, permission, and disclaimer notice is reproduced in + all copies of this software and any modification thereof and in + supporting documentation; +2. Any color-handling application which displays TekHVC color + cooordinates identifies these as TekHVC color coordinates in any + interface that displays these coordinates and in any associated + documentation; +3. The term "TekHVC" is always used, and is only used, in association + with the mathematical derivations of the TekHVC Color Space, + including those provided in this file and any equivalent pathways and + mathematical derivations, regardless of digital (e.g., floating point + or integer) representation. + +Tektronix makes no representation about the suitability of this software +for any purpose. It is provided "as is" and with all faults. + +TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE, +INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX 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 THE PERFORMANCE OF THIS SOFTWARE. + + ---------------------------------------- + +(c) Copyright 1995 FUJITSU LIMITED +This is source code modified by FUJITSU LIMITED under the Joint +Development Agreement for the CDE/Motif PST. + + ---------------------------------------- + +Copyright 1992 by Oki Technosystems Laboratory, Inc. +Copyright 1992 by Fuji Xerox Co., Ltd. + +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 Oki Technosystems +Laboratory and Fuji Xerox not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. +Oki Technosystems Laboratory and Fuji Xerox make no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS +LABORATORY AND FUJI XEROX 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. + + ---------------------------------------- + +Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED + +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 FUJITSU LIMITED +not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. +FUJITSU LIMITED makes no representations about the suitability of +this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL FUJITSU LIMITED 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. + + ---------------------------------------- + + +Copyright (c) 1995 David E. Wexelblat. All rights reserved + +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 DAVID E. WEXELBLAT 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. + +Except as contained in this notice, the name of David E. Wexelblat shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from David E. Wexelblat. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation + +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 OMRON not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. OMRON makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL OMRON 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 +TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + ---------------------------------------- + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by +Digital Equipment Corporation + +Portions Copyright 1990, 1991 by Tektronix, Inc + +Rewritten for X.org by Chris Lee + +Permission to use, copy, modify, distribute, and sell this documentation +for any purpose and without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. +Chris Lee makes no representations about the suitability for any purpose +of the information in this document. It is provided \`\`as-is'' without +express or implied warranty. + + ---------------------------------------- + +Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts, +Copyright 1994 by FUJITSU LIMITED +Copyright 1994 by Sony Corporation + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 names of Digital, FUJITSU +LIMITED and Sony Corporation not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. + +DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED +AND SONY CORPORATION 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. + + ---------------------------------------- + + +Copyright 1991 by the Open Software Foundation + +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 Open Software Foundation +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Open Software +Foundation makes no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN 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. + + ---------------------------------------- + +Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED +Copyright 1993, 1994 by Sony Corporation + +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 FUJITSU LIMITED and Sony Corporation +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. FUJITSU LIMITED and +Sony Corporation makes no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION 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. + + ---------------------------------------- + +Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc. + +Permission to use, copy, modify, and distribute this +software and its documentation for any purpose and without +fee is hereby granted, 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 Silicon Graphics not be +used in advertising or publicity pertaining to distribution +of the software without specific prior written permission. +Silicon Graphics makes no representation about the suitability +of this software for any purpose. It is provided "as is" +without any express or implied warranty. + +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS 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. + + ---------------------------------------- + +Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED +Copyright 1993 by Digital Equipment Corporation + +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 FUJITSU LIMITED and +Digital Equipment Corporation not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. FUJITSU LIMITED and Digital Equipment Corporation +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION 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. + + ---------------------------------------- + +Copyright 1992, 1993 by FUJITSU LIMITED +Copyright 1993 by Fujitsu Open Systems Solutions, Inc. +Copyright 1994 by Sony Corporation + +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 FUJITSU LIMITED, +Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. +FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and +Sony Corporation make no representations about the suitability of +this software for any purpose. It is provided "as is" without +express or implied warranty. + +FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY +CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, +IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED +AND SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation, +Maynard, Massachusetts, + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL 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. + + ---------------------------------------- + +Copyright 1993 by SunSoft, Inc. +Copyright 1999-2000 by Bruno Haible + +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 names of SunSoft, Inc. and +Bruno Haible not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. SunSoft, Inc. and Bruno Haible make no representations +about the suitability of this software for any purpose. It is +provided "as is" without express or implied warranty. + +SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible 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. + + ---------------------------------------- + +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the TOSHIBA Corp. + +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 names of Open Software Foundation and TOSHIBA +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Open Software +Foundation and TOSHIBA make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA 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. + + ---------------------------------------- + +Copyright 1988 by Wyse Technology, Inc., San Jose, Ca., + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Wyse not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL 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. + + ---------------------------------------- + + +Copyright 1991 by the Open Software Foundation +Copyright 1993, 1994 by the Sony Corporation + +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 names of Open Software Foundation and +Sony Corporation not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior permission. +Open Software Foundation and Sony Corporation make no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN +SOFTWARE FOUNDATIONN OR SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1992, 1993 by FUJITSU LIMITED +Copyright 1993 by Fujitsu Open Systems Solutions, Inc. + +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 FUJITSU LIMITED and +Fujitsu Open Systems Solutions, Inc. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. +FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS +SOLUTIONS, INC. AND FUJITSU LIMITED 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. + + ---------------------------------------- + +Copyright 1993, 1994 by Sony Corporation + +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 Sony Corporation +not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. +Sony Corporation makes no representations about the suitability of +this software for any purpose. It is provided "as is" without +express or implied warranty. + +SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1986, 1998 The Open Group +Copyright (c) 2000 The XFree86 Project, Inc. + +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. + +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 +X CONSORTIUM OR THE XFREE86 PROJECT 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. + +Except as contained in this notice, the name of the X Consortium or of the +XFree86 Project shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the X Consortium and the XFree86 Project. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the FUJITSU LIMITED + +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 names of OMRON, NTT Software, NTT, and +Open Software Foundation not be used in advertising or publicity +pertaining to distribution of the software without specific, +written prior permission. OMRON, NTT Software, NTT, and Open Software +Foundation make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION +DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT +SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION 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. + + ---------------------------------------- + +Copyright 1988 by Wyse Technology, Inc., San Jose, Ca, +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL DIGITAL OR WYSE 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. + + ---------------------------------------- + + +Copyright 1991, 1992 by Fuji Xerox Co., Ltd. +Copyright 1992, 1993, 1994 by FUJITSU LIMITED + +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 Fuji Xerox, +FUJITSU LIMITED not be used in advertising or publicity pertaining +to distribution of the software without specific, written prior +permission. Fuji Xerox, FUJITSU LIMITED make no representations +about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX, +FUJITSU LIMITED 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. + + ---------------------------------------- + +Copyright 2006 Josh Triplett + +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 X CONSORTIUM 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. + + ---------------------------------------- + +(c) Copyright 1996 by Sebastien Marineau and Holger Veit + + + +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 +HOLGER VEIT 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. + +Except as contained in this notice, the name of Sebastien Marineau or Holger Veit +shall not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from Holger Veit or +Sebastien Marineau. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the TOSHIBA Corp. +Copyright 1993, 1994 by Sony Corporation +Copyright 1993, 1994 by the FUJITSU LIMITED + +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 names of OMRON, NTT Software, NTT, Open +Software Foundation, and Sony Corporation not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. OMRON, NTT Software, NTT, Open Software +Foundation, and Sony Corporation make no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY +CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT +SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY +CORPORATION 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. + + ---------------------------------------- + +Copyright 2000 by Bruno Haible + +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 Bruno Haible not +be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Bruno Haible +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN +NO EVENT SHALL Bruno Haible 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. + + ---------------------------------------- + +Copyright © 2003 Keith Packard + +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 Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD 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. + + ---------------------------------------- + +Copyright (c) 2007-2009, Troy D. Hanson +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER +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. + + ---------------------------------------- + +Copyright 1992, 1993 by TOSHIBA Corp. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, 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 TOSHIBA not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. TOSHIBA make no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +TOSHIBA 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. + + + ---------------------------------------- + +Copyright IBM Corporation 1993 + +All Rights Reserved + +License to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 IBM not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL +IBM 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. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation + +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 names of OMRON, NTT Software, and NTT +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. OMRON, NTT Software, +and NTT make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, 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. + diff --git a/missing-sources/libX11-1.7.0/Compose.pre b/missing-sources/libX11-1.7.0/Compose.pre new file mode 100644 index 0000000000..61d5c07a65 --- /dev/null +++ b/missing-sources/libX11-1.7.0/Compose.pre @@ -0,0 +1,6204 @@ +XCOMM UTF-8 (Unicode) compose sequence +XCOMM David.Monniaux@ens.fr +XCOMM + +XCOMM Part 1 - Manual definitions + +XCOMM Spacing versions of dead accents + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "'" apostrophe # APOSTROPHE + : "´" acute # ACUTE ACCENT + : "´" acute # ACUTE ACCENT + : "`" grave # GRAVE ACCENT + : "`" grave # GRAVE ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "°" degree # DEGREE SIGN + : "°" degree # DEGREE SIGN + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˙" abovedot # DOT ABOVE + : "˙" abovedot # DOT ABOVE + : "¨" diaeresis # DIAERESIS + : "¨" diaeresis # DIAERESIS + : "\"" quotedbl # REVERSE SOLIDUS + : "˝" U2dd # DOUBLE ACUTE ACCENT + : "˝" U2dd # DOUBLE ACUTE ACCENT + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + : "˛" ogonek # OGONEK + : "˛" ogonek # OGONEK + : "ͺ" U37a # GREEK YPOGEGRAMMENI + : "ͺ" U37a # GREEK YPOGEGRAMMENI + : "­" U00ad # SOFT HYPHEN + + +XCOMM ASCII characters that may be difficult to access +XCOMM on some keyboards. + : "#" numbersign # NUMBER SIGN + : "'" apostrophe # APOSTROPHE + : "'" apostrophe # APOSTROPHE + : "@" at # COMMERCIAL AT + : "[" bracketleft # LEFT SQUARE BRACKET + : "\\" backslash # REVERSE SOLIDUS + : "\\" backslash # REVERSE SOLIDUS + : "\\" backslash # REVERSE SOLIDUS + : "]" bracketright # RIGHT SQUARE BRACKET + + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + + : "`" grave # GRAVE ACCENT + : "`" grave # GRAVE ACCENT + + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + + : "{" braceleft # LEFT CURLY BRACKET + : "{" braceleft # LEFT CURLY BRACKET + + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + + : "}" braceright # RIGHT CURLY BRACKET + : "}" braceright # RIGHT CURLY BRACKET + + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + + : "<" less # LESS-THAN + : "<" less # LESS-THAN + + : ">" greater # GREATER-THAN + : ">" greater # GREATER-THAN + +XCOMM Spaces + : " " nobreakspace # NO-BREAK SPACE + : " " U2008 # PUNCTUATION SPACE + + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + + : "›" U203a # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + : "‹" U2039 # SINGLE LEFT-POINTING ANGLE QUOTATION MARK + : "…" ellipsis # HORIZONTAL ELLIPSIS + : "·" periodcentered # MIDDLE DOT + : "·" periodcentered # MIDDLE DOT + : "·" periodcentered # MIDDLE DOT + : "•" enfilledcircbullet # BULLET + : "¦" brokenbar # BROKEN BAR + : "¡" exclamdown # INVERTED EXCLAMATION MARK +

: "¶" paragraph # PILCROW SIGN +

: "¶" paragraph # PILCROW SIGN + : "±" plusminus # PLUS-MINUS SIGN + : "±" plusminus # PLUS-MINUS SIGN + : "¿" questiondown # INVERTED QUESTION MARK + : "ß" ssharp # LATIN SMALL LETTER SHARP S + : "ẞ" U1e9e # LATIN CAPITAL LETTER SHARP S + + : "œ" oe # LATIN SMALL LIGATURE OE + : "Œ" OE # LATIN CAPITAL LIGATURE OE + : "æ" ae # LATIN SMALL LETTER AE + : "Æ" AE # LATIN CAPITAL LETTER AE + : "ff" Ufb00 # LATIN SMALL LIGATURE FF + : "fi" Ufb01 # LATIN SMALL LIGATURE FI + : "fl" Ufb02 # LATIN SMALL LIGATURE FL + : "ffi" Ufb03 # LATIN SMALL LIGATURE FFI + : "ffl" Ufb04 # LATIN SMALL LIGATURE FFL + : "IJ" U0132 # LATIN CAPITAL LIGATURE IJ + : "IJ" U0132 # LATIN CAPITAL LIGATURE IJ + : "ij" U0133 # LATIN SMALL LIGATURE IJ + + : "°" degree # DEGREE SIGN + <0> : "°" degree # DEGREE SIGN + <0> : "°" degree # DEGREE SIGN + +XCOMM Quotation marks + : "«" guillemotleft # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK + : "»" guillemotright # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK + : "‘" U2018 # LEFT SINGLE QUOTATION MARK + : "‘" U2018 # LEFT SINGLE QUOTATION MARK + : "’" U2019 # RIGHT SINGLE QUOTATION MARK + : "’" U2019 # RIGHT SINGLE QUOTATION MARK + : "‚" U201a # SINGLE LOW-9 QUOTATION MARK + : "‚" U201a # SINGLE LOW-9 QUOTATION MARK + : "“" U201c # LEFT DOUBLE QUOTATION MARK + : "“" U201c # LEFT DOUBLE QUOTATION MARK + : "”" U201d # RIGHT DOUBLE QUOTATION MARK + : "”" U201d # RIGHT DOUBLE QUOTATION MARK + : "„" U201e # DOUBLE LOW-9 QUOTATION MARK + : "„" U201e # DOUBLE LOW-9 QUOTATION MARK + +XCOMM Per xxx + : "‰" U2030 # PER MILLE SIGN + +XCOMM Currencies + : "₠" U20a0 # EURO-CURRENCY SIGN + : "₡" U20a1 # COLON SIGN + : "₡" U20a1 # COLON SIGN + : "₢" U20a2 # CRUZEIRO SIGN + : "₣" U20a3 # FRENCH FRANC SIGN + : "₤" U20a4 # LIRA SIGN + : "₤" U20a4 # LIRA SIGN + : "₥" U20a5 # MILL SIGN + : "₥" U20a5 # MILL SIGN + : "₦" U20a6 # NAIRA SIGN + : "₦" U20a6 # NAIRA SIGN +

: "₧" U20a7 # PESETA SIGN + : "₨" U20a8 # RUPEE SIGN + : "₩" U20a9 # WON SIGN + : "₩" U20a9 # WON SIGN +XCOMM "₪" U20aa NEW SHEQEL SIGN + : "₫" U20ab # DONG SIGN + : "₫" U20ab # DONG SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN +XCOMM "₭" U20ad KIP SIGN +XCOMM "₮" U20ae TUGRIK SIGN +XCOMM "₯" U20af DRACHMA SIGN +XCOMM "₰" U20b0 GERMAN PENNY SIGN +XCOMM "₱" U20b1 PESO SIGN +XCOMM "₲" U20b2 GUARANI SIGN +XCOMM "₳" U20b3 AUSTRAL SIGN +XCOMM "₴" U20b4 HRYVNIA SIGN +XCOMM "₵" U20b5 CEDI SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + +XCOMM Long S + : "ſ" U017f # LATIN SMALL LETTER LONG S + : "ſ" U017f # LATIN SMALL LETTER LONG S + : "ẛ" U1e9b # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "ẛ" U1e9b # LATIN SMALL LETTER LONG S WITH DOT ABOVE + +XCOMM Dashes + : "–" U2013 # EN DASH + : "—" U2014 # EM DASH + +XCOMM Musical alterations + : "♩" U2669 # QUARTER NOTE + : "♪" U266a # EIGHTH NOTE + : "♫" U266b # BEAMED EIGHTH NOTES + : "♬" U266c # BEAMED SIXTEENTH NOTES + : "♭" U266d # MUSIC FLAT SIGN + : "♮" U266e # MUSIC NATURAL SIGN + : "♯" U266f # MUSIC SHARP SIGN + +XCOMM Other symbols + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + +

: "¶" paragraph # PILCROW SIGN + + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + + : "⸘" U2E18 # INVERTED INTERROBANG + : "‽" U203D # INTERROBANG + +

: "☭" U262D # HAMMER AND SICKLE + : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A + <3> : "♥" U2665 # BLACK HEART SUIT + + : "☺" U263A # WHITE SMILING FACE + : "☹" U2639 # WHITE FROWNING FACE + : "🙌" # PERSON RAISING BOTH HANDS IN CELEBRATION + +

: "💩" U1F4A9 # PILE OF POO + + : "🖕" U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED +

: "🖖" U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS + +XCOMM Part 2 + +XCOMM Compose map for Korean Hangul(Choseongul) Conjoining Jamos automatically +XCOMM generated from UnicodeData-2.0.14.txt at +XCOMM ftp://ftp.unicode.org/Public/2.0-Update/UnicodeData-2.0.14.txt +XCOMM by Jungshik Shin 2002-10-17 +XCOMM There are some conflicts among sequences, but I left them alone. +XCOMM +XCOMM group 1: cluster jamos made of three basic jamos + +/* The following block gets overridden by later shorter compositions + * : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + * : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + * : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + * : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + * : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + * : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + * : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + * : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + * : "ᅫ" U116b # HANGUL JUNGSEONG WAE + * : "ᅰ" U1170 # HANGUL JUNGSEONG WE + * : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + * : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + * : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + * : "ᇏ" U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH + * : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + * : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + * : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + * : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + * : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + * : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + * : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + * : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + */ + : "ᄁ" U1101 # HANGUL CHOSEONG SSANGKIYEOK + : "ᄄ" U1104 # HANGUL CHOSEONG SSANGTIKEUT + : "ᄈ" U1108 # HANGUL CHOSEONG SSANGPIEUP + : "ᄊ" U110a # HANGUL CHOSEONG SSANGSIOS + : "ᄍ" U110d # HANGUL CHOSEONG SSANGCIEUC + : "ᄓ" U1113 # HANGUL CHOSEONG NIEUN-KIYEOK + : "ᄔ" U1114 # HANGUL CHOSEONG SSANGNIEUN + : "ᄕ" U1115 # HANGUL CHOSEONG NIEUN-TIKEUT + : "ᄖ" U1116 # HANGUL CHOSEONG NIEUN-PIEUP + : "ᄗ" U1117 # HANGUL CHOSEONG TIKEUT-KIYEOK + : "ᄘ" U1118 # HANGUL CHOSEONG RIEUL-NIEUN + : "ᄙ" U1119 # HANGUL CHOSEONG SSANGRIEUL + : "ᄚ" U111a # HANGUL CHOSEONG RIEUL-HIEUH + : "ᄛ" U111b # HANGUL CHOSEONG KAPYEOUNRIEUL + : "ᄜ" U111c # HANGUL CHOSEONG MIEUM-PIEUP + : "ᄝ" U111d # HANGUL CHOSEONG KAPYEOUNMIEUM + : "ᄞ" U111e # HANGUL CHOSEONG PIEUP-KIYEOK + : "ᄟ" U111f # HANGUL CHOSEONG PIEUP-NIEUN + : "ᄠ" U1120 # HANGUL CHOSEONG PIEUP-TIKEUT + : "ᄡ" U1121 # HANGUL CHOSEONG PIEUP-SIOS + : "ᄧ" U1127 # HANGUL CHOSEONG PIEUP-CIEUC + : "ᄨ" U1128 # HANGUL CHOSEONG PIEUP-CHIEUCH + : "ᄩ" U1129 # HANGUL CHOSEONG PIEUP-THIEUTH + : "ᄪ" U112a # HANGUL CHOSEONG PIEUP-PHIEUPH + : "ᄫ" U112b # HANGUL CHOSEONG KAPYEOUNPIEUP + : "ᄭ" U112d # HANGUL CHOSEONG SIOS-KIYEOK + : "ᄮ" U112e # HANGUL CHOSEONG SIOS-NIEUN + : "ᄯ" U112f # HANGUL CHOSEONG SIOS-TIKEUT + : "ᄰ" U1130 # HANGUL CHOSEONG SIOS-RIEUL + : "ᄱ" U1131 # HANGUL CHOSEONG SIOS-MIEUM + : "ᄲ" U1132 # HANGUL CHOSEONG SIOS-PIEUP + : "ᄵ" U1135 # HANGUL CHOSEONG SIOS-IEUNG + : "ᄶ" U1136 # HANGUL CHOSEONG SIOS-CIEUC + : "ᄷ" U1137 # HANGUL CHOSEONG SIOS-CHIEUCH + : "ᄸ" U1138 # HANGUL CHOSEONG SIOS-KHIEUKH + : "ᄹ" U1139 # HANGUL CHOSEONG SIOS-THIEUTH + : "ᄺ" U113a # HANGUL CHOSEONG SIOS-PHIEUPH + : "ᄻ" U113b # HANGUL CHOSEONG SIOS-HIEUH + : "ᄽ" U113d # HANGUL CHOSEONG CHITUEUMSSANGSIOS + : "ᄿ" U113f # HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS + : "ᅁ" U1141 # HANGUL CHOSEONG IEUNG-KIYEOK + : "ᅂ" U1142 # HANGUL CHOSEONG IEUNG-TIKEUT + : "ᅃ" U1143 # HANGUL CHOSEONG IEUNG-MIEUM + : "ᅄ" U1144 # HANGUL CHOSEONG IEUNG-PIEUP + : "ᅅ" U1145 # HANGUL CHOSEONG IEUNG-SIOS + : "ᅆ" U1146 # HANGUL CHOSEONG IEUNG-PANSIOS + : "ᅇ" U1147 # HANGUL CHOSEONG SSANGIEUNG + : "ᅈ" U1148 # HANGUL CHOSEONG IEUNG-CIEUC + : "ᅉ" U1149 # HANGUL CHOSEONG IEUNG-CHIEUCH + : "ᅊ" U114a # HANGUL CHOSEONG IEUNG-THIEUTH + : "ᅋ" U114b # HANGUL CHOSEONG IEUNG-PHIEUPH + : "ᅍ" U114d # HANGUL CHOSEONG CIEUC-IEUNG + : "ᅏ" U114f # HANGUL CHOSEONG CHITUEUMSSANGCIEUC + : "ᅑ" U1151 # HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC + : "ᅒ" U1152 # HANGUL CHOSEONG CHIEUCH-KHIEUKH + : "ᅓ" U1153 # HANGUL CHOSEONG CHIEUCH-HIEUH + : "ᅖ" U1156 # HANGUL CHOSEONG PHIEUPH-PIEUP + : "ᅗ" U1157 # HANGUL CHOSEONG KAPYEOUNPHIEUPH + : "ᅘ" U1158 # HANGUL CHOSEONG SSANGHIEUH + : "ᅢ" U1162 # HANGUL JUNGSEONG AE + : "ᅤ" U1164 # HANGUL JUNGSEONG YAE + : "ᅦ" U1166 # HANGUL JUNGSEONG E + : "ᅨ" U1168 # HANGUL JUNGSEONG YE + : "ᅪ" U116a # HANGUL JUNGSEONG WA + : "ᅬ" U116c # HANGUL JUNGSEONG OE + : "ᅯ" U116f # HANGUL JUNGSEONG WEO + : "ᅱ" U1171 # HANGUL JUNGSEONG WI + : "ᅴ" U1174 # HANGUL JUNGSEONG YI + : "ᅶ" U1176 # HANGUL JUNGSEONG A-O + : "ᅷ" U1177 # HANGUL JUNGSEONG A-U + : "ᅸ" U1178 # HANGUL JUNGSEONG YA-O + : "ᅹ" U1179 # HANGUL JUNGSEONG YA-YO + : "ᅺ" U117a # HANGUL JUNGSEONG EO-O + : "ᅻ" U117b # HANGUL JUNGSEONG EO-U + : "ᅼ" U117c # HANGUL JUNGSEONG EO-EU + : "ᅽ" U117d # HANGUL JUNGSEONG YEO-O + : "ᅾ" U117e # HANGUL JUNGSEONG YEO-U + : "ᅿ" U117f # HANGUL JUNGSEONG O-EO + : "ᆀ" U1180 # HANGUL JUNGSEONG O-E + : "ᆁ" U1181 # HANGUL JUNGSEONG O-YE + : "ᆂ" U1182 # HANGUL JUNGSEONG O-O + : "ᆃ" U1183 # HANGUL JUNGSEONG O-U + : "ᆄ" U1184 # HANGUL JUNGSEONG YO-YA + : "ᆅ" U1185 # HANGUL JUNGSEONG YO-YAE + : "ᆆ" U1186 # HANGUL JUNGSEONG YO-YEO + : "ᆇ" U1187 # HANGUL JUNGSEONG YO-O + : "ᆈ" U1188 # HANGUL JUNGSEONG YO-I + : "ᆉ" U1189 # HANGUL JUNGSEONG U-A + : "ᆊ" U118a # HANGUL JUNGSEONG U-AE + : "ᆌ" U118c # HANGUL JUNGSEONG U-YE + : "ᆍ" U118d # HANGUL JUNGSEONG U-U + : "ᆎ" U118e # HANGUL JUNGSEONG YU-A + : "ᆏ" U118f # HANGUL JUNGSEONG YU-EO + : "ᆐ" U1190 # HANGUL JUNGSEONG YU-E + : "ᆑ" U1191 # HANGUL JUNGSEONG YU-YEO + : "ᆒ" U1192 # HANGUL JUNGSEONG YU-YE + : "ᆓ" U1193 # HANGUL JUNGSEONG YU-U + : "ᆔ" U1194 # HANGUL JUNGSEONG YU-I + : "ᆕ" U1195 # HANGUL JUNGSEONG EU-U + : "ᆖ" U1196 # HANGUL JUNGSEONG EU-EU + : "ᆗ" U1197 # HANGUL JUNGSEONG YI-U + : "ᆘ" U1198 # HANGUL JUNGSEONG I-A + : "ᆙ" U1199 # HANGUL JUNGSEONG I-YA + : "ᆚ" U119a # HANGUL JUNGSEONG I-O + : "ᆛ" U119b # HANGUL JUNGSEONG I-U + : "ᆜ" U119c # HANGUL JUNGSEONG I-EU + : "ᆝ" U119d # HANGUL JUNGSEONG I-ARAEA + : "ᆟ" U119f # HANGUL JUNGSEONG ARAEA-EO + : "ᆠ" U11a0 # HANGUL JUNGSEONG ARAEA-U + : "ᆡ" U11a1 # HANGUL JUNGSEONG ARAEA-I + : "ᆢ" U11a2 # HANGUL JUNGSEONG SSANGARAEA + : "ᆩ" U11a9 # HANGUL JONGSEONG SSANGKIYEOK + : "ᆪ" U11aa # HANGUL JONGSEONG KIYEOK-SIOS + : "ᆬ" U11ac # HANGUL JONGSEONG NIEUN-CIEUC + : "ᆭ" U11ad # HANGUL JONGSEONG NIEUN-HIEUH + : "ᆰ" U11b0 # HANGUL JONGSEONG RIEUL-KIYEOK + : "ᆱ" U11b1 # HANGUL JONGSEONG RIEUL-MIEUM + : "ᆲ" U11b2 # HANGUL JONGSEONG RIEUL-PIEUP + : "ᆳ" U11b3 # HANGUL JONGSEONG RIEUL-SIOS + : "ᆴ" U11b4 # HANGUL JONGSEONG RIEUL-THIEUTH + : "ᆵ" U11b5 # HANGUL JONGSEONG RIEUL-PHIEUPH + : "ᆶ" U11b6 # HANGUL JONGSEONG RIEUL-HIEUH + : "ᆹ" U11b9 # HANGUL JONGSEONG PIEUP-SIOS + : "ᆻ" U11bb # HANGUL JONGSEONG SSANGSIOS + : "ᇃ" U11c3 # HANGUL JONGSEONG KIYEOK-RIEUL + : "ᇅ" U11c5 # HANGUL JONGSEONG NIEUN-KIYEOK + : "ᇆ" U11c6 # HANGUL JONGSEONG NIEUN-TIKEUT + : "ᇇ" U11c7 # HANGUL JONGSEONG NIEUN-SIOS + : "ᇈ" U11c8 # HANGUL JONGSEONG NIEUN-PANSIOS + : "ᇉ" U11c9 # HANGUL JONGSEONG NIEUN-THIEUTH + : "ᇊ" U11ca # HANGUL JONGSEONG TIKEUT-KIYEOK + : "ᇋ" U11cb # HANGUL JONGSEONG TIKEUT-RIEUL + : "ᇍ" U11cd # HANGUL JONGSEONG RIEUL-NIEUN + : "ᇎ" U11ce # HANGUL JONGSEONG RIEUL-TIKEUT + : "ᇐ" U11d0 # HANGUL JONGSEONG SSANGRIEUL + : "ᇗ" U11d7 # HANGUL JONGSEONG RIEUL-PANSIOS + : "ᇘ" U11d8 # HANGUL JONGSEONG RIEUL-KHIEUKH + : "ᇙ" U11d9 # HANGUL JONGSEONG RIEUL-YEORINHIEUH + : "ᇚ" U11da # HANGUL JONGSEONG MIEUM-KIYEOK + : "ᇛ" U11db # HANGUL JONGSEONG MIEUM-RIEUL + : "ᇜ" U11dc # HANGUL JONGSEONG MIEUM-PIEUP + : "ᇝ" U11dd # HANGUL JONGSEONG MIEUM-SIOS + : "ᇟ" U11df # HANGUL JONGSEONG MIEUM-PANSIOS + : "ᇠ" U11e0 # HANGUL JONGSEONG MIEUM-CHIEUCH + : "ᇡ" U11e1 # HANGUL JONGSEONG MIEUM-HIEUH + : "ᇢ" U11e2 # HANGUL JONGSEONG KAPYEOUNMIEUM + : "ᇣ" U11e3 # HANGUL JONGSEONG PIEUP-RIEUL + : "ᇤ" U11e4 # HANGUL JONGSEONG PIEUP-PHIEUPH + : "ᇥ" U11e5 # HANGUL JONGSEONG PIEUP-HIEUH + : "ᇦ" U11e6 # HANGUL JONGSEONG KAPYEOUNPIEUP + : "ᇧ" U11e7 # HANGUL JONGSEONG SIOS-KIYEOK + : "ᇨ" U11e8 # HANGUL JONGSEONG SIOS-TIKEUT + : "ᇩ" U11e9 # HANGUL JONGSEONG SIOS-RIEUL + : "ᇪ" U11ea # HANGUL JONGSEONG SIOS-PIEUP + : "ᇬ" U11ec # HANGUL JONGSEONG IEUNG-KIYEOK + : "ᇮ" U11ee # HANGUL JONGSEONG SSANGIEUNG + : "ᇯ" U11ef # HANGUL JONGSEONG IEUNG-KHIEUKH + : "ᇱ" U11f1 # HANGUL JONGSEONG YESIEUNG-SIOS + : "ᇲ" U11f2 # HANGUL JONGSEONG YESIEUNG-PANSIOS + : "ᇳ" U11f3 # HANGUL JONGSEONG PHIEUPH-PIEUP + : "ᇴ" U11f4 # HANGUL JONGSEONG KAPYEOUNPHIEUPH + : "ᇵ" U11f5 # HANGUL JONGSEONG HIEUH-NIEUN + : "ᇶ" U11f6 # HANGUL JONGSEONG HIEUH-RIEUL + : "ᇷ" U11f7 # HANGUL JONGSEONG HIEUH-MIEUM + : "ᇸ" U11f8 # HANGUL JONGSEONG HIEUH-PIEUP + : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + : "ᅫ" U116b # HANGUL JUNGSEONG WAE + : "ᅰ" U1170 # HANGUL JUNGSEONG WE + : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + : "ᇏ" U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH + : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + : "ᅫ" U116b # HANGUL JUNGSEONG WAE + : "ᅰ" U1170 # HANGUL JUNGSEONG WE + : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + +XCOMM Part 3 + : "¬" notsign # NOT SIGN + : "¬" notsign # NOT SIGN + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + <2> : "²" twosuperior # SUPERSCRIPT TWO + <2> : "²" twosuperior # SUPERSCRIPT TWO + <2> : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + <3> : "³" threesuperior # SUPERSCRIPT THREE + <3> : "³" threesuperior # SUPERSCRIPT THREE + <3> : "³" threesuperior # SUPERSCRIPT THREE + : "³" threesuperior # SUPERSCRIPT THREE + : "³" threesuperior # SUPERSCRIPT THREE + : "µ" mu # MICRO SIGN + : "µ" mu # MICRO SIGN + : "µ" mu # MICRO SIGN + <1> : "¹" onesuperior # SUPERSCRIPT ONE + <1> : "¹" onesuperior # SUPERSCRIPT ONE + <1> : "¹" onesuperior # SUPERSCRIPT ONE + : "¹" onesuperior # SUPERSCRIPT ONE + : "¹" onesuperior # SUPERSCRIPT ONE + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + <1> <4> : "¼" onequarter # VULGAR FRACTION ONE QUARTER + <1> <2> : "½" onehalf # VULGAR FRACTION ONE HALF + <3> <4> : "¾" threequarters # VULGAR FRACTION THREE QUARTERS + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "Ð" ETH # LATIN CAPITAL LETTER ETH + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "×" multiply # MULTIPLICATION SIGN + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Þ" THORN # LATIN CAPITAL LETTER THORN + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "ð" eth # LATIN SMALL LETTER ETH + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "÷" division # DIVISION SIGN + : "÷" division # DIVISION SIGN + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "þ" thorn # LATIN SMALL LETTER THORN + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "Ĉ" U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX + : "Ĉ" U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX + : "ĉ" U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX + : "ĉ" U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "Ĝ" U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX + : "Ĝ" U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX + : "ĝ" U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX + : "ĝ" U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "Ĥ" U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX + : "Ĥ" U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX + : "ĥ" U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX + : "ĥ" U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "Ĵ" U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX + : "Ĵ" U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX + : "ĵ" U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX + : "ĵ" U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ĸ" U0138 # LATIN SMALL LETTER KRA + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "Ŋ" U014A # LATIN CAPITAL LETTER ENG + : "ŋ" U014B # LATIN SMALL LETTER ENG + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "Ő" U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE + : "Ő" U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE + : "ő" U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE + : "ő" U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "Ŝ" U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX + : "Ŝ" U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX + : "ŝ" U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX + : "ŝ" U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "Ű" U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE + : "Ű" U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE + : "ű" U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE + : "ű" U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ơ" U01A0 # LATIN CAPITAL LETTER O WITH HORN + : "Ơ" U01A0 # LATIN CAPITAL LETTER O WITH HORN + : "ơ" U01A1 # LATIN SMALL LETTER O WITH HORN + : "ơ" U01A1 # LATIN SMALL LETTER O WITH HORN + : "Ư" U01AF # LATIN CAPITAL LETTER U WITH HORN + : "Ư" U01AF # LATIN CAPITAL LETTER U WITH HORN + : "ư" U01B0 # LATIN SMALL LETTER U WITH HORN + : "ư" U01B0 # LATIN SMALL LETTER U WITH HORN + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "Ǹ" U01F8 # LATIN CAPITAL LETTER N WITH GRAVE + : "Ǹ" U01F8 # LATIN CAPITAL LETTER N WITH GRAVE + : "ǹ" U01F9 # LATIN SMALL LETTER N WITH GRAVE + : "ǹ" U01F9 # LATIN SMALL LETTER N WITH GRAVE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "Ȁ" U0200 # LATIN CAPITAL LETTER A WITH DOUBLE GRAVE + : "ȁ" U0201 # LATIN SMALL LETTER A WITH DOUBLE GRAVE + : "Ȃ" U0202 # LATIN CAPITAL LETTER A WITH INVERTED BREVE + : "ȃ" U0203 # LATIN SMALL LETTER A WITH INVERTED BREVE + : "Ȅ" U0204 # LATIN CAPITAL LETTER E WITH DOUBLE GRAVE + : "ȅ" U0205 # LATIN SMALL LETTER E WITH DOUBLE GRAVE + : "Ȇ" U0206 # LATIN CAPITAL LETTER E WITH INVERTED BREVE + : "ȇ" U0207 # LATIN SMALL LETTER E WITH INVERTED BREVE + : "Ȉ" U0208 # LATIN CAPITAL LETTER I WITH DOUBLE GRAVE + : "ȉ" U0209 # LATIN SMALL LETTER I WITH DOUBLE GRAVE + : "Ȋ" U020A # LATIN CAPITAL LETTER I WITH INVERTED BREVE + : "ȋ" U020B # LATIN SMALL LETTER I WITH INVERTED BREVE + : "Ȍ" U020C # LATIN CAPITAL LETTER O WITH DOUBLE GRAVE + : "ȍ" U020D # LATIN SMALL LETTER O WITH DOUBLE GRAVE + : "Ȏ" U020E # LATIN CAPITAL LETTER O WITH INVERTED BREVE + : "ȏ" U020F # LATIN SMALL LETTER O WITH INVERTED BREVE + : "Ȑ" U0210 # LATIN CAPITAL LETTER R WITH DOUBLE GRAVE + : "ȑ" U0211 # LATIN SMALL LETTER R WITH DOUBLE GRAVE + : "Ȓ" U0212 # LATIN CAPITAL LETTER R WITH INVERTED BREVE + : "ȓ" U0213 # LATIN SMALL LETTER R WITH INVERTED BREVE + : "Ȕ" U0214 # LATIN CAPITAL LETTER U WITH DOUBLE GRAVE + : "ȕ" U0215 # LATIN SMALL LETTER U WITH DOUBLE GRAVE + : "Ȗ" U0216 # LATIN CAPITAL LETTER U WITH INVERTED BREVE + : "ȗ" U0217 # LATIN SMALL LETTER U WITH INVERTED BREVE + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "Ȧ" U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE + : "Ȧ" U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE + : "ȧ" U0227 # LATIN SMALL LETTER A WITH DOT ABOVE + : "ȧ" U0227 # LATIN SMALL LETTER A WITH DOT ABOVE + : "Ȩ" U0228 # LATIN CAPITAL LETTER E WITH CEDILLA + : "Ȩ" U0228 # LATIN CAPITAL LETTER E WITH CEDILLA + : "ȩ" U0229 # LATIN SMALL LETTER E WITH CEDILLA + : "ȩ" U0229 # LATIN SMALL LETTER E WITH CEDILLA + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "Ȯ" U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE + : "Ȯ" U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE + : "ȯ" U022F # LATIN SMALL LETTER O WITH DOT ABOVE + : "ȯ" U022F # LATIN SMALL LETTER O WITH DOT ABOVE + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ə" U0259 # LATIN SMALL LETTER SCHWA + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ʡ" U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE + : "ʡ" U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ϔ" U03D4 # GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL + : "Ѐ" U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE + : "Ѐ" U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE + : "Ё" U0401 # CYRILLIC CAPITAL LETTER IO + : "Ё" U0401 # CYRILLIC CAPITAL LETTER IO + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ї" U0407 # CYRILLIC CAPITAL LETTER YI + : "Ї" U0407 # CYRILLIC CAPITAL LETTER YI + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ѝ" U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE + : "Ѝ" U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "ѐ" U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE + : "ѐ" U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE + : "ё" U0451 # CYRILLIC SMALL LETTER IO + : "ё" U0451 # CYRILLIC SMALL LETTER IO + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ї" U0457 # CYRILLIC SMALL LETTER YI + : "ї" U0457 # CYRILLIC SMALL LETTER YI + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ѝ" U045D # CYRILLIC SMALL LETTER I WITH GRAVE + : "ѝ" U045D # CYRILLIC SMALL LETTER I WITH GRAVE + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "Ѷ" U0476 # CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT + : "ѷ" U0477 # CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT + : "Ғ" U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE + : "Ғ" U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE + : "ғ" U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE + : "ғ" U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE + : "Ҟ" U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE + : "Ҟ" U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE + : "ҟ" U049F # CYRILLIC SMALL LETTER KA WITH STROKE + : "ҟ" U049F # CYRILLIC SMALL LETTER KA WITH STROKE + : "Ұ" U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE + : "Ұ" U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE + : "ұ" U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE + : "ұ" U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "Ӓ" U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS + : "Ӓ" U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS + : "ӓ" U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS + : "ӓ" U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "Ӛ" U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS + : "Ӛ" U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS + : "ӛ" U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS + : "ӛ" U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS + : "Ӝ" U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS + : "Ӝ" U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS + : "ӝ" U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS + : "ӝ" U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS + : "Ӟ" U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS + : "Ӟ" U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS + : "ӟ" U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS + : "ӟ" U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "Ӥ" U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS + : "Ӥ" U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS + : "ӥ" U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS + : "ӥ" U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS + : "Ӧ" U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS + : "Ӧ" U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS + : "ӧ" U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS + : "ӧ" U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS + : "Ӫ" U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS + : "Ӫ" U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS + : "ӫ" U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS + : "ӫ" U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS + : "Ӭ" U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS + : "Ӭ" U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS + : "ӭ" U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS + : "ӭ" U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "Ӱ" U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS + : "Ӱ" U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS + : "ӱ" U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS + : "ӱ" U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS + : "Ӳ" U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE + : "Ӳ" U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE + : "ӳ" U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE + : "ӳ" U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE + : "Ӵ" U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS + : "Ӵ" U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS + : "ӵ" U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS + : "ӵ" U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS + : "Ӹ" U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS + : "Ӹ" U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS + : "ӹ" U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS + : "ӹ" U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS + : "آ" U0622 # ARABIC LETTER ALEF WITH MADDA ABOVE + : "أ" U0623 # ARABIC LETTER ALEF WITH HAMZA ABOVE + : "ؤ" U0624 # ARABIC LETTER WAW WITH HAMZA ABOVE + : "إ" U0625 # ARABIC LETTER ALEF WITH HAMZA BELOW + : "ئ" U0626 # ARABIC LETTER YEH WITH HAMZA ABOVE + : "ۀ" U06C0 # ARABIC LETTER HEH WITH YEH ABOVE + : "ۂ" U06C2 # ARABIC LETTER HEH GOAL WITH HAMZA ABOVE + : "ۓ" U06D3 # ARABIC LETTER YEH BARREE WITH HAMZA ABOVE + : "ऩ" U0929 # DEVANAGARI LETTER NNNA + : "ऱ" U0931 # DEVANAGARI LETTER RRA + : "ऴ" U0934 # DEVANAGARI LETTER LLLA + : "क़" U0958 # DEVANAGARI LETTER QA + : "ख़" U0959 # DEVANAGARI LETTER KHHA + : "ग़" U095A # DEVANAGARI LETTER GHHA + : "ज़" U095B # DEVANAGARI LETTER ZA + : "ड़" U095C # DEVANAGARI LETTER DDDHA + : "ढ़" U095D # DEVANAGARI LETTER RHA + : "फ़" U095E # DEVANAGARI LETTER FA + : "य़" U095F # DEVANAGARI LETTER YYA + : "ো" U09CB # BENGALI VOWEL SIGN O + : "ৌ" U09CC # BENGALI VOWEL SIGN AU + : "ড়" U09DC # BENGALI LETTER RRA + : "ঢ়" U09DD # BENGALI LETTER RHA + : "য়" U09DF # BENGALI LETTER YYA + : "ਲ਼" U0A33 # GURMUKHI LETTER LLA + : "ਸ਼" U0A36 # GURMUKHI LETTER SHA + : "ਖ਼" U0A59 # GURMUKHI LETTER KHHA + : "ਗ਼" U0A5A # GURMUKHI LETTER GHHA + : "ਜ਼" U0A5B # GURMUKHI LETTER ZA + : "ਫ਼" U0A5E # GURMUKHI LETTER FA + : "ୈ" U0B48 # ORIYA VOWEL SIGN AI + : "ୋ" U0B4B # ORIYA VOWEL SIGN O + : "ୌ" U0B4C # ORIYA VOWEL SIGN AU + : "ଡ଼" U0B5C # ORIYA LETTER RRA + : "ଢ଼" U0B5D # ORIYA LETTER RHA + : "ஔ" U0B94 # TAMIL LETTER AU + : "ொ" U0BCA # TAMIL VOWEL SIGN O + : "ோ" U0BCB # TAMIL VOWEL SIGN OO + : "ௌ" U0BCC # TAMIL VOWEL SIGN AU + : "ై" U0C48 # TELUGU VOWEL SIGN AI + : "ೀ" U0CC0 # KANNADA VOWEL SIGN II + : "ೇ" U0CC7 # KANNADA VOWEL SIGN EE + : "ೈ" U0CC8 # KANNADA VOWEL SIGN AI + : "ೊ" U0CCA # KANNADA VOWEL SIGN O + : "ೋ" U0CCB # KANNADA VOWEL SIGN OO +/* : "ೋ" U0CCB # KANNADA VOWEL SIGN OO */ + : "ൊ" U0D4A # MALAYALAM VOWEL SIGN O + : "ോ" U0D4B # MALAYALAM VOWEL SIGN OO + : "ൌ" U0D4C # MALAYALAM VOWEL SIGN AU + : "ේ" U0DDA # SINHALA VOWEL SIGN DIGA KOMBUVA + : "ො" U0DDC # SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA + : "ෝ" U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA +/* : "ෝ" U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA */ + : "ෞ" U0DDE # SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA + : "གྷ" U0F43 # TIBETAN LETTER GHA + : "ཌྷ" U0F4D # TIBETAN LETTER DDHA + : "དྷ" U0F52 # TIBETAN LETTER DHA + : "བྷ" U0F57 # TIBETAN LETTER BHA + : "ཛྷ" U0F5C # TIBETAN LETTER DZHA + : "ཀྵ" U0F69 # TIBETAN LETTER KSSA + : "ཱི" U0F73 # TIBETAN VOWEL SIGN II + : "ཱུ" U0F75 # TIBETAN VOWEL SIGN UU + : "ྲྀ" U0F76 # TIBETAN VOWEL SIGN VOCALIC R + : "ླྀ" U0F78 # TIBETAN VOWEL SIGN VOCALIC L + : "ཱྀ" U0F81 # TIBETAN VOWEL SIGN REVERSED II + : "ྒྷ" U0F93 # TIBETAN SUBJOINED LETTER GHA + : "ྜྷ" U0F9D # TIBETAN SUBJOINED LETTER DDHA + : "ྡྷ" U0FA2 # TIBETAN SUBJOINED LETTER DHA + : "ྦྷ" U0FA7 # TIBETAN SUBJOINED LETTER BHA + : "ྫྷ" U0FAC # TIBETAN SUBJOINED LETTER DZHA + : "ྐྵ" U0FB9 # TIBETAN SUBJOINED LETTER KSSA + : "ဦ" U1026 # MYANMAR LETTER UU + : "Ḁ" U1E00 # LATIN CAPITAL LETTER A WITH RING BELOW + : "ḁ" U1E01 # LATIN SMALL LETTER A WITH RING BELOW + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "Ḅ" U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW + : "Ḅ" U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW + : "ḅ" U1E05 # LATIN SMALL LETTER B WITH DOT BELOW + : "ḅ" U1E05 # LATIN SMALL LETTER B WITH DOT BELOW + : "Ḇ" U1E06 # LATIN CAPITAL LETTER B WITH LINE BELOW + : "ḇ" U1E07 # LATIN SMALL LETTER B WITH LINE BELOW + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "Ḍ" U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW + : "Ḍ" U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW + : "ḍ" U1E0D # LATIN SMALL LETTER D WITH DOT BELOW + : "ḍ" U1E0D # LATIN SMALL LETTER D WITH DOT BELOW + : "Ḏ" U1E0E # LATIN CAPITAL LETTER D WITH LINE BELOW + : "ḏ" U1E0F # LATIN SMALL LETTER D WITH LINE BELOW + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "Ḓ" U1E12 # LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW + : "ḓ" U1E13 # LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "Ḙ" U1E18 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW + : "ḙ" U1E19 # LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW + : "Ḛ" U1E1A # LATIN CAPITAL LETTER E WITH TILDE BELOW + : "ḛ" U1E1B # LATIN SMALL LETTER E WITH TILDE BELOW + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "Ḣ" U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE + : "Ḣ" U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE + : "ḣ" U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE + : "ḣ" U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE + : "Ḥ" U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW + : "Ḥ" U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW + : "ḥ" U1E25 # LATIN SMALL LETTER H WITH DOT BELOW + : "ḥ" U1E25 # LATIN SMALL LETTER H WITH DOT BELOW + : "Ḧ" U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS + : "Ḧ" U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS + : "ḧ" U1E27 # LATIN SMALL LETTER H WITH DIAERESIS + : "ḧ" U1E27 # LATIN SMALL LETTER H WITH DIAERESIS + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "Ḫ" U1E2A # LATIN CAPITAL LETTER H WITH BREVE BELOW + : "ḫ" U1E2B # LATIN SMALL LETTER H WITH BREVE BELOW + : "Ḭ" U1E2C # LATIN CAPITAL LETTER I WITH TILDE BELOW + : "ḭ" U1E2D # LATIN SMALL LETTER I WITH TILDE BELOW + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "Ḳ" U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW + : "Ḳ" U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW + : "ḳ" U1E33 # LATIN SMALL LETTER K WITH DOT BELOW + : "ḳ" U1E33 # LATIN SMALL LETTER K WITH DOT BELOW + : "Ḵ" U1E34 # LATIN CAPITAL LETTER K WITH LINE BELOW + : "ḵ" U1E35 # LATIN SMALL LETTER K WITH LINE BELOW + : "Ḷ" U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW + : "Ḷ" U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW + : "ḷ" U1E37 # LATIN SMALL LETTER L WITH DOT BELOW + : "ḷ" U1E37 # LATIN SMALL LETTER L WITH DOT BELOW + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "Ḻ" U1E3A # LATIN CAPITAL LETTER L WITH LINE BELOW + : "ḻ" U1E3B # LATIN SMALL LETTER L WITH LINE BELOW + : "Ḽ" U1E3C # LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW + : "ḽ" U1E3D # LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "Ṃ" U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW + : "Ṃ" U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW + : "ṃ" U1E43 # LATIN SMALL LETTER M WITH DOT BELOW + : "ṃ" U1E43 # LATIN SMALL LETTER M WITH DOT BELOW + : "Ṅ" U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE + : "Ṅ" U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE + : "ṅ" U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE + : "ṅ" U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE + : "Ṇ" U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW + : "Ṇ" U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW + : "ṇ" U1E47 # LATIN SMALL LETTER N WITH DOT BELOW + : "ṇ" U1E47 # LATIN SMALL LETTER N WITH DOT BELOW + : "Ṉ" U1E48 # LATIN CAPITAL LETTER N WITH LINE BELOW + : "ṉ" U1E49 # LATIN SMALL LETTER N WITH LINE BELOW + : "Ṋ" U1E4A # LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW + : "ṋ" U1E4B # LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE + : "Ṙ" U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE + : "Ṙ" U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE + : "ṙ" U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE + : "ṙ" U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE + : "Ṛ" U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW + : "Ṛ" U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW + : "ṛ" U1E5B # LATIN SMALL LETTER R WITH DOT BELOW + : "ṛ" U1E5B # LATIN SMALL LETTER R WITH DOT BELOW + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "Ṟ" U1E5E # LATIN CAPITAL LETTER R WITH LINE BELOW + : "ṟ" U1E5F # LATIN SMALL LETTER R WITH LINE BELOW + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "Ṣ" U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW + : "Ṣ" U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW + : "ṣ" U1E63 # LATIN SMALL LETTER S WITH DOT BELOW + : "ṣ" U1E63 # LATIN SMALL LETTER S WITH DOT BELOW + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "Ṭ" U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW + : "Ṭ" U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW + : "ṭ" U1E6D # LATIN SMALL LETTER T WITH DOT BELOW + : "ṭ" U1E6D # LATIN SMALL LETTER T WITH DOT BELOW + : "Ṯ" U1E6E # LATIN CAPITAL LETTER T WITH LINE BELOW + : "ṯ" U1E6F # LATIN SMALL LETTER T WITH LINE BELOW + : "Ṱ" U1E70 # LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW + : "ṱ" U1E71 # LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW + : "Ṳ" U1E72 # LATIN CAPITAL LETTER U WITH DIAERESIS BELOW + : "ṳ" U1E73 # LATIN SMALL LETTER U WITH DIAERESIS BELOW + : "Ṵ" U1E74 # LATIN CAPITAL LETTER U WITH TILDE BELOW + : "ṵ" U1E75 # LATIN SMALL LETTER U WITH TILDE BELOW + : "Ṷ" U1E76 # LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW + : "ṷ" U1E77 # LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "Ṽ" U1E7C # LATIN CAPITAL LETTER V WITH TILDE + : "Ṽ" U1E7C # LATIN CAPITAL LETTER V WITH TILDE + : "ṽ" U1E7D # LATIN SMALL LETTER V WITH TILDE + : "ṽ" U1E7D # LATIN SMALL LETTER V WITH TILDE + : "Ṿ" U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW + : "Ṿ" U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW + : "ṿ" U1E7F # LATIN SMALL LETTER V WITH DOT BELOW + : "ṿ" U1E7F # LATIN SMALL LETTER V WITH DOT BELOW + : "Ẁ" U1E80 # LATIN CAPITAL LETTER W WITH GRAVE + : "Ẁ" U1E80 # LATIN CAPITAL LETTER W WITH GRAVE + : "ẁ" U1E81 # LATIN SMALL LETTER W WITH GRAVE + : "ẁ" U1E81 # LATIN SMALL LETTER W WITH GRAVE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "Ẅ" U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS + : "Ẅ" U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS + : "ẅ" U1E85 # LATIN SMALL LETTER W WITH DIAERESIS + : "ẅ" U1E85 # LATIN SMALL LETTER W WITH DIAERESIS + : "Ẇ" U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE + : "Ẇ" U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE + : "ẇ" U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE + : "ẇ" U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE + : "Ẉ" U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW + : "Ẉ" U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW + : "ẉ" U1E89 # LATIN SMALL LETTER W WITH DOT BELOW + : "ẉ" U1E89 # LATIN SMALL LETTER W WITH DOT BELOW + : "Ẋ" U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE + : "Ẋ" U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE + : "ẋ" U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE + : "ẋ" U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE + : "Ẍ" U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS + : "Ẍ" U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS + : "ẍ" U1E8D # LATIN SMALL LETTER X WITH DIAERESIS + : "ẍ" U1E8D # LATIN SMALL LETTER X WITH DIAERESIS + : "Ẏ" U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE + : "Ẏ" U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE + : "ẏ" U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE + : "ẏ" U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE + : "Ẑ" U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX + : "Ẑ" U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX + : "ẑ" U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX + : "ẑ" U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX + : "Ẓ" U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW + : "Ẓ" U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW + : "ẓ" U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW + : "ẓ" U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW + : "Ẕ" U1E94 # LATIN CAPITAL LETTER Z WITH LINE BELOW + : "ẕ" U1E95 # LATIN SMALL LETTER Z WITH LINE BELOW + : "ẖ" U1E96 # LATIN SMALL LETTER H WITH LINE BELOW + : "ẗ" U1E97 # LATIN SMALL LETTER T WITH DIAERESIS + : "ẗ" U1E97 # LATIN SMALL LETTER T WITH DIAERESIS + : "ẘ" U1E98 # LATIN SMALL LETTER W WITH RING ABOVE + : "ẘ" U1E98 # LATIN SMALL LETTER W WITH RING ABOVE + : "ẙ" U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE + : "ẙ" U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE + : "ẛ" U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "ẛ" U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "Ạ" U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW + : "Ạ" U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW + : "ạ" U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW + : "ạ" U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW + : "Ả" U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE + : "Ả" U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE + : "ả" U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE + : "ả" U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "Ẹ" U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW + : "Ẹ" U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW + : "ẹ" U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW + : "ẹ" U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW + : "Ẻ" U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE + : "Ẻ" U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE + : "ẻ" U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE + : "ẻ" U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE + : "Ẽ" U1EBC # LATIN CAPITAL LETTER E WITH TILDE + : "Ẽ" U1EBC # LATIN CAPITAL LETTER E WITH TILDE + : "ẽ" U1EBD # LATIN SMALL LETTER E WITH TILDE + : "ẽ" U1EBD # LATIN SMALL LETTER E WITH TILDE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ỉ" U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE + : "Ỉ" U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE + : "ỉ" U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE + : "ỉ" U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE + : "Ị" U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW + : "Ị" U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW + : "ị" U1ECB # LATIN SMALL LETTER I WITH DOT BELOW + : "ị" U1ECB # LATIN SMALL LETTER I WITH DOT BELOW + : "Ọ" U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW + : "Ọ" U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW + : "ọ" U1ECD # LATIN SMALL LETTER O WITH DOT BELOW + : "ọ" U1ECD # LATIN SMALL LETTER O WITH DOT BELOW + : "Ỏ" U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE + : "Ỏ" U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE + : "ỏ" U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE + : "ỏ" U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "Ụ" U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW + : "Ụ" U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW + : "ụ" U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW + : "ụ" U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW + : "Ủ" U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE + : "Ủ" U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE + : "ủ" U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE + : "ủ" U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "Ỳ" U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE + : "Ỳ" U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE + : "ỳ" U1EF3 # LATIN SMALL LETTER Y WITH GRAVE + : "ỳ" U1EF3 # LATIN SMALL LETTER Y WITH GRAVE + : "Ỵ" U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW + : "Ỵ" U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW + : "ỵ" U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW + : "ỵ" U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW + : "Ỷ" U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE + : "Ỷ" U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE + : "ỷ" U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE + : "ỷ" U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE + : "Ỹ" U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE + : "Ỹ" U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE + : "ỹ" U1EF9 # LATIN SMALL LETTER Y WITH TILDE + : "ỹ" U1EF9 # LATIN SMALL LETTER Y WITH TILDE + : "ἀ" U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI + : "ἀ" U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI + : "ἁ" U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA + : "ἁ" U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἀ" U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI + : "Ἀ" U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI + : "Ἁ" U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA + : "Ἁ" U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἐ" U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI + : "ἐ" U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI + : "ἑ" U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA + : "ἑ" U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "Ἐ" U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI + : "Ἐ" U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI + : "Ἑ" U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA + : "Ἑ" U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "ἠ" U1F20 # GREEK SMALL LETTER ETA WITH PSILI + : "ἠ" U1F20 # GREEK SMALL LETTER ETA WITH PSILI + : "ἡ" U1F21 # GREEK SMALL LETTER ETA WITH DASIA + : "ἡ" U1F21 # GREEK SMALL LETTER ETA WITH DASIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἠ" U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI + : "Ἠ" U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI + : "Ἡ" U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA + : "Ἡ" U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἰ" U1F30 # GREEK SMALL LETTER IOTA WITH PSILI + : "ἰ" U1F30 # GREEK SMALL LETTER IOTA WITH PSILI + : "ἱ" U1F31 # GREEK SMALL LETTER IOTA WITH DASIA + : "ἱ" U1F31 # GREEK SMALL LETTER IOTA WITH DASIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἰ" U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI + : "Ἰ" U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI + : "Ἱ" U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA + : "Ἱ" U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ὀ" U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI + : "ὀ" U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI + : "ὁ" U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA + : "ὁ" U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "Ὀ" U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI + : "Ὀ" U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI + : "Ὁ" U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA + : "Ὁ" U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "ὐ" U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI + : "ὐ" U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI + : "ὑ" U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA + : "ὑ" U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὑ" U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA + : "Ὑ" U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὠ" U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI + : "ὠ" U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI + : "ὡ" U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA + : "ὡ" U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὠ" U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI + : "Ὠ" U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI + : "Ὡ" U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA + : "Ὡ" U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὰ" U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA + : "ὰ" U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA + : "ὲ" U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA + : "ὲ" U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA + : "ὴ" U1F74 # GREEK SMALL LETTER ETA WITH VARIA + : "ὴ" U1F74 # GREEK SMALL LETTER ETA WITH VARIA + : "ὶ" U1F76 # GREEK SMALL LETTER IOTA WITH VARIA + : "ὶ" U1F76 # GREEK SMALL LETTER IOTA WITH VARIA + : "ὸ" U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA + : "ὸ" U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA + : "ὺ" U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA + : "ὺ" U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA + : "ὼ" U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA + : "ὼ" U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾳ" U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI + : "ᾳ" U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾶ" U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI + : "ᾶ" U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ὰ" U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA + : "Ὰ" U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA + : "ᾼ" U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI + : "ᾼ" U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI + : "῁" U1FC1 # GREEK DIALYTIKA AND PERISPOMENI + : "῁" U1FC1 # GREEK DIALYTIKA AND PERISPOMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῃ" U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI + : "ῃ" U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῆ" U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI + : "ῆ" U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ὲ" U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA + : "Ὲ" U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA + : "Ὴ" U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA + : "Ὴ" U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA + : "ῌ" U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI + : "ῌ" U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI + : "῍" U1FCD # GREEK PSILI AND VARIA + : "῍" U1FCD # GREEK PSILI AND VARIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῏" U1FCF # GREEK PSILI AND PERISPOMENI + : "῏" U1FCF # GREEK PSILI AND PERISPOMENI + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῖ" U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI + : "ῖ" U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ὶ" U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA + : "Ὶ" U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA + : "῝" U1FDD # GREEK DASIA AND VARIA + : "῝" U1FDD # GREEK DASIA AND VARIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῟" U1FDF # GREEK DASIA AND PERISPOMENI + : "῟" U1FDF # GREEK DASIA AND PERISPOMENI + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῤ" U1FE4 # GREEK SMALL LETTER RHO WITH PSILI + : "ῤ" U1FE4 # GREEK SMALL LETTER RHO WITH PSILI + : "ῥ" U1FE5 # GREEK SMALL LETTER RHO WITH DASIA + : "ῥ" U1FE5 # GREEK SMALL LETTER RHO WITH DASIA + : "ῦ" U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI + : "ῦ" U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ὺ" U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA + : "Ὺ" U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA + : "Ῥ" U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA + : "Ῥ" U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA + : "῭" U1FED # GREEK DIALYTIKA AND VARIA + : "῭" U1FED # GREEK DIALYTIKA AND VARIA + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῳ" U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI + : "ῳ" U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῶ" U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI + : "ῶ" U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ὸ" U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA + : "Ὸ" U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA + : "Ὼ" U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA + : "Ὼ" U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA + : "ῼ" U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI + : "ῼ" U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI + <0> : "⁰" U2070 # SUPERSCRIPT ZERO + <0> : "⁰" U2070 # SUPERSCRIPT ZERO + : "⁰" U2070 # SUPERSCRIPT ZERO + : "⁰" U2070 # SUPERSCRIPT ZERO + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + <4> : "⁴" U2074 # SUPERSCRIPT FOUR + <4> : "⁴" U2074 # SUPERSCRIPT FOUR + : "⁴" U2074 # SUPERSCRIPT FOUR + : "⁴" U2074 # SUPERSCRIPT FOUR + <5> : "⁵" U2075 # SUPERSCRIPT FIVE + <5> : "⁵" U2075 # SUPERSCRIPT FIVE + : "⁵" U2075 # SUPERSCRIPT FIVE + : "⁵" U2075 # SUPERSCRIPT FIVE + <6> : "⁶" U2076 # SUPERSCRIPT SIX + <6> : "⁶" U2076 # SUPERSCRIPT SIX + : "⁶" U2076 # SUPERSCRIPT SIX + : "⁶" U2076 # SUPERSCRIPT SIX + <7> : "⁷" U2077 # SUPERSCRIPT SEVEN + <7> : "⁷" U2077 # SUPERSCRIPT SEVEN + : "⁷" U2077 # SUPERSCRIPT SEVEN + : "⁷" U2077 # SUPERSCRIPT SEVEN + <8> : "⁸" U2078 # SUPERSCRIPT EIGHT + <8> : "⁸" U2078 # SUPERSCRIPT EIGHT + : "⁸" U2078 # SUPERSCRIPT EIGHT + : "⁸" U2078 # SUPERSCRIPT EIGHT + <9> : "⁹" U2079 # SUPERSCRIPT NINE + <9> : "⁹" U2079 # SUPERSCRIPT NINE + : "⁹" U2079 # SUPERSCRIPT NINE + : "⁹" U2079 # SUPERSCRIPT NINE + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁽" U207D # SUPERSCRIPT LEFT PARENTHESIS + : "⁽" U207D # SUPERSCRIPT LEFT PARENTHESIS + : "⁾" U207E # SUPERSCRIPT RIGHT PARENTHESIS + : "⁾" U207E # SUPERSCRIPT RIGHT PARENTHESIS + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + <0> : "₀" U2080 # SUBSCRIPT ZERO + : "₀" U2080 # SUBSCRIPT ZERO + <0> : "₀" U2080 # SUBSCRIPT ZERO + : "₀" U2080 # SUBSCRIPT ZERO + <1> : "₁" U2081 # SUBSCRIPT ONE + : "₁" U2081 # SUBSCRIPT ONE + <1> : "₁" U2081 # SUBSCRIPT ONE + : "₁" U2081 # SUBSCRIPT ONE + <2> : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + <2> : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + <3> : "₃" U2083 # SUBSCRIPT THREE + : "₃" U2083 # SUBSCRIPT THREE + <3> : "₃" U2083 # SUBSCRIPT THREE + : "₃" U2083 # SUBSCRIPT THREE + <4> : "₄" U2084 # SUBSCRIPT FOUR + : "₄" U2084 # SUBSCRIPT FOUR + <4> : "₄" U2084 # SUBSCRIPT FOUR + : "₄" U2084 # SUBSCRIPT FOUR + <5> : "₅" U2085 # SUBSCRIPT FIVE + : "₅" U2085 # SUBSCRIPT FIVE + <5> : "₅" U2085 # SUBSCRIPT FIVE + : "₅" U2085 # SUBSCRIPT FIVE + <6> : "₆" U2086 # SUBSCRIPT SIX + : "₆" U2086 # SUBSCRIPT SIX + <6> : "₆" U2086 # SUBSCRIPT SIX + : "₆" U2086 # SUBSCRIPT SIX + <7> : "₇" U2087 # SUBSCRIPT SEVEN + : "₇" U2087 # SUBSCRIPT SEVEN + <7> : "₇" U2087 # SUBSCRIPT SEVEN + : "₇" U2087 # SUBSCRIPT SEVEN + <8> : "₈" U2088 # SUBSCRIPT EIGHT + : "₈" U2088 # SUBSCRIPT EIGHT + <8> : "₈" U2088 # SUBSCRIPT EIGHT + : "₈" U2088 # SUBSCRIPT EIGHT + <9> : "₉" U2089 # SUBSCRIPT NINE + : "₉" U2089 # SUBSCRIPT NINE + <9> : "₉" U2089 # SUBSCRIPT NINE + : "₉" U2089 # SUBSCRIPT NINE + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₋" U208B # SUBSCRIPT MINUS + : "₋" U208B # SUBSCRIPT MINUS + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + <1> <7> : "⅐" U2150 # VULGAR FRACTION ONE SEVENTH + <1> <9> : "⅑" U2151 # VULGAR FRACTION ONE NINTH + <1> <1> <0> : "⅒" U2152 # VULGAR FRACTION ONE TENTH + <1> <3> : "⅓" U2153 # VULGAR FRACTION ONE THIRD + <2> <3> : "⅔" U2154 # VULGAR FRACTION TWO THIRDS + <1> <5> : "⅕" U2155 # VULGAR FRACTION ONE FIFTH + <2> <5> : "⅖" U2156 # VULGAR FRACTION TWO FIFTHS + <3> <5> : "⅗" U2157 # VULGAR FRACTION THREE FIFTHS + <4> <5> : "⅘" U2158 # VULGAR FRACTION FOUR FIFTHS + <1> <6> : "⅙" U2159 # VULGAR FRACTION ONE SIXTH + <5> <6> : "⅚" U215A # VULGAR FRACTION FIVE SIXTHS + <1> <8> : "⅛" U215B # VULGAR FRACTION ONE EIGHTH + <3> <8> : "⅜" U215C # VULGAR FRACTION THREE EIGHTHS + <5> <8> : "⅝" U215D # VULGAR FRACTION FIVE EIGHTHS + <7> <8> : "⅞" U215E # VULGAR FRACTION SEVEN EIGHTHS + <0> <3> : "↉" U2189 # VULGAR FRACTION ZERO THIRDS + : "↚" U219A # LEFTWARDS ARROW WITH STROKE + : "↚" U219A # LEFTWARDS ARROW WITH STROKE + : "↛" U219B # RIGHTWARDS ARROW WITH STROKE + : "↛" U219B # RIGHTWARDS ARROW WITH STROKE + : "↮" U21AE # LEFT RIGHT ARROW WITH STROKE + : "↮" U21AE # LEFT RIGHT ARROW WITH STROKE + : "←" U2190 # LEFTWARDS ARROW + : "↑" U2191 # UPWARDS ARROW + : "↑" U2191 # UPWARDS ARROW + : "→" U2192 # RIGHTWARDS ARROW + : "↓" U2193 # DOWNWARDS ARROW + : "↓" U2193 # DOWNWARDS ARROW + : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW + : "∄" U2204 # THERE DOES NOT EXIST + : "∅" U2205 # EMPTY SET + : "∉" U2209 # NOT AN ELEMENT OF + : "∌" U220C # DOES NOT CONTAIN AS MEMBER + : "∤" U2224 # DOES NOT DIVIDE + : "∦" U2226 # NOT PARALLEL TO + : "≁" U2241 # NOT TILDE + : "≄" U2244 # NOT ASYMPTOTICALLY EQUAL TO + : "≇" U2247 # NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO + : "≉" U2249 # NOT ALMOST EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≢" U2262 # NOT IDENTICAL TO + : "≤" U2264 # LESS-THAN OR EQUAL TO + : "≥" U2265 # GREATER-THAN OR EQUAL TO + : "≭" U226D # NOT EQUIVALENT TO + : "≮" U226E # NOT LESS-THAN + : "≮" U226E # NOT LESS-THAN + : "≯" U226F # NOT GREATER-THAN + : "≯" U226F # NOT GREATER-THAN + : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO + : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO + : "≴" U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO + : "≵" U2275 # NEITHER GREATER-THAN NOR EQUIVALENT TO + : "≸" U2278 # NEITHER LESS-THAN NOR GREATER-THAN + : "≹" U2279 # NEITHER GREATER-THAN NOR LESS-THAN + : "⊀" U2280 # DOES NOT PRECEDE + : "⊁" U2281 # DOES NOT SUCCEED + : "⊄" U2284 # NOT A SUBSET OF + : "⊄" U2284 # NOT A SUBSET OF + : "⊅" U2285 # NOT A SUPERSET OF + : "⊅" U2285 # NOT A SUPERSET OF + : "⊈" U2288 # NEITHER A SUBSET OF NOR EQUAL TO + : "⊉" U2289 # NEITHER A SUPERSET OF NOR EQUAL TO + : "⊬" U22AC # DOES NOT PROVE + : "⊭" U22AD # NOT TRUE + : "⊮" U22AE # DOES NOT FORCE + : "⊯" U22AF # NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE + : "⋠" U22E0 # DOES NOT PRECEDE OR EQUAL + : "⋡" U22E1 # DOES NOT SUCCEED OR EQUAL + : "⋢" U22E2 # NOT SQUARE IMAGE OF OR EQUAL TO + : "⋣" U22E3 # NOT SQUARE ORIGINAL OF OR EQUAL TO + : "⋪" U22EA # NOT NORMAL SUBGROUP OF + : "⋫" U22EB # DOES NOT CONTAIN AS NORMAL SUBGROUP + : "⋬" U22EC # NOT NORMAL SUBGROUP OF OR EQUAL TO + : "⋭" U22ED # DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL + : "⌀" U2300 # DIAMETER SIGN + <1> : "①" U2460 # CIRCLED DIGIT ONE + : "①" U2460 # CIRCLED DIGIT ONE + <2> : "②" U2461 # CIRCLED DIGIT TWO + : "②" U2461 # CIRCLED DIGIT TWO + : "②" U2461 # CIRCLED DIGIT TWO + <3> : "③" U2462 # CIRCLED DIGIT THREE + : "③" U2462 # CIRCLED DIGIT THREE + <4> : "④" U2463 # CIRCLED DIGIT FOUR + : "④" U2463 # CIRCLED DIGIT FOUR + <5> : "⑤" U2464 # CIRCLED DIGIT FIVE + : "⑤" U2464 # CIRCLED DIGIT FIVE + <6> : "⑥" U2465 # CIRCLED DIGIT SIX + : "⑥" U2465 # CIRCLED DIGIT SIX + <7> : "⑦" U2466 # CIRCLED DIGIT SEVEN + : "⑦" U2466 # CIRCLED DIGIT SEVEN + <8> : "⑧" U2467 # CIRCLED DIGIT EIGHT + : "⑧" U2467 # CIRCLED DIGIT EIGHT + <9> : "⑨" U2468 # CIRCLED DIGIT NINE + : "⑨" U2468 # CIRCLED DIGIT NINE + <1> <0> : "⑩" U2469 # CIRCLED NUMBER TEN + <1> : "⑩" U2469 # CIRCLED NUMBER TEN + <0> : "⑩" U2469 # CIRCLED NUMBER TEN + : "⑩" U2469 # CIRCLED NUMBER TEN + <1> <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> <2> : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> : "⑫" U246B # CIRCLED NUMBER TWELVE + <2> : "⑫" U246B # CIRCLED NUMBER TWELVE + : "⑫" U246B # CIRCLED NUMBER TWELVE + : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> <3> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <1> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <3> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <1> <4> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <1> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <4> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <1> <5> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <1> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <5> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <1> <6> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <1> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <6> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <1> <7> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <1> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <7> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <1> <8> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <1> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <8> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <1> <9> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <1> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <9> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <2> <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + <2> : "⑳" U2473 # CIRCLED NUMBER TWENTY + <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "⑳" U2473 # CIRCLED NUMBER TWENTY + <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A + : "Ⓑ" U24B7 # CIRCLED LATIN CAPITAL LETTER B + : "Ⓒ" U24B8 # CIRCLED LATIN CAPITAL LETTER C + : "Ⓓ" U24B9 # CIRCLED LATIN CAPITAL LETTER D + : "Ⓔ" U24BA # CIRCLED LATIN CAPITAL LETTER E + : "Ⓕ" U24BB # CIRCLED LATIN CAPITAL LETTER F + : "Ⓖ" U24BC # CIRCLED LATIN CAPITAL LETTER G + : "Ⓗ" U24BD # CIRCLED LATIN CAPITAL LETTER H + : "Ⓘ" U24BE # CIRCLED LATIN CAPITAL LETTER I + : "Ⓙ" U24BF # CIRCLED LATIN CAPITAL LETTER J + : "Ⓚ" U24C0 # CIRCLED LATIN CAPITAL LETTER K + : "Ⓛ" U24C1 # CIRCLED LATIN CAPITAL LETTER L + : "Ⓜ" U24C2 # CIRCLED LATIN CAPITAL LETTER M + : "Ⓝ" U24C3 # CIRCLED LATIN CAPITAL LETTER N + : "Ⓞ" U24C4 # CIRCLED LATIN CAPITAL LETTER O +

: "Ⓟ" U24C5 # CIRCLED LATIN CAPITAL LETTER P + : "Ⓠ" U24C6 # CIRCLED LATIN CAPITAL LETTER Q + : "Ⓡ" U24C7 # CIRCLED LATIN CAPITAL LETTER R + : "Ⓢ" U24C8 # CIRCLED LATIN CAPITAL LETTER S + : "Ⓣ" U24C9 # CIRCLED LATIN CAPITAL LETTER T + : "Ⓤ" U24CA # CIRCLED LATIN CAPITAL LETTER U + : "Ⓥ" U24CB # CIRCLED LATIN CAPITAL LETTER V + : "Ⓦ" U24CC # CIRCLED LATIN CAPITAL LETTER W + : "Ⓧ" U24CD # CIRCLED LATIN CAPITAL LETTER X + : "Ⓨ" U24CE # CIRCLED LATIN CAPITAL LETTER Y + : "Ⓩ" U24CF # CIRCLED LATIN CAPITAL LETTER Z + : "ⓐ" U24D0 # CIRCLED LATIN SMALL LETTER A + : "ⓑ" U24D1 # CIRCLED LATIN SMALL LETTER B + : "ⓒ" U24D2 # CIRCLED LATIN SMALL LETTER C + : "ⓓ" U24D3 # CIRCLED LATIN SMALL LETTER D + : "ⓔ" U24D4 # CIRCLED LATIN SMALL LETTER E + : "ⓕ" U24D5 # CIRCLED LATIN SMALL LETTER F + : "ⓖ" U24D6 # CIRCLED LATIN SMALL LETTER G + : "ⓗ" U24D7 # CIRCLED LATIN SMALL LETTER H + : "ⓘ" U24D8 # CIRCLED LATIN SMALL LETTER I + : "ⓙ" U24D9 # CIRCLED LATIN SMALL LETTER J + : "ⓚ" U24DA # CIRCLED LATIN SMALL LETTER K + : "ⓛ" U24DB # CIRCLED LATIN SMALL LETTER L + : "ⓜ" U24DC # CIRCLED LATIN SMALL LETTER M + : "ⓝ" U24DD # CIRCLED LATIN SMALL LETTER N + : "ⓞ" U24DE # CIRCLED LATIN SMALL LETTER O +

: "ⓟ" U24DF # CIRCLED LATIN SMALL LETTER P + : "ⓠ" U24E0 # CIRCLED LATIN SMALL LETTER Q + : "ⓡ" U24E1 # CIRCLED LATIN SMALL LETTER R + : "ⓢ" U24E2 # CIRCLED LATIN SMALL LETTER S + : "ⓣ" U24E3 # CIRCLED LATIN SMALL LETTER T + : "ⓤ" U24E4 # CIRCLED LATIN SMALL LETTER U + : "ⓥ" U24E5 # CIRCLED LATIN SMALL LETTER V + : "ⓦ" U24E6 # CIRCLED LATIN SMALL LETTER W + : "ⓧ" U24E7 # CIRCLED LATIN SMALL LETTER X + : "ⓨ" U24E8 # CIRCLED LATIN SMALL LETTER Y + : "ⓩ" U24E9 # CIRCLED LATIN SMALL LETTER Z + <0> : "⓪" U24EA # CIRCLED DIGIT ZERO + : "⓪" U24EA # CIRCLED DIGIT ZERO + : "⨥" U2A25 # PLUS SIGN WITH DOT BELOW + : "⨦" U2A26 # PLUS SIGN WITH TILDE BELOW + : "⨪" U2A2A # MINUS SIGN WITH DOT BELOW + : "⩦" U2A66 # EQUALS SIGN WITH DOT BELOW + : "⩷" U2A77 # EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW + : "⩷" U2A77 # EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW + : "⫝̸" U2ADC # FORKING + : "⫰" U2AF0 # VERTICAL LINE WITH CIRCLE BELOW + : "が" U304C # HIRAGANA LETTER GA + : "ぎ" U304E # HIRAGANA LETTER GI + : "ぐ" U3050 # HIRAGANA LETTER GU + : "げ" U3052 # HIRAGANA LETTER GE + : "ご" U3054 # HIRAGANA LETTER GO + : "ざ" U3056 # HIRAGANA LETTER ZA + : "じ" U3058 # HIRAGANA LETTER ZI + : "ず" U305A # HIRAGANA LETTER ZU + : "ぜ" U305C # HIRAGANA LETTER ZE + : "ぞ" U305E # HIRAGANA LETTER ZO + : "だ" U3060 # HIRAGANA LETTER DA + : "ぢ" U3062 # HIRAGANA LETTER DI + : "づ" U3065 # HIRAGANA LETTER DU + : "で" U3067 # HIRAGANA LETTER DE + : "ど" U3069 # HIRAGANA LETTER DO + : "ば" U3070 # HIRAGANA LETTER BA + : "ぱ" U3071 # HIRAGANA LETTER PA + : "び" U3073 # HIRAGANA LETTER BI + : "ぴ" U3074 # HIRAGANA LETTER PI + : "ぶ" U3076 # HIRAGANA LETTER BU + : "ぷ" U3077 # HIRAGANA LETTER PU + : "べ" U3079 # HIRAGANA LETTER BE + : "ぺ" U307A # HIRAGANA LETTER PE + : "ぼ" U307C # HIRAGANA LETTER BO + : "ぽ" U307D # HIRAGANA LETTER PO + : "ゔ" U3094 # HIRAGANA LETTER VU + : "ゞ" U309E # HIRAGANA VOICED ITERATION MARK + : "ガ" U30AC # KATAKANA LETTER GA + : "ギ" U30AE # KATAKANA LETTER GI + : "グ" U30B0 # KATAKANA LETTER GU + : "ゲ" U30B2 # KATAKANA LETTER GE + : "ゴ" U30B4 # KATAKANA LETTER GO + : "ザ" U30B6 # KATAKANA LETTER ZA + : "ジ" U30B8 # KATAKANA LETTER ZI + : "ズ" U30BA # KATAKANA LETTER ZU + : "ゼ" U30BC # KATAKANA LETTER ZE + : "ゾ" U30BE # KATAKANA LETTER ZO + : "ダ" U30C0 # KATAKANA LETTER DA + : "ヂ" U30C2 # KATAKANA LETTER DI + : "ヅ" U30C5 # KATAKANA LETTER DU + : "デ" U30C7 # KATAKANA LETTER DE + : "ド" U30C9 # KATAKANA LETTER DO + : "バ" U30D0 # KATAKANA LETTER BA + : "パ" U30D1 # KATAKANA LETTER PA + : "ビ" U30D3 # KATAKANA LETTER BI + : "ピ" U30D4 # KATAKANA LETTER PI + : "ブ" U30D6 # KATAKANA LETTER BU + : "プ" U30D7 # KATAKANA LETTER PU + : "ベ" U30D9 # KATAKANA LETTER BE + : "ペ" U30DA # KATAKANA LETTER PE + : "ボ" U30DC # KATAKANA LETTER BO + : "ポ" U30DD # KATAKANA LETTER PO + : "ヴ" U30F4 # KATAKANA LETTER VU + : "ヷ" U30F7 # KATAKANA LETTER VA + : "ヸ" U30F8 # KATAKANA LETTER VI + : "ヹ" U30F9 # KATAKANA LETTER VE + : "ヺ" U30FA # KATAKANA LETTER VO + : "ヾ" U30FE # KATAKANA VOICED ITERATION MARK + : "㆒" U3192 # IDEOGRAPHIC ANNOTATION ONE MARK + : "㆒" U3192 # IDEOGRAPHIC ANNOTATION ONE MARK + : "㆓" U3193 # IDEOGRAPHIC ANNOTATION TWO MARK + : "㆓" U3193 # IDEOGRAPHIC ANNOTATION TWO MARK + : "㆔" U3194 # IDEOGRAPHIC ANNOTATION THREE MARK + : "㆔" U3194 # IDEOGRAPHIC ANNOTATION THREE MARK + : "㆕" U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK + : "㆕" U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK + : "㆖" U3196 # IDEOGRAPHIC ANNOTATION TOP MARK + : "㆖" U3196 # IDEOGRAPHIC ANNOTATION TOP MARK + : "㆗" U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK + : "㆗" U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK + : "㆘" U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK + : "㆘" U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK + : "㆙" U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK + : "㆙" U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK + : "㆚" U319A # IDEOGRAPHIC ANNOTATION SECOND MARK + : "㆚" U319A # IDEOGRAPHIC ANNOTATION SECOND MARK + : "㆛" U319B # IDEOGRAPHIC ANNOTATION THIRD MARK + : "㆛" U319B # IDEOGRAPHIC ANNOTATION THIRD MARK + : "㆜" U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK + : "㆜" U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK + : "㆝" U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK + : "㆝" U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK + : "㆞" U319E # IDEOGRAPHIC ANNOTATION EARTH MARK + : "㆞" U319E # IDEOGRAPHIC ANNOTATION EARTH MARK + : "㆟" U319F # IDEOGRAPHIC ANNOTATION MAN MARK + : "㆟" U319F # IDEOGRAPHIC ANNOTATION MAN MARK + <2> <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <2> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <2> <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <2> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <2> <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <2> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <2> <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <2> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <2> <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <2> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <2> <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <2> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <2> <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <2> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <2> <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <2> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <3> <0> : "㉚" U325A # CIRCLED NUMBER THIRTY + <3> : "㉚" U325A # CIRCLED NUMBER THIRTY + <0> : "㉚" U325A # CIRCLED NUMBER THIRTY + : "㉚" U325A # CIRCLED NUMBER THIRTY + <3> <1> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <3> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <1> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <3> <2> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <2> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> <4> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <3> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <4> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <3> <5> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + <3> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + <5> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + : "㉠" U3260 # CIRCLED HANGUL KIYEOK + : "㉡" U3261 # CIRCLED HANGUL NIEUN + : "㉢" U3262 # CIRCLED HANGUL TIKEUT + : "㉣" U3263 # CIRCLED HANGUL RIEUL + : "㉤" U3264 # CIRCLED HANGUL MIEUM + : "㉥" U3265 # CIRCLED HANGUL PIEUP + : "㉦" U3266 # CIRCLED HANGUL SIOS + : "㉧" U3267 # CIRCLED HANGUL IEUNG + : "㉨" U3268 # CIRCLED HANGUL CIEUC + : "㉩" U3269 # CIRCLED HANGUL CHIEUCH + : "㉪" U326A # CIRCLED HANGUL KHIEUKH + : "㉫" U326B # CIRCLED HANGUL THIEUTH + : "㉬" U326C # CIRCLED HANGUL PHIEUPH + : "㉭" U326D # CIRCLED HANGUL HIEUH + : "㉮" U326E # CIRCLED HANGUL KIYEOK A + : "㉯" U326F # CIRCLED HANGUL NIEUN A + : "㉰" U3270 # CIRCLED HANGUL TIKEUT A + : "㉱" U3271 # CIRCLED HANGUL RIEUL A + : "㉲" U3272 # CIRCLED HANGUL MIEUM A + : "㉳" U3273 # CIRCLED HANGUL PIEUP A + : "㉴" U3274 # CIRCLED HANGUL SIOS A + : "㉵" U3275 # CIRCLED HANGUL IEUNG A + : "㉶" U3276 # CIRCLED HANGUL CIEUC A + : "㉷" U3277 # CIRCLED HANGUL CHIEUCH A + : "㉸" U3278 # CIRCLED HANGUL KHIEUKH A + : "㉹" U3279 # CIRCLED HANGUL THIEUTH A + : "㉺" U327A # CIRCLED HANGUL PHIEUPH A + : "㉻" U327B # CIRCLED HANGUL HIEUH A + : "㊀" U3280 # CIRCLED IDEOGRAPH ONE + : "㊁" U3281 # CIRCLED IDEOGRAPH TWO + : "㊂" U3282 # CIRCLED IDEOGRAPH THREE + : "㊃" U3283 # CIRCLED IDEOGRAPH FOUR + : "㊄" U3284 # CIRCLED IDEOGRAPH FIVE + : "㊅" U3285 # CIRCLED IDEOGRAPH SIX + : "㊆" U3286 # CIRCLED IDEOGRAPH SEVEN + : "㊇" U3287 # CIRCLED IDEOGRAPH EIGHT + : "㊈" U3288 # CIRCLED IDEOGRAPH NINE + : "㊉" U3289 # CIRCLED IDEOGRAPH TEN + : "㊊" U328A # CIRCLED IDEOGRAPH MOON + : "㊋" U328B # CIRCLED IDEOGRAPH FIRE + : "㊌" U328C # CIRCLED IDEOGRAPH WATER + : "㊍" U328D # CIRCLED IDEOGRAPH WOOD + : "㊎" U328E # CIRCLED IDEOGRAPH METAL + : "㊏" U328F # CIRCLED IDEOGRAPH EARTH + : "㊐" U3290 # CIRCLED IDEOGRAPH SUN + : "㊑" U3291 # CIRCLED IDEOGRAPH STOCK + : "㊒" U3292 # CIRCLED IDEOGRAPH HAVE + : "㊓" U3293 # CIRCLED IDEOGRAPH SOCIETY + : "㊔" U3294 # CIRCLED IDEOGRAPH NAME + : "㊕" U3295 # CIRCLED IDEOGRAPH SPECIAL + : "㊖" U3296 # CIRCLED IDEOGRAPH FINANCIAL + : "㊗" U3297 # CIRCLED IDEOGRAPH CONGRATULATION + : "㊘" U3298 # CIRCLED IDEOGRAPH LABOR + : "㊙" U3299 # CIRCLED IDEOGRAPH SECRET + : "㊚" U329A # CIRCLED IDEOGRAPH MALE + : "㊛" U329B # CIRCLED IDEOGRAPH FEMALE + : "㊜" U329C # CIRCLED IDEOGRAPH SUITABLE + : "㊝" U329D # CIRCLED IDEOGRAPH EXCELLENT + : "㊞" U329E # CIRCLED IDEOGRAPH PRINT + : "㊟" U329F # CIRCLED IDEOGRAPH ATTENTION + : "㊠" U32A0 # CIRCLED IDEOGRAPH ITEM + : "㊡" U32A1 # CIRCLED IDEOGRAPH REST + : "㊢" U32A2 # CIRCLED IDEOGRAPH COPY + : "㊣" U32A3 # CIRCLED IDEOGRAPH CORRECT + : "㊤" U32A4 # CIRCLED IDEOGRAPH HIGH + : "㊥" U32A5 # CIRCLED IDEOGRAPH CENTRE + : "㊦" U32A6 # CIRCLED IDEOGRAPH LOW + : "㊧" U32A7 # CIRCLED IDEOGRAPH LEFT + : "㊨" U32A8 # CIRCLED IDEOGRAPH RIGHT + : "㊩" U32A9 # CIRCLED IDEOGRAPH MEDICINE + : "㊪" U32AA # CIRCLED IDEOGRAPH RELIGION + : "㊫" U32AB # CIRCLED IDEOGRAPH STUDY + : "㊬" U32AC # CIRCLED IDEOGRAPH SUPERVISE + : "㊭" U32AD # CIRCLED IDEOGRAPH ENTERPRISE + : "㊮" U32AE # CIRCLED IDEOGRAPH RESOURCE + : "㊯" U32AF # CIRCLED IDEOGRAPH ALLIANCE + : "㊰" U32B0 # CIRCLED IDEOGRAPH NIGHT + <3> <6> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <3> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <6> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <3> <7> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <3> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <7> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <3> <8> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <3> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <8> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <3> <9> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <3> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <9> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <4> <0> : "㊵" U32B5 # CIRCLED NUMBER FORTY + <4> : "㊵" U32B5 # CIRCLED NUMBER FORTY + <0> : "㊵" U32B5 # CIRCLED NUMBER FORTY + : "㊵" U32B5 # CIRCLED NUMBER FORTY + <4> <1> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <4> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <1> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <4> <2> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <2> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> <3> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <4> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <3> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <4> <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> <5> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <4> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <5> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <4> <6> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <4> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <6> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <4> <7> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <4> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <7> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <4> <8> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <4> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <8> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <4> <9> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <4> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <9> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <5> <0> : "㊿" U32BF # CIRCLED NUMBER FIFTY + <5> : "㊿" U32BF # CIRCLED NUMBER FIFTY + <0> : "㊿" U32BF # CIRCLED NUMBER FIFTY + : "㊿" U32BF # CIRCLED NUMBER FIFTY + : "㋐" U32D0 # CIRCLED KATAKANA A + : "㋑" U32D1 # CIRCLED KATAKANA I + : "㋒" U32D2 # CIRCLED KATAKANA U + : "㋓" U32D3 # CIRCLED KATAKANA E + : "㋔" U32D4 # CIRCLED KATAKANA O + : "㋕" U32D5 # CIRCLED KATAKANA KA + : "㋖" U32D6 # CIRCLED KATAKANA KI + : "㋗" U32D7 # CIRCLED KATAKANA KU + : "㋘" U32D8 # CIRCLED KATAKANA KE + : "㋙" U32D9 # CIRCLED KATAKANA KO + : "㋚" U32DA # CIRCLED KATAKANA SA + : "㋛" U32DB # CIRCLED KATAKANA SI + : "㋜" U32DC # CIRCLED KATAKANA SU + : "㋝" U32DD # CIRCLED KATAKANA SE + : "㋞" U32DE # CIRCLED KATAKANA SO + : "㋟" U32DF # CIRCLED KATAKANA TA + : "㋠" U32E0 # CIRCLED KATAKANA TI + : "㋡" U32E1 # CIRCLED KATAKANA TU + : "㋢" U32E2 # CIRCLED KATAKANA TE + : "㋣" U32E3 # CIRCLED KATAKANA TO + : "㋤" U32E4 # CIRCLED KATAKANA NA + : "㋥" U32E5 # CIRCLED KATAKANA NI + : "㋦" U32E6 # CIRCLED KATAKANA NU + : "㋧" U32E7 # CIRCLED KATAKANA NE + : "㋨" U32E8 # CIRCLED KATAKANA NO + : "㋩" U32E9 # CIRCLED KATAKANA HA + : "㋪" U32EA # CIRCLED KATAKANA HI + : "㋫" U32EB # CIRCLED KATAKANA HU + : "㋬" U32EC # CIRCLED KATAKANA HE + : "㋭" U32ED # CIRCLED KATAKANA HO + : "㋮" U32EE # CIRCLED KATAKANA MA + : "㋯" U32EF # CIRCLED KATAKANA MI + : "㋰" U32F0 # CIRCLED KATAKANA MU + : "㋱" U32F1 # CIRCLED KATAKANA ME + : "㋲" U32F2 # CIRCLED KATAKANA MO + : "㋳" U32F3 # CIRCLED KATAKANA YA + : "㋴" U32F4 # CIRCLED KATAKANA YU + : "㋵" U32F5 # CIRCLED KATAKANA YO + : "㋶" U32F6 # CIRCLED KATAKANA RA + : "㋷" U32F7 # CIRCLED KATAKANA RI + : "㋸" U32F8 # CIRCLED KATAKANA RU + : "㋹" U32F9 # CIRCLED KATAKANA RE + : "㋺" U32FA # CIRCLED KATAKANA RO + : "㋻" U32FB # CIRCLED KATAKANA WA + : "㋼" U32FC # CIRCLED KATAKANA WI + : "㋽" U32FD # CIRCLED KATAKANA WE + : "㋾" U32FE # CIRCLED KATAKANA WO + +XCOMM +XCOMM Hebrew letters with accents +XCOMM + + : "יִ" UFB1D # HEBREW LETTER YOD WITH HIRIQ + : "ײַ" UFB1F # HEBREW LIGATURE YIDDISH YOD YOD PATAH + : "שׁ" UFB2A # HEBREW LETTER SHIN WITH SHIN DOT + : "שׂ" UFB2B # HEBREW LETTER SHIN WITH SIN DOT + : "שּׁ" UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT + : "שּׁ" UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT + : "שּׂ" UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT + : "שּׂ" UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT + : "אַ" UFB2E # HEBREW LETTER ALEF WITH PATAH + : "אָ" UFB2F # HEBREW LETTER ALEF WITH QAMATS + : "אּ" UFB30 # HEBREW LETTER ALEF WITH MAPIQ + : "בּ" UFB31 # HEBREW LETTER BET WITH DAGESH + : "בּ" UFB31 # HEBREW LETTER BET WITH DAGESH + : "גּ" UFB32 # HEBREW LETTER GIMEL WITH DAGESH + : "גּ" UFB32 # HEBREW LETTER GIMEL WITH DAGESH + : "דּ" UFB33 # HEBREW LETTER DALET WITH DAGESH + : "דּ" UFB33 # HEBREW LETTER DALET WITH DAGESH + : "הּ" UFB34 # HEBREW LETTER HE WITH MAPIQ + : "וּ" UFB35 # HEBREW LETTER VAV WITH DAGESH + : "זּ" UFB36 # HEBREW LETTER ZAYIN WITH DAGESH + : "זּ" UFB36 # HEBREW LETTER ZAYIN WITH DAGESH + : "טּ" UFB38 # HEBREW LETTER TET WITH DAGESH + : "טּ" UFB38 # HEBREW LETTER TET WITH DAGESH + : "יּ" UFB39 # HEBREW LETTER YOD WITH DAGESH + : "ךּ" UFB3A # HEBREW LETTER FINAL KAF WITH DAGESH + : "כּ" UFB3B # HEBREW LETTER KAF WITH DAGESH + : "לּ" UFB3C # HEBREW LETTER LAMED WITH DAGESH + : "מּ" UFB3E # HEBREW LETTER MEM WITH DAGESH + : "נּ" UFB40 # HEBREW LETTER NUN WITH DAGESH + : "סּ" UFB41 # HEBREW LETTER SAMEKH WITH DAGESH + : "סּ" UFB41 # HEBREW LETTER SAMEKH WITH DAGESH + : "ףּ" UFB43 # HEBREW LETTER FINAL PE WITH DAGESH + : "פּ" UFB44 # HEBREW LETTER PE WITH DAGESH + : "צּ" UFB46 # HEBREW LETTER TSADI WITH DAGESH + : "צּ" UFB46 # HEBREW LETTER TSADI WITH DAGESH + : "קּ" UFB47 # HEBREW LETTER QOF WITH DAGESH + : "קּ" UFB47 # HEBREW LETTER QOF WITH DAGESH + : "רּ" UFB48 # HEBREW LETTER RESH WITH DAGESH + : "שּ" UFB49 # HEBREW LETTER SHIN WITH DAGESH + : "תּ" UFB4A # HEBREW LETTER TAV WITH DAGESH + : "תּ" UFB4A # HEBREW LETTER TAV WITH DAGESH + : "וֹ" UFB4B # HEBREW LETTER VAV WITH HOLAM + : "בֿ" UFB4C # HEBREW LETTER BET WITH RAFE + : "בֿ" UFB4C # HEBREW LETTER BET WITH RAFE + : "כֿ" UFB4D # HEBREW LETTER KAF WITH RAFE + : "פֿ" UFB4E # HEBREW LETTER PE WITH RAFE + : "𝅗𝅥" U1D15E # MUSICAL SYMBOL HALF NOTE + : "𝅘𝅥" U1D15F # MUSICAL SYMBOL QUARTER NOTE + : "𝅘𝅥𝅮" U1D160 # MUSICAL SYMBOL EIGHTH NOTE +/* : "𝅘𝅥𝅮" U1D160 # MUSICAL SYMBOL EIGHTH NOTE */ + : "𝅘𝅥𝅯" U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE +/* : "𝅘𝅥𝅯" U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE */ + : "𝅘𝅥𝅰" U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE +/* : "𝅘𝅥𝅰" U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE */ + : "𝅘𝅥𝅱" U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE +/* : "𝅘𝅥𝅱" U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE */ + : "𝅘𝅥𝅲" U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE +/* : "𝅘𝅥𝅲" U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE */ + : "𝆹𝅥" U1D1BB # MUSICAL SYMBOL MINIMA + : "𝆺𝅥" U1D1BC # MUSICAL SYMBOL MINIMA BLACK + : "𝆹𝅥𝅮" U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE +/* : "𝆹𝅥𝅮" U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE */ + : "𝆺𝅥𝅮" U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK +/* : "𝆺𝅥𝅮" U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK */ + : "𝆹𝅥𝅯" U1D1BF # MUSICAL SYMBOL FUSA WHITE +/* : "𝆹𝅥𝅯" U1D1BF # MUSICAL SYMBOL FUSA WHITE */ + : "𝆺𝅥𝅯" U1D1C0 # MUSICAL SYMBOL FUSA BLACK +/* : "𝆺𝅥𝅯" U1D1C0 # MUSICAL SYMBOL FUSA BLACK */ + +XCOMM +XCOMM Khmer digraphs +XCOMM + + : "ាំ" + : "ោះ" + : "េះ" + : "ុំ" + : "ុះ" + +XCOMM +XCOMM Arabic Lam-Alef ligatures +XCOMM + + : "لا" # ARABIC LIGATURE LAM WITH ALEF + : "لأ" # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE + : "لإ" # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW + : "لآ" # ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE + +XCOMM +XCOMM French-Dvorak Bépo compositions +XCOMM + + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ȷ" U0237 # LATIN SMALL LETTER DOTLESS J + : "Ŀ" U013F # LATIN CAPITAL LETTER L WITH MIDDLE DOT + : "ŀ" U0140 # LATIN SMALL LETTER L WITH MIDDLE DOT + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "̇" U0307 # COMBINING DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "́" U0301 # COMBINING ACUTE ACCENT + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "̣" U0323 # COMBINING DOT BELOW + : "̣" U0323 # COMBINING DOT BELOW + : "̣" U0323 # COMBINING DOT BELOW + : "Ắ" Abreveacute # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ằ" Abrevegrave # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ẳ" Abrevehook # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" Abrevetilde # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ắ" abreveacute # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ằ" abrevegrave # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ẳ" abrevehook # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẵ" abrevetilde # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "̆" U0306 # COMBINING BREVE + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₋" U208B # SUBSCRIPT MINUS + <0> : "₀" zerosubscript # SUBSCRIPT ZERO + <1> : "₁" onesubscript # SUBSCRIPT ONE + <2> : "₂" twosubscript # SUBSCRIPT TWO + <3> : "₃" threesubscript # SUBSCRIPT THREE + <4> : "₄" foursubscript # SUBSCRIPT FOUR + <5> : "₅" fivesubscript # SUBSCRIPT FIVE + <6> : "₆" sixsubscript # SUBSCRIPT SIX + <7> : "₇" sevensubscript # SUBSCRIPT SEVEN + <8> : "₈" eightsubscript # SUBSCRIPT EIGHT + <9> : "₉" ninesubscript # SUBSCRIPT NINE + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "Dž" U01C5 # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "̌" U030C # COMBINING CARON + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "₵" U20B5 # CEDI SIGN + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "₵" U20B5 # CEDI SIGN + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "̧" U0327 # COMBINING CEDILLA + : "Ấ" Acircumflexacute # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ầ" Acircumflexgrave # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ẩ" Acircumflexhook # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" Acircumflextilde # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ấ" acircumflexacute # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ầ" acircumflexgrave # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ẩ" acircumflexhook # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẫ" acircumflextilde # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ế" Ecircumflexacute # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ề" Ecircumflexgrave # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ể" Ecircumflexhook # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ễ" Ecircumflextilde # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ế" ecircumflexacute # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ề" ecircumflexgrave # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ể" ecircumflexhook # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ễ" ecircumflextilde # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ố" Ocircumflexacute # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ồ" Ocircumflexgrave # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ổ" Ocircumflexhook # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ỗ" Ocircumflextilde # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ố" ocircumflexacute # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ồ" ocircumflexgrave # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ổ" ocircumflexhook # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ỗ" ocircumflextilde # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "̂" U0302 # COMBINING CIRCUMFLEX ACCENT + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "," comma # COMMA + : "̦" U0326 # COMBINING COMMA BELOW + : "," comma # COMMA + : "₳" U20B3 # AUSTRAL SIGN + : "؋" U060B # AFGHANI SIGN + : "₱" U20B1 # PESO SIGN + : "฿" Thai_baht # THAI CURRENCY SYMBOL BAHT + : "₵" U20B5 # CEDI SIGN + : "₡" ColonSign # COLON SIGN + : "₵" U20B5 # CEDI SIGN + : "¢" cent # CENT SIGN + : "₯" U20AF # DRACHMA SIGN + : "₫" DongSign # DONG SIGN + : "₠" EcuSign # EURO-CURRENCY SIGN + : "€" EuroSign # EURO SIGN + : "₣" FFrancSign # FRENCH FRANC SIGN + : "ƒ" function # LATIN SMALL LETTER F WITH HOOK + : "₲" U20B2 # GUARANI SIGN + : "₲" U20B2 # GUARANI SIGN + : "₴" U20B4 # HRYVNIA SIGN + : "₴" U20B4 # HRYVNIA SIGN + : "៛" U17DB # KHMER CURRENCY SYMBOL RIEL + : "﷼" UFDFC # RIAL SIGN + : "₭" U20AD # KIP SIGN + : "₭" U20AD # KIP SIGN + : "₤" LiraSign # LIRA SIGN + : "£" sterling # POUND SIGN + : "ℳ" U2133 # SCRIPT CAPITAL M + : "₥" MillSign # MILL SIGN + : "₦" NairaSign # NAIRA SIGN + : "₦" NairaSign # NAIRA SIGN + : "૱" U0AF1 # GUJARATI RUPEE SIGN + : "௹" U0BF9 # TAMIL RUPEE SIGN +

: "₧" PesetaSign # PESETA SIGN +

: "₰" U20B0 # GERMAN PENNY SIGN + : "₢" CruzeiroSign # CRUZEIRO SIGN + : "₨" RupeeSign # RUPEE SIGN + : "$" dollar # DOLLAR SIGN + : "₪" NewSheqelSign # NEW SHEQEL SIGN + : "₮" U20AE # TUGRIK SIGN + : "৳" U09F3 # BENGALI RUPEE SIGN + : "৲" U09F2 # BENGALI RUPEE MARK + : "৲" U09F2 # BENGALI RUPEE MARK + : "圓" U5713 # YUAN / WEN + : "元" U5143 # YUAN / WEN + : "₩" WonSign # WON SIGN + : "₩" WonSign # WON SIGN + : "円" U5186 # YEN + : "¥" yen # YEN SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "̈" U0308 # COMBINING DIAERESIS + : "̋" U030B # COMBINING DOUBLE ACUTE ACCENT + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "̀" U0300 # COMBINING GRAVE ACCENT + : "Α" U0391 # GREEK CAPITAL LETTER ALPHA + : "α" U03B1 # GREEK SMALL LETTER ALPHA + : "Β" U0392 # GREEK CAPITAL LETTER BETA + : "β" U03B2 # GREEK SMALL LETTER BETA + : "Δ" U0394 # GREEK CAPITAL LETTER DELTA + : "δ" U03B4 # GREEK SMALL LETTER DELTA + : "Ε" U0395 # GREEK CAPITAL LETTER EPSILON + : "ε" U03B5 # GREEK SMALL LETTER EPSILON + : "Φ" U03A6 # GREEK CAPITAL LETTER PHI + : "φ" U03C6 # GREEK SMALL LETTER PHI + : "Γ" U0393 # GREEK CAPITAL LETTER GAMMA + : "γ" U03B3 # GREEK SMALL LETTER GAMMA + : "Η" U0397 # GREEK CAPITAL LETTER ETA + : "η" U03B7 # GREEK SMALL LETTER ETA + : "Ι" U0399 # GREEK CAPITAL LETTER IOTA + : "ι" U03B9 # GREEK SMALL LETTER IOTA + : "Θ" U0398 # GREEK CAPITAL LETTER THETA + : "θ" U03B8 # GREEK SMALL LETTER THETA + : "Κ" U039A # GREEK CAPITAL LETTER KAPPA + : "κ" U03BA # GREEK SMALL LETTER KAPPA + : "Λ" U039B # GREEK CAPITAL LETTER LAMDA + : "λ" U03BB # GREEK SMALL LETTER LAMDA + : "Μ" U039C # GREEK CAPITAL LETTER MU + : "μ" U03BC # GREEK SMALL LETTER MU + : "Ν" U039D # GREEK CAPITAL LETTER NU + : "ν" U03BD # GREEK SMALL LETTER NU + : "Ο" U039F # GREEK CAPITAL LETTER OMICRON + : "ο" U03BF # GREEK SMALL LETTER OMICRON +

: "Π" U03A0 # GREEK CAPITAL LETTER PI +

: "π" U03C0 # GREEK SMALL LETTER PI + : "Χ" U03A7 # GREEK CAPITAL LETTER CHI + : "χ" U03C7 # GREEK SMALL LETTER CHI + : "Ρ" U03A1 # GREEK CAPITAL LETTER RHO + : "ρ" U03C1 # GREEK SMALL LETTER RHO + : "Σ" U03A3 # GREEK CAPITAL LETTER SIGMA + : "σ" U03C3 # GREEK SMALL LETTER SIGMA + : "Τ" U03A4 # GREEK CAPITAL LETTER TAU + : "τ" U03C4 # GREEK SMALL LETTER TAU + : "Υ" U03A5 # GREEK CAPITAL LETTER UPSILON + : "υ" U03C5 # GREEK SMALL LETTER UPSILON + : "Ω" U03A9 # GREEK CAPITAL LETTER OMEGA + : "ω" U03C9 # GREEK SMALL LETTER OMEGA + : "Ξ" U039E # GREEK CAPITAL LETTER XI + : "ξ" U03BE # GREEK SMALL LETTER XI + : "Ψ" U03A8 # GREEK CAPITAL LETTER PSI + : "ψ" U03C8 # GREEK SMALL LETTER PSI + : "Ζ" U0396 # GREEK CAPITAL LETTER ZETA + : "ζ" U03B6 # GREEK SMALL LETTER ZETA + : "µ" U00B5 # MICRO SIGN + : "µ" U00B5 # MICRO SIGN + : "µ" U00B5 # MICRO SIGN + : "Ɓ" U0181 # LATIN CAPITAL LETTER B WITH HOOK + : "ɓ" U0253 # LATIN SMALL LETTER B WITH HOOK + : "Ƈ" U0187 # LATIN CAPITAL LETTER C WITH HOOK + : "ƈ" U0188 # LATIN SMALL LETTER C WITH HOOK + : "Ɗ" U018A # LATIN CAPITAL LETTER D WITH HOOK + : "ɗ" U0257 # LATIN SMALL LETTER D WITH HOOK + : "ᶑ" U1D91 # LATIN SMALL LETTER D WITH HOOK AND TAIL + : "Ƒ" U0191 # LATIN CAPITAL LETTER F WITH HOOK + : "ƒ" function # LATIN SMALL LETTER F WITH HOOK + : "Ɠ" U0193 # LATIN CAPITAL LETTER G WITH HOOK + : "ɠ" U0260 # LATIN SMALL LETTER G WITH HOOK + : "ɦ" U0266 # LATIN SMALL LETTER H WITH HOOK + : "ʄ" U0284 # LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK + : "Ƙ" U0198 # LATIN CAPITAL LETTER K WITH HOOK + : "ƙ" U0199 # LATIN SMALL LETTER K WITH HOOK + : "Ɱ" U2C6E # LATIN CAPITAL LETTER M WITH HOOK + : "ɱ" U0271 # LATIN SMALL LETTER M WITH HOOK + : "Ɲ" U019D # LATIN CAPITAL LETTER N WITH LEFT HOOK + : "ɲ" U0272 # LATIN SMALL LETTER N WITH LEFT HOOK +

: "Ƥ" U01A4 # LATIN CAPITAL LETTER P WITH HOOK +

: "ƥ" U01A5 # LATIN SMALL LETTER P WITH HOOK + : "ʠ" U02A0 # LATIN SMALL LETTER Q WITH HOOK + : "ɝ" U025D # LATIN SMALL LETTER REVERSED OPEN E WITH HOOK + : "ɼ" U027C # LATIN SMALL LETTER R WITH LONG LEG + : "ʂ" U0282 # LATIN SMALL LETTER S WITH HOOK + : "ɚ" U025A # LATIN SMALL LETTER SCHWA WITH HOOK + : "Ƭ" U01AC # LATIN CAPITAL LETTER T WITH HOOK + : "ƭ" U01AD # LATIN SMALL LETTER T WITH HOOK + : "ɻ" U027B # LATIN SMALL LETTER TURNED R WITH HOOK + : "Ʋ" U01B2 # LATIN CAPITAL LETTER V WITH HOOK + : "ʋ" U028B # LATIN SMALL LETTER V WITH HOOK + : "Ⱳ" U2C72 # LATIN CAPITAL LETTER W WITH HOOK + : "ⱳ" U2C73 # LATIN SMALL LETTER W WITH HOOK + : "Ȥ" U0224 # LATIN CAPITAL LETTER Z WITH HOOK + : "ȥ" U0225 # LATIN SMALL LETTER Z WITH HOOK + : "̉" U0309 # COMBINING HOOK ABOVE + : "̉" U0309 # COMBINING HOOK ABOVE + : "̉" U0309 # COMBINING HOOK ABOVE + : "Ớ" Ohornacute # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ợ" Ohornbelowdot # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ờ" Ohorngrave # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ở" Ohornhook # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ỡ" Ohorntilde # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ớ" ohornacute # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ợ" ohornbelowdot # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ờ" ohorngrave # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ở" ohornhook # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ỡ" ohorntilde # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ứ" Uhornacute # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ự" Uhornbelowdot # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ừ" Uhorngrave # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ử" Uhornhook # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ữ" Uhorntilde # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ứ" uhornacute # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ự" uhornbelowdot # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ừ" uhorngrave # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ử" uhornhook # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ữ" uhorntilde # LATIN SMALL LETTER U WITH HORN AND TILDE + : "̛" U031B # COMBINING HORN + : "̛" U031B # COMBINING HORN + : "̛" U031B # COMBINING HORN + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "̄" U0304 # COMBINING MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "̨" U0328 # COMBINING OGONEK + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "̊" U030A # COMBINING RING ABOVE + <2> : "ƻ" U01BB # LATIN LETTER TWO WITH STROKE + : "≠" notequal # NOT EQUAL TO + : "Ⱥ" U023A # LATIN CAPITAL LETTER A WITH STROKE + : "ⱥ" U2C65 # LATIN SMALL LETTER A WITH STROKE + : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE + : "Ȼ" U023B # LATIN CAPITAL LETTER C WITH STROKE + : "ȼ" U023C # LATIN SMALL LETTER C WITH STROKE + : "Ɇ" U0246 # LATIN CAPITAL LETTER E WITH STROKE + : "ɇ" U0247 # LATIN SMALL LETTER E WITH STROKE + : "≯" U226F # NOT GREATER-THAN + : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO + : "Ɉ" U0248 # LATIN CAPITAL LETTER J WITH STROKE + : "ɉ" U0249 # LATIN SMALL LETTER J WITH STROKE + : "ᵼ" U1D7C # LATIN SMALL LETTER IOTA WITH STROKE + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "≮" U226E # NOT LESS-THAN + : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE +

: "â±£" U2C63 # LATIN CAPITAL LETTER P WITH STROKE +

: "ᵽ" U1D7D # LATIN SMALL LETTER P WITH STROKE + : "Ɍ" U024C # LATIN CAPITAL LETTER R WITH STROKE + : "ɍ" U024D # LATIN SMALL LETTER R WITH STROKE + : "Ʉ" U0244 # LATIN CAPITAL LETTER U BAR + : "ʉ" U0289 # LATIN SMALL LETTER U BAR + : "Ɏ" U024E # LATIN CAPITAL LETTER Y WITH STROKE + : "ɏ" U024F # LATIN SMALL LETTER Y WITH STROKE + : "/" slash # SOLIDUS + : "̸" U0338 # COMBINING LONG SOLIDUS OVERLAY + : "/" slash # SOLIDUS + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "≃" similarequal # ASYMPTOTICALLY EQUAL TO + : "≲" U2272 # LESS-THAN OR EQUIVALENT TO + : "≳" U2273 # GREATER-THAN OR EQUIVALENT TO + : "̃" U0303 # COMBINING TILDE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "Ắ" Abreveacute # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "ắ" abreveacute # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "Ấ" Acircumflexacute # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" acircumflexacute # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ế" Ecircumflexacute # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" ecircumflexacute # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ố" Ocircumflexacute # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" ocircumflexacute # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "Ớ" Ohornacute # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "ớ" ohornacute # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "Ứ" Uhornacute # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "ứ" uhornacute # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "Ặ" Abrevebelowdot # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "ặ" abrevebelowdot # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "Ậ" Acircumflexbelowdot # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" acircumflexbelowdot # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" Ecircumflexbelowdot # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" ecircumflexbelowdot # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" Ocircumflexbelowdot # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" ocircumflexbelowdot # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ợ" Ohornbelowdot # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "ợ" ohornbelowdot # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "Ự" Uhornbelowdot # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "ự" uhornbelowdot # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "Ằ" Abrevegrave # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "ằ" abrevegrave # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "Ẳ" Abrevehook # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" abrevehook # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" Abrevetilde # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ẵ" abrevetilde # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "Ầ" Acircumflexgrave # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" acircumflexgrave # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ề" Ecircumflexgrave # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" ecircumflexgrave # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ồ" Ocircumflexgrave # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" ocircumflexgrave # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ẩ" Acircumflexhook # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" acircumflexhook # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" Ecircumflexhook # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" ecircumflexhook # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" Ocircumflexhook # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" ocircumflexhook # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" Acircumflextilde # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" acircumflextilde # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ễ" Ecircumflextilde # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" ecircumflextilde # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ỗ" Ocircumflextilde # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" ocircumflextilde # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "Ờ" Ohorngrave # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "ờ" ohorngrave # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "Ừ" Uhorngrave # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "ừ" uhorngrave # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ở" Ohornhook # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "ở" ohornhook # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "Ử" Uhornhook # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "ử" uhornhook # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "Ỡ" Ohorntilde # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ỡ" ohorntilde # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ữ" Uhorntilde # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ữ" uhorntilde # LATIN SMALL LETTER U WITH HORN AND TILDE + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ϒ" U03D2 # GREEK UPSILON WITH HOOK SYMBOL + : "ϒ" U03D2 # GREEK UPSILON WITH HOOK SYMBOL + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ϼ" U03FC # GREEK RHO WITH STROKE SYMBOL + : "ϼ" U03FC # GREEK RHO WITH STROKE SYMBOL + +XCOMM +XCOMM Cyrillic NFDs +XCOMM + + : "а̏" # CYRILLIC SMALL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + : "а̏" # CYRILLIC SMALL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + + : "а̑" # CYRILLIC SMALL LETTER A WITH COMBINING INVERTED BREVE + + : "а̀" # CYRILLIC SMALL LETTER A WITH COMBINING GRAVE ACCENT + : "а̀" # CYRILLIC SMALL LETTER A WITH COMBINING GRAVE ACCENT + + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + + : "а̂" # CYRILLIC SMALL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + : "а̂" # CYRILLIC SMALL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + + : "А̏" # CYRILLIC CAPITAL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + : "А̏" # CYRILLIC CAPITAL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + + : "А̑" # CYRILLIC CAPITAL LETTER A WITH COMBINING INVERTED BREVE + + : "А̀" # CYRILLIC CAPITAL LETTER A WITH COMBINING GRAVE ACCENT + : "А̀" # CYRILLIC CAPITAL LETTER A WITH COMBINING GRAVE ACCENT + + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + + : "А̂" # CYRILLIC CAPITAL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + : "А̂" # CYRILLIC CAPITAL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + + : "е̏" # CYRILLIC SMALL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + : "е̏" # CYRILLIC SMALL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + + : "е̑" # CYRILLIC SMALL LETTER IE WITH COMBINING INVERTED BREVE + + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + + : "е̂" # CYRILLIC SMALL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + : "е̂" # CYRILLIC SMALL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + + : "Е̏" # CYRILLIC CAPITAL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + : "Е̏" # CYRILLIC CAPITAL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + + : "Е̑" # CYRILLIC CAPITAL LETTER IE WITH COMBINING INVERTED BREVE + + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + + : "Е̂" # CYRILLIC CAPITAL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + : "Е̂" # CYRILLIC CAPITAL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + + : "и̏" # CYRILLIC SMALL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + : "и̏" # CYRILLIC SMALL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + + : "и̑" # CYRILLIC SMALL LETTER I WITH COMBINING INVERTED BREVE + + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + + : "и̂" # CYRILLIC SMALL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + : "и̂" # CYRILLIC SMALL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + + : "И̏" # CYRILLIC CAPITAL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + : "И̏" # CYRILLIC CAPITAL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + + : "И̑" # CYRILLIC CAPITAL LETTER I WITH COMBINING INVERTED BREVE + + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + + : "И̂" # CYRILLIC CAPITAL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + : "И̂" # CYRILLIC CAPITAL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + + : "о̏" # CYRILLIC SMALL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + : "о̏" # CYRILLIC SMALL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + + : "о̑" # CYRILLIC SMALL LETTER O WITH COMBINING INVERTED BREVE + + : "о̀" # CYRILLIC SMALL LETTER O WITH COMBINING GRAVE ACCENT + : "о̀" # CYRILLIC SMALL LETTER O WITH COMBINING GRAVE ACCENT + + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + + : "о̂" # CYRILLIC SMALL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + : "о̂" # CYRILLIC SMALL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + + : "О̏" # CYRILLIC CAPITAL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + : "О̏" # CYRILLIC CAPITAL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + + : "О̑" # CYRILLIC CAPITAL LETTER O WITH COMBINING INVERTED BREVE + + : "О̀" # CYRILLIC CAPITAL LETTER O WITH COMBINING GRAVE ACCENT + : "О̀" # CYRILLIC CAPITAL LETTER O WITH COMBINING GRAVE ACCENT + + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + + : "О̂" # CYRILLIC CAPITAL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + : "О̂" # CYRILLIC CAPITAL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + + : "у̏" # CYRILLIC SMALL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + : "у̏" # CYRILLIC SMALL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + + : "у̑" # CYRILLIC SMALL LETTER U WITH COMBINING INVERTED BREVE + + : "у̀" # CYRILLIC SMALL LETTER U WITH COMBINING GRAVE ACCENT + : "у̀" # CYRILLIC SMALL LETTER U WITH COMBINING GRAVE ACCENT + + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + + : "у̂" # CYRILLIC SMALL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + : "у̂" # CYRILLIC SMALL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + + : "У̏" # CYRILLIC CAPITAL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + : "У̏" # CYRILLIC CAPITAL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + + : "У̑" # CYRILLIC CAPITAL LETTER U WITH COMBINING INVERTED BREVE + + : "У̀" # CYRILLIC CAPITAL LETTER U WITH COMBINING GRAVE ACCENT + : "У̀" # CYRILLIC CAPITAL LETTER U WITH COMBINING GRAVE ACCENT + + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + + : "У̂" # CYRILLIC CAPITAL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + : "У̂" # CYRILLIC CAPITAL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + + : "р̏" # CYRILLIC SMALL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + : "р̏" # CYRILLIC SMALL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + + : "р̑" # CYRILLIC SMALL LETTER ER WITH COMBINING INVERTED BREVE + + : "р̀" # CYRILLIC SMALL LETTER ER WITH COMBINING GRAVE ACCENT + : "р̀" # CYRILLIC SMALL LETTER ER WITH COMBINING GRAVE ACCENT + + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + + : "р̂" # CYRILLIC SMALL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + : "р̂" # CYRILLIC SMALL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + + : "Р̏" # CYRILLIC CAPITAL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + : "Р̏" # CYRILLIC CAPITAL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + + : "Р̑" # CYRILLIC CAPITAL LETTER ER WITH COMBINING INVERTED BREVE + + : "Р̀" # CYRILLIC CAPITAL LETTER ER WITH COMBINING GRAVE ACCENT + : "Р̀" # CYRILLIC CAPITAL LETTER ER WITH COMBINING GRAVE ACCENT + + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + + : "Р̂" # CYRILLIC CAPITAL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + : "Р̂" # CYRILLIC CAPITAL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + + +XCOMM APL support Geoff Streeter 2012-01-04 + +XCOMM APL was initially an overstruck language. The original APL terminal was an IBM golfball +XCOMM with a specially designed golfball. This meant that characters could be overstruck to +XCOMM produce other characters. This gave APL a richness of primitives which is still powerful +XCOMM today. Overstrikes were always independent of order. + +XCOMM APLs have extended this into a number of dialects. Let us try to support lots of them. +XCOMM Together with some that have not been used yet. Some traditional ones are not included. + +XCOMM Characters from "Mathematical Operators" + + : "√" U221a # v / SQUARE ROOT + : "√" U221a # / v SQUARE ROOT + <8> <8> : "∞" U221e # 8 8 INFINITY + : "≈" U2248 # ~ ~ ALMOST EQUAL TO + : "≡" U2261 # = _ IDENTICAL TO + : "≢" U2262 # _ ≠ NOT IDENTICAL TO + : "≢" U2262 # ≠ _ NOT IDENTICAL TO + : "≤" U2264 # < _ LESS-THAN OR EQUAL TO + : "≤" U2264 # _ < LESS-THAN OR EQUAL TO + : "≥" U2265 # > _ GREATER-THAN OR EQUAL TO + : "≥" U2265 # _ > GREATER-THAN OR EQUAL TO + : "⊆" U2286 # _ ⊂ SUBSET OF OR EQUAL TO + : "⊆" U2286 # ⊂ _ SUBSET OF OR EQUAL TO + : "⊇" U2287 # _ ⊃ SUPERSET OF OR EQUAL TO + : "⊇" U2287 # ⊃ _ SUPERSET OF OR EQUAL TO + : "⊖" U2296 # ○ - CIRCLED MINUS + : "⊖" U2296 # - ○ CIRCLED MINUS + : "⊙" U2299 # ○ - CIRCLED DOT + : "⊙" U2299 # - ○ CIRCLED DOT + : "⋄" U22c4 # < > DIAMOND OPERATOR + : "⋄" U22c4 # > < DIAMOND OPERATOR + : "⋄" U22c4 # ∧ ∨ DIAMOND OPERATOR + : "⋄" U22c4 # ∨ ∧ DIAMOND OPERATOR + : "∴" therefore # : . THEREFORE + : "∵" because # . : BECAUSE + +XCOMM Characters from "Miscellaneous Technical" + + : "⌶" U2336 # ⊥ ⊤ APL FUNCTIONAL SYMBOL I-BEAM + : "⌶" U2336 # ⊥ ⊤ APL FUNCTIONAL SYMBOL I-BEAM + : "⌷" U2337 # [ ] APL FUNCTIONAL SYMBOL SQUISH QUAD + : "⌷" U2337 # ] [ APL FUNCTIONAL SYMBOL SQUISH QUAD + : "⌸" U2338 # ⎕ = APL FUNCTIONAL SYMBOL QUAD EQUAL + : "⌸" U2338 # = ⎕ APL FUNCTIONAL SYMBOL QUAD EQUAL + : "⌹" U2339 # ⎕ ÷ APL FUNCTIONAL SYMBOL QUAD DIVIDE + : "⌹" U2339 # ÷ ⎕ APL FUNCTIONAL SYMBOL QUAD DIVIDE + : "⌺" U233a # ⎕ ⋄ APL FUNCTIONAL SYMBOL QUAD DIAMOND + : "⌺" U233a # ⋄ ⎕ APL FUNCTIONAL SYMBOL QUAD DIAMOND + : "⌻" U233b # ⎕ ∘ APL FUNCTIONAL SYMBOL QUAD JOT + : "⌻" U233b # ∘ ⎕ APL FUNCTIONAL SYMBOL QUAD JOT + : "⌼" U233c # ⎕ ○ APL FUNCTIONAL SYMBOL QUAD CIRCLE + : "⌼" U233c # ○ ⎕ APL FUNCTIONAL SYMBOL QUAD CIRCLE + : "⌽" U233d # ○ | APL FUNCTIONAL SYMBOL CIRCLE STILE + : "⌽" U233d # | ○ APL FUNCTIONAL SYMBOL CIRCLE STILE + : "⌾" U233e # ○ ∘ APL FUNCTIONAL SYMBOL CIRCLE JOT + : "⌾" U233e # ∘ ○ APL FUNCTIONAL SYMBOL CIRCLE JOT + : "⌿" U233f # / - APL FUNCTIONAL SYMBOL SLASH BAR + : "⌿" U233f # - / APL FUNCTIONAL SYMBOL SLASH BAR + : "⍀" U2340 # \ - APL FUNCTIONAL SYMBOL BACKSLASH BAR + : "⍀" U2340 # - \ APL FUNCTIONAL SYMBOL BACKSLASH BAR + : "⍁" U2341 # / ⎕ APL FUNCTIONAL SYMBOL QUAD SLASH + : "⍁" U2341 # ⎕ / APL FUNCTIONAL SYMBOL QUAD SLASH + : "⍂" U2342 # \ ⎕ APL FUNCTIONAL SYMBOL QUAD BACKSLASH + : "⍂" U2342 # ⎕ \ APL FUNCTIONAL SYMBOL QUAD BACKSLASH + : "⍃" U2343 # < ⎕ APL FUNCTIONAL SYMBOL QUAD LESS-THAN + : "⍃" U2343 # ⎕ < APL FUNCTIONAL SYMBOL QUAD LESS-THAN + : "⍄" U2344 # > ⎕ APL FUNCTIONAL SYMBOL QUAD GREATER-THAN + : "⍄" U2344 # ⎕ > APL FUNCTIONAL SYMBOL QUAD GREATER-THAN + : "⍅" U2345 # ← | APL FUNCTIONAL SYMBOL LEFTWARDS VANE + : "⍅" U2345 # | ← APL FUNCTIONAL SYMBOL LEFTWARDS VANE + : "⍆" U2346 # → | APL FUNCTIONAL SYMBOL RIGHTWARDS VANE + : "⍆" U2346 # | → APL FUNCTIONAL SYMBOL RIGHTWARDS VANE + : "⍇" U2347 # ← ⎕ APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW + : "⍇" U2347 # ⎕ ← APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW + : "⍈" U2348 # → ⎕ APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW + : "⍈" U2348 # ⎕ → APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW + : "⍉" U2349 # ○ \ APL FUNCTIONAL SYMBOL CIRCLE SLOPE + : "⍉" U2349 # \ ○ APL FUNCTIONAL SYMBOL CIRCLE SLOPE + : "⍊" U234a # _ ⊥ APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR + : "⍊" U234a # ⊥ _ APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR + : "⍋" U234b # ∆ | APL FUNCTIONAL SYMBOL DELTA STILE + : "⍋" U234b # | ∆ APL FUNCTIONAL SYMBOL DELTA STILE + : "⍌" U234c # ∨ ⎕ APL FUNCTIONAL SYMBOL QUAD DOWN CARET + : "⍌" U234c # ⎕ ∨ APL FUNCTIONAL SYMBOL QUAD DOWN CARET + : "⍍" U234d # ∆ ⎕ APL FUNCTIONAL SYMBOL QUAD DELTA + : "⍍" U234d # ⎕ ∆ APL FUNCTIONAL SYMBOL QUAD DELTA + : "⍎" U234e # ∘ ⊥ APL FUNCTIONAL SYMBOL DOWN TACK JOT + : "⍎" U234e # ⊥ ∘ APL FUNCTIONAL SYMBOL DOWN TACK JOT + : "⍏" U234f # ↑ - APL FUNCTIONAL SYMBOL UPWARDS VANE + : "⍏" U234f # - ↑ APL FUNCTIONAL SYMBOL UPWARDS VANE + : "⍐" U2350 # ↑ ⎕ APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW + : "⍐" U2350 # ⎕ ↑ APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW +XCOMM I cannot get anything to work with . Given that no extant APLs use ⍑ I will just leave the lines +XCOMM in place. + : "⍑" U2351 # ¯ ⊤ APL FUNCTIONAL SYMBOL UP TACK OVERBAR + : "⍑" U2351 # ⊤ ¯ APL FUNCTIONAL SYMBOL UP TACK OVERBAR + : "⍒" U2352 # ∇ | APL FUNCTIONAL SYMBOL DEL STILE + : "⍒" U2352 # | ∇ APL FUNCTIONAL SYMBOL DEL STILE + : "⍓" U2353 # ∧ ⎕ APL FUNCTIONAL SYMBOL QUAD UP CARET + : "⍓" U2353 # ⎕ ∧ APL FUNCTIONAL SYMBOL QUAD UP CARET + : "⍔" U2354 # ∇ ⎕ APL FUNCTIONAL SYMBOL QUAD DEL + : "⍔" U2354 # ⎕ ∇ APL FUNCTIONAL SYMBOL QUAD DEL + : "⍕" U2355 # ∘ ⊤ APL FUNCTIONAL SYMBOL UP TACK JOT + : "⍕" U2355 # ⊤ ∘ APL FUNCTIONAL SYMBOL UP TACK JOT + : "⍖" U2356 # ↓ - APL FUNCTIONAL SYMBOL DOWNWARDS VANE + : "⍖" U2356 # - ↓ APL FUNCTIONAL SYMBOL DOWNWARDS VANE + : "⍗" U2357 # ↓ ⎕ APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW + : "⍗" U2357 # ⎕ ↓ APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW +XCOMM This line clashes with the (and similar) that appear to be there to provide +XCOMM a work around for the problems with . Or to cope with keyboards that do not have (more likely). +XCOMM All APL keyboards have , it is used as the -ve sign for numbers. +XCOMM I do not know of an extant APL using ⍘ + : "⍘" U2358 # _ ' APL FUNCTIONAL SYMBOL QUOTE UNDERBAR + : "⍙" U2359 # ∆ _ APL FUNCTIONAL SYMBOL DELTA UNDERBAR + : "⍙" U2359 # _ ∆ APL FUNCTIONAL SYMBOL DELTA UNDERBAR + : "⍚" U235a # ⋄ _ APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR + : "⍚" U235a # _ ⋄ APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR + : "⍛" U235b # ∘ _ APL FUNCTIONAL SYMBOL JOT UNDERBAR + : "⍛" U235b # _ ∘ APL FUNCTIONAL SYMBOL JOT UNDERBAR + : "⍜" U235c # ○ _ APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR + : "⍜" U235c # _ ○ APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR + : "⍝" U235d # ∘ ∩ APL FUNCTIONAL SYMBOL UP SHOE JOT + : "⍝" U235d # ∩ ∘ APL FUNCTIONAL SYMBOL UP SHOE JOT + : "⍞" U235e # * ¨ APL FUNCTIONAL SYMBOL QUOTE QUAD + : "⍞" U235e # ¨ * APL FUNCTIONAL SYMBOL QUOTE QUAD + : "⍟" U235f # ○ * APL FUNCTIONAL SYMBOL CIRCLE STAR + : "⍟" U235f # * ○ APL FUNCTIONAL SYMBOL CIRCLE STAR + : "⍠" U2360 # : ⎕ APL FUNCTIONAL SYMBOL QUAD COLON + : "⍠" U2360 # ⎕ : APL FUNCTIONAL SYMBOL QUAD COLON + : "⍡" U2361 # ¨ ⊤ APL FUNCTIONAL SYMBOL UP TACK DIAERESIS + : "⍡" U2361 # ⊤ ¨ APL FUNCTIONAL SYMBOL UP TACK DIAERESIS + : "⍢" U2362 # ¨ ∇ APL FUNCTIONAL SYMBOL DEL DIAERESIS + : "⍢" U2362 # ∇ ¨ APL FUNCTIONAL SYMBOL DEL DIAERESIS + : "⍣" U2363 # * ¨ APL FUNCTIONAL SYMBOL STAR DIAERESIS + : "⍣" U2363 # ¨ * APL FUNCTIONAL SYMBOL STAR DIAERESIS + : "⍤" U2364 # ∘ ¨ APL FUNCTIONAL SYMBOL JOT DIAERESIS + : "⍤" U2364 # ¨ ∘ APL FUNCTIONAL SYMBOL JOT DIAERESIS + : "⍥" U2365 # ○ ¨ APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS + : "⍥" U2365 # ¨ ○ APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS + : "⍦" U2366 # ∪ | APL FUNCTIONAL SYMBOL DOWN SHOE STILE + : "⍦" U2366 # | ∪ APL FUNCTIONAL SYMBOL DOWN SHOE STILE + : "⍧" U2367 # ⊂ | APL FUNCTIONAL SYMBOL LEFT SHOE STILE + : "⍧" U2367 # | ⊂ APL FUNCTIONAL SYMBOL LEFT SHOE STILE + : "⍨" U2368 # ~ ¨ APL FUNCTIONAL SYMBOL TILDE DIAERESIS + : "⍩" U2369 # ¨ > APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS + : "⍩" U2369 # > ¨ APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS + : "⍫" U236b # ∇ ~ APL FUNCTIONAL SYMBOL DEL TILDE + : "⍫" U236b # ~ ∇ APL FUNCTIONAL SYMBOL DEL TILDE + <0> : "⍬" U236c # 0 ~ APL FUNCTIONAL SYMBOL ZILDE + <0> : "⍬" U236c # ~ 0 APL FUNCTIONAL SYMBOL ZILDE + : "⍭" U236d # | ~ APL FUNCTIONAL SYMBOL STILE TILDE + : "⍭" U236d # ~ | APL FUNCTIONAL SYMBOL STILE TILDE +XCOMM This line does not work. It clashes with +XCOMM for Ǭ and +XCOMM for ǭ. +XCOMM Given that no extant APLs use ⍮ I will just leave the line in place. + : "⍮" U236e # ; _ APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR + : "⍯" U236f # ≠ ⎕ APL FUNCTIONAL SYMBOL QUAD NOT EQUAL + : "⍯" U236f # ⎕ ≠ APL FUNCTIONAL SYMBOL QUAD NOT EQUAL + : "⍰" U2370 # ? ⎕ APL FUNCTIONAL SYMBOL QUAD QUESTION + : "⍰" U2370 # ⎕ ? APL FUNCTIONAL SYMBOL QUAD QUESTION + : "⍱" U2371 # ∨ ~ APL FUNCTIONAL SYMBOL DOWN CARET TILDE + : "⍱" U2371 # ~ ∨ APL FUNCTIONAL SYMBOL DOWN CARET TILDE + : "⍲" U2372 # ∧ ~ APL FUNCTIONAL SYMBOL UP CARET TILDE + : "⍲" U2372 # ~ ∧ APL FUNCTIONAL SYMBOL UP CARET TILDE + : "⍶" U2376 # ⍺ _ APL FUNCTIONAL SYMBOL ALPHA UNDERBAR + : "⍶" U2376 # _ ⍺ APL FUNCTIONAL SYMBOL ALPHA UNDERBAR + : "⍷" U2377 # ∊ _ APL FUNCTIONAL SYMBOL EPSILON UNDERBAR + : "⍷" U2377 # _ ∊ APL FUNCTIONAL SYMBOL EPSILON UNDERBAR + : "⍸" U2378 # ⍳ _ APL FUNCTIONAL SYMBOL IOTA UNDERBAR + : "⍸" U2378 # _ ⍳ APL FUNCTIONAL SYMBOL IOTA UNDERBAR + : "⍹" U2379 # ⍵ _ APL FUNCTIONAL SYMBOL OMEGA UNDERBAR + : "⍹" U2379 # _ ⍵ APL FUNCTIONAL SYMBOL OMEGA UNDERBAR + +XCOMM Diacritics used in African languages + : "ɛ́" # LATIN SMALL LETTER EPSILON WITH ACUTE + : "ɛ̀" # LATIN SMALL LETTER EPSILON WITH GRAVE + : "ɛ̂" # LATIN SMALL LETTER EPSILON WITH CIRCUMFLEX + : "ɛ̌" # LATIN SMALL LETTER EPSILON WITH CARON + : "ɛ̄" # LATIN SMALL LETTER EPSILON WITH MACRON + : "ɛ̃" # LATIN SMALL LETTER EPSILON WITH TILDE + : "ɛ̃́" # LATIN SMALL LETTER EPSILON WITH TILDE AND ACUTE + : "ɛ̃̀" # LATIN SMALL LETTER EPSILON WITH TILDE AND GRAVE + : "Ɛ́" # LATIN CAPITAL LETTER EPSILON WITH ACUTE + : "Ɛ̀" # LATIN CAPITAL LETTER EPSILON WITH GRAVE + : "Ɛ̂" # LATIN CAPITAL LETTER EPSILON WITH CIRCUMFLEX + : "Ɛ̌" # LATIN CAPITAL LETTER EPSILON WITH CARON + : "Ɛ̄" # LATIN CAPITAL LETTER EPSILON WITH MACRON + : "Ɛ̃" # LATIN CAPITAL LETTER EPSILON WITH TILDE + : "Ɛ̃́" # LATIN CAPITAL LETTER EPSILON WITH TILDE AND ACUTE + : "Ɛ̃̀" # LATIN CAPITAL LETTER EPSILON WITH TILDE AND GRAVE + : "ɩ́" # LATIN SMALL LETTER IOTA WITH ACUTE + : "ɩ̀" # LATIN SMALL LETTER IOTA WITH GRAVE + : "ɩ̂" # LATIN SMALL LETTER IOTA WITH CIRCUMFLEX + : "ɩ̌" # LATIN SMALL LETTER IOTA WITH CARON + : "ɩ̄" # LATIN SMALL LETTER IOTA WITH MACRON + : "Ɩ́" # LATIN CAPITAL LETTER IOTA WITH ACUTE + : "Ɩ̀" # LATIN CAPITAL LETTER IOTA WITH GRAVE + : "Ɩ̂" # LATIN CAPITAL LETTER IOTA WITH CIRCUMFLEX + : "Ɩ̌" # LATIN CAPITAL LETTER IOTA WITH CARON + : "Ɩ̄" # LATIN CAPITAL LETTER IOTA WITH MACRON + : "ɔ́" # LATIN SMALL LETTER OPEN O WITH ACUTE + : "ɔ̀" # LATIN SMALL LETTER OPEN O WITH GRAVE + : "ɔ̂" # LATIN SMALL LETTER OPEN O WITH CIRCUMFLEX + : "ɔ̌" # LATIN SMALL LETTER OPEN O WITH CARON + : "ɔ̄" # LATIN SMALL LETTER OPEN O WITH MACRON + : "ɔ̃" # LATIN SMALL LETTER OPEN O WITH TILDE + : "ɔ̃́" # LATIN SMALL LETTER OPEN O WITH TILDE AND ACUTE + : "ɔ̃̀" # LATIN SMALL LETTER OPEN O WITH TILDE AND GRAVE + : "Ɔ́" # LATIN CAPITAL LETTER OPEN O WITH ACUTE + : "Ɔ̀" # LATIN CAPITAL LETTER OPEN O WITH GRAVE + : "Ɔ̂" # LATIN CAPITAL LETTER OPEN O WITH CIRCUMFLEX + : "Ɔ̌" # LATIN CAPITAL LETTER OPEN O WITH CARON + : "Ɔ̄" # LATIN CAPITAL LETTER OPEN O WITH MACRON + : "Ɔ̃" # LATIN CAPITAL LETTER OPEN O WITH TILDE + : "Ɔ̃́" # LATIN CAPITAL LETTER OPEN O WITH TILDE AND ACUTE + : "Ɔ̃̀" # LATIN CAPITAL LETTER OPEN O WITH TILDE AND GRAVE + : "ǝ́" # LATIN SMALL LETTER TURNED E WITH ACUTE + : "ǝ̀" # LATIN SMALL LETTER TURNED E WITH GRAVE + : "ǝ̂" # LATIN SMALL LETTER TURNED E WITH CIRCUMFLEX + : "ǝ̌" # LATIN SMALL LETTER TURNED E WITH CARON + : "ǝ̄" # LATIN SMALL LETTER TURNED E WITH MACRON + : "ǝ̃" # LATIN SMALL LETTER TURNED E WITH TILDE + : "ǝ̃́" # LATIN SMALL LETTER TURNED E WITH TILDE AND ACUTE + : "ǝ̃̀" # LATIN SMALL LETTER TURNED E WITH TILDE AND GRAVE + : "Ǝ́" # LATIN CAPITAL LETTER TURNED E WITH ACUTE + : "Ǝ̀" # LATIN CAPITAL LETTER TURNED E WITH GRAVE + : "Ǝ̂" # LATIN CAPITAL LETTER TURNED E WITH CIRCUMFLEX + : "Ǝ̌" # LATIN CAPITAL LETTER TURNED E WITH CARON + : "Ǝ̄" # LATIN CAPITAL LETTER TURNED E WITH MACRON + : "Ǝ̃" # LATIN CAPITAL LETTER TURNED E WITH TILDE + : "Ǝ̃́" # LATIN CAPITAL LETTER TURNED E WITH TILDE AND ACUTE + : "Ǝ̃̀" # LATIN CAPITAL LETTER TURNED E WITH TILDE AND GRAVE + : "ʋ́" # LATIN SMALL LETTER V WITH HOOK WITH ACUTE + : "ʋ̀" # LATIN SMALL LETTER V WITH HOOK WITH GRAVE + : "ʋ̂" # LATIN SMALL LETTER V WITH HOOK WITH CIRCUMFLEX + : "ʋ̌" # LATIN SMALL LETTER V WITH HOOK WITH CARON + : "ʋ̄" # LATIN SMALL LETTER V WITH HOOK WITH MACRON + : "Ʋ́" # LATIN CAPITAL LETTER V WITH HOOK WITH ACUTE + : "Ʋ̀" # LATIN CAPITAL LETTER V WITH HOOK WITH GRAVE + : "Ʋ̂" # LATIN CAPITAL LETTER V WITH HOOK WITH CIRCUMFLEX + : "Ʋ̌" # LATIN CAPITAL LETTER V WITH HOOK WITH CARON + : "Ʋ̄" # LATIN CAPITAL LETTER V WITH HOOK WITH MACRON + : "ʊ́" # LATIN SMALL LETTER UPSILON WITH ACUTE + : "ʊ̀" # LATIN SMALL LETTER UPSILONK WITH GRAVE + : "ʊ̂" # LATIN SMALL LETTER UPSILON WITH CIRCUMFLEX + : "ʊ̌" # LATIN SMALL LETTER UPSILON WITH CARON + : "ʊ̄" # LATIN SMALL LETTER UPSILON WITH MACRON + : "Ʊ́" # LATIN CAPITAL LETTER UPSILON WITH ACUTE + : "Ʊ̀" # LATIN CAPITAL LETTER UPSILONK WITH GRAVE + : "Ʊ̂" # LATIN CAPITAL LETTER UPSILON WITH CIRCUMFLEX + : "Ʊ̌" # LATIN CAPITAL LETTER UPSILON WITH CARON + : "Ʊ̄" # LATIN CAPITAL LETTER UPSILON WITH MACRON + : "ã́" # LATIN SMALL LETTER A WITH TILDE AND ACUTE + : "ã̀" # LATIN SMALL LETTER A WITH TILDE AND GRAVE + : "Ã́" # LATIN CAPITAL LETTER A WITH TILDE AND ACUTE + : "Ã̀" # LATIN CAPITAL LETTER A WITH TILDE AND GRAVE + : "ẽ́" # LATIN SMALL LETTER E WITH TILDE AND ACUTE + : "ẽ̀" # LATIN SMALL LETTER E WITH TILDE AND GRAVE + : "Ẽ́" # LATIN CAPITAL LETTER E WITH TILDE AND ACUTE + : "Ẽ̀" # LATIN CAPITAL LETTER E WITH TILDE AND GRAVE + : "ĩ́" # LATIN SMALL LETTER I WITH TILDE AND ACUTE + : "ĩ̀" # LATIN SMALL LETTER I WITH TILDE AND GRAVE + : "Ĩ́" # LATIN CAPITAL LETTER I WITH TILDE AND ACUTE + : "Ĩ̀" # LATIN CAPITAL LETTER I WITH TILDE AND GRAVE + : "õ̀" # LATIN SMALL LETTER O WITH TILDE AND GRAVE + : "Õ̀" # LATIN CAPITAL LETTER O WITH TILDE AND GRAVE + : "ũ̀" # LATIN SMALL LETTER U WITH TILDE AND GRAVE + : "Ũ̀" # LATIN CAPITAL LETTER U WITH TILDE AND GRAVE + : "m̀" # LATIN SMALL LETTER M WITH GRAVE + : "M̀" # LATIN CAPITAL LETTER M WITH GRAVE + : "ŋ́" # LATIN SMALL LETTER ENG WITH ACUTE + : "ŋ̀" # LATIN SMALL LETTER ENG WITH GRAVE + : "Ŋ́" # LATIN CAPITAL LETTER ENG WITH ACUTE + : "Ŋ̀" # LATIN CAPITAL LETTER ENG WITH GRAVE diff --git a/missing-sources/libX11-1.7.2/COPYING b/missing-sources/libX11-1.7.2/COPYING new file mode 100644 index 0000000000..b065516e44 --- /dev/null +++ b/missing-sources/libX11-1.7.2/COPYING @@ -0,0 +1,942 @@ +The following is the 'standard copyright' agreed upon by most contributors, +and is currently the canonical license preferred by the X.Org Foundation. +This is a slight variant of the common MIT license form published by the +Open Source Initiative at http://www.opensource.org/licenses/mit-license.php + +Copyright holders of new code should use this license statement where +possible, and insert their name to this list. Please sort by surname +for people, and by the full name for other entities (e.g. Juliusz +Chroboczek sorts before Intel Corporation sorts before Daniel Stone). + +See each individual source file or directory for the license that applies +to that file. + +Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett +Copyright © 2009 Red Hat, Inc. +Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. +All rights reserved. + +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 (including the next +paragraph) 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. + + ---------------------------------------------------------------------- + +The following licenses are 'legacy' - usually MIT/X11 licenses with the name +of the copyright holder(s) in the license statement: + +Copyright 1984-1994, 1998 The Open Group + +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. + +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 +OPEN GROUP 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. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + +X Window System is a trademark of The Open Group. + + ---------------------------------------- + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium +Copyright 2000 The XFree86 Project, Inc. + +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 X CONSORTIUM 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. + +Except as contained in this notice, the name of the X Consortium shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from the X Consortium. + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by +Digital Equipment Corporation + +Portions Copyright 1990, 1991 by Tektronix, Inc. + +Permission to use, copy, modify and distribute this documentation for +any purpose and without fee is hereby granted, provided that the above +copyright notice appears in all copies and that both that copyright notice +and this permission notice appear in all copies, and that the names of +Digital and Tektronix not be used in in advertising or publicity pertaining +to this documentation without specific, written prior permission. +Digital and Tektronix makes no representations about the suitability +of this documentation for any purpose. +It is provided ``as is'' without express or implied warranty. + + ---------------------------------------- + +Copyright (c) 1999-2000 Free Software Foundation, Inc. + +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 +FREE SOFTWARE FOUNDATION 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. + +Except as contained in this notice, the name of the Free Software Foundation +shall not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization from the +Free Software Foundation. + + ---------------------------------------- + +Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. + All Rights Reserved + +This file is a component of an X Window System-specific implementation +of Xcms based on the TekColor Color Management System. TekColor is a +trademark of Tektronix, Inc. The term "TekHVC" designates a particular +color space that is the subject of U.S. Patent No. 4,985,853 (equivalent +foreign patents pending). Permission is hereby granted to use, copy, +modify, sell, and otherwise distribute this software and its +documentation for any purpose and without fee, provided that: + +1. This copyright, permission, and disclaimer notice is reproduced in + all copies of this software and any modification thereof and in + supporting documentation; +2. Any color-handling application which displays TekHVC color + cooordinates identifies these as TekHVC color coordinates in any + interface that displays these coordinates and in any associated + documentation; +3. The term "TekHVC" is always used, and is only used, in association + with the mathematical derivations of the TekHVC Color Space, + including those provided in this file and any equivalent pathways and + mathematical derivations, regardless of digital (e.g., floating point + or integer) representation. + +Tektronix makes no representation about the suitability of this software +for any purpose. It is provided "as is" and with all faults. + +TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE, +INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX 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 THE PERFORMANCE OF THIS SOFTWARE. + + ---------------------------------------- + +(c) Copyright 1995 FUJITSU LIMITED +This is source code modified by FUJITSU LIMITED under the Joint +Development Agreement for the CDE/Motif PST. + + ---------------------------------------- + +Copyright 1992 by Oki Technosystems Laboratory, Inc. +Copyright 1992 by Fuji Xerox Co., Ltd. + +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 Oki Technosystems +Laboratory and Fuji Xerox not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. +Oki Technosystems Laboratory and Fuji Xerox make no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS +LABORATORY AND FUJI XEROX 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. + + ---------------------------------------- + +Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED + +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 FUJITSU LIMITED +not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. +FUJITSU LIMITED makes no representations about the suitability of +this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL FUJITSU LIMITED 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. + + ---------------------------------------- + + +Copyright (c) 1995 David E. Wexelblat. All rights reserved + +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 DAVID E. WEXELBLAT 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. + +Except as contained in this notice, the name of David E. Wexelblat shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from David E. Wexelblat. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation + +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 OMRON not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. OMRON makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL OMRON 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 +TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + ---------------------------------------- + +Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by +Digital Equipment Corporation + +Portions Copyright 1990, 1991 by Tektronix, Inc + +Rewritten for X.org by Chris Lee + +Permission to use, copy, modify, distribute, and sell this documentation +for any purpose and without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. +Chris Lee makes no representations about the suitability for any purpose +of the information in this document. It is provided \`\`as-is'' without +express or implied warranty. + + ---------------------------------------- + +Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts, +Copyright 1994 by FUJITSU LIMITED +Copyright 1994 by Sony Corporation + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 names of Digital, FUJITSU +LIMITED and Sony Corporation not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. + +DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED +AND SONY CORPORATION 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. + + ---------------------------------------- + + +Copyright 1991 by the Open Software Foundation + +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 Open Software Foundation +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Open Software +Foundation makes no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN 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. + + ---------------------------------------- + +Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED +Copyright 1993, 1994 by Sony Corporation + +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 FUJITSU LIMITED and Sony Corporation +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. FUJITSU LIMITED and +Sony Corporation makes no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION 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. + + ---------------------------------------- + +Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc. + +Permission to use, copy, modify, and distribute this +software and its documentation for any purpose and without +fee is hereby granted, 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 Silicon Graphics not be +used in advertising or publicity pertaining to distribution +of the software without specific prior written permission. +Silicon Graphics makes no representation about the suitability +of this software for any purpose. It is provided "as is" +without any express or implied warranty. + +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS 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. + + ---------------------------------------- + +Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED +Copyright 1993 by Digital Equipment Corporation + +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 FUJITSU LIMITED and +Digital Equipment Corporation not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. FUJITSU LIMITED and Digital Equipment Corporation +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION 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. + + ---------------------------------------- + +Copyright 1992, 1993 by FUJITSU LIMITED +Copyright 1993 by Fujitsu Open Systems Solutions, Inc. +Copyright 1994 by Sony Corporation + +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 FUJITSU LIMITED, +Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. +FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and +Sony Corporation make no representations about the suitability of +this software for any purpose. It is provided "as is" without +express or implied warranty. + +FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY +CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, +IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED +AND SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation, +Maynard, Massachusetts, + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL 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. + + ---------------------------------------- + +Copyright 1993 by SunSoft, Inc. +Copyright 1999-2000 by Bruno Haible + +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 names of SunSoft, Inc. and +Bruno Haible not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. SunSoft, Inc. and Bruno Haible make no representations +about the suitability of this software for any purpose. It is +provided "as is" without express or implied warranty. + +SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible 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. + + ---------------------------------------- + +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the TOSHIBA Corp. + +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 names of Open Software Foundation and TOSHIBA +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Open Software +Foundation and TOSHIBA make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA 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. + + ---------------------------------------- + +Copyright 1988 by Wyse Technology, Inc., San Jose, Ca., + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Wyse not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL 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. + + ---------------------------------------- + + +Copyright 1991 by the Open Software Foundation +Copyright 1993, 1994 by the Sony Corporation + +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 names of Open Software Foundation and +Sony Corporation not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior permission. +Open Software Foundation and Sony Corporation make no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN +SOFTWARE FOUNDATIONN OR SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1992, 1993 by FUJITSU LIMITED +Copyright 1993 by Fujitsu Open Systems Solutions, Inc. + +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 FUJITSU LIMITED and +Fujitsu Open Systems Solutions, Inc. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. +FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS +SOLUTIONS, INC. AND FUJITSU LIMITED 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. + + ---------------------------------------- + +Copyright 1993, 1994 by Sony Corporation + +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 Sony Corporation +not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. +Sony Corporation makes no representations about the suitability of +this software for any purpose. It is provided "as is" without +express or implied warranty. + +SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL SONY CORPORATION 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. + + ---------------------------------------- + +Copyright 1986, 1998 The Open Group +Copyright (c) 2000 The XFree86 Project, Inc. + +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. + +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 +X CONSORTIUM OR THE XFREE86 PROJECT 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. + +Except as contained in this notice, the name of the X Consortium or of the +XFree86 Project shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the X Consortium and the XFree86 Project. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the FUJITSU LIMITED + +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 names of OMRON, NTT Software, NTT, and +Open Software Foundation not be used in advertising or publicity +pertaining to distribution of the software without specific, +written prior permission. OMRON, NTT Software, NTT, and Open Software +Foundation make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION +DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT +SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION 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. + + ---------------------------------------- + +Copyright 1988 by Wyse Technology, Inc., San Jose, Ca, +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL DIGITAL OR WYSE 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. + + ---------------------------------------- + + +Copyright 1991, 1992 by Fuji Xerox Co., Ltd. +Copyright 1992, 1993, 1994 by FUJITSU LIMITED + +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 Fuji Xerox, +FUJITSU LIMITED not be used in advertising or publicity pertaining +to distribution of the software without specific, written prior +permission. Fuji Xerox, FUJITSU LIMITED make no representations +about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX, +FUJITSU LIMITED 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. + + ---------------------------------------- + +Copyright 2006 Josh Triplett + +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 X CONSORTIUM 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. + + ---------------------------------------- + +(c) Copyright 1996 by Sebastien Marineau and Holger Veit + + + +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 +HOLGER VEIT 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. + +Except as contained in this notice, the name of Sebastien Marineau or Holger Veit +shall not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from Holger Veit or +Sebastien Marineau. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation +Copyright 1991 by the Open Software Foundation +Copyright 1993 by the TOSHIBA Corp. +Copyright 1993, 1994 by Sony Corporation +Copyright 1993, 1994 by the FUJITSU LIMITED + +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 names of OMRON, NTT Software, NTT, Open +Software Foundation, and Sony Corporation not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. OMRON, NTT Software, NTT, Open Software +Foundation, and Sony Corporation make no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY +CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT +SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY +CORPORATION 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. + + ---------------------------------------- + +Copyright 2000 by Bruno Haible + +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 Bruno Haible not +be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Bruno Haible +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN +NO EVENT SHALL Bruno Haible 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. + + ---------------------------------------- + +Copyright © 2003 Keith Packard + +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 Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD 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. + + ---------------------------------------- + +Copyright (c) 2007-2009, Troy D. Hanson +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER +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. + + ---------------------------------------- + +Copyright 1992, 1993 by TOSHIBA Corp. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, 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 TOSHIBA not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. TOSHIBA make no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +TOSHIBA 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. + + + ---------------------------------------- + +Copyright IBM Corporation 1993 + +All Rights Reserved + +License to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +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 IBM not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL +IBM 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. + + ---------------------------------------- + +Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, + and Nippon Telegraph and Telephone Corporation + +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 names of OMRON, NTT Software, and NTT +not be used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. OMRON, NTT Software, +and NTT make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, 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. + diff --git a/missing-sources/libX11-1.7.2/Compose.pre b/missing-sources/libX11-1.7.2/Compose.pre new file mode 100644 index 0000000000..10613efa08 --- /dev/null +++ b/missing-sources/libX11-1.7.2/Compose.pre @@ -0,0 +1,6207 @@ +XCOMM UTF-8 (Unicode) compose sequence +XCOMM David.Monniaux@ens.fr +XCOMM + +XCOMM Part 1 - Manual definitions + +XCOMM Spacing versions of dead accents + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "'" apostrophe # APOSTROPHE + : "´" acute # ACUTE ACCENT + : "´" acute # ACUTE ACCENT + : "`" grave # GRAVE ACCENT + : "`" grave # GRAVE ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "°" degree # DEGREE SIGN + : "°" degree # DEGREE SIGN + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˘" breve # BREVE + : "˙" abovedot # DOT ABOVE + : "˙" abovedot # DOT ABOVE + : "¨" diaeresis # DIAERESIS + : "¨" diaeresis # DIAERESIS + : "\"" quotedbl # REVERSE SOLIDUS + : "˝" U2dd # DOUBLE ACUTE ACCENT + : "˝" U2dd # DOUBLE ACUTE ACCENT + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "ˇ" caron # CARON + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + : "˛" ogonek # OGONEK + : "˛" ogonek # OGONEK + : "ͺ" U37a # GREEK YPOGEGRAMMENI + : "ͺ" U37a # GREEK YPOGEGRAMMENI + : "­" U00ad # SOFT HYPHEN + + +XCOMM ASCII characters that may be difficult to access +XCOMM on some keyboards. + : "#" numbersign # NUMBER SIGN + : "'" apostrophe # APOSTROPHE + : "'" apostrophe # APOSTROPHE + : "@" at # COMMERCIAL AT + : "[" bracketleft # LEFT SQUARE BRACKET + : "\\" backslash # REVERSE SOLIDUS + : "\\" backslash # REVERSE SOLIDUS + : "\\" backslash # REVERSE SOLIDUS + : "]" bracketright # RIGHT SQUARE BRACKET + + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + : "^" asciicircum # CIRCUMFLEX ACCENT + + : "`" grave # GRAVE ACCENT + : "`" grave # GRAVE ACCENT + + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + : "¸" cedilla # CEDILLA + + : "{" braceleft # LEFT CURLY BRACKET + : "{" braceleft # LEFT CURLY BRACKET + + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + : "|" bar # VERTICAL LINE + + : "}" braceright # RIGHT CURLY BRACKET + : "}" braceright # RIGHT CURLY BRACKET + + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + : "~" asciitilde # TILDE + + : "<" less # LESS-THAN + : "<" less # LESS-THAN + + : ">" greater # GREATER-THAN + : ">" greater # GREATER-THAN + +XCOMM Spaces + : " " nobreakspace # NO-BREAK SPACE + : " " U2008 # PUNCTUATION SPACE + + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + : "©" copyright # COPYRIGHT SIGN + + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + : "®" registered # REGISTERED SIGN + + : "›" U203a # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + : "‹" U2039 # SINGLE LEFT-POINTING ANGLE QUOTATION MARK + : "…" ellipsis # HORIZONTAL ELLIPSIS + : "·" periodcentered # MIDDLE DOT + : "·" periodcentered # MIDDLE DOT + : "·" periodcentered # MIDDLE DOT + : "•" enfilledcircbullet # BULLET + : "¦" brokenbar # BROKEN BAR + : "¡" exclamdown # INVERTED EXCLAMATION MARK +

: "¶" paragraph # PILCROW SIGN +

: "¶" paragraph # PILCROW SIGN + : "±" plusminus # PLUS-MINUS SIGN + : "±" plusminus # PLUS-MINUS SIGN + : "¿" questiondown # INVERTED QUESTION MARK + : "ß" ssharp # LATIN SMALL LETTER SHARP S + : "ẞ" U1e9e # LATIN CAPITAL LETTER SHARP S + + : "œ" oe # LATIN SMALL LIGATURE OE + : "Œ" OE # LATIN CAPITAL LIGATURE OE + : "æ" ae # LATIN SMALL LETTER AE + : "Æ" AE # LATIN CAPITAL LETTER AE + : "ff" Ufb00 # LATIN SMALL LIGATURE FF + : "fi" Ufb01 # LATIN SMALL LIGATURE FI + : "fl" Ufb02 # LATIN SMALL LIGATURE FL + : "ffi" Ufb03 # LATIN SMALL LIGATURE FFI + : "ffl" Ufb04 # LATIN SMALL LIGATURE FFL + : "IJ" U0132 # LATIN CAPITAL LIGATURE IJ + : "IJ" U0132 # LATIN CAPITAL LIGATURE IJ + : "ij" U0133 # LATIN SMALL LIGATURE IJ + + : "°" degree # DEGREE SIGN + <0> : "°" degree # DEGREE SIGN + <0> : "°" degree # DEGREE SIGN + +XCOMM Quotation marks + : "«" guillemotleft # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK + : "»" guillemotright # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK + : "‘" U2018 # LEFT SINGLE QUOTATION MARK + : "‘" U2018 # LEFT SINGLE QUOTATION MARK + : "’" U2019 # RIGHT SINGLE QUOTATION MARK + : "’" U2019 # RIGHT SINGLE QUOTATION MARK + : "‚" U201a # SINGLE LOW-9 QUOTATION MARK + : "‚" U201a # SINGLE LOW-9 QUOTATION MARK + : "“" U201c # LEFT DOUBLE QUOTATION MARK + : "“" U201c # LEFT DOUBLE QUOTATION MARK + : "”" U201d # RIGHT DOUBLE QUOTATION MARK + : "”" U201d # RIGHT DOUBLE QUOTATION MARK + : "„" U201e # DOUBLE LOW-9 QUOTATION MARK + : "„" U201e # DOUBLE LOW-9 QUOTATION MARK + +XCOMM Per xxx + : "‰" U2030 # PER MILLE SIGN + +XCOMM Currencies + : "₠" U20a0 # EURO-CURRENCY SIGN + : "₡" U20a1 # COLON SIGN + : "₡" U20a1 # COLON SIGN + : "₢" U20a2 # CRUZEIRO SIGN + : "₣" U20a3 # FRENCH FRANC SIGN + : "₤" U20a4 # LIRA SIGN + : "₤" U20a4 # LIRA SIGN + : "₥" U20a5 # MILL SIGN + : "₥" U20a5 # MILL SIGN + : "₦" U20a6 # NAIRA SIGN + : "₦" U20a6 # NAIRA SIGN +

: "₧" U20a7 # PESETA SIGN + : "₨" U20a8 # RUPEE SIGN + : "₩" U20a9 # WON SIGN + : "₩" U20a9 # WON SIGN +XCOMM "₪" U20aa NEW SHEQEL SIGN + : "₫" U20ab # DONG SIGN + : "₫" U20ab # DONG SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN + : "€" EuroSign # EURO SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN +

: "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN + : "₽" U20bd # ROUBLE SIGN +XCOMM "₭" U20ad KIP SIGN +XCOMM "₮" U20ae TUGRIK SIGN +XCOMM "₯" U20af DRACHMA SIGN +XCOMM "₰" U20b0 GERMAN PENNY SIGN +XCOMM "₱" U20b1 PESO SIGN +XCOMM "₲" U20b2 GUARANI SIGN +XCOMM "₳" U20b3 AUSTRAL SIGN +XCOMM "₴" U20b4 HRYVNIA SIGN +XCOMM "₵" U20b5 CEDI SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + : "₹" U20b9 # INDIAN RUPEE SIGN + + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "¢" cent # CENT SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "£" sterling # POUND SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + : "¥" yen # YEN SIGN + +XCOMM Long S + : "ſ" U017f # LATIN SMALL LETTER LONG S + : "ſ" U017f # LATIN SMALL LETTER LONG S + : "ẛ" U1e9b # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "ẛ" U1e9b # LATIN SMALL LETTER LONG S WITH DOT ABOVE + +XCOMM Dashes + : "–" U2013 # EN DASH + : "—" U2014 # EM DASH + +XCOMM Musical alterations + : "♩" U2669 # QUARTER NOTE + : "♪" U266a # EIGHTH NOTE + : "♫" U266b # BEAMED EIGHTH NOTES + : "♬" U266c # BEAMED SIXTEENTH NOTES + : "♭" U266d # MUSIC FLAT SIGN + : "♮" U266e # MUSIC NATURAL SIGN + : "♯" U266f # MUSIC SHARP SIGN + +XCOMM Other symbols + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + : "§" section # SECTION SIGN + + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + +

: "¶" paragraph # PILCROW SIGN + + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + : "№" numerosign # NUMERO SIGN + + : "⸘" U2E18 # INVERTED INTERROBANG + : "‽" U203D # INTERROBANG + +

: "☭" U262D # HAMMER AND SICKLE + : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A + <3> : "♥" U2665 # BLACK HEART SUIT + + : "☺" U263A # WHITE SMILING FACE + : "☹" U2639 # WHITE FROWNING FACE + : "🙌" # PERSON RAISING BOTH HANDS IN CELEBRATION + +

: "💩" U1F4A9 # PILE OF POO + + : "🖕" U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED +

: "🖖" U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS + +XCOMM Part 2 + +XCOMM Compose map for Korean Hangul(Choseongul) Conjoining Jamos automatically +XCOMM generated from UnicodeData-2.0.14.txt at +XCOMM ftp://ftp.unicode.org/Public/2.0-Update/UnicodeData-2.0.14.txt +XCOMM by Jungshik Shin 2002-10-17 +XCOMM There are some conflicts among sequences, but I left them alone. +XCOMM +XCOMM group 1: cluster jamos made of three basic jamos + +/* The following block gets overridden by later shorter compositions + * : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + * : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + * : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + * : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + * : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + * : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + * : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + * : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + * : "ᅫ" U116b # HANGUL JUNGSEONG WAE + * : "ᅰ" U1170 # HANGUL JUNGSEONG WE + * : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + * : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + * : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + * : "ᇏ" U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH + * : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + * : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + * : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + * : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + * : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + * : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + * : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + * : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + */ + : "ᄁ" U1101 # HANGUL CHOSEONG SSANGKIYEOK + : "ᄄ" U1104 # HANGUL CHOSEONG SSANGTIKEUT + : "ᄈ" U1108 # HANGUL CHOSEONG SSANGPIEUP + : "ᄊ" U110a # HANGUL CHOSEONG SSANGSIOS + : "ᄍ" U110d # HANGUL CHOSEONG SSANGCIEUC + : "ᄓ" U1113 # HANGUL CHOSEONG NIEUN-KIYEOK + : "ᄔ" U1114 # HANGUL CHOSEONG SSANGNIEUN + : "ᄕ" U1115 # HANGUL CHOSEONG NIEUN-TIKEUT + : "ᄖ" U1116 # HANGUL CHOSEONG NIEUN-PIEUP + : "ᄗ" U1117 # HANGUL CHOSEONG TIKEUT-KIYEOK + : "ᄘ" U1118 # HANGUL CHOSEONG RIEUL-NIEUN + : "ᄙ" U1119 # HANGUL CHOSEONG SSANGRIEUL + : "ᄚ" U111a # HANGUL CHOSEONG RIEUL-HIEUH + : "ᄛ" U111b # HANGUL CHOSEONG KAPYEOUNRIEUL + : "ᄜ" U111c # HANGUL CHOSEONG MIEUM-PIEUP + : "ᄝ" U111d # HANGUL CHOSEONG KAPYEOUNMIEUM + : "ᄞ" U111e # HANGUL CHOSEONG PIEUP-KIYEOK + : "ᄟ" U111f # HANGUL CHOSEONG PIEUP-NIEUN + : "ᄠ" U1120 # HANGUL CHOSEONG PIEUP-TIKEUT + : "ᄡ" U1121 # HANGUL CHOSEONG PIEUP-SIOS + : "ᄧ" U1127 # HANGUL CHOSEONG PIEUP-CIEUC + : "ᄨ" U1128 # HANGUL CHOSEONG PIEUP-CHIEUCH + : "ᄩ" U1129 # HANGUL CHOSEONG PIEUP-THIEUTH + : "ᄪ" U112a # HANGUL CHOSEONG PIEUP-PHIEUPH + : "ᄫ" U112b # HANGUL CHOSEONG KAPYEOUNPIEUP + : "ᄭ" U112d # HANGUL CHOSEONG SIOS-KIYEOK + : "ᄮ" U112e # HANGUL CHOSEONG SIOS-NIEUN + : "ᄯ" U112f # HANGUL CHOSEONG SIOS-TIKEUT + : "ᄰ" U1130 # HANGUL CHOSEONG SIOS-RIEUL + : "ᄱ" U1131 # HANGUL CHOSEONG SIOS-MIEUM + : "ᄲ" U1132 # HANGUL CHOSEONG SIOS-PIEUP + : "ᄵ" U1135 # HANGUL CHOSEONG SIOS-IEUNG + : "ᄶ" U1136 # HANGUL CHOSEONG SIOS-CIEUC + : "ᄷ" U1137 # HANGUL CHOSEONG SIOS-CHIEUCH + : "ᄸ" U1138 # HANGUL CHOSEONG SIOS-KHIEUKH + : "ᄹ" U1139 # HANGUL CHOSEONG SIOS-THIEUTH + : "ᄺ" U113a # HANGUL CHOSEONG SIOS-PHIEUPH + : "ᄻ" U113b # HANGUL CHOSEONG SIOS-HIEUH + : "ᄽ" U113d # HANGUL CHOSEONG CHITUEUMSSANGSIOS + : "ᄿ" U113f # HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS + : "ᅁ" U1141 # HANGUL CHOSEONG IEUNG-KIYEOK + : "ᅂ" U1142 # HANGUL CHOSEONG IEUNG-TIKEUT + : "ᅃ" U1143 # HANGUL CHOSEONG IEUNG-MIEUM + : "ᅄ" U1144 # HANGUL CHOSEONG IEUNG-PIEUP + : "ᅅ" U1145 # HANGUL CHOSEONG IEUNG-SIOS + : "ᅆ" U1146 # HANGUL CHOSEONG IEUNG-PANSIOS + : "ᅇ" U1147 # HANGUL CHOSEONG SSANGIEUNG + : "ᅈ" U1148 # HANGUL CHOSEONG IEUNG-CIEUC + : "ᅉ" U1149 # HANGUL CHOSEONG IEUNG-CHIEUCH + : "ᅊ" U114a # HANGUL CHOSEONG IEUNG-THIEUTH + : "ᅋ" U114b # HANGUL CHOSEONG IEUNG-PHIEUPH + : "ᅍ" U114d # HANGUL CHOSEONG CIEUC-IEUNG + : "ᅏ" U114f # HANGUL CHOSEONG CHITUEUMSSANGCIEUC + : "ᅑ" U1151 # HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC + : "ᅒ" U1152 # HANGUL CHOSEONG CHIEUCH-KHIEUKH + : "ᅓ" U1153 # HANGUL CHOSEONG CHIEUCH-HIEUH + : "ᅖ" U1156 # HANGUL CHOSEONG PHIEUPH-PIEUP + : "ᅗ" U1157 # HANGUL CHOSEONG KAPYEOUNPHIEUPH + : "ᅘ" U1158 # HANGUL CHOSEONG SSANGHIEUH + : "ᅢ" U1162 # HANGUL JUNGSEONG AE + : "ᅤ" U1164 # HANGUL JUNGSEONG YAE + : "ᅦ" U1166 # HANGUL JUNGSEONG E + : "ᅨ" U1168 # HANGUL JUNGSEONG YE + : "ᅪ" U116a # HANGUL JUNGSEONG WA + : "ᅬ" U116c # HANGUL JUNGSEONG OE + : "ᅯ" U116f # HANGUL JUNGSEONG WEO + : "ᅱ" U1171 # HANGUL JUNGSEONG WI + : "ᅴ" U1174 # HANGUL JUNGSEONG YI + : "ᅶ" U1176 # HANGUL JUNGSEONG A-O + : "ᅷ" U1177 # HANGUL JUNGSEONG A-U + : "ᅸ" U1178 # HANGUL JUNGSEONG YA-O + : "ᅹ" U1179 # HANGUL JUNGSEONG YA-YO + : "ᅺ" U117a # HANGUL JUNGSEONG EO-O + : "ᅻ" U117b # HANGUL JUNGSEONG EO-U + : "ᅼ" U117c # HANGUL JUNGSEONG EO-EU + : "ᅽ" U117d # HANGUL JUNGSEONG YEO-O + : "ᅾ" U117e # HANGUL JUNGSEONG YEO-U + : "ᅿ" U117f # HANGUL JUNGSEONG O-EO + : "ᆀ" U1180 # HANGUL JUNGSEONG O-E + : "ᆁ" U1181 # HANGUL JUNGSEONG O-YE + : "ᆂ" U1182 # HANGUL JUNGSEONG O-O + : "ᆃ" U1183 # HANGUL JUNGSEONG O-U + : "ᆄ" U1184 # HANGUL JUNGSEONG YO-YA + : "ᆅ" U1185 # HANGUL JUNGSEONG YO-YAE + : "ᆆ" U1186 # HANGUL JUNGSEONG YO-YEO + : "ᆇ" U1187 # HANGUL JUNGSEONG YO-O + : "ᆈ" U1188 # HANGUL JUNGSEONG YO-I + : "ᆉ" U1189 # HANGUL JUNGSEONG U-A + : "ᆊ" U118a # HANGUL JUNGSEONG U-AE + : "ᆌ" U118c # HANGUL JUNGSEONG U-YE + : "ᆍ" U118d # HANGUL JUNGSEONG U-U + : "ᆎ" U118e # HANGUL JUNGSEONG YU-A + : "ᆏ" U118f # HANGUL JUNGSEONG YU-EO + : "ᆐ" U1190 # HANGUL JUNGSEONG YU-E + : "ᆑ" U1191 # HANGUL JUNGSEONG YU-YEO + : "ᆒ" U1192 # HANGUL JUNGSEONG YU-YE + : "ᆓ" U1193 # HANGUL JUNGSEONG YU-U + : "ᆔ" U1194 # HANGUL JUNGSEONG YU-I + : "ᆕ" U1195 # HANGUL JUNGSEONG EU-U + : "ᆖ" U1196 # HANGUL JUNGSEONG EU-EU + : "ᆗ" U1197 # HANGUL JUNGSEONG YI-U + : "ᆘ" U1198 # HANGUL JUNGSEONG I-A + : "ᆙ" U1199 # HANGUL JUNGSEONG I-YA + : "ᆚ" U119a # HANGUL JUNGSEONG I-O + : "ᆛ" U119b # HANGUL JUNGSEONG I-U + : "ᆜ" U119c # HANGUL JUNGSEONG I-EU + : "ᆝ" U119d # HANGUL JUNGSEONG I-ARAEA + : "ᆟ" U119f # HANGUL JUNGSEONG ARAEA-EO + : "ᆠ" U11a0 # HANGUL JUNGSEONG ARAEA-U + : "ᆡ" U11a1 # HANGUL JUNGSEONG ARAEA-I + : "ᆢ" U11a2 # HANGUL JUNGSEONG SSANGARAEA + : "ᆩ" U11a9 # HANGUL JONGSEONG SSANGKIYEOK + : "ᆪ" U11aa # HANGUL JONGSEONG KIYEOK-SIOS + : "ᆬ" U11ac # HANGUL JONGSEONG NIEUN-CIEUC + : "ᆭ" U11ad # HANGUL JONGSEONG NIEUN-HIEUH + : "ᆰ" U11b0 # HANGUL JONGSEONG RIEUL-KIYEOK + : "ᆱ" U11b1 # HANGUL JONGSEONG RIEUL-MIEUM + : "ᆲ" U11b2 # HANGUL JONGSEONG RIEUL-PIEUP + : "ᆳ" U11b3 # HANGUL JONGSEONG RIEUL-SIOS + : "ᆴ" U11b4 # HANGUL JONGSEONG RIEUL-THIEUTH + : "ᆵ" U11b5 # HANGUL JONGSEONG RIEUL-PHIEUPH + : "ᆶ" U11b6 # HANGUL JONGSEONG RIEUL-HIEUH + : "ᆹ" U11b9 # HANGUL JONGSEONG PIEUP-SIOS + : "ᆻ" U11bb # HANGUL JONGSEONG SSANGSIOS + : "ᇃ" U11c3 # HANGUL JONGSEONG KIYEOK-RIEUL + : "ᇅ" U11c5 # HANGUL JONGSEONG NIEUN-KIYEOK + : "ᇆ" U11c6 # HANGUL JONGSEONG NIEUN-TIKEUT + : "ᇇ" U11c7 # HANGUL JONGSEONG NIEUN-SIOS + : "ᇈ" U11c8 # HANGUL JONGSEONG NIEUN-PANSIOS + : "ᇉ" U11c9 # HANGUL JONGSEONG NIEUN-THIEUTH + : "ᇊ" U11ca # HANGUL JONGSEONG TIKEUT-KIYEOK + : "ᇋ" U11cb # HANGUL JONGSEONG TIKEUT-RIEUL + : "ᇍ" U11cd # HANGUL JONGSEONG RIEUL-NIEUN + : "ᇎ" U11ce # HANGUL JONGSEONG RIEUL-TIKEUT + : "ᇐ" U11d0 # HANGUL JONGSEONG SSANGRIEUL + : "ᇗ" U11d7 # HANGUL JONGSEONG RIEUL-PANSIOS + : "ᇘ" U11d8 # HANGUL JONGSEONG RIEUL-KHIEUKH + : "ᇙ" U11d9 # HANGUL JONGSEONG RIEUL-YEORINHIEUH + : "ᇚ" U11da # HANGUL JONGSEONG MIEUM-KIYEOK + : "ᇛ" U11db # HANGUL JONGSEONG MIEUM-RIEUL + : "ᇜ" U11dc # HANGUL JONGSEONG MIEUM-PIEUP + : "ᇝ" U11dd # HANGUL JONGSEONG MIEUM-SIOS + : "ᇟ" U11df # HANGUL JONGSEONG MIEUM-PANSIOS + : "ᇠ" U11e0 # HANGUL JONGSEONG MIEUM-CHIEUCH + : "ᇡ" U11e1 # HANGUL JONGSEONG MIEUM-HIEUH + : "ᇢ" U11e2 # HANGUL JONGSEONG KAPYEOUNMIEUM + : "ᇣ" U11e3 # HANGUL JONGSEONG PIEUP-RIEUL + : "ᇤ" U11e4 # HANGUL JONGSEONG PIEUP-PHIEUPH + : "ᇥ" U11e5 # HANGUL JONGSEONG PIEUP-HIEUH + : "ᇦ" U11e6 # HANGUL JONGSEONG KAPYEOUNPIEUP + : "ᇧ" U11e7 # HANGUL JONGSEONG SIOS-KIYEOK + : "ᇨ" U11e8 # HANGUL JONGSEONG SIOS-TIKEUT + : "ᇩ" U11e9 # HANGUL JONGSEONG SIOS-RIEUL + : "ᇪ" U11ea # HANGUL JONGSEONG SIOS-PIEUP + : "ᇬ" U11ec # HANGUL JONGSEONG IEUNG-KIYEOK + : "ᇮ" U11ee # HANGUL JONGSEONG SSANGIEUNG + : "ᇯ" U11ef # HANGUL JONGSEONG IEUNG-KHIEUKH + : "ᇱ" U11f1 # HANGUL JONGSEONG YESIEUNG-SIOS + : "ᇲ" U11f2 # HANGUL JONGSEONG YESIEUNG-PANSIOS + : "ᇳ" U11f3 # HANGUL JONGSEONG PHIEUPH-PIEUP + : "ᇴ" U11f4 # HANGUL JONGSEONG KAPYEOUNPHIEUPH + : "ᇵ" U11f5 # HANGUL JONGSEONG HIEUH-NIEUN + : "ᇶ" U11f6 # HANGUL JONGSEONG HIEUH-RIEUL + : "ᇷ" U11f7 # HANGUL JONGSEONG HIEUH-MIEUM + : "ᇸ" U11f8 # HANGUL JONGSEONG HIEUH-PIEUP + : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + : "ᅫ" U116b # HANGUL JUNGSEONG WAE + : "ᅰ" U1170 # HANGUL JUNGSEONG WE + : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + : "ᇏ" U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH + : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + : "ᄢ" U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK + : "ᄣ" U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT + : "ᄤ" U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP + : "ᄥ" U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS + : "ᄦ" U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC + : "ᄬ" U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP + : "ᄳ" U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK + : "ᄴ" U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS + : "ᅫ" U116b # HANGUL JUNGSEONG WAE + : "ᅰ" U1170 # HANGUL JUNGSEONG WE + : "ᆋ" U118b # HANGUL JUNGSEONG U-EO-EU + : "ᇄ" U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK + : "ᇌ" U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS + : "ᇑ" U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK + : "ᇒ" U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS + : "ᇓ" U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS + : "ᇔ" U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH + : "ᇕ" U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP + : "ᇖ" U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS + : "ᇞ" U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS + : "ᇭ" U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK + +XCOMM Part 3 + : "¬" notsign # NOT SIGN + : "¬" notsign # NOT SIGN + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + : "ª" ordfeminine # FEMININE ORDINAL INDICATOR + <2> : "²" twosuperior # SUPERSCRIPT TWO + <2> : "²" twosuperior # SUPERSCRIPT TWO + <2> : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + : "²" twosuperior # SUPERSCRIPT TWO + <3> : "³" threesuperior # SUPERSCRIPT THREE + <3> : "³" threesuperior # SUPERSCRIPT THREE + <3> : "³" threesuperior # SUPERSCRIPT THREE + : "³" threesuperior # SUPERSCRIPT THREE + : "³" threesuperior # SUPERSCRIPT THREE + : "µ" mu # MICRO SIGN + : "µ" mu # MICRO SIGN + : "µ" mu # MICRO SIGN + <1> : "¹" onesuperior # SUPERSCRIPT ONE + <1> : "¹" onesuperior # SUPERSCRIPT ONE + <1> : "¹" onesuperior # SUPERSCRIPT ONE + : "¹" onesuperior # SUPERSCRIPT ONE + : "¹" onesuperior # SUPERSCRIPT ONE + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + : "º" masculine # MASCULINE ORDINAL INDICATOR + <1> <4> : "¼" onequarter # VULGAR FRACTION ONE QUARTER + <1> <2> : "½" onehalf # VULGAR FRACTION ONE HALF + <3> <4> : "¾" threequarters # VULGAR FRACTION THREE QUARTERS + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "À" Agrave # LATIN CAPITAL LETTER A WITH GRAVE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Á" Aacute # LATIN CAPITAL LETTER A WITH ACUTE + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Â" Acircumflex # LATIN CAPITAL LETTER A WITH CIRCUMFLEX + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ã" Atilde # LATIN CAPITAL LETTER A WITH TILDE + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Ä" Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Å" Aring # LATIN CAPITAL LETTER A WITH RING ABOVE + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "È" Egrave # LATIN CAPITAL LETTER E WITH GRAVE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "É" Eacute # LATIN CAPITAL LETTER E WITH ACUTE + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ê" Ecircumflex # LATIN CAPITAL LETTER E WITH CIRCUMFLEX + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ë" Ediaeresis # LATIN CAPITAL LETTER E WITH DIAERESIS + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Ì" Igrave # LATIN CAPITAL LETTER I WITH GRAVE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Í" Iacute # LATIN CAPITAL LETTER I WITH ACUTE + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Î" Icircumflex # LATIN CAPITAL LETTER I WITH CIRCUMFLEX + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "Ï" Idiaeresis # LATIN CAPITAL LETTER I WITH DIAERESIS + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "J́" # LATIN CAPITAL LETTER J U004A with COMBINING ACUTE ACCENT U0301 + : "Ð" ETH # LATIN CAPITAL LETTER ETH + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ñ" Ntilde # LATIN CAPITAL LETTER N WITH TILDE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ò" Ograve # LATIN CAPITAL LETTER O WITH GRAVE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ó" Oacute # LATIN CAPITAL LETTER O WITH ACUTE + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Ô" Ocircumflex # LATIN CAPITAL LETTER O WITH CIRCUMFLEX + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Õ" Otilde # LATIN CAPITAL LETTER O WITH TILDE + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "Ö" Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS + : "×" multiply # MULTIPLICATION SIGN + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ø" Oslash # LATIN CAPITAL LETTER O WITH STROKE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ù" Ugrave # LATIN CAPITAL LETTER U WITH GRAVE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Ú" Uacute # LATIN CAPITAL LETTER U WITH ACUTE + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Û" Ucircumflex # LATIN CAPITAL LETTER U WITH CIRCUMFLEX + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ü" Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Ý" Yacute # LATIN CAPITAL LETTER Y WITH ACUTE + : "Þ" THORN # LATIN CAPITAL LETTER THORN + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "à" agrave # LATIN SMALL LETTER A WITH GRAVE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "á" aacute # LATIN SMALL LETTER A WITH ACUTE + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "â" acircumflex # LATIN SMALL LETTER A WITH CIRCUMFLEX + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ã" atilde # LATIN SMALL LETTER A WITH TILDE + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "ä" adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "å" aring # LATIN SMALL LETTER A WITH RING ABOVE + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "è" egrave # LATIN SMALL LETTER E WITH GRAVE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "é" eacute # LATIN SMALL LETTER E WITH ACUTE + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ê" ecircumflex # LATIN SMALL LETTER E WITH CIRCUMFLEX + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ë" ediaeresis # LATIN SMALL LETTER E WITH DIAERESIS + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "ì" igrave # LATIN SMALL LETTER I WITH GRAVE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "í" iacute # LATIN SMALL LETTER I WITH ACUTE + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "î" icircumflex # LATIN SMALL LETTER I WITH CIRCUMFLEX + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 + : "ð" eth # LATIN SMALL LETTER ETH + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ñ" ntilde # LATIN SMALL LETTER N WITH TILDE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ò" ograve # LATIN SMALL LETTER O WITH GRAVE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ó" oacute # LATIN SMALL LETTER O WITH ACUTE + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "ô" ocircumflex # LATIN SMALL LETTER O WITH CIRCUMFLEX + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "õ" otilde # LATIN SMALL LETTER O WITH TILDE + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "ö" odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS + : "÷" division # DIVISION SIGN + : "÷" division # DIVISION SIGN + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ø" oslash # LATIN SMALL LETTER O WITH STROKE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ù" ugrave # LATIN SMALL LETTER U WITH GRAVE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "ú" uacute # LATIN SMALL LETTER U WITH ACUTE + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "û" ucircumflex # LATIN SMALL LETTER U WITH CIRCUMFLEX + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ü" udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "ý" yacute # LATIN SMALL LETTER Y WITH ACUTE + : "þ" thorn # LATIN SMALL LETTER THORN + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "ÿ" ydiaeresis # LATIN SMALL LETTER Y WITH DIAERESIS + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "Ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "ă" U0103 # LATIN SMALL LETTER A WITH BREVE + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "Ĉ" U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX + : "Ĉ" U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX + : "ĉ" U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX + : "ĉ" U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "Ċ" U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "ċ" U010B # LATIN SMALL LETTER C WITH DOT ABOVE + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "Č" U010C # LATIN CAPITAL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "č" U010D # LATIN SMALL LETTER C WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "Ď" U010E # LATIN CAPITAL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "ď" U010F # LATIN SMALL LETTER D WITH CARON + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "Đ" Dstroke # LATIN CAPITAL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "đ" dstroke # LATIN SMALL LETTER D WITH STROKE + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "Ē" U0112 # LATIN CAPITAL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "ē" U0113 # LATIN SMALL LETTER E WITH MACRON + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "Ĕ" U0114 # LATIN CAPITAL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "ĕ" U0115 # LATIN SMALL LETTER E WITH BREVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "Ė" U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "ė" U0117 # LATIN SMALL LETTER E WITH DOT ABOVE + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "Ę" U0118 # LATIN CAPITAL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "ę" U0119 # LATIN SMALL LETTER E WITH OGONEK + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "Ě" U011A # LATIN CAPITAL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "ě" U011B # LATIN SMALL LETTER E WITH CARON + : "Ĝ" U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX + : "Ĝ" U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX + : "ĝ" U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX + : "ĝ" U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "ġ" U0121 # LATIN SMALL LETTER G WITH DOT ABOVE + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "Ģ" U0122 # LATIN CAPITAL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "ģ" U0123 # LATIN SMALL LETTER G WITH CEDILLA + : "Ĥ" U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX + : "Ĥ" U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX + : "ĥ" U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX + : "ĥ" U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "Ĩ" U0128 # LATIN CAPITAL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "ĩ" U0129 # LATIN SMALL LETTER I WITH TILDE + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "Ī" U012A # LATIN CAPITAL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "ī" U012B # LATIN SMALL LETTER I WITH MACRON + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "Ĭ" U012C # LATIN CAPITAL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "ĭ" U012D # LATIN SMALL LETTER I WITH BREVE + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "Į" U012E # LATIN CAPITAL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "į" U012F # LATIN SMALL LETTER I WITH OGONEK + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "İ" U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "ı" U0131 # LATIN SMALL LETTER DOTLESS I + : "Ĵ" U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX + : "Ĵ" U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX + : "ĵ" U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX + : "ĵ" U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "Ķ" U0136 # LATIN CAPITAL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ķ" U0137 # LATIN SMALL LETTER K WITH CEDILLA + : "ĸ" U0138 # LATIN SMALL LETTER KRA + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "Ĺ" U0139 # LATIN CAPITAL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "ĺ" U013A # LATIN SMALL LETTER L WITH ACUTE + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "Ļ" U013B # LATIN CAPITAL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "ļ" U013C # LATIN SMALL LETTER L WITH CEDILLA + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "Ľ" U013D # LATIN CAPITAL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "ľ" U013E # LATIN SMALL LETTER L WITH CARON + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "Ł" U0141 # LATIN CAPITAL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "Ń" U0143 # LATIN CAPITAL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "ń" U0144 # LATIN SMALL LETTER N WITH ACUTE + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "Ņ" U0145 # LATIN CAPITAL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "ņ" U0146 # LATIN SMALL LETTER N WITH CEDILLA + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "Ň" U0147 # LATIN CAPITAL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "ň" U0148 # LATIN SMALL LETTER N WITH CARON + : "Ŋ" U014A # LATIN CAPITAL LETTER ENG + : "ŋ" U014B # LATIN SMALL LETTER ENG + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "Ō" U014C # LATIN CAPITAL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "ō" U014D # LATIN SMALL LETTER O WITH MACRON + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "Ŏ" U014E # LATIN CAPITAL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "ŏ" U014F # LATIN SMALL LETTER O WITH BREVE + : "Ő" U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE + : "Ő" U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE + : "ő" U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE + : "ő" U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "Ŕ" U0154 # LATIN CAPITAL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "ŕ" U0155 # LATIN SMALL LETTER R WITH ACUTE + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "Ŗ" U0156 # LATIN CAPITAL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "ŗ" U0157 # LATIN SMALL LETTER R WITH CEDILLA + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "Ř" U0158 # LATIN CAPITAL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "ř" U0159 # LATIN SMALL LETTER R WITH CARON + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "Ś" U015A # LATIN CAPITAL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "ś" U015B # LATIN SMALL LETTER S WITH ACUTE + : "Ŝ" U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX + : "Ŝ" U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX + : "ŝ" U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX + : "ŝ" U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "Ş" U015E # LATIN CAPITAL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "ş" U015F # LATIN SMALL LETTER S WITH CEDILLA + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "Š" U0160 # LATIN CAPITAL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "š" U0161 # LATIN SMALL LETTER S WITH CARON + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "Ţ" U0162 # LATIN CAPITAL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "ţ" U0163 # LATIN SMALL LETTER T WITH CEDILLA + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "Ť" U0164 # LATIN CAPITAL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "ť" U0165 # LATIN SMALL LETTER T WITH CARON + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "Ŧ" U0166 # LATIN CAPITAL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "ŧ" U0167 # LATIN SMALL LETTER T WITH STROKE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "Ũ" U0168 # LATIN CAPITAL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "ũ" U0169 # LATIN SMALL LETTER U WITH TILDE + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "Ū" U016A # LATIN CAPITAL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "ū" U016B # LATIN SMALL LETTER U WITH MACRON + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "Ŭ" U016C # LATIN CAPITAL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "ŭ" U016D # LATIN SMALL LETTER U WITH BREVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "Ű" U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE + : "Ű" U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE + : "ű" U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE + : "ű" U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "Ų" U0172 # LATIN CAPITAL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "ų" U0173 # LATIN SMALL LETTER U WITH OGONEK + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "Ŵ" U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "ŵ" U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "Ŷ" U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "ŷ" U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ÿ" U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "Ź" U0179 # LATIN CAPITAL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "ź" U017A # LATIN SMALL LETTER Z WITH ACUTE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "Ż" U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "ż" U017C # LATIN SMALL LETTER Z WITH DOT ABOVE + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "Ž" U017D # LATIN CAPITAL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ž" U017E # LATIN SMALL LETTER Z WITH CARON + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "ƀ" U0180 # LATIN SMALL LETTER B WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ɨ" U0197 # LATIN CAPITAL LETTER I WITH STROKE + : "Ơ" U01A0 # LATIN CAPITAL LETTER O WITH HORN + : "Ơ" U01A0 # LATIN CAPITAL LETTER O WITH HORN + : "ơ" U01A1 # LATIN SMALL LETTER O WITH HORN + : "ơ" U01A1 # LATIN SMALL LETTER O WITH HORN + : "Ư" U01AF # LATIN CAPITAL LETTER U WITH HORN + : "Ư" U01AF # LATIN CAPITAL LETTER U WITH HORN + : "ư" U01B0 # LATIN SMALL LETTER U WITH HORN + : "ư" U01B0 # LATIN SMALL LETTER U WITH HORN + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "Ƶ" U01B5 # LATIN CAPITAL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "ƶ" U01B6 # LATIN SMALL LETTER Z WITH STROKE + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "Ǎ" U01CD # LATIN CAPITAL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "ǎ" U01CE # LATIN SMALL LETTER A WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "Ǐ" U01CF # LATIN CAPITAL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "ǐ" U01D0 # LATIN SMALL LETTER I WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "Ǒ" U01D1 # LATIN CAPITAL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "ǒ" U01D2 # LATIN SMALL LETTER O WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "Ǔ" U01D3 # LATIN CAPITAL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "ǔ" U01D4 # LATIN SMALL LETTER U WITH CARON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "Ǣ" U01E2 # LATIN CAPITAL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "Ǥ" U01E4 # LATIN CAPITAL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "ǥ" U01E5 # LATIN SMALL LETTER G WITH STROKE + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "Ǧ" U01E6 # LATIN CAPITAL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "ǧ" U01E7 # LATIN SMALL LETTER G WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "Ǩ" U01E8 # LATIN CAPITAL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "ǩ" U01E9 # LATIN SMALL LETTER K WITH CARON + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "Ǫ" U01EA # LATIN CAPITAL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "ǫ" U01EB # LATIN SMALL LETTER O WITH OGONEK + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "Ǯ" U01EE # LATIN CAPITAL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǯ" U01EF # LATIN SMALL LETTER EZH WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "ǰ" U01F0 # LATIN SMALL LETTER J WITH CARON + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "Ǵ" U01F4 # LATIN CAPITAL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "ǵ" U01F5 # LATIN SMALL LETTER G WITH ACUTE + : "Ǹ" U01F8 # LATIN CAPITAL LETTER N WITH GRAVE + : "Ǹ" U01F8 # LATIN CAPITAL LETTER N WITH GRAVE + : "ǹ" U01F9 # LATIN SMALL LETTER N WITH GRAVE + : "ǹ" U01F9 # LATIN SMALL LETTER N WITH GRAVE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "Ǽ" U01FC # LATIN CAPITAL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "ǽ" U01FD # LATIN SMALL LETTER AE WITH ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE + : "Ȁ" U0200 # LATIN CAPITAL LETTER A WITH DOUBLE GRAVE + : "ȁ" U0201 # LATIN SMALL LETTER A WITH DOUBLE GRAVE + : "Ȃ" U0202 # LATIN CAPITAL LETTER A WITH INVERTED BREVE + : "ȃ" U0203 # LATIN SMALL LETTER A WITH INVERTED BREVE + : "Ȅ" U0204 # LATIN CAPITAL LETTER E WITH DOUBLE GRAVE + : "ȅ" U0205 # LATIN SMALL LETTER E WITH DOUBLE GRAVE + : "Ȇ" U0206 # LATIN CAPITAL LETTER E WITH INVERTED BREVE + : "ȇ" U0207 # LATIN SMALL LETTER E WITH INVERTED BREVE + : "Ȉ" U0208 # LATIN CAPITAL LETTER I WITH DOUBLE GRAVE + : "ȉ" U0209 # LATIN SMALL LETTER I WITH DOUBLE GRAVE + : "Ȋ" U020A # LATIN CAPITAL LETTER I WITH INVERTED BREVE + : "ȋ" U020B # LATIN SMALL LETTER I WITH INVERTED BREVE + : "Ȍ" U020C # LATIN CAPITAL LETTER O WITH DOUBLE GRAVE + : "ȍ" U020D # LATIN SMALL LETTER O WITH DOUBLE GRAVE + : "Ȏ" U020E # LATIN CAPITAL LETTER O WITH INVERTED BREVE + : "ȏ" U020F # LATIN SMALL LETTER O WITH INVERTED BREVE + : "Ȑ" U0210 # LATIN CAPITAL LETTER R WITH DOUBLE GRAVE + : "ȑ" U0211 # LATIN SMALL LETTER R WITH DOUBLE GRAVE + : "Ȓ" U0212 # LATIN CAPITAL LETTER R WITH INVERTED BREVE + : "ȓ" U0213 # LATIN SMALL LETTER R WITH INVERTED BREVE + : "Ȕ" U0214 # LATIN CAPITAL LETTER U WITH DOUBLE GRAVE + : "ȕ" U0215 # LATIN SMALL LETTER U WITH DOUBLE GRAVE + : "Ȗ" U0216 # LATIN CAPITAL LETTER U WITH INVERTED BREVE + : "ȗ" U0217 # LATIN SMALL LETTER U WITH INVERTED BREVE + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "ȟ" U021F # LATIN SMALL LETTER H WITH CARON + : "Ȧ" U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE + : "Ȧ" U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE + : "ȧ" U0227 # LATIN SMALL LETTER A WITH DOT ABOVE + : "ȧ" U0227 # LATIN SMALL LETTER A WITH DOT ABOVE + : "Ȩ" U0228 # LATIN CAPITAL LETTER E WITH CEDILLA + : "Ȩ" U0228 # LATIN CAPITAL LETTER E WITH CEDILLA + : "ȩ" U0229 # LATIN SMALL LETTER E WITH CEDILLA + : "ȩ" U0229 # LATIN SMALL LETTER E WITH CEDILLA + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "Ȯ" U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE + : "Ȯ" U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE + : "ȯ" U022F # LATIN SMALL LETTER O WITH DOT ABOVE + : "ȯ" U022F # LATIN SMALL LETTER O WITH DOT ABOVE + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "Ȳ" U0232 # LATIN CAPITAL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON + : "ə" U0259 # LATIN SMALL LETTER SCHWA + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE + : "ʡ" U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE + : "ʡ" U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʰ" U02B0 # MODIFIER LETTER SMALL H + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʱ" U02B1 # MODIFIER LETTER SMALL H WITH HOOK + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʲ" U02B2 # MODIFIER LETTER SMALL J + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʳ" U02B3 # MODIFIER LETTER SMALL R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʴ" U02B4 # MODIFIER LETTER SMALL TURNED R + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʵ" U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʶ" U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʷ" U02B7 # MODIFIER LETTER SMALL W + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ʸ" U02B8 # MODIFIER LETTER SMALL Y + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˠ" U02E0 # MODIFIER LETTER SMALL GAMMA + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˡ" U02E1 # MODIFIER LETTER SMALL L + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˢ" U02E2 # MODIFIER LETTER SMALL S + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˣ" U02E3 # MODIFIER LETTER SMALL X + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "ˤ" U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "̈́" U0344 # COMBINING GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "΅" U0385 # GREEK DIALYTIKA TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS + : "ϔ" U03D4 # GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL + : "Ѐ" U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE + : "Ѐ" U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE + : "Ё" U0401 # CYRILLIC CAPITAL LETTER IO + : "Ё" U0401 # CYRILLIC CAPITAL LETTER IO + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ѓ" U0403 # CYRILLIC CAPITAL LETTER GJE + : "Ї" U0407 # CYRILLIC CAPITAL LETTER YI + : "Ї" U0407 # CYRILLIC CAPITAL LETTER YI + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ќ" U040C # CYRILLIC CAPITAL LETTER KJE + : "Ѝ" U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE + : "Ѝ" U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Ў" U040E # CYRILLIC CAPITAL LETTER SHORT U + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "Й" U0419 # CYRILLIC CAPITAL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "й" U0439 # CYRILLIC SMALL LETTER SHORT I + : "ѐ" U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE + : "ѐ" U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE + : "ё" U0451 # CYRILLIC SMALL LETTER IO + : "ё" U0451 # CYRILLIC SMALL LETTER IO + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ѓ" U0453 # CYRILLIC SMALL LETTER GJE + : "ї" U0457 # CYRILLIC SMALL LETTER YI + : "ї" U0457 # CYRILLIC SMALL LETTER YI + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ќ" U045C # CYRILLIC SMALL LETTER KJE + : "ѝ" U045D # CYRILLIC SMALL LETTER I WITH GRAVE + : "ѝ" U045D # CYRILLIC SMALL LETTER I WITH GRAVE + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "ў" U045E # CYRILLIC SMALL LETTER SHORT U + : "Ѷ" U0476 # CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT + : "ѷ" U0477 # CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT + : "Ғ" U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE + : "Ғ" U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE + : "ғ" U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE + : "ғ" U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE + : "Ҟ" U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE + : "Ҟ" U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE + : "ҟ" U049F # CYRILLIC SMALL LETTER KA WITH STROKE + : "ҟ" U049F # CYRILLIC SMALL LETTER KA WITH STROKE + : "Ұ" U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE + : "Ұ" U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE + : "ұ" U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE + : "ұ" U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "Ӂ" U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "ӂ" U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "Ӑ" U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "ӑ" U04D1 # CYRILLIC SMALL LETTER A WITH BREVE + : "Ӓ" U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS + : "Ӓ" U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS + : "ӓ" U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS + : "ӓ" U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "Ӗ" U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "ӗ" U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE + : "Ӛ" U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS + : "Ӛ" U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS + : "ӛ" U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS + : "ӛ" U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS + : "Ӝ" U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS + : "Ӝ" U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS + : "ӝ" U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS + : "ӝ" U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS + : "Ӟ" U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS + : "Ӟ" U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS + : "ӟ" U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS + : "ӟ" U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "Ӣ" U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "ӣ" U04E3 # CYRILLIC SMALL LETTER I WITH MACRON + : "Ӥ" U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS + : "Ӥ" U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS + : "ӥ" U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS + : "ӥ" U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS + : "Ӧ" U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS + : "Ӧ" U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS + : "ӧ" U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS + : "ӧ" U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS + : "Ӫ" U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS + : "Ӫ" U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS + : "ӫ" U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS + : "ӫ" U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS + : "Ӭ" U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS + : "Ӭ" U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS + : "ӭ" U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS + : "ӭ" U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "Ӯ" U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "ӯ" U04EF # CYRILLIC SMALL LETTER U WITH MACRON + : "Ӱ" U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS + : "Ӱ" U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS + : "ӱ" U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS + : "ӱ" U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS + : "Ӳ" U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE + : "Ӳ" U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE + : "ӳ" U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE + : "ӳ" U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE + : "Ӵ" U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS + : "Ӵ" U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS + : "ӵ" U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS + : "ӵ" U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS + : "Ӹ" U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS + : "Ӹ" U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS + : "ӹ" U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS + : "ӹ" U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS + : "آ" U0622 # ARABIC LETTER ALEF WITH MADDA ABOVE + : "أ" U0623 # ARABIC LETTER ALEF WITH HAMZA ABOVE + : "ؤ" U0624 # ARABIC LETTER WAW WITH HAMZA ABOVE + : "إ" U0625 # ARABIC LETTER ALEF WITH HAMZA BELOW + : "ئ" U0626 # ARABIC LETTER YEH WITH HAMZA ABOVE + : "ۀ" U06C0 # ARABIC LETTER HEH WITH YEH ABOVE + : "ۂ" U06C2 # ARABIC LETTER HEH GOAL WITH HAMZA ABOVE + : "ۓ" U06D3 # ARABIC LETTER YEH BARREE WITH HAMZA ABOVE + : "ऩ" U0929 # DEVANAGARI LETTER NNNA + : "ऱ" U0931 # DEVANAGARI LETTER RRA + : "ऴ" U0934 # DEVANAGARI LETTER LLLA + : "क़" U0958 # DEVANAGARI LETTER QA + : "ख़" U0959 # DEVANAGARI LETTER KHHA + : "ग़" U095A # DEVANAGARI LETTER GHHA + : "ज़" U095B # DEVANAGARI LETTER ZA + : "ड़" U095C # DEVANAGARI LETTER DDDHA + : "ढ़" U095D # DEVANAGARI LETTER RHA + : "फ़" U095E # DEVANAGARI LETTER FA + : "य़" U095F # DEVANAGARI LETTER YYA + : "ো" U09CB # BENGALI VOWEL SIGN O + : "ৌ" U09CC # BENGALI VOWEL SIGN AU + : "ড়" U09DC # BENGALI LETTER RRA + : "ঢ়" U09DD # BENGALI LETTER RHA + : "য়" U09DF # BENGALI LETTER YYA + : "ਲ਼" U0A33 # GURMUKHI LETTER LLA + : "ਸ਼" U0A36 # GURMUKHI LETTER SHA + : "ਖ਼" U0A59 # GURMUKHI LETTER KHHA + : "ਗ਼" U0A5A # GURMUKHI LETTER GHHA + : "ਜ਼" U0A5B # GURMUKHI LETTER ZA + : "ਫ਼" U0A5E # GURMUKHI LETTER FA + : "ୈ" U0B48 # ORIYA VOWEL SIGN AI + : "ୋ" U0B4B # ORIYA VOWEL SIGN O + : "ୌ" U0B4C # ORIYA VOWEL SIGN AU + : "ଡ଼" U0B5C # ORIYA LETTER RRA + : "ଢ଼" U0B5D # ORIYA LETTER RHA + : "ஔ" U0B94 # TAMIL LETTER AU + : "ொ" U0BCA # TAMIL VOWEL SIGN O + : "ோ" U0BCB # TAMIL VOWEL SIGN OO + : "ௌ" U0BCC # TAMIL VOWEL SIGN AU + : "ై" U0C48 # TELUGU VOWEL SIGN AI + : "ೀ" U0CC0 # KANNADA VOWEL SIGN II + : "ೇ" U0CC7 # KANNADA VOWEL SIGN EE + : "ೈ" U0CC8 # KANNADA VOWEL SIGN AI + : "ೊ" U0CCA # KANNADA VOWEL SIGN O + : "ೋ" U0CCB # KANNADA VOWEL SIGN OO +/* : "ೋ" U0CCB # KANNADA VOWEL SIGN OO */ + : "ൊ" U0D4A # MALAYALAM VOWEL SIGN O + : "ോ" U0D4B # MALAYALAM VOWEL SIGN OO + : "ൌ" U0D4C # MALAYALAM VOWEL SIGN AU + : "ේ" U0DDA # SINHALA VOWEL SIGN DIGA KOMBUVA + : "ො" U0DDC # SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA + : "ෝ" U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA +/* : "ෝ" U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA */ + : "ෞ" U0DDE # SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA + : "གྷ" U0F43 # TIBETAN LETTER GHA + : "ཌྷ" U0F4D # TIBETAN LETTER DDHA + : "དྷ" U0F52 # TIBETAN LETTER DHA + : "བྷ" U0F57 # TIBETAN LETTER BHA + : "ཛྷ" U0F5C # TIBETAN LETTER DZHA + : "ཀྵ" U0F69 # TIBETAN LETTER KSSA + : "ཱི" U0F73 # TIBETAN VOWEL SIGN II + : "ཱུ" U0F75 # TIBETAN VOWEL SIGN UU + : "ྲྀ" U0F76 # TIBETAN VOWEL SIGN VOCALIC R + : "ླྀ" U0F78 # TIBETAN VOWEL SIGN VOCALIC L + : "ཱྀ" U0F81 # TIBETAN VOWEL SIGN REVERSED II + : "ྒྷ" U0F93 # TIBETAN SUBJOINED LETTER GHA + : "ྜྷ" U0F9D # TIBETAN SUBJOINED LETTER DDHA + : "ྡྷ" U0FA2 # TIBETAN SUBJOINED LETTER DHA + : "ྦྷ" U0FA7 # TIBETAN SUBJOINED LETTER BHA + : "ྫྷ" U0FAC # TIBETAN SUBJOINED LETTER DZHA + : "ྐྵ" U0FB9 # TIBETAN SUBJOINED LETTER KSSA + : "ဦ" U1026 # MYANMAR LETTER UU + : "Ḁ" U1E00 # LATIN CAPITAL LETTER A WITH RING BELOW + : "ḁ" U1E01 # LATIN SMALL LETTER A WITH RING BELOW + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "Ḃ" U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "ḃ" U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE + : "Ḅ" U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW + : "Ḅ" U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW + : "ḅ" U1E05 # LATIN SMALL LETTER B WITH DOT BELOW + : "ḅ" U1E05 # LATIN SMALL LETTER B WITH DOT BELOW + : "Ḇ" U1E06 # LATIN CAPITAL LETTER B WITH LINE BELOW + : "ḇ" U1E07 # LATIN SMALL LETTER B WITH LINE BELOW + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "Ḋ" U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "ḋ" U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE + : "Ḍ" U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW + : "Ḍ" U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW + : "ḍ" U1E0D # LATIN SMALL LETTER D WITH DOT BELOW + : "ḍ" U1E0D # LATIN SMALL LETTER D WITH DOT BELOW + : "Ḏ" U1E0E # LATIN CAPITAL LETTER D WITH LINE BELOW + : "ḏ" U1E0F # LATIN SMALL LETTER D WITH LINE BELOW + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "Ḑ" U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "ḑ" U1E11 # LATIN SMALL LETTER D WITH CEDILLA + : "Ḓ" U1E12 # LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW + : "ḓ" U1E13 # LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "Ḙ" U1E18 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW + : "ḙ" U1E19 # LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW + : "Ḛ" U1E1A # LATIN CAPITAL LETTER E WITH TILDE BELOW + : "ḛ" U1E1B # LATIN SMALL LETTER E WITH TILDE BELOW + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "Ḟ" U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "ḟ" U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "Ḡ" U1E20 # LATIN CAPITAL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "ḡ" U1E21 # LATIN SMALL LETTER G WITH MACRON + : "Ḣ" U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE + : "Ḣ" U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE + : "ḣ" U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE + : "ḣ" U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE + : "Ḥ" U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW + : "Ḥ" U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW + : "ḥ" U1E25 # LATIN SMALL LETTER H WITH DOT BELOW + : "ḥ" U1E25 # LATIN SMALL LETTER H WITH DOT BELOW + : "Ḧ" U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS + : "Ḧ" U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS + : "ḧ" U1E27 # LATIN SMALL LETTER H WITH DIAERESIS + : "ḧ" U1E27 # LATIN SMALL LETTER H WITH DIAERESIS + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "Ḩ" U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "ḩ" U1E29 # LATIN SMALL LETTER H WITH CEDILLA + : "Ḫ" U1E2A # LATIN CAPITAL LETTER H WITH BREVE BELOW + : "ḫ" U1E2B # LATIN SMALL LETTER H WITH BREVE BELOW + : "Ḭ" U1E2C # LATIN CAPITAL LETTER I WITH TILDE BELOW + : "ḭ" U1E2D # LATIN SMALL LETTER I WITH TILDE BELOW + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "Ḱ" U1E30 # LATIN CAPITAL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "ḱ" U1E31 # LATIN SMALL LETTER K WITH ACUTE + : "Ḳ" U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW + : "Ḳ" U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW + : "ḳ" U1E33 # LATIN SMALL LETTER K WITH DOT BELOW + : "ḳ" U1E33 # LATIN SMALL LETTER K WITH DOT BELOW + : "Ḵ" U1E34 # LATIN CAPITAL LETTER K WITH LINE BELOW + : "ḵ" U1E35 # LATIN SMALL LETTER K WITH LINE BELOW + : "Ḷ" U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW + : "Ḷ" U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW + : "ḷ" U1E37 # LATIN SMALL LETTER L WITH DOT BELOW + : "ḷ" U1E37 # LATIN SMALL LETTER L WITH DOT BELOW + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "Ḻ" U1E3A # LATIN CAPITAL LETTER L WITH LINE BELOW + : "ḻ" U1E3B # LATIN SMALL LETTER L WITH LINE BELOW + : "Ḽ" U1E3C # LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW + : "ḽ" U1E3D # LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "Ḿ" U1E3E # LATIN CAPITAL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "ḿ" U1E3F # LATIN SMALL LETTER M WITH ACUTE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "Ṁ" U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "ṁ" U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE + : "Ṃ" U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW + : "Ṃ" U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW + : "ṃ" U1E43 # LATIN SMALL LETTER M WITH DOT BELOW + : "ṃ" U1E43 # LATIN SMALL LETTER M WITH DOT BELOW + : "Ṅ" U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE + : "Ṅ" U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE + : "ṅ" U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE + : "ṅ" U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE + : "Ṇ" U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW + : "Ṇ" U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW + : "ṇ" U1E47 # LATIN SMALL LETTER N WITH DOT BELOW + : "ṇ" U1E47 # LATIN SMALL LETTER N WITH DOT BELOW + : "Ṉ" U1E48 # LATIN CAPITAL LETTER N WITH LINE BELOW + : "ṉ" U1E49 # LATIN SMALL LETTER N WITH LINE BELOW + : "Ṋ" U1E4A # LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW + : "ṋ" U1E4B # LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "Ṕ" U1E54 # LATIN CAPITAL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "ṕ" U1E55 # LATIN SMALL LETTER P WITH ACUTE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "Ṗ" U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE +

: "ṗ" U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE + : "Ṙ" U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE + : "Ṙ" U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE + : "ṙ" U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE + : "ṙ" U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE + : "Ṛ" U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW + : "Ṛ" U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW + : "ṛ" U1E5B # LATIN SMALL LETTER R WITH DOT BELOW + : "ṛ" U1E5B # LATIN SMALL LETTER R WITH DOT BELOW + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "Ṟ" U1E5E # LATIN CAPITAL LETTER R WITH LINE BELOW + : "ṟ" U1E5F # LATIN SMALL LETTER R WITH LINE BELOW + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "Ṡ" U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "ṡ" U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE + : "Ṣ" U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW + : "Ṣ" U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW + : "ṣ" U1E63 # LATIN SMALL LETTER S WITH DOT BELOW + : "ṣ" U1E63 # LATIN SMALL LETTER S WITH DOT BELOW + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "Ṫ" U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "ṫ" U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE + : "Ṭ" U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW + : "Ṭ" U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW + : "ṭ" U1E6D # LATIN SMALL LETTER T WITH DOT BELOW + : "ṭ" U1E6D # LATIN SMALL LETTER T WITH DOT BELOW + : "Ṯ" U1E6E # LATIN CAPITAL LETTER T WITH LINE BELOW + : "ṯ" U1E6F # LATIN SMALL LETTER T WITH LINE BELOW + : "Ṱ" U1E70 # LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW + : "ṱ" U1E71 # LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW + : "Ṳ" U1E72 # LATIN CAPITAL LETTER U WITH DIAERESIS BELOW + : "ṳ" U1E73 # LATIN SMALL LETTER U WITH DIAERESIS BELOW + : "Ṵ" U1E74 # LATIN CAPITAL LETTER U WITH TILDE BELOW + : "ṵ" U1E75 # LATIN SMALL LETTER U WITH TILDE BELOW + : "Ṷ" U1E76 # LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW + : "ṷ" U1E77 # LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "Ṻ" U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "ṻ" U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS + : "Ṽ" U1E7C # LATIN CAPITAL LETTER V WITH TILDE + : "Ṽ" U1E7C # LATIN CAPITAL LETTER V WITH TILDE + : "ṽ" U1E7D # LATIN SMALL LETTER V WITH TILDE + : "ṽ" U1E7D # LATIN SMALL LETTER V WITH TILDE + : "Ṿ" U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW + : "Ṿ" U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW + : "ṿ" U1E7F # LATIN SMALL LETTER V WITH DOT BELOW + : "ṿ" U1E7F # LATIN SMALL LETTER V WITH DOT BELOW + : "Ẁ" U1E80 # LATIN CAPITAL LETTER W WITH GRAVE + : "Ẁ" U1E80 # LATIN CAPITAL LETTER W WITH GRAVE + : "ẁ" U1E81 # LATIN SMALL LETTER W WITH GRAVE + : "ẁ" U1E81 # LATIN SMALL LETTER W WITH GRAVE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "Ẃ" U1E82 # LATIN CAPITAL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "ẃ" U1E83 # LATIN SMALL LETTER W WITH ACUTE + : "Ẅ" U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS + : "Ẅ" U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS + : "ẅ" U1E85 # LATIN SMALL LETTER W WITH DIAERESIS + : "ẅ" U1E85 # LATIN SMALL LETTER W WITH DIAERESIS + : "Ẇ" U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE + : "Ẇ" U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE + : "ẇ" U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE + : "ẇ" U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE + : "Ẉ" U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW + : "Ẉ" U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW + : "ẉ" U1E89 # LATIN SMALL LETTER W WITH DOT BELOW + : "ẉ" U1E89 # LATIN SMALL LETTER W WITH DOT BELOW + : "Ẋ" U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE + : "Ẋ" U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE + : "ẋ" U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE + : "ẋ" U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE + : "Ẍ" U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS + : "Ẍ" U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS + : "ẍ" U1E8D # LATIN SMALL LETTER X WITH DIAERESIS + : "ẍ" U1E8D # LATIN SMALL LETTER X WITH DIAERESIS + : "Ẏ" U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE + : "Ẏ" U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE + : "ẏ" U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE + : "ẏ" U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE + : "Ẑ" U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX + : "Ẑ" U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX + : "ẑ" U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX + : "ẑ" U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX + : "Ẓ" U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW + : "Ẓ" U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW + : "ẓ" U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW + : "ẓ" U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW + : "Ẕ" U1E94 # LATIN CAPITAL LETTER Z WITH LINE BELOW + : "ẕ" U1E95 # LATIN SMALL LETTER Z WITH LINE BELOW + : "ẖ" U1E96 # LATIN SMALL LETTER H WITH LINE BELOW + : "ẗ" U1E97 # LATIN SMALL LETTER T WITH DIAERESIS + : "ẗ" U1E97 # LATIN SMALL LETTER T WITH DIAERESIS + : "ẘ" U1E98 # LATIN SMALL LETTER W WITH RING ABOVE + : "ẘ" U1E98 # LATIN SMALL LETTER W WITH RING ABOVE + : "ẙ" U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE + : "ẙ" U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE + : "ẛ" U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "ẛ" U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE + : "Ạ" U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW + : "Ạ" U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW + : "ạ" U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW + : "ạ" U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW + : "Ả" U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE + : "Ả" U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE + : "ả" U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE + : "ả" U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ấ" U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ầ" U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẩ" U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ẫ" U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ậ" U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ắ" U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ắ" U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ằ" U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ằ" U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẳ" U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "Ẵ" U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "ẵ" U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "Ặ" U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "ặ" U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "Ẹ" U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW + : "Ẹ" U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW + : "ẹ" U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW + : "ẹ" U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW + : "Ẻ" U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE + : "Ẻ" U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE + : "ẻ" U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE + : "ẻ" U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE + : "Ẽ" U1EBC # LATIN CAPITAL LETTER E WITH TILDE + : "Ẽ" U1EBC # LATIN CAPITAL LETTER E WITH TILDE + : "ẽ" U1EBD # LATIN SMALL LETTER E WITH TILDE + : "ẽ" U1EBD # LATIN SMALL LETTER E WITH TILDE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ế" U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ề" U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ễ" U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ỉ" U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE + : "Ỉ" U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE + : "ỉ" U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE + : "ỉ" U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE + : "Ị" U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW + : "Ị" U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW + : "ị" U1ECB # LATIN SMALL LETTER I WITH DOT BELOW + : "ị" U1ECB # LATIN SMALL LETTER I WITH DOT BELOW + : "Ọ" U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW + : "Ọ" U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW + : "ọ" U1ECD # LATIN SMALL LETTER O WITH DOT BELOW + : "ọ" U1ECD # LATIN SMALL LETTER O WITH DOT BELOW + : "Ỏ" U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE + : "Ỏ" U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE + : "ỏ" U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE + : "ỏ" U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ố" U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ồ" U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ỗ" U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ớ" U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ớ" U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ờ" U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ờ" U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ở" U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ở" U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "Ỡ" U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "ỡ" U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ợ" U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ợ" U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "Ụ" U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW + : "Ụ" U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW + : "ụ" U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW + : "ụ" U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW + : "Ủ" U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE + : "Ủ" U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE + : "ủ" U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE + : "ủ" U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ứ" U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ứ" U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ừ" U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ừ" U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ử" U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ử" U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "Ữ" U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "ữ" U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ự" U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ự" U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "Ỳ" U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE + : "Ỳ" U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE + : "ỳ" U1EF3 # LATIN SMALL LETTER Y WITH GRAVE + : "ỳ" U1EF3 # LATIN SMALL LETTER Y WITH GRAVE + : "Ỵ" U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW + : "Ỵ" U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW + : "ỵ" U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW + : "ỵ" U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW + : "Ỷ" U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE + : "Ỷ" U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE + : "ỷ" U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE + : "ỷ" U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE + : "Ỹ" U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE + : "Ỹ" U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE + : "ỹ" U1EF9 # LATIN SMALL LETTER Y WITH TILDE + : "ỹ" U1EF9 # LATIN SMALL LETTER Y WITH TILDE + : "ἀ" U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI + : "ἀ" U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI + : "ἁ" U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA + : "ἁ" U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἂ" U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἃ" U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἄ" U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἅ" U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἆ" U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἇ" U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἀ" U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI + : "Ἀ" U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI + : "Ἁ" U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA + : "Ἁ" U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἂ" U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἃ" U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἄ" U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἅ" U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἆ" U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "Ἇ" U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI + : "ἐ" U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI + : "ἐ" U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI + : "ἑ" U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA + : "ἑ" U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἒ" U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἓ" U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἔ" U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "ἕ" U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA + : "Ἐ" U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI + : "Ἐ" U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI + : "Ἑ" U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA + : "Ἑ" U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἒ" U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἓ" U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἔ" U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "Ἕ" U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA + : "ἠ" U1F20 # GREEK SMALL LETTER ETA WITH PSILI + : "ἠ" U1F20 # GREEK SMALL LETTER ETA WITH PSILI + : "ἡ" U1F21 # GREEK SMALL LETTER ETA WITH DASIA + : "ἡ" U1F21 # GREEK SMALL LETTER ETA WITH DASIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἢ" U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἣ" U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἤ" U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἥ" U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἦ" U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἧ" U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἠ" U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI + : "Ἠ" U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI + : "Ἡ" U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA + : "Ἡ" U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἢ" U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἣ" U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἤ" U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἥ" U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἦ" U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "Ἧ" U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI + : "ἰ" U1F30 # GREEK SMALL LETTER IOTA WITH PSILI + : "ἰ" U1F30 # GREEK SMALL LETTER IOTA WITH PSILI + : "ἱ" U1F31 # GREEK SMALL LETTER IOTA WITH DASIA + : "ἱ" U1F31 # GREEK SMALL LETTER IOTA WITH DASIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἲ" U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἳ" U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἴ" U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἵ" U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἶ" U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ἷ" U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἰ" U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI + : "Ἰ" U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI + : "Ἱ" U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA + : "Ἱ" U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἲ" U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἳ" U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἴ" U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἵ" U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἶ" U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "Ἷ" U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI + : "ὀ" U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI + : "ὀ" U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI + : "ὁ" U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA + : "ὁ" U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὂ" U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὃ" U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὄ" U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "ὅ" U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA + : "Ὀ" U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI + : "Ὀ" U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI + : "Ὁ" U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA + : "Ὁ" U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὂ" U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὃ" U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὄ" U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "Ὅ" U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA + : "ὐ" U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI + : "ὐ" U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI + : "ὑ" U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA + : "ὑ" U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὒ" U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὓ" U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὔ" U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὕ" U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὖ" U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὗ" U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὑ" U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA + : "Ὑ" U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὓ" U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὕ" U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "Ὗ" U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI + : "ὠ" U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI + : "ὠ" U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI + : "ὡ" U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA + : "ὡ" U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὢ" U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὣ" U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὤ" U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὥ" U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὦ" U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὧ" U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὠ" U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI + : "Ὠ" U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI + : "Ὡ" U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA + : "Ὡ" U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὢ" U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὣ" U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὤ" U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὥ" U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὦ" U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "Ὧ" U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI + : "ὰ" U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA + : "ὰ" U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA + : "ὲ" U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA + : "ὲ" U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA + : "ὴ" U1F74 # GREEK SMALL LETTER ETA WITH VARIA + : "ὴ" U1F74 # GREEK SMALL LETTER ETA WITH VARIA + : "ὶ" U1F76 # GREEK SMALL LETTER IOTA WITH VARIA + : "ὶ" U1F76 # GREEK SMALL LETTER IOTA WITH VARIA + : "ὸ" U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA + : "ὸ" U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA + : "ὺ" U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA + : "ὺ" U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA + : "ὼ" U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA + : "ὼ" U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾀ" U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾁ" U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾂ" U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾃ" U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾄ" U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾅ" U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾆ" U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾇ" U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾈ" U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾉ" U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾊ" U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾋ" U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾌ" U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾍ" U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾎ" U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾏ" U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾐ" U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾑ" U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾒ" U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾓ" U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾔ" U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾕ" U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾖ" U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾗ" U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾘ" U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾙ" U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾚ" U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾛ" U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾜ" U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾝ" U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾞ" U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾟ" U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾠ" U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾡ" U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾢ" U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾣ" U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾤ" U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾥ" U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾦ" U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾧ" U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾨ" U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾩ" U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾪ" U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾫ" U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾬ" U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾭ" U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾮ" U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾯ" U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾰ" U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾲ" U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI + : "ᾳ" U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI + : "ᾳ" U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾴ" U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI + : "ᾶ" U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI + : "ᾶ" U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ᾷ" U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾰ" U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ὰ" U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA + : "Ὰ" U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA + : "ᾼ" U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI + : "ᾼ" U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI + : "῁" U1FC1 # GREEK DIALYTIKA AND PERISPOMENI + : "῁" U1FC1 # GREEK DIALYTIKA AND PERISPOMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῂ" U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI + : "ῃ" U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI + : "ῃ" U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῄ" U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI + : "ῆ" U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI + : "ῆ" U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῇ" U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ὲ" U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA + : "Ὲ" U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA + : "Ὴ" U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA + : "Ὴ" U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA + : "ῌ" U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI + : "ῌ" U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI + : "῍" U1FCD # GREEK PSILI AND VARIA + : "῍" U1FCD # GREEK PSILI AND VARIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῎" U1FCE # GREEK PSILI AND OXIA + : "῏" U1FCF # GREEK PSILI AND PERISPOMENI + : "῏" U1FCF # GREEK PSILI AND PERISPOMENI + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῐ" U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῒ" U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA + : "ῖ" U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI + : "ῖ" U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "ῗ" U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῐ" U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ὶ" U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA + : "Ὶ" U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA + : "῝" U1FDD # GREEK DASIA AND VARIA + : "῝" U1FDD # GREEK DASIA AND VARIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῞" U1FDE # GREEK DASIA AND OXIA + : "῟" U1FDF # GREEK DASIA AND PERISPOMENI + : "῟" U1FDF # GREEK DASIA AND PERISPOMENI + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῠ" U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῢ" U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA + : "ῤ" U1FE4 # GREEK SMALL LETTER RHO WITH PSILI + : "ῤ" U1FE4 # GREEK SMALL LETTER RHO WITH PSILI + : "ῥ" U1FE5 # GREEK SMALL LETTER RHO WITH DASIA + : "ῥ" U1FE5 # GREEK SMALL LETTER RHO WITH DASIA + : "ῦ" U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI + : "ῦ" U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "ῧ" U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῠ" U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ὺ" U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA + : "Ὺ" U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA + : "Ῥ" U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA + : "Ῥ" U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA + : "῭" U1FED # GREEK DIALYTIKA AND VARIA + : "῭" U1FED # GREEK DIALYTIKA AND VARIA + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῲ" U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI + : "ῳ" U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI + : "ῳ" U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῴ" U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI + : "ῶ" U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI + : "ῶ" U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "ῷ" U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI + : "Ὸ" U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA + : "Ὸ" U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA + : "Ὼ" U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA + : "Ὼ" U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA + : "ῼ" U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI + : "ῼ" U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI + <0> : "⁰" U2070 # SUPERSCRIPT ZERO + <0> : "⁰" U2070 # SUPERSCRIPT ZERO + : "⁰" U2070 # SUPERSCRIPT ZERO + : "⁰" U2070 # SUPERSCRIPT ZERO + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + : "ⁱ" U2071 # SUPERSCRIPT LATIN SMALL LETTER I + <4> : "⁴" U2074 # SUPERSCRIPT FOUR + <4> : "⁴" U2074 # SUPERSCRIPT FOUR + : "⁴" U2074 # SUPERSCRIPT FOUR + : "⁴" U2074 # SUPERSCRIPT FOUR + <5> : "⁵" U2075 # SUPERSCRIPT FIVE + <5> : "⁵" U2075 # SUPERSCRIPT FIVE + : "⁵" U2075 # SUPERSCRIPT FIVE + : "⁵" U2075 # SUPERSCRIPT FIVE + <6> : "⁶" U2076 # SUPERSCRIPT SIX + <6> : "⁶" U2076 # SUPERSCRIPT SIX + : "⁶" U2076 # SUPERSCRIPT SIX + : "⁶" U2076 # SUPERSCRIPT SIX + <7> : "⁷" U2077 # SUPERSCRIPT SEVEN + <7> : "⁷" U2077 # SUPERSCRIPT SEVEN + : "⁷" U2077 # SUPERSCRIPT SEVEN + : "⁷" U2077 # SUPERSCRIPT SEVEN + <8> : "⁸" U2078 # SUPERSCRIPT EIGHT + <8> : "⁸" U2078 # SUPERSCRIPT EIGHT + : "⁸" U2078 # SUPERSCRIPT EIGHT + : "⁸" U2078 # SUPERSCRIPT EIGHT + <9> : "⁹" U2079 # SUPERSCRIPT NINE + <9> : "⁹" U2079 # SUPERSCRIPT NINE + : "⁹" U2079 # SUPERSCRIPT NINE + : "⁹" U2079 # SUPERSCRIPT NINE + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁺" U207A # SUPERSCRIPT PLUS SIGN + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁻" U207B # SUPERSCRIPT MINUS + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁼" U207C # SUPERSCRIPT EQUALS SIGN + : "⁽" U207D # SUPERSCRIPT LEFT PARENTHESIS + : "⁽" U207D # SUPERSCRIPT LEFT PARENTHESIS + : "⁾" U207E # SUPERSCRIPT RIGHT PARENTHESIS + : "⁾" U207E # SUPERSCRIPT RIGHT PARENTHESIS + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + : "ⁿ" U207F # SUPERSCRIPT LATIN SMALL LETTER N + <0> : "₀" U2080 # SUBSCRIPT ZERO + : "₀" U2080 # SUBSCRIPT ZERO + <0> : "₀" U2080 # SUBSCRIPT ZERO + : "₀" U2080 # SUBSCRIPT ZERO + <1> : "₁" U2081 # SUBSCRIPT ONE + : "₁" U2081 # SUBSCRIPT ONE + <1> : "₁" U2081 # SUBSCRIPT ONE + : "₁" U2081 # SUBSCRIPT ONE + <2> : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + <2> : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + : "₂" U2082 # SUBSCRIPT TWO + <3> : "₃" U2083 # SUBSCRIPT THREE + : "₃" U2083 # SUBSCRIPT THREE + <3> : "₃" U2083 # SUBSCRIPT THREE + : "₃" U2083 # SUBSCRIPT THREE + <4> : "₄" U2084 # SUBSCRIPT FOUR + : "₄" U2084 # SUBSCRIPT FOUR + <4> : "₄" U2084 # SUBSCRIPT FOUR + : "₄" U2084 # SUBSCRIPT FOUR + <5> : "₅" U2085 # SUBSCRIPT FIVE + : "₅" U2085 # SUBSCRIPT FIVE + <5> : "₅" U2085 # SUBSCRIPT FIVE + : "₅" U2085 # SUBSCRIPT FIVE + <6> : "₆" U2086 # SUBSCRIPT SIX + : "₆" U2086 # SUBSCRIPT SIX + <6> : "₆" U2086 # SUBSCRIPT SIX + : "₆" U2086 # SUBSCRIPT SIX + <7> : "₇" U2087 # SUBSCRIPT SEVEN + : "₇" U2087 # SUBSCRIPT SEVEN + <7> : "₇" U2087 # SUBSCRIPT SEVEN + : "₇" U2087 # SUBSCRIPT SEVEN + <8> : "₈" U2088 # SUBSCRIPT EIGHT + : "₈" U2088 # SUBSCRIPT EIGHT + <8> : "₈" U2088 # SUBSCRIPT EIGHT + : "₈" U2088 # SUBSCRIPT EIGHT + <9> : "₉" U2089 # SUBSCRIPT NINE + : "₉" U2089 # SUBSCRIPT NINE + <9> : "₉" U2089 # SUBSCRIPT NINE + : "₉" U2089 # SUBSCRIPT NINE + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₋" U208B # SUBSCRIPT MINUS + : "₋" U208B # SUBSCRIPT MINUS + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "℠" U2120 # SERVICE MARK + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + : "™" U2122 # TRADE MARK SIGN + <1> <7> : "⅐" U2150 # VULGAR FRACTION ONE SEVENTH + <1> <9> : "⅑" U2151 # VULGAR FRACTION ONE NINTH + <1> <1> <0> : "⅒" U2152 # VULGAR FRACTION ONE TENTH + <1> <3> : "⅓" U2153 # VULGAR FRACTION ONE THIRD + <2> <3> : "⅔" U2154 # VULGAR FRACTION TWO THIRDS + <1> <5> : "⅕" U2155 # VULGAR FRACTION ONE FIFTH + <2> <5> : "⅖" U2156 # VULGAR FRACTION TWO FIFTHS + <3> <5> : "⅗" U2157 # VULGAR FRACTION THREE FIFTHS + <4> <5> : "⅘" U2158 # VULGAR FRACTION FOUR FIFTHS + <1> <6> : "⅙" U2159 # VULGAR FRACTION ONE SIXTH + <5> <6> : "⅚" U215A # VULGAR FRACTION FIVE SIXTHS + <1> <8> : "⅛" U215B # VULGAR FRACTION ONE EIGHTH + <3> <8> : "⅜" U215C # VULGAR FRACTION THREE EIGHTHS + <5> <8> : "⅝" U215D # VULGAR FRACTION FIVE EIGHTHS + <7> <8> : "⅞" U215E # VULGAR FRACTION SEVEN EIGHTHS + <0> <3> : "↉" U2189 # VULGAR FRACTION ZERO THIRDS + : "↚" U219A # LEFTWARDS ARROW WITH STROKE + : "↚" U219A # LEFTWARDS ARROW WITH STROKE + : "↛" U219B # RIGHTWARDS ARROW WITH STROKE + : "↛" U219B # RIGHTWARDS ARROW WITH STROKE + : "↮" U21AE # LEFT RIGHT ARROW WITH STROKE + : "↮" U21AE # LEFT RIGHT ARROW WITH STROKE + : "←" U2190 # LEFTWARDS ARROW + : "↑" U2191 # UPWARDS ARROW + : "↑" U2191 # UPWARDS ARROW + : "→" U2192 # RIGHTWARDS ARROW + : "↓" U2193 # DOWNWARDS ARROW + : "↓" U2193 # DOWNWARDS ARROW + : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW + : "∄" U2204 # THERE DOES NOT EXIST + : "∅" U2205 # EMPTY SET + : "∉" U2209 # NOT AN ELEMENT OF + : "∌" U220C # DOES NOT CONTAIN AS MEMBER + : "∤" U2224 # DOES NOT DIVIDE + : "∦" U2226 # NOT PARALLEL TO + : "≁" U2241 # NOT TILDE + : "≄" U2244 # NOT ASYMPTOTICALLY EQUAL TO + : "≇" U2247 # NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO + : "≉" U2249 # NOT ALMOST EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≠" U2260 # NOT EQUAL TO + : "≢" U2262 # NOT IDENTICAL TO + : "≤" U2264 # LESS-THAN OR EQUAL TO + : "≥" U2265 # GREATER-THAN OR EQUAL TO + : "≭" U226D # NOT EQUIVALENT TO + : "≮" U226E # NOT LESS-THAN + : "≮" U226E # NOT LESS-THAN + : "≯" U226F # NOT GREATER-THAN + : "≯" U226F # NOT GREATER-THAN + : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO + : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO + : "≴" U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO + : "≵" U2275 # NEITHER GREATER-THAN NOR EQUIVALENT TO + : "≸" U2278 # NEITHER LESS-THAN NOR GREATER-THAN + : "≹" U2279 # NEITHER GREATER-THAN NOR LESS-THAN + : "⊀" U2280 # DOES NOT PRECEDE + : "⊁" U2281 # DOES NOT SUCCEED + : "⊄" U2284 # NOT A SUBSET OF + : "⊄" U2284 # NOT A SUBSET OF + : "⊅" U2285 # NOT A SUPERSET OF + : "⊅" U2285 # NOT A SUPERSET OF + : "⊈" U2288 # NEITHER A SUBSET OF NOR EQUAL TO + : "⊉" U2289 # NEITHER A SUPERSET OF NOR EQUAL TO + : "⊬" U22AC # DOES NOT PROVE + : "⊭" U22AD # NOT TRUE + : "⊮" U22AE # DOES NOT FORCE + : "⊯" U22AF # NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE + : "⋠" U22E0 # DOES NOT PRECEDE OR EQUAL + : "⋡" U22E1 # DOES NOT SUCCEED OR EQUAL + : "⋢" U22E2 # NOT SQUARE IMAGE OF OR EQUAL TO + : "⋣" U22E3 # NOT SQUARE ORIGINAL OF OR EQUAL TO + : "⋪" U22EA # NOT NORMAL SUBGROUP OF + : "⋫" U22EB # DOES NOT CONTAIN AS NORMAL SUBGROUP + : "⋬" U22EC # NOT NORMAL SUBGROUP OF OR EQUAL TO + : "⋭" U22ED # DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL + : "⌀" U2300 # DIAMETER SIGN + <1> : "①" U2460 # CIRCLED DIGIT ONE + : "①" U2460 # CIRCLED DIGIT ONE + <2> : "②" U2461 # CIRCLED DIGIT TWO + : "②" U2461 # CIRCLED DIGIT TWO + : "②" U2461 # CIRCLED DIGIT TWO + <3> : "③" U2462 # CIRCLED DIGIT THREE + : "③" U2462 # CIRCLED DIGIT THREE + <4> : "④" U2463 # CIRCLED DIGIT FOUR + : "④" U2463 # CIRCLED DIGIT FOUR + <5> : "⑤" U2464 # CIRCLED DIGIT FIVE + : "⑤" U2464 # CIRCLED DIGIT FIVE + <6> : "⑥" U2465 # CIRCLED DIGIT SIX + : "⑥" U2465 # CIRCLED DIGIT SIX + <7> : "⑦" U2466 # CIRCLED DIGIT SEVEN + : "⑦" U2466 # CIRCLED DIGIT SEVEN + <8> : "⑧" U2467 # CIRCLED DIGIT EIGHT + : "⑧" U2467 # CIRCLED DIGIT EIGHT + <9> : "⑨" U2468 # CIRCLED DIGIT NINE + : "⑨" U2468 # CIRCLED DIGIT NINE + <1> <0> : "⑩" U2469 # CIRCLED NUMBER TEN + <1> : "⑩" U2469 # CIRCLED NUMBER TEN + <0> : "⑩" U2469 # CIRCLED NUMBER TEN + : "⑩" U2469 # CIRCLED NUMBER TEN + <1> <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> : "⑪" U246A # CIRCLED NUMBER ELEVEN + : "⑪" U246A # CIRCLED NUMBER ELEVEN + <1> <2> : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> : "⑫" U246B # CIRCLED NUMBER TWELVE + <2> : "⑫" U246B # CIRCLED NUMBER TWELVE + : "⑫" U246B # CIRCLED NUMBER TWELVE + : "⑫" U246B # CIRCLED NUMBER TWELVE + <1> <3> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <1> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <3> : "⑬" U246C # CIRCLED NUMBER THIRTEEN + : "⑬" U246C # CIRCLED NUMBER THIRTEEN + <1> <4> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <1> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <4> : "⑭" U246D # CIRCLED NUMBER FOURTEEN + : "⑭" U246D # CIRCLED NUMBER FOURTEEN + <1> <5> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <1> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <5> : "⑮" U246E # CIRCLED NUMBER FIFTEEN + : "⑮" U246E # CIRCLED NUMBER FIFTEEN + <1> <6> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <1> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <6> : "⑯" U246F # CIRCLED NUMBER SIXTEEN + : "⑯" U246F # CIRCLED NUMBER SIXTEEN + <1> <7> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <1> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <7> : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + : "⑰" U2470 # CIRCLED NUMBER SEVENTEEN + <1> <8> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <1> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <8> : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + : "⑱" U2471 # CIRCLED NUMBER EIGHTEEN + <1> <9> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <1> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <9> : "⑲" U2472 # CIRCLED NUMBER NINETEEN + : "⑲" U2472 # CIRCLED NUMBER NINETEEN + <2> <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + <2> : "⑳" U2473 # CIRCLED NUMBER TWENTY + <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "⑳" U2473 # CIRCLED NUMBER TWENTY + <0> : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "⑳" U2473 # CIRCLED NUMBER TWENTY + : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A + : "Ⓑ" U24B7 # CIRCLED LATIN CAPITAL LETTER B + : "Ⓒ" U24B8 # CIRCLED LATIN CAPITAL LETTER C + : "Ⓓ" U24B9 # CIRCLED LATIN CAPITAL LETTER D + : "Ⓔ" U24BA # CIRCLED LATIN CAPITAL LETTER E + : "Ⓕ" U24BB # CIRCLED LATIN CAPITAL LETTER F + : "Ⓖ" U24BC # CIRCLED LATIN CAPITAL LETTER G + : "Ⓗ" U24BD # CIRCLED LATIN CAPITAL LETTER H + : "Ⓘ" U24BE # CIRCLED LATIN CAPITAL LETTER I + : "Ⓙ" U24BF # CIRCLED LATIN CAPITAL LETTER J + : "Ⓚ" U24C0 # CIRCLED LATIN CAPITAL LETTER K + : "Ⓛ" U24C1 # CIRCLED LATIN CAPITAL LETTER L + : "Ⓜ" U24C2 # CIRCLED LATIN CAPITAL LETTER M + : "Ⓝ" U24C3 # CIRCLED LATIN CAPITAL LETTER N + : "Ⓞ" U24C4 # CIRCLED LATIN CAPITAL LETTER O +

: "Ⓟ" U24C5 # CIRCLED LATIN CAPITAL LETTER P + : "Ⓠ" U24C6 # CIRCLED LATIN CAPITAL LETTER Q + : "Ⓡ" U24C7 # CIRCLED LATIN CAPITAL LETTER R + : "Ⓢ" U24C8 # CIRCLED LATIN CAPITAL LETTER S + : "Ⓣ" U24C9 # CIRCLED LATIN CAPITAL LETTER T + : "Ⓤ" U24CA # CIRCLED LATIN CAPITAL LETTER U + : "Ⓥ" U24CB # CIRCLED LATIN CAPITAL LETTER V + : "Ⓦ" U24CC # CIRCLED LATIN CAPITAL LETTER W + : "Ⓧ" U24CD # CIRCLED LATIN CAPITAL LETTER X + : "Ⓨ" U24CE # CIRCLED LATIN CAPITAL LETTER Y + : "Ⓩ" U24CF # CIRCLED LATIN CAPITAL LETTER Z + : "ⓐ" U24D0 # CIRCLED LATIN SMALL LETTER A + : "ⓑ" U24D1 # CIRCLED LATIN SMALL LETTER B + : "ⓒ" U24D2 # CIRCLED LATIN SMALL LETTER C + : "ⓓ" U24D3 # CIRCLED LATIN SMALL LETTER D + : "ⓔ" U24D4 # CIRCLED LATIN SMALL LETTER E + : "ⓕ" U24D5 # CIRCLED LATIN SMALL LETTER F + : "ⓖ" U24D6 # CIRCLED LATIN SMALL LETTER G + : "ⓗ" U24D7 # CIRCLED LATIN SMALL LETTER H + : "ⓘ" U24D8 # CIRCLED LATIN SMALL LETTER I + : "ⓙ" U24D9 # CIRCLED LATIN SMALL LETTER J + : "ⓚ" U24DA # CIRCLED LATIN SMALL LETTER K + : "ⓛ" U24DB # CIRCLED LATIN SMALL LETTER L + : "ⓜ" U24DC # CIRCLED LATIN SMALL LETTER M + : "ⓝ" U24DD # CIRCLED LATIN SMALL LETTER N + : "ⓞ" U24DE # CIRCLED LATIN SMALL LETTER O +

: "ⓟ" U24DF # CIRCLED LATIN SMALL LETTER P + : "ⓠ" U24E0 # CIRCLED LATIN SMALL LETTER Q + : "ⓡ" U24E1 # CIRCLED LATIN SMALL LETTER R + : "ⓢ" U24E2 # CIRCLED LATIN SMALL LETTER S + : "ⓣ" U24E3 # CIRCLED LATIN SMALL LETTER T + : "ⓤ" U24E4 # CIRCLED LATIN SMALL LETTER U + : "ⓥ" U24E5 # CIRCLED LATIN SMALL LETTER V + : "ⓦ" U24E6 # CIRCLED LATIN SMALL LETTER W + : "ⓧ" U24E7 # CIRCLED LATIN SMALL LETTER X + : "ⓨ" U24E8 # CIRCLED LATIN SMALL LETTER Y + : "ⓩ" U24E9 # CIRCLED LATIN SMALL LETTER Z + <0> : "⓪" U24EA # CIRCLED DIGIT ZERO + : "⓪" U24EA # CIRCLED DIGIT ZERO + : "⨥" U2A25 # PLUS SIGN WITH DOT BELOW + : "⨦" U2A26 # PLUS SIGN WITH TILDE BELOW + : "⨪" U2A2A # MINUS SIGN WITH DOT BELOW + : "⩦" U2A66 # EQUALS SIGN WITH DOT BELOW + : "⩷" U2A77 # EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW + : "⩷" U2A77 # EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW + : "⫝̸" U2ADC # FORKING + : "⫰" U2AF0 # VERTICAL LINE WITH CIRCLE BELOW + : "が" U304C # HIRAGANA LETTER GA + : "ぎ" U304E # HIRAGANA LETTER GI + : "ぐ" U3050 # HIRAGANA LETTER GU + : "げ" U3052 # HIRAGANA LETTER GE + : "ご" U3054 # HIRAGANA LETTER GO + : "ざ" U3056 # HIRAGANA LETTER ZA + : "じ" U3058 # HIRAGANA LETTER ZI + : "ず" U305A # HIRAGANA LETTER ZU + : "ぜ" U305C # HIRAGANA LETTER ZE + : "ぞ" U305E # HIRAGANA LETTER ZO + : "だ" U3060 # HIRAGANA LETTER DA + : "ぢ" U3062 # HIRAGANA LETTER DI + : "づ" U3065 # HIRAGANA LETTER DU + : "で" U3067 # HIRAGANA LETTER DE + : "ど" U3069 # HIRAGANA LETTER DO + : "ば" U3070 # HIRAGANA LETTER BA + : "ぱ" U3071 # HIRAGANA LETTER PA + : "び" U3073 # HIRAGANA LETTER BI + : "ぴ" U3074 # HIRAGANA LETTER PI + : "ぶ" U3076 # HIRAGANA LETTER BU + : "ぷ" U3077 # HIRAGANA LETTER PU + : "べ" U3079 # HIRAGANA LETTER BE + : "ぺ" U307A # HIRAGANA LETTER PE + : "ぼ" U307C # HIRAGANA LETTER BO + : "ぽ" U307D # HIRAGANA LETTER PO + : "ゔ" U3094 # HIRAGANA LETTER VU + : "ゞ" U309E # HIRAGANA VOICED ITERATION MARK + : "ガ" U30AC # KATAKANA LETTER GA + : "ギ" U30AE # KATAKANA LETTER GI + : "グ" U30B0 # KATAKANA LETTER GU + : "ゲ" U30B2 # KATAKANA LETTER GE + : "ゴ" U30B4 # KATAKANA LETTER GO + : "ザ" U30B6 # KATAKANA LETTER ZA + : "ジ" U30B8 # KATAKANA LETTER ZI + : "ズ" U30BA # KATAKANA LETTER ZU + : "ゼ" U30BC # KATAKANA LETTER ZE + : "ゾ" U30BE # KATAKANA LETTER ZO + : "ダ" U30C0 # KATAKANA LETTER DA + : "ヂ" U30C2 # KATAKANA LETTER DI + : "ヅ" U30C5 # KATAKANA LETTER DU + : "デ" U30C7 # KATAKANA LETTER DE + : "ド" U30C9 # KATAKANA LETTER DO + : "バ" U30D0 # KATAKANA LETTER BA + : "パ" U30D1 # KATAKANA LETTER PA + : "ビ" U30D3 # KATAKANA LETTER BI + : "ピ" U30D4 # KATAKANA LETTER PI + : "ブ" U30D6 # KATAKANA LETTER BU + : "プ" U30D7 # KATAKANA LETTER PU + : "ベ" U30D9 # KATAKANA LETTER BE + : "ペ" U30DA # KATAKANA LETTER PE + : "ボ" U30DC # KATAKANA LETTER BO + : "ポ" U30DD # KATAKANA LETTER PO + : "ヴ" U30F4 # KATAKANA LETTER VU + : "ヷ" U30F7 # KATAKANA LETTER VA + : "ヸ" U30F8 # KATAKANA LETTER VI + : "ヹ" U30F9 # KATAKANA LETTER VE + : "ヺ" U30FA # KATAKANA LETTER VO + : "ヾ" U30FE # KATAKANA VOICED ITERATION MARK + : "㆒" U3192 # IDEOGRAPHIC ANNOTATION ONE MARK + : "㆒" U3192 # IDEOGRAPHIC ANNOTATION ONE MARK + : "㆓" U3193 # IDEOGRAPHIC ANNOTATION TWO MARK + : "㆓" U3193 # IDEOGRAPHIC ANNOTATION TWO MARK + : "㆔" U3194 # IDEOGRAPHIC ANNOTATION THREE MARK + : "㆔" U3194 # IDEOGRAPHIC ANNOTATION THREE MARK + : "㆕" U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK + : "㆕" U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK + : "㆖" U3196 # IDEOGRAPHIC ANNOTATION TOP MARK + : "㆖" U3196 # IDEOGRAPHIC ANNOTATION TOP MARK + : "㆗" U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK + : "㆗" U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK + : "㆘" U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK + : "㆘" U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK + : "㆙" U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK + : "㆙" U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK + : "㆚" U319A # IDEOGRAPHIC ANNOTATION SECOND MARK + : "㆚" U319A # IDEOGRAPHIC ANNOTATION SECOND MARK + : "㆛" U319B # IDEOGRAPHIC ANNOTATION THIRD MARK + : "㆛" U319B # IDEOGRAPHIC ANNOTATION THIRD MARK + : "㆜" U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK + : "㆜" U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK + : "㆝" U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK + : "㆝" U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK + : "㆞" U319E # IDEOGRAPHIC ANNOTATION EARTH MARK + : "㆞" U319E # IDEOGRAPHIC ANNOTATION EARTH MARK + : "㆟" U319F # IDEOGRAPHIC ANNOTATION MAN MARK + : "㆟" U319F # IDEOGRAPHIC ANNOTATION MAN MARK + <2> <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <2> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <1> : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + : "㉑" U3251 # CIRCLED NUMBER TWENTY ONE + <2> <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + : "㉒" U3252 # CIRCLED NUMBER TWENTY TWO + <2> <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <2> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <3> : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + : "㉓" U3253 # CIRCLED NUMBER TWENTY THREE + <2> <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <2> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <4> : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + : "㉔" U3254 # CIRCLED NUMBER TWENTY FOUR + <2> <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <2> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <5> : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + : "㉕" U3255 # CIRCLED NUMBER TWENTY FIVE + <2> <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <2> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <6> : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + : "㉖" U3256 # CIRCLED NUMBER TWENTY SIX + <2> <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <2> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <7> : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + : "㉗" U3257 # CIRCLED NUMBER TWENTY SEVEN + <2> <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <2> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <8> : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + : "㉘" U3258 # CIRCLED NUMBER TWENTY EIGHT + <2> <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <2> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <9> : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + : "㉙" U3259 # CIRCLED NUMBER TWENTY NINE + <3> <0> : "㉚" U325A # CIRCLED NUMBER THIRTY + <3> : "㉚" U325A # CIRCLED NUMBER THIRTY + <0> : "㉚" U325A # CIRCLED NUMBER THIRTY + : "㉚" U325A # CIRCLED NUMBER THIRTY + <3> <1> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <3> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <1> : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + : "㉛" U325B # CIRCLED NUMBER THIRTY ONE + <3> <2> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <2> : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + : "㉜" U325C # CIRCLED NUMBER THIRTY TWO + <3> <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + : "㉝" U325D # CIRCLED NUMBER THIRTY THREE + <3> <4> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <3> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <4> : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + : "㉞" U325E # CIRCLED NUMBER THIRTY FOUR + <3> <5> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + <3> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + <5> : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + : "㉟" U325F # CIRCLED NUMBER THIRTY FIVE + : "㉠" U3260 # CIRCLED HANGUL KIYEOK + : "㉡" U3261 # CIRCLED HANGUL NIEUN + : "㉢" U3262 # CIRCLED HANGUL TIKEUT + : "㉣" U3263 # CIRCLED HANGUL RIEUL + : "㉤" U3264 # CIRCLED HANGUL MIEUM + : "㉥" U3265 # CIRCLED HANGUL PIEUP + : "㉦" U3266 # CIRCLED HANGUL SIOS + : "㉧" U3267 # CIRCLED HANGUL IEUNG + : "㉨" U3268 # CIRCLED HANGUL CIEUC + : "㉩" U3269 # CIRCLED HANGUL CHIEUCH + : "㉪" U326A # CIRCLED HANGUL KHIEUKH + : "㉫" U326B # CIRCLED HANGUL THIEUTH + : "㉬" U326C # CIRCLED HANGUL PHIEUPH + : "㉭" U326D # CIRCLED HANGUL HIEUH + : "㉮" U326E # CIRCLED HANGUL KIYEOK A + : "㉯" U326F # CIRCLED HANGUL NIEUN A + : "㉰" U3270 # CIRCLED HANGUL TIKEUT A + : "㉱" U3271 # CIRCLED HANGUL RIEUL A + : "㉲" U3272 # CIRCLED HANGUL MIEUM A + : "㉳" U3273 # CIRCLED HANGUL PIEUP A + : "㉴" U3274 # CIRCLED HANGUL SIOS A + : "㉵" U3275 # CIRCLED HANGUL IEUNG A + : "㉶" U3276 # CIRCLED HANGUL CIEUC A + : "㉷" U3277 # CIRCLED HANGUL CHIEUCH A + : "㉸" U3278 # CIRCLED HANGUL KHIEUKH A + : "㉹" U3279 # CIRCLED HANGUL THIEUTH A + : "㉺" U327A # CIRCLED HANGUL PHIEUPH A + : "㉻" U327B # CIRCLED HANGUL HIEUH A + : "㊀" U3280 # CIRCLED IDEOGRAPH ONE + : "㊁" U3281 # CIRCLED IDEOGRAPH TWO + : "㊂" U3282 # CIRCLED IDEOGRAPH THREE + : "㊃" U3283 # CIRCLED IDEOGRAPH FOUR + : "㊄" U3284 # CIRCLED IDEOGRAPH FIVE + : "㊅" U3285 # CIRCLED IDEOGRAPH SIX + : "㊆" U3286 # CIRCLED IDEOGRAPH SEVEN + : "㊇" U3287 # CIRCLED IDEOGRAPH EIGHT + : "㊈" U3288 # CIRCLED IDEOGRAPH NINE + : "㊉" U3289 # CIRCLED IDEOGRAPH TEN + : "㊊" U328A # CIRCLED IDEOGRAPH MOON + : "㊋" U328B # CIRCLED IDEOGRAPH FIRE + : "㊌" U328C # CIRCLED IDEOGRAPH WATER + : "㊍" U328D # CIRCLED IDEOGRAPH WOOD + : "㊎" U328E # CIRCLED IDEOGRAPH METAL + : "㊏" U328F # CIRCLED IDEOGRAPH EARTH + : "㊐" U3290 # CIRCLED IDEOGRAPH SUN + : "㊑" U3291 # CIRCLED IDEOGRAPH STOCK + : "㊒" U3292 # CIRCLED IDEOGRAPH HAVE + : "㊓" U3293 # CIRCLED IDEOGRAPH SOCIETY + : "㊔" U3294 # CIRCLED IDEOGRAPH NAME + : "㊕" U3295 # CIRCLED IDEOGRAPH SPECIAL + : "㊖" U3296 # CIRCLED IDEOGRAPH FINANCIAL + : "㊗" U3297 # CIRCLED IDEOGRAPH CONGRATULATION + : "㊘" U3298 # CIRCLED IDEOGRAPH LABOR + : "㊙" U3299 # CIRCLED IDEOGRAPH SECRET + : "㊚" U329A # CIRCLED IDEOGRAPH MALE + : "㊛" U329B # CIRCLED IDEOGRAPH FEMALE + : "㊜" U329C # CIRCLED IDEOGRAPH SUITABLE + : "㊝" U329D # CIRCLED IDEOGRAPH EXCELLENT + : "㊞" U329E # CIRCLED IDEOGRAPH PRINT + : "㊟" U329F # CIRCLED IDEOGRAPH ATTENTION + : "㊠" U32A0 # CIRCLED IDEOGRAPH ITEM + : "㊡" U32A1 # CIRCLED IDEOGRAPH REST + : "㊢" U32A2 # CIRCLED IDEOGRAPH COPY + : "㊣" U32A3 # CIRCLED IDEOGRAPH CORRECT + : "㊤" U32A4 # CIRCLED IDEOGRAPH HIGH + : "㊥" U32A5 # CIRCLED IDEOGRAPH CENTRE + : "㊦" U32A6 # CIRCLED IDEOGRAPH LOW + : "㊧" U32A7 # CIRCLED IDEOGRAPH LEFT + : "㊨" U32A8 # CIRCLED IDEOGRAPH RIGHT + : "㊩" U32A9 # CIRCLED IDEOGRAPH MEDICINE + : "㊪" U32AA # CIRCLED IDEOGRAPH RELIGION + : "㊫" U32AB # CIRCLED IDEOGRAPH STUDY + : "㊬" U32AC # CIRCLED IDEOGRAPH SUPERVISE + : "㊭" U32AD # CIRCLED IDEOGRAPH ENTERPRISE + : "㊮" U32AE # CIRCLED IDEOGRAPH RESOURCE + : "㊯" U32AF # CIRCLED IDEOGRAPH ALLIANCE + : "㊰" U32B0 # CIRCLED IDEOGRAPH NIGHT + <3> <6> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <3> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <6> : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + : "㊱" U32B1 # CIRCLED NUMBER THIRTY SIX + <3> <7> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <3> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <7> : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + : "㊲" U32B2 # CIRCLED NUMBER THIRTY SEVEN + <3> <8> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <3> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <8> : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + : "㊳" U32B3 # CIRCLED NUMBER THIRTY EIGHT + <3> <9> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <3> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <9> : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + : "㊴" U32B4 # CIRCLED NUMBER THIRTY NINE + <4> <0> : "㊵" U32B5 # CIRCLED NUMBER FORTY + <4> : "㊵" U32B5 # CIRCLED NUMBER FORTY + <0> : "㊵" U32B5 # CIRCLED NUMBER FORTY + : "㊵" U32B5 # CIRCLED NUMBER FORTY + <4> <1> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <4> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <1> : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + : "㊶" U32B6 # CIRCLED NUMBER FORTY ONE + <4> <2> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <2> : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + : "㊷" U32B7 # CIRCLED NUMBER FORTY TWO + <4> <3> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <4> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <3> : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + : "㊸" U32B8 # CIRCLED NUMBER FORTY THREE + <4> <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + : "㊹" U32B9 # CIRCLED NUMBER FORTY FOUR + <4> <5> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <4> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <5> : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + : "㊺" U32BA # CIRCLED NUMBER FORTY FIVE + <4> <6> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <4> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <6> : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + : "㊻" U32BB # CIRCLED NUMBER FORTY SIX + <4> <7> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <4> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <7> : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + : "㊼" U32BC # CIRCLED NUMBER FORTY SEVEN + <4> <8> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <4> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <8> : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + : "㊽" U32BD # CIRCLED NUMBER FORTY EIGHT + <4> <9> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <4> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <9> : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + : "㊾" U32BE # CIRCLED NUMBER FORTY NINE + <5> <0> : "㊿" U32BF # CIRCLED NUMBER FIFTY + <5> : "㊿" U32BF # CIRCLED NUMBER FIFTY + <0> : "㊿" U32BF # CIRCLED NUMBER FIFTY + : "㊿" U32BF # CIRCLED NUMBER FIFTY + : "㋐" U32D0 # CIRCLED KATAKANA A + : "㋑" U32D1 # CIRCLED KATAKANA I + : "㋒" U32D2 # CIRCLED KATAKANA U + : "㋓" U32D3 # CIRCLED KATAKANA E + : "㋔" U32D4 # CIRCLED KATAKANA O + : "㋕" U32D5 # CIRCLED KATAKANA KA + : "㋖" U32D6 # CIRCLED KATAKANA KI + : "㋗" U32D7 # CIRCLED KATAKANA KU + : "㋘" U32D8 # CIRCLED KATAKANA KE + : "㋙" U32D9 # CIRCLED KATAKANA KO + : "㋚" U32DA # CIRCLED KATAKANA SA + : "㋛" U32DB # CIRCLED KATAKANA SI + : "㋜" U32DC # CIRCLED KATAKANA SU + : "㋝" U32DD # CIRCLED KATAKANA SE + : "㋞" U32DE # CIRCLED KATAKANA SO + : "㋟" U32DF # CIRCLED KATAKANA TA + : "㋠" U32E0 # CIRCLED KATAKANA TI + : "㋡" U32E1 # CIRCLED KATAKANA TU + : "㋢" U32E2 # CIRCLED KATAKANA TE + : "㋣" U32E3 # CIRCLED KATAKANA TO + : "㋤" U32E4 # CIRCLED KATAKANA NA + : "㋥" U32E5 # CIRCLED KATAKANA NI + : "㋦" U32E6 # CIRCLED KATAKANA NU + : "㋧" U32E7 # CIRCLED KATAKANA NE + : "㋨" U32E8 # CIRCLED KATAKANA NO + : "㋩" U32E9 # CIRCLED KATAKANA HA + : "㋪" U32EA # CIRCLED KATAKANA HI + : "㋫" U32EB # CIRCLED KATAKANA HU + : "㋬" U32EC # CIRCLED KATAKANA HE + : "㋭" U32ED # CIRCLED KATAKANA HO + : "㋮" U32EE # CIRCLED KATAKANA MA + : "㋯" U32EF # CIRCLED KATAKANA MI + : "㋰" U32F0 # CIRCLED KATAKANA MU + : "㋱" U32F1 # CIRCLED KATAKANA ME + : "㋲" U32F2 # CIRCLED KATAKANA MO + : "㋳" U32F3 # CIRCLED KATAKANA YA + : "㋴" U32F4 # CIRCLED KATAKANA YU + : "㋵" U32F5 # CIRCLED KATAKANA YO + : "㋶" U32F6 # CIRCLED KATAKANA RA + : "㋷" U32F7 # CIRCLED KATAKANA RI + : "㋸" U32F8 # CIRCLED KATAKANA RU + : "㋹" U32F9 # CIRCLED KATAKANA RE + : "㋺" U32FA # CIRCLED KATAKANA RO + : "㋻" U32FB # CIRCLED KATAKANA WA + : "㋼" U32FC # CIRCLED KATAKANA WI + : "㋽" U32FD # CIRCLED KATAKANA WE + : "㋾" U32FE # CIRCLED KATAKANA WO + +XCOMM +XCOMM Hebrew letters with accents +XCOMM + + : "יִ" UFB1D # HEBREW LETTER YOD WITH HIRIQ + : "ײַ" UFB1F # HEBREW LIGATURE YIDDISH YOD YOD PATAH + : "שׁ" UFB2A # HEBREW LETTER SHIN WITH SHIN DOT + : "שׂ" UFB2B # HEBREW LETTER SHIN WITH SIN DOT + : "שּׁ" UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT + : "שּׁ" UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT + : "שּׂ" UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT + : "שּׂ" UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT + : "אַ" UFB2E # HEBREW LETTER ALEF WITH PATAH + : "אָ" UFB2F # HEBREW LETTER ALEF WITH QAMATS + : "אּ" UFB30 # HEBREW LETTER ALEF WITH MAPIQ + : "בּ" UFB31 # HEBREW LETTER BET WITH DAGESH + : "בּ" UFB31 # HEBREW LETTER BET WITH DAGESH + : "גּ" UFB32 # HEBREW LETTER GIMEL WITH DAGESH + : "גּ" UFB32 # HEBREW LETTER GIMEL WITH DAGESH + : "דּ" UFB33 # HEBREW LETTER DALET WITH DAGESH + : "דּ" UFB33 # HEBREW LETTER DALET WITH DAGESH + : "הּ" UFB34 # HEBREW LETTER HE WITH MAPIQ + : "וּ" UFB35 # HEBREW LETTER VAV WITH DAGESH + : "זּ" UFB36 # HEBREW LETTER ZAYIN WITH DAGESH + : "זּ" UFB36 # HEBREW LETTER ZAYIN WITH DAGESH + : "טּ" UFB38 # HEBREW LETTER TET WITH DAGESH + : "טּ" UFB38 # HEBREW LETTER TET WITH DAGESH + : "יּ" UFB39 # HEBREW LETTER YOD WITH DAGESH + : "ךּ" UFB3A # HEBREW LETTER FINAL KAF WITH DAGESH + : "כּ" UFB3B # HEBREW LETTER KAF WITH DAGESH + : "לּ" UFB3C # HEBREW LETTER LAMED WITH DAGESH + : "מּ" UFB3E # HEBREW LETTER MEM WITH DAGESH + : "נּ" UFB40 # HEBREW LETTER NUN WITH DAGESH + : "סּ" UFB41 # HEBREW LETTER SAMEKH WITH DAGESH + : "סּ" UFB41 # HEBREW LETTER SAMEKH WITH DAGESH + : "ףּ" UFB43 # HEBREW LETTER FINAL PE WITH DAGESH + : "פּ" UFB44 # HEBREW LETTER PE WITH DAGESH + : "צּ" UFB46 # HEBREW LETTER TSADI WITH DAGESH + : "צּ" UFB46 # HEBREW LETTER TSADI WITH DAGESH + : "קּ" UFB47 # HEBREW LETTER QOF WITH DAGESH + : "קּ" UFB47 # HEBREW LETTER QOF WITH DAGESH + : "רּ" UFB48 # HEBREW LETTER RESH WITH DAGESH + : "שּ" UFB49 # HEBREW LETTER SHIN WITH DAGESH + : "תּ" UFB4A # HEBREW LETTER TAV WITH DAGESH + : "תּ" UFB4A # HEBREW LETTER TAV WITH DAGESH + : "וֹ" UFB4B # HEBREW LETTER VAV WITH HOLAM + : "בֿ" UFB4C # HEBREW LETTER BET WITH RAFE + : "בֿ" UFB4C # HEBREW LETTER BET WITH RAFE + : "כֿ" UFB4D # HEBREW LETTER KAF WITH RAFE + : "פֿ" UFB4E # HEBREW LETTER PE WITH RAFE + : "𝅗𝅥" U1D15E # MUSICAL SYMBOL HALF NOTE + : "𝅘𝅥" U1D15F # MUSICAL SYMBOL QUARTER NOTE + : "𝅘𝅥𝅮" U1D160 # MUSICAL SYMBOL EIGHTH NOTE +/* : "𝅘𝅥𝅮" U1D160 # MUSICAL SYMBOL EIGHTH NOTE */ + : "𝅘𝅥𝅯" U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE +/* : "𝅘𝅥𝅯" U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE */ + : "𝅘𝅥𝅰" U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE +/* : "𝅘𝅥𝅰" U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE */ + : "𝅘𝅥𝅱" U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE +/* : "𝅘𝅥𝅱" U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE */ + : "𝅘𝅥𝅲" U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE +/* : "𝅘𝅥𝅲" U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE */ + : "𝆹𝅥" U1D1BB # MUSICAL SYMBOL MINIMA + : "𝆺𝅥" U1D1BC # MUSICAL SYMBOL MINIMA BLACK + : "𝆹𝅥𝅮" U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE +/* : "𝆹𝅥𝅮" U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE */ + : "𝆺𝅥𝅮" U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK +/* : "𝆺𝅥𝅮" U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK */ + : "𝆹𝅥𝅯" U1D1BF # MUSICAL SYMBOL FUSA WHITE +/* : "𝆹𝅥𝅯" U1D1BF # MUSICAL SYMBOL FUSA WHITE */ + : "𝆺𝅥𝅯" U1D1C0 # MUSICAL SYMBOL FUSA BLACK +/* : "𝆺𝅥𝅯" U1D1C0 # MUSICAL SYMBOL FUSA BLACK */ + +XCOMM +XCOMM Khmer digraphs +XCOMM + + : "ាំ" + : "ោះ" + : "េះ" + : "ុំ" + : "ុះ" + +XCOMM +XCOMM Arabic Lam-Alef ligatures +XCOMM + + : "لا" # ARABIC LIGATURE LAM WITH ALEF + : "لأ" # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE + : "لإ" # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW + : "لآ" # ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE + +XCOMM +XCOMM French-Dvorak Bépo compositions +XCOMM + + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "ȷ" U0237 # LATIN SMALL LETTER DOTLESS J + : "Ŀ" U013F # LATIN CAPITAL LETTER L WITH MIDDLE DOT + : "ŀ" U0140 # LATIN SMALL LETTER L WITH MIDDLE DOT + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "̇" U0307 # COMBINING DOT ABOVE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "́" U0301 # COMBINING ACUTE ACCENT + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "̣" U0323 # COMBINING DOT BELOW + : "̣" U0323 # COMBINING DOT BELOW + : "̣" U0323 # COMBINING DOT BELOW + : "Ắ" Abreveacute # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "Ằ" Abrevegrave # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "Ẳ" Abrevehook # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" Abrevetilde # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ắ" abreveacute # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "ằ" abrevegrave # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "ẳ" abrevehook # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "ẵ" abrevetilde # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "̆" U0306 # COMBINING BREVE + : "₍" U208D # SUBSCRIPT LEFT PARENTHESIS + : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS + : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₋" U208B # SUBSCRIPT MINUS + <0> : "₀" zerosubscript # SUBSCRIPT ZERO + <1> : "₁" onesubscript # SUBSCRIPT ONE + <2> : "₂" twosubscript # SUBSCRIPT TWO + <3> : "₃" threesubscript # SUBSCRIPT THREE + <4> : "₄" foursubscript # SUBSCRIPT FOUR + <5> : "₅" fivesubscript # SUBSCRIPT FIVE + <6> : "₆" sixsubscript # SUBSCRIPT SIX + <7> : "₇" sevensubscript # SUBSCRIPT SEVEN + <8> : "₈" eightsubscript # SUBSCRIPT EIGHT + <9> : "₉" ninesubscript # SUBSCRIPT NINE + : "₌" U208C # SUBSCRIPT EQUALS SIGN + : "Dž" U01C5 # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "̌" U030C # COMBINING CARON + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "₵" U20B5 # CEDI SIGN + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "₵" U20B5 # CEDI SIGN + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "̧" U0327 # COMBINING CEDILLA + : "Ấ" Acircumflexacute # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ầ" Acircumflexgrave # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ẩ" Acircumflexhook # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" Acircumflextilde # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ấ" acircumflexacute # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ầ" acircumflexgrave # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ẩ" acircumflexhook # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẫ" acircumflextilde # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ế" Ecircumflexacute # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ề" Ecircumflexgrave # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ể" Ecircumflexhook # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ễ" Ecircumflextilde # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ế" ecircumflexacute # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ề" ecircumflexgrave # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ể" ecircumflexhook # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ễ" ecircumflextilde # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ố" Ocircumflexacute # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ồ" Ocircumflexgrave # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ổ" Ocircumflexhook # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ỗ" Ocircumflextilde # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ố" ocircumflexacute # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ồ" ocircumflexgrave # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ổ" ocircumflexhook # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ỗ" ocircumflextilde # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "̂" U0302 # COMBINING CIRCUMFLEX ACCENT + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "," comma # COMMA + : "̦" U0326 # COMBINING COMMA BELOW + : "," comma # COMMA + : "₳" U20B3 # AUSTRAL SIGN + : "؋" U060B # AFGHANI SIGN + : "₱" U20B1 # PESO SIGN + : "฿" Thai_baht # THAI CURRENCY SYMBOL BAHT + : "₵" U20B5 # CEDI SIGN + : "₡" ColonSign # COLON SIGN + : "₵" U20B5 # CEDI SIGN + : "¢" cent # CENT SIGN + : "₯" U20AF # DRACHMA SIGN + : "₫" DongSign # DONG SIGN + : "₠" EcuSign # EURO-CURRENCY SIGN + : "€" EuroSign # EURO SIGN + : "₣" FFrancSign # FRENCH FRANC SIGN + : "ƒ" function # LATIN SMALL LETTER F WITH HOOK + : "₲" U20B2 # GUARANI SIGN + : "₲" U20B2 # GUARANI SIGN + : "₴" U20B4 # HRYVNIA SIGN + : "₴" U20B4 # HRYVNIA SIGN + : "៛" U17DB # KHMER CURRENCY SYMBOL RIEL + : "﷼" UFDFC # RIAL SIGN + : "₭" U20AD # KIP SIGN + : "₭" U20AD # KIP SIGN + : "₤" LiraSign # LIRA SIGN + : "£" sterling # POUND SIGN + : "ℳ" U2133 # SCRIPT CAPITAL M + : "₥" MillSign # MILL SIGN + : "₦" NairaSign # NAIRA SIGN + : "₦" NairaSign # NAIRA SIGN + : "૱" U0AF1 # GUJARATI RUPEE SIGN + : "௹" U0BF9 # TAMIL RUPEE SIGN +

: "₧" PesetaSign # PESETA SIGN +

: "₰" U20B0 # GERMAN PENNY SIGN + : "₢" CruzeiroSign # CRUZEIRO SIGN + : "₨" RupeeSign # RUPEE SIGN + : "$" dollar # DOLLAR SIGN + : "₪" NewSheqelSign # NEW SHEQEL SIGN + : "₮" U20AE # TUGRIK SIGN + : "৳" U09F3 # BENGALI RUPEE SIGN + : "৲" U09F2 # BENGALI RUPEE MARK + : "৲" U09F2 # BENGALI RUPEE MARK + : "圓" U5713 # YUAN / WEN + : "元" U5143 # YUAN / WEN + : "₩" WonSign # WON SIGN + : "₩" WonSign # WON SIGN + : "円" U5186 # YEN + : "¥" yen # YEN SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "¤" currency # CURRENCY SIGN + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "̈" U0308 # COMBINING DIAERESIS + : "̋" U030B # COMBINING DOUBLE ACUTE ACCENT + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "̀" U0300 # COMBINING GRAVE ACCENT + : "Α" U0391 # GREEK CAPITAL LETTER ALPHA + : "α" U03B1 # GREEK SMALL LETTER ALPHA + : "Β" U0392 # GREEK CAPITAL LETTER BETA + : "β" U03B2 # GREEK SMALL LETTER BETA + : "Δ" U0394 # GREEK CAPITAL LETTER DELTA + : "δ" U03B4 # GREEK SMALL LETTER DELTA + : "Ε" U0395 # GREEK CAPITAL LETTER EPSILON + : "ε" U03B5 # GREEK SMALL LETTER EPSILON + : "Φ" U03A6 # GREEK CAPITAL LETTER PHI + : "φ" U03C6 # GREEK SMALL LETTER PHI + : "Γ" U0393 # GREEK CAPITAL LETTER GAMMA + : "γ" U03B3 # GREEK SMALL LETTER GAMMA + : "Η" U0397 # GREEK CAPITAL LETTER ETA + : "η" U03B7 # GREEK SMALL LETTER ETA + : "Ι" U0399 # GREEK CAPITAL LETTER IOTA + : "ι" U03B9 # GREEK SMALL LETTER IOTA + : "Θ" U0398 # GREEK CAPITAL LETTER THETA + : "θ" U03B8 # GREEK SMALL LETTER THETA + : "Κ" U039A # GREEK CAPITAL LETTER KAPPA + : "κ" U03BA # GREEK SMALL LETTER KAPPA + : "Λ" U039B # GREEK CAPITAL LETTER LAMDA + : "λ" U03BB # GREEK SMALL LETTER LAMDA + : "Μ" U039C # GREEK CAPITAL LETTER MU + : "μ" U03BC # GREEK SMALL LETTER MU + : "Ν" U039D # GREEK CAPITAL LETTER NU + : "ν" U03BD # GREEK SMALL LETTER NU + : "Ο" U039F # GREEK CAPITAL LETTER OMICRON + : "ο" U03BF # GREEK SMALL LETTER OMICRON +

: "Π" U03A0 # GREEK CAPITAL LETTER PI +

: "π" U03C0 # GREEK SMALL LETTER PI + : "Χ" U03A7 # GREEK CAPITAL LETTER CHI + : "χ" U03C7 # GREEK SMALL LETTER CHI + : "Ρ" U03A1 # GREEK CAPITAL LETTER RHO + : "ρ" U03C1 # GREEK SMALL LETTER RHO + : "Σ" U03A3 # GREEK CAPITAL LETTER SIGMA + : "σ" U03C3 # GREEK SMALL LETTER SIGMA + : "Τ" U03A4 # GREEK CAPITAL LETTER TAU + : "τ" U03C4 # GREEK SMALL LETTER TAU + : "Υ" U03A5 # GREEK CAPITAL LETTER UPSILON + : "υ" U03C5 # GREEK SMALL LETTER UPSILON + : "Ω" U03A9 # GREEK CAPITAL LETTER OMEGA + : "ω" U03C9 # GREEK SMALL LETTER OMEGA + : "Ξ" U039E # GREEK CAPITAL LETTER XI + : "ξ" U03BE # GREEK SMALL LETTER XI + : "Ψ" U03A8 # GREEK CAPITAL LETTER PSI + : "ψ" U03C8 # GREEK SMALL LETTER PSI + : "Ζ" U0396 # GREEK CAPITAL LETTER ZETA + : "ζ" U03B6 # GREEK SMALL LETTER ZETA + : "µ" U00B5 # MICRO SIGN + : "µ" U00B5 # MICRO SIGN + : "µ" U00B5 # MICRO SIGN + : "Ɓ" U0181 # LATIN CAPITAL LETTER B WITH HOOK + : "ɓ" U0253 # LATIN SMALL LETTER B WITH HOOK + : "Ƈ" U0187 # LATIN CAPITAL LETTER C WITH HOOK + : "ƈ" U0188 # LATIN SMALL LETTER C WITH HOOK + : "Ɗ" U018A # LATIN CAPITAL LETTER D WITH HOOK + : "ɗ" U0257 # LATIN SMALL LETTER D WITH HOOK + : "ᶑ" U1D91 # LATIN SMALL LETTER D WITH HOOK AND TAIL + : "Ƒ" U0191 # LATIN CAPITAL LETTER F WITH HOOK + : "ƒ" function # LATIN SMALL LETTER F WITH HOOK + : "Ɠ" U0193 # LATIN CAPITAL LETTER G WITH HOOK + : "ɠ" U0260 # LATIN SMALL LETTER G WITH HOOK + : "ɦ" U0266 # LATIN SMALL LETTER H WITH HOOK + : "ʄ" U0284 # LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK + : "Ƙ" U0198 # LATIN CAPITAL LETTER K WITH HOOK + : "ƙ" U0199 # LATIN SMALL LETTER K WITH HOOK + : "Ɱ" U2C6E # LATIN CAPITAL LETTER M WITH HOOK + : "ɱ" U0271 # LATIN SMALL LETTER M WITH HOOK + : "Ɲ" U019D # LATIN CAPITAL LETTER N WITH LEFT HOOK + : "ɲ" U0272 # LATIN SMALL LETTER N WITH LEFT HOOK +

: "Ƥ" U01A4 # LATIN CAPITAL LETTER P WITH HOOK +

: "ƥ" U01A5 # LATIN SMALL LETTER P WITH HOOK + : "ʠ" U02A0 # LATIN SMALL LETTER Q WITH HOOK + : "ɝ" U025D # LATIN SMALL LETTER REVERSED OPEN E WITH HOOK + : "ɼ" U027C # LATIN SMALL LETTER R WITH LONG LEG + : "ʂ" U0282 # LATIN SMALL LETTER S WITH HOOK + : "ɚ" U025A # LATIN SMALL LETTER SCHWA WITH HOOK + : "Ƭ" U01AC # LATIN CAPITAL LETTER T WITH HOOK + : "ƭ" U01AD # LATIN SMALL LETTER T WITH HOOK + : "ɻ" U027B # LATIN SMALL LETTER TURNED R WITH HOOK + : "Ʋ" U01B2 # LATIN CAPITAL LETTER V WITH HOOK + : "ʋ" U028B # LATIN SMALL LETTER V WITH HOOK + : "Ⱳ" U2C72 # LATIN CAPITAL LETTER W WITH HOOK + : "ⱳ" U2C73 # LATIN SMALL LETTER W WITH HOOK + : "Ȥ" U0224 # LATIN CAPITAL LETTER Z WITH HOOK + : "ȥ" U0225 # LATIN SMALL LETTER Z WITH HOOK + : "̉" U0309 # COMBINING HOOK ABOVE + : "̉" U0309 # COMBINING HOOK ABOVE + : "̉" U0309 # COMBINING HOOK ABOVE + : "Ớ" Ohornacute # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "Ợ" Ohornbelowdot # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "Ờ" Ohorngrave # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "Ở" Ohornhook # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "Ỡ" Ohorntilde # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ớ" ohornacute # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "ợ" ohornbelowdot # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "ờ" ohorngrave # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "ở" ohornhook # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "ỡ" ohorntilde # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ứ" Uhornacute # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "Ự" Uhornbelowdot # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "Ừ" Uhorngrave # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "Ử" Uhornhook # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "Ữ" Uhorntilde # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ứ" uhornacute # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "ự" uhornbelowdot # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "ừ" uhorngrave # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "ử" uhornhook # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "ữ" uhorntilde # LATIN SMALL LETTER U WITH HORN AND TILDE + : "̛" U031B # COMBINING HORN + : "̛" U031B # COMBINING HORN + : "̛" U031B # COMBINING HORN + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ǖ" U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON + : "ǖ" U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON + : "̄" U0304 # COMBINING MACRON + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "̨" U0328 # COMBINING OGONEK + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "̊" U030A # COMBINING RING ABOVE + <2> : "ƻ" U01BB # LATIN LETTER TWO WITH STROKE + : "≠" notequal # NOT EQUAL TO + : "Ⱥ" U023A # LATIN CAPITAL LETTER A WITH STROKE + : "ⱥ" U2C65 # LATIN SMALL LETTER A WITH STROKE + : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE + : "Ȼ" U023B # LATIN CAPITAL LETTER C WITH STROKE + : "ȼ" U023C # LATIN SMALL LETTER C WITH STROKE + : "Ɇ" U0246 # LATIN CAPITAL LETTER E WITH STROKE + : "ɇ" U0247 # LATIN SMALL LETTER E WITH STROKE + : "≯" U226F # NOT GREATER-THAN + : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO + : "Ɉ" U0248 # LATIN CAPITAL LETTER J WITH STROKE + : "ɉ" U0249 # LATIN SMALL LETTER J WITH STROKE + : "ᵼ" U1D7C # LATIN SMALL LETTER IOTA WITH STROKE + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "≮" U226E # NOT LESS-THAN + : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO + : "Ǿ" U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE + : "ǿ" U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE +

: "â±£" U2C63 # LATIN CAPITAL LETTER P WITH STROKE +

: "ᵽ" U1D7D # LATIN SMALL LETTER P WITH STROKE + : "Ɍ" U024C # LATIN CAPITAL LETTER R WITH STROKE + : "ɍ" U024D # LATIN SMALL LETTER R WITH STROKE + : "Ʉ" U0244 # LATIN CAPITAL LETTER U BAR + : "ʉ" U0289 # LATIN SMALL LETTER U BAR + : "Ɏ" U024E # LATIN CAPITAL LETTER Y WITH STROKE + : "ɏ" U024F # LATIN SMALL LETTER Y WITH STROKE + : "/" slash # SOLIDUS + : "̸" U0338 # COMBINING LONG SOLIDUS OVERLAY + : "/" slash # SOLIDUS + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "≃" similarequal # ASYMPTOTICALLY EQUAL TO + : "≲" U2272 # LESS-THAN OR EQUIVALENT TO + : "≳" U2273 # GREATER-THAN OR EQUIVALENT TO + : "̃" U0303 # COMBINING TILDE + : "Ṥ" U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE + : "ṥ" U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE + : "Ṩ" U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE + : "ṩ" U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE + : "Ṧ" U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE + : "ṧ" U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE + : "Ǡ" U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON + : "ǡ" U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON + : "Ȱ" U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON + : "ȱ" U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "ɟ" U025F # LATIN SMALL LETTER DOTLESS J WITH STROKE + : "Ắ" Abreveacute # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE + : "ắ" abreveacute # LATIN SMALL LETTER A WITH BREVE AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "Ấ" Acircumflexacute # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE + : "ấ" acircumflexacute # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE + : "Ế" Ecircumflexacute # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE + : "ế" ecircumflexacute # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE + : "Ố" Ocircumflexacute # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE + : "ố" ocircumflexacute # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE + : "Ḯ" U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE + : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE + : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE + : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE + : "Ớ" Ohornacute # LATIN CAPITAL LETTER O WITH HORN AND ACUTE + : "ớ" ohornacute # LATIN SMALL LETTER O WITH HORN AND ACUTE + : "Ứ" Uhornacute # LATIN CAPITAL LETTER U WITH HORN AND ACUTE + : "ứ" uhornacute # LATIN SMALL LETTER U WITH HORN AND ACUTE + : "Ḗ" U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE + : "ḗ" U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE + : "Ṓ" U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE + : "ṓ" U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE + : "Ǻ" U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE + : "ǻ" U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE + : "Ṍ" U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE + : "ṍ" U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE + : "Ṹ" U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE + : "ṹ" U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE + : "Ặ" Abrevebelowdot # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW + : "ặ" abrevebelowdot # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW + : "Ậ" Acircumflexbelowdot # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "ậ" acircumflexbelowdot # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW + : "Ệ" Ecircumflexbelowdot # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "ệ" ecircumflexbelowdot # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW + : "Ộ" Ocircumflexbelowdot # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "ộ" ocircumflexbelowdot # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW + : "Ợ" Ohornbelowdot # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW + : "ợ" ohornbelowdot # LATIN SMALL LETTER O WITH HORN AND DOT BELOW + : "Ự" Uhornbelowdot # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW + : "ự" uhornbelowdot # LATIN SMALL LETTER U WITH HORN AND DOT BELOW + : "Ḹ" U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON + : "ḹ" U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON + : "Ṝ" U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON + : "ṝ" U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON + : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE + : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE + : "Ằ" Abrevegrave # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE + : "ằ" abrevegrave # LATIN SMALL LETTER A WITH BREVE AND GRAVE + : "Ẳ" Abrevehook # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE + : "ẳ" abrevehook # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE + : "Ẵ" Abrevetilde # LATIN CAPITAL LETTER A WITH BREVE AND TILDE + : "ẵ" abrevetilde # LATIN SMALL LETTER A WITH BREVE AND TILDE + : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON + : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "₵" U20B5 # CEDI SIGN + : "Ầ" Acircumflexgrave # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE + : "ầ" acircumflexgrave # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE + : "Ề" Ecircumflexgrave # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE + : "ề" ecircumflexgrave # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE + : "Ồ" Ocircumflexgrave # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE + : "ồ" ocircumflexgrave # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE + : "Ẩ" Acircumflexhook # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "ẩ" acircumflexhook # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE + : "Ể" Ecircumflexhook # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "ể" ecircumflexhook # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE + : "Ổ" Ocircumflexhook # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "ổ" ocircumflexhook # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE + : "Ẫ" Acircumflextilde # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE + : "ẫ" acircumflextilde # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE + : "Ễ" Ecircumflextilde # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE + : "ễ" ecircumflextilde # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE + : "Ỗ" Ocircumflextilde # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE + : "ỗ" ocircumflextilde # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE + : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE + : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE + : "Ǟ" U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON + : "ǟ" U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON + : "Ȫ" U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON + : "ȫ" U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON + : "Ṏ" U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS + : "ṏ" U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS + : "Ờ" Ohorngrave # LATIN CAPITAL LETTER O WITH HORN AND GRAVE + : "ờ" ohorngrave # LATIN SMALL LETTER O WITH HORN AND GRAVE + : "Ừ" Uhorngrave # LATIN CAPITAL LETTER U WITH HORN AND GRAVE + : "ừ" uhorngrave # LATIN SMALL LETTER U WITH HORN AND GRAVE + : "Ḕ" U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE + : "ḕ" U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE + : "Ṑ" U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE + : "ṑ" U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE + : "Ở" Ohornhook # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE + : "ở" ohornhook # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE + : "Ử" Uhornhook # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE + : "ử" uhornhook # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE + : "Ỡ" Ohorntilde # LATIN CAPITAL LETTER O WITH HORN AND TILDE + : "ỡ" ohorntilde # LATIN SMALL LETTER O WITH HORN AND TILDE + : "Ữ" Uhorntilde # LATIN CAPITAL LETTER U WITH HORN AND TILDE + : "ữ" uhorntilde # LATIN SMALL LETTER U WITH HORN AND TILDE + : "Ǭ" U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON + : "ǭ" U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON + : "Ȭ" U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON + : "ȭ" U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON + : "ϒ" U03D2 # GREEK UPSILON WITH HOOK SYMBOL + : "ϒ" U03D2 # GREEK UPSILON WITH HOOK SYMBOL + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "Ᾱ" U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "ᾱ" U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "Ῑ" U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "ῑ" U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "Ῡ" U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ῡ" U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON + : "ϼ" U03FC # GREEK RHO WITH STROKE SYMBOL + : "ϼ" U03FC # GREEK RHO WITH STROKE SYMBOL + +XCOMM +XCOMM Cyrillic NFDs +XCOMM + + : "а̏" # CYRILLIC SMALL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + : "а̏" # CYRILLIC SMALL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + + : "а̑" # CYRILLIC SMALL LETTER A WITH COMBINING INVERTED BREVE + + : "а̀" # CYRILLIC SMALL LETTER A WITH COMBINING GRAVE ACCENT + : "а̀" # CYRILLIC SMALL LETTER A WITH COMBINING GRAVE ACCENT + + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + : "а́" # CYRILLIC SMALL LETTER A WITH COMBINING ACUTE ACCENT + + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + : "а̄" # CYRILLIC SMALL LETTER A WITH COMBINING MACRON + + : "а̂" # CYRILLIC SMALL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + : "а̂" # CYRILLIC SMALL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + + : "А̏" # CYRILLIC CAPITAL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + : "А̏" # CYRILLIC CAPITAL LETTER A WITH COMBINING DOUBLE GRAVE ACCENT + + : "А̑" # CYRILLIC CAPITAL LETTER A WITH COMBINING INVERTED BREVE + + : "А̀" # CYRILLIC CAPITAL LETTER A WITH COMBINING GRAVE ACCENT + : "А̀" # CYRILLIC CAPITAL LETTER A WITH COMBINING GRAVE ACCENT + + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + : "А́" # CYRILLIC CAPITAL LETTER A WITH COMBINING ACUTE ACCENT + + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + : "А̄" # CYRILLIC CAPITAL LETTER A WITH COMBINING MACRON + + : "А̂" # CYRILLIC CAPITAL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + : "А̂" # CYRILLIC CAPITAL LETTER A WITH COMBINING CIRCUMFLEX ACCENT + + : "е̏" # CYRILLIC SMALL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + : "е̏" # CYRILLIC SMALL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + + : "е̑" # CYRILLIC SMALL LETTER IE WITH COMBINING INVERTED BREVE + + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + : "е́" # CYRILLIC SMALL LETTER IE WITH COMBINING ACUTE ACCENT + + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + : "е̄" # CYRILLIC SMALL LETTER IE WITH COMBINING MACRON + + : "е̂" # CYRILLIC SMALL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + : "е̂" # CYRILLIC SMALL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + + : "Е̏" # CYRILLIC CAPITAL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + : "Е̏" # CYRILLIC CAPITAL LETTER IE WITH COMBINING DOUBLE GRAVE ACCENT + + : "Е̑" # CYRILLIC CAPITAL LETTER IE WITH COMBINING INVERTED BREVE + + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + : "Е́" # CYRILLIC CAPITAL LETTER IE WITH COMBINING ACUTE ACCENT + + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + : "Е̄" # CYRILLIC CAPITAL LETTER IE WITH COMBINING MACRON + + : "Е̂" # CYRILLIC CAPITAL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + : "Е̂" # CYRILLIC CAPITAL LETTER IE WITH COMBINING CIRCUMFLEX ACCENT + + : "и̏" # CYRILLIC SMALL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + : "и̏" # CYRILLIC SMALL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + + : "и̑" # CYRILLIC SMALL LETTER I WITH COMBINING INVERTED BREVE + + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + : "и́" # CYRILLIC SMALL LETTER I WITH COMBINING ACUTE ACCENT + + : "и̂" # CYRILLIC SMALL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + : "и̂" # CYRILLIC SMALL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + + : "И̏" # CYRILLIC CAPITAL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + : "И̏" # CYRILLIC CAPITAL LETTER I WITH COMBINING DOUBLE GRAVE ACCENT + + : "И̑" # CYRILLIC CAPITAL LETTER I WITH COMBINING INVERTED BREVE + + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + : "И́" # CYRILLIC CAPITAL LETTER I WITH COMBINING ACUTE ACCENT + + : "И̂" # CYRILLIC CAPITAL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + : "И̂" # CYRILLIC CAPITAL LETTER I WITH COMBINING CIRCUMFLEX ACCENT + + : "о̏" # CYRILLIC SMALL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + : "о̏" # CYRILLIC SMALL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + + : "о̑" # CYRILLIC SMALL LETTER O WITH COMBINING INVERTED BREVE + + : "о̀" # CYRILLIC SMALL LETTER O WITH COMBINING GRAVE ACCENT + : "о̀" # CYRILLIC SMALL LETTER O WITH COMBINING GRAVE ACCENT + + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + : "о́" # CYRILLIC SMALL LETTER O WITH COMBINING ACUTE ACCENT + + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + : "о̄" # CYRILLIC SMALL LETTER O WITH COMBINING MACRON + + : "о̂" # CYRILLIC SMALL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + : "о̂" # CYRILLIC SMALL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + + : "О̏" # CYRILLIC CAPITAL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + : "О̏" # CYRILLIC CAPITAL LETTER O WITH COMBINING DOUBLE GRAVE ACCENT + + : "О̑" # CYRILLIC CAPITAL LETTER O WITH COMBINING INVERTED BREVE + + : "О̀" # CYRILLIC CAPITAL LETTER O WITH COMBINING GRAVE ACCENT + : "О̀" # CYRILLIC CAPITAL LETTER O WITH COMBINING GRAVE ACCENT + + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + : "О́" # CYRILLIC CAPITAL LETTER O WITH COMBINING ACUTE ACCENT + + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + : "О̄" # CYRILLIC CAPITAL LETTER O WITH COMBINING MACRON + + : "О̂" # CYRILLIC CAPITAL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + : "О̂" # CYRILLIC CAPITAL LETTER O WITH COMBINING CIRCUMFLEX ACCENT + + : "у̏" # CYRILLIC SMALL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + : "у̏" # CYRILLIC SMALL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + + : "у̑" # CYRILLIC SMALL LETTER U WITH COMBINING INVERTED BREVE + + : "у̀" # CYRILLIC SMALL LETTER U WITH COMBINING GRAVE ACCENT + : "у̀" # CYRILLIC SMALL LETTER U WITH COMBINING GRAVE ACCENT + + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT + + : "у̂" # CYRILLIC SMALL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + : "у̂" # CYRILLIC SMALL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + + : "У̏" # CYRILLIC CAPITAL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + : "У̏" # CYRILLIC CAPITAL LETTER U WITH COMBINING DOUBLE GRAVE ACCENT + + : "У̑" # CYRILLIC CAPITAL LETTER U WITH COMBINING INVERTED BREVE + + : "У̀" # CYRILLIC CAPITAL LETTER U WITH COMBINING GRAVE ACCENT + : "У̀" # CYRILLIC CAPITAL LETTER U WITH COMBINING GRAVE ACCENT + + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + : "У́" # CYRILLIC CAPITAL LETTER U WITH COMBINING ACUTE ACCENT + + : "У̂" # CYRILLIC CAPITAL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + : "У̂" # CYRILLIC CAPITAL LETTER U WITH COMBINING CIRCUMFLEX ACCENT + + : "р̏" # CYRILLIC SMALL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + : "р̏" # CYRILLIC SMALL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + + : "р̑" # CYRILLIC SMALL LETTER ER WITH COMBINING INVERTED BREVE + + : "р̀" # CYRILLIC SMALL LETTER ER WITH COMBINING GRAVE ACCENT + : "р̀" # CYRILLIC SMALL LETTER ER WITH COMBINING GRAVE ACCENT + + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + : "р́" # CYRILLIC SMALL LETTER ER WITH COMBINING ACUTE ACCENT + + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + : "р̄" # CYRILLIC SMALL LETTER ER WITH COMBINING MACRON + + : "р̂" # CYRILLIC SMALL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + : "р̂" # CYRILLIC SMALL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + + : "Р̏" # CYRILLIC CAPITAL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + : "Р̏" # CYRILLIC CAPITAL LETTER ER WITH COMBINING DOUBLE GRAVE ACCENT + + : "Р̑" # CYRILLIC CAPITAL LETTER ER WITH COMBINING INVERTED BREVE + + : "Р̀" # CYRILLIC CAPITAL LETTER ER WITH COMBINING GRAVE ACCENT + : "Р̀" # CYRILLIC CAPITAL LETTER ER WITH COMBINING GRAVE ACCENT + + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + : "Р́" # CYRILLIC CAPITAL LETTER ER WITH COMBINING ACUTE ACCENT + + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + : "Р̄" # CYRILLIC CAPITAL LETTER ER WITH COMBINING MACRON + + : "Р̂" # CYRILLIC CAPITAL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + : "Р̂" # CYRILLIC CAPITAL LETTER ER WITH COMBINING CIRCUMFLEX ACCENT + + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + : "ы́" # CYRILLIC SMALL LETTER YERU WITH COMBINING ACUTE ACCENT + + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + : "Ы́" # CYRILLIC CAPITAL LETTER YERU WITH COMBINING ACUTE ACCENT + + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + : "э́" # CYRILLIC SMALL LETTER E WITH COMBINING ACUTE ACCENT + + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + : "Э́" # CYRILLIC CAPITAL LETTER E WITH COMBINING ACUTE ACCENT + + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + : "ю́" # CYRILLIC SMALL LETTER YU WITH COMBINING ACUTE ACCENT + + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + : "Ю́́" # CYRILLIC CAPITAL LETTER YU WITH COMBINING ACUTE ACCENT + + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + : "я́" # CYRILLIC SMALL LETTER YA WITH COMBINING ACUTE ACCENT + + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + : "Я́" # CYRILLIC CAPITAL LETTER YA WITH COMBINING ACUTE ACCENT + + +XCOMM APL support Geoff Streeter 2012-01-04 + +XCOMM APL was initially an overstruck language. The original APL terminal was an IBM golfball +XCOMM with a specially designed golfball. This meant that characters could be overstruck to +XCOMM produce other characters. This gave APL a richness of primitives which is still powerful +XCOMM today. Overstrikes were always independent of order. + +XCOMM APLs have extended this into a number of dialects. Let us try to support lots of them. +XCOMM Together with some that have not been used yet. Some traditional ones are not included. + +XCOMM Characters from "Mathematical Operators" + + : "√" U221a # v / SQUARE ROOT + : "√" U221a # / v SQUARE ROOT + <8> <8> : "∞" U221e # 8 8 INFINITY + : "≈" U2248 # ~ ~ ALMOST EQUAL TO + : "≡" U2261 # = _ IDENTICAL TO + : "≢" U2262 # _ ≠ NOT IDENTICAL TO + : "≢" U2262 # ≠ _ NOT IDENTICAL TO + : "≤" U2264 # < _ LESS-THAN OR EQUAL TO + : "≤" U2264 # _ < LESS-THAN OR EQUAL TO + : "≥" U2265 # > _ GREATER-THAN OR EQUAL TO + : "≥" U2265 # _ > GREATER-THAN OR EQUAL TO + : "⊆" U2286 # _ ⊂ SUBSET OF OR EQUAL TO + : "⊆" U2286 # ⊂ _ SUBSET OF OR EQUAL TO + : "⊇" U2287 # _ ⊃ SUPERSET OF OR EQUAL TO + : "⊇" U2287 # ⊃ _ SUPERSET OF OR EQUAL TO + : "⊖" U2296 # ○ - CIRCLED MINUS + : "⊖" U2296 # - ○ CIRCLED MINUS + : "⊙" U2299 # ○ - CIRCLED DOT + : "⊙" U2299 # - ○ CIRCLED DOT + : "⋄" U22c4 # < > DIAMOND OPERATOR + : "⋄" U22c4 # > < DIAMOND OPERATOR + : "⋄" U22c4 # ∧ ∨ DIAMOND OPERATOR + : "⋄" U22c4 # ∨ ∧ DIAMOND OPERATOR + : "∴" therefore # : . THEREFORE + : "∵" because # . : BECAUSE + +XCOMM Characters from "Miscellaneous Technical" + + : "⌶" U2336 # ⊥ ⊤ APL FUNCTIONAL SYMBOL I-BEAM + : "⌶" U2336 # ⊥ ⊤ APL FUNCTIONAL SYMBOL I-BEAM + : "⌷" U2337 # [ ] APL FUNCTIONAL SYMBOL SQUISH QUAD + : "⌷" U2337 # ] [ APL FUNCTIONAL SYMBOL SQUISH QUAD + : "⌸" U2338 # ⎕ = APL FUNCTIONAL SYMBOL QUAD EQUAL + : "⌸" U2338 # = ⎕ APL FUNCTIONAL SYMBOL QUAD EQUAL + : "⌹" U2339 # ⎕ ÷ APL FUNCTIONAL SYMBOL QUAD DIVIDE + : "⌹" U2339 # ÷ ⎕ APL FUNCTIONAL SYMBOL QUAD DIVIDE + : "⌺" U233a # ⎕ ⋄ APL FUNCTIONAL SYMBOL QUAD DIAMOND + : "⌺" U233a # ⋄ ⎕ APL FUNCTIONAL SYMBOL QUAD DIAMOND + : "⌻" U233b # ⎕ ∘ APL FUNCTIONAL SYMBOL QUAD JOT + : "⌻" U233b # ∘ ⎕ APL FUNCTIONAL SYMBOL QUAD JOT + : "⌼" U233c # ⎕ ○ APL FUNCTIONAL SYMBOL QUAD CIRCLE + : "⌼" U233c # ○ ⎕ APL FUNCTIONAL SYMBOL QUAD CIRCLE + : "⌽" U233d # ○ | APL FUNCTIONAL SYMBOL CIRCLE STILE + : "⌽" U233d # | ○ APL FUNCTIONAL SYMBOL CIRCLE STILE + : "⌾" U233e # ○ ∘ APL FUNCTIONAL SYMBOL CIRCLE JOT + : "⌾" U233e # ∘ ○ APL FUNCTIONAL SYMBOL CIRCLE JOT + : "⌿" U233f # / - APL FUNCTIONAL SYMBOL SLASH BAR + : "⌿" U233f # - / APL FUNCTIONAL SYMBOL SLASH BAR + : "⍀" U2340 # \ - APL FUNCTIONAL SYMBOL BACKSLASH BAR + : "⍀" U2340 # - \ APL FUNCTIONAL SYMBOL BACKSLASH BAR + : "⍁" U2341 # / ⎕ APL FUNCTIONAL SYMBOL QUAD SLASH + : "⍁" U2341 # ⎕ / APL FUNCTIONAL SYMBOL QUAD SLASH + : "⍂" U2342 # \ ⎕ APL FUNCTIONAL SYMBOL QUAD BACKSLASH + : "⍂" U2342 # ⎕ \ APL FUNCTIONAL SYMBOL QUAD BACKSLASH + : "⍃" U2343 # < ⎕ APL FUNCTIONAL SYMBOL QUAD LESS-THAN + : "⍃" U2343 # ⎕ < APL FUNCTIONAL SYMBOL QUAD LESS-THAN + : "⍄" U2344 # > ⎕ APL FUNCTIONAL SYMBOL QUAD GREATER-THAN + : "⍄" U2344 # ⎕ > APL FUNCTIONAL SYMBOL QUAD GREATER-THAN + : "⍅" U2345 # ← | APL FUNCTIONAL SYMBOL LEFTWARDS VANE + : "⍅" U2345 # | ← APL FUNCTIONAL SYMBOL LEFTWARDS VANE + : "⍆" U2346 # → | APL FUNCTIONAL SYMBOL RIGHTWARDS VANE + : "⍆" U2346 # | → APL FUNCTIONAL SYMBOL RIGHTWARDS VANE + : "⍇" U2347 # ← ⎕ APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW + : "⍇" U2347 # ⎕ ← APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW + : "⍈" U2348 # → ⎕ APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW + : "⍈" U2348 # ⎕ → APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW + : "⍉" U2349 # ○ \ APL FUNCTIONAL SYMBOL CIRCLE SLOPE + : "⍉" U2349 # \ ○ APL FUNCTIONAL SYMBOL CIRCLE SLOPE + : "⍊" U234a # _ ⊥ APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR + : "⍊" U234a # ⊥ _ APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR + : "⍋" U234b # ∆ | APL FUNCTIONAL SYMBOL DELTA STILE + : "⍋" U234b # | ∆ APL FUNCTIONAL SYMBOL DELTA STILE + : "⍌" U234c # ∨ ⎕ APL FUNCTIONAL SYMBOL QUAD DOWN CARET + : "⍌" U234c # ⎕ ∨ APL FUNCTIONAL SYMBOL QUAD DOWN CARET + : "⍍" U234d # ∆ ⎕ APL FUNCTIONAL SYMBOL QUAD DELTA + : "⍍" U234d # ⎕ ∆ APL FUNCTIONAL SYMBOL QUAD DELTA + : "⍎" U234e # ∘ ⊥ APL FUNCTIONAL SYMBOL DOWN TACK JOT + : "⍎" U234e # ⊥ ∘ APL FUNCTIONAL SYMBOL DOWN TACK JOT + : "⍏" U234f # ↑ - APL FUNCTIONAL SYMBOL UPWARDS VANE + : "⍏" U234f # - ↑ APL FUNCTIONAL SYMBOL UPWARDS VANE + : "⍐" U2350 # ↑ ⎕ APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW + : "⍐" U2350 # ⎕ ↑ APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW +XCOMM The next two somehow don't work. However, no extant APL uses "⍑". + : "⍑" U2351 # ¯ ⊤ APL FUNCTIONAL SYMBOL UP TACK OVERBAR + : "⍑" U2351 # ⊤ ¯ APL FUNCTIONAL SYMBOL UP TACK OVERBAR + : "⍒" U2352 # ∇ | APL FUNCTIONAL SYMBOL DEL STILE + : "⍒" U2352 # | ∇ APL FUNCTIONAL SYMBOL DEL STILE + : "⍓" U2353 # ∧ ⎕ APL FUNCTIONAL SYMBOL QUAD UP CARET + : "⍓" U2353 # ⎕ ∧ APL FUNCTIONAL SYMBOL QUAD UP CARET + : "⍔" U2354 # ∇ ⎕ APL FUNCTIONAL SYMBOL QUAD DEL + : "⍔" U2354 # ⎕ ∇ APL FUNCTIONAL SYMBOL QUAD DEL + : "⍕" U2355 # ∘ ⊤ APL FUNCTIONAL SYMBOL UP TACK JOT + : "⍕" U2355 # ⊤ ∘ APL FUNCTIONAL SYMBOL UP TACK JOT + : "⍖" U2356 # ↓ - APL FUNCTIONAL SYMBOL DOWNWARDS VANE + : "⍖" U2356 # - ↓ APL FUNCTIONAL SYMBOL DOWNWARDS VANE + : "⍗" U2357 # ↓ ⎕ APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW + : "⍗" U2357 # ⎕ ↓ APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW +XCOMM The is used elsewhere. However, no extant APL uses "⍘". + : "⍘" U2358 # _ ' APL FUNCTIONAL SYMBOL QUOTE UNDERBAR + : "⍙" U2359 # ∆ _ APL FUNCTIONAL SYMBOL DELTA UNDERBAR + : "⍙" U2359 # _ ∆ APL FUNCTIONAL SYMBOL DELTA UNDERBAR + : "⍚" U235a # ⋄ _ APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR + : "⍚" U235a # _ ⋄ APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR + : "⍛" U235b # ∘ _ APL FUNCTIONAL SYMBOL JOT UNDERBAR + : "⍛" U235b # _ ∘ APL FUNCTIONAL SYMBOL JOT UNDERBAR + : "⍜" U235c # ○ _ APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR + : "⍜" U235c # _ ○ APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR + : "⍝" U235d # ∘ ∩ APL FUNCTIONAL SYMBOL UP SHOE JOT + : "⍝" U235d # ∩ ∘ APL FUNCTIONAL SYMBOL UP SHOE JOT + : "⍞" U235e # * ¨ APL FUNCTIONAL SYMBOL QUOTE QUAD + : "⍞" U235e # ¨ * APL FUNCTIONAL SYMBOL QUOTE QUAD + : "⍟" U235f # ○ * APL FUNCTIONAL SYMBOL CIRCLE STAR + : "⍟" U235f # * ○ APL FUNCTIONAL SYMBOL CIRCLE STAR + : "⍠" U2360 # : ⎕ APL FUNCTIONAL SYMBOL QUAD COLON + : "⍠" U2360 # ⎕ : APL FUNCTIONAL SYMBOL QUAD COLON + : "⍡" U2361 # ¨ ⊤ APL FUNCTIONAL SYMBOL UP TACK DIAERESIS + : "⍡" U2361 # ⊤ ¨ APL FUNCTIONAL SYMBOL UP TACK DIAERESIS + : "⍢" U2362 # ¨ ∇ APL FUNCTIONAL SYMBOL DEL DIAERESIS + : "⍢" U2362 # ∇ ¨ APL FUNCTIONAL SYMBOL DEL DIAERESIS + : "⍣" U2363 # * ¨ APL FUNCTIONAL SYMBOL STAR DIAERESIS + : "⍣" U2363 # ¨ * APL FUNCTIONAL SYMBOL STAR DIAERESIS + : "⍤" U2364 # ∘ ¨ APL FUNCTIONAL SYMBOL JOT DIAERESIS + : "⍤" U2364 # ¨ ∘ APL FUNCTIONAL SYMBOL JOT DIAERESIS + : "⍥" U2365 # ○ ¨ APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS + : "⍥" U2365 # ¨ ○ APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS + : "⍦" U2366 # ∪ | APL FUNCTIONAL SYMBOL DOWN SHOE STILE + : "⍦" U2366 # | ∪ APL FUNCTIONAL SYMBOL DOWN SHOE STILE + : "⍧" U2367 # ⊂ | APL FUNCTIONAL SYMBOL LEFT SHOE STILE + : "⍧" U2367 # | ⊂ APL FUNCTIONAL SYMBOL LEFT SHOE STILE + : "⍨" U2368 # ~ ¨ APL FUNCTIONAL SYMBOL TILDE DIAERESIS + : "⍩" U2369 # ¨ > APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS + : "⍩" U2369 # > ¨ APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS + : "⍫" U236b # ∇ ~ APL FUNCTIONAL SYMBOL DEL TILDE + : "⍫" U236b # ~ ∇ APL FUNCTIONAL SYMBOL DEL TILDE + <0> : "⍬" U236c # 0 ~ APL FUNCTIONAL SYMBOL ZILDE + <0> : "⍬" U236c # ~ 0 APL FUNCTIONAL SYMBOL ZILDE + : "⍭" U236d # | ~ APL FUNCTIONAL SYMBOL STILE TILDE + : "⍭" U236d # ~ | APL FUNCTIONAL SYMBOL STILE TILDE +XCOMM The is used elsewhere. However, no extant APL uses "⍮". + : "⍮" U236e # ; _ APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR + : "⍯" U236f # ≠ ⎕ APL FUNCTIONAL SYMBOL QUAD NOT EQUAL + : "⍯" U236f # ⎕ ≠ APL FUNCTIONAL SYMBOL QUAD NOT EQUAL + : "⍰" U2370 # ? ⎕ APL FUNCTIONAL SYMBOL QUAD QUESTION + : "⍰" U2370 # ⎕ ? APL FUNCTIONAL SYMBOL QUAD QUESTION + : "⍱" U2371 # ∨ ~ APL FUNCTIONAL SYMBOL DOWN CARET TILDE + : "⍱" U2371 # ~ ∨ APL FUNCTIONAL SYMBOL DOWN CARET TILDE + : "⍲" U2372 # ∧ ~ APL FUNCTIONAL SYMBOL UP CARET TILDE + : "⍲" U2372 # ~ ∧ APL FUNCTIONAL SYMBOL UP CARET TILDE + : "⍶" U2376 # ⍺ _ APL FUNCTIONAL SYMBOL ALPHA UNDERBAR + : "⍶" U2376 # _ ⍺ APL FUNCTIONAL SYMBOL ALPHA UNDERBAR + : "⍷" U2377 # ∊ _ APL FUNCTIONAL SYMBOL EPSILON UNDERBAR + : "⍷" U2377 # _ ∊ APL FUNCTIONAL SYMBOL EPSILON UNDERBAR + : "⍸" U2378 # ⍳ _ APL FUNCTIONAL SYMBOL IOTA UNDERBAR + : "⍸" U2378 # _ ⍳ APL FUNCTIONAL SYMBOL IOTA UNDERBAR + : "⍹" U2379 # ⍵ _ APL FUNCTIONAL SYMBOL OMEGA UNDERBAR + : "⍹" U2379 # _ ⍵ APL FUNCTIONAL SYMBOL OMEGA UNDERBAR + +XCOMM Diacritics used in African languages + : "ɛ́" # LATIN SMALL LETTER EPSILON WITH ACUTE + : "ɛ̀" # LATIN SMALL LETTER EPSILON WITH GRAVE + : "ɛ̂" # LATIN SMALL LETTER EPSILON WITH CIRCUMFLEX + : "ɛ̌" # LATIN SMALL LETTER EPSILON WITH CARON + : "ɛ̄" # LATIN SMALL LETTER EPSILON WITH MACRON + : "ɛ̃" # LATIN SMALL LETTER EPSILON WITH TILDE + : "ɛ̃́" # LATIN SMALL LETTER EPSILON WITH TILDE AND ACUTE + : "ɛ̃̀" # LATIN SMALL LETTER EPSILON WITH TILDE AND GRAVE + : "Ɛ́" # LATIN CAPITAL LETTER EPSILON WITH ACUTE + : "Ɛ̀" # LATIN CAPITAL LETTER EPSILON WITH GRAVE + : "Ɛ̂" # LATIN CAPITAL LETTER EPSILON WITH CIRCUMFLEX + : "Ɛ̌" # LATIN CAPITAL LETTER EPSILON WITH CARON + : "Ɛ̄" # LATIN CAPITAL LETTER EPSILON WITH MACRON + : "Ɛ̃" # LATIN CAPITAL LETTER EPSILON WITH TILDE + : "Ɛ̃́" # LATIN CAPITAL LETTER EPSILON WITH TILDE AND ACUTE + : "Ɛ̃̀" # LATIN CAPITAL LETTER EPSILON WITH TILDE AND GRAVE + : "ɩ́" # LATIN SMALL LETTER IOTA WITH ACUTE + : "ɩ̀" # LATIN SMALL LETTER IOTA WITH GRAVE + : "ɩ̂" # LATIN SMALL LETTER IOTA WITH CIRCUMFLEX + : "ɩ̌" # LATIN SMALL LETTER IOTA WITH CARON + : "ɩ̄" # LATIN SMALL LETTER IOTA WITH MACRON + : "Ɩ́" # LATIN CAPITAL LETTER IOTA WITH ACUTE + : "Ɩ̀" # LATIN CAPITAL LETTER IOTA WITH GRAVE + : "Ɩ̂" # LATIN CAPITAL LETTER IOTA WITH CIRCUMFLEX + : "Ɩ̌" # LATIN CAPITAL LETTER IOTA WITH CARON + : "Ɩ̄" # LATIN CAPITAL LETTER IOTA WITH MACRON + : "ɔ́" # LATIN SMALL LETTER OPEN O WITH ACUTE + : "ɔ̀" # LATIN SMALL LETTER OPEN O WITH GRAVE + : "ɔ̂" # LATIN SMALL LETTER OPEN O WITH CIRCUMFLEX + : "ɔ̌" # LATIN SMALL LETTER OPEN O WITH CARON + : "ɔ̄" # LATIN SMALL LETTER OPEN O WITH MACRON + : "ɔ̃" # LATIN SMALL LETTER OPEN O WITH TILDE + : "ɔ̃́" # LATIN SMALL LETTER OPEN O WITH TILDE AND ACUTE + : "ɔ̃̀" # LATIN SMALL LETTER OPEN O WITH TILDE AND GRAVE + : "Ɔ́" # LATIN CAPITAL LETTER OPEN O WITH ACUTE + : "Ɔ̀" # LATIN CAPITAL LETTER OPEN O WITH GRAVE + : "Ɔ̂" # LATIN CAPITAL LETTER OPEN O WITH CIRCUMFLEX + : "Ɔ̌" # LATIN CAPITAL LETTER OPEN O WITH CARON + : "Ɔ̄" # LATIN CAPITAL LETTER OPEN O WITH MACRON + : "Ɔ̃" # LATIN CAPITAL LETTER OPEN O WITH TILDE + : "Ɔ̃́" # LATIN CAPITAL LETTER OPEN O WITH TILDE AND ACUTE + : "Ɔ̃̀" # LATIN CAPITAL LETTER OPEN O WITH TILDE AND GRAVE + : "ǝ́" # LATIN SMALL LETTER TURNED E WITH ACUTE + : "ǝ̀" # LATIN SMALL LETTER TURNED E WITH GRAVE + : "ǝ̂" # LATIN SMALL LETTER TURNED E WITH CIRCUMFLEX + : "ǝ̌" # LATIN SMALL LETTER TURNED E WITH CARON + : "ǝ̄" # LATIN SMALL LETTER TURNED E WITH MACRON + : "ǝ̃" # LATIN SMALL LETTER TURNED E WITH TILDE + : "ǝ̃́" # LATIN SMALL LETTER TURNED E WITH TILDE AND ACUTE + : "ǝ̃̀" # LATIN SMALL LETTER TURNED E WITH TILDE AND GRAVE + : "Ǝ́" # LATIN CAPITAL LETTER TURNED E WITH ACUTE + : "Ǝ̀" # LATIN CAPITAL LETTER TURNED E WITH GRAVE + : "Ǝ̂" # LATIN CAPITAL LETTER TURNED E WITH CIRCUMFLEX + : "Ǝ̌" # LATIN CAPITAL LETTER TURNED E WITH CARON + : "Ǝ̄" # LATIN CAPITAL LETTER TURNED E WITH MACRON + : "Ǝ̃" # LATIN CAPITAL LETTER TURNED E WITH TILDE + : "Ǝ̃́" # LATIN CAPITAL LETTER TURNED E WITH TILDE AND ACUTE + : "Ǝ̃̀" # LATIN CAPITAL LETTER TURNED E WITH TILDE AND GRAVE + : "ʋ́" # LATIN SMALL LETTER V WITH HOOK WITH ACUTE + : "ʋ̀" # LATIN SMALL LETTER V WITH HOOK WITH GRAVE + : "ʋ̂" # LATIN SMALL LETTER V WITH HOOK WITH CIRCUMFLEX + : "ʋ̌" # LATIN SMALL LETTER V WITH HOOK WITH CARON + : "ʋ̄" # LATIN SMALL LETTER V WITH HOOK WITH MACRON + : "Ʋ́" # LATIN CAPITAL LETTER V WITH HOOK WITH ACUTE + : "Ʋ̀" # LATIN CAPITAL LETTER V WITH HOOK WITH GRAVE + : "Ʋ̂" # LATIN CAPITAL LETTER V WITH HOOK WITH CIRCUMFLEX + : "Ʋ̌" # LATIN CAPITAL LETTER V WITH HOOK WITH CARON + : "Ʋ̄" # LATIN CAPITAL LETTER V WITH HOOK WITH MACRON + : "ʊ́" # LATIN SMALL LETTER UPSILON WITH ACUTE + : "ʊ̀" # LATIN SMALL LETTER UPSILONK WITH GRAVE + : "ʊ̂" # LATIN SMALL LETTER UPSILON WITH CIRCUMFLEX + : "ʊ̌" # LATIN SMALL LETTER UPSILON WITH CARON + : "ʊ̄" # LATIN SMALL LETTER UPSILON WITH MACRON + : "Ʊ́" # LATIN CAPITAL LETTER UPSILON WITH ACUTE + : "Ʊ̀" # LATIN CAPITAL LETTER UPSILONK WITH GRAVE + : "Ʊ̂" # LATIN CAPITAL LETTER UPSILON WITH CIRCUMFLEX + : "Ʊ̌" # LATIN CAPITAL LETTER UPSILON WITH CARON + : "Ʊ̄" # LATIN CAPITAL LETTER UPSILON WITH MACRON + : "ã́" # LATIN SMALL LETTER A WITH TILDE AND ACUTE + : "ã̀" # LATIN SMALL LETTER A WITH TILDE AND GRAVE + : "Ã́" # LATIN CAPITAL LETTER A WITH TILDE AND ACUTE + : "Ã̀" # LATIN CAPITAL LETTER A WITH TILDE AND GRAVE + : "ẽ́" # LATIN SMALL LETTER E WITH TILDE AND ACUTE + : "ẽ̀" # LATIN SMALL LETTER E WITH TILDE AND GRAVE + : "Ẽ́" # LATIN CAPITAL LETTER E WITH TILDE AND ACUTE + : "Ẽ̀" # LATIN CAPITAL LETTER E WITH TILDE AND GRAVE + : "ĩ́" # LATIN SMALL LETTER I WITH TILDE AND ACUTE + : "ĩ̀" # LATIN SMALL LETTER I WITH TILDE AND GRAVE + : "Ĩ́" # LATIN CAPITAL LETTER I WITH TILDE AND ACUTE + : "Ĩ̀" # LATIN CAPITAL LETTER I WITH TILDE AND GRAVE + : "õ̀" # LATIN SMALL LETTER O WITH TILDE AND GRAVE + : "Õ̀" # LATIN CAPITAL LETTER O WITH TILDE AND GRAVE + : "ũ̀" # LATIN SMALL LETTER U WITH TILDE AND GRAVE + : "Ũ̀" # LATIN CAPITAL LETTER U WITH TILDE AND GRAVE + : "m̀" # LATIN SMALL LETTER M WITH GRAVE + : "M̀" # LATIN CAPITAL LETTER M WITH GRAVE + : "ŋ́" # LATIN SMALL LETTER ENG WITH ACUTE + : "ŋ̀" # LATIN SMALL LETTER ENG WITH GRAVE + : "Ŋ́" # LATIN CAPITAL LETTER ENG WITH ACUTE + : "Ŋ̀" # LATIN CAPITAL LETTER ENG WITH GRAVE diff --git a/patches/Make-our-stack-noexec.patch b/patches/Make-our-stack-noexec.patch new file mode 100644 index 0000000000..46b5d6814c --- /dev/null +++ b/patches/Make-our-stack-noexec.patch @@ -0,0 +1,35 @@ +From: Matthias Clasen +Date: Tue, 4 Jan 2022 07:51:56 -0500 +Subject: Make our stack noexec + +The change to use ld and objcopy for resources +had some side-effects: it leaked a few symbols +and made our stack executable. We don't want that. + +Use -z nonexecstack and --strip-all to avoid this. + +Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4598 +--- + gtk/meson.build | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gtk/meson.build b/gtk/meson.build +index 91aefe1..6ce2c18 100644 +--- a/gtk/meson.build ++++ b/gtk/meson.build +@@ -927,6 +927,7 @@ if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy. + input : gtk_gresource, + output : 'gtkresources_blob.o', + command : [ld, ++ '-z', 'noexecstack', + '-r', + '-b','binary', + '@INPUT@', +@@ -937,6 +938,7 @@ if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy. + input : gtk_resources_binary, + output : 'gtkresources_blob2.o', + command : [objcopy, ++ '--strip-all', + '--add-symbol','_gtk_resource_data=.data:0', + '@INPUT@', + '@OUTPUT@']) diff --git a/patches/build-Tell-glib-compile-resources-to-make-symbols-interna.patch b/patches/build-Tell-glib-compile-resources-to-make-symbols-interna.patch new file mode 100644 index 0000000000..38a68920be --- /dev/null +++ b/patches/build-Tell-glib-compile-resources-to-make-symbols-interna.patch @@ -0,0 +1,41 @@ +From: Simon McVittie +Date: Tue, 4 Jan 2022 17:41:34 +0000 +Subject: build: Tell glib-compile-resources to make symbols internal where + possible + +Partial solution to https://gitlab.gnome.org/GNOME/gtk/-/issues/4598 + +Signed-off-by: Simon McVittie +Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4334 +--- + gtk/meson.build | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/gtk/meson.build b/gtk/meson.build +index 6ce2c18..201af63 100644 +--- a/gtk/meson.build ++++ b/gtk/meson.build +@@ -883,6 +883,7 @@ if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy. + depfile : 'gtk.gresource.d', + command : [glib_compile_resources, + '--generate', ++ '--internal', + '--target=@OUTPUT@', + '--dependency-file=@DEPFILE@', + '--sourcedir=' + meson.current_source_dir(), +@@ -897,6 +898,7 @@ if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy. + depfile : 'gtkresources.c.d', + command : [glib_compile_resources, + '--generate-source', ++ '--internal', + '--target=@OUTPUT@', + '--dependency-file=@DEPFILE@', + '--sourcedir=' + meson.current_source_dir(), +@@ -913,6 +915,7 @@ if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy. + depfile : 'gtkresources.h.d', + command : [glib_compile_resources, + '--generate-header', ++ '--internal', + '--target=@OUTPUT@', + '--dependency-file=@DEPFILE@', + '--sourcedir=' + meson.current_source_dir(), diff --git a/patches/debian/Disable-clipboard-test.patch b/patches/debian/Disable-clipboard-test.patch new file mode 100644 index 0000000000..343ac1a456 --- /dev/null +++ b/patches/debian/Disable-clipboard-test.patch @@ -0,0 +1,25 @@ +From: Simon McVittie +Date: Fri, 3 Sep 2021 15:08:08 +0100 +Subject: Disable clipboard test + +This regularly times out on buildds, but I can't reproduce the hang +locally. + +Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4229 +Forwarded: no +--- + testsuite/gdk/meson.build | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build +index e3b2e88..e54001a 100644 +--- a/testsuite/gdk/meson.build ++++ b/testsuite/gdk/meson.build +@@ -12,7 +12,6 @@ clipboard_client = executable('clipboard-client', + tests = [ + { 'name': 'array' }, + { 'name': 'cairo' }, +- { 'name': 'clipboard', 'parallel': false, }, + { 'name': 'contentformats' }, + { 'name': 'contentserializer' }, + { 'name': 'cursor' }, diff --git a/patches/debian/Disable-optimized-GResource-embedding.patch b/patches/debian/Disable-optimized-GResource-embedding.patch new file mode 100644 index 0000000000..240cfe409b --- /dev/null +++ b/patches/debian/Disable-optimized-GResource-embedding.patch @@ -0,0 +1,55 @@ +From: Simon McVittie +Date: Sat, 8 Jan 2022 18:26:52 +0000 +Subject: Disable optimized GResource embedding + +This seems to be triggering failures on armel and armhf. Second-guessing +GResource seems to be more trouble than it's worth. + +Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4617 +Signed-off-by: Simon McVittie +Forwarded: no +--- + demos/gtk-demo/meson.build | 2 +- + demos/widget-factory/meson.build | 2 +- + gtk/meson.build | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/demos/gtk-demo/meson.build b/demos/gtk-demo/meson.build +index 5b79dfa..294d66f 100644 +--- a/demos/gtk-demo/meson.build ++++ b/demos/gtk-demo/meson.build +@@ -164,7 +164,7 @@ endif + + ld = find_program('ld', required : false) + +-if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found() ++if false + glib_compile_resources = find_program('glib-compile-resources') + + # Create the resource blob +diff --git a/demos/widget-factory/meson.build b/demos/widget-factory/meson.build +index 800230b..d78f9f6 100644 +--- a/demos/widget-factory/meson.build ++++ b/demos/widget-factory/meson.build +@@ -8,7 +8,7 @@ endif + + ld = find_program('ld', required : false) + +-if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found() ++if false + glib_compile_resources = find_program('glib-compile-resources') + + # Create the resource blob +diff --git a/gtk/meson.build b/gtk/meson.build +index 201af63..8c7c56e 100644 +--- a/gtk/meson.build ++++ b/gtk/meson.build +@@ -872,7 +872,7 @@ endif + + ld = find_program('ld', required : false) + +-if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found() ++if false + glib_compile_resources = find_program('glib-compile-resources') + + # Create the resource blob diff --git a/patches/debian/Disable-web-fonts-for-now.patch b/patches/debian/Disable-web-fonts-for-now.patch new file mode 100644 index 0000000000..4263fa29f8 --- /dev/null +++ b/patches/debian/Disable-web-fonts-for-now.patch @@ -0,0 +1,211 @@ +From: Simon McVittie +Date: Thu, 15 Apr 2021 13:41:44 +0100 +Subject: Disable web fonts for now + +The way this works is still changing upstream, and getting the +correct licensing and source code for the Red Hat font (ITP: #986999) +is not really in the scope of packaging gi-docgen. + +Forwarded: not-needed, Debian-specific +--- + .../gi-docgen/gidocgen/templates/basic/fonts.css | 176 --------------------- + .../gi-docgen/gidocgen/templates/basic/style.css | 2 - + 2 files changed, 178 deletions(-) + +diff --git a/subprojects/gi-docgen/gidocgen/templates/basic/fonts.css b/subprojects/gi-docgen/gidocgen/templates/basic/fonts.css +index ce790e7..0a01b93 100644 +--- a/subprojects/gi-docgen/gidocgen/templates/basic/fonts.css ++++ b/subprojects/gi-docgen/gidocgen/templates/basic/fonts.css +@@ -3,179 +3,3 @@ + * + * SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later + */ +- +-/** +- * RedHat Fonts taken from https://github.com/RedHatOfficial/RedHatFont +- * License: SIL Open Font License 1.1 http://scripts.sil.org/OFL +- * +- * SourceCodePro Fonts +- * License: SIL Open Font License 1.1 https://scripts.sil.org/OFL +- */ +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-Regular.woff2") format("woff2"), +- url("RedHatDisplay-Regular.woff") format("woff"); +- font-style: normal; +- font-weight: 400; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-RegularItalic.woff2") format("woff2"), +- url("RedHatDisplay-RegularItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 400; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-Medium.woff2") format("woff2"), +- url("RedHatDisplay-Medium.woff") format("woff"); +- font-style: normal; +- font-weight: 500; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-MediumItalic.woff2") format("woff2"), +- url("RedHatDisplay-MediumItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 500; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-Bold.woff2") format("woff2"), +- url("RedHatDisplay-Bold.woff") format("woff"); +- font-style: normal; +- font-weight: 700; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-BoldItalic.woff2") format("woff2"), +- url("RedHatDisplay-BoldItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 700; +- font-display: fallback; +-} +- +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-Black.woff2") format("woff2"), +- url("RedHatDisplay-Black.woff") format("woff"); +- font-style: normal; +- font-weight: 900; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Display"; +- src: local('RedHatDisplayWeb'), +- url("RedHatDisplay-BlackItalic.woff2") format("woff2"), +- url("RedHatDisplay-BlackItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 900; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-Regular.woff2") format("woff2"), +- url("RedHatText-Regular.woff") format("woff"); +- font-style: normal; +- font-weight: 400; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-Italic.woff2") format("woff2"), +- url("RedHatText-Italic.woff") format("woff"); +- font-style: italic; +- font-weight: 400; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-Medium.woff2") format("woff2"), +- url("RedHatText-Medium.woff") format("woff"); +- font-style: normal; +- font-weight: 700; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-MediumItalic.woff2") format("woff2"), +- url("RedHatText-MediumItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 700; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-Bold.woff2") format("woff2"), +- url("RedHatText-Bold.woff") format("woff"); +- font-style: normal; +- font-weight: 900; +- font-display: fallback; +-} +- +-@font-face { +- font-family: "Red Hat Text"; +- src: local('RedHatTextWeb'), +- url("RedHatText-BoldItalic.woff2") format("woff2"), +- url("RedHatText-BoldItalic.woff") format("woff"); +- font-style: italic; +- font-weight: 900; +- font-display: fallback; +-} +- +-/* Do not fall back to locally installed SourceCodePro, as there are +- * known bad copies being distributed to this day +- */ +-@font-face { +- font-family: 'Source Code Pro'; +- font-style: normal; +- font-weight: 400; +- src: url("SourceCodePro-Regular.ttf.woff") format('woff'); +- font-display: swap; +-} +- +-@font-face { +- font-family: 'Source Code Pro'; +- font-style: italic; +- font-weight: 400; +- src: url("SourceCodePro-It.ttf.woff") format('woff'); +- font-display: swap; +-} +- +-@font-face { +- font-family: 'Source Code Pro'; +- font-style: normal; +- font-weight: 600; +- src: url("SourceCodePro-Semibold.ttf.woff") format('woff'); +- font-display: swap; +-} +diff --git a/subprojects/gi-docgen/gidocgen/templates/basic/style.css b/subprojects/gi-docgen/gidocgen/templates/basic/style.css +index 4a92097..7fd9a68 100644 +--- a/subprojects/gi-docgen/gidocgen/templates/basic/style.css ++++ b/subprojects/gi-docgen/gidocgen/templates/basic/style.css +@@ -7,8 +7,6 @@ + @import url("solarized-light.css") (prefers-color-scheme: light); + @import url("solarized-dark.css") (prefers-color-scheme: dark); + +-@import url("fonts.css"); +- + /********************************* + * LIGHT THEME + *********************************/ diff --git a/patches/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch b/patches/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch new file mode 100644 index 0000000000..3ef7894d97 --- /dev/null +++ b/patches/debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch @@ -0,0 +1,82 @@ +From: Simon McVittie +Date: Thu, 2 Sep 2021 23:31:54 +0100 +Subject: Skip some known-failing tests on mips-family architectures + +Forwarded: no +--- + testsuite/gsk/meson.build | 10 ++++++++-- + testsuite/reftests/meson.build | 19 +++++++++++++------ + 2 files changed, 21 insertions(+), 8 deletions(-) + +diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build +index 71e18f8..fb42e30 100644 +--- a/testsuite/gsk/meson.build ++++ b/testsuite/gsk/meson.build +@@ -75,15 +75,21 @@ compare_render_tests = [ + 'scale-up-down', + 'shadow-in-opacity', + 'texture-url', +- 'repeat', + 'repeat-no-repeat', +- 'repeat-negative-coords', + 'repeat-texture', + 'transform-in-transform', + 'transform-in-transform-in-transform', + 'rounded-clip-in-clip-3d', # not really 3d, but cairo fails it + ] + ++if not host_machine.cpu_family().contains('mips') ++ # https://gitlab.gnome.org/GNOME/gtk/-/issues/4228 ++ compare_render_tests += [ ++ 'repeat', ++ 'repeat-negative-coords', ++ ] ++endif ++ + # these are too sensitive to differences in the renderers + # to run in ci, but still useful to keep around + informative_render_tests = [ +diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build +index 0b6d0fa..b7d2fcf 100644 +--- a/testsuite/reftests/meson.build ++++ b/testsuite/reftests/meson.build +@@ -71,9 +71,6 @@ testdata = [ + 'background-area.css', + 'background-area.ref.ui', + 'background-area.ui', +- 'background-blend-mode-clip-interaction.css', +- 'background-blend-mode-clip-interaction.ref.ui', +- 'background-blend-mode-clip-interaction.ui', + 'background-color-transparent.css', + 'background-color-transparent.ref.ui', + 'background-color-transparent.ui', +@@ -92,9 +89,6 @@ testdata = [ + 'background-position-repeat.ref.ui', + 'background-position-repeat.ui', + 'background-position-repeat-bg.png', +- 'background-position-simple.css', +- 'background-position-simple.ref.ui', +- 'background-position-simple.ui', + 'background-repeat-clip.css', + 'background-repeat-clip.ref.ui', + 'background-repeat-clip.ui', +@@ -581,6 +575,19 @@ xfails = [ + 'border-half-pixel.ui' + ] + ++if not host_machine.cpu_family().contains('mips') ++ testdata += [ ++ # https://gitlab.gnome.org/GNOME/gtk/-/issues/4618 ++ 'background-blend-mode-clip-interaction.css', ++ 'background-blend-mode-clip-interaction.ref.ui', ++ 'background-blend-mode-clip-interaction.ui', ++ # https://gitlab.gnome.org/GNOME/gtk/-/issues/4228 ++ 'background-position-simple.css', ++ 'background-position-simple.ref.ui', ++ 'background-position-simple.ui', ++ ] ++endif ++ + reftest_env = environment() + reftest_env.set('GTK_A11Y', 'test') + reftest_env.set('G_TEST_SRCDIR', meson.current_source_dir()) diff --git a/patches/debian/templates-Remove-html5shiv.patch b/patches/debian/templates-Remove-html5shiv.patch new file mode 100644 index 0000000000..dd4cffa842 --- /dev/null +++ b/patches/debian/templates-Remove-html5shiv.patch @@ -0,0 +1,22 @@ +From: Simon McVittie +Date: Thu, 15 Apr 2021 14:09:42 +0100 +Subject: templates: Remove html5shiv + +Internet Explorer is dead, or really should be, so let's not generate +references to external resources that can be a privacy breach. +--- + subprojects/gi-docgen/gidocgen/templates/basic/base.html | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/subprojects/gi-docgen/gidocgen/templates/basic/base.html b/subprojects/gi-docgen/gidocgen/templates/basic/base.html +index 36598ba..a1be4ab 100644 +--- a/subprojects/gi-docgen/gidocgen/templates/basic/base.html ++++ b/subprojects/gi-docgen/gidocgen/templates/basic/base.html +@@ -52,7 +52,6 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later + + {% endif %} + +- + + + diff --git a/patches/png-Correct-endianness-for-big-endian-machines.patch b/patches/png-Correct-endianness-for-big-endian-machines.patch new file mode 100644 index 0000000000..86670826f4 --- /dev/null +++ b/patches/png-Correct-endianness-for-big-endian-machines.patch @@ -0,0 +1,73 @@ +From: Simon McVittie +Date: Sat, 8 Jan 2022 16:39:36 +0000 +Subject: png: Correct endianness for big-endian machines + +libpng wants to receive samples in either RGB or RGBA order, whether +each sample is big-endian or not. This resolves test failures in +testsuite/gdk/memorytexture.c (and a lot of reftests) on s390x, and +probably the PowerPC family too. + +Modifying the test to show the color in use and write out the PNG bytes +to a file, and running the memorytexture test on s390x, produces a PNG +that loads with the correct color values in GIMP (on an x86_64 machine), +which seems like evidence that this is the correct change and not just +compensating errors. + +Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4616 +Signed-off-by: Simon McVittie +Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4357 +--- + gdk/loaders/gdkpng.c | 16 ---------------- + 1 file changed, 16 deletions(-) + +diff --git a/gdk/loaders/gdkpng.c b/gdk/loaders/gdkpng.c +index b998deb..2071121 100644 +--- a/gdk/loaders/gdkpng.c ++++ b/gdk/loaders/gdkpng.c +@@ -222,11 +222,7 @@ gdk_load_png (GBytes *bytes, + case PNG_COLOR_TYPE_RGB_ALPHA: + if (depth == 8) + { +-#if G_BYTE_ORDER == G_LITTLE_ENDIAN + format = GDK_MEMORY_R8G8B8A8; +-#elif G_BYTE_ORDER == G_BIG_ENDIAN +- format = GDK_MEMORY_A8B8G8R8; +-#endif + } + else + { +@@ -236,11 +232,7 @@ gdk_load_png (GBytes *bytes, + case PNG_COLOR_TYPE_RGB: + if (depth == 8) + { +-#if G_BYTE_ORDER == G_LITTLE_ENDIAN + format = GDK_MEMORY_R8G8B8; +-#elif G_BYTE_ORDER == G_BIG_ENDIAN +- format = GDK_MEMORY_B8G8R8; +-#endif + } + else if (depth == 16) + { +@@ -325,22 +317,14 @@ gdk_save_png (GdkTexture *texture) + case GDK_MEMORY_A8R8G8B8: + case GDK_MEMORY_R8G8B8A8: + case GDK_MEMORY_A8B8G8R8: +-#if G_BYTE_ORDER == G_LITTLE_ENDIAN + format = GDK_MEMORY_R8G8B8A8; +-#elif G_BYTE_ORDER == G_BIG_ENDIAN +- format = GDK_MEMORY_A8B8G8R8; +-#endif + png_format = PNG_COLOR_TYPE_RGB_ALPHA; + depth = 8; + break; + + case GDK_MEMORY_R8G8B8: + case GDK_MEMORY_B8G8R8: +-#if G_BYTE_ORDER == G_LITTLE_ENDIAN + format = GDK_MEMORY_R8G8B8; +-#elif G_BYTE_ORDER == G_BIG_ENDIAN +- format = GDK_MEMORY_B8G8R8; +-#endif + png_format = PNG_COLOR_TYPE_RGB; + depth = 8; + break; diff --git a/patches/reftest_compare_surfaces-Report-how-much-the-images-diffe.patch b/patches/reftest_compare_surfaces-Report-how-much-the-images-diffe.patch new file mode 100644 index 0000000000..40dabe4fc4 --- /dev/null +++ b/patches/reftest_compare_surfaces-Report-how-much-the-images-diffe.patch @@ -0,0 +1,171 @@ +From: Simon McVittie +Date: Sat, 13 Feb 2021 18:26:24 +0000 +Subject: reftest_compare_surfaces: Report how much the images differ + +In unattended/non-interactive/autobuilder environments where the images +are not trivially accessible, this provides a way to distinguish between +totally different rendering and more subtle issues. + +Signed-off-by: Simon McVittie +Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/3195 +Applied-upstream: no, upstream want reftests to be a strict pass/fail with identical results required +--- + testsuite/gsk/compare-render.c | 9 ++++++++- + testsuite/reftests/gtk-reftest.c | 9 ++++++++- + testsuite/reftests/reftest-compare.c | 28 +++++++++++++++++++++++++--- + testsuite/reftests/reftest-compare.h | 5 ++++- + 4 files changed, 45 insertions(+), 6 deletions(-) + +diff --git a/testsuite/gsk/compare-render.c b/testsuite/gsk/compare-render.c +index 919957e..7145363 100644 +--- a/testsuite/gsk/compare-render.c ++++ b/testsuite/gsk/compare-render.c +@@ -227,12 +227,19 @@ main (int argc, char **argv) + else + { + GdkTexture *diff_texture; ++ guint max_diff = 0; ++ guint pixels_changed = 0; ++ guint pixels = 0; + + /* Now compare the two */ +- diff_texture = reftest_compare_textures (rendered_texture, reference_texture); ++ diff_texture = reftest_compare_textures (rendered_texture, reference_texture, ++ &max_diff, &pixels_changed, &pixels); + + if (diff_texture) + { ++ g_print ("%u (out of %u) pixels differ from reference by up to %u levels\n", ++ pixels_changed, pixels, max_diff); ++ + save_image (diff_texture, node_file, ".diff.png"); + g_object_unref (diff_texture); + success = FALSE; +diff --git a/testsuite/reftests/gtk-reftest.c b/testsuite/reftests/gtk-reftest.c +index 3872f55..12d202f 100644 +--- a/testsuite/reftests/gtk-reftest.c ++++ b/testsuite/reftests/gtk-reftest.c +@@ -331,6 +331,9 @@ test_ui_file (GFile *file) + char *ui_file, *reference_file; + GdkTexture *ui_image, *reference_image, *diff_image; + GtkStyleProvider *provider; ++ guint max_diff = 0; ++ guint pixels_changed = 0; ++ guint pixels = 0; + + ui_file = g_file_get_path (file); + +@@ -362,12 +365,16 @@ test_ui_file (GFile *file) + if (reference_image == NULL) + reference_image = gdk_memory_texture_new (1, 1, GDK_MEMORY_DEFAULT, g_bytes_new ((guchar[4]) {0, 0, 0, 0}, 4), 4); + +- diff_image = reftest_compare_textures (ui_image, reference_image); ++ diff_image = reftest_compare_textures (ui_image, reference_image, ++ &max_diff, &pixels_changed, &pixels); + + save_image (ui_image, ui_file, ".out.png"); + save_image (reference_image, ui_file, ".ref.png"); ++ + if (diff_image) + { ++ g_test_message ("%u (out of %u) pixels differ from reference by up to %u levels", ++ pixels_changed, pixels, max_diff); + save_node (g_object_get_data (G_OBJECT (ui_image), "source-render-node"), ui_file, ".out.node"); + save_node (g_object_get_data (G_OBJECT (reference_image), "source-render-node"), ui_file, ".ref.node"); + save_image (diff_image, ui_file, ".diff.png"); +diff --git a/testsuite/reftests/reftest-compare.c b/testsuite/reftests/reftest-compare.c +index bb6c6eb..202fcf5 100644 +--- a/testsuite/reftests/reftest-compare.c ++++ b/testsuite/reftests/reftest-compare.c +@@ -35,12 +35,16 @@ buffer_diff_core (const guchar *buf_a, + const guchar *buf_b, + int stride_b, + int width, +- int height) ++ int height, ++ guint *max_diff_out, ++ guint *pixels_changed_out) + { + int x, y; + guchar *buf_diff = NULL; + int stride_diff = 0; + GdkTexture *diff = NULL; ++ guint max_diff = 0; ++ guint pixels_changed = 0; + + for (y = 0; y < height; y++) + { +@@ -84,6 +88,10 @@ buffer_diff_core (const guchar *buf_a, + guint channel_diff; + + channel_diff = ABS (value_a - value_b); ++ ++ if (channel_diff > max_diff) ++ max_diff = channel_diff; ++ + channel_diff *= 4; /* emphasize */ + if (channel_diff) + channel_diff += 128; /* make sure it's visible */ +@@ -92,6 +100,8 @@ buffer_diff_core (const guchar *buf_a, + diff_pixel |= channel_diff << (channel * 8); + } + ++ pixels_changed++; ++ + if ((diff_pixel & 0x00ffffff) == 0) + { + /* alpha only difference, convert to luminance */ +@@ -105,12 +115,21 @@ buffer_diff_core (const guchar *buf_a, + } + } + ++ if (max_diff_out != NULL) ++ *max_diff_out = max_diff; ++ ++ if (pixels_changed_out != NULL) ++ *pixels_changed_out = pixels_changed; ++ + return diff; + } + + GdkTexture * + reftest_compare_textures (GdkTexture *texture1, +- GdkTexture *texture2) ++ GdkTexture *texture2, ++ guint *max_diff_out, ++ guint *pixels_changed_out, ++ guint *pixels_out) + { + int w, h; + guchar *data1, *data2; +@@ -126,10 +145,13 @@ reftest_compare_textures (GdkTexture *texture1, + + diff = buffer_diff_core (data1, w * 4, + data2, w * 4, +- w, h); ++ w, h, max_diff_out, pixels_changed_out); + + g_free (data1); + g_free (data2); + ++ if (pixels_out != NULL) ++ *pixels_out = w * h; ++ + return diff; + } +diff --git a/testsuite/reftests/reftest-compare.h b/testsuite/reftests/reftest-compare.h +index d5e02a1..b71636e 100644 +--- a/testsuite/reftests/reftest-compare.h ++++ b/testsuite/reftests/reftest-compare.h +@@ -24,7 +24,10 @@ G_BEGIN_DECLS + + G_MODULE_EXPORT + GdkTexture * reftest_compare_textures (GdkTexture *texture1, +- GdkTexture *texture2); ++ GdkTexture *texture2, ++ guint *max_diff_out, ++ guint *pixels_changed_out, ++ guint *pixels_out); + + G_END_DECLS + diff --git a/patches/reftests-Allow-minor-differences-to-be-tolerated.patch b/patches/reftests-Allow-minor-differences-to-be-tolerated.patch new file mode 100644 index 0000000000..aeae1c951c --- /dev/null +++ b/patches/reftests-Allow-minor-differences-to-be-tolerated.patch @@ -0,0 +1,152 @@ +From: Simon McVittie +Date: Sat, 13 Feb 2021 16:19:10 +0000 +Subject: reftests: Allow minor differences to be tolerated + +Based on an earlier patch by Michael Biebl, as used in Debian's GTK 3 +packaging, with additional inspiration from librsvg's reftests. + +Each .ui or .node reftest can have an accompanying .keyfile file +like this: + + [reftest] + tolerated-diff-level=20 + tolerated-diff-pixels=1000 + +If the image differs, but the number of pixels that differ is no more +than tolerated-diff-pixels and the differences are no more than +tolerated-diff-level, then we treat it as a success with warnings, save +the .diff.png for analysis, and use g_test_incomplete() to record the +test-case as "TODO". + +Signed-off-by: Simon McVittie +Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/3195 +Applied-upstream: no, upstream want reftests to be a strict pass/fail with identical results required +--- + testsuite/gsk/compare-render.c | 31 ++++++++++++++++++++++++++++++- + testsuite/reftests/gtk-reftest.c | 32 +++++++++++++++++++++++++++++++- + testsuite/reftests/image-compare.c | 2 +- + 3 files changed, 62 insertions(+), 3 deletions(-) + +diff --git a/testsuite/gsk/compare-render.c b/testsuite/gsk/compare-render.c +index 7145363..2d5fdf9 100644 +--- a/testsuite/gsk/compare-render.c ++++ b/testsuite/gsk/compare-render.c +@@ -98,6 +98,12 @@ get_output_file (const char *file, + return result; + } + ++static char * ++get_test_keyfile (const char *node_file) ++{ ++ return file_replace_extension (node_file, ".node", ".keyfile"); ++} ++ + static void + save_image (GdkTexture *texture, + const char *test_name, +@@ -237,12 +243,35 @@ main (int argc, char **argv) + + if (diff_texture) + { ++ char *keyfile_path = get_test_keyfile (node_file); ++ GKeyFile *keyfile = g_key_file_new (); ++ guint64 tolerated_diff = 0; ++ guint64 tolerated_pixels = 0; ++ ++ if (keyfile_path != NULL && g_file_test (keyfile_path, G_FILE_TEST_EXISTS)) ++ { ++ GError *error = NULL; ++ g_key_file_load_from_file (keyfile, keyfile_path, G_KEY_FILE_NONE, &error); ++ g_assert_no_error (error); ++ tolerated_diff = g_key_file_get_uint64 (keyfile, "reftest", "tolerated-diff-level", NULL); ++ g_print ("Maximum difference tolerated: %" G_GUINT64_FORMAT " levels\n", tolerated_diff); ++ tolerated_pixels = g_key_file_get_uint64 (keyfile, "reftest", "tolerated-diff-pixels", NULL); ++ g_print ("Different pixels tolerated: %" G_GUINT64_FORMAT "\n", tolerated_pixels); ++ } ++ + g_print ("%u (out of %u) pixels differ from reference by up to %u levels\n", + pixels_changed, pixels, max_diff); + + save_image (diff_texture, node_file, ".diff.png"); + g_object_unref (diff_texture); +- success = FALSE; ++ ++ if (max_diff <= tolerated_diff && pixels_changed <= tolerated_pixels) ++ g_print ("not right, but close enough?\n"); ++ else ++ success = FALSE; ++ ++ g_key_file_unref (keyfile); ++ g_free (keyfile_path); + } + } + +diff --git a/testsuite/reftests/gtk-reftest.c b/testsuite/reftests/gtk-reftest.c +index 12d202f..5970b1d 100644 +--- a/testsuite/reftests/gtk-reftest.c ++++ b/testsuite/reftests/gtk-reftest.c +@@ -292,6 +292,12 @@ save_image (GdkTexture *texture, + g_free (filename); + } + ++static char * ++get_test_keyfile (const char *ui_file) ++{ ++ return get_test_file (ui_file, ".keyfile", TRUE); ++} ++ + static void + save_node (GskRenderNode *node, + const char *test_name, +@@ -373,13 +379,37 @@ test_ui_file (GFile *file) + + if (diff_image) + { ++ char *keyfile_path = get_test_keyfile (ui_file); ++ GKeyFile *keyfile = g_key_file_new (); ++ guint64 tolerated_diff = 0; ++ guint64 tolerated_pixels = 0; ++ ++ if (keyfile_path != NULL) ++ { ++ GError *error = NULL; ++ g_key_file_load_from_file (keyfile, keyfile_path, G_KEY_FILE_NONE, &error); ++ g_assert_no_error (error); ++ tolerated_diff = g_key_file_get_uint64 (keyfile, "reftest", "tolerated-diff-level", NULL); ++ g_test_message ("Maximum difference tolerated: %" G_GUINT64_FORMAT " levels", tolerated_diff); ++ tolerated_pixels = g_key_file_get_uint64 (keyfile, "reftest", "tolerated-diff-pixels", NULL); ++ g_test_message ("Different pixels tolerated: %" G_GUINT64_FORMAT, tolerated_pixels); ++ } ++ + g_test_message ("%u (out of %u) pixels differ from reference by up to %u levels", + pixels_changed, pixels, max_diff); ++ + save_node (g_object_get_data (G_OBJECT (ui_image), "source-render-node"), ui_file, ".out.node"); + save_node (g_object_get_data (G_OBJECT (reference_image), "source-render-node"), ui_file, ".ref.node"); + save_image (diff_image, ui_file, ".diff.png"); + g_object_unref (diff_image); +- g_test_fail (); ++ ++ if (max_diff <= tolerated_diff && pixels_changed <= tolerated_pixels) ++ g_test_incomplete ("not right, but close enough?"); ++ else ++ g_test_fail (); ++ ++ g_key_file_unref (keyfile); ++ g_free (keyfile_path); + } + + remove_extra_css (provider); +diff --git a/testsuite/reftests/image-compare.c b/testsuite/reftests/image-compare.c +index dd9c26c..e68a161 100644 +--- a/testsuite/reftests/image-compare.c ++++ b/testsuite/reftests/image-compare.c +@@ -51,7 +51,7 @@ main (int argc, char **argv) + exit (1); + } + +- diff = reftest_compare_textures (image1, image2); ++ diff = reftest_compare_textures (image1, image2, NULL, NULL, NULL); + + if (opt_filename && diff) + { diff --git a/patches/series b/patches/series new file mode 100644 index 0000000000..203f46fa89 --- /dev/null +++ b/patches/series @@ -0,0 +1,10 @@ +Make-our-stack-noexec.patch +build-Tell-glib-compile-resources-to-make-symbols-interna.patch +png-Correct-endianness-for-big-endian-machines.patch +reftest_compare_surfaces-Report-how-much-the-images-diffe.patch +reftests-Allow-minor-differences-to-be-tolerated.patch +debian/Disable-web-fonts-for-now.patch +debian/templates-Remove-html5shiv.patch +debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch +debian/Disable-clipboard-test.patch +debian/Disable-optimized-GResource-embedding.patch diff --git a/rules b/rules new file mode 100755 index 0000000000..8f5560e472 --- /dev/null +++ b/rules @@ -0,0 +1,291 @@ +#!/usr/bin/make -f + +DISABLE_UPDATE_UPLOADERS = 1 +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/dpkg/default.mk +include /usr/share/dpkg/pkg-info.mk + +dh_options = +built_binaries := $(shell dh_listpackages) +all_binaries := $(shell sed -ne 's/^Package: *//p' < debian/control) + +# Ensure the build aborts when there are still references to undefined symbols +LDFLAGS += -Wl,-z,defs + +# Make the linker work a bit harder so dynamic loading can be done faster +LDFLAGS += -Wl,-O1 + +export APIVER := 4 +export SONAME := 1 + +export LIBDIR := usr/lib/$(DEB_HOST_MULTIARCH) + +# earliest version that this release has backwards binary compatibility for +export GTK_BINARY_VERSION := 4.0.0 + +# Gtk binary version virtual Provide +export GTK_BINVER_DEP := gtk$(APIVER)-binver-$(GTK_BINARY_VERSION) + +# relative base directory for configuration +export CONFDIR := etc/gtk-4.0 + +# relative base directory for all types of modules +export MODULES_BASE_PATH := $(LIBDIR)/gtk-4.0/$(GTK_BINARY_VERSION) + +# package names +export SHARED_PKG := libgtk-$(APIVER)-$(SONAME) +export COMMON_PKG := libgtk-$(APIVER)-common +export DEV_PKG := libgtk-$(APIVER)-dev +export UDEB_PKG := $(SHARED_PKG)-udeb +export DOC_PKG := libgtk-$(APIVER)-doc +export BIN_PKG := libgtk-$(APIVER)-bin +export MEDIA_GSTREAMER_PKG := libgtk-$(APIVER)-media-gstreamer +export MEDIA_FFMPEG_PKG := libgtk-$(APIVER)-media-ffmpeg +export EXAMPLES_PKG := gtk-$(APIVER)-examples +export TESTS_PKG := gtk-$(APIVER)-tests + +# files larger than 4k in size will be compressed by dh_compress +# so append a .gz suffix to avoid dangling symlinks +export README_MD_MAYBE_GZ := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;) + +# macro computing the list of 'debian/.*" files which have a +# corresponding ".in" file; pass the list of packages in $(1) +dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1))))) + +debian/%: debian/%.in + dh_testdir + sed \ + -e "s#@SONAME@#$(SONAME)#g" \ + -e "s#@APIVER@#$(APIVER)#g" \ + -e "s#@GTK_BINVER_DEP@#$(GTK_BINVER_DEP)#g" \ + -e "s#@SHARED_PKG@#$(SHARED_PKG)#g" \ + -e "s#@COMMON_PKG@#$(COMMON_PKG)#g" \ + -e "s#@DEV_PKG@#$(DEV_PKG)#g" \ + -e "s#@UDEB_PKG@#$(UDEB_PKG)#g" \ + -e "s#@DOC_PKG@#$(DOC_PKG)#g" \ + -e "s#@BIN_PKG@#$(BIN_PKG)#g" \ + -e "s#@MEDIA_GSTREAMER_PKG@#$(MEDIA_GSTREAMER_PKG)#g" \ + -e "s#@MEDIA_FFMPEG_PKG@#$(MEDIA_FFMPEG_PKG)#g" \ + -e "s#@EXAMPLES_PKG@#$(EXAMPLES_PKG)#g" \ + -e "s#@TESTS_PKG@#$(TESTS_PKG)#g" \ + -e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \ + -e "s#@LIBDIR@#$(LIBDIR)#g" \ + -e "s#@MODULES_BASE_PATH@#$(MODULES_BASE_PATH)#g" \ + -e "s#@DEB_VERSION_UPSTREAM@#$(DEB_VERSION_UPSTREAM)#g" \ + $@.in > $@ + +configure_flags_common = \ + --libdir=/$(LIBDIR) \ + ${NULL} + +configure_flags_deb = \ + -Dauto_features=enabled \ + -Dbroadway-backend=false \ + -Dx11-backend=true \ + ${NULL} + +ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES))) +configure_flags_deb += -Dcolord=enabled +else +configure_flags_deb += -Dcolord=disabled +endif + +ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES))) +configure_flags_deb += -Dman-pages=true +else +configure_flags_deb += -Dman-pages=false +endif + +ifeq (linux,$(DEB_HOST_ARCH_OS)) +configure_flags_deb += -Dsysprof=enabled +configure_flags_deb += -Dwayland-backend=true +else +configure_flags_deb += -Dsysprof=disabled +configure_flags_deb += -Dvulkan=disabled +configure_flags_deb += -Dwayland-backend=false +endif + +ifeq ($(filter %-doc,$(built_binaries)),) +configure_flags_deb += -Dgtk_doc=false +else +configure_flags_deb += -Dgtk_doc=true +endif + +ifeq ($(filter %-examples,$(built_binaries)),) +configure_flags_deb += -Dbuild-examples=false +configure_flags_deb += -Ddemos=false +else +configure_flags_deb += -Dbuild-examples=true +configure_flags_deb += -Ddemos=true +endif + +ifeq ($(filter %-tests,$(built_binaries)),) +configure_flags_deb += -Dinstall-tests=false +else +configure_flags_deb += -Dinstall-tests=true +endif + +# Upstream consider the ffmpeg backend to be experimental, let's not +# build that by default. +ifeq ($(filter $(MEDIA_FFMPEG_PKG),$(built_binaries)),) +configure_flags_deb += -Dmedia-ffmpeg=disabled +else +configure_flags_deb += -Dmedia-ffmpeg=enabled +endif + +ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes), yes) +# Not in main repository +configure_flags_deb += -Dcloudproviders=disabled +else +configure_flags_deb += -Dcloudproviders=enabled +endif + +configure_flags_udeb = \ + -Dauto_features=disabled \ + -Dbroadway-backend=false \ + -Dbuild-examples=false \ + -Ddemos=false \ + -Dbuild-tests=false \ + -Dinstall-tests=false \ + -Dmedia-gstreamer=disabled \ + -Dwayland-backend=false \ + -Dx11-backend=true \ + $(NULL) + +%: + dh $@ --with gir --buildsystem=meson $(dh_options) + +override_dh_clean: debian/control + # gross kludge to force control generation with the %.in target + touch debian/control.in + rm -f $(call dh_subst_files,$(all_binaries)) + rm -rf debian/build debian/install + # Rebuild the CSS from source. Note that gtk.css is hand-written, + # not generated, so don't delete that one. + rm -f gtk/theme/Default/Default-*.css + dh_clean + +# Add dependencies to generate files from the debian/*.in ones +override_dh_auto_build: $(call dh_subst_files,$(all_binaries)) + +override_dh_auto_build: rebuild-emoji +rebuild-emoji: + gcc -o debian/convert-emoji gtk/emoji/convert-emoji.c `pkg-config --cflags --libs json-glib-1.0` + set -eu; for input in debian/missing-sources/emojibase/packages/data/*/data.raw.json; do \ + lang=$$(echo $$input | sed -ne 's,^.*/\([a-z][a-z]\)/data.raw.json$$,\1,p'); \ + output=gtk/emoji/$$lang.data; \ + debian/convert-emoji $$input $$output; \ + done + +override_dh_auto_configure: debian/control + dh_auto_configure \ + --builddirectory=debian/build/deb \ + -- \ + $(configure_flags_common) \ + $(configure_flags_deb) \ + $(NULL) +ifneq ($(filter %-udeb,$(built_binaries)),) + dh_auto_configure \ + --builddirectory=debian/build/udeb \ + -- \ + $(configure_flags_common) \ + $(configure_flags_udeb) \ + $(NULL) +endif + +override_dh_auto_build: + dh_auto_build --builddirectory=debian/build/deb +ifneq ($(filter %-udeb,$(built_binaries)),) + dh_auto_build --builddirectory=debian/build/udeb +endif + +test_backends = x11 +test_timeout_multiplier = 1 + +ifeq (linux,$(DEB_HOST_ARCH_OS)) + test_backends += wayland +endif + +ifneq ($(filter arm hppa mips% sparc%,$(DEB_HOST_ARCH_CPU)),) +$(info Slow architecture detected, increasing test timeout) +test_timeout_multiplier = 10 +endif + +ifneq ($(filter m68k riscv64 sh4,$(DEB_HOST_ARCH_CPU)),) +$(info Architecture with qemu buildds detected, increasing test timeout a lot) +test_timeout_multiplier = 20 +endif + +fuzzy_reftests = \ + border-image-url \ + label-attribute-preference \ + label-wrap-justify \ + pseudoclass-on-box \ + quit-mnemonic \ + $(NULL) + +xfail_reftests = \ + label-sizing \ + sizegroups-evolution-identity-page \ + $(NULL) + +skipped_suites = \ + $(NULL) + +# TODO: Known failures: https://gitlab.gnome.org/GNOME/gtk/-/issues/4110 +# s390x: many (endianness?) +ifeq (big,$(DEB_HOST_ARCH_ENDIAN)) + skipped_suites += \ + gsk-compare-broadway \ + gsk-compare-gl \ + gsk-compare-ngl \ + $(NULL) +endif + +override_dh_auto_test: + set -e; for backend in $(test_backends); do \ + env BUILDDIR=debian/build/deb \ + FUZZY_REFTESTS="$(fuzzy_reftests)" \ + XFAIL_REFTESTS="$(xfail_reftests)" \ + BACKEND=$$backend \ + debian/run-tests.sh -t $(test_timeout_multiplier) \ + $(addprefix --no-suite=,$(skipped_suites)); \ + done + +override_dh_auto_install: + dh_auto_install --builddirectory=debian/build/deb --destdir=debian/install/deb +ifneq ($(filter %-udeb,$(built_binaries)),) + dh_auto_install --builddirectory=debian/build/udeb --destdir=debian/install/udeb +endif + +override_dh_install: + rm -fv debian/install/udeb/usr/bin/gtk4-update-icon-cache + rm -frv debian/install/udeb/usr/share/gtk-4.0/valgrind + rm -frv debian/install/udeb/usr/share/metainfo + rm -fv debian/install/deb/usr/share/man/man1/gtk4-broadwayd.1 + : + dh_install -p$(UDEB_PKG) --sourcedir=debian/install/udeb + dh_install --remaining-packages --sourcedir=debian/install/deb + +# debhelper >= 13.4 makes all of /usr/libexec executable, which is not +# quite right for installed-tests +override_dh_fixperms: + dh_fixperms -Xusr/libexec/installed-tests +ifneq ($(filter %-tests,$(built_binaries)),) + chmod --recursive --changes a+rX,u+w,og-w debian/*-tests/usr/libexec/installed-tests +endif + +override_dh_missing: +ifneq ($(filter %-udeb,$(built_binaries)),) + dh_missing --sourcedir=debian/install/udeb --list-missing -X.la +endif + dh_missing --sourcedir=debian/install/deb --fail-missing -X.la + +override_dh_installdocs: + dh_installdocs -p$(COMMON_PKG) AUTHORS README.md NEWS + dh_installdocs -p$(DOC_PKG) AUTHORS -X.in + dh_installdocs --remaining-packages + +override_dh_makeshlibs: + dh_makeshlibs -p$(SHARED_PKG) -V --add-udeb=$(UDEB_PKG) -X$(MODULES_BASE_PATH) -- -c4 + dh_makeshlibs --remaining-packages -X$(MODULES_BASE_PATH) diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 0000000000..75eac128cf --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +set -ex + +BUILDDIR=${BUILDDIR:-debian/build/deb} +BACKEND=${BACKEND:-x11} + +FUZZY_REFTESTS=${FUZZY_REFTESTS:-} +XFAIL_REFTESTS=${XFAIL_REFTESTS:-} + +test_data="$(mktemp -d -t debian-test-data-XXXXXXXX)" +mkdir -p "$test_data" + +cleanup() { + rm -rf "$test_data" + + # Avoid incremental builds with -nc leaking settings into the next build + for reftest in $FUZZY_REFTESTS; do + rm -f "testsuite/reftests/$reftest.keyfile" + done +} + +trap 'cleanup' EXIT INT + +if [ ! -d "$HOME" ]; then + export HOME="$test_data/home" + mkdir -p "$HOME" +fi + +if [ ! -d "$XDG_RUNTIME_DIR" ]; then + export XDG_RUNTIME_DIR="$test_data/xdg-runtime" + mkdir -p "$XDG_RUNTIME_DIR" +fi + +for reftest in $FUZZY_REFTESTS; do + cp debian/close-enough.keyfile "testsuite/reftests/$reftest.keyfile" +done + +# So that gsettings can find the (uninstalled) gtk schemas +mkdir -p "$test_data/glib-2.0/schemas/" +cp gtk/org.gtk.* "$test_data/glib-2.0/schemas/" +glib-compile-schemas "$test_data/glib-2.0/schemas/" + +# Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail +env \ + -u LD_PRELOAD \ + GIO_MODULE_DIR=/nonexistent \ + GIO_USE_VFS=local \ + GIO_USE_VOLUME_MONITOR=unix \ + dbus-run-session -- \ + debian/tests/run-with-display "$BACKEND" \ + debian/tests/run-with-locales \ + --generate de_DE.UTF-8 \ + --generate en_GB.UTF-8 \ + --generate en_US.UTF-8 \ + --generate sv_SE=ISO-8859-1 \ + -- \ + meson test -C "$BUILDDIR" \ + --print-errorlogs \ + --setup="$BACKEND" \ + "$@" \ + || touch "$test_data/tests-failed" + +# Don't base64-encode the image results for tests that upstream +# expect to fail +for reftest in $XFAIL_REFTESTS; do + rm -f "$BUILDDIR/testsuite/reftests/output/$BACKEND/$reftest.diff.png" +done + +# Put the rest in the log as base64 since we don't have an +# equivalent of AUTOPKGTEST_ARTIFACTS for buildds +debian/log-reftests.py + +[ -e "$test_data/tests-failed" ] && exit 1 || exit 0 diff --git a/settings.ini b/settings.ini new file mode 100644 index 0000000000..ffcbde4856 --- /dev/null +++ b/settings.ini @@ -0,0 +1,4 @@ +[Settings] +gtk-theme-name = Adwaita +gtk-fallback-icon-theme = gnome + diff --git a/source/format b/source/format new file mode 100644 index 0000000000..163aaf8d82 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/tests/build b/tests/build new file mode 100755 index 0000000000..fdfb41d28e --- /dev/null +++ b/tests/build @@ -0,0 +1,74 @@ +#!/bin/sh +# autopkgtest check: Build and run a program against GTK, to verify that the +# headers and pkg-config file are installed correctly +# Based on examples/hello-world.c: +# (C) 1997-2015 GTK contributors (see debian/copyright) +# and on an older autopkgtest: +# (C) 2012 Canonical Ltd. +# Author: Martin Pitt + +set -e +set -u +set -x + +TESTDIR="$PWD/$(dirname $0)" +WORKDIR=$(mktemp -d) +cleanup () { + rm -fr "$WORKDIR" +} +trap cleanup 0 INT QUIT ABRT PIPE TERM +cd "$WORKDIR" + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" +else + CROSS_COMPILE= +fi + +cat < gtktest.c +#include +#include + +static gboolean +do_quit (gpointer user_data) +{ + gtk_window_destroy (user_data); + g_object_unref (user_data); + return G_SOURCE_REMOVE; +} + +static void +activate (GtkApplication *app, + gpointer user_data) +{ + GtkWidget *window; + + window = gtk_application_window_new (app); + gtk_window_set_title (GTK_WINDOW (window), "Window"); + gtk_window_set_default_size (GTK_WINDOW (window), 200, 200); + + gtk_widget_show (window); + g_timeout_add_seconds (1, do_quit, g_object_ref_sink (window)); +} + +int main(int argc, char **argv) +{ + GtkApplication *app; + int status; + + app = gtk_application_new ("org.debian.gtk_4_0.example", G_APPLICATION_NON_UNIQUE); + g_signal_connect (app, "activate", G_CALLBACK (activate), NULL); + status = g_application_run (G_APPLICATION (app), argc, argv); + g_object_unref (app); + return status; +} +EOF + +# Deliberately word-splitting, that's how pkg-config works: +# shellcheck disable=SC2046 +"${CROSS_COMPILE}gcc" -o gtktest gtktest.c $("${CROSS_COMPILE}pkg-config" --cflags --libs gtk4) +echo "build: OK" +[ -x gtktest ] +"$TESTDIR"/run-with-display $GDK_BACKEND \ +./gtktest +echo "run: OK" diff --git a/tests/control b/tests/control new file mode 100644 index 0000000000..649912e7b8 --- /dev/null +++ b/tests/control @@ -0,0 +1,51 @@ +Test-Command: env GDK_BACKEND=x11 debian/tests/build +Features: test-name=build-x11 +Classes: desktop, x11 +Depends: build-essential, libgtk-4-dev, xauth, xvfb +Restrictions: allow-stderr, superficial + +Test-Command: env GDK_BACKEND=wayland debian/tests/build +Features: test-name=build-wayland +Classes: desktop, wayland, linux-only +Depends: build-essential, libgtk-4-dev, weston +# Architecture: linux-any +Restrictions: allow-stderr, superficial + +Test-Command: env GDK_BACKEND=x11 debian/tests/python3-gi +Features: test-name=python3-gi-x11 +Classes: desktop, x11 +Depends: dbus, gir1.2-gtk-4.0, python3-gi (>= 3.40), xauth, xvfb +Restrictions: superficial + +Test-Command: env GDK_BACKEND=wayland debian/tests/python3-gi +Features: test-name=python3-gi-wayland +Classes: desktop, wayland, linux-only +Depends: dbus, gir1.2-gtk-4.0, libgl1, libgl1-mesa-dri, python3-gi (>= 3.40), weston +# Architecture: linux-any +Restrictions: superficial + +Test-Command: env GDK_BACKEND=x11 debian/tests/installed-tests +Features: test-name=installed-tests-x11 +Classes: desktop, x11 +Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb +Restrictions: allow-stderr + +Test-Command: env GDK_BACKEND=wayland debian/tests/installed-tests +Features: test-name=installed-tests-wayland +Classes: desktop, wayland, linux-only +Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston +# Architecture: linux-any +Restrictions: allow-stderr + +Test-Command: env GDK_BACKEND=x11 debian/tests/installed-tests-flaky +Features: test-name=installed-tests-flaky-x11 +Classes: desktop, x11 +Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb +Restrictions: allow-stderr, flaky + +Test-Command: env GDK_BACKEND=wayland debian/tests/installed-tests-flaky +Features: test-name=installed-tests-flacky-wayland +Classes: desktop, wayland, linux-only +Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston +# Architecture: linux-any +Restrictions: allow-stderr, flaky diff --git a/tests/installed-tests b/tests/installed-tests new file mode 100755 index 0000000000..954d02d8dd --- /dev/null +++ b/tests/installed-tests @@ -0,0 +1,30 @@ +#!/bin/sh +# autopkgtest check: Run the installed-tests to verify GTK works correctly +# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. + +set -e + +# Disable gvfs if it happens to be installed. We want to test the built-in +# stuff +export GIO_USE_VFS=local +export GIO_USE_VOLUME_MONITOR=unix + +export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP" +export HOME="$AUTOPKGTEST_TMP" + +tests=$(gnome-desktop-testing-runner -l gtk-4.0 | + cut -f1 -d' ' | + grep -v '^gtk-4.0/gtk/templates.test$') + +exec dbus-run-session -- \ +debian/tests/run-with-display $GDK_BACKEND \ +debian/tests/run-with-locales \ + --generate de_DE.UTF-8 \ + --generate en_GB.UTF-8 \ + --generate en_US.UTF-8 \ + --generate sv_SE=ISO-8859-1 \ + -- \ +gnome-desktop-testing-runner \ +--report-directory="$AUTOPKGTEST_ARTIFACTS" \ +--tap \ +$tests diff --git a/tests/installed-tests-flaky b/tests/installed-tests-flaky new file mode 100755 index 0000000000..230add64ef --- /dev/null +++ b/tests/installed-tests-flaky @@ -0,0 +1,25 @@ +#!/bin/sh +# autopkgtest check: Run the installed-tests to verify GTK works correctly +# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd. + +set -e + +# Disable gvfs if it happens to be installed. We want to test the built-in +# stuff +export GIO_USE_VFS=local +export GIO_USE_VOLUME_MONITOR=unix + +export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP" + +exec dbus-run-session -- \ +debian/tests/run-with-locales \ + --generate de_DE.UTF-8 \ + --generate en_GB.UTF-8 \ + --generate en_US.UTF-8 \ + --generate sv_SE=ISO-8859-1 \ + -- \ +debian/tests/run-with-display $GDK_BACKEND \ +gnome-desktop-testing-runner \ +--report-directory="$AUTOPKGTEST_ARTIFACTS" \ +--tap \ +gtk-4.0/gtk/templates.test diff --git a/tests/python3-gi b/tests/python3-gi new file mode 100755 index 0000000000..2fc1ad8fc4 --- /dev/null +++ b/tests/python3-gi @@ -0,0 +1,24 @@ +#!/bin/sh + +debian/tests/run-with-display $GDK_BACKEND \ +dbus-run-session \ +python3 < +# +# SPDX-License-Identifier: GPL-3.0-or-later +# +# Assume a Debian Policy §10.4-compatible shell like dash or bash (with the +# 'local' builtin) +# shellcheck disable=SC2039 + +set -e + +me="$(basename "$0")" + +usage () { + local status="${1-2}" + + if [ "$status" -ne 0 ]; then + exec >&2 + fi + + echo "Usage: $me [wayland|x11] COMMAND [ARGS...]" + exit "$status" +} + +display="$1" + +case "$display" in + wayland) + shift + if [ -z "$XDG_RUNTIME_DIR" ]; then + our_xrd="$(mktemp -d -t xdg-runtime-XXXXXXXX)" + export XDG_RUNTIME_DIR="$our_xrd" + fi + if ! command -v weston > /dev/null; then + echo "No weston available" + exit 1 + fi + socket="wayland-$(od -vAn -N1 -tu1 < /dev/urandom | tr -d '[:space:]')" + weston --backend=headless-backend.so --socket="$socket" --idle-time=0 2>&1 & + weston_pid=$! + trap 'kill $weston_pid; [ -n $our_xrd ] && rm -rfv $our_xrd' EXIT INT + while [ ! -S "$XDG_RUNTIME_DIR/$socket" ]; do + echo "Waiting for socket..." + sleep 1 + done + env -u DISPLAY WAYLAND_DISPLAY="$socket" "$@" + exit $? + ;; + x11) + shift + if ! command -v xvfb-run > /dev/null; then + echo "No xvfb-run available" + exit 1 + fi + exec env -u WAYLAND_DISPLAY xvfb-run -a -s "-screen 0 1024x768x24 -noreset" "$@" + ;; + -h|--help|help) + usage 0 + ;; + *) + usage 2 + ;; +esac diff --git a/tests/run-with-locales b/tests/run-with-locales new file mode 100755 index 0000000000..29264ef759 --- /dev/null +++ b/tests/run-with-locales @@ -0,0 +1,165 @@ +#!/bin/sh +# +# Run a wrapped command with at least the requested locales available. +# Requires a dependency on locales | locales-all. +# The requested locales must be of the form foo_FOO.utf8, or special-cased +# in generate(), or listed in /usr/share/i18n/SUPPORTED, or specify the +# locale in the form locale=charset. +# +# Copyright 2016-2021 Simon McVittie +# Copyright 2017-2018 Collabora Ltd. +# +# SPDX-License-Identifier: MIT +# +# 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. + +# Assume a Debian Policy §10.4-compatible shell like dash or bash (with the +# 'local' builtin) +# shellcheck disable=SC2039 + +set -eu + +me="$(basename "$0")" +tempdir= + +usage () { + local status="${1-2}" + + if [ "$status" -ne 0 ]; then + exec >&2 + fi + + echo "Usage: $me [--generate LOCALE...] [--] COMMAND [ARGS...]" + exit "$status" +} + +getopt_temp=help +getopt_temp="$getopt_temp,generate:" + +getopt_temp="$(getopt -o '+' --long "$getopt_temp" -n "$0" -- "$@")" +eval set -- "$getopt_temp" +unset getopt_temp + +generate () { + local locale="$1" + local charset="" + local source + local output + + echo "$me: $locale..." >&2 + + case "$locale" in + (*=*) + source="${locale%=*}" + output="$source" + ;; + + (*.*) + source="${locale%.*}" + output="$source.$( + export LC_ALL=C + printf '%s' "${locale##*.}" | \ + tr '[:upper:]' '[:lower:]' | \ + tr -d -C '[:lower:][:digit:]' + )" + ;; + + (*) + source="${locale}" + output="${locale}" + esac + + if [ -e "/usr/lib/locale/$output/LC_MESSAGES/SYS_LC_MESSAGES" ]; then + printf '\t%s\n' "Found in locales-all" >&2 + return + fi + + if ! [ -d /usr/share/i18n/charmaps ]; then + echo "$me: $locale not in locales-all and /usr/share/i18n/charmaps not found" >&2 + return + fi + + case "$locale" in + (*=*) + charset="${locale##*=}" + ;; + + (*.utf8 | *.UTF-8) + charset="UTF-8" + ;; + + (*.*) + charset="${locale##*.}" + ;; + esac + + if [ -z "$charset" ]; then + echo "$me: $locale charset not known" >&2 + exit 1 + fi + + printf '\t%s\n' "Character set: $charset" >&2 + printf '\t%s\n' "Source file: $source" >&2 + + if [ -z "$tempdir" ]; then + tempdir="$(mktemp -d)" + trap 'rm -fr "$tempdir"' EXIT + fi + + printf '\t%s\n' "Output: $tempdir/$output" >&2 + + localedef -i "$source" -f "$charset" "$tempdir/$output" +} + +while [ "$#" -gt 0 ]; do + case "$1" in + (--help) + usage 2 + # not reached + ;; + + (--generate) + generate "$2" + shift 2 + ;; + + (--) + shift + break + ;; + + (-*) + echo "$me: Unknown option: $1" >&2 + usage 2 + # not reached + ;; + + (*) + break + ;; + esac +done + +if [ -n "$tempdir" ]; then + export LOCPATH="$tempdir" +fi + +"$@" + +# vim:set sw=4 sts=4 et: diff --git a/update-icon-caches b/update-icon-caches new file mode 100644 index 0000000000..2accbe0adc --- /dev/null +++ b/update-icon-caches @@ -0,0 +1,26 @@ +#!/bin/sh + +case "$1" in + ""|-h|--help) + echo "Usage: $0 directory [ ... ]" + exit 1 + ;; +esac + +for dir in "$@"; do + if [ ! -d "$dir" ]; then + continue + fi + if [ -f "$dir"/index.theme ]; then + # Generate or regenerate the cache + if ! gtk-update-icon-cache --force --quiet "$dir"; then + echo "WARNING: icon cache generation failed for $dir" + fi + else + # No more index.theme, remove the cache if it exists + rm -f "$dir"/icon-theme.cache + rmdir -p --ignore-fail-on-non-empty "$dir" + fi +done + +exit 0 diff --git a/update-icon-caches.8 b/update-icon-caches.8 new file mode 100644 index 0000000000..03105e7c6a --- /dev/null +++ b/update-icon-caches.8 @@ -0,0 +1,19 @@ +.TH UPDATE-ICON-CACHES 8 "13 July 2007" +.SH NAME +update-icon-caches \- Update wrapper script for the icon caches +.SH SYNOPSIS +\fBupdate-icon-caches\fP \fIdirectory\fP [ \fI...\fP ] +.SH DESCRIPTION +\fBupdate-icon-caches\fP is a wrapper script for updating the icon +caches in a list of directories. +.P +In each of the directories passed as arguments, the icon cache is +updated if it is already present. It is not created if it does not +already exist. +.P +If the theme index file is not present, the icon cache is removed. +.SH SEE ALSO +.BR gtk-update-icon-cache (1) +.SH AUTHOR +This manual page was written by Josselin Mouette , +for the Debian GNU/Linux system. diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000000..9d97445b92 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,9 @@ +Archive: GNOME +Bug-Database: https://gitlab.gnome.org/GNOME/gtk/issues +Bug-Submit: https://gitlab.gnome.org/GNOME/gtk/issues/new +Changelog: https://gitlab.gnome.org/GNOME/gtk/commits/master +FAQ: https://developer.gnome.org/gtk4/stable/gtk-question-index.html +Repository-Browse: https://gitlab.gnome.org/GNOME/gtk +Repository: https://gitlab.gnome.org/GNOME/gtk.git + +# vim:set ft=yaml: diff --git a/watch b/watch new file mode 100644 index 0000000000..195a66b835 --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=4 +opts="repack,dversionmangle=s/[~+](?:dfsg|ds)[0-9]*//g,repacksuffix=+ds1" \ +https://download.gnome.org/sources/gtk/(\d[\d\.]+[02468])/ \ + gtk-@ANY_VERSION@\.tar\.xz -- 2.30.2